- 16 Jan, 2005 2 commits
-
-
Iban Hatchondo authored
(defun maximize-window) becomes (defgeneric maximize)
-
Iban Hatchondo authored
-
- 15 Jan, 2005 1 commit
-
-
Iban Hatchondo authored
-
- 08 Jan, 2005 1 commit
-
-
Iban Hatchondo authored
-
- 07 Jan, 2005 3 commits
-
-
Iban Hatchondo authored
Fix some doc wrong condition as well. (note: stop writing doc too late :)
-
Iban Hatchondo authored
-
Iban Hatchondo authored
setter now accept an optional &key window-id argument that specifies that the given value is window-id or a list of window-id.
-
- 06 Jan, 2005 3 commits
-
-
Iban Hatchondo authored
-
Iban Hatchondo authored
class predence list was missing in declare-error.
-
Iban Hatchondo authored
-
- 05 Jan, 2005 4 commits
-
-
Iban Hatchondo authored
-
Iban Hatchondo authored
_net_restack_window added to the list of the supported atoms. get-user-name update.
-
Iban Hatchondo authored
-
Iban Hatchondo authored
re-initialize-event now use reinitialize-instance make-event & re-initialize-event methods generation clean up. ICE-lib.lisp: indentation fix.
-
- 20 Dec, 2004 1 commit
-
-
Iban Hatchondo authored
-
- 16 Dec, 2004 3 commits
-
-
Iban Hatchondo authored
-
Iban Hatchondo authored
-
Iban Hatchondo authored
-
- 14 Dec, 2004 1 commit
-
-
Iban Hatchondo authored
A real buffer structure that encapsulate the byte order and its index is now replacing the old buffer. All files have been modified according to this new change. Documentation updated.
-
- 30 Nov, 2004 1 commit
-
-
Iban Hatchondo authored
eclipse has now a new keyword parmeter: :die-on-init-error that is used in the starting script. If nil then error during init will drop in the debugger allowing you to debug nicely without any "extra" hacking. If T then it will catch ini errors and quit.
-
- 20 Aug, 2004 1 commit
-
-
Iban Hatchondo authored
-
- 08 Aug, 2004 1 commit
-
-
Iban Hatchondo authored
-
- 12 Jul, 2004 2 commits
-
-
Iban Hatchondo authored
added generic definition for image-pixels to prevent compiler error when it does not recognise the method def from the class slot def.
-
Iban Hatchondo authored
remove wrong slots initform from classes ice-connection and sm-connection.
-
- 18 Jun, 2004 1 commit
-
-
Iban Hatchondo authored
misc.lisp: cosmetic changes in set-window-piority eclipse.lisp: fix a strange bug that appear sometimes when eclipse restart and has previously grabbed the pointer.
-
- 21 May, 2004 1 commit
-
-
Iban Hatchondo authored
-
- 10 May, 2004 1 commit
-
-
Iban Hatchondo authored
- documentation added - export updated - cosmetic changes gnome-manager.lisp, manager-commons.lisp: updated to reflect the changes in manager-commons.lisp.
-
- 27 Apr, 2004 1 commit
-
-
Iban Hatchondo authored
Cosmethic changes.
-
- 08 Apr, 2004 3 commits
-
-
Iban Hatchondo authored
-
Iban Hatchondo authored
fix clisp run-program.
-
Iban Hatchondo authored
type declaration change in netwm-manager that caused wrong array alignement.
-
- 31 Mar, 2004 1 commit
-
-
Iban Hatchondo authored
-
- 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 1 commit
-
-
Iban Hatchondo authored
-