src/clfswm-info.lisp (show-config-variable); src/clfswm-autodoc.lisp (produce-configu...
[clfswm.git] / ChangeLog
blobd48f9ecc0923cd0ce4324886165569aebd1872ca
1 2011-03-07  Philippe Brochard  <pbrochard@common-lisp.net>
3         * src/clfswm-info.lisp (show-config-variable): Use the new
4         defconfig method.
6         * src/clfswm-autodoc.lisp (produce-configuration-variables): Use
7         the new defconfig method.
9         * src/clfswm-configuration.lisp (create-configuration-menu):
10         Change the config system with a more lispy one and a less string
11         based one: (defconfig name value group doc).
14 2011-03-06  Philippe Brochard  <pbrochard@common-lisp.net>
16         * src/clfswm-internal.lisp (show-all-children): Simplify the
17         selection method.
18         (show-child): Display an unmanaged window whe  it's the current
19         child.
20         (show-all-children): add the ability to display all child from
21         *root-frame* and hide all those who are not in *current-root*.
22         -> remove hide-all-children when needed.
24         * src/xlib-util.lisp (move-window,resize-window): Add a
25         *color-move-window* border when moving or resizing a window.
27 2011-03-04  Philippe Brochard  <pbrochard@common-lisp.net>
29         * src/clfswm-internal.lisp (show-all-children): Perform only one
30         recusion on the clfswm tree: calculate geometry and place child in
31         one pass.
33 2011-03-03  Philippe Brochard  <pbrochard@common-lisp.net>
35         * src/clfswm-internal.lisp (show-all-children): Rethink of display
36         child order to prevent very annoying flickering.
38 2011-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
40         * src/clfswm-util.lisp (query-yes-or-no): New function.
42         * src/clfswm-configuration.lisp (reset-all-config-variables): New
43         function and menu entry.
44         (query-conf-value): Add the ability to leave the field blank to
45         reset the variable to its default value.
47 2011-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
49         * src/clfswm-configuration.lisp
50         (add-all-configuration-default-value): Add a default value to
51         configurable variables.
53 2011-02-23  Philippe Brochard  <pbrochard@common-lisp.net>
55         * src/clfswm.lisp (main-unprotected): Create the configuration
56         menu only once at startup.
58 2011-02-22  Desmond O. Chang <dochang@gmail.com>
60         * contrib/amixer.lisp: Add a volume mode inspired by the emms
61         volume package. Alsa mixer interface.
63         * contrib/volume-mode.lisp: Add a volume mode inspired by the emms
64         volume package.
66 2011-02-22 Desmond O. Chang <dochang@gmail.com>
68         * src/clfswm.lisp (main): Use ASDF:SYSTEM-SOURCE-DIRECTORY instead
69         of *LOAD-TRUENAME*. *LOAD-TRUENAME* is only bound during a call to
70         LOAD. If one eval CLFSWM:MAIN in repl, BASE-DIR will be an empty
71         string. Use ASDF:SYSTEM-SOURCE-DIRECTORY to fix it.
73 2011-02-16  Philippe Brochard  <pbrochard@common-lisp.net>
75         * src/clfswm.lisp (main-unprotected): Add a close hook. And close
76         the notify window, the virtual keyboard and the clfswm terminal by
77         default.
79 2011-02-15  Philippe Brochard  <pbrochard@common-lisp.net>
81         * src/clfswm.lisp (main-unprotected): Destroy the notify window
82         before closing the display. This fix a bug when resetting/reloading
83         clfswm.
85 2011-02-12  Philippe Brochard  <pbrochard@common-lisp.net>
87         * src/xlib-util.lisp (equal-wm-class-fun, equal-wm-name-fun)
88         (raise-window-fun, raise-and-focus-window-fun): New functions.
90         * src/config.lisp (*clfswm-terminal-cmd*): Switch from xterm to
91         urxvt.
92         (*never-managed-window-list*): Structure change to be more
93         flexible. Let the choice to focus, raise and do nothing on never
94         managed windows.
96 2011-02-09  Philippe Brochard  <pbrochard@common-lisp.net>
98         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Take
99         care of never managed windows to move or resize them if the raise
100         parameter is true.
102         * src/clfswm-internal.lisp (in-frame, in-window, in-child): New
103         functions.
105 2011-02-08  Philippe Brochard  <pbrochard@common-lisp.net>
107         * src/clfswm.lisp (main-mode): Raise or not unmanaged windows
108         following request in *never-managed-window-list*.
110 2011-02-05  Philippe Brochard  <pbrochard@common-lisp.net>
112         * *: **** Release 1102 ****
114 2011-02-05  Desmond O. Chang <dochang@gmail.com>
116         * src/keysyms.lisp: Add extended keysyms from stumpwm.
118 2011-02-01  Desmond O. Chang <dochang@gmail.com>
120         * src/clfswm-util.lisp (run-or-raise): New function (thanks to
121         Desmond O. Chang).
123         * src/clfswm-internal.lisp (with-all-*): add a nil block.
125 2011-01-28  Desmond O. Chang <dochang@gmail.com>
127         * src/clfswm-util.lisp (xdg-config-home): XDG_CONFIG_HOME should
128         be $HOME/.config by default.
130 2010-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
132         * contrib/osd.lisp (display-doc): Add another method where a
133         CLFSWM native window is used to display the key documentation.
135 2010-12-27  Philippe Brochard  <pbrochard@common-lisp.net>
137         * src/xlib-util.lisp (with-xlib-protect): Force to revert to the
138         main mode state.
140 2010-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
142         * src/clfswm-second-mode.lisp (second-key-mode): Call the second
143         mode leave function only when the generic mode was ended.
145 2010-12-08  Philippe Brochard  <pbrochard@common-lisp.net>
147         * src/clfswm-second-mode.lisp (sm-leave-function): Do not use
148         *second-mode-program* anymore.
150 2010-12-07  Philippe Brochard  <pbrochard@common-lisp.net>
152         * src/clfswm-second-mode.lisp (*second-mode-leave-function*): New
153         variable bound to a function executed (when not null) on second
154         mode leaving.
156 2010-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
158         * src/clfswm-util.lisp (find-child-under-mouse): Do not find
159         hidden windows.
161 2010-11-13  Philippe Brochard  <pbrochard@common-lisp.net>
163         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
164         Do not display the accel window for unmanaged windows.
166 2010-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
168         * src/clfswm-internal.lisp (set-current-root): Handle
169         window-parent in set-current-root.
171         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Do not
172         focus the parent child when the current root is a window.
174 2010-11-09  Philippe Brochard  <pbrochard@common-lisp.net>
176         * src/clfswm-expose-mode.lisp (expose-windows-current-child-mode):
177         New function an bindings.
179         * src/clfswm-layout.lisp (tile-layout, set-tile-layout): Fill
180         blanks if needed.
182 2010-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
184         * src/clfswm-layout.lisp (tile-layout-ask-keep-position): New
185         function to let the user choose to keep child position with
186         tile layout.
188         * src/clfswm-internal.lisp (remove-frame-data-slot): New
189         function.
191 2010-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
193         * src/clfswm-internal.lisp (frame-select-next-child)
194         (frame-select-previous-child): New functions and bindings. Select
195         the next/previous child in the current frame.
197 2010-10-31  Philippe Brochard  <pbrochard@common-lisp.net>
199         * src/clfswm-query.lisp (query-mode-complet): New function: Handle
200         completion in query-mode.
202 2010-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
204         * src/clfswm-query.lisp (query-print-string): Handle long lines
205         correctly.
207 2010-10-27  Philippe Brochard  <pbrochard@common-lisp.net>
209         * src/clfswm-expose-mode.lisp (expose-create-window): Ensure that
210         all characters are printable.
212 2010-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
214         * contrib/server/server.lisp: Load clfswm client code in the main
215         program and let the user start it with a --client command line
216         option.
218         * src/package.lisp (*main-entrance-hook*): New hook executed after
219         loading configuration file and before opening the display.
221 2010-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
223         * src/xlib-util.lisp: Remove unnecessary xlib:display-finish-output.
225         * src/clfswm-internal.lisp (show-child): Show window only if not
226         hidden.
228         * src/clfswm-keys.lisp (binding-substitute-modifier): Utility to
229         change modifiers after binding definition.
231 2010-10-21  Philippe Brochard  <pbrochard@common-lisp.net>
233         * contrib/osd.lisp: New file: OSD (On Screen Display) for
234         presentations.
236         * src/clfswm-menu.lisp (open-menu): Modularise function.
238 2010-10-13  Philippe Brochard  <pbrochard@common-lisp.net>
240         * src/clfswm-info.lisp (show-first-aid-kit): Display the essential
241         key binding in main and second mode.
243 2010-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
245         * src/clfswm-util.lisp (open-notify-window): Convert hello-window
246         functions to a more generic Notify-window system.
248         * src/tools.lisp (add-timer): Add an id to identify the timer.
250 2010-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
252         * src/tools.lisp (erase-timer): New function.
254         * src/clfswm-util.lisp (display-hello-window): Add a timer to hide
255         the hello window. Add Configuration variables.
257 2010-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
259         * src/clfswm-util.lisp (): Add an Hello window at startup.
261         * src/tools.lisp (process-timers): Add a timer system.
263 2010-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
265         * src/clfswm-query.lisp (add-in-query-string): Handle correctly
266         the mod-5 modifier.
268 2010-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
270         * src/clfswm-query.lisp (query-print-string): Change cursor color
271         and show parenthesis matching with colors (on match and on
272         errors).
274 2010-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
276         * src/clfswm-internal.lisp (show-all-children): Do not raise a
277         child when its parent is hidden.
279 2010-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
281         * src/clfswm-circulate-mode.lisp (select-next-subchild): Add the
282         possibility to circulate over subchild of the current child.
284         * src/clfswm-expose-mode.lisp (expose-all-windows-mode)
285         (expose-windows-generic): Add an escape-body function to return to
286         the original state on escape key.
288         * src/clfswm-util.lisp (bind-on-slot): Add an optional parameter
289         to bind the current child from the configuration file.
291 2010-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
293         * src/clfswm-nw-hooks.lisp (absorb-window-nw-hook): Absorb new
294         window hook: the frame absorb all new windows that match
295         nw-absorb-test frame data slot.
297 2010-09-30  Philippe Brochard  <pbrochard@common-lisp.net>
299         * src/clfswm-expose-mode.lisp (expose-create-window): Show window
300         title in accel window.
302 2010-09-29  Philippe Brochard  <pbrochard@common-lisp.net>
304         * configure: Use the Xavier Maillard clfswm script in contrib to
305         build an executable in the standard way.
307 2010-09-26  Philippe Brochard  <pbrochard@common-lisp.net>
309         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
310         New functions. Add a window on each child in the expose mode to
311         quickly select them.
313         * src/clfswm-internal.lisp (child-x, child-y, child-width)
314         (child-height): New methods to get real child coordinates.
316 2010-09-25  Philippe Brochard  <pbrochard@common-lisp.net>
318         * src/clfswm-layout.lisp (*-layout): Use child-position.
320         * src/clfswm-internal.lisp (child-position): New function.
322         * src/clfswm-expose-mode.lisp (expose-windows-mode)
323         (expose-all-windows-mode): Use a generic mode.
325         * src/xlib-util.lisp (with-handle-event-symbol): Use a filled list
326         with handle-event-fun symbols instead of inspecting clfswm
327         internals symbols on each mode change.
329         * src/clfswm-expose-mode.lisp: Move and rename present*-windows in
330         a separate clfswm-expose-mode.lisp file.
332         * src/clfswm-util.lisp (speed-mouse-right, speed-mouse-down): Use
333         screen size instead of hardcoded test coordinates.
335 2010-09-24  Philippe Brochard  <pbrochard@common-lisp.net>
337         * src/clfswm-util.lisp (speed-mouse-reset, speed-mouse-left)
338         (speed-mouse-right, speed-mouse-up, speed-mouse-down)
339         (speed-mouse-undo, speed-mouse-first-history): New functions to
340         quickly move the mouse. Implemented for the second mode.
342 2010-09-16  Philippe Brochard  <pbrochard@common-lisp.net>
344         * contrib/clfswm: Move clfswm sources to $tmp_dir if there is no
345         write permission on $clfswm_asd_path. So anybody can start clfswm
346         even if there is no write permission on the source directory.
348 2010-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
350         * contrib/clfswm: Add support to cmucl, ccl and ecl.
352 2010-09-11  Philippe Brochard  <pbrochard@common-lisp.net>
354         * src/clfswm-util.lisp (set-hide-unmanaged-window)
355         (set-show-unmanaged-window, set-default-hide-unmanaged-window):
356         New functions and menu entry.
357         (set-globally-hide-unmanaged-window)
358         (set-globally-show-unmanaged-window): New functions and menu
359         entry.
361         * src/clfswm-internal.lisp (hide-unmanager-window-p): New
362         function.
363         (show-child): Add a data slot on frame to hide or not unmanaged
364         windows.
366         * src/clfswm-corner.lisp (present-clfswm-terminal)
367         (present-virtual-keyboard): Use a function (generic-present-body)
368         instead of a macro (generate-present-body).
370         * src/clfswm-util.lisp (update-menus): List all directories and
371         subdirectories in $XDG_DATA_DIRS/applications.
373 2010-09-10  Philippe Brochard  <pbrochard@common-lisp.net>
375         * src/clfswm-corner.lisp (generate-present-body): New macro.
376         (present-clfswm-terminal, present-virtual-keyboard): Use
377         generate-present-body.
379 2010-09-09  Philippe Brochard  <pbrochard@common-lisp.net>
381         * src/clfswm-util.lisp (update-menus): Follow XDG specifications
382         instead of the non-portable Debian update-menu.
384 2010-09-07  Philippe Brochard  <pbrochard@common-lisp.net>
386         * src/clfswm.lisp (error-handler): New function do handle
387         asynchronous errors and ignore them.
388         (open-display): Install the new error-handler on display.
390 2010-09-05  Philippe Brochard  <pbrochard@common-lisp.net>
392         * src/xlib-util.lisp (with-xlib-protect): Add a
393         with-simple-restart on top of body execution.
395 2010-09-04  Philippe Brochard  <pbrochard@common-lisp.net>
397         * src/clfswm.lisp (main-loop): Protect all xlib functions with an
398         with-xlib-protect.
400         * src/xlib-util.lisp (handle-event): use with-xlib-protect only in
401         handle-event. Add a with-simple-restart to prevent a
402         clisp/new-lisp infinite loop.
404 2010-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
406         * src/clfswm-corner.lisp (present-clfswm-terminal): Make the
407         clfswm terminal working even on xterm title changes.
409 2010-08-29  Philippe Brochard  <pbrochard@common-lisp.net>
411         * src/clfswm-util.lisp (run-other-window-manager): Update for
412         clisp compatibility.
414         * src/tools.lisp (do-execute): New parameter io to change the
415         input/output method.
417         * src/clfswm-util.lisp (hide-current-child): Prevent from removing
418         the current root.
420         * src/clfswm-internal.lisp (child-member): New predicate.
421         (child-remove): New function.
423         * src/*.lisp: Use child-member and child-remove everywhere it's
424         needed.
426 2010-08-28  Philippe Brochard  <pbrochard@common-lisp.net>
428         * src/clfswm.lisp (main-loop): Ensure that all events have been
429         processed after a process-event.
431         * src/clfswm-internal.lisp (is-in-current-child-p): New function.
433 2010-08-27  Philippe Brochard  <pbrochard@common-lisp.net>
435         * src/clfswm.lisp (main-mode:configure-request): Raise the window
436         only when present on the current child and focus it accordingly.
438 2010-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
440         * src/clfswm-circulate-mode.lisp (circulate-loop-function):
441         Use is-a-key-pressed-p.
443         * src/xlib-util.lisp (is-a-key-pressed-p): New predicate.
445         * src/clfswm-keys.lisp (define-ungrab/grab): Use all values
446         returned by xlib:keysym->keycodes.
448         * src/*.lisp: Use the new child-equal-p to compare children. This
449         prevent a bug with sbcl/cmucl when the standard equal function
450         does not work with xlib:window.
452         * src/clfswm-internal.lisp (child-equal-p): New predicate.
454 2010-08-25  Philippe Brochard  <pbrochard@common-lisp.net>
456         * src/clfswm-generic-mode.lisp (generic-mode): Use an
457         xlib:event-listen before processing event with
458         xlib:process-event. This prevent a bug with CLX threaded
459         implementation like sbcl.
461         * src/clfswm.lisp (main-loop): Use an xlib:event-listen before
462         processing event with xlib:process-event. This prevent a bug with
463         CLX threaded implementation like sbcl.
465 2010-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
467         * contrib/server/key.lisp (ushell-sh): Add ccl and ecl support.
469         * src/xlib-util.lisp (compress-motion-notify): Use a loop instead
470         of an event-case.
472         * src/clfswm-internal.lisp (with-find-in-all-frames): New macro.
473         (find-parent-frame, find-frame-window, find-frame-by-name)
474         (find-frame-by-number): Use with-find-in-all-frames to search in
475         frames in the right order.
477         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Fix an
478         unwanted flickering with unmanaged windows.
480 2010-08-16  Philippe Brochard  <pbrochard@common-lisp.net>
482         * src/package.lisp: Remove event handler hooks as they're not
483         needed anymore (To replace them: use closure and define-handler).
485         * src/xlib-util.lisp (move-window, resize-window)
486         (wait-mouse-button-release): Use a generic mode.
488         * src/*.lisp: Replace the case to handle event with a more (tricky)
489         lispy  method which bind a function to each keywords associated
490         to graphics events.
492 2010-07-23  Philippe Brochard  <pbrochard@common-lisp.net>
494         * src/clfswm-util.lisp (delete-current-child): Invert bindings and
495         menu entry between delete-current-child and remove-current-child.
496         ie: Delete a child and its children in all frames by default.
498 2010-07-21  Philippe Brochard  <pbrochard@common-lisp.net>
500         * src/package.lisp: Add a placement configuration group.
502         * src/binding*.lisp: Bind control+g to escape the current action
503         like emacs.
505         * src/clfswm-internal.lisp
506         (delete-child-and-children-in-all-frames): New function and
507         binding: Second mode - Control+Delete delete the current child and
508         its children in all frames (ie: close the current child and its
509         children).
511 2010-07-20  Philippe Brochard  <pbrochard@common-lisp.net>
513         * src/clfswm-internal.lisp (remove-child-in-frame): Do not destroy
514         the frame window and the frame gc. Close a very annoying bug when
515         cuting/pasting a frame or moving a child over frames with the
516         mouse.
518         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
519         all children in *current-root* after moving/resizing a frame.
521 2010-07-18  Philippe Brochard  <pbrochard@common-lisp.net>
523         * src/clfswm-util.lisp (delete-focus-window)
524         (destroy-focus-window): Remove child in parent frame before
525         stopping it.
527 2010-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
529         * src/clfswm-util.lisp (identify-key): Add a timeout in
530         xlib:process-event.
531         (mouse-click-to-focus-generic): Use find-child-under-mouse instead
532         of the window passed by xlib:process-event.
534         * src/xlib-util.lisp (move-window, resize-window)
535         (wait-mouse-button-release): Add a timeout in xlib:process-event.
537 2010-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
539         * src/clfswm-util.lisp (run-other-window-manager): Add the ability
540         to launch an other window manager and to return to clfswm.
542 2010-03-18  Philippe Brochard  <pbrochard@common-lisp.net>
544         * src/clfswm-layout.lisp (set-tile-space-layout): Set default
545         to 1%.
547 2009-12-15  Philippe Brochard  <pbrochard@common-lisp.net>
549         * src/clfswm.lisp (main-loop): Add a *loop-hook* parameter and a
550         loop timeout.
552         * src/clfswm-generic-mode.lisp (generic-mode): Add a loop-hook
553         parameter and a loop timeout.
555 2009-12-05  Philippe Brochard  <pbrochard@common-lisp.net>
557         * src/clfswm.lisp (main): Add an alternate configuration filename
558         parameter.
560         * load.lisp: Add a debuging code example.
562 2009-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
564         * src/clfswm-configuration.lisp (create-configuration-menu): New
565         menu to configure all clfswm variables while clfswm is running.
567 2009-11-12  Philippe Brochard  <pbrochard@common-lisp.net>
569         * src/clfswm-util.lisp (save-configuration-variables): New
570         function to save all configuration variables in clfswmrc.
572 2009-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
574         * src/clfswm-info.lisp (info-mode): Begining of mouse support in
575         info mode.
576         (set-default-info-keys): Add cursor key support in info mode.
578 2009-11-08  Philippe Brochard  <pbrochard@common-lisp.net>
580         * contrib/reboot-halt.lisp: Add a Suspend/Reboot/Halt menu in
581         contrib.
583         * src/clfswm.lisp (main): Add a read-conf-file-p parameter to
584         prevent reading the configuration file (this may be useful to
585         produce the original documentation without user modifications
586         with the rc configuration file).
588 2009-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
590         * src/bindings-second-mode.lisp (set-default-second-keys):
591         Simplification of Escape key to close/kill/remove the focus window
592         and unhide all windows.
594         * src/bindings.lisp (set-default-main-keys): Simplification of
595         Escape key to close/kill/remove the focus window and unhide all
596         windows.
598         * src/clfswm-util.lisp (ask-close/kill-current-window): Add remove
599         focus and unhide all windows capabilities.
601 2009-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
603         * contrib/mpd.lisp (start-gmpc): Add gmpc in the mpd menu.
605 2009-07-29  Philippe Brochard  <pbrochard@common-lisp.net>
607         * src/clfswm-layout.lisp (tile-layout, tile-horizontal-layout):
608         Keep child order and don't make unnecessary child movement.
609         (one-column-layout, one-line-layout): New layouts.
611 2009-06-29  Philippe Brochard  <pbrochard@common-lisp.net>
613         * *: **** Release 0906 ****
615         * contrib/cd-player.lisp: New file to handle the CD player.
617         * contrib/xmms.lisp: New file to handle the xmms player.
619 2009-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
621         * src/clfswm-layout.lisp (set-no-layout-remember-size): New layout:
622         Maximize windows in there frame - Leave frames to there actual
623         size.
625         * src/bindings-second-mode.lisp (set-default-second-keys): Bind
626         "o" on set-open-in-new-frame-in-parent-frame-nw-hook.
628 2009-06-27  Philippe Brochard  <pbrochard@common-lisp.net>
630         * contrib/keyb_fr.lisp: New file to handle an azerty keyboard.
632 2009-06-24  Philippe Brochard  <pbrochard@common-lisp.net>
634         * contrib/mpd.lisp: Use a standard menu.
636         * src/clfswm-info.lisp: Use a standard menu for the help-menu.
638 2009-06-22  Philippe Brochard  <pbrochard@common-lisp.net>
640         * contrib/mpd.lisp: New file to handle the Music Player Daemon (MPD)
642 2009-06-19  Philippe Brochard  <pbrochard@common-lisp.net>
644         * src/clfswm-autodoc.lisp (produce-doc, produce-doc-html): Minor
645         number key cleanup.
647 2009-06-18  Philippe Brochard  <pbrochard@common-lisp.net>
649         * src/config.lisp (get-fullscreen-size):  One pixel adjustment
650         (again).
652         * src/clfswm-placement.lisp (*-child-placement): One pixel
653         adjustment (again).
655 2009-06-16  Philippe Brochard  <pbrochard@common-lisp.net>
657         * src/clfswm-circulate-mode.lisp (draw-circulate-mode-window):
658         Ensure that all characters are printable.
660         * src/config.lisp (get-fullscreen-size): Adjust default fullscreen
661         sizes.
663         * src/clfswm-placement.lisp (*-child-placement): Adjust
664         coordinates to one pixel in the current child.
666 2009-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
668         * src/clfswm-query.lisp (query-enter-function): Assign font before
669         width and height calculation.
671 2009-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
673         * src/xlib-util.lisp (banish-pointer): Use with-placement macro to
674         bannish the pointer in an arbitrary place.
676         * src/clfswm-info.lisp (info-mode): Use with-placement macro to
677         place the info window in an arbitrary place.
679         * src/clfswm-query.lisp (query-enter-function): Use with-placement
680         macro to place the query window in an arbitrary place.
682         * src/clfswm-placement.lisp: New file. Allow to place info windows
683         or query windows on an arbitrary place. Allow to bannish the
684         pointer on an arbitrary place.
686 2009-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
688         * src/clfswm-circulate-mode.lisp (reorder-child)
689         (reorder-brother): Unfocus windows before reordering children or
690         brothers.
692 2009-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
694         * src/clfswm-circulate-mode.lisp (reorder-brother): Ensure that
695         the parent is a frame.
697         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Handle
698         motion with a default modifier.
700         * src/clfswm.lisp (handle-motion-notify): Handle motion with a
701         default modifier.
703         * src/clfswm-info.lisp (info-mode): Handle motion with a default
704         modifier.
705         (info-mode): Optimization in loop function.
707 2009-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
709         * src/clfswm-circulate-mode.lisp (reorder-brother): Handle
710         root-frame correctly.
712         * clfswm.asd: Dependency fix for clfswm-generic-mode.
714         * src/clfswm-circulate-mode.lisp (reorder-child)
715         (reorder-brother): Handle empty frames.
716         (reorder-brother): Redisplay only the parent frame of the  current
717         child.
719         * src/clfswm-util.lisp (frame-toggle-maximize): Redisplay only the
720         parent frame of the  current frame.
722 2009-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
724         * src/clfswm-util.lisp (frame-toggle-maximize): New function:
725         Maximize/Unmaximize the current frame in its parent frame.
727         * src/clfswm-layout.lisp (maximize-layout): New layout: Maximize
728         windows and frames in there parent frame.
730 2009-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
732         * src/*.lisp: Add support for Clozure Common Lisp (CCL).
734         * src/clfswm-circulate-mode.lisp (reorder-child)
735         (reorder-brother): Reinitialise on circulate type change
736         child to brother or brother to child.
738         * src/*.lisp (*): Use map-window instead of xlib:map-window. So
739         calls xlib:display-finish-output on each map-request. So speed up
740         the window display.
742         * src/xlib-util.lisp (map-window): New function. Call
743         xlib:display-finish-output on each map request.
745 2009-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
747         * src/clfswm-second-mode.lisp (sm-handle-motion-notify):
748         Optimisation when drawing second mode window.
750 2009-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
752         * src/clfswm-circulate-mode.lisp (circulate-mode): Optimisation in
753         window redraw.
755 2009-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
757         * src/clfswm-util.lisp (run-program-from-query-string): Launch
758         command only with a return validation.
760 2009-04-22  Xavier Maillard  <xma@gnu.org>
762         * src/clfswm-query.lisp (query-string): Use a generic mode.
764 2009-04-19  Xavier Maillard  <xma@gnu.org>
766         * src/clfswm-info.lisp (info-mode): Use generic-mode for info-mode.
768 2009-04-18  Xavier Maillard  <xma@gnu.org>
770         * src/clfswm-generic-mode.lisp (generic-mode): Add a generic mode
771         to define all other modes.
773 2009-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
775         * src/package.lisp (): Use *default-font-string* for all
776         font-string.
778         * src/clfswm-info.lisp (info-mode): Ensure integer windows size.
780 2009-02-17  Philippe Brochard  <pbrochard@common-lisp.net>
782         * src/xlib-util.lisp (null-size-window-p): Better check of null
783         sized windows.
785 2009-02-14  Philippe Brochard  <pbrochard@common-lisp.net>
787         * src/clfswm.lisp (handle-map-request): Add a fix to manage
788         correctly fullscreen windows (SDL particularly).
790 2008-12-20  Philippe Brochard  <pbrochard@common-lisp.net>
792         * src/xlib-util.lisp (get-color): Allocate colors only once -> fix
793         a segfault with clisp/new-clx.
795         * src/clfswm.lisp (handle-motion-notify): Add a needed window
796         argument.
798         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Add a
799         needed window argument.
801 2008-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
803         * src/xlib-util.lisp (wait-no-key-or-button-press)
804         (wait-a-key-or-button-press): Check buttons press/release correctly"
806 2008-10-28  Philippe Brochard  <pbrochard@common-lisp.net>
808         * src/menu-def.lisp: Add children navigation menu in the movement
809         menu (select next/previous child/brother/level).
811 2008-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
813         *  *: Rename 'sister' frame to 'brother' frame.
815         * src/clfswm-keys.lisp (unalias-modifiers): Convert a modifier
816         alias in a real modifier.
818         * src/package.lisp (*modifier-alias*): New list of modifier alias
819         For example: :alt is :mod-1, :numlock is :mod-2...
821         * src/tools.lisp (remove-hook): New function.
823         * src/clfswm-keys.lisp (with-capslock, without-capslock)
824         (with-numlock, without-cnumlock): New functions.
826 2008-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
828         * src/clfswm-info.lisp: Use the *binding-hook* to create info
829         keys and mouse bindings.
831         * src/bindings-second-mode.lisp: Use the *binding-hook* to create
832         second keys and mouse bindings.
834         * src/bindings.lisp: Use the *binding-hook* to create main keys
835         and mouse bindings.
837 2008-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
839         * src/clfswm-menu.lisp (open-menu): Remember parent menu to undo
840         menu opening.
842 2008-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
844         * src/menu-def.lisp: Use a menu instead of a function for the
845         standard menu.
847 2008-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
849         * src/clfswm-util.lisp (show-standard-menu): Display the standard
850         menu from the 'update-menus' command.
852 2008-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
854         * src/clfswm-query.lisp (query-string): Do not ungrab keyboard if
855         it's already grabbed.
857         * src/clfswm-internal.lisp (display-frame-info): Use configurable
858         colors and fix a bug with background.
859         (display-frame-info): Set window background when displaying info.
861 2008-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
863         * src/xlib-util.lisp (my-character->keysyms): Use a macro to avoid
864         warning with clisp/new-clx.
866 2008-10-04  Philippe Brochard  <pbrochard@common-lisp.net>
868         * src/clfswm-util.lisp (jump-to-slot): Prevent to jump on a
869         deleted child.
871 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
873         * *: **** Release 0809 ****
875 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
877         * src/clfswm-util.lisp (ensure-unique-name): New function and menu
878         entry.
879         (ensure-unique-number): New function and menu entry.
881 2008-09-22  Philippe Brochard  <pbrochard@common-lisp.net>
883         * src/clfswm-nw-hooks.lisp (named-frame-nw-hook): New new window
884         hook: open the next window in a named frame.
885         (numbered-frame-nw-hook): New new window hook: open the next
886         window in a numbered frame.
888         * src/clfswm-query.lisp (query-string): Grab the keyboard in all
889         cases. So query-string can be called even in the main mode.
891         * src/clfswm-internal.lisp (show-all-children): Do not raise a
892         child by default => far less flickering.
894 2008-09-19  Philippe Brochard  <pbrochard@common-lisp.net>
896         * src/bindings-second-mode.lisp: Bind "t" to tile-current-frame.
898         * src/menu-def.lisp: Change key binding for the CLFSWM menu
899         entry.
901         * src/xlib-util.lisp (xgrab-pointer): Handle the case where cursor
902         is nil. (workaround on some CLX implementation).
904 2008-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
906         * src/menu-def.lisp: Add a menu to set a focus policy for all
907         frames.
909         * src/clfswm-util.lisp (set-focus-policy-generic-for-all)
910         (all-frames-set-*-focus-policy): Set a focus policy for all
911         frames.
913         * src/clfswm.lisp (handle-enter-notify): sloppy-select
914         mode. Select a child and its parents on mouse over.
916 2008-09-03  Philippe Brochard  <pbrochard@common-lisp.net>
918         * src/clfswm.lisp (handle-enter-notify): Add a sloppy strict focus
919         policy -> Sloppy focus only for windows in the current frame.
920         (main-unprotected): Exit clfswm on init error (ie: when another
921         window manager is running).
923         * src/clfswm-util.lisp (reset-clfswm): New function.
925 2008-09-02  Philippe Brochard  <pbrochard@common-lisp.net>
927         * src/clfswm-menu.lisp (init-menu): New function.
929         * src/clfswm-util.lisp (reload-clfswm): New function to reload
930         CLFSWM.
931         (exit-clfswm): Rename quit-clfswm to exit-clfswm.
933         * src/clfswm.lisp (main, main-unprotected): Handle error in a
934         superior main function. Now CLFSWM can't break the X session. It
935         just reinitialize the display and run a new main loop.
937         * src/clfswm-corner.lisp: Make *clfswm-terminal* and
938         *vt-keyboard-on* global to avoid warnings when loading clfswm.
940         * src/clfswm-layout.lisp: Add a specific GIMP layout menu.
941         (help-on-gimp-layout): Describe how to use the GIMP layout.
943 2008-09-01  Philippe Brochard  <pbrochard@common-lisp.net>
945         * src/clfswm-layout.lisp (set-gimp-layout): Change the layout to
946         main-window-right-layout. Change the keybinding for (shift)alt+tab
947         to not select windows in the main window lisst.
948         Bind F8 to add a window in the main window list.
949         Bind F9 to remove a window in the main window list.
950         Change the focus policy to :sloppy.
951         (set-previous-layout): Restore the previous layout, keybinding and
952         focus policy.
954 2008-08-31  Philippe Brochard  <pbrochard@common-lisp.net>
956         * src/clfswm-menu.lisp (add-menu-comment): Add comments in menu.
958         * src/clfswm-layout.lisp (main-window-left-layout)
959         (main-window-bottom-layout, main-window-top-layout): New
960         functions.
961         Factorize layouts in menu.
963 2008-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
965         * src/clfswm-layout.lisp (main-window-right-layout): A possible
966         GIMP layout: one or more main windows on one side of the
967         frame. Others on the other size.
969         * src/clfswm-util.lisp
970         (current-frame-set-click/sloppy-focus-policy): Each frame can have
971         a different focus policy (one of :click or :sloppy).
972         The default focus policy is set with *default-focus-policy*.
974 2008-08-23  Philippe Brochard  <pbrochard@common-lisp.net>
976         * src/clfswm-info.lisp (show-config-variable): New function.
978 2008-08-19  Philippe Brochard  <pbrochard@common-lisp.net>
980         * src/clfswm-layout.lisp (tile-horizontal-layout): New layout.
982         * src/clfswm-info.lisp: Colored help for key binding and corners
983         actions.
985 2008-08-18  Philippe Brochard  <pbrochard@common-lisp.net>
987         * src/clfswm-util.lisp (delete-focus-window)
988         (destroy-focus-window): Remove chid only in
989         handle-unmap/destroy-notify. Focus *current-root* only when
990         closing/killing the current child.
992         * src/clfswm-autodoc.lisp (produce-corner-*-doc): New autodoc
993         functions or corners.
995 2008-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
997         * src/clfswm-corner.lisp (present-clfswm-terminal): New corner
998         action: Hide/Unhide a terminal on mouse corner action. (By default
999         right mouse button on the top left corner).
1001         * src/config.lisp (*never-managed-window-list*): New config
1002         variable.
1004         * src/clfswm-internal.lisp (never-managed-window-p): New function:
1005         Handle never managed window in a more simple way.
1007         * src/clfswm-corner.lisp: New file and new and more simple method
1008         to define corners actions.
1010 2008-08-15  Philippe Brochard  <pbrochard@common-lisp.net>
1012         * src/clfswm-info.lisp (info-mode): Info line can now be colored.
1014         * src/clfswm-layout.lisp (fast-layout-switch)
1015         (define-fast-layout-switch): New functions: Switch between two
1016         layouts.
1018         * src/clfswm-second-mode.lisp (leave-second-mode): Takes care if
1019         really in the second mode. So leave-second-mode can be used even
1020         in the main mode.
1022         * src/clfswm-util.lisp (switch-to-last-child): New function:
1023         Store the current child and switch to the previous one.
1025 2008-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
1027         * src/clfswm-util.lisp (display-current-window-info): Display the
1028         window id.
1029         (have-to-present-virtual-keyboard): Add a virtual keyboard corner
1030         (top right by default). By default 'xvkbd' is used.
1032 2008-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
1034         * src/xlib-util.lisp (move-window, resize-window): Compress motion
1035         events.
1037         * src/clfswm.lisp (handle-motion-notify): Compress motion events.
1039         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Compress
1040         motion events.
1042         * src/clfswm-info.lisp (info-mode): Compress motion events.
1044 2008-06-21  Philippe Brochard  <pbrochard@common-lisp.net>
1046         * src/clfswm-internal.lisp (show-all-children): Compute geometry
1047         and selection first and then show only necessary children.
1048         (show-child): remove unneeded display-p parameter.
1050         * src/config.lisp (get-fullscreen-size): Place the frame border
1051         outside the screen (this prevent the loose of 2 pixels per
1052         directions :)
1054 2008-06-12  Philippe Brochard  <pbrochard@common-lisp.net>
1056         * src/clfswm-internal.lisp (focus-child): Algorithm change to
1057         raise only the selected child.
1059 2008-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
1061         * src/clfswm-internal.lisp (raise-p-list, show-all-children):
1062         Raise only viewable children.
1064 2008-06-06  Philippe Brochard  <pbrochard@common-lisp.net>
1066         * src/clfswm-internal.lisp (show-all-children): Always raise all
1067         displayed children. Remove all references to raise-p.
1069 2008-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
1071         * src/menu-def.lisp (child-menu): New menu entry on raise/lower
1072         child in its frame.
1074         * src/bindings-second-mode.lisp ("Page_Down", "Page_Up"): New
1075         second mode binding on raise/lower child in its frame.
1077         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): Adapt
1078         behaviour to the new raise/lower property.
1079         Call clear-nw-hook before the rest of the hook.
1081         * src/bindings.lisp (mouse-click-to-focus-and-move-window)
1082         (mouse-click-to-focus-and-resize-window): Stop button event. This
1083         prevent a keyboard/pointer freeze.
1085 2008-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
1087         * src/clfswm-internal.lisp (frame-lower-child)
1088         (frame-raise-child): New functions to raise/lower a child in its
1089         frame.
1091         * src/clfswm-util.lisp (have-to-present-windows)
1092         (have-to-present-all-windows): New functions to have an MaxOS
1093         expose like on mouse click in screen corner.
1095         * src/clfswm-info.lisp ("Page_Down", "Page_Up"): Add boundaries.
1097 2008-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
1099         * src/clfswm-util.lisp (unhide-a-child-from-all-frames): Unhide a
1100         child from a choice in all frames with hidden children.
1102         * src/clfswm-info.lisp (info-mode-menu): Handle separators.
1104 2008-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
1106         * src/clfswm-util.lisp (hide-current-child, unhide-a-child)
1107         (unhide-all-children): New functions.
1109         * src/clfswm-info.lisp (info-mode-menu): Handle symbols and
1110         functions.
1112         * src/clfswm-util.lisp (hide/show-frame-window): new function and
1113         menu item.
1115 2008-05-23  Philippe Brochard  <pbrochard@common-lisp.net>
1117         * src/clfswm-util.lisp (rename-current-child): Do not display the
1118         frame info for a window.
1120 2008-05-20  Philippe Brochard  <pbrochard@common-lisp.net>
1122         * src/clfswm-internal.lisp (remove-child-in-frame): Destroy the
1123         frame window for the removed child and its children.
1125 2008-05-18  Philippe Brochard  <pbrochard@common-lisp.net>
1127         * src/clfswm-autodoc.lisp (produce-*-doc-*): Add a note to use the
1128         autodoc functions.
1130 2008-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
1132         * src/clfswm-nw-hooks.lisp (default-frame-nw-hook): Do not handle
1133         the ROX pinboard (ie: leave it lowered in the root window as
1134         expected).
1136         * src/clfswm-layout.lisp (tile-left-space-layout): New layout.
1137         (tile-left-layout, tile-right-layout, tile-top-layout)
1138         (tile-bottom-layout): Use all the frame space when there is only
1139         one child.
1141         * src/clfswm-internal.lisp (place-window-from-hints): Center
1142         unmanaged windows in the root screen.
1144         * src/clfswm-nw-hooks.lisp (clear-nw-hook, clear-all-nw-hooks):
1145         new functions.
1147 2008-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1149         * src/clfswm-util.lisp (current-frame-manage-window-type): Fix a
1150         typo in managed types.
1152         * src/clfswm-internal.lisp (show-child): Always display frame info
1153         even if the frame is hidden.
1155         * src/xlib-util.lisp (resize-window): Use a better algorithme to
1156         resize windows.
1158 2008-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1160         * src/clfswm-util.lisp (with-movement): Display frame info for all
1161         frames in current root.
1163 2008-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1165         * src/*.lisp: Rename 'brother' frames to 'sister' frames.
1167         * src/bindings-second-mode.lisp (define-second-key #\a): New
1168         binding on 'add-default-frame'.
1170         * src/clfswm-autodoc.lisp (produce-*-doc-*-in-file): Show a
1171         message to follow the autodocumentation process.
1173 2008-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
1175         * src/clfswm-util.lisp (bind-or-jump): Bind "Tab", "Return" and
1176         "Space" to jump to a child. "B" to bind a slot on the current
1177         child.
1179         * src/bindings-second-mode.lisp: Use "Tab" instead of
1180         "Iso_Left_Tab".
1182 2008-05-07  Philippe Brochard  <pbrochard@common-lisp.net>
1184         * src/clfswm-util.lisp (find-child-under-mouse): Take care of
1185         unmanaged (hidden) windows.
1187         * src/clfswm-internal.lisp (place-window-from-hints): Give a
1188         minimal size for windows.
1189         (with-all-windows-frames-and-parent): New function.
1191         * src/config.lisp (*default-window-width/height*): New parameters.
1193         * src/clfswm-internal.lisp (place-window-from-hints): Center
1194         windows in the screen instead of in there frame.
1196         * src/bindings-second-mode.lisp (tile-space-current-frame): New
1197         binding on C-t.
1199         * src/clfswm-layout.lisp (register-layout): Intern the once name
1200         in the right package.
1202 2008-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
1204         * doc/dot-clfswmrc: Update to  follow the new clfswm way.
1206 2008-05-03  Philippe Brochard  <pbrochard@common-lisp.net>
1208         * src/clfswm-internal.lisp (set-current-child)
1209         (adapt-child-to-parent, show-child, hide-child): Handle the case
1210         where child is not a frame or a window.
1212         * src/clfswm-util.lisp
1213         (mouse-click-to-focus-generic,mouse-focus-move/resize-generic):
1214         Check if child is a frame.
1216         * src/clfswm-internal.lisp (managed-window-p): Handle the case
1217         where frame is null.
1218         (place-frame): Check if frame and parent are frames.
1220         * src/clfswm-info.lisp (info-mode): display all frame info before
1221         leaving.
1223         * src/clfswm-second-mode.lisp (second-key-mode): display all frame
1224         info before leaving.
1226         * src/clfswm-internal.lisp (display-all-frame-info): New function.
1228 2008-05-02  Philippe Brochard  <pbrochard@common-lisp.net>
1230         * src/tools.lisp (getenv): Implemented for ECL.
1231         (urun-prog): Implemented for ECL.
1233         * src/clfswm-util.lisp (identify-key): Use a double buffer to
1234         display text.
1236         * src/clfswm-query.lisp (query-string): Use a double buffer to
1237         display text.
1239         * src/clfswm-info.lisp (draw-info-window): Use a double buffer to
1240         display text.
1242         * src/xlib-util.lisp (clear-pixmap-buffer, copy-pixmap-buffer):
1243         New functions.
1245 2008-05-01  Philippe Brochard  <pbrochard@common-lisp.net>
1247         * src/clfswm-info.lisp (info-mode): Add boundaries in the info mode window.
1249         * src/menu-def.lisp: New file: move all menu definition in
1250         menu-def.lisp.
1252         * src/clfswm-layout.lisp (register-layout): Use a function instead
1253         of a macro.
1255 2008-04-30  Philippe Brochard  <pbrochard@common-lisp.net>
1257         * src/clfswm-autodoc.lisp (produce-menu-doc,
1258         (produce-menu-doc-html): New functions.
1259         (produce-doc-*): Moved to clfswm-autodoc.lisp.
1261         * src/clfswm-util.lisp (paste-selection-no-clear): Prevent to
1262         paste a child on one of its own children. (this prevent a
1263         recursive bug).
1264         (move-child-to): Rename move/copy-current-child-by to
1265         move/copy-child-to.
1266         (mouse-move-window-over-frame): New function to move the window
1267         under the mouse cursor to another frame.
1269         * src/clfswm-internal.lisp (find-child-in-parent): New function.
1271 2008-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1273         * src/clfswm-internal.lisp (show-all-children): Display unmanaged
1274         windows only when its window parent is the current child.
1276 2008-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1278         * src/clfswm-util.lisp (manage-current-window)
1279         (unmanage-current-window): New functions: Allow to force to manage
1280         or unmanage a window by its parent frame.
1282         * src/bindings-second-mode.lisp (#\o): binded to
1283         set-open-in-new-frame-in-parent-frame-nw-hook and
1284         (#\o :control) to set-open-in-new-frame-in-root-frame-nw-hook
1286         * src/clfswm-util.lisp (with-current-window): New macro.
1288         * src/xlib-util.lisp (move-window, resize-window): Remove uneeded
1289         exposure and enter-window handle event.
1291         * src/clfswm-util.lisp (move-frame, resize-frame): Show all
1292         children for the current child after the move/resize.
1294 2008-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
1296         * src/xlib-util.lisp (resize-window): Take care of window size
1297         hints.
1299         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Allow to
1300         move/resize unmanaged windows.
1302         * src/xlib-util.lisp (move-window, resize-window): New functions.
1304 2008-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1306         * src/clfswm-util.lisp (current-frame-manage-window-type): Let the
1307         user choose what window type the current frame must handle.
1308         (display-current-window-info): New function.
1309         (current-frame-manage-all-window-type)
1310         (current-frame-manage-only-normal-window-type)
1311         (current-frame-manage-no-window-type): New functions.
1313         * src/clfswm-internal.lisp (managed-window-p): New function.
1315         * src/package.lisp (frame): Managed type: new frame
1316         parameter. This allow to choose what window type a frame must
1317         handle.
1319         * src/*.lisp: Rename all 'father' occurrences to 'parent'.
1321         * src/clfswm-nw-hooks.lisp
1322         (open-in-new-frame-in-parent-frame-nw-hook): New new window hook.
1324         * src/clfswm-util.lisp (adapt-current-frame-to-window-hints): New
1325         function.
1327         * src/tools.lisp (ensure-printable): Return always a string even
1328         with a null string.
1330 2008-04-24  Philippe Brochard  <pbrochard@common-lisp.net>
1332         * src/config.lisp (*default-nw-hook*): New variable to change the
1333         default new window hook.
1335 2008-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1337         * clfswm.asd (clfswm): Add a dependency from
1338         clfswm-second-mode.lisp to clfswm.lisp.
1340         * src/clfswm-util.lisp (identify-key): Show the documentation for
1341         the function bound on a key.
1342         (with-movement): Move with-movement,
1343         current-frame-fill/pack/resize-*  from bindings-second-mode.lisp
1344         to clfswm-util.lisp.
1346         * src/clfswm-menu.lisp: New menu system that let user change keys
1347         or functions associated to keys.
1349 2008-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
1351         * src/clfswm-internal.lisp (show-all-children): Display-child is
1352         the first child by default. Solve a bug with father-p.
1354 2008-04-17  Philippe Brochard  <pbrochard@common-lisp.net>
1356         * src/clfswm-internal.lisp (add-frame): Add frame return the
1357         created frame.
1358         (show-all-children): Move the size computation outside the
1359         show-child part.
1361         * src/bindings-second-mode.lisp (with-movement): Redisplay only
1362         the current child.
1364         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
1365         only the current child.
1367         * src/clfswm-internal.lisp (show-all-children): New display-child
1368         parameter to display only the desired child and its children.
1369         (select-next/previous-child): Only display the current child.
1371 2008-04-14  Philippe Brochard  <pbrochard@common-lisp.net>
1373         * src/clfswm.lisp (init-display): Move the default frame creation
1374         on the default init hook.
1376         * src/clfswm-keys.lisp (define-ungrab/grab): Handle all keysyms in
1377         the main mode (for example: "1" on an azerty keyboard).
1379 2008-04-13  Philippe Brochard  <pbrochard@common-lisp.net>
1381         * src/clfswm-keys.lisp (find-key-from-code): Better handle of
1382         keysyms. Revert to old grabbing method for the main mode.
1384 2008-04-12  Philippe Brochard  <pbrochard@common-lisp.net>
1386         * src/clfswm.lisp (init-display): Add key handling on no focus
1387         window and on frame windows.
1389 2008-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
1391         * src/clfswm.lisp (main): Keyboard handle strategie change: Grab
1392         all keys by default and replay just what is needed. No change for
1393         the second mode.
1395         * src/clfswm-keys.lisp: remove grab/ungrab main keys.
1396         (find-key-from-code): Test for shift and not shift presence.
1398 2008-04-09  Philippe Brochard  <pbrochard@common-lisp.net>
1400         * src/clfswm-internal.lisp (switch-to-root-frame): show later -
1401         new key parameter to have less flickering.
1403 2008-04-07  Philippe Brochard  <pbrochard@common-lisp.net>
1405         * src/bindings-second-mode.lisp (frame-layout-once-menu): Set the
1406         layout only one time and revert to no-layout to freely handle
1407         frames.
1409         * src/clfswm-nw-hooks.lisp
1410         (open-in-new-frame-in-root-frame-nw-hook): Tile layout with spaces
1411         with new created window.
1413         * src/clfswm-layout.lisp (register-layout): Now register
1414         automatically a once layout to set the layout only one time and
1415         revert to no-layout to freely handle frames.
1417 2008-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
1419         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): New
1420         nw-hook: Open the next window in the current frame and leave the
1421         focus to the current child.
1423 2008-04-04  Philippe Brochard  <pbrochard@common-lisp.net>
1425         * src/bindings-second-mode.lisp: Add keys definitions to
1426         bind-or-jump in the second mode.
1428         * src/clfswm-util.lisp (bind-or-jump): remove the auto-defining
1429         macro for bind-or-jump-(1|2|3...).
1431         * src/clfswm-keys.lisp (define-define-key/mouse): Allow additional
1432         arguments to function. This allow to do things like:
1433         (define-main-key (key) 'my-function 10 20 'foo) -> 10 20 and 'foo
1434         are passed to my-function on key press.
1436 2008-04-03  Philippe Brochard  <pbrochard@common-lisp.net>
1438         * src/clfswm-util.lisp (bind-or-jump): New (great) function.
1440 2008-04-02  Philippe Brochard  <pbrochard@common-lisp.net>
1442         * src/clfswm-internal.lisp (child-fullname): New function
1444         * src/clfswm-info.lisp (info-mode-menu): Add an explicit optional
1445         docstring in info-mode-menu. An item can be
1446         '((key function) (key function)) or with docstring
1447         '((key function "documentation 1") (key function "bla bla") (key function))
1449         * src/tools.lisp (ensure-n-elems): New function.
1451         * src/bindings-second-mode.lisp: Bind Alt+mouse-1/3 to move or
1452         resize a frame or the window's father.
1454         * src/clfswm.lisp (init-display): Remove tile-space-layout by
1455         default on the root frame.
1457         * src/clfswm-util.lisp (move/resize-frame): Add standard event
1458         hooks handlers (map-request, configure-notify...)
1460         * src/clfswm-internal.lisp (adapt-child-to-father): Limit minimal
1461         child size to 1x1.
1463 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
1465         * src/bindings.lisp: Bind Alt+mouse-1/3 to move or resize a frame
1466         or the window's father.
1468         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Stop button
1469         event only if there is a geometry change.
1470         (mouse-focus-move/resize-generic): Generic function to move or
1471         resize a frame or a window father frame.
1473 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
1475         * src/clfswm-internal.lisp (show-all-children): Return t if there
1476         is a geometry change.
1478 2008-03-30  Philippe Brochard  <pbrochard@common-lisp.net>
1480         * src/bindings.lisp (Up/Down): Swap select previous/next level.
1482         * src/bindings-second-mode.lisp (Up/Down): Swap select previous/next level.
1484         * src/clfswm.lisp (init-display): Create a default frame in the root frame.
1486         * src/clfswm-internal.lisp (place-frame): Place frame from real (pixel) coordinates.
1487         (with-all-*): Reverse the child list to manage the first child last (like in
1488         show-all-children).
1490         * src/config.lisp (*create-frame-on-root*): New variable: Create a new frame on the
1491         root window only if true.
1493         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Create a new frame on the
1494         root window only if *create-frame-on-root* is true.
1496         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Create a new frame
1497         on the root window.
1499 2008-03-29  Philippe Brochard  <pbrochard@common-lisp.net>
1501         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Focus, move and resize
1502         the current child (even if it's a window).
1504 2008-03-28  Philippe Brochard  <pbrochard@common-lisp.net>
1506         * src/clfswm-util.lisp (mouse-click-to-focus-and-move)
1507         (mouse-click-to-focus-and-resize): New functions.
1509         * src/clfswm-internal.lisp (*-fl->px): Convert float coordinates to pixel.
1510         (*-px->fl): Convert pixel coordinates to float.
1512         * src/tools.lisp (call-hook): Move call-hook to tools.lisp.
1514 2008-03-27  Philippe Brochard  <pbrochard@common-lisp.net>
1516         * src/clfswm-layout.lisp (no-layout): Use :first-only to raise only the
1517         first child.
1519         * src/clfswm-internal.lisp (hide-all): Split hide-all-children in hide-all
1520         and hide-all-children.
1521         (raise-if-needed): New function.
1522         (show-child): Use a first-p parameter to raise windows only when they are
1523         first child.
1525 2008-03-26  Philippe Brochard  <pbrochard@common-lisp.net>
1527         * src/clfswm-internal.lisp (select-next/previous-level): Don't use show-all-children
1528         -> less flickering.
1530 2008-03-25  Philippe Brochard  <pbrochard@common-lisp.net>
1532         * src/clfswm-info.lisp (keys-from-list): new function.
1534         * src/*: rename 'childs' in 'children'.
1536         * src/*: rename 'group' in 'frame'.
1538 2008-03-22  Philippe Brochard  <pbrochard@common-lisp.net>
1540         * src/clfswm-pack.lisp (explode-group/explode-current-group): new functions.
1542 2008-03-21  Philippe Brochard  <pbrochard@common-lisp.net>
1544         * src/clfswm-pack.lisp: Pack, Fill, Resize functions.
1546 2008-03-16  Philippe Brochard  <pbrochard@common-lisp.net>
1548         * src/clfswm-nw-hooks.lisp: Register system for new window hooks.
1549         Bind control+o to open the next window in a new group in the root group
1550          (as open in next window in a new workspace in 0801 version).
1552 2008-03-15  Philippe Brochard  <pbrochard@common-lisp.net>
1554         * src/clfswm-util.lisp (show/hide-all-groups-info/key): Show/hide all groups info
1555         window.
1557 2008-03-14  Philippe Brochard  <pbrochard@common-lisp.net>
1559         * bindings-second-mode.lisp ("ISO_Left_Tab"): Use ISO_Left_Tab
1560         instead of Tab for select-previous-child.
1562 2008-03-13  Philippe Brochard  <pbrochard@common-lisp.net>
1564         * clfswm-util.lisp (force-window-in-group/force-window-center-in-group):
1565         new functions.
1567 2008-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
1569         * clfswm-util.lisp (identify-key): Display the documentation
1570         associated to keys when identifying a key.
1572 2008-03-10  Xavier Maillard  <xma@gnu.org>
1574         * contrib/clfswm: Complete rewrite of the script. Detect error and
1575         act accordingly. Add command line arguments to configure the
1576         script execution. User can now choose different common lisp
1577         implementation (clisp and sbcl only), choose where to store the
1578         dumped image, where to find clfswm source.
1580 2008-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
1582         * clfswm-internal.lisp (process-new-window): Beginning of new
1583         window hook: each group have a hook to tell what he wants to do
1584         with the new created window.
1586 2008-03-08  Xavier Maillard  <xma@gnu.org>
1588         * contrib/clfswm: New script. Dump a CLISP image of CLFSWM then
1589         call the resulting executable.
1591         * clfswm.lisp (read-conf-file): Check for the user config file in
1592         XDG_CONFIG_HOME *first*. Freedesktop.org standards should be
1593         prefered whenever possible.
1595 2008-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
1597         * clfswm-layout.lisp (*-layout): Add an optional raise-p
1598         parameter in each layout.
1600 2008-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
1602         * clfswm-util.lisp (copy/cut-current-child): Does not affect the
1603         root group.
1604         (copy/move-current-child-by-name/number): new functions
1605         (focus-group-by-name/number): new functions
1606         (delete-group-by-name/number): new functions
1608 2008-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
1610         * ************************************************************ *
1611         *: Major update - No more reference  to workspaces. The main   *
1612         structure is a tree of groups or application windows.          *
1613         * ************************************************************ *
1615 2008-02-07  Philippe Brochard  <pbrochard@common-lisp.net>
1617         * clfswm.lisp (read-conf-file): Read configuration in
1618         $HOME/.clfswmrc or in /etc/clfswmrc or in
1619         $XDG_CONFIG_HOME/clfswm/clfswmrc.
1620         (xdg-config-home): Return the content of $XDG-CONFIG-HOME (default
1621         to $HOME/.config/).
1623 2008-01-18  Philippe Brochard  <pbrochard@common-lisp.net>
1625         * clfswm-internal.lisp (show-all-group): Use *root* and *root-gc*
1626         by default.
1628 2008-01-03  Philippe Brochard  <pbrochard@common-lisp.net>
1630         * clfswm-internal.lisp (find-window-group): New function.
1632         * clfswm*: Change to make clfswm run with clisp/new-clx.
1634 2008-01-01  Philippe Brochard  <pbrochard@common-lisp.net>
1636         * clfswm-util.lisp (query-show-paren): Add show parent matching in
1637         query string.
1638         (query-string): Bind control+k to delete end of line.
1640         * clfswm-second-mode.lisp (draw-second-mode-window): Display
1641         the action on mouse motion in second mode.
1643         * clfswm.lisp (handle-exposure): Redisplay groups on exposure
1644         event but do not clear the root window.
1645         (handle-configure-request): Adjust unmanaged window from there
1646         request.
1648         * clfswm-internal.lisp (process-new-window): Adjust new window
1649         with the specified hints (max/min/base width/height).
1651 2007-12-31  Philippe Brochard  <pbrochard@common-lisp.net>
1653         * clfswm.lisp (handle-configure-request): Send an Configuration
1654         Notify event. This solve a bug with xterm and rxvt who takes some
1655         times to be mapped. Now there is no delay.
1657         * bindings-second-mode.lisp (define-shell): Run programs after
1658         living the second mode.
1660 2007-12-30  Philippe Brochard  <pbrochard@common-lisp.net>
1662         * clfswm-internal.lisp (process-new-window): Do not crop transient
1663         window to group size.
1664         (adapt-window-to-group): Do not crop transient window to group
1665         size.
1667         * clfswm.lisp (handle-configure-request): Adapt just the window to
1668         its group and don't take care of the configure request. Remove the
1669         bug with the Gimp outside the group and speed up the window
1670         manipulation.
1671         (handle-exposure): Remove show-all-group on exposure event
1672         -> Speed up.
1674 2007-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
1676         * clfswm-util.lisp (circulate-group-up-copy-window)
1677         (circulate-group-down-copy-window)
1678         (circulate-workspace-up-copy-group)
1679         (circulate-workspace-down-copy-group): Prevent the copy of the
1680         same window in the same workspace.
1682         * bindings-second-mode.lisp (release-copy-selected-window)
1683         (release-copy-selected-group): Prevent the copy of the same window
1684         in the same workspace.
1686         * clfswm-pager.lisp (generic-pager-move-window-on-previous-line)
1687         (generic-pager-move-window-on-next-line): Remove the copy
1688         property.
1689         (generic-pager-move-group-on-next-workspace)
1690         (generic-pager-move-group-on-previous-workspace): Prevent the copy
1691         of the same window in the same workspace.
1693         * bindings-pager.lisp (mouse-pager-copy-selected-window-release)
1694         (mouse-pager-copy-selected-group-release): Prevent the copy of the
1695         same window in the same workspace.
1697         * tools.lisp (setf/=): new macro to set a variable only when
1698         necessary.
1700         * clfswm-internal.lisp (adapt-window-to-group): use set/= to set
1701         x, y... only when necessary.
1703 2007-12-28  Philippe Brochard  <pbrochard@common-lisp.net>
1705         * clfswm.lisp (handle-configure-notify, *configure-notify-hook*):
1706         new function and hook: force windows to stay in its group (solve a
1707         bug with the Gimp).
1709 2007-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
1711         * bindings-second-mode.lisp (mouse-motion): use hide-group to have
1712         less flickering when moving/resizing groups.
1714         * clfswm-internal.lisp (hide-group): new function.
1715         (show-all-group): clear-all: new parameter.
1717 2007-12-22  Philippe Brochard  <pbrochard@common-lisp.net>
1719         * clfswm-keys.lisp (define-define-key): undefine-*-multi-name: new
1720         macro.
1721         * clfswm*: Color change for the pager. Typo or better description
1722         in bindings definitions. Define bindings for a qwerty keyboard by
1723         default. dot-clfswmrc show examples to switch to an azerty
1724         keyboard.
1725         License change to GPL v3.
1726         * config.lisp: new file - group all globals variables in this
1727         file.
1729 2007-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
1731         * xlib-util.lisp (hide-window): Remove structure-notivy events
1732         when hidding a window.
1734 2007-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
1736         * package.lisp (*sm-property-notify-hook*): Readded
1737         property-notify-hook in second mode.
1739 2007-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1741         * clfswm-keys.lisp (produce-doc-html): Better clean up for strings.
1743 2007-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1745         * clfswm-pack.lisp (tile-current-workspace-to/right/left/top/bottom):
1746         Tile the current workspace with the current window on one side and
1747         others on the other (this emulate the larswm, dwm, wmii way). See
1748         the default configuration file to enable this mode by default.
1750         * clfswm-pager.lisp (pager-tile-current-workspace-to): idem for
1751         the pager.
1753 2007-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1755         * clfswm-pager.lisp (pager-draw-window-in-group): Add
1756         ensure-printable to print windows name even with non-ascii
1757         characters.
1759 2007-05-11  Philippe Brochard  <pbrochard@common-lisp.net>
1761         * clfswm-pager.lisp (pager-explode-current-group): Create a new
1762         group for each window in group.
1763         (pager-implode-current-group): Move all windows in workspace to
1764         one group and remove other groups.
1766         * clfswm-pack.lisp (explode-group): Create a new group for each
1767         window in group.
1768         (implode-group): Move all windows in workspace to one group and
1769         remove other groups.
1771         * clfswm-util.lisp (identify-key): Remove local configuration
1772         variables and made them available for configuration from
1773         package.lisp.
1774         (query-string): idem.
1776 2007-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1778         * netwm-util.lisp: Start of NetWM compliance.
1779         Add a Netwm client list gestion.
1781 2007-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1783         * clfswm-internal.lisp (create-group-on-request): open a new group
1784         only when the current group is not empty.
1786         * bindings-second-mode.lisp (define-second-key-#\o-control): Fix a
1787         bug with null workspace.
1789         * clfswm-pager.lisp (pager-handle-event): Add a hook
1790         system. This hooks can be changed in the user configuration file.
1792         * package.lisp: All colors and font variables are set in
1793         package.lisp and can be configured in the user configuration
1794         file.
1795         Note: If you have configured some less ugly colors (esp. for the
1796         pager) don't hesitate to let me know :)
1798         * clfswm-second-mode.lisp (sm-handle-event): Add a hook
1799         system. This hooks can be changed in the user configuration file.
1801         * clfswm.lisp (handle-event): Add a hook system. This hooks can be
1802         changed in the user configuration file (~/.clfswmrc)
1804 2007-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1806         * clfswm-util.lisp (stop-all-pending-actions): new function: reset
1807         arrow action, open next window in new workspace/group.
1809         * bindings.lisp (stop-all-pending-actions): new binding.
1810         (open-next-window-in-new-group-once): Open the next windows in a
1811         new group (only once) or open all new windows in a new group (like
1812         others windows managers).
1814 2007-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1816         * clfswm.lisp (read-conf-file): New function to read a lisp
1817         configuration file at startup.
1818         (focus-group-under-mouse): Check if group isn't the current group
1819         ( prevent a bug with unclutter ).
1821 2007-03-02  Philippe Brochard  <pbrochard@common-lisp.net>
1823         * bindings.lisp (run-program-from-query-string): A program can be
1824         launch from a input query window.
1826 2007-03-01  Philippe Brochard  <pbrochard@common-lisp.net>
1828         * clfswm-info.lisp: Fix a bug with banish pointer in info mode.
1830 2007-02-28  Philippe Brochard  <pbrochard@common-lisp.net>
1832         * clfswm.lisp (process-new-window): One can now open the next
1833         window in a workspace called by its number.
1835         * clfswm-util.lisp (query-font-string): Minimal editing
1836         capabilities.
1837         (eval-from-string): And an REPL in the window manager... :)
1839 2007-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
1841         * clfswm.lisp (process-new-window): One can now open the next
1842         window in a new workspace or a new group.
1844         * clfswm-pager.lisp (pager-mode): Display the next arrow action
1845         with the hidden windows.
1847         * clfswm.lisp (second-key-mode): Display the current workspace
1848         number and the next arrow action in the state window.
1850         * clfswm-pager.lisp (pager-mode): Hide all windows before leaving
1851         the pager mode and then redisplay only the current workspace.
1853 2007-02-25  Philippe Brochard  <pbrochard@common-lisp.net>
1855         * clfswm.lisp (add-workspace): Workspaces are now numbered. So
1856         they can be focused with a keypress, sorted or renumbered.
1858 2007-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
1860         * clfswm-pager.lisp (pager-mode): Remove multiple silly
1861         pager-draw-display. This prevent a lot of flickering in the
1862         pager.
1864         * clfswm.lisp: Remove all display-force-output and replace them
1865         with only one display-finish-output in the event loop.
1867 2006-11-06  Philippe Brochard  <pbrochard@common-lisp.net>
1869         * clfswm-pager.lisp (pager-center-group): New function - center a
1870         group at the middle of the screen.
1872         * clfswm-pack.lisp (center-group): New function - center a group
1873         at the middle of the screen.
1875         * clfswm.lisp (show-group): Add a cross line under the group.
1876         (show-group): Group are showned even if fullscreened.
1877         (init-display): Add an exposure event on the root window.
1879 2006-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
1881         * package.lisp (*default-group*): Default group is the same size
1882         of a fullscreened group.
1884         * bindings*: Use shift to move, control+shift to copy.
1886         * *.lisp: Add comments for configuration or alternatives. So grep
1887         for CONFIG to see where you can configure clfswm. And grep for
1888         Alternative to use some commented code.
1890         * clfswm.lisp (second-key-mode): Use a single window to show the
1891         second mode. See for alternatives at the end of this file.
1893 2006-11-03  Philippe Brochard  <pbrochard@common-lisp.net>
1895         * clfswm-keys.lisp (define-define-key/mouse): Factorisation in a
1896         macro of key and mouse definitions.
1897         (define-define-key/mouse): Use state instead of modifiers list
1898         this fix a bug when the modifiers list is not in the rigth order.
1900         * clfswm.lisp (second-key-mode): Add a colored border in second mode.
1902 2006-11-02  Philippe Brochard  <pbrochard@common-lisp.net>
1904         * clfswm-info.lisp (info-mode): Add an info mode.
1906 2006-11-01  Philippe Brochard  <pbrochard@common-lisp.net>
1908         * clfswm.lisp (process-new-window): Change border size for
1909         transient windows.
1910         (show-all-windows-in-workspace): Unhide all windows even when the
1911         current group is in fullscreen mode.
1913 2006-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
1915         * clfswm-util.lisp (identify-key): Add an exposure handle-event to
1916         redisplay the identify window after a terminal switch.
1918         * clfswm-pager.lisp (pager-mode): Add an exposure handle-event to
1919         redisplay the pager after a terminal switch.
1921 2006-10-24  Philippe Brochard  <pbrochard@common-lisp.net>
1923         * clfswm-util.lisp (identify-key): Add a window to display
1924         the keys to identify on screen.
1926         * bindings.lisp, bindings-pager.lisp: Define same keys to
1927         move/copy groups/windows in second mode and in pager.
1929         * clfswm.lisp (handle-event*): Same version in all clfswm (fix some
1930         drawing lags).
1931         (show-all-windows-in-workspace): unhide window before adapting it
1932         to group.
1934 2006-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
1936         * clfswm.lisp (handle-event): Revert to an older version.
1938 2006-10-18  Philippe Brochard  <pbrochard@common-lisp.net>
1940         * clfswm-util.lisp (force-window-in-group)
1941         (force-window-center-in-group): New functions for transient windows.
1943         * clfswm-pager.lisp (pager-remove-current-workspace/group):
1944         bugfix: hide all windows before removing group or workspace.
1946 2006-10-17  Philippe Brochard  <pbrochard@common-lisp.net>
1948         * bindings-pager.lisp (mouse-pager-move-selected-group)
1949         (mouse-pager-copy-selected-group)
1950         (mouse-pager-move-selected-window)
1951         (mouse-pager-copy-selected-window, mouse-pager-rotate-window-up)
1952         (mouse-pager-rotate-window-down): New functions to have mouse in
1953         pager mode.
1955         * clfswm-pager.lisp (pager-swap-window)
1956         (pager-copy-group-on-next/previous-workspace)
1957         (pager-copy-window-on-next/previous-line): New functions
1959 2006-10-15  Philippe Brochard  <pbrochard@common-lisp.net>
1961         * clfswm-pager.lisp (pager-move-window-on-next/previous-line,
1962         (pager-move-group-on-next/previous-workspace): new functions.
1964         * clfswm-pack.lisp (resize-half-x-x-current-group): resize group
1965         to its half size (new functions).
1967 2006-10-11  Philippe Brochard  <pbrochard@common-lisp.net>
1969         * clfswm-pager.lisp: workspaces, groups and windows can now be
1970         selectionned with the keyboard or the mouse.
1972 2006-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
1974         * clfswm-pager.lisp (pager-select-workspace-right/left):
1975         workspaces can now be selectionned with the keyboard.
1977 2006-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
1979         * clfswm-keys.lisp (undefine-main-key, undefine-second-key, undefine-mouse-action):
1980         new function to remove a previous defined key or mouse combination.
1982 2006-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
1984         * clfswm.lisp (main): Check for access error in init-display.
1986         * clfswm-keys.lisp (define-ungrab/grab): check for keysym and
1987         keycode before grabbing.
1989         * bindings.lisp: Remove nlambda and use defun to keep the function
1990         documentation with clisp.
1991         (define-shell): new macro to define shell command for the second
1992         mode.
1994 2006-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
1996         * clfswm-keys.lisp (define-ungrab/grab): use a cond instead of a
1997         boggus typecase.
1999 2006-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
2001         * bindings.lisp (accept-motion): Move group bugfix in upper mouse
2002         workspace circulation.
2004         * clfswm-util.lisp (absorb-orphan-window): new function.
2006         * clfswm-keys.lisp: Keysyms support.
2008 2006-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
2010         * clfswm.lisp (show-group): Use one gc for all groups and not one
2011         per group.
2013 2006-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
2015         * bindings.lisp (define-second-key (#\l :mod-1)): fix a typo.
2017         * clfswm.lisp (adapt-window-to-group): Adapt only windows with
2018         width and height outside group.
2020 2006-09-28  Philippe Brochard  <pbrochard@common-lisp.net>
2022         * clfswm.lisp: First public release.