- 05 Nov, 2003 1 commit
-
-
Iban Hatchondo authored
-
- 01 Nov, 2003 1 commit
-
-
Iban Hatchondo authored
-
- 12 Oct, 2003 1 commit
-
-
Iban Hatchondo authored
use (setf xlib:window-priority) instead of (setf window-priority) when changing the stacking order of a box-button.
-
- 09 Oct, 2003 6 commits
-
-
Iban Hatchondo authored
-
Iban Hatchondo authored
package.lisp updated.
-
Iban Hatchondo authored
-
Iban Hatchondo authored
-
Iban Hatchondo authored
For application with a :no-input as focus model, we now gives the same event mask as the others. The problem was that an application with a globaly-active model can decide to sets the focus to one of its satellite window that have a no-input model. This is correct because the input model is indicate to the window manager how to give the focus to the application. But in any case, it indicates that the application will never have or not the focus. - minor change in (setf fullscreen-mode): we now use the no-decoration-theme instead of undecorting.
-
Iban Hatchondo authored
To configure it use *screen-edge-resistant-p*. Set it to nil if you don't want to feel any resistance when attempting to move a window outside the screen boundaries. Default value is t. - The window edges resistance is also implemented. To configure it use *standard-window-edge-resistant-p*. Set it to nil if you don't want to feel any resistance on edges of window(s) you are about to overlap. Default value is t.
-
- 06 Oct, 2003 1 commit
-
-
Iban Hatchondo authored
every window managers. Press Alt-Tab once will raise the next application, on the current desktop, according to the current stacking order. If Alt is released then pressing again Alt-Tab will put back the precedent application. Otherwise if you kipped Alt down then Tab again and the next application will be brought on top of the others, and the precedent one is back on its depth. And so on until you come back on the first one. The same mechanism is available with say Alt-a. It just rotate windows on the other sens. - The window rotation may be verbose by displaying a small window indicating the name and the icon, if provided, of the application that comes on top of the others. To disable it do (setf *verbose-window-cycling* nil) in your eclipse config file. - The window rotation may also cycle the current desktop iconified applications. To disable it do (setf *cycle-icons-p* nil) in your eclipse config file. - Screen edges are now resistant. - fix menu bug. They don't anymore appear below their applications. - a maximized window does not allow anymore to be resized in the directions in which it has been maximized. - the message-box may now display a centered pixmap before the text. - package.lisp updated. - man page updated. - changelog updated.
-
- 01 Oct, 2003 2 commits
- 30 Sep, 2003 1 commit
-
-
hatchond authored
Minor modification in the move/resize process to make it a bit more stand alone. A "build-in" theme named no-decoration has been added. To use it do as usual: (setf (decoration-theme) "no-decoration") This isn't already in the man page but I will as soon as I can.
-
- 16 Sep, 2003 4 commits
-
-
hatchond authored
wrong mapcar fix in gestures.lisp (due to the signature changes of modifier->modifier-mask.
-
hatchond authored
Documentation is almost complete. - lib/clx-ext/keysyms.lisp: The init function had been supressed. Instead we create our cache when needed and invalidate it when needed (e.g: if modifier-map-changed-p returns t). The modifier->modifier-mask now takes a display as first parameter - eclipse.lisp gestures.lisp: was calling init-keyboard. - gestures.lisp: The modifier->modifier-mask now takes a display as first parameter
-
hatchond authored
-
hatchond authored
lots documentation added gnome-desktop-num turned in window-desktop-num - input.lisp, wm.lisp, virtual-screen.lisp, package.lisp, global.lisp gnome-desktop-num -> window-desktop-num
-
- 15 Sep, 2003 1 commit
-
-
hatchond authored
-
- 12 Sep, 2003 8 commits
-
-
hatchond authored
-
hatchond authored
-
hatchond authored
Handling for client-message of type :_net_close_window was at the wrong place. It should be processed on application.
-
hatchond authored
more net-wm complience: a window that goes to the withdrawn state delete its +properties-to-delete-on-withdrawn+.
-
hatchond authored
-
hatchond authored
export delete-properties
-
hatchond authored
-
hatchond authored
- fix incorrect condition in client-message on root when the message type is (or :_WIN_WORKSPACE :_NET_CURRENT_DESKTOP). - add support for client-message of type :_net_active_window on application. - fix the :_net_active_window property handling: focusing an undecorated application was not updating this property.
-
- 11 Sep, 2003 2 commits
- 10 Sep, 2003 3 commits
- 09 Sep, 2003 2 commits
-
-
hatchond authored
- fix (setf button-active-p) :after that have to be sure the master slots of the button is a decoration and not root.
-
hatchond authored
It seems that sometimes some id are still present in the clx display internal cache even when those resources have been destroyed. This has for effect that when the X server reallocate this id to a resource of another type than the previous one it provokes some internal error inside CLX. This patch correct this strange behavior. I know this not very satisfying but I can't see another solution at the present time.
-
- 08 Sep, 2003 6 commits
-
-
hatchond authored
-
hatchond authored
fix incorect placement of the menu button when the title bar is vertical. Its place is the lower left corner.
-
hatchond authored
Note: themes that does not have such images still work as expected.
-
hatchond authored
In order to support clicked pixmap on push buttons, the repaint method is implemented for the push-button class. It choose the correct pixmap to display depending of the current state of the button. Finally, a :after method is also implemented for the (setf button-active-p) method to immediatly update the button image.
-
hatchond authored
-
hatchond authored
-
- 07 Sep, 2003 1 commit
-
-
hatchond authored
-