* Updated for 2.5.28 release
[fvwm.git] / ChangeLog
blob47ff375283ceeee514cc7c309b08cd1bcc4f821d
1 2009-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3         * configure.ac:
4         * NEWS:
5         updated for 2.5.28 release
7 2009-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
9         * NEWS:
10         * fvwm/ewmh.c (ewmh_ChangeProperty):
11         only convert _NET_WM_ICON hint to long before storing
13 2009-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
15         * fvwm/builtins.c (CMD_BugOpts):
16         remove unused variables
18         * NEWS:
19         * fvwm/ewmh.c (ewmh_ChangeProperty):
20         fix storing of CARD32 arrays on 64 bit machines
22         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
23         prevent segmentation fault when reading a bad _NET_WM_ICON hint
25 2009-08-22      Thomas Adam <thomas.adam22@gmail.com>
26         * fvwm/geometry.c (__cs_handle_aspect_ratio):
27         Workaround gcc -O3, by declaring local vars as volatile.  This fixes an
28         otherwise continual loop when resizing windows when keeping aspect
29         ratio (c.f. mplayer.)
31 2009-08-20  Christoph Fritz <chris_honschu(at)gmx.de>
32         * configure.ac:
33         Fix typo in AS_HELP_STRING referring to enable-htmldoc
35 2009-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
37         * NEWS:
38         * fvwm/builtins.c (CMD_BugOpts):
39         Fix parsing of BugOpts options lists separated by ',', and
40         restoring to default value when the boolean option is omitted if
41         not inside a list.
43         * NEWS:
44         Change QT to Qt.
46         * NEWS:
47         * libs/Flocale.h:
48         * libs/Ficonv.h (FiconvSetTransliterateUtf8):
49         * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
50         (is_translit_supported, set_default_iconv_charsets)
51         (set_iconv_charset_index, FiconvUtf8ToCharset):
52         * fvwm/builtins.c (CMD_BugOpts):
53         Add TransliterateUtf8 bug opt for working around clients
54         which don't care about the WM_NAME value.
56 2009-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
58         * NEWS:
59         * fvwm/stack.c (BroadcastRestack):
60         Fix splitting or M_RESTACK packages causing weird window stacking
61         in modules when more than 83 windows are broadcast.
63 2009-08-04  Thomas Adam <thomas.adam22@gmail.com>
64         * configure.ac:
65         Remove dnl comments from configure.ac regarding malloc.h -- it's
66         self-explanatory anyway.
68 2009-08-03  Thomas Adam <thomas.adam22@gmail.com>
69         * configure.ac:
70         Most *BSD platforms are deprecating malloc.h in favout of stdlib.h -- this
71         never used to produce compiler warnings, but things are starting to become
72         more vocal, so don't use this in our ./configure script if we're compiling
73         FVWM on a *BSD system.
75 2009-07-31  Christoph Fritz <chris_honschu(at)gmx.de>
76     * fvwm/style.h:
77     * fvwm/fvwm.h:
78     * fvwm/add_window.c (setup_numeric_vals):
79     add "typedef struct snap_attraction_t"
80     * fvwm/style.c (style_parse_one_style_option):
81     add new SnapAttraction options "None", "ScreenWindows",
82     "ScreenIcons" and "ScreenAll"
83     * fvwm/move_resize.c (DoSnapAttract):
84     Bugfix, option SameType/Icons/Windows did falsely not affect
85     conditions of option "Screen" and option "SameType" snapped
86     falsely icons and windows together. Implement options
87     None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
88     screen edge snapping.
90 2009-07-10  Thomas Adam  <thomas.adam22@gmail.com>
91         * fvwm/add_window.c (setup_window_name_count):
92         * fvwm/add_window.c (setup_icon_name_count):
93         Deprecate these in favour of setup_name_count()
95         * fvwm/add_window.c (setup_name_count):
96         Amalgamate setup_window_name_count and setup_icon_name_count to just
97         one function (very similar code between them.)  Used with
98         IndexedWindowName and IndexedIconName.
100 2009-07-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
102         * NEWS:
103         Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
105         * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
106         (Frptp_async_putline):
107         Fix ANSI C compatibility.
109         * NEWS:
110         * fvwm/ewmh_names.c (EWMH_WMName):
111         set the HAS_EWMH_WM_NAME flag even if the window name on display
112         isn't changing.
113         (EWMH_WMIconName):
114         same for HAS_EWMH_WM_ICON_NAME
116 2009-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
118         * NEWS:
119         fix for segfault with RPlatHost directive in FvwmEvent
120         * libs/Makefile.am (libfvwm_a_SOURCES):
121         * libs/Fplay.h:
122         add Fplay.h wrapper header for rplay.h
124         * NEWS:
125         fix debian bug #438132
127 2009-07-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
129         * NEWS:
130         * fvwm/style.c (fw_match_style_id):
131         Fix fvwmstyle resource
133 2009-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
135         * NEWS:
136         * fvwm/events.c (HandleMapRequestKeepRaised):
137         Make sure that a PropertyNotify on the WM_STATE property is always
138         sent out when a window is requested to be moved to the withdrawn
139         state. (Needed by QT)
141 2009-07-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
143         * sample.fvwmrc/DecorMwm:
144         * sample.fvwmrc/DecorWin95:
145         * sample.fvwmrc/new-features:
146         * sample.fvwmrc/system.fvwm2rc:
147         * sample.fvwmrc/system.fvwm2rc-sample-1:
148         * sample.fvwmrc/system.fvwm2rc-sample-2:
149         * sample.fvwmrc/system.fvwm2rc-sample-95:
150         Use !-negation for styles instead of No...
152         * NEWS:
153         fix a typo
155         * sample.fvwmrc/system.fvwm2rc-sample-95:
156         sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
157         sed -i 's/StayOnTop/StaysOnTop/'
158         According to patches by Manoj Srivastava
160 2009-03-17  Mikhael Goikhman  <migo@homemail.com>
162         * fvwm/externs.h:
163         * fvwm/fvwm.c:
164         * fvwm/session.c:
165         convert my old code to use var_name and function_name coding style
167 2009-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
169         * NEWS:
170         * configure.ac:
171         increased version to 2.5.28
173         * ANNOUNCE:
174         * NEWS:
175         * configure.ac:
176         updated for 2.5.27 release
178 2009-02-23  Thomas Adam <thomas.adam22@gmail.com>
179         * fvwm/bindings.c (print_bindings):
180         Fixed compilation of not having libstroke installed by using ifdefs
181         around stroke code.
183 2009-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
185         * fvwm/bindings.c (print_bindings):
186         slight cleanup
188         * libs/charmap.c (charmap_table_to_string):
189         several memory menagement fixes.
191 2009-02-22  Thomas Adam <thomas.adam22@gmail.com>
193         * libs/charmap.c (charmap_table_to_string):
194         Reduce memory management on the stack, by making only those variables
195         to be accessed outside of the function charmap_table_to_string()
196         allocated on the heap instead.
198         * fvwm/bindings.c (print_bindings):
199         b->Action was previously checked whether it was NULL or not before
200         printing its value to STDERR -- however, this caused a segfault when
201         trying to perform strlen() operations internally -- hence don't bother
202         checking if it's NULL.  This avoids segfaulting.
204 2009-02-05  Thomas Adam <thomas.adam22@gmail.com>
206         * libs/charmap.c (charmap_table_to_string):
207         * libs/charmap.h:
208         Introduce charmap_to_string function which is used to build up a
209         binding string, for use with PrintInfo.
211         * fvwm/bindings.c (print_bindings):
212         Introduce print_bindings to print all bindings known to fvwm.
214         * fvwm/builtins.c (CMD_PrintInfo):
215         * fvwm/builtins.h:
216         Add support for "binding" as an option to PrintInfo.
218 2009-02-19  Thomas Adam  <thomas.adam22@gmail.com>
220         * fvwm/placement.c (__pl_position_get_pos_simple):
221         Force the window on-screen if using PositionPlacement UnderMouse.
223 2009-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
225         * fvwm/events.c (HandleMapRequestKeepRaised):
226         * fvwm/add_window.c (AddWindow):
227         * fvwm/style.h:
228         * fvwm/style.c (style_parse_one_style_option):
229         add new style InitialMapCommand
231 2008-02-08  Thomas Adam <thomas.adam22@gmail.com>
233         * bin/fvwm-menu-desktop.in:
234         Fix the location prefix for GNOME application files.
236 2008-12-29  Alexandre Julliard  <julliard@winehq.org>
238         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
239         Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
240         _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
241         horizontally maximized.
243 2008-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
245         * fvwm/fvwm.h:
246         * fvwm/module_list.c (do_execute_module):
247         * fvwm/fvwm.c (fvmm_deinstall_signals):
248         restore default signal handlers before execl()/execvp()
250 2008-10-05  Thomas Adam <thomas.adam22@gmail.com>
252         * fvwm/style.c (fw_match_style_id):
253         Allow for the window's visible name to be considered when matching a
254         style line.  It is possible to use $[w.visiblename] as the style name.
255         Whilst the normal name and the visible name are usually the same, in
256         the case of having IndxedWindowName, if a style line matches this as a
257         visible name, apply it first of all.
259 2008-10-03  Thomas Adam  <thomas.adam22@gmail.com>
260         * AUTHORS:
261         * fvwm/expand.c:
262         Add $[w.visiblename] as an expansion parameter.
264 2008-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
266         * fvwm/placement.c (__pl_position_get_pos_simple):
267         position placement honours StartsOnPage
269 2008-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
271         * fvwm/session.c (MatchWinToSM):
272         fixed keeping fullscreen state of windows over a restart; the old code
273         tried to do this through session management and effectively overwrote
274         the responsible ewmh hint; eventually, fvwm thought that the window
275         was fullscreen without actually making it fullscreen
277 2008-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
279         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
280         fixed compiler warning caused by a logic error in previous patch
282         * configure.ac:
283         applied png detection fix by Yuri Bushmelev for cross compiliation
285         * fvwm/events.c (__handle_cr_on_client):
286         fixed event merging with auto motion detection
288 2008-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
290         * NEWS:
291         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
292         * fvwm/events.h (events_handle_configure_request):
293         * fvwm/events.c (events_handle_configure_request):
294         (__handle_cr_on_client):
295         (__handle_configure_request):
296         fix handling of _NET_MOVERESIZE_WINDOW
297         (__cr_detect_icccm_move):
298         remove douplicate code
300 2008-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
302         * NEWS:
303         * fvwm/add_window.c (setup_frame_window):
304         fix compilation without XRender
306 2008-05-22  Adam Goode  <adam(at)spicenitz(dot)org>
308         * AUTHORS:
309         * ChangeLog-pre-2.4:
310         * rpm/fvwm.spec.in:
311         * vms/fvwmrc.dat:
312         Convert Latin-1 encodings to UTF-8
314 2008-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
316         * NEWS:
317         * configure.ac:
318         increased version to 2.5.27
320         * ANNOUNCE:
321         * NEWS:
322         * configure.ac:
323         updated for 2.5.26 release
325 2008-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
327         * fvwm/ewmh_events.c (ewmh_WMDesktop):
328         (ewmh_WMState):
329         * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
330         (ewmh_HandleWindowType):
331         (ewmh_AddToKdeSysTray):
332         (ewmh_HandleWindowType):
333         (ewmh_check_wm_pid):
334         64-bit fix by Alexandre Julliard
336 2008-03-30  Mikhael Goikhman  <migo@homemail.com>
338         * configure.ac:
339         fix fribidi detection when it uses pkg-config and not fribidi-config
341         * libs/FBidi.c:
342         fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
343         it now uses fribidi-types.h and not fribidi_types.h
345 2008-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
347         * fvwm/events.c (dispatch_event):
348         Fix handling of Shape events.
350 2008-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
352         * fvwm/menus.c (calc_normal_item_height):
353         (calc_more_item_height):
354         (size_menu_vertically):
355         fix calculations so the menu fit on the screen height
357 2008-03-12  Jes~s Guerrero  <i92guboj(at)terra(dot)es>
359         * fvwm/menus.c (size_menu_vertically):
360         added paddings at the top and bottom of the menus
362         * fvwm/menustyle.c (parse_vertical_margins_line):
363         new function to parse the VerticalMargins new MenuStyle
364         command
366         * fvwm/menustyle.c (menustyle_get_styleopt_index):
367         added the VerticalMargins option to the list
369         * fvwm/menustyle.c (menustyle_parse_style):
370         added default values for the padding, and a case clause
371         for the specific case when you invoke the VerticalMargins
372         MenuStyle
374         * fvwm/menustyle.c (menustyle_copy):
375         added two lines to copy the menu styles from origin to destiny
377         * fvwm/menustyle.h:
378         added macros for the vertical padding stuff
380         * fvwm/menustyle.h (struct MenuLook):
381         added sub-structure to hold the VerticalMargins
383         * fvwm/libs/defaults.h:
384         added one define for MAX_MENU_MARGIN
386 2008-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
388         * fvwm/menuitem.c (draw_highlight_background):
389         fixed drawing of background pictures in menu items
391 2008-02-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
393         * fvwm/add_window.c (setup_frame_window):
394         fix core dump with ARGB detection code
395         fix compilation without XRender
397 2008-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
399         * NEWS:
400         * configure.ac:
401         increased version to 2.5.26
403         * ANNOUNCE:
404         * NEWS:
405         * configure.ac:
406         updated for 2.5.25 release
408 2008-02-12  Renato Caldas  <seventhguardian@gmail.com>
410         * fvwm/fvwm.c (main):
411         further condense the X visual selection code
413 2008-02-10  Renato Caldas  <seventhguardian@gmail.com>
415         * fvwm/fvwm.c (main):
416         condense the X visual selection code
418 2008-02-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
420         * fvwm/events.c (register_event_group)
421         (InitEventHandlerJumpTable, dispatch_event):
422         use separate jump tables for events defined by X-extensions
423         to eliminate the need to ovverride the LASTEvent value.
425         * fvwm/module_list.c (module_list_remove):
426         include the case where the module is first in the list in
427         the loop, fixing a segmentaion fault when the list was empty.
429 2008-02-07  Renato Caldas  <seventhguardian@gmail.com>
431         * fvwm/add_window.c (setup_frame_window):
432         add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
433         add preliminary support for ARGB windows in fvwm (based on
434         Marc Lehman's argb patch)
436 2008-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
438         * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
439         fixed compile error
441 2008-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
443         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
444         catch BadGC when updating root transparent window background
446         * libs/XError.c (do_coredump):
447         (ferror_set_temp_error_handler):
448         (ferror_reset_error_handler)
449         (ferror_call_next_error_handler):
451         new helper functions
452         * libs/XError.c (PrintXErrorAndCoredump):
453         try to dump core the hard way
455 2008-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
457         * fvwm/colorset.c (parse_colorset):
458         check for image != None before calling XDestroyImage
460         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
461         (ewmh_WMStateMaxHoriz):
462         (ewmh_WMStateModal):
463         (ewmh_WMStateShaded):
464         (ewmh_WMStateStaysOnTop):
465         (ewmh_WMStateStaysOnBottom):
466         handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
467         version 1.3
468         also ignore the EWMH staysontop and staysonbottom hints if the
469         EWMHIgnoreStackingOrderHints style is used
471         * fvwm/colorset.c (parse_colorset):
472         Fixed a sporadic crash when the root background set by gnome,
473         fvwm-root, esetroot etc. changes and a root transparent colour set
474         is used.
476         * fvwm/colorset.c (parse_colorset):
477         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
478         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
479         * libs/PictureGraphics.c (PGrabXImage)
480         (PGraphicsCreateTranslucent):
481         use MyXGrabserver and MyXUngrabServer instead of doing the X calls
482         directly!
484 2008-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
486         * libs/PictureGraphics.c (PGrabXImage):
487         fixed XImage memory leak
488         (PCreateRenderPixmap):
489         (PCreateDitherPixmap):
490         Properly handle return code of FgetFImage()
492 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
494         * fvwm/events.c (HandleConfigureRequest):
495         (events_handle_configure_request):
496         cleanup
498         * fvwm/ewmh_events.c (ewmh_RestackWindow):
499         (ewmh_MoveResizeWindow):
500         fixed crash when moving/resizing/restacking unmanaged windows through
501         an ewmh message
503 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
505         * fvwm/events.c (HandleMapRequestKeepRaised):
506         fixed compiler warning
508 2008-01-26  Olivier  <chapuis(at)lri(dot)fr>
510         * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
511         (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
512         * NEWS:
513         Fixed the determination of the X charset on UTF-8 system
515 2008-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
517         * fvwm/placement.c (__pl_minoverlap_get_next_x):
518         do not add screen offset to window position
520         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
521         fixed a memory leak
523 2008-01-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
525         * NEWS:
526         Some html documentation files were not installed.
528 2008-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
530         * fvwm/style.c (style_parse_one_style_option):
531         fixed parsing of screen argument of the SnapAttraction Style
533 2007-12-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
535         * fvwm/move_resize.c (DoSnapAttract):
536         Use edge move resistance, and not delay for top edge when moving
537         windows.
539 2007-12-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
541         * NEWS:
542         * fvwm/events.c (HandleMapRequestKeepRaised)
543         (test_withdraw_request):
544         Don't map windows that request to be moved back to WithdrawnState
545         by the ICCCM2 method before they have been mapped. (Fixes bug with
546         disappearing windows.)
548 2007-11-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
550         * NEWS:
551         * configure.ac:
552         increased version to 2.5.25
554         * NEWS:
555         * configure.ac:
556         updated for 2.5.24 release
558 2007-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
560         * fvwm/menus.c (__mloop_exit):
561         * fvwm/menubindings.c (parse_menu_action):
562         * fvwm/bindings.c:
563         reindented and cleaned up some code
565 2007-11-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
567         * fvwm/update.c (apply_window_updates):
568         * fvwm/add_window.c (setup_style_and_decor):
569         (setup_numeric_vals):
570         * fvwm/add_window.h:
571         * fvwm/style.h:
572         * libs/defaults.h:
573         * fvwm/events.c (HandleEnterNotify):
574         * fvwm/fvwm.c (InitVariables):
575         * fvwm/screen.h:
576         * fvwm/session.c (SaveGlobalState):
577         (LoadGlobalState):
578         * fvwm/move_resize.c (DoSnapAttract):
579         (CMD_SnapGrid)
580         (DoSnapAttract):
581         The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
582         They have been replaced by the styles EdgeMoveResistance,
583         EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
585 2007-10-21  Renato Caldas  <seventhguardian@gmail.com>
587         * acinclude.m4:
588         * configure.ac:
589         use AS_HELP_STRING to format the configure options help strings
591 2007-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
593         * fvwm/conditional.c:
594         some reformatting
596 2007-10-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
598         * fvwm/ConfigFvwmDefaults:
599         restore default action of closing menus for menu titles
601 2007-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
603         * libs/FScreen.c (FindScreenOfXY):
604         * fvwm/move_resize.c (GetMoveArguments):
605         fixed the "screen w" argument of the Move and other commands
607 2007-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
609         * fvwm/virtual.c (HandlePaging):
610         don't modify *xl and *yt unless we we really page
612 2007-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
614         * fvwm/module_list.h:
615         * fvwm/module_list.c:
616         a little cleanup
618 2007-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
620         * NEWS:
621         * configure.ac:
622         increased version to 2.5.24
624         * NEWS:
625         * configure.ac:
626         updated for 2.5.23 release
628         * libs/Flocale.c (FlocaleEncodeString):
629         removed previous warning fix
631 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
633         * fvwm/style.c:
634         * fvwm/add_window.c:
635         Added new style option:  StartShaded.
637 2007-08-30  Renato Caldas  <seventhguardian@gmail.com>
639         * libs/Flocale.c (FlocaleEncodeString):
640         fix compile warning
642 2007-08-30  Viktor Griph  <griph(at)student(dot)chalmers(dot)se>
644         * configure.ac:
645         * fvwm/fvwm.1.in
646         * fvwm/Makefile.am:
647         removed old fvwm manpage
649 2007-08-29  Renato Caldas  <seventhguardian@gmail.com>
651         * NEWS:
652         * configure.ac:
653         increased version to 2.5.23
655         * NEWS:
656         * configure.ac:
657         fix the date for 2.5.22 release
659 2007-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
661         * fvwm/windowlist.c (CMD_WindowList):
662         fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
663         iconified windows.
665 2007-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
667         * configure.ac:
668         fixed perl check
669         use "test ! ... = ..." instead of "test ... != ..."
671         * fvwm/builtins.c (CMD_PropertyChange):
672         fixed completely broken parsing of PropertyChange arguments
674 2007-08-28  Renato Caldas  <seventhguardian@gmail.com>
676         * NEWS:
677         * configure.ac:
678         updated for 2.5.22 release
680         * fvwm/builtins.c (CMD_PropertyChange):
681         * libs/Flocale.c (FlocaleGetFftFont):
682         (FlocaleGetFontSet):
683         (FlocaleGetFont):
684         (FlocaleGetFontOrFontSet):
685         (FlocaleLoadFont):
686         (FlocaleUnloadFont):
687         fix compiler warnings
689 2007-08-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
691         * fvwm/functable.c:
692         fixed command table parsing
694 2007-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
696         * fvwm/module_list.c (module_kill):
697         (executeModuleDesperate):
698         (module_list_itr_init):
699         re-indented
701         * fvwm/events.c (My_XNextEvent):
702         * fvwm/module_list.c (module_alloc):
703         (do_execute_module):
704         * fvwm/module_list.h (fmodule):
705         (MOD_IS_CMDLINE):
706         (MOD_SET_CMDLINE):
707         restored *not* useless is_cmdline_module stuff
709         * fvwm/functions.h:
710         add constants for command group tagging
712 2007-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
714         * configure.ac:
715         don't check for tbl
717 2007-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
719         * configure.ac:
720         check for sed, perl and tbl, needed to build documentation
722 2007-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
724         * libs/System.c (fvwm_mkstemp):
725         use constants from libs/fvwm_sys_stat.h
727 2007-08-15  Renato Caldas  <seventhguardian@gmail.com>
729         * fvwm/module_list.c (do_execute_module):
730         fixed possible crash when fork fails
732         * fvwm/module_list.c (module_list_remove):
733         now returns the removed fmodule*, or NULL if unsuccessful
734         removed error message when removing a not listed module (it's normal)
736         * fvwm/module_list.c (module_kill):
737         module is inserted in death_row only if it is successfuly removed from
738         module_list (fixes crash when module is killed more than once)
740 2007-08-08  Renato Caldas  <seventhguardian@gmail.com>
742         * fvwm/events.c (My_XNextEvent):
743         fixed hang with startup modules
745 2007-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
747         * fvwm/conditional.c (FreeConditionMask):
748         fixed crash with inverted name condition
750         * NEWS:
751         fixed typo
753 2007-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
755         * configure.ac:
756         * README:
757         * NEWS:
758         * INSTALL.fvwm:
759         * sample.fvwmrc/system.fvwm2rc-sample-95:
760         * sample.fvwmrc/system.fvwm2rc:
761         * sample.fvwmrc/system.fvwm2rc-sample-2:
762         * libs/Picture.c (PicturePrintImageCache):
763         * libs/Module.c:
764         * libs/FGettext.c (FGettextPrintLocalePath):
765         * libs/fvwmsignal.c:
766         * libs/Module.h:
767         * libs/PictureUtils.c (PictureAllocColorTable)
768         (PicturePrintColorInfo):
769         * libs/FScreen.h:
770         * libs/fvwmsignal.h:
771         * libs/Bindings.c:
772         * libs/FScreen.c:
773         * libs/Ficonv.c (convert_charsets):
774         (FiconvSetupConversion):
775         * fvwm/decorations.c:
776         * fvwm/gnome.h:
777         * fvwm/events.c:
778         * fvwm/add_window.c (setup_window_font):
779         (setup_icon_font):
780         * fvwm/fvwm.1.in:
781         * fvwm/session.h:
782         * fvwm/conditional.c:
783         * fvwm/fvwm.c (SetRCDefaults):
784         (main):
785         * fvwm/ewmh_events.c:
786         * fvwm/stack.c:
787         * fvwm/gnome.c:
788         * fvwm/menustyle.c (menustyle_parse_style):
789         (menustyle_copy):
790         * fvwm/ewmh.c (EWMH_Init):
791         * libs/Flocale.c (FlocaleParseShadow):
792         (FlocaleGetFontSet):
793         (FlocaleLoadFont):
794         (FlocalePrintLocaleInfo):
795         * fvwm/misc.c (fvwm_msg):
796         * vms/README:
797         * vms/vms.c:
798         write fvwm in lower case
800         * configure.ac:
801         fixed build without GNU make
803 2007-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
805         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
806         fixed buffer overflow
808 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
810         * fvwm/module_list.h (fmodule_list_itr):
811         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
812         replace iterator struct by typedef
814         * fvwm/module_list.c (module_list_destroy):
815         (module_kill_all):
816         (module_cleanup):
817         new function to remove dup code
819         * fvwm/module_list.c (module_kill):
820         changed to move the module to the deathrow list
822         * fvwm/module_list.h (fmodule):
823         * fvwm/module_list.c (module_alloc):
824         (module_list_remove):
825         (FlushMessageQueue):
826         removed is_removed logic
828         * fvwm/module_list.c (module_safefree):
829         removed function
831         * fvwm/events.c (My_XNextEvent):
832         remove old "#if 0" code
834         * fvwm/module_list.c (module_kill):
835         removed debug code
837 2007-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
839         * fvwm/module_list.h (fmodule_list_itr):
840         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
841         don't store current pointer in module list iterators.
842         fix C89-compilance
844 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
846         * fvwm/events.c (My_XNextEvent):
847         * fvwm/module_list.c (KillModuleByName):
848         (FlushAllMessageQueues):
849         * fvwm/module_interface.c (BroadcastPacket):
850         (BroadcastNewPacket):
851         (BroadcastName):
852         (BroadcastFvwmPicture):
853         (BroadcastColorset):
854         (BroadcastProperyChange):
855         (BroadcastConfigInfoString):
856         (CMD_SendToModule):
857         * fvwm/modconf.c (ModuleConfig):
858         * fvwm/stack.c (BroadcastRestack):
859         replaced module_get_next by module list iterator mechanism
861         * fvwm/module_list.h:
862         * fvwm/module_list.c (module_get_next):
863         removed function
865 2007-08-05  Renato Caldas  <seventhguardian@gmail.com>
867         * fvwm/module_list.h:
868         * fvwm/module_list.c (fmodule):
869         (fmodule_store):
870         (module_insert):
871         (module_remove):
872         (module_count):
873         (module_get_next):
874         (FlushAllMessageQueues):
875         (KillModuleByName):
876         * fvwm/module_interface.c (BroadcastPacket):
877         (BroadcastNewPacket):
878         (BroadcastName):
879         (BroadcastFvwmPicture):
880         (BroadcastColorset):
881         (BroadcastProperyChange):
882         (BroadcastConfigInfoString):
883         (CMD_SendToModule):
884         * fvwm/event.c (My_XNextEvent):
885         * fvwm/stack.c (BroadcastRestack):
886         * fvwm/modconf.c (ModuleConfig):
887         changed to work with generic list container
889         * fvwm/module_list.c (module_insert):
890         (module_list_insert):
891         (module_remove):
892         (module_list_remove):
893         (module_count):
894         (module_list_len):
895         renamed as list handling functions
897         * fvwm/events.c (My_XNextEvent):
898         * fvwm/module_list.h:
899         * fvwm/module_list.c (module_alloc):
900         (do_execute_module):
901         removed useless is_cmdline_module stuff
903         * fvwm/module_list.h:
904         * fvwm/module_list.c (module_list_insert):
905         (module_list_remove):
906         (module_list_len):
907         new fmodule_list object representing a module list.
908         changed the module lists to the new object.
909         changed list functions to use the list object instead of the
910         fmodule_store pointer.
912         * fvwm/events.c (My_XNextEvent):
913         moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
915         * fvwm/module_list.h (fmodule_list_itr):
916         * fvwm/module_list.c (fmodule_list_itr_init):
917         (fmodule_list_itr_next):
918         created a smart (safe) iterator mechanism to replace the
919         module_get_next function
921 2007-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
923         * fvwm/functions.c:
924         * fvwm/functable.c:
925         added empty functions to replace CMD_Dummy
927         * configure.ac:
928         use subordinate Makefile.ams instead of iuncluding files from other
929         dirs
931         * configure.ac:
932         removed FVWMNAMEUCASE
934         * configure.ac:
935         make distcheck fix
937         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
938         force --enable-htmldoc on "make distcheck"
940         * fvwm/events.c (HandleEnterNotify):
941         (HandleLeaveNotify):
942         properly generate enter_window and leave_window events for FvwmEvent
944 2007-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
946         * fvwm/move_resize.c (GetOnePositionArgument):
947         (__get_shift)
948         (ParsePositionArgumentSuffix):
949         code cleanup
951 2007-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
953         * fvwm/move_resize.c (GetOnePositionArgument):
954         fixed position calculation with the "w" prefix (move w-1 w-1).
955         (GetOnePositionArgument):
956         code cleanup
958 2007-07-26  Viktor Griph  <griph@dd.chalmers.se>
960         * fvwm/menus.c (__copy_down, __check_for_delimiter)
961         (scanForStrings):
962         reduce indentation level
963         add comment to explain why suppressing the warning is right
965 2007-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
967         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
968         fixed using uninitialized variable
970         * fvwm/menus.c (scanForStrings):
971         suppress compiler warning for now
973         * fvwm/move_resize.c (resize_move_window):
974         (AnimatedMoveAnyWindow):
975         (__move_window):
976         (__resize_window):
977         (CMD_Maximize):
978         * fvwm/module_interface.c (__get_allowed_actions):
979         * fvwm/menuitem.c (menuitem_paint):
980         * fvwm/icons.c (CMD_Iconify):
981         * fvwm/gnome.c (GNOME_SetHints):
982         * fvwm/ewmh.c (ewmh_AllowsClose):
983         (ewmh_AllowsClose)
984         (ewmh_AllowsFullScreen):
985         (ewmh_AllowsMinimize)
986         (ewmh_AllowsMaximize):
987         (ewmh_AllowsMove):
988         (ewmh_AllowsResize)
989         (EWMH_fullscreen):
990         * fvwm/ewmh_events.c (ewmh_CloseWindow):
991         (ewmh_MoveResizeWindow):
992         (ewmh_MoveResize):
993         (ewmh_WMState):
994         (ewmh_WMStateHidden):
995         * fvwm/events.c (__handle_cr_on_client):
996         * fvwm/decorations.c (__is_resize_allowed):
997         (is_function_allowed):
998         * fvwm/conditional.c (MatchesConditionMask):
999         * fvwm/builtins.c (CMD_Delete):
1000         * fvwm/add_window.c (AddWindow):
1001         is_function allowed now differentiates between US program actions and
1002         actions initiated by interaction between fvwm and the user
1004 2007-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1006         * fvwm/menus.c (__scan_for_pixmap):
1007         fixed compiler warning
1009         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1010         (ewmh_RestackWindow):
1011         honor FixedSize/FixedPosition styles in EWMH messages too
1013 2007-07-24  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1015         * fvwm/fvwm.c (setVersionInfo):
1016         add XCursor support to version output
1018         * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
1019         (SCTX_GET_MR, string_context_type_t, string_context_t)
1020         (string_def_t, scanForColor, scanForPixmap, scanForStrings)
1021         (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
1022         reimplement pixmap and color scanning for menus to better handle
1023         escaped delimiters.
1025 2007-07-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1027         * fvwm/Makefile.am:
1028         don't install fvwm.1
1030         * fvwm/events.c (My_XNextEvent):
1031         remove unused varaible
1033         * fvwm/events.c (My_XNextEvent):
1034         * fvwm/module_list.h:
1035         * fvwm/module_list.c (module_store, module_alloc)
1036         (module_kill_all, module_safefree, module_remove)
1037         (do_execute_module, module_kill, module_cleanup, module_get_next)
1038         (FlushMessageQueue):
1039         Don't free module stuctures during module I/O. (Fixes segfault.)
1041 2007-07-20  Simon Griph  <simon(at)griph(dot)se>
1043         Committed by Scott.
1045         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1046         Someone missed to add extra conditions when changing from
1047         unsigned to signed.
1049 2007-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1051         * configure.ac:
1052         fixed liXcursor detection
1054 2007-07-16  Simon Griph  <simon(at)griph(dot)se>
1056         Committed by Scott.
1058         * fvwm/menus.c (scanForPixmap):
1059         made it possible to escape '*' '%' '@' in filenames
1061         * libs/PictureImageLoader.c (PImageLoadSvg):
1062         added transposing and none uniform scaling to svg options
1064 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1066         * libs/PictureImageLoader.c:
1067         cleanup
1068         (PImageLoadCursorFromFile):
1069         fixed compilation without xpm library
1070         (PImageLoadPng):
1071         fixed compiler warning without png library
1073 2007-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1075         * libs/Fxpm.h:
1076         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1077         fix compilation without xpm library
1079 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1081         * libs/Fxpm.h:
1082         fixed compile error
1084         * libs/PictureImageLoader.c:
1085         cleanup
1086         (PImageLoadCursorFromFile):
1087         fixed compilation without xpm library
1088         (PImageLoadPng):
1089         fixed compiler warning without png library
1091 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1093         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1094         * fvwm/cursor.c (CMD_CursorStyle):
1095         fixed compiler warning
1097 2007-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1099         * fvwm/cursor.c (CMD_CursorStyle):
1100         fix CursorStyle command parsing
1102 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1104         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1105         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1106         * libs/PictureImageLoader.c (PImageLoadSvg):
1107         (PImageLoadPng):
1108         (PImageCreatePixmapFromArgbData):
1109         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1110         (PImageCreatePixmapFromFImage):
1111         new local function
1113 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1115         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1116         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1117         * libs/PictureImageLoader.c (PImageLoadSvg):
1118         (PImageLoadPng):
1119         (PImageCreatePixmapFromArgbData):
1120         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1121         (PImageCreatePixmapFromFImage):
1122         new local function
1124 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1126         * AUTHORS:
1127         * NEWS:
1128         updated
1130         * configure.ac:
1131         added libXcursor detection
1133         * fvwm/Makefile.am (LDADD):
1134         added Xcursor_LIBS
1136         * INSTALL.fvwm:
1138         * libs/Fcursor.h:
1139         new file
1141         * libs/Makefile.am (libfvwm_a_SOURCES):
1142         added Fcursor.h
1144         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1145         added Xcursor support
1147 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1149         * NEWS:
1150         updated
1152         * libs/Fxpm.h:
1153         added defs for FxpmInfo and FxpmFreeXpmInfo
1155         * libs/PictureBase.h (FvwmPictureAttributes):
1156         * libs/PictureImageLoader.c
1157         (PImageCreatePixmapFromArgbData):
1158         (PImageLoadPixmapFromFile):
1159         added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1160         (PImageLoadCursorPixmapFromFile):
1161         (PImageLoadCursorFromFile):
1162         * libs/PictureImageLoader.h:
1163         removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1164         replaced by the new general PImageLoadCursorFromFile()
1166         * fvwm/cursor.c (CMD_CursorStyle):
1167         handle new hot-spot arguments, use PImageLoadCursorFromFile()
1168         instead of PImageLoadCursorPixmapFromFile(), less code duplication
1170 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1172         * libs/PictureImageLoader.c
1173         (PImageLoadSvg):
1174         (PImageLoadPng):
1175         (PImageLoadXpm):
1176         now returns argb data instead of pixmaps
1177         (PImageLoadPixmapFromFile):
1178         (PImageLoadArgbDataFromFile):
1179         moved first half of PImageLoadPixmapFromFile() into
1180         the new local function PImageLoadArgbDataFromFile()
1181         (PImageLoadBitmap):
1182         removed function, code moved into PImageLoadPixmapFromFile()
1184 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1186         * libs/PictureImageLoader.c (PImageLoadXpm):
1187         revised to make use of PImageCreatePixmapFromArgbData()
1189 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1191         * fvwm/colorset.c (parse_shape):
1192         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1193         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1194         * libs/PictureImageLoader.c
1195         (PImageLoadSvg):
1196         (PImageLoadPng):
1197         (PImageCreatePixmapFromArgbData):
1198         don't create a mask pixmap for fully opaque (all alpha == 0xff)
1199         or translucent (0 < any alpha < 0xff) images.
1201 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1203         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1204         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1205         * libs/PictureImageLoader.c (PImageLoadSvg):
1206         (PImageLoadPng):
1207         (PImageCreatePixmapFromArgbData):
1208         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1209         (PImageCreatePixmapFromFImage):
1210         new local function
1212 2007-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1214         * fvwm/functions.c (CMD_EchoFuncDefinition):
1215         * fvwm/functable.c (func_table):
1216         * fvwm/commands.h:
1217         new command EchoFuncDefinition
1219 2007-07-07  Simon Griph  <simon(at)griph(dot)se>
1221         * NEWS:
1222         * fvwm/conditional.c (CreateConditionMask):
1223         bugfix: Condition separation previously failed when a
1224         single comma (no whitespace padding) was used directly
1225         after a multi-worded condition.
1227 2007-06-21  Renato Caldas  <seventhguardian@gmail.com>
1229         * fvwm/module_list.c (module_kill):
1230         fix possible core dump when using startup modules
1232 2007-06-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1234         * NEWS:
1235         * fvwm/builtins.c (CMD_PrintInfo):
1236         * libs/Picture.h (PicturePrintImageCache):
1237         * libs/Picture.c (PicturePrintImageCache):
1238         add ImageCache subject to PrintInfo command
1240 2007-06-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1242         * NEWS:
1243         * fvwm/events.c (My_XNextEvent):
1244         fix crash when a module closes down during input/output.
1246 2007-06-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1248         * fvwm/icons.c (ChangeIconPixmap):
1249         (DeIconify):
1250         (Iconify):
1251         * fvwm/focus.c (warp_to_fvwm_window):
1252         * fvwm/events.c (__handle_cr_restack):
1253         (__handle_bpress_on_managed):
1254         (HandlePropertyNotify):
1255         * fvwm/stack.h:
1256         * fvwm/stack.c (__restack_window):
1257         (__raise_lower_recursion):
1258         (__raise_or_lower_window):
1259         (raise_or_lower_window):
1260         (position_new_window_in_stack_ring):
1261         (RaiseWindow):
1262         (LowerWindow):
1263         (RestackWindow):
1264         (HandleUnusualStackmodes):
1265         (CMD_Raise):
1266         (CMD_Lower):
1267         (CMD_RestackTransients):
1268         (CMD_RaiseLower):
1269         do raise hacks even when the internal stack is intact, unless on a
1270         client request
1272 2007-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1274         * fvwm/style.c (check_window_style_change)
1275         (style_parse_one_style_option):
1276         * fvwm/style.h:
1277         * fvwm/fvwm.h (window_style):
1278         * fvwm/add_window.c (setup_frame_size_limits):
1279         * fvwm/geometry.c (constrain_size):
1280         new style MinWindowSize
1282 2007-05-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1284         * libs/System.h:
1285         added missing prototypes
1287         * libs/safemalloc.c:
1288         * libs/fio.c:
1289         * libs/envvar.c:
1290         * libs/XResource.c:
1291         * libs/XError.c:
1292         * libs/WinMagic.c:
1293         * libs/Target.c:
1294         * libs/Event.c (GetSubwindowFromEvent):
1295         * libs/Cursor.c:
1296         * libs/ColorUtils.c:
1297         include corresponding header files
1299         * libs/PictureBase.c:
1300         * libs/FlocaleCharset.c:
1301         * fvwm/ewmh.c:
1302         cleanup prototypes
1304 2007-05-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1306         * configure.ac (HAVE_GNU_READLINE):
1307         detect full GNU readline API (vs BSD libedit readline compatibility
1308         layer)
1310 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1312         * fvwm/windowlist.c (CMD_WindowList):
1313         * NEWS:
1315         Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1316         "UseSkipList" & "OnlySkipList".
1318 2007-04-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1320         * NEWS:
1321         * fvwm/add_window.c (validate_transientfor):
1322         detect and disallow circular transient-for hints
1324 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1326         * fvwm/fvwm.1.in:
1327         s/UseListSkip/UseSkipList/g etc.
1329 2007-04-17  Jesus Guerrero  <6thpink(at)terra(dot)es>
1331         * fvwm/menus.c (size_menu_vertically):
1332         added localization of the "More&..." string
1334 2007-03-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1336         * libs/PictureBase.c (PictureFindImageFile):
1337         fix for segfault with svg-support enabled
1339         * INSTALL.fvwm (http):
1340         * configure.ac (png_CFLAGS):
1341         raise librsvg dependeny due to bug with 2.13.91
1343         * fvwm/cursor.c (CMD_CursorStyle):
1344         remove unused static variable nocursor
1346 2007-03-14  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1348         * AUTHORS:
1349         typo.
1351 2007-03-11  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1353         * configure.ac:
1354         bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1355         bugfix: out-of-tree builds failed due to broken dependency.
1356         Make man page have same header as old one.
1357         Fix man page indentation.
1358         Make text of top-level man page sections all uppercase.
1359         Added --disable-mandoc option.
1360         HTML doc generation is off by default: use --enable-htmldoc.
1361         Added more info in doc/README about XML commands to use.
1363 2007-03-10  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1365         * NEWS:
1366         * Everything in the 'doc' subdirectory.
1368         XML source to generate man page & HTML documentation.
1370 2007-02-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1372         * NEWS:
1373         * fvwm/colorset.c (parse_colorset):
1374         don't recompute sh, hi and fgsh if they were supplied in a previous
1375         colorset line. Fixes bug #3359.
1377 2007-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1379         * fvwm/move_resize.c (DoSnapAttract):
1380         handle SnapGrid before SnapAttraction so that non-overlapping windows
1381         do not snap edge to edge:
1382                                     +---+
1383                                     |   |
1384                                     +---+---+
1385                                         |   |
1386                                         +---+
1388 2007-02-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1390         * fvwm/style.c (parse_and_set_window_style)
1391         (style_parse_one_style_option):
1392         don't warn about PositionPlacement arguments
1394 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1396         * AUTHORS:
1397         * NEWS:
1398         enties for ChangeWindowTitle patch by Julio Teca.
1400 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1402         * fvwm/fvwm.c (main):
1403         fixed ROOT CursorStyle context
1405         * fvwm/placement.c (__pl_manual_get_pos_simple):
1406         * fvwm/move_resize.h:
1407         * fvwm/move_resize.c (__move_loop):
1408         (InteractiveMove):
1409         fixed long broken POSITION CursorStyle context
1411 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1413         * fvwm/bindings.c (ParseBinding):
1414         fix buffer overrun with >78 character window names.
1416         * fvwm/fvwm.1.in (PositionPlacement):
1417         fix typos
1419         * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1420         * fvwm/style.c (style_parse_one_style_option):
1421         change BorderWidth and HandleWidth style  to revert to default if no
1422         arguments are given
1424 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1426         * fvwm/fvwm.h (style_flags):
1427         * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1428         (__place_get_wm_pos):
1429         (__place_window, __explain_placement):
1430         * fvwm/style.c (style_parse_one_style_option):
1432         * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1433         (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1434         (DEFAULT_PLACEMENT_POSITION_STRING):
1435         new default strings
1437         * fvwm/move_resize.c (GetOnePositionArgument):
1438         added 'w' suffix to Move arguments
1439         allow multiple shifts from original position
1441         * fvwm/style.c (style_parse_one_style_option):
1442         (merge_styles)
1443         (free_style):
1444         * fvwm/placement.c (setup_window_placement)
1445         (__place_get_placement_flags):
1446         (__place_get_wm_pos):
1447         (__place_get_nowm_pos):
1448         (__place_window):
1449         (__place_handle_x_resources):
1450         (setup_window_placement):
1451         * fvwm/fvwm.h (PLACE_CENTER):
1452         (PLACE_POSITION):
1453         replaced CenterPlacement with more flexibe PositionPlacement
1455         * fvwm/move_resize.c (GetMoveArguments):
1456         (GetResizeArguments):
1457         (GetResizeMoveArguments):
1458         (__move_window):
1459         * fvwm/move_resize.h:
1460         exported and enhanced function GetMoveArguments for use by placement
1461         algorithm
1463 2007-02-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1465         * fvwm/ConfigFvwmDefaults:
1466         reenable MenuScroll on titles
1468         * fvwm/menubindings.c (menu_shortcuts):
1469         don't scroll menus if scrolling would be in the wrong direction
1471 2007-02-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1473         * fvwm/move_resize.c (__resize_window):
1474         some resizing/gravity fixes
1475         properly handle maximized + shaded state when resizing
1476         non-interactively
1478 2007-01-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1480         * fvwm/move_resize.c (__resize_window):
1481         resizing of shaded windows work better.
1483 2007-01-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1485         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1486         clarified previous patch
1488         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1489         documented '-' command prefix
1491         * fvwm/expand.c (__eae_parse_range):
1492         fix $[n-] and $[*] after unsigned int havoc
1494 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1496         * fvwm/Makefile.am:
1497         * fvwm/ConfigFvwmMenuDefaults:
1498         removed file
1499         * fvwm/ConfigFvwmDefaults:
1500         * fvwm/ConfigFvwmMenuDefaults:
1501         moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1503 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1505         * fvwm/ConfigFvwmMenuDefaults:
1506         * fvwm/fvwm.c (SetRCDefaults):
1507         make default menu mouse bindings for MenuSelectItem and MenuScroll only
1508         apply to menu item context.
1510 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1512         * fvwm/placement.c (placement_loop):
1513         (__pl_minoverlap_get_avoidance_penalty):
1514         (__pl_smart_get_first_pos):
1515         (__pl_smart_get_next_pos):
1516         (__pl_smart_test_window):
1517         (__pl_smart_get_pos_penalty):
1518         rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1519         now less than ten lines of code.
1521         * fvwm/add_window.c (setup_placement_penalty):
1522         * fvwm/style.c (style_parse_one_style_option):
1523         allow to reset the placement penalties with !
1525         * fvwm/placement.h:
1526         * fvwm/add_window.c (setup_placement_penalty):
1527         * fvwm/style.h:
1528         * fvwm/fvwm.h:
1529         * fvwm/style.c (style_parse_one_style_option):
1530         put placement penalty array in a struct
1532         * fvwm/placement.c (__place_get_wm_pos):
1533         (__pl_clever_get_next_x):
1534         (__pl_clever_get_next_y):
1535         (__pl_clever_get_first_pos):
1536         (__pl_clever_get_next_pos):
1537         (__pl_clever_get_avoidance_penalty):
1538         (__pl_clever_get_pos_penalty):
1539         (__pl_minoverlap_get_next_x):
1540         (__pl_minoverlap_get_next_y):
1541         (__pl_minoverlap_get_first_pos):
1542         (__pl_minoverlap_get_next_pos):
1543         (__pl_minoverlap_get_avoidance_penalty):
1544         (__pl_minoverlap_get_pos_penalty):
1545         renamed ...clever... functions to ...minoverlap...
1547         * fvwm/bindings.c:
1548         * fvwm/decorations.c:
1549         * fvwm/menubindings.c:
1550         * fvwm/module_interface.c:
1551         * fvwm/module_list.c:
1552         * fvwm/fvwm.c:
1553         * fvwm/module_list.h:
1554         * fvwm/events.c:
1555         * fvwm/module_interface.h:
1556         * fvwm/Makefile.am:
1557         dont include "libs" in include path
1559         * libs/vpacket.h:
1560         #includes from fvwm path with "..." not <...>
1562         * fvwm/stack.c:
1563         #includes from library path with "..." not <...>
1565 2007-01-28  Simon Griph  <simon(at)griph(dot)se>
1567         * NEWS:
1568         * AUTHORS:
1569         * INSTALL.fvwm:
1570         documented new svg support
1572         * configure.ac:
1573         added librsvg detection
1575         * fvwm/Makefile.am (LDADD, INCLUDES):
1576         added rsvg_LIBS, rsvg_CFLAGS
1578         * fvwm/expand.c (expand_vars_extended):
1579         new extended variables
1580         $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1582         * fvwm/fvwm.1.in (OPTIONS):
1583         (ICONS AND IMAGES):
1584         documented new svg support
1585         (COMMAND EXPANSION):
1586         documented new extended variables
1588         * fvwm/fvwm.c (setVersionInfo):
1589         (main):
1590         added Frsvg_init() call
1592         * libs/Fsvg.h:
1593         new file
1595         * libs/Makefile.am (libfvwm_a_SOURCES):
1596         added Fsvg.h
1597         (INCLUDES):
1598         added rsvg_CFLAGS
1600         * libs/Picture.c (PCacheFvwmPicture):
1601         hid svgopts from isFileStampChanged()
1603         * libs/PictureBase.c (PictureFindImageFile):
1604         hid svgopts from searchPath()
1606         * libs/PictureBase.h:
1608         * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1609         hid svgopts from setFileStamp()
1610         (PImageLoadSvg):
1611         new svg image loader
1613         * libs/fvwmlib.c (flib_init_graphics):
1614         added Frsvg_init() call
1616 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1618         * NEWS:
1619         * fvwm/stack.c (__is_restack_needed)
1620         (is_transient_subtree_straight):
1621         (__restack_window):
1622         fix crash when trying to restack destroyed window
1624 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1626         * libs/Makefile.am (libfvwm_a_SOURCES):
1627         add fvwmlib.c
1629         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1630         * fvwm/menus.c (move_any_menu)
1631         set menu backgrounds before moving. Makes transparent menus move
1632         more seamless.
1634         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1635         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1636         add update_transparent_menu_bg to allow set of transparent menu
1637         background before a move, and change repaint_transparent_menu to
1638         allow for not setting the menu background.
1640         * libs/Colorset.c (SetWindowBackgroundWithOffset):
1641         create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1642         transparent colorsets)
1643         (CreateOffsetBackgroundPixmap):
1644         use offset also for non transparent backgrounds.
1646         * fvwm/menubindings.c (menu_shortcuts):
1647         don't move menus on scroll if they don't move
1649 2007-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1651         * libs/fvwmlib.h:
1652         * fvwm/bindings.c:
1653         * fvwm/cursor.c:
1654         * fvwm/decorations.c:
1655         * fvwm/ewmh_conf.c:
1656         * fvwm/ewmh_events.c:
1657         * fvwm/ewmh_icons.c:
1658         * fvwm/expand.c:
1659         * fvwm/focus.c:
1660         * fvwm/functions.c:
1661         * fvwm/gnome.c:
1662         * fvwm/menubindings.c:
1663         * fvwm/menucmd.c:
1664         * fvwm/menuitem.c:
1665         * fvwm/misc.c:
1666         * fvwm/modconf.c:
1667         * fvwm/module_interface.c:
1668         * fvwm/module_list.c:
1669         * fvwm/read.c:
1670         * fvwm/update.c:
1671         * fvwm/windowlist.c:
1672         * fvwm/windowshade.c:
1673         * fvwm/colorset.c:
1674         * fvwm/session.c:
1675         * fvwm/stack.c:
1676         * fvwm/ewmh.c:
1677         * fvwm/conditional.c:
1678         * fvwm/menustyle.c:
1679         * fvwm/virtual.c:
1680         * fvwm/placement.c:
1681         * fvwm/frame.c:
1682         * fvwm/fvwm.c:
1683         * fvwm/icons.c:
1684         * fvwm/add_window.c:
1685         * fvwm/builtins.c:
1686         * fvwm/move_resize.c:
1687         * fvwm/borders.c:
1688         * fvwm/style.c:
1689         * fvwm/events.c:
1690         * fvwm/menus.c:
1691         * libs/FTips.c:
1692         * libs/Picture.c:
1693         * libs/Target.c:
1694         * libs/gravity.c:
1695         * fvwm/execcontext.c:
1696         * libs/BidiJoin.c:
1697         * libs/CombineChars.c:
1698         * libs/FBidi.c:
1699         * libs/FEvent.c:
1700         * libs/Fft.c:
1701         * libs/FGettext.c:
1702         * libs/Ficonv.c:
1703         * libs/FImage.c:
1704         * libs/flist.c:
1705         * libs/FlocaleCharset.c:
1706         * libs/fsm.c:
1707         * libs/Parse.c:
1708         * libs/queue.c:
1709         * libs/safemalloc.c:
1710         * libs/strdup.c:
1711         * libs/timeout.c:
1712         * libs/Strings.c:
1713         * libs/FRender.c:
1714         * libs/Module.c:
1715         * libs/ColorUtils.c:
1716         * libs/Colorset.c:
1717         * libs/PictureImageLoader.c:
1718         * libs/PictureGraphics.c:
1719         * libs/Graphics.c:
1720         * libs/FScreen.c:
1721         * libs/PictureUtils.c:
1722         * libs/Flocale.c:
1723         * libs/PictureBase.c:
1724         use new header files
1726         * libs/Graphics.h:
1727         * libs/XResource.h:
1728         * libs/Event.h:
1729         * libs/XError.h:
1730         * libs/ColorUtils.h:
1731         * libs/PictureBase.h:
1732         * libs/System.h:
1733         * libs/defaults.h:
1734         * libs/Cursor.h:
1735         * libs/Target.h:
1736         * libs/WinMagic.h:
1737         * libs/fvwmlib.h:
1738         * libs/Makefile.am (libfvwm_a_SOURCES):
1739         moved declarations from fvwmlib.h to new/appropriate header files
1741         * libs/XError.c:
1742         reformatted
1744         * fvwm/menus.c (paint_side_pic):
1745         fixed previous patch
1746         reindented function
1748 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1750         * fvwm/menus.c (paint_side_pic):
1751         fix a core dump
1753         * fvwm/menus.c (paint_side_pic):
1754         use simple expose information to redraw sidepics less.
1756 2007-01-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1758         * fvwm/geometry.c (constrain_size):
1759         silence gcc 4.1.1 warning.
1761         * libs/System.c (searchPath):
1762         search in pwd if no path is given.
1763         return NULL if a file dosn't exist regardless if it's absolute path
1765 2007-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1767         * fvwm/placement.c (__place_window)
1768         (__pl_under_mouse_get_pos_simple):
1769         * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
1770         * fvwm/fvwm.1.in:
1771         new style option UnderMousePlacementHonorsStartsOnPage
1773         * fvwm/update.c (init_style):
1774         don't forget stickyness when a window goes fullscreen (or when some
1775         other style is changed)
1777 2007-01-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1779         * fvwm/placement.c (__pl_cascade_get_pos_simple):
1780         properly handle title direction with cascade placement
1782         * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
1783         new default value
1785         * fvwm/placement.c (__pl_center_get_pos_simple):
1786         CenterPlacement properly handles Xinerama screens
1788 2007-01-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1790         * configure.ac:
1791         always substiture datarootdir
1793 2007-01-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1795         * fvwm/add_window.c (GetWindowSizeHints):
1796         * fvwm/geometry.c (constrain_size):
1797         undefine macros after use
1798         (constrain_size):
1799         reindented and cleaned up
1800         do not grow a window because of aspect ratio if this is not explicitly
1801         allowed by the CS_ROUND_UP flag
1802         (constrain_size):
1803         (__cs_handle_aspect_ratio):
1804         broken into separate functions and cleaned up
1806 2007-01-20  Renato Caldas  <seventhguardian@gmail.com>
1808         * fvwm/module_list.c (module_receive):
1809         (module_input_discard):
1810         allocate input data in just one call - better perfomance
1812 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1814         * fvwm/placement.c (__place_get_wm_pos):
1815         simplified to a simple loop
1816         (__explain_placement):
1817         added explanation of new placement styles
1819         * fvwm/placement.c (__place_get_wm_pos):
1820         cleanup
1821         (__pl_center_get_pos_simple):
1822         (__pl_under_mouse_get_pos_simple):
1823         (__pl_cascade_get_pos_simple):
1824         (__pl_manual_get_pos_simple):
1825         (__place_get_wm_pos):
1826         use new placement interface for CenterPlacement, UnderMousePlacement,
1827         ManualPlacement, CascadePlacement
1829         * fvwm/placement.c (__sp_get_first_pos):
1830         (__sp_get_next_pos):
1831         (__sp_get_pos_penalty):
1832         (__place_get_wm_pos):
1833         use new placement interface for SmartPlacement
1834         (SmartPlacement):
1835         removed function
1837         * fvwm/placement.c:
1838         don't use inline functions
1839         (CleverPlacement):
1840         (placement_loop):
1841         renamed function and generalized the placement interface to deal with
1842         any algorithm in the same way
1843         (__place_get_wm_pos):
1844         use new placement interface
1846         * NEWS:
1847         * configure.ac:
1848         increased version to 2.5.22
1850         * NEWS:
1851         * configure.ac:
1852         updated for 2.5.21 release
1854 2007-01-19  Dan Espen  <dane@mk.telcordia.com>
1856         * fvwm/read.h: Compile syntax error fix.
1858 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1860         * fvwm/placement.c (SmartPlacement):
1861         fixed broken SmartPlacement
1863 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1865         * fvwm/expand.c (expand_vars_extended):
1866         free allocated icon path
1868 2007-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1870         * fvwm/fvwm.1.in:
1871         some cleanup
1873         * fvwm/virtual.c:
1874         fix compile error
1876 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1878         * NEWS:
1879         * fvwm/fvwm.1.in (Scroll):
1880         * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
1881         add interactive scrolling.
1883         * fvwm/stack.c (is_transient_subtree_straight):
1884         check first above the tree root, then beneth it.
1886 2007-01-17  Renato Caldas  <seventhguardian@gmail.com>
1888         * fvwm/module_interface.h
1889         * fvwm/module_interface.c (module_input_enqueue):
1890         (module_input_execute):
1891         new functions based on AddToCommandQueue and ExecuteModuleCommand
1893         * fvwm/module_list.c (CMD_ModuleSynchronous):
1894         (PositiveWrite):
1895         * fvwm/events.c (My_XNextEvent):
1896         * fvwm/module_interface.c (ExecuteCommandQueue):
1897         using the above two new functions instead of AddToCommandQueue and
1898         ExecuteModuleCommand
1900         * fvwm/module_interface.c (cqueue_object_type):
1901         removed typedef
1903         * fvwm/module_interface.h
1904         * fvwm/module_interface.c (AddToCommandQueue):
1905         (ExecuteModuleCommand):
1906         removed functions
1908 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1910         * fvwm/fvwm.h (window_style):
1911         * fvwm/style.c (style_parse_one_style_option):
1912         icon background relief and icon title relief changed to sigend char;
1913         should fix problem with ppc and negative values for these.
1915 2007-01-16  Renato Caldas  <seventhguardian@gmail.com>
1917         * fvwm/module_list.h:
1918         * fvwm/module_list.c (module_receive):
1919         (module_input_discard):
1920         (module_input_expect):
1921         new functions to deal with module input
1923         * fvwm/module_list.h:
1924         * fvwm/module_list.c (HandleModuleInput):
1925         replaced by the above three functions
1927         * fvwm/events.c (My_XNextEvent):
1928         * fvwm/module_list.c (CMD_ModuleSynchronous):
1929         (PositiveWrite):
1930         adapted to use the above three functions instead of HandleModuleInput
1932 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1934         * configure.ac (HAVE_PNG):
1935         don't mangle png_LIBS, use --with-png-library
1937 2007-01-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1939         * NEWS:
1940         removed news about previous change after move of version-2_5_20 tag
1941         on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
1942         balls.
1944         * fvwm/stack.c (__restack_window):
1945         fix so new transient windows with StackTransientParent on top layer
1946         don't make all windows raise above the pan frames.
1948         * NEWS:
1949         * configure.ac:
1950         increased version to 2.5.21
1952         * NEWS:
1953         * configure.ac:
1954         updated for 2.5.20 release
1956 2007-01-15  Renato Caldas  <seventhguardian@gmail.com>
1958         * fvwm/fvwm.c (main):
1959         remove the call to module_init_list, the list head is instead set
1960         to NULL upon declaration
1962         * fvwm/module_list.h:
1963         * fvwm/module_list.c (module_init_list):
1964         removed function
1966 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1968         * fvwm/stack.c (is_transient_subtree_straight)
1969         (is_transient_subtree_stack_straight):
1970         use <= 32 character function name
1971         (mark_transient_subtree, is_transient_subtree_straight)
1972         (__mark_transient_subtree_test):
1973         move common tests to function to avoid code duplication
1975         * fvwm/fvwm.1.in (IconifyWindowGroups):
1976         Correctly document that windows are iconified together if the are in
1977         the same window group, not if the group leader is iconified.
1979 2007-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1981         * fvwm/add_window.c (GetWindowSizeHints):
1982         * libs/vpacket.h (ConfigWinPacket):
1983         * fvwm/module_interface.c (CONFIGARGS):
1984         * fvwm/fvwm.h (FvwmWindow):
1985         add orig_hints_width_inc and orig_hints_height_inc values to store the
1986         original resize inc  for use in FvwmIdent
1988         * fvwm/fvwm.1.in:
1989         * fvwm/style.c (style_parse_one_style_option):
1990         deprecated some "No..." styles
1991         (style_parse_one_style_option):
1992         add a NoResizeHintOverride style
1994         * fvwm/add_window.c (GetWindowSizeHints):
1995         only ignore the min_width/min_height/max_width/max_height with the
1996         ResizeHintOverride style
1998         * fvwm/icons.c (DeIconify):
1999         corrected previous fix
2001         * fvwm/placement.c (CleverPlacement):
2002         (SmartPlacement):
2003         (__place_get_wm_pos):
2004         (__place_get_nowm_pos):
2005         (__place_window):
2006         fixed smart placement
2007         unified placement func interface
2009 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2011         * NEWS:
2012         * fvwm/icons.c (DeIconify):
2013         don't loop forever.
2015         * fvwm/stack.c (is_transient_subtree_stacked_straight):
2016         fix detection of non needed lower operations
2017         (__restack_window):
2018         BroadcastRestack to modules even if non is done. (To cancel effect of
2019         already sent M_RAISE/M_LOWER)
2020         don't do raise hacks if no restack was done.
2022         * fvwm/fvwm.h (FvwmWindow):
2023         icon_nalloc_pixels is int instead of unsined int
2025         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2026         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2027         use int instead of unsigned int.
2029         * fvwm/menugeometry.c (menu_get_geometry)
2030         (menu_get_outer_geometry):
2031         * fvwm/focus.c (CMD_WarpToWindow):
2032         * fvwm/geometry.c (get_title_button_geometry):
2033         * fvwm/session.c (SaveWindowStates):
2034         * fvwm/conditional.c (CMD_WindowId):
2035         * fvwm/placement.c (__place_get_wm_pos):
2036         * fvwm/frame.c (frame_create_move_resize_args):
2037         * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2038         * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2039         * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2040         * fvwm/style.c (style_parse_icon_box_style):
2041         * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2042         (AnimatedMoveAnyWindow, __move_window, __move_loop)
2043         (__resize_window):
2044         * fvwm/events.c (HandlePropertyNotify)
2045         (__is_bpress_window_handled):
2046         * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2047         (get_menu_options):
2048         fix geometry signed pointer warnings
2050         * libs/Graphics.c (CalculateGradientDimensions):
2051         cast pointer to unsigned int*
2053         * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2054         * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2055         (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2056         change unsigned int* parameter to int*. It get's info stored in an
2057         unsigned short, so it should be OK.
2059         * fvwm/externs.h:
2060         * fvwm/fvwm.c:
2061         JunkMask is unsigned
2063         * fvwm/stack.c (__mark_group_member)
2064         (is_transient_subtree_stacked_straight, __is_restack_needed)
2065         (__restack_window, mark_transient_subtree):
2066         don't raise or lower windows if they are already at the right place.
2068 2007-01-13  Renato Caldas  <seventhguardian@gmail.com>
2070         * fvwm/module_interface.c (struct cqueue_object_type):
2071         * fvwm/module_list.h (struct fmodule_input):
2072         reused cqueue_object_type as a struct to store module input data
2073         renamed it to fmodule_input and moved it to module_list.h
2074         typedef'ed it to cqueue_object_type in module_interface.c
2076 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2078         * fvwm/placement.c (__cp_get_next_x):
2079         (__cp_get_next_y):
2080         (__cp_get_first_pos):
2081         (__cp_get_next_pos):
2082         (__cp_get_avoidance_penalty):
2083         (__cp_test_fit):
2084         (CleverPlacement):
2085         restructured and cleaned up CleverPlacement code
2087         * fvwm/style.c (style_parse_icon_box_style):
2088         * fvwm/virtual.c (HandlePaging):
2089         * fvwm/stack.c (verify_stack_ring_consistency):
2090         (ResyncFvwmStackRing):
2091         * fvwm/repeat.c:
2092         * fvwm/read.c (cursor_control):
2093         * fvwm/placement.c (__place_get_wm_pos):
2094         * fvwm/move_resize.c (GetMoveArguments):
2095         (ParseOneResizeArgument):
2096         (GetResizeArguments):
2097         (GetResizeMoveArguments):
2098         (resize_move_window):
2099         (resize_move_window):
2100         (InteractiveMove):
2101         (__move_window):
2102         (DoSnapAttract):
2103         (DoSnapAttract):
2104         (__resize_step):
2105         (__resize_window):
2106         (__resize_window):
2107         (__resize_window):
2108         (MaximizeHeight):
2109         (MaximizeWidth):
2110         (maximize_fvwm_window):
2111         (CMD_Maximize):
2112         (CMD_Maximize):
2113         * fvwm/misc.c:
2114         * fvwm/menustyle.h (MenuStyle):
2115         * fvwm/menus.c (MenuSizingParameters):
2116         (make_menu_window):
2117         (paint_menu_gradient_background):
2118         (paint_menu_gradient_background):
2119         (select_menu_item):
2120         (do_menus_overlap):
2121         (pop_menu_up):
2122         (pop_menu_down_and_repaint_parent):
2123         (__mloop_handle_action_without_mi):
2124         (do_menu):
2125         (get_menu_options):
2126         (get_menu_options):
2127         * fvwm/menuroot.h (MenuRootStatic):
2128         (MenuRootDynamic):
2129         * fvwm/menuitem.h (MenuPaintItemParameters):
2130         * fvwm/menugeometry.h:
2131         * fvwm/menubindings.c (menu_shortcuts):
2132         * fvwm/icons.c (SetIconPixmapSize):
2133         (GetIconPicture):
2134         (DrawIconTitleWindow):
2135         (AutoPlaceIcon):
2136         (do_all_iconboxes):
2137         (GetIconWindow):
2138         (GetIconBitmap):
2139         * fvwm/gnome.c (GNOME_GetHintIcons):
2140         * fvwm/functions.c (FvwmFunction):
2141         (__execute_function):
2142         (__cf_cleanup):
2143         (execute_complex_function):
2144         * fvwm/fvwm.c (JunkWidth):
2145         (JunkHeight):
2146         (JunkBW):
2147         (JunkDepth):
2148         (JunkMask):
2149         (main):
2150         * fvwm/externs.h (JunkWidth):
2151         (JunkHeight):
2152         (JunkBW):
2153         (JunkDepth):
2154         (JunkMask):
2155         * fvwm/focus.c (CMD_WarpToWindow):
2156         * fvwm/expand.c (__eae_parse_range):
2157         (expand_args_extended):
2158         (expand_vars_extended):
2159         (expand_vars_extended):
2160         * fvwm/ewmh_names.c (EWMH_WMIconName):
2161         (EWMH_WMName):
2162         * fvwm/ewmh_intern.h:
2163         * fvwm/ewmh_icons.c (ewmh_WMIcon):
2164         (EWMH_DoUpdateWmIcon):
2165         (ewmh_SetWmIconFromPixmap):
2166         (ewmh_SetWmIconFromPixmap):
2167         (EWMH_DeleteWmIcon):
2168         (extract_wm_icon):
2169         (extract_wm_icon):
2170         (EWMH_SetIconFromWMIcon):
2171         * fvwm/ewmh_events.c (ewmh_WMDesktop):
2172         (ewmh_WMState):
2173         (ewmh_WMIconGeometry):
2174         (ewmh_WMStrut):
2175         * fvwm/ewmh.h:
2176         * fvwm/ewmh.c (ewmh_ChangeProperty):
2177         (ewmh_ChangeProperty):
2178         (atom_get):
2179         (ewmh_AtomGetByName):
2180         (ewmh_AddToKdeSysTray):
2181         (EWMH_GetWorkAreaIntersection):
2182         (ewmh_HandleWindowType):
2183         (ewmh_check_wm_pid):
2184         * fvwm/geometry.c (constrain_size):
2185         * fvwm/geometry.h:
2186         * fvwm/events.c (__handle_cr_on_client):
2187         (WaitForButtonsUp):
2188         * fvwm/events.h:
2189         * libs/PictureImageLoader.c:
2190         * libs/PictureImageLoader.h:
2191         * libs/WinMagic.c:
2192         * libs/fvwmlib.h:
2193         * libs/Graphics.c (ParseGradient):
2194         (CalculateGradientDimensions):
2195         (CreateGradientPixmap):
2196         (CreateGradientPixmapFromString):
2197         * fvwm/colorset.c (update_root_pixmap):
2198         * fvwm/builtins.c (CMD_Echo):
2199         (CMD_State):
2200         * fvwm/add_window.c (AddWindow):
2201         * fvwm/screen.h (DecorFace):
2202         use int instead of unsigned int
2204         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2205         * fvwm/colormaps.c (EnterSubWindowColormap):
2206         (LeaveSubWindowColormap):
2207         (FetchWmColormapWindows):
2208         * libs/vpacket.h:
2209         * libs/CombineChars.c (char_combclass):
2210         use short instead of short int
2211         use long instead of long int
2213         * libs/PictureBase.h (FvwmPictureAttributes):
2214         (FvwmRenderAttributes):
2215         * libs/Flocale.h (FlocaleFont):
2216         * fvwm/style.c (style_parse_icon_grid_style):
2217         * fvwm/menus.c (size_menu_horizontally):
2218         (size_menu_vertically):
2219         (paint_menu):
2220         (AddToMenu):
2221         * fvwm/menuitem.c (menuitem_paint):
2222         (menuitem_free):
2223         * fvwm/menuitem.h (MenuItem):
2224         * fvwm/geometry.c (set_window_border_size):
2225         * fvwm/decorations.c (SelectDecor):
2226         use int instead of short
2228         * fvwm/screen.h (FvwmAcs):
2229         (DecorFace):
2230         * fvwm/menus.c (MenuSizingParameters):
2231         (size_menu_horizontally):
2232         (update_menu):
2233         (paint_menu_gradient_background):
2234         * fvwm/menuroot.h (MenuRootStatic):
2235         * fvwm/menuitem.h (MenuItem):
2236         (MenuItemPartSizesT):
2237         * fvwm/menuitem.c (menuitem_get_size):
2238         * fvwm/menudim.h (MenuDimensions):
2239         use int instead of unsigned short
2241 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2243         * libs/gravity.h:
2244         * libs/gravity.c (gravity_move_resize_parent_child):
2245         * fvwm/frame.h:
2246         * fvwm/frame.c (mr_args_internal):
2247         (frame_setup_border):
2248         (frame_setup_titlebar):
2249         (frame_get_resize_decor_gravities):
2250         (frame_get_titlebar_dimensions):
2251         use rectangle instead of signed_rectangle
2253         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2254         * libs/fvwmrect.h (signed_rectangle):
2255         removed type
2256         (rectangle):
2257         (size_rect):
2258         widht and height are now signed values
2260         * fvwm/placement.c (get_next_x):
2261         (__cp_get_next_x):
2262         (get_next_x):
2263         (__cp_get_next_y):
2264         (__test_fit):
2265         (__cp_test_fit):
2266         renamed functions
2268         * fvwm/placement.c (get_next_x):
2269         (get_next_y):
2270         (test_fit):
2271         (CleverPlacement):
2272         cleanup
2274 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2276         * NEWS:
2277         NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2278         StickyAcrossDesksIcon.
2280 2007-01-13  Serge Koksharov  <gentoosiast dog yandex dot ru>
2282         * fvwm/conditional.c (CreateConditionMask):
2283         added conditions StickyIcon, StickyAcrossPagesIcon and
2284         StickyAcrossDesksIcon.
2286         * fvwm/fvwm.1.in:
2287         documented new conditional tests.
2288         removed descriptions of styles StickyIconPage & StickyIconDesk which
2289         actually don't exists in fvwm.
2290         moved StickyIcon/SlipperyIcon descriptions immediately after
2291         Sticky/Slippery description.
2293 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2295         * fvwm/placement.c (SmartPlacemen):
2296         (__sp_test_window):
2297         cleaned up SmartPlacement code
2299 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2301         * fvwm/ConfigFvwmMenuDefaults:
2302         Mouse 0 MS A MenuLeaveSubmenu instead.
2304         * fvwm/ConfigFvwmMenuDefaults:
2305         Mouse 0 MS A MenuClose to make sidepic and border behave as
2306         before menu bindings.
2308         * fvwm/fvwm.1.in:
2309         * libs/wcontext.h (enum):
2310         * fvwm/menubindings.c (menu_binding):
2311         (menu_shortcuts):
2312         Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2314         * fvwm/menustyle.c (menustyle_parse_old_style):
2315         add a message of deprecation.
2317 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2319         * fvwm/module_list.h:
2320         * fvwm/module_list.c:
2321         new files for module handling code.
2323         * fvwm/module_list.h:
2324         * fvwm/module_interface.h:
2325         * fvwm/module_list.c:
2326         * fvwm/module_interface.c:
2327         (struct mqueue_object_type):
2328         (msg_mask_set):
2329         (module_alloc):
2330         (module_insert):
2331         (module_remove):
2332         (module_free):
2333         (module_get_next):
2334         (set_message_mask):
2335         (get_pipe_name):
2336         (initModules):
2337         (ClosePipes):
2338         (do_execute_module):
2339         (executeModuleDesperate):
2340         (CMD_Module):
2341         (CMD_ModuleListenOnly):
2342         (CMD_ModuleSynchronous):
2343         (HandleModuleInput):
2344         (DeadPipe):
2345         (KillModule):
2346         (KillModuleByName):
2347         (CMD_KillModule):
2348         (PositiveWrite):
2349         (DeleteMessageQueueBuff):
2350         (FlushMessageQueue):
2351         (FlushAllMessageQueues):
2352         (CMD_set_mask):
2353         (CMD_set_sync_mask):
2354         (CMD_set_nograb_mask):
2355         (skipModuleAliasToken):
2356         (countModules):
2357         (struct msg_masks_t):
2358         (struct fmodule):
2359         moved from module_interface.c/h to module_list.c/h
2361         * fvwm/module_list.h (do_execute_module):
2362         * fvwm/module_interface.h (AddToCommandQueue):
2363         (ExecuteModuleCommand):
2364         initialy static functions are exposed for now. Should be fixed soon.
2366         * fvwm/Makefile.am:
2367         added module_list.h and module_list.c
2368         reorganized the c files by size
2370         * fvwm/module_list.h:
2371         * fvwm/module_list.c:
2372         * fvwm/events.c:
2373         * fvwm/fvwm.c:
2374         * fvwm/session.c:
2375         * fvwm/stack.c:
2376         (initModules):
2377         (module_init_list):
2378         (ClosePipes):
2379         (module_kill_all):
2380         (KillModule):
2381         (module_kill):
2382         (countModules):
2383         (module_count):
2384         renamed functions to a unified style
2386         * fvwm/module_interface.h:
2387         * fvwm/module_interface.c:
2388         * fvwm/fvwm.c:
2389         * fvwm/events.c:
2390         * fvwm/modconf.c
2391         * fvwm/session.c:
2392         * fvwm/stack.c:
2393         * fvwm/windowshade.c:
2394         * fvwm/functions.c:
2395         * fvwm/move_resize.c:
2396         include file cleanup
2398         * fvwm/module_list.c (do_execute_module):
2399         made absolutely sure the module's read fd is >=0 before inserting
2400         the module on the list
2402         * fvwm/events.c (My_XNextEvent):
2403         * fvwm/module_list.c (PositiveWrite):
2404         (CMD_ModuleSynchronous):
2405         assume module read fd is allways >=0 (remove the tests)
2407         * fvwm/module_list.c (module_free):
2408         no need to test if fd >=0 when closing the pipes.
2410 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2412         * fvwm/menuitem.c (draw_higlight_background):
2413         fix x-origin of HGradients
2415 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2417         * fvwm/module_interface.c (FlushMessageQueues):
2418         fixed not flushing the first module on the list
2420 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2422         * libs/Flocale.c (FlocaleGetFftFont):
2423         add sanity check for NULL fontname.
2425         * NEWS:
2426         * fvwm/fvwm.1.in:
2427         * fvwm/menuitem.c (menuitem_paint):
2428         (draw_hilight_background):
2429         make all kinds of pixmaps work with hilight background
2431         * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2432         * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2433         (CreateBackgroundPixmap):
2434         added CreateOffsetBackgroundPixmap with the ability to create
2435         transparent images at an offset relative to the window.
2437 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2439         * fvwm/menus.c (__mloop_exit):
2440         (struct):
2441         (__mloop_get_event)
2442         (__mloop_handle_event):
2443         don't warp to parent item when entering other item with mouse.
2445         * NEWS:
2446         * fvwm/fvwm.1.in:
2447         * fvwm/menustyle.c (menustyle_update):
2448         make use of colorset TiledPixmap option with HiglightBack
2449         and HiglightTitleBack menu styles.
2451 2007-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2453         * libs/FScreen.c:
2454         reformatted
2456 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2458         * libs/FScreen.c (FScreenParseGeometry):
2459         don't look up screen info if screen is undefined
2461 2007-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2463         * ONEWS:
2464         * NEWS:
2465         moved the NEWS of 2.2.x and 2.3.x to ONEWS
2467         * libs/fio.c (fvwm_send):
2468         compile fixes
2470         * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2471         added macro
2473         * libs/fio.c:
2474         * libs/fio.h:
2475         new utility files to wrap writing/reading standard lib functions that
2476         might be interrupted
2478 2007-01-05  Serge Koksharov  <gentoosiast dog yandex dot ru>
2480         * fvwm/ewmh_intern.h:
2481         compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2482         instead of <time.h>.
2484         * fvwm/windowlist.h:
2485         removed unneeded file.
2487         * fvwm/Makefile.am:
2488         removed windowlist.h from build list.
2490         * libs/PictureUtils.c:
2491         include "ftime.h" instead of <time.h>.
2492         fvwmlib.h header name should be in double quotes not in angle
2493         brackets.
2495         * libs/System.c:
2496         include "ftime.h" instead of <sys/time.h>.
2498 2007-01-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2500         * ChangeLog:
2501         make my email less spider-friendly
2503         * fvwm/bindings.c (binding_cmd):
2504         (ParseBinding):
2505         fix core
2507 2007-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2509         * fvwm/screen.h (ScreenInfo):
2510         made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2511         casting signed values in calculations to be cast to unsigned
2513         * fvwm/focus.c (__activate_window_by_command):
2514         don't warp the viewport if the center of the window is already in view
2515         fixed a bug in window positioning
2517 2007-01-03  Serge Koksharov  <gentoosiast dog yandex dot ru>
2519         * NEWS:
2520         FvwmIconBox IconColorset's bg wasn't updated immediately.
2522 2007-01-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2524         * fvwm/fvwm.c (main):
2525         close all open fds upon startup
2526         reopen stdin, stdout and stderr if necessary
2527         (reopen_fd):
2528         new function
2530         * fvwm/module_interface.c (do_execute_module):
2531         simplified error handling
2532         check maximum fd when creating modules
2534         * fvwm/events.c (My_XNextEvent):
2535         * fvwm/fvwm.c (main):
2536         replaced fd_width with fvwmlib_max_fd
2538         * libs/fvwmlib.h:
2539         * libs/System.c (fvwmlib_init_max_fd):
2540         added function and fvwmlib_max_fd
2542         * fvwm/events.c (My_XNextEvent):
2543         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2544         switch back to using FD_SET
2546         * fvwm/events.c (My_XNextEvent:
2547         * fvwm/module_interface.h:
2548         * fvwm/module_interface.c:
2549         hide module structure members with access macros and use them
2550         everywhere
2552 2007-01-02  Renato Caldas  <seventhguardian@gmail.com>
2554         * fvwm/module_interface.c (module_add_to_fdsets):
2555         * fvwm/module_interface.h:
2556         created new function that also checks for too many open fds
2558         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2559         * fvwm/events.c (My_XNextEvent):
2560         now using module_add_to_fdset to add pipes to the fdsets
2562 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2564         * libs/defaults.h (MAX_NUM_MODULES):
2565         * fvwm/module_interface.c (module_alloc):
2566         (do_execute_module):
2567         removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2569         * fvwm/module_interface.c (do_execute_module):
2570         moved the allocation call to the end of the sanity checks and pipe
2571         creation - better for performance
2573 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2575         END MODULE STRUCT PATCHES
2577         * fvwm/module_interface.c (do_execute_module):
2578         fixed another memory leak
2580 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2582         * fvwm/module_interface.h:
2583         * fvwm/module_interface.c:
2584         * fvwm/modconf.c:
2585         renamed struct module member "pipeName" and "pipeAlias" to "name"
2586         and "alias"
2588         * fvwm/module_interface.c (do_execute_module):
2589         fixed possible memory leak
2591 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2593         * fvwm/events.c (My_XNextEvent):
2594         * fvwm/module_interface.c (module_alloc):
2595         (do_execute_module):
2596         (KillModule):
2597         * fvwm/module_interface.h (fmodule):
2598         replaced int with a flag struct
2600         * fvwm/module_interface.h:
2601         * fvwm/events.c (My_XNextEvent):
2602         * fvwm/module_interface.c (module_alloc):
2603         (module_free):
2604         (module_insert):
2605         (ClosePipes):
2606         add new modules at front of list again
2607         removed global variable init_fdset; use a flag in the module struct
2608         instead
2609         removed the now obsolete module slot count
2611 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2613         * fvwm/module_interface.c (module_remove):
2614         (KillModule):
2615         moved module remotion code to module_remove()
2617 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2619         * fvwm/events.c (My_XNextEvent):
2620         fixed startup commands
2622         * fvwm/module_interface.c (module_insert):
2623         (module_free):
2624         (KillModule):
2625         (ClosePipes):
2626         append modules at end of list
2628         * fvwm/events.c (My_XNextEvent):
2629         fixed core
2631         * fvwm/module_interface.c (ExecuteModuleCommand):
2632         (PositiveWrite):
2633         (KillModuleByName):
2634         (BroadcastPacket):
2635         (BroadcastNewPacket):
2636         (BroadcastName):
2637         (BroadcastFvwmPicture):
2638         (BroadcastColorset):
2639         (BroadcastPropertyChange):
2640         (BroadcastConfigInfoString):
2641         (CMD_SendToModule):
2642         (FlushAllMessageQueues):
2643         (countModules):
2644         (CMD_set_mask):
2645         (CMD_set_sync_mask):
2646         (CMD_set_nograb_mask):
2647         cleanup
2648         (skipModuleAliasToken):
2649         use MAX_MODULE_ALIAS_LEN
2651         * fvwm/module_interface.c (KillModule):
2652         (do_execute_module):
2653         (module_alloc):
2654         added a "slot" member to the module struct to fix the init_fdset hack
2655         for now
2657         * libs/defaults.h (MAX_NUM_MODULES):
2658         (MAX_MODULE_ALIAS_LEN):
2659         new config values
2661         * fvwm/module_interface.c (do_execute_module):
2662         rewrote module struct initialization
2663         (HandleModuleInput):
2664         use %p to print module address, don't cast it to int
2666         * fvwm/module_interface.c (ClosePipes):
2667         (KillModule):
2668         use module_free
2669         (msg_mask_set):
2670         (module_insert):
2671         (module_alloc):
2672         new functions()
2674         * fvwm/module_interface.c (FreeModule):
2675         (module_free):
2676         renamed function
2678         * fvwm/module_interface.c (KillModule):
2679         (FreeModule):
2680         * fvwm/events.c (My_XNextEvent):
2681         * fvwm/execcontext.h:
2682         * fvwm/modconf.c (CMD_Send_ConfigInfo):
2683         (ModuleConfig):
2684         * fvwm/stack.c (BroadcastRestack):
2685         cleanup
2687         * fvwm/module_interface.c (module_get_next):
2688         * fvwm/module_interface.h:
2689         new function
2691 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2693         * fvwm/modconf.c (ModuleConfig):
2694         (SendConfigToModule):
2695         (send_xinerama_state):
2696         (send_desktop_names):
2697         (send_desktop_geometry):
2698         (send_image_path):
2699         (send_color_limit):
2700         (send_colorsets):
2701         (send_click_time):
2702         (send_move_threshold):
2703         (send_ignore_modifiers):
2704         (CMD_Send_ConfigInfo):
2705         * fvwm/functions.c (__execute_function):
2706         * fvwm/events.c (My_XNextEvent):
2707         * fvwm/module_interface.h (msg_masks_t):
2708         (fmodule):
2709         * fvwm/execcontext.c (__exc_change_context):
2710         (exc_create_null_context):
2711         * fvwm/execcontext.h:
2712         Initial module struct patches
2714         BEGIN MODULE STRUCT PATCHES
2716 2006-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2718         * fvwm/events.c (HandleFocusOut):
2719         (__refocus_stolen_focus_win):
2720         (HandleEnterNotify):
2721         less disruptive way of restoring focus to the window it was stolen from
2723 2006-12-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2725         * fvwm/events.c (HandleEnterNotify):
2726         restore focus to windows that had it stolen by
2727         unmanaged windows on enter of any unmanaged windows.
2729 2006-12-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2731         * fvwm/menubindings.c:
2732         don't include menus.h
2734         * fvwm/ConfigFvwmMenuDefaults:
2735         all bindings are silent
2737 2006-12-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2739         * fvwm/ConfigFvwmMenuDefaults:
2740         make all numpad keys silent -- not all keyboads have a numpad
2741         add KP_Separator for MenuClose
2743 2006-12-30  Serge Koksharov  <gentoosiast dog yandex dot ru>
2745         * fvwm/fvwm.1.in:
2746         documented missing menu bindings.
2748         * fvwm/ConfigFvwmMenuDefaults:
2749         fixed wrong menu bindings.
2751 2006-12-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2753         * fvwm/menubindings.c:
2754         * fvwm/menubindings.h:
2755         * fvwm/menucmd.c:
2756         * fvwm/menudim.c:
2757         * fvwm/menudim.h:
2758         * fvwm/menugeometry.c:
2759         * fvwm/menugeometry.h:
2760         * fvwm/menuitem.c:
2761         * fvwm/menuitem.h:
2762         * fvwm/menuroot.h:
2763         * fvwm/menus.c:
2764         * fvwm/menus.h:
2765         * fvwm/move_resize.c:
2766         * fvwm/move_resize.h:
2767         * fvwm/windowlist.c:
2768         simplified including header files
2770         * fvwm/menus.c (__mloop_handle_event):
2771         * fvwm/menuparameters.h:
2772         * fvwm/menubindings.c (menu_shortcuts):
2773         do not call find_entry directly but return MENU_NEWITEM_FIND instead
2775         * fvwm/menus.c (__mloop_handle_event):
2776         * fvwm/menuparameters.h:
2777         * fvwm/menubindings.c (menu_shortcuts):
2778         do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
2779         instead
2781         * fvwm/menus.h (MenuParameters):
2782         (MenuOptions):
2783         (MenuPosHints):
2784         (MenuRC):
2785         (MenuReturn):
2786         (MenuRepaintTransparentParameters):
2787         * fvwm/menuparameters.h (MenuParameters):
2788         (MenuOptions):
2789         (MenuPosHints):
2790         (MenuRC):
2791         (MenuReturn):
2792         (MenuRepaintTransparentParameters):
2793         moved to menuparameters.h
2795         * fvwm/menus.h (MenuRoot):
2796         (MenuRootDynamic):
2797         (MenuRootStatic):
2798         * fvwm/menutypes.h (MenuRoot):
2799         (MenuRootDynamic):
2800         (MenuRootStatic):
2801         moved to menuroot.h
2803         * fvwm/menus.c (menu_get_geometry):
2804         (menu_get_outer_geometry):
2805         * fvwm/menugeometry.c (menu_get_geometry):
2806         (menu_get_outer_geometry):
2807         moved to menugeometry.c
2809         * fvwm/menuparameters.h:
2810         * fvwm/menutypes.h:
2811         * fvwm/menugeometry.c:
2812         * fvwm/menugeometry.h:
2813         * fvwm/Makefile.am:
2814         new files
2816         * fvwm/menubindings.h (enum):
2817         * fvwm/menus.c (enum):
2818         moved enum menu_shortcut_action to menubindings.h
2819         (get_selectable_item_index):
2820         (get_selectable_item_from_index):
2821         (get_selectable_item_from_section):
2822         (get_selectable_item_count):
2823         (parse_menu_action):
2824         moved to menubindings.c
2826         * fvwm/menus.c (enum):
2827         (parse_menu_action):
2828         (menuShortcuts):
2829         renamed enum shortcut_action to menu_shortcut_action
2831         * fvwm/fvwm.c (SetRCDefaults):
2832         read default config file after all other defaults
2834 2006-12-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2836         * fvwm/ConfigFvwmMenuDefaults:
2837         * fvwm/fvwm.c (SetRCDefaults):
2838         make the hard coded menu bindings load before ConfigFvwmDefaults
2839         move Mouse 0 ... to ConfigFvwmMenuDefaults
2841 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2843         * fvwm/ConfigFvwmMenuDefaults:
2844         * fvwm/fvwm.c (SetRCDefaults):
2845         added hard coded default menu bindings
2847 2006-12-29  Serge Koksharov  <gentoosiast dog yandex dot ru>
2849         * fvwm/fvwm.1.in:
2850         documentation fixes.
2852 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2854         * fvwm/bindings.c:
2855         * fvwm/menubindings.h:
2856         * fvwm/menubindings.c:
2857         * fvwm/menus.h:
2858         * fvwm/menus.c:
2859         * fvwm/Makefile.am:
2860         moved new menu binding code to menubindings.c, menubindings.h
2861         split binding into a regular list and a fallback list that can not be
2862         modified
2864         * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
2865         fixed calculation of new geometry if x or y is negative
2867         * fvwm/geometry.c (maximize_adjust_offset):
2868         fixed calculations of normal geometry when maximized
2870 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2872         * NEWS:
2873         * fvwm/ConfigFvwmMenuDefaults:
2874         * fvwm/fvwm.c (SetRCDefaults):
2875         * fvwm/menus.c (parse_menu_action):
2876         * fvwm/fvwm.1.in:
2877         rename menu action to menu bindings and make menu binding commands
2878         more verbose.  Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
2879         ensure basic function with ConfigFvwmMenuDefaults missing.
2881 2006-12-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2883         * fvwm/menus.c (menuShortcuts):
2884         fixed compiler warning.
2886 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2888         * fvwm/fvwm.1.in:
2889         corrected mis-spelling
2891         * AUTHORS:
2892         * NEWS:
2893         * fvwm/fvwm.1.in:
2894         * fvwm/menus.h:
2895         * fvwm/menus.c (handle_emacs_bindings):
2896         (parse_menu_action)
2897         (menuShortcuts):
2898         (__mloop_handle_event):
2899         (menu_binding):
2900         * fvwm/bindings.c (ParseBinding):
2901         * fvwm/Makefile.am (config_DATA):
2902         * fvwm/ConfigFvwmDefaults:
2903         * fvwm/ConfigFvwmMenuDefaults:
2904         fully configurable mouse any key bindings for menu navigation.
2906 2006-12-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2908         * fvwm/virtual.c (HandlePaging):
2909         removed bogus comment
2911         * fvwm/move_resize.c (__move_loop):
2912         cleanup
2913         (__resize_window):
2914         allow paging during resize with "EdgeScroll 0 0" as documented in the
2915         man page
2916         fixed disappearing windows with "maximize; resize - abort; unmaximize"
2918         * fvwm/fvwm.h (FvwmWindow):
2919         * fvwm/add_window.c (AddWindow):
2920         * fvwm/add_window.c (setup_frame_window):
2921         * fvwm/add_window.c (setup_parent_window)
2922         * fvwm/borders.c (border_draw_decorations):
2923         * fvwm/borders.c (border_draw_one_border_part):
2924         * fvwm/borders.c (border_get_parts_and_pos_to_draw)
2925         * fvwm/borders.c (border_get_titlebar_descr)
2926         * fvwm/builtins.c (__remove_window_decors):
2927         * fvwm/conditional.c (MatchesConditionMask):
2928         * fvwm/events.c (HandleMapNotify):
2929         * fvwm/events.c (HandleMapRequestKeepRaised)
2930         * fvwm/events.c (HandlePropertyNotify):
2931         * fvwm/events.c (HandleShapeNotify):
2932         * fvwm/events.c (__cr_detect_icccm_move)
2933         * fvwm/events.c (__cr_get_grav_position):
2934         * fvwm/events.c (__cr_get_static_position)
2935         * fvwm/events.c (__handle_configure_request)
2936         * fvwm/events.c (__handle_cr_on_client):
2937         * fvwm/ewmh.c (EWMH_fullscreen):
2938         * fvwm/focus.c (__activate_window_by_command):
2939         * fvwm/focus.c (__set_focus_to_fwin):
2940         * fvwm/focus.c (warp_to_fvwm_window):
2941         * fvwm/frame.c (__frame_setup_window):
2942         * fvwm/frame.c (frame_create_move_resize_args)
2943         * fvwm/frame.c (frame_free_move_resize_args):
2944         * fvwm/frame.c (frame_move_resize_step)
2945         * fvwm/frame.c (frame_reshape_border):
2946         * fvwm/geometry.c (constrain_size):
2947         * fvwm/geometry.c (get_icon_corner)
2948         * fvwm/geometry.c (get_page_offset):
2949         * fvwm/geometry.c (get_page_offset_check_visible):
2950         * fvwm/geometry.c (get_shaded_client_window_pos):
2951         * fvwm/geometry.c (get_title_button_geometry):
2952         * fvwm/geometry.c (get_title_geometry)
2953         * fvwm/geometry.c (get_unshaded_geometry):
2954         * fvwm/geometry.c (get_visible_window_or_icon_geometry)
2955         * fvwm/geometry.c (gravity_constrain_size):
2956         * fvwm/geometry.c (maximize_adjust_offset):
2957         * fvwm/geometry.c (update_absolute_geometry):
2958         * fvwm/geometry.c (update_relative_geometry)
2959         * fvwm/gnome.c (GNOME_SetWinArea):
2960         * fvwm/icons.c (AutoPlaceIcon):
2961         * fvwm/icons.c (DeIconify):
2962         * fvwm/icons.c (Iconify):
2963         * fvwm/module_interface.c (CONFIGARGS):
2964         * fvwm/move_resize.c (AnimatedMoveAnyWindow)
2965         * fvwm/move_resize.c (CMD_Maximize):
2966         * fvwm/move_resize.c (CMD_ResizeMaximize):
2967         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
2968         * fvwm/move_resize.c (__move_loop):
2969         * fvwm/move_resize.c (__move_window):
2970         * fvwm/move_resize.c (__resize_window):
2971         * fvwm/move_resize.c (maximize_fvwm_window):
2972         * fvwm/move_resize.c (resize_move_window):
2973         * fvwm/move_resize.c (stick_across_pages):
2974         * fvwm/move_resize.c (unmaximize_fvwm_window):
2975         * fvwm/placement.c (__explain_placement):
2976         * fvwm/placement.c (__place_get_wm_pos):
2977         * fvwm/placement.c (get_next_x):
2978         * fvwm/placement.c (get_next_y):
2979         * fvwm/placement.c (test_fit)
2980         * fvwm/session.c (MatchWinToSM):
2981         * fvwm/session.c (SaveWindowStates):
2982         * fvwm/update.c (apply_window_updates):
2983         * fvwm/virtual.c (MoveViewport):
2984         * fvwm/windowlist.c (CMD_WindowList):
2985         * fvwm/windowshade.c (CMD_WindowShade):
2986         put some of the window geometry members into a separate struct window_g
2987         with members frame, normal, max, max_defect, max_offset
2989 2006-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2991         * NEWS:
2992         * AUTHORS:
2993         * fvwm/window_flags.h:
2994         * fvwm/style.h:
2995         * fvwm/style.c (style_parse_one_style_option):
2996         * fvwm/icons.c (DrawIconTitleWindow):
2997         * fvwm/fvwm.h (common_flags_t):
2998         * fvwm/fvwm.1.in (Style):
2999         * fvwm/borders.c:
3000         (border_draw_title_stick_lines):
3001         Applied Stippled patch by Thomas Adam with some fixes.
3003 2006-12-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3005         * NEWS:
3006         FvwmWinList button/list syncronization fixed (bug #1393)
3008 2006-12-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3010         * NEWS:
3011         * configure.ac:
3012         updated for 2.5.20.
3014         * NEWS:
3015         * configure.ac:
3016         updated for 2.5.19 release
3018         * NEWS:
3019         updated after 2.4.20 release
3021         * NEWS:
3022         * fvwm/focus.c (focus_get_fpol_context_flag):
3023         * fvwm/events.c (__check_click_to_focus_or_raise)
3024         (__handle_click_to_focus):
3025         Treat EWMH desktop as client window under click to focus. (#1492)
3027 2006-12-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3029         * libs/Module.h (MX_REPLY):
3030         (MAX_EXTENDED_MESSAGES):
3031         (MAX_XMSG_MASK):
3032         * fvwm/module_interface.c (CMD_Send_Reply):
3033         * fvwm/functable.c (func_table):
3034         * fvwm/commands.h:
3035         Added Send_Reply module only command.
3037 2006-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3039         * libs/PictureUtils.c (init_static_colors_table):
3040         fix fvwm for < 8 bit depth, bug #1677
3042 2006-11-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3044         * fvwm/misc.c (IsRectangleOnThisPage):
3045         new fix for signedness problems.
3047 2006-10-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3049         * fvwm/misc.c (IsRectangleOnThisPage):
3050         fix signedness problem with test introduced by gcc4 fix below.
3052 2006-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3054         * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3055         (size_rect):
3056         (rectangle)
3057         (signed_rectangle):
3058         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3059         * libs/gravity.h (gravity_move_resize_parent_child):
3060         * libs/gravity.c (gravity_move_resize_parent_child):
3061         * fvwm/frame.h (frame_get_titlebar_dimensions)
3062         * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3063         (frame_get_resize_decor_gravities):
3064         (mr_args_internal):
3065         (frame_setup_border):
3066         (frame_setup_titlebar)
3067         (frame_get_resize_decor_gravities):
3068         (frame_get_titlebar_dimensions):
3069         split rectangle into a signed size and an unsigned size type.
3071         * fvwm/screen.h (ScreenInfo):
3072         * libs/FScreen.h (FScreenGetScrRect):
3073         (FScreenGetResistanceRect):
3074         * libs/FScreen.c (XineramaScreenInfo):
3075         (FScreenGetGeometry)
3076         (FScreenGetScrRect):
3077         (FScreenClipToScreen):
3078         (FScreenCenterOnScreen)
3079         (FScreenGetResistanceRect):
3080         (FScreenIsRectangleOnScreen):
3081         * fvwm/fvwm.h (FvwmWindow):
3082         * fvwm/screen.h (DecorFace):
3083         * libs/fvwmlib.h (CreateGradientPixmap):
3084         * libs/Graphics.c (CreateGradientPixmap):
3085         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3086         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3087         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3088         (PImageLoadPixmapFromFile):
3089         (PImageLoadPixmapFromXpmData):
3090         * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3091         (PImageCreatePixmapFromArgbData):
3092         (PImageLoadPixmapFromFile)
3093         (PImageLoadFvwmPictureFromFile):
3094         (PImageLoadPixmapFromXpmData):
3095         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3096         * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3097         (EWMH_SetIconFromWMIcon):
3098         * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3099         * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3100         * fvwm/colorset.c (parse_colorset):
3101         * fvwm/icons.c (DrawIconTitleWindow):
3102         (AutoPlaceIcon)
3103         (do_all_iconboxes):
3104         * fvwm/menus.h (MenuRootDynamic):
3105         * fvwm/menus.c (update_menu):
3106         (pop_menu_up):
3107         (do_menu)
3108         (get_menu_options):
3109         * fvwm/move_resize.c (GetMoveArguments):
3110         (ParseOneResizeArgument)
3111         (GetResizeArguments):
3112         (GetResizeMoveArguments):
3113         (DoSnapAttract)
3114         (__move_loop):
3115         (CMD_Maximize):
3116         change dimensions and allocation counts to unsigned types.
3118         * libs/Flocale.h (FlocaleStringNumberOfBytes)
3119         (FlocaleStringByteToCharOffset):
3120         (FlocaleStringCharToByteOffset)
3121         (FlocaleStringCharLength)
3122         * libs/Flocale.c (FlocaleStringNumberOfBytes)
3123         (FlocaleStringByteToCharOffset):
3124         (FlocaleStringCharToByteOffset)
3125         (FlocaleStringCharLength):
3126         (FlocaleUtf8ToUnicodeStr2b)
3127         (FlocaleStringToString2b):
3128         (FlocaleEncodeString):
3129         * libs/Ficonv.c (convert_charsets):
3130         change most string types to char* from unsigned char* to match
3131         with system headers without casts.
3133         * libs/Flocale.c (FlocaleLoadFont):
3134         init shadow_dir to make gcc 4 happy.
3136         * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3137         (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3138         (CSETS_IS_TRANSPARENT_ROOT_PURE)
3139         (CSETS_IS_TRANSPARENT_PR_PURE):
3140         (CSETS_IS_TRANSPARENT_ROOT)
3141         (CSETS_IS_TRANSPARENT):
3142         compare pointer with NULL, not >= 0.
3144         * libs/FTips.h (ftips_position_t):
3145         * fvwm/expand.c (partial_extended_vars):
3146         * fvwm/placement.c (preason_screen_t):
3147         remove comma last in enums.
3149         * fvwm/style.c (style_parse_focus_policy_style):
3150         change 0xffffffff to ~0 to silience truncation warning.
3152         * fvwm/session.h (mwtsm_state_args):
3153         make flags unsigned.
3155         * fvwm/schedule.c (sq_object_type):
3156         change // to /* ... */
3158         * libs/Fft.c (FftGetFontWidths):
3159         (FftTextWidth):
3160         * libs/FScreen.c (FScreenConfigureSLSScreens):
3161         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3162         (EWMH_SetDesktopNames):
3163         * fvwm/fvwm.c (LoadDefaultLeftButton):
3164         (LoadDefaultRightButton):
3165         * fvwm/builtins.c (ReadDecorFace):
3166         (CMD_State):
3167         silence signedness warnings by casts.
3169         * fvwm/borders.c (ROTATE_RECTANGLE):
3170         make sure tr is initialized.
3172         * fvwm/add_window.c (FetchWmProtocols):
3173         use unsigned type for l_protocols.
3175 2006-09-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3177         * fvwm/events.c (HandleFocusIn):
3178         (HandleFocusOut):
3179         * fvwm/focus.c (__set_focus_to_fwin):
3180         fix focus decoration when unmanaged are focused, unless
3181         FlickeringQtDialogsWorkaround is on. Closes bug #758.
3183 2006-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3185         * fvwm/geometry.c (constrain_size):
3186         repeat aspect-resizing in a loop to get a stable result that does not
3187         change the next time the frame is set up
3189 2006-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3191         * NEWS:
3192         * configure.ac:
3193         increased version to 2.5.19
3194         released 2.5.18
3196         * NEWS:
3197         * configure.ac:
3198         updated for 2.5.18 release
3200 2006-09-04  Renato Caldas  <seventhguardian@gmail.com>
3202         * acinclude.m4:
3203         removed the unused test for imlib
3204         removed the Imlib.h header from gdk_imlib test programs
3206 2006-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3208         * fvwm/ewmh.c (atom_get):
3209         fix offset and length args for XGetWindowProperty() (to support 64bit
3210         architectures)
3212 2006-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3214         * fvwm/events.c (HandleUnmapNotify):
3215         immediately handle MapRequests after unmapping a window while we still
3216         have the context fvwm window; this is necessary to allow the client to
3217         re-map a window before fvwm can reparent it to the root window
3218         (HandleMapRequestKeepRaised):
3219         cleaned up
3221 2006-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3223         * fvwm/ewmh.c (ewmh_HandleDesktop):
3224         fixed handling of ClickToFocusPassesClick with the EWMH desktop
3225         window
3227 2006-08-29  Harald Dunkel  <harald.dunkel@t-online.de>
3229         * fvwm/icccm2.c:
3230         * fvwm/gnome.c:
3231         * fvwm/decorations.c:
3232         fix offset and length args for XGetWindowProperty() (to support 64bit
3233         architectures)
3235 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3237         * NEWS:
3238         * fvwm/expand.c (expand_vars_extended):
3239         correctly expand break.
3240         * fvwm/conditional.c (__rc_matches_rcstring_consume):
3241         fix matching break.
3243 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3245         * fvwm/decorations.h (is_function_allowed):
3246         * fvwm/decorations.c (__is_resize_allowed):
3247         (is_function_allowed):
3248         work on 'const FvwmWindow *'
3250         * fvwm/fvwm.h (action_flags):
3251         * fvwm/style.c (check_window_style_change):
3252         * fvwm/module_interface.c (__get_allowed_actions)
3253         (CONFIGARGS):
3254         * libs/vpacket.h (ConfigWinPacket):
3255         expose fvwm allowed actions to modules
3257 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3259         * fvwm/move_resize.c (__move_icon):
3260         *do* map icon windows for pictured icons on move, but only if they end
3261         up on the current desk
3263 2006-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3265         * fvwm/move_resize.c (__move_icon):
3266         don't map icon windows for pictured icons on move
3268 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3270         * fvwm/style.c (remove_all_of_style_from_list):
3271         (__simplify_style_list):
3272         (blockor):
3273         (blockand):
3274         (blockunmask)
3275         (blockissubset):
3276         (style_ids_are_equal):
3277         (style_id_equals_id)
3278         (styles_have_same_id):
3279         (fw_match_style_id)
3280         (one_fw_can_match_both_ids):
3281         (check_window_style_change):
3282         use int/0/1 instead of Bool/False/True
3284         * fvwm/move_resize.c (stick_across_pages):
3285         use False instead of FALSE
3287         * fvwm/style.c (fw_match_style_id):
3288         * fvwm/read.c (run_command_file):
3289         (push_read_file):
3290         * fvwm/add_window.c (MappedNotOverride):
3291         * libs/wild.c (matchWildcards):
3292         use 0 and 1 instead of FALSE and TRUE
3294         * fvwm/fvwm.h:
3295         removed TRUE and FALSE
3297 2006-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3299         * NEWS:
3300         FvwmPager !IconTitle style bugfix.
3302 2006-07-31  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3304         * fvwm/fvwm.1.in:
3305         Updated description of Wait command in man page.
3307 2006-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3309         * libs/Flocale.c (FlocaleFontStructDrawString)
3310         (FlocaleRotateDrawString):
3311         (FlocaleDrawString):
3312         fixed drawing of forecolor/hilightfore
3314         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3315         always unmaximize and resize window when leaving fullscreen state,
3316         not just if it did not start as fullscreen
3318 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3320         * fvwm/fvwm.1.in (MenuStyle):
3321         added a reference to the prefered ! style negation flag,
3322         and listed the other deprecated negative forms in one place.
3323         (ActiveForeOff):
3324         (AnimationOff):
3325         (AutomaticHotkeysOff):
3326         (HilightBackOff):
3327         (TitleWarpOff):
3328         changed to the ! negation form and listed as deprecated.
3329         (ActiveBack):
3330         removed relics from the man page
3332 2006-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3334         * NEWS:
3335         * configure.ac:
3336         increased version to 2.5.18
3337         released 2.5.17
3339         * NEWS:
3340         * configure.ac:
3341         updated for 2.5.17 release
3343 2006-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3345         * fvwm/move_resize.c (__move_window):
3346         allow moving a window without an icon while it's iconified based on the
3347         frame geometry
3349 2006-07-17  Serge Koksharov  <gentoosiast dog yandex dot ru>
3351         * fvwm/menustyle.c (menustyle_copy):
3352         Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3354 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3356         * fvwm/fvwm.1.in:
3357         NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3358         changed the manpage to reflect the prefered style negation method,
3359         that is, using the !* negation sign.
3361 2006-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3363         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3364         removed documentation of filters.
3366         * NEWS:
3367         * fvwm/expand.c (check_first_filter):
3368         (apply_filters)
3369         (expand_args_extended):
3370         (expand_vars_extended):
3371         (expand_vars):
3372         removed variable filter implementation and backslash-escaping.
3374 2006-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3376         * NEWS:
3377         News blurb for variable filters and backslash-escaping.
3378         * fvwm/fvwm.1.in:
3379         documentation of variable filters.
3381 2006-07-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3383         * fvwm/expand.c (chec):
3384         (first_filter):
3385         (apply_filters)
3386         (expand_args_extended):
3387         (expand_vars_extended):
3388         (expand_vars):
3389         implemented variable filters.
3391         * fvwm/expand.c (expand_vars):
3392         made backslash work as escape character within extended variables.
3394         * libs/Strings.h (QuoteEscapeString):
3395         (QuoteEscapeStringLength):
3396         * libs/Strings.c (QuoteEscapeString):
3397         (QuoteEscapeStringLength):
3398         new functions: QuoteEscapeString and QuoteEscapeStringLength for
3399         generic quoting.
3401         * fvwm/expand.c (expand_args_extended):
3402         make upper limit inclusive.
3404         * fvwm/functions.c (__execute_function):
3405         Changed PeekToken to GetNextToken before expand_vars call.
3407         * fvwm/fvwm.1.in:
3408         updated documentation regarding quoting in expand_args_extended
3410 2006-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3412         * fvwm/expand.c (__eae_parse_range):
3413         reject everything that does not begin with a digit
3415         * libs/Parse.c (SkipNTokens):
3416         stop skipping tokens at the end of input
3418         * fvwm/expand.c (__eae_parse_range):
3419         bugfixes
3420         (expand_vars):
3421         reformatted
3422         (__eae_parse_range):
3423         fixed parsing of $[n-]
3425 2006-07-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3427         * fvwm/expand.c (expand_args_extended):
3428         fixed core dump
3429         added range check for positional parameters
3430         (expand_args_extended):
3431         (__eae_parse_range):
3432         cleaned up and simplified parsing code
3433         properly unquote arguments when expanding
3434         removed the patch below
3436 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3438         * fvwm/expand.c (expand_args_extended):
3439         removed range check for positional parameters
3440         make single arguments not use the 'upper' variable
3441         changed back to PeekToken for single arguemnts.
3442         improved some comments.
3444 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3446         * fvwm/expand.c (expand_args_extended):
3447         Fix segfault when called with a tokenless string for single arguments.
3449 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3450         * docs/FAQ:
3451         Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3452         Reported by Serge Koksharov.
3454 2006-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3456         * fvwm/placement.c (__explain_placement):
3457         print initial size of window too
3459         * libs/Makefile.am (libfvwm_a_SOURCES):
3460         * libs/fvwm_sys_stat.h:
3461         added compat file
3463         * configure.ac:
3464         added O_NOFOLLOW replacement and always include fcntl.h
3466 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3467         * libs/Parse.c:
3468         Added DV's mailing-list comments about how PeekToken & GetNextToken
3469         work as comments to the source code. (slightly modified)
3471 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3473         * fvwm/schedule.c (CMD_Schedule):
3474         Fixed parsing of "Periodic" option.
3476 2006-07-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3478         * NEWS:
3479         Fix for tempfile vulnerabilities in FvwmCommand.
3480         * configure.ac:
3481         Added check for lstat.
3483 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3484         * fvwm/schedule.c:
3485         * NEWS:
3486         * AUTHORS:
3487         * fvwm/fvwm.1.in:
3488         Added "Periodic" option to Schedule command.
3490 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3492         * fvwm/module_interface.c (KillModule):
3493         (ClosePipes):
3494         fixed KillModule
3497 2006-07-09  Renato Caldas  <seventhguardian@gmail.com>
3499         * fvwm/fvwm.c (main):
3500         changed the -blackout warning to say it will be removed in 3.0
3502         * fvwm/fvwm.1.in (-blackout):
3503         updated the manual regarding the future remotion of -blackout
3505 2006-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3507         * NEWS:
3508         * configure.ac:
3509         added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3511 2006-07-08  Renato Caldas  <seventhguardian@gmail.com>
3513         *libs/alloca.c (DEBUG_I00FUNC)
3514         removed old debug code
3516 2006-07-07  Renato Caldas  <seventhguardian@gmail.com>
3518         * libs/debug.c:
3519         removed the old unused file
3521         * libs/Makefile.am (libfvwm_a_SOURCES):
3522         removed the reference to debug.c
3524         * libs/fvwmlib.h:
3525         removed the code related to libs/debug.c
3527         * fvwm/module_interface.c (make_named_packet)
3528         removed the #if 0'ed debug code related to debug.c
3530         fvwm/focus.h (DEBUG_FOCUS)
3531         removed the #ifdef'ed to 0 debug code related to debug.c
3534 2006-07-06  Renato Caldas  <seventhguardian@gmail.com>
3536         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3537         removed useles definition.
3539         * modules/FvwmPager/FvwmPager.c (main):
3540         (ParseOptions):
3541         removed most of the debug code.
3542         changed termination debug to use 'isTerminated' instead of
3543         'debug_term_signal'.
3544         changed termination debug to compile on FVWM_DEBUG_MSGS instead
3545         of DEBUG.
3547         * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3548         * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3549         (fvwmSetTerminate):
3550         removed unused debug_term_signal.
3552 2006-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3554         * NEWS:
3555         Work around for Cygwin not requiering '_GNU_SOURCE' to use
3556         stdio's getline; news entry.
3558 2006-06-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3560         * fvwm/commands.h:
3561         * fvwm/module_interface.c (CMD_ModuleListenOnly):
3562         (do_execute_module):
3563         (PositiveWrite):
3564         (ClosePipes):
3565         (KillModule):
3566         * fvwm/commands.h (enum):
3567         * fvwm/functable.c (func_table):
3568         new command ModuleListenOnly
3570 2006-06-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3572         * fvwm/move_resize.c (__move_loop):
3573         make sure a window is snapped in __move_loop when a button is released
3574         if it was snapped before
3576 2006-06-04  Mikhael Goikhman  <migo@homemail.com>
3578         * fvwm/expand.c (expand_vars_extended):
3579         convert function to have a single return point; this is good to
3580         implement doc/todo-vars filters in the future;
3581         fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3582         to behave like deprecated $n, $c and $r, i.e. quote them
3584 2006-06-03  Mikhael Goikhman  <migo@homemail.com>
3586         * fvwm/expand.c:
3587         multiple minor tweaks: remove trailing spaces and other
3588         re-spacing and re-indenting, remove old "#if 0" code
3590 2006-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3592         * fvwm/move_resize.c (ParseOneResizeArgument):
3593         rewrote parsing of resize arguments
3594         new prefix 'w' for resizing
3596 2006-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3598         * fvwm/conditional.c (MatchesConditionMask):
3599         fixed handling of some conditions (iconifiable, fixed, ...)
3601 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
3603         * fvwm/fvwm.1.in:
3604         s/reverted/negated/
3606         * fvwm/conditional.c:
3607         Output an error message if an unrecognised conditional is used
3608         with the Test or TestRc commands.
3610 2006-05-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3612         * fvwm/frame.c (frame_mrs_hide_changing_parts):
3613         do not map hide windows if their width or height is zero
3615 2006-05-09  Serge Koksharov  <gentoosiast dog yandex dot ru>
3617         * fvwm/ewmh_events.c:
3618         * fvwm/fvwm.1.in:
3619         * fvwm/gnome.c:
3620         * libs/FlocaleCharset.c:
3621         corrected typos
3623         * libs/Flocale.c:
3624         corrected typos in warning messages
3626         * libs/Colorset.c:
3627         * libs/PictureGraphics.c:
3628         * libs/PictureGraphics.h:
3629         renamed function PGraphicsCreateTransprency to
3630         PGraphicsCreateTransparency
3632 2006-04-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3634         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3635         * fvwm/expand.c (expand_args_extended):
3636         fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3638 2006-04-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3640         * NEWS:
3641         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3642         * fvwm/expand.c (expand_args_extended):
3643         (expand_vars):
3644         added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3646         * fvwm/conditional.c (CMD_All):
3647         * fvwm/fvwm.1.in (All):
3648         changed Reverse and UseStack options to have free order.
3650         * NEWS:
3651         * fvwm/fvwm.1.in (WindowShade):
3652         * fvwm/windowshade.c (CMD_WindowShade):
3653         * fvwm/add_window.c (setup_window_structure):
3654         added last direction to WindowShade command.
3656 2006-04-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3658         * fvwm/fvwm.1.in (All):
3659         corrected typo
3661 2006-04-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3663         * NEWS:
3664         * fvwm/fvwm.1.in (All):
3665         * fvwm/conditional.c (CMD_All):
3666         added reverse option to All command to do the action in opposite order
3667         added UseStack option to All command to use the stack ring instead of
3668         the window ring.
3670 2006-04-07  Serge Koksharov  <gentoosiast dog yandex dot ru>
3672         * bin/fvwm-bug.in:
3673         changed fallback editor from `emacs' to `vi' because it much
3674         more widespread on non-Linux systems
3675         fixed errors (because of incorrect syntax fallback entries were
3676         not used)
3677         now script honors `TMPDIR' env. variable and if it's not set it
3678         fallback to `/tmp' directory when creating temporary file
3680 2006-04-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3682         * fvwm/fvwm.1.in:
3683         changed description of the fvwmstyle resource usage
3684         to state that it's used in addition to the other
3685         matches
3686         * fvwm/style.c (fw_match_style_id):
3687         fixed a typo in style_name matching
3689 2006-04-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3691         * fvwm/style.c (fw_match_style_id):
3692         reformatted code and fixed a warning
3694 2006-04-04  Serge Koksharov  <gentoosiast dog yandex dot ru>
3696         * ChangeLog:
3697         * bin/ChangeLog:
3698         * libs/Fft.c (FftGetFont):
3699         * libs/System.c:
3700         corrected typos
3702         * libs/System.c (fvwm_mkstemp):
3703         because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3704         function was never used, even if it was considered secure by configure
3705         script.
3707 2006-04-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3709         * AUTHORS:
3710         added some more suff to the list of what I've done.
3711         * NEWS:
3712         * fvwm/fvwm.1.in:
3713         * fvwm/add_window.c (__add_window_handle_x_resources)
3714         (destroy_window):
3715         (AddWindow):
3716         * fvwm/fvwm.h (FvwmWindow):
3717         added fvwmstyle resource to override style name
3719 2006-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3721         * fvwm/menus.c (pop_menu_up):
3722         as documented, do not warp to title for root menus with TitleWarp
3724 2006-03-21  Serge Koksharov  <gentoosiast dog yandex dot ru>
3726         * fvwm/fvwm.1.in:
3727         Removed duplicated 'NoIcon' style option description in the end
3728         of the `The Style command...' section.
3729         Removed `Recapture True' option setting in example of BusyCursor
3730         description, because `Recapture' isn't valid option of `BusyCursor'
3731         command anymore.
3732         Updated ewmh specification URL (the old was 404)
3733         Added URL to ICCCM 2.0 manual
3735         * modules/FvwmAnimate/FvwmAnimate.c:
3736         corrected delay for Zoom3D animation effect
3738         * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3739         * modules/FvwmConsole/FvwmConsole.1.in:
3740         replaced all `Cntl' modificator key mentions with `Ctrl' to be
3741         consistent with rest of the documentation and because it's more
3742         conventional abbreviation.
3744         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3745         slightly clarified the `StartName' option description
3746         added the undocumented `MailDir' option description. Somebody
3747         violated section `K' of the convention list.
3749         * fvwm/fvwm.1.in:
3750         * fvwm/ConfigFvwmSetup:
3751         * modules/FvwmForm/FvwmForm.1.in:
3752         * modules/FvwmForm/FvwmForm-Rlogin:
3753         * sample.fvwmrc/system.fvwm2rc:
3754         * sample.fvwmrc/system.fvwm2rc-sample-1:
3755         replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
3756         inherently insecure. We shouldn't teach our users bad things,
3757         should we?
3759         * AUTHORS:
3760         * Changelog:
3761         * INSTALL.fvwm:
3762         * NEWS:
3763         * bin/fvwm-config.1.in:
3764         * bin/fvwm-menu-headlines.1:
3765         * bin/fvwm-menu-headlines.in:
3766         * bin/fvwm-perllib.in:
3767         * bin/fvwm-root.1.in:
3768         * docs/CONVENTIONS:
3769         * docs/FAQ:
3770         * fvwm/fvwm.1.in:
3771         * fvwm/fvwm.h:
3772         * fvwm/virtual.c:
3773         * libs/PictureGraphics.c:
3774         * libs/Picture.h:
3775         * modules/FvwmBacker/FvwmBacker.1.in:
3776         * modules/FvwmDebug/FvwmGtkDebug.in:
3777         * modules/FvwmDebug/FvwmGtkDebug.1:
3778         * modules/FvwmEvent/FvwmEvent.1.in:
3779         * modules/FvwmForm/FvwmForm.1.in:
3780         * modules/FvwmIconMan/xmanager.c:
3781         * modules/FvwmIdent/FvwmIdent.c:
3782         * modules/FvwmIdent/FvwmIdent.1.in:
3783         * modules/FvwmPerl/FvwmPerl.in:
3784         * modules/FvwmPerl/FvwmPerl.1:
3785         * modules/FvwmScript/FvwmScript.1.in:
3786         * modules/FvwmScript/Widgets/Menu.c:
3787         * modules/FvwmTabs/ConfigFvwmTabs:
3788         * modules/FvwmTabs/FvwmTabs-DefaultSetup:
3789         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3790         * modules/FvwmTheme/FvwmTheme.1.in:
3791         * perllib/FVWM/Module/Tk.pm:
3792         * perllib/FVWM/Tracker.pm:
3793         * perllib/FVWM/Module.pm.in:
3794         corrected typos
3796 2006-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3798         * fvwm/style.c (style_parse_focus_policy_style):
3799         fix ISO C90 compability with unconsumed styleoption warnings
3801 2006-03-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3803         * fvwm/events.c (HandlePropertyNotify):
3804         fix for bug 1557/3950 (possible free of Untilted constant or
3805         already used name (if app reset the name already given to them))
3807 2006-03-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3809         * fvwm/focus.c (__activate_window_by_command)
3810         (warp_to_fvwm_window):
3811         (CMD_WarpToWindow):
3812         * fvwm/builtins.c (CMD_CursorMove):
3813         set last pointer event position after warping the pointer
3815         * libs/FEvent.h:
3816         * libs/FEvent.c (FWarpPointerUpdateEvpos):
3817         new function
3819 2006-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3821         * acinclude.m4 (AM_PATH_GTK):
3822         (AM_PATH_IMLIB):
3823         (AM_PATH_GDK_IMLIB):
3824         (AM_CHECK_FT2):
3825         (AM_CHECK_XFT):
3826         (AM_CHECK_FC):
3827         fixed to cope with 4 digit version numbers
3829 2006-02-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3831         * NEWS:
3832         * fvwm/style.c (parse_and_set_window_style)
3833         (style_parse_one_style_option):
3834         (style_parse_icon_fill_style)
3835         (style_parse_icon_grid_style):
3836         (style_parse_icon_box_style)
3837         (style_parse_icon_size_style):
3838         (style_parse_focus_policy_style)
3839         (style_parse_button_style):
3840         warn if parts of style options are not consumed
3842 2006-02-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3844         * fvwm/menuitem.c (menuitem_paint):
3845         use the MenuColorset in all cases if TitleColorset is not given
3847 2006-02-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3849         * fvwm/style.c (style_parse_one_style_option):
3850         * fvwm/placement.c (__place_get_wm_pos):
3851         (__explain_placement):
3852         new placement style UnderMousePlacement
3854 2006-02-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3856         * NEWS:
3857         * fvwm/fvwm.1.in (EdgeScroll):
3858         * fvwm/virtual.c (CMD_EdgeScroll):
3859         fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
3860         added wrap/wrapx/wrapy option to EdgeScroll
3862 2006-02-10  Mikhael Goikhman  <migo@homemail.com>
3864         * fvwm/fvwm.1.in:
3865         spell check the whole file (dozens of typos)
3867 2006-02-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3869         * fvwm/module_interface.c (do_execute_module):
3870         removed accidentally committed FVWM_MODULE_ALIAS patch
3872 2006-02-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3874         * fvwm/module_interface.c (do_execute_module):
3875         unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
3877         * fvwm/menus.c (size_menu_horizontally):
3878         fix for drawing menus with sidepic on the right
3880         * libs/Flocale.c (FlocaleFontStructDrawString):
3881         (FlocaleDrawString):
3882         set the foreground colour before drawing a string
3884         * fvwm/menustyle.h:
3885         * fvwm/menustyle.c (menustyle_get_styleopt_index):
3886         (menustyle_free):
3887         (menustyle_update):
3888         (menustyle_parse_style):
3889         (menustyle_copy):
3890         * fvwm/menus.c (calculate_item_sizes):
3891         (size_menu_vertically):
3892         (UpdateMenuColorset):
3893         * fvwm/menuitem.c (menuitem_paint):
3894         Applied patch by David Maciver
3895         new menu styles TitleColorset, HilightTitleBack and TitleFont
3897 2006-02-09  Renato Caldas  <seventhguardian@gmail.com>
3899         * libs/Module.h:
3900         * libs/Module.c (ParseModuleArgs):
3901         added variable "namelen" to ModuleArgs struct
3903 2006-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3905         * libs/Module.h:
3906         removed duplicate declaration
3908 2006-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3910         * fvwm/fvwm.c (main):
3911         replaced previous patch with a better one
3913         * fvwm/virtual.c (unmap_window):
3914         * fvwm/menus.c (do_menu):
3915         * fvwm/events.c (fake_map_unmap_notify):
3916         (HandleMapNotify):
3917         * fvwm/add_window.c (MappedNotOverride):
3918         Added XFlush after XSelectInput
3920 2006-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3922         * NEWS:
3923         * fvwm/fvwm.c (main):
3924         fix for fvwm not detecting non ICCCM2 wm (bug #3151)
3926 2006-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3928         * NEWS:
3929         * configure.ac:
3930         increased version to 2.5.17
3931         released 2.5.16
3933         * NEWS:
3934         * configure.ac:
3935         updated for 2.5.16 release
3937         * acinclude.m4 (CHECK_LIBCHARSET):
3938         removed debug code
3940 2006-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3942         * fvwm/functions.c (execute_complex_function):
3943         print a message to the console instead of ringing the bell when a
3944         grab fails
3946 2006-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3948         * NEWS:
3949         fixed typo (NEWS still said 2.5.15)
3951 2006-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3953         * NEWS:
3954         * configure.ac:
3955         increased version to 2.5.16
3956         released 2.5.15
3958         * NEWS:
3959         * configure.ac:
3960         updated for 2.5.15 release
3962 2006-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3964         * fvwm/move_resize.c (GetOnePositionArgument):
3965         (GetMoveArguments):
3966         new option "screen" to Move type commands
3968 2006-01-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3970         * acinclude.m4 (smr_SWITCH):
3971         updated
3973 2006-01-08  Mikhael Goikhman  <migo@homemail.com>
3975         * Makefile.am
3976         restore requirement of automake-1.4; 1.8 is too new even for my system
3978 2006-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3980         * configure.in:
3981         * configure.ac:
3982         renamed configure.in to configure.ac
3984         * acinclude.m4:
3985         some updates for new autoconf/automake versions
3987         * configure.in:
3988         * acconfig.h:
3989         removed acconfig.h
3991         * configure.in:
3992         require autoconf-2.53 or later
3994         * Makefile.am (AUTOMAKE_OPTIONS):
3995         require automake-1.8 or later
3997         * configure.in:
3998         check for X library path before X library checks
3999         removed obsolete C++ compiler check
4000         removed duplicate type size checks
4001         replaced M4 comment ("dnl") with shell comment ("#") in many places
4003         * acinclude.m4:
4004         fixed aclocal warnings
4006 2006-01-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4008         * fvwm/style.c (style_parse_button_style):
4009         corrected typo in error message, and made errorous buttons not apply
4010         (style_parse_one_style_option):
4011         changed NoButton to use style_parse_button_style
4013 2005-12-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4015         * libs/Fft.h:
4016         new fix for incompatible pointer type warning with gcc 3.4.
4018 2005-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4020         * NEWS:
4021         * AUTHORS:
4022         * fvwm/menuitem.c:
4023         * fvwm/menustyle.h:
4024         * fvwm/fvwm.1.in:
4025         commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
4026         option.
4028 2005-12-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4030         * fvwm/fvwm.1.in:
4031         corrected typos
4033 2005-11-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4035         * fvwm/frame.c (frame_free_move_resize_args):
4036         fixed drawing of transparent decorations or when using lazy shading
4037         during resize
4039 2005-11-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4041         * configure.in:
4042         * libs/fvwmsignal.c:
4043         * libs/Graphics.c:
4044         c89 fixes
4046         * fvwm/ewmh_names.c:
4047         * libs/CombineChars.c:
4048         * libs/FGettext.c:
4049         * libs/FScreen.c:
4050         * libs/FTips.c:
4051         * libs/Flocale.c:
4052         * libs/Parse.c:
4053         * libs/PictureUtils.c:
4054         * libs/System.c:
4055         * libs/XError.c:
4056         * libs/alloca.c:
4057         * libs/envvar.c:
4058         * libs/safemalloc.c:
4059         * libs/strdup.c:
4060         * libs/usleep.c:
4061         do not #include stdlib.h (comes from config.h)
4063         * libs/Flocale.c:
4064         do not #include string.h (comes from config.h)
4066         * acconfig.h:
4067         fixed detection of string.h/strings.h
4069 2005-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4071         * libs/Fft.c (FftGetFont):
4072         fixed compiler warning with gcc 3.4.4
4074 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4076         * fvwm/menuitem.c (menuitem_paint):
4077         properly undraw unselected item area
4079 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4081         * fvwm/menuitem.c (menuitem_paint):
4082         * fvwm/menus.c (get_menu_paint_item_parameters)
4083         (get_menu_paint_item_parameters):
4084         (make_menu):
4085         fixed text offset of menu items with icons but with an item format that
4086         disables icons
4087         (size_menu_horizontally):
4088         allow sidepic to be placed in the middle of menu items; this is better
4089         than ignoring the item format completely but does not draw the items
4090         properly either
4092         * fvwm/menus.c (__mloop_handle_event):
4093         (menu_expose):
4094         fixed delayed menu drawing issue
4095         (select_menu_item):
4096         do not draw the selected menu item before the menu is drawn for the
4097         first time
4098         (repaint_transparent_menu):
4099         (select_menu_item):
4100         (paint_menu):
4101         don't call get_menu_paint_item_parameters when the result is not used
4102         (get_menu_paint_item_parameters):
4104 2005-11-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4106         * fvwm/ewmh.h (EWMH_CMD_Style):
4107         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4108         * fvwm/style.c (style_parse_one_style_option):
4109         Added support for inverting boolean EWMH styles with !.
4111         * NEWS:
4112         * fvwm/fvwm.h
4113         * fvwm/style.h:
4114         * fvwm/window_flags.h:
4115         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4116         * fvwm/ewmh.c (ewmh_HandleWindowType):
4117         * fvwm/fvwm.1.in:
4118         Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4120 2005-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4122         * fvwm/icons.c (GetIconWindow):
4123         * fvwm/fvwm.h (FvwmWindow):
4124         * fvwm/events.c (__handle_cr_on_icon):
4125         properly handle icon border width; fixes an xterm active icon loop
4127 2005-10-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4129         * fvwm/borders.c (border_draw_one_border_part):
4130         fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4131         borders.
4133 2005-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4135         * fvwm/menustyle.c (menustyle_copy_face):
4136         (menustyle_copy):
4137         (menustyle_free_face):
4138         (menustyle_free):
4139         (menustyle_parse_style):
4140         use new functions and fix a bug
4142         * fvwm/Makefile.am:
4143         * fvwm/colors.c:
4144         * fvwm/colors.h:
4145         removed empty files colors.c and colors.h
4147         * fvwm/colors.c (CopyColor):
4148         (FreeColors):
4149         moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4150         fvwmlib_copy_color
4152         * fvwm/frame.c (frame_reshape_border):
4153         removed unused code
4155 2005-10-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4157         * fvwm/menustyle.c (menustyle_copy_face):
4158         separated from menustyle_copy; color copies are reallocated.
4159         (menustyle_free):
4160         all colors freed
4161         (menustyle_copy):
4162         color copies are reallocated.
4164         * fvwm/colors.c (CopyColor):
4165         * fvwm/colors.h (CopyColor):
4166         added CopyColor
4168 2005-10-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4170         * fvwm/move_resize.c (__resize_window):
4171         fix for not being able to finish resize with mouse when resizing on
4172         click with modifiers active. (intruduced with 'removed duplicate
4173         pointer query' at sep 29)
4175         * NEWS:
4176         * fvwm/fvwm.1.in:
4177         * fvwm/menustyle.c (menustyle_parse_style):
4178         made style pairs negatable with '!' prefix
4179         ActiveForeOff and HilightBackOff frees colors used.
4181         * fvwm/menustyle.c (menustyle_copy):
4182         fix for freeing color from sorce instead of destination.
4184 2005-10-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4186         * fvwm/functions.c (__execute_function):
4187         fixed an error in yesterdays patch to complex fuctions. the commands
4188         pressed window were not retored correctly after running move functions
4189         without it, and functions would be run twice.
4191 2005-10-18  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4193         * fvwm/fvwm.1.in:
4194         added NoLayer to list of allowed options for WindowList command
4195         fixed grammar of test-conditions list. formatting fixes for
4196         MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4197         style option list.
4199         * NEWS:
4200         * fvwm/functions.c (__execute_function)
4201         (__run_complex_function_items):
4202         (execute_complex_function):
4203         fix for moving/resizing reference window usage with complex functions.
4205 2005-10-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4207         * fvwm/move_resize.c (__move_loop):
4208         reimplemented a fix for the place with keyboard setting a button as
4209         used for place bug; this time without breaking escape key.
4211 2005-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4213         * fvwm/move_resize.c (__move_loop):
4214         removed the previous patch as it breaks aborting window motion with the
4215         escape key.
4217 2005-10-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4219         * fvwm/move_resize.c (__move_loop):
4220         fixed bug where finishing movment with keyboard would set a random
4221         button as used for placement.
4223 2005-09-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4225         * NEWS
4226         * fvwm/frame.c (frame_setup_border):
4227         reverted change for move of window parts (reset of PressedW).
4229 2005-09-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4231         * fvwm/frame.c (frame_setup_border):
4232         fixed a Warning
4234 2005-09-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4236         * NEWS:
4237         * fvwm/move_resize.c (__resize_window):
4238         removed duplicate pointer query for enter/leave notify events.
4239         resizing of shaded windows in the shaded direction no longer
4240         results in bogus ref points.
4242         * fvwm/frame.c (frame_setup_border):
4243         reset PressedW if the part has moved. This prevents strange
4244         ref points in resize if called from some complex functions.
4246         * fvwm/frame.c (frame_create_move_resize_args):
4247         shaded windows use get_client_geometry for client geometry.
4249 2005-09-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4251         * NEWS:
4252         * AUTHORS:
4253         * fvwm/fvwm.h (window_flags):
4254         (WindowConditionMask):
4255         (FvwmWindow):
4256         * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4257         (SET_PLACED_WB3)
4258         (SETM_PLACED_WB3):
4259         * fvwm/session.c (_match):
4260         (SaveWindowStates):
4261         (LoadWindowStates):
4262         * fvwm/conditional.c (MatchesConditionMask):
4263         (CreateConditionMask):
4264         * fvwm/add_window.c (setup_window_structure):
4265         * fvwm/move_resize.h (placement_binding):
4266         * fvwm/move_resize.c (__move_loop):
4267         (placement_binding):
4268         * fvwm/bindings.c (ParseBinding):
4269         * libs/wcontext.c (win_contexts):
4270         * libs/wcontext.h (enum):
4271         * fvwm/fvwm.1.in:
4272         Added placement context for simple mouse bindings to allow
4273         specification of buttons to finish/cancel movment. Buttons >3
4274         may now be used to place windows.
4275         Replaced window flag placed_wb3 with placed_by_button
4276         FvwmWindow member. Added window condition PlacedByButton.
4278 2005-09-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4280         * NEWS:
4281         * AUTHORS:
4282         * fvwm/menustyle.h (enum):
4283         (MenuFeel):
4284         (ST_DO_SCROLL):
4285         (MST_DO_SCROLL)
4286         (ST_SCROLL_OFF_PAGE):
4287         (MST_SCROLL_OFF_PAGE):
4288         * fvwm/menustyle.c (menustyle_copy):
4289         (menustyle_get_styleopt_index):
4290         (menustyle_parse_style):
4291         (CMD_MenuStyle):
4292         * fvwm/menus.c (menuShortcuts):
4293         (enum):
4294         (__mloop_handle_event):
4295         (menu_get_outer_geometry):
4296         (move_any_menu):
4297         * fvwm/fvwm.1.in:
4298         added MouseWheel and ScrollOffPage menu styles
4300 2005-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4302         * NEWS:
4303         * fvwm/menus.c (append_item_to_menu):
4304         fixed bug #1121: Use of pointer without checking for NULL
4306 2005-09-19  Mikhael Goikhman  <migo@homemail.com>
4308         * NEWS:
4309         * fvwm/expand.c (expand_vars):
4310         warn on usage of obsolete one-letter variables
4312 2005-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4314         * NEWS:
4315         * AUTHORS:
4316         * fvwm/expand.c (expand_vars_extended):
4317         (expand_vars):
4318         allow nesting of variables
4320 2005-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4322         * fvwm/ewmh.c (EWMH_SetWMDesktop):
4323         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4324         (ewmh_WMDesktop):
4325         64-bit fixes
4327 2005-09-03  Mikhael Goikhman  <migo@homemail.com>
4329         * fvwm/borders.c (border_draw_one_border_part)
4330         (border_draw_all_border_parts):
4331         fix the previous patch to work with title-less windows too
4333 2005-08-30  Mikhael Goikhman  <migo@homemail.com>
4335         * fvwm/borders.c (border_draw_one_border_part)
4336         (border_draw_all_border_parts):
4337         improve offsets when drawing borders for "BorderStyle TiledPixmap"
4338         windows to make the borders look homogeneous (based on the patch of
4339         Evgeny Stambulchik)
4341 2005-08-26  Mikhael Goikhman  <migo@homemail.com>
4343         * NEWS:
4344         * acconfig.h:
4345         * configure.in:
4346         * libs/FBidi.c:
4347         support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4348         fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4350 2005-08-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4352         * NEWS:
4353         * configure.in:
4354         increased version to 2.5.15
4355         released 2.5.14
4357         * NEWS:
4358         * configure.in:
4359         updated for 2.5.14 release
4361         * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4362         (ewmh_WMStateSkipTaskBar):
4363         (ewmh_WMStateSkipPager):
4364         (ewmh_WMStateModal):
4365         fixed several ewmh-hints
4367 2005-08-24  Mikhael Goikhman  <migo@homemail.com>
4369         * fvwm/fvwm.1.in:
4370         fix TestRc example error, s/Any/All/
4372 2005-08-17  Jonathan Kotta  <jpkotta@gmail.com>
4374         * NEWS:
4375         * AUTHORS:
4376         * fvwm/fvwm.1.in:
4377         * fvwm/conditions.c (MatchesConditionMask):
4378         (CreateConditionMask):
4379         added FixedPosition condition
4381 2005-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4383         * fvwm/virtual.c (HandlePaging):
4384         use FQueryPointer every time to track the pointer position; this fixes
4385         fvwm hanging in HandlePaging for the given delay once the pointer
4386         touches the pan frames
4388 2005-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4390         * fvwm/session.c (SaveWindowStates):
4391         (LoadWindowStates):
4392         (MatchWinToSM):
4393         save and restore the default layer during a restart
4395 2005-08-13  Mikhael Goikhman  <migo@homemail.com>
4397         * fvwm/conditional.c (CMD_Test):
4398         * fvwm/fvwm.1.in:
4399         rename previously added Test conditions to EnvIsSet and EnvMatch,
4400         tweak the logic when the variable is set, but empty
4402 2005-08-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4404         * fvwm/conditional.c (CMD_Test):
4405         * fvwm/fvwm.1.in:
4406         added test conditions EdgeHasPointer and EdgeIsActive
4408 2005-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4410         * fvwm/virtual.c (raisePanFrames):
4411         prevent cycling of pan frame window stacking order
4413 2005-08-12  Mikhael Goikhman  <migo@homemail.com>
4415         * fvwm/conditional.c (CMD_Test):
4416         * fvwm/fvwm.1.in:
4417         add Test conditions IsEnvSet and MatchEnv
4419 2005-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4421         * fvwm/menus.c (pop_menu_up):
4422         * fvwm/menustyle.c (menustyle_copy):
4423         two fixes by Viktor Griph
4425         * fvwm/events.c (HandleEvents):
4426         simplify the style list if there is nothing else to do
4428         * fvwm/style.c (__simplify_style_list):
4429         (styles_have_same_id):
4430         (style_id_equals_id):
4431         (style_ids_are_equals):
4432         (__style_command):
4433         (remove_all_of_style_from_list):
4434         (one_fw_can_match_both_ids):
4435         pass pointers instead of the whole style structure
4436         (__simplify_style_list):
4437         fixed memory leak and tweaked the code
4439         * libs/Strings.c (CatString3):
4440         fixed a buffer overflow
4442 2005-08-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4444         * configure.in:
4445         detect if Window, Pixel or void * are bigger than long and refuse to
4446         compile
4448         * libs/vpacket.h (ConfigWinPacket):
4449         * fvwm/windowshade.c (CMD_WindowShade):
4450         * fvwm/virtual.c (MoveViewport):
4451         (goto_desk):
4452         (CMD_DesktopSize):
4453         (CMD_GotoDeskAndPage):
4454         * fvwm/update.c (apply_window_updates):
4455         * fvwm/stack.c (BroadcastRestack):
4456         (RaiseWindow):
4457         (LowerWindow):
4458         * fvwm/icons.c (DeIconify):
4459         (Iconify):
4460         * fvwm/geometry.c (broadcast_icon_geometry):
4461         * fvwm/events.c (HandleEnterNotify):
4462         (HandleFocusIn):
4463         (HandleLeaveNotify):
4464         (HandleMapNotify):
4465         (HandleMapRequestKeepRaised):
4466         * fvwm/add_window.c (destroy_window):
4467         * fvwm/module_interface.c (SendFvwmPicture)
4468         (BroadcastFvwmPicture):
4469         (CMD_Send_WindowList):
4470         * fvwm/modconf.c (CMD_Send_ConfigInfo):
4471         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4472         64-bit fixes
4474         * fvwm/virtual.c (GetDeskNumber):
4475         fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4476         around the given desk range with a relative desk
4478         * fvwm/focus.c (focus_grab_buttons_on_layer):
4479         fixed a hang
4481         * fvwm/gnome.c:
4482         * fvwm/stack.c:
4483         * fvwm/ewmh.c:
4484         reindented some code and renamed some variables
4486 2005-08-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4488         * fvwm/events.c (__check_click_to_focus_or_raise):
4489         small cleanup patch
4491 2005-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4493         * FvwmIconMan/xmanager.c (set_win_iconified):
4494         fixed select/focus button state lost when deiconifying a window
4496 2005-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4498         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4499         fixed bogus warning
4501         * libs/Colorset.c (get_aspect_dimensions):
4502         fixed aspectpixmap size calculations
4504 2005-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4506         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4507         fixed a core dump
4509         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4510         (ewmh_CurrentDesktop):
4511         (ewmh_DesktopGeometry):
4512         (ewmh_NumberOfDesktops):
4513         (ewmh_WMDesktop):
4514         (ewmh_WMIconGeometry):
4515         * fvwm/gnome.c (GNOME_ProcessClientMessage):
4516         print error messages for broken gnome client messages
4518         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4519         removed duplicate call of execute_function_override_window
4521         * fvwm/stack.c (new_layer):
4522         fixed a hang if a window sets an layer < 0 via gnome hints
4524         * fvwm/add_window.c (GetWindowSizeHints):
4525         * fvwm/misc.c (fvwm_msg_report_app):
4526         (fvwm_msg_report_app_and_workers):
4527         new utility functions
4529 2005-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4531         * fvwm/stack.c (dump_stack_ring):
4532         (verify_stack_ring_consistency):
4533         * fvwm/module_interface.c (HandleModuleInput):
4534         * fvwm/events.c (__cr_detect_icccm_move):
4535         * fvwm/style.c (print_styles):
4536         64-bit fixes
4538 2005-07-19  Mikhael Goikhman  <migo@homemail.com>
4540         * libs/FlocaleCharset.c:
4541         support euc-jp encodings (Yasuhiro Nakazaki)
4543 2005-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4545         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4546         * fvwm/ewmh_names.c (EWMH_WMName):
4547         (EWMH_WMIconName):
4548         * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4549         (EWMH_SetNumberOfDesktops):
4550         (EWMH_SetDesktopViewPort):
4551         (EWMH_SetDesktopGeometry):
4552         (EWMH_SetWMDesktop):
4553         (ewmh_SetWorkArea):
4554         (EWMH_SetFrameStrut):
4555         (EWMH_Init):
4556         * fvwm/gnome.c (AtomGet):
4557         (atom_size):
4558         (GNOME_GetHintIcons):
4559         (GNOME_GetHintLayer):
4560         (GNOME_GetHintState):
4561         (GNOME_GetExpandedSize):
4562         (GNOME_SetAreaCount):
4563         (GNOME_SetCurrentArea):
4564         (GNOME_SetDeskCount):
4565         (GNOME_SetCurrentDesk):
4566         (GNOME_SetCurrentDesk):
4567         (GNOME_SetWinArea):
4568         (GNOME_Init):
4569         (CMD_GnomeShowDesks):
4570         (GNOME_SetHints):
4571         (GNOME_SetDesk):
4572         (GNOME_SetLayer):
4573         * libs/fsm.c (GetClientID):
4574         (set_session_manager):
4575         * fvwm/session.c (GetClientID):
4576         * fvwm/fvwm.h (FvwmWindow):
4577         * fvwm/colorset.c (get_root_pixmap):
4578         * fvwm/add_window.c (FetchWmProtocols):
4579         * libs/FTips.c (__initialize_window):
4580         * fvwm/icccm2.c (convertProperty)
4581         (icccm2_handle_selection_request)
4582         * fvwm/fvwm.c (SetMWM_INFO):
4583         64-bit fixes
4585 2005-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4587         * fvwm/move_resize.c (GetOnePositionArgument):
4588         don't use the unportable fuction rintf()
4590 2005-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4592         * NEWS:
4593         * configure.in:
4594         increased version to 2.5.14
4595         released 2.5.13
4597         * ANNOUNCE:
4598         * NEWS:
4599         * configure.in:
4600         updated for 2.5.13 release
4602 2005-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4604         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4605         fixed drawing of relief with very small rectangles, i.e. when
4606         line_width * 2 > height or width
4608 2005-07-04  Dan Espen  <dane@mk.telcordia.com>
4610         * NEWS: fvwm-menu-desktop changes.
4612 2005-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4614         * fvwm/placement.c (get_next_x):
4615         fixed collision detection of windows on pages other than the current
4616         one during placement
4618 2005-06-17  Olivier Chapuis  <olivier.chapuis@free.fr>
4620         * fvwm/move_resize.c (__resize_window):
4621         Fixed interactive resize (reduction) via the bottom border
4623         * libs/Fpng.h:
4624         Typo
4626 2005-06-02  Dan Espen  <dane@mk.telcordia.com>
4628         * NEWS:
4629         * fvwm/fvwm.1.in:
4630         Spelling fix contition -> condition
4632 2005-04-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4634         * fvwm/style.c (style_ids_are_equals):
4635         (style_id_equals_id):
4636         (styles_have_same_id):
4637         (fw_match_style_id):
4638         (one_fw_can_match_both_ids):
4639         (cleanup_style_defaults):
4640         * libs/fsm.c (fprintfhex):
4641         (CloseDownClient):
4642         * libs/FGettext.c (fgettext_free_fgpath_list):
4643         * libs/Parse.c (_get_suffixed_integer_arguments):
4644         * libs/Graphics.c (AllocNonlinearGradient):
4645         * libs/PictureUtils.c (build_mapping_table):
4646         (finish_ct_init):
4647         made static
4649         * libs/setpgrp.c:
4650         * libs/Event.c:
4651         * libs/FRenderInit.c:
4652         include own header file
4654         * libs/System.c (getFileStamp):
4655         * libs/Fft.c (FftPDumyFunc):
4656         * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4657         exported
4659 2005-03-01  Dan Espen  <dane@mk.telcordia.com>
4661         * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4662         not exec.
4664 2005-02-25  Dan Espen  <dane@mk.telcordia.com>
4666         * fvwm/fvwm.1.in (Focus): Typos in focus section.
4668 2005-02-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4670         * fvwm/conditional.c (Circulate):
4671         added tests for fw == Scr.FvwmRoot again to fix a crash
4673 2005-02-05  Dan Espen  <dane@mk.telcordia.com>
4675         * AUTHORS: New author, FvwmScript patch.
4677 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
4679         * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4680         * AUTHORS: s/Hover/Active/
4682 2005-01-19  Dan Espen  <dane@mk.telcordia.com>
4684         * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4685         avoid dump with empty key/mouse binding command.
4686         * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4687         Checked all other uses of PeekToken in fvwm dir.
4689 2005-01-08  Olivier Chapuis  <olivier.chapuis@free.fr>
4691         * fvwm/session.c (matchWin):
4692         (SaveWindowStates):
4693         On restarts compare window ids only. Base our matching decision on
4694         window role only if we have a client id.
4696         * fvwm/move_resize.c (GetOnePositionArgument):
4697         Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4698         float values to nearest int
4700 2005-01-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4702         * AUTHORS:
4703         * fvwm/move_resize.c (CMD_Maximize):
4704         Applied Arnaud Vrac patch which fixes maximize by growing vs
4705         EWMH working area
4707 2004-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4709         * fvwm/builtins.c (do_button_style):
4710         ButtonStyle Reset takes effect immediately
4712 2004-12-08  Dan Espen  <dane@mk.telcordia.com>
4714         * fvwm/fvwm.1.in: lang check.
4716 2004-12-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4718         * fvwm/fvwm.1.in:
4719         Really commit EWMHUseStackingOrderHints documentation update
4721 2004-12-02  Olivier Chapuis  <olivier.chapuis@free.fr>
4723         * fvwm/fvwm.1.in:
4724         Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4726         * NEWS:
4727         FvwmIconMan new options
4729         * libs/FTips.c (new file):
4730         * libs/FTips.h (new file):
4731         * libs/defaults.h:
4732         * libs/Makefile.am:
4733         Added a set of functions for implementing tool tips
4735 2004-11-30  Dan Espen  <dane@mk.telcordia.com>
4737         * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4739 2004-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4741         * fvwm/menus.c (__mloop_get_event):
4742         * fvwm/functions.c (execute_complex_function):
4743         * fvwm/add_window.c (AddWindow):
4744         * fvwm/module_interface.c (ExecuteModuleCommand):
4745         * fvwm/move_resize.c (__move_loop):
4746         (__resize_window):
4747         properly set the "state" member of faked motion and key events;
4748         fixes broken "nosnap" feature
4750 2004-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4752         * fvwm/bindings.c (ParseBinding):
4753         reformatted
4754         * libs/Bindings.c (bindingAppliesToWindow):
4755         (__compare_binding):
4756         * fvwm/module_interface.c (CMD_ModuleSynchronous):
4757         * fvwm/builtins.c (CMD_Wait):
4758         (CMD_StrokeFunc):
4759         * fvwm/events.c (__handle_bpress_on_root):
4760         (HandleButtonRelease):
4761         fixed crash in window specific binding code
4762         fixed handling of root window in window specific binding code
4763         renamed some functions
4765 2004-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4767         * fvwm/focus.c (__update_windowlist):
4768         replaced while loop by for loop
4770         * fvwm/style.c (style_destroy_style):
4771         * fvwm/conditional.c (Circulate):
4772         removed useless check whether fw == &Scr.FvwmRoot
4774         * fvwm/icons.c (DeIconify):
4775         defused possible endless loop when a window iconified by the
4776         transientfor window loses the "transient" relationship
4778 2004-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4780         * fvwm/move_resize.c (__move_loop):
4781         (__resize_window):
4782         fixed overwriting the initial button_mask during move/resize
4784         * fvwm/menus.c (__mloop_handle_action_with_mi):
4785         do not "post" a submenu menu item it the submenu does not exist
4787 2004-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4789         * fvwm/events.c (__handle_bpress_on_managed):
4790         do not draw the decorations pressed in if executing a function is
4791         forbidden
4793         * libs/Parse.c (CopyToken):
4794         fixed parsing of delimiters
4796 2004-10-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4798         * fvwm/virtual.c (GetDeskNumber):
4799         fixed MoveToDesk without argument
4801 2004-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4803         * fvwm/fvwm.1.in:
4804         re-formatted and some spelling corrections
4806         * fvwm/colorset.c (CMD_CleanupColorsets):
4807         (CMD_Colorset):
4808         * fvwm/builtins.c (CMD_Colorset):
4809         (CMD_CleanupColorsets):
4810         moved functions to colorset.c
4812 2004-10-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4814         * libs/Parse.c (CopyToken):
4815         skip any whitespace before a delimiter; this allows to have spaces
4816         before the commas in an option list
4818 2004-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4820         * fvwm/frame.c (frame_reshape_border):
4821         re-shaping shaded windows no longer unshades them
4822         re-shaping unshaded windows on pages other than 0 0 no longer moves
4823         them out of the current page
4825 2004-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4827         * fvwm/events.c (__cr_detect_icccm_move):
4828         * fvwm/screen.h (ScreenInfo):
4829         * fvwm/builtins.c (CMD_BugOpts):
4830         new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
4832         * fvwm/move_resize.c (__move_loop):
4833         (__resize_window):
4834         query the pointer position in the move loop when an
4835         EnterNotify/LeaveNotify event arrives; same change in resize loop.
4837         * NEWS:
4838         * configure.in:
4839         increased version to 2.5.13
4840         released 2.5.12
4842         * ANNOUNCE:
4843         * NEWS:
4844         * configure.in:
4845         updated for 2.5.12 release
4847         * fvwm/frame.c (frame_create_move_resize_args):
4848         fixed xemacs growing or shrinking when title height changed; this was
4849         caused by calculating the old client window geometry using the new
4850         title dimensions; query the window size instead
4852 2004-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4854         * fvwm/events.c (test_map_request):
4855         (test_button_event):
4856         (test_typed_window_event):
4857         (test_resizing_event):
4858         (__predicate_button_click):
4859         (__merge_cr_moveresize):
4860         (HandleUnmapNotify):
4861         (flush_property_notify):
4862         (is_resizing_event_pending):
4863         (__test_for_motion):
4864         use type XPointer for last argument of predicate procedures for
4865         XCheckPeekIfEvent and XCheckIfEvent, not char *
4866         (HandleUnmapNotify):
4867         fixed core dump
4869 2004-10-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4871         * fvwm/window_flags.h:
4872         removed useless and broken SETM_ macros
4874         * fvwm/update.c (init_style):
4875         fixed resetting user states
4877 2004-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4879         * libs/envvar.c (add_to_envlist):
4880         fixed crash
4882 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4884         * fvwm/builtins.c (CMD_UnsetEnv):
4885         use flib_unsetenv
4887         * libs/envvar.c (flib_unsetenv):
4888         (add_to_envlist):
4889         new functions
4890         (flib_putenv):
4891         split in ftwo functions
4893         * configure.in:
4894         check for unsetenv function
4896         * fvwm/builtins.c (CMD_SetEnv):
4897         assume an empty value if no value is given
4899 2004-09-30  Rafal Bisingier <ravbc@man.poznan.pl>
4901         * fvwm/commands.h:
4902         * fvwm/events.c:
4903         * fvwm/functable.c:
4904         * fvwm/fvwm.1.in:
4905         * fvwm/fvwm.c:
4906         * fvwm/screen.h:
4907         * fvwm/virtual.c:
4908         * perllib/FVWM/Commands.pm:
4909         new command EdgeLeaveCommand
4911 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4913         * NEWS:
4914         updated for 2.4.19
4916         * NEWS:
4917         * configure.in:
4918         increased version to 2.5.12
4919         released 2.5.11
4921         * NEWS:
4922         * configure.in:
4923         updated for 2.5.11 release
4925 2004-09-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4927         * fvwm/geometry.c (get_page_offset):
4928         (get_page_offset_rectangle):
4929         (get_absolute_geometry):
4930         new functions
4932         * fvwm/virtual.c (CMD_GotoPage):
4933         * fvwm/move_resize.c (__move_window):
4934         * fvwm/virtual.c (CMD_GotoPage):
4935         (get_page_arguments):
4936         new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
4937         command
4939 2004-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4941         * libs/Flocale.c (FlocaleGetNameProperty):
4942         fixed freeing uninitialized pointer
4944 2004-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4946         * fvwm/conditional.c (select_cmd):
4947         (direction_cmd):
4948         (CMD_NoWindow):
4949         (CMD_All):
4950         fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
4951         WindowId and Direction commands; fixes break from these commands
4953         * fvwm/geometry.c (get_shaded_geometry):
4954         shading geometry fix for windows without decoration
4956         * libs/FScreen.c (XineramaQueryExtension):
4957         fixed xinerama crash
4959 2004-09-04  Scott Smedley  <scottie7@tpg.com.au>
4961         * configure.in:
4962         Parse man pages with config.status so man pages have correct date.
4963         Man pages also specify FVWM version that they relate to.
4965         * bin/fvwm-bug.1:
4966         * bin/fvwm-config.1:
4967         * bin/fvwm-convert-2.2.1:
4968         * bin/fvwm-convert-2.4.1:
4969         * bin/fvwm-convert-2.6.1:
4970         * bin/fvwm-menu-desktop.1:
4971         * bin/fvwm-root.1:
4972         * modules/FvwmAnimate/FvwmAnimate.1:
4973         * modules/FvwmAuto/FvwmAuto.1:
4974         * modules/FvwmBacker/FvwmBacker.1:
4975         * modules/FvwmBanner/FvwmBanner.1:
4976         * modules/FvwmButtons/FvwmButtons.1:
4977         * modules/FvwmCommand/FvwmCommand.1:
4978         * modules/FvwmConsole/FvwmConsole.1:
4979         * modules/FvwmConsole/FvwmConsoleC.pl.1:
4980         * modules/FvwmCpp/FvwmCpp.1:
4981         * modules/FvwmDragWell/FvwmDragWell.1:
4982         * modules/FvwmEvent/FvwmEvent.1:
4983         * modules/FvwmForm/FvwmForm.1:
4984         * modules/FvwmGtk/FvwmGtk.1:
4985         * modules/FvwmIconBox/FvwmIconBox.1:
4986         * modules/FvwmIconMan/FvwmIconMan.1:
4987         * modules/FvwmIdent/FvwmIdent.1:
4988         * modules/FvwmM4/FvwmM4.1:
4989         * modules/FvwmPager/FvwmPager.1:
4990         * modules/FvwmProxy/FvwmProxy.1:
4991         * modules/FvwmRearrange/FvwmRearrange.1:
4992         * modules/FvwmSave/FvwmSave.1:
4993         * modules/FvwmSaveDesk/FvwmSaveDesk.1:
4994         * modules/FvwmScript/FvwmScript.1:
4995         * modules/FvwmScroll/FvwmScroll.1:
4996         * modules/FvwmTaskBar/FvwmTaskBar.1:
4997         * modules/FvwmTheme/FvwmTheme.1:
4998         * modules/FvwmWharf/FvwmWharf.1:
4999         * modules/FvwmWinList/FvwmWinList.1:
5000         These man pages were renamed to have a .in suffix.
5001         ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
5003 2004-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5005         * fvwm/placement.c (__place_window):
5006         fixed starting desk output with bugopts explainwindowplacement
5008 2004-09-03  Olivier Chapuis  <olivier.chapuis@free.fr>
5010         * fvwm/eventhandler.h:
5011         * fvwm/events.c (InitEventHandlerJumpTable):
5012         (__handle_key):
5013         (HandleKeyPress):
5014         (HandleKeyRelease):
5015         Fixed window specific bindings "patch" by sending key release event
5016         when needed
5018 2004-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5020         * libs/defaults.h:
5021         * fvwm/screen.h:
5022         * fvwm/move_resize.c:
5023         * fvwm/fvwm.c:
5024         * fvwm/fvwm.h:
5025         * fvwm/frame.h:
5026         * fvwm/decorations.c:
5027         * fvwm/frame.c:
5028         * fvwm/builtins.c:
5029         * fvwm/borders.c:
5030         * fvwm/add_window.c:
5031         * fvwm/bindings.c:
5032         * fvwm/style.c:
5033         renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5034         it with NUMBER_OF_MOUSE_BUTTONS
5036         * fvwm/style.c (style_parse_focus_policy_style):
5037         * fvwm/focus_policy.h:
5038         * libs/Bindings.c (GrabWindowButton):
5039         * fvwm/bindings.c (bind_get_bound_button_contexts):
5040         (ParseBinding):
5041         * fvwm/events.c (WaitForButtonsUp):
5042         * fvwm/style.c (style_parse_focus_policy_style):
5043         * fvwm/builtins.c (__fake_event):
5044         fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5045         NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5047 2004-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5049         * configure.in:
5050         put -Wall -Wno-implicit-int before user specified flags
5052         * libs/FScreen.c:
5053         Applied below patch again.  It didn't make it to CVS (?)
5055 2004-08-26  Dan Espen  <dane@mk.telcordia.com>
5057         * libs/FScreen.c: Fixed case error.  Patch from Chris Ross.
5059 2004-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5061         * libs/FScreen.c:
5062         cleaned up ifdef hell
5064         * configure.in:
5065         fixed solaris xinerama test
5067 2004-08-25  Dan Espen  <dane@mk.telcordia.com>
5069         * configure.in:
5070         * acconfig.h:
5071         * libs/FScreen.c (solaris_XineramaQueryScreens):
5072         Solaris Xinerama support.
5073         * AUTHORS:
5074         Update.
5075         Patch by Chris Ross.
5077 2004-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5079         * fvwm/events.c (__handle_cr_on_client):
5080         don't reevaluate window geometry when a ConfigureRequest has no size or
5081         position set
5083 2004-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5085         * fvwm/menus.c (get_menu_options):
5086         (do_menu):
5087         new menu option TearOffImmediately
5089 2004-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5091         * fvwm/placement.c (__place_get_wm_pos):
5092         cascade placemnt fix by Paul Vojta
5094 2004-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5096         * fvwm/geometry.c (constrain_size):
5097         Don't touch the aspect ratio if modifying the width/height does not
5098         improve the situation
5100         * fvwm/frame.c (frame_free_move_resize_args):
5101         (__frame_setup_window):
5102         (frame_update_hidden_window_pos):
5103         (frame_mrs_resize_move_windows):
5104         (frame_create_move_resize_args):
5105         * fvwm/move_resize.c (__resize_window):
5106         some event handling fixes
5108         * fvwm/geometry.c (constrain_size):
5109         look up the latest size hints if necessary
5111 2004-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5113         * fvwm/geometry.c (constrain_size):
5114         * fvwm/ewmh.c (EWMH_fullscreen):
5115         * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5116         (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5117         (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5118         * fvwm/fvwm.h (window_flags_t):
5119         allow windows to override their size hints when going fullscreen:
5120         minimum and maximum size, size inc, aspect ratio, etc.
5122 2004-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5124         * fvwm/decorations.c (struct):
5125         MWM hints on 64 bit machines fix
5127 2004-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5129         * fvwm/fvwm.1.in (Note):
5130         * fvwm/read.c (CMD_Read):
5131         (CMD_PipeRead):
5132         the Read and PipeRead commands have a return code
5134         * fvwm/read.c (run_command_stream):
5135         (CMD_Read):
5136         (CMD_PipeRead):
5137         removed debug code
5139 2004-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5141         * fvwm/move_resize.c (GetResizeArguments):
5142         (GetMoveArguments):
5143         fixed parsing of the frame option to the resize command and the pointer
5144         option to the move command
5146         * fvwm/conditional.c (CMD_None):
5147         Fixed CMD_None return code
5149 2004-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5151         * fvwm/stack.c (is_above_unmanaged):
5152         windows on other Desks are always considered on top
5154         * fvwm/conditional.c (CreateConditionMask):
5155         (MatchesConditionMask):
5156         * fvwm/fvwm.h (WindowConditionMask):
5157         new condition Overlapped
5159         * config.h:
5160         inproved strings.h / sring.h iclusion logic
5162         * libs/PictureUtils.c (finish_ct_init):
5163         (PictureInitColors):
5164         use flib_putenv instead of putenv
5166 2004-07-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5168         * fvwm/screen.h:
5169         * libs/gravity.h (enum):
5170         * libs/wcontext.h (enum):
5171         -pedantic fixes
5173         * fvwm/fvwm.c (StartupStuff):
5174         do not ungrab the pointer while the startup functions execute
5175         (Done):
5176         ungrab the pointer only after executing the RestartFunction or
5177         ExitFunciton.  Otherwise these functions may not be executed if some
5178         other application grabs the pointer.
5180         * fvwm/fvwm.h:
5181         * fvwm/conditional.c (CreateConditionMask):
5182         renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5183         new condition AnyScreen
5185         * libs/Bindings.c:
5186         * fvwm/builtins.c (__fake_event):
5187         * fvwm/bindings.c (ParseBinding):
5188         removed C++ comments
5190 2004-07-15  Scott Smedley  <scottie7@tpg.com.au>
5192         * NEWS:
5193         New options for FvwmButtons module.
5195 2004-07-12  Mikhael Goikhman  <migo@homemail.com>
5197         * fvwm/fvwm.1.in:
5198         use commas between conditions
5200 2004-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5202         * fvwm/builtins.c (CMD_Wait):
5203         ignore MapNotify reported to any window except the root window
5205         * fvwm/module_interface.c (CONFIGARGS):
5206         correct number of CONFIGARGS arguments
5208         * libs/vpacket.h (ConfigWinPacket):
5209         frame_x and frame_y are signed
5211 2004-07-11  Scott Smedley  <scottie7@tpg.com.au>
5213         * fvwm/conditional.c:
5214         * fvwm/fvwm.h:
5215         * fvwm/fvwm.1.in:
5216         * AUTHORS:
5217         Committed patch by Norman Yarvin (with a few minor mods) to extend
5218         conditionals to handle multiple window names.
5220 2004-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5222         * fvwm/module_interface.c (CONFIGARGS):
5223         * libs/vpacket.h (ConfigWinPacket):
5224         put window_flags at end of structure
5226 2004-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5228         * fvwm/module_interface.c (CONFIGARGS):
5229         (OLDCONFIGARGS):
5230         (SETOLDFLAGS):
5231         (SendConfig):
5232         (BroadcastConfig):
5233         removed old module interface
5234         (CONFIGARGS):
5236         * libs/vpacket.h (ConfigWinPacket):
5237         64 bit fix
5239 2004-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5241         * fvwm/execcontext.c (__exc_change_context):
5242         fixed handling of etrigger event, fixing a problem with PropertyNotify
5243         events during resizing and possibly other problems too
5245         * fvwm/add_window.c (RestoreWithdrawnLocation):
5246         fixed travelling windows if application changed gravity hint before
5247         recapture
5249         * fvwm/frame.c (combine_decor_gravities):
5250         (combine_gravities):
5251         renamed
5252         (frame_restore_client_gravities):
5253         fixed window gravity after resize
5255         * libs/FEvent.c (FPeekEvent):
5256         (FPeekIfEvent):
5257         (FCheckPeekIfEvent):
5258         fixed some event handling bugs
5260         * fvwm/conditional.c (CMD_Test):
5261         (match_version):
5262         corrected use of Bool types
5263         (match_version):
5264         simplified, fixed compilation
5265         (ver):
5266         use int as return type
5268         * libs/Ficonv.c (convert_charsets):
5269         reindented
5271         * libs/Ficonv.c (convert_charsets):
5272         * acinclude.m4 (ICONV_SECOND_ARG):
5273         rewrote iconf configure test to save an ifdef
5275 2004-07-07  Scott Smedley  <scottie7@tpg.com.au>
5277         * fvwm/fvwm.1.in:
5278         * libs/Bindings.h:
5279         * libs/Bindings.c:
5280         * fvwm/bindings.c:
5281         Allow user to specify window-specific bindings that should NOT be
5282         intercepted by FVWM. This is accomplished with an '--' binding action.
5284 2004-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5286         * fvwm/move_resize.c (__resize_window):
5287         Fixed event handling
5289         * fvwm/virtual.c (HandlePaging):
5290         removed check for leave events on pan frames; better query the pointer
5291         each time
5293 2004-07-06  Scott Smedley  <scottie7@tpg.com.au>
5295         * fvwm/fvwm.1.in:
5296         * fvwm/conditional.c:
5297         Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5299 2004-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5301         * fvwm/move_resize.c (GetResizeArguments):
5302         (GetResizeMoveArguments):
5303         (__resize_window):
5304         (__resize_step):
5305         (__resize_get_refpos):
5306         (__resize_get_dir_proximity):
5307         (__resize_get_dir_from_window):
5308         implemented fluxbox-like Alt-Button3 resizing
5310         * fvwm/virtual.c (HandlePaging):
5311         * fvwm/events.c (__merge_cr_moveresize):
5312         (__test_for_motion):
5313         (flush_property_notify):
5314         do not use XPutBackEvent as it shuffles events on the queue
5315         (test_button_event):
5316         (test_typed_window_event):
5317         new functions
5319         * libs/FEvent.c (fev_get_evpos_or_query):
5320         take pointer position from EnterNotify and LeaveNotify events
5322         * fvwm/move_resize.c (__move_loop):
5323         fixed multiple paging with certain SnapGrid / Move interactions
5324         (__resize_window):
5325         (__move_loop):
5326         * fvwm/virtual.c (HandlePaging):
5327         Workaround for buggy XFree not delivering some Pointer events
5328         simplified code
5330         * fvwm/virtual.c (MoveViewport):
5331         don't eat MotionNotify events
5333         * libs/FEvent.c (fev_get_last_event):
5334         new function
5335         (FWindowEvent):
5336         (FPutBackEvent):
5337         (FPeekIfEvent):
5338         (FPeekEvent):
5339         (FNextEvent):
5340         (FMaskEvent):
5341         (FIfEvent):
5342         (FCheckWindowEvent):
5343         (FCheckTypedWindowEvent):
5344         (FCheckTypedEvent):
5345         (FCheckMaskEvent):
5346         (FCheckIfEvent):
5347         keep a copy of the previous event in case FPutBackEvent is called
5349 2004-06-30  Scott Smedley  <scottie7@tpg.com.au>
5351         * fvwm/fvwm.1.in:
5352         Indicate optional window argument in section headings for
5353         Key, Mouse, PointerKey & Stroke commands.
5354         Remove strange "-Key" option listed for PointerKey.
5356 2004-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5358         * libs/Fft.c (FftDrawString):
5359         * fvwm/session.c (get_version_string):
5360         * fvwm/module_interface.c (FlushMessageQueue):
5361         * fvwm/fvwm.c (SaveDesktopState):
5362         * fvwm/colorset.h:
5363         * fvwm/colorset.c (cleanup_colorsets):
5364         * libs/PictureUtils.c (struct):
5365         fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5367 2004-06-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5369         * fvwm/events.c (__cr_detect_icccm_move):
5370         windows with ewmh hints are assumed to use icccm2 compliant movement
5372         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5373         (ewmh_WMStateMaxHoriz):
5374         fixed restart/maximized problem
5376         * libs/fvwmsignal.c (fvwmReapChildren):
5377         * fvwm/fvwm.c (ReapChildren):
5378         moved function to lib
5380 2004-06-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5382         * fvwm/modconf.c (send_desktop_geometry):
5383         (send_color_limit):
5384         (send_click_time):
5385         (send_move_threshold):
5386         (send_ignore_modifiers):
5387         increased static buffer size
5389 2004-06-13  Marcus Lundblad  <ml@update.uu.se>
5391         * libs/CombineChars.c (convert_to_ucs2):
5392         Replace illegal UTF-8 character sequences in input
5394 2004-06-11  Scott Smedley  <scottie7@tpg.com.au>
5396         * libs/Bindings.c:
5397         bugfix: wrong stroke action being invoked.
5399 2004-06-10  Scott Smedley  <scottie7@tpg.com.au>
5401         * fvwm/builtins.c:
5402         * fvwm/events.c:
5403         * libs/Bindings.c:
5404         Active _last_ matching binding. (ie. same behaviour as before
5405         win-specific bindings patch.)
5406         bugfix: segfault when looking up stroke bindings in root context.
5408 2004-06-07  Scott Smedley  <scottie7@tpg.com.au>
5410         * fvwm/bindings.c:
5411         * fvwm/builtins.c:
5412         * fvwm/events.c:
5413         * fvwm/fvwm.1.in:
5414         * fvwm/module_interface.c:
5415         * libs/Bindings.c:
5416         * libs/Bindings.h:
5417         * modules/FvwmScript/FvwmScript.c:
5418         * modules/FvwmScript/Instructions.c:
5419         Implemented window-specific key/mouse bindings.
5421         * modules/FvwmIconBox/FvwmIconBox.h:
5422         * libs/fvwmlib.h:
5423         * libs/wild.c:
5424         * libs/wild.h:
5425         Make args to matchWildcards() const.
5427 2004-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5429         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5430         use EWMH_fullscreen
5431         * fvwm/ewmh.c (EWMH_fullscreen):
5432         new function
5434         * fvwm/add_window.c (AddWindow):
5435         implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5437         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5438         (ewmh_WMStateMaxVert):
5439         (ewmh_WMStateShaded):
5440         (ewmh_WMStateSticky):
5441         (ewmh_WMStateStaysOnBottom):
5442         fixed core dumps
5443         (ewmh_WMState):
5444         don't try to maximize window when looking up the style
5445         (ewmh_WMDesktop):
5446         (ewmh_WMStateFullScreen):
5447         (ewmh_WMStateHidden):
5448         (ewmh_WMStateMaxVert):
5449         (ewmh_WMStateModal):
5450         (ewmh_WMStateShaded):
5451         (ewmh_WMStateSkipPager):
5452         (ewmh_WMStateSticky):
5453         (ewmh_WMStateStaysOnBottom):
5454         fixed ignoring ewmh hints
5456         * fvwm/expand.c (expand_vars_extended):
5457         include full path in iconfile and miniiconfile variables
5459 2004-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5461         * fvwm/functions.c (execute_complex_function):
5462         (CheckActionType):
5463         fixed double click patch
5465 2004-06-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5467         * fvwm/ewmh.c (EWMH_SetWMDesktop):
5468         use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5470 2004-05-31  Dan Espen  <dane@mk.telcordia.com>
5472         * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5473         into fvwm man page.
5475 2004-05-29  Norbert Buchmuller  <norbi@nix.hu>
5477         * libs/FImage.c (FShmSafeCreateImage):
5478         Yet another fix to SHM remote client problem
5480 2004-05-26  Francis Litterio  <franl@world.std.com>
5482         * fvwm/fvwm.1.in
5483         * fvmw/fvwm.h
5484         * fvwm/placement.c (__place_get_wm_pos)
5485         * fvwm/style.c (style_parse_one_style_option)
5486         Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5488 2004-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5490         * fvwm/events.c (HandleEnterNotify):
5491         fixed endless loop of edge commands when doing something that grabs
5492         the pointer
5494         * fvwm/functions.c (CheckActionType):
5495         (execute_complex_function):
5496         double clicks no longer work when pressing different buttons
5498 2004-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5500         * fvwm/placement.c (__place_get_wm_pos):
5501         fixed placement in top left corner when pressing escape during manual
5502         placement
5504 2004-05-23  Mikhael Goikhman  <migo@homemail.com>
5506         * configure.in:
5507         * AUTHORS:
5508         added Chinese translations
5510 2004-05-18  Olivier Chapuis  <olivier.chapuis@free.fr>
5512         * fvwm/ewmh.c (EWMH_SetFrameStrut):
5513         Fixed a miss-print
5515 2004-05-09  Mikhael Goikhman  <migo@homemail.com>
5517         * fvwm/conditional.c:
5518         * fvwm/fvwm.1.in:
5519         clean up Test code and documentation, add new False condition,
5520         unrecognized conditions produce Error return code now
5522 2004-05-06  Dan Espen  <dane@mk.telcordia.com>
5524         * fvwm/style.c: Remove extra char.
5526 2004-05-01  Olivier Chapuis  <olivier.chapuis@free.fr>
5528         * fvwm/ewmh.c (ewmh_atom_client_win):
5529         * fvwm/ewmh_intern.h:
5530         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5531         (ewmh_MoveResizeWindow):
5532         Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5534         * fvwm/events.c (__handle_cr_on_client):
5535         (__handle_configure_request):
5536         (events_handle_configure_request):
5537         Some renaming for consistency, force restacking if the event come from
5538         an ewmh restack
5540         * fvwm/ewmh_events.c (ewmh_MoveResize):
5541         Fixed _NET_WM_MOVERESIZE
5543         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5544         Removed debug code
5546         * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5547         (EWMH_SetFrameStrut):
5548         Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5550 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5552         * libs/FImage.c (FShmSafeCreateImage):
5553         Finished to fix SHM remote client problem
5555 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5557         * libs/FImage.c (FShmSafeCreateImage):
5558         Fixed when we are a remote client
5560 2004-04-21  Mikhael Goikhman  <migo@homemail.com>
5562         * INSTALL.fvwm:
5563         * NEWS:
5564         * acconfig.h:
5565         * fvwm/fvwm.1.in:
5566         * fvwm/fvwm.c:
5567         * fvwm/gnome.h:
5568         * fvwm/session.c:
5569         * libs/envvar.c:
5570         * libs/envvar.h:
5571         new default ~/.fvwm/config file is now recommended instead of
5572         still supported ~/.fvwm/.fvwm2rc
5574 2004-04-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5576         * fvwm/menus.c (NewMenuRoot):
5577         do not strip whitespace from menu names when creating a new menu
5579 2004-04-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5581         * fvwm/menuitem.c (menuitem_get_size):
5582         * fvwm/menuitem.h:
5583         renamed remaining "mips" to mipst
5585 2004-04-09  Olivier Chapuis  <olivier.chapuis@free.fr>
5587         * fvwm/events.c (HandleMapRequestKeepRaised):
5588         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5589         Fixed EWMH DesktopGeometry and Stacking list
5591 2004-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5593         * fvwm/virtual.c (GetDeskNumber):
5594         (CMD_MoveToDesk):
5595         (CMD_GotoDesk):
5596         fixed MoveToDesk with one argument
5598 2004-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5600         * fvwm/style.c (style_parse_one_style_option):
5601         * fvwm/style.h:
5602         * fvwm/conditional.c (MatchesConditionMask):
5603         * fvwm/fvwm.h:
5604         * fvwm/window_flags.h:
5605         new style "State"
5607 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5609         * fvwm/fvwm.1.in:
5610         corrected a typo
5612 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5614         * fvwm/move_resize.c (unmaximize_fvwm_window):
5615         fixed redrawing of maximize button when unmaximizing but when the size
5616         and position does not change
5618 2004-03-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5620         * fvwm/expand.c (expand_vars_extended):
5621         new extended variable $[w.layer]
5623         * fvwm/move_resize.c (MaximizeHeight):
5624         (MaximizeWidth):
5625         (CMD_Maximize):
5626         applied modified layer patch for maximize by Rafal Bisingier
5628 2004-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5630         * fvwm/add_window.c (setup_frame_attributes):
5631         Hopefully fixed BackingStore code and removed now useless backing store
5632         for decorations
5634         * fvwm/expand.c (expand_vars_extended):
5635         new extended variable $[w.desk]
5637 2004-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5639         * NEWS:
5640         * configure.in:
5641         increased version to 2.5.11
5642         released 2.5.10
5644         * NEWS:
5645         * configure.in:
5646         updated for 2.5.10 release
5648         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5649         improved rotation code
5651         * libs/gravity.c (gravity_add_rotations):
5652         new function
5654 2004-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5656         * fvwm/placement.c (__explain_placement):
5657         new function
5659         * libs/FScreen.c (FScreenIsRectangleOnScreen):
5660         new function
5662         * fvwm/builtins.c (CMD_BugOpts):
5663         * fvwm/screen.h (ScreenInfo):
5664         new BugOpts option ExplainWindowPlacement
5665         renamed some members of Screen
5667 2004-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5669         * fvwm/placement.c (__place_get_wm_pos):
5670         (__place_get_nowm_pos):
5671         (__place_get_placement_flags):
5672         (__place_window):
5673         (__place_handle_x_resources):
5674         (setup_window_placement):
5675         split into multiple functions
5676         cleaned up a little
5678 2004-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5680         * fvwm/add_window.c (setup_window_placement):
5681         * fvwm/placement.c (setup_window_placement):
5682         moved function to placement.c
5683         fixed using PLACE_AGAIN placement mode
5684         (PlaceWindow):
5685         (__place_window):
5686         renamed function
5688 2004-03-15  Chris Ross  <cross+fvwm@distal.com>
5690         * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5691         allow a negative line_width to invert the relief
5693 2004-03-06  Marcus Lundblad  <ml@update.uu.se>
5695         * libs/Flocale.c (FlocaleDrawString)
5696         (FlocaleDrawUnderline)
5697         (FlocaleTextWidth):
5698         reduced redundant calls to iconv
5700 2004-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5702         * fvwm/move_resize.c (CMD_XorValue):
5703         fixed a very small outline drawing problem caused by using 0 line width
5704         instead of 1
5706         * NEWS:
5707         * configure.in:
5708         increased version to 2.5.10
5710         * configure.in:
5711         * NEWS:
5712         updated for 2.5.9 release
5714         * fvwm/functions.c (execute_function_override_window):
5715         * fvwm/module_interface.c (ExecuteModuleCommand):
5716         * fvwm/conditional.c (circulate_cmd):
5717         sometimes, DeferExecution was called although a window was already
5718         selected, for example with the "Current" commend; fixed
5720 2004-02-28  Olivier Chapuis  <olivier.chapuis@free.fr>
5722         * libs/FImage.c (FShmSafeCreateImage):
5723         Fixed some safety tests
5725 2004-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5727         * fvwm/events.c (__handle_cr_on_client):
5728         fixed a bug in the Jave configure request workaround
5730 2004-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5732         * fvwm/events.c (__cr_detect_icccm_move):
5733         improved motion method detection for fullscreen requests
5735 2004-02-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5737         * fvwm/add_window.c (AddWindow):
5738         * fvwm/screen.h (ScreenInfo):
5739         * fvwm/builtins.c (CMD_BugOpts):
5740         new BugOpts option DisplayNewWindowNames intended for debugging
5742 2004-02-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5744         * libs/Bindings.c (FvwmStringToKeysym):
5745         small performance enhancement
5747         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
5748         (__move_loop):
5749         fixed the FlickeringMoveWorkaround option which did nothing before
5751 2004-02-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5753         * fvwm/style.c (style_parse_one_style_option):
5754         * fvwm/fvwm.h:
5755         * fvwm/style.h (SIS_UNMANAGED):
5756         * fvwm/add_window.c (AddWindow):
5757         New style Unmanaged
5759         * fvwm/expand.c (expand_vars_extended):
5760         new variables $[w.iconfile] and $[w.miniiconfile]
5762         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5763         made left side of a relief one pixel longer at the bottom
5765 2004-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5767         * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
5768         * fvwm/style.c (style_set_old_focus_policy):
5769         fixed default window list order with ClickToFocus
5771 2004-02-04  Marcus Lundblad  <ml@update.uu.se>
5773         * fvwm/libs/Flocale.h:
5774         * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
5775         (FlocaleStringByteToCharOffset)
5776         (FlocaleStringCharToByteOffset)
5777         (FlocaleStringCharLength):
5778         Made utility functions available outside of Flocale
5780 2004-01-31  Olivier Chapuis  <olivier.chapuis@free.fr>
5782         * fvwm/events.c (__test_for_motion):
5783         Fixed a lockup, see the long comment in the code
5785 2004-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5787         * fvwm/schedule.c (execute_obj_func):
5788         fixed using uninitialised return code
5790 2004-01-25  Olivier Chapuis  <olivier.chapuis@free.fr>
5792         * fvwm/builtins.c (do_title_style):
5793         Fixed MinHeight, it must reset the Height
5795 2004-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5797         * fvwm/menus.c (menuShortcuts):
5798         applied menu navigation patch by Anton Kazennikov
5800 2003-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5802         * libs/gravity.c (gravity_dir_to_string):
5803         (gravity_parse_dir_argument):
5804         use a constant for the dir table
5806 2003-12-16  Marcus Lundblad  <ml@update.uu.se>
5808         * fvwm/Flocale.c (FlocaleEncodeString)
5809         (FlocaleDrawUnderline):
5810         Fixed crash when there's no Iconv support
5812 2003-12-16  olicha  <olivier.chapuis@free.fr>
5814         * fvwm/functions.h:
5815         Used the FUNC_FLAGS_TYPE in find_func_t declaration
5817         * sample.fvwmrc/system.fvwm2rc-sample-95:
5818         Added some Xft fonts
5820 2003-12-12  olicha  <olivier.chapuis@free.fr>
5822         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5823         Fixed ewmh FullScreen when an application start fullscreen and
5824         desactivate this state
5826 2003-12-04  olicha  <olivier.chapuis@free.fr>
5828         * fvwm/placement.c (test_fit):
5829         * fvwm/ewmh.h:
5830         * fvwm/ewmh.c (ewmh_GetStrutIntersection):
5831         (EWMH_GetBaseStrutIntersection):
5832         (EWMH_GetStrutIntersection):
5833         Fixed placement vs the base struts
5835 2003-11-29  Mikhael Goikhman  <migo@homemail.com>
5837         * sample.fvwmrc/system.fvwm2rc-sample-95:
5838         improved Debian specific menu
5840 2003-11-15  Mikhael Goikhman  <migo@homemail.com>
5842         * sample.fvwmrc/system.fvwm2rc-sample-95:
5843         several updates; added Debian menu if found
5845 2003-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5847         * configure.in:
5848         new configure option --en/disable-iconv
5850 2003-11-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5852         * fvwm/menus.c (__mloop_handle_event):
5853         * fvwm/menustyle.c (menustyle_parse_style):
5854         (menustyle_copy):
5855         new MenuStyle options PopupIgnore and PopupClose
5857 2003-11-02  Dan Espen  <dane@mk.telcordia.com>
5859         * fvwm/menus.c (menu_binding): Remove debug code.
5860         * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
5861         * fvwm/menus.h: Add menu_binding function.
5862         * fvwm/fvwm.1.in: Document the menu context in the mouse command for
5863         tear off menus.
5864         * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
5865         button 2 tearoff.
5866         * libs/wcontext.h (enum): Add MENU context.
5867         * libs/wcontext.c (win_contexts): More common binding contexts first in
5868         table.
5869         * libs/charmap.c (charmap_string_to_mask): Space before char in error
5870         message.
5872 2003-11-01  Mikhael Goikhman  <migo@homemail.com>
5874         * NEWS:
5875         * configure.in:
5876         increase version to 2.5.9
5878 2003-10-31  Mikhael Goikhman  <migo@homemail.com>
5880         * Makefile.am:
5881         fixed deb creation
5883         * configure.in:
5884         * NEWS:
5885         updated for 2.5.8 release
5887 2003-10-29  Mikhael Goikhman  <migo@homemail.com>
5889         * Makefile.am:
5890         * configure.in:
5891         initially added files for deb package auto-creating procedure
5893 2003-10-26  Mikhael Goikhman  <migo@homemail.com>
5895         * AUTHORS:
5896         * configure.in:
5897         added Swedish translations by Johan Svedberg
5899         * NEWS:
5900         updated
5902 2003-10-25  Mikhael Goikhman  <migo@homemail.com>
5904         * fvwm/add_window.c (GetWindowSizeHints):
5905         reindented broken hint messages
5907 2003-10-23  Mikhael Goikhman  <migo@homemail.com>
5909         * configure.in:
5910         improved Perl detection messages,
5911         restored FvwmGtkDebug independence from gtk libs
5913 2003-10-15  Mikhael Goikhman  <migo@homemail.com>
5915         * configure.in:
5916         * AUTHORS:
5917         added German translations by Andrei Mitrofanow
5919         * fvwm/fvwm.1.in:
5920         typos
5922 2003-10-11  Mikhael Goikhman  <migo@homemail.com>
5924         * NEWS:
5925         added 2.4.17 NEWS
5927 2003-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5929         * fvwm/fvwm.1.in:
5930         * fvwm/conditional.c (CreateConditionMask):
5931         (MatchesConditionMask):
5932         (CreateConditionMask):
5933         * fvwm/fvwm.h (WindowConditionMask):
5934         !CurrentPage, !CurrentDesk, !Layer ... now work as they should
5936 2003-09-23  olicha  <olivier.chapuis@free.fr>
5938         * libs/FImage.c (FShmInit):
5939         Removed debug code
5941 2003-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5943         * fvwm/focus.c (warp_to_fvwm_window):
5944         don't unnecessarily call MoveViewport
5946 2003-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5948         * fvwm/decorations.c (__is_resize_allowed):
5949         fixed a condition
5951 2003-09-06  malu  <ml@update.uu.se>
5953         * libs/FBidi.c (FBidiConvert):
5954         * libs/CombineChars.c (CombineChars):
5955         Fixed drawing combining characters on correct positions in
5956         right-to-left context
5958 2003-09-05  malu  <ml@update.uu.se>
5960         * libs/Flocale.c (FlocaleDrawString):
5961         (FlocaleTextWidth):
5962         Fixed drawing of combining characters with font shadow
5963         (character offsets were miscalculated, since FlocaleTextWidth
5964         adds shadow width)
5966 2003-09-05  malu  <ml@update.uu.se>
5968         * libs/Flocale.c (FlocaleDrawUnderline):
5969         Fixed bug with text width when a string contains only
5970         "orphaned" combining characters (compensation for font shadowd
5971         was counted twice)
5973 2003-09-04  olicha  <olivier.chapuis@free.fr>
5975         * todo-2.6:
5976         Added E.18, added comments on C.9 and C.15
5978 2003-09-03  olicha  <olivier.chapuis@free.fr>
5980         * libs/Flocale.c (FlocaleTextWidth):
5981         Fixed a comb_char core dump
5983         * libs/Makefile.am:
5984         Fixed compilation if either iconv, libpng or Xrender headers are
5985         not at a standard place
5987 2003-09-03  Mikhael Goikhman  <migo@homemail.com>
5989         * acinclude.m4:
5990         fixed error message for incorrect --with-SOMETHING-library argument
5992 2003-09-03  olicha  <olivier.chapuis@free.fr>
5994         * todo-2.6:
5995         Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
5997 2003-09-02  olicha  <olivier.chapuis@free.fr>
5999         * todo-2.6:
6000         C.12 is fixed
6002 2003-09-01  olicha  <olivier.chapuis@free.fr>
6004         * libs/gravity.c (gravity_dir_to_string):
6005         A new interface function to transform a direction_t to a string
6007 2003-08-31  S. Anderson  <sa@xmission.com>
6009         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6010         Fixed missing font charsets
6012 2003-08-28  olicha  <olivier.chapuis@free.fr>
6014         * fvwm/move_resize.c (__move_loop):
6015         (AnimatedMoveAnyWindow):
6016         Updated bg of transparent tear off menu when moved
6018         * fvwm/events.c (HandlePropertyNotify):
6019         Updated ParentRelative tear off menu on bg change
6021         * fvwm/menus.c (UpdateMenuColorset):
6022         Updated colorsets of tear off menu when they change, this handle the
6023         case of root background change for RootTransparent
6025         * fvwm/menus.h:
6026         * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
6027         An utility function for redrawing transparent tear off menu. Maybe
6028         we can merge
6030         * fvwm/add_window.c (validate_transientfor):
6031         Fixed transient for an ewmh desktop
6033 2003-08-27  olicha  <olivier.chapuis@free.fr>
6035         * libs/FRender.c (FRenderRender):
6036         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6037         Removed and fixed some unused code
6039 2003-08-25  olicha  <olivier.chapuis@free.fr>
6041         * fvwm/misc.c (GrabEm):
6042         Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6044         * fvwm/modconf.c (send_color_limit):
6045         ifndefed color limit config info message which is not used anymore
6047         * fvwm/colorset.c (parse_colorset):
6048         Added a note on average bg
6050 2003-08-23  olicha  <olivier.chapuis@free.fr>
6052         * fvwm/style.c (print_styles):
6053         More info on memory used
6055         * fvwm/style.c (__simplify_style_list):
6056         Fixed upward simplication
6058 2003-08-14  olicha  <olivier.chapuis@free.fr>
6060         * fvwm/ewmh.c (ewmh_HandleMenu):
6061         Fixed the MENU window type, they are tear off menus
6063         * fvwm/fvwm.h:
6064         * fvwm/update.c (apply_window_updates):
6065         * fvwm/stack.c (new_layer):
6066         * fvwm/ewmh.c (EWMH_GetStyle):
6067         Fixed EWMHUseStackingHints update
6069         * fvwm/window_flags.h:
6070         * fvwm/fvwm.h:
6071         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6072         (ewmh_WMStateMaxHoriz):
6073         (ewmh_WMStateMaxVert):
6074         * fvwm/move_resize.c (unmaximize_fvwm_window):
6075         Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6076         uniconify and unshade when putting a window fullscreen
6078         * fvwm/ewmh_intern.h:
6079         * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6080         Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6082         * fvwm/move_resize.c (unmaximize_fvwm_window):
6083         (CMD_Resize):
6084         (CMD_ResizeMove):
6085         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6086         * fvwm/decorations.c (SelectDecor):
6087         * fvwm/windowshade.c (CMD_WindowShade):
6088         Removed the decor for EWMH fullscreen windows, forbid shading and
6089         allows Resize and MoveResize without unsetting the fullscreen/maximized
6090         state
6092         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6093         (CMD_ResizeMaximize):
6094         Fixed ewmh state which was not set after these cmds
6096 2003-08-09  olicha  <olivier.chapuis@free.fr>
6098         * todo-2.6:
6099         Updated
6101 2003-08-08  olicha  <olivier.chapuis@free.fr>
6103         * fvwm/borders.c (border_draw_vector_to_pixmap):
6104         Fixed inversion of fg and bg in vector buttons
6106         * fvwm/style.c (__simplify_style_list):
6107         Fixed a memory leak
6109         * libs/System.c (fvwm_mkstemp):
6110         Removed debug code
6112 2003-08-07  olicha  <olivier.chapuis@free.fr>
6114         * configure.in:
6115         * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6116         * acconfig.h:
6117         * libs/System.c (fvwm_mkstemp):
6118         * libs/fvwmlib.h:
6119         Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6120         exists and work correctly, if not a replacement function is used
6121         (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6122         implementation).
6124         * libs/fsm.c (unique_filename):
6125         (SetAuthentication):
6126         * fvwm/session.c (getUniqueStateFilename):
6127         Replaced tempnam by fvwm_mkstemp
6129 2003-08-07  olicha  <olivier.chapuis@free.fr>
6131         * libs/Makefile.am:
6132         * libs/FSMlib.h (new file):
6133         * fvwm/session.c (*):
6134         * fvwm/session.h:
6135         fvwmize SMlib and ICElib
6137         * fvwm/session.c (matchWin):
6138         Fixed window matching for windows with no SM_CLIENT_ID and a
6139         window_role
6141         * libs/fsm.c (new file):
6142         * libs/fsm.h (new file):
6143         * fvwm/ConfigFvwmDefaults
6144         A set of functions for implementing a dummy session manager
6146         * fvwm/fvwm.1.in:
6147         GNOME 1 hints and EWHM support is not a configure time option
6148         (anymore).
6150 2003-08-06  Robert Wittek  <r.wittek@gmx.net>
6152         * fvwm/add_window.c (AddWindow):
6153         fixed stickyness across desks over a restart
6155 2003-08-06  olicha  <olivier.chapuis@free.fr>
6157         * fvwm/ewmh.c (EWMH_WindowInit):
6158         (EWMH_SetFrameStrut):
6159         Fixed position of kde tray windows in kicker
6161 2003-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6163         * fvwm/module_interface.c (FlushMessageQueue):
6164         retry writing pipe if write returns EINTR
6166 2003-07-28  olicha  <olivier.chapuis@free.fr>
6168         * fvwm/events.c (events_handle_configure_request):
6169         (HandleConfigureRequest):
6170         (__handle_configure_request):
6171         (__handle_cr_on_client):
6172         * fvwm/ewmh.c (ewmh_atom_client_win):
6173         * fvwm/ewmh_intern.h:
6174         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6175         (EWMH_ProcessClientMessage):
6176         Implemented _NET_MOVERESIZE_WINDOW
6178         * fvwm/fvwm.c (main):
6179         A -Wall fix
6181 2003-07-25  olicha  <olivier.chapuis@free.fr>
6183         * fvwm/ewmh.c (ewmh_HandleWindowType):
6184         Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6185         that one type and we do not support the first one.
6187         * fvwm/expand.c (expand_vars_extended):
6188         Fixed conflict between extended variables name (desk.name and
6189         desk.n)
6191         * fvwm/session.c (callback_save_yourself):
6192         Respect the SmSaveGlobal save type. This should fix some session
6193         locking in the sm protocol
6195         * fvwm/session.c (setSmProperties):
6196         (SessionInit):
6197         Set some sm properties when fvwm start for fixing a problem with
6198         the restart style hint after a restart.
6200         * fvwm/fvwm.c (get_display_name):
6201         (usage):
6202         (main):
6203         * fvwm/session.c (setSmProperties):
6204         * fvwm/fvwm.1.in
6205         Added a possible positive or null arg to --single-screen which
6206         forces fvwm to start on the "current" display and the given
6207         screen. Use this to fix fvwm starting under a session manager:
6208         specify only the screen and not the display.screen for the
6209         restart sm command.
6211         * fvwm/fvwm.c (main):
6212         Fixed possible memory corruption if a display has more than
6213         10 screens.
6215         * fvwm/session.c (*):
6216         Better debuging msg
6218 2003-07-24  Mikhael Goikhman  <migo@homemail.com>
6220         * acinclude.m4:
6221         fixed xft/fontconfig detection with pkg-config
6223         * fvwm/fvwm.1.in:
6224         corrections in some long option names
6226 2003-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6228         * fvwm/add_window.c (setup_style_and_decor):
6229         * fvwm/geometry.c (set_window_border_size):
6230         * fvwm/fvwm.h (FvwmWindow):
6231         * fvwm/events.c (HandleShapeNotify):
6232         * fvwm/frame.c (frame_free_move_resize_args):
6233         (frame_setup_shape):
6234         (frame_reshape_border):
6235         fixed resizing of window borders if a window shape was added or deleted
6236         after the initial window setup
6238         * fvwm/update.c (apply_window_updates):
6239         removed unused code
6241         * fvwm/events.c (__cr_detect_icccm_move):
6242         disable motion method detection for shaped windows
6244 2003-07-21  olicha  <olivier.chapuis@free.fr>
6246         * fvwm/add_window.c (setup_window_structure):
6247         * fvwm/session.c (MatchWinToSM):
6248         Preserve is_name_changed window_flags within restart, session loading
6249         and recapture
6251 2003-07-20  olicha  <olivier.chapuis@free.fr>
6253         * fvwm/ewmh.c (EWMH_Init):
6254         fixed _NET_WM_NAME for our ewmh WM_CHECK window
6256         * fvwm/fvwm.c (InternUsefulAtoms):
6257         * fvwm/externs.h:
6258         * fvwm/session.c (GetWindowRole):
6259         Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6261         * fvwm/session.c (GetClientID):
6262         Better determination of the CLIENT_LEADER
6264         * fvwm/session.c (setSmProperties):
6265         Set the CloneCommand for gnome-session editor (the sm spec says this
6266         properties is required). Removed the commented XSM ifdef.
6268         * fvwm/session.c (matchWin):
6269         (SaveWindowStates):
6270         Consider client only if it has a client id or a wm command.
6271         Removed the "two entries" session previous commit
6273 2003-07-16  olicha  <olivier.chapuis@free.fr>
6275         * fvwm/session.c (MatchWinToSM):
6276         Fixed restoring session state, if two window session entries have the
6277         same identifier ignore these entries
6279 2003-07-16  olicha  <olivier.chapuis@free.fr>
6281         * NEWS:
6282         * fvwm/style.h (SID_GET_NAME):
6283         (SID_SET_NAME):
6284         (SID_GET_WINDOW_ID):
6285         (SID_SET_WINDOW_ID):
6286         (SID_SET_HAS_NAME):
6287         (SID_GET_HAS_NAME):
6288         (SID_SET_HAS_WINDOW_ID):
6289         (SID_GET_HAS_WINDOW_ID):
6290         (SGET_ID):
6291         (SGET_WINDOW_ID):
6292         (SSET_WINDOW_ID):
6293         (SSET_ID_HAS_NAME):
6294         (SGET_ID_HAS_NAME):
6295         (SSET_ID_HAS_WINDOW_ID):
6296         (SGET_ID_HAS_WINDOW_ID):
6297         * fvwm/style.c (style_ids_are_equals):
6298         (style_id_equals_id):
6299         (styles_have_same_id):
6300         (fw_match_style_id):
6301         (one_fw_can_match_both_ids):
6302         (remove_all_of_style_from_list):
6303         (__simplify_style_list):
6304         (style_parse_one_style_option):
6305         (__style_command):
6306         (style_destroy_style):
6307         (print_styles):
6308         (CMD_Style):
6309         (CMD_WindowStyle):
6310         (CMD_FocusStyle):
6311         (CMD_DestroyStyle):
6312         (CMD_DestroyWindowStyle):
6313         * fvwm/fvwm.h (style_id_t):
6314         (window_style):
6315         * fvwm/functable.c (func_table):
6316         * fvwm/add_window.c (destroy_window):
6317         * fvwm/commands.h:
6318         * fvwm/fvwm.1:
6319         New WindowStyle and DestroyWindowStyle command for setting styles
6320         per window
6322 2003-07-14  Marcus Lundblad  <ml@update.uu.se>
6324         * libs/Flocale.c (FlocaleDrawString):
6325         * libs/FBidi.c (FBidiConvert):
6326         fixed drawing of combining characters in the case where a string
6327         consists of only combining characters
6329 2003-07-13  Marcus Lundblad  <ml@update.uu.se>
6331         * libs/CombineChars.c (CombineChars):
6332         bugfix: array mapping visual to logical position was allocated
6333         to small (factor 2) in decoposing code
6335 2003-07-11  Marcus Lundblad  <ml@update.uu.se>
6337         * libs/Flocale.c (FlocaleEncodeWinString):
6338         fixed a memory leak
6340         * libs/Flocale.c (FlocaleDrawString):
6341         (FlocaleRotatedDrawString):
6342         removed some code duplication
6344 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6346         * libs/CombineChars.c (combclass_table):
6347         (CombineChars):
6348         fixed supporting drawing marks superimposed that are in a combining
6349         class
6351 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6353         * libs/Flocale.c (FlocaleRotateDrawString):
6354         (FlocaleDrawString)
6355         fixed core dump when composing characters can't be converted to
6356         locale charset
6358 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6360         * AUTHORS:
6361         updated
6363 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6365         * todo-2.6 (todo):
6366         updated summary
6368 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6370         * NEWS:
6371         updated with reagrds to combing characters
6373 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6375         * todo-2.6
6376         closed B.8
6378 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6380         * libs/Flocale.c (FlocaleEncodeString):
6381         (FlocaleEncodeWinString):
6382         (FlocaleRotateDrawString):
6383         (FlocaleDrawString):
6384         (FlocaleDrawUnderline):
6385         fixed rendering combining characters using Unicode font in a
6386         non-UTF-8 locale
6388 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6390         * fvwm/fvwm.1.in:
6391         renamed MoveWindowByProgramMethod to MoveByProgramMethod
6393 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6395         * libs/FBidi.h:
6396         fixed FBidi.h macro to work with no FriBIDI
6398 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6400         * libs/CombineChars.h (CombineChars):
6401         * libs/CombineChars.c (CombineChars):
6402         * libs/FBidi.h (FBidiConvert):
6403         * libs/FBidi.c (FBidiConvert):
6404         * libs/Flocale.c (FlocaleEncodeString):
6405         (FlocaleEncodeWinString):
6406         (FlocaleDrawUnderline):
6407         (FlocaleTextWidth):
6408         fixed drawing of underlines on characters to work in with BIDI
6409         and combining characters
6411 2003-07-08  Mikhael Goikhman  <migo@homemail.com>
6413         * todo-2.6:
6414         closed D.1 with "no consensus" resolution
6416 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6418         * fvwm/fvwm.1.in:
6419         documented tear off menus
6421         * fvwm/placement.c (PlaceWindow):
6422         StartsOnPage + SkipMapping overrides PPosition
6424 2003-07-07  Mikhael Goikhman  <migo@homemail.com>
6426         * fvwm/functable.c:
6427         solved a problem with CMD_Dummy and exact command spelling
6429         * libs/CombineChars.c:
6430         * libs/CombineChars.h:
6431         * libs/FBidi.c:
6432         minor reformattings (use TABs not 8 spaces and a space after keywords
6433         like for, if or while)
6435 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6437         * fvwm/update.c (apply_window_updates):
6438         * fvwm/update.h:
6439         * fvwm/add_window.c (setup_style_and_decor):
6440         * fvwm/style.h:
6441         * fvwm/style.c (style_parse_one_style_option):
6442         (check_window_style_change):
6443         new style MoveWindowByProgramMethod
6445         * libs/PictureImageLoader.c (PImageLoadXpm):
6446         use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6448         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6449         implemented _NET_WM_STATE_FULLSCREEN handling
6451         * fvwm/move_resize.c (GetOnePositionArgument):
6452         fixed parsing of "+-x +-y" Move arguments
6453         (CMD_Maximize):
6454         use get_page_offset_check_visible
6456         * fvwm/geometry.c (get_page_offset_check_visible):
6457         new convenience function
6459         * fvwm/events.c (__handle_cr_on_client):
6460         fixed handling of gravities other than NW or Static
6461         (__cr_detect_icccm_move):
6462         fixed several bugs
6464 2003-07-06  Marcus Lundblad  <ml@update.uu.se>
6466         * libs/BidiJoin.c:
6467         * libs/BidiJoin.h:
6468         * libs/BidiJoin.c:
6469         * libs/BidiJoin.h:
6470         * libs/CombineChars.c:
6471         * libs/CombineChars.h:
6472         * libs/Flocale.c (FlocaleEncodeString):
6473         * libs/FBidi.c:
6474         * libs/FBidi.h:
6475         * libs/Makefile.am:
6476         Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6477         FCombineChars.h
6479 2003-07-06  olicha  <olivier.chapuis@free.fr>
6481         * libs/FRender.c (FRenderRender):
6482         Fixed compilation
6484 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6486         * fvwm/ewmh.c (ewmh_check_wm_pid):
6487         (EWMH_WindowInit):
6488         detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6489         compliant ConfigureNotify handling
6491 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6493         * libs/Flocale.c (FlocaleDrawUnderline):
6494         Commented out some non-working new code
6496 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6498         * libs/Flocale.c (FlocaleDrawString):
6499         fixed drawing superimposed characters with a fontset
6501 2003-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6503         * fvwm/events.c (__cr_detect_icccm_move):
6504         (__handle_cr_on_client):
6505         (__cr_get_grav_position):
6506         (__cr_get_static_position):
6507         * fvwm/window_flags.h:
6508         * fvwm/fvwm.h:
6509         try to autodetect whether application uses the icccm way of moving
6510         windows of the traditional way always using static gravity
6512         * acconfig.h:
6513         moved SIGNAL_RETURN macro definition to acconfig.h
6515         * fvwm/module_interface.c (DeadPipe):
6516         * fvwm/fvwm.c (SigDone):
6517         (Restart):
6518         (ReapChildren):
6519         use SIGNAL_RETURN macro
6521         * fvwm/events.c (__handle_cr_on_client):
6522         (__merge_cr_moveresize):
6523         (__cr_detect_icccm_move):
6525         * fvwm/events.c (__handle_cr_on_unmanaged):
6526         (__handle_cr_on_icon):
6527         (__handle_cr_on_shaped):
6528         (__handle_cr_restack):
6529         (__handle_cr_on_client):
6530         (HandleConfigureRequest):
6531         split the ConfigureRequest code into multiple functions
6533         * fvwm/update.c (apply_window_updates):
6534         fixed drawing of window decorations when "Style * Neverfocus" is used
6536         * fvwm/events.c (HandleKeyPress):
6537         fixed a bug with key binding contexts
6539         * fvwm/functions.c (__execute_function):
6540         * fvwm/expand.c (expand_vars):
6541         (expand_vars_extended):
6542         new extended variable $[func.context]
6544         * libs/Bindings.h:
6545         * libs/Bindings.c:
6546         moved some code to the new files
6548         * libs/charmap.h:
6549         * libs/charmap.c:
6550         * libs/modifiers.h:
6551         * libs/modifiers.c:
6552         * libs/wcontext.c:
6553         * libs/wcontext.h:
6554         new files
6556         * libs/Bindings.c:
6557         fixed a problem with uninitialised global variable
6559 2003-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6561         * libs/Bindings.c (key_modifiers):
6562         moved to new file wcontext.c
6564         * libs/gravity.c (gravity_parse_dir_argument):
6565         added aliases for compass directions:
6566           - = N
6567           _ = S
6568           [ = W
6569           ] = E
6570           ^ = NE
6571           > = SE
6572           v = SW
6573           [ = nw
6574           . = center
6576 2003-07-02  Marcus Lundblad  <ml@update.uu.se>
6578         * libs/FBidi.h:
6579         * libs/Flocale.c (FlocaleDrawString):
6580         (FlocaleRotateDrawString):
6581         Fixes to work without Fribidi
6583 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6585         * todo-2.6:
6586         Updated
6588 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6590         * libs/FbidiJoin.c (get_shaped_combined_char):
6591         (shape_n_join):
6592         Removed unused (get_shaped_combined_char) and commented out code
6593         Combining ligatures done in FCombineChars
6595 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6597         * libs/Flocale.c (FlocaleDrawString):
6598         (FlocaleRotateDrawString):
6599         (FlocaleTextWidth):
6600         * libs/FBidi.h:
6601         * libs/FBidi.c (FBidiConvert):
6602         * libs/FBidiJoin.c:
6603         * libs/FCombineChars.h:
6604         * libs/FCombineChars.c (FCombineChars):
6605         Added support for drawing superimposed combining characters
6607 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6609         * fvwm/commands.h:
6610         * fvwm/functable.c (func_table):
6611         * fvwm/functions.c (CMD_TearMenuOff):
6612         (CMD_Title):
6613         (CMD_Silent):
6614         (CMD_Function):
6615         (CMD_KeepRc):
6616         merged all dummy commands into one: CMD_Dummy
6618 2003-07-01  olicha  <olivier.chapuis@free.fr>
6620         * fvwm/menus.c (DestroyMenu):
6621         (do_menu):
6622         Cleanup
6624 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6626         * fvwm/menustyle.c (menustyle_copy):
6627         (copy_menu_style):
6628         renamed function
6630 2003-06-30  Marcus Lundblad  <ml@update.uu.se>
6632         * todo-2.6:
6633         Updated
6635 2003-06-30  olicha  <olivier.chapuis@free.fr>
6637         * fvwm/menus.c (do_menu):
6638         (DestroyMenu):
6639         (do_menu_close_tear_off_menu):
6640         (menu_close_tear_off_menu):
6641         Allowed to destroy tear off menu!
6643         * fvwm/menus.c (menu_tear_off):
6644         (menu_close_tear_off_menu):
6645         (do_menu_close_tear_off_menu):
6646         (clone_menu_root_static):
6647         (pop_menu_up):
6648         (menu_tear_off):
6649         (make_menu_window):
6650         (make_menu):
6651         (update_menu):
6652         Fixed client leaks (only create new client for menu if it is a tear off
6653         menu). Created a dedicated menu style for each tear off menu.
6655         * fvwm/menustyle.c (CMD_CopyMenuStyle):
6656         (copy_menu_style):
6657         * fvwm/menustyle.h:
6658         Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6660 2003-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6662         * fvwm/virtual.c (do_move_window_to_desk):
6663         (UnmapDesk):
6664         fixed "Visible" condition on non current desks
6666 2003-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6668         * **/*.c:
6669         * **/*.h:
6670         shortened some comments
6671         removed GPL from .h files
6672         added GPL to all .c files
6673         include config.h in all .c files
6674         added "/* -*-c-*- */" where missing
6675         some reformatting and reindenting
6677         * fvwm/module_interface.c:
6678         * fvwm/module_interface.h:
6679         * libs/Fft.c:
6680         * libs/Flocale.c:
6681         * libs/gravity.h:
6682         * libs/Flocale.h:
6683         * fvwm/screen.h:
6684         * fvwm/misc.c:
6685         * fvwm/misc.h:
6686         * fvwm/windowshade.c:
6687         * fvwm/virtual.c:
6688         * fvwm/conditional.c:
6689         * fvwm/geometry.h:
6690         * fvwm/geometry.c:
6691         * fvwm/borders.c:
6692         * fvwm/frame.h:
6693         * fvwm/frame.c:
6694         * fvwm/update.c:
6695         * fvwm/session.c:
6696         * fvwm/placement.c:
6697         * fvwm/menus.c:
6698         * fvwm/icons.c:
6699         * fvwm/events.c:
6700         * fvwm/add_window.c:
6701         * fvwm/session.h:
6702         * fvwm/placement.h:
6703         * fvwm/icons.h:
6704         * fvwm/eventhandler.h:
6705         * fvwm/fvwm.h:
6706         * fvwm/add_window.h:
6707         * fvwm/repeat.c:
6708         * fvwm/functions.c:
6709         * fvwm/functable.c:
6710         * fvwm/functable.h:
6711         * fvwm/functions.h:
6712         renamed types func_type, repeat_t, initial_window_options_t,
6713         frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6714         last_added_item_type, common_flags_type, multi_direction_type,
6715         msg_masks_type to ..._t
6717         * fvwm/functions.c (__execute_function):
6718         (execute_complex_function):
6719         * fvwm/condrc.c (condrc_init):
6720         new function in new file to encapsulate all cond_rc_t handling
6722         * fvwm/condrc.h:
6723         * fvwm/fvwm.h (cond_rc_t):
6724         (cond_rc_enum):
6725         moved typed to new file
6727         * fvwm/functable.h:
6728         * fvwm/commands.h:
6729         * fvwm/functable.c (func_table):
6730         * fvwm/functions.c (__run_complex_function_items):
6731         (__execute_function):
6733         * fvwm/conditional.c (CMD_Break):
6734         (__rc_matches_rcstring_consume):
6735         Break takes the number of function levels to break out of as an
6736         argument
6738         * fvwm/expand.c (expand_vars_extended):
6739         * fvwm/conditional.c (circulate_cmd):
6740         (select_cmd):
6741         (direction_cmd):
6742         (__rc_matches_rcstring_consume):
6743         (CMD_All):
6744         (CMD_WindowId):
6745         (CMD_TestRc):
6746         (CMD_Test):
6747         * fvwm/read.c:
6748         * fvwm/read.h:
6749         * fvwm/functions.h:
6750         * fvwm/functions.c:
6751         (__run_complex_function_items):
6752         (execute_complex_function):
6753         * fvwm/expand.h:
6754         * fvwm/expand.c:
6755         * fvwm/fvwm.h:
6756         * fvwm/conditional.c:
6757         renamed fvwm_cond_func_rc by cond_rc_t
6758         made a type a struct
6759         added a member to indicate the number of function levels to break out
6760         of
6762         * fvwm/functable.c (func_table):
6763         * fvwm/conditional.c (CMD_TestRc):
6764         replaced conditional commands:
6765                 Cond -> TestRc
6766                 CondCase -> KeepRc TestRc
6767                 On -> Test
6768         (__rc_matches_rcstring_consume):
6769         new function
6771         * fvwm/conditional.c (CMD_CondCase):
6772         fixed the CondCase command
6774 2003-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6776         * configure.in:
6777         new configure option --deisable-gtk to disable detection of gtk library
6779         * fvwm/fvwm.1.in:
6780         cleaned up documentation of conditional commands
6781         general man page cleanup
6783 2003-06-17  Dan Espen  <dane@mk.telcordia.com>
6785         * fvwm/builtins.c (ReadDecorFace): Off by one patch from
6786         Anil Madhavapeddy.
6788 2003-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6790         * fvwm/fvwm.1.in:
6791         cleaned up of CirculateHit... conditions
6793 2003-06-15  olicha  <olivier.chapuis@free.fr>
6795         * fvwm/style.c (__simplify_style_list):
6796         Fixed is_merged_allowed: rest it to True when cur change
6797         Added "upward" simplification
6799 2003-06-14  olicha  <olivier.chapuis@free.fr>
6801         * fvwm/style.c (__simplify_style_list):
6802         (blocksintersect):
6803         (blockand):
6804         Fixed blockand which always returned True. Added blocksintersect which
6805         returns the same value as blockand but faster.
6807 2003-06-13  olicha  <olivier.chapuis@free.fr>
6809         * configure.in:
6810         * acinclude.m4:
6811         Fixed fontconfig and xft2 for version without *-config binnary. Used
6812         pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
6813         fontconfig and xft2 if the version is < the required version
6814         (even if --disable-*test).
6816 2003-06-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6818         * libs/Graphics.c:
6819         define M_PI and M_PI_2 if they are not defined by math.h
6821 2003-06-10  Mikhael Goikhman  <migo@homemail.com>
6823         * libs/Colorset.c (LoadColorset):
6824         added a note to update Colorsets.pm too when the format is changed
6826 2003-06-09  Mikhael Goikhman  <migo@homemail.com>
6828         * WindowStyle_proposal.txt:
6829         s/WindowId/ThisWindow/ and other minor changes
6831 2003-06-06  olicha  <olivier.chapuis@free.fr>
6833         * libs/PictureImageLoader.c (PImageLoadPng):
6834         Fixed loading of png images if the caller want no alpha
6836 2003-06-04  olicha  <olivier.chapuis@free.fr>
6838         * libs/Flocale.c (FlocaleEncodeString):
6839         Fixed memroy leaks
6841 2003-06-03  Mikhael Goikhman  <migo@homemail.com>
6843         * libs/Makefile.am:
6844         only FCombineChars.c was distributed not FCombineChars.h
6846 2003-06-03  Marcus Lundblad  <ml@update.uu.se>
6848         * libs/FCombineChars.c (convert_to_utf8)
6849         fixed a bug when converting back to UTF-8 and a bug giving
6850         garbage at end of string in some cases
6852         * libs/Flocale.c (FlocaleEncodeString)
6853         fixed problem regarding combining-characters when BIDI is used
6855 2003-05-31  Marcus Lundblad  <ml@update.uu.se>
6857         * libs/Makefile.am:
6858         * libs/Flocale.c (FlocaleEncodeString):
6859         * libs/FCombineChars.c:
6860         * libs/FCombineChars.h:
6861         implemeted support for combining characters
6863 2003-05-31  Mikhael Goikhman  <migo@homemail.com>
6865         * configure.in:
6866         set the version 2.5.8
6868 2003-05-30  Mikhael Goikhman  <migo@homemail.com>
6870         * fvwm/builtins.c:
6871         * fvwm/fvwm2.1:
6872         SetEnv with only one parameter is ignored now
6874 2003-05-30  Dan Espen  <dane@mk.telcordia.com>
6876         * NEWS: Add 2.4.16 news.
6878 2003-05-29  Mikhael Goikhman  <migo@homemail.com>
6880         * fvwm/functions.c (expand_extended_var):
6881         (expand):
6882         fixed expanding variables that are empty, for example $[w.resource]
6883         or $[gt.a] or $[version.info] or $[EMPTY_STRING]
6885         * fvwm/fvwm.1.in:
6886         s/$w/$[w.id]/
6888 2003-05-29  olicha  <olivier.chapuis@free.fr>
6890         * fvwm/ewmh.c (ewmh_atom_wm_state):
6891         Do not claim that we support _NET_WM_STATE_FULLSCREEN
6893 2003-05-28  olicha  <olivier.chapuis@free.fr>
6895         * NEWS:
6896         A TaskBar news
6898 2003-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6900         * fvwm/focus.c (__update_windowlist):
6901         don't fiddle with the window list for windows that are going to be
6902         destroyed
6904         * fvwm/add_window.c (delete_client_context):
6905         (destroy_auxiliary_windows):
6906         (destroy_window):
6907         fixed empty frame windows when X reused the window id for a new window
6908         while the old one was scheduled to be destroyed
6910 2003-05-26  olicha  <olivier.chapuis@free.fr>
6912         * fvwm/icons.c (GetIconBitmap):
6913         (set_icon_pixmap_background):
6914         (CreateIconWindow):
6915         (DrawIconPixmapWindow):
6916         (DrawIconWindow):
6917         Fixed loading of application supplied pixmap on 8/24 depth screen
6919 2003-05-25  Dan Espen  <dane@mk.telcordia.com>
6921         * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
6922         Rox Filer.
6924         * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
6925         solaris.
6927 2003-05-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6929         * fvwm/misc.c (GrabEm):
6930         do not confine the pointer to the root window when grabbed; this can
6931         cause the pointer to be warped to another screen
6932         * fvwm/menus.c (get_menu_options):
6933         fixed placement of menus on Xinerama screens
6934         * libs/FScreen.c (FScreenGetResistanceRect):
6935         fixed function to do something useful
6936         * libs/Flocale.c (FlocaleDrawString):
6937         support font shadowing without colorsets
6938         * libs/ColorUtils.c:
6939         reformatted file
6940         * fvwm/menuitem.c (menuitem_paint):
6941         do not use colorsets in menus if they are not defined
6942         * fvwm/menustyle.c (menustyle_parse_style):
6943         fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
6944         issued again
6946 2003-05-23  olicha  <olivier.chapuis@free.fr>
6948         * fvwm/bindings.c (ParseBinding):
6949         (bind_get_bound_button_contexts):
6950         * libs/Bindings.c (GrabWindowButton):
6951         Fixed window button grabbing
6953 2003-05-22  olicha  <olivier.chapuis@free.fr>
6955         * fvwm/colorset.c (parse_colorset):
6956         Fixed an uninit mem
6958         * fvwm/borders.c (border_fill_pixmap_background):
6959         Fixed problem with depth 1 pixmap
6961         * fvwm/conditional.c (CMD_On):
6962         Fixed memory leaks
6964         * fvwm/conditional.c (CreateConditionMask):
6965         Fixed memory leaks for layer and state
6967 2003-05-22  Mikhael Goikhman  <migo@homemail.com>
6969         * configure.in:
6970         added perllib/FVWM/Tracker/Makefile
6972 2003-05-22  olicha  <olivier.chapuis@free.fr>
6974         * fvwm/fvwm.1.in:
6975         * fvwm/style.h:
6976         * fvwm/style.c (print_styles):
6977         * fvwm/builtins.c (CMD_PrintInfo):
6978         New style subject to PrintInfo
6980 2003-05-20  olicha  <olivier.chapuis@free.fr>
6982         * libs/Flocale.c (FlocaleGetFontOrFontSet):
6983         Allowed empty xft font name
6985         * libs/Makefile.am:
6986         * libs/flist.c (new file):
6987         * libs/flist.h (new file):
6988         Added a flist structure and some basic function for handling such
6989         stucture
6991         * libs/FGettext.c (*):
6992         Use the new flist struct and functions interface
6994         * fvwm/screen.h (ScreenInfo):
6995         * fvwm/update.c (destroy_scheduled_windows):
6996         * fvwm/add_window.c (destroy_window):
6997         Added a list for the windows which are scheduled for destroy
6998         Remove a fw at once from the fw list when we destroy_window
7000 2003-05-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7002         * fvwm/style.c (CMD_DestroyStyle):
7003         do not update windows if no style was deleted
7004         (check_window_style_change):
7005         fixed update of window styles w/ DestroyStyle
7007 2003-05-18  olicha  <olivier.chapuis@free.fr>
7009         * fvwm/conditional.c (CMD_On):
7010         Added x,r,w,f and i file condition to the On command
7012         * fvwm/add_window.c (destroy_window):
7013         Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
7014         but scheduled for destroy. Not sure that the fix is good.
7016         * fvwm/functions.c (__execute_function):
7017         * libs/defaults.h:
7018         Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
7019         This fixes some cores dumps with "recursives" functions
7021         * fvwm/borders.c (border_create_root_transparent_pixmap):
7022         (border_draw_decor_to_pixmap):
7023         Fixed a core dump with a root transparent rotated title
7024         Fixed X errors 56 with RootTransparent titlebar and no E pixmap
7026         * libs/FGettext.c (fgettext_add_one_path):
7027         (FGettextInit):
7028         (FGettextSetLocalePath):
7029         Fixed memory leak and chainning
7031         * fvwm/builtins.c (CMD_PrintInfo):
7032         Fixed a parsing leak
7034         * fvwm/conditional.c (Circulate):
7035         Fixed a mask memory leaks
7037         * libs/defaults.h:
7038         * libs/Flocale.c (FlocaleGetFont):
7039         (FlocaleGetFontSet):
7040         (FlocaleGetFftFont):
7041         Fixed a core dump when a 0 font is given with an encoding hints.
7042         Added a default FFT font
7044         * fvwm/builtins.c (CMD_DefaultFont):
7045         Fixed a core dump when the default font change and a redraw
7046         (icon or window) is proceeded before flush_window_updates is called
7048         * fvwm/menustyle.c (CMD_CopyMenuStyle):
7049         Fixed gradients copy
7051         * fvwm/menustyle.c (menustyle_parse_style):
7052         Fixed UMR's related to colorset
7054         * fvwm/builtins.c (ReadDecorFace):
7055         Removed inconsistent #if 0 code and comments about leak and MiniIcon
7056         decor style.
7058         * fvwm/menustyle.h:
7059         * fvwm/menustyle.c (menustyle_free):
7060         Fixed a fore stipple gc leak
7062         * fvwm/windowlist.c (CMD_WindowList):
7063         Fixed a sor_keyname memory leak
7065         * fvwm/fvwm.c (ResetAllButtons):
7066         Fixed the default buttons memory leak
7068 2003-05-08  olicha  <olivier.chapuis@free.fr>
7070         * fvwm/windowlist.c (CMD_WindowList):
7071         Fixed a memory leak if MaxLabelWidth is used
7073 2003-05-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7075         * fvwm/functions.c (__context_has_window):
7076         (__execute_function):
7077         * fvwm/functions.h:
7078         fixed excution of functions requiring a window without a window when
7079         called with "silent" from a complex function
7081 2003-05-07  olicha  <olivier.chapuis@free.fr>
7083         * libs/System.c (searchPath):
7084         Fixed a core dump
7086 2003-05-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7088         * fvwm/move_resize.c (__move_loop):
7089         (__resize_window):
7090         fixed core dumps
7092 2003-05-03  olicha  <olivier.chapuis@free.fr>
7094         * todo-2.6:
7095         Updated
7097 2003-05-01  Bob Woodside  <dumbledore@woodsway.com>
7099         * fvwm/NEWS:
7100         Minor typo corrections.
7102 2003-04-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7104         * fvwm/move_resize.c (__move_loop):
7105         fixed UMR
7106         removed debug code
7107         (__resize_window):
7108         fixed UMR
7110 2003-04-28  olicha  <olivier.chapuis@free.fr>
7112         * fvwm/ewmh.c (ewmh_atom_wm_state):
7113         (ewmh_HandleDock):
7114         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7115         (ewmh_WMStateStaysOnBottom):
7116         Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7118 2003-04-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7120         * fvwm/module_interface.c (do_execute_module):
7121         * fvwm/fvwm.c (main):
7122         * libs/envvar.c (flib_putenv):
7123         * fvwm/builtins.c (add_to_env_list):
7124         (CMD_SetEnv):
7125         (CMD_UnsetEnv):
7126         fixed putenv memory leaks
7128         * libs/envvar.c (strIns):
7129         removed debug code
7130         reformatted file
7131         (flib_putenv):
7132         replacement for putenv without memory leaks
7134         * fvwm/frame.c:
7135         removed debug code
7137         * fvwm/fvwm.c (StartupStuff):
7138         fixed UMR
7139         * fvwm/add_window.c (free_window_names):
7140         fixed memory leaks
7141         * fvwm/events.c (HandlePropertyNotify):
7142         fixed memory leak
7143         * fvwm/menus.c (do_menu):
7144         fixed core dump
7145         (__mloop_exit_selected):
7146         safety patch
7147         * fvwm/menucmd.c (menu_func):
7148         fixed memory leak
7150         * fvwm/builtins.c (CMD_Destroy):
7151         (CMD_Close):
7152         call destroy_window right after XKillClient; do not wait for the window
7153         to die on its own
7155         * fvwm/menucmd.c (menu_func):
7156         * fvwm/windowlist.c (CMD_WindowList):
7157         fixed core dumps
7159 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7161         * INSTALL.fvwm:
7162         several updates (FvwmGtk, gettext)
7164 2003-04-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7166         * fvwm/menucmd.c (menu_func):
7167         * fvwm/windowlist.c (CMD_WindowList):
7168         * fvwm/menus.h:
7169         * fvwm/menus.c (is_double_click):
7170         (pop_menu_up):
7171         (pop_menu_down):
7172         (pop_menu_down_and_repaint_parent):
7173         (__mloop_get_event_timeout_loop):
7174         (__mloop_get_event):
7175         (__mloop_handle_event):
7176         (__mloop_select_item):
7177         (__mloop_make_popup):
7178         (__mloop_get_mi_actions):
7179         (__mloop_do_popup):
7180         (__mloop_do_menu):
7181         (__mloop_handle_action_with_mi):
7182         (__mloop_handle_action_without_mi):
7183         (__mloop_exit):
7184         (menu_enter_tear_off_menu):
7185         (menu_close_tear_off_menu):
7186         (do_menu):
7187         replaced the pfw and pcontext members of the MenuParameters structure
7188         with an execution context pointer
7189         (_menu_execute_function):
7190         wrapper function to simplyfy command execution from within menus
7191         (do_menu):
7192         fixed warping pointer to first menu item when invoked with the mouse
7194         * fvwm/execcontext.c:
7195         removed debug code
7197 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7199         * libs/XError.c:
7200         reformatted
7202         * fvwm.1.in:
7203         * fvwm.c:
7204         replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7206 2003-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7208         * fvwm/menus.c (do_menu):
7209         the NoWarp position hint option works with root menus too
7211         * fvwm/ConfigFvwmDefaults:
7212         removed GrabFocusOff and GrabFocusTransient since they nullify the
7213         default with the plain focus policies
7215 2003-04-24  olicha  <olivier.chapuis@free.fr>
7217         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7218         Fixed a miss print in my previous commit
7220         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7221         (ewmh_MoveResize)
7222         (ewmh_WMStateStaysOnBottom):
7223         * fvwm/ewmh.c (ewmh_AllowsMinimize):
7224         * fvwm/ewmh_intern.h:
7225         Added comment on the implementation at the top of ewmh.c.
7226         Fixed _NET_WM_MOVERESIZE.  Added _NET_WM_ACTION_MINIMIZE in
7227         _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7228         _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7229         and _NET_WM_STATE_BELOW.
7231         * AUTHORS:
7232         Added David Fries. Updated my entries.
7234         * todo-2.6:
7235         One update
7237 2003-04-23  olicha  <olivier.chapuis@free.fr>
7239         * fvwm/module_interface.c (CMD_KillModule):
7240         Fixed a leak when we have an alias
7242         * libs/Picture.c (PFreeFvwmPictureData):
7243         * libs/Picture.h:
7244         New interface function for just freeing the allocated data (not
7245         the pixmaps).
7247 2003-04-22  olicha  <olivier.chapuis@free.fr>
7249         * fvwm/colorset.c (get_root_pixmap):
7250         Fixed a minor memory leak
7252         * fvwm/functions.c (execute_complex_function):
7253         Fixed uninitialized d.type
7255         * libs/Ficonv.c (FiconvSetupConversion):
7256         (FiconvUtf8ToCharset):
7257         (FiconvCharsetToUtf8):
7258         Formating clean-up
7260         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7261         (EWMH_WMIconName):
7262         (EWMH_WMName):
7263         Fixed a core dump and safety check related to not loaded font
7265 2003-04-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7267         * libs/Module.h:
7268         reformatted
7270 2003-04-16  olicha  <olivier.chapuis@free.fr>
7272         * fvwm/ewmh_events.c (ewmh_CloseWindow):
7273         (ewmh_MoveResize):
7274         (ewmh_WMState):
7275         (ewmh_WMStateHidden):
7276         Check if functions are allowed
7278         * fvwm/ewmh.c (ewmh_HandleDesktop):
7279         (ewmh_HandleDock):
7280         Set Desktop and Dock uniconifiable and unmaximazable
7282         * fvwm/menuitem.c (menuitem_paint):
7283         * fvwm/screen.h:
7284         Fixed greyed action with EWMH desktop
7286 2003-04-16  Mikhael Goikhman  <migo@homemail.com>
7288         * NEWS:
7289         documented FvwmEvent behaviour of executing window related event
7290         handlers within a window context
7292         * fvwm/fvwm.1.in:
7293         updated WindowId entry
7295 2003-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7297         * fvwm/schedule.c (deschedule):
7298         (squeue_execute):
7299         (execute_obj_func):
7300         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7301         (ExecuteCommandQueue):
7302         * libs/queue.c (fqueue_init):
7303         (fqueue_remove_or_operate_from_front):
7304         (fqueue_remove_or_operate_from_end):
7305         (fqueue_remove_or_operate_all):
7306         (fqueue_init):
7307         (fqueue_unlock_queue):
7308         (fqueue_lock_queue):
7309         (fqueue_add_at_front):
7310         (fqueue_add_inside):
7311         (fqueue_get_first):
7312         core dump fixes
7314         * libs/queue.c (fqueue_remove_or_operate_all):
7315         (fqueue_remove_or_operate_from_end):
7316         (fqueue_remove_or_operate_from_front):
7317         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7318         (ExecuteCommandQueue):
7319         * fvwm/schedule.c (deschedule):
7320         (check_deschedule_obj_func):
7321         (deschedule_obj_func):
7322         (squeue_execute):
7323         (check_execute_obj_func):
7324         (execute_obj_func):
7325         (copy_obj_func):
7326         core dump fixes
7328 2003-04-15  Mikhael Goikhman  <migo@homemail.com>
7330         * fvwm/ConfigFvwmDefaults:
7331         * fvwm/fvwm.1.in:
7332         * fvwm/windowlist.c:
7333         * sample.fvwmrc/system.fvwm2rc-sample-95:
7334         * NEWS:
7335         WindowListFunc is executed now within a window context,
7336         so "WindowId $0" is not needed anymore in its definition
7338 2003-04-14  olicha  <olivier.chapuis@free.fr>
7340         * fvwm/fvwm.1.in:
7341         * NEWS:
7342         Documented LocalePath and $[gt.str]. FvwmScript news.
7344         * fvwm/expand.c (expand_vars_extended):
7345         Fixed $[gt.str] expansion
7347         * configure.in:
7348         New gettext domain FvwmScript
7350         * libs/FGettext.c (FGettextCopy):
7351         * libs/FGettext.h:
7352         New interface function which copies the string
7354 2003-04-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7356         * fvwm/conditional.c (CMD_Cond):
7357         allow to negate the condition code with '!' prefix
7359         * fvwm/schedule.c (CMD_Schedule):
7360         (CMD_Deschedule):
7361         support hexadecimal ids
7363         * libs/Parse.c (GetIntegerArguments):
7364         (_get_suffixed_integer_arguments):
7365         (GetSuffixedIntegerArguments):
7366         (GetIntegerArgumentsAnyBase):
7367         new utitily function to allow hexadecimal integer arguments
7369 2003-04-10  olicha  <olivier.chapuis@free.fr>
7371         * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7372         (FlocaleGetCharsetOfFontStruct):
7373         (FlocaleGetCharsetFromName):
7374         (FlocaleFixNameForFontSet):
7375         (FlocaleGetFontSet):
7376         (FlocalePrintLocaleInfo):
7377         * libs/FlocaleCharset.h:
7378         * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7379         (FlocaleCharsetPrintXOMInfo):
7380         Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7382 2003-04-08  olicha  <olivier.chapuis@free.fr>
7384         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7385         fixed the default font name
7387 2003-04-07  Mikhael Goikhman  <migo@homemail.com>
7389         * fvwm/events.c (HandlePropertyNotify):
7390         * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7391         completely ignore application requests to set exactly the same
7392         window name or icon name (xmms sets it every second),
7393         this avoids some redundant module messages and redraws
7395 2003-04-05  Mikhael Goikhman  <migo@homemail.com>
7397         * Makefile.am:
7398         fixed DIST
7400 2003-04-04  olicha  <olivier.chapuis@free.fr>
7402         * configure.in:
7403         Fixed a miss print in fribidi config check
7405 2003-04-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7407         * fvwm/focus.c (__restore_focus_after_unmap):
7408         iconified windows without an icon do not receive focus
7410 2003-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7412         * fvwm/virtual (CMD_GotoDeskAndPage):
7413         different "GotoDeskAndPage prev" fix that works with any viewports, not
7414         just multiples of the screen size
7416 2003-03-29  Mikhael Goikhman  <migo@homemail.com>
7418         * fvwm/virtual (CMD_GotoDeskAndPage):
7419         fixed "GotoDeskAndPage prev" with desks larger than 2x2
7421 2003-03-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7423         * ETHICAL_LICENSE:
7424         added file
7426         * fvwm/menucmd.c (menu_func):
7427         fixed double key presses to choose default menu action
7429         * fvwm/focus.c (__update_windowlist):
7430         fixed order of window list with SloopyFocus when using the Focus
7431         command
7433 2003-03-22  Mikhael Goikhman  <migo@homemail.com>
7435         * fvwm/fvwm.1.in:
7436         clarified some things, typo fixed
7438 2003-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7440         * libs/Colorset.c (CreateBackgroundPixmap):
7441         (GetWindowBackgroundPixmapSize):
7442         (get_aspect_dimensions):
7443         fixed size calculation of aspect pixmaps
7445 2003-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7447         * fvwm/icons.c (clear_icon):
7448         (clear_icon):
7449         (AutoPlaceIcon):
7450         (Iconify):
7451         * fvwm/geometry.c (get_icon_geometry):
7452         (modify_icon_position):
7453         set a valid icon picture position if there is neither a picture nor a
7454         title
7456 2003-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7458         * NEWS:
7459         * AUTHORS:
7460         reformatted to fit better on the web page
7462 2003-03-15  Mikhael Goikhman  <migo@homemail.com>
7464         * todo-2.6:
7465         added items from "My TODO" message on 2003-01-02
7467         * fvwm/fvwm.1.in:
7468         actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7470 2003-03-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7472         * libs/FScreen.c:
7473         removed debug output
7475 2003-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7477         * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7478         (FScreenFetchMangledScreenFromUSPosHints):
7479         two functions to allow USPosition hints from modules and StartsOnScreen
7480         work at the same time
7482         * fvwm/conditional.c (direction_cmd):
7483         Some fixes, reformatting and improvements.
7485 2003-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7487         * fvwm/icons.c (Iconify):
7488         initialise icon position to +0+0 if there is neiter a picture nor a
7489         title
7491         * fvwm/functions.c (DeferExecution):
7492         action trigger fix
7494         * todo-2.6 (todo):
7495         closed some items
7497         * fvwm/update.c (apply_window_updates):
7498         fixed drawing of sticky icon titles when the stickyicon style is being
7499         set
7501 2003-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7503         * fvwm/placement.c (CMD_PlaceAgain):
7504         * fvwm/add_window.c (setup_window_placement):
7505         * fvwm/virtual.c (MapDesk):
7506         update the GNOME hints desk when changing desks; fixes placeagain with
7507         stickyicon style
7508         some placeagain fixes
7510         * fvwm/fvwm.1.in (Example):
7511         removed duplicate Iconify section
7513         * todo-2.6 (todo):
7514         closed C.11
7516         * fvwm/functable.c (func_table):
7517         * fvwm/functions.h (func_type):
7518         * fvwm/functions.c (__execute_function):
7519         (execute_complex_function):
7520         (DeferExecution):
7521         fixed a new and and old window selection bug
7523 2003-03-09  Dan Espen  <dane@mk.telcordia.com>
7525         * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7526         detected with Purify.
7528 2003-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7530         * libs/Colorset.c (SetWindowBackgroundWithOffset):
7531         use None, not 0 for Window structures
7533         * fvwm/events.c (InitEventHandlerJumpTable):
7534         (HandleKeyRelease):
7535         (__handle_key_event):
7536         * fvwm/bindings.c (ParseBinding):
7537         (activate_binding):
7538         * libs/Bindings.h:
7539         * fvwm/fvwm.1.in:
7540         removed key release binding because they can not work reliably
7542 2003-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7544         * fvwm/functable.c (func_table):
7545         trigger on ButtonPress for many of the functions
7547         * fvwm/functions.c (__execute_function):
7548         (__execute_function):
7549         fixed conditional commands a la "Current" triggered on root window
7551 2003-03-01  Dan Espen  <dane@mk.telcordia.com>
7553         * todo-2.6: Closed B.2, C.21.
7555 2003-02-28  olicha  <olivier.chapuis@free.fr>
7557         * libs/defaults.h:
7558         * fvwm/events.c (HandleConfigureRequest):
7559         Added a workaround for application with broken max/min size hints
7560         vs a size configure request. This "fixes" floating java JToolBar.
7562         * fvwm/add_window.c (GetWindowSizeHints):
7563         Check that the max size hint is not broken relatively to the the base
7564         size hint
7566 2003-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7568         * NEWS:
7569         * configure.in:
7570         released 2.5.6, set version to 2.5.7
7572         * NEWS:
7573         * configure.in:
7574         updated for 2.5.6
7576 2003-02-26  Tony Finch  <dot@dotat.at>
7578         * fvwm/borders.c (border_draw_one_border_part):
7579         Don't draw the handle relief marks when the border is flat.
7581 2003-02-27  Mikhael Goikhman  <migo@homemail.com>
7583         * configure.in:
7584         s/fribdi_in_path/fribidi_in_path/
7586         * todo-2.6:
7587         spell checking and some reformatting
7589 2003-02-26  olicha  <olivier.chapuis@free.fr>
7591         * fvwm/borders.c (border_setup_bar_pixmaps):
7592         Fixed a miss-print which can cause a core dump
7594         * todo-2.6:
7595         Added a 2.6 TODO file
7597 2003-02-25  Dan Espen  <dane@mk.telcordia.com>
7599         * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7600         void functioin cannot return a value.
7602 2003-02-25  olicha  <olivier.chapuis@free.fr>
7604         * configure.in:
7605         Fixed compilation warning if fribidi is in path
7607 2003-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7609         * fvwm/windowlist.c (CMD_WindowList):
7610         removed unused instruction
7612 2003-02-22  Dan Espen  <dane@mk.telcordia.com>
7614         * configure.in: Remove nested function from -Werror check.
7615         Lets configure work without gcc.
7617         * fvwm/read.h:
7618         * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7620 2003-02-21  Dan Espen  <dane@mk.telcordia.com>
7622         * fvwm/functions.c (__run_complex_function_items): Make Break start
7623         working again.
7625 2003-02-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7627         * fvwm/move_resize.c (get_outline_rects):
7628         (draw_move_resize_grid):
7629         initial drawing and final undrawing of wire frame no longer toggles the
7630         pixel in the top left corner of the screen
7632         * fvwm/expand.c (expand_vars):
7633         disabled warnings about one letter variables
7635 2003-02-17  Dan Espen  <dane@mk.telcordia.com>
7637         * README: Update to reflect release 2.5.x.
7638         * NEWS: Update news for FvwmPager drag fix.
7640 2003-02-15  olicha  <olivier.chapuis@free.fr>
7642         * fvwm/fvwm.1.in:
7643         Fixed a typo
7645 2003-02-13  olicha  <olivier.chapuis@free.fr>
7647         * fvwm/gnome.c (GNOME_SetClientList):
7648         Applied David Fries patch which fixes a possible crash with more
7649         than 256 windows
7650         (GNOME_SetClientList):
7651         malloc -> safemalloc
7653 2003-02-09  Dan Espen  <dane@mk.telcordia.com>
7655         * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7656         Give the XorValue range.
7658 2003-02-08  Dan Espen  <dane@mk.telcordia.com>
7660         * fvwm/fvwm.1.in: Fully document the emulate command.
7662 2003-02-06  olicha  <olivier.chapuis@free.fr>
7664         * fvwm/borders.c (get_common_decorations):
7665         (border_get_border_background):
7667 2003-02-05  Dan Espen  <dane@mk.telcordia.com>
7669         * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7671 2003-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7673         * fvwm/menuitem.h:
7674         * fvwm/menuitem.c (menuitem_get_size):
7675         * fvwm/menus.c (calculate_item_sizes):
7676         renamed "mips" to mipst
7678         * fvwm/menuitem.c (menuitem_get_item_size):
7679         * fvwm/menus.c (_calculate_item_sizes):
7680         backed out patch from 30-Jan-2003
7682 2003-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7684         * fvwm/menuitem.h:
7685         * fvwm/menuitem.c (menuitem_get_item_size):
7686         * fvwm/menus.c (_calculate_item_sizes):
7687         functions renamed due to global name space collision with IRIX 6.5
7689 2003-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7691         * configure.in:
7692         added tests/hints/Makefile.am
7694 2003-01-24  Dan Espen  <dane@mk.telcordia.com>
7696         * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7698 2003-01-20  Dan Espen  <dane@mk.telcordia.com>
7700         * sample.fvwmrc/DecorWin95:
7701         * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7702         Replace a long time ago.
7704 2003-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7706         * fvwm/stack.c (new_layer):
7707         (collect_transients_recursive):
7708         (__restack_window):
7709         fixed Layer command
7711         * fvwm/events.c (HandleConfigureRequest):
7712         fixed placement of icons
7713         fixed size calculations of icons
7715 2003-01-18  Mikhael Goikhman  <migo@homemail.com>
7717         * fvwm/expand.c:
7718         fixed $[desk.name<n>] that was masked by $[desk.n],
7719         added $[desk.pagesx] and $[desk.pagesy]
7721 2003-01-16  Dan Espen  <dane@mk.telcordia.com>
7723         * NEWS: Update news.  Spelling fixes 2.5.x news.
7724         * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7725         its not interactive.
7727 2003-01-12  Mikhael Goikhman  <migo@homemail.com>
7729         * fvwm/functable.c:
7730         added a short description together with the commands
7732 2003-01-12  Marcus Lundblad  <ml@update.uu.se>
7734         * NEWS:
7735         Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7736         HasHandles
7738 2003-01-11  Mikhael Goikhman  <migo@homemail.com>
7740         * expand.c:
7741         * NEWS:
7742         deprecate all single letter variables, new variables are supported now
7743         $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
7744         $[desk.n], $[version.num], $[version.info], $[version.line].
7746 2003-01-07  Marcus Lundblad <ml@update.uu.se>
7748         * fvwm/style.c (style_parse_one_style_option):
7749         * fvwm/fvwm.1.in:
7750         Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
7751         DisallowMaximizeFixedSize
7753 2003-01-06  Dan Espen  <dane@mk.telcordia.com>
7755         * fvwm/fvwm.1.in: Lang check.
7757 2003-01-03  olicha  <olivier.chapuis@free.fr>
7759         * fvwm/commands.h:
7760         * INSTALL.fvwm:
7761         * fvwm/ewmh.h:
7762         * fvwm/ewmh_intern.h:
7763         * fvwm/ewmh_names.c:
7764         * fvwm/ewmh_icons.c:
7765         * fvwm/ewmh_events.c:
7766         * fvwm/ewmh_conf.c:
7767         * fvwm/ewmh.c:
7768         * fvwm/gnome.c:
7769         * fvwm/gnome.h:
7770         * fvwm/functable.c (func_table):
7771         * fvwm/fvwm.c (setVersionInfo):
7772         * acconfig.h:
7773         * configure.in:
7774         Removed GNOME and HAVE_EWMH ifdef
7776         * fvwm/fvwm.1.in:
7777         Documented UseTitleDecorRotation
7779 2003-01-03  Mikhael Goikhman  <migo@homemail.com>
7781         * fvwm/module_interface.c (MoveViewport):
7782         * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
7783         M_NEW_PAGE now has 7 arguments
7785 2003-01-02  olicha  <olivier.chapuis@free.fr>
7787         * fvwm/fvwm.1.in:
7788         Documented  the new icon style options
7790         * fvwm/fvwm.h:
7791         * fvwm/icons.h:
7792         * fvwm/icons.c (DrawIconTitleWindow):
7793         (DrawIconPixmapWindow):
7794         (setup_icon_title_size):
7795         * fvwm/style.c (style_parse_one_style_option):
7796         Fixed IconTitleRelief and IconBackgroundRelief arguments
7798         * fvwm/icons.c (GetIconPicture):
7799         (SetIconPixmapSize):
7800         Fixed IconSize style for non shaped depth > 1 pixmaps
7802 2003-01-02  Mikhael Goikhman  <migo@homemail.com>
7804         * NEWS:
7805         * fvwm/commands.h:
7806         * fvwm/conditional.c (CMD_On):
7807         * fvwm/functable.c:
7808         * fvwm/fvwm.1.in:
7809         new conditional command On for non-window related conditions
7811         * fvwm/execcontext.h:
7812         * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
7813         two new exec contexts for restarting
7815 2003-01-02  olicha  <olivier.chapuis@free.fr>
7817         * fvwm/builtins.c (ReadMultiPixmapDecor):
7818         StretchedPixmap -> AdjustedPixmap
7820         * fvwm/fvwm.1.in:
7821         Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
7822         Documented the new MultiPixmap syntax
7824 2002-12-31  Mikhael Goikhman  <migo@homemail.com>
7826         * NEWS:
7827         * fvwm/fvwm.1.in:
7828         * fvwm/builtins.c (ReadTitleButton):
7829         * fvwm/screen.h:
7830         new button state shortcuts AllActiveUp, AllActiveDown,
7831         AllInactiveUp, AllInactiveDown
7833 2002-12-31  olicha  <olivier.chapuis@free.fr>
7835         * libs/PictureGraphics.c (PCopyArea):
7836         Fixed rendering of depth 1 pixmap with a mask
7838         * fvwm/update.c (apply_window_updates):
7839         Fixed icon bg cset update
7841         * fvwm/events.c (HandlePropertyNotify):
7842         * fvwm/geometry.c (move_icon_to_position):
7843         Fixed non shaped icons with a bg padding but without cs bg
7845         * NEWS:
7846         * fvwm/style.c (style_parse_icon_size_style):
7847         (merge_styles):
7848         * fvwm/fvwm.h (window_style):
7849         * fvwm/add_window.c (setup_icon_size_limits):
7850         * fvwm/icons.c (SetIconPixmapSize):
7851         (GetIconPicture):
7852         New option to IconSize style: Adjusted, Streched, Shrunk
7854         * fvwm/icons.c (SetIconPixmapSize):
7855         (GetIconPicture):
7856         Always center the icon with IconSize if the icon has a background
7858 2002-12-30  Mikhael Goikhman  <migo@homemail.com>
7860         * configure.in:
7861         FvwmWindowMenu renaming; compact long diagnostics into half of line
7863         * NEWS:
7864         documeted and corrected new features
7866         * fvwm/fvwm.1.in:
7867         removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
7868         since these are the only way currently to create themes
7870         * fvwm/fvwm.c:
7871         small reformatting
7873 2002-12-30  olicha  <olivier.chapuis@free.fr>
7875         * NEWS:
7876         * fvwm/icons.c (setup_icon_title_size):
7877         (set_icon_pixmap_background):
7878         (CreateIconWindow):
7879         (DrawIconTitleWindow):
7880         (DrawIconPixmapWindow):
7881         (DrawIconWindow):
7882         (ChangeIconPixmap):
7883         (RedoIconName):
7884         * fvwm/events.c (HandleEnterNotify):
7885         (HandleExpose):
7886         (HandleLeaveNotify):
7887         (HandlePropertyNotify):
7888         * fvwm/borders.c (border_draw_decorations):
7889         * fvwm/default.h:
7890         * fvwm/fvwm.h:
7891         * fvwm/add_window.c (setup_icon_background_parameters):
7892         (setup_icon_title_parameters):
7893         (setup_style_and_decor):
7894         (setup_icon_font):
7895         * fvwm/geometry.c (move_icon_to_position):
7896         * fvwm/style.h:
7897         * fvwm/style.c (check_window_style_change):
7898         (update_style_colorset):
7899         (update_icon_title_cs_style):
7900         (update_icon_title_cs_hi_style):
7901         (update_icon_background_cs_style):
7902         (merge_styles):
7903         * fvwm/update.h:
7904         * fvwm/update.c (apply_window_updates):
7905         New style options IconBackgroundColorset, IconTitleColorset,
7906         HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
7907         and IconBackgroundPadding
7909 2002-12-28  Mikhael Goikhman  <migo@homemail.com>
7911         * libs/FShm.h:
7912         fixed compilation without XShm
7914         * fvwm/borders.c (border_rotate_titlebar_descr):
7915         fixed warning: deprecated use of label at end of compound statement
7917 2002-12-27  olicha  <olivier.chapuis@free.fr>
7919         * fvwm/ConfigFvwmDefaults:
7920         UseTitleDecorRotation is a default
7922         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
7923         (do_relieve_rectangle):
7924         * libs/fvwmlib.h:
7925         * fvwm/borders.c (border_draw_title_stick_lines):
7926         (border_create_root_transparent_pixmap):
7927         (border_mp_render_into_pixmap):
7928         (border_draw_decor_to_pixmap):
7929         (border_mp_render_into_pixmap):
7930         (border_mp_get_titlebar_descr):
7931         (border_mp_draw_mp_titlebar):
7932         (border_draw_decor_to_pixmap):
7933         (border_set_button_pixmap):
7934         (border_get_titlebar_draw_descr):
7935         (border_set_title_pixmap):
7936         (border_rotate_titlebar_descr):
7937         (border_get_titlebar_descr):
7938         Completed UseTitleDecorRotation
7940 2002-12-26  olicha  <olivier.chapuis@free.fr>
7942         * fvwm/update.c (apply_window_updates):
7943         * fvwm/frame.c (frame_get_titlebar_dimensions):
7944         (frame_set_decor_gravities):
7945         * fvwm/borders.c (border_set_button_pixmap):
7946         (border_get_titlebar_descr):
7947         (border_draw_one_button):
7948         Buttons order follows the title text rotations.
7949         More UseTitleDecorRotation preparation
7951         * fvwm/borders.c (border_draw_decor_to_pixmap):
7952         Fixed SolidButton
7954 2002-12-24  olicha  <olivier.chapuis@free.fr>
7956         * fvwm/borders.c (border_mp_render_into_pixmap):
7957         (border_fill_pixmap_background):
7958         Some borders drawing fixes
7960         * libs/Graphics.c (CreateRotatedPixmap):
7961         * fvwm/geometry.c (get_title_font_size_and_offset):
7962         * fvwm/update.c (apply_window_updates):
7963         * fvwm/borders.c (border_set_button_pixmap):
7964         (border_get_titlebar_draw_descr):
7965         (border_draw_title):
7966         (border_rotate_titlebar_descr):
7967         (border_get_titlebar_descr):
7968         More UseTitleDecorRotation preparation
7970 2002-12-22  Dan Espen  <dane@mk.telcordia.com>
7972         * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
7973         so we won't get so many application bugs report to fvwm-workers.
7975         * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
7977 2002-12-21  Marcus Lundblad <ml@update.uu.se>
7979         * fvwm/style.c (style_parse_one_style_option):
7980         * fvwm/style.h:
7981         * fvwm/fvwm.h:
7982         * fvwm/window_flags:
7983         * fvwm/decorations.c (is_function_allowed,
7984                               __is_resize_allowed):
7985         Added styles Closable, Iconifiable, Maximizable and
7986         AllowMaximizeFixedSize
7987         * fvwm/conditional.c (MatchesConditionMask,
7988                               CreateConditionMask):
7989         Added conditionals Closable,Iconifiable and Maximizable
7990         * fvwm/fvwm.1.in:
7991         Documented styles Closable, Iconifiable, Maximizable and
7992         AllowMaximizeFixedSize and conditionals
7993         Closable,Iconifiable and Maximizable
7995 2002-12-20  olicha  <olivier.chapuis@free.fr>
7997         * fvwm/window_flags.h:
7998         * fvwm/update.h:
7999         * fvwm/update.c (apply_window_updates):
8000         * fvwm/style.h:
8001         * fvwm/style.c (style_parse_one_style_option):
8002         * fvwm/fvwm.h:
8003         UseTitleDecorRotation style preparation
8005         * fvwm/fvwm.c (main):
8006         Use best TrueColor visual
8008         * fvwm/borders.c (border_get_border_gcs):
8009         Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
8010         window which may have a depth != Pdepth
8012         * fvwm/menus.c (paint_side_pic):
8013         * fvwm/menuitem.c (menuitem_paint):
8014         * fvwm/icons.c (DrawIconPixmapWindow):
8015         * fvwm/colorset.c (parse_colorset):
8016         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8017         Used Scr.AlphaGC
8019 2002-12-19  olicha  <olivier.chapuis@free.fr>
8021         * libs/Graphics.c (CreateRotatedPixmap):
8022         * libs/fvwmlib.h:
8023         New interface function CreateRotatedPixmap
8025         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8026         (PImageLoadXpm):
8027         * libs/PictureGraphics.c (PCreateRenderPixmap):
8028         (PCreateDitherPixmap):
8029         * libs/Graphics.c (CreateGradientPixmap):
8030         (CreateRotatedPixmap):
8031         * acconfig.h:
8032         * configure.in:
8033         * libs/FShm.h (new file):
8034         * libs/FImage.h (new file):
8035         * libs/FImage.c (new file):
8036         * libs/Makefile.am:
8037         * fvwm/fvwm.c (setVersionInfo):
8038         Added MIT Shared Memory Extension for XImage
8040         * NEWS:
8041         Some news
8043         * fvwm/screen.h:
8044         * fvwm/builtins.c (ReadDecorFace):
8045         (FreeDecorFace):
8046         * fvwm/borders.c (border_draw_decor_to_pixmap):
8047         (border_fill_pixmap_background):
8048         AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8050 2002-12-17  Mikhael Goikhman  <migo@homemail.com>
8052         * libs/FBidiJoin.c:
8053         shape-and-join fixes from Nadim Shaikli (slightly modified)
8055 2002-12-16  olicha  <olivier.chapuis@free.fr>
8057         * libs/PictureGraphics.h:
8058         * libs/PictureGraphics.c (PTileRectangle):
8059         (PGraphicsCreateTiledPicture):
8060         * libs/Graphics.c (CreateTiledPixmap):
8061         New interface function: PGraphicsCreateTiledPicture
8063         * fvwm/screen.h:
8064         * fvwm/fvwm.c (CreateGCs):
8065         Added a global (Scr) alpha GC
8067         * configure.in:
8068         * fvwm/screen.h:
8069         * fvwm/builtins.c (ReadMultiPixmapDecor):
8070         (update_decorface_colorset):
8071         (FreeDecorFace):
8072         * fvwm/borders.c (border_get_tb_parts_to_draw):
8073         (border_fill_pixmap_background):
8074         (border_setup_bar_pixmaps):
8075         (border_get_bar_pixmaps):
8076         (border_free_bar_pixmaps):
8077         (border_mp_render_into_pixmap):
8078         (border_mp_get_length):
8079         (border_mp_get_titlebar_descr):
8080         (border_mp_get_geometry):
8081         (border_mp_get_use_title_style_parts_and_geometry):
8082         (border_mp_draw_mp_titlebar):
8083         (border_draw_decor_to_pixmap):
8084         (border_draw_title_deep):
8085         (border_get_titlebar_draw_descr):
8086         (border_setup_use_title_style):
8087         (border_get_titlebar_descr_state):
8088         (border_get_titlebar_descr):
8089         (border_get_transparent_decorations_part):
8090         (border_draw_title_stick_lines):
8091         MultiPixmap can use Colorset and Solid color. Various others minor
8092         improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8093         "main" drawing code and remove the #ifdef.
8094         New option to ButtonStyle and TitleStyle: StretchedPixmap.
8095         Use the new Scr.AlphaGC.
8097 2002-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8099         * fvwm/add_window.c (validate_transientfor):
8100         do not ignore transientfor hint for iconified windows
8102 2002-12-12  Jason Weber <baboon@imonk.com>
8104         * fvwm/fvwm.1.in:
8105         * fvwm/conditional.c (CMD_ScanForWindow):
8106         * fvwm/commands.h:
8107         * fvwm/functable.c:
8108         rename ScanWindow to ScanForWindow
8110 2002-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8112         * fvwm/menuitem.c (menuitem_paint):
8113         * fvwm/colorset.c (parse_colorset):
8114         * fvwm/icons.c (DrawIconPixmapWindow):
8115         * fvwm/focus.c (_SetFocusWindow):
8116         (_ReturnFocusWindow):
8117         (_DeleteFocus):
8118         (_ForceDeleteFocus):
8119         (__activate_window_by_command):
8120         patches to prevent UMR messages in memory debuggers
8122 2002-12-11  Jason Weber <baboon@imonk.com>
8124         * fvwm/fvwm.1.in: Added ScanWindow
8126         * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8127         * fvwm/commands.h:
8128         * fvwm/functable.c:
8129         Generalized CMD_Direction into direction_cmd.
8130         Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8131         Replace Cycle prefix with secondary direction argument.
8133 2002-12-10  Dan Espen  <dane@mk.telcordia.com>
8135         * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8137 2002-12-05  Marcus Lundblad <ml@update.uu.se>
8138         * fvwm/conditional.c (CreateConditionMask):
8139         Implemented conditional "FixedSize" and "HasHandles"
8140         * fvwm/fvwm.1.in
8141         Documented conditional options "FixedSize" and "HasHandles".
8143 2002-12-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8145         * fvwm/placement.c (PlaceWindow):
8146         fixed StickyAcrossDesks w/ StartsOnPage
8148         * fvwm/functable.c:
8149         * fvwm/commands.h:
8150         * fvwm/ewmh_conf.c (set_state_workaround):
8151         * fvwm/update.c (apply_window_updates):
8152         * fvwm/windowlist.c (CMD_WindowList):
8153         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8154         (ewmh_WMStateSticky):
8155         * fvwm/conditional.c (CreateConditionMask):
8156         * fvwm/gnome.c (GNOME_SetHints):
8157         (GNOME_GetStyle):
8158         (GNOME_HandlePropRequest):
8159         * fvwm/placement.c (SmartPlacement):
8160         (get_next_x):
8161         (get_next_y):
8162         (test_fit):
8163         (PlaceWindow):
8164         * fvwm/session.c (SaveWindowStates):
8165         (MatchWinToSM):
8166         (MatchWinToSM):
8167         * fvwm/ewmh.c (check_desk):
8168         (EWMH_SetWMDesktop):
8169         (ewmh_ComputeAndSetWorkArea):
8170         (ewmh_HandleDynamicWorkArea):
8171         (ewmh_HandleDesktop):
8172         (ewmh_HandleDock):
8173         (ewmh_HandleMenu):
8174         (ewmh_HandleToolBar):
8175         * fvwm/virtual.c (UnmapDesk):
8176         (MapDesk):
8177         (MoveViewport):
8178         (do_move_window_to_desk):
8179         * fvwm/icons.c (setup_icon_title_size):
8180         (DrawIconTitleWindow):
8181         (AutoPlaceIcon):
8182         (Iconify):
8183         * fvwm/borders.c (is_button_toggled):
8184         (get_common_decorations):
8185         (border_draw_title_stick_lines):
8186         * fvwm/add_window.c (AddWindow):
8187         * fvwm/move_resize.c (__move_window):
8188         (__move_window):
8189         (is_window_sticky_across_pages):
8190         (is_window_sticky_across_desks):
8191         (MaximizeHeight):
8192         (MaximizeWidth):
8193         (stick_page):
8194         (stick_desk):
8195         (CMD_Stick):
8196         (CMD_StickAcrossPages):
8197         (CMD_StickAcrossDesks):
8198         (stick_across_pages):
8199         (stick_across_desks):
8200         (handle_stick_across_desks):
8201         (handle_stick_across_pages):
8202         (handle_stick):
8203         * fvwm/fvwm.h (struct):
8204         * fvwm/style.c (style_parse_one_style_option):
8205         (check_window_style_change):
8206         * fvwm/style.h:
8207         * fvwm/window_flags.h:
8208         renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8209         StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8210         everywhere
8212         * fvwm/focus.c (CMD_Focus):
8213         (CMD_FlipFocus):
8214         (__activate_window_by_command):
8215         (__update_windowlist):
8216         (__set_focus_to_fwin):
8217         (_SetFocusWindow):
8218         (_ReturnFocusWindow):
8219         (_DeleteFocus):
8220         (_ForceDeleteFocus):
8221         fixed window list order with FlipFocus command
8223 2002-12-08  Mikhael Goikhman  <migo@homemail.com>
8225         * AUTHORS:
8226         * NEWS:
8227         document bidi entry undocumented in 2.5.5
8229 2002-12-06  olicha  <olivier.chapuis@free.fr>
8231         * acinclude.m4:
8232         Fixed the "detection" of the LINGUAS variable
8234         * configure.in:
8235         Added ar to ALL_LINGUAS
8238 2002-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8240         * fvwm/move_resize.c (__resize_window):
8241         fixed handling of MontionNotify and PropertyNotify events
8243 2002-12-03  olicha  <olivier.chapuis@free.fr>
8245         * fvwm/borders.c (border_draw_decor_to_pixmap):
8246         (border_get_border_background):
8247         (get_common_decorations):
8248         BorderGC cleanup
8250         * fvwm/builtins.c (CMD_PrintInfo):
8251         New subject nls to PrintInfo
8253         * libs/FGettext.c (*):
8254         New command FlocalePath
8256 2002-12-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8258         * NEWS:
8259         * configure.in:
8260         changed version to 2.5.6
8262         * NEWS:
8263         * configure.in:
8264         updated for 2.5.5
8266 2002-12-02  olicha  <olivier.chapuis@free.fr>
8268         * libs/FRenderInit.c (FRenderInit):
8269         Fixed alpha depth if !XRenderSupport
8271         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8272         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8273         (PImageLoadPng):
8274         * libs/PictureImageLoader.h:
8275         Fixed image loading on bigedian machine
8277 2002-12-01  Mikhael Goikhman  <migo@homemail.com>
8279         * libs/FBidi.c (FBidiConvert):
8280         several small changes
8281         * libs/FBidiJoin.c (shape_n_join):
8282         enabled a new bidi shaping code
8284 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8286         * fvwm/frame.c (frame_restore_client_gravities):
8287         (frame_free_move_resize_args):
8288         fixed a redrawing problem after shading a window
8290 2002-11-29  olicha  <olivier.chapuis@free.fr>
8292         * acinclude.m4:
8293         Defined AM_PATH_PROG_WITH_TEST and re-enable it
8295         * configure.in:
8296         * Makefile.am:
8297         Fixed two missprints
8299 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8301         * fvwm/bindings.c (ParseBinding):
8302         fix for stroke-less compile
8304 2002-11-29  olicha  <olivier.chapuis@free.fr>
8306         * fvwm/commands.h (enum):
8307         * fvwm/functable.c (func_table):
8308         * fvwm/builtins.c (CMD_LocalePath):
8309         * libs/FGettext.c (FGettextSetLocalePath):
8310         * libs/FGettext.h:
8311         Preparation for LocalePath command
8313         * fvwm/screen.h (ScreenInfo):
8314         * fvwm/fvwm.c (CreateGCs):
8315         Rename Scr.TileGC to Scr.BordersGC
8317         * acinclude.m4:
8318         A libintl autoconf fix
8320         * libs/Colorset.c (CreateBackgroundPixmap):
8321         Do not grab the server when we dump the E setroot pixmap
8323 2002-11-29  olicha  <olivier.chapuis@free.fr>
8325         * acconfig.h:
8326         * fvwm/Makefile.am:
8327         * Makefile.am:
8328         * configure.in:
8329         * acinclude.m4:
8330         Added NLS support with gnu gettext
8332         * fvwm/fvwm.c (main):
8333         FGettextInit
8335         * fvwm/expand.c (expand_vars_extended):
8336         New extanded variable $[gt.any_string]
8338         * fvwm/virtual.c (CMD_DesktopName):
8339         * fvwm/windowlist.c (get_desk_title):
8340         * fvwm/expand.c (expand_vars_extended):
8341         * fvwm/fvwm.c (SetRCDefaults):
8342         * fvwm/ConfigFvwmSetup:
8343         Mark some strings to be translated
8345         * libs/FGettext.c (new file):
8346         * libs/FGettext.c (new file):
8347         * libs/Makefile.am:
8348         gnu gettext libintl warper
8350 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8352         * fvwm/add_window.c (RestoreWithdrawnLocation):
8353         rixed rxvts with S/E gravity travelling off screen upon recapture after
8354         they were resized.
8356         * fvwm/events.c (__handle_key_event):
8357         * fvwm/bindings.c (activate_binding):
8358         (__rebind_global_key):
8359         fixed unbinding pointerkey bindings removing the grab for this key
8360         completely
8362         * fvwm/events.c (__is_bpress_window_handled):
8363         fixed click on override redirect windows being handled by the root
8364         window
8366         * fvwm/misc.c (GrabEm):
8367         confine the pointer to the root window when grabbed
8369         * fvwm/events.c (HandleUnmapNotify):
8370         fixed reparenting problem with restarts from desks != 0
8372 2002-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8374         * fvwm/events.c:
8375         removed experimental code
8377 2002-11-28  olicha  <olivier.chapuis@free.fr>
8379         * fvwm/borders.c (border_get_border_background):
8380         (border_draw_decor_to_pixmap):
8381         (border_fill_pixmap_background):
8382         Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8383         soon.
8385 2002-11-26  Mikhael Goikhman  <migo@homemail.com>
8387         * fvwm/fvwm.c (InitVariables):
8388         fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8389         of 100%
8390         * fvwm/virtual.c (CMD_EdgeScroll):
8391         minor spacing
8393         * fvwm/ConfigFvwmDefaults:
8394         do not include empty ConfigFvwmProxyDefaults, added one binding
8396 2002-11-26  olicha  <olivier.chapuis@free.fr>
8398         * libs/Colorset.c (CreateBackgroundPixmap):
8399         * fvwm/colorset.c (parse_colorset):
8400         Be more safe with the E root pixmap
8402 2002-11-25  olicha  <olivier.chapuis@free.fr>
8404         * fvwm/move_resize.c (__move_loop):
8405         Redraw the transparent decoration parts when a move is abored
8407         * fvwm/colorset.c (parse_colorset):
8408         Fixed the fgsh Colorset colors when the Image change but not the bg
8410 2002-11-24  Jason Weber  <baboon@imonk.com>
8412         * fvwm/conditional.c (CMD_Direction):
8413         Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8414         eventual traversal of all windows over repeated calls.  It also cycles
8415         back to the opposite extent when it hits the limit in the given
8416         direction.
8418 2002-11-22  olicha  <olivier.chapuis@free.fr>
8420         * fvwm/borders.h:
8421         * fvwm/borders.c (get_common_decorations):
8422         (border_get_parts_and_pos_to_draw):
8423         (border_get_changed_border_parts):
8424         (border_get_frame_pixmap, new):
8425         (border_get_border_background):
8426         (border_draw_one_border_part):
8427         (border_draw_decorations):
8428         (border_get_tb_parts_to_draw):
8429         (border_fill_pixmap_background):
8430         (border_get_titlebar_descr_state, new):
8431         (border_draw_titlebar):
8432         (border_setup_bar_pixmaps, new):
8433         (border_get_bar_pixmaps, new):
8434         (border_free_bar_pixmaps, new):
8435         (border_setup_use_title_style, new):
8436         (border_set_button_pixmap):
8437         (border_set_title_pixmap):
8438         (border_draw_one_button):
8439         (border_set_button_pixmap):
8440         (border_draw_title_deep):
8441         (border_get_transparent_decorations_part, new):
8442         Title, Border and Buttons Style Colorset Option: Drawing
8444         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8445         (__move_window):
8446         (__move_loop):
8447         * fvwm/frame.c (__frame_setup_window):
8448         (frame_has_handles_and_tiled_border):
8449         (frame_create_move_resize_args):
8450         (frame_free_move_resize_args):
8451         Title, Border and Buttons Style Colorset Option: External drawing
8452         stuff. Basically additional redrawing for RootTransparent
8454         * fvwm/builtins.c (update_decorface_colorset, new):
8455         (update_titlebutton_colorset, new):
8456         (update_decors_colorset, new):
8457         (update_fvwm_colorset):
8458         Title, Border and Buttons Style Colorset Option: Dynamic updating
8460         * fvwm/screen.h:
8461         * fvwm/builtins.c (ReadDecorFace):
8462         Title, Border and Buttons Style Colorset Option: Configuration
8464         * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8465         * libs/Colorset.h:
8466         Title, Border and Buttons Style Colorset Option: Convinent macros and
8467         function
8469 2002-11-18  Dan Espen  <dane@mk.telcordia.com>
8471         * libs/Makefile.am: Add missing Bindings.h.
8473 2002-11-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8475         * fvwm/move_resize.c (__move_loop):
8476         send M_CONFIGURE_WINDOW only when the window actually moves
8478 2002-11-16  Mikhael Goikhman  <migo@homemail.com>
8480         * libs/FBidi.c:
8481         * libs/FBidi.h:
8482         * libs/FBidiJoin.c:
8483         * libs/FBidiJoin.h:
8484         * libs/Makefile.am:
8485         incorporated a shape-and-join bidi functionality from Nadim Shaikli
8486         with minor improvements; it is disabled for now (#if 0) since
8487         some Arabic chars cause core dump
8489 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8491         * fvwm/fvwm.1.in (Examples):
8492         added documentation of Icon option for PlaceAgain command
8494         * fvwm/events.c (__handle_key_event):
8495         fixed global key binding problem
8497 2002-11-15  olicha  <olivier.chapuis@free.fr>
8499         * libs/Bindings.c (MatchBindingExactly):
8500         (__compare_binding):
8501         compile fixes w/o stroke lib
8503         * NEWS:
8504         * fvwm/geometry.c (get_title_font_size_and_offset):
8505         * fvwm/builtins.c (do_title_style):
8506         New MinHeight option to TitleStyle
8508 2002-11-15  olicha  <olivier.chapuis@free.fr>
8510         * fvwm/builtins.c (update_fvwm_colorset):
8511         (CMD_Colorset):
8512         (do_title_style):
8514         * fvwm/builtins.h:
8515         * fvwm/colorset.c (update_root_transparent_colorset):
8516         Fixed update of the RootTransparent colorset in fvwm
8518 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8520         * libs/Bindings.c (__compare_binding):
8521         (MatchBindingExactly):
8522         compoile fixes w/o stroke lib
8524 2002-11-14  olicha  <olivier.chapuis@free.fr>
8526         * fvwm/fvwm.1.in:
8527         * INSTALL.fvwm:
8528         * NEWS
8529         Removed any reference on "xft and flickering"
8531 2002-11-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8533         * fvwm/eventmask.h (XEVMASK_ICONW):
8534         * fvwm/events.c (HandleKeyRelease):
8535         (HandleKeyPress):
8536         (__handle_key_event):
8537         * fvwm/bindings.c (ParseBinding):
8538         (activate_binding):
8539         * libs/Bindings.h (enum):
8540         implemented key release bindings; prefix the key name with a '-';
8541         does not work well with some applications
8543 2002-11-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8545         * libs/Bindings.h:
8546         new file
8548         * fvwm/bindings.c (ParseBinding):
8549         (binding_cmd):
8550         (activate_binding):
8551         (bind_get_bound_button_contexts):
8552         (ParseBinding):
8553         (CMD_Stroke):
8554         (CMD_Mouse):
8555         (CMD_PointerKey):
8556         (CMD_Key):
8557         (RemoveMatchingBinding):
8558         (AddBinding):
8559         (AreBindingsEqual):
8560         (GrabWindowKey):
8561         (GrabWindowButton):
8562         (GrabAllWindowKeysAndButtons):
8563         * fvwm/module_interface.c (CMD_ModuleSynchronous):
8564         * fvwm/events.c (__handle_bpress_on_root):
8565         (__handle_bpress_on_managed):
8566         (HandleButtonRelease):
8567         * fvwm/builtins.c (CMD_Wait):
8568         (CMD_StrokeFunc):
8569         * libs/fvwmlib.h (enum):
8570         fixed Key vs. PointerKey with "A"ny context
8572 2002-11-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8574         * fvwm/icons.c (Iconify):
8575         icon placement safety patch
8576         (CreateIconWindow):
8577         fixed initial position of application provided icon windows
8579         * fvwm/session.c (LoadWindowStates):
8580         fixed parsing of strings beginning with whitespace in session file
8582         * fvwm/fvwm.1.in (Note):
8583         * fvwm/style.c (style_set_old_focus_policy):
8584         * libs/defaults.h (DEF_FP_MODIFIERS):
8585         set default modifiers for raising/focusing to N again
8587 2002-11-11  olicha  <olivier.chapuis@free.fr>
8589         * fvwm/fvwm.1.in:
8590         * fvwm/fvwm.c (main):
8591         (usage):
8592         named-palette -> visual-palette, -N -> -P
8594 2002-11-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8596         * fvwm/ConfigFvwmDefaults:
8597         include ConfigFvwmProxyDefaults
8599         * fvwm/fvwm.c (usage):
8600         polished usage message
8602 2002-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8604         * fvwm/fvwm.c (usage):
8605         (main):
8606         cleaned up usage and error messages
8607         use short option names in usage message an man page synopsis
8608         all options are case sensitive
8609         do not mention the "-" style long options in the man page; instead use
8610         the "--" style
8612         * fvwm/add_window.c (setup_frame_window):
8613         * fvwm/events.c (HandleMapNotify):
8614         * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8615         fixed empty decorations after recapture
8617         * fvwm/geometry.c (get_icon_geometry):
8618         * fvwm/icons.c (clear_icon):
8619         fixed icon jumping to 0 0 when the icon layout changes after the icon
8620         has been moved manually
8622         * fvwm/move_resize.c (__move_icon):
8623         fixed MoveToPage with icons
8625 2002-11-09  olicha  <olivier.chapuis@free.fr>
8627         * libs/Fft.c (FftGetRotatedFont):
8628         (FftGetFont):
8629         * libs/Fft.h:
8630         Check the return result of FftPatternGetMatrix
8632         * libs/Flocale.h:
8633         * libs/PictureBase.h:
8634         Added two macro
8636 2002-11-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8638         * fvwm/ewmh_conf.c (set_state_workaround):
8639         * fvwm/functable.c (func_table):
8640         * fvwm/update.c (apply_window_updates):
8641         * fvwm/windowlist.c (CMD_WindowList):
8642         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8643         (ewmh_WMStateSticky):
8644         * fvwm/conditional.c (CreateConditionMask):
8645         (CreateConditionMask):
8646         * fvwm/gnome.c (GNOME_SetHints):
8647         (GNOME_GetStyle):
8648         (GNOME_HandlePropRequest):
8649         * fvwm/placement.c (SmartPlacement):
8650         (get_next_x):
8651         (test_fit):
8652         (get_next_y):
8653         (PlaceWindow):
8654         * fvwm/session.c (SaveWindowStates):
8655         (MatchWinToSM):
8656         * fvwm/ewmh.c (check_desk):
8657         (EWMH_SetWMDesktop):
8658         (ewmh_ComputeAndSetWorkArea):
8659         (ewmh_HandleDynamicWorkArea):
8660         (ewmh_HandleDesktop):
8661         (ewmh_HandleDock):
8662         (ewmh_HandleMenu):
8663         (ewmh_HandleToolBar):
8664         * fvwm/virtual.c (UnmapDesk):
8665         (MapDesk):
8666         (MoveViewport):
8667         (MoveViewport):
8668         (do_move_window_to_desk):
8669         * fvwm/icons.c (setup_icon_title_size):
8670         (DrawIconTitleWindow):
8671         (AutoPlaceIcon):
8672         (Iconify):
8673         * fvwm/borders.c (is_button_toggled):
8674         (get_common_decorations):
8675         (border_draw_title_stick_lines):
8676         * fvwm/add_window.c (AddWindow):
8677         * fvwm/move_resize.c (__move_window):
8678         (is_window_sticky_on_page):
8679         (is_window_sticky_on_desk):
8680         (MaximizeWidth):
8681         (MaximizeHeight):
8682         (stick_page):
8683         (stick_desk):
8684         (handle_stick):
8685         (handle_stick_page):
8686         (handle_stick_desk):
8687         (__handle_stick_exit):
8688         (CMD_StickDesk):
8689         (CMD_StickPage):
8690         * fvwm/style.c (style_parse_one_style_option):
8691         (check_window_style_change):
8692         * fvwm/style.h:
8693         * fvwm/fvwm.h:
8694         New Style options stickypage and stickydesk
8695         New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8696         StickyDesk, OnlyStickyPage, OnlyStickyDesk
8697         New conditions StickyPage and StickyDesk
8698         New commands StickPage and StickDesk
8700         * fvwm/move_resize.c (__move_window):
8701         do not unstick a window when using MoveToScreen
8703         * fvwm/ewmh_conf.c:
8704         reindented
8706         * fvwm/commands.h:
8707         * fvwm/functable.c (func_table):
8708         * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8709         renamed EWMHBaseStrut to EwmhBaseStruts
8711         * fvwm/style.c (style_set_old_focus_policy):
8712         SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8713         (style_parse_one_style_option):
8714         renamed "Border" style to "Borders"
8715         removed "NoBorder" style; use !Borders instead
8716         renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8717         renamed PlacmentOverlapPercentPenalties to
8718         MinOverlapPercentPlacementPenalties
8720         * fvwm/fvwm.1.in:
8721         * NEWS:
8722         corrected typo
8724         * libs/Fft.c:
8725         Fixed compiler warnings
8727 2002-11-09  Mikhael Goikhman  <migo@homemail.com>
8729         * configure.in:
8730         autogenerate FvwmWindowLister files
8732         * fvwm/fvwm.1.in:
8733         mention fvwm-menu-directory and fvwm-menu-desktop as examples
8734         of MissingSubmenuFunction and DynamicPopupAction
8736 2002-11-08  olicha  <olivier.chapuis@free.fr>
8738         * libs/PictureUtils.c (alloc_color_proportion):
8739         (alloc_color_proportion_dither):
8740         (alloc_color_proportion_grey):
8741         (alloc_color_x):
8742         (free_colors_in_table):
8743         (free_colors_x):
8744         (init_static_colors_table):
8745         (PictureFreeColors):
8746         (PictureInitColors):
8747         (PicturePrintColorInfo):
8748         Fixed StaticColor visual. Rename some of the color allocators. Clean up
8749         free colors stuff
8751 2002-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8753         * fvwm/move_resize.c (__move_window):
8754         ignore MoveToPage with sticky windows
8756         * fvwm/conditional.c (Circulate):
8757         (circulate_cmd):
8758         Next and Prev commands begin looking at the context window, if any
8760         * fvwm/focus.c (__focus_grab_buttons):
8761         fixed initial button grabbing on client window
8763         * fvwm/stack.c (BroadcastRestack):
8764         split long packets, fixed a bug and cleaned up
8766         * libs/Module.c (ReadFvwmPacket):
8767         ignore packets that are too long
8769         * fvwm/fvwm.1.in:
8770         document PopupDelay and PopdownDelay defaults
8772 2002-11-06  olicha  <olivier.chapuis@free.fr>
8774         * libs/Fft.c (FftGetFont):
8775         (FftGetRotatedFont):
8776         Use a more perfectioned method for loading font with Xft/Fc. This
8777         method allows sanity check. Preserve the matrix when rotating
8778         Xft/Fc fonts.
8780         * libs/Flocale.c (FlocaleGetMinOffset):
8781         (FlocaleRotateDrawString):
8782         (FlocaleGetFontSet):
8783         (FlocaleGetFont):
8784         * libs/Fft.c (FftDrawString):
8785         (FftGetFont):
8786         * libs/FftInterface.h:
8787         * fvwm/geometry.c (get_title_font_size_and_offset):
8788         Move the computation of the good "y" for drawing text into Flocale.
8789         Use the max ascent, descent and height for font metric (in the place
8790         of the min's one).
8792         * libs/Flocale.c (FlocalePrintLocaleInfo):
8793         * libs/Flocale.h:
8794         * libs/Fft.c (FftPrintPatternInfo):
8795         * libs/Fft.h:
8796         * fvwm/builtins.c (CMD_PrintInfo):
8797         * NEWS:
8798         * fvwm.1.in:
8799         New option "Locale" to PrintInfo Command
8801 2002-11-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8803         * fvwm/events.c (HandleExpose):
8804         removed no-op
8806 2002-11-04  Dan Espen  <dane@mk.telcordia.com>
8808         * fvwm/fvwm.1.in: colour -> color
8809         Language check.
8811 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8813         * fvwm/fvwm.1.in:
8814         * fvwm/fvwm.c (usage):
8815         (main):
8816         pallet -> palette
8818 2002-11-04  olicha  <olivier.chapuis@free.fr>
8820         * configure.in:
8821         Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
8823         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8824         (finish_ct_init):
8825         (PictureFreeColors):
8826         (PicturePrintColorInfo):
8827         Trace colours allocation out of the pallet in depth <= 8. Better
8828         information on coulours
8830         * libs/Fft.c (FftGetRotatedFont):
8831         * libs/Fft.h:
8832         Fixed rotated font when the original font has a matrix
8834         * libs/PictureBase.c (PictureInitCMapRoot):
8835         * libs/PictureUtils.h:
8836         * libs/PictureUtils.c (PictureInitColors):
8837         (PictureAllocColorTable):
8838         * libs/PictureBase.h (PictureColorLimitOption):
8839         * fvwm/fvwm.c (main):
8840         * fvwm/fvwm.1.in
8841         New options -strict-color-limit, -allocate-pallet, -static-pallet,
8842         -named-pallet. -color-limit now take only integer argument.
8845 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8847         * libs/Module.h (struct):
8848         new type FvwmWinPacketBodyHeader to access the standard fields in a
8849         packet with a window
8851 2002-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8853         * NEWS:
8854         updated for 2.4.13
8856         * fvwm/functable.c (func_table):
8857         * fvwm/commands.h:
8858         * fvwm/style.c (style_parse_one_style_option):
8859         (parse_and_set_window_style):
8860         (__style_command):
8861         (CMD_Style):
8862         (CMD_FocusStyle):
8863         added a new command FocusStyle as a shorthand for
8864         "Style * FP..., FP..."
8866         * fvwm/builtins.c (__parse_vector_line_one_coord):
8867         (__parse_vector_line):
8868         (ReadDecorFace):
8869         split vector line parsing into sub functions
8870         (FreeDecorFace):
8871         fixed core dump in vector button offset patch
8873 2002-11-01  Marcus Lundblad <ml@update.uu.se>
8875         * fvwm/screen.h (vector_coords):
8876         added fields for offsets
8877         * fvwm/builtins.c (ReadDecorFace):
8878         rewrote parser for vector definitions to accept optional offsets
8879         * fvwm/fvwm.c (LoadDefaultLeftButton):
8880         (LoadDefaultRightButton)
8881         set default values for offsets
8882         * fvwm/borders.c (border_draw_vector_to_pixmap):
8883         updated XDrawLine call to take offsets into account
8884         * fvwm/fvwm.1.in:
8885         documented new options for vector offsets
8887 2002-11-01  olicha  <olivier.chapuis@free.fr>
8889         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8890         Fixed icon tint pixel, it was set to icon tint percent during some
8891         renaming
8893 2002-10-31  olicha  <olivier.chapuis@free.fr>
8895         * libs/PictureUtils.c (PictureAllocColorImage):
8896         (PictureOpenImageColorAllocator):
8897         (PictureCloseImageColorAllocator):
8898         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8899         (FIMAGE_CMD_ARGS):
8900         (PImageLoadXpm):
8901         (PImageCreatePixmapFromArgbData):
8902         (PImageLoadPixmapFromFile):
8903         * libs/PictureBase.h (FvwmPictureThing):
8904         (PictureImageColorAllocator):
8905         * libs/Picture.h:
8906         * libs/Picture.c (PDestroyFvwmPicture):
8907         (PLoadFvwmPictureFromPixmap):
8908         * libs/Graphics.c (CreateGradientPixmap):
8909         * fvwm/fvwm.c:
8910         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8911         Added a new way to allocate colors for image and gradient. This method
8912         allows, in particular, to save (in a "fast" way) the allocated pixels
8913         with a minimal memory usage.
8914         Fixed color leaks for png, ewmh and dithered xpm images.
8916         * fvwm/add_window.c (destroy_icon):
8917         * fvwm/fvwm.h (FvwmWindow):
8918         * fvwm/icons.c (GetIconFromFile):
8919         Fixed color leaks
8921 2002-10-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8923         * fvwm/commands.h:
8924         * fvwm/functable.c:
8925         * fvwm/stack.c (enum):
8926         (position_new_window_in_stack_ring):
8927         (new_layer):
8928         (must_move_transients):
8929         (restack_windows):
8930         (__restack_window):
8931         (__raise_lower_recursion):
8932         (__raise_or_lower_window):
8933         (raise_or_lower_window):
8934         (collect_transients_recursive):
8935         (__is_restack_transients_needed):
8936         (RestackWindow):
8937         (CMD_RestackTransients):
8938         new command RestackTransients which works like Raise and Lower but does
8939         not restack windows that are not transient
8940         renamed some functions
8941         general cleanup
8943         * fvwm/fvwm.1.in:
8944         corrected cursor movement key bindings
8946         * fvwm/bindings.c (activate_binding):
8947         fixed problem w/ bindings being overridden by applications OpenOffice
8948         and the Gnome panel
8950 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
8952         * configure.in:
8953         * NEWS:
8954         switched to 2.5.5
8956         * configure.in:
8957         include FvwmProxy to build
8959 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
8961         * configure.in:
8962         exclude FvwmProxy from build
8964         * configure.in:
8965         * NEWS:
8966         updated for 2.5.4
8968 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8970         * configure.in:
8971         added FvwmProxy module
8973 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
8975         * fvwm/fvwm.1.in:
8976         * fvwm/windowlist.c (CMD_WindowList):
8977         renamed SortClassName to SortByClass
8979 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8981         * fvwm/menustyle.c (menustyle_update):
8982         (menustyle_parse_style):
8983         (menustyle_get_styleopt_index):
8984         (menustyle_parse_style):
8985         (CMD_CopyMenuStyle):
8986         * fvwm/menustyle.h:
8987         removed HilightRelief MenuStyle and hard coded it
8989 2002-10-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8991         * fvwm/menus.c (make_menu_window):
8992         fixed updating menu background with "Menustyle * Background"
8994         * fvwm/stack.c (__get_stacking_sibling):
8995         (restack_windows):
8996         fixed another stacking problem
8998 2002-10-28  Mikhael Goikhman  <migo@homemail.com>
9000         * acinclude.m4:
9001         * configure.in:
9002         corrected and lined up several help lines
9004         * INSTALL.fvwm:
9005         added --enable-xinerama-emulation description
9007 2002-10-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9009         * fvwm/stack.c (restack_windows):
9010         (__get_stacking_sibling):
9011         fixed another stacking problem
9013 2002-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9015         * fvwm/add_window.c (AddWindow):
9016         braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
9017         windows starting lowered or on other layers in FvwmPager
9019         * fvwm/stack.c (restack_windows):
9020         (__get_visible_window):
9021         fixed a stacking problem with layers
9023 2002-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9025         * fvwm/functable.c (func_table):
9026         fixed Pick command
9028 2002-10-24  Mikhael Goikhman  <migo@homemail.com>
9030         * NEWS:
9031         * fvwm/fvwm.1.in:
9032         * fvwm/windowlist.c:
9033         new WindowList option SortByResource
9035         * fvwm/style.c (check_window_style_change):
9036         * libs/FlocaleCharset.c:
9037         fixed gcc warning
9039         * AUTHORS:
9040         place recent authors to the top, not bottom
9042         * fvwm/builtins.c:
9043         corrected typo in error message
9045 2002-10-23  Dan Espen  <dane@mk.telcordia.com>
9047         * fvwm/fvwm.1.in: Lang check done.
9049 2002-10-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9051         * fvwm/menus.c:
9052         work on new menu loop code
9054         * libs/timeout.h:
9055         * libs/timeout.c:
9056         new files
9058         * fvwm/menus.c (__mloop_handle_event):
9059         (__mloop_get_event):
9060         (__mloop_handle_action_with_mi):
9061         * fvwm/menus.h (MenuReturn):
9062         renamed MenuReturn member menu to target_menu
9064         * fvwm/menus.c (__mloop_handle_event):
9065         * fvwm/menus.h (MenuReturn):
9066         removed a "write only" member of MenuReturn
9068         * fvwm/conditional.c (circulate_cmd):
9069         fixed the "Any" command
9071 2002-10-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9073         * fvwm/stack.c (mark_transient_subtree):
9074         fixed stack ring corruption with iconified transients
9075         (restack_windows):
9076         fixed a problem with lowering windows below the icons of their
9077         transients
9079 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9081         * libs/Colorset.c:
9082         * fvwm/menustyle.c:
9083         * libs/Colorset.h:
9084         * libs/Flocale.h:
9085         * libs/PictureBase.h:
9086         * fvwm/menuitem.c:
9087         * fvwm/geometry.c:
9088         * fvwm/colorset.c:
9089         renamed colorset_struct to colorset_t
9091 2002-10-22  olicha  <olivier.chapuis@free.fr>
9093         * libs/PictureUtils.c:
9094         Minor fixes and add #if O experimental code
9096 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9098         * fvwm/icons.c (DrawIconPixmapWindow):
9099         (DrawIconWindow):
9100         * fvwm/events.c (HandlePropertyNotify):
9101         * libs/Fft.c (FftDrawString):
9102         * libs/Colorset.c (DumpColorset):
9103         (LoadColorset):
9104         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9105         use renamed colorset_struct members
9107         * libs/Colorset.h (colorset_struct):
9108         renamed and re-sorted members and cut down bit field lengths for
9109         percentile members
9111         * fvwm/menustyle.c (menustyle_update):
9112         fixed core dump
9114         * fvwm/stack.c (restack_windows):
9115         fixed flickering when raising transients; can't prevent flickering when
9116         lowering a window completely
9117         (restack_windows):
9118         fixed unnecessary error message
9120         * fvwm/fvwm.c (main):
9121         init Scr to zeros
9123         * fvwm/stack.c (__restack_window):
9124         fixed a stacking problem with icons
9126         * fvwm/add_window.c (destroy_icon):
9127         fixed a memory leak
9129 2002-10-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9131         * fvwm/menuitem.c (menuitem_paint):
9132         * fvwm/menustyle.c (menustyle_parse_style):
9133         * fvwm/menus.c (paint_side_pic):
9134         (paint_menu):
9135         (select_menu_item):
9136         (repaint_transparent_menu):
9137         * fvwm/menustyle.h (MenuLook):
9138         cleaned up menu drawing code, fixed last patch
9140         * fvwm/menuitem.c (menuitem_paint):
9141         * fvwm/menustyle.c (menustyle_parse_style):
9142         fixed HilightBack default
9144         * fvwm/bindings.c (binding_cmd):
9145         (bind_get_bound_button_contexts):
9146         (ParseBinding):
9147         * fvwm/screen.h (ScreenInfo):
9148         fixed mouse bindings with buttons > 5
9150         * fvwm/menuitem.c (menuitem_paint):
9151         * fvwm/menustyle.c (menustyle_parse_style):
9152         (menustyle_parse_style):
9153         (CMD_CopyMenuStyle):
9154         (menustyle_update):
9155         (menustyle_free):
9156         * fvwm/menus.c (repaint_transparent_menu):
9157         * fvwm/menustyle.h:
9158         HilightBack and ActiveFore are now independent
9160 2002-10-18  olicha  <olivier.chapuis@free.fr>
9162         * libs/PictureUtils.c (get_color_index):
9163         (create_mapping_table):
9164         (PictureAllocColorTable):
9165         Use a new distance and method for color approximation. Use 68 colors
9166         for the default under depth 8. I am happy with this, should use a
9167         similar distance method for dithering
9169         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9170         (PictureAllocColorTable):
9171         (PictureDitherByDefault):
9172         (PictureUseBWOnly):
9173         (PictureIitColors):
9174         (PicturePrintColorInfo):
9175         * libs/PictureUtils.h:
9176         Allows -color-limit to work with any visual and depth for testing
9177         propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9179         * fvwm/colorset.c:
9180         Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9182 2002-10-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9184         * fvwm/add_window.c (get_default_window_attributes):
9185         cleaned up
9187         * fvwm/builtins.c (CMD_ChangeDecor):
9188         removed some duplicate redrawing
9190         * fvwm/update.c (apply_decor_change):
9191         suppress duplicate window update upon ChangeDecor
9192         (apply_window_updates):
9193         do not delete the focus window
9195 2002-10-17  olicha  <olivier.chapuis@free.fr>
9197         * NEWS:
9198         A bunch of news
9200         * libs/Colorset.c (CreateBackgroundPixmap):
9201         Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9203         * fvwm/builtins.c (CMD_Colorset):
9204         Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9206 2002-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9208         * fvwm/add_window.c (AddWindow):
9209         * fvwm/update.c (apply_window_updates):
9210         * fvwm/move_resize.c (handle_stick):
9211         (CMD_Stick):
9212         suppress drawing of sticky decorations initially
9213         reduce module communication overhead when (un)sticking windows
9215         * fvwm/borders.c (border_draw_decorations):
9216         * fvwm/window_flags.h:
9217         * fvwm/fvwm.h:
9218         * fvwm/frame.c (frame_create_move_resize_args):
9219         (get_resize_decor_gravities_one_axis):
9220         (frame_mrs_setup_draw_decorations):
9221         (mr_args_internal):
9222         initialize window decorations with a "None" pixmap;
9223         delay drawing window decorations initially to prevent drawing multiple
9224         times;
9225         => windows grabbing the focus upon startup are drawn focused
9226         immediately
9228         * fvwm/frame.c (frame_free_move_resize_args):
9229         reparent the frame hide windows to NoFocusWin instead of Root to
9230         suppress unnecessary ReparentNotify events
9232 2002-10-16  olicha  <olivier.chapuis@free.fr>
9234         * fvwm/fvwm.c (main):
9235         Fixed a typo
9237         * libs/FRender.h:
9238         Fixed compilation with X cvs
9240         * libs/Colorset.c (CreateBackgroundPixmap):
9241         Fixed a GC leak
9243         * fvwm/events.c (HandlePropertyNotify):
9244         * fvwm/colorset.c (update_root_pixmap):
9245         Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9246         to found a root pixmap
9248 2002-10-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9250         * fvwm/bindings.c (bind_get_bound_button_contexts):
9251         another mouse binding fix
9253         * fvwm/conditional.c (CreateConditionMask):
9254         simplified parsing
9255         all conditions have a negation with '!' prepended
9256         (Circulate):
9257         (CMD_All):
9258         (select_cmd):
9259         Current, All, Pick, ThisWindow and PointerWindow imply the
9260         CirculateHitShaded condition.
9262         * fvwm/focus.c (__focus_grab_buttons):
9263         * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9264         fixed bindings using mouse buttons >= 6
9266 2002-10-15  olicha  <olivier.chapuis@free.fr>
9268         * libs/PictureUtils.c (PicturePrintColorInfo):
9269         (print_colormap):
9270         * fvwm/commands.h:
9271         * fvwm/functable.c (func_table):
9272         * fvwm/builtins.c (CMD_PrintInfo):
9273         * fvwm/fvwm.1.in:
9274         New cmd PrintInfo. Only one arg at present time: "Colors"
9276         * fvwm/fvwm.c (main):
9277         Auto detect card with 2 hardware colormaps and choose the best
9278         visual and colormap
9280         * libs/PictureUtils.c (PictureInitColors):
9281         (*):
9282         * libs/PictureUtils.h:
9283         * fvwm/fvwm.c (main):
9284         * libs/PictureBase.c (PictureInitCMapRoot):
9285         (PictureInitCMap):
9286         * libs/PictureBase.h:
9287         Try to support DirectColor visual in a good way, I do not think
9288         this is really useful.
9289         Added a flexible interface function PictureInitColors for
9290         colors allocation initialization.
9291         Some cleanup in color allocation and some preparation for a new
9292         method for saving and freeing colors allocated by images and gradients.
9293         Removed some ifdefed to 0 debug code.
9295         * libs/Picture.c (*):
9296         * libs/Picture.h:
9297         * libs/PictureImageLoader.c (*):
9298         * libs/PictureImageLoader.h:
9299         Replace Root by win
9301 2002-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9303         * fvwm/add_window.c (setup_key_and_button_grabs):
9304         * fvwm/bindings.c (ParseBinding):
9305         (activate_binding):
9306         * fvwm/add_window.c (setup_key_and_button_grabs):
9307         don't grab window context specific bindings anymore; instead, set
9308         Scr.buttons2grab accordingly
9310         * fvwm/bindings.c (activate_binding):
9311         fixed stroke bindings on window context being ignored if no other
9312         action was bound to that context
9314         * fvwm/add_window.c (destroy_icon):
9315         fixed duplicate icon pixmap when switching from NoIconOverride to
9316         IconOverride
9318 2002-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9320         * fvwm/icons.c:
9321         re-indented some code
9322         (AutoPlaceIcon):
9323         fixed random position of icon title for icons with a position hint
9325         * fvwm/fvwm.1.in:
9326         corrected default of Use/NoIconPosition style
9328 2002-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9330         * fvwm/windowlist.c (CMD_WindowList):
9331         fixed random string for iconified windows in the WindowList
9333 2002-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9335         * NEWS:
9336         updated for 2.4.12
9338 2002-10-08  olicha  <olivier.chapuis@free.fr>
9340         * libs/PictureBase.c (*):
9341         (PictureInitCMapRoot)
9342         (PictureSetupWhiteAndBlack):
9343         (PictureWhitePixel):
9344         (PictureBlackPixel):
9345         (PictureDefaultGC):
9346         New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9347         of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9348         New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9349         but always use the root visual and allows to set or not a private
9350         color limit table.
9351         New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9352         but which respects the Pvisual
9354         * libs/PictureGraphics.c (*):
9355         * libs/FScreen.c (FScreenInit):
9356         * libs/FRender.c (FRenderRender):
9357         * libs/Fft.c (FftDrawString):
9358         * fvwm/icons.c (CreateIconWindow):
9359         * fvwm/colorset.c (parse_colorset):
9360         * fvwm/move_resize.c (CMD_XorValue):
9361         * fvwm/colorset.c (alloc_colorset):
9362         * fvwm/fvwm.c (main):
9363         Use the new interface functions and some fix if the fvwm depth !=
9364         the root depth.
9366         * libs/PictureUtils.c (PictureAllocColorTable):
9367         Change the default color table to a 4x4x4 cc + 4 grey
9369 2002-10-07  Dan Espen  <dane@mk.telcordia.com>
9371         * fvwm/fvwm.1.in: Use built-in, not builtin.
9373 2002-10-06  Mikhael Goikhman  <migo@homemail.com>
9375         * configure.in:
9376         s/FvwmNewDebug/FvwmDebug/
9378         * fvwm/commands.h:
9379         * fvwm/conditional.c (CMD_NoWindow):
9380         * fvwm/functable.c:
9381         * NEWS:
9382         new command NoWindow to remove window context
9384         * fvwm/fvwm.1.in:
9385         use "fvwm" spelling, at least in the middle of sentences
9387 2002-10-06  Dan Espen  <dane@mk.telcordia.com>
9389         * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9390         builtin commands.  Use "builtin", not "built in" or "built-in".
9391         Other adjustments.
9393 2002-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9395         * libs/Graphics.c (do_relieve_rectangle):
9396         removed debug message
9398         * fvwm/focus.c (__update_windowlist):
9399         (__set_focus_to_fwin):
9400         fixed reversal of __update_windowlist arguments causing FlipFocus to
9401         break [and maybe other things]
9403 2002-10-05  olicha  <olivier.chapuis@free.fr>
9405         * libs/PictureUtils.c (alloc_color_cube):
9406         It si possible to enable "gamma correction" for colors cubes (disabled,
9407         define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9409         * libs/PictureUtils.c (get_color_index):
9410         (create_mapping_table):
9411         Use a more exact approximation of colors for pur cc without the big
9412         16x16x16 cc
9414         * libs/PictureUtils.c (PictureFreeColors):
9415         Fixed a memory leak
9417         * libs/Graphics.c (CreateGradientPixmap):
9418         (CreateGradientPixmapFromString):
9419         Cleanup
9421 2002-10-04  olicha  <olivier.chapuis@free.fr>
9423         * libs/PictureUtils.c (*):
9424         Used a better color approximation for color cube when we do not dither.
9425         Added some new colors tables: color cube with some grey colors.
9426         Change the default to a 4x4x3 cc with 6 grey (54 colors).
9427         Some visual fixes.
9429         * fvwm/fvwm.c (main):
9430         Fixed the visual option
9432 2002-10-03  Mikhael Goikhman  <migo@homemail.com>
9434         * configure.in:
9435         generate FvwmNewDebug and FvwmGtkDebug
9437 2002-10-02  olicha  <olivier.chapuis@free.fr>
9439         * libs/PictureUtils.c (USED_DIST):
9440         Used the euclidian distance for colors distance
9442         * libs/Fft.c (FftGetFont):
9443         Disable Xft if the Xserver does not support XRender
9445 2002-10-01  olicha  <olivier.chapuis@free.fr>
9447         * libs/Fft.c (FftGetFont):
9448         Disable Xft if the Xserver does not support XRender
9450         * libs/FRender.c (FRenderRender):
9451         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9452         Fixed
9454         * libs/Colorset.c (SetRectangleBackground):
9455         (SetClippedRectangleBackground):
9456         * libs/Colorset.h:
9457         New interface function for drawing a subset of a colorset rectangle
9459 2002-09-26  olicha  <olivier.chapuis@free.fr>
9461         * fvwm/update.c (apply_window_updates):
9462         Fixed icons colorset update
9464         * libs/FRender.c (FRenderRender):
9465         Fixed bitmap rendering
9467         * fvwm/update.c (apply_window_updates):
9468         * fvwm/geometry.c (move_icon_to_position):
9469         * fvwm/events.c (HandleEnterNotify):
9470         (HandleExpose):
9471         (HandleLeaveNotify):
9472         (HandlePropertyNotify):
9473         * fvwm/add_window.c (setup_icon_font):
9474         * fvwm/icons.c (DrawIconWindow):
9475         (DrawIconTitleWindow):
9476         (DrawIconPixmapWindow):
9477         (ChangeIconPixmap):
9478         (RedoIconName):
9479         Fixed focus/unfocus flickering
9481 2002-09-25  olicha  <olivier.chapuis@free.fr>
9483         * fvwm/icons.c (DrawIconTitleWindow):
9484         One more drawing fix
9486 2002-09-24  olicha  <olivier.chapuis@free.fr>
9488         * fvwm/icons.c (DrawIconTitleWindow):
9489         An other drawing fix
9491 2002-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9493         * fvwm/move_resize.c (__move_loop):
9494         fixed uninitialised variable
9495         (InteractiveMove):
9496         fixed starting move at random position
9498 2002-09-24  olicha  <olivier.chapuis@free.fr>
9500         * fvwm/update.c (apply_window_updates):
9501         * fvwm/geometry.c (move_icon_to_position):
9502         * fvwm/events.c (HandleEnterNotify):
9503         (HandleExpose):
9504         (HandleLeaveNotify):
9505         (HandlePropertyNotify):
9506         * fvwm/add_window.c (setup_icon_font):
9507         * fvwm/icons.c (DrawIconWindow):
9508         (DrawIconTitleWindow):
9509         (DrawIconPixmapWindow):
9510         (ChangeIconPixmap):
9511         (RedoIconName):
9512         Fixed icon drawing. Split icon window drawing.
9514         * libs/FRender.c (*):
9515         Fixed compilation and small clean up
9517 2002-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9519         * fvwm/conditional.c (CreateFlagString):
9520         fixed quoting in conditional command conditions
9522         * fvwm/menus.c (__mloop_handle_event):
9523         removed unnecessary querying of pointer position on button release in
9524         menus
9525         (__menu_loop):
9526         fixed posting menus
9528         * fvwm/bindings.c (ParseBinding):
9529         increased maximum allowed key symbol name length to 200 characters
9531         * fvwm/execcontext.h (enum):
9532         * fvwm/fvwm.c (Done):
9533         (SetRCDefaults):
9534         (main):
9535         (StartupStuff):
9536         use new contexts
9538         * fvwm/execcontext.h (enum):
9539         added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9541         * fvwm/menus.c (pop_menu_up):
9542         fixed accidental menu animation with certain menu position hints
9544 2002-09-23  olicha  <olivier.chapuis@free.fr>
9546         * libs/FRender.c (*):
9547         Fixed(?) XRender rendering with some Xserver
9549         * fvwm/update.c (apply_window_updates):
9550         * fvwm/geometry.c (move_icon_to_position):
9551         * fvwm/events.c (HandleEnterNotify):
9552         (HandleExpose):
9553         (HandleLeaveNotify):
9554         (HandlePropertyNotify):
9555         * fvwm/add_window.c (setup_icon_font):
9556         * fvwm/icons.c (DrawIconWindow):
9557         (ChangeIconPixmap):
9558         (RedoIconName):
9559         Clip text and icon drawing for the icons
9561 2002-09-21  Mikhael Goikhman  <migo@homemail.com>
9563         * NEWS:
9564         * libs/System.c:
9565         Path commands now support form: "path1;ext1:path2:path3;ext3"
9566         where ext1 (for example, ".png") means all files in path1 should
9567         be forced to have extention ".png" even if the requested icon
9568         has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9570         * fvwm/execcontext.h:
9571         small changes in latters used for EXCT_* constants
9573         * fvwm/module_interface.c:
9574         * libs/Picture.c:
9575         * libs/PictureBase.c:
9576         * fvwm/cursor.c:
9577         some spacing reindentation
9579 2002-09-21  olicha  <olivier.chapuis@free.fr>
9581         * libs/FRender.c (FRenderCompositeAndCheck):
9582         Temporally take GraphicsExposure in account
9584 2002-09-20  Mikhael Goikhman  <migo@homemail.com>
9586         * libs/vpacket.h:
9587         fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9589 2002-09-20  olicha  <olivier.chapuis@free.fr>
9591         * fvwm/icons.c (GetIconPicture):
9592         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9593         Fixed the alpha channel
9595 2002-09-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9597         * NEWS:
9598         updated for 2.4.11
9600 2002-09-20  olicha  <olivier.chapuis@free.fr>
9602         * libs/FRender.c (FRenderTintPicture):
9603         (FRenderTintRectangle):
9604         (FRenderRender):
9605         * libs/FRenderInterface.h:
9606         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9607         Make FRender code more modular. Add a 24+8 tinting method and enable it
9608         in the place of the 32 tinting method (which can be enabled by defining
9609         USE_ABSOLUTE_FORMATE)
9611 2002-09-19  olicha  <olivier.chapuis@free.fr>
9613         * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9614         (animated_move_back):
9615         (pop_menu_up):
9616         (repaint_transparent_menu):
9617         * fvwm/move_resize.c (AnimatedMoveOfWindow):
9618         (AnimatedMoveAnyWindow):
9619         * fvwm/move_resize.h:
9620         Support the new colorset transparent options and fix greyed item
9621         of transparent animated menus
9623         * fvwm/menus.c (pop_menu_up):
9624         (animated_move_back):
9626         * libs/Rectangles.c:
9627         * libs/Rectangles.h:
9628         * libs/Makefile.am:
9629         New libs files for rectangles, segments, regions ..etc
9631         * fvwm/menus.c (clear_expose_menu_area):
9632         (get_menu_paint_item_parameters):
9633         (paint_menu):
9634         (select_menu_item):
9635         (ParentalMenuRePaint):
9636         (ParentalMenuRePaint):
9637         * fvwm/menuitem.c (clear_menu_item_background):
9638         (menuitem_paint):
9639         * fvwm/menuitem.h (MenuPaintItemParameters):
9640         Clip the item icons and text drawing
9642         * fvwm/menus.c (__mloop_exit):
9643         Fixed an indirect uninitialized variable bug
9645         * fvwm/menus.c (__mloop_handle_event): *
9646         (__mloop_handle_action_with_mi): *
9647         Update some comments
9649         * libs/FRender.c (FRenderVisualInit):
9650         (FRenderRender):
9651         * fvwm/colorset.c (parse_colorset):
9652         Small clean up
9654 2002-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9656         * fvwm/menus.c (__menu_loop):
9657         (__mloop_handle_action_with_mi):
9658         fixed parent menu redrawing
9660         * fvwm/style.c (check_window_style_change):
9661         * fvwm/update.c (apply_window_updates):
9662         * fvwm/add_window.c (setup_icon_size_limits):
9663         honour changes in IconSize style without recapture
9665         * fvwm/focus.c (focus_query_open_grab_focus):
9666         * fvwm/events.c (HandlePropertyNotify):
9667         * fvwm/add_window.c (setup_transientfor):
9668         take care of various funny initial transientfor settings
9670         * fvwm/stack.c (__raise_lower_recursion):
9671         new function
9672         fixed stacking core dump
9674 2002-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9676         * libs/Graphics.c:
9677         ANSI C fixes
9679         * configure.in:
9680         added a program that tests for -Werror option and similar; bug out of
9681         configure if the test program doesn't compile
9683 2002-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9685         * fvwm/fvwm.1.in:
9686         * configure.in:
9687         add a "do not edit" warning at the beginning of the man page
9689         * configure.in:
9690         enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9692         * libs/FScreen.c (XineramaQueryScreens):
9693         fixed linking problem when compiling without Xinerama
9695         * fvwm/cursor.c (CMD_CursorStyle):
9696         fixed cursorstyle command being applied to windows without handles
9698         * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9699         (EWMH_ProcessPropertyNotify):
9700         * fvwm/gnome.h (GNOME_ProcessClientMessage):
9701         (GNOME_HandlePropRequest):
9702         fixed dummy macros when compiling without gnome/ewmh support
9704 2002-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9706         * libs/queue.c (fqueue_add_inside):
9707         add a new command with the same execution time as a previous one behind
9708         it
9710         * configure.in:
9711         override CFLAGS and CPPFLAGS with empty strings instead of generating an
9712         error message
9714         * fvwm/functions.c (__execute_function):
9715         * fvwm/execcontext.h (exec_context_type_t):
9716         replace enum values with letters for readability
9718         * fvwm/functions.c (__execute_function):
9719         improved command log output
9721         * fvwm/schedule.c (execute_obj_func):
9722         fixed schedule queue timing
9724         * configure.in:
9725         refuse to run configure if CFLAGS is not empty
9727 2002-09-16  Mikhael Goikhman  <migo@homemail.com>
9729         * fvwm/misc.c:
9730         fixed compilation with --enable-command-log; simplified fvwm_msg()
9732         * libs/Module.c:
9733         reformatted; don't send end-of-line with SET_*MASK
9735 2002-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9737         * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9738         fixed multipixmap title drawing
9740         * fvwm/frame.h (struct):
9741         * fvwm/frame.c (frame_get_titlebar_dimensions):
9742         removed unused code
9744         * fvwm/events.c (HandlePropertyNotify):
9745         applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
9747         * libs/Fft.c (FftDrawString):
9748         -Wall fix when compiling w/o Xft
9750 2002-09-15  olicha  <olivier.chapuis@free.fr>
9752         * libs/Colorset.c (CreateBackgroundPixmap):
9753         Fixed a dpy problem with FvwmBacker
9754         * libs/Colorset.c (CreateBackgroundPixmap):
9755         Fixed creation a root transparent pixmap for small root pixmap
9757 2002-09-14  olicha  <olivier.chapuis@free.fr>
9759         * libs/Fft.c (FftDrawString):
9760         Fixed clip region with shadow font
9762         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
9763         Added a function to create translucent pixmaps
9764         * libs/Colorset.c (CreateBackgroundPixmap):
9765         A small fix
9766         * libs/FRender.c (FRenderRender):
9767         Allows to use the root window as src pixmap
9769 2002-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9771         * fvwm/fvwm.1.in:
9772         Fixed open double quotes in ButtonState section
9774 2002-09-13  Dan Espen  <dane@mk.telcordia.com>
9776         * fvwm/fvwm.1.in: Add -cmd module timeout information.
9778 2002-09-13  olicha  <olivier.chapuis@free.fr>
9780         * libs/Colorset.c (CreateBackgroundPixmap):
9781         (UpdateBackgroundTransparency):
9782         (SetRectangleBackground):
9783         * libs/Colorset.h:
9784         * fvwm/colorset.c (*):
9785         * fvwm/colorset.h:
9786         * fvwm/events.c (HandlePropertyNotify):
9787         Starting implementation of RootTransparent colorset. Worked on
9788         tinted Transparent colorset. Various colorset parsing fixes.
9790         * libs/Fft.c (FftDrawString):
9791         * libs/Flocale.h:
9792         Added the possibility to draw with a clipping region.
9794         * libs/FRender.c (FRenderRender):
9795         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9796         (PCreateRenderPixmap):
9797         (PGraphicsCreateTransprency):
9798         (PGraphicsTintRectangle):
9799         Improve current rendering functions to be able to tint the
9800         ParentalRelative pixmap or the background of a window.
9801         Re-enabled XRender rendering.
9803         * fvwm/borders.c:
9804         remove a #if 0 debug "render" code
9806 2002-09-13  Mikhael Goikhman  <migo@homemail.com>
9808         * fvwm/builtins.c (ReadTitleButton):
9809         * fvwm/screen.h:
9810         new button state shortcuts AllNormal, AllToggled,
9811         AllActive, AllInactive, AllUp, AllDown
9813         * fvwm/module_interface.c:
9814         minor reformatting
9816         * acconfig.h:
9817         possibly fixed compilation with non gcc
9819 2002-09-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9821         * fvwm/focus.c (_focus_grab_buttons):
9822         (__focus_grab_buttons):
9823         renamed
9824         (__focus_grab_one_button):
9825         grab all modifier combinations on client windows by default if
9826         necessary; this saves a lot of traffic but may grab unnecessary
9827         modifiers with mouse bindings on the client window
9829         * fvwm/fvwm.1:
9830         * libs/defaults.h (DEF_FP_MODIFIERS):
9831         * fvwm/events.c (__handle_focus_raise_click):
9832         * fvwm/style.c (style_parse_focus_policy_style):
9833         * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
9834         default is now to use any modifiers for clicktofocus/raise purposes
9836         * fvwm/menus.c (__mloop_get_event):
9837         fixed menu hang
9838         (menu_tear_off):
9839         fixed tear off menus
9841         * libs/FEvent.c (FCheckIfEvent):
9842         (FCheckMaskEvent):
9843         (FCheckTypedEvent):
9844         (FCheckTypedWindowEvent):
9845         (FCheckWindowEvent):
9846         fixed FCheck...Event functions thus fixing Menu command behaving like
9847         Popup
9849         * fvwm/move_resize.c (InteractiveMove):
9850         fixed offset between pointer and window when dragging
9852         * fvwm/virtual.c (HandlePaging):
9853         * fvwm/icons.c (CMD_Iconify):
9854         * fvwm/move_resize.c (InteractiveMove):
9855         * fvwm/menus.c (get_menu_options):
9856         (get_menu_options):
9857         * libs/FScreen.c (GetMouseXY):
9858         use new function fev_get_evpos_or_query()
9860         * libs/Makefile.am:
9861         * libs/Pointer.c:
9862         removed file
9864         (GetLocationFromEventOrQuery):
9865         moved to FEvent.c and renamed to fev_get_evpos_or_query()
9866         * libs/FEvent.c (fev_set_evpos):
9867         new function
9869         * fvwm/functions.c (__execute_function):
9870         (execute_complex_function):
9871         fixed complex action clicking logic
9873         * fvwm/add_window.c (CaptureOneWindow):
9874         fixed RecaptureWindow
9875         (CaptureAllWindows):
9876         fixed Restart
9878         * fvwm/functable.c (func_table):
9879         fixed running RecaptureWindow without a context window
9881         * fvwm/conditional.c (circulate_cmd):
9882         fixed action to run
9884         * fvwm/events.c (HandleVisibilityNotify):
9885         fixed VisibilityNotify handling
9887         * fvwm/functions.c (execute_complex_function):
9888         fixed memory corruption
9889         (__execute_function):
9890         fixed using wrong context
9891         (__execute_function):
9892         removed conditional that was always true now
9893         (DeferExecution):
9894         fixed core dump
9896         * fvwm/module_interface.c (ExecuteModuleCommand):
9897         initialise module number
9899 2002-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9901         * fvwm/add_window.c (CaptureOneWindow):
9902         fixed memory corruption
9904         * fvwm/icons.c (Iconify):
9905         (DeIconify):
9906         fixed bug introduced with transient stacking patch
9908         * fvwm/functions.c (DeferExecution):
9909         (__execute_function):
9910         (execute_complex_function):
9911         cleaned up and optimized exec_context handling
9913         * fvwm/schedule.c:
9914         * fvwm/menucmd.c:
9915         * fvwm/update.c:
9916         * fvwm/windowlist.c:
9917         * fvwm/conditional.c:
9918         * fvwm/focus.c:
9919         * fvwm/functions.c:
9920         * fvwm/placement.c:
9921         * fvwm/colorset.c:
9922         * fvwm/stack.c:
9923         * fvwm/virtual.c:
9924         * fvwm/module_interface.c:
9925         * fvwm/icons.c:
9926         * fvwm/builtins.c:
9927         * fvwm/add_window.c:
9928         * fvwm/move_resize.c:
9929         * fvwm/fvwm.h (F_CMD_ARGS):
9930         (F_PASS_ARGS):
9931         completely removed the builtin command arguments fw, w, and context
9933         * fvwm/functions.c (DeferExecution):
9934         fixed core dump
9936         * fvwm/stack.c (BroadcastRestack):
9937         removed global lastTimestamp
9939         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
9940         (EWMH_ProcessPropertyNotify):
9941         (ewmh_WMStateShaded):
9942         (ewmh_WMStateSticky):
9943         (ewmh_WMStateHidden):
9944         (ewmh_WMState):
9945         (ewmh_MoveResize):
9946         (ewmh_WMDesktop):
9947         (ewmh_CloseWindow):
9948         (ewmh_DesktopGeometry):
9949         (ewmh_ActiveWindow):
9950         use new function interface
9952         * fvwm/menus.c (do_menu):
9953         * fvwm/menucmd.c (menu_func):
9954         * fvwm/windowlist.c (CMD_WindowList):
9955         use new function interface
9956         replaced "(XEvent *)1" hack with a regular flag
9958 2002-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9960         * fvwm/add_window.c (destroy_window):
9961         * fvwm/update.c (destroy_scheduled_windows):
9962         * fvwm/screen.h (ScreenInfo):
9963         new member is_executing_menu_function
9965         * fvwm/windowlist.c (CMD_WindowList):
9966         * fvwm/menucmd.c (menu_func):
9967         * fvwm/gnome.c (CMD_GnomeButton):
9968         (GNOME_ProcessClientMessage):
9969         (GNOME_HandlePropRequest):
9970         * fvwm/modconf.c (CMD_Send_ConfigInfo):
9971         * fvwm/update.c (apply_window_updates):
9972         * fvwm/repeat.c (CMD_Repeat):
9973         * fvwm/conditional.c (circulate_cmd):
9974         (CMD_Prev):
9975         (CMD_Next):
9976         (CMD_None):
9977         (CMD_Any):
9978         (CMD_Current):
9979         (CMD_Cond):
9980         (CMD_CondCase):
9981         (select_cmd):
9982         (CMD_All):
9983         (CMD_Direction):
9984         (CMD_WindowId):
9985         * fvwm/focus.c (warp_to_fvwm_window):
9986         (CMD_WarpToWindow):
9987         * fvwm/read.c (run_command_stream):
9988         (run_command_file):
9989         (CMD_Read):
9990         (CMD_PipeRead):
9991         * fvwm/fvwm.c (Done):
9992         (SetRCDefaults):
9993         (StartupStuff):
9994         (main):
9995         use new function interface
9996         (main):
9997         fixed running startup script under random module number
9999         * fvwm/functions.c (execute_function_override_window):
10000         * fvwm/functions.c (execute_function_override_wcontext):
10001         new convenience functions
10003         * fvwm/gnome.c:
10004         * fvwm/modconf.c:
10005         * fvwm/session.c:
10006         re-indented
10008         * fvwm/module_interface.c (CMD_Send_WindowList):
10009         (CMD_set_mask):
10010         (CMD_set_sync_mask):
10011         (CMD_set_nograb_mask):
10012         fixed core dumps
10013         don't use "Module" argument anymore
10014         (ExecuteModuleCommand):
10015         made static
10016         use new function interface
10018         * fvwm/add_window.c (CaptureOneWindow):
10019         (do_recapture):
10020         (CaptureAllWindows):
10021         * fvwm/events.c (HandleMapRequestKeepRaised):
10022         * fvwm/add_window.c (AddWindow):
10023         AddWindow takes executiuon context as its argument instead of the
10024         window; changed caller
10025         don't use "Event" anymore
10027         * fvwm/fvwm.c (StartupStuff):
10028         generate an execution context for startup
10030         * fvwm/move_resize.c (DoResize):
10031         (__resize_step):
10032         (moveLoop):
10033         (__move_loop):
10034         renamed and used new function interface in args
10036         * fvwm/geometry.c (constrain_size):
10037         added XEvent *e argument to remove use of global "Event"; changed all
10038         callers
10040 2002-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10042         * fvwm/stack.c (get_next_window_in_stack_ring):
10043         (get_prev_window_in_stack_ring):
10044         (get_transientfor_fvwmwindow):
10045         * fvwm/icons.c (SetMapStateProp):
10046         * fvwm/events.c (fake_map_unmap_notify):
10047         * fvwm/misc.c (IsRectangleOnThisPage):
10048         * fvwm/menus.c (menu_enter_tear_off_menu):
10049         (menu_close_tear_off_menu):
10050         * fvwm/icons.c (DrawIconWindow):
10051         * fvwm/focus.c:
10052         * fvwm/colormaps.c (InstallWindowColormaps):
10053         made FvwmWindow * arguments const in many functions
10055         * fvwm/menus.c (pop_menu_up):
10056         (pop_menu_down):
10057         (__mloop_do_menu):
10058         (__mloop_do_popup):
10059         (do_menu):
10060         (menu_enter_tear_off_menu):
10061         (__mloop_get_event):
10062         (__mloop_get_event_timeout_loop):
10063         (__mloop_do_menu):
10064         (__mloop_get_mi_actions):
10065         (is_double_click):
10066         * fvwm/events.c (HandleEnterNotify):
10067         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10068         (__move_window):
10069         (__move_loop):
10070         (__resize_step):
10071         (__resize_window):
10072         * fvwm/functions.c (DeferExecution):
10073         (__execute_function):
10074         * fvwm/windowlist.c (CMD_WindowList):
10075         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10076         * fvwm/module_interface.c (CMD_ModuleSynchronous):
10077         (ExecuteModuleCommand):
10078         * fvwm/builtins.c (CMD_Wait):
10079         * fvwm/events.c (WaitForButtonsUp):
10080         (HandleShapeNotify):
10081         (HandleVisibilityNotify):
10082         (HandleUnmapNotify):
10083         (HandleSelectionRequest):
10084         (HandleReparentNotify):
10085         (HandlePropertyNotify):
10086         (HandleMotionNotify):
10087         (HandleMapRequestKeepRaised):
10088         (HandleMapRequest):
10089         (HandleMappingNotify):
10090         (HandleMapNotify):
10091         (HandleLeaveNotify):
10092         (HandleKeyPress):
10093         (HandleFocusOut):
10094         (HandleFocusIn):
10095         (HandleExpose):
10096         (HandleEnterNotify):
10097         (HandleDestroyNotify):
10098         (HandleColormapNotify):
10099         (HandleClientMessage):
10100         (HandleButtonRelease):
10101         (HandleButtonPress):
10102         (__handle_bpress_on_root):
10103         (__handle_bpress_action):
10104         (__handle_click_to_raise):
10105         (__handle_click_to_focus):
10106         (__is_bpress_window_handled):
10107         (__handle_focus_raise_click):
10108         don't use "Event", "Fw" and old_execute_function() anymore
10110         * fvwm/events.c (dispatch_event):
10111         removed preserve_tmpwin argument; changed all callers
10113         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10114         fixed random focus member of faked event
10116         * fvwm/gnome.c (GNOME_ProcessClientMessage):
10117         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10118         (EWMH_ProcessPropertyNotify):
10119         * fvwm/move_resize.c (DisplaySize):
10120         (DisplayPosition):
10121         (position_geometry_window):
10122         * fvwm/geometry.c (get_window_borders):
10123         (get_window_borders_no_title):
10124         made args const
10126         * fvwm/events.c (dispatch_event):
10127         create event execution context
10128         (HandleClientMessage):
10129         removed useless local "button"
10130         (GetContext):
10131         don't fiddle with global Fw anymore; added argument to return context
10132         window; changed all callers
10134         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10135         * fvwm/move_resize.c (__resize_window):
10136         use new event handle interface
10138         * fvwm/events.c:
10139         * fvwm/eventhandler.h:
10140         new event handler interface
10142         * fvwm/functions.c (CMD_Plus):
10143         * fvwm/builtins.c (AddToDecor):
10144         (CMD_AddToDecor):
10145         (CMD_DestroyDecor):
10146         use F_CMD_ARGS in AddToDecor
10147         (CMD_StrokeFunc):
10148         removed useless check for realloc return value
10149         use new function interface
10150         fixed another memory leak
10152         * fvwm/builtins.c (__remove_window_decors):
10153         replace old_execute_function with execute_function
10155         * fvwm/add_window.c (setup_window_placement):
10156         * fvwm/placement.c (PlaceWindow):
10157         * fvwm/schedule.c (execute_obj_func):
10158         * fvwm/colorset.c (add_to_junk):
10159         use new function call interface
10161         * fvwm/fvwm.h (F_EXEC_ARGS):
10162         (F_PASS_EXEC_ARGS):
10163         removed now unused macros
10165         * fvwm/functions.c (CheckActionType):
10166         (cf_cleanup):
10167         (DeferExecution):
10168         (__execute_function):
10169         (__run_complex_function_items):
10170         (execute_complex_function):
10171         rewrote function call interface
10173         * fvwm/functions.c (__run_complex_function_items):
10174         new function split off from execute_complex_function
10176         * fvwm/externs.h:
10177         * fvwm/events.c:
10178         removed "Event" global
10180 2002-09-08  Dan Espen  <dane@mk.telcordia.com>
10182         * fvwm/fvwm.1.in: Language check.
10184 2002-09-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10186         * fvwm/functions.c (old_execute_function):
10187         removed
10189         * fvwm/module_interface.c (do_execute_module):
10190         don't write module argument anymore; code claimed that writing 0 into
10191         *Module prevented WaitForButtonsUp from being called, but that was
10192         either a lie or a relic of the past
10194         * fvwm/fvwm.h (exec_func_args_type):
10195         removed type
10196         (F_CMD_ARGS):
10197         (F_PASS_ARGS):
10198         removed *Module argument
10200         * fvwm/functions.c (__execute_function):
10201         new interface
10203         * fvwm/functions.h (enum):
10204         added more function execution falgs
10206         * fvwm/fvwm.h:
10207         add exec_context_t *exc to builtin arguments
10209         * libs/FEvent.c (fev_copy_last_event):
10210         new function
10212         * fvwm/execcontext.h:
10213         * fvwm/execcontext.c:
10214         new files introducing the "exec_context_t" structure that shall replace
10215         the builtin command interface
10217         * fvwm/stack.c (__RaiseOrLowerWindow):
10218         (RaiseOrLowerWindow):
10219         (__restack_window):
10220         (mark_transient_subtree):
10221         (__sort_transient_ring):
10222         properly handle restacking of windows with more than one transient and
10223         multiple levels of transients at the same time
10224         (__RaiseOrLowerWindow):
10225         (RaiseOrLowerWindow):
10226         renamed function and added wrapper
10228         * fvwm/fvwm.h (FvwmWindow):
10229         added new scratch registers
10231 2002-09-06  Mikhael Goikhman  <migo@homemail.com>
10233         * configure.in:
10234         * Makefile.am:
10235         minor improvements in the new release procedure
10237 2002-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10239         * fvwm/stack.c (RaiseOrLowerWindow):
10240         (__restack_window):
10241         (mark_transient_subtree):
10242         (must_move_transients):
10243         (is_on_top_of_layer_ignore_rom):
10244         handle restacking trees of transient windows; still does not work too
10245         well if a window has multiple transients at the same time
10247 2002-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10249         * fvwm/stack.h:
10250         * fvwm/stack.c:
10251         restored versions from before 9th of September
10252         (RaiseOrLowerWindow):
10253         fixed StackTransientParent style without RaiseTransient or
10254         LowerTransient on transient_for window
10255         StackTransientParent works only on window in the same layer
10256         (mark_transient_subtree):
10257         fixed handling of window group hint w/ iconify
10258         (restack_windows):
10259         (RaiseOrLowerWindow):
10260         (new_layer):
10261         fixed flickering when overlapping transients aree lowered
10263         * fvwm/move_resize.c (__resize_window):
10264         * fvwm/colorset.c (add_to_junk):
10265         cleaned up event handling
10267         * fvwm/move_resize.c (__resize_window):
10268         renamed function and changed callers
10270         * fvwm/fvwm.h (F_PASS_ARGS):
10271         (F_CMD_ARGS):
10272         removed eventp command argument
10274         * fvwm/events.c (DispatchEvent):
10275         (dispatch_event):
10276         renamed function, added event argument and changed all callers
10278         * libs/FEvent.c (fev_fake_event):
10279         * libs/FEvent.c (fev_get_evtype__remove_me):
10280         new functions
10282         * fvwm/menus.c (menuShortcuts):
10283         (is_double_click):
10284         (pop_menu_up):
10285         (pop_menu_up):
10286         (pop_menu_down):
10287         (pop_menu_down):
10288         (__mloop_init):
10289         (__mloop_get_event_timeout_loop):
10290         (__mloop_get_event):
10291         (__mloop_do_popup):
10292         (__mloop_do_popup):
10293         (do_menu):
10294         * fvwm/builtins.c (CMD_FakeClick):
10295         * fvwm/functions.c (CheckActionType):
10296         (CheckActionType):
10297         * fvwm/focus.c (__try_program_focus):
10298         (__try_program_focus):
10299         * fvwm/icccm2.c (SetupICCCM2):
10300         * fvwm/virtual.c (HandlePaging):
10301         * fvwm/module_interface.c (make_vpacket):
10302         (make_new_vpacket):
10303         * fvwm/schedule.c (squeue_get_next_ms):
10304         (squeue_get_next_ms):
10305         (CMD_Schedule):
10306         * fvwm/stack.c (BroadcastRestack):
10307         * fvwm/move_resize.c (resize_window):
10308         (moveLoop):
10309         * libs/FEvent.c (fev_get_evtime):
10310         removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10312         * fvwm/events.c (HandleEnterNotify):
10313         (DispatchEvent):
10314         (My_XNextEvent):
10315         (discard_events):
10316         (discard_window_events):
10317         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10318         (moveLoop):
10319         (resize_window):
10320         * fvwm/menus.c (__mloop_get_event):
10321         * fvwm/virtual.c (HandlePaging):
10322         (MoveViewport):
10323         * fvwm/functions.c (DeferExecution):
10324         (CheckActionType):
10325         * fvwm/misc.c (get_server_time):
10326         * fvwm/builtins.c (CMD_StrokeFunc):
10327         * fvwm/menus.c (pop_menu_up):
10328         (pop_menu_down):
10329         (__mloop_init):
10330         * libs/FEvent.c (fev_update_last_timestamp):
10331         removed StashEventTime function; handle this directly in FEvent.c
10333         * fvwm/module_interface.c (ExecuteModuleCommand):
10334         * fvwm/misc.c (Keyboard_shortcuts):
10335         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10336         * fvwm/events.c (handle_all_expose):
10337         (dispatch_event):
10338         (HandleEvents):
10339         (HandleKeyPress):
10340         don't use Event global anymore
10342         * fvwm/bindings.c (activate_binding):
10343         fixed key bindings on window corners
10345         * libs/fvwmlib.h (C_DECOR):
10346         context including all parts of the decorations
10348 2002-09-04  Mikhael Goikhman  <migo@homemail.com>
10350         * libs/FEvent.h:
10351         fixed compilation warning in #endif comment
10353         * fvwm/borders.c:
10354         removed debug fprintf
10356         * acconfig.h:
10357         * configure.in:
10358         * fvwm/fvwm.c:
10359         * fvwm/fvwm.1:
10360         another solution for reporting the cvs status
10362 2002-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10364         * configure.in (LIBOBJS):
10365         * acinclude.m4 (smr_SWITCH):
10366         fix for autoconf 2.53
10368         * fvwm/*.[ch]:
10369         removed unnecessary includes
10371         * fvwm/Makefile.am (fvwm_SOURCES):
10372         * fvwm/events.h:
10373         * fvwm/eventmasks.h:
10374         * fvwm/eventhandlers.h:
10375         new files split from events.h
10377         * fvwm/icccm2.c (HandleSelectionRequest):
10378         (HandleSelectionClear):
10379         * fvwm/colormaps.c (HandleColormapNotify):
10380         * fvwm/menus.c (menu_tear_off):
10381         * fvwm/move_resize.c (resize_window):
10382         * fvwm/events.c:
10383         * fvwm/events.h:
10384         new argument avh_args_t to the event handler functions; still unused
10385         moved all event handlers to events.c
10386         remove now unnecessary includes in some files
10388         * fvwm/icccm2.c (HandleSelectionRequest):
10389         re-indented file
10391         * **/*.c:
10392         use replacements for X event functions everywhere
10394 2002-09-03  Mikhael Goikhman  <migo@homemail.com>
10396         * fvwm/defaults.h:
10397         * fvwm/screen.h:
10398         * fvwm/borders.c (border_flags_to_button_state):
10399         (CMD_ButtonState):
10400         * fvwm/builtins.c (ReadTitleButton):
10401         * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10402         * fvwm/fvwm.c (InitVariables):
10403         Imlemented new title and button states InactiveUp and InactiveDown,
10404         new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10405         So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10406         Updated all ButtonStyle, TitleStyle and ButtonState commands.
10408         * fvwm/fvwm.c:
10409         reformat license info in -version to be 3 lines and one empty line
10410         instead of 5 non-empty lines, for readability
10412 2002-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10414         * libs/FEvent.c:
10415         * libs/FEvent.h:
10416         * libs/Makefile.am:
10417         new files
10419         * fvwm/stack.c (__raise_or_lower_recursion):
10420         (RaiseOrLowerWindow):
10421         split into two functions
10422         renamed to __raise_or_lower_window
10423         (mark_transient_subtree):
10424         new flag MARK_CLEAR
10425         (position_new_window_in_stack_ring):
10426         (RaiseWindow):
10427         (LowerWindow):
10428         cleaned up stacking code
10430         * fvwm/menus.c (paint_menu):
10431         fixed a minor drawing problem with menu item reliefs
10433 2002-09-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10435         * fvwm/move_resize.c (InteractiveMove):
10436         removed eventp from interface
10437         changed all callers
10439         * fvwm/menucmd.c (menu_func):
10440         * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10441         * fvwm/windowlist.c (CMD_WindowList):
10442         * fvwm/read.c (run_command_file):
10443         (run_command_stream):
10444         * fvwm/focus.c (warp_to_fvwm_window):
10445         * libs/Event.c (GetSubwindowFromEvent):
10446         * fvwm/events.c (GetContext):
10447         * libs/Pointer.c (GetLocationFromEventOrQuery):
10448         * fvwm/builtins.c (CMD_StrokeFunc):
10449         (CMD_StrokeFunc):
10450         * fvwm/events.c (StashEventTime):
10451         * fvwm/move_resize.c (InteractiveMove):
10452         * fvwm/functions.c (DeferExecution):
10453         (old_execute_function):
10454         * fvwm/fvwm.h (F_CMD_ARGS):
10455         (F_EXEC_ARGS):
10456         make eventp argument const to ease clean up work
10458         * fvwm/windowlist.c (CMD_WindowList):
10459         * fvwm/move_resize.c (InteractiveMove):
10460         * fvwm/menucmd.c (menu_func):
10461         * fvwm/icons.c (CMD_Iconify):
10462         always query pointer position in case a script modified the position
10463         in the input event
10465         * fvwm/focus.c (SetPointerEventPosition):
10466         removed function since it modifies the global event variable
10468         * fvwm/functable.c (func_table):
10469         added cursor and event type members fo DeferExecution call
10470         * fvwm/functions.c (DeferExecution):
10471         made static, call from inside functions.c only
10472         removed calls everywhere
10474         * fvwm/builtins.c (CMD_StrokeFunc):
10475         fixed memory leak
10477         * fvwm/virtual.c (HandlePaging):
10478         (MoveViewport):
10479         don't use global "Event" anymore
10480         (HandlePaging):
10481         pass in event structure through arguments
10482         changed all callers
10484 2002-09-02  olicha  <olivier.chapuis@free.fr>
10486         * libs/Colorset.c (*):
10487         * libs/Colorset.h:
10488         * libs/colorset.c (parse_colorset):
10489         * libs/PictureGraphics.c (PGrabXImage):
10490         (PCreateRenderPixmap):sx
10491         (PGraphicsCreateTransprency):
10492         * libs/PictureGraphics.h:
10493         An experimental implementation of ParentalRelative tinted background
10495         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10496         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10497         (PImageLoadPng):
10498         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10499         * libs/FRenderInit.c (FRenderInit):
10500         (FRenderGetAlphaDepth):
10501         * libs/FRenderInit.h:
10502         Fixed alpha blending for xserver without depth 8 pixmap
10503         (maybe a tmp fix)
10505         * fvwm/fvwm.1.in
10506         typo
10508 2002-09-01  olicha  <olivier.chapuis@free.fr>
10510         * NEWS:
10511         Colorset and alpha blending news
10513 2002-08-31  olicha  <olivier.chapuis@free.fr>
10515         * libs/Ficonv.c (convert_charsets):
10516         Fixed compilation on systems that do not have EILSEQ
10518 2002-08-30  olicha  <olivier.chapuis@free.fr>
10520         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10521         Fixed compilation of certain modules
10523         * fvwm/borders.c (border_render_into_pixmap):
10524         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10525         * libs/PictureGraphics.h:
10526         * libs/Graphics.c (CreateStretchPixmap):
10527         (CreateStretchYPixmap):
10528         (CreateStretchXPixmap):
10529         Progress with masks in multipixmap title
10531         * libs/PictureGraphics.c (PCopyArea):
10532         (PTileRectangle):
10533         (PCreateRenderPixmap):
10534         * fvwm/borders.c (border_fill_pixmap_background):
10535         Some drawing fixes
10537         * fvwm/icons.c (DrawIconWindow):
10538         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10539         Fixed the shape mask of ewmh icons and icons with some alpha
10541 2002-08-30  olicha  <olivier.chapuis@free.fr>
10543         * libs/PictureGraphics.c (PCreateRenderPixmap):
10544         (PGrabImageErrorHandler):
10545         (PGraphicsCopyPixmaps):
10546         (PGraphicsCopyFvwmPicture):
10547         (PGraphicsTileRectangle):
10548         (PGraphicsRenderPixmaps):
10549         (PGraphicsRenderPicture):
10550         * libs/PictureGraphics.h:
10551         * libs/PictureBase.h:
10552         Replaced PGraphicsTileRectangle with a more powerful function,
10553         PCreateRenderPixmap, which performs *full* XRender simulation.
10554         So alpha blending is now supported even without Xrender support.
10555         New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10556         for direct rendering with tint and alpha channel.
10558         * libs/FRender.c (FRenderVisualInit):
10559         (FRenderCopyArea):
10560         (FRenderTintRectangle):
10561         (FRenderRender):
10562         * libs/FRenderInterface.h:
10563         Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10564         and more powerfull function FRenderRender
10566         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10567         (PImageLoadPng):
10568         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10569         Load the alpha even without Xrender support
10571         * libs/Colorset.h:
10572         * fvwm/colorset.c (parse_pixmap_tint):
10573         (parse_colorset):
10574         (alloc_colorset):
10575         Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10576         or obsolete TintMask) also tints gradients and the tint is applied
10577         only to the pixmap not the bg color. The average bg is computed from
10578         the "original" pixmap and not the tinted one, bgTint should be used
10579         to get a real average bg in the case the pixmap is tinted
10581         * fvwm/icons.c (DrawIconWindow):
10582         (CreateIconWindow):
10583         * fvwm/menuitem.c (menuitem_paint):
10584         * fvwm/menus.c (paint_side_pic):
10585         * fvwm/borders.c (border_get_border_background):
10586         (border_draw_decor_to_pixmap):
10587         (border_fill_pixmap_background):
10588         * fvwm/events.c (HandlePropertyNotify):
10589         Picture rendering use the new PGraphicsRenderPixmaps and
10590         PGraphicsRenderPicture libs functions. Respect new colorset options
10592         * fvwm/colorset.c (parse_colorset):
10593         (alloc_colorset):
10594         (CMD_ReadWriteColors):
10595         * fvwm/fvwm.1.in:
10596         Removed the read write colorset codes
10598         * libs/Graphics.c (CalculateGradientDimensions):
10599         Fixed the size of dithered H and V gradients
10601         * libs/PictureUtils.c (*):
10602         * libs/PictureUtils.h:
10603         Some cleanup
10605 2002-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10607         * fvwm/menus.c (paint_menu_gradient_background):
10608         fixed drawing of SidePic menu background when not using SideColor
10610 2002-08-28  Hippo
10611         * FvwmIconBox/icons.c:
10612         Fixed core dump
10614 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10616         * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10618 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10620         * configure.in:
10621         fixed --disable-ewmh
10623         * libs/Picture.c:
10624         * libs/Picture.h:
10625         added const to some prototypes
10627 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10629         * fvwm/menus.c (MenuInteraction):
10630         (__menu_loop):
10631         renamed MenuInteraction to __menu_loop
10633         * fvwm/menus.c (pop_menu_up):
10634         (do_menu):
10635         (MenuInteraction):
10636         removed pdo_warp_to_title argument of pop_menu_up and changed all
10637         callers; logic is now in last_saved_position_hints
10638         (__menu_get_next_event_timeout_loop):
10639         began to split MenuInteraction into several sub functions
10640         go away, evil "goto"!
10642         * fvwm/style.c (style_parse_one_style_option):
10643         all boolean styles - and *only* boolean styles, can be prefixed with a
10644         '!' to invert their meaning
10645         (style_parse_button_style):
10646         moved Button and NoButton styles to separate function
10648         * configure.in:
10649         * NEWS:
10650         updated for 2.5.4-devel
10652         * configure.in:
10653         2.5.3 was released
10655         * configure.in:
10656         * NEWS:
10657         updated for 2.5.3
10659         * fvwm/menuitem.h (struct):
10660         * fvwm/menus.c (paint_menu_gradient_background):
10661         (paint_menu_pixmap_background):
10662         (paint_menu):
10663         (clear_expose_menu_area):
10664         fixed TiledPixmap menu background drawing bug
10665         sorted function in file and removed forward declarations
10667 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10669         * fvwm/Makefile.am (LDADD):
10670         put -lfvwm at front of library list
10672         * fvwm/windowlist.c (CMD_WindowList):
10673         print window's page instead of current page in windowlist
10675 2002-08-24  Bob Woodside  <dumbledore@woodsway.com>
10677         * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10678         Fix for Experimental RaiseOverUnmanaged Handling.
10680 2002-08-22  Bob Woodside  <dumbledore@woodsway.com>
10682         * fvwm/focus.h:
10683         * fvwm/stack.h:
10684         New defs for Experimental RaiseOverUnmanaged Handling.
10686         * fvwm/events.c (HandleEnterNotify):
10687         * fvwm/focus.c:
10688         (set_focus_to_fwin)
10689         (focus_query_grab_buttons)
10690         (_focus_grab_buttons)
10691         (focus_grab_buttons)
10692         (focus_grab_buttons_client_entered)
10693         (_SetFocusWindow)
10694         (__activate_window_by_command)
10695         (_ReturnFocusWindow)
10696         (_DeleteFocus)
10697         (_ForceDeleteFocus)
10698         * fvwm/stack.c:
10699         (raise_over_unmanaged)
10700         (is_above_unmanaged)
10701         (_is_on_top_of_layer)
10702         (is_on_top_of_layer)
10703         (is_on_top_of_layer_and_above_unmanaged)
10704         Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10705         interaction of RaiseOverUnmanaged with various focus policies,
10706         particularly mouse focus + client click raises; issue mouse
10707         button grabs when and only when they are actually needed; and
10708         fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10709         (Thanks to the GFPR, this is much more straightforward to do!)
10711 2002-08-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10713         * fvwm/fvwm.1.in:
10714         added a paragraph about scripting and complex functions.
10716         * fvwm/style.c (style_parse_one_style_option):
10717         fixed flag_mask and change_mask of TitleAt... styles that broke left
10718         and bottom titles
10720 2002-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10722         * fvwm/fvwm.1.in:
10723         describe new focus policy styles
10725 2002-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10727         * fvwm/style.c (merge_styles):
10728         fixed applying style updates immediately
10730         * fvwm/geometry.c (constrain_size):
10731         fixed font resizing of maximized windows
10733         * fvwm/window_flags.h:
10734         * fvwm/fvwm.h (has_new_wm_normal_hints):
10735         new window flags
10737         * fvwm/events.c (HandleEnterNotify):
10738         fixed UngrabNotify returning focus to just unfocused window
10739         * fvwm/focus.h:
10740         added debug code
10742         * fvwm/style.c (merge_styles):
10743         (free_style_mask):
10744         (__simplify_style_list):
10745         fixed default style calculations
10747         * fvwm/events.c (HandleConfigureRequest):
10748         disabled debug output
10750         * fvwm/style.c (merge_styles):
10751         * fvwm/fvwm.h (window_style):
10752         new style member default_mask to allow two levels of defaults;
10753         fixes focus policy defaults
10754         * fvwm/style.h:
10755         rewrote many of the macros; changed all callers
10757         * fvwm/borders.c (RenderIntoPixmap):
10758         (DrawMultiPixmapTitlebar):
10759         (border_render_into_pixmap):
10760         (border_draw_multi_pixmap_titlebar):
10761         applied Suzanne Skinner's multi pixmap titles fix
10762         renamed functions and changed all callers
10764         * libs/FScreen.c (FScreenGetScrRect):
10765         (FindScreen):
10766         (FScreenGetScrId):
10767         new utility functions
10769         * fvwm/windowlist.c (CMD_WindowList):
10770         new option MaxLabelWidth for the WIndowList command based on patch by
10771         Maxim F. Ischenko
10772         new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
10773         WindowList command.
10775         * fvwm/events.c (HandleConfigureRequest):
10776         removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
10777         seems to work without problems
10779 2002-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10781         * fvwm/style.c (merge_styles):
10782         fixed style defaults getting stuck to on once set
10784         * configure.in:
10785         fixed a number of non portable uses of the "test" command and unified
10786         the used syntax of all calls to reduce chance of copy-and-paste
10787         problems
10789 2002-08-17  Mikhael Goikhman  <migo@homemail.com>
10791         * configure.in:
10792         * fvwm/fvwm.1.in:
10793         minor typos and improvements;
10794         better string quotings and detection of fribidi for autoconf-2.53
10796         * fvwm/Makefile.am:
10797         don't include *.in in EXTRA_DIST, they are auto-included
10799 2002-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10801         * fvwm/events.c (HandleConfigureRequest):
10802         (HandlePropertyNotify):
10803         (is_resizing_event_pending):
10804         fixed uninitialised return code of test_resizing_event
10806 2002-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10808         * fvwm/decorations.c (SelectDecor):
10809         * fvwm/style.h:
10810         * fvwm/window_flags.h:
10811         * fvwm/fvwm.h:
10812         moved common.s.has_no_border window flag to common.has_no_border to
10813         fix windows getting stuck without a border once the HandleWidth or
10814         BorderWidth was set to 0 and then increased again
10816         * fvwm/fvwm.1.in:
10817         removed reference to BUGS and TODO
10819         * configure.in:
10820         moved a lot of constant definitions to configure.in; the fvwm.lsm and
10821         fvwm.1 files don't have to be updated for a release anymore; the release
10822         number and date are set by configure
10824         * fvwm/fvwm.c (setVersionInfo):
10825         fixed output of "fvwm -version"
10827 2002-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10829         * fvwm/style.c (style_parse_one_style_option):
10830         Old focus styles override less of the behaviour specified with the
10831         FP... styles; use defaults instead without setting the mask
10832         (style_parse_one_style_option):
10833         removed the styles MouseFocusClickIgnoreMotion and
10834         MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
10835         instead
10836         (style_parse_one_style_option):
10837         ClickToFocusRaises now works only on the client window, not on the
10838         decorations
10839         (style_parse_one_style_option):
10840         fixed FocusFollowsMouse style
10841         (style_set_old_focus_policy):
10842         moved old default focus settings to a separate function, simplified code
10844 2002-08-14  Dan Espen  <dane@mk.telcordia.com>
10846         * fvwm/fvwm.1: Add hot-spot is an offset information,
10847         fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
10848         the xpm docs).
10850 2002-08-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10852         * fvwm/style.c (style_parse_focus_policy_style):
10853         fixed parsing of FPFocusClickButtons and FocusClickModifiers
10855         * libs/Makefile.am:
10856         added missing files
10858         * fvwm/events.c (HandleConfigureRequest):
10859         fixed ConfigureRequest race condition
10861 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10863         * configure.in:
10864         quote environment variables
10866 2002-08-13  olicha  <olivier.chapuis@free.fr>
10868         * NEWS:
10869         Color limit and dithering news
10871         * fvwm/fvwm.1:
10872         Added a minimal doc for the -color-limit option
10874         * fvwm/builtins.c (CMD_ColorLimit):
10875         ColorLimit is obsolete
10877         * fvwm/builtins.c (ReadDecorFace):
10878         * libs/PictureUtils.c (my_dither_depth_15_16_init):
10879         (PictureAllocColorAllProp):
10880         Implemented dithering for depth 16 and 15. This is off by default
10881         in colorset (use the dither colorset option) and on by default
10882         for window title gradient. Gradient are visibly more smooth.
10884         * libs/PictureUtils.c (*):
10885         Some cleanup
10887 2002-08-13  Mikhael Goikhman  <migo@homemail.com>
10889         * fvwm/fvwm.1:
10890         corrected the pixmap cursor description, added an example
10892 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10894         * fvwm/menus.c (select_menu_item):
10895         (paint_menu_gradient_background):
10896         fixed a redrawing problem with H/Vgradient menu faces
10897         (MenuInteraction):
10898         fixed a minor problem w/ entering submenus via keyboard
10900 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10902         * fvwm/move_resize.c (CMD_ResizeMove):
10903         (CMD_Resize):
10904         (CMD_Maximize):
10905         (CMD_ResizeMaximize):
10906         (CMD_ResizeMoveMaximize):
10907         commands can be used on iconified windows again
10909         * ONEWS:
10910         * NEWS:
10911         moved pre-2.2 NEWS to ONEWS
10913         * libs/strdup.c:
10914         * libs/safemalloc.c:
10915         * libs/envvar.c:
10916         * libs/alloca.c:
10917         * libs/Target.c:
10918         * libs/Parse.c:
10919         * libs/Bindings.c:
10920         * fvwm/menustyle.c:
10921         * fvwm/menus.c:
10922         * fvwm/menuitem.c:
10923         * fvwm/menucmd.c:
10924         * fvwm/frame.c:
10925         * fvwm/events.c:
10926         * fvwm/borders.c:
10927         let config.h include strinh.h or strings.h
10929         * fvwm/style.c (style_parse_one_style_option):
10930         (style_parse_one_style_option):
10931         fixed icon box crash
10933         * fvwm/bindings.c (update_nr_buttons):
10934         fixed extra buttons on window decorations
10936         * fvwm/style.c (style_parse_one_style_option):
10937         fixed parsing of the FP... and !FP... styles
10939 2002-08-12  Bob Woodside  <dumbledore@woodsway.com>
10941         * fvwm/style.c (style_parse_one_style_option):
10942         Fixed a typo so that ClickToFocusRaisesOff actually turns
10943         the option off instead of on.
10945 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10947         * fvwm/focus.c (focus_grab_buttons):
10948         only grab necessary buttons on the client window
10950 2002-08-11  olicha  <olivier.chapuis@free.fr>
10952         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
10953         Removed some debug code
10955         * fvwm/fvwm.c (main):
10956         (usage):
10957         Added -color-limit to fvwm usage
10959 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10961         * fvwm/style.c (style_parse_one_style_option):
10962         (style_parse_focus_policy_style):
10963         added style options "FP..." to control focus policy
10964         removed OverrideGrabFocus and AllowGrabFocus styles
10966         * fvwm/style.c (merge_styles):
10967         fixed style defaults != 0
10969         * fvwm/focus.c (__restore_focus_after_unmap):
10970         fixed a bug w/ reverting the focus from transients to the parent
10972         * fvwm/ewmh.c (ewmh_HandleDesktop):
10973         * fvwm/style.c (style_parse_one_style_option):
10974         fixed defaults for various focus styles
10976         * NEWS:
10977         updated for 2.4.9
10979         * fvwm/frame.c (frame_mrs_resize_move_windows):
10980         backed out anti-flicker patch that slowed down command processing
10982         * fvwm/bindings.c (update_nr_buttons):
10983         (ParseBinding):
10984         fixed sluggish processing of mouse bindings
10986         * fvwm/events.c (__handle_bpress_action):
10987         fixed drawing of pressed decorations w/o bindings
10989         * fvwm/frame.c (frame_move_resize):
10990         removed debug code that broke focus handling
10992         * fvwm/style.c (style_parse_one_style_option):
10993         fixed passing the focus click to the app by default
10995         * fvwm/events.c (__handle_click_to_focus):
10996         * fvwm/focus.c (set_focus_to_fwin):
10997         (__set_focus_to_fwin):
10998         removed drawing code that broke as many places as it fixed; plus it
10999         cause unnecessary redraws
11001         * fvwm/events.c (HandleConfigureRequest):
11002         send a synthetical ConfigureNotify if an application is not granted its
11003         wishes from a ConfigureRequest; this is necessary for FixedPPosition
11004         and FixedPSize to work properly; also to be ICCCM compliant
11005         always force border_width 0 in these events
11006         in the experimental cr merging code, send a number of cn events equal
11007         to the number of merged events
11009         * libs/Parse.c:
11010         * fvwm/style.c:
11011         reformatted
11013         * fvwm/style.c (style_parse_focus_policy_style):
11014         (style_parse_icon_size_style):
11015         (style_parse_icon_box_style):
11016         (style_parse_icon_grid_style):
11017         (style_parse_icon_fill_style):
11018         (style_parse_one_style_option):
11019         (parse_and_set_window_style):
11020         split into separate functions
11021         (style_parse_one_style_option):
11022         simplified and cleaned up
11024         * fvwm/events.h:
11025         * fvwm/decorations.c:
11026         * fvwm/cursor.h:
11027         * fvwm/cursor.c:
11028         * fvwm/conditional.h:
11029         * fvwm/conditional.c:
11030         * fvwm/colorset.h:
11031         * fvwm/colors.h:
11032         * fvwm/colors.c:
11033         * fvwm/colormaps.c:
11034         * fvwm/bindings.h:
11035         * fvwm/bindings.c:
11036         reformatted and cleaned up
11038 2002-08-11  olicha  <olivier.chapuis@free.fr>
11040         * libs/PictureUtils.c (*):
11041         * libs/PictureUtils.h:
11042         * libs/PictureDitherMatrice.h (new file):
11043         * libs/PictureImageLoader.c (*):
11044         * libs/PictureImageLoader.h:
11045         * libs/PictureGraphics.c  (PGraphicsCreateDitherPixmap):
11046         (PCreateDitherPixmap):
11047         (PCreateTintedPixmap):
11048         * libs/PictureGraphics.h:
11049         * libs/PictureBase.c (PictureInitCMap):
11050         * libs/PictureBase.h:
11051         * libs/Picture.c (*):
11052         * libs/Picture.h:
11053         * libs/Fxpm.h:
11054         * libs/Colorset.c (DumpColorset):
11055         (LoadColorset):
11056         * libs/Colorset.h:
11057         * libs/Graphics.c (all gradient functions):
11058         * libs/fvwmlib.h:
11059         * fvwm/screen.h:
11060         * fvwm/move_resize.c (CMD_XorPixmap):
11061         * fvwm/colors.c (FreeColors):
11062         * fvwm/builtins.c (CMD_DefaultColors):
11063         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11064         * fvwm/builtins.c (FreeDecorFace):
11065         (ReadDecorFace):
11066         * fvwm/menus.c (pop_menu_down):
11067         (paint_menu_gradient_background):
11068         (scanForPixmap):
11069         * fvwm/menus.h:
11070         * fvwm/menustyle.c (menustyle_free_face):
11071         (menustyle_parse_face):
11072         (menustyle_free):
11073         (menustyle_update):
11074         (menustyle_parse_style):
11075         (CMD_CopyMenuStyle):
11076         * fvwm/menustyle.h:
11077         * fvwm/icons.c (GetIconFromFile):
11078         * fvwm/builtins.c (ReadMultiPixmapDecor):
11079         (ReadDecorFace):
11080         * fvwm/borders.c (border_draw_decor_to_pixmap):
11081         * fvwm/add_window.c (setup_mini_icon):
11082         * fvwm/fvwm.c (main):
11083         * fvwm/colorset.c (free_colorset_background):
11084         (parse_pixmap):
11085         (parse_shape):
11086         (parse_colorset):
11087         New color limit method and implement dithering in depth <= 8.
11088         Added a "fvwm picture attributes" structure for loading image.
11089         Some colors leaks fix. Add some (weak) color leaks. New option
11090         -color-limit for fvwm. 257 fix. Some prepartion for tint and
11091         alpha in colorset.
11093 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11095         * libs/Flocale.c (FlocaleRotateDrawString):
11096         fixed a crash
11098 2002-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11100         * fvwm/style.c (parse_and_set_window_style):
11101         fixed the default for passing the click-to-raise click for mousey
11102         focus
11104         * fvwm/events.c (__handle_click_to_focus):
11105         removed redundant code
11106         (WaitForButtonsUp):
11107         fixed sluggish motion event handling when waiting for buttons to be
11108         released
11110         * fvwm/focus.c (__set_focus_to_fwin):
11111         (set_focus_to_fwin):
11112         fixed redrawing the border w/ mousey focus when the window was entered,
11113         then the border was clicked before the FocusIn event arrived
11115         * fvwm/events.c (__handle_bpress_on_managed):
11116         * fvwm/style.c (parse_and_set_window_style):
11117         fixed some small focus problems
11119         * fvwm/fvwm.c:
11120         reformatted and cleaned up
11122         * fvwm/fvwm.1:
11123         formatting fixes
11125         * fvwm/focus.c (focus_query_click_to_raise):
11126         (focus_query_click_to_focus):
11127         * fvwm/style.c (parse_and_set_window_style):
11128         * fvwm/events.c (__test_for_motion):
11129         (__check_click_to_focus_or_raise):
11130         (__handle_focus_raise_click):
11131         (__is_bpress_window_handled):
11132         (__handle_click_to_focus):
11133         (__handle_click_to_raise):
11134         (__handle_bpress_stroke):
11135         (__handle_bpress_action):
11136         (__handle_bpress_on_root):
11137         (__handle_bpress_on_unmanaged):
11138         (__handle_bpress_on_managed):
11139         (HandleButtonPress):
11140         GFPR: completely rewrote ButtonPress handler, thus finishing the core
11141         of the new focus code; only the parsing for the new styles is missing
11143         * fvwm/virtual.c (is_pan_frame):
11144         new function
11146 2002-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11148         * fvwm/add_window.c (AddWindow):
11149         fixed compile error
11151         * fvwm/events.c (__handle_focus_raise_click):
11152         (HandleButtonPress):
11153         clean up
11155         * fvwm/events.c (__handle_focus_raise_click):
11156         * fvwm/fvwm.h (struct):
11157         * fvwm/style.c (check_window_style_change):
11158         (parse_and_set_window_style):
11159         * fvwm/session.c (MatchWinToSM):
11160         * fvwm/window_flags.h:
11161         eliminated parts of the old focus code
11163         * fvwm/focus.c (__set_focus_to_fwin):
11164         (set_focus_to_fwin):
11165         * fvwm/fvwm.c (InitVariables):
11166         * fvwm/add_window.c (destroy_window):
11167         * fvwm/events.c (__handle_focus_raise_click):
11168         * fvwm/screen.h (ScreenInfo):
11169         eliminated Scr.Ungrabbed global
11171         * fvwm/update.c (apply_window_updates):
11172         (flush_window_updates):
11173         * fvwm/icons.c (DeIconify):
11174         (Iconify):
11175         * fvwm/move_resize.c (CMD_Maximize):
11176         (__move_window):
11177         (handle_stick):
11178         * fvwm/frame.c (frame_free_move_resize_args):
11179         (__frame_setup_window):
11180         * fvwm/virtual.c (do_move_window_to_desk):
11181         (CMD_GotoDeskAndPage):
11182         (goto_desk):
11183         (MoveViewport):
11184         * fvwm/stack.c (LowerWindow):
11185         * fvwm/events.c (HandleMapNotify):
11186         (HandleVisibilityNotify):
11187         (DispatchEvent):
11188         (HandleFocusIn):
11189         (__handle_focus_raise_click):
11190         (HandleEnterNotify):
11191         (HandleMapRequestKeepRaised):
11192         * fvwm/add_window.c (setup_key_and_button_grabs):
11193         (setup_focus_policy):
11194         (destroy_window):
11195         * fvwm/focus.c (__try_other_screen_focus):
11196         (__set_focus_to_fwin):
11197         (set_focus_to_fwin):
11198         (focus_grab_buttons_on_pointer_window):
11199         (focus_grab_buttons_on_layer):
11200         (focus_grab_buttons_new):
11201         cleaned up focus grab handling.
11203         * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11204         clean up
11206 2002-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11208         * fvwm/add_window.c (setup_window_structure):
11209         (AddWindow):
11210         discarded unused return code
11212         * fvwm/focus.c (focus_grab_buttons):
11213         split into two fucntions and fixed a bug with ungrabbing buttons
11215         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11216         * fvwm/style.c (parse_and_set_window_style):
11217         * fvwm/icons.c (DeIconify):
11218         (DeIconify):
11219         * fvwm/events.c (HandleButtonPress):
11220         (HandleEnterNotify):
11221         (HandleLeaveNotify):
11222         (HandleMapNotify):
11223         (HandleMapRequestKeepRaised):
11224         * fvwm/add_window.c (CaptureAllWindows):
11225         * fvwm/virtual.c (UnmapDesk):
11226         (MapDesk):
11227         (do_move_window_to_desk):
11228         * fvwm/update.c (flush_window_updates):
11229         * fvwm/focus.c (set_focus_model):
11230         (DeleteFocus):
11231         (__restore_focus_after_unmap):
11232         much more GFPR work; these patches may break lots of things
11234         * fvwm/focus.c (set_focus_to_fwin):
11235         (__activate_window_by_command):
11236         (SetFocusWindow):
11237         (ReturnFocusWindow):
11238         (DeleteFocus):
11239         (ForceDeleteFocus):
11240         renamed MoveFocus to set_focus_to_fwin
11242 2002-08-07  Mikhael Goikhman  <migo@homemail.com>
11244         * libs/Fft.c (FftDrawString):
11245         removed redudant and buggy code that called DrawStringFunc before
11246         this pointer gets initialized
11248         * fvwm/focus.c (focus_query_click_to_raise):
11249         fixed possibly-uninitialized variable warning
11251         * fvwm/Makefile.am:
11252         specify stroke includes before Xft includes, may improve some cases
11254 2002-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11256         * configure.in:
11257         fixed sys/time.h detection
11259         * fvwm/events.c (HandleMappingNotify):
11260         * libs/Bindings.c (AddBinding):
11261         added MappingNotify event handler
11263         * fvwm/events.c (HandleMapRequest):
11264         removed debug code
11266         * fvwm/events.c (InitEventHandlerJumpTable):
11267         another attempt at handling "unknown" modifiers in key bindings
11269 2002-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11271         * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11272         * fvwm/add_window.c (destroy_window):
11273         * fvwm/focus.c (focus_grab_buttons):
11274         fixed core dump
11276 2002-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11278         * fvwm/focus.c (focus_force_refresh_focus):
11279         * fvwm/events.c (HandleEnterNotify):
11280         (HandlePropertyNotify):
11281         (HandleButtonPress):
11282         * fvwm/icons.c (DeIconify):
11283         * fvwm/virtual.c (MapDesk):
11284         * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11285         * fvwm/update.c (apply_window_updates):
11286         * fvwm/module_interface.c:
11287         * fvwm/conditional.c (MatchesConditionMask):
11288         more GFPR work
11290         * fvwm/icons.c (Iconify):
11291         removed "#if 0"ed code
11293         * fvwm/module_interface.c:
11294         disabled the old ConfigureWindow module interface
11296         * vms/vms.c:
11297         * libs/fvwmsignal.h:
11298         * libs/Picture.c:
11299         * fvwm/ewmh_intern.h:
11300         * fvwm/events.c:
11301         * fvwm/module_interface.c:
11302         * fvwm/misc.c:
11303         use ftime.h
11305         * libs/ftime.h:
11306         new file to encapsulate time.h and sys/time.h inclusion
11308         * fvwm/stack.c:
11309         re-indented
11310         (mark_transient_subtree):
11311         (__mark_group_member):
11312         cleaned up and split into two functions
11314         * fvwm/focus.c (CMD_Focus):
11315         (CMD_FlipFocus):
11316         * fvwm/icons.c (DeIconify):
11317         clean up
11318         (FocusOn)
11319         (__activate_window_by_command):
11320         renamed function
11322         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11323         * fvwm/focus_policy.h (fpol_set_focus_by_t):
11324         * fvwm/style.c (parse_and_set_window_style):
11325         (parse_and_set_window_style):
11326         began implementing new focus control styles
11328         * fvwm/focus.c (DoSetFocus):
11329         (__restore_focus_after_unmap):
11330         (MoveFocus):
11331         (refresh_focus):
11332         more GFPR work
11333         (DoSetFocus):
11334         (__set_focus_to_fwin):
11335         function renamed
11337         * fvwm/conditional.c (MatchesConditionMask):
11338         * fvwm/focus.c (focus_query_open_grab_focus):
11339         (focus_query_close_restore_focus):
11340         (focus_does_accept_input_focus):
11341         (MoveFocus):
11342         * fvwm/events.c (HandleUnmapNotify):
11343         (HandleEnterNotify):
11344         (HandleMapNotify):
11345         (HandleMapRequestKeepRaised):
11346         renamed some functions
11348         * libs/defaults.h:
11349         * fvwm/focus_policy.c:
11350         * fvwm/focus_policy.h:
11351         prepared some future focus policy flags
11353         * configure.in:
11354         enable error message when png or xpm test compilation fails
11356         * fvwm/style.h:
11357         * fvwm/window_flags.h:
11358         * fvwm/ewmh.c (ewmh_HandleDesktop):
11359         * fvwm/style.c (parse_and_set_window_style):
11360         (check_window_style_change):
11361         * fvwm/events.c (HandleButtonPress):
11362         (HandleVisibilityNotify):
11363         began GFPR migration of *raises* focus policy flags
11365         * fvwm/focus.c (focus_is_focusd):
11366         new function
11368         * libs/Bindings.c (AddBinding):
11369         fixed handling of "unknown" modifiers in key bindings
11371         * fvwm/focus.c (focus_grab_buttons):
11372         (focus_query_grab_buttons):
11373         moved focus policy code into separate function
11375 2002-08-02  Mikhael Goikhman  <migo@homemail.com>
11377         * Makefile.am:
11378         DESTDIR fix
11380 2002-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11382         * fvwm/style.c (parse_and_set_window_style):
11383         * fvwm/focus.c (focus_query_grab_focus):
11384         * fvwm/events.c (HandleMapNotify):
11385         (HandlePropertyNotify):
11386         * fvwm/focus_policy.c (fpol_init_default_fp):
11387         * libs/defaults.h:
11388         new styles OverrideGrabFocus and AllowGrabFocus
11389         cleaned up focus grabbing code and moved to focus.c
11391 2002-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11393         * fvwm/focus.c (CMD_WarpToWindow):
11394         fixed negative arguments for unmanaged windows
11396         * fvwm/conditional.c (CMD_Direction):
11397         use PeekToken instead of GetNextToken
11398         cleaned up
11399         new direction "center"
11401 2002-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11403         * fvwm/events.c (addkbsubinstoarray):
11404         disabled experimental pointer warping code
11406         * fvwm/menus.c:
11407         removed menu crash debug code
11409 2002-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11411         * fvwm/menus.c:
11412         added tons of crash debug code
11414         * fvwm/add_window.c:
11415         made a lot of internal functions static
11417         * fvwm/add_window.c (setup_button_windows):
11418         (destroy_title_window):
11419         (destroy_button_windows):
11420         (destroy_resize_handle_windows):
11421         (destroy_auxiliary_windows):
11422         (destroy_icon):
11423         (destroy_window):
11424         * fvwm/icons.c (CreateIconWindow):
11425         safety patches w/ XDeleteContext
11427         * fvwm/menus.c (DestroyMenu):
11428         fixed a crash w/ accessing already deleted menus
11430 2002-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11432         * fvwm/menus.c (get_menu_options):
11433         fixed menu context rectangle "icon" if the icon was not just a pixmap
11435 2002-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11437         * fvwm/events.c (HandleMapNotify):
11438         (HandleMapRequestKeepRaised):
11439         (HandleUnmapNotify):
11440         * fvwm/ewmh_events.c (ewmh_WMStateModal):
11441         * fvwm/ewmh.c (ewmh_HandleDesktop):
11442         * fvwm/style.c (parse_and_set_window_style):
11443         removed old do_grab_focus_when_created and *_when_transient_* flags
11445 2002-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11447         * fvwm/conditional.c (MatchesConditionMask):
11448         * fvwm/focus.c (DoSetFocus):
11449         * fvwm/session.c (MatchWinToSM):
11450         * fvwm/module_interface.c (SETOLDFLAGS):
11451         removed old is_lenient flag
11453         * fvwm/bindings.c:
11454         * fvwm/style.c (__simplify_style_list):
11455         (simplify_style_list):
11456         reformatted
11458         * fvwm/window_flags.h:
11459         * fvwm/style.h:
11460         access macros for focus policy flags structures
11461         reformatted
11463         * fvwm/focus_policy.c:
11464         * fvwm/focus_policy.h:
11465         new files, begin great focus policy rewrite aka GFPR
11467 2002-07-22  Bob Woodside  <dumbledore@woodsway.com>
11469         * fvwm/placement.c (PlaceWindow):
11470         Fixed interaction between CascadePlacement and StartsOnPage
11472 2002-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11474         * libs/fvwmsignal.c (fvwmSelect):
11475         call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11476         modules
11478 2002-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11480         * fvwm/add_window.c (CaptureOneWindow):
11481         fixed a core dump w/ windows being destroyed during a recapture
11482         (AddWindow):
11483         removed duplicate check if new windows still exist
11485         * fvwm/placement.c (CMD_PlaceAgain):
11486         * fvwm/move_resize.c (move_window_doit):
11487         (__move_icon):
11488         * fvwm/virtual.c (MapDesk):
11489         (MoveViewport):
11490         (do_move_window_to_desk):
11491         * fvwm/icons.c (AutoPlaceIcon):
11492         (ChangeIconPixmap):
11493         (Iconify):
11494         some cleanup in movement code
11495         new option "Icon" to PlaceAgain command
11496         adapted documentation accordingly
11498         * fvwm/move_resize.c (move_window_doit):
11499         (__move_window):
11500         renamed function
11502 2002-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11504         * libs/Flocale.c (FlocaleRotateDrawString):
11505         create gcs only once
11507         * fvwm/fvwm.1:
11508         removed some references to Recapture
11509         UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11510         ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11512         * libs/gravity.c (gravity_parse_multi_dir_argument):
11513         fixed "all" multidir selecting "center" too
11515         * libs/Fft.c (FftDrawString):
11516         * libs/Flocale.c (FlocaleRotateDrawString):
11517         (FlocaleFontStructDrawString):
11518         (FlocaleDrawString):
11519         fixed some text placement bugs w/ shadow text
11520         (FlocaleGetShadowTextPosition):
11521         implemented "center" shadows
11523 2002-07-20  olicha  <olivier.chapuis@free.fr>
11525         * libs/Flocale.c (FlocaleRotateDrawString):
11526         Removed some static declarations
11528 2002-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11530         * libs/gravity.c (gravity_multi_dir_to_dir):
11531         * libs/gravity.h (enum):
11532         new function, cleaned up
11533         (enum):
11534         * fvwm/fvwm.h (FvwmWindow):
11535         * libs/Fft.c:
11536         * fvwm/geometry.c:
11537         * fvwm/borders.c:
11538         moved text_rotation_type to gravity.h and renamed to rotation_type
11540         * libs/Flocale.h:
11541         fixed several bugs in the access macros
11543         * libs/Flocale.c:
11544         removed unused static FlocaleSeted
11545         (FlocaleFontStructDrawString):
11546         simplified function
11548         * fvwm/virtual.c (CMD_EdgeCommand):
11549         * fvwm/windowshade.c (CMD_WindowShade):
11550         * fvwm/conditional.c (CMD_Direction):
11551         adapted to changes in ParseDirectionArgument
11553         * libs/gravity.h:
11554         * libs/gravity.c (ParseDirectionArgument):
11555         new direction "Center"
11557         * fvwm/virtual.c (CMD_EdgeCommand):
11558         reformatted
11560 2002-07-18  olicha  <olivier.chapuis@free.fr>
11562         * libs/PictureUtils.c (PictureRGBtoPixel):
11563         (decompose_mask):
11564         Fixed(??) color allocation for some visuals
11566 2002-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11568         * libs/Flocale.c (FlocaleFontStructDrawString):
11569         a little code cleanup
11571         * fvwm/events.c (HandleEnterNotify):
11572         removed debug code
11573         anothe click+drag fix
11575         * libs/Pointer.c (GetLocationFromEventOrQuery):
11576         * fvwm/focus.c (SetPointerEventPosition):
11577         * fvwm/functions.c (CheckActionType):
11578         * fvwm/builtins.c (CMD_StrokeFunc):
11579         * fvwm/move_resize.c (moveLoop):
11580         (resize_window):
11581         fixed some bugs w/ pointer on wrong screen
11583 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11585         * fvwm/events.c (HandleLeaveNotify):
11586         fixed problem w/ click+drag and mousey focus
11588         * fvwm/menus.c (size_menu_horizontally):
11589         fixed menu style SubmenusLeft w/ icons in menu items
11591 2002-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11593         * fvwm/menuitem.c (menuitem_paint):
11594         * fvwm/menus.h:
11595         * fvwm/menus.c (paint_menu_gradient_background):
11596         (get_menu_paint_item_parameters):
11597         removed circular dependency of menus.c and menuitem.c by using callback
11598         functions
11600 2002-07-17  olicha  <olivier.chapuis@free.fr>
11602         * fvwm/menuitem.c:
11603         A -Wall fix
11605         * fvwm/fvwm.c (InitVariables):
11606         (main):
11607         * fvwm/colorset.c (parse_colorset):
11608         (alloc_colorset):
11609         (CMD_ReadWriteColors):
11610         * fvwm/builtins.c (CMD_ColorLimit):
11611         * libs/PictureUtils.h:
11612         * libs/PictureUtils.c (PictureReduceColor):
11613         (PictureReduceRGBColor):
11614         (PictureRGBtoPixel):
11615         (PictureAllocColor):
11616         (PictureFreeColors):
11617         (PictureGetNextColor):
11618         (colors_alloc_fail):
11619         (my_alloc_color):
11620         (AllocColors*):
11621         (AllocColorTable):
11622         (PictureAllocColorTable):
11623         * libs/PictureImageLoader.c (PImageXpmAllocColor):
11624         (PImageXpmFreeColor):
11625         (PImageLoadXpm):
11626         * libs/PictureBase.c (PictureInitCMap):
11627         * libs/Graphics.c (AllocLinearGradient):
11628         * libs/ColorUtils.c (GetShadow):
11629         (GetHilite):
11630         (GetForeShadow):
11631         (GetTintedPixel):
11632         (GetSimpleColor):
11633         (GetColor):
11634         (fvwmlib_clone_color):
11635         * libs/PictureGraphics.c (PGraphicsTintRectangle):
11636         Implemented a new color limit method
11638 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11640         * fvwm/move_resize.c (moveLoop):
11641         fixed problem moving the pointer off screen while moving a window
11642         (AnimatedMoveAnyWindow):
11643         fixed pointer warping w/ multiple screens and animated window motion
11645 2002-07-12  olicha  <olivier.chapuis@free.fr>
11647         * fvwm/menus.c (get_menu_paint_item_parameters):
11648         (paint_menu_gradient_background):
11649         * fvwm/menuitem.c (menuitem_paint):
11650         * fvwm/menuitem.h:
11651         * fvwm/menus.h:
11652         Fixed B/DGradient with Xft fonts
11654         * libs/Colorset.h:
11655         * libs/ColorUtils.c (GetTintedColor):
11656         (GetTintedPixel):
11657         * fvwm/colorset.c (parse_simple_tint):
11658         (parse_colorset):
11659         (alloc_colorset):
11660         Implemented fgTint colorset option
11662         * libs/PictureImageLoader.c:
11663         * libs/PictureUtils.c:
11664         * libs/PictureUtils.h:
11665         * libs/Makefile.am:
11666         Moved color limitation and some rgb to pixel functions from
11667         PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11669         * fvwm/colorset.c (parse_colorset):
11670         * libs/PictureGraphics.c (PCreateTintedPixmap):
11671         (PGraphicsTintRectangle):
11672         Implemented tinting for X server without Xrender support and
11673         did color limitation when tinting
11676 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11678         * fvwm/events.c (WaitForButtonsUp):
11679         fixed handling of button release events
11681 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11683         * fvwm/menus.c (MenuInteraction):
11684         fixed core dump w/ dynamic popdown action destroying a menu
11685         (paint_menu_gradient_background):
11686         fixed hang and/or incorrect drawing of b and d gradients in menus
11688         * fvwm/events.c (HandleEnterNotify):
11689         (HandleLeaveNotify):
11690         improved LEAVE_WINDOW/ENTER_WINDOW handling
11692 2002-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11694         * libs/Colorset.c (SetWindowBackground):
11695         (SetWindowBackgroundWithOffset):
11696         (ScrollPixmap):
11697         implemented new functions to allow pixmap backgrounds with an offset
11699 2002-07-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11701         * fvwm/events.c (HandleMapRequestKeepRaised):
11702         send Map/UnmapNotify before iconyfying, not after
11704 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11706         * fvwm/events.c (HandleMapRequestKeepRaised):
11707         fake a MapNotify and then an UnmapNotify when a window is created iconic
11709         * fvwm/add_window.c (AddWindow):
11710         workaround for buggy TK menu positioning
11712         * fvwm/module_interface.c (FlushMessageQueue):
11713         (PositiveWrite):
11714         (get_pipe_name):
11715         tried to fix module communication deadlock w/ sync mask and a full write
11716         pipe
11718         * libs/Strings.c:
11719         re-indented file
11721         * libs/defaults.h:
11722 2002-07-06  olicha  <olivier.chapuis@free.fr>
11724         * libs/Flocale.c (FlocaleGetFontSet):
11725         Removed some unwanted code
11727 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11729         * fvwm/events.c (HandleLeaveNotify):
11730         (HandleEnterNotify):
11731         reduced the number of MX_LEAVE/ENTER_WINDOW messages
11733         * fvwm/events.c (CMD_XSync):
11734         very experimental patch to cycle through subwindows accepting keyboard
11735         input; call Xsync command repeatedly to test; crashes fvwm if more than
11736         1000 subwindows are used;
11738         * fvwm/focus.c (CMD_WarpToWindow):
11739         fixed a bug in warpttowindow command with subwindows of unmanaged
11740         windows
11742 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11744         * fvwm/events.c (HandlePropertyNotify):
11745         * fvwm/events.h:
11746         handle changes in the size_inc and base_size hints during opaque
11747         resizing.
11749         * fvwm/events.c (HandleButtonPress):
11750         ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
11751         until the button is released again; this restores the old behaviour
11752         from 2.3.23 and before with click+drag and rxvt/aterm
11754 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11756         * fvwm/update.c (apply_window_updates):
11757         fixed applying neverfocus to currently focused window; decorations
11758         partially drawn hilighted
11760 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11762         * fvwm/menucmd.c (menu_func):
11763         another module/menu/context window fix
11764         do not use global Fw anymore
11766 2002-07-05  olicha  <olivier.chapuis@free.fr>
11768         * libs/Flocale.c (FlocaleStringToString2b):
11769         Fixed crash with big5-0 FontStruct
11771 2002-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11773         * fvwm/menucmd.c (menu_func):
11774         fixed context window of menus invoked by a module
11775         (menu_func):
11776         fixed context menus on windows
11778         * libs/vpacket.h (ConfigWinPacket):
11779         * fvwm/module_interface.c (CONFIGARGSNEW):
11780         * fvwm/fvwm.h (FvwmWindow):
11781         fixed bugs in type conversions for transmitting certain information to
11782         modules
11784         * fvwm/functions.c (CheckActionType):
11785         fixed window selection problem w/ menus invoked from modules
11787 2002-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11789         * fvwm/gnome.c (GNOME_HandlePropRequest):
11790         -Wall fixes
11792         * fvwm/module_interface.c (ExecuteCommandQueue):
11793         fixed compile bug w/ --enable-debug-msgs
11795 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11797         * fvwm/events.c (HandleButtonPress):
11798         (HandleKeyPress):
11799         * fvwm/menus.c (MenuInteraction):
11800         (do_menu):
11801         * fvwm/windowlist.c (CMD_WindowList):
11802         * fvwm/menucmd.c (menu_func):
11803         * fvwm/module_interface.c (ExecuteModuleCommand):
11804         * fvwm/add_window.c (adjust_fvwm_internal_windows):
11805         go away, evil globals! [removed the useless global variable
11806         "ButtonWindow"]
11808         * fvwm/events.c (HandleUnmapNotify):
11809         (HandleMapNotify):
11810         * fvwm/icons.c (Iconify):
11811         * fvwm/window_flags.h (IS_ICONIFY_PENDING):
11812         * fvwm/fvwm.h (struct):
11813         renamed is_deiconify_pending to is_iconify_pending
11814         some re-indenting
11816 2002-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11818         * fvwm/menus.c (MenuInteraction):
11819         (pop_menu_down):
11820         (menu_enter_tear_off_menu):
11821         (do_menu):
11822         * fvwm/events.c (HandleButtonPress):
11823         (HandleButtonRelease):
11824         (HandleKeyPress):
11825         (GetContext):
11826         * fvwm/menucmd.c (menu_func):
11827         (menu_func):
11828         * fvwm/module_interface.c (ExecuteModuleCommand):
11829         go away, evil globals! [removed the useless global variable "Context"]
11830         removed is_menu_from_frame_or_window_or_titlebar flag
11832         * fvwm/module_interface.c:
11833         * fvwm/windowlist.c:
11834         re-indented files
11836 2002-06-28  Mikhael Goikhman  <migo@homemail.com>
11838         * fvwm/menuitem.c (menuitem_paint):
11839         fixed fg color of the inactive disabled menu item
11841         * NEWS:
11842         old typo
11843         * fvwm/fvwm.1:
11844         removed a mention of RedHat (I don't think it is correct),
11845         reworded a mention of fvwm95
11847 2002-06-26  Mikhael Goikhman  <migo@homemail.com>
11849         * **/*.c:
11850         tabify only the leading spaces, untabify the middle of line
11852 2002-06-25  David Fries  <dfries@mail.win.org>
11854         * fvwm/fvwm.1:
11855         * fvwm/windowlist.c:
11856         Added code to sort based on the class name of a window for
11857         the WindowList function.
11859 2002-06-25  olicha  <olivier.chapuis@free.fr>
11861         * acinclude.m4:
11862         A minor fix
11864 2002-06-25  Mikhael Goikhman  <migo@homemail.com>
11866         * AUTHORS:
11867         add Anders Andersson (spelling fixes in all man pages) and Steve Talley
11869 2002-06-24  Steve Talley  <stephen.talley@sun.com>
11871         * fvwm/add_window.c:
11872         * fvwm/add_window.h:
11873         * fvwm/fvwm.1:
11874         * fvwm/fvwm.h:
11875         * fvwm/icons.c:
11876         * fvwm/icons.h:
11877         * fvwm/style.c:
11878         * fvwm/style.h:
11879         * libs/defaults.h:
11880         New Style option IconSize
11882 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
11884         * NEWS, configure.in:
11885         changed version to 2.5.3
11887 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
11889         * INSTALL.fvwm:
11890         removed C++ section
11892         * fvwm/fvwm.1:
11893         * libs/FlocaleCharset.c:
11894         small fixes
11896 2002-06-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11898         * fvwm/events.c (WaitForButtonsUp):
11899         use the wait cursot only after the 20th pass through the loop
11901 2002-06-21  Dan Espen  <dane@mk.telcordia.com>
11903         * fvwm/fvwm.1 (Examples): Language check.
11904         PipeRead as synchronous Exec.
11905         Better example for PipeRead.
11907 2002-06-21  olicha  <olivier.chapuis@free.fr>
11909         * fvwm/fvwm.1:
11910         * NEWS:
11911         Documented StringEncoding= in font name
11913         * INSTALL.fvwm
11914         Removed --disable-compound-text doc
11916 2002-06-20  olicha  <olivier.chapuis@free.fr>
11918         * libs/FBidi.h (FBidiConvert):
11919         Fixed compile if !HAVE_BIDI
11921 2002-06-19  olicha  <olivier.chapuis@free.fr>
11923         * fvwm/fvwm.c (InitVariables):
11924         (StartupStuff):
11925         Allocate colorset 0 in InitVariable in the place of StartupStuff.
11926         This fix a "null expression" at init in menustyle.c (menustyle_update)
11928 2002-06-19  Mikhael Goikhman  <migo@homemail.com>
11930         * configure.in:
11931         reworded supported feature listing, fixed the default xft detection
11932         * INSTALL.fvwm:
11933         added the "Supported Features" section
11935 2002-06-19  olicha  <olivier.chapuis@free.fr>
11937         * fvwm/colorset.h:
11938         Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
11940         * INSTALL.fvwm:
11941         Removed --enable-mulibyte and --disable-compound-text config option
11942         documentation. s/enable-xft/disable-xft/ and document --disable-xrender
11944         * configure.in:
11945         Xft is on by default no
11947         * libs/FlocaleCharset.c (*):
11948         * libs/FlocaleCharset.h:
11949         * libs/Ficonv.c (*):
11950         * libs/Ficonv.h:
11951         * libs/Flocale.c (*):
11952         * libs/Flocale.h:
11953         * libs/Fft.c (*):
11954         * libs/FftInterface.h:
11955         * libs/FBidi.c:
11956         * libs/FBidi.h:
11957         * fvwm/ewmh_names.c ():
11958         Some cleanup. Implemented StringEncoding= in font names. Fixed
11959         string encoding for xft fonts. Try to be more cleaver about defaults
11960         charsets. Improvement in the locale charset table.
11962         * fvwm/fvwm.1:
11963         Some documentation cleanup regarding Xft
11965 2002-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11967         * fvwm/functions.c (find_func_type):
11968         fixed bug i introduced w/ last commit
11970         * fvwm/fvwm.c (Done):
11971         (StartupStuff):
11972         * fvwm/functions.c (functions_is_complex_function):
11973         * fvwm/builtins.c (CMD_DestroyFunc):
11974         (CMD_AddToFunc):
11975         (CMD_Plus):
11976         moved functions to functions.c
11977         general cleanup
11979         * fvwm/functable.c:
11980         * fvwm/functable.h:
11981         * fvwm/functions.h:
11982         * fvwm/commands.h:
11983         * fvwm/functions.c:
11984         moved some types and functions to other/new files
11986         * fvwm/functions.c:
11987         * fvwm/expand.c (expand_vars_extended):
11988         (expand_vars):
11989         functions moved to new file
11991         * fvwm/functions.c:
11992         reindented file
11994 2002-06-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11996         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
11997         fixed colourmap focus problem
11999         * **/*.[ch]:
12000         tabified all files and removed all trailing spaces
12002         * fvwm/move_resize.c (move_window_doit):
12003         * fvwm/virtual.c (CMD_MoveToDesk):
12004         MoveToPage and MoveToDesk no longer unstick windows
12006 2002-06-17  Mikhael Goikhman  <migo@homemail.com>
12008         * INSTALL.fvwm:
12009         small improvements
12011         * configure.in:
12012         reworded some names of supported features
12014 2002-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12016         * fvwm/update.c (apply_window_updates):
12017         * fvwm/session.c (MatchWinToSM):
12018         * fvwm/add_window.c (setup_window_structure):
12019         * fvwm/windowshade.c (CMD_WindowShade):
12020         * fvwm/window_flags.h:
12021         fixed a problem w/ shaded windows changind the title direction
12023         * fvwm/geometry.c (get_shaded_geometry):
12024         fixed shading window to 0 width or height
12026         * fvwm/add_window.c (AddWindow):
12027         fixed a memory leak and an initial window placement bug
12029 2002-06-15  Mikhael Goikhman  <migo@homemail.com>
12031         * configure.in:
12032         minor improvements in output, added bin/fvwm-perllib
12034 2002-06-12  Mikhael Goikhman  <migo@homemail.com>
12036         * fvwm/menustyle.c (CMD_CopyMenuStyle):
12037         fixed copying PopupOffset values in CopyMenuStyle
12039         * NEWS:
12040         Copied 2.4.8 NEWS
12042 2002-06-10  Mikhael Goikhman  <migo@homemail.com>
12044         * libs/Strings.c:
12045         * libs/Strings.h:
12046         added CopyStringWithQuotes, not perfect, but works for now
12048 2002-06-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12050         * fvwm/functions.h:
12051         * fvwm/commands.h:
12052         * fvwm/functions.c (func_config):
12053         * libs/FScreen.c (FScreenConfigureSLSScreens):
12054         (FScreenConfigureModule):
12055         * fvwm/virtual.c (CMD_XineramaSlsScreens):
12056         new command XineramaSLSScreens
12058         * libs/FScreen.c:
12059         cleaned up Xinerama ifdefs
12061 2002-06-07  Dan Espen  <dane@mk.telcordia.com>
12063         * NEWS:
12064         * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12066 2002-06-07  olicha  <olivier.chapuis@free.fr>
12068         * libs/Flocale.h:
12069         * libs/Flocale.c (FlocaleGetShadowTextPosition):
12070         Some shadow text position fixes
12072 2002-06-06  olicha  <olivier.chapuis@free.fr>
12074         * fvwm/update.c (apply_window_updates):
12075         Fixed the position of shaded windows after certain style update
12077         * acinclude.m4:
12078         Fixed some options names
12080 2002-06-06  Mikhael Goikhman  <migo@homemail.com>
12082         * fvwm/module_interface.c (CMD_SendToModule):
12083         fixed SendToModule when the first parameter contains quotes
12085 2002-06-06  olicha  <olivier.chapuis@free.fr>
12087         * fvwm/fvwm.c (main):
12088         * fvwm/ewmh.c (EWMH_Init):
12089         Init the EWMH before reading the config. Always setup the working
12090         area.
12092 2002-06-05  olicha  <olivier.chapuis@free.fr>
12094         * fvwm/update.c (apply_window_updates):
12095         Fixed the position of a shaded window during a style update
12096         (do_redecorate)
12098         * libs/Flocale.c (FlocaleRotateDrawString):
12099         (FlocaleGetShadowTextPosition):
12100         Fixed side title text position if the font has no shadow
12102         * acconfig.h:
12103         * libs/Ficonv.c (FiconvInit):
12104         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12105         * libs/Flocale.c (FlocaleInit):
12106         (FlocaleRotateDrawString):
12107         (FlocaleGetFontSet):
12108         (FlocaleGetFontOrFontSet):
12109         (FlocaleLoadFont):
12110         (FlocaleDrawString):
12111         (FlocaleTextWidth):
12112         (FlocaleFreeNameProperty):
12113         (FlocaleGetNameProperty):
12114         (FlocaleTextListToTextProperty):
12115         Finish to remove the multibyte patch. This gives a more clean code
12116         and can only prevent bugs
12118 2002-06-05  Mikhael Goikhman  <migo@homemail.com>
12120         * fvwm/placement.c (PlaceWindow):
12121         fixed CascadePlacement with huge windows (xterm -g 240x100),
12122         that were aligned to bottom-right instead of top-left;
12123         small adjustments (removed border_width from calculations,
12124         don't place normal windows at 0, commented out some strange code)
12126 2002-06-04  Mikhael Goikhman  <migo@homemail.com>
12128         * NEWS:
12129         document CascadePlacement and FvwmIconMan improvements
12131         * fvwm/fvwm.1:
12132         typo
12134 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12136         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12137         * fvwm/fvwm.c (InitVariables):
12138         * fvwm/placement.c (PlaceWindow):
12139         * fvwm/screen.h (struct ScreenInfo):
12140         improved *CascadePlacement, if the last placed window does not exist
12141         any more, reuse the last used position instead of adding a new cascade
12143 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12145         * fvwm/events.c (HandleEnterNotify):
12146         * fvwm/fvwm.c (InitVariables):
12147         * fvwm/events.h:
12148         Fixed colormap handling over decorative parts of a window
12150 2002-06-03  olicha  <olivier.chapuis@free.fr>
12152         * fvwm/module_interface.c (make_named_packet):
12153         Fixed an write out of memory bug. This complete Mikhail Kruk patch
12154         related to named module packet
12156 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12158         * fvwm/focus.c (focus_grab_buttons):
12159         * fvwm/events.c (HandleButtonPress):
12160         fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12162 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12164         * fvwm/bindings.c (ParseBinding):
12165         replaced an error "Illegal mouse button" with a descriptive warning
12166         when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12168 2002-05-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12170         * fvwm/events.c (GetContext):
12171         fixed key bindings on decorations
12173         * fvwm/events.h:
12174         removed XEVMASK_DECORW
12176 2002-05-31  olicha  <olivier.chapuis@free.fr>
12178         * NEWS:
12179         * fvwm/fvwm.1:
12180         Documented shadow effect in a new section FONT EFFECTS
12182 2002-05-31  olicha  <olivier.chapuis@free.fr>
12184         * libs/Fft.c (FftDrawString):
12185         * libs/Colorset.c (DumpColorset):
12186         (LoadColorset):
12187         * libs/Colorset.h:
12188         * fvwm/colorset.c (parse_colorset):
12189         New colorset option fg_alpha which defines an alpha for rendering
12190         text with Xft
12192 2002-05-29  olicha  <olivier.chapuis@free.fr>
12194         * libs/Fft.c (FftSetupEncoding):
12195         * libs/Fft.h:
12196         * libs/FRender.h:
12197         Added Xft2 support
12199         * acinclude.m4:
12200         * configure.in:
12201         Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12202         to Xft FLAGS and LIBS
12204         * fvwm/Makefile.am:
12205         * libs/Makefile.am:
12206         Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12207         Xft2 library. Removed FT2 CFLAGS and LIBS
12209 2002-05-27  olicha  <olivier.chapuis@free.fr>
12211         * acinclude.m4:
12212         * acconfig.h:
12213         * configure.in:
12214         Some Xft2 and fontconfig preparation
12216         * libs/Flocale.h:
12217         * libs/Flocale.c (FlocaleParseShadow):
12218         (FlocaleLoadFont):
12219         (FlocaleGetShadowTextPosition):
12220         Added offset to shadow text
12222         * libs/Flocale.h:
12223         Fixed the position of ne shadow text and remove some unused #define
12225 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12227         * fvwm/colorset.c (parse_colorset):
12228         fixed integer overflow in average colour calculation
12230 2002-05-27  olicha  <olivier.chapuis@free.fr>
12232         * libs/gravity.c (GetNextMultiDirection):
12233         (ParseMultiDirectionArgument):
12234         * libs/gravity.h:
12235         Added a multi direction type which is a "<<" version of direction
12236         type. Added a parse and a next functions
12238         * libs/Flocale.h:
12239         * libs/Flocale.c (FlocaleParseShadow):
12240         (FlocaleGetNextShadowDirection):
12241         (FlocaleGetShadowTextPosition):
12242         Used gravity multi direction type and functions. Removed
12243         FlocaleGetNextShadowDirection
12245 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12247         * fvwm/focus.c (restore_focus_after_unmap):
12248         fixed a problem w/ colormap transition when transient window died
12250         * fvwm/add_window.c (AddWindow):
12251         clean up
12253         * fvwm/session.c (getUniqueStateFilename):
12254         applied security patch by Jan Echternach
12256         * fvwm/fvwm.c (InitVariables):
12257         Properly initialise Scr.flags.is_pointer_on_this_screen
12259         * libs/fvwmlib.h (FvwmFont):
12260         * fvwm/fvwm.c (setVersionInfo):
12261         * configure.in:
12262         * config.h.in:
12263         * acconfig.h (MULTIBYTE):
12264         removed MULTIBYTE option (unconditionally on)
12266 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12268         * libs/gravity.c (ParseDirectionArgument):
12269         allow "t", "u", ... shortcuts as direction arguments
12271         * fvwm/style.c (check_window_style_change):
12272         (parse_and_set_window_style):
12273         * fvwm/frame.c (frame_setup_border):
12274         (frame_get_shading_laziness):
12275         (frame_get_sidebar_geometry):
12276         * fvwm/decorations.c (SelectDecor):
12277         * fvwm/add_window.c (setup_style_and_decor):
12278         (setup_resize_handle_cursors):
12279         (setup_resize_handle_windows):
12280         (change_resize_handle_windows):
12281         (destroy_auxiliary_windows):
12282         * fvwm/borders.c (border_get_border_gcs):
12283         (border_draw_border_parts):
12284         * fvwm/style.h (SCSET_HAS_BORDER):
12285         * fvwm/fvwm.h (FvwmWindow):
12286         * fvwm/window_flags.h (SET_HAS_BORDER):
12287         new styles NoBorder/Border
12289 2002-05-26  olicha  <olivier.chapuis@free.fr>
12291         * libs/Flocale.h:
12292         * libs/Flocale.c (FlocaleParseShadow):
12293         (FlocaleGetNextShadowDirection):
12294         (FlocaleGetShadowTextPosition):
12295         (FlocaleLoadFont):
12296         Implemented multidirectional shadow text rendering
12298         * libs/Flocale.h:
12299         * libs/Flocale.c
12300         (FlocaleFontStructDrawString):
12301         (FlocaleRotateDrawString):
12302         (FlocaleLoadFont):
12303         (FlocaleDrawString):
12304         (FlocaleTextWidth):
12305         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12306         * libs/Fft.c (FftDrawString):
12307         Cleanup the FlocaleFont structure by addings some flags
12309 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12311         * fvwm/events.c (HandleFocusIn):
12312         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12313         * fvwm/screen.h (ScreenInfo):
12314         * fvwm/focus.c (FocusOn):
12315         ignore EnterNotify events while a window is waiting to receive focus
12316         from the Focus or FlipFocus commands; should prevent plenty of race
12317         contidions caused by executing complex functions by a key press, button
12318         press or from a menu; fixes Alt-Tab problem
12320         * fvwm/events.c (HandleMapNotify):
12321         immediately draw window decorations when window is mapped; the new frame
12322         drawing code takes care of suppressing unnecessary redraws
12323         (HandleLeaveNotify):
12324         fixed a bug w/ LeaveNotify event with NotifyGrab
12326 2002-05-22  olicha  <olivier.chapuis@free.fr>
12328         * libs/Flocale.h:
12329         * libs/Fft.c (FftDrawString):
12330         * libs/Flocale.c (FlocaleFontStructDrawString):
12331         (FlocaleRotateDrawString):
12332         (FlocaleLoadFont):
12333         (FlocaleGetShadowTextPosition):
12334         (FlocaleDrawString):
12335         (FlocaleDrawUnderline):
12336         (FlocaleTextWidth):
12337         Implemented negative shadow text
12339 2002-05-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12341         * fvwm/menucmd.c (CMD_AddToMenu):
12342         * fvwm/windowlist.c (CMD_WindowList):
12343         * fvwm/menus.h:
12344         * fvwm/menus.c
12345         changed signature of AddToMenu
12347         * fvwm/menus.c (clone_menu_root_static):
12348         fixed problem w/ menu style usage count and tear off menus
12349         fixed core dump w/ not copying the missing sub menu function in tear
12350         off menus
12351         (clone_menu_item_list):
12352         (AddToMenu):
12353         (add_another_menu_item):
12354         (size_menu_vertically):
12355         fixed additional "More..." items in sub menus of torn off menus
12357 2002-05-22  Mikhael Goikhman  <migo@homemail.com>
12359         * libs/colorset.h:
12360         fixed #endif warning
12361         * fvwm/ConfigFvwmDefaults:
12362         added CirculateSkip to tear off menus
12363         * fvwm.1:
12364         fixed ShadeAgain quoting
12366 2002-05-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12368         * fvwm/events.c (HandleButtonPress):
12369         allow to pass the focus click to applications and have a function bound
12370         to it at the same time
12372         * fvwm/fvwm.c:
12373         * fvwm/colorset.h:
12374         fixed compilation problem
12376 2002-05-20  olicha  <olivier.chapuis@free.fr>
12378         * libs/PictureImageLoader.c (PImageRGBtoPixel):
12379         Fixed blue colour in png image and ewmh icons
12381         * libs/Flocale.c (FlocaleLoadFont):
12382         Removed some debug code
12384         * fvwm/colorset.c (parse_colorset):
12385         * libs/fvwmlib.h:
12386         * libs/ColorUtils.c (GetForeShadowColor):
12387         Added Mikhael algo to compute the default fgsh
12389 2002-05-18  Mikhael Goikhman  <migo@homemail.com>
12391         * fvwm/functions.c (expand_extended_var):
12392         expand $[fgsh.csN], use constants instead of numbers
12394 2002-05-17  olicha  <olivier.chapuis@free.fr>
12396         * libs/Flocale.c (FlocaleDrawString):
12397         (FlocaleDrawUnderline):
12398         * libs/Flocale.h:
12399         Removed some unused and debug code
12401 2002-05-17  olicha  <olivier.chapuis@free.fr>
12403         * fvwm/menuitem.c (draw_underline):
12404         * libs/Flocale.h:
12405         * libs/Flocale.c (FlocaleDrawUnderline):
12406         Move draw_underline into Flocale.c and fix underline position with
12407         shadow rendering
12409 2002-05-17  olicha  <olivier.chapuis@free.fr>
12411         * fvwm/style.c (update_window_color_style):
12412         (update_window_color_hi_style):
12413         * fvwm/move_resize.c (DisplayPosition):
12414         (DisplaySize):
12415         * fvwm/menuitem.c (menuitem_paint):
12416         * fvwm/borders.c (get_common_decorations):
12417         (border_get_titlebar_draw_descr):
12418         * fvwm/fvwm.h:
12419         * fvwm/icons.c (DrawIconWindow):
12420         Pass the colorset to text drawing via the FlocaleWinString structure
12422         * libs/fvwmlib.h:
12423         * libs/ColorUtils.c (GetForeShadowColor):
12424         (GetForeShadow):
12425         * fvwm/colorset.c (parse_colorset):
12426         * libs/Colorset.h:
12427         * libs/Colorset.c (DumpColorset):
12428         (LoadColorset):
12429         Added fgsh colorset and two new functions GetForeShadowColor and
12430         GetForeShadow which should be modified
12432         * libs/Makefile.am:
12433         * libs/Fft.h:
12434         * libs/FftInterface.h (new file):
12435         * libs/Fft.c (FftDrawString):
12436         * libs/Flocale.h:
12437         * libs/Flocale.c (FlocaleFontStructDrawString):
12438         (FlocaleRotateDrawString):
12439         (FlocaleDrawString):
12440         (FlocaleTextWidth):
12441         (FlocaleLoadFont):
12442         Implemented text shadow rendering
12444 2002-05-11  olicha  <olivier.chapuis@free.fr>
12446         * fvwm/builtins.h:
12447         * fvwm/builtins.c (refresh_window):
12448         * fvwm/update.c (apply_window_updates):
12449         * fvwm/update.h:
12450         * fvwm/style.c (check_window_style_change):
12451         ParentalRelativity style is now dynamic
12453 2002-05-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12455         * fvwm/menuitem.c (menuitem_paint):
12456         fixed menu item hilight area
12458 2002-05-09  olicha  <olivier.chapuis@free.fr>
12460         * libs/Makefile.am:
12461         * libs/XError.c (request_name):
12462         * libs/PictureImageLoader.c (PImageLoadPng):
12463         (PImageCreatePixmapFromArgbData):
12464         * libs/PictureGraphics.c (PGraphicsTintRectangle):
12465         (PGraphicsTileRectangle):
12466         (PGraphicsCopyFvwmPicture):
12467         * libs/FRenderInit.c (new file):
12468         * libs/FRenderInit.h (new file):
12469         * libs/FRenderInterface.h:
12470         * libs/FRender.c (*):
12471         * fvwm/colorset.c (parse_tint):
12472         (parse_colorset):
12473         * fvwm/fvwm.c (main):
12474         * fvwm/events.c (HandlePropertyNotify):
12475         Change the design of the previous commit. Now a module should call
12476         FRenderInit when it wants to use a function which depends on XRender.
12478 2002-05-09  olicha  <olivier.chapuis@free.fr>
12480         * fvwm/colorset.c:
12481         A -Wall fix
12483         * libs/Flocale.h:
12484         * libs/Fft.h:
12485         Fixed Compilation
12486         Include Fft.h include FRender.h as Xft.h include Xrender.h
12488         * libs/FRenderInterface.h:
12489         * libs/FRender.h:
12490         * libs/FRender.c (FRenderInit):
12491         (FRenderGetErrorCodeBase):
12492         (FRenderGetMajorOpCode):
12493         (FRenderGetExtensionSupported):
12494         (FRenderGetErrorText):
12495         Improve XRender initialization, check if the XRender extension is
12496         enabled and get the error code base and the major op code.
12497         Add error functions for the X error handler.
12499         * libs/XError.c (PrintXErrorAndCoredump):
12500         (request_name):
12501         Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12502         and major op code
12504         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12505         * fvwm/events.c (HandlePropertyNotify):
12506         * fvwm/colorset.c (parse_tint):
12507         (parse_colorset):
12508         * libs/PictureImageLoader.c (PImageLoadPng):
12509         (PImageCreatePixmapFromArgbData):
12510         * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12511         (PGraphicsCopyFvwmPicture):
12512         (PGraphicsTileRectangle):
12513         * libs/FRender.c (FRenderCopyArea):
12514         (FRenderTintRectangle):
12515         Check if the XRender extension is enabled on the display before
12516         performing XRender operations
12518 2002-05-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12520         * fvwm/menuitem.c (menuitem_paint):
12521         fixed item hilighting problems
12523 2002-05-07  olicha  <olivier.chapuis@free.fr>
12525         * fvwm/colorset.c (parse_colorset):
12526         More coloset fixes
12528 2002-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12530         * fvwm/events.c (HandlePropertyNotify):
12531         workaround for xterm resize problem
12533         * fvwm/colorset.c (parse_colorset):
12534         (free_colorset_background):
12535         (parse_pixmap):
12536         (parse_tint):
12537         fixed various bugs and core dumps w/ the cs->picture structure;
12538         note: it's a pointer, so compare with NULL, not with None
12540         * fvwm/frame.c (frame_setup_window):
12541         (frame_setup_window_app_request):
12542         (frame_force_setup_window):
12543         (frame_setup_window_internal):
12544         (frame_create_move_resize_args):
12545         (frame_free_move_resize_args):
12546         * fvwm/add_window.c (setup_window_attr):
12547         * fvwm/events.c (HandleConfigureRequest):
12548         (HandlePropertyNotify):
12549         fixed [?] bit_gravity/resize problem
12551         * fvwm/events.c (HandleEnterNotify):
12552         reformatted EdgeCommand code
12554 2002-05-06  olicha  <olivier.chapuis@free.fr>
12556         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12557         Resize an ewmh icon to the wanted size if it is to big
12559         * fvwm/ewmh.c (EWMH_WindowDestroyed):
12560         Set also the stacking list when a window is destroyed
12562 2002-05-03  Dan Espen  <dane@mk.telcordia.com>
12564         * fvwm/fvwm.1: Finish language check.
12565         Fix typo in Mouse section, context should be on new line.
12567 2002-05-02  Dan Espen  <dane@mk.telcordia.com>
12569         * fvwm/fvwm.1 (file): Restore icons and images text with some
12570         improvement.
12571         Started on lang check, not done yet.
12573 2002-05-02  Mikhail Kruk  <meshko@cs.brandeis.edu>
12575         * fvwm/module_interface.c (make_named_packet):
12576         Applied Mikhail Kruk patch
12578 2002-05-02  olicha  <olivier.chapuis@free.fr>
12580         * libs/FlocaleCharset.h:
12581         * libs/Ficonv.c (FiconvSetupConversion):
12582         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12583         * libs/Flocale.h:
12584         * libs/Flocale.c (FlocaleGetFftFont):
12585         (FlocaleGetFontSet):
12586         (FlocaleGetFont):
12587         (FlocaleLoadFont):
12588         (FlocaleUnloadFont):
12589         * fvwm/fvwm.1:
12590         Implemented charset/iconv hints in font name
12592 2002-04-29  Stian Sletner  <stian@sletner.com>
12594         * fvwm/windowlist.c (CMD_WindowList):
12595         Added new Windowlist option IconifiedAtEnd
12597 2002-04-30  Mikhael Goikhman  <migo@homemail.com>
12599         * fvwm/module_interface.c:
12600         * libs/Module.c:
12601         * libs/Module.h:
12602         moved two constant strings to Module.h, so they may be used by perllib
12604 2002-04-29  olicha  <olivier.chapuis@free.fr>
12606         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12607         Fixed a core dump if the charset is not found
12609         * libs/Flocale.c (FlocaleStringToString2b):
12610         Removed some debug code
12612 2002-04-29  olicha  <olivier.chapuis@free.fr>
12614         * libs/Fft.c (FftGetFontWidths):
12615         (FftGetFontWidths):
12616         * libs/Fft.h
12617         * libs/Flocale.h:
12618         * libs/Flocale.c (FlocaleGetFont):
12619         (FlocaleGetFontSet):
12620         (FlocaleGetFftFont):
12621         Removed min_char_offset member of the FlocaleFont as it is not use
12622         since we rotate string for side title
12624         * libs/Ficonv.c (FiconvSetupConversion):
12625         * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12626         (FlocaleCharsetSetFlocaleCharset):
12627         * libs/Flocale.h:
12628         * libs/Flocale.c (FlocaleTextWidth):
12629         (FlocaleDrawString):
12630         (FlocaleUtf8ToUnicodeStr2b):
12631         (FlocaleLoadFont):
12632         (FlocaleStringToString2b):
12633         (FlocaleRotateDrawString):
12634         (FlocaleFontStructDrawString):
12635         Added support for drawing string with 10646-1 fonts without an utf8
12636         locale. Also, drawing strings with a multibyte font now work not so
12637         bad even if the locale have nothing to do with the font.
12639         * libs/Fft.c (FftUtf8ToFftString16):
12640         (FftDrawString):
12641         (FftTextWidth):
12642         Added utf8 rendering with iso10646-1 fonts on system without
12643         Xft Utf8 functions
12645         * fvwm/colorset.c (reset_cs_pixmap):
12646         (parse_pixmap):
12647         (parse_shape):
12648         (parse_tint):
12649         (parse_colorset):
12650         Colorset now accept bitmaps. Split a bit parse_colorset for readability
12652 2002-04-28  Mikhael Goikhman  <migo@homemail.com>
12654         * fvwm/menus.c:
12655         fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12657 2002-04-27  Mikhael Goikhman  <migo@homemail.com>
12659         * fvwm/move_resize.c:
12660         don't start Move with snap disabled if Alt is initially pressed
12662 2002-04-26  Mikhael Goikhman  <migo@homemail.com>
12664         * NEWS, configure.in:
12665         changed version to 2.5.2
12667 2002-04-25  Mikhael Goikhman  <migo@homemail.com>
12669         * fvwm/fvwm.1:
12670         improved main headers, added new COLORSETS section;
12671         documented State condition
12673         * NEWS:
12674         documented Tint in colorsets and utility renaming
12676         * libs/Flocale.c:
12677         corrected several error reporting problems
12679 2002-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12681         * fvwm/events.h:
12682         fixed leaving tear off menus
12684 2002-04-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12686         * fvwm/borders.c (border_draw_part_relief):
12687         (border_set_button_pixmap):
12688         (border_draw_title_stick_lines):
12689         (border_draw_title_mono):
12690         (border_draw_title_relief):
12691         * libs/fvwmlib.h (RelieveRectangle2):
12692         (RelieveRectangle):
12693         replaced functions by macros
12695         * libs/Graphics.c (do_relieve_rectangle):
12696         applied performance patch by Dave Trollope
12698 2002-04-24  Mikhael Goikhman  <migo@homemail.com>
12700         * libs/FBidi.c:
12701         * libs/FBidi.h:
12702         * libs/Flocale.c:
12703         * libs/Flocale.h:
12704         * libs/FlocaleCharset.c:
12705         FBidi is now independent from Flocale* again;
12706         iso8859-6.8x fonts recognized now as bidi-enabled
12708 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12710         * libs/Flocale.c:
12711         fixed --disable-multibyte
12713 2002-04-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12715         * fvwm/borders.c (border_draw_title_deep):
12716         (border_set_title_pixmap):
12717         (border_set_button_pixmap):
12718         fixed SolidButton title and button style
12720 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12722         * fvwm/fvwm.1:
12723         * NEWS:
12724         * AUTHORS:
12725         added new entry about CurrentAtEnd
12727         * colorset.c:
12728         minor reformatting and spell checking
12730 2002-04-23  Jochen Klenner  <jochen.klenner@gmx.net>
12732         * fvwm/windowlist.c (CMD_WindowList):
12733         Added new Windowlist option CurrentAtEnd
12735 2002-04-22  olicha  <olivier.chapuis@free.fr>
12737         * fvwm/colorset.c (parse_colorset):
12738         * libs/Colorset.h:
12739         Fixed an enormous core dump which comes from a cvs merging problem
12741         * fvwm/Makefile.am:
12742         * acconfig.h:
12743         * configure.in:
12744         Added Xrender detection and link fvwm if needed
12746         * libs/PictureGraphics.c:
12747         * libs/PictureGraphics.h:
12748         * libs/FRender.c:
12749         * libs/FRender.h:
12750         * libs/FRenderInterface.h:
12751         * libs/PictureGrpahics.c (*):
12752         * libs/PictureGrpahics.h:
12753         New libs files to acheive alpha-blend rendering and better XBM
12754         support. PictureGraphics contains elaborated version and also
12755         simplified version of XFillRectangle, XCopyPlan and XCopyArea
12756         Xlib functions.
12758         * fvwm/fvwm.h:
12759         * fvwm/icons.c (clear_icon):
12760         (GetIconPicture):
12761         (DrawIconWindow):
12762         (GetIconFromFile):
12763         * fvwm/events.c (HandlePropertyNotify):
12764         * fvwm/borders.c (border_fill_pixmap_background):
12765         (border_get_border_background):
12766         (border_draw_decor_to_pixmap):
12767         * fvwm/menuitem.c (menuitem_paint):
12768         * fvwm/add_window.c (destroy_icon):
12769         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12770         * fvwm/geometry.c (move_icon_to_position):
12771         * fvwm/colorset.c (free_colorset_background):
12772         (parse_colorset):
12773         * libs/Colorset.h:
12774         Implemented alpha-blend rendering with the new libs function
12776         * fvwm/colorset.c (free_colorset_background):
12777         (parse_colorset):
12778         * libs/Colorset.h:
12779         Implemented tinting of a Pixmap background colorset
12781         * fvwm/colorset.c (parse_colorset):
12782         Use the Scr.NoFocusWin as main window in the place of the
12783         Scr.SizeWindow, this fix a lot of X errors in my machine.
12785         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
12786         Donated our alpha channel
12788         * libs/vpacket.h:
12789         * fvwm/module_interface.h:
12790         * fvwm/module_interface.c (SendFvwmPicture):
12791         (BroadcastMiniIcon):
12792         (SendMiniIcon):
12793         (BroadcastFvwmPicture):
12794         (CMD_Send_WindowList):
12795         * fvwm/add_window.c (change_mini_icon):
12796         (broadcast_mini_icon):
12797         * fvwm/ewmh_icons.c:
12798         Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
12799         SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
12801         * libs/Makefile.am:
12802         * libs/PictureBase.c (*):
12803         * libs/PictureBase.h:
12804         * libs/Picture.c (*):
12805         * libs/Picture.h:
12806         * libs/PictureImageLoader.c (*):
12807         * libs/PictureImageLoader.h:
12808         * fvwm/*:
12809         Rename some libs file InitPicture -> PictureBase, FImageLoader ->
12810         PictureImageLoader.
12811         Rename some libs function: InitPictureCMap -> PictureInitCMap,
12812         UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
12813         PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
12814         SetImagePath -> PictureSetImagePath, findImageFile ->
12815         PictureFindImageFile, PictureList -> FvwmPictureList,
12816         LoadFvwmPicture removed now  PImageLoadFvwmPictureFromFile replace it,
12817         GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
12818         DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
12819         PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
12820         PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
12821         Also renamed more recent functions in PictureImageLoader.
12823         * fvwm/borders.c (border_draw_one_border_part):
12824         (border_draw_decor_to_pixmap):
12825         Fixed drawing of a TiledPixmap borded and fixed position of buttons
12826         pixmap
12828         * fvwm/menus.c (pop_menu_up):
12829         (animated_move_back):
12830         (ParentalMenuRePaint):
12831         * fvwm/move_resize.h (resize_geometry_window):
12832         * fvwm/move_resize.c (move_window_doit):
12833         (AnimatedMoveAnyWindow):
12834         (AnimatedMoveOfWindow):
12835         (AnimatedMoveFvwmWindow):
12836         Fixed transparent animated menu
12838 2002-04-21  Mikhael Goikhman  <migo@homemail.com>
12840         * fvwm/fvwm.1:
12841         fixed two places
12843 2002-04-19  Hippo
12845         * fvwm/colorset.c:
12846         * libs/Colorset.c:
12847         fixed running out of colors on 8bpp with ReadWriteColors;
12848         simulate colorsets on monochrome displays using three 1-bit pixmaps
12850 2002-04-19  Mikhael Goikhman  <migo@homemail.com>
12852         * configure.in:
12853         fixed $PERL detection again
12855 2002-04-18  Hippo
12857         * configure.in:
12858         added -Wno-implicit-int to -Wall in case of gcc
12860         * fvwm/colorset.c:
12861         * fvwm/fvwm.c:
12862         fixed ReadWriteColors on a PseudoColor display
12864 2002-04-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12866         * fvwm/move_resize.c (move_window_doit):
12867         set the is_icon_moved too flag if the icon was moved non-interactively
12869 2002-04-16  Hippo
12871         * fvwm/*.[ch]:
12872         * NEWS:
12873         Moved FvwmTheme functionality into fvwm.
12874         Added new commands Colorset, ReadWriteColors, CleanupColorsets.
12876 2002-04-17  Mikhael Goikhman  <migo@homemail.com>
12878         * configure.in:
12879         fixed $PERL detection
12881         * fvwm/fvwm.1:
12882         * fvwm/ConfigFvwmDefaults:
12883         several fixes and spelling
12885 2002-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12887         * libs/Bindings.c (CheckBinding):
12888         (MatchBinding):
12889         (GrabWindowKey):
12890         (GrabWindowButton):
12891         (MatchBindingExactly):
12892         patch by yeti@physics.muni.cz to help with a weird problem w/ czech
12893         keyboards
12895 2002-04-12  Mikhael Goikhman  <migo@homemail.com>
12897         * configure.in:
12898         configure now uses $PERL if set
12900         * **:
12901         all programs installed into ${bindir} have now fvwm- prefix;
12902         documentation updated
12904 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
12906         * **:
12907         renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
12908         documentation updated
12910 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
12912         * NEWS:
12913         added 2.4.7 entries
12915 2002-04-10  Dan Espen  <dane@mk.telcordia.com>
12917         * AUTHORS: New author.
12919         * NEWS: Edge Command.
12921 2002-04-09  Uwe Pross  <uwe.pross@gmx.net>
12923         * fvwm/fvwm2.1:
12924         Added EdgeCommand paragraph.
12926         * fvwm/events.c (HandleEnterNotify):
12927         Added execution of Scr.PanFrame*.command if set
12929         * fvwm/fvwm.c (InitVariables):
12930         Added init strings for pan frame commands.
12932         * fvwm/virtual.c:
12933         * fvwm/virtual.h:
12934         (checkPanFrames):
12935         Avoid hiding of pan frames if pan frame command is set.
12936         (CMD_EdgeCommand):
12937         Implementation of the buildin command EdgeCommand. First
12938         implementation of this function.
12940         * fvwm/screen.h (struct):
12941         added char * command in structure Panframe to store the pan frame
12942         command.
12944         * fvwm/functions.c:
12945         added declaration of CMD_ENTRY("edgecommand")
12947         * fvwm/functions.h:
12948         added definition of Flag F_EDGE_COMMAND
12950         * fvwm/commands.h:
12951         added definition of CMD_EdgeCommand(F_CMD_ARGS)
12953 2002-04-10  Mikhael Goikhman  <migo@homemail.com>
12955         * fvwm/fvwm2.1:
12956         added "BI-DIRECTIONAL TEXTS" section
12958         * libs/System.c:
12959         added #include <sys/select.h> to fix endless loop on QNX
12961 2002-04-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12963         * fvwm/fvwm2.1:
12964         changed description of focus models
12966 2002-04-09  olicha  <olivier.chapuis@free.fr>
12968         * configure.in:
12969         Check for libpng libpng 1.0.4a or better
12971 2002-04-08  Mikhael Goikhman  <migo@homemail.com>
12973         * fvwm/add_window.c (setup_title_geometry):
12974         * fvwm/fvwm.h:
12975         * fvwm/fvwm2.1:
12976         * fvwm/geometry.c (get_title_font_size_and_offset):
12977         * fvwm/geometry.h:
12978         * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
12979         * fvwm/style.h:
12980         * fvwm/window_flags.h:
12981         * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
12982         * libs/Fft.h:
12983         * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
12984         * libs/Flocale.h:
12985         new Style options TopTitleRotated / TopTitleNotRotated,
12986         BottomTitleRotated / BottomTitleNotRotated
12988 2002-04-08  olicha  <olivier.chapuis@free.fr>
12990         * libs/Makefile.am:
12991         Fixed make dist again
12993 2002-04-07  Dan Espen  <dane@mk.telcordia.com>
12995         * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
12997 2002-04-07  Mikhael Goikhman  <migo@homemail.com>
12999         * INSTALL.fvwm:
13000         minor wording fixes
13002         * NEWS:
13003         mention a new FvwmIconMan syntax
13005         * sample.fvwmrc/new-features:
13006         * sample.fvwmrc/system.fvwm2rc:
13007         * sample.fvwmrc/system.fvwm2rc-sample-95:
13008         use a new module syntax
13010 2002-04-06  olicha  <olivier.chapuis@free.fr>
13012         * fvwm/fvwm2.1:
13013         * INSTALL.fvwm:
13014         Forget to save some file
13016         * libs/FImageLoader.c (c100_init_base_table):
13017         Allows init even if !XPM
13019         * libs/Makefile.am:
13020         Remove a F
13022         * configure.in:
13023         Fixed png detection
13025         * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
13026         Fixed a GC memory leaks.
13028         * fvwm/fvwm.c (setVersionInfo):
13029         * fvwm/fvwm2.1:
13030         Updated -version for png, bidi and xft
13032         * fvwm/fvwm2.1:
13033         Modified the ICONS section. Rename it ICONS AND IMAGES and
13034         document PNG file format. Replace "xpm or bitmap file" by
13035         "image file" in a few place.
13037         * INSTALL.fvwm:
13038         * NEWS:
13039         PNG news and documented libpng in the "Optional libraries used by FVWM"
13040         section
13042 2002-04-05  olicha  <olivier.chapuis@free.fr>
13044         * libs/FImageLoader.c (c100_init_base_table):
13045         (FImageReduceRGBColor):
13046         (FImageCreatePixmapFromArgbData):
13047         Speed up color limitation for png image and ewmh icons
13048         Respect color limit even with DirectColor and TrueColor
13050         * configure.in:
13051         * acconfig.h (HAVE_PNG):
13052         Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13053         even without XPM support
13055         * libs/Makefile.am
13056         * libs/InitPicture.c (new file):
13057         * libs/InitPicture.h (new file):
13058         * libs/Picture.c:
13059         * libs/Picture.h:
13060         * libs/FImageLoader.c (new file):
13061         * libs/FImageLoader.h (new file):
13062         * libs/Fxpm.h (new file):
13063         * libs/Fpng.h (new file):
13064         Images are loaded in FImageLoader. PNG image can be loaded, the loader
13065         come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13066         ColorLimit stuff is applied to PNG image.
13067         Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13068         Picture.c and Picture.h.
13069         InitPicture contains the Picture structure, initialize the visual,
13070         depth and color map and contains image path stuff as Picture contains
13071         Picture manipulations.
13073         * libs/ColorUtils.c:
13074         * libs/Picture.h:
13075         Moved the Picture color utils func to ColorUtils
13077         * fvwm/Makefile.am:
13078         links against libpng
13080         * fvwm/icons.c (GetIconPicture):
13081         (GetXPMFile):
13082         (GetBitmapFile):
13083         (GetIconFromFile):
13084         Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13085         the libs image loader
13087         * fvwm/cursor.c (CMD_CursorStyle):
13088         Use FImageLoadCursorPixmapFromFile (no PNG support here)
13090         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13091         (EWMH_SetIconFromWMIcon):
13092         Use the argb loader of the libs. ColorLimit are now applied to ewmh
13093         icons
13095         * fvwm/modconf.c:
13096         Send the ColorLimit to module in any case
13098         * libs/fvwmlib.h:
13099         * libs/Graphics.c:
13100         * libs/Flocale.c
13101         * libs/Fft.c:
13102         * libs/Colorset.c:
13103         * fvwm/add_window.c:
13104         * fvwm/builtins.c:
13105         * fvwm/fvwm.h:
13106         * fvwm/menus.c:
13107         * fvwm/menustyle.c:
13108         * fvwm/move_resize.c:
13109         include cleanup
13111 2002-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13113         * fvwm/events.c (test_map_request):
13114         (test_resizing_event):
13115         fixed endless loop in HandleConfigureRequest
13117 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13119         * fvwm/add_window.c (setup_style_and_decor):
13120         fixed borderless transients
13122         * fvwm/events.c (test_resizing_event):
13123         (HandleConfigureRequest):
13124         * fvwm/frame.c (frame_create_move_resize_args):
13125         * fvwm/add_window.c (AddWindow):
13126         * fvwm/fvwm.h:
13127         * fvwm/window_flags.h:
13128         tried to improve ConfigureRequest handling
13130         * fvwm/events.c (HandlePropertyNotify):
13131         recalculate window size when the base_width or base_height hint
13132         changes; fixes some problems with xemacs
13134         * fvwm/virtual.c (map_window):
13135         redraw decorations
13137         * fvwm/borders.c (border_draw_decorations):
13138         don't redraw windows on a different desk
13139         keep track of Scr.Hilite
13141 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13143         * fvwm/virtual.c (unmap_window):
13144         * fvwm/move_resize.c (resize_window):
13145         * fvwm/icons.c (Iconify):
13146         * fvwm/add_window.c (CaptureOneWindow):
13147         * fvwm/borders.c (border_undraw_decorations):
13148         mark window decorations as not drawn whenever the frame is unmapped
13150 2002-03-30  Dan Espen  <dane@mk.telcordia.com>
13152         * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13154 2002-03-29  Mikhael Goikhman  <migo@homemail.com>
13156         * libs/FBidi.c:
13157         use safemalloc and alloca instead of malloc
13159 2002-03-29  olicha  <olivier.chapuis@free.fr>
13161         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13162         Set the X locale charset on system without XOpenOM
13164 2002-03-27  Mikhael Goikhman  <migo@homemail.com>
13166         * configure.in:
13167         fixed multibyte support reporting
13169 2002-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13171         * libs/fvwmlib.h:
13172         * fvwm/fvwm.h:
13173         * config.h.in:
13174         moved gcc extension __attribute__ handling to config.h
13176         * fvwm/fvwm.c (main):
13177         * fvwm/stack.c (add_window_to_stack_ring_after):
13178         * fvwm/icons.c (GetIconWindow):
13179         (GetIconBitmap):
13180         * fvwm/add_window.c:
13181         fixed core dumps and other bugs in debug messages
13183 2002-03-27  olicha  <olivier.chapuis@free.fr>
13185         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13186         (FlocaleCharsetSetFlocaleCharset):
13187         * acconfig.h:
13188         * configure.in (problem_multibyte):
13189         Fixed compilation for system without XOpenOM in Xlib.h
13191         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13192         * libs/Ficonv.c (FiconvInit):
13193         Be more safe
13195         * fvwm/fvwm.c:
13196         include only libs/Flocale.h
13198 2002-03-26  Mikhael Goikhman  <migo@homemail.com>
13200         * configure.in:
13201         fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13203         * libs/FBidi.c:
13204         * libs/FBidi.h:
13205         * libs/Flocale.c:
13206         * libs/FlocaleCharset.c:
13207         minor modifications, like removed #include;
13208         fixed core dump with bidi and utf-8
13210 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13212         * fvwm/frame.c (frame_update_hidden_window_pos):
13213         fixed shade/maximize/unshade
13215         * fvwm/builtins.c (FreeDecorFace):
13216         fixed memory leak
13218         * fvwm/borders.c (get_common_decorations):
13219         (border_get_border_style):
13220         * fvwm/style.c (parse_and_set_window_style):
13221         * fvwm/style.h:
13222         * fvwm/window_flags.h:
13223         * fvwm/fvwm.h (struct):
13224         * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13225         (frame_create_move_resize_args):
13226         (frame_move_resize_step):
13227         (frame_next_move_resize_args):
13228         new styles WindowShadeLazy [default], WindowShadeBusy and
13229         WindowShadeAlwaysLazy
13231         * fvwm/frame.c (frame_set_decor_gravities):
13232         fixed window bit gravities
13233         split into smaller functions
13234         (frame_move_resize_step):
13235         fixed a bug w/ the parent gravity
13236         (frame_hide_changing_window_parts):
13237         fixed flickering in one of the corners during shade animation
13238         (frame_mrs_hide_changing_parts):
13239         renamed function
13240         (frame_mrs_prepare_vars):
13241         (frame_mrs_hide_unhide_parent):
13242         (frame_mrs_setup_draw_decorations):
13243         (frame_mrs_resize_move_windows):
13244         new functions
13246 2002-03-25  olicha  <olivier.chapuis@free.fr>
13248         * libs/Fft.c (FftSetupEncoding):
13249         Fixed compilation
13251         * libs/Flocale.c (FlocaleDrawString):
13252         * libs/FBidi.c (FBidiConvert):
13253         * libs/FBidi.h:
13254         Pass the font to FBidiConvert
13256         * acconfig.h (HAVE_LIBCHARSET):
13257         * acinclude.m4 (CHECK_LIBCHARSET):
13258         * configure.in:
13259         If libiconv is used check for libcharset
13261         * libs/Makefile.am:
13262         * libs/FlocaleCharset.h:
13263         * libs/FlocaleCharset.c:
13264         * libs/Flocale.h:
13265         * libs/Flocale.c (*):
13266         * libs/Fft.c (FftSetupEncoding):
13267         * libs/Fft.h:
13268         New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13269         FlocaleFont has such a member which is set when charset info are needed.
13270         FlocaleCharset.c contains a big table which associates to an X charset
13271         various possible locale charsets and the fribidi charset.
13272         If libiconv is used, libcharset is used to compute the locale charset.
13273         Various Flocale clean up.
13275         * fvwm/fvwm.c (main):
13276         Removed the call to FlocaleInitCharset, it is now done automatically
13277         when needed
13279         * libs/Makefile.am:
13280         * libs/Ficon.h:
13281         * libs/Ficonv.c:
13282         * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13283         * fvwm/ewmh.h:
13284         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13285         (EWMH_WMIconName):
13286         (EWMH_WMName):
13287         (EWMH_SetDesktopNames):
13288         Moved iconv conversions into the library. Try to found the good iconv
13289         charset with the help of the font and of the FlocaleCharset table.
13291 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13293         * libs/Module.c (SendFvwmPipe):
13294         * libs/Graphics.c (do_relieve_rectangle):
13295         * fvwm/menustyle.c (menustyle_parse_old_style):
13296         * fvwm/add_window.c (setup_window_structure):
13297         memory management patches by Dave Trollope
13299         * fvwm/frame.c (frame_get_sidebar_geometry):
13300         hide the handles when using the NoHandles style
13302         * fvwm/borders.c (border_redraw_decorations):
13303         change in title rotation is applied immediately, don't use the value "2"
13304         to force redrawing
13306         * fvwm/style.c (parse_and_set_window_style):
13307         removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13308         styles can be used
13309         documented the new title directions
13310         (parse_and_set_window_style):
13311         removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13312         instead
13313         documented these styles
13315         * fvwm/add_window.c (CaptureOneWindow):
13316         (CaptureAllWindows):
13317         (AddWindow):
13318         cleaned up
13320         * fvwm/icons.c (DeIconify):
13321         fiexd fucoused window not hilighting after deiconification
13323 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13325         * fvwm/update.c (apply_window_updates):
13326         windows are not unshaded when the decoration layout changes
13328         * fvwm/frame.c (frame_create_move_resize_args):
13329         fixed excessive redrawing
13330         (frame_get_hidden_pos):
13331         fixed parent geometry when window is hidden
13333         * fvwm/add_window.c (setup_frame_stacking):
13334         fixed stacking of right buttons
13336         * fvwm/frame.c (frame_set_decor_gravities):
13337         fixed title and button bit gravities
13339         * fvwm/add_window.c (setup_frame_stacking):
13340         (change_auxiliary_windows):
13341         fixed "button" style
13343         * fvwm/geometry.c (get_title_button_geometry):
13344         * fvwm/menus.c (pop_menu_up):
13345         fixed menu placement relative to window titles
13347         * libs/Flocale.c (FlocaleDrawString):
13348         fixed compiler warning w/o fribidi
13350         * fvwm/virtual.c (MoveViewport):
13351         (MapDesk):
13352         (do_move_window_to_desk):
13353         * fvwm/update.c (apply_window_updates):
13354         * fvwm/icons.c (Iconify):
13355         (CMD_Iconify):
13356         * fvwm/module_interface.c (SETOLDFLAGS):
13357         * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13358         * fvwm/style.c (parse_and_set_window_style):
13359         * fvwm/window_flags.h:
13360         * fvwm/session.c (MatchWinToSM):
13361         * fvwm/placement.c (PlaceWindow):
13362         * fvwm/add_window.c (CaptureAllWindows):
13363         (setup_window_placement):
13364         (CaptureOneWindow):
13365         (AddWindow):
13366         (destroy_window):
13367         * fvwm/menus.c (menu_tear_off):
13368         * fvwm/events.c (HandleMapRequestKeepRaised):
13369         (HandleMapNotify):
13370         * fvwm/fvwm.h:
13371         removed some of those pesky globals: PPosOverride, isIconicState and
13372         isIconifiedByParent; pass round a structure instead
13373         removed the do_start_iconic window flag
13374         removed do_delete_icon_moved flag
13376 2002-03-24  Mikhael Goikhman  <migo@homemail.com>
13378         * acconfig.h:
13379         * configure.in:
13380         renamed HAVE_FRIBIDI to HAVE_BIDI
13382         * libs/FBidi.c:
13383         * libs/FBidi.h:
13384         added more comments
13386         * fvwm/Makefile.am:
13387         * libs/Flocale.c:
13388         * libs/Makefile.am:
13389         added a dummy call to FBidi to test linking against bidi libs
13391 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13393         * fvwm/windowshade.c (CMD_WindowShade):
13394         changed syntax of windowshade with direction
13395         (CMD_WindowShade):
13396         update button state after unshading
13398         * fvwm/add_window.c (AddWindow):
13399         fixed mini icon update
13401         * fvwm/events.c (HandleEnterNotify):
13402         fixed icon picture redrawing
13403         icon titles are no longer raised and expanded if the icon has only a
13404         title
13406         * fvwm/move_resize.c (resize_window):
13407         fixed core dump
13409         * libs/gravity.c (gravity_move_resize_parent_child):
13410         * fvwm/frame.c (frame_get_titlebar_dimensions):
13411         (frame_prepare_animation_shape):
13412         (frame_move_resize_step):
13413         (frame_get_titlebar_dimensions_only):
13414         (frame_get_hidden_pos):
13415         (frame_update_hidden_window_pos):
13416         (frame_free_move_resize_args):
13417         (frame_create_move_resize_args):
13418         fixed shading of shaped windows
13420         * fvwm/borders.c:
13421         clean up
13423         * fvwm/fvwm.c (main):
13424         * fvwm/misc.c (GrabEm):
13425         fixed a problem with the cursor shape during window shading
13427         * fvwm/update.c (apply_window_updates):
13428         fixed drawing of hilighted window after a decoration change
13430         * fvwm/update.c (apply_window_updates):
13431         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13432         * fvwm/borders.c (RedrawDecorations):
13433         renamed RedrawDecorations()
13435         * fvwm/move_resize.c (move_window_doit):
13436         * libs/fvwmrect.c:
13437         * fvwm/misc.c (move_into_rectangle):
13438         (intersect_xrectangles):
13439         functions renamed and moved to fvwmrect.c
13441         * fvwm/borders.c (border_get_changed_border_parts):
13442         (frame_get_changed_border_parts):
13443         reduced border redrawing
13444         moved fucntion to borders.c
13446         * fvwm/events.c (HandleButtonPress):
13447         (DispatchEvent):
13448         suppress button events on frame windows
13450         * fvwm/frame.c (frame_setup_border):
13451         fixed a problem with the border setup
13453         * fvwm/borders.c (border_draw_decorations):
13454         * fvwm/events.c (HandleEnterNotify):
13455         fixed icon title drawing
13457         * fvwm/misc.c (GrabEm):
13458         fixed a pointer grab hang with xmag?
13460         * fvwm/move_resize.c (resize_window):
13461         use frame_move_resize function to improve performance
13463         * fvwm/add_window.c (AddWindow):
13464         fixed recaturing shaded windows
13466         * fvwm/borders.c:
13467         suppress unnecessary title redraws
13469         * fvwm/frame.c:
13470         window shading works again; there are still some problems with
13471         recapture, restart, border drawing and shaped windows
13473 2002-03-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13475         * fvwm/geometry.c (get_shaded_geometry_with_dir):
13476         new function
13478         * fvwm/frame.c (frame_get_title_bar_dimensions):
13479         fixed minor button layout bug
13480         (frame_update_hidden_window_pos):
13482         * fvwm/ewmh_names.c (EWMH_WMName):
13483         * fvwm/gnome.c (GNOME_HandlePropRequest):
13484         * fvwm/focus.c (DoSetFocus):
13485         * fvwm/stack.c (new_layer):
13486         * fvwm/icons.c (DeIconify):
13487         (Iconify):
13488         * fvwm/events.c (HandleFocusIn):
13489         (HandlePropertyNotify):
13490         (HandleExpose):
13491         (HandleMapNotify):
13492         (HandleButtonPress):
13493         (HandleLeaveNotify):
13494         * fvwm/builtins.c (CMD_ChangeDecor):
13495         (CMD_UpdateDecor):
13496         * fvwm/move_resize.c (resize_move_window):
13497         (resize_window):
13498         (resize_window):
13499         (maximize_fvwm_window):
13500         (handle_stick):
13501         * fvwm/borders.c (DrawDecorations):
13502         (RedrawDecorations):
13503         removed function DrawDecorations()
13504         (border_draw_decorations):
13505         renamed draw_decorations_with_geom() to border_draw_decorations()
13507         * fvwm/events.c (HandleExpose):
13508         fixed drawing icon titles
13510         * fvwm/add_window.c (adjust_fvwm_internal_windows):
13511         * fvwm/events.c (HandleFocusIn):
13512         (HandleFocusOut):
13513         * fvwm/screen.h (ScreenInfo):
13514         return the focus to the window that had the focus before an or window
13515         stole it and then died.
13517         * fvwm/menus.c (scanForColor):
13518         removed duplicate call of strlen
13519         use alloca instead of safemalloc
13521         * fvwm/menustyle.c (menustyle_parse_style):
13522         don't call memset right before memcpy
13524         * fvwm/module_interface.c (AddToMessageQueue):
13525         (DeleteMessageQueueBuff):
13526         removed one safemalloc and inline'd the function
13527         merged AddToMessageQueue into PositiveWrite
13529         * fvwm/borders.c (border_draw_decor_to_pixmap):
13530         fixed pixmap and mini icon buttons
13531         (border_fill_pixmap_background):
13532         fixed an X error
13533         (border_get_tb_parts_to_draw):
13534         buttons and title background using the border style is updated when the
13535         buttons moves
13537         * fvwm/events.c (WaitForButtonsUp):
13538         don't grab the whole server but merely the pointer to allow applications
13539         redrawing themselves
13541         * fvwm/borders.c:
13542         finished writing title drawing code
13544         * fvwm/move_resize.c (resize_window):
13545         (resize_move_window):
13546         (unmaximize_fvwm_window):
13547         removed now unnecessary calls to DrawDecorations()
13549         * fvwm/frame.c (frame_hide_changing_window_parts):
13550         fixed hiding bottom/right titles
13552         * fvwm/add_window.c (AddWindow):
13553         fixed recapturing shaded windows
13555         * fvwm/misc.c (GrabEm):
13556         fixed the cursor over the title window while resizing
13558 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13560         * libs/Graphics.c (CreateTiledPixmap):
13561         improved efficience: let the X server tile a pixmap via the GC settings
13563         * fvwm/fvwm.c (CreateGCs):
13564         * fvwm/screen.h (ScreenInfo):
13565         added new global GC Scr.TileGC
13567         * fvwm/borders.c (border_fill_pixmap_background):
13568         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13569         use already created gcs
13571         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13572         * fvwm/menus.c (paint_menu_gradient_background):
13573         fixed using a randow members in gcs
13575 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13577         * configure.in:
13578         added compilation test for fribidi
13580 2002-03-22  Dan Espen  <dane@mk.telcordia.com>
13582         * NEWS: Document FvwmForm timeout.
13584 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13586         * fvwm/session.c (MatchWinToSM):
13587         * fvwm/add_window.c (AddWindow):
13588         preserve user states over a restart
13590         * fvwm/add_window.c (setup_window_structure):
13591         preserve user states over a recapture
13593         * fvwm/functions.c (execute_function):
13594         "Silent" suppresses the "No such command ..." message
13596         * fvwm/frame.c (frame_move_resize):
13597         * fvwm/misc.c (GrabEm):
13598         fixed the cursor shape during resizing
13599         fixed button looks in small windows
13601 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13603         * libs/FBidi.c:
13604         * libs/FBidi.h:
13605         new files
13607 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13609         * fvwm/fvwm.c (LoadDefaultLeftButton):
13610         (LoadDefaultRightButton):
13611         * fvwm/borders.c (border_draw_vector_to_pixmap):
13612         * fvwm/screen.h (DecorFace):
13613         * fvwm/builtins.c (ReadDecorFace):
13614         fixed transparent vector line support
13616         * libs/Graphics.c (CreateGradientPixmap):
13617         fixed potential core dump with illegal gradients
13619 2002-03-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13621         * fvwm/fvwm.h (FvwmWindow):
13622         removed button_background_pixmap member
13624         * fvwm/update.c (apply_window_updates):
13625         fixed changing the decoration size
13627         * fvwm/windowshade.c (CMD_WindowShade):
13628         * fvwm/frame.c (frame_setup_border):
13629         * fvwm/functions.c (execute_complex_function):
13630         removed debug code
13632         * fvwm/move_resize.c (resize_window):
13633         fixed aboting of a opaque resize w/ maximized windows
13634         (ParseOneResizeArgument):
13635         resize arguments don't take the border into account
13636         (GetResizeArguments):
13637         implemented new option "Frame" to the Resize and ResizeMove commands
13639 2002-03-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13641         * fvwm/fvwm2.1:
13642         * fvwm/builtins.c (ReadDecorFace):
13643         * fvwm/borders.c (DrawLinePattern):
13644         implemented transparent drawing color in vector buttons: C == 4
13646         * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13647         * fvwm/builtins.c (ReadDecorFace):
13648         increased allowed number of lines in a vector button to 10000 and moved
13649         the definition to defaults.h
13651         * fvwm/virtual.c (MoveViewport):
13652         don't send useless M_NEW_PAGE packets
13654         * fvwm/frame.c:
13655         * fvwm/borders.c:
13656         started work on new button/title drawing code
13658         * fvwm/events.c (HandleExpose):
13659         don't handle expose on the title bar
13661         * fvwm/borders.c:
13662         * fvwm/frame.c (frame_get_sidebar_geometry):
13663         * fvwm/fvwm.h (FvwmWindow):
13664         replaced border_state with decor_state
13666         * libs/defaults.h (NR_RIGHT_BUTTONS):
13667         added a comment
13669         * fvwm/events.h:
13670         * fvwm/events.c (HandleExpose):
13672         * fvwm/frame.c (frame_setup_border):
13673         hide sidebars if they are too small, i.e. 0 pixels
13675 2002-03-20  olicha  <olivier.chapuis@free.fr>
13677         * libs/Flocale.c (FlocaleFreeNameProperty):
13678         Fixed random core dump
13680 2002-03-19  olicha  <olivier.chapuis@free.fr>
13682         * fvwm/ConfigFvwmDefaults:
13683         RightTitleRotatedCW is a default
13685 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13687         * fvwm/frame.c (frame_get_sidebar_geometry):
13688         window corners are always at least the border width thick
13690         * fvwm/geometry.c (update_absolute_geometry):
13691         fixed south/east shading
13693         * fvwm/frame.c (frame_move_resize_step):
13694         did the best I could to prevent rxvt from flashing in the background
13695         colour
13697         * fvwm/add_window.c (get_default_window_attributes):
13698         (get_default_window_attributes):
13699         (setup_resize_handle_windows):
13700         * fvwm/borders.c (border_get_border_gcs):
13701         applied -visual fix by Hippo
13703         * fvwm/cursor.c (CMD_CursorStyle):
13704         fixed endless loop
13706         * fvwm/frame.c (frame_get_title_bar_dimensions):
13707         fixed order of right buttons
13708         (frame_move_resize_step):
13709         reduced flashing when maximizing
13711         * fvwm/geometry.c (update_absolute_geometry):
13712         adapted for horizontal shading
13714 2002-03-19  Mikhael Goikhman  <migo@homemail.com>
13716         * fvwm/borders.c:
13717         * fvwm/builtins.c:
13718         * fvwm/fvwm.h:
13719         * fvwm/geometry.c:
13720         * libs/Fft.c:
13721         * libs/Flocale.c:
13722         * libs/Flocale.h:
13723         several renamings of text_direction to text_rotation
13725 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13727         * fvwm/windowshade.c (CMD_WindowShade):
13728         * fvwm/frame.c (frame_create_move_resize_args):
13729         (frame_move_resize_step):
13730         hack to enable non-animated window shading for the time being
13732         * fvwm/style.c (parse_and_set_window_style):
13733         (parse_and_set_window_style):
13734         allow to abbreviate [Counter]ClockWise with [C]CW
13736         * fvwm/frame.c (frame_move_resize_step):
13737         fixed
13739         * fvwm/geometry.c (gravity_constrain_size):
13740         removed useless code
13742         * fvwm/update.c (apply_window_updates):
13743         * fvwm/add_window.c (AddWindow):
13744         * fvwm/move_resize.c (unmaximize_fvwm_window):
13745         (resize_window):
13746         do not write into frame_g. only frame.c should do this
13748         * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
13749         (MIN_WINDOW_TITLE_LENGTH):
13750         new default values
13751         * fvwm/frame.c (frame_setup_title_bar):
13752         (get_resize_decor_gravities_one_axis):
13753         (frame_setup_window_internal):
13754         (frame_move_resize_step):
13755         (frame_create_move_resize_args):
13756         rewrote frame_setup_title_bar function
13758         * fvwm/add_window.c (setup_frame_stacking):
13759         fixed title bar stacking order
13761         * fvwm/frame.c (frame_setup_title_bar):
13762         removed yesterday's 'fix'
13764         * fvwm/add_window.c (hide_screen):
13765         (setup_title_window):
13766         (setup_resize_handle_windows):
13767         (setup_button_windows):
13768         fixed visual and depth of decoration windows
13770 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13772         * fvwm/frame.c (frame_setup_title_bar):
13773         fixed title layout bug
13775         * fvwm/move_resize.c (MaximizeHeight):
13776         fixed bug in "grow" option of the Maximize command
13778         * fvwm/geometry.h:
13779         fixed broken prototype for get_title_font_size_and_offset
13781         * fvwm/geometry.c (get_title_font_size_and_offset):
13782         simplified code a bit
13784 2002-03-18  olicha  <olivier.chapuis@free.fr>
13786         * fvwm/geometry.h:
13787         * fvwm/geometry.c (get_title_font_size_and_offset):
13788         * fvwm/add_window.c (setup_title_geometry):
13789         * fvwm/style.h:
13790         * fvwm/style.c (parse_and_set_window_style):
13791         (check_window_style_change):
13792         * fvwm/update.c (apply_window_updates):
13793         * fvwm/window_flags.h:
13794         * fvwm/fvwm.h:
13795         Reworte side title direction styles and use LeftTitleRotatedClockWise /
13796         LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
13797         RightTitleRotatedCounterClockWise
13799 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13801         * acconfig.h:
13802         * vms/config.h (FMiniIconsSupported):
13803         removed last traces of MINI_ICONS ifdef
13805         * fvwm/windowlist.c (CMD_WindowList):
13806         * fvwm/update.c (apply_window_updates):
13807         * fvwm/style.h:
13808         * fvwm/style.c (merge_styles):
13809         (parse_and_set_window_style):
13810         (check_window_style_change):
13811         * fvwm/screen.h:
13812         * fvwm/module_interface.c (SendMiniIcon):
13813         (BroadcastMiniIcon):
13814         (CMD_Send_WindowList):
13815         * fvwm/fvwm.h (FvwmWindow):
13816         * fvwm/ewmh_icons.c (ewmh_WMIcon):
13817         (EWMH_DoUpdateWmIcon):
13818         (ewmh_SetWmIconFromPixmap):
13819         (EWMH_DeleteWmIcon):
13820         (EWMH_SetIconFromWMIcon):
13821         * fvwm/builtins.c (ReadDecorFace):
13822         * fvwm/borders.c (DrawButton):
13823         (CMD_BorderStyle):
13824         (CMD_BorderStyle):
13825         * fvwm/add_window.c (setup_window_structure):
13826         (setup_mini_icon):
13827         (destroy_mini_icon):
13828         (change_mini_icon):
13829         (AddWindow):
13830         * acconfig.h (FMiniIconsSupported):
13831         replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
13832         compiler checks
13834         * fvwm/screen.h:
13835         removed an FANCY_TITLEBARS ifdef
13837         * fvwm/borders.c (border_draw_one_part):
13838         (border_draw_border_parts):
13839         (border_draw_all_parts):
13840         (draw_clipped_decorations_with_geom):
13841         performance enhancement
13843 2002-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13845         * fvwm/frame.c (frame_move_resize_step):
13846         force setting up the border when function is called with FRAME_MR_SETUP
13847         (frame_setup_window_internal):
13848         removed duplicate frame setup
13850         * fvwm/borders.c (border_get_parts_and_pos_to_draw):
13851         fixed logic bug
13852         (draw_clipped_decorations_with_geom):
13853         do not flush the X queue after drawing; let the caller do it
13855         * fvwm/frame.c (frame_get_sidebar_geometry):
13856         fixed layout of windows with a small height
13857         (frame_hide_changing_window_parts):
13858         fixed flickering
13860         * fvwm/borders.c:
13861         * fvwm/frame.c:
13862         made good progress with frame layout rewrite. I think it is already
13863         considerably faster.
13864         some general clean up
13866         * fvwm/add_window.c (setup_decor_window):
13867         function removed
13869         * fvwm/windowshade.c (CMD_WindowShade):
13870         * fvwm/stack.c (verify_stack_ring_consistency):
13871         (RaiseOrLowerWindow):
13872         * fvwm/move_resize.c (resize_move_window):
13873         (move_window_doit):
13874         (draw_move_resize_grid):
13875         * fvwm/icons.c (DrawIconWindow):
13876         * fvwm/icccm2.c (CloseICCCM2):
13877         (convertProperty):
13878         (HandleSelectionRequest):
13879         * fvwm/fvwm.c (main):
13880         (SaveDesktopState):
13881         * fvwm/focus.c (DoSetFocus):
13882         * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
13883         * fvwm/events.c (HandlePropertyNotify):
13884         (HandleButtonPress):
13885         (HandleConfigureRequest):
13886         * fvwm/add_window.c (RestoreWithdrawnLocation):
13887         (Reborder):
13888         * fvwm/builtins.c (CMD_Delete):
13889         (CMD_Destroy):
13890         (CMD_Close):
13891         (CMD_FakeClick):
13892         * fvwm/menus.c (paint_menu):
13893         (DestroyMenu):
13894         * fvwm/misc.c (UngrabEm):
13895         (GrabEm):
13896         * fvwm/schedule.c (execute_obj_func):
13897         * fvwm/add_window.c (hide_screen):
13898         (destroy_window):
13899         use XFlush instead of XSync when the latter is not necessary
13901         * libs/fvwmrect.c (fvwmrect_rectangles_equal):
13902         new function
13904         * fvwm/add_window.c (adjust_fvwm_internal_windows):
13905         inform frame module if the window with the hide windows dies
13907         * fvwm/placement.c (PlaceWindow):
13908         (CMD_PlaceAgain):
13909         * fvwm/add_window.c (setup_window_attr):
13910         (setup_frame_attributes):
13911         (AddWindow):
13912         (RestoreWithdrawnLocation):
13913         (setup_window_placement):
13914         * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
13915         (get_title_geometry):
13916         * fvwm/fvwm.c (InitVariables):
13917         * fvwm/frame.c (frame_setup_frame):
13918         * fvwm/colormaps.c (HandleColormapNotify):
13919         (InstallWindowColormaps):
13920         * fvwm/events.c (HandleConfigureRequest):
13921         (HandleUnmapNotify):
13922         * fvwm/fvwm.h (FvwmWindow):
13923         removed attr member of FvwmWindow and replaced by a structure defined
13924         ourselves that is much smaller
13926         * fvwm/add_window.c (hide_screen):
13927         don't use save_unders and backing_store for the window used in recapture
13929         * fvwm/frame.c (frame_init):
13930         * fvwm/fvwm.c (main):
13931         new function to initialise frame module
13933         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
13934         new function
13936 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13938         * fvwm/frame.c:
13939         clean up
13941         * fvwm/borders.h (enum):
13942         * fvwm/borders.c (draw_clipped_decorations_with_geom):
13943         (border_get_parts_and_pos_to_draw):
13944         * fvwm/fvwm.h (struct):
13945         some clean up
13946         fixed calculations of which border parts to draw
13948         * fvwm/fvwm2.1:
13949         corrected some typos
13950         * fvwm/frame.c:
13951         * fvwm/borders.c:
13952         handle marks work again
13954 2002-03-16  Dan Espen  <dane@mk.telcordia.com>
13956         * AUTHORS: New author added.
13958 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13960         * fvwm/frame.c:
13961         * fvwm/borders.c:
13962         * fvwm/add_window.c (setup_frame_stacking):
13963         * fvwm/cursor.c (CMD_CursorStyle):
13964         * fvwm/events.c (HandleExpose):
13965         (HandleMapNotify):
13966         (HandleEnterNotify):
13967         (HandleLeaveNotify):
13968         (GetContext):
13969         * fvwm/geometry.c (get_title_button_geometry):
13970         * fvwm/virtual.c (map_window):
13971         * fvwm/add_window.c (setup_parent_window):
13972         (setup_resize_handle_cursors):
13973         (setup_resize_handle_windows):
13974         (resize_resize_handle_windows):
13975         (change_resize_handle_windows):
13976         some progress with new frame layout
13978         * fvwm/add_window.c (setup_visible_name):
13979         fixed off-by-one bug in setup_visible_name
13980         maximum window number can be set in defaults.h
13982 2002-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13984         * fvwm/windowlist.h:
13985         * fvwm/virtual.h:
13986         * fvwm/update.h:
13987         * fvwm/style.h:
13988         * fvwm/read.h:
13989         * fvwm/placement.h:
13990         * fvwm/menus.h:
13991         * fvwm/move_resize.h:
13992         * fvwm/icons.h:
13993         * fvwm/geometry.h:
13994         * fvwm/frame.h:
13995         * fvwm/focus.h:
13996         * fvwm/events.h:
13997         * fvwm/borders.h:
13998         * fvwm/add_window.h:
13999         * fvwm/ewmh_names.c:
14000         * fvwm/ewmh_icons.c:
14001         * fvwm/ewmh_events.c:
14002         * fvwm/ewmh.c:
14003         * fvwm/frame.c:
14004         * fvwm/menucmd.c:
14005         * fvwm/schedule.c:
14006         * fvwm/geometry.c:
14007         * fvwm/gnome.c:
14008         * fvwm/windowlist.c:
14009         * fvwm/cursor.c:
14010         * fvwm/update.c:
14011         * fvwm/bindings.c:
14012         * fvwm/colormaps.c:
14013         * fvwm/decorations.c:
14014         * fvwm/conditional.c:
14015         * fvwm/misc.c:
14016         * fvwm/read.c:
14017         * fvwm/placement.c:
14018         * fvwm/fvwm.c:
14019         * fvwm/virtual.c:
14020         * fvwm/session.c:
14021         * fvwm/functions.c:
14022         * fvwm/stack.c:
14023         * fvwm/icons.c:
14024         * fvwm/module_interface.c:
14025         * fvwm/style.c:
14026         * fvwm/add_window.c:
14027         * fvwm/events.c:
14028         * fvwm/builtins.c:
14029         * fvwm/move_resize.c:
14030         * fvwm/borders.c:
14031         * fvwm/menus.c:
14032         * fvwm/fvwm.h (FvwmWindow):
14033         moved all windows into a separate sub structure and wrote access macros
14034         renamed FvwmWindow argument to builtin commands to "fw"
14035         renamed tmp_win to fw everywhere
14037         * fvwm/borders.c (RedrawBorder):
14038         * fvwm/decorations.c (SelectDecor):
14039         * fvwm/add_window.c (setup_style_and_decor):
14040         (setup_resize_handle_cursors):
14041         * fvwm/window_flags.h:
14042         * fvwm/fvwm.h (struct):
14043         added new member has_handles and new macro HAS_HANDLES
14045         * fvwm/decorations.c (SelectDecor):
14046         fixed the NoHandles style
14048         * fvwm/decorations.c (SelectDecor):
14049         * fvwm/style.c (check_window_style_change):
14050         (parse_and_set_window_style):
14051         * fvwm/style.h:
14052         * fvwm/fvwm.h (struct):
14053         renamed has_no_handles to has_no_border
14055 2002-03-15  olicha  <olivier.chapuis@free.fr>
14057         * libs/Flocale.h:
14058         * libs/Fft.c (is_utf8_encoding):
14059         Compilation fixes
14061         * libs/Flocale.h:
14062         s/COMPUND_TEXT/COMPOUND_TEXT
14064         * fvwm/fvwm2.1:
14065         Removed matrix xft specification doc as now it is use internally by
14066         fvwm
14068         * libs/Flocale.c (FlocaleRotateDrawString):
14069         (FlocaleUnloadFont):
14070         (FlocaleDrawString):
14071         (FlocaleTextWidth):
14072         * libs/Fft.h:
14073         * libs/Fft.c (FftGetRotatedFont):
14074         (FftGetFont):
14075         (FftDrawString):
14076         (FftTextWidth):
14077         * fvwm/borders.c (DrawMultiPixmapTitlebar):
14078         (RedrawTitle):
14079         * fvwm/geometry.c (get_title_font_size_and_offset):
14080         * fvwm/style.c (parse_and_set_window_style):
14081         (check_window_style_change):
14082         * fvwm/update.c (apply_window_updates):
14083         * fvwm/update.h:
14084         * fvwm/style.h:
14085         * fvwm/fvwm.h:
14086         * fvwm/window_flags.h:
14087         Implemented vertical text rendering, new style SideTitleTextDefault,
14088         SideTitleTextTopToBottom, SideTitleTextBottomToTop
14090 2002-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14092         * fvwm/fvwm.h:
14093         removed inclusion of fvwmdebug.h
14095         * libs/gravity.c (ParseDirectionArgument):
14096         fixed direction parsing
14098         * fvwm/menus.c (get_menu_options):
14099         fixed a compiler warning
14101 2002-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14103         * fvwm/bindings.c (ParseBinding):
14104         fixed compiler warning
14106         * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14107         * fvwm/ewmh.h:
14108         fixed compilation w/ --disable-ewmh
14110         * fvwm/windowlist.c (CMD_WindowList):
14111         fixed parsing of conditions versus position of window list broken with
14112         a recent "fix"
14114 2002-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14116         * libs/Fft.h:
14117         * libs/Fft.c (FftTextWidth):
14118         (is_utf8_encoding):
14119         (FftGetFontWidths):
14120         (FftDrawString):
14121         removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14122         if HAVE_XFT was not set.
14124         * fvwm/events.h (XEVMASK_DECORW):
14125         select EnterNotify and LeaveNotify on frame instead of decor_w
14127         * fvwm/add_window.c (setup_title_window):
14128         (setup_button_windows):
14129         (setup_resize_handle_windows):
14130         frame window is the new parent of the title, button and handle windows
14131         (setup_frame_stacking):
14132         new stacking order of decoration windows
14134         * fvwm/menuitem.c (menuitem_paint):
14135         * fvwm/events.c (HandleExpose):
14136         xft fixes
14138         * fvwm/move_resize.c (unmaximize_fvwm_window):
14139         don't force to redraw the frame
14141         * libs/gravity.c (gravity_get_offsets):
14142         (gravity_move):
14143         (gravity_resize):
14144         functions moved to gravity.c
14146 2002-03-10  olicha  <olivier.chapuis@free.fr>
14148         * acconfig.h (HAVE_XFT_UTF8):
14149         * configure.in:
14150         * libs/Fft.c (is_utf8_encoding):
14151         (FftGetFontWidths):
14152         (FftDrawString):
14153         (FftTextWidth):
14154         Detected if Xft can handle utf8 string
14156         * libs/Fft.h:
14157         * fvwm/menuitem.c (menuitem_paint):
14158         * fvwm/events.c (HandleExpose):
14159         Fixed Xft related compilation failure and warning
14161 2002-03-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14163         * fvwm/virtual.c:
14164         * fvwm/update.c:
14165         * fvwm/move_resize.c:
14166         * fvwm/icons.c:
14167         * fvwm/focus.c:
14168         * fvwm/events.c:
14169         * fvwm/builtins.c:
14170         * fvwm/add_window.c:
14171         * fvwm/frame.c (frame_setup_window):
14172         (frame_force_setup_window):
14173         (frame_setup_shape):
14174         SetupFrame renamed to frame_setup_window
14175         ForceSetupFrame renamed to frame_force_setup_window
14176         SetShape renamed to frame_setup_shape
14178         * fvwm/windowshade.c:
14179         moved most code to frame.c
14181         * fvwm/frame.c (SetShape):
14182         (SetupTitleBar):
14183         (set_decor_gravity):
14184         (ForceSetupFrame):
14185         (SetupFrame):
14186         functions moved to new file
14188         (SetupTitleBar):
14189         (frame_setup_title_bar):
14190         renamed function
14192         * libs/Parse.h:
14193         direction code moved to gravity.c and gravity.h
14195         * fvwm/windowshade.c (CMD_WindowShade):
14196         * fvwm/geometry.c (get_shaded_geometry):
14198         * libs/FScreen.c (FScreenInit):
14199         (FScreenUpdateEmulationMapState):
14200         changed Xinerame emulation layout
14202         * fvwm/fvwm2.1:
14203         Corrected the description of the XineramaPrimaryScreen command that was
14204         essentially lying.
14206 2002-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14208         * fvwm/menus.c (menu_tear_off):
14209         (unlink_item_from_menu):
14210         (menu_strip_tear_off_title):
14211         use the text from a title item as the tear off menu title if the menu
14212         begins with a title; skip separators and tear off bars at the front of
14213         the menu
14215         * **/*.[ch]:
14216         implemented titleatleft and titleatright styles; titles are not drawn
14217         vertically yet
14219         * fvwm/style.c (check_window_style_change):
14220         * fvwm/update.c (apply_window_updates):
14221         * fvwm/ewmh_names.c (EWMH_WMIconName):
14222         (EWMH_WMName):
14223         (charset_to_utf8):
14224         * fvwm/ewmh.c (ksmserver_workarround):
14225         * fvwm/update.c (apply_window_updates):
14226         * fvwm/conditional.c (MatchesConditionMask):
14227         * fvwm/fvwm.c (main):
14228         * fvwm/session.c (SaveWindowStates):
14229         (matchWin):
14230         (MatchWinToSM):
14231         * fvwm/functions.c (expand):
14232         * fvwm/stack.c (dump_stack_ring):
14233         (verify_stack_ring_consistency):
14234         * fvwm/module_interface.c (BroadcastWindowIconNames):
14235         (CMD_Send_WindowList):
14236         * fvwm/add_window.c (free_window_names):
14237         (free_window_names):
14238         * fvwm/events.c (HandlePropertyNotify):
14239         * fvwm/builtins.c (CMD_Wait):
14240         * fvwm/style.c (CMD_DestroyStyle):
14241         (lookup_style):
14242         Adapted to changes of Flocale.h
14244         * acconfig.h:
14245         removed COMPUND_TEXT ifdef
14247         * configure.in:
14248         mutibyte defaults to on
14250         * acconfig.h:
14251         * libs/Flocale.c:
14252         * libs/Flocale.h:
14253         * fvwm/fvwm.h (FvwmWindow):
14254         cleaned up Flocale stuff for better information hiding
14256         * libs/Flocale.c (get_FlocaleFontSet):
14257         (get_FlocaleFont):
14258         added a new font strucht member min_char_offset for vertical text
14260         * libs/Flocale.c (get_FlocaleFontSet):
14261         fixed a bug in descent calculation
14263         * fvwm/fvwm.h (FvwmWindow):
14264         removed title_g
14266         * fvwm/borders.c (RedrawButtons):
14267         (SetupTitleBar):
14268         (RedrawBorder):
14269         (SetupFrame):
14270         (RedrawTitle):
14271         (DrawMultiPixmapTitlebar):
14272         don't use title_g or boundary_width
14274         * libs/Flocale.c (FlocaleTextWidth):
14275         * libs/Flocale.c (FlocaleDrawString):
14276         added interface for vertical strings
14277         * libs/Flocale.h (FlocaleWinString):
14278         added flags structure w/ is_vertical_string flag
14280         * fvwm/borders.c (RedrawTitle):
14281         (DrawMultiPixmapTitlebar):
14282         * fvwm/screen.h (ScreenInfo):
14283         * fvwm/icons.c (DrawIconWindow):
14284         * fvwm/move_resize.c (DisplayPosition):
14285         (DisplaySize):
14286         * fvwm/screen.h (ScreenInfo):
14287         removed ScratchStr and TitleStr; *please* don't use global variables
14288         without need
14290         * fvwm/move_resize.c (ParseOneResizeArgument):
14291         (GetResizeArguments):
14292         (GetResizeMoveArguments):
14293         (resize_window):
14294         (resize_move_window):
14295         * fvwm/module_interface.c (CONFIGARGS):
14296         (OLDCONFIGARGS):
14297         (CONFIGARGSNEW):
14298         * fvwm/placement.c (PlaceWindow):
14299         * fvwm/add_window.c (setup_title_window):
14300         (setup_button_windows):
14301         (setup_parent_window):
14302         (resize_resize_handle_windows):
14303         (change_resize_handle_windows):
14304         (AddWindow):
14305         * fvwm/geometry.c (get_window_borders):
14306         (gravity_get_naked_geometry):
14307         (gravity_add_decoration):
14308         (constrain_size):
14309         don't use title_g.width and title_g.height anymore
14311         * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14312         new macro
14314         * fvwm/borders.c (SetupTitleBar):
14315         * fvwm/add_window.c (setup_title_window):
14316         don't use title_g.x and title_g.y anymore
14317         (setup_title_geometry):
14318         new function
14320         * fvwm/fvwm.h (FvwmWindow):
14321         replaced title_g by title_length and title_thickness
14322         renamed title_text_y to title_text_offset
14324         * fvwm/add_window.c (setup_style_and_decor):
14325         (setup_parent_window):
14326         * fvwm/decorations.c (SelectDecor):
14327         * fvwm/placement.c (PlaceWindow):
14328         * fvwm/windowlist.c (CMD_WindowList):
14329         * fvwm/events.c (SendConfigureNotify):
14330         (HandlePropertyNotify):
14331         (HandleMapNotify):
14332         * fvwm/move_resize.c (DisplaySize):
14333         (ParseOneResizeArgument):
14334         (GetResizeArguments):
14335         (GetResizeMoveArguments):
14336         (resize_window):
14337         (resize_move_window):
14338         * fvwm/geometry.c (gravity_get_naked_geometry):
14339         (gravity_add_decoration):
14340         (constrain_size):
14341         don't use boundary_width anymore
14343         * fvwm/borders.c (SetupTitleBar):
14344         made static
14346         * fvwm/fvwmdebug.c:
14347         removed outdated file that was never used
14349         * fvwm/move_resize.c (move_window_doit):
14350         fixed GNOME and EWMH hints when unsticking a window
14352         * fvwm/virtual.c (CMD_MoveToDesk):
14353         unstick windows when MoveToDesk is used
14355         * fvwm/builtins.c:
14356         * fvwm/windowshade.c (CMD_WindowShade):
14357         (CMD_WindowShadeAnimate):
14358         functions moved to windowshade.c
14360         * fvwm/window_flags.h:
14361         * fvwm/menus.c (pop_menu_up):
14362         * fvwm/builtins.c (CMD_WindowShade):
14363         * fvwm/move_resize.c (resize_window):
14364         * fvwm/icons.c (AutoPlaceIcon):
14365         * fvwm/borders.c (SetupFrame):
14366         don't use HAS_BOTTOM_TITLE any more
14367         (ButtonPosition):
14368         function removed
14370         * fvwm/geometry.c (get_title_font_width_and_offset):
14371         * fvwm/geometry.c (set_window_border_size):
14372         * fvwm/geometry.c (is_window_border_minimal):
14373         * fvwm/geometry.c (get_window_borders_no_title):
14374         * fvwm/geometry.c (get_shaded_client_window_pos):
14375         * fvwm/geometry.c (get_icon_corner):
14376         * fvwm/geometry.c (get_title_gravity):
14377         * fvwm/geometry.c (get_title_geometry):
14378         * fvwm/borders.c (get_button_number):
14379         new functions
14381         * fvwm/borders.c (SetupFrame):
14382         (SetShape):
14383         * fvwm/events.c (HandleShapeNotify):
14384         * fvwm/borders.c (SetupTitleBar):
14385         * fvwm/update.c (apply_window_updates):
14386         * fvwm/add_window.c (setup_window_font):
14387         removed title_top_height
14389         * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14390         renamed
14392         * fvwm/events.c (SendConfigureNotify):
14393         * fvwm/events.c (HandleConfigureRequest):
14394         preparations for W/E titles
14395         don't use title_top_height any more
14397         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14398         use title_dir flags
14400         * fvwm/geometry.c (get_window_borders):
14401         * fvwm/style.c (parse_and_set_window_style):
14402         (check_window_style_change):
14403         * fvwm/style.h (SCSET_TITLE_DIR):
14404         * fvwm/window_flags.h (GET_TITLE_DIR):
14405         * fvwm/fvwm.h (struct):
14406         replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14407         DIR_W or DIR_E
14409         * libs/Parse.c (ParseDirectionArgument):
14410         * libs/Parse.h:
14411         use new type direction_type
14413 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14415         * fvwm/ewmh.c (EWMH_SetFrameStrut):
14416         use function from geometry.c to get the border size
14418         * fvwm/geometry.c (get_shaded_geometry):
14419         added code for shading in all directions
14421 2002-03-07  Dan Espen  <dane@mk.telcordia.com>
14423         * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14425 2002-03-07  olicha  <olivier.chapuis@free.fr>
14427         * libs/Flocale.c (FInitLocale):
14428         * fvwm/fvwm.c (main):
14429         Set the locale using "" as locale argument
14431 2002-03-07  Mikhael Goikhman  <migo@homemail.com>
14433         * fvwm/fvwm2.1:
14434         fixed some typos and indentation of several new variable entries
14436 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14438         * fvwm/functions.h (enum):
14439         * fvwm/functions.c (func_config):
14440         * fvwm/commands.h:
14441         * fvwm/conditional.c (CMD_ThisWindow):
14442         renamed command "This" to "ThisWindow"
14444         * fvwm/conditional.c (Circulate):
14445         "Current" no longer selects a random window when no window is focused
14447         * fvwm/icccm2.c (SetupICCCM2):
14448         removed debug fprintf
14450         * fvwm/functions.c (expand_extended_var):
14451         implemented new extended variables pointer.x, pointer.x, pointer.wx,
14452         pointer.wy, pointer.cx and pointer.cy.
14454         * libs/Parse.c (ParseDirectionArgument):
14455         allow N, S, W, E, NW, SW, SE, NE for direction arguments
14457         * fvwm/builtins.c (CMD_WindowShade):
14458         fixes for animated shading w/ titleatbottom+north and titleattop+south
14460 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14462         * fvwm/move_resize.c (moveLoop):
14463         (resize_window):
14464         * fvwm/virtual.c (HandlePaging):
14465         moving/resizing windows opaque is much faster
14467 2002-03-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14469         * fvwm/add_window.c (resize_resize_handle_windows):
14470         (change_resize_handle_windows):
14471         (setup_window_font):
14472         fixed changing the handlewidth style
14474         * fvwm/update.c (apply_window_updates):
14475         * fvwm/geometry.c (update_absolute_geometry):
14476         * fvwm/builtins.c (CMD_WindowShade):
14477         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14478         * fvwm/conditional.c (CreateConditionMask):
14479         * fvwm/geometry.c (get_shaded_geometry):
14480         * fvwm/session.c (MatchWinToSM):
14481         * fvwm/add_window.c (setup_window_structure):
14482         (AddWindow):
14483         * fvwm/window_flags.h (SHADED_DIR):
14484         * fvwm/fvwm.h (struct):
14485         implemented new WindowShade options "North" and "South" to allow shading
14486         a window in either direction, regardless of if the title is at the top
14487         or bottom.
14489         * libs/Module.c (module_expand_action):
14490         new convenience function for modules
14492 2002-03-03  Dan Espen  <dane@mk.telcordia.com>
14494         * fvwm/fvwm2.1: Fixes to the font section.
14496 2002-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14498         * fvwm/conditional.c (CMD_WindowId):
14499         set the correct context window for unmanaged windows
14501         * fvwm/icons.c (DrawIconWindow):
14502         raise the icon title even if it's too small to be expanded
14504         * fvwm/conditional.c (CMD_Cond):
14505         Fixed it the right way this time
14506         (CMD_Any):
14507         same fix for the 'Any' command
14508         (circulate_cmd):
14509         (CMD_Prev):
14510         (CMD_Next):
14511         (CMD_None):
14512         (CMD_Any):
14513         (CMD_Current):
14514         unified circulating functions into a single one
14515         (CMD_Pick):
14516         Pick allows to pick functions that have CirculateSkip set
14517         fixed a memory leak
14518         (select_cmd):
14519         (CMD_This):
14520         (CMD_Pick):
14521         (CMD_PointerWindow):
14522         unified selecting functions into a single one
14523         (CMD_PointerKey):
14524         (CMD_All):
14525         Allow user to override the default CirculateHit of these functions
14527         * fvwm/conditional.c (CMD_Cond):
14528         Fixed a problem w/ the window selection
14530         * fvwm/menus.h:
14531         * fvwm/menus.c:
14532         * fvwm/menudim.h:
14533         * fvwm/menudim.c:
14534         * fvwm/menustyle.h:
14535         * fvwm/menustyle.c:
14536         * fvwm/menucmd.c:
14537         * fvwm/menuitem.c:
14538         * fvwm/menuitem.h:
14539         moved some of the menu code into separate files
14540         more work on tear off menus; windowlist can now be torn off without a
14541         memory leak
14543         * fvwm/template.c:
14544         * fvwm/template.h:
14545         added templates for new source files
14547         * libs/Picture.c (fvwmlib_clone_color):
14548         new function
14550         * fvwm/menus.c (make_menu):
14551         (update_menu):
14552         removed unused parameter from make_menu()
14554         * fvwm/fvwm2.1 (Example):
14555         corrected statement about CaptureHonorsStartsOnPage being the default
14557 2002-03-03  Mikhael Goikhman  <migo@homemail.com>
14559         * INSTALL.fvwm:
14560         * Makefile.am:
14561         * configure.in:
14562         added and documented --disable-bidi and --disable-perllib
14564 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14566         * fvwm/geometry.c (get_window_borders):
14567         fixed calculation of $[cw.y] and $[cw.height]
14569         * fvwm/move_resize.c (resize_move_window):
14570         windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14572 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14574         * fvwm/move_resize.c (resize_move_window):
14576 2002-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14578         * configure.in:
14579         re-added --enable-xinerama-emulation option that was removed recently
14581 2002-02-28  Mikhael Goikhman  <migo@homemail.com>
14583         * INSTALL.fvwm:
14584         * NEWS:
14585         * fvwm/fvwm2.1:
14586         several corrections and rewording
14588 2002-02-28  olicha  <olivier.chapuis@free.fr>
14590         * fvwm/fvwm2.1:
14591         New section FONT NAMES AND FONT LOADING
14593         * INSTALL.fvwm:
14594         * NEWS:
14595         Document --enable-xft
14597         * libs/Fft.c (get_FlocaleXftFont):
14598         Used the xft font height in the place of ascent+descent
14600         * fvwm/icons.c (DrawIconWindow):
14601         Fixed the fg colors of the icon title
14603 2002-02-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14605         * fvwm/conditional.c (CMD_CondCase):
14606         fixed CondCase command
14607         (CMD_Cond):
14608         fixed numeric return codes
14610         * fvwm/add_window.c (CMD_Recapture):
14611         fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14613         * acinclude.m4 (smr_CHECK_LIB):
14614         disabled a destructing gnome_prefix logic again
14616         * fvwm/events.c (GetContext):
14617         * libs/Bindings.c (win_contexts):
14618         * libs/fvwmlib.h:
14619         new contexts for individual parts of the window border
14621 2002-02-26  Mikhael Goikhman  <migo@homemail.com>
14623         * acinclude.m4:
14624         disabled a destructing gnome_prefix logic
14626         * configure.in:
14627         replaced fribidi detection mechanism, now fribidi-config is used
14629 2002-02-26  olicha  <olivier.chapuis@free.fr>
14631         * acconfig.h (HAVE_XFT):
14632         * acinclude.m4:
14633         * configure.in:
14634         * libs/Fft.c (new file):
14635         * libs/Flocale.c (FlocaleLoadFont):
14636         (FlocaleUnloadFont):
14637         (FlocaleDrawString):
14638         (FlocaleTextWidth):
14639         (get_FlocaleFontSet):
14640         (get_FlocaleFont):
14641         (get_FlocaleFontOrFontSet):
14642         * libs/Flocale.h:
14643         * fvwm/Makefile.am:
14644         Added anti-alised font rendering using Xft. This is off by default.
14645         A font can now be given as a ";" separated list of either ","
14646         separated list of XFLD font name or Xft font name with "xft:" as
14647         prefix, e.g.:
14648           xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14649         See Flocale.h for details
14651         * fvwm/events.c (HandleExpose):
14652         * fvwm/menus.c (paint_item):
14653         Always clear the text area before drawing text with an Xft font
14655 2002-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14657         * acinclude.m4 (smr_CHECK_LIB):
14658         fixed a bug with variable expansion and autoconf cache values
14660 2002-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14662         * fvwm/menus.c (seek_submenu_instance):
14663         (FindPopup):
14664         * fvwm/fvwm.c (InitVariables):
14665         some general menu clean up
14667         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14668         * fvwm/move_resize.h (resize_geometry_window):
14669         * fvwm/menus.c (animated_move_back):
14670         (pop_menu_up):
14671         (ParentalMenuRePaint):
14672         Removed the global variables for parental relativity.  Please *do not*
14673         use globals in menus.c or anywhere else.  I'm trying to remove most
14674         globals in the long run.
14676         * libs/Graphics.c (do_relieve_rectangle):
14677         removed debug code
14679         * fvwm/menus.c (MenuInteraction):
14680         fixed tearing off menus by selecting a tear off item with the keyboard
14682         * fvwm/menus.c (MenuInteraction):
14683         fixed menus not popping down sometimes
14685         * fvwm/functions.c (CMD_TearMenuOff):
14686         * fvwm/menus.c (AddToMenu):
14687         (MenuInteraction):
14688         (warp_pointer_to_item):
14689         (get_selectable_item_index):
14690         (get_selectable_item_from_index):
14691         (get_selectable_item_from_section):
14692         (menuShortcuts):
14693         (paint_item):
14694         (draw_tear_off_bar):
14695         * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14696         New command "TearMenuOff" in menus.  In a normal item, this tears off
14697         the menu when selected.  If the item has no title, it is drawn as a
14698         dashed line too.  Pressing button 2 over a title tears out the menu too.
14699         some clean up
14701         * fvwm/menus.c (make_menu_window):
14702         fixed problem w/ mapping menus, performance enhancement
14704         * fvwm/builtins.c (CMD_Destroy):
14705         (CMD_Close):
14706         fixed core dump
14708         * fvwm/functions.c (execute_function):
14709         (expand_extended_var):
14710         (expand):
14711         new variable cond.rc that returns the last return code of a conditinal
14712         command
14714 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14716         * fvwm/conditional.c (CMD_Cond):
14717         (CMD_CondCase):
14718         (CMD_Break):
14719         * fvwm/commands.h:
14720         * fvwm/functions.h:
14721         * fvwm/functions.c:
14722         new conditional commands Cond, CondCase and Break
14724         * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14725         (ewmh_WMStateShaded):
14726         (ewmh_WMState):
14727         (ewmh_MoveResize):
14728         (ewmh_WMStateHidden):
14729         (ewmh_WMDesktop):
14730         (ewmh_CloseWindow):
14731         (ewmh_ActiveWindow):
14732         (ewmh_DesktopGeometry):
14733         * fvwm/gnome.c (GNOME_HandlePropRequest):
14734         * fvwm/windowlist.c (CMD_WindowList):
14735         * fvwm/update.c (apply_window_updates):
14736         * fvwm/conditional.c (CMD_Pick):
14737         (CMD_Prev):
14738         (CMD_Next):
14739         (CMD_None):
14740         (CMD_Any):
14741         (CMD_Current):
14742         (CMD_PointerWindow):
14743         (CMD_This):
14744         (CMD_All):
14745         (CMD_Direction):
14746         (CMD_WindowId):
14747         * fvwm/read.c (run_command_stream):
14748         * fvwm/fvwm.c (Done):
14749         (SetRCDefaults):
14750         (StartupStuff):
14751         (main):
14752         * fvwm/module_interface.c (ExecuteModuleCommand):
14753         * fvwm/move_resize.c (handle_stick):
14754         * fvwm/add_window.c (AddWindow):
14755         * fvwm/events.c (HandleKeyPress):
14756         (HandleButtonPress):
14757         (HandleClientMessage):
14758         (HandleButtonRelease):
14759         (HandlePropertyNotify):
14760         * fvwm/builtins.c (CMD_DestroyDecor):
14761         (AddToDecor):
14762         (CMD_StrokeFunc):
14763         * fvwm/functions.h (func_type):
14764         * fvwm/functions.c (old_execute_function):
14765         (execute_function):
14766         (execute_complex_function):
14768         * fvwm/fvwm.h (fvwm_cond_func_rc):
14769         inplemented return codes OK, NO_MATCH and ERROR for conditional commands
14771         * fvwm/ConfigFvwmDefaults:
14772         set some default styles for tear off menu windows
14774         * fvwm/menus.c (menuShortcuts):
14775         ignore actions that would normally close a menu if it's a tear off menu
14776         <Backspace> creates a tear off menu
14777         <Escape> closes a tear off menu
14779         * fvwm/builtins.c (CMD_Delete):
14780         (CMD_Destroy):
14781         (CMD_Close):
14782         * fvwm/menus.c (DestroyMenu):
14783         (make_menu_window):
14784         (MenuInteraction):
14785         * fvwm/menus.h (MenuRootDynamic):
14786         Each menu window is created with a unique display to prevent fvwm from
14787         being killed when a tear off menu is destroyed.  Of course this is
14788         inefficient, but still better than writing a menu module.
14790 2002-02-23  Mikhael Goikhman  <migo@homemail.com>
14792         * configure.in:
14793         autogenerate perllib/FVWM/Module/Makefile
14795 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14797         * fvwm/move_resize.c (moveLoop):
14798         fixed a problem with keyboard movement vs. EdgeResistance
14800 2002-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14802         * fvwm/events.c:
14803         fixed problem with root bindings and xfishtank
14805         * fvwm/windowlist.c (CMD_WindowList):
14806         applied patch by to Darren Marshall to fix placement of window list on
14807         wrong xinerama screen
14809         * libs/Parse.c (GetSuffixedIntegerArguments):
14810         integer arguments that must not have a suffix but have one are ignored
14812         * fvwm/icons.c (DeIconify):
14813         (Iconify):
14814         applied patch by Markus Schwarzenberg to fix a rare problem with the
14815         is_map_pending flag, iconified icons and restart
14817 2002-02-22  Mikhael Goikhman  <migo@homemail.com>
14819         * fvwm/commands.h:
14820         * fvwm/conditional.c (CMD_This):
14821         * fvwm/functions.c:
14822         * fvwm/functions.h:
14823         * fvwm/fvwm2.1:
14824         * NEWS:
14825         added new conditional command This
14827 2002-02-21  Mikhael Goikhman  <migo@homemail.com>
14829         * acconfig.h:
14830         * configure.in:
14831         added fribidi library detection
14833 2002-02-12  olicha  <olivier.chapuis@free.fr>
14835         * libs/Flocale.h (FlocaleFont):
14836         * libs/Flocale.c (get_FlocaleFont):
14837         (get_FlocaleFontSet):
14838         Compute the ascent and descent of the FlocaleFont structure directly
14839         from the XFontSetExtents data in the case of a fontset
14840         Added max_char_width to the FlocaleFont structure
14842         * libs/Makefile.am (libfvwm_a_SOURCES):
14843         * libs/GetFont.c:
14844         Removed libs/GetFont.c
14846         * fvwm/menus.c (FreeMenuStyle):
14847         (UpdateMenuStyle):
14848         (NewMenuStyle):
14849         (CMD_CopyMenuStyle):
14850         * fvwm/menus.h (MenuLook):
14851         Fixed default font handling font by using a new MenuLook flags
14852         USING_DEFAULT_FONT
14854         * fvwm/menus.c (UpdateMenuStyle):
14855         Fixed default font update
14857         * fvwm/fvwm.c (SetRCDefaults):
14858         (InitVariables):
14859         Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
14860         fvwm initialization
14862 2002-02-11  Mikhael Goikhman  <migo@homemail.com>
14864         * configure.in:
14865         added FvwmPerl/* file generation
14867 2002-02-11  olicha  <olivier.chapuis@free.fr>
14869         * INSTALL.fvwm:
14870         * NEWS:
14871         Multibyte news. Document --disable-compound-text and --disable-ewmh.
14873         * libs/Flocale.h:
14874         Added more documentation and change the MB_FALLBACK_FONT to
14875         "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
14876         -*-medium-r-normal-*-16-*" (with XFree) this should gives something
14877         more consistent with the none multibyte case.
14879 2002-02-10  olicha  <olivier.chapuis@free.fr>
14881         * fvwm/ewmh.c (EWMH_RestoreInitialStates):
14882         (EWMH_ExitStuff):
14883         * fvwm/events.c (HandleUnmapNotify):
14884         (HandleReparentNotify):
14885         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14886         (ewmh_WMStateSticky):
14887         (ewmh_WMStateHidden):
14888         Restore various ewmh initial states when a window is  unmapped or
14889         reparented
14891 2002-02-10  Mikhael Goikhman  <migo@homemail.com>
14893         * Makefile.am:
14894         * configure.in:
14895         added support for new perllib directory
14897 2002-02-09  olicha  <olivier.chapuis@free.fr>
14899         * libs/fvwmlib.h:
14900         * libs/Flocale.c:
14901         * libs/Flocale.h:
14902         * acconfig.h:
14903         * configure.in:
14904         Rename I18N_MB to MULTIBYTE
14905         Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
14907         * libs/Flocale.c (*):
14908         * libs/Flocale.h:
14909         New Font and Text API. A cache is used for fonts information. Font
14910         loading is more powerfull as both font or fontset can be loaded.
14911         See Flocale.h for details, more comments will be added soon.
14912         Fortunately, it seems that there are no more memory problems with
14913         --enable-multibyte!
14914         If COMPOUND_TEXT, then non XA_STRING text properties are converted
14915         with XmbTextPropertyToTextList
14917         * fvwm/events.c (HandlePropertyNotify):
14918         * fvwm/misc.c (NewFontAndColor):
14919         * fvwm/icons.h:
14920         * fvwm/misc.h:
14921         * fvwm/menus.c (FreeMenuStyle):
14922         (NewMenuStyle):
14923         (CMD_CopyMenuStyle):
14924         (draw_underline):
14925         (calculate_item_sizes):
14926         (size_menu_horizontally):
14927         (paint_item):
14928         * fvwm/builtins.c (CMD_DefaultFont):
14929         (ApplyDefaultFontAndColors):
14930         * fvwm/add_window.c (destroy_icon_font):
14931         (setup_icon_font):
14932         (destroy_window_font):
14933         (setup_window_font):
14934         (free_window_names):
14935         (setup_window_name):
14936         (setup_icon):
14937         * fvwm/fvwm.h (FvwmWindow):
14938         * fvwm/move_resize.c (DisplayPosition):
14939         (resize_geometry_window):
14940         (DisplaySize):
14941         * fvwm/fvwm.c (InitVariables):
14942         * fvwm/icons.c (DrawIconWindow):
14943         (setup_icon_title_size):
14944         * fvwm/borders.c (RedrawTitle):
14945         (DrawMultiPixmapTitlebar):
14946         * fvwm/screen.h (ScreenInfo):
14947         Use the new Text and Font API
14949 2002-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14951         * fvwm/module_interface.c (PositiveWrite):
14952         fixed core dump when a module died in the select of PositiveWrite()
14954         * fvwm/module_interface.c (initModules):
14955         (ClosePipes):
14956         (do_execute_module):
14957         (KillModule):
14958         (KillModuleByName):
14959         (CMD_SendToModule):
14960         (PositiveWrite):
14961         * fvwm/modconf.c (ModuleConfig):
14962         removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
14964         * fvwm/icons.c (GetXPMFile):
14965         suppress unnecessary error message for xmb icons
14967         * fvwm/misc.c (fvwm_msg):
14968         * fvwm/misc.h (enum):
14969         added new fvwm_msg type "OLD" for deprecated commands
14971 2002-02-07  Mikhael Goikhman  <migo@homemail.com>
14973         * configure.in:
14974         generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
14976         * INSTALL.fvwm:
14977         New section "Bug Reports".
14979 2002-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14981         * fvwm/update.c (apply_window_updates):
14982         fixed propagation of window border and title colours to the modules
14984 2002-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14986         * fvwm/menus.c (do_menu):
14987         fixed leaving tear off menus when something is selected with the mouse
14989 2002-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14991         * fvwm/events.c (HandleEnterNotify):
14992         * fvwm/menus.c:
14993         more work on tear off menus
14995 2002-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14997         * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
14998         * fvwm/menus.c (menu_enter_tear_off_menu):
14999         (find_entry):
15000         (menuShortcuts):
15001         (MenuInteraction):
15002         (pop_menu_up):
15003         properly calculate pointer position in tear off menus
15004         (MenuInteraction):
15005         fixed active wait w/ poopup/popdown delays
15007         * fvwm/windowlist.c (CMD_WindowList):
15008         don't initialise some variables twice
15010 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15012         * fvwm/add_window.c (CaptureOneWindow):
15013         properly recapture tear off menus
15015         (IS_MESSAGE_IN_MASK):
15016         (is_message_selected):
15017         (PositiveWrite):
15018         (PositiveWrite):
15019         * fvwm/schedule.c (deschedule):
15020         (squeue_execute):
15021         * fvwm/events.c (My_XNextEvent):
15022         * libs/queue.h:
15023         * fvwm/module_interface.c (ClosePipes):
15024         (CMD_ModuleSynchronous):
15025         (KillModule):
15026         performance enhancements; made macros out of simple functions
15028         * fvwm/builtins.c (CMD_WindowShade):
15029         don't redraw the decorations if window was not shaded or unshaded
15031         * fvwm/schedule.c (deschedule_obj_func):
15032         (execute_obj_func):
15033         fixed core dump when a scheduled command deschedules itself
15035 2002-01-31  olicha  <olivier.chapuis@free.fr>
15037         * NEWS:
15038         FvwmButtons news
15040 2002-01-31  Mikhael Goikhman  <migo@homemail.com>
15042         * NEWS:
15043         * fvwm/move.c (moveLoop):
15044         while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15046         * fvwm/session.c (get_version_string):
15047         switch from static to date-based version string
15049         * configure.in:
15050         remove --enable-kanji compatibility option
15052         * fvwm/schedule.h:
15053         * libs/queue.h:
15054         fix warnings, gcc compains on having something after #endif
15056 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15058         * fvwm/builtins.c (CMD_Delete):
15059         (CMD_Close):
15060         (CMD_Destroy):
15061         don't crash fvwm when trying to close a tear off menu
15063         * fvwm/decorations.c (is_function_allowed):
15064         * fvwm/menus.c (menu_expose):
15065         (do_menu):
15066         * fvwm/events.c (HandleReparentNotify):
15067         (HandleUnmapNotify):
15068         * fvwm/add_window.c (AddWindow):
15069         (AddWindow):
15070         * fvwm/fvwm.h (struct):
15071         * fvwm/add_window.c (CaptureAllWindows):
15072         (CaptureOneWindow):
15073         * fvwm/events.h (flush_property_notify):
15074         * fvwm/events.c (HandleMapRequestKeepRaised):
15075         started work on tear off menus
15077         * fvwm/fvwm.c (main):
15078         * fvwm/events.c (CMD_Sync):
15079         (CMD_Synchronize):
15080         * fvwm/commands.h (CMD_Synchronize):
15081         * fvwm/functions.h (enum):
15082         * fvwm/functions.c (func_config):
15083         new commands XSync and XSynchronize for debugging
15085         * fvwm/conditional.c (CreateConditionMask):
15086         (MatchesConditionMask):
15087         * fvwm/builtins.c (CMD_State):
15088         * fvwm/fvwm.h (struct):
15089         * fvwm/functions.h:
15090         * fvwm/commands.h:
15091         * fvwm/functions.c (func_config):
15092         new command "State"
15093         new condition "State"
15095         * libs/queue.c:
15096         fixed core dump
15098 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15100         * fvwm/module_interface.c (AddToMessageQueue):
15101         (initModules):
15102         (DeleteMessageQueueBuff):
15103         (FlushMessageQueue):
15104         * fvwm/events.c (My_XNextEvent):
15105         * fvwm/module_interface.c (AddToCommandQueue):
15106         (ExecuteCommandQueue):
15107         use code from queue.c
15109         * fvwm/schedule.c:
15110         * fvwm/queue.c:
15111         * fvwm/queue.h:
15112         * fvwm/events.c (My_XNextEvent):
15113         "Schedule 0" commands are executed before event handling
15114         moved some of the chedule code into a new queue library
15116 2002-01-30  olicha  <olivier.chapuis@free.fr>
15118         * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15120 2002-01-30  olicha  <olivier.chapuis@free.fr>
15122         * libs/Flocale.c:
15123         * libs/Flocale.h:
15124         * libs/Makefile.am:
15125         * fvwm/fvwm.c (main):
15126         New libs files Flocale.c and Flocale.h with a function to set the
15127         locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15128         also a function to get the charset (from ewmh_name.c) and which
15129         setlocale if this has not been done with the above function. This
15130         function is also called at fvwm2 startup
15132         * fvwm/ewmh_names.c (charset_to_utf8):
15133         (utf8_to_charset):
15134         Use the Fcharset variable and remove get_charset
15136         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15137         A minor fix
15139         * libs/GetFont.c (GetFontSetOrFixed):
15140         Free the missing charset list as suggested by Alexander Kotelnikov.
15141         Report problems with missing charset only 5 times. Remove the
15142         STRICTLY_FIXED code
15144 2002-01-30  Mikhael Goikhman  <migo@homemail.com>
15146         * configure.in:
15147         a patch to config.status to generate scripts executable, may be handy;
15148         added generation of utils/fvwm24_convert
15150 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15152         * fvwm/schedule.c:
15153         * fvwm/functions.c (expand_extended_var):
15154         implemented $[schedule.last] and $[schedule.next] variables
15155         implemented new command "Deschedule"
15157         * fvwm/misc.c (get_server_time):
15158         fixed MouseFocus
15160 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15162         * fvwm/misc.c (get_server_time):
15163         * fvwm/events.c (My_XNextEvent):
15164         * fvwm/icccm2.c (SetupICCCM2):
15165         * fvwm/functions.h:
15166         * fvwm/commands.h:
15167         * fvwm/functions.c (func_config):
15168         * fvwm/schedule.c:
15169         implemented new command "Schedule"
15171         * fvwm/builtins.c (CMD_Exec):
15172         applied job control patch by Alexander Kotelnikov using the portable
15173         version of setpgrp()
15175         * libs/setpgrp.c (fvwm_setpgrp):
15176         * libs/setpgrp.h (fvwm_setpgrp):
15177         * libs/Makefile.am:
15178         * configure.in:
15179         added checks for setpgrp and setpgid
15181 2002-01-29  olicha  <olivier.chapuis@free.fr>
15183         * acinclude.m4:
15184         Better test for iconv second argumeny
15186         * configure.in:
15187         Use gnu libiconv in priority against the system iconv
15189 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15191         * fvwm/stack.c (RaiseOrLowerWindow):
15192         (restack_windows):
15193         (collect_transients_recursive):
15194         * fvwm/icons.c (get_visible_icon_window_count):
15195         fixed stack ring corruption with icons that have either no picture or
15196         no title
15198 2002-01-28  olicha  <olivier.chapuis@free.fr>
15200         * fvwm/ewmh_names.c (charset_to_utf8):
15201         (utf8_to_charset):
15202         (EWMH_SetVisibleName):
15203         (get_charset):
15204         Better message errors in get_charset, use UTF-8 in the place of UTF8,
15205         set the ewmh visible (icon) name only if the fvwm visible name is
15206         different from the ICCCM (icon) window name, limit the number of
15207         conversions error messages to 10
15209 2002-01-28  olicha  <olivier.chapuis@free.fr>
15211         * fvwm/functions.c (func_config):
15212         * fvwm/commands.h:
15213         * fvwm/builtins.c (CMD_PropertyChange):
15214         New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15215         messages
15217         * fvwm/module_interface.h:
15218         * fvwm/module_interface.c (BroadcastPropertyChange):
15219         * libs/Module.h (MX_PROPERTY_CHANGE):
15220         New module message MX_PROPERTY_CHANGE for all propose messages.
15222         * fvwm/events.c (HandlePropertyNotify):
15223         * libs/defaults.h:
15224         Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15225         as argument when fvwm2 detects that the root background change
15226         Removed the ROOT_BG_CHANGE_STRING stuff
15228 2002-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15230         * NEWS, configure.in:
15231         changed version to 2.5.1
15233         * fvwm/misc.c (get_pointer_fvwm_window):
15234         * fvwm/commands.h:
15235         * fvwm/functions.c (func_config):
15236         * fvwm/conditional.c (CreateConditionMask):
15237         (MatchesConditionMask):
15238         (CMD_PointerWindow):
15239         (CreateConditionMask):
15240         (CMD_Any):
15241         * fvwm/fvwm.h (WindowConditionMask):
15242         new conditions focused, !focused, haspointer, !haspointer
15243         new command PointerWindow that works like Current but on the window
15244         that currently contains the pointer
15245         new command Any which works like None but inverts the condition
15246         fixed parsing of conditions with more than one comma
15248         * fvwm/module_interface.h:
15249         * fvwm/module_interface.c (do_execute_module):
15250         (initModules):
15251         * libs/Module.h (MAX_XMSG_MASK):
15252         fixed default message mask for modules
15254         * fvwm/update.c (flush_window_updates):
15255         * fvwm/virtual.c (UnmapDesk):
15256         (MapDesk):
15257         (do_move_window_to_desk):
15258         * fvwm/icons.c (DeIconify):
15259         (DeIconify):
15260         * fvwm/events.c (HandlePropertyNotify):
15261         (HandleMapRequestKeepRaised):
15262         (HandleMapNotify):
15263         (HandleButtonPress):
15264         (HandleEnterNotify):
15265         (HandleLeaveNotify):
15266         * fvwm/focus.c (DoSetFocus):
15267         (MoveFocus):
15268         (SetFocusWindow):
15269         (ReturnFocusWindow):
15270         (DeleteFocus):
15271         (ForceDeleteFocus):
15272         (FocusOn):
15273         (restore_focus_after_unmap):
15274         Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15275         suppressing the M_FOCUS_CHANGE message if the focus does not change in
15276         the flush_window_updates() function.
15278 2002-01-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15280         * fvwm/placement.c (PlaceWindow):
15281         minor performance enhancement
15283 2002-01-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15285         * libs/defaults.h:
15286         * fvwm/menus.c (MenuInteraction):
15287         (pointer_in_active_item_area):
15288         (pointer_in_passive_item_area):
15289         new menu style PopupActiveArea
15291 2002-01-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15293         * fvwm/move_resize.c (CMD_ResizeMaximize):
15294         (CMD_ResizeMoveMaximize):
15295         fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15297 2002-01-21  olicha  <olivier.chapuis@free.fr>
15299         * fvwm/fvwm2.1:
15300         s/Penalities/Penalties/g
15302 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15304         * fvwm/events.c (HandleLeaveNotify):
15305         (HandleEnterNotify):
15306         * fvwm/modconf.c (ModuleConfig):
15307         * fvwm/update.c (apply_window_updates):
15308         * fvwm/module_interface.c (BroadcastWindowIconNames):
15309         (CMD_Send_WindowList):
15310         (initModules):
15311         (do_execute_module):
15312         (PositiveWrite):
15313         (CMD_set_nograb_mask):
15314         (CMD_set_sync_mask):
15315         (CMD_set_mask):
15316         (set_mseggage_mask):
15317         (is_message_in_mask):
15318         (is_message_selected):
15319         * libs/Module.h:
15320         rewrote message interface to allow more than 32 messages with minimal
15321         changes in the existing interfaces.
15322         new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15324         * fvwm/style.h:
15325         * fvwm/style.c (parse_and_set_window_style):
15326         * fvwm/fvwm.h (struct):
15327         * fvwm/events.c (HandleButtonPress):
15328         implemented new styles MouseFocusClickIgnoreMotion and
15329         MouseFocusClickIgnoreMotionOff
15331         * fvwm/focus.c (focus_grab_buttons):
15332         fixed button mask for > 5 buttons
15334 2002-01-19  olicha  <olivier.chapuis@free.fr>
15336         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15337         Save and restore the icon_pixmap_w and add comments
15339 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15341         * fvwm/events.c (HandleEnterNotify):
15342         fixed EnterNotify events for icons
15344 2002-01-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15346         * fvwm/*.c:
15347         * fvwm/stack.c (overlap_box):
15348         (overlap):
15349         * fvwm/icons.c (clear_icon):
15350         * fvwm/add_window.c (destroy_icon):
15351         * fvwm/fvwm.h (FvwmWindow):
15352         * fvwm/geometry.c (get_window_borders):
15353         (get_client_geometry):
15354         * libs/fvwmrect.h (struct):
15355         * fvwm/functions.c (expand_extended_var):
15356         implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15357         return the geometry of the client window
15358         implemented new extended variables it.x, it.y, it.width, it.height that
15359         return the geometry of the icon title
15360         implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15361         return the geometry of the icon picture
15362         implemented new extended variables i.x, i.y, i.width, i.height that
15363         return the geometry of the whole icon
15364         fixed $[w.height] when the window is shaded
15365         cleaned up icon geometry code
15367 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15369         * fvwm/commands.h:
15370         * fvwm/functions.c:
15371         * fvwm/functions.h:
15372         * fvwm/move_resize.c (unmaximize_fvwm_window):
15373         (maximize_fvwm_window):
15374         (CMD_Maximize):
15375         (CMD_ResizeMaximize):
15376         (CMD_Resize):
15377         (resize_window):
15378         (CMD_ResizeMove):
15379         (resize_move_window):
15380         (CMD_ResizeMoveMaximize):
15381         New command ResizeMaximize.  Works like Resize, but modifies the
15382         maximized size of the window, not the normal size.
15383         New command ResizeMoveMaximize that works similarly.
15384         (resize_move_window):
15385         fixed ResizeMove command
15387         * fvwm/functions.c (expand):
15388         fixed core dump when using something like $[$v] in a command
15390 2002-01-17  olicha  <olivier.chapuis@free.fr>
15392         * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15393         * fvwm/events.c (HandlePropertyNotify):
15394         * fvwm/fvwm.c (InternUsefulAtoms):
15395         * fvwm/extern.h:
15396         Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15397         that the root background has changed. This uses the _XSETROOT_ID
15398         and XROOTPMAP_ID properties
15400         * fvwm/ewmh.c (atom_get):
15401         Be paranoid
15403 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15405         * fvwm/update.c (flush_window_updates):
15406         fixed unnecessary window style updates
15408         * fvwm/style.c (parse_and_set_window_style):
15409         * fvwm/add_window.c (RestoreWithdrawnLocation):
15410         (AddWindow):
15411         (setup_frame_attributes):
15412         * fvwm/fvwm.h (FvwmWindow):
15413         Fvwm does no longer disable backing store on all of its windows. This
15414         cause too many problems with some applications, e.g. rdist.  Introduced
15415         the new style BackingStoreWindowDefault that tells fvwm not to modify
15416         the backing store attribute on the client window - which now is the
15417         default.
15419 2002-01-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15421         * fvwm/commands.h:
15422         * fvwm/functions.c (func_config):
15423         * libs/Module.c (SetMessageMask2):
15424         (SetNoGrabMask2):
15425         * libs/Module.h:
15427         * configure.in:
15428         fixed building with libstroke-0.5.1 on Solaris8
15430         * fvwm/stack.c (new_layer):
15431         * fvwm/borders.c (DrawButton):
15432         (RedrawButtons):
15433         (RedrawTitle):
15434         * fvwm/builtins.c (SetLayerButtonFlag):
15435         (do_button_style):
15436         * fvwm/screen.h (struct):
15437         Applied the layer button patch by Richard Curnow with a few
15438         modifications
15440         * fvwm/icons.c (GetIconBitmap):
15441         (GetIconWindow):
15442         Ignore client icons that have the wrong depth
15444         * fvwm/events.c (HandleEnterNotify):
15445         Tried to fix focusing problem w/ unclutter.
15447 2002-01-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15449         * fvwm/functions.c (CheckActionType):
15450         remove debug code
15452         * fvwm/menus.c (paint_item):
15453         * fvwm/misc.c (is_function_allowed):
15454         * fvwm/move_resize.c (is_move_allowed):
15455         (is_resize_allowed):
15456         (is_maximize_allowed):
15457         * fvwm/decorations.c (check_if_function_allowed):
15458         combined all these functions into a new one
15459         use this function everywhere
15460         use the Fixed... styles to decide if a menu item is greyed or not
15462 2002-01-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15464         * fvwm/events.c (HandleExpose):
15465         eat up expose events even if the server claims that the expose count is
15466         zero; fixes a problem with many redraws of windows that are uncovered
15467         by shading a window above them
15469 2002-01-10  olicha  <olivier.chapuis@free.fr>
15471         * fvwm/focus.c (DoSetFocus):
15472         * fvwm/move_resize.c (CMD_Maximize):
15473         (CMD_Maximize):
15474         (handle_stick):
15475         (CMD_ResizeMove):
15476         (CMD_Resize):
15477         * fvwm/icons.c (DeIconify):
15478         (DeIconify):
15479         (Iconify):
15480         * fvwm/gnome.c (GNOME_HandlePropRequest):
15481         * fvwm/ewmh_names.c (EWMH_WMName):
15482         * fvwm/events.c (HandleFocusIn):
15483         (HandlePropertyNotify):
15484         (HandleMapNotify):
15485         (HandleButtonPress):
15486         (HandleLeaveNotify):
15487         (HandleExpose):
15488         * fvwm/builtins.c (CMD_UpdateDecor):
15489         (CMD_WindowShade):
15490         * fvwm/borders.c (draw_clipped_decorations):
15491         (DrawDecorations):
15492         (RedrawDecorations):
15493         * fvwm/borders.h:
15494         Added a new argument to DrawDecoration similar to draw_window_parts,
15495         which indicate which part of the decor should be cleared. At present
15496         time only CLEAR_FRAME is taken in account and this is used in
15497         ShadeWindow to draw the decoration without flickering. This argument
15498         may be used in the future to reduce opaque resizing flickering
15500         * fvwm/builtins.c (CMD_WindowShade):
15501         Draw the decoration during unshading a window
15503         * fvwm/menus.c (ParentalMenuRePaint):
15504         Fixed transparent animated menu again
15506         * NEWS:
15507         Some update
15509 2002-01-09  olicha  <olivier.chapuis@free.fr>
15511         * fvwm/style.c (CMD_Style):
15512         free all the elements of the ptmpstyle before freeing it
15514         * fvwm/menus.c (ParentalMenuRePaint):
15515         Fixed transparent animated menu with HilightBackOff
15517 2002-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15519         * fvwm/style.c (merge_styles):
15520         fixed core dump w/ multiple use of the UseStyle style and HilightBack
15521         in the copied style
15523 2002-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15525         * fvwm/modconf.c (send_ignore_modifiers):
15526         (send_move_threshold):
15527         (send_click_time):
15528         (send_colorsets):
15529         (send_color_limit):
15530         (send_image_path):
15531         (send_desktop_geometry):
15532         (CMD_Send_ConfigInfo):
15533         moved code into new functions
15535         * libs/defaults.h (DEFAULT_MODS_UNUSED):
15536         moved to defaults.h
15538         * fvwm/bindings.c (CMD_IgnoreModifiers):
15539         * fvwm/module_interface.c (broadcast_xinerama_state):
15540         * fvwm/modconf.c (send_ignore_modifiers):
15541         broadcast IgnoreModifiers to modules
15543         * fvwm/bindings.c (CMD_IgnoreModifiers):
15544         fixed IgnoreModifiers command without arguments
15545         * fvwm/fvwm2.1:
15546         corrected documentation of IgnoreModifiers command
15548 2002-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15550         * fvwm/add_window.c:
15551         * fvwm/cursor.c:
15552         * fvwm/virtual.c:
15553         * fvwm/builtins.c:
15554         * fvwm/bindings.c:
15555         * fvwm/move_resize.c:
15556         * fvwm/events.c:
15557         * fvwm/stack.c:
15558         * fvwm/module_interface.c:
15559         * fvwm/focus.c:
15560         * fvwm/placement.c:
15561         * fvwm/menus.c:
15562         * fvwm/icons.c:
15563         * fvwm/fvwm.h (FvwmWindow):
15564         remnamed icon_w member to icon_title_w
15566 2002-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15568         * fvwm/icons.c (RedoIconName):
15569         fixed sizing of icon title for icons without a pixmap
15570         (RedoIconName):
15571         (CreateIconWindow):
15572         (Iconify):
15573         (CreateIconWindow):
15574         rewrote icon title layout and moved the constants to defaults.h
15576         * fvwm/menus.c (menuShortcuts):
15577         (handle_emacs_bindings):
15578         implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15580 2002-01-04  Dan Espen  <dane@mk.telcordia.com>
15582         * fvwm/fvwm2.1: Language checks done.
15583         .IR command not in column 1 fixed.
15585 2002-01-04  olicha  <olivier.chapuis@free.fr>
15587         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15588         (AnimatedMoveOfWindow):
15589         (AnimatedMoveFvwmWindow):
15590         (move_window_doit):
15591         * fvwm/menus.c (ParentalMenuRePaint):
15592         (animated_move_back):
15593         (pop_menu_up):
15594         Fixed transparent animated menu
15596 2002-01-03  olicha  <olivier.chapuis@free.fr>
15598         * fvwm/move_resize.c (is_resize_allowed):
15599         (is_move_allowed):
15600         Do not check if moveing/resizeing is MWM allowed for a no user request
15601         This fix for example FvwmWinList with MwmFunctions & NoOverride
15603         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15604         * fvwm/move_resize.c (is_move_allowed):
15605         Allowed moving if tmp_win is null and check if move is allowed and
15606         not resize in AnimatedMoveAnyWindow. This fix animated menu
15608         * fvwm/ewmh.c (ewmh_AllowsMaximize):
15609         (ewmh_AllowsMove):
15610         (ewmh_AllowsResize):
15611         Check as a user request
15613         * fvwm/fvwm2.1:
15614         * fvwm/move_resize.c (CMD_Maximize):
15615         (MaximizeWidth):
15616         (MaximizeHeight):
15617         New global flags "layer" and "ewmiwa". layer causes the grow* methods
15618         to ignore the windows with a layer less or equal to the layer of
15619         the maximized window. ewmhiwa causes to ignore the ewmh working area.
15620         Reorder a bit the Maximize documentation
15622         * fvwm/fvwm2.1:
15623         * fvwm/functions.c (expand_extended_var):
15624         New variables $[desk.name<n>] to get the desktop names
15626 2002-01-01  Dan Espen  <dane@mk.telcordia.com>
15628         * fvwm/read.c (CMD_Read): Correct message on missing file when using
15629         Read with full path.
15631 2002-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15633         * libs/defaults.h:
15634         * fvwm/misc.c (GrabEm):
15635         reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15637         * fvwm/events.c (HandleUnmapNotify):
15638         (HandleMapRequestKeepRaised):
15639         (check_map_request):
15640         fixed unmanaged window when window was mapped/unmapped/mapped too fast
15642         * fvwm/add_window.c (FetchWmProtocols):
15643         (setup_wm_hints):
15644         * fvwm/fvwm.h (FvwmWindow):
15645         * fvwm/events.c (HandleEnterNotify):
15646         (HandlePropertyNotify):
15647         * fvwm/focus.c (refresh_focus):
15648         (set_focus_model):
15649         fixed focus problems with netscape and ddd
15651 2001-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15653         * libs/Target.c (fvwmlib_keyboard_shortcuts):
15654         * libs/Pointer.c (GetLocationFromEventOrQuery):
15655         * fvwm/virtual.c (HandlePaging):
15656         * fvwm/move_resize.c (GetOnePositionArgument):
15657         (InteractiveMove):
15658         (AnimatedMoveAnyWindow):
15659         (moveLoop):
15660         (CMD_Resize):
15661         * fvwm/module_interface.c (ExecuteModuleCommand):
15662         * fvwm/menus.c (do_menu):
15663         (menuShortcuts):
15664         (MenuInteraction):
15665         (get_menu_options):
15666         * fvwm/functions.c (execute_complex_function):
15667         * fvwm/events.c (HandleClientMessage):
15668         (WaitForButtonsUp):
15669         * fvwm/conditional.c (CMD_Direction):
15670         * fvwm/builtins.c (CMD_CursorMove):
15671         (CMD_FakeClick):
15672         (CMD_StrokeFunc):
15673         handle return code of XQueryPointer everywhere; necessary for dual head
15675         * fvwm/misc.c (GrabEm):
15676         Pointer was warped to other screen with a dual head setup
15678 2001-12-31  olicha  <olivier.chapuis@free.fr>
15680         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15681         Removed some code which try to raise ewmh modal window over
15682         its transientfor window; this seems not possible without a new style
15683         or a bad hack in stack.c
15685 2001-12-30  Dan Espen  <dane@mk.telcordia.com>
15687         * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15688         fallback to fixed font so it shows the right font for I18N.
15690 2001-12-30  olicha  <olivier.chapuis@free.fr>
15692         * fvwm/window_flags.h:
15693         * fvwm/session.c (MatchWinToSM):
15694         (LoadWindowStates):
15695         (SaveWindowStates):
15696         (get_version_string):
15697         * fvwm/move_resize.c (CMD_Maximize):
15698         (handle_stick):
15699         * fvwm/icons.c (CMD_Iconify):
15700         * fvwm/ewmh.c (EWMH_SetWMState):
15701         (EWMH_WindowInit):
15702         (EWMH_ExitStuff):
15703         (EWMH_SetAllowedActions):
15704         (EWMH_WindowInit):
15705         * fvwm/ewmh.h:
15706         * fvwm/ewmh_intern.h:
15707         * fvwm/ewmh_events.c (ewmh_WMState*):
15708         * fvwm/builtins.c (CMD_WindowShade):
15709         * fvwm/stack.c (new_layer):
15710         * fvwm/update.c (apply_window_updates):
15711         * fvwm/update.h (struct):
15712         * fvwm/add_window.c (setup_window_structure):
15713         (setup_window_name):
15714         (setup_icon):
15715         * fvwm/style.c (check_window_style_change):
15716         The skip list and modal ewmh window states are now updated after
15717         an use/ignore ewmh state style changes. The other ewmh states are
15718         starting state only. All the initial ewmh states are keep in memory
15719         for FvwmIdent.
15721         * fvwm/ewmh.c (EWMH_Handle*):
15722         * fvwm/fvwm.h:
15723         Set the ewmh_window_type to an int (and not the corresponding atom)
15724         accordingly to the window type
15726         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15727         ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15728         style
15730         * fvwm/ewmh.c (EWMH_GetStyle):
15731         * fvwm/ewmh_events.c (ewmh_WMDesktop):
15732         Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15733         hints
15735         * libs/vpacket.h (ConfigWinPacket):
15736         * fvwm/module_interface.c (CONFIGARGSNEW):
15737         (OLDCONFIGARGS):
15738         (CONFIGARGS):
15739         Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15740         cfgpacket for FvwmIdent
15742 2001-12-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15744         * fvwm/move_resize.c (resize_geometry_window):
15745         fixed wrong size calculation of geometry window
15747 2001-12-19  olicha  <olivier.chapuis@free.fr>
15749         * fvwm/ewmh_names.c (convert_charsets):
15750         More precise error messages
15752         * fvwm/fvwm2.1:
15753         A few formatting fixes
15755 2001-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15757         * fvwm/gnome.c (GNOME_SetHints):
15758         fixed window getting frozen into position upon a recapture or restart
15760 2001-12-17  Dan Espen  <dane@mk.telcordia.com>
15762         * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
15764 2001-12-17  olicha  <olivier.chapuis@free.fr>
15766         * fvwm/fvwm2.1:
15767         Tried to clarify the EWMHIconicStateWorkaround BugOpts
15769         * fvwm/ewmh.c (delete_kst_item):
15770         (set_kde_sys_tray):
15771         (EWMH_IsKdeSysTrayWindow):
15772         (EWMH_ManageKdeSysTray):
15773         * fvwm/events.c (HandleReparentNotify):
15774         Fixed reparenting management of kde system tray windows and
15775         added some off debugging code
15777         * fvwm/virtual.c (CMD_DesktopName):
15778         Removed some debugging code
15780 2001-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15782         * fvwm/fvwm.h (struct):
15783         * fvwm/window_flags.h (IS_FIXED_PPOS):
15784         * fvwm/style.h (SCSET_IS_FIXED_PPOS):
15785         * fvwm/style.c (parse_and_set_window_style):
15786         (check_window_style_change):
15787         implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
15788         FixedUSSize, FixedPSize and Variable PPosition, ...
15790         * fvwm/events.c (HandleConfigureRequest):
15791         * fvwm/ewmh.c (ewmh_AllowsResize):
15792         (is_resize_allowed):
15793         (ewmh_AllowsMove):
15794         (ewmh_AllowsMove):
15795         * fvwm/gnome.c (GNOME_SetHints):
15796         (AnimatedMoveAnyWindow):
15797         (CMD_ResizeMove):
15798         use new functions
15799         * fvwm/move_resize.c (is_move_allowed):
15800         (is_resize_allowed):
15801         (is_maximize_allowed):
15802         new functions to clean up some code
15804 2001-12-15  Dan Espen  <dane@mk.telcordia.com>
15806         * fvwm/fvwm2.1: Doc fixups.
15808 2001-12-15  olicha  <olivier.chapuis@free.fr>
15810         * fvwm/builtins (CMD_BugOpts):
15811         * fvwm/ewmh.c:
15812         * fvwm/ewmh_conf.c (EWMH_BugOpts):
15813         * fvwm/ewmh_events.c (ewmh_StateHidden):
15814         * fvwm/fvwm.c (InitVariables):
15815         * fvwm/fvwm2.1:
15816         * fvwm/icons.c (CMD_Iconify):
15817         * fvwm/screen.h:
15818         * fvwm/virtual.c (unmap_window):
15819         (map_window):
15820         Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
15821         to fix the IconicState problems in vitrual.c. New BugOpts
15822         EWMHIconicStateWorkaround for supporting current KDE versions
15824         * fvwm/events.c (HandlePropertyNotify):
15825         * fvwm/ewmh.c (ewmh_AllowsYes):
15826         * fvwm/ewmh.h:
15827         (ewmh_AllowsClose):
15828         (ewmh_AllowsMaximize):
15829         (ewmh_AllowsMove):
15830         (ewmh_AllowsResize):
15831         (EWMH_SetAllowedActions):
15832         (EWMH_WindowInit):
15833         * fvwm/style.c (check_window_style_change):
15834         * fvwm/update.c (apply_window_updates):
15835         * fvwm/update.h:
15836         Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
15838 2001-12-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15840         * fvwm/borders.c (RedrawTitle):
15841         * libs/defaults.h (WINDOW_TITLE_OFFSET):
15842         fixed 'stick' lines with long titles
15844 2001-12-11  olicha  <olivier.chapuis@free.fr>
15846         * NEWS:
15847         * fvwm/commands.h:
15848         * fvwm/ewmh.c (ewmh_SetWorkArea):
15849         * fvwm/ewmh.h:
15850         (ewmh_ComputeAndSetWorkArea):
15851         (ewmh_HandleDynamicWorkArea):
15852         (EWMH_GetWorkAreaIntersection):
15853         (EWMH_GetStrutIntersection):
15854         (get_intersection):
15855         * fvwm/ewmh_name.c (EWMH_SetDeskNames):
15856         * fvwm/function.c:
15857         * fvwm/function.h:
15858         * fvwm/fvwm.c (InitVariables):
15859         * fvwm/fvwm2.1:
15860         * fvwm/modconf.c (send_desktop_names):
15861         (CMD_Send_ConfigInfo):
15862         * fvwm/placement.c (get_next_x):
15863         (get_next_y):
15864         * fvwm/screen.h:
15865         * fvwm/virtual.c (CMD_DesktopName):
15866         * fvwm/virtual.h:
15867         (GetDesktopName):
15868         New command "DesktopName desk name" to define desktops names for
15869         the FvwmPager, the WindowList and ewmh compliant pagers.
15870         Desktops information (desk, desk name, working areas) is stored in a
15871         new list sub structure of Scr, DesktopsInfo. The head of the list
15872         contains generic information for desks that are not in the list.
15874         * fvwm/windowlist.c (get_desk_title):
15875         (CMD_WindowList):
15876         * fvwm/fvwm2.1:
15877         * NEWS:
15878         New window list options NoDeskNum, NoCurrentDeskTitle,
15879         TitleForAllDesks, NoNumInDeskTitle. Document these options and also
15880         the NoGeometry and NoGeometryInfo options.
15882         * fvwm/ewmh.c:
15883         * fvwm/ewmh_names.c:
15884         * fvwm/ewmh_icons.c:
15885         Added some static declarations
15887         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15888         It seems that UTF8 names should not be terminated by a 0
15890         * fvwm/ewmh.c (EWMH_SetClientListStacking):
15891         Set the stacking list in the good orders
15893 2001-12-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15895         * vms/config.h:
15896         * fvwm/functions.c:
15897         * fvwm/commands.h:
15898         * fvwm/builtins.c:
15899         * fvwm/borders.c:
15900         removed all MULTISTYLE ifdefs
15902         * fvwm/borders.c (RedrawTitle):
15903         fixed title drawing into relief
15905 2001-12-08  olicha  <olivier.chapuis@free.fr>
15907         * fvwm/style.c:
15908         * fvwm/style.h:
15909         * fvwm/fvwm.h:
15910         * fvwm/update.c:
15911         * fvwm/update.h:
15912         * fvwm/window_flags.h:
15913         * fvwm/fvwm2.1:
15914         s/extended_window_name/indexed_window_name/i
15915         s/extended_icon_name/indexed_icon_name/i
15916         s/do_update_window_name/do_update_visible_window_name/
15917         s/do_update_icon_name/do_update_visible_icon_name/
15919         * fvwm/style.c (CMD_Style):
15920         * fvwm/style.h:
15921         (parse_and_set_window_style):
15922         Split CMD_Style into CMD_Style and parse_and_set_window_style
15924 2001-12-06  olicha  <olivier.chapuis@free.fr>
15926         * fvwm/add_window.c (setup_window_name_count):
15927         (setup_icon_name_count):
15928         Better determination of the window and icon names index
15930         * fvwm/add_window.c (AddWindow):
15931         (setup_icon):
15932         * fvwm/events.c (HandlePropertyNotify):
15933         * fvwm/ewmh_names.c (EWMH_WMName):
15934         (EWMH_WMIconName):
15935         * fvwm/module_interface.c (BroadcastWindowIconNames):
15936         * fvwm/module_interface.h:
15937         (CMD_Send_WindowList):
15938         (CMD_set_mask):
15939         (CMD_set_sync_mask):
15940         (CMD_set_nograb_mask):
15941         * fvwm/update.c (apply_window_updates):
15942         * libs/Module.h:
15943         New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
15944         which are send to modules with BroadcastWindowIconNames.
15945         The set mask cmds use unsigned long mask and not int mask!
15947 2001-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15949         * fvwm/ewmh.h:
15950         * fvwm/ewmh.c:
15951         EWMH without iconv compile fix by Hippo
15953 2001-12-05  olicha  <olivier.chapuis@free.fr>
15955         * fvwm/add_window.c:
15956         * fvwm/ewmh.c (*):
15957         * fvwm/ewmh.h:
15958         * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
15959         * fvwm/ewmh_events.c:
15960         * fvwm/fvwm.h:
15961         * fvwm/fvwm2.1:
15962         * fvwm/move_resize.c (CMD_Maximize):
15963         * fvwm/placement.c (test_fit):
15964         (PlaceWindow):
15965         * fvwm/session.c (SaveWindowStates):
15966         * fvwm/style.c (merge_styles):
15967         * fvwm/style.h:
15968         (check_window_style_change):
15969         * fvwm/update.c (apply_window_updates):
15970         * fvwm/update.h:
15971         * fvwm/window_flags.h:
15972         New ewmh styles:
15973         EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
15974         EWMHMaximizeUseDynamicWorkingArea,
15975         EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
15976         EWMHPlacementUseDynamicWorkingArea,
15977         EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
15978         EWMHIgnoreStateHints / EWMHUseStateHints,
15979         EWMHIgnoreStrutHints / EWMHUseStrutHints
15981         * fvwm/ConfigFvwmDefaults:
15982         Use EWMHPlacementUseDynamicWorkingArea,
15983         EWMHMaximizeUseDynamicWorkingArea as default placement styles
15985         * NEWS:
15986         * fvwm/add_window.c (setup_placement_penalty):
15987         * fvwm/add_window.h:
15988         (setup_placement_penalty):
15989         (AddWindow):
15990         * fvwm/fvwm.h:
15991         * fvwm/placement.c (get_next_x):
15992         * fvwm/placement.h:
15993         (get_next_y):
15994         (test_fit):
15995         * fvwm/style.c (CMD_Style):
15996         * fvwm/style.h:
15997         (check_window_style_change):
15998         * fvwm/update.c (apply_window_updates):
15999         * fvwm/update.h:
16000         * fvwm/window_flags.h:
16001         * libs/default.h:
16002         New styles PlacementOverlapPenalties and
16003         PlacementOverlapPercentPenalties
16005         * NEWS:
16006         * fvwm/add_window.c (setup_window_name_count):
16007         * fvwm/add_window.h:
16008         (setup_icon_name_count):
16009         (setup_visible_name):
16010         (setup_window_name):
16011         (free_window_names):
16012         (setup_icon):
16013         * fvwm/borders.c (DrawMultiPixmapTitlebar):
16014         (RedrawTitle):
16015         * fvwm/events.c (HandlePropertyNotify):
16016         * fvwm/ewmh_names.c (EWMH_*):
16017         * fvwm/fvwm.h:
16018         * fvwm/icons.c (CreateIconWindow):
16019         (DrawIconWindow):
16020         (RedoIconName):
16021         (AutoPlaceIcon):
16022         (Iconify):
16023         * fvwm/session.c (MatchWinToSM):
16024         * fvwm/style.c (CMD_Style):
16025         * fvwm/style.h:
16026         (check_window_style_change):
16027         * fvwm/update.c (apply_window_updates):
16028         * fvwm/update.h:
16029         * fvwm/window_flags.h:
16030         New styles ExtendedWindowName / SimpleWindowName and
16031         ExtendedIconName / SimpleIconName. TODO: the modules implementation
16033         * fvwm/builtins.c (ReadMultiPixmapDecor):
16034         A -Wall fix
16036         * configure.in:
16037         Fixed gcc test
16039         * session.c (get_version_string):
16040         now is 2.5-3
16042         * fvwm/stack.c (new_layer):
16043         (CMD_Layer):
16044         Fixed ewmh wm state
16046         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16047         Fixed creation of the ewmh icon in the case of the window is iconified
16049 2001-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16051         * fvwm/placement.c (PlaceWindow):
16052         fixed manual placement on Xinerama screens other than the one with the
16053         top left corner of the total screen
16055 2001-11-27  olicha  <olivier.chapuis@free.fr>
16057         * configure.in:
16058         * acinclude.m4:
16059         * acconfig.h:
16060         * fvwm/ewmh_name.c
16061         Check for the second argument of iconv
16063         * configure.in:
16064         Added -Wall to CFLAGS if cc is gcc
16066 2001-11-26  Mikhael Goikhman  <migo@homemail.com>
16068         * configure.in:
16069         * acconfig.h:
16070         s/extanded/extended/
16072 2001-11-26  olicha  <olivier.chapuis@free.fr>
16074         * fvwm/Makefile.am:
16075         Fixed (?) iconv_LIBS
16077 2001-11-26  olicha  <olivier.chapuis@free.fr>
16079         * fvwm/functions.c (expand):
16080         Fixed n, c, r expansion
16082 2001-11-25  Dan Espen  <dane@mk.telcordia.com>
16084         * fvwm/fvwm2.1: Clean up ewmh stuff.
16086 2001-11-24  olicha  <olivier.chapuis@free.fr>
16088         * fvwm/ewmh_internal.h:
16089         * fvwM/ewmh.c:
16090         Removed a non standard macro
16092 2001-11-24  olicha  <olivier.chapuis@free.fr>
16094         * fvwm/fvwm2.1:
16095         Documented the previous ewmh style in a new Style subsection
16097         * fvwm/functions.c (expand):
16098         Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16100 2001-11-24  olicha  <olivier.chapuis@free.fr>
16102         * fvwm/add_window (setup_icon):
16103         (setup_window_structure):
16104         * fvwm/events.c (HandlePropertyNotify):
16105         * fvwm/ewmh.h:
16106         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16107         * fvwm/ewmh_icons.c (ewmh_WMIcon):
16108         (EWMH_DoUpdateWmIcon):
16109         (ewmh_SetWmIconFromPixmap):
16110         (EWMH_DeleteWmIcon):
16111         (EWMH_SetIconFromWMIcon):
16112         * fvwm/ewmh_intern.h:
16113         * fvwm/fvwm.h:
16114         * fvwm/icons.c (GetIcon):
16115         * fvwm/session.c (get_version_string):
16116         * fvwm/style.c (CMD_Style):
16117         * fvwm/style.h:
16118         (check_window_style_change)
16119         * fvwm/update.c (apply_window_updates):
16120         * fvwm/update.h:
16121         * fvwm/window_flags.h:
16122         New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16123         EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16124         EWMHDonateIcon / EWMHDontDonateIcon,
16125         Some ewmh icon code simplification.
16126         Ewmh icons priority: just after icon window.
16128         * fvwm/ewmh.c (EWMH_ExitStuff):
16129         * fvwm/ewmh.h:
16130         * fvwm/session.c (SaveWindowStates):
16131         (LoadWindowStates):
16132         (MatchWinToSM):
16133         * fvwm/fvwm.c (Done):
16134         Delete the ewmh icons we set ourself. Some ewmh session states do not
16135         need to be saved/restored anymore
16137 2001-11-23  olicha  <olivier.chapuis@free.fr>
16139         * fvwm/ewmh_names.c (convert_charsets):
16140         Fixed infinite loop
16142 2001-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16144         * fvwm/ewmh_names.c (convert_charsets):
16145         -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16146         man page states on Linux
16147         replaced goto with a loop
16149 2001-11-22  olicha  <olivier.chapuis@free.fr>
16151         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16152         a -Wall fix
16154         * fvwm/ewmh_events.c:
16155         Fixed some styles update
16157         * fvwm/ewmh_conf.c:
16158         * fvwm/function.c (func_config):
16159         * fvwm/function.h:
16160         * fvwm/ewmh.c:
16161         * fvwm/ewmh.h:
16162         * fvwm/ewmh_events.c:
16163         * fvwm/ewmh_intern.h:
16164         * fvwm/Makefile.am:
16165         * fvwm/fvwm2.1:
16166         New file for ewmh styles and commands. New commands EWMHBaseStrut and
16167         EWMHNumberOfDesktops. More documentation in ewmh man page section.
16169         * fvwm/add_window.c:
16170         * fvwm/bindings.c:
16171         * fvwm/events.c:
16172         * fvwm/functions.c:
16173         * fvwm/ewmh.c (EWMH_Init):
16174         * fvwm/fvwm.h:
16175         * fvwm/fvwm.c (InitVariables):
16176         * fvwm/placement.c
16177         * fvwm/sceen.h:
16178         * fvwm/session.c:
16179         * fvwm/styles.c:
16180         * fvwm/update.c:
16181         * fvwm/update.h:
16182         * fvwm/window_flags.c:
16183         * libs/Bindings.c:
16184         * libs/Picture.c:
16185         * libs/Picture.h:
16186         * libs/fvwmlib.h:
16187         * configure.in:
16188         * acconfig.h:
16189         Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16190         are maybe problematic) and those in the ewmh* files to allow
16191         to disbale the ewmh code: with --disable-ewmh all the ewmh code
16192         should be dummy. --enable-ewmh is now the default.
16194 2001-11-20  olicha  <olivier.chapuis@free.fr>
16196         * fvwm/icons.c (GetIcon):
16197         * fvwm/add_window.c (setup_icon):
16198         Fixed icons order choice and other minor bugs
16200         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16201         Fixed a core dump if there is no MiniIcon
16203 2001-11-18  olicha  <olivier.chapuis@free.fr>
16205         * fvwm/ewmh.c (add_kst_item):
16206         * fvwm/ewmh.h:
16207         (ewmh_AddToKdeSysTray):
16208         (EWMH_IsKdeSysTrayWindow):
16209         (EWMH_ManageKdeSysTray):
16210         (EWMH_WindowInit):
16211         fvwm/ewmh_intern.h:
16212         * fvwm/events.c (HandleDestroyNotify):
16213         (HandleMapRequest):
16214         (HandleUnmapNotify):
16215         Fixed the KDE system tray implementation
16217 2001-11-16  olicha  <olivier.chapuis@free.fr>
16219         * fvwm/ewmh.h:
16220         * fvwm/ewmh.c:
16221         fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16223 2001-11-15  olicha  <olivier.chapuis@free.fr>
16225         * fvwm/ewmh.c (EWMH_DestroyWindow):
16226         * fvwm/ewmh.h:
16227         (EWMH_WindowDestroyed):
16228         * fvwm/events.c (HandleReparentNotify):
16229         (HandleDestroyNotify):
16230         (HandleUnmapNotify):
16231         * fvwm/add_window.c (destroy_window):
16232         Fixed the ewmh windows lists
16234 2001-11-15  olicha  <olivier.chapuis@free.fr>
16236         * fvwm/Makefile.am:
16237         * fvwm/ewmh.c:
16238         * fvwm/ewmh.h:
16239         * fvwm/ewmh_intern.h:
16240         * fvwm/ewmh_events.c:
16241         * fvwm/ewmh_icons.c:
16242         * fvwm/ewmh_names.c:
16243         * fvwm/fvwm2.1:
16244         * NEWS:
16245         New files to achieve the extended WM hints support, off by
16246         default. This code is ifdefed a la gnome.c.
16247         This is work in progess (need to do so that every things are
16248         configurable).
16250         * configure.in:
16251         * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16252         New configure option --enable-ewmh. Added tests for iconv and
16253         nl_langinfo for UTF8 conversions.
16255         * fvwm/add_window.c (AddWindow):
16256         (CaptureOneWindow):
16257         (destroy_window):
16258         (setup_window_name):
16259         (setup_icon):
16260         EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16261         EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16262         SET_HAS_EWMH_ICON, EWMH_WMIconName
16264         * fvwm/add_window.c (setup_window_structure):
16265         * fvwm/fvwm.h (FvwmWindow):
16266         (window_flags):
16267         * fvwm/window_flags.h:
16268         * fvwm/session.c (get_version_string):
16269         (SaveWindowStates):
16270         (LoadWindowStates):
16271         Added some entries in FvwmWindow and some flags (more will be
16272         added). Some of these states need to be saved at restart and
16273         at recapture. This code is ifdefed, may be it should not: I was
16274         forced to ifdef the version string in get_version_string.
16276         * libs/Bindings.c (win_contexts):
16277         * libs/fvwmlib.h:
16278         * fvwm/events.c (GetContext):
16279         * fvwm/bindings.c (ParseBinding):
16280         (activate_binding):
16281         * fvwm/functions.c (expand_extended_var):
16282         (expand):
16283         (execute_function):
16284         (DeferExecution):
16285         * fvwm/screen.h (Scr):
16286         new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16287         (kdesktop or Nautilus desktop). This context is something between
16288         C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16290         * fvwm/bindings.c (activate_binding):
16291         Fixed immediate application of mouse/stroke bindings
16293         * fvwm/borders.h
16294         * fvwm/borders.c (RedrawDecorations):
16295         * fvwm/update.c (apply_window_updates):
16296         New function  RedrawDecorations taken from apply_window_updates
16297         and called in ewmh_icons.c and update.c
16299         * fvwm/bultins.c (CMD_WindowShade):
16300         EWMH_SetWMState
16302         * fvwm/events.c (HandleFocusIn):
16303         (HandlePropertyNotify):
16304         (HandleClientMessage):
16305         (HandleMapRequestKeepRaised):
16306         (HandleUnmapNotify):
16307         EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16308         icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16309         EWMH_SetClientList
16311         * fvwm/icons.c (GetIcon):
16312         * fvwm/icons.h:
16313         (CreateIconWindow):
16314         (ChangeIconPixmap):
16315         * fvwm/events.c (HandlePropertyNotify):
16316         New function GetIcon taken from CreateIconWindow which choose
16317         the icon, there is a new case for EWMH icons. New function
16318         ChangeIconPixmap taken from events.c.
16319         The two new functions are called from ewmh_icon.c (and icons.c).
16321         * fvwm/move_resize.c (handle_stick):
16322         (CMD_Maximize):
16323         (handle_stick):
16324         EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16326         * libs/Picture.h:
16327         * libs/Picture.c (LoadPictureFromPixmap):
16328         (CachePictureFromPixmap):
16329         New functions for loading a picture from a pixmap. Nothing is cached
16330         but this simplify the MiniIcon code.
16332         * fvwm/placement.c (PlaceWindow):
16333         EWMH_GetWorkAreaIntersection
16335         * fvwm/screen.h (Scr):
16336         Added the working area, the dynamic working area and the ewmh
16337         Desktop window.
16339         * fvwm/stack.c (restack_windows):
16340         (CMD_Layer):
16341         EWMH_SetClientListStacking, EWMH_SetWMState
16343         * fvwm/style.c (check_window_style_change):
16344         * fvwm/update.c (apply_window_updates):
16345         * fvwm/update.h:
16346         Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16347         This code is ifdefed.
16349         * fvwm/style.c (lookup_style):
16350         EWMH_GetStyle
16352         * fvwm/virctual.c (goto_desk):
16353         (CMD_GotoDeskAndPage):
16354         (do_move_window_to_desk):
16355         EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16357 2001-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16359         * fvwm/update.c (apply_window_updates):
16360         * fvwm/gnome.c (GNOME_GetStyle):
16361         * fvwm/style.c (lookup_style):
16362         (check_window_style_change):
16363         * fvwm/add_window.c (setup_style_and_decor):
16364         fixed GnomeIgnoreHints style for some of the gnome hints
16366         * fvwm/fvwm.c (StartupStuff):
16367         Tried to fix font size problem
16369         * fvwm/placement.c (PlaceWindow):
16370         suppress an X error
16372         * fvwm/move_resize.c (moveLoop):
16373         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16374         * fvwm/misc.c (Keyboard_shortcuts):
16375         modified keyboard shortcut functions so that it is possible to move
16376         windows with the keyboard even if the border is hit.  does not work
16377         very nicely with paging
16379         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16380         performance enhancement
16382         * fvwm/events.c (HandleButtonPress):
16383         fixed (?) some problem with passing the raise click in ctf to the app
16385         * fvwm/add_window.c (Reborder):
16386         * fvwm/virtual.c (MoveViewport):
16387         (MapDesk):
16388         (UnmapDesk):
16389         * fvwm/session.c (SaveWindowStates):
16390         * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16391         don't access stack_next and stack_prev directly but use the access
16392         functions from stack.h
16394         * fvwm/stack.c (remove_window_from_stack_ring):
16395         (add_window_to_stack_ring_after):
16396         safety patch
16398         * fvwm/add_window.c (adjust_fvwm_internal_windows):
16399         (destroy_window):
16400         when a window becomes scheduled for destruction, remove all traces of it
16401         from the fvwm internal variable so its not accessed accidentally when
16402         its fields are no longer valid
16404 2001-11-05  Mikhael Goikhman  <migo@homemail.com>
16406         * fvwm/borders.c:
16407         fixed compilation of I18N_MB
16409 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16411         * AUTHORS:
16412         * NEWS:
16413         * acconfig.h:
16414         * configure.in:
16415         * fvwm/borders.c:
16416         * fvwm/builtins.c:
16417         * fvwm/fvwm2.1:
16418         * fvwm/screen.h:
16419         exclude the TitleStyle MultiPixmap feature (only) before forking
16420         ...
16421         and restore it after that
16423         * NEWS:
16424         * configure.in:
16425         change version string to 2.5.0
16427         * NEWS:
16428         added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16429         added a link to the stable version 2.4.4 (not released yet)
16431 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16433         * NEWS:
16434         * configure.in:
16435         change version string to 2.4.4 before forking
16437         * make_fvwmdist.sh:
16438         strip end of line from date (adjust for a new length)
16440 2001-10-29  olicha  <olivier.chapuis@free.fr>
16442         * fvwm/screen.h (DecorFaceStyle):
16443         Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16444         so that Solid colors work again
16446 2001-10-28  olicha  <olivier.chapuis@free.fr>
16448         * fvwm/module_interface.c (skipModuleAliasToken):
16449         Allows '/' as alias character
16451         * NEWS
16452         Script news
16454 2001-10-27  Mikhael Goikhman  <migo@homemail.com>
16456         * configure.in:
16457         * acconfig.h:
16458         * NEWS:
16459         added --disable-multipixmap-titles for the Suzanne's patch,
16460         the default is enable
16462         * fvwm/fvwm2.1:
16463         some formatting fixes in TitleStyle entry
16465 2001-10-27  Suzanne Britton  <tril@igs.net>
16467         * config.h.in: Added FANCY_TITLEBARS option, off by default
16469         * fvwm/fvwm2.1:
16470         Added info on TitleStyle MultiPixmap
16472         * fvwm/screen.h:
16473         [All changes #ifdeffed FANCY_TITLEBARS]
16474         Added TITLE_PADDING define for fancy titlebar rendering
16475         Added tb_pixmap_enum
16476         Added MultiPixmap to DecorFaceType enum
16477         Added Picture **multi_pixmaps and short multi_stretch_flags
16478         to DecorFace structure
16480         * fvwm/borders.c:
16481         [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16482         (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16483         (RenderIntoWindow): [new]
16484         (DrawMultiPixmapTitlebar): [new]
16485         (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16486         instead of always sending 1
16487         (RedrawTitle):
16488         Call DrawFancyTitlebar for MultiPixmap style
16489         Skip DrawString calls for MultiPixmap style (title is drawn inside
16490         DrawMultiPixmapTitlebar)
16492         * fvwm/builtins.c:
16493         [All changes #ifdeffed FANCY_TITLEBARS]
16494         (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16495         (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16496         (ReadMultiPixmapDecor): [new]
16498 2001-10-26  Dan Espen  <dane@mk.telcordia.com>
16500         * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16501         buttons can activate on press or release, special pointer during grab,
16502         arrow key command recall.
16504 2001-10-24  Mikhael Goikhman  <migo@homemail.com>
16506         * fvwm/bindings.c (ParseBinding):
16507         * fvwm/bindings.h:
16508         * fvwm/fvwm2.1:
16509         binding commands now do not print error messages with Silent
16511         * fvwm/ConfigFvwmDefaults:
16512         * NEWS:
16513         don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16514         use Silent before Key Help
16516         * fvwm/add_window.c:
16517         changed the broken size hints message to notify the owner
16519         * docs/fvwm.lsm.in:
16520         small changes
16522 2001-10-19  olicha  <olivier.chapuis@free.fr>
16524         * NEWS:
16525         Some FvwmScript news
16527 2001-10-16  olicha  <olivier.chapuis@free.fr>
16529         * NEWS:
16530         Some FvwmScript news
16532 2001-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16534         * fvwm/bindings.c (activate_binding):
16535         * libs/Bindings.c (GrabWindowKeyOrButton):
16536         activate mouse/stroke bindings immediately
16538         * fvwm/events.c (HandleButtonPress):
16539         it is possible to bind actions to the 'ClickToFocus' click
16541 2001-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16543         * fvwm/virtual.c (HandlePaging):
16544         allow paging during move/resize when pressing keys
16546         * libs/XResource.c (MergeCmdLineResources):
16547         possible core dump fix
16549         * fvwm/add_window.c (setup_window_placement):
16550         fixed core dump
16552         * libs/Bindings.c (AddBinding):
16553         another attempt at cleaning up bindings with "Shift"
16555 2001-10-13  olicha  <olivier.chapuis@free.fr>
16557         * NEWS
16558         FvwmScript news
16560 2001-10-10  Mikhael Goikhman  <migo@homemail.com>
16562         * move_resize.c:
16563         * fvwm/fvwm2.1:
16564         OpaqueMoveSize now accepts "unlimited" or negative argument.
16566 2001-10-09  Mikhael Goikhman  <migo@homemail.com>
16568         * fvwm/fvwm2.1:
16569         added missing "!"
16571 2001-10-08  Dan Espen  <dane@mk.telcordia.com>
16573         * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16575         * libs/fvwmlib.h:
16576         * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16578         * fvwm/cursor.c: Extract cursor validation routine to become a libs
16579         routine.
16581 2001-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16583         * NEWS, configure.in:
16584         changed version to 2.5.0
16586 2001-10-08  olicha  <olivier.chapuis@free.fr>
16588         * fvwm/borders.c (RedrawTitle):
16589         Fixed drawing of leftJustified stippled title and suppress warnings
16590         in RelieveRectangle w/ RightJustified stippled title
16592 2001-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16594         * fvwm/virtual.c (CMD_XineramaSlsSize):
16595         fixed ABR
16597 2001-10-03  olicha  <olivier.chapuis@free.fr>
16599         * fvwm/style.c (CMD_Style):
16600         * fvwm/fvwm2.1
16601         Added the possibility to add an Xinerama screen to the 4 numerics
16602         Iconbox format
16604 2001-10-03  olicha  <olivier.chapuis@free.fr>
16606         * fvwm/icons.c (AutoPlaceIcon):
16607         Fixed a core dump with @c and fixed icon placement if the icon should
16608         not be on the current page
16610 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16612         * fvwm/icons.c (AutoPlaceIcon):
16613         * libs/FScreen.c (FScreenParseScreenBit):
16614         added 'w' screen specifier for icon boxes
16616         * fvwm/icons.c (AutoPlaceIcon):
16617         fixed placement of icons in icon boxes on different screen
16619         * fvwm/menus.c (get_menu_options):
16620         reduced code duplication
16622 2001-10-02  olicha  <olivier.chapuis@free.fr>
16624         * fvwm/menus.c (get_menu_options):
16625         fixed Xinerama placement of menu with empty but not null position hints
16627 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16629         * fvwm/borders.c (RedrawTitle):
16630         * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16631         suppress a warning in RelieveRectangle w/ small sticky windows
16633 2001-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16635         * fvwm/menus.c (get_menu_options):
16636         A 'rectangle' context rectangle for menus honours the '@screen' bit
16638         * fvwm/move_resize.c (DisplayPosition):
16639         coordinates of a window are show in relation to the screen, not the page
16641         * libs/FScreen.c (FScreenTranslateCoordinates):
16642         * fvwm/placement.c (PlaceWindow):
16643         * fvwm/add_window.c (setup_window_placement):
16644         Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16645         rewrote the library functionality to better match the rest of the
16646         interface
16648         * fvwm/builtins.c (DestroyFvwmDecor):
16649         removed useless code
16651         * fvwm/icons.c (DrawIconWindow):
16652         fixed race condition w/ expanding/collapsing icon titles
16654         * fvwm/windowlist.c (CMD_WindowList):
16655         fixed Xinerama placement of window list when called without options
16657 2001-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16659         * libs/FScreen.c (FScreenSLSOnOff):
16660         fixed core dump when calling XineramaSls before XineramaSlsSize
16662         * configure.in:
16663         changed to 2.4.3
16665         * libs/FShape.h (FHaveShapeExtension):
16666         set macro to 1 when compiling w/ shape extension
16668 2001-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16670         * libs/Bindings.c (AddBinding):
16671         * fvwm/bindings.c (ParseBinding):
16672         print a warning if a key with the given name does not exist
16673         if there is an upper and a lower case version of the same key name,
16674         always bind to the lower case version; this is problematic if the upper
16675         case version is tied to a key without a modifier and the lower case
16676         version is tied to the same key, but with a modifier (or both are tied
16677         to different keys). I hope this good enough.
16679         * libs/Bindings.c (FreeBindingList):
16680         (MatchBindingExactly):
16681         (CollectBindingList):
16682         fixed some problems overriding keys
16683         reduced duplication of logic
16685 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16687         * NEWS, configure.in:
16688         changed version to 2.5.0
16690 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16692         * configure.in:
16693         changed version to 2.4.2
16695 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16697         * libs/Colorset.c:
16698         (SetWindowBackground):
16699         (SetRectangleBackground):
16700         * fvwm/builtins.c (CMD_WindowShade):
16701         * fvwm/add_window.c:
16702         (setup_style_and_decor):
16703         * fvwm/icons.c:
16704         (CreateIconWindow):
16705         (GetXPMFile):
16706         (GetIconWindow):
16707         (GetIconBitmap):
16708         * fvwm/events.c:
16709         (HandleConfigureRequest):
16710         (HandleShapeNotify):
16711         (InitEventHandlerJumpTable):
16712         * fvwm/borders.c (struct):
16713         (SetupFrame):
16714         (SetShape):
16715         * fvwm/decorations.c (SelectDecor):
16716         * fvwm/fvwm.c:
16717         (main):
16718         (setVersionInfo):
16719         * fvwm/externs.h:
16720         * fvwm/fvwm.h (FvwmWindow):
16721         * libs/FShape.h:
16722         * libs/FShape.c:
16723         moved shape support to library; its no longer necessary to
16724         '#ifdef SHAPE' any code
16726         * fvwm/borders.c (RedrawButtons):
16727         (RedrawTitle):
16728         fixed top border hilight drawing of title buttons
16730         * libs/Graphics.c (do_relieve_rectangle):
16731         (RelieveRectangle):
16732         (RelieveRectangle2):
16733         allow alternate shading for title buttons
16735 2001-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16737         **/*.1:
16738         Applied man page patch by Dmitry Yu. Bolkhovityanov:
16739         Add a formal description of how fvwm maintains module's configs
16740         Change manpages of individual modules to refer to fvwm2(1) for
16741         details about specifying configuration
16743         * fvwm/add_window.c (setup_window_placement):
16744         desk and page can now really be given as X resources a la
16745           xterm.desk: 1
16747         * libs/XResource.c (GetResourceString):
16748         resource -> lower case, class -> upper case
16749         changed signature
16751         * configure.in:
16752         changed version to 2.5.0
16754         * Makefile.am (distcheck2):
16755         build distcheck before dist2; save a few seconds if the build fails
16757         * libs/alloca.c:
16758         * libs/ClientMsg.c:
16759         * libs/envvar.c:
16760         * libs/Event.c:
16761         * libs/fvwmrect.c:
16762         * libs/gethostname.c:
16763         * libs/Grab.c:
16764         * libs/Pointer.c:
16765         * libs/safemalloc.c:
16766         * libs/strcasecmp.c:
16767         * libs/strdup.c:
16768         * libs/strerror.c:
16769         * libs/strncasecmp.c:
16770         * libs/usleep.c:
16771         * libs/wild.c:
16772         * libs/WinMagic.c:
16773         * libs/XError.c:
16774         * libs/Graphics.c:
16775         include config.h
16777         * configure.in:
16778         changed version to 2.4.1 again
16780 2001-09-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16782         * libs/Bindings.c (FvwmStringToKeysym):
16783         try both cases of the first letter of a key name
16785         * fvwm/ConfigFvwmDefaults:
16786         * fvwm/windowlist.c (winCompareReverse):
16787         (CMD_WindowList):
16788         new WindowList option ReverseOrder; use the new option in the default
16789         Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
16790         cycle through the whole window list. The old behaviour only toggled
16791         between two windows. Also, a simple Alt-Tab can be used to switch to
16792         the next window instead of Alt-Tab-Tab.
16794         * libs/FScreen.c (FScreenInit):
16795         fixed a Xinerama crash
16797         * configure.in:
16798         print a verbose error message and exit if X11 headers and libraries
16799         are not found
16801 2001-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16803         * fvwm/fvwm.c (main):
16804         * libs/FShape.c:
16805         * libs/FShape.h:
16806         new library for X shape encapsulation
16808         * fvwm/builtins.c (CMD_WindowShade):
16809         * fvwm/borders.c (SetupFrame):
16810         fixed shading of windows without title and border
16811         fixed shading of shaped windows; fixes bug #732
16813         * fvwm/builtins.c (CMD_SetEnv):
16814         calling SetEnv without a value is the same as UnsetEnv
16816 2001-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16818         * fvwm/events.c (HandleReparentNotify):
16819         fixed vanishing windows in rapid map/unmap cycles; bug #770
16821         * fvwm/add_window.c (hide_screen):
16822         fixed possible BadWindow error
16824 2001-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16826         * fvwm/virtual.c (MoveViewport):
16827         (goto_desk):
16828         (CMD_GotoDeskAndPage):
16829         (CMD_GotoPage):
16830         GotoDeskAndPage records its own history of last visited desk/page
16832         * libs/FScreen.c (FScreenInit):
16833         fixed a memory allocation bug pointed out by Giuseppe Della Ricca
16835 2001-09-05  olicha  <olivier.chapuis@free.fr>
16837         * fvwm/session.c (MatchWinToSM):
16838         * fvwm/add_window.c (setup_window_structure):
16839         * fvwm/move_resize.c (moveLoop):
16840         Fixed PlacedByButton3 condition
16842 2001-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16844         * libs/FScreen.c:
16845         * fvwm/functions.c (func_config):
16846         * fvwm/module_interface.c (broadcast_xinerama_state):
16847         * fvwm/virtual.c (CMD_Xinerama):
16848         (CMD_XineramaPrimaryScreen):
16849         (CMD_XineramaSls):
16850         (CMD_XineramaSlsSize):
16851         added sls support
16852         split Xinerama command into Xinerama, XineramaPrimaryScreen,
16853         XineramaSls and XineramaSlsSize
16854         restructured parts of the FScreen code
16856         * fvwm/functions.c (func_config):
16857         new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
16859         * libs/Graphics.c (RelieveRectangle):
16860         allow calling the function with w == 0 or h == 0 without a message
16862         * fvwm/window_flags.h (SET_STYLE_DELETED):
16863         * fvwm/style.c (CMD_DestroyStyle):
16864         (check_window_style_change):
16865         * fvwm/fvwm.h (window_style):
16866         update windows when a style is deleted
16868         * configure.in:
16869         fixed xpm detection problem caused by wrong library order
16871 2001-09-05  olicha  <olivier.chapuis@free.fr>
16873         * NEWS: PlacedByFvwm
16875 2001-09-04  Dan Espen  <dane@mk.telcordia.com>
16877         * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
16879 2001-09-04  olicha  <olivier.chapuis@free.fr>
16881         * fvwm/fvwm.h:
16882         * fvwm/windows_flags.h:
16883         * fvwm/placement.c (PlaceWindow):
16884         * fvwm/add_window.c (setup_window_structure):
16885         * fvwm/conditional.c (CreateConditionMask):
16886         * fvwm/session.c (get_version_string):
16887         (MatchWinToSM):
16888         * fvwm/fvwm2.1:
16889         Added a new windows_flags is_placed_by_fvwm and a new condition
16890         PlacedByFvwm
16892 2001-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16894         * fvwm/focus.c (focus_grab_buttons):
16895         (MoveFocus):
16896         disabled xt/double click patch for now
16898 2001-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16900         * libs/Graphics.c (RelieveRectangle):
16901         print a warning if one of the dimensions is <= 0
16903         * fvwm/placement.c (PlaceWindow):
16904         take care of windows that have both, PPosition and USPosition set
16905         take care of transient windows that have neither PPosition nor
16906         USPosition set
16908 2001-09-01  olicha  <olivier.chapuis@free.fr>
16910         * libs/FScreen.c (FScreenInit):
16911         Fixed the position of the xinerama emulation delimiters
16913 2001-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16915         * fvwm/fvwm2.1:
16916         Xinerama introduction
16918         * fvwm/icons.c (AutoPlaceIcon):
16919         try to place icons of screen with the window center, and if that fails
16920         on any screen
16922         * libs/FScreen.c (FScreenGetScrRect):
16923         performance improvement for non-xinerama systems
16925         * fvwm/update.c (apply_window_updates):
16926         (flush_window_updates):
16927         update icon boxes and icon position when xinerama layout changes
16929         * fvwm/icons.c (AutoPlaceIcon):
16930         limit placement of icons using no icon box to screen boundaries
16931         adapt icon boxes to xinerama layout whenever used
16933         * fvwm/placement.c (PlaceWindow):
16934         * fvwm/style.c (CMD_Style):
16935         (check_window_style_change):
16936         * fvwm/style.h (SUSE_NO_USPOSITION):
16937         (SUSE_NO_TRANSIENT_PPOSITION):
16938         (SUSE_NO_TRANSIENT_USPOSITION):
16939         * fvwm/fvwm.h (struct):
16940         implemented new styles NoUSPosition/UseUSPosition,
16941         NoTransientPPosition/UseTransientPPosition,
16942         NoTransientUSPosition/UseTransientUSPosition.
16943         These work exactly like NoPPosition/UsePPosition.
16944         Transient windows ignore the window position if neither the PPosition
16945         nor the USPosition hint is set.
16947 2001-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16949         * fvwm/focus.c (restore_focus_after_unmap):
16950         fixed a bug transfering the focus when a window was iconified
16952 2001-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16954         * fvwm/conditional.c (MatchesConditionMask):
16955         * fvwm/move_resize.c (position_geometry_window):
16956         * fvwm/placement.c (PlaceWindow):
16957         * fvwm/menus.c (pop_menu_up):
16958         * fvwm/move_resize.c (move_window_doit):
16959         * fvwm/icons.c (do_all_iconboxes):
16960         * fvwm/placement.c (PlaceWindow):
16961         * fvwm/menus.c (update_menu):
16962         adapted to new FScreen... signatures
16964         * libs/FScreen.c (FScreenClipToScreen):
16965         (FScreenGetScrCenterCenter):
16966         (FScreenCenterCurrent):
16967         (FScreenCenterPrimary):
16968         (FScreenGetCurrent00):
16969         (FScreenGetGlobalScrRect):
16970         (FScreenGetPrimaryScrRect):
16971         (FScreenGetScrRect):
16972         (FScreenIsRectangleOnScreen):
16973         unified all the FSCreen... functions using a common signature, removed
16974         most old functions
16976         * fvwm/style.c (CMD_Style):
16977         init icon box screen
16979         * fvwm/move_resize.c (move_window_doit):
16980         (CMD_Maximize):
16981         * libs/Makefile.am:
16982         * libs/XineramaSupport.c:
16983         * libs/XineramaSupport.h:
16984         * libs/FScreen.c:
16985         exported and renamed screen defines
16987         * libs/FScreen.h:
16988         renamed files
16990         * fvwm/virtual.c:
16991         * fvwm/style.c:
16992         * fvwm/placement.c:
16993         * fvwm/move_resize.c:
16994         * fvwm/module_interface.c:
16995         * fvwm/modconf.c:
16996         * fvwm/menus.c:
16997         * fvwm/icons.c:
16998         * fvwm/fvwm.c:
16999         * fvwm/conditional.c:
17000         * libs/XineramaSupport.c:
17001         renamed all XineramaSupport...() functions to FScreen...()
17003         * fvwm/style.c (CMD_Style):
17004         -Wall fix
17006 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
17008         * fvwm/style.c (CMD_Style):
17009         * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
17010         using geometry spec.
17012 2001-08-25  Mikhael Goikhman  <migo@homemail.com>
17014         * libs/Strings.c:
17015         * libs/Strings.h:
17016         new function QuoteString() to add and escape single quotes to strings
17018         * fvwm/menus.c (MenuInteraction):
17019         quote both missing function name and menu name for
17020         MissingSubmenuFunction
17022         * fvwm/functions.c (expand):
17023         use QuoteString()
17025 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
17027         * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
17029 2001-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17031         * fvwm/cursor.c (CMD_CursorStyle):
17032         * fvwm/icons.c (GetXPMFile):
17033         * libs/Colorset.c (SetWindowBackground):
17034         -Wall fixes
17036         * libs/Bindings.c (AddBinding):
17037         tired to help with problem binding keys that have a keycode with no
17038         modifiers and another keycode with some modifiers pressed, e.g.
17039         kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17040         F1 generating the actioon bound to F11 sometimes
17042         * fvwm/focus.c (focus_grab_buttons):
17043         -Wall fix
17045 2001-08-23  Dan Espen  <dane@mk.telcordia.com>
17047         * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17049 2001-08-20  Bob Woodside  <proteus@pcnet.com>
17051         * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17052         grab synchronization so apps using XtTranslations to catch double-
17053         clicks don't get confused by extraneous Leave/EnterNotify events.
17054         This fixes the "xfm/moxfm don't see double-clicks" problem.
17056 2001-08-20  Dan Espen  <dane@mk.telcordia.com>
17058         * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17060 2001-08-19  Dan Espen  <dane@mk.telcordia.com>
17062         * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17063         placed.
17065         * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17066         until later when the window is actually placed.
17068         * fvwm/fvwm.h (icon_boxes_struct):  Save  sign  for later  screen
17069         position calculation.
17071 2001-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17073         * fvwm/update.c (flush_window_updates):
17074         * fvwm/screen.h (ScreenInfo):
17075         * fvwm/virtual.c (CMD_Xinerama):
17077         * fvwm/move_resize.c (CMD_Maximize):
17078         * fvwm/placement.c (PlaceWindow):
17079         * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17080         renamed function
17082         * fvwm/fvwm2.1:
17083         describe new maximize options
17085         * fvwm/move_resize.c (MaximizeWidth):
17086         (MaximizeHeight):
17087         (CMD_Maximize):
17088         applied Dmitry's Xinerama patch for Maximize command
17089         replaced "global" and "absolute" with "screen" which is more flexible
17091 2001-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17093         * libs/Parse.c (SkipQuote):
17094         fixed a bug in handling of caller specified quote pairs
17096         * fvwm/move_resize.c (CMD_Maximize):
17097         keep window on correct page when viewport does not start on a page
17098         boundary
17100         * libs/XError.c (error_name):
17101         (request_name):
17102         fixed core dump in error handling
17104 2001-08-15  Mikhael Goikhman  <migo@homemail.com>
17106         * configure.in:
17107         * acinclude.m4:
17108         * INSTALL:
17109         * INSTALL.fvwm:
17110         renamed --disable-gnome to --disable-gnome-hints;
17111         documented configure options --with-gnome*;
17112         small improvements in documentation;
17113         use underscore in version instead of dash that causes rpm problems
17115 2001-08-14  Mikhael Goikhman  <migo@homemail.com>
17117         * libs/Makefile.am:
17118         added fvwmrect.h to dist
17120 2001-08-14  Dan Espen  <dane@mk.telcordia.com>
17122         * libs/XineramaSupport.c: Disable debug printing.
17124 2001-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17126         * libs/defaults.h (DEFAULT_MENU_STYLE):
17127         reset colour sets in default menu style too
17129 2001-08-13  Mikhael Goikhman  <migo@homemail.com>
17131         * builtins.c:
17132         * events.c:
17133         completed the libstroke-0.5 compatibility fix
17135 2001-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17137         * fvwm/move_resize.c (draw_move_resize_grid):
17138         fixed drawing of resize grid when invoked from button or key press
17140         * fvwm/placement.c (PlaceWindow):
17141         rewrote a condition to improve readability
17142         fixed StartsOn... w/ SkipMapping
17144 2001-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17146         * fvwm/session.c (MatchWinToSM):
17147         (LoadWindowStates):
17148         (SaveWindowStates):
17149         * fvwm/move_resize.c (CMD_Resize):
17150         * fvwm/events.c (HandlePropertyNotify):
17151         (HandleConfigureRequest):
17152         * fvwm/move_resize.c (CMD_ResizeMove):
17153         (CMD_Maximize):
17154         (CMD_Resize):
17155         * fvwm/update.c (apply_window_updates):
17156         * fvwm/add_window.c (AddWindow):
17157         * fvwm/geometry.c (constrain_size):
17158         (gravity_constrain_size):
17159         the Resize command honors the window gravity
17160         changing the size increment of maximized windows no longer shrinks the
17161         window
17163         * fvwm/icons.c:
17164         keep expanded icon titles on screen
17166 2001-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17168         * fvwm/icons.c (do_all_iconboxes):
17169         default icon box fills the primary screen
17171         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17172         fixed default_screen argument
17174         * fvwm/style.c (merge_styles):
17175         * fvwm/fvwm.h (window_style):
17176         * fvwm/style.h (SSET_START_SCREEN):
17177         * fvwm/add_window.c (setup_window_placement):
17178         * fvwm/placement.c (PlaceWindow):
17179         (CMD_PlaceAgain):
17180         implemented StartsOnScreen style
17182         * fvwm/placement.c (PlaceWindow):
17183         (test_fit):
17184         (get_next_x):
17185         (get_next_y):
17186         (CleverPlacement):
17187         (SmartPlacement):
17188         Place new windows on xinerama screens
17190         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17191         fixed core dump in debug output
17193 2001-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17195         * fvwm/placement.c:
17196         removed unused variable
17198 2001-08-07  olicha  <olivier.chapuis@free.fr>
17200         * NEWS:
17201         FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17203 2001-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17205         * fvwm/virtual.c (CMD_Xinerama):
17206         replaced XineramaEnable and ...Disable with XineramaCommand
17208         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17209         (XineramaSupportGetScreenArgument):
17210         new functions
17212         * fvwm/functions.c (func_config):
17213         * fvwm/move_resize.c (move_window_doit):
17214         (CMD_Move):
17215         (CMD_AnimatedMove):
17216         (CMD_MoveToPage):
17217         (CMD_MoveToScreen):
17218         (handle_stick):
17219         added new command MoveToScreen
17221 2001-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17223         * libs/fvwmrect.c:
17224         * libs/fvwmrect.h:
17225         new library files
17227         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17228         fixed parsing of negative geometries
17229         (XineramaSupportParseGeometryWithScreen):
17230         made global
17231         (XineramaSupportGetNumberedScreenRect):
17232         new function
17234         * sample.fvwmrc/system.fvwm2rc:
17235         * sample.fvwmrc/new-features:
17236         * sample.fvwmrc/system.fvwm2rc-sample-95:
17237         * sample.fvwmrc/system.fvwm2rc-sample-2:
17238         * sample.fvwmrc/system.fvwm2rc-sample-1:
17239         * fvwm/fvwm2.1:
17240         updated for new condition
17242         * fvwm/conditional.c (CreateConditionMask):
17243         (MatchesConditionMask):
17244         * fvwm/fvwm.h (WindowConditionMask):
17245         implemented new condition AcceptsFocus to cope with applications like
17246         xclock that have circulatehit but don't take focus
17248 2001-08-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17250         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17251         handle Xinerama screens
17253         * fvwm/style.c (CMD_Style):
17254         * fvwm/menus.c (get_menu_options):
17255         cope with Xinerama like geometries with screen info
17257         * fvwm/virtual.c (CMD_XineramaEnable):
17258         XineramaEnable optionally takes the number of the primary screen as its
17259         argument
17261         * fvwm/events.c (GetContext):
17262         reindented code
17264         * fvwm/virtual.c (HandlePaging):
17265         * fvwm/events.c (HandleButtonPress):
17266         * fvwm/events.h (XEVMASK_PANFW):
17267         fixed button and key event handling over pan frames; fixes bug #752
17269         * fvwm/menus.c (get_menu_options):
17270         fixed Xinerama placement of menus without options
17272 2001-08-01  Mikhael Goikhman  <migo@homemail.com>
17274         * NEWS:
17275         * fvwm/borders.c:
17276         * fvwm/builtins.c:
17277         * fvwm/fvwm.c:
17278         * fvwm/screen.h:
17279         Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17280         In addition to the existing: @0 is shadow color, @1 is hilight color.
17282         * fvwm/fvwm2.1:
17283         Added the formal description of Vector that was absent.
17285 2001-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17287         * fvwm/fvwm2.1:
17288         some man page corrections
17290 2001-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17292         * fvwm/move_resize.c (handle_stick):
17293         also redraw buttons when a window becomes sticky/slippery to make sure
17294         that MWMDecorStick buttons are updated too; fixes bug #749
17296 2001-07-30  Mikhael Goikhman  <migo@homemail.com>
17298         * NEWS:
17299         documented previous changes
17301         * configure.in:
17302         improved output spacing
17304         * fvwm/fvwm2.1:
17305         minor typo
17307 2001-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17309         * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17310         * fvwm/modconf.c (send_xinerama_state):
17311         * fvwm/module_interface.c (broadcast_xinerama_state):
17312         * libs/defaults.h:
17313         revised module support for Xinerama
17315         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17316         (XineramaSupportParseGeometry):
17317         (XineramaSupportGetGeometry):
17318         make interface compatible with XineramaSupportParseGeometry().
17319         (XineramaSupportGetPrimaryScreen):
17320         new function
17322         * fvwm/stack.c (raise_over_unmanaged):
17323         fixed restacking of windows with RaiseOverUnmanaged - windows were
17324         raised in reverse order so that the top window became the bottom
17325         window of the ones that were raised
17326         also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17327         these are invisible
17329 2001-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17331         * sample.fvwmrc/system.fvwm2rc-sample-95:
17332         fixed syntax of BugOpts command
17334         * fvwm/ConfigFvwmDefaults:
17335         resize window when clicking on the sides of the window by default
17336         instead of moving it
17338         * fvwm/events.c (HandleEnterNotify):
17339         do not delete MouseFocus when pointer moves from one particular sub
17340         window of a frame to another one.  Helps with xv/xmms vs unclutter
17341         interaction and also with MouseFocus vs. Open Look applications
17343         * fvwm/move_resize.c (DoSnapAttract):
17344         * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17345         fixed snapping to Xinerama screen edges
17346         (XineramaSupportIsEnabled):
17347         return False is the X server provides only a single screen
17349         * fvwm/fvwm2.1:
17350         Added descriptions of conditions CurrentDesk, CurrentPage,
17351         CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17352         CurrentGlobalPageAnyDesk
17354         * fvwm/fvwm.h (rectangle):
17355         (position):
17356         typedefs moved to libs/fvwmlib.h
17358         * fvwm/conditional.c (MatchesConditionMask):
17359         * fvwm/fvwm.h (WindowConditionMask):
17360         * fvwm/conditional.c:
17361         introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17362         for Xinerama support
17364         * fvwm/modconf.c (CMD_Send_ConfigInfo):
17365         (send_xinerama_state):
17366         * fvwm/module_interface.c (broadcast_xinerama_state):
17367         * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17368         * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17369         communicate xinerama state at module startup
17371 2001-07-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17373         * libs/XineramaSupport.c:
17374         next Xinerama patch
17376 2001-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17378         * fvwm/move_resize.c (moveLoop):
17379         windows were lost off screen w/ non opaque interactive move when motion
17380         was aborted with Escape on a different page that it was started
17382         * fvwm/move_resize.c (position_geometry_window):
17383         (DisplayPosition):
17384         (DisplaySize):
17385         (InteractiveMove):
17386         (CMD_Resize):
17387         (moveLoop):
17388         (CMD_Resize):
17389         (DoResize):
17390         * libs/XineramaSupport.c (GetMouseXY):
17391         (XineramaSupportCenterCurrent):
17392         (XineramaSupportGetCurrent00):
17393         (XineramaSupportGetCurrentScrRect):
17394         allow to pass in an event with the pointer position
17395         minimize number of XQueryPointer calls in interactive move/resize
17397         * libs/defaults.h:
17398         * fvwm/move_resize.c (resize_geometry_window):
17399         (DisplayPosition):
17400         (DisplaySize):
17401         border width of geometry window moved to defaults.h
17402         moved strings for size window formatting to defaults.h
17403         reworked calculations of geometry window dimensions
17405         * fvwm/move_resize.c (resize_geometry_window):
17406         (position_geometry_window):
17407         (DisplaySize):
17408         (InteractiveMove):
17409         (CMD_Resize):
17410         * fvwm/builtins.c (ApplyDefaultFontAndColors):
17411         * fvwm/fvwm.c (main):
17412         funtions ResizeSizeWindow and PositionSizeWindow renamed to
17413         resize_geometry_window and position_geometry_window
17415         * fvwm/fvwm.c (main):
17416         fixed resizing geometry window before creating it
17418         * fvwm/move_resize.c (switch_move_resize_grid):
17419         (MoveOutline):
17420         * fvwm/virtual.c (HandlePaging):
17421         renamed MoveOutline to draw_move_resize_grid and made static
17422         new function switch_move_resize_grid for external calls
17423         delete grid before moving the geometry window to get rid of arifacts of
17424         the grid
17426 2001-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17428         * libs/XineramaSupport.c (XineramaSupportInit):
17429         make the blank area in Xinerama emulation usable again
17431 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17433         * fvwm/menus.c (update_menu):
17434         (pop_menu_up):
17435         (make_menu):
17436         (calculate_item_sizes):
17437         (size_menu_horizontally):
17438         (size_menu_vertically):
17439         menus are resized to fit their Xinerama screen every time they are
17440         popped up and the screen size has changed
17442 2001-07-23  olicha  <olivier.chapuis@free.fr>
17444         * libs/XineramaSupport.c (XineramaSupportInit):
17445         Draw the xinerama simulation screens with orr windows
17447 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17449         * fvwm/windowlist.c (CMD_WindowList):
17450         fixed windowlist placement w/ Xinerama
17452 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17454         * fvwm/menus.c (pop_menu_up):
17455         fixed calculations that force a menu on screen w/ Xinerama
17457         * fvwm/move_resize.c (DoSnapAttract):
17458         removed some code that slipped in with xinerama patch and broke
17459         vertical SnapAttraction
17461         * fvwm/virtual.c (CMD_EdgeResistance):
17462         removed debug code
17464         * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17465         take reference position src_x/src_y to determine screen
17467         * fvwm/windowlist.c (CMD_WindowList):
17468         * fvwm/menus.c (get_menu_options):
17469         (get_popup_options):
17470         (MenuInteraction):
17471         (pop_menu_up):
17472         handle Xinerama screens for positioning menus w/ posthints
17474         * fvwm/menus.c (get_menu_options):
17475         renamed function
17476         fix for icon/window context rectangle when window is in wrong state
17478 2001-07-22  Mikhael Goikhman  <migo@homemail.com>
17480         * configure.in:
17481         s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17482         compiled in; fixed linking by adding -lXinerama; small corrections
17484 2001-07-22  Dan Espen  <dane@mk.telcordia.com>
17486         * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17488 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17490         * libs/XineramaSupport.c (XineramaSupportInit):
17491         added xinerama emulation for developers
17493         * fvwm/virtual.c (CMD_XineramaEnable):
17494         (CMD_XineramaDisable):
17495         * fvwm/module_interface.c (BroadcastConfigInfoString):
17496         added function to communicate Xinerama on/off to modules
17498         * fvwm/module_interface.c:
17499         include time.h to fix warning
17500         * libs/XineramaSupport.c:
17501         * fvwm/fvwm.c (setVersionInfo):
17502         * fvwm/Makefile.am:
17503         * configure.in:
17504         * acconfig.h:
17505         cleanded up xinerama detection
17506         added shape detection
17508 2001-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17510         * fvwm/fvwm2.1:
17511         Added Xinerama introduction
17513         * fvwm/fvwm.c (setVersionInfo):
17514         print xinerama support
17516         * fvwm/conditional.c (CreateConditionMask):
17517         added CirculateHitShaded option for conditional commands that was
17518         described in the man page but not implemented
17520         * fvwm/fvwm.h (WindowConditionMask):
17521         removed unused flags
17523         * fvwm/conditional.c (MatchesConditionMask):
17524         fixed CirculateHitIcon option in conditional commands
17526         * fvwm/fvwm2.1:
17527         reformatted man page source to improve readability
17528         fixed some source formatting bugs
17530         * libs/XineramaSupport.c (GetMouseXY):
17531         don't poll the pointer if there is only one screen or if xinerama is
17532         turned off
17534         * fvwm/fvwm2.1:
17535         * fvwm/fvwm.c (main):
17536         removed -noxinerama option
17538         * fvwm/fvwm.c (main):
17539         size window is positioned and sized in move_resize.c
17541         * libs/XineramaSupport.c:
17542         reindented file
17544         * configure.in:
17545         print Xinerama support in configure summary
17547         * **/*:
17548         applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17550 2001-07-17  Mikhael Goikhman  <migo@homemail.com>
17552         * acconfig.h:
17553         * acinclude.m4:
17554         * configure.in:
17555         implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17556         define missing macros needed for old AIX keysymdef and old stroke.h
17558         * fvwm/bindings.c:
17559         * fvwm/menus.c:
17560         remove the previous compilation fixes, now handled by configure
17562 2001-07-15  Dan Espen  <dane@mk.telcordia.com>
17564         * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17566 2001-07-15  Mikhael Goikhman  <migo@homemail.com>
17568         * bindings.c:
17569         use libstroke-0.5 constant names while still supporting 0.3/0.4
17571         * menus.c:
17572         compiling fix for old AIX, which does not define XK_Page_Up/Down
17574         * module_interface.c:
17575         minor compiling fix for some proprietary preprocessors
17577 2001-07-10  Mikhael Goikhman  <migo@homemail.com>
17579         * fvwm/fvwm2.1:
17580         use more compatible and structured syntax in SYNOPSIS
17582 2001-07-06  Mikhael Goikhman  <migo@homemail.com>
17584         * acinclude.m4:
17585         Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17586         GDK_IMLIB_*.  This fixes "make FvwmGtk" on systems with bogus
17587         imlib-config.
17589 2001-07-05  Mikhael Goikhman  <migo@homemail.com>
17591         * configure.in:
17592         changed version to 2.4.1
17594         * acinclude.m4:
17595         small fix that should solve the problem with running autoconf
17596         (autoreconf is ok) from autoconf-2.50;
17597         applied a patch that adds gtk include dirs to gnome include dirs
17599 2001-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17601         * NEWS, configure.in:
17602         changed version to 2.4.0.1
17604         * *: fvwm 2.4 has been released :-))