* fix splitting of M_RESTACK packages
[fvwm.git] / ChangeLog
blob7a9921574c98a4469cd112780e8a32fb2e693068
1 2009-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3         * NEWS:
4         * fvwm/stack.c (BroadcastRestack):
5         Fix splitting or M_RESTACK packages causing weird window stacking
6         in modules when more than 83 windows are broadcast.
8 2009-08-04  Thomas Adam <thomas.adam22@gmail.com>
9         * configure.ac:
10         Remove dnl comments from configure.ac regarding malloc.h -- it's
11         self-explanatory anyway.
13 2009-08-03  Thomas Adam <thomas.adam22@gmail.com>
14         * configure.ac:
15         Most *BSD platforms are deprecating malloc.h in favout of stdlib.h -- this
16         never used to produce compiler warnings, but things are starting to become
17         more vocal, so don't use this in our ./configure script if we're compiling
18         FVWM on a *BSD system.
20 2009-07-31  Christoph Fritz <chris_honschu(at)gmx.de>
21     * fvwm/style.h:
22     * fvwm/fvwm.h:
23     * fvwm/add_window.c (setup_numeric_vals):
24     add "typedef struct snap_attraction_t"
25     * fvwm/style.c (style_parse_one_style_option):
26     add new SnapAttraction options "None", "ScreenWindows",
27     "ScreenIcons" and "ScreenAll"
28     * fvwm/move_resize.c (DoSnapAttract):
29     Bugfix, option SameType/Icons/Windows did falsely not affect
30     conditions of option "Screen" and option "SameType" snapped
31     falsely icons and windows together. Implement options
32     None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
33     screen edge snapping.
35 2009-07-10  Thomas Adam  <thomas.adam22@gmail.com>
36         * fvwm/add_window.c (setup_window_name_count):
37         * fvwm/add_window.c (setup_icon_name_count):
38         Deprecate these in favour of setup_name_count()
40         * fvwm/add_window.c (setup_name_count):
41         Amalgamate setup_window_name_count and setup_icon_name_count to just
42         one function (very similar code between them.)  Used with
43         IndexedWindowName and IndexedIconName.
45 2009-07-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
47         * NEWS:
48         Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
50         * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
51         (Frptp_async_putline):
52         Fix ANSI C compatibility.
54         * NEWS:
55         * fvwm/ewmh_names.c (EWMH_WMName):
56         set the HAS_EWMH_WM_NAME flag even if the window name on display
57         isn't changing.
58         (EWMH_WMIconName):
59         same for HAS_EWMH_WM_ICON_NAME
61 2009-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
63         * NEWS:
64         fix for segfault with RPlatHost directive in FvwmEvent
65         * libs/Makefile.am (libfvwm_a_SOURCES):
66         * libs/Fplay.h:
67         add Fplay.h wrapper header for rplay.h
69         * NEWS:
70         fix debian bug #438132
72 2009-07-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
74         * NEWS:
75         * fvwm/style.c (fw_match_style_id):
76         Fix fvwmstyle resource
78 2009-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
80         * NEWS:
81         * fvwm/events.c (HandleMapRequestKeepRaised):
82         Make sure that a PropertyNotify on the WM_STATE property is always
83         sent out when a window is requested to be moved to the withdrawn
84         state. (Needed by QT)
86 2009-07-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
88         * sample.fvwmrc/DecorMwm:
89         * sample.fvwmrc/DecorWin95:
90         * sample.fvwmrc/new-features:
91         * sample.fvwmrc/system.fvwm2rc:
92         * sample.fvwmrc/system.fvwm2rc-sample-1:
93         * sample.fvwmrc/system.fvwm2rc-sample-2:
94         * sample.fvwmrc/system.fvwm2rc-sample-95:
95         Use !-negation for styles instead of No...
97         * NEWS:
98         fix a typo
100         * sample.fvwmrc/system.fvwm2rc-sample-95:
101         sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
102         sed -i 's/StayOnTop/StaysOnTop/'
103         According to patches by Manoj Srivastava
105 2009-03-17  Mikhael Goikhman  <migo@homemail.com>
107         * fvwm/externs.h:
108         * fvwm/fvwm.c:
109         * fvwm/session.c:
110         convert my old code to use var_name and function_name coding style
112 2009-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
114         * NEWS:
115         * configure.ac:
116         increased version to 2.5.28
118         * ANNOUNCE:
119         * NEWS:
120         * configure.ac:
121         updated for 2.5.27 release
123 2009-02-23  Thomas Adam <thomas.adam22@gmail.com>
124         * fvwm/bindings.c (print_bindings):
125         Fixed compilation of not having libstroke installed by using ifdefs
126         around stroke code.
128 2009-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
130         * fvwm/bindings.c (print_bindings):
131         slight cleanup
133         * libs/charmap.c (charmap_table_to_string):
134         several memory menagement fixes.
136 2009-02-22  Thomas Adam <thomas.adam22@gmail.com>
138         * libs/charmap.c (charmap_table_to_string):
139         Reduce memory management on the stack, by making only those variables
140         to be accessed outside of the function charmap_table_to_string()
141         allocated on the heap instead.
143         * fvwm/bindings.c (print_bindings):
144         b->Action was previously checked whether it was NULL or not before
145         printing its value to STDERR -- however, this caused a segfault when
146         trying to perform strlen() operations internally -- hence don't bother
147         checking if it's NULL.  This avoids segfaulting.
149 2009-02-05  Thomas Adam <thomas.adam22@gmail.com>
151         * libs/charmap.c (charmap_table_to_string):
152         * libs/charmap.h:
153         Introduce charmap_to_string function which is used to build up a
154         binding string, for use with PrintInfo.
156         * fvwm/bindings.c (print_bindings):
157         Introduce print_bindings to print all bindings known to fvwm.
159         * fvwm/builtins.c (CMD_PrintInfo):
160         * fvwm/builtins.h:
161         Add support for "binding" as an option to PrintInfo.
163 2009-02-19  Thomas Adam  <thomas.adam22@gmail.com>
165         * fvwm/placement.c (__pl_position_get_pos_simple):
166         Force the window on-screen if using PositionPlacement UnderMouse.
168 2009-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
170         * fvwm/events.c (HandleMapRequestKeepRaised):
171         * fvwm/add_window.c (AddWindow):
172         * fvwm/style.h:
173         * fvwm/style.c (style_parse_one_style_option):
174         add new style InitialMapCommand
176 2008-02-08  Thomas Adam <thomas.adam22@gmail.com>
178         * bin/fvwm-menu-desktop.in:
179         Fix the location prefix for GNOME application files.
181 2008-12-29  Alexandre Julliard  <julliard@winehq.org>
183         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
184         Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
185         _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
186         horizontally maximized.
188 2008-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
190         * fvwm/fvwm.h:
191         * fvwm/module_list.c (do_execute_module):
192         * fvwm/fvwm.c (fvmm_deinstall_signals):
193         restore default signal handlers before execl()/execvp()
195 2008-10-05  Thomas Adam <thomas.adam22@gmail.com>
197         * fvwm/style.c (fw_match_style_id):
198         Allow for the window's visible name to be considered when matching a
199         style line.  It is possible to use $[w.visiblename] as the style name.
200         Whilst the normal name and the visible name are usually the same, in
201         the case of having IndxedWindowName, if a style line matches this as a
202         visible name, apply it first of all.
204 2008-10-03  Thomas Adam  <thomas.adam22@gmail.com>
205         * AUTHORS:
206         * fvwm/expand.c:
207         Add $[w.visiblename] as an expansion parameter.
209 2008-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
211         * fvwm/placement.c (__pl_position_get_pos_simple):
212         position placement honours StartsOnPage
214 2008-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
216         * fvwm/session.c (MatchWinToSM):
217         fixed keeping fullscreen state of windows over a restart; the old code
218         tried to do this through session management and effectively overwrote
219         the responsible ewmh hint; eventually, fvwm thought that the window
220         was fullscreen without actually making it fullscreen
222 2008-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
224         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
225         fixed compiler warning caused by a logic error in previous patch
227         * configure.ac:
228         applied png detection fix by Yuri Bushmelev for cross compiliation
230         * fvwm/events.c (__handle_cr_on_client):
231         fixed event merging with auto motion detection
233 2008-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
235         * NEWS:
236         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
237         * fvwm/events.h (events_handle_configure_request):
238         * fvwm/events.c (events_handle_configure_request):
239         (__handle_cr_on_client):
240         (__handle_configure_request):
241         fix handling of _NET_MOVERESIZE_WINDOW
242         (__cr_detect_icccm_move):
243         remove douplicate code
245 2008-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
247         * NEWS:
248         * fvwm/add_window.c (setup_frame_window):
249         fix compilation without XRender
251 2008-05-22  Adam Goode  <adam(at)spicenitz(dot)org>
253         * AUTHORS:
254         * ChangeLog-pre-2.4:
255         * rpm/fvwm.spec.in:
256         * vms/fvwmrc.dat:
257         Convert Latin-1 encodings to UTF-8
259 2008-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
261         * NEWS:
262         * configure.ac:
263         increased version to 2.5.27
265         * ANNOUNCE:
266         * NEWS:
267         * configure.ac:
268         updated for 2.5.26 release
270 2008-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
272         * fvwm/ewmh_events.c (ewmh_WMDesktop):
273         (ewmh_WMState):
274         * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
275         (ewmh_HandleWindowType):
276         (ewmh_AddToKdeSysTray):
277         (ewmh_HandleWindowType):
278         (ewmh_check_wm_pid):
279         64-bit fix by Alexandre Julliard
281 2008-03-30  Mikhael Goikhman  <migo@homemail.com>
283         * configure.ac:
284         fix fribidi detection when it uses pkg-config and not fribidi-config
286         * libs/FBidi.c:
287         fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
288         it now uses fribidi-types.h and not fribidi_types.h
290 2008-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
292         * fvwm/events.c (dispatch_event):
293         Fix handling of Shape events.
295 2008-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
297         * fvwm/menus.c (calc_normal_item_height):
298         (calc_more_item_height):
299         (size_menu_vertically):
300         fix calculations so the menu fit on the screen height
302 2008-03-12  Jes~s Guerrero  <i92guboj(at)terra(dot)es>
304         * fvwm/menus.c (size_menu_vertically):
305         added paddings at the top and bottom of the menus
307         * fvwm/menustyle.c (parse_vertical_margins_line):
308         new function to parse the VerticalMargins new MenuStyle
309         command
311         * fvwm/menustyle.c (menustyle_get_styleopt_index):
312         added the VerticalMargins option to the list
314         * fvwm/menustyle.c (menustyle_parse_style):
315         added default values for the padding, and a case clause
316         for the specific case when you invoke the VerticalMargins
317         MenuStyle
319         * fvwm/menustyle.c (menustyle_copy):
320         added two lines to copy the menu styles from origin to destiny
322         * fvwm/menustyle.h:
323         added macros for the vertical padding stuff
325         * fvwm/menustyle.h (struct MenuLook):
326         added sub-structure to hold the VerticalMargins
328         * fvwm/libs/defaults.h:
329         added one define for MAX_MENU_MARGIN
331 2008-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
333         * fvwm/menuitem.c (draw_highlight_background):
334         fixed drawing of background pictures in menu items
336 2008-02-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
338         * fvwm/add_window.c (setup_frame_window):
339         fix core dump with ARGB detection code
340         fix compilation without XRender
342 2008-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
344         * NEWS:
345         * configure.ac:
346         increased version to 2.5.26
348         * ANNOUNCE:
349         * NEWS:
350         * configure.ac:
351         updated for 2.5.25 release
353 2008-02-12  Renato Caldas  <seventhguardian@gmail.com>
355         * fvwm/fvwm.c (main):
356         further condense the X visual selection code
358 2008-02-10  Renato Caldas  <seventhguardian@gmail.com>
360         * fvwm/fvwm.c (main):
361         condense the X visual selection code
363 2008-02-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
365         * fvwm/events.c (register_event_group)
366         (InitEventHandlerJumpTable, dispatch_event):
367         use separate jump tables for events defined by X-extensions
368         to eliminate the need to ovverride the LASTEvent value.
370         * fvwm/module_list.c (module_list_remove):
371         include the case where the module is first in the list in
372         the loop, fixing a segmentaion fault when the list was empty.
374 2008-02-07  Renato Caldas  <seventhguardian@gmail.com>
376         * fvwm/add_window.c (setup_frame_window):
377         add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
378         add preliminary support for ARGB windows in fvwm (based on
379         Marc Lehman's argb patch)
381 2008-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
383         * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
384         fixed compile error
386 2008-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
388         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
389         catch BadGC when updating root transparent window background
391         * libs/XError.c (do_coredump):
392         (ferror_set_temp_error_handler):
393         (ferror_reset_error_handler)
394         (ferror_call_next_error_handler):
396         new helper functions
397         * libs/XError.c (PrintXErrorAndCoredump):
398         try to dump core the hard way
400 2008-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
402         * fvwm/colorset.c (parse_colorset):
403         check for image != None before calling XDestroyImage
405         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
406         (ewmh_WMStateMaxHoriz):
407         (ewmh_WMStateModal):
408         (ewmh_WMStateShaded):
409         (ewmh_WMStateStaysOnTop):
410         (ewmh_WMStateStaysOnBottom):
411         handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
412         version 1.3
413         also ignore the EWMH staysontop and staysonbottom hints if the
414         EWMHIgnoreStackingOrderHints style is used
416         * fvwm/colorset.c (parse_colorset):
417         Fixed a sporadic crash when the root background set by gnome,
418         fvwm-root, esetroot etc. changes and a root transparent colour set
419         is used.
421         * fvwm/colorset.c (parse_colorset):
422         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
423         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
424         * libs/PictureGraphics.c (PGrabXImage)
425         (PGraphicsCreateTranslucent):
426         use MyXGrabserver and MyXUngrabServer instead of doing the X calls
427         directly!
429 2008-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
431         * libs/PictureGraphics.c (PGrabXImage):
432         fixed XImage memory leak
433         (PCreateRenderPixmap):
434         (PCreateDitherPixmap):
435         Properly handle return code of FgetFImage()
437 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
439         * fvwm/events.c (HandleConfigureRequest):
440         (events_handle_configure_request):
441         cleanup
443         * fvwm/ewmh_events.c (ewmh_RestackWindow):
444         (ewmh_MoveResizeWindow):
445         fixed crash when moving/resizing/restacking unmanaged windows through
446         an ewmh message
448 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
450         * fvwm/events.c (HandleMapRequestKeepRaised):
451         fixed compiler warning
453 2008-01-26  Olivier  <chapuis(at)lri(dot)fr>
455         * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
456         (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
457         * NEWS:
458         Fixed the determination of the X charset on UTF-8 system
460 2008-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
462         * fvwm/placement.c (__pl_minoverlap_get_next_x):
463         do not add screen offset to window position
465         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
466         fixed a memory leak
468 2008-01-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
470         * NEWS:
471         Some html documentation files were not installed.
473 2008-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
475         * fvwm/style.c (style_parse_one_style_option):
476         fixed parsing of screen argument of the SnapAttraction Style
478 2007-12-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
480         * fvwm/move_resize.c (DoSnapAttract):
481         Use edge move resistance, and not delay for top edge when moving
482         windows.
484 2007-12-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
486         * NEWS:
487         * fvwm/events.c (HandleMapRequestKeepRaised)
488         (test_withdraw_request):
489         Don't map windows that request to be moved back to WithdrawnState
490         by the ICCCM2 method before they have been mapped. (Fixes bug with
491         disappearing windows.)
493 2007-11-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
495         * NEWS:
496         * configure.ac:
497         increased version to 2.5.25
499         * NEWS:
500         * configure.ac:
501         updated for 2.5.24 release
503 2007-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
505         * fvwm/menus.c (__mloop_exit):
506         * fvwm/menubindings.c (parse_menu_action):
507         * fvwm/bindings.c:
508         reindented and cleaned up some code
510 2007-11-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
512         * fvwm/update.c (apply_window_updates):
513         * fvwm/add_window.c (setup_style_and_decor):
514         (setup_numeric_vals):
515         * fvwm/add_window.h:
516         * fvwm/style.h:
517         * libs/defaults.h:
518         * fvwm/events.c (HandleEnterNotify):
519         * fvwm/fvwm.c (InitVariables):
520         * fvwm/screen.h:
521         * fvwm/session.c (SaveGlobalState):
522         (LoadGlobalState):
523         * fvwm/move_resize.c (DoSnapAttract):
524         (CMD_SnapGrid)
525         (DoSnapAttract):
526         The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
527         They have been replaced by the styles EdgeMoveResistance,
528         EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
530 2007-10-21  Renato Caldas  <seventhguardian@gmail.com>
532         * acinclude.m4:
533         * configure.ac:
534         use AS_HELP_STRING to format the configure options help strings
536 2007-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
538         * fvwm/conditional.c:
539         some reformatting
541 2007-10-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
543         * fvwm/ConfigFvwmDefaults:
544         restore default action of closing menus for menu titles
546 2007-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
548         * libs/FScreen.c (FindScreenOfXY):
549         * fvwm/move_resize.c (GetMoveArguments):
550         fixed the "screen w" argument of the Move and other commands
552 2007-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
554         * fvwm/virtual.c (HandlePaging):
555         don't modify *xl and *yt unless we we really page
557 2007-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
559         * fvwm/module_list.h:
560         * fvwm/module_list.c:
561         a little cleanup
563 2007-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
565         * NEWS:
566         * configure.ac:
567         increased version to 2.5.24
569         * NEWS:
570         * configure.ac:
571         updated for 2.5.23 release
573         * libs/Flocale.c (FlocaleEncodeString):
574         removed previous warning fix
576 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
578         * fvwm/style.c:
579         * fvwm/add_window.c:
580         Added new style option:  StartShaded.
582 2007-08-30  Renato Caldas  <seventhguardian@gmail.com>
584         * libs/Flocale.c (FlocaleEncodeString):
585         fix compile warning
587 2007-08-30  Viktor Griph  <griph(at)student(dot)chalmers(dot)se>
589         * configure.ac:
590         * fvwm/fvwm.1.in
591         * fvwm/Makefile.am:
592         removed old fvwm manpage
594 2007-08-29  Renato Caldas  <seventhguardian@gmail.com>
596         * NEWS:
597         * configure.ac:
598         increased version to 2.5.23
600         * NEWS:
601         * configure.ac:
602         fix the date for 2.5.22 release
604 2007-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
606         * fvwm/windowlist.c (CMD_WindowList):
607         fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
608         iconified windows.
610 2007-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
612         * configure.ac:
613         fixed perl check
614         use "test ! ... = ..." instead of "test ... != ..."
616         * fvwm/builtins.c (CMD_PropertyChange):
617         fixed completely broken parsing of PropertyChange arguments
619 2007-08-28  Renato Caldas  <seventhguardian@gmail.com>
621         * NEWS:
622         * configure.ac:
623         updated for 2.5.22 release
625         * fvwm/builtins.c (CMD_PropertyChange):
626         * libs/Flocale.c (FlocaleGetFftFont):
627         (FlocaleGetFontSet):
628         (FlocaleGetFont):
629         (FlocaleGetFontOrFontSet):
630         (FlocaleLoadFont):
631         (FlocaleUnloadFont):
632         fix compiler warnings
634 2007-08-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
636         * fvwm/functable.c:
637         fixed command table parsing
639 2007-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
641         * fvwm/module_list.c (module_kill):
642         (executeModuleDesperate):
643         (module_list_itr_init):
644         re-indented
646         * fvwm/events.c (My_XNextEvent):
647         * fvwm/module_list.c (module_alloc):
648         (do_execute_module):
649         * fvwm/module_list.h (fmodule):
650         (MOD_IS_CMDLINE):
651         (MOD_SET_CMDLINE):
652         restored *not* useless is_cmdline_module stuff
654         * fvwm/functions.h:
655         add constants for command group tagging
657 2007-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
659         * configure.ac:
660         don't check for tbl
662 2007-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
664         * configure.ac:
665         check for sed, perl and tbl, needed to build documentation
667 2007-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
669         * libs/System.c (fvwm_mkstemp):
670         use constants from libs/fvwm_sys_stat.h
672 2007-08-15  Renato Caldas  <seventhguardian@gmail.com>
674         * fvwm/module_list.c (do_execute_module):
675         fixed possible crash when fork fails
677         * fvwm/module_list.c (module_list_remove):
678         now returns the removed fmodule*, or NULL if unsuccessful
679         removed error message when removing a not listed module (it's normal)
681         * fvwm/module_list.c (module_kill):
682         module is inserted in death_row only if it is successfuly removed from
683         module_list (fixes crash when module is killed more than once)
685 2007-08-08  Renato Caldas  <seventhguardian@gmail.com>
687         * fvwm/events.c (My_XNextEvent):
688         fixed hang with startup modules
690 2007-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
692         * fvwm/conditional.c (FreeConditionMask):
693         fixed crash with inverted name condition
695         * NEWS:
696         fixed typo
698 2007-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
700         * configure.ac:
701         * README:
702         * NEWS:
703         * INSTALL.fvwm:
704         * sample.fvwmrc/system.fvwm2rc-sample-95:
705         * sample.fvwmrc/system.fvwm2rc:
706         * sample.fvwmrc/system.fvwm2rc-sample-2:
707         * libs/Picture.c (PicturePrintImageCache):
708         * libs/Module.c:
709         * libs/FGettext.c (FGettextPrintLocalePath):
710         * libs/fvwmsignal.c:
711         * libs/Module.h:
712         * libs/PictureUtils.c (PictureAllocColorTable)
713         (PicturePrintColorInfo):
714         * libs/FScreen.h:
715         * libs/fvwmsignal.h:
716         * libs/Bindings.c:
717         * libs/FScreen.c:
718         * libs/Ficonv.c (convert_charsets):
719         (FiconvSetupConversion):
720         * fvwm/decorations.c:
721         * fvwm/gnome.h:
722         * fvwm/events.c:
723         * fvwm/add_window.c (setup_window_font):
724         (setup_icon_font):
725         * fvwm/fvwm.1.in:
726         * fvwm/session.h:
727         * fvwm/conditional.c:
728         * fvwm/fvwm.c (SetRCDefaults):
729         (main):
730         * fvwm/ewmh_events.c:
731         * fvwm/stack.c:
732         * fvwm/gnome.c:
733         * fvwm/menustyle.c (menustyle_parse_style):
734         (menustyle_copy):
735         * fvwm/ewmh.c (EWMH_Init):
736         * libs/Flocale.c (FlocaleParseShadow):
737         (FlocaleGetFontSet):
738         (FlocaleLoadFont):
739         (FlocalePrintLocaleInfo):
740         * fvwm/misc.c (fvwm_msg):
741         * vms/README:
742         * vms/vms.c:
743         write fvwm in lower case
745         * configure.ac:
746         fixed build without GNU make
748 2007-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
750         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
751         fixed buffer overflow
753 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
755         * fvwm/module_list.h (fmodule_list_itr):
756         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
757         replace iterator struct by typedef
759         * fvwm/module_list.c (module_list_destroy):
760         (module_kill_all):
761         (module_cleanup):
762         new function to remove dup code
764         * fvwm/module_list.c (module_kill):
765         changed to move the module to the deathrow list
767         * fvwm/module_list.h (fmodule):
768         * fvwm/module_list.c (module_alloc):
769         (module_list_remove):
770         (FlushMessageQueue):
771         removed is_removed logic
773         * fvwm/module_list.c (module_safefree):
774         removed function
776         * fvwm/events.c (My_XNextEvent):
777         remove old "#if 0" code
779         * fvwm/module_list.c (module_kill):
780         removed debug code
782 2007-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
784         * fvwm/module_list.h (fmodule_list_itr):
785         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
786         don't store current pointer in module list iterators.
787         fix C89-compilance
789 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
791         * fvwm/events.c (My_XNextEvent):
792         * fvwm/module_list.c (KillModuleByName):
793         (FlushAllMessageQueues):
794         * fvwm/module_interface.c (BroadcastPacket):
795         (BroadcastNewPacket):
796         (BroadcastName):
797         (BroadcastFvwmPicture):
798         (BroadcastColorset):
799         (BroadcastProperyChange):
800         (BroadcastConfigInfoString):
801         (CMD_SendToModule):
802         * fvwm/modconf.c (ModuleConfig):
803         * fvwm/stack.c (BroadcastRestack):
804         replaced module_get_next by module list iterator mechanism
806         * fvwm/module_list.h:
807         * fvwm/module_list.c (module_get_next):
808         removed function
810 2007-08-05  Renato Caldas  <seventhguardian@gmail.com>
812         * fvwm/module_list.h:
813         * fvwm/module_list.c (fmodule):
814         (fmodule_store):
815         (module_insert):
816         (module_remove):
817         (module_count):
818         (module_get_next):
819         (FlushAllMessageQueues):
820         (KillModuleByName):
821         * fvwm/module_interface.c (BroadcastPacket):
822         (BroadcastNewPacket):
823         (BroadcastName):
824         (BroadcastFvwmPicture):
825         (BroadcastColorset):
826         (BroadcastProperyChange):
827         (BroadcastConfigInfoString):
828         (CMD_SendToModule):
829         * fvwm/event.c (My_XNextEvent):
830         * fvwm/stack.c (BroadcastRestack):
831         * fvwm/modconf.c (ModuleConfig):
832         changed to work with generic list container
834         * fvwm/module_list.c (module_insert):
835         (module_list_insert):
836         (module_remove):
837         (module_list_remove):
838         (module_count):
839         (module_list_len):
840         renamed as list handling functions
842         * fvwm/events.c (My_XNextEvent):
843         * fvwm/module_list.h:
844         * fvwm/module_list.c (module_alloc):
845         (do_execute_module):
846         removed useless is_cmdline_module stuff
848         * fvwm/module_list.h:
849         * fvwm/module_list.c (module_list_insert):
850         (module_list_remove):
851         (module_list_len):
852         new fmodule_list object representing a module list.
853         changed the module lists to the new object.
854         changed list functions to use the list object instead of the
855         fmodule_store pointer.
857         * fvwm/events.c (My_XNextEvent):
858         moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
860         * fvwm/module_list.h (fmodule_list_itr):
861         * fvwm/module_list.c (fmodule_list_itr_init):
862         (fmodule_list_itr_next):
863         created a smart (safe) iterator mechanism to replace the
864         module_get_next function
866 2007-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
868         * fvwm/functions.c:
869         * fvwm/functable.c:
870         added empty functions to replace CMD_Dummy
872         * configure.ac:
873         use subordinate Makefile.ams instead of iuncluding files from other
874         dirs
876         * configure.ac:
877         removed FVWMNAMEUCASE
879         * configure.ac:
880         make distcheck fix
882         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
883         force --enable-htmldoc on "make distcheck"
885         * fvwm/events.c (HandleEnterNotify):
886         (HandleLeaveNotify):
887         properly generate enter_window and leave_window events for FvwmEvent
889 2007-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
891         * fvwm/move_resize.c (GetOnePositionArgument):
892         (__get_shift)
893         (ParsePositionArgumentSuffix):
894         code cleanup
896 2007-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
898         * fvwm/move_resize.c (GetOnePositionArgument):
899         fixed position calculation with the "w" prefix (move w-1 w-1).
900         (GetOnePositionArgument):
901         code cleanup
903 2007-07-26  Viktor Griph  <griph@dd.chalmers.se>
905         * fvwm/menus.c (__copy_down, __check_for_delimiter)
906         (scanForStrings):
907         reduce indentation level
908         add comment to explain why suppressing the warning is right
910 2007-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
912         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
913         fixed using uninitialized variable
915         * fvwm/menus.c (scanForStrings):
916         suppress compiler warning for now
918         * fvwm/move_resize.c (resize_move_window):
919         (AnimatedMoveAnyWindow):
920         (__move_window):
921         (__resize_window):
922         (CMD_Maximize):
923         * fvwm/module_interface.c (__get_allowed_actions):
924         * fvwm/menuitem.c (menuitem_paint):
925         * fvwm/icons.c (CMD_Iconify):
926         * fvwm/gnome.c (GNOME_SetHints):
927         * fvwm/ewmh.c (ewmh_AllowsClose):
928         (ewmh_AllowsClose)
929         (ewmh_AllowsFullScreen):
930         (ewmh_AllowsMinimize)
931         (ewmh_AllowsMaximize):
932         (ewmh_AllowsMove):
933         (ewmh_AllowsResize)
934         (EWMH_fullscreen):
935         * fvwm/ewmh_events.c (ewmh_CloseWindow):
936         (ewmh_MoveResizeWindow):
937         (ewmh_MoveResize):
938         (ewmh_WMState):
939         (ewmh_WMStateHidden):
940         * fvwm/events.c (__handle_cr_on_client):
941         * fvwm/decorations.c (__is_resize_allowed):
942         (is_function_allowed):
943         * fvwm/conditional.c (MatchesConditionMask):
944         * fvwm/builtins.c (CMD_Delete):
945         * fvwm/add_window.c (AddWindow):
946         is_function allowed now differentiates between US program actions and
947         actions initiated by interaction between fvwm and the user
949 2007-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
951         * fvwm/menus.c (__scan_for_pixmap):
952         fixed compiler warning
954         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
955         (ewmh_RestackWindow):
956         honor FixedSize/FixedPosition styles in EWMH messages too
958 2007-07-24  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
960         * fvwm/fvwm.c (setVersionInfo):
961         add XCursor support to version output
963         * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
964         (SCTX_GET_MR, string_context_type_t, string_context_t)
965         (string_def_t, scanForColor, scanForPixmap, scanForStrings)
966         (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
967         reimplement pixmap and color scanning for menus to better handle
968         escaped delimiters.
970 2007-07-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
972         * fvwm/Makefile.am:
973         don't install fvwm.1
975         * fvwm/events.c (My_XNextEvent):
976         remove unused varaible
978         * fvwm/events.c (My_XNextEvent):
979         * fvwm/module_list.h:
980         * fvwm/module_list.c (module_store, module_alloc)
981         (module_kill_all, module_safefree, module_remove)
982         (do_execute_module, module_kill, module_cleanup, module_get_next)
983         (FlushMessageQueue):
984         Don't free module stuctures during module I/O. (Fixes segfault.)
986 2007-07-20  Simon Griph  <simon(at)griph(dot)se>
988         Committed by Scott.
990         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
991         Someone missed to add extra conditions when changing from
992         unsigned to signed.
994 2007-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
996         * configure.ac:
997         fixed liXcursor detection
999 2007-07-16  Simon Griph  <simon(at)griph(dot)se>
1001         Committed by Scott.
1003         * fvwm/menus.c (scanForPixmap):
1004         made it possible to escape '*' '%' '@' in filenames
1006         * libs/PictureImageLoader.c (PImageLoadSvg):
1007         added transposing and none uniform scaling to svg options
1009 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1011         * libs/PictureImageLoader.c:
1012         cleanup
1013         (PImageLoadCursorFromFile):
1014         fixed compilation without xpm library
1015         (PImageLoadPng):
1016         fixed compiler warning without png library
1018 2007-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1020         * libs/Fxpm.h:
1021         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1022         fix compilation without xpm library
1024 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1026         * libs/Fxpm.h:
1027         fixed compile error
1029         * libs/PictureImageLoader.c:
1030         cleanup
1031         (PImageLoadCursorFromFile):
1032         fixed compilation without xpm library
1033         (PImageLoadPng):
1034         fixed compiler warning without png library
1036 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1038         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1039         * fvwm/cursor.c (CMD_CursorStyle):
1040         fixed compiler warning
1042 2007-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1044         * fvwm/cursor.c (CMD_CursorStyle):
1045         fix CursorStyle command parsing
1047 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1049         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1050         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1051         * libs/PictureImageLoader.c (PImageLoadSvg):
1052         (PImageLoadPng):
1053         (PImageCreatePixmapFromArgbData):
1054         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1055         (PImageCreatePixmapFromFImage):
1056         new local function
1058 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1060         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1061         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1062         * libs/PictureImageLoader.c (PImageLoadSvg):
1063         (PImageLoadPng):
1064         (PImageCreatePixmapFromArgbData):
1065         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1066         (PImageCreatePixmapFromFImage):
1067         new local function
1069 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1071         * AUTHORS:
1072         * NEWS:
1073         updated
1075         * configure.ac:
1076         added libXcursor detection
1078         * fvwm/Makefile.am (LDADD):
1079         added Xcursor_LIBS
1081         * INSTALL.fvwm:
1083         * libs/Fcursor.h:
1084         new file
1086         * libs/Makefile.am (libfvwm_a_SOURCES):
1087         added Fcursor.h
1089         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1090         added Xcursor support
1092 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1094         * NEWS:
1095         updated
1097         * libs/Fxpm.h:
1098         added defs for FxpmInfo and FxpmFreeXpmInfo
1100         * libs/PictureBase.h (FvwmPictureAttributes):
1101         * libs/PictureImageLoader.c
1102         (PImageCreatePixmapFromArgbData):
1103         (PImageLoadPixmapFromFile):
1104         added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1105         (PImageLoadCursorPixmapFromFile):
1106         (PImageLoadCursorFromFile):
1107         * libs/PictureImageLoader.h:
1108         removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1109         replaced by the new general PImageLoadCursorFromFile()
1111         * fvwm/cursor.c (CMD_CursorStyle):
1112         handle new hot-spot arguments, use PImageLoadCursorFromFile()
1113         instead of PImageLoadCursorPixmapFromFile(), less code duplication
1115 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1117         * libs/PictureImageLoader.c
1118         (PImageLoadSvg):
1119         (PImageLoadPng):
1120         (PImageLoadXpm):
1121         now returns argb data instead of pixmaps
1122         (PImageLoadPixmapFromFile):
1123         (PImageLoadArgbDataFromFile):
1124         moved first half of PImageLoadPixmapFromFile() into
1125         the new local function PImageLoadArgbDataFromFile()
1126         (PImageLoadBitmap):
1127         removed function, code moved into PImageLoadPixmapFromFile()
1129 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1131         * libs/PictureImageLoader.c (PImageLoadXpm):
1132         revised to make use of PImageCreatePixmapFromArgbData()
1134 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1136         * fvwm/colorset.c (parse_shape):
1137         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1138         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1139         * libs/PictureImageLoader.c
1140         (PImageLoadSvg):
1141         (PImageLoadPng):
1142         (PImageCreatePixmapFromArgbData):
1143         don't create a mask pixmap for fully opaque (all alpha == 0xff)
1144         or translucent (0 < any alpha < 0xff) images.
1146 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1148         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1149         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1150         * libs/PictureImageLoader.c (PImageLoadSvg):
1151         (PImageLoadPng):
1152         (PImageCreatePixmapFromArgbData):
1153         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1154         (PImageCreatePixmapFromFImage):
1155         new local function
1157 2007-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1159         * fvwm/functions.c (CMD_EchoFuncDefinition):
1160         * fvwm/functable.c (func_table):
1161         * fvwm/commands.h:
1162         new command EchoFuncDefinition
1164 2007-07-07  Simon Griph  <simon(at)griph(dot)se>
1166         * NEWS:
1167         * fvwm/conditional.c (CreateConditionMask):
1168         bugfix: Condition separation previously failed when a
1169         single comma (no whitespace padding) was used directly
1170         after a multi-worded condition.
1172 2007-06-21  Renato Caldas  <seventhguardian@gmail.com>
1174         * fvwm/module_list.c (module_kill):
1175         fix possible core dump when using startup modules
1177 2007-06-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1179         * NEWS:
1180         * fvwm/builtins.c (CMD_PrintInfo):
1181         * libs/Picture.h (PicturePrintImageCache):
1182         * libs/Picture.c (PicturePrintImageCache):
1183         add ImageCache subject to PrintInfo command
1185 2007-06-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1187         * NEWS:
1188         * fvwm/events.c (My_XNextEvent):
1189         fix crash when a module closes down during input/output.
1191 2007-06-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1193         * fvwm/icons.c (ChangeIconPixmap):
1194         (DeIconify):
1195         (Iconify):
1196         * fvwm/focus.c (warp_to_fvwm_window):
1197         * fvwm/events.c (__handle_cr_restack):
1198         (__handle_bpress_on_managed):
1199         (HandlePropertyNotify):
1200         * fvwm/stack.h:
1201         * fvwm/stack.c (__restack_window):
1202         (__raise_lower_recursion):
1203         (__raise_or_lower_window):
1204         (raise_or_lower_window):
1205         (position_new_window_in_stack_ring):
1206         (RaiseWindow):
1207         (LowerWindow):
1208         (RestackWindow):
1209         (HandleUnusualStackmodes):
1210         (CMD_Raise):
1211         (CMD_Lower):
1212         (CMD_RestackTransients):
1213         (CMD_RaiseLower):
1214         do raise hacks even when the internal stack is intact, unless on a
1215         client request
1217 2007-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1219         * fvwm/style.c (check_window_style_change)
1220         (style_parse_one_style_option):
1221         * fvwm/style.h:
1222         * fvwm/fvwm.h (window_style):
1223         * fvwm/add_window.c (setup_frame_size_limits):
1224         * fvwm/geometry.c (constrain_size):
1225         new style MinWindowSize
1227 2007-05-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1229         * libs/System.h:
1230         added missing prototypes
1232         * libs/safemalloc.c:
1233         * libs/fio.c:
1234         * libs/envvar.c:
1235         * libs/XResource.c:
1236         * libs/XError.c:
1237         * libs/WinMagic.c:
1238         * libs/Target.c:
1239         * libs/Event.c (GetSubwindowFromEvent):
1240         * libs/Cursor.c:
1241         * libs/ColorUtils.c:
1242         include corresponding header files
1244         * libs/PictureBase.c:
1245         * libs/FlocaleCharset.c:
1246         * fvwm/ewmh.c:
1247         cleanup prototypes
1249 2007-05-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1251         * configure.ac (HAVE_GNU_READLINE):
1252         detect full GNU readline API (vs BSD libedit readline compatibility
1253         layer)
1255 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1257         * fvwm/windowlist.c (CMD_WindowList):
1258         * NEWS:
1260         Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1261         "UseSkipList" & "OnlySkipList".
1263 2007-04-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1265         * NEWS:
1266         * fvwm/add_window.c (validate_transientfor):
1267         detect and disallow circular transient-for hints
1269 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1271         * fvwm/fvwm.1.in:
1272         s/UseListSkip/UseSkipList/g etc.
1274 2007-04-17  Jesus Guerrero  <6thpink(at)terra(dot)es>
1276         * fvwm/menus.c (size_menu_vertically):
1277         added localization of the "More&..." string
1279 2007-03-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1281         * libs/PictureBase.c (PictureFindImageFile):
1282         fix for segfault with svg-support enabled
1284         * INSTALL.fvwm (http):
1285         * configure.ac (png_CFLAGS):
1286         raise librsvg dependeny due to bug with 2.13.91
1288         * fvwm/cursor.c (CMD_CursorStyle):
1289         remove unused static variable nocursor
1291 2007-03-14  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1293         * AUTHORS:
1294         typo.
1296 2007-03-11  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1298         * configure.ac:
1299         bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1300         bugfix: out-of-tree builds failed due to broken dependency.
1301         Make man page have same header as old one.
1302         Fix man page indentation.
1303         Make text of top-level man page sections all uppercase.
1304         Added --disable-mandoc option.
1305         HTML doc generation is off by default: use --enable-htmldoc.
1306         Added more info in doc/README about XML commands to use.
1308 2007-03-10  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1310         * NEWS:
1311         * Everything in the 'doc' subdirectory.
1313         XML source to generate man page & HTML documentation.
1315 2007-02-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1317         * NEWS:
1318         * fvwm/colorset.c (parse_colorset):
1319         don't recompute sh, hi and fgsh if they were supplied in a previous
1320         colorset line. Fixes bug #3359.
1322 2007-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1324         * fvwm/move_resize.c (DoSnapAttract):
1325         handle SnapGrid before SnapAttraction so that non-overlapping windows
1326         do not snap edge to edge:
1327                                     +---+
1328                                     |   |
1329                                     +---+---+
1330                                         |   |
1331                                         +---+
1333 2007-02-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1335         * fvwm/style.c (parse_and_set_window_style)
1336         (style_parse_one_style_option):
1337         don't warn about PositionPlacement arguments
1339 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1341         * AUTHORS:
1342         * NEWS:
1343         enties for ChangeWindowTitle patch by Julio Teca.
1345 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1347         * fvwm/fvwm.c (main):
1348         fixed ROOT CursorStyle context
1350         * fvwm/placement.c (__pl_manual_get_pos_simple):
1351         * fvwm/move_resize.h:
1352         * fvwm/move_resize.c (__move_loop):
1353         (InteractiveMove):
1354         fixed long broken POSITION CursorStyle context
1356 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1358         * fvwm/bindings.c (ParseBinding):
1359         fix buffer overrun with >78 character window names.
1361         * fvwm/fvwm.1.in (PositionPlacement):
1362         fix typos
1364         * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1365         * fvwm/style.c (style_parse_one_style_option):
1366         change BorderWidth and HandleWidth style  to revert to default if no
1367         arguments are given
1369 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1371         * fvwm/fvwm.h (style_flags):
1372         * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1373         (__place_get_wm_pos):
1374         (__place_window, __explain_placement):
1375         * fvwm/style.c (style_parse_one_style_option):
1377         * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1378         (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1379         (DEFAULT_PLACEMENT_POSITION_STRING):
1380         new default strings
1382         * fvwm/move_resize.c (GetOnePositionArgument):
1383         added 'w' suffix to Move arguments
1384         allow multiple shifts from original position
1386         * fvwm/style.c (style_parse_one_style_option):
1387         (merge_styles)
1388         (free_style):
1389         * fvwm/placement.c (setup_window_placement)
1390         (__place_get_placement_flags):
1391         (__place_get_wm_pos):
1392         (__place_get_nowm_pos):
1393         (__place_window):
1394         (__place_handle_x_resources):
1395         (setup_window_placement):
1396         * fvwm/fvwm.h (PLACE_CENTER):
1397         (PLACE_POSITION):
1398         replaced CenterPlacement with more flexibe PositionPlacement
1400         * fvwm/move_resize.c (GetMoveArguments):
1401         (GetResizeArguments):
1402         (GetResizeMoveArguments):
1403         (__move_window):
1404         * fvwm/move_resize.h:
1405         exported and enhanced function GetMoveArguments for use by placement
1406         algorithm
1408 2007-02-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1410         * fvwm/ConfigFvwmDefaults:
1411         reenable MenuScroll on titles
1413         * fvwm/menubindings.c (menu_shortcuts):
1414         don't scroll menus if scrolling would be in the wrong direction
1416 2007-02-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1418         * fvwm/move_resize.c (__resize_window):
1419         some resizing/gravity fixes
1420         properly handle maximized + shaded state when resizing
1421         non-interactively
1423 2007-01-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1425         * fvwm/move_resize.c (__resize_window):
1426         resizing of shaded windows work better.
1428 2007-01-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1430         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1431         clarified previous patch
1433         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1434         documented '-' command prefix
1436         * fvwm/expand.c (__eae_parse_range):
1437         fix $[n-] and $[*] after unsigned int havoc
1439 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1441         * fvwm/Makefile.am:
1442         * fvwm/ConfigFvwmMenuDefaults:
1443         removed file
1444         * fvwm/ConfigFvwmDefaults:
1445         * fvwm/ConfigFvwmMenuDefaults:
1446         moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1448 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1450         * fvwm/ConfigFvwmMenuDefaults:
1451         * fvwm/fvwm.c (SetRCDefaults):
1452         make default menu mouse bindings for MenuSelectItem and MenuScroll only
1453         apply to menu item context.
1455 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1457         * fvwm/placement.c (placement_loop):
1458         (__pl_minoverlap_get_avoidance_penalty):
1459         (__pl_smart_get_first_pos):
1460         (__pl_smart_get_next_pos):
1461         (__pl_smart_test_window):
1462         (__pl_smart_get_pos_penalty):
1463         rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1464         now less than ten lines of code.
1466         * fvwm/add_window.c (setup_placement_penalty):
1467         * fvwm/style.c (style_parse_one_style_option):
1468         allow to reset the placement penalties with !
1470         * fvwm/placement.h:
1471         * fvwm/add_window.c (setup_placement_penalty):
1472         * fvwm/style.h:
1473         * fvwm/fvwm.h:
1474         * fvwm/style.c (style_parse_one_style_option):
1475         put placement penalty array in a struct
1477         * fvwm/placement.c (__place_get_wm_pos):
1478         (__pl_clever_get_next_x):
1479         (__pl_clever_get_next_y):
1480         (__pl_clever_get_first_pos):
1481         (__pl_clever_get_next_pos):
1482         (__pl_clever_get_avoidance_penalty):
1483         (__pl_clever_get_pos_penalty):
1484         (__pl_minoverlap_get_next_x):
1485         (__pl_minoverlap_get_next_y):
1486         (__pl_minoverlap_get_first_pos):
1487         (__pl_minoverlap_get_next_pos):
1488         (__pl_minoverlap_get_avoidance_penalty):
1489         (__pl_minoverlap_get_pos_penalty):
1490         renamed ...clever... functions to ...minoverlap...
1492         * fvwm/bindings.c:
1493         * fvwm/decorations.c:
1494         * fvwm/menubindings.c:
1495         * fvwm/module_interface.c:
1496         * fvwm/module_list.c:
1497         * fvwm/fvwm.c:
1498         * fvwm/module_list.h:
1499         * fvwm/events.c:
1500         * fvwm/module_interface.h:
1501         * fvwm/Makefile.am:
1502         dont include "libs" in include path
1504         * libs/vpacket.h:
1505         #includes from fvwm path with "..." not <...>
1507         * fvwm/stack.c:
1508         #includes from library path with "..." not <...>
1510 2007-01-28  Simon Griph  <simon(at)griph(dot)se>
1512         * NEWS:
1513         * AUTHORS:
1514         * INSTALL.fvwm:
1515         documented new svg support
1517         * configure.ac:
1518         added librsvg detection
1520         * fvwm/Makefile.am (LDADD, INCLUDES):
1521         added rsvg_LIBS, rsvg_CFLAGS
1523         * fvwm/expand.c (expand_vars_extended):
1524         new extended variables
1525         $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1527         * fvwm/fvwm.1.in (OPTIONS):
1528         (ICONS AND IMAGES):
1529         documented new svg support
1530         (COMMAND EXPANSION):
1531         documented new extended variables
1533         * fvwm/fvwm.c (setVersionInfo):
1534         (main):
1535         added Frsvg_init() call
1537         * libs/Fsvg.h:
1538         new file
1540         * libs/Makefile.am (libfvwm_a_SOURCES):
1541         added Fsvg.h
1542         (INCLUDES):
1543         added rsvg_CFLAGS
1545         * libs/Picture.c (PCacheFvwmPicture):
1546         hid svgopts from isFileStampChanged()
1548         * libs/PictureBase.c (PictureFindImageFile):
1549         hid svgopts from searchPath()
1551         * libs/PictureBase.h:
1553         * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1554         hid svgopts from setFileStamp()
1555         (PImageLoadSvg):
1556         new svg image loader
1558         * libs/fvwmlib.c (flib_init_graphics):
1559         added Frsvg_init() call
1561 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1563         * NEWS:
1564         * fvwm/stack.c (__is_restack_needed)
1565         (is_transient_subtree_straight):
1566         (__restack_window):
1567         fix crash when trying to restack destroyed window
1569 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1571         * libs/Makefile.am (libfvwm_a_SOURCES):
1572         add fvwmlib.c
1574         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1575         * fvwm/menus.c (move_any_menu)
1576         set menu backgrounds before moving. Makes transparent menus move
1577         more seamless.
1579         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1580         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1581         add update_transparent_menu_bg to allow set of transparent menu
1582         background before a move, and change repaint_transparent_menu to
1583         allow for not setting the menu background.
1585         * libs/Colorset.c (SetWindowBackgroundWithOffset):
1586         create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1587         transparent colorsets)
1588         (CreateOffsetBackgroundPixmap):
1589         use offset also for non transparent backgrounds.
1591         * fvwm/menubindings.c (menu_shortcuts):
1592         don't move menus on scroll if they don't move
1594 2007-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1596         * libs/fvwmlib.h:
1597         * fvwm/bindings.c:
1598         * fvwm/cursor.c:
1599         * fvwm/decorations.c:
1600         * fvwm/ewmh_conf.c:
1601         * fvwm/ewmh_events.c:
1602         * fvwm/ewmh_icons.c:
1603         * fvwm/expand.c:
1604         * fvwm/focus.c:
1605         * fvwm/functions.c:
1606         * fvwm/gnome.c:
1607         * fvwm/menubindings.c:
1608         * fvwm/menucmd.c:
1609         * fvwm/menuitem.c:
1610         * fvwm/misc.c:
1611         * fvwm/modconf.c:
1612         * fvwm/module_interface.c:
1613         * fvwm/module_list.c:
1614         * fvwm/read.c:
1615         * fvwm/update.c:
1616         * fvwm/windowlist.c:
1617         * fvwm/windowshade.c:
1618         * fvwm/colorset.c:
1619         * fvwm/session.c:
1620         * fvwm/stack.c:
1621         * fvwm/ewmh.c:
1622         * fvwm/conditional.c:
1623         * fvwm/menustyle.c:
1624         * fvwm/virtual.c:
1625         * fvwm/placement.c:
1626         * fvwm/frame.c:
1627         * fvwm/fvwm.c:
1628         * fvwm/icons.c:
1629         * fvwm/add_window.c:
1630         * fvwm/builtins.c:
1631         * fvwm/move_resize.c:
1632         * fvwm/borders.c:
1633         * fvwm/style.c:
1634         * fvwm/events.c:
1635         * fvwm/menus.c:
1636         * libs/FTips.c:
1637         * libs/Picture.c:
1638         * libs/Target.c:
1639         * libs/gravity.c:
1640         * fvwm/execcontext.c:
1641         * libs/BidiJoin.c:
1642         * libs/CombineChars.c:
1643         * libs/FBidi.c:
1644         * libs/FEvent.c:
1645         * libs/Fft.c:
1646         * libs/FGettext.c:
1647         * libs/Ficonv.c:
1648         * libs/FImage.c:
1649         * libs/flist.c:
1650         * libs/FlocaleCharset.c:
1651         * libs/fsm.c:
1652         * libs/Parse.c:
1653         * libs/queue.c:
1654         * libs/safemalloc.c:
1655         * libs/strdup.c:
1656         * libs/timeout.c:
1657         * libs/Strings.c:
1658         * libs/FRender.c:
1659         * libs/Module.c:
1660         * libs/ColorUtils.c:
1661         * libs/Colorset.c:
1662         * libs/PictureImageLoader.c:
1663         * libs/PictureGraphics.c:
1664         * libs/Graphics.c:
1665         * libs/FScreen.c:
1666         * libs/PictureUtils.c:
1667         * libs/Flocale.c:
1668         * libs/PictureBase.c:
1669         use new header files
1671         * libs/Graphics.h:
1672         * libs/XResource.h:
1673         * libs/Event.h:
1674         * libs/XError.h:
1675         * libs/ColorUtils.h:
1676         * libs/PictureBase.h:
1677         * libs/System.h:
1678         * libs/defaults.h:
1679         * libs/Cursor.h:
1680         * libs/Target.h:
1681         * libs/WinMagic.h:
1682         * libs/fvwmlib.h:
1683         * libs/Makefile.am (libfvwm_a_SOURCES):
1684         moved declarations from fvwmlib.h to new/appropriate header files
1686         * libs/XError.c:
1687         reformatted
1689         * fvwm/menus.c (paint_side_pic):
1690         fixed previous patch
1691         reindented function
1693 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1695         * fvwm/menus.c (paint_side_pic):
1696         fix a core dump
1698         * fvwm/menus.c (paint_side_pic):
1699         use simple expose information to redraw sidepics less.
1701 2007-01-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1703         * fvwm/geometry.c (constrain_size):
1704         silence gcc 4.1.1 warning.
1706         * libs/System.c (searchPath):
1707         search in pwd if no path is given.
1708         return NULL if a file dosn't exist regardless if it's absolute path
1710 2007-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1712         * fvwm/placement.c (__place_window)
1713         (__pl_under_mouse_get_pos_simple):
1714         * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
1715         * fvwm/fvwm.1.in:
1716         new style option UnderMousePlacementHonorsStartsOnPage
1718         * fvwm/update.c (init_style):
1719         don't forget stickyness when a window goes fullscreen (or when some
1720         other style is changed)
1722 2007-01-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1724         * fvwm/placement.c (__pl_cascade_get_pos_simple):
1725         properly handle title direction with cascade placement
1727         * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
1728         new default value
1730         * fvwm/placement.c (__pl_center_get_pos_simple):
1731         CenterPlacement properly handles Xinerama screens
1733 2007-01-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1735         * configure.ac:
1736         always substiture datarootdir
1738 2007-01-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1740         * fvwm/add_window.c (GetWindowSizeHints):
1741         * fvwm/geometry.c (constrain_size):
1742         undefine macros after use
1743         (constrain_size):
1744         reindented and cleaned up
1745         do not grow a window because of aspect ratio if this is not explicitly
1746         allowed by the CS_ROUND_UP flag
1747         (constrain_size):
1748         (__cs_handle_aspect_ratio):
1749         broken into separate functions and cleaned up
1751 2007-01-20  Renato Caldas  <seventhguardian@gmail.com>
1753         * fvwm/module_list.c (module_receive):
1754         (module_input_discard):
1755         allocate input data in just one call - better perfomance
1757 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1759         * fvwm/placement.c (__place_get_wm_pos):
1760         simplified to a simple loop
1761         (__explain_placement):
1762         added explanation of new placement styles
1764         * fvwm/placement.c (__place_get_wm_pos):
1765         cleanup
1766         (__pl_center_get_pos_simple):
1767         (__pl_under_mouse_get_pos_simple):
1768         (__pl_cascade_get_pos_simple):
1769         (__pl_manual_get_pos_simple):
1770         (__place_get_wm_pos):
1771         use new placement interface for CenterPlacement, UnderMousePlacement,
1772         ManualPlacement, CascadePlacement
1774         * fvwm/placement.c (__sp_get_first_pos):
1775         (__sp_get_next_pos):
1776         (__sp_get_pos_penalty):
1777         (__place_get_wm_pos):
1778         use new placement interface for SmartPlacement
1779         (SmartPlacement):
1780         removed function
1782         * fvwm/placement.c:
1783         don't use inline functions
1784         (CleverPlacement):
1785         (placement_loop):
1786         renamed function and generalized the placement interface to deal with
1787         any algorithm in the same way
1788         (__place_get_wm_pos):
1789         use new placement interface
1791         * NEWS:
1792         * configure.ac:
1793         increased version to 2.5.22
1795         * NEWS:
1796         * configure.ac:
1797         updated for 2.5.21 release
1799 2007-01-19  Dan Espen  <dane@mk.telcordia.com>
1801         * fvwm/read.h: Compile syntax error fix.
1803 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1805         * fvwm/placement.c (SmartPlacement):
1806         fixed broken SmartPlacement
1808 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1810         * fvwm/expand.c (expand_vars_extended):
1811         free allocated icon path
1813 2007-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1815         * fvwm/fvwm.1.in:
1816         some cleanup
1818         * fvwm/virtual.c:
1819         fix compile error
1821 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1823         * NEWS:
1824         * fvwm/fvwm.1.in (Scroll):
1825         * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
1826         add interactive scrolling.
1828         * fvwm/stack.c (is_transient_subtree_straight):
1829         check first above the tree root, then beneth it.
1831 2007-01-17  Renato Caldas  <seventhguardian@gmail.com>
1833         * fvwm/module_interface.h
1834         * fvwm/module_interface.c (module_input_enqueue):
1835         (module_input_execute):
1836         new functions based on AddToCommandQueue and ExecuteModuleCommand
1838         * fvwm/module_list.c (CMD_ModuleSynchronous):
1839         (PositiveWrite):
1840         * fvwm/events.c (My_XNextEvent):
1841         * fvwm/module_interface.c (ExecuteCommandQueue):
1842         using the above two new functions instead of AddToCommandQueue and
1843         ExecuteModuleCommand
1845         * fvwm/module_interface.c (cqueue_object_type):
1846         removed typedef
1848         * fvwm/module_interface.h
1849         * fvwm/module_interface.c (AddToCommandQueue):
1850         (ExecuteModuleCommand):
1851         removed functions
1853 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1855         * fvwm/fvwm.h (window_style):
1856         * fvwm/style.c (style_parse_one_style_option):
1857         icon background relief and icon title relief changed to sigend char;
1858         should fix problem with ppc and negative values for these.
1860 2007-01-16  Renato Caldas  <seventhguardian@gmail.com>
1862         * fvwm/module_list.h:
1863         * fvwm/module_list.c (module_receive):
1864         (module_input_discard):
1865         (module_input_expect):
1866         new functions to deal with module input
1868         * fvwm/module_list.h:
1869         * fvwm/module_list.c (HandleModuleInput):
1870         replaced by the above three functions
1872         * fvwm/events.c (My_XNextEvent):
1873         * fvwm/module_list.c (CMD_ModuleSynchronous):
1874         (PositiveWrite):
1875         adapted to use the above three functions instead of HandleModuleInput
1877 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1879         * configure.ac (HAVE_PNG):
1880         don't mangle png_LIBS, use --with-png-library
1882 2007-01-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1884         * NEWS:
1885         removed news about previous change after move of version-2_5_20 tag
1886         on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
1887         balls.
1889         * fvwm/stack.c (__restack_window):
1890         fix so new transient windows with StackTransientParent on top layer
1891         don't make all windows raise above the pan frames.
1893         * NEWS:
1894         * configure.ac:
1895         increased version to 2.5.21
1897         * NEWS:
1898         * configure.ac:
1899         updated for 2.5.20 release
1901 2007-01-15  Renato Caldas  <seventhguardian@gmail.com>
1903         * fvwm/fvwm.c (main):
1904         remove the call to module_init_list, the list head is instead set
1905         to NULL upon declaration
1907         * fvwm/module_list.h:
1908         * fvwm/module_list.c (module_init_list):
1909         removed function
1911 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1913         * fvwm/stack.c (is_transient_subtree_straight)
1914         (is_transient_subtree_stack_straight):
1915         use <= 32 character function name
1916         (mark_transient_subtree, is_transient_subtree_straight)
1917         (__mark_transient_subtree_test):
1918         move common tests to function to avoid code duplication
1920         * fvwm/fvwm.1.in (IconifyWindowGroups):
1921         Correctly document that windows are iconified together if the are in
1922         the same window group, not if the group leader is iconified.
1924 2007-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1926         * fvwm/add_window.c (GetWindowSizeHints):
1927         * libs/vpacket.h (ConfigWinPacket):
1928         * fvwm/module_interface.c (CONFIGARGS):
1929         * fvwm/fvwm.h (FvwmWindow):
1930         add orig_hints_width_inc and orig_hints_height_inc values to store the
1931         original resize inc  for use in FvwmIdent
1933         * fvwm/fvwm.1.in:
1934         * fvwm/style.c (style_parse_one_style_option):
1935         deprecated some "No..." styles
1936         (style_parse_one_style_option):
1937         add a NoResizeHintOverride style
1939         * fvwm/add_window.c (GetWindowSizeHints):
1940         only ignore the min_width/min_height/max_width/max_height with the
1941         ResizeHintOverride style
1943         * fvwm/icons.c (DeIconify):
1944         corrected previous fix
1946         * fvwm/placement.c (CleverPlacement):
1947         (SmartPlacement):
1948         (__place_get_wm_pos):
1949         (__place_get_nowm_pos):
1950         (__place_window):
1951         fixed smart placement
1952         unified placement func interface
1954 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1956         * NEWS:
1957         * fvwm/icons.c (DeIconify):
1958         don't loop forever.
1960         * fvwm/stack.c (is_transient_subtree_stacked_straight):
1961         fix detection of non needed lower operations
1962         (__restack_window):
1963         BroadcastRestack to modules even if non is done. (To cancel effect of
1964         already sent M_RAISE/M_LOWER)
1965         don't do raise hacks if no restack was done.
1967         * fvwm/fvwm.h (FvwmWindow):
1968         icon_nalloc_pixels is int instead of unsined int
1970         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
1971         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
1972         use int instead of unsigned int.
1974         * fvwm/menugeometry.c (menu_get_geometry)
1975         (menu_get_outer_geometry):
1976         * fvwm/focus.c (CMD_WarpToWindow):
1977         * fvwm/geometry.c (get_title_button_geometry):
1978         * fvwm/session.c (SaveWindowStates):
1979         * fvwm/conditional.c (CMD_WindowId):
1980         * fvwm/placement.c (__place_get_wm_pos):
1981         * fvwm/frame.c (frame_create_move_resize_args):
1982         * fvwm/icons.c (GetIconBitmap, GetIconWindow):
1983         * fvwm/add_window.c (CaptureOneWindow, AddWindow):
1984         * fvwm/builtins.c (CMD_Destroy, CMD_Close):
1985         * fvwm/style.c (style_parse_icon_box_style):
1986         * fvwm/move_resize.c (resize_move_window, InteractiveMove)
1987         (AnimatedMoveAnyWindow, __move_window, __move_loop)
1988         (__resize_window):
1989         * fvwm/events.c (HandlePropertyNotify)
1990         (__is_bpress_window_handled):
1991         * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
1992         (get_menu_options):
1993         fix geometry signed pointer warnings
1995         * libs/Graphics.c (CalculateGradientDimensions):
1996         cast pointer to unsigned int*
1998         * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
1999         * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2000         (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2001         change unsigned int* parameter to int*. It get's info stored in an
2002         unsigned short, so it should be OK.
2004         * fvwm/externs.h:
2005         * fvwm/fvwm.c:
2006         JunkMask is unsigned
2008         * fvwm/stack.c (__mark_group_member)
2009         (is_transient_subtree_stacked_straight, __is_restack_needed)
2010         (__restack_window, mark_transient_subtree):
2011         don't raise or lower windows if they are already at the right place.
2013 2007-01-13  Renato Caldas  <seventhguardian@gmail.com>
2015         * fvwm/module_interface.c (struct cqueue_object_type):
2016         * fvwm/module_list.h (struct fmodule_input):
2017         reused cqueue_object_type as a struct to store module input data
2018         renamed it to fmodule_input and moved it to module_list.h
2019         typedef'ed it to cqueue_object_type in module_interface.c
2021 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2023         * fvwm/placement.c (__cp_get_next_x):
2024         (__cp_get_next_y):
2025         (__cp_get_first_pos):
2026         (__cp_get_next_pos):
2027         (__cp_get_avoidance_penalty):
2028         (__cp_test_fit):
2029         (CleverPlacement):
2030         restructured and cleaned up CleverPlacement code
2032         * fvwm/style.c (style_parse_icon_box_style):
2033         * fvwm/virtual.c (HandlePaging):
2034         * fvwm/stack.c (verify_stack_ring_consistency):
2035         (ResyncFvwmStackRing):
2036         * fvwm/repeat.c:
2037         * fvwm/read.c (cursor_control):
2038         * fvwm/placement.c (__place_get_wm_pos):
2039         * fvwm/move_resize.c (GetMoveArguments):
2040         (ParseOneResizeArgument):
2041         (GetResizeArguments):
2042         (GetResizeMoveArguments):
2043         (resize_move_window):
2044         (resize_move_window):
2045         (InteractiveMove):
2046         (__move_window):
2047         (DoSnapAttract):
2048         (DoSnapAttract):
2049         (__resize_step):
2050         (__resize_window):
2051         (__resize_window):
2052         (__resize_window):
2053         (MaximizeHeight):
2054         (MaximizeWidth):
2055         (maximize_fvwm_window):
2056         (CMD_Maximize):
2057         (CMD_Maximize):
2058         * fvwm/misc.c:
2059         * fvwm/menustyle.h (MenuStyle):
2060         * fvwm/menus.c (MenuSizingParameters):
2061         (make_menu_window):
2062         (paint_menu_gradient_background):
2063         (paint_menu_gradient_background):
2064         (select_menu_item):
2065         (do_menus_overlap):
2066         (pop_menu_up):
2067         (pop_menu_down_and_repaint_parent):
2068         (__mloop_handle_action_without_mi):
2069         (do_menu):
2070         (get_menu_options):
2071         (get_menu_options):
2072         * fvwm/menuroot.h (MenuRootStatic):
2073         (MenuRootDynamic):
2074         * fvwm/menuitem.h (MenuPaintItemParameters):
2075         * fvwm/menugeometry.h:
2076         * fvwm/menubindings.c (menu_shortcuts):
2077         * fvwm/icons.c (SetIconPixmapSize):
2078         (GetIconPicture):
2079         (DrawIconTitleWindow):
2080         (AutoPlaceIcon):
2081         (do_all_iconboxes):
2082         (GetIconWindow):
2083         (GetIconBitmap):
2084         * fvwm/gnome.c (GNOME_GetHintIcons):
2085         * fvwm/functions.c (FvwmFunction):
2086         (__execute_function):
2087         (__cf_cleanup):
2088         (execute_complex_function):
2089         * fvwm/fvwm.c (JunkWidth):
2090         (JunkHeight):
2091         (JunkBW):
2092         (JunkDepth):
2093         (JunkMask):
2094         (main):
2095         * fvwm/externs.h (JunkWidth):
2096         (JunkHeight):
2097         (JunkBW):
2098         (JunkDepth):
2099         (JunkMask):
2100         * fvwm/focus.c (CMD_WarpToWindow):
2101         * fvwm/expand.c (__eae_parse_range):
2102         (expand_args_extended):
2103         (expand_vars_extended):
2104         (expand_vars_extended):
2105         * fvwm/ewmh_names.c (EWMH_WMIconName):
2106         (EWMH_WMName):
2107         * fvwm/ewmh_intern.h:
2108         * fvwm/ewmh_icons.c (ewmh_WMIcon):
2109         (EWMH_DoUpdateWmIcon):
2110         (ewmh_SetWmIconFromPixmap):
2111         (ewmh_SetWmIconFromPixmap):
2112         (EWMH_DeleteWmIcon):
2113         (extract_wm_icon):
2114         (extract_wm_icon):
2115         (EWMH_SetIconFromWMIcon):
2116         * fvwm/ewmh_events.c (ewmh_WMDesktop):
2117         (ewmh_WMState):
2118         (ewmh_WMIconGeometry):
2119         (ewmh_WMStrut):
2120         * fvwm/ewmh.h:
2121         * fvwm/ewmh.c (ewmh_ChangeProperty):
2122         (ewmh_ChangeProperty):
2123         (atom_get):
2124         (ewmh_AtomGetByName):
2125         (ewmh_AddToKdeSysTray):
2126         (EWMH_GetWorkAreaIntersection):
2127         (ewmh_HandleWindowType):
2128         (ewmh_check_wm_pid):
2129         * fvwm/geometry.c (constrain_size):
2130         * fvwm/geometry.h:
2131         * fvwm/events.c (__handle_cr_on_client):
2132         (WaitForButtonsUp):
2133         * fvwm/events.h:
2134         * libs/PictureImageLoader.c:
2135         * libs/PictureImageLoader.h:
2136         * libs/WinMagic.c:
2137         * libs/fvwmlib.h:
2138         * libs/Graphics.c (ParseGradient):
2139         (CalculateGradientDimensions):
2140         (CreateGradientPixmap):
2141         (CreateGradientPixmapFromString):
2142         * fvwm/colorset.c (update_root_pixmap):
2143         * fvwm/builtins.c (CMD_Echo):
2144         (CMD_State):
2145         * fvwm/add_window.c (AddWindow):
2146         * fvwm/screen.h (DecorFace):
2147         use int instead of unsigned int
2149         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2150         * fvwm/colormaps.c (EnterSubWindowColormap):
2151         (LeaveSubWindowColormap):
2152         (FetchWmColormapWindows):
2153         * libs/vpacket.h:
2154         * libs/CombineChars.c (char_combclass):
2155         use short instead of short int
2156         use long instead of long int
2158         * libs/PictureBase.h (FvwmPictureAttributes):
2159         (FvwmRenderAttributes):
2160         * libs/Flocale.h (FlocaleFont):
2161         * fvwm/style.c (style_parse_icon_grid_style):
2162         * fvwm/menus.c (size_menu_horizontally):
2163         (size_menu_vertically):
2164         (paint_menu):
2165         (AddToMenu):
2166         * fvwm/menuitem.c (menuitem_paint):
2167         (menuitem_free):
2168         * fvwm/menuitem.h (MenuItem):
2169         * fvwm/geometry.c (set_window_border_size):
2170         * fvwm/decorations.c (SelectDecor):
2171         use int instead of short
2173         * fvwm/screen.h (FvwmAcs):
2174         (DecorFace):
2175         * fvwm/menus.c (MenuSizingParameters):
2176         (size_menu_horizontally):
2177         (update_menu):
2178         (paint_menu_gradient_background):
2179         * fvwm/menuroot.h (MenuRootStatic):
2180         * fvwm/menuitem.h (MenuItem):
2181         (MenuItemPartSizesT):
2182         * fvwm/menuitem.c (menuitem_get_size):
2183         * fvwm/menudim.h (MenuDimensions):
2184         use int instead of unsigned short
2186 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2188         * libs/gravity.h:
2189         * libs/gravity.c (gravity_move_resize_parent_child):
2190         * fvwm/frame.h:
2191         * fvwm/frame.c (mr_args_internal):
2192         (frame_setup_border):
2193         (frame_setup_titlebar):
2194         (frame_get_resize_decor_gravities):
2195         (frame_get_titlebar_dimensions):
2196         use rectangle instead of signed_rectangle
2198         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2199         * libs/fvwmrect.h (signed_rectangle):
2200         removed type
2201         (rectangle):
2202         (size_rect):
2203         widht and height are now signed values
2205         * fvwm/placement.c (get_next_x):
2206         (__cp_get_next_x):
2207         (get_next_x):
2208         (__cp_get_next_y):
2209         (__test_fit):
2210         (__cp_test_fit):
2211         renamed functions
2213         * fvwm/placement.c (get_next_x):
2214         (get_next_y):
2215         (test_fit):
2216         (CleverPlacement):
2217         cleanup
2219 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2221         * NEWS:
2222         NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2223         StickyAcrossDesksIcon.
2225 2007-01-13  Serge Koksharov  <gentoosiast dog yandex dot ru>
2227         * fvwm/conditional.c (CreateConditionMask):
2228         added conditions StickyIcon, StickyAcrossPagesIcon and
2229         StickyAcrossDesksIcon.
2231         * fvwm/fvwm.1.in:
2232         documented new conditional tests.
2233         removed descriptions of styles StickyIconPage & StickyIconDesk which
2234         actually don't exists in fvwm.
2235         moved StickyIcon/SlipperyIcon descriptions immediately after
2236         Sticky/Slippery description.
2238 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2240         * fvwm/placement.c (SmartPlacemen):
2241         (__sp_test_window):
2242         cleaned up SmartPlacement code
2244 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2246         * fvwm/ConfigFvwmMenuDefaults:
2247         Mouse 0 MS A MenuLeaveSubmenu instead.
2249         * fvwm/ConfigFvwmMenuDefaults:
2250         Mouse 0 MS A MenuClose to make sidepic and border behave as
2251         before menu bindings.
2253         * fvwm/fvwm.1.in:
2254         * libs/wcontext.h (enum):
2255         * fvwm/menubindings.c (menu_binding):
2256         (menu_shortcuts):
2257         Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2259         * fvwm/menustyle.c (menustyle_parse_old_style):
2260         add a message of deprecation.
2262 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2264         * fvwm/module_list.h:
2265         * fvwm/module_list.c:
2266         new files for module handling code.
2268         * fvwm/module_list.h:
2269         * fvwm/module_interface.h:
2270         * fvwm/module_list.c:
2271         * fvwm/module_interface.c:
2272         (struct mqueue_object_type):
2273         (msg_mask_set):
2274         (module_alloc):
2275         (module_insert):
2276         (module_remove):
2277         (module_free):
2278         (module_get_next):
2279         (set_message_mask):
2280         (get_pipe_name):
2281         (initModules):
2282         (ClosePipes):
2283         (do_execute_module):
2284         (executeModuleDesperate):
2285         (CMD_Module):
2286         (CMD_ModuleListenOnly):
2287         (CMD_ModuleSynchronous):
2288         (HandleModuleInput):
2289         (DeadPipe):
2290         (KillModule):
2291         (KillModuleByName):
2292         (CMD_KillModule):
2293         (PositiveWrite):
2294         (DeleteMessageQueueBuff):
2295         (FlushMessageQueue):
2296         (FlushAllMessageQueues):
2297         (CMD_set_mask):
2298         (CMD_set_sync_mask):
2299         (CMD_set_nograb_mask):
2300         (skipModuleAliasToken):
2301         (countModules):
2302         (struct msg_masks_t):
2303         (struct fmodule):
2304         moved from module_interface.c/h to module_list.c/h
2306         * fvwm/module_list.h (do_execute_module):
2307         * fvwm/module_interface.h (AddToCommandQueue):
2308         (ExecuteModuleCommand):
2309         initialy static functions are exposed for now. Should be fixed soon.
2311         * fvwm/Makefile.am:
2312         added module_list.h and module_list.c
2313         reorganized the c files by size
2315         * fvwm/module_list.h:
2316         * fvwm/module_list.c:
2317         * fvwm/events.c:
2318         * fvwm/fvwm.c:
2319         * fvwm/session.c:
2320         * fvwm/stack.c:
2321         (initModules):
2322         (module_init_list):
2323         (ClosePipes):
2324         (module_kill_all):
2325         (KillModule):
2326         (module_kill):
2327         (countModules):
2328         (module_count):
2329         renamed functions to a unified style
2331         * fvwm/module_interface.h:
2332         * fvwm/module_interface.c:
2333         * fvwm/fvwm.c:
2334         * fvwm/events.c:
2335         * fvwm/modconf.c
2336         * fvwm/session.c:
2337         * fvwm/stack.c:
2338         * fvwm/windowshade.c:
2339         * fvwm/functions.c:
2340         * fvwm/move_resize.c:
2341         include file cleanup
2343         * fvwm/module_list.c (do_execute_module):
2344         made absolutely sure the module's read fd is >=0 before inserting
2345         the module on the list
2347         * fvwm/events.c (My_XNextEvent):
2348         * fvwm/module_list.c (PositiveWrite):
2349         (CMD_ModuleSynchronous):
2350         assume module read fd is allways >=0 (remove the tests)
2352         * fvwm/module_list.c (module_free):
2353         no need to test if fd >=0 when closing the pipes.
2355 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2357         * fvwm/menuitem.c (draw_higlight_background):
2358         fix x-origin of HGradients
2360 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2362         * fvwm/module_interface.c (FlushMessageQueues):
2363         fixed not flushing the first module on the list
2365 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2367         * libs/Flocale.c (FlocaleGetFftFont):
2368         add sanity check for NULL fontname.
2370         * NEWS:
2371         * fvwm/fvwm.1.in:
2372         * fvwm/menuitem.c (menuitem_paint):
2373         (draw_hilight_background):
2374         make all kinds of pixmaps work with hilight background
2376         * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2377         * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2378         (CreateBackgroundPixmap):
2379         added CreateOffsetBackgroundPixmap with the ability to create
2380         transparent images at an offset relative to the window.
2382 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2384         * fvwm/menus.c (__mloop_exit):
2385         (struct):
2386         (__mloop_get_event)
2387         (__mloop_handle_event):
2388         don't warp to parent item when entering other item with mouse.
2390         * NEWS:
2391         * fvwm/fvwm.1.in:
2392         * fvwm/menustyle.c (menustyle_update):
2393         make use of colorset TiledPixmap option with HiglightBack
2394         and HiglightTitleBack menu styles.
2396 2007-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2398         * libs/FScreen.c:
2399         reformatted
2401 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2403         * libs/FScreen.c (FScreenParseGeometry):
2404         don't look up screen info if screen is undefined
2406 2007-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2408         * ONEWS:
2409         * NEWS:
2410         moved the NEWS of 2.2.x and 2.3.x to ONEWS
2412         * libs/fio.c (fvwm_send):
2413         compile fixes
2415         * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2416         added macro
2418         * libs/fio.c:
2419         * libs/fio.h:
2420         new utility files to wrap writing/reading standard lib functions that
2421         might be interrupted
2423 2007-01-05  Serge Koksharov  <gentoosiast dog yandex dot ru>
2425         * fvwm/ewmh_intern.h:
2426         compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2427         instead of <time.h>.
2429         * fvwm/windowlist.h:
2430         removed unneeded file.
2432         * fvwm/Makefile.am:
2433         removed windowlist.h from build list.
2435         * libs/PictureUtils.c:
2436         include "ftime.h" instead of <time.h>.
2437         fvwmlib.h header name should be in double quotes not in angle
2438         brackets.
2440         * libs/System.c:
2441         include "ftime.h" instead of <sys/time.h>.
2443 2007-01-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2445         * ChangeLog:
2446         make my email less spider-friendly
2448         * fvwm/bindings.c (binding_cmd):
2449         (ParseBinding):
2450         fix core
2452 2007-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2454         * fvwm/screen.h (ScreenInfo):
2455         made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2456         casting signed values in calculations to be cast to unsigned
2458         * fvwm/focus.c (__activate_window_by_command):
2459         don't warp the viewport if the center of the window is already in view
2460         fixed a bug in window positioning
2462 2007-01-03  Serge Koksharov  <gentoosiast dog yandex dot ru>
2464         * NEWS:
2465         FvwmIconBox IconColorset's bg wasn't updated immediately.
2467 2007-01-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2469         * fvwm/fvwm.c (main):
2470         close all open fds upon startup
2471         reopen stdin, stdout and stderr if necessary
2472         (reopen_fd):
2473         new function
2475         * fvwm/module_interface.c (do_execute_module):
2476         simplified error handling
2477         check maximum fd when creating modules
2479         * fvwm/events.c (My_XNextEvent):
2480         * fvwm/fvwm.c (main):
2481         replaced fd_width with fvwmlib_max_fd
2483         * libs/fvwmlib.h:
2484         * libs/System.c (fvwmlib_init_max_fd):
2485         added function and fvwmlib_max_fd
2487         * fvwm/events.c (My_XNextEvent):
2488         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2489         switch back to using FD_SET
2491         * fvwm/events.c (My_XNextEvent:
2492         * fvwm/module_interface.h:
2493         * fvwm/module_interface.c:
2494         hide module structure members with access macros and use them
2495         everywhere
2497 2007-01-02  Renato Caldas  <seventhguardian@gmail.com>
2499         * fvwm/module_interface.c (module_add_to_fdsets):
2500         * fvwm/module_interface.h:
2501         created new function that also checks for too many open fds
2503         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2504         * fvwm/events.c (My_XNextEvent):
2505         now using module_add_to_fdset to add pipes to the fdsets
2507 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2509         * libs/defaults.h (MAX_NUM_MODULES):
2510         * fvwm/module_interface.c (module_alloc):
2511         (do_execute_module):
2512         removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2514         * fvwm/module_interface.c (do_execute_module):
2515         moved the allocation call to the end of the sanity checks and pipe
2516         creation - better for performance
2518 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2520         END MODULE STRUCT PATCHES
2522         * fvwm/module_interface.c (do_execute_module):
2523         fixed another memory leak
2525 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2527         * fvwm/module_interface.h:
2528         * fvwm/module_interface.c:
2529         * fvwm/modconf.c:
2530         renamed struct module member "pipeName" and "pipeAlias" to "name"
2531         and "alias"
2533         * fvwm/module_interface.c (do_execute_module):
2534         fixed possible memory leak
2536 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2538         * fvwm/events.c (My_XNextEvent):
2539         * fvwm/module_interface.c (module_alloc):
2540         (do_execute_module):
2541         (KillModule):
2542         * fvwm/module_interface.h (fmodule):
2543         replaced int with a flag struct
2545         * fvwm/module_interface.h:
2546         * fvwm/events.c (My_XNextEvent):
2547         * fvwm/module_interface.c (module_alloc):
2548         (module_free):
2549         (module_insert):
2550         (ClosePipes):
2551         add new modules at front of list again
2552         removed global variable init_fdset; use a flag in the module struct
2553         instead
2554         removed the now obsolete module slot count
2556 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2558         * fvwm/module_interface.c (module_remove):
2559         (KillModule):
2560         moved module remotion code to module_remove()
2562 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2564         * fvwm/events.c (My_XNextEvent):
2565         fixed startup commands
2567         * fvwm/module_interface.c (module_insert):
2568         (module_free):
2569         (KillModule):
2570         (ClosePipes):
2571         append modules at end of list
2573         * fvwm/events.c (My_XNextEvent):
2574         fixed core
2576         * fvwm/module_interface.c (ExecuteModuleCommand):
2577         (PositiveWrite):
2578         (KillModuleByName):
2579         (BroadcastPacket):
2580         (BroadcastNewPacket):
2581         (BroadcastName):
2582         (BroadcastFvwmPicture):
2583         (BroadcastColorset):
2584         (BroadcastPropertyChange):
2585         (BroadcastConfigInfoString):
2586         (CMD_SendToModule):
2587         (FlushAllMessageQueues):
2588         (countModules):
2589         (CMD_set_mask):
2590         (CMD_set_sync_mask):
2591         (CMD_set_nograb_mask):
2592         cleanup
2593         (skipModuleAliasToken):
2594         use MAX_MODULE_ALIAS_LEN
2596         * fvwm/module_interface.c (KillModule):
2597         (do_execute_module):
2598         (module_alloc):
2599         added a "slot" member to the module struct to fix the init_fdset hack
2600         for now
2602         * libs/defaults.h (MAX_NUM_MODULES):
2603         (MAX_MODULE_ALIAS_LEN):
2604         new config values
2606         * fvwm/module_interface.c (do_execute_module):
2607         rewrote module struct initialization
2608         (HandleModuleInput):
2609         use %p to print module address, don't cast it to int
2611         * fvwm/module_interface.c (ClosePipes):
2612         (KillModule):
2613         use module_free
2614         (msg_mask_set):
2615         (module_insert):
2616         (module_alloc):
2617         new functions()
2619         * fvwm/module_interface.c (FreeModule):
2620         (module_free):
2621         renamed function
2623         * fvwm/module_interface.c (KillModule):
2624         (FreeModule):
2625         * fvwm/events.c (My_XNextEvent):
2626         * fvwm/execcontext.h:
2627         * fvwm/modconf.c (CMD_Send_ConfigInfo):
2628         (ModuleConfig):
2629         * fvwm/stack.c (BroadcastRestack):
2630         cleanup
2632         * fvwm/module_interface.c (module_get_next):
2633         * fvwm/module_interface.h:
2634         new function
2636 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2638         * fvwm/modconf.c (ModuleConfig):
2639         (SendConfigToModule):
2640         (send_xinerama_state):
2641         (send_desktop_names):
2642         (send_desktop_geometry):
2643         (send_image_path):
2644         (send_color_limit):
2645         (send_colorsets):
2646         (send_click_time):
2647         (send_move_threshold):
2648         (send_ignore_modifiers):
2649         (CMD_Send_ConfigInfo):
2650         * fvwm/functions.c (__execute_function):
2651         * fvwm/events.c (My_XNextEvent):
2652         * fvwm/module_interface.h (msg_masks_t):
2653         (fmodule):
2654         * fvwm/execcontext.c (__exc_change_context):
2655         (exc_create_null_context):
2656         * fvwm/execcontext.h:
2657         Initial module struct patches
2659         BEGIN MODULE STRUCT PATCHES
2661 2006-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2663         * fvwm/events.c (HandleFocusOut):
2664         (__refocus_stolen_focus_win):
2665         (HandleEnterNotify):
2666         less disruptive way of restoring focus to the window it was stolen from
2668 2006-12-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2670         * fvwm/events.c (HandleEnterNotify):
2671         restore focus to windows that had it stolen by
2672         unmanaged windows on enter of any unmanaged windows.
2674 2006-12-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2676         * fvwm/menubindings.c:
2677         don't include menus.h
2679         * fvwm/ConfigFvwmMenuDefaults:
2680         all bindings are silent
2682 2006-12-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2684         * fvwm/ConfigFvwmMenuDefaults:
2685         make all numpad keys silent -- not all keyboads have a numpad
2686         add KP_Separator for MenuClose
2688 2006-12-30  Serge Koksharov  <gentoosiast dog yandex dot ru>
2690         * fvwm/fvwm.1.in:
2691         documented missing menu bindings.
2693         * fvwm/ConfigFvwmMenuDefaults:
2694         fixed wrong menu bindings.
2696 2006-12-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2698         * fvwm/menubindings.c:
2699         * fvwm/menubindings.h:
2700         * fvwm/menucmd.c:
2701         * fvwm/menudim.c:
2702         * fvwm/menudim.h:
2703         * fvwm/menugeometry.c:
2704         * fvwm/menugeometry.h:
2705         * fvwm/menuitem.c:
2706         * fvwm/menuitem.h:
2707         * fvwm/menuroot.h:
2708         * fvwm/menus.c:
2709         * fvwm/menus.h:
2710         * fvwm/move_resize.c:
2711         * fvwm/move_resize.h:
2712         * fvwm/windowlist.c:
2713         simplified including header files
2715         * fvwm/menus.c (__mloop_handle_event):
2716         * fvwm/menuparameters.h:
2717         * fvwm/menubindings.c (menu_shortcuts):
2718         do not call find_entry directly but return MENU_NEWITEM_FIND instead
2720         * fvwm/menus.c (__mloop_handle_event):
2721         * fvwm/menuparameters.h:
2722         * fvwm/menubindings.c (menu_shortcuts):
2723         do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
2724         instead
2726         * fvwm/menus.h (MenuParameters):
2727         (MenuOptions):
2728         (MenuPosHints):
2729         (MenuRC):
2730         (MenuReturn):
2731         (MenuRepaintTransparentParameters):
2732         * fvwm/menuparameters.h (MenuParameters):
2733         (MenuOptions):
2734         (MenuPosHints):
2735         (MenuRC):
2736         (MenuReturn):
2737         (MenuRepaintTransparentParameters):
2738         moved to menuparameters.h
2740         * fvwm/menus.h (MenuRoot):
2741         (MenuRootDynamic):
2742         (MenuRootStatic):
2743         * fvwm/menutypes.h (MenuRoot):
2744         (MenuRootDynamic):
2745         (MenuRootStatic):
2746         moved to menuroot.h
2748         * fvwm/menus.c (menu_get_geometry):
2749         (menu_get_outer_geometry):
2750         * fvwm/menugeometry.c (menu_get_geometry):
2751         (menu_get_outer_geometry):
2752         moved to menugeometry.c
2754         * fvwm/menuparameters.h:
2755         * fvwm/menutypes.h:
2756         * fvwm/menugeometry.c:
2757         * fvwm/menugeometry.h:
2758         * fvwm/Makefile.am:
2759         new files
2761         * fvwm/menubindings.h (enum):
2762         * fvwm/menus.c (enum):
2763         moved enum menu_shortcut_action to menubindings.h
2764         (get_selectable_item_index):
2765         (get_selectable_item_from_index):
2766         (get_selectable_item_from_section):
2767         (get_selectable_item_count):
2768         (parse_menu_action):
2769         moved to menubindings.c
2771         * fvwm/menus.c (enum):
2772         (parse_menu_action):
2773         (menuShortcuts):
2774         renamed enum shortcut_action to menu_shortcut_action
2776         * fvwm/fvwm.c (SetRCDefaults):
2777         read default config file after all other defaults
2779 2006-12-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2781         * fvwm/ConfigFvwmMenuDefaults:
2782         * fvwm/fvwm.c (SetRCDefaults):
2783         make the hard coded menu bindings load before ConfigFvwmDefaults
2784         move Mouse 0 ... to ConfigFvwmMenuDefaults
2786 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2788         * fvwm/ConfigFvwmMenuDefaults:
2789         * fvwm/fvwm.c (SetRCDefaults):
2790         added hard coded default menu bindings
2792 2006-12-29  Serge Koksharov  <gentoosiast dog yandex dot ru>
2794         * fvwm/fvwm.1.in:
2795         documentation fixes.
2797 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2799         * fvwm/bindings.c:
2800         * fvwm/menubindings.h:
2801         * fvwm/menubindings.c:
2802         * fvwm/menus.h:
2803         * fvwm/menus.c:
2804         * fvwm/Makefile.am:
2805         moved new menu binding code to menubindings.c, menubindings.h
2806         split binding into a regular list and a fallback list that can not be
2807         modified
2809         * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
2810         fixed calculation of new geometry if x or y is negative
2812         * fvwm/geometry.c (maximize_adjust_offset):
2813         fixed calculations of normal geometry when maximized
2815 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2817         * NEWS:
2818         * fvwm/ConfigFvwmMenuDefaults:
2819         * fvwm/fvwm.c (SetRCDefaults):
2820         * fvwm/menus.c (parse_menu_action):
2821         * fvwm/fvwm.1.in:
2822         rename menu action to menu bindings and make menu binding commands
2823         more verbose.  Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
2824         ensure basic function with ConfigFvwmMenuDefaults missing.
2826 2006-12-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2828         * fvwm/menus.c (menuShortcuts):
2829         fixed compiler warning.
2831 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2833         * fvwm/fvwm.1.in:
2834         corrected mis-spelling
2836         * AUTHORS:
2837         * NEWS:
2838         * fvwm/fvwm.1.in:
2839         * fvwm/menus.h:
2840         * fvwm/menus.c (handle_emacs_bindings):
2841         (parse_menu_action)
2842         (menuShortcuts):
2843         (__mloop_handle_event):
2844         (menu_binding):
2845         * fvwm/bindings.c (ParseBinding):
2846         * fvwm/Makefile.am (config_DATA):
2847         * fvwm/ConfigFvwmDefaults:
2848         * fvwm/ConfigFvwmMenuDefaults:
2849         fully configurable mouse any key bindings for menu navigation.
2851 2006-12-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2853         * fvwm/virtual.c (HandlePaging):
2854         removed bogus comment
2856         * fvwm/move_resize.c (__move_loop):
2857         cleanup
2858         (__resize_window):
2859         allow paging during resize with "EdgeScroll 0 0" as documented in the
2860         man page
2861         fixed disappearing windows with "maximize; resize - abort; unmaximize"
2863         * fvwm/fvwm.h (FvwmWindow):
2864         * fvwm/add_window.c (AddWindow):
2865         * fvwm/add_window.c (setup_frame_window):
2866         * fvwm/add_window.c (setup_parent_window)
2867         * fvwm/borders.c (border_draw_decorations):
2868         * fvwm/borders.c (border_draw_one_border_part):
2869         * fvwm/borders.c (border_get_parts_and_pos_to_draw)
2870         * fvwm/borders.c (border_get_titlebar_descr)
2871         * fvwm/builtins.c (__remove_window_decors):
2872         * fvwm/conditional.c (MatchesConditionMask):
2873         * fvwm/events.c (HandleMapNotify):
2874         * fvwm/events.c (HandleMapRequestKeepRaised)
2875         * fvwm/events.c (HandlePropertyNotify):
2876         * fvwm/events.c (HandleShapeNotify):
2877         * fvwm/events.c (__cr_detect_icccm_move)
2878         * fvwm/events.c (__cr_get_grav_position):
2879         * fvwm/events.c (__cr_get_static_position)
2880         * fvwm/events.c (__handle_configure_request)
2881         * fvwm/events.c (__handle_cr_on_client):
2882         * fvwm/ewmh.c (EWMH_fullscreen):
2883         * fvwm/focus.c (__activate_window_by_command):
2884         * fvwm/focus.c (__set_focus_to_fwin):
2885         * fvwm/focus.c (warp_to_fvwm_window):
2886         * fvwm/frame.c (__frame_setup_window):
2887         * fvwm/frame.c (frame_create_move_resize_args)
2888         * fvwm/frame.c (frame_free_move_resize_args):
2889         * fvwm/frame.c (frame_move_resize_step)
2890         * fvwm/frame.c (frame_reshape_border):
2891         * fvwm/geometry.c (constrain_size):
2892         * fvwm/geometry.c (get_icon_corner)
2893         * fvwm/geometry.c (get_page_offset):
2894         * fvwm/geometry.c (get_page_offset_check_visible):
2895         * fvwm/geometry.c (get_shaded_client_window_pos):
2896         * fvwm/geometry.c (get_title_button_geometry):
2897         * fvwm/geometry.c (get_title_geometry)
2898         * fvwm/geometry.c (get_unshaded_geometry):
2899         * fvwm/geometry.c (get_visible_window_or_icon_geometry)
2900         * fvwm/geometry.c (gravity_constrain_size):
2901         * fvwm/geometry.c (maximize_adjust_offset):
2902         * fvwm/geometry.c (update_absolute_geometry):
2903         * fvwm/geometry.c (update_relative_geometry)
2904         * fvwm/gnome.c (GNOME_SetWinArea):
2905         * fvwm/icons.c (AutoPlaceIcon):
2906         * fvwm/icons.c (DeIconify):
2907         * fvwm/icons.c (Iconify):
2908         * fvwm/module_interface.c (CONFIGARGS):
2909         * fvwm/move_resize.c (AnimatedMoveAnyWindow)
2910         * fvwm/move_resize.c (CMD_Maximize):
2911         * fvwm/move_resize.c (CMD_ResizeMaximize):
2912         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
2913         * fvwm/move_resize.c (__move_loop):
2914         * fvwm/move_resize.c (__move_window):
2915         * fvwm/move_resize.c (__resize_window):
2916         * fvwm/move_resize.c (maximize_fvwm_window):
2917         * fvwm/move_resize.c (resize_move_window):
2918         * fvwm/move_resize.c (stick_across_pages):
2919         * fvwm/move_resize.c (unmaximize_fvwm_window):
2920         * fvwm/placement.c (__explain_placement):
2921         * fvwm/placement.c (__place_get_wm_pos):
2922         * fvwm/placement.c (get_next_x):
2923         * fvwm/placement.c (get_next_y):
2924         * fvwm/placement.c (test_fit)
2925         * fvwm/session.c (MatchWinToSM):
2926         * fvwm/session.c (SaveWindowStates):
2927         * fvwm/update.c (apply_window_updates):
2928         * fvwm/virtual.c (MoveViewport):
2929         * fvwm/windowlist.c (CMD_WindowList):
2930         * fvwm/windowshade.c (CMD_WindowShade):
2931         put some of the window geometry members into a separate struct window_g
2932         with members frame, normal, max, max_defect, max_offset
2934 2006-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2936         * NEWS:
2937         * AUTHORS:
2938         * fvwm/window_flags.h:
2939         * fvwm/style.h:
2940         * fvwm/style.c (style_parse_one_style_option):
2941         * fvwm/icons.c (DrawIconTitleWindow):
2942         * fvwm/fvwm.h (common_flags_t):
2943         * fvwm/fvwm.1.in (Style):
2944         * fvwm/borders.c:
2945         (border_draw_title_stick_lines):
2946         Applied Stippled patch by Thomas Adam with some fixes.
2948 2006-12-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2950         * NEWS:
2951         FvwmWinList button/list syncronization fixed (bug #1393)
2953 2006-12-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2955         * NEWS:
2956         * configure.ac:
2957         updated for 2.5.20.
2959         * NEWS:
2960         * configure.ac:
2961         updated for 2.5.19 release
2963         * NEWS:
2964         updated after 2.4.20 release
2966         * NEWS:
2967         * fvwm/focus.c (focus_get_fpol_context_flag):
2968         * fvwm/events.c (__check_click_to_focus_or_raise)
2969         (__handle_click_to_focus):
2970         Treat EWMH desktop as client window under click to focus. (#1492)
2972 2006-12-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2974         * libs/Module.h (MX_REPLY):
2975         (MAX_EXTENDED_MESSAGES):
2976         (MAX_XMSG_MASK):
2977         * fvwm/module_interface.c (CMD_Send_Reply):
2978         * fvwm/functable.c (func_table):
2979         * fvwm/commands.h:
2980         Added Send_Reply module only command.
2982 2006-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2984         * libs/PictureUtils.c (init_static_colors_table):
2985         fix fvwm for < 8 bit depth, bug #1677
2987 2006-11-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2989         * fvwm/misc.c (IsRectangleOnThisPage):
2990         new fix for signedness problems.
2992 2006-10-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2994         * fvwm/misc.c (IsRectangleOnThisPage):
2995         fix signedness problem with test introduced by gcc4 fix below.
2997 2006-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2999         * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3000         (size_rect):
3001         (rectangle)
3002         (signed_rectangle):
3003         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3004         * libs/gravity.h (gravity_move_resize_parent_child):
3005         * libs/gravity.c (gravity_move_resize_parent_child):
3006         * fvwm/frame.h (frame_get_titlebar_dimensions)
3007         * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3008         (frame_get_resize_decor_gravities):
3009         (mr_args_internal):
3010         (frame_setup_border):
3011         (frame_setup_titlebar)
3012         (frame_get_resize_decor_gravities):
3013         (frame_get_titlebar_dimensions):
3014         split rectangle into a signed size and an unsigned size type.
3016         * fvwm/screen.h (ScreenInfo):
3017         * libs/FScreen.h (FScreenGetScrRect):
3018         (FScreenGetResistanceRect):
3019         * libs/FScreen.c (XineramaScreenInfo):
3020         (FScreenGetGeometry)
3021         (FScreenGetScrRect):
3022         (FScreenClipToScreen):
3023         (FScreenCenterOnScreen)
3024         (FScreenGetResistanceRect):
3025         (FScreenIsRectangleOnScreen):
3026         * fvwm/fvwm.h (FvwmWindow):
3027         * fvwm/screen.h (DecorFace):
3028         * libs/fvwmlib.h (CreateGradientPixmap):
3029         * libs/Graphics.c (CreateGradientPixmap):
3030         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3031         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3032         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3033         (PImageLoadPixmapFromFile):
3034         (PImageLoadPixmapFromXpmData):
3035         * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3036         (PImageCreatePixmapFromArgbData):
3037         (PImageLoadPixmapFromFile)
3038         (PImageLoadFvwmPictureFromFile):
3039         (PImageLoadPixmapFromXpmData):
3040         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3041         * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3042         (EWMH_SetIconFromWMIcon):
3043         * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3044         * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3045         * fvwm/colorset.c (parse_colorset):
3046         * fvwm/icons.c (DrawIconTitleWindow):
3047         (AutoPlaceIcon)
3048         (do_all_iconboxes):
3049         * fvwm/menus.h (MenuRootDynamic):
3050         * fvwm/menus.c (update_menu):
3051         (pop_menu_up):
3052         (do_menu)
3053         (get_menu_options):
3054         * fvwm/move_resize.c (GetMoveArguments):
3055         (ParseOneResizeArgument)
3056         (GetResizeArguments):
3057         (GetResizeMoveArguments):
3058         (DoSnapAttract)
3059         (__move_loop):
3060         (CMD_Maximize):
3061         change dimensions and allocation counts to unsigned types.
3063         * libs/Flocale.h (FlocaleStringNumberOfBytes)
3064         (FlocaleStringByteToCharOffset):
3065         (FlocaleStringCharToByteOffset)
3066         (FlocaleStringCharLength)
3067         * libs/Flocale.c (FlocaleStringNumberOfBytes)
3068         (FlocaleStringByteToCharOffset):
3069         (FlocaleStringCharToByteOffset)
3070         (FlocaleStringCharLength):
3071         (FlocaleUtf8ToUnicodeStr2b)
3072         (FlocaleStringToString2b):
3073         (FlocaleEncodeString):
3074         * libs/Ficonv.c (convert_charsets):
3075         change most string types to char* from unsigned char* to match
3076         with system headers without casts.
3078         * libs/Flocale.c (FlocaleLoadFont):
3079         init shadow_dir to make gcc 4 happy.
3081         * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3082         (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3083         (CSETS_IS_TRANSPARENT_ROOT_PURE)
3084         (CSETS_IS_TRANSPARENT_PR_PURE):
3085         (CSETS_IS_TRANSPARENT_ROOT)
3086         (CSETS_IS_TRANSPARENT):
3087         compare pointer with NULL, not >= 0.
3089         * libs/FTips.h (ftips_position_t):
3090         * fvwm/expand.c (partial_extended_vars):
3091         * fvwm/placement.c (preason_screen_t):
3092         remove comma last in enums.
3094         * fvwm/style.c (style_parse_focus_policy_style):
3095         change 0xffffffff to ~0 to silience truncation warning.
3097         * fvwm/session.h (mwtsm_state_args):
3098         make flags unsigned.
3100         * fvwm/schedule.c (sq_object_type):
3101         change // to /* ... */
3103         * libs/Fft.c (FftGetFontWidths):
3104         (FftTextWidth):
3105         * libs/FScreen.c (FScreenConfigureSLSScreens):
3106         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3107         (EWMH_SetDesktopNames):
3108         * fvwm/fvwm.c (LoadDefaultLeftButton):
3109         (LoadDefaultRightButton):
3110         * fvwm/builtins.c (ReadDecorFace):
3111         (CMD_State):
3112         silence signedness warnings by casts.
3114         * fvwm/borders.c (ROTATE_RECTANGLE):
3115         make sure tr is initialized.
3117         * fvwm/add_window.c (FetchWmProtocols):
3118         use unsigned type for l_protocols.
3120 2006-09-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3122         * fvwm/events.c (HandleFocusIn):
3123         (HandleFocusOut):
3124         * fvwm/focus.c (__set_focus_to_fwin):
3125         fix focus decoration when unmanaged are focused, unless
3126         FlickeringQtDialogsWorkaround is on. Closes bug #758.
3128 2006-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3130         * fvwm/geometry.c (constrain_size):
3131         repeat aspect-resizing in a loop to get a stable result that does not
3132         change the next time the frame is set up
3134 2006-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3136         * NEWS:
3137         * configure.ac:
3138         increased version to 2.5.19
3139         released 2.5.18
3141         * NEWS:
3142         * configure.ac:
3143         updated for 2.5.18 release
3145 2006-09-04  Renato Caldas  <seventhguardian@gmail.com>
3147         * acinclude.m4:
3148         removed the unused test for imlib
3149         removed the Imlib.h header from gdk_imlib test programs
3151 2006-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3153         * fvwm/ewmh.c (atom_get):
3154         fix offset and length args for XGetWindowProperty() (to support 64bit
3155         architectures)
3157 2006-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3159         * fvwm/events.c (HandleUnmapNotify):
3160         immediately handle MapRequests after unmapping a window while we still
3161         have the context fvwm window; this is necessary to allow the client to
3162         re-map a window before fvwm can reparent it to the root window
3163         (HandleMapRequestKeepRaised):
3164         cleaned up
3166 2006-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3168         * fvwm/ewmh.c (ewmh_HandleDesktop):
3169         fixed handling of ClickToFocusPassesClick with the EWMH desktop
3170         window
3172 2006-08-29  Harald Dunkel  <harald.dunkel@t-online.de>
3174         * fvwm/icccm2.c:
3175         * fvwm/gnome.c:
3176         * fvwm/decorations.c:
3177         fix offset and length args for XGetWindowProperty() (to support 64bit
3178         architectures)
3180 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3182         * NEWS:
3183         * fvwm/expand.c (expand_vars_extended):
3184         correctly expand break.
3185         * fvwm/conditional.c (__rc_matches_rcstring_consume):
3186         fix matching break.
3188 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3190         * fvwm/decorations.h (is_function_allowed):
3191         * fvwm/decorations.c (__is_resize_allowed):
3192         (is_function_allowed):
3193         work on 'const FvwmWindow *'
3195         * fvwm/fvwm.h (action_flags):
3196         * fvwm/style.c (check_window_style_change):
3197         * fvwm/module_interface.c (__get_allowed_actions)
3198         (CONFIGARGS):
3199         * libs/vpacket.h (ConfigWinPacket):
3200         expose fvwm allowed actions to modules
3202 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3204         * fvwm/move_resize.c (__move_icon):
3205         *do* map icon windows for pictured icons on move, but only if they end
3206         up on the current desk
3208 2006-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3210         * fvwm/move_resize.c (__move_icon):
3211         don't map icon windows for pictured icons on move
3213 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3215         * fvwm/style.c (remove_all_of_style_from_list):
3216         (__simplify_style_list):
3217         (blockor):
3218         (blockand):
3219         (blockunmask)
3220         (blockissubset):
3221         (style_ids_are_equal):
3222         (style_id_equals_id)
3223         (styles_have_same_id):
3224         (fw_match_style_id)
3225         (one_fw_can_match_both_ids):
3226         (check_window_style_change):
3227         use int/0/1 instead of Bool/False/True
3229         * fvwm/move_resize.c (stick_across_pages):
3230         use False instead of FALSE
3232         * fvwm/style.c (fw_match_style_id):
3233         * fvwm/read.c (run_command_file):
3234         (push_read_file):
3235         * fvwm/add_window.c (MappedNotOverride):
3236         * libs/wild.c (matchWildcards):
3237         use 0 and 1 instead of FALSE and TRUE
3239         * fvwm/fvwm.h:
3240         removed TRUE and FALSE
3242 2006-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3244         * NEWS:
3245         FvwmPager !IconTitle style bugfix.
3247 2006-07-31  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3249         * fvwm/fvwm.1.in:
3250         Updated description of Wait command in man page.
3252 2006-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3254         * libs/Flocale.c (FlocaleFontStructDrawString)
3255         (FlocaleRotateDrawString):
3256         (FlocaleDrawString):
3257         fixed drawing of forecolor/hilightfore
3259         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3260         always unmaximize and resize window when leaving fullscreen state,
3261         not just if it did not start as fullscreen
3263 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3265         * fvwm/fvwm.1.in (MenuStyle):
3266         added a reference to the prefered ! style negation flag,
3267         and listed the other deprecated negative forms in one place.
3268         (ActiveForeOff):
3269         (AnimationOff):
3270         (AutomaticHotkeysOff):
3271         (HilightBackOff):
3272         (TitleWarpOff):
3273         changed to the ! negation form and listed as deprecated.
3274         (ActiveBack):
3275         removed relics from the man page
3277 2006-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3279         * NEWS:
3280         * configure.ac:
3281         increased version to 2.5.18
3282         released 2.5.17
3284         * NEWS:
3285         * configure.ac:
3286         updated for 2.5.17 release
3288 2006-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3290         * fvwm/move_resize.c (__move_window):
3291         allow moving a window without an icon while it's iconified based on the
3292         frame geometry
3294 2006-07-17  Serge Koksharov  <gentoosiast dog yandex dot ru>
3296         * fvwm/menustyle.c (menustyle_copy):
3297         Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3299 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3301         * fvwm/fvwm.1.in:
3302         NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3303         changed the manpage to reflect the prefered style negation method,
3304         that is, using the !* negation sign.
3306 2006-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3308         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3309         removed documentation of filters.
3311         * NEWS:
3312         * fvwm/expand.c (check_first_filter):
3313         (apply_filters)
3314         (expand_args_extended):
3315         (expand_vars_extended):
3316         (expand_vars):
3317         removed variable filter implementation and backslash-escaping.
3319 2006-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3321         * NEWS:
3322         News blurb for variable filters and backslash-escaping.
3323         * fvwm/fvwm.1.in:
3324         documentation of variable filters.
3326 2006-07-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3328         * fvwm/expand.c (chec):
3329         (first_filter):
3330         (apply_filters)
3331         (expand_args_extended):
3332         (expand_vars_extended):
3333         (expand_vars):
3334         implemented variable filters.
3336         * fvwm/expand.c (expand_vars):
3337         made backslash work as escape character within extended variables.
3339         * libs/Strings.h (QuoteEscapeString):
3340         (QuoteEscapeStringLength):
3341         * libs/Strings.c (QuoteEscapeString):
3342         (QuoteEscapeStringLength):
3343         new functions: QuoteEscapeString and QuoteEscapeStringLength for
3344         generic quoting.
3346         * fvwm/expand.c (expand_args_extended):
3347         make upper limit inclusive.
3349         * fvwm/functions.c (__execute_function):
3350         Changed PeekToken to GetNextToken before expand_vars call.
3352         * fvwm/fvwm.1.in:
3353         updated documentation regarding quoting in expand_args_extended
3355 2006-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3357         * fvwm/expand.c (__eae_parse_range):
3358         reject everything that does not begin with a digit
3360         * libs/Parse.c (SkipNTokens):
3361         stop skipping tokens at the end of input
3363         * fvwm/expand.c (__eae_parse_range):
3364         bugfixes
3365         (expand_vars):
3366         reformatted
3367         (__eae_parse_range):
3368         fixed parsing of $[n-]
3370 2006-07-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3372         * fvwm/expand.c (expand_args_extended):
3373         fixed core dump
3374         added range check for positional parameters
3375         (expand_args_extended):
3376         (__eae_parse_range):
3377         cleaned up and simplified parsing code
3378         properly unquote arguments when expanding
3379         removed the patch below
3381 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3383         * fvwm/expand.c (expand_args_extended):
3384         removed range check for positional parameters
3385         make single arguments not use the 'upper' variable
3386         changed back to PeekToken for single arguemnts.
3387         improved some comments.
3389 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3391         * fvwm/expand.c (expand_args_extended):
3392         Fix segfault when called with a tokenless string for single arguments.
3394 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3395         * docs/FAQ:
3396         Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3397         Reported by Serge Koksharov.
3399 2006-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3401         * fvwm/placement.c (__explain_placement):
3402         print initial size of window too
3404         * libs/Makefile.am (libfvwm_a_SOURCES):
3405         * libs/fvwm_sys_stat.h:
3406         added compat file
3408         * configure.ac:
3409         added O_NOFOLLOW replacement and always include fcntl.h
3411 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3412         * libs/Parse.c:
3413         Added DV's mailing-list comments about how PeekToken & GetNextToken
3414         work as comments to the source code. (slightly modified)
3416 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3418         * fvwm/schedule.c (CMD_Schedule):
3419         Fixed parsing of "Periodic" option.
3421 2006-07-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3423         * NEWS:
3424         Fix for tempfile vulnerabilities in FvwmCommand.
3425         * configure.ac:
3426         Added check for lstat.
3428 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3429         * fvwm/schedule.c:
3430         * NEWS:
3431         * AUTHORS:
3432         * fvwm/fvwm.1.in:
3433         Added "Periodic" option to Schedule command.
3435 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3437         * fvwm/module_interface.c (KillModule):
3438         (ClosePipes):
3439         fixed KillModule
3442 2006-07-09  Renato Caldas  <seventhguardian@gmail.com>
3444         * fvwm/fvwm.c (main):
3445         changed the -blackout warning to say it will be removed in 3.0
3447         * fvwm/fvwm.1.in (-blackout):
3448         updated the manual regarding the future remotion of -blackout
3450 2006-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3452         * NEWS:
3453         * configure.ac:
3454         added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3456 2006-07-08  Renato Caldas  <seventhguardian@gmail.com>
3458         *libs/alloca.c (DEBUG_I00FUNC)
3459         removed old debug code
3461 2006-07-07  Renato Caldas  <seventhguardian@gmail.com>
3463         * libs/debug.c:
3464         removed the old unused file
3466         * libs/Makefile.am (libfvwm_a_SOURCES):
3467         removed the reference to debug.c
3469         * libs/fvwmlib.h:
3470         removed the code related to libs/debug.c
3472         * fvwm/module_interface.c (make_named_packet)
3473         removed the #if 0'ed debug code related to debug.c
3475         fvwm/focus.h (DEBUG_FOCUS)
3476         removed the #ifdef'ed to 0 debug code related to debug.c
3479 2006-07-06  Renato Caldas  <seventhguardian@gmail.com>
3481         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3482         removed useles definition.
3484         * modules/FvwmPager/FvwmPager.c (main):
3485         (ParseOptions):
3486         removed most of the debug code.
3487         changed termination debug to use 'isTerminated' instead of
3488         'debug_term_signal'.
3489         changed termination debug to compile on FVWM_DEBUG_MSGS instead
3490         of DEBUG.
3492         * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3493         * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3494         (fvwmSetTerminate):
3495         removed unused debug_term_signal.
3497 2006-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3499         * NEWS:
3500         Work around for Cygwin not requiering '_GNU_SOURCE' to use
3501         stdio's getline; news entry.
3503 2006-06-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3505         * fvwm/commands.h:
3506         * fvwm/module_interface.c (CMD_ModuleListenOnly):
3507         (do_execute_module):
3508         (PositiveWrite):
3509         (ClosePipes):
3510         (KillModule):
3511         * fvwm/commands.h (enum):
3512         * fvwm/functable.c (func_table):
3513         new command ModuleListenOnly
3515 2006-06-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3517         * fvwm/move_resize.c (__move_loop):
3518         make sure a window is snapped in __move_loop when a button is released
3519         if it was snapped before
3521 2006-06-04  Mikhael Goikhman  <migo@homemail.com>
3523         * fvwm/expand.c (expand_vars_extended):
3524         convert function to have a single return point; this is good to
3525         implement doc/todo-vars filters in the future;
3526         fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3527         to behave like deprecated $n, $c and $r, i.e. quote them
3529 2006-06-03  Mikhael Goikhman  <migo@homemail.com>
3531         * fvwm/expand.c:
3532         multiple minor tweaks: remove trailing spaces and other
3533         re-spacing and re-indenting, remove old "#if 0" code
3535 2006-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3537         * fvwm/move_resize.c (ParseOneResizeArgument):
3538         rewrote parsing of resize arguments
3539         new prefix 'w' for resizing
3541 2006-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3543         * fvwm/conditional.c (MatchesConditionMask):
3544         fixed handling of some conditions (iconifiable, fixed, ...)
3546 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
3548         * fvwm/fvwm.1.in:
3549         s/reverted/negated/
3551         * fvwm/conditional.c:
3552         Output an error message if an unrecognised conditional is used
3553         with the Test or TestRc commands.
3555 2006-05-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3557         * fvwm/frame.c (frame_mrs_hide_changing_parts):
3558         do not map hide windows if their width or height is zero
3560 2006-05-09  Serge Koksharov  <gentoosiast dog yandex dot ru>
3562         * fvwm/ewmh_events.c:
3563         * fvwm/fvwm.1.in:
3564         * fvwm/gnome.c:
3565         * libs/FlocaleCharset.c:
3566         corrected typos
3568         * libs/Flocale.c:
3569         corrected typos in warning messages
3571         * libs/Colorset.c:
3572         * libs/PictureGraphics.c:
3573         * libs/PictureGraphics.h:
3574         renamed function PGraphicsCreateTransprency to
3575         PGraphicsCreateTransparency
3577 2006-04-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3579         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3580         * fvwm/expand.c (expand_args_extended):
3581         fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3583 2006-04-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3585         * NEWS:
3586         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3587         * fvwm/expand.c (expand_args_extended):
3588         (expand_vars):
3589         added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3591         * fvwm/conditional.c (CMD_All):
3592         * fvwm/fvwm.1.in (All):
3593         changed Reverse and UseStack options to have free order.
3595         * NEWS:
3596         * fvwm/fvwm.1.in (WindowShade):
3597         * fvwm/windowshade.c (CMD_WindowShade):
3598         * fvwm/add_window.c (setup_window_structure):
3599         added last direction to WindowShade command.
3601 2006-04-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3603         * fvwm/fvwm.1.in (All):
3604         corrected typo
3606 2006-04-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3608         * NEWS:
3609         * fvwm/fvwm.1.in (All):
3610         * fvwm/conditional.c (CMD_All):
3611         added reverse option to All command to do the action in opposite order
3612         added UseStack option to All command to use the stack ring instead of
3613         the window ring.
3615 2006-04-07  Serge Koksharov  <gentoosiast dog yandex dot ru>
3617         * bin/fvwm-bug.in:
3618         changed fallback editor from `emacs' to `vi' because it much
3619         more widespread on non-Linux systems
3620         fixed errors (because of incorrect syntax fallback entries were
3621         not used)
3622         now script honors `TMPDIR' env. variable and if it's not set it
3623         fallback to `/tmp' directory when creating temporary file
3625 2006-04-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3627         * fvwm/fvwm.1.in:
3628         changed description of the fvwmstyle resource usage
3629         to state that it's used in addition to the other
3630         matches
3631         * fvwm/style.c (fw_match_style_id):
3632         fixed a typo in style_name matching
3634 2006-04-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3636         * fvwm/style.c (fw_match_style_id):
3637         reformatted code and fixed a warning
3639 2006-04-04  Serge Koksharov  <gentoosiast dog yandex dot ru>
3641         * ChangeLog:
3642         * bin/ChangeLog:
3643         * libs/Fft.c (FftGetFont):
3644         * libs/System.c:
3645         corrected typos
3647         * libs/System.c (fvwm_mkstemp):
3648         because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3649         function was never used, even if it was considered secure by configure
3650         script.
3652 2006-04-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3654         * AUTHORS:
3655         added some more suff to the list of what I've done.
3656         * NEWS:
3657         * fvwm/fvwm.1.in:
3658         * fvwm/add_window.c (__add_window_handle_x_resources)
3659         (destroy_window):
3660         (AddWindow):
3661         * fvwm/fvwm.h (FvwmWindow):
3662         added fvwmstyle resource to override style name
3664 2006-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3666         * fvwm/menus.c (pop_menu_up):
3667         as documented, do not warp to title for root menus with TitleWarp
3669 2006-03-21  Serge Koksharov  <gentoosiast dog yandex dot ru>
3671         * fvwm/fvwm.1.in:
3672         Removed duplicated 'NoIcon' style option description in the end
3673         of the `The Style command...' section.
3674         Removed `Recapture True' option setting in example of BusyCursor
3675         description, because `Recapture' isn't valid option of `BusyCursor'
3676         command anymore.
3677         Updated ewmh specification URL (the old was 404)
3678         Added URL to ICCCM 2.0 manual
3680         * modules/FvwmAnimate/FvwmAnimate.c:
3681         corrected delay for Zoom3D animation effect
3683         * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3684         * modules/FvwmConsole/FvwmConsole.1.in:
3685         replaced all `Cntl' modificator key mentions with `Ctrl' to be
3686         consistent with rest of the documentation and because it's more
3687         conventional abbreviation.
3689         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3690         slightly clarified the `StartName' option description
3691         added the undocumented `MailDir' option description. Somebody
3692         violated section `K' of the convention list.
3694         * fvwm/fvwm.1.in:
3695         * fvwm/ConfigFvwmSetup:
3696         * modules/FvwmForm/FvwmForm.1.in:
3697         * modules/FvwmForm/FvwmForm-Rlogin:
3698         * sample.fvwmrc/system.fvwm2rc:
3699         * sample.fvwmrc/system.fvwm2rc-sample-1:
3700         replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
3701         inherently insecure. We shouldn't teach our users bad things,
3702         should we?
3704         * AUTHORS:
3705         * Changelog:
3706         * INSTALL.fvwm:
3707         * NEWS:
3708         * bin/fvwm-config.1.in:
3709         * bin/fvwm-menu-headlines.1:
3710         * bin/fvwm-menu-headlines.in:
3711         * bin/fvwm-perllib.in:
3712         * bin/fvwm-root.1.in:
3713         * docs/CONVENTIONS:
3714         * docs/FAQ:
3715         * fvwm/fvwm.1.in:
3716         * fvwm/fvwm.h:
3717         * fvwm/virtual.c:
3718         * libs/PictureGraphics.c:
3719         * libs/Picture.h:
3720         * modules/FvwmBacker/FvwmBacker.1.in:
3721         * modules/FvwmDebug/FvwmGtkDebug.in:
3722         * modules/FvwmDebug/FvwmGtkDebug.1:
3723         * modules/FvwmEvent/FvwmEvent.1.in:
3724         * modules/FvwmForm/FvwmForm.1.in:
3725         * modules/FvwmIconMan/xmanager.c:
3726         * modules/FvwmIdent/FvwmIdent.c:
3727         * modules/FvwmIdent/FvwmIdent.1.in:
3728         * modules/FvwmPerl/FvwmPerl.in:
3729         * modules/FvwmPerl/FvwmPerl.1:
3730         * modules/FvwmScript/FvwmScript.1.in:
3731         * modules/FvwmScript/Widgets/Menu.c:
3732         * modules/FvwmTabs/ConfigFvwmTabs:
3733         * modules/FvwmTabs/FvwmTabs-DefaultSetup:
3734         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3735         * modules/FvwmTheme/FvwmTheme.1.in:
3736         * perllib/FVWM/Module/Tk.pm:
3737         * perllib/FVWM/Tracker.pm:
3738         * perllib/FVWM/Module.pm.in:
3739         corrected typos
3741 2006-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3743         * fvwm/style.c (style_parse_focus_policy_style):
3744         fix ISO C90 compability with unconsumed styleoption warnings
3746 2006-03-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3748         * fvwm/events.c (HandlePropertyNotify):
3749         fix for bug 1557/3950 (possible free of Untilted constant or
3750         already used name (if app reset the name already given to them))
3752 2006-03-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3754         * fvwm/focus.c (__activate_window_by_command)
3755         (warp_to_fvwm_window):
3756         (CMD_WarpToWindow):
3757         * fvwm/builtins.c (CMD_CursorMove):
3758         set last pointer event position after warping the pointer
3760         * libs/FEvent.h:
3761         * libs/FEvent.c (FWarpPointerUpdateEvpos):
3762         new function
3764 2006-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3766         * acinclude.m4 (AM_PATH_GTK):
3767         (AM_PATH_IMLIB):
3768         (AM_PATH_GDK_IMLIB):
3769         (AM_CHECK_FT2):
3770         (AM_CHECK_XFT):
3771         (AM_CHECK_FC):
3772         fixed to cope with 4 digit version numbers
3774 2006-02-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3776         * NEWS:
3777         * fvwm/style.c (parse_and_set_window_style)
3778         (style_parse_one_style_option):
3779         (style_parse_icon_fill_style)
3780         (style_parse_icon_grid_style):
3781         (style_parse_icon_box_style)
3782         (style_parse_icon_size_style):
3783         (style_parse_focus_policy_style)
3784         (style_parse_button_style):
3785         warn if parts of style options are not consumed
3787 2006-02-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3789         * fvwm/menuitem.c (menuitem_paint):
3790         use the MenuColorset in all cases if TitleColorset is not given
3792 2006-02-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3794         * fvwm/style.c (style_parse_one_style_option):
3795         * fvwm/placement.c (__place_get_wm_pos):
3796         (__explain_placement):
3797         new placement style UnderMousePlacement
3799 2006-02-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3801         * NEWS:
3802         * fvwm/fvwm.1.in (EdgeScroll):
3803         * fvwm/virtual.c (CMD_EdgeScroll):
3804         fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
3805         added wrap/wrapx/wrapy option to EdgeScroll
3807 2006-02-10  Mikhael Goikhman  <migo@homemail.com>
3809         * fvwm/fvwm.1.in:
3810         spell check the whole file (dozens of typos)
3812 2006-02-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3814         * fvwm/module_interface.c (do_execute_module):
3815         removed accidentally committed FVWM_MODULE_ALIAS patch
3817 2006-02-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3819         * fvwm/module_interface.c (do_execute_module):
3820         unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
3822         * fvwm/menus.c (size_menu_horizontally):
3823         fix for drawing menus with sidepic on the right
3825         * libs/Flocale.c (FlocaleFontStructDrawString):
3826         (FlocaleDrawString):
3827         set the foreground colour before drawing a string
3829         * fvwm/menustyle.h:
3830         * fvwm/menustyle.c (menustyle_get_styleopt_index):
3831         (menustyle_free):
3832         (menustyle_update):
3833         (menustyle_parse_style):
3834         (menustyle_copy):
3835         * fvwm/menus.c (calculate_item_sizes):
3836         (size_menu_vertically):
3837         (UpdateMenuColorset):
3838         * fvwm/menuitem.c (menuitem_paint):
3839         Applied patch by David Maciver
3840         new menu styles TitleColorset, HilightTitleBack and TitleFont
3842 2006-02-09  Renato Caldas  <seventhguardian@gmail.com>
3844         * libs/Module.h:
3845         * libs/Module.c (ParseModuleArgs):
3846         added variable "namelen" to ModuleArgs struct
3848 2006-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3850         * libs/Module.h:
3851         removed duplicate declaration
3853 2006-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3855         * fvwm/fvwm.c (main):
3856         replaced previous patch with a better one
3858         * fvwm/virtual.c (unmap_window):
3859         * fvwm/menus.c (do_menu):
3860         * fvwm/events.c (fake_map_unmap_notify):
3861         (HandleMapNotify):
3862         * fvwm/add_window.c (MappedNotOverride):
3863         Added XFlush after XSelectInput
3865 2006-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3867         * NEWS:
3868         * fvwm/fvwm.c (main):
3869         fix for fvwm not detecting non ICCCM2 wm (bug #3151)
3871 2006-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3873         * NEWS:
3874         * configure.ac:
3875         increased version to 2.5.17
3876         released 2.5.16
3878         * NEWS:
3879         * configure.ac:
3880         updated for 2.5.16 release
3882         * acinclude.m4 (CHECK_LIBCHARSET):
3883         removed debug code
3885 2006-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3887         * fvwm/functions.c (execute_complex_function):
3888         print a message to the console instead of ringing the bell when a
3889         grab fails
3891 2006-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3893         * NEWS:
3894         fixed typo (NEWS still said 2.5.15)
3896 2006-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3898         * NEWS:
3899         * configure.ac:
3900         increased version to 2.5.16
3901         released 2.5.15
3903         * NEWS:
3904         * configure.ac:
3905         updated for 2.5.15 release
3907 2006-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3909         * fvwm/move_resize.c (GetOnePositionArgument):
3910         (GetMoveArguments):
3911         new option "screen" to Move type commands
3913 2006-01-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3915         * acinclude.m4 (smr_SWITCH):
3916         updated
3918 2006-01-08  Mikhael Goikhman  <migo@homemail.com>
3920         * Makefile.am
3921         restore requirement of automake-1.4; 1.8 is too new even for my system
3923 2006-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3925         * configure.in:
3926         * configure.ac:
3927         renamed configure.in to configure.ac
3929         * acinclude.m4:
3930         some updates for new autoconf/automake versions
3932         * configure.in:
3933         * acconfig.h:
3934         removed acconfig.h
3936         * configure.in:
3937         require autoconf-2.53 or later
3939         * Makefile.am (AUTOMAKE_OPTIONS):
3940         require automake-1.8 or later
3942         * configure.in:
3943         check for X library path before X library checks
3944         removed obsolete C++ compiler check
3945         removed duplicate type size checks
3946         replaced M4 comment ("dnl") with shell comment ("#") in many places
3948         * acinclude.m4:
3949         fixed aclocal warnings
3951 2006-01-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3953         * fvwm/style.c (style_parse_button_style):
3954         corrected typo in error message, and made errorous buttons not apply
3955         (style_parse_one_style_option):
3956         changed NoButton to use style_parse_button_style
3958 2005-12-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3960         * libs/Fft.h:
3961         new fix for incompatible pointer type warning with gcc 3.4.
3963 2005-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3965         * NEWS:
3966         * AUTHORS:
3967         * fvwm/menuitem.c:
3968         * fvwm/menustyle.h:
3969         * fvwm/fvwm.1.in:
3970         commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
3971         option.
3973 2005-12-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3975         * fvwm/fvwm.1.in:
3976         corrected typos
3978 2005-11-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3980         * fvwm/frame.c (frame_free_move_resize_args):
3981         fixed drawing of transparent decorations or when using lazy shading
3982         during resize
3984 2005-11-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3986         * configure.in:
3987         * libs/fvwmsignal.c:
3988         * libs/Graphics.c:
3989         c89 fixes
3991         * fvwm/ewmh_names.c:
3992         * libs/CombineChars.c:
3993         * libs/FGettext.c:
3994         * libs/FScreen.c:
3995         * libs/FTips.c:
3996         * libs/Flocale.c:
3997         * libs/Parse.c:
3998         * libs/PictureUtils.c:
3999         * libs/System.c:
4000         * libs/XError.c:
4001         * libs/alloca.c:
4002         * libs/envvar.c:
4003         * libs/safemalloc.c:
4004         * libs/strdup.c:
4005         * libs/usleep.c:
4006         do not #include stdlib.h (comes from config.h)
4008         * libs/Flocale.c:
4009         do not #include string.h (comes from config.h)
4011         * acconfig.h:
4012         fixed detection of string.h/strings.h
4014 2005-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4016         * libs/Fft.c (FftGetFont):
4017         fixed compiler warning with gcc 3.4.4
4019 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4021         * fvwm/menuitem.c (menuitem_paint):
4022         properly undraw unselected item area
4024 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4026         * fvwm/menuitem.c (menuitem_paint):
4027         * fvwm/menus.c (get_menu_paint_item_parameters)
4028         (get_menu_paint_item_parameters):
4029         (make_menu):
4030         fixed text offset of menu items with icons but with an item format that
4031         disables icons
4032         (size_menu_horizontally):
4033         allow sidepic to be placed in the middle of menu items; this is better
4034         than ignoring the item format completely but does not draw the items
4035         properly either
4037         * fvwm/menus.c (__mloop_handle_event):
4038         (menu_expose):
4039         fixed delayed menu drawing issue
4040         (select_menu_item):
4041         do not draw the selected menu item before the menu is drawn for the
4042         first time
4043         (repaint_transparent_menu):
4044         (select_menu_item):
4045         (paint_menu):
4046         don't call get_menu_paint_item_parameters when the result is not used
4047         (get_menu_paint_item_parameters):
4049 2005-11-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4051         * fvwm/ewmh.h (EWMH_CMD_Style):
4052         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4053         * fvwm/style.c (style_parse_one_style_option):
4054         Added support for inverting boolean EWMH styles with !.
4056         * NEWS:
4057         * fvwm/fvwm.h
4058         * fvwm/style.h:
4059         * fvwm/window_flags.h:
4060         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4061         * fvwm/ewmh.c (ewmh_HandleWindowType):
4062         * fvwm/fvwm.1.in:
4063         Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4065 2005-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4067         * fvwm/icons.c (GetIconWindow):
4068         * fvwm/fvwm.h (FvwmWindow):
4069         * fvwm/events.c (__handle_cr_on_icon):
4070         properly handle icon border width; fixes an xterm active icon loop
4072 2005-10-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4074         * fvwm/borders.c (border_draw_one_border_part):
4075         fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4076         borders.
4078 2005-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4080         * fvwm/menustyle.c (menustyle_copy_face):
4081         (menustyle_copy):
4082         (menustyle_free_face):
4083         (menustyle_free):
4084         (menustyle_parse_style):
4085         use new functions and fix a bug
4087         * fvwm/Makefile.am:
4088         * fvwm/colors.c:
4089         * fvwm/colors.h:
4090         removed empty files colors.c and colors.h
4092         * fvwm/colors.c (CopyColor):
4093         (FreeColors):
4094         moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4095         fvwmlib_copy_color
4097         * fvwm/frame.c (frame_reshape_border):
4098         removed unused code
4100 2005-10-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4102         * fvwm/menustyle.c (menustyle_copy_face):
4103         separated from menustyle_copy; color copies are reallocated.
4104         (menustyle_free):
4105         all colors freed
4106         (menustyle_copy):
4107         color copies are reallocated.
4109         * fvwm/colors.c (CopyColor):
4110         * fvwm/colors.h (CopyColor):
4111         added CopyColor
4113 2005-10-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4115         * fvwm/move_resize.c (__resize_window):
4116         fix for not being able to finish resize with mouse when resizing on
4117         click with modifiers active. (intruduced with 'removed duplicate
4118         pointer query' at sep 29)
4120         * NEWS:
4121         * fvwm/fvwm.1.in:
4122         * fvwm/menustyle.c (menustyle_parse_style):
4123         made style pairs negatable with '!' prefix
4124         ActiveForeOff and HilightBackOff frees colors used.
4126         * fvwm/menustyle.c (menustyle_copy):
4127         fix for freeing color from sorce instead of destination.
4129 2005-10-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4131         * fvwm/functions.c (__execute_function):
4132         fixed an error in yesterdays patch to complex fuctions. the commands
4133         pressed window were not retored correctly after running move functions
4134         without it, and functions would be run twice.
4136 2005-10-18  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4138         * fvwm/fvwm.1.in:
4139         added NoLayer to list of allowed options for WindowList command
4140         fixed grammar of test-conditions list. formatting fixes for
4141         MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4142         style option list.
4144         * NEWS:
4145         * fvwm/functions.c (__execute_function)
4146         (__run_complex_function_items):
4147         (execute_complex_function):
4148         fix for moving/resizing reference window usage with complex functions.
4150 2005-10-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4152         * fvwm/move_resize.c (__move_loop):
4153         reimplemented a fix for the place with keyboard setting a button as
4154         used for place bug; this time without breaking escape key.
4156 2005-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4158         * fvwm/move_resize.c (__move_loop):
4159         removed the previous patch as it breaks aborting window motion with the
4160         escape key.
4162 2005-10-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4164         * fvwm/move_resize.c (__move_loop):
4165         fixed bug where finishing movment with keyboard would set a random
4166         button as used for placement.
4168 2005-09-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4170         * NEWS
4171         * fvwm/frame.c (frame_setup_border):
4172         reverted change for move of window parts (reset of PressedW).
4174 2005-09-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4176         * fvwm/frame.c (frame_setup_border):
4177         fixed a Warning
4179 2005-09-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4181         * NEWS:
4182         * fvwm/move_resize.c (__resize_window):
4183         removed duplicate pointer query for enter/leave notify events.
4184         resizing of shaded windows in the shaded direction no longer
4185         results in bogus ref points.
4187         * fvwm/frame.c (frame_setup_border):
4188         reset PressedW if the part has moved. This prevents strange
4189         ref points in resize if called from some complex functions.
4191         * fvwm/frame.c (frame_create_move_resize_args):
4192         shaded windows use get_client_geometry for client geometry.
4194 2005-09-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4196         * NEWS:
4197         * AUTHORS:
4198         * fvwm/fvwm.h (window_flags):
4199         (WindowConditionMask):
4200         (FvwmWindow):
4201         * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4202         (SET_PLACED_WB3)
4203         (SETM_PLACED_WB3):
4204         * fvwm/session.c (_match):
4205         (SaveWindowStates):
4206         (LoadWindowStates):
4207         * fvwm/conditional.c (MatchesConditionMask):
4208         (CreateConditionMask):
4209         * fvwm/add_window.c (setup_window_structure):
4210         * fvwm/move_resize.h (placement_binding):
4211         * fvwm/move_resize.c (__move_loop):
4212         (placement_binding):
4213         * fvwm/bindings.c (ParseBinding):
4214         * libs/wcontext.c (win_contexts):
4215         * libs/wcontext.h (enum):
4216         * fvwm/fvwm.1.in:
4217         Added placement context for simple mouse bindings to allow
4218         specification of buttons to finish/cancel movment. Buttons >3
4219         may now be used to place windows.
4220         Replaced window flag placed_wb3 with placed_by_button
4221         FvwmWindow member. Added window condition PlacedByButton.
4223 2005-09-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4225         * NEWS:
4226         * AUTHORS:
4227         * fvwm/menustyle.h (enum):
4228         (MenuFeel):
4229         (ST_DO_SCROLL):
4230         (MST_DO_SCROLL)
4231         (ST_SCROLL_OFF_PAGE):
4232         (MST_SCROLL_OFF_PAGE):
4233         * fvwm/menustyle.c (menustyle_copy):
4234         (menustyle_get_styleopt_index):
4235         (menustyle_parse_style):
4236         (CMD_MenuStyle):
4237         * fvwm/menus.c (menuShortcuts):
4238         (enum):
4239         (__mloop_handle_event):
4240         (menu_get_outer_geometry):
4241         (move_any_menu):
4242         * fvwm/fvwm.1.in:
4243         added MouseWheel and ScrollOffPage menu styles
4245 2005-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4247         * NEWS:
4248         * fvwm/menus.c (append_item_to_menu):
4249         fixed bug #1121: Use of pointer without checking for NULL
4251 2005-09-19  Mikhael Goikhman  <migo@homemail.com>
4253         * NEWS:
4254         * fvwm/expand.c (expand_vars):
4255         warn on usage of obsolete one-letter variables
4257 2005-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4259         * NEWS:
4260         * AUTHORS:
4261         * fvwm/expand.c (expand_vars_extended):
4262         (expand_vars):
4263         allow nesting of variables
4265 2005-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4267         * fvwm/ewmh.c (EWMH_SetWMDesktop):
4268         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4269         (ewmh_WMDesktop):
4270         64-bit fixes
4272 2005-09-03  Mikhael Goikhman  <migo@homemail.com>
4274         * fvwm/borders.c (border_draw_one_border_part)
4275         (border_draw_all_border_parts):
4276         fix the previous patch to work with title-less windows too
4278 2005-08-30  Mikhael Goikhman  <migo@homemail.com>
4280         * fvwm/borders.c (border_draw_one_border_part)
4281         (border_draw_all_border_parts):
4282         improve offsets when drawing borders for "BorderStyle TiledPixmap"
4283         windows to make the borders look homogeneous (based on the patch of
4284         Evgeny Stambulchik)
4286 2005-08-26  Mikhael Goikhman  <migo@homemail.com>
4288         * NEWS:
4289         * acconfig.h:
4290         * configure.in:
4291         * libs/FBidi.c:
4292         support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4293         fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4295 2005-08-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4297         * NEWS:
4298         * configure.in:
4299         increased version to 2.5.15
4300         released 2.5.14
4302         * NEWS:
4303         * configure.in:
4304         updated for 2.5.14 release
4306         * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4307         (ewmh_WMStateSkipTaskBar):
4308         (ewmh_WMStateSkipPager):
4309         (ewmh_WMStateModal):
4310         fixed several ewmh-hints
4312 2005-08-24  Mikhael Goikhman  <migo@homemail.com>
4314         * fvwm/fvwm.1.in:
4315         fix TestRc example error, s/Any/All/
4317 2005-08-17  Jonathan Kotta  <jpkotta@gmail.com>
4319         * NEWS:
4320         * AUTHORS:
4321         * fvwm/fvwm.1.in:
4322         * fvwm/conditions.c (MatchesConditionMask):
4323         (CreateConditionMask):
4324         added FixedPosition condition
4326 2005-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4328         * fvwm/virtual.c (HandlePaging):
4329         use FQueryPointer every time to track the pointer position; this fixes
4330         fvwm hanging in HandlePaging for the given delay once the pointer
4331         touches the pan frames
4333 2005-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4335         * fvwm/session.c (SaveWindowStates):
4336         (LoadWindowStates):
4337         (MatchWinToSM):
4338         save and restore the default layer during a restart
4340 2005-08-13  Mikhael Goikhman  <migo@homemail.com>
4342         * fvwm/conditional.c (CMD_Test):
4343         * fvwm/fvwm.1.in:
4344         rename previously added Test conditions to EnvIsSet and EnvMatch,
4345         tweak the logic when the variable is set, but empty
4347 2005-08-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4349         * fvwm/conditional.c (CMD_Test):
4350         * fvwm/fvwm.1.in:
4351         added test conditions EdgeHasPointer and EdgeIsActive
4353 2005-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4355         * fvwm/virtual.c (raisePanFrames):
4356         prevent cycling of pan frame window stacking order
4358 2005-08-12  Mikhael Goikhman  <migo@homemail.com>
4360         * fvwm/conditional.c (CMD_Test):
4361         * fvwm/fvwm.1.in:
4362         add Test conditions IsEnvSet and MatchEnv
4364 2005-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4366         * fvwm/menus.c (pop_menu_up):
4367         * fvwm/menustyle.c (menustyle_copy):
4368         two fixes by Viktor Griph
4370         * fvwm/events.c (HandleEvents):
4371         simplify the style list if there is nothing else to do
4373         * fvwm/style.c (__simplify_style_list):
4374         (styles_have_same_id):
4375         (style_id_equals_id):
4376         (style_ids_are_equals):
4377         (__style_command):
4378         (remove_all_of_style_from_list):
4379         (one_fw_can_match_both_ids):
4380         pass pointers instead of the whole style structure
4381         (__simplify_style_list):
4382         fixed memory leak and tweaked the code
4384         * libs/Strings.c (CatString3):
4385         fixed a buffer overflow
4387 2005-08-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4389         * configure.in:
4390         detect if Window, Pixel or void * are bigger than long and refuse to
4391         compile
4393         * libs/vpacket.h (ConfigWinPacket):
4394         * fvwm/windowshade.c (CMD_WindowShade):
4395         * fvwm/virtual.c (MoveViewport):
4396         (goto_desk):
4397         (CMD_DesktopSize):
4398         (CMD_GotoDeskAndPage):
4399         * fvwm/update.c (apply_window_updates):
4400         * fvwm/stack.c (BroadcastRestack):
4401         (RaiseWindow):
4402         (LowerWindow):
4403         * fvwm/icons.c (DeIconify):
4404         (Iconify):
4405         * fvwm/geometry.c (broadcast_icon_geometry):
4406         * fvwm/events.c (HandleEnterNotify):
4407         (HandleFocusIn):
4408         (HandleLeaveNotify):
4409         (HandleMapNotify):
4410         (HandleMapRequestKeepRaised):
4411         * fvwm/add_window.c (destroy_window):
4412         * fvwm/module_interface.c (SendFvwmPicture)
4413         (BroadcastFvwmPicture):
4414         (CMD_Send_WindowList):
4415         * fvwm/modconf.c (CMD_Send_ConfigInfo):
4416         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4417         64-bit fixes
4419         * fvwm/virtual.c (GetDeskNumber):
4420         fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4421         around the given desk range with a relative desk
4423         * fvwm/focus.c (focus_grab_buttons_on_layer):
4424         fixed a hang
4426         * fvwm/gnome.c:
4427         * fvwm/stack.c:
4428         * fvwm/ewmh.c:
4429         reindented some code and renamed some variables
4431 2005-08-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4433         * fvwm/events.c (__check_click_to_focus_or_raise):
4434         small cleanup patch
4436 2005-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4438         * FvwmIconMan/xmanager.c (set_win_iconified):
4439         fixed select/focus button state lost when deiconifying a window
4441 2005-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4443         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4444         fixed bogus warning
4446         * libs/Colorset.c (get_aspect_dimensions):
4447         fixed aspectpixmap size calculations
4449 2005-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4451         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4452         fixed a core dump
4454         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4455         (ewmh_CurrentDesktop):
4456         (ewmh_DesktopGeometry):
4457         (ewmh_NumberOfDesktops):
4458         (ewmh_WMDesktop):
4459         (ewmh_WMIconGeometry):
4460         * fvwm/gnome.c (GNOME_ProcessClientMessage):
4461         print error messages for broken gnome client messages
4463         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4464         removed duplicate call of execute_function_override_window
4466         * fvwm/stack.c (new_layer):
4467         fixed a hang if a window sets an layer < 0 via gnome hints
4469         * fvwm/add_window.c (GetWindowSizeHints):
4470         * fvwm/misc.c (fvwm_msg_report_app):
4471         (fvwm_msg_report_app_and_workers):
4472         new utility functions
4474 2005-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4476         * fvwm/stack.c (dump_stack_ring):
4477         (verify_stack_ring_consistency):
4478         * fvwm/module_interface.c (HandleModuleInput):
4479         * fvwm/events.c (__cr_detect_icccm_move):
4480         * fvwm/style.c (print_styles):
4481         64-bit fixes
4483 2005-07-19  Mikhael Goikhman  <migo@homemail.com>
4485         * libs/FlocaleCharset.c:
4486         support euc-jp encodings (Yasuhiro Nakazaki)
4488 2005-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4490         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4491         * fvwm/ewmh_names.c (EWMH_WMName):
4492         (EWMH_WMIconName):
4493         * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4494         (EWMH_SetNumberOfDesktops):
4495         (EWMH_SetDesktopViewPort):
4496         (EWMH_SetDesktopGeometry):
4497         (EWMH_SetWMDesktop):
4498         (ewmh_SetWorkArea):
4499         (EWMH_SetFrameStrut):
4500         (EWMH_Init):
4501         * fvwm/gnome.c (AtomGet):
4502         (atom_size):
4503         (GNOME_GetHintIcons):
4504         (GNOME_GetHintLayer):
4505         (GNOME_GetHintState):
4506         (GNOME_GetExpandedSize):
4507         (GNOME_SetAreaCount):
4508         (GNOME_SetCurrentArea):
4509         (GNOME_SetDeskCount):
4510         (GNOME_SetCurrentDesk):
4511         (GNOME_SetCurrentDesk):
4512         (GNOME_SetWinArea):
4513         (GNOME_Init):
4514         (CMD_GnomeShowDesks):
4515         (GNOME_SetHints):
4516         (GNOME_SetDesk):
4517         (GNOME_SetLayer):
4518         * libs/fsm.c (GetClientID):
4519         (set_session_manager):
4520         * fvwm/session.c (GetClientID):
4521         * fvwm/fvwm.h (FvwmWindow):
4522         * fvwm/colorset.c (get_root_pixmap):
4523         * fvwm/add_window.c (FetchWmProtocols):
4524         * libs/FTips.c (__initialize_window):
4525         * fvwm/icccm2.c (convertProperty)
4526         (icccm2_handle_selection_request)
4527         * fvwm/fvwm.c (SetMWM_INFO):
4528         64-bit fixes
4530 2005-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4532         * fvwm/move_resize.c (GetOnePositionArgument):
4533         don't use the unportable fuction rintf()
4535 2005-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4537         * NEWS:
4538         * configure.in:
4539         increased version to 2.5.14
4540         released 2.5.13
4542         * ANNOUNCE:
4543         * NEWS:
4544         * configure.in:
4545         updated for 2.5.13 release
4547 2005-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4549         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4550         fixed drawing of relief with very small rectangles, i.e. when
4551         line_width * 2 > height or width
4553 2005-07-04  Dan Espen  <dane@mk.telcordia.com>
4555         * NEWS: fvwm-menu-desktop changes.
4557 2005-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4559         * fvwm/placement.c (get_next_x):
4560         fixed collision detection of windows on pages other than the current
4561         one during placement
4563 2005-06-17  Olivier Chapuis  <olivier.chapuis@free.fr>
4565         * fvwm/move_resize.c (__resize_window):
4566         Fixed interactive resize (reduction) via the bottom border
4568         * libs/Fpng.h:
4569         Typo
4571 2005-06-02  Dan Espen  <dane@mk.telcordia.com>
4573         * NEWS:
4574         * fvwm/fvwm.1.in:
4575         Spelling fix contition -> condition
4577 2005-04-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4579         * fvwm/style.c (style_ids_are_equals):
4580         (style_id_equals_id):
4581         (styles_have_same_id):
4582         (fw_match_style_id):
4583         (one_fw_can_match_both_ids):
4584         (cleanup_style_defaults):
4585         * libs/fsm.c (fprintfhex):
4586         (CloseDownClient):
4587         * libs/FGettext.c (fgettext_free_fgpath_list):
4588         * libs/Parse.c (_get_suffixed_integer_arguments):
4589         * libs/Graphics.c (AllocNonlinearGradient):
4590         * libs/PictureUtils.c (build_mapping_table):
4591         (finish_ct_init):
4592         made static
4594         * libs/setpgrp.c:
4595         * libs/Event.c:
4596         * libs/FRenderInit.c:
4597         include own header file
4599         * libs/System.c (getFileStamp):
4600         * libs/Fft.c (FftPDumyFunc):
4601         * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4602         exported
4604 2005-03-01  Dan Espen  <dane@mk.telcordia.com>
4606         * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4607         not exec.
4609 2005-02-25  Dan Espen  <dane@mk.telcordia.com>
4611         * fvwm/fvwm.1.in (Focus): Typos in focus section.
4613 2005-02-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4615         * fvwm/conditional.c (Circulate):
4616         added tests for fw == Scr.FvwmRoot again to fix a crash
4618 2005-02-05  Dan Espen  <dane@mk.telcordia.com>
4620         * AUTHORS: New author, FvwmScript patch.
4622 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
4624         * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4625         * AUTHORS: s/Hover/Active/
4627 2005-01-19  Dan Espen  <dane@mk.telcordia.com>
4629         * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4630         avoid dump with empty key/mouse binding command.
4631         * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4632         Checked all other uses of PeekToken in fvwm dir.
4634 2005-01-08  Olivier Chapuis  <olivier.chapuis@free.fr>
4636         * fvwm/session.c (matchWin):
4637         (SaveWindowStates):
4638         On restarts compare window ids only. Base our matching decision on
4639         window role only if we have a client id.
4641         * fvwm/move_resize.c (GetOnePositionArgument):
4642         Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4643         float values to nearest int
4645 2005-01-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4647         * AUTHORS:
4648         * fvwm/move_resize.c (CMD_Maximize):
4649         Applied Arnaud Vrac patch which fixes maximize by growing vs
4650         EWMH working area
4652 2004-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4654         * fvwm/builtins.c (do_button_style):
4655         ButtonStyle Reset takes effect immediately
4657 2004-12-08  Dan Espen  <dane@mk.telcordia.com>
4659         * fvwm/fvwm.1.in: lang check.
4661 2004-12-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4663         * fvwm/fvwm.1.in:
4664         Really commit EWMHUseStackingOrderHints documentation update
4666 2004-12-02  Olivier Chapuis  <olivier.chapuis@free.fr>
4668         * fvwm/fvwm.1.in:
4669         Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4671         * NEWS:
4672         FvwmIconMan new options
4674         * libs/FTips.c (new file):
4675         * libs/FTips.h (new file):
4676         * libs/defaults.h:
4677         * libs/Makefile.am:
4678         Added a set of functions for implementing tool tips
4680 2004-11-30  Dan Espen  <dane@mk.telcordia.com>
4682         * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4684 2004-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4686         * fvwm/menus.c (__mloop_get_event):
4687         * fvwm/functions.c (execute_complex_function):
4688         * fvwm/add_window.c (AddWindow):
4689         * fvwm/module_interface.c (ExecuteModuleCommand):
4690         * fvwm/move_resize.c (__move_loop):
4691         (__resize_window):
4692         properly set the "state" member of faked motion and key events;
4693         fixes broken "nosnap" feature
4695 2004-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4697         * fvwm/bindings.c (ParseBinding):
4698         reformatted
4699         * libs/Bindings.c (bindingAppliesToWindow):
4700         (__compare_binding):
4701         * fvwm/module_interface.c (CMD_ModuleSynchronous):
4702         * fvwm/builtins.c (CMD_Wait):
4703         (CMD_StrokeFunc):
4704         * fvwm/events.c (__handle_bpress_on_root):
4705         (HandleButtonRelease):
4706         fixed crash in window specific binding code
4707         fixed handling of root window in window specific binding code
4708         renamed some functions
4710 2004-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4712         * fvwm/focus.c (__update_windowlist):
4713         replaced while loop by for loop
4715         * fvwm/style.c (style_destroy_style):
4716         * fvwm/conditional.c (Circulate):
4717         removed useless check whether fw == &Scr.FvwmRoot
4719         * fvwm/icons.c (DeIconify):
4720         defused possible endless loop when a window iconified by the
4721         transientfor window loses the "transient" relationship
4723 2004-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4725         * fvwm/move_resize.c (__move_loop):
4726         (__resize_window):
4727         fixed overwriting the initial button_mask during move/resize
4729         * fvwm/menus.c (__mloop_handle_action_with_mi):
4730         do not "post" a submenu menu item it the submenu does not exist
4732 2004-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4734         * fvwm/events.c (__handle_bpress_on_managed):
4735         do not draw the decorations pressed in if executing a function is
4736         forbidden
4738         * libs/Parse.c (CopyToken):
4739         fixed parsing of delimiters
4741 2004-10-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4743         * fvwm/virtual.c (GetDeskNumber):
4744         fixed MoveToDesk without argument
4746 2004-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4748         * fvwm/fvwm.1.in:
4749         re-formatted and some spelling corrections
4751         * fvwm/colorset.c (CMD_CleanupColorsets):
4752         (CMD_Colorset):
4753         * fvwm/builtins.c (CMD_Colorset):
4754         (CMD_CleanupColorsets):
4755         moved functions to colorset.c
4757 2004-10-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4759         * libs/Parse.c (CopyToken):
4760         skip any whitespace before a delimiter; this allows to have spaces
4761         before the commas in an option list
4763 2004-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4765         * fvwm/frame.c (frame_reshape_border):
4766         re-shaping shaded windows no longer unshades them
4767         re-shaping unshaded windows on pages other than 0 0 no longer moves
4768         them out of the current page
4770 2004-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4772         * fvwm/events.c (__cr_detect_icccm_move):
4773         * fvwm/screen.h (ScreenInfo):
4774         * fvwm/builtins.c (CMD_BugOpts):
4775         new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
4777         * fvwm/move_resize.c (__move_loop):
4778         (__resize_window):
4779         query the pointer position in the move loop when an
4780         EnterNotify/LeaveNotify event arrives; same change in resize loop.
4782         * NEWS:
4783         * configure.in:
4784         increased version to 2.5.13
4785         released 2.5.12
4787         * ANNOUNCE:
4788         * NEWS:
4789         * configure.in:
4790         updated for 2.5.12 release
4792         * fvwm/frame.c (frame_create_move_resize_args):
4793         fixed xemacs growing or shrinking when title height changed; this was
4794         caused by calculating the old client window geometry using the new
4795         title dimensions; query the window size instead
4797 2004-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4799         * fvwm/events.c (test_map_request):
4800         (test_button_event):
4801         (test_typed_window_event):
4802         (test_resizing_event):
4803         (__predicate_button_click):
4804         (__merge_cr_moveresize):
4805         (HandleUnmapNotify):
4806         (flush_property_notify):
4807         (is_resizing_event_pending):
4808         (__test_for_motion):
4809         use type XPointer for last argument of predicate procedures for
4810         XCheckPeekIfEvent and XCheckIfEvent, not char *
4811         (HandleUnmapNotify):
4812         fixed core dump
4814 2004-10-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4816         * fvwm/window_flags.h:
4817         removed useless and broken SETM_ macros
4819         * fvwm/update.c (init_style):
4820         fixed resetting user states
4822 2004-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4824         * libs/envvar.c (add_to_envlist):
4825         fixed crash
4827 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4829         * fvwm/builtins.c (CMD_UnsetEnv):
4830         use flib_unsetenv
4832         * libs/envvar.c (flib_unsetenv):
4833         (add_to_envlist):
4834         new functions
4835         (flib_putenv):
4836         split in ftwo functions
4838         * configure.in:
4839         check for unsetenv function
4841         * fvwm/builtins.c (CMD_SetEnv):
4842         assume an empty value if no value is given
4844 2004-09-30  Rafal Bisingier <ravbc@man.poznan.pl>
4846         * fvwm/commands.h:
4847         * fvwm/events.c:
4848         * fvwm/functable.c:
4849         * fvwm/fvwm.1.in:
4850         * fvwm/fvwm.c:
4851         * fvwm/screen.h:
4852         * fvwm/virtual.c:
4853         * perllib/FVWM/Commands.pm:
4854         new command EdgeLeaveCommand
4856 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4858         * NEWS:
4859         updated for 2.4.19
4861         * NEWS:
4862         * configure.in:
4863         increased version to 2.5.12
4864         released 2.5.11
4866         * NEWS:
4867         * configure.in:
4868         updated for 2.5.11 release
4870 2004-09-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4872         * fvwm/geometry.c (get_page_offset):
4873         (get_page_offset_rectangle):
4874         (get_absolute_geometry):
4875         new functions
4877         * fvwm/virtual.c (CMD_GotoPage):
4878         * fvwm/move_resize.c (__move_window):
4879         * fvwm/virtual.c (CMD_GotoPage):
4880         (get_page_arguments):
4881         new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
4882         command
4884 2004-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4886         * libs/Flocale.c (FlocaleGetNameProperty):
4887         fixed freeing uninitialized pointer
4889 2004-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4891         * fvwm/conditional.c (select_cmd):
4892         (direction_cmd):
4893         (CMD_NoWindow):
4894         (CMD_All):
4895         fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
4896         WindowId and Direction commands; fixes break from these commands
4898         * fvwm/geometry.c (get_shaded_geometry):
4899         shading geometry fix for windows without decoration
4901         * libs/FScreen.c (XineramaQueryExtension):
4902         fixed xinerama crash
4904 2004-09-04  Scott Smedley  <scottie7@tpg.com.au>
4906         * configure.in:
4907         Parse man pages with config.status so man pages have correct date.
4908         Man pages also specify FVWM version that they relate to.
4910         * bin/fvwm-bug.1:
4911         * bin/fvwm-config.1:
4912         * bin/fvwm-convert-2.2.1:
4913         * bin/fvwm-convert-2.4.1:
4914         * bin/fvwm-convert-2.6.1:
4915         * bin/fvwm-menu-desktop.1:
4916         * bin/fvwm-root.1:
4917         * modules/FvwmAnimate/FvwmAnimate.1:
4918         * modules/FvwmAuto/FvwmAuto.1:
4919         * modules/FvwmBacker/FvwmBacker.1:
4920         * modules/FvwmBanner/FvwmBanner.1:
4921         * modules/FvwmButtons/FvwmButtons.1:
4922         * modules/FvwmCommand/FvwmCommand.1:
4923         * modules/FvwmConsole/FvwmConsole.1:
4924         * modules/FvwmConsole/FvwmConsoleC.pl.1:
4925         * modules/FvwmCpp/FvwmCpp.1:
4926         * modules/FvwmDragWell/FvwmDragWell.1:
4927         * modules/FvwmEvent/FvwmEvent.1:
4928         * modules/FvwmForm/FvwmForm.1:
4929         * modules/FvwmGtk/FvwmGtk.1:
4930         * modules/FvwmIconBox/FvwmIconBox.1:
4931         * modules/FvwmIconMan/FvwmIconMan.1:
4932         * modules/FvwmIdent/FvwmIdent.1:
4933         * modules/FvwmM4/FvwmM4.1:
4934         * modules/FvwmPager/FvwmPager.1:
4935         * modules/FvwmProxy/FvwmProxy.1:
4936         * modules/FvwmRearrange/FvwmRearrange.1:
4937         * modules/FvwmSave/FvwmSave.1:
4938         * modules/FvwmSaveDesk/FvwmSaveDesk.1:
4939         * modules/FvwmScript/FvwmScript.1:
4940         * modules/FvwmScroll/FvwmScroll.1:
4941         * modules/FvwmTaskBar/FvwmTaskBar.1:
4942         * modules/FvwmTheme/FvwmTheme.1:
4943         * modules/FvwmWharf/FvwmWharf.1:
4944         * modules/FvwmWinList/FvwmWinList.1:
4945         These man pages were renamed to have a .in suffix.
4946         ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
4948 2004-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4950         * fvwm/placement.c (__place_window):
4951         fixed starting desk output with bugopts explainwindowplacement
4953 2004-09-03  Olivier Chapuis  <olivier.chapuis@free.fr>
4955         * fvwm/eventhandler.h:
4956         * fvwm/events.c (InitEventHandlerJumpTable):
4957         (__handle_key):
4958         (HandleKeyPress):
4959         (HandleKeyRelease):
4960         Fixed window specific bindings "patch" by sending key release event
4961         when needed
4963 2004-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4965         * libs/defaults.h:
4966         * fvwm/screen.h:
4967         * fvwm/move_resize.c:
4968         * fvwm/fvwm.c:
4969         * fvwm/fvwm.h:
4970         * fvwm/frame.h:
4971         * fvwm/decorations.c:
4972         * fvwm/frame.c:
4973         * fvwm/builtins.c:
4974         * fvwm/borders.c:
4975         * fvwm/add_window.c:
4976         * fvwm/bindings.c:
4977         * fvwm/style.c:
4978         renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
4979         it with NUMBER_OF_MOUSE_BUTTONS
4981         * fvwm/style.c (style_parse_focus_policy_style):
4982         * fvwm/focus_policy.h:
4983         * libs/Bindings.c (GrabWindowButton):
4984         * fvwm/bindings.c (bind_get_bound_button_contexts):
4985         (ParseBinding):
4986         * fvwm/events.c (WaitForButtonsUp):
4987         * fvwm/style.c (style_parse_focus_policy_style):
4988         * fvwm/builtins.c (__fake_event):
4989         fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
4990         NUMBER_OF_EXTENDED_MOUSE_BUTTONS
4992 2004-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4994         * configure.in:
4995         put -Wall -Wno-implicit-int before user specified flags
4997         * libs/FScreen.c:
4998         Applied below patch again.  It didn't make it to CVS (?)
5000 2004-08-26  Dan Espen  <dane@mk.telcordia.com>
5002         * libs/FScreen.c: Fixed case error.  Patch from Chris Ross.
5004 2004-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5006         * libs/FScreen.c:
5007         cleaned up ifdef hell
5009         * configure.in:
5010         fixed solaris xinerama test
5012 2004-08-25  Dan Espen  <dane@mk.telcordia.com>
5014         * configure.in:
5015         * acconfig.h:
5016         * libs/FScreen.c (solaris_XineramaQueryScreens):
5017         Solaris Xinerama support.
5018         * AUTHORS:
5019         Update.
5020         Patch by Chris Ross.
5022 2004-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5024         * fvwm/events.c (__handle_cr_on_client):
5025         don't reevaluate window geometry when a ConfigureRequest has no size or
5026         position set
5028 2004-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5030         * fvwm/menus.c (get_menu_options):
5031         (do_menu):
5032         new menu option TearOffImmediately
5034 2004-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5036         * fvwm/placement.c (__place_get_wm_pos):
5037         cascade placemnt fix by Paul Vojta
5039 2004-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5041         * fvwm/geometry.c (constrain_size):
5042         Don't touch the aspect ratio if modifying the width/height does not
5043         improve the situation
5045         * fvwm/frame.c (frame_free_move_resize_args):
5046         (__frame_setup_window):
5047         (frame_update_hidden_window_pos):
5048         (frame_mrs_resize_move_windows):
5049         (frame_create_move_resize_args):
5050         * fvwm/move_resize.c (__resize_window):
5051         some event handling fixes
5053         * fvwm/geometry.c (constrain_size):
5054         look up the latest size hints if necessary
5056 2004-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5058         * fvwm/geometry.c (constrain_size):
5059         * fvwm/ewmh.c (EWMH_fullscreen):
5060         * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5061         (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5062         (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5063         * fvwm/fvwm.h (window_flags_t):
5064         allow windows to override their size hints when going fullscreen:
5065         minimum and maximum size, size inc, aspect ratio, etc.
5067 2004-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5069         * fvwm/decorations.c (struct):
5070         MWM hints on 64 bit machines fix
5072 2004-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5074         * fvwm/fvwm.1.in (Note):
5075         * fvwm/read.c (CMD_Read):
5076         (CMD_PipeRead):
5077         the Read and PipeRead commands have a return code
5079         * fvwm/read.c (run_command_stream):
5080         (CMD_Read):
5081         (CMD_PipeRead):
5082         removed debug code
5084 2004-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5086         * fvwm/move_resize.c (GetResizeArguments):
5087         (GetMoveArguments):
5088         fixed parsing of the frame option to the resize command and the pointer
5089         option to the move command
5091         * fvwm/conditional.c (CMD_None):
5092         Fixed CMD_None return code
5094 2004-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5096         * fvwm/stack.c (is_above_unmanaged):
5097         windows on other Desks are always considered on top
5099         * fvwm/conditional.c (CreateConditionMask):
5100         (MatchesConditionMask):
5101         * fvwm/fvwm.h (WindowConditionMask):
5102         new condition Overlapped
5104         * config.h:
5105         inproved strings.h / sring.h iclusion logic
5107         * libs/PictureUtils.c (finish_ct_init):
5108         (PictureInitColors):
5109         use flib_putenv instead of putenv
5111 2004-07-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5113         * fvwm/screen.h:
5114         * libs/gravity.h (enum):
5115         * libs/wcontext.h (enum):
5116         -pedantic fixes
5118         * fvwm/fvwm.c (StartupStuff):
5119         do not ungrab the pointer while the startup functions execute
5120         (Done):
5121         ungrab the pointer only after executing the RestartFunction or
5122         ExitFunciton.  Otherwise these functions may not be executed if some
5123         other application grabs the pointer.
5125         * fvwm/fvwm.h:
5126         * fvwm/conditional.c (CreateConditionMask):
5127         renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5128         new condition AnyScreen
5130         * libs/Bindings.c:
5131         * fvwm/builtins.c (__fake_event):
5132         * fvwm/bindings.c (ParseBinding):
5133         removed C++ comments
5135 2004-07-15  Scott Smedley  <scottie7@tpg.com.au>
5137         * NEWS:
5138         New options for FvwmButtons module.
5140 2004-07-12  Mikhael Goikhman  <migo@homemail.com>
5142         * fvwm/fvwm.1.in:
5143         use commas between conditions
5145 2004-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5147         * fvwm/builtins.c (CMD_Wait):
5148         ignore MapNotify reported to any window except the root window
5150         * fvwm/module_interface.c (CONFIGARGS):
5151         correct number of CONFIGARGS arguments
5153         * libs/vpacket.h (ConfigWinPacket):
5154         frame_x and frame_y are signed
5156 2004-07-11  Scott Smedley  <scottie7@tpg.com.au>
5158         * fvwm/conditional.c:
5159         * fvwm/fvwm.h:
5160         * fvwm/fvwm.1.in:
5161         * AUTHORS:
5162         Committed patch by Norman Yarvin (with a few minor mods) to extend
5163         conditionals to handle multiple window names.
5165 2004-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5167         * fvwm/module_interface.c (CONFIGARGS):
5168         * libs/vpacket.h (ConfigWinPacket):
5169         put window_flags at end of structure
5171 2004-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5173         * fvwm/module_interface.c (CONFIGARGS):
5174         (OLDCONFIGARGS):
5175         (SETOLDFLAGS):
5176         (SendConfig):
5177         (BroadcastConfig):
5178         removed old module interface
5179         (CONFIGARGS):
5181         * libs/vpacket.h (ConfigWinPacket):
5182         64 bit fix
5184 2004-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5186         * fvwm/execcontext.c (__exc_change_context):
5187         fixed handling of etrigger event, fixing a problem with PropertyNotify
5188         events during resizing and possibly other problems too
5190         * fvwm/add_window.c (RestoreWithdrawnLocation):
5191         fixed travelling windows if application changed gravity hint before
5192         recapture
5194         * fvwm/frame.c (combine_decor_gravities):
5195         (combine_gravities):
5196         renamed
5197         (frame_restore_client_gravities):
5198         fixed window gravity after resize
5200         * libs/FEvent.c (FPeekEvent):
5201         (FPeekIfEvent):
5202         (FCheckPeekIfEvent):
5203         fixed some event handling bugs
5205         * fvwm/conditional.c (CMD_Test):
5206         (match_version):
5207         corrected use of Bool types
5208         (match_version):
5209         simplified, fixed compilation
5210         (ver):
5211         use int as return type
5213         * libs/Ficonv.c (convert_charsets):
5214         reindented
5216         * libs/Ficonv.c (convert_charsets):
5217         * acinclude.m4 (ICONV_SECOND_ARG):
5218         rewrote iconf configure test to save an ifdef
5220 2004-07-07  Scott Smedley  <scottie7@tpg.com.au>
5222         * fvwm/fvwm.1.in:
5223         * libs/Bindings.h:
5224         * libs/Bindings.c:
5225         * fvwm/bindings.c:
5226         Allow user to specify window-specific bindings that should NOT be
5227         intercepted by FVWM. This is accomplished with an '--' binding action.
5229 2004-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5231         * fvwm/move_resize.c (__resize_window):
5232         Fixed event handling
5234         * fvwm/virtual.c (HandlePaging):
5235         removed check for leave events on pan frames; better query the pointer
5236         each time
5238 2004-07-06  Scott Smedley  <scottie7@tpg.com.au>
5240         * fvwm/fvwm.1.in:
5241         * fvwm/conditional.c:
5242         Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5244 2004-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5246         * fvwm/move_resize.c (GetResizeArguments):
5247         (GetResizeMoveArguments):
5248         (__resize_window):
5249         (__resize_step):
5250         (__resize_get_refpos):
5251         (__resize_get_dir_proximity):
5252         (__resize_get_dir_from_window):
5253         implemented fluxbox-like Alt-Button3 resizing
5255         * fvwm/virtual.c (HandlePaging):
5256         * fvwm/events.c (__merge_cr_moveresize):
5257         (__test_for_motion):
5258         (flush_property_notify):
5259         do not use XPutBackEvent as it shuffles events on the queue
5260         (test_button_event):
5261         (test_typed_window_event):
5262         new functions
5264         * libs/FEvent.c (fev_get_evpos_or_query):
5265         take pointer position from EnterNotify and LeaveNotify events
5267         * fvwm/move_resize.c (__move_loop):
5268         fixed multiple paging with certain SnapGrid / Move interactions
5269         (__resize_window):
5270         (__move_loop):
5271         * fvwm/virtual.c (HandlePaging):
5272         Workaround for buggy XFree not delivering some Pointer events
5273         simplified code
5275         * fvwm/virtual.c (MoveViewport):
5276         don't eat MotionNotify events
5278         * libs/FEvent.c (fev_get_last_event):
5279         new function
5280         (FWindowEvent):
5281         (FPutBackEvent):
5282         (FPeekIfEvent):
5283         (FPeekEvent):
5284         (FNextEvent):
5285         (FMaskEvent):
5286         (FIfEvent):
5287         (FCheckWindowEvent):
5288         (FCheckTypedWindowEvent):
5289         (FCheckTypedEvent):
5290         (FCheckMaskEvent):
5291         (FCheckIfEvent):
5292         keep a copy of the previous event in case FPutBackEvent is called
5294 2004-06-30  Scott Smedley  <scottie7@tpg.com.au>
5296         * fvwm/fvwm.1.in:
5297         Indicate optional window argument in section headings for
5298         Key, Mouse, PointerKey & Stroke commands.
5299         Remove strange "-Key" option listed for PointerKey.
5301 2004-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5303         * libs/Fft.c (FftDrawString):
5304         * fvwm/session.c (get_version_string):
5305         * fvwm/module_interface.c (FlushMessageQueue):
5306         * fvwm/fvwm.c (SaveDesktopState):
5307         * fvwm/colorset.h:
5308         * fvwm/colorset.c (cleanup_colorsets):
5309         * libs/PictureUtils.c (struct):
5310         fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5312 2004-06-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5314         * fvwm/events.c (__cr_detect_icccm_move):
5315         windows with ewmh hints are assumed to use icccm2 compliant movement
5317         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5318         (ewmh_WMStateMaxHoriz):
5319         fixed restart/maximized problem
5321         * libs/fvwmsignal.c (fvwmReapChildren):
5322         * fvwm/fvwm.c (ReapChildren):
5323         moved function to lib
5325 2004-06-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5327         * fvwm/modconf.c (send_desktop_geometry):
5328         (send_color_limit):
5329         (send_click_time):
5330         (send_move_threshold):
5331         (send_ignore_modifiers):
5332         increased static buffer size
5334 2004-06-13  Marcus Lundblad  <ml@update.uu.se>
5336         * libs/CombineChars.c (convert_to_ucs2):
5337         Replace illegal UTF-8 character sequences in input
5339 2004-06-11  Scott Smedley  <scottie7@tpg.com.au>
5341         * libs/Bindings.c:
5342         bugfix: wrong stroke action being invoked.
5344 2004-06-10  Scott Smedley  <scottie7@tpg.com.au>
5346         * fvwm/builtins.c:
5347         * fvwm/events.c:
5348         * libs/Bindings.c:
5349         Active _last_ matching binding. (ie. same behaviour as before
5350         win-specific bindings patch.)
5351         bugfix: segfault when looking up stroke bindings in root context.
5353 2004-06-07  Scott Smedley  <scottie7@tpg.com.au>
5355         * fvwm/bindings.c:
5356         * fvwm/builtins.c:
5357         * fvwm/events.c:
5358         * fvwm/fvwm.1.in:
5359         * fvwm/module_interface.c:
5360         * libs/Bindings.c:
5361         * libs/Bindings.h:
5362         * modules/FvwmScript/FvwmScript.c:
5363         * modules/FvwmScript/Instructions.c:
5364         Implemented window-specific key/mouse bindings.
5366         * modules/FvwmIconBox/FvwmIconBox.h:
5367         * libs/fvwmlib.h:
5368         * libs/wild.c:
5369         * libs/wild.h:
5370         Make args to matchWildcards() const.
5372 2004-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5374         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5375         use EWMH_fullscreen
5376         * fvwm/ewmh.c (EWMH_fullscreen):
5377         new function
5379         * fvwm/add_window.c (AddWindow):
5380         implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5382         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5383         (ewmh_WMStateMaxVert):
5384         (ewmh_WMStateShaded):
5385         (ewmh_WMStateSticky):
5386         (ewmh_WMStateStaysOnBottom):
5387         fixed core dumps
5388         (ewmh_WMState):
5389         don't try to maximize window when looking up the style
5390         (ewmh_WMDesktop):
5391         (ewmh_WMStateFullScreen):
5392         (ewmh_WMStateHidden):
5393         (ewmh_WMStateMaxVert):
5394         (ewmh_WMStateModal):
5395         (ewmh_WMStateShaded):
5396         (ewmh_WMStateSkipPager):
5397         (ewmh_WMStateSticky):
5398         (ewmh_WMStateStaysOnBottom):
5399         fixed ignoring ewmh hints
5401         * fvwm/expand.c (expand_vars_extended):
5402         include full path in iconfile and miniiconfile variables
5404 2004-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5406         * fvwm/functions.c (execute_complex_function):
5407         (CheckActionType):
5408         fixed double click patch
5410 2004-06-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5412         * fvwm/ewmh.c (EWMH_SetWMDesktop):
5413         use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5415 2004-05-31  Dan Espen  <dane@mk.telcordia.com>
5417         * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5418         into fvwm man page.
5420 2004-05-29  Norbert Buchmuller  <norbi@nix.hu>
5422         * libs/FImage.c (FShmSafeCreateImage):
5423         Yet another fix to SHM remote client problem
5425 2004-05-26  Francis Litterio  <franl@world.std.com>
5427         * fvwm/fvwm.1.in
5428         * fvmw/fvwm.h
5429         * fvwm/placement.c (__place_get_wm_pos)
5430         * fvwm/style.c (style_parse_one_style_option)
5431         Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5433 2004-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5435         * fvwm/events.c (HandleEnterNotify):
5436         fixed endless loop of edge commands when doing something that grabs
5437         the pointer
5439         * fvwm/functions.c (CheckActionType):
5440         (execute_complex_function):
5441         double clicks no longer work when pressing different buttons
5443 2004-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5445         * fvwm/placement.c (__place_get_wm_pos):
5446         fixed placement in top left corner when pressing escape during manual
5447         placement
5449 2004-05-23  Mikhael Goikhman  <migo@homemail.com>
5451         * configure.in:
5452         * AUTHORS:
5453         added Chinese translations
5455 2004-05-18  Olivier Chapuis  <olivier.chapuis@free.fr>
5457         * fvwm/ewmh.c (EWMH_SetFrameStrut):
5458         Fixed a miss-print
5460 2004-05-09  Mikhael Goikhman  <migo@homemail.com>
5462         * fvwm/conditional.c:
5463         * fvwm/fvwm.1.in:
5464         clean up Test code and documentation, add new False condition,
5465         unrecognized conditions produce Error return code now
5467 2004-05-06  Dan Espen  <dane@mk.telcordia.com>
5469         * fvwm/style.c: Remove extra char.
5471 2004-05-01  Olivier Chapuis  <olivier.chapuis@free.fr>
5473         * fvwm/ewmh.c (ewmh_atom_client_win):
5474         * fvwm/ewmh_intern.h:
5475         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5476         (ewmh_MoveResizeWindow):
5477         Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5479         * fvwm/events.c (__handle_cr_on_client):
5480         (__handle_configure_request):
5481         (events_handle_configure_request):
5482         Some renaming for consistency, force restacking if the event come from
5483         an ewmh restack
5485         * fvwm/ewmh_events.c (ewmh_MoveResize):
5486         Fixed _NET_WM_MOVERESIZE
5488         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5489         Removed debug code
5491         * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5492         (EWMH_SetFrameStrut):
5493         Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5495 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5497         * libs/FImage.c (FShmSafeCreateImage):
5498         Finished to fix SHM remote client problem
5500 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5502         * libs/FImage.c (FShmSafeCreateImage):
5503         Fixed when we are a remote client
5505 2004-04-21  Mikhael Goikhman  <migo@homemail.com>
5507         * INSTALL.fvwm:
5508         * NEWS:
5509         * acconfig.h:
5510         * fvwm/fvwm.1.in:
5511         * fvwm/fvwm.c:
5512         * fvwm/gnome.h:
5513         * fvwm/session.c:
5514         * libs/envvar.c:
5515         * libs/envvar.h:
5516         new default ~/.fvwm/config file is now recommended instead of
5517         still supported ~/.fvwm/.fvwm2rc
5519 2004-04-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5521         * fvwm/menus.c (NewMenuRoot):
5522         do not strip whitespace from menu names when creating a new menu
5524 2004-04-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5526         * fvwm/menuitem.c (menuitem_get_size):
5527         * fvwm/menuitem.h:
5528         renamed remaining "mips" to mipst
5530 2004-04-09  Olivier Chapuis  <olivier.chapuis@free.fr>
5532         * fvwm/events.c (HandleMapRequestKeepRaised):
5533         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5534         Fixed EWMH DesktopGeometry and Stacking list
5536 2004-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5538         * fvwm/virtual.c (GetDeskNumber):
5539         (CMD_MoveToDesk):
5540         (CMD_GotoDesk):
5541         fixed MoveToDesk with one argument
5543 2004-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5545         * fvwm/style.c (style_parse_one_style_option):
5546         * fvwm/style.h:
5547         * fvwm/conditional.c (MatchesConditionMask):
5548         * fvwm/fvwm.h:
5549         * fvwm/window_flags.h:
5550         new style "State"
5552 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5554         * fvwm/fvwm.1.in:
5555         corrected a typo
5557 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5559         * fvwm/move_resize.c (unmaximize_fvwm_window):
5560         fixed redrawing of maximize button when unmaximizing but when the size
5561         and position does not change
5563 2004-03-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5565         * fvwm/expand.c (expand_vars_extended):
5566         new extended variable $[w.layer]
5568         * fvwm/move_resize.c (MaximizeHeight):
5569         (MaximizeWidth):
5570         (CMD_Maximize):
5571         applied modified layer patch for maximize by Rafal Bisingier
5573 2004-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5575         * fvwm/add_window.c (setup_frame_attributes):
5576         Hopefully fixed BackingStore code and removed now useless backing store
5577         for decorations
5579         * fvwm/expand.c (expand_vars_extended):
5580         new extended variable $[w.desk]
5582 2004-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5584         * NEWS:
5585         * configure.in:
5586         increased version to 2.5.11
5587         released 2.5.10
5589         * NEWS:
5590         * configure.in:
5591         updated for 2.5.10 release
5593         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5594         improved rotation code
5596         * libs/gravity.c (gravity_add_rotations):
5597         new function
5599 2004-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5601         * fvwm/placement.c (__explain_placement):
5602         new function
5604         * libs/FScreen.c (FScreenIsRectangleOnScreen):
5605         new function
5607         * fvwm/builtins.c (CMD_BugOpts):
5608         * fvwm/screen.h (ScreenInfo):
5609         new BugOpts option ExplainWindowPlacement
5610         renamed some members of Screen
5612 2004-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5614         * fvwm/placement.c (__place_get_wm_pos):
5615         (__place_get_nowm_pos):
5616         (__place_get_placement_flags):
5617         (__place_window):
5618         (__place_handle_x_resources):
5619         (setup_window_placement):
5620         split into multiple functions
5621         cleaned up a little
5623 2004-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5625         * fvwm/add_window.c (setup_window_placement):
5626         * fvwm/placement.c (setup_window_placement):
5627         moved function to placement.c
5628         fixed using PLACE_AGAIN placement mode
5629         (PlaceWindow):
5630         (__place_window):
5631         renamed function
5633 2004-03-15  Chris Ross  <cross+fvwm@distal.com>
5635         * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5636         allow a negative line_width to invert the relief
5638 2004-03-06  Marcus Lundblad  <ml@update.uu.se>
5640         * libs/Flocale.c (FlocaleDrawString)
5641         (FlocaleDrawUnderline)
5642         (FlocaleTextWidth):
5643         reduced redundant calls to iconv
5645 2004-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5647         * fvwm/move_resize.c (CMD_XorValue):
5648         fixed a very small outline drawing problem caused by using 0 line width
5649         instead of 1
5651         * NEWS:
5652         * configure.in:
5653         increased version to 2.5.10
5655         * configure.in:
5656         * NEWS:
5657         updated for 2.5.9 release
5659         * fvwm/functions.c (execute_function_override_window):
5660         * fvwm/module_interface.c (ExecuteModuleCommand):
5661         * fvwm/conditional.c (circulate_cmd):
5662         sometimes, DeferExecution was called although a window was already
5663         selected, for example with the "Current" commend; fixed
5665 2004-02-28  Olivier Chapuis  <olivier.chapuis@free.fr>
5667         * libs/FImage.c (FShmSafeCreateImage):
5668         Fixed some safety tests
5670 2004-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5672         * fvwm/events.c (__handle_cr_on_client):
5673         fixed a bug in the Jave configure request workaround
5675 2004-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5677         * fvwm/events.c (__cr_detect_icccm_move):
5678         improved motion method detection for fullscreen requests
5680 2004-02-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5682         * fvwm/add_window.c (AddWindow):
5683         * fvwm/screen.h (ScreenInfo):
5684         * fvwm/builtins.c (CMD_BugOpts):
5685         new BugOpts option DisplayNewWindowNames intended for debugging
5687 2004-02-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5689         * libs/Bindings.c (FvwmStringToKeysym):
5690         small performance enhancement
5692         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
5693         (__move_loop):
5694         fixed the FlickeringMoveWorkaround option which did nothing before
5696 2004-02-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5698         * fvwm/style.c (style_parse_one_style_option):
5699         * fvwm/fvwm.h:
5700         * fvwm/style.h (SIS_UNMANAGED):
5701         * fvwm/add_window.c (AddWindow):
5702         New style Unmanaged
5704         * fvwm/expand.c (expand_vars_extended):
5705         new variables $[w.iconfile] and $[w.miniiconfile]
5707         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5708         made left side of a relief one pixel longer at the bottom
5710 2004-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5712         * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
5713         * fvwm/style.c (style_set_old_focus_policy):
5714         fixed default window list order with ClickToFocus
5716 2004-02-04  Marcus Lundblad  <ml@update.uu.se>
5718         * fvwm/libs/Flocale.h:
5719         * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
5720         (FlocaleStringByteToCharOffset)
5721         (FlocaleStringCharToByteOffset)
5722         (FlocaleStringCharLength):
5723         Made utility functions available outside of Flocale
5725 2004-01-31  Olivier Chapuis  <olivier.chapuis@free.fr>
5727         * fvwm/events.c (__test_for_motion):
5728         Fixed a lockup, see the long comment in the code
5730 2004-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5732         * fvwm/schedule.c (execute_obj_func):
5733         fixed using uninitialised return code
5735 2004-01-25  Olivier Chapuis  <olivier.chapuis@free.fr>
5737         * fvwm/builtins.c (do_title_style):
5738         Fixed MinHeight, it must reset the Height
5740 2004-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5742         * fvwm/menus.c (menuShortcuts):
5743         applied menu navigation patch by Anton Kazennikov
5745 2003-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5747         * libs/gravity.c (gravity_dir_to_string):
5748         (gravity_parse_dir_argument):
5749         use a constant for the dir table
5751 2003-12-16  Marcus Lundblad  <ml@update.uu.se>
5753         * fvwm/Flocale.c (FlocaleEncodeString)
5754         (FlocaleDrawUnderline):
5755         Fixed crash when there's no Iconv support
5757 2003-12-16  olicha  <olivier.chapuis@free.fr>
5759         * fvwm/functions.h:
5760         Used the FUNC_FLAGS_TYPE in find_func_t declaration
5762         * sample.fvwmrc/system.fvwm2rc-sample-95:
5763         Added some Xft fonts
5765 2003-12-12  olicha  <olivier.chapuis@free.fr>
5767         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5768         Fixed ewmh FullScreen when an application start fullscreen and
5769         desactivate this state
5771 2003-12-04  olicha  <olivier.chapuis@free.fr>
5773         * fvwm/placement.c (test_fit):
5774         * fvwm/ewmh.h:
5775         * fvwm/ewmh.c (ewmh_GetStrutIntersection):
5776         (EWMH_GetBaseStrutIntersection):
5777         (EWMH_GetStrutIntersection):
5778         Fixed placement vs the base struts
5780 2003-11-29  Mikhael Goikhman  <migo@homemail.com>
5782         * sample.fvwmrc/system.fvwm2rc-sample-95:
5783         improved Debian specific menu
5785 2003-11-15  Mikhael Goikhman  <migo@homemail.com>
5787         * sample.fvwmrc/system.fvwm2rc-sample-95:
5788         several updates; added Debian menu if found
5790 2003-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5792         * configure.in:
5793         new configure option --en/disable-iconv
5795 2003-11-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5797         * fvwm/menus.c (__mloop_handle_event):
5798         * fvwm/menustyle.c (menustyle_parse_style):
5799         (menustyle_copy):
5800         new MenuStyle options PopupIgnore and PopupClose
5802 2003-11-02  Dan Espen  <dane@mk.telcordia.com>
5804         * fvwm/menus.c (menu_binding): Remove debug code.
5805         * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
5806         * fvwm/menus.h: Add menu_binding function.
5807         * fvwm/fvwm.1.in: Document the menu context in the mouse command for
5808         tear off menus.
5809         * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
5810         button 2 tearoff.
5811         * libs/wcontext.h (enum): Add MENU context.
5812         * libs/wcontext.c (win_contexts): More common binding contexts first in
5813         table.
5814         * libs/charmap.c (charmap_string_to_mask): Space before char in error
5815         message.
5817 2003-11-01  Mikhael Goikhman  <migo@homemail.com>
5819         * NEWS:
5820         * configure.in:
5821         increase version to 2.5.9
5823 2003-10-31  Mikhael Goikhman  <migo@homemail.com>
5825         * Makefile.am:
5826         fixed deb creation
5828         * configure.in:
5829         * NEWS:
5830         updated for 2.5.8 release
5832 2003-10-29  Mikhael Goikhman  <migo@homemail.com>
5834         * Makefile.am:
5835         * configure.in:
5836         initially added files for deb package auto-creating procedure
5838 2003-10-26  Mikhael Goikhman  <migo@homemail.com>
5840         * AUTHORS:
5841         * configure.in:
5842         added Swedish translations by Johan Svedberg
5844         * NEWS:
5845         updated
5847 2003-10-25  Mikhael Goikhman  <migo@homemail.com>
5849         * fvwm/add_window.c (GetWindowSizeHints):
5850         reindented broken hint messages
5852 2003-10-23  Mikhael Goikhman  <migo@homemail.com>
5854         * configure.in:
5855         improved Perl detection messages,
5856         restored FvwmGtkDebug independence from gtk libs
5858 2003-10-15  Mikhael Goikhman  <migo@homemail.com>
5860         * configure.in:
5861         * AUTHORS:
5862         added German translations by Andrei Mitrofanow
5864         * fvwm/fvwm.1.in:
5865         typos
5867 2003-10-11  Mikhael Goikhman  <migo@homemail.com>
5869         * NEWS:
5870         added 2.4.17 NEWS
5872 2003-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5874         * fvwm/fvwm.1.in:
5875         * fvwm/conditional.c (CreateConditionMask):
5876         (MatchesConditionMask):
5877         (CreateConditionMask):
5878         * fvwm/fvwm.h (WindowConditionMask):
5879         !CurrentPage, !CurrentDesk, !Layer ... now work as they should
5881 2003-09-23  olicha  <olivier.chapuis@free.fr>
5883         * libs/FImage.c (FShmInit):
5884         Removed debug code
5886 2003-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5888         * fvwm/focus.c (warp_to_fvwm_window):
5889         don't unnecessarily call MoveViewport
5891 2003-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5893         * fvwm/decorations.c (__is_resize_allowed):
5894         fixed a condition
5896 2003-09-06  malu  <ml@update.uu.se>
5898         * libs/FBidi.c (FBidiConvert):
5899         * libs/CombineChars.c (CombineChars):
5900         Fixed drawing combining characters on correct positions in
5901         right-to-left context
5903 2003-09-05  malu  <ml@update.uu.se>
5905         * libs/Flocale.c (FlocaleDrawString):
5906         (FlocaleTextWidth):
5907         Fixed drawing of combining characters with font shadow
5908         (character offsets were miscalculated, since FlocaleTextWidth
5909         adds shadow width)
5911 2003-09-05  malu  <ml@update.uu.se>
5913         * libs/Flocale.c (FlocaleDrawUnderline):
5914         Fixed bug with text width when a string contains only
5915         "orphaned" combining characters (compensation for font shadowd
5916         was counted twice)
5918 2003-09-04  olicha  <olivier.chapuis@free.fr>
5920         * todo-2.6:
5921         Added E.18, added comments on C.9 and C.15
5923 2003-09-03  olicha  <olivier.chapuis@free.fr>
5925         * libs/Flocale.c (FlocaleTextWidth):
5926         Fixed a comb_char core dump
5928         * libs/Makefile.am:
5929         Fixed compilation if either iconv, libpng or Xrender headers are
5930         not at a standard place
5932 2003-09-03  Mikhael Goikhman  <migo@homemail.com>
5934         * acinclude.m4:
5935         fixed error message for incorrect --with-SOMETHING-library argument
5937 2003-09-03  olicha  <olivier.chapuis@free.fr>
5939         * todo-2.6:
5940         Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
5942 2003-09-02  olicha  <olivier.chapuis@free.fr>
5944         * todo-2.6:
5945         C.12 is fixed
5947 2003-09-01  olicha  <olivier.chapuis@free.fr>
5949         * libs/gravity.c (gravity_dir_to_string):
5950         A new interface function to transform a direction_t to a string
5952 2003-08-31  S. Anderson  <sa@xmission.com>
5954         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
5955         Fixed missing font charsets
5957 2003-08-28  olicha  <olivier.chapuis@free.fr>
5959         * fvwm/move_resize.c (__move_loop):
5960         (AnimatedMoveAnyWindow):
5961         Updated bg of transparent tear off menu when moved
5963         * fvwm/events.c (HandlePropertyNotify):
5964         Updated ParentRelative tear off menu on bg change
5966         * fvwm/menus.c (UpdateMenuColorset):
5967         Updated colorsets of tear off menu when they change, this handle the
5968         case of root background change for RootTransparent
5970         * fvwm/menus.h:
5971         * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
5972         An utility function for redrawing transparent tear off menu. Maybe
5973         we can merge
5975         * fvwm/add_window.c (validate_transientfor):
5976         Fixed transient for an ewmh desktop
5978 2003-08-27  olicha  <olivier.chapuis@free.fr>
5980         * libs/FRender.c (FRenderRender):
5981         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
5982         Removed and fixed some unused code
5984 2003-08-25  olicha  <olivier.chapuis@free.fr>
5986         * fvwm/misc.c (GrabEm):
5987         Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
5989         * fvwm/modconf.c (send_color_limit):
5990         ifndefed color limit config info message which is not used anymore
5992         * fvwm/colorset.c (parse_colorset):
5993         Added a note on average bg
5995 2003-08-23  olicha  <olivier.chapuis@free.fr>
5997         * fvwm/style.c (print_styles):
5998         More info on memory used
6000         * fvwm/style.c (__simplify_style_list):
6001         Fixed upward simplication
6003 2003-08-14  olicha  <olivier.chapuis@free.fr>
6005         * fvwm/ewmh.c (ewmh_HandleMenu):
6006         Fixed the MENU window type, they are tear off menus
6008         * fvwm/fvwm.h:
6009         * fvwm/update.c (apply_window_updates):
6010         * fvwm/stack.c (new_layer):
6011         * fvwm/ewmh.c (EWMH_GetStyle):
6012         Fixed EWMHUseStackingHints update
6014         * fvwm/window_flags.h:
6015         * fvwm/fvwm.h:
6016         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6017         (ewmh_WMStateMaxHoriz):
6018         (ewmh_WMStateMaxVert):
6019         * fvwm/move_resize.c (unmaximize_fvwm_window):
6020         Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6021         uniconify and unshade when putting a window fullscreen
6023         * fvwm/ewmh_intern.h:
6024         * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6025         Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6027         * fvwm/move_resize.c (unmaximize_fvwm_window):
6028         (CMD_Resize):
6029         (CMD_ResizeMove):
6030         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6031         * fvwm/decorations.c (SelectDecor):
6032         * fvwm/windowshade.c (CMD_WindowShade):
6033         Removed the decor for EWMH fullscreen windows, forbid shading and
6034         allows Resize and MoveResize without unsetting the fullscreen/maximized
6035         state
6037         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6038         (CMD_ResizeMaximize):
6039         Fixed ewmh state which was not set after these cmds
6041 2003-08-09  olicha  <olivier.chapuis@free.fr>
6043         * todo-2.6:
6044         Updated
6046 2003-08-08  olicha  <olivier.chapuis@free.fr>
6048         * fvwm/borders.c (border_draw_vector_to_pixmap):
6049         Fixed inversion of fg and bg in vector buttons
6051         * fvwm/style.c (__simplify_style_list):
6052         Fixed a memory leak
6054         * libs/System.c (fvwm_mkstemp):
6055         Removed debug code
6057 2003-08-07  olicha  <olivier.chapuis@free.fr>
6059         * configure.in:
6060         * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6061         * acconfig.h:
6062         * libs/System.c (fvwm_mkstemp):
6063         * libs/fvwmlib.h:
6064         Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6065         exists and work correctly, if not a replacement function is used
6066         (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6067         implementation).
6069         * libs/fsm.c (unique_filename):
6070         (SetAuthentication):
6071         * fvwm/session.c (getUniqueStateFilename):
6072         Replaced tempnam by fvwm_mkstemp
6074 2003-08-07  olicha  <olivier.chapuis@free.fr>
6076         * libs/Makefile.am:
6077         * libs/FSMlib.h (new file):
6078         * fvwm/session.c (*):
6079         * fvwm/session.h:
6080         fvwmize SMlib and ICElib
6082         * fvwm/session.c (matchWin):
6083         Fixed window matching for windows with no SM_CLIENT_ID and a
6084         window_role
6086         * libs/fsm.c (new file):
6087         * libs/fsm.h (new file):
6088         * fvwm/ConfigFvwmDefaults
6089         A set of functions for implementing a dummy session manager
6091         * fvwm/fvwm.1.in:
6092         GNOME 1 hints and EWHM support is not a configure time option
6093         (anymore).
6095 2003-08-06  Robert Wittek  <r.wittek@gmx.net>
6097         * fvwm/add_window.c (AddWindow):
6098         fixed stickyness across desks over a restart
6100 2003-08-06  olicha  <olivier.chapuis@free.fr>
6102         * fvwm/ewmh.c (EWMH_WindowInit):
6103         (EWMH_SetFrameStrut):
6104         Fixed position of kde tray windows in kicker
6106 2003-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6108         * fvwm/module_interface.c (FlushMessageQueue):
6109         retry writing pipe if write returns EINTR
6111 2003-07-28  olicha  <olivier.chapuis@free.fr>
6113         * fvwm/events.c (events_handle_configure_request):
6114         (HandleConfigureRequest):
6115         (__handle_configure_request):
6116         (__handle_cr_on_client):
6117         * fvwm/ewmh.c (ewmh_atom_client_win):
6118         * fvwm/ewmh_intern.h:
6119         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6120         (EWMH_ProcessClientMessage):
6121         Implemented _NET_MOVERESIZE_WINDOW
6123         * fvwm/fvwm.c (main):
6124         A -Wall fix
6126 2003-07-25  olicha  <olivier.chapuis@free.fr>
6128         * fvwm/ewmh.c (ewmh_HandleWindowType):
6129         Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6130         that one type and we do not support the first one.
6132         * fvwm/expand.c (expand_vars_extended):
6133         Fixed conflict between extended variables name (desk.name and
6134         desk.n)
6136         * fvwm/session.c (callback_save_yourself):
6137         Respect the SmSaveGlobal save type. This should fix some session
6138         locking in the sm protocol
6140         * fvwm/session.c (setSmProperties):
6141         (SessionInit):
6142         Set some sm properties when fvwm start for fixing a problem with
6143         the restart style hint after a restart.
6145         * fvwm/fvwm.c (get_display_name):
6146         (usage):
6147         (main):
6148         * fvwm/session.c (setSmProperties):
6149         * fvwm/fvwm.1.in
6150         Added a possible positive or null arg to --single-screen which
6151         forces fvwm to start on the "current" display and the given
6152         screen. Use this to fix fvwm starting under a session manager:
6153         specify only the screen and not the display.screen for the
6154         restart sm command.
6156         * fvwm/fvwm.c (main):
6157         Fixed possible memory corruption if a display has more than
6158         10 screens.
6160         * fvwm/session.c (*):
6161         Better debuging msg
6163 2003-07-24  Mikhael Goikhman  <migo@homemail.com>
6165         * acinclude.m4:
6166         fixed xft/fontconfig detection with pkg-config
6168         * fvwm/fvwm.1.in:
6169         corrections in some long option names
6171 2003-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6173         * fvwm/add_window.c (setup_style_and_decor):
6174         * fvwm/geometry.c (set_window_border_size):
6175         * fvwm/fvwm.h (FvwmWindow):
6176         * fvwm/events.c (HandleShapeNotify):
6177         * fvwm/frame.c (frame_free_move_resize_args):
6178         (frame_setup_shape):
6179         (frame_reshape_border):
6180         fixed resizing of window borders if a window shape was added or deleted
6181         after the initial window setup
6183         * fvwm/update.c (apply_window_updates):
6184         removed unused code
6186         * fvwm/events.c (__cr_detect_icccm_move):
6187         disable motion method detection for shaped windows
6189 2003-07-21  olicha  <olivier.chapuis@free.fr>
6191         * fvwm/add_window.c (setup_window_structure):
6192         * fvwm/session.c (MatchWinToSM):
6193         Preserve is_name_changed window_flags within restart, session loading
6194         and recapture
6196 2003-07-20  olicha  <olivier.chapuis@free.fr>
6198         * fvwm/ewmh.c (EWMH_Init):
6199         fixed _NET_WM_NAME for our ewmh WM_CHECK window
6201         * fvwm/fvwm.c (InternUsefulAtoms):
6202         * fvwm/externs.h:
6203         * fvwm/session.c (GetWindowRole):
6204         Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6206         * fvwm/session.c (GetClientID):
6207         Better determination of the CLIENT_LEADER
6209         * fvwm/session.c (setSmProperties):
6210         Set the CloneCommand for gnome-session editor (the sm spec says this
6211         properties is required). Removed the commented XSM ifdef.
6213         * fvwm/session.c (matchWin):
6214         (SaveWindowStates):
6215         Consider client only if it has a client id or a wm command.
6216         Removed the "two entries" session previous commit
6218 2003-07-16  olicha  <olivier.chapuis@free.fr>
6220         * fvwm/session.c (MatchWinToSM):
6221         Fixed restoring session state, if two window session entries have the
6222         same identifier ignore these entries
6224 2003-07-16  olicha  <olivier.chapuis@free.fr>
6226         * NEWS:
6227         * fvwm/style.h (SID_GET_NAME):
6228         (SID_SET_NAME):
6229         (SID_GET_WINDOW_ID):
6230         (SID_SET_WINDOW_ID):
6231         (SID_SET_HAS_NAME):
6232         (SID_GET_HAS_NAME):
6233         (SID_SET_HAS_WINDOW_ID):
6234         (SID_GET_HAS_WINDOW_ID):
6235         (SGET_ID):
6236         (SGET_WINDOW_ID):
6237         (SSET_WINDOW_ID):
6238         (SSET_ID_HAS_NAME):
6239         (SGET_ID_HAS_NAME):
6240         (SSET_ID_HAS_WINDOW_ID):
6241         (SGET_ID_HAS_WINDOW_ID):
6242         * fvwm/style.c (style_ids_are_equals):
6243         (style_id_equals_id):
6244         (styles_have_same_id):
6245         (fw_match_style_id):
6246         (one_fw_can_match_both_ids):
6247         (remove_all_of_style_from_list):
6248         (__simplify_style_list):
6249         (style_parse_one_style_option):
6250         (__style_command):
6251         (style_destroy_style):
6252         (print_styles):
6253         (CMD_Style):
6254         (CMD_WindowStyle):
6255         (CMD_FocusStyle):
6256         (CMD_DestroyStyle):
6257         (CMD_DestroyWindowStyle):
6258         * fvwm/fvwm.h (style_id_t):
6259         (window_style):
6260         * fvwm/functable.c (func_table):
6261         * fvwm/add_window.c (destroy_window):
6262         * fvwm/commands.h:
6263         * fvwm/fvwm.1:
6264         New WindowStyle and DestroyWindowStyle command for setting styles
6265         per window
6267 2003-07-14  Marcus Lundblad  <ml@update.uu.se>
6269         * libs/Flocale.c (FlocaleDrawString):
6270         * libs/FBidi.c (FBidiConvert):
6271         fixed drawing of combining characters in the case where a string
6272         consists of only combining characters
6274 2003-07-13  Marcus Lundblad  <ml@update.uu.se>
6276         * libs/CombineChars.c (CombineChars):
6277         bugfix: array mapping visual to logical position was allocated
6278         to small (factor 2) in decoposing code
6280 2003-07-11  Marcus Lundblad  <ml@update.uu.se>
6282         * libs/Flocale.c (FlocaleEncodeWinString):
6283         fixed a memory leak
6285         * libs/Flocale.c (FlocaleDrawString):
6286         (FlocaleRotatedDrawString):
6287         removed some code duplication
6289 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6291         * libs/CombineChars.c (combclass_table):
6292         (CombineChars):
6293         fixed supporting drawing marks superimposed that are in a combining
6294         class
6296 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6298         * libs/Flocale.c (FlocaleRotateDrawString):
6299         (FlocaleDrawString)
6300         fixed core dump when composing characters can't be converted to
6301         locale charset
6303 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6305         * AUTHORS:
6306         updated
6308 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6310         * todo-2.6 (todo):
6311         updated summary
6313 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6315         * NEWS:
6316         updated with reagrds to combing characters
6318 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6320         * todo-2.6
6321         closed B.8
6323 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6325         * libs/Flocale.c (FlocaleEncodeString):
6326         (FlocaleEncodeWinString):
6327         (FlocaleRotateDrawString):
6328         (FlocaleDrawString):
6329         (FlocaleDrawUnderline):
6330         fixed rendering combining characters using Unicode font in a
6331         non-UTF-8 locale
6333 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6335         * fvwm/fvwm.1.in:
6336         renamed MoveWindowByProgramMethod to MoveByProgramMethod
6338 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6340         * libs/FBidi.h:
6341         fixed FBidi.h macro to work with no FriBIDI
6343 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6345         * libs/CombineChars.h (CombineChars):
6346         * libs/CombineChars.c (CombineChars):
6347         * libs/FBidi.h (FBidiConvert):
6348         * libs/FBidi.c (FBidiConvert):
6349         * libs/Flocale.c (FlocaleEncodeString):
6350         (FlocaleEncodeWinString):
6351         (FlocaleDrawUnderline):
6352         (FlocaleTextWidth):
6353         fixed drawing of underlines on characters to work in with BIDI
6354         and combining characters
6356 2003-07-08  Mikhael Goikhman  <migo@homemail.com>
6358         * todo-2.6:
6359         closed D.1 with "no consensus" resolution
6361 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6363         * fvwm/fvwm.1.in:
6364         documented tear off menus
6366         * fvwm/placement.c (PlaceWindow):
6367         StartsOnPage + SkipMapping overrides PPosition
6369 2003-07-07  Mikhael Goikhman  <migo@homemail.com>
6371         * fvwm/functable.c:
6372         solved a problem with CMD_Dummy and exact command spelling
6374         * libs/CombineChars.c:
6375         * libs/CombineChars.h:
6376         * libs/FBidi.c:
6377         minor reformattings (use TABs not 8 spaces and a space after keywords
6378         like for, if or while)
6380 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6382         * fvwm/update.c (apply_window_updates):
6383         * fvwm/update.h:
6384         * fvwm/add_window.c (setup_style_and_decor):
6385         * fvwm/style.h:
6386         * fvwm/style.c (style_parse_one_style_option):
6387         (check_window_style_change):
6388         new style MoveWindowByProgramMethod
6390         * libs/PictureImageLoader.c (PImageLoadXpm):
6391         use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6393         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6394         implemented _NET_WM_STATE_FULLSCREEN handling
6396         * fvwm/move_resize.c (GetOnePositionArgument):
6397         fixed parsing of "+-x +-y" Move arguments
6398         (CMD_Maximize):
6399         use get_page_offset_check_visible
6401         * fvwm/geometry.c (get_page_offset_check_visible):
6402         new convenience function
6404         * fvwm/events.c (__handle_cr_on_client):
6405         fixed handling of gravities other than NW or Static
6406         (__cr_detect_icccm_move):
6407         fixed several bugs
6409 2003-07-06  Marcus Lundblad  <ml@update.uu.se>
6411         * libs/BidiJoin.c:
6412         * libs/BidiJoin.h:
6413         * libs/BidiJoin.c:
6414         * libs/BidiJoin.h:
6415         * libs/CombineChars.c:
6416         * libs/CombineChars.h:
6417         * libs/Flocale.c (FlocaleEncodeString):
6418         * libs/FBidi.c:
6419         * libs/FBidi.h:
6420         * libs/Makefile.am:
6421         Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6422         FCombineChars.h
6424 2003-07-06  olicha  <olivier.chapuis@free.fr>
6426         * libs/FRender.c (FRenderRender):
6427         Fixed compilation
6429 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6431         * fvwm/ewmh.c (ewmh_check_wm_pid):
6432         (EWMH_WindowInit):
6433         detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6434         compliant ConfigureNotify handling
6436 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6438         * libs/Flocale.c (FlocaleDrawUnderline):
6439         Commented out some non-working new code
6441 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6443         * libs/Flocale.c (FlocaleDrawString):
6444         fixed drawing superimposed characters with a fontset
6446 2003-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6448         * fvwm/events.c (__cr_detect_icccm_move):
6449         (__handle_cr_on_client):
6450         (__cr_get_grav_position):
6451         (__cr_get_static_position):
6452         * fvwm/window_flags.h:
6453         * fvwm/fvwm.h:
6454         try to autodetect whether application uses the icccm way of moving
6455         windows of the traditional way always using static gravity
6457         * acconfig.h:
6458         moved SIGNAL_RETURN macro definition to acconfig.h
6460         * fvwm/module_interface.c (DeadPipe):
6461         * fvwm/fvwm.c (SigDone):
6462         (Restart):
6463         (ReapChildren):
6464         use SIGNAL_RETURN macro
6466         * fvwm/events.c (__handle_cr_on_client):
6467         (__merge_cr_moveresize):
6468         (__cr_detect_icccm_move):
6470         * fvwm/events.c (__handle_cr_on_unmanaged):
6471         (__handle_cr_on_icon):
6472         (__handle_cr_on_shaped):
6473         (__handle_cr_restack):
6474         (__handle_cr_on_client):
6475         (HandleConfigureRequest):
6476         split the ConfigureRequest code into multiple functions
6478         * fvwm/update.c (apply_window_updates):
6479         fixed drawing of window decorations when "Style * Neverfocus" is used
6481         * fvwm/events.c (HandleKeyPress):
6482         fixed a bug with key binding contexts
6484         * fvwm/functions.c (__execute_function):
6485         * fvwm/expand.c (expand_vars):
6486         (expand_vars_extended):
6487         new extended variable $[func.context]
6489         * libs/Bindings.h:
6490         * libs/Bindings.c:
6491         moved some code to the new files
6493         * libs/charmap.h:
6494         * libs/charmap.c:
6495         * libs/modifiers.h:
6496         * libs/modifiers.c:
6497         * libs/wcontext.c:
6498         * libs/wcontext.h:
6499         new files
6501         * libs/Bindings.c:
6502         fixed a problem with uninitialised global variable
6504 2003-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6506         * libs/Bindings.c (key_modifiers):
6507         moved to new file wcontext.c
6509         * libs/gravity.c (gravity_parse_dir_argument):
6510         added aliases for compass directions:
6511           - = N
6512           _ = S
6513           [ = W
6514           ] = E
6515           ^ = NE
6516           > = SE
6517           v = SW
6518           [ = nw
6519           . = center
6521 2003-07-02  Marcus Lundblad  <ml@update.uu.se>
6523         * libs/FBidi.h:
6524         * libs/Flocale.c (FlocaleDrawString):
6525         (FlocaleRotateDrawString):
6526         Fixes to work without Fribidi
6528 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6530         * todo-2.6:
6531         Updated
6533 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6535         * libs/FbidiJoin.c (get_shaped_combined_char):
6536         (shape_n_join):
6537         Removed unused (get_shaped_combined_char) and commented out code
6538         Combining ligatures done in FCombineChars
6540 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6542         * libs/Flocale.c (FlocaleDrawString):
6543         (FlocaleRotateDrawString):
6544         (FlocaleTextWidth):
6545         * libs/FBidi.h:
6546         * libs/FBidi.c (FBidiConvert):
6547         * libs/FBidiJoin.c:
6548         * libs/FCombineChars.h:
6549         * libs/FCombineChars.c (FCombineChars):
6550         Added support for drawing superimposed combining characters
6552 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6554         * fvwm/commands.h:
6555         * fvwm/functable.c (func_table):
6556         * fvwm/functions.c (CMD_TearMenuOff):
6557         (CMD_Title):
6558         (CMD_Silent):
6559         (CMD_Function):
6560         (CMD_KeepRc):
6561         merged all dummy commands into one: CMD_Dummy
6563 2003-07-01  olicha  <olivier.chapuis@free.fr>
6565         * fvwm/menus.c (DestroyMenu):
6566         (do_menu):
6567         Cleanup
6569 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6571         * fvwm/menustyle.c (menustyle_copy):
6572         (copy_menu_style):
6573         renamed function
6575 2003-06-30  Marcus Lundblad  <ml@update.uu.se>
6577         * todo-2.6:
6578         Updated
6580 2003-06-30  olicha  <olivier.chapuis@free.fr>
6582         * fvwm/menus.c (do_menu):
6583         (DestroyMenu):
6584         (do_menu_close_tear_off_menu):
6585         (menu_close_tear_off_menu):
6586         Allowed to destroy tear off menu!
6588         * fvwm/menus.c (menu_tear_off):
6589         (menu_close_tear_off_menu):
6590         (do_menu_close_tear_off_menu):
6591         (clone_menu_root_static):
6592         (pop_menu_up):
6593         (menu_tear_off):
6594         (make_menu_window):
6595         (make_menu):
6596         (update_menu):
6597         Fixed client leaks (only create new client for menu if it is a tear off
6598         menu). Created a dedicated menu style for each tear off menu.
6600         * fvwm/menustyle.c (CMD_CopyMenuStyle):
6601         (copy_menu_style):
6602         * fvwm/menustyle.h:
6603         Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6605 2003-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6607         * fvwm/virtual.c (do_move_window_to_desk):
6608         (UnmapDesk):
6609         fixed "Visible" condition on non current desks
6611 2003-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6613         * **/*.c:
6614         * **/*.h:
6615         shortened some comments
6616         removed GPL from .h files
6617         added GPL to all .c files
6618         include config.h in all .c files
6619         added "/* -*-c-*- */" where missing
6620         some reformatting and reindenting
6622         * fvwm/module_interface.c:
6623         * fvwm/module_interface.h:
6624         * libs/Fft.c:
6625         * libs/Flocale.c:
6626         * libs/gravity.h:
6627         * libs/Flocale.h:
6628         * fvwm/screen.h:
6629         * fvwm/misc.c:
6630         * fvwm/misc.h:
6631         * fvwm/windowshade.c:
6632         * fvwm/virtual.c:
6633         * fvwm/conditional.c:
6634         * fvwm/geometry.h:
6635         * fvwm/geometry.c:
6636         * fvwm/borders.c:
6637         * fvwm/frame.h:
6638         * fvwm/frame.c:
6639         * fvwm/update.c:
6640         * fvwm/session.c:
6641         * fvwm/placement.c:
6642         * fvwm/menus.c:
6643         * fvwm/icons.c:
6644         * fvwm/events.c:
6645         * fvwm/add_window.c:
6646         * fvwm/session.h:
6647         * fvwm/placement.h:
6648         * fvwm/icons.h:
6649         * fvwm/eventhandler.h:
6650         * fvwm/fvwm.h:
6651         * fvwm/add_window.h:
6652         * fvwm/repeat.c:
6653         * fvwm/functions.c:
6654         * fvwm/functable.c:
6655         * fvwm/functable.h:
6656         * fvwm/functions.h:
6657         renamed types func_type, repeat_t, initial_window_options_t,
6658         frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6659         last_added_item_type, common_flags_type, multi_direction_type,
6660         msg_masks_type to ..._t
6662         * fvwm/functions.c (__execute_function):
6663         (execute_complex_function):
6664         * fvwm/condrc.c (condrc_init):
6665         new function in new file to encapsulate all cond_rc_t handling
6667         * fvwm/condrc.h:
6668         * fvwm/fvwm.h (cond_rc_t):
6669         (cond_rc_enum):
6670         moved typed to new file
6672         * fvwm/functable.h:
6673         * fvwm/commands.h:
6674         * fvwm/functable.c (func_table):
6675         * fvwm/functions.c (__run_complex_function_items):
6676         (__execute_function):
6678         * fvwm/conditional.c (CMD_Break):
6679         (__rc_matches_rcstring_consume):
6680         Break takes the number of function levels to break out of as an
6681         argument
6683         * fvwm/expand.c (expand_vars_extended):
6684         * fvwm/conditional.c (circulate_cmd):
6685         (select_cmd):
6686         (direction_cmd):
6687         (__rc_matches_rcstring_consume):
6688         (CMD_All):
6689         (CMD_WindowId):
6690         (CMD_TestRc):
6691         (CMD_Test):
6692         * fvwm/read.c:
6693         * fvwm/read.h:
6694         * fvwm/functions.h:
6695         * fvwm/functions.c:
6696         (__run_complex_function_items):
6697         (execute_complex_function):
6698         * fvwm/expand.h:
6699         * fvwm/expand.c:
6700         * fvwm/fvwm.h:
6701         * fvwm/conditional.c:
6702         renamed fvwm_cond_func_rc by cond_rc_t
6703         made a type a struct
6704         added a member to indicate the number of function levels to break out
6705         of
6707         * fvwm/functable.c (func_table):
6708         * fvwm/conditional.c (CMD_TestRc):
6709         replaced conditional commands:
6710                 Cond -> TestRc
6711                 CondCase -> KeepRc TestRc
6712                 On -> Test
6713         (__rc_matches_rcstring_consume):
6714         new function
6716         * fvwm/conditional.c (CMD_CondCase):
6717         fixed the CondCase command
6719 2003-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6721         * configure.in:
6722         new configure option --deisable-gtk to disable detection of gtk library
6724         * fvwm/fvwm.1.in:
6725         cleaned up documentation of conditional commands
6726         general man page cleanup
6728 2003-06-17  Dan Espen  <dane@mk.telcordia.com>
6730         * fvwm/builtins.c (ReadDecorFace): Off by one patch from
6731         Anil Madhavapeddy.
6733 2003-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6735         * fvwm/fvwm.1.in:
6736         cleaned up of CirculateHit... conditions
6738 2003-06-15  olicha  <olivier.chapuis@free.fr>
6740         * fvwm/style.c (__simplify_style_list):
6741         Fixed is_merged_allowed: rest it to True when cur change
6742         Added "upward" simplification
6744 2003-06-14  olicha  <olivier.chapuis@free.fr>
6746         * fvwm/style.c (__simplify_style_list):
6747         (blocksintersect):
6748         (blockand):
6749         Fixed blockand which always returned True. Added blocksintersect which
6750         returns the same value as blockand but faster.
6752 2003-06-13  olicha  <olivier.chapuis@free.fr>
6754         * configure.in:
6755         * acinclude.m4:
6756         Fixed fontconfig and xft2 for version without *-config binnary. Used
6757         pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
6758         fontconfig and xft2 if the version is < the required version
6759         (even if --disable-*test).
6761 2003-06-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6763         * libs/Graphics.c:
6764         define M_PI and M_PI_2 if they are not defined by math.h
6766 2003-06-10  Mikhael Goikhman  <migo@homemail.com>
6768         * libs/Colorset.c (LoadColorset):
6769         added a note to update Colorsets.pm too when the format is changed
6771 2003-06-09  Mikhael Goikhman  <migo@homemail.com>
6773         * WindowStyle_proposal.txt:
6774         s/WindowId/ThisWindow/ and other minor changes
6776 2003-06-06  olicha  <olivier.chapuis@free.fr>
6778         * libs/PictureImageLoader.c (PImageLoadPng):
6779         Fixed loading of png images if the caller want no alpha
6781 2003-06-04  olicha  <olivier.chapuis@free.fr>
6783         * libs/Flocale.c (FlocaleEncodeString):
6784         Fixed memroy leaks
6786 2003-06-03  Mikhael Goikhman  <migo@homemail.com>
6788         * libs/Makefile.am:
6789         only FCombineChars.c was distributed not FCombineChars.h
6791 2003-06-03  Marcus Lundblad  <ml@update.uu.se>
6793         * libs/FCombineChars.c (convert_to_utf8)
6794         fixed a bug when converting back to UTF-8 and a bug giving
6795         garbage at end of string in some cases
6797         * libs/Flocale.c (FlocaleEncodeString)
6798         fixed problem regarding combining-characters when BIDI is used
6800 2003-05-31  Marcus Lundblad  <ml@update.uu.se>
6802         * libs/Makefile.am:
6803         * libs/Flocale.c (FlocaleEncodeString):
6804         * libs/FCombineChars.c:
6805         * libs/FCombineChars.h:
6806         implemeted support for combining characters
6808 2003-05-31  Mikhael Goikhman  <migo@homemail.com>
6810         * configure.in:
6811         set the version 2.5.8
6813 2003-05-30  Mikhael Goikhman  <migo@homemail.com>
6815         * fvwm/builtins.c:
6816         * fvwm/fvwm2.1:
6817         SetEnv with only one parameter is ignored now
6819 2003-05-30  Dan Espen  <dane@mk.telcordia.com>
6821         * NEWS: Add 2.4.16 news.
6823 2003-05-29  Mikhael Goikhman  <migo@homemail.com>
6825         * fvwm/functions.c (expand_extended_var):
6826         (expand):
6827         fixed expanding variables that are empty, for example $[w.resource]
6828         or $[gt.a] or $[version.info] or $[EMPTY_STRING]
6830         * fvwm/fvwm.1.in:
6831         s/$w/$[w.id]/
6833 2003-05-29  olicha  <olivier.chapuis@free.fr>
6835         * fvwm/ewmh.c (ewmh_atom_wm_state):
6836         Do not claim that we support _NET_WM_STATE_FULLSCREEN
6838 2003-05-28  olicha  <olivier.chapuis@free.fr>
6840         * NEWS:
6841         A TaskBar news
6843 2003-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6845         * fvwm/focus.c (__update_windowlist):
6846         don't fiddle with the window list for windows that are going to be
6847         destroyed
6849         * fvwm/add_window.c (delete_client_context):
6850         (destroy_auxiliary_windows):
6851         (destroy_window):
6852         fixed empty frame windows when X reused the window id for a new window
6853         while the old one was scheduled to be destroyed
6855 2003-05-26  olicha  <olivier.chapuis@free.fr>
6857         * fvwm/icons.c (GetIconBitmap):
6858         (set_icon_pixmap_background):
6859         (CreateIconWindow):
6860         (DrawIconPixmapWindow):
6861         (DrawIconWindow):
6862         Fixed loading of application supplied pixmap on 8/24 depth screen
6864 2003-05-25  Dan Espen  <dane@mk.telcordia.com>
6866         * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
6867         Rox Filer.
6869         * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
6870         solaris.
6872 2003-05-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6874         * fvwm/misc.c (GrabEm):
6875         do not confine the pointer to the root window when grabbed; this can
6876         cause the pointer to be warped to another screen
6877         * fvwm/menus.c (get_menu_options):
6878         fixed placement of menus on Xinerama screens
6879         * libs/FScreen.c (FScreenGetResistanceRect):
6880         fixed function to do something useful
6881         * libs/Flocale.c (FlocaleDrawString):
6882         support font shadowing without colorsets
6883         * libs/ColorUtils.c:
6884         reformatted file
6885         * fvwm/menuitem.c (menuitem_paint):
6886         do not use colorsets in menus if they are not defined
6887         * fvwm/menustyle.c (menustyle_parse_style):
6888         fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
6889         issued again
6891 2003-05-23  olicha  <olivier.chapuis@free.fr>
6893         * fvwm/bindings.c (ParseBinding):
6894         (bind_get_bound_button_contexts):
6895         * libs/Bindings.c (GrabWindowButton):
6896         Fixed window button grabbing
6898 2003-05-22  olicha  <olivier.chapuis@free.fr>
6900         * fvwm/colorset.c (parse_colorset):
6901         Fixed an uninit mem
6903         * fvwm/borders.c (border_fill_pixmap_background):
6904         Fixed problem with depth 1 pixmap
6906         * fvwm/conditional.c (CMD_On):
6907         Fixed memory leaks
6909         * fvwm/conditional.c (CreateConditionMask):
6910         Fixed memory leaks for layer and state
6912 2003-05-22  Mikhael Goikhman  <migo@homemail.com>
6914         * configure.in:
6915         added perllib/FVWM/Tracker/Makefile
6917 2003-05-22  olicha  <olivier.chapuis@free.fr>
6919         * fvwm/fvwm.1.in:
6920         * fvwm/style.h:
6921         * fvwm/style.c (print_styles):
6922         * fvwm/builtins.c (CMD_PrintInfo):
6923         New style subject to PrintInfo
6925 2003-05-20  olicha  <olivier.chapuis@free.fr>
6927         * libs/Flocale.c (FlocaleGetFontOrFontSet):
6928         Allowed empty xft font name
6930         * libs/Makefile.am:
6931         * libs/flist.c (new file):
6932         * libs/flist.h (new file):
6933         Added a flist structure and some basic function for handling such
6934         stucture
6936         * libs/FGettext.c (*):
6937         Use the new flist struct and functions interface
6939         * fvwm/screen.h (ScreenInfo):
6940         * fvwm/update.c (destroy_scheduled_windows):
6941         * fvwm/add_window.c (destroy_window):
6942         Added a list for the windows which are scheduled for destroy
6943         Remove a fw at once from the fw list when we destroy_window
6945 2003-05-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6947         * fvwm/style.c (CMD_DestroyStyle):
6948         do not update windows if no style was deleted
6949         (check_window_style_change):
6950         fixed update of window styles w/ DestroyStyle
6952 2003-05-18  olicha  <olivier.chapuis@free.fr>
6954         * fvwm/conditional.c (CMD_On):
6955         Added x,r,w,f and i file condition to the On command
6957         * fvwm/add_window.c (destroy_window):
6958         Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
6959         but scheduled for destroy. Not sure that the fix is good.
6961         * fvwm/functions.c (__execute_function):
6962         * libs/defaults.h:
6963         Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
6964         This fixes some cores dumps with "recursives" functions
6966         * fvwm/borders.c (border_create_root_transparent_pixmap):
6967         (border_draw_decor_to_pixmap):
6968         Fixed a core dump with a root transparent rotated title
6969         Fixed X errors 56 with RootTransparent titlebar and no E pixmap
6971         * libs/FGettext.c (fgettext_add_one_path):
6972         (FGettextInit):
6973         (FGettextSetLocalePath):
6974         Fixed memory leak and chainning
6976         * fvwm/builtins.c (CMD_PrintInfo):
6977         Fixed a parsing leak
6979         * fvwm/conditional.c (Circulate):
6980         Fixed a mask memory leaks
6982         * libs/defaults.h:
6983         * libs/Flocale.c (FlocaleGetFont):
6984         (FlocaleGetFontSet):
6985         (FlocaleGetFftFont):
6986         Fixed a core dump when a 0 font is given with an encoding hints.
6987         Added a default FFT font
6989         * fvwm/builtins.c (CMD_DefaultFont):
6990         Fixed a core dump when the default font change and a redraw
6991         (icon or window) is proceeded before flush_window_updates is called
6993         * fvwm/menustyle.c (CMD_CopyMenuStyle):
6994         Fixed gradients copy
6996         * fvwm/menustyle.c (menustyle_parse_style):
6997         Fixed UMR's related to colorset
6999         * fvwm/builtins.c (ReadDecorFace):
7000         Removed inconsistent #if 0 code and comments about leak and MiniIcon
7001         decor style.
7003         * fvwm/menustyle.h:
7004         * fvwm/menustyle.c (menustyle_free):
7005         Fixed a fore stipple gc leak
7007         * fvwm/windowlist.c (CMD_WindowList):
7008         Fixed a sor_keyname memory leak
7010         * fvwm/fvwm.c (ResetAllButtons):
7011         Fixed the default buttons memory leak
7013 2003-05-08  olicha  <olivier.chapuis@free.fr>
7015         * fvwm/windowlist.c (CMD_WindowList):
7016         Fixed a memory leak if MaxLabelWidth is used
7018 2003-05-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7020         * fvwm/functions.c (__context_has_window):
7021         (__execute_function):
7022         * fvwm/functions.h:
7023         fixed excution of functions requiring a window without a window when
7024         called with "silent" from a complex function
7026 2003-05-07  olicha  <olivier.chapuis@free.fr>
7028         * libs/System.c (searchPath):
7029         Fixed a core dump
7031 2003-05-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7033         * fvwm/move_resize.c (__move_loop):
7034         (__resize_window):
7035         fixed core dumps
7037 2003-05-03  olicha  <olivier.chapuis@free.fr>
7039         * todo-2.6:
7040         Updated
7042 2003-05-01  Bob Woodside  <dumbledore@woodsway.com>
7044         * fvwm/NEWS:
7045         Minor typo corrections.
7047 2003-04-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7049         * fvwm/move_resize.c (__move_loop):
7050         fixed UMR
7051         removed debug code
7052         (__resize_window):
7053         fixed UMR
7055 2003-04-28  olicha  <olivier.chapuis@free.fr>
7057         * fvwm/ewmh.c (ewmh_atom_wm_state):
7058         (ewmh_HandleDock):
7059         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7060         (ewmh_WMStateStaysOnBottom):
7061         Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7063 2003-04-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7065         * fvwm/module_interface.c (do_execute_module):
7066         * fvwm/fvwm.c (main):
7067         * libs/envvar.c (flib_putenv):
7068         * fvwm/builtins.c (add_to_env_list):
7069         (CMD_SetEnv):
7070         (CMD_UnsetEnv):
7071         fixed putenv memory leaks
7073         * libs/envvar.c (strIns):
7074         removed debug code
7075         reformatted file
7076         (flib_putenv):
7077         replacement for putenv without memory leaks
7079         * fvwm/frame.c:
7080         removed debug code
7082         * fvwm/fvwm.c (StartupStuff):
7083         fixed UMR
7084         * fvwm/add_window.c (free_window_names):
7085         fixed memory leaks
7086         * fvwm/events.c (HandlePropertyNotify):
7087         fixed memory leak
7088         * fvwm/menus.c (do_menu):
7089         fixed core dump
7090         (__mloop_exit_selected):
7091         safety patch
7092         * fvwm/menucmd.c (menu_func):
7093         fixed memory leak
7095         * fvwm/builtins.c (CMD_Destroy):
7096         (CMD_Close):
7097         call destroy_window right after XKillClient; do not wait for the window
7098         to die on its own
7100         * fvwm/menucmd.c (menu_func):
7101         * fvwm/windowlist.c (CMD_WindowList):
7102         fixed core dumps
7104 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7106         * INSTALL.fvwm:
7107         several updates (FvwmGtk, gettext)
7109 2003-04-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7111         * fvwm/menucmd.c (menu_func):
7112         * fvwm/windowlist.c (CMD_WindowList):
7113         * fvwm/menus.h:
7114         * fvwm/menus.c (is_double_click):
7115         (pop_menu_up):
7116         (pop_menu_down):
7117         (pop_menu_down_and_repaint_parent):
7118         (__mloop_get_event_timeout_loop):
7119         (__mloop_get_event):
7120         (__mloop_handle_event):
7121         (__mloop_select_item):
7122         (__mloop_make_popup):
7123         (__mloop_get_mi_actions):
7124         (__mloop_do_popup):
7125         (__mloop_do_menu):
7126         (__mloop_handle_action_with_mi):
7127         (__mloop_handle_action_without_mi):
7128         (__mloop_exit):
7129         (menu_enter_tear_off_menu):
7130         (menu_close_tear_off_menu):
7131         (do_menu):
7132         replaced the pfw and pcontext members of the MenuParameters structure
7133         with an execution context pointer
7134         (_menu_execute_function):
7135         wrapper function to simplyfy command execution from within menus
7136         (do_menu):
7137         fixed warping pointer to first menu item when invoked with the mouse
7139         * fvwm/execcontext.c:
7140         removed debug code
7142 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7144         * libs/XError.c:
7145         reformatted
7147         * fvwm.1.in:
7148         * fvwm.c:
7149         replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7151 2003-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7153         * fvwm/menus.c (do_menu):
7154         the NoWarp position hint option works with root menus too
7156         * fvwm/ConfigFvwmDefaults:
7157         removed GrabFocusOff and GrabFocusTransient since they nullify the
7158         default with the plain focus policies
7160 2003-04-24  olicha  <olivier.chapuis@free.fr>
7162         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7163         Fixed a miss print in my previous commit
7165         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7166         (ewmh_MoveResize)
7167         (ewmh_WMStateStaysOnBottom):
7168         * fvwm/ewmh.c (ewmh_AllowsMinimize):
7169         * fvwm/ewmh_intern.h:
7170         Added comment on the implementation at the top of ewmh.c.
7171         Fixed _NET_WM_MOVERESIZE.  Added _NET_WM_ACTION_MINIMIZE in
7172         _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7173         _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7174         and _NET_WM_STATE_BELOW.
7176         * AUTHORS:
7177         Added David Fries. Updated my entries.
7179         * todo-2.6:
7180         One update
7182 2003-04-23  olicha  <olivier.chapuis@free.fr>
7184         * fvwm/module_interface.c (CMD_KillModule):
7185         Fixed a leak when we have an alias
7187         * libs/Picture.c (PFreeFvwmPictureData):
7188         * libs/Picture.h:
7189         New interface function for just freeing the allocated data (not
7190         the pixmaps).
7192 2003-04-22  olicha  <olivier.chapuis@free.fr>
7194         * fvwm/colorset.c (get_root_pixmap):
7195         Fixed a minor memory leak
7197         * fvwm/functions.c (execute_complex_function):
7198         Fixed uninitialized d.type
7200         * libs/Ficonv.c (FiconvSetupConversion):
7201         (FiconvUtf8ToCharset):
7202         (FiconvCharsetToUtf8):
7203         Formating clean-up
7205         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7206         (EWMH_WMIconName):
7207         (EWMH_WMName):
7208         Fixed a core dump and safety check related to not loaded font
7210 2003-04-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7212         * libs/Module.h:
7213         reformatted
7215 2003-04-16  olicha  <olivier.chapuis@free.fr>
7217         * fvwm/ewmh_events.c (ewmh_CloseWindow):
7218         (ewmh_MoveResize):
7219         (ewmh_WMState):
7220         (ewmh_WMStateHidden):
7221         Check if functions are allowed
7223         * fvwm/ewmh.c (ewmh_HandleDesktop):
7224         (ewmh_HandleDock):
7225         Set Desktop and Dock uniconifiable and unmaximazable
7227         * fvwm/menuitem.c (menuitem_paint):
7228         * fvwm/screen.h:
7229         Fixed greyed action with EWMH desktop
7231 2003-04-16  Mikhael Goikhman  <migo@homemail.com>
7233         * NEWS:
7234         documented FvwmEvent behaviour of executing window related event
7235         handlers within a window context
7237         * fvwm/fvwm.1.in:
7238         updated WindowId entry
7240 2003-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7242         * fvwm/schedule.c (deschedule):
7243         (squeue_execute):
7244         (execute_obj_func):
7245         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7246         (ExecuteCommandQueue):
7247         * libs/queue.c (fqueue_init):
7248         (fqueue_remove_or_operate_from_front):
7249         (fqueue_remove_or_operate_from_end):
7250         (fqueue_remove_or_operate_all):
7251         (fqueue_init):
7252         (fqueue_unlock_queue):
7253         (fqueue_lock_queue):
7254         (fqueue_add_at_front):
7255         (fqueue_add_inside):
7256         (fqueue_get_first):
7257         core dump fixes
7259         * libs/queue.c (fqueue_remove_or_operate_all):
7260         (fqueue_remove_or_operate_from_end):
7261         (fqueue_remove_or_operate_from_front):
7262         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7263         (ExecuteCommandQueue):
7264         * fvwm/schedule.c (deschedule):
7265         (check_deschedule_obj_func):
7266         (deschedule_obj_func):
7267         (squeue_execute):
7268         (check_execute_obj_func):
7269         (execute_obj_func):
7270         (copy_obj_func):
7271         core dump fixes
7273 2003-04-15  Mikhael Goikhman  <migo@homemail.com>
7275         * fvwm/ConfigFvwmDefaults:
7276         * fvwm/fvwm.1.in:
7277         * fvwm/windowlist.c:
7278         * sample.fvwmrc/system.fvwm2rc-sample-95:
7279         * NEWS:
7280         WindowListFunc is executed now within a window context,
7281         so "WindowId $0" is not needed anymore in its definition
7283 2003-04-14  olicha  <olivier.chapuis@free.fr>
7285         * fvwm/fvwm.1.in:
7286         * NEWS:
7287         Documented LocalePath and $[gt.str]. FvwmScript news.
7289         * fvwm/expand.c (expand_vars_extended):
7290         Fixed $[gt.str] expansion
7292         * configure.in:
7293         New gettext domain FvwmScript
7295         * libs/FGettext.c (FGettextCopy):
7296         * libs/FGettext.h:
7297         New interface function which copies the string
7299 2003-04-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7301         * fvwm/conditional.c (CMD_Cond):
7302         allow to negate the condition code with '!' prefix
7304         * fvwm/schedule.c (CMD_Schedule):
7305         (CMD_Deschedule):
7306         support hexadecimal ids
7308         * libs/Parse.c (GetIntegerArguments):
7309         (_get_suffixed_integer_arguments):
7310         (GetSuffixedIntegerArguments):
7311         (GetIntegerArgumentsAnyBase):
7312         new utitily function to allow hexadecimal integer arguments
7314 2003-04-10  olicha  <olivier.chapuis@free.fr>
7316         * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7317         (FlocaleGetCharsetOfFontStruct):
7318         (FlocaleGetCharsetFromName):
7319         (FlocaleFixNameForFontSet):
7320         (FlocaleGetFontSet):
7321         (FlocalePrintLocaleInfo):
7322         * libs/FlocaleCharset.h:
7323         * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7324         (FlocaleCharsetPrintXOMInfo):
7325         Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7327 2003-04-08  olicha  <olivier.chapuis@free.fr>
7329         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7330         fixed the default font name
7332 2003-04-07  Mikhael Goikhman  <migo@homemail.com>
7334         * fvwm/events.c (HandlePropertyNotify):
7335         * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7336         completely ignore application requests to set exactly the same
7337         window name or icon name (xmms sets it every second),
7338         this avoids some redundant module messages and redraws
7340 2003-04-05  Mikhael Goikhman  <migo@homemail.com>
7342         * Makefile.am:
7343         fixed DIST
7345 2003-04-04  olicha  <olivier.chapuis@free.fr>
7347         * configure.in:
7348         Fixed a miss print in fribidi config check
7350 2003-04-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7352         * fvwm/focus.c (__restore_focus_after_unmap):
7353         iconified windows without an icon do not receive focus
7355 2003-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7357         * fvwm/virtual (CMD_GotoDeskAndPage):
7358         different "GotoDeskAndPage prev" fix that works with any viewports, not
7359         just multiples of the screen size
7361 2003-03-29  Mikhael Goikhman  <migo@homemail.com>
7363         * fvwm/virtual (CMD_GotoDeskAndPage):
7364         fixed "GotoDeskAndPage prev" with desks larger than 2x2
7366 2003-03-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7368         * ETHICAL_LICENSE:
7369         added file
7371         * fvwm/menucmd.c (menu_func):
7372         fixed double key presses to choose default menu action
7374         * fvwm/focus.c (__update_windowlist):
7375         fixed order of window list with SloopyFocus when using the Focus
7376         command
7378 2003-03-22  Mikhael Goikhman  <migo@homemail.com>
7380         * fvwm/fvwm.1.in:
7381         clarified some things, typo fixed
7383 2003-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7385         * libs/Colorset.c (CreateBackgroundPixmap):
7386         (GetWindowBackgroundPixmapSize):
7387         (get_aspect_dimensions):
7388         fixed size calculation of aspect pixmaps
7390 2003-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7392         * fvwm/icons.c (clear_icon):
7393         (clear_icon):
7394         (AutoPlaceIcon):
7395         (Iconify):
7396         * fvwm/geometry.c (get_icon_geometry):
7397         (modify_icon_position):
7398         set a valid icon picture position if there is neither a picture nor a
7399         title
7401 2003-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7403         * NEWS:
7404         * AUTHORS:
7405         reformatted to fit better on the web page
7407 2003-03-15  Mikhael Goikhman  <migo@homemail.com>
7409         * todo-2.6:
7410         added items from "My TODO" message on 2003-01-02
7412         * fvwm/fvwm.1.in:
7413         actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7415 2003-03-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7417         * libs/FScreen.c:
7418         removed debug output
7420 2003-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7422         * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7423         (FScreenFetchMangledScreenFromUSPosHints):
7424         two functions to allow USPosition hints from modules and StartsOnScreen
7425         work at the same time
7427         * fvwm/conditional.c (direction_cmd):
7428         Some fixes, reformatting and improvements.
7430 2003-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7432         * fvwm/icons.c (Iconify):
7433         initialise icon position to +0+0 if there is neiter a picture nor a
7434         title
7436         * fvwm/functions.c (DeferExecution):
7437         action trigger fix
7439         * todo-2.6 (todo):
7440         closed some items
7442         * fvwm/update.c (apply_window_updates):
7443         fixed drawing of sticky icon titles when the stickyicon style is being
7444         set
7446 2003-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7448         * fvwm/placement.c (CMD_PlaceAgain):
7449         * fvwm/add_window.c (setup_window_placement):
7450         * fvwm/virtual.c (MapDesk):
7451         update the GNOME hints desk when changing desks; fixes placeagain with
7452         stickyicon style
7453         some placeagain fixes
7455         * fvwm/fvwm.1.in (Example):
7456         removed duplicate Iconify section
7458         * todo-2.6 (todo):
7459         closed C.11
7461         * fvwm/functable.c (func_table):
7462         * fvwm/functions.h (func_type):
7463         * fvwm/functions.c (__execute_function):
7464         (execute_complex_function):
7465         (DeferExecution):
7466         fixed a new and and old window selection bug
7468 2003-03-09  Dan Espen  <dane@mk.telcordia.com>
7470         * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7471         detected with Purify.
7473 2003-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7475         * libs/Colorset.c (SetWindowBackgroundWithOffset):
7476         use None, not 0 for Window structures
7478         * fvwm/events.c (InitEventHandlerJumpTable):
7479         (HandleKeyRelease):
7480         (__handle_key_event):
7481         * fvwm/bindings.c (ParseBinding):
7482         (activate_binding):
7483         * libs/Bindings.h:
7484         * fvwm/fvwm.1.in:
7485         removed key release binding because they can not work reliably
7487 2003-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7489         * fvwm/functable.c (func_table):
7490         trigger on ButtonPress for many of the functions
7492         * fvwm/functions.c (__execute_function):
7493         (__execute_function):
7494         fixed conditional commands a la "Current" triggered on root window
7496 2003-03-01  Dan Espen  <dane@mk.telcordia.com>
7498         * todo-2.6: Closed B.2, C.21.
7500 2003-02-28  olicha  <olivier.chapuis@free.fr>
7502         * libs/defaults.h:
7503         * fvwm/events.c (HandleConfigureRequest):
7504         Added a workaround for application with broken max/min size hints
7505         vs a size configure request. This "fixes" floating java JToolBar.
7507         * fvwm/add_window.c (GetWindowSizeHints):
7508         Check that the max size hint is not broken relatively to the the base
7509         size hint
7511 2003-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7513         * NEWS:
7514         * configure.in:
7515         released 2.5.6, set version to 2.5.7
7517         * NEWS:
7518         * configure.in:
7519         updated for 2.5.6
7521 2003-02-26  Tony Finch  <dot@dotat.at>
7523         * fvwm/borders.c (border_draw_one_border_part):
7524         Don't draw the handle relief marks when the border is flat.
7526 2003-02-27  Mikhael Goikhman  <migo@homemail.com>
7528         * configure.in:
7529         s/fribdi_in_path/fribidi_in_path/
7531         * todo-2.6:
7532         spell checking and some reformatting
7534 2003-02-26  olicha  <olivier.chapuis@free.fr>
7536         * fvwm/borders.c (border_setup_bar_pixmaps):
7537         Fixed a miss-print which can cause a core dump
7539         * todo-2.6:
7540         Added a 2.6 TODO file
7542 2003-02-25  Dan Espen  <dane@mk.telcordia.com>
7544         * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7545         void functioin cannot return a value.
7547 2003-02-25  olicha  <olivier.chapuis@free.fr>
7549         * configure.in:
7550         Fixed compilation warning if fribidi is in path
7552 2003-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7554         * fvwm/windowlist.c (CMD_WindowList):
7555         removed unused instruction
7557 2003-02-22  Dan Espen  <dane@mk.telcordia.com>
7559         * configure.in: Remove nested function from -Werror check.
7560         Lets configure work without gcc.
7562         * fvwm/read.h:
7563         * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7565 2003-02-21  Dan Espen  <dane@mk.telcordia.com>
7567         * fvwm/functions.c (__run_complex_function_items): Make Break start
7568         working again.
7570 2003-02-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7572         * fvwm/move_resize.c (get_outline_rects):
7573         (draw_move_resize_grid):
7574         initial drawing and final undrawing of wire frame no longer toggles the
7575         pixel in the top left corner of the screen
7577         * fvwm/expand.c (expand_vars):
7578         disabled warnings about one letter variables
7580 2003-02-17  Dan Espen  <dane@mk.telcordia.com>
7582         * README: Update to reflect release 2.5.x.
7583         * NEWS: Update news for FvwmPager drag fix.
7585 2003-02-15  olicha  <olivier.chapuis@free.fr>
7587         * fvwm/fvwm.1.in:
7588         Fixed a typo
7590 2003-02-13  olicha  <olivier.chapuis@free.fr>
7592         * fvwm/gnome.c (GNOME_SetClientList):
7593         Applied David Fries patch which fixes a possible crash with more
7594         than 256 windows
7595         (GNOME_SetClientList):
7596         malloc -> safemalloc
7598 2003-02-09  Dan Espen  <dane@mk.telcordia.com>
7600         * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7601         Give the XorValue range.
7603 2003-02-08  Dan Espen  <dane@mk.telcordia.com>
7605         * fvwm/fvwm.1.in: Fully document the emulate command.
7607 2003-02-06  olicha  <olivier.chapuis@free.fr>
7609         * fvwm/borders.c (get_common_decorations):
7610         (border_get_border_background):
7612 2003-02-05  Dan Espen  <dane@mk.telcordia.com>
7614         * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7616 2003-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7618         * fvwm/menuitem.h:
7619         * fvwm/menuitem.c (menuitem_get_size):
7620         * fvwm/menus.c (calculate_item_sizes):
7621         renamed "mips" to mipst
7623         * fvwm/menuitem.c (menuitem_get_item_size):
7624         * fvwm/menus.c (_calculate_item_sizes):
7625         backed out patch from 30-Jan-2003
7627 2003-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7629         * fvwm/menuitem.h:
7630         * fvwm/menuitem.c (menuitem_get_item_size):
7631         * fvwm/menus.c (_calculate_item_sizes):
7632         functions renamed due to global name space collision with IRIX 6.5
7634 2003-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7636         * configure.in:
7637         added tests/hints/Makefile.am
7639 2003-01-24  Dan Espen  <dane@mk.telcordia.com>
7641         * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7643 2003-01-20  Dan Espen  <dane@mk.telcordia.com>
7645         * sample.fvwmrc/DecorWin95:
7646         * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7647         Replace a long time ago.
7649 2003-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7651         * fvwm/stack.c (new_layer):
7652         (collect_transients_recursive):
7653         (__restack_window):
7654         fixed Layer command
7656         * fvwm/events.c (HandleConfigureRequest):
7657         fixed placement of icons
7658         fixed size calculations of icons
7660 2003-01-18  Mikhael Goikhman  <migo@homemail.com>
7662         * fvwm/expand.c:
7663         fixed $[desk.name<n>] that was masked by $[desk.n],
7664         added $[desk.pagesx] and $[desk.pagesy]
7666 2003-01-16  Dan Espen  <dane@mk.telcordia.com>
7668         * NEWS: Update news.  Spelling fixes 2.5.x news.
7669         * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7670         its not interactive.
7672 2003-01-12  Mikhael Goikhman  <migo@homemail.com>
7674         * fvwm/functable.c:
7675         added a short description together with the commands
7677 2003-01-12  Marcus Lundblad  <ml@update.uu.se>
7679         * NEWS:
7680         Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7681         HasHandles
7683 2003-01-11  Mikhael Goikhman  <migo@homemail.com>
7685         * expand.c:
7686         * NEWS:
7687         deprecate all single letter variables, new variables are supported now
7688         $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
7689         $[desk.n], $[version.num], $[version.info], $[version.line].
7691 2003-01-07  Marcus Lundblad <ml@update.uu.se>
7693         * fvwm/style.c (style_parse_one_style_option):
7694         * fvwm/fvwm.1.in:
7695         Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
7696         DisallowMaximizeFixedSize
7698 2003-01-06  Dan Espen  <dane@mk.telcordia.com>
7700         * fvwm/fvwm.1.in: Lang check.
7702 2003-01-03  olicha  <olivier.chapuis@free.fr>
7704         * fvwm/commands.h:
7705         * INSTALL.fvwm:
7706         * fvwm/ewmh.h:
7707         * fvwm/ewmh_intern.h:
7708         * fvwm/ewmh_names.c:
7709         * fvwm/ewmh_icons.c:
7710         * fvwm/ewmh_events.c:
7711         * fvwm/ewmh_conf.c:
7712         * fvwm/ewmh.c:
7713         * fvwm/gnome.c:
7714         * fvwm/gnome.h:
7715         * fvwm/functable.c (func_table):
7716         * fvwm/fvwm.c (setVersionInfo):
7717         * acconfig.h:
7718         * configure.in:
7719         Removed GNOME and HAVE_EWMH ifdef
7721         * fvwm/fvwm.1.in:
7722         Documented UseTitleDecorRotation
7724 2003-01-03  Mikhael Goikhman  <migo@homemail.com>
7726         * fvwm/module_interface.c (MoveViewport):
7727         * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
7728         M_NEW_PAGE now has 7 arguments
7730 2003-01-02  olicha  <olivier.chapuis@free.fr>
7732         * fvwm/fvwm.1.in:
7733         Documented  the new icon style options
7735         * fvwm/fvwm.h:
7736         * fvwm/icons.h:
7737         * fvwm/icons.c (DrawIconTitleWindow):
7738         (DrawIconPixmapWindow):
7739         (setup_icon_title_size):
7740         * fvwm/style.c (style_parse_one_style_option):
7741         Fixed IconTitleRelief and IconBackgroundRelief arguments
7743         * fvwm/icons.c (GetIconPicture):
7744         (SetIconPixmapSize):
7745         Fixed IconSize style for non shaped depth > 1 pixmaps
7747 2003-01-02  Mikhael Goikhman  <migo@homemail.com>
7749         * NEWS:
7750         * fvwm/commands.h:
7751         * fvwm/conditional.c (CMD_On):
7752         * fvwm/functable.c:
7753         * fvwm/fvwm.1.in:
7754         new conditional command On for non-window related conditions
7756         * fvwm/execcontext.h:
7757         * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
7758         two new exec contexts for restarting
7760 2003-01-02  olicha  <olivier.chapuis@free.fr>
7762         * fvwm/builtins.c (ReadMultiPixmapDecor):
7763         StretchedPixmap -> AdjustedPixmap
7765         * fvwm/fvwm.1.in:
7766         Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
7767         Documented the new MultiPixmap syntax
7769 2002-12-31  Mikhael Goikhman  <migo@homemail.com>
7771         * NEWS:
7772         * fvwm/fvwm.1.in:
7773         * fvwm/builtins.c (ReadTitleButton):
7774         * fvwm/screen.h:
7775         new button state shortcuts AllActiveUp, AllActiveDown,
7776         AllInactiveUp, AllInactiveDown
7778 2002-12-31  olicha  <olivier.chapuis@free.fr>
7780         * libs/PictureGraphics.c (PCopyArea):
7781         Fixed rendering of depth 1 pixmap with a mask
7783         * fvwm/update.c (apply_window_updates):
7784         Fixed icon bg cset update
7786         * fvwm/events.c (HandlePropertyNotify):
7787         * fvwm/geometry.c (move_icon_to_position):
7788         Fixed non shaped icons with a bg padding but without cs bg
7790         * NEWS:
7791         * fvwm/style.c (style_parse_icon_size_style):
7792         (merge_styles):
7793         * fvwm/fvwm.h (window_style):
7794         * fvwm/add_window.c (setup_icon_size_limits):
7795         * fvwm/icons.c (SetIconPixmapSize):
7796         (GetIconPicture):
7797         New option to IconSize style: Adjusted, Streched, Shrunk
7799         * fvwm/icons.c (SetIconPixmapSize):
7800         (GetIconPicture):
7801         Always center the icon with IconSize if the icon has a background
7803 2002-12-30  Mikhael Goikhman  <migo@homemail.com>
7805         * configure.in:
7806         FvwmWindowMenu renaming; compact long diagnostics into half of line
7808         * NEWS:
7809         documeted and corrected new features
7811         * fvwm/fvwm.1.in:
7812         removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
7813         since these are the only way currently to create themes
7815         * fvwm/fvwm.c:
7816         small reformatting
7818 2002-12-30  olicha  <olivier.chapuis@free.fr>
7820         * NEWS:
7821         * fvwm/icons.c (setup_icon_title_size):
7822         (set_icon_pixmap_background):
7823         (CreateIconWindow):
7824         (DrawIconTitleWindow):
7825         (DrawIconPixmapWindow):
7826         (DrawIconWindow):
7827         (ChangeIconPixmap):
7828         (RedoIconName):
7829         * fvwm/events.c (HandleEnterNotify):
7830         (HandleExpose):
7831         (HandleLeaveNotify):
7832         (HandlePropertyNotify):
7833         * fvwm/borders.c (border_draw_decorations):
7834         * fvwm/default.h:
7835         * fvwm/fvwm.h:
7836         * fvwm/add_window.c (setup_icon_background_parameters):
7837         (setup_icon_title_parameters):
7838         (setup_style_and_decor):
7839         (setup_icon_font):
7840         * fvwm/geometry.c (move_icon_to_position):
7841         * fvwm/style.h:
7842         * fvwm/style.c (check_window_style_change):
7843         (update_style_colorset):
7844         (update_icon_title_cs_style):
7845         (update_icon_title_cs_hi_style):
7846         (update_icon_background_cs_style):
7847         (merge_styles):
7848         * fvwm/update.h:
7849         * fvwm/update.c (apply_window_updates):
7850         New style options IconBackgroundColorset, IconTitleColorset,
7851         HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
7852         and IconBackgroundPadding
7854 2002-12-28  Mikhael Goikhman  <migo@homemail.com>
7856         * libs/FShm.h:
7857         fixed compilation without XShm
7859         * fvwm/borders.c (border_rotate_titlebar_descr):
7860         fixed warning: deprecated use of label at end of compound statement
7862 2002-12-27  olicha  <olivier.chapuis@free.fr>
7864         * fvwm/ConfigFvwmDefaults:
7865         UseTitleDecorRotation is a default
7867         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
7868         (do_relieve_rectangle):
7869         * libs/fvwmlib.h:
7870         * fvwm/borders.c (border_draw_title_stick_lines):
7871         (border_create_root_transparent_pixmap):
7872         (border_mp_render_into_pixmap):
7873         (border_draw_decor_to_pixmap):
7874         (border_mp_render_into_pixmap):
7875         (border_mp_get_titlebar_descr):
7876         (border_mp_draw_mp_titlebar):
7877         (border_draw_decor_to_pixmap):
7878         (border_set_button_pixmap):
7879         (border_get_titlebar_draw_descr):
7880         (border_set_title_pixmap):
7881         (border_rotate_titlebar_descr):
7882         (border_get_titlebar_descr):
7883         Completed UseTitleDecorRotation
7885 2002-12-26  olicha  <olivier.chapuis@free.fr>
7887         * fvwm/update.c (apply_window_updates):
7888         * fvwm/frame.c (frame_get_titlebar_dimensions):
7889         (frame_set_decor_gravities):
7890         * fvwm/borders.c (border_set_button_pixmap):
7891         (border_get_titlebar_descr):
7892         (border_draw_one_button):
7893         Buttons order follows the title text rotations.
7894         More UseTitleDecorRotation preparation
7896         * fvwm/borders.c (border_draw_decor_to_pixmap):
7897         Fixed SolidButton
7899 2002-12-24  olicha  <olivier.chapuis@free.fr>
7901         * fvwm/borders.c (border_mp_render_into_pixmap):
7902         (border_fill_pixmap_background):
7903         Some borders drawing fixes
7905         * libs/Graphics.c (CreateRotatedPixmap):
7906         * fvwm/geometry.c (get_title_font_size_and_offset):
7907         * fvwm/update.c (apply_window_updates):
7908         * fvwm/borders.c (border_set_button_pixmap):
7909         (border_get_titlebar_draw_descr):
7910         (border_draw_title):
7911         (border_rotate_titlebar_descr):
7912         (border_get_titlebar_descr):
7913         More UseTitleDecorRotation preparation
7915 2002-12-22  Dan Espen  <dane@mk.telcordia.com>
7917         * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
7918         so we won't get so many application bugs report to fvwm-workers.
7920         * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
7922 2002-12-21  Marcus Lundblad <ml@update.uu.se>
7924         * fvwm/style.c (style_parse_one_style_option):
7925         * fvwm/style.h:
7926         * fvwm/fvwm.h:
7927         * fvwm/window_flags:
7928         * fvwm/decorations.c (is_function_allowed,
7929                               __is_resize_allowed):
7930         Added styles Closable, Iconifiable, Maximizable and
7931         AllowMaximizeFixedSize
7932         * fvwm/conditional.c (MatchesConditionMask,
7933                               CreateConditionMask):
7934         Added conditionals Closable,Iconifiable and Maximizable
7935         * fvwm/fvwm.1.in:
7936         Documented styles Closable, Iconifiable, Maximizable and
7937         AllowMaximizeFixedSize and conditionals
7938         Closable,Iconifiable and Maximizable
7940 2002-12-20  olicha  <olivier.chapuis@free.fr>
7942         * fvwm/window_flags.h:
7943         * fvwm/update.h:
7944         * fvwm/update.c (apply_window_updates):
7945         * fvwm/style.h:
7946         * fvwm/style.c (style_parse_one_style_option):
7947         * fvwm/fvwm.h:
7948         UseTitleDecorRotation style preparation
7950         * fvwm/fvwm.c (main):
7951         Use best TrueColor visual
7953         * fvwm/borders.c (border_get_border_gcs):
7954         Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
7955         window which may have a depth != Pdepth
7957         * fvwm/menus.c (paint_side_pic):
7958         * fvwm/menuitem.c (menuitem_paint):
7959         * fvwm/icons.c (DrawIconPixmapWindow):
7960         * fvwm/colorset.c (parse_colorset):
7961         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
7962         Used Scr.AlphaGC
7964 2002-12-19  olicha  <olivier.chapuis@free.fr>
7966         * libs/Graphics.c (CreateRotatedPixmap):
7967         * libs/fvwmlib.h:
7968         New interface function CreateRotatedPixmap
7970         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
7971         (PImageLoadXpm):
7972         * libs/PictureGraphics.c (PCreateRenderPixmap):
7973         (PCreateDitherPixmap):
7974         * libs/Graphics.c (CreateGradientPixmap):
7975         (CreateRotatedPixmap):
7976         * acconfig.h:
7977         * configure.in:
7978         * libs/FShm.h (new file):
7979         * libs/FImage.h (new file):
7980         * libs/FImage.c (new file):
7981         * libs/Makefile.am:
7982         * fvwm/fvwm.c (setVersionInfo):
7983         Added MIT Shared Memory Extension for XImage
7985         * NEWS:
7986         Some news
7988         * fvwm/screen.h:
7989         * fvwm/builtins.c (ReadDecorFace):
7990         (FreeDecorFace):
7991         * fvwm/borders.c (border_draw_decor_to_pixmap):
7992         (border_fill_pixmap_background):
7993         AdjustedPixmap, StretchedPixmap and ShrunkPixmap
7995 2002-12-17  Mikhael Goikhman  <migo@homemail.com>
7997         * libs/FBidiJoin.c:
7998         shape-and-join fixes from Nadim Shaikli (slightly modified)
8000 2002-12-16  olicha  <olivier.chapuis@free.fr>
8002         * libs/PictureGraphics.h:
8003         * libs/PictureGraphics.c (PTileRectangle):
8004         (PGraphicsCreateTiledPicture):
8005         * libs/Graphics.c (CreateTiledPixmap):
8006         New interface function: PGraphicsCreateTiledPicture
8008         * fvwm/screen.h:
8009         * fvwm/fvwm.c (CreateGCs):
8010         Added a global (Scr) alpha GC
8012         * configure.in:
8013         * fvwm/screen.h:
8014         * fvwm/builtins.c (ReadMultiPixmapDecor):
8015         (update_decorface_colorset):
8016         (FreeDecorFace):
8017         * fvwm/borders.c (border_get_tb_parts_to_draw):
8018         (border_fill_pixmap_background):
8019         (border_setup_bar_pixmaps):
8020         (border_get_bar_pixmaps):
8021         (border_free_bar_pixmaps):
8022         (border_mp_render_into_pixmap):
8023         (border_mp_get_length):
8024         (border_mp_get_titlebar_descr):
8025         (border_mp_get_geometry):
8026         (border_mp_get_use_title_style_parts_and_geometry):
8027         (border_mp_draw_mp_titlebar):
8028         (border_draw_decor_to_pixmap):
8029         (border_draw_title_deep):
8030         (border_get_titlebar_draw_descr):
8031         (border_setup_use_title_style):
8032         (border_get_titlebar_descr_state):
8033         (border_get_titlebar_descr):
8034         (border_get_transparent_decorations_part):
8035         (border_draw_title_stick_lines):
8036         MultiPixmap can use Colorset and Solid color. Various others minor
8037         improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8038         "main" drawing code and remove the #ifdef.
8039         New option to ButtonStyle and TitleStyle: StretchedPixmap.
8040         Use the new Scr.AlphaGC.
8042 2002-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8044         * fvwm/add_window.c (validate_transientfor):
8045         do not ignore transientfor hint for iconified windows
8047 2002-12-12  Jason Weber <baboon@imonk.com>
8049         * fvwm/fvwm.1.in:
8050         * fvwm/conditional.c (CMD_ScanForWindow):
8051         * fvwm/commands.h:
8052         * fvwm/functable.c:
8053         rename ScanWindow to ScanForWindow
8055 2002-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8057         * fvwm/menuitem.c (menuitem_paint):
8058         * fvwm/colorset.c (parse_colorset):
8059         * fvwm/icons.c (DrawIconPixmapWindow):
8060         * fvwm/focus.c (_SetFocusWindow):
8061         (_ReturnFocusWindow):
8062         (_DeleteFocus):
8063         (_ForceDeleteFocus):
8064         (__activate_window_by_command):
8065         patches to prevent UMR messages in memory debuggers
8067 2002-12-11  Jason Weber <baboon@imonk.com>
8069         * fvwm/fvwm.1.in: Added ScanWindow
8071         * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8072         * fvwm/commands.h:
8073         * fvwm/functable.c:
8074         Generalized CMD_Direction into direction_cmd.
8075         Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8076         Replace Cycle prefix with secondary direction argument.
8078 2002-12-10  Dan Espen  <dane@mk.telcordia.com>
8080         * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8082 2002-12-05  Marcus Lundblad <ml@update.uu.se>
8083         * fvwm/conditional.c (CreateConditionMask):
8084         Implemented conditional "FixedSize" and "HasHandles"
8085         * fvwm/fvwm.1.in
8086         Documented conditional options "FixedSize" and "HasHandles".
8088 2002-12-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8090         * fvwm/placement.c (PlaceWindow):
8091         fixed StickyAcrossDesks w/ StartsOnPage
8093         * fvwm/functable.c:
8094         * fvwm/commands.h:
8095         * fvwm/ewmh_conf.c (set_state_workaround):
8096         * fvwm/update.c (apply_window_updates):
8097         * fvwm/windowlist.c (CMD_WindowList):
8098         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8099         (ewmh_WMStateSticky):
8100         * fvwm/conditional.c (CreateConditionMask):
8101         * fvwm/gnome.c (GNOME_SetHints):
8102         (GNOME_GetStyle):
8103         (GNOME_HandlePropRequest):
8104         * fvwm/placement.c (SmartPlacement):
8105         (get_next_x):
8106         (get_next_y):
8107         (test_fit):
8108         (PlaceWindow):
8109         * fvwm/session.c (SaveWindowStates):
8110         (MatchWinToSM):
8111         (MatchWinToSM):
8112         * fvwm/ewmh.c (check_desk):
8113         (EWMH_SetWMDesktop):
8114         (ewmh_ComputeAndSetWorkArea):
8115         (ewmh_HandleDynamicWorkArea):
8116         (ewmh_HandleDesktop):
8117         (ewmh_HandleDock):
8118         (ewmh_HandleMenu):
8119         (ewmh_HandleToolBar):
8120         * fvwm/virtual.c (UnmapDesk):
8121         (MapDesk):
8122         (MoveViewport):
8123         (do_move_window_to_desk):
8124         * fvwm/icons.c (setup_icon_title_size):
8125         (DrawIconTitleWindow):
8126         (AutoPlaceIcon):
8127         (Iconify):
8128         * fvwm/borders.c (is_button_toggled):
8129         (get_common_decorations):
8130         (border_draw_title_stick_lines):
8131         * fvwm/add_window.c (AddWindow):
8132         * fvwm/move_resize.c (__move_window):
8133         (__move_window):
8134         (is_window_sticky_across_pages):
8135         (is_window_sticky_across_desks):
8136         (MaximizeHeight):
8137         (MaximizeWidth):
8138         (stick_page):
8139         (stick_desk):
8140         (CMD_Stick):
8141         (CMD_StickAcrossPages):
8142         (CMD_StickAcrossDesks):
8143         (stick_across_pages):
8144         (stick_across_desks):
8145         (handle_stick_across_desks):
8146         (handle_stick_across_pages):
8147         (handle_stick):
8148         * fvwm/fvwm.h (struct):
8149         * fvwm/style.c (style_parse_one_style_option):
8150         (check_window_style_change):
8151         * fvwm/style.h:
8152         * fvwm/window_flags.h:
8153         renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8154         StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8155         everywhere
8157         * fvwm/focus.c (CMD_Focus):
8158         (CMD_FlipFocus):
8159         (__activate_window_by_command):
8160         (__update_windowlist):
8161         (__set_focus_to_fwin):
8162         (_SetFocusWindow):
8163         (_ReturnFocusWindow):
8164         (_DeleteFocus):
8165         (_ForceDeleteFocus):
8166         fixed window list order with FlipFocus command
8168 2002-12-08  Mikhael Goikhman  <migo@homemail.com>
8170         * AUTHORS:
8171         * NEWS:
8172         document bidi entry undocumented in 2.5.5
8174 2002-12-06  olicha  <olivier.chapuis@free.fr>
8176         * acinclude.m4:
8177         Fixed the "detection" of the LINGUAS variable
8179         * configure.in:
8180         Added ar to ALL_LINGUAS
8183 2002-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8185         * fvwm/move_resize.c (__resize_window):
8186         fixed handling of MontionNotify and PropertyNotify events
8188 2002-12-03  olicha  <olivier.chapuis@free.fr>
8190         * fvwm/borders.c (border_draw_decor_to_pixmap):
8191         (border_get_border_background):
8192         (get_common_decorations):
8193         BorderGC cleanup
8195         * fvwm/builtins.c (CMD_PrintInfo):
8196         New subject nls to PrintInfo
8198         * libs/FGettext.c (*):
8199         New command FlocalePath
8201 2002-12-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8203         * NEWS:
8204         * configure.in:
8205         changed version to 2.5.6
8207         * NEWS:
8208         * configure.in:
8209         updated for 2.5.5
8211 2002-12-02  olicha  <olivier.chapuis@free.fr>
8213         * libs/FRenderInit.c (FRenderInit):
8214         Fixed alpha depth if !XRenderSupport
8216         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8217         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8218         (PImageLoadPng):
8219         * libs/PictureImageLoader.h:
8220         Fixed image loading on bigedian machine
8222 2002-12-01  Mikhael Goikhman  <migo@homemail.com>
8224         * libs/FBidi.c (FBidiConvert):
8225         several small changes
8226         * libs/FBidiJoin.c (shape_n_join):
8227         enabled a new bidi shaping code
8229 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8231         * fvwm/frame.c (frame_restore_client_gravities):
8232         (frame_free_move_resize_args):
8233         fixed a redrawing problem after shading a window
8235 2002-11-29  olicha  <olivier.chapuis@free.fr>
8237         * acinclude.m4:
8238         Defined AM_PATH_PROG_WITH_TEST and re-enable it
8240         * configure.in:
8241         * Makefile.am:
8242         Fixed two missprints
8244 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8246         * fvwm/bindings.c (ParseBinding):
8247         fix for stroke-less compile
8249 2002-11-29  olicha  <olivier.chapuis@free.fr>
8251         * fvwm/commands.h (enum):
8252         * fvwm/functable.c (func_table):
8253         * fvwm/builtins.c (CMD_LocalePath):
8254         * libs/FGettext.c (FGettextSetLocalePath):
8255         * libs/FGettext.h:
8256         Preparation for LocalePath command
8258         * fvwm/screen.h (ScreenInfo):
8259         * fvwm/fvwm.c (CreateGCs):
8260         Rename Scr.TileGC to Scr.BordersGC
8262         * acinclude.m4:
8263         A libintl autoconf fix
8265         * libs/Colorset.c (CreateBackgroundPixmap):
8266         Do not grab the server when we dump the E setroot pixmap
8268 2002-11-29  olicha  <olivier.chapuis@free.fr>
8270         * acconfig.h:
8271         * fvwm/Makefile.am:
8272         * Makefile.am:
8273         * configure.in:
8274         * acinclude.m4:
8275         Added NLS support with gnu gettext
8277         * fvwm/fvwm.c (main):
8278         FGettextInit
8280         * fvwm/expand.c (expand_vars_extended):
8281         New extanded variable $[gt.any_string]
8283         * fvwm/virtual.c (CMD_DesktopName):
8284         * fvwm/windowlist.c (get_desk_title):
8285         * fvwm/expand.c (expand_vars_extended):
8286         * fvwm/fvwm.c (SetRCDefaults):
8287         * fvwm/ConfigFvwmSetup:
8288         Mark some strings to be translated
8290         * libs/FGettext.c (new file):
8291         * libs/FGettext.c (new file):
8292         * libs/Makefile.am:
8293         gnu gettext libintl warper
8295 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8297         * fvwm/add_window.c (RestoreWithdrawnLocation):
8298         rixed rxvts with S/E gravity travelling off screen upon recapture after
8299         they were resized.
8301         * fvwm/events.c (__handle_key_event):
8302         * fvwm/bindings.c (activate_binding):
8303         (__rebind_global_key):
8304         fixed unbinding pointerkey bindings removing the grab for this key
8305         completely
8307         * fvwm/events.c (__is_bpress_window_handled):
8308         fixed click on override redirect windows being handled by the root
8309         window
8311         * fvwm/misc.c (GrabEm):
8312         confine the pointer to the root window when grabbed
8314         * fvwm/events.c (HandleUnmapNotify):
8315         fixed reparenting problem with restarts from desks != 0
8317 2002-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8319         * fvwm/events.c:
8320         removed experimental code
8322 2002-11-28  olicha  <olivier.chapuis@free.fr>
8324         * fvwm/borders.c (border_get_border_background):
8325         (border_draw_decor_to_pixmap):
8326         (border_fill_pixmap_background):
8327         Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8328         soon.
8330 2002-11-26  Mikhael Goikhman  <migo@homemail.com>
8332         * fvwm/fvwm.c (InitVariables):
8333         fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8334         of 100%
8335         * fvwm/virtual.c (CMD_EdgeScroll):
8336         minor spacing
8338         * fvwm/ConfigFvwmDefaults:
8339         do not include empty ConfigFvwmProxyDefaults, added one binding
8341 2002-11-26  olicha  <olivier.chapuis@free.fr>
8343         * libs/Colorset.c (CreateBackgroundPixmap):
8344         * fvwm/colorset.c (parse_colorset):
8345         Be more safe with the E root pixmap
8347 2002-11-25  olicha  <olivier.chapuis@free.fr>
8349         * fvwm/move_resize.c (__move_loop):
8350         Redraw the transparent decoration parts when a move is abored
8352         * fvwm/colorset.c (parse_colorset):
8353         Fixed the fgsh Colorset colors when the Image change but not the bg
8355 2002-11-24  Jason Weber  <baboon@imonk.com>
8357         * fvwm/conditional.c (CMD_Direction):
8358         Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8359         eventual traversal of all windows over repeated calls.  It also cycles
8360         back to the opposite extent when it hits the limit in the given
8361         direction.
8363 2002-11-22  olicha  <olivier.chapuis@free.fr>
8365         * fvwm/borders.h:
8366         * fvwm/borders.c (get_common_decorations):
8367         (border_get_parts_and_pos_to_draw):
8368         (border_get_changed_border_parts):
8369         (border_get_frame_pixmap, new):
8370         (border_get_border_background):
8371         (border_draw_one_border_part):
8372         (border_draw_decorations):
8373         (border_get_tb_parts_to_draw):
8374         (border_fill_pixmap_background):
8375         (border_get_titlebar_descr_state, new):
8376         (border_draw_titlebar):
8377         (border_setup_bar_pixmaps, new):
8378         (border_get_bar_pixmaps, new):
8379         (border_free_bar_pixmaps, new):
8380         (border_setup_use_title_style, new):
8381         (border_set_button_pixmap):
8382         (border_set_title_pixmap):
8383         (border_draw_one_button):
8384         (border_set_button_pixmap):
8385         (border_draw_title_deep):
8386         (border_get_transparent_decorations_part, new):
8387         Title, Border and Buttons Style Colorset Option: Drawing
8389         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8390         (__move_window):
8391         (__move_loop):
8392         * fvwm/frame.c (__frame_setup_window):
8393         (frame_has_handles_and_tiled_border):
8394         (frame_create_move_resize_args):
8395         (frame_free_move_resize_args):
8396         Title, Border and Buttons Style Colorset Option: External drawing
8397         stuff. Basically additional redrawing for RootTransparent
8399         * fvwm/builtins.c (update_decorface_colorset, new):
8400         (update_titlebutton_colorset, new):
8401         (update_decors_colorset, new):
8402         (update_fvwm_colorset):
8403         Title, Border and Buttons Style Colorset Option: Dynamic updating
8405         * fvwm/screen.h:
8406         * fvwm/builtins.c (ReadDecorFace):
8407         Title, Border and Buttons Style Colorset Option: Configuration
8409         * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8410         * libs/Colorset.h:
8411         Title, Border and Buttons Style Colorset Option: Convinent macros and
8412         function
8414 2002-11-18  Dan Espen  <dane@mk.telcordia.com>
8416         * libs/Makefile.am: Add missing Bindings.h.
8418 2002-11-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8420         * fvwm/move_resize.c (__move_loop):
8421         send M_CONFIGURE_WINDOW only when the window actually moves
8423 2002-11-16  Mikhael Goikhman  <migo@homemail.com>
8425         * libs/FBidi.c:
8426         * libs/FBidi.h:
8427         * libs/FBidiJoin.c:
8428         * libs/FBidiJoin.h:
8429         * libs/Makefile.am:
8430         incorporated a shape-and-join bidi functionality from Nadim Shaikli
8431         with minor improvements; it is disabled for now (#if 0) since
8432         some Arabic chars cause core dump
8434 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8436         * fvwm/fvwm.1.in (Examples):
8437         added documentation of Icon option for PlaceAgain command
8439         * fvwm/events.c (__handle_key_event):
8440         fixed global key binding problem
8442 2002-11-15  olicha  <olivier.chapuis@free.fr>
8444         * libs/Bindings.c (MatchBindingExactly):
8445         (__compare_binding):
8446         compile fixes w/o stroke lib
8448         * NEWS:
8449         * fvwm/geometry.c (get_title_font_size_and_offset):
8450         * fvwm/builtins.c (do_title_style):
8451         New MinHeight option to TitleStyle
8453 2002-11-15  olicha  <olivier.chapuis@free.fr>
8455         * fvwm/builtins.c (update_fvwm_colorset):
8456         (CMD_Colorset):
8457         (do_title_style):
8459         * fvwm/builtins.h:
8460         * fvwm/colorset.c (update_root_transparent_colorset):
8461         Fixed update of the RootTransparent colorset in fvwm
8463 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8465         * libs/Bindings.c (__compare_binding):
8466         (MatchBindingExactly):
8467         compoile fixes w/o stroke lib
8469 2002-11-14  olicha  <olivier.chapuis@free.fr>
8471         * fvwm/fvwm.1.in:
8472         * INSTALL.fvwm:
8473         * NEWS
8474         Removed any reference on "xft and flickering"
8476 2002-11-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8478         * fvwm/eventmask.h (XEVMASK_ICONW):
8479         * fvwm/events.c (HandleKeyRelease):
8480         (HandleKeyPress):
8481         (__handle_key_event):
8482         * fvwm/bindings.c (ParseBinding):
8483         (activate_binding):
8484         * libs/Bindings.h (enum):
8485         implemented key release bindings; prefix the key name with a '-';
8486         does not work well with some applications
8488 2002-11-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8490         * libs/Bindings.h:
8491         new file
8493         * fvwm/bindings.c (ParseBinding):
8494         (binding_cmd):
8495         (activate_binding):
8496         (bind_get_bound_button_contexts):
8497         (ParseBinding):
8498         (CMD_Stroke):
8499         (CMD_Mouse):
8500         (CMD_PointerKey):
8501         (CMD_Key):
8502         (RemoveMatchingBinding):
8503         (AddBinding):
8504         (AreBindingsEqual):
8505         (GrabWindowKey):
8506         (GrabWindowButton):
8507         (GrabAllWindowKeysAndButtons):
8508         * fvwm/module_interface.c (CMD_ModuleSynchronous):
8509         * fvwm/events.c (__handle_bpress_on_root):
8510         (__handle_bpress_on_managed):
8511         (HandleButtonRelease):
8512         * fvwm/builtins.c (CMD_Wait):
8513         (CMD_StrokeFunc):
8514         * libs/fvwmlib.h (enum):
8515         fixed Key vs. PointerKey with "A"ny context
8517 2002-11-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8519         * fvwm/icons.c (Iconify):
8520         icon placement safety patch
8521         (CreateIconWindow):
8522         fixed initial position of application provided icon windows
8524         * fvwm/session.c (LoadWindowStates):
8525         fixed parsing of strings beginning with whitespace in session file
8527         * fvwm/fvwm.1.in (Note):
8528         * fvwm/style.c (style_set_old_focus_policy):
8529         * libs/defaults.h (DEF_FP_MODIFIERS):
8530         set default modifiers for raising/focusing to N again
8532 2002-11-11  olicha  <olivier.chapuis@free.fr>
8534         * fvwm/fvwm.1.in:
8535         * fvwm/fvwm.c (main):
8536         (usage):
8537         named-palette -> visual-palette, -N -> -P
8539 2002-11-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8541         * fvwm/ConfigFvwmDefaults:
8542         include ConfigFvwmProxyDefaults
8544         * fvwm/fvwm.c (usage):
8545         polished usage message
8547 2002-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8549         * fvwm/fvwm.c (usage):
8550         (main):
8551         cleaned up usage and error messages
8552         use short option names in usage message an man page synopsis
8553         all options are case sensitive
8554         do not mention the "-" style long options in the man page; instead use
8555         the "--" style
8557         * fvwm/add_window.c (setup_frame_window):
8558         * fvwm/events.c (HandleMapNotify):
8559         * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8560         fixed empty decorations after recapture
8562         * fvwm/geometry.c (get_icon_geometry):
8563         * fvwm/icons.c (clear_icon):
8564         fixed icon jumping to 0 0 when the icon layout changes after the icon
8565         has been moved manually
8567         * fvwm/move_resize.c (__move_icon):
8568         fixed MoveToPage with icons
8570 2002-11-09  olicha  <olivier.chapuis@free.fr>
8572         * libs/Fft.c (FftGetRotatedFont):
8573         (FftGetFont):
8574         * libs/Fft.h:
8575         Check the return result of FftPatternGetMatrix
8577         * libs/Flocale.h:
8578         * libs/PictureBase.h:
8579         Added two macro
8581 2002-11-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8583         * fvwm/ewmh_conf.c (set_state_workaround):
8584         * fvwm/functable.c (func_table):
8585         * fvwm/update.c (apply_window_updates):
8586         * fvwm/windowlist.c (CMD_WindowList):
8587         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8588         (ewmh_WMStateSticky):
8589         * fvwm/conditional.c (CreateConditionMask):
8590         (CreateConditionMask):
8591         * fvwm/gnome.c (GNOME_SetHints):
8592         (GNOME_GetStyle):
8593         (GNOME_HandlePropRequest):
8594         * fvwm/placement.c (SmartPlacement):
8595         (get_next_x):
8596         (test_fit):
8597         (get_next_y):
8598         (PlaceWindow):
8599         * fvwm/session.c (SaveWindowStates):
8600         (MatchWinToSM):
8601         * fvwm/ewmh.c (check_desk):
8602         (EWMH_SetWMDesktop):
8603         (ewmh_ComputeAndSetWorkArea):
8604         (ewmh_HandleDynamicWorkArea):
8605         (ewmh_HandleDesktop):
8606         (ewmh_HandleDock):
8607         (ewmh_HandleMenu):
8608         (ewmh_HandleToolBar):
8609         * fvwm/virtual.c (UnmapDesk):
8610         (MapDesk):
8611         (MoveViewport):
8612         (MoveViewport):
8613         (do_move_window_to_desk):
8614         * fvwm/icons.c (setup_icon_title_size):
8615         (DrawIconTitleWindow):
8616         (AutoPlaceIcon):
8617         (Iconify):
8618         * fvwm/borders.c (is_button_toggled):
8619         (get_common_decorations):
8620         (border_draw_title_stick_lines):
8621         * fvwm/add_window.c (AddWindow):
8622         * fvwm/move_resize.c (__move_window):
8623         (is_window_sticky_on_page):
8624         (is_window_sticky_on_desk):
8625         (MaximizeWidth):
8626         (MaximizeHeight):
8627         (stick_page):
8628         (stick_desk):
8629         (handle_stick):
8630         (handle_stick_page):
8631         (handle_stick_desk):
8632         (__handle_stick_exit):
8633         (CMD_StickDesk):
8634         (CMD_StickPage):
8635         * fvwm/style.c (style_parse_one_style_option):
8636         (check_window_style_change):
8637         * fvwm/style.h:
8638         * fvwm/fvwm.h:
8639         New Style options stickypage and stickydesk
8640         New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8641         StickyDesk, OnlyStickyPage, OnlyStickyDesk
8642         New conditions StickyPage and StickyDesk
8643         New commands StickPage and StickDesk
8645         * fvwm/move_resize.c (__move_window):
8646         do not unstick a window when using MoveToScreen
8648         * fvwm/ewmh_conf.c:
8649         reindented
8651         * fvwm/commands.h:
8652         * fvwm/functable.c (func_table):
8653         * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8654         renamed EWMHBaseStrut to EwmhBaseStruts
8656         * fvwm/style.c (style_set_old_focus_policy):
8657         SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8658         (style_parse_one_style_option):
8659         renamed "Border" style to "Borders"
8660         removed "NoBorder" style; use !Borders instead
8661         renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8662         renamed PlacmentOverlapPercentPenalties to
8663         MinOverlapPercentPlacementPenalties
8665         * fvwm/fvwm.1.in:
8666         * NEWS:
8667         corrected typo
8669         * libs/Fft.c:
8670         Fixed compiler warnings
8672 2002-11-09  Mikhael Goikhman  <migo@homemail.com>
8674         * configure.in:
8675         autogenerate FvwmWindowLister files
8677         * fvwm/fvwm.1.in:
8678         mention fvwm-menu-directory and fvwm-menu-desktop as examples
8679         of MissingSubmenuFunction and DynamicPopupAction
8681 2002-11-08  olicha  <olivier.chapuis@free.fr>
8683         * libs/PictureUtils.c (alloc_color_proportion):
8684         (alloc_color_proportion_dither):
8685         (alloc_color_proportion_grey):
8686         (alloc_color_x):
8687         (free_colors_in_table):
8688         (free_colors_x):
8689         (init_static_colors_table):
8690         (PictureFreeColors):
8691         (PictureInitColors):
8692         (PicturePrintColorInfo):
8693         Fixed StaticColor visual. Rename some of the color allocators. Clean up
8694         free colors stuff
8696 2002-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8698         * fvwm/move_resize.c (__move_window):
8699         ignore MoveToPage with sticky windows
8701         * fvwm/conditional.c (Circulate):
8702         (circulate_cmd):
8703         Next and Prev commands begin looking at the context window, if any
8705         * fvwm/focus.c (__focus_grab_buttons):
8706         fixed initial button grabbing on client window
8708         * fvwm/stack.c (BroadcastRestack):
8709         split long packets, fixed a bug and cleaned up
8711         * libs/Module.c (ReadFvwmPacket):
8712         ignore packets that are too long
8714         * fvwm/fvwm.1.in:
8715         document PopupDelay and PopdownDelay defaults
8717 2002-11-06  olicha  <olivier.chapuis@free.fr>
8719         * libs/Fft.c (FftGetFont):
8720         (FftGetRotatedFont):
8721         Use a more perfectioned method for loading font with Xft/Fc. This
8722         method allows sanity check. Preserve the matrix when rotating
8723         Xft/Fc fonts.
8725         * libs/Flocale.c (FlocaleGetMinOffset):
8726         (FlocaleRotateDrawString):
8727         (FlocaleGetFontSet):
8728         (FlocaleGetFont):
8729         * libs/Fft.c (FftDrawString):
8730         (FftGetFont):
8731         * libs/FftInterface.h:
8732         * fvwm/geometry.c (get_title_font_size_and_offset):
8733         Move the computation of the good "y" for drawing text into Flocale.
8734         Use the max ascent, descent and height for font metric (in the place
8735         of the min's one).
8737         * libs/Flocale.c (FlocalePrintLocaleInfo):
8738         * libs/Flocale.h:
8739         * libs/Fft.c (FftPrintPatternInfo):
8740         * libs/Fft.h:
8741         * fvwm/builtins.c (CMD_PrintInfo):
8742         * NEWS:
8743         * fvwm.1.in:
8744         New option "Locale" to PrintInfo Command
8746 2002-11-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8748         * fvwm/events.c (HandleExpose):
8749         removed no-op
8751 2002-11-04  Dan Espen  <dane@mk.telcordia.com>
8753         * fvwm/fvwm.1.in: colour -> color
8754         Language check.
8756 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8758         * fvwm/fvwm.1.in:
8759         * fvwm/fvwm.c (usage):
8760         (main):
8761         pallet -> palette
8763 2002-11-04  olicha  <olivier.chapuis@free.fr>
8765         * configure.in:
8766         Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
8768         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8769         (finish_ct_init):
8770         (PictureFreeColors):
8771         (PicturePrintColorInfo):
8772         Trace colours allocation out of the pallet in depth <= 8. Better
8773         information on coulours
8775         * libs/Fft.c (FftGetRotatedFont):
8776         * libs/Fft.h:
8777         Fixed rotated font when the original font has a matrix
8779         * libs/PictureBase.c (PictureInitCMapRoot):
8780         * libs/PictureUtils.h:
8781         * libs/PictureUtils.c (PictureInitColors):
8782         (PictureAllocColorTable):
8783         * libs/PictureBase.h (PictureColorLimitOption):
8784         * fvwm/fvwm.c (main):
8785         * fvwm/fvwm.1.in
8786         New options -strict-color-limit, -allocate-pallet, -static-pallet,
8787         -named-pallet. -color-limit now take only integer argument.
8790 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8792         * libs/Module.h (struct):
8793         new type FvwmWinPacketBodyHeader to access the standard fields in a
8794         packet with a window
8796 2002-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8798         * NEWS:
8799         updated for 2.4.13
8801         * fvwm/functable.c (func_table):
8802         * fvwm/commands.h:
8803         * fvwm/style.c (style_parse_one_style_option):
8804         (parse_and_set_window_style):
8805         (__style_command):
8806         (CMD_Style):
8807         (CMD_FocusStyle):
8808         added a new command FocusStyle as a shorthand for
8809         "Style * FP..., FP..."
8811         * fvwm/builtins.c (__parse_vector_line_one_coord):
8812         (__parse_vector_line):
8813         (ReadDecorFace):
8814         split vector line parsing into sub functions
8815         (FreeDecorFace):
8816         fixed core dump in vector button offset patch
8818 2002-11-01  Marcus Lundblad <ml@update.uu.se>
8820         * fvwm/screen.h (vector_coords):
8821         added fields for offsets
8822         * fvwm/builtins.c (ReadDecorFace):
8823         rewrote parser for vector definitions to accept optional offsets
8824         * fvwm/fvwm.c (LoadDefaultLeftButton):
8825         (LoadDefaultRightButton)
8826         set default values for offsets
8827         * fvwm/borders.c (border_draw_vector_to_pixmap):
8828         updated XDrawLine call to take offsets into account
8829         * fvwm/fvwm.1.in:
8830         documented new options for vector offsets
8832 2002-11-01  olicha  <olivier.chapuis@free.fr>
8834         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8835         Fixed icon tint pixel, it was set to icon tint percent during some
8836         renaming
8838 2002-10-31  olicha  <olivier.chapuis@free.fr>
8840         * libs/PictureUtils.c (PictureAllocColorImage):
8841         (PictureOpenImageColorAllocator):
8842         (PictureCloseImageColorAllocator):
8843         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8844         (FIMAGE_CMD_ARGS):
8845         (PImageLoadXpm):
8846         (PImageCreatePixmapFromArgbData):
8847         (PImageLoadPixmapFromFile):
8848         * libs/PictureBase.h (FvwmPictureThing):
8849         (PictureImageColorAllocator):
8850         * libs/Picture.h:
8851         * libs/Picture.c (PDestroyFvwmPicture):
8852         (PLoadFvwmPictureFromPixmap):
8853         * libs/Graphics.c (CreateGradientPixmap):
8854         * fvwm/fvwm.c:
8855         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8856         Added a new way to allocate colors for image and gradient. This method
8857         allows, in particular, to save (in a "fast" way) the allocated pixels
8858         with a minimal memory usage.
8859         Fixed color leaks for png, ewmh and dithered xpm images.
8861         * fvwm/add_window.c (destroy_icon):
8862         * fvwm/fvwm.h (FvwmWindow):
8863         * fvwm/icons.c (GetIconFromFile):
8864         Fixed color leaks
8866 2002-10-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8868         * fvwm/commands.h:
8869         * fvwm/functable.c:
8870         * fvwm/stack.c (enum):
8871         (position_new_window_in_stack_ring):
8872         (new_layer):
8873         (must_move_transients):
8874         (restack_windows):
8875         (__restack_window):
8876         (__raise_lower_recursion):
8877         (__raise_or_lower_window):
8878         (raise_or_lower_window):
8879         (collect_transients_recursive):
8880         (__is_restack_transients_needed):
8881         (RestackWindow):
8882         (CMD_RestackTransients):
8883         new command RestackTransients which works like Raise and Lower but does
8884         not restack windows that are not transient
8885         renamed some functions
8886         general cleanup
8888         * fvwm/fvwm.1.in:
8889         corrected cursor movement key bindings
8891         * fvwm/bindings.c (activate_binding):
8892         fixed problem w/ bindings being overridden by applications OpenOffice
8893         and the Gnome panel
8895 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
8897         * configure.in:
8898         * NEWS:
8899         switched to 2.5.5
8901         * configure.in:
8902         include FvwmProxy to build
8904 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
8906         * configure.in:
8907         exclude FvwmProxy from build
8909         * configure.in:
8910         * NEWS:
8911         updated for 2.5.4
8913 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8915         * configure.in:
8916         added FvwmProxy module
8918 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
8920         * fvwm/fvwm.1.in:
8921         * fvwm/windowlist.c (CMD_WindowList):
8922         renamed SortClassName to SortByClass
8924 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8926         * fvwm/menustyle.c (menustyle_update):
8927         (menustyle_parse_style):
8928         (menustyle_get_styleopt_index):
8929         (menustyle_parse_style):
8930         (CMD_CopyMenuStyle):
8931         * fvwm/menustyle.h:
8932         removed HilightRelief MenuStyle and hard coded it
8934 2002-10-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8936         * fvwm/menus.c (make_menu_window):
8937         fixed updating menu background with "Menustyle * Background"
8939         * fvwm/stack.c (__get_stacking_sibling):
8940         (restack_windows):
8941         fixed another stacking problem
8943 2002-10-28  Mikhael Goikhman  <migo@homemail.com>
8945         * acinclude.m4:
8946         * configure.in:
8947         corrected and lined up several help lines
8949         * INSTALL.fvwm:
8950         added --enable-xinerama-emulation description
8952 2002-10-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8954         * fvwm/stack.c (restack_windows):
8955         (__get_stacking_sibling):
8956         fixed another stacking problem
8958 2002-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8960         * fvwm/add_window.c (AddWindow):
8961         braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
8962         windows starting lowered or on other layers in FvwmPager
8964         * fvwm/stack.c (restack_windows):
8965         (__get_visible_window):
8966         fixed a stacking problem with layers
8968 2002-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8970         * fvwm/functable.c (func_table):
8971         fixed Pick command
8973 2002-10-24  Mikhael Goikhman  <migo@homemail.com>
8975         * NEWS:
8976         * fvwm/fvwm.1.in:
8977         * fvwm/windowlist.c:
8978         new WindowList option SortByResource
8980         * fvwm/style.c (check_window_style_change):
8981         * libs/FlocaleCharset.c:
8982         fixed gcc warning
8984         * AUTHORS:
8985         place recent authors to the top, not bottom
8987         * fvwm/builtins.c:
8988         corrected typo in error message
8990 2002-10-23  Dan Espen  <dane@mk.telcordia.com>
8992         * fvwm/fvwm.1.in: Lang check done.
8994 2002-10-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8996         * fvwm/menus.c:
8997         work on new menu loop code
8999         * libs/timeout.h:
9000         * libs/timeout.c:
9001         new files
9003         * fvwm/menus.c (__mloop_handle_event):
9004         (__mloop_get_event):
9005         (__mloop_handle_action_with_mi):
9006         * fvwm/menus.h (MenuReturn):
9007         renamed MenuReturn member menu to target_menu
9009         * fvwm/menus.c (__mloop_handle_event):
9010         * fvwm/menus.h (MenuReturn):
9011         removed a "write only" member of MenuReturn
9013         * fvwm/conditional.c (circulate_cmd):
9014         fixed the "Any" command
9016 2002-10-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9018         * fvwm/stack.c (mark_transient_subtree):
9019         fixed stack ring corruption with iconified transients
9020         (restack_windows):
9021         fixed a problem with lowering windows below the icons of their
9022         transients
9024 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9026         * libs/Colorset.c:
9027         * fvwm/menustyle.c:
9028         * libs/Colorset.h:
9029         * libs/Flocale.h:
9030         * libs/PictureBase.h:
9031         * fvwm/menuitem.c:
9032         * fvwm/geometry.c:
9033         * fvwm/colorset.c:
9034         renamed colorset_struct to colorset_t
9036 2002-10-22  olicha  <olivier.chapuis@free.fr>
9038         * libs/PictureUtils.c:
9039         Minor fixes and add #if O experimental code
9041 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9043         * fvwm/icons.c (DrawIconPixmapWindow):
9044         (DrawIconWindow):
9045         * fvwm/events.c (HandlePropertyNotify):
9046         * libs/Fft.c (FftDrawString):
9047         * libs/Colorset.c (DumpColorset):
9048         (LoadColorset):
9049         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9050         use renamed colorset_struct members
9052         * libs/Colorset.h (colorset_struct):
9053         renamed and re-sorted members and cut down bit field lengths for
9054         percentile members
9056         * fvwm/menustyle.c (menustyle_update):
9057         fixed core dump
9059         * fvwm/stack.c (restack_windows):
9060         fixed flickering when raising transients; can't prevent flickering when
9061         lowering a window completely
9062         (restack_windows):
9063         fixed unnecessary error message
9065         * fvwm/fvwm.c (main):
9066         init Scr to zeros
9068         * fvwm/stack.c (__restack_window):
9069         fixed a stacking problem with icons
9071         * fvwm/add_window.c (destroy_icon):
9072         fixed a memory leak
9074 2002-10-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9076         * fvwm/menuitem.c (menuitem_paint):
9077         * fvwm/menustyle.c (menustyle_parse_style):
9078         * fvwm/menus.c (paint_side_pic):
9079         (paint_menu):
9080         (select_menu_item):
9081         (repaint_transparent_menu):
9082         * fvwm/menustyle.h (MenuLook):
9083         cleaned up menu drawing code, fixed last patch
9085         * fvwm/menuitem.c (menuitem_paint):
9086         * fvwm/menustyle.c (menustyle_parse_style):
9087         fixed HilightBack default
9089         * fvwm/bindings.c (binding_cmd):
9090         (bind_get_bound_button_contexts):
9091         (ParseBinding):
9092         * fvwm/screen.h (ScreenInfo):
9093         fixed mouse bindings with buttons > 5
9095         * fvwm/menuitem.c (menuitem_paint):
9096         * fvwm/menustyle.c (menustyle_parse_style):
9097         (menustyle_parse_style):
9098         (CMD_CopyMenuStyle):
9099         (menustyle_update):
9100         (menustyle_free):
9101         * fvwm/menus.c (repaint_transparent_menu):
9102         * fvwm/menustyle.h:
9103         HilightBack and ActiveFore are now independent
9105 2002-10-18  olicha  <olivier.chapuis@free.fr>
9107         * libs/PictureUtils.c (get_color_index):
9108         (create_mapping_table):
9109         (PictureAllocColorTable):
9110         Use a new distance and method for color approximation. Use 68 colors
9111         for the default under depth 8. I am happy with this, should use a
9112         similar distance method for dithering
9114         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9115         (PictureAllocColorTable):
9116         (PictureDitherByDefault):
9117         (PictureUseBWOnly):
9118         (PictureIitColors):
9119         (PicturePrintColorInfo):
9120         * libs/PictureUtils.h:
9121         Allows -color-limit to work with any visual and depth for testing
9122         propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9124         * fvwm/colorset.c:
9125         Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9127 2002-10-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9129         * fvwm/add_window.c (get_default_window_attributes):
9130         cleaned up
9132         * fvwm/builtins.c (CMD_ChangeDecor):
9133         removed some duplicate redrawing
9135         * fvwm/update.c (apply_decor_change):
9136         suppress duplicate window update upon ChangeDecor
9137         (apply_window_updates):
9138         do not delete the focus window
9140 2002-10-17  olicha  <olivier.chapuis@free.fr>
9142         * NEWS:
9143         A bunch of news
9145         * libs/Colorset.c (CreateBackgroundPixmap):
9146         Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9148         * fvwm/builtins.c (CMD_Colorset):
9149         Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9151 2002-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9153         * fvwm/add_window.c (AddWindow):
9154         * fvwm/update.c (apply_window_updates):
9155         * fvwm/move_resize.c (handle_stick):
9156         (CMD_Stick):
9157         suppress drawing of sticky decorations initially
9158         reduce module communication overhead when (un)sticking windows
9160         * fvwm/borders.c (border_draw_decorations):
9161         * fvwm/window_flags.h:
9162         * fvwm/fvwm.h:
9163         * fvwm/frame.c (frame_create_move_resize_args):
9164         (get_resize_decor_gravities_one_axis):
9165         (frame_mrs_setup_draw_decorations):
9166         (mr_args_internal):
9167         initialize window decorations with a "None" pixmap;
9168         delay drawing window decorations initially to prevent drawing multiple
9169         times;
9170         => windows grabbing the focus upon startup are drawn focused
9171         immediately
9173         * fvwm/frame.c (frame_free_move_resize_args):
9174         reparent the frame hide windows to NoFocusWin instead of Root to
9175         suppress unnecessary ReparentNotify events
9177 2002-10-16  olicha  <olivier.chapuis@free.fr>
9179         * fvwm/fvwm.c (main):
9180         Fixed a typo
9182         * libs/FRender.h:
9183         Fixed compilation with X cvs
9185         * libs/Colorset.c (CreateBackgroundPixmap):
9186         Fixed a GC leak
9188         * fvwm/events.c (HandlePropertyNotify):
9189         * fvwm/colorset.c (update_root_pixmap):
9190         Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9191         to found a root pixmap
9193 2002-10-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9195         * fvwm/bindings.c (bind_get_bound_button_contexts):
9196         another mouse binding fix
9198         * fvwm/conditional.c (CreateConditionMask):
9199         simplified parsing
9200         all conditions have a negation with '!' prepended
9201         (Circulate):
9202         (CMD_All):
9203         (select_cmd):
9204         Current, All, Pick, ThisWindow and PointerWindow imply the
9205         CirculateHitShaded condition.
9207         * fvwm/focus.c (__focus_grab_buttons):
9208         * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9209         fixed bindings using mouse buttons >= 6
9211 2002-10-15  olicha  <olivier.chapuis@free.fr>
9213         * libs/PictureUtils.c (PicturePrintColorInfo):
9214         (print_colormap):
9215         * fvwm/commands.h:
9216         * fvwm/functable.c (func_table):
9217         * fvwm/builtins.c (CMD_PrintInfo):
9218         * fvwm/fvwm.1.in:
9219         New cmd PrintInfo. Only one arg at present time: "Colors"
9221         * fvwm/fvwm.c (main):
9222         Auto detect card with 2 hardware colormaps and choose the best
9223         visual and colormap
9225         * libs/PictureUtils.c (PictureInitColors):
9226         (*):
9227         * libs/PictureUtils.h:
9228         * fvwm/fvwm.c (main):
9229         * libs/PictureBase.c (PictureInitCMapRoot):
9230         (PictureInitCMap):
9231         * libs/PictureBase.h:
9232         Try to support DirectColor visual in a good way, I do not think
9233         this is really useful.
9234         Added a flexible interface function PictureInitColors for
9235         colors allocation initialization.
9236         Some cleanup in color allocation and some preparation for a new
9237         method for saving and freeing colors allocated by images and gradients.
9238         Removed some ifdefed to 0 debug code.
9240         * libs/Picture.c (*):
9241         * libs/Picture.h:
9242         * libs/PictureImageLoader.c (*):
9243         * libs/PictureImageLoader.h:
9244         Replace Root by win
9246 2002-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9248         * fvwm/add_window.c (setup_key_and_button_grabs):
9249         * fvwm/bindings.c (ParseBinding):
9250         (activate_binding):
9251         * fvwm/add_window.c (setup_key_and_button_grabs):
9252         don't grab window context specific bindings anymore; instead, set
9253         Scr.buttons2grab accordingly
9255         * fvwm/bindings.c (activate_binding):
9256         fixed stroke bindings on window context being ignored if no other
9257         action was bound to that context
9259         * fvwm/add_window.c (destroy_icon):
9260         fixed duplicate icon pixmap when switching from NoIconOverride to
9261         IconOverride
9263 2002-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9265         * fvwm/icons.c:
9266         re-indented some code
9267         (AutoPlaceIcon):
9268         fixed random position of icon title for icons with a position hint
9270         * fvwm/fvwm.1.in:
9271         corrected default of Use/NoIconPosition style
9273 2002-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9275         * fvwm/windowlist.c (CMD_WindowList):
9276         fixed random string for iconified windows in the WindowList
9278 2002-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9280         * NEWS:
9281         updated for 2.4.12
9283 2002-10-08  olicha  <olivier.chapuis@free.fr>
9285         * libs/PictureBase.c (*):
9286         (PictureInitCMapRoot)
9287         (PictureSetupWhiteAndBlack):
9288         (PictureWhitePixel):
9289         (PictureBlackPixel):
9290         (PictureDefaultGC):
9291         New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9292         of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9293         New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9294         but always use the root visual and allows to set or not a private
9295         color limit table.
9296         New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9297         but which respects the Pvisual
9299         * libs/PictureGraphics.c (*):
9300         * libs/FScreen.c (FScreenInit):
9301         * libs/FRender.c (FRenderRender):
9302         * libs/Fft.c (FftDrawString):
9303         * fvwm/icons.c (CreateIconWindow):
9304         * fvwm/colorset.c (parse_colorset):
9305         * fvwm/move_resize.c (CMD_XorValue):
9306         * fvwm/colorset.c (alloc_colorset):
9307         * fvwm/fvwm.c (main):
9308         Use the new interface functions and some fix if the fvwm depth !=
9309         the root depth.
9311         * libs/PictureUtils.c (PictureAllocColorTable):
9312         Change the default color table to a 4x4x4 cc + 4 grey
9314 2002-10-07  Dan Espen  <dane@mk.telcordia.com>
9316         * fvwm/fvwm.1.in: Use built-in, not builtin.
9318 2002-10-06  Mikhael Goikhman  <migo@homemail.com>
9320         * configure.in:
9321         s/FvwmNewDebug/FvwmDebug/
9323         * fvwm/commands.h:
9324         * fvwm/conditional.c (CMD_NoWindow):
9325         * fvwm/functable.c:
9326         * NEWS:
9327         new command NoWindow to remove window context
9329         * fvwm/fvwm.1.in:
9330         use "fvwm" spelling, at least in the middle of sentences
9332 2002-10-06  Dan Espen  <dane@mk.telcordia.com>
9334         * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9335         builtin commands.  Use "builtin", not "built in" or "built-in".
9336         Other adjustments.
9338 2002-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9340         * libs/Graphics.c (do_relieve_rectangle):
9341         removed debug message
9343         * fvwm/focus.c (__update_windowlist):
9344         (__set_focus_to_fwin):
9345         fixed reversal of __update_windowlist arguments causing FlipFocus to
9346         break [and maybe other things]
9348 2002-10-05  olicha  <olivier.chapuis@free.fr>
9350         * libs/PictureUtils.c (alloc_color_cube):
9351         It si possible to enable "gamma correction" for colors cubes (disabled,
9352         define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9354         * libs/PictureUtils.c (get_color_index):
9355         (create_mapping_table):
9356         Use a more exact approximation of colors for pur cc without the big
9357         16x16x16 cc
9359         * libs/PictureUtils.c (PictureFreeColors):
9360         Fixed a memory leak
9362         * libs/Graphics.c (CreateGradientPixmap):
9363         (CreateGradientPixmapFromString):
9364         Cleanup
9366 2002-10-04  olicha  <olivier.chapuis@free.fr>
9368         * libs/PictureUtils.c (*):
9369         Used a better color approximation for color cube when we do not dither.
9370         Added some new colors tables: color cube with some grey colors.
9371         Change the default to a 4x4x3 cc with 6 grey (54 colors).
9372         Some visual fixes.
9374         * fvwm/fvwm.c (main):
9375         Fixed the visual option
9377 2002-10-03  Mikhael Goikhman  <migo@homemail.com>
9379         * configure.in:
9380         generate FvwmNewDebug and FvwmGtkDebug
9382 2002-10-02  olicha  <olivier.chapuis@free.fr>
9384         * libs/PictureUtils.c (USED_DIST):
9385         Used the euclidian distance for colors distance
9387         * libs/Fft.c (FftGetFont):
9388         Disable Xft if the Xserver does not support XRender
9390 2002-10-01  olicha  <olivier.chapuis@free.fr>
9392         * libs/Fft.c (FftGetFont):
9393         Disable Xft if the Xserver does not support XRender
9395         * libs/FRender.c (FRenderRender):
9396         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9397         Fixed
9399         * libs/Colorset.c (SetRectangleBackground):
9400         (SetClippedRectangleBackground):
9401         * libs/Colorset.h:
9402         New interface function for drawing a subset of a colorset rectangle
9404 2002-09-26  olicha  <olivier.chapuis@free.fr>
9406         * fvwm/update.c (apply_window_updates):
9407         Fixed icons colorset update
9409         * libs/FRender.c (FRenderRender):
9410         Fixed bitmap rendering
9412         * fvwm/update.c (apply_window_updates):
9413         * fvwm/geometry.c (move_icon_to_position):
9414         * fvwm/events.c (HandleEnterNotify):
9415         (HandleExpose):
9416         (HandleLeaveNotify):
9417         (HandlePropertyNotify):
9418         * fvwm/add_window.c (setup_icon_font):
9419         * fvwm/icons.c (DrawIconWindow):
9420         (DrawIconTitleWindow):
9421         (DrawIconPixmapWindow):
9422         (ChangeIconPixmap):
9423         (RedoIconName):
9424         Fixed focus/unfocus flickering
9426 2002-09-25  olicha  <olivier.chapuis@free.fr>
9428         * fvwm/icons.c (DrawIconTitleWindow):
9429         One more drawing fix
9431 2002-09-24  olicha  <olivier.chapuis@free.fr>
9433         * fvwm/icons.c (DrawIconTitleWindow):
9434         An other drawing fix
9436 2002-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9438         * fvwm/move_resize.c (__move_loop):
9439         fixed uninitialised variable
9440         (InteractiveMove):
9441         fixed starting move at random position
9443 2002-09-24  olicha  <olivier.chapuis@free.fr>
9445         * fvwm/update.c (apply_window_updates):
9446         * fvwm/geometry.c (move_icon_to_position):
9447         * fvwm/events.c (HandleEnterNotify):
9448         (HandleExpose):
9449         (HandleLeaveNotify):
9450         (HandlePropertyNotify):
9451         * fvwm/add_window.c (setup_icon_font):
9452         * fvwm/icons.c (DrawIconWindow):
9453         (DrawIconTitleWindow):
9454         (DrawIconPixmapWindow):
9455         (ChangeIconPixmap):
9456         (RedoIconName):
9457         Fixed icon drawing. Split icon window drawing.
9459         * libs/FRender.c (*):
9460         Fixed compilation and small clean up
9462 2002-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9464         * fvwm/conditional.c (CreateFlagString):
9465         fixed quoting in conditional command conditions
9467         * fvwm/menus.c (__mloop_handle_event):
9468         removed unnecessary querying of pointer position on button release in
9469         menus
9470         (__menu_loop):
9471         fixed posting menus
9473         * fvwm/bindings.c (ParseBinding):
9474         increased maximum allowed key symbol name length to 200 characters
9476         * fvwm/execcontext.h (enum):
9477         * fvwm/fvwm.c (Done):
9478         (SetRCDefaults):
9479         (main):
9480         (StartupStuff):
9481         use new contexts
9483         * fvwm/execcontext.h (enum):
9484         added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9486         * fvwm/menus.c (pop_menu_up):
9487         fixed accidental menu animation with certain menu position hints
9489 2002-09-23  olicha  <olivier.chapuis@free.fr>
9491         * libs/FRender.c (*):
9492         Fixed(?) XRender rendering with some Xserver
9494         * fvwm/update.c (apply_window_updates):
9495         * fvwm/geometry.c (move_icon_to_position):
9496         * fvwm/events.c (HandleEnterNotify):
9497         (HandleExpose):
9498         (HandleLeaveNotify):
9499         (HandlePropertyNotify):
9500         * fvwm/add_window.c (setup_icon_font):
9501         * fvwm/icons.c (DrawIconWindow):
9502         (ChangeIconPixmap):
9503         (RedoIconName):
9504         Clip text and icon drawing for the icons
9506 2002-09-21  Mikhael Goikhman  <migo@homemail.com>
9508         * NEWS:
9509         * libs/System.c:
9510         Path commands now support form: "path1;ext1:path2:path3;ext3"
9511         where ext1 (for example, ".png") means all files in path1 should
9512         be forced to have extention ".png" even if the requested icon
9513         has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9515         * fvwm/execcontext.h:
9516         small changes in latters used for EXCT_* constants
9518         * fvwm/module_interface.c:
9519         * libs/Picture.c:
9520         * libs/PictureBase.c:
9521         * fvwm/cursor.c:
9522         some spacing reindentation
9524 2002-09-21  olicha  <olivier.chapuis@free.fr>
9526         * libs/FRender.c (FRenderCompositeAndCheck):
9527         Temporally take GraphicsExposure in account
9529 2002-09-20  Mikhael Goikhman  <migo@homemail.com>
9531         * libs/vpacket.h:
9532         fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9534 2002-09-20  olicha  <olivier.chapuis@free.fr>
9536         * fvwm/icons.c (GetIconPicture):
9537         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9538         Fixed the alpha channel
9540 2002-09-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9542         * NEWS:
9543         updated for 2.4.11
9545 2002-09-20  olicha  <olivier.chapuis@free.fr>
9547         * libs/FRender.c (FRenderTintPicture):
9548         (FRenderTintRectangle):
9549         (FRenderRender):
9550         * libs/FRenderInterface.h:
9551         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9552         Make FRender code more modular. Add a 24+8 tinting method and enable it
9553         in the place of the 32 tinting method (which can be enabled by defining
9554         USE_ABSOLUTE_FORMATE)
9556 2002-09-19  olicha  <olivier.chapuis@free.fr>
9558         * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9559         (animated_move_back):
9560         (pop_menu_up):
9561         (repaint_transparent_menu):
9562         * fvwm/move_resize.c (AnimatedMoveOfWindow):
9563         (AnimatedMoveAnyWindow):
9564         * fvwm/move_resize.h:
9565         Support the new colorset transparent options and fix greyed item
9566         of transparent animated menus
9568         * fvwm/menus.c (pop_menu_up):
9569         (animated_move_back):
9571         * libs/Rectangles.c:
9572         * libs/Rectangles.h:
9573         * libs/Makefile.am:
9574         New libs files for rectangles, segments, regions ..etc
9576         * fvwm/menus.c (clear_expose_menu_area):
9577         (get_menu_paint_item_parameters):
9578         (paint_menu):
9579         (select_menu_item):
9580         (ParentalMenuRePaint):
9581         (ParentalMenuRePaint):
9582         * fvwm/menuitem.c (clear_menu_item_background):
9583         (menuitem_paint):
9584         * fvwm/menuitem.h (MenuPaintItemParameters):
9585         Clip the item icons and text drawing
9587         * fvwm/menus.c (__mloop_exit):
9588         Fixed an indirect uninitialized variable bug
9590         * fvwm/menus.c (__mloop_handle_event): *
9591         (__mloop_handle_action_with_mi): *
9592         Update some comments
9594         * libs/FRender.c (FRenderVisualInit):
9595         (FRenderRender):
9596         * fvwm/colorset.c (parse_colorset):
9597         Small clean up
9599 2002-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9601         * fvwm/menus.c (__menu_loop):
9602         (__mloop_handle_action_with_mi):
9603         fixed parent menu redrawing
9605         * fvwm/style.c (check_window_style_change):
9606         * fvwm/update.c (apply_window_updates):
9607         * fvwm/add_window.c (setup_icon_size_limits):
9608         honour changes in IconSize style without recapture
9610         * fvwm/focus.c (focus_query_open_grab_focus):
9611         * fvwm/events.c (HandlePropertyNotify):
9612         * fvwm/add_window.c (setup_transientfor):
9613         take care of various funny initial transientfor settings
9615         * fvwm/stack.c (__raise_lower_recursion):
9616         new function
9617         fixed stacking core dump
9619 2002-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9621         * libs/Graphics.c:
9622         ANSI C fixes
9624         * configure.in:
9625         added a program that tests for -Werror option and similar; bug out of
9626         configure if the test program doesn't compile
9628 2002-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9630         * fvwm/fvwm.1.in:
9631         * configure.in:
9632         add a "do not edit" warning at the beginning of the man page
9634         * configure.in:
9635         enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9637         * libs/FScreen.c (XineramaQueryScreens):
9638         fixed linking problem when compiling without Xinerama
9640         * fvwm/cursor.c (CMD_CursorStyle):
9641         fixed cursorstyle command being applied to windows without handles
9643         * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9644         (EWMH_ProcessPropertyNotify):
9645         * fvwm/gnome.h (GNOME_ProcessClientMessage):
9646         (GNOME_HandlePropRequest):
9647         fixed dummy macros when compiling without gnome/ewmh support
9649 2002-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9651         * libs/queue.c (fqueue_add_inside):
9652         add a new command with the same execution time as a previous one behind
9653         it
9655         * configure.in:
9656         override CFLAGS and CPPFLAGS with empty strings instead of generating an
9657         error message
9659         * fvwm/functions.c (__execute_function):
9660         * fvwm/execcontext.h (exec_context_type_t):
9661         replace enum values with letters for readability
9663         * fvwm/functions.c (__execute_function):
9664         improved command log output
9666         * fvwm/schedule.c (execute_obj_func):
9667         fixed schedule queue timing
9669         * configure.in:
9670         refuse to run configure if CFLAGS is not empty
9672 2002-09-16  Mikhael Goikhman  <migo@homemail.com>
9674         * fvwm/misc.c:
9675         fixed compilation with --enable-command-log; simplified fvwm_msg()
9677         * libs/Module.c:
9678         reformatted; don't send end-of-line with SET_*MASK
9680 2002-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9682         * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9683         fixed multipixmap title drawing
9685         * fvwm/frame.h (struct):
9686         * fvwm/frame.c (frame_get_titlebar_dimensions):
9687         removed unused code
9689         * fvwm/events.c (HandlePropertyNotify):
9690         applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
9692         * libs/Fft.c (FftDrawString):
9693         -Wall fix when compiling w/o Xft
9695 2002-09-15  olicha  <olivier.chapuis@free.fr>
9697         * libs/Colorset.c (CreateBackgroundPixmap):
9698         Fixed a dpy problem with FvwmBacker
9699         * libs/Colorset.c (CreateBackgroundPixmap):
9700         Fixed creation a root transparent pixmap for small root pixmap
9702 2002-09-14  olicha  <olivier.chapuis@free.fr>
9704         * libs/Fft.c (FftDrawString):
9705         Fixed clip region with shadow font
9707         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
9708         Added a function to create translucent pixmaps
9709         * libs/Colorset.c (CreateBackgroundPixmap):
9710         A small fix
9711         * libs/FRender.c (FRenderRender):
9712         Allows to use the root window as src pixmap
9714 2002-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9716         * fvwm/fvwm.1.in:
9717         Fixed open double quotes in ButtonState section
9719 2002-09-13  Dan Espen  <dane@mk.telcordia.com>
9721         * fvwm/fvwm.1.in: Add -cmd module timeout information.
9723 2002-09-13  olicha  <olivier.chapuis@free.fr>
9725         * libs/Colorset.c (CreateBackgroundPixmap):
9726         (UpdateBackgroundTransparency):
9727         (SetRectangleBackground):
9728         * libs/Colorset.h:
9729         * fvwm/colorset.c (*):
9730         * fvwm/colorset.h:
9731         * fvwm/events.c (HandlePropertyNotify):
9732         Starting implementation of RootTransparent colorset. Worked on
9733         tinted Transparent colorset. Various colorset parsing fixes.
9735         * libs/Fft.c (FftDrawString):
9736         * libs/Flocale.h:
9737         Added the possibility to draw with a clipping region.
9739         * libs/FRender.c (FRenderRender):
9740         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9741         (PCreateRenderPixmap):
9742         (PGraphicsCreateTransprency):
9743         (PGraphicsTintRectangle):
9744         Improve current rendering functions to be able to tint the
9745         ParentalRelative pixmap or the background of a window.
9746         Re-enabled XRender rendering.
9748         * fvwm/borders.c:
9749         remove a #if 0 debug "render" code
9751 2002-09-13  Mikhael Goikhman  <migo@homemail.com>
9753         * fvwm/builtins.c (ReadTitleButton):
9754         * fvwm/screen.h:
9755         new button state shortcuts AllNormal, AllToggled,
9756         AllActive, AllInactive, AllUp, AllDown
9758         * fvwm/module_interface.c:
9759         minor reformatting
9761         * acconfig.h:
9762         possibly fixed compilation with non gcc
9764 2002-09-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9766         * fvwm/focus.c (_focus_grab_buttons):
9767         (__focus_grab_buttons):
9768         renamed
9769         (__focus_grab_one_button):
9770         grab all modifier combinations on client windows by default if
9771         necessary; this saves a lot of traffic but may grab unnecessary
9772         modifiers with mouse bindings on the client window
9774         * fvwm/fvwm.1:
9775         * libs/defaults.h (DEF_FP_MODIFIERS):
9776         * fvwm/events.c (__handle_focus_raise_click):
9777         * fvwm/style.c (style_parse_focus_policy_style):
9778         * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
9779         default is now to use any modifiers for clicktofocus/raise purposes
9781         * fvwm/menus.c (__mloop_get_event):
9782         fixed menu hang
9783         (menu_tear_off):
9784         fixed tear off menus
9786         * libs/FEvent.c (FCheckIfEvent):
9787         (FCheckMaskEvent):
9788         (FCheckTypedEvent):
9789         (FCheckTypedWindowEvent):
9790         (FCheckWindowEvent):
9791         fixed FCheck...Event functions thus fixing Menu command behaving like
9792         Popup
9794         * fvwm/move_resize.c (InteractiveMove):
9795         fixed offset between pointer and window when dragging
9797         * fvwm/virtual.c (HandlePaging):
9798         * fvwm/icons.c (CMD_Iconify):
9799         * fvwm/move_resize.c (InteractiveMove):
9800         * fvwm/menus.c (get_menu_options):
9801         (get_menu_options):
9802         * libs/FScreen.c (GetMouseXY):
9803         use new function fev_get_evpos_or_query()
9805         * libs/Makefile.am:
9806         * libs/Pointer.c:
9807         removed file
9809         (GetLocationFromEventOrQuery):
9810         moved to FEvent.c and renamed to fev_get_evpos_or_query()
9811         * libs/FEvent.c (fev_set_evpos):
9812         new function
9814         * fvwm/functions.c (__execute_function):
9815         (execute_complex_function):
9816         fixed complex action clicking logic
9818         * fvwm/add_window.c (CaptureOneWindow):
9819         fixed RecaptureWindow
9820         (CaptureAllWindows):
9821         fixed Restart
9823         * fvwm/functable.c (func_table):
9824         fixed running RecaptureWindow without a context window
9826         * fvwm/conditional.c (circulate_cmd):
9827         fixed action to run
9829         * fvwm/events.c (HandleVisibilityNotify):
9830         fixed VisibilityNotify handling
9832         * fvwm/functions.c (execute_complex_function):
9833         fixed memory corruption
9834         (__execute_function):
9835         fixed using wrong context
9836         (__execute_function):
9837         removed conditional that was always true now
9838         (DeferExecution):
9839         fixed core dump
9841         * fvwm/module_interface.c (ExecuteModuleCommand):
9842         initialise module number
9844 2002-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9846         * fvwm/add_window.c (CaptureOneWindow):
9847         fixed memory corruption
9849         * fvwm/icons.c (Iconify):
9850         (DeIconify):
9851         fixed bug introduced with transient stacking patch
9853         * fvwm/functions.c (DeferExecution):
9854         (__execute_function):
9855         (execute_complex_function):
9856         cleaned up and optimized exec_context handling
9858         * fvwm/schedule.c:
9859         * fvwm/menucmd.c:
9860         * fvwm/update.c:
9861         * fvwm/windowlist.c:
9862         * fvwm/conditional.c:
9863         * fvwm/focus.c:
9864         * fvwm/functions.c:
9865         * fvwm/placement.c:
9866         * fvwm/colorset.c:
9867         * fvwm/stack.c:
9868         * fvwm/virtual.c:
9869         * fvwm/module_interface.c:
9870         * fvwm/icons.c:
9871         * fvwm/builtins.c:
9872         * fvwm/add_window.c:
9873         * fvwm/move_resize.c:
9874         * fvwm/fvwm.h (F_CMD_ARGS):
9875         (F_PASS_ARGS):
9876         completely removed the builtin command arguments fw, w, and context
9878         * fvwm/functions.c (DeferExecution):
9879         fixed core dump
9881         * fvwm/stack.c (BroadcastRestack):
9882         removed global lastTimestamp
9884         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
9885         (EWMH_ProcessPropertyNotify):
9886         (ewmh_WMStateShaded):
9887         (ewmh_WMStateSticky):
9888         (ewmh_WMStateHidden):
9889         (ewmh_WMState):
9890         (ewmh_MoveResize):
9891         (ewmh_WMDesktop):
9892         (ewmh_CloseWindow):
9893         (ewmh_DesktopGeometry):
9894         (ewmh_ActiveWindow):
9895         use new function interface
9897         * fvwm/menus.c (do_menu):
9898         * fvwm/menucmd.c (menu_func):
9899         * fvwm/windowlist.c (CMD_WindowList):
9900         use new function interface
9901         replaced "(XEvent *)1" hack with a regular flag
9903 2002-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9905         * fvwm/add_window.c (destroy_window):
9906         * fvwm/update.c (destroy_scheduled_windows):
9907         * fvwm/screen.h (ScreenInfo):
9908         new member is_executing_menu_function
9910         * fvwm/windowlist.c (CMD_WindowList):
9911         * fvwm/menucmd.c (menu_func):
9912         * fvwm/gnome.c (CMD_GnomeButton):
9913         (GNOME_ProcessClientMessage):
9914         (GNOME_HandlePropRequest):
9915         * fvwm/modconf.c (CMD_Send_ConfigInfo):
9916         * fvwm/update.c (apply_window_updates):
9917         * fvwm/repeat.c (CMD_Repeat):
9918         * fvwm/conditional.c (circulate_cmd):
9919         (CMD_Prev):
9920         (CMD_Next):
9921         (CMD_None):
9922         (CMD_Any):
9923         (CMD_Current):
9924         (CMD_Cond):
9925         (CMD_CondCase):
9926         (select_cmd):
9927         (CMD_All):
9928         (CMD_Direction):
9929         (CMD_WindowId):
9930         * fvwm/focus.c (warp_to_fvwm_window):
9931         (CMD_WarpToWindow):
9932         * fvwm/read.c (run_command_stream):
9933         (run_command_file):
9934         (CMD_Read):
9935         (CMD_PipeRead):
9936         * fvwm/fvwm.c (Done):
9937         (SetRCDefaults):
9938         (StartupStuff):
9939         (main):
9940         use new function interface
9941         (main):
9942         fixed running startup script under random module number
9944         * fvwm/functions.c (execute_function_override_window):
9945         * fvwm/functions.c (execute_function_override_wcontext):
9946         new convenience functions
9948         * fvwm/gnome.c:
9949         * fvwm/modconf.c:
9950         * fvwm/session.c:
9951         re-indented
9953         * fvwm/module_interface.c (CMD_Send_WindowList):
9954         (CMD_set_mask):
9955         (CMD_set_sync_mask):
9956         (CMD_set_nograb_mask):
9957         fixed core dumps
9958         don't use "Module" argument anymore
9959         (ExecuteModuleCommand):
9960         made static
9961         use new function interface
9963         * fvwm/add_window.c (CaptureOneWindow):
9964         (do_recapture):
9965         (CaptureAllWindows):
9966         * fvwm/events.c (HandleMapRequestKeepRaised):
9967         * fvwm/add_window.c (AddWindow):
9968         AddWindow takes executiuon context as its argument instead of the
9969         window; changed caller
9970         don't use "Event" anymore
9972         * fvwm/fvwm.c (StartupStuff):
9973         generate an execution context for startup
9975         * fvwm/move_resize.c (DoResize):
9976         (__resize_step):
9977         (moveLoop):
9978         (__move_loop):
9979         renamed and used new function interface in args
9981         * fvwm/geometry.c (constrain_size):
9982         added XEvent *e argument to remove use of global "Event"; changed all
9983         callers
9985 2002-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9987         * fvwm/stack.c (get_next_window_in_stack_ring):
9988         (get_prev_window_in_stack_ring):
9989         (get_transientfor_fvwmwindow):
9990         * fvwm/icons.c (SetMapStateProp):
9991         * fvwm/events.c (fake_map_unmap_notify):
9992         * fvwm/misc.c (IsRectangleOnThisPage):
9993         * fvwm/menus.c (menu_enter_tear_off_menu):
9994         (menu_close_tear_off_menu):
9995         * fvwm/icons.c (DrawIconWindow):
9996         * fvwm/focus.c:
9997         * fvwm/colormaps.c (InstallWindowColormaps):
9998         made FvwmWindow * arguments const in many functions
10000         * fvwm/menus.c (pop_menu_up):
10001         (pop_menu_down):
10002         (__mloop_do_menu):
10003         (__mloop_do_popup):
10004         (do_menu):
10005         (menu_enter_tear_off_menu):
10006         (__mloop_get_event):
10007         (__mloop_get_event_timeout_loop):
10008         (__mloop_do_menu):
10009         (__mloop_get_mi_actions):
10010         (is_double_click):
10011         * fvwm/events.c (HandleEnterNotify):
10012         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10013         (__move_window):
10014         (__move_loop):
10015         (__resize_step):
10016         (__resize_window):
10017         * fvwm/functions.c (DeferExecution):
10018         (__execute_function):
10019         * fvwm/windowlist.c (CMD_WindowList):
10020         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10021         * fvwm/module_interface.c (CMD_ModuleSynchronous):
10022         (ExecuteModuleCommand):
10023         * fvwm/builtins.c (CMD_Wait):
10024         * fvwm/events.c (WaitForButtonsUp):
10025         (HandleShapeNotify):
10026         (HandleVisibilityNotify):
10027         (HandleUnmapNotify):
10028         (HandleSelectionRequest):
10029         (HandleReparentNotify):
10030         (HandlePropertyNotify):
10031         (HandleMotionNotify):
10032         (HandleMapRequestKeepRaised):
10033         (HandleMapRequest):
10034         (HandleMappingNotify):
10035         (HandleMapNotify):
10036         (HandleLeaveNotify):
10037         (HandleKeyPress):
10038         (HandleFocusOut):
10039         (HandleFocusIn):
10040         (HandleExpose):
10041         (HandleEnterNotify):
10042         (HandleDestroyNotify):
10043         (HandleColormapNotify):
10044         (HandleClientMessage):
10045         (HandleButtonRelease):
10046         (HandleButtonPress):
10047         (__handle_bpress_on_root):
10048         (__handle_bpress_action):
10049         (__handle_click_to_raise):
10050         (__handle_click_to_focus):
10051         (__is_bpress_window_handled):
10052         (__handle_focus_raise_click):
10053         don't use "Event", "Fw" and old_execute_function() anymore
10055         * fvwm/events.c (dispatch_event):
10056         removed preserve_tmpwin argument; changed all callers
10058         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10059         fixed random focus member of faked event
10061         * fvwm/gnome.c (GNOME_ProcessClientMessage):
10062         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10063         (EWMH_ProcessPropertyNotify):
10064         * fvwm/move_resize.c (DisplaySize):
10065         (DisplayPosition):
10066         (position_geometry_window):
10067         * fvwm/geometry.c (get_window_borders):
10068         (get_window_borders_no_title):
10069         made args const
10071         * fvwm/events.c (dispatch_event):
10072         create event execution context
10073         (HandleClientMessage):
10074         removed useless local "button"
10075         (GetContext):
10076         don't fiddle with global Fw anymore; added argument to return context
10077         window; changed all callers
10079         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10080         * fvwm/move_resize.c (__resize_window):
10081         use new event handle interface
10083         * fvwm/events.c:
10084         * fvwm/eventhandler.h:
10085         new event handler interface
10087         * fvwm/functions.c (CMD_Plus):
10088         * fvwm/builtins.c (AddToDecor):
10089         (CMD_AddToDecor):
10090         (CMD_DestroyDecor):
10091         use F_CMD_ARGS in AddToDecor
10092         (CMD_StrokeFunc):
10093         removed useless check for realloc return value
10094         use new function interface
10095         fixed another memory leak
10097         * fvwm/builtins.c (__remove_window_decors):
10098         replace old_execute_function with execute_function
10100         * fvwm/add_window.c (setup_window_placement):
10101         * fvwm/placement.c (PlaceWindow):
10102         * fvwm/schedule.c (execute_obj_func):
10103         * fvwm/colorset.c (add_to_junk):
10104         use new function call interface
10106         * fvwm/fvwm.h (F_EXEC_ARGS):
10107         (F_PASS_EXEC_ARGS):
10108         removed now unused macros
10110         * fvwm/functions.c (CheckActionType):
10111         (cf_cleanup):
10112         (DeferExecution):
10113         (__execute_function):
10114         (__run_complex_function_items):
10115         (execute_complex_function):
10116         rewrote function call interface
10118         * fvwm/functions.c (__run_complex_function_items):
10119         new function split off from execute_complex_function
10121         * fvwm/externs.h:
10122         * fvwm/events.c:
10123         removed "Event" global
10125 2002-09-08  Dan Espen  <dane@mk.telcordia.com>
10127         * fvwm/fvwm.1.in: Language check.
10129 2002-09-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10131         * fvwm/functions.c (old_execute_function):
10132         removed
10134         * fvwm/module_interface.c (do_execute_module):
10135         don't write module argument anymore; code claimed that writing 0 into
10136         *Module prevented WaitForButtonsUp from being called, but that was
10137         either a lie or a relic of the past
10139         * fvwm/fvwm.h (exec_func_args_type):
10140         removed type
10141         (F_CMD_ARGS):
10142         (F_PASS_ARGS):
10143         removed *Module argument
10145         * fvwm/functions.c (__execute_function):
10146         new interface
10148         * fvwm/functions.h (enum):
10149         added more function execution falgs
10151         * fvwm/fvwm.h:
10152         add exec_context_t *exc to builtin arguments
10154         * libs/FEvent.c (fev_copy_last_event):
10155         new function
10157         * fvwm/execcontext.h:
10158         * fvwm/execcontext.c:
10159         new files introducing the "exec_context_t" structure that shall replace
10160         the builtin command interface
10162         * fvwm/stack.c (__RaiseOrLowerWindow):
10163         (RaiseOrLowerWindow):
10164         (__restack_window):
10165         (mark_transient_subtree):
10166         (__sort_transient_ring):
10167         properly handle restacking of windows with more than one transient and
10168         multiple levels of transients at the same time
10169         (__RaiseOrLowerWindow):
10170         (RaiseOrLowerWindow):
10171         renamed function and added wrapper
10173         * fvwm/fvwm.h (FvwmWindow):
10174         added new scratch registers
10176 2002-09-06  Mikhael Goikhman  <migo@homemail.com>
10178         * configure.in:
10179         * Makefile.am:
10180         minor improvements in the new release procedure
10182 2002-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10184         * fvwm/stack.c (RaiseOrLowerWindow):
10185         (__restack_window):
10186         (mark_transient_subtree):
10187         (must_move_transients):
10188         (is_on_top_of_layer_ignore_rom):
10189         handle restacking trees of transient windows; still does not work too
10190         well if a window has multiple transients at the same time
10192 2002-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10194         * fvwm/stack.h:
10195         * fvwm/stack.c:
10196         restored versions from before 9th of September
10197         (RaiseOrLowerWindow):
10198         fixed StackTransientParent style without RaiseTransient or
10199         LowerTransient on transient_for window
10200         StackTransientParent works only on window in the same layer
10201         (mark_transient_subtree):
10202         fixed handling of window group hint w/ iconify
10203         (restack_windows):
10204         (RaiseOrLowerWindow):
10205         (new_layer):
10206         fixed flickering when overlapping transients aree lowered
10208         * fvwm/move_resize.c (__resize_window):
10209         * fvwm/colorset.c (add_to_junk):
10210         cleaned up event handling
10212         * fvwm/move_resize.c (__resize_window):
10213         renamed function and changed callers
10215         * fvwm/fvwm.h (F_PASS_ARGS):
10216         (F_CMD_ARGS):
10217         removed eventp command argument
10219         * fvwm/events.c (DispatchEvent):
10220         (dispatch_event):
10221         renamed function, added event argument and changed all callers
10223         * libs/FEvent.c (fev_fake_event):
10224         * libs/FEvent.c (fev_get_evtype__remove_me):
10225         new functions
10227         * fvwm/menus.c (menuShortcuts):
10228         (is_double_click):
10229         (pop_menu_up):
10230         (pop_menu_up):
10231         (pop_menu_down):
10232         (pop_menu_down):
10233         (__mloop_init):
10234         (__mloop_get_event_timeout_loop):
10235         (__mloop_get_event):
10236         (__mloop_do_popup):
10237         (__mloop_do_popup):
10238         (do_menu):
10239         * fvwm/builtins.c (CMD_FakeClick):
10240         * fvwm/functions.c (CheckActionType):
10241         (CheckActionType):
10242         * fvwm/focus.c (__try_program_focus):
10243         (__try_program_focus):
10244         * fvwm/icccm2.c (SetupICCCM2):
10245         * fvwm/virtual.c (HandlePaging):
10246         * fvwm/module_interface.c (make_vpacket):
10247         (make_new_vpacket):
10248         * fvwm/schedule.c (squeue_get_next_ms):
10249         (squeue_get_next_ms):
10250         (CMD_Schedule):
10251         * fvwm/stack.c (BroadcastRestack):
10252         * fvwm/move_resize.c (resize_window):
10253         (moveLoop):
10254         * libs/FEvent.c (fev_get_evtime):
10255         removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10257         * fvwm/events.c (HandleEnterNotify):
10258         (DispatchEvent):
10259         (My_XNextEvent):
10260         (discard_events):
10261         (discard_window_events):
10262         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10263         (moveLoop):
10264         (resize_window):
10265         * fvwm/menus.c (__mloop_get_event):
10266         * fvwm/virtual.c (HandlePaging):
10267         (MoveViewport):
10268         * fvwm/functions.c (DeferExecution):
10269         (CheckActionType):
10270         * fvwm/misc.c (get_server_time):
10271         * fvwm/builtins.c (CMD_StrokeFunc):
10272         * fvwm/menus.c (pop_menu_up):
10273         (pop_menu_down):
10274         (__mloop_init):
10275         * libs/FEvent.c (fev_update_last_timestamp):
10276         removed StashEventTime function; handle this directly in FEvent.c
10278         * fvwm/module_interface.c (ExecuteModuleCommand):
10279         * fvwm/misc.c (Keyboard_shortcuts):
10280         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10281         * fvwm/events.c (handle_all_expose):
10282         (dispatch_event):
10283         (HandleEvents):
10284         (HandleKeyPress):
10285         don't use Event global anymore
10287         * fvwm/bindings.c (activate_binding):
10288         fixed key bindings on window corners
10290         * libs/fvwmlib.h (C_DECOR):
10291         context including all parts of the decorations
10293 2002-09-04  Mikhael Goikhman  <migo@homemail.com>
10295         * libs/FEvent.h:
10296         fixed compilation warning in #endif comment
10298         * fvwm/borders.c:
10299         removed debug fprintf
10301         * acconfig.h:
10302         * configure.in:
10303         * fvwm/fvwm.c:
10304         * fvwm/fvwm.1:
10305         another solution for reporting the cvs status
10307 2002-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10309         * configure.in (LIBOBJS):
10310         * acinclude.m4 (smr_SWITCH):
10311         fix for autoconf 2.53
10313         * fvwm/*.[ch]:
10314         removed unnecessary includes
10316         * fvwm/Makefile.am (fvwm_SOURCES):
10317         * fvwm/events.h:
10318         * fvwm/eventmasks.h:
10319         * fvwm/eventhandlers.h:
10320         new files split from events.h
10322         * fvwm/icccm2.c (HandleSelectionRequest):
10323         (HandleSelectionClear):
10324         * fvwm/colormaps.c (HandleColormapNotify):
10325         * fvwm/menus.c (menu_tear_off):
10326         * fvwm/move_resize.c (resize_window):
10327         * fvwm/events.c:
10328         * fvwm/events.h:
10329         new argument avh_args_t to the event handler functions; still unused
10330         moved all event handlers to events.c
10331         remove now unnecessary includes in some files
10333         * fvwm/icccm2.c (HandleSelectionRequest):
10334         re-indented file
10336         * **/*.c:
10337         use replacements for X event functions everywhere
10339 2002-09-03  Mikhael Goikhman  <migo@homemail.com>
10341         * fvwm/defaults.h:
10342         * fvwm/screen.h:
10343         * fvwm/borders.c (border_flags_to_button_state):
10344         (CMD_ButtonState):
10345         * fvwm/builtins.c (ReadTitleButton):
10346         * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10347         * fvwm/fvwm.c (InitVariables):
10348         Imlemented new title and button states InactiveUp and InactiveDown,
10349         new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10350         So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10351         Updated all ButtonStyle, TitleStyle and ButtonState commands.
10353         * fvwm/fvwm.c:
10354         reformat license info in -version to be 3 lines and one empty line
10355         instead of 5 non-empty lines, for readability
10357 2002-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10359         * libs/FEvent.c:
10360         * libs/FEvent.h:
10361         * libs/Makefile.am:
10362         new files
10364         * fvwm/stack.c (__raise_or_lower_recursion):
10365         (RaiseOrLowerWindow):
10366         split into two functions
10367         renamed to __raise_or_lower_window
10368         (mark_transient_subtree):
10369         new flag MARK_CLEAR
10370         (position_new_window_in_stack_ring):
10371         (RaiseWindow):
10372         (LowerWindow):
10373         cleaned up stacking code
10375         * fvwm/menus.c (paint_menu):
10376         fixed a minor drawing problem with menu item reliefs
10378 2002-09-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10380         * fvwm/move_resize.c (InteractiveMove):
10381         removed eventp from interface
10382         changed all callers
10384         * fvwm/menucmd.c (menu_func):
10385         * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10386         * fvwm/windowlist.c (CMD_WindowList):
10387         * fvwm/read.c (run_command_file):
10388         (run_command_stream):
10389         * fvwm/focus.c (warp_to_fvwm_window):
10390         * libs/Event.c (GetSubwindowFromEvent):
10391         * fvwm/events.c (GetContext):
10392         * libs/Pointer.c (GetLocationFromEventOrQuery):
10393         * fvwm/builtins.c (CMD_StrokeFunc):
10394         (CMD_StrokeFunc):
10395         * fvwm/events.c (StashEventTime):
10396         * fvwm/move_resize.c (InteractiveMove):
10397         * fvwm/functions.c (DeferExecution):
10398         (old_execute_function):
10399         * fvwm/fvwm.h (F_CMD_ARGS):
10400         (F_EXEC_ARGS):
10401         make eventp argument const to ease clean up work
10403         * fvwm/windowlist.c (CMD_WindowList):
10404         * fvwm/move_resize.c (InteractiveMove):
10405         * fvwm/menucmd.c (menu_func):
10406         * fvwm/icons.c (CMD_Iconify):
10407         always query pointer position in case a script modified the position
10408         in the input event
10410         * fvwm/focus.c (SetPointerEventPosition):
10411         removed function since it modifies the global event variable
10413         * fvwm/functable.c (func_table):
10414         added cursor and event type members fo DeferExecution call
10415         * fvwm/functions.c (DeferExecution):
10416         made static, call from inside functions.c only
10417         removed calls everywhere
10419         * fvwm/builtins.c (CMD_StrokeFunc):
10420         fixed memory leak
10422         * fvwm/virtual.c (HandlePaging):
10423         (MoveViewport):
10424         don't use global "Event" anymore
10425         (HandlePaging):
10426         pass in event structure through arguments
10427         changed all callers
10429 2002-09-02  olicha  <olivier.chapuis@free.fr>
10431         * libs/Colorset.c (*):
10432         * libs/Colorset.h:
10433         * libs/colorset.c (parse_colorset):
10434         * libs/PictureGraphics.c (PGrabXImage):
10435         (PCreateRenderPixmap):sx
10436         (PGraphicsCreateTransprency):
10437         * libs/PictureGraphics.h:
10438         An experimental implementation of ParentalRelative tinted background
10440         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10441         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10442         (PImageLoadPng):
10443         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10444         * libs/FRenderInit.c (FRenderInit):
10445         (FRenderGetAlphaDepth):
10446         * libs/FRenderInit.h:
10447         Fixed alpha blending for xserver without depth 8 pixmap
10448         (maybe a tmp fix)
10450         * fvwm/fvwm.1.in
10451         typo
10453 2002-09-01  olicha  <olivier.chapuis@free.fr>
10455         * NEWS:
10456         Colorset and alpha blending news
10458 2002-08-31  olicha  <olivier.chapuis@free.fr>
10460         * libs/Ficonv.c (convert_charsets):
10461         Fixed compilation on systems that do not have EILSEQ
10463 2002-08-30  olicha  <olivier.chapuis@free.fr>
10465         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10466         Fixed compilation of certain modules
10468         * fvwm/borders.c (border_render_into_pixmap):
10469         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10470         * libs/PictureGraphics.h:
10471         * libs/Graphics.c (CreateStretchPixmap):
10472         (CreateStretchYPixmap):
10473         (CreateStretchXPixmap):
10474         Progress with masks in multipixmap title
10476         * libs/PictureGraphics.c (PCopyArea):
10477         (PTileRectangle):
10478         (PCreateRenderPixmap):
10479         * fvwm/borders.c (border_fill_pixmap_background):
10480         Some drawing fixes
10482         * fvwm/icons.c (DrawIconWindow):
10483         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10484         Fixed the shape mask of ewmh icons and icons with some alpha
10486 2002-08-30  olicha  <olivier.chapuis@free.fr>
10488         * libs/PictureGraphics.c (PCreateRenderPixmap):
10489         (PGrabImageErrorHandler):
10490         (PGraphicsCopyPixmaps):
10491         (PGraphicsCopyFvwmPicture):
10492         (PGraphicsTileRectangle):
10493         (PGraphicsRenderPixmaps):
10494         (PGraphicsRenderPicture):
10495         * libs/PictureGraphics.h:
10496         * libs/PictureBase.h:
10497         Replaced PGraphicsTileRectangle with a more powerful function,
10498         PCreateRenderPixmap, which performs *full* XRender simulation.
10499         So alpha blending is now supported even without Xrender support.
10500         New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10501         for direct rendering with tint and alpha channel.
10503         * libs/FRender.c (FRenderVisualInit):
10504         (FRenderCopyArea):
10505         (FRenderTintRectangle):
10506         (FRenderRender):
10507         * libs/FRenderInterface.h:
10508         Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10509         and more powerfull function FRenderRender
10511         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10512         (PImageLoadPng):
10513         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10514         Load the alpha even without Xrender support
10516         * libs/Colorset.h:
10517         * fvwm/colorset.c (parse_pixmap_tint):
10518         (parse_colorset):
10519         (alloc_colorset):
10520         Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10521         or obsolete TintMask) also tints gradients and the tint is applied
10522         only to the pixmap not the bg color. The average bg is computed from
10523         the "original" pixmap and not the tinted one, bgTint should be used
10524         to get a real average bg in the case the pixmap is tinted
10526         * fvwm/icons.c (DrawIconWindow):
10527         (CreateIconWindow):
10528         * fvwm/menuitem.c (menuitem_paint):
10529         * fvwm/menus.c (paint_side_pic):
10530         * fvwm/borders.c (border_get_border_background):
10531         (border_draw_decor_to_pixmap):
10532         (border_fill_pixmap_background):
10533         * fvwm/events.c (HandlePropertyNotify):
10534         Picture rendering use the new PGraphicsRenderPixmaps and
10535         PGraphicsRenderPicture libs functions. Respect new colorset options
10537         * fvwm/colorset.c (parse_colorset):
10538         (alloc_colorset):
10539         (CMD_ReadWriteColors):
10540         * fvwm/fvwm.1.in:
10541         Removed the read write colorset codes
10543         * libs/Graphics.c (CalculateGradientDimensions):
10544         Fixed the size of dithered H and V gradients
10546         * libs/PictureUtils.c (*):
10547         * libs/PictureUtils.h:
10548         Some cleanup
10550 2002-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10552         * fvwm/menus.c (paint_menu_gradient_background):
10553         fixed drawing of SidePic menu background when not using SideColor
10555 2002-08-28  Hippo
10556         * FvwmIconBox/icons.c:
10557         Fixed core dump
10559 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10561         * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10563 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10565         * configure.in:
10566         fixed --disable-ewmh
10568         * libs/Picture.c:
10569         * libs/Picture.h:
10570         added const to some prototypes
10572 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10574         * fvwm/menus.c (MenuInteraction):
10575         (__menu_loop):
10576         renamed MenuInteraction to __menu_loop
10578         * fvwm/menus.c (pop_menu_up):
10579         (do_menu):
10580         (MenuInteraction):
10581         removed pdo_warp_to_title argument of pop_menu_up and changed all
10582         callers; logic is now in last_saved_position_hints
10583         (__menu_get_next_event_timeout_loop):
10584         began to split MenuInteraction into several sub functions
10585         go away, evil "goto"!
10587         * fvwm/style.c (style_parse_one_style_option):
10588         all boolean styles - and *only* boolean styles, can be prefixed with a
10589         '!' to invert their meaning
10590         (style_parse_button_style):
10591         moved Button and NoButton styles to separate function
10593         * configure.in:
10594         * NEWS:
10595         updated for 2.5.4-devel
10597         * configure.in:
10598         2.5.3 was released
10600         * configure.in:
10601         * NEWS:
10602         updated for 2.5.3
10604         * fvwm/menuitem.h (struct):
10605         * fvwm/menus.c (paint_menu_gradient_background):
10606         (paint_menu_pixmap_background):
10607         (paint_menu):
10608         (clear_expose_menu_area):
10609         fixed TiledPixmap menu background drawing bug
10610         sorted function in file and removed forward declarations
10612 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10614         * fvwm/Makefile.am (LDADD):
10615         put -lfvwm at front of library list
10617         * fvwm/windowlist.c (CMD_WindowList):
10618         print window's page instead of current page in windowlist
10620 2002-08-24  Bob Woodside  <dumbledore@woodsway.com>
10622         * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10623         Fix for Experimental RaiseOverUnmanaged Handling.
10625 2002-08-22  Bob Woodside  <dumbledore@woodsway.com>
10627         * fvwm/focus.h:
10628         * fvwm/stack.h:
10629         New defs for Experimental RaiseOverUnmanaged Handling.
10631         * fvwm/events.c (HandleEnterNotify):
10632         * fvwm/focus.c:
10633         (set_focus_to_fwin)
10634         (focus_query_grab_buttons)
10635         (_focus_grab_buttons)
10636         (focus_grab_buttons)
10637         (focus_grab_buttons_client_entered)
10638         (_SetFocusWindow)
10639         (__activate_window_by_command)
10640         (_ReturnFocusWindow)
10641         (_DeleteFocus)
10642         (_ForceDeleteFocus)
10643         * fvwm/stack.c:
10644         (raise_over_unmanaged)
10645         (is_above_unmanaged)
10646         (_is_on_top_of_layer)
10647         (is_on_top_of_layer)
10648         (is_on_top_of_layer_and_above_unmanaged)
10649         Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10650         interaction of RaiseOverUnmanaged with various focus policies,
10651         particularly mouse focus + client click raises; issue mouse
10652         button grabs when and only when they are actually needed; and
10653         fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10654         (Thanks to the GFPR, this is much more straightforward to do!)
10656 2002-08-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10658         * fvwm/fvwm.1.in:
10659         added a paragraph about scripting and complex functions.
10661         * fvwm/style.c (style_parse_one_style_option):
10662         fixed flag_mask and change_mask of TitleAt... styles that broke left
10663         and bottom titles
10665 2002-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10667         * fvwm/fvwm.1.in:
10668         describe new focus policy styles
10670 2002-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10672         * fvwm/style.c (merge_styles):
10673         fixed applying style updates immediately
10675         * fvwm/geometry.c (constrain_size):
10676         fixed font resizing of maximized windows
10678         * fvwm/window_flags.h:
10679         * fvwm/fvwm.h (has_new_wm_normal_hints):
10680         new window flags
10682         * fvwm/events.c (HandleEnterNotify):
10683         fixed UngrabNotify returning focus to just unfocused window
10684         * fvwm/focus.h:
10685         added debug code
10687         * fvwm/style.c (merge_styles):
10688         (free_style_mask):
10689         (__simplify_style_list):
10690         fixed default style calculations
10692         * fvwm/events.c (HandleConfigureRequest):
10693         disabled debug output
10695         * fvwm/style.c (merge_styles):
10696         * fvwm/fvwm.h (window_style):
10697         new style member default_mask to allow two levels of defaults;
10698         fixes focus policy defaults
10699         * fvwm/style.h:
10700         rewrote many of the macros; changed all callers
10702         * fvwm/borders.c (RenderIntoPixmap):
10703         (DrawMultiPixmapTitlebar):
10704         (border_render_into_pixmap):
10705         (border_draw_multi_pixmap_titlebar):
10706         applied Suzanne Skinner's multi pixmap titles fix
10707         renamed functions and changed all callers
10709         * libs/FScreen.c (FScreenGetScrRect):
10710         (FindScreen):
10711         (FScreenGetScrId):
10712         new utility functions
10714         * fvwm/windowlist.c (CMD_WindowList):
10715         new option MaxLabelWidth for the WIndowList command based on patch by
10716         Maxim F. Ischenko
10717         new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
10718         WindowList command.
10720         * fvwm/events.c (HandleConfigureRequest):
10721         removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
10722         seems to work without problems
10724 2002-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10726         * fvwm/style.c (merge_styles):
10727         fixed style defaults getting stuck to on once set
10729         * configure.in:
10730         fixed a number of non portable uses of the "test" command and unified
10731         the used syntax of all calls to reduce chance of copy-and-paste
10732         problems
10734 2002-08-17  Mikhael Goikhman  <migo@homemail.com>
10736         * configure.in:
10737         * fvwm/fvwm.1.in:
10738         minor typos and improvements;
10739         better string quotings and detection of fribidi for autoconf-2.53
10741         * fvwm/Makefile.am:
10742         don't include *.in in EXTRA_DIST, they are auto-included
10744 2002-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10746         * fvwm/events.c (HandleConfigureRequest):
10747         (HandlePropertyNotify):
10748         (is_resizing_event_pending):
10749         fixed uninitialised return code of test_resizing_event
10751 2002-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10753         * fvwm/decorations.c (SelectDecor):
10754         * fvwm/style.h:
10755         * fvwm/window_flags.h:
10756         * fvwm/fvwm.h:
10757         moved common.s.has_no_border window flag to common.has_no_border to
10758         fix windows getting stuck without a border once the HandleWidth or
10759         BorderWidth was set to 0 and then increased again
10761         * fvwm/fvwm.1.in:
10762         removed reference to BUGS and TODO
10764         * configure.in:
10765         moved a lot of constant definitions to configure.in; the fvwm.lsm and
10766         fvwm.1 files don't have to be updated for a release anymore; the release
10767         number and date are set by configure
10769         * fvwm/fvwm.c (setVersionInfo):
10770         fixed output of "fvwm -version"
10772 2002-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10774         * fvwm/style.c (style_parse_one_style_option):
10775         Old focus styles override less of the behaviour specified with the
10776         FP... styles; use defaults instead without setting the mask
10777         (style_parse_one_style_option):
10778         removed the styles MouseFocusClickIgnoreMotion and
10779         MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
10780         instead
10781         (style_parse_one_style_option):
10782         ClickToFocusRaises now works only on the client window, not on the
10783         decorations
10784         (style_parse_one_style_option):
10785         fixed FocusFollowsMouse style
10786         (style_set_old_focus_policy):
10787         moved old default focus settings to a separate function, simplified code
10789 2002-08-14  Dan Espen  <dane@mk.telcordia.com>
10791         * fvwm/fvwm.1: Add hot-spot is an offset information,
10792         fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
10793         the xpm docs).
10795 2002-08-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10797         * fvwm/style.c (style_parse_focus_policy_style):
10798         fixed parsing of FPFocusClickButtons and FocusClickModifiers
10800         * libs/Makefile.am:
10801         added missing files
10803         * fvwm/events.c (HandleConfigureRequest):
10804         fixed ConfigureRequest race condition
10806 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10808         * configure.in:
10809         quote environment variables
10811 2002-08-13  olicha  <olivier.chapuis@free.fr>
10813         * NEWS:
10814         Color limit and dithering news
10816         * fvwm/fvwm.1:
10817         Added a minimal doc for the -color-limit option
10819         * fvwm/builtins.c (CMD_ColorLimit):
10820         ColorLimit is obsolete
10822         * fvwm/builtins.c (ReadDecorFace):
10823         * libs/PictureUtils.c (my_dither_depth_15_16_init):
10824         (PictureAllocColorAllProp):
10825         Implemented dithering for depth 16 and 15. This is off by default
10826         in colorset (use the dither colorset option) and on by default
10827         for window title gradient. Gradient are visibly more smooth.
10829         * libs/PictureUtils.c (*):
10830         Some cleanup
10832 2002-08-13  Mikhael Goikhman  <migo@homemail.com>
10834         * fvwm/fvwm.1:
10835         corrected the pixmap cursor description, added an example
10837 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10839         * fvwm/menus.c (select_menu_item):
10840         (paint_menu_gradient_background):
10841         fixed a redrawing problem with H/Vgradient menu faces
10842         (MenuInteraction):
10843         fixed a minor problem w/ entering submenus via keyboard
10845 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10847         * fvwm/move_resize.c (CMD_ResizeMove):
10848         (CMD_Resize):
10849         (CMD_Maximize):
10850         (CMD_ResizeMaximize):
10851         (CMD_ResizeMoveMaximize):
10852         commands can be used on iconified windows again
10854         * ONEWS:
10855         * NEWS:
10856         moved pre-2.2 NEWS to ONEWS
10858         * libs/strdup.c:
10859         * libs/safemalloc.c:
10860         * libs/envvar.c:
10861         * libs/alloca.c:
10862         * libs/Target.c:
10863         * libs/Parse.c:
10864         * libs/Bindings.c:
10865         * fvwm/menustyle.c:
10866         * fvwm/menus.c:
10867         * fvwm/menuitem.c:
10868         * fvwm/menucmd.c:
10869         * fvwm/frame.c:
10870         * fvwm/events.c:
10871         * fvwm/borders.c:
10872         let config.h include strinh.h or strings.h
10874         * fvwm/style.c (style_parse_one_style_option):
10875         (style_parse_one_style_option):
10876         fixed icon box crash
10878         * fvwm/bindings.c (update_nr_buttons):
10879         fixed extra buttons on window decorations
10881         * fvwm/style.c (style_parse_one_style_option):
10882         fixed parsing of the FP... and !FP... styles
10884 2002-08-12  Bob Woodside  <dumbledore@woodsway.com>
10886         * fvwm/style.c (style_parse_one_style_option):
10887         Fixed a typo so that ClickToFocusRaisesOff actually turns
10888         the option off instead of on.
10890 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10892         * fvwm/focus.c (focus_grab_buttons):
10893         only grab necessary buttons on the client window
10895 2002-08-11  olicha  <olivier.chapuis@free.fr>
10897         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
10898         Removed some debug code
10900         * fvwm/fvwm.c (main):
10901         (usage):
10902         Added -color-limit to fvwm usage
10904 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10906         * fvwm/style.c (style_parse_one_style_option):
10907         (style_parse_focus_policy_style):
10908         added style options "FP..." to control focus policy
10909         removed OverrideGrabFocus and AllowGrabFocus styles
10911         * fvwm/style.c (merge_styles):
10912         fixed style defaults != 0
10914         * fvwm/focus.c (__restore_focus_after_unmap):
10915         fixed a bug w/ reverting the focus from transients to the parent
10917         * fvwm/ewmh.c (ewmh_HandleDesktop):
10918         * fvwm/style.c (style_parse_one_style_option):
10919         fixed defaults for various focus styles
10921         * NEWS:
10922         updated for 2.4.9
10924         * fvwm/frame.c (frame_mrs_resize_move_windows):
10925         backed out anti-flicker patch that slowed down command processing
10927         * fvwm/bindings.c (update_nr_buttons):
10928         (ParseBinding):
10929         fixed sluggish processing of mouse bindings
10931         * fvwm/events.c (__handle_bpress_action):
10932         fixed drawing of pressed decorations w/o bindings
10934         * fvwm/frame.c (frame_move_resize):
10935         removed debug code that broke focus handling
10937         * fvwm/style.c (style_parse_one_style_option):
10938         fixed passing the focus click to the app by default
10940         * fvwm/events.c (__handle_click_to_focus):
10941         * fvwm/focus.c (set_focus_to_fwin):
10942         (__set_focus_to_fwin):
10943         removed drawing code that broke as many places as it fixed; plus it
10944         cause unnecessary redraws
10946         * fvwm/events.c (HandleConfigureRequest):
10947         send a synthetical ConfigureNotify if an application is not granted its
10948         wishes from a ConfigureRequest; this is necessary for FixedPPosition
10949         and FixedPSize to work properly; also to be ICCCM compliant
10950         always force border_width 0 in these events
10951         in the experimental cr merging code, send a number of cn events equal
10952         to the number of merged events
10954         * libs/Parse.c:
10955         * fvwm/style.c:
10956         reformatted
10958         * fvwm/style.c (style_parse_focus_policy_style):
10959         (style_parse_icon_size_style):
10960         (style_parse_icon_box_style):
10961         (style_parse_icon_grid_style):
10962         (style_parse_icon_fill_style):
10963         (style_parse_one_style_option):
10964         (parse_and_set_window_style):
10965         split into separate functions
10966         (style_parse_one_style_option):
10967         simplified and cleaned up
10969         * fvwm/events.h:
10970         * fvwm/decorations.c:
10971         * fvwm/cursor.h:
10972         * fvwm/cursor.c:
10973         * fvwm/conditional.h:
10974         * fvwm/conditional.c:
10975         * fvwm/colorset.h:
10976         * fvwm/colors.h:
10977         * fvwm/colors.c:
10978         * fvwm/colormaps.c:
10979         * fvwm/bindings.h:
10980         * fvwm/bindings.c:
10981         reformatted and cleaned up
10983 2002-08-11  olicha  <olivier.chapuis@free.fr>
10985         * libs/PictureUtils.c (*):
10986         * libs/PictureUtils.h:
10987         * libs/PictureDitherMatrice.h (new file):
10988         * libs/PictureImageLoader.c (*):
10989         * libs/PictureImageLoader.h:
10990         * libs/PictureGraphics.c  (PGraphicsCreateDitherPixmap):
10991         (PCreateDitherPixmap):
10992         (PCreateTintedPixmap):
10993         * libs/PictureGraphics.h:
10994         * libs/PictureBase.c (PictureInitCMap):
10995         * libs/PictureBase.h:
10996         * libs/Picture.c (*):
10997         * libs/Picture.h:
10998         * libs/Fxpm.h:
10999         * libs/Colorset.c (DumpColorset):
11000         (LoadColorset):
11001         * libs/Colorset.h:
11002         * libs/Graphics.c (all gradient functions):
11003         * libs/fvwmlib.h:
11004         * fvwm/screen.h:
11005         * fvwm/move_resize.c (CMD_XorPixmap):
11006         * fvwm/colors.c (FreeColors):
11007         * fvwm/builtins.c (CMD_DefaultColors):
11008         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11009         * fvwm/builtins.c (FreeDecorFace):
11010         (ReadDecorFace):
11011         * fvwm/menus.c (pop_menu_down):
11012         (paint_menu_gradient_background):
11013         (scanForPixmap):
11014         * fvwm/menus.h:
11015         * fvwm/menustyle.c (menustyle_free_face):
11016         (menustyle_parse_face):
11017         (menustyle_free):
11018         (menustyle_update):
11019         (menustyle_parse_style):
11020         (CMD_CopyMenuStyle):
11021         * fvwm/menustyle.h:
11022         * fvwm/icons.c (GetIconFromFile):
11023         * fvwm/builtins.c (ReadMultiPixmapDecor):
11024         (ReadDecorFace):
11025         * fvwm/borders.c (border_draw_decor_to_pixmap):
11026         * fvwm/add_window.c (setup_mini_icon):
11027         * fvwm/fvwm.c (main):
11028         * fvwm/colorset.c (free_colorset_background):
11029         (parse_pixmap):
11030         (parse_shape):
11031         (parse_colorset):
11032         New color limit method and implement dithering in depth <= 8.
11033         Added a "fvwm picture attributes" structure for loading image.
11034         Some colors leaks fix. Add some (weak) color leaks. New option
11035         -color-limit for fvwm. 257 fix. Some prepartion for tint and
11036         alpha in colorset.
11038 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11040         * libs/Flocale.c (FlocaleRotateDrawString):
11041         fixed a crash
11043 2002-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11045         * fvwm/style.c (parse_and_set_window_style):
11046         fixed the default for passing the click-to-raise click for mousey
11047         focus
11049         * fvwm/events.c (__handle_click_to_focus):
11050         removed redundant code
11051         (WaitForButtonsUp):
11052         fixed sluggish motion event handling when waiting for buttons to be
11053         released
11055         * fvwm/focus.c (__set_focus_to_fwin):
11056         (set_focus_to_fwin):
11057         fixed redrawing the border w/ mousey focus when the window was entered,
11058         then the border was clicked before the FocusIn event arrived
11060         * fvwm/events.c (__handle_bpress_on_managed):
11061         * fvwm/style.c (parse_and_set_window_style):
11062         fixed some small focus problems
11064         * fvwm/fvwm.c:
11065         reformatted and cleaned up
11067         * fvwm/fvwm.1:
11068         formatting fixes
11070         * fvwm/focus.c (focus_query_click_to_raise):
11071         (focus_query_click_to_focus):
11072         * fvwm/style.c (parse_and_set_window_style):
11073         * fvwm/events.c (__test_for_motion):
11074         (__check_click_to_focus_or_raise):
11075         (__handle_focus_raise_click):
11076         (__is_bpress_window_handled):
11077         (__handle_click_to_focus):
11078         (__handle_click_to_raise):
11079         (__handle_bpress_stroke):
11080         (__handle_bpress_action):
11081         (__handle_bpress_on_root):
11082         (__handle_bpress_on_unmanaged):
11083         (__handle_bpress_on_managed):
11084         (HandleButtonPress):
11085         GFPR: completely rewrote ButtonPress handler, thus finishing the core
11086         of the new focus code; only the parsing for the new styles is missing
11088         * fvwm/virtual.c (is_pan_frame):
11089         new function
11091 2002-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11093         * fvwm/add_window.c (AddWindow):
11094         fixed compile error
11096         * fvwm/events.c (__handle_focus_raise_click):
11097         (HandleButtonPress):
11098         clean up
11100         * fvwm/events.c (__handle_focus_raise_click):
11101         * fvwm/fvwm.h (struct):
11102         * fvwm/style.c (check_window_style_change):
11103         (parse_and_set_window_style):
11104         * fvwm/session.c (MatchWinToSM):
11105         * fvwm/window_flags.h:
11106         eliminated parts of the old focus code
11108         * fvwm/focus.c (__set_focus_to_fwin):
11109         (set_focus_to_fwin):
11110         * fvwm/fvwm.c (InitVariables):
11111         * fvwm/add_window.c (destroy_window):
11112         * fvwm/events.c (__handle_focus_raise_click):
11113         * fvwm/screen.h (ScreenInfo):
11114         eliminated Scr.Ungrabbed global
11116         * fvwm/update.c (apply_window_updates):
11117         (flush_window_updates):
11118         * fvwm/icons.c (DeIconify):
11119         (Iconify):
11120         * fvwm/move_resize.c (CMD_Maximize):
11121         (__move_window):
11122         (handle_stick):
11123         * fvwm/frame.c (frame_free_move_resize_args):
11124         (__frame_setup_window):
11125         * fvwm/virtual.c (do_move_window_to_desk):
11126         (CMD_GotoDeskAndPage):
11127         (goto_desk):
11128         (MoveViewport):
11129         * fvwm/stack.c (LowerWindow):
11130         * fvwm/events.c (HandleMapNotify):
11131         (HandleVisibilityNotify):
11132         (DispatchEvent):
11133         (HandleFocusIn):
11134         (__handle_focus_raise_click):
11135         (HandleEnterNotify):
11136         (HandleMapRequestKeepRaised):
11137         * fvwm/add_window.c (setup_key_and_button_grabs):
11138         (setup_focus_policy):
11139         (destroy_window):
11140         * fvwm/focus.c (__try_other_screen_focus):
11141         (__set_focus_to_fwin):
11142         (set_focus_to_fwin):
11143         (focus_grab_buttons_on_pointer_window):
11144         (focus_grab_buttons_on_layer):
11145         (focus_grab_buttons_new):
11146         cleaned up focus grab handling.
11148         * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11149         clean up
11151 2002-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11153         * fvwm/add_window.c (setup_window_structure):
11154         (AddWindow):
11155         discarded unused return code
11157         * fvwm/focus.c (focus_grab_buttons):
11158         split into two fucntions and fixed a bug with ungrabbing buttons
11160         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11161         * fvwm/style.c (parse_and_set_window_style):
11162         * fvwm/icons.c (DeIconify):
11163         (DeIconify):
11164         * fvwm/events.c (HandleButtonPress):
11165         (HandleEnterNotify):
11166         (HandleLeaveNotify):
11167         (HandleMapNotify):
11168         (HandleMapRequestKeepRaised):
11169         * fvwm/add_window.c (CaptureAllWindows):
11170         * fvwm/virtual.c (UnmapDesk):
11171         (MapDesk):
11172         (do_move_window_to_desk):
11173         * fvwm/update.c (flush_window_updates):
11174         * fvwm/focus.c (set_focus_model):
11175         (DeleteFocus):
11176         (__restore_focus_after_unmap):
11177         much more GFPR work; these patches may break lots of things
11179         * fvwm/focus.c (set_focus_to_fwin):
11180         (__activate_window_by_command):
11181         (SetFocusWindow):
11182         (ReturnFocusWindow):
11183         (DeleteFocus):
11184         (ForceDeleteFocus):
11185         renamed MoveFocus to set_focus_to_fwin
11187 2002-08-07  Mikhael Goikhman  <migo@homemail.com>
11189         * libs/Fft.c (FftDrawString):
11190         removed redudant and buggy code that called DrawStringFunc before
11191         this pointer gets initialized
11193         * fvwm/focus.c (focus_query_click_to_raise):
11194         fixed possibly-uninitialized variable warning
11196         * fvwm/Makefile.am:
11197         specify stroke includes before Xft includes, may improve some cases
11199 2002-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11201         * configure.in:
11202         fixed sys/time.h detection
11204         * fvwm/events.c (HandleMappingNotify):
11205         * libs/Bindings.c (AddBinding):
11206         added MappingNotify event handler
11208         * fvwm/events.c (HandleMapRequest):
11209         removed debug code
11211         * fvwm/events.c (InitEventHandlerJumpTable):
11212         another attempt at handling "unknown" modifiers in key bindings
11214 2002-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11216         * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11217         * fvwm/add_window.c (destroy_window):
11218         * fvwm/focus.c (focus_grab_buttons):
11219         fixed core dump
11221 2002-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11223         * fvwm/focus.c (focus_force_refresh_focus):
11224         * fvwm/events.c (HandleEnterNotify):
11225         (HandlePropertyNotify):
11226         (HandleButtonPress):
11227         * fvwm/icons.c (DeIconify):
11228         * fvwm/virtual.c (MapDesk):
11229         * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11230         * fvwm/update.c (apply_window_updates):
11231         * fvwm/module_interface.c:
11232         * fvwm/conditional.c (MatchesConditionMask):
11233         more GFPR work
11235         * fvwm/icons.c (Iconify):
11236         removed "#if 0"ed code
11238         * fvwm/module_interface.c:
11239         disabled the old ConfigureWindow module interface
11241         * vms/vms.c:
11242         * libs/fvwmsignal.h:
11243         * libs/Picture.c:
11244         * fvwm/ewmh_intern.h:
11245         * fvwm/events.c:
11246         * fvwm/module_interface.c:
11247         * fvwm/misc.c:
11248         use ftime.h
11250         * libs/ftime.h:
11251         new file to encapsulate time.h and sys/time.h inclusion
11253         * fvwm/stack.c:
11254         re-indented
11255         (mark_transient_subtree):
11256         (__mark_group_member):
11257         cleaned up and split into two functions
11259         * fvwm/focus.c (CMD_Focus):
11260         (CMD_FlipFocus):
11261         * fvwm/icons.c (DeIconify):
11262         clean up
11263         (FocusOn)
11264         (__activate_window_by_command):
11265         renamed function
11267         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11268         * fvwm/focus_policy.h (fpol_set_focus_by_t):
11269         * fvwm/style.c (parse_and_set_window_style):
11270         (parse_and_set_window_style):
11271         began implementing new focus control styles
11273         * fvwm/focus.c (DoSetFocus):
11274         (__restore_focus_after_unmap):
11275         (MoveFocus):
11276         (refresh_focus):
11277         more GFPR work
11278         (DoSetFocus):
11279         (__set_focus_to_fwin):
11280         function renamed
11282         * fvwm/conditional.c (MatchesConditionMask):
11283         * fvwm/focus.c (focus_query_open_grab_focus):
11284         (focus_query_close_restore_focus):
11285         (focus_does_accept_input_focus):
11286         (MoveFocus):
11287         * fvwm/events.c (HandleUnmapNotify):
11288         (HandleEnterNotify):
11289         (HandleMapNotify):
11290         (HandleMapRequestKeepRaised):
11291         renamed some functions
11293         * libs/defaults.h:
11294         * fvwm/focus_policy.c:
11295         * fvwm/focus_policy.h:
11296         prepared some future focus policy flags
11298         * configure.in:
11299         enable error message when png or xpm test compilation fails
11301         * fvwm/style.h:
11302         * fvwm/window_flags.h:
11303         * fvwm/ewmh.c (ewmh_HandleDesktop):
11304         * fvwm/style.c (parse_and_set_window_style):
11305         (check_window_style_change):
11306         * fvwm/events.c (HandleButtonPress):
11307         (HandleVisibilityNotify):
11308         began GFPR migration of *raises* focus policy flags
11310         * fvwm/focus.c (focus_is_focusd):
11311         new function
11313         * libs/Bindings.c (AddBinding):
11314         fixed handling of "unknown" modifiers in key bindings
11316         * fvwm/focus.c (focus_grab_buttons):
11317         (focus_query_grab_buttons):
11318         moved focus policy code into separate function
11320 2002-08-02  Mikhael Goikhman  <migo@homemail.com>
11322         * Makefile.am:
11323         DESTDIR fix
11325 2002-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11327         * fvwm/style.c (parse_and_set_window_style):
11328         * fvwm/focus.c (focus_query_grab_focus):
11329         * fvwm/events.c (HandleMapNotify):
11330         (HandlePropertyNotify):
11331         * fvwm/focus_policy.c (fpol_init_default_fp):
11332         * libs/defaults.h:
11333         new styles OverrideGrabFocus and AllowGrabFocus
11334         cleaned up focus grabbing code and moved to focus.c
11336 2002-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11338         * fvwm/focus.c (CMD_WarpToWindow):
11339         fixed negative arguments for unmanaged windows
11341         * fvwm/conditional.c (CMD_Direction):
11342         use PeekToken instead of GetNextToken
11343         cleaned up
11344         new direction "center"
11346 2002-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11348         * fvwm/events.c (addkbsubinstoarray):
11349         disabled experimental pointer warping code
11351         * fvwm/menus.c:
11352         removed menu crash debug code
11354 2002-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11356         * fvwm/menus.c:
11357         added tons of crash debug code
11359         * fvwm/add_window.c:
11360         made a lot of internal functions static
11362         * fvwm/add_window.c (setup_button_windows):
11363         (destroy_title_window):
11364         (destroy_button_windows):
11365         (destroy_resize_handle_windows):
11366         (destroy_auxiliary_windows):
11367         (destroy_icon):
11368         (destroy_window):
11369         * fvwm/icons.c (CreateIconWindow):
11370         safety patches w/ XDeleteContext
11372         * fvwm/menus.c (DestroyMenu):
11373         fixed a crash w/ accessing already deleted menus
11375 2002-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11377         * fvwm/menus.c (get_menu_options):
11378         fixed menu context rectangle "icon" if the icon was not just a pixmap
11380 2002-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11382         * fvwm/events.c (HandleMapNotify):
11383         (HandleMapRequestKeepRaised):
11384         (HandleUnmapNotify):
11385         * fvwm/ewmh_events.c (ewmh_WMStateModal):
11386         * fvwm/ewmh.c (ewmh_HandleDesktop):
11387         * fvwm/style.c (parse_and_set_window_style):
11388         removed old do_grab_focus_when_created and *_when_transient_* flags
11390 2002-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11392         * fvwm/conditional.c (MatchesConditionMask):
11393         * fvwm/focus.c (DoSetFocus):
11394         * fvwm/session.c (MatchWinToSM):
11395         * fvwm/module_interface.c (SETOLDFLAGS):
11396         removed old is_lenient flag
11398         * fvwm/bindings.c:
11399         * fvwm/style.c (__simplify_style_list):
11400         (simplify_style_list):
11401         reformatted
11403         * fvwm/window_flags.h:
11404         * fvwm/style.h:
11405         access macros for focus policy flags structures
11406         reformatted
11408         * fvwm/focus_policy.c:
11409         * fvwm/focus_policy.h:
11410         new files, begin great focus policy rewrite aka GFPR
11412 2002-07-22  Bob Woodside  <dumbledore@woodsway.com>
11414         * fvwm/placement.c (PlaceWindow):
11415         Fixed interaction between CascadePlacement and StartsOnPage
11417 2002-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11419         * libs/fvwmsignal.c (fvwmSelect):
11420         call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11421         modules
11423 2002-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11425         * fvwm/add_window.c (CaptureOneWindow):
11426         fixed a core dump w/ windows being destroyed during a recapture
11427         (AddWindow):
11428         removed duplicate check if new windows still exist
11430         * fvwm/placement.c (CMD_PlaceAgain):
11431         * fvwm/move_resize.c (move_window_doit):
11432         (__move_icon):
11433         * fvwm/virtual.c (MapDesk):
11434         (MoveViewport):
11435         (do_move_window_to_desk):
11436         * fvwm/icons.c (AutoPlaceIcon):
11437         (ChangeIconPixmap):
11438         (Iconify):
11439         some cleanup in movement code
11440         new option "Icon" to PlaceAgain command
11441         adapted documentation accordingly
11443         * fvwm/move_resize.c (move_window_doit):
11444         (__move_window):
11445         renamed function
11447 2002-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11449         * libs/Flocale.c (FlocaleRotateDrawString):
11450         create gcs only once
11452         * fvwm/fvwm.1:
11453         removed some references to Recapture
11454         UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11455         ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11457         * libs/gravity.c (gravity_parse_multi_dir_argument):
11458         fixed "all" multidir selecting "center" too
11460         * libs/Fft.c (FftDrawString):
11461         * libs/Flocale.c (FlocaleRotateDrawString):
11462         (FlocaleFontStructDrawString):
11463         (FlocaleDrawString):
11464         fixed some text placement bugs w/ shadow text
11465         (FlocaleGetShadowTextPosition):
11466         implemented "center" shadows
11468 2002-07-20  olicha  <olivier.chapuis@free.fr>
11470         * libs/Flocale.c (FlocaleRotateDrawString):
11471         Removed some static declarations
11473 2002-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11475         * libs/gravity.c (gravity_multi_dir_to_dir):
11476         * libs/gravity.h (enum):
11477         new function, cleaned up
11478         (enum):
11479         * fvwm/fvwm.h (FvwmWindow):
11480         * libs/Fft.c:
11481         * fvwm/geometry.c:
11482         * fvwm/borders.c:
11483         moved text_rotation_type to gravity.h and renamed to rotation_type
11485         * libs/Flocale.h:
11486         fixed several bugs in the access macros
11488         * libs/Flocale.c:
11489         removed unused static FlocaleSeted
11490         (FlocaleFontStructDrawString):
11491         simplified function
11493         * fvwm/virtual.c (CMD_EdgeCommand):
11494         * fvwm/windowshade.c (CMD_WindowShade):
11495         * fvwm/conditional.c (CMD_Direction):
11496         adapted to changes in ParseDirectionArgument
11498         * libs/gravity.h:
11499         * libs/gravity.c (ParseDirectionArgument):
11500         new direction "Center"
11502         * fvwm/virtual.c (CMD_EdgeCommand):
11503         reformatted
11505 2002-07-18  olicha  <olivier.chapuis@free.fr>
11507         * libs/PictureUtils.c (PictureRGBtoPixel):
11508         (decompose_mask):
11509         Fixed(??) color allocation for some visuals
11511 2002-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11513         * libs/Flocale.c (FlocaleFontStructDrawString):
11514         a little code cleanup
11516         * fvwm/events.c (HandleEnterNotify):
11517         removed debug code
11518         anothe click+drag fix
11520         * libs/Pointer.c (GetLocationFromEventOrQuery):
11521         * fvwm/focus.c (SetPointerEventPosition):
11522         * fvwm/functions.c (CheckActionType):
11523         * fvwm/builtins.c (CMD_StrokeFunc):
11524         * fvwm/move_resize.c (moveLoop):
11525         (resize_window):
11526         fixed some bugs w/ pointer on wrong screen
11528 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11530         * fvwm/events.c (HandleLeaveNotify):
11531         fixed problem w/ click+drag and mousey focus
11533         * fvwm/menus.c (size_menu_horizontally):
11534         fixed menu style SubmenusLeft w/ icons in menu items
11536 2002-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11538         * fvwm/menuitem.c (menuitem_paint):
11539         * fvwm/menus.h:
11540         * fvwm/menus.c (paint_menu_gradient_background):
11541         (get_menu_paint_item_parameters):
11542         removed circular dependency of menus.c and menuitem.c by using callback
11543         functions
11545 2002-07-17  olicha  <olivier.chapuis@free.fr>
11547         * fvwm/menuitem.c:
11548         A -Wall fix
11550         * fvwm/fvwm.c (InitVariables):
11551         (main):
11552         * fvwm/colorset.c (parse_colorset):
11553         (alloc_colorset):
11554         (CMD_ReadWriteColors):
11555         * fvwm/builtins.c (CMD_ColorLimit):
11556         * libs/PictureUtils.h:
11557         * libs/PictureUtils.c (PictureReduceColor):
11558         (PictureReduceRGBColor):
11559         (PictureRGBtoPixel):
11560         (PictureAllocColor):
11561         (PictureFreeColors):
11562         (PictureGetNextColor):
11563         (colors_alloc_fail):
11564         (my_alloc_color):
11565         (AllocColors*):
11566         (AllocColorTable):
11567         (PictureAllocColorTable):
11568         * libs/PictureImageLoader.c (PImageXpmAllocColor):
11569         (PImageXpmFreeColor):
11570         (PImageLoadXpm):
11571         * libs/PictureBase.c (PictureInitCMap):
11572         * libs/Graphics.c (AllocLinearGradient):
11573         * libs/ColorUtils.c (GetShadow):
11574         (GetHilite):
11575         (GetForeShadow):
11576         (GetTintedPixel):
11577         (GetSimpleColor):
11578         (GetColor):
11579         (fvwmlib_clone_color):
11580         * libs/PictureGraphics.c (PGraphicsTintRectangle):
11581         Implemented a new color limit method
11583 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11585         * fvwm/move_resize.c (moveLoop):
11586         fixed problem moving the pointer off screen while moving a window
11587         (AnimatedMoveAnyWindow):
11588         fixed pointer warping w/ multiple screens and animated window motion
11590 2002-07-12  olicha  <olivier.chapuis@free.fr>
11592         * fvwm/menus.c (get_menu_paint_item_parameters):
11593         (paint_menu_gradient_background):
11594         * fvwm/menuitem.c (menuitem_paint):
11595         * fvwm/menuitem.h:
11596         * fvwm/menus.h:
11597         Fixed B/DGradient with Xft fonts
11599         * libs/Colorset.h:
11600         * libs/ColorUtils.c (GetTintedColor):
11601         (GetTintedPixel):
11602         * fvwm/colorset.c (parse_simple_tint):
11603         (parse_colorset):
11604         (alloc_colorset):
11605         Implemented fgTint colorset option
11607         * libs/PictureImageLoader.c:
11608         * libs/PictureUtils.c:
11609         * libs/PictureUtils.h:
11610         * libs/Makefile.am:
11611         Moved color limitation and some rgb to pixel functions from
11612         PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11614         * fvwm/colorset.c (parse_colorset):
11615         * libs/PictureGraphics.c (PCreateTintedPixmap):
11616         (PGraphicsTintRectangle):
11617         Implemented tinting for X server without Xrender support and
11618         did color limitation when tinting
11621 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11623         * fvwm/events.c (WaitForButtonsUp):
11624         fixed handling of button release events
11626 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11628         * fvwm/menus.c (MenuInteraction):
11629         fixed core dump w/ dynamic popdown action destroying a menu
11630         (paint_menu_gradient_background):
11631         fixed hang and/or incorrect drawing of b and d gradients in menus
11633         * fvwm/events.c (HandleEnterNotify):
11634         (HandleLeaveNotify):
11635         improved LEAVE_WINDOW/ENTER_WINDOW handling
11637 2002-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11639         * libs/Colorset.c (SetWindowBackground):
11640         (SetWindowBackgroundWithOffset):
11641         (ScrollPixmap):
11642         implemented new functions to allow pixmap backgrounds with an offset
11644 2002-07-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11646         * fvwm/events.c (HandleMapRequestKeepRaised):
11647         send Map/UnmapNotify before iconyfying, not after
11649 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11651         * fvwm/events.c (HandleMapRequestKeepRaised):
11652         fake a MapNotify and then an UnmapNotify when a window is created iconic
11654         * fvwm/add_window.c (AddWindow):
11655         workaround for buggy TK menu positioning
11657         * fvwm/module_interface.c (FlushMessageQueue):
11658         (PositiveWrite):
11659         (get_pipe_name):
11660         tried to fix module communication deadlock w/ sync mask and a full write
11661         pipe
11663         * libs/Strings.c:
11664         re-indented file
11666         * libs/defaults.h:
11667 2002-07-06  olicha  <olivier.chapuis@free.fr>
11669         * libs/Flocale.c (FlocaleGetFontSet):
11670         Removed some unwanted code
11672 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11674         * fvwm/events.c (HandleLeaveNotify):
11675         (HandleEnterNotify):
11676         reduced the number of MX_LEAVE/ENTER_WINDOW messages
11678         * fvwm/events.c (CMD_XSync):
11679         very experimental patch to cycle through subwindows accepting keyboard
11680         input; call Xsync command repeatedly to test; crashes fvwm if more than
11681         1000 subwindows are used;
11683         * fvwm/focus.c (CMD_WarpToWindow):
11684         fixed a bug in warpttowindow command with subwindows of unmanaged
11685         windows
11687 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11689         * fvwm/events.c (HandlePropertyNotify):
11690         * fvwm/events.h:
11691         handle changes in the size_inc and base_size hints during opaque
11692         resizing.
11694         * fvwm/events.c (HandleButtonPress):
11695         ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
11696         until the button is released again; this restores the old behaviour
11697         from 2.3.23 and before with click+drag and rxvt/aterm
11699 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11701         * fvwm/update.c (apply_window_updates):
11702         fixed applying neverfocus to currently focused window; decorations
11703         partially drawn hilighted
11705 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11707         * fvwm/menucmd.c (menu_func):
11708         another module/menu/context window fix
11709         do not use global Fw anymore
11711 2002-07-05  olicha  <olivier.chapuis@free.fr>
11713         * libs/Flocale.c (FlocaleStringToString2b):
11714         Fixed crash with big5-0 FontStruct
11716 2002-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11718         * fvwm/menucmd.c (menu_func):
11719         fixed context window of menus invoked by a module
11720         (menu_func):
11721         fixed context menus on windows
11723         * libs/vpacket.h (ConfigWinPacket):
11724         * fvwm/module_interface.c (CONFIGARGSNEW):
11725         * fvwm/fvwm.h (FvwmWindow):
11726         fixed bugs in type conversions for transmitting certain information to
11727         modules
11729         * fvwm/functions.c (CheckActionType):
11730         fixed window selection problem w/ menus invoked from modules
11732 2002-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11734         * fvwm/gnome.c (GNOME_HandlePropRequest):
11735         -Wall fixes
11737         * fvwm/module_interface.c (ExecuteCommandQueue):
11738         fixed compile bug w/ --enable-debug-msgs
11740 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11742         * fvwm/events.c (HandleButtonPress):
11743         (HandleKeyPress):
11744         * fvwm/menus.c (MenuInteraction):
11745         (do_menu):
11746         * fvwm/windowlist.c (CMD_WindowList):
11747         * fvwm/menucmd.c (menu_func):
11748         * fvwm/module_interface.c (ExecuteModuleCommand):
11749         * fvwm/add_window.c (adjust_fvwm_internal_windows):
11750         go away, evil globals! [removed the useless global variable
11751         "ButtonWindow"]
11753         * fvwm/events.c (HandleUnmapNotify):
11754         (HandleMapNotify):
11755         * fvwm/icons.c (Iconify):
11756         * fvwm/window_flags.h (IS_ICONIFY_PENDING):
11757         * fvwm/fvwm.h (struct):
11758         renamed is_deiconify_pending to is_iconify_pending
11759         some re-indenting
11761 2002-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11763         * fvwm/menus.c (MenuInteraction):
11764         (pop_menu_down):
11765         (menu_enter_tear_off_menu):
11766         (do_menu):
11767         * fvwm/events.c (HandleButtonPress):
11768         (HandleButtonRelease):
11769         (HandleKeyPress):
11770         (GetContext):
11771         * fvwm/menucmd.c (menu_func):
11772         (menu_func):
11773         * fvwm/module_interface.c (ExecuteModuleCommand):
11774         go away, evil globals! [removed the useless global variable "Context"]
11775         removed is_menu_from_frame_or_window_or_titlebar flag
11777         * fvwm/module_interface.c:
11778         * fvwm/windowlist.c:
11779         re-indented files
11781 2002-06-28  Mikhael Goikhman  <migo@homemail.com>
11783         * fvwm/menuitem.c (menuitem_paint):
11784         fixed fg color of the inactive disabled menu item
11786         * NEWS:
11787         old typo
11788         * fvwm/fvwm.1:
11789         removed a mention of RedHat (I don't think it is correct),
11790         reworded a mention of fvwm95
11792 2002-06-26  Mikhael Goikhman  <migo@homemail.com>
11794         * **/*.c:
11795         tabify only the leading spaces, untabify the middle of line
11797 2002-06-25  David Fries  <dfries@mail.win.org>
11799         * fvwm/fvwm.1:
11800         * fvwm/windowlist.c:
11801         Added code to sort based on the class name of a window for
11802         the WindowList function.
11804 2002-06-25  olicha  <olivier.chapuis@free.fr>
11806         * acinclude.m4:
11807         A minor fix
11809 2002-06-25  Mikhael Goikhman  <migo@homemail.com>
11811         * AUTHORS:
11812         add Anders Andersson (spelling fixes in all man pages) and Steve Talley
11814 2002-06-24  Steve Talley  <stephen.talley@sun.com>
11816         * fvwm/add_window.c:
11817         * fvwm/add_window.h:
11818         * fvwm/fvwm.1:
11819         * fvwm/fvwm.h:
11820         * fvwm/icons.c:
11821         * fvwm/icons.h:
11822         * fvwm/style.c:
11823         * fvwm/style.h:
11824         * libs/defaults.h:
11825         New Style option IconSize
11827 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
11829         * NEWS, configure.in:
11830         changed version to 2.5.3
11832 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
11834         * INSTALL.fvwm:
11835         removed C++ section
11837         * fvwm/fvwm.1:
11838         * libs/FlocaleCharset.c:
11839         small fixes
11841 2002-06-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11843         * fvwm/events.c (WaitForButtonsUp):
11844         use the wait cursot only after the 20th pass through the loop
11846 2002-06-21  Dan Espen  <dane@mk.telcordia.com>
11848         * fvwm/fvwm.1 (Examples): Language check.
11849         PipeRead as synchronous Exec.
11850         Better example for PipeRead.
11852 2002-06-21  olicha  <olivier.chapuis@free.fr>
11854         * fvwm/fvwm.1:
11855         * NEWS:
11856         Documented StringEncoding= in font name
11858         * INSTALL.fvwm
11859         Removed --disable-compound-text doc
11861 2002-06-20  olicha  <olivier.chapuis@free.fr>
11863         * libs/FBidi.h (FBidiConvert):
11864         Fixed compile if !HAVE_BIDI
11866 2002-06-19  olicha  <olivier.chapuis@free.fr>
11868         * fvwm/fvwm.c (InitVariables):
11869         (StartupStuff):
11870         Allocate colorset 0 in InitVariable in the place of StartupStuff.
11871         This fix a "null expression" at init in menustyle.c (menustyle_update)
11873 2002-06-19  Mikhael Goikhman  <migo@homemail.com>
11875         * configure.in:
11876         reworded supported feature listing, fixed the default xft detection
11877         * INSTALL.fvwm:
11878         added the "Supported Features" section
11880 2002-06-19  olicha  <olivier.chapuis@free.fr>
11882         * fvwm/colorset.h:
11883         Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
11885         * INSTALL.fvwm:
11886         Removed --enable-mulibyte and --disable-compound-text config option
11887         documentation. s/enable-xft/disable-xft/ and document --disable-xrender
11889         * configure.in:
11890         Xft is on by default no
11892         * libs/FlocaleCharset.c (*):
11893         * libs/FlocaleCharset.h:
11894         * libs/Ficonv.c (*):
11895         * libs/Ficonv.h:
11896         * libs/Flocale.c (*):
11897         * libs/Flocale.h:
11898         * libs/Fft.c (*):
11899         * libs/FftInterface.h:
11900         * libs/FBidi.c:
11901         * libs/FBidi.h:
11902         * fvwm/ewmh_names.c ():
11903         Some cleanup. Implemented StringEncoding= in font names. Fixed
11904         string encoding for xft fonts. Try to be more cleaver about defaults
11905         charsets. Improvement in the locale charset table.
11907         * fvwm/fvwm.1:
11908         Some documentation cleanup regarding Xft
11910 2002-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11912         * fvwm/functions.c (find_func_type):
11913         fixed bug i introduced w/ last commit
11915         * fvwm/fvwm.c (Done):
11916         (StartupStuff):
11917         * fvwm/functions.c (functions_is_complex_function):
11918         * fvwm/builtins.c (CMD_DestroyFunc):
11919         (CMD_AddToFunc):
11920         (CMD_Plus):
11921         moved functions to functions.c
11922         general cleanup
11924         * fvwm/functable.c:
11925         * fvwm/functable.h:
11926         * fvwm/functions.h:
11927         * fvwm/commands.h:
11928         * fvwm/functions.c:
11929         moved some types and functions to other/new files
11931         * fvwm/functions.c:
11932         * fvwm/expand.c (expand_vars_extended):
11933         (expand_vars):
11934         functions moved to new file
11936         * fvwm/functions.c:
11937         reindented file
11939 2002-06-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11941         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
11942         fixed colourmap focus problem
11944         * **/*.[ch]:
11945         tabified all files and removed all trailing spaces
11947         * fvwm/move_resize.c (move_window_doit):
11948         * fvwm/virtual.c (CMD_MoveToDesk):
11949         MoveToPage and MoveToDesk no longer unstick windows
11951 2002-06-17  Mikhael Goikhman  <migo@homemail.com>
11953         * INSTALL.fvwm:
11954         small improvements
11956         * configure.in:
11957         reworded some names of supported features
11959 2002-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11961         * fvwm/update.c (apply_window_updates):
11962         * fvwm/session.c (MatchWinToSM):
11963         * fvwm/add_window.c (setup_window_structure):
11964         * fvwm/windowshade.c (CMD_WindowShade):
11965         * fvwm/window_flags.h:
11966         fixed a problem w/ shaded windows changind the title direction
11968         * fvwm/geometry.c (get_shaded_geometry):
11969         fixed shading window to 0 width or height
11971         * fvwm/add_window.c (AddWindow):
11972         fixed a memory leak and an initial window placement bug
11974 2002-06-15  Mikhael Goikhman  <migo@homemail.com>
11976         * configure.in:
11977         minor improvements in output, added bin/fvwm-perllib
11979 2002-06-12  Mikhael Goikhman  <migo@homemail.com>
11981         * fvwm/menustyle.c (CMD_CopyMenuStyle):
11982         fixed copying PopupOffset values in CopyMenuStyle
11984         * NEWS:
11985         Copied 2.4.8 NEWS
11987 2002-06-10  Mikhael Goikhman  <migo@homemail.com>
11989         * libs/Strings.c:
11990         * libs/Strings.h:
11991         added CopyStringWithQuotes, not perfect, but works for now
11993 2002-06-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11995         * fvwm/functions.h:
11996         * fvwm/commands.h:
11997         * fvwm/functions.c (func_config):
11998         * libs/FScreen.c (FScreenConfigureSLSScreens):
11999         (FScreenConfigureModule):
12000         * fvwm/virtual.c (CMD_XineramaSlsScreens):
12001         new command XineramaSLSScreens
12003         * libs/FScreen.c:
12004         cleaned up Xinerama ifdefs
12006 2002-06-07  Dan Espen  <dane@mk.telcordia.com>
12008         * NEWS:
12009         * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12011 2002-06-07  olicha  <olivier.chapuis@free.fr>
12013         * libs/Flocale.h:
12014         * libs/Flocale.c (FlocaleGetShadowTextPosition):
12015         Some shadow text position fixes
12017 2002-06-06  olicha  <olivier.chapuis@free.fr>
12019         * fvwm/update.c (apply_window_updates):
12020         Fixed the position of shaded windows after certain style update
12022         * acinclude.m4:
12023         Fixed some options names
12025 2002-06-06  Mikhael Goikhman  <migo@homemail.com>
12027         * fvwm/module_interface.c (CMD_SendToModule):
12028         fixed SendToModule when the first parameter contains quotes
12030 2002-06-06  olicha  <olivier.chapuis@free.fr>
12032         * fvwm/fvwm.c (main):
12033         * fvwm/ewmh.c (EWMH_Init):
12034         Init the EWMH before reading the config. Always setup the working
12035         area.
12037 2002-06-05  olicha  <olivier.chapuis@free.fr>
12039         * fvwm/update.c (apply_window_updates):
12040         Fixed the position of a shaded window during a style update
12041         (do_redecorate)
12043         * libs/Flocale.c (FlocaleRotateDrawString):
12044         (FlocaleGetShadowTextPosition):
12045         Fixed side title text position if the font has no shadow
12047         * acconfig.h:
12048         * libs/Ficonv.c (FiconvInit):
12049         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12050         * libs/Flocale.c (FlocaleInit):
12051         (FlocaleRotateDrawString):
12052         (FlocaleGetFontSet):
12053         (FlocaleGetFontOrFontSet):
12054         (FlocaleLoadFont):
12055         (FlocaleDrawString):
12056         (FlocaleTextWidth):
12057         (FlocaleFreeNameProperty):
12058         (FlocaleGetNameProperty):
12059         (FlocaleTextListToTextProperty):
12060         Finish to remove the multibyte patch. This gives a more clean code
12061         and can only prevent bugs
12063 2002-06-05  Mikhael Goikhman  <migo@homemail.com>
12065         * fvwm/placement.c (PlaceWindow):
12066         fixed CascadePlacement with huge windows (xterm -g 240x100),
12067         that were aligned to bottom-right instead of top-left;
12068         small adjustments (removed border_width from calculations,
12069         don't place normal windows at 0, commented out some strange code)
12071 2002-06-04  Mikhael Goikhman  <migo@homemail.com>
12073         * NEWS:
12074         document CascadePlacement and FvwmIconMan improvements
12076         * fvwm/fvwm.1:
12077         typo
12079 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12081         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12082         * fvwm/fvwm.c (InitVariables):
12083         * fvwm/placement.c (PlaceWindow):
12084         * fvwm/screen.h (struct ScreenInfo):
12085         improved *CascadePlacement, if the last placed window does not exist
12086         any more, reuse the last used position instead of adding a new cascade
12088 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12090         * fvwm/events.c (HandleEnterNotify):
12091         * fvwm/fvwm.c (InitVariables):
12092         * fvwm/events.h:
12093         Fixed colormap handling over decorative parts of a window
12095 2002-06-03  olicha  <olivier.chapuis@free.fr>
12097         * fvwm/module_interface.c (make_named_packet):
12098         Fixed an write out of memory bug. This complete Mikhail Kruk patch
12099         related to named module packet
12101 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12103         * fvwm/focus.c (focus_grab_buttons):
12104         * fvwm/events.c (HandleButtonPress):
12105         fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12107 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12109         * fvwm/bindings.c (ParseBinding):
12110         replaced an error "Illegal mouse button" with a descriptive warning
12111         when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12113 2002-05-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12115         * fvwm/events.c (GetContext):
12116         fixed key bindings on decorations
12118         * fvwm/events.h:
12119         removed XEVMASK_DECORW
12121 2002-05-31  olicha  <olivier.chapuis@free.fr>
12123         * NEWS:
12124         * fvwm/fvwm.1:
12125         Documented shadow effect in a new section FONT EFFECTS
12127 2002-05-31  olicha  <olivier.chapuis@free.fr>
12129         * libs/Fft.c (FftDrawString):
12130         * libs/Colorset.c (DumpColorset):
12131         (LoadColorset):
12132         * libs/Colorset.h:
12133         * fvwm/colorset.c (parse_colorset):
12134         New colorset option fg_alpha which defines an alpha for rendering
12135         text with Xft
12137 2002-05-29  olicha  <olivier.chapuis@free.fr>
12139         * libs/Fft.c (FftSetupEncoding):
12140         * libs/Fft.h:
12141         * libs/FRender.h:
12142         Added Xft2 support
12144         * acinclude.m4:
12145         * configure.in:
12146         Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12147         to Xft FLAGS and LIBS
12149         * fvwm/Makefile.am:
12150         * libs/Makefile.am:
12151         Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12152         Xft2 library. Removed FT2 CFLAGS and LIBS
12154 2002-05-27  olicha  <olivier.chapuis@free.fr>
12156         * acinclude.m4:
12157         * acconfig.h:
12158         * configure.in:
12159         Some Xft2 and fontconfig preparation
12161         * libs/Flocale.h:
12162         * libs/Flocale.c (FlocaleParseShadow):
12163         (FlocaleLoadFont):
12164         (FlocaleGetShadowTextPosition):
12165         Added offset to shadow text
12167         * libs/Flocale.h:
12168         Fixed the position of ne shadow text and remove some unused #define
12170 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12172         * fvwm/colorset.c (parse_colorset):
12173         fixed integer overflow in average colour calculation
12175 2002-05-27  olicha  <olivier.chapuis@free.fr>
12177         * libs/gravity.c (GetNextMultiDirection):
12178         (ParseMultiDirectionArgument):
12179         * libs/gravity.h:
12180         Added a multi direction type which is a "<<" version of direction
12181         type. Added a parse and a next functions
12183         * libs/Flocale.h:
12184         * libs/Flocale.c (FlocaleParseShadow):
12185         (FlocaleGetNextShadowDirection):
12186         (FlocaleGetShadowTextPosition):
12187         Used gravity multi direction type and functions. Removed
12188         FlocaleGetNextShadowDirection
12190 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12192         * fvwm/focus.c (restore_focus_after_unmap):
12193         fixed a problem w/ colormap transition when transient window died
12195         * fvwm/add_window.c (AddWindow):
12196         clean up
12198         * fvwm/session.c (getUniqueStateFilename):
12199         applied security patch by Jan Echternach
12201         * fvwm/fvwm.c (InitVariables):
12202         Properly initialise Scr.flags.is_pointer_on_this_screen
12204         * libs/fvwmlib.h (FvwmFont):
12205         * fvwm/fvwm.c (setVersionInfo):
12206         * configure.in:
12207         * config.h.in:
12208         * acconfig.h (MULTIBYTE):
12209         removed MULTIBYTE option (unconditionally on)
12211 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12213         * libs/gravity.c (ParseDirectionArgument):
12214         allow "t", "u", ... shortcuts as direction arguments
12216         * fvwm/style.c (check_window_style_change):
12217         (parse_and_set_window_style):
12218         * fvwm/frame.c (frame_setup_border):
12219         (frame_get_shading_laziness):
12220         (frame_get_sidebar_geometry):
12221         * fvwm/decorations.c (SelectDecor):
12222         * fvwm/add_window.c (setup_style_and_decor):
12223         (setup_resize_handle_cursors):
12224         (setup_resize_handle_windows):
12225         (change_resize_handle_windows):
12226         (destroy_auxiliary_windows):
12227         * fvwm/borders.c (border_get_border_gcs):
12228         (border_draw_border_parts):
12229         * fvwm/style.h (SCSET_HAS_BORDER):
12230         * fvwm/fvwm.h (FvwmWindow):
12231         * fvwm/window_flags.h (SET_HAS_BORDER):
12232         new styles NoBorder/Border
12234 2002-05-26  olicha  <olivier.chapuis@free.fr>
12236         * libs/Flocale.h:
12237         * libs/Flocale.c (FlocaleParseShadow):
12238         (FlocaleGetNextShadowDirection):
12239         (FlocaleGetShadowTextPosition):
12240         (FlocaleLoadFont):
12241         Implemented multidirectional shadow text rendering
12243         * libs/Flocale.h:
12244         * libs/Flocale.c
12245         (FlocaleFontStructDrawString):
12246         (FlocaleRotateDrawString):
12247         (FlocaleLoadFont):
12248         (FlocaleDrawString):
12249         (FlocaleTextWidth):
12250         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12251         * libs/Fft.c (FftDrawString):
12252         Cleanup the FlocaleFont structure by addings some flags
12254 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12256         * fvwm/events.c (HandleFocusIn):
12257         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12258         * fvwm/screen.h (ScreenInfo):
12259         * fvwm/focus.c (FocusOn):
12260         ignore EnterNotify events while a window is waiting to receive focus
12261         from the Focus or FlipFocus commands; should prevent plenty of race
12262         contidions caused by executing complex functions by a key press, button
12263         press or from a menu; fixes Alt-Tab problem
12265         * fvwm/events.c (HandleMapNotify):
12266         immediately draw window decorations when window is mapped; the new frame
12267         drawing code takes care of suppressing unnecessary redraws
12268         (HandleLeaveNotify):
12269         fixed a bug w/ LeaveNotify event with NotifyGrab
12271 2002-05-22  olicha  <olivier.chapuis@free.fr>
12273         * libs/Flocale.h:
12274         * libs/Fft.c (FftDrawString):
12275         * libs/Flocale.c (FlocaleFontStructDrawString):
12276         (FlocaleRotateDrawString):
12277         (FlocaleLoadFont):
12278         (FlocaleGetShadowTextPosition):
12279         (FlocaleDrawString):
12280         (FlocaleDrawUnderline):
12281         (FlocaleTextWidth):
12282         Implemented negative shadow text
12284 2002-05-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12286         * fvwm/menucmd.c (CMD_AddToMenu):
12287         * fvwm/windowlist.c (CMD_WindowList):
12288         * fvwm/menus.h:
12289         * fvwm/menus.c
12290         changed signature of AddToMenu
12292         * fvwm/menus.c (clone_menu_root_static):
12293         fixed problem w/ menu style usage count and tear off menus
12294         fixed core dump w/ not copying the missing sub menu function in tear
12295         off menus
12296         (clone_menu_item_list):
12297         (AddToMenu):
12298         (add_another_menu_item):
12299         (size_menu_vertically):
12300         fixed additional "More..." items in sub menus of torn off menus
12302 2002-05-22  Mikhael Goikhman  <migo@homemail.com>
12304         * libs/colorset.h:
12305         fixed #endif warning
12306         * fvwm/ConfigFvwmDefaults:
12307         added CirculateSkip to tear off menus
12308         * fvwm.1:
12309         fixed ShadeAgain quoting
12311 2002-05-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12313         * fvwm/events.c (HandleButtonPress):
12314         allow to pass the focus click to applications and have a function bound
12315         to it at the same time
12317         * fvwm/fvwm.c:
12318         * fvwm/colorset.h:
12319         fixed compilation problem
12321 2002-05-20  olicha  <olivier.chapuis@free.fr>
12323         * libs/PictureImageLoader.c (PImageRGBtoPixel):
12324         Fixed blue colour in png image and ewmh icons
12326         * libs/Flocale.c (FlocaleLoadFont):
12327         Removed some debug code
12329         * fvwm/colorset.c (parse_colorset):
12330         * libs/fvwmlib.h:
12331         * libs/ColorUtils.c (GetForeShadowColor):
12332         Added Mikhael algo to compute the default fgsh
12334 2002-05-18  Mikhael Goikhman  <migo@homemail.com>
12336         * fvwm/functions.c (expand_extended_var):
12337         expand $[fgsh.csN], use constants instead of numbers
12339 2002-05-17  olicha  <olivier.chapuis@free.fr>
12341         * libs/Flocale.c (FlocaleDrawString):
12342         (FlocaleDrawUnderline):
12343         * libs/Flocale.h:
12344         Removed some unused and debug code
12346 2002-05-17  olicha  <olivier.chapuis@free.fr>
12348         * fvwm/menuitem.c (draw_underline):
12349         * libs/Flocale.h:
12350         * libs/Flocale.c (FlocaleDrawUnderline):
12351         Move draw_underline into Flocale.c and fix underline position with
12352         shadow rendering
12354 2002-05-17  olicha  <olivier.chapuis@free.fr>
12356         * fvwm/style.c (update_window_color_style):
12357         (update_window_color_hi_style):
12358         * fvwm/move_resize.c (DisplayPosition):
12359         (DisplaySize):
12360         * fvwm/menuitem.c (menuitem_paint):
12361         * fvwm/borders.c (get_common_decorations):
12362         (border_get_titlebar_draw_descr):
12363         * fvwm/fvwm.h:
12364         * fvwm/icons.c (DrawIconWindow):
12365         Pass the colorset to text drawing via the FlocaleWinString structure
12367         * libs/fvwmlib.h:
12368         * libs/ColorUtils.c (GetForeShadowColor):
12369         (GetForeShadow):
12370         * fvwm/colorset.c (parse_colorset):
12371         * libs/Colorset.h:
12372         * libs/Colorset.c (DumpColorset):
12373         (LoadColorset):
12374         Added fgsh colorset and two new functions GetForeShadowColor and
12375         GetForeShadow which should be modified
12377         * libs/Makefile.am:
12378         * libs/Fft.h:
12379         * libs/FftInterface.h (new file):
12380         * libs/Fft.c (FftDrawString):
12381         * libs/Flocale.h:
12382         * libs/Flocale.c (FlocaleFontStructDrawString):
12383         (FlocaleRotateDrawString):
12384         (FlocaleDrawString):
12385         (FlocaleTextWidth):
12386         (FlocaleLoadFont):
12387         Implemented text shadow rendering
12389 2002-05-11  olicha  <olivier.chapuis@free.fr>
12391         * fvwm/builtins.h:
12392         * fvwm/builtins.c (refresh_window):
12393         * fvwm/update.c (apply_window_updates):
12394         * fvwm/update.h:
12395         * fvwm/style.c (check_window_style_change):
12396         ParentalRelativity style is now dynamic
12398 2002-05-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12400         * fvwm/menuitem.c (menuitem_paint):
12401         fixed menu item hilight area
12403 2002-05-09  olicha  <olivier.chapuis@free.fr>
12405         * libs/Makefile.am:
12406         * libs/XError.c (request_name):
12407         * libs/PictureImageLoader.c (PImageLoadPng):
12408         (PImageCreatePixmapFromArgbData):
12409         * libs/PictureGraphics.c (PGraphicsTintRectangle):
12410         (PGraphicsTileRectangle):
12411         (PGraphicsCopyFvwmPicture):
12412         * libs/FRenderInit.c (new file):
12413         * libs/FRenderInit.h (new file):
12414         * libs/FRenderInterface.h:
12415         * libs/FRender.c (*):
12416         * fvwm/colorset.c (parse_tint):
12417         (parse_colorset):
12418         * fvwm/fvwm.c (main):
12419         * fvwm/events.c (HandlePropertyNotify):
12420         Change the design of the previous commit. Now a module should call
12421         FRenderInit when it wants to use a function which depends on XRender.
12423 2002-05-09  olicha  <olivier.chapuis@free.fr>
12425         * fvwm/colorset.c:
12426         A -Wall fix
12428         * libs/Flocale.h:
12429         * libs/Fft.h:
12430         Fixed Compilation
12431         Include Fft.h include FRender.h as Xft.h include Xrender.h
12433         * libs/FRenderInterface.h:
12434         * libs/FRender.h:
12435         * libs/FRender.c (FRenderInit):
12436         (FRenderGetErrorCodeBase):
12437         (FRenderGetMajorOpCode):
12438         (FRenderGetExtensionSupported):
12439         (FRenderGetErrorText):
12440         Improve XRender initialization, check if the XRender extension is
12441         enabled and get the error code base and the major op code.
12442         Add error functions for the X error handler.
12444         * libs/XError.c (PrintXErrorAndCoredump):
12445         (request_name):
12446         Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12447         and major op code
12449         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12450         * fvwm/events.c (HandlePropertyNotify):
12451         * fvwm/colorset.c (parse_tint):
12452         (parse_colorset):
12453         * libs/PictureImageLoader.c (PImageLoadPng):
12454         (PImageCreatePixmapFromArgbData):
12455         * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12456         (PGraphicsCopyFvwmPicture):
12457         (PGraphicsTileRectangle):
12458         * libs/FRender.c (FRenderCopyArea):
12459         (FRenderTintRectangle):
12460         Check if the XRender extension is enabled on the display before
12461         performing XRender operations
12463 2002-05-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12465         * fvwm/menuitem.c (menuitem_paint):
12466         fixed item hilighting problems
12468 2002-05-07  olicha  <olivier.chapuis@free.fr>
12470         * fvwm/colorset.c (parse_colorset):
12471         More coloset fixes
12473 2002-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12475         * fvwm/events.c (HandlePropertyNotify):
12476         workaround for xterm resize problem
12478         * fvwm/colorset.c (parse_colorset):
12479         (free_colorset_background):
12480         (parse_pixmap):
12481         (parse_tint):
12482         fixed various bugs and core dumps w/ the cs->picture structure;
12483         note: it's a pointer, so compare with NULL, not with None
12485         * fvwm/frame.c (frame_setup_window):
12486         (frame_setup_window_app_request):
12487         (frame_force_setup_window):
12488         (frame_setup_window_internal):
12489         (frame_create_move_resize_args):
12490         (frame_free_move_resize_args):
12491         * fvwm/add_window.c (setup_window_attr):
12492         * fvwm/events.c (HandleConfigureRequest):
12493         (HandlePropertyNotify):
12494         fixed [?] bit_gravity/resize problem
12496         * fvwm/events.c (HandleEnterNotify):
12497         reformatted EdgeCommand code
12499 2002-05-06  olicha  <olivier.chapuis@free.fr>
12501         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12502         Resize an ewmh icon to the wanted size if it is to big
12504         * fvwm/ewmh.c (EWMH_WindowDestroyed):
12505         Set also the stacking list when a window is destroyed
12507 2002-05-03  Dan Espen  <dane@mk.telcordia.com>
12509         * fvwm/fvwm.1: Finish language check.
12510         Fix typo in Mouse section, context should be on new line.
12512 2002-05-02  Dan Espen  <dane@mk.telcordia.com>
12514         * fvwm/fvwm.1 (file): Restore icons and images text with some
12515         improvement.
12516         Started on lang check, not done yet.
12518 2002-05-02  Mikhail Kruk  <meshko@cs.brandeis.edu>
12520         * fvwm/module_interface.c (make_named_packet):
12521         Applied Mikhail Kruk patch
12523 2002-05-02  olicha  <olivier.chapuis@free.fr>
12525         * libs/FlocaleCharset.h:
12526         * libs/Ficonv.c (FiconvSetupConversion):
12527         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12528         * libs/Flocale.h:
12529         * libs/Flocale.c (FlocaleGetFftFont):
12530         (FlocaleGetFontSet):
12531         (FlocaleGetFont):
12532         (FlocaleLoadFont):
12533         (FlocaleUnloadFont):
12534         * fvwm/fvwm.1:
12535         Implemented charset/iconv hints in font name
12537 2002-04-29  Stian Sletner  <stian@sletner.com>
12539         * fvwm/windowlist.c (CMD_WindowList):
12540         Added new Windowlist option IconifiedAtEnd
12542 2002-04-30  Mikhael Goikhman  <migo@homemail.com>
12544         * fvwm/module_interface.c:
12545         * libs/Module.c:
12546         * libs/Module.h:
12547         moved two constant strings to Module.h, so they may be used by perllib
12549 2002-04-29  olicha  <olivier.chapuis@free.fr>
12551         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12552         Fixed a core dump if the charset is not found
12554         * libs/Flocale.c (FlocaleStringToString2b):
12555         Removed some debug code
12557 2002-04-29  olicha  <olivier.chapuis@free.fr>
12559         * libs/Fft.c (FftGetFontWidths):
12560         (FftGetFontWidths):
12561         * libs/Fft.h
12562         * libs/Flocale.h:
12563         * libs/Flocale.c (FlocaleGetFont):
12564         (FlocaleGetFontSet):
12565         (FlocaleGetFftFont):
12566         Removed min_char_offset member of the FlocaleFont as it is not use
12567         since we rotate string for side title
12569         * libs/Ficonv.c (FiconvSetupConversion):
12570         * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12571         (FlocaleCharsetSetFlocaleCharset):
12572         * libs/Flocale.h:
12573         * libs/Flocale.c (FlocaleTextWidth):
12574         (FlocaleDrawString):
12575         (FlocaleUtf8ToUnicodeStr2b):
12576         (FlocaleLoadFont):
12577         (FlocaleStringToString2b):
12578         (FlocaleRotateDrawString):
12579         (FlocaleFontStructDrawString):
12580         Added support for drawing string with 10646-1 fonts without an utf8
12581         locale. Also, drawing strings with a multibyte font now work not so
12582         bad even if the locale have nothing to do with the font.
12584         * libs/Fft.c (FftUtf8ToFftString16):
12585         (FftDrawString):
12586         (FftTextWidth):
12587         Added utf8 rendering with iso10646-1 fonts on system without
12588         Xft Utf8 functions
12590         * fvwm/colorset.c (reset_cs_pixmap):
12591         (parse_pixmap):
12592         (parse_shape):
12593         (parse_tint):
12594         (parse_colorset):
12595         Colorset now accept bitmaps. Split a bit parse_colorset for readability
12597 2002-04-28  Mikhael Goikhman  <migo@homemail.com>
12599         * fvwm/menus.c:
12600         fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12602 2002-04-27  Mikhael Goikhman  <migo@homemail.com>
12604         * fvwm/move_resize.c:
12605         don't start Move with snap disabled if Alt is initially pressed
12607 2002-04-26  Mikhael Goikhman  <migo@homemail.com>
12609         * NEWS, configure.in:
12610         changed version to 2.5.2
12612 2002-04-25  Mikhael Goikhman  <migo@homemail.com>
12614         * fvwm/fvwm.1:
12615         improved main headers, added new COLORSETS section;
12616         documented State condition
12618         * NEWS:
12619         documented Tint in colorsets and utility renaming
12621         * libs/Flocale.c:
12622         corrected several error reporting problems
12624 2002-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12626         * fvwm/events.h:
12627         fixed leaving tear off menus
12629 2002-04-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12631         * fvwm/borders.c (border_draw_part_relief):
12632         (border_set_button_pixmap):
12633         (border_draw_title_stick_lines):
12634         (border_draw_title_mono):
12635         (border_draw_title_relief):
12636         * libs/fvwmlib.h (RelieveRectangle2):
12637         (RelieveRectangle):
12638         replaced functions by macros
12640         * libs/Graphics.c (do_relieve_rectangle):
12641         applied performance patch by Dave Trollope
12643 2002-04-24  Mikhael Goikhman  <migo@homemail.com>
12645         * libs/FBidi.c:
12646         * libs/FBidi.h:
12647         * libs/Flocale.c:
12648         * libs/Flocale.h:
12649         * libs/FlocaleCharset.c:
12650         FBidi is now independent from Flocale* again;
12651         iso8859-6.8x fonts recognized now as bidi-enabled
12653 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12655         * libs/Flocale.c:
12656         fixed --disable-multibyte
12658 2002-04-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12660         * fvwm/borders.c (border_draw_title_deep):
12661         (border_set_title_pixmap):
12662         (border_set_button_pixmap):
12663         fixed SolidButton title and button style
12665 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12667         * fvwm/fvwm.1:
12668         * NEWS:
12669         * AUTHORS:
12670         added new entry about CurrentAtEnd
12672         * colorset.c:
12673         minor reformatting and spell checking
12675 2002-04-23  Jochen Klenner  <jochen.klenner@gmx.net>
12677         * fvwm/windowlist.c (CMD_WindowList):
12678         Added new Windowlist option CurrentAtEnd
12680 2002-04-22  olicha  <olivier.chapuis@free.fr>
12682         * fvwm/colorset.c (parse_colorset):
12683         * libs/Colorset.h:
12684         Fixed an enormous core dump which comes from a cvs merging problem
12686         * fvwm/Makefile.am:
12687         * acconfig.h:
12688         * configure.in:
12689         Added Xrender detection and link fvwm if needed
12691         * libs/PictureGraphics.c:
12692         * libs/PictureGraphics.h:
12693         * libs/FRender.c:
12694         * libs/FRender.h:
12695         * libs/FRenderInterface.h:
12696         * libs/PictureGrpahics.c (*):
12697         * libs/PictureGrpahics.h:
12698         New libs files to acheive alpha-blend rendering and better XBM
12699         support. PictureGraphics contains elaborated version and also
12700         simplified version of XFillRectangle, XCopyPlan and XCopyArea
12701         Xlib functions.
12703         * fvwm/fvwm.h:
12704         * fvwm/icons.c (clear_icon):
12705         (GetIconPicture):
12706         (DrawIconWindow):
12707         (GetIconFromFile):
12708         * fvwm/events.c (HandlePropertyNotify):
12709         * fvwm/borders.c (border_fill_pixmap_background):
12710         (border_get_border_background):
12711         (border_draw_decor_to_pixmap):
12712         * fvwm/menuitem.c (menuitem_paint):
12713         * fvwm/add_window.c (destroy_icon):
12714         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12715         * fvwm/geometry.c (move_icon_to_position):
12716         * fvwm/colorset.c (free_colorset_background):
12717         (parse_colorset):
12718         * libs/Colorset.h:
12719         Implemented alpha-blend rendering with the new libs function
12721         * fvwm/colorset.c (free_colorset_background):
12722         (parse_colorset):
12723         * libs/Colorset.h:
12724         Implemented tinting of a Pixmap background colorset
12726         * fvwm/colorset.c (parse_colorset):
12727         Use the Scr.NoFocusWin as main window in the place of the
12728         Scr.SizeWindow, this fix a lot of X errors in my machine.
12730         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
12731         Donated our alpha channel
12733         * libs/vpacket.h:
12734         * fvwm/module_interface.h:
12735         * fvwm/module_interface.c (SendFvwmPicture):
12736         (BroadcastMiniIcon):
12737         (SendMiniIcon):
12738         (BroadcastFvwmPicture):
12739         (CMD_Send_WindowList):
12740         * fvwm/add_window.c (change_mini_icon):
12741         (broadcast_mini_icon):
12742         * fvwm/ewmh_icons.c:
12743         Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
12744         SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
12746         * libs/Makefile.am:
12747         * libs/PictureBase.c (*):
12748         * libs/PictureBase.h:
12749         * libs/Picture.c (*):
12750         * libs/Picture.h:
12751         * libs/PictureImageLoader.c (*):
12752         * libs/PictureImageLoader.h:
12753         * fvwm/*:
12754         Rename some libs file InitPicture -> PictureBase, FImageLoader ->
12755         PictureImageLoader.
12756         Rename some libs function: InitPictureCMap -> PictureInitCMap,
12757         UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
12758         PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
12759         SetImagePath -> PictureSetImagePath, findImageFile ->
12760         PictureFindImageFile, PictureList -> FvwmPictureList,
12761         LoadFvwmPicture removed now  PImageLoadFvwmPictureFromFile replace it,
12762         GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
12763         DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
12764         PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
12765         PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
12766         Also renamed more recent functions in PictureImageLoader.
12768         * fvwm/borders.c (border_draw_one_border_part):
12769         (border_draw_decor_to_pixmap):
12770         Fixed drawing of a TiledPixmap borded and fixed position of buttons
12771         pixmap
12773         * fvwm/menus.c (pop_menu_up):
12774         (animated_move_back):
12775         (ParentalMenuRePaint):
12776         * fvwm/move_resize.h (resize_geometry_window):
12777         * fvwm/move_resize.c (move_window_doit):
12778         (AnimatedMoveAnyWindow):
12779         (AnimatedMoveOfWindow):
12780         (AnimatedMoveFvwmWindow):
12781         Fixed transparent animated menu
12783 2002-04-21  Mikhael Goikhman  <migo@homemail.com>
12785         * fvwm/fvwm.1:
12786         fixed two places
12788 2002-04-19  Hippo
12790         * fvwm/colorset.c:
12791         * libs/Colorset.c:
12792         fixed running out of colors on 8bpp with ReadWriteColors;
12793         simulate colorsets on monochrome displays using three 1-bit pixmaps
12795 2002-04-19  Mikhael Goikhman  <migo@homemail.com>
12797         * configure.in:
12798         fixed $PERL detection again
12800 2002-04-18  Hippo
12802         * configure.in:
12803         added -Wno-implicit-int to -Wall in case of gcc
12805         * fvwm/colorset.c:
12806         * fvwm/fvwm.c:
12807         fixed ReadWriteColors on a PseudoColor display
12809 2002-04-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12811         * fvwm/move_resize.c (move_window_doit):
12812         set the is_icon_moved too flag if the icon was moved non-interactively
12814 2002-04-16  Hippo
12816         * fvwm/*.[ch]:
12817         * NEWS:
12818         Moved FvwmTheme functionality into fvwm.
12819         Added new commands Colorset, ReadWriteColors, CleanupColorsets.
12821 2002-04-17  Mikhael Goikhman  <migo@homemail.com>
12823         * configure.in:
12824         fixed $PERL detection
12826         * fvwm/fvwm.1:
12827         * fvwm/ConfigFvwmDefaults:
12828         several fixes and spelling
12830 2002-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12832         * libs/Bindings.c (CheckBinding):
12833         (MatchBinding):
12834         (GrabWindowKey):
12835         (GrabWindowButton):
12836         (MatchBindingExactly):
12837         patch by yeti@physics.muni.cz to help with a weird problem w/ czech
12838         keyboards
12840 2002-04-12  Mikhael Goikhman  <migo@homemail.com>
12842         * configure.in:
12843         configure now uses $PERL if set
12845         * **:
12846         all programs installed into ${bindir} have now fvwm- prefix;
12847         documentation updated
12849 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
12851         * **:
12852         renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
12853         documentation updated
12855 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
12857         * NEWS:
12858         added 2.4.7 entries
12860 2002-04-10  Dan Espen  <dane@mk.telcordia.com>
12862         * AUTHORS: New author.
12864         * NEWS: Edge Command.
12866 2002-04-09  Uwe Pross  <uwe.pross@gmx.net>
12868         * fvwm/fvwm2.1:
12869         Added EdgeCommand paragraph.
12871         * fvwm/events.c (HandleEnterNotify):
12872         Added execution of Scr.PanFrame*.command if set
12874         * fvwm/fvwm.c (InitVariables):
12875         Added init strings for pan frame commands.
12877         * fvwm/virtual.c:
12878         * fvwm/virtual.h:
12879         (checkPanFrames):
12880         Avoid hiding of pan frames if pan frame command is set.
12881         (CMD_EdgeCommand):
12882         Implementation of the buildin command EdgeCommand. First
12883         implementation of this function.
12885         * fvwm/screen.h (struct):
12886         added char * command in structure Panframe to store the pan frame
12887         command.
12889         * fvwm/functions.c:
12890         added declaration of CMD_ENTRY("edgecommand")
12892         * fvwm/functions.h:
12893         added definition of Flag F_EDGE_COMMAND
12895         * fvwm/commands.h:
12896         added definition of CMD_EdgeCommand(F_CMD_ARGS)
12898 2002-04-10  Mikhael Goikhman  <migo@homemail.com>
12900         * fvwm/fvwm2.1:
12901         added "BI-DIRECTIONAL TEXTS" section
12903         * libs/System.c:
12904         added #include <sys/select.h> to fix endless loop on QNX
12906 2002-04-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12908         * fvwm/fvwm2.1:
12909         changed description of focus models
12911 2002-04-09  olicha  <olivier.chapuis@free.fr>
12913         * configure.in:
12914         Check for libpng libpng 1.0.4a or better
12916 2002-04-08  Mikhael Goikhman  <migo@homemail.com>
12918         * fvwm/add_window.c (setup_title_geometry):
12919         * fvwm/fvwm.h:
12920         * fvwm/fvwm2.1:
12921         * fvwm/geometry.c (get_title_font_size_and_offset):
12922         * fvwm/geometry.h:
12923         * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
12924         * fvwm/style.h:
12925         * fvwm/window_flags.h:
12926         * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
12927         * libs/Fft.h:
12928         * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
12929         * libs/Flocale.h:
12930         new Style options TopTitleRotated / TopTitleNotRotated,
12931         BottomTitleRotated / BottomTitleNotRotated
12933 2002-04-08  olicha  <olivier.chapuis@free.fr>
12935         * libs/Makefile.am:
12936         Fixed make dist again
12938 2002-04-07  Dan Espen  <dane@mk.telcordia.com>
12940         * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
12942 2002-04-07  Mikhael Goikhman  <migo@homemail.com>
12944         * INSTALL.fvwm:
12945         minor wording fixes
12947         * NEWS:
12948         mention a new FvwmIconMan syntax
12950         * sample.fvwmrc/new-features:
12951         * sample.fvwmrc/system.fvwm2rc:
12952         * sample.fvwmrc/system.fvwm2rc-sample-95:
12953         use a new module syntax
12955 2002-04-06  olicha  <olivier.chapuis@free.fr>
12957         * fvwm/fvwm2.1:
12958         * INSTALL.fvwm:
12959         Forget to save some file
12961         * libs/FImageLoader.c (c100_init_base_table):
12962         Allows init even if !XPM
12964         * libs/Makefile.am:
12965         Remove a F
12967         * configure.in:
12968         Fixed png detection
12970         * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
12971         Fixed a GC memory leaks.
12973         * fvwm/fvwm.c (setVersionInfo):
12974         * fvwm/fvwm2.1:
12975         Updated -version for png, bidi and xft
12977         * fvwm/fvwm2.1:
12978         Modified the ICONS section. Rename it ICONS AND IMAGES and
12979         document PNG file format. Replace "xpm or bitmap file" by
12980         "image file" in a few place.
12982         * INSTALL.fvwm:
12983         * NEWS:
12984         PNG news and documented libpng in the "Optional libraries used by FVWM"
12985         section
12987 2002-04-05  olicha  <olivier.chapuis@free.fr>
12989         * libs/FImageLoader.c (c100_init_base_table):
12990         (FImageReduceRGBColor):
12991         (FImageCreatePixmapFromArgbData):
12992         Speed up color limitation for png image and ewmh icons
12993         Respect color limit even with DirectColor and TrueColor
12995         * configure.in:
12996         * acconfig.h (HAVE_PNG):
12997         Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
12998         even without XPM support
13000         * libs/Makefile.am
13001         * libs/InitPicture.c (new file):
13002         * libs/InitPicture.h (new file):
13003         * libs/Picture.c:
13004         * libs/Picture.h:
13005         * libs/FImageLoader.c (new file):
13006         * libs/FImageLoader.h (new file):
13007         * libs/Fxpm.h (new file):
13008         * libs/Fpng.h (new file):
13009         Images are loaded in FImageLoader. PNG image can be loaded, the loader
13010         come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13011         ColorLimit stuff is applied to PNG image.
13012         Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13013         Picture.c and Picture.h.
13014         InitPicture contains the Picture structure, initialize the visual,
13015         depth and color map and contains image path stuff as Picture contains
13016         Picture manipulations.
13018         * libs/ColorUtils.c:
13019         * libs/Picture.h:
13020         Moved the Picture color utils func to ColorUtils
13022         * fvwm/Makefile.am:
13023         links against libpng
13025         * fvwm/icons.c (GetIconPicture):
13026         (GetXPMFile):
13027         (GetBitmapFile):
13028         (GetIconFromFile):
13029         Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13030         the libs image loader
13032         * fvwm/cursor.c (CMD_CursorStyle):
13033         Use FImageLoadCursorPixmapFromFile (no PNG support here)
13035         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13036         (EWMH_SetIconFromWMIcon):
13037         Use the argb loader of the libs. ColorLimit are now applied to ewmh
13038         icons
13040         * fvwm/modconf.c:
13041         Send the ColorLimit to module in any case
13043         * libs/fvwmlib.h:
13044         * libs/Graphics.c:
13045         * libs/Flocale.c
13046         * libs/Fft.c:
13047         * libs/Colorset.c:
13048         * fvwm/add_window.c:
13049         * fvwm/builtins.c:
13050         * fvwm/fvwm.h:
13051         * fvwm/menus.c:
13052         * fvwm/menustyle.c:
13053         * fvwm/move_resize.c:
13054         include cleanup
13056 2002-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13058         * fvwm/events.c (test_map_request):
13059         (test_resizing_event):
13060         fixed endless loop in HandleConfigureRequest
13062 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13064         * fvwm/add_window.c (setup_style_and_decor):
13065         fixed borderless transients
13067         * fvwm/events.c (test_resizing_event):
13068         (HandleConfigureRequest):
13069         * fvwm/frame.c (frame_create_move_resize_args):
13070         * fvwm/add_window.c (AddWindow):
13071         * fvwm/fvwm.h:
13072         * fvwm/window_flags.h:
13073         tried to improve ConfigureRequest handling
13075         * fvwm/events.c (HandlePropertyNotify):
13076         recalculate window size when the base_width or base_height hint
13077         changes; fixes some problems with xemacs
13079         * fvwm/virtual.c (map_window):
13080         redraw decorations
13082         * fvwm/borders.c (border_draw_decorations):
13083         don't redraw windows on a different desk
13084         keep track of Scr.Hilite
13086 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13088         * fvwm/virtual.c (unmap_window):
13089         * fvwm/move_resize.c (resize_window):
13090         * fvwm/icons.c (Iconify):
13091         * fvwm/add_window.c (CaptureOneWindow):
13092         * fvwm/borders.c (border_undraw_decorations):
13093         mark window decorations as not drawn whenever the frame is unmapped
13095 2002-03-30  Dan Espen  <dane@mk.telcordia.com>
13097         * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13099 2002-03-29  Mikhael Goikhman  <migo@homemail.com>
13101         * libs/FBidi.c:
13102         use safemalloc and alloca instead of malloc
13104 2002-03-29  olicha  <olivier.chapuis@free.fr>
13106         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13107         Set the X locale charset on system without XOpenOM
13109 2002-03-27  Mikhael Goikhman  <migo@homemail.com>
13111         * configure.in:
13112         fixed multibyte support reporting
13114 2002-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13116         * libs/fvwmlib.h:
13117         * fvwm/fvwm.h:
13118         * config.h.in:
13119         moved gcc extension __attribute__ handling to config.h
13121         * fvwm/fvwm.c (main):
13122         * fvwm/stack.c (add_window_to_stack_ring_after):
13123         * fvwm/icons.c (GetIconWindow):
13124         (GetIconBitmap):
13125         * fvwm/add_window.c:
13126         fixed core dumps and other bugs in debug messages
13128 2002-03-27  olicha  <olivier.chapuis@free.fr>
13130         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13131         (FlocaleCharsetSetFlocaleCharset):
13132         * acconfig.h:
13133         * configure.in (problem_multibyte):
13134         Fixed compilation for system without XOpenOM in Xlib.h
13136         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13137         * libs/Ficonv.c (FiconvInit):
13138         Be more safe
13140         * fvwm/fvwm.c:
13141         include only libs/Flocale.h
13143 2002-03-26  Mikhael Goikhman  <migo@homemail.com>
13145         * configure.in:
13146         fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13148         * libs/FBidi.c:
13149         * libs/FBidi.h:
13150         * libs/Flocale.c:
13151         * libs/FlocaleCharset.c:
13152         minor modifications, like removed #include;
13153         fixed core dump with bidi and utf-8
13155 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13157         * fvwm/frame.c (frame_update_hidden_window_pos):
13158         fixed shade/maximize/unshade
13160         * fvwm/builtins.c (FreeDecorFace):
13161         fixed memory leak
13163         * fvwm/borders.c (get_common_decorations):
13164         (border_get_border_style):
13165         * fvwm/style.c (parse_and_set_window_style):
13166         * fvwm/style.h:
13167         * fvwm/window_flags.h:
13168         * fvwm/fvwm.h (struct):
13169         * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13170         (frame_create_move_resize_args):
13171         (frame_move_resize_step):
13172         (frame_next_move_resize_args):
13173         new styles WindowShadeLazy [default], WindowShadeBusy and
13174         WindowShadeAlwaysLazy
13176         * fvwm/frame.c (frame_set_decor_gravities):
13177         fixed window bit gravities
13178         split into smaller functions
13179         (frame_move_resize_step):
13180         fixed a bug w/ the parent gravity
13181         (frame_hide_changing_window_parts):
13182         fixed flickering in one of the corners during shade animation
13183         (frame_mrs_hide_changing_parts):
13184         renamed function
13185         (frame_mrs_prepare_vars):
13186         (frame_mrs_hide_unhide_parent):
13187         (frame_mrs_setup_draw_decorations):
13188         (frame_mrs_resize_move_windows):
13189         new functions
13191 2002-03-25  olicha  <olivier.chapuis@free.fr>
13193         * libs/Fft.c (FftSetupEncoding):
13194         Fixed compilation
13196         * libs/Flocale.c (FlocaleDrawString):
13197         * libs/FBidi.c (FBidiConvert):
13198         * libs/FBidi.h:
13199         Pass the font to FBidiConvert
13201         * acconfig.h (HAVE_LIBCHARSET):
13202         * acinclude.m4 (CHECK_LIBCHARSET):
13203         * configure.in:
13204         If libiconv is used check for libcharset
13206         * libs/Makefile.am:
13207         * libs/FlocaleCharset.h:
13208         * libs/FlocaleCharset.c:
13209         * libs/Flocale.h:
13210         * libs/Flocale.c (*):
13211         * libs/Fft.c (FftSetupEncoding):
13212         * libs/Fft.h:
13213         New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13214         FlocaleFont has such a member which is set when charset info are needed.
13215         FlocaleCharset.c contains a big table which associates to an X charset
13216         various possible locale charsets and the fribidi charset.
13217         If libiconv is used, libcharset is used to compute the locale charset.
13218         Various Flocale clean up.
13220         * fvwm/fvwm.c (main):
13221         Removed the call to FlocaleInitCharset, it is now done automatically
13222         when needed
13224         * libs/Makefile.am:
13225         * libs/Ficon.h:
13226         * libs/Ficonv.c:
13227         * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13228         * fvwm/ewmh.h:
13229         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13230         (EWMH_WMIconName):
13231         (EWMH_WMName):
13232         (EWMH_SetDesktopNames):
13233         Moved iconv conversions into the library. Try to found the good iconv
13234         charset with the help of the font and of the FlocaleCharset table.
13236 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13238         * libs/Module.c (SendFvwmPipe):
13239         * libs/Graphics.c (do_relieve_rectangle):
13240         * fvwm/menustyle.c (menustyle_parse_old_style):
13241         * fvwm/add_window.c (setup_window_structure):
13242         memory management patches by Dave Trollope
13244         * fvwm/frame.c (frame_get_sidebar_geometry):
13245         hide the handles when using the NoHandles style
13247         * fvwm/borders.c (border_redraw_decorations):
13248         change in title rotation is applied immediately, don't use the value "2"
13249         to force redrawing
13251         * fvwm/style.c (parse_and_set_window_style):
13252         removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13253         styles can be used
13254         documented the new title directions
13255         (parse_and_set_window_style):
13256         removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13257         instead
13258         documented these styles
13260         * fvwm/add_window.c (CaptureOneWindow):
13261         (CaptureAllWindows):
13262         (AddWindow):
13263         cleaned up
13265         * fvwm/icons.c (DeIconify):
13266         fiexd fucoused window not hilighting after deiconification
13268 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13270         * fvwm/update.c (apply_window_updates):
13271         windows are not unshaded when the decoration layout changes
13273         * fvwm/frame.c (frame_create_move_resize_args):
13274         fixed excessive redrawing
13275         (frame_get_hidden_pos):
13276         fixed parent geometry when window is hidden
13278         * fvwm/add_window.c (setup_frame_stacking):
13279         fixed stacking of right buttons
13281         * fvwm/frame.c (frame_set_decor_gravities):
13282         fixed title and button bit gravities
13284         * fvwm/add_window.c (setup_frame_stacking):
13285         (change_auxiliary_windows):
13286         fixed "button" style
13288         * fvwm/geometry.c (get_title_button_geometry):
13289         * fvwm/menus.c (pop_menu_up):
13290         fixed menu placement relative to window titles
13292         * libs/Flocale.c (FlocaleDrawString):
13293         fixed compiler warning w/o fribidi
13295         * fvwm/virtual.c (MoveViewport):
13296         (MapDesk):
13297         (do_move_window_to_desk):
13298         * fvwm/update.c (apply_window_updates):
13299         * fvwm/icons.c (Iconify):
13300         (CMD_Iconify):
13301         * fvwm/module_interface.c (SETOLDFLAGS):
13302         * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13303         * fvwm/style.c (parse_and_set_window_style):
13304         * fvwm/window_flags.h:
13305         * fvwm/session.c (MatchWinToSM):
13306         * fvwm/placement.c (PlaceWindow):
13307         * fvwm/add_window.c (CaptureAllWindows):
13308         (setup_window_placement):
13309         (CaptureOneWindow):
13310         (AddWindow):
13311         (destroy_window):
13312         * fvwm/menus.c (menu_tear_off):
13313         * fvwm/events.c (HandleMapRequestKeepRaised):
13314         (HandleMapNotify):
13315         * fvwm/fvwm.h:
13316         removed some of those pesky globals: PPosOverride, isIconicState and
13317         isIconifiedByParent; pass round a structure instead
13318         removed the do_start_iconic window flag
13319         removed do_delete_icon_moved flag
13321 2002-03-24  Mikhael Goikhman  <migo@homemail.com>
13323         * acconfig.h:
13324         * configure.in:
13325         renamed HAVE_FRIBIDI to HAVE_BIDI
13327         * libs/FBidi.c:
13328         * libs/FBidi.h:
13329         added more comments
13331         * fvwm/Makefile.am:
13332         * libs/Flocale.c:
13333         * libs/Makefile.am:
13334         added a dummy call to FBidi to test linking against bidi libs
13336 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13338         * fvwm/windowshade.c (CMD_WindowShade):
13339         changed syntax of windowshade with direction
13340         (CMD_WindowShade):
13341         update button state after unshading
13343         * fvwm/add_window.c (AddWindow):
13344         fixed mini icon update
13346         * fvwm/events.c (HandleEnterNotify):
13347         fixed icon picture redrawing
13348         icon titles are no longer raised and expanded if the icon has only a
13349         title
13351         * fvwm/move_resize.c (resize_window):
13352         fixed core dump
13354         * libs/gravity.c (gravity_move_resize_parent_child):
13355         * fvwm/frame.c (frame_get_titlebar_dimensions):
13356         (frame_prepare_animation_shape):
13357         (frame_move_resize_step):
13358         (frame_get_titlebar_dimensions_only):
13359         (frame_get_hidden_pos):
13360         (frame_update_hidden_window_pos):
13361         (frame_free_move_resize_args):
13362         (frame_create_move_resize_args):
13363         fixed shading of shaped windows
13365         * fvwm/borders.c:
13366         clean up
13368         * fvwm/fvwm.c (main):
13369         * fvwm/misc.c (GrabEm):
13370         fixed a problem with the cursor shape during window shading
13372         * fvwm/update.c (apply_window_updates):
13373         fixed drawing of hilighted window after a decoration change
13375         * fvwm/update.c (apply_window_updates):
13376         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13377         * fvwm/borders.c (RedrawDecorations):
13378         renamed RedrawDecorations()
13380         * fvwm/move_resize.c (move_window_doit):
13381         * libs/fvwmrect.c:
13382         * fvwm/misc.c (move_into_rectangle):
13383         (intersect_xrectangles):
13384         functions renamed and moved to fvwmrect.c
13386         * fvwm/borders.c (border_get_changed_border_parts):
13387         (frame_get_changed_border_parts):
13388         reduced border redrawing
13389         moved fucntion to borders.c
13391         * fvwm/events.c (HandleButtonPress):
13392         (DispatchEvent):
13393         suppress button events on frame windows
13395         * fvwm/frame.c (frame_setup_border):
13396         fixed a problem with the border setup
13398         * fvwm/borders.c (border_draw_decorations):
13399         * fvwm/events.c (HandleEnterNotify):
13400         fixed icon title drawing
13402         * fvwm/misc.c (GrabEm):
13403         fixed a pointer grab hang with xmag?
13405         * fvwm/move_resize.c (resize_window):
13406         use frame_move_resize function to improve performance
13408         * fvwm/add_window.c (AddWindow):
13409         fixed recaturing shaded windows
13411         * fvwm/borders.c:
13412         suppress unnecessary title redraws
13414         * fvwm/frame.c:
13415         window shading works again; there are still some problems with
13416         recapture, restart, border drawing and shaped windows
13418 2002-03-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13420         * fvwm/geometry.c (get_shaded_geometry_with_dir):
13421         new function
13423         * fvwm/frame.c (frame_get_title_bar_dimensions):
13424         fixed minor button layout bug
13425         (frame_update_hidden_window_pos):
13427         * fvwm/ewmh_names.c (EWMH_WMName):
13428         * fvwm/gnome.c (GNOME_HandlePropRequest):
13429         * fvwm/focus.c (DoSetFocus):
13430         * fvwm/stack.c (new_layer):
13431         * fvwm/icons.c (DeIconify):
13432         (Iconify):
13433         * fvwm/events.c (HandleFocusIn):
13434         (HandlePropertyNotify):
13435         (HandleExpose):
13436         (HandleMapNotify):
13437         (HandleButtonPress):
13438         (HandleLeaveNotify):
13439         * fvwm/builtins.c (CMD_ChangeDecor):
13440         (CMD_UpdateDecor):
13441         * fvwm/move_resize.c (resize_move_window):
13442         (resize_window):
13443         (resize_window):
13444         (maximize_fvwm_window):
13445         (handle_stick):
13446         * fvwm/borders.c (DrawDecorations):
13447         (RedrawDecorations):
13448         removed function DrawDecorations()
13449         (border_draw_decorations):
13450         renamed draw_decorations_with_geom() to border_draw_decorations()
13452         * fvwm/events.c (HandleExpose):
13453         fixed drawing icon titles
13455         * fvwm/add_window.c (adjust_fvwm_internal_windows):
13456         * fvwm/events.c (HandleFocusIn):
13457         (HandleFocusOut):
13458         * fvwm/screen.h (ScreenInfo):
13459         return the focus to the window that had the focus before an or window
13460         stole it and then died.
13462         * fvwm/menus.c (scanForColor):
13463         removed duplicate call of strlen
13464         use alloca instead of safemalloc
13466         * fvwm/menustyle.c (menustyle_parse_style):
13467         don't call memset right before memcpy
13469         * fvwm/module_interface.c (AddToMessageQueue):
13470         (DeleteMessageQueueBuff):
13471         removed one safemalloc and inline'd the function
13472         merged AddToMessageQueue into PositiveWrite
13474         * fvwm/borders.c (border_draw_decor_to_pixmap):
13475         fixed pixmap and mini icon buttons
13476         (border_fill_pixmap_background):
13477         fixed an X error
13478         (border_get_tb_parts_to_draw):
13479         buttons and title background using the border style is updated when the
13480         buttons moves
13482         * fvwm/events.c (WaitForButtonsUp):
13483         don't grab the whole server but merely the pointer to allow applications
13484         redrawing themselves
13486         * fvwm/borders.c:
13487         finished writing title drawing code
13489         * fvwm/move_resize.c (resize_window):
13490         (resize_move_window):
13491         (unmaximize_fvwm_window):
13492         removed now unnecessary calls to DrawDecorations()
13494         * fvwm/frame.c (frame_hide_changing_window_parts):
13495         fixed hiding bottom/right titles
13497         * fvwm/add_window.c (AddWindow):
13498         fixed recapturing shaded windows
13500         * fvwm/misc.c (GrabEm):
13501         fixed the cursor over the title window while resizing
13503 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13505         * libs/Graphics.c (CreateTiledPixmap):
13506         improved efficience: let the X server tile a pixmap via the GC settings
13508         * fvwm/fvwm.c (CreateGCs):
13509         * fvwm/screen.h (ScreenInfo):
13510         added new global GC Scr.TileGC
13512         * fvwm/borders.c (border_fill_pixmap_background):
13513         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13514         use already created gcs
13516         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13517         * fvwm/menus.c (paint_menu_gradient_background):
13518         fixed using a randow members in gcs
13520 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13522         * configure.in:
13523         added compilation test for fribidi
13525 2002-03-22  Dan Espen  <dane@mk.telcordia.com>
13527         * NEWS: Document FvwmForm timeout.
13529 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13531         * fvwm/session.c (MatchWinToSM):
13532         * fvwm/add_window.c (AddWindow):
13533         preserve user states over a restart
13535         * fvwm/add_window.c (setup_window_structure):
13536         preserve user states over a recapture
13538         * fvwm/functions.c (execute_function):
13539         "Silent" suppresses the "No such command ..." message
13541         * fvwm/frame.c (frame_move_resize):
13542         * fvwm/misc.c (GrabEm):
13543         fixed the cursor shape during resizing
13544         fixed button looks in small windows
13546 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13548         * libs/FBidi.c:
13549         * libs/FBidi.h:
13550         new files
13552 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13554         * fvwm/fvwm.c (LoadDefaultLeftButton):
13555         (LoadDefaultRightButton):
13556         * fvwm/borders.c (border_draw_vector_to_pixmap):
13557         * fvwm/screen.h (DecorFace):
13558         * fvwm/builtins.c (ReadDecorFace):
13559         fixed transparent vector line support
13561         * libs/Graphics.c (CreateGradientPixmap):
13562         fixed potential core dump with illegal gradients
13564 2002-03-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13566         * fvwm/fvwm.h (FvwmWindow):
13567         removed button_background_pixmap member
13569         * fvwm/update.c (apply_window_updates):
13570         fixed changing the decoration size
13572         * fvwm/windowshade.c (CMD_WindowShade):
13573         * fvwm/frame.c (frame_setup_border):
13574         * fvwm/functions.c (execute_complex_function):
13575         removed debug code
13577         * fvwm/move_resize.c (resize_window):
13578         fixed aboting of a opaque resize w/ maximized windows
13579         (ParseOneResizeArgument):
13580         resize arguments don't take the border into account
13581         (GetResizeArguments):
13582         implemented new option "Frame" to the Resize and ResizeMove commands
13584 2002-03-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13586         * fvwm/fvwm2.1:
13587         * fvwm/builtins.c (ReadDecorFace):
13588         * fvwm/borders.c (DrawLinePattern):
13589         implemented transparent drawing color in vector buttons: C == 4
13591         * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13592         * fvwm/builtins.c (ReadDecorFace):
13593         increased allowed number of lines in a vector button to 10000 and moved
13594         the definition to defaults.h
13596         * fvwm/virtual.c (MoveViewport):
13597         don't send useless M_NEW_PAGE packets
13599         * fvwm/frame.c:
13600         * fvwm/borders.c:
13601         started work on new button/title drawing code
13603         * fvwm/events.c (HandleExpose):
13604         don't handle expose on the title bar
13606         * fvwm/borders.c:
13607         * fvwm/frame.c (frame_get_sidebar_geometry):
13608         * fvwm/fvwm.h (FvwmWindow):
13609         replaced border_state with decor_state
13611         * libs/defaults.h (NR_RIGHT_BUTTONS):
13612         added a comment
13614         * fvwm/events.h:
13615         * fvwm/events.c (HandleExpose):
13617         * fvwm/frame.c (frame_setup_border):
13618         hide sidebars if they are too small, i.e. 0 pixels
13620 2002-03-20  olicha  <olivier.chapuis@free.fr>
13622         * libs/Flocale.c (FlocaleFreeNameProperty):
13623         Fixed random core dump
13625 2002-03-19  olicha  <olivier.chapuis@free.fr>
13627         * fvwm/ConfigFvwmDefaults:
13628         RightTitleRotatedCW is a default
13630 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13632         * fvwm/frame.c (frame_get_sidebar_geometry):
13633         window corners are always at least the border width thick
13635         * fvwm/geometry.c (update_absolute_geometry):
13636         fixed south/east shading
13638         * fvwm/frame.c (frame_move_resize_step):
13639         did the best I could to prevent rxvt from flashing in the background
13640         colour
13642         * fvwm/add_window.c (get_default_window_attributes):
13643         (get_default_window_attributes):
13644         (setup_resize_handle_windows):
13645         * fvwm/borders.c (border_get_border_gcs):
13646         applied -visual fix by Hippo
13648         * fvwm/cursor.c (CMD_CursorStyle):
13649         fixed endless loop
13651         * fvwm/frame.c (frame_get_title_bar_dimensions):
13652         fixed order of right buttons
13653         (frame_move_resize_step):
13654         reduced flashing when maximizing
13656         * fvwm/geometry.c (update_absolute_geometry):
13657         adapted for horizontal shading
13659 2002-03-19  Mikhael Goikhman  <migo@homemail.com>
13661         * fvwm/borders.c:
13662         * fvwm/builtins.c:
13663         * fvwm/fvwm.h:
13664         * fvwm/geometry.c:
13665         * libs/Fft.c:
13666         * libs/Flocale.c:
13667         * libs/Flocale.h:
13668         several renamings of text_direction to text_rotation
13670 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13672         * fvwm/windowshade.c (CMD_WindowShade):
13673         * fvwm/frame.c (frame_create_move_resize_args):
13674         (frame_move_resize_step):
13675         hack to enable non-animated window shading for the time being
13677         * fvwm/style.c (parse_and_set_window_style):
13678         (parse_and_set_window_style):
13679         allow to abbreviate [Counter]ClockWise with [C]CW
13681         * fvwm/frame.c (frame_move_resize_step):
13682         fixed
13684         * fvwm/geometry.c (gravity_constrain_size):
13685         removed useless code
13687         * fvwm/update.c (apply_window_updates):
13688         * fvwm/add_window.c (AddWindow):
13689         * fvwm/move_resize.c (unmaximize_fvwm_window):
13690         (resize_window):
13691         do not write into frame_g. only frame.c should do this
13693         * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
13694         (MIN_WINDOW_TITLE_LENGTH):
13695         new default values
13696         * fvwm/frame.c (frame_setup_title_bar):
13697         (get_resize_decor_gravities_one_axis):
13698         (frame_setup_window_internal):
13699         (frame_move_resize_step):
13700         (frame_create_move_resize_args):
13701         rewrote frame_setup_title_bar function
13703         * fvwm/add_window.c (setup_frame_stacking):
13704         fixed title bar stacking order
13706         * fvwm/frame.c (frame_setup_title_bar):
13707         removed yesterday's 'fix'
13709         * fvwm/add_window.c (hide_screen):
13710         (setup_title_window):
13711         (setup_resize_handle_windows):
13712         (setup_button_windows):
13713         fixed visual and depth of decoration windows
13715 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13717         * fvwm/frame.c (frame_setup_title_bar):
13718         fixed title layout bug
13720         * fvwm/move_resize.c (MaximizeHeight):
13721         fixed bug in "grow" option of the Maximize command
13723         * fvwm/geometry.h:
13724         fixed broken prototype for get_title_font_size_and_offset
13726         * fvwm/geometry.c (get_title_font_size_and_offset):
13727         simplified code a bit
13729 2002-03-18  olicha  <olivier.chapuis@free.fr>
13731         * fvwm/geometry.h:
13732         * fvwm/geometry.c (get_title_font_size_and_offset):
13733         * fvwm/add_window.c (setup_title_geometry):
13734         * fvwm/style.h:
13735         * fvwm/style.c (parse_and_set_window_style):
13736         (check_window_style_change):
13737         * fvwm/update.c (apply_window_updates):
13738         * fvwm/window_flags.h:
13739         * fvwm/fvwm.h:
13740         Reworte side title direction styles and use LeftTitleRotatedClockWise /
13741         LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
13742         RightTitleRotatedCounterClockWise
13744 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13746         * acconfig.h:
13747         * vms/config.h (FMiniIconsSupported):
13748         removed last traces of MINI_ICONS ifdef
13750         * fvwm/windowlist.c (CMD_WindowList):
13751         * fvwm/update.c (apply_window_updates):
13752         * fvwm/style.h:
13753         * fvwm/style.c (merge_styles):
13754         (parse_and_set_window_style):
13755         (check_window_style_change):
13756         * fvwm/screen.h:
13757         * fvwm/module_interface.c (SendMiniIcon):
13758         (BroadcastMiniIcon):
13759         (CMD_Send_WindowList):
13760         * fvwm/fvwm.h (FvwmWindow):
13761         * fvwm/ewmh_icons.c (ewmh_WMIcon):
13762         (EWMH_DoUpdateWmIcon):
13763         (ewmh_SetWmIconFromPixmap):
13764         (EWMH_DeleteWmIcon):
13765         (EWMH_SetIconFromWMIcon):
13766         * fvwm/builtins.c (ReadDecorFace):
13767         * fvwm/borders.c (DrawButton):
13768         (CMD_BorderStyle):
13769         (CMD_BorderStyle):
13770         * fvwm/add_window.c (setup_window_structure):
13771         (setup_mini_icon):
13772         (destroy_mini_icon):
13773         (change_mini_icon):
13774         (AddWindow):
13775         * acconfig.h (FMiniIconsSupported):
13776         replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
13777         compiler checks
13779         * fvwm/screen.h:
13780         removed an FANCY_TITLEBARS ifdef
13782         * fvwm/borders.c (border_draw_one_part):
13783         (border_draw_border_parts):
13784         (border_draw_all_parts):
13785         (draw_clipped_decorations_with_geom):
13786         performance enhancement
13788 2002-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13790         * fvwm/frame.c (frame_move_resize_step):
13791         force setting up the border when function is called with FRAME_MR_SETUP
13792         (frame_setup_window_internal):
13793         removed duplicate frame setup
13795         * fvwm/borders.c (border_get_parts_and_pos_to_draw):
13796         fixed logic bug
13797         (draw_clipped_decorations_with_geom):
13798         do not flush the X queue after drawing; let the caller do it
13800         * fvwm/frame.c (frame_get_sidebar_geometry):
13801         fixed layout of windows with a small height
13802         (frame_hide_changing_window_parts):
13803         fixed flickering
13805         * fvwm/borders.c:
13806         * fvwm/frame.c:
13807         made good progress with frame layout rewrite. I think it is already
13808         considerably faster.
13809         some general clean up
13811         * fvwm/add_window.c (setup_decor_window):
13812         function removed
13814         * fvwm/windowshade.c (CMD_WindowShade):
13815         * fvwm/stack.c (verify_stack_ring_consistency):
13816         (RaiseOrLowerWindow):
13817         * fvwm/move_resize.c (resize_move_window):
13818         (move_window_doit):
13819         (draw_move_resize_grid):
13820         * fvwm/icons.c (DrawIconWindow):
13821         * fvwm/icccm2.c (CloseICCCM2):
13822         (convertProperty):
13823         (HandleSelectionRequest):
13824         * fvwm/fvwm.c (main):
13825         (SaveDesktopState):
13826         * fvwm/focus.c (DoSetFocus):
13827         * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
13828         * fvwm/events.c (HandlePropertyNotify):
13829         (HandleButtonPress):
13830         (HandleConfigureRequest):
13831         * fvwm/add_window.c (RestoreWithdrawnLocation):
13832         (Reborder):
13833         * fvwm/builtins.c (CMD_Delete):
13834         (CMD_Destroy):
13835         (CMD_Close):
13836         (CMD_FakeClick):
13837         * fvwm/menus.c (paint_menu):
13838         (DestroyMenu):
13839         * fvwm/misc.c (UngrabEm):
13840         (GrabEm):
13841         * fvwm/schedule.c (execute_obj_func):
13842         * fvwm/add_window.c (hide_screen):
13843         (destroy_window):
13844         use XFlush instead of XSync when the latter is not necessary
13846         * libs/fvwmrect.c (fvwmrect_rectangles_equal):
13847         new function
13849         * fvwm/add_window.c (adjust_fvwm_internal_windows):
13850         inform frame module if the window with the hide windows dies
13852         * fvwm/placement.c (PlaceWindow):
13853         (CMD_PlaceAgain):
13854         * fvwm/add_window.c (setup_window_attr):
13855         (setup_frame_attributes):
13856         (AddWindow):
13857         (RestoreWithdrawnLocation):
13858         (setup_window_placement):
13859         * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
13860         (get_title_geometry):
13861         * fvwm/fvwm.c (InitVariables):
13862         * fvwm/frame.c (frame_setup_frame):
13863         * fvwm/colormaps.c (HandleColormapNotify):
13864         (InstallWindowColormaps):
13865         * fvwm/events.c (HandleConfigureRequest):
13866         (HandleUnmapNotify):
13867         * fvwm/fvwm.h (FvwmWindow):
13868         removed attr member of FvwmWindow and replaced by a structure defined
13869         ourselves that is much smaller
13871         * fvwm/add_window.c (hide_screen):
13872         don't use save_unders and backing_store for the window used in recapture
13874         * fvwm/frame.c (frame_init):
13875         * fvwm/fvwm.c (main):
13876         new function to initialise frame module
13878         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
13879         new function
13881 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13883         * fvwm/frame.c:
13884         clean up
13886         * fvwm/borders.h (enum):
13887         * fvwm/borders.c (draw_clipped_decorations_with_geom):
13888         (border_get_parts_and_pos_to_draw):
13889         * fvwm/fvwm.h (struct):
13890         some clean up
13891         fixed calculations of which border parts to draw
13893         * fvwm/fvwm2.1:
13894         corrected some typos
13895         * fvwm/frame.c:
13896         * fvwm/borders.c:
13897         handle marks work again
13899 2002-03-16  Dan Espen  <dane@mk.telcordia.com>
13901         * AUTHORS: New author added.
13903 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13905         * fvwm/frame.c:
13906         * fvwm/borders.c:
13907         * fvwm/add_window.c (setup_frame_stacking):
13908         * fvwm/cursor.c (CMD_CursorStyle):
13909         * fvwm/events.c (HandleExpose):
13910         (HandleMapNotify):
13911         (HandleEnterNotify):
13912         (HandleLeaveNotify):
13913         (GetContext):
13914         * fvwm/geometry.c (get_title_button_geometry):
13915         * fvwm/virtual.c (map_window):
13916         * fvwm/add_window.c (setup_parent_window):
13917         (setup_resize_handle_cursors):
13918         (setup_resize_handle_windows):
13919         (resize_resize_handle_windows):
13920         (change_resize_handle_windows):
13921         some progress with new frame layout
13923         * fvwm/add_window.c (setup_visible_name):
13924         fixed off-by-one bug in setup_visible_name
13925         maximum window number can be set in defaults.h
13927 2002-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13929         * fvwm/windowlist.h:
13930         * fvwm/virtual.h:
13931         * fvwm/update.h:
13932         * fvwm/style.h:
13933         * fvwm/read.h:
13934         * fvwm/placement.h:
13935         * fvwm/menus.h:
13936         * fvwm/move_resize.h:
13937         * fvwm/icons.h:
13938         * fvwm/geometry.h:
13939         * fvwm/frame.h:
13940         * fvwm/focus.h:
13941         * fvwm/events.h:
13942         * fvwm/borders.h:
13943         * fvwm/add_window.h:
13944         * fvwm/ewmh_names.c:
13945         * fvwm/ewmh_icons.c:
13946         * fvwm/ewmh_events.c:
13947         * fvwm/ewmh.c:
13948         * fvwm/frame.c:
13949         * fvwm/menucmd.c:
13950         * fvwm/schedule.c:
13951         * fvwm/geometry.c:
13952         * fvwm/gnome.c:
13953         * fvwm/windowlist.c:
13954         * fvwm/cursor.c:
13955         * fvwm/update.c:
13956         * fvwm/bindings.c:
13957         * fvwm/colormaps.c:
13958         * fvwm/decorations.c:
13959         * fvwm/conditional.c:
13960         * fvwm/misc.c:
13961         * fvwm/read.c:
13962         * fvwm/placement.c:
13963         * fvwm/fvwm.c:
13964         * fvwm/virtual.c:
13965         * fvwm/session.c:
13966         * fvwm/functions.c:
13967         * fvwm/stack.c:
13968         * fvwm/icons.c:
13969         * fvwm/module_interface.c:
13970         * fvwm/style.c:
13971         * fvwm/add_window.c:
13972         * fvwm/events.c:
13973         * fvwm/builtins.c:
13974         * fvwm/move_resize.c:
13975         * fvwm/borders.c:
13976         * fvwm/menus.c:
13977         * fvwm/fvwm.h (FvwmWindow):
13978         moved all windows into a separate sub structure and wrote access macros
13979         renamed FvwmWindow argument to builtin commands to "fw"
13980         renamed tmp_win to fw everywhere
13982         * fvwm/borders.c (RedrawBorder):
13983         * fvwm/decorations.c (SelectDecor):
13984         * fvwm/add_window.c (setup_style_and_decor):
13985         (setup_resize_handle_cursors):
13986         * fvwm/window_flags.h:
13987         * fvwm/fvwm.h (struct):
13988         added new member has_handles and new macro HAS_HANDLES
13990         * fvwm/decorations.c (SelectDecor):
13991         fixed the NoHandles style
13993         * fvwm/decorations.c (SelectDecor):
13994         * fvwm/style.c (check_window_style_change):
13995         (parse_and_set_window_style):
13996         * fvwm/style.h:
13997         * fvwm/fvwm.h (struct):
13998         renamed has_no_handles to has_no_border
14000 2002-03-15  olicha  <olivier.chapuis@free.fr>
14002         * libs/Flocale.h:
14003         * libs/Fft.c (is_utf8_encoding):
14004         Compilation fixes
14006         * libs/Flocale.h:
14007         s/COMPUND_TEXT/COMPOUND_TEXT
14009         * fvwm/fvwm2.1:
14010         Removed matrix xft specification doc as now it is use internally by
14011         fvwm
14013         * libs/Flocale.c (FlocaleRotateDrawString):
14014         (FlocaleUnloadFont):
14015         (FlocaleDrawString):
14016         (FlocaleTextWidth):
14017         * libs/Fft.h:
14018         * libs/Fft.c (FftGetRotatedFont):
14019         (FftGetFont):
14020         (FftDrawString):
14021         (FftTextWidth):
14022         * fvwm/borders.c (DrawMultiPixmapTitlebar):
14023         (RedrawTitle):
14024         * fvwm/geometry.c (get_title_font_size_and_offset):
14025         * fvwm/style.c (parse_and_set_window_style):
14026         (check_window_style_change):
14027         * fvwm/update.c (apply_window_updates):
14028         * fvwm/update.h:
14029         * fvwm/style.h:
14030         * fvwm/fvwm.h:
14031         * fvwm/window_flags.h:
14032         Implemented vertical text rendering, new style SideTitleTextDefault,
14033         SideTitleTextTopToBottom, SideTitleTextBottomToTop
14035 2002-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14037         * fvwm/fvwm.h:
14038         removed inclusion of fvwmdebug.h
14040         * libs/gravity.c (ParseDirectionArgument):
14041         fixed direction parsing
14043         * fvwm/menus.c (get_menu_options):
14044         fixed a compiler warning
14046 2002-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14048         * fvwm/bindings.c (ParseBinding):
14049         fixed compiler warning
14051         * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14052         * fvwm/ewmh.h:
14053         fixed compilation w/ --disable-ewmh
14055         * fvwm/windowlist.c (CMD_WindowList):
14056         fixed parsing of conditions versus position of window list broken with
14057         a recent "fix"
14059 2002-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14061         * libs/Fft.h:
14062         * libs/Fft.c (FftTextWidth):
14063         (is_utf8_encoding):
14064         (FftGetFontWidths):
14065         (FftDrawString):
14066         removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14067         if HAVE_XFT was not set.
14069         * fvwm/events.h (XEVMASK_DECORW):
14070         select EnterNotify and LeaveNotify on frame instead of decor_w
14072         * fvwm/add_window.c (setup_title_window):
14073         (setup_button_windows):
14074         (setup_resize_handle_windows):
14075         frame window is the new parent of the title, button and handle windows
14076         (setup_frame_stacking):
14077         new stacking order of decoration windows
14079         * fvwm/menuitem.c (menuitem_paint):
14080         * fvwm/events.c (HandleExpose):
14081         xft fixes
14083         * fvwm/move_resize.c (unmaximize_fvwm_window):
14084         don't force to redraw the frame
14086         * libs/gravity.c (gravity_get_offsets):
14087         (gravity_move):
14088         (gravity_resize):
14089         functions moved to gravity.c
14091 2002-03-10  olicha  <olivier.chapuis@free.fr>
14093         * acconfig.h (HAVE_XFT_UTF8):
14094         * configure.in:
14095         * libs/Fft.c (is_utf8_encoding):
14096         (FftGetFontWidths):
14097         (FftDrawString):
14098         (FftTextWidth):
14099         Detected if Xft can handle utf8 string
14101         * libs/Fft.h:
14102         * fvwm/menuitem.c (menuitem_paint):
14103         * fvwm/events.c (HandleExpose):
14104         Fixed Xft related compilation failure and warning
14106 2002-03-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14108         * fvwm/virtual.c:
14109         * fvwm/update.c:
14110         * fvwm/move_resize.c:
14111         * fvwm/icons.c:
14112         * fvwm/focus.c:
14113         * fvwm/events.c:
14114         * fvwm/builtins.c:
14115         * fvwm/add_window.c:
14116         * fvwm/frame.c (frame_setup_window):
14117         (frame_force_setup_window):
14118         (frame_setup_shape):
14119         SetupFrame renamed to frame_setup_window
14120         ForceSetupFrame renamed to frame_force_setup_window
14121         SetShape renamed to frame_setup_shape
14123         * fvwm/windowshade.c:
14124         moved most code to frame.c
14126         * fvwm/frame.c (SetShape):
14127         (SetupTitleBar):
14128         (set_decor_gravity):
14129         (ForceSetupFrame):
14130         (SetupFrame):
14131         functions moved to new file
14133         (SetupTitleBar):
14134         (frame_setup_title_bar):
14135         renamed function
14137         * libs/Parse.h:
14138         direction code moved to gravity.c and gravity.h
14140         * fvwm/windowshade.c (CMD_WindowShade):
14141         * fvwm/geometry.c (get_shaded_geometry):
14143         * libs/FScreen.c (FScreenInit):
14144         (FScreenUpdateEmulationMapState):
14145         changed Xinerame emulation layout
14147         * fvwm/fvwm2.1:
14148         Corrected the description of the XineramaPrimaryScreen command that was
14149         essentially lying.
14151 2002-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14153         * fvwm/menus.c (menu_tear_off):
14154         (unlink_item_from_menu):
14155         (menu_strip_tear_off_title):
14156         use the text from a title item as the tear off menu title if the menu
14157         begins with a title; skip separators and tear off bars at the front of
14158         the menu
14160         * **/*.[ch]:
14161         implemented titleatleft and titleatright styles; titles are not drawn
14162         vertically yet
14164         * fvwm/style.c (check_window_style_change):
14165         * fvwm/update.c (apply_window_updates):
14166         * fvwm/ewmh_names.c (EWMH_WMIconName):
14167         (EWMH_WMName):
14168         (charset_to_utf8):
14169         * fvwm/ewmh.c (ksmserver_workarround):
14170         * fvwm/update.c (apply_window_updates):
14171         * fvwm/conditional.c (MatchesConditionMask):
14172         * fvwm/fvwm.c (main):
14173         * fvwm/session.c (SaveWindowStates):
14174         (matchWin):
14175         (MatchWinToSM):
14176         * fvwm/functions.c (expand):
14177         * fvwm/stack.c (dump_stack_ring):
14178         (verify_stack_ring_consistency):
14179         * fvwm/module_interface.c (BroadcastWindowIconNames):
14180         (CMD_Send_WindowList):
14181         * fvwm/add_window.c (free_window_names):
14182         (free_window_names):
14183         * fvwm/events.c (HandlePropertyNotify):
14184         * fvwm/builtins.c (CMD_Wait):
14185         * fvwm/style.c (CMD_DestroyStyle):
14186         (lookup_style):
14187         Adapted to changes of Flocale.h
14189         * acconfig.h:
14190         removed COMPUND_TEXT ifdef
14192         * configure.in:
14193         mutibyte defaults to on
14195         * acconfig.h:
14196         * libs/Flocale.c:
14197         * libs/Flocale.h:
14198         * fvwm/fvwm.h (FvwmWindow):
14199         cleaned up Flocale stuff for better information hiding
14201         * libs/Flocale.c (get_FlocaleFontSet):
14202         (get_FlocaleFont):
14203         added a new font strucht member min_char_offset for vertical text
14205         * libs/Flocale.c (get_FlocaleFontSet):
14206         fixed a bug in descent calculation
14208         * fvwm/fvwm.h (FvwmWindow):
14209         removed title_g
14211         * fvwm/borders.c (RedrawButtons):
14212         (SetupTitleBar):
14213         (RedrawBorder):
14214         (SetupFrame):
14215         (RedrawTitle):
14216         (DrawMultiPixmapTitlebar):
14217         don't use title_g or boundary_width
14219         * libs/Flocale.c (FlocaleTextWidth):
14220         * libs/Flocale.c (FlocaleDrawString):
14221         added interface for vertical strings
14222         * libs/Flocale.h (FlocaleWinString):
14223         added flags structure w/ is_vertical_string flag
14225         * fvwm/borders.c (RedrawTitle):
14226         (DrawMultiPixmapTitlebar):
14227         * fvwm/screen.h (ScreenInfo):
14228         * fvwm/icons.c (DrawIconWindow):
14229         * fvwm/move_resize.c (DisplayPosition):
14230         (DisplaySize):
14231         * fvwm/screen.h (ScreenInfo):
14232         removed ScratchStr and TitleStr; *please* don't use global variables
14233         without need
14235         * fvwm/move_resize.c (ParseOneResizeArgument):
14236         (GetResizeArguments):
14237         (GetResizeMoveArguments):
14238         (resize_window):
14239         (resize_move_window):
14240         * fvwm/module_interface.c (CONFIGARGS):
14241         (OLDCONFIGARGS):
14242         (CONFIGARGSNEW):
14243         * fvwm/placement.c (PlaceWindow):
14244         * fvwm/add_window.c (setup_title_window):
14245         (setup_button_windows):
14246         (setup_parent_window):
14247         (resize_resize_handle_windows):
14248         (change_resize_handle_windows):
14249         (AddWindow):
14250         * fvwm/geometry.c (get_window_borders):
14251         (gravity_get_naked_geometry):
14252         (gravity_add_decoration):
14253         (constrain_size):
14254         don't use title_g.width and title_g.height anymore
14256         * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14257         new macro
14259         * fvwm/borders.c (SetupTitleBar):
14260         * fvwm/add_window.c (setup_title_window):
14261         don't use title_g.x and title_g.y anymore
14262         (setup_title_geometry):
14263         new function
14265         * fvwm/fvwm.h (FvwmWindow):
14266         replaced title_g by title_length and title_thickness
14267         renamed title_text_y to title_text_offset
14269         * fvwm/add_window.c (setup_style_and_decor):
14270         (setup_parent_window):
14271         * fvwm/decorations.c (SelectDecor):
14272         * fvwm/placement.c (PlaceWindow):
14273         * fvwm/windowlist.c (CMD_WindowList):
14274         * fvwm/events.c (SendConfigureNotify):
14275         (HandlePropertyNotify):
14276         (HandleMapNotify):
14277         * fvwm/move_resize.c (DisplaySize):
14278         (ParseOneResizeArgument):
14279         (GetResizeArguments):
14280         (GetResizeMoveArguments):
14281         (resize_window):
14282         (resize_move_window):
14283         * fvwm/geometry.c (gravity_get_naked_geometry):
14284         (gravity_add_decoration):
14285         (constrain_size):
14286         don't use boundary_width anymore
14288         * fvwm/borders.c (SetupTitleBar):
14289         made static
14291         * fvwm/fvwmdebug.c:
14292         removed outdated file that was never used
14294         * fvwm/move_resize.c (move_window_doit):
14295         fixed GNOME and EWMH hints when unsticking a window
14297         * fvwm/virtual.c (CMD_MoveToDesk):
14298         unstick windows when MoveToDesk is used
14300         * fvwm/builtins.c:
14301         * fvwm/windowshade.c (CMD_WindowShade):
14302         (CMD_WindowShadeAnimate):
14303         functions moved to windowshade.c
14305         * fvwm/window_flags.h:
14306         * fvwm/menus.c (pop_menu_up):
14307         * fvwm/builtins.c (CMD_WindowShade):
14308         * fvwm/move_resize.c (resize_window):
14309         * fvwm/icons.c (AutoPlaceIcon):
14310         * fvwm/borders.c (SetupFrame):
14311         don't use HAS_BOTTOM_TITLE any more
14312         (ButtonPosition):
14313         function removed
14315         * fvwm/geometry.c (get_title_font_width_and_offset):
14316         * fvwm/geometry.c (set_window_border_size):
14317         * fvwm/geometry.c (is_window_border_minimal):
14318         * fvwm/geometry.c (get_window_borders_no_title):
14319         * fvwm/geometry.c (get_shaded_client_window_pos):
14320         * fvwm/geometry.c (get_icon_corner):
14321         * fvwm/geometry.c (get_title_gravity):
14322         * fvwm/geometry.c (get_title_geometry):
14323         * fvwm/borders.c (get_button_number):
14324         new functions
14326         * fvwm/borders.c (SetupFrame):
14327         (SetShape):
14328         * fvwm/events.c (HandleShapeNotify):
14329         * fvwm/borders.c (SetupTitleBar):
14330         * fvwm/update.c (apply_window_updates):
14331         * fvwm/add_window.c (setup_window_font):
14332         removed title_top_height
14334         * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14335         renamed
14337         * fvwm/events.c (SendConfigureNotify):
14338         * fvwm/events.c (HandleConfigureRequest):
14339         preparations for W/E titles
14340         don't use title_top_height any more
14342         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14343         use title_dir flags
14345         * fvwm/geometry.c (get_window_borders):
14346         * fvwm/style.c (parse_and_set_window_style):
14347         (check_window_style_change):
14348         * fvwm/style.h (SCSET_TITLE_DIR):
14349         * fvwm/window_flags.h (GET_TITLE_DIR):
14350         * fvwm/fvwm.h (struct):
14351         replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14352         DIR_W or DIR_E
14354         * libs/Parse.c (ParseDirectionArgument):
14355         * libs/Parse.h:
14356         use new type direction_type
14358 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14360         * fvwm/ewmh.c (EWMH_SetFrameStrut):
14361         use function from geometry.c to get the border size
14363         * fvwm/geometry.c (get_shaded_geometry):
14364         added code for shading in all directions
14366 2002-03-07  Dan Espen  <dane@mk.telcordia.com>
14368         * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14370 2002-03-07  olicha  <olivier.chapuis@free.fr>
14372         * libs/Flocale.c (FInitLocale):
14373         * fvwm/fvwm.c (main):
14374         Set the locale using "" as locale argument
14376 2002-03-07  Mikhael Goikhman  <migo@homemail.com>
14378         * fvwm/fvwm2.1:
14379         fixed some typos and indentation of several new variable entries
14381 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14383         * fvwm/functions.h (enum):
14384         * fvwm/functions.c (func_config):
14385         * fvwm/commands.h:
14386         * fvwm/conditional.c (CMD_ThisWindow):
14387         renamed command "This" to "ThisWindow"
14389         * fvwm/conditional.c (Circulate):
14390         "Current" no longer selects a random window when no window is focused
14392         * fvwm/icccm2.c (SetupICCCM2):
14393         removed debug fprintf
14395         * fvwm/functions.c (expand_extended_var):
14396         implemented new extended variables pointer.x, pointer.x, pointer.wx,
14397         pointer.wy, pointer.cx and pointer.cy.
14399         * libs/Parse.c (ParseDirectionArgument):
14400         allow N, S, W, E, NW, SW, SE, NE for direction arguments
14402         * fvwm/builtins.c (CMD_WindowShade):
14403         fixes for animated shading w/ titleatbottom+north and titleattop+south
14405 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14407         * fvwm/move_resize.c (moveLoop):
14408         (resize_window):
14409         * fvwm/virtual.c (HandlePaging):
14410         moving/resizing windows opaque is much faster
14412 2002-03-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14414         * fvwm/add_window.c (resize_resize_handle_windows):
14415         (change_resize_handle_windows):
14416         (setup_window_font):
14417         fixed changing the handlewidth style
14419         * fvwm/update.c (apply_window_updates):
14420         * fvwm/geometry.c (update_absolute_geometry):
14421         * fvwm/builtins.c (CMD_WindowShade):
14422         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14423         * fvwm/conditional.c (CreateConditionMask):
14424         * fvwm/geometry.c (get_shaded_geometry):
14425         * fvwm/session.c (MatchWinToSM):
14426         * fvwm/add_window.c (setup_window_structure):
14427         (AddWindow):
14428         * fvwm/window_flags.h (SHADED_DIR):
14429         * fvwm/fvwm.h (struct):
14430         implemented new WindowShade options "North" and "South" to allow shading
14431         a window in either direction, regardless of if the title is at the top
14432         or bottom.
14434         * libs/Module.c (module_expand_action):
14435         new convenience function for modules
14437 2002-03-03  Dan Espen  <dane@mk.telcordia.com>
14439         * fvwm/fvwm2.1: Fixes to the font section.
14441 2002-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14443         * fvwm/conditional.c (CMD_WindowId):
14444         set the correct context window for unmanaged windows
14446         * fvwm/icons.c (DrawIconWindow):
14447         raise the icon title even if it's too small to be expanded
14449         * fvwm/conditional.c (CMD_Cond):
14450         Fixed it the right way this time
14451         (CMD_Any):
14452         same fix for the 'Any' command
14453         (circulate_cmd):
14454         (CMD_Prev):
14455         (CMD_Next):
14456         (CMD_None):
14457         (CMD_Any):
14458         (CMD_Current):
14459         unified circulating functions into a single one
14460         (CMD_Pick):
14461         Pick allows to pick functions that have CirculateSkip set
14462         fixed a memory leak
14463         (select_cmd):
14464         (CMD_This):
14465         (CMD_Pick):
14466         (CMD_PointerWindow):
14467         unified selecting functions into a single one
14468         (CMD_PointerKey):
14469         (CMD_All):
14470         Allow user to override the default CirculateHit of these functions
14472         * fvwm/conditional.c (CMD_Cond):
14473         Fixed a problem w/ the window selection
14475         * fvwm/menus.h:
14476         * fvwm/menus.c:
14477         * fvwm/menudim.h:
14478         * fvwm/menudim.c:
14479         * fvwm/menustyle.h:
14480         * fvwm/menustyle.c:
14481         * fvwm/menucmd.c:
14482         * fvwm/menuitem.c:
14483         * fvwm/menuitem.h:
14484         moved some of the menu code into separate files
14485         more work on tear off menus; windowlist can now be torn off without a
14486         memory leak
14488         * fvwm/template.c:
14489         * fvwm/template.h:
14490         added templates for new source files
14492         * libs/Picture.c (fvwmlib_clone_color):
14493         new function
14495         * fvwm/menus.c (make_menu):
14496         (update_menu):
14497         removed unused parameter from make_menu()
14499         * fvwm/fvwm2.1 (Example):
14500         corrected statement about CaptureHonorsStartsOnPage being the default
14502 2002-03-03  Mikhael Goikhman  <migo@homemail.com>
14504         * INSTALL.fvwm:
14505         * Makefile.am:
14506         * configure.in:
14507         added and documented --disable-bidi and --disable-perllib
14509 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14511         * fvwm/geometry.c (get_window_borders):
14512         fixed calculation of $[cw.y] and $[cw.height]
14514         * fvwm/move_resize.c (resize_move_window):
14515         windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14517 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14519         * fvwm/move_resize.c (resize_move_window):
14521 2002-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14523         * configure.in:
14524         re-added --enable-xinerama-emulation option that was removed recently
14526 2002-02-28  Mikhael Goikhman  <migo@homemail.com>
14528         * INSTALL.fvwm:
14529         * NEWS:
14530         * fvwm/fvwm2.1:
14531         several corrections and rewording
14533 2002-02-28  olicha  <olivier.chapuis@free.fr>
14535         * fvwm/fvwm2.1:
14536         New section FONT NAMES AND FONT LOADING
14538         * INSTALL.fvwm:
14539         * NEWS:
14540         Document --enable-xft
14542         * libs/Fft.c (get_FlocaleXftFont):
14543         Used the xft font height in the place of ascent+descent
14545         * fvwm/icons.c (DrawIconWindow):
14546         Fixed the fg colors of the icon title
14548 2002-02-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14550         * fvwm/conditional.c (CMD_CondCase):
14551         fixed CondCase command
14552         (CMD_Cond):
14553         fixed numeric return codes
14555         * fvwm/add_window.c (CMD_Recapture):
14556         fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14558         * acinclude.m4 (smr_CHECK_LIB):
14559         disabled a destructing gnome_prefix logic again
14561         * fvwm/events.c (GetContext):
14562         * libs/Bindings.c (win_contexts):
14563         * libs/fvwmlib.h:
14564         new contexts for individual parts of the window border
14566 2002-02-26  Mikhael Goikhman  <migo@homemail.com>
14568         * acinclude.m4:
14569         disabled a destructing gnome_prefix logic
14571         * configure.in:
14572         replaced fribidi detection mechanism, now fribidi-config is used
14574 2002-02-26  olicha  <olivier.chapuis@free.fr>
14576         * acconfig.h (HAVE_XFT):
14577         * acinclude.m4:
14578         * configure.in:
14579         * libs/Fft.c (new file):
14580         * libs/Flocale.c (FlocaleLoadFont):
14581         (FlocaleUnloadFont):
14582         (FlocaleDrawString):
14583         (FlocaleTextWidth):
14584         (get_FlocaleFontSet):
14585         (get_FlocaleFont):
14586         (get_FlocaleFontOrFontSet):
14587         * libs/Flocale.h:
14588         * fvwm/Makefile.am:
14589         Added anti-alised font rendering using Xft. This is off by default.
14590         A font can now be given as a ";" separated list of either ","
14591         separated list of XFLD font name or Xft font name with "xft:" as
14592         prefix, e.g.:
14593           xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14594         See Flocale.h for details
14596         * fvwm/events.c (HandleExpose):
14597         * fvwm/menus.c (paint_item):
14598         Always clear the text area before drawing text with an Xft font
14600 2002-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14602         * acinclude.m4 (smr_CHECK_LIB):
14603         fixed a bug with variable expansion and autoconf cache values
14605 2002-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14607         * fvwm/menus.c (seek_submenu_instance):
14608         (FindPopup):
14609         * fvwm/fvwm.c (InitVariables):
14610         some general menu clean up
14612         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14613         * fvwm/move_resize.h (resize_geometry_window):
14614         * fvwm/menus.c (animated_move_back):
14615         (pop_menu_up):
14616         (ParentalMenuRePaint):
14617         Removed the global variables for parental relativity.  Please *do not*
14618         use globals in menus.c or anywhere else.  I'm trying to remove most
14619         globals in the long run.
14621         * libs/Graphics.c (do_relieve_rectangle):
14622         removed debug code
14624         * fvwm/menus.c (MenuInteraction):
14625         fixed tearing off menus by selecting a tear off item with the keyboard
14627         * fvwm/menus.c (MenuInteraction):
14628         fixed menus not popping down sometimes
14630         * fvwm/functions.c (CMD_TearMenuOff):
14631         * fvwm/menus.c (AddToMenu):
14632         (MenuInteraction):
14633         (warp_pointer_to_item):
14634         (get_selectable_item_index):
14635         (get_selectable_item_from_index):
14636         (get_selectable_item_from_section):
14637         (menuShortcuts):
14638         (paint_item):
14639         (draw_tear_off_bar):
14640         * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14641         New command "TearMenuOff" in menus.  In a normal item, this tears off
14642         the menu when selected.  If the item has no title, it is drawn as a
14643         dashed line too.  Pressing button 2 over a title tears out the menu too.
14644         some clean up
14646         * fvwm/menus.c (make_menu_window):
14647         fixed problem w/ mapping menus, performance enhancement
14649         * fvwm/builtins.c (CMD_Destroy):
14650         (CMD_Close):
14651         fixed core dump
14653         * fvwm/functions.c (execute_function):
14654         (expand_extended_var):
14655         (expand):
14656         new variable cond.rc that returns the last return code of a conditinal
14657         command
14659 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14661         * fvwm/conditional.c (CMD_Cond):
14662         (CMD_CondCase):
14663         (CMD_Break):
14664         * fvwm/commands.h:
14665         * fvwm/functions.h:
14666         * fvwm/functions.c:
14667         new conditional commands Cond, CondCase and Break
14669         * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14670         (ewmh_WMStateShaded):
14671         (ewmh_WMState):
14672         (ewmh_MoveResize):
14673         (ewmh_WMStateHidden):
14674         (ewmh_WMDesktop):
14675         (ewmh_CloseWindow):
14676         (ewmh_ActiveWindow):
14677         (ewmh_DesktopGeometry):
14678         * fvwm/gnome.c (GNOME_HandlePropRequest):
14679         * fvwm/windowlist.c (CMD_WindowList):
14680         * fvwm/update.c (apply_window_updates):
14681         * fvwm/conditional.c (CMD_Pick):
14682         (CMD_Prev):
14683         (CMD_Next):
14684         (CMD_None):
14685         (CMD_Any):
14686         (CMD_Current):
14687         (CMD_PointerWindow):
14688         (CMD_This):
14689         (CMD_All):
14690         (CMD_Direction):
14691         (CMD_WindowId):
14692         * fvwm/read.c (run_command_stream):
14693         * fvwm/fvwm.c (Done):
14694         (SetRCDefaults):
14695         (StartupStuff):
14696         (main):
14697         * fvwm/module_interface.c (ExecuteModuleCommand):
14698         * fvwm/move_resize.c (handle_stick):
14699         * fvwm/add_window.c (AddWindow):
14700         * fvwm/events.c (HandleKeyPress):
14701         (HandleButtonPress):
14702         (HandleClientMessage):
14703         (HandleButtonRelease):
14704         (HandlePropertyNotify):
14705         * fvwm/builtins.c (CMD_DestroyDecor):
14706         (AddToDecor):
14707         (CMD_StrokeFunc):
14708         * fvwm/functions.h (func_type):
14709         * fvwm/functions.c (old_execute_function):
14710         (execute_function):
14711         (execute_complex_function):
14713         * fvwm/fvwm.h (fvwm_cond_func_rc):
14714         inplemented return codes OK, NO_MATCH and ERROR for conditional commands
14716         * fvwm/ConfigFvwmDefaults:
14717         set some default styles for tear off menu windows
14719         * fvwm/menus.c (menuShortcuts):
14720         ignore actions that would normally close a menu if it's a tear off menu
14721         <Backspace> creates a tear off menu
14722         <Escape> closes a tear off menu
14724         * fvwm/builtins.c (CMD_Delete):
14725         (CMD_Destroy):
14726         (CMD_Close):
14727         * fvwm/menus.c (DestroyMenu):
14728         (make_menu_window):
14729         (MenuInteraction):
14730         * fvwm/menus.h (MenuRootDynamic):
14731         Each menu window is created with a unique display to prevent fvwm from
14732         being killed when a tear off menu is destroyed.  Of course this is
14733         inefficient, but still better than writing a menu module.
14735 2002-02-23  Mikhael Goikhman  <migo@homemail.com>
14737         * configure.in:
14738         autogenerate perllib/FVWM/Module/Makefile
14740 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14742         * fvwm/move_resize.c (moveLoop):
14743         fixed a problem with keyboard movement vs. EdgeResistance
14745 2002-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14747         * fvwm/events.c:
14748         fixed problem with root bindings and xfishtank
14750         * fvwm/windowlist.c (CMD_WindowList):
14751         applied patch by to Darren Marshall to fix placement of window list on
14752         wrong xinerama screen
14754         * libs/Parse.c (GetSuffixedIntegerArguments):
14755         integer arguments that must not have a suffix but have one are ignored
14757         * fvwm/icons.c (DeIconify):
14758         (Iconify):
14759         applied patch by Markus Schwarzenberg to fix a rare problem with the
14760         is_map_pending flag, iconified icons and restart
14762 2002-02-22  Mikhael Goikhman  <migo@homemail.com>
14764         * fvwm/commands.h:
14765         * fvwm/conditional.c (CMD_This):
14766         * fvwm/functions.c:
14767         * fvwm/functions.h:
14768         * fvwm/fvwm2.1:
14769         * NEWS:
14770         added new conditional command This
14772 2002-02-21  Mikhael Goikhman  <migo@homemail.com>
14774         * acconfig.h:
14775         * configure.in:
14776         added fribidi library detection
14778 2002-02-12  olicha  <olivier.chapuis@free.fr>
14780         * libs/Flocale.h (FlocaleFont):
14781         * libs/Flocale.c (get_FlocaleFont):
14782         (get_FlocaleFontSet):
14783         Compute the ascent and descent of the FlocaleFont structure directly
14784         from the XFontSetExtents data in the case of a fontset
14785         Added max_char_width to the FlocaleFont structure
14787         * libs/Makefile.am (libfvwm_a_SOURCES):
14788         * libs/GetFont.c:
14789         Removed libs/GetFont.c
14791         * fvwm/menus.c (FreeMenuStyle):
14792         (UpdateMenuStyle):
14793         (NewMenuStyle):
14794         (CMD_CopyMenuStyle):
14795         * fvwm/menus.h (MenuLook):
14796         Fixed default font handling font by using a new MenuLook flags
14797         USING_DEFAULT_FONT
14799         * fvwm/menus.c (UpdateMenuStyle):
14800         Fixed default font update
14802         * fvwm/fvwm.c (SetRCDefaults):
14803         (InitVariables):
14804         Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
14805         fvwm initialization
14807 2002-02-11  Mikhael Goikhman  <migo@homemail.com>
14809         * configure.in:
14810         added FvwmPerl/* file generation
14812 2002-02-11  olicha  <olivier.chapuis@free.fr>
14814         * INSTALL.fvwm:
14815         * NEWS:
14816         Multibyte news. Document --disable-compound-text and --disable-ewmh.
14818         * libs/Flocale.h:
14819         Added more documentation and change the MB_FALLBACK_FONT to
14820         "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
14821         -*-medium-r-normal-*-16-*" (with XFree) this should gives something
14822         more consistent with the none multibyte case.
14824 2002-02-10  olicha  <olivier.chapuis@free.fr>
14826         * fvwm/ewmh.c (EWMH_RestoreInitialStates):
14827         (EWMH_ExitStuff):
14828         * fvwm/events.c (HandleUnmapNotify):
14829         (HandleReparentNotify):
14830         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14831         (ewmh_WMStateSticky):
14832         (ewmh_WMStateHidden):
14833         Restore various ewmh initial states when a window is  unmapped or
14834         reparented
14836 2002-02-10  Mikhael Goikhman  <migo@homemail.com>
14838         * Makefile.am:
14839         * configure.in:
14840         added support for new perllib directory
14842 2002-02-09  olicha  <olivier.chapuis@free.fr>
14844         * libs/fvwmlib.h:
14845         * libs/Flocale.c:
14846         * libs/Flocale.h:
14847         * acconfig.h:
14848         * configure.in:
14849         Rename I18N_MB to MULTIBYTE
14850         Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
14852         * libs/Flocale.c (*):
14853         * libs/Flocale.h:
14854         New Font and Text API. A cache is used for fonts information. Font
14855         loading is more powerfull as both font or fontset can be loaded.
14856         See Flocale.h for details, more comments will be added soon.
14857         Fortunately, it seems that there are no more memory problems with
14858         --enable-multibyte!
14859         If COMPOUND_TEXT, then non XA_STRING text properties are converted
14860         with XmbTextPropertyToTextList
14862         * fvwm/events.c (HandlePropertyNotify):
14863         * fvwm/misc.c (NewFontAndColor):
14864         * fvwm/icons.h:
14865         * fvwm/misc.h:
14866         * fvwm/menus.c (FreeMenuStyle):
14867         (NewMenuStyle):
14868         (CMD_CopyMenuStyle):
14869         (draw_underline):
14870         (calculate_item_sizes):
14871         (size_menu_horizontally):
14872         (paint_item):
14873         * fvwm/builtins.c (CMD_DefaultFont):
14874         (ApplyDefaultFontAndColors):
14875         * fvwm/add_window.c (destroy_icon_font):
14876         (setup_icon_font):
14877         (destroy_window_font):
14878         (setup_window_font):
14879         (free_window_names):
14880         (setup_window_name):
14881         (setup_icon):
14882         * fvwm/fvwm.h (FvwmWindow):
14883         * fvwm/move_resize.c (DisplayPosition):
14884         (resize_geometry_window):
14885         (DisplaySize):
14886         * fvwm/fvwm.c (InitVariables):
14887         * fvwm/icons.c (DrawIconWindow):
14888         (setup_icon_title_size):
14889         * fvwm/borders.c (RedrawTitle):
14890         (DrawMultiPixmapTitlebar):
14891         * fvwm/screen.h (ScreenInfo):
14892         Use the new Text and Font API
14894 2002-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14896         * fvwm/module_interface.c (PositiveWrite):
14897         fixed core dump when a module died in the select of PositiveWrite()
14899         * fvwm/module_interface.c (initModules):
14900         (ClosePipes):
14901         (do_execute_module):
14902         (KillModule):
14903         (KillModuleByName):
14904         (CMD_SendToModule):
14905         (PositiveWrite):
14906         * fvwm/modconf.c (ModuleConfig):
14907         removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
14909         * fvwm/icons.c (GetXPMFile):
14910         suppress unnecessary error message for xmb icons
14912         * fvwm/misc.c (fvwm_msg):
14913         * fvwm/misc.h (enum):
14914         added new fvwm_msg type "OLD" for deprecated commands
14916 2002-02-07  Mikhael Goikhman  <migo@homemail.com>
14918         * configure.in:
14919         generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
14921         * INSTALL.fvwm:
14922         New section "Bug Reports".
14924 2002-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14926         * fvwm/update.c (apply_window_updates):
14927         fixed propagation of window border and title colours to the modules
14929 2002-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14931         * fvwm/menus.c (do_menu):
14932         fixed leaving tear off menus when something is selected with the mouse
14934 2002-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14936         * fvwm/events.c (HandleEnterNotify):
14937         * fvwm/menus.c:
14938         more work on tear off menus
14940 2002-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14942         * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
14943         * fvwm/menus.c (menu_enter_tear_off_menu):
14944         (find_entry):
14945         (menuShortcuts):
14946         (MenuInteraction):
14947         (pop_menu_up):
14948         properly calculate pointer position in tear off menus
14949         (MenuInteraction):
14950         fixed active wait w/ poopup/popdown delays
14952         * fvwm/windowlist.c (CMD_WindowList):
14953         don't initialise some variables twice
14955 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14957         * fvwm/add_window.c (CaptureOneWindow):
14958         properly recapture tear off menus
14960         (IS_MESSAGE_IN_MASK):
14961         (is_message_selected):
14962         (PositiveWrite):
14963         (PositiveWrite):
14964         * fvwm/schedule.c (deschedule):
14965         (squeue_execute):
14966         * fvwm/events.c (My_XNextEvent):
14967         * libs/queue.h:
14968         * fvwm/module_interface.c (ClosePipes):
14969         (CMD_ModuleSynchronous):
14970         (KillModule):
14971         performance enhancements; made macros out of simple functions
14973         * fvwm/builtins.c (CMD_WindowShade):
14974         don't redraw the decorations if window was not shaded or unshaded
14976         * fvwm/schedule.c (deschedule_obj_func):
14977         (execute_obj_func):
14978         fixed core dump when a scheduled command deschedules itself
14980 2002-01-31  olicha  <olivier.chapuis@free.fr>
14982         * NEWS:
14983         FvwmButtons news
14985 2002-01-31  Mikhael Goikhman  <migo@homemail.com>
14987         * NEWS:
14988         * fvwm/move.c (moveLoop):
14989         while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
14991         * fvwm/session.c (get_version_string):
14992         switch from static to date-based version string
14994         * configure.in:
14995         remove --enable-kanji compatibility option
14997         * fvwm/schedule.h:
14998         * libs/queue.h:
14999         fix warnings, gcc compains on having something after #endif
15001 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15003         * fvwm/builtins.c (CMD_Delete):
15004         (CMD_Close):
15005         (CMD_Destroy):
15006         don't crash fvwm when trying to close a tear off menu
15008         * fvwm/decorations.c (is_function_allowed):
15009         * fvwm/menus.c (menu_expose):
15010         (do_menu):
15011         * fvwm/events.c (HandleReparentNotify):
15012         (HandleUnmapNotify):
15013         * fvwm/add_window.c (AddWindow):
15014         (AddWindow):
15015         * fvwm/fvwm.h (struct):
15016         * fvwm/add_window.c (CaptureAllWindows):
15017         (CaptureOneWindow):
15018         * fvwm/events.h (flush_property_notify):
15019         * fvwm/events.c (HandleMapRequestKeepRaised):
15020         started work on tear off menus
15022         * fvwm/fvwm.c (main):
15023         * fvwm/events.c (CMD_Sync):
15024         (CMD_Synchronize):
15025         * fvwm/commands.h (CMD_Synchronize):
15026         * fvwm/functions.h (enum):
15027         * fvwm/functions.c (func_config):
15028         new commands XSync and XSynchronize for debugging
15030         * fvwm/conditional.c (CreateConditionMask):
15031         (MatchesConditionMask):
15032         * fvwm/builtins.c (CMD_State):
15033         * fvwm/fvwm.h (struct):
15034         * fvwm/functions.h:
15035         * fvwm/commands.h:
15036         * fvwm/functions.c (func_config):
15037         new command "State"
15038         new condition "State"
15040         * libs/queue.c:
15041         fixed core dump
15043 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15045         * fvwm/module_interface.c (AddToMessageQueue):
15046         (initModules):
15047         (DeleteMessageQueueBuff):
15048         (FlushMessageQueue):
15049         * fvwm/events.c (My_XNextEvent):
15050         * fvwm/module_interface.c (AddToCommandQueue):
15051         (ExecuteCommandQueue):
15052         use code from queue.c
15054         * fvwm/schedule.c:
15055         * fvwm/queue.c:
15056         * fvwm/queue.h:
15057         * fvwm/events.c (My_XNextEvent):
15058         "Schedule 0" commands are executed before event handling
15059         moved some of the chedule code into a new queue library
15061 2002-01-30  olicha  <olivier.chapuis@free.fr>
15063         * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15065 2002-01-30  olicha  <olivier.chapuis@free.fr>
15067         * libs/Flocale.c:
15068         * libs/Flocale.h:
15069         * libs/Makefile.am:
15070         * fvwm/fvwm.c (main):
15071         New libs files Flocale.c and Flocale.h with a function to set the
15072         locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15073         also a function to get the charset (from ewmh_name.c) and which
15074         setlocale if this has not been done with the above function. This
15075         function is also called at fvwm2 startup
15077         * fvwm/ewmh_names.c (charset_to_utf8):
15078         (utf8_to_charset):
15079         Use the Fcharset variable and remove get_charset
15081         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15082         A minor fix
15084         * libs/GetFont.c (GetFontSetOrFixed):
15085         Free the missing charset list as suggested by Alexander Kotelnikov.
15086         Report problems with missing charset only 5 times. Remove the
15087         STRICTLY_FIXED code
15089 2002-01-30  Mikhael Goikhman  <migo@homemail.com>
15091         * configure.in:
15092         a patch to config.status to generate scripts executable, may be handy;
15093         added generation of utils/fvwm24_convert
15095 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15097         * fvwm/schedule.c:
15098         * fvwm/functions.c (expand_extended_var):
15099         implemented $[schedule.last] and $[schedule.next] variables
15100         implemented new command "Deschedule"
15102         * fvwm/misc.c (get_server_time):
15103         fixed MouseFocus
15105 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15107         * fvwm/misc.c (get_server_time):
15108         * fvwm/events.c (My_XNextEvent):
15109         * fvwm/icccm2.c (SetupICCCM2):
15110         * fvwm/functions.h:
15111         * fvwm/commands.h:
15112         * fvwm/functions.c (func_config):
15113         * fvwm/schedule.c:
15114         implemented new command "Schedule"
15116         * fvwm/builtins.c (CMD_Exec):
15117         applied job control patch by Alexander Kotelnikov using the portable
15118         version of setpgrp()
15120         * libs/setpgrp.c (fvwm_setpgrp):
15121         * libs/setpgrp.h (fvwm_setpgrp):
15122         * libs/Makefile.am:
15123         * configure.in:
15124         added checks for setpgrp and setpgid
15126 2002-01-29  olicha  <olivier.chapuis@free.fr>
15128         * acinclude.m4:
15129         Better test for iconv second argumeny
15131         * configure.in:
15132         Use gnu libiconv in priority against the system iconv
15134 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15136         * fvwm/stack.c (RaiseOrLowerWindow):
15137         (restack_windows):
15138         (collect_transients_recursive):
15139         * fvwm/icons.c (get_visible_icon_window_count):
15140         fixed stack ring corruption with icons that have either no picture or
15141         no title
15143 2002-01-28  olicha  <olivier.chapuis@free.fr>
15145         * fvwm/ewmh_names.c (charset_to_utf8):
15146         (utf8_to_charset):
15147         (EWMH_SetVisibleName):
15148         (get_charset):
15149         Better message errors in get_charset, use UTF-8 in the place of UTF8,
15150         set the ewmh visible (icon) name only if the fvwm visible name is
15151         different from the ICCCM (icon) window name, limit the number of
15152         conversions error messages to 10
15154 2002-01-28  olicha  <olivier.chapuis@free.fr>
15156         * fvwm/functions.c (func_config):
15157         * fvwm/commands.h:
15158         * fvwm/builtins.c (CMD_PropertyChange):
15159         New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15160         messages
15162         * fvwm/module_interface.h:
15163         * fvwm/module_interface.c (BroadcastPropertyChange):
15164         * libs/Module.h (MX_PROPERTY_CHANGE):
15165         New module message MX_PROPERTY_CHANGE for all propose messages.
15167         * fvwm/events.c (HandlePropertyNotify):
15168         * libs/defaults.h:
15169         Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15170         as argument when fvwm2 detects that the root background change
15171         Removed the ROOT_BG_CHANGE_STRING stuff
15173 2002-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15175         * NEWS, configure.in:
15176         changed version to 2.5.1
15178         * fvwm/misc.c (get_pointer_fvwm_window):
15179         * fvwm/commands.h:
15180         * fvwm/functions.c (func_config):
15181         * fvwm/conditional.c (CreateConditionMask):
15182         (MatchesConditionMask):
15183         (CMD_PointerWindow):
15184         (CreateConditionMask):
15185         (CMD_Any):
15186         * fvwm/fvwm.h (WindowConditionMask):
15187         new conditions focused, !focused, haspointer, !haspointer
15188         new command PointerWindow that works like Current but on the window
15189         that currently contains the pointer
15190         new command Any which works like None but inverts the condition
15191         fixed parsing of conditions with more than one comma
15193         * fvwm/module_interface.h:
15194         * fvwm/module_interface.c (do_execute_module):
15195         (initModules):
15196         * libs/Module.h (MAX_XMSG_MASK):
15197         fixed default message mask for modules
15199         * fvwm/update.c (flush_window_updates):
15200         * fvwm/virtual.c (UnmapDesk):
15201         (MapDesk):
15202         (do_move_window_to_desk):
15203         * fvwm/icons.c (DeIconify):
15204         (DeIconify):
15205         * fvwm/events.c (HandlePropertyNotify):
15206         (HandleMapRequestKeepRaised):
15207         (HandleMapNotify):
15208         (HandleButtonPress):
15209         (HandleEnterNotify):
15210         (HandleLeaveNotify):
15211         * fvwm/focus.c (DoSetFocus):
15212         (MoveFocus):
15213         (SetFocusWindow):
15214         (ReturnFocusWindow):
15215         (DeleteFocus):
15216         (ForceDeleteFocus):
15217         (FocusOn):
15218         (restore_focus_after_unmap):
15219         Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15220         suppressing the M_FOCUS_CHANGE message if the focus does not change in
15221         the flush_window_updates() function.
15223 2002-01-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15225         * fvwm/placement.c (PlaceWindow):
15226         minor performance enhancement
15228 2002-01-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15230         * libs/defaults.h:
15231         * fvwm/menus.c (MenuInteraction):
15232         (pointer_in_active_item_area):
15233         (pointer_in_passive_item_area):
15234         new menu style PopupActiveArea
15236 2002-01-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15238         * fvwm/move_resize.c (CMD_ResizeMaximize):
15239         (CMD_ResizeMoveMaximize):
15240         fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15242 2002-01-21  olicha  <olivier.chapuis@free.fr>
15244         * fvwm/fvwm2.1:
15245         s/Penalities/Penalties/g
15247 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15249         * fvwm/events.c (HandleLeaveNotify):
15250         (HandleEnterNotify):
15251         * fvwm/modconf.c (ModuleConfig):
15252         * fvwm/update.c (apply_window_updates):
15253         * fvwm/module_interface.c (BroadcastWindowIconNames):
15254         (CMD_Send_WindowList):
15255         (initModules):
15256         (do_execute_module):
15257         (PositiveWrite):
15258         (CMD_set_nograb_mask):
15259         (CMD_set_sync_mask):
15260         (CMD_set_mask):
15261         (set_mseggage_mask):
15262         (is_message_in_mask):
15263         (is_message_selected):
15264         * libs/Module.h:
15265         rewrote message interface to allow more than 32 messages with minimal
15266         changes in the existing interfaces.
15267         new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15269         * fvwm/style.h:
15270         * fvwm/style.c (parse_and_set_window_style):
15271         * fvwm/fvwm.h (struct):
15272         * fvwm/events.c (HandleButtonPress):
15273         implemented new styles MouseFocusClickIgnoreMotion and
15274         MouseFocusClickIgnoreMotionOff
15276         * fvwm/focus.c (focus_grab_buttons):
15277         fixed button mask for > 5 buttons
15279 2002-01-19  olicha  <olivier.chapuis@free.fr>
15281         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15282         Save and restore the icon_pixmap_w and add comments
15284 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15286         * fvwm/events.c (HandleEnterNotify):
15287         fixed EnterNotify events for icons
15289 2002-01-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15291         * fvwm/*.c:
15292         * fvwm/stack.c (overlap_box):
15293         (overlap):
15294         * fvwm/icons.c (clear_icon):
15295         * fvwm/add_window.c (destroy_icon):
15296         * fvwm/fvwm.h (FvwmWindow):
15297         * fvwm/geometry.c (get_window_borders):
15298         (get_client_geometry):
15299         * libs/fvwmrect.h (struct):
15300         * fvwm/functions.c (expand_extended_var):
15301         implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15302         return the geometry of the client window
15303         implemented new extended variables it.x, it.y, it.width, it.height that
15304         return the geometry of the icon title
15305         implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15306         return the geometry of the icon picture
15307         implemented new extended variables i.x, i.y, i.width, i.height that
15308         return the geometry of the whole icon
15309         fixed $[w.height] when the window is shaded
15310         cleaned up icon geometry code
15312 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15314         * fvwm/commands.h:
15315         * fvwm/functions.c:
15316         * fvwm/functions.h:
15317         * fvwm/move_resize.c (unmaximize_fvwm_window):
15318         (maximize_fvwm_window):
15319         (CMD_Maximize):
15320         (CMD_ResizeMaximize):
15321         (CMD_Resize):
15322         (resize_window):
15323         (CMD_ResizeMove):
15324         (resize_move_window):
15325         (CMD_ResizeMoveMaximize):
15326         New command ResizeMaximize.  Works like Resize, but modifies the
15327         maximized size of the window, not the normal size.
15328         New command ResizeMoveMaximize that works similarly.
15329         (resize_move_window):
15330         fixed ResizeMove command
15332         * fvwm/functions.c (expand):
15333         fixed core dump when using something like $[$v] in a command
15335 2002-01-17  olicha  <olivier.chapuis@free.fr>
15337         * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15338         * fvwm/events.c (HandlePropertyNotify):
15339         * fvwm/fvwm.c (InternUsefulAtoms):
15340         * fvwm/extern.h:
15341         Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15342         that the root background has changed. This uses the _XSETROOT_ID
15343         and XROOTPMAP_ID properties
15345         * fvwm/ewmh.c (atom_get):
15346         Be paranoid
15348 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15350         * fvwm/update.c (flush_window_updates):
15351         fixed unnecessary window style updates
15353         * fvwm/style.c (parse_and_set_window_style):
15354         * fvwm/add_window.c (RestoreWithdrawnLocation):
15355         (AddWindow):
15356         (setup_frame_attributes):
15357         * fvwm/fvwm.h (FvwmWindow):
15358         Fvwm does no longer disable backing store on all of its windows. This
15359         cause too many problems with some applications, e.g. rdist.  Introduced
15360         the new style BackingStoreWindowDefault that tells fvwm not to modify
15361         the backing store attribute on the client window - which now is the
15362         default.
15364 2002-01-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15366         * fvwm/commands.h:
15367         * fvwm/functions.c (func_config):
15368         * libs/Module.c (SetMessageMask2):
15369         (SetNoGrabMask2):
15370         * libs/Module.h:
15372         * configure.in:
15373         fixed building with libstroke-0.5.1 on Solaris8
15375         * fvwm/stack.c (new_layer):
15376         * fvwm/borders.c (DrawButton):
15377         (RedrawButtons):
15378         (RedrawTitle):
15379         * fvwm/builtins.c (SetLayerButtonFlag):
15380         (do_button_style):
15381         * fvwm/screen.h (struct):
15382         Applied the layer button patch by Richard Curnow with a few
15383         modifications
15385         * fvwm/icons.c (GetIconBitmap):
15386         (GetIconWindow):
15387         Ignore client icons that have the wrong depth
15389         * fvwm/events.c (HandleEnterNotify):
15390         Tried to fix focusing problem w/ unclutter.
15392 2002-01-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15394         * fvwm/functions.c (CheckActionType):
15395         remove debug code
15397         * fvwm/menus.c (paint_item):
15398         * fvwm/misc.c (is_function_allowed):
15399         * fvwm/move_resize.c (is_move_allowed):
15400         (is_resize_allowed):
15401         (is_maximize_allowed):
15402         * fvwm/decorations.c (check_if_function_allowed):
15403         combined all these functions into a new one
15404         use this function everywhere
15405         use the Fixed... styles to decide if a menu item is greyed or not
15407 2002-01-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15409         * fvwm/events.c (HandleExpose):
15410         eat up expose events even if the server claims that the expose count is
15411         zero; fixes a problem with many redraws of windows that are uncovered
15412         by shading a window above them
15414 2002-01-10  olicha  <olivier.chapuis@free.fr>
15416         * fvwm/focus.c (DoSetFocus):
15417         * fvwm/move_resize.c (CMD_Maximize):
15418         (CMD_Maximize):
15419         (handle_stick):
15420         (CMD_ResizeMove):
15421         (CMD_Resize):
15422         * fvwm/icons.c (DeIconify):
15423         (DeIconify):
15424         (Iconify):
15425         * fvwm/gnome.c (GNOME_HandlePropRequest):
15426         * fvwm/ewmh_names.c (EWMH_WMName):
15427         * fvwm/events.c (HandleFocusIn):
15428         (HandlePropertyNotify):
15429         (HandleMapNotify):
15430         (HandleButtonPress):
15431         (HandleLeaveNotify):
15432         (HandleExpose):
15433         * fvwm/builtins.c (CMD_UpdateDecor):
15434         (CMD_WindowShade):
15435         * fvwm/borders.c (draw_clipped_decorations):
15436         (DrawDecorations):
15437         (RedrawDecorations):
15438         * fvwm/borders.h:
15439         Added a new argument to DrawDecoration similar to draw_window_parts,
15440         which indicate which part of the decor should be cleared. At present
15441         time only CLEAR_FRAME is taken in account and this is used in
15442         ShadeWindow to draw the decoration without flickering. This argument
15443         may be used in the future to reduce opaque resizing flickering
15445         * fvwm/builtins.c (CMD_WindowShade):
15446         Draw the decoration during unshading a window
15448         * fvwm/menus.c (ParentalMenuRePaint):
15449         Fixed transparent animated menu again
15451         * NEWS:
15452         Some update
15454 2002-01-09  olicha  <olivier.chapuis@free.fr>
15456         * fvwm/style.c (CMD_Style):
15457         free all the elements of the ptmpstyle before freeing it
15459         * fvwm/menus.c (ParentalMenuRePaint):
15460         Fixed transparent animated menu with HilightBackOff
15462 2002-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15464         * fvwm/style.c (merge_styles):
15465         fixed core dump w/ multiple use of the UseStyle style and HilightBack
15466         in the copied style
15468 2002-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15470         * fvwm/modconf.c (send_ignore_modifiers):
15471         (send_move_threshold):
15472         (send_click_time):
15473         (send_colorsets):
15474         (send_color_limit):
15475         (send_image_path):
15476         (send_desktop_geometry):
15477         (CMD_Send_ConfigInfo):
15478         moved code into new functions
15480         * libs/defaults.h (DEFAULT_MODS_UNUSED):
15481         moved to defaults.h
15483         * fvwm/bindings.c (CMD_IgnoreModifiers):
15484         * fvwm/module_interface.c (broadcast_xinerama_state):
15485         * fvwm/modconf.c (send_ignore_modifiers):
15486         broadcast IgnoreModifiers to modules
15488         * fvwm/bindings.c (CMD_IgnoreModifiers):
15489         fixed IgnoreModifiers command without arguments
15490         * fvwm/fvwm2.1:
15491         corrected documentation of IgnoreModifiers command
15493 2002-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15495         * fvwm/add_window.c:
15496         * fvwm/cursor.c:
15497         * fvwm/virtual.c:
15498         * fvwm/builtins.c:
15499         * fvwm/bindings.c:
15500         * fvwm/move_resize.c:
15501         * fvwm/events.c:
15502         * fvwm/stack.c:
15503         * fvwm/module_interface.c:
15504         * fvwm/focus.c:
15505         * fvwm/placement.c:
15506         * fvwm/menus.c:
15507         * fvwm/icons.c:
15508         * fvwm/fvwm.h (FvwmWindow):
15509         remnamed icon_w member to icon_title_w
15511 2002-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15513         * fvwm/icons.c (RedoIconName):
15514         fixed sizing of icon title for icons without a pixmap
15515         (RedoIconName):
15516         (CreateIconWindow):
15517         (Iconify):
15518         (CreateIconWindow):
15519         rewrote icon title layout and moved the constants to defaults.h
15521         * fvwm/menus.c (menuShortcuts):
15522         (handle_emacs_bindings):
15523         implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15525 2002-01-04  Dan Espen  <dane@mk.telcordia.com>
15527         * fvwm/fvwm2.1: Language checks done.
15528         .IR command not in column 1 fixed.
15530 2002-01-04  olicha  <olivier.chapuis@free.fr>
15532         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15533         (AnimatedMoveOfWindow):
15534         (AnimatedMoveFvwmWindow):
15535         (move_window_doit):
15536         * fvwm/menus.c (ParentalMenuRePaint):
15537         (animated_move_back):
15538         (pop_menu_up):
15539         Fixed transparent animated menu
15541 2002-01-03  olicha  <olivier.chapuis@free.fr>
15543         * fvwm/move_resize.c (is_resize_allowed):
15544         (is_move_allowed):
15545         Do not check if moveing/resizeing is MWM allowed for a no user request
15546         This fix for example FvwmWinList with MwmFunctions & NoOverride
15548         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15549         * fvwm/move_resize.c (is_move_allowed):
15550         Allowed moving if tmp_win is null and check if move is allowed and
15551         not resize in AnimatedMoveAnyWindow. This fix animated menu
15553         * fvwm/ewmh.c (ewmh_AllowsMaximize):
15554         (ewmh_AllowsMove):
15555         (ewmh_AllowsResize):
15556         Check as a user request
15558         * fvwm/fvwm2.1:
15559         * fvwm/move_resize.c (CMD_Maximize):
15560         (MaximizeWidth):
15561         (MaximizeHeight):
15562         New global flags "layer" and "ewmiwa". layer causes the grow* methods
15563         to ignore the windows with a layer less or equal to the layer of
15564         the maximized window. ewmhiwa causes to ignore the ewmh working area.
15565         Reorder a bit the Maximize documentation
15567         * fvwm/fvwm2.1:
15568         * fvwm/functions.c (expand_extended_var):
15569         New variables $[desk.name<n>] to get the desktop names
15571 2002-01-01  Dan Espen  <dane@mk.telcordia.com>
15573         * fvwm/read.c (CMD_Read): Correct message on missing file when using
15574         Read with full path.
15576 2002-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15578         * libs/defaults.h:
15579         * fvwm/misc.c (GrabEm):
15580         reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15582         * fvwm/events.c (HandleUnmapNotify):
15583         (HandleMapRequestKeepRaised):
15584         (check_map_request):
15585         fixed unmanaged window when window was mapped/unmapped/mapped too fast
15587         * fvwm/add_window.c (FetchWmProtocols):
15588         (setup_wm_hints):
15589         * fvwm/fvwm.h (FvwmWindow):
15590         * fvwm/events.c (HandleEnterNotify):
15591         (HandlePropertyNotify):
15592         * fvwm/focus.c (refresh_focus):
15593         (set_focus_model):
15594         fixed focus problems with netscape and ddd
15596 2001-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15598         * libs/Target.c (fvwmlib_keyboard_shortcuts):
15599         * libs/Pointer.c (GetLocationFromEventOrQuery):
15600         * fvwm/virtual.c (HandlePaging):
15601         * fvwm/move_resize.c (GetOnePositionArgument):
15602         (InteractiveMove):
15603         (AnimatedMoveAnyWindow):
15604         (moveLoop):
15605         (CMD_Resize):
15606         * fvwm/module_interface.c (ExecuteModuleCommand):
15607         * fvwm/menus.c (do_menu):
15608         (menuShortcuts):
15609         (MenuInteraction):
15610         (get_menu_options):
15611         * fvwm/functions.c (execute_complex_function):
15612         * fvwm/events.c (HandleClientMessage):
15613         (WaitForButtonsUp):
15614         * fvwm/conditional.c (CMD_Direction):
15615         * fvwm/builtins.c (CMD_CursorMove):
15616         (CMD_FakeClick):
15617         (CMD_StrokeFunc):
15618         handle return code of XQueryPointer everywhere; necessary for dual head
15620         * fvwm/misc.c (GrabEm):
15621         Pointer was warped to other screen with a dual head setup
15623 2001-12-31  olicha  <olivier.chapuis@free.fr>
15625         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15626         Removed some code which try to raise ewmh modal window over
15627         its transientfor window; this seems not possible without a new style
15628         or a bad hack in stack.c
15630 2001-12-30  Dan Espen  <dane@mk.telcordia.com>
15632         * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15633         fallback to fixed font so it shows the right font for I18N.
15635 2001-12-30  olicha  <olivier.chapuis@free.fr>
15637         * fvwm/window_flags.h:
15638         * fvwm/session.c (MatchWinToSM):
15639         (LoadWindowStates):
15640         (SaveWindowStates):
15641         (get_version_string):
15642         * fvwm/move_resize.c (CMD_Maximize):
15643         (handle_stick):
15644         * fvwm/icons.c (CMD_Iconify):
15645         * fvwm/ewmh.c (EWMH_SetWMState):
15646         (EWMH_WindowInit):
15647         (EWMH_ExitStuff):
15648         (EWMH_SetAllowedActions):
15649         (EWMH_WindowInit):
15650         * fvwm/ewmh.h:
15651         * fvwm/ewmh_intern.h:
15652         * fvwm/ewmh_events.c (ewmh_WMState*):
15653         * fvwm/builtins.c (CMD_WindowShade):
15654         * fvwm/stack.c (new_layer):
15655         * fvwm/update.c (apply_window_updates):
15656         * fvwm/update.h (struct):
15657         * fvwm/add_window.c (setup_window_structure):
15658         (setup_window_name):
15659         (setup_icon):
15660         * fvwm/style.c (check_window_style_change):
15661         The skip list and modal ewmh window states are now updated after
15662         an use/ignore ewmh state style changes. The other ewmh states are
15663         starting state only. All the initial ewmh states are keep in memory
15664         for FvwmIdent.
15666         * fvwm/ewmh.c (EWMH_Handle*):
15667         * fvwm/fvwm.h:
15668         Set the ewmh_window_type to an int (and not the corresponding atom)
15669         accordingly to the window type
15671         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15672         ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15673         style
15675         * fvwm/ewmh.c (EWMH_GetStyle):
15676         * fvwm/ewmh_events.c (ewmh_WMDesktop):
15677         Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15678         hints
15680         * libs/vpacket.h (ConfigWinPacket):
15681         * fvwm/module_interface.c (CONFIGARGSNEW):
15682         (OLDCONFIGARGS):
15683         (CONFIGARGS):
15684         Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15685         cfgpacket for FvwmIdent
15687 2001-12-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15689         * fvwm/move_resize.c (resize_geometry_window):
15690         fixed wrong size calculation of geometry window
15692 2001-12-19  olicha  <olivier.chapuis@free.fr>
15694         * fvwm/ewmh_names.c (convert_charsets):
15695         More precise error messages
15697         * fvwm/fvwm2.1:
15698         A few formatting fixes
15700 2001-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15702         * fvwm/gnome.c (GNOME_SetHints):
15703         fixed window getting frozen into position upon a recapture or restart
15705 2001-12-17  Dan Espen  <dane@mk.telcordia.com>
15707         * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
15709 2001-12-17  olicha  <olivier.chapuis@free.fr>
15711         * fvwm/fvwm2.1:
15712         Tried to clarify the EWMHIconicStateWorkaround BugOpts
15714         * fvwm/ewmh.c (delete_kst_item):
15715         (set_kde_sys_tray):
15716         (EWMH_IsKdeSysTrayWindow):
15717         (EWMH_ManageKdeSysTray):
15718         * fvwm/events.c (HandleReparentNotify):
15719         Fixed reparenting management of kde system tray windows and
15720         added some off debugging code
15722         * fvwm/virtual.c (CMD_DesktopName):
15723         Removed some debugging code
15725 2001-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15727         * fvwm/fvwm.h (struct):
15728         * fvwm/window_flags.h (IS_FIXED_PPOS):
15729         * fvwm/style.h (SCSET_IS_FIXED_PPOS):
15730         * fvwm/style.c (parse_and_set_window_style):
15731         (check_window_style_change):
15732         implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
15733         FixedUSSize, FixedPSize and Variable PPosition, ...
15735         * fvwm/events.c (HandleConfigureRequest):
15736         * fvwm/ewmh.c (ewmh_AllowsResize):
15737         (is_resize_allowed):
15738         (ewmh_AllowsMove):
15739         (ewmh_AllowsMove):
15740         * fvwm/gnome.c (GNOME_SetHints):
15741         (AnimatedMoveAnyWindow):
15742         (CMD_ResizeMove):
15743         use new functions
15744         * fvwm/move_resize.c (is_move_allowed):
15745         (is_resize_allowed):
15746         (is_maximize_allowed):
15747         new functions to clean up some code
15749 2001-12-15  Dan Espen  <dane@mk.telcordia.com>
15751         * fvwm/fvwm2.1: Doc fixups.
15753 2001-12-15  olicha  <olivier.chapuis@free.fr>
15755         * fvwm/builtins (CMD_BugOpts):
15756         * fvwm/ewmh.c:
15757         * fvwm/ewmh_conf.c (EWMH_BugOpts):
15758         * fvwm/ewmh_events.c (ewmh_StateHidden):
15759         * fvwm/fvwm.c (InitVariables):
15760         * fvwm/fvwm2.1:
15761         * fvwm/icons.c (CMD_Iconify):
15762         * fvwm/screen.h:
15763         * fvwm/virtual.c (unmap_window):
15764         (map_window):
15765         Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
15766         to fix the IconicState problems in vitrual.c. New BugOpts
15767         EWMHIconicStateWorkaround for supporting current KDE versions
15769         * fvwm/events.c (HandlePropertyNotify):
15770         * fvwm/ewmh.c (ewmh_AllowsYes):
15771         * fvwm/ewmh.h:
15772         (ewmh_AllowsClose):
15773         (ewmh_AllowsMaximize):
15774         (ewmh_AllowsMove):
15775         (ewmh_AllowsResize):
15776         (EWMH_SetAllowedActions):
15777         (EWMH_WindowInit):
15778         * fvwm/style.c (check_window_style_change):
15779         * fvwm/update.c (apply_window_updates):
15780         * fvwm/update.h:
15781         Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
15783 2001-12-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15785         * fvwm/borders.c (RedrawTitle):
15786         * libs/defaults.h (WINDOW_TITLE_OFFSET):
15787         fixed 'stick' lines with long titles
15789 2001-12-11  olicha  <olivier.chapuis@free.fr>
15791         * NEWS:
15792         * fvwm/commands.h:
15793         * fvwm/ewmh.c (ewmh_SetWorkArea):
15794         * fvwm/ewmh.h:
15795         (ewmh_ComputeAndSetWorkArea):
15796         (ewmh_HandleDynamicWorkArea):
15797         (EWMH_GetWorkAreaIntersection):
15798         (EWMH_GetStrutIntersection):
15799         (get_intersection):
15800         * fvwm/ewmh_name.c (EWMH_SetDeskNames):
15801         * fvwm/function.c:
15802         * fvwm/function.h:
15803         * fvwm/fvwm.c (InitVariables):
15804         * fvwm/fvwm2.1:
15805         * fvwm/modconf.c (send_desktop_names):
15806         (CMD_Send_ConfigInfo):
15807         * fvwm/placement.c (get_next_x):
15808         (get_next_y):
15809         * fvwm/screen.h:
15810         * fvwm/virtual.c (CMD_DesktopName):
15811         * fvwm/virtual.h:
15812         (GetDesktopName):
15813         New command "DesktopName desk name" to define desktops names for
15814         the FvwmPager, the WindowList and ewmh compliant pagers.
15815         Desktops information (desk, desk name, working areas) is stored in a
15816         new list sub structure of Scr, DesktopsInfo. The head of the list
15817         contains generic information for desks that are not in the list.
15819         * fvwm/windowlist.c (get_desk_title):
15820         (CMD_WindowList):
15821         * fvwm/fvwm2.1:
15822         * NEWS:
15823         New window list options NoDeskNum, NoCurrentDeskTitle,
15824         TitleForAllDesks, NoNumInDeskTitle. Document these options and also
15825         the NoGeometry and NoGeometryInfo options.
15827         * fvwm/ewmh.c:
15828         * fvwm/ewmh_names.c:
15829         * fvwm/ewmh_icons.c:
15830         Added some static declarations
15832         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15833         It seems that UTF8 names should not be terminated by a 0
15835         * fvwm/ewmh.c (EWMH_SetClientListStacking):
15836         Set the stacking list in the good orders
15838 2001-12-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15840         * vms/config.h:
15841         * fvwm/functions.c:
15842         * fvwm/commands.h:
15843         * fvwm/builtins.c:
15844         * fvwm/borders.c:
15845         removed all MULTISTYLE ifdefs
15847         * fvwm/borders.c (RedrawTitle):
15848         fixed title drawing into relief
15850 2001-12-08  olicha  <olivier.chapuis@free.fr>
15852         * fvwm/style.c:
15853         * fvwm/style.h:
15854         * fvwm/fvwm.h:
15855         * fvwm/update.c:
15856         * fvwm/update.h:
15857         * fvwm/window_flags.h:
15858         * fvwm/fvwm2.1:
15859         s/extended_window_name/indexed_window_name/i
15860         s/extended_icon_name/indexed_icon_name/i
15861         s/do_update_window_name/do_update_visible_window_name/
15862         s/do_update_icon_name/do_update_visible_icon_name/
15864         * fvwm/style.c (CMD_Style):
15865         * fvwm/style.h:
15866         (parse_and_set_window_style):
15867         Split CMD_Style into CMD_Style and parse_and_set_window_style
15869 2001-12-06  olicha  <olivier.chapuis@free.fr>
15871         * fvwm/add_window.c (setup_window_name_count):
15872         (setup_icon_name_count):
15873         Better determination of the window and icon names index
15875         * fvwm/add_window.c (AddWindow):
15876         (setup_icon):
15877         * fvwm/events.c (HandlePropertyNotify):
15878         * fvwm/ewmh_names.c (EWMH_WMName):
15879         (EWMH_WMIconName):
15880         * fvwm/module_interface.c (BroadcastWindowIconNames):
15881         * fvwm/module_interface.h:
15882         (CMD_Send_WindowList):
15883         (CMD_set_mask):
15884         (CMD_set_sync_mask):
15885         (CMD_set_nograb_mask):
15886         * fvwm/update.c (apply_window_updates):
15887         * libs/Module.h:
15888         New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
15889         which are send to modules with BroadcastWindowIconNames.
15890         The set mask cmds use unsigned long mask and not int mask!
15892 2001-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15894         * fvwm/ewmh.h:
15895         * fvwm/ewmh.c:
15896         EWMH without iconv compile fix by Hippo
15898 2001-12-05  olicha  <olivier.chapuis@free.fr>
15900         * fvwm/add_window.c:
15901         * fvwm/ewmh.c (*):
15902         * fvwm/ewmh.h:
15903         * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
15904         * fvwm/ewmh_events.c:
15905         * fvwm/fvwm.h:
15906         * fvwm/fvwm2.1:
15907         * fvwm/move_resize.c (CMD_Maximize):
15908         * fvwm/placement.c (test_fit):
15909         (PlaceWindow):
15910         * fvwm/session.c (SaveWindowStates):
15911         * fvwm/style.c (merge_styles):
15912         * fvwm/style.h:
15913         (check_window_style_change):
15914         * fvwm/update.c (apply_window_updates):
15915         * fvwm/update.h:
15916         * fvwm/window_flags.h:
15917         New ewmh styles:
15918         EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
15919         EWMHMaximizeUseDynamicWorkingArea,
15920         EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
15921         EWMHPlacementUseDynamicWorkingArea,
15922         EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
15923         EWMHIgnoreStateHints / EWMHUseStateHints,
15924         EWMHIgnoreStrutHints / EWMHUseStrutHints
15926         * fvwm/ConfigFvwmDefaults:
15927         Use EWMHPlacementUseDynamicWorkingArea,
15928         EWMHMaximizeUseDynamicWorkingArea as default placement styles
15930         * NEWS:
15931         * fvwm/add_window.c (setup_placement_penalty):
15932         * fvwm/add_window.h:
15933         (setup_placement_penalty):
15934         (AddWindow):
15935         * fvwm/fvwm.h:
15936         * fvwm/placement.c (get_next_x):
15937         * fvwm/placement.h:
15938         (get_next_y):
15939         (test_fit):
15940         * fvwm/style.c (CMD_Style):
15941         * fvwm/style.h:
15942         (check_window_style_change):
15943         * fvwm/update.c (apply_window_updates):
15944         * fvwm/update.h:
15945         * fvwm/window_flags.h:
15946         * libs/default.h:
15947         New styles PlacementOverlapPenalties and
15948         PlacementOverlapPercentPenalties
15950         * NEWS:
15951         * fvwm/add_window.c (setup_window_name_count):
15952         * fvwm/add_window.h:
15953         (setup_icon_name_count):
15954         (setup_visible_name):
15955         (setup_window_name):
15956         (free_window_names):
15957         (setup_icon):
15958         * fvwm/borders.c (DrawMultiPixmapTitlebar):
15959         (RedrawTitle):
15960         * fvwm/events.c (HandlePropertyNotify):
15961         * fvwm/ewmh_names.c (EWMH_*):
15962         * fvwm/fvwm.h:
15963         * fvwm/icons.c (CreateIconWindow):
15964         (DrawIconWindow):
15965         (RedoIconName):
15966         (AutoPlaceIcon):
15967         (Iconify):
15968         * fvwm/session.c (MatchWinToSM):
15969         * fvwm/style.c (CMD_Style):
15970         * fvwm/style.h:
15971         (check_window_style_change):
15972         * fvwm/update.c (apply_window_updates):
15973         * fvwm/update.h:
15974         * fvwm/window_flags.h:
15975         New styles ExtendedWindowName / SimpleWindowName and
15976         ExtendedIconName / SimpleIconName. TODO: the modules implementation
15978         * fvwm/builtins.c (ReadMultiPixmapDecor):
15979         A -Wall fix
15981         * configure.in:
15982         Fixed gcc test
15984         * session.c (get_version_string):
15985         now is 2.5-3
15987         * fvwm/stack.c (new_layer):
15988         (CMD_Layer):
15989         Fixed ewmh wm state
15991         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15992         Fixed creation of the ewmh icon in the case of the window is iconified
15994 2001-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15996         * fvwm/placement.c (PlaceWindow):
15997         fixed manual placement on Xinerama screens other than the one with the
15998         top left corner of the total screen
16000 2001-11-27  olicha  <olivier.chapuis@free.fr>
16002         * configure.in:
16003         * acinclude.m4:
16004         * acconfig.h:
16005         * fvwm/ewmh_name.c
16006         Check for the second argument of iconv
16008         * configure.in:
16009         Added -Wall to CFLAGS if cc is gcc
16011 2001-11-26  Mikhael Goikhman  <migo@homemail.com>
16013         * configure.in:
16014         * acconfig.h:
16015         s/extanded/extended/
16017 2001-11-26  olicha  <olivier.chapuis@free.fr>
16019         * fvwm/Makefile.am:
16020         Fixed (?) iconv_LIBS
16022 2001-11-26  olicha  <olivier.chapuis@free.fr>
16024         * fvwm/functions.c (expand):
16025         Fixed n, c, r expansion
16027 2001-11-25  Dan Espen  <dane@mk.telcordia.com>
16029         * fvwm/fvwm2.1: Clean up ewmh stuff.
16031 2001-11-24  olicha  <olivier.chapuis@free.fr>
16033         * fvwm/ewmh_internal.h:
16034         * fvwM/ewmh.c:
16035         Removed a non standard macro
16037 2001-11-24  olicha  <olivier.chapuis@free.fr>
16039         * fvwm/fvwm2.1:
16040         Documented the previous ewmh style in a new Style subsection
16042         * fvwm/functions.c (expand):
16043         Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16045 2001-11-24  olicha  <olivier.chapuis@free.fr>
16047         * fvwm/add_window (setup_icon):
16048         (setup_window_structure):
16049         * fvwm/events.c (HandlePropertyNotify):
16050         * fvwm/ewmh.h:
16051         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16052         * fvwm/ewmh_icons.c (ewmh_WMIcon):
16053         (EWMH_DoUpdateWmIcon):
16054         (ewmh_SetWmIconFromPixmap):
16055         (EWMH_DeleteWmIcon):
16056         (EWMH_SetIconFromWMIcon):
16057         * fvwm/ewmh_intern.h:
16058         * fvwm/fvwm.h:
16059         * fvwm/icons.c (GetIcon):
16060         * fvwm/session.c (get_version_string):
16061         * fvwm/style.c (CMD_Style):
16062         * fvwm/style.h:
16063         (check_window_style_change)
16064         * fvwm/update.c (apply_window_updates):
16065         * fvwm/update.h:
16066         * fvwm/window_flags.h:
16067         New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16068         EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16069         EWMHDonateIcon / EWMHDontDonateIcon,
16070         Some ewmh icon code simplification.
16071         Ewmh icons priority: just after icon window.
16073         * fvwm/ewmh.c (EWMH_ExitStuff):
16074         * fvwm/ewmh.h:
16075         * fvwm/session.c (SaveWindowStates):
16076         (LoadWindowStates):
16077         (MatchWinToSM):
16078         * fvwm/fvwm.c (Done):
16079         Delete the ewmh icons we set ourself. Some ewmh session states do not
16080         need to be saved/restored anymore
16082 2001-11-23  olicha  <olivier.chapuis@free.fr>
16084         * fvwm/ewmh_names.c (convert_charsets):
16085         Fixed infinite loop
16087 2001-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16089         * fvwm/ewmh_names.c (convert_charsets):
16090         -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16091         man page states on Linux
16092         replaced goto with a loop
16094 2001-11-22  olicha  <olivier.chapuis@free.fr>
16096         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16097         a -Wall fix
16099         * fvwm/ewmh_events.c:
16100         Fixed some styles update
16102         * fvwm/ewmh_conf.c:
16103         * fvwm/function.c (func_config):
16104         * fvwm/function.h:
16105         * fvwm/ewmh.c:
16106         * fvwm/ewmh.h:
16107         * fvwm/ewmh_events.c:
16108         * fvwm/ewmh_intern.h:
16109         * fvwm/Makefile.am:
16110         * fvwm/fvwm2.1:
16111         New file for ewmh styles and commands. New commands EWMHBaseStrut and
16112         EWMHNumberOfDesktops. More documentation in ewmh man page section.
16114         * fvwm/add_window.c:
16115         * fvwm/bindings.c:
16116         * fvwm/events.c:
16117         * fvwm/functions.c:
16118         * fvwm/ewmh.c (EWMH_Init):
16119         * fvwm/fvwm.h:
16120         * fvwm/fvwm.c (InitVariables):
16121         * fvwm/placement.c
16122         * fvwm/sceen.h:
16123         * fvwm/session.c:
16124         * fvwm/styles.c:
16125         * fvwm/update.c:
16126         * fvwm/update.h:
16127         * fvwm/window_flags.c:
16128         * libs/Bindings.c:
16129         * libs/Picture.c:
16130         * libs/Picture.h:
16131         * libs/fvwmlib.h:
16132         * configure.in:
16133         * acconfig.h:
16134         Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16135         are maybe problematic) and those in the ewmh* files to allow
16136         to disbale the ewmh code: with --disable-ewmh all the ewmh code
16137         should be dummy. --enable-ewmh is now the default.
16139 2001-11-20  olicha  <olivier.chapuis@free.fr>
16141         * fvwm/icons.c (GetIcon):
16142         * fvwm/add_window.c (setup_icon):
16143         Fixed icons order choice and other minor bugs
16145         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16146         Fixed a core dump if there is no MiniIcon
16148 2001-11-18  olicha  <olivier.chapuis@free.fr>
16150         * fvwm/ewmh.c (add_kst_item):
16151         * fvwm/ewmh.h:
16152         (ewmh_AddToKdeSysTray):
16153         (EWMH_IsKdeSysTrayWindow):
16154         (EWMH_ManageKdeSysTray):
16155         (EWMH_WindowInit):
16156         fvwm/ewmh_intern.h:
16157         * fvwm/events.c (HandleDestroyNotify):
16158         (HandleMapRequest):
16159         (HandleUnmapNotify):
16160         Fixed the KDE system tray implementation
16162 2001-11-16  olicha  <olivier.chapuis@free.fr>
16164         * fvwm/ewmh.h:
16165         * fvwm/ewmh.c:
16166         fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16168 2001-11-15  olicha  <olivier.chapuis@free.fr>
16170         * fvwm/ewmh.c (EWMH_DestroyWindow):
16171         * fvwm/ewmh.h:
16172         (EWMH_WindowDestroyed):
16173         * fvwm/events.c (HandleReparentNotify):
16174         (HandleDestroyNotify):
16175         (HandleUnmapNotify):
16176         * fvwm/add_window.c (destroy_window):
16177         Fixed the ewmh windows lists
16179 2001-11-15  olicha  <olivier.chapuis@free.fr>
16181         * fvwm/Makefile.am:
16182         * fvwm/ewmh.c:
16183         * fvwm/ewmh.h:
16184         * fvwm/ewmh_intern.h:
16185         * fvwm/ewmh_events.c:
16186         * fvwm/ewmh_icons.c:
16187         * fvwm/ewmh_names.c:
16188         * fvwm/fvwm2.1:
16189         * NEWS:
16190         New files to achieve the extended WM hints support, off by
16191         default. This code is ifdefed a la gnome.c.
16192         This is work in progess (need to do so that every things are
16193         configurable).
16195         * configure.in:
16196         * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16197         New configure option --enable-ewmh. Added tests for iconv and
16198         nl_langinfo for UTF8 conversions.
16200         * fvwm/add_window.c (AddWindow):
16201         (CaptureOneWindow):
16202         (destroy_window):
16203         (setup_window_name):
16204         (setup_icon):
16205         EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16206         EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16207         SET_HAS_EWMH_ICON, EWMH_WMIconName
16209         * fvwm/add_window.c (setup_window_structure):
16210         * fvwm/fvwm.h (FvwmWindow):
16211         (window_flags):
16212         * fvwm/window_flags.h:
16213         * fvwm/session.c (get_version_string):
16214         (SaveWindowStates):
16215         (LoadWindowStates):
16216         Added some entries in FvwmWindow and some flags (more will be
16217         added). Some of these states need to be saved at restart and
16218         at recapture. This code is ifdefed, may be it should not: I was
16219         forced to ifdef the version string in get_version_string.
16221         * libs/Bindings.c (win_contexts):
16222         * libs/fvwmlib.h:
16223         * fvwm/events.c (GetContext):
16224         * fvwm/bindings.c (ParseBinding):
16225         (activate_binding):
16226         * fvwm/functions.c (expand_extended_var):
16227         (expand):
16228         (execute_function):
16229         (DeferExecution):
16230         * fvwm/screen.h (Scr):
16231         new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16232         (kdesktop or Nautilus desktop). This context is something between
16233         C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16235         * fvwm/bindings.c (activate_binding):
16236         Fixed immediate application of mouse/stroke bindings
16238         * fvwm/borders.h
16239         * fvwm/borders.c (RedrawDecorations):
16240         * fvwm/update.c (apply_window_updates):
16241         New function  RedrawDecorations taken from apply_window_updates
16242         and called in ewmh_icons.c and update.c
16244         * fvwm/bultins.c (CMD_WindowShade):
16245         EWMH_SetWMState
16247         * fvwm/events.c (HandleFocusIn):
16248         (HandlePropertyNotify):
16249         (HandleClientMessage):
16250         (HandleMapRequestKeepRaised):
16251         (HandleUnmapNotify):
16252         EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16253         icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16254         EWMH_SetClientList
16256         * fvwm/icons.c (GetIcon):
16257         * fvwm/icons.h:
16258         (CreateIconWindow):
16259         (ChangeIconPixmap):
16260         * fvwm/events.c (HandlePropertyNotify):
16261         New function GetIcon taken from CreateIconWindow which choose
16262         the icon, there is a new case for EWMH icons. New function
16263         ChangeIconPixmap taken from events.c.
16264         The two new functions are called from ewmh_icon.c (and icons.c).
16266         * fvwm/move_resize.c (handle_stick):
16267         (CMD_Maximize):
16268         (handle_stick):
16269         EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16271         * libs/Picture.h:
16272         * libs/Picture.c (LoadPictureFromPixmap):
16273         (CachePictureFromPixmap):
16274         New functions for loading a picture from a pixmap. Nothing is cached
16275         but this simplify the MiniIcon code.
16277         * fvwm/placement.c (PlaceWindow):
16278         EWMH_GetWorkAreaIntersection
16280         * fvwm/screen.h (Scr):
16281         Added the working area, the dynamic working area and the ewmh
16282         Desktop window.
16284         * fvwm/stack.c (restack_windows):
16285         (CMD_Layer):
16286         EWMH_SetClientListStacking, EWMH_SetWMState
16288         * fvwm/style.c (check_window_style_change):
16289         * fvwm/update.c (apply_window_updates):
16290         * fvwm/update.h:
16291         Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16292         This code is ifdefed.
16294         * fvwm/style.c (lookup_style):
16295         EWMH_GetStyle
16297         * fvwm/virctual.c (goto_desk):
16298         (CMD_GotoDeskAndPage):
16299         (do_move_window_to_desk):
16300         EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16302 2001-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16304         * fvwm/update.c (apply_window_updates):
16305         * fvwm/gnome.c (GNOME_GetStyle):
16306         * fvwm/style.c (lookup_style):
16307         (check_window_style_change):
16308         * fvwm/add_window.c (setup_style_and_decor):
16309         fixed GnomeIgnoreHints style for some of the gnome hints
16311         * fvwm/fvwm.c (StartupStuff):
16312         Tried to fix font size problem
16314         * fvwm/placement.c (PlaceWindow):
16315         suppress an X error
16317         * fvwm/move_resize.c (moveLoop):
16318         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16319         * fvwm/misc.c (Keyboard_shortcuts):
16320         modified keyboard shortcut functions so that it is possible to move
16321         windows with the keyboard even if the border is hit.  does not work
16322         very nicely with paging
16324         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16325         performance enhancement
16327         * fvwm/events.c (HandleButtonPress):
16328         fixed (?) some problem with passing the raise click in ctf to the app
16330         * fvwm/add_window.c (Reborder):
16331         * fvwm/virtual.c (MoveViewport):
16332         (MapDesk):
16333         (UnmapDesk):
16334         * fvwm/session.c (SaveWindowStates):
16335         * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16336         don't access stack_next and stack_prev directly but use the access
16337         functions from stack.h
16339         * fvwm/stack.c (remove_window_from_stack_ring):
16340         (add_window_to_stack_ring_after):
16341         safety patch
16343         * fvwm/add_window.c (adjust_fvwm_internal_windows):
16344         (destroy_window):
16345         when a window becomes scheduled for destruction, remove all traces of it
16346         from the fvwm internal variable so its not accessed accidentally when
16347         its fields are no longer valid
16349 2001-11-05  Mikhael Goikhman  <migo@homemail.com>
16351         * fvwm/borders.c:
16352         fixed compilation of I18N_MB
16354 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16356         * AUTHORS:
16357         * NEWS:
16358         * acconfig.h:
16359         * configure.in:
16360         * fvwm/borders.c:
16361         * fvwm/builtins.c:
16362         * fvwm/fvwm2.1:
16363         * fvwm/screen.h:
16364         exclude the TitleStyle MultiPixmap feature (only) before forking
16365         ...
16366         and restore it after that
16368         * NEWS:
16369         * configure.in:
16370         change version string to 2.5.0
16372         * NEWS:
16373         added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16374         added a link to the stable version 2.4.4 (not released yet)
16376 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16378         * NEWS:
16379         * configure.in:
16380         change version string to 2.4.4 before forking
16382         * make_fvwmdist.sh:
16383         strip end of line from date (adjust for a new length)
16385 2001-10-29  olicha  <olivier.chapuis@free.fr>
16387         * fvwm/screen.h (DecorFaceStyle):
16388         Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16389         so that Solid colors work again
16391 2001-10-28  olicha  <olivier.chapuis@free.fr>
16393         * fvwm/module_interface.c (skipModuleAliasToken):
16394         Allows '/' as alias character
16396         * NEWS
16397         Script news
16399 2001-10-27  Mikhael Goikhman  <migo@homemail.com>
16401         * configure.in:
16402         * acconfig.h:
16403         * NEWS:
16404         added --disable-multipixmap-titles for the Suzanne's patch,
16405         the default is enable
16407         * fvwm/fvwm2.1:
16408         some formatting fixes in TitleStyle entry
16410 2001-10-27  Suzanne Britton  <tril@igs.net>
16412         * config.h.in: Added FANCY_TITLEBARS option, off by default
16414         * fvwm/fvwm2.1:
16415         Added info on TitleStyle MultiPixmap
16417         * fvwm/screen.h:
16418         [All changes #ifdeffed FANCY_TITLEBARS]
16419         Added TITLE_PADDING define for fancy titlebar rendering
16420         Added tb_pixmap_enum
16421         Added MultiPixmap to DecorFaceType enum
16422         Added Picture **multi_pixmaps and short multi_stretch_flags
16423         to DecorFace structure
16425         * fvwm/borders.c:
16426         [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16427         (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16428         (RenderIntoWindow): [new]
16429         (DrawMultiPixmapTitlebar): [new]
16430         (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16431         instead of always sending 1
16432         (RedrawTitle):
16433         Call DrawFancyTitlebar for MultiPixmap style
16434         Skip DrawString calls for MultiPixmap style (title is drawn inside
16435         DrawMultiPixmapTitlebar)
16437         * fvwm/builtins.c:
16438         [All changes #ifdeffed FANCY_TITLEBARS]
16439         (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16440         (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16441         (ReadMultiPixmapDecor): [new]
16443 2001-10-26  Dan Espen  <dane@mk.telcordia.com>
16445         * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16446         buttons can activate on press or release, special pointer during grab,
16447         arrow key command recall.
16449 2001-10-24  Mikhael Goikhman  <migo@homemail.com>
16451         * fvwm/bindings.c (ParseBinding):
16452         * fvwm/bindings.h:
16453         * fvwm/fvwm2.1:
16454         binding commands now do not print error messages with Silent
16456         * fvwm/ConfigFvwmDefaults:
16457         * NEWS:
16458         don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16459         use Silent before Key Help
16461         * fvwm/add_window.c:
16462         changed the broken size hints message to notify the owner
16464         * docs/fvwm.lsm.in:
16465         small changes
16467 2001-10-19  olicha  <olivier.chapuis@free.fr>
16469         * NEWS:
16470         Some FvwmScript news
16472 2001-10-16  olicha  <olivier.chapuis@free.fr>
16474         * NEWS:
16475         Some FvwmScript news
16477 2001-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16479         * fvwm/bindings.c (activate_binding):
16480         * libs/Bindings.c (GrabWindowKeyOrButton):
16481         activate mouse/stroke bindings immediately
16483         * fvwm/events.c (HandleButtonPress):
16484         it is possible to bind actions to the 'ClickToFocus' click
16486 2001-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16488         * fvwm/virtual.c (HandlePaging):
16489         allow paging during move/resize when pressing keys
16491         * libs/XResource.c (MergeCmdLineResources):
16492         possible core dump fix
16494         * fvwm/add_window.c (setup_window_placement):
16495         fixed core dump
16497         * libs/Bindings.c (AddBinding):
16498         another attempt at cleaning up bindings with "Shift"
16500 2001-10-13  olicha  <olivier.chapuis@free.fr>
16502         * NEWS
16503         FvwmScript news
16505 2001-10-10  Mikhael Goikhman  <migo@homemail.com>
16507         * move_resize.c:
16508         * fvwm/fvwm2.1:
16509         OpaqueMoveSize now accepts "unlimited" or negative argument.
16511 2001-10-09  Mikhael Goikhman  <migo@homemail.com>
16513         * fvwm/fvwm2.1:
16514         added missing "!"
16516 2001-10-08  Dan Espen  <dane@mk.telcordia.com>
16518         * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16520         * libs/fvwmlib.h:
16521         * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16523         * fvwm/cursor.c: Extract cursor validation routine to become a libs
16524         routine.
16526 2001-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16528         * NEWS, configure.in:
16529         changed version to 2.5.0
16531 2001-10-08  olicha  <olivier.chapuis@free.fr>
16533         * fvwm/borders.c (RedrawTitle):
16534         Fixed drawing of leftJustified stippled title and suppress warnings
16535         in RelieveRectangle w/ RightJustified stippled title
16537 2001-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16539         * fvwm/virtual.c (CMD_XineramaSlsSize):
16540         fixed ABR
16542 2001-10-03  olicha  <olivier.chapuis@free.fr>
16544         * fvwm/style.c (CMD_Style):
16545         * fvwm/fvwm2.1
16546         Added the possibility to add an Xinerama screen to the 4 numerics
16547         Iconbox format
16549 2001-10-03  olicha  <olivier.chapuis@free.fr>
16551         * fvwm/icons.c (AutoPlaceIcon):
16552         Fixed a core dump with @c and fixed icon placement if the icon should
16553         not be on the current page
16555 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16557         * fvwm/icons.c (AutoPlaceIcon):
16558         * libs/FScreen.c (FScreenParseScreenBit):
16559         added 'w' screen specifier for icon boxes
16561         * fvwm/icons.c (AutoPlaceIcon):
16562         fixed placement of icons in icon boxes on different screen
16564         * fvwm/menus.c (get_menu_options):
16565         reduced code duplication
16567 2001-10-02  olicha  <olivier.chapuis@free.fr>
16569         * fvwm/menus.c (get_menu_options):
16570         fixed Xinerama placement of menu with empty but not null position hints
16572 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16574         * fvwm/borders.c (RedrawTitle):
16575         * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16576         suppress a warning in RelieveRectangle w/ small sticky windows
16578 2001-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16580         * fvwm/menus.c (get_menu_options):
16581         A 'rectangle' context rectangle for menus honours the '@screen' bit
16583         * fvwm/move_resize.c (DisplayPosition):
16584         coordinates of a window are show in relation to the screen, not the page
16586         * libs/FScreen.c (FScreenTranslateCoordinates):
16587         * fvwm/placement.c (PlaceWindow):
16588         * fvwm/add_window.c (setup_window_placement):
16589         Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16590         rewrote the library functionality to better match the rest of the
16591         interface
16593         * fvwm/builtins.c (DestroyFvwmDecor):
16594         removed useless code
16596         * fvwm/icons.c (DrawIconWindow):
16597         fixed race condition w/ expanding/collapsing icon titles
16599         * fvwm/windowlist.c (CMD_WindowList):
16600         fixed Xinerama placement of window list when called without options
16602 2001-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16604         * libs/FScreen.c (FScreenSLSOnOff):
16605         fixed core dump when calling XineramaSls before XineramaSlsSize
16607         * configure.in:
16608         changed to 2.4.3
16610         * libs/FShape.h (FHaveShapeExtension):
16611         set macro to 1 when compiling w/ shape extension
16613 2001-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16615         * libs/Bindings.c (AddBinding):
16616         * fvwm/bindings.c (ParseBinding):
16617         print a warning if a key with the given name does not exist
16618         if there is an upper and a lower case version of the same key name,
16619         always bind to the lower case version; this is problematic if the upper
16620         case version is tied to a key without a modifier and the lower case
16621         version is tied to the same key, but with a modifier (or both are tied
16622         to different keys). I hope this good enough.
16624         * libs/Bindings.c (FreeBindingList):
16625         (MatchBindingExactly):
16626         (CollectBindingList):
16627         fixed some problems overriding keys
16628         reduced duplication of logic
16630 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16632         * NEWS, configure.in:
16633         changed version to 2.5.0
16635 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16637         * configure.in:
16638         changed version to 2.4.2
16640 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16642         * libs/Colorset.c:
16643         (SetWindowBackground):
16644         (SetRectangleBackground):
16645         * fvwm/builtins.c (CMD_WindowShade):
16646         * fvwm/add_window.c:
16647         (setup_style_and_decor):
16648         * fvwm/icons.c:
16649         (CreateIconWindow):
16650         (GetXPMFile):
16651         (GetIconWindow):
16652         (GetIconBitmap):
16653         * fvwm/events.c:
16654         (HandleConfigureRequest):
16655         (HandleShapeNotify):
16656         (InitEventHandlerJumpTable):
16657         * fvwm/borders.c (struct):
16658         (SetupFrame):
16659         (SetShape):
16660         * fvwm/decorations.c (SelectDecor):
16661         * fvwm/fvwm.c:
16662         (main):
16663         (setVersionInfo):
16664         * fvwm/externs.h:
16665         * fvwm/fvwm.h (FvwmWindow):
16666         * libs/FShape.h:
16667         * libs/FShape.c:
16668         moved shape support to library; its no longer necessary to
16669         '#ifdef SHAPE' any code
16671         * fvwm/borders.c (RedrawButtons):
16672         (RedrawTitle):
16673         fixed top border hilight drawing of title buttons
16675         * libs/Graphics.c (do_relieve_rectangle):
16676         (RelieveRectangle):
16677         (RelieveRectangle2):
16678         allow alternate shading for title buttons
16680 2001-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16682         **/*.1:
16683         Applied man page patch by Dmitry Yu. Bolkhovityanov:
16684         Add a formal description of how fvwm maintains module's configs
16685         Change manpages of individual modules to refer to fvwm2(1) for
16686         details about specifying configuration
16688         * fvwm/add_window.c (setup_window_placement):
16689         desk and page can now really be given as X resources a la
16690           xterm.desk: 1
16692         * libs/XResource.c (GetResourceString):
16693         resource -> lower case, class -> upper case
16694         changed signature
16696         * configure.in:
16697         changed version to 2.5.0
16699         * Makefile.am (distcheck2):
16700         build distcheck before dist2; save a few seconds if the build fails
16702         * libs/alloca.c:
16703         * libs/ClientMsg.c:
16704         * libs/envvar.c:
16705         * libs/Event.c:
16706         * libs/fvwmrect.c:
16707         * libs/gethostname.c:
16708         * libs/Grab.c:
16709         * libs/Pointer.c:
16710         * libs/safemalloc.c:
16711         * libs/strcasecmp.c:
16712         * libs/strdup.c:
16713         * libs/strerror.c:
16714         * libs/strncasecmp.c:
16715         * libs/usleep.c:
16716         * libs/wild.c:
16717         * libs/WinMagic.c:
16718         * libs/XError.c:
16719         * libs/Graphics.c:
16720         include config.h
16722         * configure.in:
16723         changed version to 2.4.1 again
16725 2001-09-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16727         * libs/Bindings.c (FvwmStringToKeysym):
16728         try both cases of the first letter of a key name
16730         * fvwm/ConfigFvwmDefaults:
16731         * fvwm/windowlist.c (winCompareReverse):
16732         (CMD_WindowList):
16733         new WindowList option ReverseOrder; use the new option in the default
16734         Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
16735         cycle through the whole window list. The old behaviour only toggled
16736         between two windows. Also, a simple Alt-Tab can be used to switch to
16737         the next window instead of Alt-Tab-Tab.
16739         * libs/FScreen.c (FScreenInit):
16740         fixed a Xinerama crash
16742         * configure.in:
16743         print a verbose error message and exit if X11 headers and libraries
16744         are not found
16746 2001-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16748         * fvwm/fvwm.c (main):
16749         * libs/FShape.c:
16750         * libs/FShape.h:
16751         new library for X shape encapsulation
16753         * fvwm/builtins.c (CMD_WindowShade):
16754         * fvwm/borders.c (SetupFrame):
16755         fixed shading of windows without title and border
16756         fixed shading of shaped windows; fixes bug #732
16758         * fvwm/builtins.c (CMD_SetEnv):
16759         calling SetEnv without a value is the same as UnsetEnv
16761 2001-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16763         * fvwm/events.c (HandleReparentNotify):
16764         fixed vanishing windows in rapid map/unmap cycles; bug #770
16766         * fvwm/add_window.c (hide_screen):
16767         fixed possible BadWindow error
16769 2001-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16771         * fvwm/virtual.c (MoveViewport):
16772         (goto_desk):
16773         (CMD_GotoDeskAndPage):
16774         (CMD_GotoPage):
16775         GotoDeskAndPage records its own history of last visited desk/page
16777         * libs/FScreen.c (FScreenInit):
16778         fixed a memory allocation bug pointed out by Giuseppe Della Ricca
16780 2001-09-05  olicha  <olivier.chapuis@free.fr>
16782         * fvwm/session.c (MatchWinToSM):
16783         * fvwm/add_window.c (setup_window_structure):
16784         * fvwm/move_resize.c (moveLoop):
16785         Fixed PlacedByButton3 condition
16787 2001-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16789         * libs/FScreen.c:
16790         * fvwm/functions.c (func_config):
16791         * fvwm/module_interface.c (broadcast_xinerama_state):
16792         * fvwm/virtual.c (CMD_Xinerama):
16793         (CMD_XineramaPrimaryScreen):
16794         (CMD_XineramaSls):
16795         (CMD_XineramaSlsSize):
16796         added sls support
16797         split Xinerama command into Xinerama, XineramaPrimaryScreen,
16798         XineramaSls and XineramaSlsSize
16799         restructured parts of the FScreen code
16801         * fvwm/functions.c (func_config):
16802         new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
16804         * libs/Graphics.c (RelieveRectangle):
16805         allow calling the function with w == 0 or h == 0 without a message
16807         * fvwm/window_flags.h (SET_STYLE_DELETED):
16808         * fvwm/style.c (CMD_DestroyStyle):
16809         (check_window_style_change):
16810         * fvwm/fvwm.h (window_style):
16811         update windows when a style is deleted
16813         * configure.in:
16814         fixed xpm detection problem caused by wrong library order
16816 2001-09-05  olicha  <olivier.chapuis@free.fr>
16818         * NEWS: PlacedByFvwm
16820 2001-09-04  Dan Espen  <dane@mk.telcordia.com>
16822         * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
16824 2001-09-04  olicha  <olivier.chapuis@free.fr>
16826         * fvwm/fvwm.h:
16827         * fvwm/windows_flags.h:
16828         * fvwm/placement.c (PlaceWindow):
16829         * fvwm/add_window.c (setup_window_structure):
16830         * fvwm/conditional.c (CreateConditionMask):
16831         * fvwm/session.c (get_version_string):
16832         (MatchWinToSM):
16833         * fvwm/fvwm2.1:
16834         Added a new windows_flags is_placed_by_fvwm and a new condition
16835         PlacedByFvwm
16837 2001-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16839         * fvwm/focus.c (focus_grab_buttons):
16840         (MoveFocus):
16841         disabled xt/double click patch for now
16843 2001-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16845         * libs/Graphics.c (RelieveRectangle):
16846         print a warning if one of the dimensions is <= 0
16848         * fvwm/placement.c (PlaceWindow):
16849         take care of windows that have both, PPosition and USPosition set
16850         take care of transient windows that have neither PPosition nor
16851         USPosition set
16853 2001-09-01  olicha  <olivier.chapuis@free.fr>
16855         * libs/FScreen.c (FScreenInit):
16856         Fixed the position of the xinerama emulation delimiters
16858 2001-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16860         * fvwm/fvwm2.1:
16861         Xinerama introduction
16863         * fvwm/icons.c (AutoPlaceIcon):
16864         try to place icons of screen with the window center, and if that fails
16865         on any screen
16867         * libs/FScreen.c (FScreenGetScrRect):
16868         performance improvement for non-xinerama systems
16870         * fvwm/update.c (apply_window_updates):
16871         (flush_window_updates):
16872         update icon boxes and icon position when xinerama layout changes
16874         * fvwm/icons.c (AutoPlaceIcon):
16875         limit placement of icons using no icon box to screen boundaries
16876         adapt icon boxes to xinerama layout whenever used
16878         * fvwm/placement.c (PlaceWindow):
16879         * fvwm/style.c (CMD_Style):
16880         (check_window_style_change):
16881         * fvwm/style.h (SUSE_NO_USPOSITION):
16882         (SUSE_NO_TRANSIENT_PPOSITION):
16883         (SUSE_NO_TRANSIENT_USPOSITION):
16884         * fvwm/fvwm.h (struct):
16885         implemented new styles NoUSPosition/UseUSPosition,
16886         NoTransientPPosition/UseTransientPPosition,
16887         NoTransientUSPosition/UseTransientUSPosition.
16888         These work exactly like NoPPosition/UsePPosition.
16889         Transient windows ignore the window position if neither the PPosition
16890         nor the USPosition hint is set.
16892 2001-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16894         * fvwm/focus.c (restore_focus_after_unmap):
16895         fixed a bug transfering the focus when a window was iconified
16897 2001-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16899         * fvwm/conditional.c (MatchesConditionMask):
16900         * fvwm/move_resize.c (position_geometry_window):
16901         * fvwm/placement.c (PlaceWindow):
16902         * fvwm/menus.c (pop_menu_up):
16903         * fvwm/move_resize.c (move_window_doit):
16904         * fvwm/icons.c (do_all_iconboxes):
16905         * fvwm/placement.c (PlaceWindow):
16906         * fvwm/menus.c (update_menu):
16907         adapted to new FScreen... signatures
16909         * libs/FScreen.c (FScreenClipToScreen):
16910         (FScreenGetScrCenterCenter):
16911         (FScreenCenterCurrent):
16912         (FScreenCenterPrimary):
16913         (FScreenGetCurrent00):
16914         (FScreenGetGlobalScrRect):
16915         (FScreenGetPrimaryScrRect):
16916         (FScreenGetScrRect):
16917         (FScreenIsRectangleOnScreen):
16918         unified all the FSCreen... functions using a common signature, removed
16919         most old functions
16921         * fvwm/style.c (CMD_Style):
16922         init icon box screen
16924         * fvwm/move_resize.c (move_window_doit):
16925         (CMD_Maximize):
16926         * libs/Makefile.am:
16927         * libs/XineramaSupport.c:
16928         * libs/XineramaSupport.h:
16929         * libs/FScreen.c:
16930         exported and renamed screen defines
16932         * libs/FScreen.h:
16933         renamed files
16935         * fvwm/virtual.c:
16936         * fvwm/style.c:
16937         * fvwm/placement.c:
16938         * fvwm/move_resize.c:
16939         * fvwm/module_interface.c:
16940         * fvwm/modconf.c:
16941         * fvwm/menus.c:
16942         * fvwm/icons.c:
16943         * fvwm/fvwm.c:
16944         * fvwm/conditional.c:
16945         * libs/XineramaSupport.c:
16946         renamed all XineramaSupport...() functions to FScreen...()
16948         * fvwm/style.c (CMD_Style):
16949         -Wall fix
16951 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
16953         * fvwm/style.c (CMD_Style):
16954         * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
16955         using geometry spec.
16957 2001-08-25  Mikhael Goikhman  <migo@homemail.com>
16959         * libs/Strings.c:
16960         * libs/Strings.h:
16961         new function QuoteString() to add and escape single quotes to strings
16963         * fvwm/menus.c (MenuInteraction):
16964         quote both missing function name and menu name for
16965         MissingSubmenuFunction
16967         * fvwm/functions.c (expand):
16968         use QuoteString()
16970 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
16972         * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
16974 2001-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16976         * fvwm/cursor.c (CMD_CursorStyle):
16977         * fvwm/icons.c (GetXPMFile):
16978         * libs/Colorset.c (SetWindowBackground):
16979         -Wall fixes
16981         * libs/Bindings.c (AddBinding):
16982         tired to help with problem binding keys that have a keycode with no
16983         modifiers and another keycode with some modifiers pressed, e.g.
16984         kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
16985         F1 generating the actioon bound to F11 sometimes
16987         * fvwm/focus.c (focus_grab_buttons):
16988         -Wall fix
16990 2001-08-23  Dan Espen  <dane@mk.telcordia.com>
16992         * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
16994 2001-08-20  Bob Woodside  <proteus@pcnet.com>
16996         * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
16997         grab synchronization so apps using XtTranslations to catch double-
16998         clicks don't get confused by extraneous Leave/EnterNotify events.
16999         This fixes the "xfm/moxfm don't see double-clicks" problem.
17001 2001-08-20  Dan Espen  <dane@mk.telcordia.com>
17003         * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17005 2001-08-19  Dan Espen  <dane@mk.telcordia.com>
17007         * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17008         placed.
17010         * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17011         until later when the window is actually placed.
17013         * fvwm/fvwm.h (icon_boxes_struct):  Save  sign  for later  screen
17014         position calculation.
17016 2001-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17018         * fvwm/update.c (flush_window_updates):
17019         * fvwm/screen.h (ScreenInfo):
17020         * fvwm/virtual.c (CMD_Xinerama):
17022         * fvwm/move_resize.c (CMD_Maximize):
17023         * fvwm/placement.c (PlaceWindow):
17024         * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17025         renamed function
17027         * fvwm/fvwm2.1:
17028         describe new maximize options
17030         * fvwm/move_resize.c (MaximizeWidth):
17031         (MaximizeHeight):
17032         (CMD_Maximize):
17033         applied Dmitry's Xinerama patch for Maximize command
17034         replaced "global" and "absolute" with "screen" which is more flexible
17036 2001-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17038         * libs/Parse.c (SkipQuote):
17039         fixed a bug in handling of caller specified quote pairs
17041         * fvwm/move_resize.c (CMD_Maximize):
17042         keep window on correct page when viewport does not start on a page
17043         boundary
17045         * libs/XError.c (error_name):
17046         (request_name):
17047         fixed core dump in error handling
17049 2001-08-15  Mikhael Goikhman  <migo@homemail.com>
17051         * configure.in:
17052         * acinclude.m4:
17053         * INSTALL:
17054         * INSTALL.fvwm:
17055         renamed --disable-gnome to --disable-gnome-hints;
17056         documented configure options --with-gnome*;
17057         small improvements in documentation;
17058         use underscore in version instead of dash that causes rpm problems
17060 2001-08-14  Mikhael Goikhman  <migo@homemail.com>
17062         * libs/Makefile.am:
17063         added fvwmrect.h to dist
17065 2001-08-14  Dan Espen  <dane@mk.telcordia.com>
17067         * libs/XineramaSupport.c: Disable debug printing.
17069 2001-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17071         * libs/defaults.h (DEFAULT_MENU_STYLE):
17072         reset colour sets in default menu style too
17074 2001-08-13  Mikhael Goikhman  <migo@homemail.com>
17076         * builtins.c:
17077         * events.c:
17078         completed the libstroke-0.5 compatibility fix
17080 2001-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17082         * fvwm/move_resize.c (draw_move_resize_grid):
17083         fixed drawing of resize grid when invoked from button or key press
17085         * fvwm/placement.c (PlaceWindow):
17086         rewrote a condition to improve readability
17087         fixed StartsOn... w/ SkipMapping
17089 2001-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17091         * fvwm/session.c (MatchWinToSM):
17092         (LoadWindowStates):
17093         (SaveWindowStates):
17094         * fvwm/move_resize.c (CMD_Resize):
17095         * fvwm/events.c (HandlePropertyNotify):
17096         (HandleConfigureRequest):
17097         * fvwm/move_resize.c (CMD_ResizeMove):
17098         (CMD_Maximize):
17099         (CMD_Resize):
17100         * fvwm/update.c (apply_window_updates):
17101         * fvwm/add_window.c (AddWindow):
17102         * fvwm/geometry.c (constrain_size):
17103         (gravity_constrain_size):
17104         the Resize command honors the window gravity
17105         changing the size increment of maximized windows no longer shrinks the
17106         window
17108         * fvwm/icons.c:
17109         keep expanded icon titles on screen
17111 2001-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17113         * fvwm/icons.c (do_all_iconboxes):
17114         default icon box fills the primary screen
17116         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17117         fixed default_screen argument
17119         * fvwm/style.c (merge_styles):
17120         * fvwm/fvwm.h (window_style):
17121         * fvwm/style.h (SSET_START_SCREEN):
17122         * fvwm/add_window.c (setup_window_placement):
17123         * fvwm/placement.c (PlaceWindow):
17124         (CMD_PlaceAgain):
17125         implemented StartsOnScreen style
17127         * fvwm/placement.c (PlaceWindow):
17128         (test_fit):
17129         (get_next_x):
17130         (get_next_y):
17131         (CleverPlacement):
17132         (SmartPlacement):
17133         Place new windows on xinerama screens
17135         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17136         fixed core dump in debug output
17138 2001-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17140         * fvwm/placement.c:
17141         removed unused variable
17143 2001-08-07  olicha  <olivier.chapuis@free.fr>
17145         * NEWS:
17146         FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17148 2001-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17150         * fvwm/virtual.c (CMD_Xinerama):
17151         replaced XineramaEnable and ...Disable with XineramaCommand
17153         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17154         (XineramaSupportGetScreenArgument):
17155         new functions
17157         * fvwm/functions.c (func_config):
17158         * fvwm/move_resize.c (move_window_doit):
17159         (CMD_Move):
17160         (CMD_AnimatedMove):
17161         (CMD_MoveToPage):
17162         (CMD_MoveToScreen):
17163         (handle_stick):
17164         added new command MoveToScreen
17166 2001-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17168         * libs/fvwmrect.c:
17169         * libs/fvwmrect.h:
17170         new library files
17172         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17173         fixed parsing of negative geometries
17174         (XineramaSupportParseGeometryWithScreen):
17175         made global
17176         (XineramaSupportGetNumberedScreenRect):
17177         new function
17179         * sample.fvwmrc/system.fvwm2rc:
17180         * sample.fvwmrc/new-features:
17181         * sample.fvwmrc/system.fvwm2rc-sample-95:
17182         * sample.fvwmrc/system.fvwm2rc-sample-2:
17183         * sample.fvwmrc/system.fvwm2rc-sample-1:
17184         * fvwm/fvwm2.1:
17185         updated for new condition
17187         * fvwm/conditional.c (CreateConditionMask):
17188         (MatchesConditionMask):
17189         * fvwm/fvwm.h (WindowConditionMask):
17190         implemented new condition AcceptsFocus to cope with applications like
17191         xclock that have circulatehit but don't take focus
17193 2001-08-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17195         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17196         handle Xinerama screens
17198         * fvwm/style.c (CMD_Style):
17199         * fvwm/menus.c (get_menu_options):
17200         cope with Xinerama like geometries with screen info
17202         * fvwm/virtual.c (CMD_XineramaEnable):
17203         XineramaEnable optionally takes the number of the primary screen as its
17204         argument
17206         * fvwm/events.c (GetContext):
17207         reindented code
17209         * fvwm/virtual.c (HandlePaging):
17210         * fvwm/events.c (HandleButtonPress):
17211         * fvwm/events.h (XEVMASK_PANFW):
17212         fixed button and key event handling over pan frames; fixes bug #752
17214         * fvwm/menus.c (get_menu_options):
17215         fixed Xinerama placement of menus without options
17217 2001-08-01  Mikhael Goikhman  <migo@homemail.com>
17219         * NEWS:
17220         * fvwm/borders.c:
17221         * fvwm/builtins.c:
17222         * fvwm/fvwm.c:
17223         * fvwm/screen.h:
17224         Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17225         In addition to the existing: @0 is shadow color, @1 is hilight color.
17227         * fvwm/fvwm2.1:
17228         Added the formal description of Vector that was absent.
17230 2001-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17232         * fvwm/fvwm2.1:
17233         some man page corrections
17235 2001-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17237         * fvwm/move_resize.c (handle_stick):
17238         also redraw buttons when a window becomes sticky/slippery to make sure
17239         that MWMDecorStick buttons are updated too; fixes bug #749
17241 2001-07-30  Mikhael Goikhman  <migo@homemail.com>
17243         * NEWS:
17244         documented previous changes
17246         * configure.in:
17247         improved output spacing
17249         * fvwm/fvwm2.1:
17250         minor typo
17252 2001-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17254         * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17255         * fvwm/modconf.c (send_xinerama_state):
17256         * fvwm/module_interface.c (broadcast_xinerama_state):
17257         * libs/defaults.h:
17258         revised module support for Xinerama
17260         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17261         (XineramaSupportParseGeometry):
17262         (XineramaSupportGetGeometry):
17263         make interface compatible with XineramaSupportParseGeometry().
17264         (XineramaSupportGetPrimaryScreen):
17265         new function
17267         * fvwm/stack.c (raise_over_unmanaged):
17268         fixed restacking of windows with RaiseOverUnmanaged - windows were
17269         raised in reverse order so that the top window became the bottom
17270         window of the ones that were raised
17271         also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17272         these are invisible
17274 2001-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17276         * sample.fvwmrc/system.fvwm2rc-sample-95:
17277         fixed syntax of BugOpts command
17279         * fvwm/ConfigFvwmDefaults:
17280         resize window when clicking on the sides of the window by default
17281         instead of moving it
17283         * fvwm/events.c (HandleEnterNotify):
17284         do not delete MouseFocus when pointer moves from one particular sub
17285         window of a frame to another one.  Helps with xv/xmms vs unclutter
17286         interaction and also with MouseFocus vs. Open Look applications
17288         * fvwm/move_resize.c (DoSnapAttract):
17289         * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17290         fixed snapping to Xinerama screen edges
17291         (XineramaSupportIsEnabled):
17292         return False is the X server provides only a single screen
17294         * fvwm/fvwm2.1:
17295         Added descriptions of conditions CurrentDesk, CurrentPage,
17296         CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17297         CurrentGlobalPageAnyDesk
17299         * fvwm/fvwm.h (rectangle):
17300         (position):
17301         typedefs moved to libs/fvwmlib.h
17303         * fvwm/conditional.c (MatchesConditionMask):
17304         * fvwm/fvwm.h (WindowConditionMask):
17305         * fvwm/conditional.c:
17306         introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17307         for Xinerama support
17309         * fvwm/modconf.c (CMD_Send_ConfigInfo):
17310         (send_xinerama_state):
17311         * fvwm/module_interface.c (broadcast_xinerama_state):
17312         * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17313         * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17314         communicate xinerama state at module startup
17316 2001-07-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17318         * libs/XineramaSupport.c:
17319         next Xinerama patch
17321 2001-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17323         * fvwm/move_resize.c (moveLoop):
17324         windows were lost off screen w/ non opaque interactive move when motion
17325         was aborted with Escape on a different page that it was started
17327         * fvwm/move_resize.c (position_geometry_window):
17328         (DisplayPosition):
17329         (DisplaySize):
17330         (InteractiveMove):
17331         (CMD_Resize):
17332         (moveLoop):
17333         (CMD_Resize):
17334         (DoResize):
17335         * libs/XineramaSupport.c (GetMouseXY):
17336         (XineramaSupportCenterCurrent):
17337         (XineramaSupportGetCurrent00):
17338         (XineramaSupportGetCurrentScrRect):
17339         allow to pass in an event with the pointer position
17340         minimize number of XQueryPointer calls in interactive move/resize
17342         * libs/defaults.h:
17343         * fvwm/move_resize.c (resize_geometry_window):
17344         (DisplayPosition):
17345         (DisplaySize):
17346         border width of geometry window moved to defaults.h
17347         moved strings for size window formatting to defaults.h
17348         reworked calculations of geometry window dimensions
17350         * fvwm/move_resize.c (resize_geometry_window):
17351         (position_geometry_window):
17352         (DisplaySize):
17353         (InteractiveMove):
17354         (CMD_Resize):
17355         * fvwm/builtins.c (ApplyDefaultFontAndColors):
17356         * fvwm/fvwm.c (main):
17357         funtions ResizeSizeWindow and PositionSizeWindow renamed to
17358         resize_geometry_window and position_geometry_window
17360         * fvwm/fvwm.c (main):
17361         fixed resizing geometry window before creating it
17363         * fvwm/move_resize.c (switch_move_resize_grid):
17364         (MoveOutline):
17365         * fvwm/virtual.c (HandlePaging):
17366         renamed MoveOutline to draw_move_resize_grid and made static
17367         new function switch_move_resize_grid for external calls
17368         delete grid before moving the geometry window to get rid of arifacts of
17369         the grid
17371 2001-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17373         * libs/XineramaSupport.c (XineramaSupportInit):
17374         make the blank area in Xinerama emulation usable again
17376 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17378         * fvwm/menus.c (update_menu):
17379         (pop_menu_up):
17380         (make_menu):
17381         (calculate_item_sizes):
17382         (size_menu_horizontally):
17383         (size_menu_vertically):
17384         menus are resized to fit their Xinerama screen every time they are
17385         popped up and the screen size has changed
17387 2001-07-23  olicha  <olivier.chapuis@free.fr>
17389         * libs/XineramaSupport.c (XineramaSupportInit):
17390         Draw the xinerama simulation screens with orr windows
17392 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17394         * fvwm/windowlist.c (CMD_WindowList):
17395         fixed windowlist placement w/ Xinerama
17397 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17399         * fvwm/menus.c (pop_menu_up):
17400         fixed calculations that force a menu on screen w/ Xinerama
17402         * fvwm/move_resize.c (DoSnapAttract):
17403         removed some code that slipped in with xinerama patch and broke
17404         vertical SnapAttraction
17406         * fvwm/virtual.c (CMD_EdgeResistance):
17407         removed debug code
17409         * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17410         take reference position src_x/src_y to determine screen
17412         * fvwm/windowlist.c (CMD_WindowList):
17413         * fvwm/menus.c (get_menu_options):
17414         (get_popup_options):
17415         (MenuInteraction):
17416         (pop_menu_up):
17417         handle Xinerama screens for positioning menus w/ posthints
17419         * fvwm/menus.c (get_menu_options):
17420         renamed function
17421         fix for icon/window context rectangle when window is in wrong state
17423 2001-07-22  Mikhael Goikhman  <migo@homemail.com>
17425         * configure.in:
17426         s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17427         compiled in; fixed linking by adding -lXinerama; small corrections
17429 2001-07-22  Dan Espen  <dane@mk.telcordia.com>
17431         * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17433 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17435         * libs/XineramaSupport.c (XineramaSupportInit):
17436         added xinerama emulation for developers
17438         * fvwm/virtual.c (CMD_XineramaEnable):
17439         (CMD_XineramaDisable):
17440         * fvwm/module_interface.c (BroadcastConfigInfoString):
17441         added function to communicate Xinerama on/off to modules
17443         * fvwm/module_interface.c:
17444         include time.h to fix warning
17445         * libs/XineramaSupport.c:
17446         * fvwm/fvwm.c (setVersionInfo):
17447         * fvwm/Makefile.am:
17448         * configure.in:
17449         * acconfig.h:
17450         cleanded up xinerama detection
17451         added shape detection
17453 2001-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17455         * fvwm/fvwm2.1:
17456         Added Xinerama introduction
17458         * fvwm/fvwm.c (setVersionInfo):
17459         print xinerama support
17461         * fvwm/conditional.c (CreateConditionMask):
17462         added CirculateHitShaded option for conditional commands that was
17463         described in the man page but not implemented
17465         * fvwm/fvwm.h (WindowConditionMask):
17466         removed unused flags
17468         * fvwm/conditional.c (MatchesConditionMask):
17469         fixed CirculateHitIcon option in conditional commands
17471         * fvwm/fvwm2.1:
17472         reformatted man page source to improve readability
17473         fixed some source formatting bugs
17475         * libs/XineramaSupport.c (GetMouseXY):
17476         don't poll the pointer if there is only one screen or if xinerama is
17477         turned off
17479         * fvwm/fvwm2.1:
17480         * fvwm/fvwm.c (main):
17481         removed -noxinerama option
17483         * fvwm/fvwm.c (main):
17484         size window is positioned and sized in move_resize.c
17486         * libs/XineramaSupport.c:
17487         reindented file
17489         * configure.in:
17490         print Xinerama support in configure summary
17492         * **/*:
17493         applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17495 2001-07-17  Mikhael Goikhman  <migo@homemail.com>
17497         * acconfig.h:
17498         * acinclude.m4:
17499         * configure.in:
17500         implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17501         define missing macros needed for old AIX keysymdef and old stroke.h
17503         * fvwm/bindings.c:
17504         * fvwm/menus.c:
17505         remove the previous compilation fixes, now handled by configure
17507 2001-07-15  Dan Espen  <dane@mk.telcordia.com>
17509         * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17511 2001-07-15  Mikhael Goikhman  <migo@homemail.com>
17513         * bindings.c:
17514         use libstroke-0.5 constant names while still supporting 0.3/0.4
17516         * menus.c:
17517         compiling fix for old AIX, which does not define XK_Page_Up/Down
17519         * module_interface.c:
17520         minor compiling fix for some proprietary preprocessors
17522 2001-07-10  Mikhael Goikhman  <migo@homemail.com>
17524         * fvwm/fvwm2.1:
17525         use more compatible and structured syntax in SYNOPSIS
17527 2001-07-06  Mikhael Goikhman  <migo@homemail.com>
17529         * acinclude.m4:
17530         Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17531         GDK_IMLIB_*.  This fixes "make FvwmGtk" on systems with bogus
17532         imlib-config.
17534 2001-07-05  Mikhael Goikhman  <migo@homemail.com>
17536         * configure.in:
17537         changed version to 2.4.1
17539         * acinclude.m4:
17540         small fix that should solve the problem with running autoconf
17541         (autoreconf is ok) from autoconf-2.50;
17542         applied a patch that adds gtk include dirs to gnome include dirs
17544 2001-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17546         * NEWS, configure.in:
17547         changed version to 2.4.0.1
17549         * *: fvwm 2.4 has been released :-))