- 19 Mar, 2004 1 commit
-
-
Iban Hatchondo authored
-
- 18 Mar, 2004 2 commits
-
-
Iban Hatchondo authored
-
Iban Hatchondo authored
-
- 17 Mar, 2004 1 commit
-
-
Iban Hatchondo authored
The signal-request-error was incorectly named so it is now named request-error-handler. Furthermore the possibility to have an array of error handler is not anymore available. Since everything is described in CLOS a generic method is more apropriated. new macro: with-error-handler [macro] : (connection handler) &body body Changes the error handler of the ice-connection for the specified handler only within the dynamic extent of the body.
-
- 16 Mar, 2004 2 commits
-
-
Iban Hatchondo authored
mk-defsystem. Both system are created if both package present in the lisp environment. - compile.lisp has been removed. Compilation/Load operations are defined in eclipse/system.lisp. - added an asdf:operate :around overload for sbcl to avoid compilation warnings relatives to structured constant redefinition that break the compilation and drop the user into the debuger. - six new configure options added: - --with-load-switch : to indicate the command line argument of the lisp machine for loading a file. - --with-eval-switch : to indicate the command line argument of the lisp machine for evaluating forms. - --with-core-switch : to indicate the command line argument of the lisp machine to start it with an alternative image. - --with-save-lisp : to indicate the function name for saving a lisp image. - --with-quit-form : to indicate a particular quit form. - --with-lisp-system : to indicate the name (the same as the one that is present in *features*) of the lisp system you want to use in case we know it (currently sbcl and cmu are known). Use this option if you have a lisp system we know but its executable is not named as expected (lisp for cmucl and sbcl for sbcl for instance). README updated. sbcl is now completly supported.
-
Iban Hatchondo authored
- some cosmetic change - doc added for each request class. - All the macros for declaring request displaced in a file name ICE-macros.lisp for simplicity. - some array8s slots type turned into list of string since the xsmp explain that they should be readen as string but the encoding is array8. - translator functions added: string(s)<->array8(s) sm-init in eclipse.lisp use the above translators.
-
- 15 Mar, 2004 1 commit
-
-
Iban Hatchondo authored
display-error-handler now updates the root's client lists when the resource that was the source of the error is not our widget table. For that purpose the update-lists function had been splits into two functions: {add,remove}-window-{in,from}-client-lists
-
- 10 Mar, 2004 4 commits
-
-
Iban Hatchondo authored
-
Iban Hatchondo authored
-
Iban Hatchondo authored
-
Iban Hatchondo authored
-
- 09 Mar, 2004 2 commits
-
-
Iban Hatchondo authored
-
Iban Hatchondo authored
-
- 08 Mar, 2004 4 commits
-
-
Iban Hatchondo authored
-
Iban Hatchondo authored
-
Iban Hatchondo authored
-
Iban Hatchondo authored
fix ICE 6.1 about errors. few code clean up (mostly in ICE-requests macros-).
-
- 05 Mar, 2004 1 commit
-
-
Iban Hatchondo authored
-
- 04 Mar, 2004 5 commits
-
-
Iban Hatchondo authored
-
Iban Hatchondo authored
-
Iban Hatchondo authored
-
Iban Hatchondo authored
add sbcl requires in system.lisp.
-
Iban Hatchondo authored
fix unsuported (in some implementation &body (decls form).
-
- 03 Mar, 2004 2 commits
-
-
Iban Hatchondo authored
turn xlib::*x-getinputfocus* into some internal constant equal to 43 to avoid clash with some implementation that changes the name of this variable since it is not public.
-
Iban Hatchondo authored
-
- 02 Mar, 2004 3 commits
-
-
Iban Hatchondo authored
-
Iban Hatchondo authored
fix some :writer :reader issues instead of :accessor in calss definitions when re defining the reader or the writer.
-
Iban Hatchondo authored
-
- 01 Mar, 2004 1 commit
-
-
Iban Hatchondo authored
- fix theme defualt value for title bar position. - minor hack for frame edges.
-
- 26 Feb, 2004 1 commit
-
-
Iban Hatchondo authored
compile-themes &rest theme-directory-names compile a list of theme with loading the eclipse system one time. Makefile.in now use compile-themes.
-
- 25 Feb, 2004 1 commit
-
-
Iban Hatchondo authored
-
- 23 Feb, 2004 1 commit
-
-
Iban Hatchondo authored
-
- 17 Feb, 2004 4 commits
-
-
Iban Hatchondo authored
-
Iban Hatchondo authored
removed focus management from the after method on destroy-notify that is not any more necssary since I removed the with-event-mask statement from the one specialized on decoration.
-
Iban Hatchondo authored
Instead standard-property-holder class is defined in widgets.lisp.
-
Iban Hatchondo authored
-
- 16 Feb, 2004 1 commit
-
-
Iban Hatchondo authored
-
- 13 Feb, 2004 2 commits
-
-
Iban Hatchondo authored
-
Iban Hatchondo authored
new keyword parameter (filter-overlap-p t) in find-largest-empty-area the function returns five values instead of four: ulx uly llx lly boolean. the boolean indicates if the algorithm found an empty area or returs the root rectangle because no empty area exist.
-
- 12 Feb, 2004 1 commit
-
-
Iban Hatchondo authored
-