(show-all-children): add the ability to display all child from *root-frame* and hide...
[clfswm.git] / ChangeLog
blobcd9be80ef30b4163742bbd93a892890899ecf262
1 2011-03-06  Philippe Brochard  <pbrochard@common-lisp.net>
3         * src/clfswm-internal.lisp (show-all-children): Simplify the
4         selection method.
5         (show-child): Display an unmanaged window whe  it's the current
6         child.
7         (show-all-children): add the ability to display all child from
8         *root-frame* and hide all those who are not in *current-root*.
9         -> remove hide-all-children when needed.
11         * src/xlib-util.lisp (move-window,resize-window): Add a
12         *color-move-window* border when moving or resizing a window.
14 2011-03-04  Philippe Brochard  <pbrochard@common-lisp.net>
16         * src/clfswm-internal.lisp (show-all-children): Perform only one
17         recusion on the clfswm tree: calculate geometry and place child in
18         one pass.
20 2011-03-03  Philippe Brochard  <pbrochard@common-lisp.net>
22         * src/clfswm-internal.lisp (show-all-children): Rethink of display
23         child order to prevent very annoying flickering.
25 2011-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
27         * src/clfswm-util.lisp (query-yes-or-no): New function.
29         * src/clfswm-configuration.lisp (reset-all-config-variables): New
30         function and menu entry.
31         (query-conf-value): Add the ability to leave the field blank to
32         reset the variable to its default value.
34 2011-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
36         * src/clfswm-configuration.lisp
37         (add-all-configuration-default-value): Add a default value to
38         configurable variables.
40 2011-02-23  Philippe Brochard  <pbrochard@common-lisp.net>
42         * src/clfswm.lisp (main-unprotected): Create the configuration
43         menu only once at startup.
45 2011-02-22  Desmond O. Chang <dochang@gmail.com>
47         * contrib/amixer.lisp: Add a volume mode inspired by the emms
48         volume package. Alsa mixer interface.
50         * contrib/volume-mode.lisp: Add a volume mode inspired by the emms
51         volume package.
53 2011-02-22 Desmond O. Chang <dochang@gmail.com>
55         * src/clfswm.lisp (main): Use ASDF:SYSTEM-SOURCE-DIRECTORY instead
56         of *LOAD-TRUENAME*. *LOAD-TRUENAME* is only bound during a call to
57         LOAD. If one eval CLFSWM:MAIN in repl, BASE-DIR will be an empty
58         string. Use ASDF:SYSTEM-SOURCE-DIRECTORY to fix it.
60 2011-02-16  Philippe Brochard  <pbrochard@common-lisp.net>
62         * src/clfswm.lisp (main-unprotected): Add a close hook. And close
63         the notify window, the virtual keyboard and the clfswm terminal by
64         default.
66 2011-02-15  Philippe Brochard  <pbrochard@common-lisp.net>
68         * src/clfswm.lisp (main-unprotected): Destroy the notify window
69         before closing the display. This fix a bug when resetting/reloading
70         clfswm.
72 2011-02-12  Philippe Brochard  <pbrochard@common-lisp.net>
74         * src/xlib-util.lisp (equal-wm-class-fun, equal-wm-name-fun)
75         (raise-window-fun, raise-and-focus-window-fun): New functions.
77         * src/config.lisp (*clfswm-terminal-cmd*): Switch from xterm to
78         urxvt.
79         (*never-managed-window-list*): Structure change to be more
80         flexible. Let the choice to focus, raise and do nothing on never
81         managed windows.
83 2011-02-09  Philippe Brochard  <pbrochard@common-lisp.net>
85         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Take
86         care of never managed windows to move or resize them if the raise
87         parameter is true.
89         * src/clfswm-internal.lisp (in-frame, in-window, in-child): New
90         functions.
92 2011-02-08  Philippe Brochard  <pbrochard@common-lisp.net>
94         * src/clfswm.lisp (main-mode): Raise or not unmanaged windows
95         following request in *never-managed-window-list*.
97 2011-02-05  Philippe Brochard  <pbrochard@common-lisp.net>
99         * *: **** Release 1102 ****
101 2011-02-05  Desmond O. Chang <dochang@gmail.com>
103         * src/keysyms.lisp: Add extended keysyms from stumpwm.
105 2011-02-01  Desmond O. Chang <dochang@gmail.com>
107         * src/clfswm-util.lisp (run-or-raise): New function (thanks to
108         Desmond O. Chang).
110         * src/clfswm-internal.lisp (with-all-*): add a nil block.
112 2011-01-28  Desmond O. Chang <dochang@gmail.com>
114         * src/clfswm-util.lisp (xdg-config-home): XDG_CONFIG_HOME should
115         be $HOME/.config by default.
117 2010-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
119         * contrib/osd.lisp (display-doc): Add another method where a
120         CLFSWM native window is used to display the key documentation.
122 2010-12-27  Philippe Brochard  <pbrochard@common-lisp.net>
124         * src/xlib-util.lisp (with-xlib-protect): Force to revert to the
125         main mode state.
127 2010-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
129         * src/clfswm-second-mode.lisp (second-key-mode): Call the second
130         mode leave function only when the generic mode was ended.
132 2010-12-08  Philippe Brochard  <pbrochard@common-lisp.net>
134         * src/clfswm-second-mode.lisp (sm-leave-function): Do not use
135         *second-mode-program* anymore.
137 2010-12-07  Philippe Brochard  <pbrochard@common-lisp.net>
139         * src/clfswm-second-mode.lisp (*second-mode-leave-function*): New
140         variable bound to a function executed (when not null) on second
141         mode leaving.
143 2010-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
145         * src/clfswm-util.lisp (find-child-under-mouse): Do not find
146         hidden windows.
148 2010-11-13  Philippe Brochard  <pbrochard@common-lisp.net>
150         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
151         Do not display the accel window for unmanaged windows.
153 2010-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
155         * src/clfswm-internal.lisp (set-current-root): Handle
156         window-parent in set-current-root.
158         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Do not
159         focus the parent child when the current root is a window.
161 2010-11-09  Philippe Brochard  <pbrochard@common-lisp.net>
163         * src/clfswm-expose-mode.lisp (expose-windows-current-child-mode):
164         New function an bindings.
166         * src/clfswm-layout.lisp (tile-layout, set-tile-layout): Fill
167         blanks if needed.
169 2010-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
171         * src/clfswm-layout.lisp (tile-layout-ask-keep-position): New
172         function to let the user choose to keep child position with
173         tile layout.
175         * src/clfswm-internal.lisp (remove-frame-data-slot): New
176         function.
178 2010-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
180         * src/clfswm-internal.lisp (frame-select-next-child)
181         (frame-select-previous-child): New functions and bindings. Select
182         the next/previous child in the current frame.
184 2010-10-31  Philippe Brochard  <pbrochard@common-lisp.net>
186         * src/clfswm-query.lisp (query-mode-complet): New function: Handle
187         completion in query-mode.
189 2010-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
191         * src/clfswm-query.lisp (query-print-string): Handle long lines
192         correctly.
194 2010-10-27  Philippe Brochard  <pbrochard@common-lisp.net>
196         * src/clfswm-expose-mode.lisp (expose-create-window): Ensure that
197         all characters are printable.
199 2010-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
201         * contrib/server/server.lisp: Load clfswm client code in the main
202         program and let the user start it with a --client command line
203         option.
205         * src/package.lisp (*main-entrance-hook*): New hook executed after
206         loading configuration file and before opening the display.
208 2010-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
210         * src/xlib-util.lisp: Remove unnecessary xlib:display-finish-output.
212         * src/clfswm-internal.lisp (show-child): Show window only if not
213         hidden.
215         * src/clfswm-keys.lisp (binding-substitute-modifier): Utility to
216         change modifiers after binding definition.
218 2010-10-21  Philippe Brochard  <pbrochard@common-lisp.net>
220         * contrib/osd.lisp: New file: OSD (On Screen Display) for
221         presentations.
223         * src/clfswm-menu.lisp (open-menu): Modularise function.
225 2010-10-13  Philippe Brochard  <pbrochard@common-lisp.net>
227         * src/clfswm-info.lisp (show-first-aid-kit): Display the essential
228         key binding in main and second mode.
230 2010-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
232         * src/clfswm-util.lisp (open-notify-window): Convert hello-window
233         functions to a more generic Notify-window system.
235         * src/tools.lisp (add-timer): Add an id to identify the timer.
237 2010-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
239         * src/tools.lisp (erase-timer): New function.
241         * src/clfswm-util.lisp (display-hello-window): Add a timer to hide
242         the hello window. Add Configuration variables.
244 2010-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
246         * src/clfswm-util.lisp (): Add an Hello window at startup.
248         * src/tools.lisp (process-timers): Add a timer system.
250 2010-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
252         * src/clfswm-query.lisp (add-in-query-string): Handle correctly
253         the mod-5 modifier.
255 2010-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
257         * src/clfswm-query.lisp (query-print-string): Change cursor color
258         and show parenthesis matching with colors (on match and on
259         errors).
261 2010-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
263         * src/clfswm-internal.lisp (show-all-children): Do not raise a
264         child when its parent is hidden.
266 2010-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
268         * src/clfswm-circulate-mode.lisp (select-next-subchild): Add the
269         possibility to circulate over subchild of the current child.
271         * src/clfswm-expose-mode.lisp (expose-all-windows-mode)
272         (expose-windows-generic): Add an escape-body function to return to
273         the original state on escape key.
275         * src/clfswm-util.lisp (bind-on-slot): Add an optional parameter
276         to bind the current child from the configuration file.
278 2010-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
280         * src/clfswm-nw-hooks.lisp (absorb-window-nw-hook): Absorb new
281         window hook: the frame absorb all new windows that match
282         nw-absorb-test frame data slot.
284 2010-09-30  Philippe Brochard  <pbrochard@common-lisp.net>
286         * src/clfswm-expose-mode.lisp (expose-create-window): Show window
287         title in accel window.
289 2010-09-29  Philippe Brochard  <pbrochard@common-lisp.net>
291         * configure: Use the Xavier Maillard clfswm script in contrib to
292         build an executable in the standard way.
294 2010-09-26  Philippe Brochard  <pbrochard@common-lisp.net>
296         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
297         New functions. Add a window on each child in the expose mode to
298         quickly select them.
300         * src/clfswm-internal.lisp (child-x, child-y, child-width)
301         (child-height): New methods to get real child coordinates.
303 2010-09-25  Philippe Brochard  <pbrochard@common-lisp.net>
305         * src/clfswm-layout.lisp (*-layout): Use child-position.
307         * src/clfswm-internal.lisp (child-position): New function.
309         * src/clfswm-expose-mode.lisp (expose-windows-mode)
310         (expose-all-windows-mode): Use a generic mode.
312         * src/xlib-util.lisp (with-handle-event-symbol): Use a filled list
313         with handle-event-fun symbols instead of inspecting clfswm
314         internals symbols on each mode change.
316         * src/clfswm-expose-mode.lisp: Move and rename present*-windows in
317         a separate clfswm-expose-mode.lisp file.
319         * src/clfswm-util.lisp (speed-mouse-right, speed-mouse-down): Use
320         screen size instead of hardcoded test coordinates.
322 2010-09-24  Philippe Brochard  <pbrochard@common-lisp.net>
324         * src/clfswm-util.lisp (speed-mouse-reset, speed-mouse-left)
325         (speed-mouse-right, speed-mouse-up, speed-mouse-down)
326         (speed-mouse-undo, speed-mouse-first-history): New functions to
327         quickly move the mouse. Implemented for the second mode.
329 2010-09-16  Philippe Brochard  <pbrochard@common-lisp.net>
331         * contrib/clfswm: Move clfswm sources to $tmp_dir if there is no
332         write permission on $clfswm_asd_path. So anybody can start clfswm
333         even if there is no write permission on the source directory.
335 2010-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
337         * contrib/clfswm: Add support to cmucl, ccl and ecl.
339 2010-09-11  Philippe Brochard  <pbrochard@common-lisp.net>
341         * src/clfswm-util.lisp (set-hide-unmanaged-window)
342         (set-show-unmanaged-window, set-default-hide-unmanaged-window):
343         New functions and menu entry.
344         (set-globally-hide-unmanaged-window)
345         (set-globally-show-unmanaged-window): New functions and menu
346         entry.
348         * src/clfswm-internal.lisp (hide-unmanager-window-p): New
349         function.
350         (show-child): Add a data slot on frame to hide or not unmanaged
351         windows.
353         * src/clfswm-corner.lisp (present-clfswm-terminal)
354         (present-virtual-keyboard): Use a function (generic-present-body)
355         instead of a macro (generate-present-body).
357         * src/clfswm-util.lisp (update-menus): List all directories and
358         subdirectories in $XDG_DATA_DIRS/applications.
360 2010-09-10  Philippe Brochard  <pbrochard@common-lisp.net>
362         * src/clfswm-corner.lisp (generate-present-body): New macro.
363         (present-clfswm-terminal, present-virtual-keyboard): Use
364         generate-present-body.
366 2010-09-09  Philippe Brochard  <pbrochard@common-lisp.net>
368         * src/clfswm-util.lisp (update-menus): Follow XDG specifications
369         instead of the non-portable Debian update-menu.
371 2010-09-07  Philippe Brochard  <pbrochard@common-lisp.net>
373         * src/clfswm.lisp (error-handler): New function do handle
374         asynchronous errors and ignore them.
375         (open-display): Install the new error-handler on display.
377 2010-09-05  Philippe Brochard  <pbrochard@common-lisp.net>
379         * src/xlib-util.lisp (with-xlib-protect): Add a
380         with-simple-restart on top of body execution.
382 2010-09-04  Philippe Brochard  <pbrochard@common-lisp.net>
384         * src/clfswm.lisp (main-loop): Protect all xlib functions with an
385         with-xlib-protect.
387         * src/xlib-util.lisp (handle-event): use with-xlib-protect only in
388         handle-event. Add a with-simple-restart to prevent a
389         clisp/new-lisp infinite loop.
391 2010-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
393         * src/clfswm-corner.lisp (present-clfswm-terminal): Make the
394         clfswm terminal working even on xterm title changes.
396 2010-08-29  Philippe Brochard  <pbrochard@common-lisp.net>
398         * src/clfswm-util.lisp (run-other-window-manager): Update for
399         clisp compatibility.
401         * src/tools.lisp (do-execute): New parameter io to change the
402         input/output method.
404         * src/clfswm-util.lisp (hide-current-child): Prevent from removing
405         the current root.
407         * src/clfswm-internal.lisp (child-member): New predicate.
408         (child-remove): New function.
410         * src/*.lisp: Use child-member and child-remove everywhere it's
411         needed.
413 2010-08-28  Philippe Brochard  <pbrochard@common-lisp.net>
415         * src/clfswm.lisp (main-loop): Ensure that all events have been
416         processed after a process-event.
418         * src/clfswm-internal.lisp (is-in-current-child-p): New function.
420 2010-08-27  Philippe Brochard  <pbrochard@common-lisp.net>
422         * src/clfswm.lisp (main-mode:configure-request): Raise the window
423         only when present on the current child and focus it accordingly.
425 2010-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
427         * src/clfswm-circulate-mode.lisp (circulate-loop-function):
428         Use is-a-key-pressed-p.
430         * src/xlib-util.lisp (is-a-key-pressed-p): New predicate.
432         * src/clfswm-keys.lisp (define-ungrab/grab): Use all values
433         returned by xlib:keysym->keycodes.
435         * src/*.lisp: Use the new child-equal-p to compare children. This
436         prevent a bug with sbcl/cmucl when the standard equal function
437         does not work with xlib:window.
439         * src/clfswm-internal.lisp (child-equal-p): New predicate.
441 2010-08-25  Philippe Brochard  <pbrochard@common-lisp.net>
443         * src/clfswm-generic-mode.lisp (generic-mode): Use an
444         xlib:event-listen before processing event with
445         xlib:process-event. This prevent a bug with CLX threaded
446         implementation like sbcl.
448         * src/clfswm.lisp (main-loop): Use an xlib:event-listen before
449         processing event with xlib:process-event. This prevent a bug with
450         CLX threaded implementation like sbcl.
452 2010-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
454         * contrib/server/key.lisp (ushell-sh): Add ccl and ecl support.
456         * src/xlib-util.lisp (compress-motion-notify): Use a loop instead
457         of an event-case.
459         * src/clfswm-internal.lisp (with-find-in-all-frames): New macro.
460         (find-parent-frame, find-frame-window, find-frame-by-name)
461         (find-frame-by-number): Use with-find-in-all-frames to search in
462         frames in the right order.
464         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Fix an
465         unwanted flickering with unmanaged windows.
467 2010-08-16  Philippe Brochard  <pbrochard@common-lisp.net>
469         * src/package.lisp: Remove event handler hooks as they're not
470         needed anymore (To replace them: use closure and define-handler).
472         * src/xlib-util.lisp (move-window, resize-window)
473         (wait-mouse-button-release): Use a generic mode.
475         * src/*.lisp: Replace the case to handle event with a more (tricky)
476         lispy  method which bind a function to each keywords associated
477         to graphics events.
479 2010-07-23  Philippe Brochard  <pbrochard@common-lisp.net>
481         * src/clfswm-util.lisp (delete-current-child): Invert bindings and
482         menu entry between delete-current-child and remove-current-child.
483         ie: Delete a child and its children in all frames by default.
485 2010-07-21  Philippe Brochard  <pbrochard@common-lisp.net>
487         * src/package.lisp: Add a placement configuration group.
489         * src/binding*.lisp: Bind control+g to escape the current action
490         like emacs.
492         * src/clfswm-internal.lisp
493         (delete-child-and-children-in-all-frames): New function and
494         binding: Second mode - Control+Delete delete the current child and
495         its children in all frames (ie: close the current child and its
496         children).
498 2010-07-20  Philippe Brochard  <pbrochard@common-lisp.net>
500         * src/clfswm-internal.lisp (remove-child-in-frame): Do not destroy
501         the frame window and the frame gc. Close a very annoying bug when
502         cuting/pasting a frame or moving a child over frames with the
503         mouse.
505         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
506         all children in *current-root* after moving/resizing a frame.
508 2010-07-18  Philippe Brochard  <pbrochard@common-lisp.net>
510         * src/clfswm-util.lisp (delete-focus-window)
511         (destroy-focus-window): Remove child in parent frame before
512         stopping it.
514 2010-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
516         * src/clfswm-util.lisp (identify-key): Add a timeout in
517         xlib:process-event.
518         (mouse-click-to-focus-generic): Use find-child-under-mouse instead
519         of the window passed by xlib:process-event.
521         * src/xlib-util.lisp (move-window, resize-window)
522         (wait-mouse-button-release): Add a timeout in xlib:process-event.
524 2010-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
526         * src/clfswm-util.lisp (run-other-window-manager): Add the ability
527         to launch an other window manager and to return to clfswm.
529 2010-03-18  Philippe Brochard  <pbrochard@common-lisp.net>
531         * src/clfswm-layout.lisp (set-tile-space-layout): Set default
532         to 1%.
534 2009-12-15  Philippe Brochard  <pbrochard@common-lisp.net>
536         * src/clfswm.lisp (main-loop): Add a *loop-hook* parameter and a
537         loop timeout.
539         * src/clfswm-generic-mode.lisp (generic-mode): Add a loop-hook
540         parameter and a loop timeout.
542 2009-12-05  Philippe Brochard  <pbrochard@common-lisp.net>
544         * src/clfswm.lisp (main): Add an alternate configuration filename
545         parameter.
547         * load.lisp: Add a debuging code example.
549 2009-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
551         * src/clfswm-configuration.lisp (create-configuration-menu): New
552         menu to configure all clfswm variables while clfswm is running.
554 2009-11-12  Philippe Brochard  <pbrochard@common-lisp.net>
556         * src/clfswm-util.lisp (save-configuration-variables): New
557         function to save all configuration variables in clfswmrc.
559 2009-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
561         * src/clfswm-info.lisp (info-mode): Begining of mouse support in
562         info mode.
563         (set-default-info-keys): Add cursor key support in info mode.
565 2009-11-08  Philippe Brochard  <pbrochard@common-lisp.net>
567         * contrib/reboot-halt.lisp: Add a Suspend/Reboot/Halt menu in
568         contrib.
570         * src/clfswm.lisp (main): Add a read-conf-file-p parameter to
571         prevent reading the configuration file (this may be useful to
572         produce the original documentation without user modifications
573         with the rc configuration file).
575 2009-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
577         * src/bindings-second-mode.lisp (set-default-second-keys):
578         Simplification of Escape key to close/kill/remove the focus window
579         and unhide all windows.
581         * src/bindings.lisp (set-default-main-keys): Simplification of
582         Escape key to close/kill/remove the focus window and unhide all
583         windows.
585         * src/clfswm-util.lisp (ask-close/kill-current-window): Add remove
586         focus and unhide all windows capabilities.
588 2009-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
590         * contrib/mpd.lisp (start-gmpc): Add gmpc in the mpd menu.
592 2009-07-29  Philippe Brochard  <pbrochard@common-lisp.net>
594         * src/clfswm-layout.lisp (tile-layout, tile-horizontal-layout):
595         Keep child order and don't make unnecessary child movement.
596         (one-column-layout, one-line-layout): New layouts.
598 2009-06-29  Philippe Brochard  <pbrochard@common-lisp.net>
600         * *: **** Release 0906 ****
602         * contrib/cd-player.lisp: New file to handle the CD player.
604         * contrib/xmms.lisp: New file to handle the xmms player.
606 2009-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
608         * src/clfswm-layout.lisp (set-no-layout-remember-size): New layout:
609         Maximize windows in there frame - Leave frames to there actual
610         size.
612         * src/bindings-second-mode.lisp (set-default-second-keys): Bind
613         "o" on set-open-in-new-frame-in-parent-frame-nw-hook.
615 2009-06-27  Philippe Brochard  <pbrochard@common-lisp.net>
617         * contrib/keyb_fr.lisp: New file to handle an azerty keyboard.
619 2009-06-24  Philippe Brochard  <pbrochard@common-lisp.net>
621         * contrib/mpd.lisp: Use a standard menu.
623         * src/clfswm-info.lisp: Use a standard menu for the help-menu.
625 2009-06-22  Philippe Brochard  <pbrochard@common-lisp.net>
627         * contrib/mpd.lisp: New file to handle the Music Player Daemon (MPD)
629 2009-06-19  Philippe Brochard  <pbrochard@common-lisp.net>
631         * src/clfswm-autodoc.lisp (produce-doc, produce-doc-html): Minor
632         number key cleanup.
634 2009-06-18  Philippe Brochard  <pbrochard@common-lisp.net>
636         * src/config.lisp (get-fullscreen-size):  One pixel adjustment
637         (again).
639         * src/clfswm-placement.lisp (*-child-placement): One pixel
640         adjustment (again).
642 2009-06-16  Philippe Brochard  <pbrochard@common-lisp.net>
644         * src/clfswm-circulate-mode.lisp (draw-circulate-mode-window):
645         Ensure that all characters are printable.
647         * src/config.lisp (get-fullscreen-size): Adjust default fullscreen
648         sizes.
650         * src/clfswm-placement.lisp (*-child-placement): Adjust
651         coordinates to one pixel in the current child.
653 2009-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
655         * src/clfswm-query.lisp (query-enter-function): Assign font before
656         width and height calculation.
658 2009-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
660         * src/xlib-util.lisp (banish-pointer): Use with-placement macro to
661         bannish the pointer in an arbitrary place.
663         * src/clfswm-info.lisp (info-mode): Use with-placement macro to
664         place the info window in an arbitrary place.
666         * src/clfswm-query.lisp (query-enter-function): Use with-placement
667         macro to place the query window in an arbitrary place.
669         * src/clfswm-placement.lisp: New file. Allow to place info windows
670         or query windows on an arbitrary place. Allow to bannish the
671         pointer on an arbitrary place.
673 2009-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
675         * src/clfswm-circulate-mode.lisp (reorder-child)
676         (reorder-brother): Unfocus windows before reordering children or
677         brothers.
679 2009-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
681         * src/clfswm-circulate-mode.lisp (reorder-brother): Ensure that
682         the parent is a frame.
684         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Handle
685         motion with a default modifier.
687         * src/clfswm.lisp (handle-motion-notify): Handle motion with a
688         default modifier.
690         * src/clfswm-info.lisp (info-mode): Handle motion with a default
691         modifier.
692         (info-mode): Optimization in loop function.
694 2009-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
696         * src/clfswm-circulate-mode.lisp (reorder-brother): Handle
697         root-frame correctly.
699         * clfswm.asd: Dependency fix for clfswm-generic-mode.
701         * src/clfswm-circulate-mode.lisp (reorder-child)
702         (reorder-brother): Handle empty frames.
703         (reorder-brother): Redisplay only the parent frame of the  current
704         child.
706         * src/clfswm-util.lisp (frame-toggle-maximize): Redisplay only the
707         parent frame of the  current frame.
709 2009-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
711         * src/clfswm-util.lisp (frame-toggle-maximize): New function:
712         Maximize/Unmaximize the current frame in its parent frame.
714         * src/clfswm-layout.lisp (maximize-layout): New layout: Maximize
715         windows and frames in there parent frame.
717 2009-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
719         * src/*.lisp: Add support for Clozure Common Lisp (CCL).
721         * src/clfswm-circulate-mode.lisp (reorder-child)
722         (reorder-brother): Reinitialise on circulate type change
723         child to brother or brother to child.
725         * src/*.lisp (*): Use map-window instead of xlib:map-window. So
726         calls xlib:display-finish-output on each map-request. So speed up
727         the window display.
729         * src/xlib-util.lisp (map-window): New function. Call
730         xlib:display-finish-output on each map request.
732 2009-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
734         * src/clfswm-second-mode.lisp (sm-handle-motion-notify):
735         Optimisation when drawing second mode window.
737 2009-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
739         * src/clfswm-circulate-mode.lisp (circulate-mode): Optimisation in
740         window redraw.
742 2009-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
744         * src/clfswm-util.lisp (run-program-from-query-string): Launch
745         command only with a return validation.
747 2009-04-22  Xavier Maillard  <xma@gnu.org>
749         * src/clfswm-query.lisp (query-string): Use a generic mode.
751 2009-04-19  Xavier Maillard  <xma@gnu.org>
753         * src/clfswm-info.lisp (info-mode): Use generic-mode for info-mode.
755 2009-04-18  Xavier Maillard  <xma@gnu.org>
757         * src/clfswm-generic-mode.lisp (generic-mode): Add a generic mode
758         to define all other modes.
760 2009-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
762         * src/package.lisp (): Use *default-font-string* for all
763         font-string.
765         * src/clfswm-info.lisp (info-mode): Ensure integer windows size.
767 2009-02-17  Philippe Brochard  <pbrochard@common-lisp.net>
769         * src/xlib-util.lisp (null-size-window-p): Better check of null
770         sized windows.
772 2009-02-14  Philippe Brochard  <pbrochard@common-lisp.net>
774         * src/clfswm.lisp (handle-map-request): Add a fix to manage
775         correctly fullscreen windows (SDL particularly).
777 2008-12-20  Philippe Brochard  <pbrochard@common-lisp.net>
779         * src/xlib-util.lisp (get-color): Allocate colors only once -> fix
780         a segfault with clisp/new-clx.
782         * src/clfswm.lisp (handle-motion-notify): Add a needed window
783         argument.
785         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Add a
786         needed window argument.
788 2008-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
790         * src/xlib-util.lisp (wait-no-key-or-button-press)
791         (wait-a-key-or-button-press): Check buttons press/release correctly"
793 2008-10-28  Philippe Brochard  <pbrochard@common-lisp.net>
795         * src/menu-def.lisp: Add children navigation menu in the movement
796         menu (select next/previous child/brother/level).
798 2008-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
800         *  *: Rename 'sister' frame to 'brother' frame.
802         * src/clfswm-keys.lisp (unalias-modifiers): Convert a modifier
803         alias in a real modifier.
805         * src/package.lisp (*modifier-alias*): New list of modifier alias
806         For example: :alt is :mod-1, :numlock is :mod-2...
808         * src/tools.lisp (remove-hook): New function.
810         * src/clfswm-keys.lisp (with-capslock, without-capslock)
811         (with-numlock, without-cnumlock): New functions.
813 2008-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
815         * src/clfswm-info.lisp: Use the *binding-hook* to create info
816         keys and mouse bindings.
818         * src/bindings-second-mode.lisp: Use the *binding-hook* to create
819         second keys and mouse bindings.
821         * src/bindings.lisp: Use the *binding-hook* to create main keys
822         and mouse bindings.
824 2008-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
826         * src/clfswm-menu.lisp (open-menu): Remember parent menu to undo
827         menu opening.
829 2008-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
831         * src/menu-def.lisp: Use a menu instead of a function for the
832         standard menu.
834 2008-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
836         * src/clfswm-util.lisp (show-standard-menu): Display the standard
837         menu from the 'update-menus' command.
839 2008-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
841         * src/clfswm-query.lisp (query-string): Do not ungrab keyboard if
842         it's already grabbed.
844         * src/clfswm-internal.lisp (display-frame-info): Use configurable
845         colors and fix a bug with background.
846         (display-frame-info): Set window background when displaying info.
848 2008-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
850         * src/xlib-util.lisp (my-character->keysyms): Use a macro to avoid
851         warning with clisp/new-clx.
853 2008-10-04  Philippe Brochard  <pbrochard@common-lisp.net>
855         * src/clfswm-util.lisp (jump-to-slot): Prevent to jump on a
856         deleted child.
858 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
860         * *: **** Release 0809 ****
862 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
864         * src/clfswm-util.lisp (ensure-unique-name): New function and menu
865         entry.
866         (ensure-unique-number): New function and menu entry.
868 2008-09-22  Philippe Brochard  <pbrochard@common-lisp.net>
870         * src/clfswm-nw-hooks.lisp (named-frame-nw-hook): New new window
871         hook: open the next window in a named frame.
872         (numbered-frame-nw-hook): New new window hook: open the next
873         window in a numbered frame.
875         * src/clfswm-query.lisp (query-string): Grab the keyboard in all
876         cases. So query-string can be called even in the main mode.
878         * src/clfswm-internal.lisp (show-all-children): Do not raise a
879         child by default => far less flickering.
881 2008-09-19  Philippe Brochard  <pbrochard@common-lisp.net>
883         * src/bindings-second-mode.lisp: Bind "t" to tile-current-frame.
885         * src/menu-def.lisp: Change key binding for the CLFSWM menu
886         entry.
888         * src/xlib-util.lisp (xgrab-pointer): Handle the case where cursor
889         is nil. (workaround on some CLX implementation).
891 2008-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
893         * src/menu-def.lisp: Add a menu to set a focus policy for all
894         frames.
896         * src/clfswm-util.lisp (set-focus-policy-generic-for-all)
897         (all-frames-set-*-focus-policy): Set a focus policy for all
898         frames.
900         * src/clfswm.lisp (handle-enter-notify): sloppy-select
901         mode. Select a child and its parents on mouse over.
903 2008-09-03  Philippe Brochard  <pbrochard@common-lisp.net>
905         * src/clfswm.lisp (handle-enter-notify): Add a sloppy strict focus
906         policy -> Sloppy focus only for windows in the current frame.
907         (main-unprotected): Exit clfswm on init error (ie: when another
908         window manager is running).
910         * src/clfswm-util.lisp (reset-clfswm): New function.
912 2008-09-02  Philippe Brochard  <pbrochard@common-lisp.net>
914         * src/clfswm-menu.lisp (init-menu): New function.
916         * src/clfswm-util.lisp (reload-clfswm): New function to reload
917         CLFSWM.
918         (exit-clfswm): Rename quit-clfswm to exit-clfswm.
920         * src/clfswm.lisp (main, main-unprotected): Handle error in a
921         superior main function. Now CLFSWM can't break the X session. It
922         just reinitialize the display and run a new main loop.
924         * src/clfswm-corner.lisp: Make *clfswm-terminal* and
925         *vt-keyboard-on* global to avoid warnings when loading clfswm.
927         * src/clfswm-layout.lisp: Add a specific GIMP layout menu.
928         (help-on-gimp-layout): Describe how to use the GIMP layout.
930 2008-09-01  Philippe Brochard  <pbrochard@common-lisp.net>
932         * src/clfswm-layout.lisp (set-gimp-layout): Change the layout to
933         main-window-right-layout. Change the keybinding for (shift)alt+tab
934         to not select windows in the main window lisst.
935         Bind F8 to add a window in the main window list.
936         Bind F9 to remove a window in the main window list.
937         Change the focus policy to :sloppy.
938         (set-previous-layout): Restore the previous layout, keybinding and
939         focus policy.
941 2008-08-31  Philippe Brochard  <pbrochard@common-lisp.net>
943         * src/clfswm-menu.lisp (add-menu-comment): Add comments in menu.
945         * src/clfswm-layout.lisp (main-window-left-layout)
946         (main-window-bottom-layout, main-window-top-layout): New
947         functions.
948         Factorize layouts in menu.
950 2008-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
952         * src/clfswm-layout.lisp (main-window-right-layout): A possible
953         GIMP layout: one or more main windows on one side of the
954         frame. Others on the other size.
956         * src/clfswm-util.lisp
957         (current-frame-set-click/sloppy-focus-policy): Each frame can have
958         a different focus policy (one of :click or :sloppy).
959         The default focus policy is set with *default-focus-policy*.
961 2008-08-23  Philippe Brochard  <pbrochard@common-lisp.net>
963         * src/clfswm-info.lisp (show-config-variable): New function.
965 2008-08-19  Philippe Brochard  <pbrochard@common-lisp.net>
967         * src/clfswm-layout.lisp (tile-horizontal-layout): New layout.
969         * src/clfswm-info.lisp: Colored help for key binding and corners
970         actions.
972 2008-08-18  Philippe Brochard  <pbrochard@common-lisp.net>
974         * src/clfswm-util.lisp (delete-focus-window)
975         (destroy-focus-window): Remove chid only in
976         handle-unmap/destroy-notify. Focus *current-root* only when
977         closing/killing the current child.
979         * src/clfswm-autodoc.lisp (produce-corner-*-doc): New autodoc
980         functions or corners.
982 2008-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
984         * src/clfswm-corner.lisp (present-clfswm-terminal): New corner
985         action: Hide/Unhide a terminal on mouse corner action. (By default
986         right mouse button on the top left corner).
988         * src/config.lisp (*never-managed-window-list*): New config
989         variable.
991         * src/clfswm-internal.lisp (never-managed-window-p): New function:
992         Handle never managed window in a more simple way.
994         * src/clfswm-corner.lisp: New file and new and more simple method
995         to define corners actions.
997 2008-08-15  Philippe Brochard  <pbrochard@common-lisp.net>
999         * src/clfswm-info.lisp (info-mode): Info line can now be colored.
1001         * src/clfswm-layout.lisp (fast-layout-switch)
1002         (define-fast-layout-switch): New functions: Switch between two
1003         layouts.
1005         * src/clfswm-second-mode.lisp (leave-second-mode): Takes care if
1006         really in the second mode. So leave-second-mode can be used even
1007         in the main mode.
1009         * src/clfswm-util.lisp (switch-to-last-child): New function:
1010         Store the current child and switch to the previous one.
1012 2008-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
1014         * src/clfswm-util.lisp (display-current-window-info): Display the
1015         window id.
1016         (have-to-present-virtual-keyboard): Add a virtual keyboard corner
1017         (top right by default). By default 'xvkbd' is used.
1019 2008-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
1021         * src/xlib-util.lisp (move-window, resize-window): Compress motion
1022         events.
1024         * src/clfswm.lisp (handle-motion-notify): Compress motion events.
1026         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Compress
1027         motion events.
1029         * src/clfswm-info.lisp (info-mode): Compress motion events.
1031 2008-06-21  Philippe Brochard  <pbrochard@common-lisp.net>
1033         * src/clfswm-internal.lisp (show-all-children): Compute geometry
1034         and selection first and then show only necessary children.
1035         (show-child): remove unneeded display-p parameter.
1037         * src/config.lisp (get-fullscreen-size): Place the frame border
1038         outside the screen (this prevent the loose of 2 pixels per
1039         directions :)
1041 2008-06-12  Philippe Brochard  <pbrochard@common-lisp.net>
1043         * src/clfswm-internal.lisp (focus-child): Algorithm change to
1044         raise only the selected child.
1046 2008-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
1048         * src/clfswm-internal.lisp (raise-p-list, show-all-children):
1049         Raise only viewable children.
1051 2008-06-06  Philippe Brochard  <pbrochard@common-lisp.net>
1053         * src/clfswm-internal.lisp (show-all-children): Always raise all
1054         displayed children. Remove all references to raise-p.
1056 2008-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
1058         * src/menu-def.lisp (child-menu): New menu entry on raise/lower
1059         child in its frame.
1061         * src/bindings-second-mode.lisp ("Page_Down", "Page_Up"): New
1062         second mode binding on raise/lower child in its frame.
1064         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): Adapt
1065         behaviour to the new raise/lower property.
1066         Call clear-nw-hook before the rest of the hook.
1068         * src/bindings.lisp (mouse-click-to-focus-and-move-window)
1069         (mouse-click-to-focus-and-resize-window): Stop button event. This
1070         prevent a keyboard/pointer freeze.
1072 2008-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
1074         * src/clfswm-internal.lisp (frame-lower-child)
1075         (frame-raise-child): New functions to raise/lower a child in its
1076         frame.
1078         * src/clfswm-util.lisp (have-to-present-windows)
1079         (have-to-present-all-windows): New functions to have an MaxOS
1080         expose like on mouse click in screen corner.
1082         * src/clfswm-info.lisp ("Page_Down", "Page_Up"): Add boundaries.
1084 2008-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
1086         * src/clfswm-util.lisp (unhide-a-child-from-all-frames): Unhide a
1087         child from a choice in all frames with hidden children.
1089         * src/clfswm-info.lisp (info-mode-menu): Handle separators.
1091 2008-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
1093         * src/clfswm-util.lisp (hide-current-child, unhide-a-child)
1094         (unhide-all-children): New functions.
1096         * src/clfswm-info.lisp (info-mode-menu): Handle symbols and
1097         functions.
1099         * src/clfswm-util.lisp (hide/show-frame-window): new function and
1100         menu item.
1102 2008-05-23  Philippe Brochard  <pbrochard@common-lisp.net>
1104         * src/clfswm-util.lisp (rename-current-child): Do not display the
1105         frame info for a window.
1107 2008-05-20  Philippe Brochard  <pbrochard@common-lisp.net>
1109         * src/clfswm-internal.lisp (remove-child-in-frame): Destroy the
1110         frame window for the removed child and its children.
1112 2008-05-18  Philippe Brochard  <pbrochard@common-lisp.net>
1114         * src/clfswm-autodoc.lisp (produce-*-doc-*): Add a note to use the
1115         autodoc functions.
1117 2008-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
1119         * src/clfswm-nw-hooks.lisp (default-frame-nw-hook): Do not handle
1120         the ROX pinboard (ie: leave it lowered in the root window as
1121         expected).
1123         * src/clfswm-layout.lisp (tile-left-space-layout): New layout.
1124         (tile-left-layout, tile-right-layout, tile-top-layout)
1125         (tile-bottom-layout): Use all the frame space when there is only
1126         one child.
1128         * src/clfswm-internal.lisp (place-window-from-hints): Center
1129         unmanaged windows in the root screen.
1131         * src/clfswm-nw-hooks.lisp (clear-nw-hook, clear-all-nw-hooks):
1132         new functions.
1134 2008-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1136         * src/clfswm-util.lisp (current-frame-manage-window-type): Fix a
1137         typo in managed types.
1139         * src/clfswm-internal.lisp (show-child): Always display frame info
1140         even if the frame is hidden.
1142         * src/xlib-util.lisp (resize-window): Use a better algorithme to
1143         resize windows.
1145 2008-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1147         * src/clfswm-util.lisp (with-movement): Display frame info for all
1148         frames in current root.
1150 2008-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1152         * src/*.lisp: Rename 'brother' frames to 'sister' frames.
1154         * src/bindings-second-mode.lisp (define-second-key #\a): New
1155         binding on 'add-default-frame'.
1157         * src/clfswm-autodoc.lisp (produce-*-doc-*-in-file): Show a
1158         message to follow the autodocumentation process.
1160 2008-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
1162         * src/clfswm-util.lisp (bind-or-jump): Bind "Tab", "Return" and
1163         "Space" to jump to a child. "B" to bind a slot on the current
1164         child.
1166         * src/bindings-second-mode.lisp: Use "Tab" instead of
1167         "Iso_Left_Tab".
1169 2008-05-07  Philippe Brochard  <pbrochard@common-lisp.net>
1171         * src/clfswm-util.lisp (find-child-under-mouse): Take care of
1172         unmanaged (hidden) windows.
1174         * src/clfswm-internal.lisp (place-window-from-hints): Give a
1175         minimal size for windows.
1176         (with-all-windows-frames-and-parent): New function.
1178         * src/config.lisp (*default-window-width/height*): New parameters.
1180         * src/clfswm-internal.lisp (place-window-from-hints): Center
1181         windows in the screen instead of in there frame.
1183         * src/bindings-second-mode.lisp (tile-space-current-frame): New
1184         binding on C-t.
1186         * src/clfswm-layout.lisp (register-layout): Intern the once name
1187         in the right package.
1189 2008-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
1191         * doc/dot-clfswmrc: Update to  follow the new clfswm way.
1193 2008-05-03  Philippe Brochard  <pbrochard@common-lisp.net>
1195         * src/clfswm-internal.lisp (set-current-child)
1196         (adapt-child-to-parent, show-child, hide-child): Handle the case
1197         where child is not a frame or a window.
1199         * src/clfswm-util.lisp
1200         (mouse-click-to-focus-generic,mouse-focus-move/resize-generic):
1201         Check if child is a frame.
1203         * src/clfswm-internal.lisp (managed-window-p): Handle the case
1204         where frame is null.
1205         (place-frame): Check if frame and parent are frames.
1207         * src/clfswm-info.lisp (info-mode): display all frame info before
1208         leaving.
1210         * src/clfswm-second-mode.lisp (second-key-mode): display all frame
1211         info before leaving.
1213         * src/clfswm-internal.lisp (display-all-frame-info): New function.
1215 2008-05-02  Philippe Brochard  <pbrochard@common-lisp.net>
1217         * src/tools.lisp (getenv): Implemented for ECL.
1218         (urun-prog): Implemented for ECL.
1220         * src/clfswm-util.lisp (identify-key): Use a double buffer to
1221         display text.
1223         * src/clfswm-query.lisp (query-string): Use a double buffer to
1224         display text.
1226         * src/clfswm-info.lisp (draw-info-window): Use a double buffer to
1227         display text.
1229         * src/xlib-util.lisp (clear-pixmap-buffer, copy-pixmap-buffer):
1230         New functions.
1232 2008-05-01  Philippe Brochard  <pbrochard@common-lisp.net>
1234         * src/clfswm-info.lisp (info-mode): Add boundaries in the info mode window.
1236         * src/menu-def.lisp: New file: move all menu definition in
1237         menu-def.lisp.
1239         * src/clfswm-layout.lisp (register-layout): Use a function instead
1240         of a macro.
1242 2008-04-30  Philippe Brochard  <pbrochard@common-lisp.net>
1244         * src/clfswm-autodoc.lisp (produce-menu-doc,
1245         (produce-menu-doc-html): New functions.
1246         (produce-doc-*): Moved to clfswm-autodoc.lisp.
1248         * src/clfswm-util.lisp (paste-selection-no-clear): Prevent to
1249         paste a child on one of its own children. (this prevent a
1250         recursive bug).
1251         (move-child-to): Rename move/copy-current-child-by to
1252         move/copy-child-to.
1253         (mouse-move-window-over-frame): New function to move the window
1254         under the mouse cursor to another frame.
1256         * src/clfswm-internal.lisp (find-child-in-parent): New function.
1258 2008-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1260         * src/clfswm-internal.lisp (show-all-children): Display unmanaged
1261         windows only when its window parent is the current child.
1263 2008-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1265         * src/clfswm-util.lisp (manage-current-window)
1266         (unmanage-current-window): New functions: Allow to force to manage
1267         or unmanage a window by its parent frame.
1269         * src/bindings-second-mode.lisp (#\o): binded to
1270         set-open-in-new-frame-in-parent-frame-nw-hook and
1271         (#\o :control) to set-open-in-new-frame-in-root-frame-nw-hook
1273         * src/clfswm-util.lisp (with-current-window): New macro.
1275         * src/xlib-util.lisp (move-window, resize-window): Remove uneeded
1276         exposure and enter-window handle event.
1278         * src/clfswm-util.lisp (move-frame, resize-frame): Show all
1279         children for the current child after the move/resize.
1281 2008-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
1283         * src/xlib-util.lisp (resize-window): Take care of window size
1284         hints.
1286         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Allow to
1287         move/resize unmanaged windows.
1289         * src/xlib-util.lisp (move-window, resize-window): New functions.
1291 2008-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1293         * src/clfswm-util.lisp (current-frame-manage-window-type): Let the
1294         user choose what window type the current frame must handle.
1295         (display-current-window-info): New function.
1296         (current-frame-manage-all-window-type)
1297         (current-frame-manage-only-normal-window-type)
1298         (current-frame-manage-no-window-type): New functions.
1300         * src/clfswm-internal.lisp (managed-window-p): New function.
1302         * src/package.lisp (frame): Managed type: new frame
1303         parameter. This allow to choose what window type a frame must
1304         handle.
1306         * src/*.lisp: Rename all 'father' occurrences to 'parent'.
1308         * src/clfswm-nw-hooks.lisp
1309         (open-in-new-frame-in-parent-frame-nw-hook): New new window hook.
1311         * src/clfswm-util.lisp (adapt-current-frame-to-window-hints): New
1312         function.
1314         * src/tools.lisp (ensure-printable): Return always a string even
1315         with a null string.
1317 2008-04-24  Philippe Brochard  <pbrochard@common-lisp.net>
1319         * src/config.lisp (*default-nw-hook*): New variable to change the
1320         default new window hook.
1322 2008-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1324         * clfswm.asd (clfswm): Add a dependency from
1325         clfswm-second-mode.lisp to clfswm.lisp.
1327         * src/clfswm-util.lisp (identify-key): Show the documentation for
1328         the function bound on a key.
1329         (with-movement): Move with-movement,
1330         current-frame-fill/pack/resize-*  from bindings-second-mode.lisp
1331         to clfswm-util.lisp.
1333         * src/clfswm-menu.lisp: New menu system that let user change keys
1334         or functions associated to keys.
1336 2008-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
1338         * src/clfswm-internal.lisp (show-all-children): Display-child is
1339         the first child by default. Solve a bug with father-p.
1341 2008-04-17  Philippe Brochard  <pbrochard@common-lisp.net>
1343         * src/clfswm-internal.lisp (add-frame): Add frame return the
1344         created frame.
1345         (show-all-children): Move the size computation outside the
1346         show-child part.
1348         * src/bindings-second-mode.lisp (with-movement): Redisplay only
1349         the current child.
1351         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
1352         only the current child.
1354         * src/clfswm-internal.lisp (show-all-children): New display-child
1355         parameter to display only the desired child and its children.
1356         (select-next/previous-child): Only display the current child.
1358 2008-04-14  Philippe Brochard  <pbrochard@common-lisp.net>
1360         * src/clfswm.lisp (init-display): Move the default frame creation
1361         on the default init hook.
1363         * src/clfswm-keys.lisp (define-ungrab/grab): Handle all keysyms in
1364         the main mode (for example: "1" on an azerty keyboard).
1366 2008-04-13  Philippe Brochard  <pbrochard@common-lisp.net>
1368         * src/clfswm-keys.lisp (find-key-from-code): Better handle of
1369         keysyms. Revert to old grabbing method for the main mode.
1371 2008-04-12  Philippe Brochard  <pbrochard@common-lisp.net>
1373         * src/clfswm.lisp (init-display): Add key handling on no focus
1374         window and on frame windows.
1376 2008-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
1378         * src/clfswm.lisp (main): Keyboard handle strategie change: Grab
1379         all keys by default and replay just what is needed. No change for
1380         the second mode.
1382         * src/clfswm-keys.lisp: remove grab/ungrab main keys.
1383         (find-key-from-code): Test for shift and not shift presence.
1385 2008-04-09  Philippe Brochard  <pbrochard@common-lisp.net>
1387         * src/clfswm-internal.lisp (switch-to-root-frame): show later -
1388         new key parameter to have less flickering.
1390 2008-04-07  Philippe Brochard  <pbrochard@common-lisp.net>
1392         * src/bindings-second-mode.lisp (frame-layout-once-menu): Set the
1393         layout only one time and revert to no-layout to freely handle
1394         frames.
1396         * src/clfswm-nw-hooks.lisp
1397         (open-in-new-frame-in-root-frame-nw-hook): Tile layout with spaces
1398         with new created window.
1400         * src/clfswm-layout.lisp (register-layout): Now register
1401         automatically a once layout to set the layout only one time and
1402         revert to no-layout to freely handle frames.
1404 2008-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
1406         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): New
1407         nw-hook: Open the next window in the current frame and leave the
1408         focus to the current child.
1410 2008-04-04  Philippe Brochard  <pbrochard@common-lisp.net>
1412         * src/bindings-second-mode.lisp: Add keys definitions to
1413         bind-or-jump in the second mode.
1415         * src/clfswm-util.lisp (bind-or-jump): remove the auto-defining
1416         macro for bind-or-jump-(1|2|3...).
1418         * src/clfswm-keys.lisp (define-define-key/mouse): Allow additional
1419         arguments to function. This allow to do things like:
1420         (define-main-key (key) 'my-function 10 20 'foo) -> 10 20 and 'foo
1421         are passed to my-function on key press.
1423 2008-04-03  Philippe Brochard  <pbrochard@common-lisp.net>
1425         * src/clfswm-util.lisp (bind-or-jump): New (great) function.
1427 2008-04-02  Philippe Brochard  <pbrochard@common-lisp.net>
1429         * src/clfswm-internal.lisp (child-fullname): New function
1431         * src/clfswm-info.lisp (info-mode-menu): Add an explicit optional
1432         docstring in info-mode-menu. An item can be
1433         '((key function) (key function)) or with docstring
1434         '((key function "documentation 1") (key function "bla bla") (key function))
1436         * src/tools.lisp (ensure-n-elems): New function.
1438         * src/bindings-second-mode.lisp: Bind Alt+mouse-1/3 to move or
1439         resize a frame or the window's father.
1441         * src/clfswm.lisp (init-display): Remove tile-space-layout by
1442         default on the root frame.
1444         * src/clfswm-util.lisp (move/resize-frame): Add standard event
1445         hooks handlers (map-request, configure-notify...)
1447         * src/clfswm-internal.lisp (adapt-child-to-father): Limit minimal
1448         child size to 1x1.
1450 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
1452         * src/bindings.lisp: Bind Alt+mouse-1/3 to move or resize a frame
1453         or the window's father.
1455         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Stop button
1456         event only if there is a geometry change.
1457         (mouse-focus-move/resize-generic): Generic function to move or
1458         resize a frame or a window father frame.
1460 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
1462         * src/clfswm-internal.lisp (show-all-children): Return t if there
1463         is a geometry change.
1465 2008-03-30  Philippe Brochard  <pbrochard@common-lisp.net>
1467         * src/bindings.lisp (Up/Down): Swap select previous/next level.
1469         * src/bindings-second-mode.lisp (Up/Down): Swap select previous/next level.
1471         * src/clfswm.lisp (init-display): Create a default frame in the root frame.
1473         * src/clfswm-internal.lisp (place-frame): Place frame from real (pixel) coordinates.
1474         (with-all-*): Reverse the child list to manage the first child last (like in
1475         show-all-children).
1477         * src/config.lisp (*create-frame-on-root*): New variable: Create a new frame on the
1478         root window only if true.
1480         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Create a new frame on the
1481         root window only if *create-frame-on-root* is true.
1483         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Create a new frame
1484         on the root window.
1486 2008-03-29  Philippe Brochard  <pbrochard@common-lisp.net>
1488         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Focus, move and resize
1489         the current child (even if it's a window).
1491 2008-03-28  Philippe Brochard  <pbrochard@common-lisp.net>
1493         * src/clfswm-util.lisp (mouse-click-to-focus-and-move)
1494         (mouse-click-to-focus-and-resize): New functions.
1496         * src/clfswm-internal.lisp (*-fl->px): Convert float coordinates to pixel.
1497         (*-px->fl): Convert pixel coordinates to float.
1499         * src/tools.lisp (call-hook): Move call-hook to tools.lisp.
1501 2008-03-27  Philippe Brochard  <pbrochard@common-lisp.net>
1503         * src/clfswm-layout.lisp (no-layout): Use :first-only to raise only the
1504         first child.
1506         * src/clfswm-internal.lisp (hide-all): Split hide-all-children in hide-all
1507         and hide-all-children.
1508         (raise-if-needed): New function.
1509         (show-child): Use a first-p parameter to raise windows only when they are
1510         first child.
1512 2008-03-26  Philippe Brochard  <pbrochard@common-lisp.net>
1514         * src/clfswm-internal.lisp (select-next/previous-level): Don't use show-all-children
1515         -> less flickering.
1517 2008-03-25  Philippe Brochard  <pbrochard@common-lisp.net>
1519         * src/clfswm-info.lisp (keys-from-list): new function.
1521         * src/*: rename 'childs' in 'children'.
1523         * src/*: rename 'group' in 'frame'.
1525 2008-03-22  Philippe Brochard  <pbrochard@common-lisp.net>
1527         * src/clfswm-pack.lisp (explode-group/explode-current-group): new functions.
1529 2008-03-21  Philippe Brochard  <pbrochard@common-lisp.net>
1531         * src/clfswm-pack.lisp: Pack, Fill, Resize functions.
1533 2008-03-16  Philippe Brochard  <pbrochard@common-lisp.net>
1535         * src/clfswm-nw-hooks.lisp: Register system for new window hooks.
1536         Bind control+o to open the next window in a new group in the root group
1537          (as open in next window in a new workspace in 0801 version).
1539 2008-03-15  Philippe Brochard  <pbrochard@common-lisp.net>
1541         * src/clfswm-util.lisp (show/hide-all-groups-info/key): Show/hide all groups info
1542         window.
1544 2008-03-14  Philippe Brochard  <pbrochard@common-lisp.net>
1546         * bindings-second-mode.lisp ("ISO_Left_Tab"): Use ISO_Left_Tab
1547         instead of Tab for select-previous-child.
1549 2008-03-13  Philippe Brochard  <pbrochard@common-lisp.net>
1551         * clfswm-util.lisp (force-window-in-group/force-window-center-in-group):
1552         new functions.
1554 2008-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
1556         * clfswm-util.lisp (identify-key): Display the documentation
1557         associated to keys when identifying a key.
1559 2008-03-10  Xavier Maillard  <xma@gnu.org>
1561         * contrib/clfswm: Complete rewrite of the script. Detect error and
1562         act accordingly. Add command line arguments to configure the
1563         script execution. User can now choose different common lisp
1564         implementation (clisp and sbcl only), choose where to store the
1565         dumped image, where to find clfswm source.
1567 2008-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
1569         * clfswm-internal.lisp (process-new-window): Beginning of new
1570         window hook: each group have a hook to tell what he wants to do
1571         with the new created window.
1573 2008-03-08  Xavier Maillard  <xma@gnu.org>
1575         * contrib/clfswm: New script. Dump a CLISP image of CLFSWM then
1576         call the resulting executable.
1578         * clfswm.lisp (read-conf-file): Check for the user config file in
1579         XDG_CONFIG_HOME *first*. Freedesktop.org standards should be
1580         prefered whenever possible.
1582 2008-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
1584         * clfswm-layout.lisp (*-layout): Add an optional raise-p
1585         parameter in each layout.
1587 2008-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
1589         * clfswm-util.lisp (copy/cut-current-child): Does not affect the
1590         root group.
1591         (copy/move-current-child-by-name/number): new functions
1592         (focus-group-by-name/number): new functions
1593         (delete-group-by-name/number): new functions
1595 2008-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
1597         * ************************************************************ *
1598         *: Major update - No more reference  to workspaces. The main   *
1599         structure is a tree of groups or application windows.          *
1600         * ************************************************************ *
1602 2008-02-07  Philippe Brochard  <pbrochard@common-lisp.net>
1604         * clfswm.lisp (read-conf-file): Read configuration in
1605         $HOME/.clfswmrc or in /etc/clfswmrc or in
1606         $XDG_CONFIG_HOME/clfswm/clfswmrc.
1607         (xdg-config-home): Return the content of $XDG-CONFIG-HOME (default
1608         to $HOME/.config/).
1610 2008-01-18  Philippe Brochard  <pbrochard@common-lisp.net>
1612         * clfswm-internal.lisp (show-all-group): Use *root* and *root-gc*
1613         by default.
1615 2008-01-03  Philippe Brochard  <pbrochard@common-lisp.net>
1617         * clfswm-internal.lisp (find-window-group): New function.
1619         * clfswm*: Change to make clfswm run with clisp/new-clx.
1621 2008-01-01  Philippe Brochard  <pbrochard@common-lisp.net>
1623         * clfswm-util.lisp (query-show-paren): Add show parent matching in
1624         query string.
1625         (query-string): Bind control+k to delete end of line.
1627         * clfswm-second-mode.lisp (draw-second-mode-window): Display
1628         the action on mouse motion in second mode.
1630         * clfswm.lisp (handle-exposure): Redisplay groups on exposure
1631         event but do not clear the root window.
1632         (handle-configure-request): Adjust unmanaged window from there
1633         request.
1635         * clfswm-internal.lisp (process-new-window): Adjust new window
1636         with the specified hints (max/min/base width/height).
1638 2007-12-31  Philippe Brochard  <pbrochard@common-lisp.net>
1640         * clfswm.lisp (handle-configure-request): Send an Configuration
1641         Notify event. This solve a bug with xterm and rxvt who takes some
1642         times to be mapped. Now there is no delay.
1644         * bindings-second-mode.lisp (define-shell): Run programs after
1645         living the second mode.
1647 2007-12-30  Philippe Brochard  <pbrochard@common-lisp.net>
1649         * clfswm-internal.lisp (process-new-window): Do not crop transient
1650         window to group size.
1651         (adapt-window-to-group): Do not crop transient window to group
1652         size.
1654         * clfswm.lisp (handle-configure-request): Adapt just the window to
1655         its group and don't take care of the configure request. Remove the
1656         bug with the Gimp outside the group and speed up the window
1657         manipulation.
1658         (handle-exposure): Remove show-all-group on exposure event
1659         -> Speed up.
1661 2007-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
1663         * clfswm-util.lisp (circulate-group-up-copy-window)
1664         (circulate-group-down-copy-window)
1665         (circulate-workspace-up-copy-group)
1666         (circulate-workspace-down-copy-group): Prevent the copy of the
1667         same window in the same workspace.
1669         * bindings-second-mode.lisp (release-copy-selected-window)
1670         (release-copy-selected-group): Prevent the copy of the same window
1671         in the same workspace.
1673         * clfswm-pager.lisp (generic-pager-move-window-on-previous-line)
1674         (generic-pager-move-window-on-next-line): Remove the copy
1675         property.
1676         (generic-pager-move-group-on-next-workspace)
1677         (generic-pager-move-group-on-previous-workspace): Prevent the copy
1678         of the same window in the same workspace.
1680         * bindings-pager.lisp (mouse-pager-copy-selected-window-release)
1681         (mouse-pager-copy-selected-group-release): Prevent the copy of the
1682         same window in the same workspace.
1684         * tools.lisp (setf/=): new macro to set a variable only when
1685         necessary.
1687         * clfswm-internal.lisp (adapt-window-to-group): use set/= to set
1688         x, y... only when necessary.
1690 2007-12-28  Philippe Brochard  <pbrochard@common-lisp.net>
1692         * clfswm.lisp (handle-configure-notify, *configure-notify-hook*):
1693         new function and hook: force windows to stay in its group (solve a
1694         bug with the Gimp).
1696 2007-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
1698         * bindings-second-mode.lisp (mouse-motion): use hide-group to have
1699         less flickering when moving/resizing groups.
1701         * clfswm-internal.lisp (hide-group): new function.
1702         (show-all-group): clear-all: new parameter.
1704 2007-12-22  Philippe Brochard  <pbrochard@common-lisp.net>
1706         * clfswm-keys.lisp (define-define-key): undefine-*-multi-name: new
1707         macro.
1708         * clfswm*: Color change for the pager. Typo or better description
1709         in bindings definitions. Define bindings for a qwerty keyboard by
1710         default. dot-clfswmrc show examples to switch to an azerty
1711         keyboard.
1712         License change to GPL v3.
1713         * config.lisp: new file - group all globals variables in this
1714         file.
1716 2007-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
1718         * xlib-util.lisp (hide-window): Remove structure-notivy events
1719         when hidding a window.
1721 2007-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
1723         * package.lisp (*sm-property-notify-hook*): Readded
1724         property-notify-hook in second mode.
1726 2007-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1728         * clfswm-keys.lisp (produce-doc-html): Better clean up for strings.
1730 2007-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1732         * clfswm-pack.lisp (tile-current-workspace-to/right/left/top/bottom):
1733         Tile the current workspace with the current window on one side and
1734         others on the other (this emulate the larswm, dwm, wmii way). See
1735         the default configuration file to enable this mode by default.
1737         * clfswm-pager.lisp (pager-tile-current-workspace-to): idem for
1738         the pager.
1740 2007-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1742         * clfswm-pager.lisp (pager-draw-window-in-group): Add
1743         ensure-printable to print windows name even with non-ascii
1744         characters.
1746 2007-05-11  Philippe Brochard  <pbrochard@common-lisp.net>
1748         * clfswm-pager.lisp (pager-explode-current-group): Create a new
1749         group for each window in group.
1750         (pager-implode-current-group): Move all windows in workspace to
1751         one group and remove other groups.
1753         * clfswm-pack.lisp (explode-group): Create a new group for each
1754         window in group.
1755         (implode-group): Move all windows in workspace to one group and
1756         remove other groups.
1758         * clfswm-util.lisp (identify-key): Remove local configuration
1759         variables and made them available for configuration from
1760         package.lisp.
1761         (query-string): idem.
1763 2007-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1765         * netwm-util.lisp: Start of NetWM compliance.
1766         Add a Netwm client list gestion.
1768 2007-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1770         * clfswm-internal.lisp (create-group-on-request): open a new group
1771         only when the current group is not empty.
1773         * bindings-second-mode.lisp (define-second-key-#\o-control): Fix a
1774         bug with null workspace.
1776         * clfswm-pager.lisp (pager-handle-event): Add a hook
1777         system. This hooks can be changed in the user configuration file.
1779         * package.lisp: All colors and font variables are set in
1780         package.lisp and can be configured in the user configuration
1781         file.
1782         Note: If you have configured some less ugly colors (esp. for the
1783         pager) don't hesitate to let me know :)
1785         * clfswm-second-mode.lisp (sm-handle-event): Add a hook
1786         system. This hooks can be changed in the user configuration file.
1788         * clfswm.lisp (handle-event): Add a hook system. This hooks can be
1789         changed in the user configuration file (~/.clfswmrc)
1791 2007-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1793         * clfswm-util.lisp (stop-all-pending-actions): new function: reset
1794         arrow action, open next window in new workspace/group.
1796         * bindings.lisp (stop-all-pending-actions): new binding.
1797         (open-next-window-in-new-group-once): Open the next windows in a
1798         new group (only once) or open all new windows in a new group (like
1799         others windows managers).
1801 2007-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1803         * clfswm.lisp (read-conf-file): New function to read a lisp
1804         configuration file at startup.
1805         (focus-group-under-mouse): Check if group isn't the current group
1806         ( prevent a bug with unclutter ).
1808 2007-03-02  Philippe Brochard  <pbrochard@common-lisp.net>
1810         * bindings.lisp (run-program-from-query-string): A program can be
1811         launch from a input query window.
1813 2007-03-01  Philippe Brochard  <pbrochard@common-lisp.net>
1815         * clfswm-info.lisp: Fix a bug with banish pointer in info mode.
1817 2007-02-28  Philippe Brochard  <pbrochard@common-lisp.net>
1819         * clfswm.lisp (process-new-window): One can now open the next
1820         window in a workspace called by its number.
1822         * clfswm-util.lisp (query-font-string): Minimal editing
1823         capabilities.
1824         (eval-from-string): And an REPL in the window manager... :)
1826 2007-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
1828         * clfswm.lisp (process-new-window): One can now open the next
1829         window in a new workspace or a new group.
1831         * clfswm-pager.lisp (pager-mode): Display the next arrow action
1832         with the hidden windows.
1834         * clfswm.lisp (second-key-mode): Display the current workspace
1835         number and the next arrow action in the state window.
1837         * clfswm-pager.lisp (pager-mode): Hide all windows before leaving
1838         the pager mode and then redisplay only the current workspace.
1840 2007-02-25  Philippe Brochard  <pbrochard@common-lisp.net>
1842         * clfswm.lisp (add-workspace): Workspaces are now numbered. So
1843         they can be focused with a keypress, sorted or renumbered.
1845 2007-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
1847         * clfswm-pager.lisp (pager-mode): Remove multiple silly
1848         pager-draw-display. This prevent a lot of flickering in the
1849         pager.
1851         * clfswm.lisp: Remove all display-force-output and replace them
1852         with only one display-finish-output in the event loop.
1854 2006-11-06  Philippe Brochard  <pbrochard@common-lisp.net>
1856         * clfswm-pager.lisp (pager-center-group): New function - center a
1857         group at the middle of the screen.
1859         * clfswm-pack.lisp (center-group): New function - center a group
1860         at the middle of the screen.
1862         * clfswm.lisp (show-group): Add a cross line under the group.
1863         (show-group): Group are showned even if fullscreened.
1864         (init-display): Add an exposure event on the root window.
1866 2006-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
1868         * package.lisp (*default-group*): Default group is the same size
1869         of a fullscreened group.
1871         * bindings*: Use shift to move, control+shift to copy.
1873         * *.lisp: Add comments for configuration or alternatives. So grep
1874         for CONFIG to see where you can configure clfswm. And grep for
1875         Alternative to use some commented code.
1877         * clfswm.lisp (second-key-mode): Use a single window to show the
1878         second mode. See for alternatives at the end of this file.
1880 2006-11-03  Philippe Brochard  <pbrochard@common-lisp.net>
1882         * clfswm-keys.lisp (define-define-key/mouse): Factorisation in a
1883         macro of key and mouse definitions.
1884         (define-define-key/mouse): Use state instead of modifiers list
1885         this fix a bug when the modifiers list is not in the rigth order.
1887         * clfswm.lisp (second-key-mode): Add a colored border in second mode.
1889 2006-11-02  Philippe Brochard  <pbrochard@common-lisp.net>
1891         * clfswm-info.lisp (info-mode): Add an info mode.
1893 2006-11-01  Philippe Brochard  <pbrochard@common-lisp.net>
1895         * clfswm.lisp (process-new-window): Change border size for
1896         transient windows.
1897         (show-all-windows-in-workspace): Unhide all windows even when the
1898         current group is in fullscreen mode.
1900 2006-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
1902         * clfswm-util.lisp (identify-key): Add an exposure handle-event to
1903         redisplay the identify window after a terminal switch.
1905         * clfswm-pager.lisp (pager-mode): Add an exposure handle-event to
1906         redisplay the pager after a terminal switch.
1908 2006-10-24  Philippe Brochard  <pbrochard@common-lisp.net>
1910         * clfswm-util.lisp (identify-key): Add a window to display
1911         the keys to identify on screen.
1913         * bindings.lisp, bindings-pager.lisp: Define same keys to
1914         move/copy groups/windows in second mode and in pager.
1916         * clfswm.lisp (handle-event*): Same version in all clfswm (fix some
1917         drawing lags).
1918         (show-all-windows-in-workspace): unhide window before adapting it
1919         to group.
1921 2006-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
1923         * clfswm.lisp (handle-event): Revert to an older version.
1925 2006-10-18  Philippe Brochard  <pbrochard@common-lisp.net>
1927         * clfswm-util.lisp (force-window-in-group)
1928         (force-window-center-in-group): New functions for transient windows.
1930         * clfswm-pager.lisp (pager-remove-current-workspace/group):
1931         bugfix: hide all windows before removing group or workspace.
1933 2006-10-17  Philippe Brochard  <pbrochard@common-lisp.net>
1935         * bindings-pager.lisp (mouse-pager-move-selected-group)
1936         (mouse-pager-copy-selected-group)
1937         (mouse-pager-move-selected-window)
1938         (mouse-pager-copy-selected-window, mouse-pager-rotate-window-up)
1939         (mouse-pager-rotate-window-down): New functions to have mouse in
1940         pager mode.
1942         * clfswm-pager.lisp (pager-swap-window)
1943         (pager-copy-group-on-next/previous-workspace)
1944         (pager-copy-window-on-next/previous-line): New functions
1946 2006-10-15  Philippe Brochard  <pbrochard@common-lisp.net>
1948         * clfswm-pager.lisp (pager-move-window-on-next/previous-line,
1949         (pager-move-group-on-next/previous-workspace): new functions.
1951         * clfswm-pack.lisp (resize-half-x-x-current-group): resize group
1952         to its half size (new functions).
1954 2006-10-11  Philippe Brochard  <pbrochard@common-lisp.net>
1956         * clfswm-pager.lisp: workspaces, groups and windows can now be
1957         selectionned with the keyboard or the mouse.
1959 2006-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
1961         * clfswm-pager.lisp (pager-select-workspace-right/left):
1962         workspaces can now be selectionned with the keyboard.
1964 2006-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
1966         * clfswm-keys.lisp (undefine-main-key, undefine-second-key, undefine-mouse-action):
1967         new function to remove a previous defined key or mouse combination.
1969 2006-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
1971         * clfswm.lisp (main): Check for access error in init-display.
1973         * clfswm-keys.lisp (define-ungrab/grab): check for keysym and
1974         keycode before grabbing.
1976         * bindings.lisp: Remove nlambda and use defun to keep the function
1977         documentation with clisp.
1978         (define-shell): new macro to define shell command for the second
1979         mode.
1981 2006-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
1983         * clfswm-keys.lisp (define-ungrab/grab): use a cond instead of a
1984         boggus typecase.
1986 2006-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
1988         * bindings.lisp (accept-motion): Move group bugfix in upper mouse
1989         workspace circulation.
1991         * clfswm-util.lisp (absorb-orphan-window): new function.
1993         * clfswm-keys.lisp: Keysyms support.
1995 2006-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
1997         * clfswm.lisp (show-group): Use one gc for all groups and not one
1998         per group.
2000 2006-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
2002         * bindings.lisp (define-second-key (#\l :mod-1)): fix a typo.
2004         * clfswm.lisp (adapt-window-to-group): Adapt only windows with
2005         width and height outside group.
2007 2006-09-28  Philippe Brochard  <pbrochard@common-lisp.net>
2009         * clfswm.lisp: First public release.