Applied patch for SnapAttraction enhancements (from Christoph Fritz.)
[fvwm.git] / ChangeLog
blob1dfe4d029d6e83fff3c4ef9e31a1f3c4005b9499
1 2009-07-31  Christoph Fritz <chris_honschu(at)gmx.de>
2     * fvwm/style.h:
3     * fvwm/fvwm.h:
4     * fvwm/add_window.c (setup_numeric_vals):
5     add "typedef struct snap_attraction_t"
6     * fvwm/style.c (style_parse_one_style_option):
7     add new SnapAttraction options "None", "ScreenWindows",
8     "ScreenIcons" and "ScreenAll"
9     * fvwm/move_resize.c (DoSnapAttract):
10     Bugfix, option SameType/Icons/Windows did falsely not affect
11     conditions of option "Screen" and option "SameType" snapped
12     falsely icons and windows together. Implement options
13     None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
14     screen edge snapping.
16 2009-07-10  Thomas Adam  <thomas.adam22@gmail.com>
17         * fvwm/add_window.c (setup_window_name_count):
18         * fvwm/add_window.c (setup_icon_name_count):
19         Deprecate these in favour of setup_name_count()
21         * fvwm/add_window.c (setup_name_count):
22         Amalgamate setup_window_name_count and setup_icon_name_count to just
23         one function (very similar code between them.)  Used with
24         IndexedWindowName and IndexedIconName.
26 2009-07-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
28         * NEWS:
29         Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
31         * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
32         (Frptp_async_putline):
33         Fix ANSI C compatibility.
35         * NEWS:
36         * fvwm/ewmh_names.c (EWMH_WMName):
37         set the HAS_EWMH_WM_NAME flag even if the window name on display
38         isn't changing.
39         (EWMH_WMIconName):
40         same for HAS_EWMH_WM_ICON_NAME
42 2009-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
44         * NEWS:
45         fix for segfault with RPlatHost directive in FvwmEvent
46         * libs/Makefile.am (libfvwm_a_SOURCES):
47         * libs/Fplay.h:
48         add Fplay.h wrapper header for rplay.h
50         * NEWS:
51         fix debian bug #438132
53 2009-07-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
55         * NEWS:
56         * fvwm/style.c (fw_match_style_id):
57         Fix fvwmstyle resource
59 2009-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
61         * NEWS:
62         * fvwm/events.c (HandleMapRequestKeepRaised):
63         Make sure that a PropertyNotify on the WM_STATE property is always
64         sent out when a window is requested to be moved to the withdrawn
65         state. (Needed by QT)
67 2009-07-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
69         * sample.fvwmrc/DecorMwm:
70         * sample.fvwmrc/DecorWin95:
71         * sample.fvwmrc/new-features:
72         * sample.fvwmrc/system.fvwm2rc:
73         * sample.fvwmrc/system.fvwm2rc-sample-1:
74         * sample.fvwmrc/system.fvwm2rc-sample-2:
75         * sample.fvwmrc/system.fvwm2rc-sample-95:
76         Use !-negation for styles instead of No...
78         * NEWS:
79         fix a typo
81         * sample.fvwmrc/system.fvwm2rc-sample-95:
82         sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
83         sed -i 's/StayOnTop/StaysOnTop/'
84         According to patches by Manoj Srivastava
86 2009-03-17  Mikhael Goikhman  <migo@homemail.com>
88         * fvwm/externs.h:
89         * fvwm/fvwm.c:
90         * fvwm/session.c:
91         convert my old code to use var_name and function_name coding style
93 2009-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
95         * NEWS:
96         * configure.ac:
97         increased version to 2.5.28
99         * ANNOUNCE:
100         * NEWS:
101         * configure.ac:
102         updated for 2.5.27 release
104 2009-02-23  Thomas Adam <thomas.adam22@gmail.com>
105         * fvwm/bindings.c (print_bindings):
106         Fixed compilation of not having libstroke installed by using ifdefs
107         around stroke code.
109 2009-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
111         * fvwm/bindings.c (print_bindings):
112         slight cleanup
114         * libs/charmap.c (charmap_table_to_string):
115         several memory menagement fixes.
117 2009-02-22  Thomas Adam <thomas.adam22@gmail.com>
119         * libs/charmap.c (charmap_table_to_string):
120         Reduce memory management on the stack, by making only those variables
121         to be accessed outside of the function charmap_table_to_string()
122         allocated on the heap instead.
124         * fvwm/bindings.c (print_bindings):
125         b->Action was previously checked whether it was NULL or not before
126         printing its value to STDERR -- however, this caused a segfault when
127         trying to perform strlen() operations internally -- hence don't bother
128         checking if it's NULL.  This avoids segfaulting.
130 2009-02-05  Thomas Adam <thomas.adam22@gmail.com>
132         * libs/charmap.c (charmap_table_to_string):
133         * libs/charmap.h:
134         Introduce charmap_to_string function which is used to build up a
135         binding string, for use with PrintInfo.
137         * fvwm/bindings.c (print_bindings):
138         Introduce print_bindings to print all bindings known to fvwm.
140         * fvwm/builtins.c (CMD_PrintInfo):
141         * fvwm/builtins.h:
142         Add support for "binding" as an option to PrintInfo.
144 2009-02-19  Thomas Adam  <thomas.adam22@gmail.com>
146         * fvwm/placement.c (__pl_position_get_pos_simple):
147         Force the window on-screen if using PositionPlacement UnderMouse.
149 2009-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
151         * fvwm/events.c (HandleMapRequestKeepRaised):
152         * fvwm/add_window.c (AddWindow):
153         * fvwm/style.h:
154         * fvwm/style.c (style_parse_one_style_option):
155         add new style InitialMapCommand
157 2008-02-08  Thomas Adam <thomas.adam22@gmail.com>
159         * bin/fvwm-menu-desktop.in:
160         Fix the location prefix for GNOME application files.
162 2008-12-29  Alexandre Julliard  <julliard@winehq.org>
164         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
165         Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
166         _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
167         horizontally maximized.
169 2008-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
171         * fvwm/fvwm.h:
172         * fvwm/module_list.c (do_execute_module):
173         * fvwm/fvwm.c (fvmm_deinstall_signals):
174         restore default signal handlers before execl()/execvp()
176 2008-10-05  Thomas Adam <thomas.adam22@gmail.com>
178         * fvwm/style.c (fw_match_style_id):
179         Allow for the window's visible name to be considered when matching a
180         style line.  It is possible to use $[w.visiblename] as the style name.
181         Whilst the normal name and the visible name are usually the same, in
182         the case of having IndxedWindowName, if a style line matches this as a
183         visible name, apply it first of all.
185 2008-10-03  Thomas Adam  <thomas.adam22@gmail.com>
186         * AUTHORS:
187         * fvwm/expand.c:
188         Add $[w.visiblename] as an expansion parameter.
190 2008-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
192         * fvwm/placement.c (__pl_position_get_pos_simple):
193         position placement honours StartsOnPage
195 2008-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
197         * fvwm/session.c (MatchWinToSM):
198         fixed keeping fullscreen state of windows over a restart; the old code
199         tried to do this through session management and effectively overwrote
200         the responsible ewmh hint; eventually, fvwm thought that the window
201         was fullscreen without actually making it fullscreen
203 2008-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
205         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
206         fixed compiler warning caused by a logic error in previous patch
208         * configure.ac:
209         applied png detection fix by Yuri Bushmelev for cross compiliation
211         * fvwm/events.c (__handle_cr_on_client):
212         fixed event merging with auto motion detection
214 2008-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
216         * NEWS:
217         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
218         * fvwm/events.h (events_handle_configure_request):
219         * fvwm/events.c (events_handle_configure_request):
220         (__handle_cr_on_client):
221         (__handle_configure_request):
222         fix handling of _NET_MOVERESIZE_WINDOW
223         (__cr_detect_icccm_move):
224         remove douplicate code
226 2008-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
228         * NEWS:
229         * fvwm/add_window.c (setup_frame_window):
230         fix compilation without XRender
232 2008-05-22  Adam Goode  <adam(at)spicenitz(dot)org>
234         * AUTHORS:
235         * ChangeLog-pre-2.4:
236         * rpm/fvwm.spec.in:
237         * vms/fvwmrc.dat:
238         Convert Latin-1 encodings to UTF-8
240 2008-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
242         * NEWS:
243         * configure.ac:
244         increased version to 2.5.27
246         * ANNOUNCE:
247         * NEWS:
248         * configure.ac:
249         updated for 2.5.26 release
251 2008-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
253         * fvwm/ewmh_events.c (ewmh_WMDesktop):
254         (ewmh_WMState):
255         * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
256         (ewmh_HandleWindowType):
257         (ewmh_AddToKdeSysTray):
258         (ewmh_HandleWindowType):
259         (ewmh_check_wm_pid):
260         64-bit fix by Alexandre Julliard
262 2008-03-30  Mikhael Goikhman  <migo@homemail.com>
264         * configure.ac:
265         fix fribidi detection when it uses pkg-config and not fribidi-config
267         * libs/FBidi.c:
268         fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
269         it now uses fribidi-types.h and not fribidi_types.h
271 2008-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
273         * fvwm/events.c (dispatch_event):
274         Fix handling of Shape events.
276 2008-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
278         * fvwm/menus.c (calc_normal_item_height):
279         (calc_more_item_height):
280         (size_menu_vertically):
281         fix calculations so the menu fit on the screen height
283 2008-03-12  Jes~s Guerrero  <i92guboj(at)terra(dot)es>
285         * fvwm/menus.c (size_menu_vertically):
286         added paddings at the top and bottom of the menus
288         * fvwm/menustyle.c (parse_vertical_margins_line):
289         new function to parse the VerticalMargins new MenuStyle
290         command
292         * fvwm/menustyle.c (menustyle_get_styleopt_index):
293         added the VerticalMargins option to the list
295         * fvwm/menustyle.c (menustyle_parse_style):
296         added default values for the padding, and a case clause
297         for the specific case when you invoke the VerticalMargins
298         MenuStyle
300         * fvwm/menustyle.c (menustyle_copy):
301         added two lines to copy the menu styles from origin to destiny
303         * fvwm/menustyle.h:
304         added macros for the vertical padding stuff
306         * fvwm/menustyle.h (struct MenuLook):
307         added sub-structure to hold the VerticalMargins
309         * fvwm/libs/defaults.h:
310         added one define for MAX_MENU_MARGIN
312 2008-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
314         * fvwm/menuitem.c (draw_highlight_background):
315         fixed drawing of background pictures in menu items
317 2008-02-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
319         * fvwm/add_window.c (setup_frame_window):
320         fix core dump with ARGB detection code
321         fix compilation without XRender
323 2008-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
325         * NEWS:
326         * configure.ac:
327         increased version to 2.5.26
329         * ANNOUNCE:
330         * NEWS:
331         * configure.ac:
332         updated for 2.5.25 release
334 2008-02-12  Renato Caldas  <seventhguardian@gmail.com>
336         * fvwm/fvwm.c (main):
337         further condense the X visual selection code
339 2008-02-10  Renato Caldas  <seventhguardian@gmail.com>
341         * fvwm/fvwm.c (main):
342         condense the X visual selection code
344 2008-02-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
346         * fvwm/events.c (register_event_group)
347         (InitEventHandlerJumpTable, dispatch_event):
348         use separate jump tables for events defined by X-extensions
349         to eliminate the need to ovverride the LASTEvent value.
351         * fvwm/module_list.c (module_list_remove):
352         include the case where the module is first in the list in
353         the loop, fixing a segmentaion fault when the list was empty.
355 2008-02-07  Renato Caldas  <seventhguardian@gmail.com>
357         * fvwm/add_window.c (setup_frame_window):
358         add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
359         add preliminary support for ARGB windows in fvwm (based on
360         Marc Lehman's argb patch)
362 2008-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
364         * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
365         fixed compile error
367 2008-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
369         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
370         catch BadGC when updating root transparent window background
372         * libs/XError.c (do_coredump):
373         (ferror_set_temp_error_handler):
374         (ferror_reset_error_handler)
375         (ferror_call_next_error_handler):
377         new helper functions
378         * libs/XError.c (PrintXErrorAndCoredump):
379         try to dump core the hard way
381 2008-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
383         * fvwm/colorset.c (parse_colorset):
384         check for image != None before calling XDestroyImage
386         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
387         (ewmh_WMStateMaxHoriz):
388         (ewmh_WMStateModal):
389         (ewmh_WMStateShaded):
390         (ewmh_WMStateStaysOnTop):
391         (ewmh_WMStateStaysOnBottom):
392         handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
393         version 1.3
394         also ignore the EWMH staysontop and staysonbottom hints if the
395         EWMHIgnoreStackingOrderHints style is used
397         * fvwm/colorset.c (parse_colorset):
398         Fixed a sporadic crash when the root background set by gnome,
399         fvwm-root, esetroot etc. changes and a root transparent colour set
400         is used.
402         * fvwm/colorset.c (parse_colorset):
403         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
404         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
405         * libs/PictureGraphics.c (PGrabXImage)
406         (PGraphicsCreateTranslucent):
407         use MyXGrabserver and MyXUngrabServer instead of doing the X calls
408         directly!
410 2008-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
412         * libs/PictureGraphics.c (PGrabXImage):
413         fixed XImage memory leak
414         (PCreateRenderPixmap):
415         (PCreateDitherPixmap):
416         Properly handle return code of FgetFImage()
418 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
420         * fvwm/events.c (HandleConfigureRequest):
421         (events_handle_configure_request):
422         cleanup
424         * fvwm/ewmh_events.c (ewmh_RestackWindow):
425         (ewmh_MoveResizeWindow):
426         fixed crash when moving/resizing/restacking unmanaged windows through
427         an ewmh message
429 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
431         * fvwm/events.c (HandleMapRequestKeepRaised):
432         fixed compiler warning
434 2008-01-26  Olivier  <chapuis(at)lri(dot)fr>
436         * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
437         (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
438         * NEWS:
439         Fixed the determination of the X charset on UTF-8 system
441 2008-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
443         * fvwm/placement.c (__pl_minoverlap_get_next_x):
444         do not add screen offset to window position
446         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
447         fixed a memory leak
449 2008-01-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
451         * NEWS:
452         Some html documentation files were not installed.
454 2008-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
456         * fvwm/style.c (style_parse_one_style_option):
457         fixed parsing of screen argument of the SnapAttraction Style
459 2007-12-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
461         * fvwm/move_resize.c (DoSnapAttract):
462         Use edge move resistance, and not delay for top edge when moving
463         windows.
465 2007-12-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
467         * NEWS:
468         * fvwm/events.c (HandleMapRequestKeepRaised)
469         (test_withdraw_request):
470         Don't map windows that request to be moved back to WithdrawnState
471         by the ICCCM2 method before they have been mapped. (Fixes bug with
472         disappearing windows.)
474 2007-11-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
476         * NEWS:
477         * configure.ac:
478         increased version to 2.5.25
480         * NEWS:
481         * configure.ac:
482         updated for 2.5.24 release
484 2007-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
486         * fvwm/menus.c (__mloop_exit):
487         * fvwm/menubindings.c (parse_menu_action):
488         * fvwm/bindings.c:
489         reindented and cleaned up some code
491 2007-11-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
493         * fvwm/update.c (apply_window_updates):
494         * fvwm/add_window.c (setup_style_and_decor):
495         (setup_numeric_vals):
496         * fvwm/add_window.h:
497         * fvwm/style.h:
498         * libs/defaults.h:
499         * fvwm/events.c (HandleEnterNotify):
500         * fvwm/fvwm.c (InitVariables):
501         * fvwm/screen.h:
502         * fvwm/session.c (SaveGlobalState):
503         (LoadGlobalState):
504         * fvwm/move_resize.c (DoSnapAttract):
505         (CMD_SnapGrid)
506         (DoSnapAttract):
507         The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
508         They have been replaced by the styles EdgeMoveResistance,
509         EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
511 2007-10-21  Renato Caldas  <seventhguardian@gmail.com>
513         * acinclude.m4:
514         * configure.ac:
515         use AS_HELP_STRING to format the configure options help strings
517 2007-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
519         * fvwm/conditional.c:
520         some reformatting
522 2007-10-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
524         * fvwm/ConfigFvwmDefaults:
525         restore default action of closing menus for menu titles
527 2007-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
529         * libs/FScreen.c (FindScreenOfXY):
530         * fvwm/move_resize.c (GetMoveArguments):
531         fixed the "screen w" argument of the Move and other commands
533 2007-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
535         * fvwm/virtual.c (HandlePaging):
536         don't modify *xl and *yt unless we we really page
538 2007-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
540         * fvwm/module_list.h:
541         * fvwm/module_list.c:
542         a little cleanup
544 2007-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
546         * NEWS:
547         * configure.ac:
548         increased version to 2.5.24
550         * NEWS:
551         * configure.ac:
552         updated for 2.5.23 release
554         * libs/Flocale.c (FlocaleEncodeString):
555         removed previous warning fix
557 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
559         * fvwm/style.c:
560         * fvwm/add_window.c:
561         Added new style option:  StartShaded.
563 2007-08-30  Renato Caldas  <seventhguardian@gmail.com>
565         * libs/Flocale.c (FlocaleEncodeString):
566         fix compile warning
568 2007-08-30  Viktor Griph  <griph(at)student(dot)chalmers(dot)se>
570         * configure.ac:
571         * fvwm/fvwm.1.in
572         * fvwm/Makefile.am:
573         removed old fvwm manpage
575 2007-08-29  Renato Caldas  <seventhguardian@gmail.com>
577         * NEWS:
578         * configure.ac:
579         increased version to 2.5.23
581         * NEWS:
582         * configure.ac:
583         fix the date for 2.5.22 release
585 2007-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
587         * fvwm/windowlist.c (CMD_WindowList):
588         fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
589         iconified windows.
591 2007-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
593         * configure.ac:
594         fixed perl check
595         use "test ! ... = ..." instead of "test ... != ..."
597         * fvwm/builtins.c (CMD_PropertyChange):
598         fixed completely broken parsing of PropertyChange arguments
600 2007-08-28  Renato Caldas  <seventhguardian@gmail.com>
602         * NEWS:
603         * configure.ac:
604         updated for 2.5.22 release
606         * fvwm/builtins.c (CMD_PropertyChange):
607         * libs/Flocale.c (FlocaleGetFftFont):
608         (FlocaleGetFontSet):
609         (FlocaleGetFont):
610         (FlocaleGetFontOrFontSet):
611         (FlocaleLoadFont):
612         (FlocaleUnloadFont):
613         fix compiler warnings
615 2007-08-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
617         * fvwm/functable.c:
618         fixed command table parsing
620 2007-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
622         * fvwm/module_list.c (module_kill):
623         (executeModuleDesperate):
624         (module_list_itr_init):
625         re-indented
627         * fvwm/events.c (My_XNextEvent):
628         * fvwm/module_list.c (module_alloc):
629         (do_execute_module):
630         * fvwm/module_list.h (fmodule):
631         (MOD_IS_CMDLINE):
632         (MOD_SET_CMDLINE):
633         restored *not* useless is_cmdline_module stuff
635         * fvwm/functions.h:
636         add constants for command group tagging
638 2007-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
640         * configure.ac:
641         don't check for tbl
643 2007-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
645         * configure.ac:
646         check for sed, perl and tbl, needed to build documentation
648 2007-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
650         * libs/System.c (fvwm_mkstemp):
651         use constants from libs/fvwm_sys_stat.h
653 2007-08-15  Renato Caldas  <seventhguardian@gmail.com>
655         * fvwm/module_list.c (do_execute_module):
656         fixed possible crash when fork fails
658         * fvwm/module_list.c (module_list_remove):
659         now returns the removed fmodule*, or NULL if unsuccessful
660         removed error message when removing a not listed module (it's normal)
662         * fvwm/module_list.c (module_kill):
663         module is inserted in death_row only if it is successfuly removed from
664         module_list (fixes crash when module is killed more than once)
666 2007-08-08  Renato Caldas  <seventhguardian@gmail.com>
668         * fvwm/events.c (My_XNextEvent):
669         fixed hang with startup modules
671 2007-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
673         * fvwm/conditional.c (FreeConditionMask):
674         fixed crash with inverted name condition
676         * NEWS:
677         fixed typo
679 2007-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
681         * configure.ac:
682         * README:
683         * NEWS:
684         * INSTALL.fvwm:
685         * sample.fvwmrc/system.fvwm2rc-sample-95:
686         * sample.fvwmrc/system.fvwm2rc:
687         * sample.fvwmrc/system.fvwm2rc-sample-2:
688         * libs/Picture.c (PicturePrintImageCache):
689         * libs/Module.c:
690         * libs/FGettext.c (FGettextPrintLocalePath):
691         * libs/fvwmsignal.c:
692         * libs/Module.h:
693         * libs/PictureUtils.c (PictureAllocColorTable)
694         (PicturePrintColorInfo):
695         * libs/FScreen.h:
696         * libs/fvwmsignal.h:
697         * libs/Bindings.c:
698         * libs/FScreen.c:
699         * libs/Ficonv.c (convert_charsets):
700         (FiconvSetupConversion):
701         * fvwm/decorations.c:
702         * fvwm/gnome.h:
703         * fvwm/events.c:
704         * fvwm/add_window.c (setup_window_font):
705         (setup_icon_font):
706         * fvwm/fvwm.1.in:
707         * fvwm/session.h:
708         * fvwm/conditional.c:
709         * fvwm/fvwm.c (SetRCDefaults):
710         (main):
711         * fvwm/ewmh_events.c:
712         * fvwm/stack.c:
713         * fvwm/gnome.c:
714         * fvwm/menustyle.c (menustyle_parse_style):
715         (menustyle_copy):
716         * fvwm/ewmh.c (EWMH_Init):
717         * libs/Flocale.c (FlocaleParseShadow):
718         (FlocaleGetFontSet):
719         (FlocaleLoadFont):
720         (FlocalePrintLocaleInfo):
721         * fvwm/misc.c (fvwm_msg):
722         * vms/README:
723         * vms/vms.c:
724         write fvwm in lower case
726         * configure.ac:
727         fixed build without GNU make
729 2007-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
731         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
732         fixed buffer overflow
734 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
736         * fvwm/module_list.h (fmodule_list_itr):
737         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
738         replace iterator struct by typedef
740         * fvwm/module_list.c (module_list_destroy):
741         (module_kill_all):
742         (module_cleanup):
743         new function to remove dup code
745         * fvwm/module_list.c (module_kill):
746         changed to move the module to the deathrow list
748         * fvwm/module_list.h (fmodule):
749         * fvwm/module_list.c (module_alloc):
750         (module_list_remove):
751         (FlushMessageQueue):
752         removed is_removed logic
754         * fvwm/module_list.c (module_safefree):
755         removed function
757         * fvwm/events.c (My_XNextEvent):
758         remove old "#if 0" code
760         * fvwm/module_list.c (module_kill):
761         removed debug code
763 2007-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
765         * fvwm/module_list.h (fmodule_list_itr):
766         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
767         don't store current pointer in module list iterators.
768         fix C89-compilance
770 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
772         * fvwm/events.c (My_XNextEvent):
773         * fvwm/module_list.c (KillModuleByName):
774         (FlushAllMessageQueues):
775         * fvwm/module_interface.c (BroadcastPacket):
776         (BroadcastNewPacket):
777         (BroadcastName):
778         (BroadcastFvwmPicture):
779         (BroadcastColorset):
780         (BroadcastProperyChange):
781         (BroadcastConfigInfoString):
782         (CMD_SendToModule):
783         * fvwm/modconf.c (ModuleConfig):
784         * fvwm/stack.c (BroadcastRestack):
785         replaced module_get_next by module list iterator mechanism
787         * fvwm/module_list.h:
788         * fvwm/module_list.c (module_get_next):
789         removed function
791 2007-08-05  Renato Caldas  <seventhguardian@gmail.com>
793         * fvwm/module_list.h:
794         * fvwm/module_list.c (fmodule):
795         (fmodule_store):
796         (module_insert):
797         (module_remove):
798         (module_count):
799         (module_get_next):
800         (FlushAllMessageQueues):
801         (KillModuleByName):
802         * fvwm/module_interface.c (BroadcastPacket):
803         (BroadcastNewPacket):
804         (BroadcastName):
805         (BroadcastFvwmPicture):
806         (BroadcastColorset):
807         (BroadcastProperyChange):
808         (BroadcastConfigInfoString):
809         (CMD_SendToModule):
810         * fvwm/event.c (My_XNextEvent):
811         * fvwm/stack.c (BroadcastRestack):
812         * fvwm/modconf.c (ModuleConfig):
813         changed to work with generic list container
815         * fvwm/module_list.c (module_insert):
816         (module_list_insert):
817         (module_remove):
818         (module_list_remove):
819         (module_count):
820         (module_list_len):
821         renamed as list handling functions
823         * fvwm/events.c (My_XNextEvent):
824         * fvwm/module_list.h:
825         * fvwm/module_list.c (module_alloc):
826         (do_execute_module):
827         removed useless is_cmdline_module stuff
829         * fvwm/module_list.h:
830         * fvwm/module_list.c (module_list_insert):
831         (module_list_remove):
832         (module_list_len):
833         new fmodule_list object representing a module list.
834         changed the module lists to the new object.
835         changed list functions to use the list object instead of the
836         fmodule_store pointer.
838         * fvwm/events.c (My_XNextEvent):
839         moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
841         * fvwm/module_list.h (fmodule_list_itr):
842         * fvwm/module_list.c (fmodule_list_itr_init):
843         (fmodule_list_itr_next):
844         created a smart (safe) iterator mechanism to replace the
845         module_get_next function
847 2007-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
849         * fvwm/functions.c:
850         * fvwm/functable.c:
851         added empty functions to replace CMD_Dummy
853         * configure.ac:
854         use subordinate Makefile.ams instead of iuncluding files from other
855         dirs
857         * configure.ac:
858         removed FVWMNAMEUCASE
860         * configure.ac:
861         make distcheck fix
863         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
864         force --enable-htmldoc on "make distcheck"
866         * fvwm/events.c (HandleEnterNotify):
867         (HandleLeaveNotify):
868         properly generate enter_window and leave_window events for FvwmEvent
870 2007-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
872         * fvwm/move_resize.c (GetOnePositionArgument):
873         (__get_shift)
874         (ParsePositionArgumentSuffix):
875         code cleanup
877 2007-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
879         * fvwm/move_resize.c (GetOnePositionArgument):
880         fixed position calculation with the "w" prefix (move w-1 w-1).
881         (GetOnePositionArgument):
882         code cleanup
884 2007-07-26  Viktor Griph  <griph@dd.chalmers.se>
886         * fvwm/menus.c (__copy_down, __check_for_delimiter)
887         (scanForStrings):
888         reduce indentation level
889         add comment to explain why suppressing the warning is right
891 2007-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
893         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
894         fixed using uninitialized variable
896         * fvwm/menus.c (scanForStrings):
897         suppress compiler warning for now
899         * fvwm/move_resize.c (resize_move_window):
900         (AnimatedMoveAnyWindow):
901         (__move_window):
902         (__resize_window):
903         (CMD_Maximize):
904         * fvwm/module_interface.c (__get_allowed_actions):
905         * fvwm/menuitem.c (menuitem_paint):
906         * fvwm/icons.c (CMD_Iconify):
907         * fvwm/gnome.c (GNOME_SetHints):
908         * fvwm/ewmh.c (ewmh_AllowsClose):
909         (ewmh_AllowsClose)
910         (ewmh_AllowsFullScreen):
911         (ewmh_AllowsMinimize)
912         (ewmh_AllowsMaximize):
913         (ewmh_AllowsMove):
914         (ewmh_AllowsResize)
915         (EWMH_fullscreen):
916         * fvwm/ewmh_events.c (ewmh_CloseWindow):
917         (ewmh_MoveResizeWindow):
918         (ewmh_MoveResize):
919         (ewmh_WMState):
920         (ewmh_WMStateHidden):
921         * fvwm/events.c (__handle_cr_on_client):
922         * fvwm/decorations.c (__is_resize_allowed):
923         (is_function_allowed):
924         * fvwm/conditional.c (MatchesConditionMask):
925         * fvwm/builtins.c (CMD_Delete):
926         * fvwm/add_window.c (AddWindow):
927         is_function allowed now differentiates between US program actions and
928         actions initiated by interaction between fvwm and the user
930 2007-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
932         * fvwm/menus.c (__scan_for_pixmap):
933         fixed compiler warning
935         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
936         (ewmh_RestackWindow):
937         honor FixedSize/FixedPosition styles in EWMH messages too
939 2007-07-24  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
941         * fvwm/fvwm.c (setVersionInfo):
942         add XCursor support to version output
944         * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
945         (SCTX_GET_MR, string_context_type_t, string_context_t)
946         (string_def_t, scanForColor, scanForPixmap, scanForStrings)
947         (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
948         reimplement pixmap and color scanning for menus to better handle
949         escaped delimiters.
951 2007-07-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
953         * fvwm/Makefile.am:
954         don't install fvwm.1
956         * fvwm/events.c (My_XNextEvent):
957         remove unused varaible
959         * fvwm/events.c (My_XNextEvent):
960         * fvwm/module_list.h:
961         * fvwm/module_list.c (module_store, module_alloc)
962         (module_kill_all, module_safefree, module_remove)
963         (do_execute_module, module_kill, module_cleanup, module_get_next)
964         (FlushMessageQueue):
965         Don't free module stuctures during module I/O. (Fixes segfault.)
967 2007-07-20  Simon Griph  <simon(at)griph(dot)se>
969         Committed by Scott.
971         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
972         Someone missed to add extra conditions when changing from
973         unsigned to signed.
975 2007-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
977         * configure.ac:
978         fixed liXcursor detection
980 2007-07-16  Simon Griph  <simon(at)griph(dot)se>
982         Committed by Scott.
984         * fvwm/menus.c (scanForPixmap):
985         made it possible to escape '*' '%' '@' in filenames
987         * libs/PictureImageLoader.c (PImageLoadSvg):
988         added transposing and none uniform scaling to svg options
990 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
992         * libs/PictureImageLoader.c:
993         cleanup
994         (PImageLoadCursorFromFile):
995         fixed compilation without xpm library
996         (PImageLoadPng):
997         fixed compiler warning without png library
999 2007-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1001         * libs/Fxpm.h:
1002         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1003         fix compilation without xpm library
1005 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1007         * libs/Fxpm.h:
1008         fixed compile error
1010         * libs/PictureImageLoader.c:
1011         cleanup
1012         (PImageLoadCursorFromFile):
1013         fixed compilation without xpm library
1014         (PImageLoadPng):
1015         fixed compiler warning without png library
1017 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1019         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1020         * fvwm/cursor.c (CMD_CursorStyle):
1021         fixed compiler warning
1023 2007-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1025         * fvwm/cursor.c (CMD_CursorStyle):
1026         fix CursorStyle command parsing
1028 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1030         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1031         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1032         * libs/PictureImageLoader.c (PImageLoadSvg):
1033         (PImageLoadPng):
1034         (PImageCreatePixmapFromArgbData):
1035         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1036         (PImageCreatePixmapFromFImage):
1037         new local function
1039 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1041         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1042         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1043         * libs/PictureImageLoader.c (PImageLoadSvg):
1044         (PImageLoadPng):
1045         (PImageCreatePixmapFromArgbData):
1046         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1047         (PImageCreatePixmapFromFImage):
1048         new local function
1050 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1052         * AUTHORS:
1053         * NEWS:
1054         updated
1056         * configure.ac:
1057         added libXcursor detection
1059         * fvwm/Makefile.am (LDADD):
1060         added Xcursor_LIBS
1062         * INSTALL.fvwm:
1064         * libs/Fcursor.h:
1065         new file
1067         * libs/Makefile.am (libfvwm_a_SOURCES):
1068         added Fcursor.h
1070         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1071         added Xcursor support
1073 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1075         * NEWS:
1076         updated
1078         * libs/Fxpm.h:
1079         added defs for FxpmInfo and FxpmFreeXpmInfo
1081         * libs/PictureBase.h (FvwmPictureAttributes):
1082         * libs/PictureImageLoader.c
1083         (PImageCreatePixmapFromArgbData):
1084         (PImageLoadPixmapFromFile):
1085         added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1086         (PImageLoadCursorPixmapFromFile):
1087         (PImageLoadCursorFromFile):
1088         * libs/PictureImageLoader.h:
1089         removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1090         replaced by the new general PImageLoadCursorFromFile()
1092         * fvwm/cursor.c (CMD_CursorStyle):
1093         handle new hot-spot arguments, use PImageLoadCursorFromFile()
1094         instead of PImageLoadCursorPixmapFromFile(), less code duplication
1096 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1098         * libs/PictureImageLoader.c
1099         (PImageLoadSvg):
1100         (PImageLoadPng):
1101         (PImageLoadXpm):
1102         now returns argb data instead of pixmaps
1103         (PImageLoadPixmapFromFile):
1104         (PImageLoadArgbDataFromFile):
1105         moved first half of PImageLoadPixmapFromFile() into
1106         the new local function PImageLoadArgbDataFromFile()
1107         (PImageLoadBitmap):
1108         removed function, code moved into PImageLoadPixmapFromFile()
1110 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1112         * libs/PictureImageLoader.c (PImageLoadXpm):
1113         revised to make use of PImageCreatePixmapFromArgbData()
1115 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1117         * fvwm/colorset.c (parse_shape):
1118         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1119         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1120         * libs/PictureImageLoader.c
1121         (PImageLoadSvg):
1122         (PImageLoadPng):
1123         (PImageCreatePixmapFromArgbData):
1124         don't create a mask pixmap for fully opaque (all alpha == 0xff)
1125         or translucent (0 < any alpha < 0xff) images.
1127 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1129         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1130         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1131         * libs/PictureImageLoader.c (PImageLoadSvg):
1132         (PImageLoadPng):
1133         (PImageCreatePixmapFromArgbData):
1134         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1135         (PImageCreatePixmapFromFImage):
1136         new local function
1138 2007-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1140         * fvwm/functions.c (CMD_EchoFuncDefinition):
1141         * fvwm/functable.c (func_table):
1142         * fvwm/commands.h:
1143         new command EchoFuncDefinition
1145 2007-07-07  Simon Griph  <simon(at)griph(dot)se>
1147         * NEWS:
1148         * fvwm/conditional.c (CreateConditionMask):
1149         bugfix: Condition separation previously failed when a
1150         single comma (no whitespace padding) was used directly
1151         after a multi-worded condition.
1153 2007-06-21  Renato Caldas  <seventhguardian@gmail.com>
1155         * fvwm/module_list.c (module_kill):
1156         fix possible core dump when using startup modules
1158 2007-06-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1160         * NEWS:
1161         * fvwm/builtins.c (CMD_PrintInfo):
1162         * libs/Picture.h (PicturePrintImageCache):
1163         * libs/Picture.c (PicturePrintImageCache):
1164         add ImageCache subject to PrintInfo command
1166 2007-06-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1168         * NEWS:
1169         * fvwm/events.c (My_XNextEvent):
1170         fix crash when a module closes down during input/output.
1172 2007-06-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1174         * fvwm/icons.c (ChangeIconPixmap):
1175         (DeIconify):
1176         (Iconify):
1177         * fvwm/focus.c (warp_to_fvwm_window):
1178         * fvwm/events.c (__handle_cr_restack):
1179         (__handle_bpress_on_managed):
1180         (HandlePropertyNotify):
1181         * fvwm/stack.h:
1182         * fvwm/stack.c (__restack_window):
1183         (__raise_lower_recursion):
1184         (__raise_or_lower_window):
1185         (raise_or_lower_window):
1186         (position_new_window_in_stack_ring):
1187         (RaiseWindow):
1188         (LowerWindow):
1189         (RestackWindow):
1190         (HandleUnusualStackmodes):
1191         (CMD_Raise):
1192         (CMD_Lower):
1193         (CMD_RestackTransients):
1194         (CMD_RaiseLower):
1195         do raise hacks even when the internal stack is intact, unless on a
1196         client request
1198 2007-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1200         * fvwm/style.c (check_window_style_change)
1201         (style_parse_one_style_option):
1202         * fvwm/style.h:
1203         * fvwm/fvwm.h (window_style):
1204         * fvwm/add_window.c (setup_frame_size_limits):
1205         * fvwm/geometry.c (constrain_size):
1206         new style MinWindowSize
1208 2007-05-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1210         * libs/System.h:
1211         added missing prototypes
1213         * libs/safemalloc.c:
1214         * libs/fio.c:
1215         * libs/envvar.c:
1216         * libs/XResource.c:
1217         * libs/XError.c:
1218         * libs/WinMagic.c:
1219         * libs/Target.c:
1220         * libs/Event.c (GetSubwindowFromEvent):
1221         * libs/Cursor.c:
1222         * libs/ColorUtils.c:
1223         include corresponding header files
1225         * libs/PictureBase.c:
1226         * libs/FlocaleCharset.c:
1227         * fvwm/ewmh.c:
1228         cleanup prototypes
1230 2007-05-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1232         * configure.ac (HAVE_GNU_READLINE):
1233         detect full GNU readline API (vs BSD libedit readline compatibility
1234         layer)
1236 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1238         * fvwm/windowlist.c (CMD_WindowList):
1239         * NEWS:
1241         Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1242         "UseSkipList" & "OnlySkipList".
1244 2007-04-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1246         * NEWS:
1247         * fvwm/add_window.c (validate_transientfor):
1248         detect and disallow circular transient-for hints
1250 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1252         * fvwm/fvwm.1.in:
1253         s/UseListSkip/UseSkipList/g etc.
1255 2007-04-17  Jesus Guerrero  <6thpink(at)terra(dot)es>
1257         * fvwm/menus.c (size_menu_vertically):
1258         added localization of the "More&..." string
1260 2007-03-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1262         * libs/PictureBase.c (PictureFindImageFile):
1263         fix for segfault with svg-support enabled
1265         * INSTALL.fvwm (http):
1266         * configure.ac (png_CFLAGS):
1267         raise librsvg dependeny due to bug with 2.13.91
1269         * fvwm/cursor.c (CMD_CursorStyle):
1270         remove unused static variable nocursor
1272 2007-03-14  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1274         * AUTHORS:
1275         typo.
1277 2007-03-11  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1279         * configure.ac:
1280         bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1281         bugfix: out-of-tree builds failed due to broken dependency.
1282         Make man page have same header as old one.
1283         Fix man page indentation.
1284         Make text of top-level man page sections all uppercase.
1285         Added --disable-mandoc option.
1286         HTML doc generation is off by default: use --enable-htmldoc.
1287         Added more info in doc/README about XML commands to use.
1289 2007-03-10  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1291         * NEWS:
1292         * Everything in the 'doc' subdirectory.
1294         XML source to generate man page & HTML documentation.
1296 2007-02-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1298         * NEWS:
1299         * fvwm/colorset.c (parse_colorset):
1300         don't recompute sh, hi and fgsh if they were supplied in a previous
1301         colorset line. Fixes bug #3359.
1303 2007-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1305         * fvwm/move_resize.c (DoSnapAttract):
1306         handle SnapGrid before SnapAttraction so that non-overlapping windows
1307         do not snap edge to edge:
1308                                     +---+
1309                                     |   |
1310                                     +---+---+
1311                                         |   |
1312                                         +---+
1314 2007-02-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1316         * fvwm/style.c (parse_and_set_window_style)
1317         (style_parse_one_style_option):
1318         don't warn about PositionPlacement arguments
1320 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1322         * AUTHORS:
1323         * NEWS:
1324         enties for ChangeWindowTitle patch by Julio Teca.
1326 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1328         * fvwm/fvwm.c (main):
1329         fixed ROOT CursorStyle context
1331         * fvwm/placement.c (__pl_manual_get_pos_simple):
1332         * fvwm/move_resize.h:
1333         * fvwm/move_resize.c (__move_loop):
1334         (InteractiveMove):
1335         fixed long broken POSITION CursorStyle context
1337 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1339         * fvwm/bindings.c (ParseBinding):
1340         fix buffer overrun with >78 character window names.
1342         * fvwm/fvwm.1.in (PositionPlacement):
1343         fix typos
1345         * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1346         * fvwm/style.c (style_parse_one_style_option):
1347         change BorderWidth and HandleWidth style  to revert to default if no
1348         arguments are given
1350 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1352         * fvwm/fvwm.h (style_flags):
1353         * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1354         (__place_get_wm_pos):
1355         (__place_window, __explain_placement):
1356         * fvwm/style.c (style_parse_one_style_option):
1358         * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1359         (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1360         (DEFAULT_PLACEMENT_POSITION_STRING):
1361         new default strings
1363         * fvwm/move_resize.c (GetOnePositionArgument):
1364         added 'w' suffix to Move arguments
1365         allow multiple shifts from original position
1367         * fvwm/style.c (style_parse_one_style_option):
1368         (merge_styles)
1369         (free_style):
1370         * fvwm/placement.c (setup_window_placement)
1371         (__place_get_placement_flags):
1372         (__place_get_wm_pos):
1373         (__place_get_nowm_pos):
1374         (__place_window):
1375         (__place_handle_x_resources):
1376         (setup_window_placement):
1377         * fvwm/fvwm.h (PLACE_CENTER):
1378         (PLACE_POSITION):
1379         replaced CenterPlacement with more flexibe PositionPlacement
1381         * fvwm/move_resize.c (GetMoveArguments):
1382         (GetResizeArguments):
1383         (GetResizeMoveArguments):
1384         (__move_window):
1385         * fvwm/move_resize.h:
1386         exported and enhanced function GetMoveArguments for use by placement
1387         algorithm
1389 2007-02-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1391         * fvwm/ConfigFvwmDefaults:
1392         reenable MenuScroll on titles
1394         * fvwm/menubindings.c (menu_shortcuts):
1395         don't scroll menus if scrolling would be in the wrong direction
1397 2007-02-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1399         * fvwm/move_resize.c (__resize_window):
1400         some resizing/gravity fixes
1401         properly handle maximized + shaded state when resizing
1402         non-interactively
1404 2007-01-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1406         * fvwm/move_resize.c (__resize_window):
1407         resizing of shaded windows work better.
1409 2007-01-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1411         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1412         clarified previous patch
1414         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1415         documented '-' command prefix
1417         * fvwm/expand.c (__eae_parse_range):
1418         fix $[n-] and $[*] after unsigned int havoc
1420 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1422         * fvwm/Makefile.am:
1423         * fvwm/ConfigFvwmMenuDefaults:
1424         removed file
1425         * fvwm/ConfigFvwmDefaults:
1426         * fvwm/ConfigFvwmMenuDefaults:
1427         moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1429 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1431         * fvwm/ConfigFvwmMenuDefaults:
1432         * fvwm/fvwm.c (SetRCDefaults):
1433         make default menu mouse bindings for MenuSelectItem and MenuScroll only
1434         apply to menu item context.
1436 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1438         * fvwm/placement.c (placement_loop):
1439         (__pl_minoverlap_get_avoidance_penalty):
1440         (__pl_smart_get_first_pos):
1441         (__pl_smart_get_next_pos):
1442         (__pl_smart_test_window):
1443         (__pl_smart_get_pos_penalty):
1444         rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1445         now less than ten lines of code.
1447         * fvwm/add_window.c (setup_placement_penalty):
1448         * fvwm/style.c (style_parse_one_style_option):
1449         allow to reset the placement penalties with !
1451         * fvwm/placement.h:
1452         * fvwm/add_window.c (setup_placement_penalty):
1453         * fvwm/style.h:
1454         * fvwm/fvwm.h:
1455         * fvwm/style.c (style_parse_one_style_option):
1456         put placement penalty array in a struct
1458         * fvwm/placement.c (__place_get_wm_pos):
1459         (__pl_clever_get_next_x):
1460         (__pl_clever_get_next_y):
1461         (__pl_clever_get_first_pos):
1462         (__pl_clever_get_next_pos):
1463         (__pl_clever_get_avoidance_penalty):
1464         (__pl_clever_get_pos_penalty):
1465         (__pl_minoverlap_get_next_x):
1466         (__pl_minoverlap_get_next_y):
1467         (__pl_minoverlap_get_first_pos):
1468         (__pl_minoverlap_get_next_pos):
1469         (__pl_minoverlap_get_avoidance_penalty):
1470         (__pl_minoverlap_get_pos_penalty):
1471         renamed ...clever... functions to ...minoverlap...
1473         * fvwm/bindings.c:
1474         * fvwm/decorations.c:
1475         * fvwm/menubindings.c:
1476         * fvwm/module_interface.c:
1477         * fvwm/module_list.c:
1478         * fvwm/fvwm.c:
1479         * fvwm/module_list.h:
1480         * fvwm/events.c:
1481         * fvwm/module_interface.h:
1482         * fvwm/Makefile.am:
1483         dont include "libs" in include path
1485         * libs/vpacket.h:
1486         #includes from fvwm path with "..." not <...>
1488         * fvwm/stack.c:
1489         #includes from library path with "..." not <...>
1491 2007-01-28  Simon Griph  <simon(at)griph(dot)se>
1493         * NEWS:
1494         * AUTHORS:
1495         * INSTALL.fvwm:
1496         documented new svg support
1498         * configure.ac:
1499         added librsvg detection
1501         * fvwm/Makefile.am (LDADD, INCLUDES):
1502         added rsvg_LIBS, rsvg_CFLAGS
1504         * fvwm/expand.c (expand_vars_extended):
1505         new extended variables
1506         $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1508         * fvwm/fvwm.1.in (OPTIONS):
1509         (ICONS AND IMAGES):
1510         documented new svg support
1511         (COMMAND EXPANSION):
1512         documented new extended variables
1514         * fvwm/fvwm.c (setVersionInfo):
1515         (main):
1516         added Frsvg_init() call
1518         * libs/Fsvg.h:
1519         new file
1521         * libs/Makefile.am (libfvwm_a_SOURCES):
1522         added Fsvg.h
1523         (INCLUDES):
1524         added rsvg_CFLAGS
1526         * libs/Picture.c (PCacheFvwmPicture):
1527         hid svgopts from isFileStampChanged()
1529         * libs/PictureBase.c (PictureFindImageFile):
1530         hid svgopts from searchPath()
1532         * libs/PictureBase.h:
1534         * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1535         hid svgopts from setFileStamp()
1536         (PImageLoadSvg):
1537         new svg image loader
1539         * libs/fvwmlib.c (flib_init_graphics):
1540         added Frsvg_init() call
1542 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1544         * NEWS:
1545         * fvwm/stack.c (__is_restack_needed)
1546         (is_transient_subtree_straight):
1547         (__restack_window):
1548         fix crash when trying to restack destroyed window
1550 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1552         * libs/Makefile.am (libfvwm_a_SOURCES):
1553         add fvwmlib.c
1555         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1556         * fvwm/menus.c (move_any_menu)
1557         set menu backgrounds before moving. Makes transparent menus move
1558         more seamless.
1560         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1561         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1562         add update_transparent_menu_bg to allow set of transparent menu
1563         background before a move, and change repaint_transparent_menu to
1564         allow for not setting the menu background.
1566         * libs/Colorset.c (SetWindowBackgroundWithOffset):
1567         create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1568         transparent colorsets)
1569         (CreateOffsetBackgroundPixmap):
1570         use offset also for non transparent backgrounds.
1572         * fvwm/menubindings.c (menu_shortcuts):
1573         don't move menus on scroll if they don't move
1575 2007-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1577         * libs/fvwmlib.h:
1578         * fvwm/bindings.c:
1579         * fvwm/cursor.c:
1580         * fvwm/decorations.c:
1581         * fvwm/ewmh_conf.c:
1582         * fvwm/ewmh_events.c:
1583         * fvwm/ewmh_icons.c:
1584         * fvwm/expand.c:
1585         * fvwm/focus.c:
1586         * fvwm/functions.c:
1587         * fvwm/gnome.c:
1588         * fvwm/menubindings.c:
1589         * fvwm/menucmd.c:
1590         * fvwm/menuitem.c:
1591         * fvwm/misc.c:
1592         * fvwm/modconf.c:
1593         * fvwm/module_interface.c:
1594         * fvwm/module_list.c:
1595         * fvwm/read.c:
1596         * fvwm/update.c:
1597         * fvwm/windowlist.c:
1598         * fvwm/windowshade.c:
1599         * fvwm/colorset.c:
1600         * fvwm/session.c:
1601         * fvwm/stack.c:
1602         * fvwm/ewmh.c:
1603         * fvwm/conditional.c:
1604         * fvwm/menustyle.c:
1605         * fvwm/virtual.c:
1606         * fvwm/placement.c:
1607         * fvwm/frame.c:
1608         * fvwm/fvwm.c:
1609         * fvwm/icons.c:
1610         * fvwm/add_window.c:
1611         * fvwm/builtins.c:
1612         * fvwm/move_resize.c:
1613         * fvwm/borders.c:
1614         * fvwm/style.c:
1615         * fvwm/events.c:
1616         * fvwm/menus.c:
1617         * libs/FTips.c:
1618         * libs/Picture.c:
1619         * libs/Target.c:
1620         * libs/gravity.c:
1621         * fvwm/execcontext.c:
1622         * libs/BidiJoin.c:
1623         * libs/CombineChars.c:
1624         * libs/FBidi.c:
1625         * libs/FEvent.c:
1626         * libs/Fft.c:
1627         * libs/FGettext.c:
1628         * libs/Ficonv.c:
1629         * libs/FImage.c:
1630         * libs/flist.c:
1631         * libs/FlocaleCharset.c:
1632         * libs/fsm.c:
1633         * libs/Parse.c:
1634         * libs/queue.c:
1635         * libs/safemalloc.c:
1636         * libs/strdup.c:
1637         * libs/timeout.c:
1638         * libs/Strings.c:
1639         * libs/FRender.c:
1640         * libs/Module.c:
1641         * libs/ColorUtils.c:
1642         * libs/Colorset.c:
1643         * libs/PictureImageLoader.c:
1644         * libs/PictureGraphics.c:
1645         * libs/Graphics.c:
1646         * libs/FScreen.c:
1647         * libs/PictureUtils.c:
1648         * libs/Flocale.c:
1649         * libs/PictureBase.c:
1650         use new header files
1652         * libs/Graphics.h:
1653         * libs/XResource.h:
1654         * libs/Event.h:
1655         * libs/XError.h:
1656         * libs/ColorUtils.h:
1657         * libs/PictureBase.h:
1658         * libs/System.h:
1659         * libs/defaults.h:
1660         * libs/Cursor.h:
1661         * libs/Target.h:
1662         * libs/WinMagic.h:
1663         * libs/fvwmlib.h:
1664         * libs/Makefile.am (libfvwm_a_SOURCES):
1665         moved declarations from fvwmlib.h to new/appropriate header files
1667         * libs/XError.c:
1668         reformatted
1670         * fvwm/menus.c (paint_side_pic):
1671         fixed previous patch
1672         reindented function
1674 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1676         * fvwm/menus.c (paint_side_pic):
1677         fix a core dump
1679         * fvwm/menus.c (paint_side_pic):
1680         use simple expose information to redraw sidepics less.
1682 2007-01-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1684         * fvwm/geometry.c (constrain_size):
1685         silence gcc 4.1.1 warning.
1687         * libs/System.c (searchPath):
1688         search in pwd if no path is given.
1689         return NULL if a file dosn't exist regardless if it's absolute path
1691 2007-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1693         * fvwm/placement.c (__place_window)
1694         (__pl_under_mouse_get_pos_simple):
1695         * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
1696         * fvwm/fvwm.1.in:
1697         new style option UnderMousePlacementHonorsStartsOnPage
1699         * fvwm/update.c (init_style):
1700         don't forget stickyness when a window goes fullscreen (or when some
1701         other style is changed)
1703 2007-01-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1705         * fvwm/placement.c (__pl_cascade_get_pos_simple):
1706         properly handle title direction with cascade placement
1708         * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
1709         new default value
1711         * fvwm/placement.c (__pl_center_get_pos_simple):
1712         CenterPlacement properly handles Xinerama screens
1714 2007-01-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1716         * configure.ac:
1717         always substiture datarootdir
1719 2007-01-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1721         * fvwm/add_window.c (GetWindowSizeHints):
1722         * fvwm/geometry.c (constrain_size):
1723         undefine macros after use
1724         (constrain_size):
1725         reindented and cleaned up
1726         do not grow a window because of aspect ratio if this is not explicitly
1727         allowed by the CS_ROUND_UP flag
1728         (constrain_size):
1729         (__cs_handle_aspect_ratio):
1730         broken into separate functions and cleaned up
1732 2007-01-20  Renato Caldas  <seventhguardian@gmail.com>
1734         * fvwm/module_list.c (module_receive):
1735         (module_input_discard):
1736         allocate input data in just one call - better perfomance
1738 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1740         * fvwm/placement.c (__place_get_wm_pos):
1741         simplified to a simple loop
1742         (__explain_placement):
1743         added explanation of new placement styles
1745         * fvwm/placement.c (__place_get_wm_pos):
1746         cleanup
1747         (__pl_center_get_pos_simple):
1748         (__pl_under_mouse_get_pos_simple):
1749         (__pl_cascade_get_pos_simple):
1750         (__pl_manual_get_pos_simple):
1751         (__place_get_wm_pos):
1752         use new placement interface for CenterPlacement, UnderMousePlacement,
1753         ManualPlacement, CascadePlacement
1755         * fvwm/placement.c (__sp_get_first_pos):
1756         (__sp_get_next_pos):
1757         (__sp_get_pos_penalty):
1758         (__place_get_wm_pos):
1759         use new placement interface for SmartPlacement
1760         (SmartPlacement):
1761         removed function
1763         * fvwm/placement.c:
1764         don't use inline functions
1765         (CleverPlacement):
1766         (placement_loop):
1767         renamed function and generalized the placement interface to deal with
1768         any algorithm in the same way
1769         (__place_get_wm_pos):
1770         use new placement interface
1772         * NEWS:
1773         * configure.ac:
1774         increased version to 2.5.22
1776         * NEWS:
1777         * configure.ac:
1778         updated for 2.5.21 release
1780 2007-01-19  Dan Espen  <dane@mk.telcordia.com>
1782         * fvwm/read.h: Compile syntax error fix.
1784 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1786         * fvwm/placement.c (SmartPlacement):
1787         fixed broken SmartPlacement
1789 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1791         * fvwm/expand.c (expand_vars_extended):
1792         free allocated icon path
1794 2007-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1796         * fvwm/fvwm.1.in:
1797         some cleanup
1799         * fvwm/virtual.c:
1800         fix compile error
1802 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1804         * NEWS:
1805         * fvwm/fvwm.1.in (Scroll):
1806         * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
1807         add interactive scrolling.
1809         * fvwm/stack.c (is_transient_subtree_straight):
1810         check first above the tree root, then beneth it.
1812 2007-01-17  Renato Caldas  <seventhguardian@gmail.com>
1814         * fvwm/module_interface.h
1815         * fvwm/module_interface.c (module_input_enqueue):
1816         (module_input_execute):
1817         new functions based on AddToCommandQueue and ExecuteModuleCommand
1819         * fvwm/module_list.c (CMD_ModuleSynchronous):
1820         (PositiveWrite):
1821         * fvwm/events.c (My_XNextEvent):
1822         * fvwm/module_interface.c (ExecuteCommandQueue):
1823         using the above two new functions instead of AddToCommandQueue and
1824         ExecuteModuleCommand
1826         * fvwm/module_interface.c (cqueue_object_type):
1827         removed typedef
1829         * fvwm/module_interface.h
1830         * fvwm/module_interface.c (AddToCommandQueue):
1831         (ExecuteModuleCommand):
1832         removed functions
1834 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1836         * fvwm/fvwm.h (window_style):
1837         * fvwm/style.c (style_parse_one_style_option):
1838         icon background relief and icon title relief changed to sigend char;
1839         should fix problem with ppc and negative values for these.
1841 2007-01-16  Renato Caldas  <seventhguardian@gmail.com>
1843         * fvwm/module_list.h:
1844         * fvwm/module_list.c (module_receive):
1845         (module_input_discard):
1846         (module_input_expect):
1847         new functions to deal with module input
1849         * fvwm/module_list.h:
1850         * fvwm/module_list.c (HandleModuleInput):
1851         replaced by the above three functions
1853         * fvwm/events.c (My_XNextEvent):
1854         * fvwm/module_list.c (CMD_ModuleSynchronous):
1855         (PositiveWrite):
1856         adapted to use the above three functions instead of HandleModuleInput
1858 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1860         * configure.ac (HAVE_PNG):
1861         don't mangle png_LIBS, use --with-png-library
1863 2007-01-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1865         * NEWS:
1866         removed news about previous change after move of version-2_5_20 tag
1867         on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
1868         balls.
1870         * fvwm/stack.c (__restack_window):
1871         fix so new transient windows with StackTransientParent on top layer
1872         don't make all windows raise above the pan frames.
1874         * NEWS:
1875         * configure.ac:
1876         increased version to 2.5.21
1878         * NEWS:
1879         * configure.ac:
1880         updated for 2.5.20 release
1882 2007-01-15  Renato Caldas  <seventhguardian@gmail.com>
1884         * fvwm/fvwm.c (main):
1885         remove the call to module_init_list, the list head is instead set
1886         to NULL upon declaration
1888         * fvwm/module_list.h:
1889         * fvwm/module_list.c (module_init_list):
1890         removed function
1892 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1894         * fvwm/stack.c (is_transient_subtree_straight)
1895         (is_transient_subtree_stack_straight):
1896         use <= 32 character function name
1897         (mark_transient_subtree, is_transient_subtree_straight)
1898         (__mark_transient_subtree_test):
1899         move common tests to function to avoid code duplication
1901         * fvwm/fvwm.1.in (IconifyWindowGroups):
1902         Correctly document that windows are iconified together if the are in
1903         the same window group, not if the group leader is iconified.
1905 2007-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1907         * fvwm/add_window.c (GetWindowSizeHints):
1908         * libs/vpacket.h (ConfigWinPacket):
1909         * fvwm/module_interface.c (CONFIGARGS):
1910         * fvwm/fvwm.h (FvwmWindow):
1911         add orig_hints_width_inc and orig_hints_height_inc values to store the
1912         original resize inc  for use in FvwmIdent
1914         * fvwm/fvwm.1.in:
1915         * fvwm/style.c (style_parse_one_style_option):
1916         deprecated some "No..." styles
1917         (style_parse_one_style_option):
1918         add a NoResizeHintOverride style
1920         * fvwm/add_window.c (GetWindowSizeHints):
1921         only ignore the min_width/min_height/max_width/max_height with the
1922         ResizeHintOverride style
1924         * fvwm/icons.c (DeIconify):
1925         corrected previous fix
1927         * fvwm/placement.c (CleverPlacement):
1928         (SmartPlacement):
1929         (__place_get_wm_pos):
1930         (__place_get_nowm_pos):
1931         (__place_window):
1932         fixed smart placement
1933         unified placement func interface
1935 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1937         * NEWS:
1938         * fvwm/icons.c (DeIconify):
1939         don't loop forever.
1941         * fvwm/stack.c (is_transient_subtree_stacked_straight):
1942         fix detection of non needed lower operations
1943         (__restack_window):
1944         BroadcastRestack to modules even if non is done. (To cancel effect of
1945         already sent M_RAISE/M_LOWER)
1946         don't do raise hacks if no restack was done.
1948         * fvwm/fvwm.h (FvwmWindow):
1949         icon_nalloc_pixels is int instead of unsined int
1951         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
1952         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
1953         use int instead of unsigned int.
1955         * fvwm/menugeometry.c (menu_get_geometry)
1956         (menu_get_outer_geometry):
1957         * fvwm/focus.c (CMD_WarpToWindow):
1958         * fvwm/geometry.c (get_title_button_geometry):
1959         * fvwm/session.c (SaveWindowStates):
1960         * fvwm/conditional.c (CMD_WindowId):
1961         * fvwm/placement.c (__place_get_wm_pos):
1962         * fvwm/frame.c (frame_create_move_resize_args):
1963         * fvwm/icons.c (GetIconBitmap, GetIconWindow):
1964         * fvwm/add_window.c (CaptureOneWindow, AddWindow):
1965         * fvwm/builtins.c (CMD_Destroy, CMD_Close):
1966         * fvwm/style.c (style_parse_icon_box_style):
1967         * fvwm/move_resize.c (resize_move_window, InteractiveMove)
1968         (AnimatedMoveAnyWindow, __move_window, __move_loop)
1969         (__resize_window):
1970         * fvwm/events.c (HandlePropertyNotify)
1971         (__is_bpress_window_handled):
1972         * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
1973         (get_menu_options):
1974         fix geometry signed pointer warnings
1976         * libs/Graphics.c (CalculateGradientDimensions):
1977         cast pointer to unsigned int*
1979         * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
1980         * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
1981         (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
1982         change unsigned int* parameter to int*. It get's info stored in an
1983         unsigned short, so it should be OK.
1985         * fvwm/externs.h:
1986         * fvwm/fvwm.c:
1987         JunkMask is unsigned
1989         * fvwm/stack.c (__mark_group_member)
1990         (is_transient_subtree_stacked_straight, __is_restack_needed)
1991         (__restack_window, mark_transient_subtree):
1992         don't raise or lower windows if they are already at the right place.
1994 2007-01-13  Renato Caldas  <seventhguardian@gmail.com>
1996         * fvwm/module_interface.c (struct cqueue_object_type):
1997         * fvwm/module_list.h (struct fmodule_input):
1998         reused cqueue_object_type as a struct to store module input data
1999         renamed it to fmodule_input and moved it to module_list.h
2000         typedef'ed it to cqueue_object_type in module_interface.c
2002 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2004         * fvwm/placement.c (__cp_get_next_x):
2005         (__cp_get_next_y):
2006         (__cp_get_first_pos):
2007         (__cp_get_next_pos):
2008         (__cp_get_avoidance_penalty):
2009         (__cp_test_fit):
2010         (CleverPlacement):
2011         restructured and cleaned up CleverPlacement code
2013         * fvwm/style.c (style_parse_icon_box_style):
2014         * fvwm/virtual.c (HandlePaging):
2015         * fvwm/stack.c (verify_stack_ring_consistency):
2016         (ResyncFvwmStackRing):
2017         * fvwm/repeat.c:
2018         * fvwm/read.c (cursor_control):
2019         * fvwm/placement.c (__place_get_wm_pos):
2020         * fvwm/move_resize.c (GetMoveArguments):
2021         (ParseOneResizeArgument):
2022         (GetResizeArguments):
2023         (GetResizeMoveArguments):
2024         (resize_move_window):
2025         (resize_move_window):
2026         (InteractiveMove):
2027         (__move_window):
2028         (DoSnapAttract):
2029         (DoSnapAttract):
2030         (__resize_step):
2031         (__resize_window):
2032         (__resize_window):
2033         (__resize_window):
2034         (MaximizeHeight):
2035         (MaximizeWidth):
2036         (maximize_fvwm_window):
2037         (CMD_Maximize):
2038         (CMD_Maximize):
2039         * fvwm/misc.c:
2040         * fvwm/menustyle.h (MenuStyle):
2041         * fvwm/menus.c (MenuSizingParameters):
2042         (make_menu_window):
2043         (paint_menu_gradient_background):
2044         (paint_menu_gradient_background):
2045         (select_menu_item):
2046         (do_menus_overlap):
2047         (pop_menu_up):
2048         (pop_menu_down_and_repaint_parent):
2049         (__mloop_handle_action_without_mi):
2050         (do_menu):
2051         (get_menu_options):
2052         (get_menu_options):
2053         * fvwm/menuroot.h (MenuRootStatic):
2054         (MenuRootDynamic):
2055         * fvwm/menuitem.h (MenuPaintItemParameters):
2056         * fvwm/menugeometry.h:
2057         * fvwm/menubindings.c (menu_shortcuts):
2058         * fvwm/icons.c (SetIconPixmapSize):
2059         (GetIconPicture):
2060         (DrawIconTitleWindow):
2061         (AutoPlaceIcon):
2062         (do_all_iconboxes):
2063         (GetIconWindow):
2064         (GetIconBitmap):
2065         * fvwm/gnome.c (GNOME_GetHintIcons):
2066         * fvwm/functions.c (FvwmFunction):
2067         (__execute_function):
2068         (__cf_cleanup):
2069         (execute_complex_function):
2070         * fvwm/fvwm.c (JunkWidth):
2071         (JunkHeight):
2072         (JunkBW):
2073         (JunkDepth):
2074         (JunkMask):
2075         (main):
2076         * fvwm/externs.h (JunkWidth):
2077         (JunkHeight):
2078         (JunkBW):
2079         (JunkDepth):
2080         (JunkMask):
2081         * fvwm/focus.c (CMD_WarpToWindow):
2082         * fvwm/expand.c (__eae_parse_range):
2083         (expand_args_extended):
2084         (expand_vars_extended):
2085         (expand_vars_extended):
2086         * fvwm/ewmh_names.c (EWMH_WMIconName):
2087         (EWMH_WMName):
2088         * fvwm/ewmh_intern.h:
2089         * fvwm/ewmh_icons.c (ewmh_WMIcon):
2090         (EWMH_DoUpdateWmIcon):
2091         (ewmh_SetWmIconFromPixmap):
2092         (ewmh_SetWmIconFromPixmap):
2093         (EWMH_DeleteWmIcon):
2094         (extract_wm_icon):
2095         (extract_wm_icon):
2096         (EWMH_SetIconFromWMIcon):
2097         * fvwm/ewmh_events.c (ewmh_WMDesktop):
2098         (ewmh_WMState):
2099         (ewmh_WMIconGeometry):
2100         (ewmh_WMStrut):
2101         * fvwm/ewmh.h:
2102         * fvwm/ewmh.c (ewmh_ChangeProperty):
2103         (ewmh_ChangeProperty):
2104         (atom_get):
2105         (ewmh_AtomGetByName):
2106         (ewmh_AddToKdeSysTray):
2107         (EWMH_GetWorkAreaIntersection):
2108         (ewmh_HandleWindowType):
2109         (ewmh_check_wm_pid):
2110         * fvwm/geometry.c (constrain_size):
2111         * fvwm/geometry.h:
2112         * fvwm/events.c (__handle_cr_on_client):
2113         (WaitForButtonsUp):
2114         * fvwm/events.h:
2115         * libs/PictureImageLoader.c:
2116         * libs/PictureImageLoader.h:
2117         * libs/WinMagic.c:
2118         * libs/fvwmlib.h:
2119         * libs/Graphics.c (ParseGradient):
2120         (CalculateGradientDimensions):
2121         (CreateGradientPixmap):
2122         (CreateGradientPixmapFromString):
2123         * fvwm/colorset.c (update_root_pixmap):
2124         * fvwm/builtins.c (CMD_Echo):
2125         (CMD_State):
2126         * fvwm/add_window.c (AddWindow):
2127         * fvwm/screen.h (DecorFace):
2128         use int instead of unsigned int
2130         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2131         * fvwm/colormaps.c (EnterSubWindowColormap):
2132         (LeaveSubWindowColormap):
2133         (FetchWmColormapWindows):
2134         * libs/vpacket.h:
2135         * libs/CombineChars.c (char_combclass):
2136         use short instead of short int
2137         use long instead of long int
2139         * libs/PictureBase.h (FvwmPictureAttributes):
2140         (FvwmRenderAttributes):
2141         * libs/Flocale.h (FlocaleFont):
2142         * fvwm/style.c (style_parse_icon_grid_style):
2143         * fvwm/menus.c (size_menu_horizontally):
2144         (size_menu_vertically):
2145         (paint_menu):
2146         (AddToMenu):
2147         * fvwm/menuitem.c (menuitem_paint):
2148         (menuitem_free):
2149         * fvwm/menuitem.h (MenuItem):
2150         * fvwm/geometry.c (set_window_border_size):
2151         * fvwm/decorations.c (SelectDecor):
2152         use int instead of short
2154         * fvwm/screen.h (FvwmAcs):
2155         (DecorFace):
2156         * fvwm/menus.c (MenuSizingParameters):
2157         (size_menu_horizontally):
2158         (update_menu):
2159         (paint_menu_gradient_background):
2160         * fvwm/menuroot.h (MenuRootStatic):
2161         * fvwm/menuitem.h (MenuItem):
2162         (MenuItemPartSizesT):
2163         * fvwm/menuitem.c (menuitem_get_size):
2164         * fvwm/menudim.h (MenuDimensions):
2165         use int instead of unsigned short
2167 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2169         * libs/gravity.h:
2170         * libs/gravity.c (gravity_move_resize_parent_child):
2171         * fvwm/frame.h:
2172         * fvwm/frame.c (mr_args_internal):
2173         (frame_setup_border):
2174         (frame_setup_titlebar):
2175         (frame_get_resize_decor_gravities):
2176         (frame_get_titlebar_dimensions):
2177         use rectangle instead of signed_rectangle
2179         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2180         * libs/fvwmrect.h (signed_rectangle):
2181         removed type
2182         (rectangle):
2183         (size_rect):
2184         widht and height are now signed values
2186         * fvwm/placement.c (get_next_x):
2187         (__cp_get_next_x):
2188         (get_next_x):
2189         (__cp_get_next_y):
2190         (__test_fit):
2191         (__cp_test_fit):
2192         renamed functions
2194         * fvwm/placement.c (get_next_x):
2195         (get_next_y):
2196         (test_fit):
2197         (CleverPlacement):
2198         cleanup
2200 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2202         * NEWS:
2203         NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2204         StickyAcrossDesksIcon.
2206 2007-01-13  Serge Koksharov  <gentoosiast dog yandex dot ru>
2208         * fvwm/conditional.c (CreateConditionMask):
2209         added conditions StickyIcon, StickyAcrossPagesIcon and
2210         StickyAcrossDesksIcon.
2212         * fvwm/fvwm.1.in:
2213         documented new conditional tests.
2214         removed descriptions of styles StickyIconPage & StickyIconDesk which
2215         actually don't exists in fvwm.
2216         moved StickyIcon/SlipperyIcon descriptions immediately after
2217         Sticky/Slippery description.
2219 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2221         * fvwm/placement.c (SmartPlacemen):
2222         (__sp_test_window):
2223         cleaned up SmartPlacement code
2225 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2227         * fvwm/ConfigFvwmMenuDefaults:
2228         Mouse 0 MS A MenuLeaveSubmenu instead.
2230         * fvwm/ConfigFvwmMenuDefaults:
2231         Mouse 0 MS A MenuClose to make sidepic and border behave as
2232         before menu bindings.
2234         * fvwm/fvwm.1.in:
2235         * libs/wcontext.h (enum):
2236         * fvwm/menubindings.c (menu_binding):
2237         (menu_shortcuts):
2238         Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2240         * fvwm/menustyle.c (menustyle_parse_old_style):
2241         add a message of deprecation.
2243 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2245         * fvwm/module_list.h:
2246         * fvwm/module_list.c:
2247         new files for module handling code.
2249         * fvwm/module_list.h:
2250         * fvwm/module_interface.h:
2251         * fvwm/module_list.c:
2252         * fvwm/module_interface.c:
2253         (struct mqueue_object_type):
2254         (msg_mask_set):
2255         (module_alloc):
2256         (module_insert):
2257         (module_remove):
2258         (module_free):
2259         (module_get_next):
2260         (set_message_mask):
2261         (get_pipe_name):
2262         (initModules):
2263         (ClosePipes):
2264         (do_execute_module):
2265         (executeModuleDesperate):
2266         (CMD_Module):
2267         (CMD_ModuleListenOnly):
2268         (CMD_ModuleSynchronous):
2269         (HandleModuleInput):
2270         (DeadPipe):
2271         (KillModule):
2272         (KillModuleByName):
2273         (CMD_KillModule):
2274         (PositiveWrite):
2275         (DeleteMessageQueueBuff):
2276         (FlushMessageQueue):
2277         (FlushAllMessageQueues):
2278         (CMD_set_mask):
2279         (CMD_set_sync_mask):
2280         (CMD_set_nograb_mask):
2281         (skipModuleAliasToken):
2282         (countModules):
2283         (struct msg_masks_t):
2284         (struct fmodule):
2285         moved from module_interface.c/h to module_list.c/h
2287         * fvwm/module_list.h (do_execute_module):
2288         * fvwm/module_interface.h (AddToCommandQueue):
2289         (ExecuteModuleCommand):
2290         initialy static functions are exposed for now. Should be fixed soon.
2292         * fvwm/Makefile.am:
2293         added module_list.h and module_list.c
2294         reorganized the c files by size
2296         * fvwm/module_list.h:
2297         * fvwm/module_list.c:
2298         * fvwm/events.c:
2299         * fvwm/fvwm.c:
2300         * fvwm/session.c:
2301         * fvwm/stack.c:
2302         (initModules):
2303         (module_init_list):
2304         (ClosePipes):
2305         (module_kill_all):
2306         (KillModule):
2307         (module_kill):
2308         (countModules):
2309         (module_count):
2310         renamed functions to a unified style
2312         * fvwm/module_interface.h:
2313         * fvwm/module_interface.c:
2314         * fvwm/fvwm.c:
2315         * fvwm/events.c:
2316         * fvwm/modconf.c
2317         * fvwm/session.c:
2318         * fvwm/stack.c:
2319         * fvwm/windowshade.c:
2320         * fvwm/functions.c:
2321         * fvwm/move_resize.c:
2322         include file cleanup
2324         * fvwm/module_list.c (do_execute_module):
2325         made absolutely sure the module's read fd is >=0 before inserting
2326         the module on the list
2328         * fvwm/events.c (My_XNextEvent):
2329         * fvwm/module_list.c (PositiveWrite):
2330         (CMD_ModuleSynchronous):
2331         assume module read fd is allways >=0 (remove the tests)
2333         * fvwm/module_list.c (module_free):
2334         no need to test if fd >=0 when closing the pipes.
2336 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2338         * fvwm/menuitem.c (draw_higlight_background):
2339         fix x-origin of HGradients
2341 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2343         * fvwm/module_interface.c (FlushMessageQueues):
2344         fixed not flushing the first module on the list
2346 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2348         * libs/Flocale.c (FlocaleGetFftFont):
2349         add sanity check for NULL fontname.
2351         * NEWS:
2352         * fvwm/fvwm.1.in:
2353         * fvwm/menuitem.c (menuitem_paint):
2354         (draw_hilight_background):
2355         make all kinds of pixmaps work with hilight background
2357         * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2358         * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2359         (CreateBackgroundPixmap):
2360         added CreateOffsetBackgroundPixmap with the ability to create
2361         transparent images at an offset relative to the window.
2363 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2365         * fvwm/menus.c (__mloop_exit):
2366         (struct):
2367         (__mloop_get_event)
2368         (__mloop_handle_event):
2369         don't warp to parent item when entering other item with mouse.
2371         * NEWS:
2372         * fvwm/fvwm.1.in:
2373         * fvwm/menustyle.c (menustyle_update):
2374         make use of colorset TiledPixmap option with HiglightBack
2375         and HiglightTitleBack menu styles.
2377 2007-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2379         * libs/FScreen.c:
2380         reformatted
2382 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2384         * libs/FScreen.c (FScreenParseGeometry):
2385         don't look up screen info if screen is undefined
2387 2007-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2389         * ONEWS:
2390         * NEWS:
2391         moved the NEWS of 2.2.x and 2.3.x to ONEWS
2393         * libs/fio.c (fvwm_send):
2394         compile fixes
2396         * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2397         added macro
2399         * libs/fio.c:
2400         * libs/fio.h:
2401         new utility files to wrap writing/reading standard lib functions that
2402         might be interrupted
2404 2007-01-05  Serge Koksharov  <gentoosiast dog yandex dot ru>
2406         * fvwm/ewmh_intern.h:
2407         compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2408         instead of <time.h>.
2410         * fvwm/windowlist.h:
2411         removed unneeded file.
2413         * fvwm/Makefile.am:
2414         removed windowlist.h from build list.
2416         * libs/PictureUtils.c:
2417         include "ftime.h" instead of <time.h>.
2418         fvwmlib.h header name should be in double quotes not in angle
2419         brackets.
2421         * libs/System.c:
2422         include "ftime.h" instead of <sys/time.h>.
2424 2007-01-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2426         * ChangeLog:
2427         make my email less spider-friendly
2429         * fvwm/bindings.c (binding_cmd):
2430         (ParseBinding):
2431         fix core
2433 2007-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2435         * fvwm/screen.h (ScreenInfo):
2436         made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2437         casting signed values in calculations to be cast to unsigned
2439         * fvwm/focus.c (__activate_window_by_command):
2440         don't warp the viewport if the center of the window is already in view
2441         fixed a bug in window positioning
2443 2007-01-03  Serge Koksharov  <gentoosiast dog yandex dot ru>
2445         * NEWS:
2446         FvwmIconBox IconColorset's bg wasn't updated immediately.
2448 2007-01-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2450         * fvwm/fvwm.c (main):
2451         close all open fds upon startup
2452         reopen stdin, stdout and stderr if necessary
2453         (reopen_fd):
2454         new function
2456         * fvwm/module_interface.c (do_execute_module):
2457         simplified error handling
2458         check maximum fd when creating modules
2460         * fvwm/events.c (My_XNextEvent):
2461         * fvwm/fvwm.c (main):
2462         replaced fd_width with fvwmlib_max_fd
2464         * libs/fvwmlib.h:
2465         * libs/System.c (fvwmlib_init_max_fd):
2466         added function and fvwmlib_max_fd
2468         * fvwm/events.c (My_XNextEvent):
2469         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2470         switch back to using FD_SET
2472         * fvwm/events.c (My_XNextEvent:
2473         * fvwm/module_interface.h:
2474         * fvwm/module_interface.c:
2475         hide module structure members with access macros and use them
2476         everywhere
2478 2007-01-02  Renato Caldas  <seventhguardian@gmail.com>
2480         * fvwm/module_interface.c (module_add_to_fdsets):
2481         * fvwm/module_interface.h:
2482         created new function that also checks for too many open fds
2484         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2485         * fvwm/events.c (My_XNextEvent):
2486         now using module_add_to_fdset to add pipes to the fdsets
2488 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2490         * libs/defaults.h (MAX_NUM_MODULES):
2491         * fvwm/module_interface.c (module_alloc):
2492         (do_execute_module):
2493         removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2495         * fvwm/module_interface.c (do_execute_module):
2496         moved the allocation call to the end of the sanity checks and pipe
2497         creation - better for performance
2499 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2501         END MODULE STRUCT PATCHES
2503         * fvwm/module_interface.c (do_execute_module):
2504         fixed another memory leak
2506 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2508         * fvwm/module_interface.h:
2509         * fvwm/module_interface.c:
2510         * fvwm/modconf.c:
2511         renamed struct module member "pipeName" and "pipeAlias" to "name"
2512         and "alias"
2514         * fvwm/module_interface.c (do_execute_module):
2515         fixed possible memory leak
2517 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2519         * fvwm/events.c (My_XNextEvent):
2520         * fvwm/module_interface.c (module_alloc):
2521         (do_execute_module):
2522         (KillModule):
2523         * fvwm/module_interface.h (fmodule):
2524         replaced int with a flag struct
2526         * fvwm/module_interface.h:
2527         * fvwm/events.c (My_XNextEvent):
2528         * fvwm/module_interface.c (module_alloc):
2529         (module_free):
2530         (module_insert):
2531         (ClosePipes):
2532         add new modules at front of list again
2533         removed global variable init_fdset; use a flag in the module struct
2534         instead
2535         removed the now obsolete module slot count
2537 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2539         * fvwm/module_interface.c (module_remove):
2540         (KillModule):
2541         moved module remotion code to module_remove()
2543 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2545         * fvwm/events.c (My_XNextEvent):
2546         fixed startup commands
2548         * fvwm/module_interface.c (module_insert):
2549         (module_free):
2550         (KillModule):
2551         (ClosePipes):
2552         append modules at end of list
2554         * fvwm/events.c (My_XNextEvent):
2555         fixed core
2557         * fvwm/module_interface.c (ExecuteModuleCommand):
2558         (PositiveWrite):
2559         (KillModuleByName):
2560         (BroadcastPacket):
2561         (BroadcastNewPacket):
2562         (BroadcastName):
2563         (BroadcastFvwmPicture):
2564         (BroadcastColorset):
2565         (BroadcastPropertyChange):
2566         (BroadcastConfigInfoString):
2567         (CMD_SendToModule):
2568         (FlushAllMessageQueues):
2569         (countModules):
2570         (CMD_set_mask):
2571         (CMD_set_sync_mask):
2572         (CMD_set_nograb_mask):
2573         cleanup
2574         (skipModuleAliasToken):
2575         use MAX_MODULE_ALIAS_LEN
2577         * fvwm/module_interface.c (KillModule):
2578         (do_execute_module):
2579         (module_alloc):
2580         added a "slot" member to the module struct to fix the init_fdset hack
2581         for now
2583         * libs/defaults.h (MAX_NUM_MODULES):
2584         (MAX_MODULE_ALIAS_LEN):
2585         new config values
2587         * fvwm/module_interface.c (do_execute_module):
2588         rewrote module struct initialization
2589         (HandleModuleInput):
2590         use %p to print module address, don't cast it to int
2592         * fvwm/module_interface.c (ClosePipes):
2593         (KillModule):
2594         use module_free
2595         (msg_mask_set):
2596         (module_insert):
2597         (module_alloc):
2598         new functions()
2600         * fvwm/module_interface.c (FreeModule):
2601         (module_free):
2602         renamed function
2604         * fvwm/module_interface.c (KillModule):
2605         (FreeModule):
2606         * fvwm/events.c (My_XNextEvent):
2607         * fvwm/execcontext.h:
2608         * fvwm/modconf.c (CMD_Send_ConfigInfo):
2609         (ModuleConfig):
2610         * fvwm/stack.c (BroadcastRestack):
2611         cleanup
2613         * fvwm/module_interface.c (module_get_next):
2614         * fvwm/module_interface.h:
2615         new function
2617 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2619         * fvwm/modconf.c (ModuleConfig):
2620         (SendConfigToModule):
2621         (send_xinerama_state):
2622         (send_desktop_names):
2623         (send_desktop_geometry):
2624         (send_image_path):
2625         (send_color_limit):
2626         (send_colorsets):
2627         (send_click_time):
2628         (send_move_threshold):
2629         (send_ignore_modifiers):
2630         (CMD_Send_ConfigInfo):
2631         * fvwm/functions.c (__execute_function):
2632         * fvwm/events.c (My_XNextEvent):
2633         * fvwm/module_interface.h (msg_masks_t):
2634         (fmodule):
2635         * fvwm/execcontext.c (__exc_change_context):
2636         (exc_create_null_context):
2637         * fvwm/execcontext.h:
2638         Initial module struct patches
2640         BEGIN MODULE STRUCT PATCHES
2642 2006-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2644         * fvwm/events.c (HandleFocusOut):
2645         (__refocus_stolen_focus_win):
2646         (HandleEnterNotify):
2647         less disruptive way of restoring focus to the window it was stolen from
2649 2006-12-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2651         * fvwm/events.c (HandleEnterNotify):
2652         restore focus to windows that had it stolen by
2653         unmanaged windows on enter of any unmanaged windows.
2655 2006-12-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2657         * fvwm/menubindings.c:
2658         don't include menus.h
2660         * fvwm/ConfigFvwmMenuDefaults:
2661         all bindings are silent
2663 2006-12-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2665         * fvwm/ConfigFvwmMenuDefaults:
2666         make all numpad keys silent -- not all keyboads have a numpad
2667         add KP_Separator for MenuClose
2669 2006-12-30  Serge Koksharov  <gentoosiast dog yandex dot ru>
2671         * fvwm/fvwm.1.in:
2672         documented missing menu bindings.
2674         * fvwm/ConfigFvwmMenuDefaults:
2675         fixed wrong menu bindings.
2677 2006-12-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2679         * fvwm/menubindings.c:
2680         * fvwm/menubindings.h:
2681         * fvwm/menucmd.c:
2682         * fvwm/menudim.c:
2683         * fvwm/menudim.h:
2684         * fvwm/menugeometry.c:
2685         * fvwm/menugeometry.h:
2686         * fvwm/menuitem.c:
2687         * fvwm/menuitem.h:
2688         * fvwm/menuroot.h:
2689         * fvwm/menus.c:
2690         * fvwm/menus.h:
2691         * fvwm/move_resize.c:
2692         * fvwm/move_resize.h:
2693         * fvwm/windowlist.c:
2694         simplified including header files
2696         * fvwm/menus.c (__mloop_handle_event):
2697         * fvwm/menuparameters.h:
2698         * fvwm/menubindings.c (menu_shortcuts):
2699         do not call find_entry directly but return MENU_NEWITEM_FIND instead
2701         * fvwm/menus.c (__mloop_handle_event):
2702         * fvwm/menuparameters.h:
2703         * fvwm/menubindings.c (menu_shortcuts):
2704         do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
2705         instead
2707         * fvwm/menus.h (MenuParameters):
2708         (MenuOptions):
2709         (MenuPosHints):
2710         (MenuRC):
2711         (MenuReturn):
2712         (MenuRepaintTransparentParameters):
2713         * fvwm/menuparameters.h (MenuParameters):
2714         (MenuOptions):
2715         (MenuPosHints):
2716         (MenuRC):
2717         (MenuReturn):
2718         (MenuRepaintTransparentParameters):
2719         moved to menuparameters.h
2721         * fvwm/menus.h (MenuRoot):
2722         (MenuRootDynamic):
2723         (MenuRootStatic):
2724         * fvwm/menutypes.h (MenuRoot):
2725         (MenuRootDynamic):
2726         (MenuRootStatic):
2727         moved to menuroot.h
2729         * fvwm/menus.c (menu_get_geometry):
2730         (menu_get_outer_geometry):
2731         * fvwm/menugeometry.c (menu_get_geometry):
2732         (menu_get_outer_geometry):
2733         moved to menugeometry.c
2735         * fvwm/menuparameters.h:
2736         * fvwm/menutypes.h:
2737         * fvwm/menugeometry.c:
2738         * fvwm/menugeometry.h:
2739         * fvwm/Makefile.am:
2740         new files
2742         * fvwm/menubindings.h (enum):
2743         * fvwm/menus.c (enum):
2744         moved enum menu_shortcut_action to menubindings.h
2745         (get_selectable_item_index):
2746         (get_selectable_item_from_index):
2747         (get_selectable_item_from_section):
2748         (get_selectable_item_count):
2749         (parse_menu_action):
2750         moved to menubindings.c
2752         * fvwm/menus.c (enum):
2753         (parse_menu_action):
2754         (menuShortcuts):
2755         renamed enum shortcut_action to menu_shortcut_action
2757         * fvwm/fvwm.c (SetRCDefaults):
2758         read default config file after all other defaults
2760 2006-12-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2762         * fvwm/ConfigFvwmMenuDefaults:
2763         * fvwm/fvwm.c (SetRCDefaults):
2764         make the hard coded menu bindings load before ConfigFvwmDefaults
2765         move Mouse 0 ... to ConfigFvwmMenuDefaults
2767 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2769         * fvwm/ConfigFvwmMenuDefaults:
2770         * fvwm/fvwm.c (SetRCDefaults):
2771         added hard coded default menu bindings
2773 2006-12-29  Serge Koksharov  <gentoosiast dog yandex dot ru>
2775         * fvwm/fvwm.1.in:
2776         documentation fixes.
2778 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2780         * fvwm/bindings.c:
2781         * fvwm/menubindings.h:
2782         * fvwm/menubindings.c:
2783         * fvwm/menus.h:
2784         * fvwm/menus.c:
2785         * fvwm/Makefile.am:
2786         moved new menu binding code to menubindings.c, menubindings.h
2787         split binding into a regular list and a fallback list that can not be
2788         modified
2790         * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
2791         fixed calculation of new geometry if x or y is negative
2793         * fvwm/geometry.c (maximize_adjust_offset):
2794         fixed calculations of normal geometry when maximized
2796 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2798         * NEWS:
2799         * fvwm/ConfigFvwmMenuDefaults:
2800         * fvwm/fvwm.c (SetRCDefaults):
2801         * fvwm/menus.c (parse_menu_action):
2802         * fvwm/fvwm.1.in:
2803         rename menu action to menu bindings and make menu binding commands
2804         more verbose.  Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
2805         ensure basic function with ConfigFvwmMenuDefaults missing.
2807 2006-12-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2809         * fvwm/menus.c (menuShortcuts):
2810         fixed compiler warning.
2812 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2814         * fvwm/fvwm.1.in:
2815         corrected mis-spelling
2817         * AUTHORS:
2818         * NEWS:
2819         * fvwm/fvwm.1.in:
2820         * fvwm/menus.h:
2821         * fvwm/menus.c (handle_emacs_bindings):
2822         (parse_menu_action)
2823         (menuShortcuts):
2824         (__mloop_handle_event):
2825         (menu_binding):
2826         * fvwm/bindings.c (ParseBinding):
2827         * fvwm/Makefile.am (config_DATA):
2828         * fvwm/ConfigFvwmDefaults:
2829         * fvwm/ConfigFvwmMenuDefaults:
2830         fully configurable mouse any key bindings for menu navigation.
2832 2006-12-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2834         * fvwm/virtual.c (HandlePaging):
2835         removed bogus comment
2837         * fvwm/move_resize.c (__move_loop):
2838         cleanup
2839         (__resize_window):
2840         allow paging during resize with "EdgeScroll 0 0" as documented in the
2841         man page
2842         fixed disappearing windows with "maximize; resize - abort; unmaximize"
2844         * fvwm/fvwm.h (FvwmWindow):
2845         * fvwm/add_window.c (AddWindow):
2846         * fvwm/add_window.c (setup_frame_window):
2847         * fvwm/add_window.c (setup_parent_window)
2848         * fvwm/borders.c (border_draw_decorations):
2849         * fvwm/borders.c (border_draw_one_border_part):
2850         * fvwm/borders.c (border_get_parts_and_pos_to_draw)
2851         * fvwm/borders.c (border_get_titlebar_descr)
2852         * fvwm/builtins.c (__remove_window_decors):
2853         * fvwm/conditional.c (MatchesConditionMask):
2854         * fvwm/events.c (HandleMapNotify):
2855         * fvwm/events.c (HandleMapRequestKeepRaised)
2856         * fvwm/events.c (HandlePropertyNotify):
2857         * fvwm/events.c (HandleShapeNotify):
2858         * fvwm/events.c (__cr_detect_icccm_move)
2859         * fvwm/events.c (__cr_get_grav_position):
2860         * fvwm/events.c (__cr_get_static_position)
2861         * fvwm/events.c (__handle_configure_request)
2862         * fvwm/events.c (__handle_cr_on_client):
2863         * fvwm/ewmh.c (EWMH_fullscreen):
2864         * fvwm/focus.c (__activate_window_by_command):
2865         * fvwm/focus.c (__set_focus_to_fwin):
2866         * fvwm/focus.c (warp_to_fvwm_window):
2867         * fvwm/frame.c (__frame_setup_window):
2868         * fvwm/frame.c (frame_create_move_resize_args)
2869         * fvwm/frame.c (frame_free_move_resize_args):
2870         * fvwm/frame.c (frame_move_resize_step)
2871         * fvwm/frame.c (frame_reshape_border):
2872         * fvwm/geometry.c (constrain_size):
2873         * fvwm/geometry.c (get_icon_corner)
2874         * fvwm/geometry.c (get_page_offset):
2875         * fvwm/geometry.c (get_page_offset_check_visible):
2876         * fvwm/geometry.c (get_shaded_client_window_pos):
2877         * fvwm/geometry.c (get_title_button_geometry):
2878         * fvwm/geometry.c (get_title_geometry)
2879         * fvwm/geometry.c (get_unshaded_geometry):
2880         * fvwm/geometry.c (get_visible_window_or_icon_geometry)
2881         * fvwm/geometry.c (gravity_constrain_size):
2882         * fvwm/geometry.c (maximize_adjust_offset):
2883         * fvwm/geometry.c (update_absolute_geometry):
2884         * fvwm/geometry.c (update_relative_geometry)
2885         * fvwm/gnome.c (GNOME_SetWinArea):
2886         * fvwm/icons.c (AutoPlaceIcon):
2887         * fvwm/icons.c (DeIconify):
2888         * fvwm/icons.c (Iconify):
2889         * fvwm/module_interface.c (CONFIGARGS):
2890         * fvwm/move_resize.c (AnimatedMoveAnyWindow)
2891         * fvwm/move_resize.c (CMD_Maximize):
2892         * fvwm/move_resize.c (CMD_ResizeMaximize):
2893         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
2894         * fvwm/move_resize.c (__move_loop):
2895         * fvwm/move_resize.c (__move_window):
2896         * fvwm/move_resize.c (__resize_window):
2897         * fvwm/move_resize.c (maximize_fvwm_window):
2898         * fvwm/move_resize.c (resize_move_window):
2899         * fvwm/move_resize.c (stick_across_pages):
2900         * fvwm/move_resize.c (unmaximize_fvwm_window):
2901         * fvwm/placement.c (__explain_placement):
2902         * fvwm/placement.c (__place_get_wm_pos):
2903         * fvwm/placement.c (get_next_x):
2904         * fvwm/placement.c (get_next_y):
2905         * fvwm/placement.c (test_fit)
2906         * fvwm/session.c (MatchWinToSM):
2907         * fvwm/session.c (SaveWindowStates):
2908         * fvwm/update.c (apply_window_updates):
2909         * fvwm/virtual.c (MoveViewport):
2910         * fvwm/windowlist.c (CMD_WindowList):
2911         * fvwm/windowshade.c (CMD_WindowShade):
2912         put some of the window geometry members into a separate struct window_g
2913         with members frame, normal, max, max_defect, max_offset
2915 2006-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2917         * NEWS:
2918         * AUTHORS:
2919         * fvwm/window_flags.h:
2920         * fvwm/style.h:
2921         * fvwm/style.c (style_parse_one_style_option):
2922         * fvwm/icons.c (DrawIconTitleWindow):
2923         * fvwm/fvwm.h (common_flags_t):
2924         * fvwm/fvwm.1.in (Style):
2925         * fvwm/borders.c:
2926         (border_draw_title_stick_lines):
2927         Applied Stippled patch by Thomas Adam with some fixes.
2929 2006-12-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2931         * NEWS:
2932         FvwmWinList button/list syncronization fixed (bug #1393)
2934 2006-12-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2936         * NEWS:
2937         * configure.ac:
2938         updated for 2.5.20.
2940         * NEWS:
2941         * configure.ac:
2942         updated for 2.5.19 release
2944         * NEWS:
2945         updated after 2.4.20 release
2947         * NEWS:
2948         * fvwm/focus.c (focus_get_fpol_context_flag):
2949         * fvwm/events.c (__check_click_to_focus_or_raise)
2950         (__handle_click_to_focus):
2951         Treat EWMH desktop as client window under click to focus. (#1492)
2953 2006-12-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2955         * libs/Module.h (MX_REPLY):
2956         (MAX_EXTENDED_MESSAGES):
2957         (MAX_XMSG_MASK):
2958         * fvwm/module_interface.c (CMD_Send_Reply):
2959         * fvwm/functable.c (func_table):
2960         * fvwm/commands.h:
2961         Added Send_Reply module only command.
2963 2006-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2965         * libs/PictureUtils.c (init_static_colors_table):
2966         fix fvwm for < 8 bit depth, bug #1677
2968 2006-11-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2970         * fvwm/misc.c (IsRectangleOnThisPage):
2971         new fix for signedness problems.
2973 2006-10-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2975         * fvwm/misc.c (IsRectangleOnThisPage):
2976         fix signedness problem with test introduced by gcc4 fix below.
2978 2006-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2980         * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
2981         (size_rect):
2982         (rectangle)
2983         (signed_rectangle):
2984         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2985         * libs/gravity.h (gravity_move_resize_parent_child):
2986         * libs/gravity.c (gravity_move_resize_parent_child):
2987         * fvwm/frame.h (frame_get_titlebar_dimensions)
2988         * fvwm/frame.c (frame_get_titlebar_dimensions_only)
2989         (frame_get_resize_decor_gravities):
2990         (mr_args_internal):
2991         (frame_setup_border):
2992         (frame_setup_titlebar)
2993         (frame_get_resize_decor_gravities):
2994         (frame_get_titlebar_dimensions):
2995         split rectangle into a signed size and an unsigned size type.
2997         * fvwm/screen.h (ScreenInfo):
2998         * libs/FScreen.h (FScreenGetScrRect):
2999         (FScreenGetResistanceRect):
3000         * libs/FScreen.c (XineramaScreenInfo):
3001         (FScreenGetGeometry)
3002         (FScreenGetScrRect):
3003         (FScreenClipToScreen):
3004         (FScreenCenterOnScreen)
3005         (FScreenGetResistanceRect):
3006         (FScreenIsRectangleOnScreen):
3007         * fvwm/fvwm.h (FvwmWindow):
3008         * fvwm/screen.h (DecorFace):
3009         * libs/fvwmlib.h (CreateGradientPixmap):
3010         * libs/Graphics.c (CreateGradientPixmap):
3011         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3012         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3013         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3014         (PImageLoadPixmapFromFile):
3015         (PImageLoadPixmapFromXpmData):
3016         * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3017         (PImageCreatePixmapFromArgbData):
3018         (PImageLoadPixmapFromFile)
3019         (PImageLoadFvwmPictureFromFile):
3020         (PImageLoadPixmapFromXpmData):
3021         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3022         * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3023         (EWMH_SetIconFromWMIcon):
3024         * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3025         * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3026         * fvwm/colorset.c (parse_colorset):
3027         * fvwm/icons.c (DrawIconTitleWindow):
3028         (AutoPlaceIcon)
3029         (do_all_iconboxes):
3030         * fvwm/menus.h (MenuRootDynamic):
3031         * fvwm/menus.c (update_menu):
3032         (pop_menu_up):
3033         (do_menu)
3034         (get_menu_options):
3035         * fvwm/move_resize.c (GetMoveArguments):
3036         (ParseOneResizeArgument)
3037         (GetResizeArguments):
3038         (GetResizeMoveArguments):
3039         (DoSnapAttract)
3040         (__move_loop):
3041         (CMD_Maximize):
3042         change dimensions and allocation counts to unsigned types.
3044         * libs/Flocale.h (FlocaleStringNumberOfBytes)
3045         (FlocaleStringByteToCharOffset):
3046         (FlocaleStringCharToByteOffset)
3047         (FlocaleStringCharLength)
3048         * libs/Flocale.c (FlocaleStringNumberOfBytes)
3049         (FlocaleStringByteToCharOffset):
3050         (FlocaleStringCharToByteOffset)
3051         (FlocaleStringCharLength):
3052         (FlocaleUtf8ToUnicodeStr2b)
3053         (FlocaleStringToString2b):
3054         (FlocaleEncodeString):
3055         * libs/Ficonv.c (convert_charsets):
3056         change most string types to char* from unsigned char* to match
3057         with system headers without casts.
3059         * libs/Flocale.c (FlocaleLoadFont):
3060         init shadow_dir to make gcc 4 happy.
3062         * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3063         (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3064         (CSETS_IS_TRANSPARENT_ROOT_PURE)
3065         (CSETS_IS_TRANSPARENT_PR_PURE):
3066         (CSETS_IS_TRANSPARENT_ROOT)
3067         (CSETS_IS_TRANSPARENT):
3068         compare pointer with NULL, not >= 0.
3070         * libs/FTips.h (ftips_position_t):
3071         * fvwm/expand.c (partial_extended_vars):
3072         * fvwm/placement.c (preason_screen_t):
3073         remove comma last in enums.
3075         * fvwm/style.c (style_parse_focus_policy_style):
3076         change 0xffffffff to ~0 to silience truncation warning.
3078         * fvwm/session.h (mwtsm_state_args):
3079         make flags unsigned.
3081         * fvwm/schedule.c (sq_object_type):
3082         change // to /* ... */
3084         * libs/Fft.c (FftGetFontWidths):
3085         (FftTextWidth):
3086         * libs/FScreen.c (FScreenConfigureSLSScreens):
3087         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3088         (EWMH_SetDesktopNames):
3089         * fvwm/fvwm.c (LoadDefaultLeftButton):
3090         (LoadDefaultRightButton):
3091         * fvwm/builtins.c (ReadDecorFace):
3092         (CMD_State):
3093         silence signedness warnings by casts.
3095         * fvwm/borders.c (ROTATE_RECTANGLE):
3096         make sure tr is initialized.
3098         * fvwm/add_window.c (FetchWmProtocols):
3099         use unsigned type for l_protocols.
3101 2006-09-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3103         * fvwm/events.c (HandleFocusIn):
3104         (HandleFocusOut):
3105         * fvwm/focus.c (__set_focus_to_fwin):
3106         fix focus decoration when unmanaged are focused, unless
3107         FlickeringQtDialogsWorkaround is on. Closes bug #758.
3109 2006-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3111         * fvwm/geometry.c (constrain_size):
3112         repeat aspect-resizing in a loop to get a stable result that does not
3113         change the next time the frame is set up
3115 2006-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3117         * NEWS:
3118         * configure.ac:
3119         increased version to 2.5.19
3120         released 2.5.18
3122         * NEWS:
3123         * configure.ac:
3124         updated for 2.5.18 release
3126 2006-09-04  Renato Caldas  <seventhguardian@gmail.com>
3128         * acinclude.m4:
3129         removed the unused test for imlib
3130         removed the Imlib.h header from gdk_imlib test programs
3132 2006-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3134         * fvwm/ewmh.c (atom_get):
3135         fix offset and length args for XGetWindowProperty() (to support 64bit
3136         architectures)
3138 2006-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3140         * fvwm/events.c (HandleUnmapNotify):
3141         immediately handle MapRequests after unmapping a window while we still
3142         have the context fvwm window; this is necessary to allow the client to
3143         re-map a window before fvwm can reparent it to the root window
3144         (HandleMapRequestKeepRaised):
3145         cleaned up
3147 2006-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3149         * fvwm/ewmh.c (ewmh_HandleDesktop):
3150         fixed handling of ClickToFocusPassesClick with the EWMH desktop
3151         window
3153 2006-08-29  Harald Dunkel  <harald.dunkel@t-online.de>
3155         * fvwm/icccm2.c:
3156         * fvwm/gnome.c:
3157         * fvwm/decorations.c:
3158         fix offset and length args for XGetWindowProperty() (to support 64bit
3159         architectures)
3161 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3163         * NEWS:
3164         * fvwm/expand.c (expand_vars_extended):
3165         correctly expand break.
3166         * fvwm/conditional.c (__rc_matches_rcstring_consume):
3167         fix matching break.
3169 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3171         * fvwm/decorations.h (is_function_allowed):
3172         * fvwm/decorations.c (__is_resize_allowed):
3173         (is_function_allowed):
3174         work on 'const FvwmWindow *'
3176         * fvwm/fvwm.h (action_flags):
3177         * fvwm/style.c (check_window_style_change):
3178         * fvwm/module_interface.c (__get_allowed_actions)
3179         (CONFIGARGS):
3180         * libs/vpacket.h (ConfigWinPacket):
3181         expose fvwm allowed actions to modules
3183 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3185         * fvwm/move_resize.c (__move_icon):
3186         *do* map icon windows for pictured icons on move, but only if they end
3187         up on the current desk
3189 2006-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3191         * fvwm/move_resize.c (__move_icon):
3192         don't map icon windows for pictured icons on move
3194 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3196         * fvwm/style.c (remove_all_of_style_from_list):
3197         (__simplify_style_list):
3198         (blockor):
3199         (blockand):
3200         (blockunmask)
3201         (blockissubset):
3202         (style_ids_are_equal):
3203         (style_id_equals_id)
3204         (styles_have_same_id):
3205         (fw_match_style_id)
3206         (one_fw_can_match_both_ids):
3207         (check_window_style_change):
3208         use int/0/1 instead of Bool/False/True
3210         * fvwm/move_resize.c (stick_across_pages):
3211         use False instead of FALSE
3213         * fvwm/style.c (fw_match_style_id):
3214         * fvwm/read.c (run_command_file):
3215         (push_read_file):
3216         * fvwm/add_window.c (MappedNotOverride):
3217         * libs/wild.c (matchWildcards):
3218         use 0 and 1 instead of FALSE and TRUE
3220         * fvwm/fvwm.h:
3221         removed TRUE and FALSE
3223 2006-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3225         * NEWS:
3226         FvwmPager !IconTitle style bugfix.
3228 2006-07-31  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3230         * fvwm/fvwm.1.in:
3231         Updated description of Wait command in man page.
3233 2006-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3235         * libs/Flocale.c (FlocaleFontStructDrawString)
3236         (FlocaleRotateDrawString):
3237         (FlocaleDrawString):
3238         fixed drawing of forecolor/hilightfore
3240         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3241         always unmaximize and resize window when leaving fullscreen state,
3242         not just if it did not start as fullscreen
3244 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3246         * fvwm/fvwm.1.in (MenuStyle):
3247         added a reference to the prefered ! style negation flag,
3248         and listed the other deprecated negative forms in one place.
3249         (ActiveForeOff):
3250         (AnimationOff):
3251         (AutomaticHotkeysOff):
3252         (HilightBackOff):
3253         (TitleWarpOff):
3254         changed to the ! negation form and listed as deprecated.
3255         (ActiveBack):
3256         removed relics from the man page
3258 2006-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3260         * NEWS:
3261         * configure.ac:
3262         increased version to 2.5.18
3263         released 2.5.17
3265         * NEWS:
3266         * configure.ac:
3267         updated for 2.5.17 release
3269 2006-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3271         * fvwm/move_resize.c (__move_window):
3272         allow moving a window without an icon while it's iconified based on the
3273         frame geometry
3275 2006-07-17  Serge Koksharov  <gentoosiast dog yandex dot ru>
3277         * fvwm/menustyle.c (menustyle_copy):
3278         Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3280 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3282         * fvwm/fvwm.1.in:
3283         NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3284         changed the manpage to reflect the prefered style negation method,
3285         that is, using the !* negation sign.
3287 2006-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3289         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3290         removed documentation of filters.
3292         * NEWS:
3293         * fvwm/expand.c (check_first_filter):
3294         (apply_filters)
3295         (expand_args_extended):
3296         (expand_vars_extended):
3297         (expand_vars):
3298         removed variable filter implementation and backslash-escaping.
3300 2006-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3302         * NEWS:
3303         News blurb for variable filters and backslash-escaping.
3304         * fvwm/fvwm.1.in:
3305         documentation of variable filters.
3307 2006-07-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3309         * fvwm/expand.c (chec):
3310         (first_filter):
3311         (apply_filters)
3312         (expand_args_extended):
3313         (expand_vars_extended):
3314         (expand_vars):
3315         implemented variable filters.
3317         * fvwm/expand.c (expand_vars):
3318         made backslash work as escape character within extended variables.
3320         * libs/Strings.h (QuoteEscapeString):
3321         (QuoteEscapeStringLength):
3322         * libs/Strings.c (QuoteEscapeString):
3323         (QuoteEscapeStringLength):
3324         new functions: QuoteEscapeString and QuoteEscapeStringLength for
3325         generic quoting.
3327         * fvwm/expand.c (expand_args_extended):
3328         make upper limit inclusive.
3330         * fvwm/functions.c (__execute_function):
3331         Changed PeekToken to GetNextToken before expand_vars call.
3333         * fvwm/fvwm.1.in:
3334         updated documentation regarding quoting in expand_args_extended
3336 2006-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3338         * fvwm/expand.c (__eae_parse_range):
3339         reject everything that does not begin with a digit
3341         * libs/Parse.c (SkipNTokens):
3342         stop skipping tokens at the end of input
3344         * fvwm/expand.c (__eae_parse_range):
3345         bugfixes
3346         (expand_vars):
3347         reformatted
3348         (__eae_parse_range):
3349         fixed parsing of $[n-]
3351 2006-07-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3353         * fvwm/expand.c (expand_args_extended):
3354         fixed core dump
3355         added range check for positional parameters
3356         (expand_args_extended):
3357         (__eae_parse_range):
3358         cleaned up and simplified parsing code
3359         properly unquote arguments when expanding
3360         removed the patch below
3362 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3364         * fvwm/expand.c (expand_args_extended):
3365         removed range check for positional parameters
3366         make single arguments not use the 'upper' variable
3367         changed back to PeekToken for single arguemnts.
3368         improved some comments.
3370 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3372         * fvwm/expand.c (expand_args_extended):
3373         Fix segfault when called with a tokenless string for single arguments.
3375 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3376         * docs/FAQ:
3377         Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3378         Reported by Serge Koksharov.
3380 2006-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3382         * fvwm/placement.c (__explain_placement):
3383         print initial size of window too
3385         * libs/Makefile.am (libfvwm_a_SOURCES):
3386         * libs/fvwm_sys_stat.h:
3387         added compat file
3389         * configure.ac:
3390         added O_NOFOLLOW replacement and always include fcntl.h
3392 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3393         * libs/Parse.c:
3394         Added DV's mailing-list comments about how PeekToken & GetNextToken
3395         work as comments to the source code. (slightly modified)
3397 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3399         * fvwm/schedule.c (CMD_Schedule):
3400         Fixed parsing of "Periodic" option.
3402 2006-07-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3404         * NEWS:
3405         Fix for tempfile vulnerabilities in FvwmCommand.
3406         * configure.ac:
3407         Added check for lstat.
3409 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3410         * fvwm/schedule.c:
3411         * NEWS:
3412         * AUTHORS:
3413         * fvwm/fvwm.1.in:
3414         Added "Periodic" option to Schedule command.
3416 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3418         * fvwm/module_interface.c (KillModule):
3419         (ClosePipes):
3420         fixed KillModule
3423 2006-07-09  Renato Caldas  <seventhguardian@gmail.com>
3425         * fvwm/fvwm.c (main):
3426         changed the -blackout warning to say it will be removed in 3.0
3428         * fvwm/fvwm.1.in (-blackout):
3429         updated the manual regarding the future remotion of -blackout
3431 2006-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3433         * NEWS:
3434         * configure.ac:
3435         added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3437 2006-07-08  Renato Caldas  <seventhguardian@gmail.com>
3439         *libs/alloca.c (DEBUG_I00FUNC)
3440         removed old debug code
3442 2006-07-07  Renato Caldas  <seventhguardian@gmail.com>
3444         * libs/debug.c:
3445         removed the old unused file
3447         * libs/Makefile.am (libfvwm_a_SOURCES):
3448         removed the reference to debug.c
3450         * libs/fvwmlib.h:
3451         removed the code related to libs/debug.c
3453         * fvwm/module_interface.c (make_named_packet)
3454         removed the #if 0'ed debug code related to debug.c
3456         fvwm/focus.h (DEBUG_FOCUS)
3457         removed the #ifdef'ed to 0 debug code related to debug.c
3460 2006-07-06  Renato Caldas  <seventhguardian@gmail.com>
3462         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3463         removed useles definition.
3465         * modules/FvwmPager/FvwmPager.c (main):
3466         (ParseOptions):
3467         removed most of the debug code.
3468         changed termination debug to use 'isTerminated' instead of
3469         'debug_term_signal'.
3470         changed termination debug to compile on FVWM_DEBUG_MSGS instead
3471         of DEBUG.
3473         * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3474         * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3475         (fvwmSetTerminate):
3476         removed unused debug_term_signal.
3478 2006-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3480         * NEWS:
3481         Work around for Cygwin not requiering '_GNU_SOURCE' to use
3482         stdio's getline; news entry.
3484 2006-06-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3486         * fvwm/commands.h:
3487         * fvwm/module_interface.c (CMD_ModuleListenOnly):
3488         (do_execute_module):
3489         (PositiveWrite):
3490         (ClosePipes):
3491         (KillModule):
3492         * fvwm/commands.h (enum):
3493         * fvwm/functable.c (func_table):
3494         new command ModuleListenOnly
3496 2006-06-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3498         * fvwm/move_resize.c (__move_loop):
3499         make sure a window is snapped in __move_loop when a button is released
3500         if it was snapped before
3502 2006-06-04  Mikhael Goikhman  <migo@homemail.com>
3504         * fvwm/expand.c (expand_vars_extended):
3505         convert function to have a single return point; this is good to
3506         implement doc/todo-vars filters in the future;
3507         fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3508         to behave like deprecated $n, $c and $r, i.e. quote them
3510 2006-06-03  Mikhael Goikhman  <migo@homemail.com>
3512         * fvwm/expand.c:
3513         multiple minor tweaks: remove trailing spaces and other
3514         re-spacing and re-indenting, remove old "#if 0" code
3516 2006-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3518         * fvwm/move_resize.c (ParseOneResizeArgument):
3519         rewrote parsing of resize arguments
3520         new prefix 'w' for resizing
3522 2006-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3524         * fvwm/conditional.c (MatchesConditionMask):
3525         fixed handling of some conditions (iconifiable, fixed, ...)
3527 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
3529         * fvwm/fvwm.1.in:
3530         s/reverted/negated/
3532         * fvwm/conditional.c:
3533         Output an error message if an unrecognised conditional is used
3534         with the Test or TestRc commands.
3536 2006-05-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3538         * fvwm/frame.c (frame_mrs_hide_changing_parts):
3539         do not map hide windows if their width or height is zero
3541 2006-05-09  Serge Koksharov  <gentoosiast dog yandex dot ru>
3543         * fvwm/ewmh_events.c:
3544         * fvwm/fvwm.1.in:
3545         * fvwm/gnome.c:
3546         * libs/FlocaleCharset.c:
3547         corrected typos
3549         * libs/Flocale.c:
3550         corrected typos in warning messages
3552         * libs/Colorset.c:
3553         * libs/PictureGraphics.c:
3554         * libs/PictureGraphics.h:
3555         renamed function PGraphicsCreateTransprency to
3556         PGraphicsCreateTransparency
3558 2006-04-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3560         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3561         * fvwm/expand.c (expand_args_extended):
3562         fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3564 2006-04-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3566         * NEWS:
3567         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3568         * fvwm/expand.c (expand_args_extended):
3569         (expand_vars):
3570         added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3572         * fvwm/conditional.c (CMD_All):
3573         * fvwm/fvwm.1.in (All):
3574         changed Reverse and UseStack options to have free order.
3576         * NEWS:
3577         * fvwm/fvwm.1.in (WindowShade):
3578         * fvwm/windowshade.c (CMD_WindowShade):
3579         * fvwm/add_window.c (setup_window_structure):
3580         added last direction to WindowShade command.
3582 2006-04-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3584         * fvwm/fvwm.1.in (All):
3585         corrected typo
3587 2006-04-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3589         * NEWS:
3590         * fvwm/fvwm.1.in (All):
3591         * fvwm/conditional.c (CMD_All):
3592         added reverse option to All command to do the action in opposite order
3593         added UseStack option to All command to use the stack ring instead of
3594         the window ring.
3596 2006-04-07  Serge Koksharov  <gentoosiast dog yandex dot ru>
3598         * bin/fvwm-bug.in:
3599         changed fallback editor from `emacs' to `vi' because it much
3600         more widespread on non-Linux systems
3601         fixed errors (because of incorrect syntax fallback entries were
3602         not used)
3603         now script honors `TMPDIR' env. variable and if it's not set it
3604         fallback to `/tmp' directory when creating temporary file
3606 2006-04-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3608         * fvwm/fvwm.1.in:
3609         changed description of the fvwmstyle resource usage
3610         to state that it's used in addition to the other
3611         matches
3612         * fvwm/style.c (fw_match_style_id):
3613         fixed a typo in style_name matching
3615 2006-04-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3617         * fvwm/style.c (fw_match_style_id):
3618         reformatted code and fixed a warning
3620 2006-04-04  Serge Koksharov  <gentoosiast dog yandex dot ru>
3622         * ChangeLog:
3623         * bin/ChangeLog:
3624         * libs/Fft.c (FftGetFont):
3625         * libs/System.c:
3626         corrected typos
3628         * libs/System.c (fvwm_mkstemp):
3629         because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3630         function was never used, even if it was considered secure by configure
3631         script.
3633 2006-04-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3635         * AUTHORS:
3636         added some more suff to the list of what I've done.
3637         * NEWS:
3638         * fvwm/fvwm.1.in:
3639         * fvwm/add_window.c (__add_window_handle_x_resources)
3640         (destroy_window):
3641         (AddWindow):
3642         * fvwm/fvwm.h (FvwmWindow):
3643         added fvwmstyle resource to override style name
3645 2006-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3647         * fvwm/menus.c (pop_menu_up):
3648         as documented, do not warp to title for root menus with TitleWarp
3650 2006-03-21  Serge Koksharov  <gentoosiast dog yandex dot ru>
3652         * fvwm/fvwm.1.in:
3653         Removed duplicated 'NoIcon' style option description in the end
3654         of the `The Style command...' section.
3655         Removed `Recapture True' option setting in example of BusyCursor
3656         description, because `Recapture' isn't valid option of `BusyCursor'
3657         command anymore.
3658         Updated ewmh specification URL (the old was 404)
3659         Added URL to ICCCM 2.0 manual
3661         * modules/FvwmAnimate/FvwmAnimate.c:
3662         corrected delay for Zoom3D animation effect
3664         * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3665         * modules/FvwmConsole/FvwmConsole.1.in:
3666         replaced all `Cntl' modificator key mentions with `Ctrl' to be
3667         consistent with rest of the documentation and because it's more
3668         conventional abbreviation.
3670         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3671         slightly clarified the `StartName' option description
3672         added the undocumented `MailDir' option description. Somebody
3673         violated section `K' of the convention list.
3675         * fvwm/fvwm.1.in:
3676         * fvwm/ConfigFvwmSetup:
3677         * modules/FvwmForm/FvwmForm.1.in:
3678         * modules/FvwmForm/FvwmForm-Rlogin:
3679         * sample.fvwmrc/system.fvwm2rc:
3680         * sample.fvwmrc/system.fvwm2rc-sample-1:
3681         replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
3682         inherently insecure. We shouldn't teach our users bad things,
3683         should we?
3685         * AUTHORS:
3686         * Changelog:
3687         * INSTALL.fvwm:
3688         * NEWS:
3689         * bin/fvwm-config.1.in:
3690         * bin/fvwm-menu-headlines.1:
3691         * bin/fvwm-menu-headlines.in:
3692         * bin/fvwm-perllib.in:
3693         * bin/fvwm-root.1.in:
3694         * docs/CONVENTIONS:
3695         * docs/FAQ:
3696         * fvwm/fvwm.1.in:
3697         * fvwm/fvwm.h:
3698         * fvwm/virtual.c:
3699         * libs/PictureGraphics.c:
3700         * libs/Picture.h:
3701         * modules/FvwmBacker/FvwmBacker.1.in:
3702         * modules/FvwmDebug/FvwmGtkDebug.in:
3703         * modules/FvwmDebug/FvwmGtkDebug.1:
3704         * modules/FvwmEvent/FvwmEvent.1.in:
3705         * modules/FvwmForm/FvwmForm.1.in:
3706         * modules/FvwmIconMan/xmanager.c:
3707         * modules/FvwmIdent/FvwmIdent.c:
3708         * modules/FvwmIdent/FvwmIdent.1.in:
3709         * modules/FvwmPerl/FvwmPerl.in:
3710         * modules/FvwmPerl/FvwmPerl.1:
3711         * modules/FvwmScript/FvwmScript.1.in:
3712         * modules/FvwmScript/Widgets/Menu.c:
3713         * modules/FvwmTabs/ConfigFvwmTabs:
3714         * modules/FvwmTabs/FvwmTabs-DefaultSetup:
3715         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3716         * modules/FvwmTheme/FvwmTheme.1.in:
3717         * perllib/FVWM/Module/Tk.pm:
3718         * perllib/FVWM/Tracker.pm:
3719         * perllib/FVWM/Module.pm.in:
3720         corrected typos
3722 2006-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3724         * fvwm/style.c (style_parse_focus_policy_style):
3725         fix ISO C90 compability with unconsumed styleoption warnings
3727 2006-03-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3729         * fvwm/events.c (HandlePropertyNotify):
3730         fix for bug 1557/3950 (possible free of Untilted constant or
3731         already used name (if app reset the name already given to them))
3733 2006-03-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3735         * fvwm/focus.c (__activate_window_by_command)
3736         (warp_to_fvwm_window):
3737         (CMD_WarpToWindow):
3738         * fvwm/builtins.c (CMD_CursorMove):
3739         set last pointer event position after warping the pointer
3741         * libs/FEvent.h:
3742         * libs/FEvent.c (FWarpPointerUpdateEvpos):
3743         new function
3745 2006-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3747         * acinclude.m4 (AM_PATH_GTK):
3748         (AM_PATH_IMLIB):
3749         (AM_PATH_GDK_IMLIB):
3750         (AM_CHECK_FT2):
3751         (AM_CHECK_XFT):
3752         (AM_CHECK_FC):
3753         fixed to cope with 4 digit version numbers
3755 2006-02-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3757         * NEWS:
3758         * fvwm/style.c (parse_and_set_window_style)
3759         (style_parse_one_style_option):
3760         (style_parse_icon_fill_style)
3761         (style_parse_icon_grid_style):
3762         (style_parse_icon_box_style)
3763         (style_parse_icon_size_style):
3764         (style_parse_focus_policy_style)
3765         (style_parse_button_style):
3766         warn if parts of style options are not consumed
3768 2006-02-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3770         * fvwm/menuitem.c (menuitem_paint):
3771         use the MenuColorset in all cases if TitleColorset is not given
3773 2006-02-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3775         * fvwm/style.c (style_parse_one_style_option):
3776         * fvwm/placement.c (__place_get_wm_pos):
3777         (__explain_placement):
3778         new placement style UnderMousePlacement
3780 2006-02-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3782         * NEWS:
3783         * fvwm/fvwm.1.in (EdgeScroll):
3784         * fvwm/virtual.c (CMD_EdgeScroll):
3785         fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
3786         added wrap/wrapx/wrapy option to EdgeScroll
3788 2006-02-10  Mikhael Goikhman  <migo@homemail.com>
3790         * fvwm/fvwm.1.in:
3791         spell check the whole file (dozens of typos)
3793 2006-02-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3795         * fvwm/module_interface.c (do_execute_module):
3796         removed accidentally committed FVWM_MODULE_ALIAS patch
3798 2006-02-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3800         * fvwm/module_interface.c (do_execute_module):
3801         unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
3803         * fvwm/menus.c (size_menu_horizontally):
3804         fix for drawing menus with sidepic on the right
3806         * libs/Flocale.c (FlocaleFontStructDrawString):
3807         (FlocaleDrawString):
3808         set the foreground colour before drawing a string
3810         * fvwm/menustyle.h:
3811         * fvwm/menustyle.c (menustyle_get_styleopt_index):
3812         (menustyle_free):
3813         (menustyle_update):
3814         (menustyle_parse_style):
3815         (menustyle_copy):
3816         * fvwm/menus.c (calculate_item_sizes):
3817         (size_menu_vertically):
3818         (UpdateMenuColorset):
3819         * fvwm/menuitem.c (menuitem_paint):
3820         Applied patch by David Maciver
3821         new menu styles TitleColorset, HilightTitleBack and TitleFont
3823 2006-02-09  Renato Caldas  <seventhguardian@gmail.com>
3825         * libs/Module.h:
3826         * libs/Module.c (ParseModuleArgs):
3827         added variable "namelen" to ModuleArgs struct
3829 2006-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3831         * libs/Module.h:
3832         removed duplicate declaration
3834 2006-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3836         * fvwm/fvwm.c (main):
3837         replaced previous patch with a better one
3839         * fvwm/virtual.c (unmap_window):
3840         * fvwm/menus.c (do_menu):
3841         * fvwm/events.c (fake_map_unmap_notify):
3842         (HandleMapNotify):
3843         * fvwm/add_window.c (MappedNotOverride):
3844         Added XFlush after XSelectInput
3846 2006-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3848         * NEWS:
3849         * fvwm/fvwm.c (main):
3850         fix for fvwm not detecting non ICCCM2 wm (bug #3151)
3852 2006-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3854         * NEWS:
3855         * configure.ac:
3856         increased version to 2.5.17
3857         released 2.5.16
3859         * NEWS:
3860         * configure.ac:
3861         updated for 2.5.16 release
3863         * acinclude.m4 (CHECK_LIBCHARSET):
3864         removed debug code
3866 2006-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3868         * fvwm/functions.c (execute_complex_function):
3869         print a message to the console instead of ringing the bell when a
3870         grab fails
3872 2006-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3874         * NEWS:
3875         fixed typo (NEWS still said 2.5.15)
3877 2006-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3879         * NEWS:
3880         * configure.ac:
3881         increased version to 2.5.16
3882         released 2.5.15
3884         * NEWS:
3885         * configure.ac:
3886         updated for 2.5.15 release
3888 2006-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3890         * fvwm/move_resize.c (GetOnePositionArgument):
3891         (GetMoveArguments):
3892         new option "screen" to Move type commands
3894 2006-01-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3896         * acinclude.m4 (smr_SWITCH):
3897         updated
3899 2006-01-08  Mikhael Goikhman  <migo@homemail.com>
3901         * Makefile.am
3902         restore requirement of automake-1.4; 1.8 is too new even for my system
3904 2006-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3906         * configure.in:
3907         * configure.ac:
3908         renamed configure.in to configure.ac
3910         * acinclude.m4:
3911         some updates for new autoconf/automake versions
3913         * configure.in:
3914         * acconfig.h:
3915         removed acconfig.h
3917         * configure.in:
3918         require autoconf-2.53 or later
3920         * Makefile.am (AUTOMAKE_OPTIONS):
3921         require automake-1.8 or later
3923         * configure.in:
3924         check for X library path before X library checks
3925         removed obsolete C++ compiler check
3926         removed duplicate type size checks
3927         replaced M4 comment ("dnl") with shell comment ("#") in many places
3929         * acinclude.m4:
3930         fixed aclocal warnings
3932 2006-01-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3934         * fvwm/style.c (style_parse_button_style):
3935         corrected typo in error message, and made errorous buttons not apply
3936         (style_parse_one_style_option):
3937         changed NoButton to use style_parse_button_style
3939 2005-12-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3941         * libs/Fft.h:
3942         new fix for incompatible pointer type warning with gcc 3.4.
3944 2005-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3946         * NEWS:
3947         * AUTHORS:
3948         * fvwm/menuitem.c:
3949         * fvwm/menustyle.h:
3950         * fvwm/fvwm.1.in:
3951         commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
3952         option.
3954 2005-12-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3956         * fvwm/fvwm.1.in:
3957         corrected typos
3959 2005-11-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3961         * fvwm/frame.c (frame_free_move_resize_args):
3962         fixed drawing of transparent decorations or when using lazy shading
3963         during resize
3965 2005-11-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3967         * configure.in:
3968         * libs/fvwmsignal.c:
3969         * libs/Graphics.c:
3970         c89 fixes
3972         * fvwm/ewmh_names.c:
3973         * libs/CombineChars.c:
3974         * libs/FGettext.c:
3975         * libs/FScreen.c:
3976         * libs/FTips.c:
3977         * libs/Flocale.c:
3978         * libs/Parse.c:
3979         * libs/PictureUtils.c:
3980         * libs/System.c:
3981         * libs/XError.c:
3982         * libs/alloca.c:
3983         * libs/envvar.c:
3984         * libs/safemalloc.c:
3985         * libs/strdup.c:
3986         * libs/usleep.c:
3987         do not #include stdlib.h (comes from config.h)
3989         * libs/Flocale.c:
3990         do not #include string.h (comes from config.h)
3992         * acconfig.h:
3993         fixed detection of string.h/strings.h
3995 2005-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3997         * libs/Fft.c (FftGetFont):
3998         fixed compiler warning with gcc 3.4.4
4000 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4002         * fvwm/menuitem.c (menuitem_paint):
4003         properly undraw unselected item area
4005 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4007         * fvwm/menuitem.c (menuitem_paint):
4008         * fvwm/menus.c (get_menu_paint_item_parameters)
4009         (get_menu_paint_item_parameters):
4010         (make_menu):
4011         fixed text offset of menu items with icons but with an item format that
4012         disables icons
4013         (size_menu_horizontally):
4014         allow sidepic to be placed in the middle of menu items; this is better
4015         than ignoring the item format completely but does not draw the items
4016         properly either
4018         * fvwm/menus.c (__mloop_handle_event):
4019         (menu_expose):
4020         fixed delayed menu drawing issue
4021         (select_menu_item):
4022         do not draw the selected menu item before the menu is drawn for the
4023         first time
4024         (repaint_transparent_menu):
4025         (select_menu_item):
4026         (paint_menu):
4027         don't call get_menu_paint_item_parameters when the result is not used
4028         (get_menu_paint_item_parameters):
4030 2005-11-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4032         * fvwm/ewmh.h (EWMH_CMD_Style):
4033         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4034         * fvwm/style.c (style_parse_one_style_option):
4035         Added support for inverting boolean EWMH styles with !.
4037         * NEWS:
4038         * fvwm/fvwm.h
4039         * fvwm/style.h:
4040         * fvwm/window_flags.h:
4041         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4042         * fvwm/ewmh.c (ewmh_HandleWindowType):
4043         * fvwm/fvwm.1.in:
4044         Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4046 2005-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4048         * fvwm/icons.c (GetIconWindow):
4049         * fvwm/fvwm.h (FvwmWindow):
4050         * fvwm/events.c (__handle_cr_on_icon):
4051         properly handle icon border width; fixes an xterm active icon loop
4053 2005-10-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4055         * fvwm/borders.c (border_draw_one_border_part):
4056         fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4057         borders.
4059 2005-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4061         * fvwm/menustyle.c (menustyle_copy_face):
4062         (menustyle_copy):
4063         (menustyle_free_face):
4064         (menustyle_free):
4065         (menustyle_parse_style):
4066         use new functions and fix a bug
4068         * fvwm/Makefile.am:
4069         * fvwm/colors.c:
4070         * fvwm/colors.h:
4071         removed empty files colors.c and colors.h
4073         * fvwm/colors.c (CopyColor):
4074         (FreeColors):
4075         moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4076         fvwmlib_copy_color
4078         * fvwm/frame.c (frame_reshape_border):
4079         removed unused code
4081 2005-10-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4083         * fvwm/menustyle.c (menustyle_copy_face):
4084         separated from menustyle_copy; color copies are reallocated.
4085         (menustyle_free):
4086         all colors freed
4087         (menustyle_copy):
4088         color copies are reallocated.
4090         * fvwm/colors.c (CopyColor):
4091         * fvwm/colors.h (CopyColor):
4092         added CopyColor
4094 2005-10-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4096         * fvwm/move_resize.c (__resize_window):
4097         fix for not being able to finish resize with mouse when resizing on
4098         click with modifiers active. (intruduced with 'removed duplicate
4099         pointer query' at sep 29)
4101         * NEWS:
4102         * fvwm/fvwm.1.in:
4103         * fvwm/menustyle.c (menustyle_parse_style):
4104         made style pairs negatable with '!' prefix
4105         ActiveForeOff and HilightBackOff frees colors used.
4107         * fvwm/menustyle.c (menustyle_copy):
4108         fix for freeing color from sorce instead of destination.
4110 2005-10-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4112         * fvwm/functions.c (__execute_function):
4113         fixed an error in yesterdays patch to complex fuctions. the commands
4114         pressed window were not retored correctly after running move functions
4115         without it, and functions would be run twice.
4117 2005-10-18  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4119         * fvwm/fvwm.1.in:
4120         added NoLayer to list of allowed options for WindowList command
4121         fixed grammar of test-conditions list. formatting fixes for
4122         MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4123         style option list.
4125         * NEWS:
4126         * fvwm/functions.c (__execute_function)
4127         (__run_complex_function_items):
4128         (execute_complex_function):
4129         fix for moving/resizing reference window usage with complex functions.
4131 2005-10-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4133         * fvwm/move_resize.c (__move_loop):
4134         reimplemented a fix for the place with keyboard setting a button as
4135         used for place bug; this time without breaking escape key.
4137 2005-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4139         * fvwm/move_resize.c (__move_loop):
4140         removed the previous patch as it breaks aborting window motion with the
4141         escape key.
4143 2005-10-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4145         * fvwm/move_resize.c (__move_loop):
4146         fixed bug where finishing movment with keyboard would set a random
4147         button as used for placement.
4149 2005-09-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4151         * NEWS
4152         * fvwm/frame.c (frame_setup_border):
4153         reverted change for move of window parts (reset of PressedW).
4155 2005-09-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4157         * fvwm/frame.c (frame_setup_border):
4158         fixed a Warning
4160 2005-09-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4162         * NEWS:
4163         * fvwm/move_resize.c (__resize_window):
4164         removed duplicate pointer query for enter/leave notify events.
4165         resizing of shaded windows in the shaded direction no longer
4166         results in bogus ref points.
4168         * fvwm/frame.c (frame_setup_border):
4169         reset PressedW if the part has moved. This prevents strange
4170         ref points in resize if called from some complex functions.
4172         * fvwm/frame.c (frame_create_move_resize_args):
4173         shaded windows use get_client_geometry for client geometry.
4175 2005-09-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4177         * NEWS:
4178         * AUTHORS:
4179         * fvwm/fvwm.h (window_flags):
4180         (WindowConditionMask):
4181         (FvwmWindow):
4182         * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4183         (SET_PLACED_WB3)
4184         (SETM_PLACED_WB3):
4185         * fvwm/session.c (_match):
4186         (SaveWindowStates):
4187         (LoadWindowStates):
4188         * fvwm/conditional.c (MatchesConditionMask):
4189         (CreateConditionMask):
4190         * fvwm/add_window.c (setup_window_structure):
4191         * fvwm/move_resize.h (placement_binding):
4192         * fvwm/move_resize.c (__move_loop):
4193         (placement_binding):
4194         * fvwm/bindings.c (ParseBinding):
4195         * libs/wcontext.c (win_contexts):
4196         * libs/wcontext.h (enum):
4197         * fvwm/fvwm.1.in:
4198         Added placement context for simple mouse bindings to allow
4199         specification of buttons to finish/cancel movment. Buttons >3
4200         may now be used to place windows.
4201         Replaced window flag placed_wb3 with placed_by_button
4202         FvwmWindow member. Added window condition PlacedByButton.
4204 2005-09-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4206         * NEWS:
4207         * AUTHORS:
4208         * fvwm/menustyle.h (enum):
4209         (MenuFeel):
4210         (ST_DO_SCROLL):
4211         (MST_DO_SCROLL)
4212         (ST_SCROLL_OFF_PAGE):
4213         (MST_SCROLL_OFF_PAGE):
4214         * fvwm/menustyle.c (menustyle_copy):
4215         (menustyle_get_styleopt_index):
4216         (menustyle_parse_style):
4217         (CMD_MenuStyle):
4218         * fvwm/menus.c (menuShortcuts):
4219         (enum):
4220         (__mloop_handle_event):
4221         (menu_get_outer_geometry):
4222         (move_any_menu):
4223         * fvwm/fvwm.1.in:
4224         added MouseWheel and ScrollOffPage menu styles
4226 2005-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4228         * NEWS:
4229         * fvwm/menus.c (append_item_to_menu):
4230         fixed bug #1121: Use of pointer without checking for NULL
4232 2005-09-19  Mikhael Goikhman  <migo@homemail.com>
4234         * NEWS:
4235         * fvwm/expand.c (expand_vars):
4236         warn on usage of obsolete one-letter variables
4238 2005-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4240         * NEWS:
4241         * AUTHORS:
4242         * fvwm/expand.c (expand_vars_extended):
4243         (expand_vars):
4244         allow nesting of variables
4246 2005-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4248         * fvwm/ewmh.c (EWMH_SetWMDesktop):
4249         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4250         (ewmh_WMDesktop):
4251         64-bit fixes
4253 2005-09-03  Mikhael Goikhman  <migo@homemail.com>
4255         * fvwm/borders.c (border_draw_one_border_part)
4256         (border_draw_all_border_parts):
4257         fix the previous patch to work with title-less windows too
4259 2005-08-30  Mikhael Goikhman  <migo@homemail.com>
4261         * fvwm/borders.c (border_draw_one_border_part)
4262         (border_draw_all_border_parts):
4263         improve offsets when drawing borders for "BorderStyle TiledPixmap"
4264         windows to make the borders look homogeneous (based on the patch of
4265         Evgeny Stambulchik)
4267 2005-08-26  Mikhael Goikhman  <migo@homemail.com>
4269         * NEWS:
4270         * acconfig.h:
4271         * configure.in:
4272         * libs/FBidi.c:
4273         support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4274         fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4276 2005-08-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4278         * NEWS:
4279         * configure.in:
4280         increased version to 2.5.15
4281         released 2.5.14
4283         * NEWS:
4284         * configure.in:
4285         updated for 2.5.14 release
4287         * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4288         (ewmh_WMStateSkipTaskBar):
4289         (ewmh_WMStateSkipPager):
4290         (ewmh_WMStateModal):
4291         fixed several ewmh-hints
4293 2005-08-24  Mikhael Goikhman  <migo@homemail.com>
4295         * fvwm/fvwm.1.in:
4296         fix TestRc example error, s/Any/All/
4298 2005-08-17  Jonathan Kotta  <jpkotta@gmail.com>
4300         * NEWS:
4301         * AUTHORS:
4302         * fvwm/fvwm.1.in:
4303         * fvwm/conditions.c (MatchesConditionMask):
4304         (CreateConditionMask):
4305         added FixedPosition condition
4307 2005-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4309         * fvwm/virtual.c (HandlePaging):
4310         use FQueryPointer every time to track the pointer position; this fixes
4311         fvwm hanging in HandlePaging for the given delay once the pointer
4312         touches the pan frames
4314 2005-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4316         * fvwm/session.c (SaveWindowStates):
4317         (LoadWindowStates):
4318         (MatchWinToSM):
4319         save and restore the default layer during a restart
4321 2005-08-13  Mikhael Goikhman  <migo@homemail.com>
4323         * fvwm/conditional.c (CMD_Test):
4324         * fvwm/fvwm.1.in:
4325         rename previously added Test conditions to EnvIsSet and EnvMatch,
4326         tweak the logic when the variable is set, but empty
4328 2005-08-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4330         * fvwm/conditional.c (CMD_Test):
4331         * fvwm/fvwm.1.in:
4332         added test conditions EdgeHasPointer and EdgeIsActive
4334 2005-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4336         * fvwm/virtual.c (raisePanFrames):
4337         prevent cycling of pan frame window stacking order
4339 2005-08-12  Mikhael Goikhman  <migo@homemail.com>
4341         * fvwm/conditional.c (CMD_Test):
4342         * fvwm/fvwm.1.in:
4343         add Test conditions IsEnvSet and MatchEnv
4345 2005-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4347         * fvwm/menus.c (pop_menu_up):
4348         * fvwm/menustyle.c (menustyle_copy):
4349         two fixes by Viktor Griph
4351         * fvwm/events.c (HandleEvents):
4352         simplify the style list if there is nothing else to do
4354         * fvwm/style.c (__simplify_style_list):
4355         (styles_have_same_id):
4356         (style_id_equals_id):
4357         (style_ids_are_equals):
4358         (__style_command):
4359         (remove_all_of_style_from_list):
4360         (one_fw_can_match_both_ids):
4361         pass pointers instead of the whole style structure
4362         (__simplify_style_list):
4363         fixed memory leak and tweaked the code
4365         * libs/Strings.c (CatString3):
4366         fixed a buffer overflow
4368 2005-08-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4370         * configure.in:
4371         detect if Window, Pixel or void * are bigger than long and refuse to
4372         compile
4374         * libs/vpacket.h (ConfigWinPacket):
4375         * fvwm/windowshade.c (CMD_WindowShade):
4376         * fvwm/virtual.c (MoveViewport):
4377         (goto_desk):
4378         (CMD_DesktopSize):
4379         (CMD_GotoDeskAndPage):
4380         * fvwm/update.c (apply_window_updates):
4381         * fvwm/stack.c (BroadcastRestack):
4382         (RaiseWindow):
4383         (LowerWindow):
4384         * fvwm/icons.c (DeIconify):
4385         (Iconify):
4386         * fvwm/geometry.c (broadcast_icon_geometry):
4387         * fvwm/events.c (HandleEnterNotify):
4388         (HandleFocusIn):
4389         (HandleLeaveNotify):
4390         (HandleMapNotify):
4391         (HandleMapRequestKeepRaised):
4392         * fvwm/add_window.c (destroy_window):
4393         * fvwm/module_interface.c (SendFvwmPicture)
4394         (BroadcastFvwmPicture):
4395         (CMD_Send_WindowList):
4396         * fvwm/modconf.c (CMD_Send_ConfigInfo):
4397         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4398         64-bit fixes
4400         * fvwm/virtual.c (GetDeskNumber):
4401         fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4402         around the given desk range with a relative desk
4404         * fvwm/focus.c (focus_grab_buttons_on_layer):
4405         fixed a hang
4407         * fvwm/gnome.c:
4408         * fvwm/stack.c:
4409         * fvwm/ewmh.c:
4410         reindented some code and renamed some variables
4412 2005-08-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4414         * fvwm/events.c (__check_click_to_focus_or_raise):
4415         small cleanup patch
4417 2005-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4419         * FvwmIconMan/xmanager.c (set_win_iconified):
4420         fixed select/focus button state lost when deiconifying a window
4422 2005-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4424         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4425         fixed bogus warning
4427         * libs/Colorset.c (get_aspect_dimensions):
4428         fixed aspectpixmap size calculations
4430 2005-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4432         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4433         fixed a core dump
4435         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4436         (ewmh_CurrentDesktop):
4437         (ewmh_DesktopGeometry):
4438         (ewmh_NumberOfDesktops):
4439         (ewmh_WMDesktop):
4440         (ewmh_WMIconGeometry):
4441         * fvwm/gnome.c (GNOME_ProcessClientMessage):
4442         print error messages for broken gnome client messages
4444         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4445         removed duplicate call of execute_function_override_window
4447         * fvwm/stack.c (new_layer):
4448         fixed a hang if a window sets an layer < 0 via gnome hints
4450         * fvwm/add_window.c (GetWindowSizeHints):
4451         * fvwm/misc.c (fvwm_msg_report_app):
4452         (fvwm_msg_report_app_and_workers):
4453         new utility functions
4455 2005-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4457         * fvwm/stack.c (dump_stack_ring):
4458         (verify_stack_ring_consistency):
4459         * fvwm/module_interface.c (HandleModuleInput):
4460         * fvwm/events.c (__cr_detect_icccm_move):
4461         * fvwm/style.c (print_styles):
4462         64-bit fixes
4464 2005-07-19  Mikhael Goikhman  <migo@homemail.com>
4466         * libs/FlocaleCharset.c:
4467         support euc-jp encodings (Yasuhiro Nakazaki)
4469 2005-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4471         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4472         * fvwm/ewmh_names.c (EWMH_WMName):
4473         (EWMH_WMIconName):
4474         * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4475         (EWMH_SetNumberOfDesktops):
4476         (EWMH_SetDesktopViewPort):
4477         (EWMH_SetDesktopGeometry):
4478         (EWMH_SetWMDesktop):
4479         (ewmh_SetWorkArea):
4480         (EWMH_SetFrameStrut):
4481         (EWMH_Init):
4482         * fvwm/gnome.c (AtomGet):
4483         (atom_size):
4484         (GNOME_GetHintIcons):
4485         (GNOME_GetHintLayer):
4486         (GNOME_GetHintState):
4487         (GNOME_GetExpandedSize):
4488         (GNOME_SetAreaCount):
4489         (GNOME_SetCurrentArea):
4490         (GNOME_SetDeskCount):
4491         (GNOME_SetCurrentDesk):
4492         (GNOME_SetCurrentDesk):
4493         (GNOME_SetWinArea):
4494         (GNOME_Init):
4495         (CMD_GnomeShowDesks):
4496         (GNOME_SetHints):
4497         (GNOME_SetDesk):
4498         (GNOME_SetLayer):
4499         * libs/fsm.c (GetClientID):
4500         (set_session_manager):
4501         * fvwm/session.c (GetClientID):
4502         * fvwm/fvwm.h (FvwmWindow):
4503         * fvwm/colorset.c (get_root_pixmap):
4504         * fvwm/add_window.c (FetchWmProtocols):
4505         * libs/FTips.c (__initialize_window):
4506         * fvwm/icccm2.c (convertProperty)
4507         (icccm2_handle_selection_request)
4508         * fvwm/fvwm.c (SetMWM_INFO):
4509         64-bit fixes
4511 2005-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4513         * fvwm/move_resize.c (GetOnePositionArgument):
4514         don't use the unportable fuction rintf()
4516 2005-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4518         * NEWS:
4519         * configure.in:
4520         increased version to 2.5.14
4521         released 2.5.13
4523         * ANNOUNCE:
4524         * NEWS:
4525         * configure.in:
4526         updated for 2.5.13 release
4528 2005-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4530         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4531         fixed drawing of relief with very small rectangles, i.e. when
4532         line_width * 2 > height or width
4534 2005-07-04  Dan Espen  <dane@mk.telcordia.com>
4536         * NEWS: fvwm-menu-desktop changes.
4538 2005-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4540         * fvwm/placement.c (get_next_x):
4541         fixed collision detection of windows on pages other than the current
4542         one during placement
4544 2005-06-17  Olivier Chapuis  <olivier.chapuis@free.fr>
4546         * fvwm/move_resize.c (__resize_window):
4547         Fixed interactive resize (reduction) via the bottom border
4549         * libs/Fpng.h:
4550         Typo
4552 2005-06-02  Dan Espen  <dane@mk.telcordia.com>
4554         * NEWS:
4555         * fvwm/fvwm.1.in:
4556         Spelling fix contition -> condition
4558 2005-04-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4560         * fvwm/style.c (style_ids_are_equals):
4561         (style_id_equals_id):
4562         (styles_have_same_id):
4563         (fw_match_style_id):
4564         (one_fw_can_match_both_ids):
4565         (cleanup_style_defaults):
4566         * libs/fsm.c (fprintfhex):
4567         (CloseDownClient):
4568         * libs/FGettext.c (fgettext_free_fgpath_list):
4569         * libs/Parse.c (_get_suffixed_integer_arguments):
4570         * libs/Graphics.c (AllocNonlinearGradient):
4571         * libs/PictureUtils.c (build_mapping_table):
4572         (finish_ct_init):
4573         made static
4575         * libs/setpgrp.c:
4576         * libs/Event.c:
4577         * libs/FRenderInit.c:
4578         include own header file
4580         * libs/System.c (getFileStamp):
4581         * libs/Fft.c (FftPDumyFunc):
4582         * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4583         exported
4585 2005-03-01  Dan Espen  <dane@mk.telcordia.com>
4587         * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4588         not exec.
4590 2005-02-25  Dan Espen  <dane@mk.telcordia.com>
4592         * fvwm/fvwm.1.in (Focus): Typos in focus section.
4594 2005-02-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4596         * fvwm/conditional.c (Circulate):
4597         added tests for fw == Scr.FvwmRoot again to fix a crash
4599 2005-02-05  Dan Espen  <dane@mk.telcordia.com>
4601         * AUTHORS: New author, FvwmScript patch.
4603 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
4605         * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4606         * AUTHORS: s/Hover/Active/
4608 2005-01-19  Dan Espen  <dane@mk.telcordia.com>
4610         * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4611         avoid dump with empty key/mouse binding command.
4612         * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4613         Checked all other uses of PeekToken in fvwm dir.
4615 2005-01-08  Olivier Chapuis  <olivier.chapuis@free.fr>
4617         * fvwm/session.c (matchWin):
4618         (SaveWindowStates):
4619         On restarts compare window ids only. Base our matching decision on
4620         window role only if we have a client id.
4622         * fvwm/move_resize.c (GetOnePositionArgument):
4623         Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4624         float values to nearest int
4626 2005-01-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4628         * AUTHORS:
4629         * fvwm/move_resize.c (CMD_Maximize):
4630         Applied Arnaud Vrac patch which fixes maximize by growing vs
4631         EWMH working area
4633 2004-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4635         * fvwm/builtins.c (do_button_style):
4636         ButtonStyle Reset takes effect immediately
4638 2004-12-08  Dan Espen  <dane@mk.telcordia.com>
4640         * fvwm/fvwm.1.in: lang check.
4642 2004-12-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4644         * fvwm/fvwm.1.in:
4645         Really commit EWMHUseStackingOrderHints documentation update
4647 2004-12-02  Olivier Chapuis  <olivier.chapuis@free.fr>
4649         * fvwm/fvwm.1.in:
4650         Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4652         * NEWS:
4653         FvwmIconMan new options
4655         * libs/FTips.c (new file):
4656         * libs/FTips.h (new file):
4657         * libs/defaults.h:
4658         * libs/Makefile.am:
4659         Added a set of functions for implementing tool tips
4661 2004-11-30  Dan Espen  <dane@mk.telcordia.com>
4663         * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4665 2004-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4667         * fvwm/menus.c (__mloop_get_event):
4668         * fvwm/functions.c (execute_complex_function):
4669         * fvwm/add_window.c (AddWindow):
4670         * fvwm/module_interface.c (ExecuteModuleCommand):
4671         * fvwm/move_resize.c (__move_loop):
4672         (__resize_window):
4673         properly set the "state" member of faked motion and key events;
4674         fixes broken "nosnap" feature
4676 2004-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4678         * fvwm/bindings.c (ParseBinding):
4679         reformatted
4680         * libs/Bindings.c (bindingAppliesToWindow):
4681         (__compare_binding):
4682         * fvwm/module_interface.c (CMD_ModuleSynchronous):
4683         * fvwm/builtins.c (CMD_Wait):
4684         (CMD_StrokeFunc):
4685         * fvwm/events.c (__handle_bpress_on_root):
4686         (HandleButtonRelease):
4687         fixed crash in window specific binding code
4688         fixed handling of root window in window specific binding code
4689         renamed some functions
4691 2004-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4693         * fvwm/focus.c (__update_windowlist):
4694         replaced while loop by for loop
4696         * fvwm/style.c (style_destroy_style):
4697         * fvwm/conditional.c (Circulate):
4698         removed useless check whether fw == &Scr.FvwmRoot
4700         * fvwm/icons.c (DeIconify):
4701         defused possible endless loop when a window iconified by the
4702         transientfor window loses the "transient" relationship
4704 2004-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4706         * fvwm/move_resize.c (__move_loop):
4707         (__resize_window):
4708         fixed overwriting the initial button_mask during move/resize
4710         * fvwm/menus.c (__mloop_handle_action_with_mi):
4711         do not "post" a submenu menu item it the submenu does not exist
4713 2004-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4715         * fvwm/events.c (__handle_bpress_on_managed):
4716         do not draw the decorations pressed in if executing a function is
4717         forbidden
4719         * libs/Parse.c (CopyToken):
4720         fixed parsing of delimiters
4722 2004-10-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4724         * fvwm/virtual.c (GetDeskNumber):
4725         fixed MoveToDesk without argument
4727 2004-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4729         * fvwm/fvwm.1.in:
4730         re-formatted and some spelling corrections
4732         * fvwm/colorset.c (CMD_CleanupColorsets):
4733         (CMD_Colorset):
4734         * fvwm/builtins.c (CMD_Colorset):
4735         (CMD_CleanupColorsets):
4736         moved functions to colorset.c
4738 2004-10-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4740         * libs/Parse.c (CopyToken):
4741         skip any whitespace before a delimiter; this allows to have spaces
4742         before the commas in an option list
4744 2004-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4746         * fvwm/frame.c (frame_reshape_border):
4747         re-shaping shaded windows no longer unshades them
4748         re-shaping unshaded windows on pages other than 0 0 no longer moves
4749         them out of the current page
4751 2004-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4753         * fvwm/events.c (__cr_detect_icccm_move):
4754         * fvwm/screen.h (ScreenInfo):
4755         * fvwm/builtins.c (CMD_BugOpts):
4756         new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
4758         * fvwm/move_resize.c (__move_loop):
4759         (__resize_window):
4760         query the pointer position in the move loop when an
4761         EnterNotify/LeaveNotify event arrives; same change in resize loop.
4763         * NEWS:
4764         * configure.in:
4765         increased version to 2.5.13
4766         released 2.5.12
4768         * ANNOUNCE:
4769         * NEWS:
4770         * configure.in:
4771         updated for 2.5.12 release
4773         * fvwm/frame.c (frame_create_move_resize_args):
4774         fixed xemacs growing or shrinking when title height changed; this was
4775         caused by calculating the old client window geometry using the new
4776         title dimensions; query the window size instead
4778 2004-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4780         * fvwm/events.c (test_map_request):
4781         (test_button_event):
4782         (test_typed_window_event):
4783         (test_resizing_event):
4784         (__predicate_button_click):
4785         (__merge_cr_moveresize):
4786         (HandleUnmapNotify):
4787         (flush_property_notify):
4788         (is_resizing_event_pending):
4789         (__test_for_motion):
4790         use type XPointer for last argument of predicate procedures for
4791         XCheckPeekIfEvent and XCheckIfEvent, not char *
4792         (HandleUnmapNotify):
4793         fixed core dump
4795 2004-10-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4797         * fvwm/window_flags.h:
4798         removed useless and broken SETM_ macros
4800         * fvwm/update.c (init_style):
4801         fixed resetting user states
4803 2004-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4805         * libs/envvar.c (add_to_envlist):
4806         fixed crash
4808 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4810         * fvwm/builtins.c (CMD_UnsetEnv):
4811         use flib_unsetenv
4813         * libs/envvar.c (flib_unsetenv):
4814         (add_to_envlist):
4815         new functions
4816         (flib_putenv):
4817         split in ftwo functions
4819         * configure.in:
4820         check for unsetenv function
4822         * fvwm/builtins.c (CMD_SetEnv):
4823         assume an empty value if no value is given
4825 2004-09-30  Rafal Bisingier <ravbc@man.poznan.pl>
4827         * fvwm/commands.h:
4828         * fvwm/events.c:
4829         * fvwm/functable.c:
4830         * fvwm/fvwm.1.in:
4831         * fvwm/fvwm.c:
4832         * fvwm/screen.h:
4833         * fvwm/virtual.c:
4834         * perllib/FVWM/Commands.pm:
4835         new command EdgeLeaveCommand
4837 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4839         * NEWS:
4840         updated for 2.4.19
4842         * NEWS:
4843         * configure.in:
4844         increased version to 2.5.12
4845         released 2.5.11
4847         * NEWS:
4848         * configure.in:
4849         updated for 2.5.11 release
4851 2004-09-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4853         * fvwm/geometry.c (get_page_offset):
4854         (get_page_offset_rectangle):
4855         (get_absolute_geometry):
4856         new functions
4858         * fvwm/virtual.c (CMD_GotoPage):
4859         * fvwm/move_resize.c (__move_window):
4860         * fvwm/virtual.c (CMD_GotoPage):
4861         (get_page_arguments):
4862         new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
4863         command
4865 2004-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4867         * libs/Flocale.c (FlocaleGetNameProperty):
4868         fixed freeing uninitialized pointer
4870 2004-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4872         * fvwm/conditional.c (select_cmd):
4873         (direction_cmd):
4874         (CMD_NoWindow):
4875         (CMD_All):
4876         fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
4877         WindowId and Direction commands; fixes break from these commands
4879         * fvwm/geometry.c (get_shaded_geometry):
4880         shading geometry fix for windows without decoration
4882         * libs/FScreen.c (XineramaQueryExtension):
4883         fixed xinerama crash
4885 2004-09-04  Scott Smedley  <scottie7@tpg.com.au>
4887         * configure.in:
4888         Parse man pages with config.status so man pages have correct date.
4889         Man pages also specify FVWM version that they relate to.
4891         * bin/fvwm-bug.1:
4892         * bin/fvwm-config.1:
4893         * bin/fvwm-convert-2.2.1:
4894         * bin/fvwm-convert-2.4.1:
4895         * bin/fvwm-convert-2.6.1:
4896         * bin/fvwm-menu-desktop.1:
4897         * bin/fvwm-root.1:
4898         * modules/FvwmAnimate/FvwmAnimate.1:
4899         * modules/FvwmAuto/FvwmAuto.1:
4900         * modules/FvwmBacker/FvwmBacker.1:
4901         * modules/FvwmBanner/FvwmBanner.1:
4902         * modules/FvwmButtons/FvwmButtons.1:
4903         * modules/FvwmCommand/FvwmCommand.1:
4904         * modules/FvwmConsole/FvwmConsole.1:
4905         * modules/FvwmConsole/FvwmConsoleC.pl.1:
4906         * modules/FvwmCpp/FvwmCpp.1:
4907         * modules/FvwmDragWell/FvwmDragWell.1:
4908         * modules/FvwmEvent/FvwmEvent.1:
4909         * modules/FvwmForm/FvwmForm.1:
4910         * modules/FvwmGtk/FvwmGtk.1:
4911         * modules/FvwmIconBox/FvwmIconBox.1:
4912         * modules/FvwmIconMan/FvwmIconMan.1:
4913         * modules/FvwmIdent/FvwmIdent.1:
4914         * modules/FvwmM4/FvwmM4.1:
4915         * modules/FvwmPager/FvwmPager.1:
4916         * modules/FvwmProxy/FvwmProxy.1:
4917         * modules/FvwmRearrange/FvwmRearrange.1:
4918         * modules/FvwmSave/FvwmSave.1:
4919         * modules/FvwmSaveDesk/FvwmSaveDesk.1:
4920         * modules/FvwmScript/FvwmScript.1:
4921         * modules/FvwmScroll/FvwmScroll.1:
4922         * modules/FvwmTaskBar/FvwmTaskBar.1:
4923         * modules/FvwmTheme/FvwmTheme.1:
4924         * modules/FvwmWharf/FvwmWharf.1:
4925         * modules/FvwmWinList/FvwmWinList.1:
4926         These man pages were renamed to have a .in suffix.
4927         ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
4929 2004-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4931         * fvwm/placement.c (__place_window):
4932         fixed starting desk output with bugopts explainwindowplacement
4934 2004-09-03  Olivier Chapuis  <olivier.chapuis@free.fr>
4936         * fvwm/eventhandler.h:
4937         * fvwm/events.c (InitEventHandlerJumpTable):
4938         (__handle_key):
4939         (HandleKeyPress):
4940         (HandleKeyRelease):
4941         Fixed window specific bindings "patch" by sending key release event
4942         when needed
4944 2004-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4946         * libs/defaults.h:
4947         * fvwm/screen.h:
4948         * fvwm/move_resize.c:
4949         * fvwm/fvwm.c:
4950         * fvwm/fvwm.h:
4951         * fvwm/frame.h:
4952         * fvwm/decorations.c:
4953         * fvwm/frame.c:
4954         * fvwm/builtins.c:
4955         * fvwm/borders.c:
4956         * fvwm/add_window.c:
4957         * fvwm/bindings.c:
4958         * fvwm/style.c:
4959         renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
4960         it with NUMBER_OF_MOUSE_BUTTONS
4962         * fvwm/style.c (style_parse_focus_policy_style):
4963         * fvwm/focus_policy.h:
4964         * libs/Bindings.c (GrabWindowButton):
4965         * fvwm/bindings.c (bind_get_bound_button_contexts):
4966         (ParseBinding):
4967         * fvwm/events.c (WaitForButtonsUp):
4968         * fvwm/style.c (style_parse_focus_policy_style):
4969         * fvwm/builtins.c (__fake_event):
4970         fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
4971         NUMBER_OF_EXTENDED_MOUSE_BUTTONS
4973 2004-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4975         * configure.in:
4976         put -Wall -Wno-implicit-int before user specified flags
4978         * libs/FScreen.c:
4979         Applied below patch again.  It didn't make it to CVS (?)
4981 2004-08-26  Dan Espen  <dane@mk.telcordia.com>
4983         * libs/FScreen.c: Fixed case error.  Patch from Chris Ross.
4985 2004-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4987         * libs/FScreen.c:
4988         cleaned up ifdef hell
4990         * configure.in:
4991         fixed solaris xinerama test
4993 2004-08-25  Dan Espen  <dane@mk.telcordia.com>
4995         * configure.in:
4996         * acconfig.h:
4997         * libs/FScreen.c (solaris_XineramaQueryScreens):
4998         Solaris Xinerama support.
4999         * AUTHORS:
5000         Update.
5001         Patch by Chris Ross.
5003 2004-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5005         * fvwm/events.c (__handle_cr_on_client):
5006         don't reevaluate window geometry when a ConfigureRequest has no size or
5007         position set
5009 2004-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5011         * fvwm/menus.c (get_menu_options):
5012         (do_menu):
5013         new menu option TearOffImmediately
5015 2004-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5017         * fvwm/placement.c (__place_get_wm_pos):
5018         cascade placemnt fix by Paul Vojta
5020 2004-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5022         * fvwm/geometry.c (constrain_size):
5023         Don't touch the aspect ratio if modifying the width/height does not
5024         improve the situation
5026         * fvwm/frame.c (frame_free_move_resize_args):
5027         (__frame_setup_window):
5028         (frame_update_hidden_window_pos):
5029         (frame_mrs_resize_move_windows):
5030         (frame_create_move_resize_args):
5031         * fvwm/move_resize.c (__resize_window):
5032         some event handling fixes
5034         * fvwm/geometry.c (constrain_size):
5035         look up the latest size hints if necessary
5037 2004-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5039         * fvwm/geometry.c (constrain_size):
5040         * fvwm/ewmh.c (EWMH_fullscreen):
5041         * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5042         (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5043         (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5044         * fvwm/fvwm.h (window_flags_t):
5045         allow windows to override their size hints when going fullscreen:
5046         minimum and maximum size, size inc, aspect ratio, etc.
5048 2004-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5050         * fvwm/decorations.c (struct):
5051         MWM hints on 64 bit machines fix
5053 2004-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5055         * fvwm/fvwm.1.in (Note):
5056         * fvwm/read.c (CMD_Read):
5057         (CMD_PipeRead):
5058         the Read and PipeRead commands have a return code
5060         * fvwm/read.c (run_command_stream):
5061         (CMD_Read):
5062         (CMD_PipeRead):
5063         removed debug code
5065 2004-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5067         * fvwm/move_resize.c (GetResizeArguments):
5068         (GetMoveArguments):
5069         fixed parsing of the frame option to the resize command and the pointer
5070         option to the move command
5072         * fvwm/conditional.c (CMD_None):
5073         Fixed CMD_None return code
5075 2004-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5077         * fvwm/stack.c (is_above_unmanaged):
5078         windows on other Desks are always considered on top
5080         * fvwm/conditional.c (CreateConditionMask):
5081         (MatchesConditionMask):
5082         * fvwm/fvwm.h (WindowConditionMask):
5083         new condition Overlapped
5085         * config.h:
5086         inproved strings.h / sring.h iclusion logic
5088         * libs/PictureUtils.c (finish_ct_init):
5089         (PictureInitColors):
5090         use flib_putenv instead of putenv
5092 2004-07-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5094         * fvwm/screen.h:
5095         * libs/gravity.h (enum):
5096         * libs/wcontext.h (enum):
5097         -pedantic fixes
5099         * fvwm/fvwm.c (StartupStuff):
5100         do not ungrab the pointer while the startup functions execute
5101         (Done):
5102         ungrab the pointer only after executing the RestartFunction or
5103         ExitFunciton.  Otherwise these functions may not be executed if some
5104         other application grabs the pointer.
5106         * fvwm/fvwm.h:
5107         * fvwm/conditional.c (CreateConditionMask):
5108         renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5109         new condition AnyScreen
5111         * libs/Bindings.c:
5112         * fvwm/builtins.c (__fake_event):
5113         * fvwm/bindings.c (ParseBinding):
5114         removed C++ comments
5116 2004-07-15  Scott Smedley  <scottie7@tpg.com.au>
5118         * NEWS:
5119         New options for FvwmButtons module.
5121 2004-07-12  Mikhael Goikhman  <migo@homemail.com>
5123         * fvwm/fvwm.1.in:
5124         use commas between conditions
5126 2004-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5128         * fvwm/builtins.c (CMD_Wait):
5129         ignore MapNotify reported to any window except the root window
5131         * fvwm/module_interface.c (CONFIGARGS):
5132         correct number of CONFIGARGS arguments
5134         * libs/vpacket.h (ConfigWinPacket):
5135         frame_x and frame_y are signed
5137 2004-07-11  Scott Smedley  <scottie7@tpg.com.au>
5139         * fvwm/conditional.c:
5140         * fvwm/fvwm.h:
5141         * fvwm/fvwm.1.in:
5142         * AUTHORS:
5143         Committed patch by Norman Yarvin (with a few minor mods) to extend
5144         conditionals to handle multiple window names.
5146 2004-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5148         * fvwm/module_interface.c (CONFIGARGS):
5149         * libs/vpacket.h (ConfigWinPacket):
5150         put window_flags at end of structure
5152 2004-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5154         * fvwm/module_interface.c (CONFIGARGS):
5155         (OLDCONFIGARGS):
5156         (SETOLDFLAGS):
5157         (SendConfig):
5158         (BroadcastConfig):
5159         removed old module interface
5160         (CONFIGARGS):
5162         * libs/vpacket.h (ConfigWinPacket):
5163         64 bit fix
5165 2004-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5167         * fvwm/execcontext.c (__exc_change_context):
5168         fixed handling of etrigger event, fixing a problem with PropertyNotify
5169         events during resizing and possibly other problems too
5171         * fvwm/add_window.c (RestoreWithdrawnLocation):
5172         fixed travelling windows if application changed gravity hint before
5173         recapture
5175         * fvwm/frame.c (combine_decor_gravities):
5176         (combine_gravities):
5177         renamed
5178         (frame_restore_client_gravities):
5179         fixed window gravity after resize
5181         * libs/FEvent.c (FPeekEvent):
5182         (FPeekIfEvent):
5183         (FCheckPeekIfEvent):
5184         fixed some event handling bugs
5186         * fvwm/conditional.c (CMD_Test):
5187         (match_version):
5188         corrected use of Bool types
5189         (match_version):
5190         simplified, fixed compilation
5191         (ver):
5192         use int as return type
5194         * libs/Ficonv.c (convert_charsets):
5195         reindented
5197         * libs/Ficonv.c (convert_charsets):
5198         * acinclude.m4 (ICONV_SECOND_ARG):
5199         rewrote iconf configure test to save an ifdef
5201 2004-07-07  Scott Smedley  <scottie7@tpg.com.au>
5203         * fvwm/fvwm.1.in:
5204         * libs/Bindings.h:
5205         * libs/Bindings.c:
5206         * fvwm/bindings.c:
5207         Allow user to specify window-specific bindings that should NOT be
5208         intercepted by FVWM. This is accomplished with an '--' binding action.
5210 2004-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5212         * fvwm/move_resize.c (__resize_window):
5213         Fixed event handling
5215         * fvwm/virtual.c (HandlePaging):
5216         removed check for leave events on pan frames; better query the pointer
5217         each time
5219 2004-07-06  Scott Smedley  <scottie7@tpg.com.au>
5221         * fvwm/fvwm.1.in:
5222         * fvwm/conditional.c:
5223         Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5225 2004-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5227         * fvwm/move_resize.c (GetResizeArguments):
5228         (GetResizeMoveArguments):
5229         (__resize_window):
5230         (__resize_step):
5231         (__resize_get_refpos):
5232         (__resize_get_dir_proximity):
5233         (__resize_get_dir_from_window):
5234         implemented fluxbox-like Alt-Button3 resizing
5236         * fvwm/virtual.c (HandlePaging):
5237         * fvwm/events.c (__merge_cr_moveresize):
5238         (__test_for_motion):
5239         (flush_property_notify):
5240         do not use XPutBackEvent as it shuffles events on the queue
5241         (test_button_event):
5242         (test_typed_window_event):
5243         new functions
5245         * libs/FEvent.c (fev_get_evpos_or_query):
5246         take pointer position from EnterNotify and LeaveNotify events
5248         * fvwm/move_resize.c (__move_loop):
5249         fixed multiple paging with certain SnapGrid / Move interactions
5250         (__resize_window):
5251         (__move_loop):
5252         * fvwm/virtual.c (HandlePaging):
5253         Workaround for buggy XFree not delivering some Pointer events
5254         simplified code
5256         * fvwm/virtual.c (MoveViewport):
5257         don't eat MotionNotify events
5259         * libs/FEvent.c (fev_get_last_event):
5260         new function
5261         (FWindowEvent):
5262         (FPutBackEvent):
5263         (FPeekIfEvent):
5264         (FPeekEvent):
5265         (FNextEvent):
5266         (FMaskEvent):
5267         (FIfEvent):
5268         (FCheckWindowEvent):
5269         (FCheckTypedWindowEvent):
5270         (FCheckTypedEvent):
5271         (FCheckMaskEvent):
5272         (FCheckIfEvent):
5273         keep a copy of the previous event in case FPutBackEvent is called
5275 2004-06-30  Scott Smedley  <scottie7@tpg.com.au>
5277         * fvwm/fvwm.1.in:
5278         Indicate optional window argument in section headings for
5279         Key, Mouse, PointerKey & Stroke commands.
5280         Remove strange "-Key" option listed for PointerKey.
5282 2004-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5284         * libs/Fft.c (FftDrawString):
5285         * fvwm/session.c (get_version_string):
5286         * fvwm/module_interface.c (FlushMessageQueue):
5287         * fvwm/fvwm.c (SaveDesktopState):
5288         * fvwm/colorset.h:
5289         * fvwm/colorset.c (cleanup_colorsets):
5290         * libs/PictureUtils.c (struct):
5291         fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5293 2004-06-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5295         * fvwm/events.c (__cr_detect_icccm_move):
5296         windows with ewmh hints are assumed to use icccm2 compliant movement
5298         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5299         (ewmh_WMStateMaxHoriz):
5300         fixed restart/maximized problem
5302         * libs/fvwmsignal.c (fvwmReapChildren):
5303         * fvwm/fvwm.c (ReapChildren):
5304         moved function to lib
5306 2004-06-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5308         * fvwm/modconf.c (send_desktop_geometry):
5309         (send_color_limit):
5310         (send_click_time):
5311         (send_move_threshold):
5312         (send_ignore_modifiers):
5313         increased static buffer size
5315 2004-06-13  Marcus Lundblad  <ml@update.uu.se>
5317         * libs/CombineChars.c (convert_to_ucs2):
5318         Replace illegal UTF-8 character sequences in input
5320 2004-06-11  Scott Smedley  <scottie7@tpg.com.au>
5322         * libs/Bindings.c:
5323         bugfix: wrong stroke action being invoked.
5325 2004-06-10  Scott Smedley  <scottie7@tpg.com.au>
5327         * fvwm/builtins.c:
5328         * fvwm/events.c:
5329         * libs/Bindings.c:
5330         Active _last_ matching binding. (ie. same behaviour as before
5331         win-specific bindings patch.)
5332         bugfix: segfault when looking up stroke bindings in root context.
5334 2004-06-07  Scott Smedley  <scottie7@tpg.com.au>
5336         * fvwm/bindings.c:
5337         * fvwm/builtins.c:
5338         * fvwm/events.c:
5339         * fvwm/fvwm.1.in:
5340         * fvwm/module_interface.c:
5341         * libs/Bindings.c:
5342         * libs/Bindings.h:
5343         * modules/FvwmScript/FvwmScript.c:
5344         * modules/FvwmScript/Instructions.c:
5345         Implemented window-specific key/mouse bindings.
5347         * modules/FvwmIconBox/FvwmIconBox.h:
5348         * libs/fvwmlib.h:
5349         * libs/wild.c:
5350         * libs/wild.h:
5351         Make args to matchWildcards() const.
5353 2004-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5355         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5356         use EWMH_fullscreen
5357         * fvwm/ewmh.c (EWMH_fullscreen):
5358         new function
5360         * fvwm/add_window.c (AddWindow):
5361         implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5363         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5364         (ewmh_WMStateMaxVert):
5365         (ewmh_WMStateShaded):
5366         (ewmh_WMStateSticky):
5367         (ewmh_WMStateStaysOnBottom):
5368         fixed core dumps
5369         (ewmh_WMState):
5370         don't try to maximize window when looking up the style
5371         (ewmh_WMDesktop):
5372         (ewmh_WMStateFullScreen):
5373         (ewmh_WMStateHidden):
5374         (ewmh_WMStateMaxVert):
5375         (ewmh_WMStateModal):
5376         (ewmh_WMStateShaded):
5377         (ewmh_WMStateSkipPager):
5378         (ewmh_WMStateSticky):
5379         (ewmh_WMStateStaysOnBottom):
5380         fixed ignoring ewmh hints
5382         * fvwm/expand.c (expand_vars_extended):
5383         include full path in iconfile and miniiconfile variables
5385 2004-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5387         * fvwm/functions.c (execute_complex_function):
5388         (CheckActionType):
5389         fixed double click patch
5391 2004-06-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5393         * fvwm/ewmh.c (EWMH_SetWMDesktop):
5394         use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5396 2004-05-31  Dan Espen  <dane@mk.telcordia.com>
5398         * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5399         into fvwm man page.
5401 2004-05-29  Norbert Buchmuller  <norbi@nix.hu>
5403         * libs/FImage.c (FShmSafeCreateImage):
5404         Yet another fix to SHM remote client problem
5406 2004-05-26  Francis Litterio  <franl@world.std.com>
5408         * fvwm/fvwm.1.in
5409         * fvmw/fvwm.h
5410         * fvwm/placement.c (__place_get_wm_pos)
5411         * fvwm/style.c (style_parse_one_style_option)
5412         Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5414 2004-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5416         * fvwm/events.c (HandleEnterNotify):
5417         fixed endless loop of edge commands when doing something that grabs
5418         the pointer
5420         * fvwm/functions.c (CheckActionType):
5421         (execute_complex_function):
5422         double clicks no longer work when pressing different buttons
5424 2004-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5426         * fvwm/placement.c (__place_get_wm_pos):
5427         fixed placement in top left corner when pressing escape during manual
5428         placement
5430 2004-05-23  Mikhael Goikhman  <migo@homemail.com>
5432         * configure.in:
5433         * AUTHORS:
5434         added Chinese translations
5436 2004-05-18  Olivier Chapuis  <olivier.chapuis@free.fr>
5438         * fvwm/ewmh.c (EWMH_SetFrameStrut):
5439         Fixed a miss-print
5441 2004-05-09  Mikhael Goikhman  <migo@homemail.com>
5443         * fvwm/conditional.c:
5444         * fvwm/fvwm.1.in:
5445         clean up Test code and documentation, add new False condition,
5446         unrecognized conditions produce Error return code now
5448 2004-05-06  Dan Espen  <dane@mk.telcordia.com>
5450         * fvwm/style.c: Remove extra char.
5452 2004-05-01  Olivier Chapuis  <olivier.chapuis@free.fr>
5454         * fvwm/ewmh.c (ewmh_atom_client_win):
5455         * fvwm/ewmh_intern.h:
5456         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5457         (ewmh_MoveResizeWindow):
5458         Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5460         * fvwm/events.c (__handle_cr_on_client):
5461         (__handle_configure_request):
5462         (events_handle_configure_request):
5463         Some renaming for consistency, force restacking if the event come from
5464         an ewmh restack
5466         * fvwm/ewmh_events.c (ewmh_MoveResize):
5467         Fixed _NET_WM_MOVERESIZE
5469         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5470         Removed debug code
5472         * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5473         (EWMH_SetFrameStrut):
5474         Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5476 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5478         * libs/FImage.c (FShmSafeCreateImage):
5479         Finished to fix SHM remote client problem
5481 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5483         * libs/FImage.c (FShmSafeCreateImage):
5484         Fixed when we are a remote client
5486 2004-04-21  Mikhael Goikhman  <migo@homemail.com>
5488         * INSTALL.fvwm:
5489         * NEWS:
5490         * acconfig.h:
5491         * fvwm/fvwm.1.in:
5492         * fvwm/fvwm.c:
5493         * fvwm/gnome.h:
5494         * fvwm/session.c:
5495         * libs/envvar.c:
5496         * libs/envvar.h:
5497         new default ~/.fvwm/config file is now recommended instead of
5498         still supported ~/.fvwm/.fvwm2rc
5500 2004-04-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5502         * fvwm/menus.c (NewMenuRoot):
5503         do not strip whitespace from menu names when creating a new menu
5505 2004-04-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5507         * fvwm/menuitem.c (menuitem_get_size):
5508         * fvwm/menuitem.h:
5509         renamed remaining "mips" to mipst
5511 2004-04-09  Olivier Chapuis  <olivier.chapuis@free.fr>
5513         * fvwm/events.c (HandleMapRequestKeepRaised):
5514         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5515         Fixed EWMH DesktopGeometry and Stacking list
5517 2004-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5519         * fvwm/virtual.c (GetDeskNumber):
5520         (CMD_MoveToDesk):
5521         (CMD_GotoDesk):
5522         fixed MoveToDesk with one argument
5524 2004-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5526         * fvwm/style.c (style_parse_one_style_option):
5527         * fvwm/style.h:
5528         * fvwm/conditional.c (MatchesConditionMask):
5529         * fvwm/fvwm.h:
5530         * fvwm/window_flags.h:
5531         new style "State"
5533 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5535         * fvwm/fvwm.1.in:
5536         corrected a typo
5538 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5540         * fvwm/move_resize.c (unmaximize_fvwm_window):
5541         fixed redrawing of maximize button when unmaximizing but when the size
5542         and position does not change
5544 2004-03-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5546         * fvwm/expand.c (expand_vars_extended):
5547         new extended variable $[w.layer]
5549         * fvwm/move_resize.c (MaximizeHeight):
5550         (MaximizeWidth):
5551         (CMD_Maximize):
5552         applied modified layer patch for maximize by Rafal Bisingier
5554 2004-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5556         * fvwm/add_window.c (setup_frame_attributes):
5557         Hopefully fixed BackingStore code and removed now useless backing store
5558         for decorations
5560         * fvwm/expand.c (expand_vars_extended):
5561         new extended variable $[w.desk]
5563 2004-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5565         * NEWS:
5566         * configure.in:
5567         increased version to 2.5.11
5568         released 2.5.10
5570         * NEWS:
5571         * configure.in:
5572         updated for 2.5.10 release
5574         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5575         improved rotation code
5577         * libs/gravity.c (gravity_add_rotations):
5578         new function
5580 2004-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5582         * fvwm/placement.c (__explain_placement):
5583         new function
5585         * libs/FScreen.c (FScreenIsRectangleOnScreen):
5586         new function
5588         * fvwm/builtins.c (CMD_BugOpts):
5589         * fvwm/screen.h (ScreenInfo):
5590         new BugOpts option ExplainWindowPlacement
5591         renamed some members of Screen
5593 2004-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5595         * fvwm/placement.c (__place_get_wm_pos):
5596         (__place_get_nowm_pos):
5597         (__place_get_placement_flags):
5598         (__place_window):
5599         (__place_handle_x_resources):
5600         (setup_window_placement):
5601         split into multiple functions
5602         cleaned up a little
5604 2004-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5606         * fvwm/add_window.c (setup_window_placement):
5607         * fvwm/placement.c (setup_window_placement):
5608         moved function to placement.c
5609         fixed using PLACE_AGAIN placement mode
5610         (PlaceWindow):
5611         (__place_window):
5612         renamed function
5614 2004-03-15  Chris Ross  <cross+fvwm@distal.com>
5616         * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5617         allow a negative line_width to invert the relief
5619 2004-03-06  Marcus Lundblad  <ml@update.uu.se>
5621         * libs/Flocale.c (FlocaleDrawString)
5622         (FlocaleDrawUnderline)
5623         (FlocaleTextWidth):
5624         reduced redundant calls to iconv
5626 2004-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5628         * fvwm/move_resize.c (CMD_XorValue):
5629         fixed a very small outline drawing problem caused by using 0 line width
5630         instead of 1
5632         * NEWS:
5633         * configure.in:
5634         increased version to 2.5.10
5636         * configure.in:
5637         * NEWS:
5638         updated for 2.5.9 release
5640         * fvwm/functions.c (execute_function_override_window):
5641         * fvwm/module_interface.c (ExecuteModuleCommand):
5642         * fvwm/conditional.c (circulate_cmd):
5643         sometimes, DeferExecution was called although a window was already
5644         selected, for example with the "Current" commend; fixed
5646 2004-02-28  Olivier Chapuis  <olivier.chapuis@free.fr>
5648         * libs/FImage.c (FShmSafeCreateImage):
5649         Fixed some safety tests
5651 2004-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5653         * fvwm/events.c (__handle_cr_on_client):
5654         fixed a bug in the Jave configure request workaround
5656 2004-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5658         * fvwm/events.c (__cr_detect_icccm_move):
5659         improved motion method detection for fullscreen requests
5661 2004-02-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5663         * fvwm/add_window.c (AddWindow):
5664         * fvwm/screen.h (ScreenInfo):
5665         * fvwm/builtins.c (CMD_BugOpts):
5666         new BugOpts option DisplayNewWindowNames intended for debugging
5668 2004-02-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5670         * libs/Bindings.c (FvwmStringToKeysym):
5671         small performance enhancement
5673         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
5674         (__move_loop):
5675         fixed the FlickeringMoveWorkaround option which did nothing before
5677 2004-02-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5679         * fvwm/style.c (style_parse_one_style_option):
5680         * fvwm/fvwm.h:
5681         * fvwm/style.h (SIS_UNMANAGED):
5682         * fvwm/add_window.c (AddWindow):
5683         New style Unmanaged
5685         * fvwm/expand.c (expand_vars_extended):
5686         new variables $[w.iconfile] and $[w.miniiconfile]
5688         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5689         made left side of a relief one pixel longer at the bottom
5691 2004-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5693         * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
5694         * fvwm/style.c (style_set_old_focus_policy):
5695         fixed default window list order with ClickToFocus
5697 2004-02-04  Marcus Lundblad  <ml@update.uu.se>
5699         * fvwm/libs/Flocale.h:
5700         * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
5701         (FlocaleStringByteToCharOffset)
5702         (FlocaleStringCharToByteOffset)
5703         (FlocaleStringCharLength):
5704         Made utility functions available outside of Flocale
5706 2004-01-31  Olivier Chapuis  <olivier.chapuis@free.fr>
5708         * fvwm/events.c (__test_for_motion):
5709         Fixed a lockup, see the long comment in the code
5711 2004-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5713         * fvwm/schedule.c (execute_obj_func):
5714         fixed using uninitialised return code
5716 2004-01-25  Olivier Chapuis  <olivier.chapuis@free.fr>
5718         * fvwm/builtins.c (do_title_style):
5719         Fixed MinHeight, it must reset the Height
5721 2004-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5723         * fvwm/menus.c (menuShortcuts):
5724         applied menu navigation patch by Anton Kazennikov
5726 2003-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5728         * libs/gravity.c (gravity_dir_to_string):
5729         (gravity_parse_dir_argument):
5730         use a constant for the dir table
5732 2003-12-16  Marcus Lundblad  <ml@update.uu.se>
5734         * fvwm/Flocale.c (FlocaleEncodeString)
5735         (FlocaleDrawUnderline):
5736         Fixed crash when there's no Iconv support
5738 2003-12-16  olicha  <olivier.chapuis@free.fr>
5740         * fvwm/functions.h:
5741         Used the FUNC_FLAGS_TYPE in find_func_t declaration
5743         * sample.fvwmrc/system.fvwm2rc-sample-95:
5744         Added some Xft fonts
5746 2003-12-12  olicha  <olivier.chapuis@free.fr>
5748         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5749         Fixed ewmh FullScreen when an application start fullscreen and
5750         desactivate this state
5752 2003-12-04  olicha  <olivier.chapuis@free.fr>
5754         * fvwm/placement.c (test_fit):
5755         * fvwm/ewmh.h:
5756         * fvwm/ewmh.c (ewmh_GetStrutIntersection):
5757         (EWMH_GetBaseStrutIntersection):
5758         (EWMH_GetStrutIntersection):
5759         Fixed placement vs the base struts
5761 2003-11-29  Mikhael Goikhman  <migo@homemail.com>
5763         * sample.fvwmrc/system.fvwm2rc-sample-95:
5764         improved Debian specific menu
5766 2003-11-15  Mikhael Goikhman  <migo@homemail.com>
5768         * sample.fvwmrc/system.fvwm2rc-sample-95:
5769         several updates; added Debian menu if found
5771 2003-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5773         * configure.in:
5774         new configure option --en/disable-iconv
5776 2003-11-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5778         * fvwm/menus.c (__mloop_handle_event):
5779         * fvwm/menustyle.c (menustyle_parse_style):
5780         (menustyle_copy):
5781         new MenuStyle options PopupIgnore and PopupClose
5783 2003-11-02  Dan Espen  <dane@mk.telcordia.com>
5785         * fvwm/menus.c (menu_binding): Remove debug code.
5786         * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
5787         * fvwm/menus.h: Add menu_binding function.
5788         * fvwm/fvwm.1.in: Document the menu context in the mouse command for
5789         tear off menus.
5790         * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
5791         button 2 tearoff.
5792         * libs/wcontext.h (enum): Add MENU context.
5793         * libs/wcontext.c (win_contexts): More common binding contexts first in
5794         table.
5795         * libs/charmap.c (charmap_string_to_mask): Space before char in error
5796         message.
5798 2003-11-01  Mikhael Goikhman  <migo@homemail.com>
5800         * NEWS:
5801         * configure.in:
5802         increase version to 2.5.9
5804 2003-10-31  Mikhael Goikhman  <migo@homemail.com>
5806         * Makefile.am:
5807         fixed deb creation
5809         * configure.in:
5810         * NEWS:
5811         updated for 2.5.8 release
5813 2003-10-29  Mikhael Goikhman  <migo@homemail.com>
5815         * Makefile.am:
5816         * configure.in:
5817         initially added files for deb package auto-creating procedure
5819 2003-10-26  Mikhael Goikhman  <migo@homemail.com>
5821         * AUTHORS:
5822         * configure.in:
5823         added Swedish translations by Johan Svedberg
5825         * NEWS:
5826         updated
5828 2003-10-25  Mikhael Goikhman  <migo@homemail.com>
5830         * fvwm/add_window.c (GetWindowSizeHints):
5831         reindented broken hint messages
5833 2003-10-23  Mikhael Goikhman  <migo@homemail.com>
5835         * configure.in:
5836         improved Perl detection messages,
5837         restored FvwmGtkDebug independence from gtk libs
5839 2003-10-15  Mikhael Goikhman  <migo@homemail.com>
5841         * configure.in:
5842         * AUTHORS:
5843         added German translations by Andrei Mitrofanow
5845         * fvwm/fvwm.1.in:
5846         typos
5848 2003-10-11  Mikhael Goikhman  <migo@homemail.com>
5850         * NEWS:
5851         added 2.4.17 NEWS
5853 2003-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5855         * fvwm/fvwm.1.in:
5856         * fvwm/conditional.c (CreateConditionMask):
5857         (MatchesConditionMask):
5858         (CreateConditionMask):
5859         * fvwm/fvwm.h (WindowConditionMask):
5860         !CurrentPage, !CurrentDesk, !Layer ... now work as they should
5862 2003-09-23  olicha  <olivier.chapuis@free.fr>
5864         * libs/FImage.c (FShmInit):
5865         Removed debug code
5867 2003-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5869         * fvwm/focus.c (warp_to_fvwm_window):
5870         don't unnecessarily call MoveViewport
5872 2003-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5874         * fvwm/decorations.c (__is_resize_allowed):
5875         fixed a condition
5877 2003-09-06  malu  <ml@update.uu.se>
5879         * libs/FBidi.c (FBidiConvert):
5880         * libs/CombineChars.c (CombineChars):
5881         Fixed drawing combining characters on correct positions in
5882         right-to-left context
5884 2003-09-05  malu  <ml@update.uu.se>
5886         * libs/Flocale.c (FlocaleDrawString):
5887         (FlocaleTextWidth):
5888         Fixed drawing of combining characters with font shadow
5889         (character offsets were miscalculated, since FlocaleTextWidth
5890         adds shadow width)
5892 2003-09-05  malu  <ml@update.uu.se>
5894         * libs/Flocale.c (FlocaleDrawUnderline):
5895         Fixed bug with text width when a string contains only
5896         "orphaned" combining characters (compensation for font shadowd
5897         was counted twice)
5899 2003-09-04  olicha  <olivier.chapuis@free.fr>
5901         * todo-2.6:
5902         Added E.18, added comments on C.9 and C.15
5904 2003-09-03  olicha  <olivier.chapuis@free.fr>
5906         * libs/Flocale.c (FlocaleTextWidth):
5907         Fixed a comb_char core dump
5909         * libs/Makefile.am:
5910         Fixed compilation if either iconv, libpng or Xrender headers are
5911         not at a standard place
5913 2003-09-03  Mikhael Goikhman  <migo@homemail.com>
5915         * acinclude.m4:
5916         fixed error message for incorrect --with-SOMETHING-library argument
5918 2003-09-03  olicha  <olivier.chapuis@free.fr>
5920         * todo-2.6:
5921         Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
5923 2003-09-02  olicha  <olivier.chapuis@free.fr>
5925         * todo-2.6:
5926         C.12 is fixed
5928 2003-09-01  olicha  <olivier.chapuis@free.fr>
5930         * libs/gravity.c (gravity_dir_to_string):
5931         A new interface function to transform a direction_t to a string
5933 2003-08-31  S. Anderson  <sa@xmission.com>
5935         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
5936         Fixed missing font charsets
5938 2003-08-28  olicha  <olivier.chapuis@free.fr>
5940         * fvwm/move_resize.c (__move_loop):
5941         (AnimatedMoveAnyWindow):
5942         Updated bg of transparent tear off menu when moved
5944         * fvwm/events.c (HandlePropertyNotify):
5945         Updated ParentRelative tear off menu on bg change
5947         * fvwm/menus.c (UpdateMenuColorset):
5948         Updated colorsets of tear off menu when they change, this handle the
5949         case of root background change for RootTransparent
5951         * fvwm/menus.h:
5952         * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
5953         An utility function for redrawing transparent tear off menu. Maybe
5954         we can merge
5956         * fvwm/add_window.c (validate_transientfor):
5957         Fixed transient for an ewmh desktop
5959 2003-08-27  olicha  <olivier.chapuis@free.fr>
5961         * libs/FRender.c (FRenderRender):
5962         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
5963         Removed and fixed some unused code
5965 2003-08-25  olicha  <olivier.chapuis@free.fr>
5967         * fvwm/misc.c (GrabEm):
5968         Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
5970         * fvwm/modconf.c (send_color_limit):
5971         ifndefed color limit config info message which is not used anymore
5973         * fvwm/colorset.c (parse_colorset):
5974         Added a note on average bg
5976 2003-08-23  olicha  <olivier.chapuis@free.fr>
5978         * fvwm/style.c (print_styles):
5979         More info on memory used
5981         * fvwm/style.c (__simplify_style_list):
5982         Fixed upward simplication
5984 2003-08-14  olicha  <olivier.chapuis@free.fr>
5986         * fvwm/ewmh.c (ewmh_HandleMenu):
5987         Fixed the MENU window type, they are tear off menus
5989         * fvwm/fvwm.h:
5990         * fvwm/update.c (apply_window_updates):
5991         * fvwm/stack.c (new_layer):
5992         * fvwm/ewmh.c (EWMH_GetStyle):
5993         Fixed EWMHUseStackingHints update
5995         * fvwm/window_flags.h:
5996         * fvwm/fvwm.h:
5997         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5998         (ewmh_WMStateMaxHoriz):
5999         (ewmh_WMStateMaxVert):
6000         * fvwm/move_resize.c (unmaximize_fvwm_window):
6001         Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6002         uniconify and unshade when putting a window fullscreen
6004         * fvwm/ewmh_intern.h:
6005         * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6006         Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6008         * fvwm/move_resize.c (unmaximize_fvwm_window):
6009         (CMD_Resize):
6010         (CMD_ResizeMove):
6011         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6012         * fvwm/decorations.c (SelectDecor):
6013         * fvwm/windowshade.c (CMD_WindowShade):
6014         Removed the decor for EWMH fullscreen windows, forbid shading and
6015         allows Resize and MoveResize without unsetting the fullscreen/maximized
6016         state
6018         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6019         (CMD_ResizeMaximize):
6020         Fixed ewmh state which was not set after these cmds
6022 2003-08-09  olicha  <olivier.chapuis@free.fr>
6024         * todo-2.6:
6025         Updated
6027 2003-08-08  olicha  <olivier.chapuis@free.fr>
6029         * fvwm/borders.c (border_draw_vector_to_pixmap):
6030         Fixed inversion of fg and bg in vector buttons
6032         * fvwm/style.c (__simplify_style_list):
6033         Fixed a memory leak
6035         * libs/System.c (fvwm_mkstemp):
6036         Removed debug code
6038 2003-08-07  olicha  <olivier.chapuis@free.fr>
6040         * configure.in:
6041         * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6042         * acconfig.h:
6043         * libs/System.c (fvwm_mkstemp):
6044         * libs/fvwmlib.h:
6045         Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6046         exists and work correctly, if not a replacement function is used
6047         (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6048         implementation).
6050         * libs/fsm.c (unique_filename):
6051         (SetAuthentication):
6052         * fvwm/session.c (getUniqueStateFilename):
6053         Replaced tempnam by fvwm_mkstemp
6055 2003-08-07  olicha  <olivier.chapuis@free.fr>
6057         * libs/Makefile.am:
6058         * libs/FSMlib.h (new file):
6059         * fvwm/session.c (*):
6060         * fvwm/session.h:
6061         fvwmize SMlib and ICElib
6063         * fvwm/session.c (matchWin):
6064         Fixed window matching for windows with no SM_CLIENT_ID and a
6065         window_role
6067         * libs/fsm.c (new file):
6068         * libs/fsm.h (new file):
6069         * fvwm/ConfigFvwmDefaults
6070         A set of functions for implementing a dummy session manager
6072         * fvwm/fvwm.1.in:
6073         GNOME 1 hints and EWHM support is not a configure time option
6074         (anymore).
6076 2003-08-06  Robert Wittek  <r.wittek@gmx.net>
6078         * fvwm/add_window.c (AddWindow):
6079         fixed stickyness across desks over a restart
6081 2003-08-06  olicha  <olivier.chapuis@free.fr>
6083         * fvwm/ewmh.c (EWMH_WindowInit):
6084         (EWMH_SetFrameStrut):
6085         Fixed position of kde tray windows in kicker
6087 2003-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6089         * fvwm/module_interface.c (FlushMessageQueue):
6090         retry writing pipe if write returns EINTR
6092 2003-07-28  olicha  <olivier.chapuis@free.fr>
6094         * fvwm/events.c (events_handle_configure_request):
6095         (HandleConfigureRequest):
6096         (__handle_configure_request):
6097         (__handle_cr_on_client):
6098         * fvwm/ewmh.c (ewmh_atom_client_win):
6099         * fvwm/ewmh_intern.h:
6100         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6101         (EWMH_ProcessClientMessage):
6102         Implemented _NET_MOVERESIZE_WINDOW
6104         * fvwm/fvwm.c (main):
6105         A -Wall fix
6107 2003-07-25  olicha  <olivier.chapuis@free.fr>
6109         * fvwm/ewmh.c (ewmh_HandleWindowType):
6110         Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6111         that one type and we do not support the first one.
6113         * fvwm/expand.c (expand_vars_extended):
6114         Fixed conflict between extended variables name (desk.name and
6115         desk.n)
6117         * fvwm/session.c (callback_save_yourself):
6118         Respect the SmSaveGlobal save type. This should fix some session
6119         locking in the sm protocol
6121         * fvwm/session.c (setSmProperties):
6122         (SessionInit):
6123         Set some sm properties when fvwm start for fixing a problem with
6124         the restart style hint after a restart.
6126         * fvwm/fvwm.c (get_display_name):
6127         (usage):
6128         (main):
6129         * fvwm/session.c (setSmProperties):
6130         * fvwm/fvwm.1.in
6131         Added a possible positive or null arg to --single-screen which
6132         forces fvwm to start on the "current" display and the given
6133         screen. Use this to fix fvwm starting under a session manager:
6134         specify only the screen and not the display.screen for the
6135         restart sm command.
6137         * fvwm/fvwm.c (main):
6138         Fixed possible memory corruption if a display has more than
6139         10 screens.
6141         * fvwm/session.c (*):
6142         Better debuging msg
6144 2003-07-24  Mikhael Goikhman  <migo@homemail.com>
6146         * acinclude.m4:
6147         fixed xft/fontconfig detection with pkg-config
6149         * fvwm/fvwm.1.in:
6150         corrections in some long option names
6152 2003-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6154         * fvwm/add_window.c (setup_style_and_decor):
6155         * fvwm/geometry.c (set_window_border_size):
6156         * fvwm/fvwm.h (FvwmWindow):
6157         * fvwm/events.c (HandleShapeNotify):
6158         * fvwm/frame.c (frame_free_move_resize_args):
6159         (frame_setup_shape):
6160         (frame_reshape_border):
6161         fixed resizing of window borders if a window shape was added or deleted
6162         after the initial window setup
6164         * fvwm/update.c (apply_window_updates):
6165         removed unused code
6167         * fvwm/events.c (__cr_detect_icccm_move):
6168         disable motion method detection for shaped windows
6170 2003-07-21  olicha  <olivier.chapuis@free.fr>
6172         * fvwm/add_window.c (setup_window_structure):
6173         * fvwm/session.c (MatchWinToSM):
6174         Preserve is_name_changed window_flags within restart, session loading
6175         and recapture
6177 2003-07-20  olicha  <olivier.chapuis@free.fr>
6179         * fvwm/ewmh.c (EWMH_Init):
6180         fixed _NET_WM_NAME for our ewmh WM_CHECK window
6182         * fvwm/fvwm.c (InternUsefulAtoms):
6183         * fvwm/externs.h:
6184         * fvwm/session.c (GetWindowRole):
6185         Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6187         * fvwm/session.c (GetClientID):
6188         Better determination of the CLIENT_LEADER
6190         * fvwm/session.c (setSmProperties):
6191         Set the CloneCommand for gnome-session editor (the sm spec says this
6192         properties is required). Removed the commented XSM ifdef.
6194         * fvwm/session.c (matchWin):
6195         (SaveWindowStates):
6196         Consider client only if it has a client id or a wm command.
6197         Removed the "two entries" session previous commit
6199 2003-07-16  olicha  <olivier.chapuis@free.fr>
6201         * fvwm/session.c (MatchWinToSM):
6202         Fixed restoring session state, if two window session entries have the
6203         same identifier ignore these entries
6205 2003-07-16  olicha  <olivier.chapuis@free.fr>
6207         * NEWS:
6208         * fvwm/style.h (SID_GET_NAME):
6209         (SID_SET_NAME):
6210         (SID_GET_WINDOW_ID):
6211         (SID_SET_WINDOW_ID):
6212         (SID_SET_HAS_NAME):
6213         (SID_GET_HAS_NAME):
6214         (SID_SET_HAS_WINDOW_ID):
6215         (SID_GET_HAS_WINDOW_ID):
6216         (SGET_ID):
6217         (SGET_WINDOW_ID):
6218         (SSET_WINDOW_ID):
6219         (SSET_ID_HAS_NAME):
6220         (SGET_ID_HAS_NAME):
6221         (SSET_ID_HAS_WINDOW_ID):
6222         (SGET_ID_HAS_WINDOW_ID):
6223         * fvwm/style.c (style_ids_are_equals):
6224         (style_id_equals_id):
6225         (styles_have_same_id):
6226         (fw_match_style_id):
6227         (one_fw_can_match_both_ids):
6228         (remove_all_of_style_from_list):
6229         (__simplify_style_list):
6230         (style_parse_one_style_option):
6231         (__style_command):
6232         (style_destroy_style):
6233         (print_styles):
6234         (CMD_Style):
6235         (CMD_WindowStyle):
6236         (CMD_FocusStyle):
6237         (CMD_DestroyStyle):
6238         (CMD_DestroyWindowStyle):
6239         * fvwm/fvwm.h (style_id_t):
6240         (window_style):
6241         * fvwm/functable.c (func_table):
6242         * fvwm/add_window.c (destroy_window):
6243         * fvwm/commands.h:
6244         * fvwm/fvwm.1:
6245         New WindowStyle and DestroyWindowStyle command for setting styles
6246         per window
6248 2003-07-14  Marcus Lundblad  <ml@update.uu.se>
6250         * libs/Flocale.c (FlocaleDrawString):
6251         * libs/FBidi.c (FBidiConvert):
6252         fixed drawing of combining characters in the case where a string
6253         consists of only combining characters
6255 2003-07-13  Marcus Lundblad  <ml@update.uu.se>
6257         * libs/CombineChars.c (CombineChars):
6258         bugfix: array mapping visual to logical position was allocated
6259         to small (factor 2) in decoposing code
6261 2003-07-11  Marcus Lundblad  <ml@update.uu.se>
6263         * libs/Flocale.c (FlocaleEncodeWinString):
6264         fixed a memory leak
6266         * libs/Flocale.c (FlocaleDrawString):
6267         (FlocaleRotatedDrawString):
6268         removed some code duplication
6270 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6272         * libs/CombineChars.c (combclass_table):
6273         (CombineChars):
6274         fixed supporting drawing marks superimposed that are in a combining
6275         class
6277 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6279         * libs/Flocale.c (FlocaleRotateDrawString):
6280         (FlocaleDrawString)
6281         fixed core dump when composing characters can't be converted to
6282         locale charset
6284 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6286         * AUTHORS:
6287         updated
6289 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6291         * todo-2.6 (todo):
6292         updated summary
6294 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6296         * NEWS:
6297         updated with reagrds to combing characters
6299 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6301         * todo-2.6
6302         closed B.8
6304 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6306         * libs/Flocale.c (FlocaleEncodeString):
6307         (FlocaleEncodeWinString):
6308         (FlocaleRotateDrawString):
6309         (FlocaleDrawString):
6310         (FlocaleDrawUnderline):
6311         fixed rendering combining characters using Unicode font in a
6312         non-UTF-8 locale
6314 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6316         * fvwm/fvwm.1.in:
6317         renamed MoveWindowByProgramMethod to MoveByProgramMethod
6319 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6321         * libs/FBidi.h:
6322         fixed FBidi.h macro to work with no FriBIDI
6324 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6326         * libs/CombineChars.h (CombineChars):
6327         * libs/CombineChars.c (CombineChars):
6328         * libs/FBidi.h (FBidiConvert):
6329         * libs/FBidi.c (FBidiConvert):
6330         * libs/Flocale.c (FlocaleEncodeString):
6331         (FlocaleEncodeWinString):
6332         (FlocaleDrawUnderline):
6333         (FlocaleTextWidth):
6334         fixed drawing of underlines on characters to work in with BIDI
6335         and combining characters
6337 2003-07-08  Mikhael Goikhman  <migo@homemail.com>
6339         * todo-2.6:
6340         closed D.1 with "no consensus" resolution
6342 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6344         * fvwm/fvwm.1.in:
6345         documented tear off menus
6347         * fvwm/placement.c (PlaceWindow):
6348         StartsOnPage + SkipMapping overrides PPosition
6350 2003-07-07  Mikhael Goikhman  <migo@homemail.com>
6352         * fvwm/functable.c:
6353         solved a problem with CMD_Dummy and exact command spelling
6355         * libs/CombineChars.c:
6356         * libs/CombineChars.h:
6357         * libs/FBidi.c:
6358         minor reformattings (use TABs not 8 spaces and a space after keywords
6359         like for, if or while)
6361 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6363         * fvwm/update.c (apply_window_updates):
6364         * fvwm/update.h:
6365         * fvwm/add_window.c (setup_style_and_decor):
6366         * fvwm/style.h:
6367         * fvwm/style.c (style_parse_one_style_option):
6368         (check_window_style_change):
6369         new style MoveWindowByProgramMethod
6371         * libs/PictureImageLoader.c (PImageLoadXpm):
6372         use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6374         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6375         implemented _NET_WM_STATE_FULLSCREEN handling
6377         * fvwm/move_resize.c (GetOnePositionArgument):
6378         fixed parsing of "+-x +-y" Move arguments
6379         (CMD_Maximize):
6380         use get_page_offset_check_visible
6382         * fvwm/geometry.c (get_page_offset_check_visible):
6383         new convenience function
6385         * fvwm/events.c (__handle_cr_on_client):
6386         fixed handling of gravities other than NW or Static
6387         (__cr_detect_icccm_move):
6388         fixed several bugs
6390 2003-07-06  Marcus Lundblad  <ml@update.uu.se>
6392         * libs/BidiJoin.c:
6393         * libs/BidiJoin.h:
6394         * libs/BidiJoin.c:
6395         * libs/BidiJoin.h:
6396         * libs/CombineChars.c:
6397         * libs/CombineChars.h:
6398         * libs/Flocale.c (FlocaleEncodeString):
6399         * libs/FBidi.c:
6400         * libs/FBidi.h:
6401         * libs/Makefile.am:
6402         Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6403         FCombineChars.h
6405 2003-07-06  olicha  <olivier.chapuis@free.fr>
6407         * libs/FRender.c (FRenderRender):
6408         Fixed compilation
6410 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6412         * fvwm/ewmh.c (ewmh_check_wm_pid):
6413         (EWMH_WindowInit):
6414         detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6415         compliant ConfigureNotify handling
6417 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6419         * libs/Flocale.c (FlocaleDrawUnderline):
6420         Commented out some non-working new code
6422 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6424         * libs/Flocale.c (FlocaleDrawString):
6425         fixed drawing superimposed characters with a fontset
6427 2003-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6429         * fvwm/events.c (__cr_detect_icccm_move):
6430         (__handle_cr_on_client):
6431         (__cr_get_grav_position):
6432         (__cr_get_static_position):
6433         * fvwm/window_flags.h:
6434         * fvwm/fvwm.h:
6435         try to autodetect whether application uses the icccm way of moving
6436         windows of the traditional way always using static gravity
6438         * acconfig.h:
6439         moved SIGNAL_RETURN macro definition to acconfig.h
6441         * fvwm/module_interface.c (DeadPipe):
6442         * fvwm/fvwm.c (SigDone):
6443         (Restart):
6444         (ReapChildren):
6445         use SIGNAL_RETURN macro
6447         * fvwm/events.c (__handle_cr_on_client):
6448         (__merge_cr_moveresize):
6449         (__cr_detect_icccm_move):
6451         * fvwm/events.c (__handle_cr_on_unmanaged):
6452         (__handle_cr_on_icon):
6453         (__handle_cr_on_shaped):
6454         (__handle_cr_restack):
6455         (__handle_cr_on_client):
6456         (HandleConfigureRequest):
6457         split the ConfigureRequest code into multiple functions
6459         * fvwm/update.c (apply_window_updates):
6460         fixed drawing of window decorations when "Style * Neverfocus" is used
6462         * fvwm/events.c (HandleKeyPress):
6463         fixed a bug with key binding contexts
6465         * fvwm/functions.c (__execute_function):
6466         * fvwm/expand.c (expand_vars):
6467         (expand_vars_extended):
6468         new extended variable $[func.context]
6470         * libs/Bindings.h:
6471         * libs/Bindings.c:
6472         moved some code to the new files
6474         * libs/charmap.h:
6475         * libs/charmap.c:
6476         * libs/modifiers.h:
6477         * libs/modifiers.c:
6478         * libs/wcontext.c:
6479         * libs/wcontext.h:
6480         new files
6482         * libs/Bindings.c:
6483         fixed a problem with uninitialised global variable
6485 2003-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6487         * libs/Bindings.c (key_modifiers):
6488         moved to new file wcontext.c
6490         * libs/gravity.c (gravity_parse_dir_argument):
6491         added aliases for compass directions:
6492           - = N
6493           _ = S
6494           [ = W
6495           ] = E
6496           ^ = NE
6497           > = SE
6498           v = SW
6499           [ = nw
6500           . = center
6502 2003-07-02  Marcus Lundblad  <ml@update.uu.se>
6504         * libs/FBidi.h:
6505         * libs/Flocale.c (FlocaleDrawString):
6506         (FlocaleRotateDrawString):
6507         Fixes to work without Fribidi
6509 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6511         * todo-2.6:
6512         Updated
6514 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6516         * libs/FbidiJoin.c (get_shaped_combined_char):
6517         (shape_n_join):
6518         Removed unused (get_shaped_combined_char) and commented out code
6519         Combining ligatures done in FCombineChars
6521 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6523         * libs/Flocale.c (FlocaleDrawString):
6524         (FlocaleRotateDrawString):
6525         (FlocaleTextWidth):
6526         * libs/FBidi.h:
6527         * libs/FBidi.c (FBidiConvert):
6528         * libs/FBidiJoin.c:
6529         * libs/FCombineChars.h:
6530         * libs/FCombineChars.c (FCombineChars):
6531         Added support for drawing superimposed combining characters
6533 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6535         * fvwm/commands.h:
6536         * fvwm/functable.c (func_table):
6537         * fvwm/functions.c (CMD_TearMenuOff):
6538         (CMD_Title):
6539         (CMD_Silent):
6540         (CMD_Function):
6541         (CMD_KeepRc):
6542         merged all dummy commands into one: CMD_Dummy
6544 2003-07-01  olicha  <olivier.chapuis@free.fr>
6546         * fvwm/menus.c (DestroyMenu):
6547         (do_menu):
6548         Cleanup
6550 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6552         * fvwm/menustyle.c (menustyle_copy):
6553         (copy_menu_style):
6554         renamed function
6556 2003-06-30  Marcus Lundblad  <ml@update.uu.se>
6558         * todo-2.6:
6559         Updated
6561 2003-06-30  olicha  <olivier.chapuis@free.fr>
6563         * fvwm/menus.c (do_menu):
6564         (DestroyMenu):
6565         (do_menu_close_tear_off_menu):
6566         (menu_close_tear_off_menu):
6567         Allowed to destroy tear off menu!
6569         * fvwm/menus.c (menu_tear_off):
6570         (menu_close_tear_off_menu):
6571         (do_menu_close_tear_off_menu):
6572         (clone_menu_root_static):
6573         (pop_menu_up):
6574         (menu_tear_off):
6575         (make_menu_window):
6576         (make_menu):
6577         (update_menu):
6578         Fixed client leaks (only create new client for menu if it is a tear off
6579         menu). Created a dedicated menu style for each tear off menu.
6581         * fvwm/menustyle.c (CMD_CopyMenuStyle):
6582         (copy_menu_style):
6583         * fvwm/menustyle.h:
6584         Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6586 2003-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6588         * fvwm/virtual.c (do_move_window_to_desk):
6589         (UnmapDesk):
6590         fixed "Visible" condition on non current desks
6592 2003-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6594         * **/*.c:
6595         * **/*.h:
6596         shortened some comments
6597         removed GPL from .h files
6598         added GPL to all .c files
6599         include config.h in all .c files
6600         added "/* -*-c-*- */" where missing
6601         some reformatting and reindenting
6603         * fvwm/module_interface.c:
6604         * fvwm/module_interface.h:
6605         * libs/Fft.c:
6606         * libs/Flocale.c:
6607         * libs/gravity.h:
6608         * libs/Flocale.h:
6609         * fvwm/screen.h:
6610         * fvwm/misc.c:
6611         * fvwm/misc.h:
6612         * fvwm/windowshade.c:
6613         * fvwm/virtual.c:
6614         * fvwm/conditional.c:
6615         * fvwm/geometry.h:
6616         * fvwm/geometry.c:
6617         * fvwm/borders.c:
6618         * fvwm/frame.h:
6619         * fvwm/frame.c:
6620         * fvwm/update.c:
6621         * fvwm/session.c:
6622         * fvwm/placement.c:
6623         * fvwm/menus.c:
6624         * fvwm/icons.c:
6625         * fvwm/events.c:
6626         * fvwm/add_window.c:
6627         * fvwm/session.h:
6628         * fvwm/placement.h:
6629         * fvwm/icons.h:
6630         * fvwm/eventhandler.h:
6631         * fvwm/fvwm.h:
6632         * fvwm/add_window.h:
6633         * fvwm/repeat.c:
6634         * fvwm/functions.c:
6635         * fvwm/functable.c:
6636         * fvwm/functable.h:
6637         * fvwm/functions.h:
6638         renamed types func_type, repeat_t, initial_window_options_t,
6639         frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6640         last_added_item_type, common_flags_type, multi_direction_type,
6641         msg_masks_type to ..._t
6643         * fvwm/functions.c (__execute_function):
6644         (execute_complex_function):
6645         * fvwm/condrc.c (condrc_init):
6646         new function in new file to encapsulate all cond_rc_t handling
6648         * fvwm/condrc.h:
6649         * fvwm/fvwm.h (cond_rc_t):
6650         (cond_rc_enum):
6651         moved typed to new file
6653         * fvwm/functable.h:
6654         * fvwm/commands.h:
6655         * fvwm/functable.c (func_table):
6656         * fvwm/functions.c (__run_complex_function_items):
6657         (__execute_function):
6659         * fvwm/conditional.c (CMD_Break):
6660         (__rc_matches_rcstring_consume):
6661         Break takes the number of function levels to break out of as an
6662         argument
6664         * fvwm/expand.c (expand_vars_extended):
6665         * fvwm/conditional.c (circulate_cmd):
6666         (select_cmd):
6667         (direction_cmd):
6668         (__rc_matches_rcstring_consume):
6669         (CMD_All):
6670         (CMD_WindowId):
6671         (CMD_TestRc):
6672         (CMD_Test):
6673         * fvwm/read.c:
6674         * fvwm/read.h:
6675         * fvwm/functions.h:
6676         * fvwm/functions.c:
6677         (__run_complex_function_items):
6678         (execute_complex_function):
6679         * fvwm/expand.h:
6680         * fvwm/expand.c:
6681         * fvwm/fvwm.h:
6682         * fvwm/conditional.c:
6683         renamed fvwm_cond_func_rc by cond_rc_t
6684         made a type a struct
6685         added a member to indicate the number of function levels to break out
6686         of
6688         * fvwm/functable.c (func_table):
6689         * fvwm/conditional.c (CMD_TestRc):
6690         replaced conditional commands:
6691                 Cond -> TestRc
6692                 CondCase -> KeepRc TestRc
6693                 On -> Test
6694         (__rc_matches_rcstring_consume):
6695         new function
6697         * fvwm/conditional.c (CMD_CondCase):
6698         fixed the CondCase command
6700 2003-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6702         * configure.in:
6703         new configure option --deisable-gtk to disable detection of gtk library
6705         * fvwm/fvwm.1.in:
6706         cleaned up documentation of conditional commands
6707         general man page cleanup
6709 2003-06-17  Dan Espen  <dane@mk.telcordia.com>
6711         * fvwm/builtins.c (ReadDecorFace): Off by one patch from
6712         Anil Madhavapeddy.
6714 2003-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6716         * fvwm/fvwm.1.in:
6717         cleaned up of CirculateHit... conditions
6719 2003-06-15  olicha  <olivier.chapuis@free.fr>
6721         * fvwm/style.c (__simplify_style_list):
6722         Fixed is_merged_allowed: rest it to True when cur change
6723         Added "upward" simplification
6725 2003-06-14  olicha  <olivier.chapuis@free.fr>
6727         * fvwm/style.c (__simplify_style_list):
6728         (blocksintersect):
6729         (blockand):
6730         Fixed blockand which always returned True. Added blocksintersect which
6731         returns the same value as blockand but faster.
6733 2003-06-13  olicha  <olivier.chapuis@free.fr>
6735         * configure.in:
6736         * acinclude.m4:
6737         Fixed fontconfig and xft2 for version without *-config binnary. Used
6738         pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
6739         fontconfig and xft2 if the version is < the required version
6740         (even if --disable-*test).
6742 2003-06-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6744         * libs/Graphics.c:
6745         define M_PI and M_PI_2 if they are not defined by math.h
6747 2003-06-10  Mikhael Goikhman  <migo@homemail.com>
6749         * libs/Colorset.c (LoadColorset):
6750         added a note to update Colorsets.pm too when the format is changed
6752 2003-06-09  Mikhael Goikhman  <migo@homemail.com>
6754         * WindowStyle_proposal.txt:
6755         s/WindowId/ThisWindow/ and other minor changes
6757 2003-06-06  olicha  <olivier.chapuis@free.fr>
6759         * libs/PictureImageLoader.c (PImageLoadPng):
6760         Fixed loading of png images if the caller want no alpha
6762 2003-06-04  olicha  <olivier.chapuis@free.fr>
6764         * libs/Flocale.c (FlocaleEncodeString):
6765         Fixed memroy leaks
6767 2003-06-03  Mikhael Goikhman  <migo@homemail.com>
6769         * libs/Makefile.am:
6770         only FCombineChars.c was distributed not FCombineChars.h
6772 2003-06-03  Marcus Lundblad  <ml@update.uu.se>
6774         * libs/FCombineChars.c (convert_to_utf8)
6775         fixed a bug when converting back to UTF-8 and a bug giving
6776         garbage at end of string in some cases
6778         * libs/Flocale.c (FlocaleEncodeString)
6779         fixed problem regarding combining-characters when BIDI is used
6781 2003-05-31  Marcus Lundblad  <ml@update.uu.se>
6783         * libs/Makefile.am:
6784         * libs/Flocale.c (FlocaleEncodeString):
6785         * libs/FCombineChars.c:
6786         * libs/FCombineChars.h:
6787         implemeted support for combining characters
6789 2003-05-31  Mikhael Goikhman  <migo@homemail.com>
6791         * configure.in:
6792         set the version 2.5.8
6794 2003-05-30  Mikhael Goikhman  <migo@homemail.com>
6796         * fvwm/builtins.c:
6797         * fvwm/fvwm2.1:
6798         SetEnv with only one parameter is ignored now
6800 2003-05-30  Dan Espen  <dane@mk.telcordia.com>
6802         * NEWS: Add 2.4.16 news.
6804 2003-05-29  Mikhael Goikhman  <migo@homemail.com>
6806         * fvwm/functions.c (expand_extended_var):
6807         (expand):
6808         fixed expanding variables that are empty, for example $[w.resource]
6809         or $[gt.a] or $[version.info] or $[EMPTY_STRING]
6811         * fvwm/fvwm.1.in:
6812         s/$w/$[w.id]/
6814 2003-05-29  olicha  <olivier.chapuis@free.fr>
6816         * fvwm/ewmh.c (ewmh_atom_wm_state):
6817         Do not claim that we support _NET_WM_STATE_FULLSCREEN
6819 2003-05-28  olicha  <olivier.chapuis@free.fr>
6821         * NEWS:
6822         A TaskBar news
6824 2003-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6826         * fvwm/focus.c (__update_windowlist):
6827         don't fiddle with the window list for windows that are going to be
6828         destroyed
6830         * fvwm/add_window.c (delete_client_context):
6831         (destroy_auxiliary_windows):
6832         (destroy_window):
6833         fixed empty frame windows when X reused the window id for a new window
6834         while the old one was scheduled to be destroyed
6836 2003-05-26  olicha  <olivier.chapuis@free.fr>
6838         * fvwm/icons.c (GetIconBitmap):
6839         (set_icon_pixmap_background):
6840         (CreateIconWindow):
6841         (DrawIconPixmapWindow):
6842         (DrawIconWindow):
6843         Fixed loading of application supplied pixmap on 8/24 depth screen
6845 2003-05-25  Dan Espen  <dane@mk.telcordia.com>
6847         * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
6848         Rox Filer.
6850         * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
6851         solaris.
6853 2003-05-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6855         * fvwm/misc.c (GrabEm):
6856         do not confine the pointer to the root window when grabbed; this can
6857         cause the pointer to be warped to another screen
6858         * fvwm/menus.c (get_menu_options):
6859         fixed placement of menus on Xinerama screens
6860         * libs/FScreen.c (FScreenGetResistanceRect):
6861         fixed function to do something useful
6862         * libs/Flocale.c (FlocaleDrawString):
6863         support font shadowing without colorsets
6864         * libs/ColorUtils.c:
6865         reformatted file
6866         * fvwm/menuitem.c (menuitem_paint):
6867         do not use colorsets in menus if they are not defined
6868         * fvwm/menustyle.c (menustyle_parse_style):
6869         fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
6870         issued again
6872 2003-05-23  olicha  <olivier.chapuis@free.fr>
6874         * fvwm/bindings.c (ParseBinding):
6875         (bind_get_bound_button_contexts):
6876         * libs/Bindings.c (GrabWindowButton):
6877         Fixed window button grabbing
6879 2003-05-22  olicha  <olivier.chapuis@free.fr>
6881         * fvwm/colorset.c (parse_colorset):
6882         Fixed an uninit mem
6884         * fvwm/borders.c (border_fill_pixmap_background):
6885         Fixed problem with depth 1 pixmap
6887         * fvwm/conditional.c (CMD_On):
6888         Fixed memory leaks
6890         * fvwm/conditional.c (CreateConditionMask):
6891         Fixed memory leaks for layer and state
6893 2003-05-22  Mikhael Goikhman  <migo@homemail.com>
6895         * configure.in:
6896         added perllib/FVWM/Tracker/Makefile
6898 2003-05-22  olicha  <olivier.chapuis@free.fr>
6900         * fvwm/fvwm.1.in:
6901         * fvwm/style.h:
6902         * fvwm/style.c (print_styles):
6903         * fvwm/builtins.c (CMD_PrintInfo):
6904         New style subject to PrintInfo
6906 2003-05-20  olicha  <olivier.chapuis@free.fr>
6908         * libs/Flocale.c (FlocaleGetFontOrFontSet):
6909         Allowed empty xft font name
6911         * libs/Makefile.am:
6912         * libs/flist.c (new file):
6913         * libs/flist.h (new file):
6914         Added a flist structure and some basic function for handling such
6915         stucture
6917         * libs/FGettext.c (*):
6918         Use the new flist struct and functions interface
6920         * fvwm/screen.h (ScreenInfo):
6921         * fvwm/update.c (destroy_scheduled_windows):
6922         * fvwm/add_window.c (destroy_window):
6923         Added a list for the windows which are scheduled for destroy
6924         Remove a fw at once from the fw list when we destroy_window
6926 2003-05-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6928         * fvwm/style.c (CMD_DestroyStyle):
6929         do not update windows if no style was deleted
6930         (check_window_style_change):
6931         fixed update of window styles w/ DestroyStyle
6933 2003-05-18  olicha  <olivier.chapuis@free.fr>
6935         * fvwm/conditional.c (CMD_On):
6936         Added x,r,w,f and i file condition to the On command
6938         * fvwm/add_window.c (destroy_window):
6939         Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
6940         but scheduled for destroy. Not sure that the fix is good.
6942         * fvwm/functions.c (__execute_function):
6943         * libs/defaults.h:
6944         Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
6945         This fixes some cores dumps with "recursives" functions
6947         * fvwm/borders.c (border_create_root_transparent_pixmap):
6948         (border_draw_decor_to_pixmap):
6949         Fixed a core dump with a root transparent rotated title
6950         Fixed X errors 56 with RootTransparent titlebar and no E pixmap
6952         * libs/FGettext.c (fgettext_add_one_path):
6953         (FGettextInit):
6954         (FGettextSetLocalePath):
6955         Fixed memory leak and chainning
6957         * fvwm/builtins.c (CMD_PrintInfo):
6958         Fixed a parsing leak
6960         * fvwm/conditional.c (Circulate):
6961         Fixed a mask memory leaks
6963         * libs/defaults.h:
6964         * libs/Flocale.c (FlocaleGetFont):
6965         (FlocaleGetFontSet):
6966         (FlocaleGetFftFont):
6967         Fixed a core dump when a 0 font is given with an encoding hints.
6968         Added a default FFT font
6970         * fvwm/builtins.c (CMD_DefaultFont):
6971         Fixed a core dump when the default font change and a redraw
6972         (icon or window) is proceeded before flush_window_updates is called
6974         * fvwm/menustyle.c (CMD_CopyMenuStyle):
6975         Fixed gradients copy
6977         * fvwm/menustyle.c (menustyle_parse_style):
6978         Fixed UMR's related to colorset
6980         * fvwm/builtins.c (ReadDecorFace):
6981         Removed inconsistent #if 0 code and comments about leak and MiniIcon
6982         decor style.
6984         * fvwm/menustyle.h:
6985         * fvwm/menustyle.c (menustyle_free):
6986         Fixed a fore stipple gc leak
6988         * fvwm/windowlist.c (CMD_WindowList):
6989         Fixed a sor_keyname memory leak
6991         * fvwm/fvwm.c (ResetAllButtons):
6992         Fixed the default buttons memory leak
6994 2003-05-08  olicha  <olivier.chapuis@free.fr>
6996         * fvwm/windowlist.c (CMD_WindowList):
6997         Fixed a memory leak if MaxLabelWidth is used
6999 2003-05-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7001         * fvwm/functions.c (__context_has_window):
7002         (__execute_function):
7003         * fvwm/functions.h:
7004         fixed excution of functions requiring a window without a window when
7005         called with "silent" from a complex function
7007 2003-05-07  olicha  <olivier.chapuis@free.fr>
7009         * libs/System.c (searchPath):
7010         Fixed a core dump
7012 2003-05-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7014         * fvwm/move_resize.c (__move_loop):
7015         (__resize_window):
7016         fixed core dumps
7018 2003-05-03  olicha  <olivier.chapuis@free.fr>
7020         * todo-2.6:
7021         Updated
7023 2003-05-01  Bob Woodside  <dumbledore@woodsway.com>
7025         * fvwm/NEWS:
7026         Minor typo corrections.
7028 2003-04-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7030         * fvwm/move_resize.c (__move_loop):
7031         fixed UMR
7032         removed debug code
7033         (__resize_window):
7034         fixed UMR
7036 2003-04-28  olicha  <olivier.chapuis@free.fr>
7038         * fvwm/ewmh.c (ewmh_atom_wm_state):
7039         (ewmh_HandleDock):
7040         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7041         (ewmh_WMStateStaysOnBottom):
7042         Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7044 2003-04-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7046         * fvwm/module_interface.c (do_execute_module):
7047         * fvwm/fvwm.c (main):
7048         * libs/envvar.c (flib_putenv):
7049         * fvwm/builtins.c (add_to_env_list):
7050         (CMD_SetEnv):
7051         (CMD_UnsetEnv):
7052         fixed putenv memory leaks
7054         * libs/envvar.c (strIns):
7055         removed debug code
7056         reformatted file
7057         (flib_putenv):
7058         replacement for putenv without memory leaks
7060         * fvwm/frame.c:
7061         removed debug code
7063         * fvwm/fvwm.c (StartupStuff):
7064         fixed UMR
7065         * fvwm/add_window.c (free_window_names):
7066         fixed memory leaks
7067         * fvwm/events.c (HandlePropertyNotify):
7068         fixed memory leak
7069         * fvwm/menus.c (do_menu):
7070         fixed core dump
7071         (__mloop_exit_selected):
7072         safety patch
7073         * fvwm/menucmd.c (menu_func):
7074         fixed memory leak
7076         * fvwm/builtins.c (CMD_Destroy):
7077         (CMD_Close):
7078         call destroy_window right after XKillClient; do not wait for the window
7079         to die on its own
7081         * fvwm/menucmd.c (menu_func):
7082         * fvwm/windowlist.c (CMD_WindowList):
7083         fixed core dumps
7085 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7087         * INSTALL.fvwm:
7088         several updates (FvwmGtk, gettext)
7090 2003-04-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7092         * fvwm/menucmd.c (menu_func):
7093         * fvwm/windowlist.c (CMD_WindowList):
7094         * fvwm/menus.h:
7095         * fvwm/menus.c (is_double_click):
7096         (pop_menu_up):
7097         (pop_menu_down):
7098         (pop_menu_down_and_repaint_parent):
7099         (__mloop_get_event_timeout_loop):
7100         (__mloop_get_event):
7101         (__mloop_handle_event):
7102         (__mloop_select_item):
7103         (__mloop_make_popup):
7104         (__mloop_get_mi_actions):
7105         (__mloop_do_popup):
7106         (__mloop_do_menu):
7107         (__mloop_handle_action_with_mi):
7108         (__mloop_handle_action_without_mi):
7109         (__mloop_exit):
7110         (menu_enter_tear_off_menu):
7111         (menu_close_tear_off_menu):
7112         (do_menu):
7113         replaced the pfw and pcontext members of the MenuParameters structure
7114         with an execution context pointer
7115         (_menu_execute_function):
7116         wrapper function to simplyfy command execution from within menus
7117         (do_menu):
7118         fixed warping pointer to first menu item when invoked with the mouse
7120         * fvwm/execcontext.c:
7121         removed debug code
7123 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7125         * libs/XError.c:
7126         reformatted
7128         * fvwm.1.in:
7129         * fvwm.c:
7130         replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7132 2003-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7134         * fvwm/menus.c (do_menu):
7135         the NoWarp position hint option works with root menus too
7137         * fvwm/ConfigFvwmDefaults:
7138         removed GrabFocusOff and GrabFocusTransient since they nullify the
7139         default with the plain focus policies
7141 2003-04-24  olicha  <olivier.chapuis@free.fr>
7143         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7144         Fixed a miss print in my previous commit
7146         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7147         (ewmh_MoveResize)
7148         (ewmh_WMStateStaysOnBottom):
7149         * fvwm/ewmh.c (ewmh_AllowsMinimize):
7150         * fvwm/ewmh_intern.h:
7151         Added comment on the implementation at the top of ewmh.c.
7152         Fixed _NET_WM_MOVERESIZE.  Added _NET_WM_ACTION_MINIMIZE in
7153         _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7154         _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7155         and _NET_WM_STATE_BELOW.
7157         * AUTHORS:
7158         Added David Fries. Updated my entries.
7160         * todo-2.6:
7161         One update
7163 2003-04-23  olicha  <olivier.chapuis@free.fr>
7165         * fvwm/module_interface.c (CMD_KillModule):
7166         Fixed a leak when we have an alias
7168         * libs/Picture.c (PFreeFvwmPictureData):
7169         * libs/Picture.h:
7170         New interface function for just freeing the allocated data (not
7171         the pixmaps).
7173 2003-04-22  olicha  <olivier.chapuis@free.fr>
7175         * fvwm/colorset.c (get_root_pixmap):
7176         Fixed a minor memory leak
7178         * fvwm/functions.c (execute_complex_function):
7179         Fixed uninitialized d.type
7181         * libs/Ficonv.c (FiconvSetupConversion):
7182         (FiconvUtf8ToCharset):
7183         (FiconvCharsetToUtf8):
7184         Formating clean-up
7186         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7187         (EWMH_WMIconName):
7188         (EWMH_WMName):
7189         Fixed a core dump and safety check related to not loaded font
7191 2003-04-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7193         * libs/Module.h:
7194         reformatted
7196 2003-04-16  olicha  <olivier.chapuis@free.fr>
7198         * fvwm/ewmh_events.c (ewmh_CloseWindow):
7199         (ewmh_MoveResize):
7200         (ewmh_WMState):
7201         (ewmh_WMStateHidden):
7202         Check if functions are allowed
7204         * fvwm/ewmh.c (ewmh_HandleDesktop):
7205         (ewmh_HandleDock):
7206         Set Desktop and Dock uniconifiable and unmaximazable
7208         * fvwm/menuitem.c (menuitem_paint):
7209         * fvwm/screen.h:
7210         Fixed greyed action with EWMH desktop
7212 2003-04-16  Mikhael Goikhman  <migo@homemail.com>
7214         * NEWS:
7215         documented FvwmEvent behaviour of executing window related event
7216         handlers within a window context
7218         * fvwm/fvwm.1.in:
7219         updated WindowId entry
7221 2003-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7223         * fvwm/schedule.c (deschedule):
7224         (squeue_execute):
7225         (execute_obj_func):
7226         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7227         (ExecuteCommandQueue):
7228         * libs/queue.c (fqueue_init):
7229         (fqueue_remove_or_operate_from_front):
7230         (fqueue_remove_or_operate_from_end):
7231         (fqueue_remove_or_operate_all):
7232         (fqueue_init):
7233         (fqueue_unlock_queue):
7234         (fqueue_lock_queue):
7235         (fqueue_add_at_front):
7236         (fqueue_add_inside):
7237         (fqueue_get_first):
7238         core dump fixes
7240         * libs/queue.c (fqueue_remove_or_operate_all):
7241         (fqueue_remove_or_operate_from_end):
7242         (fqueue_remove_or_operate_from_front):
7243         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7244         (ExecuteCommandQueue):
7245         * fvwm/schedule.c (deschedule):
7246         (check_deschedule_obj_func):
7247         (deschedule_obj_func):
7248         (squeue_execute):
7249         (check_execute_obj_func):
7250         (execute_obj_func):
7251         (copy_obj_func):
7252         core dump fixes
7254 2003-04-15  Mikhael Goikhman  <migo@homemail.com>
7256         * fvwm/ConfigFvwmDefaults:
7257         * fvwm/fvwm.1.in:
7258         * fvwm/windowlist.c:
7259         * sample.fvwmrc/system.fvwm2rc-sample-95:
7260         * NEWS:
7261         WindowListFunc is executed now within a window context,
7262         so "WindowId $0" is not needed anymore in its definition
7264 2003-04-14  olicha  <olivier.chapuis@free.fr>
7266         * fvwm/fvwm.1.in:
7267         * NEWS:
7268         Documented LocalePath and $[gt.str]. FvwmScript news.
7270         * fvwm/expand.c (expand_vars_extended):
7271         Fixed $[gt.str] expansion
7273         * configure.in:
7274         New gettext domain FvwmScript
7276         * libs/FGettext.c (FGettextCopy):
7277         * libs/FGettext.h:
7278         New interface function which copies the string
7280 2003-04-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7282         * fvwm/conditional.c (CMD_Cond):
7283         allow to negate the condition code with '!' prefix
7285         * fvwm/schedule.c (CMD_Schedule):
7286         (CMD_Deschedule):
7287         support hexadecimal ids
7289         * libs/Parse.c (GetIntegerArguments):
7290         (_get_suffixed_integer_arguments):
7291         (GetSuffixedIntegerArguments):
7292         (GetIntegerArgumentsAnyBase):
7293         new utitily function to allow hexadecimal integer arguments
7295 2003-04-10  olicha  <olivier.chapuis@free.fr>
7297         * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7298         (FlocaleGetCharsetOfFontStruct):
7299         (FlocaleGetCharsetFromName):
7300         (FlocaleFixNameForFontSet):
7301         (FlocaleGetFontSet):
7302         (FlocalePrintLocaleInfo):
7303         * libs/FlocaleCharset.h:
7304         * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7305         (FlocaleCharsetPrintXOMInfo):
7306         Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7308 2003-04-08  olicha  <olivier.chapuis@free.fr>
7310         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7311         fixed the default font name
7313 2003-04-07  Mikhael Goikhman  <migo@homemail.com>
7315         * fvwm/events.c (HandlePropertyNotify):
7316         * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7317         completely ignore application requests to set exactly the same
7318         window name or icon name (xmms sets it every second),
7319         this avoids some redundant module messages and redraws
7321 2003-04-05  Mikhael Goikhman  <migo@homemail.com>
7323         * Makefile.am:
7324         fixed DIST
7326 2003-04-04  olicha  <olivier.chapuis@free.fr>
7328         * configure.in:
7329         Fixed a miss print in fribidi config check
7331 2003-04-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7333         * fvwm/focus.c (__restore_focus_after_unmap):
7334         iconified windows without an icon do not receive focus
7336 2003-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7338         * fvwm/virtual (CMD_GotoDeskAndPage):
7339         different "GotoDeskAndPage prev" fix that works with any viewports, not
7340         just multiples of the screen size
7342 2003-03-29  Mikhael Goikhman  <migo@homemail.com>
7344         * fvwm/virtual (CMD_GotoDeskAndPage):
7345         fixed "GotoDeskAndPage prev" with desks larger than 2x2
7347 2003-03-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7349         * ETHICAL_LICENSE:
7350         added file
7352         * fvwm/menucmd.c (menu_func):
7353         fixed double key presses to choose default menu action
7355         * fvwm/focus.c (__update_windowlist):
7356         fixed order of window list with SloopyFocus when using the Focus
7357         command
7359 2003-03-22  Mikhael Goikhman  <migo@homemail.com>
7361         * fvwm/fvwm.1.in:
7362         clarified some things, typo fixed
7364 2003-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7366         * libs/Colorset.c (CreateBackgroundPixmap):
7367         (GetWindowBackgroundPixmapSize):
7368         (get_aspect_dimensions):
7369         fixed size calculation of aspect pixmaps
7371 2003-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7373         * fvwm/icons.c (clear_icon):
7374         (clear_icon):
7375         (AutoPlaceIcon):
7376         (Iconify):
7377         * fvwm/geometry.c (get_icon_geometry):
7378         (modify_icon_position):
7379         set a valid icon picture position if there is neither a picture nor a
7380         title
7382 2003-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7384         * NEWS:
7385         * AUTHORS:
7386         reformatted to fit better on the web page
7388 2003-03-15  Mikhael Goikhman  <migo@homemail.com>
7390         * todo-2.6:
7391         added items from "My TODO" message on 2003-01-02
7393         * fvwm/fvwm.1.in:
7394         actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7396 2003-03-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7398         * libs/FScreen.c:
7399         removed debug output
7401 2003-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7403         * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7404         (FScreenFetchMangledScreenFromUSPosHints):
7405         two functions to allow USPosition hints from modules and StartsOnScreen
7406         work at the same time
7408         * fvwm/conditional.c (direction_cmd):
7409         Some fixes, reformatting and improvements.
7411 2003-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7413         * fvwm/icons.c (Iconify):
7414         initialise icon position to +0+0 if there is neiter a picture nor a
7415         title
7417         * fvwm/functions.c (DeferExecution):
7418         action trigger fix
7420         * todo-2.6 (todo):
7421         closed some items
7423         * fvwm/update.c (apply_window_updates):
7424         fixed drawing of sticky icon titles when the stickyicon style is being
7425         set
7427 2003-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7429         * fvwm/placement.c (CMD_PlaceAgain):
7430         * fvwm/add_window.c (setup_window_placement):
7431         * fvwm/virtual.c (MapDesk):
7432         update the GNOME hints desk when changing desks; fixes placeagain with
7433         stickyicon style
7434         some placeagain fixes
7436         * fvwm/fvwm.1.in (Example):
7437         removed duplicate Iconify section
7439         * todo-2.6 (todo):
7440         closed C.11
7442         * fvwm/functable.c (func_table):
7443         * fvwm/functions.h (func_type):
7444         * fvwm/functions.c (__execute_function):
7445         (execute_complex_function):
7446         (DeferExecution):
7447         fixed a new and and old window selection bug
7449 2003-03-09  Dan Espen  <dane@mk.telcordia.com>
7451         * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7452         detected with Purify.
7454 2003-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7456         * libs/Colorset.c (SetWindowBackgroundWithOffset):
7457         use None, not 0 for Window structures
7459         * fvwm/events.c (InitEventHandlerJumpTable):
7460         (HandleKeyRelease):
7461         (__handle_key_event):
7462         * fvwm/bindings.c (ParseBinding):
7463         (activate_binding):
7464         * libs/Bindings.h:
7465         * fvwm/fvwm.1.in:
7466         removed key release binding because they can not work reliably
7468 2003-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7470         * fvwm/functable.c (func_table):
7471         trigger on ButtonPress for many of the functions
7473         * fvwm/functions.c (__execute_function):
7474         (__execute_function):
7475         fixed conditional commands a la "Current" triggered on root window
7477 2003-03-01  Dan Espen  <dane@mk.telcordia.com>
7479         * todo-2.6: Closed B.2, C.21.
7481 2003-02-28  olicha  <olivier.chapuis@free.fr>
7483         * libs/defaults.h:
7484         * fvwm/events.c (HandleConfigureRequest):
7485         Added a workaround for application with broken max/min size hints
7486         vs a size configure request. This "fixes" floating java JToolBar.
7488         * fvwm/add_window.c (GetWindowSizeHints):
7489         Check that the max size hint is not broken relatively to the the base
7490         size hint
7492 2003-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7494         * NEWS:
7495         * configure.in:
7496         released 2.5.6, set version to 2.5.7
7498         * NEWS:
7499         * configure.in:
7500         updated for 2.5.6
7502 2003-02-26  Tony Finch  <dot@dotat.at>
7504         * fvwm/borders.c (border_draw_one_border_part):
7505         Don't draw the handle relief marks when the border is flat.
7507 2003-02-27  Mikhael Goikhman  <migo@homemail.com>
7509         * configure.in:
7510         s/fribdi_in_path/fribidi_in_path/
7512         * todo-2.6:
7513         spell checking and some reformatting
7515 2003-02-26  olicha  <olivier.chapuis@free.fr>
7517         * fvwm/borders.c (border_setup_bar_pixmaps):
7518         Fixed a miss-print which can cause a core dump
7520         * todo-2.6:
7521         Added a 2.6 TODO file
7523 2003-02-25  Dan Espen  <dane@mk.telcordia.com>
7525         * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7526         void functioin cannot return a value.
7528 2003-02-25  olicha  <olivier.chapuis@free.fr>
7530         * configure.in:
7531         Fixed compilation warning if fribidi is in path
7533 2003-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7535         * fvwm/windowlist.c (CMD_WindowList):
7536         removed unused instruction
7538 2003-02-22  Dan Espen  <dane@mk.telcordia.com>
7540         * configure.in: Remove nested function from -Werror check.
7541         Lets configure work without gcc.
7543         * fvwm/read.h:
7544         * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7546 2003-02-21  Dan Espen  <dane@mk.telcordia.com>
7548         * fvwm/functions.c (__run_complex_function_items): Make Break start
7549         working again.
7551 2003-02-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7553         * fvwm/move_resize.c (get_outline_rects):
7554         (draw_move_resize_grid):
7555         initial drawing and final undrawing of wire frame no longer toggles the
7556         pixel in the top left corner of the screen
7558         * fvwm/expand.c (expand_vars):
7559         disabled warnings about one letter variables
7561 2003-02-17  Dan Espen  <dane@mk.telcordia.com>
7563         * README: Update to reflect release 2.5.x.
7564         * NEWS: Update news for FvwmPager drag fix.
7566 2003-02-15  olicha  <olivier.chapuis@free.fr>
7568         * fvwm/fvwm.1.in:
7569         Fixed a typo
7571 2003-02-13  olicha  <olivier.chapuis@free.fr>
7573         * fvwm/gnome.c (GNOME_SetClientList):
7574         Applied David Fries patch which fixes a possible crash with more
7575         than 256 windows
7576         (GNOME_SetClientList):
7577         malloc -> safemalloc
7579 2003-02-09  Dan Espen  <dane@mk.telcordia.com>
7581         * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7582         Give the XorValue range.
7584 2003-02-08  Dan Espen  <dane@mk.telcordia.com>
7586         * fvwm/fvwm.1.in: Fully document the emulate command.
7588 2003-02-06  olicha  <olivier.chapuis@free.fr>
7590         * fvwm/borders.c (get_common_decorations):
7591         (border_get_border_background):
7593 2003-02-05  Dan Espen  <dane@mk.telcordia.com>
7595         * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7597 2003-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7599         * fvwm/menuitem.h:
7600         * fvwm/menuitem.c (menuitem_get_size):
7601         * fvwm/menus.c (calculate_item_sizes):
7602         renamed "mips" to mipst
7604         * fvwm/menuitem.c (menuitem_get_item_size):
7605         * fvwm/menus.c (_calculate_item_sizes):
7606         backed out patch from 30-Jan-2003
7608 2003-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7610         * fvwm/menuitem.h:
7611         * fvwm/menuitem.c (menuitem_get_item_size):
7612         * fvwm/menus.c (_calculate_item_sizes):
7613         functions renamed due to global name space collision with IRIX 6.5
7615 2003-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7617         * configure.in:
7618         added tests/hints/Makefile.am
7620 2003-01-24  Dan Espen  <dane@mk.telcordia.com>
7622         * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7624 2003-01-20  Dan Espen  <dane@mk.telcordia.com>
7626         * sample.fvwmrc/DecorWin95:
7627         * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7628         Replace a long time ago.
7630 2003-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7632         * fvwm/stack.c (new_layer):
7633         (collect_transients_recursive):
7634         (__restack_window):
7635         fixed Layer command
7637         * fvwm/events.c (HandleConfigureRequest):
7638         fixed placement of icons
7639         fixed size calculations of icons
7641 2003-01-18  Mikhael Goikhman  <migo@homemail.com>
7643         * fvwm/expand.c:
7644         fixed $[desk.name<n>] that was masked by $[desk.n],
7645         added $[desk.pagesx] and $[desk.pagesy]
7647 2003-01-16  Dan Espen  <dane@mk.telcordia.com>
7649         * NEWS: Update news.  Spelling fixes 2.5.x news.
7650         * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7651         its not interactive.
7653 2003-01-12  Mikhael Goikhman  <migo@homemail.com>
7655         * fvwm/functable.c:
7656         added a short description together with the commands
7658 2003-01-12  Marcus Lundblad  <ml@update.uu.se>
7660         * NEWS:
7661         Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7662         HasHandles
7664 2003-01-11  Mikhael Goikhman  <migo@homemail.com>
7666         * expand.c:
7667         * NEWS:
7668         deprecate all single letter variables, new variables are supported now
7669         $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
7670         $[desk.n], $[version.num], $[version.info], $[version.line].
7672 2003-01-07  Marcus Lundblad <ml@update.uu.se>
7674         * fvwm/style.c (style_parse_one_style_option):
7675         * fvwm/fvwm.1.in:
7676         Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
7677         DisallowMaximizeFixedSize
7679 2003-01-06  Dan Espen  <dane@mk.telcordia.com>
7681         * fvwm/fvwm.1.in: Lang check.
7683 2003-01-03  olicha  <olivier.chapuis@free.fr>
7685         * fvwm/commands.h:
7686         * INSTALL.fvwm:
7687         * fvwm/ewmh.h:
7688         * fvwm/ewmh_intern.h:
7689         * fvwm/ewmh_names.c:
7690         * fvwm/ewmh_icons.c:
7691         * fvwm/ewmh_events.c:
7692         * fvwm/ewmh_conf.c:
7693         * fvwm/ewmh.c:
7694         * fvwm/gnome.c:
7695         * fvwm/gnome.h:
7696         * fvwm/functable.c (func_table):
7697         * fvwm/fvwm.c (setVersionInfo):
7698         * acconfig.h:
7699         * configure.in:
7700         Removed GNOME and HAVE_EWMH ifdef
7702         * fvwm/fvwm.1.in:
7703         Documented UseTitleDecorRotation
7705 2003-01-03  Mikhael Goikhman  <migo@homemail.com>
7707         * fvwm/module_interface.c (MoveViewport):
7708         * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
7709         M_NEW_PAGE now has 7 arguments
7711 2003-01-02  olicha  <olivier.chapuis@free.fr>
7713         * fvwm/fvwm.1.in:
7714         Documented  the new icon style options
7716         * fvwm/fvwm.h:
7717         * fvwm/icons.h:
7718         * fvwm/icons.c (DrawIconTitleWindow):
7719         (DrawIconPixmapWindow):
7720         (setup_icon_title_size):
7721         * fvwm/style.c (style_parse_one_style_option):
7722         Fixed IconTitleRelief and IconBackgroundRelief arguments
7724         * fvwm/icons.c (GetIconPicture):
7725         (SetIconPixmapSize):
7726         Fixed IconSize style for non shaped depth > 1 pixmaps
7728 2003-01-02  Mikhael Goikhman  <migo@homemail.com>
7730         * NEWS:
7731         * fvwm/commands.h:
7732         * fvwm/conditional.c (CMD_On):
7733         * fvwm/functable.c:
7734         * fvwm/fvwm.1.in:
7735         new conditional command On for non-window related conditions
7737         * fvwm/execcontext.h:
7738         * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
7739         two new exec contexts for restarting
7741 2003-01-02  olicha  <olivier.chapuis@free.fr>
7743         * fvwm/builtins.c (ReadMultiPixmapDecor):
7744         StretchedPixmap -> AdjustedPixmap
7746         * fvwm/fvwm.1.in:
7747         Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
7748         Documented the new MultiPixmap syntax
7750 2002-12-31  Mikhael Goikhman  <migo@homemail.com>
7752         * NEWS:
7753         * fvwm/fvwm.1.in:
7754         * fvwm/builtins.c (ReadTitleButton):
7755         * fvwm/screen.h:
7756         new button state shortcuts AllActiveUp, AllActiveDown,
7757         AllInactiveUp, AllInactiveDown
7759 2002-12-31  olicha  <olivier.chapuis@free.fr>
7761         * libs/PictureGraphics.c (PCopyArea):
7762         Fixed rendering of depth 1 pixmap with a mask
7764         * fvwm/update.c (apply_window_updates):
7765         Fixed icon bg cset update
7767         * fvwm/events.c (HandlePropertyNotify):
7768         * fvwm/geometry.c (move_icon_to_position):
7769         Fixed non shaped icons with a bg padding but without cs bg
7771         * NEWS:
7772         * fvwm/style.c (style_parse_icon_size_style):
7773         (merge_styles):
7774         * fvwm/fvwm.h (window_style):
7775         * fvwm/add_window.c (setup_icon_size_limits):
7776         * fvwm/icons.c (SetIconPixmapSize):
7777         (GetIconPicture):
7778         New option to IconSize style: Adjusted, Streched, Shrunk
7780         * fvwm/icons.c (SetIconPixmapSize):
7781         (GetIconPicture):
7782         Always center the icon with IconSize if the icon has a background
7784 2002-12-30  Mikhael Goikhman  <migo@homemail.com>
7786         * configure.in:
7787         FvwmWindowMenu renaming; compact long diagnostics into half of line
7789         * NEWS:
7790         documeted and corrected new features
7792         * fvwm/fvwm.1.in:
7793         removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
7794         since these are the only way currently to create themes
7796         * fvwm/fvwm.c:
7797         small reformatting
7799 2002-12-30  olicha  <olivier.chapuis@free.fr>
7801         * NEWS:
7802         * fvwm/icons.c (setup_icon_title_size):
7803         (set_icon_pixmap_background):
7804         (CreateIconWindow):
7805         (DrawIconTitleWindow):
7806         (DrawIconPixmapWindow):
7807         (DrawIconWindow):
7808         (ChangeIconPixmap):
7809         (RedoIconName):
7810         * fvwm/events.c (HandleEnterNotify):
7811         (HandleExpose):
7812         (HandleLeaveNotify):
7813         (HandlePropertyNotify):
7814         * fvwm/borders.c (border_draw_decorations):
7815         * fvwm/default.h:
7816         * fvwm/fvwm.h:
7817         * fvwm/add_window.c (setup_icon_background_parameters):
7818         (setup_icon_title_parameters):
7819         (setup_style_and_decor):
7820         (setup_icon_font):
7821         * fvwm/geometry.c (move_icon_to_position):
7822         * fvwm/style.h:
7823         * fvwm/style.c (check_window_style_change):
7824         (update_style_colorset):
7825         (update_icon_title_cs_style):
7826         (update_icon_title_cs_hi_style):
7827         (update_icon_background_cs_style):
7828         (merge_styles):
7829         * fvwm/update.h:
7830         * fvwm/update.c (apply_window_updates):
7831         New style options IconBackgroundColorset, IconTitleColorset,
7832         HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
7833         and IconBackgroundPadding
7835 2002-12-28  Mikhael Goikhman  <migo@homemail.com>
7837         * libs/FShm.h:
7838         fixed compilation without XShm
7840         * fvwm/borders.c (border_rotate_titlebar_descr):
7841         fixed warning: deprecated use of label at end of compound statement
7843 2002-12-27  olicha  <olivier.chapuis@free.fr>
7845         * fvwm/ConfigFvwmDefaults:
7846         UseTitleDecorRotation is a default
7848         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
7849         (do_relieve_rectangle):
7850         * libs/fvwmlib.h:
7851         * fvwm/borders.c (border_draw_title_stick_lines):
7852         (border_create_root_transparent_pixmap):
7853         (border_mp_render_into_pixmap):
7854         (border_draw_decor_to_pixmap):
7855         (border_mp_render_into_pixmap):
7856         (border_mp_get_titlebar_descr):
7857         (border_mp_draw_mp_titlebar):
7858         (border_draw_decor_to_pixmap):
7859         (border_set_button_pixmap):
7860         (border_get_titlebar_draw_descr):
7861         (border_set_title_pixmap):
7862         (border_rotate_titlebar_descr):
7863         (border_get_titlebar_descr):
7864         Completed UseTitleDecorRotation
7866 2002-12-26  olicha  <olivier.chapuis@free.fr>
7868         * fvwm/update.c (apply_window_updates):
7869         * fvwm/frame.c (frame_get_titlebar_dimensions):
7870         (frame_set_decor_gravities):
7871         * fvwm/borders.c (border_set_button_pixmap):
7872         (border_get_titlebar_descr):
7873         (border_draw_one_button):
7874         Buttons order follows the title text rotations.
7875         More UseTitleDecorRotation preparation
7877         * fvwm/borders.c (border_draw_decor_to_pixmap):
7878         Fixed SolidButton
7880 2002-12-24  olicha  <olivier.chapuis@free.fr>
7882         * fvwm/borders.c (border_mp_render_into_pixmap):
7883         (border_fill_pixmap_background):
7884         Some borders drawing fixes
7886         * libs/Graphics.c (CreateRotatedPixmap):
7887         * fvwm/geometry.c (get_title_font_size_and_offset):
7888         * fvwm/update.c (apply_window_updates):
7889         * fvwm/borders.c (border_set_button_pixmap):
7890         (border_get_titlebar_draw_descr):
7891         (border_draw_title):
7892         (border_rotate_titlebar_descr):
7893         (border_get_titlebar_descr):
7894         More UseTitleDecorRotation preparation
7896 2002-12-22  Dan Espen  <dane@mk.telcordia.com>
7898         * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
7899         so we won't get so many application bugs report to fvwm-workers.
7901         * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
7903 2002-12-21  Marcus Lundblad <ml@update.uu.se>
7905         * fvwm/style.c (style_parse_one_style_option):
7906         * fvwm/style.h:
7907         * fvwm/fvwm.h:
7908         * fvwm/window_flags:
7909         * fvwm/decorations.c (is_function_allowed,
7910                               __is_resize_allowed):
7911         Added styles Closable, Iconifiable, Maximizable and
7912         AllowMaximizeFixedSize
7913         * fvwm/conditional.c (MatchesConditionMask,
7914                               CreateConditionMask):
7915         Added conditionals Closable,Iconifiable and Maximizable
7916         * fvwm/fvwm.1.in:
7917         Documented styles Closable, Iconifiable, Maximizable and
7918         AllowMaximizeFixedSize and conditionals
7919         Closable,Iconifiable and Maximizable
7921 2002-12-20  olicha  <olivier.chapuis@free.fr>
7923         * fvwm/window_flags.h:
7924         * fvwm/update.h:
7925         * fvwm/update.c (apply_window_updates):
7926         * fvwm/style.h:
7927         * fvwm/style.c (style_parse_one_style_option):
7928         * fvwm/fvwm.h:
7929         UseTitleDecorRotation style preparation
7931         * fvwm/fvwm.c (main):
7932         Use best TrueColor visual
7934         * fvwm/borders.c (border_get_border_gcs):
7935         Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
7936         window which may have a depth != Pdepth
7938         * fvwm/menus.c (paint_side_pic):
7939         * fvwm/menuitem.c (menuitem_paint):
7940         * fvwm/icons.c (DrawIconPixmapWindow):
7941         * fvwm/colorset.c (parse_colorset):
7942         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
7943         Used Scr.AlphaGC
7945 2002-12-19  olicha  <olivier.chapuis@free.fr>
7947         * libs/Graphics.c (CreateRotatedPixmap):
7948         * libs/fvwmlib.h:
7949         New interface function CreateRotatedPixmap
7951         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
7952         (PImageLoadXpm):
7953         * libs/PictureGraphics.c (PCreateRenderPixmap):
7954         (PCreateDitherPixmap):
7955         * libs/Graphics.c (CreateGradientPixmap):
7956         (CreateRotatedPixmap):
7957         * acconfig.h:
7958         * configure.in:
7959         * libs/FShm.h (new file):
7960         * libs/FImage.h (new file):
7961         * libs/FImage.c (new file):
7962         * libs/Makefile.am:
7963         * fvwm/fvwm.c (setVersionInfo):
7964         Added MIT Shared Memory Extension for XImage
7966         * NEWS:
7967         Some news
7969         * fvwm/screen.h:
7970         * fvwm/builtins.c (ReadDecorFace):
7971         (FreeDecorFace):
7972         * fvwm/borders.c (border_draw_decor_to_pixmap):
7973         (border_fill_pixmap_background):
7974         AdjustedPixmap, StretchedPixmap and ShrunkPixmap
7976 2002-12-17  Mikhael Goikhman  <migo@homemail.com>
7978         * libs/FBidiJoin.c:
7979         shape-and-join fixes from Nadim Shaikli (slightly modified)
7981 2002-12-16  olicha  <olivier.chapuis@free.fr>
7983         * libs/PictureGraphics.h:
7984         * libs/PictureGraphics.c (PTileRectangle):
7985         (PGraphicsCreateTiledPicture):
7986         * libs/Graphics.c (CreateTiledPixmap):
7987         New interface function: PGraphicsCreateTiledPicture
7989         * fvwm/screen.h:
7990         * fvwm/fvwm.c (CreateGCs):
7991         Added a global (Scr) alpha GC
7993         * configure.in:
7994         * fvwm/screen.h:
7995         * fvwm/builtins.c (ReadMultiPixmapDecor):
7996         (update_decorface_colorset):
7997         (FreeDecorFace):
7998         * fvwm/borders.c (border_get_tb_parts_to_draw):
7999         (border_fill_pixmap_background):
8000         (border_setup_bar_pixmaps):
8001         (border_get_bar_pixmaps):
8002         (border_free_bar_pixmaps):
8003         (border_mp_render_into_pixmap):
8004         (border_mp_get_length):
8005         (border_mp_get_titlebar_descr):
8006         (border_mp_get_geometry):
8007         (border_mp_get_use_title_style_parts_and_geometry):
8008         (border_mp_draw_mp_titlebar):
8009         (border_draw_decor_to_pixmap):
8010         (border_draw_title_deep):
8011         (border_get_titlebar_draw_descr):
8012         (border_setup_use_title_style):
8013         (border_get_titlebar_descr_state):
8014         (border_get_titlebar_descr):
8015         (border_get_transparent_decorations_part):
8016         (border_draw_title_stick_lines):
8017         MultiPixmap can use Colorset and Solid color. Various others minor
8018         improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8019         "main" drawing code and remove the #ifdef.
8020         New option to ButtonStyle and TitleStyle: StretchedPixmap.
8021         Use the new Scr.AlphaGC.
8023 2002-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8025         * fvwm/add_window.c (validate_transientfor):
8026         do not ignore transientfor hint for iconified windows
8028 2002-12-12  Jason Weber <baboon@imonk.com>
8030         * fvwm/fvwm.1.in:
8031         * fvwm/conditional.c (CMD_ScanForWindow):
8032         * fvwm/commands.h:
8033         * fvwm/functable.c:
8034         rename ScanWindow to ScanForWindow
8036 2002-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8038         * fvwm/menuitem.c (menuitem_paint):
8039         * fvwm/colorset.c (parse_colorset):
8040         * fvwm/icons.c (DrawIconPixmapWindow):
8041         * fvwm/focus.c (_SetFocusWindow):
8042         (_ReturnFocusWindow):
8043         (_DeleteFocus):
8044         (_ForceDeleteFocus):
8045         (__activate_window_by_command):
8046         patches to prevent UMR messages in memory debuggers
8048 2002-12-11  Jason Weber <baboon@imonk.com>
8050         * fvwm/fvwm.1.in: Added ScanWindow
8052         * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8053         * fvwm/commands.h:
8054         * fvwm/functable.c:
8055         Generalized CMD_Direction into direction_cmd.
8056         Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8057         Replace Cycle prefix with secondary direction argument.
8059 2002-12-10  Dan Espen  <dane@mk.telcordia.com>
8061         * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8063 2002-12-05  Marcus Lundblad <ml@update.uu.se>
8064         * fvwm/conditional.c (CreateConditionMask):
8065         Implemented conditional "FixedSize" and "HasHandles"
8066         * fvwm/fvwm.1.in
8067         Documented conditional options "FixedSize" and "HasHandles".
8069 2002-12-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8071         * fvwm/placement.c (PlaceWindow):
8072         fixed StickyAcrossDesks w/ StartsOnPage
8074         * fvwm/functable.c:
8075         * fvwm/commands.h:
8076         * fvwm/ewmh_conf.c (set_state_workaround):
8077         * fvwm/update.c (apply_window_updates):
8078         * fvwm/windowlist.c (CMD_WindowList):
8079         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8080         (ewmh_WMStateSticky):
8081         * fvwm/conditional.c (CreateConditionMask):
8082         * fvwm/gnome.c (GNOME_SetHints):
8083         (GNOME_GetStyle):
8084         (GNOME_HandlePropRequest):
8085         * fvwm/placement.c (SmartPlacement):
8086         (get_next_x):
8087         (get_next_y):
8088         (test_fit):
8089         (PlaceWindow):
8090         * fvwm/session.c (SaveWindowStates):
8091         (MatchWinToSM):
8092         (MatchWinToSM):
8093         * fvwm/ewmh.c (check_desk):
8094         (EWMH_SetWMDesktop):
8095         (ewmh_ComputeAndSetWorkArea):
8096         (ewmh_HandleDynamicWorkArea):
8097         (ewmh_HandleDesktop):
8098         (ewmh_HandleDock):
8099         (ewmh_HandleMenu):
8100         (ewmh_HandleToolBar):
8101         * fvwm/virtual.c (UnmapDesk):
8102         (MapDesk):
8103         (MoveViewport):
8104         (do_move_window_to_desk):
8105         * fvwm/icons.c (setup_icon_title_size):
8106         (DrawIconTitleWindow):
8107         (AutoPlaceIcon):
8108         (Iconify):
8109         * fvwm/borders.c (is_button_toggled):
8110         (get_common_decorations):
8111         (border_draw_title_stick_lines):
8112         * fvwm/add_window.c (AddWindow):
8113         * fvwm/move_resize.c (__move_window):
8114         (__move_window):
8115         (is_window_sticky_across_pages):
8116         (is_window_sticky_across_desks):
8117         (MaximizeHeight):
8118         (MaximizeWidth):
8119         (stick_page):
8120         (stick_desk):
8121         (CMD_Stick):
8122         (CMD_StickAcrossPages):
8123         (CMD_StickAcrossDesks):
8124         (stick_across_pages):
8125         (stick_across_desks):
8126         (handle_stick_across_desks):
8127         (handle_stick_across_pages):
8128         (handle_stick):
8129         * fvwm/fvwm.h (struct):
8130         * fvwm/style.c (style_parse_one_style_option):
8131         (check_window_style_change):
8132         * fvwm/style.h:
8133         * fvwm/window_flags.h:
8134         renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8135         StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8136         everywhere
8138         * fvwm/focus.c (CMD_Focus):
8139         (CMD_FlipFocus):
8140         (__activate_window_by_command):
8141         (__update_windowlist):
8142         (__set_focus_to_fwin):
8143         (_SetFocusWindow):
8144         (_ReturnFocusWindow):
8145         (_DeleteFocus):
8146         (_ForceDeleteFocus):
8147         fixed window list order with FlipFocus command
8149 2002-12-08  Mikhael Goikhman  <migo@homemail.com>
8151         * AUTHORS:
8152         * NEWS:
8153         document bidi entry undocumented in 2.5.5
8155 2002-12-06  olicha  <olivier.chapuis@free.fr>
8157         * acinclude.m4:
8158         Fixed the "detection" of the LINGUAS variable
8160         * configure.in:
8161         Added ar to ALL_LINGUAS
8164 2002-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8166         * fvwm/move_resize.c (__resize_window):
8167         fixed handling of MontionNotify and PropertyNotify events
8169 2002-12-03  olicha  <olivier.chapuis@free.fr>
8171         * fvwm/borders.c (border_draw_decor_to_pixmap):
8172         (border_get_border_background):
8173         (get_common_decorations):
8174         BorderGC cleanup
8176         * fvwm/builtins.c (CMD_PrintInfo):
8177         New subject nls to PrintInfo
8179         * libs/FGettext.c (*):
8180         New command FlocalePath
8182 2002-12-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8184         * NEWS:
8185         * configure.in:
8186         changed version to 2.5.6
8188         * NEWS:
8189         * configure.in:
8190         updated for 2.5.5
8192 2002-12-02  olicha  <olivier.chapuis@free.fr>
8194         * libs/FRenderInit.c (FRenderInit):
8195         Fixed alpha depth if !XRenderSupport
8197         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8198         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8199         (PImageLoadPng):
8200         * libs/PictureImageLoader.h:
8201         Fixed image loading on bigedian machine
8203 2002-12-01  Mikhael Goikhman  <migo@homemail.com>
8205         * libs/FBidi.c (FBidiConvert):
8206         several small changes
8207         * libs/FBidiJoin.c (shape_n_join):
8208         enabled a new bidi shaping code
8210 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8212         * fvwm/frame.c (frame_restore_client_gravities):
8213         (frame_free_move_resize_args):
8214         fixed a redrawing problem after shading a window
8216 2002-11-29  olicha  <olivier.chapuis@free.fr>
8218         * acinclude.m4:
8219         Defined AM_PATH_PROG_WITH_TEST and re-enable it
8221         * configure.in:
8222         * Makefile.am:
8223         Fixed two missprints
8225 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8227         * fvwm/bindings.c (ParseBinding):
8228         fix for stroke-less compile
8230 2002-11-29  olicha  <olivier.chapuis@free.fr>
8232         * fvwm/commands.h (enum):
8233         * fvwm/functable.c (func_table):
8234         * fvwm/builtins.c (CMD_LocalePath):
8235         * libs/FGettext.c (FGettextSetLocalePath):
8236         * libs/FGettext.h:
8237         Preparation for LocalePath command
8239         * fvwm/screen.h (ScreenInfo):
8240         * fvwm/fvwm.c (CreateGCs):
8241         Rename Scr.TileGC to Scr.BordersGC
8243         * acinclude.m4:
8244         A libintl autoconf fix
8246         * libs/Colorset.c (CreateBackgroundPixmap):
8247         Do not grab the server when we dump the E setroot pixmap
8249 2002-11-29  olicha  <olivier.chapuis@free.fr>
8251         * acconfig.h:
8252         * fvwm/Makefile.am:
8253         * Makefile.am:
8254         * configure.in:
8255         * acinclude.m4:
8256         Added NLS support with gnu gettext
8258         * fvwm/fvwm.c (main):
8259         FGettextInit
8261         * fvwm/expand.c (expand_vars_extended):
8262         New extanded variable $[gt.any_string]
8264         * fvwm/virtual.c (CMD_DesktopName):
8265         * fvwm/windowlist.c (get_desk_title):
8266         * fvwm/expand.c (expand_vars_extended):
8267         * fvwm/fvwm.c (SetRCDefaults):
8268         * fvwm/ConfigFvwmSetup:
8269         Mark some strings to be translated
8271         * libs/FGettext.c (new file):
8272         * libs/FGettext.c (new file):
8273         * libs/Makefile.am:
8274         gnu gettext libintl warper
8276 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8278         * fvwm/add_window.c (RestoreWithdrawnLocation):
8279         rixed rxvts with S/E gravity travelling off screen upon recapture after
8280         they were resized.
8282         * fvwm/events.c (__handle_key_event):
8283         * fvwm/bindings.c (activate_binding):
8284         (__rebind_global_key):
8285         fixed unbinding pointerkey bindings removing the grab for this key
8286         completely
8288         * fvwm/events.c (__is_bpress_window_handled):
8289         fixed click on override redirect windows being handled by the root
8290         window
8292         * fvwm/misc.c (GrabEm):
8293         confine the pointer to the root window when grabbed
8295         * fvwm/events.c (HandleUnmapNotify):
8296         fixed reparenting problem with restarts from desks != 0
8298 2002-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8300         * fvwm/events.c:
8301         removed experimental code
8303 2002-11-28  olicha  <olivier.chapuis@free.fr>
8305         * fvwm/borders.c (border_get_border_background):
8306         (border_draw_decor_to_pixmap):
8307         (border_fill_pixmap_background):
8308         Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8309         soon.
8311 2002-11-26  Mikhael Goikhman  <migo@homemail.com>
8313         * fvwm/fvwm.c (InitVariables):
8314         fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8315         of 100%
8316         * fvwm/virtual.c (CMD_EdgeScroll):
8317         minor spacing
8319         * fvwm/ConfigFvwmDefaults:
8320         do not include empty ConfigFvwmProxyDefaults, added one binding
8322 2002-11-26  olicha  <olivier.chapuis@free.fr>
8324         * libs/Colorset.c (CreateBackgroundPixmap):
8325         * fvwm/colorset.c (parse_colorset):
8326         Be more safe with the E root pixmap
8328 2002-11-25  olicha  <olivier.chapuis@free.fr>
8330         * fvwm/move_resize.c (__move_loop):
8331         Redraw the transparent decoration parts when a move is abored
8333         * fvwm/colorset.c (parse_colorset):
8334         Fixed the fgsh Colorset colors when the Image change but not the bg
8336 2002-11-24  Jason Weber  <baboon@imonk.com>
8338         * fvwm/conditional.c (CMD_Direction):
8339         Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8340         eventual traversal of all windows over repeated calls.  It also cycles
8341         back to the opposite extent when it hits the limit in the given
8342         direction.
8344 2002-11-22  olicha  <olivier.chapuis@free.fr>
8346         * fvwm/borders.h:
8347         * fvwm/borders.c (get_common_decorations):
8348         (border_get_parts_and_pos_to_draw):
8349         (border_get_changed_border_parts):
8350         (border_get_frame_pixmap, new):
8351         (border_get_border_background):
8352         (border_draw_one_border_part):
8353         (border_draw_decorations):
8354         (border_get_tb_parts_to_draw):
8355         (border_fill_pixmap_background):
8356         (border_get_titlebar_descr_state, new):
8357         (border_draw_titlebar):
8358         (border_setup_bar_pixmaps, new):
8359         (border_get_bar_pixmaps, new):
8360         (border_free_bar_pixmaps, new):
8361         (border_setup_use_title_style, new):
8362         (border_set_button_pixmap):
8363         (border_set_title_pixmap):
8364         (border_draw_one_button):
8365         (border_set_button_pixmap):
8366         (border_draw_title_deep):
8367         (border_get_transparent_decorations_part, new):
8368         Title, Border and Buttons Style Colorset Option: Drawing
8370         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8371         (__move_window):
8372         (__move_loop):
8373         * fvwm/frame.c (__frame_setup_window):
8374         (frame_has_handles_and_tiled_border):
8375         (frame_create_move_resize_args):
8376         (frame_free_move_resize_args):
8377         Title, Border and Buttons Style Colorset Option: External drawing
8378         stuff. Basically additional redrawing for RootTransparent
8380         * fvwm/builtins.c (update_decorface_colorset, new):
8381         (update_titlebutton_colorset, new):
8382         (update_decors_colorset, new):
8383         (update_fvwm_colorset):
8384         Title, Border and Buttons Style Colorset Option: Dynamic updating
8386         * fvwm/screen.h:
8387         * fvwm/builtins.c (ReadDecorFace):
8388         Title, Border and Buttons Style Colorset Option: Configuration
8390         * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8391         * libs/Colorset.h:
8392         Title, Border and Buttons Style Colorset Option: Convinent macros and
8393         function
8395 2002-11-18  Dan Espen  <dane@mk.telcordia.com>
8397         * libs/Makefile.am: Add missing Bindings.h.
8399 2002-11-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8401         * fvwm/move_resize.c (__move_loop):
8402         send M_CONFIGURE_WINDOW only when the window actually moves
8404 2002-11-16  Mikhael Goikhman  <migo@homemail.com>
8406         * libs/FBidi.c:
8407         * libs/FBidi.h:
8408         * libs/FBidiJoin.c:
8409         * libs/FBidiJoin.h:
8410         * libs/Makefile.am:
8411         incorporated a shape-and-join bidi functionality from Nadim Shaikli
8412         with minor improvements; it is disabled for now (#if 0) since
8413         some Arabic chars cause core dump
8415 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8417         * fvwm/fvwm.1.in (Examples):
8418         added documentation of Icon option for PlaceAgain command
8420         * fvwm/events.c (__handle_key_event):
8421         fixed global key binding problem
8423 2002-11-15  olicha  <olivier.chapuis@free.fr>
8425         * libs/Bindings.c (MatchBindingExactly):
8426         (__compare_binding):
8427         compile fixes w/o stroke lib
8429         * NEWS:
8430         * fvwm/geometry.c (get_title_font_size_and_offset):
8431         * fvwm/builtins.c (do_title_style):
8432         New MinHeight option to TitleStyle
8434 2002-11-15  olicha  <olivier.chapuis@free.fr>
8436         * fvwm/builtins.c (update_fvwm_colorset):
8437         (CMD_Colorset):
8438         (do_title_style):
8440         * fvwm/builtins.h:
8441         * fvwm/colorset.c (update_root_transparent_colorset):
8442         Fixed update of the RootTransparent colorset in fvwm
8444 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8446         * libs/Bindings.c (__compare_binding):
8447         (MatchBindingExactly):
8448         compoile fixes w/o stroke lib
8450 2002-11-14  olicha  <olivier.chapuis@free.fr>
8452         * fvwm/fvwm.1.in:
8453         * INSTALL.fvwm:
8454         * NEWS
8455         Removed any reference on "xft and flickering"
8457 2002-11-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8459         * fvwm/eventmask.h (XEVMASK_ICONW):
8460         * fvwm/events.c (HandleKeyRelease):
8461         (HandleKeyPress):
8462         (__handle_key_event):
8463         * fvwm/bindings.c (ParseBinding):
8464         (activate_binding):
8465         * libs/Bindings.h (enum):
8466         implemented key release bindings; prefix the key name with a '-';
8467         does not work well with some applications
8469 2002-11-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8471         * libs/Bindings.h:
8472         new file
8474         * fvwm/bindings.c (ParseBinding):
8475         (binding_cmd):
8476         (activate_binding):
8477         (bind_get_bound_button_contexts):
8478         (ParseBinding):
8479         (CMD_Stroke):
8480         (CMD_Mouse):
8481         (CMD_PointerKey):
8482         (CMD_Key):
8483         (RemoveMatchingBinding):
8484         (AddBinding):
8485         (AreBindingsEqual):
8486         (GrabWindowKey):
8487         (GrabWindowButton):
8488         (GrabAllWindowKeysAndButtons):
8489         * fvwm/module_interface.c (CMD_ModuleSynchronous):
8490         * fvwm/events.c (__handle_bpress_on_root):
8491         (__handle_bpress_on_managed):
8492         (HandleButtonRelease):
8493         * fvwm/builtins.c (CMD_Wait):
8494         (CMD_StrokeFunc):
8495         * libs/fvwmlib.h (enum):
8496         fixed Key vs. PointerKey with "A"ny context
8498 2002-11-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8500         * fvwm/icons.c (Iconify):
8501         icon placement safety patch
8502         (CreateIconWindow):
8503         fixed initial position of application provided icon windows
8505         * fvwm/session.c (LoadWindowStates):
8506         fixed parsing of strings beginning with whitespace in session file
8508         * fvwm/fvwm.1.in (Note):
8509         * fvwm/style.c (style_set_old_focus_policy):
8510         * libs/defaults.h (DEF_FP_MODIFIERS):
8511         set default modifiers for raising/focusing to N again
8513 2002-11-11  olicha  <olivier.chapuis@free.fr>
8515         * fvwm/fvwm.1.in:
8516         * fvwm/fvwm.c (main):
8517         (usage):
8518         named-palette -> visual-palette, -N -> -P
8520 2002-11-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8522         * fvwm/ConfigFvwmDefaults:
8523         include ConfigFvwmProxyDefaults
8525         * fvwm/fvwm.c (usage):
8526         polished usage message
8528 2002-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8530         * fvwm/fvwm.c (usage):
8531         (main):
8532         cleaned up usage and error messages
8533         use short option names in usage message an man page synopsis
8534         all options are case sensitive
8535         do not mention the "-" style long options in the man page; instead use
8536         the "--" style
8538         * fvwm/add_window.c (setup_frame_window):
8539         * fvwm/events.c (HandleMapNotify):
8540         * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8541         fixed empty decorations after recapture
8543         * fvwm/geometry.c (get_icon_geometry):
8544         * fvwm/icons.c (clear_icon):
8545         fixed icon jumping to 0 0 when the icon layout changes after the icon
8546         has been moved manually
8548         * fvwm/move_resize.c (__move_icon):
8549         fixed MoveToPage with icons
8551 2002-11-09  olicha  <olivier.chapuis@free.fr>
8553         * libs/Fft.c (FftGetRotatedFont):
8554         (FftGetFont):
8555         * libs/Fft.h:
8556         Check the return result of FftPatternGetMatrix
8558         * libs/Flocale.h:
8559         * libs/PictureBase.h:
8560         Added two macro
8562 2002-11-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8564         * fvwm/ewmh_conf.c (set_state_workaround):
8565         * fvwm/functable.c (func_table):
8566         * fvwm/update.c (apply_window_updates):
8567         * fvwm/windowlist.c (CMD_WindowList):
8568         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8569         (ewmh_WMStateSticky):
8570         * fvwm/conditional.c (CreateConditionMask):
8571         (CreateConditionMask):
8572         * fvwm/gnome.c (GNOME_SetHints):
8573         (GNOME_GetStyle):
8574         (GNOME_HandlePropRequest):
8575         * fvwm/placement.c (SmartPlacement):
8576         (get_next_x):
8577         (test_fit):
8578         (get_next_y):
8579         (PlaceWindow):
8580         * fvwm/session.c (SaveWindowStates):
8581         (MatchWinToSM):
8582         * fvwm/ewmh.c (check_desk):
8583         (EWMH_SetWMDesktop):
8584         (ewmh_ComputeAndSetWorkArea):
8585         (ewmh_HandleDynamicWorkArea):
8586         (ewmh_HandleDesktop):
8587         (ewmh_HandleDock):
8588         (ewmh_HandleMenu):
8589         (ewmh_HandleToolBar):
8590         * fvwm/virtual.c (UnmapDesk):
8591         (MapDesk):
8592         (MoveViewport):
8593         (MoveViewport):
8594         (do_move_window_to_desk):
8595         * fvwm/icons.c (setup_icon_title_size):
8596         (DrawIconTitleWindow):
8597         (AutoPlaceIcon):
8598         (Iconify):
8599         * fvwm/borders.c (is_button_toggled):
8600         (get_common_decorations):
8601         (border_draw_title_stick_lines):
8602         * fvwm/add_window.c (AddWindow):
8603         * fvwm/move_resize.c (__move_window):
8604         (is_window_sticky_on_page):
8605         (is_window_sticky_on_desk):
8606         (MaximizeWidth):
8607         (MaximizeHeight):
8608         (stick_page):
8609         (stick_desk):
8610         (handle_stick):
8611         (handle_stick_page):
8612         (handle_stick_desk):
8613         (__handle_stick_exit):
8614         (CMD_StickDesk):
8615         (CMD_StickPage):
8616         * fvwm/style.c (style_parse_one_style_option):
8617         (check_window_style_change):
8618         * fvwm/style.h:
8619         * fvwm/fvwm.h:
8620         New Style options stickypage and stickydesk
8621         New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8622         StickyDesk, OnlyStickyPage, OnlyStickyDesk
8623         New conditions StickyPage and StickyDesk
8624         New commands StickPage and StickDesk
8626         * fvwm/move_resize.c (__move_window):
8627         do not unstick a window when using MoveToScreen
8629         * fvwm/ewmh_conf.c:
8630         reindented
8632         * fvwm/commands.h:
8633         * fvwm/functable.c (func_table):
8634         * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8635         renamed EWMHBaseStrut to EwmhBaseStruts
8637         * fvwm/style.c (style_set_old_focus_policy):
8638         SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8639         (style_parse_one_style_option):
8640         renamed "Border" style to "Borders"
8641         removed "NoBorder" style; use !Borders instead
8642         renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8643         renamed PlacmentOverlapPercentPenalties to
8644         MinOverlapPercentPlacementPenalties
8646         * fvwm/fvwm.1.in:
8647         * NEWS:
8648         corrected typo
8650         * libs/Fft.c:
8651         Fixed compiler warnings
8653 2002-11-09  Mikhael Goikhman  <migo@homemail.com>
8655         * configure.in:
8656         autogenerate FvwmWindowLister files
8658         * fvwm/fvwm.1.in:
8659         mention fvwm-menu-directory and fvwm-menu-desktop as examples
8660         of MissingSubmenuFunction and DynamicPopupAction
8662 2002-11-08  olicha  <olivier.chapuis@free.fr>
8664         * libs/PictureUtils.c (alloc_color_proportion):
8665         (alloc_color_proportion_dither):
8666         (alloc_color_proportion_grey):
8667         (alloc_color_x):
8668         (free_colors_in_table):
8669         (free_colors_x):
8670         (init_static_colors_table):
8671         (PictureFreeColors):
8672         (PictureInitColors):
8673         (PicturePrintColorInfo):
8674         Fixed StaticColor visual. Rename some of the color allocators. Clean up
8675         free colors stuff
8677 2002-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8679         * fvwm/move_resize.c (__move_window):
8680         ignore MoveToPage with sticky windows
8682         * fvwm/conditional.c (Circulate):
8683         (circulate_cmd):
8684         Next and Prev commands begin looking at the context window, if any
8686         * fvwm/focus.c (__focus_grab_buttons):
8687         fixed initial button grabbing on client window
8689         * fvwm/stack.c (BroadcastRestack):
8690         split long packets, fixed a bug and cleaned up
8692         * libs/Module.c (ReadFvwmPacket):
8693         ignore packets that are too long
8695         * fvwm/fvwm.1.in:
8696         document PopupDelay and PopdownDelay defaults
8698 2002-11-06  olicha  <olivier.chapuis@free.fr>
8700         * libs/Fft.c (FftGetFont):
8701         (FftGetRotatedFont):
8702         Use a more perfectioned method for loading font with Xft/Fc. This
8703         method allows sanity check. Preserve the matrix when rotating
8704         Xft/Fc fonts.
8706         * libs/Flocale.c (FlocaleGetMinOffset):
8707         (FlocaleRotateDrawString):
8708         (FlocaleGetFontSet):
8709         (FlocaleGetFont):
8710         * libs/Fft.c (FftDrawString):
8711         (FftGetFont):
8712         * libs/FftInterface.h:
8713         * fvwm/geometry.c (get_title_font_size_and_offset):
8714         Move the computation of the good "y" for drawing text into Flocale.
8715         Use the max ascent, descent and height for font metric (in the place
8716         of the min's one).
8718         * libs/Flocale.c (FlocalePrintLocaleInfo):
8719         * libs/Flocale.h:
8720         * libs/Fft.c (FftPrintPatternInfo):
8721         * libs/Fft.h:
8722         * fvwm/builtins.c (CMD_PrintInfo):
8723         * NEWS:
8724         * fvwm.1.in:
8725         New option "Locale" to PrintInfo Command
8727 2002-11-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8729         * fvwm/events.c (HandleExpose):
8730         removed no-op
8732 2002-11-04  Dan Espen  <dane@mk.telcordia.com>
8734         * fvwm/fvwm.1.in: colour -> color
8735         Language check.
8737 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8739         * fvwm/fvwm.1.in:
8740         * fvwm/fvwm.c (usage):
8741         (main):
8742         pallet -> palette
8744 2002-11-04  olicha  <olivier.chapuis@free.fr>
8746         * configure.in:
8747         Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
8749         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8750         (finish_ct_init):
8751         (PictureFreeColors):
8752         (PicturePrintColorInfo):
8753         Trace colours allocation out of the pallet in depth <= 8. Better
8754         information on coulours
8756         * libs/Fft.c (FftGetRotatedFont):
8757         * libs/Fft.h:
8758         Fixed rotated font when the original font has a matrix
8760         * libs/PictureBase.c (PictureInitCMapRoot):
8761         * libs/PictureUtils.h:
8762         * libs/PictureUtils.c (PictureInitColors):
8763         (PictureAllocColorTable):
8764         * libs/PictureBase.h (PictureColorLimitOption):
8765         * fvwm/fvwm.c (main):
8766         * fvwm/fvwm.1.in
8767         New options -strict-color-limit, -allocate-pallet, -static-pallet,
8768         -named-pallet. -color-limit now take only integer argument.
8771 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8773         * libs/Module.h (struct):
8774         new type FvwmWinPacketBodyHeader to access the standard fields in a
8775         packet with a window
8777 2002-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8779         * NEWS:
8780         updated for 2.4.13
8782         * fvwm/functable.c (func_table):
8783         * fvwm/commands.h:
8784         * fvwm/style.c (style_parse_one_style_option):
8785         (parse_and_set_window_style):
8786         (__style_command):
8787         (CMD_Style):
8788         (CMD_FocusStyle):
8789         added a new command FocusStyle as a shorthand for
8790         "Style * FP..., FP..."
8792         * fvwm/builtins.c (__parse_vector_line_one_coord):
8793         (__parse_vector_line):
8794         (ReadDecorFace):
8795         split vector line parsing into sub functions
8796         (FreeDecorFace):
8797         fixed core dump in vector button offset patch
8799 2002-11-01  Marcus Lundblad <ml@update.uu.se>
8801         * fvwm/screen.h (vector_coords):
8802         added fields for offsets
8803         * fvwm/builtins.c (ReadDecorFace):
8804         rewrote parser for vector definitions to accept optional offsets
8805         * fvwm/fvwm.c (LoadDefaultLeftButton):
8806         (LoadDefaultRightButton)
8807         set default values for offsets
8808         * fvwm/borders.c (border_draw_vector_to_pixmap):
8809         updated XDrawLine call to take offsets into account
8810         * fvwm/fvwm.1.in:
8811         documented new options for vector offsets
8813 2002-11-01  olicha  <olivier.chapuis@free.fr>
8815         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8816         Fixed icon tint pixel, it was set to icon tint percent during some
8817         renaming
8819 2002-10-31  olicha  <olivier.chapuis@free.fr>
8821         * libs/PictureUtils.c (PictureAllocColorImage):
8822         (PictureOpenImageColorAllocator):
8823         (PictureCloseImageColorAllocator):
8824         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8825         (FIMAGE_CMD_ARGS):
8826         (PImageLoadXpm):
8827         (PImageCreatePixmapFromArgbData):
8828         (PImageLoadPixmapFromFile):
8829         * libs/PictureBase.h (FvwmPictureThing):
8830         (PictureImageColorAllocator):
8831         * libs/Picture.h:
8832         * libs/Picture.c (PDestroyFvwmPicture):
8833         (PLoadFvwmPictureFromPixmap):
8834         * libs/Graphics.c (CreateGradientPixmap):
8835         * fvwm/fvwm.c:
8836         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8837         Added a new way to allocate colors for image and gradient. This method
8838         allows, in particular, to save (in a "fast" way) the allocated pixels
8839         with a minimal memory usage.
8840         Fixed color leaks for png, ewmh and dithered xpm images.
8842         * fvwm/add_window.c (destroy_icon):
8843         * fvwm/fvwm.h (FvwmWindow):
8844         * fvwm/icons.c (GetIconFromFile):
8845         Fixed color leaks
8847 2002-10-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8849         * fvwm/commands.h:
8850         * fvwm/functable.c:
8851         * fvwm/stack.c (enum):
8852         (position_new_window_in_stack_ring):
8853         (new_layer):
8854         (must_move_transients):
8855         (restack_windows):
8856         (__restack_window):
8857         (__raise_lower_recursion):
8858         (__raise_or_lower_window):
8859         (raise_or_lower_window):
8860         (collect_transients_recursive):
8861         (__is_restack_transients_needed):
8862         (RestackWindow):
8863         (CMD_RestackTransients):
8864         new command RestackTransients which works like Raise and Lower but does
8865         not restack windows that are not transient
8866         renamed some functions
8867         general cleanup
8869         * fvwm/fvwm.1.in:
8870         corrected cursor movement key bindings
8872         * fvwm/bindings.c (activate_binding):
8873         fixed problem w/ bindings being overridden by applications OpenOffice
8874         and the Gnome panel
8876 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
8878         * configure.in:
8879         * NEWS:
8880         switched to 2.5.5
8882         * configure.in:
8883         include FvwmProxy to build
8885 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
8887         * configure.in:
8888         exclude FvwmProxy from build
8890         * configure.in:
8891         * NEWS:
8892         updated for 2.5.4
8894 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8896         * configure.in:
8897         added FvwmProxy module
8899 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
8901         * fvwm/fvwm.1.in:
8902         * fvwm/windowlist.c (CMD_WindowList):
8903         renamed SortClassName to SortByClass
8905 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8907         * fvwm/menustyle.c (menustyle_update):
8908         (menustyle_parse_style):
8909         (menustyle_get_styleopt_index):
8910         (menustyle_parse_style):
8911         (CMD_CopyMenuStyle):
8912         * fvwm/menustyle.h:
8913         removed HilightRelief MenuStyle and hard coded it
8915 2002-10-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8917         * fvwm/menus.c (make_menu_window):
8918         fixed updating menu background with "Menustyle * Background"
8920         * fvwm/stack.c (__get_stacking_sibling):
8921         (restack_windows):
8922         fixed another stacking problem
8924 2002-10-28  Mikhael Goikhman  <migo@homemail.com>
8926         * acinclude.m4:
8927         * configure.in:
8928         corrected and lined up several help lines
8930         * INSTALL.fvwm:
8931         added --enable-xinerama-emulation description
8933 2002-10-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8935         * fvwm/stack.c (restack_windows):
8936         (__get_stacking_sibling):
8937         fixed another stacking problem
8939 2002-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8941         * fvwm/add_window.c (AddWindow):
8942         braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
8943         windows starting lowered or on other layers in FvwmPager
8945         * fvwm/stack.c (restack_windows):
8946         (__get_visible_window):
8947         fixed a stacking problem with layers
8949 2002-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8951         * fvwm/functable.c (func_table):
8952         fixed Pick command
8954 2002-10-24  Mikhael Goikhman  <migo@homemail.com>
8956         * NEWS:
8957         * fvwm/fvwm.1.in:
8958         * fvwm/windowlist.c:
8959         new WindowList option SortByResource
8961         * fvwm/style.c (check_window_style_change):
8962         * libs/FlocaleCharset.c:
8963         fixed gcc warning
8965         * AUTHORS:
8966         place recent authors to the top, not bottom
8968         * fvwm/builtins.c:
8969         corrected typo in error message
8971 2002-10-23  Dan Espen  <dane@mk.telcordia.com>
8973         * fvwm/fvwm.1.in: Lang check done.
8975 2002-10-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8977         * fvwm/menus.c:
8978         work on new menu loop code
8980         * libs/timeout.h:
8981         * libs/timeout.c:
8982         new files
8984         * fvwm/menus.c (__mloop_handle_event):
8985         (__mloop_get_event):
8986         (__mloop_handle_action_with_mi):
8987         * fvwm/menus.h (MenuReturn):
8988         renamed MenuReturn member menu to target_menu
8990         * fvwm/menus.c (__mloop_handle_event):
8991         * fvwm/menus.h (MenuReturn):
8992         removed a "write only" member of MenuReturn
8994         * fvwm/conditional.c (circulate_cmd):
8995         fixed the "Any" command
8997 2002-10-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8999         * fvwm/stack.c (mark_transient_subtree):
9000         fixed stack ring corruption with iconified transients
9001         (restack_windows):
9002         fixed a problem with lowering windows below the icons of their
9003         transients
9005 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9007         * libs/Colorset.c:
9008         * fvwm/menustyle.c:
9009         * libs/Colorset.h:
9010         * libs/Flocale.h:
9011         * libs/PictureBase.h:
9012         * fvwm/menuitem.c:
9013         * fvwm/geometry.c:
9014         * fvwm/colorset.c:
9015         renamed colorset_struct to colorset_t
9017 2002-10-22  olicha  <olivier.chapuis@free.fr>
9019         * libs/PictureUtils.c:
9020         Minor fixes and add #if O experimental code
9022 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9024         * fvwm/icons.c (DrawIconPixmapWindow):
9025         (DrawIconWindow):
9026         * fvwm/events.c (HandlePropertyNotify):
9027         * libs/Fft.c (FftDrawString):
9028         * libs/Colorset.c (DumpColorset):
9029         (LoadColorset):
9030         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9031         use renamed colorset_struct members
9033         * libs/Colorset.h (colorset_struct):
9034         renamed and re-sorted members and cut down bit field lengths for
9035         percentile members
9037         * fvwm/menustyle.c (menustyle_update):
9038         fixed core dump
9040         * fvwm/stack.c (restack_windows):
9041         fixed flickering when raising transients; can't prevent flickering when
9042         lowering a window completely
9043         (restack_windows):
9044         fixed unnecessary error message
9046         * fvwm/fvwm.c (main):
9047         init Scr to zeros
9049         * fvwm/stack.c (__restack_window):
9050         fixed a stacking problem with icons
9052         * fvwm/add_window.c (destroy_icon):
9053         fixed a memory leak
9055 2002-10-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9057         * fvwm/menuitem.c (menuitem_paint):
9058         * fvwm/menustyle.c (menustyle_parse_style):
9059         * fvwm/menus.c (paint_side_pic):
9060         (paint_menu):
9061         (select_menu_item):
9062         (repaint_transparent_menu):
9063         * fvwm/menustyle.h (MenuLook):
9064         cleaned up menu drawing code, fixed last patch
9066         * fvwm/menuitem.c (menuitem_paint):
9067         * fvwm/menustyle.c (menustyle_parse_style):
9068         fixed HilightBack default
9070         * fvwm/bindings.c (binding_cmd):
9071         (bind_get_bound_button_contexts):
9072         (ParseBinding):
9073         * fvwm/screen.h (ScreenInfo):
9074         fixed mouse bindings with buttons > 5
9076         * fvwm/menuitem.c (menuitem_paint):
9077         * fvwm/menustyle.c (menustyle_parse_style):
9078         (menustyle_parse_style):
9079         (CMD_CopyMenuStyle):
9080         (menustyle_update):
9081         (menustyle_free):
9082         * fvwm/menus.c (repaint_transparent_menu):
9083         * fvwm/menustyle.h:
9084         HilightBack and ActiveFore are now independent
9086 2002-10-18  olicha  <olivier.chapuis@free.fr>
9088         * libs/PictureUtils.c (get_color_index):
9089         (create_mapping_table):
9090         (PictureAllocColorTable):
9091         Use a new distance and method for color approximation. Use 68 colors
9092         for the default under depth 8. I am happy with this, should use a
9093         similar distance method for dithering
9095         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9096         (PictureAllocColorTable):
9097         (PictureDitherByDefault):
9098         (PictureUseBWOnly):
9099         (PictureIitColors):
9100         (PicturePrintColorInfo):
9101         * libs/PictureUtils.h:
9102         Allows -color-limit to work with any visual and depth for testing
9103         propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9105         * fvwm/colorset.c:
9106         Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9108 2002-10-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9110         * fvwm/add_window.c (get_default_window_attributes):
9111         cleaned up
9113         * fvwm/builtins.c (CMD_ChangeDecor):
9114         removed some duplicate redrawing
9116         * fvwm/update.c (apply_decor_change):
9117         suppress duplicate window update upon ChangeDecor
9118         (apply_window_updates):
9119         do not delete the focus window
9121 2002-10-17  olicha  <olivier.chapuis@free.fr>
9123         * NEWS:
9124         A bunch of news
9126         * libs/Colorset.c (CreateBackgroundPixmap):
9127         Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9129         * fvwm/builtins.c (CMD_Colorset):
9130         Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9132 2002-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9134         * fvwm/add_window.c (AddWindow):
9135         * fvwm/update.c (apply_window_updates):
9136         * fvwm/move_resize.c (handle_stick):
9137         (CMD_Stick):
9138         suppress drawing of sticky decorations initially
9139         reduce module communication overhead when (un)sticking windows
9141         * fvwm/borders.c (border_draw_decorations):
9142         * fvwm/window_flags.h:
9143         * fvwm/fvwm.h:
9144         * fvwm/frame.c (frame_create_move_resize_args):
9145         (get_resize_decor_gravities_one_axis):
9146         (frame_mrs_setup_draw_decorations):
9147         (mr_args_internal):
9148         initialize window decorations with a "None" pixmap;
9149         delay drawing window decorations initially to prevent drawing multiple
9150         times;
9151         => windows grabbing the focus upon startup are drawn focused
9152         immediately
9154         * fvwm/frame.c (frame_free_move_resize_args):
9155         reparent the frame hide windows to NoFocusWin instead of Root to
9156         suppress unnecessary ReparentNotify events
9158 2002-10-16  olicha  <olivier.chapuis@free.fr>
9160         * fvwm/fvwm.c (main):
9161         Fixed a typo
9163         * libs/FRender.h:
9164         Fixed compilation with X cvs
9166         * libs/Colorset.c (CreateBackgroundPixmap):
9167         Fixed a GC leak
9169         * fvwm/events.c (HandlePropertyNotify):
9170         * fvwm/colorset.c (update_root_pixmap):
9171         Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9172         to found a root pixmap
9174 2002-10-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9176         * fvwm/bindings.c (bind_get_bound_button_contexts):
9177         another mouse binding fix
9179         * fvwm/conditional.c (CreateConditionMask):
9180         simplified parsing
9181         all conditions have a negation with '!' prepended
9182         (Circulate):
9183         (CMD_All):
9184         (select_cmd):
9185         Current, All, Pick, ThisWindow and PointerWindow imply the
9186         CirculateHitShaded condition.
9188         * fvwm/focus.c (__focus_grab_buttons):
9189         * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9190         fixed bindings using mouse buttons >= 6
9192 2002-10-15  olicha  <olivier.chapuis@free.fr>
9194         * libs/PictureUtils.c (PicturePrintColorInfo):
9195         (print_colormap):
9196         * fvwm/commands.h:
9197         * fvwm/functable.c (func_table):
9198         * fvwm/builtins.c (CMD_PrintInfo):
9199         * fvwm/fvwm.1.in:
9200         New cmd PrintInfo. Only one arg at present time: "Colors"
9202         * fvwm/fvwm.c (main):
9203         Auto detect card with 2 hardware colormaps and choose the best
9204         visual and colormap
9206         * libs/PictureUtils.c (PictureInitColors):
9207         (*):
9208         * libs/PictureUtils.h:
9209         * fvwm/fvwm.c (main):
9210         * libs/PictureBase.c (PictureInitCMapRoot):
9211         (PictureInitCMap):
9212         * libs/PictureBase.h:
9213         Try to support DirectColor visual in a good way, I do not think
9214         this is really useful.
9215         Added a flexible interface function PictureInitColors for
9216         colors allocation initialization.
9217         Some cleanup in color allocation and some preparation for a new
9218         method for saving and freeing colors allocated by images and gradients.
9219         Removed some ifdefed to 0 debug code.
9221         * libs/Picture.c (*):
9222         * libs/Picture.h:
9223         * libs/PictureImageLoader.c (*):
9224         * libs/PictureImageLoader.h:
9225         Replace Root by win
9227 2002-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9229         * fvwm/add_window.c (setup_key_and_button_grabs):
9230         * fvwm/bindings.c (ParseBinding):
9231         (activate_binding):
9232         * fvwm/add_window.c (setup_key_and_button_grabs):
9233         don't grab window context specific bindings anymore; instead, set
9234         Scr.buttons2grab accordingly
9236         * fvwm/bindings.c (activate_binding):
9237         fixed stroke bindings on window context being ignored if no other
9238         action was bound to that context
9240         * fvwm/add_window.c (destroy_icon):
9241         fixed duplicate icon pixmap when switching from NoIconOverride to
9242         IconOverride
9244 2002-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9246         * fvwm/icons.c:
9247         re-indented some code
9248         (AutoPlaceIcon):
9249         fixed random position of icon title for icons with a position hint
9251         * fvwm/fvwm.1.in:
9252         corrected default of Use/NoIconPosition style
9254 2002-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9256         * fvwm/windowlist.c (CMD_WindowList):
9257         fixed random string for iconified windows in the WindowList
9259 2002-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9261         * NEWS:
9262         updated for 2.4.12
9264 2002-10-08  olicha  <olivier.chapuis@free.fr>
9266         * libs/PictureBase.c (*):
9267         (PictureInitCMapRoot)
9268         (PictureSetupWhiteAndBlack):
9269         (PictureWhitePixel):
9270         (PictureBlackPixel):
9271         (PictureDefaultGC):
9272         New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9273         of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9274         New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9275         but always use the root visual and allows to set or not a private
9276         color limit table.
9277         New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9278         but which respects the Pvisual
9280         * libs/PictureGraphics.c (*):
9281         * libs/FScreen.c (FScreenInit):
9282         * libs/FRender.c (FRenderRender):
9283         * libs/Fft.c (FftDrawString):
9284         * fvwm/icons.c (CreateIconWindow):
9285         * fvwm/colorset.c (parse_colorset):
9286         * fvwm/move_resize.c (CMD_XorValue):
9287         * fvwm/colorset.c (alloc_colorset):
9288         * fvwm/fvwm.c (main):
9289         Use the new interface functions and some fix if the fvwm depth !=
9290         the root depth.
9292         * libs/PictureUtils.c (PictureAllocColorTable):
9293         Change the default color table to a 4x4x4 cc + 4 grey
9295 2002-10-07  Dan Espen  <dane@mk.telcordia.com>
9297         * fvwm/fvwm.1.in: Use built-in, not builtin.
9299 2002-10-06  Mikhael Goikhman  <migo@homemail.com>
9301         * configure.in:
9302         s/FvwmNewDebug/FvwmDebug/
9304         * fvwm/commands.h:
9305         * fvwm/conditional.c (CMD_NoWindow):
9306         * fvwm/functable.c:
9307         * NEWS:
9308         new command NoWindow to remove window context
9310         * fvwm/fvwm.1.in:
9311         use "fvwm" spelling, at least in the middle of sentences
9313 2002-10-06  Dan Espen  <dane@mk.telcordia.com>
9315         * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9316         builtin commands.  Use "builtin", not "built in" or "built-in".
9317         Other adjustments.
9319 2002-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9321         * libs/Graphics.c (do_relieve_rectangle):
9322         removed debug message
9324         * fvwm/focus.c (__update_windowlist):
9325         (__set_focus_to_fwin):
9326         fixed reversal of __update_windowlist arguments causing FlipFocus to
9327         break [and maybe other things]
9329 2002-10-05  olicha  <olivier.chapuis@free.fr>
9331         * libs/PictureUtils.c (alloc_color_cube):
9332         It si possible to enable "gamma correction" for colors cubes (disabled,
9333         define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9335         * libs/PictureUtils.c (get_color_index):
9336         (create_mapping_table):
9337         Use a more exact approximation of colors for pur cc without the big
9338         16x16x16 cc
9340         * libs/PictureUtils.c (PictureFreeColors):
9341         Fixed a memory leak
9343         * libs/Graphics.c (CreateGradientPixmap):
9344         (CreateGradientPixmapFromString):
9345         Cleanup
9347 2002-10-04  olicha  <olivier.chapuis@free.fr>
9349         * libs/PictureUtils.c (*):
9350         Used a better color approximation for color cube when we do not dither.
9351         Added some new colors tables: color cube with some grey colors.
9352         Change the default to a 4x4x3 cc with 6 grey (54 colors).
9353         Some visual fixes.
9355         * fvwm/fvwm.c (main):
9356         Fixed the visual option
9358 2002-10-03  Mikhael Goikhman  <migo@homemail.com>
9360         * configure.in:
9361         generate FvwmNewDebug and FvwmGtkDebug
9363 2002-10-02  olicha  <olivier.chapuis@free.fr>
9365         * libs/PictureUtils.c (USED_DIST):
9366         Used the euclidian distance for colors distance
9368         * libs/Fft.c (FftGetFont):
9369         Disable Xft if the Xserver does not support XRender
9371 2002-10-01  olicha  <olivier.chapuis@free.fr>
9373         * libs/Fft.c (FftGetFont):
9374         Disable Xft if the Xserver does not support XRender
9376         * libs/FRender.c (FRenderRender):
9377         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9378         Fixed
9380         * libs/Colorset.c (SetRectangleBackground):
9381         (SetClippedRectangleBackground):
9382         * libs/Colorset.h:
9383         New interface function for drawing a subset of a colorset rectangle
9385 2002-09-26  olicha  <olivier.chapuis@free.fr>
9387         * fvwm/update.c (apply_window_updates):
9388         Fixed icons colorset update
9390         * libs/FRender.c (FRenderRender):
9391         Fixed bitmap rendering
9393         * fvwm/update.c (apply_window_updates):
9394         * fvwm/geometry.c (move_icon_to_position):
9395         * fvwm/events.c (HandleEnterNotify):
9396         (HandleExpose):
9397         (HandleLeaveNotify):
9398         (HandlePropertyNotify):
9399         * fvwm/add_window.c (setup_icon_font):
9400         * fvwm/icons.c (DrawIconWindow):
9401         (DrawIconTitleWindow):
9402         (DrawIconPixmapWindow):
9403         (ChangeIconPixmap):
9404         (RedoIconName):
9405         Fixed focus/unfocus flickering
9407 2002-09-25  olicha  <olivier.chapuis@free.fr>
9409         * fvwm/icons.c (DrawIconTitleWindow):
9410         One more drawing fix
9412 2002-09-24  olicha  <olivier.chapuis@free.fr>
9414         * fvwm/icons.c (DrawIconTitleWindow):
9415         An other drawing fix
9417 2002-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9419         * fvwm/move_resize.c (__move_loop):
9420         fixed uninitialised variable
9421         (InteractiveMove):
9422         fixed starting move at random position
9424 2002-09-24  olicha  <olivier.chapuis@free.fr>
9426         * fvwm/update.c (apply_window_updates):
9427         * fvwm/geometry.c (move_icon_to_position):
9428         * fvwm/events.c (HandleEnterNotify):
9429         (HandleExpose):
9430         (HandleLeaveNotify):
9431         (HandlePropertyNotify):
9432         * fvwm/add_window.c (setup_icon_font):
9433         * fvwm/icons.c (DrawIconWindow):
9434         (DrawIconTitleWindow):
9435         (DrawIconPixmapWindow):
9436         (ChangeIconPixmap):
9437         (RedoIconName):
9438         Fixed icon drawing. Split icon window drawing.
9440         * libs/FRender.c (*):
9441         Fixed compilation and small clean up
9443 2002-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9445         * fvwm/conditional.c (CreateFlagString):
9446         fixed quoting in conditional command conditions
9448         * fvwm/menus.c (__mloop_handle_event):
9449         removed unnecessary querying of pointer position on button release in
9450         menus
9451         (__menu_loop):
9452         fixed posting menus
9454         * fvwm/bindings.c (ParseBinding):
9455         increased maximum allowed key symbol name length to 200 characters
9457         * fvwm/execcontext.h (enum):
9458         * fvwm/fvwm.c (Done):
9459         (SetRCDefaults):
9460         (main):
9461         (StartupStuff):
9462         use new contexts
9464         * fvwm/execcontext.h (enum):
9465         added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9467         * fvwm/menus.c (pop_menu_up):
9468         fixed accidental menu animation with certain menu position hints
9470 2002-09-23  olicha  <olivier.chapuis@free.fr>
9472         * libs/FRender.c (*):
9473         Fixed(?) XRender rendering with some Xserver
9475         * fvwm/update.c (apply_window_updates):
9476         * fvwm/geometry.c (move_icon_to_position):
9477         * fvwm/events.c (HandleEnterNotify):
9478         (HandleExpose):
9479         (HandleLeaveNotify):
9480         (HandlePropertyNotify):
9481         * fvwm/add_window.c (setup_icon_font):
9482         * fvwm/icons.c (DrawIconWindow):
9483         (ChangeIconPixmap):
9484         (RedoIconName):
9485         Clip text and icon drawing for the icons
9487 2002-09-21  Mikhael Goikhman  <migo@homemail.com>
9489         * NEWS:
9490         * libs/System.c:
9491         Path commands now support form: "path1;ext1:path2:path3;ext3"
9492         where ext1 (for example, ".png") means all files in path1 should
9493         be forced to have extention ".png" even if the requested icon
9494         has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9496         * fvwm/execcontext.h:
9497         small changes in latters used for EXCT_* constants
9499         * fvwm/module_interface.c:
9500         * libs/Picture.c:
9501         * libs/PictureBase.c:
9502         * fvwm/cursor.c:
9503         some spacing reindentation
9505 2002-09-21  olicha  <olivier.chapuis@free.fr>
9507         * libs/FRender.c (FRenderCompositeAndCheck):
9508         Temporally take GraphicsExposure in account
9510 2002-09-20  Mikhael Goikhman  <migo@homemail.com>
9512         * libs/vpacket.h:
9513         fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9515 2002-09-20  olicha  <olivier.chapuis@free.fr>
9517         * fvwm/icons.c (GetIconPicture):
9518         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9519         Fixed the alpha channel
9521 2002-09-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9523         * NEWS:
9524         updated for 2.4.11
9526 2002-09-20  olicha  <olivier.chapuis@free.fr>
9528         * libs/FRender.c (FRenderTintPicture):
9529         (FRenderTintRectangle):
9530         (FRenderRender):
9531         * libs/FRenderInterface.h:
9532         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9533         Make FRender code more modular. Add a 24+8 tinting method and enable it
9534         in the place of the 32 tinting method (which can be enabled by defining
9535         USE_ABSOLUTE_FORMATE)
9537 2002-09-19  olicha  <olivier.chapuis@free.fr>
9539         * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9540         (animated_move_back):
9541         (pop_menu_up):
9542         (repaint_transparent_menu):
9543         * fvwm/move_resize.c (AnimatedMoveOfWindow):
9544         (AnimatedMoveAnyWindow):
9545         * fvwm/move_resize.h:
9546         Support the new colorset transparent options and fix greyed item
9547         of transparent animated menus
9549         * fvwm/menus.c (pop_menu_up):
9550         (animated_move_back):
9552         * libs/Rectangles.c:
9553         * libs/Rectangles.h:
9554         * libs/Makefile.am:
9555         New libs files for rectangles, segments, regions ..etc
9557         * fvwm/menus.c (clear_expose_menu_area):
9558         (get_menu_paint_item_parameters):
9559         (paint_menu):
9560         (select_menu_item):
9561         (ParentalMenuRePaint):
9562         (ParentalMenuRePaint):
9563         * fvwm/menuitem.c (clear_menu_item_background):
9564         (menuitem_paint):
9565         * fvwm/menuitem.h (MenuPaintItemParameters):
9566         Clip the item icons and text drawing
9568         * fvwm/menus.c (__mloop_exit):
9569         Fixed an indirect uninitialized variable bug
9571         * fvwm/menus.c (__mloop_handle_event): *
9572         (__mloop_handle_action_with_mi): *
9573         Update some comments
9575         * libs/FRender.c (FRenderVisualInit):
9576         (FRenderRender):
9577         * fvwm/colorset.c (parse_colorset):
9578         Small clean up
9580 2002-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9582         * fvwm/menus.c (__menu_loop):
9583         (__mloop_handle_action_with_mi):
9584         fixed parent menu redrawing
9586         * fvwm/style.c (check_window_style_change):
9587         * fvwm/update.c (apply_window_updates):
9588         * fvwm/add_window.c (setup_icon_size_limits):
9589         honour changes in IconSize style without recapture
9591         * fvwm/focus.c (focus_query_open_grab_focus):
9592         * fvwm/events.c (HandlePropertyNotify):
9593         * fvwm/add_window.c (setup_transientfor):
9594         take care of various funny initial transientfor settings
9596         * fvwm/stack.c (__raise_lower_recursion):
9597         new function
9598         fixed stacking core dump
9600 2002-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9602         * libs/Graphics.c:
9603         ANSI C fixes
9605         * configure.in:
9606         added a program that tests for -Werror option and similar; bug out of
9607         configure if the test program doesn't compile
9609 2002-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9611         * fvwm/fvwm.1.in:
9612         * configure.in:
9613         add a "do not edit" warning at the beginning of the man page
9615         * configure.in:
9616         enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9618         * libs/FScreen.c (XineramaQueryScreens):
9619         fixed linking problem when compiling without Xinerama
9621         * fvwm/cursor.c (CMD_CursorStyle):
9622         fixed cursorstyle command being applied to windows without handles
9624         * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9625         (EWMH_ProcessPropertyNotify):
9626         * fvwm/gnome.h (GNOME_ProcessClientMessage):
9627         (GNOME_HandlePropRequest):
9628         fixed dummy macros when compiling without gnome/ewmh support
9630 2002-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9632         * libs/queue.c (fqueue_add_inside):
9633         add a new command with the same execution time as a previous one behind
9634         it
9636         * configure.in:
9637         override CFLAGS and CPPFLAGS with empty strings instead of generating an
9638         error message
9640         * fvwm/functions.c (__execute_function):
9641         * fvwm/execcontext.h (exec_context_type_t):
9642         replace enum values with letters for readability
9644         * fvwm/functions.c (__execute_function):
9645         improved command log output
9647         * fvwm/schedule.c (execute_obj_func):
9648         fixed schedule queue timing
9650         * configure.in:
9651         refuse to run configure if CFLAGS is not empty
9653 2002-09-16  Mikhael Goikhman  <migo@homemail.com>
9655         * fvwm/misc.c:
9656         fixed compilation with --enable-command-log; simplified fvwm_msg()
9658         * libs/Module.c:
9659         reformatted; don't send end-of-line with SET_*MASK
9661 2002-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9663         * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9664         fixed multipixmap title drawing
9666         * fvwm/frame.h (struct):
9667         * fvwm/frame.c (frame_get_titlebar_dimensions):
9668         removed unused code
9670         * fvwm/events.c (HandlePropertyNotify):
9671         applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
9673         * libs/Fft.c (FftDrawString):
9674         -Wall fix when compiling w/o Xft
9676 2002-09-15  olicha  <olivier.chapuis@free.fr>
9678         * libs/Colorset.c (CreateBackgroundPixmap):
9679         Fixed a dpy problem with FvwmBacker
9680         * libs/Colorset.c (CreateBackgroundPixmap):
9681         Fixed creation a root transparent pixmap for small root pixmap
9683 2002-09-14  olicha  <olivier.chapuis@free.fr>
9685         * libs/Fft.c (FftDrawString):
9686         Fixed clip region with shadow font
9688         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
9689         Added a function to create translucent pixmaps
9690         * libs/Colorset.c (CreateBackgroundPixmap):
9691         A small fix
9692         * libs/FRender.c (FRenderRender):
9693         Allows to use the root window as src pixmap
9695 2002-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9697         * fvwm/fvwm.1.in:
9698         Fixed open double quotes in ButtonState section
9700 2002-09-13  Dan Espen  <dane@mk.telcordia.com>
9702         * fvwm/fvwm.1.in: Add -cmd module timeout information.
9704 2002-09-13  olicha  <olivier.chapuis@free.fr>
9706         * libs/Colorset.c (CreateBackgroundPixmap):
9707         (UpdateBackgroundTransparency):
9708         (SetRectangleBackground):
9709         * libs/Colorset.h:
9710         * fvwm/colorset.c (*):
9711         * fvwm/colorset.h:
9712         * fvwm/events.c (HandlePropertyNotify):
9713         Starting implementation of RootTransparent colorset. Worked on
9714         tinted Transparent colorset. Various colorset parsing fixes.
9716         * libs/Fft.c (FftDrawString):
9717         * libs/Flocale.h:
9718         Added the possibility to draw with a clipping region.
9720         * libs/FRender.c (FRenderRender):
9721         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9722         (PCreateRenderPixmap):
9723         (PGraphicsCreateTransprency):
9724         (PGraphicsTintRectangle):
9725         Improve current rendering functions to be able to tint the
9726         ParentalRelative pixmap or the background of a window.
9727         Re-enabled XRender rendering.
9729         * fvwm/borders.c:
9730         remove a #if 0 debug "render" code
9732 2002-09-13  Mikhael Goikhman  <migo@homemail.com>
9734         * fvwm/builtins.c (ReadTitleButton):
9735         * fvwm/screen.h:
9736         new button state shortcuts AllNormal, AllToggled,
9737         AllActive, AllInactive, AllUp, AllDown
9739         * fvwm/module_interface.c:
9740         minor reformatting
9742         * acconfig.h:
9743         possibly fixed compilation with non gcc
9745 2002-09-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9747         * fvwm/focus.c (_focus_grab_buttons):
9748         (__focus_grab_buttons):
9749         renamed
9750         (__focus_grab_one_button):
9751         grab all modifier combinations on client windows by default if
9752         necessary; this saves a lot of traffic but may grab unnecessary
9753         modifiers with mouse bindings on the client window
9755         * fvwm/fvwm.1:
9756         * libs/defaults.h (DEF_FP_MODIFIERS):
9757         * fvwm/events.c (__handle_focus_raise_click):
9758         * fvwm/style.c (style_parse_focus_policy_style):
9759         * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
9760         default is now to use any modifiers for clicktofocus/raise purposes
9762         * fvwm/menus.c (__mloop_get_event):
9763         fixed menu hang
9764         (menu_tear_off):
9765         fixed tear off menus
9767         * libs/FEvent.c (FCheckIfEvent):
9768         (FCheckMaskEvent):
9769         (FCheckTypedEvent):
9770         (FCheckTypedWindowEvent):
9771         (FCheckWindowEvent):
9772         fixed FCheck...Event functions thus fixing Menu command behaving like
9773         Popup
9775         * fvwm/move_resize.c (InteractiveMove):
9776         fixed offset between pointer and window when dragging
9778         * fvwm/virtual.c (HandlePaging):
9779         * fvwm/icons.c (CMD_Iconify):
9780         * fvwm/move_resize.c (InteractiveMove):
9781         * fvwm/menus.c (get_menu_options):
9782         (get_menu_options):
9783         * libs/FScreen.c (GetMouseXY):
9784         use new function fev_get_evpos_or_query()
9786         * libs/Makefile.am:
9787         * libs/Pointer.c:
9788         removed file
9790         (GetLocationFromEventOrQuery):
9791         moved to FEvent.c and renamed to fev_get_evpos_or_query()
9792         * libs/FEvent.c (fev_set_evpos):
9793         new function
9795         * fvwm/functions.c (__execute_function):
9796         (execute_complex_function):
9797         fixed complex action clicking logic
9799         * fvwm/add_window.c (CaptureOneWindow):
9800         fixed RecaptureWindow
9801         (CaptureAllWindows):
9802         fixed Restart
9804         * fvwm/functable.c (func_table):
9805         fixed running RecaptureWindow without a context window
9807         * fvwm/conditional.c (circulate_cmd):
9808         fixed action to run
9810         * fvwm/events.c (HandleVisibilityNotify):
9811         fixed VisibilityNotify handling
9813         * fvwm/functions.c (execute_complex_function):
9814         fixed memory corruption
9815         (__execute_function):
9816         fixed using wrong context
9817         (__execute_function):
9818         removed conditional that was always true now
9819         (DeferExecution):
9820         fixed core dump
9822         * fvwm/module_interface.c (ExecuteModuleCommand):
9823         initialise module number
9825 2002-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9827         * fvwm/add_window.c (CaptureOneWindow):
9828         fixed memory corruption
9830         * fvwm/icons.c (Iconify):
9831         (DeIconify):
9832         fixed bug introduced with transient stacking patch
9834         * fvwm/functions.c (DeferExecution):
9835         (__execute_function):
9836         (execute_complex_function):
9837         cleaned up and optimized exec_context handling
9839         * fvwm/schedule.c:
9840         * fvwm/menucmd.c:
9841         * fvwm/update.c:
9842         * fvwm/windowlist.c:
9843         * fvwm/conditional.c:
9844         * fvwm/focus.c:
9845         * fvwm/functions.c:
9846         * fvwm/placement.c:
9847         * fvwm/colorset.c:
9848         * fvwm/stack.c:
9849         * fvwm/virtual.c:
9850         * fvwm/module_interface.c:
9851         * fvwm/icons.c:
9852         * fvwm/builtins.c:
9853         * fvwm/add_window.c:
9854         * fvwm/move_resize.c:
9855         * fvwm/fvwm.h (F_CMD_ARGS):
9856         (F_PASS_ARGS):
9857         completely removed the builtin command arguments fw, w, and context
9859         * fvwm/functions.c (DeferExecution):
9860         fixed core dump
9862         * fvwm/stack.c (BroadcastRestack):
9863         removed global lastTimestamp
9865         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
9866         (EWMH_ProcessPropertyNotify):
9867         (ewmh_WMStateShaded):
9868         (ewmh_WMStateSticky):
9869         (ewmh_WMStateHidden):
9870         (ewmh_WMState):
9871         (ewmh_MoveResize):
9872         (ewmh_WMDesktop):
9873         (ewmh_CloseWindow):
9874         (ewmh_DesktopGeometry):
9875         (ewmh_ActiveWindow):
9876         use new function interface
9878         * fvwm/menus.c (do_menu):
9879         * fvwm/menucmd.c (menu_func):
9880         * fvwm/windowlist.c (CMD_WindowList):
9881         use new function interface
9882         replaced "(XEvent *)1" hack with a regular flag
9884 2002-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9886         * fvwm/add_window.c (destroy_window):
9887         * fvwm/update.c (destroy_scheduled_windows):
9888         * fvwm/screen.h (ScreenInfo):
9889         new member is_executing_menu_function
9891         * fvwm/windowlist.c (CMD_WindowList):
9892         * fvwm/menucmd.c (menu_func):
9893         * fvwm/gnome.c (CMD_GnomeButton):
9894         (GNOME_ProcessClientMessage):
9895         (GNOME_HandlePropRequest):
9896         * fvwm/modconf.c (CMD_Send_ConfigInfo):
9897         * fvwm/update.c (apply_window_updates):
9898         * fvwm/repeat.c (CMD_Repeat):
9899         * fvwm/conditional.c (circulate_cmd):
9900         (CMD_Prev):
9901         (CMD_Next):
9902         (CMD_None):
9903         (CMD_Any):
9904         (CMD_Current):
9905         (CMD_Cond):
9906         (CMD_CondCase):
9907         (select_cmd):
9908         (CMD_All):
9909         (CMD_Direction):
9910         (CMD_WindowId):
9911         * fvwm/focus.c (warp_to_fvwm_window):
9912         (CMD_WarpToWindow):
9913         * fvwm/read.c (run_command_stream):
9914         (run_command_file):
9915         (CMD_Read):
9916         (CMD_PipeRead):
9917         * fvwm/fvwm.c (Done):
9918         (SetRCDefaults):
9919         (StartupStuff):
9920         (main):
9921         use new function interface
9922         (main):
9923         fixed running startup script under random module number
9925         * fvwm/functions.c (execute_function_override_window):
9926         * fvwm/functions.c (execute_function_override_wcontext):
9927         new convenience functions
9929         * fvwm/gnome.c:
9930         * fvwm/modconf.c:
9931         * fvwm/session.c:
9932         re-indented
9934         * fvwm/module_interface.c (CMD_Send_WindowList):
9935         (CMD_set_mask):
9936         (CMD_set_sync_mask):
9937         (CMD_set_nograb_mask):
9938         fixed core dumps
9939         don't use "Module" argument anymore
9940         (ExecuteModuleCommand):
9941         made static
9942         use new function interface
9944         * fvwm/add_window.c (CaptureOneWindow):
9945         (do_recapture):
9946         (CaptureAllWindows):
9947         * fvwm/events.c (HandleMapRequestKeepRaised):
9948         * fvwm/add_window.c (AddWindow):
9949         AddWindow takes executiuon context as its argument instead of the
9950         window; changed caller
9951         don't use "Event" anymore
9953         * fvwm/fvwm.c (StartupStuff):
9954         generate an execution context for startup
9956         * fvwm/move_resize.c (DoResize):
9957         (__resize_step):
9958         (moveLoop):
9959         (__move_loop):
9960         renamed and used new function interface in args
9962         * fvwm/geometry.c (constrain_size):
9963         added XEvent *e argument to remove use of global "Event"; changed all
9964         callers
9966 2002-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9968         * fvwm/stack.c (get_next_window_in_stack_ring):
9969         (get_prev_window_in_stack_ring):
9970         (get_transientfor_fvwmwindow):
9971         * fvwm/icons.c (SetMapStateProp):
9972         * fvwm/events.c (fake_map_unmap_notify):
9973         * fvwm/misc.c (IsRectangleOnThisPage):
9974         * fvwm/menus.c (menu_enter_tear_off_menu):
9975         (menu_close_tear_off_menu):
9976         * fvwm/icons.c (DrawIconWindow):
9977         * fvwm/focus.c:
9978         * fvwm/colormaps.c (InstallWindowColormaps):
9979         made FvwmWindow * arguments const in many functions
9981         * fvwm/menus.c (pop_menu_up):
9982         (pop_menu_down):
9983         (__mloop_do_menu):
9984         (__mloop_do_popup):
9985         (do_menu):
9986         (menu_enter_tear_off_menu):
9987         (__mloop_get_event):
9988         (__mloop_get_event_timeout_loop):
9989         (__mloop_do_menu):
9990         (__mloop_get_mi_actions):
9991         (is_double_click):
9992         * fvwm/events.c (HandleEnterNotify):
9993         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
9994         (__move_window):
9995         (__move_loop):
9996         (__resize_step):
9997         (__resize_window):
9998         * fvwm/functions.c (DeferExecution):
9999         (__execute_function):
10000         * fvwm/windowlist.c (CMD_WindowList):
10001         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10002         * fvwm/module_interface.c (CMD_ModuleSynchronous):
10003         (ExecuteModuleCommand):
10004         * fvwm/builtins.c (CMD_Wait):
10005         * fvwm/events.c (WaitForButtonsUp):
10006         (HandleShapeNotify):
10007         (HandleVisibilityNotify):
10008         (HandleUnmapNotify):
10009         (HandleSelectionRequest):
10010         (HandleReparentNotify):
10011         (HandlePropertyNotify):
10012         (HandleMotionNotify):
10013         (HandleMapRequestKeepRaised):
10014         (HandleMapRequest):
10015         (HandleMappingNotify):
10016         (HandleMapNotify):
10017         (HandleLeaveNotify):
10018         (HandleKeyPress):
10019         (HandleFocusOut):
10020         (HandleFocusIn):
10021         (HandleExpose):
10022         (HandleEnterNotify):
10023         (HandleDestroyNotify):
10024         (HandleColormapNotify):
10025         (HandleClientMessage):
10026         (HandleButtonRelease):
10027         (HandleButtonPress):
10028         (__handle_bpress_on_root):
10029         (__handle_bpress_action):
10030         (__handle_click_to_raise):
10031         (__handle_click_to_focus):
10032         (__is_bpress_window_handled):
10033         (__handle_focus_raise_click):
10034         don't use "Event", "Fw" and old_execute_function() anymore
10036         * fvwm/events.c (dispatch_event):
10037         removed preserve_tmpwin argument; changed all callers
10039         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10040         fixed random focus member of faked event
10042         * fvwm/gnome.c (GNOME_ProcessClientMessage):
10043         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10044         (EWMH_ProcessPropertyNotify):
10045         * fvwm/move_resize.c (DisplaySize):
10046         (DisplayPosition):
10047         (position_geometry_window):
10048         * fvwm/geometry.c (get_window_borders):
10049         (get_window_borders_no_title):
10050         made args const
10052         * fvwm/events.c (dispatch_event):
10053         create event execution context
10054         (HandleClientMessage):
10055         removed useless local "button"
10056         (GetContext):
10057         don't fiddle with global Fw anymore; added argument to return context
10058         window; changed all callers
10060         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10061         * fvwm/move_resize.c (__resize_window):
10062         use new event handle interface
10064         * fvwm/events.c:
10065         * fvwm/eventhandler.h:
10066         new event handler interface
10068         * fvwm/functions.c (CMD_Plus):
10069         * fvwm/builtins.c (AddToDecor):
10070         (CMD_AddToDecor):
10071         (CMD_DestroyDecor):
10072         use F_CMD_ARGS in AddToDecor
10073         (CMD_StrokeFunc):
10074         removed useless check for realloc return value
10075         use new function interface
10076         fixed another memory leak
10078         * fvwm/builtins.c (__remove_window_decors):
10079         replace old_execute_function with execute_function
10081         * fvwm/add_window.c (setup_window_placement):
10082         * fvwm/placement.c (PlaceWindow):
10083         * fvwm/schedule.c (execute_obj_func):
10084         * fvwm/colorset.c (add_to_junk):
10085         use new function call interface
10087         * fvwm/fvwm.h (F_EXEC_ARGS):
10088         (F_PASS_EXEC_ARGS):
10089         removed now unused macros
10091         * fvwm/functions.c (CheckActionType):
10092         (cf_cleanup):
10093         (DeferExecution):
10094         (__execute_function):
10095         (__run_complex_function_items):
10096         (execute_complex_function):
10097         rewrote function call interface
10099         * fvwm/functions.c (__run_complex_function_items):
10100         new function split off from execute_complex_function
10102         * fvwm/externs.h:
10103         * fvwm/events.c:
10104         removed "Event" global
10106 2002-09-08  Dan Espen  <dane@mk.telcordia.com>
10108         * fvwm/fvwm.1.in: Language check.
10110 2002-09-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10112         * fvwm/functions.c (old_execute_function):
10113         removed
10115         * fvwm/module_interface.c (do_execute_module):
10116         don't write module argument anymore; code claimed that writing 0 into
10117         *Module prevented WaitForButtonsUp from being called, but that was
10118         either a lie or a relic of the past
10120         * fvwm/fvwm.h (exec_func_args_type):
10121         removed type
10122         (F_CMD_ARGS):
10123         (F_PASS_ARGS):
10124         removed *Module argument
10126         * fvwm/functions.c (__execute_function):
10127         new interface
10129         * fvwm/functions.h (enum):
10130         added more function execution falgs
10132         * fvwm/fvwm.h:
10133         add exec_context_t *exc to builtin arguments
10135         * libs/FEvent.c (fev_copy_last_event):
10136         new function
10138         * fvwm/execcontext.h:
10139         * fvwm/execcontext.c:
10140         new files introducing the "exec_context_t" structure that shall replace
10141         the builtin command interface
10143         * fvwm/stack.c (__RaiseOrLowerWindow):
10144         (RaiseOrLowerWindow):
10145         (__restack_window):
10146         (mark_transient_subtree):
10147         (__sort_transient_ring):
10148         properly handle restacking of windows with more than one transient and
10149         multiple levels of transients at the same time
10150         (__RaiseOrLowerWindow):
10151         (RaiseOrLowerWindow):
10152         renamed function and added wrapper
10154         * fvwm/fvwm.h (FvwmWindow):
10155         added new scratch registers
10157 2002-09-06  Mikhael Goikhman  <migo@homemail.com>
10159         * configure.in:
10160         * Makefile.am:
10161         minor improvements in the new release procedure
10163 2002-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10165         * fvwm/stack.c (RaiseOrLowerWindow):
10166         (__restack_window):
10167         (mark_transient_subtree):
10168         (must_move_transients):
10169         (is_on_top_of_layer_ignore_rom):
10170         handle restacking trees of transient windows; still does not work too
10171         well if a window has multiple transients at the same time
10173 2002-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10175         * fvwm/stack.h:
10176         * fvwm/stack.c:
10177         restored versions from before 9th of September
10178         (RaiseOrLowerWindow):
10179         fixed StackTransientParent style without RaiseTransient or
10180         LowerTransient on transient_for window
10181         StackTransientParent works only on window in the same layer
10182         (mark_transient_subtree):
10183         fixed handling of window group hint w/ iconify
10184         (restack_windows):
10185         (RaiseOrLowerWindow):
10186         (new_layer):
10187         fixed flickering when overlapping transients aree lowered
10189         * fvwm/move_resize.c (__resize_window):
10190         * fvwm/colorset.c (add_to_junk):
10191         cleaned up event handling
10193         * fvwm/move_resize.c (__resize_window):
10194         renamed function and changed callers
10196         * fvwm/fvwm.h (F_PASS_ARGS):
10197         (F_CMD_ARGS):
10198         removed eventp command argument
10200         * fvwm/events.c (DispatchEvent):
10201         (dispatch_event):
10202         renamed function, added event argument and changed all callers
10204         * libs/FEvent.c (fev_fake_event):
10205         * libs/FEvent.c (fev_get_evtype__remove_me):
10206         new functions
10208         * fvwm/menus.c (menuShortcuts):
10209         (is_double_click):
10210         (pop_menu_up):
10211         (pop_menu_up):
10212         (pop_menu_down):
10213         (pop_menu_down):
10214         (__mloop_init):
10215         (__mloop_get_event_timeout_loop):
10216         (__mloop_get_event):
10217         (__mloop_do_popup):
10218         (__mloop_do_popup):
10219         (do_menu):
10220         * fvwm/builtins.c (CMD_FakeClick):
10221         * fvwm/functions.c (CheckActionType):
10222         (CheckActionType):
10223         * fvwm/focus.c (__try_program_focus):
10224         (__try_program_focus):
10225         * fvwm/icccm2.c (SetupICCCM2):
10226         * fvwm/virtual.c (HandlePaging):
10227         * fvwm/module_interface.c (make_vpacket):
10228         (make_new_vpacket):
10229         * fvwm/schedule.c (squeue_get_next_ms):
10230         (squeue_get_next_ms):
10231         (CMD_Schedule):
10232         * fvwm/stack.c (BroadcastRestack):
10233         * fvwm/move_resize.c (resize_window):
10234         (moveLoop):
10235         * libs/FEvent.c (fev_get_evtime):
10236         removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10238         * fvwm/events.c (HandleEnterNotify):
10239         (DispatchEvent):
10240         (My_XNextEvent):
10241         (discard_events):
10242         (discard_window_events):
10243         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10244         (moveLoop):
10245         (resize_window):
10246         * fvwm/menus.c (__mloop_get_event):
10247         * fvwm/virtual.c (HandlePaging):
10248         (MoveViewport):
10249         * fvwm/functions.c (DeferExecution):
10250         (CheckActionType):
10251         * fvwm/misc.c (get_server_time):
10252         * fvwm/builtins.c (CMD_StrokeFunc):
10253         * fvwm/menus.c (pop_menu_up):
10254         (pop_menu_down):
10255         (__mloop_init):
10256         * libs/FEvent.c (fev_update_last_timestamp):
10257         removed StashEventTime function; handle this directly in FEvent.c
10259         * fvwm/module_interface.c (ExecuteModuleCommand):
10260         * fvwm/misc.c (Keyboard_shortcuts):
10261         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10262         * fvwm/events.c (handle_all_expose):
10263         (dispatch_event):
10264         (HandleEvents):
10265         (HandleKeyPress):
10266         don't use Event global anymore
10268         * fvwm/bindings.c (activate_binding):
10269         fixed key bindings on window corners
10271         * libs/fvwmlib.h (C_DECOR):
10272         context including all parts of the decorations
10274 2002-09-04  Mikhael Goikhman  <migo@homemail.com>
10276         * libs/FEvent.h:
10277         fixed compilation warning in #endif comment
10279         * fvwm/borders.c:
10280         removed debug fprintf
10282         * acconfig.h:
10283         * configure.in:
10284         * fvwm/fvwm.c:
10285         * fvwm/fvwm.1:
10286         another solution for reporting the cvs status
10288 2002-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10290         * configure.in (LIBOBJS):
10291         * acinclude.m4 (smr_SWITCH):
10292         fix for autoconf 2.53
10294         * fvwm/*.[ch]:
10295         removed unnecessary includes
10297         * fvwm/Makefile.am (fvwm_SOURCES):
10298         * fvwm/events.h:
10299         * fvwm/eventmasks.h:
10300         * fvwm/eventhandlers.h:
10301         new files split from events.h
10303         * fvwm/icccm2.c (HandleSelectionRequest):
10304         (HandleSelectionClear):
10305         * fvwm/colormaps.c (HandleColormapNotify):
10306         * fvwm/menus.c (menu_tear_off):
10307         * fvwm/move_resize.c (resize_window):
10308         * fvwm/events.c:
10309         * fvwm/events.h:
10310         new argument avh_args_t to the event handler functions; still unused
10311         moved all event handlers to events.c
10312         remove now unnecessary includes in some files
10314         * fvwm/icccm2.c (HandleSelectionRequest):
10315         re-indented file
10317         * **/*.c:
10318         use replacements for X event functions everywhere
10320 2002-09-03  Mikhael Goikhman  <migo@homemail.com>
10322         * fvwm/defaults.h:
10323         * fvwm/screen.h:
10324         * fvwm/borders.c (border_flags_to_button_state):
10325         (CMD_ButtonState):
10326         * fvwm/builtins.c (ReadTitleButton):
10327         * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10328         * fvwm/fvwm.c (InitVariables):
10329         Imlemented new title and button states InactiveUp and InactiveDown,
10330         new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10331         So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10332         Updated all ButtonStyle, TitleStyle and ButtonState commands.
10334         * fvwm/fvwm.c:
10335         reformat license info in -version to be 3 lines and one empty line
10336         instead of 5 non-empty lines, for readability
10338 2002-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10340         * libs/FEvent.c:
10341         * libs/FEvent.h:
10342         * libs/Makefile.am:
10343         new files
10345         * fvwm/stack.c (__raise_or_lower_recursion):
10346         (RaiseOrLowerWindow):
10347         split into two functions
10348         renamed to __raise_or_lower_window
10349         (mark_transient_subtree):
10350         new flag MARK_CLEAR
10351         (position_new_window_in_stack_ring):
10352         (RaiseWindow):
10353         (LowerWindow):
10354         cleaned up stacking code
10356         * fvwm/menus.c (paint_menu):
10357         fixed a minor drawing problem with menu item reliefs
10359 2002-09-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10361         * fvwm/move_resize.c (InteractiveMove):
10362         removed eventp from interface
10363         changed all callers
10365         * fvwm/menucmd.c (menu_func):
10366         * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10367         * fvwm/windowlist.c (CMD_WindowList):
10368         * fvwm/read.c (run_command_file):
10369         (run_command_stream):
10370         * fvwm/focus.c (warp_to_fvwm_window):
10371         * libs/Event.c (GetSubwindowFromEvent):
10372         * fvwm/events.c (GetContext):
10373         * libs/Pointer.c (GetLocationFromEventOrQuery):
10374         * fvwm/builtins.c (CMD_StrokeFunc):
10375         (CMD_StrokeFunc):
10376         * fvwm/events.c (StashEventTime):
10377         * fvwm/move_resize.c (InteractiveMove):
10378         * fvwm/functions.c (DeferExecution):
10379         (old_execute_function):
10380         * fvwm/fvwm.h (F_CMD_ARGS):
10381         (F_EXEC_ARGS):
10382         make eventp argument const to ease clean up work
10384         * fvwm/windowlist.c (CMD_WindowList):
10385         * fvwm/move_resize.c (InteractiveMove):
10386         * fvwm/menucmd.c (menu_func):
10387         * fvwm/icons.c (CMD_Iconify):
10388         always query pointer position in case a script modified the position
10389         in the input event
10391         * fvwm/focus.c (SetPointerEventPosition):
10392         removed function since it modifies the global event variable
10394         * fvwm/functable.c (func_table):
10395         added cursor and event type members fo DeferExecution call
10396         * fvwm/functions.c (DeferExecution):
10397         made static, call from inside functions.c only
10398         removed calls everywhere
10400         * fvwm/builtins.c (CMD_StrokeFunc):
10401         fixed memory leak
10403         * fvwm/virtual.c (HandlePaging):
10404         (MoveViewport):
10405         don't use global "Event" anymore
10406         (HandlePaging):
10407         pass in event structure through arguments
10408         changed all callers
10410 2002-09-02  olicha  <olivier.chapuis@free.fr>
10412         * libs/Colorset.c (*):
10413         * libs/Colorset.h:
10414         * libs/colorset.c (parse_colorset):
10415         * libs/PictureGraphics.c (PGrabXImage):
10416         (PCreateRenderPixmap):sx
10417         (PGraphicsCreateTransprency):
10418         * libs/PictureGraphics.h:
10419         An experimental implementation of ParentalRelative tinted background
10421         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10422         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10423         (PImageLoadPng):
10424         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10425         * libs/FRenderInit.c (FRenderInit):
10426         (FRenderGetAlphaDepth):
10427         * libs/FRenderInit.h:
10428         Fixed alpha blending for xserver without depth 8 pixmap
10429         (maybe a tmp fix)
10431         * fvwm/fvwm.1.in
10432         typo
10434 2002-09-01  olicha  <olivier.chapuis@free.fr>
10436         * NEWS:
10437         Colorset and alpha blending news
10439 2002-08-31  olicha  <olivier.chapuis@free.fr>
10441         * libs/Ficonv.c (convert_charsets):
10442         Fixed compilation on systems that do not have EILSEQ
10444 2002-08-30  olicha  <olivier.chapuis@free.fr>
10446         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10447         Fixed compilation of certain modules
10449         * fvwm/borders.c (border_render_into_pixmap):
10450         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10451         * libs/PictureGraphics.h:
10452         * libs/Graphics.c (CreateStretchPixmap):
10453         (CreateStretchYPixmap):
10454         (CreateStretchXPixmap):
10455         Progress with masks in multipixmap title
10457         * libs/PictureGraphics.c (PCopyArea):
10458         (PTileRectangle):
10459         (PCreateRenderPixmap):
10460         * fvwm/borders.c (border_fill_pixmap_background):
10461         Some drawing fixes
10463         * fvwm/icons.c (DrawIconWindow):
10464         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10465         Fixed the shape mask of ewmh icons and icons with some alpha
10467 2002-08-30  olicha  <olivier.chapuis@free.fr>
10469         * libs/PictureGraphics.c (PCreateRenderPixmap):
10470         (PGrabImageErrorHandler):
10471         (PGraphicsCopyPixmaps):
10472         (PGraphicsCopyFvwmPicture):
10473         (PGraphicsTileRectangle):
10474         (PGraphicsRenderPixmaps):
10475         (PGraphicsRenderPicture):
10476         * libs/PictureGraphics.h:
10477         * libs/PictureBase.h:
10478         Replaced PGraphicsTileRectangle with a more powerful function,
10479         PCreateRenderPixmap, which performs *full* XRender simulation.
10480         So alpha blending is now supported even without Xrender support.
10481         New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10482         for direct rendering with tint and alpha channel.
10484         * libs/FRender.c (FRenderVisualInit):
10485         (FRenderCopyArea):
10486         (FRenderTintRectangle):
10487         (FRenderRender):
10488         * libs/FRenderInterface.h:
10489         Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10490         and more powerfull function FRenderRender
10492         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10493         (PImageLoadPng):
10494         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10495         Load the alpha even without Xrender support
10497         * libs/Colorset.h:
10498         * fvwm/colorset.c (parse_pixmap_tint):
10499         (parse_colorset):
10500         (alloc_colorset):
10501         Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10502         or obsolete TintMask) also tints gradients and the tint is applied
10503         only to the pixmap not the bg color. The average bg is computed from
10504         the "original" pixmap and not the tinted one, bgTint should be used
10505         to get a real average bg in the case the pixmap is tinted
10507         * fvwm/icons.c (DrawIconWindow):
10508         (CreateIconWindow):
10509         * fvwm/menuitem.c (menuitem_paint):
10510         * fvwm/menus.c (paint_side_pic):
10511         * fvwm/borders.c (border_get_border_background):
10512         (border_draw_decor_to_pixmap):
10513         (border_fill_pixmap_background):
10514         * fvwm/events.c (HandlePropertyNotify):
10515         Picture rendering use the new PGraphicsRenderPixmaps and
10516         PGraphicsRenderPicture libs functions. Respect new colorset options
10518         * fvwm/colorset.c (parse_colorset):
10519         (alloc_colorset):
10520         (CMD_ReadWriteColors):
10521         * fvwm/fvwm.1.in:
10522         Removed the read write colorset codes
10524         * libs/Graphics.c (CalculateGradientDimensions):
10525         Fixed the size of dithered H and V gradients
10527         * libs/PictureUtils.c (*):
10528         * libs/PictureUtils.h:
10529         Some cleanup
10531 2002-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10533         * fvwm/menus.c (paint_menu_gradient_background):
10534         fixed drawing of SidePic menu background when not using SideColor
10536 2002-08-28  Hippo
10537         * FvwmIconBox/icons.c:
10538         Fixed core dump
10540 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10542         * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10544 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10546         * configure.in:
10547         fixed --disable-ewmh
10549         * libs/Picture.c:
10550         * libs/Picture.h:
10551         added const to some prototypes
10553 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10555         * fvwm/menus.c (MenuInteraction):
10556         (__menu_loop):
10557         renamed MenuInteraction to __menu_loop
10559         * fvwm/menus.c (pop_menu_up):
10560         (do_menu):
10561         (MenuInteraction):
10562         removed pdo_warp_to_title argument of pop_menu_up and changed all
10563         callers; logic is now in last_saved_position_hints
10564         (__menu_get_next_event_timeout_loop):
10565         began to split MenuInteraction into several sub functions
10566         go away, evil "goto"!
10568         * fvwm/style.c (style_parse_one_style_option):
10569         all boolean styles - and *only* boolean styles, can be prefixed with a
10570         '!' to invert their meaning
10571         (style_parse_button_style):
10572         moved Button and NoButton styles to separate function
10574         * configure.in:
10575         * NEWS:
10576         updated for 2.5.4-devel
10578         * configure.in:
10579         2.5.3 was released
10581         * configure.in:
10582         * NEWS:
10583         updated for 2.5.3
10585         * fvwm/menuitem.h (struct):
10586         * fvwm/menus.c (paint_menu_gradient_background):
10587         (paint_menu_pixmap_background):
10588         (paint_menu):
10589         (clear_expose_menu_area):
10590         fixed TiledPixmap menu background drawing bug
10591         sorted function in file and removed forward declarations
10593 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10595         * fvwm/Makefile.am (LDADD):
10596         put -lfvwm at front of library list
10598         * fvwm/windowlist.c (CMD_WindowList):
10599         print window's page instead of current page in windowlist
10601 2002-08-24  Bob Woodside  <dumbledore@woodsway.com>
10603         * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10604         Fix for Experimental RaiseOverUnmanaged Handling.
10606 2002-08-22  Bob Woodside  <dumbledore@woodsway.com>
10608         * fvwm/focus.h:
10609         * fvwm/stack.h:
10610         New defs for Experimental RaiseOverUnmanaged Handling.
10612         * fvwm/events.c (HandleEnterNotify):
10613         * fvwm/focus.c:
10614         (set_focus_to_fwin)
10615         (focus_query_grab_buttons)
10616         (_focus_grab_buttons)
10617         (focus_grab_buttons)
10618         (focus_grab_buttons_client_entered)
10619         (_SetFocusWindow)
10620         (__activate_window_by_command)
10621         (_ReturnFocusWindow)
10622         (_DeleteFocus)
10623         (_ForceDeleteFocus)
10624         * fvwm/stack.c:
10625         (raise_over_unmanaged)
10626         (is_above_unmanaged)
10627         (_is_on_top_of_layer)
10628         (is_on_top_of_layer)
10629         (is_on_top_of_layer_and_above_unmanaged)
10630         Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10631         interaction of RaiseOverUnmanaged with various focus policies,
10632         particularly mouse focus + client click raises; issue mouse
10633         button grabs when and only when they are actually needed; and
10634         fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10635         (Thanks to the GFPR, this is much more straightforward to do!)
10637 2002-08-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10639         * fvwm/fvwm.1.in:
10640         added a paragraph about scripting and complex functions.
10642         * fvwm/style.c (style_parse_one_style_option):
10643         fixed flag_mask and change_mask of TitleAt... styles that broke left
10644         and bottom titles
10646 2002-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10648         * fvwm/fvwm.1.in:
10649         describe new focus policy styles
10651 2002-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10653         * fvwm/style.c (merge_styles):
10654         fixed applying style updates immediately
10656         * fvwm/geometry.c (constrain_size):
10657         fixed font resizing of maximized windows
10659         * fvwm/window_flags.h:
10660         * fvwm/fvwm.h (has_new_wm_normal_hints):
10661         new window flags
10663         * fvwm/events.c (HandleEnterNotify):
10664         fixed UngrabNotify returning focus to just unfocused window
10665         * fvwm/focus.h:
10666         added debug code
10668         * fvwm/style.c (merge_styles):
10669         (free_style_mask):
10670         (__simplify_style_list):
10671         fixed default style calculations
10673         * fvwm/events.c (HandleConfigureRequest):
10674         disabled debug output
10676         * fvwm/style.c (merge_styles):
10677         * fvwm/fvwm.h (window_style):
10678         new style member default_mask to allow two levels of defaults;
10679         fixes focus policy defaults
10680         * fvwm/style.h:
10681         rewrote many of the macros; changed all callers
10683         * fvwm/borders.c (RenderIntoPixmap):
10684         (DrawMultiPixmapTitlebar):
10685         (border_render_into_pixmap):
10686         (border_draw_multi_pixmap_titlebar):
10687         applied Suzanne Skinner's multi pixmap titles fix
10688         renamed functions and changed all callers
10690         * libs/FScreen.c (FScreenGetScrRect):
10691         (FindScreen):
10692         (FScreenGetScrId):
10693         new utility functions
10695         * fvwm/windowlist.c (CMD_WindowList):
10696         new option MaxLabelWidth for the WIndowList command based on patch by
10697         Maxim F. Ischenko
10698         new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
10699         WindowList command.
10701         * fvwm/events.c (HandleConfigureRequest):
10702         removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
10703         seems to work without problems
10705 2002-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10707         * fvwm/style.c (merge_styles):
10708         fixed style defaults getting stuck to on once set
10710         * configure.in:
10711         fixed a number of non portable uses of the "test" command and unified
10712         the used syntax of all calls to reduce chance of copy-and-paste
10713         problems
10715 2002-08-17  Mikhael Goikhman  <migo@homemail.com>
10717         * configure.in:
10718         * fvwm/fvwm.1.in:
10719         minor typos and improvements;
10720         better string quotings and detection of fribidi for autoconf-2.53
10722         * fvwm/Makefile.am:
10723         don't include *.in in EXTRA_DIST, they are auto-included
10725 2002-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10727         * fvwm/events.c (HandleConfigureRequest):
10728         (HandlePropertyNotify):
10729         (is_resizing_event_pending):
10730         fixed uninitialised return code of test_resizing_event
10732 2002-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10734         * fvwm/decorations.c (SelectDecor):
10735         * fvwm/style.h:
10736         * fvwm/window_flags.h:
10737         * fvwm/fvwm.h:
10738         moved common.s.has_no_border window flag to common.has_no_border to
10739         fix windows getting stuck without a border once the HandleWidth or
10740         BorderWidth was set to 0 and then increased again
10742         * fvwm/fvwm.1.in:
10743         removed reference to BUGS and TODO
10745         * configure.in:
10746         moved a lot of constant definitions to configure.in; the fvwm.lsm and
10747         fvwm.1 files don't have to be updated for a release anymore; the release
10748         number and date are set by configure
10750         * fvwm/fvwm.c (setVersionInfo):
10751         fixed output of "fvwm -version"
10753 2002-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10755         * fvwm/style.c (style_parse_one_style_option):
10756         Old focus styles override less of the behaviour specified with the
10757         FP... styles; use defaults instead without setting the mask
10758         (style_parse_one_style_option):
10759         removed the styles MouseFocusClickIgnoreMotion and
10760         MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
10761         instead
10762         (style_parse_one_style_option):
10763         ClickToFocusRaises now works only on the client window, not on the
10764         decorations
10765         (style_parse_one_style_option):
10766         fixed FocusFollowsMouse style
10767         (style_set_old_focus_policy):
10768         moved old default focus settings to a separate function, simplified code
10770 2002-08-14  Dan Espen  <dane@mk.telcordia.com>
10772         * fvwm/fvwm.1: Add hot-spot is an offset information,
10773         fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
10774         the xpm docs).
10776 2002-08-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10778         * fvwm/style.c (style_parse_focus_policy_style):
10779         fixed parsing of FPFocusClickButtons and FocusClickModifiers
10781         * libs/Makefile.am:
10782         added missing files
10784         * fvwm/events.c (HandleConfigureRequest):
10785         fixed ConfigureRequest race condition
10787 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10789         * configure.in:
10790         quote environment variables
10792 2002-08-13  olicha  <olivier.chapuis@free.fr>
10794         * NEWS:
10795         Color limit and dithering news
10797         * fvwm/fvwm.1:
10798         Added a minimal doc for the -color-limit option
10800         * fvwm/builtins.c (CMD_ColorLimit):
10801         ColorLimit is obsolete
10803         * fvwm/builtins.c (ReadDecorFace):
10804         * libs/PictureUtils.c (my_dither_depth_15_16_init):
10805         (PictureAllocColorAllProp):
10806         Implemented dithering for depth 16 and 15. This is off by default
10807         in colorset (use the dither colorset option) and on by default
10808         for window title gradient. Gradient are visibly more smooth.
10810         * libs/PictureUtils.c (*):
10811         Some cleanup
10813 2002-08-13  Mikhael Goikhman  <migo@homemail.com>
10815         * fvwm/fvwm.1:
10816         corrected the pixmap cursor description, added an example
10818 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10820         * fvwm/menus.c (select_menu_item):
10821         (paint_menu_gradient_background):
10822         fixed a redrawing problem with H/Vgradient menu faces
10823         (MenuInteraction):
10824         fixed a minor problem w/ entering submenus via keyboard
10826 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10828         * fvwm/move_resize.c (CMD_ResizeMove):
10829         (CMD_Resize):
10830         (CMD_Maximize):
10831         (CMD_ResizeMaximize):
10832         (CMD_ResizeMoveMaximize):
10833         commands can be used on iconified windows again
10835         * ONEWS:
10836         * NEWS:
10837         moved pre-2.2 NEWS to ONEWS
10839         * libs/strdup.c:
10840         * libs/safemalloc.c:
10841         * libs/envvar.c:
10842         * libs/alloca.c:
10843         * libs/Target.c:
10844         * libs/Parse.c:
10845         * libs/Bindings.c:
10846         * fvwm/menustyle.c:
10847         * fvwm/menus.c:
10848         * fvwm/menuitem.c:
10849         * fvwm/menucmd.c:
10850         * fvwm/frame.c:
10851         * fvwm/events.c:
10852         * fvwm/borders.c:
10853         let config.h include strinh.h or strings.h
10855         * fvwm/style.c (style_parse_one_style_option):
10856         (style_parse_one_style_option):
10857         fixed icon box crash
10859         * fvwm/bindings.c (update_nr_buttons):
10860         fixed extra buttons on window decorations
10862         * fvwm/style.c (style_parse_one_style_option):
10863         fixed parsing of the FP... and !FP... styles
10865 2002-08-12  Bob Woodside  <dumbledore@woodsway.com>
10867         * fvwm/style.c (style_parse_one_style_option):
10868         Fixed a typo so that ClickToFocusRaisesOff actually turns
10869         the option off instead of on.
10871 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10873         * fvwm/focus.c (focus_grab_buttons):
10874         only grab necessary buttons on the client window
10876 2002-08-11  olicha  <olivier.chapuis@free.fr>
10878         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
10879         Removed some debug code
10881         * fvwm/fvwm.c (main):
10882         (usage):
10883         Added -color-limit to fvwm usage
10885 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10887         * fvwm/style.c (style_parse_one_style_option):
10888         (style_parse_focus_policy_style):
10889         added style options "FP..." to control focus policy
10890         removed OverrideGrabFocus and AllowGrabFocus styles
10892         * fvwm/style.c (merge_styles):
10893         fixed style defaults != 0
10895         * fvwm/focus.c (__restore_focus_after_unmap):
10896         fixed a bug w/ reverting the focus from transients to the parent
10898         * fvwm/ewmh.c (ewmh_HandleDesktop):
10899         * fvwm/style.c (style_parse_one_style_option):
10900         fixed defaults for various focus styles
10902         * NEWS:
10903         updated for 2.4.9
10905         * fvwm/frame.c (frame_mrs_resize_move_windows):
10906         backed out anti-flicker patch that slowed down command processing
10908         * fvwm/bindings.c (update_nr_buttons):
10909         (ParseBinding):
10910         fixed sluggish processing of mouse bindings
10912         * fvwm/events.c (__handle_bpress_action):
10913         fixed drawing of pressed decorations w/o bindings
10915         * fvwm/frame.c (frame_move_resize):
10916         removed debug code that broke focus handling
10918         * fvwm/style.c (style_parse_one_style_option):
10919         fixed passing the focus click to the app by default
10921         * fvwm/events.c (__handle_click_to_focus):
10922         * fvwm/focus.c (set_focus_to_fwin):
10923         (__set_focus_to_fwin):
10924         removed drawing code that broke as many places as it fixed; plus it
10925         cause unnecessary redraws
10927         * fvwm/events.c (HandleConfigureRequest):
10928         send a synthetical ConfigureNotify if an application is not granted its
10929         wishes from a ConfigureRequest; this is necessary for FixedPPosition
10930         and FixedPSize to work properly; also to be ICCCM compliant
10931         always force border_width 0 in these events
10932         in the experimental cr merging code, send a number of cn events equal
10933         to the number of merged events
10935         * libs/Parse.c:
10936         * fvwm/style.c:
10937         reformatted
10939         * fvwm/style.c (style_parse_focus_policy_style):
10940         (style_parse_icon_size_style):
10941         (style_parse_icon_box_style):
10942         (style_parse_icon_grid_style):
10943         (style_parse_icon_fill_style):
10944         (style_parse_one_style_option):
10945         (parse_and_set_window_style):
10946         split into separate functions
10947         (style_parse_one_style_option):
10948         simplified and cleaned up
10950         * fvwm/events.h:
10951         * fvwm/decorations.c:
10952         * fvwm/cursor.h:
10953         * fvwm/cursor.c:
10954         * fvwm/conditional.h:
10955         * fvwm/conditional.c:
10956         * fvwm/colorset.h:
10957         * fvwm/colors.h:
10958         * fvwm/colors.c:
10959         * fvwm/colormaps.c:
10960         * fvwm/bindings.h:
10961         * fvwm/bindings.c:
10962         reformatted and cleaned up
10964 2002-08-11  olicha  <olivier.chapuis@free.fr>
10966         * libs/PictureUtils.c (*):
10967         * libs/PictureUtils.h:
10968         * libs/PictureDitherMatrice.h (new file):
10969         * libs/PictureImageLoader.c (*):
10970         * libs/PictureImageLoader.h:
10971         * libs/PictureGraphics.c  (PGraphicsCreateDitherPixmap):
10972         (PCreateDitherPixmap):
10973         (PCreateTintedPixmap):
10974         * libs/PictureGraphics.h:
10975         * libs/PictureBase.c (PictureInitCMap):
10976         * libs/PictureBase.h:
10977         * libs/Picture.c (*):
10978         * libs/Picture.h:
10979         * libs/Fxpm.h:
10980         * libs/Colorset.c (DumpColorset):
10981         (LoadColorset):
10982         * libs/Colorset.h:
10983         * libs/Graphics.c (all gradient functions):
10984         * libs/fvwmlib.h:
10985         * fvwm/screen.h:
10986         * fvwm/move_resize.c (CMD_XorPixmap):
10987         * fvwm/colors.c (FreeColors):
10988         * fvwm/builtins.c (CMD_DefaultColors):
10989         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10990         * fvwm/builtins.c (FreeDecorFace):
10991         (ReadDecorFace):
10992         * fvwm/menus.c (pop_menu_down):
10993         (paint_menu_gradient_background):
10994         (scanForPixmap):
10995         * fvwm/menus.h:
10996         * fvwm/menustyle.c (menustyle_free_face):
10997         (menustyle_parse_face):
10998         (menustyle_free):
10999         (menustyle_update):
11000         (menustyle_parse_style):
11001         (CMD_CopyMenuStyle):
11002         * fvwm/menustyle.h:
11003         * fvwm/icons.c (GetIconFromFile):
11004         * fvwm/builtins.c (ReadMultiPixmapDecor):
11005         (ReadDecorFace):
11006         * fvwm/borders.c (border_draw_decor_to_pixmap):
11007         * fvwm/add_window.c (setup_mini_icon):
11008         * fvwm/fvwm.c (main):
11009         * fvwm/colorset.c (free_colorset_background):
11010         (parse_pixmap):
11011         (parse_shape):
11012         (parse_colorset):
11013         New color limit method and implement dithering in depth <= 8.
11014         Added a "fvwm picture attributes" structure for loading image.
11015         Some colors leaks fix. Add some (weak) color leaks. New option
11016         -color-limit for fvwm. 257 fix. Some prepartion for tint and
11017         alpha in colorset.
11019 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11021         * libs/Flocale.c (FlocaleRotateDrawString):
11022         fixed a crash
11024 2002-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11026         * fvwm/style.c (parse_and_set_window_style):
11027         fixed the default for passing the click-to-raise click for mousey
11028         focus
11030         * fvwm/events.c (__handle_click_to_focus):
11031         removed redundant code
11032         (WaitForButtonsUp):
11033         fixed sluggish motion event handling when waiting for buttons to be
11034         released
11036         * fvwm/focus.c (__set_focus_to_fwin):
11037         (set_focus_to_fwin):
11038         fixed redrawing the border w/ mousey focus when the window was entered,
11039         then the border was clicked before the FocusIn event arrived
11041         * fvwm/events.c (__handle_bpress_on_managed):
11042         * fvwm/style.c (parse_and_set_window_style):
11043         fixed some small focus problems
11045         * fvwm/fvwm.c:
11046         reformatted and cleaned up
11048         * fvwm/fvwm.1:
11049         formatting fixes
11051         * fvwm/focus.c (focus_query_click_to_raise):
11052         (focus_query_click_to_focus):
11053         * fvwm/style.c (parse_and_set_window_style):
11054         * fvwm/events.c (__test_for_motion):
11055         (__check_click_to_focus_or_raise):
11056         (__handle_focus_raise_click):
11057         (__is_bpress_window_handled):
11058         (__handle_click_to_focus):
11059         (__handle_click_to_raise):
11060         (__handle_bpress_stroke):
11061         (__handle_bpress_action):
11062         (__handle_bpress_on_root):
11063         (__handle_bpress_on_unmanaged):
11064         (__handle_bpress_on_managed):
11065         (HandleButtonPress):
11066         GFPR: completely rewrote ButtonPress handler, thus finishing the core
11067         of the new focus code; only the parsing for the new styles is missing
11069         * fvwm/virtual.c (is_pan_frame):
11070         new function
11072 2002-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11074         * fvwm/add_window.c (AddWindow):
11075         fixed compile error
11077         * fvwm/events.c (__handle_focus_raise_click):
11078         (HandleButtonPress):
11079         clean up
11081         * fvwm/events.c (__handle_focus_raise_click):
11082         * fvwm/fvwm.h (struct):
11083         * fvwm/style.c (check_window_style_change):
11084         (parse_and_set_window_style):
11085         * fvwm/session.c (MatchWinToSM):
11086         * fvwm/window_flags.h:
11087         eliminated parts of the old focus code
11089         * fvwm/focus.c (__set_focus_to_fwin):
11090         (set_focus_to_fwin):
11091         * fvwm/fvwm.c (InitVariables):
11092         * fvwm/add_window.c (destroy_window):
11093         * fvwm/events.c (__handle_focus_raise_click):
11094         * fvwm/screen.h (ScreenInfo):
11095         eliminated Scr.Ungrabbed global
11097         * fvwm/update.c (apply_window_updates):
11098         (flush_window_updates):
11099         * fvwm/icons.c (DeIconify):
11100         (Iconify):
11101         * fvwm/move_resize.c (CMD_Maximize):
11102         (__move_window):
11103         (handle_stick):
11104         * fvwm/frame.c (frame_free_move_resize_args):
11105         (__frame_setup_window):
11106         * fvwm/virtual.c (do_move_window_to_desk):
11107         (CMD_GotoDeskAndPage):
11108         (goto_desk):
11109         (MoveViewport):
11110         * fvwm/stack.c (LowerWindow):
11111         * fvwm/events.c (HandleMapNotify):
11112         (HandleVisibilityNotify):
11113         (DispatchEvent):
11114         (HandleFocusIn):
11115         (__handle_focus_raise_click):
11116         (HandleEnterNotify):
11117         (HandleMapRequestKeepRaised):
11118         * fvwm/add_window.c (setup_key_and_button_grabs):
11119         (setup_focus_policy):
11120         (destroy_window):
11121         * fvwm/focus.c (__try_other_screen_focus):
11122         (__set_focus_to_fwin):
11123         (set_focus_to_fwin):
11124         (focus_grab_buttons_on_pointer_window):
11125         (focus_grab_buttons_on_layer):
11126         (focus_grab_buttons_new):
11127         cleaned up focus grab handling.
11129         * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11130         clean up
11132 2002-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11134         * fvwm/add_window.c (setup_window_structure):
11135         (AddWindow):
11136         discarded unused return code
11138         * fvwm/focus.c (focus_grab_buttons):
11139         split into two fucntions and fixed a bug with ungrabbing buttons
11141         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11142         * fvwm/style.c (parse_and_set_window_style):
11143         * fvwm/icons.c (DeIconify):
11144         (DeIconify):
11145         * fvwm/events.c (HandleButtonPress):
11146         (HandleEnterNotify):
11147         (HandleLeaveNotify):
11148         (HandleMapNotify):
11149         (HandleMapRequestKeepRaised):
11150         * fvwm/add_window.c (CaptureAllWindows):
11151         * fvwm/virtual.c (UnmapDesk):
11152         (MapDesk):
11153         (do_move_window_to_desk):
11154         * fvwm/update.c (flush_window_updates):
11155         * fvwm/focus.c (set_focus_model):
11156         (DeleteFocus):
11157         (__restore_focus_after_unmap):
11158         much more GFPR work; these patches may break lots of things
11160         * fvwm/focus.c (set_focus_to_fwin):
11161         (__activate_window_by_command):
11162         (SetFocusWindow):
11163         (ReturnFocusWindow):
11164         (DeleteFocus):
11165         (ForceDeleteFocus):
11166         renamed MoveFocus to set_focus_to_fwin
11168 2002-08-07  Mikhael Goikhman  <migo@homemail.com>
11170         * libs/Fft.c (FftDrawString):
11171         removed redudant and buggy code that called DrawStringFunc before
11172         this pointer gets initialized
11174         * fvwm/focus.c (focus_query_click_to_raise):
11175         fixed possibly-uninitialized variable warning
11177         * fvwm/Makefile.am:
11178         specify stroke includes before Xft includes, may improve some cases
11180 2002-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11182         * configure.in:
11183         fixed sys/time.h detection
11185         * fvwm/events.c (HandleMappingNotify):
11186         * libs/Bindings.c (AddBinding):
11187         added MappingNotify event handler
11189         * fvwm/events.c (HandleMapRequest):
11190         removed debug code
11192         * fvwm/events.c (InitEventHandlerJumpTable):
11193         another attempt at handling "unknown" modifiers in key bindings
11195 2002-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11197         * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11198         * fvwm/add_window.c (destroy_window):
11199         * fvwm/focus.c (focus_grab_buttons):
11200         fixed core dump
11202 2002-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11204         * fvwm/focus.c (focus_force_refresh_focus):
11205         * fvwm/events.c (HandleEnterNotify):
11206         (HandlePropertyNotify):
11207         (HandleButtonPress):
11208         * fvwm/icons.c (DeIconify):
11209         * fvwm/virtual.c (MapDesk):
11210         * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11211         * fvwm/update.c (apply_window_updates):
11212         * fvwm/module_interface.c:
11213         * fvwm/conditional.c (MatchesConditionMask):
11214         more GFPR work
11216         * fvwm/icons.c (Iconify):
11217         removed "#if 0"ed code
11219         * fvwm/module_interface.c:
11220         disabled the old ConfigureWindow module interface
11222         * vms/vms.c:
11223         * libs/fvwmsignal.h:
11224         * libs/Picture.c:
11225         * fvwm/ewmh_intern.h:
11226         * fvwm/events.c:
11227         * fvwm/module_interface.c:
11228         * fvwm/misc.c:
11229         use ftime.h
11231         * libs/ftime.h:
11232         new file to encapsulate time.h and sys/time.h inclusion
11234         * fvwm/stack.c:
11235         re-indented
11236         (mark_transient_subtree):
11237         (__mark_group_member):
11238         cleaned up and split into two functions
11240         * fvwm/focus.c (CMD_Focus):
11241         (CMD_FlipFocus):
11242         * fvwm/icons.c (DeIconify):
11243         clean up
11244         (FocusOn)
11245         (__activate_window_by_command):
11246         renamed function
11248         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11249         * fvwm/focus_policy.h (fpol_set_focus_by_t):
11250         * fvwm/style.c (parse_and_set_window_style):
11251         (parse_and_set_window_style):
11252         began implementing new focus control styles
11254         * fvwm/focus.c (DoSetFocus):
11255         (__restore_focus_after_unmap):
11256         (MoveFocus):
11257         (refresh_focus):
11258         more GFPR work
11259         (DoSetFocus):
11260         (__set_focus_to_fwin):
11261         function renamed
11263         * fvwm/conditional.c (MatchesConditionMask):
11264         * fvwm/focus.c (focus_query_open_grab_focus):
11265         (focus_query_close_restore_focus):
11266         (focus_does_accept_input_focus):
11267         (MoveFocus):
11268         * fvwm/events.c (HandleUnmapNotify):
11269         (HandleEnterNotify):
11270         (HandleMapNotify):
11271         (HandleMapRequestKeepRaised):
11272         renamed some functions
11274         * libs/defaults.h:
11275         * fvwm/focus_policy.c:
11276         * fvwm/focus_policy.h:
11277         prepared some future focus policy flags
11279         * configure.in:
11280         enable error message when png or xpm test compilation fails
11282         * fvwm/style.h:
11283         * fvwm/window_flags.h:
11284         * fvwm/ewmh.c (ewmh_HandleDesktop):
11285         * fvwm/style.c (parse_and_set_window_style):
11286         (check_window_style_change):
11287         * fvwm/events.c (HandleButtonPress):
11288         (HandleVisibilityNotify):
11289         began GFPR migration of *raises* focus policy flags
11291         * fvwm/focus.c (focus_is_focusd):
11292         new function
11294         * libs/Bindings.c (AddBinding):
11295         fixed handling of "unknown" modifiers in key bindings
11297         * fvwm/focus.c (focus_grab_buttons):
11298         (focus_query_grab_buttons):
11299         moved focus policy code into separate function
11301 2002-08-02  Mikhael Goikhman  <migo@homemail.com>
11303         * Makefile.am:
11304         DESTDIR fix
11306 2002-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11308         * fvwm/style.c (parse_and_set_window_style):
11309         * fvwm/focus.c (focus_query_grab_focus):
11310         * fvwm/events.c (HandleMapNotify):
11311         (HandlePropertyNotify):
11312         * fvwm/focus_policy.c (fpol_init_default_fp):
11313         * libs/defaults.h:
11314         new styles OverrideGrabFocus and AllowGrabFocus
11315         cleaned up focus grabbing code and moved to focus.c
11317 2002-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11319         * fvwm/focus.c (CMD_WarpToWindow):
11320         fixed negative arguments for unmanaged windows
11322         * fvwm/conditional.c (CMD_Direction):
11323         use PeekToken instead of GetNextToken
11324         cleaned up
11325         new direction "center"
11327 2002-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11329         * fvwm/events.c (addkbsubinstoarray):
11330         disabled experimental pointer warping code
11332         * fvwm/menus.c:
11333         removed menu crash debug code
11335 2002-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11337         * fvwm/menus.c:
11338         added tons of crash debug code
11340         * fvwm/add_window.c:
11341         made a lot of internal functions static
11343         * fvwm/add_window.c (setup_button_windows):
11344         (destroy_title_window):
11345         (destroy_button_windows):
11346         (destroy_resize_handle_windows):
11347         (destroy_auxiliary_windows):
11348         (destroy_icon):
11349         (destroy_window):
11350         * fvwm/icons.c (CreateIconWindow):
11351         safety patches w/ XDeleteContext
11353         * fvwm/menus.c (DestroyMenu):
11354         fixed a crash w/ accessing already deleted menus
11356 2002-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11358         * fvwm/menus.c (get_menu_options):
11359         fixed menu context rectangle "icon" if the icon was not just a pixmap
11361 2002-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11363         * fvwm/events.c (HandleMapNotify):
11364         (HandleMapRequestKeepRaised):
11365         (HandleUnmapNotify):
11366         * fvwm/ewmh_events.c (ewmh_WMStateModal):
11367         * fvwm/ewmh.c (ewmh_HandleDesktop):
11368         * fvwm/style.c (parse_and_set_window_style):
11369         removed old do_grab_focus_when_created and *_when_transient_* flags
11371 2002-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11373         * fvwm/conditional.c (MatchesConditionMask):
11374         * fvwm/focus.c (DoSetFocus):
11375         * fvwm/session.c (MatchWinToSM):
11376         * fvwm/module_interface.c (SETOLDFLAGS):
11377         removed old is_lenient flag
11379         * fvwm/bindings.c:
11380         * fvwm/style.c (__simplify_style_list):
11381         (simplify_style_list):
11382         reformatted
11384         * fvwm/window_flags.h:
11385         * fvwm/style.h:
11386         access macros for focus policy flags structures
11387         reformatted
11389         * fvwm/focus_policy.c:
11390         * fvwm/focus_policy.h:
11391         new files, begin great focus policy rewrite aka GFPR
11393 2002-07-22  Bob Woodside  <dumbledore@woodsway.com>
11395         * fvwm/placement.c (PlaceWindow):
11396         Fixed interaction between CascadePlacement and StartsOnPage
11398 2002-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11400         * libs/fvwmsignal.c (fvwmSelect):
11401         call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11402         modules
11404 2002-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11406         * fvwm/add_window.c (CaptureOneWindow):
11407         fixed a core dump w/ windows being destroyed during a recapture
11408         (AddWindow):
11409         removed duplicate check if new windows still exist
11411         * fvwm/placement.c (CMD_PlaceAgain):
11412         * fvwm/move_resize.c (move_window_doit):
11413         (__move_icon):
11414         * fvwm/virtual.c (MapDesk):
11415         (MoveViewport):
11416         (do_move_window_to_desk):
11417         * fvwm/icons.c (AutoPlaceIcon):
11418         (ChangeIconPixmap):
11419         (Iconify):
11420         some cleanup in movement code
11421         new option "Icon" to PlaceAgain command
11422         adapted documentation accordingly
11424         * fvwm/move_resize.c (move_window_doit):
11425         (__move_window):
11426         renamed function
11428 2002-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11430         * libs/Flocale.c (FlocaleRotateDrawString):
11431         create gcs only once
11433         * fvwm/fvwm.1:
11434         removed some references to Recapture
11435         UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11436         ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11438         * libs/gravity.c (gravity_parse_multi_dir_argument):
11439         fixed "all" multidir selecting "center" too
11441         * libs/Fft.c (FftDrawString):
11442         * libs/Flocale.c (FlocaleRotateDrawString):
11443         (FlocaleFontStructDrawString):
11444         (FlocaleDrawString):
11445         fixed some text placement bugs w/ shadow text
11446         (FlocaleGetShadowTextPosition):
11447         implemented "center" shadows
11449 2002-07-20  olicha  <olivier.chapuis@free.fr>
11451         * libs/Flocale.c (FlocaleRotateDrawString):
11452         Removed some static declarations
11454 2002-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11456         * libs/gravity.c (gravity_multi_dir_to_dir):
11457         * libs/gravity.h (enum):
11458         new function, cleaned up
11459         (enum):
11460         * fvwm/fvwm.h (FvwmWindow):
11461         * libs/Fft.c:
11462         * fvwm/geometry.c:
11463         * fvwm/borders.c:
11464         moved text_rotation_type to gravity.h and renamed to rotation_type
11466         * libs/Flocale.h:
11467         fixed several bugs in the access macros
11469         * libs/Flocale.c:
11470         removed unused static FlocaleSeted
11471         (FlocaleFontStructDrawString):
11472         simplified function
11474         * fvwm/virtual.c (CMD_EdgeCommand):
11475         * fvwm/windowshade.c (CMD_WindowShade):
11476         * fvwm/conditional.c (CMD_Direction):
11477         adapted to changes in ParseDirectionArgument
11479         * libs/gravity.h:
11480         * libs/gravity.c (ParseDirectionArgument):
11481         new direction "Center"
11483         * fvwm/virtual.c (CMD_EdgeCommand):
11484         reformatted
11486 2002-07-18  olicha  <olivier.chapuis@free.fr>
11488         * libs/PictureUtils.c (PictureRGBtoPixel):
11489         (decompose_mask):
11490         Fixed(??) color allocation for some visuals
11492 2002-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11494         * libs/Flocale.c (FlocaleFontStructDrawString):
11495         a little code cleanup
11497         * fvwm/events.c (HandleEnterNotify):
11498         removed debug code
11499         anothe click+drag fix
11501         * libs/Pointer.c (GetLocationFromEventOrQuery):
11502         * fvwm/focus.c (SetPointerEventPosition):
11503         * fvwm/functions.c (CheckActionType):
11504         * fvwm/builtins.c (CMD_StrokeFunc):
11505         * fvwm/move_resize.c (moveLoop):
11506         (resize_window):
11507         fixed some bugs w/ pointer on wrong screen
11509 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11511         * fvwm/events.c (HandleLeaveNotify):
11512         fixed problem w/ click+drag and mousey focus
11514         * fvwm/menus.c (size_menu_horizontally):
11515         fixed menu style SubmenusLeft w/ icons in menu items
11517 2002-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11519         * fvwm/menuitem.c (menuitem_paint):
11520         * fvwm/menus.h:
11521         * fvwm/menus.c (paint_menu_gradient_background):
11522         (get_menu_paint_item_parameters):
11523         removed circular dependency of menus.c and menuitem.c by using callback
11524         functions
11526 2002-07-17  olicha  <olivier.chapuis@free.fr>
11528         * fvwm/menuitem.c:
11529         A -Wall fix
11531         * fvwm/fvwm.c (InitVariables):
11532         (main):
11533         * fvwm/colorset.c (parse_colorset):
11534         (alloc_colorset):
11535         (CMD_ReadWriteColors):
11536         * fvwm/builtins.c (CMD_ColorLimit):
11537         * libs/PictureUtils.h:
11538         * libs/PictureUtils.c (PictureReduceColor):
11539         (PictureReduceRGBColor):
11540         (PictureRGBtoPixel):
11541         (PictureAllocColor):
11542         (PictureFreeColors):
11543         (PictureGetNextColor):
11544         (colors_alloc_fail):
11545         (my_alloc_color):
11546         (AllocColors*):
11547         (AllocColorTable):
11548         (PictureAllocColorTable):
11549         * libs/PictureImageLoader.c (PImageXpmAllocColor):
11550         (PImageXpmFreeColor):
11551         (PImageLoadXpm):
11552         * libs/PictureBase.c (PictureInitCMap):
11553         * libs/Graphics.c (AllocLinearGradient):
11554         * libs/ColorUtils.c (GetShadow):
11555         (GetHilite):
11556         (GetForeShadow):
11557         (GetTintedPixel):
11558         (GetSimpleColor):
11559         (GetColor):
11560         (fvwmlib_clone_color):
11561         * libs/PictureGraphics.c (PGraphicsTintRectangle):
11562         Implemented a new color limit method
11564 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11566         * fvwm/move_resize.c (moveLoop):
11567         fixed problem moving the pointer off screen while moving a window
11568         (AnimatedMoveAnyWindow):
11569         fixed pointer warping w/ multiple screens and animated window motion
11571 2002-07-12  olicha  <olivier.chapuis@free.fr>
11573         * fvwm/menus.c (get_menu_paint_item_parameters):
11574         (paint_menu_gradient_background):
11575         * fvwm/menuitem.c (menuitem_paint):
11576         * fvwm/menuitem.h:
11577         * fvwm/menus.h:
11578         Fixed B/DGradient with Xft fonts
11580         * libs/Colorset.h:
11581         * libs/ColorUtils.c (GetTintedColor):
11582         (GetTintedPixel):
11583         * fvwm/colorset.c (parse_simple_tint):
11584         (parse_colorset):
11585         (alloc_colorset):
11586         Implemented fgTint colorset option
11588         * libs/PictureImageLoader.c:
11589         * libs/PictureUtils.c:
11590         * libs/PictureUtils.h:
11591         * libs/Makefile.am:
11592         Moved color limitation and some rgb to pixel functions from
11593         PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11595         * fvwm/colorset.c (parse_colorset):
11596         * libs/PictureGraphics.c (PCreateTintedPixmap):
11597         (PGraphicsTintRectangle):
11598         Implemented tinting for X server without Xrender support and
11599         did color limitation when tinting
11602 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11604         * fvwm/events.c (WaitForButtonsUp):
11605         fixed handling of button release events
11607 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11609         * fvwm/menus.c (MenuInteraction):
11610         fixed core dump w/ dynamic popdown action destroying a menu
11611         (paint_menu_gradient_background):
11612         fixed hang and/or incorrect drawing of b and d gradients in menus
11614         * fvwm/events.c (HandleEnterNotify):
11615         (HandleLeaveNotify):
11616         improved LEAVE_WINDOW/ENTER_WINDOW handling
11618 2002-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11620         * libs/Colorset.c (SetWindowBackground):
11621         (SetWindowBackgroundWithOffset):
11622         (ScrollPixmap):
11623         implemented new functions to allow pixmap backgrounds with an offset
11625 2002-07-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11627         * fvwm/events.c (HandleMapRequestKeepRaised):
11628         send Map/UnmapNotify before iconyfying, not after
11630 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11632         * fvwm/events.c (HandleMapRequestKeepRaised):
11633         fake a MapNotify and then an UnmapNotify when a window is created iconic
11635         * fvwm/add_window.c (AddWindow):
11636         workaround for buggy TK menu positioning
11638         * fvwm/module_interface.c (FlushMessageQueue):
11639         (PositiveWrite):
11640         (get_pipe_name):
11641         tried to fix module communication deadlock w/ sync mask and a full write
11642         pipe
11644         * libs/Strings.c:
11645         re-indented file
11647         * libs/defaults.h:
11648 2002-07-06  olicha  <olivier.chapuis@free.fr>
11650         * libs/Flocale.c (FlocaleGetFontSet):
11651         Removed some unwanted code
11653 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11655         * fvwm/events.c (HandleLeaveNotify):
11656         (HandleEnterNotify):
11657         reduced the number of MX_LEAVE/ENTER_WINDOW messages
11659         * fvwm/events.c (CMD_XSync):
11660         very experimental patch to cycle through subwindows accepting keyboard
11661         input; call Xsync command repeatedly to test; crashes fvwm if more than
11662         1000 subwindows are used;
11664         * fvwm/focus.c (CMD_WarpToWindow):
11665         fixed a bug in warpttowindow command with subwindows of unmanaged
11666         windows
11668 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11670         * fvwm/events.c (HandlePropertyNotify):
11671         * fvwm/events.h:
11672         handle changes in the size_inc and base_size hints during opaque
11673         resizing.
11675         * fvwm/events.c (HandleButtonPress):
11676         ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
11677         until the button is released again; this restores the old behaviour
11678         from 2.3.23 and before with click+drag and rxvt/aterm
11680 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11682         * fvwm/update.c (apply_window_updates):
11683         fixed applying neverfocus to currently focused window; decorations
11684         partially drawn hilighted
11686 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11688         * fvwm/menucmd.c (menu_func):
11689         another module/menu/context window fix
11690         do not use global Fw anymore
11692 2002-07-05  olicha  <olivier.chapuis@free.fr>
11694         * libs/Flocale.c (FlocaleStringToString2b):
11695         Fixed crash with big5-0 FontStruct
11697 2002-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11699         * fvwm/menucmd.c (menu_func):
11700         fixed context window of menus invoked by a module
11701         (menu_func):
11702         fixed context menus on windows
11704         * libs/vpacket.h (ConfigWinPacket):
11705         * fvwm/module_interface.c (CONFIGARGSNEW):
11706         * fvwm/fvwm.h (FvwmWindow):
11707         fixed bugs in type conversions for transmitting certain information to
11708         modules
11710         * fvwm/functions.c (CheckActionType):
11711         fixed window selection problem w/ menus invoked from modules
11713 2002-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11715         * fvwm/gnome.c (GNOME_HandlePropRequest):
11716         -Wall fixes
11718         * fvwm/module_interface.c (ExecuteCommandQueue):
11719         fixed compile bug w/ --enable-debug-msgs
11721 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11723         * fvwm/events.c (HandleButtonPress):
11724         (HandleKeyPress):
11725         * fvwm/menus.c (MenuInteraction):
11726         (do_menu):
11727         * fvwm/windowlist.c (CMD_WindowList):
11728         * fvwm/menucmd.c (menu_func):
11729         * fvwm/module_interface.c (ExecuteModuleCommand):
11730         * fvwm/add_window.c (adjust_fvwm_internal_windows):
11731         go away, evil globals! [removed the useless global variable
11732         "ButtonWindow"]
11734         * fvwm/events.c (HandleUnmapNotify):
11735         (HandleMapNotify):
11736         * fvwm/icons.c (Iconify):
11737         * fvwm/window_flags.h (IS_ICONIFY_PENDING):
11738         * fvwm/fvwm.h (struct):
11739         renamed is_deiconify_pending to is_iconify_pending
11740         some re-indenting
11742 2002-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11744         * fvwm/menus.c (MenuInteraction):
11745         (pop_menu_down):
11746         (menu_enter_tear_off_menu):
11747         (do_menu):
11748         * fvwm/events.c (HandleButtonPress):
11749         (HandleButtonRelease):
11750         (HandleKeyPress):
11751         (GetContext):
11752         * fvwm/menucmd.c (menu_func):
11753         (menu_func):
11754         * fvwm/module_interface.c (ExecuteModuleCommand):
11755         go away, evil globals! [removed the useless global variable "Context"]
11756         removed is_menu_from_frame_or_window_or_titlebar flag
11758         * fvwm/module_interface.c:
11759         * fvwm/windowlist.c:
11760         re-indented files
11762 2002-06-28  Mikhael Goikhman  <migo@homemail.com>
11764         * fvwm/menuitem.c (menuitem_paint):
11765         fixed fg color of the inactive disabled menu item
11767         * NEWS:
11768         old typo
11769         * fvwm/fvwm.1:
11770         removed a mention of RedHat (I don't think it is correct),
11771         reworded a mention of fvwm95
11773 2002-06-26  Mikhael Goikhman  <migo@homemail.com>
11775         * **/*.c:
11776         tabify only the leading spaces, untabify the middle of line
11778 2002-06-25  David Fries  <dfries@mail.win.org>
11780         * fvwm/fvwm.1:
11781         * fvwm/windowlist.c:
11782         Added code to sort based on the class name of a window for
11783         the WindowList function.
11785 2002-06-25  olicha  <olivier.chapuis@free.fr>
11787         * acinclude.m4:
11788         A minor fix
11790 2002-06-25  Mikhael Goikhman  <migo@homemail.com>
11792         * AUTHORS:
11793         add Anders Andersson (spelling fixes in all man pages) and Steve Talley
11795 2002-06-24  Steve Talley  <stephen.talley@sun.com>
11797         * fvwm/add_window.c:
11798         * fvwm/add_window.h:
11799         * fvwm/fvwm.1:
11800         * fvwm/fvwm.h:
11801         * fvwm/icons.c:
11802         * fvwm/icons.h:
11803         * fvwm/style.c:
11804         * fvwm/style.h:
11805         * libs/defaults.h:
11806         New Style option IconSize
11808 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
11810         * NEWS, configure.in:
11811         changed version to 2.5.3
11813 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
11815         * INSTALL.fvwm:
11816         removed C++ section
11818         * fvwm/fvwm.1:
11819         * libs/FlocaleCharset.c:
11820         small fixes
11822 2002-06-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11824         * fvwm/events.c (WaitForButtonsUp):
11825         use the wait cursot only after the 20th pass through the loop
11827 2002-06-21  Dan Espen  <dane@mk.telcordia.com>
11829         * fvwm/fvwm.1 (Examples): Language check.
11830         PipeRead as synchronous Exec.
11831         Better example for PipeRead.
11833 2002-06-21  olicha  <olivier.chapuis@free.fr>
11835         * fvwm/fvwm.1:
11836         * NEWS:
11837         Documented StringEncoding= in font name
11839         * INSTALL.fvwm
11840         Removed --disable-compound-text doc
11842 2002-06-20  olicha  <olivier.chapuis@free.fr>
11844         * libs/FBidi.h (FBidiConvert):
11845         Fixed compile if !HAVE_BIDI
11847 2002-06-19  olicha  <olivier.chapuis@free.fr>
11849         * fvwm/fvwm.c (InitVariables):
11850         (StartupStuff):
11851         Allocate colorset 0 in InitVariable in the place of StartupStuff.
11852         This fix a "null expression" at init in menustyle.c (menustyle_update)
11854 2002-06-19  Mikhael Goikhman  <migo@homemail.com>
11856         * configure.in:
11857         reworded supported feature listing, fixed the default xft detection
11858         * INSTALL.fvwm:
11859         added the "Supported Features" section
11861 2002-06-19  olicha  <olivier.chapuis@free.fr>
11863         * fvwm/colorset.h:
11864         Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
11866         * INSTALL.fvwm:
11867         Removed --enable-mulibyte and --disable-compound-text config option
11868         documentation. s/enable-xft/disable-xft/ and document --disable-xrender
11870         * configure.in:
11871         Xft is on by default no
11873         * libs/FlocaleCharset.c (*):
11874         * libs/FlocaleCharset.h:
11875         * libs/Ficonv.c (*):
11876         * libs/Ficonv.h:
11877         * libs/Flocale.c (*):
11878         * libs/Flocale.h:
11879         * libs/Fft.c (*):
11880         * libs/FftInterface.h:
11881         * libs/FBidi.c:
11882         * libs/FBidi.h:
11883         * fvwm/ewmh_names.c ():
11884         Some cleanup. Implemented StringEncoding= in font names. Fixed
11885         string encoding for xft fonts. Try to be more cleaver about defaults
11886         charsets. Improvement in the locale charset table.
11888         * fvwm/fvwm.1:
11889         Some documentation cleanup regarding Xft
11891 2002-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11893         * fvwm/functions.c (find_func_type):
11894         fixed bug i introduced w/ last commit
11896         * fvwm/fvwm.c (Done):
11897         (StartupStuff):
11898         * fvwm/functions.c (functions_is_complex_function):
11899         * fvwm/builtins.c (CMD_DestroyFunc):
11900         (CMD_AddToFunc):
11901         (CMD_Plus):
11902         moved functions to functions.c
11903         general cleanup
11905         * fvwm/functable.c:
11906         * fvwm/functable.h:
11907         * fvwm/functions.h:
11908         * fvwm/commands.h:
11909         * fvwm/functions.c:
11910         moved some types and functions to other/new files
11912         * fvwm/functions.c:
11913         * fvwm/expand.c (expand_vars_extended):
11914         (expand_vars):
11915         functions moved to new file
11917         * fvwm/functions.c:
11918         reindented file
11920 2002-06-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11922         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
11923         fixed colourmap focus problem
11925         * **/*.[ch]:
11926         tabified all files and removed all trailing spaces
11928         * fvwm/move_resize.c (move_window_doit):
11929         * fvwm/virtual.c (CMD_MoveToDesk):
11930         MoveToPage and MoveToDesk no longer unstick windows
11932 2002-06-17  Mikhael Goikhman  <migo@homemail.com>
11934         * INSTALL.fvwm:
11935         small improvements
11937         * configure.in:
11938         reworded some names of supported features
11940 2002-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11942         * fvwm/update.c (apply_window_updates):
11943         * fvwm/session.c (MatchWinToSM):
11944         * fvwm/add_window.c (setup_window_structure):
11945         * fvwm/windowshade.c (CMD_WindowShade):
11946         * fvwm/window_flags.h:
11947         fixed a problem w/ shaded windows changind the title direction
11949         * fvwm/geometry.c (get_shaded_geometry):
11950         fixed shading window to 0 width or height
11952         * fvwm/add_window.c (AddWindow):
11953         fixed a memory leak and an initial window placement bug
11955 2002-06-15  Mikhael Goikhman  <migo@homemail.com>
11957         * configure.in:
11958         minor improvements in output, added bin/fvwm-perllib
11960 2002-06-12  Mikhael Goikhman  <migo@homemail.com>
11962         * fvwm/menustyle.c (CMD_CopyMenuStyle):
11963         fixed copying PopupOffset values in CopyMenuStyle
11965         * NEWS:
11966         Copied 2.4.8 NEWS
11968 2002-06-10  Mikhael Goikhman  <migo@homemail.com>
11970         * libs/Strings.c:
11971         * libs/Strings.h:
11972         added CopyStringWithQuotes, not perfect, but works for now
11974 2002-06-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11976         * fvwm/functions.h:
11977         * fvwm/commands.h:
11978         * fvwm/functions.c (func_config):
11979         * libs/FScreen.c (FScreenConfigureSLSScreens):
11980         (FScreenConfigureModule):
11981         * fvwm/virtual.c (CMD_XineramaSlsScreens):
11982         new command XineramaSLSScreens
11984         * libs/FScreen.c:
11985         cleaned up Xinerama ifdefs
11987 2002-06-07  Dan Espen  <dane@mk.telcordia.com>
11989         * NEWS:
11990         * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
11992 2002-06-07  olicha  <olivier.chapuis@free.fr>
11994         * libs/Flocale.h:
11995         * libs/Flocale.c (FlocaleGetShadowTextPosition):
11996         Some shadow text position fixes
11998 2002-06-06  olicha  <olivier.chapuis@free.fr>
12000         * fvwm/update.c (apply_window_updates):
12001         Fixed the position of shaded windows after certain style update
12003         * acinclude.m4:
12004         Fixed some options names
12006 2002-06-06  Mikhael Goikhman  <migo@homemail.com>
12008         * fvwm/module_interface.c (CMD_SendToModule):
12009         fixed SendToModule when the first parameter contains quotes
12011 2002-06-06  olicha  <olivier.chapuis@free.fr>
12013         * fvwm/fvwm.c (main):
12014         * fvwm/ewmh.c (EWMH_Init):
12015         Init the EWMH before reading the config. Always setup the working
12016         area.
12018 2002-06-05  olicha  <olivier.chapuis@free.fr>
12020         * fvwm/update.c (apply_window_updates):
12021         Fixed the position of a shaded window during a style update
12022         (do_redecorate)
12024         * libs/Flocale.c (FlocaleRotateDrawString):
12025         (FlocaleGetShadowTextPosition):
12026         Fixed side title text position if the font has no shadow
12028         * acconfig.h:
12029         * libs/Ficonv.c (FiconvInit):
12030         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12031         * libs/Flocale.c (FlocaleInit):
12032         (FlocaleRotateDrawString):
12033         (FlocaleGetFontSet):
12034         (FlocaleGetFontOrFontSet):
12035         (FlocaleLoadFont):
12036         (FlocaleDrawString):
12037         (FlocaleTextWidth):
12038         (FlocaleFreeNameProperty):
12039         (FlocaleGetNameProperty):
12040         (FlocaleTextListToTextProperty):
12041         Finish to remove the multibyte patch. This gives a more clean code
12042         and can only prevent bugs
12044 2002-06-05  Mikhael Goikhman  <migo@homemail.com>
12046         * fvwm/placement.c (PlaceWindow):
12047         fixed CascadePlacement with huge windows (xterm -g 240x100),
12048         that were aligned to bottom-right instead of top-left;
12049         small adjustments (removed border_width from calculations,
12050         don't place normal windows at 0, commented out some strange code)
12052 2002-06-04  Mikhael Goikhman  <migo@homemail.com>
12054         * NEWS:
12055         document CascadePlacement and FvwmIconMan improvements
12057         * fvwm/fvwm.1:
12058         typo
12060 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12062         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12063         * fvwm/fvwm.c (InitVariables):
12064         * fvwm/placement.c (PlaceWindow):
12065         * fvwm/screen.h (struct ScreenInfo):
12066         improved *CascadePlacement, if the last placed window does not exist
12067         any more, reuse the last used position instead of adding a new cascade
12069 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12071         * fvwm/events.c (HandleEnterNotify):
12072         * fvwm/fvwm.c (InitVariables):
12073         * fvwm/events.h:
12074         Fixed colormap handling over decorative parts of a window
12076 2002-06-03  olicha  <olivier.chapuis@free.fr>
12078         * fvwm/module_interface.c (make_named_packet):
12079         Fixed an write out of memory bug. This complete Mikhail Kruk patch
12080         related to named module packet
12082 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12084         * fvwm/focus.c (focus_grab_buttons):
12085         * fvwm/events.c (HandleButtonPress):
12086         fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12088 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12090         * fvwm/bindings.c (ParseBinding):
12091         replaced an error "Illegal mouse button" with a descriptive warning
12092         when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12094 2002-05-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12096         * fvwm/events.c (GetContext):
12097         fixed key bindings on decorations
12099         * fvwm/events.h:
12100         removed XEVMASK_DECORW
12102 2002-05-31  olicha  <olivier.chapuis@free.fr>
12104         * NEWS:
12105         * fvwm/fvwm.1:
12106         Documented shadow effect in a new section FONT EFFECTS
12108 2002-05-31  olicha  <olivier.chapuis@free.fr>
12110         * libs/Fft.c (FftDrawString):
12111         * libs/Colorset.c (DumpColorset):
12112         (LoadColorset):
12113         * libs/Colorset.h:
12114         * fvwm/colorset.c (parse_colorset):
12115         New colorset option fg_alpha which defines an alpha for rendering
12116         text with Xft
12118 2002-05-29  olicha  <olivier.chapuis@free.fr>
12120         * libs/Fft.c (FftSetupEncoding):
12121         * libs/Fft.h:
12122         * libs/FRender.h:
12123         Added Xft2 support
12125         * acinclude.m4:
12126         * configure.in:
12127         Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12128         to Xft FLAGS and LIBS
12130         * fvwm/Makefile.am:
12131         * libs/Makefile.am:
12132         Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12133         Xft2 library. Removed FT2 CFLAGS and LIBS
12135 2002-05-27  olicha  <olivier.chapuis@free.fr>
12137         * acinclude.m4:
12138         * acconfig.h:
12139         * configure.in:
12140         Some Xft2 and fontconfig preparation
12142         * libs/Flocale.h:
12143         * libs/Flocale.c (FlocaleParseShadow):
12144         (FlocaleLoadFont):
12145         (FlocaleGetShadowTextPosition):
12146         Added offset to shadow text
12148         * libs/Flocale.h:
12149         Fixed the position of ne shadow text and remove some unused #define
12151 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12153         * fvwm/colorset.c (parse_colorset):
12154         fixed integer overflow in average colour calculation
12156 2002-05-27  olicha  <olivier.chapuis@free.fr>
12158         * libs/gravity.c (GetNextMultiDirection):
12159         (ParseMultiDirectionArgument):
12160         * libs/gravity.h:
12161         Added a multi direction type which is a "<<" version of direction
12162         type. Added a parse and a next functions
12164         * libs/Flocale.h:
12165         * libs/Flocale.c (FlocaleParseShadow):
12166         (FlocaleGetNextShadowDirection):
12167         (FlocaleGetShadowTextPosition):
12168         Used gravity multi direction type and functions. Removed
12169         FlocaleGetNextShadowDirection
12171 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12173         * fvwm/focus.c (restore_focus_after_unmap):
12174         fixed a problem w/ colormap transition when transient window died
12176         * fvwm/add_window.c (AddWindow):
12177         clean up
12179         * fvwm/session.c (getUniqueStateFilename):
12180         applied security patch by Jan Echternach
12182         * fvwm/fvwm.c (InitVariables):
12183         Properly initialise Scr.flags.is_pointer_on_this_screen
12185         * libs/fvwmlib.h (FvwmFont):
12186         * fvwm/fvwm.c (setVersionInfo):
12187         * configure.in:
12188         * config.h.in:
12189         * acconfig.h (MULTIBYTE):
12190         removed MULTIBYTE option (unconditionally on)
12192 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12194         * libs/gravity.c (ParseDirectionArgument):
12195         allow "t", "u", ... shortcuts as direction arguments
12197         * fvwm/style.c (check_window_style_change):
12198         (parse_and_set_window_style):
12199         * fvwm/frame.c (frame_setup_border):
12200         (frame_get_shading_laziness):
12201         (frame_get_sidebar_geometry):
12202         * fvwm/decorations.c (SelectDecor):
12203         * fvwm/add_window.c (setup_style_and_decor):
12204         (setup_resize_handle_cursors):
12205         (setup_resize_handle_windows):
12206         (change_resize_handle_windows):
12207         (destroy_auxiliary_windows):
12208         * fvwm/borders.c (border_get_border_gcs):
12209         (border_draw_border_parts):
12210         * fvwm/style.h (SCSET_HAS_BORDER):
12211         * fvwm/fvwm.h (FvwmWindow):
12212         * fvwm/window_flags.h (SET_HAS_BORDER):
12213         new styles NoBorder/Border
12215 2002-05-26  olicha  <olivier.chapuis@free.fr>
12217         * libs/Flocale.h:
12218         * libs/Flocale.c (FlocaleParseShadow):
12219         (FlocaleGetNextShadowDirection):
12220         (FlocaleGetShadowTextPosition):
12221         (FlocaleLoadFont):
12222         Implemented multidirectional shadow text rendering
12224         * libs/Flocale.h:
12225         * libs/Flocale.c
12226         (FlocaleFontStructDrawString):
12227         (FlocaleRotateDrawString):
12228         (FlocaleLoadFont):
12229         (FlocaleDrawString):
12230         (FlocaleTextWidth):
12231         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12232         * libs/Fft.c (FftDrawString):
12233         Cleanup the FlocaleFont structure by addings some flags
12235 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12237         * fvwm/events.c (HandleFocusIn):
12238         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12239         * fvwm/screen.h (ScreenInfo):
12240         * fvwm/focus.c (FocusOn):
12241         ignore EnterNotify events while a window is waiting to receive focus
12242         from the Focus or FlipFocus commands; should prevent plenty of race
12243         contidions caused by executing complex functions by a key press, button
12244         press or from a menu; fixes Alt-Tab problem
12246         * fvwm/events.c (HandleMapNotify):
12247         immediately draw window decorations when window is mapped; the new frame
12248         drawing code takes care of suppressing unnecessary redraws
12249         (HandleLeaveNotify):
12250         fixed a bug w/ LeaveNotify event with NotifyGrab
12252 2002-05-22  olicha  <olivier.chapuis@free.fr>
12254         * libs/Flocale.h:
12255         * libs/Fft.c (FftDrawString):
12256         * libs/Flocale.c (FlocaleFontStructDrawString):
12257         (FlocaleRotateDrawString):
12258         (FlocaleLoadFont):
12259         (FlocaleGetShadowTextPosition):
12260         (FlocaleDrawString):
12261         (FlocaleDrawUnderline):
12262         (FlocaleTextWidth):
12263         Implemented negative shadow text
12265 2002-05-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12267         * fvwm/menucmd.c (CMD_AddToMenu):
12268         * fvwm/windowlist.c (CMD_WindowList):
12269         * fvwm/menus.h:
12270         * fvwm/menus.c
12271         changed signature of AddToMenu
12273         * fvwm/menus.c (clone_menu_root_static):
12274         fixed problem w/ menu style usage count and tear off menus
12275         fixed core dump w/ not copying the missing sub menu function in tear
12276         off menus
12277         (clone_menu_item_list):
12278         (AddToMenu):
12279         (add_another_menu_item):
12280         (size_menu_vertically):
12281         fixed additional "More..." items in sub menus of torn off menus
12283 2002-05-22  Mikhael Goikhman  <migo@homemail.com>
12285         * libs/colorset.h:
12286         fixed #endif warning
12287         * fvwm/ConfigFvwmDefaults:
12288         added CirculateSkip to tear off menus
12289         * fvwm.1:
12290         fixed ShadeAgain quoting
12292 2002-05-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12294         * fvwm/events.c (HandleButtonPress):
12295         allow to pass the focus click to applications and have a function bound
12296         to it at the same time
12298         * fvwm/fvwm.c:
12299         * fvwm/colorset.h:
12300         fixed compilation problem
12302 2002-05-20  olicha  <olivier.chapuis@free.fr>
12304         * libs/PictureImageLoader.c (PImageRGBtoPixel):
12305         Fixed blue colour in png image and ewmh icons
12307         * libs/Flocale.c (FlocaleLoadFont):
12308         Removed some debug code
12310         * fvwm/colorset.c (parse_colorset):
12311         * libs/fvwmlib.h:
12312         * libs/ColorUtils.c (GetForeShadowColor):
12313         Added Mikhael algo to compute the default fgsh
12315 2002-05-18  Mikhael Goikhman  <migo@homemail.com>
12317         * fvwm/functions.c (expand_extended_var):
12318         expand $[fgsh.csN], use constants instead of numbers
12320 2002-05-17  olicha  <olivier.chapuis@free.fr>
12322         * libs/Flocale.c (FlocaleDrawString):
12323         (FlocaleDrawUnderline):
12324         * libs/Flocale.h:
12325         Removed some unused and debug code
12327 2002-05-17  olicha  <olivier.chapuis@free.fr>
12329         * fvwm/menuitem.c (draw_underline):
12330         * libs/Flocale.h:
12331         * libs/Flocale.c (FlocaleDrawUnderline):
12332         Move draw_underline into Flocale.c and fix underline position with
12333         shadow rendering
12335 2002-05-17  olicha  <olivier.chapuis@free.fr>
12337         * fvwm/style.c (update_window_color_style):
12338         (update_window_color_hi_style):
12339         * fvwm/move_resize.c (DisplayPosition):
12340         (DisplaySize):
12341         * fvwm/menuitem.c (menuitem_paint):
12342         * fvwm/borders.c (get_common_decorations):
12343         (border_get_titlebar_draw_descr):
12344         * fvwm/fvwm.h:
12345         * fvwm/icons.c (DrawIconWindow):
12346         Pass the colorset to text drawing via the FlocaleWinString structure
12348         * libs/fvwmlib.h:
12349         * libs/ColorUtils.c (GetForeShadowColor):
12350         (GetForeShadow):
12351         * fvwm/colorset.c (parse_colorset):
12352         * libs/Colorset.h:
12353         * libs/Colorset.c (DumpColorset):
12354         (LoadColorset):
12355         Added fgsh colorset and two new functions GetForeShadowColor and
12356         GetForeShadow which should be modified
12358         * libs/Makefile.am:
12359         * libs/Fft.h:
12360         * libs/FftInterface.h (new file):
12361         * libs/Fft.c (FftDrawString):
12362         * libs/Flocale.h:
12363         * libs/Flocale.c (FlocaleFontStructDrawString):
12364         (FlocaleRotateDrawString):
12365         (FlocaleDrawString):
12366         (FlocaleTextWidth):
12367         (FlocaleLoadFont):
12368         Implemented text shadow rendering
12370 2002-05-11  olicha  <olivier.chapuis@free.fr>
12372         * fvwm/builtins.h:
12373         * fvwm/builtins.c (refresh_window):
12374         * fvwm/update.c (apply_window_updates):
12375         * fvwm/update.h:
12376         * fvwm/style.c (check_window_style_change):
12377         ParentalRelativity style is now dynamic
12379 2002-05-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12381         * fvwm/menuitem.c (menuitem_paint):
12382         fixed menu item hilight area
12384 2002-05-09  olicha  <olivier.chapuis@free.fr>
12386         * libs/Makefile.am:
12387         * libs/XError.c (request_name):
12388         * libs/PictureImageLoader.c (PImageLoadPng):
12389         (PImageCreatePixmapFromArgbData):
12390         * libs/PictureGraphics.c (PGraphicsTintRectangle):
12391         (PGraphicsTileRectangle):
12392         (PGraphicsCopyFvwmPicture):
12393         * libs/FRenderInit.c (new file):
12394         * libs/FRenderInit.h (new file):
12395         * libs/FRenderInterface.h:
12396         * libs/FRender.c (*):
12397         * fvwm/colorset.c (parse_tint):
12398         (parse_colorset):
12399         * fvwm/fvwm.c (main):
12400         * fvwm/events.c (HandlePropertyNotify):
12401         Change the design of the previous commit. Now a module should call
12402         FRenderInit when it wants to use a function which depends on XRender.
12404 2002-05-09  olicha  <olivier.chapuis@free.fr>
12406         * fvwm/colorset.c:
12407         A -Wall fix
12409         * libs/Flocale.h:
12410         * libs/Fft.h:
12411         Fixed Compilation
12412         Include Fft.h include FRender.h as Xft.h include Xrender.h
12414         * libs/FRenderInterface.h:
12415         * libs/FRender.h:
12416         * libs/FRender.c (FRenderInit):
12417         (FRenderGetErrorCodeBase):
12418         (FRenderGetMajorOpCode):
12419         (FRenderGetExtensionSupported):
12420         (FRenderGetErrorText):
12421         Improve XRender initialization, check if the XRender extension is
12422         enabled and get the error code base and the major op code.
12423         Add error functions for the X error handler.
12425         * libs/XError.c (PrintXErrorAndCoredump):
12426         (request_name):
12427         Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12428         and major op code
12430         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12431         * fvwm/events.c (HandlePropertyNotify):
12432         * fvwm/colorset.c (parse_tint):
12433         (parse_colorset):
12434         * libs/PictureImageLoader.c (PImageLoadPng):
12435         (PImageCreatePixmapFromArgbData):
12436         * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12437         (PGraphicsCopyFvwmPicture):
12438         (PGraphicsTileRectangle):
12439         * libs/FRender.c (FRenderCopyArea):
12440         (FRenderTintRectangle):
12441         Check if the XRender extension is enabled on the display before
12442         performing XRender operations
12444 2002-05-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12446         * fvwm/menuitem.c (menuitem_paint):
12447         fixed item hilighting problems
12449 2002-05-07  olicha  <olivier.chapuis@free.fr>
12451         * fvwm/colorset.c (parse_colorset):
12452         More coloset fixes
12454 2002-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12456         * fvwm/events.c (HandlePropertyNotify):
12457         workaround for xterm resize problem
12459         * fvwm/colorset.c (parse_colorset):
12460         (free_colorset_background):
12461         (parse_pixmap):
12462         (parse_tint):
12463         fixed various bugs and core dumps w/ the cs->picture structure;
12464         note: it's a pointer, so compare with NULL, not with None
12466         * fvwm/frame.c (frame_setup_window):
12467         (frame_setup_window_app_request):
12468         (frame_force_setup_window):
12469         (frame_setup_window_internal):
12470         (frame_create_move_resize_args):
12471         (frame_free_move_resize_args):
12472         * fvwm/add_window.c (setup_window_attr):
12473         * fvwm/events.c (HandleConfigureRequest):
12474         (HandlePropertyNotify):
12475         fixed [?] bit_gravity/resize problem
12477         * fvwm/events.c (HandleEnterNotify):
12478         reformatted EdgeCommand code
12480 2002-05-06  olicha  <olivier.chapuis@free.fr>
12482         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12483         Resize an ewmh icon to the wanted size if it is to big
12485         * fvwm/ewmh.c (EWMH_WindowDestroyed):
12486         Set also the stacking list when a window is destroyed
12488 2002-05-03  Dan Espen  <dane@mk.telcordia.com>
12490         * fvwm/fvwm.1: Finish language check.
12491         Fix typo in Mouse section, context should be on new line.
12493 2002-05-02  Dan Espen  <dane@mk.telcordia.com>
12495         * fvwm/fvwm.1 (file): Restore icons and images text with some
12496         improvement.
12497         Started on lang check, not done yet.
12499 2002-05-02  Mikhail Kruk  <meshko@cs.brandeis.edu>
12501         * fvwm/module_interface.c (make_named_packet):
12502         Applied Mikhail Kruk patch
12504 2002-05-02  olicha  <olivier.chapuis@free.fr>
12506         * libs/FlocaleCharset.h:
12507         * libs/Ficonv.c (FiconvSetupConversion):
12508         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12509         * libs/Flocale.h:
12510         * libs/Flocale.c (FlocaleGetFftFont):
12511         (FlocaleGetFontSet):
12512         (FlocaleGetFont):
12513         (FlocaleLoadFont):
12514         (FlocaleUnloadFont):
12515         * fvwm/fvwm.1:
12516         Implemented charset/iconv hints in font name
12518 2002-04-29  Stian Sletner  <stian@sletner.com>
12520         * fvwm/windowlist.c (CMD_WindowList):
12521         Added new Windowlist option IconifiedAtEnd
12523 2002-04-30  Mikhael Goikhman  <migo@homemail.com>
12525         * fvwm/module_interface.c:
12526         * libs/Module.c:
12527         * libs/Module.h:
12528         moved two constant strings to Module.h, so they may be used by perllib
12530 2002-04-29  olicha  <olivier.chapuis@free.fr>
12532         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12533         Fixed a core dump if the charset is not found
12535         * libs/Flocale.c (FlocaleStringToString2b):
12536         Removed some debug code
12538 2002-04-29  olicha  <olivier.chapuis@free.fr>
12540         * libs/Fft.c (FftGetFontWidths):
12541         (FftGetFontWidths):
12542         * libs/Fft.h
12543         * libs/Flocale.h:
12544         * libs/Flocale.c (FlocaleGetFont):
12545         (FlocaleGetFontSet):
12546         (FlocaleGetFftFont):
12547         Removed min_char_offset member of the FlocaleFont as it is not use
12548         since we rotate string for side title
12550         * libs/Ficonv.c (FiconvSetupConversion):
12551         * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12552         (FlocaleCharsetSetFlocaleCharset):
12553         * libs/Flocale.h:
12554         * libs/Flocale.c (FlocaleTextWidth):
12555         (FlocaleDrawString):
12556         (FlocaleUtf8ToUnicodeStr2b):
12557         (FlocaleLoadFont):
12558         (FlocaleStringToString2b):
12559         (FlocaleRotateDrawString):
12560         (FlocaleFontStructDrawString):
12561         Added support for drawing string with 10646-1 fonts without an utf8
12562         locale. Also, drawing strings with a multibyte font now work not so
12563         bad even if the locale have nothing to do with the font.
12565         * libs/Fft.c (FftUtf8ToFftString16):
12566         (FftDrawString):
12567         (FftTextWidth):
12568         Added utf8 rendering with iso10646-1 fonts on system without
12569         Xft Utf8 functions
12571         * fvwm/colorset.c (reset_cs_pixmap):
12572         (parse_pixmap):
12573         (parse_shape):
12574         (parse_tint):
12575         (parse_colorset):
12576         Colorset now accept bitmaps. Split a bit parse_colorset for readability
12578 2002-04-28  Mikhael Goikhman  <migo@homemail.com>
12580         * fvwm/menus.c:
12581         fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12583 2002-04-27  Mikhael Goikhman  <migo@homemail.com>
12585         * fvwm/move_resize.c:
12586         don't start Move with snap disabled if Alt is initially pressed
12588 2002-04-26  Mikhael Goikhman  <migo@homemail.com>
12590         * NEWS, configure.in:
12591         changed version to 2.5.2
12593 2002-04-25  Mikhael Goikhman  <migo@homemail.com>
12595         * fvwm/fvwm.1:
12596         improved main headers, added new COLORSETS section;
12597         documented State condition
12599         * NEWS:
12600         documented Tint in colorsets and utility renaming
12602         * libs/Flocale.c:
12603         corrected several error reporting problems
12605 2002-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12607         * fvwm/events.h:
12608         fixed leaving tear off menus
12610 2002-04-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12612         * fvwm/borders.c (border_draw_part_relief):
12613         (border_set_button_pixmap):
12614         (border_draw_title_stick_lines):
12615         (border_draw_title_mono):
12616         (border_draw_title_relief):
12617         * libs/fvwmlib.h (RelieveRectangle2):
12618         (RelieveRectangle):
12619         replaced functions by macros
12621         * libs/Graphics.c (do_relieve_rectangle):
12622         applied performance patch by Dave Trollope
12624 2002-04-24  Mikhael Goikhman  <migo@homemail.com>
12626         * libs/FBidi.c:
12627         * libs/FBidi.h:
12628         * libs/Flocale.c:
12629         * libs/Flocale.h:
12630         * libs/FlocaleCharset.c:
12631         FBidi is now independent from Flocale* again;
12632         iso8859-6.8x fonts recognized now as bidi-enabled
12634 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12636         * libs/Flocale.c:
12637         fixed --disable-multibyte
12639 2002-04-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12641         * fvwm/borders.c (border_draw_title_deep):
12642         (border_set_title_pixmap):
12643         (border_set_button_pixmap):
12644         fixed SolidButton title and button style
12646 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12648         * fvwm/fvwm.1:
12649         * NEWS:
12650         * AUTHORS:
12651         added new entry about CurrentAtEnd
12653         * colorset.c:
12654         minor reformatting and spell checking
12656 2002-04-23  Jochen Klenner  <jochen.klenner@gmx.net>
12658         * fvwm/windowlist.c (CMD_WindowList):
12659         Added new Windowlist option CurrentAtEnd
12661 2002-04-22  olicha  <olivier.chapuis@free.fr>
12663         * fvwm/colorset.c (parse_colorset):
12664         * libs/Colorset.h:
12665         Fixed an enormous core dump which comes from a cvs merging problem
12667         * fvwm/Makefile.am:
12668         * acconfig.h:
12669         * configure.in:
12670         Added Xrender detection and link fvwm if needed
12672         * libs/PictureGraphics.c:
12673         * libs/PictureGraphics.h:
12674         * libs/FRender.c:
12675         * libs/FRender.h:
12676         * libs/FRenderInterface.h:
12677         * libs/PictureGrpahics.c (*):
12678         * libs/PictureGrpahics.h:
12679         New libs files to acheive alpha-blend rendering and better XBM
12680         support. PictureGraphics contains elaborated version and also
12681         simplified version of XFillRectangle, XCopyPlan and XCopyArea
12682         Xlib functions.
12684         * fvwm/fvwm.h:
12685         * fvwm/icons.c (clear_icon):
12686         (GetIconPicture):
12687         (DrawIconWindow):
12688         (GetIconFromFile):
12689         * fvwm/events.c (HandlePropertyNotify):
12690         * fvwm/borders.c (border_fill_pixmap_background):
12691         (border_get_border_background):
12692         (border_draw_decor_to_pixmap):
12693         * fvwm/menuitem.c (menuitem_paint):
12694         * fvwm/add_window.c (destroy_icon):
12695         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12696         * fvwm/geometry.c (move_icon_to_position):
12697         * fvwm/colorset.c (free_colorset_background):
12698         (parse_colorset):
12699         * libs/Colorset.h:
12700         Implemented alpha-blend rendering with the new libs function
12702         * fvwm/colorset.c (free_colorset_background):
12703         (parse_colorset):
12704         * libs/Colorset.h:
12705         Implemented tinting of a Pixmap background colorset
12707         * fvwm/colorset.c (parse_colorset):
12708         Use the Scr.NoFocusWin as main window in the place of the
12709         Scr.SizeWindow, this fix a lot of X errors in my machine.
12711         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
12712         Donated our alpha channel
12714         * libs/vpacket.h:
12715         * fvwm/module_interface.h:
12716         * fvwm/module_interface.c (SendFvwmPicture):
12717         (BroadcastMiniIcon):
12718         (SendMiniIcon):
12719         (BroadcastFvwmPicture):
12720         (CMD_Send_WindowList):
12721         * fvwm/add_window.c (change_mini_icon):
12722         (broadcast_mini_icon):
12723         * fvwm/ewmh_icons.c:
12724         Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
12725         SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
12727         * libs/Makefile.am:
12728         * libs/PictureBase.c (*):
12729         * libs/PictureBase.h:
12730         * libs/Picture.c (*):
12731         * libs/Picture.h:
12732         * libs/PictureImageLoader.c (*):
12733         * libs/PictureImageLoader.h:
12734         * fvwm/*:
12735         Rename some libs file InitPicture -> PictureBase, FImageLoader ->
12736         PictureImageLoader.
12737         Rename some libs function: InitPictureCMap -> PictureInitCMap,
12738         UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
12739         PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
12740         SetImagePath -> PictureSetImagePath, findImageFile ->
12741         PictureFindImageFile, PictureList -> FvwmPictureList,
12742         LoadFvwmPicture removed now  PImageLoadFvwmPictureFromFile replace it,
12743         GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
12744         DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
12745         PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
12746         PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
12747         Also renamed more recent functions in PictureImageLoader.
12749         * fvwm/borders.c (border_draw_one_border_part):
12750         (border_draw_decor_to_pixmap):
12751         Fixed drawing of a TiledPixmap borded and fixed position of buttons
12752         pixmap
12754         * fvwm/menus.c (pop_menu_up):
12755         (animated_move_back):
12756         (ParentalMenuRePaint):
12757         * fvwm/move_resize.h (resize_geometry_window):
12758         * fvwm/move_resize.c (move_window_doit):
12759         (AnimatedMoveAnyWindow):
12760         (AnimatedMoveOfWindow):
12761         (AnimatedMoveFvwmWindow):
12762         Fixed transparent animated menu
12764 2002-04-21  Mikhael Goikhman  <migo@homemail.com>
12766         * fvwm/fvwm.1:
12767         fixed two places
12769 2002-04-19  Hippo
12771         * fvwm/colorset.c:
12772         * libs/Colorset.c:
12773         fixed running out of colors on 8bpp with ReadWriteColors;
12774         simulate colorsets on monochrome displays using three 1-bit pixmaps
12776 2002-04-19  Mikhael Goikhman  <migo@homemail.com>
12778         * configure.in:
12779         fixed $PERL detection again
12781 2002-04-18  Hippo
12783         * configure.in:
12784         added -Wno-implicit-int to -Wall in case of gcc
12786         * fvwm/colorset.c:
12787         * fvwm/fvwm.c:
12788         fixed ReadWriteColors on a PseudoColor display
12790 2002-04-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12792         * fvwm/move_resize.c (move_window_doit):
12793         set the is_icon_moved too flag if the icon was moved non-interactively
12795 2002-04-16  Hippo
12797         * fvwm/*.[ch]:
12798         * NEWS:
12799         Moved FvwmTheme functionality into fvwm.
12800         Added new commands Colorset, ReadWriteColors, CleanupColorsets.
12802 2002-04-17  Mikhael Goikhman  <migo@homemail.com>
12804         * configure.in:
12805         fixed $PERL detection
12807         * fvwm/fvwm.1:
12808         * fvwm/ConfigFvwmDefaults:
12809         several fixes and spelling
12811 2002-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12813         * libs/Bindings.c (CheckBinding):
12814         (MatchBinding):
12815         (GrabWindowKey):
12816         (GrabWindowButton):
12817         (MatchBindingExactly):
12818         patch by yeti@physics.muni.cz to help with a weird problem w/ czech
12819         keyboards
12821 2002-04-12  Mikhael Goikhman  <migo@homemail.com>
12823         * configure.in:
12824         configure now uses $PERL if set
12826         * **:
12827         all programs installed into ${bindir} have now fvwm- prefix;
12828         documentation updated
12830 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
12832         * **:
12833         renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
12834         documentation updated
12836 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
12838         * NEWS:
12839         added 2.4.7 entries
12841 2002-04-10  Dan Espen  <dane@mk.telcordia.com>
12843         * AUTHORS: New author.
12845         * NEWS: Edge Command.
12847 2002-04-09  Uwe Pross  <uwe.pross@gmx.net>
12849         * fvwm/fvwm2.1:
12850         Added EdgeCommand paragraph.
12852         * fvwm/events.c (HandleEnterNotify):
12853         Added execution of Scr.PanFrame*.command if set
12855         * fvwm/fvwm.c (InitVariables):
12856         Added init strings for pan frame commands.
12858         * fvwm/virtual.c:
12859         * fvwm/virtual.h:
12860         (checkPanFrames):
12861         Avoid hiding of pan frames if pan frame command is set.
12862         (CMD_EdgeCommand):
12863         Implementation of the buildin command EdgeCommand. First
12864         implementation of this function.
12866         * fvwm/screen.h (struct):
12867         added char * command in structure Panframe to store the pan frame
12868         command.
12870         * fvwm/functions.c:
12871         added declaration of CMD_ENTRY("edgecommand")
12873         * fvwm/functions.h:
12874         added definition of Flag F_EDGE_COMMAND
12876         * fvwm/commands.h:
12877         added definition of CMD_EdgeCommand(F_CMD_ARGS)
12879 2002-04-10  Mikhael Goikhman  <migo@homemail.com>
12881         * fvwm/fvwm2.1:
12882         added "BI-DIRECTIONAL TEXTS" section
12884         * libs/System.c:
12885         added #include <sys/select.h> to fix endless loop on QNX
12887 2002-04-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12889         * fvwm/fvwm2.1:
12890         changed description of focus models
12892 2002-04-09  olicha  <olivier.chapuis@free.fr>
12894         * configure.in:
12895         Check for libpng libpng 1.0.4a or better
12897 2002-04-08  Mikhael Goikhman  <migo@homemail.com>
12899         * fvwm/add_window.c (setup_title_geometry):
12900         * fvwm/fvwm.h:
12901         * fvwm/fvwm2.1:
12902         * fvwm/geometry.c (get_title_font_size_and_offset):
12903         * fvwm/geometry.h:
12904         * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
12905         * fvwm/style.h:
12906         * fvwm/window_flags.h:
12907         * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
12908         * libs/Fft.h:
12909         * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
12910         * libs/Flocale.h:
12911         new Style options TopTitleRotated / TopTitleNotRotated,
12912         BottomTitleRotated / BottomTitleNotRotated
12914 2002-04-08  olicha  <olivier.chapuis@free.fr>
12916         * libs/Makefile.am:
12917         Fixed make dist again
12919 2002-04-07  Dan Espen  <dane@mk.telcordia.com>
12921         * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
12923 2002-04-07  Mikhael Goikhman  <migo@homemail.com>
12925         * INSTALL.fvwm:
12926         minor wording fixes
12928         * NEWS:
12929         mention a new FvwmIconMan syntax
12931         * sample.fvwmrc/new-features:
12932         * sample.fvwmrc/system.fvwm2rc:
12933         * sample.fvwmrc/system.fvwm2rc-sample-95:
12934         use a new module syntax
12936 2002-04-06  olicha  <olivier.chapuis@free.fr>
12938         * fvwm/fvwm2.1:
12939         * INSTALL.fvwm:
12940         Forget to save some file
12942         * libs/FImageLoader.c (c100_init_base_table):
12943         Allows init even if !XPM
12945         * libs/Makefile.am:
12946         Remove a F
12948         * configure.in:
12949         Fixed png detection
12951         * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
12952         Fixed a GC memory leaks.
12954         * fvwm/fvwm.c (setVersionInfo):
12955         * fvwm/fvwm2.1:
12956         Updated -version for png, bidi and xft
12958         * fvwm/fvwm2.1:
12959         Modified the ICONS section. Rename it ICONS AND IMAGES and
12960         document PNG file format. Replace "xpm or bitmap file" by
12961         "image file" in a few place.
12963         * INSTALL.fvwm:
12964         * NEWS:
12965         PNG news and documented libpng in the "Optional libraries used by FVWM"
12966         section
12968 2002-04-05  olicha  <olivier.chapuis@free.fr>
12970         * libs/FImageLoader.c (c100_init_base_table):
12971         (FImageReduceRGBColor):
12972         (FImageCreatePixmapFromArgbData):
12973         Speed up color limitation for png image and ewmh icons
12974         Respect color limit even with DirectColor and TrueColor
12976         * configure.in:
12977         * acconfig.h (HAVE_PNG):
12978         Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
12979         even without XPM support
12981         * libs/Makefile.am
12982         * libs/InitPicture.c (new file):
12983         * libs/InitPicture.h (new file):
12984         * libs/Picture.c:
12985         * libs/Picture.h:
12986         * libs/FImageLoader.c (new file):
12987         * libs/FImageLoader.h (new file):
12988         * libs/Fxpm.h (new file):
12989         * libs/Fpng.h (new file):
12990         Images are loaded in FImageLoader. PNG image can be loaded, the loader
12991         come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
12992         ColorLimit stuff is applied to PNG image.
12993         Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
12994         Picture.c and Picture.h.
12995         InitPicture contains the Picture structure, initialize the visual,
12996         depth and color map and contains image path stuff as Picture contains
12997         Picture manipulations.
12999         * libs/ColorUtils.c:
13000         * libs/Picture.h:
13001         Moved the Picture color utils func to ColorUtils
13003         * fvwm/Makefile.am:
13004         links against libpng
13006         * fvwm/icons.c (GetIconPicture):
13007         (GetXPMFile):
13008         (GetBitmapFile):
13009         (GetIconFromFile):
13010         Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13011         the libs image loader
13013         * fvwm/cursor.c (CMD_CursorStyle):
13014         Use FImageLoadCursorPixmapFromFile (no PNG support here)
13016         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13017         (EWMH_SetIconFromWMIcon):
13018         Use the argb loader of the libs. ColorLimit are now applied to ewmh
13019         icons
13021         * fvwm/modconf.c:
13022         Send the ColorLimit to module in any case
13024         * libs/fvwmlib.h:
13025         * libs/Graphics.c:
13026         * libs/Flocale.c
13027         * libs/Fft.c:
13028         * libs/Colorset.c:
13029         * fvwm/add_window.c:
13030         * fvwm/builtins.c:
13031         * fvwm/fvwm.h:
13032         * fvwm/menus.c:
13033         * fvwm/menustyle.c:
13034         * fvwm/move_resize.c:
13035         include cleanup
13037 2002-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13039         * fvwm/events.c (test_map_request):
13040         (test_resizing_event):
13041         fixed endless loop in HandleConfigureRequest
13043 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13045         * fvwm/add_window.c (setup_style_and_decor):
13046         fixed borderless transients
13048         * fvwm/events.c (test_resizing_event):
13049         (HandleConfigureRequest):
13050         * fvwm/frame.c (frame_create_move_resize_args):
13051         * fvwm/add_window.c (AddWindow):
13052         * fvwm/fvwm.h:
13053         * fvwm/window_flags.h:
13054         tried to improve ConfigureRequest handling
13056         * fvwm/events.c (HandlePropertyNotify):
13057         recalculate window size when the base_width or base_height hint
13058         changes; fixes some problems with xemacs
13060         * fvwm/virtual.c (map_window):
13061         redraw decorations
13063         * fvwm/borders.c (border_draw_decorations):
13064         don't redraw windows on a different desk
13065         keep track of Scr.Hilite
13067 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13069         * fvwm/virtual.c (unmap_window):
13070         * fvwm/move_resize.c (resize_window):
13071         * fvwm/icons.c (Iconify):
13072         * fvwm/add_window.c (CaptureOneWindow):
13073         * fvwm/borders.c (border_undraw_decorations):
13074         mark window decorations as not drawn whenever the frame is unmapped
13076 2002-03-30  Dan Espen  <dane@mk.telcordia.com>
13078         * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13080 2002-03-29  Mikhael Goikhman  <migo@homemail.com>
13082         * libs/FBidi.c:
13083         use safemalloc and alloca instead of malloc
13085 2002-03-29  olicha  <olivier.chapuis@free.fr>
13087         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13088         Set the X locale charset on system without XOpenOM
13090 2002-03-27  Mikhael Goikhman  <migo@homemail.com>
13092         * configure.in:
13093         fixed multibyte support reporting
13095 2002-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13097         * libs/fvwmlib.h:
13098         * fvwm/fvwm.h:
13099         * config.h.in:
13100         moved gcc extension __attribute__ handling to config.h
13102         * fvwm/fvwm.c (main):
13103         * fvwm/stack.c (add_window_to_stack_ring_after):
13104         * fvwm/icons.c (GetIconWindow):
13105         (GetIconBitmap):
13106         * fvwm/add_window.c:
13107         fixed core dumps and other bugs in debug messages
13109 2002-03-27  olicha  <olivier.chapuis@free.fr>
13111         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13112         (FlocaleCharsetSetFlocaleCharset):
13113         * acconfig.h:
13114         * configure.in (problem_multibyte):
13115         Fixed compilation for system without XOpenOM in Xlib.h
13117         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13118         * libs/Ficonv.c (FiconvInit):
13119         Be more safe
13121         * fvwm/fvwm.c:
13122         include only libs/Flocale.h
13124 2002-03-26  Mikhael Goikhman  <migo@homemail.com>
13126         * configure.in:
13127         fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13129         * libs/FBidi.c:
13130         * libs/FBidi.h:
13131         * libs/Flocale.c:
13132         * libs/FlocaleCharset.c:
13133         minor modifications, like removed #include;
13134         fixed core dump with bidi and utf-8
13136 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13138         * fvwm/frame.c (frame_update_hidden_window_pos):
13139         fixed shade/maximize/unshade
13141         * fvwm/builtins.c (FreeDecorFace):
13142         fixed memory leak
13144         * fvwm/borders.c (get_common_decorations):
13145         (border_get_border_style):
13146         * fvwm/style.c (parse_and_set_window_style):
13147         * fvwm/style.h:
13148         * fvwm/window_flags.h:
13149         * fvwm/fvwm.h (struct):
13150         * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13151         (frame_create_move_resize_args):
13152         (frame_move_resize_step):
13153         (frame_next_move_resize_args):
13154         new styles WindowShadeLazy [default], WindowShadeBusy and
13155         WindowShadeAlwaysLazy
13157         * fvwm/frame.c (frame_set_decor_gravities):
13158         fixed window bit gravities
13159         split into smaller functions
13160         (frame_move_resize_step):
13161         fixed a bug w/ the parent gravity
13162         (frame_hide_changing_window_parts):
13163         fixed flickering in one of the corners during shade animation
13164         (frame_mrs_hide_changing_parts):
13165         renamed function
13166         (frame_mrs_prepare_vars):
13167         (frame_mrs_hide_unhide_parent):
13168         (frame_mrs_setup_draw_decorations):
13169         (frame_mrs_resize_move_windows):
13170         new functions
13172 2002-03-25  olicha  <olivier.chapuis@free.fr>
13174         * libs/Fft.c (FftSetupEncoding):
13175         Fixed compilation
13177         * libs/Flocale.c (FlocaleDrawString):
13178         * libs/FBidi.c (FBidiConvert):
13179         * libs/FBidi.h:
13180         Pass the font to FBidiConvert
13182         * acconfig.h (HAVE_LIBCHARSET):
13183         * acinclude.m4 (CHECK_LIBCHARSET):
13184         * configure.in:
13185         If libiconv is used check for libcharset
13187         * libs/Makefile.am:
13188         * libs/FlocaleCharset.h:
13189         * libs/FlocaleCharset.c:
13190         * libs/Flocale.h:
13191         * libs/Flocale.c (*):
13192         * libs/Fft.c (FftSetupEncoding):
13193         * libs/Fft.h:
13194         New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13195         FlocaleFont has such a member which is set when charset info are needed.
13196         FlocaleCharset.c contains a big table which associates to an X charset
13197         various possible locale charsets and the fribidi charset.
13198         If libiconv is used, libcharset is used to compute the locale charset.
13199         Various Flocale clean up.
13201         * fvwm/fvwm.c (main):
13202         Removed the call to FlocaleInitCharset, it is now done automatically
13203         when needed
13205         * libs/Makefile.am:
13206         * libs/Ficon.h:
13207         * libs/Ficonv.c:
13208         * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13209         * fvwm/ewmh.h:
13210         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13211         (EWMH_WMIconName):
13212         (EWMH_WMName):
13213         (EWMH_SetDesktopNames):
13214         Moved iconv conversions into the library. Try to found the good iconv
13215         charset with the help of the font and of the FlocaleCharset table.
13217 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13219         * libs/Module.c (SendFvwmPipe):
13220         * libs/Graphics.c (do_relieve_rectangle):
13221         * fvwm/menustyle.c (menustyle_parse_old_style):
13222         * fvwm/add_window.c (setup_window_structure):
13223         memory management patches by Dave Trollope
13225         * fvwm/frame.c (frame_get_sidebar_geometry):
13226         hide the handles when using the NoHandles style
13228         * fvwm/borders.c (border_redraw_decorations):
13229         change in title rotation is applied immediately, don't use the value "2"
13230         to force redrawing
13232         * fvwm/style.c (parse_and_set_window_style):
13233         removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13234         styles can be used
13235         documented the new title directions
13236         (parse_and_set_window_style):
13237         removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13238         instead
13239         documented these styles
13241         * fvwm/add_window.c (CaptureOneWindow):
13242         (CaptureAllWindows):
13243         (AddWindow):
13244         cleaned up
13246         * fvwm/icons.c (DeIconify):
13247         fiexd fucoused window not hilighting after deiconification
13249 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13251         * fvwm/update.c (apply_window_updates):
13252         windows are not unshaded when the decoration layout changes
13254         * fvwm/frame.c (frame_create_move_resize_args):
13255         fixed excessive redrawing
13256         (frame_get_hidden_pos):
13257         fixed parent geometry when window is hidden
13259         * fvwm/add_window.c (setup_frame_stacking):
13260         fixed stacking of right buttons
13262         * fvwm/frame.c (frame_set_decor_gravities):
13263         fixed title and button bit gravities
13265         * fvwm/add_window.c (setup_frame_stacking):
13266         (change_auxiliary_windows):
13267         fixed "button" style
13269         * fvwm/geometry.c (get_title_button_geometry):
13270         * fvwm/menus.c (pop_menu_up):
13271         fixed menu placement relative to window titles
13273         * libs/Flocale.c (FlocaleDrawString):
13274         fixed compiler warning w/o fribidi
13276         * fvwm/virtual.c (MoveViewport):
13277         (MapDesk):
13278         (do_move_window_to_desk):
13279         * fvwm/update.c (apply_window_updates):
13280         * fvwm/icons.c (Iconify):
13281         (CMD_Iconify):
13282         * fvwm/module_interface.c (SETOLDFLAGS):
13283         * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13284         * fvwm/style.c (parse_and_set_window_style):
13285         * fvwm/window_flags.h:
13286         * fvwm/session.c (MatchWinToSM):
13287         * fvwm/placement.c (PlaceWindow):
13288         * fvwm/add_window.c (CaptureAllWindows):
13289         (setup_window_placement):
13290         (CaptureOneWindow):
13291         (AddWindow):
13292         (destroy_window):
13293         * fvwm/menus.c (menu_tear_off):
13294         * fvwm/events.c (HandleMapRequestKeepRaised):
13295         (HandleMapNotify):
13296         * fvwm/fvwm.h:
13297         removed some of those pesky globals: PPosOverride, isIconicState and
13298         isIconifiedByParent; pass round a structure instead
13299         removed the do_start_iconic window flag
13300         removed do_delete_icon_moved flag
13302 2002-03-24  Mikhael Goikhman  <migo@homemail.com>
13304         * acconfig.h:
13305         * configure.in:
13306         renamed HAVE_FRIBIDI to HAVE_BIDI
13308         * libs/FBidi.c:
13309         * libs/FBidi.h:
13310         added more comments
13312         * fvwm/Makefile.am:
13313         * libs/Flocale.c:
13314         * libs/Makefile.am:
13315         added a dummy call to FBidi to test linking against bidi libs
13317 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13319         * fvwm/windowshade.c (CMD_WindowShade):
13320         changed syntax of windowshade with direction
13321         (CMD_WindowShade):
13322         update button state after unshading
13324         * fvwm/add_window.c (AddWindow):
13325         fixed mini icon update
13327         * fvwm/events.c (HandleEnterNotify):
13328         fixed icon picture redrawing
13329         icon titles are no longer raised and expanded if the icon has only a
13330         title
13332         * fvwm/move_resize.c (resize_window):
13333         fixed core dump
13335         * libs/gravity.c (gravity_move_resize_parent_child):
13336         * fvwm/frame.c (frame_get_titlebar_dimensions):
13337         (frame_prepare_animation_shape):
13338         (frame_move_resize_step):
13339         (frame_get_titlebar_dimensions_only):
13340         (frame_get_hidden_pos):
13341         (frame_update_hidden_window_pos):
13342         (frame_free_move_resize_args):
13343         (frame_create_move_resize_args):
13344         fixed shading of shaped windows
13346         * fvwm/borders.c:
13347         clean up
13349         * fvwm/fvwm.c (main):
13350         * fvwm/misc.c (GrabEm):
13351         fixed a problem with the cursor shape during window shading
13353         * fvwm/update.c (apply_window_updates):
13354         fixed drawing of hilighted window after a decoration change
13356         * fvwm/update.c (apply_window_updates):
13357         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13358         * fvwm/borders.c (RedrawDecorations):
13359         renamed RedrawDecorations()
13361         * fvwm/move_resize.c (move_window_doit):
13362         * libs/fvwmrect.c:
13363         * fvwm/misc.c (move_into_rectangle):
13364         (intersect_xrectangles):
13365         functions renamed and moved to fvwmrect.c
13367         * fvwm/borders.c (border_get_changed_border_parts):
13368         (frame_get_changed_border_parts):
13369         reduced border redrawing
13370         moved fucntion to borders.c
13372         * fvwm/events.c (HandleButtonPress):
13373         (DispatchEvent):
13374         suppress button events on frame windows
13376         * fvwm/frame.c (frame_setup_border):
13377         fixed a problem with the border setup
13379         * fvwm/borders.c (border_draw_decorations):
13380         * fvwm/events.c (HandleEnterNotify):
13381         fixed icon title drawing
13383         * fvwm/misc.c (GrabEm):
13384         fixed a pointer grab hang with xmag?
13386         * fvwm/move_resize.c (resize_window):
13387         use frame_move_resize function to improve performance
13389         * fvwm/add_window.c (AddWindow):
13390         fixed recaturing shaded windows
13392         * fvwm/borders.c:
13393         suppress unnecessary title redraws
13395         * fvwm/frame.c:
13396         window shading works again; there are still some problems with
13397         recapture, restart, border drawing and shaped windows
13399 2002-03-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13401         * fvwm/geometry.c (get_shaded_geometry_with_dir):
13402         new function
13404         * fvwm/frame.c (frame_get_title_bar_dimensions):
13405         fixed minor button layout bug
13406         (frame_update_hidden_window_pos):
13408         * fvwm/ewmh_names.c (EWMH_WMName):
13409         * fvwm/gnome.c (GNOME_HandlePropRequest):
13410         * fvwm/focus.c (DoSetFocus):
13411         * fvwm/stack.c (new_layer):
13412         * fvwm/icons.c (DeIconify):
13413         (Iconify):
13414         * fvwm/events.c (HandleFocusIn):
13415         (HandlePropertyNotify):
13416         (HandleExpose):
13417         (HandleMapNotify):
13418         (HandleButtonPress):
13419         (HandleLeaveNotify):
13420         * fvwm/builtins.c (CMD_ChangeDecor):
13421         (CMD_UpdateDecor):
13422         * fvwm/move_resize.c (resize_move_window):
13423         (resize_window):
13424         (resize_window):
13425         (maximize_fvwm_window):
13426         (handle_stick):
13427         * fvwm/borders.c (DrawDecorations):
13428         (RedrawDecorations):
13429         removed function DrawDecorations()
13430         (border_draw_decorations):
13431         renamed draw_decorations_with_geom() to border_draw_decorations()
13433         * fvwm/events.c (HandleExpose):
13434         fixed drawing icon titles
13436         * fvwm/add_window.c (adjust_fvwm_internal_windows):
13437         * fvwm/events.c (HandleFocusIn):
13438         (HandleFocusOut):
13439         * fvwm/screen.h (ScreenInfo):
13440         return the focus to the window that had the focus before an or window
13441         stole it and then died.
13443         * fvwm/menus.c (scanForColor):
13444         removed duplicate call of strlen
13445         use alloca instead of safemalloc
13447         * fvwm/menustyle.c (menustyle_parse_style):
13448         don't call memset right before memcpy
13450         * fvwm/module_interface.c (AddToMessageQueue):
13451         (DeleteMessageQueueBuff):
13452         removed one safemalloc and inline'd the function
13453         merged AddToMessageQueue into PositiveWrite
13455         * fvwm/borders.c (border_draw_decor_to_pixmap):
13456         fixed pixmap and mini icon buttons
13457         (border_fill_pixmap_background):
13458         fixed an X error
13459         (border_get_tb_parts_to_draw):
13460         buttons and title background using the border style is updated when the
13461         buttons moves
13463         * fvwm/events.c (WaitForButtonsUp):
13464         don't grab the whole server but merely the pointer to allow applications
13465         redrawing themselves
13467         * fvwm/borders.c:
13468         finished writing title drawing code
13470         * fvwm/move_resize.c (resize_window):
13471         (resize_move_window):
13472         (unmaximize_fvwm_window):
13473         removed now unnecessary calls to DrawDecorations()
13475         * fvwm/frame.c (frame_hide_changing_window_parts):
13476         fixed hiding bottom/right titles
13478         * fvwm/add_window.c (AddWindow):
13479         fixed recapturing shaded windows
13481         * fvwm/misc.c (GrabEm):
13482         fixed the cursor over the title window while resizing
13484 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13486         * libs/Graphics.c (CreateTiledPixmap):
13487         improved efficience: let the X server tile a pixmap via the GC settings
13489         * fvwm/fvwm.c (CreateGCs):
13490         * fvwm/screen.h (ScreenInfo):
13491         added new global GC Scr.TileGC
13493         * fvwm/borders.c (border_fill_pixmap_background):
13494         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13495         use already created gcs
13497         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13498         * fvwm/menus.c (paint_menu_gradient_background):
13499         fixed using a randow members in gcs
13501 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13503         * configure.in:
13504         added compilation test for fribidi
13506 2002-03-22  Dan Espen  <dane@mk.telcordia.com>
13508         * NEWS: Document FvwmForm timeout.
13510 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13512         * fvwm/session.c (MatchWinToSM):
13513         * fvwm/add_window.c (AddWindow):
13514         preserve user states over a restart
13516         * fvwm/add_window.c (setup_window_structure):
13517         preserve user states over a recapture
13519         * fvwm/functions.c (execute_function):
13520         "Silent" suppresses the "No such command ..." message
13522         * fvwm/frame.c (frame_move_resize):
13523         * fvwm/misc.c (GrabEm):
13524         fixed the cursor shape during resizing
13525         fixed button looks in small windows
13527 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13529         * libs/FBidi.c:
13530         * libs/FBidi.h:
13531         new files
13533 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13535         * fvwm/fvwm.c (LoadDefaultLeftButton):
13536         (LoadDefaultRightButton):
13537         * fvwm/borders.c (border_draw_vector_to_pixmap):
13538         * fvwm/screen.h (DecorFace):
13539         * fvwm/builtins.c (ReadDecorFace):
13540         fixed transparent vector line support
13542         * libs/Graphics.c (CreateGradientPixmap):
13543         fixed potential core dump with illegal gradients
13545 2002-03-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13547         * fvwm/fvwm.h (FvwmWindow):
13548         removed button_background_pixmap member
13550         * fvwm/update.c (apply_window_updates):
13551         fixed changing the decoration size
13553         * fvwm/windowshade.c (CMD_WindowShade):
13554         * fvwm/frame.c (frame_setup_border):
13555         * fvwm/functions.c (execute_complex_function):
13556         removed debug code
13558         * fvwm/move_resize.c (resize_window):
13559         fixed aboting of a opaque resize w/ maximized windows
13560         (ParseOneResizeArgument):
13561         resize arguments don't take the border into account
13562         (GetResizeArguments):
13563         implemented new option "Frame" to the Resize and ResizeMove commands
13565 2002-03-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13567         * fvwm/fvwm2.1:
13568         * fvwm/builtins.c (ReadDecorFace):
13569         * fvwm/borders.c (DrawLinePattern):
13570         implemented transparent drawing color in vector buttons: C == 4
13572         * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13573         * fvwm/builtins.c (ReadDecorFace):
13574         increased allowed number of lines in a vector button to 10000 and moved
13575         the definition to defaults.h
13577         * fvwm/virtual.c (MoveViewport):
13578         don't send useless M_NEW_PAGE packets
13580         * fvwm/frame.c:
13581         * fvwm/borders.c:
13582         started work on new button/title drawing code
13584         * fvwm/events.c (HandleExpose):
13585         don't handle expose on the title bar
13587         * fvwm/borders.c:
13588         * fvwm/frame.c (frame_get_sidebar_geometry):
13589         * fvwm/fvwm.h (FvwmWindow):
13590         replaced border_state with decor_state
13592         * libs/defaults.h (NR_RIGHT_BUTTONS):
13593         added a comment
13595         * fvwm/events.h:
13596         * fvwm/events.c (HandleExpose):
13598         * fvwm/frame.c (frame_setup_border):
13599         hide sidebars if they are too small, i.e. 0 pixels
13601 2002-03-20  olicha  <olivier.chapuis@free.fr>
13603         * libs/Flocale.c (FlocaleFreeNameProperty):
13604         Fixed random core dump
13606 2002-03-19  olicha  <olivier.chapuis@free.fr>
13608         * fvwm/ConfigFvwmDefaults:
13609         RightTitleRotatedCW is a default
13611 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13613         * fvwm/frame.c (frame_get_sidebar_geometry):
13614         window corners are always at least the border width thick
13616         * fvwm/geometry.c (update_absolute_geometry):
13617         fixed south/east shading
13619         * fvwm/frame.c (frame_move_resize_step):
13620         did the best I could to prevent rxvt from flashing in the background
13621         colour
13623         * fvwm/add_window.c (get_default_window_attributes):
13624         (get_default_window_attributes):
13625         (setup_resize_handle_windows):
13626         * fvwm/borders.c (border_get_border_gcs):
13627         applied -visual fix by Hippo
13629         * fvwm/cursor.c (CMD_CursorStyle):
13630         fixed endless loop
13632         * fvwm/frame.c (frame_get_title_bar_dimensions):
13633         fixed order of right buttons
13634         (frame_move_resize_step):
13635         reduced flashing when maximizing
13637         * fvwm/geometry.c (update_absolute_geometry):
13638         adapted for horizontal shading
13640 2002-03-19  Mikhael Goikhman  <migo@homemail.com>
13642         * fvwm/borders.c:
13643         * fvwm/builtins.c:
13644         * fvwm/fvwm.h:
13645         * fvwm/geometry.c:
13646         * libs/Fft.c:
13647         * libs/Flocale.c:
13648         * libs/Flocale.h:
13649         several renamings of text_direction to text_rotation
13651 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13653         * fvwm/windowshade.c (CMD_WindowShade):
13654         * fvwm/frame.c (frame_create_move_resize_args):
13655         (frame_move_resize_step):
13656         hack to enable non-animated window shading for the time being
13658         * fvwm/style.c (parse_and_set_window_style):
13659         (parse_and_set_window_style):
13660         allow to abbreviate [Counter]ClockWise with [C]CW
13662         * fvwm/frame.c (frame_move_resize_step):
13663         fixed
13665         * fvwm/geometry.c (gravity_constrain_size):
13666         removed useless code
13668         * fvwm/update.c (apply_window_updates):
13669         * fvwm/add_window.c (AddWindow):
13670         * fvwm/move_resize.c (unmaximize_fvwm_window):
13671         (resize_window):
13672         do not write into frame_g. only frame.c should do this
13674         * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
13675         (MIN_WINDOW_TITLE_LENGTH):
13676         new default values
13677         * fvwm/frame.c (frame_setup_title_bar):
13678         (get_resize_decor_gravities_one_axis):
13679         (frame_setup_window_internal):
13680         (frame_move_resize_step):
13681         (frame_create_move_resize_args):
13682         rewrote frame_setup_title_bar function
13684         * fvwm/add_window.c (setup_frame_stacking):
13685         fixed title bar stacking order
13687         * fvwm/frame.c (frame_setup_title_bar):
13688         removed yesterday's 'fix'
13690         * fvwm/add_window.c (hide_screen):
13691         (setup_title_window):
13692         (setup_resize_handle_windows):
13693         (setup_button_windows):
13694         fixed visual and depth of decoration windows
13696 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13698         * fvwm/frame.c (frame_setup_title_bar):
13699         fixed title layout bug
13701         * fvwm/move_resize.c (MaximizeHeight):
13702         fixed bug in "grow" option of the Maximize command
13704         * fvwm/geometry.h:
13705         fixed broken prototype for get_title_font_size_and_offset
13707         * fvwm/geometry.c (get_title_font_size_and_offset):
13708         simplified code a bit
13710 2002-03-18  olicha  <olivier.chapuis@free.fr>
13712         * fvwm/geometry.h:
13713         * fvwm/geometry.c (get_title_font_size_and_offset):
13714         * fvwm/add_window.c (setup_title_geometry):
13715         * fvwm/style.h:
13716         * fvwm/style.c (parse_and_set_window_style):
13717         (check_window_style_change):
13718         * fvwm/update.c (apply_window_updates):
13719         * fvwm/window_flags.h:
13720         * fvwm/fvwm.h:
13721         Reworte side title direction styles and use LeftTitleRotatedClockWise /
13722         LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
13723         RightTitleRotatedCounterClockWise
13725 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13727         * acconfig.h:
13728         * vms/config.h (FMiniIconsSupported):
13729         removed last traces of MINI_ICONS ifdef
13731         * fvwm/windowlist.c (CMD_WindowList):
13732         * fvwm/update.c (apply_window_updates):
13733         * fvwm/style.h:
13734         * fvwm/style.c (merge_styles):
13735         (parse_and_set_window_style):
13736         (check_window_style_change):
13737         * fvwm/screen.h:
13738         * fvwm/module_interface.c (SendMiniIcon):
13739         (BroadcastMiniIcon):
13740         (CMD_Send_WindowList):
13741         * fvwm/fvwm.h (FvwmWindow):
13742         * fvwm/ewmh_icons.c (ewmh_WMIcon):
13743         (EWMH_DoUpdateWmIcon):
13744         (ewmh_SetWmIconFromPixmap):
13745         (EWMH_DeleteWmIcon):
13746         (EWMH_SetIconFromWMIcon):
13747         * fvwm/builtins.c (ReadDecorFace):
13748         * fvwm/borders.c (DrawButton):
13749         (CMD_BorderStyle):
13750         (CMD_BorderStyle):
13751         * fvwm/add_window.c (setup_window_structure):
13752         (setup_mini_icon):
13753         (destroy_mini_icon):
13754         (change_mini_icon):
13755         (AddWindow):
13756         * acconfig.h (FMiniIconsSupported):
13757         replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
13758         compiler checks
13760         * fvwm/screen.h:
13761         removed an FANCY_TITLEBARS ifdef
13763         * fvwm/borders.c (border_draw_one_part):
13764         (border_draw_border_parts):
13765         (border_draw_all_parts):
13766         (draw_clipped_decorations_with_geom):
13767         performance enhancement
13769 2002-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13771         * fvwm/frame.c (frame_move_resize_step):
13772         force setting up the border when function is called with FRAME_MR_SETUP
13773         (frame_setup_window_internal):
13774         removed duplicate frame setup
13776         * fvwm/borders.c (border_get_parts_and_pos_to_draw):
13777         fixed logic bug
13778         (draw_clipped_decorations_with_geom):
13779         do not flush the X queue after drawing; let the caller do it
13781         * fvwm/frame.c (frame_get_sidebar_geometry):
13782         fixed layout of windows with a small height
13783         (frame_hide_changing_window_parts):
13784         fixed flickering
13786         * fvwm/borders.c:
13787         * fvwm/frame.c:
13788         made good progress with frame layout rewrite. I think it is already
13789         considerably faster.
13790         some general clean up
13792         * fvwm/add_window.c (setup_decor_window):
13793         function removed
13795         * fvwm/windowshade.c (CMD_WindowShade):
13796         * fvwm/stack.c (verify_stack_ring_consistency):
13797         (RaiseOrLowerWindow):
13798         * fvwm/move_resize.c (resize_move_window):
13799         (move_window_doit):
13800         (draw_move_resize_grid):
13801         * fvwm/icons.c (DrawIconWindow):
13802         * fvwm/icccm2.c (CloseICCCM2):
13803         (convertProperty):
13804         (HandleSelectionRequest):
13805         * fvwm/fvwm.c (main):
13806         (SaveDesktopState):
13807         * fvwm/focus.c (DoSetFocus):
13808         * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
13809         * fvwm/events.c (HandlePropertyNotify):
13810         (HandleButtonPress):
13811         (HandleConfigureRequest):
13812         * fvwm/add_window.c (RestoreWithdrawnLocation):
13813         (Reborder):
13814         * fvwm/builtins.c (CMD_Delete):
13815         (CMD_Destroy):
13816         (CMD_Close):
13817         (CMD_FakeClick):
13818         * fvwm/menus.c (paint_menu):
13819         (DestroyMenu):
13820         * fvwm/misc.c (UngrabEm):
13821         (GrabEm):
13822         * fvwm/schedule.c (execute_obj_func):
13823         * fvwm/add_window.c (hide_screen):
13824         (destroy_window):
13825         use XFlush instead of XSync when the latter is not necessary
13827         * libs/fvwmrect.c (fvwmrect_rectangles_equal):
13828         new function
13830         * fvwm/add_window.c (adjust_fvwm_internal_windows):
13831         inform frame module if the window with the hide windows dies
13833         * fvwm/placement.c (PlaceWindow):
13834         (CMD_PlaceAgain):
13835         * fvwm/add_window.c (setup_window_attr):
13836         (setup_frame_attributes):
13837         (AddWindow):
13838         (RestoreWithdrawnLocation):
13839         (setup_window_placement):
13840         * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
13841         (get_title_geometry):
13842         * fvwm/fvwm.c (InitVariables):
13843         * fvwm/frame.c (frame_setup_frame):
13844         * fvwm/colormaps.c (HandleColormapNotify):
13845         (InstallWindowColormaps):
13846         * fvwm/events.c (HandleConfigureRequest):
13847         (HandleUnmapNotify):
13848         * fvwm/fvwm.h (FvwmWindow):
13849         removed attr member of FvwmWindow and replaced by a structure defined
13850         ourselves that is much smaller
13852         * fvwm/add_window.c (hide_screen):
13853         don't use save_unders and backing_store for the window used in recapture
13855         * fvwm/frame.c (frame_init):
13856         * fvwm/fvwm.c (main):
13857         new function to initialise frame module
13859         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
13860         new function
13862 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13864         * fvwm/frame.c:
13865         clean up
13867         * fvwm/borders.h (enum):
13868         * fvwm/borders.c (draw_clipped_decorations_with_geom):
13869         (border_get_parts_and_pos_to_draw):
13870         * fvwm/fvwm.h (struct):
13871         some clean up
13872         fixed calculations of which border parts to draw
13874         * fvwm/fvwm2.1:
13875         corrected some typos
13876         * fvwm/frame.c:
13877         * fvwm/borders.c:
13878         handle marks work again
13880 2002-03-16  Dan Espen  <dane@mk.telcordia.com>
13882         * AUTHORS: New author added.
13884 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13886         * fvwm/frame.c:
13887         * fvwm/borders.c:
13888         * fvwm/add_window.c (setup_frame_stacking):
13889         * fvwm/cursor.c (CMD_CursorStyle):
13890         * fvwm/events.c (HandleExpose):
13891         (HandleMapNotify):
13892         (HandleEnterNotify):
13893         (HandleLeaveNotify):
13894         (GetContext):
13895         * fvwm/geometry.c (get_title_button_geometry):
13896         * fvwm/virtual.c (map_window):
13897         * fvwm/add_window.c (setup_parent_window):
13898         (setup_resize_handle_cursors):
13899         (setup_resize_handle_windows):
13900         (resize_resize_handle_windows):
13901         (change_resize_handle_windows):
13902         some progress with new frame layout
13904         * fvwm/add_window.c (setup_visible_name):
13905         fixed off-by-one bug in setup_visible_name
13906         maximum window number can be set in defaults.h
13908 2002-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13910         * fvwm/windowlist.h:
13911         * fvwm/virtual.h:
13912         * fvwm/update.h:
13913         * fvwm/style.h:
13914         * fvwm/read.h:
13915         * fvwm/placement.h:
13916         * fvwm/menus.h:
13917         * fvwm/move_resize.h:
13918         * fvwm/icons.h:
13919         * fvwm/geometry.h:
13920         * fvwm/frame.h:
13921         * fvwm/focus.h:
13922         * fvwm/events.h:
13923         * fvwm/borders.h:
13924         * fvwm/add_window.h:
13925         * fvwm/ewmh_names.c:
13926         * fvwm/ewmh_icons.c:
13927         * fvwm/ewmh_events.c:
13928         * fvwm/ewmh.c:
13929         * fvwm/frame.c:
13930         * fvwm/menucmd.c:
13931         * fvwm/schedule.c:
13932         * fvwm/geometry.c:
13933         * fvwm/gnome.c:
13934         * fvwm/windowlist.c:
13935         * fvwm/cursor.c:
13936         * fvwm/update.c:
13937         * fvwm/bindings.c:
13938         * fvwm/colormaps.c:
13939         * fvwm/decorations.c:
13940         * fvwm/conditional.c:
13941         * fvwm/misc.c:
13942         * fvwm/read.c:
13943         * fvwm/placement.c:
13944         * fvwm/fvwm.c:
13945         * fvwm/virtual.c:
13946         * fvwm/session.c:
13947         * fvwm/functions.c:
13948         * fvwm/stack.c:
13949         * fvwm/icons.c:
13950         * fvwm/module_interface.c:
13951         * fvwm/style.c:
13952         * fvwm/add_window.c:
13953         * fvwm/events.c:
13954         * fvwm/builtins.c:
13955         * fvwm/move_resize.c:
13956         * fvwm/borders.c:
13957         * fvwm/menus.c:
13958         * fvwm/fvwm.h (FvwmWindow):
13959         moved all windows into a separate sub structure and wrote access macros
13960         renamed FvwmWindow argument to builtin commands to "fw"
13961         renamed tmp_win to fw everywhere
13963         * fvwm/borders.c (RedrawBorder):
13964         * fvwm/decorations.c (SelectDecor):
13965         * fvwm/add_window.c (setup_style_and_decor):
13966         (setup_resize_handle_cursors):
13967         * fvwm/window_flags.h:
13968         * fvwm/fvwm.h (struct):
13969         added new member has_handles and new macro HAS_HANDLES
13971         * fvwm/decorations.c (SelectDecor):
13972         fixed the NoHandles style
13974         * fvwm/decorations.c (SelectDecor):
13975         * fvwm/style.c (check_window_style_change):
13976         (parse_and_set_window_style):
13977         * fvwm/style.h:
13978         * fvwm/fvwm.h (struct):
13979         renamed has_no_handles to has_no_border
13981 2002-03-15  olicha  <olivier.chapuis@free.fr>
13983         * libs/Flocale.h:
13984         * libs/Fft.c (is_utf8_encoding):
13985         Compilation fixes
13987         * libs/Flocale.h:
13988         s/COMPUND_TEXT/COMPOUND_TEXT
13990         * fvwm/fvwm2.1:
13991         Removed matrix xft specification doc as now it is use internally by
13992         fvwm
13994         * libs/Flocale.c (FlocaleRotateDrawString):
13995         (FlocaleUnloadFont):
13996         (FlocaleDrawString):
13997         (FlocaleTextWidth):
13998         * libs/Fft.h:
13999         * libs/Fft.c (FftGetRotatedFont):
14000         (FftGetFont):
14001         (FftDrawString):
14002         (FftTextWidth):
14003         * fvwm/borders.c (DrawMultiPixmapTitlebar):
14004         (RedrawTitle):
14005         * fvwm/geometry.c (get_title_font_size_and_offset):
14006         * fvwm/style.c (parse_and_set_window_style):
14007         (check_window_style_change):
14008         * fvwm/update.c (apply_window_updates):
14009         * fvwm/update.h:
14010         * fvwm/style.h:
14011         * fvwm/fvwm.h:
14012         * fvwm/window_flags.h:
14013         Implemented vertical text rendering, new style SideTitleTextDefault,
14014         SideTitleTextTopToBottom, SideTitleTextBottomToTop
14016 2002-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14018         * fvwm/fvwm.h:
14019         removed inclusion of fvwmdebug.h
14021         * libs/gravity.c (ParseDirectionArgument):
14022         fixed direction parsing
14024         * fvwm/menus.c (get_menu_options):
14025         fixed a compiler warning
14027 2002-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14029         * fvwm/bindings.c (ParseBinding):
14030         fixed compiler warning
14032         * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14033         * fvwm/ewmh.h:
14034         fixed compilation w/ --disable-ewmh
14036         * fvwm/windowlist.c (CMD_WindowList):
14037         fixed parsing of conditions versus position of window list broken with
14038         a recent "fix"
14040 2002-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14042         * libs/Fft.h:
14043         * libs/Fft.c (FftTextWidth):
14044         (is_utf8_encoding):
14045         (FftGetFontWidths):
14046         (FftDrawString):
14047         removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14048         if HAVE_XFT was not set.
14050         * fvwm/events.h (XEVMASK_DECORW):
14051         select EnterNotify and LeaveNotify on frame instead of decor_w
14053         * fvwm/add_window.c (setup_title_window):
14054         (setup_button_windows):
14055         (setup_resize_handle_windows):
14056         frame window is the new parent of the title, button and handle windows
14057         (setup_frame_stacking):
14058         new stacking order of decoration windows
14060         * fvwm/menuitem.c (menuitem_paint):
14061         * fvwm/events.c (HandleExpose):
14062         xft fixes
14064         * fvwm/move_resize.c (unmaximize_fvwm_window):
14065         don't force to redraw the frame
14067         * libs/gravity.c (gravity_get_offsets):
14068         (gravity_move):
14069         (gravity_resize):
14070         functions moved to gravity.c
14072 2002-03-10  olicha  <olivier.chapuis@free.fr>
14074         * acconfig.h (HAVE_XFT_UTF8):
14075         * configure.in:
14076         * libs/Fft.c (is_utf8_encoding):
14077         (FftGetFontWidths):
14078         (FftDrawString):
14079         (FftTextWidth):
14080         Detected if Xft can handle utf8 string
14082         * libs/Fft.h:
14083         * fvwm/menuitem.c (menuitem_paint):
14084         * fvwm/events.c (HandleExpose):
14085         Fixed Xft related compilation failure and warning
14087 2002-03-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14089         * fvwm/virtual.c:
14090         * fvwm/update.c:
14091         * fvwm/move_resize.c:
14092         * fvwm/icons.c:
14093         * fvwm/focus.c:
14094         * fvwm/events.c:
14095         * fvwm/builtins.c:
14096         * fvwm/add_window.c:
14097         * fvwm/frame.c (frame_setup_window):
14098         (frame_force_setup_window):
14099         (frame_setup_shape):
14100         SetupFrame renamed to frame_setup_window
14101         ForceSetupFrame renamed to frame_force_setup_window
14102         SetShape renamed to frame_setup_shape
14104         * fvwm/windowshade.c:
14105         moved most code to frame.c
14107         * fvwm/frame.c (SetShape):
14108         (SetupTitleBar):
14109         (set_decor_gravity):
14110         (ForceSetupFrame):
14111         (SetupFrame):
14112         functions moved to new file
14114         (SetupTitleBar):
14115         (frame_setup_title_bar):
14116         renamed function
14118         * libs/Parse.h:
14119         direction code moved to gravity.c and gravity.h
14121         * fvwm/windowshade.c (CMD_WindowShade):
14122         * fvwm/geometry.c (get_shaded_geometry):
14124         * libs/FScreen.c (FScreenInit):
14125         (FScreenUpdateEmulationMapState):
14126         changed Xinerame emulation layout
14128         * fvwm/fvwm2.1:
14129         Corrected the description of the XineramaPrimaryScreen command that was
14130         essentially lying.
14132 2002-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14134         * fvwm/menus.c (menu_tear_off):
14135         (unlink_item_from_menu):
14136         (menu_strip_tear_off_title):
14137         use the text from a title item as the tear off menu title if the menu
14138         begins with a title; skip separators and tear off bars at the front of
14139         the menu
14141         * **/*.[ch]:
14142         implemented titleatleft and titleatright styles; titles are not drawn
14143         vertically yet
14145         * fvwm/style.c (check_window_style_change):
14146         * fvwm/update.c (apply_window_updates):
14147         * fvwm/ewmh_names.c (EWMH_WMIconName):
14148         (EWMH_WMName):
14149         (charset_to_utf8):
14150         * fvwm/ewmh.c (ksmserver_workarround):
14151         * fvwm/update.c (apply_window_updates):
14152         * fvwm/conditional.c (MatchesConditionMask):
14153         * fvwm/fvwm.c (main):
14154         * fvwm/session.c (SaveWindowStates):
14155         (matchWin):
14156         (MatchWinToSM):
14157         * fvwm/functions.c (expand):
14158         * fvwm/stack.c (dump_stack_ring):
14159         (verify_stack_ring_consistency):
14160         * fvwm/module_interface.c (BroadcastWindowIconNames):
14161         (CMD_Send_WindowList):
14162         * fvwm/add_window.c (free_window_names):
14163         (free_window_names):
14164         * fvwm/events.c (HandlePropertyNotify):
14165         * fvwm/builtins.c (CMD_Wait):
14166         * fvwm/style.c (CMD_DestroyStyle):
14167         (lookup_style):
14168         Adapted to changes of Flocale.h
14170         * acconfig.h:
14171         removed COMPUND_TEXT ifdef
14173         * configure.in:
14174         mutibyte defaults to on
14176         * acconfig.h:
14177         * libs/Flocale.c:
14178         * libs/Flocale.h:
14179         * fvwm/fvwm.h (FvwmWindow):
14180         cleaned up Flocale stuff for better information hiding
14182         * libs/Flocale.c (get_FlocaleFontSet):
14183         (get_FlocaleFont):
14184         added a new font strucht member min_char_offset for vertical text
14186         * libs/Flocale.c (get_FlocaleFontSet):
14187         fixed a bug in descent calculation
14189         * fvwm/fvwm.h (FvwmWindow):
14190         removed title_g
14192         * fvwm/borders.c (RedrawButtons):
14193         (SetupTitleBar):
14194         (RedrawBorder):
14195         (SetupFrame):
14196         (RedrawTitle):
14197         (DrawMultiPixmapTitlebar):
14198         don't use title_g or boundary_width
14200         * libs/Flocale.c (FlocaleTextWidth):
14201         * libs/Flocale.c (FlocaleDrawString):
14202         added interface for vertical strings
14203         * libs/Flocale.h (FlocaleWinString):
14204         added flags structure w/ is_vertical_string flag
14206         * fvwm/borders.c (RedrawTitle):
14207         (DrawMultiPixmapTitlebar):
14208         * fvwm/screen.h (ScreenInfo):
14209         * fvwm/icons.c (DrawIconWindow):
14210         * fvwm/move_resize.c (DisplayPosition):
14211         (DisplaySize):
14212         * fvwm/screen.h (ScreenInfo):
14213         removed ScratchStr and TitleStr; *please* don't use global variables
14214         without need
14216         * fvwm/move_resize.c (ParseOneResizeArgument):
14217         (GetResizeArguments):
14218         (GetResizeMoveArguments):
14219         (resize_window):
14220         (resize_move_window):
14221         * fvwm/module_interface.c (CONFIGARGS):
14222         (OLDCONFIGARGS):
14223         (CONFIGARGSNEW):
14224         * fvwm/placement.c (PlaceWindow):
14225         * fvwm/add_window.c (setup_title_window):
14226         (setup_button_windows):
14227         (setup_parent_window):
14228         (resize_resize_handle_windows):
14229         (change_resize_handle_windows):
14230         (AddWindow):
14231         * fvwm/geometry.c (get_window_borders):
14232         (gravity_get_naked_geometry):
14233         (gravity_add_decoration):
14234         (constrain_size):
14235         don't use title_g.width and title_g.height anymore
14237         * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14238         new macro
14240         * fvwm/borders.c (SetupTitleBar):
14241         * fvwm/add_window.c (setup_title_window):
14242         don't use title_g.x and title_g.y anymore
14243         (setup_title_geometry):
14244         new function
14246         * fvwm/fvwm.h (FvwmWindow):
14247         replaced title_g by title_length and title_thickness
14248         renamed title_text_y to title_text_offset
14250         * fvwm/add_window.c (setup_style_and_decor):
14251         (setup_parent_window):
14252         * fvwm/decorations.c (SelectDecor):
14253         * fvwm/placement.c (PlaceWindow):
14254         * fvwm/windowlist.c (CMD_WindowList):
14255         * fvwm/events.c (SendConfigureNotify):
14256         (HandlePropertyNotify):
14257         (HandleMapNotify):
14258         * fvwm/move_resize.c (DisplaySize):
14259         (ParseOneResizeArgument):
14260         (GetResizeArguments):
14261         (GetResizeMoveArguments):
14262         (resize_window):
14263         (resize_move_window):
14264         * fvwm/geometry.c (gravity_get_naked_geometry):
14265         (gravity_add_decoration):
14266         (constrain_size):
14267         don't use boundary_width anymore
14269         * fvwm/borders.c (SetupTitleBar):
14270         made static
14272         * fvwm/fvwmdebug.c:
14273         removed outdated file that was never used
14275         * fvwm/move_resize.c (move_window_doit):
14276         fixed GNOME and EWMH hints when unsticking a window
14278         * fvwm/virtual.c (CMD_MoveToDesk):
14279         unstick windows when MoveToDesk is used
14281         * fvwm/builtins.c:
14282         * fvwm/windowshade.c (CMD_WindowShade):
14283         (CMD_WindowShadeAnimate):
14284         functions moved to windowshade.c
14286         * fvwm/window_flags.h:
14287         * fvwm/menus.c (pop_menu_up):
14288         * fvwm/builtins.c (CMD_WindowShade):
14289         * fvwm/move_resize.c (resize_window):
14290         * fvwm/icons.c (AutoPlaceIcon):
14291         * fvwm/borders.c (SetupFrame):
14292         don't use HAS_BOTTOM_TITLE any more
14293         (ButtonPosition):
14294         function removed
14296         * fvwm/geometry.c (get_title_font_width_and_offset):
14297         * fvwm/geometry.c (set_window_border_size):
14298         * fvwm/geometry.c (is_window_border_minimal):
14299         * fvwm/geometry.c (get_window_borders_no_title):
14300         * fvwm/geometry.c (get_shaded_client_window_pos):
14301         * fvwm/geometry.c (get_icon_corner):
14302         * fvwm/geometry.c (get_title_gravity):
14303         * fvwm/geometry.c (get_title_geometry):
14304         * fvwm/borders.c (get_button_number):
14305         new functions
14307         * fvwm/borders.c (SetupFrame):
14308         (SetShape):
14309         * fvwm/events.c (HandleShapeNotify):
14310         * fvwm/borders.c (SetupTitleBar):
14311         * fvwm/update.c (apply_window_updates):
14312         * fvwm/add_window.c (setup_window_font):
14313         removed title_top_height
14315         * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14316         renamed
14318         * fvwm/events.c (SendConfigureNotify):
14319         * fvwm/events.c (HandleConfigureRequest):
14320         preparations for W/E titles
14321         don't use title_top_height any more
14323         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14324         use title_dir flags
14326         * fvwm/geometry.c (get_window_borders):
14327         * fvwm/style.c (parse_and_set_window_style):
14328         (check_window_style_change):
14329         * fvwm/style.h (SCSET_TITLE_DIR):
14330         * fvwm/window_flags.h (GET_TITLE_DIR):
14331         * fvwm/fvwm.h (struct):
14332         replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14333         DIR_W or DIR_E
14335         * libs/Parse.c (ParseDirectionArgument):
14336         * libs/Parse.h:
14337         use new type direction_type
14339 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14341         * fvwm/ewmh.c (EWMH_SetFrameStrut):
14342         use function from geometry.c to get the border size
14344         * fvwm/geometry.c (get_shaded_geometry):
14345         added code for shading in all directions
14347 2002-03-07  Dan Espen  <dane@mk.telcordia.com>
14349         * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14351 2002-03-07  olicha  <olivier.chapuis@free.fr>
14353         * libs/Flocale.c (FInitLocale):
14354         * fvwm/fvwm.c (main):
14355         Set the locale using "" as locale argument
14357 2002-03-07  Mikhael Goikhman  <migo@homemail.com>
14359         * fvwm/fvwm2.1:
14360         fixed some typos and indentation of several new variable entries
14362 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14364         * fvwm/functions.h (enum):
14365         * fvwm/functions.c (func_config):
14366         * fvwm/commands.h:
14367         * fvwm/conditional.c (CMD_ThisWindow):
14368         renamed command "This" to "ThisWindow"
14370         * fvwm/conditional.c (Circulate):
14371         "Current" no longer selects a random window when no window is focused
14373         * fvwm/icccm2.c (SetupICCCM2):
14374         removed debug fprintf
14376         * fvwm/functions.c (expand_extended_var):
14377         implemented new extended variables pointer.x, pointer.x, pointer.wx,
14378         pointer.wy, pointer.cx and pointer.cy.
14380         * libs/Parse.c (ParseDirectionArgument):
14381         allow N, S, W, E, NW, SW, SE, NE for direction arguments
14383         * fvwm/builtins.c (CMD_WindowShade):
14384         fixes for animated shading w/ titleatbottom+north and titleattop+south
14386 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14388         * fvwm/move_resize.c (moveLoop):
14389         (resize_window):
14390         * fvwm/virtual.c (HandlePaging):
14391         moving/resizing windows opaque is much faster
14393 2002-03-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14395         * fvwm/add_window.c (resize_resize_handle_windows):
14396         (change_resize_handle_windows):
14397         (setup_window_font):
14398         fixed changing the handlewidth style
14400         * fvwm/update.c (apply_window_updates):
14401         * fvwm/geometry.c (update_absolute_geometry):
14402         * fvwm/builtins.c (CMD_WindowShade):
14403         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14404         * fvwm/conditional.c (CreateConditionMask):
14405         * fvwm/geometry.c (get_shaded_geometry):
14406         * fvwm/session.c (MatchWinToSM):
14407         * fvwm/add_window.c (setup_window_structure):
14408         (AddWindow):
14409         * fvwm/window_flags.h (SHADED_DIR):
14410         * fvwm/fvwm.h (struct):
14411         implemented new WindowShade options "North" and "South" to allow shading
14412         a window in either direction, regardless of if the title is at the top
14413         or bottom.
14415         * libs/Module.c (module_expand_action):
14416         new convenience function for modules
14418 2002-03-03  Dan Espen  <dane@mk.telcordia.com>
14420         * fvwm/fvwm2.1: Fixes to the font section.
14422 2002-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14424         * fvwm/conditional.c (CMD_WindowId):
14425         set the correct context window for unmanaged windows
14427         * fvwm/icons.c (DrawIconWindow):
14428         raise the icon title even if it's too small to be expanded
14430         * fvwm/conditional.c (CMD_Cond):
14431         Fixed it the right way this time
14432         (CMD_Any):
14433         same fix for the 'Any' command
14434         (circulate_cmd):
14435         (CMD_Prev):
14436         (CMD_Next):
14437         (CMD_None):
14438         (CMD_Any):
14439         (CMD_Current):
14440         unified circulating functions into a single one
14441         (CMD_Pick):
14442         Pick allows to pick functions that have CirculateSkip set
14443         fixed a memory leak
14444         (select_cmd):
14445         (CMD_This):
14446         (CMD_Pick):
14447         (CMD_PointerWindow):
14448         unified selecting functions into a single one
14449         (CMD_PointerKey):
14450         (CMD_All):
14451         Allow user to override the default CirculateHit of these functions
14453         * fvwm/conditional.c (CMD_Cond):
14454         Fixed a problem w/ the window selection
14456         * fvwm/menus.h:
14457         * fvwm/menus.c:
14458         * fvwm/menudim.h:
14459         * fvwm/menudim.c:
14460         * fvwm/menustyle.h:
14461         * fvwm/menustyle.c:
14462         * fvwm/menucmd.c:
14463         * fvwm/menuitem.c:
14464         * fvwm/menuitem.h:
14465         moved some of the menu code into separate files
14466         more work on tear off menus; windowlist can now be torn off without a
14467         memory leak
14469         * fvwm/template.c:
14470         * fvwm/template.h:
14471         added templates for new source files
14473         * libs/Picture.c (fvwmlib_clone_color):
14474         new function
14476         * fvwm/menus.c (make_menu):
14477         (update_menu):
14478         removed unused parameter from make_menu()
14480         * fvwm/fvwm2.1 (Example):
14481         corrected statement about CaptureHonorsStartsOnPage being the default
14483 2002-03-03  Mikhael Goikhman  <migo@homemail.com>
14485         * INSTALL.fvwm:
14486         * Makefile.am:
14487         * configure.in:
14488         added and documented --disable-bidi and --disable-perllib
14490 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14492         * fvwm/geometry.c (get_window_borders):
14493         fixed calculation of $[cw.y] and $[cw.height]
14495         * fvwm/move_resize.c (resize_move_window):
14496         windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14498 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14500         * fvwm/move_resize.c (resize_move_window):
14502 2002-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14504         * configure.in:
14505         re-added --enable-xinerama-emulation option that was removed recently
14507 2002-02-28  Mikhael Goikhman  <migo@homemail.com>
14509         * INSTALL.fvwm:
14510         * NEWS:
14511         * fvwm/fvwm2.1:
14512         several corrections and rewording
14514 2002-02-28  olicha  <olivier.chapuis@free.fr>
14516         * fvwm/fvwm2.1:
14517         New section FONT NAMES AND FONT LOADING
14519         * INSTALL.fvwm:
14520         * NEWS:
14521         Document --enable-xft
14523         * libs/Fft.c (get_FlocaleXftFont):
14524         Used the xft font height in the place of ascent+descent
14526         * fvwm/icons.c (DrawIconWindow):
14527         Fixed the fg colors of the icon title
14529 2002-02-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14531         * fvwm/conditional.c (CMD_CondCase):
14532         fixed CondCase command
14533         (CMD_Cond):
14534         fixed numeric return codes
14536         * fvwm/add_window.c (CMD_Recapture):
14537         fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14539         * acinclude.m4 (smr_CHECK_LIB):
14540         disabled a destructing gnome_prefix logic again
14542         * fvwm/events.c (GetContext):
14543         * libs/Bindings.c (win_contexts):
14544         * libs/fvwmlib.h:
14545         new contexts for individual parts of the window border
14547 2002-02-26  Mikhael Goikhman  <migo@homemail.com>
14549         * acinclude.m4:
14550         disabled a destructing gnome_prefix logic
14552         * configure.in:
14553         replaced fribidi detection mechanism, now fribidi-config is used
14555 2002-02-26  olicha  <olivier.chapuis@free.fr>
14557         * acconfig.h (HAVE_XFT):
14558         * acinclude.m4:
14559         * configure.in:
14560         * libs/Fft.c (new file):
14561         * libs/Flocale.c (FlocaleLoadFont):
14562         (FlocaleUnloadFont):
14563         (FlocaleDrawString):
14564         (FlocaleTextWidth):
14565         (get_FlocaleFontSet):
14566         (get_FlocaleFont):
14567         (get_FlocaleFontOrFontSet):
14568         * libs/Flocale.h:
14569         * fvwm/Makefile.am:
14570         Added anti-alised font rendering using Xft. This is off by default.
14571         A font can now be given as a ";" separated list of either ","
14572         separated list of XFLD font name or Xft font name with "xft:" as
14573         prefix, e.g.:
14574           xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14575         See Flocale.h for details
14577         * fvwm/events.c (HandleExpose):
14578         * fvwm/menus.c (paint_item):
14579         Always clear the text area before drawing text with an Xft font
14581 2002-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14583         * acinclude.m4 (smr_CHECK_LIB):
14584         fixed a bug with variable expansion and autoconf cache values
14586 2002-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14588         * fvwm/menus.c (seek_submenu_instance):
14589         (FindPopup):
14590         * fvwm/fvwm.c (InitVariables):
14591         some general menu clean up
14593         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14594         * fvwm/move_resize.h (resize_geometry_window):
14595         * fvwm/menus.c (animated_move_back):
14596         (pop_menu_up):
14597         (ParentalMenuRePaint):
14598         Removed the global variables for parental relativity.  Please *do not*
14599         use globals in menus.c or anywhere else.  I'm trying to remove most
14600         globals in the long run.
14602         * libs/Graphics.c (do_relieve_rectangle):
14603         removed debug code
14605         * fvwm/menus.c (MenuInteraction):
14606         fixed tearing off menus by selecting a tear off item with the keyboard
14608         * fvwm/menus.c (MenuInteraction):
14609         fixed menus not popping down sometimes
14611         * fvwm/functions.c (CMD_TearMenuOff):
14612         * fvwm/menus.c (AddToMenu):
14613         (MenuInteraction):
14614         (warp_pointer_to_item):
14615         (get_selectable_item_index):
14616         (get_selectable_item_from_index):
14617         (get_selectable_item_from_section):
14618         (menuShortcuts):
14619         (paint_item):
14620         (draw_tear_off_bar):
14621         * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14622         New command "TearMenuOff" in menus.  In a normal item, this tears off
14623         the menu when selected.  If the item has no title, it is drawn as a
14624         dashed line too.  Pressing button 2 over a title tears out the menu too.
14625         some clean up
14627         * fvwm/menus.c (make_menu_window):
14628         fixed problem w/ mapping menus, performance enhancement
14630         * fvwm/builtins.c (CMD_Destroy):
14631         (CMD_Close):
14632         fixed core dump
14634         * fvwm/functions.c (execute_function):
14635         (expand_extended_var):
14636         (expand):
14637         new variable cond.rc that returns the last return code of a conditinal
14638         command
14640 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14642         * fvwm/conditional.c (CMD_Cond):
14643         (CMD_CondCase):
14644         (CMD_Break):
14645         * fvwm/commands.h:
14646         * fvwm/functions.h:
14647         * fvwm/functions.c:
14648         new conditional commands Cond, CondCase and Break
14650         * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14651         (ewmh_WMStateShaded):
14652         (ewmh_WMState):
14653         (ewmh_MoveResize):
14654         (ewmh_WMStateHidden):
14655         (ewmh_WMDesktop):
14656         (ewmh_CloseWindow):
14657         (ewmh_ActiveWindow):
14658         (ewmh_DesktopGeometry):
14659         * fvwm/gnome.c (GNOME_HandlePropRequest):
14660         * fvwm/windowlist.c (CMD_WindowList):
14661         * fvwm/update.c (apply_window_updates):
14662         * fvwm/conditional.c (CMD_Pick):
14663         (CMD_Prev):
14664         (CMD_Next):
14665         (CMD_None):
14666         (CMD_Any):
14667         (CMD_Current):
14668         (CMD_PointerWindow):
14669         (CMD_This):
14670         (CMD_All):
14671         (CMD_Direction):
14672         (CMD_WindowId):
14673         * fvwm/read.c (run_command_stream):
14674         * fvwm/fvwm.c (Done):
14675         (SetRCDefaults):
14676         (StartupStuff):
14677         (main):
14678         * fvwm/module_interface.c (ExecuteModuleCommand):
14679         * fvwm/move_resize.c (handle_stick):
14680         * fvwm/add_window.c (AddWindow):
14681         * fvwm/events.c (HandleKeyPress):
14682         (HandleButtonPress):
14683         (HandleClientMessage):
14684         (HandleButtonRelease):
14685         (HandlePropertyNotify):
14686         * fvwm/builtins.c (CMD_DestroyDecor):
14687         (AddToDecor):
14688         (CMD_StrokeFunc):
14689         * fvwm/functions.h (func_type):
14690         * fvwm/functions.c (old_execute_function):
14691         (execute_function):
14692         (execute_complex_function):
14694         * fvwm/fvwm.h (fvwm_cond_func_rc):
14695         inplemented return codes OK, NO_MATCH and ERROR for conditional commands
14697         * fvwm/ConfigFvwmDefaults:
14698         set some default styles for tear off menu windows
14700         * fvwm/menus.c (menuShortcuts):
14701         ignore actions that would normally close a menu if it's a tear off menu
14702         <Backspace> creates a tear off menu
14703         <Escape> closes a tear off menu
14705         * fvwm/builtins.c (CMD_Delete):
14706         (CMD_Destroy):
14707         (CMD_Close):
14708         * fvwm/menus.c (DestroyMenu):
14709         (make_menu_window):
14710         (MenuInteraction):
14711         * fvwm/menus.h (MenuRootDynamic):
14712         Each menu window is created with a unique display to prevent fvwm from
14713         being killed when a tear off menu is destroyed.  Of course this is
14714         inefficient, but still better than writing a menu module.
14716 2002-02-23  Mikhael Goikhman  <migo@homemail.com>
14718         * configure.in:
14719         autogenerate perllib/FVWM/Module/Makefile
14721 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14723         * fvwm/move_resize.c (moveLoop):
14724         fixed a problem with keyboard movement vs. EdgeResistance
14726 2002-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14728         * fvwm/events.c:
14729         fixed problem with root bindings and xfishtank
14731         * fvwm/windowlist.c (CMD_WindowList):
14732         applied patch by to Darren Marshall to fix placement of window list on
14733         wrong xinerama screen
14735         * libs/Parse.c (GetSuffixedIntegerArguments):
14736         integer arguments that must not have a suffix but have one are ignored
14738         * fvwm/icons.c (DeIconify):
14739         (Iconify):
14740         applied patch by Markus Schwarzenberg to fix a rare problem with the
14741         is_map_pending flag, iconified icons and restart
14743 2002-02-22  Mikhael Goikhman  <migo@homemail.com>
14745         * fvwm/commands.h:
14746         * fvwm/conditional.c (CMD_This):
14747         * fvwm/functions.c:
14748         * fvwm/functions.h:
14749         * fvwm/fvwm2.1:
14750         * NEWS:
14751         added new conditional command This
14753 2002-02-21  Mikhael Goikhman  <migo@homemail.com>
14755         * acconfig.h:
14756         * configure.in:
14757         added fribidi library detection
14759 2002-02-12  olicha  <olivier.chapuis@free.fr>
14761         * libs/Flocale.h (FlocaleFont):
14762         * libs/Flocale.c (get_FlocaleFont):
14763         (get_FlocaleFontSet):
14764         Compute the ascent and descent of the FlocaleFont structure directly
14765         from the XFontSetExtents data in the case of a fontset
14766         Added max_char_width to the FlocaleFont structure
14768         * libs/Makefile.am (libfvwm_a_SOURCES):
14769         * libs/GetFont.c:
14770         Removed libs/GetFont.c
14772         * fvwm/menus.c (FreeMenuStyle):
14773         (UpdateMenuStyle):
14774         (NewMenuStyle):
14775         (CMD_CopyMenuStyle):
14776         * fvwm/menus.h (MenuLook):
14777         Fixed default font handling font by using a new MenuLook flags
14778         USING_DEFAULT_FONT
14780         * fvwm/menus.c (UpdateMenuStyle):
14781         Fixed default font update
14783         * fvwm/fvwm.c (SetRCDefaults):
14784         (InitVariables):
14785         Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
14786         fvwm initialization
14788 2002-02-11  Mikhael Goikhman  <migo@homemail.com>
14790         * configure.in:
14791         added FvwmPerl/* file generation
14793 2002-02-11  olicha  <olivier.chapuis@free.fr>
14795         * INSTALL.fvwm:
14796         * NEWS:
14797         Multibyte news. Document --disable-compound-text and --disable-ewmh.
14799         * libs/Flocale.h:
14800         Added more documentation and change the MB_FALLBACK_FONT to
14801         "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
14802         -*-medium-r-normal-*-16-*" (with XFree) this should gives something
14803         more consistent with the none multibyte case.
14805 2002-02-10  olicha  <olivier.chapuis@free.fr>
14807         * fvwm/ewmh.c (EWMH_RestoreInitialStates):
14808         (EWMH_ExitStuff):
14809         * fvwm/events.c (HandleUnmapNotify):
14810         (HandleReparentNotify):
14811         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14812         (ewmh_WMStateSticky):
14813         (ewmh_WMStateHidden):
14814         Restore various ewmh initial states when a window is  unmapped or
14815         reparented
14817 2002-02-10  Mikhael Goikhman  <migo@homemail.com>
14819         * Makefile.am:
14820         * configure.in:
14821         added support for new perllib directory
14823 2002-02-09  olicha  <olivier.chapuis@free.fr>
14825         * libs/fvwmlib.h:
14826         * libs/Flocale.c:
14827         * libs/Flocale.h:
14828         * acconfig.h:
14829         * configure.in:
14830         Rename I18N_MB to MULTIBYTE
14831         Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
14833         * libs/Flocale.c (*):
14834         * libs/Flocale.h:
14835         New Font and Text API. A cache is used for fonts information. Font
14836         loading is more powerfull as both font or fontset can be loaded.
14837         See Flocale.h for details, more comments will be added soon.
14838         Fortunately, it seems that there are no more memory problems with
14839         --enable-multibyte!
14840         If COMPOUND_TEXT, then non XA_STRING text properties are converted
14841         with XmbTextPropertyToTextList
14843         * fvwm/events.c (HandlePropertyNotify):
14844         * fvwm/misc.c (NewFontAndColor):
14845         * fvwm/icons.h:
14846         * fvwm/misc.h:
14847         * fvwm/menus.c (FreeMenuStyle):
14848         (NewMenuStyle):
14849         (CMD_CopyMenuStyle):
14850         (draw_underline):
14851         (calculate_item_sizes):
14852         (size_menu_horizontally):
14853         (paint_item):
14854         * fvwm/builtins.c (CMD_DefaultFont):
14855         (ApplyDefaultFontAndColors):
14856         * fvwm/add_window.c (destroy_icon_font):
14857         (setup_icon_font):
14858         (destroy_window_font):
14859         (setup_window_font):
14860         (free_window_names):
14861         (setup_window_name):
14862         (setup_icon):
14863         * fvwm/fvwm.h (FvwmWindow):
14864         * fvwm/move_resize.c (DisplayPosition):
14865         (resize_geometry_window):
14866         (DisplaySize):
14867         * fvwm/fvwm.c (InitVariables):
14868         * fvwm/icons.c (DrawIconWindow):
14869         (setup_icon_title_size):
14870         * fvwm/borders.c (RedrawTitle):
14871         (DrawMultiPixmapTitlebar):
14872         * fvwm/screen.h (ScreenInfo):
14873         Use the new Text and Font API
14875 2002-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14877         * fvwm/module_interface.c (PositiveWrite):
14878         fixed core dump when a module died in the select of PositiveWrite()
14880         * fvwm/module_interface.c (initModules):
14881         (ClosePipes):
14882         (do_execute_module):
14883         (KillModule):
14884         (KillModuleByName):
14885         (CMD_SendToModule):
14886         (PositiveWrite):
14887         * fvwm/modconf.c (ModuleConfig):
14888         removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
14890         * fvwm/icons.c (GetXPMFile):
14891         suppress unnecessary error message for xmb icons
14893         * fvwm/misc.c (fvwm_msg):
14894         * fvwm/misc.h (enum):
14895         added new fvwm_msg type "OLD" for deprecated commands
14897 2002-02-07  Mikhael Goikhman  <migo@homemail.com>
14899         * configure.in:
14900         generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
14902         * INSTALL.fvwm:
14903         New section "Bug Reports".
14905 2002-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14907         * fvwm/update.c (apply_window_updates):
14908         fixed propagation of window border and title colours to the modules
14910 2002-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14912         * fvwm/menus.c (do_menu):
14913         fixed leaving tear off menus when something is selected with the mouse
14915 2002-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14917         * fvwm/events.c (HandleEnterNotify):
14918         * fvwm/menus.c:
14919         more work on tear off menus
14921 2002-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14923         * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
14924         * fvwm/menus.c (menu_enter_tear_off_menu):
14925         (find_entry):
14926         (menuShortcuts):
14927         (MenuInteraction):
14928         (pop_menu_up):
14929         properly calculate pointer position in tear off menus
14930         (MenuInteraction):
14931         fixed active wait w/ poopup/popdown delays
14933         * fvwm/windowlist.c (CMD_WindowList):
14934         don't initialise some variables twice
14936 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14938         * fvwm/add_window.c (CaptureOneWindow):
14939         properly recapture tear off menus
14941         (IS_MESSAGE_IN_MASK):
14942         (is_message_selected):
14943         (PositiveWrite):
14944         (PositiveWrite):
14945         * fvwm/schedule.c (deschedule):
14946         (squeue_execute):
14947         * fvwm/events.c (My_XNextEvent):
14948         * libs/queue.h:
14949         * fvwm/module_interface.c (ClosePipes):
14950         (CMD_ModuleSynchronous):
14951         (KillModule):
14952         performance enhancements; made macros out of simple functions
14954         * fvwm/builtins.c (CMD_WindowShade):
14955         don't redraw the decorations if window was not shaded or unshaded
14957         * fvwm/schedule.c (deschedule_obj_func):
14958         (execute_obj_func):
14959         fixed core dump when a scheduled command deschedules itself
14961 2002-01-31  olicha  <olivier.chapuis@free.fr>
14963         * NEWS:
14964         FvwmButtons news
14966 2002-01-31  Mikhael Goikhman  <migo@homemail.com>
14968         * NEWS:
14969         * fvwm/move.c (moveLoop):
14970         while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
14972         * fvwm/session.c (get_version_string):
14973         switch from static to date-based version string
14975         * configure.in:
14976         remove --enable-kanji compatibility option
14978         * fvwm/schedule.h:
14979         * libs/queue.h:
14980         fix warnings, gcc compains on having something after #endif
14982 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14984         * fvwm/builtins.c (CMD_Delete):
14985         (CMD_Close):
14986         (CMD_Destroy):
14987         don't crash fvwm when trying to close a tear off menu
14989         * fvwm/decorations.c (is_function_allowed):
14990         * fvwm/menus.c (menu_expose):
14991         (do_menu):
14992         * fvwm/events.c (HandleReparentNotify):
14993         (HandleUnmapNotify):
14994         * fvwm/add_window.c (AddWindow):
14995         (AddWindow):
14996         * fvwm/fvwm.h (struct):
14997         * fvwm/add_window.c (CaptureAllWindows):
14998         (CaptureOneWindow):
14999         * fvwm/events.h (flush_property_notify):
15000         * fvwm/events.c (HandleMapRequestKeepRaised):
15001         started work on tear off menus
15003         * fvwm/fvwm.c (main):
15004         * fvwm/events.c (CMD_Sync):
15005         (CMD_Synchronize):
15006         * fvwm/commands.h (CMD_Synchronize):
15007         * fvwm/functions.h (enum):
15008         * fvwm/functions.c (func_config):
15009         new commands XSync and XSynchronize for debugging
15011         * fvwm/conditional.c (CreateConditionMask):
15012         (MatchesConditionMask):
15013         * fvwm/builtins.c (CMD_State):
15014         * fvwm/fvwm.h (struct):
15015         * fvwm/functions.h:
15016         * fvwm/commands.h:
15017         * fvwm/functions.c (func_config):
15018         new command "State"
15019         new condition "State"
15021         * libs/queue.c:
15022         fixed core dump
15024 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15026         * fvwm/module_interface.c (AddToMessageQueue):
15027         (initModules):
15028         (DeleteMessageQueueBuff):
15029         (FlushMessageQueue):
15030         * fvwm/events.c (My_XNextEvent):
15031         * fvwm/module_interface.c (AddToCommandQueue):
15032         (ExecuteCommandQueue):
15033         use code from queue.c
15035         * fvwm/schedule.c:
15036         * fvwm/queue.c:
15037         * fvwm/queue.h:
15038         * fvwm/events.c (My_XNextEvent):
15039         "Schedule 0" commands are executed before event handling
15040         moved some of the chedule code into a new queue library
15042 2002-01-30  olicha  <olivier.chapuis@free.fr>
15044         * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15046 2002-01-30  olicha  <olivier.chapuis@free.fr>
15048         * libs/Flocale.c:
15049         * libs/Flocale.h:
15050         * libs/Makefile.am:
15051         * fvwm/fvwm.c (main):
15052         New libs files Flocale.c and Flocale.h with a function to set the
15053         locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15054         also a function to get the charset (from ewmh_name.c) and which
15055         setlocale if this has not been done with the above function. This
15056         function is also called at fvwm2 startup
15058         * fvwm/ewmh_names.c (charset_to_utf8):
15059         (utf8_to_charset):
15060         Use the Fcharset variable and remove get_charset
15062         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15063         A minor fix
15065         * libs/GetFont.c (GetFontSetOrFixed):
15066         Free the missing charset list as suggested by Alexander Kotelnikov.
15067         Report problems with missing charset only 5 times. Remove the
15068         STRICTLY_FIXED code
15070 2002-01-30  Mikhael Goikhman  <migo@homemail.com>
15072         * configure.in:
15073         a patch to config.status to generate scripts executable, may be handy;
15074         added generation of utils/fvwm24_convert
15076 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15078         * fvwm/schedule.c:
15079         * fvwm/functions.c (expand_extended_var):
15080         implemented $[schedule.last] and $[schedule.next] variables
15081         implemented new command "Deschedule"
15083         * fvwm/misc.c (get_server_time):
15084         fixed MouseFocus
15086 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15088         * fvwm/misc.c (get_server_time):
15089         * fvwm/events.c (My_XNextEvent):
15090         * fvwm/icccm2.c (SetupICCCM2):
15091         * fvwm/functions.h:
15092         * fvwm/commands.h:
15093         * fvwm/functions.c (func_config):
15094         * fvwm/schedule.c:
15095         implemented new command "Schedule"
15097         * fvwm/builtins.c (CMD_Exec):
15098         applied job control patch by Alexander Kotelnikov using the portable
15099         version of setpgrp()
15101         * libs/setpgrp.c (fvwm_setpgrp):
15102         * libs/setpgrp.h (fvwm_setpgrp):
15103         * libs/Makefile.am:
15104         * configure.in:
15105         added checks for setpgrp and setpgid
15107 2002-01-29  olicha  <olivier.chapuis@free.fr>
15109         * acinclude.m4:
15110         Better test for iconv second argumeny
15112         * configure.in:
15113         Use gnu libiconv in priority against the system iconv
15115 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15117         * fvwm/stack.c (RaiseOrLowerWindow):
15118         (restack_windows):
15119         (collect_transients_recursive):
15120         * fvwm/icons.c (get_visible_icon_window_count):
15121         fixed stack ring corruption with icons that have either no picture or
15122         no title
15124 2002-01-28  olicha  <olivier.chapuis@free.fr>
15126         * fvwm/ewmh_names.c (charset_to_utf8):
15127         (utf8_to_charset):
15128         (EWMH_SetVisibleName):
15129         (get_charset):
15130         Better message errors in get_charset, use UTF-8 in the place of UTF8,
15131         set the ewmh visible (icon) name only if the fvwm visible name is
15132         different from the ICCCM (icon) window name, limit the number of
15133         conversions error messages to 10
15135 2002-01-28  olicha  <olivier.chapuis@free.fr>
15137         * fvwm/functions.c (func_config):
15138         * fvwm/commands.h:
15139         * fvwm/builtins.c (CMD_PropertyChange):
15140         New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15141         messages
15143         * fvwm/module_interface.h:
15144         * fvwm/module_interface.c (BroadcastPropertyChange):
15145         * libs/Module.h (MX_PROPERTY_CHANGE):
15146         New module message MX_PROPERTY_CHANGE for all propose messages.
15148         * fvwm/events.c (HandlePropertyNotify):
15149         * libs/defaults.h:
15150         Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15151         as argument when fvwm2 detects that the root background change
15152         Removed the ROOT_BG_CHANGE_STRING stuff
15154 2002-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15156         * NEWS, configure.in:
15157         changed version to 2.5.1
15159         * fvwm/misc.c (get_pointer_fvwm_window):
15160         * fvwm/commands.h:
15161         * fvwm/functions.c (func_config):
15162         * fvwm/conditional.c (CreateConditionMask):
15163         (MatchesConditionMask):
15164         (CMD_PointerWindow):
15165         (CreateConditionMask):
15166         (CMD_Any):
15167         * fvwm/fvwm.h (WindowConditionMask):
15168         new conditions focused, !focused, haspointer, !haspointer
15169         new command PointerWindow that works like Current but on the window
15170         that currently contains the pointer
15171         new command Any which works like None but inverts the condition
15172         fixed parsing of conditions with more than one comma
15174         * fvwm/module_interface.h:
15175         * fvwm/module_interface.c (do_execute_module):
15176         (initModules):
15177         * libs/Module.h (MAX_XMSG_MASK):
15178         fixed default message mask for modules
15180         * fvwm/update.c (flush_window_updates):
15181         * fvwm/virtual.c (UnmapDesk):
15182         (MapDesk):
15183         (do_move_window_to_desk):
15184         * fvwm/icons.c (DeIconify):
15185         (DeIconify):
15186         * fvwm/events.c (HandlePropertyNotify):
15187         (HandleMapRequestKeepRaised):
15188         (HandleMapNotify):
15189         (HandleButtonPress):
15190         (HandleEnterNotify):
15191         (HandleLeaveNotify):
15192         * fvwm/focus.c (DoSetFocus):
15193         (MoveFocus):
15194         (SetFocusWindow):
15195         (ReturnFocusWindow):
15196         (DeleteFocus):
15197         (ForceDeleteFocus):
15198         (FocusOn):
15199         (restore_focus_after_unmap):
15200         Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15201         suppressing the M_FOCUS_CHANGE message if the focus does not change in
15202         the flush_window_updates() function.
15204 2002-01-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15206         * fvwm/placement.c (PlaceWindow):
15207         minor performance enhancement
15209 2002-01-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15211         * libs/defaults.h:
15212         * fvwm/menus.c (MenuInteraction):
15213         (pointer_in_active_item_area):
15214         (pointer_in_passive_item_area):
15215         new menu style PopupActiveArea
15217 2002-01-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15219         * fvwm/move_resize.c (CMD_ResizeMaximize):
15220         (CMD_ResizeMoveMaximize):
15221         fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15223 2002-01-21  olicha  <olivier.chapuis@free.fr>
15225         * fvwm/fvwm2.1:
15226         s/Penalities/Penalties/g
15228 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15230         * fvwm/events.c (HandleLeaveNotify):
15231         (HandleEnterNotify):
15232         * fvwm/modconf.c (ModuleConfig):
15233         * fvwm/update.c (apply_window_updates):
15234         * fvwm/module_interface.c (BroadcastWindowIconNames):
15235         (CMD_Send_WindowList):
15236         (initModules):
15237         (do_execute_module):
15238         (PositiveWrite):
15239         (CMD_set_nograb_mask):
15240         (CMD_set_sync_mask):
15241         (CMD_set_mask):
15242         (set_mseggage_mask):
15243         (is_message_in_mask):
15244         (is_message_selected):
15245         * libs/Module.h:
15246         rewrote message interface to allow more than 32 messages with minimal
15247         changes in the existing interfaces.
15248         new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15250         * fvwm/style.h:
15251         * fvwm/style.c (parse_and_set_window_style):
15252         * fvwm/fvwm.h (struct):
15253         * fvwm/events.c (HandleButtonPress):
15254         implemented new styles MouseFocusClickIgnoreMotion and
15255         MouseFocusClickIgnoreMotionOff
15257         * fvwm/focus.c (focus_grab_buttons):
15258         fixed button mask for > 5 buttons
15260 2002-01-19  olicha  <olivier.chapuis@free.fr>
15262         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15263         Save and restore the icon_pixmap_w and add comments
15265 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15267         * fvwm/events.c (HandleEnterNotify):
15268         fixed EnterNotify events for icons
15270 2002-01-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15272         * fvwm/*.c:
15273         * fvwm/stack.c (overlap_box):
15274         (overlap):
15275         * fvwm/icons.c (clear_icon):
15276         * fvwm/add_window.c (destroy_icon):
15277         * fvwm/fvwm.h (FvwmWindow):
15278         * fvwm/geometry.c (get_window_borders):
15279         (get_client_geometry):
15280         * libs/fvwmrect.h (struct):
15281         * fvwm/functions.c (expand_extended_var):
15282         implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15283         return the geometry of the client window
15284         implemented new extended variables it.x, it.y, it.width, it.height that
15285         return the geometry of the icon title
15286         implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15287         return the geometry of the icon picture
15288         implemented new extended variables i.x, i.y, i.width, i.height that
15289         return the geometry of the whole icon
15290         fixed $[w.height] when the window is shaded
15291         cleaned up icon geometry code
15293 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15295         * fvwm/commands.h:
15296         * fvwm/functions.c:
15297         * fvwm/functions.h:
15298         * fvwm/move_resize.c (unmaximize_fvwm_window):
15299         (maximize_fvwm_window):
15300         (CMD_Maximize):
15301         (CMD_ResizeMaximize):
15302         (CMD_Resize):
15303         (resize_window):
15304         (CMD_ResizeMove):
15305         (resize_move_window):
15306         (CMD_ResizeMoveMaximize):
15307         New command ResizeMaximize.  Works like Resize, but modifies the
15308         maximized size of the window, not the normal size.
15309         New command ResizeMoveMaximize that works similarly.
15310         (resize_move_window):
15311         fixed ResizeMove command
15313         * fvwm/functions.c (expand):
15314         fixed core dump when using something like $[$v] in a command
15316 2002-01-17  olicha  <olivier.chapuis@free.fr>
15318         * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15319         * fvwm/events.c (HandlePropertyNotify):
15320         * fvwm/fvwm.c (InternUsefulAtoms):
15321         * fvwm/extern.h:
15322         Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15323         that the root background has changed. This uses the _XSETROOT_ID
15324         and XROOTPMAP_ID properties
15326         * fvwm/ewmh.c (atom_get):
15327         Be paranoid
15329 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15331         * fvwm/update.c (flush_window_updates):
15332         fixed unnecessary window style updates
15334         * fvwm/style.c (parse_and_set_window_style):
15335         * fvwm/add_window.c (RestoreWithdrawnLocation):
15336         (AddWindow):
15337         (setup_frame_attributes):
15338         * fvwm/fvwm.h (FvwmWindow):
15339         Fvwm does no longer disable backing store on all of its windows. This
15340         cause too many problems with some applications, e.g. rdist.  Introduced
15341         the new style BackingStoreWindowDefault that tells fvwm not to modify
15342         the backing store attribute on the client window - which now is the
15343         default.
15345 2002-01-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15347         * fvwm/commands.h:
15348         * fvwm/functions.c (func_config):
15349         * libs/Module.c (SetMessageMask2):
15350         (SetNoGrabMask2):
15351         * libs/Module.h:
15353         * configure.in:
15354         fixed building with libstroke-0.5.1 on Solaris8
15356         * fvwm/stack.c (new_layer):
15357         * fvwm/borders.c (DrawButton):
15358         (RedrawButtons):
15359         (RedrawTitle):
15360         * fvwm/builtins.c (SetLayerButtonFlag):
15361         (do_button_style):
15362         * fvwm/screen.h (struct):
15363         Applied the layer button patch by Richard Curnow with a few
15364         modifications
15366         * fvwm/icons.c (GetIconBitmap):
15367         (GetIconWindow):
15368         Ignore client icons that have the wrong depth
15370         * fvwm/events.c (HandleEnterNotify):
15371         Tried to fix focusing problem w/ unclutter.
15373 2002-01-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15375         * fvwm/functions.c (CheckActionType):
15376         remove debug code
15378         * fvwm/menus.c (paint_item):
15379         * fvwm/misc.c (is_function_allowed):
15380         * fvwm/move_resize.c (is_move_allowed):
15381         (is_resize_allowed):
15382         (is_maximize_allowed):
15383         * fvwm/decorations.c (check_if_function_allowed):
15384         combined all these functions into a new one
15385         use this function everywhere
15386         use the Fixed... styles to decide if a menu item is greyed or not
15388 2002-01-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15390         * fvwm/events.c (HandleExpose):
15391         eat up expose events even if the server claims that the expose count is
15392         zero; fixes a problem with many redraws of windows that are uncovered
15393         by shading a window above them
15395 2002-01-10  olicha  <olivier.chapuis@free.fr>
15397         * fvwm/focus.c (DoSetFocus):
15398         * fvwm/move_resize.c (CMD_Maximize):
15399         (CMD_Maximize):
15400         (handle_stick):
15401         (CMD_ResizeMove):
15402         (CMD_Resize):
15403         * fvwm/icons.c (DeIconify):
15404         (DeIconify):
15405         (Iconify):
15406         * fvwm/gnome.c (GNOME_HandlePropRequest):
15407         * fvwm/ewmh_names.c (EWMH_WMName):
15408         * fvwm/events.c (HandleFocusIn):
15409         (HandlePropertyNotify):
15410         (HandleMapNotify):
15411         (HandleButtonPress):
15412         (HandleLeaveNotify):
15413         (HandleExpose):
15414         * fvwm/builtins.c (CMD_UpdateDecor):
15415         (CMD_WindowShade):
15416         * fvwm/borders.c (draw_clipped_decorations):
15417         (DrawDecorations):
15418         (RedrawDecorations):
15419         * fvwm/borders.h:
15420         Added a new argument to DrawDecoration similar to draw_window_parts,
15421         which indicate which part of the decor should be cleared. At present
15422         time only CLEAR_FRAME is taken in account and this is used in
15423         ShadeWindow to draw the decoration without flickering. This argument
15424         may be used in the future to reduce opaque resizing flickering
15426         * fvwm/builtins.c (CMD_WindowShade):
15427         Draw the decoration during unshading a window
15429         * fvwm/menus.c (ParentalMenuRePaint):
15430         Fixed transparent animated menu again
15432         * NEWS:
15433         Some update
15435 2002-01-09  olicha  <olivier.chapuis@free.fr>
15437         * fvwm/style.c (CMD_Style):
15438         free all the elements of the ptmpstyle before freeing it
15440         * fvwm/menus.c (ParentalMenuRePaint):
15441         Fixed transparent animated menu with HilightBackOff
15443 2002-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15445         * fvwm/style.c (merge_styles):
15446         fixed core dump w/ multiple use of the UseStyle style and HilightBack
15447         in the copied style
15449 2002-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15451         * fvwm/modconf.c (send_ignore_modifiers):
15452         (send_move_threshold):
15453         (send_click_time):
15454         (send_colorsets):
15455         (send_color_limit):
15456         (send_image_path):
15457         (send_desktop_geometry):
15458         (CMD_Send_ConfigInfo):
15459         moved code into new functions
15461         * libs/defaults.h (DEFAULT_MODS_UNUSED):
15462         moved to defaults.h
15464         * fvwm/bindings.c (CMD_IgnoreModifiers):
15465         * fvwm/module_interface.c (broadcast_xinerama_state):
15466         * fvwm/modconf.c (send_ignore_modifiers):
15467         broadcast IgnoreModifiers to modules
15469         * fvwm/bindings.c (CMD_IgnoreModifiers):
15470         fixed IgnoreModifiers command without arguments
15471         * fvwm/fvwm2.1:
15472         corrected documentation of IgnoreModifiers command
15474 2002-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15476         * fvwm/add_window.c:
15477         * fvwm/cursor.c:
15478         * fvwm/virtual.c:
15479         * fvwm/builtins.c:
15480         * fvwm/bindings.c:
15481         * fvwm/move_resize.c:
15482         * fvwm/events.c:
15483         * fvwm/stack.c:
15484         * fvwm/module_interface.c:
15485         * fvwm/focus.c:
15486         * fvwm/placement.c:
15487         * fvwm/menus.c:
15488         * fvwm/icons.c:
15489         * fvwm/fvwm.h (FvwmWindow):
15490         remnamed icon_w member to icon_title_w
15492 2002-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15494         * fvwm/icons.c (RedoIconName):
15495         fixed sizing of icon title for icons without a pixmap
15496         (RedoIconName):
15497         (CreateIconWindow):
15498         (Iconify):
15499         (CreateIconWindow):
15500         rewrote icon title layout and moved the constants to defaults.h
15502         * fvwm/menus.c (menuShortcuts):
15503         (handle_emacs_bindings):
15504         implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15506 2002-01-04  Dan Espen  <dane@mk.telcordia.com>
15508         * fvwm/fvwm2.1: Language checks done.
15509         .IR command not in column 1 fixed.
15511 2002-01-04  olicha  <olivier.chapuis@free.fr>
15513         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15514         (AnimatedMoveOfWindow):
15515         (AnimatedMoveFvwmWindow):
15516         (move_window_doit):
15517         * fvwm/menus.c (ParentalMenuRePaint):
15518         (animated_move_back):
15519         (pop_menu_up):
15520         Fixed transparent animated menu
15522 2002-01-03  olicha  <olivier.chapuis@free.fr>
15524         * fvwm/move_resize.c (is_resize_allowed):
15525         (is_move_allowed):
15526         Do not check if moveing/resizeing is MWM allowed for a no user request
15527         This fix for example FvwmWinList with MwmFunctions & NoOverride
15529         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15530         * fvwm/move_resize.c (is_move_allowed):
15531         Allowed moving if tmp_win is null and check if move is allowed and
15532         not resize in AnimatedMoveAnyWindow. This fix animated menu
15534         * fvwm/ewmh.c (ewmh_AllowsMaximize):
15535         (ewmh_AllowsMove):
15536         (ewmh_AllowsResize):
15537         Check as a user request
15539         * fvwm/fvwm2.1:
15540         * fvwm/move_resize.c (CMD_Maximize):
15541         (MaximizeWidth):
15542         (MaximizeHeight):
15543         New global flags "layer" and "ewmiwa". layer causes the grow* methods
15544         to ignore the windows with a layer less or equal to the layer of
15545         the maximized window. ewmhiwa causes to ignore the ewmh working area.
15546         Reorder a bit the Maximize documentation
15548         * fvwm/fvwm2.1:
15549         * fvwm/functions.c (expand_extended_var):
15550         New variables $[desk.name<n>] to get the desktop names
15552 2002-01-01  Dan Espen  <dane@mk.telcordia.com>
15554         * fvwm/read.c (CMD_Read): Correct message on missing file when using
15555         Read with full path.
15557 2002-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15559         * libs/defaults.h:
15560         * fvwm/misc.c (GrabEm):
15561         reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15563         * fvwm/events.c (HandleUnmapNotify):
15564         (HandleMapRequestKeepRaised):
15565         (check_map_request):
15566         fixed unmanaged window when window was mapped/unmapped/mapped too fast
15568         * fvwm/add_window.c (FetchWmProtocols):
15569         (setup_wm_hints):
15570         * fvwm/fvwm.h (FvwmWindow):
15571         * fvwm/events.c (HandleEnterNotify):
15572         (HandlePropertyNotify):
15573         * fvwm/focus.c (refresh_focus):
15574         (set_focus_model):
15575         fixed focus problems with netscape and ddd
15577 2001-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15579         * libs/Target.c (fvwmlib_keyboard_shortcuts):
15580         * libs/Pointer.c (GetLocationFromEventOrQuery):
15581         * fvwm/virtual.c (HandlePaging):
15582         * fvwm/move_resize.c (GetOnePositionArgument):
15583         (InteractiveMove):
15584         (AnimatedMoveAnyWindow):
15585         (moveLoop):
15586         (CMD_Resize):
15587         * fvwm/module_interface.c (ExecuteModuleCommand):
15588         * fvwm/menus.c (do_menu):
15589         (menuShortcuts):
15590         (MenuInteraction):
15591         (get_menu_options):
15592         * fvwm/functions.c (execute_complex_function):
15593         * fvwm/events.c (HandleClientMessage):
15594         (WaitForButtonsUp):
15595         * fvwm/conditional.c (CMD_Direction):
15596         * fvwm/builtins.c (CMD_CursorMove):
15597         (CMD_FakeClick):
15598         (CMD_StrokeFunc):
15599         handle return code of XQueryPointer everywhere; necessary for dual head
15601         * fvwm/misc.c (GrabEm):
15602         Pointer was warped to other screen with a dual head setup
15604 2001-12-31  olicha  <olivier.chapuis@free.fr>
15606         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15607         Removed some code which try to raise ewmh modal window over
15608         its transientfor window; this seems not possible without a new style
15609         or a bad hack in stack.c
15611 2001-12-30  Dan Espen  <dane@mk.telcordia.com>
15613         * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15614         fallback to fixed font so it shows the right font for I18N.
15616 2001-12-30  olicha  <olivier.chapuis@free.fr>
15618         * fvwm/window_flags.h:
15619         * fvwm/session.c (MatchWinToSM):
15620         (LoadWindowStates):
15621         (SaveWindowStates):
15622         (get_version_string):
15623         * fvwm/move_resize.c (CMD_Maximize):
15624         (handle_stick):
15625         * fvwm/icons.c (CMD_Iconify):
15626         * fvwm/ewmh.c (EWMH_SetWMState):
15627         (EWMH_WindowInit):
15628         (EWMH_ExitStuff):
15629         (EWMH_SetAllowedActions):
15630         (EWMH_WindowInit):
15631         * fvwm/ewmh.h:
15632         * fvwm/ewmh_intern.h:
15633         * fvwm/ewmh_events.c (ewmh_WMState*):
15634         * fvwm/builtins.c (CMD_WindowShade):
15635         * fvwm/stack.c (new_layer):
15636         * fvwm/update.c (apply_window_updates):
15637         * fvwm/update.h (struct):
15638         * fvwm/add_window.c (setup_window_structure):
15639         (setup_window_name):
15640         (setup_icon):
15641         * fvwm/style.c (check_window_style_change):
15642         The skip list and modal ewmh window states are now updated after
15643         an use/ignore ewmh state style changes. The other ewmh states are
15644         starting state only. All the initial ewmh states are keep in memory
15645         for FvwmIdent.
15647         * fvwm/ewmh.c (EWMH_Handle*):
15648         * fvwm/fvwm.h:
15649         Set the ewmh_window_type to an int (and not the corresponding atom)
15650         accordingly to the window type
15652         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15653         ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15654         style
15656         * fvwm/ewmh.c (EWMH_GetStyle):
15657         * fvwm/ewmh_events.c (ewmh_WMDesktop):
15658         Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15659         hints
15661         * libs/vpacket.h (ConfigWinPacket):
15662         * fvwm/module_interface.c (CONFIGARGSNEW):
15663         (OLDCONFIGARGS):
15664         (CONFIGARGS):
15665         Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15666         cfgpacket for FvwmIdent
15668 2001-12-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15670         * fvwm/move_resize.c (resize_geometry_window):
15671         fixed wrong size calculation of geometry window
15673 2001-12-19  olicha  <olivier.chapuis@free.fr>
15675         * fvwm/ewmh_names.c (convert_charsets):
15676         More precise error messages
15678         * fvwm/fvwm2.1:
15679         A few formatting fixes
15681 2001-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15683         * fvwm/gnome.c (GNOME_SetHints):
15684         fixed window getting frozen into position upon a recapture or restart
15686 2001-12-17  Dan Espen  <dane@mk.telcordia.com>
15688         * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
15690 2001-12-17  olicha  <olivier.chapuis@free.fr>
15692         * fvwm/fvwm2.1:
15693         Tried to clarify the EWMHIconicStateWorkaround BugOpts
15695         * fvwm/ewmh.c (delete_kst_item):
15696         (set_kde_sys_tray):
15697         (EWMH_IsKdeSysTrayWindow):
15698         (EWMH_ManageKdeSysTray):
15699         * fvwm/events.c (HandleReparentNotify):
15700         Fixed reparenting management of kde system tray windows and
15701         added some off debugging code
15703         * fvwm/virtual.c (CMD_DesktopName):
15704         Removed some debugging code
15706 2001-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15708         * fvwm/fvwm.h (struct):
15709         * fvwm/window_flags.h (IS_FIXED_PPOS):
15710         * fvwm/style.h (SCSET_IS_FIXED_PPOS):
15711         * fvwm/style.c (parse_and_set_window_style):
15712         (check_window_style_change):
15713         implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
15714         FixedUSSize, FixedPSize and Variable PPosition, ...
15716         * fvwm/events.c (HandleConfigureRequest):
15717         * fvwm/ewmh.c (ewmh_AllowsResize):
15718         (is_resize_allowed):
15719         (ewmh_AllowsMove):
15720         (ewmh_AllowsMove):
15721         * fvwm/gnome.c (GNOME_SetHints):
15722         (AnimatedMoveAnyWindow):
15723         (CMD_ResizeMove):
15724         use new functions
15725         * fvwm/move_resize.c (is_move_allowed):
15726         (is_resize_allowed):
15727         (is_maximize_allowed):
15728         new functions to clean up some code
15730 2001-12-15  Dan Espen  <dane@mk.telcordia.com>
15732         * fvwm/fvwm2.1: Doc fixups.
15734 2001-12-15  olicha  <olivier.chapuis@free.fr>
15736         * fvwm/builtins (CMD_BugOpts):
15737         * fvwm/ewmh.c:
15738         * fvwm/ewmh_conf.c (EWMH_BugOpts):
15739         * fvwm/ewmh_events.c (ewmh_StateHidden):
15740         * fvwm/fvwm.c (InitVariables):
15741         * fvwm/fvwm2.1:
15742         * fvwm/icons.c (CMD_Iconify):
15743         * fvwm/screen.h:
15744         * fvwm/virtual.c (unmap_window):
15745         (map_window):
15746         Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
15747         to fix the IconicState problems in vitrual.c. New BugOpts
15748         EWMHIconicStateWorkaround for supporting current KDE versions
15750         * fvwm/events.c (HandlePropertyNotify):
15751         * fvwm/ewmh.c (ewmh_AllowsYes):
15752         * fvwm/ewmh.h:
15753         (ewmh_AllowsClose):
15754         (ewmh_AllowsMaximize):
15755         (ewmh_AllowsMove):
15756         (ewmh_AllowsResize):
15757         (EWMH_SetAllowedActions):
15758         (EWMH_WindowInit):
15759         * fvwm/style.c (check_window_style_change):
15760         * fvwm/update.c (apply_window_updates):
15761         * fvwm/update.h:
15762         Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
15764 2001-12-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15766         * fvwm/borders.c (RedrawTitle):
15767         * libs/defaults.h (WINDOW_TITLE_OFFSET):
15768         fixed 'stick' lines with long titles
15770 2001-12-11  olicha  <olivier.chapuis@free.fr>
15772         * NEWS:
15773         * fvwm/commands.h:
15774         * fvwm/ewmh.c (ewmh_SetWorkArea):
15775         * fvwm/ewmh.h:
15776         (ewmh_ComputeAndSetWorkArea):
15777         (ewmh_HandleDynamicWorkArea):
15778         (EWMH_GetWorkAreaIntersection):
15779         (EWMH_GetStrutIntersection):
15780         (get_intersection):
15781         * fvwm/ewmh_name.c (EWMH_SetDeskNames):
15782         * fvwm/function.c:
15783         * fvwm/function.h:
15784         * fvwm/fvwm.c (InitVariables):
15785         * fvwm/fvwm2.1:
15786         * fvwm/modconf.c (send_desktop_names):
15787         (CMD_Send_ConfigInfo):
15788         * fvwm/placement.c (get_next_x):
15789         (get_next_y):
15790         * fvwm/screen.h:
15791         * fvwm/virtual.c (CMD_DesktopName):
15792         * fvwm/virtual.h:
15793         (GetDesktopName):
15794         New command "DesktopName desk name" to define desktops names for
15795         the FvwmPager, the WindowList and ewmh compliant pagers.
15796         Desktops information (desk, desk name, working areas) is stored in a
15797         new list sub structure of Scr, DesktopsInfo. The head of the list
15798         contains generic information for desks that are not in the list.
15800         * fvwm/windowlist.c (get_desk_title):
15801         (CMD_WindowList):
15802         * fvwm/fvwm2.1:
15803         * NEWS:
15804         New window list options NoDeskNum, NoCurrentDeskTitle,
15805         TitleForAllDesks, NoNumInDeskTitle. Document these options and also
15806         the NoGeometry and NoGeometryInfo options.
15808         * fvwm/ewmh.c:
15809         * fvwm/ewmh_names.c:
15810         * fvwm/ewmh_icons.c:
15811         Added some static declarations
15813         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15814         It seems that UTF8 names should not be terminated by a 0
15816         * fvwm/ewmh.c (EWMH_SetClientListStacking):
15817         Set the stacking list in the good orders
15819 2001-12-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15821         * vms/config.h:
15822         * fvwm/functions.c:
15823         * fvwm/commands.h:
15824         * fvwm/builtins.c:
15825         * fvwm/borders.c:
15826         removed all MULTISTYLE ifdefs
15828         * fvwm/borders.c (RedrawTitle):
15829         fixed title drawing into relief
15831 2001-12-08  olicha  <olivier.chapuis@free.fr>
15833         * fvwm/style.c:
15834         * fvwm/style.h:
15835         * fvwm/fvwm.h:
15836         * fvwm/update.c:
15837         * fvwm/update.h:
15838         * fvwm/window_flags.h:
15839         * fvwm/fvwm2.1:
15840         s/extended_window_name/indexed_window_name/i
15841         s/extended_icon_name/indexed_icon_name/i
15842         s/do_update_window_name/do_update_visible_window_name/
15843         s/do_update_icon_name/do_update_visible_icon_name/
15845         * fvwm/style.c (CMD_Style):
15846         * fvwm/style.h:
15847         (parse_and_set_window_style):
15848         Split CMD_Style into CMD_Style and parse_and_set_window_style
15850 2001-12-06  olicha  <olivier.chapuis@free.fr>
15852         * fvwm/add_window.c (setup_window_name_count):
15853         (setup_icon_name_count):
15854         Better determination of the window and icon names index
15856         * fvwm/add_window.c (AddWindow):
15857         (setup_icon):
15858         * fvwm/events.c (HandlePropertyNotify):
15859         * fvwm/ewmh_names.c (EWMH_WMName):
15860         (EWMH_WMIconName):
15861         * fvwm/module_interface.c (BroadcastWindowIconNames):
15862         * fvwm/module_interface.h:
15863         (CMD_Send_WindowList):
15864         (CMD_set_mask):
15865         (CMD_set_sync_mask):
15866         (CMD_set_nograb_mask):
15867         * fvwm/update.c (apply_window_updates):
15868         * libs/Module.h:
15869         New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
15870         which are send to modules with BroadcastWindowIconNames.
15871         The set mask cmds use unsigned long mask and not int mask!
15873 2001-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15875         * fvwm/ewmh.h:
15876         * fvwm/ewmh.c:
15877         EWMH without iconv compile fix by Hippo
15879 2001-12-05  olicha  <olivier.chapuis@free.fr>
15881         * fvwm/add_window.c:
15882         * fvwm/ewmh.c (*):
15883         * fvwm/ewmh.h:
15884         * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
15885         * fvwm/ewmh_events.c:
15886         * fvwm/fvwm.h:
15887         * fvwm/fvwm2.1:
15888         * fvwm/move_resize.c (CMD_Maximize):
15889         * fvwm/placement.c (test_fit):
15890         (PlaceWindow):
15891         * fvwm/session.c (SaveWindowStates):
15892         * fvwm/style.c (merge_styles):
15893         * fvwm/style.h:
15894         (check_window_style_change):
15895         * fvwm/update.c (apply_window_updates):
15896         * fvwm/update.h:
15897         * fvwm/window_flags.h:
15898         New ewmh styles:
15899         EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
15900         EWMHMaximizeUseDynamicWorkingArea,
15901         EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
15902         EWMHPlacementUseDynamicWorkingArea,
15903         EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
15904         EWMHIgnoreStateHints / EWMHUseStateHints,
15905         EWMHIgnoreStrutHints / EWMHUseStrutHints
15907         * fvwm/ConfigFvwmDefaults:
15908         Use EWMHPlacementUseDynamicWorkingArea,
15909         EWMHMaximizeUseDynamicWorkingArea as default placement styles
15911         * NEWS:
15912         * fvwm/add_window.c (setup_placement_penalty):
15913         * fvwm/add_window.h:
15914         (setup_placement_penalty):
15915         (AddWindow):
15916         * fvwm/fvwm.h:
15917         * fvwm/placement.c (get_next_x):
15918         * fvwm/placement.h:
15919         (get_next_y):
15920         (test_fit):
15921         * fvwm/style.c (CMD_Style):
15922         * fvwm/style.h:
15923         (check_window_style_change):
15924         * fvwm/update.c (apply_window_updates):
15925         * fvwm/update.h:
15926         * fvwm/window_flags.h:
15927         * libs/default.h:
15928         New styles PlacementOverlapPenalties and
15929         PlacementOverlapPercentPenalties
15931         * NEWS:
15932         * fvwm/add_window.c (setup_window_name_count):
15933         * fvwm/add_window.h:
15934         (setup_icon_name_count):
15935         (setup_visible_name):
15936         (setup_window_name):
15937         (free_window_names):
15938         (setup_icon):
15939         * fvwm/borders.c (DrawMultiPixmapTitlebar):
15940         (RedrawTitle):
15941         * fvwm/events.c (HandlePropertyNotify):
15942         * fvwm/ewmh_names.c (EWMH_*):
15943         * fvwm/fvwm.h:
15944         * fvwm/icons.c (CreateIconWindow):
15945         (DrawIconWindow):
15946         (RedoIconName):
15947         (AutoPlaceIcon):
15948         (Iconify):
15949         * fvwm/session.c (MatchWinToSM):
15950         * fvwm/style.c (CMD_Style):
15951         * fvwm/style.h:
15952         (check_window_style_change):
15953         * fvwm/update.c (apply_window_updates):
15954         * fvwm/update.h:
15955         * fvwm/window_flags.h:
15956         New styles ExtendedWindowName / SimpleWindowName and
15957         ExtendedIconName / SimpleIconName. TODO: the modules implementation
15959         * fvwm/builtins.c (ReadMultiPixmapDecor):
15960         A -Wall fix
15962         * configure.in:
15963         Fixed gcc test
15965         * session.c (get_version_string):
15966         now is 2.5-3
15968         * fvwm/stack.c (new_layer):
15969         (CMD_Layer):
15970         Fixed ewmh wm state
15972         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15973         Fixed creation of the ewmh icon in the case of the window is iconified
15975 2001-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15977         * fvwm/placement.c (PlaceWindow):
15978         fixed manual placement on Xinerama screens other than the one with the
15979         top left corner of the total screen
15981 2001-11-27  olicha  <olivier.chapuis@free.fr>
15983         * configure.in:
15984         * acinclude.m4:
15985         * acconfig.h:
15986         * fvwm/ewmh_name.c
15987         Check for the second argument of iconv
15989         * configure.in:
15990         Added -Wall to CFLAGS if cc is gcc
15992 2001-11-26  Mikhael Goikhman  <migo@homemail.com>
15994         * configure.in:
15995         * acconfig.h:
15996         s/extanded/extended/
15998 2001-11-26  olicha  <olivier.chapuis@free.fr>
16000         * fvwm/Makefile.am:
16001         Fixed (?) iconv_LIBS
16003 2001-11-26  olicha  <olivier.chapuis@free.fr>
16005         * fvwm/functions.c (expand):
16006         Fixed n, c, r expansion
16008 2001-11-25  Dan Espen  <dane@mk.telcordia.com>
16010         * fvwm/fvwm2.1: Clean up ewmh stuff.
16012 2001-11-24  olicha  <olivier.chapuis@free.fr>
16014         * fvwm/ewmh_internal.h:
16015         * fvwM/ewmh.c:
16016         Removed a non standard macro
16018 2001-11-24  olicha  <olivier.chapuis@free.fr>
16020         * fvwm/fvwm2.1:
16021         Documented the previous ewmh style in a new Style subsection
16023         * fvwm/functions.c (expand):
16024         Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16026 2001-11-24  olicha  <olivier.chapuis@free.fr>
16028         * fvwm/add_window (setup_icon):
16029         (setup_window_structure):
16030         * fvwm/events.c (HandlePropertyNotify):
16031         * fvwm/ewmh.h:
16032         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16033         * fvwm/ewmh_icons.c (ewmh_WMIcon):
16034         (EWMH_DoUpdateWmIcon):
16035         (ewmh_SetWmIconFromPixmap):
16036         (EWMH_DeleteWmIcon):
16037         (EWMH_SetIconFromWMIcon):
16038         * fvwm/ewmh_intern.h:
16039         * fvwm/fvwm.h:
16040         * fvwm/icons.c (GetIcon):
16041         * fvwm/session.c (get_version_string):
16042         * fvwm/style.c (CMD_Style):
16043         * fvwm/style.h:
16044         (check_window_style_change)
16045         * fvwm/update.c (apply_window_updates):
16046         * fvwm/update.h:
16047         * fvwm/window_flags.h:
16048         New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16049         EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16050         EWMHDonateIcon / EWMHDontDonateIcon,
16051         Some ewmh icon code simplification.
16052         Ewmh icons priority: just after icon window.
16054         * fvwm/ewmh.c (EWMH_ExitStuff):
16055         * fvwm/ewmh.h:
16056         * fvwm/session.c (SaveWindowStates):
16057         (LoadWindowStates):
16058         (MatchWinToSM):
16059         * fvwm/fvwm.c (Done):
16060         Delete the ewmh icons we set ourself. Some ewmh session states do not
16061         need to be saved/restored anymore
16063 2001-11-23  olicha  <olivier.chapuis@free.fr>
16065         * fvwm/ewmh_names.c (convert_charsets):
16066         Fixed infinite loop
16068 2001-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16070         * fvwm/ewmh_names.c (convert_charsets):
16071         -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16072         man page states on Linux
16073         replaced goto with a loop
16075 2001-11-22  olicha  <olivier.chapuis@free.fr>
16077         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16078         a -Wall fix
16080         * fvwm/ewmh_events.c:
16081         Fixed some styles update
16083         * fvwm/ewmh_conf.c:
16084         * fvwm/function.c (func_config):
16085         * fvwm/function.h:
16086         * fvwm/ewmh.c:
16087         * fvwm/ewmh.h:
16088         * fvwm/ewmh_events.c:
16089         * fvwm/ewmh_intern.h:
16090         * fvwm/Makefile.am:
16091         * fvwm/fvwm2.1:
16092         New file for ewmh styles and commands. New commands EWMHBaseStrut and
16093         EWMHNumberOfDesktops. More documentation in ewmh man page section.
16095         * fvwm/add_window.c:
16096         * fvwm/bindings.c:
16097         * fvwm/events.c:
16098         * fvwm/functions.c:
16099         * fvwm/ewmh.c (EWMH_Init):
16100         * fvwm/fvwm.h:
16101         * fvwm/fvwm.c (InitVariables):
16102         * fvwm/placement.c
16103         * fvwm/sceen.h:
16104         * fvwm/session.c:
16105         * fvwm/styles.c:
16106         * fvwm/update.c:
16107         * fvwm/update.h:
16108         * fvwm/window_flags.c:
16109         * libs/Bindings.c:
16110         * libs/Picture.c:
16111         * libs/Picture.h:
16112         * libs/fvwmlib.h:
16113         * configure.in:
16114         * acconfig.h:
16115         Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16116         are maybe problematic) and those in the ewmh* files to allow
16117         to disbale the ewmh code: with --disable-ewmh all the ewmh code
16118         should be dummy. --enable-ewmh is now the default.
16120 2001-11-20  olicha  <olivier.chapuis@free.fr>
16122         * fvwm/icons.c (GetIcon):
16123         * fvwm/add_window.c (setup_icon):
16124         Fixed icons order choice and other minor bugs
16126         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16127         Fixed a core dump if there is no MiniIcon
16129 2001-11-18  olicha  <olivier.chapuis@free.fr>
16131         * fvwm/ewmh.c (add_kst_item):
16132         * fvwm/ewmh.h:
16133         (ewmh_AddToKdeSysTray):
16134         (EWMH_IsKdeSysTrayWindow):
16135         (EWMH_ManageKdeSysTray):
16136         (EWMH_WindowInit):
16137         fvwm/ewmh_intern.h:
16138         * fvwm/events.c (HandleDestroyNotify):
16139         (HandleMapRequest):
16140         (HandleUnmapNotify):
16141         Fixed the KDE system tray implementation
16143 2001-11-16  olicha  <olivier.chapuis@free.fr>
16145         * fvwm/ewmh.h:
16146         * fvwm/ewmh.c:
16147         fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16149 2001-11-15  olicha  <olivier.chapuis@free.fr>
16151         * fvwm/ewmh.c (EWMH_DestroyWindow):
16152         * fvwm/ewmh.h:
16153         (EWMH_WindowDestroyed):
16154         * fvwm/events.c (HandleReparentNotify):
16155         (HandleDestroyNotify):
16156         (HandleUnmapNotify):
16157         * fvwm/add_window.c (destroy_window):
16158         Fixed the ewmh windows lists
16160 2001-11-15  olicha  <olivier.chapuis@free.fr>
16162         * fvwm/Makefile.am:
16163         * fvwm/ewmh.c:
16164         * fvwm/ewmh.h:
16165         * fvwm/ewmh_intern.h:
16166         * fvwm/ewmh_events.c:
16167         * fvwm/ewmh_icons.c:
16168         * fvwm/ewmh_names.c:
16169         * fvwm/fvwm2.1:
16170         * NEWS:
16171         New files to achieve the extended WM hints support, off by
16172         default. This code is ifdefed a la gnome.c.
16173         This is work in progess (need to do so that every things are
16174         configurable).
16176         * configure.in:
16177         * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16178         New configure option --enable-ewmh. Added tests for iconv and
16179         nl_langinfo for UTF8 conversions.
16181         * fvwm/add_window.c (AddWindow):
16182         (CaptureOneWindow):
16183         (destroy_window):
16184         (setup_window_name):
16185         (setup_icon):
16186         EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16187         EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16188         SET_HAS_EWMH_ICON, EWMH_WMIconName
16190         * fvwm/add_window.c (setup_window_structure):
16191         * fvwm/fvwm.h (FvwmWindow):
16192         (window_flags):
16193         * fvwm/window_flags.h:
16194         * fvwm/session.c (get_version_string):
16195         (SaveWindowStates):
16196         (LoadWindowStates):
16197         Added some entries in FvwmWindow and some flags (more will be
16198         added). Some of these states need to be saved at restart and
16199         at recapture. This code is ifdefed, may be it should not: I was
16200         forced to ifdef the version string in get_version_string.
16202         * libs/Bindings.c (win_contexts):
16203         * libs/fvwmlib.h:
16204         * fvwm/events.c (GetContext):
16205         * fvwm/bindings.c (ParseBinding):
16206         (activate_binding):
16207         * fvwm/functions.c (expand_extended_var):
16208         (expand):
16209         (execute_function):
16210         (DeferExecution):
16211         * fvwm/screen.h (Scr):
16212         new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16213         (kdesktop or Nautilus desktop). This context is something between
16214         C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16216         * fvwm/bindings.c (activate_binding):
16217         Fixed immediate application of mouse/stroke bindings
16219         * fvwm/borders.h
16220         * fvwm/borders.c (RedrawDecorations):
16221         * fvwm/update.c (apply_window_updates):
16222         New function  RedrawDecorations taken from apply_window_updates
16223         and called in ewmh_icons.c and update.c
16225         * fvwm/bultins.c (CMD_WindowShade):
16226         EWMH_SetWMState
16228         * fvwm/events.c (HandleFocusIn):
16229         (HandlePropertyNotify):
16230         (HandleClientMessage):
16231         (HandleMapRequestKeepRaised):
16232         (HandleUnmapNotify):
16233         EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16234         icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16235         EWMH_SetClientList
16237         * fvwm/icons.c (GetIcon):
16238         * fvwm/icons.h:
16239         (CreateIconWindow):
16240         (ChangeIconPixmap):
16241         * fvwm/events.c (HandlePropertyNotify):
16242         New function GetIcon taken from CreateIconWindow which choose
16243         the icon, there is a new case for EWMH icons. New function
16244         ChangeIconPixmap taken from events.c.
16245         The two new functions are called from ewmh_icon.c (and icons.c).
16247         * fvwm/move_resize.c (handle_stick):
16248         (CMD_Maximize):
16249         (handle_stick):
16250         EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16252         * libs/Picture.h:
16253         * libs/Picture.c (LoadPictureFromPixmap):
16254         (CachePictureFromPixmap):
16255         New functions for loading a picture from a pixmap. Nothing is cached
16256         but this simplify the MiniIcon code.
16258         * fvwm/placement.c (PlaceWindow):
16259         EWMH_GetWorkAreaIntersection
16261         * fvwm/screen.h (Scr):
16262         Added the working area, the dynamic working area and the ewmh
16263         Desktop window.
16265         * fvwm/stack.c (restack_windows):
16266         (CMD_Layer):
16267         EWMH_SetClientListStacking, EWMH_SetWMState
16269         * fvwm/style.c (check_window_style_change):
16270         * fvwm/update.c (apply_window_updates):
16271         * fvwm/update.h:
16272         Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16273         This code is ifdefed.
16275         * fvwm/style.c (lookup_style):
16276         EWMH_GetStyle
16278         * fvwm/virctual.c (goto_desk):
16279         (CMD_GotoDeskAndPage):
16280         (do_move_window_to_desk):
16281         EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16283 2001-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16285         * fvwm/update.c (apply_window_updates):
16286         * fvwm/gnome.c (GNOME_GetStyle):
16287         * fvwm/style.c (lookup_style):
16288         (check_window_style_change):
16289         * fvwm/add_window.c (setup_style_and_decor):
16290         fixed GnomeIgnoreHints style for some of the gnome hints
16292         * fvwm/fvwm.c (StartupStuff):
16293         Tried to fix font size problem
16295         * fvwm/placement.c (PlaceWindow):
16296         suppress an X error
16298         * fvwm/move_resize.c (moveLoop):
16299         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16300         * fvwm/misc.c (Keyboard_shortcuts):
16301         modified keyboard shortcut functions so that it is possible to move
16302         windows with the keyboard even if the border is hit.  does not work
16303         very nicely with paging
16305         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16306         performance enhancement
16308         * fvwm/events.c (HandleButtonPress):
16309         fixed (?) some problem with passing the raise click in ctf to the app
16311         * fvwm/add_window.c (Reborder):
16312         * fvwm/virtual.c (MoveViewport):
16313         (MapDesk):
16314         (UnmapDesk):
16315         * fvwm/session.c (SaveWindowStates):
16316         * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16317         don't access stack_next and stack_prev directly but use the access
16318         functions from stack.h
16320         * fvwm/stack.c (remove_window_from_stack_ring):
16321         (add_window_to_stack_ring_after):
16322         safety patch
16324         * fvwm/add_window.c (adjust_fvwm_internal_windows):
16325         (destroy_window):
16326         when a window becomes scheduled for destruction, remove all traces of it
16327         from the fvwm internal variable so its not accessed accidentally when
16328         its fields are no longer valid
16330 2001-11-05  Mikhael Goikhman  <migo@homemail.com>
16332         * fvwm/borders.c:
16333         fixed compilation of I18N_MB
16335 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16337         * AUTHORS:
16338         * NEWS:
16339         * acconfig.h:
16340         * configure.in:
16341         * fvwm/borders.c:
16342         * fvwm/builtins.c:
16343         * fvwm/fvwm2.1:
16344         * fvwm/screen.h:
16345         exclude the TitleStyle MultiPixmap feature (only) before forking
16346         ...
16347         and restore it after that
16349         * NEWS:
16350         * configure.in:
16351         change version string to 2.5.0
16353         * NEWS:
16354         added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16355         added a link to the stable version 2.4.4 (not released yet)
16357 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16359         * NEWS:
16360         * configure.in:
16361         change version string to 2.4.4 before forking
16363         * make_fvwmdist.sh:
16364         strip end of line from date (adjust for a new length)
16366 2001-10-29  olicha  <olivier.chapuis@free.fr>
16368         * fvwm/screen.h (DecorFaceStyle):
16369         Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16370         so that Solid colors work again
16372 2001-10-28  olicha  <olivier.chapuis@free.fr>
16374         * fvwm/module_interface.c (skipModuleAliasToken):
16375         Allows '/' as alias character
16377         * NEWS
16378         Script news
16380 2001-10-27  Mikhael Goikhman  <migo@homemail.com>
16382         * configure.in:
16383         * acconfig.h:
16384         * NEWS:
16385         added --disable-multipixmap-titles for the Suzanne's patch,
16386         the default is enable
16388         * fvwm/fvwm2.1:
16389         some formatting fixes in TitleStyle entry
16391 2001-10-27  Suzanne Britton  <tril@igs.net>
16393         * config.h.in: Added FANCY_TITLEBARS option, off by default
16395         * fvwm/fvwm2.1:
16396         Added info on TitleStyle MultiPixmap
16398         * fvwm/screen.h:
16399         [All changes #ifdeffed FANCY_TITLEBARS]
16400         Added TITLE_PADDING define for fancy titlebar rendering
16401         Added tb_pixmap_enum
16402         Added MultiPixmap to DecorFaceType enum
16403         Added Picture **multi_pixmaps and short multi_stretch_flags
16404         to DecorFace structure
16406         * fvwm/borders.c:
16407         [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16408         (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16409         (RenderIntoWindow): [new]
16410         (DrawMultiPixmapTitlebar): [new]
16411         (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16412         instead of always sending 1
16413         (RedrawTitle):
16414         Call DrawFancyTitlebar for MultiPixmap style
16415         Skip DrawString calls for MultiPixmap style (title is drawn inside
16416         DrawMultiPixmapTitlebar)
16418         * fvwm/builtins.c:
16419         [All changes #ifdeffed FANCY_TITLEBARS]
16420         (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16421         (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16422         (ReadMultiPixmapDecor): [new]
16424 2001-10-26  Dan Espen  <dane@mk.telcordia.com>
16426         * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16427         buttons can activate on press or release, special pointer during grab,
16428         arrow key command recall.
16430 2001-10-24  Mikhael Goikhman  <migo@homemail.com>
16432         * fvwm/bindings.c (ParseBinding):
16433         * fvwm/bindings.h:
16434         * fvwm/fvwm2.1:
16435         binding commands now do not print error messages with Silent
16437         * fvwm/ConfigFvwmDefaults:
16438         * NEWS:
16439         don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16440         use Silent before Key Help
16442         * fvwm/add_window.c:
16443         changed the broken size hints message to notify the owner
16445         * docs/fvwm.lsm.in:
16446         small changes
16448 2001-10-19  olicha  <olivier.chapuis@free.fr>
16450         * NEWS:
16451         Some FvwmScript news
16453 2001-10-16  olicha  <olivier.chapuis@free.fr>
16455         * NEWS:
16456         Some FvwmScript news
16458 2001-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16460         * fvwm/bindings.c (activate_binding):
16461         * libs/Bindings.c (GrabWindowKeyOrButton):
16462         activate mouse/stroke bindings immediately
16464         * fvwm/events.c (HandleButtonPress):
16465         it is possible to bind actions to the 'ClickToFocus' click
16467 2001-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16469         * fvwm/virtual.c (HandlePaging):
16470         allow paging during move/resize when pressing keys
16472         * libs/XResource.c (MergeCmdLineResources):
16473         possible core dump fix
16475         * fvwm/add_window.c (setup_window_placement):
16476         fixed core dump
16478         * libs/Bindings.c (AddBinding):
16479         another attempt at cleaning up bindings with "Shift"
16481 2001-10-13  olicha  <olivier.chapuis@free.fr>
16483         * NEWS
16484         FvwmScript news
16486 2001-10-10  Mikhael Goikhman  <migo@homemail.com>
16488         * move_resize.c:
16489         * fvwm/fvwm2.1:
16490         OpaqueMoveSize now accepts "unlimited" or negative argument.
16492 2001-10-09  Mikhael Goikhman  <migo@homemail.com>
16494         * fvwm/fvwm2.1:
16495         added missing "!"
16497 2001-10-08  Dan Espen  <dane@mk.telcordia.com>
16499         * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16501         * libs/fvwmlib.h:
16502         * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16504         * fvwm/cursor.c: Extract cursor validation routine to become a libs
16505         routine.
16507 2001-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16509         * NEWS, configure.in:
16510         changed version to 2.5.0
16512 2001-10-08  olicha  <olivier.chapuis@free.fr>
16514         * fvwm/borders.c (RedrawTitle):
16515         Fixed drawing of leftJustified stippled title and suppress warnings
16516         in RelieveRectangle w/ RightJustified stippled title
16518 2001-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16520         * fvwm/virtual.c (CMD_XineramaSlsSize):
16521         fixed ABR
16523 2001-10-03  olicha  <olivier.chapuis@free.fr>
16525         * fvwm/style.c (CMD_Style):
16526         * fvwm/fvwm2.1
16527         Added the possibility to add an Xinerama screen to the 4 numerics
16528         Iconbox format
16530 2001-10-03  olicha  <olivier.chapuis@free.fr>
16532         * fvwm/icons.c (AutoPlaceIcon):
16533         Fixed a core dump with @c and fixed icon placement if the icon should
16534         not be on the current page
16536 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16538         * fvwm/icons.c (AutoPlaceIcon):
16539         * libs/FScreen.c (FScreenParseScreenBit):
16540         added 'w' screen specifier for icon boxes
16542         * fvwm/icons.c (AutoPlaceIcon):
16543         fixed placement of icons in icon boxes on different screen
16545         * fvwm/menus.c (get_menu_options):
16546         reduced code duplication
16548 2001-10-02  olicha  <olivier.chapuis@free.fr>
16550         * fvwm/menus.c (get_menu_options):
16551         fixed Xinerama placement of menu with empty but not null position hints
16553 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16555         * fvwm/borders.c (RedrawTitle):
16556         * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16557         suppress a warning in RelieveRectangle w/ small sticky windows
16559 2001-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16561         * fvwm/menus.c (get_menu_options):
16562         A 'rectangle' context rectangle for menus honours the '@screen' bit
16564         * fvwm/move_resize.c (DisplayPosition):
16565         coordinates of a window are show in relation to the screen, not the page
16567         * libs/FScreen.c (FScreenTranslateCoordinates):
16568         * fvwm/placement.c (PlaceWindow):
16569         * fvwm/add_window.c (setup_window_placement):
16570         Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16571         rewrote the library functionality to better match the rest of the
16572         interface
16574         * fvwm/builtins.c (DestroyFvwmDecor):
16575         removed useless code
16577         * fvwm/icons.c (DrawIconWindow):
16578         fixed race condition w/ expanding/collapsing icon titles
16580         * fvwm/windowlist.c (CMD_WindowList):
16581         fixed Xinerama placement of window list when called without options
16583 2001-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16585         * libs/FScreen.c (FScreenSLSOnOff):
16586         fixed core dump when calling XineramaSls before XineramaSlsSize
16588         * configure.in:
16589         changed to 2.4.3
16591         * libs/FShape.h (FHaveShapeExtension):
16592         set macro to 1 when compiling w/ shape extension
16594 2001-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16596         * libs/Bindings.c (AddBinding):
16597         * fvwm/bindings.c (ParseBinding):
16598         print a warning if a key with the given name does not exist
16599         if there is an upper and a lower case version of the same key name,
16600         always bind to the lower case version; this is problematic if the upper
16601         case version is tied to a key without a modifier and the lower case
16602         version is tied to the same key, but with a modifier (or both are tied
16603         to different keys). I hope this good enough.
16605         * libs/Bindings.c (FreeBindingList):
16606         (MatchBindingExactly):
16607         (CollectBindingList):
16608         fixed some problems overriding keys
16609         reduced duplication of logic
16611 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16613         * NEWS, configure.in:
16614         changed version to 2.5.0
16616 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16618         * configure.in:
16619         changed version to 2.4.2
16621 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16623         * libs/Colorset.c:
16624         (SetWindowBackground):
16625         (SetRectangleBackground):
16626         * fvwm/builtins.c (CMD_WindowShade):
16627         * fvwm/add_window.c:
16628         (setup_style_and_decor):
16629         * fvwm/icons.c:
16630         (CreateIconWindow):
16631         (GetXPMFile):
16632         (GetIconWindow):
16633         (GetIconBitmap):
16634         * fvwm/events.c:
16635         (HandleConfigureRequest):
16636         (HandleShapeNotify):
16637         (InitEventHandlerJumpTable):
16638         * fvwm/borders.c (struct):
16639         (SetupFrame):
16640         (SetShape):
16641         * fvwm/decorations.c (SelectDecor):
16642         * fvwm/fvwm.c:
16643         (main):
16644         (setVersionInfo):
16645         * fvwm/externs.h:
16646         * fvwm/fvwm.h (FvwmWindow):
16647         * libs/FShape.h:
16648         * libs/FShape.c:
16649         moved shape support to library; its no longer necessary to
16650         '#ifdef SHAPE' any code
16652         * fvwm/borders.c (RedrawButtons):
16653         (RedrawTitle):
16654         fixed top border hilight drawing of title buttons
16656         * libs/Graphics.c (do_relieve_rectangle):
16657         (RelieveRectangle):
16658         (RelieveRectangle2):
16659         allow alternate shading for title buttons
16661 2001-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16663         **/*.1:
16664         Applied man page patch by Dmitry Yu. Bolkhovityanov:
16665         Add a formal description of how fvwm maintains module's configs
16666         Change manpages of individual modules to refer to fvwm2(1) for
16667         details about specifying configuration
16669         * fvwm/add_window.c (setup_window_placement):
16670         desk and page can now really be given as X resources a la
16671           xterm.desk: 1
16673         * libs/XResource.c (GetResourceString):
16674         resource -> lower case, class -> upper case
16675         changed signature
16677         * configure.in:
16678         changed version to 2.5.0
16680         * Makefile.am (distcheck2):
16681         build distcheck before dist2; save a few seconds if the build fails
16683         * libs/alloca.c:
16684         * libs/ClientMsg.c:
16685         * libs/envvar.c:
16686         * libs/Event.c:
16687         * libs/fvwmrect.c:
16688         * libs/gethostname.c:
16689         * libs/Grab.c:
16690         * libs/Pointer.c:
16691         * libs/safemalloc.c:
16692         * libs/strcasecmp.c:
16693         * libs/strdup.c:
16694         * libs/strerror.c:
16695         * libs/strncasecmp.c:
16696         * libs/usleep.c:
16697         * libs/wild.c:
16698         * libs/WinMagic.c:
16699         * libs/XError.c:
16700         * libs/Graphics.c:
16701         include config.h
16703         * configure.in:
16704         changed version to 2.4.1 again
16706 2001-09-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16708         * libs/Bindings.c (FvwmStringToKeysym):
16709         try both cases of the first letter of a key name
16711         * fvwm/ConfigFvwmDefaults:
16712         * fvwm/windowlist.c (winCompareReverse):
16713         (CMD_WindowList):
16714         new WindowList option ReverseOrder; use the new option in the default
16715         Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
16716         cycle through the whole window list. The old behaviour only toggled
16717         between two windows. Also, a simple Alt-Tab can be used to switch to
16718         the next window instead of Alt-Tab-Tab.
16720         * libs/FScreen.c (FScreenInit):
16721         fixed a Xinerama crash
16723         * configure.in:
16724         print a verbose error message and exit if X11 headers and libraries
16725         are not found
16727 2001-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16729         * fvwm/fvwm.c (main):
16730         * libs/FShape.c:
16731         * libs/FShape.h:
16732         new library for X shape encapsulation
16734         * fvwm/builtins.c (CMD_WindowShade):
16735         * fvwm/borders.c (SetupFrame):
16736         fixed shading of windows without title and border
16737         fixed shading of shaped windows; fixes bug #732
16739         * fvwm/builtins.c (CMD_SetEnv):
16740         calling SetEnv without a value is the same as UnsetEnv
16742 2001-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16744         * fvwm/events.c (HandleReparentNotify):
16745         fixed vanishing windows in rapid map/unmap cycles; bug #770
16747         * fvwm/add_window.c (hide_screen):
16748         fixed possible BadWindow error
16750 2001-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16752         * fvwm/virtual.c (MoveViewport):
16753         (goto_desk):
16754         (CMD_GotoDeskAndPage):
16755         (CMD_GotoPage):
16756         GotoDeskAndPage records its own history of last visited desk/page
16758         * libs/FScreen.c (FScreenInit):
16759         fixed a memory allocation bug pointed out by Giuseppe Della Ricca
16761 2001-09-05  olicha  <olivier.chapuis@free.fr>
16763         * fvwm/session.c (MatchWinToSM):
16764         * fvwm/add_window.c (setup_window_structure):
16765         * fvwm/move_resize.c (moveLoop):
16766         Fixed PlacedByButton3 condition
16768 2001-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16770         * libs/FScreen.c:
16771         * fvwm/functions.c (func_config):
16772         * fvwm/module_interface.c (broadcast_xinerama_state):
16773         * fvwm/virtual.c (CMD_Xinerama):
16774         (CMD_XineramaPrimaryScreen):
16775         (CMD_XineramaSls):
16776         (CMD_XineramaSlsSize):
16777         added sls support
16778         split Xinerama command into Xinerama, XineramaPrimaryScreen,
16779         XineramaSls and XineramaSlsSize
16780         restructured parts of the FScreen code
16782         * fvwm/functions.c (func_config):
16783         new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
16785         * libs/Graphics.c (RelieveRectangle):
16786         allow calling the function with w == 0 or h == 0 without a message
16788         * fvwm/window_flags.h (SET_STYLE_DELETED):
16789         * fvwm/style.c (CMD_DestroyStyle):
16790         (check_window_style_change):
16791         * fvwm/fvwm.h (window_style):
16792         update windows when a style is deleted
16794         * configure.in:
16795         fixed xpm detection problem caused by wrong library order
16797 2001-09-05  olicha  <olivier.chapuis@free.fr>
16799         * NEWS: PlacedByFvwm
16801 2001-09-04  Dan Espen  <dane@mk.telcordia.com>
16803         * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
16805 2001-09-04  olicha  <olivier.chapuis@free.fr>
16807         * fvwm/fvwm.h:
16808         * fvwm/windows_flags.h:
16809         * fvwm/placement.c (PlaceWindow):
16810         * fvwm/add_window.c (setup_window_structure):
16811         * fvwm/conditional.c (CreateConditionMask):
16812         * fvwm/session.c (get_version_string):
16813         (MatchWinToSM):
16814         * fvwm/fvwm2.1:
16815         Added a new windows_flags is_placed_by_fvwm and a new condition
16816         PlacedByFvwm
16818 2001-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16820         * fvwm/focus.c (focus_grab_buttons):
16821         (MoveFocus):
16822         disabled xt/double click patch for now
16824 2001-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16826         * libs/Graphics.c (RelieveRectangle):
16827         print a warning if one of the dimensions is <= 0
16829         * fvwm/placement.c (PlaceWindow):
16830         take care of windows that have both, PPosition and USPosition set
16831         take care of transient windows that have neither PPosition nor
16832         USPosition set
16834 2001-09-01  olicha  <olivier.chapuis@free.fr>
16836         * libs/FScreen.c (FScreenInit):
16837         Fixed the position of the xinerama emulation delimiters
16839 2001-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16841         * fvwm/fvwm2.1:
16842         Xinerama introduction
16844         * fvwm/icons.c (AutoPlaceIcon):
16845         try to place icons of screen with the window center, and if that fails
16846         on any screen
16848         * libs/FScreen.c (FScreenGetScrRect):
16849         performance improvement for non-xinerama systems
16851         * fvwm/update.c (apply_window_updates):
16852         (flush_window_updates):
16853         update icon boxes and icon position when xinerama layout changes
16855         * fvwm/icons.c (AutoPlaceIcon):
16856         limit placement of icons using no icon box to screen boundaries
16857         adapt icon boxes to xinerama layout whenever used
16859         * fvwm/placement.c (PlaceWindow):
16860         * fvwm/style.c (CMD_Style):
16861         (check_window_style_change):
16862         * fvwm/style.h (SUSE_NO_USPOSITION):
16863         (SUSE_NO_TRANSIENT_PPOSITION):
16864         (SUSE_NO_TRANSIENT_USPOSITION):
16865         * fvwm/fvwm.h (struct):
16866         implemented new styles NoUSPosition/UseUSPosition,
16867         NoTransientPPosition/UseTransientPPosition,
16868         NoTransientUSPosition/UseTransientUSPosition.
16869         These work exactly like NoPPosition/UsePPosition.
16870         Transient windows ignore the window position if neither the PPosition
16871         nor the USPosition hint is set.
16873 2001-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16875         * fvwm/focus.c (restore_focus_after_unmap):
16876         fixed a bug transfering the focus when a window was iconified
16878 2001-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16880         * fvwm/conditional.c (MatchesConditionMask):
16881         * fvwm/move_resize.c (position_geometry_window):
16882         * fvwm/placement.c (PlaceWindow):
16883         * fvwm/menus.c (pop_menu_up):
16884         * fvwm/move_resize.c (move_window_doit):
16885         * fvwm/icons.c (do_all_iconboxes):
16886         * fvwm/placement.c (PlaceWindow):
16887         * fvwm/menus.c (update_menu):
16888         adapted to new FScreen... signatures
16890         * libs/FScreen.c (FScreenClipToScreen):
16891         (FScreenGetScrCenterCenter):
16892         (FScreenCenterCurrent):
16893         (FScreenCenterPrimary):
16894         (FScreenGetCurrent00):
16895         (FScreenGetGlobalScrRect):
16896         (FScreenGetPrimaryScrRect):
16897         (FScreenGetScrRect):
16898         (FScreenIsRectangleOnScreen):
16899         unified all the FSCreen... functions using a common signature, removed
16900         most old functions
16902         * fvwm/style.c (CMD_Style):
16903         init icon box screen
16905         * fvwm/move_resize.c (move_window_doit):
16906         (CMD_Maximize):
16907         * libs/Makefile.am:
16908         * libs/XineramaSupport.c:
16909         * libs/XineramaSupport.h:
16910         * libs/FScreen.c:
16911         exported and renamed screen defines
16913         * libs/FScreen.h:
16914         renamed files
16916         * fvwm/virtual.c:
16917         * fvwm/style.c:
16918         * fvwm/placement.c:
16919         * fvwm/move_resize.c:
16920         * fvwm/module_interface.c:
16921         * fvwm/modconf.c:
16922         * fvwm/menus.c:
16923         * fvwm/icons.c:
16924         * fvwm/fvwm.c:
16925         * fvwm/conditional.c:
16926         * libs/XineramaSupport.c:
16927         renamed all XineramaSupport...() functions to FScreen...()
16929         * fvwm/style.c (CMD_Style):
16930         -Wall fix
16932 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
16934         * fvwm/style.c (CMD_Style):
16935         * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
16936         using geometry spec.
16938 2001-08-25  Mikhael Goikhman  <migo@homemail.com>
16940         * libs/Strings.c:
16941         * libs/Strings.h:
16942         new function QuoteString() to add and escape single quotes to strings
16944         * fvwm/menus.c (MenuInteraction):
16945         quote both missing function name and menu name for
16946         MissingSubmenuFunction
16948         * fvwm/functions.c (expand):
16949         use QuoteString()
16951 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
16953         * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
16955 2001-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16957         * fvwm/cursor.c (CMD_CursorStyle):
16958         * fvwm/icons.c (GetXPMFile):
16959         * libs/Colorset.c (SetWindowBackground):
16960         -Wall fixes
16962         * libs/Bindings.c (AddBinding):
16963         tired to help with problem binding keys that have a keycode with no
16964         modifiers and another keycode with some modifiers pressed, e.g.
16965         kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
16966         F1 generating the actioon bound to F11 sometimes
16968         * fvwm/focus.c (focus_grab_buttons):
16969         -Wall fix
16971 2001-08-23  Dan Espen  <dane@mk.telcordia.com>
16973         * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
16975 2001-08-20  Bob Woodside  <proteus@pcnet.com>
16977         * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
16978         grab synchronization so apps using XtTranslations to catch double-
16979         clicks don't get confused by extraneous Leave/EnterNotify events.
16980         This fixes the "xfm/moxfm don't see double-clicks" problem.
16982 2001-08-20  Dan Espen  <dane@mk.telcordia.com>
16984         * fvwm/icons.c (AutoPlaceIcon): Fix bug.
16986 2001-08-19  Dan Espen  <dane@mk.telcordia.com>
16988         * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
16989         placed.
16991         * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
16992         until later when the window is actually placed.
16994         * fvwm/fvwm.h (icon_boxes_struct):  Save  sign  for later  screen
16995         position calculation.
16997 2001-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16999         * fvwm/update.c (flush_window_updates):
17000         * fvwm/screen.h (ScreenInfo):
17001         * fvwm/virtual.c (CMD_Xinerama):
17003         * fvwm/move_resize.c (CMD_Maximize):
17004         * fvwm/placement.c (PlaceWindow):
17005         * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17006         renamed function
17008         * fvwm/fvwm2.1:
17009         describe new maximize options
17011         * fvwm/move_resize.c (MaximizeWidth):
17012         (MaximizeHeight):
17013         (CMD_Maximize):
17014         applied Dmitry's Xinerama patch for Maximize command
17015         replaced "global" and "absolute" with "screen" which is more flexible
17017 2001-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17019         * libs/Parse.c (SkipQuote):
17020         fixed a bug in handling of caller specified quote pairs
17022         * fvwm/move_resize.c (CMD_Maximize):
17023         keep window on correct page when viewport does not start on a page
17024         boundary
17026         * libs/XError.c (error_name):
17027         (request_name):
17028         fixed core dump in error handling
17030 2001-08-15  Mikhael Goikhman  <migo@homemail.com>
17032         * configure.in:
17033         * acinclude.m4:
17034         * INSTALL:
17035         * INSTALL.fvwm:
17036         renamed --disable-gnome to --disable-gnome-hints;
17037         documented configure options --with-gnome*;
17038         small improvements in documentation;
17039         use underscore in version instead of dash that causes rpm problems
17041 2001-08-14  Mikhael Goikhman  <migo@homemail.com>
17043         * libs/Makefile.am:
17044         added fvwmrect.h to dist
17046 2001-08-14  Dan Espen  <dane@mk.telcordia.com>
17048         * libs/XineramaSupport.c: Disable debug printing.
17050 2001-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17052         * libs/defaults.h (DEFAULT_MENU_STYLE):
17053         reset colour sets in default menu style too
17055 2001-08-13  Mikhael Goikhman  <migo@homemail.com>
17057         * builtins.c:
17058         * events.c:
17059         completed the libstroke-0.5 compatibility fix
17061 2001-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17063         * fvwm/move_resize.c (draw_move_resize_grid):
17064         fixed drawing of resize grid when invoked from button or key press
17066         * fvwm/placement.c (PlaceWindow):
17067         rewrote a condition to improve readability
17068         fixed StartsOn... w/ SkipMapping
17070 2001-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17072         * fvwm/session.c (MatchWinToSM):
17073         (LoadWindowStates):
17074         (SaveWindowStates):
17075         * fvwm/move_resize.c (CMD_Resize):
17076         * fvwm/events.c (HandlePropertyNotify):
17077         (HandleConfigureRequest):
17078         * fvwm/move_resize.c (CMD_ResizeMove):
17079         (CMD_Maximize):
17080         (CMD_Resize):
17081         * fvwm/update.c (apply_window_updates):
17082         * fvwm/add_window.c (AddWindow):
17083         * fvwm/geometry.c (constrain_size):
17084         (gravity_constrain_size):
17085         the Resize command honors the window gravity
17086         changing the size increment of maximized windows no longer shrinks the
17087         window
17089         * fvwm/icons.c:
17090         keep expanded icon titles on screen
17092 2001-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17094         * fvwm/icons.c (do_all_iconboxes):
17095         default icon box fills the primary screen
17097         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17098         fixed default_screen argument
17100         * fvwm/style.c (merge_styles):
17101         * fvwm/fvwm.h (window_style):
17102         * fvwm/style.h (SSET_START_SCREEN):
17103         * fvwm/add_window.c (setup_window_placement):
17104         * fvwm/placement.c (PlaceWindow):
17105         (CMD_PlaceAgain):
17106         implemented StartsOnScreen style
17108         * fvwm/placement.c (PlaceWindow):
17109         (test_fit):
17110         (get_next_x):
17111         (get_next_y):
17112         (CleverPlacement):
17113         (SmartPlacement):
17114         Place new windows on xinerama screens
17116         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17117         fixed core dump in debug output
17119 2001-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17121         * fvwm/placement.c:
17122         removed unused variable
17124 2001-08-07  olicha  <olivier.chapuis@free.fr>
17126         * NEWS:
17127         FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17129 2001-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17131         * fvwm/virtual.c (CMD_Xinerama):
17132         replaced XineramaEnable and ...Disable with XineramaCommand
17134         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17135         (XineramaSupportGetScreenArgument):
17136         new functions
17138         * fvwm/functions.c (func_config):
17139         * fvwm/move_resize.c (move_window_doit):
17140         (CMD_Move):
17141         (CMD_AnimatedMove):
17142         (CMD_MoveToPage):
17143         (CMD_MoveToScreen):
17144         (handle_stick):
17145         added new command MoveToScreen
17147 2001-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17149         * libs/fvwmrect.c:
17150         * libs/fvwmrect.h:
17151         new library files
17153         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17154         fixed parsing of negative geometries
17155         (XineramaSupportParseGeometryWithScreen):
17156         made global
17157         (XineramaSupportGetNumberedScreenRect):
17158         new function
17160         * sample.fvwmrc/system.fvwm2rc:
17161         * sample.fvwmrc/new-features:
17162         * sample.fvwmrc/system.fvwm2rc-sample-95:
17163         * sample.fvwmrc/system.fvwm2rc-sample-2:
17164         * sample.fvwmrc/system.fvwm2rc-sample-1:
17165         * fvwm/fvwm2.1:
17166         updated for new condition
17168         * fvwm/conditional.c (CreateConditionMask):
17169         (MatchesConditionMask):
17170         * fvwm/fvwm.h (WindowConditionMask):
17171         implemented new condition AcceptsFocus to cope with applications like
17172         xclock that have circulatehit but don't take focus
17174 2001-08-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17176         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17177         handle Xinerama screens
17179         * fvwm/style.c (CMD_Style):
17180         * fvwm/menus.c (get_menu_options):
17181         cope with Xinerama like geometries with screen info
17183         * fvwm/virtual.c (CMD_XineramaEnable):
17184         XineramaEnable optionally takes the number of the primary screen as its
17185         argument
17187         * fvwm/events.c (GetContext):
17188         reindented code
17190         * fvwm/virtual.c (HandlePaging):
17191         * fvwm/events.c (HandleButtonPress):
17192         * fvwm/events.h (XEVMASK_PANFW):
17193         fixed button and key event handling over pan frames; fixes bug #752
17195         * fvwm/menus.c (get_menu_options):
17196         fixed Xinerama placement of menus without options
17198 2001-08-01  Mikhael Goikhman  <migo@homemail.com>
17200         * NEWS:
17201         * fvwm/borders.c:
17202         * fvwm/builtins.c:
17203         * fvwm/fvwm.c:
17204         * fvwm/screen.h:
17205         Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17206         In addition to the existing: @0 is shadow color, @1 is hilight color.
17208         * fvwm/fvwm2.1:
17209         Added the formal description of Vector that was absent.
17211 2001-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17213         * fvwm/fvwm2.1:
17214         some man page corrections
17216 2001-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17218         * fvwm/move_resize.c (handle_stick):
17219         also redraw buttons when a window becomes sticky/slippery to make sure
17220         that MWMDecorStick buttons are updated too; fixes bug #749
17222 2001-07-30  Mikhael Goikhman  <migo@homemail.com>
17224         * NEWS:
17225         documented previous changes
17227         * configure.in:
17228         improved output spacing
17230         * fvwm/fvwm2.1:
17231         minor typo
17233 2001-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17235         * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17236         * fvwm/modconf.c (send_xinerama_state):
17237         * fvwm/module_interface.c (broadcast_xinerama_state):
17238         * libs/defaults.h:
17239         revised module support for Xinerama
17241         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17242         (XineramaSupportParseGeometry):
17243         (XineramaSupportGetGeometry):
17244         make interface compatible with XineramaSupportParseGeometry().
17245         (XineramaSupportGetPrimaryScreen):
17246         new function
17248         * fvwm/stack.c (raise_over_unmanaged):
17249         fixed restacking of windows with RaiseOverUnmanaged - windows were
17250         raised in reverse order so that the top window became the bottom
17251         window of the ones that were raised
17252         also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17253         these are invisible
17255 2001-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17257         * sample.fvwmrc/system.fvwm2rc-sample-95:
17258         fixed syntax of BugOpts command
17260         * fvwm/ConfigFvwmDefaults:
17261         resize window when clicking on the sides of the window by default
17262         instead of moving it
17264         * fvwm/events.c (HandleEnterNotify):
17265         do not delete MouseFocus when pointer moves from one particular sub
17266         window of a frame to another one.  Helps with xv/xmms vs unclutter
17267         interaction and also with MouseFocus vs. Open Look applications
17269         * fvwm/move_resize.c (DoSnapAttract):
17270         * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17271         fixed snapping to Xinerama screen edges
17272         (XineramaSupportIsEnabled):
17273         return False is the X server provides only a single screen
17275         * fvwm/fvwm2.1:
17276         Added descriptions of conditions CurrentDesk, CurrentPage,
17277         CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17278         CurrentGlobalPageAnyDesk
17280         * fvwm/fvwm.h (rectangle):
17281         (position):
17282         typedefs moved to libs/fvwmlib.h
17284         * fvwm/conditional.c (MatchesConditionMask):
17285         * fvwm/fvwm.h (WindowConditionMask):
17286         * fvwm/conditional.c:
17287         introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17288         for Xinerama support
17290         * fvwm/modconf.c (CMD_Send_ConfigInfo):
17291         (send_xinerama_state):
17292         * fvwm/module_interface.c (broadcast_xinerama_state):
17293         * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17294         * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17295         communicate xinerama state at module startup
17297 2001-07-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17299         * libs/XineramaSupport.c:
17300         next Xinerama patch
17302 2001-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17304         * fvwm/move_resize.c (moveLoop):
17305         windows were lost off screen w/ non opaque interactive move when motion
17306         was aborted with Escape on a different page that it was started
17308         * fvwm/move_resize.c (position_geometry_window):
17309         (DisplayPosition):
17310         (DisplaySize):
17311         (InteractiveMove):
17312         (CMD_Resize):
17313         (moveLoop):
17314         (CMD_Resize):
17315         (DoResize):
17316         * libs/XineramaSupport.c (GetMouseXY):
17317         (XineramaSupportCenterCurrent):
17318         (XineramaSupportGetCurrent00):
17319         (XineramaSupportGetCurrentScrRect):
17320         allow to pass in an event with the pointer position
17321         minimize number of XQueryPointer calls in interactive move/resize
17323         * libs/defaults.h:
17324         * fvwm/move_resize.c (resize_geometry_window):
17325         (DisplayPosition):
17326         (DisplaySize):
17327         border width of geometry window moved to defaults.h
17328         moved strings for size window formatting to defaults.h
17329         reworked calculations of geometry window dimensions
17331         * fvwm/move_resize.c (resize_geometry_window):
17332         (position_geometry_window):
17333         (DisplaySize):
17334         (InteractiveMove):
17335         (CMD_Resize):
17336         * fvwm/builtins.c (ApplyDefaultFontAndColors):
17337         * fvwm/fvwm.c (main):
17338         funtions ResizeSizeWindow and PositionSizeWindow renamed to
17339         resize_geometry_window and position_geometry_window
17341         * fvwm/fvwm.c (main):
17342         fixed resizing geometry window before creating it
17344         * fvwm/move_resize.c (switch_move_resize_grid):
17345         (MoveOutline):
17346         * fvwm/virtual.c (HandlePaging):
17347         renamed MoveOutline to draw_move_resize_grid and made static
17348         new function switch_move_resize_grid for external calls
17349         delete grid before moving the geometry window to get rid of arifacts of
17350         the grid
17352 2001-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17354         * libs/XineramaSupport.c (XineramaSupportInit):
17355         make the blank area in Xinerama emulation usable again
17357 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17359         * fvwm/menus.c (update_menu):
17360         (pop_menu_up):
17361         (make_menu):
17362         (calculate_item_sizes):
17363         (size_menu_horizontally):
17364         (size_menu_vertically):
17365         menus are resized to fit their Xinerama screen every time they are
17366         popped up and the screen size has changed
17368 2001-07-23  olicha  <olivier.chapuis@free.fr>
17370         * libs/XineramaSupport.c (XineramaSupportInit):
17371         Draw the xinerama simulation screens with orr windows
17373 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17375         * fvwm/windowlist.c (CMD_WindowList):
17376         fixed windowlist placement w/ Xinerama
17378 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17380         * fvwm/menus.c (pop_menu_up):
17381         fixed calculations that force a menu on screen w/ Xinerama
17383         * fvwm/move_resize.c (DoSnapAttract):
17384         removed some code that slipped in with xinerama patch and broke
17385         vertical SnapAttraction
17387         * fvwm/virtual.c (CMD_EdgeResistance):
17388         removed debug code
17390         * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17391         take reference position src_x/src_y to determine screen
17393         * fvwm/windowlist.c (CMD_WindowList):
17394         * fvwm/menus.c (get_menu_options):
17395         (get_popup_options):
17396         (MenuInteraction):
17397         (pop_menu_up):
17398         handle Xinerama screens for positioning menus w/ posthints
17400         * fvwm/menus.c (get_menu_options):
17401         renamed function
17402         fix for icon/window context rectangle when window is in wrong state
17404 2001-07-22  Mikhael Goikhman  <migo@homemail.com>
17406         * configure.in:
17407         s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17408         compiled in; fixed linking by adding -lXinerama; small corrections
17410 2001-07-22  Dan Espen  <dane@mk.telcordia.com>
17412         * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17414 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17416         * libs/XineramaSupport.c (XineramaSupportInit):
17417         added xinerama emulation for developers
17419         * fvwm/virtual.c (CMD_XineramaEnable):
17420         (CMD_XineramaDisable):
17421         * fvwm/module_interface.c (BroadcastConfigInfoString):
17422         added function to communicate Xinerama on/off to modules
17424         * fvwm/module_interface.c:
17425         include time.h to fix warning
17426         * libs/XineramaSupport.c:
17427         * fvwm/fvwm.c (setVersionInfo):
17428         * fvwm/Makefile.am:
17429         * configure.in:
17430         * acconfig.h:
17431         cleanded up xinerama detection
17432         added shape detection
17434 2001-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17436         * fvwm/fvwm2.1:
17437         Added Xinerama introduction
17439         * fvwm/fvwm.c (setVersionInfo):
17440         print xinerama support
17442         * fvwm/conditional.c (CreateConditionMask):
17443         added CirculateHitShaded option for conditional commands that was
17444         described in the man page but not implemented
17446         * fvwm/fvwm.h (WindowConditionMask):
17447         removed unused flags
17449         * fvwm/conditional.c (MatchesConditionMask):
17450         fixed CirculateHitIcon option in conditional commands
17452         * fvwm/fvwm2.1:
17453         reformatted man page source to improve readability
17454         fixed some source formatting bugs
17456         * libs/XineramaSupport.c (GetMouseXY):
17457         don't poll the pointer if there is only one screen or if xinerama is
17458         turned off
17460         * fvwm/fvwm2.1:
17461         * fvwm/fvwm.c (main):
17462         removed -noxinerama option
17464         * fvwm/fvwm.c (main):
17465         size window is positioned and sized in move_resize.c
17467         * libs/XineramaSupport.c:
17468         reindented file
17470         * configure.in:
17471         print Xinerama support in configure summary
17473         * **/*:
17474         applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17476 2001-07-17  Mikhael Goikhman  <migo@homemail.com>
17478         * acconfig.h:
17479         * acinclude.m4:
17480         * configure.in:
17481         implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17482         define missing macros needed for old AIX keysymdef and old stroke.h
17484         * fvwm/bindings.c:
17485         * fvwm/menus.c:
17486         remove the previous compilation fixes, now handled by configure
17488 2001-07-15  Dan Espen  <dane@mk.telcordia.com>
17490         * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17492 2001-07-15  Mikhael Goikhman  <migo@homemail.com>
17494         * bindings.c:
17495         use libstroke-0.5 constant names while still supporting 0.3/0.4
17497         * menus.c:
17498         compiling fix for old AIX, which does not define XK_Page_Up/Down
17500         * module_interface.c:
17501         minor compiling fix for some proprietary preprocessors
17503 2001-07-10  Mikhael Goikhman  <migo@homemail.com>
17505         * fvwm/fvwm2.1:
17506         use more compatible and structured syntax in SYNOPSIS
17508 2001-07-06  Mikhael Goikhman  <migo@homemail.com>
17510         * acinclude.m4:
17511         Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17512         GDK_IMLIB_*.  This fixes "make FvwmGtk" on systems with bogus
17513         imlib-config.
17515 2001-07-05  Mikhael Goikhman  <migo@homemail.com>
17517         * configure.in:
17518         changed version to 2.4.1
17520         * acinclude.m4:
17521         small fix that should solve the problem with running autoconf
17522         (autoreconf is ok) from autoconf-2.50;
17523         applied a patch that adds gtk include dirs to gnome include dirs
17525 2001-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17527         * NEWS, configure.in:
17528         changed version to 2.4.0.1
17530         * *: fvwm 2.4 has been released :-))