From ihatchondo at common-lisp.net Mon Feb 2 09:43:59 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Mon, 02 Feb 2004 04:43:59 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/misc.lisp eclipse/global.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv6826 Modified Files: misc.lisp global.lisp Log Message: add missing test in configure-window when sending synthetic configure-notify. turn :button-motion into :pointer-motion in +pointer-event-mask+ Date: Mon Feb 2 04:43:58 2004 Author: ihatchondo From ihatchondo at common-lisp.net Tue Feb 10 14:03:14 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Tue, 10 Feb 2004 09:03:14 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/menu.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv32413 Modified Files: menu.lisp Log Message: fix missing remhash when destroying menus that had for effects to lets unused entries in the widgets table. Date: Tue Feb 10 09:03:14 2004 Author: ihatchondo From ihatchondo at common-lisp.net Thu Feb 12 23:30:23 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Thu, 12 Feb 2004 18:30:23 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/gestures.lisp eclipse/global.lisp eclipse/input.lisp eclipse/misc.lisp eclipse/move-resize.lisp eclipse/package.lisp eclipse/virtual-screen.lisp eclipse/widgets.lisp eclipse/wm.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv30248 Modified Files: gestures.lisp global.lisp input.lisp misc.lisp move-resize.lisp package.lisp virtual-screen.lisp widgets.lisp wm.lisp Log Message: - change in the movement handlers that allow undecorated windows (xmms for example) to moved through mouse strokes or menu. (input.lisp gestures.lisp move-resize.lisp wm.lisp) - group of windows (such as described in the ICCCM) are now honored: transient-for windows are supposed to be stack under their dialogs. As another effect, iconifying or sending to another desktop one window of a group affect the entire group. - a new option is now available: *save-and-restore-pointer-position-during-workspace-switch* that allows to save pointer position before switching from a desktop to another and restore previous position when arriving on the new one. (misc.lisp virtual-screen.lisp) This has been done via a private property on the root window named: _ECLIPSE_DESKTOP_POINTER_POSITIONS - _NET_MOVERESIZE_WINDOW client message is now supported. - _NET_WM_STATE_STICKY is now supported. (is it correct since Eclipse does not implements area's ?) - an ECLIPSE-EXTENSIONS package is defined in order to export all symbols provides by future Eclipse extensions. - bug fix in: - (setf window-priority) - dead windows during window cycling (gestures.lisp) - window placement (wm.lisp) decoration where incorrectly placed when user indicates its preferences (via the wm_normal_hints property) - minor changes in destroy-notify handling on decoration. - man page, changelog, compliance updated. Date: Thu Feb 12 18:30:22 2004 Author: ihatchondo From ihatchondo at common-lisp.net Thu Feb 12 23:30:23 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Thu, 12 Feb 2004 18:30:23 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/docs/changelog eclipse/docs/eclipse.1 Message-ID: Update of /project/eclipse/cvsroot/eclipse/docs In directory common-lisp.net:/tmp/cvs-serv30248/docs Modified Files: changelog eclipse.1 Log Message: - change in the movement handlers that allow undecorated windows (xmms for example) to moved through mouse strokes or menu. (input.lisp gestures.lisp move-resize.lisp wm.lisp) - group of windows (such as described in the ICCCM) are now honored: transient-for windows are supposed to be stack under their dialogs. As another effect, iconifying or sending to another desktop one window of a group affect the entire group. - a new option is now available: *save-and-restore-pointer-position-during-workspace-switch* that allows to save pointer position before switching from a desktop to another and restore previous position when arriving on the new one. (misc.lisp virtual-screen.lisp) This has been done via a private property on the root window named: _ECLIPSE_DESKTOP_POINTER_POSITIONS - _NET_MOVERESIZE_WINDOW client message is now supported. - _NET_WM_STATE_STICKY is now supported. (is it correct since Eclipse does not implements area's ?) - an ECLIPSE-EXTENSIONS package is defined in order to export all symbols provides by future Eclipse extensions. - bug fix in: - (setf window-priority) - dead windows during window cycling (gestures.lisp) - window placement (wm.lisp) decoration where incorrectly placed when user indicates its preferences (via the wm_normal_hints property) - minor changes in destroy-notify handling on decoration. - man page, changelog, compliance updated. Date: Thu Feb 12 18:30:23 2004 Author: ihatchondo From ihatchondo at common-lisp.net Thu Feb 12 23:36:38 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Thu, 12 Feb 2004 18:36:38 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/docs/complience.txt Message-ID: Update of /project/eclipse/cvsroot/eclipse/docs In directory common-lisp.net:/tmp/cvs-serv27104/docs Modified Files: complience.txt Log Message: upddated. Date: Thu Feb 12 18:36:38 2004 Author: ihatchondo From ihatchondo at common-lisp.net Fri Feb 13 15:20:27 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Fri, 13 Feb 2004 10:20:27 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/rectangles.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv19520 Modified Files: rectangles.lisp Log Message: find-largest-empty-area 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. Date: Fri Feb 13 10:20:26 2004 Author: ihatchondo From ihatchondo at common-lisp.net Fri Feb 13 18:23:16 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Fri, 13 Feb 2004 13:23:16 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/wm.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv13250 Modified Files: wm.lisp Log Message: fix inconsitency in menu-3-process. Date: Fri Feb 13 13:23:16 2004 Author: ihatchondo From ihatchondo at common-lisp.net Mon Feb 16 11:01:38 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Mon, 16 Feb 2004 06:01:38 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/wm.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv17312 Modified Files: wm.lisp Log Message: ignore => ignorable in defmethod. Date: Mon Feb 16 06:01:29 2004 Author: ihatchondo From ihatchondo at common-lisp.net Mon Feb 16 14:45:15 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Mon, 16 Feb 2004 09:45:15 -0500 Subject: [Eclipse-cvs] CVS update: public_html/screenshots/step-sc1.png public_html/screenshots/step-sc2.png public_html/screenshots/step-sc3.png Message-ID: Update of /project/eclipse/cvsroot/public_html/screenshots In directory common-lisp.net:/tmp/cvs-serv32136 Added Files: step-sc1.png step-sc2.png step-sc3.png Log Message: first add. Date: Mon Feb 16 09:45:15 2004 Author: ihatchondo From ihatchondo at common-lisp.net Mon Feb 16 15:59:14 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Mon, 16 Feb 2004 10:59:14 -0500 Subject: [Eclipse-cvs] CVS update: public_html/screenshots/step-scr1.png public_html/screenshots/step-scr2.png public_html/screenshots/step-scr3.png Message-ID: Update of /project/eclipse/cvsroot/public_html/screenshots In directory common-lisp.net:/tmp/cvs-serv25024 Added Files: step-scr1.png step-scr2.png step-scr3.png Log Message: first add. Date: Mon Feb 16 10:59:14 2004 Author: ihatchondo From ihatchondo at common-lisp.net Mon Feb 16 16:00:22 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Mon, 16 Feb 2004 11:00:22 -0500 Subject: [Eclipse-cvs] CVS update: public_html/screenshots/step-sc1.png public_html/screenshots/step-sc2.png public_html/screenshots/step-sc3.png Message-ID: Update of /project/eclipse/cvsroot/public_html/screenshots In directory common-lisp.net:/tmp/cvs-serv1410 Removed Files: step-sc1.png step-sc2.png step-sc3.png Log Message: file renamed. Date: Mon Feb 16 11:00:22 2004 Author: ihatchondo From ihatchondo at common-lisp.net Mon Feb 16 16:00:40 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Mon, 16 Feb 2004 11:00:40 -0500 Subject: [Eclipse-cvs] CVS update: Directory change: public_html/screenshots/small Message-ID: Update of /project/eclipse/cvsroot/public_html/screenshots/small In directory common-lisp.net:/tmp/cvs-serv12706/small Log Message: Directory /project/eclipse/cvsroot/public_html/screenshots/small added to the repository Date: Mon Feb 16 11:00:39 2004 Author: ihatchondo New directory public_html/screenshots/small added From ihatchondo at common-lisp.net Mon Feb 16 16:01:02 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Mon, 16 Feb 2004 11:01:02 -0500 Subject: [Eclipse-cvs] CVS update: public_html/screenshots/small/bm-scr1.png public_html/screenshots/small/bm-scr2.png public_html/screenshots/small/bm-scr3.png public_html/screenshots/small/cool-scr1.png public_html/screenshots/small/cool-scr2.png public_html/screenshots/small/cool-scr3.png public_html/screenshots/small/no-dec-scr1.png public_html/screenshots/small/no-dec-scr2.png public_html/screenshots/small/no-dec-scr3.png public_html/screenshots/small/scr2.png public_html/screenshots/small/scr3.png public_html/screenshots/small/scr4.png public_html/screenshots/small/scr5.png public_html/screenshots/small/step-scr1.png public_html/screenshots/small/step-scr2.png public_html/screenshots/small/step-scr3.png Message-ID: Update of /project/eclipse/cvsroot/public_html/screenshots/small In directory common-lisp.net:/tmp/cvs-serv15969/small Added Files: bm-scr1.png bm-scr2.png bm-scr3.png cool-scr1.png cool-scr2.png cool-scr3.png no-dec-scr1.png no-dec-scr2.png no-dec-scr3.png scr2.png scr3.png scr4.png scr5.png step-scr1.png step-scr2.png step-scr3.png Log Message: first add. Date: Mon Feb 16 11:01:01 2004 Author: ihatchondo From ihatchondo at common-lisp.net Mon Feb 16 16:04:07 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Mon, 16 Feb 2004 11:04:07 -0500 Subject: [Eclipse-cvs] CVS update: public_html/screenshots.shtml public_html/themes.shtml Message-ID: Update of /project/eclipse/cvsroot/public_html In directory common-lisp.net:/tmp/cvs-serv20880 Modified Files: screenshots.shtml themes.shtml Log Message: screenshots.shtml: eash theme is now a list element followed by its miniatures screen shots. themes: link added to a screen shot for every one. Date: Mon Feb 16 11:04:07 2004 Author: ihatchondo From ihatchondo at common-lisp.net Mon Feb 16 16:23:41 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Mon, 16 Feb 2004 11:23:41 -0500 Subject: [Eclipse-cvs] CVS update: public_html/screenshots.shtml Message-ID: Update of /project/eclipse/cvsroot/public_html In directory common-lisp.net:/project/eclipse/public_html Modified Files: screenshots.shtml Log Message: fix invalid html code Date: Mon Feb 16 11:23:41 2004 Author: ihatchondo From ihatchondo at common-lisp.net Mon Feb 16 16:38:38 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Mon, 16 Feb 2004 11:38:38 -0500 Subject: [Eclipse-cvs] CVS update: public_html/screenshots/no-dec-scr1.png public_html/screenshots/no-dec-scr2.png public_html/screenshots/no-dec-scr3.png Message-ID: Update of /project/eclipse/cvsroot/public_html/screenshots In directory common-lisp.net:/tmp/cvs-serv31680 Added Files: no-dec-scr1.png no-dec-scr2.png no-dec-scr3.png Log Message: initial import. Date: Mon Feb 16 11:38:38 2004 Author: ihatchondo From ihatchondo at common-lisp.net Mon Feb 16 17:10:58 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Mon, 16 Feb 2004 12:10:58 -0500 Subject: [Eclipse-cvs] CVS update: public_html/download.shtml Message-ID: Update of /project/eclipse/cvsroot/public_html In directory common-lisp.net:/project/eclipse/public_html Modified Files: download.shtml Log Message: added a link to the cvs web interface. Date: Mon Feb 16 12:10:58 2004 Author: ihatchondo From ihatchondo at common-lisp.net Tue Feb 17 11:03:21 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Tue, 17 Feb 2004 06:03:21 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/lib/netwm-manager.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse/lib In directory common-lisp.net:/tmp/cvs-serv12449/lib Modified Files: netwm-manager.lisp Log Message: fix default return type of net-supporting-wm-check to xlib:window. Date: Tue Feb 17 06:03:21 2004 Author: ihatchondo From ihatchondo at common-lisp.net Tue Feb 17 12:48:39 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Tue, 17 Feb 2004 07:48:39 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/eclipse.lisp eclipse/input.lisp eclipse/package.lisp eclipse/widgets.lisp eclipse/wm.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv25666 Modified Files: eclipse.lisp input.lisp package.lisp widgets.lisp wm.lisp Log Message: Removed useless property-manager-window from the root object. Instead standard-property-holder class is defined in widgets.lisp. Date: Tue Feb 17 07:48:39 2004 Author: ihatchondo From ihatchondo at common-lisp.net Tue Feb 17 12:53:36 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Tue, 17 Feb 2004 07:53:36 -0500 Subject: [Eclipse-cvs] CVS update: Module improted: extensions Message-ID: Update of /project/eclipse/cvsroot//extensions In directory common-lisp.net:/home/ihatchondo/extensions Log Message: initial import Status: Vendor Tag: ihachondo Release Tags: init No conflicts created by this import Date: Tue Feb 17 07:53:36 2004 Author: ihatchondo New module extensions added From ihatchondo at common-lisp.net Tue Feb 17 15:43:07 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Tue, 17 Feb 2004 10:43:07 -0500 Subject: [Eclipse-cvs] CVS update: extensions/command.lisp extensions/menu-1.lisp Message-ID: Update of /project/eclipse/cvsroot/extensions In directory common-lisp.net:/tmp/cvs-serv21122/extensions Added Files: command.lisp menu-1.lisp Log Message: initial import. Date: Tue Feb 17 10:43:07 2004 Author: ihatchondo From ihatchondo at common-lisp.net Tue Feb 17 15:49:22 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Tue, 17 Feb 2004 10:49:22 -0500 Subject: [Eclipse-cvs] CVS update: extensions/commands.lisp extensions/command.lisp Message-ID: Update of /project/eclipse/cvsroot/extensions In directory common-lisp.net:/tmp/cvs-serv26131/extensions Added Files: commands.lisp Removed Files: command.lisp Log Message: file renamed. Date: Tue Feb 17 10:49:22 2004 Author: ihatchondo From ihatchondo at common-lisp.net Tue Feb 17 15:55:37 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Tue, 17 Feb 2004 10:55:37 -0500 Subject: [Eclipse-cvs] CVS update: extensions/application-menu.lisp extensions/menu-1.lisp Message-ID: Update of /project/eclipse/cvsroot/extensions In directory common-lisp.net:/tmp/cvs-serv24448 Added Files: application-menu.lisp Removed Files: menu-1.lisp Log Message: file renamed. Date: Tue Feb 17 10:55:37 2004 Author: ihatchondo From ihatchondo at common-lisp.net Tue Feb 17 16:17:04 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Tue, 17 Feb 2004 11:17:04 -0500 Subject: [Eclipse-cvs] CVS update: public_html/extensions.shtml Message-ID: Update of /project/eclipse/cvsroot/public_html In directory common-lisp.net:/tmp/cvs-serv32064/public_html Modified Files: extensions.shtml Log Message: added extensions links. Date: Tue Feb 17 11:17:04 2004 Author: ihatchondo From ihatchondo at common-lisp.net Tue Feb 17 16:30:56 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Tue, 17 Feb 2004 11:30:56 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/input.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv7554 Modified Files: input.lisp Log Message: 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. Date: Tue Feb 17 11:30:56 2004 Author: ihatchondo From ihatchondo at common-lisp.net Tue Feb 17 22:30:50 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Tue, 17 Feb 2004 17:30:50 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/package.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv27394 Modified Files: package.lisp Log Message: fix documentation. Date: Tue Feb 17 17:30:50 2004 Author: ihatchondo From ihatchondo at common-lisp.net Wed Feb 18 13:39:50 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Wed, 18 Feb 2004 08:39:50 -0500 Subject: [Eclipse-cvs] CVS update: public_html/screenshots.shtml Message-ID: Update of /project/eclipse/cvsroot/public_html In directory common-lisp.net:/tmp/cvs-serv26819 Modified Files: screenshots.shtml Log Message: list of mini imagr replaced for a table. Date: Wed Feb 18 08:39:50 2004 Author: ihatchondo From ihatchondo at common-lisp.net Mon Feb 23 15:57:58 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Mon, 23 Feb 2004 10:57:58 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/wm.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv14720 Modified Files: wm.lisp Log Message: add master background update in (setf decoration-frame-style). Date: Mon Feb 23 10:57:58 2004 Author: ihatchondo From ihatchondo at common-lisp.net Wed Feb 25 10:59:37 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Wed, 25 Feb 2004 05:59:37 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/input.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv25412 Modified Files: input.lisp Log Message: more hacking. Date: Wed Feb 25 05:59:37 2004 Author: ihatchondo From ihatchondo at common-lisp.net Wed Feb 25 13:28:28 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Wed, 25 Feb 2004 08:28:28 -0500 Subject: [Eclipse-cvs] CVS update: extensions/commands.lisp Message-ID: Update of /project/eclipse/cvsroot/extensions In directory common-lisp.net:/tmp/cvs-serv8322/extensions Modified Files: commands.lisp Log Message: added maximize callbacks. Date: Wed Feb 25 08:28:28 2004 Author: ihatchondo From ihatchondo at common-lisp.net Thu Feb 26 16:23:52 2004 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Thu, 26 Feb 2004 11:23:52 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/Makefile.in eclipse/system.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv1066 Modified Files: Makefile.in system.lisp Log Message: Make eclipse-defsystem define systems for both mk-defsystem and asdf. compile-themes &rest theme-directory-names compile a list of theme with loading the eclipse system one time. Makefile.in now use compile-themes. Date: Thu Feb 26 11:23:52 2004 Author: ihatchondo