src/clfswm-menu.lisp (open-menu): Show key bindings correspondence in menu for main...
[clfswm.git] / ChangeLog
blobe280b29b105f30f88ba9f1bc604bb660c72c8744
1 2012-10-03  Philippe Brochard  <pbrochard@common-lisp.net>
3         * src/clfswm-menu.lisp (open-menu): Show key bindings
4         correspondence in menu for main and second mode.
6         * src/clfswm.lisp (main-loop): Reset X error count only once for
7         all loops.
9 2012-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
11         * src/xlib-util.lisp (handle-event): Ignore synchronous xlib
12         window-error and drawable-error in event handler.
14         * contrib/clfswm: Dump different image from different installation
15         path.
17 2012-09-30  Philippe Brochard  <pbrochard@common-lisp.net>
19         * src/clfswm.lisp (configure-request handler): Send a
20         configuration notify event in a more precise way.
22 2012-09-29  Philippe Brochard  <pbrochard@common-lisp.net>
24         * src/xlib-util.lisp (with-xlib-protect): Limit X errors ignored
25         to prevent freezes and add a backtrace system.
27 2012-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
29         * src/clfswm.lisp (configure-request handler): To be ICCCM
30         compliant, send a fake configuration notify event only when the
31         window has moved and not when it has been resized.
33 2012-09-21  Philippe Brochard  <pbrochard@common-lisp.net>
35         * Relase 1209
37 2012-09-09  Philippe Brochard  <pbrochard@common-lisp.net>
39         * src/clfswm-internal.lisp
40         (delete-child-and-children-in-all-frames): Remove all children in
41         frames and only close windows.
43         * src/*.lisp: Remove uneeded with-xlib-protect.
45 2012-09-06  Philippe Brochard  <pbrochard@common-lisp.net>
47         * contrib/wallpaper.lisp (wallpaper): create/use-background
48         simplification function.
50 2012-09-05  Philippe Brochard  <pbrochard@common-lisp.net>
52         * contrib/wallpaper.lisp: New functionality to handle backgrounds
53         on differents screen heads.
55         * contrib/toolbar.lisp (toolbar-adjust-root-size): Takes care of
56         multiple toolbar on the same root edge.
58 2012-09-04  Philippe Brochard  <pbrochard@common-lisp.net>
60         * src/clfswm-internal.lisp (show-all-children): Hide only children
61         hidden by normal windows or frames (but not :dialog,
62         :transient...).
63         (process-new-window): Remove borders for maxsize windows.
64         (show-all-children): Let the choice to always display children or
65         to optimize by hidding children not seen . The first option is
66         better with transparency support (frames behind orther frames are
67         seen). The second one is faster with many children in the same
68         frame (not seen children are not displayed).
70 2012-08-31  Philippe Brochard  <pbrochard@common-lisp.net>
72         * src/xlib-util.lisp (with-xlib-protect): Handle all Xlib errors
73         for better code protection.
75 2012-08-28  Philippe Brochard  <pbrochard@common-lisp.net>
77         * src/clfswm-expose-mode.lisp (expose-query-key-press-hook): Add
78         an option to immediately select child if they can be directly
79         accessed.
81 2012-08-25  Philippe Brochard  <pbrochard@common-lisp.net>
83         * contrib/volume-mode.lisp: Add mouse buttons actions in volume
84         mode. Add a volume button toolbar module.
86 2012-08-24  Philippe Brochard  <pbrochard@common-lisp.net>
88         * contrib/mpd.lisp: New toolbar modules (available only if
89         toolbar.lisp is loaded).
90         Add a small parameter for toolbar modules useful with vertical
91         toolbars.
93 2012-08-21  Philippe Brochard  <pbrochard@common-lisp.net>
95         * contrib/reboot-halt.lisp: Add configuration command for system
96         actions.
98         * contrib/toolbar.lisp (toggle-toolbar-hide-state): New function.
100 2012-08-20  Philippe Brochard  <pbrochard@common-lisp.net>
102         * src/clfswm-internal.lisp (add-in-never-managed-window-list): New
103         function.
105 2012-08-20  Philipp Kroos  <philipp.kroos@t-online.de>
107         * src/clfswm-placement.lisp (here-placement): Evaluates to current
108         position of pointer.
110 2012-08-20  Philipp Kroos  <philipp.kroos@t-online.de>
112         * contrib/toolbar.lisp: Add an expose-mode-button-module.
114 2012-08-19  Philippe Brochard  <pbrochard@common-lisp.net>
116         * contrib/toolbar.lisp (remove-toolbar): New function.
118 2012-08-18  Philippe Brochard  <pbrochard@common-lisp.net>
120         * contrib/toolbar.lisp: Add configurable colors in toolbar
121         modules.
123 2012-08-16  Philippe Brochard  <pbrochard@common-lisp.net>
125         * src/tools.lisp: Factorize system usage information collection.
126         (start-system-poll): Use a lock file instead of a local variable.
128         * contrib/toolbar.lisp: Add memory, cpu and battery usage module
129         with a poll methode. More responsive but up to date every 10s by
130         default.
132 2012-08-15  Philippe Brochard  <pbrochard@common-lisp.net>
134         * contrib/toolbar.lisp: Add a clickable label module for toolbar.
135         Add a clickable entry to open the CLFSWM main menu.
136         Add memory, cpu and battery usage module.
138         * src/clfswm-menu.lisp (open-menu): Prevent to reopen an opened
139         menu. Fixe a but with negative selected-item.
141 2012-08-14  Philippe Brochard  <pbrochard@common-lisp.net>
143         * src/clfswm-util.lisp (eval-from-query-string): Show a notify
144         window when updating symobls list for REPL completion.
145         (show-current-root): New function and configuration menu to
146         display a message on the current root.
148         * contrib/toolbar.lisp: Add arguments in toolbar modules.
150         * src/xlib-util.lisp (event-hook-name): Intern hook name symbol
151         in :clfswm package.
153 2012-08-13  Philippe Brochard  <pbrochard@common-lisp.net>
155         * contrib/toolbar.lisp (toolbar-module-text): Print a formatted
156         text at module position centered in toolbar.
158         * src/xlib-util.lisp (optimize-event-hook): Remove unused event
159         hooks.
161 2012-08-12  Philippe Brochard  <pbrochard@common-lisp.net>
163         * contrib/toolbar.lisp: End of toolbar framework.
164         (list-toolbar-modules): Add a list toolbar modules function.
166 2012-08-03  Philippe Brochard  <pbrochard@common-lisp.net>
168         * src/clfswm-internal.lisp (show-child): Show unmanaged windows
169         on (maybe) current child in all roots.
171         * src/clfswm-util.lisp (find-child-under-mouse-in-child-tree):
172         Handle children from all roots instead of from  *root-frame*.
174 2012-07-23  Philippe Brochard  <pbrochard@common-lisp.net>
176         * src/clfswm-expose-mode.lisp: New expose mode based on standard
177         query input.
179 2012-06-27  Philippe Brochard  <pbrochard@common-lisp.net>
181         * src/clfswm-util.lisp (eval-from-query-string): Add completion
182         for eval for query string.
184 2012-06-26  Philippe Brochard  <pbrochard@common-lisp.net>
186         * src/clfswm-query.lisp: Add completion for shell commands.
188 2012-06-18  Philippe Brochard  <pbrochard@common-lisp.net>
190         * src/clfswm-placement.lisp: Each child can have its own border
191         size. New binding to change the child border size on the fly.
193 2012-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
195         * src/tools.lisp (process-timers): Call get-internal-real-time
196         only once for all times.
198 2012-06-07  Philippe Brochard  <pbrochard@common-lisp.net>
200         * contrib/toolbar.lisp (define-toolbar-hooks): Add auto-hide
201         clickable toolbar.
202         (define-toolbar-hooks): Add auto-hide toolbar (show/hide on mouse
203         motion event).
205 2012-06-06  Philippe Brochard  <pbrochard@common-lisp.net>
207         * src/xlib-util.lisp (handle-event): Add an additional hook event
208         system to handle events in contrib code.
210 2012-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
212         * src/clfswm-placement.lisp: Add an optional border size in all
213         placement functions.
215 2012-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
217         * contrib/toolbar.lisp (clock): Add a clock module.
219 2012-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
221         * contrib/toolbar.lisp: begining of toolbar support.
223 2012-05-24  Philippe Brochard  <pbrochard@common-lisp.net>
225         * src/clfswm-internal.lisp (rotate-root-geometry): Do not use
226         rotatef but a simpler algorithm.
228 2012-05-19  Philippe Brochard  <pbrochard@common-lisp.net>
230         * src/clfswm-placement.lisp: Adjust width and height in child and
231         root placement to prevent too big child size.
233 2012-05-18  Philippe Brochard  <pbrochard@common-lisp.net>
235         * src/clfswm-placement.lisp: New root placement possibility.
237         * src/clfswm-util.lisp (change-current-root-geometry): New
238         function.
240 2012-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
242         * src/clfswm-util.lisp (exchange-root-geometry-with-mouse): New
243         function and menu.
245 2012-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
247         * src/menu-def.lisp: New root menu.
249 2012-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
251         * src/clfswm-circulate-mode.lisp (rotate-root-geometry-next)
252         (rotate-root-geometry-previous): New second mode binding to change
253         root geometry.
255 2012-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
257         * src/clfswm-internal.lisp: Remove the *current-child* variable
258         and use a setfable function (current-child) instead.
259         (current-child-setter): Store root current child before apllying
260         current child change.
262 2012-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
264         * src/clfswm-internal.lisp: Use xdpyinfo/xinerama informations
265         instead of xrandr informations.
267 2012-05-06  Philippe Brochard  <pbrochard@common-lisp.net>
269         * src/clfswm-internal.lisp : Use only one list for root
270         management.
271         (*root*): Root management API simplification.
273 2012-04-30  Philippe Brochard  <pbrochard@common-lisp.net>
275         * src/clfswm-internal.lisp: Big change to replace *current-root*
276         variable to support multiple root.
278 2012-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
280         * src/tools.lisp (add-new-hook, add-hook): New macro. Do not
281         duplicate hooks by default. Use add-new-hook if you want to
282         duplicate them.
284 2012-04-16  Philippe Brochard  <pbrochard@common-lisp.net>
286         * src/clfswm-corner.lisp (wait-window-in-query-tree): Add a limit
287         of try to wait the command window.
289 2012-02-25  Philippe Brochard  <pbrochard@common-lisp.net>
291         * src/clfswm-util.lisp (place-frames-from-xrandr)
292         (swap-frame-geometry, rotate-frame-geometry): New helper functions
293         for multiple physical screen.
294         (jump-to-slot, add-frame-in-parent-frame): Change *current-root*
295         only when needed.
297 2012-01-18  Philippe Brochard  <pbrochard@common-lisp.net>
299         * src/*.lisp: Use create-symbol and create-symbol-in-package
300         instead of the shorter symb. (Thanks Aad Versteden).
302         * src/bindings-second-mode.lisp (set-default-second-keys): New
303         key binding to set window and frame transparency.
305         * src/bindings.lisp (set-default-main-mouse): New mouse binding to
306         set window and frame transparency.
308         * src/clfswm-keys.lisp (define-keys): New macro to ease multiple
309         keys definitions. (Thanks Valentin Plechinger for the request).
311         * src/*.lisp: Add full transparency support with xcompmgr.
313 2012-01-14  Philippe Brochard  <pbrochard@common-lisp.net>
315         * src/*.lisp: Add transparency support.
317 2012-01-09  Ales Guzik <ales.guzik@gmail.com>
319         * src/clfswm-layout.lisp (tile-layout-mix): New layout to
320         automatically choose between vertival and horizontal tile layout.
321         (tile-space-layout): Fix to have space between screen border and
322         frame the same as between frames.
324 2012-01-04  Philippe Brochard  <pbrochard@common-lisp.net>
326         * load.lisp: Support clisp 2.49+ module system to load CLX.
328 2012-01-04  Ales Guzik <ales.guzik@gmail.com>
330         * src/clfswm-layout.lisp (update-layout-managed-children-keep-position):
331         Fix an inattention error.
333 2012-01-04  Philippe Brochard  <pbrochard@common-lisp.net>
335         * src/xlib-util.lisp (with-xlib-protect): Protect from
336         xlib:lookup-error. This prevent an error in clisp/new-clx when
337         sometimes an xlib:colormap is expected instead of an xlib:window.
339 2012-01-03  Philippe Brochard  <pbrochard@common-lisp.net>
341         * src/xlib-util.lisp (handle-event): Fix a clisp/new-clx error
342         when sometimes window slot of event-slots is a pixmap instead of a
343         window.
345 2011-12-26  Philippe Brochard  <pbrochard@common-lisp.net>
347         * src/clfswm-query.lisp: Fill the history list with a non-nil
348         value.
350 2011-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
352         * src/package.lisp (make-x-drawable): Drawable wrapper to prevent
353         type error in some CLX versions.
354         Replace xlib:drawable-* functions with x-drawable-* equivalents
356 2011-12-14  Philippe Brochard  <pbrochard@common-lisp.net>
358         * src/clfswm-util.lisp (um-create-xdg-section-list): Add at least
359         the 'Utility menu entry.
361         * src/config.lisp (*xdg-section-list*): moved to config.lisp.
363         * src/clfswm-util.lisp (update-menus): Set a default value for
364         searching .desktop files when XDG_DATA_DIRS is not set.
366 2011-10-15  Philippe Brochard  <pbrochard@common-lisp.net>
368         * src/clfswm-internal.lisp (place-window-from-hints): Use
369         with-placement macro to place unmanaged windows in an arbitrary
370         place.
372 2011-06-16  Philippe Brochard  <pbrochard@common-lisp.net>
374         * src/clfswm-internal.lisp (clean-windows-in-all-frames): Prevent
375         current root and current child being equal to child.
377 2011-06-13  Philippe Brochard  <pbrochard@common-lisp.net>
379         * src/keysyms.lisp: Repeat Page_Down/Up keysym definitions at the
380         end of the file to change keysyms priority.
382 2011-06-13  Sylvain HENRY <hsyl20@gmail.com>
384         *  *.*: Minor spelling fix.
386 2011-06-12  Philippe Brochard  <pbrochard@common-lisp.net>
388         * src/clfswm.lisp (:unmap-notify, :destroy-notify): Show all
389         children just after the xlib tree cleanup -> reduce the
390         flickering when a window is deleted or destroyed.
392         * src/clfswm-internal.lisp (process-existing-windows): Do not
393         process the notify window.
395 2011-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
397         * *: **** Release 1106 ****
399 2011-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
401         * src/clfswm-internal.lisp (clean-windows-in-all-frames): New
402         function to prevent xlib error when a window is deleted.
404 2011-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
406         * src/clfswm-internal.lisp
407         (delete-child-and-children-in-all-frames): Delete or destroy
408         children before displaying all children.
410 2011-06-05  Philippe Brochard  <pbrochard@common-lisp.net>
412         * src/clfswm-util.lisp (add-frame-in-parent-frame): New function
413         and binding.
415 2011-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
417         * src/clfswm.lisp (main-unprotected): Destroy all frames windows
418         before closing the display (not really needed).
420 2011-06-02  Philippe Brochard  <pbrochard@common-lisp.net>
422         * src/clfswm-layout.lisp (inc-tile-layout-size)
423         (dec-tile-layout-size, inc-slow-tile-layout-size)
424         (dec-slow-tile-layout-size): New functions and bindings.
426 2011-06-01  Philippe Brochard  <pbrochard@common-lisp.net>
428         * src/clfswm-expose-mode.lisp (define-expose-letter-keys): Add
429         0..1 and A..Z keys to select a child in exposé mode.
431         * src/clfswm-internal.lisp (display-frame-info): Remove hidden
432         infos in frames windows.
434         * src/clfswm-util.lisp (ask-close/kill-current-window): Menu
435         update.
437 2011-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
439         * src/clfswm-internal.lisp (get-parent-layout): Minor fullscreen
440         size tweaking.
442 2011-05-29  Philippe Brochard  <pbrochard@common-lisp.net>
444         * src/clfswm-internal.lisp
445         (delete-child-and-children-in-all-frames): Show all children
446         before deleting/destroying a windows, so prevent a flickering.
447         (get-parent-layout): Return the fullscreen size when the current
448         root is a window.
450 2011-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
452         * src/clfswm-internal.lisp (get-parent-layout): Handle correctly
453         unmanaged windows.
455         * src/clfswm-util.lisp (delete-focus-window-generic): Do not hide
456         child before removing, so prevent a flickering.
458         * src/clfswm-internal.lisp (show-all-children): Rectangular
459         optimization to display only needed children.
460         (show-all-children): Remove flickering on
461         select-next/previous-brother.
463 2011-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
465         * src/clfswm-util.lisp (copy-focus-window, cut-focus-window): New
466         functions and ask-close/kill-current-window menu and bindings
467         entry.
469 2011-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
471         * src/clfswm-util.lisp (ask-close/kill-current-window): Add an
472         *ask-close/kill-placement* placement window variable.
474 2011-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
476         * contrib/osd.lisp (funcall-button-from-code): Display osd
477         documention for buttons and fix some redefining warnings.
479 2011-05-07  Philippe Brochard  <pbrochard@common-lisp.net>
481         * src/clfswm-nw-hooks.lisp (make-permanent-nw-hook-frame): New
482         function. Prevent to add or delete a new window hook for this
483         frame.
485         * src/clfswm-layout.lisp (update-layout-managed-children-position):
486         New function.
488 2011-05-06  Philippe Brochard  <pbrochard@common-lisp.net>
490         * src/bindings-second-mode.lisp (set-default-second-keys):
491         select-brother-spatial-move-* binding update.
493         * src/clfswm-layout.lisp (tile-left|right|top|bottom-layout): Ask
494         to keep children positions or not.
496         * src/clfswm-internal.lisp (fixe-real-size): Takes care of border
497         size.
499         * src/clfswm-layout.lisp (update-layout-managed-children): Fix a
500         bug by using the parent frame instead of the current child.
502         * src/clfswm-circulate-mode.lisp
503         (select-brother-generic-spatial-move+right/left/up/down): New
504         function to select a brother from another in a spatial move.
506 2011-04-19  Philippe Brochard  <pbrochard@common-lisp.net>
508         * src/clfswm-pack.lisp (move-frame-constrained)
509         (resize-frame-constrained): Use pixels instead of floating
510         measure.
512 2011-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
514         * src/clfswm-pack.lisp (resize-frame-constrained): Takes care of
515         border size.
516         (implode-frame, implode-current-frame): New functions. Absorb all
517         frames subchildren in frame. Explode frame opposite.
519 2011-04-17  Philippe Brochard  <pbrochard@common-lisp.net>
521         * src/clfswm-pack.lisp (move-frame-constrained)
522         (resize-frame-constrained): New function. Move and resize frame
523         with the mouse constrained by other frame brothers.
525 2011-04-14  Philippe Brochard  <pbrochard@common-lisp.net>
527         * src/clfswm-util.lisp (with-movement-select-next-brother)
528         (with-movement-select-previous-brother)
529         (with-movement-select-next-child): Use a simple method (do not
530         enter in the circulate mode) to allow to circulate in all children
531         or brothers.
533         * src/clfswm-menu.lisp (open-menu): Save info hash table keys
534         instead of deleting newly created keys.
536 2011-03-21  Philippe Brochard  <pbrochard@common-lisp.net>
538         * src/clfswm-internal.lisp (x-px->fl, y-px->fl): Takes care of
539         border size.
541 2011-03-20  Philippe Brochard  <pbrochard@common-lisp.net>
543         * src/clfswm-info.lisp (show-config-variable): call
544         produce-conf-var-doc.
546 2011-03-18  Philippe Brochard  <pbrochard@common-lisp.net>
548         * src/clfswm-autodoc.lisp (produce-conf-var-doc-html): Produce a
549         documentation for all configurable variables in CLFSWM -
550         HTML version.
552         * src/clfswm-internal.lisp (leave-frame): Hide all children except
553         the current window.
555 2011-03-16  Philippe Brochard  <pbrochard@common-lisp.net>
557         * src/clfswm-autodoc.lisp (produce-all-docs): Produce a
558         documentation for all configurable variables in CLFSWM.
560         * src/clfswm-layout.lisp (set-gimp-layout): Display a notify
561         window with the help on the GIMP layout.
563 2011-03-12  Philippe Brochard  <pbrochard@common-lisp.net>
565         * src/menu-def.lisp: Menu update to prevent cursor keys clash.
567         * clfswm.asd: Change compilation order to prevent undefined
568         variables.
570         * src/clfswm-internal.lisp (show-child(frame)): Handle properly
571         the show-root-frame-p parameter.
573 2011-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
575         * src/clfswm-util.lisp (move-frame, resize-frame): Do not move or
576         resize a frame when it's the current root.
578 2011-03-10  Philippe Brochard  <pbrochard@common-lisp.net>
580         * src/clfswm-internal.lisp (show-all-children): Handle properly
581         duplicated child in multipe frames.
583 2011-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
585         * contrib/volume-mode.lisp (set-default-volume-keys): Add more
586         keybindings (up/down, right/left) to raise/lower the volume.
588         * src/clfswm-layout.lisp: Add a variable border size for frames
589         and windows.
591 2011-03-08  Philippe Brochard  <pbrochard@common-lisp.net>
593         * src/clfswm-util.lisp (cut-current-child, remove-current-child)
594         (delete-current-child): Hide the current child before doing the
595         action.
597         * src/clfswm-internal.lisp (show-all-children): Hide windows not
598         in the current root before displaying those in current root.
599         Remove all hide-all unnecessary calls.
601         * src/clfswm-configuration.lisp (save-variables-in-conf-file):
602         Save only variables with a different value than their original
603         value.
605 2011-03-07  Philippe Brochard  <pbrochard@common-lisp.net>
607         * src/clfswm-info.lisp (show-config-variable): Use the new
608         defconfig method.
610         * src/clfswm-autodoc.lisp (produce-configuration-variables): Use
611         the new defconfig method.
613         * src/clfswm-configuration.lisp (create-configuration-menu):
614         Change the config system with a more lispy one and a less string
615         based one: (defconfig name value group doc).
618 2011-03-06  Philippe Brochard  <pbrochard@common-lisp.net>
620         * src/clfswm-internal.lisp (show-all-children): Simplify the
621         selection method.
622         (show-child): Display an unmanaged window whe  it's the current
623         child.
624         (show-all-children): add the ability to display all child from
625         *root-frame* and hide all those who are not in *current-root*.
626         -> remove hide-all-children when needed.
628         * src/xlib-util.lisp (move-window,resize-window): Add a
629         *color-move-window* border when moving or resizing a window.
631 2011-03-04  Philippe Brochard  <pbrochard@common-lisp.net>
633         * src/clfswm-internal.lisp (show-all-children): Perform only one
634         recusion on the clfswm tree: calculate geometry and place child in
635         one pass.
637 2011-03-03  Philippe Brochard  <pbrochard@common-lisp.net>
639         * src/clfswm-internal.lisp (show-all-children): Rethink of display
640         child order to prevent very annoying flickering.
642 2011-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
644         * src/clfswm-util.lisp (query-yes-or-no): New function.
646         * src/clfswm-configuration.lisp (reset-all-config-variables): New
647         function and menu entry.
648         (query-conf-value): Add the ability to leave the field blank to
649         reset the variable to its default value.
651 2011-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
653         * src/clfswm-configuration.lisp
654         (add-all-configuration-default-value): Add a default value to
655         configurable variables.
657 2011-02-23  Philippe Brochard  <pbrochard@common-lisp.net>
659         * src/clfswm.lisp (main-unprotected): Create the configuration
660         menu only once at startup.
662 2011-02-22  Desmond O. Chang <dochang@gmail.com>
664         * contrib/amixer.lisp: Add a volume mode inspired by the emms
665         volume package. Alsa mixer interface.
667         * contrib/volume-mode.lisp: Add a volume mode inspired by the emms
668         volume package.
670 2011-02-22 Desmond O. Chang <dochang@gmail.com>
672         * src/clfswm.lisp (main): Use ASDF:SYSTEM-SOURCE-DIRECTORY instead
673         of *LOAD-TRUENAME*. *LOAD-TRUENAME* is only bound during a call to
674         LOAD. If one eval CLFSWM:MAIN in repl, BASE-DIR will be an empty
675         string. Use ASDF:SYSTEM-SOURCE-DIRECTORY to fix it.
677 2011-02-16  Philippe Brochard  <pbrochard@common-lisp.net>
679         * src/clfswm.lisp (main-unprotected): Add a close hook. And close
680         the notify window, the virtual keyboard and the clfswm terminal by
681         default.
683 2011-02-15  Philippe Brochard  <pbrochard@common-lisp.net>
685         * src/clfswm.lisp (main-unprotected): Destroy the notify window
686         before closing the display. This fix a bug when resetting/reloading
687         clfswm.
689 2011-02-12  Philippe Brochard  <pbrochard@common-lisp.net>
691         * src/xlib-util.lisp (equal-wm-class-fun, equal-wm-name-fun)
692         (raise-window-fun, raise-and-focus-window-fun): New functions.
694         * src/config.lisp (*clfswm-terminal-cmd*): Switch from xterm to
695         urxvt.
696         (*never-managed-window-list*): Structure change to be more
697         flexible. Let the choice to focus, raise and do nothing on never
698         managed windows.
700 2011-02-09  Philippe Brochard  <pbrochard@common-lisp.net>
702         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Take
703         care of never managed windows to move or resize them if the raise
704         parameter is true.
706         * src/clfswm-internal.lisp (in-frame, in-window, in-child): New
707         functions.
709 2011-02-08  Philippe Brochard  <pbrochard@common-lisp.net>
711         * src/clfswm.lisp (main-mode): Raise or not unmanaged windows
712         following request in *never-managed-window-list*.
714 2011-02-05  Philippe Brochard  <pbrochard@common-lisp.net>
716         * *: **** Release 1102 ****
718 2011-02-05  Desmond O. Chang <dochang@gmail.com>
720         * src/keysyms.lisp: Add extended keysyms from stumpwm.
722 2011-02-01  Desmond O. Chang <dochang@gmail.com>
724         * src/clfswm-util.lisp (run-or-raise): New function (thanks to
725         Desmond O. Chang).
727         * src/clfswm-internal.lisp (with-all-*): add a nil block.
729 2011-01-28  Desmond O. Chang <dochang@gmail.com>
731         * src/clfswm-util.lisp (xdg-config-home): XDG_CONFIG_HOME should
732         be $HOME/.config by default.
734 2010-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
736         * contrib/osd.lisp (display-doc): Add another method where a
737         CLFSWM native window is used to display the key documentation.
739 2010-12-27  Philippe Brochard  <pbrochard@common-lisp.net>
741         * src/xlib-util.lisp (with-xlib-protect): Force to revert to the
742         main mode state.
744 2010-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
746         * src/clfswm-second-mode.lisp (second-key-mode): Call the second
747         mode leave function only when the generic mode was ended.
749 2010-12-08  Philippe Brochard  <pbrochard@common-lisp.net>
751         * src/clfswm-second-mode.lisp (sm-leave-function): Do not use
752         *second-mode-program* anymore.
754 2010-12-07  Philippe Brochard  <pbrochard@common-lisp.net>
756         * src/clfswm-second-mode.lisp (*second-mode-leave-function*): New
757         variable bound to a function executed (when not null) on second
758         mode leaving.
760 2010-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
762         * src/clfswm-util.lisp (find-child-under-mouse): Do not find
763         hidden windows.
765 2010-11-13  Philippe Brochard  <pbrochard@common-lisp.net>
767         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
768         Do not display the accel window for unmanaged windows.
770 2010-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
772         * src/clfswm-internal.lisp (set-current-root): Handle
773         window-parent in set-current-root.
775         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Do not
776         focus the parent child when the current root is a window.
778 2010-11-09  Philippe Brochard  <pbrochard@common-lisp.net>
780         * src/clfswm-expose-mode.lisp (expose-windows-current-child-mode):
781         New function an bindings.
783         * src/clfswm-layout.lisp (tile-layout, set-tile-layout): Fill
784         blanks if needed.
786 2010-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
788         * src/clfswm-layout.lisp (tile-layout-ask-keep-position): New
789         function to let the user choose to keep child position with
790         tile layout.
792         * src/clfswm-internal.lisp (remove-frame-data-slot): New
793         function.
795 2010-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
797         * src/clfswm-internal.lisp (frame-select-next-child)
798         (frame-select-previous-child): New functions and bindings. Select
799         the next/previous child in the current frame.
801 2010-10-31  Philippe Brochard  <pbrochard@common-lisp.net>
803         * src/clfswm-query.lisp (query-mode-complet): New function: Handle
804         completion in query-mode.
806 2010-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
808         * src/clfswm-query.lisp (query-print-string): Handle long lines
809         correctly.
811 2010-10-27  Philippe Brochard  <pbrochard@common-lisp.net>
813         * src/clfswm-expose-mode.lisp (expose-create-window): Ensure that
814         all characters are printable.
816 2010-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
818         * contrib/server/server.lisp: Load clfswm client code in the main
819         program and let the user start it with a --client command line
820         option.
822         * src/package.lisp (*main-entrance-hook*): New hook executed after
823         loading configuration file and before opening the display.
825 2010-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
827         * src/xlib-util.lisp: Remove unnecessary xlib:display-finish-output.
829         * src/clfswm-internal.lisp (show-child): Show window only if not
830         hidden.
832         * src/clfswm-keys.lisp (binding-substitute-modifier): Utility to
833         change modifiers after binding definition.
835 2010-10-21  Philippe Brochard  <pbrochard@common-lisp.net>
837         * contrib/osd.lisp: New file: OSD (On Screen Display) for
838         presentations.
840         * src/clfswm-menu.lisp (open-menu): Modularise function.
842 2010-10-13  Philippe Brochard  <pbrochard@common-lisp.net>
844         * src/clfswm-info.lisp (show-first-aid-kit): Display the essential
845         key binding in main and second mode.
847 2010-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
849         * src/clfswm-util.lisp (open-notify-window): Convert hello-window
850         functions to a more generic Notify-window system.
852         * src/tools.lisp (add-timer): Add an id to identify the timer.
854 2010-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
856         * src/tools.lisp (erase-timer): New function.
858         * src/clfswm-util.lisp (display-hello-window): Add a timer to hide
859         the hello window. Add Configuration variables.
861 2010-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
863         * src/clfswm-util.lisp (): Add an Hello window at startup.
865         * src/tools.lisp (process-timers): Add a timer system.
867 2010-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
869         * src/clfswm-query.lisp (add-in-query-string): Handle correctly
870         the mod-5 modifier.
872 2010-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
874         * src/clfswm-query.lisp (query-print-string): Change cursor color
875         and show parenthesis matching with colors (on match and on
876         errors).
878 2010-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
880         * src/clfswm-internal.lisp (show-all-children): Do not raise a
881         child when its parent is hidden.
883 2010-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
885         * src/clfswm-circulate-mode.lisp (select-next-subchild): Add the
886         possibility to circulate over subchild of the current child.
888         * src/clfswm-expose-mode.lisp (expose-all-windows-mode)
889         (expose-windows-generic): Add an escape-body function to return to
890         the original state on escape key.
892         * src/clfswm-util.lisp (bind-on-slot): Add an optional parameter
893         to bind the current child from the configuration file.
895 2010-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
897         * src/clfswm-nw-hooks.lisp (absorb-window-nw-hook): Absorb new
898         window hook: the frame absorb all new windows that match
899         nw-absorb-test frame data slot.
901 2010-09-30  Philippe Brochard  <pbrochard@common-lisp.net>
903         * src/clfswm-expose-mode.lisp (expose-create-window): Show window
904         title in accel window.
906 2010-09-29  Philippe Brochard  <pbrochard@common-lisp.net>
908         * configure: Use the Xavier Maillard clfswm script in contrib to
909         build an executable in the standard way.
911 2010-09-26  Philippe Brochard  <pbrochard@common-lisp.net>
913         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
914         New functions. Add a window on each child in the expose mode to
915         quickly select them.
917         * src/clfswm-internal.lisp (child-x, child-y, child-width)
918         (child-height): New methods to get real child coordinates.
920 2010-09-25  Philippe Brochard  <pbrochard@common-lisp.net>
922         * src/clfswm-layout.lisp (*-layout): Use child-position.
924         * src/clfswm-internal.lisp (child-position): New function.
926         * src/clfswm-expose-mode.lisp (expose-windows-mode)
927         (expose-all-windows-mode): Use a generic mode.
929         * src/xlib-util.lisp (with-handle-event-symbol): Use a filled list
930         with handle-event-fun symbols instead of inspecting clfswm
931         internals symbols on each mode change.
933         * src/clfswm-expose-mode.lisp: Move and rename present*-windows in
934         a separate clfswm-expose-mode.lisp file.
936         * src/clfswm-util.lisp (speed-mouse-right, speed-mouse-down): Use
937         screen size instead of hardcoded test coordinates.
939 2010-09-24  Philippe Brochard  <pbrochard@common-lisp.net>
941         * src/clfswm-util.lisp (speed-mouse-reset, speed-mouse-left)
942         (speed-mouse-right, speed-mouse-up, speed-mouse-down)
943         (speed-mouse-undo, speed-mouse-first-history): New functions to
944         quickly move the mouse. Implemented for the second mode.
946 2010-09-16  Philippe Brochard  <pbrochard@common-lisp.net>
948         * contrib/clfswm: Move clfswm sources to $tmp_dir if there is no
949         write permission on $clfswm_asd_path. So anybody can start clfswm
950         even if there is no write permission on the source directory.
952 2010-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
954         * contrib/clfswm: Add support to cmucl, ccl and ecl.
956 2010-09-11  Philippe Brochard  <pbrochard@common-lisp.net>
958         * src/clfswm-util.lisp (set-hide-unmanaged-window)
959         (set-show-unmanaged-window, set-default-hide-unmanaged-window):
960         New functions and menu entry.
961         (set-globally-hide-unmanaged-window)
962         (set-globally-show-unmanaged-window): New functions and menu
963         entry.
965         * src/clfswm-internal.lisp (hide-unmanager-window-p): New
966         function.
967         (show-child): Add a data slot on frame to hide or not unmanaged
968         windows.
970         * src/clfswm-corner.lisp (present-clfswm-terminal)
971         (present-virtual-keyboard): Use a function (generic-present-body)
972         instead of a macro (generate-present-body).
974         * src/clfswm-util.lisp (update-menus): List all directories and
975         subdirectories in $XDG_DATA_DIRS/applications.
977 2010-09-10  Philippe Brochard  <pbrochard@common-lisp.net>
979         * src/clfswm-corner.lisp (generate-present-body): New macro.
980         (present-clfswm-terminal, present-virtual-keyboard): Use
981         generate-present-body.
983 2010-09-09  Philippe Brochard  <pbrochard@common-lisp.net>
985         * src/clfswm-util.lisp (update-menus): Follow XDG specifications
986         instead of the non-portable Debian update-menu.
988 2010-09-07  Philippe Brochard  <pbrochard@common-lisp.net>
990         * src/clfswm.lisp (error-handler): New function do handle
991         asynchronous errors and ignore them.
992         (open-display): Install the new error-handler on display.
994 2010-09-05  Philippe Brochard  <pbrochard@common-lisp.net>
996         * src/xlib-util.lisp (with-xlib-protect): Add a
997         with-simple-restart on top of body execution.
999 2010-09-04  Philippe Brochard  <pbrochard@common-lisp.net>
1001         * src/clfswm.lisp (main-loop): Protect all xlib functions with an
1002         with-xlib-protect.
1004         * src/xlib-util.lisp (handle-event): use with-xlib-protect only in
1005         handle-event. Add a with-simple-restart to prevent a
1006         clisp/new-lisp infinite loop.
1008 2010-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
1010         * src/clfswm-corner.lisp (present-clfswm-terminal): Make the
1011         clfswm terminal working even on xterm title changes.
1013 2010-08-29  Philippe Brochard  <pbrochard@common-lisp.net>
1015         * src/clfswm-util.lisp (run-other-window-manager): Update for
1016         clisp compatibility.
1018         * src/tools.lisp (do-execute): New parameter io to change the
1019         input/output method.
1021         * src/clfswm-util.lisp (hide-current-child): Prevent from removing
1022         the current root.
1024         * src/clfswm-internal.lisp (child-member): New predicate.
1025         (child-remove): New function.
1027         * src/*.lisp: Use child-member and child-remove everywhere it's
1028         needed.
1030 2010-08-28  Philippe Brochard  <pbrochard@common-lisp.net>
1032         * src/clfswm.lisp (main-loop): Ensure that all events have been
1033         processed after a process-event.
1035         * src/clfswm-internal.lisp (is-in-current-child-p): New function.
1037 2010-08-27  Philippe Brochard  <pbrochard@common-lisp.net>
1039         * src/clfswm.lisp (main-mode:configure-request): Raise the window
1040         only when present on the current child and focus it accordingly.
1042 2010-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
1044         * src/clfswm-circulate-mode.lisp (circulate-loop-function):
1045         Use is-a-key-pressed-p.
1047         * src/xlib-util.lisp (is-a-key-pressed-p): New predicate.
1049         * src/clfswm-keys.lisp (define-ungrab/grab): Use all values
1050         returned by xlib:keysym->keycodes.
1052         * src/*.lisp: Use the new child-equal-p to compare children. This
1053         prevent a bug with sbcl/cmucl when the standard equal function
1054         does not work with xlib:window.
1056         * src/clfswm-internal.lisp (child-equal-p): New predicate.
1058 2010-08-25  Philippe Brochard  <pbrochard@common-lisp.net>
1060         * src/clfswm-generic-mode.lisp (generic-mode): Use an
1061         xlib:event-listen before processing event with
1062         xlib:process-event. This prevent a bug with CLX threaded
1063         implementation like sbcl.
1065         * src/clfswm.lisp (main-loop): Use an xlib:event-listen before
1066         processing event with xlib:process-event. This prevent a bug with
1067         CLX threaded implementation like sbcl.
1069 2010-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
1071         * contrib/server/key.lisp (ushell-sh): Add ccl and ecl support.
1073         * src/xlib-util.lisp (compress-motion-notify): Use a loop instead
1074         of an event-case.
1076         * src/clfswm-internal.lisp (with-find-in-all-frames): New macro.
1077         (find-parent-frame, find-frame-window, find-frame-by-name)
1078         (find-frame-by-number): Use with-find-in-all-frames to search in
1079         frames in the right order.
1081         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Fix an
1082         unwanted flickering with unmanaged windows.
1084 2010-08-16  Philippe Brochard  <pbrochard@common-lisp.net>
1086         * src/package.lisp: Remove event handler hooks as they're not
1087         needed anymore (To replace them: use closure and define-handler).
1089         * src/xlib-util.lisp (move-window, resize-window)
1090         (wait-mouse-button-release): Use a generic mode.
1092         * src/*.lisp: Replace the case to handle event with a more (tricky)
1093         lispy  method which bind a function to each keywords associated
1094         to graphics events.
1096 2010-07-23  Philippe Brochard  <pbrochard@common-lisp.net>
1098         * src/clfswm-util.lisp (delete-current-child): Invert bindings and
1099         menu entry between delete-current-child and remove-current-child.
1100         ie: Delete a child and its children in all frames by default.
1102 2010-07-21  Philippe Brochard  <pbrochard@common-lisp.net>
1104         * src/package.lisp: Add a placement configuration group.
1106         * src/binding*.lisp: Bind control+g to escape the current action
1107         like emacs.
1109         * src/clfswm-internal.lisp
1110         (delete-child-and-children-in-all-frames): New function and
1111         binding: Second mode - Control+Delete delete the current child and
1112         its children in all frames (ie: close the current child and its
1113         children).
1115 2010-07-20  Philippe Brochard  <pbrochard@common-lisp.net>
1117         * src/clfswm-internal.lisp (remove-child-in-frame): Do not destroy
1118         the frame window and the frame gc. Close a very annoying bug when
1119         cuting/pasting a frame or moving a child over frames with the
1120         mouse.
1122         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
1123         all children in *current-root* after moving/resizing a frame.
1125 2010-07-18  Philippe Brochard  <pbrochard@common-lisp.net>
1127         * src/clfswm-util.lisp (delete-focus-window)
1128         (destroy-focus-window): Remove child in parent frame before
1129         stopping it.
1131 2010-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
1133         * src/clfswm-util.lisp (identify-key): Add a timeout in
1134         xlib:process-event.
1135         (mouse-click-to-focus-generic): Use find-child-under-mouse instead
1136         of the window passed by xlib:process-event.
1138         * src/xlib-util.lisp (move-window, resize-window)
1139         (wait-mouse-button-release): Add a timeout in xlib:process-event.
1141 2010-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
1143         * src/clfswm-util.lisp (run-other-window-manager): Add the ability
1144         to launch an other window manager and to return to clfswm.
1146 2010-03-18  Philippe Brochard  <pbrochard@common-lisp.net>
1148         * src/clfswm-layout.lisp (set-tile-space-layout): Set default
1149         to 1%.
1151 2009-12-15  Philippe Brochard  <pbrochard@common-lisp.net>
1153         * src/clfswm.lisp (main-loop): Add a *loop-hook* parameter and a
1154         loop timeout.
1156         * src/clfswm-generic-mode.lisp (generic-mode): Add a loop-hook
1157         parameter and a loop timeout.
1159 2009-12-05  Philippe Brochard  <pbrochard@common-lisp.net>
1161         * src/clfswm.lisp (main): Add an alternate configuration filename
1162         parameter.
1164         * load.lisp: Add a debuging code example.
1166 2009-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
1168         * src/clfswm-configuration.lisp (create-configuration-menu): New
1169         menu to configure all clfswm variables while clfswm is running.
1171 2009-11-12  Philippe Brochard  <pbrochard@common-lisp.net>
1173         * src/clfswm-util.lisp (save-configuration-variables): New
1174         function to save all configuration variables in clfswmrc.
1176 2009-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
1178         * src/clfswm-info.lisp (info-mode): Begining of mouse support in
1179         info mode.
1180         (set-default-info-keys): Add cursor key support in info mode.
1182 2009-11-08  Philippe Brochard  <pbrochard@common-lisp.net>
1184         * contrib/reboot-halt.lisp: Add a Suspend/Reboot/Halt menu in
1185         contrib.
1187         * src/clfswm.lisp (main): Add a read-conf-file-p parameter to
1188         prevent reading the configuration file (this may be useful to
1189         produce the original documentation without user modifications
1190         with the rc configuration file).
1192 2009-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
1194         * src/bindings-second-mode.lisp (set-default-second-keys):
1195         Simplification of Escape key to close/kill/remove the focus window
1196         and unhide all windows.
1198         * src/bindings.lisp (set-default-main-keys): Simplification of
1199         Escape key to close/kill/remove the focus window and unhide all
1200         windows.
1202         * src/clfswm-util.lisp (ask-close/kill-current-window): Add remove
1203         focus and unhide all windows capabilities.
1205 2009-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
1207         * contrib/mpd.lisp (start-gmpc): Add gmpc in the mpd menu.
1209 2009-07-29  Philippe Brochard  <pbrochard@common-lisp.net>
1211         * src/clfswm-layout.lisp (tile-layout, tile-horizontal-layout):
1212         Keep child order and don't make unnecessary child movement.
1213         (one-column-layout, one-line-layout): New layouts.
1215 2009-06-29  Philippe Brochard  <pbrochard@common-lisp.net>
1217         * *: **** Release 0906 ****
1219         * contrib/cd-player.lisp: New file to handle the CD player.
1221         * contrib/xmms.lisp: New file to handle the xmms player.
1223 2009-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
1225         * src/clfswm-layout.lisp (set-no-layout-remember-size): New layout:
1226         Maximize windows in their frame - Leave frames to their actual
1227         size.
1229         * src/bindings-second-mode.lisp (set-default-second-keys): Bind
1230         "o" on set-open-in-new-frame-in-parent-frame-nw-hook.
1232 2009-06-27  Philippe Brochard  <pbrochard@common-lisp.net>
1234         * contrib/keyb_fr.lisp: New file to handle an azerty keyboard.
1236 2009-06-24  Philippe Brochard  <pbrochard@common-lisp.net>
1238         * contrib/mpd.lisp: Use a standard menu.
1240         * src/clfswm-info.lisp: Use a standard menu for the help-menu.
1242 2009-06-22  Philippe Brochard  <pbrochard@common-lisp.net>
1244         * contrib/mpd.lisp: New file to handle the Music Player Daemon (MPD)
1246 2009-06-19  Philippe Brochard  <pbrochard@common-lisp.net>
1248         * src/clfswm-autodoc.lisp (produce-doc, produce-doc-html): Minor
1249         number key cleanup.
1251 2009-06-18  Philippe Brochard  <pbrochard@common-lisp.net>
1253         * src/config.lisp (get-fullscreen-size):  One pixel adjustment
1254         (again).
1256         * src/clfswm-placement.lisp (*-child-placement): One pixel
1257         adjustment (again).
1259 2009-06-16  Philippe Brochard  <pbrochard@common-lisp.net>
1261         * src/clfswm-circulate-mode.lisp (draw-circulate-mode-window):
1262         Ensure that all characters are printable.
1264         * src/config.lisp (get-fullscreen-size): Adjust default fullscreen
1265         sizes.
1267         * src/clfswm-placement.lisp (*-child-placement): Adjust
1268         coordinates to one pixel in the current child.
1270 2009-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
1272         * src/clfswm-query.lisp (query-enter-function): Assign font before
1273         width and height calculation.
1275 2009-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
1277         * src/xlib-util.lisp (banish-pointer): Use with-placement macro to
1278         bannish the pointer in an arbitrary place.
1280         * src/clfswm-info.lisp (info-mode): Use with-placement macro to
1281         place the info window in an arbitrary place.
1283         * src/clfswm-query.lisp (query-enter-function): Use with-placement
1284         macro to place the query window in an arbitrary place.
1286         * src/clfswm-placement.lisp: New file. Allow to place info windows
1287         or query windows on an arbitrary place. Allow to bannish the
1288         pointer on an arbitrary place.
1290 2009-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
1292         * src/clfswm-circulate-mode.lisp (reorder-child)
1293         (reorder-brother): Unfocus windows before reordering children or
1294         brothers.
1296 2009-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1298         * src/clfswm-circulate-mode.lisp (reorder-brother): Ensure that
1299         the parent is a frame.
1301         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Handle
1302         motion with a default modifier.
1304         * src/clfswm.lisp (handle-motion-notify): Handle motion with a
1305         default modifier.
1307         * src/clfswm-info.lisp (info-mode): Handle motion with a default
1308         modifier.
1309         (info-mode): Optimization in loop function.
1311 2009-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
1313         * src/clfswm-circulate-mode.lisp (reorder-brother): Handle
1314         root-frame correctly.
1316         * clfswm.asd: Dependency fix for clfswm-generic-mode.
1318         * src/clfswm-circulate-mode.lisp (reorder-child)
1319         (reorder-brother): Handle empty frames.
1320         (reorder-brother): Redisplay only the parent frame of the  current
1321         child.
1323         * src/clfswm-util.lisp (frame-toggle-maximize): Redisplay only the
1324         parent frame of the  current frame.
1326 2009-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
1328         * src/clfswm-util.lisp (frame-toggle-maximize): New function:
1329         Maximize/Unmaximize the current frame in its parent frame.
1331         * src/clfswm-layout.lisp (maximize-layout): New layout: Maximize
1332         windows and frames in their parent frame.
1334 2009-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
1336         * src/*.lisp: Add support for Clozure Common Lisp (CCL).
1338         * src/clfswm-circulate-mode.lisp (reorder-child)
1339         (reorder-brother): Reinitialise on circulate type change
1340         child to brother or brother to child.
1342         * src/*.lisp (*): Use map-window instead of xlib:map-window. So
1343         calls xlib:display-finish-output on each map-request. So speed up
1344         the window display.
1346         * src/xlib-util.lisp (map-window): New function. Call
1347         xlib:display-finish-output on each map request.
1349 2009-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1351         * src/clfswm-second-mode.lisp (sm-handle-motion-notify):
1352         Optimisation when drawing second mode window.
1354 2009-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
1356         * src/clfswm-circulate-mode.lisp (circulate-mode): Optimisation in
1357         window redraw.
1359 2009-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1361         * src/clfswm-util.lisp (run-program-from-query-string): Launch
1362         command only with a return validation.
1364 2009-04-22  Xavier Maillard  <xma@gnu.org>
1366         * src/clfswm-query.lisp (query-string): Use a generic mode.
1368 2009-04-19  Xavier Maillard  <xma@gnu.org>
1370         * src/clfswm-info.lisp (info-mode): Use generic-mode for info-mode.
1372 2009-04-18  Xavier Maillard  <xma@gnu.org>
1374         * src/clfswm-generic-mode.lisp (generic-mode): Add a generic mode
1375         to define all other modes.
1377 2009-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
1379         * src/package.lisp (): Use *default-font-string* for all
1380         font-string.
1382         * src/clfswm-info.lisp (info-mode): Ensure integer windows size.
1384 2009-02-17  Philippe Brochard  <pbrochard@common-lisp.net>
1386         * src/xlib-util.lisp (null-size-window-p): Better check of null
1387         sized windows.
1389 2009-02-14  Philippe Brochard  <pbrochard@common-lisp.net>
1391         * src/clfswm.lisp (handle-map-request): Add a fix to manage
1392         correctly fullscreen windows (SDL particularly).
1394 2008-12-20  Philippe Brochard  <pbrochard@common-lisp.net>
1396         * src/xlib-util.lisp (get-color): Allocate colors only once -> fix
1397         a segfault with clisp/new-clx.
1399         * src/clfswm.lisp (handle-motion-notify): Add a needed window
1400         argument.
1402         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Add a
1403         needed window argument.
1405 2008-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
1407         * src/xlib-util.lisp (wait-no-key-or-button-press)
1408         (wait-a-key-or-button-press): Check buttons press/release correctly"
1410 2008-10-28  Philippe Brochard  <pbrochard@common-lisp.net>
1412         * src/menu-def.lisp: Add children navigation menu in the movement
1413         menu (select next/previous child/brother/level).
1415 2008-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
1417         *  *: Rename 'sister' frame to 'brother' frame.
1419         * src/clfswm-keys.lisp (unalias-modifiers): Convert a modifier
1420         alias in a real modifier.
1422         * src/package.lisp (*modifier-alias*): New list of modifier alias
1423         For example: :alt is :mod-1, :numlock is :mod-2...
1425         * src/tools.lisp (remove-hook): New function.
1427         * src/clfswm-keys.lisp (with-capslock, without-capslock)
1428         (with-numlock, without-cnumlock): New functions.
1430 2008-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
1432         * src/clfswm-info.lisp: Use the *binding-hook* to create info
1433         keys and mouse bindings.
1435         * src/bindings-second-mode.lisp: Use the *binding-hook* to create
1436         second keys and mouse bindings.
1438         * src/bindings.lisp: Use the *binding-hook* to create main keys
1439         and mouse bindings.
1441 2008-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
1443         * src/clfswm-menu.lisp (open-menu): Remember parent menu to undo
1444         menu opening.
1446 2008-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
1448         * src/menu-def.lisp: Use a menu instead of a function for the
1449         standard menu.
1451 2008-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
1453         * src/clfswm-util.lisp (show-standard-menu): Display the standard
1454         menu from the 'update-menus' command.
1456 2008-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
1458         * src/clfswm-query.lisp (query-string): Do not ungrab keyboard if
1459         it's already grabbed.
1461         * src/clfswm-internal.lisp (display-frame-info): Use configurable
1462         colors and fix a bug with background.
1463         (display-frame-info): Set window background when displaying info.
1465 2008-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
1467         * src/xlib-util.lisp (my-character->keysyms): Use a macro to avoid
1468         warning with clisp/new-clx.
1470 2008-10-04  Philippe Brochard  <pbrochard@common-lisp.net>
1472         * src/clfswm-util.lisp (jump-to-slot): Prevent to jump on a
1473         deleted child.
1475 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
1477         * *: **** Release 0809 ****
1479 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
1481         * src/clfswm-util.lisp (ensure-unique-name): New function and menu
1482         entry.
1483         (ensure-unique-number): New function and menu entry.
1485 2008-09-22  Philippe Brochard  <pbrochard@common-lisp.net>
1487         * src/clfswm-nw-hooks.lisp (named-frame-nw-hook): New new window
1488         hook: open the next window in a named frame.
1489         (numbered-frame-nw-hook): New new window hook: open the next
1490         window in a numbered frame.
1492         * src/clfswm-query.lisp (query-string): Grab the keyboard in all
1493         cases. So query-string can be called even in the main mode.
1495         * src/clfswm-internal.lisp (show-all-children): Do not raise a
1496         child by default => far less flickering.
1498 2008-09-19  Philippe Brochard  <pbrochard@common-lisp.net>
1500         * src/bindings-second-mode.lisp: Bind "t" to tile-current-frame.
1502         * src/menu-def.lisp: Change key binding for the CLFSWM menu
1503         entry.
1505         * src/xlib-util.lisp (xgrab-pointer): Handle the case where cursor
1506         is nil. (workaround on some CLX implementation).
1508 2008-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
1510         * src/menu-def.lisp: Add a menu to set a focus policy for all
1511         frames.
1513         * src/clfswm-util.lisp (set-focus-policy-generic-for-all)
1514         (all-frames-set-*-focus-policy): Set a focus policy for all
1515         frames.
1517         * src/clfswm.lisp (handle-enter-notify): sloppy-select
1518         mode. Select a child and its parents on mouse over.
1520 2008-09-03  Philippe Brochard  <pbrochard@common-lisp.net>
1522         * src/clfswm.lisp (handle-enter-notify): Add a sloppy strict focus
1523         policy -> Sloppy focus only for windows in the current frame.
1524         (main-unprotected): Exit clfswm on init error (ie: when another
1525         window manager is running).
1527         * src/clfswm-util.lisp (reset-clfswm): New function.
1529 2008-09-02  Philippe Brochard  <pbrochard@common-lisp.net>
1531         * src/clfswm-menu.lisp (init-menu): New function.
1533         * src/clfswm-util.lisp (reload-clfswm): New function to reload
1534         CLFSWM.
1535         (exit-clfswm): Rename quit-clfswm to exit-clfswm.
1537         * src/clfswm.lisp (main, main-unprotected): Handle error in a
1538         superior main function. Now CLFSWM can't break the X session. It
1539         just reinitialize the display and run a new main loop.
1541         * src/clfswm-corner.lisp: Make *clfswm-terminal* and
1542         *vt-keyboard-on* global to avoid warnings when loading clfswm.
1544         * src/clfswm-layout.lisp: Add a specific GIMP layout menu.
1545         (help-on-gimp-layout): Describe how to use the GIMP layout.
1547 2008-09-01  Philippe Brochard  <pbrochard@common-lisp.net>
1549         * src/clfswm-layout.lisp (set-gimp-layout): Change the layout to
1550         main-window-right-layout. Change the keybinding for (shift)alt+tab
1551         to not select windows in the main window lisst.
1552         Bind F8 to add a window in the main window list.
1553         Bind F9 to remove a window in the main window list.
1554         Change the focus policy to :sloppy.
1555         (set-previous-layout): Restore the previous layout, keybinding and
1556         focus policy.
1558 2008-08-31  Philippe Brochard  <pbrochard@common-lisp.net>
1560         * src/clfswm-menu.lisp (add-menu-comment): Add comments in menu.
1562         * src/clfswm-layout.lisp (main-window-left-layout)
1563         (main-window-bottom-layout, main-window-top-layout): New
1564         functions.
1565         Factorize layouts in menu.
1567 2008-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
1569         * src/clfswm-layout.lisp (main-window-right-layout): A possible
1570         GIMP layout: one or more main windows on one side of the
1571         frame. Others on the other size.
1573         * src/clfswm-util.lisp
1574         (current-frame-set-click/sloppy-focus-policy): Each frame can have
1575         a different focus policy (one of :click or :sloppy).
1576         The default focus policy is set with *default-focus-policy*.
1578 2008-08-23  Philippe Brochard  <pbrochard@common-lisp.net>
1580         * src/clfswm-info.lisp (show-config-variable): New function.
1582 2008-08-19  Philippe Brochard  <pbrochard@common-lisp.net>
1584         * src/clfswm-layout.lisp (tile-horizontal-layout): New layout.
1586         * src/clfswm-info.lisp: Colored help for key binding and corners
1587         actions.
1589 2008-08-18  Philippe Brochard  <pbrochard@common-lisp.net>
1591         * src/clfswm-util.lisp (delete-focus-window)
1592         (destroy-focus-window): Remove chid only in
1593         handle-unmap/destroy-notify. Focus *current-root* only when
1594         closing/killing the current child.
1596         * src/clfswm-autodoc.lisp (produce-corner-*-doc): New autodoc
1597         functions or corners.
1599 2008-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
1601         * src/clfswm-corner.lisp (present-clfswm-terminal): New corner
1602         action: Hide/Unhide a terminal on mouse corner action. (By default
1603         right mouse button on the top left corner).
1605         * src/config.lisp (*never-managed-window-list*): New config
1606         variable.
1608         * src/clfswm-internal.lisp (never-managed-window-p): New function:
1609         Handle never managed window in a more simple way.
1611         * src/clfswm-corner.lisp: New file and new and more simple method
1612         to define corners actions.
1614 2008-08-15  Philippe Brochard  <pbrochard@common-lisp.net>
1616         * src/clfswm-info.lisp (info-mode): Info line can now be colored.
1618         * src/clfswm-layout.lisp (fast-layout-switch)
1619         (define-fast-layout-switch): New functions: Switch between two
1620         layouts.
1622         * src/clfswm-second-mode.lisp (leave-second-mode): Takes care if
1623         really in the second mode. So leave-second-mode can be used even
1624         in the main mode.
1626         * src/clfswm-util.lisp (switch-to-last-child): New function:
1627         Store the current child and switch to the previous one.
1629 2008-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
1631         * src/clfswm-util.lisp (display-current-window-info): Display the
1632         window id.
1633         (have-to-present-virtual-keyboard): Add a virtual keyboard corner
1634         (top right by default). By default 'xvkbd' is used.
1636 2008-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
1638         * src/xlib-util.lisp (move-window, resize-window): Compress motion
1639         events.
1641         * src/clfswm.lisp (handle-motion-notify): Compress motion events.
1643         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Compress
1644         motion events.
1646         * src/clfswm-info.lisp (info-mode): Compress motion events.
1648 2008-06-21  Philippe Brochard  <pbrochard@common-lisp.net>
1650         * src/clfswm-internal.lisp (show-all-children): Compute geometry
1651         and selection first and then show only necessary children.
1652         (show-child): remove unneeded display-p parameter.
1654         * src/config.lisp (get-fullscreen-size): Place the frame border
1655         outside the screen (this prevent the loose of 2 pixels per
1656         directions :)
1658 2008-06-12  Philippe Brochard  <pbrochard@common-lisp.net>
1660         * src/clfswm-internal.lisp (focus-child): Algorithm change to
1661         raise only the selected child.
1663 2008-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
1665         * src/clfswm-internal.lisp (raise-p-list, show-all-children):
1666         Raise only viewable children.
1668 2008-06-06  Philippe Brochard  <pbrochard@common-lisp.net>
1670         * src/clfswm-internal.lisp (show-all-children): Always raise all
1671         displayed children. Remove all references to raise-p.
1673 2008-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
1675         * src/menu-def.lisp (child-menu): New menu entry on raise/lower
1676         child in its frame.
1678         * src/bindings-second-mode.lisp ("Page_Down", "Page_Up"): New
1679         second mode binding on raise/lower child in its frame.
1681         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): Adapt
1682         behaviour to the new raise/lower property.
1683         Call clear-nw-hook before the rest of the hook.
1685         * src/bindings.lisp (mouse-click-to-focus-and-move-window)
1686         (mouse-click-to-focus-and-resize-window): Stop button event. This
1687         prevent a keyboard/pointer freeze.
1689 2008-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
1691         * src/clfswm-internal.lisp (frame-lower-child)
1692         (frame-raise-child): New functions to raise/lower a child in its
1693         frame.
1695         * src/clfswm-util.lisp (have-to-present-windows)
1696         (have-to-present-all-windows): New functions to have an MaxOS
1697         expose like on mouse click in screen corner.
1699         * src/clfswm-info.lisp ("Page_Down", "Page_Up"): Add boundaries.
1701 2008-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
1703         * src/clfswm-util.lisp (unhide-a-child-from-all-frames): Unhide a
1704         child from a choice in all frames with hidden children.
1706         * src/clfswm-info.lisp (info-mode-menu): Handle separators.
1708 2008-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
1710         * src/clfswm-util.lisp (hide-current-child, unhide-a-child)
1711         (unhide-all-children): New functions.
1713         * src/clfswm-info.lisp (info-mode-menu): Handle symbols and
1714         functions.
1716         * src/clfswm-util.lisp (hide/show-frame-window): new function and
1717         menu item.
1719 2008-05-23  Philippe Brochard  <pbrochard@common-lisp.net>
1721         * src/clfswm-util.lisp (rename-current-child): Do not display the
1722         frame info for a window.
1724 2008-05-20  Philippe Brochard  <pbrochard@common-lisp.net>
1726         * src/clfswm-internal.lisp (remove-child-in-frame): Destroy the
1727         frame window for the removed child and its children.
1729 2008-05-18  Philippe Brochard  <pbrochard@common-lisp.net>
1731         * src/clfswm-autodoc.lisp (produce-*-doc-*): Add a note to use the
1732         autodoc functions.
1734 2008-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
1736         * src/clfswm-nw-hooks.lisp (default-frame-nw-hook): Do not handle
1737         the ROX pinboard (ie: leave it lowered in the root window as
1738         expected).
1740         * src/clfswm-layout.lisp (tile-left-space-layout): New layout.
1741         (tile-left-layout, tile-right-layout, tile-top-layout)
1742         (tile-bottom-layout): Use all the frame space when there is only
1743         one child.
1745         * src/clfswm-internal.lisp (place-window-from-hints): Center
1746         unmanaged windows in the root screen.
1748         * src/clfswm-nw-hooks.lisp (clear-nw-hook, clear-all-nw-hooks):
1749         new functions.
1751 2008-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1753         * src/clfswm-util.lisp (current-frame-manage-window-type): Fix a
1754         typo in managed types.
1756         * src/clfswm-internal.lisp (show-child): Always display frame info
1757         even if the frame is hidden.
1759         * src/xlib-util.lisp (resize-window): Use a better algorithme to
1760         resize windows.
1762 2008-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1764         * src/clfswm-util.lisp (with-movement): Display frame info for all
1765         frames in current root.
1767 2008-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1769         * src/*.lisp: Rename 'brother' frames to 'sister' frames.
1771         * src/bindings-second-mode.lisp (define-second-key #\a): New
1772         binding on 'add-default-frame'.
1774         * src/clfswm-autodoc.lisp (produce-*-doc-*-in-file): Show a
1775         message to follow the autodocumentation process.
1777 2008-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
1779         * src/clfswm-util.lisp (bind-or-jump): Bind "Tab", "Return" and
1780         "Space" to jump to a child. "B" to bind a slot on the current
1781         child.
1783         * src/bindings-second-mode.lisp: Use "Tab" instead of
1784         "Iso_Left_Tab".
1786 2008-05-07  Philippe Brochard  <pbrochard@common-lisp.net>
1788         * src/clfswm-util.lisp (find-child-under-mouse): Take care of
1789         unmanaged (hidden) windows.
1791         * src/clfswm-internal.lisp (place-window-from-hints): Give a
1792         minimal size for windows.
1793         (with-all-windows-frames-and-parent): New function.
1795         * src/config.lisp (*default-window-width/height*): New parameters.
1797         * src/clfswm-internal.lisp (place-window-from-hints): Center
1798         windows in the screen instead of in their frame.
1800         * src/bindings-second-mode.lisp (tile-space-current-frame): New
1801         binding on C-t.
1803         * src/clfswm-layout.lisp (register-layout): Intern the once name
1804         in the right package.
1806 2008-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
1808         * doc/dot-clfswmrc: Update to  follow the new clfswm way.
1810 2008-05-03  Philippe Brochard  <pbrochard@common-lisp.net>
1812         * src/clfswm-internal.lisp (set-current-child)
1813         (adapt-child-to-parent, show-child, hide-child): Handle the case
1814         where child is not a frame or a window.
1816         * src/clfswm-util.lisp
1817         (mouse-click-to-focus-generic,mouse-focus-move/resize-generic):
1818         Check if child is a frame.
1820         * src/clfswm-internal.lisp (managed-window-p): Handle the case
1821         where frame is null.
1822         (place-frame): Check if frame and parent are frames.
1824         * src/clfswm-info.lisp (info-mode): display all frame info before
1825         leaving.
1827         * src/clfswm-second-mode.lisp (second-key-mode): display all frame
1828         info before leaving.
1830         * src/clfswm-internal.lisp (display-all-frame-info): New function.
1832 2008-05-02  Philippe Brochard  <pbrochard@common-lisp.net>
1834         * src/tools.lisp (getenv): Implemented for ECL.
1835         (urun-prog): Implemented for ECL.
1837         * src/clfswm-util.lisp (identify-key): Use a double buffer to
1838         display text.
1840         * src/clfswm-query.lisp (query-string): Use a double buffer to
1841         display text.
1843         * src/clfswm-info.lisp (draw-info-window): Use a double buffer to
1844         display text.
1846         * src/xlib-util.lisp (clear-pixmap-buffer, copy-pixmap-buffer):
1847         New functions.
1849 2008-05-01  Philippe Brochard  <pbrochard@common-lisp.net>
1851         * src/clfswm-info.lisp (info-mode): Add boundaries in the info mode window.
1853         * src/menu-def.lisp: New file: move all menu definition in
1854         menu-def.lisp.
1856         * src/clfswm-layout.lisp (register-layout): Use a function instead
1857         of a macro.
1859 2008-04-30  Philippe Brochard  <pbrochard@common-lisp.net>
1861         * src/clfswm-autodoc.lisp (produce-menu-doc,
1862         (produce-menu-doc-html): New functions.
1863         (produce-doc-*): Moved to clfswm-autodoc.lisp.
1865         * src/clfswm-util.lisp (paste-selection-no-clear): Prevent to
1866         paste a child on one of its own children. (this prevent a
1867         recursive bug).
1868         (move-child-to): Rename move/copy-current-child-by to
1869         move/copy-child-to.
1870         (mouse-move-window-over-frame): New function to move the window
1871         under the mouse cursor to another frame.
1873         * src/clfswm-internal.lisp (find-child-in-parent): New function.
1875 2008-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1877         * src/clfswm-internal.lisp (show-all-children): Display unmanaged
1878         windows only when its window parent is the current child.
1880 2008-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1882         * src/clfswm-util.lisp (manage-current-window)
1883         (unmanage-current-window): New functions: Allow to force to manage
1884         or unmanage a window by its parent frame.
1886         * src/bindings-second-mode.lisp (#\o): binded to
1887         set-open-in-new-frame-in-parent-frame-nw-hook and
1888         (#\o :control) to set-open-in-new-frame-in-root-frame-nw-hook
1890         * src/clfswm-util.lisp (with-current-window): New macro.
1892         * src/xlib-util.lisp (move-window, resize-window): Remove uneeded
1893         exposure and enter-window handle event.
1895         * src/clfswm-util.lisp (move-frame, resize-frame): Show all
1896         children for the current child after the move/resize.
1898 2008-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
1900         * src/xlib-util.lisp (resize-window): Take care of window size
1901         hints.
1903         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Allow to
1904         move/resize unmanaged windows.
1906         * src/xlib-util.lisp (move-window, resize-window): New functions.
1908 2008-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1910         * src/clfswm-util.lisp (current-frame-manage-window-type): Let the
1911         user choose what window type the current frame must handle.
1912         (display-current-window-info): New function.
1913         (current-frame-manage-all-window-type)
1914         (current-frame-manage-only-normal-window-type)
1915         (current-frame-manage-no-window-type): New functions.
1917         * src/clfswm-internal.lisp (managed-window-p): New function.
1919         * src/package.lisp (frame): Managed type: new frame
1920         parameter. This allow to choose what window type a frame must
1921         handle.
1923         * src/*.lisp: Rename all 'father' occurrences to 'parent'.
1925         * src/clfswm-nw-hooks.lisp
1926         (open-in-new-frame-in-parent-frame-nw-hook): New new window hook.
1928         * src/clfswm-util.lisp (adapt-current-frame-to-window-hints): New
1929         function.
1931         * src/tools.lisp (ensure-printable): Return always a string even
1932         with a null string.
1934 2008-04-24  Philippe Brochard  <pbrochard@common-lisp.net>
1936         * src/config.lisp (*default-nw-hook*): New variable to change the
1937         default new window hook.
1939 2008-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1941         * clfswm.asd (clfswm): Add a dependency from
1942         clfswm-second-mode.lisp to clfswm.lisp.
1944         * src/clfswm-util.lisp (identify-key): Show the documentation for
1945         the function bound on a key.
1946         (with-movement): Move with-movement,
1947         current-frame-fill/pack/resize-*  from bindings-second-mode.lisp
1948         to clfswm-util.lisp.
1950         * src/clfswm-menu.lisp: New menu system that let user change keys
1951         or functions associated to keys.
1953 2008-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
1955         * src/clfswm-internal.lisp (show-all-children): Display-child is
1956         the first child by default. Solve a bug with father-p.
1958 2008-04-17  Philippe Brochard  <pbrochard@common-lisp.net>
1960         * src/clfswm-internal.lisp (add-frame): Add frame return the
1961         created frame.
1962         (show-all-children): Move the size computation outside the
1963         show-child part.
1965         * src/bindings-second-mode.lisp (with-movement): Redisplay only
1966         the current child.
1968         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
1969         only the current child.
1971         * src/clfswm-internal.lisp (show-all-children): New display-child
1972         parameter to display only the desired child and its children.
1973         (select-next/previous-child): Only display the current child.
1975 2008-04-14  Philippe Brochard  <pbrochard@common-lisp.net>
1977         * src/clfswm.lisp (init-display): Move the default frame creation
1978         on the default init hook.
1980         * src/clfswm-keys.lisp (define-ungrab/grab): Handle all keysyms in
1981         the main mode (for example: "1" on an azerty keyboard).
1983 2008-04-13  Philippe Brochard  <pbrochard@common-lisp.net>
1985         * src/clfswm-keys.lisp (find-key-from-code): Better handle of
1986         keysyms. Revert to old grabbing method for the main mode.
1988 2008-04-12  Philippe Brochard  <pbrochard@common-lisp.net>
1990         * src/clfswm.lisp (init-display): Add key handling on no focus
1991         window and on frame windows.
1993 2008-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
1995         * src/clfswm.lisp (main): Keyboard handle strategie change: Grab
1996         all keys by default and replay just what is needed. No change for
1997         the second mode.
1999         * src/clfswm-keys.lisp: remove grab/ungrab main keys.
2000         (find-key-from-code): Test for shift and not shift presence.
2002 2008-04-09  Philippe Brochard  <pbrochard@common-lisp.net>
2004         * src/clfswm-internal.lisp (switch-to-root-frame): show later -
2005         new key parameter to have less flickering.
2007 2008-04-07  Philippe Brochard  <pbrochard@common-lisp.net>
2009         * src/bindings-second-mode.lisp (frame-layout-once-menu): Set the
2010         layout only one time and revert to no-layout to freely handle
2011         frames.
2013         * src/clfswm-nw-hooks.lisp
2014         (open-in-new-frame-in-root-frame-nw-hook): Tile layout with spaces
2015         with new created window.
2017         * src/clfswm-layout.lisp (register-layout): Now register
2018         automatically a once layout to set the layout only one time and
2019         revert to no-layout to freely handle frames.
2021 2008-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
2023         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): New
2024         nw-hook: Open the next window in the current frame and leave the
2025         focus to the current child.
2027 2008-04-04  Philippe Brochard  <pbrochard@common-lisp.net>
2029         * src/bindings-second-mode.lisp: Add keys definitions to
2030         bind-or-jump in the second mode.
2032         * src/clfswm-util.lisp (bind-or-jump): remove the auto-defining
2033         macro for bind-or-jump-(1|2|3...).
2035         * src/clfswm-keys.lisp (define-define-key/mouse): Allow additional
2036         arguments to function. This allow to do things like:
2037         (define-main-key (key) 'my-function 10 20 'foo) -> 10 20 and 'foo
2038         are passed to my-function on key press.
2040 2008-04-03  Philippe Brochard  <pbrochard@common-lisp.net>
2042         * src/clfswm-util.lisp (bind-or-jump): New (great) function.
2044 2008-04-02  Philippe Brochard  <pbrochard@common-lisp.net>
2046         * src/clfswm-internal.lisp (child-fullname): New function
2048         * src/clfswm-info.lisp (info-mode-menu): Add an explicit optional
2049         docstring in info-mode-menu. An item can be
2050         '((key function) (key function)) or with docstring
2051         '((key function "documentation 1") (key function "bla bla") (key function))
2053         * src/tools.lisp (ensure-n-elems): New function.
2055         * src/bindings-second-mode.lisp: Bind Alt+mouse-1/3 to move or
2056         resize a frame or the window's father.
2058         * src/clfswm.lisp (init-display): Remove tile-space-layout by
2059         default on the root frame.
2061         * src/clfswm-util.lisp (move/resize-frame): Add standard event
2062         hooks handlers (map-request, configure-notify...)
2064         * src/clfswm-internal.lisp (adapt-child-to-father): Limit minimal
2065         child size to 1x1.
2067 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
2069         * src/bindings.lisp: Bind Alt+mouse-1/3 to move or resize a frame
2070         or the window's father.
2072         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Stop button
2073         event only if there is a geometry change.
2074         (mouse-focus-move/resize-generic): Generic function to move or
2075         resize a frame or a window father frame.
2077 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
2079         * src/clfswm-internal.lisp (show-all-children): Return t if there
2080         is a geometry change.
2082 2008-03-30  Philippe Brochard  <pbrochard@common-lisp.net>
2084         * src/bindings.lisp (Up/Down): Swap select previous/next level.
2086         * src/bindings-second-mode.lisp (Up/Down): Swap select previous/next level.
2088         * src/clfswm.lisp (init-display): Create a default frame in the root frame.
2090         * src/clfswm-internal.lisp (place-frame): Place frame from real (pixel) coordinates.
2091         (with-all-*): Reverse the child list to manage the first child last (like in
2092         show-all-children).
2094         * src/config.lisp (*create-frame-on-root*): New variable: Create a new frame on the
2095         root window only if true.
2097         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Create a new frame on the
2098         root window only if *create-frame-on-root* is true.
2100         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Create a new frame
2101         on the root window.
2103 2008-03-29  Philippe Brochard  <pbrochard@common-lisp.net>
2105         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Focus, move and resize
2106         the current child (even if it's a window).
2108 2008-03-28  Philippe Brochard  <pbrochard@common-lisp.net>
2110         * src/clfswm-util.lisp (mouse-click-to-focus-and-move)
2111         (mouse-click-to-focus-and-resize): New functions.
2113         * src/clfswm-internal.lisp (*-fl->px): Convert float coordinates to pixel.
2114         (*-px->fl): Convert pixel coordinates to float.
2116         * src/tools.lisp (call-hook): Move call-hook to tools.lisp.
2118 2008-03-27  Philippe Brochard  <pbrochard@common-lisp.net>
2120         * src/clfswm-layout.lisp (no-layout): Use :first-only to raise only the
2121         first child.
2123         * src/clfswm-internal.lisp (hide-all): Split hide-all-children in hide-all
2124         and hide-all-children.
2125         (raise-if-needed): New function.
2126         (show-child): Use a first-p parameter to raise windows only when they are
2127         first child.
2129 2008-03-26  Philippe Brochard  <pbrochard@common-lisp.net>
2131         * src/clfswm-internal.lisp (select-next/previous-level): Don't use show-all-children
2132         -> less flickering.
2134 2008-03-25  Philippe Brochard  <pbrochard@common-lisp.net>
2136         * src/clfswm-info.lisp (keys-from-list): new function.
2138         * src/*: rename 'childs' in 'children'.
2140         * src/*: rename 'group' in 'frame'.
2142 2008-03-22  Philippe Brochard  <pbrochard@common-lisp.net>
2144         * src/clfswm-pack.lisp (explode-group/explode-current-group): new functions.
2146 2008-03-21  Philippe Brochard  <pbrochard@common-lisp.net>
2148         * src/clfswm-pack.lisp: Pack, Fill, Resize functions.
2150 2008-03-16  Philippe Brochard  <pbrochard@common-lisp.net>
2152         * src/clfswm-nw-hooks.lisp: Register system for new window hooks.
2153         Bind control+o to open the next window in a new group in the root group
2154          (as open in next window in a new workspace in 0801 version).
2156 2008-03-15  Philippe Brochard  <pbrochard@common-lisp.net>
2158         * src/clfswm-util.lisp (show/hide-all-groups-info/key): Show/hide all groups info
2159         window.
2161 2008-03-14  Philippe Brochard  <pbrochard@common-lisp.net>
2163         * bindings-second-mode.lisp ("ISO_Left_Tab"): Use ISO_Left_Tab
2164         instead of Tab for select-previous-child.
2166 2008-03-13  Philippe Brochard  <pbrochard@common-lisp.net>
2168         * clfswm-util.lisp (force-window-in-group/force-window-center-in-group):
2169         new functions.
2171 2008-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
2173         * clfswm-util.lisp (identify-key): Display the documentation
2174         associated to keys when identifying a key.
2176 2008-03-10  Xavier Maillard  <xma@gnu.org>
2178         * contrib/clfswm: Complete rewrite of the script. Detect error and
2179         act accordingly. Add command line arguments to configure the
2180         script execution. User can now choose different common lisp
2181         implementation (clisp and sbcl only), choose where to store the
2182         dumped image, where to find clfswm source.
2184 2008-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
2186         * clfswm-internal.lisp (process-new-window): Beginning of new
2187         window hook: each group have a hook to tell what he wants to do
2188         with the new created window.
2190 2008-03-08  Xavier Maillard  <xma@gnu.org>
2192         * contrib/clfswm: New script. Dump a CLISP image of CLFSWM then
2193         call the resulting executable.
2195         * clfswm.lisp (read-conf-file): Check for the user config file in
2196         XDG_CONFIG_HOME *first*. Freedesktop.org standards should be
2197         prefered whenever possible.
2199 2008-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
2201         * clfswm-layout.lisp (*-layout): Add an optional raise-p
2202         parameter in each layout.
2204 2008-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
2206         * clfswm-util.lisp (copy/cut-current-child): Does not affect the
2207         root group.
2208         (copy/move-current-child-by-name/number): new functions
2209         (focus-group-by-name/number): new functions
2210         (delete-group-by-name/number): new functions
2212 2008-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
2214         * ************************************************************ *
2215         *: Major update - No more reference  to workspaces. The main   *
2216         structure is a tree of groups or application windows.          *
2217         * ************************************************************ *
2219 2008-02-07  Philippe Brochard  <pbrochard@common-lisp.net>
2221         * clfswm.lisp (read-conf-file): Read configuration in
2222         $HOME/.clfswmrc or in /etc/clfswmrc or in
2223         $XDG_CONFIG_HOME/clfswm/clfswmrc.
2224         (xdg-config-home): Return the content of $XDG-CONFIG-HOME (default
2225         to $HOME/.config/).
2227 2008-01-18  Philippe Brochard  <pbrochard@common-lisp.net>
2229         * clfswm-internal.lisp (show-all-group): Use *root* and *root-gc*
2230         by default.
2232 2008-01-03  Philippe Brochard  <pbrochard@common-lisp.net>
2234         * clfswm-internal.lisp (find-window-group): New function.
2236         * clfswm*: Change to make clfswm run with clisp/new-clx.
2238 2008-01-01  Philippe Brochard  <pbrochard@common-lisp.net>
2240         * clfswm-util.lisp (query-show-paren): Add show parent matching in
2241         query string.
2242         (query-string): Bind control+k to delete end of line.
2244         * clfswm-second-mode.lisp (draw-second-mode-window): Display
2245         the action on mouse motion in second mode.
2247         * clfswm.lisp (handle-exposure): Redisplay groups on exposure
2248         event but do not clear the root window.
2249         (handle-configure-request): Adjust unmanaged window from their
2250         request.
2252         * clfswm-internal.lisp (process-new-window): Adjust new window
2253         with the specified hints (max/min/base width/height).
2255 2007-12-31  Philippe Brochard  <pbrochard@common-lisp.net>
2257         * clfswm.lisp (handle-configure-request): Send an Configuration
2258         Notify event. This solve a bug with xterm and rxvt who takes some
2259         times to be mapped. Now there is no delay.
2261         * bindings-second-mode.lisp (define-shell): Run programs after
2262         living the second mode.
2264 2007-12-30  Philippe Brochard  <pbrochard@common-lisp.net>
2266         * clfswm-internal.lisp (process-new-window): Do not crop transient
2267         window to group size.
2268         (adapt-window-to-group): Do not crop transient window to group
2269         size.
2271         * clfswm.lisp (handle-configure-request): Adapt just the window to
2272         its group and don't take care of the configure request. Remove the
2273         bug with the Gimp outside the group and speed up the window
2274         manipulation.
2275         (handle-exposure): Remove show-all-group on exposure event
2276         -> Speed up.
2278 2007-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
2280         * clfswm-util.lisp (circulate-group-up-copy-window)
2281         (circulate-group-down-copy-window)
2282         (circulate-workspace-up-copy-group)
2283         (circulate-workspace-down-copy-group): Prevent the copy of the
2284         same window in the same workspace.
2286         * bindings-second-mode.lisp (release-copy-selected-window)
2287         (release-copy-selected-group): Prevent the copy of the same window
2288         in the same workspace.
2290         * clfswm-pager.lisp (generic-pager-move-window-on-previous-line)
2291         (generic-pager-move-window-on-next-line): Remove the copy
2292         property.
2293         (generic-pager-move-group-on-next-workspace)
2294         (generic-pager-move-group-on-previous-workspace): Prevent the copy
2295         of the same window in the same workspace.
2297         * bindings-pager.lisp (mouse-pager-copy-selected-window-release)
2298         (mouse-pager-copy-selected-group-release): Prevent the copy of the
2299         same window in the same workspace.
2301         * tools.lisp (setf/=): new macro to set a variable only when
2302         necessary.
2304         * clfswm-internal.lisp (adapt-window-to-group): use set/= to set
2305         x, y... only when necessary.
2307 2007-12-28  Philippe Brochard  <pbrochard@common-lisp.net>
2309         * clfswm.lisp (handle-configure-notify, *configure-notify-hook*):
2310         new function and hook: force windows to stay in its group (solve a
2311         bug with the Gimp).
2313 2007-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
2315         * bindings-second-mode.lisp (mouse-motion): use hide-group to have
2316         less flickering when moving/resizing groups.
2318         * clfswm-internal.lisp (hide-group): new function.
2319         (show-all-group): clear-all: new parameter.
2321 2007-12-22  Philippe Brochard  <pbrochard@common-lisp.net>
2323         * clfswm-keys.lisp (define-define-key): undefine-*-multi-name: new
2324         macro.
2325         * clfswm*: Color change for the pager. Typo or better description
2326         in bindings definitions. Define bindings for a qwerty keyboard by
2327         default. dot-clfswmrc show examples to switch to an azerty
2328         keyboard.
2329         License change to GPL v3.
2330         * config.lisp: new file - group all globals variables in this
2331         file.
2333 2007-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
2335         * xlib-util.lisp (hide-window): Remove structure-notivy events
2336         when hidding a window.
2338 2007-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
2340         * package.lisp (*sm-property-notify-hook*): Readded
2341         property-notify-hook in second mode.
2343 2007-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
2345         * clfswm-keys.lisp (produce-doc-html): Better clean up for strings.
2347 2007-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
2349         * clfswm-pack.lisp (tile-current-workspace-to/right/left/top/bottom):
2350         Tile the current workspace with the current window on one side and
2351         others on the other (this emulate the larswm, dwm, wmii way). See
2352         the default configuration file to enable this mode by default.
2354         * clfswm-pager.lisp (pager-tile-current-workspace-to): idem for
2355         the pager.
2357 2007-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
2359         * clfswm-pager.lisp (pager-draw-window-in-group): Add
2360         ensure-printable to print windows name even with non-ascii
2361         characters.
2363 2007-05-11  Philippe Brochard  <pbrochard@common-lisp.net>
2365         * clfswm-pager.lisp (pager-explode-current-group): Create a new
2366         group for each window in group.
2367         (pager-implode-current-group): Move all windows in workspace to
2368         one group and remove other groups.
2370         * clfswm-pack.lisp (explode-group): Create a new group for each
2371         window in group.
2372         (implode-group): Move all windows in workspace to one group and
2373         remove other groups.
2375         * clfswm-util.lisp (identify-key): Remove local configuration
2376         variables and made them available for configuration from
2377         package.lisp.
2378         (query-string): idem.
2380 2007-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
2382         * netwm-util.lisp: Start of NetWM compliance.
2383         Add a Netwm client list gestion.
2385 2007-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
2387         * clfswm-internal.lisp (create-group-on-request): open a new group
2388         only when the current group is not empty.
2390         * bindings-second-mode.lisp (define-second-key-#\o-control): Fix a
2391         bug with null workspace.
2393         * clfswm-pager.lisp (pager-handle-event): Add a hook
2394         system. This hooks can be changed in the user configuration file.
2396         * package.lisp: All colors and font variables are set in
2397         package.lisp and can be configured in the user configuration
2398         file.
2399         Note: If you have configured some less ugly colors (esp. for the
2400         pager) don't hesitate to let me know :)
2402         * clfswm-second-mode.lisp (sm-handle-event): Add a hook
2403         system. This hooks can be changed in the user configuration file.
2405         * clfswm.lisp (handle-event): Add a hook system. This hooks can be
2406         changed in the user configuration file (~/.clfswmrc)
2408 2007-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
2410         * clfswm-util.lisp (stop-all-pending-actions): new function: reset
2411         arrow action, open next window in new workspace/group.
2413         * bindings.lisp (stop-all-pending-actions): new binding.
2414         (open-next-window-in-new-group-once): Open the next windows in a
2415         new group (only once) or open all new windows in a new group (like
2416         others windows managers).
2418 2007-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
2420         * clfswm.lisp (read-conf-file): New function to read a lisp
2421         configuration file at startup.
2422         (focus-group-under-mouse): Check if group isn't the current group
2423         ( prevent a bug with unclutter ).
2425 2007-03-02  Philippe Brochard  <pbrochard@common-lisp.net>
2427         * bindings.lisp (run-program-from-query-string): A program can be
2428         launch from a input query window.
2430 2007-03-01  Philippe Brochard  <pbrochard@common-lisp.net>
2432         * clfswm-info.lisp: Fix a bug with banish pointer in info mode.
2434 2007-02-28  Philippe Brochard  <pbrochard@common-lisp.net>
2436         * clfswm.lisp (process-new-window): One can now open the next
2437         window in a workspace called by its number.
2439         * clfswm-util.lisp (query-font-string): Minimal editing
2440         capabilities.
2441         (eval-from-string): And an REPL in the window manager... :)
2443 2007-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
2445         * clfswm.lisp (process-new-window): One can now open the next
2446         window in a new workspace or a new group.
2448         * clfswm-pager.lisp (pager-mode): Display the next arrow action
2449         with the hidden windows.
2451         * clfswm.lisp (second-key-mode): Display the current workspace
2452         number and the next arrow action in the state window.
2454         * clfswm-pager.lisp (pager-mode): Hide all windows before leaving
2455         the pager mode and then redisplay only the current workspace.
2457 2007-02-25  Philippe Brochard  <pbrochard@common-lisp.net>
2459         * clfswm.lisp (add-workspace): Workspaces are now numbered. So
2460         they can be focused with a keypress, sorted or renumbered.
2462 2007-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
2464         * clfswm-pager.lisp (pager-mode): Remove multiple silly
2465         pager-draw-display. This prevent a lot of flickering in the
2466         pager.
2468         * clfswm.lisp: Remove all display-force-output and replace them
2469         with only one display-finish-output in the event loop.
2471 2006-11-06  Philippe Brochard  <pbrochard@common-lisp.net>
2473         * clfswm-pager.lisp (pager-center-group): New function - center a
2474         group at the middle of the screen.
2476         * clfswm-pack.lisp (center-group): New function - center a group
2477         at the middle of the screen.
2479         * clfswm.lisp (show-group): Add a cross line under the group.
2480         (show-group): Group are showned even if fullscreened.
2481         (init-display): Add an exposure event on the root window.
2483 2006-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
2485         * package.lisp (*default-group*): Default group is the same size
2486         of a fullscreened group.
2488         * bindings*: Use shift to move, control+shift to copy.
2490         * *.lisp: Add comments for configuration or alternatives. So grep
2491         for CONFIG to see where you can configure clfswm. And grep for
2492         Alternative to use some commented code.
2494         * clfswm.lisp (second-key-mode): Use a single window to show the
2495         second mode. See for alternatives at the end of this file.
2497 2006-11-03  Philippe Brochard  <pbrochard@common-lisp.net>
2499         * clfswm-keys.lisp (define-define-key/mouse): Factorisation in a
2500         macro of key and mouse definitions.
2501         (define-define-key/mouse): Use state instead of modifiers list
2502         this fix a bug when the modifiers list is not in the rigth order.
2504         * clfswm.lisp (second-key-mode): Add a colored border in second mode.
2506 2006-11-02  Philippe Brochard  <pbrochard@common-lisp.net>
2508         * clfswm-info.lisp (info-mode): Add an info mode.
2510 2006-11-01  Philippe Brochard  <pbrochard@common-lisp.net>
2512         * clfswm.lisp (process-new-window): Change border size for
2513         transient windows.
2514         (show-all-windows-in-workspace): Unhide all windows even when the
2515         current group is in fullscreen mode.
2517 2006-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
2519         * clfswm-util.lisp (identify-key): Add an exposure handle-event to
2520         redisplay the identify window after a terminal switch.
2522         * clfswm-pager.lisp (pager-mode): Add an exposure handle-event to
2523         redisplay the pager after a terminal switch.
2525 2006-10-24  Philippe Brochard  <pbrochard@common-lisp.net>
2527         * clfswm-util.lisp (identify-key): Add a window to display
2528         the keys to identify on screen.
2530         * bindings.lisp, bindings-pager.lisp: Define same keys to
2531         move/copy groups/windows in second mode and in pager.
2533         * clfswm.lisp (handle-event*): Same version in all clfswm (fix some
2534         drawing lags).
2535         (show-all-windows-in-workspace): unhide window before adapting it
2536         to group.
2538 2006-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
2540         * clfswm.lisp (handle-event): Revert to an older version.
2542 2006-10-18  Philippe Brochard  <pbrochard@common-lisp.net>
2544         * clfswm-util.lisp (force-window-in-group)
2545         (force-window-center-in-group): New functions for transient windows.
2547         * clfswm-pager.lisp (pager-remove-current-workspace/group):
2548         bugfix: hide all windows before removing group or workspace.
2550 2006-10-17  Philippe Brochard  <pbrochard@common-lisp.net>
2552         * bindings-pager.lisp (mouse-pager-move-selected-group)
2553         (mouse-pager-copy-selected-group)
2554         (mouse-pager-move-selected-window)
2555         (mouse-pager-copy-selected-window, mouse-pager-rotate-window-up)
2556         (mouse-pager-rotate-window-down): New functions to have mouse in
2557         pager mode.
2559         * clfswm-pager.lisp (pager-swap-window)
2560         (pager-copy-group-on-next/previous-workspace)
2561         (pager-copy-window-on-next/previous-line): New functions
2563 2006-10-15  Philippe Brochard  <pbrochard@common-lisp.net>
2565         * clfswm-pager.lisp (pager-move-window-on-next/previous-line,
2566         (pager-move-group-on-next/previous-workspace): new functions.
2568         * clfswm-pack.lisp (resize-half-x-x-current-group): resize group
2569         to its half size (new functions).
2571 2006-10-11  Philippe Brochard  <pbrochard@common-lisp.net>
2573         * clfswm-pager.lisp: workspaces, groups and windows can now be
2574         selectionned with the keyboard or the mouse.
2576 2006-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
2578         * clfswm-pager.lisp (pager-select-workspace-right/left):
2579         workspaces can now be selectionned with the keyboard.
2581 2006-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
2583         * clfswm-keys.lisp (undefine-main-key, undefine-second-key, undefine-mouse-action):
2584         new function to remove a previous defined key or mouse combination.
2586 2006-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
2588         * clfswm.lisp (main): Check for access error in init-display.
2590         * clfswm-keys.lisp (define-ungrab/grab): check for keysym and
2591         keycode before grabbing.
2593         * bindings.lisp: Remove nlambda and use defun to keep the function
2594         documentation with clisp.
2595         (define-shell): new macro to define shell command for the second
2596         mode.
2598 2006-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
2600         * clfswm-keys.lisp (define-ungrab/grab): use a cond instead of a
2601         boggus typecase.
2603 2006-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
2605         * bindings.lisp (accept-motion): Move group bugfix in upper mouse
2606         workspace circulation.
2608         * clfswm-util.lisp (absorb-orphan-window): new function.
2610         * clfswm-keys.lisp: Keysyms support.
2612 2006-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
2614         * clfswm.lisp (show-group): Use one gc for all groups and not one
2615         per group.
2617 2006-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
2619         * bindings.lisp (define-second-key (#\l :mod-1)): fix a typo.
2621         * clfswm.lisp (adapt-window-to-group): Adapt only windows with
2622         width and height outside group.
2624 2006-09-28  Philippe Brochard  <pbrochard@common-lisp.net>
2626         * clfswm.lisp: First public release.