contrib/wallpaper.lisp (wallpaper): Handle no xinerama support case.
[clfswm.git] / ChangeLog
blobb72f7be3991762bce89dbbc96e0b1d132245931b
1 2012-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
3         * contrib/wallpaper.lisp (wallpaper): Handle no xinerama support
4         case.
6         * src/clfswm-internal.lisp (place-frames-from-xinerama-infos):
7         Handle better no xinerama support case.
9 2012-10-04  Philippe Brochard  <pbrochard@common-lisp.net>
11         * contrib/wallpaper.lisp (generate-wallpaper): Force waiting the
12         end of convert.
13         (wallpaper): Open a notify window to wait wallpaper creation.
15         * src/clfswm.lisp (main-mode: configuer request): Call
16         *root-size-change* hook on each root size change. This let CLFSWM
17         refresh background wallpaper on root size changes.
19         * src/clfswm-internal.lisp (place-frames-from-xinerama-infos):
20         Handle root screen resize on the fly when adding or removing a
21         monitor.
23         * src/clfswm-menu.lisp (open-menu): Show key bindings also for
24         menu entry.
26 2012-10-03  Philippe Brochard  <pbrochard@common-lisp.net>
28         * src/clfswm-menu.lisp (open-menu): Show key bindings
29         correspondence in menu for main and second mode.
31         * src/clfswm.lisp (main-loop): Reset X error count only once for
32         all loops.
34 2012-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
36         * src/xlib-util.lisp (handle-event): Ignore synchronous xlib
37         window-error and drawable-error in event handler.
39         * contrib/clfswm: Dump different image from different installation
40         path.
42 2012-09-30  Philippe Brochard  <pbrochard@common-lisp.net>
44         * src/clfswm.lisp (configure-request handler): Send a
45         configuration notify event in a more precise way.
47 2012-09-29  Philippe Brochard  <pbrochard@common-lisp.net>
49         * src/xlib-util.lisp (with-xlib-protect): Limit X errors ignored
50         to prevent freezes and add a backtrace system.
52 2012-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
54         * src/clfswm.lisp (configure-request handler): To be ICCCM
55         compliant, send a fake configuration notify event only when the
56         window has moved and not when it has been resized.
58 2012-09-21  Philippe Brochard  <pbrochard@common-lisp.net>
60         * Relase 1209
62 2012-09-09  Philippe Brochard  <pbrochard@common-lisp.net>
64         * src/clfswm-internal.lisp
65         (delete-child-and-children-in-all-frames): Remove all children in
66         frames and only close windows.
68         * src/*.lisp: Remove uneeded with-xlib-protect.
70 2012-09-06  Philippe Brochard  <pbrochard@common-lisp.net>
72         * contrib/wallpaper.lisp (wallpaper): create/use-background
73         simplification function.
75 2012-09-05  Philippe Brochard  <pbrochard@common-lisp.net>
77         * contrib/wallpaper.lisp: New functionality to handle backgrounds
78         on differents screen heads.
80         * contrib/toolbar.lisp (toolbar-adjust-root-size): Takes care of
81         multiple toolbar on the same root edge.
83 2012-09-04  Philippe Brochard  <pbrochard@common-lisp.net>
85         * src/clfswm-internal.lisp (show-all-children): Hide only children
86         hidden by normal windows or frames (but not :dialog,
87         :transient...).
88         (process-new-window): Remove borders for maxsize windows.
89         (show-all-children): Let the choice to always display children or
90         to optimize by hidding children not seen . The first option is
91         better with transparency support (frames behind orther frames are
92         seen). The second one is faster with many children in the same
93         frame (not seen children are not displayed).
95 2012-08-31  Philippe Brochard  <pbrochard@common-lisp.net>
97         * src/xlib-util.lisp (with-xlib-protect): Handle all Xlib errors
98         for better code protection.
100 2012-08-28  Philippe Brochard  <pbrochard@common-lisp.net>
102         * src/clfswm-expose-mode.lisp (expose-query-key-press-hook): Add
103         an option to immediately select child if they can be directly
104         accessed.
106 2012-08-25  Philippe Brochard  <pbrochard@common-lisp.net>
108         * contrib/volume-mode.lisp: Add mouse buttons actions in volume
109         mode. Add a volume button toolbar module.
111 2012-08-24  Philippe Brochard  <pbrochard@common-lisp.net>
113         * contrib/mpd.lisp: New toolbar modules (available only if
114         toolbar.lisp is loaded).
115         Add a small parameter for toolbar modules useful with vertical
116         toolbars.
118 2012-08-21  Philippe Brochard  <pbrochard@common-lisp.net>
120         * contrib/reboot-halt.lisp: Add configuration command for system
121         actions.
123         * contrib/toolbar.lisp (toggle-toolbar-hide-state): New function.
125 2012-08-20  Philippe Brochard  <pbrochard@common-lisp.net>
127         * src/clfswm-internal.lisp (add-in-never-managed-window-list): New
128         function.
130 2012-08-20  Philipp Kroos  <philipp.kroos@t-online.de>
132         * src/clfswm-placement.lisp (here-placement): Evaluates to current
133         position of pointer.
135 2012-08-20  Philipp Kroos  <philipp.kroos@t-online.de>
137         * contrib/toolbar.lisp: Add an expose-mode-button-module.
139 2012-08-19  Philippe Brochard  <pbrochard@common-lisp.net>
141         * contrib/toolbar.lisp (remove-toolbar): New function.
143 2012-08-18  Philippe Brochard  <pbrochard@common-lisp.net>
145         * contrib/toolbar.lisp: Add configurable colors in toolbar
146         modules.
148 2012-08-16  Philippe Brochard  <pbrochard@common-lisp.net>
150         * src/tools.lisp: Factorize system usage information collection.
151         (start-system-poll): Use a lock file instead of a local variable.
153         * contrib/toolbar.lisp: Add memory, cpu and battery usage module
154         with a poll methode. More responsive but up to date every 10s by
155         default.
157 2012-08-15  Philippe Brochard  <pbrochard@common-lisp.net>
159         * contrib/toolbar.lisp: Add a clickable label module for toolbar.
160         Add a clickable entry to open the CLFSWM main menu.
161         Add memory, cpu and battery usage module.
163         * src/clfswm-menu.lisp (open-menu): Prevent to reopen an opened
164         menu. Fixe a but with negative selected-item.
166 2012-08-14  Philippe Brochard  <pbrochard@common-lisp.net>
168         * src/clfswm-util.lisp (eval-from-query-string): Show a notify
169         window when updating symobls list for REPL completion.
170         (show-current-root): New function and configuration menu to
171         display a message on the current root.
173         * contrib/toolbar.lisp: Add arguments in toolbar modules.
175         * src/xlib-util.lisp (event-hook-name): Intern hook name symbol
176         in :clfswm package.
178 2012-08-13  Philippe Brochard  <pbrochard@common-lisp.net>
180         * contrib/toolbar.lisp (toolbar-module-text): Print a formatted
181         text at module position centered in toolbar.
183         * src/xlib-util.lisp (optimize-event-hook): Remove unused event
184         hooks.
186 2012-08-12  Philippe Brochard  <pbrochard@common-lisp.net>
188         * contrib/toolbar.lisp: End of toolbar framework.
189         (list-toolbar-modules): Add a list toolbar modules function.
191 2012-08-03  Philippe Brochard  <pbrochard@common-lisp.net>
193         * src/clfswm-internal.lisp (show-child): Show unmanaged windows
194         on (maybe) current child in all roots.
196         * src/clfswm-util.lisp (find-child-under-mouse-in-child-tree):
197         Handle children from all roots instead of from  *root-frame*.
199 2012-07-23  Philippe Brochard  <pbrochard@common-lisp.net>
201         * src/clfswm-expose-mode.lisp: New expose mode based on standard
202         query input.
204 2012-06-27  Philippe Brochard  <pbrochard@common-lisp.net>
206         * src/clfswm-util.lisp (eval-from-query-string): Add completion
207         for eval for query string.
209 2012-06-26  Philippe Brochard  <pbrochard@common-lisp.net>
211         * src/clfswm-query.lisp: Add completion for shell commands.
213 2012-06-18  Philippe Brochard  <pbrochard@common-lisp.net>
215         * src/clfswm-placement.lisp: Each child can have its own border
216         size. New binding to change the child border size on the fly.
218 2012-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
220         * src/tools.lisp (process-timers): Call get-internal-real-time
221         only once for all times.
223 2012-06-07  Philippe Brochard  <pbrochard@common-lisp.net>
225         * contrib/toolbar.lisp (define-toolbar-hooks): Add auto-hide
226         clickable toolbar.
227         (define-toolbar-hooks): Add auto-hide toolbar (show/hide on mouse
228         motion event).
230 2012-06-06  Philippe Brochard  <pbrochard@common-lisp.net>
232         * src/xlib-util.lisp (handle-event): Add an additional hook event
233         system to handle events in contrib code.
235 2012-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
237         * src/clfswm-placement.lisp: Add an optional border size in all
238         placement functions.
240 2012-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
242         * contrib/toolbar.lisp (clock): Add a clock module.
244 2012-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
246         * contrib/toolbar.lisp: begining of toolbar support.
248 2012-05-24  Philippe Brochard  <pbrochard@common-lisp.net>
250         * src/clfswm-internal.lisp (rotate-root-geometry): Do not use
251         rotatef but a simpler algorithm.
253 2012-05-19  Philippe Brochard  <pbrochard@common-lisp.net>
255         * src/clfswm-placement.lisp: Adjust width and height in child and
256         root placement to prevent too big child size.
258 2012-05-18  Philippe Brochard  <pbrochard@common-lisp.net>
260         * src/clfswm-placement.lisp: New root placement possibility.
262         * src/clfswm-util.lisp (change-current-root-geometry): New
263         function.
265 2012-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
267         * src/clfswm-util.lisp (exchange-root-geometry-with-mouse): New
268         function and menu.
270 2012-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
272         * src/menu-def.lisp: New root menu.
274 2012-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
276         * src/clfswm-circulate-mode.lisp (rotate-root-geometry-next)
277         (rotate-root-geometry-previous): New second mode binding to change
278         root geometry.
280 2012-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
282         * src/clfswm-internal.lisp: Remove the *current-child* variable
283         and use a setfable function (current-child) instead.
284         (current-child-setter): Store root current child before apllying
285         current child change.
287 2012-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
289         * src/clfswm-internal.lisp: Use xdpyinfo/xinerama informations
290         instead of xrandr informations.
292 2012-05-06  Philippe Brochard  <pbrochard@common-lisp.net>
294         * src/clfswm-internal.lisp : Use only one list for root
295         management.
296         (*root*): Root management API simplification.
298 2012-04-30  Philippe Brochard  <pbrochard@common-lisp.net>
300         * src/clfswm-internal.lisp: Big change to replace *current-root*
301         variable to support multiple root.
303 2012-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
305         * src/tools.lisp (add-new-hook, add-hook): New macro. Do not
306         duplicate hooks by default. Use add-new-hook if you want to
307         duplicate them.
309 2012-04-16  Philippe Brochard  <pbrochard@common-lisp.net>
311         * src/clfswm-corner.lisp (wait-window-in-query-tree): Add a limit
312         of try to wait the command window.
314 2012-02-25  Philippe Brochard  <pbrochard@common-lisp.net>
316         * src/clfswm-util.lisp (place-frames-from-xrandr)
317         (swap-frame-geometry, rotate-frame-geometry): New helper functions
318         for multiple physical screen.
319         (jump-to-slot, add-frame-in-parent-frame): Change *current-root*
320         only when needed.
322 2012-01-18  Philippe Brochard  <pbrochard@common-lisp.net>
324         * src/*.lisp: Use create-symbol and create-symbol-in-package
325         instead of the shorter symb. (Thanks Aad Versteden).
327         * src/bindings-second-mode.lisp (set-default-second-keys): New
328         key binding to set window and frame transparency.
330         * src/bindings.lisp (set-default-main-mouse): New mouse binding to
331         set window and frame transparency.
333         * src/clfswm-keys.lisp (define-keys): New macro to ease multiple
334         keys definitions. (Thanks Valentin Plechinger for the request).
336         * src/*.lisp: Add full transparency support with xcompmgr.
338 2012-01-14  Philippe Brochard  <pbrochard@common-lisp.net>
340         * src/*.lisp: Add transparency support.
342 2012-01-09  Ales Guzik <ales.guzik@gmail.com>
344         * src/clfswm-layout.lisp (tile-layout-mix): New layout to
345         automatically choose between vertival and horizontal tile layout.
346         (tile-space-layout): Fix to have space between screen border and
347         frame the same as between frames.
349 2012-01-04  Philippe Brochard  <pbrochard@common-lisp.net>
351         * load.lisp: Support clisp 2.49+ module system to load CLX.
353 2012-01-04  Ales Guzik <ales.guzik@gmail.com>
355         * src/clfswm-layout.lisp (update-layout-managed-children-keep-position):
356         Fix an inattention error.
358 2012-01-04  Philippe Brochard  <pbrochard@common-lisp.net>
360         * src/xlib-util.lisp (with-xlib-protect): Protect from
361         xlib:lookup-error. This prevent an error in clisp/new-clx when
362         sometimes an xlib:colormap is expected instead of an xlib:window.
364 2012-01-03  Philippe Brochard  <pbrochard@common-lisp.net>
366         * src/xlib-util.lisp (handle-event): Fix a clisp/new-clx error
367         when sometimes window slot of event-slots is a pixmap instead of a
368         window.
370 2011-12-26  Philippe Brochard  <pbrochard@common-lisp.net>
372         * src/clfswm-query.lisp: Fill the history list with a non-nil
373         value.
375 2011-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
377         * src/package.lisp (make-x-drawable): Drawable wrapper to prevent
378         type error in some CLX versions.
379         Replace xlib:drawable-* functions with x-drawable-* equivalents
381 2011-12-14  Philippe Brochard  <pbrochard@common-lisp.net>
383         * src/clfswm-util.lisp (um-create-xdg-section-list): Add at least
384         the 'Utility menu entry.
386         * src/config.lisp (*xdg-section-list*): moved to config.lisp.
388         * src/clfswm-util.lisp (update-menus): Set a default value for
389         searching .desktop files when XDG_DATA_DIRS is not set.
391 2011-10-15  Philippe Brochard  <pbrochard@common-lisp.net>
393         * src/clfswm-internal.lisp (place-window-from-hints): Use
394         with-placement macro to place unmanaged windows in an arbitrary
395         place.
397 2011-06-16  Philippe Brochard  <pbrochard@common-lisp.net>
399         * src/clfswm-internal.lisp (clean-windows-in-all-frames): Prevent
400         current root and current child being equal to child.
402 2011-06-13  Philippe Brochard  <pbrochard@common-lisp.net>
404         * src/keysyms.lisp: Repeat Page_Down/Up keysym definitions at the
405         end of the file to change keysyms priority.
407 2011-06-13  Sylvain HENRY <hsyl20@gmail.com>
409         *  *.*: Minor spelling fix.
411 2011-06-12  Philippe Brochard  <pbrochard@common-lisp.net>
413         * src/clfswm.lisp (:unmap-notify, :destroy-notify): Show all
414         children just after the xlib tree cleanup -> reduce the
415         flickering when a window is deleted or destroyed.
417         * src/clfswm-internal.lisp (process-existing-windows): Do not
418         process the notify window.
420 2011-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
422         * *: **** Release 1106 ****
424 2011-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
426         * src/clfswm-internal.lisp (clean-windows-in-all-frames): New
427         function to prevent xlib error when a window is deleted.
429 2011-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
431         * src/clfswm-internal.lisp
432         (delete-child-and-children-in-all-frames): Delete or destroy
433         children before displaying all children.
435 2011-06-05  Philippe Brochard  <pbrochard@common-lisp.net>
437         * src/clfswm-util.lisp (add-frame-in-parent-frame): New function
438         and binding.
440 2011-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
442         * src/clfswm.lisp (main-unprotected): Destroy all frames windows
443         before closing the display (not really needed).
445 2011-06-02  Philippe Brochard  <pbrochard@common-lisp.net>
447         * src/clfswm-layout.lisp (inc-tile-layout-size)
448         (dec-tile-layout-size, inc-slow-tile-layout-size)
449         (dec-slow-tile-layout-size): New functions and bindings.
451 2011-06-01  Philippe Brochard  <pbrochard@common-lisp.net>
453         * src/clfswm-expose-mode.lisp (define-expose-letter-keys): Add
454         0..1 and A..Z keys to select a child in exposé mode.
456         * src/clfswm-internal.lisp (display-frame-info): Remove hidden
457         infos in frames windows.
459         * src/clfswm-util.lisp (ask-close/kill-current-window): Menu
460         update.
462 2011-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
464         * src/clfswm-internal.lisp (get-parent-layout): Minor fullscreen
465         size tweaking.
467 2011-05-29  Philippe Brochard  <pbrochard@common-lisp.net>
469         * src/clfswm-internal.lisp
470         (delete-child-and-children-in-all-frames): Show all children
471         before deleting/destroying a windows, so prevent a flickering.
472         (get-parent-layout): Return the fullscreen size when the current
473         root is a window.
475 2011-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
477         * src/clfswm-internal.lisp (get-parent-layout): Handle correctly
478         unmanaged windows.
480         * src/clfswm-util.lisp (delete-focus-window-generic): Do not hide
481         child before removing, so prevent a flickering.
483         * src/clfswm-internal.lisp (show-all-children): Rectangular
484         optimization to display only needed children.
485         (show-all-children): Remove flickering on
486         select-next/previous-brother.
488 2011-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
490         * src/clfswm-util.lisp (copy-focus-window, cut-focus-window): New
491         functions and ask-close/kill-current-window menu and bindings
492         entry.
494 2011-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
496         * src/clfswm-util.lisp (ask-close/kill-current-window): Add an
497         *ask-close/kill-placement* placement window variable.
499 2011-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
501         * contrib/osd.lisp (funcall-button-from-code): Display osd
502         documention for buttons and fix some redefining warnings.
504 2011-05-07  Philippe Brochard  <pbrochard@common-lisp.net>
506         * src/clfswm-nw-hooks.lisp (make-permanent-nw-hook-frame): New
507         function. Prevent to add or delete a new window hook for this
508         frame.
510         * src/clfswm-layout.lisp (update-layout-managed-children-position):
511         New function.
513 2011-05-06  Philippe Brochard  <pbrochard@common-lisp.net>
515         * src/bindings-second-mode.lisp (set-default-second-keys):
516         select-brother-spatial-move-* binding update.
518         * src/clfswm-layout.lisp (tile-left|right|top|bottom-layout): Ask
519         to keep children positions or not.
521         * src/clfswm-internal.lisp (fixe-real-size): Takes care of border
522         size.
524         * src/clfswm-layout.lisp (update-layout-managed-children): Fix a
525         bug by using the parent frame instead of the current child.
527         * src/clfswm-circulate-mode.lisp
528         (select-brother-generic-spatial-move+right/left/up/down): New
529         function to select a brother from another in a spatial move.
531 2011-04-19  Philippe Brochard  <pbrochard@common-lisp.net>
533         * src/clfswm-pack.lisp (move-frame-constrained)
534         (resize-frame-constrained): Use pixels instead of floating
535         measure.
537 2011-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
539         * src/clfswm-pack.lisp (resize-frame-constrained): Takes care of
540         border size.
541         (implode-frame, implode-current-frame): New functions. Absorb all
542         frames subchildren in frame. Explode frame opposite.
544 2011-04-17  Philippe Brochard  <pbrochard@common-lisp.net>
546         * src/clfswm-pack.lisp (move-frame-constrained)
547         (resize-frame-constrained): New function. Move and resize frame
548         with the mouse constrained by other frame brothers.
550 2011-04-14  Philippe Brochard  <pbrochard@common-lisp.net>
552         * src/clfswm-util.lisp (with-movement-select-next-brother)
553         (with-movement-select-previous-brother)
554         (with-movement-select-next-child): Use a simple method (do not
555         enter in the circulate mode) to allow to circulate in all children
556         or brothers.
558         * src/clfswm-menu.lisp (open-menu): Save info hash table keys
559         instead of deleting newly created keys.
561 2011-03-21  Philippe Brochard  <pbrochard@common-lisp.net>
563         * src/clfswm-internal.lisp (x-px->fl, y-px->fl): Takes care of
564         border size.
566 2011-03-20  Philippe Brochard  <pbrochard@common-lisp.net>
568         * src/clfswm-info.lisp (show-config-variable): call
569         produce-conf-var-doc.
571 2011-03-18  Philippe Brochard  <pbrochard@common-lisp.net>
573         * src/clfswm-autodoc.lisp (produce-conf-var-doc-html): Produce a
574         documentation for all configurable variables in CLFSWM -
575         HTML version.
577         * src/clfswm-internal.lisp (leave-frame): Hide all children except
578         the current window.
580 2011-03-16  Philippe Brochard  <pbrochard@common-lisp.net>
582         * src/clfswm-autodoc.lisp (produce-all-docs): Produce a
583         documentation for all configurable variables in CLFSWM.
585         * src/clfswm-layout.lisp (set-gimp-layout): Display a notify
586         window with the help on the GIMP layout.
588 2011-03-12  Philippe Brochard  <pbrochard@common-lisp.net>
590         * src/menu-def.lisp: Menu update to prevent cursor keys clash.
592         * clfswm.asd: Change compilation order to prevent undefined
593         variables.
595         * src/clfswm-internal.lisp (show-child(frame)): Handle properly
596         the show-root-frame-p parameter.
598 2011-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
600         * src/clfswm-util.lisp (move-frame, resize-frame): Do not move or
601         resize a frame when it's the current root.
603 2011-03-10  Philippe Brochard  <pbrochard@common-lisp.net>
605         * src/clfswm-internal.lisp (show-all-children): Handle properly
606         duplicated child in multipe frames.
608 2011-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
610         * contrib/volume-mode.lisp (set-default-volume-keys): Add more
611         keybindings (up/down, right/left) to raise/lower the volume.
613         * src/clfswm-layout.lisp: Add a variable border size for frames
614         and windows.
616 2011-03-08  Philippe Brochard  <pbrochard@common-lisp.net>
618         * src/clfswm-util.lisp (cut-current-child, remove-current-child)
619         (delete-current-child): Hide the current child before doing the
620         action.
622         * src/clfswm-internal.lisp (show-all-children): Hide windows not
623         in the current root before displaying those in current root.
624         Remove all hide-all unnecessary calls.
626         * src/clfswm-configuration.lisp (save-variables-in-conf-file):
627         Save only variables with a different value than their original
628         value.
630 2011-03-07  Philippe Brochard  <pbrochard@common-lisp.net>
632         * src/clfswm-info.lisp (show-config-variable): Use the new
633         defconfig method.
635         * src/clfswm-autodoc.lisp (produce-configuration-variables): Use
636         the new defconfig method.
638         * src/clfswm-configuration.lisp (create-configuration-menu):
639         Change the config system with a more lispy one and a less string
640         based one: (defconfig name value group doc).
643 2011-03-06  Philippe Brochard  <pbrochard@common-lisp.net>
645         * src/clfswm-internal.lisp (show-all-children): Simplify the
646         selection method.
647         (show-child): Display an unmanaged window whe  it's the current
648         child.
649         (show-all-children): add the ability to display all child from
650         *root-frame* and hide all those who are not in *current-root*.
651         -> remove hide-all-children when needed.
653         * src/xlib-util.lisp (move-window,resize-window): Add a
654         *color-move-window* border when moving or resizing a window.
656 2011-03-04  Philippe Brochard  <pbrochard@common-lisp.net>
658         * src/clfswm-internal.lisp (show-all-children): Perform only one
659         recusion on the clfswm tree: calculate geometry and place child in
660         one pass.
662 2011-03-03  Philippe Brochard  <pbrochard@common-lisp.net>
664         * src/clfswm-internal.lisp (show-all-children): Rethink of display
665         child order to prevent very annoying flickering.
667 2011-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
669         * src/clfswm-util.lisp (query-yes-or-no): New function.
671         * src/clfswm-configuration.lisp (reset-all-config-variables): New
672         function and menu entry.
673         (query-conf-value): Add the ability to leave the field blank to
674         reset the variable to its default value.
676 2011-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
678         * src/clfswm-configuration.lisp
679         (add-all-configuration-default-value): Add a default value to
680         configurable variables.
682 2011-02-23  Philippe Brochard  <pbrochard@common-lisp.net>
684         * src/clfswm.lisp (main-unprotected): Create the configuration
685         menu only once at startup.
687 2011-02-22  Desmond O. Chang <dochang@gmail.com>
689         * contrib/amixer.lisp: Add a volume mode inspired by the emms
690         volume package. Alsa mixer interface.
692         * contrib/volume-mode.lisp: Add a volume mode inspired by the emms
693         volume package.
695 2011-02-22 Desmond O. Chang <dochang@gmail.com>
697         * src/clfswm.lisp (main): Use ASDF:SYSTEM-SOURCE-DIRECTORY instead
698         of *LOAD-TRUENAME*. *LOAD-TRUENAME* is only bound during a call to
699         LOAD. If one eval CLFSWM:MAIN in repl, BASE-DIR will be an empty
700         string. Use ASDF:SYSTEM-SOURCE-DIRECTORY to fix it.
702 2011-02-16  Philippe Brochard  <pbrochard@common-lisp.net>
704         * src/clfswm.lisp (main-unprotected): Add a close hook. And close
705         the notify window, the virtual keyboard and the clfswm terminal by
706         default.
708 2011-02-15  Philippe Brochard  <pbrochard@common-lisp.net>
710         * src/clfswm.lisp (main-unprotected): Destroy the notify window
711         before closing the display. This fix a bug when resetting/reloading
712         clfswm.
714 2011-02-12  Philippe Brochard  <pbrochard@common-lisp.net>
716         * src/xlib-util.lisp (equal-wm-class-fun, equal-wm-name-fun)
717         (raise-window-fun, raise-and-focus-window-fun): New functions.
719         * src/config.lisp (*clfswm-terminal-cmd*): Switch from xterm to
720         urxvt.
721         (*never-managed-window-list*): Structure change to be more
722         flexible. Let the choice to focus, raise and do nothing on never
723         managed windows.
725 2011-02-09  Philippe Brochard  <pbrochard@common-lisp.net>
727         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Take
728         care of never managed windows to move or resize them if the raise
729         parameter is true.
731         * src/clfswm-internal.lisp (in-frame, in-window, in-child): New
732         functions.
734 2011-02-08  Philippe Brochard  <pbrochard@common-lisp.net>
736         * src/clfswm.lisp (main-mode): Raise or not unmanaged windows
737         following request in *never-managed-window-list*.
739 2011-02-05  Philippe Brochard  <pbrochard@common-lisp.net>
741         * *: **** Release 1102 ****
743 2011-02-05  Desmond O. Chang <dochang@gmail.com>
745         * src/keysyms.lisp: Add extended keysyms from stumpwm.
747 2011-02-01  Desmond O. Chang <dochang@gmail.com>
749         * src/clfswm-util.lisp (run-or-raise): New function (thanks to
750         Desmond O. Chang).
752         * src/clfswm-internal.lisp (with-all-*): add a nil block.
754 2011-01-28  Desmond O. Chang <dochang@gmail.com>
756         * src/clfswm-util.lisp (xdg-config-home): XDG_CONFIG_HOME should
757         be $HOME/.config by default.
759 2010-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
761         * contrib/osd.lisp (display-doc): Add another method where a
762         CLFSWM native window is used to display the key documentation.
764 2010-12-27  Philippe Brochard  <pbrochard@common-lisp.net>
766         * src/xlib-util.lisp (with-xlib-protect): Force to revert to the
767         main mode state.
769 2010-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
771         * src/clfswm-second-mode.lisp (second-key-mode): Call the second
772         mode leave function only when the generic mode was ended.
774 2010-12-08  Philippe Brochard  <pbrochard@common-lisp.net>
776         * src/clfswm-second-mode.lisp (sm-leave-function): Do not use
777         *second-mode-program* anymore.
779 2010-12-07  Philippe Brochard  <pbrochard@common-lisp.net>
781         * src/clfswm-second-mode.lisp (*second-mode-leave-function*): New
782         variable bound to a function executed (when not null) on second
783         mode leaving.
785 2010-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
787         * src/clfswm-util.lisp (find-child-under-mouse): Do not find
788         hidden windows.
790 2010-11-13  Philippe Brochard  <pbrochard@common-lisp.net>
792         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
793         Do not display the accel window for unmanaged windows.
795 2010-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
797         * src/clfswm-internal.lisp (set-current-root): Handle
798         window-parent in set-current-root.
800         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Do not
801         focus the parent child when the current root is a window.
803 2010-11-09  Philippe Brochard  <pbrochard@common-lisp.net>
805         * src/clfswm-expose-mode.lisp (expose-windows-current-child-mode):
806         New function an bindings.
808         * src/clfswm-layout.lisp (tile-layout, set-tile-layout): Fill
809         blanks if needed.
811 2010-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
813         * src/clfswm-layout.lisp (tile-layout-ask-keep-position): New
814         function to let the user choose to keep child position with
815         tile layout.
817         * src/clfswm-internal.lisp (remove-frame-data-slot): New
818         function.
820 2010-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
822         * src/clfswm-internal.lisp (frame-select-next-child)
823         (frame-select-previous-child): New functions and bindings. Select
824         the next/previous child in the current frame.
826 2010-10-31  Philippe Brochard  <pbrochard@common-lisp.net>
828         * src/clfswm-query.lisp (query-mode-complet): New function: Handle
829         completion in query-mode.
831 2010-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
833         * src/clfswm-query.lisp (query-print-string): Handle long lines
834         correctly.
836 2010-10-27  Philippe Brochard  <pbrochard@common-lisp.net>
838         * src/clfswm-expose-mode.lisp (expose-create-window): Ensure that
839         all characters are printable.
841 2010-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
843         * contrib/server/server.lisp: Load clfswm client code in the main
844         program and let the user start it with a --client command line
845         option.
847         * src/package.lisp (*main-entrance-hook*): New hook executed after
848         loading configuration file and before opening the display.
850 2010-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
852         * src/xlib-util.lisp: Remove unnecessary xlib:display-finish-output.
854         * src/clfswm-internal.lisp (show-child): Show window only if not
855         hidden.
857         * src/clfswm-keys.lisp (binding-substitute-modifier): Utility to
858         change modifiers after binding definition.
860 2010-10-21  Philippe Brochard  <pbrochard@common-lisp.net>
862         * contrib/osd.lisp: New file: OSD (On Screen Display) for
863         presentations.
865         * src/clfswm-menu.lisp (open-menu): Modularise function.
867 2010-10-13  Philippe Brochard  <pbrochard@common-lisp.net>
869         * src/clfswm-info.lisp (show-first-aid-kit): Display the essential
870         key binding in main and second mode.
872 2010-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
874         * src/clfswm-util.lisp (open-notify-window): Convert hello-window
875         functions to a more generic Notify-window system.
877         * src/tools.lisp (add-timer): Add an id to identify the timer.
879 2010-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
881         * src/tools.lisp (erase-timer): New function.
883         * src/clfswm-util.lisp (display-hello-window): Add a timer to hide
884         the hello window. Add Configuration variables.
886 2010-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
888         * src/clfswm-util.lisp (): Add an Hello window at startup.
890         * src/tools.lisp (process-timers): Add a timer system.
892 2010-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
894         * src/clfswm-query.lisp (add-in-query-string): Handle correctly
895         the mod-5 modifier.
897 2010-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
899         * src/clfswm-query.lisp (query-print-string): Change cursor color
900         and show parenthesis matching with colors (on match and on
901         errors).
903 2010-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
905         * src/clfswm-internal.lisp (show-all-children): Do not raise a
906         child when its parent is hidden.
908 2010-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
910         * src/clfswm-circulate-mode.lisp (select-next-subchild): Add the
911         possibility to circulate over subchild of the current child.
913         * src/clfswm-expose-mode.lisp (expose-all-windows-mode)
914         (expose-windows-generic): Add an escape-body function to return to
915         the original state on escape key.
917         * src/clfswm-util.lisp (bind-on-slot): Add an optional parameter
918         to bind the current child from the configuration file.
920 2010-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
922         * src/clfswm-nw-hooks.lisp (absorb-window-nw-hook): Absorb new
923         window hook: the frame absorb all new windows that match
924         nw-absorb-test frame data slot.
926 2010-09-30  Philippe Brochard  <pbrochard@common-lisp.net>
928         * src/clfswm-expose-mode.lisp (expose-create-window): Show window
929         title in accel window.
931 2010-09-29  Philippe Brochard  <pbrochard@common-lisp.net>
933         * configure: Use the Xavier Maillard clfswm script in contrib to
934         build an executable in the standard way.
936 2010-09-26  Philippe Brochard  <pbrochard@common-lisp.net>
938         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
939         New functions. Add a window on each child in the expose mode to
940         quickly select them.
942         * src/clfswm-internal.lisp (child-x, child-y, child-width)
943         (child-height): New methods to get real child coordinates.
945 2010-09-25  Philippe Brochard  <pbrochard@common-lisp.net>
947         * src/clfswm-layout.lisp (*-layout): Use child-position.
949         * src/clfswm-internal.lisp (child-position): New function.
951         * src/clfswm-expose-mode.lisp (expose-windows-mode)
952         (expose-all-windows-mode): Use a generic mode.
954         * src/xlib-util.lisp (with-handle-event-symbol): Use a filled list
955         with handle-event-fun symbols instead of inspecting clfswm
956         internals symbols on each mode change.
958         * src/clfswm-expose-mode.lisp: Move and rename present*-windows in
959         a separate clfswm-expose-mode.lisp file.
961         * src/clfswm-util.lisp (speed-mouse-right, speed-mouse-down): Use
962         screen size instead of hardcoded test coordinates.
964 2010-09-24  Philippe Brochard  <pbrochard@common-lisp.net>
966         * src/clfswm-util.lisp (speed-mouse-reset, speed-mouse-left)
967         (speed-mouse-right, speed-mouse-up, speed-mouse-down)
968         (speed-mouse-undo, speed-mouse-first-history): New functions to
969         quickly move the mouse. Implemented for the second mode.
971 2010-09-16  Philippe Brochard  <pbrochard@common-lisp.net>
973         * contrib/clfswm: Move clfswm sources to $tmp_dir if there is no
974         write permission on $clfswm_asd_path. So anybody can start clfswm
975         even if there is no write permission on the source directory.
977 2010-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
979         * contrib/clfswm: Add support to cmucl, ccl and ecl.
981 2010-09-11  Philippe Brochard  <pbrochard@common-lisp.net>
983         * src/clfswm-util.lisp (set-hide-unmanaged-window)
984         (set-show-unmanaged-window, set-default-hide-unmanaged-window):
985         New functions and menu entry.
986         (set-globally-hide-unmanaged-window)
987         (set-globally-show-unmanaged-window): New functions and menu
988         entry.
990         * src/clfswm-internal.lisp (hide-unmanager-window-p): New
991         function.
992         (show-child): Add a data slot on frame to hide or not unmanaged
993         windows.
995         * src/clfswm-corner.lisp (present-clfswm-terminal)
996         (present-virtual-keyboard): Use a function (generic-present-body)
997         instead of a macro (generate-present-body).
999         * src/clfswm-util.lisp (update-menus): List all directories and
1000         subdirectories in $XDG_DATA_DIRS/applications.
1002 2010-09-10  Philippe Brochard  <pbrochard@common-lisp.net>
1004         * src/clfswm-corner.lisp (generate-present-body): New macro.
1005         (present-clfswm-terminal, present-virtual-keyboard): Use
1006         generate-present-body.
1008 2010-09-09  Philippe Brochard  <pbrochard@common-lisp.net>
1010         * src/clfswm-util.lisp (update-menus): Follow XDG specifications
1011         instead of the non-portable Debian update-menu.
1013 2010-09-07  Philippe Brochard  <pbrochard@common-lisp.net>
1015         * src/clfswm.lisp (error-handler): New function do handle
1016         asynchronous errors and ignore them.
1017         (open-display): Install the new error-handler on display.
1019 2010-09-05  Philippe Brochard  <pbrochard@common-lisp.net>
1021         * src/xlib-util.lisp (with-xlib-protect): Add a
1022         with-simple-restart on top of body execution.
1024 2010-09-04  Philippe Brochard  <pbrochard@common-lisp.net>
1026         * src/clfswm.lisp (main-loop): Protect all xlib functions with an
1027         with-xlib-protect.
1029         * src/xlib-util.lisp (handle-event): use with-xlib-protect only in
1030         handle-event. Add a with-simple-restart to prevent a
1031         clisp/new-lisp infinite loop.
1033 2010-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
1035         * src/clfswm-corner.lisp (present-clfswm-terminal): Make the
1036         clfswm terminal working even on xterm title changes.
1038 2010-08-29  Philippe Brochard  <pbrochard@common-lisp.net>
1040         * src/clfswm-util.lisp (run-other-window-manager): Update for
1041         clisp compatibility.
1043         * src/tools.lisp (do-execute): New parameter io to change the
1044         input/output method.
1046         * src/clfswm-util.lisp (hide-current-child): Prevent from removing
1047         the current root.
1049         * src/clfswm-internal.lisp (child-member): New predicate.
1050         (child-remove): New function.
1052         * src/*.lisp: Use child-member and child-remove everywhere it's
1053         needed.
1055 2010-08-28  Philippe Brochard  <pbrochard@common-lisp.net>
1057         * src/clfswm.lisp (main-loop): Ensure that all events have been
1058         processed after a process-event.
1060         * src/clfswm-internal.lisp (is-in-current-child-p): New function.
1062 2010-08-27  Philippe Brochard  <pbrochard@common-lisp.net>
1064         * src/clfswm.lisp (main-mode:configure-request): Raise the window
1065         only when present on the current child and focus it accordingly.
1067 2010-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
1069         * src/clfswm-circulate-mode.lisp (circulate-loop-function):
1070         Use is-a-key-pressed-p.
1072         * src/xlib-util.lisp (is-a-key-pressed-p): New predicate.
1074         * src/clfswm-keys.lisp (define-ungrab/grab): Use all values
1075         returned by xlib:keysym->keycodes.
1077         * src/*.lisp: Use the new child-equal-p to compare children. This
1078         prevent a bug with sbcl/cmucl when the standard equal function
1079         does not work with xlib:window.
1081         * src/clfswm-internal.lisp (child-equal-p): New predicate.
1083 2010-08-25  Philippe Brochard  <pbrochard@common-lisp.net>
1085         * src/clfswm-generic-mode.lisp (generic-mode): Use an
1086         xlib:event-listen before processing event with
1087         xlib:process-event. This prevent a bug with CLX threaded
1088         implementation like sbcl.
1090         * src/clfswm.lisp (main-loop): Use an xlib:event-listen before
1091         processing event with xlib:process-event. This prevent a bug with
1092         CLX threaded implementation like sbcl.
1094 2010-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
1096         * contrib/server/key.lisp (ushell-sh): Add ccl and ecl support.
1098         * src/xlib-util.lisp (compress-motion-notify): Use a loop instead
1099         of an event-case.
1101         * src/clfswm-internal.lisp (with-find-in-all-frames): New macro.
1102         (find-parent-frame, find-frame-window, find-frame-by-name)
1103         (find-frame-by-number): Use with-find-in-all-frames to search in
1104         frames in the right order.
1106         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Fix an
1107         unwanted flickering with unmanaged windows.
1109 2010-08-16  Philippe Brochard  <pbrochard@common-lisp.net>
1111         * src/package.lisp: Remove event handler hooks as they're not
1112         needed anymore (To replace them: use closure and define-handler).
1114         * src/xlib-util.lisp (move-window, resize-window)
1115         (wait-mouse-button-release): Use a generic mode.
1117         * src/*.lisp: Replace the case to handle event with a more (tricky)
1118         lispy  method which bind a function to each keywords associated
1119         to graphics events.
1121 2010-07-23  Philippe Brochard  <pbrochard@common-lisp.net>
1123         * src/clfswm-util.lisp (delete-current-child): Invert bindings and
1124         menu entry between delete-current-child and remove-current-child.
1125         ie: Delete a child and its children in all frames by default.
1127 2010-07-21  Philippe Brochard  <pbrochard@common-lisp.net>
1129         * src/package.lisp: Add a placement configuration group.
1131         * src/binding*.lisp: Bind control+g to escape the current action
1132         like emacs.
1134         * src/clfswm-internal.lisp
1135         (delete-child-and-children-in-all-frames): New function and
1136         binding: Second mode - Control+Delete delete the current child and
1137         its children in all frames (ie: close the current child and its
1138         children).
1140 2010-07-20  Philippe Brochard  <pbrochard@common-lisp.net>
1142         * src/clfswm-internal.lisp (remove-child-in-frame): Do not destroy
1143         the frame window and the frame gc. Close a very annoying bug when
1144         cuting/pasting a frame or moving a child over frames with the
1145         mouse.
1147         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
1148         all children in *current-root* after moving/resizing a frame.
1150 2010-07-18  Philippe Brochard  <pbrochard@common-lisp.net>
1152         * src/clfswm-util.lisp (delete-focus-window)
1153         (destroy-focus-window): Remove child in parent frame before
1154         stopping it.
1156 2010-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
1158         * src/clfswm-util.lisp (identify-key): Add a timeout in
1159         xlib:process-event.
1160         (mouse-click-to-focus-generic): Use find-child-under-mouse instead
1161         of the window passed by xlib:process-event.
1163         * src/xlib-util.lisp (move-window, resize-window)
1164         (wait-mouse-button-release): Add a timeout in xlib:process-event.
1166 2010-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
1168         * src/clfswm-util.lisp (run-other-window-manager): Add the ability
1169         to launch an other window manager and to return to clfswm.
1171 2010-03-18  Philippe Brochard  <pbrochard@common-lisp.net>
1173         * src/clfswm-layout.lisp (set-tile-space-layout): Set default
1174         to 1%.
1176 2009-12-15  Philippe Brochard  <pbrochard@common-lisp.net>
1178         * src/clfswm.lisp (main-loop): Add a *loop-hook* parameter and a
1179         loop timeout.
1181         * src/clfswm-generic-mode.lisp (generic-mode): Add a loop-hook
1182         parameter and a loop timeout.
1184 2009-12-05  Philippe Brochard  <pbrochard@common-lisp.net>
1186         * src/clfswm.lisp (main): Add an alternate configuration filename
1187         parameter.
1189         * load.lisp: Add a debuging code example.
1191 2009-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
1193         * src/clfswm-configuration.lisp (create-configuration-menu): New
1194         menu to configure all clfswm variables while clfswm is running.
1196 2009-11-12  Philippe Brochard  <pbrochard@common-lisp.net>
1198         * src/clfswm-util.lisp (save-configuration-variables): New
1199         function to save all configuration variables in clfswmrc.
1201 2009-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
1203         * src/clfswm-info.lisp (info-mode): Begining of mouse support in
1204         info mode.
1205         (set-default-info-keys): Add cursor key support in info mode.
1207 2009-11-08  Philippe Brochard  <pbrochard@common-lisp.net>
1209         * contrib/reboot-halt.lisp: Add a Suspend/Reboot/Halt menu in
1210         contrib.
1212         * src/clfswm.lisp (main): Add a read-conf-file-p parameter to
1213         prevent reading the configuration file (this may be useful to
1214         produce the original documentation without user modifications
1215         with the rc configuration file).
1217 2009-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
1219         * src/bindings-second-mode.lisp (set-default-second-keys):
1220         Simplification of Escape key to close/kill/remove the focus window
1221         and unhide all windows.
1223         * src/bindings.lisp (set-default-main-keys): Simplification of
1224         Escape key to close/kill/remove the focus window and unhide all
1225         windows.
1227         * src/clfswm-util.lisp (ask-close/kill-current-window): Add remove
1228         focus and unhide all windows capabilities.
1230 2009-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
1232         * contrib/mpd.lisp (start-gmpc): Add gmpc in the mpd menu.
1234 2009-07-29  Philippe Brochard  <pbrochard@common-lisp.net>
1236         * src/clfswm-layout.lisp (tile-layout, tile-horizontal-layout):
1237         Keep child order and don't make unnecessary child movement.
1238         (one-column-layout, one-line-layout): New layouts.
1240 2009-06-29  Philippe Brochard  <pbrochard@common-lisp.net>
1242         * *: **** Release 0906 ****
1244         * contrib/cd-player.lisp: New file to handle the CD player.
1246         * contrib/xmms.lisp: New file to handle the xmms player.
1248 2009-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
1250         * src/clfswm-layout.lisp (set-no-layout-remember-size): New layout:
1251         Maximize windows in their frame - Leave frames to their actual
1252         size.
1254         * src/bindings-second-mode.lisp (set-default-second-keys): Bind
1255         "o" on set-open-in-new-frame-in-parent-frame-nw-hook.
1257 2009-06-27  Philippe Brochard  <pbrochard@common-lisp.net>
1259         * contrib/keyb_fr.lisp: New file to handle an azerty keyboard.
1261 2009-06-24  Philippe Brochard  <pbrochard@common-lisp.net>
1263         * contrib/mpd.lisp: Use a standard menu.
1265         * src/clfswm-info.lisp: Use a standard menu for the help-menu.
1267 2009-06-22  Philippe Brochard  <pbrochard@common-lisp.net>
1269         * contrib/mpd.lisp: New file to handle the Music Player Daemon (MPD)
1271 2009-06-19  Philippe Brochard  <pbrochard@common-lisp.net>
1273         * src/clfswm-autodoc.lisp (produce-doc, produce-doc-html): Minor
1274         number key cleanup.
1276 2009-06-18  Philippe Brochard  <pbrochard@common-lisp.net>
1278         * src/config.lisp (get-fullscreen-size):  One pixel adjustment
1279         (again).
1281         * src/clfswm-placement.lisp (*-child-placement): One pixel
1282         adjustment (again).
1284 2009-06-16  Philippe Brochard  <pbrochard@common-lisp.net>
1286         * src/clfswm-circulate-mode.lisp (draw-circulate-mode-window):
1287         Ensure that all characters are printable.
1289         * src/config.lisp (get-fullscreen-size): Adjust default fullscreen
1290         sizes.
1292         * src/clfswm-placement.lisp (*-child-placement): Adjust
1293         coordinates to one pixel in the current child.
1295 2009-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
1297         * src/clfswm-query.lisp (query-enter-function): Assign font before
1298         width and height calculation.
1300 2009-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
1302         * src/xlib-util.lisp (banish-pointer): Use with-placement macro to
1303         bannish the pointer in an arbitrary place.
1305         * src/clfswm-info.lisp (info-mode): Use with-placement macro to
1306         place the info window in an arbitrary place.
1308         * src/clfswm-query.lisp (query-enter-function): Use with-placement
1309         macro to place the query window in an arbitrary place.
1311         * src/clfswm-placement.lisp: New file. Allow to place info windows
1312         or query windows on an arbitrary place. Allow to bannish the
1313         pointer on an arbitrary place.
1315 2009-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
1317         * src/clfswm-circulate-mode.lisp (reorder-child)
1318         (reorder-brother): Unfocus windows before reordering children or
1319         brothers.
1321 2009-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1323         * src/clfswm-circulate-mode.lisp (reorder-brother): Ensure that
1324         the parent is a frame.
1326         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Handle
1327         motion with a default modifier.
1329         * src/clfswm.lisp (handle-motion-notify): Handle motion with a
1330         default modifier.
1332         * src/clfswm-info.lisp (info-mode): Handle motion with a default
1333         modifier.
1334         (info-mode): Optimization in loop function.
1336 2009-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
1338         * src/clfswm-circulate-mode.lisp (reorder-brother): Handle
1339         root-frame correctly.
1341         * clfswm.asd: Dependency fix for clfswm-generic-mode.
1343         * src/clfswm-circulate-mode.lisp (reorder-child)
1344         (reorder-brother): Handle empty frames.
1345         (reorder-brother): Redisplay only the parent frame of the  current
1346         child.
1348         * src/clfswm-util.lisp (frame-toggle-maximize): Redisplay only the
1349         parent frame of the  current frame.
1351 2009-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
1353         * src/clfswm-util.lisp (frame-toggle-maximize): New function:
1354         Maximize/Unmaximize the current frame in its parent frame.
1356         * src/clfswm-layout.lisp (maximize-layout): New layout: Maximize
1357         windows and frames in their parent frame.
1359 2009-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
1361         * src/*.lisp: Add support for Clozure Common Lisp (CCL).
1363         * src/clfswm-circulate-mode.lisp (reorder-child)
1364         (reorder-brother): Reinitialise on circulate type change
1365         child to brother or brother to child.
1367         * src/*.lisp (*): Use map-window instead of xlib:map-window. So
1368         calls xlib:display-finish-output on each map-request. So speed up
1369         the window display.
1371         * src/xlib-util.lisp (map-window): New function. Call
1372         xlib:display-finish-output on each map request.
1374 2009-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1376         * src/clfswm-second-mode.lisp (sm-handle-motion-notify):
1377         Optimisation when drawing second mode window.
1379 2009-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
1381         * src/clfswm-circulate-mode.lisp (circulate-mode): Optimisation in
1382         window redraw.
1384 2009-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1386         * src/clfswm-util.lisp (run-program-from-query-string): Launch
1387         command only with a return validation.
1389 2009-04-22  Xavier Maillard  <xma@gnu.org>
1391         * src/clfswm-query.lisp (query-string): Use a generic mode.
1393 2009-04-19  Xavier Maillard  <xma@gnu.org>
1395         * src/clfswm-info.lisp (info-mode): Use generic-mode for info-mode.
1397 2009-04-18  Xavier Maillard  <xma@gnu.org>
1399         * src/clfswm-generic-mode.lisp (generic-mode): Add a generic mode
1400         to define all other modes.
1402 2009-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
1404         * src/package.lisp (): Use *default-font-string* for all
1405         font-string.
1407         * src/clfswm-info.lisp (info-mode): Ensure integer windows size.
1409 2009-02-17  Philippe Brochard  <pbrochard@common-lisp.net>
1411         * src/xlib-util.lisp (null-size-window-p): Better check of null
1412         sized windows.
1414 2009-02-14  Philippe Brochard  <pbrochard@common-lisp.net>
1416         * src/clfswm.lisp (handle-map-request): Add a fix to manage
1417         correctly fullscreen windows (SDL particularly).
1419 2008-12-20  Philippe Brochard  <pbrochard@common-lisp.net>
1421         * src/xlib-util.lisp (get-color): Allocate colors only once -> fix
1422         a segfault with clisp/new-clx.
1424         * src/clfswm.lisp (handle-motion-notify): Add a needed window
1425         argument.
1427         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Add a
1428         needed window argument.
1430 2008-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
1432         * src/xlib-util.lisp (wait-no-key-or-button-press)
1433         (wait-a-key-or-button-press): Check buttons press/release correctly"
1435 2008-10-28  Philippe Brochard  <pbrochard@common-lisp.net>
1437         * src/menu-def.lisp: Add children navigation menu in the movement
1438         menu (select next/previous child/brother/level).
1440 2008-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
1442         *  *: Rename 'sister' frame to 'brother' frame.
1444         * src/clfswm-keys.lisp (unalias-modifiers): Convert a modifier
1445         alias in a real modifier.
1447         * src/package.lisp (*modifier-alias*): New list of modifier alias
1448         For example: :alt is :mod-1, :numlock is :mod-2...
1450         * src/tools.lisp (remove-hook): New function.
1452         * src/clfswm-keys.lisp (with-capslock, without-capslock)
1453         (with-numlock, without-cnumlock): New functions.
1455 2008-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
1457         * src/clfswm-info.lisp: Use the *binding-hook* to create info
1458         keys and mouse bindings.
1460         * src/bindings-second-mode.lisp: Use the *binding-hook* to create
1461         second keys and mouse bindings.
1463         * src/bindings.lisp: Use the *binding-hook* to create main keys
1464         and mouse bindings.
1466 2008-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
1468         * src/clfswm-menu.lisp (open-menu): Remember parent menu to undo
1469         menu opening.
1471 2008-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
1473         * src/menu-def.lisp: Use a menu instead of a function for the
1474         standard menu.
1476 2008-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
1478         * src/clfswm-util.lisp (show-standard-menu): Display the standard
1479         menu from the 'update-menus' command.
1481 2008-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
1483         * src/clfswm-query.lisp (query-string): Do not ungrab keyboard if
1484         it's already grabbed.
1486         * src/clfswm-internal.lisp (display-frame-info): Use configurable
1487         colors and fix a bug with background.
1488         (display-frame-info): Set window background when displaying info.
1490 2008-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
1492         * src/xlib-util.lisp (my-character->keysyms): Use a macro to avoid
1493         warning with clisp/new-clx.
1495 2008-10-04  Philippe Brochard  <pbrochard@common-lisp.net>
1497         * src/clfswm-util.lisp (jump-to-slot): Prevent to jump on a
1498         deleted child.
1500 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
1502         * *: **** Release 0809 ****
1504 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
1506         * src/clfswm-util.lisp (ensure-unique-name): New function and menu
1507         entry.
1508         (ensure-unique-number): New function and menu entry.
1510 2008-09-22  Philippe Brochard  <pbrochard@common-lisp.net>
1512         * src/clfswm-nw-hooks.lisp (named-frame-nw-hook): New new window
1513         hook: open the next window in a named frame.
1514         (numbered-frame-nw-hook): New new window hook: open the next
1515         window in a numbered frame.
1517         * src/clfswm-query.lisp (query-string): Grab the keyboard in all
1518         cases. So query-string can be called even in the main mode.
1520         * src/clfswm-internal.lisp (show-all-children): Do not raise a
1521         child by default => far less flickering.
1523 2008-09-19  Philippe Brochard  <pbrochard@common-lisp.net>
1525         * src/bindings-second-mode.lisp: Bind "t" to tile-current-frame.
1527         * src/menu-def.lisp: Change key binding for the CLFSWM menu
1528         entry.
1530         * src/xlib-util.lisp (xgrab-pointer): Handle the case where cursor
1531         is nil. (workaround on some CLX implementation).
1533 2008-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
1535         * src/menu-def.lisp: Add a menu to set a focus policy for all
1536         frames.
1538         * src/clfswm-util.lisp (set-focus-policy-generic-for-all)
1539         (all-frames-set-*-focus-policy): Set a focus policy for all
1540         frames.
1542         * src/clfswm.lisp (handle-enter-notify): sloppy-select
1543         mode. Select a child and its parents on mouse over.
1545 2008-09-03  Philippe Brochard  <pbrochard@common-lisp.net>
1547         * src/clfswm.lisp (handle-enter-notify): Add a sloppy strict focus
1548         policy -> Sloppy focus only for windows in the current frame.
1549         (main-unprotected): Exit clfswm on init error (ie: when another
1550         window manager is running).
1552         * src/clfswm-util.lisp (reset-clfswm): New function.
1554 2008-09-02  Philippe Brochard  <pbrochard@common-lisp.net>
1556         * src/clfswm-menu.lisp (init-menu): New function.
1558         * src/clfswm-util.lisp (reload-clfswm): New function to reload
1559         CLFSWM.
1560         (exit-clfswm): Rename quit-clfswm to exit-clfswm.
1562         * src/clfswm.lisp (main, main-unprotected): Handle error in a
1563         superior main function. Now CLFSWM can't break the X session. It
1564         just reinitialize the display and run a new main loop.
1566         * src/clfswm-corner.lisp: Make *clfswm-terminal* and
1567         *vt-keyboard-on* global to avoid warnings when loading clfswm.
1569         * src/clfswm-layout.lisp: Add a specific GIMP layout menu.
1570         (help-on-gimp-layout): Describe how to use the GIMP layout.
1572 2008-09-01  Philippe Brochard  <pbrochard@common-lisp.net>
1574         * src/clfswm-layout.lisp (set-gimp-layout): Change the layout to
1575         main-window-right-layout. Change the keybinding for (shift)alt+tab
1576         to not select windows in the main window lisst.
1577         Bind F8 to add a window in the main window list.
1578         Bind F9 to remove a window in the main window list.
1579         Change the focus policy to :sloppy.
1580         (set-previous-layout): Restore the previous layout, keybinding and
1581         focus policy.
1583 2008-08-31  Philippe Brochard  <pbrochard@common-lisp.net>
1585         * src/clfswm-menu.lisp (add-menu-comment): Add comments in menu.
1587         * src/clfswm-layout.lisp (main-window-left-layout)
1588         (main-window-bottom-layout, main-window-top-layout): New
1589         functions.
1590         Factorize layouts in menu.
1592 2008-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
1594         * src/clfswm-layout.lisp (main-window-right-layout): A possible
1595         GIMP layout: one or more main windows on one side of the
1596         frame. Others on the other size.
1598         * src/clfswm-util.lisp
1599         (current-frame-set-click/sloppy-focus-policy): Each frame can have
1600         a different focus policy (one of :click or :sloppy).
1601         The default focus policy is set with *default-focus-policy*.
1603 2008-08-23  Philippe Brochard  <pbrochard@common-lisp.net>
1605         * src/clfswm-info.lisp (show-config-variable): New function.
1607 2008-08-19  Philippe Brochard  <pbrochard@common-lisp.net>
1609         * src/clfswm-layout.lisp (tile-horizontal-layout): New layout.
1611         * src/clfswm-info.lisp: Colored help for key binding and corners
1612         actions.
1614 2008-08-18  Philippe Brochard  <pbrochard@common-lisp.net>
1616         * src/clfswm-util.lisp (delete-focus-window)
1617         (destroy-focus-window): Remove chid only in
1618         handle-unmap/destroy-notify. Focus *current-root* only when
1619         closing/killing the current child.
1621         * src/clfswm-autodoc.lisp (produce-corner-*-doc): New autodoc
1622         functions or corners.
1624 2008-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
1626         * src/clfswm-corner.lisp (present-clfswm-terminal): New corner
1627         action: Hide/Unhide a terminal on mouse corner action. (By default
1628         right mouse button on the top left corner).
1630         * src/config.lisp (*never-managed-window-list*): New config
1631         variable.
1633         * src/clfswm-internal.lisp (never-managed-window-p): New function:
1634         Handle never managed window in a more simple way.
1636         * src/clfswm-corner.lisp: New file and new and more simple method
1637         to define corners actions.
1639 2008-08-15  Philippe Brochard  <pbrochard@common-lisp.net>
1641         * src/clfswm-info.lisp (info-mode): Info line can now be colored.
1643         * src/clfswm-layout.lisp (fast-layout-switch)
1644         (define-fast-layout-switch): New functions: Switch between two
1645         layouts.
1647         * src/clfswm-second-mode.lisp (leave-second-mode): Takes care if
1648         really in the second mode. So leave-second-mode can be used even
1649         in the main mode.
1651         * src/clfswm-util.lisp (switch-to-last-child): New function:
1652         Store the current child and switch to the previous one.
1654 2008-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
1656         * src/clfswm-util.lisp (display-current-window-info): Display the
1657         window id.
1658         (have-to-present-virtual-keyboard): Add a virtual keyboard corner
1659         (top right by default). By default 'xvkbd' is used.
1661 2008-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
1663         * src/xlib-util.lisp (move-window, resize-window): Compress motion
1664         events.
1666         * src/clfswm.lisp (handle-motion-notify): Compress motion events.
1668         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Compress
1669         motion events.
1671         * src/clfswm-info.lisp (info-mode): Compress motion events.
1673 2008-06-21  Philippe Brochard  <pbrochard@common-lisp.net>
1675         * src/clfswm-internal.lisp (show-all-children): Compute geometry
1676         and selection first and then show only necessary children.
1677         (show-child): remove unneeded display-p parameter.
1679         * src/config.lisp (get-fullscreen-size): Place the frame border
1680         outside the screen (this prevent the loose of 2 pixels per
1681         directions :)
1683 2008-06-12  Philippe Brochard  <pbrochard@common-lisp.net>
1685         * src/clfswm-internal.lisp (focus-child): Algorithm change to
1686         raise only the selected child.
1688 2008-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
1690         * src/clfswm-internal.lisp (raise-p-list, show-all-children):
1691         Raise only viewable children.
1693 2008-06-06  Philippe Brochard  <pbrochard@common-lisp.net>
1695         * src/clfswm-internal.lisp (show-all-children): Always raise all
1696         displayed children. Remove all references to raise-p.
1698 2008-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
1700         * src/menu-def.lisp (child-menu): New menu entry on raise/lower
1701         child in its frame.
1703         * src/bindings-second-mode.lisp ("Page_Down", "Page_Up"): New
1704         second mode binding on raise/lower child in its frame.
1706         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): Adapt
1707         behaviour to the new raise/lower property.
1708         Call clear-nw-hook before the rest of the hook.
1710         * src/bindings.lisp (mouse-click-to-focus-and-move-window)
1711         (mouse-click-to-focus-and-resize-window): Stop button event. This
1712         prevent a keyboard/pointer freeze.
1714 2008-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
1716         * src/clfswm-internal.lisp (frame-lower-child)
1717         (frame-raise-child): New functions to raise/lower a child in its
1718         frame.
1720         * src/clfswm-util.lisp (have-to-present-windows)
1721         (have-to-present-all-windows): New functions to have an MaxOS
1722         expose like on mouse click in screen corner.
1724         * src/clfswm-info.lisp ("Page_Down", "Page_Up"): Add boundaries.
1726 2008-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
1728         * src/clfswm-util.lisp (unhide-a-child-from-all-frames): Unhide a
1729         child from a choice in all frames with hidden children.
1731         * src/clfswm-info.lisp (info-mode-menu): Handle separators.
1733 2008-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
1735         * src/clfswm-util.lisp (hide-current-child, unhide-a-child)
1736         (unhide-all-children): New functions.
1738         * src/clfswm-info.lisp (info-mode-menu): Handle symbols and
1739         functions.
1741         * src/clfswm-util.lisp (hide/show-frame-window): new function and
1742         menu item.
1744 2008-05-23  Philippe Brochard  <pbrochard@common-lisp.net>
1746         * src/clfswm-util.lisp (rename-current-child): Do not display the
1747         frame info for a window.
1749 2008-05-20  Philippe Brochard  <pbrochard@common-lisp.net>
1751         * src/clfswm-internal.lisp (remove-child-in-frame): Destroy the
1752         frame window for the removed child and its children.
1754 2008-05-18  Philippe Brochard  <pbrochard@common-lisp.net>
1756         * src/clfswm-autodoc.lisp (produce-*-doc-*): Add a note to use the
1757         autodoc functions.
1759 2008-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
1761         * src/clfswm-nw-hooks.lisp (default-frame-nw-hook): Do not handle
1762         the ROX pinboard (ie: leave it lowered in the root window as
1763         expected).
1765         * src/clfswm-layout.lisp (tile-left-space-layout): New layout.
1766         (tile-left-layout, tile-right-layout, tile-top-layout)
1767         (tile-bottom-layout): Use all the frame space when there is only
1768         one child.
1770         * src/clfswm-internal.lisp (place-window-from-hints): Center
1771         unmanaged windows in the root screen.
1773         * src/clfswm-nw-hooks.lisp (clear-nw-hook, clear-all-nw-hooks):
1774         new functions.
1776 2008-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1778         * src/clfswm-util.lisp (current-frame-manage-window-type): Fix a
1779         typo in managed types.
1781         * src/clfswm-internal.lisp (show-child): Always display frame info
1782         even if the frame is hidden.
1784         * src/xlib-util.lisp (resize-window): Use a better algorithme to
1785         resize windows.
1787 2008-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1789         * src/clfswm-util.lisp (with-movement): Display frame info for all
1790         frames in current root.
1792 2008-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1794         * src/*.lisp: Rename 'brother' frames to 'sister' frames.
1796         * src/bindings-second-mode.lisp (define-second-key #\a): New
1797         binding on 'add-default-frame'.
1799         * src/clfswm-autodoc.lisp (produce-*-doc-*-in-file): Show a
1800         message to follow the autodocumentation process.
1802 2008-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
1804         * src/clfswm-util.lisp (bind-or-jump): Bind "Tab", "Return" and
1805         "Space" to jump to a child. "B" to bind a slot on the current
1806         child.
1808         * src/bindings-second-mode.lisp: Use "Tab" instead of
1809         "Iso_Left_Tab".
1811 2008-05-07  Philippe Brochard  <pbrochard@common-lisp.net>
1813         * src/clfswm-util.lisp (find-child-under-mouse): Take care of
1814         unmanaged (hidden) windows.
1816         * src/clfswm-internal.lisp (place-window-from-hints): Give a
1817         minimal size for windows.
1818         (with-all-windows-frames-and-parent): New function.
1820         * src/config.lisp (*default-window-width/height*): New parameters.
1822         * src/clfswm-internal.lisp (place-window-from-hints): Center
1823         windows in the screen instead of in their frame.
1825         * src/bindings-second-mode.lisp (tile-space-current-frame): New
1826         binding on C-t.
1828         * src/clfswm-layout.lisp (register-layout): Intern the once name
1829         in the right package.
1831 2008-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
1833         * doc/dot-clfswmrc: Update to  follow the new clfswm way.
1835 2008-05-03  Philippe Brochard  <pbrochard@common-lisp.net>
1837         * src/clfswm-internal.lisp (set-current-child)
1838         (adapt-child-to-parent, show-child, hide-child): Handle the case
1839         where child is not a frame or a window.
1841         * src/clfswm-util.lisp
1842         (mouse-click-to-focus-generic,mouse-focus-move/resize-generic):
1843         Check if child is a frame.
1845         * src/clfswm-internal.lisp (managed-window-p): Handle the case
1846         where frame is null.
1847         (place-frame): Check if frame and parent are frames.
1849         * src/clfswm-info.lisp (info-mode): display all frame info before
1850         leaving.
1852         * src/clfswm-second-mode.lisp (second-key-mode): display all frame
1853         info before leaving.
1855         * src/clfswm-internal.lisp (display-all-frame-info): New function.
1857 2008-05-02  Philippe Brochard  <pbrochard@common-lisp.net>
1859         * src/tools.lisp (getenv): Implemented for ECL.
1860         (urun-prog): Implemented for ECL.
1862         * src/clfswm-util.lisp (identify-key): Use a double buffer to
1863         display text.
1865         * src/clfswm-query.lisp (query-string): Use a double buffer to
1866         display text.
1868         * src/clfswm-info.lisp (draw-info-window): Use a double buffer to
1869         display text.
1871         * src/xlib-util.lisp (clear-pixmap-buffer, copy-pixmap-buffer):
1872         New functions.
1874 2008-05-01  Philippe Brochard  <pbrochard@common-lisp.net>
1876         * src/clfswm-info.lisp (info-mode): Add boundaries in the info mode window.
1878         * src/menu-def.lisp: New file: move all menu definition in
1879         menu-def.lisp.
1881         * src/clfswm-layout.lisp (register-layout): Use a function instead
1882         of a macro.
1884 2008-04-30  Philippe Brochard  <pbrochard@common-lisp.net>
1886         * src/clfswm-autodoc.lisp (produce-menu-doc,
1887         (produce-menu-doc-html): New functions.
1888         (produce-doc-*): Moved to clfswm-autodoc.lisp.
1890         * src/clfswm-util.lisp (paste-selection-no-clear): Prevent to
1891         paste a child on one of its own children. (this prevent a
1892         recursive bug).
1893         (move-child-to): Rename move/copy-current-child-by to
1894         move/copy-child-to.
1895         (mouse-move-window-over-frame): New function to move the window
1896         under the mouse cursor to another frame.
1898         * src/clfswm-internal.lisp (find-child-in-parent): New function.
1900 2008-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1902         * src/clfswm-internal.lisp (show-all-children): Display unmanaged
1903         windows only when its window parent is the current child.
1905 2008-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1907         * src/clfswm-util.lisp (manage-current-window)
1908         (unmanage-current-window): New functions: Allow to force to manage
1909         or unmanage a window by its parent frame.
1911         * src/bindings-second-mode.lisp (#\o): binded to
1912         set-open-in-new-frame-in-parent-frame-nw-hook and
1913         (#\o :control) to set-open-in-new-frame-in-root-frame-nw-hook
1915         * src/clfswm-util.lisp (with-current-window): New macro.
1917         * src/xlib-util.lisp (move-window, resize-window): Remove uneeded
1918         exposure and enter-window handle event.
1920         * src/clfswm-util.lisp (move-frame, resize-frame): Show all
1921         children for the current child after the move/resize.
1923 2008-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
1925         * src/xlib-util.lisp (resize-window): Take care of window size
1926         hints.
1928         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Allow to
1929         move/resize unmanaged windows.
1931         * src/xlib-util.lisp (move-window, resize-window): New functions.
1933 2008-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1935         * src/clfswm-util.lisp (current-frame-manage-window-type): Let the
1936         user choose what window type the current frame must handle.
1937         (display-current-window-info): New function.
1938         (current-frame-manage-all-window-type)
1939         (current-frame-manage-only-normal-window-type)
1940         (current-frame-manage-no-window-type): New functions.
1942         * src/clfswm-internal.lisp (managed-window-p): New function.
1944         * src/package.lisp (frame): Managed type: new frame
1945         parameter. This allow to choose what window type a frame must
1946         handle.
1948         * src/*.lisp: Rename all 'father' occurrences to 'parent'.
1950         * src/clfswm-nw-hooks.lisp
1951         (open-in-new-frame-in-parent-frame-nw-hook): New new window hook.
1953         * src/clfswm-util.lisp (adapt-current-frame-to-window-hints): New
1954         function.
1956         * src/tools.lisp (ensure-printable): Return always a string even
1957         with a null string.
1959 2008-04-24  Philippe Brochard  <pbrochard@common-lisp.net>
1961         * src/config.lisp (*default-nw-hook*): New variable to change the
1962         default new window hook.
1964 2008-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1966         * clfswm.asd (clfswm): Add a dependency from
1967         clfswm-second-mode.lisp to clfswm.lisp.
1969         * src/clfswm-util.lisp (identify-key): Show the documentation for
1970         the function bound on a key.
1971         (with-movement): Move with-movement,
1972         current-frame-fill/pack/resize-*  from bindings-second-mode.lisp
1973         to clfswm-util.lisp.
1975         * src/clfswm-menu.lisp: New menu system that let user change keys
1976         or functions associated to keys.
1978 2008-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
1980         * src/clfswm-internal.lisp (show-all-children): Display-child is
1981         the first child by default. Solve a bug with father-p.
1983 2008-04-17  Philippe Brochard  <pbrochard@common-lisp.net>
1985         * src/clfswm-internal.lisp (add-frame): Add frame return the
1986         created frame.
1987         (show-all-children): Move the size computation outside the
1988         show-child part.
1990         * src/bindings-second-mode.lisp (with-movement): Redisplay only
1991         the current child.
1993         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
1994         only the current child.
1996         * src/clfswm-internal.lisp (show-all-children): New display-child
1997         parameter to display only the desired child and its children.
1998         (select-next/previous-child): Only display the current child.
2000 2008-04-14  Philippe Brochard  <pbrochard@common-lisp.net>
2002         * src/clfswm.lisp (init-display): Move the default frame creation
2003         on the default init hook.
2005         * src/clfswm-keys.lisp (define-ungrab/grab): Handle all keysyms in
2006         the main mode (for example: "1" on an azerty keyboard).
2008 2008-04-13  Philippe Brochard  <pbrochard@common-lisp.net>
2010         * src/clfswm-keys.lisp (find-key-from-code): Better handle of
2011         keysyms. Revert to old grabbing method for the main mode.
2013 2008-04-12  Philippe Brochard  <pbrochard@common-lisp.net>
2015         * src/clfswm.lisp (init-display): Add key handling on no focus
2016         window and on frame windows.
2018 2008-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
2020         * src/clfswm.lisp (main): Keyboard handle strategie change: Grab
2021         all keys by default and replay just what is needed. No change for
2022         the second mode.
2024         * src/clfswm-keys.lisp: remove grab/ungrab main keys.
2025         (find-key-from-code): Test for shift and not shift presence.
2027 2008-04-09  Philippe Brochard  <pbrochard@common-lisp.net>
2029         * src/clfswm-internal.lisp (switch-to-root-frame): show later -
2030         new key parameter to have less flickering.
2032 2008-04-07  Philippe Brochard  <pbrochard@common-lisp.net>
2034         * src/bindings-second-mode.lisp (frame-layout-once-menu): Set the
2035         layout only one time and revert to no-layout to freely handle
2036         frames.
2038         * src/clfswm-nw-hooks.lisp
2039         (open-in-new-frame-in-root-frame-nw-hook): Tile layout with spaces
2040         with new created window.
2042         * src/clfswm-layout.lisp (register-layout): Now register
2043         automatically a once layout to set the layout only one time and
2044         revert to no-layout to freely handle frames.
2046 2008-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
2048         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): New
2049         nw-hook: Open the next window in the current frame and leave the
2050         focus to the current child.
2052 2008-04-04  Philippe Brochard  <pbrochard@common-lisp.net>
2054         * src/bindings-second-mode.lisp: Add keys definitions to
2055         bind-or-jump in the second mode.
2057         * src/clfswm-util.lisp (bind-or-jump): remove the auto-defining
2058         macro for bind-or-jump-(1|2|3...).
2060         * src/clfswm-keys.lisp (define-define-key/mouse): Allow additional
2061         arguments to function. This allow to do things like:
2062         (define-main-key (key) 'my-function 10 20 'foo) -> 10 20 and 'foo
2063         are passed to my-function on key press.
2065 2008-04-03  Philippe Brochard  <pbrochard@common-lisp.net>
2067         * src/clfswm-util.lisp (bind-or-jump): New (great) function.
2069 2008-04-02  Philippe Brochard  <pbrochard@common-lisp.net>
2071         * src/clfswm-internal.lisp (child-fullname): New function
2073         * src/clfswm-info.lisp (info-mode-menu): Add an explicit optional
2074         docstring in info-mode-menu. An item can be
2075         '((key function) (key function)) or with docstring
2076         '((key function "documentation 1") (key function "bla bla") (key function))
2078         * src/tools.lisp (ensure-n-elems): New function.
2080         * src/bindings-second-mode.lisp: Bind Alt+mouse-1/3 to move or
2081         resize a frame or the window's father.
2083         * src/clfswm.lisp (init-display): Remove tile-space-layout by
2084         default on the root frame.
2086         * src/clfswm-util.lisp (move/resize-frame): Add standard event
2087         hooks handlers (map-request, configure-notify...)
2089         * src/clfswm-internal.lisp (adapt-child-to-father): Limit minimal
2090         child size to 1x1.
2092 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
2094         * src/bindings.lisp: Bind Alt+mouse-1/3 to move or resize a frame
2095         or the window's father.
2097         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Stop button
2098         event only if there is a geometry change.
2099         (mouse-focus-move/resize-generic): Generic function to move or
2100         resize a frame or a window father frame.
2102 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
2104         * src/clfswm-internal.lisp (show-all-children): Return t if there
2105         is a geometry change.
2107 2008-03-30  Philippe Brochard  <pbrochard@common-lisp.net>
2109         * src/bindings.lisp (Up/Down): Swap select previous/next level.
2111         * src/bindings-second-mode.lisp (Up/Down): Swap select previous/next level.
2113         * src/clfswm.lisp (init-display): Create a default frame in the root frame.
2115         * src/clfswm-internal.lisp (place-frame): Place frame from real (pixel) coordinates.
2116         (with-all-*): Reverse the child list to manage the first child last (like in
2117         show-all-children).
2119         * src/config.lisp (*create-frame-on-root*): New variable: Create a new frame on the
2120         root window only if true.
2122         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Create a new frame on the
2123         root window only if *create-frame-on-root* is true.
2125         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Create a new frame
2126         on the root window.
2128 2008-03-29  Philippe Brochard  <pbrochard@common-lisp.net>
2130         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Focus, move and resize
2131         the current child (even if it's a window).
2133 2008-03-28  Philippe Brochard  <pbrochard@common-lisp.net>
2135         * src/clfswm-util.lisp (mouse-click-to-focus-and-move)
2136         (mouse-click-to-focus-and-resize): New functions.
2138         * src/clfswm-internal.lisp (*-fl->px): Convert float coordinates to pixel.
2139         (*-px->fl): Convert pixel coordinates to float.
2141         * src/tools.lisp (call-hook): Move call-hook to tools.lisp.
2143 2008-03-27  Philippe Brochard  <pbrochard@common-lisp.net>
2145         * src/clfswm-layout.lisp (no-layout): Use :first-only to raise only the
2146         first child.
2148         * src/clfswm-internal.lisp (hide-all): Split hide-all-children in hide-all
2149         and hide-all-children.
2150         (raise-if-needed): New function.
2151         (show-child): Use a first-p parameter to raise windows only when they are
2152         first child.
2154 2008-03-26  Philippe Brochard  <pbrochard@common-lisp.net>
2156         * src/clfswm-internal.lisp (select-next/previous-level): Don't use show-all-children
2157         -> less flickering.
2159 2008-03-25  Philippe Brochard  <pbrochard@common-lisp.net>
2161         * src/clfswm-info.lisp (keys-from-list): new function.
2163         * src/*: rename 'childs' in 'children'.
2165         * src/*: rename 'group' in 'frame'.
2167 2008-03-22  Philippe Brochard  <pbrochard@common-lisp.net>
2169         * src/clfswm-pack.lisp (explode-group/explode-current-group): new functions.
2171 2008-03-21  Philippe Brochard  <pbrochard@common-lisp.net>
2173         * src/clfswm-pack.lisp: Pack, Fill, Resize functions.
2175 2008-03-16  Philippe Brochard  <pbrochard@common-lisp.net>
2177         * src/clfswm-nw-hooks.lisp: Register system for new window hooks.
2178         Bind control+o to open the next window in a new group in the root group
2179          (as open in next window in a new workspace in 0801 version).
2181 2008-03-15  Philippe Brochard  <pbrochard@common-lisp.net>
2183         * src/clfswm-util.lisp (show/hide-all-groups-info/key): Show/hide all groups info
2184         window.
2186 2008-03-14  Philippe Brochard  <pbrochard@common-lisp.net>
2188         * bindings-second-mode.lisp ("ISO_Left_Tab"): Use ISO_Left_Tab
2189         instead of Tab for select-previous-child.
2191 2008-03-13  Philippe Brochard  <pbrochard@common-lisp.net>
2193         * clfswm-util.lisp (force-window-in-group/force-window-center-in-group):
2194         new functions.
2196 2008-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
2198         * clfswm-util.lisp (identify-key): Display the documentation
2199         associated to keys when identifying a key.
2201 2008-03-10  Xavier Maillard  <xma@gnu.org>
2203         * contrib/clfswm: Complete rewrite of the script. Detect error and
2204         act accordingly. Add command line arguments to configure the
2205         script execution. User can now choose different common lisp
2206         implementation (clisp and sbcl only), choose where to store the
2207         dumped image, where to find clfswm source.
2209 2008-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
2211         * clfswm-internal.lisp (process-new-window): Beginning of new
2212         window hook: each group have a hook to tell what he wants to do
2213         with the new created window.
2215 2008-03-08  Xavier Maillard  <xma@gnu.org>
2217         * contrib/clfswm: New script. Dump a CLISP image of CLFSWM then
2218         call the resulting executable.
2220         * clfswm.lisp (read-conf-file): Check for the user config file in
2221         XDG_CONFIG_HOME *first*. Freedesktop.org standards should be
2222         prefered whenever possible.
2224 2008-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
2226         * clfswm-layout.lisp (*-layout): Add an optional raise-p
2227         parameter in each layout.
2229 2008-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
2231         * clfswm-util.lisp (copy/cut-current-child): Does not affect the
2232         root group.
2233         (copy/move-current-child-by-name/number): new functions
2234         (focus-group-by-name/number): new functions
2235         (delete-group-by-name/number): new functions
2237 2008-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
2239         * ************************************************************ *
2240         *: Major update - No more reference  to workspaces. The main   *
2241         structure is a tree of groups or application windows.          *
2242         * ************************************************************ *
2244 2008-02-07  Philippe Brochard  <pbrochard@common-lisp.net>
2246         * clfswm.lisp (read-conf-file): Read configuration in
2247         $HOME/.clfswmrc or in /etc/clfswmrc or in
2248         $XDG_CONFIG_HOME/clfswm/clfswmrc.
2249         (xdg-config-home): Return the content of $XDG-CONFIG-HOME (default
2250         to $HOME/.config/).
2252 2008-01-18  Philippe Brochard  <pbrochard@common-lisp.net>
2254         * clfswm-internal.lisp (show-all-group): Use *root* and *root-gc*
2255         by default.
2257 2008-01-03  Philippe Brochard  <pbrochard@common-lisp.net>
2259         * clfswm-internal.lisp (find-window-group): New function.
2261         * clfswm*: Change to make clfswm run with clisp/new-clx.
2263 2008-01-01  Philippe Brochard  <pbrochard@common-lisp.net>
2265         * clfswm-util.lisp (query-show-paren): Add show parent matching in
2266         query string.
2267         (query-string): Bind control+k to delete end of line.
2269         * clfswm-second-mode.lisp (draw-second-mode-window): Display
2270         the action on mouse motion in second mode.
2272         * clfswm.lisp (handle-exposure): Redisplay groups on exposure
2273         event but do not clear the root window.
2274         (handle-configure-request): Adjust unmanaged window from their
2275         request.
2277         * clfswm-internal.lisp (process-new-window): Adjust new window
2278         with the specified hints (max/min/base width/height).
2280 2007-12-31  Philippe Brochard  <pbrochard@common-lisp.net>
2282         * clfswm.lisp (handle-configure-request): Send an Configuration
2283         Notify event. This solve a bug with xterm and rxvt who takes some
2284         times to be mapped. Now there is no delay.
2286         * bindings-second-mode.lisp (define-shell): Run programs after
2287         living the second mode.
2289 2007-12-30  Philippe Brochard  <pbrochard@common-lisp.net>
2291         * clfswm-internal.lisp (process-new-window): Do not crop transient
2292         window to group size.
2293         (adapt-window-to-group): Do not crop transient window to group
2294         size.
2296         * clfswm.lisp (handle-configure-request): Adapt just the window to
2297         its group and don't take care of the configure request. Remove the
2298         bug with the Gimp outside the group and speed up the window
2299         manipulation.
2300         (handle-exposure): Remove show-all-group on exposure event
2301         -> Speed up.
2303 2007-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
2305         * clfswm-util.lisp (circulate-group-up-copy-window)
2306         (circulate-group-down-copy-window)
2307         (circulate-workspace-up-copy-group)
2308         (circulate-workspace-down-copy-group): Prevent the copy of the
2309         same window in the same workspace.
2311         * bindings-second-mode.lisp (release-copy-selected-window)
2312         (release-copy-selected-group): Prevent the copy of the same window
2313         in the same workspace.
2315         * clfswm-pager.lisp (generic-pager-move-window-on-previous-line)
2316         (generic-pager-move-window-on-next-line): Remove the copy
2317         property.
2318         (generic-pager-move-group-on-next-workspace)
2319         (generic-pager-move-group-on-previous-workspace): Prevent the copy
2320         of the same window in the same workspace.
2322         * bindings-pager.lisp (mouse-pager-copy-selected-window-release)
2323         (mouse-pager-copy-selected-group-release): Prevent the copy of the
2324         same window in the same workspace.
2326         * tools.lisp (setf/=): new macro to set a variable only when
2327         necessary.
2329         * clfswm-internal.lisp (adapt-window-to-group): use set/= to set
2330         x, y... only when necessary.
2332 2007-12-28  Philippe Brochard  <pbrochard@common-lisp.net>
2334         * clfswm.lisp (handle-configure-notify, *configure-notify-hook*):
2335         new function and hook: force windows to stay in its group (solve a
2336         bug with the Gimp).
2338 2007-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
2340         * bindings-second-mode.lisp (mouse-motion): use hide-group to have
2341         less flickering when moving/resizing groups.
2343         * clfswm-internal.lisp (hide-group): new function.
2344         (show-all-group): clear-all: new parameter.
2346 2007-12-22  Philippe Brochard  <pbrochard@common-lisp.net>
2348         * clfswm-keys.lisp (define-define-key): undefine-*-multi-name: new
2349         macro.
2350         * clfswm*: Color change for the pager. Typo or better description
2351         in bindings definitions. Define bindings for a qwerty keyboard by
2352         default. dot-clfswmrc show examples to switch to an azerty
2353         keyboard.
2354         License change to GPL v3.
2355         * config.lisp: new file - group all globals variables in this
2356         file.
2358 2007-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
2360         * xlib-util.lisp (hide-window): Remove structure-notivy events
2361         when hidding a window.
2363 2007-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
2365         * package.lisp (*sm-property-notify-hook*): Readded
2366         property-notify-hook in second mode.
2368 2007-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
2370         * clfswm-keys.lisp (produce-doc-html): Better clean up for strings.
2372 2007-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
2374         * clfswm-pack.lisp (tile-current-workspace-to/right/left/top/bottom):
2375         Tile the current workspace with the current window on one side and
2376         others on the other (this emulate the larswm, dwm, wmii way). See
2377         the default configuration file to enable this mode by default.
2379         * clfswm-pager.lisp (pager-tile-current-workspace-to): idem for
2380         the pager.
2382 2007-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
2384         * clfswm-pager.lisp (pager-draw-window-in-group): Add
2385         ensure-printable to print windows name even with non-ascii
2386         characters.
2388 2007-05-11  Philippe Brochard  <pbrochard@common-lisp.net>
2390         * clfswm-pager.lisp (pager-explode-current-group): Create a new
2391         group for each window in group.
2392         (pager-implode-current-group): Move all windows in workspace to
2393         one group and remove other groups.
2395         * clfswm-pack.lisp (explode-group): Create a new group for each
2396         window in group.
2397         (implode-group): Move all windows in workspace to one group and
2398         remove other groups.
2400         * clfswm-util.lisp (identify-key): Remove local configuration
2401         variables and made them available for configuration from
2402         package.lisp.
2403         (query-string): idem.
2405 2007-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
2407         * netwm-util.lisp: Start of NetWM compliance.
2408         Add a Netwm client list gestion.
2410 2007-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
2412         * clfswm-internal.lisp (create-group-on-request): open a new group
2413         only when the current group is not empty.
2415         * bindings-second-mode.lisp (define-second-key-#\o-control): Fix a
2416         bug with null workspace.
2418         * clfswm-pager.lisp (pager-handle-event): Add a hook
2419         system. This hooks can be changed in the user configuration file.
2421         * package.lisp: All colors and font variables are set in
2422         package.lisp and can be configured in the user configuration
2423         file.
2424         Note: If you have configured some less ugly colors (esp. for the
2425         pager) don't hesitate to let me know :)
2427         * clfswm-second-mode.lisp (sm-handle-event): Add a hook
2428         system. This hooks can be changed in the user configuration file.
2430         * clfswm.lisp (handle-event): Add a hook system. This hooks can be
2431         changed in the user configuration file (~/.clfswmrc)
2433 2007-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
2435         * clfswm-util.lisp (stop-all-pending-actions): new function: reset
2436         arrow action, open next window in new workspace/group.
2438         * bindings.lisp (stop-all-pending-actions): new binding.
2439         (open-next-window-in-new-group-once): Open the next windows in a
2440         new group (only once) or open all new windows in a new group (like
2441         others windows managers).
2443 2007-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
2445         * clfswm.lisp (read-conf-file): New function to read a lisp
2446         configuration file at startup.
2447         (focus-group-under-mouse): Check if group isn't the current group
2448         ( prevent a bug with unclutter ).
2450 2007-03-02  Philippe Brochard  <pbrochard@common-lisp.net>
2452         * bindings.lisp (run-program-from-query-string): A program can be
2453         launch from a input query window.
2455 2007-03-01  Philippe Brochard  <pbrochard@common-lisp.net>
2457         * clfswm-info.lisp: Fix a bug with banish pointer in info mode.
2459 2007-02-28  Philippe Brochard  <pbrochard@common-lisp.net>
2461         * clfswm.lisp (process-new-window): One can now open the next
2462         window in a workspace called by its number.
2464         * clfswm-util.lisp (query-font-string): Minimal editing
2465         capabilities.
2466         (eval-from-string): And an REPL in the window manager... :)
2468 2007-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
2470         * clfswm.lisp (process-new-window): One can now open the next
2471         window in a new workspace or a new group.
2473         * clfswm-pager.lisp (pager-mode): Display the next arrow action
2474         with the hidden windows.
2476         * clfswm.lisp (second-key-mode): Display the current workspace
2477         number and the next arrow action in the state window.
2479         * clfswm-pager.lisp (pager-mode): Hide all windows before leaving
2480         the pager mode and then redisplay only the current workspace.
2482 2007-02-25  Philippe Brochard  <pbrochard@common-lisp.net>
2484         * clfswm.lisp (add-workspace): Workspaces are now numbered. So
2485         they can be focused with a keypress, sorted or renumbered.
2487 2007-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
2489         * clfswm-pager.lisp (pager-mode): Remove multiple silly
2490         pager-draw-display. This prevent a lot of flickering in the
2491         pager.
2493         * clfswm.lisp: Remove all display-force-output and replace them
2494         with only one display-finish-output in the event loop.
2496 2006-11-06  Philippe Brochard  <pbrochard@common-lisp.net>
2498         * clfswm-pager.lisp (pager-center-group): New function - center a
2499         group at the middle of the screen.
2501         * clfswm-pack.lisp (center-group): New function - center a group
2502         at the middle of the screen.
2504         * clfswm.lisp (show-group): Add a cross line under the group.
2505         (show-group): Group are showned even if fullscreened.
2506         (init-display): Add an exposure event on the root window.
2508 2006-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
2510         * package.lisp (*default-group*): Default group is the same size
2511         of a fullscreened group.
2513         * bindings*: Use shift to move, control+shift to copy.
2515         * *.lisp: Add comments for configuration or alternatives. So grep
2516         for CONFIG to see where you can configure clfswm. And grep for
2517         Alternative to use some commented code.
2519         * clfswm.lisp (second-key-mode): Use a single window to show the
2520         second mode. See for alternatives at the end of this file.
2522 2006-11-03  Philippe Brochard  <pbrochard@common-lisp.net>
2524         * clfswm-keys.lisp (define-define-key/mouse): Factorisation in a
2525         macro of key and mouse definitions.
2526         (define-define-key/mouse): Use state instead of modifiers list
2527         this fix a bug when the modifiers list is not in the rigth order.
2529         * clfswm.lisp (second-key-mode): Add a colored border in second mode.
2531 2006-11-02  Philippe Brochard  <pbrochard@common-lisp.net>
2533         * clfswm-info.lisp (info-mode): Add an info mode.
2535 2006-11-01  Philippe Brochard  <pbrochard@common-lisp.net>
2537         * clfswm.lisp (process-new-window): Change border size for
2538         transient windows.
2539         (show-all-windows-in-workspace): Unhide all windows even when the
2540         current group is in fullscreen mode.
2542 2006-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
2544         * clfswm-util.lisp (identify-key): Add an exposure handle-event to
2545         redisplay the identify window after a terminal switch.
2547         * clfswm-pager.lisp (pager-mode): Add an exposure handle-event to
2548         redisplay the pager after a terminal switch.
2550 2006-10-24  Philippe Brochard  <pbrochard@common-lisp.net>
2552         * clfswm-util.lisp (identify-key): Add a window to display
2553         the keys to identify on screen.
2555         * bindings.lisp, bindings-pager.lisp: Define same keys to
2556         move/copy groups/windows in second mode and in pager.
2558         * clfswm.lisp (handle-event*): Same version in all clfswm (fix some
2559         drawing lags).
2560         (show-all-windows-in-workspace): unhide window before adapting it
2561         to group.
2563 2006-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
2565         * clfswm.lisp (handle-event): Revert to an older version.
2567 2006-10-18  Philippe Brochard  <pbrochard@common-lisp.net>
2569         * clfswm-util.lisp (force-window-in-group)
2570         (force-window-center-in-group): New functions for transient windows.
2572         * clfswm-pager.lisp (pager-remove-current-workspace/group):
2573         bugfix: hide all windows before removing group or workspace.
2575 2006-10-17  Philippe Brochard  <pbrochard@common-lisp.net>
2577         * bindings-pager.lisp (mouse-pager-move-selected-group)
2578         (mouse-pager-copy-selected-group)
2579         (mouse-pager-move-selected-window)
2580         (mouse-pager-copy-selected-window, mouse-pager-rotate-window-up)
2581         (mouse-pager-rotate-window-down): New functions to have mouse in
2582         pager mode.
2584         * clfswm-pager.lisp (pager-swap-window)
2585         (pager-copy-group-on-next/previous-workspace)
2586         (pager-copy-window-on-next/previous-line): New functions
2588 2006-10-15  Philippe Brochard  <pbrochard@common-lisp.net>
2590         * clfswm-pager.lisp (pager-move-window-on-next/previous-line,
2591         (pager-move-group-on-next/previous-workspace): new functions.
2593         * clfswm-pack.lisp (resize-half-x-x-current-group): resize group
2594         to its half size (new functions).
2596 2006-10-11  Philippe Brochard  <pbrochard@common-lisp.net>
2598         * clfswm-pager.lisp: workspaces, groups and windows can now be
2599         selectionned with the keyboard or the mouse.
2601 2006-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
2603         * clfswm-pager.lisp (pager-select-workspace-right/left):
2604         workspaces can now be selectionned with the keyboard.
2606 2006-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
2608         * clfswm-keys.lisp (undefine-main-key, undefine-second-key, undefine-mouse-action):
2609         new function to remove a previous defined key or mouse combination.
2611 2006-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
2613         * clfswm.lisp (main): Check for access error in init-display.
2615         * clfswm-keys.lisp (define-ungrab/grab): check for keysym and
2616         keycode before grabbing.
2618         * bindings.lisp: Remove nlambda and use defun to keep the function
2619         documentation with clisp.
2620         (define-shell): new macro to define shell command for the second
2621         mode.
2623 2006-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
2625         * clfswm-keys.lisp (define-ungrab/grab): use a cond instead of a
2626         boggus typecase.
2628 2006-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
2630         * bindings.lisp (accept-motion): Move group bugfix in upper mouse
2631         workspace circulation.
2633         * clfswm-util.lisp (absorb-orphan-window): new function.
2635         * clfswm-keys.lisp: Keysyms support.
2637 2006-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
2639         * clfswm.lisp (show-group): Use one gc for all groups and not one
2640         per group.
2642 2006-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
2644         * bindings.lisp (define-second-key (#\l :mod-1)): fix a typo.
2646         * clfswm.lisp (adapt-window-to-group): Adapt only windows with
2647         width and height outside group.
2649 2006-09-28  Philippe Brochard  <pbrochard@common-lisp.net>
2651         * clfswm.lisp: First public release.