Correctly Configure roots on monitor change
[clfswm.git] / ChangeLog
blob9b5b79d81bfb6c8a7ea3409e177bbbe7c3b288cd
1 2012-10-08 Michael Raitza <spacefrogg-clfswm@meterriblecrew.net>
3         * src/tools.lisp (n-rotate-list): Implementation ehancements (1/2 GC,
4         2x speed).
6 2012-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
8         * contrib/wallpaper.lisp (wallpaper): Handle no xinerama support
9         case.
11         * src/clfswm-internal.lisp (place-frames-from-xinerama-infos):
12         Handle better no xinerama support case.
14 2012-10-04  Philippe Brochard  <pbrochard@common-lisp.net>
16         * contrib/wallpaper.lisp (generate-wallpaper): Force waiting the
17         end of convert.
18         (wallpaper): Open a notify window to wait wallpaper creation.
20         * src/clfswm.lisp (main-mode: configuer request): Call
21         *root-size-change* hook on each root size change. This let CLFSWM
22         refresh background wallpaper on root size changes.
24         * src/clfswm-internal.lisp (place-frames-from-xinerama-infos):
25         Handle root screen resize on the fly when adding or removing a
26         monitor.
28         * src/clfswm-menu.lisp (open-menu): Show key bindings also for
29         menu entry.
31 2012-10-03  Philippe Brochard  <pbrochard@common-lisp.net>
33         * src/clfswm-menu.lisp (open-menu): Show key bindings
34         correspondence in menu for main and second mode.
36         * src/clfswm.lisp (main-loop): Reset X error count only once for
37         all loops.
39 2012-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
41         * src/xlib-util.lisp (handle-event): Ignore synchronous xlib
42         window-error and drawable-error in event handler.
44         * contrib/clfswm: Dump different image from different installation
45         path.
47 2012-09-30  Philippe Brochard  <pbrochard@common-lisp.net>
49         * src/clfswm.lisp (configure-request handler): Send a
50         configuration notify event in a more precise way.
52 2012-09-29  Philippe Brochard  <pbrochard@common-lisp.net>
54         * src/xlib-util.lisp (with-xlib-protect): Limit X errors ignored
55         to prevent freezes and add a backtrace system.
57 2012-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
59         * src/clfswm.lisp (configure-request handler): To be ICCCM
60         compliant, send a fake configuration notify event only when the
61         window has moved and not when it has been resized.
63 2012-09-21  Philippe Brochard  <pbrochard@common-lisp.net>
65         * Relase 1209
67 2012-09-09  Philippe Brochard  <pbrochard@common-lisp.net>
69         * src/clfswm-internal.lisp
70         (delete-child-and-children-in-all-frames): Remove all children in
71         frames and only close windows.
73         * src/*.lisp: Remove uneeded with-xlib-protect.
75 2012-09-06  Philippe Brochard  <pbrochard@common-lisp.net>
77         * contrib/wallpaper.lisp (wallpaper): create/use-background
78         simplification function.
80 2012-09-05  Philippe Brochard  <pbrochard@common-lisp.net>
82         * contrib/wallpaper.lisp: New functionality to handle backgrounds
83         on differents screen heads.
85         * contrib/toolbar.lisp (toolbar-adjust-root-size): Takes care of
86         multiple toolbar on the same root edge.
88 2012-09-04  Philippe Brochard  <pbrochard@common-lisp.net>
90         * src/clfswm-internal.lisp (show-all-children): Hide only children
91         hidden by normal windows or frames (but not :dialog,
92         :transient...).
93         (process-new-window): Remove borders for maxsize windows.
94         (show-all-children): Let the choice to always display children or
95         to optimize by hidding children not seen . The first option is
96         better with transparency support (frames behind orther frames are
97         seen). The second one is faster with many children in the same
98         frame (not seen children are not displayed).
100 2012-08-31  Philippe Brochard  <pbrochard@common-lisp.net>
102         * src/xlib-util.lisp (with-xlib-protect): Handle all Xlib errors
103         for better code protection.
105 2012-08-28  Philippe Brochard  <pbrochard@common-lisp.net>
107         * src/clfswm-expose-mode.lisp (expose-query-key-press-hook): Add
108         an option to immediately select child if they can be directly
109         accessed.
111 2012-08-25  Philippe Brochard  <pbrochard@common-lisp.net>
113         * contrib/volume-mode.lisp: Add mouse buttons actions in volume
114         mode. Add a volume button toolbar module.
116 2012-08-24  Philippe Brochard  <pbrochard@common-lisp.net>
118         * contrib/mpd.lisp: New toolbar modules (available only if
119         toolbar.lisp is loaded).
120         Add a small parameter for toolbar modules useful with vertical
121         toolbars.
123 2012-08-21  Philippe Brochard  <pbrochard@common-lisp.net>
125         * contrib/reboot-halt.lisp: Add configuration command for system
126         actions.
128         * contrib/toolbar.lisp (toggle-toolbar-hide-state): New function.
130 2012-08-20  Philippe Brochard  <pbrochard@common-lisp.net>
132         * src/clfswm-internal.lisp (add-in-never-managed-window-list): New
133         function.
135 2012-08-20  Philipp Kroos  <philipp.kroos@t-online.de>
137         * src/clfswm-placement.lisp (here-placement): Evaluates to current
138         position of pointer.
140 2012-08-20  Philipp Kroos  <philipp.kroos@t-online.de>
142         * contrib/toolbar.lisp: Add an expose-mode-button-module.
144 2012-08-19  Philippe Brochard  <pbrochard@common-lisp.net>
146         * contrib/toolbar.lisp (remove-toolbar): New function.
148 2012-08-18  Philippe Brochard  <pbrochard@common-lisp.net>
150         * contrib/toolbar.lisp: Add configurable colors in toolbar
151         modules.
153 2012-08-16  Philippe Brochard  <pbrochard@common-lisp.net>
155         * src/tools.lisp: Factorize system usage information collection.
156         (start-system-poll): Use a lock file instead of a local variable.
158         * contrib/toolbar.lisp: Add memory, cpu and battery usage module
159         with a poll methode. More responsive but up to date every 10s by
160         default.
162 2012-08-15  Philippe Brochard  <pbrochard@common-lisp.net>
164         * contrib/toolbar.lisp: Add a clickable label module for toolbar.
165         Add a clickable entry to open the CLFSWM main menu.
166         Add memory, cpu and battery usage module.
168         * src/clfswm-menu.lisp (open-menu): Prevent to reopen an opened
169         menu. Fixe a but with negative selected-item.
171 2012-08-14  Philippe Brochard  <pbrochard@common-lisp.net>
173         * src/clfswm-util.lisp (eval-from-query-string): Show a notify
174         window when updating symobls list for REPL completion.
175         (show-current-root): New function and configuration menu to
176         display a message on the current root.
178         * contrib/toolbar.lisp: Add arguments in toolbar modules.
180         * src/xlib-util.lisp (event-hook-name): Intern hook name symbol
181         in :clfswm package.
183 2012-08-13  Philippe Brochard  <pbrochard@common-lisp.net>
185         * contrib/toolbar.lisp (toolbar-module-text): Print a formatted
186         text at module position centered in toolbar.
188         * src/xlib-util.lisp (optimize-event-hook): Remove unused event
189         hooks.
191 2012-08-12  Philippe Brochard  <pbrochard@common-lisp.net>
193         * contrib/toolbar.lisp: End of toolbar framework.
194         (list-toolbar-modules): Add a list toolbar modules function.
196 2012-08-03  Philippe Brochard  <pbrochard@common-lisp.net>
198         * src/clfswm-internal.lisp (show-child): Show unmanaged windows
199         on (maybe) current child in all roots.
201         * src/clfswm-util.lisp (find-child-under-mouse-in-child-tree):
202         Handle children from all roots instead of from  *root-frame*.
204 2012-07-23  Philippe Brochard  <pbrochard@common-lisp.net>
206         * src/clfswm-expose-mode.lisp: New expose mode based on standard
207         query input.
209 2012-06-27  Philippe Brochard  <pbrochard@common-lisp.net>
211         * src/clfswm-util.lisp (eval-from-query-string): Add completion
212         for eval for query string.
214 2012-06-26  Philippe Brochard  <pbrochard@common-lisp.net>
216         * src/clfswm-query.lisp: Add completion for shell commands.
218 2012-06-18  Philippe Brochard  <pbrochard@common-lisp.net>
220         * src/clfswm-placement.lisp: Each child can have its own border
221         size. New binding to change the child border size on the fly.
223 2012-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
225         * src/tools.lisp (process-timers): Call get-internal-real-time
226         only once for all times.
228 2012-06-07  Philippe Brochard  <pbrochard@common-lisp.net>
230         * contrib/toolbar.lisp (define-toolbar-hooks): Add auto-hide
231         clickable toolbar.
232         (define-toolbar-hooks): Add auto-hide toolbar (show/hide on mouse
233         motion event).
235 2012-06-06  Philippe Brochard  <pbrochard@common-lisp.net>
237         * src/xlib-util.lisp (handle-event): Add an additional hook event
238         system to handle events in contrib code.
240 2012-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
242         * src/clfswm-placement.lisp: Add an optional border size in all
243         placement functions.
245 2012-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
247         * contrib/toolbar.lisp (clock): Add a clock module.
249 2012-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
251         * contrib/toolbar.lisp: begining of toolbar support.
253 2012-05-24  Philippe Brochard  <pbrochard@common-lisp.net>
255         * src/clfswm-internal.lisp (rotate-root-geometry): Do not use
256         rotatef but a simpler algorithm.
258 2012-05-19  Philippe Brochard  <pbrochard@common-lisp.net>
260         * src/clfswm-placement.lisp: Adjust width and height in child and
261         root placement to prevent too big child size.
263 2012-05-18  Philippe Brochard  <pbrochard@common-lisp.net>
265         * src/clfswm-placement.lisp: New root placement possibility.
267         * src/clfswm-util.lisp (change-current-root-geometry): New
268         function.
270 2012-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
272         * src/clfswm-util.lisp (exchange-root-geometry-with-mouse): New
273         function and menu.
275 2012-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
277         * src/menu-def.lisp: New root menu.
279 2012-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
281         * src/clfswm-circulate-mode.lisp (rotate-root-geometry-next)
282         (rotate-root-geometry-previous): New second mode binding to change
283         root geometry.
285 2012-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
287         * src/clfswm-internal.lisp: Remove the *current-child* variable
288         and use a setfable function (current-child) instead.
289         (current-child-setter): Store root current child before apllying
290         current child change.
292 2012-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
294         * src/clfswm-internal.lisp: Use xdpyinfo/xinerama informations
295         instead of xrandr informations.
297 2012-05-06  Philippe Brochard  <pbrochard@common-lisp.net>
299         * src/clfswm-internal.lisp : Use only one list for root
300         management.
301         (*root*): Root management API simplification.
303 2012-04-30  Philippe Brochard  <pbrochard@common-lisp.net>
305         * src/clfswm-internal.lisp: Big change to replace *current-root*
306         variable to support multiple root.
308 2012-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
310         * src/tools.lisp (add-new-hook, add-hook): New macro. Do not
311         duplicate hooks by default. Use add-new-hook if you want to
312         duplicate them.
314 2012-04-16  Philippe Brochard  <pbrochard@common-lisp.net>
316         * src/clfswm-corner.lisp (wait-window-in-query-tree): Add a limit
317         of try to wait the command window.
319 2012-02-25  Philippe Brochard  <pbrochard@common-lisp.net>
321         * src/clfswm-util.lisp (place-frames-from-xrandr)
322         (swap-frame-geometry, rotate-frame-geometry): New helper functions
323         for multiple physical screen.
324         (jump-to-slot, add-frame-in-parent-frame): Change *current-root*
325         only when needed.
327 2012-01-18  Philippe Brochard  <pbrochard@common-lisp.net>
329         * src/*.lisp: Use create-symbol and create-symbol-in-package
330         instead of the shorter symb. (Thanks Aad Versteden).
332         * src/bindings-second-mode.lisp (set-default-second-keys): New
333         key binding to set window and frame transparency.
335         * src/bindings.lisp (set-default-main-mouse): New mouse binding to
336         set window and frame transparency.
338         * src/clfswm-keys.lisp (define-keys): New macro to ease multiple
339         keys definitions. (Thanks Valentin Plechinger for the request).
341         * src/*.lisp: Add full transparency support with xcompmgr.
343 2012-01-14  Philippe Brochard  <pbrochard@common-lisp.net>
345         * src/*.lisp: Add transparency support.
347 2012-01-09  Ales Guzik <ales.guzik@gmail.com>
349         * src/clfswm-layout.lisp (tile-layout-mix): New layout to
350         automatically choose between vertival and horizontal tile layout.
351         (tile-space-layout): Fix to have space between screen border and
352         frame the same as between frames.
354 2012-01-04  Philippe Brochard  <pbrochard@common-lisp.net>
356         * load.lisp: Support clisp 2.49+ module system to load CLX.
358 2012-01-04  Ales Guzik <ales.guzik@gmail.com>
360         * src/clfswm-layout.lisp (update-layout-managed-children-keep-position):
361         Fix an inattention error.
363 2012-01-04  Philippe Brochard  <pbrochard@common-lisp.net>
365         * src/xlib-util.lisp (with-xlib-protect): Protect from
366         xlib:lookup-error. This prevent an error in clisp/new-clx when
367         sometimes an xlib:colormap is expected instead of an xlib:window.
369 2012-01-03  Philippe Brochard  <pbrochard@common-lisp.net>
371         * src/xlib-util.lisp (handle-event): Fix a clisp/new-clx error
372         when sometimes window slot of event-slots is a pixmap instead of a
373         window.
375 2011-12-26  Philippe Brochard  <pbrochard@common-lisp.net>
377         * src/clfswm-query.lisp: Fill the history list with a non-nil
378         value.
380 2011-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
382         * src/package.lisp (make-x-drawable): Drawable wrapper to prevent
383         type error in some CLX versions.
384         Replace xlib:drawable-* functions with x-drawable-* equivalents
386 2011-12-14  Philippe Brochard  <pbrochard@common-lisp.net>
388         * src/clfswm-util.lisp (um-create-xdg-section-list): Add at least
389         the 'Utility menu entry.
391         * src/config.lisp (*xdg-section-list*): moved to config.lisp.
393         * src/clfswm-util.lisp (update-menus): Set a default value for
394         searching .desktop files when XDG_DATA_DIRS is not set.
396 2011-10-15  Philippe Brochard  <pbrochard@common-lisp.net>
398         * src/clfswm-internal.lisp (place-window-from-hints): Use
399         with-placement macro to place unmanaged windows in an arbitrary
400         place.
402 2011-06-16  Philippe Brochard  <pbrochard@common-lisp.net>
404         * src/clfswm-internal.lisp (clean-windows-in-all-frames): Prevent
405         current root and current child being equal to child.
407 2011-06-13  Philippe Brochard  <pbrochard@common-lisp.net>
409         * src/keysyms.lisp: Repeat Page_Down/Up keysym definitions at the
410         end of the file to change keysyms priority.
412 2011-06-13  Sylvain HENRY <hsyl20@gmail.com>
414         *  *.*: Minor spelling fix.
416 2011-06-12  Philippe Brochard  <pbrochard@common-lisp.net>
418         * src/clfswm.lisp (:unmap-notify, :destroy-notify): Show all
419         children just after the xlib tree cleanup -> reduce the
420         flickering when a window is deleted or destroyed.
422         * src/clfswm-internal.lisp (process-existing-windows): Do not
423         process the notify window.
425 2011-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
427         * *: **** Release 1106 ****
429 2011-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
431         * src/clfswm-internal.lisp (clean-windows-in-all-frames): New
432         function to prevent xlib error when a window is deleted.
434 2011-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
436         * src/clfswm-internal.lisp
437         (delete-child-and-children-in-all-frames): Delete or destroy
438         children before displaying all children.
440 2011-06-05  Philippe Brochard  <pbrochard@common-lisp.net>
442         * src/clfswm-util.lisp (add-frame-in-parent-frame): New function
443         and binding.
445 2011-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
447         * src/clfswm.lisp (main-unprotected): Destroy all frames windows
448         before closing the display (not really needed).
450 2011-06-02  Philippe Brochard  <pbrochard@common-lisp.net>
452         * src/clfswm-layout.lisp (inc-tile-layout-size)
453         (dec-tile-layout-size, inc-slow-tile-layout-size)
454         (dec-slow-tile-layout-size): New functions and bindings.
456 2011-06-01  Philippe Brochard  <pbrochard@common-lisp.net>
458         * src/clfswm-expose-mode.lisp (define-expose-letter-keys): Add
459         0..1 and A..Z keys to select a child in exposé mode.
461         * src/clfswm-internal.lisp (display-frame-info): Remove hidden
462         infos in frames windows.
464         * src/clfswm-util.lisp (ask-close/kill-current-window): Menu
465         update.
467 2011-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
469         * src/clfswm-internal.lisp (get-parent-layout): Minor fullscreen
470         size tweaking.
472 2011-05-29  Philippe Brochard  <pbrochard@common-lisp.net>
474         * src/clfswm-internal.lisp
475         (delete-child-and-children-in-all-frames): Show all children
476         before deleting/destroying a windows, so prevent a flickering.
477         (get-parent-layout): Return the fullscreen size when the current
478         root is a window.
480 2011-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
482         * src/clfswm-internal.lisp (get-parent-layout): Handle correctly
483         unmanaged windows.
485         * src/clfswm-util.lisp (delete-focus-window-generic): Do not hide
486         child before removing, so prevent a flickering.
488         * src/clfswm-internal.lisp (show-all-children): Rectangular
489         optimization to display only needed children.
490         (show-all-children): Remove flickering on
491         select-next/previous-brother.
493 2011-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
495         * src/clfswm-util.lisp (copy-focus-window, cut-focus-window): New
496         functions and ask-close/kill-current-window menu and bindings
497         entry.
499 2011-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
501         * src/clfswm-util.lisp (ask-close/kill-current-window): Add an
502         *ask-close/kill-placement* placement window variable.
504 2011-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
506         * contrib/osd.lisp (funcall-button-from-code): Display osd
507         documention for buttons and fix some redefining warnings.
509 2011-05-07  Philippe Brochard  <pbrochard@common-lisp.net>
511         * src/clfswm-nw-hooks.lisp (make-permanent-nw-hook-frame): New
512         function. Prevent to add or delete a new window hook for this
513         frame.
515         * src/clfswm-layout.lisp (update-layout-managed-children-position):
516         New function.
518 2011-05-06  Philippe Brochard  <pbrochard@common-lisp.net>
520         * src/bindings-second-mode.lisp (set-default-second-keys):
521         select-brother-spatial-move-* binding update.
523         * src/clfswm-layout.lisp (tile-left|right|top|bottom-layout): Ask
524         to keep children positions or not.
526         * src/clfswm-internal.lisp (fixe-real-size): Takes care of border
527         size.
529         * src/clfswm-layout.lisp (update-layout-managed-children): Fix a
530         bug by using the parent frame instead of the current child.
532         * src/clfswm-circulate-mode.lisp
533         (select-brother-generic-spatial-move+right/left/up/down): New
534         function to select a brother from another in a spatial move.
536 2011-04-19  Philippe Brochard  <pbrochard@common-lisp.net>
538         * src/clfswm-pack.lisp (move-frame-constrained)
539         (resize-frame-constrained): Use pixels instead of floating
540         measure.
542 2011-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
544         * src/clfswm-pack.lisp (resize-frame-constrained): Takes care of
545         border size.
546         (implode-frame, implode-current-frame): New functions. Absorb all
547         frames subchildren in frame. Explode frame opposite.
549 2011-04-17  Philippe Brochard  <pbrochard@common-lisp.net>
551         * src/clfswm-pack.lisp (move-frame-constrained)
552         (resize-frame-constrained): New function. Move and resize frame
553         with the mouse constrained by other frame brothers.
555 2011-04-14  Philippe Brochard  <pbrochard@common-lisp.net>
557         * src/clfswm-util.lisp (with-movement-select-next-brother)
558         (with-movement-select-previous-brother)
559         (with-movement-select-next-child): Use a simple method (do not
560         enter in the circulate mode) to allow to circulate in all children
561         or brothers.
563         * src/clfswm-menu.lisp (open-menu): Save info hash table keys
564         instead of deleting newly created keys.
566 2011-03-21  Philippe Brochard  <pbrochard@common-lisp.net>
568         * src/clfswm-internal.lisp (x-px->fl, y-px->fl): Takes care of
569         border size.
571 2011-03-20  Philippe Brochard  <pbrochard@common-lisp.net>
573         * src/clfswm-info.lisp (show-config-variable): call
574         produce-conf-var-doc.
576 2011-03-18  Philippe Brochard  <pbrochard@common-lisp.net>
578         * src/clfswm-autodoc.lisp (produce-conf-var-doc-html): Produce a
579         documentation for all configurable variables in CLFSWM -
580         HTML version.
582         * src/clfswm-internal.lisp (leave-frame): Hide all children except
583         the current window.
585 2011-03-16  Philippe Brochard  <pbrochard@common-lisp.net>
587         * src/clfswm-autodoc.lisp (produce-all-docs): Produce a
588         documentation for all configurable variables in CLFSWM.
590         * src/clfswm-layout.lisp (set-gimp-layout): Display a notify
591         window with the help on the GIMP layout.
593 2011-03-12  Philippe Brochard  <pbrochard@common-lisp.net>
595         * src/menu-def.lisp: Menu update to prevent cursor keys clash.
597         * clfswm.asd: Change compilation order to prevent undefined
598         variables.
600         * src/clfswm-internal.lisp (show-child(frame)): Handle properly
601         the show-root-frame-p parameter.
603 2011-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
605         * src/clfswm-util.lisp (move-frame, resize-frame): Do not move or
606         resize a frame when it's the current root.
608 2011-03-10  Philippe Brochard  <pbrochard@common-lisp.net>
610         * src/clfswm-internal.lisp (show-all-children): Handle properly
611         duplicated child in multipe frames.
613 2011-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
615         * contrib/volume-mode.lisp (set-default-volume-keys): Add more
616         keybindings (up/down, right/left) to raise/lower the volume.
618         * src/clfswm-layout.lisp: Add a variable border size for frames
619         and windows.
621 2011-03-08  Philippe Brochard  <pbrochard@common-lisp.net>
623         * src/clfswm-util.lisp (cut-current-child, remove-current-child)
624         (delete-current-child): Hide the current child before doing the
625         action.
627         * src/clfswm-internal.lisp (show-all-children): Hide windows not
628         in the current root before displaying those in current root.
629         Remove all hide-all unnecessary calls.
631         * src/clfswm-configuration.lisp (save-variables-in-conf-file):
632         Save only variables with a different value than their original
633         value.
635 2011-03-07  Philippe Brochard  <pbrochard@common-lisp.net>
637         * src/clfswm-info.lisp (show-config-variable): Use the new
638         defconfig method.
640         * src/clfswm-autodoc.lisp (produce-configuration-variables): Use
641         the new defconfig method.
643         * src/clfswm-configuration.lisp (create-configuration-menu):
644         Change the config system with a more lispy one and a less string
645         based one: (defconfig name value group doc).
648 2011-03-06  Philippe Brochard  <pbrochard@common-lisp.net>
650         * src/clfswm-internal.lisp (show-all-children): Simplify the
651         selection method.
652         (show-child): Display an unmanaged window whe  it's the current
653         child.
654         (show-all-children): add the ability to display all child from
655         *root-frame* and hide all those who are not in *current-root*.
656         -> remove hide-all-children when needed.
658         * src/xlib-util.lisp (move-window,resize-window): Add a
659         *color-move-window* border when moving or resizing a window.
661 2011-03-04  Philippe Brochard  <pbrochard@common-lisp.net>
663         * src/clfswm-internal.lisp (show-all-children): Perform only one
664         recusion on the clfswm tree: calculate geometry and place child in
665         one pass.
667 2011-03-03  Philippe Brochard  <pbrochard@common-lisp.net>
669         * src/clfswm-internal.lisp (show-all-children): Rethink of display
670         child order to prevent very annoying flickering.
672 2011-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
674         * src/clfswm-util.lisp (query-yes-or-no): New function.
676         * src/clfswm-configuration.lisp (reset-all-config-variables): New
677         function and menu entry.
678         (query-conf-value): Add the ability to leave the field blank to
679         reset the variable to its default value.
681 2011-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
683         * src/clfswm-configuration.lisp
684         (add-all-configuration-default-value): Add a default value to
685         configurable variables.
687 2011-02-23  Philippe Brochard  <pbrochard@common-lisp.net>
689         * src/clfswm.lisp (main-unprotected): Create the configuration
690         menu only once at startup.
692 2011-02-22  Desmond O. Chang <dochang@gmail.com>
694         * contrib/amixer.lisp: Add a volume mode inspired by the emms
695         volume package. Alsa mixer interface.
697         * contrib/volume-mode.lisp: Add a volume mode inspired by the emms
698         volume package.
700 2011-02-22 Desmond O. Chang <dochang@gmail.com>
702         * src/clfswm.lisp (main): Use ASDF:SYSTEM-SOURCE-DIRECTORY instead
703         of *LOAD-TRUENAME*. *LOAD-TRUENAME* is only bound during a call to
704         LOAD. If one eval CLFSWM:MAIN in repl, BASE-DIR will be an empty
705         string. Use ASDF:SYSTEM-SOURCE-DIRECTORY to fix it.
707 2011-02-16  Philippe Brochard  <pbrochard@common-lisp.net>
709         * src/clfswm.lisp (main-unprotected): Add a close hook. And close
710         the notify window, the virtual keyboard and the clfswm terminal by
711         default.
713 2011-02-15  Philippe Brochard  <pbrochard@common-lisp.net>
715         * src/clfswm.lisp (main-unprotected): Destroy the notify window
716         before closing the display. This fix a bug when resetting/reloading
717         clfswm.
719 2011-02-12  Philippe Brochard  <pbrochard@common-lisp.net>
721         * src/xlib-util.lisp (equal-wm-class-fun, equal-wm-name-fun)
722         (raise-window-fun, raise-and-focus-window-fun): New functions.
724         * src/config.lisp (*clfswm-terminal-cmd*): Switch from xterm to
725         urxvt.
726         (*never-managed-window-list*): Structure change to be more
727         flexible. Let the choice to focus, raise and do nothing on never
728         managed windows.
730 2011-02-09  Philippe Brochard  <pbrochard@common-lisp.net>
732         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Take
733         care of never managed windows to move or resize them if the raise
734         parameter is true.
736         * src/clfswm-internal.lisp (in-frame, in-window, in-child): New
737         functions.
739 2011-02-08  Philippe Brochard  <pbrochard@common-lisp.net>
741         * src/clfswm.lisp (main-mode): Raise or not unmanaged windows
742         following request in *never-managed-window-list*.
744 2011-02-05  Philippe Brochard  <pbrochard@common-lisp.net>
746         * *: **** Release 1102 ****
748 2011-02-05  Desmond O. Chang <dochang@gmail.com>
750         * src/keysyms.lisp: Add extended keysyms from stumpwm.
752 2011-02-01  Desmond O. Chang <dochang@gmail.com>
754         * src/clfswm-util.lisp (run-or-raise): New function (thanks to
755         Desmond O. Chang).
757         * src/clfswm-internal.lisp (with-all-*): add a nil block.
759 2011-01-28  Desmond O. Chang <dochang@gmail.com>
761         * src/clfswm-util.lisp (xdg-config-home): XDG_CONFIG_HOME should
762         be $HOME/.config by default.
764 2010-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
766         * contrib/osd.lisp (display-doc): Add another method where a
767         CLFSWM native window is used to display the key documentation.
769 2010-12-27  Philippe Brochard  <pbrochard@common-lisp.net>
771         * src/xlib-util.lisp (with-xlib-protect): Force to revert to the
772         main mode state.
774 2010-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
776         * src/clfswm-second-mode.lisp (second-key-mode): Call the second
777         mode leave function only when the generic mode was ended.
779 2010-12-08  Philippe Brochard  <pbrochard@common-lisp.net>
781         * src/clfswm-second-mode.lisp (sm-leave-function): Do not use
782         *second-mode-program* anymore.
784 2010-12-07  Philippe Brochard  <pbrochard@common-lisp.net>
786         * src/clfswm-second-mode.lisp (*second-mode-leave-function*): New
787         variable bound to a function executed (when not null) on second
788         mode leaving.
790 2010-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
792         * src/clfswm-util.lisp (find-child-under-mouse): Do not find
793         hidden windows.
795 2010-11-13  Philippe Brochard  <pbrochard@common-lisp.net>
797         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
798         Do not display the accel window for unmanaged windows.
800 2010-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
802         * src/clfswm-internal.lisp (set-current-root): Handle
803         window-parent in set-current-root.
805         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Do not
806         focus the parent child when the current root is a window.
808 2010-11-09  Philippe Brochard  <pbrochard@common-lisp.net>
810         * src/clfswm-expose-mode.lisp (expose-windows-current-child-mode):
811         New function an bindings.
813         * src/clfswm-layout.lisp (tile-layout, set-tile-layout): Fill
814         blanks if needed.
816 2010-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
818         * src/clfswm-layout.lisp (tile-layout-ask-keep-position): New
819         function to let the user choose to keep child position with
820         tile layout.
822         * src/clfswm-internal.lisp (remove-frame-data-slot): New
823         function.
825 2010-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
827         * src/clfswm-internal.lisp (frame-select-next-child)
828         (frame-select-previous-child): New functions and bindings. Select
829         the next/previous child in the current frame.
831 2010-10-31  Philippe Brochard  <pbrochard@common-lisp.net>
833         * src/clfswm-query.lisp (query-mode-complet): New function: Handle
834         completion in query-mode.
836 2010-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
838         * src/clfswm-query.lisp (query-print-string): Handle long lines
839         correctly.
841 2010-10-27  Philippe Brochard  <pbrochard@common-lisp.net>
843         * src/clfswm-expose-mode.lisp (expose-create-window): Ensure that
844         all characters are printable.
846 2010-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
848         * contrib/server/server.lisp: Load clfswm client code in the main
849         program and let the user start it with a --client command line
850         option.
852         * src/package.lisp (*main-entrance-hook*): New hook executed after
853         loading configuration file and before opening the display.
855 2010-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
857         * src/xlib-util.lisp: Remove unnecessary xlib:display-finish-output.
859         * src/clfswm-internal.lisp (show-child): Show window only if not
860         hidden.
862         * src/clfswm-keys.lisp (binding-substitute-modifier): Utility to
863         change modifiers after binding definition.
865 2010-10-21  Philippe Brochard  <pbrochard@common-lisp.net>
867         * contrib/osd.lisp: New file: OSD (On Screen Display) for
868         presentations.
870         * src/clfswm-menu.lisp (open-menu): Modularise function.
872 2010-10-13  Philippe Brochard  <pbrochard@common-lisp.net>
874         * src/clfswm-info.lisp (show-first-aid-kit): Display the essential
875         key binding in main and second mode.
877 2010-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
879         * src/clfswm-util.lisp (open-notify-window): Convert hello-window
880         functions to a more generic Notify-window system.
882         * src/tools.lisp (add-timer): Add an id to identify the timer.
884 2010-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
886         * src/tools.lisp (erase-timer): New function.
888         * src/clfswm-util.lisp (display-hello-window): Add a timer to hide
889         the hello window. Add Configuration variables.
891 2010-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
893         * src/clfswm-util.lisp (): Add an Hello window at startup.
895         * src/tools.lisp (process-timers): Add a timer system.
897 2010-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
899         * src/clfswm-query.lisp (add-in-query-string): Handle correctly
900         the mod-5 modifier.
902 2010-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
904         * src/clfswm-query.lisp (query-print-string): Change cursor color
905         and show parenthesis matching with colors (on match and on
906         errors).
908 2010-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
910         * src/clfswm-internal.lisp (show-all-children): Do not raise a
911         child when its parent is hidden.
913 2010-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
915         * src/clfswm-circulate-mode.lisp (select-next-subchild): Add the
916         possibility to circulate over subchild of the current child.
918         * src/clfswm-expose-mode.lisp (expose-all-windows-mode)
919         (expose-windows-generic): Add an escape-body function to return to
920         the original state on escape key.
922         * src/clfswm-util.lisp (bind-on-slot): Add an optional parameter
923         to bind the current child from the configuration file.
925 2010-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
927         * src/clfswm-nw-hooks.lisp (absorb-window-nw-hook): Absorb new
928         window hook: the frame absorb all new windows that match
929         nw-absorb-test frame data slot.
931 2010-09-30  Philippe Brochard  <pbrochard@common-lisp.net>
933         * src/clfswm-expose-mode.lisp (expose-create-window): Show window
934         title in accel window.
936 2010-09-29  Philippe Brochard  <pbrochard@common-lisp.net>
938         * configure: Use the Xavier Maillard clfswm script in contrib to
939         build an executable in the standard way.
941 2010-09-26  Philippe Brochard  <pbrochard@common-lisp.net>
943         * src/clfswm-expose-mode.lisp (expose-mode-display-accel-windows):
944         New functions. Add a window on each child in the expose mode to
945         quickly select them.
947         * src/clfswm-internal.lisp (child-x, child-y, child-width)
948         (child-height): New methods to get real child coordinates.
950 2010-09-25  Philippe Brochard  <pbrochard@common-lisp.net>
952         * src/clfswm-layout.lisp (*-layout): Use child-position.
954         * src/clfswm-internal.lisp (child-position): New function.
956         * src/clfswm-expose-mode.lisp (expose-windows-mode)
957         (expose-all-windows-mode): Use a generic mode.
959         * src/xlib-util.lisp (with-handle-event-symbol): Use a filled list
960         with handle-event-fun symbols instead of inspecting clfswm
961         internals symbols on each mode change.
963         * src/clfswm-expose-mode.lisp: Move and rename present*-windows in
964         a separate clfswm-expose-mode.lisp file.
966         * src/clfswm-util.lisp (speed-mouse-right, speed-mouse-down): Use
967         screen size instead of hardcoded test coordinates.
969 2010-09-24  Philippe Brochard  <pbrochard@common-lisp.net>
971         * src/clfswm-util.lisp (speed-mouse-reset, speed-mouse-left)
972         (speed-mouse-right, speed-mouse-up, speed-mouse-down)
973         (speed-mouse-undo, speed-mouse-first-history): New functions to
974         quickly move the mouse. Implemented for the second mode.
976 2010-09-16  Philippe Brochard  <pbrochard@common-lisp.net>
978         * contrib/clfswm: Move clfswm sources to $tmp_dir if there is no
979         write permission on $clfswm_asd_path. So anybody can start clfswm
980         even if there is no write permission on the source directory.
982 2010-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
984         * contrib/clfswm: Add support to cmucl, ccl and ecl.
986 2010-09-11  Philippe Brochard  <pbrochard@common-lisp.net>
988         * src/clfswm-util.lisp (set-hide-unmanaged-window)
989         (set-show-unmanaged-window, set-default-hide-unmanaged-window):
990         New functions and menu entry.
991         (set-globally-hide-unmanaged-window)
992         (set-globally-show-unmanaged-window): New functions and menu
993         entry.
995         * src/clfswm-internal.lisp (hide-unmanager-window-p): New
996         function.
997         (show-child): Add a data slot on frame to hide or not unmanaged
998         windows.
1000         * src/clfswm-corner.lisp (present-clfswm-terminal)
1001         (present-virtual-keyboard): Use a function (generic-present-body)
1002         instead of a macro (generate-present-body).
1004         * src/clfswm-util.lisp (update-menus): List all directories and
1005         subdirectories in $XDG_DATA_DIRS/applications.
1007 2010-09-10  Philippe Brochard  <pbrochard@common-lisp.net>
1009         * src/clfswm-corner.lisp (generate-present-body): New macro.
1010         (present-clfswm-terminal, present-virtual-keyboard): Use
1011         generate-present-body.
1013 2010-09-09  Philippe Brochard  <pbrochard@common-lisp.net>
1015         * src/clfswm-util.lisp (update-menus): Follow XDG specifications
1016         instead of the non-portable Debian update-menu.
1018 2010-09-07  Philippe Brochard  <pbrochard@common-lisp.net>
1020         * src/clfswm.lisp (error-handler): New function do handle
1021         asynchronous errors and ignore them.
1022         (open-display): Install the new error-handler on display.
1024 2010-09-05  Philippe Brochard  <pbrochard@common-lisp.net>
1026         * src/xlib-util.lisp (with-xlib-protect): Add a
1027         with-simple-restart on top of body execution.
1029 2010-09-04  Philippe Brochard  <pbrochard@common-lisp.net>
1031         * src/clfswm.lisp (main-loop): Protect all xlib functions with an
1032         with-xlib-protect.
1034         * src/xlib-util.lisp (handle-event): use with-xlib-protect only in
1035         handle-event. Add a with-simple-restart to prevent a
1036         clisp/new-lisp infinite loop.
1038 2010-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
1040         * src/clfswm-corner.lisp (present-clfswm-terminal): Make the
1041         clfswm terminal working even on xterm title changes.
1043 2010-08-29  Philippe Brochard  <pbrochard@common-lisp.net>
1045         * src/clfswm-util.lisp (run-other-window-manager): Update for
1046         clisp compatibility.
1048         * src/tools.lisp (do-execute): New parameter io to change the
1049         input/output method.
1051         * src/clfswm-util.lisp (hide-current-child): Prevent from removing
1052         the current root.
1054         * src/clfswm-internal.lisp (child-member): New predicate.
1055         (child-remove): New function.
1057         * src/*.lisp: Use child-member and child-remove everywhere it's
1058         needed.
1060 2010-08-28  Philippe Brochard  <pbrochard@common-lisp.net>
1062         * src/clfswm.lisp (main-loop): Ensure that all events have been
1063         processed after a process-event.
1065         * src/clfswm-internal.lisp (is-in-current-child-p): New function.
1067 2010-08-27  Philippe Brochard  <pbrochard@common-lisp.net>
1069         * src/clfswm.lisp (main-mode:configure-request): Raise the window
1070         only when present on the current child and focus it accordingly.
1072 2010-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
1074         * src/clfswm-circulate-mode.lisp (circulate-loop-function):
1075         Use is-a-key-pressed-p.
1077         * src/xlib-util.lisp (is-a-key-pressed-p): New predicate.
1079         * src/clfswm-keys.lisp (define-ungrab/grab): Use all values
1080         returned by xlib:keysym->keycodes.
1082         * src/*.lisp: Use the new child-equal-p to compare children. This
1083         prevent a bug with sbcl/cmucl when the standard equal function
1084         does not work with xlib:window.
1086         * src/clfswm-internal.lisp (child-equal-p): New predicate.
1088 2010-08-25  Philippe Brochard  <pbrochard@common-lisp.net>
1090         * src/clfswm-generic-mode.lisp (generic-mode): Use an
1091         xlib:event-listen before processing event with
1092         xlib:process-event. This prevent a bug with CLX threaded
1093         implementation like sbcl.
1095         * src/clfswm.lisp (main-loop): Use an xlib:event-listen before
1096         processing event with xlib:process-event. This prevent a bug with
1097         CLX threaded implementation like sbcl.
1099 2010-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
1101         * contrib/server/key.lisp (ushell-sh): Add ccl and ecl support.
1103         * src/xlib-util.lisp (compress-motion-notify): Use a loop instead
1104         of an event-case.
1106         * src/clfswm-internal.lisp (with-find-in-all-frames): New macro.
1107         (find-parent-frame, find-frame-window, find-frame-by-name)
1108         (find-frame-by-number): Use with-find-in-all-frames to search in
1109         frames in the right order.
1111         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Fix an
1112         unwanted flickering with unmanaged windows.
1114 2010-08-16  Philippe Brochard  <pbrochard@common-lisp.net>
1116         * src/package.lisp: Remove event handler hooks as they're not
1117         needed anymore (To replace them: use closure and define-handler).
1119         * src/xlib-util.lisp (move-window, resize-window)
1120         (wait-mouse-button-release): Use a generic mode.
1122         * src/*.lisp: Replace the case to handle event with a more (tricky)
1123         lispy  method which bind a function to each keywords associated
1124         to graphics events.
1126 2010-07-23  Philippe Brochard  <pbrochard@common-lisp.net>
1128         * src/clfswm-util.lisp (delete-current-child): Invert bindings and
1129         menu entry between delete-current-child and remove-current-child.
1130         ie: Delete a child and its children in all frames by default.
1132 2010-07-21  Philippe Brochard  <pbrochard@common-lisp.net>
1134         * src/package.lisp: Add a placement configuration group.
1136         * src/binding*.lisp: Bind control+g to escape the current action
1137         like emacs.
1139         * src/clfswm-internal.lisp
1140         (delete-child-and-children-in-all-frames): New function and
1141         binding: Second mode - Control+Delete delete the current child and
1142         its children in all frames (ie: close the current child and its
1143         children).
1145 2010-07-20  Philippe Brochard  <pbrochard@common-lisp.net>
1147         * src/clfswm-internal.lisp (remove-child-in-frame): Do not destroy
1148         the frame window and the frame gc. Close a very annoying bug when
1149         cuting/pasting a frame or moving a child over frames with the
1150         mouse.
1152         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
1153         all children in *current-root* after moving/resizing a frame.
1155 2010-07-18  Philippe Brochard  <pbrochard@common-lisp.net>
1157         * src/clfswm-util.lisp (delete-focus-window)
1158         (destroy-focus-window): Remove child in parent frame before
1159         stopping it.
1161 2010-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
1163         * src/clfswm-util.lisp (identify-key): Add a timeout in
1164         xlib:process-event.
1165         (mouse-click-to-focus-generic): Use find-child-under-mouse instead
1166         of the window passed by xlib:process-event.
1168         * src/xlib-util.lisp (move-window, resize-window)
1169         (wait-mouse-button-release): Add a timeout in xlib:process-event.
1171 2010-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
1173         * src/clfswm-util.lisp (run-other-window-manager): Add the ability
1174         to launch an other window manager and to return to clfswm.
1176 2010-03-18  Philippe Brochard  <pbrochard@common-lisp.net>
1178         * src/clfswm-layout.lisp (set-tile-space-layout): Set default
1179         to 1%.
1181 2009-12-15  Philippe Brochard  <pbrochard@common-lisp.net>
1183         * src/clfswm.lisp (main-loop): Add a *loop-hook* parameter and a
1184         loop timeout.
1186         * src/clfswm-generic-mode.lisp (generic-mode): Add a loop-hook
1187         parameter and a loop timeout.
1189 2009-12-05  Philippe Brochard  <pbrochard@common-lisp.net>
1191         * src/clfswm.lisp (main): Add an alternate configuration filename
1192         parameter.
1194         * load.lisp: Add a debuging code example.
1196 2009-11-14  Philippe Brochard  <pbrochard@common-lisp.net>
1198         * src/clfswm-configuration.lisp (create-configuration-menu): New
1199         menu to configure all clfswm variables while clfswm is running.
1201 2009-11-12  Philippe Brochard  <pbrochard@common-lisp.net>
1203         * src/clfswm-util.lisp (save-configuration-variables): New
1204         function to save all configuration variables in clfswmrc.
1206 2009-11-11  Philippe Brochard  <pbrochard@common-lisp.net>
1208         * src/clfswm-info.lisp (info-mode): Begining of mouse support in
1209         info mode.
1210         (set-default-info-keys): Add cursor key support in info mode.
1212 2009-11-08  Philippe Brochard  <pbrochard@common-lisp.net>
1214         * contrib/reboot-halt.lisp: Add a Suspend/Reboot/Halt menu in
1215         contrib.
1217         * src/clfswm.lisp (main): Add a read-conf-file-p parameter to
1218         prevent reading the configuration file (this may be useful to
1219         produce the original documentation without user modifications
1220         with the rc configuration file).
1222 2009-11-07  Philippe Brochard  <pbrochard@common-lisp.net>
1224         * src/bindings-second-mode.lisp (set-default-second-keys):
1225         Simplification of Escape key to close/kill/remove the focus window
1226         and unhide all windows.
1228         * src/bindings.lisp (set-default-main-keys): Simplification of
1229         Escape key to close/kill/remove the focus window and unhide all
1230         windows.
1232         * src/clfswm-util.lisp (ask-close/kill-current-window): Add remove
1233         focus and unhide all windows capabilities.
1235 2009-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
1237         * contrib/mpd.lisp (start-gmpc): Add gmpc in the mpd menu.
1239 2009-07-29  Philippe Brochard  <pbrochard@common-lisp.net>
1241         * src/clfswm-layout.lisp (tile-layout, tile-horizontal-layout):
1242         Keep child order and don't make unnecessary child movement.
1243         (one-column-layout, one-line-layout): New layouts.
1245 2009-06-29  Philippe Brochard  <pbrochard@common-lisp.net>
1247         * *: **** Release 0906 ****
1249         * contrib/cd-player.lisp: New file to handle the CD player.
1251         * contrib/xmms.lisp: New file to handle the xmms player.
1253 2009-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
1255         * src/clfswm-layout.lisp (set-no-layout-remember-size): New layout:
1256         Maximize windows in their frame - Leave frames to their actual
1257         size.
1259         * src/bindings-second-mode.lisp (set-default-second-keys): Bind
1260         "o" on set-open-in-new-frame-in-parent-frame-nw-hook.
1262 2009-06-27  Philippe Brochard  <pbrochard@common-lisp.net>
1264         * contrib/keyb_fr.lisp: New file to handle an azerty keyboard.
1266 2009-06-24  Philippe Brochard  <pbrochard@common-lisp.net>
1268         * contrib/mpd.lisp: Use a standard menu.
1270         * src/clfswm-info.lisp: Use a standard menu for the help-menu.
1272 2009-06-22  Philippe Brochard  <pbrochard@common-lisp.net>
1274         * contrib/mpd.lisp: New file to handle the Music Player Daemon (MPD)
1276 2009-06-19  Philippe Brochard  <pbrochard@common-lisp.net>
1278         * src/clfswm-autodoc.lisp (produce-doc, produce-doc-html): Minor
1279         number key cleanup.
1281 2009-06-18  Philippe Brochard  <pbrochard@common-lisp.net>
1283         * src/config.lisp (get-fullscreen-size):  One pixel adjustment
1284         (again).
1286         * src/clfswm-placement.lisp (*-child-placement): One pixel
1287         adjustment (again).
1289 2009-06-16  Philippe Brochard  <pbrochard@common-lisp.net>
1291         * src/clfswm-circulate-mode.lisp (draw-circulate-mode-window):
1292         Ensure that all characters are printable.
1294         * src/config.lisp (get-fullscreen-size): Adjust default fullscreen
1295         sizes.
1297         * src/clfswm-placement.lisp (*-child-placement): Adjust
1298         coordinates to one pixel in the current child.
1300 2009-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
1302         * src/clfswm-query.lisp (query-enter-function): Assign font before
1303         width and height calculation.
1305 2009-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
1307         * src/xlib-util.lisp (banish-pointer): Use with-placement macro to
1308         bannish the pointer in an arbitrary place.
1310         * src/clfswm-info.lisp (info-mode): Use with-placement macro to
1311         place the info window in an arbitrary place.
1313         * src/clfswm-query.lisp (query-enter-function): Use with-placement
1314         macro to place the query window in an arbitrary place.
1316         * src/clfswm-placement.lisp: New file. Allow to place info windows
1317         or query windows on an arbitrary place. Allow to bannish the
1318         pointer on an arbitrary place.
1320 2009-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
1322         * src/clfswm-circulate-mode.lisp (reorder-child)
1323         (reorder-brother): Unfocus windows before reordering children or
1324         brothers.
1326 2009-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1328         * src/clfswm-circulate-mode.lisp (reorder-brother): Ensure that
1329         the parent is a frame.
1331         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Handle
1332         motion with a default modifier.
1334         * src/clfswm.lisp (handle-motion-notify): Handle motion with a
1335         default modifier.
1337         * src/clfswm-info.lisp (info-mode): Handle motion with a default
1338         modifier.
1339         (info-mode): Optimization in loop function.
1341 2009-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
1343         * src/clfswm-circulate-mode.lisp (reorder-brother): Handle
1344         root-frame correctly.
1346         * clfswm.asd: Dependency fix for clfswm-generic-mode.
1348         * src/clfswm-circulate-mode.lisp (reorder-child)
1349         (reorder-brother): Handle empty frames.
1350         (reorder-brother): Redisplay only the parent frame of the  current
1351         child.
1353         * src/clfswm-util.lisp (frame-toggle-maximize): Redisplay only the
1354         parent frame of the  current frame.
1356 2009-05-09  Philippe Brochard  <pbrochard@common-lisp.net>
1358         * src/clfswm-util.lisp (frame-toggle-maximize): New function:
1359         Maximize/Unmaximize the current frame in its parent frame.
1361         * src/clfswm-layout.lisp (maximize-layout): New layout: Maximize
1362         windows and frames in their parent frame.
1364 2009-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
1366         * src/*.lisp: Add support for Clozure Common Lisp (CCL).
1368         * src/clfswm-circulate-mode.lisp (reorder-child)
1369         (reorder-brother): Reinitialise on circulate type change
1370         child to brother or brother to child.
1372         * src/*.lisp (*): Use map-window instead of xlib:map-window. So
1373         calls xlib:display-finish-output on each map-request. So speed up
1374         the window display.
1376         * src/xlib-util.lisp (map-window): New function. Call
1377         xlib:display-finish-output on each map request.
1379 2009-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1381         * src/clfswm-second-mode.lisp (sm-handle-motion-notify):
1382         Optimisation when drawing second mode window.
1384 2009-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
1386         * src/clfswm-circulate-mode.lisp (circulate-mode): Optimisation in
1387         window redraw.
1389 2009-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1391         * src/clfswm-util.lisp (run-program-from-query-string): Launch
1392         command only with a return validation.
1394 2009-04-22  Xavier Maillard  <xma@gnu.org>
1396         * src/clfswm-query.lisp (query-string): Use a generic mode.
1398 2009-04-19  Xavier Maillard  <xma@gnu.org>
1400         * src/clfswm-info.lisp (info-mode): Use generic-mode for info-mode.
1402 2009-04-18  Xavier Maillard  <xma@gnu.org>
1404         * src/clfswm-generic-mode.lisp (generic-mode): Add a generic mode
1405         to define all other modes.
1407 2009-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
1409         * src/package.lisp (): Use *default-font-string* for all
1410         font-string.
1412         * src/clfswm-info.lisp (info-mode): Ensure integer windows size.
1414 2009-02-17  Philippe Brochard  <pbrochard@common-lisp.net>
1416         * src/xlib-util.lisp (null-size-window-p): Better check of null
1417         sized windows.
1419 2009-02-14  Philippe Brochard  <pbrochard@common-lisp.net>
1421         * src/clfswm.lisp (handle-map-request): Add a fix to manage
1422         correctly fullscreen windows (SDL particularly).
1424 2008-12-20  Philippe Brochard  <pbrochard@common-lisp.net>
1426         * src/xlib-util.lisp (get-color): Allocate colors only once -> fix
1427         a segfault with clisp/new-clx.
1429         * src/clfswm.lisp (handle-motion-notify): Add a needed window
1430         argument.
1432         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Add a
1433         needed window argument.
1435 2008-10-30  Philippe Brochard  <pbrochard@common-lisp.net>
1437         * src/xlib-util.lisp (wait-no-key-or-button-press)
1438         (wait-a-key-or-button-press): Check buttons press/release correctly"
1440 2008-10-28  Philippe Brochard  <pbrochard@common-lisp.net>
1442         * src/menu-def.lisp: Add children navigation menu in the movement
1443         menu (select next/previous child/brother/level).
1445 2008-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
1447         *  *: Rename 'sister' frame to 'brother' frame.
1449         * src/clfswm-keys.lisp (unalias-modifiers): Convert a modifier
1450         alias in a real modifier.
1452         * src/package.lisp (*modifier-alias*): New list of modifier alias
1453         For example: :alt is :mod-1, :numlock is :mod-2...
1455         * src/tools.lisp (remove-hook): New function.
1457         * src/clfswm-keys.lisp (with-capslock, without-capslock)
1458         (with-numlock, without-cnumlock): New functions.
1460 2008-10-25  Philippe Brochard  <pbrochard@common-lisp.net>
1462         * src/clfswm-info.lisp: Use the *binding-hook* to create info
1463         keys and mouse bindings.
1465         * src/bindings-second-mode.lisp: Use the *binding-hook* to create
1466         second keys and mouse bindings.
1468         * src/bindings.lisp: Use the *binding-hook* to create main keys
1469         and mouse bindings.
1471 2008-10-10  Philippe Brochard  <pbrochard@common-lisp.net>
1473         * src/clfswm-menu.lisp (open-menu): Remember parent menu to undo
1474         menu opening.
1476 2008-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
1478         * src/menu-def.lisp: Use a menu instead of a function for the
1479         standard menu.
1481 2008-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
1483         * src/clfswm-util.lisp (show-standard-menu): Display the standard
1484         menu from the 'update-menus' command.
1486 2008-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
1488         * src/clfswm-query.lisp (query-string): Do not ungrab keyboard if
1489         it's already grabbed.
1491         * src/clfswm-internal.lisp (display-frame-info): Use configurable
1492         colors and fix a bug with background.
1493         (display-frame-info): Set window background when displaying info.
1495 2008-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
1497         * src/xlib-util.lisp (my-character->keysyms): Use a macro to avoid
1498         warning with clisp/new-clx.
1500 2008-10-04  Philippe Brochard  <pbrochard@common-lisp.net>
1502         * src/clfswm-util.lisp (jump-to-slot): Prevent to jump on a
1503         deleted child.
1505 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
1507         * *: **** Release 0809 ****
1509 2008-09-23  Philippe Brochard  <pbrochard@common-lisp.net>
1511         * src/clfswm-util.lisp (ensure-unique-name): New function and menu
1512         entry.
1513         (ensure-unique-number): New function and menu entry.
1515 2008-09-22  Philippe Brochard  <pbrochard@common-lisp.net>
1517         * src/clfswm-nw-hooks.lisp (named-frame-nw-hook): New new window
1518         hook: open the next window in a named frame.
1519         (numbered-frame-nw-hook): New new window hook: open the next
1520         window in a numbered frame.
1522         * src/clfswm-query.lisp (query-string): Grab the keyboard in all
1523         cases. So query-string can be called even in the main mode.
1525         * src/clfswm-internal.lisp (show-all-children): Do not raise a
1526         child by default => far less flickering.
1528 2008-09-19  Philippe Brochard  <pbrochard@common-lisp.net>
1530         * src/bindings-second-mode.lisp: Bind "t" to tile-current-frame.
1532         * src/menu-def.lisp: Change key binding for the CLFSWM menu
1533         entry.
1535         * src/xlib-util.lisp (xgrab-pointer): Handle the case where cursor
1536         is nil. (workaround on some CLX implementation).
1538 2008-09-12  Philippe Brochard  <pbrochard@common-lisp.net>
1540         * src/menu-def.lisp: Add a menu to set a focus policy for all
1541         frames.
1543         * src/clfswm-util.lisp (set-focus-policy-generic-for-all)
1544         (all-frames-set-*-focus-policy): Set a focus policy for all
1545         frames.
1547         * src/clfswm.lisp (handle-enter-notify): sloppy-select
1548         mode. Select a child and its parents on mouse over.
1550 2008-09-03  Philippe Brochard  <pbrochard@common-lisp.net>
1552         * src/clfswm.lisp (handle-enter-notify): Add a sloppy strict focus
1553         policy -> Sloppy focus only for windows in the current frame.
1554         (main-unprotected): Exit clfswm on init error (ie: when another
1555         window manager is running).
1557         * src/clfswm-util.lisp (reset-clfswm): New function.
1559 2008-09-02  Philippe Brochard  <pbrochard@common-lisp.net>
1561         * src/clfswm-menu.lisp (init-menu): New function.
1563         * src/clfswm-util.lisp (reload-clfswm): New function to reload
1564         CLFSWM.
1565         (exit-clfswm): Rename quit-clfswm to exit-clfswm.
1567         * src/clfswm.lisp (main, main-unprotected): Handle error in a
1568         superior main function. Now CLFSWM can't break the X session. It
1569         just reinitialize the display and run a new main loop.
1571         * src/clfswm-corner.lisp: Make *clfswm-terminal* and
1572         *vt-keyboard-on* global to avoid warnings when loading clfswm.
1574         * src/clfswm-layout.lisp: Add a specific GIMP layout menu.
1575         (help-on-gimp-layout): Describe how to use the GIMP layout.
1577 2008-09-01  Philippe Brochard  <pbrochard@common-lisp.net>
1579         * src/clfswm-layout.lisp (set-gimp-layout): Change the layout to
1580         main-window-right-layout. Change the keybinding for (shift)alt+tab
1581         to not select windows in the main window lisst.
1582         Bind F8 to add a window in the main window list.
1583         Bind F9 to remove a window in the main window list.
1584         Change the focus policy to :sloppy.
1585         (set-previous-layout): Restore the previous layout, keybinding and
1586         focus policy.
1588 2008-08-31  Philippe Brochard  <pbrochard@common-lisp.net>
1590         * src/clfswm-menu.lisp (add-menu-comment): Add comments in menu.
1592         * src/clfswm-layout.lisp (main-window-left-layout)
1593         (main-window-bottom-layout, main-window-top-layout): New
1594         functions.
1595         Factorize layouts in menu.
1597 2008-08-30  Philippe Brochard  <pbrochard@common-lisp.net>
1599         * src/clfswm-layout.lisp (main-window-right-layout): A possible
1600         GIMP layout: one or more main windows on one side of the
1601         frame. Others on the other size.
1603         * src/clfswm-util.lisp
1604         (current-frame-set-click/sloppy-focus-policy): Each frame can have
1605         a different focus policy (one of :click or :sloppy).
1606         The default focus policy is set with *default-focus-policy*.
1608 2008-08-23  Philippe Brochard  <pbrochard@common-lisp.net>
1610         * src/clfswm-info.lisp (show-config-variable): New function.
1612 2008-08-19  Philippe Brochard  <pbrochard@common-lisp.net>
1614         * src/clfswm-layout.lisp (tile-horizontal-layout): New layout.
1616         * src/clfswm-info.lisp: Colored help for key binding and corners
1617         actions.
1619 2008-08-18  Philippe Brochard  <pbrochard@common-lisp.net>
1621         * src/clfswm-util.lisp (delete-focus-window)
1622         (destroy-focus-window): Remove chid only in
1623         handle-unmap/destroy-notify. Focus *current-root* only when
1624         closing/killing the current child.
1626         * src/clfswm-autodoc.lisp (produce-corner-*-doc): New autodoc
1627         functions or corners.
1629 2008-08-17  Philippe Brochard  <pbrochard@common-lisp.net>
1631         * src/clfswm-corner.lisp (present-clfswm-terminal): New corner
1632         action: Hide/Unhide a terminal on mouse corner action. (By default
1633         right mouse button on the top left corner).
1635         * src/config.lisp (*never-managed-window-list*): New config
1636         variable.
1638         * src/clfswm-internal.lisp (never-managed-window-p): New function:
1639         Handle never managed window in a more simple way.
1641         * src/clfswm-corner.lisp: New file and new and more simple method
1642         to define corners actions.
1644 2008-08-15  Philippe Brochard  <pbrochard@common-lisp.net>
1646         * src/clfswm-info.lisp (info-mode): Info line can now be colored.
1648         * src/clfswm-layout.lisp (fast-layout-switch)
1649         (define-fast-layout-switch): New functions: Switch between two
1650         layouts.
1652         * src/clfswm-second-mode.lisp (leave-second-mode): Takes care if
1653         really in the second mode. So leave-second-mode can be used even
1654         in the main mode.
1656         * src/clfswm-util.lisp (switch-to-last-child): New function:
1657         Store the current child and switch to the previous one.
1659 2008-07-16  Philippe Brochard  <pbrochard@common-lisp.net>
1661         * src/clfswm-util.lisp (display-current-window-info): Display the
1662         window id.
1663         (have-to-present-virtual-keyboard): Add a virtual keyboard corner
1664         (top right by default). By default 'xvkbd' is used.
1666 2008-06-28  Philippe Brochard  <pbrochard@common-lisp.net>
1668         * src/xlib-util.lisp (move-window, resize-window): Compress motion
1669         events.
1671         * src/clfswm.lisp (handle-motion-notify): Compress motion events.
1673         * src/clfswm-second-mode.lisp (sm-handle-motion-notify): Compress
1674         motion events.
1676         * src/clfswm-info.lisp (info-mode): Compress motion events.
1678 2008-06-21  Philippe Brochard  <pbrochard@common-lisp.net>
1680         * src/clfswm-internal.lisp (show-all-children): Compute geometry
1681         and selection first and then show only necessary children.
1682         (show-child): remove unneeded display-p parameter.
1684         * src/config.lisp (get-fullscreen-size): Place the frame border
1685         outside the screen (this prevent the loose of 2 pixels per
1686         directions :)
1688 2008-06-12  Philippe Brochard  <pbrochard@common-lisp.net>
1690         * src/clfswm-internal.lisp (focus-child): Algorithm change to
1691         raise only the selected child.
1693 2008-06-08  Philippe Brochard  <pbrochard@common-lisp.net>
1695         * src/clfswm-internal.lisp (raise-p-list, show-all-children):
1696         Raise only viewable children.
1698 2008-06-06  Philippe Brochard  <pbrochard@common-lisp.net>
1700         * src/clfswm-internal.lisp (show-all-children): Always raise all
1701         displayed children. Remove all references to raise-p.
1703 2008-06-04  Philippe Brochard  <pbrochard@common-lisp.net>
1705         * src/menu-def.lisp (child-menu): New menu entry on raise/lower
1706         child in its frame.
1708         * src/bindings-second-mode.lisp ("Page_Down", "Page_Up"): New
1709         second mode binding on raise/lower child in its frame.
1711         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): Adapt
1712         behaviour to the new raise/lower property.
1713         Call clear-nw-hook before the rest of the hook.
1715         * src/bindings.lisp (mouse-click-to-focus-and-move-window)
1716         (mouse-click-to-focus-and-resize-window): Stop button event. This
1717         prevent a keyboard/pointer freeze.
1719 2008-06-03  Philippe Brochard  <pbrochard@common-lisp.net>
1721         * src/clfswm-internal.lisp (frame-lower-child)
1722         (frame-raise-child): New functions to raise/lower a child in its
1723         frame.
1725         * src/clfswm-util.lisp (have-to-present-windows)
1726         (have-to-present-all-windows): New functions to have an MaxOS
1727         expose like on mouse click in screen corner.
1729         * src/clfswm-info.lisp ("Page_Down", "Page_Up"): Add boundaries.
1731 2008-05-30  Philippe Brochard  <pbrochard@common-lisp.net>
1733         * src/clfswm-util.lisp (unhide-a-child-from-all-frames): Unhide a
1734         child from a choice in all frames with hidden children.
1736         * src/clfswm-info.lisp (info-mode-menu): Handle separators.
1738 2008-05-28  Philippe Brochard  <pbrochard@common-lisp.net>
1740         * src/clfswm-util.lisp (hide-current-child, unhide-a-child)
1741         (unhide-all-children): New functions.
1743         * src/clfswm-info.lisp (info-mode-menu): Handle symbols and
1744         functions.
1746         * src/clfswm-util.lisp (hide/show-frame-window): new function and
1747         menu item.
1749 2008-05-23  Philippe Brochard  <pbrochard@common-lisp.net>
1751         * src/clfswm-util.lisp (rename-current-child): Do not display the
1752         frame info for a window.
1754 2008-05-20  Philippe Brochard  <pbrochard@common-lisp.net>
1756         * src/clfswm-internal.lisp (remove-child-in-frame): Destroy the
1757         frame window for the removed child and its children.
1759 2008-05-18  Philippe Brochard  <pbrochard@common-lisp.net>
1761         * src/clfswm-autodoc.lisp (produce-*-doc-*): Add a note to use the
1762         autodoc functions.
1764 2008-05-17  Philippe Brochard  <pbrochard@common-lisp.net>
1766         * src/clfswm-nw-hooks.lisp (default-frame-nw-hook): Do not handle
1767         the ROX pinboard (ie: leave it lowered in the root window as
1768         expected).
1770         * src/clfswm-layout.lisp (tile-left-space-layout): New layout.
1771         (tile-left-layout, tile-right-layout, tile-top-layout)
1772         (tile-bottom-layout): Use all the frame space when there is only
1773         one child.
1775         * src/clfswm-internal.lisp (place-window-from-hints): Center
1776         unmanaged windows in the root screen.
1778         * src/clfswm-nw-hooks.lisp (clear-nw-hook, clear-all-nw-hooks):
1779         new functions.
1781 2008-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
1783         * src/clfswm-util.lisp (current-frame-manage-window-type): Fix a
1784         typo in managed types.
1786         * src/clfswm-internal.lisp (show-child): Always display frame info
1787         even if the frame is hidden.
1789         * src/xlib-util.lisp (resize-window): Use a better algorithme to
1790         resize windows.
1792 2008-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
1794         * src/clfswm-util.lisp (with-movement): Display frame info for all
1795         frames in current root.
1797 2008-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
1799         * src/*.lisp: Rename 'brother' frames to 'sister' frames.
1801         * src/bindings-second-mode.lisp (define-second-key #\a): New
1802         binding on 'add-default-frame'.
1804         * src/clfswm-autodoc.lisp (produce-*-doc-*-in-file): Show a
1805         message to follow the autodocumentation process.
1807 2008-05-10  Philippe Brochard  <pbrochard@common-lisp.net>
1809         * src/clfswm-util.lisp (bind-or-jump): Bind "Tab", "Return" and
1810         "Space" to jump to a child. "B" to bind a slot on the current
1811         child.
1813         * src/bindings-second-mode.lisp: Use "Tab" instead of
1814         "Iso_Left_Tab".
1816 2008-05-07  Philippe Brochard  <pbrochard@common-lisp.net>
1818         * src/clfswm-util.lisp (find-child-under-mouse): Take care of
1819         unmanaged (hidden) windows.
1821         * src/clfswm-internal.lisp (place-window-from-hints): Give a
1822         minimal size for windows.
1823         (with-all-windows-frames-and-parent): New function.
1825         * src/config.lisp (*default-window-width/height*): New parameters.
1827         * src/clfswm-internal.lisp (place-window-from-hints): Center
1828         windows in the screen instead of in their frame.
1830         * src/bindings-second-mode.lisp (tile-space-current-frame): New
1831         binding on C-t.
1833         * src/clfswm-layout.lisp (register-layout): Intern the once name
1834         in the right package.
1836 2008-05-05  Philippe Brochard  <pbrochard@common-lisp.net>
1838         * doc/dot-clfswmrc: Update to  follow the new clfswm way.
1840 2008-05-03  Philippe Brochard  <pbrochard@common-lisp.net>
1842         * src/clfswm-internal.lisp (set-current-child)
1843         (adapt-child-to-parent, show-child, hide-child): Handle the case
1844         where child is not a frame or a window.
1846         * src/clfswm-util.lisp
1847         (mouse-click-to-focus-generic,mouse-focus-move/resize-generic):
1848         Check if child is a frame.
1850         * src/clfswm-internal.lisp (managed-window-p): Handle the case
1851         where frame is null.
1852         (place-frame): Check if frame and parent are frames.
1854         * src/clfswm-info.lisp (info-mode): display all frame info before
1855         leaving.
1857         * src/clfswm-second-mode.lisp (second-key-mode): display all frame
1858         info before leaving.
1860         * src/clfswm-internal.lisp (display-all-frame-info): New function.
1862 2008-05-02  Philippe Brochard  <pbrochard@common-lisp.net>
1864         * src/tools.lisp (getenv): Implemented for ECL.
1865         (urun-prog): Implemented for ECL.
1867         * src/clfswm-util.lisp (identify-key): Use a double buffer to
1868         display text.
1870         * src/clfswm-query.lisp (query-string): Use a double buffer to
1871         display text.
1873         * src/clfswm-info.lisp (draw-info-window): Use a double buffer to
1874         display text.
1876         * src/xlib-util.lisp (clear-pixmap-buffer, copy-pixmap-buffer):
1877         New functions.
1879 2008-05-01  Philippe Brochard  <pbrochard@common-lisp.net>
1881         * src/clfswm-info.lisp (info-mode): Add boundaries in the info mode window.
1883         * src/menu-def.lisp: New file: move all menu definition in
1884         menu-def.lisp.
1886         * src/clfswm-layout.lisp (register-layout): Use a function instead
1887         of a macro.
1889 2008-04-30  Philippe Brochard  <pbrochard@common-lisp.net>
1891         * src/clfswm-autodoc.lisp (produce-menu-doc,
1892         (produce-menu-doc-html): New functions.
1893         (produce-doc-*): Moved to clfswm-autodoc.lisp.
1895         * src/clfswm-util.lisp (paste-selection-no-clear): Prevent to
1896         paste a child on one of its own children. (this prevent a
1897         recursive bug).
1898         (move-child-to): Rename move/copy-current-child-by to
1899         move/copy-child-to.
1900         (mouse-move-window-over-frame): New function to move the window
1901         under the mouse cursor to another frame.
1903         * src/clfswm-internal.lisp (find-child-in-parent): New function.
1905 2008-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
1907         * src/clfswm-internal.lisp (show-all-children): Display unmanaged
1908         windows only when its window parent is the current child.
1910 2008-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
1912         * src/clfswm-util.lisp (manage-current-window)
1913         (unmanage-current-window): New functions: Allow to force to manage
1914         or unmanage a window by its parent frame.
1916         * src/bindings-second-mode.lisp (#\o): binded to
1917         set-open-in-new-frame-in-parent-frame-nw-hook and
1918         (#\o :control) to set-open-in-new-frame-in-root-frame-nw-hook
1920         * src/clfswm-util.lisp (with-current-window): New macro.
1922         * src/xlib-util.lisp (move-window, resize-window): Remove uneeded
1923         exposure and enter-window handle event.
1925         * src/clfswm-util.lisp (move-frame, resize-frame): Show all
1926         children for the current child after the move/resize.
1928 2008-04-27  Philippe Brochard  <pbrochard@common-lisp.net>
1930         * src/xlib-util.lisp (resize-window): Take care of window size
1931         hints.
1933         * src/clfswm-util.lisp (mouse-focus-move/resize-generic): Allow to
1934         move/resize unmanaged windows.
1936         * src/xlib-util.lisp (move-window, resize-window): New functions.
1938 2008-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
1940         * src/clfswm-util.lisp (current-frame-manage-window-type): Let the
1941         user choose what window type the current frame must handle.
1942         (display-current-window-info): New function.
1943         (current-frame-manage-all-window-type)
1944         (current-frame-manage-only-normal-window-type)
1945         (current-frame-manage-no-window-type): New functions.
1947         * src/clfswm-internal.lisp (managed-window-p): New function.
1949         * src/package.lisp (frame): Managed type: new frame
1950         parameter. This allow to choose what window type a frame must
1951         handle.
1953         * src/*.lisp: Rename all 'father' occurrences to 'parent'.
1955         * src/clfswm-nw-hooks.lisp
1956         (open-in-new-frame-in-parent-frame-nw-hook): New new window hook.
1958         * src/clfswm-util.lisp (adapt-current-frame-to-window-hints): New
1959         function.
1961         * src/tools.lisp (ensure-printable): Return always a string even
1962         with a null string.
1964 2008-04-24  Philippe Brochard  <pbrochard@common-lisp.net>
1966         * src/config.lisp (*default-nw-hook*): New variable to change the
1967         default new window hook.
1969 2008-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
1971         * clfswm.asd (clfswm): Add a dependency from
1972         clfswm-second-mode.lisp to clfswm.lisp.
1974         * src/clfswm-util.lisp (identify-key): Show the documentation for
1975         the function bound on a key.
1976         (with-movement): Move with-movement,
1977         current-frame-fill/pack/resize-*  from bindings-second-mode.lisp
1978         to clfswm-util.lisp.
1980         * src/clfswm-menu.lisp: New menu system that let user change keys
1981         or functions associated to keys.
1983 2008-04-18  Philippe Brochard  <pbrochard@common-lisp.net>
1985         * src/clfswm-internal.lisp (show-all-children): Display-child is
1986         the first child by default. Solve a bug with father-p.
1988 2008-04-17  Philippe Brochard  <pbrochard@common-lisp.net>
1990         * src/clfswm-internal.lisp (add-frame): Add frame return the
1991         created frame.
1992         (show-all-children): Move the size computation outside the
1993         show-child part.
1995         * src/bindings-second-mode.lisp (with-movement): Redisplay only
1996         the current child.
1998         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Redisplay
1999         only the current child.
2001         * src/clfswm-internal.lisp (show-all-children): New display-child
2002         parameter to display only the desired child and its children.
2003         (select-next/previous-child): Only display the current child.
2005 2008-04-14  Philippe Brochard  <pbrochard@common-lisp.net>
2007         * src/clfswm.lisp (init-display): Move the default frame creation
2008         on the default init hook.
2010         * src/clfswm-keys.lisp (define-ungrab/grab): Handle all keysyms in
2011         the main mode (for example: "1" on an azerty keyboard).
2013 2008-04-13  Philippe Brochard  <pbrochard@common-lisp.net>
2015         * src/clfswm-keys.lisp (find-key-from-code): Better handle of
2016         keysyms. Revert to old grabbing method for the main mode.
2018 2008-04-12  Philippe Brochard  <pbrochard@common-lisp.net>
2020         * src/clfswm.lisp (init-display): Add key handling on no focus
2021         window and on frame windows.
2023 2008-04-11  Philippe Brochard  <pbrochard@common-lisp.net>
2025         * src/clfswm.lisp (main): Keyboard handle strategie change: Grab
2026         all keys by default and replay just what is needed. No change for
2027         the second mode.
2029         * src/clfswm-keys.lisp: remove grab/ungrab main keys.
2030         (find-key-from-code): Test for shift and not shift presence.
2032 2008-04-09  Philippe Brochard  <pbrochard@common-lisp.net>
2034         * src/clfswm-internal.lisp (switch-to-root-frame): show later -
2035         new key parameter to have less flickering.
2037 2008-04-07  Philippe Brochard  <pbrochard@common-lisp.net>
2039         * src/bindings-second-mode.lisp (frame-layout-once-menu): Set the
2040         layout only one time and revert to no-layout to freely handle
2041         frames.
2043         * src/clfswm-nw-hooks.lisp
2044         (open-in-new-frame-in-root-frame-nw-hook): Tile layout with spaces
2045         with new created window.
2047         * src/clfswm-layout.lisp (register-layout): Now register
2048         automatically a once layout to set the layout only one time and
2049         revert to no-layout to freely handle frames.
2051 2008-04-05  Philippe Brochard  <pbrochard@common-lisp.net>
2053         * src/clfswm-nw-hooks.lisp (leave-focus-frame-nw-hook): New
2054         nw-hook: Open the next window in the current frame and leave the
2055         focus to the current child.
2057 2008-04-04  Philippe Brochard  <pbrochard@common-lisp.net>
2059         * src/bindings-second-mode.lisp: Add keys definitions to
2060         bind-or-jump in the second mode.
2062         * src/clfswm-util.lisp (bind-or-jump): remove the auto-defining
2063         macro for bind-or-jump-(1|2|3...).
2065         * src/clfswm-keys.lisp (define-define-key/mouse): Allow additional
2066         arguments to function. This allow to do things like:
2067         (define-main-key (key) 'my-function 10 20 'foo) -> 10 20 and 'foo
2068         are passed to my-function on key press.
2070 2008-04-03  Philippe Brochard  <pbrochard@common-lisp.net>
2072         * src/clfswm-util.lisp (bind-or-jump): New (great) function.
2074 2008-04-02  Philippe Brochard  <pbrochard@common-lisp.net>
2076         * src/clfswm-internal.lisp (child-fullname): New function
2078         * src/clfswm-info.lisp (info-mode-menu): Add an explicit optional
2079         docstring in info-mode-menu. An item can be
2080         '((key function) (key function)) or with docstring
2081         '((key function "documentation 1") (key function "bla bla") (key function))
2083         * src/tools.lisp (ensure-n-elems): New function.
2085         * src/bindings-second-mode.lisp: Bind Alt+mouse-1/3 to move or
2086         resize a frame or the window's father.
2088         * src/clfswm.lisp (init-display): Remove tile-space-layout by
2089         default on the root frame.
2091         * src/clfswm-util.lisp (move/resize-frame): Add standard event
2092         hooks handlers (map-request, configure-notify...)
2094         * src/clfswm-internal.lisp (adapt-child-to-father): Limit minimal
2095         child size to 1x1.
2097 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
2099         * src/bindings.lisp: Bind Alt+mouse-1/3 to move or resize a frame
2100         or the window's father.
2102         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Stop button
2103         event only if there is a geometry change.
2104         (mouse-focus-move/resize-generic): Generic function to move or
2105         resize a frame or a window father frame.
2107 2008-04-01  Philippe Brochard  <pbrochard@common-lisp.net>
2109         * src/clfswm-internal.lisp (show-all-children): Return t if there
2110         is a geometry change.
2112 2008-03-30  Philippe Brochard  <pbrochard@common-lisp.net>
2114         * src/bindings.lisp (Up/Down): Swap select previous/next level.
2116         * src/bindings-second-mode.lisp (Up/Down): Swap select previous/next level.
2118         * src/clfswm.lisp (init-display): Create a default frame in the root frame.
2120         * src/clfswm-internal.lisp (place-frame): Place frame from real (pixel) coordinates.
2121         (with-all-*): Reverse the child list to manage the first child last (like in
2122         show-all-children).
2124         * src/config.lisp (*create-frame-on-root*): New variable: Create a new frame on the
2125         root window only if true.
2127         * src/clfswm-util.lisp (mouse-click-to-focus-generic): Create a new frame on the
2128         root window only if *create-frame-on-root* is true.
2130         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Create a new frame
2131         on the root window.
2133 2008-03-29  Philippe Brochard  <pbrochard@common-lisp.net>
2135         * src/bindings-second-mode.lisp (sm-mouse-click-to-focus-generic): Focus, move and resize
2136         the current child (even if it's a window).
2138 2008-03-28  Philippe Brochard  <pbrochard@common-lisp.net>
2140         * src/clfswm-util.lisp (mouse-click-to-focus-and-move)
2141         (mouse-click-to-focus-and-resize): New functions.
2143         * src/clfswm-internal.lisp (*-fl->px): Convert float coordinates to pixel.
2144         (*-px->fl): Convert pixel coordinates to float.
2146         * src/tools.lisp (call-hook): Move call-hook to tools.lisp.
2148 2008-03-27  Philippe Brochard  <pbrochard@common-lisp.net>
2150         * src/clfswm-layout.lisp (no-layout): Use :first-only to raise only the
2151         first child.
2153         * src/clfswm-internal.lisp (hide-all): Split hide-all-children in hide-all
2154         and hide-all-children.
2155         (raise-if-needed): New function.
2156         (show-child): Use a first-p parameter to raise windows only when they are
2157         first child.
2159 2008-03-26  Philippe Brochard  <pbrochard@common-lisp.net>
2161         * src/clfswm-internal.lisp (select-next/previous-level): Don't use show-all-children
2162         -> less flickering.
2164 2008-03-25  Philippe Brochard  <pbrochard@common-lisp.net>
2166         * src/clfswm-info.lisp (keys-from-list): new function.
2168         * src/*: rename 'childs' in 'children'.
2170         * src/*: rename 'group' in 'frame'.
2172 2008-03-22  Philippe Brochard  <pbrochard@common-lisp.net>
2174         * src/clfswm-pack.lisp (explode-group/explode-current-group): new functions.
2176 2008-03-21  Philippe Brochard  <pbrochard@common-lisp.net>
2178         * src/clfswm-pack.lisp: Pack, Fill, Resize functions.
2180 2008-03-16  Philippe Brochard  <pbrochard@common-lisp.net>
2182         * src/clfswm-nw-hooks.lisp: Register system for new window hooks.
2183         Bind control+o to open the next window in a new group in the root group
2184          (as open in next window in a new workspace in 0801 version).
2186 2008-03-15  Philippe Brochard  <pbrochard@common-lisp.net>
2188         * src/clfswm-util.lisp (show/hide-all-groups-info/key): Show/hide all groups info
2189         window.
2191 2008-03-14  Philippe Brochard  <pbrochard@common-lisp.net>
2193         * bindings-second-mode.lisp ("ISO_Left_Tab"): Use ISO_Left_Tab
2194         instead of Tab for select-previous-child.
2196 2008-03-13  Philippe Brochard  <pbrochard@common-lisp.net>
2198         * clfswm-util.lisp (force-window-in-group/force-window-center-in-group):
2199         new functions.
2201 2008-03-11  Philippe Brochard  <pbrochard@common-lisp.net>
2203         * clfswm-util.lisp (identify-key): Display the documentation
2204         associated to keys when identifying a key.
2206 2008-03-10  Xavier Maillard  <xma@gnu.org>
2208         * contrib/clfswm: Complete rewrite of the script. Detect error and
2209         act accordingly. Add command line arguments to configure the
2210         script execution. User can now choose different common lisp
2211         implementation (clisp and sbcl only), choose where to store the
2212         dumped image, where to find clfswm source.
2214 2008-03-09  Philippe Brochard  <pbrochard@common-lisp.net>
2216         * clfswm-internal.lisp (process-new-window): Beginning of new
2217         window hook: each group have a hook to tell what he wants to do
2218         with the new created window.
2220 2008-03-08  Xavier Maillard  <xma@gnu.org>
2222         * contrib/clfswm: New script. Dump a CLISP image of CLFSWM then
2223         call the resulting executable.
2225         * clfswm.lisp (read-conf-file): Check for the user config file in
2226         XDG_CONFIG_HOME *first*. Freedesktop.org standards should be
2227         prefered whenever possible.
2229 2008-02-27  Philippe Brochard  <pbrochard@common-lisp.net>
2231         * clfswm-layout.lisp (*-layout): Add an optional raise-p
2232         parameter in each layout.
2234 2008-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
2236         * clfswm-util.lisp (copy/cut-current-child): Does not affect the
2237         root group.
2238         (copy/move-current-child-by-name/number): new functions
2239         (focus-group-by-name/number): new functions
2240         (delete-group-by-name/number): new functions
2242 2008-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
2244         * ************************************************************ *
2245         *: Major update - No more reference  to workspaces. The main   *
2246         structure is a tree of groups or application windows.          *
2247         * ************************************************************ *
2249 2008-02-07  Philippe Brochard  <pbrochard@common-lisp.net>
2251         * clfswm.lisp (read-conf-file): Read configuration in
2252         $HOME/.clfswmrc or in /etc/clfswmrc or in
2253         $XDG_CONFIG_HOME/clfswm/clfswmrc.
2254         (xdg-config-home): Return the content of $XDG-CONFIG-HOME (default
2255         to $HOME/.config/).
2257 2008-01-18  Philippe Brochard  <pbrochard@common-lisp.net>
2259         * clfswm-internal.lisp (show-all-group): Use *root* and *root-gc*
2260         by default.
2262 2008-01-03  Philippe Brochard  <pbrochard@common-lisp.net>
2264         * clfswm-internal.lisp (find-window-group): New function.
2266         * clfswm*: Change to make clfswm run with clisp/new-clx.
2268 2008-01-01  Philippe Brochard  <pbrochard@common-lisp.net>
2270         * clfswm-util.lisp (query-show-paren): Add show parent matching in
2271         query string.
2272         (query-string): Bind control+k to delete end of line.
2274         * clfswm-second-mode.lisp (draw-second-mode-window): Display
2275         the action on mouse motion in second mode.
2277         * clfswm.lisp (handle-exposure): Redisplay groups on exposure
2278         event but do not clear the root window.
2279         (handle-configure-request): Adjust unmanaged window from their
2280         request.
2282         * clfswm-internal.lisp (process-new-window): Adjust new window
2283         with the specified hints (max/min/base width/height).
2285 2007-12-31  Philippe Brochard  <pbrochard@common-lisp.net>
2287         * clfswm.lisp (handle-configure-request): Send an Configuration
2288         Notify event. This solve a bug with xterm and rxvt who takes some
2289         times to be mapped. Now there is no delay.
2291         * bindings-second-mode.lisp (define-shell): Run programs after
2292         living the second mode.
2294 2007-12-30  Philippe Brochard  <pbrochard@common-lisp.net>
2296         * clfswm-internal.lisp (process-new-window): Do not crop transient
2297         window to group size.
2298         (adapt-window-to-group): Do not crop transient window to group
2299         size.
2301         * clfswm.lisp (handle-configure-request): Adapt just the window to
2302         its group and don't take care of the configure request. Remove the
2303         bug with the Gimp outside the group and speed up the window
2304         manipulation.
2305         (handle-exposure): Remove show-all-group on exposure event
2306         -> Speed up.
2308 2007-12-29  Philippe Brochard  <pbrochard@common-lisp.net>
2310         * clfswm-util.lisp (circulate-group-up-copy-window)
2311         (circulate-group-down-copy-window)
2312         (circulate-workspace-up-copy-group)
2313         (circulate-workspace-down-copy-group): Prevent the copy of the
2314         same window in the same workspace.
2316         * bindings-second-mode.lisp (release-copy-selected-window)
2317         (release-copy-selected-group): Prevent the copy of the same window
2318         in the same workspace.
2320         * clfswm-pager.lisp (generic-pager-move-window-on-previous-line)
2321         (generic-pager-move-window-on-next-line): Remove the copy
2322         property.
2323         (generic-pager-move-group-on-next-workspace)
2324         (generic-pager-move-group-on-previous-workspace): Prevent the copy
2325         of the same window in the same workspace.
2327         * bindings-pager.lisp (mouse-pager-copy-selected-window-release)
2328         (mouse-pager-copy-selected-group-release): Prevent the copy of the
2329         same window in the same workspace.
2331         * tools.lisp (setf/=): new macro to set a variable only when
2332         necessary.
2334         * clfswm-internal.lisp (adapt-window-to-group): use set/= to set
2335         x, y... only when necessary.
2337 2007-12-28  Philippe Brochard  <pbrochard@common-lisp.net>
2339         * clfswm.lisp (handle-configure-notify, *configure-notify-hook*):
2340         new function and hook: force windows to stay in its group (solve a
2341         bug with the Gimp).
2343 2007-12-25  Philippe Brochard  <pbrochard@common-lisp.net>
2345         * bindings-second-mode.lisp (mouse-motion): use hide-group to have
2346         less flickering when moving/resizing groups.
2348         * clfswm-internal.lisp (hide-group): new function.
2349         (show-all-group): clear-all: new parameter.
2351 2007-12-22  Philippe Brochard  <pbrochard@common-lisp.net>
2353         * clfswm-keys.lisp (define-define-key): undefine-*-multi-name: new
2354         macro.
2355         * clfswm*: Color change for the pager. Typo or better description
2356         in bindings definitions. Define bindings for a qwerty keyboard by
2357         default. dot-clfswmrc show examples to switch to an azerty
2358         keyboard.
2359         License change to GPL v3.
2360         * config.lisp: new file - group all globals variables in this
2361         file.
2363 2007-08-26  Philippe Brochard  <pbrochard@common-lisp.net>
2365         * xlib-util.lisp (hide-window): Remove structure-notivy events
2366         when hidding a window.
2368 2007-05-16  Philippe Brochard  <pbrochard@common-lisp.net>
2370         * package.lisp (*sm-property-notify-hook*): Readded
2371         property-notify-hook in second mode.
2373 2007-05-15  Philippe Brochard  <pbrochard@common-lisp.net>
2375         * clfswm-keys.lisp (produce-doc-html): Better clean up for strings.
2377 2007-05-13  Philippe Brochard  <pbrochard@common-lisp.net>
2379         * clfswm-pack.lisp (tile-current-workspace-to/right/left/top/bottom):
2380         Tile the current workspace with the current window on one side and
2381         others on the other (this emulate the larswm, dwm, wmii way). See
2382         the default configuration file to enable this mode by default.
2384         * clfswm-pager.lisp (pager-tile-current-workspace-to): idem for
2385         the pager.
2387 2007-05-12  Philippe Brochard  <pbrochard@common-lisp.net>
2389         * clfswm-pager.lisp (pager-draw-window-in-group): Add
2390         ensure-printable to print windows name even with non-ascii
2391         characters.
2393 2007-05-11  Philippe Brochard  <pbrochard@common-lisp.net>
2395         * clfswm-pager.lisp (pager-explode-current-group): Create a new
2396         group for each window in group.
2397         (pager-implode-current-group): Move all windows in workspace to
2398         one group and remove other groups.
2400         * clfswm-pack.lisp (explode-group): Create a new group for each
2401         window in group.
2402         (implode-group): Move all windows in workspace to one group and
2403         remove other groups.
2405         * clfswm-util.lisp (identify-key): Remove local configuration
2406         variables and made them available for configuration from
2407         package.lisp.
2408         (query-string): idem.
2410 2007-04-29  Philippe Brochard  <pbrochard@common-lisp.net>
2412         * netwm-util.lisp: Start of NetWM compliance.
2413         Add a Netwm client list gestion.
2415 2007-04-28  Philippe Brochard  <pbrochard@common-lisp.net>
2417         * clfswm-internal.lisp (create-group-on-request): open a new group
2418         only when the current group is not empty.
2420         * bindings-second-mode.lisp (define-second-key-#\o-control): Fix a
2421         bug with null workspace.
2423         * clfswm-pager.lisp (pager-handle-event): Add a hook
2424         system. This hooks can be changed in the user configuration file.
2426         * package.lisp: All colors and font variables are set in
2427         package.lisp and can be configured in the user configuration
2428         file.
2429         Note: If you have configured some less ugly colors (esp. for the
2430         pager) don't hesitate to let me know :)
2432         * clfswm-second-mode.lisp (sm-handle-event): Add a hook
2433         system. This hooks can be changed in the user configuration file.
2435         * clfswm.lisp (handle-event): Add a hook system. This hooks can be
2436         changed in the user configuration file (~/.clfswmrc)
2438 2007-04-25  Philippe Brochard  <pbrochard@common-lisp.net>
2440         * clfswm-util.lisp (stop-all-pending-actions): new function: reset
2441         arrow action, open next window in new workspace/group.
2443         * bindings.lisp (stop-all-pending-actions): new binding.
2444         (open-next-window-in-new-group-once): Open the next windows in a
2445         new group (only once) or open all new windows in a new group (like
2446         others windows managers).
2448 2007-04-22  Philippe Brochard  <pbrochard@common-lisp.net>
2450         * clfswm.lisp (read-conf-file): New function to read a lisp
2451         configuration file at startup.
2452         (focus-group-under-mouse): Check if group isn't the current group
2453         ( prevent a bug with unclutter ).
2455 2007-03-02  Philippe Brochard  <pbrochard@common-lisp.net>
2457         * bindings.lisp (run-program-from-query-string): A program can be
2458         launch from a input query window.
2460 2007-03-01  Philippe Brochard  <pbrochard@common-lisp.net>
2462         * clfswm-info.lisp: Fix a bug with banish pointer in info mode.
2464 2007-02-28  Philippe Brochard  <pbrochard@common-lisp.net>
2466         * clfswm.lisp (process-new-window): One can now open the next
2467         window in a workspace called by its number.
2469         * clfswm-util.lisp (query-font-string): Minimal editing
2470         capabilities.
2471         (eval-from-string): And an REPL in the window manager... :)
2473 2007-02-26  Philippe Brochard  <pbrochard@common-lisp.net>
2475         * clfswm.lisp (process-new-window): One can now open the next
2476         window in a new workspace or a new group.
2478         * clfswm-pager.lisp (pager-mode): Display the next arrow action
2479         with the hidden windows.
2481         * clfswm.lisp (second-key-mode): Display the current workspace
2482         number and the next arrow action in the state window.
2484         * clfswm-pager.lisp (pager-mode): Hide all windows before leaving
2485         the pager mode and then redisplay only the current workspace.
2487 2007-02-25  Philippe Brochard  <pbrochard@common-lisp.net>
2489         * clfswm.lisp (add-workspace): Workspaces are now numbered. So
2490         they can be focused with a keypress, sorted or renumbered.
2492 2007-02-24  Philippe Brochard  <pbrochard@common-lisp.net>
2494         * clfswm-pager.lisp (pager-mode): Remove multiple silly
2495         pager-draw-display. This prevent a lot of flickering in the
2496         pager.
2498         * clfswm.lisp: Remove all display-force-output and replace them
2499         with only one display-finish-output in the event loop.
2501 2006-11-06  Philippe Brochard  <pbrochard@common-lisp.net>
2503         * clfswm-pager.lisp (pager-center-group): New function - center a
2504         group at the middle of the screen.
2506         * clfswm-pack.lisp (center-group): New function - center a group
2507         at the middle of the screen.
2509         * clfswm.lisp (show-group): Add a cross line under the group.
2510         (show-group): Group are showned even if fullscreened.
2511         (init-display): Add an exposure event on the root window.
2513 2006-11-05  Philippe Brochard  <pbrochard@common-lisp.net>
2515         * package.lisp (*default-group*): Default group is the same size
2516         of a fullscreened group.
2518         * bindings*: Use shift to move, control+shift to copy.
2520         * *.lisp: Add comments for configuration or alternatives. So grep
2521         for CONFIG to see where you can configure clfswm. And grep for
2522         Alternative to use some commented code.
2524         * clfswm.lisp (second-key-mode): Use a single window to show the
2525         second mode. See for alternatives at the end of this file.
2527 2006-11-03  Philippe Brochard  <pbrochard@common-lisp.net>
2529         * clfswm-keys.lisp (define-define-key/mouse): Factorisation in a
2530         macro of key and mouse definitions.
2531         (define-define-key/mouse): Use state instead of modifiers list
2532         this fix a bug when the modifiers list is not in the rigth order.
2534         * clfswm.lisp (second-key-mode): Add a colored border in second mode.
2536 2006-11-02  Philippe Brochard  <pbrochard@common-lisp.net>
2538         * clfswm-info.lisp (info-mode): Add an info mode.
2540 2006-11-01  Philippe Brochard  <pbrochard@common-lisp.net>
2542         * clfswm.lisp (process-new-window): Change border size for
2543         transient windows.
2544         (show-all-windows-in-workspace): Unhide all windows even when the
2545         current group is in fullscreen mode.
2547 2006-10-26  Philippe Brochard  <pbrochard@common-lisp.net>
2549         * clfswm-util.lisp (identify-key): Add an exposure handle-event to
2550         redisplay the identify window after a terminal switch.
2552         * clfswm-pager.lisp (pager-mode): Add an exposure handle-event to
2553         redisplay the pager after a terminal switch.
2555 2006-10-24  Philippe Brochard  <pbrochard@common-lisp.net>
2557         * clfswm-util.lisp (identify-key): Add a window to display
2558         the keys to identify on screen.
2560         * bindings.lisp, bindings-pager.lisp: Define same keys to
2561         move/copy groups/windows in second mode and in pager.
2563         * clfswm.lisp (handle-event*): Same version in all clfswm (fix some
2564         drawing lags).
2565         (show-all-windows-in-workspace): unhide window before adapting it
2566         to group.
2568 2006-10-23  Philippe Brochard  <pbrochard@common-lisp.net>
2570         * clfswm.lisp (handle-event): Revert to an older version.
2572 2006-10-18  Philippe Brochard  <pbrochard@common-lisp.net>
2574         * clfswm-util.lisp (force-window-in-group)
2575         (force-window-center-in-group): New functions for transient windows.
2577         * clfswm-pager.lisp (pager-remove-current-workspace/group):
2578         bugfix: hide all windows before removing group or workspace.
2580 2006-10-17  Philippe Brochard  <pbrochard@common-lisp.net>
2582         * bindings-pager.lisp (mouse-pager-move-selected-group)
2583         (mouse-pager-copy-selected-group)
2584         (mouse-pager-move-selected-window)
2585         (mouse-pager-copy-selected-window, mouse-pager-rotate-window-up)
2586         (mouse-pager-rotate-window-down): New functions to have mouse in
2587         pager mode.
2589         * clfswm-pager.lisp (pager-swap-window)
2590         (pager-copy-group-on-next/previous-workspace)
2591         (pager-copy-window-on-next/previous-line): New functions
2593 2006-10-15  Philippe Brochard  <pbrochard@common-lisp.net>
2595         * clfswm-pager.lisp (pager-move-window-on-next/previous-line,
2596         (pager-move-group-on-next/previous-workspace): new functions.
2598         * clfswm-pack.lisp (resize-half-x-x-current-group): resize group
2599         to its half size (new functions).
2601 2006-10-11  Philippe Brochard  <pbrochard@common-lisp.net>
2603         * clfswm-pager.lisp: workspaces, groups and windows can now be
2604         selectionned with the keyboard or the mouse.
2606 2006-10-09  Philippe Brochard  <pbrochard@common-lisp.net>
2608         * clfswm-pager.lisp (pager-select-workspace-right/left):
2609         workspaces can now be selectionned with the keyboard.
2611 2006-10-08  Philippe Brochard  <pbrochard@common-lisp.net>
2613         * clfswm-keys.lisp (undefine-main-key, undefine-second-key, undefine-mouse-action):
2614         new function to remove a previous defined key or mouse combination.
2616 2006-10-07  Philippe Brochard  <pbrochard@common-lisp.net>
2618         * clfswm.lisp (main): Check for access error in init-display.
2620         * clfswm-keys.lisp (define-ungrab/grab): check for keysym and
2621         keycode before grabbing.
2623         * bindings.lisp: Remove nlambda and use defun to keep the function
2624         documentation with clisp.
2625         (define-shell): new macro to define shell command for the second
2626         mode.
2628 2006-10-06  Philippe Brochard  <pbrochard@common-lisp.net>
2630         * clfswm-keys.lisp (define-ungrab/grab): use a cond instead of a
2631         boggus typecase.
2633 2006-10-05  Philippe Brochard  <pbrochard@common-lisp.net>
2635         * bindings.lisp (accept-motion): Move group bugfix in upper mouse
2636         workspace circulation.
2638         * clfswm-util.lisp (absorb-orphan-window): new function.
2640         * clfswm-keys.lisp: Keysyms support.
2642 2006-10-02  Philippe Brochard  <pbrochard@common-lisp.net>
2644         * clfswm.lisp (show-group): Use one gc for all groups and not one
2645         per group.
2647 2006-10-01  Philippe Brochard  <pbrochard@common-lisp.net>
2649         * bindings.lisp (define-second-key (#\l :mod-1)): fix a typo.
2651         * clfswm.lisp (adapt-window-to-group): Adapt only windows with
2652         width and height outside group.
2654 2006-09-28  Philippe Brochard  <pbrochard@common-lisp.net>
2656         * clfswm.lisp: First public release.