Copyright date update
[clfswm.git] / ChangeLog
blobb42abdc27a401b78eccf1c5ee0d62489d249a9a1
1 2011-03-12  Philippe Brochard  <pbrochard@common-lisp.net>
3         * src/menu-def.lisp: Menu update to prevent cursor keys clash.
5         * clfswm.asd: Change compilation order to prevent undefined
6         variables.
8         * src/clfswm-internal.lisp (show-child(frame)): Handle properly
9         the show-root-frame-p parameter.
11 2011-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
13         * src/clfswm-util.lisp (move-frame, resize-frame): Do not move or
14         resize a frame when it's the current root.
16 2011-03-10  Philippe Brochard  <pbrochard@common-lisp.net>
18         * src/clfswm-internal.lisp (show-all-children): Handle properly
19         duplicated child in multipe frames.
21 2011-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
23         * contrib/volume-mode.lisp (set-default-volume-keys): Add more
24         keybindings (up/down, right/left) to raise/lower the volume.
26         * src/clfswm-layout.lisp: Add a variable border size for frames
27         and windows.
29 2011-03-08  Philippe Brochard  <pbrochard@common-lisp.net>
31         * src/clfswm-util.lisp (cut-current-child, remove-current-child)
32         (delete-current-child): Hide the current child before doing the
33         action.
35         * src/clfswm-internal.lisp (show-all-children): Hide windows not
36         in the current root before displaying those in current root.
37         Remove all hide-all unnecessary calls.
39         * src/clfswm-configuration.lisp (save-variables-in-conf-file):
40         Save only variables with a different value than there original
41         value.
43 2011-03-07  Philippe Brochard  <pbrochard@common-lisp.net>
45         * src/clfswm-info.lisp (show-config-variable): Use the new
46         defconfig method.
48         * src/clfswm-autodoc.lisp (produce-configuration-variables): Use
49         the new defconfig method.
51         * src/clfswm-configuration.lisp (create-configuration-menu):
52         Change the config system with a more lispy one and a less string
53         based one: (defconfig name value group doc).
56 2011-03-06  Philippe Brochard  <pbrochard@common-lisp.net>
58         * src/clfswm-internal.lisp (show-all-children): Simplify the
59         selection method.
60         (show-child): Display an unmanaged window whe  it's the current
61         child.
62         (show-all-children): add the ability to display all child from
63         *root-frame* and hide all those who are not in *current-root*.
64         -> remove hide-all-children when needed.
66         * src/xlib-util.lisp (move-window,resize-window): Add a
67         *color-move-window* border when moving or resizing a window.
69 2011-03-04  Philippe Brochard  <pbrochard@common-lisp.net>
71         * src/clfswm-internal.lisp (show-all-children): Perform only one
72         recusion on the clfswm tree: calculate geometry and place child in
73         one pass.
75 2011-03-03  Philippe Brochard  <pbrochard@common-lisp.net>
77         * src/clfswm-internal.lisp (show-all-children): Rethink of display
78         child order to prevent very annoying flickering.
80 2011-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
82         * src/clfswm-util.lisp (query-yes-or-no): New function.
84         * src/clfswm-configuration.lisp (reset-all-config-variables): New
85         function and menu entry.
86         (query-conf-value): Add the ability to leave the field blank to
87         reset the variable to its default value.
89 2011-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
91         * src/clfswm-configuration.lisp
92         (add-all-configuration-default-value): Add a default value to
93         configurable variables.
95 2011-02-23  Philippe Brochard  <pbrochard@common-lisp.net>
97         * src/clfswm.lisp (main-unprotected): Create the configuration
98         menu only once at startup.
100 2011-02-22  Desmond O. Chang <dochang@gmail.com>
102         * contrib/amixer.lisp: Add a volume mode inspired by the emms
103         volume package. Alsa mixer interface.
105         * contrib/volume-mode.lisp: Add a volume mode inspired by the emms
106         volume package.
108 2011-02-22 Desmond O. Chang <dochang@gmail.com>
110         * src/clfswm.lisp (main): Use ASDF:SYSTEM-SOURCE-DIRECTORY instead
111         of *LOAD-TRUENAME*. *LOAD-TRUENAME* is only bound during a call to
112         LOAD. If one eval CLFSWM:MAIN in repl, BASE-DIR will be an empty
113         string. Use ASDF:SYSTEM-SOURCE-DIRECTORY to fix it.
115 2011-02-16  Philippe Brochard  <pbrochard@common-lisp.net>
117         * src/clfswm.lisp (main-unprotected): Add a close hook. And close
118         the notify window, the virtual keyboard and the clfswm terminal by
119         default.
121 2011-02-15  Philippe Brochard  <pbrochard@common-lisp.net>
123         * src/clfswm.lisp (main-unprotected): Destroy the notify window
124         before closing the display. This fix a bug when resetting/reloading
125         clfswm.
127 2011-02-12  Philippe Brochard  <pbrochard@common-lisp.net>
129         * src/xlib-util.lisp (equal-wm-class-fun, equal-wm-name-fun)
130         (raise-window-fun, raise-and-focus-window-fun): New functions.
132         * src/config.lisp (*clfswm-terminal-cmd*): Switch from xterm to
133         urxvt.
134         (*never-managed-window-list*): Structure change to be more
135         flexible. Let the choice to focus, raise and do nothing on never
136         managed windows.
138 2011-02-09  Philippe Brochard  <pbrochard@common-lisp.net>
140         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Take
141         care of never managed windows to move or resize them if the raise
142         parameter is true.
144         * src/clfswm-internal.lisp (in-frame, in-window, in-child): New
145         functions.
147 2011-02-08  Philippe Brochard  <pbrochard@common-lisp.net>
149         * src/clfswm.lisp (main-mode): Raise or not unmanaged windows
150         following request in *never-managed-window-list*.
152 2011-02-05  Philippe Brochard  <pbrochard@common-lisp.net>
154         * *: **** Release 1102 ****
156 2011-02-05  Desmond O. Chang <dochang@gmail.com>
158         * src/keysyms.lisp: Add extended keysyms from stumpwm.
160 2011-02-01  Desmond O. Chang <dochang@gmail.com>
162         * src/clfswm-util.lisp (run-or-raise): New function (thanks to
163         Desmond O. Chang).
165         * src/clfswm-internal.lisp (with-all-*): add a nil block.
167 2011-01-28  Desmond O. Chang <dochang@gmail.com>
169         * src/clfswm-util.lisp (xdg-config-home): XDG_CONFIG_HOME should
170         be $HOME/.config by default.
172 2010-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
174         * contrib/osd.lisp (display-doc): Add another method where a
175         CLFSWM native window is used to display the key documentation.
177 2010-12-27  Philippe Brochard  <pbrochard@common-lisp.net>
179         * src/xlib-util.lisp (with-xlib-protect): Force to revert to the
180         main mode state.
182 2010-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
184         * src/clfswm-second-mode.lisp (second-key-mode): Call the second
185         mode leave function only when the generic mode was ended.
187 2010-12-08  Philippe Brochard  <pbrochard@common-lisp.net>
189         * src/clfswm-second-mode.lisp (sm-leave-function): Do not use
190         *second-mode-program* anymore.
192 2010-12-07  Philippe Brochard  <pbrochard@common-lisp.net>
194         * src/clfswm-second-mode.lisp (*second-mode-leave-function*): New
195         variable bound to a function executed (when not null) on second
196         mode leaving.
198 2010-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
200         * src/clfswm-util.lisp (find-child-under-mouse): Do not find
201         hidden windows.
203 2010-11-13  Philippe Brochard  <pbrochard@common-lisp.net>
205         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
206         Do not display the accel window for unmanaged windows.
208 2010-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
210         * src/clfswm-internal.lisp (set-current-root): Handle
211         window-parent in set-current-root.
213         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Do not
214         focus the parent child when the current root is a window.
216 2010-11-09  Philippe Brochard  <pbrochard@common-lisp.net>
218         * src/clfswm-expose-mode.lisp (expose-windows-current-child-mode):
219         New function an bindings.
221         * src/clfswm-layout.lisp (tile-layout, set-tile-layout): Fill
222         blanks if needed.
224 2010-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
226         * src/clfswm-layout.lisp (tile-layout-ask-keep-position): New
227         function to let the user choose to keep child position with
228         tile layout.
230         * src/clfswm-internal.lisp (remove-frame-data-slot): New
231         function.
233 2010-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
235         * src/clfswm-internal.lisp (frame-select-next-child)
236         (frame-select-previous-child): New functions and bindings. Select
237         the next/previous child in the current frame.
239 2010-10-31  Philippe Brochard  <pbrochard@common-lisp.net>
241         * src/clfswm-query.lisp (query-mode-complet): New function: Handle
242         completion in query-mode.
244 2010-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
246         * src/clfswm-query.lisp (query-print-string): Handle long lines
247         correctly.
249 2010-10-27  Philippe Brochard  <pbrochard@common-lisp.net>
251         * src/clfswm-expose-mode.lisp (expose-create-window): Ensure that
252         all characters are printable.
254 2010-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
256         * contrib/server/server.lisp: Load clfswm client code in the main
257         program and let the user start it with a --client command line
258         option.
260         * src/package.lisp (*main-entrance-hook*): New hook executed after
261         loading configuration file and before opening the display.
263 2010-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
265         * src/xlib-util.lisp: Remove unnecessary xlib:display-finish-output.
267         * src/clfswm-internal.lisp (show-child): Show window only if not
268         hidden.
270         * src/clfswm-keys.lisp (binding-substitute-modifier): Utility to
271         change modifiers after binding definition.
273 2010-10-21  Philippe Brochard  <pbrochard@common-lisp.net>
275         * contrib/osd.lisp: New file: OSD (On Screen Display) for
276         presentations.
278         * src/clfswm-menu.lisp (open-menu): Modularise function.
280 2010-10-13  Philippe Brochard  <pbrochard@common-lisp.net>
282         * src/clfswm-info.lisp (show-first-aid-kit): Display the essential
283         key binding in main and second mode.
285 2010-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
287         * src/clfswm-util.lisp (open-notify-window): Convert hello-window
288         functions to a more generic Notify-window system.
290         * src/tools.lisp (add-timer): Add an id to identify the timer.
292 2010-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
294         * src/tools.lisp (erase-timer): New function.
296         * src/clfswm-util.lisp (display-hello-window): Add a timer to hide
297         the hello window. Add Configuration variables.
299 2010-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
301         * src/clfswm-util.lisp (): Add an Hello window at startup.
303         * src/tools.lisp (process-timers): Add a timer system.
305 2010-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
307         * src/clfswm-query.lisp (add-in-query-string): Handle correctly
308         the mod-5 modifier.
310 2010-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
312         * src/clfswm-query.lisp (query-print-string): Change cursor color
313         and show parenthesis matching with colors (on match and on
314         errors).
316 2010-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
318         * src/clfswm-internal.lisp (show-all-children): Do not raise a
319         child when its parent is hidden.
321 2010-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
323         * src/clfswm-circulate-mode.lisp (select-next-subchild): Add the
324         possibility to circulate over subchild of the current child.
326         * src/clfswm-expose-mode.lisp (expose-all-windows-mode)
327         (expose-windows-generic): Add an escape-body function to return to
328         the original state on escape key.
330         * src/clfswm-util.lisp (bind-on-slot): Add an optional parameter
331         to bind the current child from the configuration file.
333 2010-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
335         * src/clfswm-nw-hooks.lisp (absorb-window-nw-hook): Absorb new
336         window hook: the frame absorb all new windows that match
337         nw-absorb-test frame data slot.
339 2010-09-30  Philippe Brochard  <pbrochard@common-lisp.net>
341         * src/clfswm-expose-mode.lisp (expose-create-window): Show window
342         title in accel window.
344 2010-09-29  Philippe Brochard  <pbrochard@common-lisp.net>
346         * configure: Use the Xavier Maillard clfswm script in contrib to
347         build an executable in the standard way.
349 2010-09-26  Philippe Brochard  <pbrochard@common-lisp.net>
351         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
352         New functions. Add a window on each child in the expose mode to
353         quickly select them.
355         * src/clfswm-internal.lisp (child-x, child-y, child-width)
356         (child-height): New methods to get real child coordinates.
358 2010-09-25  Philippe Brochard  <pbrochard@common-lisp.net>
360         * src/clfswm-layout.lisp (*-layout): Use child-position.
362         * src/clfswm-internal.lisp (child-position): New function.
364         * src/clfswm-expose-mode.lisp (expose-windows-mode)
365         (expose-all-windows-mode): Use a generic mode.
367         * src/xlib-util.lisp (with-handle-event-symbol): Use a filled list
368         with handle-event-fun symbols instead of inspecting clfswm
369         internals symbols on each mode change.
371         * src/clfswm-expose-mode.lisp: Move and rename present*-windows in
372         a separate clfswm-expose-mode.lisp file.
374         * src/clfswm-util.lisp (speed-mouse-right, speed-mouse-down): Use
375         screen size instead of hardcoded test coordinates.
377 2010-09-24  Philippe Brochard  <pbrochard@common-lisp.net>
379         * src/clfswm-util.lisp (speed-mouse-reset, speed-mouse-left)
380         (speed-mouse-right, speed-mouse-up, speed-mouse-down)
381         (speed-mouse-undo, speed-mouse-first-history): New functions to
382         quickly move the mouse. Implemented for the second mode.
384 2010-09-16  Philippe Brochard  <pbrochard@common-lisp.net>
386         * contrib/clfswm: Move clfswm sources to $tmp_dir if there is no
387         write permission on $clfswm_asd_path. So anybody can start clfswm
388         even if there is no write permission on the source directory.
390 2010-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
392         * contrib/clfswm: Add support to cmucl, ccl and ecl.
394 2010-09-11  Philippe Brochard  <pbrochard@common-lisp.net>
396         * src/clfswm-util.lisp (set-hide-unmanaged-window)
397         (set-show-unmanaged-window, set-default-hide-unmanaged-window):
398         New functions and menu entry.
399         (set-globally-hide-unmanaged-window)
400         (set-globally-show-unmanaged-window): New functions and menu
401         entry.
403         * src/clfswm-internal.lisp (hide-unmanager-window-p): New
404         function.
405         (show-child): Add a data slot on frame to hide or not unmanaged
406         windows.
408         * src/clfswm-corner.lisp (present-clfswm-terminal)
409         (present-virtual-keyboard): Use a function (generic-present-body)
410         instead of a macro (generate-present-body).
412         * src/clfswm-util.lisp (update-menus): List all directories and
413         subdirectories in $XDG_DATA_DIRS/applications.
415 2010-09-10  Philippe Brochard  <pbrochard@common-lisp.net>
417         * src/clfswm-corner.lisp (generate-present-body): New macro.
418         (present-clfswm-terminal, present-virtual-keyboard): Use
419         generate-present-body.
421 2010-09-09  Philippe Brochard  <pbrochard@common-lisp.net>
423         * src/clfswm-util.lisp (update-menus): Follow XDG specifications
424         instead of the non-portable Debian update-menu.
426 2010-09-07  Philippe Brochard  <pbrochard@common-lisp.net>
428         * src/clfswm.lisp (error-handler): New function do handle
429         asynchronous errors and ignore them.
430         (open-display): Install the new error-handler on display.
432 2010-09-05  Philippe Brochard  <pbrochard@common-lisp.net>
434         * src/xlib-util.lisp (with-xlib-protect): Add a
435         with-simple-restart on top of body execution.
437 2010-09-04  Philippe Brochard  <pbrochard@common-lisp.net>
439         * src/clfswm.lisp (main-loop): Protect all xlib functions with an
440         with-xlib-protect.
442         * src/xlib-util.lisp (handle-event): use with-xlib-protect only in
443         handle-event. Add a with-simple-restart to prevent a
444         clisp/new-lisp infinite loop.
446 2010-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
448         * src/clfswm-corner.lisp (present-clfswm-terminal): Make the
449         clfswm terminal working even on xterm title changes.
451 2010-08-29  Philippe Brochard  <pbrochard@common-lisp.net>
453         * src/clfswm-util.lisp (run-other-window-manager): Update for
454         clisp compatibility.
456         * src/tools.lisp (do-execute): New parameter io to change the
457         input/output method.
459         * src/clfswm-util.lisp (hide-current-child): Prevent from removing
460         the current root.
462         * src/clfswm-internal.lisp (child-member): New predicate.
463         (child-remove): New function.
465         * src/*.lisp: Use child-member and child-remove everywhere it's
466         needed.
468 2010-08-28  Philippe Brochard  <pbrochard@common-lisp.net>
470         * src/clfswm.lisp (main-loop): Ensure that all events have been
471         processed after a process-event.
473         * src/clfswm-internal.lisp (is-in-current-child-p): New function.
475 2010-08-27  Philippe Brochard  <pbrochard@common-lisp.net>
477         * src/clfswm.lisp (main-mode:configure-request): Raise the window
478         only when present on the current child and focus it accordingly.
480 2010-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
482         * src/clfswm-circulate-mode.lisp (circulate-loop-function):
483         Use is-a-key-pressed-p.
485         * src/xlib-util.lisp (is-a-key-pressed-p): New predicate.
487         * src/clfswm-keys.lisp (define-ungrab/grab): Use all values
488         returned by xlib:keysym->keycodes.
490         * src/*.lisp: Use the new child-equal-p to compare children. This
491         prevent a bug with sbcl/cmucl when the standard equal function
492         does not work with xlib:window.
494         * src/clfswm-internal.lisp (child-equal-p): New predicate.
496 2010-08-25  Philippe Brochard  <pbrochard@common-lisp.net>
498         * src/clfswm-generic-mode.lisp (generic-mode): Use an
499         xlib:event-listen before processing event with
500         xlib:process-event. This prevent a bug with CLX threaded
501         implementation like sbcl.
503         * src/clfswm.lisp (main-loop): Use an xlib:event-listen before
504         processing event with xlib:process-event. This prevent a bug with
505         CLX threaded implementation like sbcl.
507 2010-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
509         * contrib/server/key.lisp (ushell-sh): Add ccl and ecl support.
511         * src/xlib-util.lisp (compress-motion-notify): Use a loop instead
512         of an event-case.
514         * src/clfswm-internal.lisp (with-find-in-all-frames): New macro.
515         (find-parent-frame, find-frame-window, find-frame-by-name)
516         (find-frame-by-number): Use with-find-in-all-frames to search in
517         frames in the right order.
519         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Fix an
520         unwanted flickering with unmanaged windows.
522 2010-08-16  Philippe Brochard  <pbrochard@common-lisp.net>
524         * src/package.lisp: Remove event handler hooks as they're not
525         needed anymore (To replace them: use closure and define-handler).
527         * src/xlib-util.lisp (move-window, resize-window)
528         (wait-mouse-button-release): Use a generic mode.
530         * src/*.lisp: Replace the case to handle event with a more (tricky)
531         lispy  method which bind a function to each keywords associated
532         to graphics events.
534 2010-07-23  Philippe Brochard  <pbrochard@common-lisp.net>
536         * src/clfswm-util.lisp (delete-current-child): Invert bindings and
537         menu entry between delete-current-child and remove-current-child.
538         ie: Delete a child and its children in all frames by default.
540 2010-07-21  Philippe Brochard  <pbrochard@common-lisp.net>
542         * src/package.lisp: Add a placement configuration group.
544         * src/binding*.lisp: Bind control+g to escape the current action
545         like emacs.
547         * src/clfswm-internal.lisp
548         (delete-child-and-children-in-all-frames): New function and
549         binding: Second mode - Control+Delete delete the current child and
550         its children in all frames (ie: close the current child and its
551         children).
553 2010-07-20  Philippe Brochard  <pbrochard@common-lisp.net>
555         * src/clfswm-internal.lisp (remove-child-in-frame): Do not destroy
556         the frame window and the frame gc. Close a very annoying bug when
557         cuting/pasting a frame or moving a child over frames with the
558         mouse.
560         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
561         all children in *current-root* after moving/resizing a frame.
563 2010-07-18  Philippe Brochard  <pbrochard@common-lisp.net>
565         * src/clfswm-util.lisp (delete-focus-window)
566         (destroy-focus-window): Remove child in parent frame before
567         stopping it.
569 2010-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
571         * src/clfswm-util.lisp (identify-key): Add a timeout in
572         xlib:process-event.
573         (mouse-click-to-focus-generic): Use find-child-under-mouse instead
574         of the window passed by xlib:process-event.
576         * src/xlib-util.lisp (move-window, resize-window)
577         (wait-mouse-button-release): Add a timeout in xlib:process-event.
579 2010-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
581         * src/clfswm-util.lisp (run-other-window-manager): Add the ability
582         to launch an other window manager and to return to clfswm.
584 2010-03-18  Philippe Brochard  <pbrochard@common-lisp.net>
586         * src/clfswm-layout.lisp (set-tile-space-layout): Set default
587         to 1%.
589 2009-12-15  Philippe Brochard  <pbrochard@common-lisp.net>
591         * src/clfswm.lisp (main-loop): Add a *loop-hook* parameter and a
592         loop timeout.
594         * src/clfswm-generic-mode.lisp (generic-mode): Add a loop-hook
595         parameter and a loop timeout.
597 2009-12-05  Philippe Brochard  <pbrochard@common-lisp.net>
599         * src/clfswm.lisp (main): Add an alternate configuration filename
600         parameter.
602         * load.lisp: Add a debuging code example.
604 2009-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
606         * src/clfswm-configuration.lisp (create-configuration-menu): New
607         menu to configure all clfswm variables while clfswm is running.
609 2009-11-12  Philippe Brochard  <pbrochard@common-lisp.net>
611         * src/clfswm-util.lisp (save-configuration-variables): New
612         function to save all configuration variables in clfswmrc.
614 2009-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
616         * src/clfswm-info.lisp (info-mode): Begining of mouse support in
617         info mode.
618         (set-default-info-keys): Add cursor key support in info mode.
620 2009-11-08  Philippe Brochard  <pbrochard@common-lisp.net>
622         * contrib/reboot-halt.lisp: Add a Suspend/Reboot/Halt menu in
623         contrib.
625         * src/clfswm.lisp (main): Add a read-conf-file-p parameter to
626         prevent reading the configuration file (this may be useful to
627         produce the original documentation without user modifications
628         with the rc configuration file).
630 2009-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
632         * src/bindings-second-mode.lisp (set-default-second-keys):
633         Simplification of Escape key to close/kill/remove the focus window
634         and unhide all windows.
636         * src/bindings.lisp (set-default-main-keys): Simplification of
637         Escape key to close/kill/remove the focus window and unhide all
638         windows.
640         * src/clfswm-util.lisp (ask-close/kill-current-window): Add remove
641         focus and unhide all windows capabilities.
643 2009-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
645         * contrib/mpd.lisp (start-gmpc): Add gmpc in the mpd menu.
647 2009-07-29  Philippe Brochard  <pbrochard@common-lisp.net>
649         * src/clfswm-layout.lisp (tile-layout, tile-horizontal-layout):
650         Keep child order and don't make unnecessary child movement.
651         (one-column-layout, one-line-layout): New layouts.
653 2009-06-29  Philippe Brochard  <pbrochard@common-lisp.net>
655         * *: **** Release 0906 ****
657         * contrib/cd-player.lisp: New file to handle the CD player.
659         * contrib/xmms.lisp: New file to handle the xmms player.
661 2009-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
663         * src/clfswm-layout.lisp (set-no-layout-remember-size): New layout:
664         Maximize windows in there frame - Leave frames to there actual
665         size.
667         * src/bindings-second-mode.lisp (set-default-second-keys): Bind
668         "o" on set-open-in-new-frame-in-parent-frame-nw-hook.
670 2009-06-27  Philippe Brochard  <pbrochard@common-lisp.net>
672         * contrib/keyb_fr.lisp: New file to handle an azerty keyboard.
674 2009-06-24  Philippe Brochard  <pbrochard@common-lisp.net>
676         * contrib/mpd.lisp: Use a standard menu.
678         * src/clfswm-info.lisp: Use a standard menu for the help-menu.
680 2009-06-22  Philippe Brochard  <pbrochard@common-lisp.net>
682         * contrib/mpd.lisp: New file to handle the Music Player Daemon (MPD)
684 2009-06-19  Philippe Brochard  <pbrochard@common-lisp.net>
686         * src/clfswm-autodoc.lisp (produce-doc, produce-doc-html): Minor
687         number key cleanup.
689 2009-06-18  Philippe Brochard  <pbrochard@common-lisp.net>
691         * src/config.lisp (get-fullscreen-size):  One pixel adjustment
692         (again).
694         * src/clfswm-placement.lisp (*-child-placement): One pixel
695         adjustment (again).
697 2009-06-16  Philippe Brochard  <pbrochard@common-lisp.net>
699         * src/clfswm-circulate-mode.lisp (draw-circulate-mode-window):
700         Ensure that all characters are printable.
702         * src/config.lisp (get-fullscreen-size): Adjust default fullscreen
703         sizes.
705         * src/clfswm-placement.lisp (*-child-placement): Adjust
706         coordinates to one pixel in the current child.
708 2009-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
710         * src/clfswm-query.lisp (query-enter-function): Assign font before
711         width and height calculation.
713 2009-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
715         * src/xlib-util.lisp (banish-pointer): Use with-placement macro to
716         bannish the pointer in an arbitrary place.
718         * src/clfswm-info.lisp (info-mode): Use with-placement macro to
719         place the info window in an arbitrary place.
721         * src/clfswm-query.lisp (query-enter-function): Use with-placement
722         macro to place the query window in an arbitrary place.
724         * src/clfswm-placement.lisp: New file. Allow to place info windows
725         or query windows on an arbitrary place. Allow to bannish the
726         pointer on an arbitrary place.
728 2009-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
730         * src/clfswm-circulate-mode.lisp (reorder-child)
731         (reorder-brother): Unfocus windows before reordering children or
732         brothers.
734 2009-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
736         * src/clfswm-circulate-mode.lisp (reorder-brother): Ensure that
737         the parent is a frame.
739         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Handle
740         motion with a default modifier.
742         * src/clfswm.lisp (handle-motion-notify): Handle motion with a
743         default modifier.
745         * src/clfswm-info.lisp (info-mode): Handle motion with a default
746         modifier.
747         (info-mode): Optimization in loop function.
749 2009-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
751         * src/clfswm-circulate-mode.lisp (reorder-brother): Handle
752         root-frame correctly.
754         * clfswm.asd: Dependency fix for clfswm-generic-mode.
756         * src/clfswm-circulate-mode.lisp (reorder-child)
757         (reorder-brother): Handle empty frames.
758         (reorder-brother): Redisplay only the parent frame of the  current
759         child.
761         * src/clfswm-util.lisp (frame-toggle-maximize): Redisplay only the
762         parent frame of the  current frame.
764 2009-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
766         * src/clfswm-util.lisp (frame-toggle-maximize): New function:
767         Maximize/Unmaximize the current frame in its parent frame.
769         * src/clfswm-layout.lisp (maximize-layout): New layout: Maximize
770         windows and frames in there parent frame.
772 2009-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
774         * src/*.lisp: Add support for Clozure Common Lisp (CCL).
776         * src/clfswm-circulate-mode.lisp (reorder-child)
777         (reorder-brother): Reinitialise on circulate type change
778         child to brother or brother to child.
780         * src/*.lisp (*): Use map-window instead of xlib:map-window. So
781         calls xlib:display-finish-output on each map-request. So speed up
782         the window display.
784         * src/xlib-util.lisp (map-window): New function. Call
785         xlib:display-finish-output on each map request.
787 2009-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
789         * src/clfswm-second-mode.lisp (sm-handle-motion-notify):
790         Optimisation when drawing second mode window.
792 2009-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
794         * src/clfswm-circulate-mode.lisp (circulate-mode): Optimisation in
795         window redraw.
797 2009-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
799         * src/clfswm-util.lisp (run-program-from-query-string): Launch
800         command only with a return validation.
802 2009-04-22  Xavier Maillard  <xma@gnu.org>
804         * src/clfswm-query.lisp (query-string): Use a generic mode.
806 2009-04-19  Xavier Maillard  <xma@gnu.org>
808         * src/clfswm-info.lisp (info-mode): Use generic-mode for info-mode.
810 2009-04-18  Xavier Maillard  <xma@gnu.org>
812         * src/clfswm-generic-mode.lisp (generic-mode): Add a generic mode
813         to define all other modes.
815 2009-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
817         * src/package.lisp (): Use *default-font-string* for all
818         font-string.
820         * src/clfswm-info.lisp (info-mode): Ensure integer windows size.
822 2009-02-17  Philippe Brochard  <pbrochard@common-lisp.net>
824         * src/xlib-util.lisp (null-size-window-p): Better check of null
825         sized windows.
827 2009-02-14  Philippe Brochard  <pbrochard@common-lisp.net>
829         * src/clfswm.lisp (handle-map-request): Add a fix to manage
830         correctly fullscreen windows (SDL particularly).
832 2008-12-20  Philippe Brochard  <pbrochard@common-lisp.net>
834         * src/xlib-util.lisp (get-color): Allocate colors only once -> fix
835         a segfault with clisp/new-clx.
837         * src/clfswm.lisp (handle-motion-notify): Add a needed window
838         argument.
840         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Add a
841         needed window argument.
843 2008-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
845         * src/xlib-util.lisp (wait-no-key-or-button-press)
846         (wait-a-key-or-button-press): Check buttons press/release correctly"
848 2008-10-28  Philippe Brochard  <pbrochard@common-lisp.net>
850         * src/menu-def.lisp: Add children navigation menu in the movement
851         menu (select next/previous child/brother/level).
853 2008-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
855         *  *: Rename 'sister' frame to 'brother' frame.
857         * src/clfswm-keys.lisp (unalias-modifiers): Convert a modifier
858         alias in a real modifier.
860         * src/package.lisp (*modifier-alias*): New list of modifier alias
861         For example: :alt is :mod-1, :numlock is :mod-2...
863         * src/tools.lisp (remove-hook): New function.
865         * src/clfswm-keys.lisp (with-capslock, without-capslock)
866         (with-numlock, without-cnumlock): New functions.
868 2008-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
870         * src/clfswm-info.lisp: Use the *binding-hook* to create info
871         keys and mouse bindings.
873         * src/bindings-second-mode.lisp: Use the *binding-hook* to create
874         second keys and mouse bindings.
876         * src/bindings.lisp: Use the *binding-hook* to create main keys
877         and mouse bindings.
879 2008-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
881         * src/clfswm-menu.lisp (open-menu): Remember parent menu to undo
882         menu opening.
884 2008-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
886         * src/menu-def.lisp: Use a menu instead of a function for the
887         standard menu.
889 2008-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
891         * src/clfswm-util.lisp (show-standard-menu): Display the standard
892         menu from the 'update-menus' command.
894 2008-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
896         * src/clfswm-query.lisp (query-string): Do not ungrab keyboard if
897         it's already grabbed.
899         * src/clfswm-internal.lisp (display-frame-info): Use configurable
900         colors and fix a bug with background.
901         (display-frame-info): Set window background when displaying info.
903 2008-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
905         * src/xlib-util.lisp (my-character->keysyms): Use a macro to avoid
906         warning with clisp/new-clx.
908 2008-10-04  Philippe Brochard  <pbrochard@common-lisp.net>
910         * src/clfswm-util.lisp (jump-to-slot): Prevent to jump on a
911         deleted child.
913 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
915         * *: **** Release 0809 ****
917 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
919         * src/clfswm-util.lisp (ensure-unique-name): New function and menu
920         entry.
921         (ensure-unique-number): New function and menu entry.
923 2008-09-22  Philippe Brochard  <pbrochard@common-lisp.net>
925         * src/clfswm-nw-hooks.lisp (named-frame-nw-hook): New new window
926         hook: open the next window in a named frame.
927         (numbered-frame-nw-hook): New new window hook: open the next
928         window in a numbered frame.
930         * src/clfswm-query.lisp (query-string): Grab the keyboard in all
931         cases. So query-string can be called even in the main mode.
933         * src/clfswm-internal.lisp (show-all-children): Do not raise a
934         child by default => far less flickering.
936 2008-09-19  Philippe Brochard  <pbrochard@common-lisp.net>
938         * src/bindings-second-mode.lisp: Bind "t" to tile-current-frame.
940         * src/menu-def.lisp: Change key binding for the CLFSWM menu
941         entry.
943         * src/xlib-util.lisp (xgrab-pointer): Handle the case where cursor
944         is nil. (workaround on some CLX implementation).
946 2008-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
948         * src/menu-def.lisp: Add a menu to set a focus policy for all
949         frames.
951         * src/clfswm-util.lisp (set-focus-policy-generic-for-all)
952         (all-frames-set-*-focus-policy): Set a focus policy for all
953         frames.
955         * src/clfswm.lisp (handle-enter-notify): sloppy-select
956         mode. Select a child and its parents on mouse over.
958 2008-09-03  Philippe Brochard  <pbrochard@common-lisp.net>
960         * src/clfswm.lisp (handle-enter-notify): Add a sloppy strict focus
961         policy -> Sloppy focus only for windows in the current frame.
962         (main-unprotected): Exit clfswm on init error (ie: when another
963         window manager is running).
965         * src/clfswm-util.lisp (reset-clfswm): New function.
967 2008-09-02  Philippe Brochard  <pbrochard@common-lisp.net>
969         * src/clfswm-menu.lisp (init-menu): New function.
971         * src/clfswm-util.lisp (reload-clfswm): New function to reload
972         CLFSWM.
973         (exit-clfswm): Rename quit-clfswm to exit-clfswm.
975         * src/clfswm.lisp (main, main-unprotected): Handle error in a
976         superior main function. Now CLFSWM can't break the X session. It
977         just reinitialize the display and run a new main loop.
979         * src/clfswm-corner.lisp: Make *clfswm-terminal* and
980         *vt-keyboard-on* global to avoid warnings when loading clfswm.
982         * src/clfswm-layout.lisp: Add a specific GIMP layout menu.
983         (help-on-gimp-layout): Describe how to use the GIMP layout.
985 2008-09-01  Philippe Brochard  <pbrochard@common-lisp.net>
987         * src/clfswm-layout.lisp (set-gimp-layout): Change the layout to
988         main-window-right-layout. Change the keybinding for (shift)alt+tab
989         to not select windows in the main window lisst.
990         Bind F8 to add a window in the main window list.
991         Bind F9 to remove a window in the main window list.
992         Change the focus policy to :sloppy.
993         (set-previous-layout): Restore the previous layout, keybinding and
994         focus policy.
996 2008-08-31  Philippe Brochard  <pbrochard@common-lisp.net>
998         * src/clfswm-menu.lisp (add-menu-comment): Add comments in menu.
1000         * src/clfswm-layout.lisp (main-window-left-layout)
1001         (main-window-bottom-layout, main-window-top-layout): New
1002         functions.
1003         Factorize layouts in menu.
1005 2008-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
1007         * src/clfswm-layout.lisp (main-window-right-layout): A possible
1008         GIMP layout: one or more main windows on one side of the
1009         frame. Others on the other size.
1011         * src/clfswm-util.lisp
1012         (current-frame-set-click/sloppy-focus-policy): Each frame can have
1013         a different focus policy (one of :click or :sloppy).
1014         The default focus policy is set with *default-focus-policy*.
1016 2008-08-23  Philippe Brochard  <pbrochard@common-lisp.net>
1018         * src/clfswm-info.lisp (show-config-variable): New function.
1020 2008-08-19  Philippe Brochard  <pbrochard@common-lisp.net>
1022         * src/clfswm-layout.lisp (tile-horizontal-layout): New layout.
1024         * src/clfswm-info.lisp: Colored help for key binding and corners
1025         actions.
1027 2008-08-18  Philippe Brochard  <pbrochard@common-lisp.net>
1029         * src/clfswm-util.lisp (delete-focus-window)
1030         (destroy-focus-window): Remove chid only in
1031         handle-unmap/destroy-notify. Focus *current-root* only when
1032         closing/killing the current child.
1034         * src/clfswm-autodoc.lisp (produce-corner-*-doc): New autodoc
1035         functions or corners.
1037 2008-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
1039         * src/clfswm-corner.lisp (present-clfswm-terminal): New corner
1040         action: Hide/Unhide a terminal on mouse corner action. (By default
1041         right mouse button on the top left corner).
1043         * src/config.lisp (*never-managed-window-list*): New config
1044         variable.
1046         * src/clfswm-internal.lisp (never-managed-window-p): New function:
1047         Handle never managed window in a more simple way.
1049         * src/clfswm-corner.lisp: New file and new and more simple method
1050         to define corners actions.
1052 2008-08-15  Philippe Brochard  <pbrochard@common-lisp.net>
1054         * src/clfswm-info.lisp (info-mode): Info line can now be colored.
1056         * src/clfswm-layout.lisp (fast-layout-switch)
1057         (define-fast-layout-switch): New functions: Switch between two
1058         layouts.
1060         * src/clfswm-second-mode.lisp (leave-second-mode): Takes care if
1061         really in the second mode. So leave-second-mode can be used even
1062         in the main mode.
1064         * src/clfswm-util.lisp (switch-to-last-child): New function:
1065         Store the current child and switch to the previous one.
1067 2008-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
1069         * src/clfswm-util.lisp (display-current-window-info): Display the
1070         window id.
1071         (have-to-present-virtual-keyboard): Add a virtual keyboard corner
1072         (top right by default). By default 'xvkbd' is used.
1074 2008-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
1076         * src/xlib-util.lisp (move-window, resize-window): Compress motion
1077         events.
1079         * src/clfswm.lisp (handle-motion-notify): Compress motion events.
1081         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Compress
1082         motion events.
1084         * src/clfswm-info.lisp (info-mode): Compress motion events.
1086 2008-06-21  Philippe Brochard  <pbrochard@common-lisp.net>
1088         * src/clfswm-internal.lisp (show-all-children): Compute geometry
1089         and selection first and then show only necessary children.
1090         (show-child): remove unneeded display-p parameter.
1092         * src/config.lisp (get-fullscreen-size): Place the frame border
1093         outside the screen (this prevent the loose of 2 pixels per
1094         directions :)
1096 2008-06-12  Philippe Brochard  <pbrochard@common-lisp.net>
1098         * src/clfswm-internal.lisp (focus-child): Algorithm change to
1099         raise only the selected child.
1101 2008-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
1103         * src/clfswm-internal.lisp (raise-p-list, show-all-children):
1104         Raise only viewable children.
1106 2008-06-06  Philippe Brochard  <pbrochard@common-lisp.net>
1108         * src/clfswm-internal.lisp (show-all-children): Always raise all
1109         displayed children. Remove all references to raise-p.
1111 2008-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
1113         * src/menu-def.lisp (child-menu): New menu entry on raise/lower
1114         child in its frame.
1116         * src/bindings-second-mode.lisp ("Page_Down", "Page_Up"): New
1117         second mode binding on raise/lower child in its frame.
1119         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): Adapt
1120         behaviour to the new raise/lower property.
1121         Call clear-nw-hook before the rest of the hook.
1123         * src/bindings.lisp (mouse-click-to-focus-and-move-window)
1124         (mouse-click-to-focus-and-resize-window): Stop button event. This
1125         prevent a keyboard/pointer freeze.
1127 2008-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
1129         * src/clfswm-internal.lisp (frame-lower-child)
1130         (frame-raise-child): New functions to raise/lower a child in its
1131         frame.
1133         * src/clfswm-util.lisp (have-to-present-windows)
1134         (have-to-present-all-windows): New functions to have an MaxOS
1135         expose like on mouse click in screen corner.
1137         * src/clfswm-info.lisp ("Page_Down", "Page_Up"): Add boundaries.
1139 2008-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
1141         * src/clfswm-util.lisp (unhide-a-child-from-all-frames): Unhide a
1142         child from a choice in all frames with hidden children.
1144         * src/clfswm-info.lisp (info-mode-menu): Handle separators.
1146 2008-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
1148         * src/clfswm-util.lisp (hide-current-child, unhide-a-child)
1149         (unhide-all-children): New functions.
1151         * src/clfswm-info.lisp (info-mode-menu): Handle symbols and
1152         functions.
1154         * src/clfswm-util.lisp (hide/show-frame-window): new function and
1155         menu item.
1157 2008-05-23  Philippe Brochard  <pbrochard@common-lisp.net>
1159         * src/clfswm-util.lisp (rename-current-child): Do not display the
1160         frame info for a window.
1162 2008-05-20  Philippe Brochard  <pbrochard@common-lisp.net>
1164         * src/clfswm-internal.lisp (remove-child-in-frame): Destroy the
1165         frame window for the removed child and its children.
1167 2008-05-18  Philippe Brochard  <pbrochard@common-lisp.net>
1169         * src/clfswm-autodoc.lisp (produce-*-doc-*): Add a note to use the
1170         autodoc functions.
1172 2008-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
1174         * src/clfswm-nw-hooks.lisp (default-frame-nw-hook): Do not handle
1175         the ROX pinboard (ie: leave it lowered in the root window as
1176         expected).
1178         * src/clfswm-layout.lisp (tile-left-space-layout): New layout.
1179         (tile-left-layout, tile-right-layout, tile-top-layout)
1180         (tile-bottom-layout): Use all the frame space when there is only
1181         one child.
1183         * src/clfswm-internal.lisp (place-window-from-hints): Center
1184         unmanaged windows in the root screen.
1186         * src/clfswm-nw-hooks.lisp (clear-nw-hook, clear-all-nw-hooks):
1187         new functions.
1189 2008-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1191         * src/clfswm-util.lisp (current-frame-manage-window-type): Fix a
1192         typo in managed types.
1194         * src/clfswm-internal.lisp (show-child): Always display frame info
1195         even if the frame is hidden.
1197         * src/xlib-util.lisp (resize-window): Use a better algorithme to
1198         resize windows.
1200 2008-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1202         * src/clfswm-util.lisp (with-movement): Display frame info for all
1203         frames in current root.
1205 2008-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1207         * src/*.lisp: Rename 'brother' frames to 'sister' frames.
1209         * src/bindings-second-mode.lisp (define-second-key #\a): New
1210         binding on 'add-default-frame'.
1212         * src/clfswm-autodoc.lisp (produce-*-doc-*-in-file): Show a
1213         message to follow the autodocumentation process.
1215 2008-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
1217         * src/clfswm-util.lisp (bind-or-jump): Bind "Tab", "Return" and
1218         "Space" to jump to a child. "B" to bind a slot on the current
1219         child.
1221         * src/bindings-second-mode.lisp: Use "Tab" instead of
1222         "Iso_Left_Tab".
1224 2008-05-07  Philippe Brochard  <pbrochard@common-lisp.net>
1226         * src/clfswm-util.lisp (find-child-under-mouse): Take care of
1227         unmanaged (hidden) windows.
1229         * src/clfswm-internal.lisp (place-window-from-hints): Give a
1230         minimal size for windows.
1231         (with-all-windows-frames-and-parent): New function.
1233         * src/config.lisp (*default-window-width/height*): New parameters.
1235         * src/clfswm-internal.lisp (place-window-from-hints): Center
1236         windows in the screen instead of in there frame.
1238         * src/bindings-second-mode.lisp (tile-space-current-frame): New
1239         binding on C-t.
1241         * src/clfswm-layout.lisp (register-layout): Intern the once name
1242         in the right package.
1244 2008-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
1246         * doc/dot-clfswmrc: Update to  follow the new clfswm way.
1248 2008-05-03  Philippe Brochard  <pbrochard@common-lisp.net>
1250         * src/clfswm-internal.lisp (set-current-child)
1251         (adapt-child-to-parent, show-child, hide-child): Handle the case
1252         where child is not a frame or a window.
1254         * src/clfswm-util.lisp
1255         (mouse-click-to-focus-generic,mouse-focus-move/resize-generic):
1256         Check if child is a frame.
1258         * src/clfswm-internal.lisp (managed-window-p): Handle the case
1259         where frame is null.
1260         (place-frame): Check if frame and parent are frames.
1262         * src/clfswm-info.lisp (info-mode): display all frame info before
1263         leaving.
1265         * src/clfswm-second-mode.lisp (second-key-mode): display all frame
1266         info before leaving.
1268         * src/clfswm-internal.lisp (display-all-frame-info): New function.
1270 2008-05-02  Philippe Brochard  <pbrochard@common-lisp.net>
1272         * src/tools.lisp (getenv): Implemented for ECL.
1273         (urun-prog): Implemented for ECL.
1275         * src/clfswm-util.lisp (identify-key): Use a double buffer to
1276         display text.
1278         * src/clfswm-query.lisp (query-string): Use a double buffer to
1279         display text.
1281         * src/clfswm-info.lisp (draw-info-window): Use a double buffer to
1282         display text.
1284         * src/xlib-util.lisp (clear-pixmap-buffer, copy-pixmap-buffer):
1285         New functions.
1287 2008-05-01  Philippe Brochard  <pbrochard@common-lisp.net>
1289         * src/clfswm-info.lisp (info-mode): Add boundaries in the info mode window.
1291         * src/menu-def.lisp: New file: move all menu definition in
1292         menu-def.lisp.
1294         * src/clfswm-layout.lisp (register-layout): Use a function instead
1295         of a macro.
1297 2008-04-30  Philippe Brochard  <pbrochard@common-lisp.net>
1299         * src/clfswm-autodoc.lisp (produce-menu-doc,
1300         (produce-menu-doc-html): New functions.
1301         (produce-doc-*): Moved to clfswm-autodoc.lisp.
1303         * src/clfswm-util.lisp (paste-selection-no-clear): Prevent to
1304         paste a child on one of its own children. (this prevent a
1305         recursive bug).
1306         (move-child-to): Rename move/copy-current-child-by to
1307         move/copy-child-to.
1308         (mouse-move-window-over-frame): New function to move the window
1309         under the mouse cursor to another frame.
1311         * src/clfswm-internal.lisp (find-child-in-parent): New function.
1313 2008-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1315         * src/clfswm-internal.lisp (show-all-children): Display unmanaged
1316         windows only when its window parent is the current child.
1318 2008-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1320         * src/clfswm-util.lisp (manage-current-window)
1321         (unmanage-current-window): New functions: Allow to force to manage
1322         or unmanage a window by its parent frame.
1324         * src/bindings-second-mode.lisp (#\o): binded to
1325         set-open-in-new-frame-in-parent-frame-nw-hook and
1326         (#\o :control) to set-open-in-new-frame-in-root-frame-nw-hook
1328         * src/clfswm-util.lisp (with-current-window): New macro.
1330         * src/xlib-util.lisp (move-window, resize-window): Remove uneeded
1331         exposure and enter-window handle event.
1333         * src/clfswm-util.lisp (move-frame, resize-frame): Show all
1334         children for the current child after the move/resize.
1336 2008-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
1338         * src/xlib-util.lisp (resize-window): Take care of window size
1339         hints.
1341         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Allow to
1342         move/resize unmanaged windows.
1344         * src/xlib-util.lisp (move-window, resize-window): New functions.
1346 2008-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1348         * src/clfswm-util.lisp (current-frame-manage-window-type): Let the
1349         user choose what window type the current frame must handle.
1350         (display-current-window-info): New function.
1351         (current-frame-manage-all-window-type)
1352         (current-frame-manage-only-normal-window-type)
1353         (current-frame-manage-no-window-type): New functions.
1355         * src/clfswm-internal.lisp (managed-window-p): New function.
1357         * src/package.lisp (frame): Managed type: new frame
1358         parameter. This allow to choose what window type a frame must
1359         handle.
1361         * src/*.lisp: Rename all 'father' occurrences to 'parent'.
1363         * src/clfswm-nw-hooks.lisp
1364         (open-in-new-frame-in-parent-frame-nw-hook): New new window hook.
1366         * src/clfswm-util.lisp (adapt-current-frame-to-window-hints): New
1367         function.
1369         * src/tools.lisp (ensure-printable): Return always a string even
1370         with a null string.
1372 2008-04-24  Philippe Brochard  <pbrochard@common-lisp.net>
1374         * src/config.lisp (*default-nw-hook*): New variable to change the
1375         default new window hook.
1377 2008-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1379         * clfswm.asd (clfswm): Add a dependency from
1380         clfswm-second-mode.lisp to clfswm.lisp.
1382         * src/clfswm-util.lisp (identify-key): Show the documentation for
1383         the function bound on a key.
1384         (with-movement): Move with-movement,
1385         current-frame-fill/pack/resize-*  from bindings-second-mode.lisp
1386         to clfswm-util.lisp.
1388         * src/clfswm-menu.lisp: New menu system that let user change keys
1389         or functions associated to keys.
1391 2008-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
1393         * src/clfswm-internal.lisp (show-all-children): Display-child is
1394         the first child by default. Solve a bug with father-p.
1396 2008-04-17  Philippe Brochard  <pbrochard@common-lisp.net>
1398         * src/clfswm-internal.lisp (add-frame): Add frame return the
1399         created frame.
1400         (show-all-children): Move the size computation outside the
1401         show-child part.
1403         * src/bindings-second-mode.lisp (with-movement): Redisplay only
1404         the current child.
1406         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
1407         only the current child.
1409         * src/clfswm-internal.lisp (show-all-children): New display-child
1410         parameter to display only the desired child and its children.
1411         (select-next/previous-child): Only display the current child.
1413 2008-04-14  Philippe Brochard  <pbrochard@common-lisp.net>
1415         * src/clfswm.lisp (init-display): Move the default frame creation
1416         on the default init hook.
1418         * src/clfswm-keys.lisp (define-ungrab/grab): Handle all keysyms in
1419         the main mode (for example: "1" on an azerty keyboard).
1421 2008-04-13  Philippe Brochard  <pbrochard@common-lisp.net>
1423         * src/clfswm-keys.lisp (find-key-from-code): Better handle of
1424         keysyms. Revert to old grabbing method for the main mode.
1426 2008-04-12  Philippe Brochard  <pbrochard@common-lisp.net>
1428         * src/clfswm.lisp (init-display): Add key handling on no focus
1429         window and on frame windows.
1431 2008-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
1433         * src/clfswm.lisp (main): Keyboard handle strategie change: Grab
1434         all keys by default and replay just what is needed. No change for
1435         the second mode.
1437         * src/clfswm-keys.lisp: remove grab/ungrab main keys.
1438         (find-key-from-code): Test for shift and not shift presence.
1440 2008-04-09  Philippe Brochard  <pbrochard@common-lisp.net>
1442         * src/clfswm-internal.lisp (switch-to-root-frame): show later -
1443         new key parameter to have less flickering.
1445 2008-04-07  Philippe Brochard  <pbrochard@common-lisp.net>
1447         * src/bindings-second-mode.lisp (frame-layout-once-menu): Set the
1448         layout only one time and revert to no-layout to freely handle
1449         frames.
1451         * src/clfswm-nw-hooks.lisp
1452         (open-in-new-frame-in-root-frame-nw-hook): Tile layout with spaces
1453         with new created window.
1455         * src/clfswm-layout.lisp (register-layout): Now register
1456         automatically a once layout to set the layout only one time and
1457         revert to no-layout to freely handle frames.
1459 2008-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
1461         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): New
1462         nw-hook: Open the next window in the current frame and leave the
1463         focus to the current child.
1465 2008-04-04  Philippe Brochard  <pbrochard@common-lisp.net>
1467         * src/bindings-second-mode.lisp: Add keys definitions to
1468         bind-or-jump in the second mode.
1470         * src/clfswm-util.lisp (bind-or-jump): remove the auto-defining
1471         macro for bind-or-jump-(1|2|3...).
1473         * src/clfswm-keys.lisp (define-define-key/mouse): Allow additional
1474         arguments to function. This allow to do things like:
1475         (define-main-key (key) 'my-function 10 20 'foo) -> 10 20 and 'foo
1476         are passed to my-function on key press.
1478 2008-04-03  Philippe Brochard  <pbrochard@common-lisp.net>
1480         * src/clfswm-util.lisp (bind-or-jump): New (great) function.
1482 2008-04-02  Philippe Brochard  <pbrochard@common-lisp.net>
1484         * src/clfswm-internal.lisp (child-fullname): New function
1486         * src/clfswm-info.lisp (info-mode-menu): Add an explicit optional
1487         docstring in info-mode-menu. An item can be
1488         '((key function) (key function)) or with docstring
1489         '((key function "documentation 1") (key function "bla bla") (key function))
1491         * src/tools.lisp (ensure-n-elems): New function.
1493         * src/bindings-second-mode.lisp: Bind Alt+mouse-1/3 to move or
1494         resize a frame or the window's father.
1496         * src/clfswm.lisp (init-display): Remove tile-space-layout by
1497         default on the root frame.
1499         * src/clfswm-util.lisp (move/resize-frame): Add standard event
1500         hooks handlers (map-request, configure-notify...)
1502         * src/clfswm-internal.lisp (adapt-child-to-father): Limit minimal
1503         child size to 1x1.
1505 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
1507         * src/bindings.lisp: Bind Alt+mouse-1/3 to move or resize a frame
1508         or the window's father.
1510         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Stop button
1511         event only if there is a geometry change.
1512         (mouse-focus-move/resize-generic): Generic function to move or
1513         resize a frame or a window father frame.
1515 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
1517         * src/clfswm-internal.lisp (show-all-children): Return t if there
1518         is a geometry change.
1520 2008-03-30  Philippe Brochard  <pbrochard@common-lisp.net>
1522         * src/bindings.lisp (Up/Down): Swap select previous/next level.
1524         * src/bindings-second-mode.lisp (Up/Down): Swap select previous/next level.
1526         * src/clfswm.lisp (init-display): Create a default frame in the root frame.
1528         * src/clfswm-internal.lisp (place-frame): Place frame from real (pixel) coordinates.
1529         (with-all-*): Reverse the child list to manage the first child last (like in
1530         show-all-children).
1532         * src/config.lisp (*create-frame-on-root*): New variable: Create a new frame on the
1533         root window only if true.
1535         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Create a new frame on the
1536         root window only if *create-frame-on-root* is true.
1538         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Create a new frame
1539         on the root window.
1541 2008-03-29  Philippe Brochard  <pbrochard@common-lisp.net>
1543         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Focus, move and resize
1544         the current child (even if it's a window).
1546 2008-03-28  Philippe Brochard  <pbrochard@common-lisp.net>
1548         * src/clfswm-util.lisp (mouse-click-to-focus-and-move)
1549         (mouse-click-to-focus-and-resize): New functions.
1551         * src/clfswm-internal.lisp (*-fl->px): Convert float coordinates to pixel.
1552         (*-px->fl): Convert pixel coordinates to float.
1554         * src/tools.lisp (call-hook): Move call-hook to tools.lisp.
1556 2008-03-27  Philippe Brochard  <pbrochard@common-lisp.net>
1558         * src/clfswm-layout.lisp (no-layout): Use :first-only to raise only the
1559         first child.
1561         * src/clfswm-internal.lisp (hide-all): Split hide-all-children in hide-all
1562         and hide-all-children.
1563         (raise-if-needed): New function.
1564         (show-child): Use a first-p parameter to raise windows only when they are
1565         first child.
1567 2008-03-26  Philippe Brochard  <pbrochard@common-lisp.net>
1569         * src/clfswm-internal.lisp (select-next/previous-level): Don't use show-all-children
1570         -> less flickering.
1572 2008-03-25  Philippe Brochard  <pbrochard@common-lisp.net>
1574         * src/clfswm-info.lisp (keys-from-list): new function.
1576         * src/*: rename 'childs' in 'children'.
1578         * src/*: rename 'group' in 'frame'.
1580 2008-03-22  Philippe Brochard  <pbrochard@common-lisp.net>
1582         * src/clfswm-pack.lisp (explode-group/explode-current-group): new functions.
1584 2008-03-21  Philippe Brochard  <pbrochard@common-lisp.net>
1586         * src/clfswm-pack.lisp: Pack, Fill, Resize functions.
1588 2008-03-16  Philippe Brochard  <pbrochard@common-lisp.net>
1590         * src/clfswm-nw-hooks.lisp: Register system for new window hooks.
1591         Bind control+o to open the next window in a new group in the root group
1592          (as open in next window in a new workspace in 0801 version).
1594 2008-03-15  Philippe Brochard  <pbrochard@common-lisp.net>
1596         * src/clfswm-util.lisp (show/hide-all-groups-info/key): Show/hide all groups info
1597         window.
1599 2008-03-14  Philippe Brochard  <pbrochard@common-lisp.net>
1601         * bindings-second-mode.lisp ("ISO_Left_Tab"): Use ISO_Left_Tab
1602         instead of Tab for select-previous-child.
1604 2008-03-13  Philippe Brochard  <pbrochard@common-lisp.net>
1606         * clfswm-util.lisp (force-window-in-group/force-window-center-in-group):
1607         new functions.
1609 2008-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
1611         * clfswm-util.lisp (identify-key): Display the documentation
1612         associated to keys when identifying a key.
1614 2008-03-10  Xavier Maillard  <xma@gnu.org>
1616         * contrib/clfswm: Complete rewrite of the script. Detect error and
1617         act accordingly. Add command line arguments to configure the
1618         script execution. User can now choose different common lisp
1619         implementation (clisp and sbcl only), choose where to store the
1620         dumped image, where to find clfswm source.
1622 2008-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
1624         * clfswm-internal.lisp (process-new-window): Beginning of new
1625         window hook: each group have a hook to tell what he wants to do
1626         with the new created window.
1628 2008-03-08  Xavier Maillard  <xma@gnu.org>
1630         * contrib/clfswm: New script. Dump a CLISP image of CLFSWM then
1631         call the resulting executable.
1633         * clfswm.lisp (read-conf-file): Check for the user config file in
1634         XDG_CONFIG_HOME *first*. Freedesktop.org standards should be
1635         prefered whenever possible.
1637 2008-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
1639         * clfswm-layout.lisp (*-layout): Add an optional raise-p
1640         parameter in each layout.
1642 2008-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
1644         * clfswm-util.lisp (copy/cut-current-child): Does not affect the
1645         root group.
1646         (copy/move-current-child-by-name/number): new functions
1647         (focus-group-by-name/number): new functions
1648         (delete-group-by-name/number): new functions
1650 2008-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
1652         * ************************************************************ *
1653         *: Major update - No more reference  to workspaces. The main   *
1654         structure is a tree of groups or application windows.          *
1655         * ************************************************************ *
1657 2008-02-07  Philippe Brochard  <pbrochard@common-lisp.net>
1659         * clfswm.lisp (read-conf-file): Read configuration in
1660         $HOME/.clfswmrc or in /etc/clfswmrc or in
1661         $XDG_CONFIG_HOME/clfswm/clfswmrc.
1662         (xdg-config-home): Return the content of $XDG-CONFIG-HOME (default
1663         to $HOME/.config/).
1665 2008-01-18  Philippe Brochard  <pbrochard@common-lisp.net>
1667         * clfswm-internal.lisp (show-all-group): Use *root* and *root-gc*
1668         by default.
1670 2008-01-03  Philippe Brochard  <pbrochard@common-lisp.net>
1672         * clfswm-internal.lisp (find-window-group): New function.
1674         * clfswm*: Change to make clfswm run with clisp/new-clx.
1676 2008-01-01  Philippe Brochard  <pbrochard@common-lisp.net>
1678         * clfswm-util.lisp (query-show-paren): Add show parent matching in
1679         query string.
1680         (query-string): Bind control+k to delete end of line.
1682         * clfswm-second-mode.lisp (draw-second-mode-window): Display
1683         the action on mouse motion in second mode.
1685         * clfswm.lisp (handle-exposure): Redisplay groups on exposure
1686         event but do not clear the root window.
1687         (handle-configure-request): Adjust unmanaged window from there
1688         request.
1690         * clfswm-internal.lisp (process-new-window): Adjust new window
1691         with the specified hints (max/min/base width/height).
1693 2007-12-31  Philippe Brochard  <pbrochard@common-lisp.net>
1695         * clfswm.lisp (handle-configure-request): Send an Configuration
1696         Notify event. This solve a bug with xterm and rxvt who takes some
1697         times to be mapped. Now there is no delay.
1699         * bindings-second-mode.lisp (define-shell): Run programs after
1700         living the second mode.
1702 2007-12-30  Philippe Brochard  <pbrochard@common-lisp.net>
1704         * clfswm-internal.lisp (process-new-window): Do not crop transient
1705         window to group size.
1706         (adapt-window-to-group): Do not crop transient window to group
1707         size.
1709         * clfswm.lisp (handle-configure-request): Adapt just the window to
1710         its group and don't take care of the configure request. Remove the
1711         bug with the Gimp outside the group and speed up the window
1712         manipulation.
1713         (handle-exposure): Remove show-all-group on exposure event
1714         -> Speed up.
1716 2007-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
1718         * clfswm-util.lisp (circulate-group-up-copy-window)
1719         (circulate-group-down-copy-window)
1720         (circulate-workspace-up-copy-group)
1721         (circulate-workspace-down-copy-group): Prevent the copy of the
1722         same window in the same workspace.
1724         * bindings-second-mode.lisp (release-copy-selected-window)
1725         (release-copy-selected-group): Prevent the copy of the same window
1726         in the same workspace.
1728         * clfswm-pager.lisp (generic-pager-move-window-on-previous-line)
1729         (generic-pager-move-window-on-next-line): Remove the copy
1730         property.
1731         (generic-pager-move-group-on-next-workspace)
1732         (generic-pager-move-group-on-previous-workspace): Prevent the copy
1733         of the same window in the same workspace.
1735         * bindings-pager.lisp (mouse-pager-copy-selected-window-release)
1736         (mouse-pager-copy-selected-group-release): Prevent the copy of the
1737         same window in the same workspace.
1739         * tools.lisp (setf/=): new macro to set a variable only when
1740         necessary.
1742         * clfswm-internal.lisp (adapt-window-to-group): use set/= to set
1743         x, y... only when necessary.
1745 2007-12-28  Philippe Brochard  <pbrochard@common-lisp.net>
1747         * clfswm.lisp (handle-configure-notify, *configure-notify-hook*):
1748         new function and hook: force windows to stay in its group (solve a
1749         bug with the Gimp).
1751 2007-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
1753         * bindings-second-mode.lisp (mouse-motion): use hide-group to have
1754         less flickering when moving/resizing groups.
1756         * clfswm-internal.lisp (hide-group): new function.
1757         (show-all-group): clear-all: new parameter.
1759 2007-12-22  Philippe Brochard  <pbrochard@common-lisp.net>
1761         * clfswm-keys.lisp (define-define-key): undefine-*-multi-name: new
1762         macro.
1763         * clfswm*: Color change for the pager. Typo or better description
1764         in bindings definitions. Define bindings for a qwerty keyboard by
1765         default. dot-clfswmrc show examples to switch to an azerty
1766         keyboard.
1767         License change to GPL v3.
1768         * config.lisp: new file - group all globals variables in this
1769         file.
1771 2007-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
1773         * xlib-util.lisp (hide-window): Remove structure-notivy events
1774         when hidding a window.
1776 2007-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
1778         * package.lisp (*sm-property-notify-hook*): Readded
1779         property-notify-hook in second mode.
1781 2007-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1783         * clfswm-keys.lisp (produce-doc-html): Better clean up for strings.
1785 2007-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1787         * clfswm-pack.lisp (tile-current-workspace-to/right/left/top/bottom):
1788         Tile the current workspace with the current window on one side and
1789         others on the other (this emulate the larswm, dwm, wmii way). See
1790         the default configuration file to enable this mode by default.
1792         * clfswm-pager.lisp (pager-tile-current-workspace-to): idem for
1793         the pager.
1795 2007-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1797         * clfswm-pager.lisp (pager-draw-window-in-group): Add
1798         ensure-printable to print windows name even with non-ascii
1799         characters.
1801 2007-05-11  Philippe Brochard  <pbrochard@common-lisp.net>
1803         * clfswm-pager.lisp (pager-explode-current-group): Create a new
1804         group for each window in group.
1805         (pager-implode-current-group): Move all windows in workspace to
1806         one group and remove other groups.
1808         * clfswm-pack.lisp (explode-group): Create a new group for each
1809         window in group.
1810         (implode-group): Move all windows in workspace to one group and
1811         remove other groups.
1813         * clfswm-util.lisp (identify-key): Remove local configuration
1814         variables and made them available for configuration from
1815         package.lisp.
1816         (query-string): idem.
1818 2007-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1820         * netwm-util.lisp: Start of NetWM compliance.
1821         Add a Netwm client list gestion.
1823 2007-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1825         * clfswm-internal.lisp (create-group-on-request): open a new group
1826         only when the current group is not empty.
1828         * bindings-second-mode.lisp (define-second-key-#\o-control): Fix a
1829         bug with null workspace.
1831         * clfswm-pager.lisp (pager-handle-event): Add a hook
1832         system. This hooks can be changed in the user configuration file.
1834         * package.lisp: All colors and font variables are set in
1835         package.lisp and can be configured in the user configuration
1836         file.
1837         Note: If you have configured some less ugly colors (esp. for the
1838         pager) don't hesitate to let me know :)
1840         * clfswm-second-mode.lisp (sm-handle-event): Add a hook
1841         system. This hooks can be changed in the user configuration file.
1843         * clfswm.lisp (handle-event): Add a hook system. This hooks can be
1844         changed in the user configuration file (~/.clfswmrc)
1846 2007-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1848         * clfswm-util.lisp (stop-all-pending-actions): new function: reset
1849         arrow action, open next window in new workspace/group.
1851         * bindings.lisp (stop-all-pending-actions): new binding.
1852         (open-next-window-in-new-group-once): Open the next windows in a
1853         new group (only once) or open all new windows in a new group (like
1854         others windows managers).
1856 2007-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1858         * clfswm.lisp (read-conf-file): New function to read a lisp
1859         configuration file at startup.
1860         (focus-group-under-mouse): Check if group isn't the current group
1861         ( prevent a bug with unclutter ).
1863 2007-03-02  Philippe Brochard  <pbrochard@common-lisp.net>
1865         * bindings.lisp (run-program-from-query-string): A program can be
1866         launch from a input query window.
1868 2007-03-01  Philippe Brochard  <pbrochard@common-lisp.net>
1870         * clfswm-info.lisp: Fix a bug with banish pointer in info mode.
1872 2007-02-28  Philippe Brochard  <pbrochard@common-lisp.net>
1874         * clfswm.lisp (process-new-window): One can now open the next
1875         window in a workspace called by its number.
1877         * clfswm-util.lisp (query-font-string): Minimal editing
1878         capabilities.
1879         (eval-from-string): And an REPL in the window manager... :)
1881 2007-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
1883         * clfswm.lisp (process-new-window): One can now open the next
1884         window in a new workspace or a new group.
1886         * clfswm-pager.lisp (pager-mode): Display the next arrow action
1887         with the hidden windows.
1889         * clfswm.lisp (second-key-mode): Display the current workspace
1890         number and the next arrow action in the state window.
1892         * clfswm-pager.lisp (pager-mode): Hide all windows before leaving
1893         the pager mode and then redisplay only the current workspace.
1895 2007-02-25  Philippe Brochard  <pbrochard@common-lisp.net>
1897         * clfswm.lisp (add-workspace): Workspaces are now numbered. So
1898         they can be focused with a keypress, sorted or renumbered.
1900 2007-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
1902         * clfswm-pager.lisp (pager-mode): Remove multiple silly
1903         pager-draw-display. This prevent a lot of flickering in the
1904         pager.
1906         * clfswm.lisp: Remove all display-force-output and replace them
1907         with only one display-finish-output in the event loop.
1909 2006-11-06  Philippe Brochard  <pbrochard@common-lisp.net>
1911         * clfswm-pager.lisp (pager-center-group): New function - center a
1912         group at the middle of the screen.
1914         * clfswm-pack.lisp (center-group): New function - center a group
1915         at the middle of the screen.
1917         * clfswm.lisp (show-group): Add a cross line under the group.
1918         (show-group): Group are showned even if fullscreened.
1919         (init-display): Add an exposure event on the root window.
1921 2006-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
1923         * package.lisp (*default-group*): Default group is the same size
1924         of a fullscreened group.
1926         * bindings*: Use shift to move, control+shift to copy.
1928         * *.lisp: Add comments for configuration or alternatives. So grep
1929         for CONFIG to see where you can configure clfswm. And grep for
1930         Alternative to use some commented code.
1932         * clfswm.lisp (second-key-mode): Use a single window to show the
1933         second mode. See for alternatives at the end of this file.
1935 2006-11-03  Philippe Brochard  <pbrochard@common-lisp.net>
1937         * clfswm-keys.lisp (define-define-key/mouse): Factorisation in a
1938         macro of key and mouse definitions.
1939         (define-define-key/mouse): Use state instead of modifiers list
1940         this fix a bug when the modifiers list is not in the rigth order.
1942         * clfswm.lisp (second-key-mode): Add a colored border in second mode.
1944 2006-11-02  Philippe Brochard  <pbrochard@common-lisp.net>
1946         * clfswm-info.lisp (info-mode): Add an info mode.
1948 2006-11-01  Philippe Brochard  <pbrochard@common-lisp.net>
1950         * clfswm.lisp (process-new-window): Change border size for
1951         transient windows.
1952         (show-all-windows-in-workspace): Unhide all windows even when the
1953         current group is in fullscreen mode.
1955 2006-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
1957         * clfswm-util.lisp (identify-key): Add an exposure handle-event to
1958         redisplay the identify window after a terminal switch.
1960         * clfswm-pager.lisp (pager-mode): Add an exposure handle-event to
1961         redisplay the pager after a terminal switch.
1963 2006-10-24  Philippe Brochard  <pbrochard@common-lisp.net>
1965         * clfswm-util.lisp (identify-key): Add a window to display
1966         the keys to identify on screen.
1968         * bindings.lisp, bindings-pager.lisp: Define same keys to
1969         move/copy groups/windows in second mode and in pager.
1971         * clfswm.lisp (handle-event*): Same version in all clfswm (fix some
1972         drawing lags).
1973         (show-all-windows-in-workspace): unhide window before adapting it
1974         to group.
1976 2006-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
1978         * clfswm.lisp (handle-event): Revert to an older version.
1980 2006-10-18  Philippe Brochard  <pbrochard@common-lisp.net>
1982         * clfswm-util.lisp (force-window-in-group)
1983         (force-window-center-in-group): New functions for transient windows.
1985         * clfswm-pager.lisp (pager-remove-current-workspace/group):
1986         bugfix: hide all windows before removing group or workspace.
1988 2006-10-17  Philippe Brochard  <pbrochard@common-lisp.net>
1990         * bindings-pager.lisp (mouse-pager-move-selected-group)
1991         (mouse-pager-copy-selected-group)
1992         (mouse-pager-move-selected-window)
1993         (mouse-pager-copy-selected-window, mouse-pager-rotate-window-up)
1994         (mouse-pager-rotate-window-down): New functions to have mouse in
1995         pager mode.
1997         * clfswm-pager.lisp (pager-swap-window)
1998         (pager-copy-group-on-next/previous-workspace)
1999         (pager-copy-window-on-next/previous-line): New functions
2001 2006-10-15  Philippe Brochard  <pbrochard@common-lisp.net>
2003         * clfswm-pager.lisp (pager-move-window-on-next/previous-line,
2004         (pager-move-group-on-next/previous-workspace): new functions.
2006         * clfswm-pack.lisp (resize-half-x-x-current-group): resize group
2007         to its half size (new functions).
2009 2006-10-11  Philippe Brochard  <pbrochard@common-lisp.net>
2011         * clfswm-pager.lisp: workspaces, groups and windows can now be
2012         selectionned with the keyboard or the mouse.
2014 2006-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
2016         * clfswm-pager.lisp (pager-select-workspace-right/left):
2017         workspaces can now be selectionned with the keyboard.
2019 2006-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
2021         * clfswm-keys.lisp (undefine-main-key, undefine-second-key, undefine-mouse-action):
2022         new function to remove a previous defined key or mouse combination.
2024 2006-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
2026         * clfswm.lisp (main): Check for access error in init-display.
2028         * clfswm-keys.lisp (define-ungrab/grab): check for keysym and
2029         keycode before grabbing.
2031         * bindings.lisp: Remove nlambda and use defun to keep the function
2032         documentation with clisp.
2033         (define-shell): new macro to define shell command for the second
2034         mode.
2036 2006-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
2038         * clfswm-keys.lisp (define-ungrab/grab): use a cond instead of a
2039         boggus typecase.
2041 2006-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
2043         * bindings.lisp (accept-motion): Move group bugfix in upper mouse
2044         workspace circulation.
2046         * clfswm-util.lisp (absorb-orphan-window): new function.
2048         * clfswm-keys.lisp: Keysyms support.
2050 2006-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
2052         * clfswm.lisp (show-group): Use one gc for all groups and not one
2053         per group.
2055 2006-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
2057         * bindings.lisp (define-second-key (#\l :mod-1)): fix a typo.
2059         * clfswm.lisp (adapt-window-to-group): Adapt only windows with
2060         width and height outside group.
2062 2006-09-28  Philippe Brochard  <pbrochard@common-lisp.net>
2064         * clfswm.lisp: First public release.