contrib/wallpaper.lisp (generate-wallpaper): Force waiting the end of convert.
[clfswm.git] / ChangeLog
blobb95f049100d27d184dc61be7d8d62915052a64ff
1 2012-10-04  Philippe Brochard  <pbrochard@common-lisp.net>
3         * contrib/wallpaper.lisp (generate-wallpaper): Force waiting the
4         end of convert.
6         * src/clfswm.lisp (main-mode: configuer request): Call
7         *root-size-change* hook on each root size change. This let CLFSWM
8         refresh background wallpaper on root size changes.
10         * src/clfswm-internal.lisp (place-frames-from-xinerama-infos):
11         Handle root screen resize on the fly when adding or removing a
12         monitor.
14         * src/clfswm-menu.lisp (open-menu): Show key bindings also for
15         menu entry.
17 2012-10-03  Philippe Brochard  <pbrochard@common-lisp.net>
19         * src/clfswm-menu.lisp (open-menu): Show key bindings
20         correspondence in menu for main and second mode.
22         * src/clfswm.lisp (main-loop): Reset X error count only once for
23         all loops.
25 2012-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
27         * src/xlib-util.lisp (handle-event): Ignore synchronous xlib
28         window-error and drawable-error in event handler.
30         * contrib/clfswm: Dump different image from different installation
31         path.
33 2012-09-30  Philippe Brochard  <pbrochard@common-lisp.net>
35         * src/clfswm.lisp (configure-request handler): Send a
36         configuration notify event in a more precise way.
38 2012-09-29  Philippe Brochard  <pbrochard@common-lisp.net>
40         * src/xlib-util.lisp (with-xlib-protect): Limit X errors ignored
41         to prevent freezes and add a backtrace system.
43 2012-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
45         * src/clfswm.lisp (configure-request handler): To be ICCCM
46         compliant, send a fake configuration notify event only when the
47         window has moved and not when it has been resized.
49 2012-09-21  Philippe Brochard  <pbrochard@common-lisp.net>
51         * Relase 1209
53 2012-09-09  Philippe Brochard  <pbrochard@common-lisp.net>
55         * src/clfswm-internal.lisp
56         (delete-child-and-children-in-all-frames): Remove all children in
57         frames and only close windows.
59         * src/*.lisp: Remove uneeded with-xlib-protect.
61 2012-09-06  Philippe Brochard  <pbrochard@common-lisp.net>
63         * contrib/wallpaper.lisp (wallpaper): create/use-background
64         simplification function.
66 2012-09-05  Philippe Brochard  <pbrochard@common-lisp.net>
68         * contrib/wallpaper.lisp: New functionality to handle backgrounds
69         on differents screen heads.
71         * contrib/toolbar.lisp (toolbar-adjust-root-size): Takes care of
72         multiple toolbar on the same root edge.
74 2012-09-04  Philippe Brochard  <pbrochard@common-lisp.net>
76         * src/clfswm-internal.lisp (show-all-children): Hide only children
77         hidden by normal windows or frames (but not :dialog,
78         :transient...).
79         (process-new-window): Remove borders for maxsize windows.
80         (show-all-children): Let the choice to always display children or
81         to optimize by hidding children not seen . The first option is
82         better with transparency support (frames behind orther frames are
83         seen). The second one is faster with many children in the same
84         frame (not seen children are not displayed).
86 2012-08-31  Philippe Brochard  <pbrochard@common-lisp.net>
88         * src/xlib-util.lisp (with-xlib-protect): Handle all Xlib errors
89         for better code protection.
91 2012-08-28  Philippe Brochard  <pbrochard@common-lisp.net>
93         * src/clfswm-expose-mode.lisp (expose-query-key-press-hook): Add
94         an option to immediately select child if they can be directly
95         accessed.
97 2012-08-25  Philippe Brochard  <pbrochard@common-lisp.net>
99         * contrib/volume-mode.lisp: Add mouse buttons actions in volume
100         mode. Add a volume button toolbar module.
102 2012-08-24  Philippe Brochard  <pbrochard@common-lisp.net>
104         * contrib/mpd.lisp: New toolbar modules (available only if
105         toolbar.lisp is loaded).
106         Add a small parameter for toolbar modules useful with vertical
107         toolbars.
109 2012-08-21  Philippe Brochard  <pbrochard@common-lisp.net>
111         * contrib/reboot-halt.lisp: Add configuration command for system
112         actions.
114         * contrib/toolbar.lisp (toggle-toolbar-hide-state): New function.
116 2012-08-20  Philippe Brochard  <pbrochard@common-lisp.net>
118         * src/clfswm-internal.lisp (add-in-never-managed-window-list): New
119         function.
121 2012-08-20  Philipp Kroos  <philipp.kroos@t-online.de>
123         * src/clfswm-placement.lisp (here-placement): Evaluates to current
124         position of pointer.
126 2012-08-20  Philipp Kroos  <philipp.kroos@t-online.de>
128         * contrib/toolbar.lisp: Add an expose-mode-button-module.
130 2012-08-19  Philippe Brochard  <pbrochard@common-lisp.net>
132         * contrib/toolbar.lisp (remove-toolbar): New function.
134 2012-08-18  Philippe Brochard  <pbrochard@common-lisp.net>
136         * contrib/toolbar.lisp: Add configurable colors in toolbar
137         modules.
139 2012-08-16  Philippe Brochard  <pbrochard@common-lisp.net>
141         * src/tools.lisp: Factorize system usage information collection.
142         (start-system-poll): Use a lock file instead of a local variable.
144         * contrib/toolbar.lisp: Add memory, cpu and battery usage module
145         with a poll methode. More responsive but up to date every 10s by
146         default.
148 2012-08-15  Philippe Brochard  <pbrochard@common-lisp.net>
150         * contrib/toolbar.lisp: Add a clickable label module for toolbar.
151         Add a clickable entry to open the CLFSWM main menu.
152         Add memory, cpu and battery usage module.
154         * src/clfswm-menu.lisp (open-menu): Prevent to reopen an opened
155         menu. Fixe a but with negative selected-item.
157 2012-08-14  Philippe Brochard  <pbrochard@common-lisp.net>
159         * src/clfswm-util.lisp (eval-from-query-string): Show a notify
160         window when updating symobls list for REPL completion.
161         (show-current-root): New function and configuration menu to
162         display a message on the current root.
164         * contrib/toolbar.lisp: Add arguments in toolbar modules.
166         * src/xlib-util.lisp (event-hook-name): Intern hook name symbol
167         in :clfswm package.
169 2012-08-13  Philippe Brochard  <pbrochard@common-lisp.net>
171         * contrib/toolbar.lisp (toolbar-module-text): Print a formatted
172         text at module position centered in toolbar.
174         * src/xlib-util.lisp (optimize-event-hook): Remove unused event
175         hooks.
177 2012-08-12  Philippe Brochard  <pbrochard@common-lisp.net>
179         * contrib/toolbar.lisp: End of toolbar framework.
180         (list-toolbar-modules): Add a list toolbar modules function.
182 2012-08-03  Philippe Brochard  <pbrochard@common-lisp.net>
184         * src/clfswm-internal.lisp (show-child): Show unmanaged windows
185         on (maybe) current child in all roots.
187         * src/clfswm-util.lisp (find-child-under-mouse-in-child-tree):
188         Handle children from all roots instead of from  *root-frame*.
190 2012-07-23  Philippe Brochard  <pbrochard@common-lisp.net>
192         * src/clfswm-expose-mode.lisp: New expose mode based on standard
193         query input.
195 2012-06-27  Philippe Brochard  <pbrochard@common-lisp.net>
197         * src/clfswm-util.lisp (eval-from-query-string): Add completion
198         for eval for query string.
200 2012-06-26  Philippe Brochard  <pbrochard@common-lisp.net>
202         * src/clfswm-query.lisp: Add completion for shell commands.
204 2012-06-18  Philippe Brochard  <pbrochard@common-lisp.net>
206         * src/clfswm-placement.lisp: Each child can have its own border
207         size. New binding to change the child border size on the fly.
209 2012-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
211         * src/tools.lisp (process-timers): Call get-internal-real-time
212         only once for all times.
214 2012-06-07  Philippe Brochard  <pbrochard@common-lisp.net>
216         * contrib/toolbar.lisp (define-toolbar-hooks): Add auto-hide
217         clickable toolbar.
218         (define-toolbar-hooks): Add auto-hide toolbar (show/hide on mouse
219         motion event).
221 2012-06-06  Philippe Brochard  <pbrochard@common-lisp.net>
223         * src/xlib-util.lisp (handle-event): Add an additional hook event
224         system to handle events in contrib code.
226 2012-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
228         * src/clfswm-placement.lisp: Add an optional border size in all
229         placement functions.
231 2012-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
233         * contrib/toolbar.lisp (clock): Add a clock module.
235 2012-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
237         * contrib/toolbar.lisp: begining of toolbar support.
239 2012-05-24  Philippe Brochard  <pbrochard@common-lisp.net>
241         * src/clfswm-internal.lisp (rotate-root-geometry): Do not use
242         rotatef but a simpler algorithm.
244 2012-05-19  Philippe Brochard  <pbrochard@common-lisp.net>
246         * src/clfswm-placement.lisp: Adjust width and height in child and
247         root placement to prevent too big child size.
249 2012-05-18  Philippe Brochard  <pbrochard@common-lisp.net>
251         * src/clfswm-placement.lisp: New root placement possibility.
253         * src/clfswm-util.lisp (change-current-root-geometry): New
254         function.
256 2012-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
258         * src/clfswm-util.lisp (exchange-root-geometry-with-mouse): New
259         function and menu.
261 2012-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
263         * src/menu-def.lisp: New root menu.
265 2012-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
267         * src/clfswm-circulate-mode.lisp (rotate-root-geometry-next)
268         (rotate-root-geometry-previous): New second mode binding to change
269         root geometry.
271 2012-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
273         * src/clfswm-internal.lisp: Remove the *current-child* variable
274         and use a setfable function (current-child) instead.
275         (current-child-setter): Store root current child before apllying
276         current child change.
278 2012-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
280         * src/clfswm-internal.lisp: Use xdpyinfo/xinerama informations
281         instead of xrandr informations.
283 2012-05-06  Philippe Brochard  <pbrochard@common-lisp.net>
285         * src/clfswm-internal.lisp : Use only one list for root
286         management.
287         (*root*): Root management API simplification.
289 2012-04-30  Philippe Brochard  <pbrochard@common-lisp.net>
291         * src/clfswm-internal.lisp: Big change to replace *current-root*
292         variable to support multiple root.
294 2012-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
296         * src/tools.lisp (add-new-hook, add-hook): New macro. Do not
297         duplicate hooks by default. Use add-new-hook if you want to
298         duplicate them.
300 2012-04-16  Philippe Brochard  <pbrochard@common-lisp.net>
302         * src/clfswm-corner.lisp (wait-window-in-query-tree): Add a limit
303         of try to wait the command window.
305 2012-02-25  Philippe Brochard  <pbrochard@common-lisp.net>
307         * src/clfswm-util.lisp (place-frames-from-xrandr)
308         (swap-frame-geometry, rotate-frame-geometry): New helper functions
309         for multiple physical screen.
310         (jump-to-slot, add-frame-in-parent-frame): Change *current-root*
311         only when needed.
313 2012-01-18  Philippe Brochard  <pbrochard@common-lisp.net>
315         * src/*.lisp: Use create-symbol and create-symbol-in-package
316         instead of the shorter symb. (Thanks Aad Versteden).
318         * src/bindings-second-mode.lisp (set-default-second-keys): New
319         key binding to set window and frame transparency.
321         * src/bindings.lisp (set-default-main-mouse): New mouse binding to
322         set window and frame transparency.
324         * src/clfswm-keys.lisp (define-keys): New macro to ease multiple
325         keys definitions. (Thanks Valentin Plechinger for the request).
327         * src/*.lisp: Add full transparency support with xcompmgr.
329 2012-01-14  Philippe Brochard  <pbrochard@common-lisp.net>
331         * src/*.lisp: Add transparency support.
333 2012-01-09  Ales Guzik <ales.guzik@gmail.com>
335         * src/clfswm-layout.lisp (tile-layout-mix): New layout to
336         automatically choose between vertival and horizontal tile layout.
337         (tile-space-layout): Fix to have space between screen border and
338         frame the same as between frames.
340 2012-01-04  Philippe Brochard  <pbrochard@common-lisp.net>
342         * load.lisp: Support clisp 2.49+ module system to load CLX.
344 2012-01-04  Ales Guzik <ales.guzik@gmail.com>
346         * src/clfswm-layout.lisp (update-layout-managed-children-keep-position):
347         Fix an inattention error.
349 2012-01-04  Philippe Brochard  <pbrochard@common-lisp.net>
351         * src/xlib-util.lisp (with-xlib-protect): Protect from
352         xlib:lookup-error. This prevent an error in clisp/new-clx when
353         sometimes an xlib:colormap is expected instead of an xlib:window.
355 2012-01-03  Philippe Brochard  <pbrochard@common-lisp.net>
357         * src/xlib-util.lisp (handle-event): Fix a clisp/new-clx error
358         when sometimes window slot of event-slots is a pixmap instead of a
359         window.
361 2011-12-26  Philippe Brochard  <pbrochard@common-lisp.net>
363         * src/clfswm-query.lisp: Fill the history list with a non-nil
364         value.
366 2011-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
368         * src/package.lisp (make-x-drawable): Drawable wrapper to prevent
369         type error in some CLX versions.
370         Replace xlib:drawable-* functions with x-drawable-* equivalents
372 2011-12-14  Philippe Brochard  <pbrochard@common-lisp.net>
374         * src/clfswm-util.lisp (um-create-xdg-section-list): Add at least
375         the 'Utility menu entry.
377         * src/config.lisp (*xdg-section-list*): moved to config.lisp.
379         * src/clfswm-util.lisp (update-menus): Set a default value for
380         searching .desktop files when XDG_DATA_DIRS is not set.
382 2011-10-15  Philippe Brochard  <pbrochard@common-lisp.net>
384         * src/clfswm-internal.lisp (place-window-from-hints): Use
385         with-placement macro to place unmanaged windows in an arbitrary
386         place.
388 2011-06-16  Philippe Brochard  <pbrochard@common-lisp.net>
390         * src/clfswm-internal.lisp (clean-windows-in-all-frames): Prevent
391         current root and current child being equal to child.
393 2011-06-13  Philippe Brochard  <pbrochard@common-lisp.net>
395         * src/keysyms.lisp: Repeat Page_Down/Up keysym definitions at the
396         end of the file to change keysyms priority.
398 2011-06-13  Sylvain HENRY <hsyl20@gmail.com>
400         *  *.*: Minor spelling fix.
402 2011-06-12  Philippe Brochard  <pbrochard@common-lisp.net>
404         * src/clfswm.lisp (:unmap-notify, :destroy-notify): Show all
405         children just after the xlib tree cleanup -> reduce the
406         flickering when a window is deleted or destroyed.
408         * src/clfswm-internal.lisp (process-existing-windows): Do not
409         process the notify window.
411 2011-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
413         * *: **** Release 1106 ****
415 2011-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
417         * src/clfswm-internal.lisp (clean-windows-in-all-frames): New
418         function to prevent xlib error when a window is deleted.
420 2011-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
422         * src/clfswm-internal.lisp
423         (delete-child-and-children-in-all-frames): Delete or destroy
424         children before displaying all children.
426 2011-06-05  Philippe Brochard  <pbrochard@common-lisp.net>
428         * src/clfswm-util.lisp (add-frame-in-parent-frame): New function
429         and binding.
431 2011-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
433         * src/clfswm.lisp (main-unprotected): Destroy all frames windows
434         before closing the display (not really needed).
436 2011-06-02  Philippe Brochard  <pbrochard@common-lisp.net>
438         * src/clfswm-layout.lisp (inc-tile-layout-size)
439         (dec-tile-layout-size, inc-slow-tile-layout-size)
440         (dec-slow-tile-layout-size): New functions and bindings.
442 2011-06-01  Philippe Brochard  <pbrochard@common-lisp.net>
444         * src/clfswm-expose-mode.lisp (define-expose-letter-keys): Add
445         0..1 and A..Z keys to select a child in exposé mode.
447         * src/clfswm-internal.lisp (display-frame-info): Remove hidden
448         infos in frames windows.
450         * src/clfswm-util.lisp (ask-close/kill-current-window): Menu
451         update.
453 2011-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
455         * src/clfswm-internal.lisp (get-parent-layout): Minor fullscreen
456         size tweaking.
458 2011-05-29  Philippe Brochard  <pbrochard@common-lisp.net>
460         * src/clfswm-internal.lisp
461         (delete-child-and-children-in-all-frames): Show all children
462         before deleting/destroying a windows, so prevent a flickering.
463         (get-parent-layout): Return the fullscreen size when the current
464         root is a window.
466 2011-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
468         * src/clfswm-internal.lisp (get-parent-layout): Handle correctly
469         unmanaged windows.
471         * src/clfswm-util.lisp (delete-focus-window-generic): Do not hide
472         child before removing, so prevent a flickering.
474         * src/clfswm-internal.lisp (show-all-children): Rectangular
475         optimization to display only needed children.
476         (show-all-children): Remove flickering on
477         select-next/previous-brother.
479 2011-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
481         * src/clfswm-util.lisp (copy-focus-window, cut-focus-window): New
482         functions and ask-close/kill-current-window menu and bindings
483         entry.
485 2011-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
487         * src/clfswm-util.lisp (ask-close/kill-current-window): Add an
488         *ask-close/kill-placement* placement window variable.
490 2011-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
492         * contrib/osd.lisp (funcall-button-from-code): Display osd
493         documention for buttons and fix some redefining warnings.
495 2011-05-07  Philippe Brochard  <pbrochard@common-lisp.net>
497         * src/clfswm-nw-hooks.lisp (make-permanent-nw-hook-frame): New
498         function. Prevent to add or delete a new window hook for this
499         frame.
501         * src/clfswm-layout.lisp (update-layout-managed-children-position):
502         New function.
504 2011-05-06  Philippe Brochard  <pbrochard@common-lisp.net>
506         * src/bindings-second-mode.lisp (set-default-second-keys):
507         select-brother-spatial-move-* binding update.
509         * src/clfswm-layout.lisp (tile-left|right|top|bottom-layout): Ask
510         to keep children positions or not.
512         * src/clfswm-internal.lisp (fixe-real-size): Takes care of border
513         size.
515         * src/clfswm-layout.lisp (update-layout-managed-children): Fix a
516         bug by using the parent frame instead of the current child.
518         * src/clfswm-circulate-mode.lisp
519         (select-brother-generic-spatial-move+right/left/up/down): New
520         function to select a brother from another in a spatial move.
522 2011-04-19  Philippe Brochard  <pbrochard@common-lisp.net>
524         * src/clfswm-pack.lisp (move-frame-constrained)
525         (resize-frame-constrained): Use pixels instead of floating
526         measure.
528 2011-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
530         * src/clfswm-pack.lisp (resize-frame-constrained): Takes care of
531         border size.
532         (implode-frame, implode-current-frame): New functions. Absorb all
533         frames subchildren in frame. Explode frame opposite.
535 2011-04-17  Philippe Brochard  <pbrochard@common-lisp.net>
537         * src/clfswm-pack.lisp (move-frame-constrained)
538         (resize-frame-constrained): New function. Move and resize frame
539         with the mouse constrained by other frame brothers.
541 2011-04-14  Philippe Brochard  <pbrochard@common-lisp.net>
543         * src/clfswm-util.lisp (with-movement-select-next-brother)
544         (with-movement-select-previous-brother)
545         (with-movement-select-next-child): Use a simple method (do not
546         enter in the circulate mode) to allow to circulate in all children
547         or brothers.
549         * src/clfswm-menu.lisp (open-menu): Save info hash table keys
550         instead of deleting newly created keys.
552 2011-03-21  Philippe Brochard  <pbrochard@common-lisp.net>
554         * src/clfswm-internal.lisp (x-px->fl, y-px->fl): Takes care of
555         border size.
557 2011-03-20  Philippe Brochard  <pbrochard@common-lisp.net>
559         * src/clfswm-info.lisp (show-config-variable): call
560         produce-conf-var-doc.
562 2011-03-18  Philippe Brochard  <pbrochard@common-lisp.net>
564         * src/clfswm-autodoc.lisp (produce-conf-var-doc-html): Produce a
565         documentation for all configurable variables in CLFSWM -
566         HTML version.
568         * src/clfswm-internal.lisp (leave-frame): Hide all children except
569         the current window.
571 2011-03-16  Philippe Brochard  <pbrochard@common-lisp.net>
573         * src/clfswm-autodoc.lisp (produce-all-docs): Produce a
574         documentation for all configurable variables in CLFSWM.
576         * src/clfswm-layout.lisp (set-gimp-layout): Display a notify
577         window with the help on the GIMP layout.
579 2011-03-12  Philippe Brochard  <pbrochard@common-lisp.net>
581         * src/menu-def.lisp: Menu update to prevent cursor keys clash.
583         * clfswm.asd: Change compilation order to prevent undefined
584         variables.
586         * src/clfswm-internal.lisp (show-child(frame)): Handle properly
587         the show-root-frame-p parameter.
589 2011-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
591         * src/clfswm-util.lisp (move-frame, resize-frame): Do not move or
592         resize a frame when it's the current root.
594 2011-03-10  Philippe Brochard  <pbrochard@common-lisp.net>
596         * src/clfswm-internal.lisp (show-all-children): Handle properly
597         duplicated child in multipe frames.
599 2011-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
601         * contrib/volume-mode.lisp (set-default-volume-keys): Add more
602         keybindings (up/down, right/left) to raise/lower the volume.
604         * src/clfswm-layout.lisp: Add a variable border size for frames
605         and windows.
607 2011-03-08  Philippe Brochard  <pbrochard@common-lisp.net>
609         * src/clfswm-util.lisp (cut-current-child, remove-current-child)
610         (delete-current-child): Hide the current child before doing the
611         action.
613         * src/clfswm-internal.lisp (show-all-children): Hide windows not
614         in the current root before displaying those in current root.
615         Remove all hide-all unnecessary calls.
617         * src/clfswm-configuration.lisp (save-variables-in-conf-file):
618         Save only variables with a different value than their original
619         value.
621 2011-03-07  Philippe Brochard  <pbrochard@common-lisp.net>
623         * src/clfswm-info.lisp (show-config-variable): Use the new
624         defconfig method.
626         * src/clfswm-autodoc.lisp (produce-configuration-variables): Use
627         the new defconfig method.
629         * src/clfswm-configuration.lisp (create-configuration-menu):
630         Change the config system with a more lispy one and a less string
631         based one: (defconfig name value group doc).
634 2011-03-06  Philippe Brochard  <pbrochard@common-lisp.net>
636         * src/clfswm-internal.lisp (show-all-children): Simplify the
637         selection method.
638         (show-child): Display an unmanaged window whe  it's the current
639         child.
640         (show-all-children): add the ability to display all child from
641         *root-frame* and hide all those who are not in *current-root*.
642         -> remove hide-all-children when needed.
644         * src/xlib-util.lisp (move-window,resize-window): Add a
645         *color-move-window* border when moving or resizing a window.
647 2011-03-04  Philippe Brochard  <pbrochard@common-lisp.net>
649         * src/clfswm-internal.lisp (show-all-children): Perform only one
650         recusion on the clfswm tree: calculate geometry and place child in
651         one pass.
653 2011-03-03  Philippe Brochard  <pbrochard@common-lisp.net>
655         * src/clfswm-internal.lisp (show-all-children): Rethink of display
656         child order to prevent very annoying flickering.
658 2011-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
660         * src/clfswm-util.lisp (query-yes-or-no): New function.
662         * src/clfswm-configuration.lisp (reset-all-config-variables): New
663         function and menu entry.
664         (query-conf-value): Add the ability to leave the field blank to
665         reset the variable to its default value.
667 2011-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
669         * src/clfswm-configuration.lisp
670         (add-all-configuration-default-value): Add a default value to
671         configurable variables.
673 2011-02-23  Philippe Brochard  <pbrochard@common-lisp.net>
675         * src/clfswm.lisp (main-unprotected): Create the configuration
676         menu only once at startup.
678 2011-02-22  Desmond O. Chang <dochang@gmail.com>
680         * contrib/amixer.lisp: Add a volume mode inspired by the emms
681         volume package. Alsa mixer interface.
683         * contrib/volume-mode.lisp: Add a volume mode inspired by the emms
684         volume package.
686 2011-02-22 Desmond O. Chang <dochang@gmail.com>
688         * src/clfswm.lisp (main): Use ASDF:SYSTEM-SOURCE-DIRECTORY instead
689         of *LOAD-TRUENAME*. *LOAD-TRUENAME* is only bound during a call to
690         LOAD. If one eval CLFSWM:MAIN in repl, BASE-DIR will be an empty
691         string. Use ASDF:SYSTEM-SOURCE-DIRECTORY to fix it.
693 2011-02-16  Philippe Brochard  <pbrochard@common-lisp.net>
695         * src/clfswm.lisp (main-unprotected): Add a close hook. And close
696         the notify window, the virtual keyboard and the clfswm terminal by
697         default.
699 2011-02-15  Philippe Brochard  <pbrochard@common-lisp.net>
701         * src/clfswm.lisp (main-unprotected): Destroy the notify window
702         before closing the display. This fix a bug when resetting/reloading
703         clfswm.
705 2011-02-12  Philippe Brochard  <pbrochard@common-lisp.net>
707         * src/xlib-util.lisp (equal-wm-class-fun, equal-wm-name-fun)
708         (raise-window-fun, raise-and-focus-window-fun): New functions.
710         * src/config.lisp (*clfswm-terminal-cmd*): Switch from xterm to
711         urxvt.
712         (*never-managed-window-list*): Structure change to be more
713         flexible. Let the choice to focus, raise and do nothing on never
714         managed windows.
716 2011-02-09  Philippe Brochard  <pbrochard@common-lisp.net>
718         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Take
719         care of never managed windows to move or resize them if the raise
720         parameter is true.
722         * src/clfswm-internal.lisp (in-frame, in-window, in-child): New
723         functions.
725 2011-02-08  Philippe Brochard  <pbrochard@common-lisp.net>
727         * src/clfswm.lisp (main-mode): Raise or not unmanaged windows
728         following request in *never-managed-window-list*.
730 2011-02-05  Philippe Brochard  <pbrochard@common-lisp.net>
732         * *: **** Release 1102 ****
734 2011-02-05  Desmond O. Chang <dochang@gmail.com>
736         * src/keysyms.lisp: Add extended keysyms from stumpwm.
738 2011-02-01  Desmond O. Chang <dochang@gmail.com>
740         * src/clfswm-util.lisp (run-or-raise): New function (thanks to
741         Desmond O. Chang).
743         * src/clfswm-internal.lisp (with-all-*): add a nil block.
745 2011-01-28  Desmond O. Chang <dochang@gmail.com>
747         * src/clfswm-util.lisp (xdg-config-home): XDG_CONFIG_HOME should
748         be $HOME/.config by default.
750 2010-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
752         * contrib/osd.lisp (display-doc): Add another method where a
753         CLFSWM native window is used to display the key documentation.
755 2010-12-27  Philippe Brochard  <pbrochard@common-lisp.net>
757         * src/xlib-util.lisp (with-xlib-protect): Force to revert to the
758         main mode state.
760 2010-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
762         * src/clfswm-second-mode.lisp (second-key-mode): Call the second
763         mode leave function only when the generic mode was ended.
765 2010-12-08  Philippe Brochard  <pbrochard@common-lisp.net>
767         * src/clfswm-second-mode.lisp (sm-leave-function): Do not use
768         *second-mode-program* anymore.
770 2010-12-07  Philippe Brochard  <pbrochard@common-lisp.net>
772         * src/clfswm-second-mode.lisp (*second-mode-leave-function*): New
773         variable bound to a function executed (when not null) on second
774         mode leaving.
776 2010-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
778         * src/clfswm-util.lisp (find-child-under-mouse): Do not find
779         hidden windows.
781 2010-11-13  Philippe Brochard  <pbrochard@common-lisp.net>
783         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
784         Do not display the accel window for unmanaged windows.
786 2010-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
788         * src/clfswm-internal.lisp (set-current-root): Handle
789         window-parent in set-current-root.
791         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Do not
792         focus the parent child when the current root is a window.
794 2010-11-09  Philippe Brochard  <pbrochard@common-lisp.net>
796         * src/clfswm-expose-mode.lisp (expose-windows-current-child-mode):
797         New function an bindings.
799         * src/clfswm-layout.lisp (tile-layout, set-tile-layout): Fill
800         blanks if needed.
802 2010-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
804         * src/clfswm-layout.lisp (tile-layout-ask-keep-position): New
805         function to let the user choose to keep child position with
806         tile layout.
808         * src/clfswm-internal.lisp (remove-frame-data-slot): New
809         function.
811 2010-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
813         * src/clfswm-internal.lisp (frame-select-next-child)
814         (frame-select-previous-child): New functions and bindings. Select
815         the next/previous child in the current frame.
817 2010-10-31  Philippe Brochard  <pbrochard@common-lisp.net>
819         * src/clfswm-query.lisp (query-mode-complet): New function: Handle
820         completion in query-mode.
822 2010-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
824         * src/clfswm-query.lisp (query-print-string): Handle long lines
825         correctly.
827 2010-10-27  Philippe Brochard  <pbrochard@common-lisp.net>
829         * src/clfswm-expose-mode.lisp (expose-create-window): Ensure that
830         all characters are printable.
832 2010-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
834         * contrib/server/server.lisp: Load clfswm client code in the main
835         program and let the user start it with a --client command line
836         option.
838         * src/package.lisp (*main-entrance-hook*): New hook executed after
839         loading configuration file and before opening the display.
841 2010-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
843         * src/xlib-util.lisp: Remove unnecessary xlib:display-finish-output.
845         * src/clfswm-internal.lisp (show-child): Show window only if not
846         hidden.
848         * src/clfswm-keys.lisp (binding-substitute-modifier): Utility to
849         change modifiers after binding definition.
851 2010-10-21  Philippe Brochard  <pbrochard@common-lisp.net>
853         * contrib/osd.lisp: New file: OSD (On Screen Display) for
854         presentations.
856         * src/clfswm-menu.lisp (open-menu): Modularise function.
858 2010-10-13  Philippe Brochard  <pbrochard@common-lisp.net>
860         * src/clfswm-info.lisp (show-first-aid-kit): Display the essential
861         key binding in main and second mode.
863 2010-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
865         * src/clfswm-util.lisp (open-notify-window): Convert hello-window
866         functions to a more generic Notify-window system.
868         * src/tools.lisp (add-timer): Add an id to identify the timer.
870 2010-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
872         * src/tools.lisp (erase-timer): New function.
874         * src/clfswm-util.lisp (display-hello-window): Add a timer to hide
875         the hello window. Add Configuration variables.
877 2010-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
879         * src/clfswm-util.lisp (): Add an Hello window at startup.
881         * src/tools.lisp (process-timers): Add a timer system.
883 2010-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
885         * src/clfswm-query.lisp (add-in-query-string): Handle correctly
886         the mod-5 modifier.
888 2010-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
890         * src/clfswm-query.lisp (query-print-string): Change cursor color
891         and show parenthesis matching with colors (on match and on
892         errors).
894 2010-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
896         * src/clfswm-internal.lisp (show-all-children): Do not raise a
897         child when its parent is hidden.
899 2010-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
901         * src/clfswm-circulate-mode.lisp (select-next-subchild): Add the
902         possibility to circulate over subchild of the current child.
904         * src/clfswm-expose-mode.lisp (expose-all-windows-mode)
905         (expose-windows-generic): Add an escape-body function to return to
906         the original state on escape key.
908         * src/clfswm-util.lisp (bind-on-slot): Add an optional parameter
909         to bind the current child from the configuration file.
911 2010-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
913         * src/clfswm-nw-hooks.lisp (absorb-window-nw-hook): Absorb new
914         window hook: the frame absorb all new windows that match
915         nw-absorb-test frame data slot.
917 2010-09-30  Philippe Brochard  <pbrochard@common-lisp.net>
919         * src/clfswm-expose-mode.lisp (expose-create-window): Show window
920         title in accel window.
922 2010-09-29  Philippe Brochard  <pbrochard@common-lisp.net>
924         * configure: Use the Xavier Maillard clfswm script in contrib to
925         build an executable in the standard way.
927 2010-09-26  Philippe Brochard  <pbrochard@common-lisp.net>
929         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
930         New functions. Add a window on each child in the expose mode to
931         quickly select them.
933         * src/clfswm-internal.lisp (child-x, child-y, child-width)
934         (child-height): New methods to get real child coordinates.
936 2010-09-25  Philippe Brochard  <pbrochard@common-lisp.net>
938         * src/clfswm-layout.lisp (*-layout): Use child-position.
940         * src/clfswm-internal.lisp (child-position): New function.
942         * src/clfswm-expose-mode.lisp (expose-windows-mode)
943         (expose-all-windows-mode): Use a generic mode.
945         * src/xlib-util.lisp (with-handle-event-symbol): Use a filled list
946         with handle-event-fun symbols instead of inspecting clfswm
947         internals symbols on each mode change.
949         * src/clfswm-expose-mode.lisp: Move and rename present*-windows in
950         a separate clfswm-expose-mode.lisp file.
952         * src/clfswm-util.lisp (speed-mouse-right, speed-mouse-down): Use
953         screen size instead of hardcoded test coordinates.
955 2010-09-24  Philippe Brochard  <pbrochard@common-lisp.net>
957         * src/clfswm-util.lisp (speed-mouse-reset, speed-mouse-left)
958         (speed-mouse-right, speed-mouse-up, speed-mouse-down)
959         (speed-mouse-undo, speed-mouse-first-history): New functions to
960         quickly move the mouse. Implemented for the second mode.
962 2010-09-16  Philippe Brochard  <pbrochard@common-lisp.net>
964         * contrib/clfswm: Move clfswm sources to $tmp_dir if there is no
965         write permission on $clfswm_asd_path. So anybody can start clfswm
966         even if there is no write permission on the source directory.
968 2010-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
970         * contrib/clfswm: Add support to cmucl, ccl and ecl.
972 2010-09-11  Philippe Brochard  <pbrochard@common-lisp.net>
974         * src/clfswm-util.lisp (set-hide-unmanaged-window)
975         (set-show-unmanaged-window, set-default-hide-unmanaged-window):
976         New functions and menu entry.
977         (set-globally-hide-unmanaged-window)
978         (set-globally-show-unmanaged-window): New functions and menu
979         entry.
981         * src/clfswm-internal.lisp (hide-unmanager-window-p): New
982         function.
983         (show-child): Add a data slot on frame to hide or not unmanaged
984         windows.
986         * src/clfswm-corner.lisp (present-clfswm-terminal)
987         (present-virtual-keyboard): Use a function (generic-present-body)
988         instead of a macro (generate-present-body).
990         * src/clfswm-util.lisp (update-menus): List all directories and
991         subdirectories in $XDG_DATA_DIRS/applications.
993 2010-09-10  Philippe Brochard  <pbrochard@common-lisp.net>
995         * src/clfswm-corner.lisp (generate-present-body): New macro.
996         (present-clfswm-terminal, present-virtual-keyboard): Use
997         generate-present-body.
999 2010-09-09  Philippe Brochard  <pbrochard@common-lisp.net>
1001         * src/clfswm-util.lisp (update-menus): Follow XDG specifications
1002         instead of the non-portable Debian update-menu.
1004 2010-09-07  Philippe Brochard  <pbrochard@common-lisp.net>
1006         * src/clfswm.lisp (error-handler): New function do handle
1007         asynchronous errors and ignore them.
1008         (open-display): Install the new error-handler on display.
1010 2010-09-05  Philippe Brochard  <pbrochard@common-lisp.net>
1012         * src/xlib-util.lisp (with-xlib-protect): Add a
1013         with-simple-restart on top of body execution.
1015 2010-09-04  Philippe Brochard  <pbrochard@common-lisp.net>
1017         * src/clfswm.lisp (main-loop): Protect all xlib functions with an
1018         with-xlib-protect.
1020         * src/xlib-util.lisp (handle-event): use with-xlib-protect only in
1021         handle-event. Add a with-simple-restart to prevent a
1022         clisp/new-lisp infinite loop.
1024 2010-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
1026         * src/clfswm-corner.lisp (present-clfswm-terminal): Make the
1027         clfswm terminal working even on xterm title changes.
1029 2010-08-29  Philippe Brochard  <pbrochard@common-lisp.net>
1031         * src/clfswm-util.lisp (run-other-window-manager): Update for
1032         clisp compatibility.
1034         * src/tools.lisp (do-execute): New parameter io to change the
1035         input/output method.
1037         * src/clfswm-util.lisp (hide-current-child): Prevent from removing
1038         the current root.
1040         * src/clfswm-internal.lisp (child-member): New predicate.
1041         (child-remove): New function.
1043         * src/*.lisp: Use child-member and child-remove everywhere it's
1044         needed.
1046 2010-08-28  Philippe Brochard  <pbrochard@common-lisp.net>
1048         * src/clfswm.lisp (main-loop): Ensure that all events have been
1049         processed after a process-event.
1051         * src/clfswm-internal.lisp (is-in-current-child-p): New function.
1053 2010-08-27  Philippe Brochard  <pbrochard@common-lisp.net>
1055         * src/clfswm.lisp (main-mode:configure-request): Raise the window
1056         only when present on the current child and focus it accordingly.
1058 2010-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
1060         * src/clfswm-circulate-mode.lisp (circulate-loop-function):
1061         Use is-a-key-pressed-p.
1063         * src/xlib-util.lisp (is-a-key-pressed-p): New predicate.
1065         * src/clfswm-keys.lisp (define-ungrab/grab): Use all values
1066         returned by xlib:keysym->keycodes.
1068         * src/*.lisp: Use the new child-equal-p to compare children. This
1069         prevent a bug with sbcl/cmucl when the standard equal function
1070         does not work with xlib:window.
1072         * src/clfswm-internal.lisp (child-equal-p): New predicate.
1074 2010-08-25  Philippe Brochard  <pbrochard@common-lisp.net>
1076         * src/clfswm-generic-mode.lisp (generic-mode): Use an
1077         xlib:event-listen before processing event with
1078         xlib:process-event. This prevent a bug with CLX threaded
1079         implementation like sbcl.
1081         * src/clfswm.lisp (main-loop): Use an xlib:event-listen before
1082         processing event with xlib:process-event. This prevent a bug with
1083         CLX threaded implementation like sbcl.
1085 2010-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
1087         * contrib/server/key.lisp (ushell-sh): Add ccl and ecl support.
1089         * src/xlib-util.lisp (compress-motion-notify): Use a loop instead
1090         of an event-case.
1092         * src/clfswm-internal.lisp (with-find-in-all-frames): New macro.
1093         (find-parent-frame, find-frame-window, find-frame-by-name)
1094         (find-frame-by-number): Use with-find-in-all-frames to search in
1095         frames in the right order.
1097         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Fix an
1098         unwanted flickering with unmanaged windows.
1100 2010-08-16  Philippe Brochard  <pbrochard@common-lisp.net>
1102         * src/package.lisp: Remove event handler hooks as they're not
1103         needed anymore (To replace them: use closure and define-handler).
1105         * src/xlib-util.lisp (move-window, resize-window)
1106         (wait-mouse-button-release): Use a generic mode.
1108         * src/*.lisp: Replace the case to handle event with a more (tricky)
1109         lispy  method which bind a function to each keywords associated
1110         to graphics events.
1112 2010-07-23  Philippe Brochard  <pbrochard@common-lisp.net>
1114         * src/clfswm-util.lisp (delete-current-child): Invert bindings and
1115         menu entry between delete-current-child and remove-current-child.
1116         ie: Delete a child and its children in all frames by default.
1118 2010-07-21  Philippe Brochard  <pbrochard@common-lisp.net>
1120         * src/package.lisp: Add a placement configuration group.
1122         * src/binding*.lisp: Bind control+g to escape the current action
1123         like emacs.
1125         * src/clfswm-internal.lisp
1126         (delete-child-and-children-in-all-frames): New function and
1127         binding: Second mode - Control+Delete delete the current child and
1128         its children in all frames (ie: close the current child and its
1129         children).
1131 2010-07-20  Philippe Brochard  <pbrochard@common-lisp.net>
1133         * src/clfswm-internal.lisp (remove-child-in-frame): Do not destroy
1134         the frame window and the frame gc. Close a very annoying bug when
1135         cuting/pasting a frame or moving a child over frames with the
1136         mouse.
1138         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
1139         all children in *current-root* after moving/resizing a frame.
1141 2010-07-18  Philippe Brochard  <pbrochard@common-lisp.net>
1143         * src/clfswm-util.lisp (delete-focus-window)
1144         (destroy-focus-window): Remove child in parent frame before
1145         stopping it.
1147 2010-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
1149         * src/clfswm-util.lisp (identify-key): Add a timeout in
1150         xlib:process-event.
1151         (mouse-click-to-focus-generic): Use find-child-under-mouse instead
1152         of the window passed by xlib:process-event.
1154         * src/xlib-util.lisp (move-window, resize-window)
1155         (wait-mouse-button-release): Add a timeout in xlib:process-event.
1157 2010-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
1159         * src/clfswm-util.lisp (run-other-window-manager): Add the ability
1160         to launch an other window manager and to return to clfswm.
1162 2010-03-18  Philippe Brochard  <pbrochard@common-lisp.net>
1164         * src/clfswm-layout.lisp (set-tile-space-layout): Set default
1165         to 1%.
1167 2009-12-15  Philippe Brochard  <pbrochard@common-lisp.net>
1169         * src/clfswm.lisp (main-loop): Add a *loop-hook* parameter and a
1170         loop timeout.
1172         * src/clfswm-generic-mode.lisp (generic-mode): Add a loop-hook
1173         parameter and a loop timeout.
1175 2009-12-05  Philippe Brochard  <pbrochard@common-lisp.net>
1177         * src/clfswm.lisp (main): Add an alternate configuration filename
1178         parameter.
1180         * load.lisp: Add a debuging code example.
1182 2009-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
1184         * src/clfswm-configuration.lisp (create-configuration-menu): New
1185         menu to configure all clfswm variables while clfswm is running.
1187 2009-11-12  Philippe Brochard  <pbrochard@common-lisp.net>
1189         * src/clfswm-util.lisp (save-configuration-variables): New
1190         function to save all configuration variables in clfswmrc.
1192 2009-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
1194         * src/clfswm-info.lisp (info-mode): Begining of mouse support in
1195         info mode.
1196         (set-default-info-keys): Add cursor key support in info mode.
1198 2009-11-08  Philippe Brochard  <pbrochard@common-lisp.net>
1200         * contrib/reboot-halt.lisp: Add a Suspend/Reboot/Halt menu in
1201         contrib.
1203         * src/clfswm.lisp (main): Add a read-conf-file-p parameter to
1204         prevent reading the configuration file (this may be useful to
1205         produce the original documentation without user modifications
1206         with the rc configuration file).
1208 2009-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
1210         * src/bindings-second-mode.lisp (set-default-second-keys):
1211         Simplification of Escape key to close/kill/remove the focus window
1212         and unhide all windows.
1214         * src/bindings.lisp (set-default-main-keys): Simplification of
1215         Escape key to close/kill/remove the focus window and unhide all
1216         windows.
1218         * src/clfswm-util.lisp (ask-close/kill-current-window): Add remove
1219         focus and unhide all windows capabilities.
1221 2009-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
1223         * contrib/mpd.lisp (start-gmpc): Add gmpc in the mpd menu.
1225 2009-07-29  Philippe Brochard  <pbrochard@common-lisp.net>
1227         * src/clfswm-layout.lisp (tile-layout, tile-horizontal-layout):
1228         Keep child order and don't make unnecessary child movement.
1229         (one-column-layout, one-line-layout): New layouts.
1231 2009-06-29  Philippe Brochard  <pbrochard@common-lisp.net>
1233         * *: **** Release 0906 ****
1235         * contrib/cd-player.lisp: New file to handle the CD player.
1237         * contrib/xmms.lisp: New file to handle the xmms player.
1239 2009-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
1241         * src/clfswm-layout.lisp (set-no-layout-remember-size): New layout:
1242         Maximize windows in their frame - Leave frames to their actual
1243         size.
1245         * src/bindings-second-mode.lisp (set-default-second-keys): Bind
1246         "o" on set-open-in-new-frame-in-parent-frame-nw-hook.
1248 2009-06-27  Philippe Brochard  <pbrochard@common-lisp.net>
1250         * contrib/keyb_fr.lisp: New file to handle an azerty keyboard.
1252 2009-06-24  Philippe Brochard  <pbrochard@common-lisp.net>
1254         * contrib/mpd.lisp: Use a standard menu.
1256         * src/clfswm-info.lisp: Use a standard menu for the help-menu.
1258 2009-06-22  Philippe Brochard  <pbrochard@common-lisp.net>
1260         * contrib/mpd.lisp: New file to handle the Music Player Daemon (MPD)
1262 2009-06-19  Philippe Brochard  <pbrochard@common-lisp.net>
1264         * src/clfswm-autodoc.lisp (produce-doc, produce-doc-html): Minor
1265         number key cleanup.
1267 2009-06-18  Philippe Brochard  <pbrochard@common-lisp.net>
1269         * src/config.lisp (get-fullscreen-size):  One pixel adjustment
1270         (again).
1272         * src/clfswm-placement.lisp (*-child-placement): One pixel
1273         adjustment (again).
1275 2009-06-16  Philippe Brochard  <pbrochard@common-lisp.net>
1277         * src/clfswm-circulate-mode.lisp (draw-circulate-mode-window):
1278         Ensure that all characters are printable.
1280         * src/config.lisp (get-fullscreen-size): Adjust default fullscreen
1281         sizes.
1283         * src/clfswm-placement.lisp (*-child-placement): Adjust
1284         coordinates to one pixel in the current child.
1286 2009-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
1288         * src/clfswm-query.lisp (query-enter-function): Assign font before
1289         width and height calculation.
1291 2009-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
1293         * src/xlib-util.lisp (banish-pointer): Use with-placement macro to
1294         bannish the pointer in an arbitrary place.
1296         * src/clfswm-info.lisp (info-mode): Use with-placement macro to
1297         place the info window in an arbitrary place.
1299         * src/clfswm-query.lisp (query-enter-function): Use with-placement
1300         macro to place the query window in an arbitrary place.
1302         * src/clfswm-placement.lisp: New file. Allow to place info windows
1303         or query windows on an arbitrary place. Allow to bannish the
1304         pointer on an arbitrary place.
1306 2009-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
1308         * src/clfswm-circulate-mode.lisp (reorder-child)
1309         (reorder-brother): Unfocus windows before reordering children or
1310         brothers.
1312 2009-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1314         * src/clfswm-circulate-mode.lisp (reorder-brother): Ensure that
1315         the parent is a frame.
1317         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Handle
1318         motion with a default modifier.
1320         * src/clfswm.lisp (handle-motion-notify): Handle motion with a
1321         default modifier.
1323         * src/clfswm-info.lisp (info-mode): Handle motion with a default
1324         modifier.
1325         (info-mode): Optimization in loop function.
1327 2009-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
1329         * src/clfswm-circulate-mode.lisp (reorder-brother): Handle
1330         root-frame correctly.
1332         * clfswm.asd: Dependency fix for clfswm-generic-mode.
1334         * src/clfswm-circulate-mode.lisp (reorder-child)
1335         (reorder-brother): Handle empty frames.
1336         (reorder-brother): Redisplay only the parent frame of the  current
1337         child.
1339         * src/clfswm-util.lisp (frame-toggle-maximize): Redisplay only the
1340         parent frame of the  current frame.
1342 2009-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
1344         * src/clfswm-util.lisp (frame-toggle-maximize): New function:
1345         Maximize/Unmaximize the current frame in its parent frame.
1347         * src/clfswm-layout.lisp (maximize-layout): New layout: Maximize
1348         windows and frames in their parent frame.
1350 2009-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
1352         * src/*.lisp: Add support for Clozure Common Lisp (CCL).
1354         * src/clfswm-circulate-mode.lisp (reorder-child)
1355         (reorder-brother): Reinitialise on circulate type change
1356         child to brother or brother to child.
1358         * src/*.lisp (*): Use map-window instead of xlib:map-window. So
1359         calls xlib:display-finish-output on each map-request. So speed up
1360         the window display.
1362         * src/xlib-util.lisp (map-window): New function. Call
1363         xlib:display-finish-output on each map request.
1365 2009-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1367         * src/clfswm-second-mode.lisp (sm-handle-motion-notify):
1368         Optimisation when drawing second mode window.
1370 2009-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
1372         * src/clfswm-circulate-mode.lisp (circulate-mode): Optimisation in
1373         window redraw.
1375 2009-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1377         * src/clfswm-util.lisp (run-program-from-query-string): Launch
1378         command only with a return validation.
1380 2009-04-22  Xavier Maillard  <xma@gnu.org>
1382         * src/clfswm-query.lisp (query-string): Use a generic mode.
1384 2009-04-19  Xavier Maillard  <xma@gnu.org>
1386         * src/clfswm-info.lisp (info-mode): Use generic-mode for info-mode.
1388 2009-04-18  Xavier Maillard  <xma@gnu.org>
1390         * src/clfswm-generic-mode.lisp (generic-mode): Add a generic mode
1391         to define all other modes.
1393 2009-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
1395         * src/package.lisp (): Use *default-font-string* for all
1396         font-string.
1398         * src/clfswm-info.lisp (info-mode): Ensure integer windows size.
1400 2009-02-17  Philippe Brochard  <pbrochard@common-lisp.net>
1402         * src/xlib-util.lisp (null-size-window-p): Better check of null
1403         sized windows.
1405 2009-02-14  Philippe Brochard  <pbrochard@common-lisp.net>
1407         * src/clfswm.lisp (handle-map-request): Add a fix to manage
1408         correctly fullscreen windows (SDL particularly).
1410 2008-12-20  Philippe Brochard  <pbrochard@common-lisp.net>
1412         * src/xlib-util.lisp (get-color): Allocate colors only once -> fix
1413         a segfault with clisp/new-clx.
1415         * src/clfswm.lisp (handle-motion-notify): Add a needed window
1416         argument.
1418         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Add a
1419         needed window argument.
1421 2008-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
1423         * src/xlib-util.lisp (wait-no-key-or-button-press)
1424         (wait-a-key-or-button-press): Check buttons press/release correctly"
1426 2008-10-28  Philippe Brochard  <pbrochard@common-lisp.net>
1428         * src/menu-def.lisp: Add children navigation menu in the movement
1429         menu (select next/previous child/brother/level).
1431 2008-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
1433         *  *: Rename 'sister' frame to 'brother' frame.
1435         * src/clfswm-keys.lisp (unalias-modifiers): Convert a modifier
1436         alias in a real modifier.
1438         * src/package.lisp (*modifier-alias*): New list of modifier alias
1439         For example: :alt is :mod-1, :numlock is :mod-2...
1441         * src/tools.lisp (remove-hook): New function.
1443         * src/clfswm-keys.lisp (with-capslock, without-capslock)
1444         (with-numlock, without-cnumlock): New functions.
1446 2008-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
1448         * src/clfswm-info.lisp: Use the *binding-hook* to create info
1449         keys and mouse bindings.
1451         * src/bindings-second-mode.lisp: Use the *binding-hook* to create
1452         second keys and mouse bindings.
1454         * src/bindings.lisp: Use the *binding-hook* to create main keys
1455         and mouse bindings.
1457 2008-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
1459         * src/clfswm-menu.lisp (open-menu): Remember parent menu to undo
1460         menu opening.
1462 2008-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
1464         * src/menu-def.lisp: Use a menu instead of a function for the
1465         standard menu.
1467 2008-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
1469         * src/clfswm-util.lisp (show-standard-menu): Display the standard
1470         menu from the 'update-menus' command.
1472 2008-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
1474         * src/clfswm-query.lisp (query-string): Do not ungrab keyboard if
1475         it's already grabbed.
1477         * src/clfswm-internal.lisp (display-frame-info): Use configurable
1478         colors and fix a bug with background.
1479         (display-frame-info): Set window background when displaying info.
1481 2008-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
1483         * src/xlib-util.lisp (my-character->keysyms): Use a macro to avoid
1484         warning with clisp/new-clx.
1486 2008-10-04  Philippe Brochard  <pbrochard@common-lisp.net>
1488         * src/clfswm-util.lisp (jump-to-slot): Prevent to jump on a
1489         deleted child.
1491 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
1493         * *: **** Release 0809 ****
1495 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
1497         * src/clfswm-util.lisp (ensure-unique-name): New function and menu
1498         entry.
1499         (ensure-unique-number): New function and menu entry.
1501 2008-09-22  Philippe Brochard  <pbrochard@common-lisp.net>
1503         * src/clfswm-nw-hooks.lisp (named-frame-nw-hook): New new window
1504         hook: open the next window in a named frame.
1505         (numbered-frame-nw-hook): New new window hook: open the next
1506         window in a numbered frame.
1508         * src/clfswm-query.lisp (query-string): Grab the keyboard in all
1509         cases. So query-string can be called even in the main mode.
1511         * src/clfswm-internal.lisp (show-all-children): Do not raise a
1512         child by default => far less flickering.
1514 2008-09-19  Philippe Brochard  <pbrochard@common-lisp.net>
1516         * src/bindings-second-mode.lisp: Bind "t" to tile-current-frame.
1518         * src/menu-def.lisp: Change key binding for the CLFSWM menu
1519         entry.
1521         * src/xlib-util.lisp (xgrab-pointer): Handle the case where cursor
1522         is nil. (workaround on some CLX implementation).
1524 2008-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
1526         * src/menu-def.lisp: Add a menu to set a focus policy for all
1527         frames.
1529         * src/clfswm-util.lisp (set-focus-policy-generic-for-all)
1530         (all-frames-set-*-focus-policy): Set a focus policy for all
1531         frames.
1533         * src/clfswm.lisp (handle-enter-notify): sloppy-select
1534         mode. Select a child and its parents on mouse over.
1536 2008-09-03  Philippe Brochard  <pbrochard@common-lisp.net>
1538         * src/clfswm.lisp (handle-enter-notify): Add a sloppy strict focus
1539         policy -> Sloppy focus only for windows in the current frame.
1540         (main-unprotected): Exit clfswm on init error (ie: when another
1541         window manager is running).
1543         * src/clfswm-util.lisp (reset-clfswm): New function.
1545 2008-09-02  Philippe Brochard  <pbrochard@common-lisp.net>
1547         * src/clfswm-menu.lisp (init-menu): New function.
1549         * src/clfswm-util.lisp (reload-clfswm): New function to reload
1550         CLFSWM.
1551         (exit-clfswm): Rename quit-clfswm to exit-clfswm.
1553         * src/clfswm.lisp (main, main-unprotected): Handle error in a
1554         superior main function. Now CLFSWM can't break the X session. It
1555         just reinitialize the display and run a new main loop.
1557         * src/clfswm-corner.lisp: Make *clfswm-terminal* and
1558         *vt-keyboard-on* global to avoid warnings when loading clfswm.
1560         * src/clfswm-layout.lisp: Add a specific GIMP layout menu.
1561         (help-on-gimp-layout): Describe how to use the GIMP layout.
1563 2008-09-01  Philippe Brochard  <pbrochard@common-lisp.net>
1565         * src/clfswm-layout.lisp (set-gimp-layout): Change the layout to
1566         main-window-right-layout. Change the keybinding for (shift)alt+tab
1567         to not select windows in the main window lisst.
1568         Bind F8 to add a window in the main window list.
1569         Bind F9 to remove a window in the main window list.
1570         Change the focus policy to :sloppy.
1571         (set-previous-layout): Restore the previous layout, keybinding and
1572         focus policy.
1574 2008-08-31  Philippe Brochard  <pbrochard@common-lisp.net>
1576         * src/clfswm-menu.lisp (add-menu-comment): Add comments in menu.
1578         * src/clfswm-layout.lisp (main-window-left-layout)
1579         (main-window-bottom-layout, main-window-top-layout): New
1580         functions.
1581         Factorize layouts in menu.
1583 2008-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
1585         * src/clfswm-layout.lisp (main-window-right-layout): A possible
1586         GIMP layout: one or more main windows on one side of the
1587         frame. Others on the other size.
1589         * src/clfswm-util.lisp
1590         (current-frame-set-click/sloppy-focus-policy): Each frame can have
1591         a different focus policy (one of :click or :sloppy).
1592         The default focus policy is set with *default-focus-policy*.
1594 2008-08-23  Philippe Brochard  <pbrochard@common-lisp.net>
1596         * src/clfswm-info.lisp (show-config-variable): New function.
1598 2008-08-19  Philippe Brochard  <pbrochard@common-lisp.net>
1600         * src/clfswm-layout.lisp (tile-horizontal-layout): New layout.
1602         * src/clfswm-info.lisp: Colored help for key binding and corners
1603         actions.
1605 2008-08-18  Philippe Brochard  <pbrochard@common-lisp.net>
1607         * src/clfswm-util.lisp (delete-focus-window)
1608         (destroy-focus-window): Remove chid only in
1609         handle-unmap/destroy-notify. Focus *current-root* only when
1610         closing/killing the current child.
1612         * src/clfswm-autodoc.lisp (produce-corner-*-doc): New autodoc
1613         functions or corners.
1615 2008-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
1617         * src/clfswm-corner.lisp (present-clfswm-terminal): New corner
1618         action: Hide/Unhide a terminal on mouse corner action. (By default
1619         right mouse button on the top left corner).
1621         * src/config.lisp (*never-managed-window-list*): New config
1622         variable.
1624         * src/clfswm-internal.lisp (never-managed-window-p): New function:
1625         Handle never managed window in a more simple way.
1627         * src/clfswm-corner.lisp: New file and new and more simple method
1628         to define corners actions.
1630 2008-08-15  Philippe Brochard  <pbrochard@common-lisp.net>
1632         * src/clfswm-info.lisp (info-mode): Info line can now be colored.
1634         * src/clfswm-layout.lisp (fast-layout-switch)
1635         (define-fast-layout-switch): New functions: Switch between two
1636         layouts.
1638         * src/clfswm-second-mode.lisp (leave-second-mode): Takes care if
1639         really in the second mode. So leave-second-mode can be used even
1640         in the main mode.
1642         * src/clfswm-util.lisp (switch-to-last-child): New function:
1643         Store the current child and switch to the previous one.
1645 2008-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
1647         * src/clfswm-util.lisp (display-current-window-info): Display the
1648         window id.
1649         (have-to-present-virtual-keyboard): Add a virtual keyboard corner
1650         (top right by default). By default 'xvkbd' is used.
1652 2008-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
1654         * src/xlib-util.lisp (move-window, resize-window): Compress motion
1655         events.
1657         * src/clfswm.lisp (handle-motion-notify): Compress motion events.
1659         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Compress
1660         motion events.
1662         * src/clfswm-info.lisp (info-mode): Compress motion events.
1664 2008-06-21  Philippe Brochard  <pbrochard@common-lisp.net>
1666         * src/clfswm-internal.lisp (show-all-children): Compute geometry
1667         and selection first and then show only necessary children.
1668         (show-child): remove unneeded display-p parameter.
1670         * src/config.lisp (get-fullscreen-size): Place the frame border
1671         outside the screen (this prevent the loose of 2 pixels per
1672         directions :)
1674 2008-06-12  Philippe Brochard  <pbrochard@common-lisp.net>
1676         * src/clfswm-internal.lisp (focus-child): Algorithm change to
1677         raise only the selected child.
1679 2008-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
1681         * src/clfswm-internal.lisp (raise-p-list, show-all-children):
1682         Raise only viewable children.
1684 2008-06-06  Philippe Brochard  <pbrochard@common-lisp.net>
1686         * src/clfswm-internal.lisp (show-all-children): Always raise all
1687         displayed children. Remove all references to raise-p.
1689 2008-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
1691         * src/menu-def.lisp (child-menu): New menu entry on raise/lower
1692         child in its frame.
1694         * src/bindings-second-mode.lisp ("Page_Down", "Page_Up"): New
1695         second mode binding on raise/lower child in its frame.
1697         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): Adapt
1698         behaviour to the new raise/lower property.
1699         Call clear-nw-hook before the rest of the hook.
1701         * src/bindings.lisp (mouse-click-to-focus-and-move-window)
1702         (mouse-click-to-focus-and-resize-window): Stop button event. This
1703         prevent a keyboard/pointer freeze.
1705 2008-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
1707         * src/clfswm-internal.lisp (frame-lower-child)
1708         (frame-raise-child): New functions to raise/lower a child in its
1709         frame.
1711         * src/clfswm-util.lisp (have-to-present-windows)
1712         (have-to-present-all-windows): New functions to have an MaxOS
1713         expose like on mouse click in screen corner.
1715         * src/clfswm-info.lisp ("Page_Down", "Page_Up"): Add boundaries.
1717 2008-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
1719         * src/clfswm-util.lisp (unhide-a-child-from-all-frames): Unhide a
1720         child from a choice in all frames with hidden children.
1722         * src/clfswm-info.lisp (info-mode-menu): Handle separators.
1724 2008-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
1726         * src/clfswm-util.lisp (hide-current-child, unhide-a-child)
1727         (unhide-all-children): New functions.
1729         * src/clfswm-info.lisp (info-mode-menu): Handle symbols and
1730         functions.
1732         * src/clfswm-util.lisp (hide/show-frame-window): new function and
1733         menu item.
1735 2008-05-23  Philippe Brochard  <pbrochard@common-lisp.net>
1737         * src/clfswm-util.lisp (rename-current-child): Do not display the
1738         frame info for a window.
1740 2008-05-20  Philippe Brochard  <pbrochard@common-lisp.net>
1742         * src/clfswm-internal.lisp (remove-child-in-frame): Destroy the
1743         frame window for the removed child and its children.
1745 2008-05-18  Philippe Brochard  <pbrochard@common-lisp.net>
1747         * src/clfswm-autodoc.lisp (produce-*-doc-*): Add a note to use the
1748         autodoc functions.
1750 2008-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
1752         * src/clfswm-nw-hooks.lisp (default-frame-nw-hook): Do not handle
1753         the ROX pinboard (ie: leave it lowered in the root window as
1754         expected).
1756         * src/clfswm-layout.lisp (tile-left-space-layout): New layout.
1757         (tile-left-layout, tile-right-layout, tile-top-layout)
1758         (tile-bottom-layout): Use all the frame space when there is only
1759         one child.
1761         * src/clfswm-internal.lisp (place-window-from-hints): Center
1762         unmanaged windows in the root screen.
1764         * src/clfswm-nw-hooks.lisp (clear-nw-hook, clear-all-nw-hooks):
1765         new functions.
1767 2008-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1769         * src/clfswm-util.lisp (current-frame-manage-window-type): Fix a
1770         typo in managed types.
1772         * src/clfswm-internal.lisp (show-child): Always display frame info
1773         even if the frame is hidden.
1775         * src/xlib-util.lisp (resize-window): Use a better algorithme to
1776         resize windows.
1778 2008-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1780         * src/clfswm-util.lisp (with-movement): Display frame info for all
1781         frames in current root.
1783 2008-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1785         * src/*.lisp: Rename 'brother' frames to 'sister' frames.
1787         * src/bindings-second-mode.lisp (define-second-key #\a): New
1788         binding on 'add-default-frame'.
1790         * src/clfswm-autodoc.lisp (produce-*-doc-*-in-file): Show a
1791         message to follow the autodocumentation process.
1793 2008-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
1795         * src/clfswm-util.lisp (bind-or-jump): Bind "Tab", "Return" and
1796         "Space" to jump to a child. "B" to bind a slot on the current
1797         child.
1799         * src/bindings-second-mode.lisp: Use "Tab" instead of
1800         "Iso_Left_Tab".
1802 2008-05-07  Philippe Brochard  <pbrochard@common-lisp.net>
1804         * src/clfswm-util.lisp (find-child-under-mouse): Take care of
1805         unmanaged (hidden) windows.
1807         * src/clfswm-internal.lisp (place-window-from-hints): Give a
1808         minimal size for windows.
1809         (with-all-windows-frames-and-parent): New function.
1811         * src/config.lisp (*default-window-width/height*): New parameters.
1813         * src/clfswm-internal.lisp (place-window-from-hints): Center
1814         windows in the screen instead of in their frame.
1816         * src/bindings-second-mode.lisp (tile-space-current-frame): New
1817         binding on C-t.
1819         * src/clfswm-layout.lisp (register-layout): Intern the once name
1820         in the right package.
1822 2008-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
1824         * doc/dot-clfswmrc: Update to  follow the new clfswm way.
1826 2008-05-03  Philippe Brochard  <pbrochard@common-lisp.net>
1828         * src/clfswm-internal.lisp (set-current-child)
1829         (adapt-child-to-parent, show-child, hide-child): Handle the case
1830         where child is not a frame or a window.
1832         * src/clfswm-util.lisp
1833         (mouse-click-to-focus-generic,mouse-focus-move/resize-generic):
1834         Check if child is a frame.
1836         * src/clfswm-internal.lisp (managed-window-p): Handle the case
1837         where frame is null.
1838         (place-frame): Check if frame and parent are frames.
1840         * src/clfswm-info.lisp (info-mode): display all frame info before
1841         leaving.
1843         * src/clfswm-second-mode.lisp (second-key-mode): display all frame
1844         info before leaving.
1846         * src/clfswm-internal.lisp (display-all-frame-info): New function.
1848 2008-05-02  Philippe Brochard  <pbrochard@common-lisp.net>
1850         * src/tools.lisp (getenv): Implemented for ECL.
1851         (urun-prog): Implemented for ECL.
1853         * src/clfswm-util.lisp (identify-key): Use a double buffer to
1854         display text.
1856         * src/clfswm-query.lisp (query-string): Use a double buffer to
1857         display text.
1859         * src/clfswm-info.lisp (draw-info-window): Use a double buffer to
1860         display text.
1862         * src/xlib-util.lisp (clear-pixmap-buffer, copy-pixmap-buffer):
1863         New functions.
1865 2008-05-01  Philippe Brochard  <pbrochard@common-lisp.net>
1867         * src/clfswm-info.lisp (info-mode): Add boundaries in the info mode window.
1869         * src/menu-def.lisp: New file: move all menu definition in
1870         menu-def.lisp.
1872         * src/clfswm-layout.lisp (register-layout): Use a function instead
1873         of a macro.
1875 2008-04-30  Philippe Brochard  <pbrochard@common-lisp.net>
1877         * src/clfswm-autodoc.lisp (produce-menu-doc,
1878         (produce-menu-doc-html): New functions.
1879         (produce-doc-*): Moved to clfswm-autodoc.lisp.
1881         * src/clfswm-util.lisp (paste-selection-no-clear): Prevent to
1882         paste a child on one of its own children. (this prevent a
1883         recursive bug).
1884         (move-child-to): Rename move/copy-current-child-by to
1885         move/copy-child-to.
1886         (mouse-move-window-over-frame): New function to move the window
1887         under the mouse cursor to another frame.
1889         * src/clfswm-internal.lisp (find-child-in-parent): New function.
1891 2008-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1893         * src/clfswm-internal.lisp (show-all-children): Display unmanaged
1894         windows only when its window parent is the current child.
1896 2008-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1898         * src/clfswm-util.lisp (manage-current-window)
1899         (unmanage-current-window): New functions: Allow to force to manage
1900         or unmanage a window by its parent frame.
1902         * src/bindings-second-mode.lisp (#\o): binded to
1903         set-open-in-new-frame-in-parent-frame-nw-hook and
1904         (#\o :control) to set-open-in-new-frame-in-root-frame-nw-hook
1906         * src/clfswm-util.lisp (with-current-window): New macro.
1908         * src/xlib-util.lisp (move-window, resize-window): Remove uneeded
1909         exposure and enter-window handle event.
1911         * src/clfswm-util.lisp (move-frame, resize-frame): Show all
1912         children for the current child after the move/resize.
1914 2008-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
1916         * src/xlib-util.lisp (resize-window): Take care of window size
1917         hints.
1919         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Allow to
1920         move/resize unmanaged windows.
1922         * src/xlib-util.lisp (move-window, resize-window): New functions.
1924 2008-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1926         * src/clfswm-util.lisp (current-frame-manage-window-type): Let the
1927         user choose what window type the current frame must handle.
1928         (display-current-window-info): New function.
1929         (current-frame-manage-all-window-type)
1930         (current-frame-manage-only-normal-window-type)
1931         (current-frame-manage-no-window-type): New functions.
1933         * src/clfswm-internal.lisp (managed-window-p): New function.
1935         * src/package.lisp (frame): Managed type: new frame
1936         parameter. This allow to choose what window type a frame must
1937         handle.
1939         * src/*.lisp: Rename all 'father' occurrences to 'parent'.
1941         * src/clfswm-nw-hooks.lisp
1942         (open-in-new-frame-in-parent-frame-nw-hook): New new window hook.
1944         * src/clfswm-util.lisp (adapt-current-frame-to-window-hints): New
1945         function.
1947         * src/tools.lisp (ensure-printable): Return always a string even
1948         with a null string.
1950 2008-04-24  Philippe Brochard  <pbrochard@common-lisp.net>
1952         * src/config.lisp (*default-nw-hook*): New variable to change the
1953         default new window hook.
1955 2008-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1957         * clfswm.asd (clfswm): Add a dependency from
1958         clfswm-second-mode.lisp to clfswm.lisp.
1960         * src/clfswm-util.lisp (identify-key): Show the documentation for
1961         the function bound on a key.
1962         (with-movement): Move with-movement,
1963         current-frame-fill/pack/resize-*  from bindings-second-mode.lisp
1964         to clfswm-util.lisp.
1966         * src/clfswm-menu.lisp: New menu system that let user change keys
1967         or functions associated to keys.
1969 2008-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
1971         * src/clfswm-internal.lisp (show-all-children): Display-child is
1972         the first child by default. Solve a bug with father-p.
1974 2008-04-17  Philippe Brochard  <pbrochard@common-lisp.net>
1976         * src/clfswm-internal.lisp (add-frame): Add frame return the
1977         created frame.
1978         (show-all-children): Move the size computation outside the
1979         show-child part.
1981         * src/bindings-second-mode.lisp (with-movement): Redisplay only
1982         the current child.
1984         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
1985         only the current child.
1987         * src/clfswm-internal.lisp (show-all-children): New display-child
1988         parameter to display only the desired child and its children.
1989         (select-next/previous-child): Only display the current child.
1991 2008-04-14  Philippe Brochard  <pbrochard@common-lisp.net>
1993         * src/clfswm.lisp (init-display): Move the default frame creation
1994         on the default init hook.
1996         * src/clfswm-keys.lisp (define-ungrab/grab): Handle all keysyms in
1997         the main mode (for example: "1" on an azerty keyboard).
1999 2008-04-13  Philippe Brochard  <pbrochard@common-lisp.net>
2001         * src/clfswm-keys.lisp (find-key-from-code): Better handle of
2002         keysyms. Revert to old grabbing method for the main mode.
2004 2008-04-12  Philippe Brochard  <pbrochard@common-lisp.net>
2006         * src/clfswm.lisp (init-display): Add key handling on no focus
2007         window and on frame windows.
2009 2008-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
2011         * src/clfswm.lisp (main): Keyboard handle strategie change: Grab
2012         all keys by default and replay just what is needed. No change for
2013         the second mode.
2015         * src/clfswm-keys.lisp: remove grab/ungrab main keys.
2016         (find-key-from-code): Test for shift and not shift presence.
2018 2008-04-09  Philippe Brochard  <pbrochard@common-lisp.net>
2020         * src/clfswm-internal.lisp (switch-to-root-frame): show later -
2021         new key parameter to have less flickering.
2023 2008-04-07  Philippe Brochard  <pbrochard@common-lisp.net>
2025         * src/bindings-second-mode.lisp (frame-layout-once-menu): Set the
2026         layout only one time and revert to no-layout to freely handle
2027         frames.
2029         * src/clfswm-nw-hooks.lisp
2030         (open-in-new-frame-in-root-frame-nw-hook): Tile layout with spaces
2031         with new created window.
2033         * src/clfswm-layout.lisp (register-layout): Now register
2034         automatically a once layout to set the layout only one time and
2035         revert to no-layout to freely handle frames.
2037 2008-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
2039         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): New
2040         nw-hook: Open the next window in the current frame and leave the
2041         focus to the current child.
2043 2008-04-04  Philippe Brochard  <pbrochard@common-lisp.net>
2045         * src/bindings-second-mode.lisp: Add keys definitions to
2046         bind-or-jump in the second mode.
2048         * src/clfswm-util.lisp (bind-or-jump): remove the auto-defining
2049         macro for bind-or-jump-(1|2|3...).
2051         * src/clfswm-keys.lisp (define-define-key/mouse): Allow additional
2052         arguments to function. This allow to do things like:
2053         (define-main-key (key) 'my-function 10 20 'foo) -> 10 20 and 'foo
2054         are passed to my-function on key press.
2056 2008-04-03  Philippe Brochard  <pbrochard@common-lisp.net>
2058         * src/clfswm-util.lisp (bind-or-jump): New (great) function.
2060 2008-04-02  Philippe Brochard  <pbrochard@common-lisp.net>
2062         * src/clfswm-internal.lisp (child-fullname): New function
2064         * src/clfswm-info.lisp (info-mode-menu): Add an explicit optional
2065         docstring in info-mode-menu. An item can be
2066         '((key function) (key function)) or with docstring
2067         '((key function "documentation 1") (key function "bla bla") (key function))
2069         * src/tools.lisp (ensure-n-elems): New function.
2071         * src/bindings-second-mode.lisp: Bind Alt+mouse-1/3 to move or
2072         resize a frame or the window's father.
2074         * src/clfswm.lisp (init-display): Remove tile-space-layout by
2075         default on the root frame.
2077         * src/clfswm-util.lisp (move/resize-frame): Add standard event
2078         hooks handlers (map-request, configure-notify...)
2080         * src/clfswm-internal.lisp (adapt-child-to-father): Limit minimal
2081         child size to 1x1.
2083 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
2085         * src/bindings.lisp: Bind Alt+mouse-1/3 to move or resize a frame
2086         or the window's father.
2088         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Stop button
2089         event only if there is a geometry change.
2090         (mouse-focus-move/resize-generic): Generic function to move or
2091         resize a frame or a window father frame.
2093 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
2095         * src/clfswm-internal.lisp (show-all-children): Return t if there
2096         is a geometry change.
2098 2008-03-30  Philippe Brochard  <pbrochard@common-lisp.net>
2100         * src/bindings.lisp (Up/Down): Swap select previous/next level.
2102         * src/bindings-second-mode.lisp (Up/Down): Swap select previous/next level.
2104         * src/clfswm.lisp (init-display): Create a default frame in the root frame.
2106         * src/clfswm-internal.lisp (place-frame): Place frame from real (pixel) coordinates.
2107         (with-all-*): Reverse the child list to manage the first child last (like in
2108         show-all-children).
2110         * src/config.lisp (*create-frame-on-root*): New variable: Create a new frame on the
2111         root window only if true.
2113         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Create a new frame on the
2114         root window only if *create-frame-on-root* is true.
2116         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Create a new frame
2117         on the root window.
2119 2008-03-29  Philippe Brochard  <pbrochard@common-lisp.net>
2121         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Focus, move and resize
2122         the current child (even if it's a window).
2124 2008-03-28  Philippe Brochard  <pbrochard@common-lisp.net>
2126         * src/clfswm-util.lisp (mouse-click-to-focus-and-move)
2127         (mouse-click-to-focus-and-resize): New functions.
2129         * src/clfswm-internal.lisp (*-fl->px): Convert float coordinates to pixel.
2130         (*-px->fl): Convert pixel coordinates to float.
2132         * src/tools.lisp (call-hook): Move call-hook to tools.lisp.
2134 2008-03-27  Philippe Brochard  <pbrochard@common-lisp.net>
2136         * src/clfswm-layout.lisp (no-layout): Use :first-only to raise only the
2137         first child.
2139         * src/clfswm-internal.lisp (hide-all): Split hide-all-children in hide-all
2140         and hide-all-children.
2141         (raise-if-needed): New function.
2142         (show-child): Use a first-p parameter to raise windows only when they are
2143         first child.
2145 2008-03-26  Philippe Brochard  <pbrochard@common-lisp.net>
2147         * src/clfswm-internal.lisp (select-next/previous-level): Don't use show-all-children
2148         -> less flickering.
2150 2008-03-25  Philippe Brochard  <pbrochard@common-lisp.net>
2152         * src/clfswm-info.lisp (keys-from-list): new function.
2154         * src/*: rename 'childs' in 'children'.
2156         * src/*: rename 'group' in 'frame'.
2158 2008-03-22  Philippe Brochard  <pbrochard@common-lisp.net>
2160         * src/clfswm-pack.lisp (explode-group/explode-current-group): new functions.
2162 2008-03-21  Philippe Brochard  <pbrochard@common-lisp.net>
2164         * src/clfswm-pack.lisp: Pack, Fill, Resize functions.
2166 2008-03-16  Philippe Brochard  <pbrochard@common-lisp.net>
2168         * src/clfswm-nw-hooks.lisp: Register system for new window hooks.
2169         Bind control+o to open the next window in a new group in the root group
2170          (as open in next window in a new workspace in 0801 version).
2172 2008-03-15  Philippe Brochard  <pbrochard@common-lisp.net>
2174         * src/clfswm-util.lisp (show/hide-all-groups-info/key): Show/hide all groups info
2175         window.
2177 2008-03-14  Philippe Brochard  <pbrochard@common-lisp.net>
2179         * bindings-second-mode.lisp ("ISO_Left_Tab"): Use ISO_Left_Tab
2180         instead of Tab for select-previous-child.
2182 2008-03-13  Philippe Brochard  <pbrochard@common-lisp.net>
2184         * clfswm-util.lisp (force-window-in-group/force-window-center-in-group):
2185         new functions.
2187 2008-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
2189         * clfswm-util.lisp (identify-key): Display the documentation
2190         associated to keys when identifying a key.
2192 2008-03-10  Xavier Maillard  <xma@gnu.org>
2194         * contrib/clfswm: Complete rewrite of the script. Detect error and
2195         act accordingly. Add command line arguments to configure the
2196         script execution. User can now choose different common lisp
2197         implementation (clisp and sbcl only), choose where to store the
2198         dumped image, where to find clfswm source.
2200 2008-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
2202         * clfswm-internal.lisp (process-new-window): Beginning of new
2203         window hook: each group have a hook to tell what he wants to do
2204         with the new created window.
2206 2008-03-08  Xavier Maillard  <xma@gnu.org>
2208         * contrib/clfswm: New script. Dump a CLISP image of CLFSWM then
2209         call the resulting executable.
2211         * clfswm.lisp (read-conf-file): Check for the user config file in
2212         XDG_CONFIG_HOME *first*. Freedesktop.org standards should be
2213         prefered whenever possible.
2215 2008-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
2217         * clfswm-layout.lisp (*-layout): Add an optional raise-p
2218         parameter in each layout.
2220 2008-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
2222         * clfswm-util.lisp (copy/cut-current-child): Does not affect the
2223         root group.
2224         (copy/move-current-child-by-name/number): new functions
2225         (focus-group-by-name/number): new functions
2226         (delete-group-by-name/number): new functions
2228 2008-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
2230         * ************************************************************ *
2231         *: Major update - No more reference  to workspaces. The main   *
2232         structure is a tree of groups or application windows.          *
2233         * ************************************************************ *
2235 2008-02-07  Philippe Brochard  <pbrochard@common-lisp.net>
2237         * clfswm.lisp (read-conf-file): Read configuration in
2238         $HOME/.clfswmrc or in /etc/clfswmrc or in
2239         $XDG_CONFIG_HOME/clfswm/clfswmrc.
2240         (xdg-config-home): Return the content of $XDG-CONFIG-HOME (default
2241         to $HOME/.config/).
2243 2008-01-18  Philippe Brochard  <pbrochard@common-lisp.net>
2245         * clfswm-internal.lisp (show-all-group): Use *root* and *root-gc*
2246         by default.
2248 2008-01-03  Philippe Brochard  <pbrochard@common-lisp.net>
2250         * clfswm-internal.lisp (find-window-group): New function.
2252         * clfswm*: Change to make clfswm run with clisp/new-clx.
2254 2008-01-01  Philippe Brochard  <pbrochard@common-lisp.net>
2256         * clfswm-util.lisp (query-show-paren): Add show parent matching in
2257         query string.
2258         (query-string): Bind control+k to delete end of line.
2260         * clfswm-second-mode.lisp (draw-second-mode-window): Display
2261         the action on mouse motion in second mode.
2263         * clfswm.lisp (handle-exposure): Redisplay groups on exposure
2264         event but do not clear the root window.
2265         (handle-configure-request): Adjust unmanaged window from their
2266         request.
2268         * clfswm-internal.lisp (process-new-window): Adjust new window
2269         with the specified hints (max/min/base width/height).
2271 2007-12-31  Philippe Brochard  <pbrochard@common-lisp.net>
2273         * clfswm.lisp (handle-configure-request): Send an Configuration
2274         Notify event. This solve a bug with xterm and rxvt who takes some
2275         times to be mapped. Now there is no delay.
2277         * bindings-second-mode.lisp (define-shell): Run programs after
2278         living the second mode.
2280 2007-12-30  Philippe Brochard  <pbrochard@common-lisp.net>
2282         * clfswm-internal.lisp (process-new-window): Do not crop transient
2283         window to group size.
2284         (adapt-window-to-group): Do not crop transient window to group
2285         size.
2287         * clfswm.lisp (handle-configure-request): Adapt just the window to
2288         its group and don't take care of the configure request. Remove the
2289         bug with the Gimp outside the group and speed up the window
2290         manipulation.
2291         (handle-exposure): Remove show-all-group on exposure event
2292         -> Speed up.
2294 2007-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
2296         * clfswm-util.lisp (circulate-group-up-copy-window)
2297         (circulate-group-down-copy-window)
2298         (circulate-workspace-up-copy-group)
2299         (circulate-workspace-down-copy-group): Prevent the copy of the
2300         same window in the same workspace.
2302         * bindings-second-mode.lisp (release-copy-selected-window)
2303         (release-copy-selected-group): Prevent the copy of the same window
2304         in the same workspace.
2306         * clfswm-pager.lisp (generic-pager-move-window-on-previous-line)
2307         (generic-pager-move-window-on-next-line): Remove the copy
2308         property.
2309         (generic-pager-move-group-on-next-workspace)
2310         (generic-pager-move-group-on-previous-workspace): Prevent the copy
2311         of the same window in the same workspace.
2313         * bindings-pager.lisp (mouse-pager-copy-selected-window-release)
2314         (mouse-pager-copy-selected-group-release): Prevent the copy of the
2315         same window in the same workspace.
2317         * tools.lisp (setf/=): new macro to set a variable only when
2318         necessary.
2320         * clfswm-internal.lisp (adapt-window-to-group): use set/= to set
2321         x, y... only when necessary.
2323 2007-12-28  Philippe Brochard  <pbrochard@common-lisp.net>
2325         * clfswm.lisp (handle-configure-notify, *configure-notify-hook*):
2326         new function and hook: force windows to stay in its group (solve a
2327         bug with the Gimp).
2329 2007-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
2331         * bindings-second-mode.lisp (mouse-motion): use hide-group to have
2332         less flickering when moving/resizing groups.
2334         * clfswm-internal.lisp (hide-group): new function.
2335         (show-all-group): clear-all: new parameter.
2337 2007-12-22  Philippe Brochard  <pbrochard@common-lisp.net>
2339         * clfswm-keys.lisp (define-define-key): undefine-*-multi-name: new
2340         macro.
2341         * clfswm*: Color change for the pager. Typo or better description
2342         in bindings definitions. Define bindings for a qwerty keyboard by
2343         default. dot-clfswmrc show examples to switch to an azerty
2344         keyboard.
2345         License change to GPL v3.
2346         * config.lisp: new file - group all globals variables in this
2347         file.
2349 2007-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
2351         * xlib-util.lisp (hide-window): Remove structure-notivy events
2352         when hidding a window.
2354 2007-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
2356         * package.lisp (*sm-property-notify-hook*): Readded
2357         property-notify-hook in second mode.
2359 2007-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
2361         * clfswm-keys.lisp (produce-doc-html): Better clean up for strings.
2363 2007-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
2365         * clfswm-pack.lisp (tile-current-workspace-to/right/left/top/bottom):
2366         Tile the current workspace with the current window on one side and
2367         others on the other (this emulate the larswm, dwm, wmii way). See
2368         the default configuration file to enable this mode by default.
2370         * clfswm-pager.lisp (pager-tile-current-workspace-to): idem for
2371         the pager.
2373 2007-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
2375         * clfswm-pager.lisp (pager-draw-window-in-group): Add
2376         ensure-printable to print windows name even with non-ascii
2377         characters.
2379 2007-05-11  Philippe Brochard  <pbrochard@common-lisp.net>
2381         * clfswm-pager.lisp (pager-explode-current-group): Create a new
2382         group for each window in group.
2383         (pager-implode-current-group): Move all windows in workspace to
2384         one group and remove other groups.
2386         * clfswm-pack.lisp (explode-group): Create a new group for each
2387         window in group.
2388         (implode-group): Move all windows in workspace to one group and
2389         remove other groups.
2391         * clfswm-util.lisp (identify-key): Remove local configuration
2392         variables and made them available for configuration from
2393         package.lisp.
2394         (query-string): idem.
2396 2007-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
2398         * netwm-util.lisp: Start of NetWM compliance.
2399         Add a Netwm client list gestion.
2401 2007-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
2403         * clfswm-internal.lisp (create-group-on-request): open a new group
2404         only when the current group is not empty.
2406         * bindings-second-mode.lisp (define-second-key-#\o-control): Fix a
2407         bug with null workspace.
2409         * clfswm-pager.lisp (pager-handle-event): Add a hook
2410         system. This hooks can be changed in the user configuration file.
2412         * package.lisp: All colors and font variables are set in
2413         package.lisp and can be configured in the user configuration
2414         file.
2415         Note: If you have configured some less ugly colors (esp. for the
2416         pager) don't hesitate to let me know :)
2418         * clfswm-second-mode.lisp (sm-handle-event): Add a hook
2419         system. This hooks can be changed in the user configuration file.
2421         * clfswm.lisp (handle-event): Add a hook system. This hooks can be
2422         changed in the user configuration file (~/.clfswmrc)
2424 2007-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
2426         * clfswm-util.lisp (stop-all-pending-actions): new function: reset
2427         arrow action, open next window in new workspace/group.
2429         * bindings.lisp (stop-all-pending-actions): new binding.
2430         (open-next-window-in-new-group-once): Open the next windows in a
2431         new group (only once) or open all new windows in a new group (like
2432         others windows managers).
2434 2007-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
2436         * clfswm.lisp (read-conf-file): New function to read a lisp
2437         configuration file at startup.
2438         (focus-group-under-mouse): Check if group isn't the current group
2439         ( prevent a bug with unclutter ).
2441 2007-03-02  Philippe Brochard  <pbrochard@common-lisp.net>
2443         * bindings.lisp (run-program-from-query-string): A program can be
2444         launch from a input query window.
2446 2007-03-01  Philippe Brochard  <pbrochard@common-lisp.net>
2448         * clfswm-info.lisp: Fix a bug with banish pointer in info mode.
2450 2007-02-28  Philippe Brochard  <pbrochard@common-lisp.net>
2452         * clfswm.lisp (process-new-window): One can now open the next
2453         window in a workspace called by its number.
2455         * clfswm-util.lisp (query-font-string): Minimal editing
2456         capabilities.
2457         (eval-from-string): And an REPL in the window manager... :)
2459 2007-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
2461         * clfswm.lisp (process-new-window): One can now open the next
2462         window in a new workspace or a new group.
2464         * clfswm-pager.lisp (pager-mode): Display the next arrow action
2465         with the hidden windows.
2467         * clfswm.lisp (second-key-mode): Display the current workspace
2468         number and the next arrow action in the state window.
2470         * clfswm-pager.lisp (pager-mode): Hide all windows before leaving
2471         the pager mode and then redisplay only the current workspace.
2473 2007-02-25  Philippe Brochard  <pbrochard@common-lisp.net>
2475         * clfswm.lisp (add-workspace): Workspaces are now numbered. So
2476         they can be focused with a keypress, sorted or renumbered.
2478 2007-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
2480         * clfswm-pager.lisp (pager-mode): Remove multiple silly
2481         pager-draw-display. This prevent a lot of flickering in the
2482         pager.
2484         * clfswm.lisp: Remove all display-force-output and replace them
2485         with only one display-finish-output in the event loop.
2487 2006-11-06  Philippe Brochard  <pbrochard@common-lisp.net>
2489         * clfswm-pager.lisp (pager-center-group): New function - center a
2490         group at the middle of the screen.
2492         * clfswm-pack.lisp (center-group): New function - center a group
2493         at the middle of the screen.
2495         * clfswm.lisp (show-group): Add a cross line under the group.
2496         (show-group): Group are showned even if fullscreened.
2497         (init-display): Add an exposure event on the root window.
2499 2006-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
2501         * package.lisp (*default-group*): Default group is the same size
2502         of a fullscreened group.
2504         * bindings*: Use shift to move, control+shift to copy.
2506         * *.lisp: Add comments for configuration or alternatives. So grep
2507         for CONFIG to see where you can configure clfswm. And grep for
2508         Alternative to use some commented code.
2510         * clfswm.lisp (second-key-mode): Use a single window to show the
2511         second mode. See for alternatives at the end of this file.
2513 2006-11-03  Philippe Brochard  <pbrochard@common-lisp.net>
2515         * clfswm-keys.lisp (define-define-key/mouse): Factorisation in a
2516         macro of key and mouse definitions.
2517         (define-define-key/mouse): Use state instead of modifiers list
2518         this fix a bug when the modifiers list is not in the rigth order.
2520         * clfswm.lisp (second-key-mode): Add a colored border in second mode.
2522 2006-11-02  Philippe Brochard  <pbrochard@common-lisp.net>
2524         * clfswm-info.lisp (info-mode): Add an info mode.
2526 2006-11-01  Philippe Brochard  <pbrochard@common-lisp.net>
2528         * clfswm.lisp (process-new-window): Change border size for
2529         transient windows.
2530         (show-all-windows-in-workspace): Unhide all windows even when the
2531         current group is in fullscreen mode.
2533 2006-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
2535         * clfswm-util.lisp (identify-key): Add an exposure handle-event to
2536         redisplay the identify window after a terminal switch.
2538         * clfswm-pager.lisp (pager-mode): Add an exposure handle-event to
2539         redisplay the pager after a terminal switch.
2541 2006-10-24  Philippe Brochard  <pbrochard@common-lisp.net>
2543         * clfswm-util.lisp (identify-key): Add a window to display
2544         the keys to identify on screen.
2546         * bindings.lisp, bindings-pager.lisp: Define same keys to
2547         move/copy groups/windows in second mode and in pager.
2549         * clfswm.lisp (handle-event*): Same version in all clfswm (fix some
2550         drawing lags).
2551         (show-all-windows-in-workspace): unhide window before adapting it
2552         to group.
2554 2006-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
2556         * clfswm.lisp (handle-event): Revert to an older version.
2558 2006-10-18  Philippe Brochard  <pbrochard@common-lisp.net>
2560         * clfswm-util.lisp (force-window-in-group)
2561         (force-window-center-in-group): New functions for transient windows.
2563         * clfswm-pager.lisp (pager-remove-current-workspace/group):
2564         bugfix: hide all windows before removing group or workspace.
2566 2006-10-17  Philippe Brochard  <pbrochard@common-lisp.net>
2568         * bindings-pager.lisp (mouse-pager-move-selected-group)
2569         (mouse-pager-copy-selected-group)
2570         (mouse-pager-move-selected-window)
2571         (mouse-pager-copy-selected-window, mouse-pager-rotate-window-up)
2572         (mouse-pager-rotate-window-down): New functions to have mouse in
2573         pager mode.
2575         * clfswm-pager.lisp (pager-swap-window)
2576         (pager-copy-group-on-next/previous-workspace)
2577         (pager-copy-window-on-next/previous-line): New functions
2579 2006-10-15  Philippe Brochard  <pbrochard@common-lisp.net>
2581         * clfswm-pager.lisp (pager-move-window-on-next/previous-line,
2582         (pager-move-group-on-next/previous-workspace): new functions.
2584         * clfswm-pack.lisp (resize-half-x-x-current-group): resize group
2585         to its half size (new functions).
2587 2006-10-11  Philippe Brochard  <pbrochard@common-lisp.net>
2589         * clfswm-pager.lisp: workspaces, groups and windows can now be
2590         selectionned with the keyboard or the mouse.
2592 2006-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
2594         * clfswm-pager.lisp (pager-select-workspace-right/left):
2595         workspaces can now be selectionned with the keyboard.
2597 2006-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
2599         * clfswm-keys.lisp (undefine-main-key, undefine-second-key, undefine-mouse-action):
2600         new function to remove a previous defined key or mouse combination.
2602 2006-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
2604         * clfswm.lisp (main): Check for access error in init-display.
2606         * clfswm-keys.lisp (define-ungrab/grab): check for keysym and
2607         keycode before grabbing.
2609         * bindings.lisp: Remove nlambda and use defun to keep the function
2610         documentation with clisp.
2611         (define-shell): new macro to define shell command for the second
2612         mode.
2614 2006-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
2616         * clfswm-keys.lisp (define-ungrab/grab): use a cond instead of a
2617         boggus typecase.
2619 2006-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
2621         * bindings.lisp (accept-motion): Move group bugfix in upper mouse
2622         workspace circulation.
2624         * clfswm-util.lisp (absorb-orphan-window): new function.
2626         * clfswm-keys.lisp: Keysyms support.
2628 2006-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
2630         * clfswm.lisp (show-group): Use one gc for all groups and not one
2631         per group.
2633 2006-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
2635         * bindings.lisp (define-second-key (#\l :mod-1)): fix a typo.
2637         * clfswm.lisp (adapt-window-to-group): Adapt only windows with
2638         width and height outside group.
2640 2006-09-28  Philippe Brochard  <pbrochard@common-lisp.net>
2642         * clfswm.lisp: First public release.