Convert over to use GetOpt::Long and introduce -f and -h.
[fvwm.git] / ChangeLog
blobcbf66f0bc5734698e59b72c827eb994e95d7b561
1 2009-12-31  Thomas Adam <thomas.adam22@gmail.com>
2         * fvwm/builtins.c (CMD_BugOpts):
3         Remove debug line.
5 2009-12-31  Thomas Adam <thomas.adam22@gmail.com>
6         * fvwm/builtins.c (CMD_BugOpts):
7         * fvwm/fvwm.c (InitVariables):
8         * fvwm/events.c (HandleClientMessage):
9         * fvwm/screen.h:
10         Add new BugOpts QtDragnDropWorkaround option to handle an oddity in how
11         Qt windows handle having ClientMessage events sent to them.
13 2009-12-30  Thomas Adam <thomas.adam22@gmail.com>
14         * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
15         Fix y-axis offset calculations when using MinOverlapPlacement, by
16         forcing the window on-screen when over-zealous penality calculations
17         don't take into account the size of the window borders.
19 2009-12-26  Thomas Adam <thomas.adam22@gmail.com>
20         * bin/fvwm-convert-2.6.1.in:
21         Add in BUGS section a note that converting over FvwmTheme lines is
22         likely buggy.
24 2009-12-26  Thomas Adam <thomas.adam22@gmail.com>
25         * NEWS:
26         * AUTHORS:
27         * bin/fvwm-convert-2.6.in:
28         * bin/fvwm-convert-2.6.1.in:
29         First pass at a fvwm-convert-2.6 script to convert fvwm-2.4 syntax
30         files.
32 2009-12-19  Thomas Adam <thomas.adam22@gmail.com>
33         * libs/Flocale.c (FlocaleEncodeString):
34         Pre-initialise "len2" to zero, to avoid GCC warning during compilation.
36 2009-12-12  Thomas Adam <thomas.adam22@gmail.com>
37         * fvwm/fvwm.c (StartupStuff):
38         Reset the state of the "Restarting" flag to False when restarting FVWM.
40         * fvwm/events.c (HandleMapRequestKeepRaised):
41         Only run InitialMapCommand when FVWM isn't restarting and all windows
42         have been recaptured.  The window is already mapped by the time FVWM is
43         restarting, and running the InitialMapCommand again only serves to
44         "toggle" the window state (c.f. InitialMapCommand Iconic, etc.)
46 2009-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
48         * NEWS:
49         * configure.ac:
50         increased version number to 2.5.29
52         * NEWS:
53         updated for 2.5.28 release
55 2009-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
57         * NEWS:
58         * fvwm/ewmh.c (ewmh_ChangeProperty):
59         only convert _NET_WM_ICON hint to long before storing
61 2009-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
63         * fvwm/builtins.c (CMD_BugOpts):
64         remove unused variables
66         * NEWS:
67         * fvwm/ewmh.c (ewmh_ChangeProperty):
68         fix storing of CARD32 arrays on 64 bit machines
70         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
71         prevent segmentation fault when reading a bad _NET_WM_ICON hint
73 2009-08-22      Thomas Adam <thomas.adam22@gmail.com>
74         * fvwm/geometry.c (__cs_handle_aspect_ratio):
75         Workaround gcc -O3, by declaring local vars as volatile.  This fixes an
76         otherwise continual loop when resizing windows when keeping aspect
77         ratio (c.f. mplayer.)
79 2009-08-20  Christoph Fritz <chris_honschu(at)gmx.de>
80         * configure.ac:
81         Fix typo in AS_HELP_STRING referring to enable-htmldoc
83 2009-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
85         * NEWS:
86         * fvwm/builtins.c (CMD_BugOpts):
87         Fix parsing of BugOpts options lists separated by ',', and
88         restoring to default value when the boolean option is omitted if
89         not inside a list.
91         * NEWS:
92         Change QT to Qt.
94         * NEWS:
95         * libs/Flocale.h:
96         * libs/Ficonv.h (FiconvSetTransliterateUtf8):
97         * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
98         (is_translit_supported, set_default_iconv_charsets)
99         (set_iconv_charset_index, FiconvUtf8ToCharset):
100         * fvwm/builtins.c (CMD_BugOpts):
101         Add TransliterateUtf8 bug opt for working around clients
102         which don't care about the WM_NAME value.
104 2009-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
106         * NEWS:
107         * fvwm/stack.c (BroadcastRestack):
108         Fix splitting or M_RESTACK packages causing weird window stacking
109         in modules when more than 83 windows are broadcast.
111 2009-08-04  Thomas Adam <thomas.adam22@gmail.com>
112         * configure.ac:
113         Remove dnl comments from configure.ac regarding malloc.h -- it's
114         self-explanatory anyway.
116 2009-08-03  Thomas Adam <thomas.adam22@gmail.com>
117         * configure.ac:
118         Most *BSD platforms are deprecating malloc.h in favout of stdlib.h -- this
119         never used to produce compiler warnings, but things are starting to become
120         more vocal, so don't use this in our ./configure script if we're compiling
121         FVWM on a *BSD system.
123 2009-07-31  Christoph Fritz <chris_honschu(at)gmx.de>
124     * fvwm/style.h:
125     * fvwm/fvwm.h:
126     * fvwm/add_window.c (setup_numeric_vals):
127     add "typedef struct snap_attraction_t"
128     * fvwm/style.c (style_parse_one_style_option):
129     add new SnapAttraction options "None", "ScreenWindows",
130     "ScreenIcons" and "ScreenAll"
131     * fvwm/move_resize.c (DoSnapAttract):
132     Bugfix, option SameType/Icons/Windows did falsely not affect
133     conditions of option "Screen" and option "SameType" snapped
134     falsely icons and windows together. Implement options
135     None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
136     screen edge snapping.
138 2009-07-10  Thomas Adam  <thomas.adam22@gmail.com>
139         * fvwm/add_window.c (setup_window_name_count):
140         * fvwm/add_window.c (setup_icon_name_count):
141         Deprecate these in favour of setup_name_count()
143         * fvwm/add_window.c (setup_name_count):
144         Amalgamate setup_window_name_count and setup_icon_name_count to just
145         one function (very similar code between them.)  Used with
146         IndexedWindowName and IndexedIconName.
148 2009-07-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
150         * NEWS:
151         Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
153         * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
154         (Frptp_async_putline):
155         Fix ANSI C compatibility.
157         * NEWS:
158         * fvwm/ewmh_names.c (EWMH_WMName):
159         set the HAS_EWMH_WM_NAME flag even if the window name on display
160         isn't changing.
161         (EWMH_WMIconName):
162         same for HAS_EWMH_WM_ICON_NAME
164 2009-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
166         * NEWS:
167         fix for segfault with RPlatHost directive in FvwmEvent
168         * libs/Makefile.am (libfvwm_a_SOURCES):
169         * libs/Fplay.h:
170         add Fplay.h wrapper header for rplay.h
172         * NEWS:
173         fix debian bug #438132
175 2009-07-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
177         * NEWS:
178         * fvwm/style.c (fw_match_style_id):
179         Fix fvwmstyle resource
181 2009-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
183         * NEWS:
184         * fvwm/events.c (HandleMapRequestKeepRaised):
185         Make sure that a PropertyNotify on the WM_STATE property is always
186         sent out when a window is requested to be moved to the withdrawn
187         state. (Needed by QT)
189 2009-07-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
191         * sample.fvwmrc/DecorMwm:
192         * sample.fvwmrc/DecorWin95:
193         * sample.fvwmrc/new-features:
194         * sample.fvwmrc/system.fvwm2rc:
195         * sample.fvwmrc/system.fvwm2rc-sample-1:
196         * sample.fvwmrc/system.fvwm2rc-sample-2:
197         * sample.fvwmrc/system.fvwm2rc-sample-95:
198         Use !-negation for styles instead of No...
200         * NEWS:
201         fix a typo
203         * sample.fvwmrc/system.fvwm2rc-sample-95:
204         sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
205         sed -i 's/StayOnTop/StaysOnTop/'
206         According to patches by Manoj Srivastava
208 2009-03-17  Mikhael Goikhman  <migo@homemail.com>
210         * fvwm/externs.h:
211         * fvwm/fvwm.c:
212         * fvwm/session.c:
213         convert my old code to use var_name and function_name coding style
215 2009-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
217         * NEWS:
218         * configure.ac:
219         increased version to 2.5.28
221         * ANNOUNCE:
222         * NEWS:
223         * configure.ac:
224         updated for 2.5.27 release
226 2009-02-23  Thomas Adam <thomas.adam22@gmail.com>
227         * fvwm/bindings.c (print_bindings):
228         Fixed compilation of not having libstroke installed by using ifdefs
229         around stroke code.
231 2009-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
233         * fvwm/bindings.c (print_bindings):
234         slight cleanup
236         * libs/charmap.c (charmap_table_to_string):
237         several memory menagement fixes.
239 2009-02-22  Thomas Adam <thomas.adam22@gmail.com>
241         * libs/charmap.c (charmap_table_to_string):
242         Reduce memory management on the stack, by making only those variables
243         to be accessed outside of the function charmap_table_to_string()
244         allocated on the heap instead.
246         * fvwm/bindings.c (print_bindings):
247         b->Action was previously checked whether it was NULL or not before
248         printing its value to STDERR -- however, this caused a segfault when
249         trying to perform strlen() operations internally -- hence don't bother
250         checking if it's NULL.  This avoids segfaulting.
252 2009-02-05  Thomas Adam <thomas.adam22@gmail.com>
254         * libs/charmap.c (charmap_table_to_string):
255         * libs/charmap.h:
256         Introduce charmap_to_string function which is used to build up a
257         binding string, for use with PrintInfo.
259         * fvwm/bindings.c (print_bindings):
260         Introduce print_bindings to print all bindings known to fvwm.
262         * fvwm/builtins.c (CMD_PrintInfo):
263         * fvwm/builtins.h:
264         Add support for "binding" as an option to PrintInfo.
266 2009-02-19  Thomas Adam  <thomas.adam22@gmail.com>
268         * fvwm/placement.c (__pl_position_get_pos_simple):
269         Force the window on-screen if using PositionPlacement UnderMouse.
271 2009-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
273         * fvwm/events.c (HandleMapRequestKeepRaised):
274         * fvwm/add_window.c (AddWindow):
275         * fvwm/style.h:
276         * fvwm/style.c (style_parse_one_style_option):
277         add new style InitialMapCommand
279 2008-02-08  Thomas Adam <thomas.adam22@gmail.com>
281         * bin/fvwm-menu-desktop.in:
282         Fix the location prefix for GNOME application files.
284 2008-12-29  Alexandre Julliard  <julliard@winehq.org>
286         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
287         Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
288         _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
289         horizontally maximized.
291 2008-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
293         * fvwm/fvwm.h:
294         * fvwm/module_list.c (do_execute_module):
295         * fvwm/fvwm.c (fvmm_deinstall_signals):
296         restore default signal handlers before execl()/execvp()
298 2008-10-05  Thomas Adam <thomas.adam22@gmail.com>
300         * fvwm/style.c (fw_match_style_id):
301         Allow for the window's visible name to be considered when matching a
302         style line.  It is possible to use $[w.visiblename] as the style name.
303         Whilst the normal name and the visible name are usually the same, in
304         the case of having IndxedWindowName, if a style line matches this as a
305         visible name, apply it first of all.
307 2008-10-03  Thomas Adam  <thomas.adam22@gmail.com>
308         * AUTHORS:
309         * fvwm/expand.c:
310         Add $[w.visiblename] as an expansion parameter.
312 2008-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
314         * fvwm/placement.c (__pl_position_get_pos_simple):
315         position placement honours StartsOnPage
317 2008-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
319         * fvwm/session.c (MatchWinToSM):
320         fixed keeping fullscreen state of windows over a restart; the old code
321         tried to do this through session management and effectively overwrote
322         the responsible ewmh hint; eventually, fvwm thought that the window
323         was fullscreen without actually making it fullscreen
325 2008-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
327         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
328         fixed compiler warning caused by a logic error in previous patch
330         * configure.ac:
331         applied png detection fix by Yuri Bushmelev for cross compiliation
333         * fvwm/events.c (__handle_cr_on_client):
334         fixed event merging with auto motion detection
336 2008-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
338         * NEWS:
339         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
340         * fvwm/events.h (events_handle_configure_request):
341         * fvwm/events.c (events_handle_configure_request):
342         (__handle_cr_on_client):
343         (__handle_configure_request):
344         fix handling of _NET_MOVERESIZE_WINDOW
345         (__cr_detect_icccm_move):
346         remove douplicate code
348 2008-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
350         * NEWS:
351         * fvwm/add_window.c (setup_frame_window):
352         fix compilation without XRender
354 2008-05-22  Adam Goode  <adam(at)spicenitz(dot)org>
356         * AUTHORS:
357         * ChangeLog-pre-2.4:
358         * rpm/fvwm.spec.in:
359         * vms/fvwmrc.dat:
360         Convert Latin-1 encodings to UTF-8
362 2008-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
364         * NEWS:
365         * configure.ac:
366         increased version to 2.5.27
368         * ANNOUNCE:
369         * NEWS:
370         * configure.ac:
371         updated for 2.5.26 release
373 2008-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
375         * fvwm/ewmh_events.c (ewmh_WMDesktop):
376         (ewmh_WMState):
377         * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
378         (ewmh_HandleWindowType):
379         (ewmh_AddToKdeSysTray):
380         (ewmh_HandleWindowType):
381         (ewmh_check_wm_pid):
382         64-bit fix by Alexandre Julliard
384 2008-03-30  Mikhael Goikhman  <migo@homemail.com>
386         * configure.ac:
387         fix fribidi detection when it uses pkg-config and not fribidi-config
389         * libs/FBidi.c:
390         fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
391         it now uses fribidi-types.h and not fribidi_types.h
393 2008-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
395         * fvwm/events.c (dispatch_event):
396         Fix handling of Shape events.
398 2008-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
400         * fvwm/menus.c (calc_normal_item_height):
401         (calc_more_item_height):
402         (size_menu_vertically):
403         fix calculations so the menu fit on the screen height
405 2008-03-12  Jes~s Guerrero  <i92guboj(at)terra(dot)es>
407         * fvwm/menus.c (size_menu_vertically):
408         added paddings at the top and bottom of the menus
410         * fvwm/menustyle.c (parse_vertical_margins_line):
411         new function to parse the VerticalMargins new MenuStyle
412         command
414         * fvwm/menustyle.c (menustyle_get_styleopt_index):
415         added the VerticalMargins option to the list
417         * fvwm/menustyle.c (menustyle_parse_style):
418         added default values for the padding, and a case clause
419         for the specific case when you invoke the VerticalMargins
420         MenuStyle
422         * fvwm/menustyle.c (menustyle_copy):
423         added two lines to copy the menu styles from origin to destiny
425         * fvwm/menustyle.h:
426         added macros for the vertical padding stuff
428         * fvwm/menustyle.h (struct MenuLook):
429         added sub-structure to hold the VerticalMargins
431         * fvwm/libs/defaults.h:
432         added one define for MAX_MENU_MARGIN
434 2008-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
436         * fvwm/menuitem.c (draw_highlight_background):
437         fixed drawing of background pictures in menu items
439 2008-02-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
441         * fvwm/add_window.c (setup_frame_window):
442         fix core dump with ARGB detection code
443         fix compilation without XRender
445 2008-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
447         * NEWS:
448         * configure.ac:
449         increased version to 2.5.26
451         * ANNOUNCE:
452         * NEWS:
453         * configure.ac:
454         updated for 2.5.25 release
456 2008-02-12  Renato Caldas  <seventhguardian@gmail.com>
458         * fvwm/fvwm.c (main):
459         further condense the X visual selection code
461 2008-02-10  Renato Caldas  <seventhguardian@gmail.com>
463         * fvwm/fvwm.c (main):
464         condense the X visual selection code
466 2008-02-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
468         * fvwm/events.c (register_event_group)
469         (InitEventHandlerJumpTable, dispatch_event):
470         use separate jump tables for events defined by X-extensions
471         to eliminate the need to ovverride the LASTEvent value.
473         * fvwm/module_list.c (module_list_remove):
474         include the case where the module is first in the list in
475         the loop, fixing a segmentaion fault when the list was empty.
477 2008-02-07  Renato Caldas  <seventhguardian@gmail.com>
479         * fvwm/add_window.c (setup_frame_window):
480         add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
481         add preliminary support for ARGB windows in fvwm (based on
482         Marc Lehman's argb patch)
484 2008-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
486         * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
487         fixed compile error
489 2008-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
491         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
492         catch BadGC when updating root transparent window background
494         * libs/XError.c (do_coredump):
495         (ferror_set_temp_error_handler):
496         (ferror_reset_error_handler)
497         (ferror_call_next_error_handler):
499         new helper functions
500         * libs/XError.c (PrintXErrorAndCoredump):
501         try to dump core the hard way
503 2008-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
505         * fvwm/colorset.c (parse_colorset):
506         check for image != None before calling XDestroyImage
508         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
509         (ewmh_WMStateMaxHoriz):
510         (ewmh_WMStateModal):
511         (ewmh_WMStateShaded):
512         (ewmh_WMStateStaysOnTop):
513         (ewmh_WMStateStaysOnBottom):
514         handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
515         version 1.3
516         also ignore the EWMH staysontop and staysonbottom hints if the
517         EWMHIgnoreStackingOrderHints style is used
519         * fvwm/colorset.c (parse_colorset):
520         Fixed a sporadic crash when the root background set by gnome,
521         fvwm-root, esetroot etc. changes and a root transparent colour set
522         is used.
524         * fvwm/colorset.c (parse_colorset):
525         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
526         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
527         * libs/PictureGraphics.c (PGrabXImage)
528         (PGraphicsCreateTranslucent):
529         use MyXGrabserver and MyXUngrabServer instead of doing the X calls
530         directly!
532 2008-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
534         * libs/PictureGraphics.c (PGrabXImage):
535         fixed XImage memory leak
536         (PCreateRenderPixmap):
537         (PCreateDitherPixmap):
538         Properly handle return code of FgetFImage()
540 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
542         * fvwm/events.c (HandleConfigureRequest):
543         (events_handle_configure_request):
544         cleanup
546         * fvwm/ewmh_events.c (ewmh_RestackWindow):
547         (ewmh_MoveResizeWindow):
548         fixed crash when moving/resizing/restacking unmanaged windows through
549         an ewmh message
551 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
553         * fvwm/events.c (HandleMapRequestKeepRaised):
554         fixed compiler warning
556 2008-01-26  Olivier  <chapuis(at)lri(dot)fr>
558         * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
559         (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
560         * NEWS:
561         Fixed the determination of the X charset on UTF-8 system
563 2008-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
565         * fvwm/placement.c (__pl_minoverlap_get_next_x):
566         do not add screen offset to window position
568         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
569         fixed a memory leak
571 2008-01-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
573         * NEWS:
574         Some html documentation files were not installed.
576 2008-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
578         * fvwm/style.c (style_parse_one_style_option):
579         fixed parsing of screen argument of the SnapAttraction Style
581 2007-12-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
583         * fvwm/move_resize.c (DoSnapAttract):
584         Use edge move resistance, and not delay for top edge when moving
585         windows.
587 2007-12-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
589         * NEWS:
590         * fvwm/events.c (HandleMapRequestKeepRaised)
591         (test_withdraw_request):
592         Don't map windows that request to be moved back to WithdrawnState
593         by the ICCCM2 method before they have been mapped. (Fixes bug with
594         disappearing windows.)
596 2007-11-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
598         * NEWS:
599         * configure.ac:
600         increased version to 2.5.25
602         * NEWS:
603         * configure.ac:
604         updated for 2.5.24 release
606 2007-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
608         * fvwm/menus.c (__mloop_exit):
609         * fvwm/menubindings.c (parse_menu_action):
610         * fvwm/bindings.c:
611         reindented and cleaned up some code
613 2007-11-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
615         * fvwm/update.c (apply_window_updates):
616         * fvwm/add_window.c (setup_style_and_decor):
617         (setup_numeric_vals):
618         * fvwm/add_window.h:
619         * fvwm/style.h:
620         * libs/defaults.h:
621         * fvwm/events.c (HandleEnterNotify):
622         * fvwm/fvwm.c (InitVariables):
623         * fvwm/screen.h:
624         * fvwm/session.c (SaveGlobalState):
625         (LoadGlobalState):
626         * fvwm/move_resize.c (DoSnapAttract):
627         (CMD_SnapGrid)
628         (DoSnapAttract):
629         The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
630         They have been replaced by the styles EdgeMoveResistance,
631         EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
633 2007-10-21  Renato Caldas  <seventhguardian@gmail.com>
635         * acinclude.m4:
636         * configure.ac:
637         use AS_HELP_STRING to format the configure options help strings
639 2007-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
641         * fvwm/conditional.c:
642         some reformatting
644 2007-10-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
646         * fvwm/ConfigFvwmDefaults:
647         restore default action of closing menus for menu titles
649 2007-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
651         * libs/FScreen.c (FindScreenOfXY):
652         * fvwm/move_resize.c (GetMoveArguments):
653         fixed the "screen w" argument of the Move and other commands
655 2007-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
657         * fvwm/virtual.c (HandlePaging):
658         don't modify *xl and *yt unless we we really page
660 2007-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
662         * fvwm/module_list.h:
663         * fvwm/module_list.c:
664         a little cleanup
666 2007-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
668         * NEWS:
669         * configure.ac:
670         increased version to 2.5.24
672         * NEWS:
673         * configure.ac:
674         updated for 2.5.23 release
676         * libs/Flocale.c (FlocaleEncodeString):
677         removed previous warning fix
679 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
681         * fvwm/style.c:
682         * fvwm/add_window.c:
683         Added new style option:  StartShaded.
685 2007-08-30  Renato Caldas  <seventhguardian@gmail.com>
687         * libs/Flocale.c (FlocaleEncodeString):
688         fix compile warning
690 2007-08-30  Viktor Griph  <griph(at)student(dot)chalmers(dot)se>
692         * configure.ac:
693         * fvwm/fvwm.1.in
694         * fvwm/Makefile.am:
695         removed old fvwm manpage
697 2007-08-29  Renato Caldas  <seventhguardian@gmail.com>
699         * NEWS:
700         * configure.ac:
701         increased version to 2.5.23
703         * NEWS:
704         * configure.ac:
705         fix the date for 2.5.22 release
707 2007-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
709         * fvwm/windowlist.c (CMD_WindowList):
710         fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
711         iconified windows.
713 2007-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
715         * configure.ac:
716         fixed perl check
717         use "test ! ... = ..." instead of "test ... != ..."
719         * fvwm/builtins.c (CMD_PropertyChange):
720         fixed completely broken parsing of PropertyChange arguments
722 2007-08-28  Renato Caldas  <seventhguardian@gmail.com>
724         * NEWS:
725         * configure.ac:
726         updated for 2.5.22 release
728         * fvwm/builtins.c (CMD_PropertyChange):
729         * libs/Flocale.c (FlocaleGetFftFont):
730         (FlocaleGetFontSet):
731         (FlocaleGetFont):
732         (FlocaleGetFontOrFontSet):
733         (FlocaleLoadFont):
734         (FlocaleUnloadFont):
735         fix compiler warnings
737 2007-08-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
739         * fvwm/functable.c:
740         fixed command table parsing
742 2007-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
744         * fvwm/module_list.c (module_kill):
745         (executeModuleDesperate):
746         (module_list_itr_init):
747         re-indented
749         * fvwm/events.c (My_XNextEvent):
750         * fvwm/module_list.c (module_alloc):
751         (do_execute_module):
752         * fvwm/module_list.h (fmodule):
753         (MOD_IS_CMDLINE):
754         (MOD_SET_CMDLINE):
755         restored *not* useless is_cmdline_module stuff
757         * fvwm/functions.h:
758         add constants for command group tagging
760 2007-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
762         * configure.ac:
763         don't check for tbl
765 2007-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
767         * configure.ac:
768         check for sed, perl and tbl, needed to build documentation
770 2007-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
772         * libs/System.c (fvwm_mkstemp):
773         use constants from libs/fvwm_sys_stat.h
775 2007-08-15  Renato Caldas  <seventhguardian@gmail.com>
777         * fvwm/module_list.c (do_execute_module):
778         fixed possible crash when fork fails
780         * fvwm/module_list.c (module_list_remove):
781         now returns the removed fmodule*, or NULL if unsuccessful
782         removed error message when removing a not listed module (it's normal)
784         * fvwm/module_list.c (module_kill):
785         module is inserted in death_row only if it is successfuly removed from
786         module_list (fixes crash when module is killed more than once)
788 2007-08-08  Renato Caldas  <seventhguardian@gmail.com>
790         * fvwm/events.c (My_XNextEvent):
791         fixed hang with startup modules
793 2007-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
795         * fvwm/conditional.c (FreeConditionMask):
796         fixed crash with inverted name condition
798         * NEWS:
799         fixed typo
801 2007-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
803         * configure.ac:
804         * README:
805         * NEWS:
806         * INSTALL.fvwm:
807         * sample.fvwmrc/system.fvwm2rc-sample-95:
808         * sample.fvwmrc/system.fvwm2rc:
809         * sample.fvwmrc/system.fvwm2rc-sample-2:
810         * libs/Picture.c (PicturePrintImageCache):
811         * libs/Module.c:
812         * libs/FGettext.c (FGettextPrintLocalePath):
813         * libs/fvwmsignal.c:
814         * libs/Module.h:
815         * libs/PictureUtils.c (PictureAllocColorTable)
816         (PicturePrintColorInfo):
817         * libs/FScreen.h:
818         * libs/fvwmsignal.h:
819         * libs/Bindings.c:
820         * libs/FScreen.c:
821         * libs/Ficonv.c (convert_charsets):
822         (FiconvSetupConversion):
823         * fvwm/decorations.c:
824         * fvwm/gnome.h:
825         * fvwm/events.c:
826         * fvwm/add_window.c (setup_window_font):
827         (setup_icon_font):
828         * fvwm/fvwm.1.in:
829         * fvwm/session.h:
830         * fvwm/conditional.c:
831         * fvwm/fvwm.c (SetRCDefaults):
832         (main):
833         * fvwm/ewmh_events.c:
834         * fvwm/stack.c:
835         * fvwm/gnome.c:
836         * fvwm/menustyle.c (menustyle_parse_style):
837         (menustyle_copy):
838         * fvwm/ewmh.c (EWMH_Init):
839         * libs/Flocale.c (FlocaleParseShadow):
840         (FlocaleGetFontSet):
841         (FlocaleLoadFont):
842         (FlocalePrintLocaleInfo):
843         * fvwm/misc.c (fvwm_msg):
844         * vms/README:
845         * vms/vms.c:
846         write fvwm in lower case
848         * configure.ac:
849         fixed build without GNU make
851 2007-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
853         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
854         fixed buffer overflow
856 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
858         * fvwm/module_list.h (fmodule_list_itr):
859         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
860         replace iterator struct by typedef
862         * fvwm/module_list.c (module_list_destroy):
863         (module_kill_all):
864         (module_cleanup):
865         new function to remove dup code
867         * fvwm/module_list.c (module_kill):
868         changed to move the module to the deathrow list
870         * fvwm/module_list.h (fmodule):
871         * fvwm/module_list.c (module_alloc):
872         (module_list_remove):
873         (FlushMessageQueue):
874         removed is_removed logic
876         * fvwm/module_list.c (module_safefree):
877         removed function
879         * fvwm/events.c (My_XNextEvent):
880         remove old "#if 0" code
882         * fvwm/module_list.c (module_kill):
883         removed debug code
885 2007-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
887         * fvwm/module_list.h (fmodule_list_itr):
888         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
889         don't store current pointer in module list iterators.
890         fix C89-compilance
892 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
894         * fvwm/events.c (My_XNextEvent):
895         * fvwm/module_list.c (KillModuleByName):
896         (FlushAllMessageQueues):
897         * fvwm/module_interface.c (BroadcastPacket):
898         (BroadcastNewPacket):
899         (BroadcastName):
900         (BroadcastFvwmPicture):
901         (BroadcastColorset):
902         (BroadcastProperyChange):
903         (BroadcastConfigInfoString):
904         (CMD_SendToModule):
905         * fvwm/modconf.c (ModuleConfig):
906         * fvwm/stack.c (BroadcastRestack):
907         replaced module_get_next by module list iterator mechanism
909         * fvwm/module_list.h:
910         * fvwm/module_list.c (module_get_next):
911         removed function
913 2007-08-05  Renato Caldas  <seventhguardian@gmail.com>
915         * fvwm/module_list.h:
916         * fvwm/module_list.c (fmodule):
917         (fmodule_store):
918         (module_insert):
919         (module_remove):
920         (module_count):
921         (module_get_next):
922         (FlushAllMessageQueues):
923         (KillModuleByName):
924         * fvwm/module_interface.c (BroadcastPacket):
925         (BroadcastNewPacket):
926         (BroadcastName):
927         (BroadcastFvwmPicture):
928         (BroadcastColorset):
929         (BroadcastProperyChange):
930         (BroadcastConfigInfoString):
931         (CMD_SendToModule):
932         * fvwm/event.c (My_XNextEvent):
933         * fvwm/stack.c (BroadcastRestack):
934         * fvwm/modconf.c (ModuleConfig):
935         changed to work with generic list container
937         * fvwm/module_list.c (module_insert):
938         (module_list_insert):
939         (module_remove):
940         (module_list_remove):
941         (module_count):
942         (module_list_len):
943         renamed as list handling functions
945         * fvwm/events.c (My_XNextEvent):
946         * fvwm/module_list.h:
947         * fvwm/module_list.c (module_alloc):
948         (do_execute_module):
949         removed useless is_cmdline_module stuff
951         * fvwm/module_list.h:
952         * fvwm/module_list.c (module_list_insert):
953         (module_list_remove):
954         (module_list_len):
955         new fmodule_list object representing a module list.
956         changed the module lists to the new object.
957         changed list functions to use the list object instead of the
958         fmodule_store pointer.
960         * fvwm/events.c (My_XNextEvent):
961         moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
963         * fvwm/module_list.h (fmodule_list_itr):
964         * fvwm/module_list.c (fmodule_list_itr_init):
965         (fmodule_list_itr_next):
966         created a smart (safe) iterator mechanism to replace the
967         module_get_next function
969 2007-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
971         * fvwm/functions.c:
972         * fvwm/functable.c:
973         added empty functions to replace CMD_Dummy
975         * configure.ac:
976         use subordinate Makefile.ams instead of iuncluding files from other
977         dirs
979         * configure.ac:
980         removed FVWMNAMEUCASE
982         * configure.ac:
983         make distcheck fix
985         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
986         force --enable-htmldoc on "make distcheck"
988         * fvwm/events.c (HandleEnterNotify):
989         (HandleLeaveNotify):
990         properly generate enter_window and leave_window events for FvwmEvent
992 2007-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
994         * fvwm/move_resize.c (GetOnePositionArgument):
995         (__get_shift)
996         (ParsePositionArgumentSuffix):
997         code cleanup
999 2007-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1001         * fvwm/move_resize.c (GetOnePositionArgument):
1002         fixed position calculation with the "w" prefix (move w-1 w-1).
1003         (GetOnePositionArgument):
1004         code cleanup
1006 2007-07-26  Viktor Griph  <griph@dd.chalmers.se>
1008         * fvwm/menus.c (__copy_down, __check_for_delimiter)
1009         (scanForStrings):
1010         reduce indentation level
1011         add comment to explain why suppressing the warning is right
1013 2007-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1015         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1016         fixed using uninitialized variable
1018         * fvwm/menus.c (scanForStrings):
1019         suppress compiler warning for now
1021         * fvwm/move_resize.c (resize_move_window):
1022         (AnimatedMoveAnyWindow):
1023         (__move_window):
1024         (__resize_window):
1025         (CMD_Maximize):
1026         * fvwm/module_interface.c (__get_allowed_actions):
1027         * fvwm/menuitem.c (menuitem_paint):
1028         * fvwm/icons.c (CMD_Iconify):
1029         * fvwm/gnome.c (GNOME_SetHints):
1030         * fvwm/ewmh.c (ewmh_AllowsClose):
1031         (ewmh_AllowsClose)
1032         (ewmh_AllowsFullScreen):
1033         (ewmh_AllowsMinimize)
1034         (ewmh_AllowsMaximize):
1035         (ewmh_AllowsMove):
1036         (ewmh_AllowsResize)
1037         (EWMH_fullscreen):
1038         * fvwm/ewmh_events.c (ewmh_CloseWindow):
1039         (ewmh_MoveResizeWindow):
1040         (ewmh_MoveResize):
1041         (ewmh_WMState):
1042         (ewmh_WMStateHidden):
1043         * fvwm/events.c (__handle_cr_on_client):
1044         * fvwm/decorations.c (__is_resize_allowed):
1045         (is_function_allowed):
1046         * fvwm/conditional.c (MatchesConditionMask):
1047         * fvwm/builtins.c (CMD_Delete):
1048         * fvwm/add_window.c (AddWindow):
1049         is_function allowed now differentiates between US program actions and
1050         actions initiated by interaction between fvwm and the user
1052 2007-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1054         * fvwm/menus.c (__scan_for_pixmap):
1055         fixed compiler warning
1057         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1058         (ewmh_RestackWindow):
1059         honor FixedSize/FixedPosition styles in EWMH messages too
1061 2007-07-24  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1063         * fvwm/fvwm.c (setVersionInfo):
1064         add XCursor support to version output
1066         * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
1067         (SCTX_GET_MR, string_context_type_t, string_context_t)
1068         (string_def_t, scanForColor, scanForPixmap, scanForStrings)
1069         (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
1070         reimplement pixmap and color scanning for menus to better handle
1071         escaped delimiters.
1073 2007-07-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1075         * fvwm/Makefile.am:
1076         don't install fvwm.1
1078         * fvwm/events.c (My_XNextEvent):
1079         remove unused varaible
1081         * fvwm/events.c (My_XNextEvent):
1082         * fvwm/module_list.h:
1083         * fvwm/module_list.c (module_store, module_alloc)
1084         (module_kill_all, module_safefree, module_remove)
1085         (do_execute_module, module_kill, module_cleanup, module_get_next)
1086         (FlushMessageQueue):
1087         Don't free module stuctures during module I/O. (Fixes segfault.)
1089 2007-07-20  Simon Griph  <simon(at)griph(dot)se>
1091         Committed by Scott.
1093         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1094         Someone missed to add extra conditions when changing from
1095         unsigned to signed.
1097 2007-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1099         * configure.ac:
1100         fixed liXcursor detection
1102 2007-07-16  Simon Griph  <simon(at)griph(dot)se>
1104         Committed by Scott.
1106         * fvwm/menus.c (scanForPixmap):
1107         made it possible to escape '*' '%' '@' in filenames
1109         * libs/PictureImageLoader.c (PImageLoadSvg):
1110         added transposing and none uniform scaling to svg options
1112 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1114         * libs/PictureImageLoader.c:
1115         cleanup
1116         (PImageLoadCursorFromFile):
1117         fixed compilation without xpm library
1118         (PImageLoadPng):
1119         fixed compiler warning without png library
1121 2007-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1123         * libs/Fxpm.h:
1124         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1125         fix compilation without xpm library
1127 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1129         * libs/Fxpm.h:
1130         fixed compile error
1132         * libs/PictureImageLoader.c:
1133         cleanup
1134         (PImageLoadCursorFromFile):
1135         fixed compilation without xpm library
1136         (PImageLoadPng):
1137         fixed compiler warning without png library
1139 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1141         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1142         * fvwm/cursor.c (CMD_CursorStyle):
1143         fixed compiler warning
1145 2007-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1147         * fvwm/cursor.c (CMD_CursorStyle):
1148         fix CursorStyle command parsing
1150 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1152         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1153         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1154         * libs/PictureImageLoader.c (PImageLoadSvg):
1155         (PImageLoadPng):
1156         (PImageCreatePixmapFromArgbData):
1157         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1158         (PImageCreatePixmapFromFImage):
1159         new local function
1161 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1163         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1164         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1165         * libs/PictureImageLoader.c (PImageLoadSvg):
1166         (PImageLoadPng):
1167         (PImageCreatePixmapFromArgbData):
1168         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1169         (PImageCreatePixmapFromFImage):
1170         new local function
1172 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1174         * AUTHORS:
1175         * NEWS:
1176         updated
1178         * configure.ac:
1179         added libXcursor detection
1181         * fvwm/Makefile.am (LDADD):
1182         added Xcursor_LIBS
1184         * INSTALL.fvwm:
1186         * libs/Fcursor.h:
1187         new file
1189         * libs/Makefile.am (libfvwm_a_SOURCES):
1190         added Fcursor.h
1192         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1193         added Xcursor support
1195 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1197         * NEWS:
1198         updated
1200         * libs/Fxpm.h:
1201         added defs for FxpmInfo and FxpmFreeXpmInfo
1203         * libs/PictureBase.h (FvwmPictureAttributes):
1204         * libs/PictureImageLoader.c
1205         (PImageCreatePixmapFromArgbData):
1206         (PImageLoadPixmapFromFile):
1207         added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1208         (PImageLoadCursorPixmapFromFile):
1209         (PImageLoadCursorFromFile):
1210         * libs/PictureImageLoader.h:
1211         removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1212         replaced by the new general PImageLoadCursorFromFile()
1214         * fvwm/cursor.c (CMD_CursorStyle):
1215         handle new hot-spot arguments, use PImageLoadCursorFromFile()
1216         instead of PImageLoadCursorPixmapFromFile(), less code duplication
1218 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1220         * libs/PictureImageLoader.c
1221         (PImageLoadSvg):
1222         (PImageLoadPng):
1223         (PImageLoadXpm):
1224         now returns argb data instead of pixmaps
1225         (PImageLoadPixmapFromFile):
1226         (PImageLoadArgbDataFromFile):
1227         moved first half of PImageLoadPixmapFromFile() into
1228         the new local function PImageLoadArgbDataFromFile()
1229         (PImageLoadBitmap):
1230         removed function, code moved into PImageLoadPixmapFromFile()
1232 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1234         * libs/PictureImageLoader.c (PImageLoadXpm):
1235         revised to make use of PImageCreatePixmapFromArgbData()
1237 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1239         * fvwm/colorset.c (parse_shape):
1240         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1241         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1242         * libs/PictureImageLoader.c
1243         (PImageLoadSvg):
1244         (PImageLoadPng):
1245         (PImageCreatePixmapFromArgbData):
1246         don't create a mask pixmap for fully opaque (all alpha == 0xff)
1247         or translucent (0 < any alpha < 0xff) images.
1249 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1251         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1252         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1253         * libs/PictureImageLoader.c (PImageLoadSvg):
1254         (PImageLoadPng):
1255         (PImageCreatePixmapFromArgbData):
1256         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1257         (PImageCreatePixmapFromFImage):
1258         new local function
1260 2007-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1262         * fvwm/functions.c (CMD_EchoFuncDefinition):
1263         * fvwm/functable.c (func_table):
1264         * fvwm/commands.h:
1265         new command EchoFuncDefinition
1267 2007-07-07  Simon Griph  <simon(at)griph(dot)se>
1269         * NEWS:
1270         * fvwm/conditional.c (CreateConditionMask):
1271         bugfix: Condition separation previously failed when a
1272         single comma (no whitespace padding) was used directly
1273         after a multi-worded condition.
1275 2007-06-21  Renato Caldas  <seventhguardian@gmail.com>
1277         * fvwm/module_list.c (module_kill):
1278         fix possible core dump when using startup modules
1280 2007-06-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1282         * NEWS:
1283         * fvwm/builtins.c (CMD_PrintInfo):
1284         * libs/Picture.h (PicturePrintImageCache):
1285         * libs/Picture.c (PicturePrintImageCache):
1286         add ImageCache subject to PrintInfo command
1288 2007-06-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1290         * NEWS:
1291         * fvwm/events.c (My_XNextEvent):
1292         fix crash when a module closes down during input/output.
1294 2007-06-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1296         * fvwm/icons.c (ChangeIconPixmap):
1297         (DeIconify):
1298         (Iconify):
1299         * fvwm/focus.c (warp_to_fvwm_window):
1300         * fvwm/events.c (__handle_cr_restack):
1301         (__handle_bpress_on_managed):
1302         (HandlePropertyNotify):
1303         * fvwm/stack.h:
1304         * fvwm/stack.c (__restack_window):
1305         (__raise_lower_recursion):
1306         (__raise_or_lower_window):
1307         (raise_or_lower_window):
1308         (position_new_window_in_stack_ring):
1309         (RaiseWindow):
1310         (LowerWindow):
1311         (RestackWindow):
1312         (HandleUnusualStackmodes):
1313         (CMD_Raise):
1314         (CMD_Lower):
1315         (CMD_RestackTransients):
1316         (CMD_RaiseLower):
1317         do raise hacks even when the internal stack is intact, unless on a
1318         client request
1320 2007-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1322         * fvwm/style.c (check_window_style_change)
1323         (style_parse_one_style_option):
1324         * fvwm/style.h:
1325         * fvwm/fvwm.h (window_style):
1326         * fvwm/add_window.c (setup_frame_size_limits):
1327         * fvwm/geometry.c (constrain_size):
1328         new style MinWindowSize
1330 2007-05-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1332         * libs/System.h:
1333         added missing prototypes
1335         * libs/safemalloc.c:
1336         * libs/fio.c:
1337         * libs/envvar.c:
1338         * libs/XResource.c:
1339         * libs/XError.c:
1340         * libs/WinMagic.c:
1341         * libs/Target.c:
1342         * libs/Event.c (GetSubwindowFromEvent):
1343         * libs/Cursor.c:
1344         * libs/ColorUtils.c:
1345         include corresponding header files
1347         * libs/PictureBase.c:
1348         * libs/FlocaleCharset.c:
1349         * fvwm/ewmh.c:
1350         cleanup prototypes
1352 2007-05-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1354         * configure.ac (HAVE_GNU_READLINE):
1355         detect full GNU readline API (vs BSD libedit readline compatibility
1356         layer)
1358 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1360         * fvwm/windowlist.c (CMD_WindowList):
1361         * NEWS:
1363         Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1364         "UseSkipList" & "OnlySkipList".
1366 2007-04-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1368         * NEWS:
1369         * fvwm/add_window.c (validate_transientfor):
1370         detect and disallow circular transient-for hints
1372 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1374         * fvwm/fvwm.1.in:
1375         s/UseListSkip/UseSkipList/g etc.
1377 2007-04-17  Jesus Guerrero  <6thpink(at)terra(dot)es>
1379         * fvwm/menus.c (size_menu_vertically):
1380         added localization of the "More&..." string
1382 2007-03-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1384         * libs/PictureBase.c (PictureFindImageFile):
1385         fix for segfault with svg-support enabled
1387         * INSTALL.fvwm (http):
1388         * configure.ac (png_CFLAGS):
1389         raise librsvg dependeny due to bug with 2.13.91
1391         * fvwm/cursor.c (CMD_CursorStyle):
1392         remove unused static variable nocursor
1394 2007-03-14  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1396         * AUTHORS:
1397         typo.
1399 2007-03-11  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1401         * configure.ac:
1402         bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1403         bugfix: out-of-tree builds failed due to broken dependency.
1404         Make man page have same header as old one.
1405         Fix man page indentation.
1406         Make text of top-level man page sections all uppercase.
1407         Added --disable-mandoc option.
1408         HTML doc generation is off by default: use --enable-htmldoc.
1409         Added more info in doc/README about XML commands to use.
1411 2007-03-10  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1413         * NEWS:
1414         * Everything in the 'doc' subdirectory.
1416         XML source to generate man page & HTML documentation.
1418 2007-02-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1420         * NEWS:
1421         * fvwm/colorset.c (parse_colorset):
1422         don't recompute sh, hi and fgsh if they were supplied in a previous
1423         colorset line. Fixes bug #3359.
1425 2007-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1427         * fvwm/move_resize.c (DoSnapAttract):
1428         handle SnapGrid before SnapAttraction so that non-overlapping windows
1429         do not snap edge to edge:
1430                                     +---+
1431                                     |   |
1432                                     +---+---+
1433                                         |   |
1434                                         +---+
1436 2007-02-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1438         * fvwm/style.c (parse_and_set_window_style)
1439         (style_parse_one_style_option):
1440         don't warn about PositionPlacement arguments
1442 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1444         * AUTHORS:
1445         * NEWS:
1446         enties for ChangeWindowTitle patch by Julio Teca.
1448 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1450         * fvwm/fvwm.c (main):
1451         fixed ROOT CursorStyle context
1453         * fvwm/placement.c (__pl_manual_get_pos_simple):
1454         * fvwm/move_resize.h:
1455         * fvwm/move_resize.c (__move_loop):
1456         (InteractiveMove):
1457         fixed long broken POSITION CursorStyle context
1459 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1461         * fvwm/bindings.c (ParseBinding):
1462         fix buffer overrun with >78 character window names.
1464         * fvwm/fvwm.1.in (PositionPlacement):
1465         fix typos
1467         * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1468         * fvwm/style.c (style_parse_one_style_option):
1469         change BorderWidth and HandleWidth style  to revert to default if no
1470         arguments are given
1472 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1474         * fvwm/fvwm.h (style_flags):
1475         * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1476         (__place_get_wm_pos):
1477         (__place_window, __explain_placement):
1478         * fvwm/style.c (style_parse_one_style_option):
1480         * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1481         (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1482         (DEFAULT_PLACEMENT_POSITION_STRING):
1483         new default strings
1485         * fvwm/move_resize.c (GetOnePositionArgument):
1486         added 'w' suffix to Move arguments
1487         allow multiple shifts from original position
1489         * fvwm/style.c (style_parse_one_style_option):
1490         (merge_styles)
1491         (free_style):
1492         * fvwm/placement.c (setup_window_placement)
1493         (__place_get_placement_flags):
1494         (__place_get_wm_pos):
1495         (__place_get_nowm_pos):
1496         (__place_window):
1497         (__place_handle_x_resources):
1498         (setup_window_placement):
1499         * fvwm/fvwm.h (PLACE_CENTER):
1500         (PLACE_POSITION):
1501         replaced CenterPlacement with more flexibe PositionPlacement
1503         * fvwm/move_resize.c (GetMoveArguments):
1504         (GetResizeArguments):
1505         (GetResizeMoveArguments):
1506         (__move_window):
1507         * fvwm/move_resize.h:
1508         exported and enhanced function GetMoveArguments for use by placement
1509         algorithm
1511 2007-02-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1513         * fvwm/ConfigFvwmDefaults:
1514         reenable MenuScroll on titles
1516         * fvwm/menubindings.c (menu_shortcuts):
1517         don't scroll menus if scrolling would be in the wrong direction
1519 2007-02-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1521         * fvwm/move_resize.c (__resize_window):
1522         some resizing/gravity fixes
1523         properly handle maximized + shaded state when resizing
1524         non-interactively
1526 2007-01-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1528         * fvwm/move_resize.c (__resize_window):
1529         resizing of shaded windows work better.
1531 2007-01-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1533         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1534         clarified previous patch
1536         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1537         documented '-' command prefix
1539         * fvwm/expand.c (__eae_parse_range):
1540         fix $[n-] and $[*] after unsigned int havoc
1542 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1544         * fvwm/Makefile.am:
1545         * fvwm/ConfigFvwmMenuDefaults:
1546         removed file
1547         * fvwm/ConfigFvwmDefaults:
1548         * fvwm/ConfigFvwmMenuDefaults:
1549         moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1551 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1553         * fvwm/ConfigFvwmMenuDefaults:
1554         * fvwm/fvwm.c (SetRCDefaults):
1555         make default menu mouse bindings for MenuSelectItem and MenuScroll only
1556         apply to menu item context.
1558 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1560         * fvwm/placement.c (placement_loop):
1561         (__pl_minoverlap_get_avoidance_penalty):
1562         (__pl_smart_get_first_pos):
1563         (__pl_smart_get_next_pos):
1564         (__pl_smart_test_window):
1565         (__pl_smart_get_pos_penalty):
1566         rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1567         now less than ten lines of code.
1569         * fvwm/add_window.c (setup_placement_penalty):
1570         * fvwm/style.c (style_parse_one_style_option):
1571         allow to reset the placement penalties with !
1573         * fvwm/placement.h:
1574         * fvwm/add_window.c (setup_placement_penalty):
1575         * fvwm/style.h:
1576         * fvwm/fvwm.h:
1577         * fvwm/style.c (style_parse_one_style_option):
1578         put placement penalty array in a struct
1580         * fvwm/placement.c (__place_get_wm_pos):
1581         (__pl_clever_get_next_x):
1582         (__pl_clever_get_next_y):
1583         (__pl_clever_get_first_pos):
1584         (__pl_clever_get_next_pos):
1585         (__pl_clever_get_avoidance_penalty):
1586         (__pl_clever_get_pos_penalty):
1587         (__pl_minoverlap_get_next_x):
1588         (__pl_minoverlap_get_next_y):
1589         (__pl_minoverlap_get_first_pos):
1590         (__pl_minoverlap_get_next_pos):
1591         (__pl_minoverlap_get_avoidance_penalty):
1592         (__pl_minoverlap_get_pos_penalty):
1593         renamed ...clever... functions to ...minoverlap...
1595         * fvwm/bindings.c:
1596         * fvwm/decorations.c:
1597         * fvwm/menubindings.c:
1598         * fvwm/module_interface.c:
1599         * fvwm/module_list.c:
1600         * fvwm/fvwm.c:
1601         * fvwm/module_list.h:
1602         * fvwm/events.c:
1603         * fvwm/module_interface.h:
1604         * fvwm/Makefile.am:
1605         dont include "libs" in include path
1607         * libs/vpacket.h:
1608         #includes from fvwm path with "..." not <...>
1610         * fvwm/stack.c:
1611         #includes from library path with "..." not <...>
1613 2007-01-28  Simon Griph  <simon(at)griph(dot)se>
1615         * NEWS:
1616         * AUTHORS:
1617         * INSTALL.fvwm:
1618         documented new svg support
1620         * configure.ac:
1621         added librsvg detection
1623         * fvwm/Makefile.am (LDADD, INCLUDES):
1624         added rsvg_LIBS, rsvg_CFLAGS
1626         * fvwm/expand.c (expand_vars_extended):
1627         new extended variables
1628         $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1630         * fvwm/fvwm.1.in (OPTIONS):
1631         (ICONS AND IMAGES):
1632         documented new svg support
1633         (COMMAND EXPANSION):
1634         documented new extended variables
1636         * fvwm/fvwm.c (setVersionInfo):
1637         (main):
1638         added Frsvg_init() call
1640         * libs/Fsvg.h:
1641         new file
1643         * libs/Makefile.am (libfvwm_a_SOURCES):
1644         added Fsvg.h
1645         (INCLUDES):
1646         added rsvg_CFLAGS
1648         * libs/Picture.c (PCacheFvwmPicture):
1649         hid svgopts from isFileStampChanged()
1651         * libs/PictureBase.c (PictureFindImageFile):
1652         hid svgopts from searchPath()
1654         * libs/PictureBase.h:
1656         * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1657         hid svgopts from setFileStamp()
1658         (PImageLoadSvg):
1659         new svg image loader
1661         * libs/fvwmlib.c (flib_init_graphics):
1662         added Frsvg_init() call
1664 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1666         * NEWS:
1667         * fvwm/stack.c (__is_restack_needed)
1668         (is_transient_subtree_straight):
1669         (__restack_window):
1670         fix crash when trying to restack destroyed window
1672 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1674         * libs/Makefile.am (libfvwm_a_SOURCES):
1675         add fvwmlib.c
1677         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1678         * fvwm/menus.c (move_any_menu)
1679         set menu backgrounds before moving. Makes transparent menus move
1680         more seamless.
1682         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1683         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1684         add update_transparent_menu_bg to allow set of transparent menu
1685         background before a move, and change repaint_transparent_menu to
1686         allow for not setting the menu background.
1688         * libs/Colorset.c (SetWindowBackgroundWithOffset):
1689         create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1690         transparent colorsets)
1691         (CreateOffsetBackgroundPixmap):
1692         use offset also for non transparent backgrounds.
1694         * fvwm/menubindings.c (menu_shortcuts):
1695         don't move menus on scroll if they don't move
1697 2007-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1699         * libs/fvwmlib.h:
1700         * fvwm/bindings.c:
1701         * fvwm/cursor.c:
1702         * fvwm/decorations.c:
1703         * fvwm/ewmh_conf.c:
1704         * fvwm/ewmh_events.c:
1705         * fvwm/ewmh_icons.c:
1706         * fvwm/expand.c:
1707         * fvwm/focus.c:
1708         * fvwm/functions.c:
1709         * fvwm/gnome.c:
1710         * fvwm/menubindings.c:
1711         * fvwm/menucmd.c:
1712         * fvwm/menuitem.c:
1713         * fvwm/misc.c:
1714         * fvwm/modconf.c:
1715         * fvwm/module_interface.c:
1716         * fvwm/module_list.c:
1717         * fvwm/read.c:
1718         * fvwm/update.c:
1719         * fvwm/windowlist.c:
1720         * fvwm/windowshade.c:
1721         * fvwm/colorset.c:
1722         * fvwm/session.c:
1723         * fvwm/stack.c:
1724         * fvwm/ewmh.c:
1725         * fvwm/conditional.c:
1726         * fvwm/menustyle.c:
1727         * fvwm/virtual.c:
1728         * fvwm/placement.c:
1729         * fvwm/frame.c:
1730         * fvwm/fvwm.c:
1731         * fvwm/icons.c:
1732         * fvwm/add_window.c:
1733         * fvwm/builtins.c:
1734         * fvwm/move_resize.c:
1735         * fvwm/borders.c:
1736         * fvwm/style.c:
1737         * fvwm/events.c:
1738         * fvwm/menus.c:
1739         * libs/FTips.c:
1740         * libs/Picture.c:
1741         * libs/Target.c:
1742         * libs/gravity.c:
1743         * fvwm/execcontext.c:
1744         * libs/BidiJoin.c:
1745         * libs/CombineChars.c:
1746         * libs/FBidi.c:
1747         * libs/FEvent.c:
1748         * libs/Fft.c:
1749         * libs/FGettext.c:
1750         * libs/Ficonv.c:
1751         * libs/FImage.c:
1752         * libs/flist.c:
1753         * libs/FlocaleCharset.c:
1754         * libs/fsm.c:
1755         * libs/Parse.c:
1756         * libs/queue.c:
1757         * libs/safemalloc.c:
1758         * libs/strdup.c:
1759         * libs/timeout.c:
1760         * libs/Strings.c:
1761         * libs/FRender.c:
1762         * libs/Module.c:
1763         * libs/ColorUtils.c:
1764         * libs/Colorset.c:
1765         * libs/PictureImageLoader.c:
1766         * libs/PictureGraphics.c:
1767         * libs/Graphics.c:
1768         * libs/FScreen.c:
1769         * libs/PictureUtils.c:
1770         * libs/Flocale.c:
1771         * libs/PictureBase.c:
1772         use new header files
1774         * libs/Graphics.h:
1775         * libs/XResource.h:
1776         * libs/Event.h:
1777         * libs/XError.h:
1778         * libs/ColorUtils.h:
1779         * libs/PictureBase.h:
1780         * libs/System.h:
1781         * libs/defaults.h:
1782         * libs/Cursor.h:
1783         * libs/Target.h:
1784         * libs/WinMagic.h:
1785         * libs/fvwmlib.h:
1786         * libs/Makefile.am (libfvwm_a_SOURCES):
1787         moved declarations from fvwmlib.h to new/appropriate header files
1789         * libs/XError.c:
1790         reformatted
1792         * fvwm/menus.c (paint_side_pic):
1793         fixed previous patch
1794         reindented function
1796 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1798         * fvwm/menus.c (paint_side_pic):
1799         fix a core dump
1801         * fvwm/menus.c (paint_side_pic):
1802         use simple expose information to redraw sidepics less.
1804 2007-01-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1806         * fvwm/geometry.c (constrain_size):
1807         silence gcc 4.1.1 warning.
1809         * libs/System.c (searchPath):
1810         search in pwd if no path is given.
1811         return NULL if a file dosn't exist regardless if it's absolute path
1813 2007-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1815         * fvwm/placement.c (__place_window)
1816         (__pl_under_mouse_get_pos_simple):
1817         * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
1818         * fvwm/fvwm.1.in:
1819         new style option UnderMousePlacementHonorsStartsOnPage
1821         * fvwm/update.c (init_style):
1822         don't forget stickyness when a window goes fullscreen (or when some
1823         other style is changed)
1825 2007-01-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1827         * fvwm/placement.c (__pl_cascade_get_pos_simple):
1828         properly handle title direction with cascade placement
1830         * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
1831         new default value
1833         * fvwm/placement.c (__pl_center_get_pos_simple):
1834         CenterPlacement properly handles Xinerama screens
1836 2007-01-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1838         * configure.ac:
1839         always substiture datarootdir
1841 2007-01-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1843         * fvwm/add_window.c (GetWindowSizeHints):
1844         * fvwm/geometry.c (constrain_size):
1845         undefine macros after use
1846         (constrain_size):
1847         reindented and cleaned up
1848         do not grow a window because of aspect ratio if this is not explicitly
1849         allowed by the CS_ROUND_UP flag
1850         (constrain_size):
1851         (__cs_handle_aspect_ratio):
1852         broken into separate functions and cleaned up
1854 2007-01-20  Renato Caldas  <seventhguardian@gmail.com>
1856         * fvwm/module_list.c (module_receive):
1857         (module_input_discard):
1858         allocate input data in just one call - better perfomance
1860 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1862         * fvwm/placement.c (__place_get_wm_pos):
1863         simplified to a simple loop
1864         (__explain_placement):
1865         added explanation of new placement styles
1867         * fvwm/placement.c (__place_get_wm_pos):
1868         cleanup
1869         (__pl_center_get_pos_simple):
1870         (__pl_under_mouse_get_pos_simple):
1871         (__pl_cascade_get_pos_simple):
1872         (__pl_manual_get_pos_simple):
1873         (__place_get_wm_pos):
1874         use new placement interface for CenterPlacement, UnderMousePlacement,
1875         ManualPlacement, CascadePlacement
1877         * fvwm/placement.c (__sp_get_first_pos):
1878         (__sp_get_next_pos):
1879         (__sp_get_pos_penalty):
1880         (__place_get_wm_pos):
1881         use new placement interface for SmartPlacement
1882         (SmartPlacement):
1883         removed function
1885         * fvwm/placement.c:
1886         don't use inline functions
1887         (CleverPlacement):
1888         (placement_loop):
1889         renamed function and generalized the placement interface to deal with
1890         any algorithm in the same way
1891         (__place_get_wm_pos):
1892         use new placement interface
1894         * NEWS:
1895         * configure.ac:
1896         increased version to 2.5.22
1898         * NEWS:
1899         * configure.ac:
1900         updated for 2.5.21 release
1902 2007-01-19  Dan Espen  <dane@mk.telcordia.com>
1904         * fvwm/read.h: Compile syntax error fix.
1906 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1908         * fvwm/placement.c (SmartPlacement):
1909         fixed broken SmartPlacement
1911 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1913         * fvwm/expand.c (expand_vars_extended):
1914         free allocated icon path
1916 2007-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1918         * fvwm/fvwm.1.in:
1919         some cleanup
1921         * fvwm/virtual.c:
1922         fix compile error
1924 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1926         * NEWS:
1927         * fvwm/fvwm.1.in (Scroll):
1928         * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
1929         add interactive scrolling.
1931         * fvwm/stack.c (is_transient_subtree_straight):
1932         check first above the tree root, then beneth it.
1934 2007-01-17  Renato Caldas  <seventhguardian@gmail.com>
1936         * fvwm/module_interface.h
1937         * fvwm/module_interface.c (module_input_enqueue):
1938         (module_input_execute):
1939         new functions based on AddToCommandQueue and ExecuteModuleCommand
1941         * fvwm/module_list.c (CMD_ModuleSynchronous):
1942         (PositiveWrite):
1943         * fvwm/events.c (My_XNextEvent):
1944         * fvwm/module_interface.c (ExecuteCommandQueue):
1945         using the above two new functions instead of AddToCommandQueue and
1946         ExecuteModuleCommand
1948         * fvwm/module_interface.c (cqueue_object_type):
1949         removed typedef
1951         * fvwm/module_interface.h
1952         * fvwm/module_interface.c (AddToCommandQueue):
1953         (ExecuteModuleCommand):
1954         removed functions
1956 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1958         * fvwm/fvwm.h (window_style):
1959         * fvwm/style.c (style_parse_one_style_option):
1960         icon background relief and icon title relief changed to sigend char;
1961         should fix problem with ppc and negative values for these.
1963 2007-01-16  Renato Caldas  <seventhguardian@gmail.com>
1965         * fvwm/module_list.h:
1966         * fvwm/module_list.c (module_receive):
1967         (module_input_discard):
1968         (module_input_expect):
1969         new functions to deal with module input
1971         * fvwm/module_list.h:
1972         * fvwm/module_list.c (HandleModuleInput):
1973         replaced by the above three functions
1975         * fvwm/events.c (My_XNextEvent):
1976         * fvwm/module_list.c (CMD_ModuleSynchronous):
1977         (PositiveWrite):
1978         adapted to use the above three functions instead of HandleModuleInput
1980 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1982         * configure.ac (HAVE_PNG):
1983         don't mangle png_LIBS, use --with-png-library
1985 2007-01-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1987         * NEWS:
1988         removed news about previous change after move of version-2_5_20 tag
1989         on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
1990         balls.
1992         * fvwm/stack.c (__restack_window):
1993         fix so new transient windows with StackTransientParent on top layer
1994         don't make all windows raise above the pan frames.
1996         * NEWS:
1997         * configure.ac:
1998         increased version to 2.5.21
2000         * NEWS:
2001         * configure.ac:
2002         updated for 2.5.20 release
2004 2007-01-15  Renato Caldas  <seventhguardian@gmail.com>
2006         * fvwm/fvwm.c (main):
2007         remove the call to module_init_list, the list head is instead set
2008         to NULL upon declaration
2010         * fvwm/module_list.h:
2011         * fvwm/module_list.c (module_init_list):
2012         removed function
2014 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2016         * fvwm/stack.c (is_transient_subtree_straight)
2017         (is_transient_subtree_stack_straight):
2018         use <= 32 character function name
2019         (mark_transient_subtree, is_transient_subtree_straight)
2020         (__mark_transient_subtree_test):
2021         move common tests to function to avoid code duplication
2023         * fvwm/fvwm.1.in (IconifyWindowGroups):
2024         Correctly document that windows are iconified together if the are in
2025         the same window group, not if the group leader is iconified.
2027 2007-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2029         * fvwm/add_window.c (GetWindowSizeHints):
2030         * libs/vpacket.h (ConfigWinPacket):
2031         * fvwm/module_interface.c (CONFIGARGS):
2032         * fvwm/fvwm.h (FvwmWindow):
2033         add orig_hints_width_inc and orig_hints_height_inc values to store the
2034         original resize inc  for use in FvwmIdent
2036         * fvwm/fvwm.1.in:
2037         * fvwm/style.c (style_parse_one_style_option):
2038         deprecated some "No..." styles
2039         (style_parse_one_style_option):
2040         add a NoResizeHintOverride style
2042         * fvwm/add_window.c (GetWindowSizeHints):
2043         only ignore the min_width/min_height/max_width/max_height with the
2044         ResizeHintOverride style
2046         * fvwm/icons.c (DeIconify):
2047         corrected previous fix
2049         * fvwm/placement.c (CleverPlacement):
2050         (SmartPlacement):
2051         (__place_get_wm_pos):
2052         (__place_get_nowm_pos):
2053         (__place_window):
2054         fixed smart placement
2055         unified placement func interface
2057 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2059         * NEWS:
2060         * fvwm/icons.c (DeIconify):
2061         don't loop forever.
2063         * fvwm/stack.c (is_transient_subtree_stacked_straight):
2064         fix detection of non needed lower operations
2065         (__restack_window):
2066         BroadcastRestack to modules even if non is done. (To cancel effect of
2067         already sent M_RAISE/M_LOWER)
2068         don't do raise hacks if no restack was done.
2070         * fvwm/fvwm.h (FvwmWindow):
2071         icon_nalloc_pixels is int instead of unsined int
2073         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2074         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2075         use int instead of unsigned int.
2077         * fvwm/menugeometry.c (menu_get_geometry)
2078         (menu_get_outer_geometry):
2079         * fvwm/focus.c (CMD_WarpToWindow):
2080         * fvwm/geometry.c (get_title_button_geometry):
2081         * fvwm/session.c (SaveWindowStates):
2082         * fvwm/conditional.c (CMD_WindowId):
2083         * fvwm/placement.c (__place_get_wm_pos):
2084         * fvwm/frame.c (frame_create_move_resize_args):
2085         * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2086         * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2087         * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2088         * fvwm/style.c (style_parse_icon_box_style):
2089         * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2090         (AnimatedMoveAnyWindow, __move_window, __move_loop)
2091         (__resize_window):
2092         * fvwm/events.c (HandlePropertyNotify)
2093         (__is_bpress_window_handled):
2094         * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2095         (get_menu_options):
2096         fix geometry signed pointer warnings
2098         * libs/Graphics.c (CalculateGradientDimensions):
2099         cast pointer to unsigned int*
2101         * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2102         * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2103         (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2104         change unsigned int* parameter to int*. It get's info stored in an
2105         unsigned short, so it should be OK.
2107         * fvwm/externs.h:
2108         * fvwm/fvwm.c:
2109         JunkMask is unsigned
2111         * fvwm/stack.c (__mark_group_member)
2112         (is_transient_subtree_stacked_straight, __is_restack_needed)
2113         (__restack_window, mark_transient_subtree):
2114         don't raise or lower windows if they are already at the right place.
2116 2007-01-13  Renato Caldas  <seventhguardian@gmail.com>
2118         * fvwm/module_interface.c (struct cqueue_object_type):
2119         * fvwm/module_list.h (struct fmodule_input):
2120         reused cqueue_object_type as a struct to store module input data
2121         renamed it to fmodule_input and moved it to module_list.h
2122         typedef'ed it to cqueue_object_type in module_interface.c
2124 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2126         * fvwm/placement.c (__cp_get_next_x):
2127         (__cp_get_next_y):
2128         (__cp_get_first_pos):
2129         (__cp_get_next_pos):
2130         (__cp_get_avoidance_penalty):
2131         (__cp_test_fit):
2132         (CleverPlacement):
2133         restructured and cleaned up CleverPlacement code
2135         * fvwm/style.c (style_parse_icon_box_style):
2136         * fvwm/virtual.c (HandlePaging):
2137         * fvwm/stack.c (verify_stack_ring_consistency):
2138         (ResyncFvwmStackRing):
2139         * fvwm/repeat.c:
2140         * fvwm/read.c (cursor_control):
2141         * fvwm/placement.c (__place_get_wm_pos):
2142         * fvwm/move_resize.c (GetMoveArguments):
2143         (ParseOneResizeArgument):
2144         (GetResizeArguments):
2145         (GetResizeMoveArguments):
2146         (resize_move_window):
2147         (resize_move_window):
2148         (InteractiveMove):
2149         (__move_window):
2150         (DoSnapAttract):
2151         (DoSnapAttract):
2152         (__resize_step):
2153         (__resize_window):
2154         (__resize_window):
2155         (__resize_window):
2156         (MaximizeHeight):
2157         (MaximizeWidth):
2158         (maximize_fvwm_window):
2159         (CMD_Maximize):
2160         (CMD_Maximize):
2161         * fvwm/misc.c:
2162         * fvwm/menustyle.h (MenuStyle):
2163         * fvwm/menus.c (MenuSizingParameters):
2164         (make_menu_window):
2165         (paint_menu_gradient_background):
2166         (paint_menu_gradient_background):
2167         (select_menu_item):
2168         (do_menus_overlap):
2169         (pop_menu_up):
2170         (pop_menu_down_and_repaint_parent):
2171         (__mloop_handle_action_without_mi):
2172         (do_menu):
2173         (get_menu_options):
2174         (get_menu_options):
2175         * fvwm/menuroot.h (MenuRootStatic):
2176         (MenuRootDynamic):
2177         * fvwm/menuitem.h (MenuPaintItemParameters):
2178         * fvwm/menugeometry.h:
2179         * fvwm/menubindings.c (menu_shortcuts):
2180         * fvwm/icons.c (SetIconPixmapSize):
2181         (GetIconPicture):
2182         (DrawIconTitleWindow):
2183         (AutoPlaceIcon):
2184         (do_all_iconboxes):
2185         (GetIconWindow):
2186         (GetIconBitmap):
2187         * fvwm/gnome.c (GNOME_GetHintIcons):
2188         * fvwm/functions.c (FvwmFunction):
2189         (__execute_function):
2190         (__cf_cleanup):
2191         (execute_complex_function):
2192         * fvwm/fvwm.c (JunkWidth):
2193         (JunkHeight):
2194         (JunkBW):
2195         (JunkDepth):
2196         (JunkMask):
2197         (main):
2198         * fvwm/externs.h (JunkWidth):
2199         (JunkHeight):
2200         (JunkBW):
2201         (JunkDepth):
2202         (JunkMask):
2203         * fvwm/focus.c (CMD_WarpToWindow):
2204         * fvwm/expand.c (__eae_parse_range):
2205         (expand_args_extended):
2206         (expand_vars_extended):
2207         (expand_vars_extended):
2208         * fvwm/ewmh_names.c (EWMH_WMIconName):
2209         (EWMH_WMName):
2210         * fvwm/ewmh_intern.h:
2211         * fvwm/ewmh_icons.c (ewmh_WMIcon):
2212         (EWMH_DoUpdateWmIcon):
2213         (ewmh_SetWmIconFromPixmap):
2214         (ewmh_SetWmIconFromPixmap):
2215         (EWMH_DeleteWmIcon):
2216         (extract_wm_icon):
2217         (extract_wm_icon):
2218         (EWMH_SetIconFromWMIcon):
2219         * fvwm/ewmh_events.c (ewmh_WMDesktop):
2220         (ewmh_WMState):
2221         (ewmh_WMIconGeometry):
2222         (ewmh_WMStrut):
2223         * fvwm/ewmh.h:
2224         * fvwm/ewmh.c (ewmh_ChangeProperty):
2225         (ewmh_ChangeProperty):
2226         (atom_get):
2227         (ewmh_AtomGetByName):
2228         (ewmh_AddToKdeSysTray):
2229         (EWMH_GetWorkAreaIntersection):
2230         (ewmh_HandleWindowType):
2231         (ewmh_check_wm_pid):
2232         * fvwm/geometry.c (constrain_size):
2233         * fvwm/geometry.h:
2234         * fvwm/events.c (__handle_cr_on_client):
2235         (WaitForButtonsUp):
2236         * fvwm/events.h:
2237         * libs/PictureImageLoader.c:
2238         * libs/PictureImageLoader.h:
2239         * libs/WinMagic.c:
2240         * libs/fvwmlib.h:
2241         * libs/Graphics.c (ParseGradient):
2242         (CalculateGradientDimensions):
2243         (CreateGradientPixmap):
2244         (CreateGradientPixmapFromString):
2245         * fvwm/colorset.c (update_root_pixmap):
2246         * fvwm/builtins.c (CMD_Echo):
2247         (CMD_State):
2248         * fvwm/add_window.c (AddWindow):
2249         * fvwm/screen.h (DecorFace):
2250         use int instead of unsigned int
2252         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2253         * fvwm/colormaps.c (EnterSubWindowColormap):
2254         (LeaveSubWindowColormap):
2255         (FetchWmColormapWindows):
2256         * libs/vpacket.h:
2257         * libs/CombineChars.c (char_combclass):
2258         use short instead of short int
2259         use long instead of long int
2261         * libs/PictureBase.h (FvwmPictureAttributes):
2262         (FvwmRenderAttributes):
2263         * libs/Flocale.h (FlocaleFont):
2264         * fvwm/style.c (style_parse_icon_grid_style):
2265         * fvwm/menus.c (size_menu_horizontally):
2266         (size_menu_vertically):
2267         (paint_menu):
2268         (AddToMenu):
2269         * fvwm/menuitem.c (menuitem_paint):
2270         (menuitem_free):
2271         * fvwm/menuitem.h (MenuItem):
2272         * fvwm/geometry.c (set_window_border_size):
2273         * fvwm/decorations.c (SelectDecor):
2274         use int instead of short
2276         * fvwm/screen.h (FvwmAcs):
2277         (DecorFace):
2278         * fvwm/menus.c (MenuSizingParameters):
2279         (size_menu_horizontally):
2280         (update_menu):
2281         (paint_menu_gradient_background):
2282         * fvwm/menuroot.h (MenuRootStatic):
2283         * fvwm/menuitem.h (MenuItem):
2284         (MenuItemPartSizesT):
2285         * fvwm/menuitem.c (menuitem_get_size):
2286         * fvwm/menudim.h (MenuDimensions):
2287         use int instead of unsigned short
2289 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2291         * libs/gravity.h:
2292         * libs/gravity.c (gravity_move_resize_parent_child):
2293         * fvwm/frame.h:
2294         * fvwm/frame.c (mr_args_internal):
2295         (frame_setup_border):
2296         (frame_setup_titlebar):
2297         (frame_get_resize_decor_gravities):
2298         (frame_get_titlebar_dimensions):
2299         use rectangle instead of signed_rectangle
2301         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2302         * libs/fvwmrect.h (signed_rectangle):
2303         removed type
2304         (rectangle):
2305         (size_rect):
2306         widht and height are now signed values
2308         * fvwm/placement.c (get_next_x):
2309         (__cp_get_next_x):
2310         (get_next_x):
2311         (__cp_get_next_y):
2312         (__test_fit):
2313         (__cp_test_fit):
2314         renamed functions
2316         * fvwm/placement.c (get_next_x):
2317         (get_next_y):
2318         (test_fit):
2319         (CleverPlacement):
2320         cleanup
2322 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2324         * NEWS:
2325         NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2326         StickyAcrossDesksIcon.
2328 2007-01-13  Serge Koksharov  <gentoosiast dog yandex dot ru>
2330         * fvwm/conditional.c (CreateConditionMask):
2331         added conditions StickyIcon, StickyAcrossPagesIcon and
2332         StickyAcrossDesksIcon.
2334         * fvwm/fvwm.1.in:
2335         documented new conditional tests.
2336         removed descriptions of styles StickyIconPage & StickyIconDesk which
2337         actually don't exists in fvwm.
2338         moved StickyIcon/SlipperyIcon descriptions immediately after
2339         Sticky/Slippery description.
2341 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2343         * fvwm/placement.c (SmartPlacemen):
2344         (__sp_test_window):
2345         cleaned up SmartPlacement code
2347 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2349         * fvwm/ConfigFvwmMenuDefaults:
2350         Mouse 0 MS A MenuLeaveSubmenu instead.
2352         * fvwm/ConfigFvwmMenuDefaults:
2353         Mouse 0 MS A MenuClose to make sidepic and border behave as
2354         before menu bindings.
2356         * fvwm/fvwm.1.in:
2357         * libs/wcontext.h (enum):
2358         * fvwm/menubindings.c (menu_binding):
2359         (menu_shortcuts):
2360         Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2362         * fvwm/menustyle.c (menustyle_parse_old_style):
2363         add a message of deprecation.
2365 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2367         * fvwm/module_list.h:
2368         * fvwm/module_list.c:
2369         new files for module handling code.
2371         * fvwm/module_list.h:
2372         * fvwm/module_interface.h:
2373         * fvwm/module_list.c:
2374         * fvwm/module_interface.c:
2375         (struct mqueue_object_type):
2376         (msg_mask_set):
2377         (module_alloc):
2378         (module_insert):
2379         (module_remove):
2380         (module_free):
2381         (module_get_next):
2382         (set_message_mask):
2383         (get_pipe_name):
2384         (initModules):
2385         (ClosePipes):
2386         (do_execute_module):
2387         (executeModuleDesperate):
2388         (CMD_Module):
2389         (CMD_ModuleListenOnly):
2390         (CMD_ModuleSynchronous):
2391         (HandleModuleInput):
2392         (DeadPipe):
2393         (KillModule):
2394         (KillModuleByName):
2395         (CMD_KillModule):
2396         (PositiveWrite):
2397         (DeleteMessageQueueBuff):
2398         (FlushMessageQueue):
2399         (FlushAllMessageQueues):
2400         (CMD_set_mask):
2401         (CMD_set_sync_mask):
2402         (CMD_set_nograb_mask):
2403         (skipModuleAliasToken):
2404         (countModules):
2405         (struct msg_masks_t):
2406         (struct fmodule):
2407         moved from module_interface.c/h to module_list.c/h
2409         * fvwm/module_list.h (do_execute_module):
2410         * fvwm/module_interface.h (AddToCommandQueue):
2411         (ExecuteModuleCommand):
2412         initialy static functions are exposed for now. Should be fixed soon.
2414         * fvwm/Makefile.am:
2415         added module_list.h and module_list.c
2416         reorganized the c files by size
2418         * fvwm/module_list.h:
2419         * fvwm/module_list.c:
2420         * fvwm/events.c:
2421         * fvwm/fvwm.c:
2422         * fvwm/session.c:
2423         * fvwm/stack.c:
2424         (initModules):
2425         (module_init_list):
2426         (ClosePipes):
2427         (module_kill_all):
2428         (KillModule):
2429         (module_kill):
2430         (countModules):
2431         (module_count):
2432         renamed functions to a unified style
2434         * fvwm/module_interface.h:
2435         * fvwm/module_interface.c:
2436         * fvwm/fvwm.c:
2437         * fvwm/events.c:
2438         * fvwm/modconf.c
2439         * fvwm/session.c:
2440         * fvwm/stack.c:
2441         * fvwm/windowshade.c:
2442         * fvwm/functions.c:
2443         * fvwm/move_resize.c:
2444         include file cleanup
2446         * fvwm/module_list.c (do_execute_module):
2447         made absolutely sure the module's read fd is >=0 before inserting
2448         the module on the list
2450         * fvwm/events.c (My_XNextEvent):
2451         * fvwm/module_list.c (PositiveWrite):
2452         (CMD_ModuleSynchronous):
2453         assume module read fd is allways >=0 (remove the tests)
2455         * fvwm/module_list.c (module_free):
2456         no need to test if fd >=0 when closing the pipes.
2458 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2460         * fvwm/menuitem.c (draw_higlight_background):
2461         fix x-origin of HGradients
2463 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2465         * fvwm/module_interface.c (FlushMessageQueues):
2466         fixed not flushing the first module on the list
2468 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2470         * libs/Flocale.c (FlocaleGetFftFont):
2471         add sanity check for NULL fontname.
2473         * NEWS:
2474         * fvwm/fvwm.1.in:
2475         * fvwm/menuitem.c (menuitem_paint):
2476         (draw_hilight_background):
2477         make all kinds of pixmaps work with hilight background
2479         * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2480         * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2481         (CreateBackgroundPixmap):
2482         added CreateOffsetBackgroundPixmap with the ability to create
2483         transparent images at an offset relative to the window.
2485 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2487         * fvwm/menus.c (__mloop_exit):
2488         (struct):
2489         (__mloop_get_event)
2490         (__mloop_handle_event):
2491         don't warp to parent item when entering other item with mouse.
2493         * NEWS:
2494         * fvwm/fvwm.1.in:
2495         * fvwm/menustyle.c (menustyle_update):
2496         make use of colorset TiledPixmap option with HiglightBack
2497         and HiglightTitleBack menu styles.
2499 2007-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2501         * libs/FScreen.c:
2502         reformatted
2504 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2506         * libs/FScreen.c (FScreenParseGeometry):
2507         don't look up screen info if screen is undefined
2509 2007-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2511         * ONEWS:
2512         * NEWS:
2513         moved the NEWS of 2.2.x and 2.3.x to ONEWS
2515         * libs/fio.c (fvwm_send):
2516         compile fixes
2518         * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2519         added macro
2521         * libs/fio.c:
2522         * libs/fio.h:
2523         new utility files to wrap writing/reading standard lib functions that
2524         might be interrupted
2526 2007-01-05  Serge Koksharov  <gentoosiast dog yandex dot ru>
2528         * fvwm/ewmh_intern.h:
2529         compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2530         instead of <time.h>.
2532         * fvwm/windowlist.h:
2533         removed unneeded file.
2535         * fvwm/Makefile.am:
2536         removed windowlist.h from build list.
2538         * libs/PictureUtils.c:
2539         include "ftime.h" instead of <time.h>.
2540         fvwmlib.h header name should be in double quotes not in angle
2541         brackets.
2543         * libs/System.c:
2544         include "ftime.h" instead of <sys/time.h>.
2546 2007-01-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2548         * ChangeLog:
2549         make my email less spider-friendly
2551         * fvwm/bindings.c (binding_cmd):
2552         (ParseBinding):
2553         fix core
2555 2007-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2557         * fvwm/screen.h (ScreenInfo):
2558         made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2559         casting signed values in calculations to be cast to unsigned
2561         * fvwm/focus.c (__activate_window_by_command):
2562         don't warp the viewport if the center of the window is already in view
2563         fixed a bug in window positioning
2565 2007-01-03  Serge Koksharov  <gentoosiast dog yandex dot ru>
2567         * NEWS:
2568         FvwmIconBox IconColorset's bg wasn't updated immediately.
2570 2007-01-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2572         * fvwm/fvwm.c (main):
2573         close all open fds upon startup
2574         reopen stdin, stdout and stderr if necessary
2575         (reopen_fd):
2576         new function
2578         * fvwm/module_interface.c (do_execute_module):
2579         simplified error handling
2580         check maximum fd when creating modules
2582         * fvwm/events.c (My_XNextEvent):
2583         * fvwm/fvwm.c (main):
2584         replaced fd_width with fvwmlib_max_fd
2586         * libs/fvwmlib.h:
2587         * libs/System.c (fvwmlib_init_max_fd):
2588         added function and fvwmlib_max_fd
2590         * fvwm/events.c (My_XNextEvent):
2591         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2592         switch back to using FD_SET
2594         * fvwm/events.c (My_XNextEvent:
2595         * fvwm/module_interface.h:
2596         * fvwm/module_interface.c:
2597         hide module structure members with access macros and use them
2598         everywhere
2600 2007-01-02  Renato Caldas  <seventhguardian@gmail.com>
2602         * fvwm/module_interface.c (module_add_to_fdsets):
2603         * fvwm/module_interface.h:
2604         created new function that also checks for too many open fds
2606         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2607         * fvwm/events.c (My_XNextEvent):
2608         now using module_add_to_fdset to add pipes to the fdsets
2610 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2612         * libs/defaults.h (MAX_NUM_MODULES):
2613         * fvwm/module_interface.c (module_alloc):
2614         (do_execute_module):
2615         removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2617         * fvwm/module_interface.c (do_execute_module):
2618         moved the allocation call to the end of the sanity checks and pipe
2619         creation - better for performance
2621 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2623         END MODULE STRUCT PATCHES
2625         * fvwm/module_interface.c (do_execute_module):
2626         fixed another memory leak
2628 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2630         * fvwm/module_interface.h:
2631         * fvwm/module_interface.c:
2632         * fvwm/modconf.c:
2633         renamed struct module member "pipeName" and "pipeAlias" to "name"
2634         and "alias"
2636         * fvwm/module_interface.c (do_execute_module):
2637         fixed possible memory leak
2639 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2641         * fvwm/events.c (My_XNextEvent):
2642         * fvwm/module_interface.c (module_alloc):
2643         (do_execute_module):
2644         (KillModule):
2645         * fvwm/module_interface.h (fmodule):
2646         replaced int with a flag struct
2648         * fvwm/module_interface.h:
2649         * fvwm/events.c (My_XNextEvent):
2650         * fvwm/module_interface.c (module_alloc):
2651         (module_free):
2652         (module_insert):
2653         (ClosePipes):
2654         add new modules at front of list again
2655         removed global variable init_fdset; use a flag in the module struct
2656         instead
2657         removed the now obsolete module slot count
2659 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2661         * fvwm/module_interface.c (module_remove):
2662         (KillModule):
2663         moved module remotion code to module_remove()
2665 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2667         * fvwm/events.c (My_XNextEvent):
2668         fixed startup commands
2670         * fvwm/module_interface.c (module_insert):
2671         (module_free):
2672         (KillModule):
2673         (ClosePipes):
2674         append modules at end of list
2676         * fvwm/events.c (My_XNextEvent):
2677         fixed core
2679         * fvwm/module_interface.c (ExecuteModuleCommand):
2680         (PositiveWrite):
2681         (KillModuleByName):
2682         (BroadcastPacket):
2683         (BroadcastNewPacket):
2684         (BroadcastName):
2685         (BroadcastFvwmPicture):
2686         (BroadcastColorset):
2687         (BroadcastPropertyChange):
2688         (BroadcastConfigInfoString):
2689         (CMD_SendToModule):
2690         (FlushAllMessageQueues):
2691         (countModules):
2692         (CMD_set_mask):
2693         (CMD_set_sync_mask):
2694         (CMD_set_nograb_mask):
2695         cleanup
2696         (skipModuleAliasToken):
2697         use MAX_MODULE_ALIAS_LEN
2699         * fvwm/module_interface.c (KillModule):
2700         (do_execute_module):
2701         (module_alloc):
2702         added a "slot" member to the module struct to fix the init_fdset hack
2703         for now
2705         * libs/defaults.h (MAX_NUM_MODULES):
2706         (MAX_MODULE_ALIAS_LEN):
2707         new config values
2709         * fvwm/module_interface.c (do_execute_module):
2710         rewrote module struct initialization
2711         (HandleModuleInput):
2712         use %p to print module address, don't cast it to int
2714         * fvwm/module_interface.c (ClosePipes):
2715         (KillModule):
2716         use module_free
2717         (msg_mask_set):
2718         (module_insert):
2719         (module_alloc):
2720         new functions()
2722         * fvwm/module_interface.c (FreeModule):
2723         (module_free):
2724         renamed function
2726         * fvwm/module_interface.c (KillModule):
2727         (FreeModule):
2728         * fvwm/events.c (My_XNextEvent):
2729         * fvwm/execcontext.h:
2730         * fvwm/modconf.c (CMD_Send_ConfigInfo):
2731         (ModuleConfig):
2732         * fvwm/stack.c (BroadcastRestack):
2733         cleanup
2735         * fvwm/module_interface.c (module_get_next):
2736         * fvwm/module_interface.h:
2737         new function
2739 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2741         * fvwm/modconf.c (ModuleConfig):
2742         (SendConfigToModule):
2743         (send_xinerama_state):
2744         (send_desktop_names):
2745         (send_desktop_geometry):
2746         (send_image_path):
2747         (send_color_limit):
2748         (send_colorsets):
2749         (send_click_time):
2750         (send_move_threshold):
2751         (send_ignore_modifiers):
2752         (CMD_Send_ConfigInfo):
2753         * fvwm/functions.c (__execute_function):
2754         * fvwm/events.c (My_XNextEvent):
2755         * fvwm/module_interface.h (msg_masks_t):
2756         (fmodule):
2757         * fvwm/execcontext.c (__exc_change_context):
2758         (exc_create_null_context):
2759         * fvwm/execcontext.h:
2760         Initial module struct patches
2762         BEGIN MODULE STRUCT PATCHES
2764 2006-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2766         * fvwm/events.c (HandleFocusOut):
2767         (__refocus_stolen_focus_win):
2768         (HandleEnterNotify):
2769         less disruptive way of restoring focus to the window it was stolen from
2771 2006-12-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2773         * fvwm/events.c (HandleEnterNotify):
2774         restore focus to windows that had it stolen by
2775         unmanaged windows on enter of any unmanaged windows.
2777 2006-12-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2779         * fvwm/menubindings.c:
2780         don't include menus.h
2782         * fvwm/ConfigFvwmMenuDefaults:
2783         all bindings are silent
2785 2006-12-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2787         * fvwm/ConfigFvwmMenuDefaults:
2788         make all numpad keys silent -- not all keyboads have a numpad
2789         add KP_Separator for MenuClose
2791 2006-12-30  Serge Koksharov  <gentoosiast dog yandex dot ru>
2793         * fvwm/fvwm.1.in:
2794         documented missing menu bindings.
2796         * fvwm/ConfigFvwmMenuDefaults:
2797         fixed wrong menu bindings.
2799 2006-12-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2801         * fvwm/menubindings.c:
2802         * fvwm/menubindings.h:
2803         * fvwm/menucmd.c:
2804         * fvwm/menudim.c:
2805         * fvwm/menudim.h:
2806         * fvwm/menugeometry.c:
2807         * fvwm/menugeometry.h:
2808         * fvwm/menuitem.c:
2809         * fvwm/menuitem.h:
2810         * fvwm/menuroot.h:
2811         * fvwm/menus.c:
2812         * fvwm/menus.h:
2813         * fvwm/move_resize.c:
2814         * fvwm/move_resize.h:
2815         * fvwm/windowlist.c:
2816         simplified including header files
2818         * fvwm/menus.c (__mloop_handle_event):
2819         * fvwm/menuparameters.h:
2820         * fvwm/menubindings.c (menu_shortcuts):
2821         do not call find_entry directly but return MENU_NEWITEM_FIND instead
2823         * fvwm/menus.c (__mloop_handle_event):
2824         * fvwm/menuparameters.h:
2825         * fvwm/menubindings.c (menu_shortcuts):
2826         do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
2827         instead
2829         * fvwm/menus.h (MenuParameters):
2830         (MenuOptions):
2831         (MenuPosHints):
2832         (MenuRC):
2833         (MenuReturn):
2834         (MenuRepaintTransparentParameters):
2835         * fvwm/menuparameters.h (MenuParameters):
2836         (MenuOptions):
2837         (MenuPosHints):
2838         (MenuRC):
2839         (MenuReturn):
2840         (MenuRepaintTransparentParameters):
2841         moved to menuparameters.h
2843         * fvwm/menus.h (MenuRoot):
2844         (MenuRootDynamic):
2845         (MenuRootStatic):
2846         * fvwm/menutypes.h (MenuRoot):
2847         (MenuRootDynamic):
2848         (MenuRootStatic):
2849         moved to menuroot.h
2851         * fvwm/menus.c (menu_get_geometry):
2852         (menu_get_outer_geometry):
2853         * fvwm/menugeometry.c (menu_get_geometry):
2854         (menu_get_outer_geometry):
2855         moved to menugeometry.c
2857         * fvwm/menuparameters.h:
2858         * fvwm/menutypes.h:
2859         * fvwm/menugeometry.c:
2860         * fvwm/menugeometry.h:
2861         * fvwm/Makefile.am:
2862         new files
2864         * fvwm/menubindings.h (enum):
2865         * fvwm/menus.c (enum):
2866         moved enum menu_shortcut_action to menubindings.h
2867         (get_selectable_item_index):
2868         (get_selectable_item_from_index):
2869         (get_selectable_item_from_section):
2870         (get_selectable_item_count):
2871         (parse_menu_action):
2872         moved to menubindings.c
2874         * fvwm/menus.c (enum):
2875         (parse_menu_action):
2876         (menuShortcuts):
2877         renamed enum shortcut_action to menu_shortcut_action
2879         * fvwm/fvwm.c (SetRCDefaults):
2880         read default config file after all other defaults
2882 2006-12-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2884         * fvwm/ConfigFvwmMenuDefaults:
2885         * fvwm/fvwm.c (SetRCDefaults):
2886         make the hard coded menu bindings load before ConfigFvwmDefaults
2887         move Mouse 0 ... to ConfigFvwmMenuDefaults
2889 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2891         * fvwm/ConfigFvwmMenuDefaults:
2892         * fvwm/fvwm.c (SetRCDefaults):
2893         added hard coded default menu bindings
2895 2006-12-29  Serge Koksharov  <gentoosiast dog yandex dot ru>
2897         * fvwm/fvwm.1.in:
2898         documentation fixes.
2900 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2902         * fvwm/bindings.c:
2903         * fvwm/menubindings.h:
2904         * fvwm/menubindings.c:
2905         * fvwm/menus.h:
2906         * fvwm/menus.c:
2907         * fvwm/Makefile.am:
2908         moved new menu binding code to menubindings.c, menubindings.h
2909         split binding into a regular list and a fallback list that can not be
2910         modified
2912         * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
2913         fixed calculation of new geometry if x or y is negative
2915         * fvwm/geometry.c (maximize_adjust_offset):
2916         fixed calculations of normal geometry when maximized
2918 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2920         * NEWS:
2921         * fvwm/ConfigFvwmMenuDefaults:
2922         * fvwm/fvwm.c (SetRCDefaults):
2923         * fvwm/menus.c (parse_menu_action):
2924         * fvwm/fvwm.1.in:
2925         rename menu action to menu bindings and make menu binding commands
2926         more verbose.  Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
2927         ensure basic function with ConfigFvwmMenuDefaults missing.
2929 2006-12-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2931         * fvwm/menus.c (menuShortcuts):
2932         fixed compiler warning.
2934 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2936         * fvwm/fvwm.1.in:
2937         corrected mis-spelling
2939         * AUTHORS:
2940         * NEWS:
2941         * fvwm/fvwm.1.in:
2942         * fvwm/menus.h:
2943         * fvwm/menus.c (handle_emacs_bindings):
2944         (parse_menu_action)
2945         (menuShortcuts):
2946         (__mloop_handle_event):
2947         (menu_binding):
2948         * fvwm/bindings.c (ParseBinding):
2949         * fvwm/Makefile.am (config_DATA):
2950         * fvwm/ConfigFvwmDefaults:
2951         * fvwm/ConfigFvwmMenuDefaults:
2952         fully configurable mouse any key bindings for menu navigation.
2954 2006-12-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2956         * fvwm/virtual.c (HandlePaging):
2957         removed bogus comment
2959         * fvwm/move_resize.c (__move_loop):
2960         cleanup
2961         (__resize_window):
2962         allow paging during resize with "EdgeScroll 0 0" as documented in the
2963         man page
2964         fixed disappearing windows with "maximize; resize - abort; unmaximize"
2966         * fvwm/fvwm.h (FvwmWindow):
2967         * fvwm/add_window.c (AddWindow):
2968         * fvwm/add_window.c (setup_frame_window):
2969         * fvwm/add_window.c (setup_parent_window)
2970         * fvwm/borders.c (border_draw_decorations):
2971         * fvwm/borders.c (border_draw_one_border_part):
2972         * fvwm/borders.c (border_get_parts_and_pos_to_draw)
2973         * fvwm/borders.c (border_get_titlebar_descr)
2974         * fvwm/builtins.c (__remove_window_decors):
2975         * fvwm/conditional.c (MatchesConditionMask):
2976         * fvwm/events.c (HandleMapNotify):
2977         * fvwm/events.c (HandleMapRequestKeepRaised)
2978         * fvwm/events.c (HandlePropertyNotify):
2979         * fvwm/events.c (HandleShapeNotify):
2980         * fvwm/events.c (__cr_detect_icccm_move)
2981         * fvwm/events.c (__cr_get_grav_position):
2982         * fvwm/events.c (__cr_get_static_position)
2983         * fvwm/events.c (__handle_configure_request)
2984         * fvwm/events.c (__handle_cr_on_client):
2985         * fvwm/ewmh.c (EWMH_fullscreen):
2986         * fvwm/focus.c (__activate_window_by_command):
2987         * fvwm/focus.c (__set_focus_to_fwin):
2988         * fvwm/focus.c (warp_to_fvwm_window):
2989         * fvwm/frame.c (__frame_setup_window):
2990         * fvwm/frame.c (frame_create_move_resize_args)
2991         * fvwm/frame.c (frame_free_move_resize_args):
2992         * fvwm/frame.c (frame_move_resize_step)
2993         * fvwm/frame.c (frame_reshape_border):
2994         * fvwm/geometry.c (constrain_size):
2995         * fvwm/geometry.c (get_icon_corner)
2996         * fvwm/geometry.c (get_page_offset):
2997         * fvwm/geometry.c (get_page_offset_check_visible):
2998         * fvwm/geometry.c (get_shaded_client_window_pos):
2999         * fvwm/geometry.c (get_title_button_geometry):
3000         * fvwm/geometry.c (get_title_geometry)
3001         * fvwm/geometry.c (get_unshaded_geometry):
3002         * fvwm/geometry.c (get_visible_window_or_icon_geometry)
3003         * fvwm/geometry.c (gravity_constrain_size):
3004         * fvwm/geometry.c (maximize_adjust_offset):
3005         * fvwm/geometry.c (update_absolute_geometry):
3006         * fvwm/geometry.c (update_relative_geometry)
3007         * fvwm/gnome.c (GNOME_SetWinArea):
3008         * fvwm/icons.c (AutoPlaceIcon):
3009         * fvwm/icons.c (DeIconify):
3010         * fvwm/icons.c (Iconify):
3011         * fvwm/module_interface.c (CONFIGARGS):
3012         * fvwm/move_resize.c (AnimatedMoveAnyWindow)
3013         * fvwm/move_resize.c (CMD_Maximize):
3014         * fvwm/move_resize.c (CMD_ResizeMaximize):
3015         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
3016         * fvwm/move_resize.c (__move_loop):
3017         * fvwm/move_resize.c (__move_window):
3018         * fvwm/move_resize.c (__resize_window):
3019         * fvwm/move_resize.c (maximize_fvwm_window):
3020         * fvwm/move_resize.c (resize_move_window):
3021         * fvwm/move_resize.c (stick_across_pages):
3022         * fvwm/move_resize.c (unmaximize_fvwm_window):
3023         * fvwm/placement.c (__explain_placement):
3024         * fvwm/placement.c (__place_get_wm_pos):
3025         * fvwm/placement.c (get_next_x):
3026         * fvwm/placement.c (get_next_y):
3027         * fvwm/placement.c (test_fit)
3028         * fvwm/session.c (MatchWinToSM):
3029         * fvwm/session.c (SaveWindowStates):
3030         * fvwm/update.c (apply_window_updates):
3031         * fvwm/virtual.c (MoveViewport):
3032         * fvwm/windowlist.c (CMD_WindowList):
3033         * fvwm/windowshade.c (CMD_WindowShade):
3034         put some of the window geometry members into a separate struct window_g
3035         with members frame, normal, max, max_defect, max_offset
3037 2006-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3039         * NEWS:
3040         * AUTHORS:
3041         * fvwm/window_flags.h:
3042         * fvwm/style.h:
3043         * fvwm/style.c (style_parse_one_style_option):
3044         * fvwm/icons.c (DrawIconTitleWindow):
3045         * fvwm/fvwm.h (common_flags_t):
3046         * fvwm/fvwm.1.in (Style):
3047         * fvwm/borders.c:
3048         (border_draw_title_stick_lines):
3049         Applied Stippled patch by Thomas Adam with some fixes.
3051 2006-12-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3053         * NEWS:
3054         FvwmWinList button/list syncronization fixed (bug #1393)
3056 2006-12-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3058         * NEWS:
3059         * configure.ac:
3060         updated for 2.5.20.
3062         * NEWS:
3063         * configure.ac:
3064         updated for 2.5.19 release
3066         * NEWS:
3067         updated after 2.4.20 release
3069         * NEWS:
3070         * fvwm/focus.c (focus_get_fpol_context_flag):
3071         * fvwm/events.c (__check_click_to_focus_or_raise)
3072         (__handle_click_to_focus):
3073         Treat EWMH desktop as client window under click to focus. (#1492)
3075 2006-12-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3077         * libs/Module.h (MX_REPLY):
3078         (MAX_EXTENDED_MESSAGES):
3079         (MAX_XMSG_MASK):
3080         * fvwm/module_interface.c (CMD_Send_Reply):
3081         * fvwm/functable.c (func_table):
3082         * fvwm/commands.h:
3083         Added Send_Reply module only command.
3085 2006-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3087         * libs/PictureUtils.c (init_static_colors_table):
3088         fix fvwm for < 8 bit depth, bug #1677
3090 2006-11-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3092         * fvwm/misc.c (IsRectangleOnThisPage):
3093         new fix for signedness problems.
3095 2006-10-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3097         * fvwm/misc.c (IsRectangleOnThisPage):
3098         fix signedness problem with test introduced by gcc4 fix below.
3100 2006-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3102         * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3103         (size_rect):
3104         (rectangle)
3105         (signed_rectangle):
3106         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3107         * libs/gravity.h (gravity_move_resize_parent_child):
3108         * libs/gravity.c (gravity_move_resize_parent_child):
3109         * fvwm/frame.h (frame_get_titlebar_dimensions)
3110         * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3111         (frame_get_resize_decor_gravities):
3112         (mr_args_internal):
3113         (frame_setup_border):
3114         (frame_setup_titlebar)
3115         (frame_get_resize_decor_gravities):
3116         (frame_get_titlebar_dimensions):
3117         split rectangle into a signed size and an unsigned size type.
3119         * fvwm/screen.h (ScreenInfo):
3120         * libs/FScreen.h (FScreenGetScrRect):
3121         (FScreenGetResistanceRect):
3122         * libs/FScreen.c (XineramaScreenInfo):
3123         (FScreenGetGeometry)
3124         (FScreenGetScrRect):
3125         (FScreenClipToScreen):
3126         (FScreenCenterOnScreen)
3127         (FScreenGetResistanceRect):
3128         (FScreenIsRectangleOnScreen):
3129         * fvwm/fvwm.h (FvwmWindow):
3130         * fvwm/screen.h (DecorFace):
3131         * libs/fvwmlib.h (CreateGradientPixmap):
3132         * libs/Graphics.c (CreateGradientPixmap):
3133         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3134         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3135         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3136         (PImageLoadPixmapFromFile):
3137         (PImageLoadPixmapFromXpmData):
3138         * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3139         (PImageCreatePixmapFromArgbData):
3140         (PImageLoadPixmapFromFile)
3141         (PImageLoadFvwmPictureFromFile):
3142         (PImageLoadPixmapFromXpmData):
3143         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3144         * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3145         (EWMH_SetIconFromWMIcon):
3146         * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3147         * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3148         * fvwm/colorset.c (parse_colorset):
3149         * fvwm/icons.c (DrawIconTitleWindow):
3150         (AutoPlaceIcon)
3151         (do_all_iconboxes):
3152         * fvwm/menus.h (MenuRootDynamic):
3153         * fvwm/menus.c (update_menu):
3154         (pop_menu_up):
3155         (do_menu)
3156         (get_menu_options):
3157         * fvwm/move_resize.c (GetMoveArguments):
3158         (ParseOneResizeArgument)
3159         (GetResizeArguments):
3160         (GetResizeMoveArguments):
3161         (DoSnapAttract)
3162         (__move_loop):
3163         (CMD_Maximize):
3164         change dimensions and allocation counts to unsigned types.
3166         * libs/Flocale.h (FlocaleStringNumberOfBytes)
3167         (FlocaleStringByteToCharOffset):
3168         (FlocaleStringCharToByteOffset)
3169         (FlocaleStringCharLength)
3170         * libs/Flocale.c (FlocaleStringNumberOfBytes)
3171         (FlocaleStringByteToCharOffset):
3172         (FlocaleStringCharToByteOffset)
3173         (FlocaleStringCharLength):
3174         (FlocaleUtf8ToUnicodeStr2b)
3175         (FlocaleStringToString2b):
3176         (FlocaleEncodeString):
3177         * libs/Ficonv.c (convert_charsets):
3178         change most string types to char* from unsigned char* to match
3179         with system headers without casts.
3181         * libs/Flocale.c (FlocaleLoadFont):
3182         init shadow_dir to make gcc 4 happy.
3184         * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3185         (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3186         (CSETS_IS_TRANSPARENT_ROOT_PURE)
3187         (CSETS_IS_TRANSPARENT_PR_PURE):
3188         (CSETS_IS_TRANSPARENT_ROOT)
3189         (CSETS_IS_TRANSPARENT):
3190         compare pointer with NULL, not >= 0.
3192         * libs/FTips.h (ftips_position_t):
3193         * fvwm/expand.c (partial_extended_vars):
3194         * fvwm/placement.c (preason_screen_t):
3195         remove comma last in enums.
3197         * fvwm/style.c (style_parse_focus_policy_style):
3198         change 0xffffffff to ~0 to silience truncation warning.
3200         * fvwm/session.h (mwtsm_state_args):
3201         make flags unsigned.
3203         * fvwm/schedule.c (sq_object_type):
3204         change // to /* ... */
3206         * libs/Fft.c (FftGetFontWidths):
3207         (FftTextWidth):
3208         * libs/FScreen.c (FScreenConfigureSLSScreens):
3209         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3210         (EWMH_SetDesktopNames):
3211         * fvwm/fvwm.c (LoadDefaultLeftButton):
3212         (LoadDefaultRightButton):
3213         * fvwm/builtins.c (ReadDecorFace):
3214         (CMD_State):
3215         silence signedness warnings by casts.
3217         * fvwm/borders.c (ROTATE_RECTANGLE):
3218         make sure tr is initialized.
3220         * fvwm/add_window.c (FetchWmProtocols):
3221         use unsigned type for l_protocols.
3223 2006-09-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3225         * fvwm/events.c (HandleFocusIn):
3226         (HandleFocusOut):
3227         * fvwm/focus.c (__set_focus_to_fwin):
3228         fix focus decoration when unmanaged are focused, unless
3229         FlickeringQtDialogsWorkaround is on. Closes bug #758.
3231 2006-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3233         * fvwm/geometry.c (constrain_size):
3234         repeat aspect-resizing in a loop to get a stable result that does not
3235         change the next time the frame is set up
3237 2006-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3239         * NEWS:
3240         * configure.ac:
3241         increased version to 2.5.19
3242         released 2.5.18
3244         * NEWS:
3245         * configure.ac:
3246         updated for 2.5.18 release
3248 2006-09-04  Renato Caldas  <seventhguardian@gmail.com>
3250         * acinclude.m4:
3251         removed the unused test for imlib
3252         removed the Imlib.h header from gdk_imlib test programs
3254 2006-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3256         * fvwm/ewmh.c (atom_get):
3257         fix offset and length args for XGetWindowProperty() (to support 64bit
3258         architectures)
3260 2006-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3262         * fvwm/events.c (HandleUnmapNotify):
3263         immediately handle MapRequests after unmapping a window while we still
3264         have the context fvwm window; this is necessary to allow the client to
3265         re-map a window before fvwm can reparent it to the root window
3266         (HandleMapRequestKeepRaised):
3267         cleaned up
3269 2006-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3271         * fvwm/ewmh.c (ewmh_HandleDesktop):
3272         fixed handling of ClickToFocusPassesClick with the EWMH desktop
3273         window
3275 2006-08-29  Harald Dunkel  <harald.dunkel@t-online.de>
3277         * fvwm/icccm2.c:
3278         * fvwm/gnome.c:
3279         * fvwm/decorations.c:
3280         fix offset and length args for XGetWindowProperty() (to support 64bit
3281         architectures)
3283 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3285         * NEWS:
3286         * fvwm/expand.c (expand_vars_extended):
3287         correctly expand break.
3288         * fvwm/conditional.c (__rc_matches_rcstring_consume):
3289         fix matching break.
3291 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3293         * fvwm/decorations.h (is_function_allowed):
3294         * fvwm/decorations.c (__is_resize_allowed):
3295         (is_function_allowed):
3296         work on 'const FvwmWindow *'
3298         * fvwm/fvwm.h (action_flags):
3299         * fvwm/style.c (check_window_style_change):
3300         * fvwm/module_interface.c (__get_allowed_actions)
3301         (CONFIGARGS):
3302         * libs/vpacket.h (ConfigWinPacket):
3303         expose fvwm allowed actions to modules
3305 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3307         * fvwm/move_resize.c (__move_icon):
3308         *do* map icon windows for pictured icons on move, but only if they end
3309         up on the current desk
3311 2006-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3313         * fvwm/move_resize.c (__move_icon):
3314         don't map icon windows for pictured icons on move
3316 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3318         * fvwm/style.c (remove_all_of_style_from_list):
3319         (__simplify_style_list):
3320         (blockor):
3321         (blockand):
3322         (blockunmask)
3323         (blockissubset):
3324         (style_ids_are_equal):
3325         (style_id_equals_id)
3326         (styles_have_same_id):
3327         (fw_match_style_id)
3328         (one_fw_can_match_both_ids):
3329         (check_window_style_change):
3330         use int/0/1 instead of Bool/False/True
3332         * fvwm/move_resize.c (stick_across_pages):
3333         use False instead of FALSE
3335         * fvwm/style.c (fw_match_style_id):
3336         * fvwm/read.c (run_command_file):
3337         (push_read_file):
3338         * fvwm/add_window.c (MappedNotOverride):
3339         * libs/wild.c (matchWildcards):
3340         use 0 and 1 instead of FALSE and TRUE
3342         * fvwm/fvwm.h:
3343         removed TRUE and FALSE
3345 2006-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3347         * NEWS:
3348         FvwmPager !IconTitle style bugfix.
3350 2006-07-31  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3352         * fvwm/fvwm.1.in:
3353         Updated description of Wait command in man page.
3355 2006-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3357         * libs/Flocale.c (FlocaleFontStructDrawString)
3358         (FlocaleRotateDrawString):
3359         (FlocaleDrawString):
3360         fixed drawing of forecolor/hilightfore
3362         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3363         always unmaximize and resize window when leaving fullscreen state,
3364         not just if it did not start as fullscreen
3366 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3368         * fvwm/fvwm.1.in (MenuStyle):
3369         added a reference to the prefered ! style negation flag,
3370         and listed the other deprecated negative forms in one place.
3371         (ActiveForeOff):
3372         (AnimationOff):
3373         (AutomaticHotkeysOff):
3374         (HilightBackOff):
3375         (TitleWarpOff):
3376         changed to the ! negation form and listed as deprecated.
3377         (ActiveBack):
3378         removed relics from the man page
3380 2006-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3382         * NEWS:
3383         * configure.ac:
3384         increased version to 2.5.18
3385         released 2.5.17
3387         * NEWS:
3388         * configure.ac:
3389         updated for 2.5.17 release
3391 2006-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3393         * fvwm/move_resize.c (__move_window):
3394         allow moving a window without an icon while it's iconified based on the
3395         frame geometry
3397 2006-07-17  Serge Koksharov  <gentoosiast dog yandex dot ru>
3399         * fvwm/menustyle.c (menustyle_copy):
3400         Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3402 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3404         * fvwm/fvwm.1.in:
3405         NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3406         changed the manpage to reflect the prefered style negation method,
3407         that is, using the !* negation sign.
3409 2006-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3411         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3412         removed documentation of filters.
3414         * NEWS:
3415         * fvwm/expand.c (check_first_filter):
3416         (apply_filters)
3417         (expand_args_extended):
3418         (expand_vars_extended):
3419         (expand_vars):
3420         removed variable filter implementation and backslash-escaping.
3422 2006-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3424         * NEWS:
3425         News blurb for variable filters and backslash-escaping.
3426         * fvwm/fvwm.1.in:
3427         documentation of variable filters.
3429 2006-07-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3431         * fvwm/expand.c (chec):
3432         (first_filter):
3433         (apply_filters)
3434         (expand_args_extended):
3435         (expand_vars_extended):
3436         (expand_vars):
3437         implemented variable filters.
3439         * fvwm/expand.c (expand_vars):
3440         made backslash work as escape character within extended variables.
3442         * libs/Strings.h (QuoteEscapeString):
3443         (QuoteEscapeStringLength):
3444         * libs/Strings.c (QuoteEscapeString):
3445         (QuoteEscapeStringLength):
3446         new functions: QuoteEscapeString and QuoteEscapeStringLength for
3447         generic quoting.
3449         * fvwm/expand.c (expand_args_extended):
3450         make upper limit inclusive.
3452         * fvwm/functions.c (__execute_function):
3453         Changed PeekToken to GetNextToken before expand_vars call.
3455         * fvwm/fvwm.1.in:
3456         updated documentation regarding quoting in expand_args_extended
3458 2006-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3460         * fvwm/expand.c (__eae_parse_range):
3461         reject everything that does not begin with a digit
3463         * libs/Parse.c (SkipNTokens):
3464         stop skipping tokens at the end of input
3466         * fvwm/expand.c (__eae_parse_range):
3467         bugfixes
3468         (expand_vars):
3469         reformatted
3470         (__eae_parse_range):
3471         fixed parsing of $[n-]
3473 2006-07-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3475         * fvwm/expand.c (expand_args_extended):
3476         fixed core dump
3477         added range check for positional parameters
3478         (expand_args_extended):
3479         (__eae_parse_range):
3480         cleaned up and simplified parsing code
3481         properly unquote arguments when expanding
3482         removed the patch below
3484 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3486         * fvwm/expand.c (expand_args_extended):
3487         removed range check for positional parameters
3488         make single arguments not use the 'upper' variable
3489         changed back to PeekToken for single arguemnts.
3490         improved some comments.
3492 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3494         * fvwm/expand.c (expand_args_extended):
3495         Fix segfault when called with a tokenless string for single arguments.
3497 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3498         * docs/FAQ:
3499         Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3500         Reported by Serge Koksharov.
3502 2006-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3504         * fvwm/placement.c (__explain_placement):
3505         print initial size of window too
3507         * libs/Makefile.am (libfvwm_a_SOURCES):
3508         * libs/fvwm_sys_stat.h:
3509         added compat file
3511         * configure.ac:
3512         added O_NOFOLLOW replacement and always include fcntl.h
3514 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3515         * libs/Parse.c:
3516         Added DV's mailing-list comments about how PeekToken & GetNextToken
3517         work as comments to the source code. (slightly modified)
3519 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3521         * fvwm/schedule.c (CMD_Schedule):
3522         Fixed parsing of "Periodic" option.
3524 2006-07-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3526         * NEWS:
3527         Fix for tempfile vulnerabilities in FvwmCommand.
3528         * configure.ac:
3529         Added check for lstat.
3531 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3532         * fvwm/schedule.c:
3533         * NEWS:
3534         * AUTHORS:
3535         * fvwm/fvwm.1.in:
3536         Added "Periodic" option to Schedule command.
3538 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3540         * fvwm/module_interface.c (KillModule):
3541         (ClosePipes):
3542         fixed KillModule
3545 2006-07-09  Renato Caldas  <seventhguardian@gmail.com>
3547         * fvwm/fvwm.c (main):
3548         changed the -blackout warning to say it will be removed in 3.0
3550         * fvwm/fvwm.1.in (-blackout):
3551         updated the manual regarding the future remotion of -blackout
3553 2006-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3555         * NEWS:
3556         * configure.ac:
3557         added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3559 2006-07-08  Renato Caldas  <seventhguardian@gmail.com>
3561         *libs/alloca.c (DEBUG_I00FUNC)
3562         removed old debug code
3564 2006-07-07  Renato Caldas  <seventhguardian@gmail.com>
3566         * libs/debug.c:
3567         removed the old unused file
3569         * libs/Makefile.am (libfvwm_a_SOURCES):
3570         removed the reference to debug.c
3572         * libs/fvwmlib.h:
3573         removed the code related to libs/debug.c
3575         * fvwm/module_interface.c (make_named_packet)
3576         removed the #if 0'ed debug code related to debug.c
3578         fvwm/focus.h (DEBUG_FOCUS)
3579         removed the #ifdef'ed to 0 debug code related to debug.c
3582 2006-07-06  Renato Caldas  <seventhguardian@gmail.com>
3584         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3585         removed useles definition.
3587         * modules/FvwmPager/FvwmPager.c (main):
3588         (ParseOptions):
3589         removed most of the debug code.
3590         changed termination debug to use 'isTerminated' instead of
3591         'debug_term_signal'.
3592         changed termination debug to compile on FVWM_DEBUG_MSGS instead
3593         of DEBUG.
3595         * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3596         * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3597         (fvwmSetTerminate):
3598         removed unused debug_term_signal.
3600 2006-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3602         * NEWS:
3603         Work around for Cygwin not requiering '_GNU_SOURCE' to use
3604         stdio's getline; news entry.
3606 2006-06-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3608         * fvwm/commands.h:
3609         * fvwm/module_interface.c (CMD_ModuleListenOnly):
3610         (do_execute_module):
3611         (PositiveWrite):
3612         (ClosePipes):
3613         (KillModule):
3614         * fvwm/commands.h (enum):
3615         * fvwm/functable.c (func_table):
3616         new command ModuleListenOnly
3618 2006-06-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3620         * fvwm/move_resize.c (__move_loop):
3621         make sure a window is snapped in __move_loop when a button is released
3622         if it was snapped before
3624 2006-06-04  Mikhael Goikhman  <migo@homemail.com>
3626         * fvwm/expand.c (expand_vars_extended):
3627         convert function to have a single return point; this is good to
3628         implement doc/todo-vars filters in the future;
3629         fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3630         to behave like deprecated $n, $c and $r, i.e. quote them
3632 2006-06-03  Mikhael Goikhman  <migo@homemail.com>
3634         * fvwm/expand.c:
3635         multiple minor tweaks: remove trailing spaces and other
3636         re-spacing and re-indenting, remove old "#if 0" code
3638 2006-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3640         * fvwm/move_resize.c (ParseOneResizeArgument):
3641         rewrote parsing of resize arguments
3642         new prefix 'w' for resizing
3644 2006-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3646         * fvwm/conditional.c (MatchesConditionMask):
3647         fixed handling of some conditions (iconifiable, fixed, ...)
3649 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
3651         * fvwm/fvwm.1.in:
3652         s/reverted/negated/
3654         * fvwm/conditional.c:
3655         Output an error message if an unrecognised conditional is used
3656         with the Test or TestRc commands.
3658 2006-05-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3660         * fvwm/frame.c (frame_mrs_hide_changing_parts):
3661         do not map hide windows if their width or height is zero
3663 2006-05-09  Serge Koksharov  <gentoosiast dog yandex dot ru>
3665         * fvwm/ewmh_events.c:
3666         * fvwm/fvwm.1.in:
3667         * fvwm/gnome.c:
3668         * libs/FlocaleCharset.c:
3669         corrected typos
3671         * libs/Flocale.c:
3672         corrected typos in warning messages
3674         * libs/Colorset.c:
3675         * libs/PictureGraphics.c:
3676         * libs/PictureGraphics.h:
3677         renamed function PGraphicsCreateTransprency to
3678         PGraphicsCreateTransparency
3680 2006-04-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3682         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3683         * fvwm/expand.c (expand_args_extended):
3684         fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3686 2006-04-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3688         * NEWS:
3689         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3690         * fvwm/expand.c (expand_args_extended):
3691         (expand_vars):
3692         added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3694         * fvwm/conditional.c (CMD_All):
3695         * fvwm/fvwm.1.in (All):
3696         changed Reverse and UseStack options to have free order.
3698         * NEWS:
3699         * fvwm/fvwm.1.in (WindowShade):
3700         * fvwm/windowshade.c (CMD_WindowShade):
3701         * fvwm/add_window.c (setup_window_structure):
3702         added last direction to WindowShade command.
3704 2006-04-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3706         * fvwm/fvwm.1.in (All):
3707         corrected typo
3709 2006-04-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3711         * NEWS:
3712         * fvwm/fvwm.1.in (All):
3713         * fvwm/conditional.c (CMD_All):
3714         added reverse option to All command to do the action in opposite order
3715         added UseStack option to All command to use the stack ring instead of
3716         the window ring.
3718 2006-04-07  Serge Koksharov  <gentoosiast dog yandex dot ru>
3720         * bin/fvwm-bug.in:
3721         changed fallback editor from `emacs' to `vi' because it much
3722         more widespread on non-Linux systems
3723         fixed errors (because of incorrect syntax fallback entries were
3724         not used)
3725         now script honors `TMPDIR' env. variable and if it's not set it
3726         fallback to `/tmp' directory when creating temporary file
3728 2006-04-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3730         * fvwm/fvwm.1.in:
3731         changed description of the fvwmstyle resource usage
3732         to state that it's used in addition to the other
3733         matches
3734         * fvwm/style.c (fw_match_style_id):
3735         fixed a typo in style_name matching
3737 2006-04-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3739         * fvwm/style.c (fw_match_style_id):
3740         reformatted code and fixed a warning
3742 2006-04-04  Serge Koksharov  <gentoosiast dog yandex dot ru>
3744         * ChangeLog:
3745         * bin/ChangeLog:
3746         * libs/Fft.c (FftGetFont):
3747         * libs/System.c:
3748         corrected typos
3750         * libs/System.c (fvwm_mkstemp):
3751         because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3752         function was never used, even if it was considered secure by configure
3753         script.
3755 2006-04-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3757         * AUTHORS:
3758         added some more suff to the list of what I've done.
3759         * NEWS:
3760         * fvwm/fvwm.1.in:
3761         * fvwm/add_window.c (__add_window_handle_x_resources)
3762         (destroy_window):
3763         (AddWindow):
3764         * fvwm/fvwm.h (FvwmWindow):
3765         added fvwmstyle resource to override style name
3767 2006-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3769         * fvwm/menus.c (pop_menu_up):
3770         as documented, do not warp to title for root menus with TitleWarp
3772 2006-03-21  Serge Koksharov  <gentoosiast dog yandex dot ru>
3774         * fvwm/fvwm.1.in:
3775         Removed duplicated 'NoIcon' style option description in the end
3776         of the `The Style command...' section.
3777         Removed `Recapture True' option setting in example of BusyCursor
3778         description, because `Recapture' isn't valid option of `BusyCursor'
3779         command anymore.
3780         Updated ewmh specification URL (the old was 404)
3781         Added URL to ICCCM 2.0 manual
3783         * modules/FvwmAnimate/FvwmAnimate.c:
3784         corrected delay for Zoom3D animation effect
3786         * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3787         * modules/FvwmConsole/FvwmConsole.1.in:
3788         replaced all `Cntl' modificator key mentions with `Ctrl' to be
3789         consistent with rest of the documentation and because it's more
3790         conventional abbreviation.
3792         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3793         slightly clarified the `StartName' option description
3794         added the undocumented `MailDir' option description. Somebody
3795         violated section `K' of the convention list.
3797         * fvwm/fvwm.1.in:
3798         * fvwm/ConfigFvwmSetup:
3799         * modules/FvwmForm/FvwmForm.1.in:
3800         * modules/FvwmForm/FvwmForm-Rlogin:
3801         * sample.fvwmrc/system.fvwm2rc:
3802         * sample.fvwmrc/system.fvwm2rc-sample-1:
3803         replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
3804         inherently insecure. We shouldn't teach our users bad things,
3805         should we?
3807         * AUTHORS:
3808         * Changelog:
3809         * INSTALL.fvwm:
3810         * NEWS:
3811         * bin/fvwm-config.1.in:
3812         * bin/fvwm-menu-headlines.1:
3813         * bin/fvwm-menu-headlines.in:
3814         * bin/fvwm-perllib.in:
3815         * bin/fvwm-root.1.in:
3816         * docs/CONVENTIONS:
3817         * docs/FAQ:
3818         * fvwm/fvwm.1.in:
3819         * fvwm/fvwm.h:
3820         * fvwm/virtual.c:
3821         * libs/PictureGraphics.c:
3822         * libs/Picture.h:
3823         * modules/FvwmBacker/FvwmBacker.1.in:
3824         * modules/FvwmDebug/FvwmGtkDebug.in:
3825         * modules/FvwmDebug/FvwmGtkDebug.1:
3826         * modules/FvwmEvent/FvwmEvent.1.in:
3827         * modules/FvwmForm/FvwmForm.1.in:
3828         * modules/FvwmIconMan/xmanager.c:
3829         * modules/FvwmIdent/FvwmIdent.c:
3830         * modules/FvwmIdent/FvwmIdent.1.in:
3831         * modules/FvwmPerl/FvwmPerl.in:
3832         * modules/FvwmPerl/FvwmPerl.1:
3833         * modules/FvwmScript/FvwmScript.1.in:
3834         * modules/FvwmScript/Widgets/Menu.c:
3835         * modules/FvwmTabs/ConfigFvwmTabs:
3836         * modules/FvwmTabs/FvwmTabs-DefaultSetup:
3837         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3838         * modules/FvwmTheme/FvwmTheme.1.in:
3839         * perllib/FVWM/Module/Tk.pm:
3840         * perllib/FVWM/Tracker.pm:
3841         * perllib/FVWM/Module.pm.in:
3842         corrected typos
3844 2006-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3846         * fvwm/style.c (style_parse_focus_policy_style):
3847         fix ISO C90 compability with unconsumed styleoption warnings
3849 2006-03-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3851         * fvwm/events.c (HandlePropertyNotify):
3852         fix for bug 1557/3950 (possible free of Untilted constant or
3853         already used name (if app reset the name already given to them))
3855 2006-03-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3857         * fvwm/focus.c (__activate_window_by_command)
3858         (warp_to_fvwm_window):
3859         (CMD_WarpToWindow):
3860         * fvwm/builtins.c (CMD_CursorMove):
3861         set last pointer event position after warping the pointer
3863         * libs/FEvent.h:
3864         * libs/FEvent.c (FWarpPointerUpdateEvpos):
3865         new function
3867 2006-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3869         * acinclude.m4 (AM_PATH_GTK):
3870         (AM_PATH_IMLIB):
3871         (AM_PATH_GDK_IMLIB):
3872         (AM_CHECK_FT2):
3873         (AM_CHECK_XFT):
3874         (AM_CHECK_FC):
3875         fixed to cope with 4 digit version numbers
3877 2006-02-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3879         * NEWS:
3880         * fvwm/style.c (parse_and_set_window_style)
3881         (style_parse_one_style_option):
3882         (style_parse_icon_fill_style)
3883         (style_parse_icon_grid_style):
3884         (style_parse_icon_box_style)
3885         (style_parse_icon_size_style):
3886         (style_parse_focus_policy_style)
3887         (style_parse_button_style):
3888         warn if parts of style options are not consumed
3890 2006-02-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3892         * fvwm/menuitem.c (menuitem_paint):
3893         use the MenuColorset in all cases if TitleColorset is not given
3895 2006-02-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3897         * fvwm/style.c (style_parse_one_style_option):
3898         * fvwm/placement.c (__place_get_wm_pos):
3899         (__explain_placement):
3900         new placement style UnderMousePlacement
3902 2006-02-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3904         * NEWS:
3905         * fvwm/fvwm.1.in (EdgeScroll):
3906         * fvwm/virtual.c (CMD_EdgeScroll):
3907         fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
3908         added wrap/wrapx/wrapy option to EdgeScroll
3910 2006-02-10  Mikhael Goikhman  <migo@homemail.com>
3912         * fvwm/fvwm.1.in:
3913         spell check the whole file (dozens of typos)
3915 2006-02-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3917         * fvwm/module_interface.c (do_execute_module):
3918         removed accidentally committed FVWM_MODULE_ALIAS patch
3920 2006-02-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3922         * fvwm/module_interface.c (do_execute_module):
3923         unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
3925         * fvwm/menus.c (size_menu_horizontally):
3926         fix for drawing menus with sidepic on the right
3928         * libs/Flocale.c (FlocaleFontStructDrawString):
3929         (FlocaleDrawString):
3930         set the foreground colour before drawing a string
3932         * fvwm/menustyle.h:
3933         * fvwm/menustyle.c (menustyle_get_styleopt_index):
3934         (menustyle_free):
3935         (menustyle_update):
3936         (menustyle_parse_style):
3937         (menustyle_copy):
3938         * fvwm/menus.c (calculate_item_sizes):
3939         (size_menu_vertically):
3940         (UpdateMenuColorset):
3941         * fvwm/menuitem.c (menuitem_paint):
3942         Applied patch by David Maciver
3943         new menu styles TitleColorset, HilightTitleBack and TitleFont
3945 2006-02-09  Renato Caldas  <seventhguardian@gmail.com>
3947         * libs/Module.h:
3948         * libs/Module.c (ParseModuleArgs):
3949         added variable "namelen" to ModuleArgs struct
3951 2006-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3953         * libs/Module.h:
3954         removed duplicate declaration
3956 2006-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3958         * fvwm/fvwm.c (main):
3959         replaced previous patch with a better one
3961         * fvwm/virtual.c (unmap_window):
3962         * fvwm/menus.c (do_menu):
3963         * fvwm/events.c (fake_map_unmap_notify):
3964         (HandleMapNotify):
3965         * fvwm/add_window.c (MappedNotOverride):
3966         Added XFlush after XSelectInput
3968 2006-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3970         * NEWS:
3971         * fvwm/fvwm.c (main):
3972         fix for fvwm not detecting non ICCCM2 wm (bug #3151)
3974 2006-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3976         * NEWS:
3977         * configure.ac:
3978         increased version to 2.5.17
3979         released 2.5.16
3981         * NEWS:
3982         * configure.ac:
3983         updated for 2.5.16 release
3985         * acinclude.m4 (CHECK_LIBCHARSET):
3986         removed debug code
3988 2006-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3990         * fvwm/functions.c (execute_complex_function):
3991         print a message to the console instead of ringing the bell when a
3992         grab fails
3994 2006-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3996         * NEWS:
3997         fixed typo (NEWS still said 2.5.15)
3999 2006-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4001         * NEWS:
4002         * configure.ac:
4003         increased version to 2.5.16
4004         released 2.5.15
4006         * NEWS:
4007         * configure.ac:
4008         updated for 2.5.15 release
4010 2006-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4012         * fvwm/move_resize.c (GetOnePositionArgument):
4013         (GetMoveArguments):
4014         new option "screen" to Move type commands
4016 2006-01-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4018         * acinclude.m4 (smr_SWITCH):
4019         updated
4021 2006-01-08  Mikhael Goikhman  <migo@homemail.com>
4023         * Makefile.am
4024         restore requirement of automake-1.4; 1.8 is too new even for my system
4026 2006-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4028         * configure.in:
4029         * configure.ac:
4030         renamed configure.in to configure.ac
4032         * acinclude.m4:
4033         some updates for new autoconf/automake versions
4035         * configure.in:
4036         * acconfig.h:
4037         removed acconfig.h
4039         * configure.in:
4040         require autoconf-2.53 or later
4042         * Makefile.am (AUTOMAKE_OPTIONS):
4043         require automake-1.8 or later
4045         * configure.in:
4046         check for X library path before X library checks
4047         removed obsolete C++ compiler check
4048         removed duplicate type size checks
4049         replaced M4 comment ("dnl") with shell comment ("#") in many places
4051         * acinclude.m4:
4052         fixed aclocal warnings
4054 2006-01-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4056         * fvwm/style.c (style_parse_button_style):
4057         corrected typo in error message, and made errorous buttons not apply
4058         (style_parse_one_style_option):
4059         changed NoButton to use style_parse_button_style
4061 2005-12-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4063         * libs/Fft.h:
4064         new fix for incompatible pointer type warning with gcc 3.4.
4066 2005-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4068         * NEWS:
4069         * AUTHORS:
4070         * fvwm/menuitem.c:
4071         * fvwm/menustyle.h:
4072         * fvwm/fvwm.1.in:
4073         commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
4074         option.
4076 2005-12-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4078         * fvwm/fvwm.1.in:
4079         corrected typos
4081 2005-11-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4083         * fvwm/frame.c (frame_free_move_resize_args):
4084         fixed drawing of transparent decorations or when using lazy shading
4085         during resize
4087 2005-11-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4089         * configure.in:
4090         * libs/fvwmsignal.c:
4091         * libs/Graphics.c:
4092         c89 fixes
4094         * fvwm/ewmh_names.c:
4095         * libs/CombineChars.c:
4096         * libs/FGettext.c:
4097         * libs/FScreen.c:
4098         * libs/FTips.c:
4099         * libs/Flocale.c:
4100         * libs/Parse.c:
4101         * libs/PictureUtils.c:
4102         * libs/System.c:
4103         * libs/XError.c:
4104         * libs/alloca.c:
4105         * libs/envvar.c:
4106         * libs/safemalloc.c:
4107         * libs/strdup.c:
4108         * libs/usleep.c:
4109         do not #include stdlib.h (comes from config.h)
4111         * libs/Flocale.c:
4112         do not #include string.h (comes from config.h)
4114         * acconfig.h:
4115         fixed detection of string.h/strings.h
4117 2005-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4119         * libs/Fft.c (FftGetFont):
4120         fixed compiler warning with gcc 3.4.4
4122 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4124         * fvwm/menuitem.c (menuitem_paint):
4125         properly undraw unselected item area
4127 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4129         * fvwm/menuitem.c (menuitem_paint):
4130         * fvwm/menus.c (get_menu_paint_item_parameters)
4131         (get_menu_paint_item_parameters):
4132         (make_menu):
4133         fixed text offset of menu items with icons but with an item format that
4134         disables icons
4135         (size_menu_horizontally):
4136         allow sidepic to be placed in the middle of menu items; this is better
4137         than ignoring the item format completely but does not draw the items
4138         properly either
4140         * fvwm/menus.c (__mloop_handle_event):
4141         (menu_expose):
4142         fixed delayed menu drawing issue
4143         (select_menu_item):
4144         do not draw the selected menu item before the menu is drawn for the
4145         first time
4146         (repaint_transparent_menu):
4147         (select_menu_item):
4148         (paint_menu):
4149         don't call get_menu_paint_item_parameters when the result is not used
4150         (get_menu_paint_item_parameters):
4152 2005-11-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4154         * fvwm/ewmh.h (EWMH_CMD_Style):
4155         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4156         * fvwm/style.c (style_parse_one_style_option):
4157         Added support for inverting boolean EWMH styles with !.
4159         * NEWS:
4160         * fvwm/fvwm.h
4161         * fvwm/style.h:
4162         * fvwm/window_flags.h:
4163         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4164         * fvwm/ewmh.c (ewmh_HandleWindowType):
4165         * fvwm/fvwm.1.in:
4166         Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4168 2005-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4170         * fvwm/icons.c (GetIconWindow):
4171         * fvwm/fvwm.h (FvwmWindow):
4172         * fvwm/events.c (__handle_cr_on_icon):
4173         properly handle icon border width; fixes an xterm active icon loop
4175 2005-10-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4177         * fvwm/borders.c (border_draw_one_border_part):
4178         fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4179         borders.
4181 2005-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4183         * fvwm/menustyle.c (menustyle_copy_face):
4184         (menustyle_copy):
4185         (menustyle_free_face):
4186         (menustyle_free):
4187         (menustyle_parse_style):
4188         use new functions and fix a bug
4190         * fvwm/Makefile.am:
4191         * fvwm/colors.c:
4192         * fvwm/colors.h:
4193         removed empty files colors.c and colors.h
4195         * fvwm/colors.c (CopyColor):
4196         (FreeColors):
4197         moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4198         fvwmlib_copy_color
4200         * fvwm/frame.c (frame_reshape_border):
4201         removed unused code
4203 2005-10-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4205         * fvwm/menustyle.c (menustyle_copy_face):
4206         separated from menustyle_copy; color copies are reallocated.
4207         (menustyle_free):
4208         all colors freed
4209         (menustyle_copy):
4210         color copies are reallocated.
4212         * fvwm/colors.c (CopyColor):
4213         * fvwm/colors.h (CopyColor):
4214         added CopyColor
4216 2005-10-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4218         * fvwm/move_resize.c (__resize_window):
4219         fix for not being able to finish resize with mouse when resizing on
4220         click with modifiers active. (intruduced with 'removed duplicate
4221         pointer query' at sep 29)
4223         * NEWS:
4224         * fvwm/fvwm.1.in:
4225         * fvwm/menustyle.c (menustyle_parse_style):
4226         made style pairs negatable with '!' prefix
4227         ActiveForeOff and HilightBackOff frees colors used.
4229         * fvwm/menustyle.c (menustyle_copy):
4230         fix for freeing color from sorce instead of destination.
4232 2005-10-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4234         * fvwm/functions.c (__execute_function):
4235         fixed an error in yesterdays patch to complex fuctions. the commands
4236         pressed window were not retored correctly after running move functions
4237         without it, and functions would be run twice.
4239 2005-10-18  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4241         * fvwm/fvwm.1.in:
4242         added NoLayer to list of allowed options for WindowList command
4243         fixed grammar of test-conditions list. formatting fixes for
4244         MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4245         style option list.
4247         * NEWS:
4248         * fvwm/functions.c (__execute_function)
4249         (__run_complex_function_items):
4250         (execute_complex_function):
4251         fix for moving/resizing reference window usage with complex functions.
4253 2005-10-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4255         * fvwm/move_resize.c (__move_loop):
4256         reimplemented a fix for the place with keyboard setting a button as
4257         used for place bug; this time without breaking escape key.
4259 2005-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4261         * fvwm/move_resize.c (__move_loop):
4262         removed the previous patch as it breaks aborting window motion with the
4263         escape key.
4265 2005-10-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4267         * fvwm/move_resize.c (__move_loop):
4268         fixed bug where finishing movment with keyboard would set a random
4269         button as used for placement.
4271 2005-09-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4273         * NEWS
4274         * fvwm/frame.c (frame_setup_border):
4275         reverted change for move of window parts (reset of PressedW).
4277 2005-09-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4279         * fvwm/frame.c (frame_setup_border):
4280         fixed a Warning
4282 2005-09-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4284         * NEWS:
4285         * fvwm/move_resize.c (__resize_window):
4286         removed duplicate pointer query for enter/leave notify events.
4287         resizing of shaded windows in the shaded direction no longer
4288         results in bogus ref points.
4290         * fvwm/frame.c (frame_setup_border):
4291         reset PressedW if the part has moved. This prevents strange
4292         ref points in resize if called from some complex functions.
4294         * fvwm/frame.c (frame_create_move_resize_args):
4295         shaded windows use get_client_geometry for client geometry.
4297 2005-09-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4299         * NEWS:
4300         * AUTHORS:
4301         * fvwm/fvwm.h (window_flags):
4302         (WindowConditionMask):
4303         (FvwmWindow):
4304         * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4305         (SET_PLACED_WB3)
4306         (SETM_PLACED_WB3):
4307         * fvwm/session.c (_match):
4308         (SaveWindowStates):
4309         (LoadWindowStates):
4310         * fvwm/conditional.c (MatchesConditionMask):
4311         (CreateConditionMask):
4312         * fvwm/add_window.c (setup_window_structure):
4313         * fvwm/move_resize.h (placement_binding):
4314         * fvwm/move_resize.c (__move_loop):
4315         (placement_binding):
4316         * fvwm/bindings.c (ParseBinding):
4317         * libs/wcontext.c (win_contexts):
4318         * libs/wcontext.h (enum):
4319         * fvwm/fvwm.1.in:
4320         Added placement context for simple mouse bindings to allow
4321         specification of buttons to finish/cancel movment. Buttons >3
4322         may now be used to place windows.
4323         Replaced window flag placed_wb3 with placed_by_button
4324         FvwmWindow member. Added window condition PlacedByButton.
4326 2005-09-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4328         * NEWS:
4329         * AUTHORS:
4330         * fvwm/menustyle.h (enum):
4331         (MenuFeel):
4332         (ST_DO_SCROLL):
4333         (MST_DO_SCROLL)
4334         (ST_SCROLL_OFF_PAGE):
4335         (MST_SCROLL_OFF_PAGE):
4336         * fvwm/menustyle.c (menustyle_copy):
4337         (menustyle_get_styleopt_index):
4338         (menustyle_parse_style):
4339         (CMD_MenuStyle):
4340         * fvwm/menus.c (menuShortcuts):
4341         (enum):
4342         (__mloop_handle_event):
4343         (menu_get_outer_geometry):
4344         (move_any_menu):
4345         * fvwm/fvwm.1.in:
4346         added MouseWheel and ScrollOffPage menu styles
4348 2005-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4350         * NEWS:
4351         * fvwm/menus.c (append_item_to_menu):
4352         fixed bug #1121: Use of pointer without checking for NULL
4354 2005-09-19  Mikhael Goikhman  <migo@homemail.com>
4356         * NEWS:
4357         * fvwm/expand.c (expand_vars):
4358         warn on usage of obsolete one-letter variables
4360 2005-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4362         * NEWS:
4363         * AUTHORS:
4364         * fvwm/expand.c (expand_vars_extended):
4365         (expand_vars):
4366         allow nesting of variables
4368 2005-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4370         * fvwm/ewmh.c (EWMH_SetWMDesktop):
4371         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4372         (ewmh_WMDesktop):
4373         64-bit fixes
4375 2005-09-03  Mikhael Goikhman  <migo@homemail.com>
4377         * fvwm/borders.c (border_draw_one_border_part)
4378         (border_draw_all_border_parts):
4379         fix the previous patch to work with title-less windows too
4381 2005-08-30  Mikhael Goikhman  <migo@homemail.com>
4383         * fvwm/borders.c (border_draw_one_border_part)
4384         (border_draw_all_border_parts):
4385         improve offsets when drawing borders for "BorderStyle TiledPixmap"
4386         windows to make the borders look homogeneous (based on the patch of
4387         Evgeny Stambulchik)
4389 2005-08-26  Mikhael Goikhman  <migo@homemail.com>
4391         * NEWS:
4392         * acconfig.h:
4393         * configure.in:
4394         * libs/FBidi.c:
4395         support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4396         fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4398 2005-08-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4400         * NEWS:
4401         * configure.in:
4402         increased version to 2.5.15
4403         released 2.5.14
4405         * NEWS:
4406         * configure.in:
4407         updated for 2.5.14 release
4409         * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4410         (ewmh_WMStateSkipTaskBar):
4411         (ewmh_WMStateSkipPager):
4412         (ewmh_WMStateModal):
4413         fixed several ewmh-hints
4415 2005-08-24  Mikhael Goikhman  <migo@homemail.com>
4417         * fvwm/fvwm.1.in:
4418         fix TestRc example error, s/Any/All/
4420 2005-08-17  Jonathan Kotta  <jpkotta@gmail.com>
4422         * NEWS:
4423         * AUTHORS:
4424         * fvwm/fvwm.1.in:
4425         * fvwm/conditions.c (MatchesConditionMask):
4426         (CreateConditionMask):
4427         added FixedPosition condition
4429 2005-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4431         * fvwm/virtual.c (HandlePaging):
4432         use FQueryPointer every time to track the pointer position; this fixes
4433         fvwm hanging in HandlePaging for the given delay once the pointer
4434         touches the pan frames
4436 2005-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4438         * fvwm/session.c (SaveWindowStates):
4439         (LoadWindowStates):
4440         (MatchWinToSM):
4441         save and restore the default layer during a restart
4443 2005-08-13  Mikhael Goikhman  <migo@homemail.com>
4445         * fvwm/conditional.c (CMD_Test):
4446         * fvwm/fvwm.1.in:
4447         rename previously added Test conditions to EnvIsSet and EnvMatch,
4448         tweak the logic when the variable is set, but empty
4450 2005-08-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4452         * fvwm/conditional.c (CMD_Test):
4453         * fvwm/fvwm.1.in:
4454         added test conditions EdgeHasPointer and EdgeIsActive
4456 2005-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4458         * fvwm/virtual.c (raisePanFrames):
4459         prevent cycling of pan frame window stacking order
4461 2005-08-12  Mikhael Goikhman  <migo@homemail.com>
4463         * fvwm/conditional.c (CMD_Test):
4464         * fvwm/fvwm.1.in:
4465         add Test conditions IsEnvSet and MatchEnv
4467 2005-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4469         * fvwm/menus.c (pop_menu_up):
4470         * fvwm/menustyle.c (menustyle_copy):
4471         two fixes by Viktor Griph
4473         * fvwm/events.c (HandleEvents):
4474         simplify the style list if there is nothing else to do
4476         * fvwm/style.c (__simplify_style_list):
4477         (styles_have_same_id):
4478         (style_id_equals_id):
4479         (style_ids_are_equals):
4480         (__style_command):
4481         (remove_all_of_style_from_list):
4482         (one_fw_can_match_both_ids):
4483         pass pointers instead of the whole style structure
4484         (__simplify_style_list):
4485         fixed memory leak and tweaked the code
4487         * libs/Strings.c (CatString3):
4488         fixed a buffer overflow
4490 2005-08-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4492         * configure.in:
4493         detect if Window, Pixel or void * are bigger than long and refuse to
4494         compile
4496         * libs/vpacket.h (ConfigWinPacket):
4497         * fvwm/windowshade.c (CMD_WindowShade):
4498         * fvwm/virtual.c (MoveViewport):
4499         (goto_desk):
4500         (CMD_DesktopSize):
4501         (CMD_GotoDeskAndPage):
4502         * fvwm/update.c (apply_window_updates):
4503         * fvwm/stack.c (BroadcastRestack):
4504         (RaiseWindow):
4505         (LowerWindow):
4506         * fvwm/icons.c (DeIconify):
4507         (Iconify):
4508         * fvwm/geometry.c (broadcast_icon_geometry):
4509         * fvwm/events.c (HandleEnterNotify):
4510         (HandleFocusIn):
4511         (HandleLeaveNotify):
4512         (HandleMapNotify):
4513         (HandleMapRequestKeepRaised):
4514         * fvwm/add_window.c (destroy_window):
4515         * fvwm/module_interface.c (SendFvwmPicture)
4516         (BroadcastFvwmPicture):
4517         (CMD_Send_WindowList):
4518         * fvwm/modconf.c (CMD_Send_ConfigInfo):
4519         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4520         64-bit fixes
4522         * fvwm/virtual.c (GetDeskNumber):
4523         fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4524         around the given desk range with a relative desk
4526         * fvwm/focus.c (focus_grab_buttons_on_layer):
4527         fixed a hang
4529         * fvwm/gnome.c:
4530         * fvwm/stack.c:
4531         * fvwm/ewmh.c:
4532         reindented some code and renamed some variables
4534 2005-08-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4536         * fvwm/events.c (__check_click_to_focus_or_raise):
4537         small cleanup patch
4539 2005-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4541         * FvwmIconMan/xmanager.c (set_win_iconified):
4542         fixed select/focus button state lost when deiconifying a window
4544 2005-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4546         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4547         fixed bogus warning
4549         * libs/Colorset.c (get_aspect_dimensions):
4550         fixed aspectpixmap size calculations
4552 2005-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4554         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4555         fixed a core dump
4557         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4558         (ewmh_CurrentDesktop):
4559         (ewmh_DesktopGeometry):
4560         (ewmh_NumberOfDesktops):
4561         (ewmh_WMDesktop):
4562         (ewmh_WMIconGeometry):
4563         * fvwm/gnome.c (GNOME_ProcessClientMessage):
4564         print error messages for broken gnome client messages
4566         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4567         removed duplicate call of execute_function_override_window
4569         * fvwm/stack.c (new_layer):
4570         fixed a hang if a window sets an layer < 0 via gnome hints
4572         * fvwm/add_window.c (GetWindowSizeHints):
4573         * fvwm/misc.c (fvwm_msg_report_app):
4574         (fvwm_msg_report_app_and_workers):
4575         new utility functions
4577 2005-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4579         * fvwm/stack.c (dump_stack_ring):
4580         (verify_stack_ring_consistency):
4581         * fvwm/module_interface.c (HandleModuleInput):
4582         * fvwm/events.c (__cr_detect_icccm_move):
4583         * fvwm/style.c (print_styles):
4584         64-bit fixes
4586 2005-07-19  Mikhael Goikhman  <migo@homemail.com>
4588         * libs/FlocaleCharset.c:
4589         support euc-jp encodings (Yasuhiro Nakazaki)
4591 2005-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4593         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4594         * fvwm/ewmh_names.c (EWMH_WMName):
4595         (EWMH_WMIconName):
4596         * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4597         (EWMH_SetNumberOfDesktops):
4598         (EWMH_SetDesktopViewPort):
4599         (EWMH_SetDesktopGeometry):
4600         (EWMH_SetWMDesktop):
4601         (ewmh_SetWorkArea):
4602         (EWMH_SetFrameStrut):
4603         (EWMH_Init):
4604         * fvwm/gnome.c (AtomGet):
4605         (atom_size):
4606         (GNOME_GetHintIcons):
4607         (GNOME_GetHintLayer):
4608         (GNOME_GetHintState):
4609         (GNOME_GetExpandedSize):
4610         (GNOME_SetAreaCount):
4611         (GNOME_SetCurrentArea):
4612         (GNOME_SetDeskCount):
4613         (GNOME_SetCurrentDesk):
4614         (GNOME_SetCurrentDesk):
4615         (GNOME_SetWinArea):
4616         (GNOME_Init):
4617         (CMD_GnomeShowDesks):
4618         (GNOME_SetHints):
4619         (GNOME_SetDesk):
4620         (GNOME_SetLayer):
4621         * libs/fsm.c (GetClientID):
4622         (set_session_manager):
4623         * fvwm/session.c (GetClientID):
4624         * fvwm/fvwm.h (FvwmWindow):
4625         * fvwm/colorset.c (get_root_pixmap):
4626         * fvwm/add_window.c (FetchWmProtocols):
4627         * libs/FTips.c (__initialize_window):
4628         * fvwm/icccm2.c (convertProperty)
4629         (icccm2_handle_selection_request)
4630         * fvwm/fvwm.c (SetMWM_INFO):
4631         64-bit fixes
4633 2005-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4635         * fvwm/move_resize.c (GetOnePositionArgument):
4636         don't use the unportable fuction rintf()
4638 2005-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4640         * NEWS:
4641         * configure.in:
4642         increased version to 2.5.14
4643         released 2.5.13
4645         * ANNOUNCE:
4646         * NEWS:
4647         * configure.in:
4648         updated for 2.5.13 release
4650 2005-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4652         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4653         fixed drawing of relief with very small rectangles, i.e. when
4654         line_width * 2 > height or width
4656 2005-07-04  Dan Espen  <dane@mk.telcordia.com>
4658         * NEWS: fvwm-menu-desktop changes.
4660 2005-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4662         * fvwm/placement.c (get_next_x):
4663         fixed collision detection of windows on pages other than the current
4664         one during placement
4666 2005-06-17  Olivier Chapuis  <olivier.chapuis@free.fr>
4668         * fvwm/move_resize.c (__resize_window):
4669         Fixed interactive resize (reduction) via the bottom border
4671         * libs/Fpng.h:
4672         Typo
4674 2005-06-02  Dan Espen  <dane@mk.telcordia.com>
4676         * NEWS:
4677         * fvwm/fvwm.1.in:
4678         Spelling fix contition -> condition
4680 2005-04-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4682         * fvwm/style.c (style_ids_are_equals):
4683         (style_id_equals_id):
4684         (styles_have_same_id):
4685         (fw_match_style_id):
4686         (one_fw_can_match_both_ids):
4687         (cleanup_style_defaults):
4688         * libs/fsm.c (fprintfhex):
4689         (CloseDownClient):
4690         * libs/FGettext.c (fgettext_free_fgpath_list):
4691         * libs/Parse.c (_get_suffixed_integer_arguments):
4692         * libs/Graphics.c (AllocNonlinearGradient):
4693         * libs/PictureUtils.c (build_mapping_table):
4694         (finish_ct_init):
4695         made static
4697         * libs/setpgrp.c:
4698         * libs/Event.c:
4699         * libs/FRenderInit.c:
4700         include own header file
4702         * libs/System.c (getFileStamp):
4703         * libs/Fft.c (FftPDumyFunc):
4704         * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4705         exported
4707 2005-03-01  Dan Espen  <dane@mk.telcordia.com>
4709         * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4710         not exec.
4712 2005-02-25  Dan Espen  <dane@mk.telcordia.com>
4714         * fvwm/fvwm.1.in (Focus): Typos in focus section.
4716 2005-02-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4718         * fvwm/conditional.c (Circulate):
4719         added tests for fw == Scr.FvwmRoot again to fix a crash
4721 2005-02-05  Dan Espen  <dane@mk.telcordia.com>
4723         * AUTHORS: New author, FvwmScript patch.
4725 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
4727         * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4728         * AUTHORS: s/Hover/Active/
4730 2005-01-19  Dan Espen  <dane@mk.telcordia.com>
4732         * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4733         avoid dump with empty key/mouse binding command.
4734         * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4735         Checked all other uses of PeekToken in fvwm dir.
4737 2005-01-08  Olivier Chapuis  <olivier.chapuis@free.fr>
4739         * fvwm/session.c (matchWin):
4740         (SaveWindowStates):
4741         On restarts compare window ids only. Base our matching decision on
4742         window role only if we have a client id.
4744         * fvwm/move_resize.c (GetOnePositionArgument):
4745         Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4746         float values to nearest int
4748 2005-01-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4750         * AUTHORS:
4751         * fvwm/move_resize.c (CMD_Maximize):
4752         Applied Arnaud Vrac patch which fixes maximize by growing vs
4753         EWMH working area
4755 2004-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4757         * fvwm/builtins.c (do_button_style):
4758         ButtonStyle Reset takes effect immediately
4760 2004-12-08  Dan Espen  <dane@mk.telcordia.com>
4762         * fvwm/fvwm.1.in: lang check.
4764 2004-12-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4766         * fvwm/fvwm.1.in:
4767         Really commit EWMHUseStackingOrderHints documentation update
4769 2004-12-02  Olivier Chapuis  <olivier.chapuis@free.fr>
4771         * fvwm/fvwm.1.in:
4772         Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4774         * NEWS:
4775         FvwmIconMan new options
4777         * libs/FTips.c (new file):
4778         * libs/FTips.h (new file):
4779         * libs/defaults.h:
4780         * libs/Makefile.am:
4781         Added a set of functions for implementing tool tips
4783 2004-11-30  Dan Espen  <dane@mk.telcordia.com>
4785         * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4787 2004-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4789         * fvwm/menus.c (__mloop_get_event):
4790         * fvwm/functions.c (execute_complex_function):
4791         * fvwm/add_window.c (AddWindow):
4792         * fvwm/module_interface.c (ExecuteModuleCommand):
4793         * fvwm/move_resize.c (__move_loop):
4794         (__resize_window):
4795         properly set the "state" member of faked motion and key events;
4796         fixes broken "nosnap" feature
4798 2004-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4800         * fvwm/bindings.c (ParseBinding):
4801         reformatted
4802         * libs/Bindings.c (bindingAppliesToWindow):
4803         (__compare_binding):
4804         * fvwm/module_interface.c (CMD_ModuleSynchronous):
4805         * fvwm/builtins.c (CMD_Wait):
4806         (CMD_StrokeFunc):
4807         * fvwm/events.c (__handle_bpress_on_root):
4808         (HandleButtonRelease):
4809         fixed crash in window specific binding code
4810         fixed handling of root window in window specific binding code
4811         renamed some functions
4813 2004-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4815         * fvwm/focus.c (__update_windowlist):
4816         replaced while loop by for loop
4818         * fvwm/style.c (style_destroy_style):
4819         * fvwm/conditional.c (Circulate):
4820         removed useless check whether fw == &Scr.FvwmRoot
4822         * fvwm/icons.c (DeIconify):
4823         defused possible endless loop when a window iconified by the
4824         transientfor window loses the "transient" relationship
4826 2004-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4828         * fvwm/move_resize.c (__move_loop):
4829         (__resize_window):
4830         fixed overwriting the initial button_mask during move/resize
4832         * fvwm/menus.c (__mloop_handle_action_with_mi):
4833         do not "post" a submenu menu item it the submenu does not exist
4835 2004-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4837         * fvwm/events.c (__handle_bpress_on_managed):
4838         do not draw the decorations pressed in if executing a function is
4839         forbidden
4841         * libs/Parse.c (CopyToken):
4842         fixed parsing of delimiters
4844 2004-10-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4846         * fvwm/virtual.c (GetDeskNumber):
4847         fixed MoveToDesk without argument
4849 2004-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4851         * fvwm/fvwm.1.in:
4852         re-formatted and some spelling corrections
4854         * fvwm/colorset.c (CMD_CleanupColorsets):
4855         (CMD_Colorset):
4856         * fvwm/builtins.c (CMD_Colorset):
4857         (CMD_CleanupColorsets):
4858         moved functions to colorset.c
4860 2004-10-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4862         * libs/Parse.c (CopyToken):
4863         skip any whitespace before a delimiter; this allows to have spaces
4864         before the commas in an option list
4866 2004-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4868         * fvwm/frame.c (frame_reshape_border):
4869         re-shaping shaded windows no longer unshades them
4870         re-shaping unshaded windows on pages other than 0 0 no longer moves
4871         them out of the current page
4873 2004-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4875         * fvwm/events.c (__cr_detect_icccm_move):
4876         * fvwm/screen.h (ScreenInfo):
4877         * fvwm/builtins.c (CMD_BugOpts):
4878         new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
4880         * fvwm/move_resize.c (__move_loop):
4881         (__resize_window):
4882         query the pointer position in the move loop when an
4883         EnterNotify/LeaveNotify event arrives; same change in resize loop.
4885         * NEWS:
4886         * configure.in:
4887         increased version to 2.5.13
4888         released 2.5.12
4890         * ANNOUNCE:
4891         * NEWS:
4892         * configure.in:
4893         updated for 2.5.12 release
4895         * fvwm/frame.c (frame_create_move_resize_args):
4896         fixed xemacs growing or shrinking when title height changed; this was
4897         caused by calculating the old client window geometry using the new
4898         title dimensions; query the window size instead
4900 2004-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4902         * fvwm/events.c (test_map_request):
4903         (test_button_event):
4904         (test_typed_window_event):
4905         (test_resizing_event):
4906         (__predicate_button_click):
4907         (__merge_cr_moveresize):
4908         (HandleUnmapNotify):
4909         (flush_property_notify):
4910         (is_resizing_event_pending):
4911         (__test_for_motion):
4912         use type XPointer for last argument of predicate procedures for
4913         XCheckPeekIfEvent and XCheckIfEvent, not char *
4914         (HandleUnmapNotify):
4915         fixed core dump
4917 2004-10-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4919         * fvwm/window_flags.h:
4920         removed useless and broken SETM_ macros
4922         * fvwm/update.c (init_style):
4923         fixed resetting user states
4925 2004-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4927         * libs/envvar.c (add_to_envlist):
4928         fixed crash
4930 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4932         * fvwm/builtins.c (CMD_UnsetEnv):
4933         use flib_unsetenv
4935         * libs/envvar.c (flib_unsetenv):
4936         (add_to_envlist):
4937         new functions
4938         (flib_putenv):
4939         split in ftwo functions
4941         * configure.in:
4942         check for unsetenv function
4944         * fvwm/builtins.c (CMD_SetEnv):
4945         assume an empty value if no value is given
4947 2004-09-30  Rafal Bisingier <ravbc@man.poznan.pl>
4949         * fvwm/commands.h:
4950         * fvwm/events.c:
4951         * fvwm/functable.c:
4952         * fvwm/fvwm.1.in:
4953         * fvwm/fvwm.c:
4954         * fvwm/screen.h:
4955         * fvwm/virtual.c:
4956         * perllib/FVWM/Commands.pm:
4957         new command EdgeLeaveCommand
4959 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4961         * NEWS:
4962         updated for 2.4.19
4964         * NEWS:
4965         * configure.in:
4966         increased version to 2.5.12
4967         released 2.5.11
4969         * NEWS:
4970         * configure.in:
4971         updated for 2.5.11 release
4973 2004-09-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4975         * fvwm/geometry.c (get_page_offset):
4976         (get_page_offset_rectangle):
4977         (get_absolute_geometry):
4978         new functions
4980         * fvwm/virtual.c (CMD_GotoPage):
4981         * fvwm/move_resize.c (__move_window):
4982         * fvwm/virtual.c (CMD_GotoPage):
4983         (get_page_arguments):
4984         new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
4985         command
4987 2004-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4989         * libs/Flocale.c (FlocaleGetNameProperty):
4990         fixed freeing uninitialized pointer
4992 2004-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4994         * fvwm/conditional.c (select_cmd):
4995         (direction_cmd):
4996         (CMD_NoWindow):
4997         (CMD_All):
4998         fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
4999         WindowId and Direction commands; fixes break from these commands
5001         * fvwm/geometry.c (get_shaded_geometry):
5002         shading geometry fix for windows without decoration
5004         * libs/FScreen.c (XineramaQueryExtension):
5005         fixed xinerama crash
5007 2004-09-04  Scott Smedley  <scottie7@tpg.com.au>
5009         * configure.in:
5010         Parse man pages with config.status so man pages have correct date.
5011         Man pages also specify FVWM version that they relate to.
5013         * bin/fvwm-bug.1:
5014         * bin/fvwm-config.1:
5015         * bin/fvwm-convert-2.2.1:
5016         * bin/fvwm-convert-2.4.1:
5017         * bin/fvwm-convert-2.6.1:
5018         * bin/fvwm-menu-desktop.1:
5019         * bin/fvwm-root.1:
5020         * modules/FvwmAnimate/FvwmAnimate.1:
5021         * modules/FvwmAuto/FvwmAuto.1:
5022         * modules/FvwmBacker/FvwmBacker.1:
5023         * modules/FvwmBanner/FvwmBanner.1:
5024         * modules/FvwmButtons/FvwmButtons.1:
5025         * modules/FvwmCommand/FvwmCommand.1:
5026         * modules/FvwmConsole/FvwmConsole.1:
5027         * modules/FvwmConsole/FvwmConsoleC.pl.1:
5028         * modules/FvwmCpp/FvwmCpp.1:
5029         * modules/FvwmDragWell/FvwmDragWell.1:
5030         * modules/FvwmEvent/FvwmEvent.1:
5031         * modules/FvwmForm/FvwmForm.1:
5032         * modules/FvwmGtk/FvwmGtk.1:
5033         * modules/FvwmIconBox/FvwmIconBox.1:
5034         * modules/FvwmIconMan/FvwmIconMan.1:
5035         * modules/FvwmIdent/FvwmIdent.1:
5036         * modules/FvwmM4/FvwmM4.1:
5037         * modules/FvwmPager/FvwmPager.1:
5038         * modules/FvwmProxy/FvwmProxy.1:
5039         * modules/FvwmRearrange/FvwmRearrange.1:
5040         * modules/FvwmSave/FvwmSave.1:
5041         * modules/FvwmSaveDesk/FvwmSaveDesk.1:
5042         * modules/FvwmScript/FvwmScript.1:
5043         * modules/FvwmScroll/FvwmScroll.1:
5044         * modules/FvwmTaskBar/FvwmTaskBar.1:
5045         * modules/FvwmTheme/FvwmTheme.1:
5046         * modules/FvwmWharf/FvwmWharf.1:
5047         * modules/FvwmWinList/FvwmWinList.1:
5048         These man pages were renamed to have a .in suffix.
5049         ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
5051 2004-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5053         * fvwm/placement.c (__place_window):
5054         fixed starting desk output with bugopts explainwindowplacement
5056 2004-09-03  Olivier Chapuis  <olivier.chapuis@free.fr>
5058         * fvwm/eventhandler.h:
5059         * fvwm/events.c (InitEventHandlerJumpTable):
5060         (__handle_key):
5061         (HandleKeyPress):
5062         (HandleKeyRelease):
5063         Fixed window specific bindings "patch" by sending key release event
5064         when needed
5066 2004-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5068         * libs/defaults.h:
5069         * fvwm/screen.h:
5070         * fvwm/move_resize.c:
5071         * fvwm/fvwm.c:
5072         * fvwm/fvwm.h:
5073         * fvwm/frame.h:
5074         * fvwm/decorations.c:
5075         * fvwm/frame.c:
5076         * fvwm/builtins.c:
5077         * fvwm/borders.c:
5078         * fvwm/add_window.c:
5079         * fvwm/bindings.c:
5080         * fvwm/style.c:
5081         renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5082         it with NUMBER_OF_MOUSE_BUTTONS
5084         * fvwm/style.c (style_parse_focus_policy_style):
5085         * fvwm/focus_policy.h:
5086         * libs/Bindings.c (GrabWindowButton):
5087         * fvwm/bindings.c (bind_get_bound_button_contexts):
5088         (ParseBinding):
5089         * fvwm/events.c (WaitForButtonsUp):
5090         * fvwm/style.c (style_parse_focus_policy_style):
5091         * fvwm/builtins.c (__fake_event):
5092         fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5093         NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5095 2004-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5097         * configure.in:
5098         put -Wall -Wno-implicit-int before user specified flags
5100         * libs/FScreen.c:
5101         Applied below patch again.  It didn't make it to CVS (?)
5103 2004-08-26  Dan Espen  <dane@mk.telcordia.com>
5105         * libs/FScreen.c: Fixed case error.  Patch from Chris Ross.
5107 2004-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5109         * libs/FScreen.c:
5110         cleaned up ifdef hell
5112         * configure.in:
5113         fixed solaris xinerama test
5115 2004-08-25  Dan Espen  <dane@mk.telcordia.com>
5117         * configure.in:
5118         * acconfig.h:
5119         * libs/FScreen.c (solaris_XineramaQueryScreens):
5120         Solaris Xinerama support.
5121         * AUTHORS:
5122         Update.
5123         Patch by Chris Ross.
5125 2004-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5127         * fvwm/events.c (__handle_cr_on_client):
5128         don't reevaluate window geometry when a ConfigureRequest has no size or
5129         position set
5131 2004-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5133         * fvwm/menus.c (get_menu_options):
5134         (do_menu):
5135         new menu option TearOffImmediately
5137 2004-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5139         * fvwm/placement.c (__place_get_wm_pos):
5140         cascade placemnt fix by Paul Vojta
5142 2004-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5144         * fvwm/geometry.c (constrain_size):
5145         Don't touch the aspect ratio if modifying the width/height does not
5146         improve the situation
5148         * fvwm/frame.c (frame_free_move_resize_args):
5149         (__frame_setup_window):
5150         (frame_update_hidden_window_pos):
5151         (frame_mrs_resize_move_windows):
5152         (frame_create_move_resize_args):
5153         * fvwm/move_resize.c (__resize_window):
5154         some event handling fixes
5156         * fvwm/geometry.c (constrain_size):
5157         look up the latest size hints if necessary
5159 2004-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5161         * fvwm/geometry.c (constrain_size):
5162         * fvwm/ewmh.c (EWMH_fullscreen):
5163         * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5164         (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5165         (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5166         * fvwm/fvwm.h (window_flags_t):
5167         allow windows to override their size hints when going fullscreen:
5168         minimum and maximum size, size inc, aspect ratio, etc.
5170 2004-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5172         * fvwm/decorations.c (struct):
5173         MWM hints on 64 bit machines fix
5175 2004-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5177         * fvwm/fvwm.1.in (Note):
5178         * fvwm/read.c (CMD_Read):
5179         (CMD_PipeRead):
5180         the Read and PipeRead commands have a return code
5182         * fvwm/read.c (run_command_stream):
5183         (CMD_Read):
5184         (CMD_PipeRead):
5185         removed debug code
5187 2004-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5189         * fvwm/move_resize.c (GetResizeArguments):
5190         (GetMoveArguments):
5191         fixed parsing of the frame option to the resize command and the pointer
5192         option to the move command
5194         * fvwm/conditional.c (CMD_None):
5195         Fixed CMD_None return code
5197 2004-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5199         * fvwm/stack.c (is_above_unmanaged):
5200         windows on other Desks are always considered on top
5202         * fvwm/conditional.c (CreateConditionMask):
5203         (MatchesConditionMask):
5204         * fvwm/fvwm.h (WindowConditionMask):
5205         new condition Overlapped
5207         * config.h:
5208         inproved strings.h / sring.h iclusion logic
5210         * libs/PictureUtils.c (finish_ct_init):
5211         (PictureInitColors):
5212         use flib_putenv instead of putenv
5214 2004-07-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5216         * fvwm/screen.h:
5217         * libs/gravity.h (enum):
5218         * libs/wcontext.h (enum):
5219         -pedantic fixes
5221         * fvwm/fvwm.c (StartupStuff):
5222         do not ungrab the pointer while the startup functions execute
5223         (Done):
5224         ungrab the pointer only after executing the RestartFunction or
5225         ExitFunciton.  Otherwise these functions may not be executed if some
5226         other application grabs the pointer.
5228         * fvwm/fvwm.h:
5229         * fvwm/conditional.c (CreateConditionMask):
5230         renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5231         new condition AnyScreen
5233         * libs/Bindings.c:
5234         * fvwm/builtins.c (__fake_event):
5235         * fvwm/bindings.c (ParseBinding):
5236         removed C++ comments
5238 2004-07-15  Scott Smedley  <scottie7@tpg.com.au>
5240         * NEWS:
5241         New options for FvwmButtons module.
5243 2004-07-12  Mikhael Goikhman  <migo@homemail.com>
5245         * fvwm/fvwm.1.in:
5246         use commas between conditions
5248 2004-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5250         * fvwm/builtins.c (CMD_Wait):
5251         ignore MapNotify reported to any window except the root window
5253         * fvwm/module_interface.c (CONFIGARGS):
5254         correct number of CONFIGARGS arguments
5256         * libs/vpacket.h (ConfigWinPacket):
5257         frame_x and frame_y are signed
5259 2004-07-11  Scott Smedley  <scottie7@tpg.com.au>
5261         * fvwm/conditional.c:
5262         * fvwm/fvwm.h:
5263         * fvwm/fvwm.1.in:
5264         * AUTHORS:
5265         Committed patch by Norman Yarvin (with a few minor mods) to extend
5266         conditionals to handle multiple window names.
5268 2004-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5270         * fvwm/module_interface.c (CONFIGARGS):
5271         * libs/vpacket.h (ConfigWinPacket):
5272         put window_flags at end of structure
5274 2004-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5276         * fvwm/module_interface.c (CONFIGARGS):
5277         (OLDCONFIGARGS):
5278         (SETOLDFLAGS):
5279         (SendConfig):
5280         (BroadcastConfig):
5281         removed old module interface
5282         (CONFIGARGS):
5284         * libs/vpacket.h (ConfigWinPacket):
5285         64 bit fix
5287 2004-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5289         * fvwm/execcontext.c (__exc_change_context):
5290         fixed handling of etrigger event, fixing a problem with PropertyNotify
5291         events during resizing and possibly other problems too
5293         * fvwm/add_window.c (RestoreWithdrawnLocation):
5294         fixed travelling windows if application changed gravity hint before
5295         recapture
5297         * fvwm/frame.c (combine_decor_gravities):
5298         (combine_gravities):
5299         renamed
5300         (frame_restore_client_gravities):
5301         fixed window gravity after resize
5303         * libs/FEvent.c (FPeekEvent):
5304         (FPeekIfEvent):
5305         (FCheckPeekIfEvent):
5306         fixed some event handling bugs
5308         * fvwm/conditional.c (CMD_Test):
5309         (match_version):
5310         corrected use of Bool types
5311         (match_version):
5312         simplified, fixed compilation
5313         (ver):
5314         use int as return type
5316         * libs/Ficonv.c (convert_charsets):
5317         reindented
5319         * libs/Ficonv.c (convert_charsets):
5320         * acinclude.m4 (ICONV_SECOND_ARG):
5321         rewrote iconf configure test to save an ifdef
5323 2004-07-07  Scott Smedley  <scottie7@tpg.com.au>
5325         * fvwm/fvwm.1.in:
5326         * libs/Bindings.h:
5327         * libs/Bindings.c:
5328         * fvwm/bindings.c:
5329         Allow user to specify window-specific bindings that should NOT be
5330         intercepted by FVWM. This is accomplished with an '--' binding action.
5332 2004-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5334         * fvwm/move_resize.c (__resize_window):
5335         Fixed event handling
5337         * fvwm/virtual.c (HandlePaging):
5338         removed check for leave events on pan frames; better query the pointer
5339         each time
5341 2004-07-06  Scott Smedley  <scottie7@tpg.com.au>
5343         * fvwm/fvwm.1.in:
5344         * fvwm/conditional.c:
5345         Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5347 2004-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5349         * fvwm/move_resize.c (GetResizeArguments):
5350         (GetResizeMoveArguments):
5351         (__resize_window):
5352         (__resize_step):
5353         (__resize_get_refpos):
5354         (__resize_get_dir_proximity):
5355         (__resize_get_dir_from_window):
5356         implemented fluxbox-like Alt-Button3 resizing
5358         * fvwm/virtual.c (HandlePaging):
5359         * fvwm/events.c (__merge_cr_moveresize):
5360         (__test_for_motion):
5361         (flush_property_notify):
5362         do not use XPutBackEvent as it shuffles events on the queue
5363         (test_button_event):
5364         (test_typed_window_event):
5365         new functions
5367         * libs/FEvent.c (fev_get_evpos_or_query):
5368         take pointer position from EnterNotify and LeaveNotify events
5370         * fvwm/move_resize.c (__move_loop):
5371         fixed multiple paging with certain SnapGrid / Move interactions
5372         (__resize_window):
5373         (__move_loop):
5374         * fvwm/virtual.c (HandlePaging):
5375         Workaround for buggy XFree not delivering some Pointer events
5376         simplified code
5378         * fvwm/virtual.c (MoveViewport):
5379         don't eat MotionNotify events
5381         * libs/FEvent.c (fev_get_last_event):
5382         new function
5383         (FWindowEvent):
5384         (FPutBackEvent):
5385         (FPeekIfEvent):
5386         (FPeekEvent):
5387         (FNextEvent):
5388         (FMaskEvent):
5389         (FIfEvent):
5390         (FCheckWindowEvent):
5391         (FCheckTypedWindowEvent):
5392         (FCheckTypedEvent):
5393         (FCheckMaskEvent):
5394         (FCheckIfEvent):
5395         keep a copy of the previous event in case FPutBackEvent is called
5397 2004-06-30  Scott Smedley  <scottie7@tpg.com.au>
5399         * fvwm/fvwm.1.in:
5400         Indicate optional window argument in section headings for
5401         Key, Mouse, PointerKey & Stroke commands.
5402         Remove strange "-Key" option listed for PointerKey.
5404 2004-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5406         * libs/Fft.c (FftDrawString):
5407         * fvwm/session.c (get_version_string):
5408         * fvwm/module_interface.c (FlushMessageQueue):
5409         * fvwm/fvwm.c (SaveDesktopState):
5410         * fvwm/colorset.h:
5411         * fvwm/colorset.c (cleanup_colorsets):
5412         * libs/PictureUtils.c (struct):
5413         fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5415 2004-06-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5417         * fvwm/events.c (__cr_detect_icccm_move):
5418         windows with ewmh hints are assumed to use icccm2 compliant movement
5420         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5421         (ewmh_WMStateMaxHoriz):
5422         fixed restart/maximized problem
5424         * libs/fvwmsignal.c (fvwmReapChildren):
5425         * fvwm/fvwm.c (ReapChildren):
5426         moved function to lib
5428 2004-06-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5430         * fvwm/modconf.c (send_desktop_geometry):
5431         (send_color_limit):
5432         (send_click_time):
5433         (send_move_threshold):
5434         (send_ignore_modifiers):
5435         increased static buffer size
5437 2004-06-13  Marcus Lundblad  <ml@update.uu.se>
5439         * libs/CombineChars.c (convert_to_ucs2):
5440         Replace illegal UTF-8 character sequences in input
5442 2004-06-11  Scott Smedley  <scottie7@tpg.com.au>
5444         * libs/Bindings.c:
5445         bugfix: wrong stroke action being invoked.
5447 2004-06-10  Scott Smedley  <scottie7@tpg.com.au>
5449         * fvwm/builtins.c:
5450         * fvwm/events.c:
5451         * libs/Bindings.c:
5452         Active _last_ matching binding. (ie. same behaviour as before
5453         win-specific bindings patch.)
5454         bugfix: segfault when looking up stroke bindings in root context.
5456 2004-06-07  Scott Smedley  <scottie7@tpg.com.au>
5458         * fvwm/bindings.c:
5459         * fvwm/builtins.c:
5460         * fvwm/events.c:
5461         * fvwm/fvwm.1.in:
5462         * fvwm/module_interface.c:
5463         * libs/Bindings.c:
5464         * libs/Bindings.h:
5465         * modules/FvwmScript/FvwmScript.c:
5466         * modules/FvwmScript/Instructions.c:
5467         Implemented window-specific key/mouse bindings.
5469         * modules/FvwmIconBox/FvwmIconBox.h:
5470         * libs/fvwmlib.h:
5471         * libs/wild.c:
5472         * libs/wild.h:
5473         Make args to matchWildcards() const.
5475 2004-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5477         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5478         use EWMH_fullscreen
5479         * fvwm/ewmh.c (EWMH_fullscreen):
5480         new function
5482         * fvwm/add_window.c (AddWindow):
5483         implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5485         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5486         (ewmh_WMStateMaxVert):
5487         (ewmh_WMStateShaded):
5488         (ewmh_WMStateSticky):
5489         (ewmh_WMStateStaysOnBottom):
5490         fixed core dumps
5491         (ewmh_WMState):
5492         don't try to maximize window when looking up the style
5493         (ewmh_WMDesktop):
5494         (ewmh_WMStateFullScreen):
5495         (ewmh_WMStateHidden):
5496         (ewmh_WMStateMaxVert):
5497         (ewmh_WMStateModal):
5498         (ewmh_WMStateShaded):
5499         (ewmh_WMStateSkipPager):
5500         (ewmh_WMStateSticky):
5501         (ewmh_WMStateStaysOnBottom):
5502         fixed ignoring ewmh hints
5504         * fvwm/expand.c (expand_vars_extended):
5505         include full path in iconfile and miniiconfile variables
5507 2004-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5509         * fvwm/functions.c (execute_complex_function):
5510         (CheckActionType):
5511         fixed double click patch
5513 2004-06-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5515         * fvwm/ewmh.c (EWMH_SetWMDesktop):
5516         use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5518 2004-05-31  Dan Espen  <dane@mk.telcordia.com>
5520         * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5521         into fvwm man page.
5523 2004-05-29  Norbert Buchmuller  <norbi@nix.hu>
5525         * libs/FImage.c (FShmSafeCreateImage):
5526         Yet another fix to SHM remote client problem
5528 2004-05-26  Francis Litterio  <franl@world.std.com>
5530         * fvwm/fvwm.1.in
5531         * fvmw/fvwm.h
5532         * fvwm/placement.c (__place_get_wm_pos)
5533         * fvwm/style.c (style_parse_one_style_option)
5534         Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5536 2004-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5538         * fvwm/events.c (HandleEnterNotify):
5539         fixed endless loop of edge commands when doing something that grabs
5540         the pointer
5542         * fvwm/functions.c (CheckActionType):
5543         (execute_complex_function):
5544         double clicks no longer work when pressing different buttons
5546 2004-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5548         * fvwm/placement.c (__place_get_wm_pos):
5549         fixed placement in top left corner when pressing escape during manual
5550         placement
5552 2004-05-23  Mikhael Goikhman  <migo@homemail.com>
5554         * configure.in:
5555         * AUTHORS:
5556         added Chinese translations
5558 2004-05-18  Olivier Chapuis  <olivier.chapuis@free.fr>
5560         * fvwm/ewmh.c (EWMH_SetFrameStrut):
5561         Fixed a miss-print
5563 2004-05-09  Mikhael Goikhman  <migo@homemail.com>
5565         * fvwm/conditional.c:
5566         * fvwm/fvwm.1.in:
5567         clean up Test code and documentation, add new False condition,
5568         unrecognized conditions produce Error return code now
5570 2004-05-06  Dan Espen  <dane@mk.telcordia.com>
5572         * fvwm/style.c: Remove extra char.
5574 2004-05-01  Olivier Chapuis  <olivier.chapuis@free.fr>
5576         * fvwm/ewmh.c (ewmh_atom_client_win):
5577         * fvwm/ewmh_intern.h:
5578         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5579         (ewmh_MoveResizeWindow):
5580         Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5582         * fvwm/events.c (__handle_cr_on_client):
5583         (__handle_configure_request):
5584         (events_handle_configure_request):
5585         Some renaming for consistency, force restacking if the event come from
5586         an ewmh restack
5588         * fvwm/ewmh_events.c (ewmh_MoveResize):
5589         Fixed _NET_WM_MOVERESIZE
5591         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5592         Removed debug code
5594         * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5595         (EWMH_SetFrameStrut):
5596         Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5598 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5600         * libs/FImage.c (FShmSafeCreateImage):
5601         Finished to fix SHM remote client problem
5603 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5605         * libs/FImage.c (FShmSafeCreateImage):
5606         Fixed when we are a remote client
5608 2004-04-21  Mikhael Goikhman  <migo@homemail.com>
5610         * INSTALL.fvwm:
5611         * NEWS:
5612         * acconfig.h:
5613         * fvwm/fvwm.1.in:
5614         * fvwm/fvwm.c:
5615         * fvwm/gnome.h:
5616         * fvwm/session.c:
5617         * libs/envvar.c:
5618         * libs/envvar.h:
5619         new default ~/.fvwm/config file is now recommended instead of
5620         still supported ~/.fvwm/.fvwm2rc
5622 2004-04-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5624         * fvwm/menus.c (NewMenuRoot):
5625         do not strip whitespace from menu names when creating a new menu
5627 2004-04-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5629         * fvwm/menuitem.c (menuitem_get_size):
5630         * fvwm/menuitem.h:
5631         renamed remaining "mips" to mipst
5633 2004-04-09  Olivier Chapuis  <olivier.chapuis@free.fr>
5635         * fvwm/events.c (HandleMapRequestKeepRaised):
5636         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5637         Fixed EWMH DesktopGeometry and Stacking list
5639 2004-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5641         * fvwm/virtual.c (GetDeskNumber):
5642         (CMD_MoveToDesk):
5643         (CMD_GotoDesk):
5644         fixed MoveToDesk with one argument
5646 2004-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5648         * fvwm/style.c (style_parse_one_style_option):
5649         * fvwm/style.h:
5650         * fvwm/conditional.c (MatchesConditionMask):
5651         * fvwm/fvwm.h:
5652         * fvwm/window_flags.h:
5653         new style "State"
5655 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5657         * fvwm/fvwm.1.in:
5658         corrected a typo
5660 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5662         * fvwm/move_resize.c (unmaximize_fvwm_window):
5663         fixed redrawing of maximize button when unmaximizing but when the size
5664         and position does not change
5666 2004-03-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5668         * fvwm/expand.c (expand_vars_extended):
5669         new extended variable $[w.layer]
5671         * fvwm/move_resize.c (MaximizeHeight):
5672         (MaximizeWidth):
5673         (CMD_Maximize):
5674         applied modified layer patch for maximize by Rafal Bisingier
5676 2004-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5678         * fvwm/add_window.c (setup_frame_attributes):
5679         Hopefully fixed BackingStore code and removed now useless backing store
5680         for decorations
5682         * fvwm/expand.c (expand_vars_extended):
5683         new extended variable $[w.desk]
5685 2004-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5687         * NEWS:
5688         * configure.in:
5689         increased version to 2.5.11
5690         released 2.5.10
5692         * NEWS:
5693         * configure.in:
5694         updated for 2.5.10 release
5696         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5697         improved rotation code
5699         * libs/gravity.c (gravity_add_rotations):
5700         new function
5702 2004-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5704         * fvwm/placement.c (__explain_placement):
5705         new function
5707         * libs/FScreen.c (FScreenIsRectangleOnScreen):
5708         new function
5710         * fvwm/builtins.c (CMD_BugOpts):
5711         * fvwm/screen.h (ScreenInfo):
5712         new BugOpts option ExplainWindowPlacement
5713         renamed some members of Screen
5715 2004-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5717         * fvwm/placement.c (__place_get_wm_pos):
5718         (__place_get_nowm_pos):
5719         (__place_get_placement_flags):
5720         (__place_window):
5721         (__place_handle_x_resources):
5722         (setup_window_placement):
5723         split into multiple functions
5724         cleaned up a little
5726 2004-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5728         * fvwm/add_window.c (setup_window_placement):
5729         * fvwm/placement.c (setup_window_placement):
5730         moved function to placement.c
5731         fixed using PLACE_AGAIN placement mode
5732         (PlaceWindow):
5733         (__place_window):
5734         renamed function
5736 2004-03-15  Chris Ross  <cross+fvwm@distal.com>
5738         * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5739         allow a negative line_width to invert the relief
5741 2004-03-06  Marcus Lundblad  <ml@update.uu.se>
5743         * libs/Flocale.c (FlocaleDrawString)
5744         (FlocaleDrawUnderline)
5745         (FlocaleTextWidth):
5746         reduced redundant calls to iconv
5748 2004-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5750         * fvwm/move_resize.c (CMD_XorValue):
5751         fixed a very small outline drawing problem caused by using 0 line width
5752         instead of 1
5754         * NEWS:
5755         * configure.in:
5756         increased version to 2.5.10
5758         * configure.in:
5759         * NEWS:
5760         updated for 2.5.9 release
5762         * fvwm/functions.c (execute_function_override_window):
5763         * fvwm/module_interface.c (ExecuteModuleCommand):
5764         * fvwm/conditional.c (circulate_cmd):
5765         sometimes, DeferExecution was called although a window was already
5766         selected, for example with the "Current" commend; fixed
5768 2004-02-28  Olivier Chapuis  <olivier.chapuis@free.fr>
5770         * libs/FImage.c (FShmSafeCreateImage):
5771         Fixed some safety tests
5773 2004-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5775         * fvwm/events.c (__handle_cr_on_client):
5776         fixed a bug in the Jave configure request workaround
5778 2004-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5780         * fvwm/events.c (__cr_detect_icccm_move):
5781         improved motion method detection for fullscreen requests
5783 2004-02-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5785         * fvwm/add_window.c (AddWindow):
5786         * fvwm/screen.h (ScreenInfo):
5787         * fvwm/builtins.c (CMD_BugOpts):
5788         new BugOpts option DisplayNewWindowNames intended for debugging
5790 2004-02-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5792         * libs/Bindings.c (FvwmStringToKeysym):
5793         small performance enhancement
5795         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
5796         (__move_loop):
5797         fixed the FlickeringMoveWorkaround option which did nothing before
5799 2004-02-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5801         * fvwm/style.c (style_parse_one_style_option):
5802         * fvwm/fvwm.h:
5803         * fvwm/style.h (SIS_UNMANAGED):
5804         * fvwm/add_window.c (AddWindow):
5805         New style Unmanaged
5807         * fvwm/expand.c (expand_vars_extended):
5808         new variables $[w.iconfile] and $[w.miniiconfile]
5810         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5811         made left side of a relief one pixel longer at the bottom
5813 2004-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5815         * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
5816         * fvwm/style.c (style_set_old_focus_policy):
5817         fixed default window list order with ClickToFocus
5819 2004-02-04  Marcus Lundblad  <ml@update.uu.se>
5821         * fvwm/libs/Flocale.h:
5822         * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
5823         (FlocaleStringByteToCharOffset)
5824         (FlocaleStringCharToByteOffset)
5825         (FlocaleStringCharLength):
5826         Made utility functions available outside of Flocale
5828 2004-01-31  Olivier Chapuis  <olivier.chapuis@free.fr>
5830         * fvwm/events.c (__test_for_motion):
5831         Fixed a lockup, see the long comment in the code
5833 2004-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5835         * fvwm/schedule.c (execute_obj_func):
5836         fixed using uninitialised return code
5838 2004-01-25  Olivier Chapuis  <olivier.chapuis@free.fr>
5840         * fvwm/builtins.c (do_title_style):
5841         Fixed MinHeight, it must reset the Height
5843 2004-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5845         * fvwm/menus.c (menuShortcuts):
5846         applied menu navigation patch by Anton Kazennikov
5848 2003-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5850         * libs/gravity.c (gravity_dir_to_string):
5851         (gravity_parse_dir_argument):
5852         use a constant for the dir table
5854 2003-12-16  Marcus Lundblad  <ml@update.uu.se>
5856         * fvwm/Flocale.c (FlocaleEncodeString)
5857         (FlocaleDrawUnderline):
5858         Fixed crash when there's no Iconv support
5860 2003-12-16  olicha  <olivier.chapuis@free.fr>
5862         * fvwm/functions.h:
5863         Used the FUNC_FLAGS_TYPE in find_func_t declaration
5865         * sample.fvwmrc/system.fvwm2rc-sample-95:
5866         Added some Xft fonts
5868 2003-12-12  olicha  <olivier.chapuis@free.fr>
5870         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5871         Fixed ewmh FullScreen when an application start fullscreen and
5872         desactivate this state
5874 2003-12-04  olicha  <olivier.chapuis@free.fr>
5876         * fvwm/placement.c (test_fit):
5877         * fvwm/ewmh.h:
5878         * fvwm/ewmh.c (ewmh_GetStrutIntersection):
5879         (EWMH_GetBaseStrutIntersection):
5880         (EWMH_GetStrutIntersection):
5881         Fixed placement vs the base struts
5883 2003-11-29  Mikhael Goikhman  <migo@homemail.com>
5885         * sample.fvwmrc/system.fvwm2rc-sample-95:
5886         improved Debian specific menu
5888 2003-11-15  Mikhael Goikhman  <migo@homemail.com>
5890         * sample.fvwmrc/system.fvwm2rc-sample-95:
5891         several updates; added Debian menu if found
5893 2003-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5895         * configure.in:
5896         new configure option --en/disable-iconv
5898 2003-11-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5900         * fvwm/menus.c (__mloop_handle_event):
5901         * fvwm/menustyle.c (menustyle_parse_style):
5902         (menustyle_copy):
5903         new MenuStyle options PopupIgnore and PopupClose
5905 2003-11-02  Dan Espen  <dane@mk.telcordia.com>
5907         * fvwm/menus.c (menu_binding): Remove debug code.
5908         * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
5909         * fvwm/menus.h: Add menu_binding function.
5910         * fvwm/fvwm.1.in: Document the menu context in the mouse command for
5911         tear off menus.
5912         * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
5913         button 2 tearoff.
5914         * libs/wcontext.h (enum): Add MENU context.
5915         * libs/wcontext.c (win_contexts): More common binding contexts first in
5916         table.
5917         * libs/charmap.c (charmap_string_to_mask): Space before char in error
5918         message.
5920 2003-11-01  Mikhael Goikhman  <migo@homemail.com>
5922         * NEWS:
5923         * configure.in:
5924         increase version to 2.5.9
5926 2003-10-31  Mikhael Goikhman  <migo@homemail.com>
5928         * Makefile.am:
5929         fixed deb creation
5931         * configure.in:
5932         * NEWS:
5933         updated for 2.5.8 release
5935 2003-10-29  Mikhael Goikhman  <migo@homemail.com>
5937         * Makefile.am:
5938         * configure.in:
5939         initially added files for deb package auto-creating procedure
5941 2003-10-26  Mikhael Goikhman  <migo@homemail.com>
5943         * AUTHORS:
5944         * configure.in:
5945         added Swedish translations by Johan Svedberg
5947         * NEWS:
5948         updated
5950 2003-10-25  Mikhael Goikhman  <migo@homemail.com>
5952         * fvwm/add_window.c (GetWindowSizeHints):
5953         reindented broken hint messages
5955 2003-10-23  Mikhael Goikhman  <migo@homemail.com>
5957         * configure.in:
5958         improved Perl detection messages,
5959         restored FvwmGtkDebug independence from gtk libs
5961 2003-10-15  Mikhael Goikhman  <migo@homemail.com>
5963         * configure.in:
5964         * AUTHORS:
5965         added German translations by Andrei Mitrofanow
5967         * fvwm/fvwm.1.in:
5968         typos
5970 2003-10-11  Mikhael Goikhman  <migo@homemail.com>
5972         * NEWS:
5973         added 2.4.17 NEWS
5975 2003-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5977         * fvwm/fvwm.1.in:
5978         * fvwm/conditional.c (CreateConditionMask):
5979         (MatchesConditionMask):
5980         (CreateConditionMask):
5981         * fvwm/fvwm.h (WindowConditionMask):
5982         !CurrentPage, !CurrentDesk, !Layer ... now work as they should
5984 2003-09-23  olicha  <olivier.chapuis@free.fr>
5986         * libs/FImage.c (FShmInit):
5987         Removed debug code
5989 2003-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5991         * fvwm/focus.c (warp_to_fvwm_window):
5992         don't unnecessarily call MoveViewport
5994 2003-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5996         * fvwm/decorations.c (__is_resize_allowed):
5997         fixed a condition
5999 2003-09-06  malu  <ml@update.uu.se>
6001         * libs/FBidi.c (FBidiConvert):
6002         * libs/CombineChars.c (CombineChars):
6003         Fixed drawing combining characters on correct positions in
6004         right-to-left context
6006 2003-09-05  malu  <ml@update.uu.se>
6008         * libs/Flocale.c (FlocaleDrawString):
6009         (FlocaleTextWidth):
6010         Fixed drawing of combining characters with font shadow
6011         (character offsets were miscalculated, since FlocaleTextWidth
6012         adds shadow width)
6014 2003-09-05  malu  <ml@update.uu.se>
6016         * libs/Flocale.c (FlocaleDrawUnderline):
6017         Fixed bug with text width when a string contains only
6018         "orphaned" combining characters (compensation for font shadowd
6019         was counted twice)
6021 2003-09-04  olicha  <olivier.chapuis@free.fr>
6023         * todo-2.6:
6024         Added E.18, added comments on C.9 and C.15
6026 2003-09-03  olicha  <olivier.chapuis@free.fr>
6028         * libs/Flocale.c (FlocaleTextWidth):
6029         Fixed a comb_char core dump
6031         * libs/Makefile.am:
6032         Fixed compilation if either iconv, libpng or Xrender headers are
6033         not at a standard place
6035 2003-09-03  Mikhael Goikhman  <migo@homemail.com>
6037         * acinclude.m4:
6038         fixed error message for incorrect --with-SOMETHING-library argument
6040 2003-09-03  olicha  <olivier.chapuis@free.fr>
6042         * todo-2.6:
6043         Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
6045 2003-09-02  olicha  <olivier.chapuis@free.fr>
6047         * todo-2.6:
6048         C.12 is fixed
6050 2003-09-01  olicha  <olivier.chapuis@free.fr>
6052         * libs/gravity.c (gravity_dir_to_string):
6053         A new interface function to transform a direction_t to a string
6055 2003-08-31  S. Anderson  <sa@xmission.com>
6057         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6058         Fixed missing font charsets
6060 2003-08-28  olicha  <olivier.chapuis@free.fr>
6062         * fvwm/move_resize.c (__move_loop):
6063         (AnimatedMoveAnyWindow):
6064         Updated bg of transparent tear off menu when moved
6066         * fvwm/events.c (HandlePropertyNotify):
6067         Updated ParentRelative tear off menu on bg change
6069         * fvwm/menus.c (UpdateMenuColorset):
6070         Updated colorsets of tear off menu when they change, this handle the
6071         case of root background change for RootTransparent
6073         * fvwm/menus.h:
6074         * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
6075         An utility function for redrawing transparent tear off menu. Maybe
6076         we can merge
6078         * fvwm/add_window.c (validate_transientfor):
6079         Fixed transient for an ewmh desktop
6081 2003-08-27  olicha  <olivier.chapuis@free.fr>
6083         * libs/FRender.c (FRenderRender):
6084         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6085         Removed and fixed some unused code
6087 2003-08-25  olicha  <olivier.chapuis@free.fr>
6089         * fvwm/misc.c (GrabEm):
6090         Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6092         * fvwm/modconf.c (send_color_limit):
6093         ifndefed color limit config info message which is not used anymore
6095         * fvwm/colorset.c (parse_colorset):
6096         Added a note on average bg
6098 2003-08-23  olicha  <olivier.chapuis@free.fr>
6100         * fvwm/style.c (print_styles):
6101         More info on memory used
6103         * fvwm/style.c (__simplify_style_list):
6104         Fixed upward simplication
6106 2003-08-14  olicha  <olivier.chapuis@free.fr>
6108         * fvwm/ewmh.c (ewmh_HandleMenu):
6109         Fixed the MENU window type, they are tear off menus
6111         * fvwm/fvwm.h:
6112         * fvwm/update.c (apply_window_updates):
6113         * fvwm/stack.c (new_layer):
6114         * fvwm/ewmh.c (EWMH_GetStyle):
6115         Fixed EWMHUseStackingHints update
6117         * fvwm/window_flags.h:
6118         * fvwm/fvwm.h:
6119         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6120         (ewmh_WMStateMaxHoriz):
6121         (ewmh_WMStateMaxVert):
6122         * fvwm/move_resize.c (unmaximize_fvwm_window):
6123         Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6124         uniconify and unshade when putting a window fullscreen
6126         * fvwm/ewmh_intern.h:
6127         * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6128         Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6130         * fvwm/move_resize.c (unmaximize_fvwm_window):
6131         (CMD_Resize):
6132         (CMD_ResizeMove):
6133         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6134         * fvwm/decorations.c (SelectDecor):
6135         * fvwm/windowshade.c (CMD_WindowShade):
6136         Removed the decor for EWMH fullscreen windows, forbid shading and
6137         allows Resize and MoveResize without unsetting the fullscreen/maximized
6138         state
6140         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6141         (CMD_ResizeMaximize):
6142         Fixed ewmh state which was not set after these cmds
6144 2003-08-09  olicha  <olivier.chapuis@free.fr>
6146         * todo-2.6:
6147         Updated
6149 2003-08-08  olicha  <olivier.chapuis@free.fr>
6151         * fvwm/borders.c (border_draw_vector_to_pixmap):
6152         Fixed inversion of fg and bg in vector buttons
6154         * fvwm/style.c (__simplify_style_list):
6155         Fixed a memory leak
6157         * libs/System.c (fvwm_mkstemp):
6158         Removed debug code
6160 2003-08-07  olicha  <olivier.chapuis@free.fr>
6162         * configure.in:
6163         * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6164         * acconfig.h:
6165         * libs/System.c (fvwm_mkstemp):
6166         * libs/fvwmlib.h:
6167         Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6168         exists and work correctly, if not a replacement function is used
6169         (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6170         implementation).
6172         * libs/fsm.c (unique_filename):
6173         (SetAuthentication):
6174         * fvwm/session.c (getUniqueStateFilename):
6175         Replaced tempnam by fvwm_mkstemp
6177 2003-08-07  olicha  <olivier.chapuis@free.fr>
6179         * libs/Makefile.am:
6180         * libs/FSMlib.h (new file):
6181         * fvwm/session.c (*):
6182         * fvwm/session.h:
6183         fvwmize SMlib and ICElib
6185         * fvwm/session.c (matchWin):
6186         Fixed window matching for windows with no SM_CLIENT_ID and a
6187         window_role
6189         * libs/fsm.c (new file):
6190         * libs/fsm.h (new file):
6191         * fvwm/ConfigFvwmDefaults
6192         A set of functions for implementing a dummy session manager
6194         * fvwm/fvwm.1.in:
6195         GNOME 1 hints and EWHM support is not a configure time option
6196         (anymore).
6198 2003-08-06  Robert Wittek  <r.wittek@gmx.net>
6200         * fvwm/add_window.c (AddWindow):
6201         fixed stickyness across desks over a restart
6203 2003-08-06  olicha  <olivier.chapuis@free.fr>
6205         * fvwm/ewmh.c (EWMH_WindowInit):
6206         (EWMH_SetFrameStrut):
6207         Fixed position of kde tray windows in kicker
6209 2003-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6211         * fvwm/module_interface.c (FlushMessageQueue):
6212         retry writing pipe if write returns EINTR
6214 2003-07-28  olicha  <olivier.chapuis@free.fr>
6216         * fvwm/events.c (events_handle_configure_request):
6217         (HandleConfigureRequest):
6218         (__handle_configure_request):
6219         (__handle_cr_on_client):
6220         * fvwm/ewmh.c (ewmh_atom_client_win):
6221         * fvwm/ewmh_intern.h:
6222         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6223         (EWMH_ProcessClientMessage):
6224         Implemented _NET_MOVERESIZE_WINDOW
6226         * fvwm/fvwm.c (main):
6227         A -Wall fix
6229 2003-07-25  olicha  <olivier.chapuis@free.fr>
6231         * fvwm/ewmh.c (ewmh_HandleWindowType):
6232         Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6233         that one type and we do not support the first one.
6235         * fvwm/expand.c (expand_vars_extended):
6236         Fixed conflict between extended variables name (desk.name and
6237         desk.n)
6239         * fvwm/session.c (callback_save_yourself):
6240         Respect the SmSaveGlobal save type. This should fix some session
6241         locking in the sm protocol
6243         * fvwm/session.c (setSmProperties):
6244         (SessionInit):
6245         Set some sm properties when fvwm start for fixing a problem with
6246         the restart style hint after a restart.
6248         * fvwm/fvwm.c (get_display_name):
6249         (usage):
6250         (main):
6251         * fvwm/session.c (setSmProperties):
6252         * fvwm/fvwm.1.in
6253         Added a possible positive or null arg to --single-screen which
6254         forces fvwm to start on the "current" display and the given
6255         screen. Use this to fix fvwm starting under a session manager:
6256         specify only the screen and not the display.screen for the
6257         restart sm command.
6259         * fvwm/fvwm.c (main):
6260         Fixed possible memory corruption if a display has more than
6261         10 screens.
6263         * fvwm/session.c (*):
6264         Better debuging msg
6266 2003-07-24  Mikhael Goikhman  <migo@homemail.com>
6268         * acinclude.m4:
6269         fixed xft/fontconfig detection with pkg-config
6271         * fvwm/fvwm.1.in:
6272         corrections in some long option names
6274 2003-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6276         * fvwm/add_window.c (setup_style_and_decor):
6277         * fvwm/geometry.c (set_window_border_size):
6278         * fvwm/fvwm.h (FvwmWindow):
6279         * fvwm/events.c (HandleShapeNotify):
6280         * fvwm/frame.c (frame_free_move_resize_args):
6281         (frame_setup_shape):
6282         (frame_reshape_border):
6283         fixed resizing of window borders if a window shape was added or deleted
6284         after the initial window setup
6286         * fvwm/update.c (apply_window_updates):
6287         removed unused code
6289         * fvwm/events.c (__cr_detect_icccm_move):
6290         disable motion method detection for shaped windows
6292 2003-07-21  olicha  <olivier.chapuis@free.fr>
6294         * fvwm/add_window.c (setup_window_structure):
6295         * fvwm/session.c (MatchWinToSM):
6296         Preserve is_name_changed window_flags within restart, session loading
6297         and recapture
6299 2003-07-20  olicha  <olivier.chapuis@free.fr>
6301         * fvwm/ewmh.c (EWMH_Init):
6302         fixed _NET_WM_NAME for our ewmh WM_CHECK window
6304         * fvwm/fvwm.c (InternUsefulAtoms):
6305         * fvwm/externs.h:
6306         * fvwm/session.c (GetWindowRole):
6307         Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6309         * fvwm/session.c (GetClientID):
6310         Better determination of the CLIENT_LEADER
6312         * fvwm/session.c (setSmProperties):
6313         Set the CloneCommand for gnome-session editor (the sm spec says this
6314         properties is required). Removed the commented XSM ifdef.
6316         * fvwm/session.c (matchWin):
6317         (SaveWindowStates):
6318         Consider client only if it has a client id or a wm command.
6319         Removed the "two entries" session previous commit
6321 2003-07-16  olicha  <olivier.chapuis@free.fr>
6323         * fvwm/session.c (MatchWinToSM):
6324         Fixed restoring session state, if two window session entries have the
6325         same identifier ignore these entries
6327 2003-07-16  olicha  <olivier.chapuis@free.fr>
6329         * NEWS:
6330         * fvwm/style.h (SID_GET_NAME):
6331         (SID_SET_NAME):
6332         (SID_GET_WINDOW_ID):
6333         (SID_SET_WINDOW_ID):
6334         (SID_SET_HAS_NAME):
6335         (SID_GET_HAS_NAME):
6336         (SID_SET_HAS_WINDOW_ID):
6337         (SID_GET_HAS_WINDOW_ID):
6338         (SGET_ID):
6339         (SGET_WINDOW_ID):
6340         (SSET_WINDOW_ID):
6341         (SSET_ID_HAS_NAME):
6342         (SGET_ID_HAS_NAME):
6343         (SSET_ID_HAS_WINDOW_ID):
6344         (SGET_ID_HAS_WINDOW_ID):
6345         * fvwm/style.c (style_ids_are_equals):
6346         (style_id_equals_id):
6347         (styles_have_same_id):
6348         (fw_match_style_id):
6349         (one_fw_can_match_both_ids):
6350         (remove_all_of_style_from_list):
6351         (__simplify_style_list):
6352         (style_parse_one_style_option):
6353         (__style_command):
6354         (style_destroy_style):
6355         (print_styles):
6356         (CMD_Style):
6357         (CMD_WindowStyle):
6358         (CMD_FocusStyle):
6359         (CMD_DestroyStyle):
6360         (CMD_DestroyWindowStyle):
6361         * fvwm/fvwm.h (style_id_t):
6362         (window_style):
6363         * fvwm/functable.c (func_table):
6364         * fvwm/add_window.c (destroy_window):
6365         * fvwm/commands.h:
6366         * fvwm/fvwm.1:
6367         New WindowStyle and DestroyWindowStyle command for setting styles
6368         per window
6370 2003-07-14  Marcus Lundblad  <ml@update.uu.se>
6372         * libs/Flocale.c (FlocaleDrawString):
6373         * libs/FBidi.c (FBidiConvert):
6374         fixed drawing of combining characters in the case where a string
6375         consists of only combining characters
6377 2003-07-13  Marcus Lundblad  <ml@update.uu.se>
6379         * libs/CombineChars.c (CombineChars):
6380         bugfix: array mapping visual to logical position was allocated
6381         to small (factor 2) in decoposing code
6383 2003-07-11  Marcus Lundblad  <ml@update.uu.se>
6385         * libs/Flocale.c (FlocaleEncodeWinString):
6386         fixed a memory leak
6388         * libs/Flocale.c (FlocaleDrawString):
6389         (FlocaleRotatedDrawString):
6390         removed some code duplication
6392 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6394         * libs/CombineChars.c (combclass_table):
6395         (CombineChars):
6396         fixed supporting drawing marks superimposed that are in a combining
6397         class
6399 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6401         * libs/Flocale.c (FlocaleRotateDrawString):
6402         (FlocaleDrawString)
6403         fixed core dump when composing characters can't be converted to
6404         locale charset
6406 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6408         * AUTHORS:
6409         updated
6411 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6413         * todo-2.6 (todo):
6414         updated summary
6416 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6418         * NEWS:
6419         updated with reagrds to combing characters
6421 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6423         * todo-2.6
6424         closed B.8
6426 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6428         * libs/Flocale.c (FlocaleEncodeString):
6429         (FlocaleEncodeWinString):
6430         (FlocaleRotateDrawString):
6431         (FlocaleDrawString):
6432         (FlocaleDrawUnderline):
6433         fixed rendering combining characters using Unicode font in a
6434         non-UTF-8 locale
6436 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6438         * fvwm/fvwm.1.in:
6439         renamed MoveWindowByProgramMethod to MoveByProgramMethod
6441 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6443         * libs/FBidi.h:
6444         fixed FBidi.h macro to work with no FriBIDI
6446 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6448         * libs/CombineChars.h (CombineChars):
6449         * libs/CombineChars.c (CombineChars):
6450         * libs/FBidi.h (FBidiConvert):
6451         * libs/FBidi.c (FBidiConvert):
6452         * libs/Flocale.c (FlocaleEncodeString):
6453         (FlocaleEncodeWinString):
6454         (FlocaleDrawUnderline):
6455         (FlocaleTextWidth):
6456         fixed drawing of underlines on characters to work in with BIDI
6457         and combining characters
6459 2003-07-08  Mikhael Goikhman  <migo@homemail.com>
6461         * todo-2.6:
6462         closed D.1 with "no consensus" resolution
6464 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6466         * fvwm/fvwm.1.in:
6467         documented tear off menus
6469         * fvwm/placement.c (PlaceWindow):
6470         StartsOnPage + SkipMapping overrides PPosition
6472 2003-07-07  Mikhael Goikhman  <migo@homemail.com>
6474         * fvwm/functable.c:
6475         solved a problem with CMD_Dummy and exact command spelling
6477         * libs/CombineChars.c:
6478         * libs/CombineChars.h:
6479         * libs/FBidi.c:
6480         minor reformattings (use TABs not 8 spaces and a space after keywords
6481         like for, if or while)
6483 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6485         * fvwm/update.c (apply_window_updates):
6486         * fvwm/update.h:
6487         * fvwm/add_window.c (setup_style_and_decor):
6488         * fvwm/style.h:
6489         * fvwm/style.c (style_parse_one_style_option):
6490         (check_window_style_change):
6491         new style MoveWindowByProgramMethod
6493         * libs/PictureImageLoader.c (PImageLoadXpm):
6494         use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6496         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6497         implemented _NET_WM_STATE_FULLSCREEN handling
6499         * fvwm/move_resize.c (GetOnePositionArgument):
6500         fixed parsing of "+-x +-y" Move arguments
6501         (CMD_Maximize):
6502         use get_page_offset_check_visible
6504         * fvwm/geometry.c (get_page_offset_check_visible):
6505         new convenience function
6507         * fvwm/events.c (__handle_cr_on_client):
6508         fixed handling of gravities other than NW or Static
6509         (__cr_detect_icccm_move):
6510         fixed several bugs
6512 2003-07-06  Marcus Lundblad  <ml@update.uu.se>
6514         * libs/BidiJoin.c:
6515         * libs/BidiJoin.h:
6516         * libs/BidiJoin.c:
6517         * libs/BidiJoin.h:
6518         * libs/CombineChars.c:
6519         * libs/CombineChars.h:
6520         * libs/Flocale.c (FlocaleEncodeString):
6521         * libs/FBidi.c:
6522         * libs/FBidi.h:
6523         * libs/Makefile.am:
6524         Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6525         FCombineChars.h
6527 2003-07-06  olicha  <olivier.chapuis@free.fr>
6529         * libs/FRender.c (FRenderRender):
6530         Fixed compilation
6532 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6534         * fvwm/ewmh.c (ewmh_check_wm_pid):
6535         (EWMH_WindowInit):
6536         detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6537         compliant ConfigureNotify handling
6539 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6541         * libs/Flocale.c (FlocaleDrawUnderline):
6542         Commented out some non-working new code
6544 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6546         * libs/Flocale.c (FlocaleDrawString):
6547         fixed drawing superimposed characters with a fontset
6549 2003-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6551         * fvwm/events.c (__cr_detect_icccm_move):
6552         (__handle_cr_on_client):
6553         (__cr_get_grav_position):
6554         (__cr_get_static_position):
6555         * fvwm/window_flags.h:
6556         * fvwm/fvwm.h:
6557         try to autodetect whether application uses the icccm way of moving
6558         windows of the traditional way always using static gravity
6560         * acconfig.h:
6561         moved SIGNAL_RETURN macro definition to acconfig.h
6563         * fvwm/module_interface.c (DeadPipe):
6564         * fvwm/fvwm.c (SigDone):
6565         (Restart):
6566         (ReapChildren):
6567         use SIGNAL_RETURN macro
6569         * fvwm/events.c (__handle_cr_on_client):
6570         (__merge_cr_moveresize):
6571         (__cr_detect_icccm_move):
6573         * fvwm/events.c (__handle_cr_on_unmanaged):
6574         (__handle_cr_on_icon):
6575         (__handle_cr_on_shaped):
6576         (__handle_cr_restack):
6577         (__handle_cr_on_client):
6578         (HandleConfigureRequest):
6579         split the ConfigureRequest code into multiple functions
6581         * fvwm/update.c (apply_window_updates):
6582         fixed drawing of window decorations when "Style * Neverfocus" is used
6584         * fvwm/events.c (HandleKeyPress):
6585         fixed a bug with key binding contexts
6587         * fvwm/functions.c (__execute_function):
6588         * fvwm/expand.c (expand_vars):
6589         (expand_vars_extended):
6590         new extended variable $[func.context]
6592         * libs/Bindings.h:
6593         * libs/Bindings.c:
6594         moved some code to the new files
6596         * libs/charmap.h:
6597         * libs/charmap.c:
6598         * libs/modifiers.h:
6599         * libs/modifiers.c:
6600         * libs/wcontext.c:
6601         * libs/wcontext.h:
6602         new files
6604         * libs/Bindings.c:
6605         fixed a problem with uninitialised global variable
6607 2003-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6609         * libs/Bindings.c (key_modifiers):
6610         moved to new file wcontext.c
6612         * libs/gravity.c (gravity_parse_dir_argument):
6613         added aliases for compass directions:
6614           - = N
6615           _ = S
6616           [ = W
6617           ] = E
6618           ^ = NE
6619           > = SE
6620           v = SW
6621           [ = nw
6622           . = center
6624 2003-07-02  Marcus Lundblad  <ml@update.uu.se>
6626         * libs/FBidi.h:
6627         * libs/Flocale.c (FlocaleDrawString):
6628         (FlocaleRotateDrawString):
6629         Fixes to work without Fribidi
6631 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6633         * todo-2.6:
6634         Updated
6636 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6638         * libs/FbidiJoin.c (get_shaped_combined_char):
6639         (shape_n_join):
6640         Removed unused (get_shaped_combined_char) and commented out code
6641         Combining ligatures done in FCombineChars
6643 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6645         * libs/Flocale.c (FlocaleDrawString):
6646         (FlocaleRotateDrawString):
6647         (FlocaleTextWidth):
6648         * libs/FBidi.h:
6649         * libs/FBidi.c (FBidiConvert):
6650         * libs/FBidiJoin.c:
6651         * libs/FCombineChars.h:
6652         * libs/FCombineChars.c (FCombineChars):
6653         Added support for drawing superimposed combining characters
6655 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6657         * fvwm/commands.h:
6658         * fvwm/functable.c (func_table):
6659         * fvwm/functions.c (CMD_TearMenuOff):
6660         (CMD_Title):
6661         (CMD_Silent):
6662         (CMD_Function):
6663         (CMD_KeepRc):
6664         merged all dummy commands into one: CMD_Dummy
6666 2003-07-01  olicha  <olivier.chapuis@free.fr>
6668         * fvwm/menus.c (DestroyMenu):
6669         (do_menu):
6670         Cleanup
6672 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6674         * fvwm/menustyle.c (menustyle_copy):
6675         (copy_menu_style):
6676         renamed function
6678 2003-06-30  Marcus Lundblad  <ml@update.uu.se>
6680         * todo-2.6:
6681         Updated
6683 2003-06-30  olicha  <olivier.chapuis@free.fr>
6685         * fvwm/menus.c (do_menu):
6686         (DestroyMenu):
6687         (do_menu_close_tear_off_menu):
6688         (menu_close_tear_off_menu):
6689         Allowed to destroy tear off menu!
6691         * fvwm/menus.c (menu_tear_off):
6692         (menu_close_tear_off_menu):
6693         (do_menu_close_tear_off_menu):
6694         (clone_menu_root_static):
6695         (pop_menu_up):
6696         (menu_tear_off):
6697         (make_menu_window):
6698         (make_menu):
6699         (update_menu):
6700         Fixed client leaks (only create new client for menu if it is a tear off
6701         menu). Created a dedicated menu style for each tear off menu.
6703         * fvwm/menustyle.c (CMD_CopyMenuStyle):
6704         (copy_menu_style):
6705         * fvwm/menustyle.h:
6706         Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6708 2003-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6710         * fvwm/virtual.c (do_move_window_to_desk):
6711         (UnmapDesk):
6712         fixed "Visible" condition on non current desks
6714 2003-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6716         * **/*.c:
6717         * **/*.h:
6718         shortened some comments
6719         removed GPL from .h files
6720         added GPL to all .c files
6721         include config.h in all .c files
6722         added "/* -*-c-*- */" where missing
6723         some reformatting and reindenting
6725         * fvwm/module_interface.c:
6726         * fvwm/module_interface.h:
6727         * libs/Fft.c:
6728         * libs/Flocale.c:
6729         * libs/gravity.h:
6730         * libs/Flocale.h:
6731         * fvwm/screen.h:
6732         * fvwm/misc.c:
6733         * fvwm/misc.h:
6734         * fvwm/windowshade.c:
6735         * fvwm/virtual.c:
6736         * fvwm/conditional.c:
6737         * fvwm/geometry.h:
6738         * fvwm/geometry.c:
6739         * fvwm/borders.c:
6740         * fvwm/frame.h:
6741         * fvwm/frame.c:
6742         * fvwm/update.c:
6743         * fvwm/session.c:
6744         * fvwm/placement.c:
6745         * fvwm/menus.c:
6746         * fvwm/icons.c:
6747         * fvwm/events.c:
6748         * fvwm/add_window.c:
6749         * fvwm/session.h:
6750         * fvwm/placement.h:
6751         * fvwm/icons.h:
6752         * fvwm/eventhandler.h:
6753         * fvwm/fvwm.h:
6754         * fvwm/add_window.h:
6755         * fvwm/repeat.c:
6756         * fvwm/functions.c:
6757         * fvwm/functable.c:
6758         * fvwm/functable.h:
6759         * fvwm/functions.h:
6760         renamed types func_type, repeat_t, initial_window_options_t,
6761         frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6762         last_added_item_type, common_flags_type, multi_direction_type,
6763         msg_masks_type to ..._t
6765         * fvwm/functions.c (__execute_function):
6766         (execute_complex_function):
6767         * fvwm/condrc.c (condrc_init):
6768         new function in new file to encapsulate all cond_rc_t handling
6770         * fvwm/condrc.h:
6771         * fvwm/fvwm.h (cond_rc_t):
6772         (cond_rc_enum):
6773         moved typed to new file
6775         * fvwm/functable.h:
6776         * fvwm/commands.h:
6777         * fvwm/functable.c (func_table):
6778         * fvwm/functions.c (__run_complex_function_items):
6779         (__execute_function):
6781         * fvwm/conditional.c (CMD_Break):
6782         (__rc_matches_rcstring_consume):
6783         Break takes the number of function levels to break out of as an
6784         argument
6786         * fvwm/expand.c (expand_vars_extended):
6787         * fvwm/conditional.c (circulate_cmd):
6788         (select_cmd):
6789         (direction_cmd):
6790         (__rc_matches_rcstring_consume):
6791         (CMD_All):
6792         (CMD_WindowId):
6793         (CMD_TestRc):
6794         (CMD_Test):
6795         * fvwm/read.c:
6796         * fvwm/read.h:
6797         * fvwm/functions.h:
6798         * fvwm/functions.c:
6799         (__run_complex_function_items):
6800         (execute_complex_function):
6801         * fvwm/expand.h:
6802         * fvwm/expand.c:
6803         * fvwm/fvwm.h:
6804         * fvwm/conditional.c:
6805         renamed fvwm_cond_func_rc by cond_rc_t
6806         made a type a struct
6807         added a member to indicate the number of function levels to break out
6808         of
6810         * fvwm/functable.c (func_table):
6811         * fvwm/conditional.c (CMD_TestRc):
6812         replaced conditional commands:
6813                 Cond -> TestRc
6814                 CondCase -> KeepRc TestRc
6815                 On -> Test
6816         (__rc_matches_rcstring_consume):
6817         new function
6819         * fvwm/conditional.c (CMD_CondCase):
6820         fixed the CondCase command
6822 2003-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6824         * configure.in:
6825         new configure option --deisable-gtk to disable detection of gtk library
6827         * fvwm/fvwm.1.in:
6828         cleaned up documentation of conditional commands
6829         general man page cleanup
6831 2003-06-17  Dan Espen  <dane@mk.telcordia.com>
6833         * fvwm/builtins.c (ReadDecorFace): Off by one patch from
6834         Anil Madhavapeddy.
6836 2003-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6838         * fvwm/fvwm.1.in:
6839         cleaned up of CirculateHit... conditions
6841 2003-06-15  olicha  <olivier.chapuis@free.fr>
6843         * fvwm/style.c (__simplify_style_list):
6844         Fixed is_merged_allowed: rest it to True when cur change
6845         Added "upward" simplification
6847 2003-06-14  olicha  <olivier.chapuis@free.fr>
6849         * fvwm/style.c (__simplify_style_list):
6850         (blocksintersect):
6851         (blockand):
6852         Fixed blockand which always returned True. Added blocksintersect which
6853         returns the same value as blockand but faster.
6855 2003-06-13  olicha  <olivier.chapuis@free.fr>
6857         * configure.in:
6858         * acinclude.m4:
6859         Fixed fontconfig and xft2 for version without *-config binnary. Used
6860         pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
6861         fontconfig and xft2 if the version is < the required version
6862         (even if --disable-*test).
6864 2003-06-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6866         * libs/Graphics.c:
6867         define M_PI and M_PI_2 if they are not defined by math.h
6869 2003-06-10  Mikhael Goikhman  <migo@homemail.com>
6871         * libs/Colorset.c (LoadColorset):
6872         added a note to update Colorsets.pm too when the format is changed
6874 2003-06-09  Mikhael Goikhman  <migo@homemail.com>
6876         * WindowStyle_proposal.txt:
6877         s/WindowId/ThisWindow/ and other minor changes
6879 2003-06-06  olicha  <olivier.chapuis@free.fr>
6881         * libs/PictureImageLoader.c (PImageLoadPng):
6882         Fixed loading of png images if the caller want no alpha
6884 2003-06-04  olicha  <olivier.chapuis@free.fr>
6886         * libs/Flocale.c (FlocaleEncodeString):
6887         Fixed memroy leaks
6889 2003-06-03  Mikhael Goikhman  <migo@homemail.com>
6891         * libs/Makefile.am:
6892         only FCombineChars.c was distributed not FCombineChars.h
6894 2003-06-03  Marcus Lundblad  <ml@update.uu.se>
6896         * libs/FCombineChars.c (convert_to_utf8)
6897         fixed a bug when converting back to UTF-8 and a bug giving
6898         garbage at end of string in some cases
6900         * libs/Flocale.c (FlocaleEncodeString)
6901         fixed problem regarding combining-characters when BIDI is used
6903 2003-05-31  Marcus Lundblad  <ml@update.uu.se>
6905         * libs/Makefile.am:
6906         * libs/Flocale.c (FlocaleEncodeString):
6907         * libs/FCombineChars.c:
6908         * libs/FCombineChars.h:
6909         implemeted support for combining characters
6911 2003-05-31  Mikhael Goikhman  <migo@homemail.com>
6913         * configure.in:
6914         set the version 2.5.8
6916 2003-05-30  Mikhael Goikhman  <migo@homemail.com>
6918         * fvwm/builtins.c:
6919         * fvwm/fvwm2.1:
6920         SetEnv with only one parameter is ignored now
6922 2003-05-30  Dan Espen  <dane@mk.telcordia.com>
6924         * NEWS: Add 2.4.16 news.
6926 2003-05-29  Mikhael Goikhman  <migo@homemail.com>
6928         * fvwm/functions.c (expand_extended_var):
6929         (expand):
6930         fixed expanding variables that are empty, for example $[w.resource]
6931         or $[gt.a] or $[version.info] or $[EMPTY_STRING]
6933         * fvwm/fvwm.1.in:
6934         s/$w/$[w.id]/
6936 2003-05-29  olicha  <olivier.chapuis@free.fr>
6938         * fvwm/ewmh.c (ewmh_atom_wm_state):
6939         Do not claim that we support _NET_WM_STATE_FULLSCREEN
6941 2003-05-28  olicha  <olivier.chapuis@free.fr>
6943         * NEWS:
6944         A TaskBar news
6946 2003-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6948         * fvwm/focus.c (__update_windowlist):
6949         don't fiddle with the window list for windows that are going to be
6950         destroyed
6952         * fvwm/add_window.c (delete_client_context):
6953         (destroy_auxiliary_windows):
6954         (destroy_window):
6955         fixed empty frame windows when X reused the window id for a new window
6956         while the old one was scheduled to be destroyed
6958 2003-05-26  olicha  <olivier.chapuis@free.fr>
6960         * fvwm/icons.c (GetIconBitmap):
6961         (set_icon_pixmap_background):
6962         (CreateIconWindow):
6963         (DrawIconPixmapWindow):
6964         (DrawIconWindow):
6965         Fixed loading of application supplied pixmap on 8/24 depth screen
6967 2003-05-25  Dan Espen  <dane@mk.telcordia.com>
6969         * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
6970         Rox Filer.
6972         * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
6973         solaris.
6975 2003-05-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6977         * fvwm/misc.c (GrabEm):
6978         do not confine the pointer to the root window when grabbed; this can
6979         cause the pointer to be warped to another screen
6980         * fvwm/menus.c (get_menu_options):
6981         fixed placement of menus on Xinerama screens
6982         * libs/FScreen.c (FScreenGetResistanceRect):
6983         fixed function to do something useful
6984         * libs/Flocale.c (FlocaleDrawString):
6985         support font shadowing without colorsets
6986         * libs/ColorUtils.c:
6987         reformatted file
6988         * fvwm/menuitem.c (menuitem_paint):
6989         do not use colorsets in menus if they are not defined
6990         * fvwm/menustyle.c (menustyle_parse_style):
6991         fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
6992         issued again
6994 2003-05-23  olicha  <olivier.chapuis@free.fr>
6996         * fvwm/bindings.c (ParseBinding):
6997         (bind_get_bound_button_contexts):
6998         * libs/Bindings.c (GrabWindowButton):
6999         Fixed window button grabbing
7001 2003-05-22  olicha  <olivier.chapuis@free.fr>
7003         * fvwm/colorset.c (parse_colorset):
7004         Fixed an uninit mem
7006         * fvwm/borders.c (border_fill_pixmap_background):
7007         Fixed problem with depth 1 pixmap
7009         * fvwm/conditional.c (CMD_On):
7010         Fixed memory leaks
7012         * fvwm/conditional.c (CreateConditionMask):
7013         Fixed memory leaks for layer and state
7015 2003-05-22  Mikhael Goikhman  <migo@homemail.com>
7017         * configure.in:
7018         added perllib/FVWM/Tracker/Makefile
7020 2003-05-22  olicha  <olivier.chapuis@free.fr>
7022         * fvwm/fvwm.1.in:
7023         * fvwm/style.h:
7024         * fvwm/style.c (print_styles):
7025         * fvwm/builtins.c (CMD_PrintInfo):
7026         New style subject to PrintInfo
7028 2003-05-20  olicha  <olivier.chapuis@free.fr>
7030         * libs/Flocale.c (FlocaleGetFontOrFontSet):
7031         Allowed empty xft font name
7033         * libs/Makefile.am:
7034         * libs/flist.c (new file):
7035         * libs/flist.h (new file):
7036         Added a flist structure and some basic function for handling such
7037         stucture
7039         * libs/FGettext.c (*):
7040         Use the new flist struct and functions interface
7042         * fvwm/screen.h (ScreenInfo):
7043         * fvwm/update.c (destroy_scheduled_windows):
7044         * fvwm/add_window.c (destroy_window):
7045         Added a list for the windows which are scheduled for destroy
7046         Remove a fw at once from the fw list when we destroy_window
7048 2003-05-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7050         * fvwm/style.c (CMD_DestroyStyle):
7051         do not update windows if no style was deleted
7052         (check_window_style_change):
7053         fixed update of window styles w/ DestroyStyle
7055 2003-05-18  olicha  <olivier.chapuis@free.fr>
7057         * fvwm/conditional.c (CMD_On):
7058         Added x,r,w,f and i file condition to the On command
7060         * fvwm/add_window.c (destroy_window):
7061         Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
7062         but scheduled for destroy. Not sure that the fix is good.
7064         * fvwm/functions.c (__execute_function):
7065         * libs/defaults.h:
7066         Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
7067         This fixes some cores dumps with "recursives" functions
7069         * fvwm/borders.c (border_create_root_transparent_pixmap):
7070         (border_draw_decor_to_pixmap):
7071         Fixed a core dump with a root transparent rotated title
7072         Fixed X errors 56 with RootTransparent titlebar and no E pixmap
7074         * libs/FGettext.c (fgettext_add_one_path):
7075         (FGettextInit):
7076         (FGettextSetLocalePath):
7077         Fixed memory leak and chainning
7079         * fvwm/builtins.c (CMD_PrintInfo):
7080         Fixed a parsing leak
7082         * fvwm/conditional.c (Circulate):
7083         Fixed a mask memory leaks
7085         * libs/defaults.h:
7086         * libs/Flocale.c (FlocaleGetFont):
7087         (FlocaleGetFontSet):
7088         (FlocaleGetFftFont):
7089         Fixed a core dump when a 0 font is given with an encoding hints.
7090         Added a default FFT font
7092         * fvwm/builtins.c (CMD_DefaultFont):
7093         Fixed a core dump when the default font change and a redraw
7094         (icon or window) is proceeded before flush_window_updates is called
7096         * fvwm/menustyle.c (CMD_CopyMenuStyle):
7097         Fixed gradients copy
7099         * fvwm/menustyle.c (menustyle_parse_style):
7100         Fixed UMR's related to colorset
7102         * fvwm/builtins.c (ReadDecorFace):
7103         Removed inconsistent #if 0 code and comments about leak and MiniIcon
7104         decor style.
7106         * fvwm/menustyle.h:
7107         * fvwm/menustyle.c (menustyle_free):
7108         Fixed a fore stipple gc leak
7110         * fvwm/windowlist.c (CMD_WindowList):
7111         Fixed a sor_keyname memory leak
7113         * fvwm/fvwm.c (ResetAllButtons):
7114         Fixed the default buttons memory leak
7116 2003-05-08  olicha  <olivier.chapuis@free.fr>
7118         * fvwm/windowlist.c (CMD_WindowList):
7119         Fixed a memory leak if MaxLabelWidth is used
7121 2003-05-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7123         * fvwm/functions.c (__context_has_window):
7124         (__execute_function):
7125         * fvwm/functions.h:
7126         fixed excution of functions requiring a window without a window when
7127         called with "silent" from a complex function
7129 2003-05-07  olicha  <olivier.chapuis@free.fr>
7131         * libs/System.c (searchPath):
7132         Fixed a core dump
7134 2003-05-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7136         * fvwm/move_resize.c (__move_loop):
7137         (__resize_window):
7138         fixed core dumps
7140 2003-05-03  olicha  <olivier.chapuis@free.fr>
7142         * todo-2.6:
7143         Updated
7145 2003-05-01  Bob Woodside  <dumbledore@woodsway.com>
7147         * fvwm/NEWS:
7148         Minor typo corrections.
7150 2003-04-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7152         * fvwm/move_resize.c (__move_loop):
7153         fixed UMR
7154         removed debug code
7155         (__resize_window):
7156         fixed UMR
7158 2003-04-28  olicha  <olivier.chapuis@free.fr>
7160         * fvwm/ewmh.c (ewmh_atom_wm_state):
7161         (ewmh_HandleDock):
7162         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7163         (ewmh_WMStateStaysOnBottom):
7164         Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7166 2003-04-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7168         * fvwm/module_interface.c (do_execute_module):
7169         * fvwm/fvwm.c (main):
7170         * libs/envvar.c (flib_putenv):
7171         * fvwm/builtins.c (add_to_env_list):
7172         (CMD_SetEnv):
7173         (CMD_UnsetEnv):
7174         fixed putenv memory leaks
7176         * libs/envvar.c (strIns):
7177         removed debug code
7178         reformatted file
7179         (flib_putenv):
7180         replacement for putenv without memory leaks
7182         * fvwm/frame.c:
7183         removed debug code
7185         * fvwm/fvwm.c (StartupStuff):
7186         fixed UMR
7187         * fvwm/add_window.c (free_window_names):
7188         fixed memory leaks
7189         * fvwm/events.c (HandlePropertyNotify):
7190         fixed memory leak
7191         * fvwm/menus.c (do_menu):
7192         fixed core dump
7193         (__mloop_exit_selected):
7194         safety patch
7195         * fvwm/menucmd.c (menu_func):
7196         fixed memory leak
7198         * fvwm/builtins.c (CMD_Destroy):
7199         (CMD_Close):
7200         call destroy_window right after XKillClient; do not wait for the window
7201         to die on its own
7203         * fvwm/menucmd.c (menu_func):
7204         * fvwm/windowlist.c (CMD_WindowList):
7205         fixed core dumps
7207 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7209         * INSTALL.fvwm:
7210         several updates (FvwmGtk, gettext)
7212 2003-04-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7214         * fvwm/menucmd.c (menu_func):
7215         * fvwm/windowlist.c (CMD_WindowList):
7216         * fvwm/menus.h:
7217         * fvwm/menus.c (is_double_click):
7218         (pop_menu_up):
7219         (pop_menu_down):
7220         (pop_menu_down_and_repaint_parent):
7221         (__mloop_get_event_timeout_loop):
7222         (__mloop_get_event):
7223         (__mloop_handle_event):
7224         (__mloop_select_item):
7225         (__mloop_make_popup):
7226         (__mloop_get_mi_actions):
7227         (__mloop_do_popup):
7228         (__mloop_do_menu):
7229         (__mloop_handle_action_with_mi):
7230         (__mloop_handle_action_without_mi):
7231         (__mloop_exit):
7232         (menu_enter_tear_off_menu):
7233         (menu_close_tear_off_menu):
7234         (do_menu):
7235         replaced the pfw and pcontext members of the MenuParameters structure
7236         with an execution context pointer
7237         (_menu_execute_function):
7238         wrapper function to simplyfy command execution from within menus
7239         (do_menu):
7240         fixed warping pointer to first menu item when invoked with the mouse
7242         * fvwm/execcontext.c:
7243         removed debug code
7245 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7247         * libs/XError.c:
7248         reformatted
7250         * fvwm.1.in:
7251         * fvwm.c:
7252         replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7254 2003-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7256         * fvwm/menus.c (do_menu):
7257         the NoWarp position hint option works with root menus too
7259         * fvwm/ConfigFvwmDefaults:
7260         removed GrabFocusOff and GrabFocusTransient since they nullify the
7261         default with the plain focus policies
7263 2003-04-24  olicha  <olivier.chapuis@free.fr>
7265         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7266         Fixed a miss print in my previous commit
7268         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7269         (ewmh_MoveResize)
7270         (ewmh_WMStateStaysOnBottom):
7271         * fvwm/ewmh.c (ewmh_AllowsMinimize):
7272         * fvwm/ewmh_intern.h:
7273         Added comment on the implementation at the top of ewmh.c.
7274         Fixed _NET_WM_MOVERESIZE.  Added _NET_WM_ACTION_MINIMIZE in
7275         _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7276         _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7277         and _NET_WM_STATE_BELOW.
7279         * AUTHORS:
7280         Added David Fries. Updated my entries.
7282         * todo-2.6:
7283         One update
7285 2003-04-23  olicha  <olivier.chapuis@free.fr>
7287         * fvwm/module_interface.c (CMD_KillModule):
7288         Fixed a leak when we have an alias
7290         * libs/Picture.c (PFreeFvwmPictureData):
7291         * libs/Picture.h:
7292         New interface function for just freeing the allocated data (not
7293         the pixmaps).
7295 2003-04-22  olicha  <olivier.chapuis@free.fr>
7297         * fvwm/colorset.c (get_root_pixmap):
7298         Fixed a minor memory leak
7300         * fvwm/functions.c (execute_complex_function):
7301         Fixed uninitialized d.type
7303         * libs/Ficonv.c (FiconvSetupConversion):
7304         (FiconvUtf8ToCharset):
7305         (FiconvCharsetToUtf8):
7306         Formating clean-up
7308         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7309         (EWMH_WMIconName):
7310         (EWMH_WMName):
7311         Fixed a core dump and safety check related to not loaded font
7313 2003-04-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7315         * libs/Module.h:
7316         reformatted
7318 2003-04-16  olicha  <olivier.chapuis@free.fr>
7320         * fvwm/ewmh_events.c (ewmh_CloseWindow):
7321         (ewmh_MoveResize):
7322         (ewmh_WMState):
7323         (ewmh_WMStateHidden):
7324         Check if functions are allowed
7326         * fvwm/ewmh.c (ewmh_HandleDesktop):
7327         (ewmh_HandleDock):
7328         Set Desktop and Dock uniconifiable and unmaximazable
7330         * fvwm/menuitem.c (menuitem_paint):
7331         * fvwm/screen.h:
7332         Fixed greyed action with EWMH desktop
7334 2003-04-16  Mikhael Goikhman  <migo@homemail.com>
7336         * NEWS:
7337         documented FvwmEvent behaviour of executing window related event
7338         handlers within a window context
7340         * fvwm/fvwm.1.in:
7341         updated WindowId entry
7343 2003-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7345         * fvwm/schedule.c (deschedule):
7346         (squeue_execute):
7347         (execute_obj_func):
7348         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7349         (ExecuteCommandQueue):
7350         * libs/queue.c (fqueue_init):
7351         (fqueue_remove_or_operate_from_front):
7352         (fqueue_remove_or_operate_from_end):
7353         (fqueue_remove_or_operate_all):
7354         (fqueue_init):
7355         (fqueue_unlock_queue):
7356         (fqueue_lock_queue):
7357         (fqueue_add_at_front):
7358         (fqueue_add_inside):
7359         (fqueue_get_first):
7360         core dump fixes
7362         * libs/queue.c (fqueue_remove_or_operate_all):
7363         (fqueue_remove_or_operate_from_end):
7364         (fqueue_remove_or_operate_from_front):
7365         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7366         (ExecuteCommandQueue):
7367         * fvwm/schedule.c (deschedule):
7368         (check_deschedule_obj_func):
7369         (deschedule_obj_func):
7370         (squeue_execute):
7371         (check_execute_obj_func):
7372         (execute_obj_func):
7373         (copy_obj_func):
7374         core dump fixes
7376 2003-04-15  Mikhael Goikhman  <migo@homemail.com>
7378         * fvwm/ConfigFvwmDefaults:
7379         * fvwm/fvwm.1.in:
7380         * fvwm/windowlist.c:
7381         * sample.fvwmrc/system.fvwm2rc-sample-95:
7382         * NEWS:
7383         WindowListFunc is executed now within a window context,
7384         so "WindowId $0" is not needed anymore in its definition
7386 2003-04-14  olicha  <olivier.chapuis@free.fr>
7388         * fvwm/fvwm.1.in:
7389         * NEWS:
7390         Documented LocalePath and $[gt.str]. FvwmScript news.
7392         * fvwm/expand.c (expand_vars_extended):
7393         Fixed $[gt.str] expansion
7395         * configure.in:
7396         New gettext domain FvwmScript
7398         * libs/FGettext.c (FGettextCopy):
7399         * libs/FGettext.h:
7400         New interface function which copies the string
7402 2003-04-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7404         * fvwm/conditional.c (CMD_Cond):
7405         allow to negate the condition code with '!' prefix
7407         * fvwm/schedule.c (CMD_Schedule):
7408         (CMD_Deschedule):
7409         support hexadecimal ids
7411         * libs/Parse.c (GetIntegerArguments):
7412         (_get_suffixed_integer_arguments):
7413         (GetSuffixedIntegerArguments):
7414         (GetIntegerArgumentsAnyBase):
7415         new utitily function to allow hexadecimal integer arguments
7417 2003-04-10  olicha  <olivier.chapuis@free.fr>
7419         * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7420         (FlocaleGetCharsetOfFontStruct):
7421         (FlocaleGetCharsetFromName):
7422         (FlocaleFixNameForFontSet):
7423         (FlocaleGetFontSet):
7424         (FlocalePrintLocaleInfo):
7425         * libs/FlocaleCharset.h:
7426         * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7427         (FlocaleCharsetPrintXOMInfo):
7428         Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7430 2003-04-08  olicha  <olivier.chapuis@free.fr>
7432         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7433         fixed the default font name
7435 2003-04-07  Mikhael Goikhman  <migo@homemail.com>
7437         * fvwm/events.c (HandlePropertyNotify):
7438         * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7439         completely ignore application requests to set exactly the same
7440         window name or icon name (xmms sets it every second),
7441         this avoids some redundant module messages and redraws
7443 2003-04-05  Mikhael Goikhman  <migo@homemail.com>
7445         * Makefile.am:
7446         fixed DIST
7448 2003-04-04  olicha  <olivier.chapuis@free.fr>
7450         * configure.in:
7451         Fixed a miss print in fribidi config check
7453 2003-04-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7455         * fvwm/focus.c (__restore_focus_after_unmap):
7456         iconified windows without an icon do not receive focus
7458 2003-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7460         * fvwm/virtual (CMD_GotoDeskAndPage):
7461         different "GotoDeskAndPage prev" fix that works with any viewports, not
7462         just multiples of the screen size
7464 2003-03-29  Mikhael Goikhman  <migo@homemail.com>
7466         * fvwm/virtual (CMD_GotoDeskAndPage):
7467         fixed "GotoDeskAndPage prev" with desks larger than 2x2
7469 2003-03-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7471         * ETHICAL_LICENSE:
7472         added file
7474         * fvwm/menucmd.c (menu_func):
7475         fixed double key presses to choose default menu action
7477         * fvwm/focus.c (__update_windowlist):
7478         fixed order of window list with SloopyFocus when using the Focus
7479         command
7481 2003-03-22  Mikhael Goikhman  <migo@homemail.com>
7483         * fvwm/fvwm.1.in:
7484         clarified some things, typo fixed
7486 2003-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7488         * libs/Colorset.c (CreateBackgroundPixmap):
7489         (GetWindowBackgroundPixmapSize):
7490         (get_aspect_dimensions):
7491         fixed size calculation of aspect pixmaps
7493 2003-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7495         * fvwm/icons.c (clear_icon):
7496         (clear_icon):
7497         (AutoPlaceIcon):
7498         (Iconify):
7499         * fvwm/geometry.c (get_icon_geometry):
7500         (modify_icon_position):
7501         set a valid icon picture position if there is neither a picture nor a
7502         title
7504 2003-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7506         * NEWS:
7507         * AUTHORS:
7508         reformatted to fit better on the web page
7510 2003-03-15  Mikhael Goikhman  <migo@homemail.com>
7512         * todo-2.6:
7513         added items from "My TODO" message on 2003-01-02
7515         * fvwm/fvwm.1.in:
7516         actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7518 2003-03-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7520         * libs/FScreen.c:
7521         removed debug output
7523 2003-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7525         * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7526         (FScreenFetchMangledScreenFromUSPosHints):
7527         two functions to allow USPosition hints from modules and StartsOnScreen
7528         work at the same time
7530         * fvwm/conditional.c (direction_cmd):
7531         Some fixes, reformatting and improvements.
7533 2003-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7535         * fvwm/icons.c (Iconify):
7536         initialise icon position to +0+0 if there is neiter a picture nor a
7537         title
7539         * fvwm/functions.c (DeferExecution):
7540         action trigger fix
7542         * todo-2.6 (todo):
7543         closed some items
7545         * fvwm/update.c (apply_window_updates):
7546         fixed drawing of sticky icon titles when the stickyicon style is being
7547         set
7549 2003-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7551         * fvwm/placement.c (CMD_PlaceAgain):
7552         * fvwm/add_window.c (setup_window_placement):
7553         * fvwm/virtual.c (MapDesk):
7554         update the GNOME hints desk when changing desks; fixes placeagain with
7555         stickyicon style
7556         some placeagain fixes
7558         * fvwm/fvwm.1.in (Example):
7559         removed duplicate Iconify section
7561         * todo-2.6 (todo):
7562         closed C.11
7564         * fvwm/functable.c (func_table):
7565         * fvwm/functions.h (func_type):
7566         * fvwm/functions.c (__execute_function):
7567         (execute_complex_function):
7568         (DeferExecution):
7569         fixed a new and and old window selection bug
7571 2003-03-09  Dan Espen  <dane@mk.telcordia.com>
7573         * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7574         detected with Purify.
7576 2003-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7578         * libs/Colorset.c (SetWindowBackgroundWithOffset):
7579         use None, not 0 for Window structures
7581         * fvwm/events.c (InitEventHandlerJumpTable):
7582         (HandleKeyRelease):
7583         (__handle_key_event):
7584         * fvwm/bindings.c (ParseBinding):
7585         (activate_binding):
7586         * libs/Bindings.h:
7587         * fvwm/fvwm.1.in:
7588         removed key release binding because they can not work reliably
7590 2003-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7592         * fvwm/functable.c (func_table):
7593         trigger on ButtonPress for many of the functions
7595         * fvwm/functions.c (__execute_function):
7596         (__execute_function):
7597         fixed conditional commands a la "Current" triggered on root window
7599 2003-03-01  Dan Espen  <dane@mk.telcordia.com>
7601         * todo-2.6: Closed B.2, C.21.
7603 2003-02-28  olicha  <olivier.chapuis@free.fr>
7605         * libs/defaults.h:
7606         * fvwm/events.c (HandleConfigureRequest):
7607         Added a workaround for application with broken max/min size hints
7608         vs a size configure request. This "fixes" floating java JToolBar.
7610         * fvwm/add_window.c (GetWindowSizeHints):
7611         Check that the max size hint is not broken relatively to the the base
7612         size hint
7614 2003-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7616         * NEWS:
7617         * configure.in:
7618         released 2.5.6, set version to 2.5.7
7620         * NEWS:
7621         * configure.in:
7622         updated for 2.5.6
7624 2003-02-26  Tony Finch  <dot@dotat.at>
7626         * fvwm/borders.c (border_draw_one_border_part):
7627         Don't draw the handle relief marks when the border is flat.
7629 2003-02-27  Mikhael Goikhman  <migo@homemail.com>
7631         * configure.in:
7632         s/fribdi_in_path/fribidi_in_path/
7634         * todo-2.6:
7635         spell checking and some reformatting
7637 2003-02-26  olicha  <olivier.chapuis@free.fr>
7639         * fvwm/borders.c (border_setup_bar_pixmaps):
7640         Fixed a miss-print which can cause a core dump
7642         * todo-2.6:
7643         Added a 2.6 TODO file
7645 2003-02-25  Dan Espen  <dane@mk.telcordia.com>
7647         * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7648         void functioin cannot return a value.
7650 2003-02-25  olicha  <olivier.chapuis@free.fr>
7652         * configure.in:
7653         Fixed compilation warning if fribidi is in path
7655 2003-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7657         * fvwm/windowlist.c (CMD_WindowList):
7658         removed unused instruction
7660 2003-02-22  Dan Espen  <dane@mk.telcordia.com>
7662         * configure.in: Remove nested function from -Werror check.
7663         Lets configure work without gcc.
7665         * fvwm/read.h:
7666         * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7668 2003-02-21  Dan Espen  <dane@mk.telcordia.com>
7670         * fvwm/functions.c (__run_complex_function_items): Make Break start
7671         working again.
7673 2003-02-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7675         * fvwm/move_resize.c (get_outline_rects):
7676         (draw_move_resize_grid):
7677         initial drawing and final undrawing of wire frame no longer toggles the
7678         pixel in the top left corner of the screen
7680         * fvwm/expand.c (expand_vars):
7681         disabled warnings about one letter variables
7683 2003-02-17  Dan Espen  <dane@mk.telcordia.com>
7685         * README: Update to reflect release 2.5.x.
7686         * NEWS: Update news for FvwmPager drag fix.
7688 2003-02-15  olicha  <olivier.chapuis@free.fr>
7690         * fvwm/fvwm.1.in:
7691         Fixed a typo
7693 2003-02-13  olicha  <olivier.chapuis@free.fr>
7695         * fvwm/gnome.c (GNOME_SetClientList):
7696         Applied David Fries patch which fixes a possible crash with more
7697         than 256 windows
7698         (GNOME_SetClientList):
7699         malloc -> safemalloc
7701 2003-02-09  Dan Espen  <dane@mk.telcordia.com>
7703         * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7704         Give the XorValue range.
7706 2003-02-08  Dan Espen  <dane@mk.telcordia.com>
7708         * fvwm/fvwm.1.in: Fully document the emulate command.
7710 2003-02-06  olicha  <olivier.chapuis@free.fr>
7712         * fvwm/borders.c (get_common_decorations):
7713         (border_get_border_background):
7715 2003-02-05  Dan Espen  <dane@mk.telcordia.com>
7717         * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7719 2003-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7721         * fvwm/menuitem.h:
7722         * fvwm/menuitem.c (menuitem_get_size):
7723         * fvwm/menus.c (calculate_item_sizes):
7724         renamed "mips" to mipst
7726         * fvwm/menuitem.c (menuitem_get_item_size):
7727         * fvwm/menus.c (_calculate_item_sizes):
7728         backed out patch from 30-Jan-2003
7730 2003-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7732         * fvwm/menuitem.h:
7733         * fvwm/menuitem.c (menuitem_get_item_size):
7734         * fvwm/menus.c (_calculate_item_sizes):
7735         functions renamed due to global name space collision with IRIX 6.5
7737 2003-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7739         * configure.in:
7740         added tests/hints/Makefile.am
7742 2003-01-24  Dan Espen  <dane@mk.telcordia.com>
7744         * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7746 2003-01-20  Dan Espen  <dane@mk.telcordia.com>
7748         * sample.fvwmrc/DecorWin95:
7749         * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7750         Replace a long time ago.
7752 2003-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7754         * fvwm/stack.c (new_layer):
7755         (collect_transients_recursive):
7756         (__restack_window):
7757         fixed Layer command
7759         * fvwm/events.c (HandleConfigureRequest):
7760         fixed placement of icons
7761         fixed size calculations of icons
7763 2003-01-18  Mikhael Goikhman  <migo@homemail.com>
7765         * fvwm/expand.c:
7766         fixed $[desk.name<n>] that was masked by $[desk.n],
7767         added $[desk.pagesx] and $[desk.pagesy]
7769 2003-01-16  Dan Espen  <dane@mk.telcordia.com>
7771         * NEWS: Update news.  Spelling fixes 2.5.x news.
7772         * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7773         its not interactive.
7775 2003-01-12  Mikhael Goikhman  <migo@homemail.com>
7777         * fvwm/functable.c:
7778         added a short description together with the commands
7780 2003-01-12  Marcus Lundblad  <ml@update.uu.se>
7782         * NEWS:
7783         Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7784         HasHandles
7786 2003-01-11  Mikhael Goikhman  <migo@homemail.com>
7788         * expand.c:
7789         * NEWS:
7790         deprecate all single letter variables, new variables are supported now
7791         $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
7792         $[desk.n], $[version.num], $[version.info], $[version.line].
7794 2003-01-07  Marcus Lundblad <ml@update.uu.se>
7796         * fvwm/style.c (style_parse_one_style_option):
7797         * fvwm/fvwm.1.in:
7798         Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
7799         DisallowMaximizeFixedSize
7801 2003-01-06  Dan Espen  <dane@mk.telcordia.com>
7803         * fvwm/fvwm.1.in: Lang check.
7805 2003-01-03  olicha  <olivier.chapuis@free.fr>
7807         * fvwm/commands.h:
7808         * INSTALL.fvwm:
7809         * fvwm/ewmh.h:
7810         * fvwm/ewmh_intern.h:
7811         * fvwm/ewmh_names.c:
7812         * fvwm/ewmh_icons.c:
7813         * fvwm/ewmh_events.c:
7814         * fvwm/ewmh_conf.c:
7815         * fvwm/ewmh.c:
7816         * fvwm/gnome.c:
7817         * fvwm/gnome.h:
7818         * fvwm/functable.c (func_table):
7819         * fvwm/fvwm.c (setVersionInfo):
7820         * acconfig.h:
7821         * configure.in:
7822         Removed GNOME and HAVE_EWMH ifdef
7824         * fvwm/fvwm.1.in:
7825         Documented UseTitleDecorRotation
7827 2003-01-03  Mikhael Goikhman  <migo@homemail.com>
7829         * fvwm/module_interface.c (MoveViewport):
7830         * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
7831         M_NEW_PAGE now has 7 arguments
7833 2003-01-02  olicha  <olivier.chapuis@free.fr>
7835         * fvwm/fvwm.1.in:
7836         Documented  the new icon style options
7838         * fvwm/fvwm.h:
7839         * fvwm/icons.h:
7840         * fvwm/icons.c (DrawIconTitleWindow):
7841         (DrawIconPixmapWindow):
7842         (setup_icon_title_size):
7843         * fvwm/style.c (style_parse_one_style_option):
7844         Fixed IconTitleRelief and IconBackgroundRelief arguments
7846         * fvwm/icons.c (GetIconPicture):
7847         (SetIconPixmapSize):
7848         Fixed IconSize style for non shaped depth > 1 pixmaps
7850 2003-01-02  Mikhael Goikhman  <migo@homemail.com>
7852         * NEWS:
7853         * fvwm/commands.h:
7854         * fvwm/conditional.c (CMD_On):
7855         * fvwm/functable.c:
7856         * fvwm/fvwm.1.in:
7857         new conditional command On for non-window related conditions
7859         * fvwm/execcontext.h:
7860         * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
7861         two new exec contexts for restarting
7863 2003-01-02  olicha  <olivier.chapuis@free.fr>
7865         * fvwm/builtins.c (ReadMultiPixmapDecor):
7866         StretchedPixmap -> AdjustedPixmap
7868         * fvwm/fvwm.1.in:
7869         Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
7870         Documented the new MultiPixmap syntax
7872 2002-12-31  Mikhael Goikhman  <migo@homemail.com>
7874         * NEWS:
7875         * fvwm/fvwm.1.in:
7876         * fvwm/builtins.c (ReadTitleButton):
7877         * fvwm/screen.h:
7878         new button state shortcuts AllActiveUp, AllActiveDown,
7879         AllInactiveUp, AllInactiveDown
7881 2002-12-31  olicha  <olivier.chapuis@free.fr>
7883         * libs/PictureGraphics.c (PCopyArea):
7884         Fixed rendering of depth 1 pixmap with a mask
7886         * fvwm/update.c (apply_window_updates):
7887         Fixed icon bg cset update
7889         * fvwm/events.c (HandlePropertyNotify):
7890         * fvwm/geometry.c (move_icon_to_position):
7891         Fixed non shaped icons with a bg padding but without cs bg
7893         * NEWS:
7894         * fvwm/style.c (style_parse_icon_size_style):
7895         (merge_styles):
7896         * fvwm/fvwm.h (window_style):
7897         * fvwm/add_window.c (setup_icon_size_limits):
7898         * fvwm/icons.c (SetIconPixmapSize):
7899         (GetIconPicture):
7900         New option to IconSize style: Adjusted, Streched, Shrunk
7902         * fvwm/icons.c (SetIconPixmapSize):
7903         (GetIconPicture):
7904         Always center the icon with IconSize if the icon has a background
7906 2002-12-30  Mikhael Goikhman  <migo@homemail.com>
7908         * configure.in:
7909         FvwmWindowMenu renaming; compact long diagnostics into half of line
7911         * NEWS:
7912         documeted and corrected new features
7914         * fvwm/fvwm.1.in:
7915         removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
7916         since these are the only way currently to create themes
7918         * fvwm/fvwm.c:
7919         small reformatting
7921 2002-12-30  olicha  <olivier.chapuis@free.fr>
7923         * NEWS:
7924         * fvwm/icons.c (setup_icon_title_size):
7925         (set_icon_pixmap_background):
7926         (CreateIconWindow):
7927         (DrawIconTitleWindow):
7928         (DrawIconPixmapWindow):
7929         (DrawIconWindow):
7930         (ChangeIconPixmap):
7931         (RedoIconName):
7932         * fvwm/events.c (HandleEnterNotify):
7933         (HandleExpose):
7934         (HandleLeaveNotify):
7935         (HandlePropertyNotify):
7936         * fvwm/borders.c (border_draw_decorations):
7937         * fvwm/default.h:
7938         * fvwm/fvwm.h:
7939         * fvwm/add_window.c (setup_icon_background_parameters):
7940         (setup_icon_title_parameters):
7941         (setup_style_and_decor):
7942         (setup_icon_font):
7943         * fvwm/geometry.c (move_icon_to_position):
7944         * fvwm/style.h:
7945         * fvwm/style.c (check_window_style_change):
7946         (update_style_colorset):
7947         (update_icon_title_cs_style):
7948         (update_icon_title_cs_hi_style):
7949         (update_icon_background_cs_style):
7950         (merge_styles):
7951         * fvwm/update.h:
7952         * fvwm/update.c (apply_window_updates):
7953         New style options IconBackgroundColorset, IconTitleColorset,
7954         HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
7955         and IconBackgroundPadding
7957 2002-12-28  Mikhael Goikhman  <migo@homemail.com>
7959         * libs/FShm.h:
7960         fixed compilation without XShm
7962         * fvwm/borders.c (border_rotate_titlebar_descr):
7963         fixed warning: deprecated use of label at end of compound statement
7965 2002-12-27  olicha  <olivier.chapuis@free.fr>
7967         * fvwm/ConfigFvwmDefaults:
7968         UseTitleDecorRotation is a default
7970         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
7971         (do_relieve_rectangle):
7972         * libs/fvwmlib.h:
7973         * fvwm/borders.c (border_draw_title_stick_lines):
7974         (border_create_root_transparent_pixmap):
7975         (border_mp_render_into_pixmap):
7976         (border_draw_decor_to_pixmap):
7977         (border_mp_render_into_pixmap):
7978         (border_mp_get_titlebar_descr):
7979         (border_mp_draw_mp_titlebar):
7980         (border_draw_decor_to_pixmap):
7981         (border_set_button_pixmap):
7982         (border_get_titlebar_draw_descr):
7983         (border_set_title_pixmap):
7984         (border_rotate_titlebar_descr):
7985         (border_get_titlebar_descr):
7986         Completed UseTitleDecorRotation
7988 2002-12-26  olicha  <olivier.chapuis@free.fr>
7990         * fvwm/update.c (apply_window_updates):
7991         * fvwm/frame.c (frame_get_titlebar_dimensions):
7992         (frame_set_decor_gravities):
7993         * fvwm/borders.c (border_set_button_pixmap):
7994         (border_get_titlebar_descr):
7995         (border_draw_one_button):
7996         Buttons order follows the title text rotations.
7997         More UseTitleDecorRotation preparation
7999         * fvwm/borders.c (border_draw_decor_to_pixmap):
8000         Fixed SolidButton
8002 2002-12-24  olicha  <olivier.chapuis@free.fr>
8004         * fvwm/borders.c (border_mp_render_into_pixmap):
8005         (border_fill_pixmap_background):
8006         Some borders drawing fixes
8008         * libs/Graphics.c (CreateRotatedPixmap):
8009         * fvwm/geometry.c (get_title_font_size_and_offset):
8010         * fvwm/update.c (apply_window_updates):
8011         * fvwm/borders.c (border_set_button_pixmap):
8012         (border_get_titlebar_draw_descr):
8013         (border_draw_title):
8014         (border_rotate_titlebar_descr):
8015         (border_get_titlebar_descr):
8016         More UseTitleDecorRotation preparation
8018 2002-12-22  Dan Espen  <dane@mk.telcordia.com>
8020         * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
8021         so we won't get so many application bugs report to fvwm-workers.
8023         * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
8025 2002-12-21  Marcus Lundblad <ml@update.uu.se>
8027         * fvwm/style.c (style_parse_one_style_option):
8028         * fvwm/style.h:
8029         * fvwm/fvwm.h:
8030         * fvwm/window_flags:
8031         * fvwm/decorations.c (is_function_allowed,
8032                               __is_resize_allowed):
8033         Added styles Closable, Iconifiable, Maximizable and
8034         AllowMaximizeFixedSize
8035         * fvwm/conditional.c (MatchesConditionMask,
8036                               CreateConditionMask):
8037         Added conditionals Closable,Iconifiable and Maximizable
8038         * fvwm/fvwm.1.in:
8039         Documented styles Closable, Iconifiable, Maximizable and
8040         AllowMaximizeFixedSize and conditionals
8041         Closable,Iconifiable and Maximizable
8043 2002-12-20  olicha  <olivier.chapuis@free.fr>
8045         * fvwm/window_flags.h:
8046         * fvwm/update.h:
8047         * fvwm/update.c (apply_window_updates):
8048         * fvwm/style.h:
8049         * fvwm/style.c (style_parse_one_style_option):
8050         * fvwm/fvwm.h:
8051         UseTitleDecorRotation style preparation
8053         * fvwm/fvwm.c (main):
8054         Use best TrueColor visual
8056         * fvwm/borders.c (border_get_border_gcs):
8057         Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
8058         window which may have a depth != Pdepth
8060         * fvwm/menus.c (paint_side_pic):
8061         * fvwm/menuitem.c (menuitem_paint):
8062         * fvwm/icons.c (DrawIconPixmapWindow):
8063         * fvwm/colorset.c (parse_colorset):
8064         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8065         Used Scr.AlphaGC
8067 2002-12-19  olicha  <olivier.chapuis@free.fr>
8069         * libs/Graphics.c (CreateRotatedPixmap):
8070         * libs/fvwmlib.h:
8071         New interface function CreateRotatedPixmap
8073         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8074         (PImageLoadXpm):
8075         * libs/PictureGraphics.c (PCreateRenderPixmap):
8076         (PCreateDitherPixmap):
8077         * libs/Graphics.c (CreateGradientPixmap):
8078         (CreateRotatedPixmap):
8079         * acconfig.h:
8080         * configure.in:
8081         * libs/FShm.h (new file):
8082         * libs/FImage.h (new file):
8083         * libs/FImage.c (new file):
8084         * libs/Makefile.am:
8085         * fvwm/fvwm.c (setVersionInfo):
8086         Added MIT Shared Memory Extension for XImage
8088         * NEWS:
8089         Some news
8091         * fvwm/screen.h:
8092         * fvwm/builtins.c (ReadDecorFace):
8093         (FreeDecorFace):
8094         * fvwm/borders.c (border_draw_decor_to_pixmap):
8095         (border_fill_pixmap_background):
8096         AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8098 2002-12-17  Mikhael Goikhman  <migo@homemail.com>
8100         * libs/FBidiJoin.c:
8101         shape-and-join fixes from Nadim Shaikli (slightly modified)
8103 2002-12-16  olicha  <olivier.chapuis@free.fr>
8105         * libs/PictureGraphics.h:
8106         * libs/PictureGraphics.c (PTileRectangle):
8107         (PGraphicsCreateTiledPicture):
8108         * libs/Graphics.c (CreateTiledPixmap):
8109         New interface function: PGraphicsCreateTiledPicture
8111         * fvwm/screen.h:
8112         * fvwm/fvwm.c (CreateGCs):
8113         Added a global (Scr) alpha GC
8115         * configure.in:
8116         * fvwm/screen.h:
8117         * fvwm/builtins.c (ReadMultiPixmapDecor):
8118         (update_decorface_colorset):
8119         (FreeDecorFace):
8120         * fvwm/borders.c (border_get_tb_parts_to_draw):
8121         (border_fill_pixmap_background):
8122         (border_setup_bar_pixmaps):
8123         (border_get_bar_pixmaps):
8124         (border_free_bar_pixmaps):
8125         (border_mp_render_into_pixmap):
8126         (border_mp_get_length):
8127         (border_mp_get_titlebar_descr):
8128         (border_mp_get_geometry):
8129         (border_mp_get_use_title_style_parts_and_geometry):
8130         (border_mp_draw_mp_titlebar):
8131         (border_draw_decor_to_pixmap):
8132         (border_draw_title_deep):
8133         (border_get_titlebar_draw_descr):
8134         (border_setup_use_title_style):
8135         (border_get_titlebar_descr_state):
8136         (border_get_titlebar_descr):
8137         (border_get_transparent_decorations_part):
8138         (border_draw_title_stick_lines):
8139         MultiPixmap can use Colorset and Solid color. Various others minor
8140         improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8141         "main" drawing code and remove the #ifdef.
8142         New option to ButtonStyle and TitleStyle: StretchedPixmap.
8143         Use the new Scr.AlphaGC.
8145 2002-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8147         * fvwm/add_window.c (validate_transientfor):
8148         do not ignore transientfor hint for iconified windows
8150 2002-12-12  Jason Weber <baboon@imonk.com>
8152         * fvwm/fvwm.1.in:
8153         * fvwm/conditional.c (CMD_ScanForWindow):
8154         * fvwm/commands.h:
8155         * fvwm/functable.c:
8156         rename ScanWindow to ScanForWindow
8158 2002-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8160         * fvwm/menuitem.c (menuitem_paint):
8161         * fvwm/colorset.c (parse_colorset):
8162         * fvwm/icons.c (DrawIconPixmapWindow):
8163         * fvwm/focus.c (_SetFocusWindow):
8164         (_ReturnFocusWindow):
8165         (_DeleteFocus):
8166         (_ForceDeleteFocus):
8167         (__activate_window_by_command):
8168         patches to prevent UMR messages in memory debuggers
8170 2002-12-11  Jason Weber <baboon@imonk.com>
8172         * fvwm/fvwm.1.in: Added ScanWindow
8174         * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8175         * fvwm/commands.h:
8176         * fvwm/functable.c:
8177         Generalized CMD_Direction into direction_cmd.
8178         Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8179         Replace Cycle prefix with secondary direction argument.
8181 2002-12-10  Dan Espen  <dane@mk.telcordia.com>
8183         * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8185 2002-12-05  Marcus Lundblad <ml@update.uu.se>
8186         * fvwm/conditional.c (CreateConditionMask):
8187         Implemented conditional "FixedSize" and "HasHandles"
8188         * fvwm/fvwm.1.in
8189         Documented conditional options "FixedSize" and "HasHandles".
8191 2002-12-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8193         * fvwm/placement.c (PlaceWindow):
8194         fixed StickyAcrossDesks w/ StartsOnPage
8196         * fvwm/functable.c:
8197         * fvwm/commands.h:
8198         * fvwm/ewmh_conf.c (set_state_workaround):
8199         * fvwm/update.c (apply_window_updates):
8200         * fvwm/windowlist.c (CMD_WindowList):
8201         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8202         (ewmh_WMStateSticky):
8203         * fvwm/conditional.c (CreateConditionMask):
8204         * fvwm/gnome.c (GNOME_SetHints):
8205         (GNOME_GetStyle):
8206         (GNOME_HandlePropRequest):
8207         * fvwm/placement.c (SmartPlacement):
8208         (get_next_x):
8209         (get_next_y):
8210         (test_fit):
8211         (PlaceWindow):
8212         * fvwm/session.c (SaveWindowStates):
8213         (MatchWinToSM):
8214         (MatchWinToSM):
8215         * fvwm/ewmh.c (check_desk):
8216         (EWMH_SetWMDesktop):
8217         (ewmh_ComputeAndSetWorkArea):
8218         (ewmh_HandleDynamicWorkArea):
8219         (ewmh_HandleDesktop):
8220         (ewmh_HandleDock):
8221         (ewmh_HandleMenu):
8222         (ewmh_HandleToolBar):
8223         * fvwm/virtual.c (UnmapDesk):
8224         (MapDesk):
8225         (MoveViewport):
8226         (do_move_window_to_desk):
8227         * fvwm/icons.c (setup_icon_title_size):
8228         (DrawIconTitleWindow):
8229         (AutoPlaceIcon):
8230         (Iconify):
8231         * fvwm/borders.c (is_button_toggled):
8232         (get_common_decorations):
8233         (border_draw_title_stick_lines):
8234         * fvwm/add_window.c (AddWindow):
8235         * fvwm/move_resize.c (__move_window):
8236         (__move_window):
8237         (is_window_sticky_across_pages):
8238         (is_window_sticky_across_desks):
8239         (MaximizeHeight):
8240         (MaximizeWidth):
8241         (stick_page):
8242         (stick_desk):
8243         (CMD_Stick):
8244         (CMD_StickAcrossPages):
8245         (CMD_StickAcrossDesks):
8246         (stick_across_pages):
8247         (stick_across_desks):
8248         (handle_stick_across_desks):
8249         (handle_stick_across_pages):
8250         (handle_stick):
8251         * fvwm/fvwm.h (struct):
8252         * fvwm/style.c (style_parse_one_style_option):
8253         (check_window_style_change):
8254         * fvwm/style.h:
8255         * fvwm/window_flags.h:
8256         renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8257         StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8258         everywhere
8260         * fvwm/focus.c (CMD_Focus):
8261         (CMD_FlipFocus):
8262         (__activate_window_by_command):
8263         (__update_windowlist):
8264         (__set_focus_to_fwin):
8265         (_SetFocusWindow):
8266         (_ReturnFocusWindow):
8267         (_DeleteFocus):
8268         (_ForceDeleteFocus):
8269         fixed window list order with FlipFocus command
8271 2002-12-08  Mikhael Goikhman  <migo@homemail.com>
8273         * AUTHORS:
8274         * NEWS:
8275         document bidi entry undocumented in 2.5.5
8277 2002-12-06  olicha  <olivier.chapuis@free.fr>
8279         * acinclude.m4:
8280         Fixed the "detection" of the LINGUAS variable
8282         * configure.in:
8283         Added ar to ALL_LINGUAS
8286 2002-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8288         * fvwm/move_resize.c (__resize_window):
8289         fixed handling of MontionNotify and PropertyNotify events
8291 2002-12-03  olicha  <olivier.chapuis@free.fr>
8293         * fvwm/borders.c (border_draw_decor_to_pixmap):
8294         (border_get_border_background):
8295         (get_common_decorations):
8296         BorderGC cleanup
8298         * fvwm/builtins.c (CMD_PrintInfo):
8299         New subject nls to PrintInfo
8301         * libs/FGettext.c (*):
8302         New command FlocalePath
8304 2002-12-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8306         * NEWS:
8307         * configure.in:
8308         changed version to 2.5.6
8310         * NEWS:
8311         * configure.in:
8312         updated for 2.5.5
8314 2002-12-02  olicha  <olivier.chapuis@free.fr>
8316         * libs/FRenderInit.c (FRenderInit):
8317         Fixed alpha depth if !XRenderSupport
8319         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8320         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8321         (PImageLoadPng):
8322         * libs/PictureImageLoader.h:
8323         Fixed image loading on bigedian machine
8325 2002-12-01  Mikhael Goikhman  <migo@homemail.com>
8327         * libs/FBidi.c (FBidiConvert):
8328         several small changes
8329         * libs/FBidiJoin.c (shape_n_join):
8330         enabled a new bidi shaping code
8332 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8334         * fvwm/frame.c (frame_restore_client_gravities):
8335         (frame_free_move_resize_args):
8336         fixed a redrawing problem after shading a window
8338 2002-11-29  olicha  <olivier.chapuis@free.fr>
8340         * acinclude.m4:
8341         Defined AM_PATH_PROG_WITH_TEST and re-enable it
8343         * configure.in:
8344         * Makefile.am:
8345         Fixed two missprints
8347 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8349         * fvwm/bindings.c (ParseBinding):
8350         fix for stroke-less compile
8352 2002-11-29  olicha  <olivier.chapuis@free.fr>
8354         * fvwm/commands.h (enum):
8355         * fvwm/functable.c (func_table):
8356         * fvwm/builtins.c (CMD_LocalePath):
8357         * libs/FGettext.c (FGettextSetLocalePath):
8358         * libs/FGettext.h:
8359         Preparation for LocalePath command
8361         * fvwm/screen.h (ScreenInfo):
8362         * fvwm/fvwm.c (CreateGCs):
8363         Rename Scr.TileGC to Scr.BordersGC
8365         * acinclude.m4:
8366         A libintl autoconf fix
8368         * libs/Colorset.c (CreateBackgroundPixmap):
8369         Do not grab the server when we dump the E setroot pixmap
8371 2002-11-29  olicha  <olivier.chapuis@free.fr>
8373         * acconfig.h:
8374         * fvwm/Makefile.am:
8375         * Makefile.am:
8376         * configure.in:
8377         * acinclude.m4:
8378         Added NLS support with gnu gettext
8380         * fvwm/fvwm.c (main):
8381         FGettextInit
8383         * fvwm/expand.c (expand_vars_extended):
8384         New extanded variable $[gt.any_string]
8386         * fvwm/virtual.c (CMD_DesktopName):
8387         * fvwm/windowlist.c (get_desk_title):
8388         * fvwm/expand.c (expand_vars_extended):
8389         * fvwm/fvwm.c (SetRCDefaults):
8390         * fvwm/ConfigFvwmSetup:
8391         Mark some strings to be translated
8393         * libs/FGettext.c (new file):
8394         * libs/FGettext.c (new file):
8395         * libs/Makefile.am:
8396         gnu gettext libintl warper
8398 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8400         * fvwm/add_window.c (RestoreWithdrawnLocation):
8401         rixed rxvts with S/E gravity travelling off screen upon recapture after
8402         they were resized.
8404         * fvwm/events.c (__handle_key_event):
8405         * fvwm/bindings.c (activate_binding):
8406         (__rebind_global_key):
8407         fixed unbinding pointerkey bindings removing the grab for this key
8408         completely
8410         * fvwm/events.c (__is_bpress_window_handled):
8411         fixed click on override redirect windows being handled by the root
8412         window
8414         * fvwm/misc.c (GrabEm):
8415         confine the pointer to the root window when grabbed
8417         * fvwm/events.c (HandleUnmapNotify):
8418         fixed reparenting problem with restarts from desks != 0
8420 2002-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8422         * fvwm/events.c:
8423         removed experimental code
8425 2002-11-28  olicha  <olivier.chapuis@free.fr>
8427         * fvwm/borders.c (border_get_border_background):
8428         (border_draw_decor_to_pixmap):
8429         (border_fill_pixmap_background):
8430         Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8431         soon.
8433 2002-11-26  Mikhael Goikhman  <migo@homemail.com>
8435         * fvwm/fvwm.c (InitVariables):
8436         fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8437         of 100%
8438         * fvwm/virtual.c (CMD_EdgeScroll):
8439         minor spacing
8441         * fvwm/ConfigFvwmDefaults:
8442         do not include empty ConfigFvwmProxyDefaults, added one binding
8444 2002-11-26  olicha  <olivier.chapuis@free.fr>
8446         * libs/Colorset.c (CreateBackgroundPixmap):
8447         * fvwm/colorset.c (parse_colorset):
8448         Be more safe with the E root pixmap
8450 2002-11-25  olicha  <olivier.chapuis@free.fr>
8452         * fvwm/move_resize.c (__move_loop):
8453         Redraw the transparent decoration parts when a move is abored
8455         * fvwm/colorset.c (parse_colorset):
8456         Fixed the fgsh Colorset colors when the Image change but not the bg
8458 2002-11-24  Jason Weber  <baboon@imonk.com>
8460         * fvwm/conditional.c (CMD_Direction):
8461         Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8462         eventual traversal of all windows over repeated calls.  It also cycles
8463         back to the opposite extent when it hits the limit in the given
8464         direction.
8466 2002-11-22  olicha  <olivier.chapuis@free.fr>
8468         * fvwm/borders.h:
8469         * fvwm/borders.c (get_common_decorations):
8470         (border_get_parts_and_pos_to_draw):
8471         (border_get_changed_border_parts):
8472         (border_get_frame_pixmap, new):
8473         (border_get_border_background):
8474         (border_draw_one_border_part):
8475         (border_draw_decorations):
8476         (border_get_tb_parts_to_draw):
8477         (border_fill_pixmap_background):
8478         (border_get_titlebar_descr_state, new):
8479         (border_draw_titlebar):
8480         (border_setup_bar_pixmaps, new):
8481         (border_get_bar_pixmaps, new):
8482         (border_free_bar_pixmaps, new):
8483         (border_setup_use_title_style, new):
8484         (border_set_button_pixmap):
8485         (border_set_title_pixmap):
8486         (border_draw_one_button):
8487         (border_set_button_pixmap):
8488         (border_draw_title_deep):
8489         (border_get_transparent_decorations_part, new):
8490         Title, Border and Buttons Style Colorset Option: Drawing
8492         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8493         (__move_window):
8494         (__move_loop):
8495         * fvwm/frame.c (__frame_setup_window):
8496         (frame_has_handles_and_tiled_border):
8497         (frame_create_move_resize_args):
8498         (frame_free_move_resize_args):
8499         Title, Border and Buttons Style Colorset Option: External drawing
8500         stuff. Basically additional redrawing for RootTransparent
8502         * fvwm/builtins.c (update_decorface_colorset, new):
8503         (update_titlebutton_colorset, new):
8504         (update_decors_colorset, new):
8505         (update_fvwm_colorset):
8506         Title, Border and Buttons Style Colorset Option: Dynamic updating
8508         * fvwm/screen.h:
8509         * fvwm/builtins.c (ReadDecorFace):
8510         Title, Border and Buttons Style Colorset Option: Configuration
8512         * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8513         * libs/Colorset.h:
8514         Title, Border and Buttons Style Colorset Option: Convinent macros and
8515         function
8517 2002-11-18  Dan Espen  <dane@mk.telcordia.com>
8519         * libs/Makefile.am: Add missing Bindings.h.
8521 2002-11-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8523         * fvwm/move_resize.c (__move_loop):
8524         send M_CONFIGURE_WINDOW only when the window actually moves
8526 2002-11-16  Mikhael Goikhman  <migo@homemail.com>
8528         * libs/FBidi.c:
8529         * libs/FBidi.h:
8530         * libs/FBidiJoin.c:
8531         * libs/FBidiJoin.h:
8532         * libs/Makefile.am:
8533         incorporated a shape-and-join bidi functionality from Nadim Shaikli
8534         with minor improvements; it is disabled for now (#if 0) since
8535         some Arabic chars cause core dump
8537 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8539         * fvwm/fvwm.1.in (Examples):
8540         added documentation of Icon option for PlaceAgain command
8542         * fvwm/events.c (__handle_key_event):
8543         fixed global key binding problem
8545 2002-11-15  olicha  <olivier.chapuis@free.fr>
8547         * libs/Bindings.c (MatchBindingExactly):
8548         (__compare_binding):
8549         compile fixes w/o stroke lib
8551         * NEWS:
8552         * fvwm/geometry.c (get_title_font_size_and_offset):
8553         * fvwm/builtins.c (do_title_style):
8554         New MinHeight option to TitleStyle
8556 2002-11-15  olicha  <olivier.chapuis@free.fr>
8558         * fvwm/builtins.c (update_fvwm_colorset):
8559         (CMD_Colorset):
8560         (do_title_style):
8562         * fvwm/builtins.h:
8563         * fvwm/colorset.c (update_root_transparent_colorset):
8564         Fixed update of the RootTransparent colorset in fvwm
8566 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8568         * libs/Bindings.c (__compare_binding):
8569         (MatchBindingExactly):
8570         compoile fixes w/o stroke lib
8572 2002-11-14  olicha  <olivier.chapuis@free.fr>
8574         * fvwm/fvwm.1.in:
8575         * INSTALL.fvwm:
8576         * NEWS
8577         Removed any reference on "xft and flickering"
8579 2002-11-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8581         * fvwm/eventmask.h (XEVMASK_ICONW):
8582         * fvwm/events.c (HandleKeyRelease):
8583         (HandleKeyPress):
8584         (__handle_key_event):
8585         * fvwm/bindings.c (ParseBinding):
8586         (activate_binding):
8587         * libs/Bindings.h (enum):
8588         implemented key release bindings; prefix the key name with a '-';
8589         does not work well with some applications
8591 2002-11-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8593         * libs/Bindings.h:
8594         new file
8596         * fvwm/bindings.c (ParseBinding):
8597         (binding_cmd):
8598         (activate_binding):
8599         (bind_get_bound_button_contexts):
8600         (ParseBinding):
8601         (CMD_Stroke):
8602         (CMD_Mouse):
8603         (CMD_PointerKey):
8604         (CMD_Key):
8605         (RemoveMatchingBinding):
8606         (AddBinding):
8607         (AreBindingsEqual):
8608         (GrabWindowKey):
8609         (GrabWindowButton):
8610         (GrabAllWindowKeysAndButtons):
8611         * fvwm/module_interface.c (CMD_ModuleSynchronous):
8612         * fvwm/events.c (__handle_bpress_on_root):
8613         (__handle_bpress_on_managed):
8614         (HandleButtonRelease):
8615         * fvwm/builtins.c (CMD_Wait):
8616         (CMD_StrokeFunc):
8617         * libs/fvwmlib.h (enum):
8618         fixed Key vs. PointerKey with "A"ny context
8620 2002-11-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8622         * fvwm/icons.c (Iconify):
8623         icon placement safety patch
8624         (CreateIconWindow):
8625         fixed initial position of application provided icon windows
8627         * fvwm/session.c (LoadWindowStates):
8628         fixed parsing of strings beginning with whitespace in session file
8630         * fvwm/fvwm.1.in (Note):
8631         * fvwm/style.c (style_set_old_focus_policy):
8632         * libs/defaults.h (DEF_FP_MODIFIERS):
8633         set default modifiers for raising/focusing to N again
8635 2002-11-11  olicha  <olivier.chapuis@free.fr>
8637         * fvwm/fvwm.1.in:
8638         * fvwm/fvwm.c (main):
8639         (usage):
8640         named-palette -> visual-palette, -N -> -P
8642 2002-11-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8644         * fvwm/ConfigFvwmDefaults:
8645         include ConfigFvwmProxyDefaults
8647         * fvwm/fvwm.c (usage):
8648         polished usage message
8650 2002-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8652         * fvwm/fvwm.c (usage):
8653         (main):
8654         cleaned up usage and error messages
8655         use short option names in usage message an man page synopsis
8656         all options are case sensitive
8657         do not mention the "-" style long options in the man page; instead use
8658         the "--" style
8660         * fvwm/add_window.c (setup_frame_window):
8661         * fvwm/events.c (HandleMapNotify):
8662         * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8663         fixed empty decorations after recapture
8665         * fvwm/geometry.c (get_icon_geometry):
8666         * fvwm/icons.c (clear_icon):
8667         fixed icon jumping to 0 0 when the icon layout changes after the icon
8668         has been moved manually
8670         * fvwm/move_resize.c (__move_icon):
8671         fixed MoveToPage with icons
8673 2002-11-09  olicha  <olivier.chapuis@free.fr>
8675         * libs/Fft.c (FftGetRotatedFont):
8676         (FftGetFont):
8677         * libs/Fft.h:
8678         Check the return result of FftPatternGetMatrix
8680         * libs/Flocale.h:
8681         * libs/PictureBase.h:
8682         Added two macro
8684 2002-11-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8686         * fvwm/ewmh_conf.c (set_state_workaround):
8687         * fvwm/functable.c (func_table):
8688         * fvwm/update.c (apply_window_updates):
8689         * fvwm/windowlist.c (CMD_WindowList):
8690         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8691         (ewmh_WMStateSticky):
8692         * fvwm/conditional.c (CreateConditionMask):
8693         (CreateConditionMask):
8694         * fvwm/gnome.c (GNOME_SetHints):
8695         (GNOME_GetStyle):
8696         (GNOME_HandlePropRequest):
8697         * fvwm/placement.c (SmartPlacement):
8698         (get_next_x):
8699         (test_fit):
8700         (get_next_y):
8701         (PlaceWindow):
8702         * fvwm/session.c (SaveWindowStates):
8703         (MatchWinToSM):
8704         * fvwm/ewmh.c (check_desk):
8705         (EWMH_SetWMDesktop):
8706         (ewmh_ComputeAndSetWorkArea):
8707         (ewmh_HandleDynamicWorkArea):
8708         (ewmh_HandleDesktop):
8709         (ewmh_HandleDock):
8710         (ewmh_HandleMenu):
8711         (ewmh_HandleToolBar):
8712         * fvwm/virtual.c (UnmapDesk):
8713         (MapDesk):
8714         (MoveViewport):
8715         (MoveViewport):
8716         (do_move_window_to_desk):
8717         * fvwm/icons.c (setup_icon_title_size):
8718         (DrawIconTitleWindow):
8719         (AutoPlaceIcon):
8720         (Iconify):
8721         * fvwm/borders.c (is_button_toggled):
8722         (get_common_decorations):
8723         (border_draw_title_stick_lines):
8724         * fvwm/add_window.c (AddWindow):
8725         * fvwm/move_resize.c (__move_window):
8726         (is_window_sticky_on_page):
8727         (is_window_sticky_on_desk):
8728         (MaximizeWidth):
8729         (MaximizeHeight):
8730         (stick_page):
8731         (stick_desk):
8732         (handle_stick):
8733         (handle_stick_page):
8734         (handle_stick_desk):
8735         (__handle_stick_exit):
8736         (CMD_StickDesk):
8737         (CMD_StickPage):
8738         * fvwm/style.c (style_parse_one_style_option):
8739         (check_window_style_change):
8740         * fvwm/style.h:
8741         * fvwm/fvwm.h:
8742         New Style options stickypage and stickydesk
8743         New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8744         StickyDesk, OnlyStickyPage, OnlyStickyDesk
8745         New conditions StickyPage and StickyDesk
8746         New commands StickPage and StickDesk
8748         * fvwm/move_resize.c (__move_window):
8749         do not unstick a window when using MoveToScreen
8751         * fvwm/ewmh_conf.c:
8752         reindented
8754         * fvwm/commands.h:
8755         * fvwm/functable.c (func_table):
8756         * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8757         renamed EWMHBaseStrut to EwmhBaseStruts
8759         * fvwm/style.c (style_set_old_focus_policy):
8760         SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8761         (style_parse_one_style_option):
8762         renamed "Border" style to "Borders"
8763         removed "NoBorder" style; use !Borders instead
8764         renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8765         renamed PlacmentOverlapPercentPenalties to
8766         MinOverlapPercentPlacementPenalties
8768         * fvwm/fvwm.1.in:
8769         * NEWS:
8770         corrected typo
8772         * libs/Fft.c:
8773         Fixed compiler warnings
8775 2002-11-09  Mikhael Goikhman  <migo@homemail.com>
8777         * configure.in:
8778         autogenerate FvwmWindowLister files
8780         * fvwm/fvwm.1.in:
8781         mention fvwm-menu-directory and fvwm-menu-desktop as examples
8782         of MissingSubmenuFunction and DynamicPopupAction
8784 2002-11-08  olicha  <olivier.chapuis@free.fr>
8786         * libs/PictureUtils.c (alloc_color_proportion):
8787         (alloc_color_proportion_dither):
8788         (alloc_color_proportion_grey):
8789         (alloc_color_x):
8790         (free_colors_in_table):
8791         (free_colors_x):
8792         (init_static_colors_table):
8793         (PictureFreeColors):
8794         (PictureInitColors):
8795         (PicturePrintColorInfo):
8796         Fixed StaticColor visual. Rename some of the color allocators. Clean up
8797         free colors stuff
8799 2002-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8801         * fvwm/move_resize.c (__move_window):
8802         ignore MoveToPage with sticky windows
8804         * fvwm/conditional.c (Circulate):
8805         (circulate_cmd):
8806         Next and Prev commands begin looking at the context window, if any
8808         * fvwm/focus.c (__focus_grab_buttons):
8809         fixed initial button grabbing on client window
8811         * fvwm/stack.c (BroadcastRestack):
8812         split long packets, fixed a bug and cleaned up
8814         * libs/Module.c (ReadFvwmPacket):
8815         ignore packets that are too long
8817         * fvwm/fvwm.1.in:
8818         document PopupDelay and PopdownDelay defaults
8820 2002-11-06  olicha  <olivier.chapuis@free.fr>
8822         * libs/Fft.c (FftGetFont):
8823         (FftGetRotatedFont):
8824         Use a more perfectioned method for loading font with Xft/Fc. This
8825         method allows sanity check. Preserve the matrix when rotating
8826         Xft/Fc fonts.
8828         * libs/Flocale.c (FlocaleGetMinOffset):
8829         (FlocaleRotateDrawString):
8830         (FlocaleGetFontSet):
8831         (FlocaleGetFont):
8832         * libs/Fft.c (FftDrawString):
8833         (FftGetFont):
8834         * libs/FftInterface.h:
8835         * fvwm/geometry.c (get_title_font_size_and_offset):
8836         Move the computation of the good "y" for drawing text into Flocale.
8837         Use the max ascent, descent and height for font metric (in the place
8838         of the min's one).
8840         * libs/Flocale.c (FlocalePrintLocaleInfo):
8841         * libs/Flocale.h:
8842         * libs/Fft.c (FftPrintPatternInfo):
8843         * libs/Fft.h:
8844         * fvwm/builtins.c (CMD_PrintInfo):
8845         * NEWS:
8846         * fvwm.1.in:
8847         New option "Locale" to PrintInfo Command
8849 2002-11-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8851         * fvwm/events.c (HandleExpose):
8852         removed no-op
8854 2002-11-04  Dan Espen  <dane@mk.telcordia.com>
8856         * fvwm/fvwm.1.in: colour -> color
8857         Language check.
8859 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8861         * fvwm/fvwm.1.in:
8862         * fvwm/fvwm.c (usage):
8863         (main):
8864         pallet -> palette
8866 2002-11-04  olicha  <olivier.chapuis@free.fr>
8868         * configure.in:
8869         Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
8871         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8872         (finish_ct_init):
8873         (PictureFreeColors):
8874         (PicturePrintColorInfo):
8875         Trace colours allocation out of the pallet in depth <= 8. Better
8876         information on coulours
8878         * libs/Fft.c (FftGetRotatedFont):
8879         * libs/Fft.h:
8880         Fixed rotated font when the original font has a matrix
8882         * libs/PictureBase.c (PictureInitCMapRoot):
8883         * libs/PictureUtils.h:
8884         * libs/PictureUtils.c (PictureInitColors):
8885         (PictureAllocColorTable):
8886         * libs/PictureBase.h (PictureColorLimitOption):
8887         * fvwm/fvwm.c (main):
8888         * fvwm/fvwm.1.in
8889         New options -strict-color-limit, -allocate-pallet, -static-pallet,
8890         -named-pallet. -color-limit now take only integer argument.
8893 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8895         * libs/Module.h (struct):
8896         new type FvwmWinPacketBodyHeader to access the standard fields in a
8897         packet with a window
8899 2002-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8901         * NEWS:
8902         updated for 2.4.13
8904         * fvwm/functable.c (func_table):
8905         * fvwm/commands.h:
8906         * fvwm/style.c (style_parse_one_style_option):
8907         (parse_and_set_window_style):
8908         (__style_command):
8909         (CMD_Style):
8910         (CMD_FocusStyle):
8911         added a new command FocusStyle as a shorthand for
8912         "Style * FP..., FP..."
8914         * fvwm/builtins.c (__parse_vector_line_one_coord):
8915         (__parse_vector_line):
8916         (ReadDecorFace):
8917         split vector line parsing into sub functions
8918         (FreeDecorFace):
8919         fixed core dump in vector button offset patch
8921 2002-11-01  Marcus Lundblad <ml@update.uu.se>
8923         * fvwm/screen.h (vector_coords):
8924         added fields for offsets
8925         * fvwm/builtins.c (ReadDecorFace):
8926         rewrote parser for vector definitions to accept optional offsets
8927         * fvwm/fvwm.c (LoadDefaultLeftButton):
8928         (LoadDefaultRightButton)
8929         set default values for offsets
8930         * fvwm/borders.c (border_draw_vector_to_pixmap):
8931         updated XDrawLine call to take offsets into account
8932         * fvwm/fvwm.1.in:
8933         documented new options for vector offsets
8935 2002-11-01  olicha  <olivier.chapuis@free.fr>
8937         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8938         Fixed icon tint pixel, it was set to icon tint percent during some
8939         renaming
8941 2002-10-31  olicha  <olivier.chapuis@free.fr>
8943         * libs/PictureUtils.c (PictureAllocColorImage):
8944         (PictureOpenImageColorAllocator):
8945         (PictureCloseImageColorAllocator):
8946         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8947         (FIMAGE_CMD_ARGS):
8948         (PImageLoadXpm):
8949         (PImageCreatePixmapFromArgbData):
8950         (PImageLoadPixmapFromFile):
8951         * libs/PictureBase.h (FvwmPictureThing):
8952         (PictureImageColorAllocator):
8953         * libs/Picture.h:
8954         * libs/Picture.c (PDestroyFvwmPicture):
8955         (PLoadFvwmPictureFromPixmap):
8956         * libs/Graphics.c (CreateGradientPixmap):
8957         * fvwm/fvwm.c:
8958         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8959         Added a new way to allocate colors for image and gradient. This method
8960         allows, in particular, to save (in a "fast" way) the allocated pixels
8961         with a minimal memory usage.
8962         Fixed color leaks for png, ewmh and dithered xpm images.
8964         * fvwm/add_window.c (destroy_icon):
8965         * fvwm/fvwm.h (FvwmWindow):
8966         * fvwm/icons.c (GetIconFromFile):
8967         Fixed color leaks
8969 2002-10-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8971         * fvwm/commands.h:
8972         * fvwm/functable.c:
8973         * fvwm/stack.c (enum):
8974         (position_new_window_in_stack_ring):
8975         (new_layer):
8976         (must_move_transients):
8977         (restack_windows):
8978         (__restack_window):
8979         (__raise_lower_recursion):
8980         (__raise_or_lower_window):
8981         (raise_or_lower_window):
8982         (collect_transients_recursive):
8983         (__is_restack_transients_needed):
8984         (RestackWindow):
8985         (CMD_RestackTransients):
8986         new command RestackTransients which works like Raise and Lower but does
8987         not restack windows that are not transient
8988         renamed some functions
8989         general cleanup
8991         * fvwm/fvwm.1.in:
8992         corrected cursor movement key bindings
8994         * fvwm/bindings.c (activate_binding):
8995         fixed problem w/ bindings being overridden by applications OpenOffice
8996         and the Gnome panel
8998 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
9000         * configure.in:
9001         * NEWS:
9002         switched to 2.5.5
9004         * configure.in:
9005         include FvwmProxy to build
9007 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
9009         * configure.in:
9010         exclude FvwmProxy from build
9012         * configure.in:
9013         * NEWS:
9014         updated for 2.5.4
9016 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9018         * configure.in:
9019         added FvwmProxy module
9021 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
9023         * fvwm/fvwm.1.in:
9024         * fvwm/windowlist.c (CMD_WindowList):
9025         renamed SortClassName to SortByClass
9027 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9029         * fvwm/menustyle.c (menustyle_update):
9030         (menustyle_parse_style):
9031         (menustyle_get_styleopt_index):
9032         (menustyle_parse_style):
9033         (CMD_CopyMenuStyle):
9034         * fvwm/menustyle.h:
9035         removed HilightRelief MenuStyle and hard coded it
9037 2002-10-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9039         * fvwm/menus.c (make_menu_window):
9040         fixed updating menu background with "Menustyle * Background"
9042         * fvwm/stack.c (__get_stacking_sibling):
9043         (restack_windows):
9044         fixed another stacking problem
9046 2002-10-28  Mikhael Goikhman  <migo@homemail.com>
9048         * acinclude.m4:
9049         * configure.in:
9050         corrected and lined up several help lines
9052         * INSTALL.fvwm:
9053         added --enable-xinerama-emulation description
9055 2002-10-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9057         * fvwm/stack.c (restack_windows):
9058         (__get_stacking_sibling):
9059         fixed another stacking problem
9061 2002-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9063         * fvwm/add_window.c (AddWindow):
9064         braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
9065         windows starting lowered or on other layers in FvwmPager
9067         * fvwm/stack.c (restack_windows):
9068         (__get_visible_window):
9069         fixed a stacking problem with layers
9071 2002-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9073         * fvwm/functable.c (func_table):
9074         fixed Pick command
9076 2002-10-24  Mikhael Goikhman  <migo@homemail.com>
9078         * NEWS:
9079         * fvwm/fvwm.1.in:
9080         * fvwm/windowlist.c:
9081         new WindowList option SortByResource
9083         * fvwm/style.c (check_window_style_change):
9084         * libs/FlocaleCharset.c:
9085         fixed gcc warning
9087         * AUTHORS:
9088         place recent authors to the top, not bottom
9090         * fvwm/builtins.c:
9091         corrected typo in error message
9093 2002-10-23  Dan Espen  <dane@mk.telcordia.com>
9095         * fvwm/fvwm.1.in: Lang check done.
9097 2002-10-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9099         * fvwm/menus.c:
9100         work on new menu loop code
9102         * libs/timeout.h:
9103         * libs/timeout.c:
9104         new files
9106         * fvwm/menus.c (__mloop_handle_event):
9107         (__mloop_get_event):
9108         (__mloop_handle_action_with_mi):
9109         * fvwm/menus.h (MenuReturn):
9110         renamed MenuReturn member menu to target_menu
9112         * fvwm/menus.c (__mloop_handle_event):
9113         * fvwm/menus.h (MenuReturn):
9114         removed a "write only" member of MenuReturn
9116         * fvwm/conditional.c (circulate_cmd):
9117         fixed the "Any" command
9119 2002-10-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9121         * fvwm/stack.c (mark_transient_subtree):
9122         fixed stack ring corruption with iconified transients
9123         (restack_windows):
9124         fixed a problem with lowering windows below the icons of their
9125         transients
9127 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9129         * libs/Colorset.c:
9130         * fvwm/menustyle.c:
9131         * libs/Colorset.h:
9132         * libs/Flocale.h:
9133         * libs/PictureBase.h:
9134         * fvwm/menuitem.c:
9135         * fvwm/geometry.c:
9136         * fvwm/colorset.c:
9137         renamed colorset_struct to colorset_t
9139 2002-10-22  olicha  <olivier.chapuis@free.fr>
9141         * libs/PictureUtils.c:
9142         Minor fixes and add #if O experimental code
9144 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9146         * fvwm/icons.c (DrawIconPixmapWindow):
9147         (DrawIconWindow):
9148         * fvwm/events.c (HandlePropertyNotify):
9149         * libs/Fft.c (FftDrawString):
9150         * libs/Colorset.c (DumpColorset):
9151         (LoadColorset):
9152         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9153         use renamed colorset_struct members
9155         * libs/Colorset.h (colorset_struct):
9156         renamed and re-sorted members and cut down bit field lengths for
9157         percentile members
9159         * fvwm/menustyle.c (menustyle_update):
9160         fixed core dump
9162         * fvwm/stack.c (restack_windows):
9163         fixed flickering when raising transients; can't prevent flickering when
9164         lowering a window completely
9165         (restack_windows):
9166         fixed unnecessary error message
9168         * fvwm/fvwm.c (main):
9169         init Scr to zeros
9171         * fvwm/stack.c (__restack_window):
9172         fixed a stacking problem with icons
9174         * fvwm/add_window.c (destroy_icon):
9175         fixed a memory leak
9177 2002-10-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9179         * fvwm/menuitem.c (menuitem_paint):
9180         * fvwm/menustyle.c (menustyle_parse_style):
9181         * fvwm/menus.c (paint_side_pic):
9182         (paint_menu):
9183         (select_menu_item):
9184         (repaint_transparent_menu):
9185         * fvwm/menustyle.h (MenuLook):
9186         cleaned up menu drawing code, fixed last patch
9188         * fvwm/menuitem.c (menuitem_paint):
9189         * fvwm/menustyle.c (menustyle_parse_style):
9190         fixed HilightBack default
9192         * fvwm/bindings.c (binding_cmd):
9193         (bind_get_bound_button_contexts):
9194         (ParseBinding):
9195         * fvwm/screen.h (ScreenInfo):
9196         fixed mouse bindings with buttons > 5
9198         * fvwm/menuitem.c (menuitem_paint):
9199         * fvwm/menustyle.c (menustyle_parse_style):
9200         (menustyle_parse_style):
9201         (CMD_CopyMenuStyle):
9202         (menustyle_update):
9203         (menustyle_free):
9204         * fvwm/menus.c (repaint_transparent_menu):
9205         * fvwm/menustyle.h:
9206         HilightBack and ActiveFore are now independent
9208 2002-10-18  olicha  <olivier.chapuis@free.fr>
9210         * libs/PictureUtils.c (get_color_index):
9211         (create_mapping_table):
9212         (PictureAllocColorTable):
9213         Use a new distance and method for color approximation. Use 68 colors
9214         for the default under depth 8. I am happy with this, should use a
9215         similar distance method for dithering
9217         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9218         (PictureAllocColorTable):
9219         (PictureDitherByDefault):
9220         (PictureUseBWOnly):
9221         (PictureIitColors):
9222         (PicturePrintColorInfo):
9223         * libs/PictureUtils.h:
9224         Allows -color-limit to work with any visual and depth for testing
9225         propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9227         * fvwm/colorset.c:
9228         Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9230 2002-10-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9232         * fvwm/add_window.c (get_default_window_attributes):
9233         cleaned up
9235         * fvwm/builtins.c (CMD_ChangeDecor):
9236         removed some duplicate redrawing
9238         * fvwm/update.c (apply_decor_change):
9239         suppress duplicate window update upon ChangeDecor
9240         (apply_window_updates):
9241         do not delete the focus window
9243 2002-10-17  olicha  <olivier.chapuis@free.fr>
9245         * NEWS:
9246         A bunch of news
9248         * libs/Colorset.c (CreateBackgroundPixmap):
9249         Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9251         * fvwm/builtins.c (CMD_Colorset):
9252         Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9254 2002-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9256         * fvwm/add_window.c (AddWindow):
9257         * fvwm/update.c (apply_window_updates):
9258         * fvwm/move_resize.c (handle_stick):
9259         (CMD_Stick):
9260         suppress drawing of sticky decorations initially
9261         reduce module communication overhead when (un)sticking windows
9263         * fvwm/borders.c (border_draw_decorations):
9264         * fvwm/window_flags.h:
9265         * fvwm/fvwm.h:
9266         * fvwm/frame.c (frame_create_move_resize_args):
9267         (get_resize_decor_gravities_one_axis):
9268         (frame_mrs_setup_draw_decorations):
9269         (mr_args_internal):
9270         initialize window decorations with a "None" pixmap;
9271         delay drawing window decorations initially to prevent drawing multiple
9272         times;
9273         => windows grabbing the focus upon startup are drawn focused
9274         immediately
9276         * fvwm/frame.c (frame_free_move_resize_args):
9277         reparent the frame hide windows to NoFocusWin instead of Root to
9278         suppress unnecessary ReparentNotify events
9280 2002-10-16  olicha  <olivier.chapuis@free.fr>
9282         * fvwm/fvwm.c (main):
9283         Fixed a typo
9285         * libs/FRender.h:
9286         Fixed compilation with X cvs
9288         * libs/Colorset.c (CreateBackgroundPixmap):
9289         Fixed a GC leak
9291         * fvwm/events.c (HandlePropertyNotify):
9292         * fvwm/colorset.c (update_root_pixmap):
9293         Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9294         to found a root pixmap
9296 2002-10-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9298         * fvwm/bindings.c (bind_get_bound_button_contexts):
9299         another mouse binding fix
9301         * fvwm/conditional.c (CreateConditionMask):
9302         simplified parsing
9303         all conditions have a negation with '!' prepended
9304         (Circulate):
9305         (CMD_All):
9306         (select_cmd):
9307         Current, All, Pick, ThisWindow and PointerWindow imply the
9308         CirculateHitShaded condition.
9310         * fvwm/focus.c (__focus_grab_buttons):
9311         * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9312         fixed bindings using mouse buttons >= 6
9314 2002-10-15  olicha  <olivier.chapuis@free.fr>
9316         * libs/PictureUtils.c (PicturePrintColorInfo):
9317         (print_colormap):
9318         * fvwm/commands.h:
9319         * fvwm/functable.c (func_table):
9320         * fvwm/builtins.c (CMD_PrintInfo):
9321         * fvwm/fvwm.1.in:
9322         New cmd PrintInfo. Only one arg at present time: "Colors"
9324         * fvwm/fvwm.c (main):
9325         Auto detect card with 2 hardware colormaps and choose the best
9326         visual and colormap
9328         * libs/PictureUtils.c (PictureInitColors):
9329         (*):
9330         * libs/PictureUtils.h:
9331         * fvwm/fvwm.c (main):
9332         * libs/PictureBase.c (PictureInitCMapRoot):
9333         (PictureInitCMap):
9334         * libs/PictureBase.h:
9335         Try to support DirectColor visual in a good way, I do not think
9336         this is really useful.
9337         Added a flexible interface function PictureInitColors for
9338         colors allocation initialization.
9339         Some cleanup in color allocation and some preparation for a new
9340         method for saving and freeing colors allocated by images and gradients.
9341         Removed some ifdefed to 0 debug code.
9343         * libs/Picture.c (*):
9344         * libs/Picture.h:
9345         * libs/PictureImageLoader.c (*):
9346         * libs/PictureImageLoader.h:
9347         Replace Root by win
9349 2002-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9351         * fvwm/add_window.c (setup_key_and_button_grabs):
9352         * fvwm/bindings.c (ParseBinding):
9353         (activate_binding):
9354         * fvwm/add_window.c (setup_key_and_button_grabs):
9355         don't grab window context specific bindings anymore; instead, set
9356         Scr.buttons2grab accordingly
9358         * fvwm/bindings.c (activate_binding):
9359         fixed stroke bindings on window context being ignored if no other
9360         action was bound to that context
9362         * fvwm/add_window.c (destroy_icon):
9363         fixed duplicate icon pixmap when switching from NoIconOverride to
9364         IconOverride
9366 2002-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9368         * fvwm/icons.c:
9369         re-indented some code
9370         (AutoPlaceIcon):
9371         fixed random position of icon title for icons with a position hint
9373         * fvwm/fvwm.1.in:
9374         corrected default of Use/NoIconPosition style
9376 2002-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9378         * fvwm/windowlist.c (CMD_WindowList):
9379         fixed random string for iconified windows in the WindowList
9381 2002-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9383         * NEWS:
9384         updated for 2.4.12
9386 2002-10-08  olicha  <olivier.chapuis@free.fr>
9388         * libs/PictureBase.c (*):
9389         (PictureInitCMapRoot)
9390         (PictureSetupWhiteAndBlack):
9391         (PictureWhitePixel):
9392         (PictureBlackPixel):
9393         (PictureDefaultGC):
9394         New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9395         of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9396         New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9397         but always use the root visual and allows to set or not a private
9398         color limit table.
9399         New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9400         but which respects the Pvisual
9402         * libs/PictureGraphics.c (*):
9403         * libs/FScreen.c (FScreenInit):
9404         * libs/FRender.c (FRenderRender):
9405         * libs/Fft.c (FftDrawString):
9406         * fvwm/icons.c (CreateIconWindow):
9407         * fvwm/colorset.c (parse_colorset):
9408         * fvwm/move_resize.c (CMD_XorValue):
9409         * fvwm/colorset.c (alloc_colorset):
9410         * fvwm/fvwm.c (main):
9411         Use the new interface functions and some fix if the fvwm depth !=
9412         the root depth.
9414         * libs/PictureUtils.c (PictureAllocColorTable):
9415         Change the default color table to a 4x4x4 cc + 4 grey
9417 2002-10-07  Dan Espen  <dane@mk.telcordia.com>
9419         * fvwm/fvwm.1.in: Use built-in, not builtin.
9421 2002-10-06  Mikhael Goikhman  <migo@homemail.com>
9423         * configure.in:
9424         s/FvwmNewDebug/FvwmDebug/
9426         * fvwm/commands.h:
9427         * fvwm/conditional.c (CMD_NoWindow):
9428         * fvwm/functable.c:
9429         * NEWS:
9430         new command NoWindow to remove window context
9432         * fvwm/fvwm.1.in:
9433         use "fvwm" spelling, at least in the middle of sentences
9435 2002-10-06  Dan Espen  <dane@mk.telcordia.com>
9437         * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9438         builtin commands.  Use "builtin", not "built in" or "built-in".
9439         Other adjustments.
9441 2002-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9443         * libs/Graphics.c (do_relieve_rectangle):
9444         removed debug message
9446         * fvwm/focus.c (__update_windowlist):
9447         (__set_focus_to_fwin):
9448         fixed reversal of __update_windowlist arguments causing FlipFocus to
9449         break [and maybe other things]
9451 2002-10-05  olicha  <olivier.chapuis@free.fr>
9453         * libs/PictureUtils.c (alloc_color_cube):
9454         It si possible to enable "gamma correction" for colors cubes (disabled,
9455         define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9457         * libs/PictureUtils.c (get_color_index):
9458         (create_mapping_table):
9459         Use a more exact approximation of colors for pur cc without the big
9460         16x16x16 cc
9462         * libs/PictureUtils.c (PictureFreeColors):
9463         Fixed a memory leak
9465         * libs/Graphics.c (CreateGradientPixmap):
9466         (CreateGradientPixmapFromString):
9467         Cleanup
9469 2002-10-04  olicha  <olivier.chapuis@free.fr>
9471         * libs/PictureUtils.c (*):
9472         Used a better color approximation for color cube when we do not dither.
9473         Added some new colors tables: color cube with some grey colors.
9474         Change the default to a 4x4x3 cc with 6 grey (54 colors).
9475         Some visual fixes.
9477         * fvwm/fvwm.c (main):
9478         Fixed the visual option
9480 2002-10-03  Mikhael Goikhman  <migo@homemail.com>
9482         * configure.in:
9483         generate FvwmNewDebug and FvwmGtkDebug
9485 2002-10-02  olicha  <olivier.chapuis@free.fr>
9487         * libs/PictureUtils.c (USED_DIST):
9488         Used the euclidian distance for colors distance
9490         * libs/Fft.c (FftGetFont):
9491         Disable Xft if the Xserver does not support XRender
9493 2002-10-01  olicha  <olivier.chapuis@free.fr>
9495         * libs/Fft.c (FftGetFont):
9496         Disable Xft if the Xserver does not support XRender
9498         * libs/FRender.c (FRenderRender):
9499         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9500         Fixed
9502         * libs/Colorset.c (SetRectangleBackground):
9503         (SetClippedRectangleBackground):
9504         * libs/Colorset.h:
9505         New interface function for drawing a subset of a colorset rectangle
9507 2002-09-26  olicha  <olivier.chapuis@free.fr>
9509         * fvwm/update.c (apply_window_updates):
9510         Fixed icons colorset update
9512         * libs/FRender.c (FRenderRender):
9513         Fixed bitmap rendering
9515         * fvwm/update.c (apply_window_updates):
9516         * fvwm/geometry.c (move_icon_to_position):
9517         * fvwm/events.c (HandleEnterNotify):
9518         (HandleExpose):
9519         (HandleLeaveNotify):
9520         (HandlePropertyNotify):
9521         * fvwm/add_window.c (setup_icon_font):
9522         * fvwm/icons.c (DrawIconWindow):
9523         (DrawIconTitleWindow):
9524         (DrawIconPixmapWindow):
9525         (ChangeIconPixmap):
9526         (RedoIconName):
9527         Fixed focus/unfocus flickering
9529 2002-09-25  olicha  <olivier.chapuis@free.fr>
9531         * fvwm/icons.c (DrawIconTitleWindow):
9532         One more drawing fix
9534 2002-09-24  olicha  <olivier.chapuis@free.fr>
9536         * fvwm/icons.c (DrawIconTitleWindow):
9537         An other drawing fix
9539 2002-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9541         * fvwm/move_resize.c (__move_loop):
9542         fixed uninitialised variable
9543         (InteractiveMove):
9544         fixed starting move at random position
9546 2002-09-24  olicha  <olivier.chapuis@free.fr>
9548         * fvwm/update.c (apply_window_updates):
9549         * fvwm/geometry.c (move_icon_to_position):
9550         * fvwm/events.c (HandleEnterNotify):
9551         (HandleExpose):
9552         (HandleLeaveNotify):
9553         (HandlePropertyNotify):
9554         * fvwm/add_window.c (setup_icon_font):
9555         * fvwm/icons.c (DrawIconWindow):
9556         (DrawIconTitleWindow):
9557         (DrawIconPixmapWindow):
9558         (ChangeIconPixmap):
9559         (RedoIconName):
9560         Fixed icon drawing. Split icon window drawing.
9562         * libs/FRender.c (*):
9563         Fixed compilation and small clean up
9565 2002-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9567         * fvwm/conditional.c (CreateFlagString):
9568         fixed quoting in conditional command conditions
9570         * fvwm/menus.c (__mloop_handle_event):
9571         removed unnecessary querying of pointer position on button release in
9572         menus
9573         (__menu_loop):
9574         fixed posting menus
9576         * fvwm/bindings.c (ParseBinding):
9577         increased maximum allowed key symbol name length to 200 characters
9579         * fvwm/execcontext.h (enum):
9580         * fvwm/fvwm.c (Done):
9581         (SetRCDefaults):
9582         (main):
9583         (StartupStuff):
9584         use new contexts
9586         * fvwm/execcontext.h (enum):
9587         added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9589         * fvwm/menus.c (pop_menu_up):
9590         fixed accidental menu animation with certain menu position hints
9592 2002-09-23  olicha  <olivier.chapuis@free.fr>
9594         * libs/FRender.c (*):
9595         Fixed(?) XRender rendering with some Xserver
9597         * fvwm/update.c (apply_window_updates):
9598         * fvwm/geometry.c (move_icon_to_position):
9599         * fvwm/events.c (HandleEnterNotify):
9600         (HandleExpose):
9601         (HandleLeaveNotify):
9602         (HandlePropertyNotify):
9603         * fvwm/add_window.c (setup_icon_font):
9604         * fvwm/icons.c (DrawIconWindow):
9605         (ChangeIconPixmap):
9606         (RedoIconName):
9607         Clip text and icon drawing for the icons
9609 2002-09-21  Mikhael Goikhman  <migo@homemail.com>
9611         * NEWS:
9612         * libs/System.c:
9613         Path commands now support form: "path1;ext1:path2:path3;ext3"
9614         where ext1 (for example, ".png") means all files in path1 should
9615         be forced to have extention ".png" even if the requested icon
9616         has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9618         * fvwm/execcontext.h:
9619         small changes in latters used for EXCT_* constants
9621         * fvwm/module_interface.c:
9622         * libs/Picture.c:
9623         * libs/PictureBase.c:
9624         * fvwm/cursor.c:
9625         some spacing reindentation
9627 2002-09-21  olicha  <olivier.chapuis@free.fr>
9629         * libs/FRender.c (FRenderCompositeAndCheck):
9630         Temporally take GraphicsExposure in account
9632 2002-09-20  Mikhael Goikhman  <migo@homemail.com>
9634         * libs/vpacket.h:
9635         fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9637 2002-09-20  olicha  <olivier.chapuis@free.fr>
9639         * fvwm/icons.c (GetIconPicture):
9640         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9641         Fixed the alpha channel
9643 2002-09-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9645         * NEWS:
9646         updated for 2.4.11
9648 2002-09-20  olicha  <olivier.chapuis@free.fr>
9650         * libs/FRender.c (FRenderTintPicture):
9651         (FRenderTintRectangle):
9652         (FRenderRender):
9653         * libs/FRenderInterface.h:
9654         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9655         Make FRender code more modular. Add a 24+8 tinting method and enable it
9656         in the place of the 32 tinting method (which can be enabled by defining
9657         USE_ABSOLUTE_FORMATE)
9659 2002-09-19  olicha  <olivier.chapuis@free.fr>
9661         * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9662         (animated_move_back):
9663         (pop_menu_up):
9664         (repaint_transparent_menu):
9665         * fvwm/move_resize.c (AnimatedMoveOfWindow):
9666         (AnimatedMoveAnyWindow):
9667         * fvwm/move_resize.h:
9668         Support the new colorset transparent options and fix greyed item
9669         of transparent animated menus
9671         * fvwm/menus.c (pop_menu_up):
9672         (animated_move_back):
9674         * libs/Rectangles.c:
9675         * libs/Rectangles.h:
9676         * libs/Makefile.am:
9677         New libs files for rectangles, segments, regions ..etc
9679         * fvwm/menus.c (clear_expose_menu_area):
9680         (get_menu_paint_item_parameters):
9681         (paint_menu):
9682         (select_menu_item):
9683         (ParentalMenuRePaint):
9684         (ParentalMenuRePaint):
9685         * fvwm/menuitem.c (clear_menu_item_background):
9686         (menuitem_paint):
9687         * fvwm/menuitem.h (MenuPaintItemParameters):
9688         Clip the item icons and text drawing
9690         * fvwm/menus.c (__mloop_exit):
9691         Fixed an indirect uninitialized variable bug
9693         * fvwm/menus.c (__mloop_handle_event): *
9694         (__mloop_handle_action_with_mi): *
9695         Update some comments
9697         * libs/FRender.c (FRenderVisualInit):
9698         (FRenderRender):
9699         * fvwm/colorset.c (parse_colorset):
9700         Small clean up
9702 2002-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9704         * fvwm/menus.c (__menu_loop):
9705         (__mloop_handle_action_with_mi):
9706         fixed parent menu redrawing
9708         * fvwm/style.c (check_window_style_change):
9709         * fvwm/update.c (apply_window_updates):
9710         * fvwm/add_window.c (setup_icon_size_limits):
9711         honour changes in IconSize style without recapture
9713         * fvwm/focus.c (focus_query_open_grab_focus):
9714         * fvwm/events.c (HandlePropertyNotify):
9715         * fvwm/add_window.c (setup_transientfor):
9716         take care of various funny initial transientfor settings
9718         * fvwm/stack.c (__raise_lower_recursion):
9719         new function
9720         fixed stacking core dump
9722 2002-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9724         * libs/Graphics.c:
9725         ANSI C fixes
9727         * configure.in:
9728         added a program that tests for -Werror option and similar; bug out of
9729         configure if the test program doesn't compile
9731 2002-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9733         * fvwm/fvwm.1.in:
9734         * configure.in:
9735         add a "do not edit" warning at the beginning of the man page
9737         * configure.in:
9738         enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9740         * libs/FScreen.c (XineramaQueryScreens):
9741         fixed linking problem when compiling without Xinerama
9743         * fvwm/cursor.c (CMD_CursorStyle):
9744         fixed cursorstyle command being applied to windows without handles
9746         * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9747         (EWMH_ProcessPropertyNotify):
9748         * fvwm/gnome.h (GNOME_ProcessClientMessage):
9749         (GNOME_HandlePropRequest):
9750         fixed dummy macros when compiling without gnome/ewmh support
9752 2002-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9754         * libs/queue.c (fqueue_add_inside):
9755         add a new command with the same execution time as a previous one behind
9756         it
9758         * configure.in:
9759         override CFLAGS and CPPFLAGS with empty strings instead of generating an
9760         error message
9762         * fvwm/functions.c (__execute_function):
9763         * fvwm/execcontext.h (exec_context_type_t):
9764         replace enum values with letters for readability
9766         * fvwm/functions.c (__execute_function):
9767         improved command log output
9769         * fvwm/schedule.c (execute_obj_func):
9770         fixed schedule queue timing
9772         * configure.in:
9773         refuse to run configure if CFLAGS is not empty
9775 2002-09-16  Mikhael Goikhman  <migo@homemail.com>
9777         * fvwm/misc.c:
9778         fixed compilation with --enable-command-log; simplified fvwm_msg()
9780         * libs/Module.c:
9781         reformatted; don't send end-of-line with SET_*MASK
9783 2002-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9785         * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9786         fixed multipixmap title drawing
9788         * fvwm/frame.h (struct):
9789         * fvwm/frame.c (frame_get_titlebar_dimensions):
9790         removed unused code
9792         * fvwm/events.c (HandlePropertyNotify):
9793         applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
9795         * libs/Fft.c (FftDrawString):
9796         -Wall fix when compiling w/o Xft
9798 2002-09-15  olicha  <olivier.chapuis@free.fr>
9800         * libs/Colorset.c (CreateBackgroundPixmap):
9801         Fixed a dpy problem with FvwmBacker
9802         * libs/Colorset.c (CreateBackgroundPixmap):
9803         Fixed creation a root transparent pixmap for small root pixmap
9805 2002-09-14  olicha  <olivier.chapuis@free.fr>
9807         * libs/Fft.c (FftDrawString):
9808         Fixed clip region with shadow font
9810         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
9811         Added a function to create translucent pixmaps
9812         * libs/Colorset.c (CreateBackgroundPixmap):
9813         A small fix
9814         * libs/FRender.c (FRenderRender):
9815         Allows to use the root window as src pixmap
9817 2002-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9819         * fvwm/fvwm.1.in:
9820         Fixed open double quotes in ButtonState section
9822 2002-09-13  Dan Espen  <dane@mk.telcordia.com>
9824         * fvwm/fvwm.1.in: Add -cmd module timeout information.
9826 2002-09-13  olicha  <olivier.chapuis@free.fr>
9828         * libs/Colorset.c (CreateBackgroundPixmap):
9829         (UpdateBackgroundTransparency):
9830         (SetRectangleBackground):
9831         * libs/Colorset.h:
9832         * fvwm/colorset.c (*):
9833         * fvwm/colorset.h:
9834         * fvwm/events.c (HandlePropertyNotify):
9835         Starting implementation of RootTransparent colorset. Worked on
9836         tinted Transparent colorset. Various colorset parsing fixes.
9838         * libs/Fft.c (FftDrawString):
9839         * libs/Flocale.h:
9840         Added the possibility to draw with a clipping region.
9842         * libs/FRender.c (FRenderRender):
9843         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9844         (PCreateRenderPixmap):
9845         (PGraphicsCreateTransprency):
9846         (PGraphicsTintRectangle):
9847         Improve current rendering functions to be able to tint the
9848         ParentalRelative pixmap or the background of a window.
9849         Re-enabled XRender rendering.
9851         * fvwm/borders.c:
9852         remove a #if 0 debug "render" code
9854 2002-09-13  Mikhael Goikhman  <migo@homemail.com>
9856         * fvwm/builtins.c (ReadTitleButton):
9857         * fvwm/screen.h:
9858         new button state shortcuts AllNormal, AllToggled,
9859         AllActive, AllInactive, AllUp, AllDown
9861         * fvwm/module_interface.c:
9862         minor reformatting
9864         * acconfig.h:
9865         possibly fixed compilation with non gcc
9867 2002-09-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9869         * fvwm/focus.c (_focus_grab_buttons):
9870         (__focus_grab_buttons):
9871         renamed
9872         (__focus_grab_one_button):
9873         grab all modifier combinations on client windows by default if
9874         necessary; this saves a lot of traffic but may grab unnecessary
9875         modifiers with mouse bindings on the client window
9877         * fvwm/fvwm.1:
9878         * libs/defaults.h (DEF_FP_MODIFIERS):
9879         * fvwm/events.c (__handle_focus_raise_click):
9880         * fvwm/style.c (style_parse_focus_policy_style):
9881         * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
9882         default is now to use any modifiers for clicktofocus/raise purposes
9884         * fvwm/menus.c (__mloop_get_event):
9885         fixed menu hang
9886         (menu_tear_off):
9887         fixed tear off menus
9889         * libs/FEvent.c (FCheckIfEvent):
9890         (FCheckMaskEvent):
9891         (FCheckTypedEvent):
9892         (FCheckTypedWindowEvent):
9893         (FCheckWindowEvent):
9894         fixed FCheck...Event functions thus fixing Menu command behaving like
9895         Popup
9897         * fvwm/move_resize.c (InteractiveMove):
9898         fixed offset between pointer and window when dragging
9900         * fvwm/virtual.c (HandlePaging):
9901         * fvwm/icons.c (CMD_Iconify):
9902         * fvwm/move_resize.c (InteractiveMove):
9903         * fvwm/menus.c (get_menu_options):
9904         (get_menu_options):
9905         * libs/FScreen.c (GetMouseXY):
9906         use new function fev_get_evpos_or_query()
9908         * libs/Makefile.am:
9909         * libs/Pointer.c:
9910         removed file
9912         (GetLocationFromEventOrQuery):
9913         moved to FEvent.c and renamed to fev_get_evpos_or_query()
9914         * libs/FEvent.c (fev_set_evpos):
9915         new function
9917         * fvwm/functions.c (__execute_function):
9918         (execute_complex_function):
9919         fixed complex action clicking logic
9921         * fvwm/add_window.c (CaptureOneWindow):
9922         fixed RecaptureWindow
9923         (CaptureAllWindows):
9924         fixed Restart
9926         * fvwm/functable.c (func_table):
9927         fixed running RecaptureWindow without a context window
9929         * fvwm/conditional.c (circulate_cmd):
9930         fixed action to run
9932         * fvwm/events.c (HandleVisibilityNotify):
9933         fixed VisibilityNotify handling
9935         * fvwm/functions.c (execute_complex_function):
9936         fixed memory corruption
9937         (__execute_function):
9938         fixed using wrong context
9939         (__execute_function):
9940         removed conditional that was always true now
9941         (DeferExecution):
9942         fixed core dump
9944         * fvwm/module_interface.c (ExecuteModuleCommand):
9945         initialise module number
9947 2002-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9949         * fvwm/add_window.c (CaptureOneWindow):
9950         fixed memory corruption
9952         * fvwm/icons.c (Iconify):
9953         (DeIconify):
9954         fixed bug introduced with transient stacking patch
9956         * fvwm/functions.c (DeferExecution):
9957         (__execute_function):
9958         (execute_complex_function):
9959         cleaned up and optimized exec_context handling
9961         * fvwm/schedule.c:
9962         * fvwm/menucmd.c:
9963         * fvwm/update.c:
9964         * fvwm/windowlist.c:
9965         * fvwm/conditional.c:
9966         * fvwm/focus.c:
9967         * fvwm/functions.c:
9968         * fvwm/placement.c:
9969         * fvwm/colorset.c:
9970         * fvwm/stack.c:
9971         * fvwm/virtual.c:
9972         * fvwm/module_interface.c:
9973         * fvwm/icons.c:
9974         * fvwm/builtins.c:
9975         * fvwm/add_window.c:
9976         * fvwm/move_resize.c:
9977         * fvwm/fvwm.h (F_CMD_ARGS):
9978         (F_PASS_ARGS):
9979         completely removed the builtin command arguments fw, w, and context
9981         * fvwm/functions.c (DeferExecution):
9982         fixed core dump
9984         * fvwm/stack.c (BroadcastRestack):
9985         removed global lastTimestamp
9987         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
9988         (EWMH_ProcessPropertyNotify):
9989         (ewmh_WMStateShaded):
9990         (ewmh_WMStateSticky):
9991         (ewmh_WMStateHidden):
9992         (ewmh_WMState):
9993         (ewmh_MoveResize):
9994         (ewmh_WMDesktop):
9995         (ewmh_CloseWindow):
9996         (ewmh_DesktopGeometry):
9997         (ewmh_ActiveWindow):
9998         use new function interface
10000         * fvwm/menus.c (do_menu):
10001         * fvwm/menucmd.c (menu_func):
10002         * fvwm/windowlist.c (CMD_WindowList):
10003         use new function interface
10004         replaced "(XEvent *)1" hack with a regular flag
10006 2002-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10008         * fvwm/add_window.c (destroy_window):
10009         * fvwm/update.c (destroy_scheduled_windows):
10010         * fvwm/screen.h (ScreenInfo):
10011         new member is_executing_menu_function
10013         * fvwm/windowlist.c (CMD_WindowList):
10014         * fvwm/menucmd.c (menu_func):
10015         * fvwm/gnome.c (CMD_GnomeButton):
10016         (GNOME_ProcessClientMessage):
10017         (GNOME_HandlePropRequest):
10018         * fvwm/modconf.c (CMD_Send_ConfigInfo):
10019         * fvwm/update.c (apply_window_updates):
10020         * fvwm/repeat.c (CMD_Repeat):
10021         * fvwm/conditional.c (circulate_cmd):
10022         (CMD_Prev):
10023         (CMD_Next):
10024         (CMD_None):
10025         (CMD_Any):
10026         (CMD_Current):
10027         (CMD_Cond):
10028         (CMD_CondCase):
10029         (select_cmd):
10030         (CMD_All):
10031         (CMD_Direction):
10032         (CMD_WindowId):
10033         * fvwm/focus.c (warp_to_fvwm_window):
10034         (CMD_WarpToWindow):
10035         * fvwm/read.c (run_command_stream):
10036         (run_command_file):
10037         (CMD_Read):
10038         (CMD_PipeRead):
10039         * fvwm/fvwm.c (Done):
10040         (SetRCDefaults):
10041         (StartupStuff):
10042         (main):
10043         use new function interface
10044         (main):
10045         fixed running startup script under random module number
10047         * fvwm/functions.c (execute_function_override_window):
10048         * fvwm/functions.c (execute_function_override_wcontext):
10049         new convenience functions
10051         * fvwm/gnome.c:
10052         * fvwm/modconf.c:
10053         * fvwm/session.c:
10054         re-indented
10056         * fvwm/module_interface.c (CMD_Send_WindowList):
10057         (CMD_set_mask):
10058         (CMD_set_sync_mask):
10059         (CMD_set_nograb_mask):
10060         fixed core dumps
10061         don't use "Module" argument anymore
10062         (ExecuteModuleCommand):
10063         made static
10064         use new function interface
10066         * fvwm/add_window.c (CaptureOneWindow):
10067         (do_recapture):
10068         (CaptureAllWindows):
10069         * fvwm/events.c (HandleMapRequestKeepRaised):
10070         * fvwm/add_window.c (AddWindow):
10071         AddWindow takes executiuon context as its argument instead of the
10072         window; changed caller
10073         don't use "Event" anymore
10075         * fvwm/fvwm.c (StartupStuff):
10076         generate an execution context for startup
10078         * fvwm/move_resize.c (DoResize):
10079         (__resize_step):
10080         (moveLoop):
10081         (__move_loop):
10082         renamed and used new function interface in args
10084         * fvwm/geometry.c (constrain_size):
10085         added XEvent *e argument to remove use of global "Event"; changed all
10086         callers
10088 2002-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10090         * fvwm/stack.c (get_next_window_in_stack_ring):
10091         (get_prev_window_in_stack_ring):
10092         (get_transientfor_fvwmwindow):
10093         * fvwm/icons.c (SetMapStateProp):
10094         * fvwm/events.c (fake_map_unmap_notify):
10095         * fvwm/misc.c (IsRectangleOnThisPage):
10096         * fvwm/menus.c (menu_enter_tear_off_menu):
10097         (menu_close_tear_off_menu):
10098         * fvwm/icons.c (DrawIconWindow):
10099         * fvwm/focus.c:
10100         * fvwm/colormaps.c (InstallWindowColormaps):
10101         made FvwmWindow * arguments const in many functions
10103         * fvwm/menus.c (pop_menu_up):
10104         (pop_menu_down):
10105         (__mloop_do_menu):
10106         (__mloop_do_popup):
10107         (do_menu):
10108         (menu_enter_tear_off_menu):
10109         (__mloop_get_event):
10110         (__mloop_get_event_timeout_loop):
10111         (__mloop_do_menu):
10112         (__mloop_get_mi_actions):
10113         (is_double_click):
10114         * fvwm/events.c (HandleEnterNotify):
10115         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10116         (__move_window):
10117         (__move_loop):
10118         (__resize_step):
10119         (__resize_window):
10120         * fvwm/functions.c (DeferExecution):
10121         (__execute_function):
10122         * fvwm/windowlist.c (CMD_WindowList):
10123         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10124         * fvwm/module_interface.c (CMD_ModuleSynchronous):
10125         (ExecuteModuleCommand):
10126         * fvwm/builtins.c (CMD_Wait):
10127         * fvwm/events.c (WaitForButtonsUp):
10128         (HandleShapeNotify):
10129         (HandleVisibilityNotify):
10130         (HandleUnmapNotify):
10131         (HandleSelectionRequest):
10132         (HandleReparentNotify):
10133         (HandlePropertyNotify):
10134         (HandleMotionNotify):
10135         (HandleMapRequestKeepRaised):
10136         (HandleMapRequest):
10137         (HandleMappingNotify):
10138         (HandleMapNotify):
10139         (HandleLeaveNotify):
10140         (HandleKeyPress):
10141         (HandleFocusOut):
10142         (HandleFocusIn):
10143         (HandleExpose):
10144         (HandleEnterNotify):
10145         (HandleDestroyNotify):
10146         (HandleColormapNotify):
10147         (HandleClientMessage):
10148         (HandleButtonRelease):
10149         (HandleButtonPress):
10150         (__handle_bpress_on_root):
10151         (__handle_bpress_action):
10152         (__handle_click_to_raise):
10153         (__handle_click_to_focus):
10154         (__is_bpress_window_handled):
10155         (__handle_focus_raise_click):
10156         don't use "Event", "Fw" and old_execute_function() anymore
10158         * fvwm/events.c (dispatch_event):
10159         removed preserve_tmpwin argument; changed all callers
10161         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10162         fixed random focus member of faked event
10164         * fvwm/gnome.c (GNOME_ProcessClientMessage):
10165         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10166         (EWMH_ProcessPropertyNotify):
10167         * fvwm/move_resize.c (DisplaySize):
10168         (DisplayPosition):
10169         (position_geometry_window):
10170         * fvwm/geometry.c (get_window_borders):
10171         (get_window_borders_no_title):
10172         made args const
10174         * fvwm/events.c (dispatch_event):
10175         create event execution context
10176         (HandleClientMessage):
10177         removed useless local "button"
10178         (GetContext):
10179         don't fiddle with global Fw anymore; added argument to return context
10180         window; changed all callers
10182         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10183         * fvwm/move_resize.c (__resize_window):
10184         use new event handle interface
10186         * fvwm/events.c:
10187         * fvwm/eventhandler.h:
10188         new event handler interface
10190         * fvwm/functions.c (CMD_Plus):
10191         * fvwm/builtins.c (AddToDecor):
10192         (CMD_AddToDecor):
10193         (CMD_DestroyDecor):
10194         use F_CMD_ARGS in AddToDecor
10195         (CMD_StrokeFunc):
10196         removed useless check for realloc return value
10197         use new function interface
10198         fixed another memory leak
10200         * fvwm/builtins.c (__remove_window_decors):
10201         replace old_execute_function with execute_function
10203         * fvwm/add_window.c (setup_window_placement):
10204         * fvwm/placement.c (PlaceWindow):
10205         * fvwm/schedule.c (execute_obj_func):
10206         * fvwm/colorset.c (add_to_junk):
10207         use new function call interface
10209         * fvwm/fvwm.h (F_EXEC_ARGS):
10210         (F_PASS_EXEC_ARGS):
10211         removed now unused macros
10213         * fvwm/functions.c (CheckActionType):
10214         (cf_cleanup):
10215         (DeferExecution):
10216         (__execute_function):
10217         (__run_complex_function_items):
10218         (execute_complex_function):
10219         rewrote function call interface
10221         * fvwm/functions.c (__run_complex_function_items):
10222         new function split off from execute_complex_function
10224         * fvwm/externs.h:
10225         * fvwm/events.c:
10226         removed "Event" global
10228 2002-09-08  Dan Espen  <dane@mk.telcordia.com>
10230         * fvwm/fvwm.1.in: Language check.
10232 2002-09-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10234         * fvwm/functions.c (old_execute_function):
10235         removed
10237         * fvwm/module_interface.c (do_execute_module):
10238         don't write module argument anymore; code claimed that writing 0 into
10239         *Module prevented WaitForButtonsUp from being called, but that was
10240         either a lie or a relic of the past
10242         * fvwm/fvwm.h (exec_func_args_type):
10243         removed type
10244         (F_CMD_ARGS):
10245         (F_PASS_ARGS):
10246         removed *Module argument
10248         * fvwm/functions.c (__execute_function):
10249         new interface
10251         * fvwm/functions.h (enum):
10252         added more function execution falgs
10254         * fvwm/fvwm.h:
10255         add exec_context_t *exc to builtin arguments
10257         * libs/FEvent.c (fev_copy_last_event):
10258         new function
10260         * fvwm/execcontext.h:
10261         * fvwm/execcontext.c:
10262         new files introducing the "exec_context_t" structure that shall replace
10263         the builtin command interface
10265         * fvwm/stack.c (__RaiseOrLowerWindow):
10266         (RaiseOrLowerWindow):
10267         (__restack_window):
10268         (mark_transient_subtree):
10269         (__sort_transient_ring):
10270         properly handle restacking of windows with more than one transient and
10271         multiple levels of transients at the same time
10272         (__RaiseOrLowerWindow):
10273         (RaiseOrLowerWindow):
10274         renamed function and added wrapper
10276         * fvwm/fvwm.h (FvwmWindow):
10277         added new scratch registers
10279 2002-09-06  Mikhael Goikhman  <migo@homemail.com>
10281         * configure.in:
10282         * Makefile.am:
10283         minor improvements in the new release procedure
10285 2002-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10287         * fvwm/stack.c (RaiseOrLowerWindow):
10288         (__restack_window):
10289         (mark_transient_subtree):
10290         (must_move_transients):
10291         (is_on_top_of_layer_ignore_rom):
10292         handle restacking trees of transient windows; still does not work too
10293         well if a window has multiple transients at the same time
10295 2002-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10297         * fvwm/stack.h:
10298         * fvwm/stack.c:
10299         restored versions from before 9th of September
10300         (RaiseOrLowerWindow):
10301         fixed StackTransientParent style without RaiseTransient or
10302         LowerTransient on transient_for window
10303         StackTransientParent works only on window in the same layer
10304         (mark_transient_subtree):
10305         fixed handling of window group hint w/ iconify
10306         (restack_windows):
10307         (RaiseOrLowerWindow):
10308         (new_layer):
10309         fixed flickering when overlapping transients aree lowered
10311         * fvwm/move_resize.c (__resize_window):
10312         * fvwm/colorset.c (add_to_junk):
10313         cleaned up event handling
10315         * fvwm/move_resize.c (__resize_window):
10316         renamed function and changed callers
10318         * fvwm/fvwm.h (F_PASS_ARGS):
10319         (F_CMD_ARGS):
10320         removed eventp command argument
10322         * fvwm/events.c (DispatchEvent):
10323         (dispatch_event):
10324         renamed function, added event argument and changed all callers
10326         * libs/FEvent.c (fev_fake_event):
10327         * libs/FEvent.c (fev_get_evtype__remove_me):
10328         new functions
10330         * fvwm/menus.c (menuShortcuts):
10331         (is_double_click):
10332         (pop_menu_up):
10333         (pop_menu_up):
10334         (pop_menu_down):
10335         (pop_menu_down):
10336         (__mloop_init):
10337         (__mloop_get_event_timeout_loop):
10338         (__mloop_get_event):
10339         (__mloop_do_popup):
10340         (__mloop_do_popup):
10341         (do_menu):
10342         * fvwm/builtins.c (CMD_FakeClick):
10343         * fvwm/functions.c (CheckActionType):
10344         (CheckActionType):
10345         * fvwm/focus.c (__try_program_focus):
10346         (__try_program_focus):
10347         * fvwm/icccm2.c (SetupICCCM2):
10348         * fvwm/virtual.c (HandlePaging):
10349         * fvwm/module_interface.c (make_vpacket):
10350         (make_new_vpacket):
10351         * fvwm/schedule.c (squeue_get_next_ms):
10352         (squeue_get_next_ms):
10353         (CMD_Schedule):
10354         * fvwm/stack.c (BroadcastRestack):
10355         * fvwm/move_resize.c (resize_window):
10356         (moveLoop):
10357         * libs/FEvent.c (fev_get_evtime):
10358         removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10360         * fvwm/events.c (HandleEnterNotify):
10361         (DispatchEvent):
10362         (My_XNextEvent):
10363         (discard_events):
10364         (discard_window_events):
10365         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10366         (moveLoop):
10367         (resize_window):
10368         * fvwm/menus.c (__mloop_get_event):
10369         * fvwm/virtual.c (HandlePaging):
10370         (MoveViewport):
10371         * fvwm/functions.c (DeferExecution):
10372         (CheckActionType):
10373         * fvwm/misc.c (get_server_time):
10374         * fvwm/builtins.c (CMD_StrokeFunc):
10375         * fvwm/menus.c (pop_menu_up):
10376         (pop_menu_down):
10377         (__mloop_init):
10378         * libs/FEvent.c (fev_update_last_timestamp):
10379         removed StashEventTime function; handle this directly in FEvent.c
10381         * fvwm/module_interface.c (ExecuteModuleCommand):
10382         * fvwm/misc.c (Keyboard_shortcuts):
10383         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10384         * fvwm/events.c (handle_all_expose):
10385         (dispatch_event):
10386         (HandleEvents):
10387         (HandleKeyPress):
10388         don't use Event global anymore
10390         * fvwm/bindings.c (activate_binding):
10391         fixed key bindings on window corners
10393         * libs/fvwmlib.h (C_DECOR):
10394         context including all parts of the decorations
10396 2002-09-04  Mikhael Goikhman  <migo@homemail.com>
10398         * libs/FEvent.h:
10399         fixed compilation warning in #endif comment
10401         * fvwm/borders.c:
10402         removed debug fprintf
10404         * acconfig.h:
10405         * configure.in:
10406         * fvwm/fvwm.c:
10407         * fvwm/fvwm.1:
10408         another solution for reporting the cvs status
10410 2002-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10412         * configure.in (LIBOBJS):
10413         * acinclude.m4 (smr_SWITCH):
10414         fix for autoconf 2.53
10416         * fvwm/*.[ch]:
10417         removed unnecessary includes
10419         * fvwm/Makefile.am (fvwm_SOURCES):
10420         * fvwm/events.h:
10421         * fvwm/eventmasks.h:
10422         * fvwm/eventhandlers.h:
10423         new files split from events.h
10425         * fvwm/icccm2.c (HandleSelectionRequest):
10426         (HandleSelectionClear):
10427         * fvwm/colormaps.c (HandleColormapNotify):
10428         * fvwm/menus.c (menu_tear_off):
10429         * fvwm/move_resize.c (resize_window):
10430         * fvwm/events.c:
10431         * fvwm/events.h:
10432         new argument avh_args_t to the event handler functions; still unused
10433         moved all event handlers to events.c
10434         remove now unnecessary includes in some files
10436         * fvwm/icccm2.c (HandleSelectionRequest):
10437         re-indented file
10439         * **/*.c:
10440         use replacements for X event functions everywhere
10442 2002-09-03  Mikhael Goikhman  <migo@homemail.com>
10444         * fvwm/defaults.h:
10445         * fvwm/screen.h:
10446         * fvwm/borders.c (border_flags_to_button_state):
10447         (CMD_ButtonState):
10448         * fvwm/builtins.c (ReadTitleButton):
10449         * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10450         * fvwm/fvwm.c (InitVariables):
10451         Imlemented new title and button states InactiveUp and InactiveDown,
10452         new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10453         So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10454         Updated all ButtonStyle, TitleStyle and ButtonState commands.
10456         * fvwm/fvwm.c:
10457         reformat license info in -version to be 3 lines and one empty line
10458         instead of 5 non-empty lines, for readability
10460 2002-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10462         * libs/FEvent.c:
10463         * libs/FEvent.h:
10464         * libs/Makefile.am:
10465         new files
10467         * fvwm/stack.c (__raise_or_lower_recursion):
10468         (RaiseOrLowerWindow):
10469         split into two functions
10470         renamed to __raise_or_lower_window
10471         (mark_transient_subtree):
10472         new flag MARK_CLEAR
10473         (position_new_window_in_stack_ring):
10474         (RaiseWindow):
10475         (LowerWindow):
10476         cleaned up stacking code
10478         * fvwm/menus.c (paint_menu):
10479         fixed a minor drawing problem with menu item reliefs
10481 2002-09-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10483         * fvwm/move_resize.c (InteractiveMove):
10484         removed eventp from interface
10485         changed all callers
10487         * fvwm/menucmd.c (menu_func):
10488         * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10489         * fvwm/windowlist.c (CMD_WindowList):
10490         * fvwm/read.c (run_command_file):
10491         (run_command_stream):
10492         * fvwm/focus.c (warp_to_fvwm_window):
10493         * libs/Event.c (GetSubwindowFromEvent):
10494         * fvwm/events.c (GetContext):
10495         * libs/Pointer.c (GetLocationFromEventOrQuery):
10496         * fvwm/builtins.c (CMD_StrokeFunc):
10497         (CMD_StrokeFunc):
10498         * fvwm/events.c (StashEventTime):
10499         * fvwm/move_resize.c (InteractiveMove):
10500         * fvwm/functions.c (DeferExecution):
10501         (old_execute_function):
10502         * fvwm/fvwm.h (F_CMD_ARGS):
10503         (F_EXEC_ARGS):
10504         make eventp argument const to ease clean up work
10506         * fvwm/windowlist.c (CMD_WindowList):
10507         * fvwm/move_resize.c (InteractiveMove):
10508         * fvwm/menucmd.c (menu_func):
10509         * fvwm/icons.c (CMD_Iconify):
10510         always query pointer position in case a script modified the position
10511         in the input event
10513         * fvwm/focus.c (SetPointerEventPosition):
10514         removed function since it modifies the global event variable
10516         * fvwm/functable.c (func_table):
10517         added cursor and event type members fo DeferExecution call
10518         * fvwm/functions.c (DeferExecution):
10519         made static, call from inside functions.c only
10520         removed calls everywhere
10522         * fvwm/builtins.c (CMD_StrokeFunc):
10523         fixed memory leak
10525         * fvwm/virtual.c (HandlePaging):
10526         (MoveViewport):
10527         don't use global "Event" anymore
10528         (HandlePaging):
10529         pass in event structure through arguments
10530         changed all callers
10532 2002-09-02  olicha  <olivier.chapuis@free.fr>
10534         * libs/Colorset.c (*):
10535         * libs/Colorset.h:
10536         * libs/colorset.c (parse_colorset):
10537         * libs/PictureGraphics.c (PGrabXImage):
10538         (PCreateRenderPixmap):sx
10539         (PGraphicsCreateTransprency):
10540         * libs/PictureGraphics.h:
10541         An experimental implementation of ParentalRelative tinted background
10543         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10544         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10545         (PImageLoadPng):
10546         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10547         * libs/FRenderInit.c (FRenderInit):
10548         (FRenderGetAlphaDepth):
10549         * libs/FRenderInit.h:
10550         Fixed alpha blending for xserver without depth 8 pixmap
10551         (maybe a tmp fix)
10553         * fvwm/fvwm.1.in
10554         typo
10556 2002-09-01  olicha  <olivier.chapuis@free.fr>
10558         * NEWS:
10559         Colorset and alpha blending news
10561 2002-08-31  olicha  <olivier.chapuis@free.fr>
10563         * libs/Ficonv.c (convert_charsets):
10564         Fixed compilation on systems that do not have EILSEQ
10566 2002-08-30  olicha  <olivier.chapuis@free.fr>
10568         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10569         Fixed compilation of certain modules
10571         * fvwm/borders.c (border_render_into_pixmap):
10572         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10573         * libs/PictureGraphics.h:
10574         * libs/Graphics.c (CreateStretchPixmap):
10575         (CreateStretchYPixmap):
10576         (CreateStretchXPixmap):
10577         Progress with masks in multipixmap title
10579         * libs/PictureGraphics.c (PCopyArea):
10580         (PTileRectangle):
10581         (PCreateRenderPixmap):
10582         * fvwm/borders.c (border_fill_pixmap_background):
10583         Some drawing fixes
10585         * fvwm/icons.c (DrawIconWindow):
10586         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10587         Fixed the shape mask of ewmh icons and icons with some alpha
10589 2002-08-30  olicha  <olivier.chapuis@free.fr>
10591         * libs/PictureGraphics.c (PCreateRenderPixmap):
10592         (PGrabImageErrorHandler):
10593         (PGraphicsCopyPixmaps):
10594         (PGraphicsCopyFvwmPicture):
10595         (PGraphicsTileRectangle):
10596         (PGraphicsRenderPixmaps):
10597         (PGraphicsRenderPicture):
10598         * libs/PictureGraphics.h:
10599         * libs/PictureBase.h:
10600         Replaced PGraphicsTileRectangle with a more powerful function,
10601         PCreateRenderPixmap, which performs *full* XRender simulation.
10602         So alpha blending is now supported even without Xrender support.
10603         New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10604         for direct rendering with tint and alpha channel.
10606         * libs/FRender.c (FRenderVisualInit):
10607         (FRenderCopyArea):
10608         (FRenderTintRectangle):
10609         (FRenderRender):
10610         * libs/FRenderInterface.h:
10611         Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10612         and more powerfull function FRenderRender
10614         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10615         (PImageLoadPng):
10616         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10617         Load the alpha even without Xrender support
10619         * libs/Colorset.h:
10620         * fvwm/colorset.c (parse_pixmap_tint):
10621         (parse_colorset):
10622         (alloc_colorset):
10623         Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10624         or obsolete TintMask) also tints gradients and the tint is applied
10625         only to the pixmap not the bg color. The average bg is computed from
10626         the "original" pixmap and not the tinted one, bgTint should be used
10627         to get a real average bg in the case the pixmap is tinted
10629         * fvwm/icons.c (DrawIconWindow):
10630         (CreateIconWindow):
10631         * fvwm/menuitem.c (menuitem_paint):
10632         * fvwm/menus.c (paint_side_pic):
10633         * fvwm/borders.c (border_get_border_background):
10634         (border_draw_decor_to_pixmap):
10635         (border_fill_pixmap_background):
10636         * fvwm/events.c (HandlePropertyNotify):
10637         Picture rendering use the new PGraphicsRenderPixmaps and
10638         PGraphicsRenderPicture libs functions. Respect new colorset options
10640         * fvwm/colorset.c (parse_colorset):
10641         (alloc_colorset):
10642         (CMD_ReadWriteColors):
10643         * fvwm/fvwm.1.in:
10644         Removed the read write colorset codes
10646         * libs/Graphics.c (CalculateGradientDimensions):
10647         Fixed the size of dithered H and V gradients
10649         * libs/PictureUtils.c (*):
10650         * libs/PictureUtils.h:
10651         Some cleanup
10653 2002-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10655         * fvwm/menus.c (paint_menu_gradient_background):
10656         fixed drawing of SidePic menu background when not using SideColor
10658 2002-08-28  Hippo
10659         * FvwmIconBox/icons.c:
10660         Fixed core dump
10662 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10664         * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10666 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10668         * configure.in:
10669         fixed --disable-ewmh
10671         * libs/Picture.c:
10672         * libs/Picture.h:
10673         added const to some prototypes
10675 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10677         * fvwm/menus.c (MenuInteraction):
10678         (__menu_loop):
10679         renamed MenuInteraction to __menu_loop
10681         * fvwm/menus.c (pop_menu_up):
10682         (do_menu):
10683         (MenuInteraction):
10684         removed pdo_warp_to_title argument of pop_menu_up and changed all
10685         callers; logic is now in last_saved_position_hints
10686         (__menu_get_next_event_timeout_loop):
10687         began to split MenuInteraction into several sub functions
10688         go away, evil "goto"!
10690         * fvwm/style.c (style_parse_one_style_option):
10691         all boolean styles - and *only* boolean styles, can be prefixed with a
10692         '!' to invert their meaning
10693         (style_parse_button_style):
10694         moved Button and NoButton styles to separate function
10696         * configure.in:
10697         * NEWS:
10698         updated for 2.5.4-devel
10700         * configure.in:
10701         2.5.3 was released
10703         * configure.in:
10704         * NEWS:
10705         updated for 2.5.3
10707         * fvwm/menuitem.h (struct):
10708         * fvwm/menus.c (paint_menu_gradient_background):
10709         (paint_menu_pixmap_background):
10710         (paint_menu):
10711         (clear_expose_menu_area):
10712         fixed TiledPixmap menu background drawing bug
10713         sorted function in file and removed forward declarations
10715 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10717         * fvwm/Makefile.am (LDADD):
10718         put -lfvwm at front of library list
10720         * fvwm/windowlist.c (CMD_WindowList):
10721         print window's page instead of current page in windowlist
10723 2002-08-24  Bob Woodside  <dumbledore@woodsway.com>
10725         * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10726         Fix for Experimental RaiseOverUnmanaged Handling.
10728 2002-08-22  Bob Woodside  <dumbledore@woodsway.com>
10730         * fvwm/focus.h:
10731         * fvwm/stack.h:
10732         New defs for Experimental RaiseOverUnmanaged Handling.
10734         * fvwm/events.c (HandleEnterNotify):
10735         * fvwm/focus.c:
10736         (set_focus_to_fwin)
10737         (focus_query_grab_buttons)
10738         (_focus_grab_buttons)
10739         (focus_grab_buttons)
10740         (focus_grab_buttons_client_entered)
10741         (_SetFocusWindow)
10742         (__activate_window_by_command)
10743         (_ReturnFocusWindow)
10744         (_DeleteFocus)
10745         (_ForceDeleteFocus)
10746         * fvwm/stack.c:
10747         (raise_over_unmanaged)
10748         (is_above_unmanaged)
10749         (_is_on_top_of_layer)
10750         (is_on_top_of_layer)
10751         (is_on_top_of_layer_and_above_unmanaged)
10752         Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10753         interaction of RaiseOverUnmanaged with various focus policies,
10754         particularly mouse focus + client click raises; issue mouse
10755         button grabs when and only when they are actually needed; and
10756         fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10757         (Thanks to the GFPR, this is much more straightforward to do!)
10759 2002-08-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10761         * fvwm/fvwm.1.in:
10762         added a paragraph about scripting and complex functions.
10764         * fvwm/style.c (style_parse_one_style_option):
10765         fixed flag_mask and change_mask of TitleAt... styles that broke left
10766         and bottom titles
10768 2002-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10770         * fvwm/fvwm.1.in:
10771         describe new focus policy styles
10773 2002-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10775         * fvwm/style.c (merge_styles):
10776         fixed applying style updates immediately
10778         * fvwm/geometry.c (constrain_size):
10779         fixed font resizing of maximized windows
10781         * fvwm/window_flags.h:
10782         * fvwm/fvwm.h (has_new_wm_normal_hints):
10783         new window flags
10785         * fvwm/events.c (HandleEnterNotify):
10786         fixed UngrabNotify returning focus to just unfocused window
10787         * fvwm/focus.h:
10788         added debug code
10790         * fvwm/style.c (merge_styles):
10791         (free_style_mask):
10792         (__simplify_style_list):
10793         fixed default style calculations
10795         * fvwm/events.c (HandleConfigureRequest):
10796         disabled debug output
10798         * fvwm/style.c (merge_styles):
10799         * fvwm/fvwm.h (window_style):
10800         new style member default_mask to allow two levels of defaults;
10801         fixes focus policy defaults
10802         * fvwm/style.h:
10803         rewrote many of the macros; changed all callers
10805         * fvwm/borders.c (RenderIntoPixmap):
10806         (DrawMultiPixmapTitlebar):
10807         (border_render_into_pixmap):
10808         (border_draw_multi_pixmap_titlebar):
10809         applied Suzanne Skinner's multi pixmap titles fix
10810         renamed functions and changed all callers
10812         * libs/FScreen.c (FScreenGetScrRect):
10813         (FindScreen):
10814         (FScreenGetScrId):
10815         new utility functions
10817         * fvwm/windowlist.c (CMD_WindowList):
10818         new option MaxLabelWidth for the WIndowList command based on patch by
10819         Maxim F. Ischenko
10820         new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
10821         WindowList command.
10823         * fvwm/events.c (HandleConfigureRequest):
10824         removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
10825         seems to work without problems
10827 2002-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10829         * fvwm/style.c (merge_styles):
10830         fixed style defaults getting stuck to on once set
10832         * configure.in:
10833         fixed a number of non portable uses of the "test" command and unified
10834         the used syntax of all calls to reduce chance of copy-and-paste
10835         problems
10837 2002-08-17  Mikhael Goikhman  <migo@homemail.com>
10839         * configure.in:
10840         * fvwm/fvwm.1.in:
10841         minor typos and improvements;
10842         better string quotings and detection of fribidi for autoconf-2.53
10844         * fvwm/Makefile.am:
10845         don't include *.in in EXTRA_DIST, they are auto-included
10847 2002-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10849         * fvwm/events.c (HandleConfigureRequest):
10850         (HandlePropertyNotify):
10851         (is_resizing_event_pending):
10852         fixed uninitialised return code of test_resizing_event
10854 2002-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10856         * fvwm/decorations.c (SelectDecor):
10857         * fvwm/style.h:
10858         * fvwm/window_flags.h:
10859         * fvwm/fvwm.h:
10860         moved common.s.has_no_border window flag to common.has_no_border to
10861         fix windows getting stuck without a border once the HandleWidth or
10862         BorderWidth was set to 0 and then increased again
10864         * fvwm/fvwm.1.in:
10865         removed reference to BUGS and TODO
10867         * configure.in:
10868         moved a lot of constant definitions to configure.in; the fvwm.lsm and
10869         fvwm.1 files don't have to be updated for a release anymore; the release
10870         number and date are set by configure
10872         * fvwm/fvwm.c (setVersionInfo):
10873         fixed output of "fvwm -version"
10875 2002-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10877         * fvwm/style.c (style_parse_one_style_option):
10878         Old focus styles override less of the behaviour specified with the
10879         FP... styles; use defaults instead without setting the mask
10880         (style_parse_one_style_option):
10881         removed the styles MouseFocusClickIgnoreMotion and
10882         MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
10883         instead
10884         (style_parse_one_style_option):
10885         ClickToFocusRaises now works only on the client window, not on the
10886         decorations
10887         (style_parse_one_style_option):
10888         fixed FocusFollowsMouse style
10889         (style_set_old_focus_policy):
10890         moved old default focus settings to a separate function, simplified code
10892 2002-08-14  Dan Espen  <dane@mk.telcordia.com>
10894         * fvwm/fvwm.1: Add hot-spot is an offset information,
10895         fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
10896         the xpm docs).
10898 2002-08-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10900         * fvwm/style.c (style_parse_focus_policy_style):
10901         fixed parsing of FPFocusClickButtons and FocusClickModifiers
10903         * libs/Makefile.am:
10904         added missing files
10906         * fvwm/events.c (HandleConfigureRequest):
10907         fixed ConfigureRequest race condition
10909 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10911         * configure.in:
10912         quote environment variables
10914 2002-08-13  olicha  <olivier.chapuis@free.fr>
10916         * NEWS:
10917         Color limit and dithering news
10919         * fvwm/fvwm.1:
10920         Added a minimal doc for the -color-limit option
10922         * fvwm/builtins.c (CMD_ColorLimit):
10923         ColorLimit is obsolete
10925         * fvwm/builtins.c (ReadDecorFace):
10926         * libs/PictureUtils.c (my_dither_depth_15_16_init):
10927         (PictureAllocColorAllProp):
10928         Implemented dithering for depth 16 and 15. This is off by default
10929         in colorset (use the dither colorset option) and on by default
10930         for window title gradient. Gradient are visibly more smooth.
10932         * libs/PictureUtils.c (*):
10933         Some cleanup
10935 2002-08-13  Mikhael Goikhman  <migo@homemail.com>
10937         * fvwm/fvwm.1:
10938         corrected the pixmap cursor description, added an example
10940 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10942         * fvwm/menus.c (select_menu_item):
10943         (paint_menu_gradient_background):
10944         fixed a redrawing problem with H/Vgradient menu faces
10945         (MenuInteraction):
10946         fixed a minor problem w/ entering submenus via keyboard
10948 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10950         * fvwm/move_resize.c (CMD_ResizeMove):
10951         (CMD_Resize):
10952         (CMD_Maximize):
10953         (CMD_ResizeMaximize):
10954         (CMD_ResizeMoveMaximize):
10955         commands can be used on iconified windows again
10957         * ONEWS:
10958         * NEWS:
10959         moved pre-2.2 NEWS to ONEWS
10961         * libs/strdup.c:
10962         * libs/safemalloc.c:
10963         * libs/envvar.c:
10964         * libs/alloca.c:
10965         * libs/Target.c:
10966         * libs/Parse.c:
10967         * libs/Bindings.c:
10968         * fvwm/menustyle.c:
10969         * fvwm/menus.c:
10970         * fvwm/menuitem.c:
10971         * fvwm/menucmd.c:
10972         * fvwm/frame.c:
10973         * fvwm/events.c:
10974         * fvwm/borders.c:
10975         let config.h include strinh.h or strings.h
10977         * fvwm/style.c (style_parse_one_style_option):
10978         (style_parse_one_style_option):
10979         fixed icon box crash
10981         * fvwm/bindings.c (update_nr_buttons):
10982         fixed extra buttons on window decorations
10984         * fvwm/style.c (style_parse_one_style_option):
10985         fixed parsing of the FP... and !FP... styles
10987 2002-08-12  Bob Woodside  <dumbledore@woodsway.com>
10989         * fvwm/style.c (style_parse_one_style_option):
10990         Fixed a typo so that ClickToFocusRaisesOff actually turns
10991         the option off instead of on.
10993 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10995         * fvwm/focus.c (focus_grab_buttons):
10996         only grab necessary buttons on the client window
10998 2002-08-11  olicha  <olivier.chapuis@free.fr>
11000         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
11001         Removed some debug code
11003         * fvwm/fvwm.c (main):
11004         (usage):
11005         Added -color-limit to fvwm usage
11007 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11009         * fvwm/style.c (style_parse_one_style_option):
11010         (style_parse_focus_policy_style):
11011         added style options "FP..." to control focus policy
11012         removed OverrideGrabFocus and AllowGrabFocus styles
11014         * fvwm/style.c (merge_styles):
11015         fixed style defaults != 0
11017         * fvwm/focus.c (__restore_focus_after_unmap):
11018         fixed a bug w/ reverting the focus from transients to the parent
11020         * fvwm/ewmh.c (ewmh_HandleDesktop):
11021         * fvwm/style.c (style_parse_one_style_option):
11022         fixed defaults for various focus styles
11024         * NEWS:
11025         updated for 2.4.9
11027         * fvwm/frame.c (frame_mrs_resize_move_windows):
11028         backed out anti-flicker patch that slowed down command processing
11030         * fvwm/bindings.c (update_nr_buttons):
11031         (ParseBinding):
11032         fixed sluggish processing of mouse bindings
11034         * fvwm/events.c (__handle_bpress_action):
11035         fixed drawing of pressed decorations w/o bindings
11037         * fvwm/frame.c (frame_move_resize):
11038         removed debug code that broke focus handling
11040         * fvwm/style.c (style_parse_one_style_option):
11041         fixed passing the focus click to the app by default
11043         * fvwm/events.c (__handle_click_to_focus):
11044         * fvwm/focus.c (set_focus_to_fwin):
11045         (__set_focus_to_fwin):
11046         removed drawing code that broke as many places as it fixed; plus it
11047         cause unnecessary redraws
11049         * fvwm/events.c (HandleConfigureRequest):
11050         send a synthetical ConfigureNotify if an application is not granted its
11051         wishes from a ConfigureRequest; this is necessary for FixedPPosition
11052         and FixedPSize to work properly; also to be ICCCM compliant
11053         always force border_width 0 in these events
11054         in the experimental cr merging code, send a number of cn events equal
11055         to the number of merged events
11057         * libs/Parse.c:
11058         * fvwm/style.c:
11059         reformatted
11061         * fvwm/style.c (style_parse_focus_policy_style):
11062         (style_parse_icon_size_style):
11063         (style_parse_icon_box_style):
11064         (style_parse_icon_grid_style):
11065         (style_parse_icon_fill_style):
11066         (style_parse_one_style_option):
11067         (parse_and_set_window_style):
11068         split into separate functions
11069         (style_parse_one_style_option):
11070         simplified and cleaned up
11072         * fvwm/events.h:
11073         * fvwm/decorations.c:
11074         * fvwm/cursor.h:
11075         * fvwm/cursor.c:
11076         * fvwm/conditional.h:
11077         * fvwm/conditional.c:
11078         * fvwm/colorset.h:
11079         * fvwm/colors.h:
11080         * fvwm/colors.c:
11081         * fvwm/colormaps.c:
11082         * fvwm/bindings.h:
11083         * fvwm/bindings.c:
11084         reformatted and cleaned up
11086 2002-08-11  olicha  <olivier.chapuis@free.fr>
11088         * libs/PictureUtils.c (*):
11089         * libs/PictureUtils.h:
11090         * libs/PictureDitherMatrice.h (new file):
11091         * libs/PictureImageLoader.c (*):
11092         * libs/PictureImageLoader.h:
11093         * libs/PictureGraphics.c  (PGraphicsCreateDitherPixmap):
11094         (PCreateDitherPixmap):
11095         (PCreateTintedPixmap):
11096         * libs/PictureGraphics.h:
11097         * libs/PictureBase.c (PictureInitCMap):
11098         * libs/PictureBase.h:
11099         * libs/Picture.c (*):
11100         * libs/Picture.h:
11101         * libs/Fxpm.h:
11102         * libs/Colorset.c (DumpColorset):
11103         (LoadColorset):
11104         * libs/Colorset.h:
11105         * libs/Graphics.c (all gradient functions):
11106         * libs/fvwmlib.h:
11107         * fvwm/screen.h:
11108         * fvwm/move_resize.c (CMD_XorPixmap):
11109         * fvwm/colors.c (FreeColors):
11110         * fvwm/builtins.c (CMD_DefaultColors):
11111         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11112         * fvwm/builtins.c (FreeDecorFace):
11113         (ReadDecorFace):
11114         * fvwm/menus.c (pop_menu_down):
11115         (paint_menu_gradient_background):
11116         (scanForPixmap):
11117         * fvwm/menus.h:
11118         * fvwm/menustyle.c (menustyle_free_face):
11119         (menustyle_parse_face):
11120         (menustyle_free):
11121         (menustyle_update):
11122         (menustyle_parse_style):
11123         (CMD_CopyMenuStyle):
11124         * fvwm/menustyle.h:
11125         * fvwm/icons.c (GetIconFromFile):
11126         * fvwm/builtins.c (ReadMultiPixmapDecor):
11127         (ReadDecorFace):
11128         * fvwm/borders.c (border_draw_decor_to_pixmap):
11129         * fvwm/add_window.c (setup_mini_icon):
11130         * fvwm/fvwm.c (main):
11131         * fvwm/colorset.c (free_colorset_background):
11132         (parse_pixmap):
11133         (parse_shape):
11134         (parse_colorset):
11135         New color limit method and implement dithering in depth <= 8.
11136         Added a "fvwm picture attributes" structure for loading image.
11137         Some colors leaks fix. Add some (weak) color leaks. New option
11138         -color-limit for fvwm. 257 fix. Some prepartion for tint and
11139         alpha in colorset.
11141 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11143         * libs/Flocale.c (FlocaleRotateDrawString):
11144         fixed a crash
11146 2002-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11148         * fvwm/style.c (parse_and_set_window_style):
11149         fixed the default for passing the click-to-raise click for mousey
11150         focus
11152         * fvwm/events.c (__handle_click_to_focus):
11153         removed redundant code
11154         (WaitForButtonsUp):
11155         fixed sluggish motion event handling when waiting for buttons to be
11156         released
11158         * fvwm/focus.c (__set_focus_to_fwin):
11159         (set_focus_to_fwin):
11160         fixed redrawing the border w/ mousey focus when the window was entered,
11161         then the border was clicked before the FocusIn event arrived
11163         * fvwm/events.c (__handle_bpress_on_managed):
11164         * fvwm/style.c (parse_and_set_window_style):
11165         fixed some small focus problems
11167         * fvwm/fvwm.c:
11168         reformatted and cleaned up
11170         * fvwm/fvwm.1:
11171         formatting fixes
11173         * fvwm/focus.c (focus_query_click_to_raise):
11174         (focus_query_click_to_focus):
11175         * fvwm/style.c (parse_and_set_window_style):
11176         * fvwm/events.c (__test_for_motion):
11177         (__check_click_to_focus_or_raise):
11178         (__handle_focus_raise_click):
11179         (__is_bpress_window_handled):
11180         (__handle_click_to_focus):
11181         (__handle_click_to_raise):
11182         (__handle_bpress_stroke):
11183         (__handle_bpress_action):
11184         (__handle_bpress_on_root):
11185         (__handle_bpress_on_unmanaged):
11186         (__handle_bpress_on_managed):
11187         (HandleButtonPress):
11188         GFPR: completely rewrote ButtonPress handler, thus finishing the core
11189         of the new focus code; only the parsing for the new styles is missing
11191         * fvwm/virtual.c (is_pan_frame):
11192         new function
11194 2002-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11196         * fvwm/add_window.c (AddWindow):
11197         fixed compile error
11199         * fvwm/events.c (__handle_focus_raise_click):
11200         (HandleButtonPress):
11201         clean up
11203         * fvwm/events.c (__handle_focus_raise_click):
11204         * fvwm/fvwm.h (struct):
11205         * fvwm/style.c (check_window_style_change):
11206         (parse_and_set_window_style):
11207         * fvwm/session.c (MatchWinToSM):
11208         * fvwm/window_flags.h:
11209         eliminated parts of the old focus code
11211         * fvwm/focus.c (__set_focus_to_fwin):
11212         (set_focus_to_fwin):
11213         * fvwm/fvwm.c (InitVariables):
11214         * fvwm/add_window.c (destroy_window):
11215         * fvwm/events.c (__handle_focus_raise_click):
11216         * fvwm/screen.h (ScreenInfo):
11217         eliminated Scr.Ungrabbed global
11219         * fvwm/update.c (apply_window_updates):
11220         (flush_window_updates):
11221         * fvwm/icons.c (DeIconify):
11222         (Iconify):
11223         * fvwm/move_resize.c (CMD_Maximize):
11224         (__move_window):
11225         (handle_stick):
11226         * fvwm/frame.c (frame_free_move_resize_args):
11227         (__frame_setup_window):
11228         * fvwm/virtual.c (do_move_window_to_desk):
11229         (CMD_GotoDeskAndPage):
11230         (goto_desk):
11231         (MoveViewport):
11232         * fvwm/stack.c (LowerWindow):
11233         * fvwm/events.c (HandleMapNotify):
11234         (HandleVisibilityNotify):
11235         (DispatchEvent):
11236         (HandleFocusIn):
11237         (__handle_focus_raise_click):
11238         (HandleEnterNotify):
11239         (HandleMapRequestKeepRaised):
11240         * fvwm/add_window.c (setup_key_and_button_grabs):
11241         (setup_focus_policy):
11242         (destroy_window):
11243         * fvwm/focus.c (__try_other_screen_focus):
11244         (__set_focus_to_fwin):
11245         (set_focus_to_fwin):
11246         (focus_grab_buttons_on_pointer_window):
11247         (focus_grab_buttons_on_layer):
11248         (focus_grab_buttons_new):
11249         cleaned up focus grab handling.
11251         * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11252         clean up
11254 2002-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11256         * fvwm/add_window.c (setup_window_structure):
11257         (AddWindow):
11258         discarded unused return code
11260         * fvwm/focus.c (focus_grab_buttons):
11261         split into two fucntions and fixed a bug with ungrabbing buttons
11263         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11264         * fvwm/style.c (parse_and_set_window_style):
11265         * fvwm/icons.c (DeIconify):
11266         (DeIconify):
11267         * fvwm/events.c (HandleButtonPress):
11268         (HandleEnterNotify):
11269         (HandleLeaveNotify):
11270         (HandleMapNotify):
11271         (HandleMapRequestKeepRaised):
11272         * fvwm/add_window.c (CaptureAllWindows):
11273         * fvwm/virtual.c (UnmapDesk):
11274         (MapDesk):
11275         (do_move_window_to_desk):
11276         * fvwm/update.c (flush_window_updates):
11277         * fvwm/focus.c (set_focus_model):
11278         (DeleteFocus):
11279         (__restore_focus_after_unmap):
11280         much more GFPR work; these patches may break lots of things
11282         * fvwm/focus.c (set_focus_to_fwin):
11283         (__activate_window_by_command):
11284         (SetFocusWindow):
11285         (ReturnFocusWindow):
11286         (DeleteFocus):
11287         (ForceDeleteFocus):
11288         renamed MoveFocus to set_focus_to_fwin
11290 2002-08-07  Mikhael Goikhman  <migo@homemail.com>
11292         * libs/Fft.c (FftDrawString):
11293         removed redudant and buggy code that called DrawStringFunc before
11294         this pointer gets initialized
11296         * fvwm/focus.c (focus_query_click_to_raise):
11297         fixed possibly-uninitialized variable warning
11299         * fvwm/Makefile.am:
11300         specify stroke includes before Xft includes, may improve some cases
11302 2002-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11304         * configure.in:
11305         fixed sys/time.h detection
11307         * fvwm/events.c (HandleMappingNotify):
11308         * libs/Bindings.c (AddBinding):
11309         added MappingNotify event handler
11311         * fvwm/events.c (HandleMapRequest):
11312         removed debug code
11314         * fvwm/events.c (InitEventHandlerJumpTable):
11315         another attempt at handling "unknown" modifiers in key bindings
11317 2002-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11319         * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11320         * fvwm/add_window.c (destroy_window):
11321         * fvwm/focus.c (focus_grab_buttons):
11322         fixed core dump
11324 2002-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11326         * fvwm/focus.c (focus_force_refresh_focus):
11327         * fvwm/events.c (HandleEnterNotify):
11328         (HandlePropertyNotify):
11329         (HandleButtonPress):
11330         * fvwm/icons.c (DeIconify):
11331         * fvwm/virtual.c (MapDesk):
11332         * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11333         * fvwm/update.c (apply_window_updates):
11334         * fvwm/module_interface.c:
11335         * fvwm/conditional.c (MatchesConditionMask):
11336         more GFPR work
11338         * fvwm/icons.c (Iconify):
11339         removed "#if 0"ed code
11341         * fvwm/module_interface.c:
11342         disabled the old ConfigureWindow module interface
11344         * vms/vms.c:
11345         * libs/fvwmsignal.h:
11346         * libs/Picture.c:
11347         * fvwm/ewmh_intern.h:
11348         * fvwm/events.c:
11349         * fvwm/module_interface.c:
11350         * fvwm/misc.c:
11351         use ftime.h
11353         * libs/ftime.h:
11354         new file to encapsulate time.h and sys/time.h inclusion
11356         * fvwm/stack.c:
11357         re-indented
11358         (mark_transient_subtree):
11359         (__mark_group_member):
11360         cleaned up and split into two functions
11362         * fvwm/focus.c (CMD_Focus):
11363         (CMD_FlipFocus):
11364         * fvwm/icons.c (DeIconify):
11365         clean up
11366         (FocusOn)
11367         (__activate_window_by_command):
11368         renamed function
11370         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11371         * fvwm/focus_policy.h (fpol_set_focus_by_t):
11372         * fvwm/style.c (parse_and_set_window_style):
11373         (parse_and_set_window_style):
11374         began implementing new focus control styles
11376         * fvwm/focus.c (DoSetFocus):
11377         (__restore_focus_after_unmap):
11378         (MoveFocus):
11379         (refresh_focus):
11380         more GFPR work
11381         (DoSetFocus):
11382         (__set_focus_to_fwin):
11383         function renamed
11385         * fvwm/conditional.c (MatchesConditionMask):
11386         * fvwm/focus.c (focus_query_open_grab_focus):
11387         (focus_query_close_restore_focus):
11388         (focus_does_accept_input_focus):
11389         (MoveFocus):
11390         * fvwm/events.c (HandleUnmapNotify):
11391         (HandleEnterNotify):
11392         (HandleMapNotify):
11393         (HandleMapRequestKeepRaised):
11394         renamed some functions
11396         * libs/defaults.h:
11397         * fvwm/focus_policy.c:
11398         * fvwm/focus_policy.h:
11399         prepared some future focus policy flags
11401         * configure.in:
11402         enable error message when png or xpm test compilation fails
11404         * fvwm/style.h:
11405         * fvwm/window_flags.h:
11406         * fvwm/ewmh.c (ewmh_HandleDesktop):
11407         * fvwm/style.c (parse_and_set_window_style):
11408         (check_window_style_change):
11409         * fvwm/events.c (HandleButtonPress):
11410         (HandleVisibilityNotify):
11411         began GFPR migration of *raises* focus policy flags
11413         * fvwm/focus.c (focus_is_focusd):
11414         new function
11416         * libs/Bindings.c (AddBinding):
11417         fixed handling of "unknown" modifiers in key bindings
11419         * fvwm/focus.c (focus_grab_buttons):
11420         (focus_query_grab_buttons):
11421         moved focus policy code into separate function
11423 2002-08-02  Mikhael Goikhman  <migo@homemail.com>
11425         * Makefile.am:
11426         DESTDIR fix
11428 2002-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11430         * fvwm/style.c (parse_and_set_window_style):
11431         * fvwm/focus.c (focus_query_grab_focus):
11432         * fvwm/events.c (HandleMapNotify):
11433         (HandlePropertyNotify):
11434         * fvwm/focus_policy.c (fpol_init_default_fp):
11435         * libs/defaults.h:
11436         new styles OverrideGrabFocus and AllowGrabFocus
11437         cleaned up focus grabbing code and moved to focus.c
11439 2002-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11441         * fvwm/focus.c (CMD_WarpToWindow):
11442         fixed negative arguments for unmanaged windows
11444         * fvwm/conditional.c (CMD_Direction):
11445         use PeekToken instead of GetNextToken
11446         cleaned up
11447         new direction "center"
11449 2002-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11451         * fvwm/events.c (addkbsubinstoarray):
11452         disabled experimental pointer warping code
11454         * fvwm/menus.c:
11455         removed menu crash debug code
11457 2002-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11459         * fvwm/menus.c:
11460         added tons of crash debug code
11462         * fvwm/add_window.c:
11463         made a lot of internal functions static
11465         * fvwm/add_window.c (setup_button_windows):
11466         (destroy_title_window):
11467         (destroy_button_windows):
11468         (destroy_resize_handle_windows):
11469         (destroy_auxiliary_windows):
11470         (destroy_icon):
11471         (destroy_window):
11472         * fvwm/icons.c (CreateIconWindow):
11473         safety patches w/ XDeleteContext
11475         * fvwm/menus.c (DestroyMenu):
11476         fixed a crash w/ accessing already deleted menus
11478 2002-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11480         * fvwm/menus.c (get_menu_options):
11481         fixed menu context rectangle "icon" if the icon was not just a pixmap
11483 2002-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11485         * fvwm/events.c (HandleMapNotify):
11486         (HandleMapRequestKeepRaised):
11487         (HandleUnmapNotify):
11488         * fvwm/ewmh_events.c (ewmh_WMStateModal):
11489         * fvwm/ewmh.c (ewmh_HandleDesktop):
11490         * fvwm/style.c (parse_and_set_window_style):
11491         removed old do_grab_focus_when_created and *_when_transient_* flags
11493 2002-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11495         * fvwm/conditional.c (MatchesConditionMask):
11496         * fvwm/focus.c (DoSetFocus):
11497         * fvwm/session.c (MatchWinToSM):
11498         * fvwm/module_interface.c (SETOLDFLAGS):
11499         removed old is_lenient flag
11501         * fvwm/bindings.c:
11502         * fvwm/style.c (__simplify_style_list):
11503         (simplify_style_list):
11504         reformatted
11506         * fvwm/window_flags.h:
11507         * fvwm/style.h:
11508         access macros for focus policy flags structures
11509         reformatted
11511         * fvwm/focus_policy.c:
11512         * fvwm/focus_policy.h:
11513         new files, begin great focus policy rewrite aka GFPR
11515 2002-07-22  Bob Woodside  <dumbledore@woodsway.com>
11517         * fvwm/placement.c (PlaceWindow):
11518         Fixed interaction between CascadePlacement and StartsOnPage
11520 2002-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11522         * libs/fvwmsignal.c (fvwmSelect):
11523         call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11524         modules
11526 2002-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11528         * fvwm/add_window.c (CaptureOneWindow):
11529         fixed a core dump w/ windows being destroyed during a recapture
11530         (AddWindow):
11531         removed duplicate check if new windows still exist
11533         * fvwm/placement.c (CMD_PlaceAgain):
11534         * fvwm/move_resize.c (move_window_doit):
11535         (__move_icon):
11536         * fvwm/virtual.c (MapDesk):
11537         (MoveViewport):
11538         (do_move_window_to_desk):
11539         * fvwm/icons.c (AutoPlaceIcon):
11540         (ChangeIconPixmap):
11541         (Iconify):
11542         some cleanup in movement code
11543         new option "Icon" to PlaceAgain command
11544         adapted documentation accordingly
11546         * fvwm/move_resize.c (move_window_doit):
11547         (__move_window):
11548         renamed function
11550 2002-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11552         * libs/Flocale.c (FlocaleRotateDrawString):
11553         create gcs only once
11555         * fvwm/fvwm.1:
11556         removed some references to Recapture
11557         UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11558         ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11560         * libs/gravity.c (gravity_parse_multi_dir_argument):
11561         fixed "all" multidir selecting "center" too
11563         * libs/Fft.c (FftDrawString):
11564         * libs/Flocale.c (FlocaleRotateDrawString):
11565         (FlocaleFontStructDrawString):
11566         (FlocaleDrawString):
11567         fixed some text placement bugs w/ shadow text
11568         (FlocaleGetShadowTextPosition):
11569         implemented "center" shadows
11571 2002-07-20  olicha  <olivier.chapuis@free.fr>
11573         * libs/Flocale.c (FlocaleRotateDrawString):
11574         Removed some static declarations
11576 2002-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11578         * libs/gravity.c (gravity_multi_dir_to_dir):
11579         * libs/gravity.h (enum):
11580         new function, cleaned up
11581         (enum):
11582         * fvwm/fvwm.h (FvwmWindow):
11583         * libs/Fft.c:
11584         * fvwm/geometry.c:
11585         * fvwm/borders.c:
11586         moved text_rotation_type to gravity.h and renamed to rotation_type
11588         * libs/Flocale.h:
11589         fixed several bugs in the access macros
11591         * libs/Flocale.c:
11592         removed unused static FlocaleSeted
11593         (FlocaleFontStructDrawString):
11594         simplified function
11596         * fvwm/virtual.c (CMD_EdgeCommand):
11597         * fvwm/windowshade.c (CMD_WindowShade):
11598         * fvwm/conditional.c (CMD_Direction):
11599         adapted to changes in ParseDirectionArgument
11601         * libs/gravity.h:
11602         * libs/gravity.c (ParseDirectionArgument):
11603         new direction "Center"
11605         * fvwm/virtual.c (CMD_EdgeCommand):
11606         reformatted
11608 2002-07-18  olicha  <olivier.chapuis@free.fr>
11610         * libs/PictureUtils.c (PictureRGBtoPixel):
11611         (decompose_mask):
11612         Fixed(??) color allocation for some visuals
11614 2002-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11616         * libs/Flocale.c (FlocaleFontStructDrawString):
11617         a little code cleanup
11619         * fvwm/events.c (HandleEnterNotify):
11620         removed debug code
11621         anothe click+drag fix
11623         * libs/Pointer.c (GetLocationFromEventOrQuery):
11624         * fvwm/focus.c (SetPointerEventPosition):
11625         * fvwm/functions.c (CheckActionType):
11626         * fvwm/builtins.c (CMD_StrokeFunc):
11627         * fvwm/move_resize.c (moveLoop):
11628         (resize_window):
11629         fixed some bugs w/ pointer on wrong screen
11631 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11633         * fvwm/events.c (HandleLeaveNotify):
11634         fixed problem w/ click+drag and mousey focus
11636         * fvwm/menus.c (size_menu_horizontally):
11637         fixed menu style SubmenusLeft w/ icons in menu items
11639 2002-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11641         * fvwm/menuitem.c (menuitem_paint):
11642         * fvwm/menus.h:
11643         * fvwm/menus.c (paint_menu_gradient_background):
11644         (get_menu_paint_item_parameters):
11645         removed circular dependency of menus.c and menuitem.c by using callback
11646         functions
11648 2002-07-17  olicha  <olivier.chapuis@free.fr>
11650         * fvwm/menuitem.c:
11651         A -Wall fix
11653         * fvwm/fvwm.c (InitVariables):
11654         (main):
11655         * fvwm/colorset.c (parse_colorset):
11656         (alloc_colorset):
11657         (CMD_ReadWriteColors):
11658         * fvwm/builtins.c (CMD_ColorLimit):
11659         * libs/PictureUtils.h:
11660         * libs/PictureUtils.c (PictureReduceColor):
11661         (PictureReduceRGBColor):
11662         (PictureRGBtoPixel):
11663         (PictureAllocColor):
11664         (PictureFreeColors):
11665         (PictureGetNextColor):
11666         (colors_alloc_fail):
11667         (my_alloc_color):
11668         (AllocColors*):
11669         (AllocColorTable):
11670         (PictureAllocColorTable):
11671         * libs/PictureImageLoader.c (PImageXpmAllocColor):
11672         (PImageXpmFreeColor):
11673         (PImageLoadXpm):
11674         * libs/PictureBase.c (PictureInitCMap):
11675         * libs/Graphics.c (AllocLinearGradient):
11676         * libs/ColorUtils.c (GetShadow):
11677         (GetHilite):
11678         (GetForeShadow):
11679         (GetTintedPixel):
11680         (GetSimpleColor):
11681         (GetColor):
11682         (fvwmlib_clone_color):
11683         * libs/PictureGraphics.c (PGraphicsTintRectangle):
11684         Implemented a new color limit method
11686 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11688         * fvwm/move_resize.c (moveLoop):
11689         fixed problem moving the pointer off screen while moving a window
11690         (AnimatedMoveAnyWindow):
11691         fixed pointer warping w/ multiple screens and animated window motion
11693 2002-07-12  olicha  <olivier.chapuis@free.fr>
11695         * fvwm/menus.c (get_menu_paint_item_parameters):
11696         (paint_menu_gradient_background):
11697         * fvwm/menuitem.c (menuitem_paint):
11698         * fvwm/menuitem.h:
11699         * fvwm/menus.h:
11700         Fixed B/DGradient with Xft fonts
11702         * libs/Colorset.h:
11703         * libs/ColorUtils.c (GetTintedColor):
11704         (GetTintedPixel):
11705         * fvwm/colorset.c (parse_simple_tint):
11706         (parse_colorset):
11707         (alloc_colorset):
11708         Implemented fgTint colorset option
11710         * libs/PictureImageLoader.c:
11711         * libs/PictureUtils.c:
11712         * libs/PictureUtils.h:
11713         * libs/Makefile.am:
11714         Moved color limitation and some rgb to pixel functions from
11715         PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11717         * fvwm/colorset.c (parse_colorset):
11718         * libs/PictureGraphics.c (PCreateTintedPixmap):
11719         (PGraphicsTintRectangle):
11720         Implemented tinting for X server without Xrender support and
11721         did color limitation when tinting
11724 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11726         * fvwm/events.c (WaitForButtonsUp):
11727         fixed handling of button release events
11729 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11731         * fvwm/menus.c (MenuInteraction):
11732         fixed core dump w/ dynamic popdown action destroying a menu
11733         (paint_menu_gradient_background):
11734         fixed hang and/or incorrect drawing of b and d gradients in menus
11736         * fvwm/events.c (HandleEnterNotify):
11737         (HandleLeaveNotify):
11738         improved LEAVE_WINDOW/ENTER_WINDOW handling
11740 2002-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11742         * libs/Colorset.c (SetWindowBackground):
11743         (SetWindowBackgroundWithOffset):
11744         (ScrollPixmap):
11745         implemented new functions to allow pixmap backgrounds with an offset
11747 2002-07-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11749         * fvwm/events.c (HandleMapRequestKeepRaised):
11750         send Map/UnmapNotify before iconyfying, not after
11752 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11754         * fvwm/events.c (HandleMapRequestKeepRaised):
11755         fake a MapNotify and then an UnmapNotify when a window is created iconic
11757         * fvwm/add_window.c (AddWindow):
11758         workaround for buggy TK menu positioning
11760         * fvwm/module_interface.c (FlushMessageQueue):
11761         (PositiveWrite):
11762         (get_pipe_name):
11763         tried to fix module communication deadlock w/ sync mask and a full write
11764         pipe
11766         * libs/Strings.c:
11767         re-indented file
11769         * libs/defaults.h:
11770 2002-07-06  olicha  <olivier.chapuis@free.fr>
11772         * libs/Flocale.c (FlocaleGetFontSet):
11773         Removed some unwanted code
11775 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11777         * fvwm/events.c (HandleLeaveNotify):
11778         (HandleEnterNotify):
11779         reduced the number of MX_LEAVE/ENTER_WINDOW messages
11781         * fvwm/events.c (CMD_XSync):
11782         very experimental patch to cycle through subwindows accepting keyboard
11783         input; call Xsync command repeatedly to test; crashes fvwm if more than
11784         1000 subwindows are used;
11786         * fvwm/focus.c (CMD_WarpToWindow):
11787         fixed a bug in warpttowindow command with subwindows of unmanaged
11788         windows
11790 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11792         * fvwm/events.c (HandlePropertyNotify):
11793         * fvwm/events.h:
11794         handle changes in the size_inc and base_size hints during opaque
11795         resizing.
11797         * fvwm/events.c (HandleButtonPress):
11798         ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
11799         until the button is released again; this restores the old behaviour
11800         from 2.3.23 and before with click+drag and rxvt/aterm
11802 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11804         * fvwm/update.c (apply_window_updates):
11805         fixed applying neverfocus to currently focused window; decorations
11806         partially drawn hilighted
11808 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11810         * fvwm/menucmd.c (menu_func):
11811         another module/menu/context window fix
11812         do not use global Fw anymore
11814 2002-07-05  olicha  <olivier.chapuis@free.fr>
11816         * libs/Flocale.c (FlocaleStringToString2b):
11817         Fixed crash with big5-0 FontStruct
11819 2002-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11821         * fvwm/menucmd.c (menu_func):
11822         fixed context window of menus invoked by a module
11823         (menu_func):
11824         fixed context menus on windows
11826         * libs/vpacket.h (ConfigWinPacket):
11827         * fvwm/module_interface.c (CONFIGARGSNEW):
11828         * fvwm/fvwm.h (FvwmWindow):
11829         fixed bugs in type conversions for transmitting certain information to
11830         modules
11832         * fvwm/functions.c (CheckActionType):
11833         fixed window selection problem w/ menus invoked from modules
11835 2002-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11837         * fvwm/gnome.c (GNOME_HandlePropRequest):
11838         -Wall fixes
11840         * fvwm/module_interface.c (ExecuteCommandQueue):
11841         fixed compile bug w/ --enable-debug-msgs
11843 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11845         * fvwm/events.c (HandleButtonPress):
11846         (HandleKeyPress):
11847         * fvwm/menus.c (MenuInteraction):
11848         (do_menu):
11849         * fvwm/windowlist.c (CMD_WindowList):
11850         * fvwm/menucmd.c (menu_func):
11851         * fvwm/module_interface.c (ExecuteModuleCommand):
11852         * fvwm/add_window.c (adjust_fvwm_internal_windows):
11853         go away, evil globals! [removed the useless global variable
11854         "ButtonWindow"]
11856         * fvwm/events.c (HandleUnmapNotify):
11857         (HandleMapNotify):
11858         * fvwm/icons.c (Iconify):
11859         * fvwm/window_flags.h (IS_ICONIFY_PENDING):
11860         * fvwm/fvwm.h (struct):
11861         renamed is_deiconify_pending to is_iconify_pending
11862         some re-indenting
11864 2002-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11866         * fvwm/menus.c (MenuInteraction):
11867         (pop_menu_down):
11868         (menu_enter_tear_off_menu):
11869         (do_menu):
11870         * fvwm/events.c (HandleButtonPress):
11871         (HandleButtonRelease):
11872         (HandleKeyPress):
11873         (GetContext):
11874         * fvwm/menucmd.c (menu_func):
11875         (menu_func):
11876         * fvwm/module_interface.c (ExecuteModuleCommand):
11877         go away, evil globals! [removed the useless global variable "Context"]
11878         removed is_menu_from_frame_or_window_or_titlebar flag
11880         * fvwm/module_interface.c:
11881         * fvwm/windowlist.c:
11882         re-indented files
11884 2002-06-28  Mikhael Goikhman  <migo@homemail.com>
11886         * fvwm/menuitem.c (menuitem_paint):
11887         fixed fg color of the inactive disabled menu item
11889         * NEWS:
11890         old typo
11891         * fvwm/fvwm.1:
11892         removed a mention of RedHat (I don't think it is correct),
11893         reworded a mention of fvwm95
11895 2002-06-26  Mikhael Goikhman  <migo@homemail.com>
11897         * **/*.c:
11898         tabify only the leading spaces, untabify the middle of line
11900 2002-06-25  David Fries  <dfries@mail.win.org>
11902         * fvwm/fvwm.1:
11903         * fvwm/windowlist.c:
11904         Added code to sort based on the class name of a window for
11905         the WindowList function.
11907 2002-06-25  olicha  <olivier.chapuis@free.fr>
11909         * acinclude.m4:
11910         A minor fix
11912 2002-06-25  Mikhael Goikhman  <migo@homemail.com>
11914         * AUTHORS:
11915         add Anders Andersson (spelling fixes in all man pages) and Steve Talley
11917 2002-06-24  Steve Talley  <stephen.talley@sun.com>
11919         * fvwm/add_window.c:
11920         * fvwm/add_window.h:
11921         * fvwm/fvwm.1:
11922         * fvwm/fvwm.h:
11923         * fvwm/icons.c:
11924         * fvwm/icons.h:
11925         * fvwm/style.c:
11926         * fvwm/style.h:
11927         * libs/defaults.h:
11928         New Style option IconSize
11930 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
11932         * NEWS, configure.in:
11933         changed version to 2.5.3
11935 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
11937         * INSTALL.fvwm:
11938         removed C++ section
11940         * fvwm/fvwm.1:
11941         * libs/FlocaleCharset.c:
11942         small fixes
11944 2002-06-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11946         * fvwm/events.c (WaitForButtonsUp):
11947         use the wait cursot only after the 20th pass through the loop
11949 2002-06-21  Dan Espen  <dane@mk.telcordia.com>
11951         * fvwm/fvwm.1 (Examples): Language check.
11952         PipeRead as synchronous Exec.
11953         Better example for PipeRead.
11955 2002-06-21  olicha  <olivier.chapuis@free.fr>
11957         * fvwm/fvwm.1:
11958         * NEWS:
11959         Documented StringEncoding= in font name
11961         * INSTALL.fvwm
11962         Removed --disable-compound-text doc
11964 2002-06-20  olicha  <olivier.chapuis@free.fr>
11966         * libs/FBidi.h (FBidiConvert):
11967         Fixed compile if !HAVE_BIDI
11969 2002-06-19  olicha  <olivier.chapuis@free.fr>
11971         * fvwm/fvwm.c (InitVariables):
11972         (StartupStuff):
11973         Allocate colorset 0 in InitVariable in the place of StartupStuff.
11974         This fix a "null expression" at init in menustyle.c (menustyle_update)
11976 2002-06-19  Mikhael Goikhman  <migo@homemail.com>
11978         * configure.in:
11979         reworded supported feature listing, fixed the default xft detection
11980         * INSTALL.fvwm:
11981         added the "Supported Features" section
11983 2002-06-19  olicha  <olivier.chapuis@free.fr>
11985         * fvwm/colorset.h:
11986         Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
11988         * INSTALL.fvwm:
11989         Removed --enable-mulibyte and --disable-compound-text config option
11990         documentation. s/enable-xft/disable-xft/ and document --disable-xrender
11992         * configure.in:
11993         Xft is on by default no
11995         * libs/FlocaleCharset.c (*):
11996         * libs/FlocaleCharset.h:
11997         * libs/Ficonv.c (*):
11998         * libs/Ficonv.h:
11999         * libs/Flocale.c (*):
12000         * libs/Flocale.h:
12001         * libs/Fft.c (*):
12002         * libs/FftInterface.h:
12003         * libs/FBidi.c:
12004         * libs/FBidi.h:
12005         * fvwm/ewmh_names.c ():
12006         Some cleanup. Implemented StringEncoding= in font names. Fixed
12007         string encoding for xft fonts. Try to be more cleaver about defaults
12008         charsets. Improvement in the locale charset table.
12010         * fvwm/fvwm.1:
12011         Some documentation cleanup regarding Xft
12013 2002-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12015         * fvwm/functions.c (find_func_type):
12016         fixed bug i introduced w/ last commit
12018         * fvwm/fvwm.c (Done):
12019         (StartupStuff):
12020         * fvwm/functions.c (functions_is_complex_function):
12021         * fvwm/builtins.c (CMD_DestroyFunc):
12022         (CMD_AddToFunc):
12023         (CMD_Plus):
12024         moved functions to functions.c
12025         general cleanup
12027         * fvwm/functable.c:
12028         * fvwm/functable.h:
12029         * fvwm/functions.h:
12030         * fvwm/commands.h:
12031         * fvwm/functions.c:
12032         moved some types and functions to other/new files
12034         * fvwm/functions.c:
12035         * fvwm/expand.c (expand_vars_extended):
12036         (expand_vars):
12037         functions moved to new file
12039         * fvwm/functions.c:
12040         reindented file
12042 2002-06-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12044         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
12045         fixed colourmap focus problem
12047         * **/*.[ch]:
12048         tabified all files and removed all trailing spaces
12050         * fvwm/move_resize.c (move_window_doit):
12051         * fvwm/virtual.c (CMD_MoveToDesk):
12052         MoveToPage and MoveToDesk no longer unstick windows
12054 2002-06-17  Mikhael Goikhman  <migo@homemail.com>
12056         * INSTALL.fvwm:
12057         small improvements
12059         * configure.in:
12060         reworded some names of supported features
12062 2002-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12064         * fvwm/update.c (apply_window_updates):
12065         * fvwm/session.c (MatchWinToSM):
12066         * fvwm/add_window.c (setup_window_structure):
12067         * fvwm/windowshade.c (CMD_WindowShade):
12068         * fvwm/window_flags.h:
12069         fixed a problem w/ shaded windows changind the title direction
12071         * fvwm/geometry.c (get_shaded_geometry):
12072         fixed shading window to 0 width or height
12074         * fvwm/add_window.c (AddWindow):
12075         fixed a memory leak and an initial window placement bug
12077 2002-06-15  Mikhael Goikhman  <migo@homemail.com>
12079         * configure.in:
12080         minor improvements in output, added bin/fvwm-perllib
12082 2002-06-12  Mikhael Goikhman  <migo@homemail.com>
12084         * fvwm/menustyle.c (CMD_CopyMenuStyle):
12085         fixed copying PopupOffset values in CopyMenuStyle
12087         * NEWS:
12088         Copied 2.4.8 NEWS
12090 2002-06-10  Mikhael Goikhman  <migo@homemail.com>
12092         * libs/Strings.c:
12093         * libs/Strings.h:
12094         added CopyStringWithQuotes, not perfect, but works for now
12096 2002-06-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12098         * fvwm/functions.h:
12099         * fvwm/commands.h:
12100         * fvwm/functions.c (func_config):
12101         * libs/FScreen.c (FScreenConfigureSLSScreens):
12102         (FScreenConfigureModule):
12103         * fvwm/virtual.c (CMD_XineramaSlsScreens):
12104         new command XineramaSLSScreens
12106         * libs/FScreen.c:
12107         cleaned up Xinerama ifdefs
12109 2002-06-07  Dan Espen  <dane@mk.telcordia.com>
12111         * NEWS:
12112         * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12114 2002-06-07  olicha  <olivier.chapuis@free.fr>
12116         * libs/Flocale.h:
12117         * libs/Flocale.c (FlocaleGetShadowTextPosition):
12118         Some shadow text position fixes
12120 2002-06-06  olicha  <olivier.chapuis@free.fr>
12122         * fvwm/update.c (apply_window_updates):
12123         Fixed the position of shaded windows after certain style update
12125         * acinclude.m4:
12126         Fixed some options names
12128 2002-06-06  Mikhael Goikhman  <migo@homemail.com>
12130         * fvwm/module_interface.c (CMD_SendToModule):
12131         fixed SendToModule when the first parameter contains quotes
12133 2002-06-06  olicha  <olivier.chapuis@free.fr>
12135         * fvwm/fvwm.c (main):
12136         * fvwm/ewmh.c (EWMH_Init):
12137         Init the EWMH before reading the config. Always setup the working
12138         area.
12140 2002-06-05  olicha  <olivier.chapuis@free.fr>
12142         * fvwm/update.c (apply_window_updates):
12143         Fixed the position of a shaded window during a style update
12144         (do_redecorate)
12146         * libs/Flocale.c (FlocaleRotateDrawString):
12147         (FlocaleGetShadowTextPosition):
12148         Fixed side title text position if the font has no shadow
12150         * acconfig.h:
12151         * libs/Ficonv.c (FiconvInit):
12152         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12153         * libs/Flocale.c (FlocaleInit):
12154         (FlocaleRotateDrawString):
12155         (FlocaleGetFontSet):
12156         (FlocaleGetFontOrFontSet):
12157         (FlocaleLoadFont):
12158         (FlocaleDrawString):
12159         (FlocaleTextWidth):
12160         (FlocaleFreeNameProperty):
12161         (FlocaleGetNameProperty):
12162         (FlocaleTextListToTextProperty):
12163         Finish to remove the multibyte patch. This gives a more clean code
12164         and can only prevent bugs
12166 2002-06-05  Mikhael Goikhman  <migo@homemail.com>
12168         * fvwm/placement.c (PlaceWindow):
12169         fixed CascadePlacement with huge windows (xterm -g 240x100),
12170         that were aligned to bottom-right instead of top-left;
12171         small adjustments (removed border_width from calculations,
12172         don't place normal windows at 0, commented out some strange code)
12174 2002-06-04  Mikhael Goikhman  <migo@homemail.com>
12176         * NEWS:
12177         document CascadePlacement and FvwmIconMan improvements
12179         * fvwm/fvwm.1:
12180         typo
12182 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12184         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12185         * fvwm/fvwm.c (InitVariables):
12186         * fvwm/placement.c (PlaceWindow):
12187         * fvwm/screen.h (struct ScreenInfo):
12188         improved *CascadePlacement, if the last placed window does not exist
12189         any more, reuse the last used position instead of adding a new cascade
12191 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12193         * fvwm/events.c (HandleEnterNotify):
12194         * fvwm/fvwm.c (InitVariables):
12195         * fvwm/events.h:
12196         Fixed colormap handling over decorative parts of a window
12198 2002-06-03  olicha  <olivier.chapuis@free.fr>
12200         * fvwm/module_interface.c (make_named_packet):
12201         Fixed an write out of memory bug. This complete Mikhail Kruk patch
12202         related to named module packet
12204 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12206         * fvwm/focus.c (focus_grab_buttons):
12207         * fvwm/events.c (HandleButtonPress):
12208         fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12210 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12212         * fvwm/bindings.c (ParseBinding):
12213         replaced an error "Illegal mouse button" with a descriptive warning
12214         when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12216 2002-05-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12218         * fvwm/events.c (GetContext):
12219         fixed key bindings on decorations
12221         * fvwm/events.h:
12222         removed XEVMASK_DECORW
12224 2002-05-31  olicha  <olivier.chapuis@free.fr>
12226         * NEWS:
12227         * fvwm/fvwm.1:
12228         Documented shadow effect in a new section FONT EFFECTS
12230 2002-05-31  olicha  <olivier.chapuis@free.fr>
12232         * libs/Fft.c (FftDrawString):
12233         * libs/Colorset.c (DumpColorset):
12234         (LoadColorset):
12235         * libs/Colorset.h:
12236         * fvwm/colorset.c (parse_colorset):
12237         New colorset option fg_alpha which defines an alpha for rendering
12238         text with Xft
12240 2002-05-29  olicha  <olivier.chapuis@free.fr>
12242         * libs/Fft.c (FftSetupEncoding):
12243         * libs/Fft.h:
12244         * libs/FRender.h:
12245         Added Xft2 support
12247         * acinclude.m4:
12248         * configure.in:
12249         Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12250         to Xft FLAGS and LIBS
12252         * fvwm/Makefile.am:
12253         * libs/Makefile.am:
12254         Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12255         Xft2 library. Removed FT2 CFLAGS and LIBS
12257 2002-05-27  olicha  <olivier.chapuis@free.fr>
12259         * acinclude.m4:
12260         * acconfig.h:
12261         * configure.in:
12262         Some Xft2 and fontconfig preparation
12264         * libs/Flocale.h:
12265         * libs/Flocale.c (FlocaleParseShadow):
12266         (FlocaleLoadFont):
12267         (FlocaleGetShadowTextPosition):
12268         Added offset to shadow text
12270         * libs/Flocale.h:
12271         Fixed the position of ne shadow text and remove some unused #define
12273 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12275         * fvwm/colorset.c (parse_colorset):
12276         fixed integer overflow in average colour calculation
12278 2002-05-27  olicha  <olivier.chapuis@free.fr>
12280         * libs/gravity.c (GetNextMultiDirection):
12281         (ParseMultiDirectionArgument):
12282         * libs/gravity.h:
12283         Added a multi direction type which is a "<<" version of direction
12284         type. Added a parse and a next functions
12286         * libs/Flocale.h:
12287         * libs/Flocale.c (FlocaleParseShadow):
12288         (FlocaleGetNextShadowDirection):
12289         (FlocaleGetShadowTextPosition):
12290         Used gravity multi direction type and functions. Removed
12291         FlocaleGetNextShadowDirection
12293 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12295         * fvwm/focus.c (restore_focus_after_unmap):
12296         fixed a problem w/ colormap transition when transient window died
12298         * fvwm/add_window.c (AddWindow):
12299         clean up
12301         * fvwm/session.c (getUniqueStateFilename):
12302         applied security patch by Jan Echternach
12304         * fvwm/fvwm.c (InitVariables):
12305         Properly initialise Scr.flags.is_pointer_on_this_screen
12307         * libs/fvwmlib.h (FvwmFont):
12308         * fvwm/fvwm.c (setVersionInfo):
12309         * configure.in:
12310         * config.h.in:
12311         * acconfig.h (MULTIBYTE):
12312         removed MULTIBYTE option (unconditionally on)
12314 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12316         * libs/gravity.c (ParseDirectionArgument):
12317         allow "t", "u", ... shortcuts as direction arguments
12319         * fvwm/style.c (check_window_style_change):
12320         (parse_and_set_window_style):
12321         * fvwm/frame.c (frame_setup_border):
12322         (frame_get_shading_laziness):
12323         (frame_get_sidebar_geometry):
12324         * fvwm/decorations.c (SelectDecor):
12325         * fvwm/add_window.c (setup_style_and_decor):
12326         (setup_resize_handle_cursors):
12327         (setup_resize_handle_windows):
12328         (change_resize_handle_windows):
12329         (destroy_auxiliary_windows):
12330         * fvwm/borders.c (border_get_border_gcs):
12331         (border_draw_border_parts):
12332         * fvwm/style.h (SCSET_HAS_BORDER):
12333         * fvwm/fvwm.h (FvwmWindow):
12334         * fvwm/window_flags.h (SET_HAS_BORDER):
12335         new styles NoBorder/Border
12337 2002-05-26  olicha  <olivier.chapuis@free.fr>
12339         * libs/Flocale.h:
12340         * libs/Flocale.c (FlocaleParseShadow):
12341         (FlocaleGetNextShadowDirection):
12342         (FlocaleGetShadowTextPosition):
12343         (FlocaleLoadFont):
12344         Implemented multidirectional shadow text rendering
12346         * libs/Flocale.h:
12347         * libs/Flocale.c
12348         (FlocaleFontStructDrawString):
12349         (FlocaleRotateDrawString):
12350         (FlocaleLoadFont):
12351         (FlocaleDrawString):
12352         (FlocaleTextWidth):
12353         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12354         * libs/Fft.c (FftDrawString):
12355         Cleanup the FlocaleFont structure by addings some flags
12357 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12359         * fvwm/events.c (HandleFocusIn):
12360         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12361         * fvwm/screen.h (ScreenInfo):
12362         * fvwm/focus.c (FocusOn):
12363         ignore EnterNotify events while a window is waiting to receive focus
12364         from the Focus or FlipFocus commands; should prevent plenty of race
12365         contidions caused by executing complex functions by a key press, button
12366         press or from a menu; fixes Alt-Tab problem
12368         * fvwm/events.c (HandleMapNotify):
12369         immediately draw window decorations when window is mapped; the new frame
12370         drawing code takes care of suppressing unnecessary redraws
12371         (HandleLeaveNotify):
12372         fixed a bug w/ LeaveNotify event with NotifyGrab
12374 2002-05-22  olicha  <olivier.chapuis@free.fr>
12376         * libs/Flocale.h:
12377         * libs/Fft.c (FftDrawString):
12378         * libs/Flocale.c (FlocaleFontStructDrawString):
12379         (FlocaleRotateDrawString):
12380         (FlocaleLoadFont):
12381         (FlocaleGetShadowTextPosition):
12382         (FlocaleDrawString):
12383         (FlocaleDrawUnderline):
12384         (FlocaleTextWidth):
12385         Implemented negative shadow text
12387 2002-05-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12389         * fvwm/menucmd.c (CMD_AddToMenu):
12390         * fvwm/windowlist.c (CMD_WindowList):
12391         * fvwm/menus.h:
12392         * fvwm/menus.c
12393         changed signature of AddToMenu
12395         * fvwm/menus.c (clone_menu_root_static):
12396         fixed problem w/ menu style usage count and tear off menus
12397         fixed core dump w/ not copying the missing sub menu function in tear
12398         off menus
12399         (clone_menu_item_list):
12400         (AddToMenu):
12401         (add_another_menu_item):
12402         (size_menu_vertically):
12403         fixed additional "More..." items in sub menus of torn off menus
12405 2002-05-22  Mikhael Goikhman  <migo@homemail.com>
12407         * libs/colorset.h:
12408         fixed #endif warning
12409         * fvwm/ConfigFvwmDefaults:
12410         added CirculateSkip to tear off menus
12411         * fvwm.1:
12412         fixed ShadeAgain quoting
12414 2002-05-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12416         * fvwm/events.c (HandleButtonPress):
12417         allow to pass the focus click to applications and have a function bound
12418         to it at the same time
12420         * fvwm/fvwm.c:
12421         * fvwm/colorset.h:
12422         fixed compilation problem
12424 2002-05-20  olicha  <olivier.chapuis@free.fr>
12426         * libs/PictureImageLoader.c (PImageRGBtoPixel):
12427         Fixed blue colour in png image and ewmh icons
12429         * libs/Flocale.c (FlocaleLoadFont):
12430         Removed some debug code
12432         * fvwm/colorset.c (parse_colorset):
12433         * libs/fvwmlib.h:
12434         * libs/ColorUtils.c (GetForeShadowColor):
12435         Added Mikhael algo to compute the default fgsh
12437 2002-05-18  Mikhael Goikhman  <migo@homemail.com>
12439         * fvwm/functions.c (expand_extended_var):
12440         expand $[fgsh.csN], use constants instead of numbers
12442 2002-05-17  olicha  <olivier.chapuis@free.fr>
12444         * libs/Flocale.c (FlocaleDrawString):
12445         (FlocaleDrawUnderline):
12446         * libs/Flocale.h:
12447         Removed some unused and debug code
12449 2002-05-17  olicha  <olivier.chapuis@free.fr>
12451         * fvwm/menuitem.c (draw_underline):
12452         * libs/Flocale.h:
12453         * libs/Flocale.c (FlocaleDrawUnderline):
12454         Move draw_underline into Flocale.c and fix underline position with
12455         shadow rendering
12457 2002-05-17  olicha  <olivier.chapuis@free.fr>
12459         * fvwm/style.c (update_window_color_style):
12460         (update_window_color_hi_style):
12461         * fvwm/move_resize.c (DisplayPosition):
12462         (DisplaySize):
12463         * fvwm/menuitem.c (menuitem_paint):
12464         * fvwm/borders.c (get_common_decorations):
12465         (border_get_titlebar_draw_descr):
12466         * fvwm/fvwm.h:
12467         * fvwm/icons.c (DrawIconWindow):
12468         Pass the colorset to text drawing via the FlocaleWinString structure
12470         * libs/fvwmlib.h:
12471         * libs/ColorUtils.c (GetForeShadowColor):
12472         (GetForeShadow):
12473         * fvwm/colorset.c (parse_colorset):
12474         * libs/Colorset.h:
12475         * libs/Colorset.c (DumpColorset):
12476         (LoadColorset):
12477         Added fgsh colorset and two new functions GetForeShadowColor and
12478         GetForeShadow which should be modified
12480         * libs/Makefile.am:
12481         * libs/Fft.h:
12482         * libs/FftInterface.h (new file):
12483         * libs/Fft.c (FftDrawString):
12484         * libs/Flocale.h:
12485         * libs/Flocale.c (FlocaleFontStructDrawString):
12486         (FlocaleRotateDrawString):
12487         (FlocaleDrawString):
12488         (FlocaleTextWidth):
12489         (FlocaleLoadFont):
12490         Implemented text shadow rendering
12492 2002-05-11  olicha  <olivier.chapuis@free.fr>
12494         * fvwm/builtins.h:
12495         * fvwm/builtins.c (refresh_window):
12496         * fvwm/update.c (apply_window_updates):
12497         * fvwm/update.h:
12498         * fvwm/style.c (check_window_style_change):
12499         ParentalRelativity style is now dynamic
12501 2002-05-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12503         * fvwm/menuitem.c (menuitem_paint):
12504         fixed menu item hilight area
12506 2002-05-09  olicha  <olivier.chapuis@free.fr>
12508         * libs/Makefile.am:
12509         * libs/XError.c (request_name):
12510         * libs/PictureImageLoader.c (PImageLoadPng):
12511         (PImageCreatePixmapFromArgbData):
12512         * libs/PictureGraphics.c (PGraphicsTintRectangle):
12513         (PGraphicsTileRectangle):
12514         (PGraphicsCopyFvwmPicture):
12515         * libs/FRenderInit.c (new file):
12516         * libs/FRenderInit.h (new file):
12517         * libs/FRenderInterface.h:
12518         * libs/FRender.c (*):
12519         * fvwm/colorset.c (parse_tint):
12520         (parse_colorset):
12521         * fvwm/fvwm.c (main):
12522         * fvwm/events.c (HandlePropertyNotify):
12523         Change the design of the previous commit. Now a module should call
12524         FRenderInit when it wants to use a function which depends on XRender.
12526 2002-05-09  olicha  <olivier.chapuis@free.fr>
12528         * fvwm/colorset.c:
12529         A -Wall fix
12531         * libs/Flocale.h:
12532         * libs/Fft.h:
12533         Fixed Compilation
12534         Include Fft.h include FRender.h as Xft.h include Xrender.h
12536         * libs/FRenderInterface.h:
12537         * libs/FRender.h:
12538         * libs/FRender.c (FRenderInit):
12539         (FRenderGetErrorCodeBase):
12540         (FRenderGetMajorOpCode):
12541         (FRenderGetExtensionSupported):
12542         (FRenderGetErrorText):
12543         Improve XRender initialization, check if the XRender extension is
12544         enabled and get the error code base and the major op code.
12545         Add error functions for the X error handler.
12547         * libs/XError.c (PrintXErrorAndCoredump):
12548         (request_name):
12549         Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12550         and major op code
12552         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12553         * fvwm/events.c (HandlePropertyNotify):
12554         * fvwm/colorset.c (parse_tint):
12555         (parse_colorset):
12556         * libs/PictureImageLoader.c (PImageLoadPng):
12557         (PImageCreatePixmapFromArgbData):
12558         * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12559         (PGraphicsCopyFvwmPicture):
12560         (PGraphicsTileRectangle):
12561         * libs/FRender.c (FRenderCopyArea):
12562         (FRenderTintRectangle):
12563         Check if the XRender extension is enabled on the display before
12564         performing XRender operations
12566 2002-05-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12568         * fvwm/menuitem.c (menuitem_paint):
12569         fixed item hilighting problems
12571 2002-05-07  olicha  <olivier.chapuis@free.fr>
12573         * fvwm/colorset.c (parse_colorset):
12574         More coloset fixes
12576 2002-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12578         * fvwm/events.c (HandlePropertyNotify):
12579         workaround for xterm resize problem
12581         * fvwm/colorset.c (parse_colorset):
12582         (free_colorset_background):
12583         (parse_pixmap):
12584         (parse_tint):
12585         fixed various bugs and core dumps w/ the cs->picture structure;
12586         note: it's a pointer, so compare with NULL, not with None
12588         * fvwm/frame.c (frame_setup_window):
12589         (frame_setup_window_app_request):
12590         (frame_force_setup_window):
12591         (frame_setup_window_internal):
12592         (frame_create_move_resize_args):
12593         (frame_free_move_resize_args):
12594         * fvwm/add_window.c (setup_window_attr):
12595         * fvwm/events.c (HandleConfigureRequest):
12596         (HandlePropertyNotify):
12597         fixed [?] bit_gravity/resize problem
12599         * fvwm/events.c (HandleEnterNotify):
12600         reformatted EdgeCommand code
12602 2002-05-06  olicha  <olivier.chapuis@free.fr>
12604         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12605         Resize an ewmh icon to the wanted size if it is to big
12607         * fvwm/ewmh.c (EWMH_WindowDestroyed):
12608         Set also the stacking list when a window is destroyed
12610 2002-05-03  Dan Espen  <dane@mk.telcordia.com>
12612         * fvwm/fvwm.1: Finish language check.
12613         Fix typo in Mouse section, context should be on new line.
12615 2002-05-02  Dan Espen  <dane@mk.telcordia.com>
12617         * fvwm/fvwm.1 (file): Restore icons and images text with some
12618         improvement.
12619         Started on lang check, not done yet.
12621 2002-05-02  Mikhail Kruk  <meshko@cs.brandeis.edu>
12623         * fvwm/module_interface.c (make_named_packet):
12624         Applied Mikhail Kruk patch
12626 2002-05-02  olicha  <olivier.chapuis@free.fr>
12628         * libs/FlocaleCharset.h:
12629         * libs/Ficonv.c (FiconvSetupConversion):
12630         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12631         * libs/Flocale.h:
12632         * libs/Flocale.c (FlocaleGetFftFont):
12633         (FlocaleGetFontSet):
12634         (FlocaleGetFont):
12635         (FlocaleLoadFont):
12636         (FlocaleUnloadFont):
12637         * fvwm/fvwm.1:
12638         Implemented charset/iconv hints in font name
12640 2002-04-29  Stian Sletner  <stian@sletner.com>
12642         * fvwm/windowlist.c (CMD_WindowList):
12643         Added new Windowlist option IconifiedAtEnd
12645 2002-04-30  Mikhael Goikhman  <migo@homemail.com>
12647         * fvwm/module_interface.c:
12648         * libs/Module.c:
12649         * libs/Module.h:
12650         moved two constant strings to Module.h, so they may be used by perllib
12652 2002-04-29  olicha  <olivier.chapuis@free.fr>
12654         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12655         Fixed a core dump if the charset is not found
12657         * libs/Flocale.c (FlocaleStringToString2b):
12658         Removed some debug code
12660 2002-04-29  olicha  <olivier.chapuis@free.fr>
12662         * libs/Fft.c (FftGetFontWidths):
12663         (FftGetFontWidths):
12664         * libs/Fft.h
12665         * libs/Flocale.h:
12666         * libs/Flocale.c (FlocaleGetFont):
12667         (FlocaleGetFontSet):
12668         (FlocaleGetFftFont):
12669         Removed min_char_offset member of the FlocaleFont as it is not use
12670         since we rotate string for side title
12672         * libs/Ficonv.c (FiconvSetupConversion):
12673         * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12674         (FlocaleCharsetSetFlocaleCharset):
12675         * libs/Flocale.h:
12676         * libs/Flocale.c (FlocaleTextWidth):
12677         (FlocaleDrawString):
12678         (FlocaleUtf8ToUnicodeStr2b):
12679         (FlocaleLoadFont):
12680         (FlocaleStringToString2b):
12681         (FlocaleRotateDrawString):
12682         (FlocaleFontStructDrawString):
12683         Added support for drawing string with 10646-1 fonts without an utf8
12684         locale. Also, drawing strings with a multibyte font now work not so
12685         bad even if the locale have nothing to do with the font.
12687         * libs/Fft.c (FftUtf8ToFftString16):
12688         (FftDrawString):
12689         (FftTextWidth):
12690         Added utf8 rendering with iso10646-1 fonts on system without
12691         Xft Utf8 functions
12693         * fvwm/colorset.c (reset_cs_pixmap):
12694         (parse_pixmap):
12695         (parse_shape):
12696         (parse_tint):
12697         (parse_colorset):
12698         Colorset now accept bitmaps. Split a bit parse_colorset for readability
12700 2002-04-28  Mikhael Goikhman  <migo@homemail.com>
12702         * fvwm/menus.c:
12703         fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12705 2002-04-27  Mikhael Goikhman  <migo@homemail.com>
12707         * fvwm/move_resize.c:
12708         don't start Move with snap disabled if Alt is initially pressed
12710 2002-04-26  Mikhael Goikhman  <migo@homemail.com>
12712         * NEWS, configure.in:
12713         changed version to 2.5.2
12715 2002-04-25  Mikhael Goikhman  <migo@homemail.com>
12717         * fvwm/fvwm.1:
12718         improved main headers, added new COLORSETS section;
12719         documented State condition
12721         * NEWS:
12722         documented Tint in colorsets and utility renaming
12724         * libs/Flocale.c:
12725         corrected several error reporting problems
12727 2002-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12729         * fvwm/events.h:
12730         fixed leaving tear off menus
12732 2002-04-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12734         * fvwm/borders.c (border_draw_part_relief):
12735         (border_set_button_pixmap):
12736         (border_draw_title_stick_lines):
12737         (border_draw_title_mono):
12738         (border_draw_title_relief):
12739         * libs/fvwmlib.h (RelieveRectangle2):
12740         (RelieveRectangle):
12741         replaced functions by macros
12743         * libs/Graphics.c (do_relieve_rectangle):
12744         applied performance patch by Dave Trollope
12746 2002-04-24  Mikhael Goikhman  <migo@homemail.com>
12748         * libs/FBidi.c:
12749         * libs/FBidi.h:
12750         * libs/Flocale.c:
12751         * libs/Flocale.h:
12752         * libs/FlocaleCharset.c:
12753         FBidi is now independent from Flocale* again;
12754         iso8859-6.8x fonts recognized now as bidi-enabled
12756 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12758         * libs/Flocale.c:
12759         fixed --disable-multibyte
12761 2002-04-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12763         * fvwm/borders.c (border_draw_title_deep):
12764         (border_set_title_pixmap):
12765         (border_set_button_pixmap):
12766         fixed SolidButton title and button style
12768 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12770         * fvwm/fvwm.1:
12771         * NEWS:
12772         * AUTHORS:
12773         added new entry about CurrentAtEnd
12775         * colorset.c:
12776         minor reformatting and spell checking
12778 2002-04-23  Jochen Klenner  <jochen.klenner@gmx.net>
12780         * fvwm/windowlist.c (CMD_WindowList):
12781         Added new Windowlist option CurrentAtEnd
12783 2002-04-22  olicha  <olivier.chapuis@free.fr>
12785         * fvwm/colorset.c (parse_colorset):
12786         * libs/Colorset.h:
12787         Fixed an enormous core dump which comes from a cvs merging problem
12789         * fvwm/Makefile.am:
12790         * acconfig.h:
12791         * configure.in:
12792         Added Xrender detection and link fvwm if needed
12794         * libs/PictureGraphics.c:
12795         * libs/PictureGraphics.h:
12796         * libs/FRender.c:
12797         * libs/FRender.h:
12798         * libs/FRenderInterface.h:
12799         * libs/PictureGrpahics.c (*):
12800         * libs/PictureGrpahics.h:
12801         New libs files to acheive alpha-blend rendering and better XBM
12802         support. PictureGraphics contains elaborated version and also
12803         simplified version of XFillRectangle, XCopyPlan and XCopyArea
12804         Xlib functions.
12806         * fvwm/fvwm.h:
12807         * fvwm/icons.c (clear_icon):
12808         (GetIconPicture):
12809         (DrawIconWindow):
12810         (GetIconFromFile):
12811         * fvwm/events.c (HandlePropertyNotify):
12812         * fvwm/borders.c (border_fill_pixmap_background):
12813         (border_get_border_background):
12814         (border_draw_decor_to_pixmap):
12815         * fvwm/menuitem.c (menuitem_paint):
12816         * fvwm/add_window.c (destroy_icon):
12817         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12818         * fvwm/geometry.c (move_icon_to_position):
12819         * fvwm/colorset.c (free_colorset_background):
12820         (parse_colorset):
12821         * libs/Colorset.h:
12822         Implemented alpha-blend rendering with the new libs function
12824         * fvwm/colorset.c (free_colorset_background):
12825         (parse_colorset):
12826         * libs/Colorset.h:
12827         Implemented tinting of a Pixmap background colorset
12829         * fvwm/colorset.c (parse_colorset):
12830         Use the Scr.NoFocusWin as main window in the place of the
12831         Scr.SizeWindow, this fix a lot of X errors in my machine.
12833         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
12834         Donated our alpha channel
12836         * libs/vpacket.h:
12837         * fvwm/module_interface.h:
12838         * fvwm/module_interface.c (SendFvwmPicture):
12839         (BroadcastMiniIcon):
12840         (SendMiniIcon):
12841         (BroadcastFvwmPicture):
12842         (CMD_Send_WindowList):
12843         * fvwm/add_window.c (change_mini_icon):
12844         (broadcast_mini_icon):
12845         * fvwm/ewmh_icons.c:
12846         Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
12847         SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
12849         * libs/Makefile.am:
12850         * libs/PictureBase.c (*):
12851         * libs/PictureBase.h:
12852         * libs/Picture.c (*):
12853         * libs/Picture.h:
12854         * libs/PictureImageLoader.c (*):
12855         * libs/PictureImageLoader.h:
12856         * fvwm/*:
12857         Rename some libs file InitPicture -> PictureBase, FImageLoader ->
12858         PictureImageLoader.
12859         Rename some libs function: InitPictureCMap -> PictureInitCMap,
12860         UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
12861         PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
12862         SetImagePath -> PictureSetImagePath, findImageFile ->
12863         PictureFindImageFile, PictureList -> FvwmPictureList,
12864         LoadFvwmPicture removed now  PImageLoadFvwmPictureFromFile replace it,
12865         GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
12866         DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
12867         PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
12868         PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
12869         Also renamed more recent functions in PictureImageLoader.
12871         * fvwm/borders.c (border_draw_one_border_part):
12872         (border_draw_decor_to_pixmap):
12873         Fixed drawing of a TiledPixmap borded and fixed position of buttons
12874         pixmap
12876         * fvwm/menus.c (pop_menu_up):
12877         (animated_move_back):
12878         (ParentalMenuRePaint):
12879         * fvwm/move_resize.h (resize_geometry_window):
12880         * fvwm/move_resize.c (move_window_doit):
12881         (AnimatedMoveAnyWindow):
12882         (AnimatedMoveOfWindow):
12883         (AnimatedMoveFvwmWindow):
12884         Fixed transparent animated menu
12886 2002-04-21  Mikhael Goikhman  <migo@homemail.com>
12888         * fvwm/fvwm.1:
12889         fixed two places
12891 2002-04-19  Hippo
12893         * fvwm/colorset.c:
12894         * libs/Colorset.c:
12895         fixed running out of colors on 8bpp with ReadWriteColors;
12896         simulate colorsets on monochrome displays using three 1-bit pixmaps
12898 2002-04-19  Mikhael Goikhman  <migo@homemail.com>
12900         * configure.in:
12901         fixed $PERL detection again
12903 2002-04-18  Hippo
12905         * configure.in:
12906         added -Wno-implicit-int to -Wall in case of gcc
12908         * fvwm/colorset.c:
12909         * fvwm/fvwm.c:
12910         fixed ReadWriteColors on a PseudoColor display
12912 2002-04-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12914         * fvwm/move_resize.c (move_window_doit):
12915         set the is_icon_moved too flag if the icon was moved non-interactively
12917 2002-04-16  Hippo
12919         * fvwm/*.[ch]:
12920         * NEWS:
12921         Moved FvwmTheme functionality into fvwm.
12922         Added new commands Colorset, ReadWriteColors, CleanupColorsets.
12924 2002-04-17  Mikhael Goikhman  <migo@homemail.com>
12926         * configure.in:
12927         fixed $PERL detection
12929         * fvwm/fvwm.1:
12930         * fvwm/ConfigFvwmDefaults:
12931         several fixes and spelling
12933 2002-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12935         * libs/Bindings.c (CheckBinding):
12936         (MatchBinding):
12937         (GrabWindowKey):
12938         (GrabWindowButton):
12939         (MatchBindingExactly):
12940         patch by yeti@physics.muni.cz to help with a weird problem w/ czech
12941         keyboards
12943 2002-04-12  Mikhael Goikhman  <migo@homemail.com>
12945         * configure.in:
12946         configure now uses $PERL if set
12948         * **:
12949         all programs installed into ${bindir} have now fvwm- prefix;
12950         documentation updated
12952 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
12954         * **:
12955         renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
12956         documentation updated
12958 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
12960         * NEWS:
12961         added 2.4.7 entries
12963 2002-04-10  Dan Espen  <dane@mk.telcordia.com>
12965         * AUTHORS: New author.
12967         * NEWS: Edge Command.
12969 2002-04-09  Uwe Pross  <uwe.pross@gmx.net>
12971         * fvwm/fvwm2.1:
12972         Added EdgeCommand paragraph.
12974         * fvwm/events.c (HandleEnterNotify):
12975         Added execution of Scr.PanFrame*.command if set
12977         * fvwm/fvwm.c (InitVariables):
12978         Added init strings for pan frame commands.
12980         * fvwm/virtual.c:
12981         * fvwm/virtual.h:
12982         (checkPanFrames):
12983         Avoid hiding of pan frames if pan frame command is set.
12984         (CMD_EdgeCommand):
12985         Implementation of the buildin command EdgeCommand. First
12986         implementation of this function.
12988         * fvwm/screen.h (struct):
12989         added char * command in structure Panframe to store the pan frame
12990         command.
12992         * fvwm/functions.c:
12993         added declaration of CMD_ENTRY("edgecommand")
12995         * fvwm/functions.h:
12996         added definition of Flag F_EDGE_COMMAND
12998         * fvwm/commands.h:
12999         added definition of CMD_EdgeCommand(F_CMD_ARGS)
13001 2002-04-10  Mikhael Goikhman  <migo@homemail.com>
13003         * fvwm/fvwm2.1:
13004         added "BI-DIRECTIONAL TEXTS" section
13006         * libs/System.c:
13007         added #include <sys/select.h> to fix endless loop on QNX
13009 2002-04-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13011         * fvwm/fvwm2.1:
13012         changed description of focus models
13014 2002-04-09  olicha  <olivier.chapuis@free.fr>
13016         * configure.in:
13017         Check for libpng libpng 1.0.4a or better
13019 2002-04-08  Mikhael Goikhman  <migo@homemail.com>
13021         * fvwm/add_window.c (setup_title_geometry):
13022         * fvwm/fvwm.h:
13023         * fvwm/fvwm2.1:
13024         * fvwm/geometry.c (get_title_font_size_and_offset):
13025         * fvwm/geometry.h:
13026         * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
13027         * fvwm/style.h:
13028         * fvwm/window_flags.h:
13029         * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
13030         * libs/Fft.h:
13031         * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
13032         * libs/Flocale.h:
13033         new Style options TopTitleRotated / TopTitleNotRotated,
13034         BottomTitleRotated / BottomTitleNotRotated
13036 2002-04-08  olicha  <olivier.chapuis@free.fr>
13038         * libs/Makefile.am:
13039         Fixed make dist again
13041 2002-04-07  Dan Espen  <dane@mk.telcordia.com>
13043         * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
13045 2002-04-07  Mikhael Goikhman  <migo@homemail.com>
13047         * INSTALL.fvwm:
13048         minor wording fixes
13050         * NEWS:
13051         mention a new FvwmIconMan syntax
13053         * sample.fvwmrc/new-features:
13054         * sample.fvwmrc/system.fvwm2rc:
13055         * sample.fvwmrc/system.fvwm2rc-sample-95:
13056         use a new module syntax
13058 2002-04-06  olicha  <olivier.chapuis@free.fr>
13060         * fvwm/fvwm2.1:
13061         * INSTALL.fvwm:
13062         Forget to save some file
13064         * libs/FImageLoader.c (c100_init_base_table):
13065         Allows init even if !XPM
13067         * libs/Makefile.am:
13068         Remove a F
13070         * configure.in:
13071         Fixed png detection
13073         * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
13074         Fixed a GC memory leaks.
13076         * fvwm/fvwm.c (setVersionInfo):
13077         * fvwm/fvwm2.1:
13078         Updated -version for png, bidi and xft
13080         * fvwm/fvwm2.1:
13081         Modified the ICONS section. Rename it ICONS AND IMAGES and
13082         document PNG file format. Replace "xpm or bitmap file" by
13083         "image file" in a few place.
13085         * INSTALL.fvwm:
13086         * NEWS:
13087         PNG news and documented libpng in the "Optional libraries used by FVWM"
13088         section
13090 2002-04-05  olicha  <olivier.chapuis@free.fr>
13092         * libs/FImageLoader.c (c100_init_base_table):
13093         (FImageReduceRGBColor):
13094         (FImageCreatePixmapFromArgbData):
13095         Speed up color limitation for png image and ewmh icons
13096         Respect color limit even with DirectColor and TrueColor
13098         * configure.in:
13099         * acconfig.h (HAVE_PNG):
13100         Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13101         even without XPM support
13103         * libs/Makefile.am
13104         * libs/InitPicture.c (new file):
13105         * libs/InitPicture.h (new file):
13106         * libs/Picture.c:
13107         * libs/Picture.h:
13108         * libs/FImageLoader.c (new file):
13109         * libs/FImageLoader.h (new file):
13110         * libs/Fxpm.h (new file):
13111         * libs/Fpng.h (new file):
13112         Images are loaded in FImageLoader. PNG image can be loaded, the loader
13113         come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13114         ColorLimit stuff is applied to PNG image.
13115         Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13116         Picture.c and Picture.h.
13117         InitPicture contains the Picture structure, initialize the visual,
13118         depth and color map and contains image path stuff as Picture contains
13119         Picture manipulations.
13121         * libs/ColorUtils.c:
13122         * libs/Picture.h:
13123         Moved the Picture color utils func to ColorUtils
13125         * fvwm/Makefile.am:
13126         links against libpng
13128         * fvwm/icons.c (GetIconPicture):
13129         (GetXPMFile):
13130         (GetBitmapFile):
13131         (GetIconFromFile):
13132         Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13133         the libs image loader
13135         * fvwm/cursor.c (CMD_CursorStyle):
13136         Use FImageLoadCursorPixmapFromFile (no PNG support here)
13138         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13139         (EWMH_SetIconFromWMIcon):
13140         Use the argb loader of the libs. ColorLimit are now applied to ewmh
13141         icons
13143         * fvwm/modconf.c:
13144         Send the ColorLimit to module in any case
13146         * libs/fvwmlib.h:
13147         * libs/Graphics.c:
13148         * libs/Flocale.c
13149         * libs/Fft.c:
13150         * libs/Colorset.c:
13151         * fvwm/add_window.c:
13152         * fvwm/builtins.c:
13153         * fvwm/fvwm.h:
13154         * fvwm/menus.c:
13155         * fvwm/menustyle.c:
13156         * fvwm/move_resize.c:
13157         include cleanup
13159 2002-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13161         * fvwm/events.c (test_map_request):
13162         (test_resizing_event):
13163         fixed endless loop in HandleConfigureRequest
13165 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13167         * fvwm/add_window.c (setup_style_and_decor):
13168         fixed borderless transients
13170         * fvwm/events.c (test_resizing_event):
13171         (HandleConfigureRequest):
13172         * fvwm/frame.c (frame_create_move_resize_args):
13173         * fvwm/add_window.c (AddWindow):
13174         * fvwm/fvwm.h:
13175         * fvwm/window_flags.h:
13176         tried to improve ConfigureRequest handling
13178         * fvwm/events.c (HandlePropertyNotify):
13179         recalculate window size when the base_width or base_height hint
13180         changes; fixes some problems with xemacs
13182         * fvwm/virtual.c (map_window):
13183         redraw decorations
13185         * fvwm/borders.c (border_draw_decorations):
13186         don't redraw windows on a different desk
13187         keep track of Scr.Hilite
13189 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13191         * fvwm/virtual.c (unmap_window):
13192         * fvwm/move_resize.c (resize_window):
13193         * fvwm/icons.c (Iconify):
13194         * fvwm/add_window.c (CaptureOneWindow):
13195         * fvwm/borders.c (border_undraw_decorations):
13196         mark window decorations as not drawn whenever the frame is unmapped
13198 2002-03-30  Dan Espen  <dane@mk.telcordia.com>
13200         * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13202 2002-03-29  Mikhael Goikhman  <migo@homemail.com>
13204         * libs/FBidi.c:
13205         use safemalloc and alloca instead of malloc
13207 2002-03-29  olicha  <olivier.chapuis@free.fr>
13209         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13210         Set the X locale charset on system without XOpenOM
13212 2002-03-27  Mikhael Goikhman  <migo@homemail.com>
13214         * configure.in:
13215         fixed multibyte support reporting
13217 2002-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13219         * libs/fvwmlib.h:
13220         * fvwm/fvwm.h:
13221         * config.h.in:
13222         moved gcc extension __attribute__ handling to config.h
13224         * fvwm/fvwm.c (main):
13225         * fvwm/stack.c (add_window_to_stack_ring_after):
13226         * fvwm/icons.c (GetIconWindow):
13227         (GetIconBitmap):
13228         * fvwm/add_window.c:
13229         fixed core dumps and other bugs in debug messages
13231 2002-03-27  olicha  <olivier.chapuis@free.fr>
13233         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13234         (FlocaleCharsetSetFlocaleCharset):
13235         * acconfig.h:
13236         * configure.in (problem_multibyte):
13237         Fixed compilation for system without XOpenOM in Xlib.h
13239         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13240         * libs/Ficonv.c (FiconvInit):
13241         Be more safe
13243         * fvwm/fvwm.c:
13244         include only libs/Flocale.h
13246 2002-03-26  Mikhael Goikhman  <migo@homemail.com>
13248         * configure.in:
13249         fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13251         * libs/FBidi.c:
13252         * libs/FBidi.h:
13253         * libs/Flocale.c:
13254         * libs/FlocaleCharset.c:
13255         minor modifications, like removed #include;
13256         fixed core dump with bidi and utf-8
13258 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13260         * fvwm/frame.c (frame_update_hidden_window_pos):
13261         fixed shade/maximize/unshade
13263         * fvwm/builtins.c (FreeDecorFace):
13264         fixed memory leak
13266         * fvwm/borders.c (get_common_decorations):
13267         (border_get_border_style):
13268         * fvwm/style.c (parse_and_set_window_style):
13269         * fvwm/style.h:
13270         * fvwm/window_flags.h:
13271         * fvwm/fvwm.h (struct):
13272         * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13273         (frame_create_move_resize_args):
13274         (frame_move_resize_step):
13275         (frame_next_move_resize_args):
13276         new styles WindowShadeLazy [default], WindowShadeBusy and
13277         WindowShadeAlwaysLazy
13279         * fvwm/frame.c (frame_set_decor_gravities):
13280         fixed window bit gravities
13281         split into smaller functions
13282         (frame_move_resize_step):
13283         fixed a bug w/ the parent gravity
13284         (frame_hide_changing_window_parts):
13285         fixed flickering in one of the corners during shade animation
13286         (frame_mrs_hide_changing_parts):
13287         renamed function
13288         (frame_mrs_prepare_vars):
13289         (frame_mrs_hide_unhide_parent):
13290         (frame_mrs_setup_draw_decorations):
13291         (frame_mrs_resize_move_windows):
13292         new functions
13294 2002-03-25  olicha  <olivier.chapuis@free.fr>
13296         * libs/Fft.c (FftSetupEncoding):
13297         Fixed compilation
13299         * libs/Flocale.c (FlocaleDrawString):
13300         * libs/FBidi.c (FBidiConvert):
13301         * libs/FBidi.h:
13302         Pass the font to FBidiConvert
13304         * acconfig.h (HAVE_LIBCHARSET):
13305         * acinclude.m4 (CHECK_LIBCHARSET):
13306         * configure.in:
13307         If libiconv is used check for libcharset
13309         * libs/Makefile.am:
13310         * libs/FlocaleCharset.h:
13311         * libs/FlocaleCharset.c:
13312         * libs/Flocale.h:
13313         * libs/Flocale.c (*):
13314         * libs/Fft.c (FftSetupEncoding):
13315         * libs/Fft.h:
13316         New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13317         FlocaleFont has such a member which is set when charset info are needed.
13318         FlocaleCharset.c contains a big table which associates to an X charset
13319         various possible locale charsets and the fribidi charset.
13320         If libiconv is used, libcharset is used to compute the locale charset.
13321         Various Flocale clean up.
13323         * fvwm/fvwm.c (main):
13324         Removed the call to FlocaleInitCharset, it is now done automatically
13325         when needed
13327         * libs/Makefile.am:
13328         * libs/Ficon.h:
13329         * libs/Ficonv.c:
13330         * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13331         * fvwm/ewmh.h:
13332         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13333         (EWMH_WMIconName):
13334         (EWMH_WMName):
13335         (EWMH_SetDesktopNames):
13336         Moved iconv conversions into the library. Try to found the good iconv
13337         charset with the help of the font and of the FlocaleCharset table.
13339 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13341         * libs/Module.c (SendFvwmPipe):
13342         * libs/Graphics.c (do_relieve_rectangle):
13343         * fvwm/menustyle.c (menustyle_parse_old_style):
13344         * fvwm/add_window.c (setup_window_structure):
13345         memory management patches by Dave Trollope
13347         * fvwm/frame.c (frame_get_sidebar_geometry):
13348         hide the handles when using the NoHandles style
13350         * fvwm/borders.c (border_redraw_decorations):
13351         change in title rotation is applied immediately, don't use the value "2"
13352         to force redrawing
13354         * fvwm/style.c (parse_and_set_window_style):
13355         removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13356         styles can be used
13357         documented the new title directions
13358         (parse_and_set_window_style):
13359         removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13360         instead
13361         documented these styles
13363         * fvwm/add_window.c (CaptureOneWindow):
13364         (CaptureAllWindows):
13365         (AddWindow):
13366         cleaned up
13368         * fvwm/icons.c (DeIconify):
13369         fiexd fucoused window not hilighting after deiconification
13371 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13373         * fvwm/update.c (apply_window_updates):
13374         windows are not unshaded when the decoration layout changes
13376         * fvwm/frame.c (frame_create_move_resize_args):
13377         fixed excessive redrawing
13378         (frame_get_hidden_pos):
13379         fixed parent geometry when window is hidden
13381         * fvwm/add_window.c (setup_frame_stacking):
13382         fixed stacking of right buttons
13384         * fvwm/frame.c (frame_set_decor_gravities):
13385         fixed title and button bit gravities
13387         * fvwm/add_window.c (setup_frame_stacking):
13388         (change_auxiliary_windows):
13389         fixed "button" style
13391         * fvwm/geometry.c (get_title_button_geometry):
13392         * fvwm/menus.c (pop_menu_up):
13393         fixed menu placement relative to window titles
13395         * libs/Flocale.c (FlocaleDrawString):
13396         fixed compiler warning w/o fribidi
13398         * fvwm/virtual.c (MoveViewport):
13399         (MapDesk):
13400         (do_move_window_to_desk):
13401         * fvwm/update.c (apply_window_updates):
13402         * fvwm/icons.c (Iconify):
13403         (CMD_Iconify):
13404         * fvwm/module_interface.c (SETOLDFLAGS):
13405         * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13406         * fvwm/style.c (parse_and_set_window_style):
13407         * fvwm/window_flags.h:
13408         * fvwm/session.c (MatchWinToSM):
13409         * fvwm/placement.c (PlaceWindow):
13410         * fvwm/add_window.c (CaptureAllWindows):
13411         (setup_window_placement):
13412         (CaptureOneWindow):
13413         (AddWindow):
13414         (destroy_window):
13415         * fvwm/menus.c (menu_tear_off):
13416         * fvwm/events.c (HandleMapRequestKeepRaised):
13417         (HandleMapNotify):
13418         * fvwm/fvwm.h:
13419         removed some of those pesky globals: PPosOverride, isIconicState and
13420         isIconifiedByParent; pass round a structure instead
13421         removed the do_start_iconic window flag
13422         removed do_delete_icon_moved flag
13424 2002-03-24  Mikhael Goikhman  <migo@homemail.com>
13426         * acconfig.h:
13427         * configure.in:
13428         renamed HAVE_FRIBIDI to HAVE_BIDI
13430         * libs/FBidi.c:
13431         * libs/FBidi.h:
13432         added more comments
13434         * fvwm/Makefile.am:
13435         * libs/Flocale.c:
13436         * libs/Makefile.am:
13437         added a dummy call to FBidi to test linking against bidi libs
13439 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13441         * fvwm/windowshade.c (CMD_WindowShade):
13442         changed syntax of windowshade with direction
13443         (CMD_WindowShade):
13444         update button state after unshading
13446         * fvwm/add_window.c (AddWindow):
13447         fixed mini icon update
13449         * fvwm/events.c (HandleEnterNotify):
13450         fixed icon picture redrawing
13451         icon titles are no longer raised and expanded if the icon has only a
13452         title
13454         * fvwm/move_resize.c (resize_window):
13455         fixed core dump
13457         * libs/gravity.c (gravity_move_resize_parent_child):
13458         * fvwm/frame.c (frame_get_titlebar_dimensions):
13459         (frame_prepare_animation_shape):
13460         (frame_move_resize_step):
13461         (frame_get_titlebar_dimensions_only):
13462         (frame_get_hidden_pos):
13463         (frame_update_hidden_window_pos):
13464         (frame_free_move_resize_args):
13465         (frame_create_move_resize_args):
13466         fixed shading of shaped windows
13468         * fvwm/borders.c:
13469         clean up
13471         * fvwm/fvwm.c (main):
13472         * fvwm/misc.c (GrabEm):
13473         fixed a problem with the cursor shape during window shading
13475         * fvwm/update.c (apply_window_updates):
13476         fixed drawing of hilighted window after a decoration change
13478         * fvwm/update.c (apply_window_updates):
13479         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13480         * fvwm/borders.c (RedrawDecorations):
13481         renamed RedrawDecorations()
13483         * fvwm/move_resize.c (move_window_doit):
13484         * libs/fvwmrect.c:
13485         * fvwm/misc.c (move_into_rectangle):
13486         (intersect_xrectangles):
13487         functions renamed and moved to fvwmrect.c
13489         * fvwm/borders.c (border_get_changed_border_parts):
13490         (frame_get_changed_border_parts):
13491         reduced border redrawing
13492         moved fucntion to borders.c
13494         * fvwm/events.c (HandleButtonPress):
13495         (DispatchEvent):
13496         suppress button events on frame windows
13498         * fvwm/frame.c (frame_setup_border):
13499         fixed a problem with the border setup
13501         * fvwm/borders.c (border_draw_decorations):
13502         * fvwm/events.c (HandleEnterNotify):
13503         fixed icon title drawing
13505         * fvwm/misc.c (GrabEm):
13506         fixed a pointer grab hang with xmag?
13508         * fvwm/move_resize.c (resize_window):
13509         use frame_move_resize function to improve performance
13511         * fvwm/add_window.c (AddWindow):
13512         fixed recaturing shaded windows
13514         * fvwm/borders.c:
13515         suppress unnecessary title redraws
13517         * fvwm/frame.c:
13518         window shading works again; there are still some problems with
13519         recapture, restart, border drawing and shaped windows
13521 2002-03-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13523         * fvwm/geometry.c (get_shaded_geometry_with_dir):
13524         new function
13526         * fvwm/frame.c (frame_get_title_bar_dimensions):
13527         fixed minor button layout bug
13528         (frame_update_hidden_window_pos):
13530         * fvwm/ewmh_names.c (EWMH_WMName):
13531         * fvwm/gnome.c (GNOME_HandlePropRequest):
13532         * fvwm/focus.c (DoSetFocus):
13533         * fvwm/stack.c (new_layer):
13534         * fvwm/icons.c (DeIconify):
13535         (Iconify):
13536         * fvwm/events.c (HandleFocusIn):
13537         (HandlePropertyNotify):
13538         (HandleExpose):
13539         (HandleMapNotify):
13540         (HandleButtonPress):
13541         (HandleLeaveNotify):
13542         * fvwm/builtins.c (CMD_ChangeDecor):
13543         (CMD_UpdateDecor):
13544         * fvwm/move_resize.c (resize_move_window):
13545         (resize_window):
13546         (resize_window):
13547         (maximize_fvwm_window):
13548         (handle_stick):
13549         * fvwm/borders.c (DrawDecorations):
13550         (RedrawDecorations):
13551         removed function DrawDecorations()
13552         (border_draw_decorations):
13553         renamed draw_decorations_with_geom() to border_draw_decorations()
13555         * fvwm/events.c (HandleExpose):
13556         fixed drawing icon titles
13558         * fvwm/add_window.c (adjust_fvwm_internal_windows):
13559         * fvwm/events.c (HandleFocusIn):
13560         (HandleFocusOut):
13561         * fvwm/screen.h (ScreenInfo):
13562         return the focus to the window that had the focus before an or window
13563         stole it and then died.
13565         * fvwm/menus.c (scanForColor):
13566         removed duplicate call of strlen
13567         use alloca instead of safemalloc
13569         * fvwm/menustyle.c (menustyle_parse_style):
13570         don't call memset right before memcpy
13572         * fvwm/module_interface.c (AddToMessageQueue):
13573         (DeleteMessageQueueBuff):
13574         removed one safemalloc and inline'd the function
13575         merged AddToMessageQueue into PositiveWrite
13577         * fvwm/borders.c (border_draw_decor_to_pixmap):
13578         fixed pixmap and mini icon buttons
13579         (border_fill_pixmap_background):
13580         fixed an X error
13581         (border_get_tb_parts_to_draw):
13582         buttons and title background using the border style is updated when the
13583         buttons moves
13585         * fvwm/events.c (WaitForButtonsUp):
13586         don't grab the whole server but merely the pointer to allow applications
13587         redrawing themselves
13589         * fvwm/borders.c:
13590         finished writing title drawing code
13592         * fvwm/move_resize.c (resize_window):
13593         (resize_move_window):
13594         (unmaximize_fvwm_window):
13595         removed now unnecessary calls to DrawDecorations()
13597         * fvwm/frame.c (frame_hide_changing_window_parts):
13598         fixed hiding bottom/right titles
13600         * fvwm/add_window.c (AddWindow):
13601         fixed recapturing shaded windows
13603         * fvwm/misc.c (GrabEm):
13604         fixed the cursor over the title window while resizing
13606 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13608         * libs/Graphics.c (CreateTiledPixmap):
13609         improved efficience: let the X server tile a pixmap via the GC settings
13611         * fvwm/fvwm.c (CreateGCs):
13612         * fvwm/screen.h (ScreenInfo):
13613         added new global GC Scr.TileGC
13615         * fvwm/borders.c (border_fill_pixmap_background):
13616         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13617         use already created gcs
13619         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13620         * fvwm/menus.c (paint_menu_gradient_background):
13621         fixed using a randow members in gcs
13623 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13625         * configure.in:
13626         added compilation test for fribidi
13628 2002-03-22  Dan Espen  <dane@mk.telcordia.com>
13630         * NEWS: Document FvwmForm timeout.
13632 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13634         * fvwm/session.c (MatchWinToSM):
13635         * fvwm/add_window.c (AddWindow):
13636         preserve user states over a restart
13638         * fvwm/add_window.c (setup_window_structure):
13639         preserve user states over a recapture
13641         * fvwm/functions.c (execute_function):
13642         "Silent" suppresses the "No such command ..." message
13644         * fvwm/frame.c (frame_move_resize):
13645         * fvwm/misc.c (GrabEm):
13646         fixed the cursor shape during resizing
13647         fixed button looks in small windows
13649 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13651         * libs/FBidi.c:
13652         * libs/FBidi.h:
13653         new files
13655 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13657         * fvwm/fvwm.c (LoadDefaultLeftButton):
13658         (LoadDefaultRightButton):
13659         * fvwm/borders.c (border_draw_vector_to_pixmap):
13660         * fvwm/screen.h (DecorFace):
13661         * fvwm/builtins.c (ReadDecorFace):
13662         fixed transparent vector line support
13664         * libs/Graphics.c (CreateGradientPixmap):
13665         fixed potential core dump with illegal gradients
13667 2002-03-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13669         * fvwm/fvwm.h (FvwmWindow):
13670         removed button_background_pixmap member
13672         * fvwm/update.c (apply_window_updates):
13673         fixed changing the decoration size
13675         * fvwm/windowshade.c (CMD_WindowShade):
13676         * fvwm/frame.c (frame_setup_border):
13677         * fvwm/functions.c (execute_complex_function):
13678         removed debug code
13680         * fvwm/move_resize.c (resize_window):
13681         fixed aboting of a opaque resize w/ maximized windows
13682         (ParseOneResizeArgument):
13683         resize arguments don't take the border into account
13684         (GetResizeArguments):
13685         implemented new option "Frame" to the Resize and ResizeMove commands
13687 2002-03-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13689         * fvwm/fvwm2.1:
13690         * fvwm/builtins.c (ReadDecorFace):
13691         * fvwm/borders.c (DrawLinePattern):
13692         implemented transparent drawing color in vector buttons: C == 4
13694         * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13695         * fvwm/builtins.c (ReadDecorFace):
13696         increased allowed number of lines in a vector button to 10000 and moved
13697         the definition to defaults.h
13699         * fvwm/virtual.c (MoveViewport):
13700         don't send useless M_NEW_PAGE packets
13702         * fvwm/frame.c:
13703         * fvwm/borders.c:
13704         started work on new button/title drawing code
13706         * fvwm/events.c (HandleExpose):
13707         don't handle expose on the title bar
13709         * fvwm/borders.c:
13710         * fvwm/frame.c (frame_get_sidebar_geometry):
13711         * fvwm/fvwm.h (FvwmWindow):
13712         replaced border_state with decor_state
13714         * libs/defaults.h (NR_RIGHT_BUTTONS):
13715         added a comment
13717         * fvwm/events.h:
13718         * fvwm/events.c (HandleExpose):
13720         * fvwm/frame.c (frame_setup_border):
13721         hide sidebars if they are too small, i.e. 0 pixels
13723 2002-03-20  olicha  <olivier.chapuis@free.fr>
13725         * libs/Flocale.c (FlocaleFreeNameProperty):
13726         Fixed random core dump
13728 2002-03-19  olicha  <olivier.chapuis@free.fr>
13730         * fvwm/ConfigFvwmDefaults:
13731         RightTitleRotatedCW is a default
13733 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13735         * fvwm/frame.c (frame_get_sidebar_geometry):
13736         window corners are always at least the border width thick
13738         * fvwm/geometry.c (update_absolute_geometry):
13739         fixed south/east shading
13741         * fvwm/frame.c (frame_move_resize_step):
13742         did the best I could to prevent rxvt from flashing in the background
13743         colour
13745         * fvwm/add_window.c (get_default_window_attributes):
13746         (get_default_window_attributes):
13747         (setup_resize_handle_windows):
13748         * fvwm/borders.c (border_get_border_gcs):
13749         applied -visual fix by Hippo
13751         * fvwm/cursor.c (CMD_CursorStyle):
13752         fixed endless loop
13754         * fvwm/frame.c (frame_get_title_bar_dimensions):
13755         fixed order of right buttons
13756         (frame_move_resize_step):
13757         reduced flashing when maximizing
13759         * fvwm/geometry.c (update_absolute_geometry):
13760         adapted for horizontal shading
13762 2002-03-19  Mikhael Goikhman  <migo@homemail.com>
13764         * fvwm/borders.c:
13765         * fvwm/builtins.c:
13766         * fvwm/fvwm.h:
13767         * fvwm/geometry.c:
13768         * libs/Fft.c:
13769         * libs/Flocale.c:
13770         * libs/Flocale.h:
13771         several renamings of text_direction to text_rotation
13773 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13775         * fvwm/windowshade.c (CMD_WindowShade):
13776         * fvwm/frame.c (frame_create_move_resize_args):
13777         (frame_move_resize_step):
13778         hack to enable non-animated window shading for the time being
13780         * fvwm/style.c (parse_and_set_window_style):
13781         (parse_and_set_window_style):
13782         allow to abbreviate [Counter]ClockWise with [C]CW
13784         * fvwm/frame.c (frame_move_resize_step):
13785         fixed
13787         * fvwm/geometry.c (gravity_constrain_size):
13788         removed useless code
13790         * fvwm/update.c (apply_window_updates):
13791         * fvwm/add_window.c (AddWindow):
13792         * fvwm/move_resize.c (unmaximize_fvwm_window):
13793         (resize_window):
13794         do not write into frame_g. only frame.c should do this
13796         * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
13797         (MIN_WINDOW_TITLE_LENGTH):
13798         new default values
13799         * fvwm/frame.c (frame_setup_title_bar):
13800         (get_resize_decor_gravities_one_axis):
13801         (frame_setup_window_internal):
13802         (frame_move_resize_step):
13803         (frame_create_move_resize_args):
13804         rewrote frame_setup_title_bar function
13806         * fvwm/add_window.c (setup_frame_stacking):
13807         fixed title bar stacking order
13809         * fvwm/frame.c (frame_setup_title_bar):
13810         removed yesterday's 'fix'
13812         * fvwm/add_window.c (hide_screen):
13813         (setup_title_window):
13814         (setup_resize_handle_windows):
13815         (setup_button_windows):
13816         fixed visual and depth of decoration windows
13818 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13820         * fvwm/frame.c (frame_setup_title_bar):
13821         fixed title layout bug
13823         * fvwm/move_resize.c (MaximizeHeight):
13824         fixed bug in "grow" option of the Maximize command
13826         * fvwm/geometry.h:
13827         fixed broken prototype for get_title_font_size_and_offset
13829         * fvwm/geometry.c (get_title_font_size_and_offset):
13830         simplified code a bit
13832 2002-03-18  olicha  <olivier.chapuis@free.fr>
13834         * fvwm/geometry.h:
13835         * fvwm/geometry.c (get_title_font_size_and_offset):
13836         * fvwm/add_window.c (setup_title_geometry):
13837         * fvwm/style.h:
13838         * fvwm/style.c (parse_and_set_window_style):
13839         (check_window_style_change):
13840         * fvwm/update.c (apply_window_updates):
13841         * fvwm/window_flags.h:
13842         * fvwm/fvwm.h:
13843         Reworte side title direction styles and use LeftTitleRotatedClockWise /
13844         LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
13845         RightTitleRotatedCounterClockWise
13847 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13849         * acconfig.h:
13850         * vms/config.h (FMiniIconsSupported):
13851         removed last traces of MINI_ICONS ifdef
13853         * fvwm/windowlist.c (CMD_WindowList):
13854         * fvwm/update.c (apply_window_updates):
13855         * fvwm/style.h:
13856         * fvwm/style.c (merge_styles):
13857         (parse_and_set_window_style):
13858         (check_window_style_change):
13859         * fvwm/screen.h:
13860         * fvwm/module_interface.c (SendMiniIcon):
13861         (BroadcastMiniIcon):
13862         (CMD_Send_WindowList):
13863         * fvwm/fvwm.h (FvwmWindow):
13864         * fvwm/ewmh_icons.c (ewmh_WMIcon):
13865         (EWMH_DoUpdateWmIcon):
13866         (ewmh_SetWmIconFromPixmap):
13867         (EWMH_DeleteWmIcon):
13868         (EWMH_SetIconFromWMIcon):
13869         * fvwm/builtins.c (ReadDecorFace):
13870         * fvwm/borders.c (DrawButton):
13871         (CMD_BorderStyle):
13872         (CMD_BorderStyle):
13873         * fvwm/add_window.c (setup_window_structure):
13874         (setup_mini_icon):
13875         (destroy_mini_icon):
13876         (change_mini_icon):
13877         (AddWindow):
13878         * acconfig.h (FMiniIconsSupported):
13879         replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
13880         compiler checks
13882         * fvwm/screen.h:
13883         removed an FANCY_TITLEBARS ifdef
13885         * fvwm/borders.c (border_draw_one_part):
13886         (border_draw_border_parts):
13887         (border_draw_all_parts):
13888         (draw_clipped_decorations_with_geom):
13889         performance enhancement
13891 2002-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13893         * fvwm/frame.c (frame_move_resize_step):
13894         force setting up the border when function is called with FRAME_MR_SETUP
13895         (frame_setup_window_internal):
13896         removed duplicate frame setup
13898         * fvwm/borders.c (border_get_parts_and_pos_to_draw):
13899         fixed logic bug
13900         (draw_clipped_decorations_with_geom):
13901         do not flush the X queue after drawing; let the caller do it
13903         * fvwm/frame.c (frame_get_sidebar_geometry):
13904         fixed layout of windows with a small height
13905         (frame_hide_changing_window_parts):
13906         fixed flickering
13908         * fvwm/borders.c:
13909         * fvwm/frame.c:
13910         made good progress with frame layout rewrite. I think it is already
13911         considerably faster.
13912         some general clean up
13914         * fvwm/add_window.c (setup_decor_window):
13915         function removed
13917         * fvwm/windowshade.c (CMD_WindowShade):
13918         * fvwm/stack.c (verify_stack_ring_consistency):
13919         (RaiseOrLowerWindow):
13920         * fvwm/move_resize.c (resize_move_window):
13921         (move_window_doit):
13922         (draw_move_resize_grid):
13923         * fvwm/icons.c (DrawIconWindow):
13924         * fvwm/icccm2.c (CloseICCCM2):
13925         (convertProperty):
13926         (HandleSelectionRequest):
13927         * fvwm/fvwm.c (main):
13928         (SaveDesktopState):
13929         * fvwm/focus.c (DoSetFocus):
13930         * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
13931         * fvwm/events.c (HandlePropertyNotify):
13932         (HandleButtonPress):
13933         (HandleConfigureRequest):
13934         * fvwm/add_window.c (RestoreWithdrawnLocation):
13935         (Reborder):
13936         * fvwm/builtins.c (CMD_Delete):
13937         (CMD_Destroy):
13938         (CMD_Close):
13939         (CMD_FakeClick):
13940         * fvwm/menus.c (paint_menu):
13941         (DestroyMenu):
13942         * fvwm/misc.c (UngrabEm):
13943         (GrabEm):
13944         * fvwm/schedule.c (execute_obj_func):
13945         * fvwm/add_window.c (hide_screen):
13946         (destroy_window):
13947         use XFlush instead of XSync when the latter is not necessary
13949         * libs/fvwmrect.c (fvwmrect_rectangles_equal):
13950         new function
13952         * fvwm/add_window.c (adjust_fvwm_internal_windows):
13953         inform frame module if the window with the hide windows dies
13955         * fvwm/placement.c (PlaceWindow):
13956         (CMD_PlaceAgain):
13957         * fvwm/add_window.c (setup_window_attr):
13958         (setup_frame_attributes):
13959         (AddWindow):
13960         (RestoreWithdrawnLocation):
13961         (setup_window_placement):
13962         * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
13963         (get_title_geometry):
13964         * fvwm/fvwm.c (InitVariables):
13965         * fvwm/frame.c (frame_setup_frame):
13966         * fvwm/colormaps.c (HandleColormapNotify):
13967         (InstallWindowColormaps):
13968         * fvwm/events.c (HandleConfigureRequest):
13969         (HandleUnmapNotify):
13970         * fvwm/fvwm.h (FvwmWindow):
13971         removed attr member of FvwmWindow and replaced by a structure defined
13972         ourselves that is much smaller
13974         * fvwm/add_window.c (hide_screen):
13975         don't use save_unders and backing_store for the window used in recapture
13977         * fvwm/frame.c (frame_init):
13978         * fvwm/fvwm.c (main):
13979         new function to initialise frame module
13981         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
13982         new function
13984 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13986         * fvwm/frame.c:
13987         clean up
13989         * fvwm/borders.h (enum):
13990         * fvwm/borders.c (draw_clipped_decorations_with_geom):
13991         (border_get_parts_and_pos_to_draw):
13992         * fvwm/fvwm.h (struct):
13993         some clean up
13994         fixed calculations of which border parts to draw
13996         * fvwm/fvwm2.1:
13997         corrected some typos
13998         * fvwm/frame.c:
13999         * fvwm/borders.c:
14000         handle marks work again
14002 2002-03-16  Dan Espen  <dane@mk.telcordia.com>
14004         * AUTHORS: New author added.
14006 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14008         * fvwm/frame.c:
14009         * fvwm/borders.c:
14010         * fvwm/add_window.c (setup_frame_stacking):
14011         * fvwm/cursor.c (CMD_CursorStyle):
14012         * fvwm/events.c (HandleExpose):
14013         (HandleMapNotify):
14014         (HandleEnterNotify):
14015         (HandleLeaveNotify):
14016         (GetContext):
14017         * fvwm/geometry.c (get_title_button_geometry):
14018         * fvwm/virtual.c (map_window):
14019         * fvwm/add_window.c (setup_parent_window):
14020         (setup_resize_handle_cursors):
14021         (setup_resize_handle_windows):
14022         (resize_resize_handle_windows):
14023         (change_resize_handle_windows):
14024         some progress with new frame layout
14026         * fvwm/add_window.c (setup_visible_name):
14027         fixed off-by-one bug in setup_visible_name
14028         maximum window number can be set in defaults.h
14030 2002-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14032         * fvwm/windowlist.h:
14033         * fvwm/virtual.h:
14034         * fvwm/update.h:
14035         * fvwm/style.h:
14036         * fvwm/read.h:
14037         * fvwm/placement.h:
14038         * fvwm/menus.h:
14039         * fvwm/move_resize.h:
14040         * fvwm/icons.h:
14041         * fvwm/geometry.h:
14042         * fvwm/frame.h:
14043         * fvwm/focus.h:
14044         * fvwm/events.h:
14045         * fvwm/borders.h:
14046         * fvwm/add_window.h:
14047         * fvwm/ewmh_names.c:
14048         * fvwm/ewmh_icons.c:
14049         * fvwm/ewmh_events.c:
14050         * fvwm/ewmh.c:
14051         * fvwm/frame.c:
14052         * fvwm/menucmd.c:
14053         * fvwm/schedule.c:
14054         * fvwm/geometry.c:
14055         * fvwm/gnome.c:
14056         * fvwm/windowlist.c:
14057         * fvwm/cursor.c:
14058         * fvwm/update.c:
14059         * fvwm/bindings.c:
14060         * fvwm/colormaps.c:
14061         * fvwm/decorations.c:
14062         * fvwm/conditional.c:
14063         * fvwm/misc.c:
14064         * fvwm/read.c:
14065         * fvwm/placement.c:
14066         * fvwm/fvwm.c:
14067         * fvwm/virtual.c:
14068         * fvwm/session.c:
14069         * fvwm/functions.c:
14070         * fvwm/stack.c:
14071         * fvwm/icons.c:
14072         * fvwm/module_interface.c:
14073         * fvwm/style.c:
14074         * fvwm/add_window.c:
14075         * fvwm/events.c:
14076         * fvwm/builtins.c:
14077         * fvwm/move_resize.c:
14078         * fvwm/borders.c:
14079         * fvwm/menus.c:
14080         * fvwm/fvwm.h (FvwmWindow):
14081         moved all windows into a separate sub structure and wrote access macros
14082         renamed FvwmWindow argument to builtin commands to "fw"
14083         renamed tmp_win to fw everywhere
14085         * fvwm/borders.c (RedrawBorder):
14086         * fvwm/decorations.c (SelectDecor):
14087         * fvwm/add_window.c (setup_style_and_decor):
14088         (setup_resize_handle_cursors):
14089         * fvwm/window_flags.h:
14090         * fvwm/fvwm.h (struct):
14091         added new member has_handles and new macro HAS_HANDLES
14093         * fvwm/decorations.c (SelectDecor):
14094         fixed the NoHandles style
14096         * fvwm/decorations.c (SelectDecor):
14097         * fvwm/style.c (check_window_style_change):
14098         (parse_and_set_window_style):
14099         * fvwm/style.h:
14100         * fvwm/fvwm.h (struct):
14101         renamed has_no_handles to has_no_border
14103 2002-03-15  olicha  <olivier.chapuis@free.fr>
14105         * libs/Flocale.h:
14106         * libs/Fft.c (is_utf8_encoding):
14107         Compilation fixes
14109         * libs/Flocale.h:
14110         s/COMPUND_TEXT/COMPOUND_TEXT
14112         * fvwm/fvwm2.1:
14113         Removed matrix xft specification doc as now it is use internally by
14114         fvwm
14116         * libs/Flocale.c (FlocaleRotateDrawString):
14117         (FlocaleUnloadFont):
14118         (FlocaleDrawString):
14119         (FlocaleTextWidth):
14120         * libs/Fft.h:
14121         * libs/Fft.c (FftGetRotatedFont):
14122         (FftGetFont):
14123         (FftDrawString):
14124         (FftTextWidth):
14125         * fvwm/borders.c (DrawMultiPixmapTitlebar):
14126         (RedrawTitle):
14127         * fvwm/geometry.c (get_title_font_size_and_offset):
14128         * fvwm/style.c (parse_and_set_window_style):
14129         (check_window_style_change):
14130         * fvwm/update.c (apply_window_updates):
14131         * fvwm/update.h:
14132         * fvwm/style.h:
14133         * fvwm/fvwm.h:
14134         * fvwm/window_flags.h:
14135         Implemented vertical text rendering, new style SideTitleTextDefault,
14136         SideTitleTextTopToBottom, SideTitleTextBottomToTop
14138 2002-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14140         * fvwm/fvwm.h:
14141         removed inclusion of fvwmdebug.h
14143         * libs/gravity.c (ParseDirectionArgument):
14144         fixed direction parsing
14146         * fvwm/menus.c (get_menu_options):
14147         fixed a compiler warning
14149 2002-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14151         * fvwm/bindings.c (ParseBinding):
14152         fixed compiler warning
14154         * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14155         * fvwm/ewmh.h:
14156         fixed compilation w/ --disable-ewmh
14158         * fvwm/windowlist.c (CMD_WindowList):
14159         fixed parsing of conditions versus position of window list broken with
14160         a recent "fix"
14162 2002-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14164         * libs/Fft.h:
14165         * libs/Fft.c (FftTextWidth):
14166         (is_utf8_encoding):
14167         (FftGetFontWidths):
14168         (FftDrawString):
14169         removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14170         if HAVE_XFT was not set.
14172         * fvwm/events.h (XEVMASK_DECORW):
14173         select EnterNotify and LeaveNotify on frame instead of decor_w
14175         * fvwm/add_window.c (setup_title_window):
14176         (setup_button_windows):
14177         (setup_resize_handle_windows):
14178         frame window is the new parent of the title, button and handle windows
14179         (setup_frame_stacking):
14180         new stacking order of decoration windows
14182         * fvwm/menuitem.c (menuitem_paint):
14183         * fvwm/events.c (HandleExpose):
14184         xft fixes
14186         * fvwm/move_resize.c (unmaximize_fvwm_window):
14187         don't force to redraw the frame
14189         * libs/gravity.c (gravity_get_offsets):
14190         (gravity_move):
14191         (gravity_resize):
14192         functions moved to gravity.c
14194 2002-03-10  olicha  <olivier.chapuis@free.fr>
14196         * acconfig.h (HAVE_XFT_UTF8):
14197         * configure.in:
14198         * libs/Fft.c (is_utf8_encoding):
14199         (FftGetFontWidths):
14200         (FftDrawString):
14201         (FftTextWidth):
14202         Detected if Xft can handle utf8 string
14204         * libs/Fft.h:
14205         * fvwm/menuitem.c (menuitem_paint):
14206         * fvwm/events.c (HandleExpose):
14207         Fixed Xft related compilation failure and warning
14209 2002-03-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14211         * fvwm/virtual.c:
14212         * fvwm/update.c:
14213         * fvwm/move_resize.c:
14214         * fvwm/icons.c:
14215         * fvwm/focus.c:
14216         * fvwm/events.c:
14217         * fvwm/builtins.c:
14218         * fvwm/add_window.c:
14219         * fvwm/frame.c (frame_setup_window):
14220         (frame_force_setup_window):
14221         (frame_setup_shape):
14222         SetupFrame renamed to frame_setup_window
14223         ForceSetupFrame renamed to frame_force_setup_window
14224         SetShape renamed to frame_setup_shape
14226         * fvwm/windowshade.c:
14227         moved most code to frame.c
14229         * fvwm/frame.c (SetShape):
14230         (SetupTitleBar):
14231         (set_decor_gravity):
14232         (ForceSetupFrame):
14233         (SetupFrame):
14234         functions moved to new file
14236         (SetupTitleBar):
14237         (frame_setup_title_bar):
14238         renamed function
14240         * libs/Parse.h:
14241         direction code moved to gravity.c and gravity.h
14243         * fvwm/windowshade.c (CMD_WindowShade):
14244         * fvwm/geometry.c (get_shaded_geometry):
14246         * libs/FScreen.c (FScreenInit):
14247         (FScreenUpdateEmulationMapState):
14248         changed Xinerame emulation layout
14250         * fvwm/fvwm2.1:
14251         Corrected the description of the XineramaPrimaryScreen command that was
14252         essentially lying.
14254 2002-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14256         * fvwm/menus.c (menu_tear_off):
14257         (unlink_item_from_menu):
14258         (menu_strip_tear_off_title):
14259         use the text from a title item as the tear off menu title if the menu
14260         begins with a title; skip separators and tear off bars at the front of
14261         the menu
14263         * **/*.[ch]:
14264         implemented titleatleft and titleatright styles; titles are not drawn
14265         vertically yet
14267         * fvwm/style.c (check_window_style_change):
14268         * fvwm/update.c (apply_window_updates):
14269         * fvwm/ewmh_names.c (EWMH_WMIconName):
14270         (EWMH_WMName):
14271         (charset_to_utf8):
14272         * fvwm/ewmh.c (ksmserver_workarround):
14273         * fvwm/update.c (apply_window_updates):
14274         * fvwm/conditional.c (MatchesConditionMask):
14275         * fvwm/fvwm.c (main):
14276         * fvwm/session.c (SaveWindowStates):
14277         (matchWin):
14278         (MatchWinToSM):
14279         * fvwm/functions.c (expand):
14280         * fvwm/stack.c (dump_stack_ring):
14281         (verify_stack_ring_consistency):
14282         * fvwm/module_interface.c (BroadcastWindowIconNames):
14283         (CMD_Send_WindowList):
14284         * fvwm/add_window.c (free_window_names):
14285         (free_window_names):
14286         * fvwm/events.c (HandlePropertyNotify):
14287         * fvwm/builtins.c (CMD_Wait):
14288         * fvwm/style.c (CMD_DestroyStyle):
14289         (lookup_style):
14290         Adapted to changes of Flocale.h
14292         * acconfig.h:
14293         removed COMPUND_TEXT ifdef
14295         * configure.in:
14296         mutibyte defaults to on
14298         * acconfig.h:
14299         * libs/Flocale.c:
14300         * libs/Flocale.h:
14301         * fvwm/fvwm.h (FvwmWindow):
14302         cleaned up Flocale stuff for better information hiding
14304         * libs/Flocale.c (get_FlocaleFontSet):
14305         (get_FlocaleFont):
14306         added a new font strucht member min_char_offset for vertical text
14308         * libs/Flocale.c (get_FlocaleFontSet):
14309         fixed a bug in descent calculation
14311         * fvwm/fvwm.h (FvwmWindow):
14312         removed title_g
14314         * fvwm/borders.c (RedrawButtons):
14315         (SetupTitleBar):
14316         (RedrawBorder):
14317         (SetupFrame):
14318         (RedrawTitle):
14319         (DrawMultiPixmapTitlebar):
14320         don't use title_g or boundary_width
14322         * libs/Flocale.c (FlocaleTextWidth):
14323         * libs/Flocale.c (FlocaleDrawString):
14324         added interface for vertical strings
14325         * libs/Flocale.h (FlocaleWinString):
14326         added flags structure w/ is_vertical_string flag
14328         * fvwm/borders.c (RedrawTitle):
14329         (DrawMultiPixmapTitlebar):
14330         * fvwm/screen.h (ScreenInfo):
14331         * fvwm/icons.c (DrawIconWindow):
14332         * fvwm/move_resize.c (DisplayPosition):
14333         (DisplaySize):
14334         * fvwm/screen.h (ScreenInfo):
14335         removed ScratchStr and TitleStr; *please* don't use global variables
14336         without need
14338         * fvwm/move_resize.c (ParseOneResizeArgument):
14339         (GetResizeArguments):
14340         (GetResizeMoveArguments):
14341         (resize_window):
14342         (resize_move_window):
14343         * fvwm/module_interface.c (CONFIGARGS):
14344         (OLDCONFIGARGS):
14345         (CONFIGARGSNEW):
14346         * fvwm/placement.c (PlaceWindow):
14347         * fvwm/add_window.c (setup_title_window):
14348         (setup_button_windows):
14349         (setup_parent_window):
14350         (resize_resize_handle_windows):
14351         (change_resize_handle_windows):
14352         (AddWindow):
14353         * fvwm/geometry.c (get_window_borders):
14354         (gravity_get_naked_geometry):
14355         (gravity_add_decoration):
14356         (constrain_size):
14357         don't use title_g.width and title_g.height anymore
14359         * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14360         new macro
14362         * fvwm/borders.c (SetupTitleBar):
14363         * fvwm/add_window.c (setup_title_window):
14364         don't use title_g.x and title_g.y anymore
14365         (setup_title_geometry):
14366         new function
14368         * fvwm/fvwm.h (FvwmWindow):
14369         replaced title_g by title_length and title_thickness
14370         renamed title_text_y to title_text_offset
14372         * fvwm/add_window.c (setup_style_and_decor):
14373         (setup_parent_window):
14374         * fvwm/decorations.c (SelectDecor):
14375         * fvwm/placement.c (PlaceWindow):
14376         * fvwm/windowlist.c (CMD_WindowList):
14377         * fvwm/events.c (SendConfigureNotify):
14378         (HandlePropertyNotify):
14379         (HandleMapNotify):
14380         * fvwm/move_resize.c (DisplaySize):
14381         (ParseOneResizeArgument):
14382         (GetResizeArguments):
14383         (GetResizeMoveArguments):
14384         (resize_window):
14385         (resize_move_window):
14386         * fvwm/geometry.c (gravity_get_naked_geometry):
14387         (gravity_add_decoration):
14388         (constrain_size):
14389         don't use boundary_width anymore
14391         * fvwm/borders.c (SetupTitleBar):
14392         made static
14394         * fvwm/fvwmdebug.c:
14395         removed outdated file that was never used
14397         * fvwm/move_resize.c (move_window_doit):
14398         fixed GNOME and EWMH hints when unsticking a window
14400         * fvwm/virtual.c (CMD_MoveToDesk):
14401         unstick windows when MoveToDesk is used
14403         * fvwm/builtins.c:
14404         * fvwm/windowshade.c (CMD_WindowShade):
14405         (CMD_WindowShadeAnimate):
14406         functions moved to windowshade.c
14408         * fvwm/window_flags.h:
14409         * fvwm/menus.c (pop_menu_up):
14410         * fvwm/builtins.c (CMD_WindowShade):
14411         * fvwm/move_resize.c (resize_window):
14412         * fvwm/icons.c (AutoPlaceIcon):
14413         * fvwm/borders.c (SetupFrame):
14414         don't use HAS_BOTTOM_TITLE any more
14415         (ButtonPosition):
14416         function removed
14418         * fvwm/geometry.c (get_title_font_width_and_offset):
14419         * fvwm/geometry.c (set_window_border_size):
14420         * fvwm/geometry.c (is_window_border_minimal):
14421         * fvwm/geometry.c (get_window_borders_no_title):
14422         * fvwm/geometry.c (get_shaded_client_window_pos):
14423         * fvwm/geometry.c (get_icon_corner):
14424         * fvwm/geometry.c (get_title_gravity):
14425         * fvwm/geometry.c (get_title_geometry):
14426         * fvwm/borders.c (get_button_number):
14427         new functions
14429         * fvwm/borders.c (SetupFrame):
14430         (SetShape):
14431         * fvwm/events.c (HandleShapeNotify):
14432         * fvwm/borders.c (SetupTitleBar):
14433         * fvwm/update.c (apply_window_updates):
14434         * fvwm/add_window.c (setup_window_font):
14435         removed title_top_height
14437         * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14438         renamed
14440         * fvwm/events.c (SendConfigureNotify):
14441         * fvwm/events.c (HandleConfigureRequest):
14442         preparations for W/E titles
14443         don't use title_top_height any more
14445         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14446         use title_dir flags
14448         * fvwm/geometry.c (get_window_borders):
14449         * fvwm/style.c (parse_and_set_window_style):
14450         (check_window_style_change):
14451         * fvwm/style.h (SCSET_TITLE_DIR):
14452         * fvwm/window_flags.h (GET_TITLE_DIR):
14453         * fvwm/fvwm.h (struct):
14454         replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14455         DIR_W or DIR_E
14457         * libs/Parse.c (ParseDirectionArgument):
14458         * libs/Parse.h:
14459         use new type direction_type
14461 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14463         * fvwm/ewmh.c (EWMH_SetFrameStrut):
14464         use function from geometry.c to get the border size
14466         * fvwm/geometry.c (get_shaded_geometry):
14467         added code for shading in all directions
14469 2002-03-07  Dan Espen  <dane@mk.telcordia.com>
14471         * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14473 2002-03-07  olicha  <olivier.chapuis@free.fr>
14475         * libs/Flocale.c (FInitLocale):
14476         * fvwm/fvwm.c (main):
14477         Set the locale using "" as locale argument
14479 2002-03-07  Mikhael Goikhman  <migo@homemail.com>
14481         * fvwm/fvwm2.1:
14482         fixed some typos and indentation of several new variable entries
14484 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14486         * fvwm/functions.h (enum):
14487         * fvwm/functions.c (func_config):
14488         * fvwm/commands.h:
14489         * fvwm/conditional.c (CMD_ThisWindow):
14490         renamed command "This" to "ThisWindow"
14492         * fvwm/conditional.c (Circulate):
14493         "Current" no longer selects a random window when no window is focused
14495         * fvwm/icccm2.c (SetupICCCM2):
14496         removed debug fprintf
14498         * fvwm/functions.c (expand_extended_var):
14499         implemented new extended variables pointer.x, pointer.x, pointer.wx,
14500         pointer.wy, pointer.cx and pointer.cy.
14502         * libs/Parse.c (ParseDirectionArgument):
14503         allow N, S, W, E, NW, SW, SE, NE for direction arguments
14505         * fvwm/builtins.c (CMD_WindowShade):
14506         fixes for animated shading w/ titleatbottom+north and titleattop+south
14508 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14510         * fvwm/move_resize.c (moveLoop):
14511         (resize_window):
14512         * fvwm/virtual.c (HandlePaging):
14513         moving/resizing windows opaque is much faster
14515 2002-03-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14517         * fvwm/add_window.c (resize_resize_handle_windows):
14518         (change_resize_handle_windows):
14519         (setup_window_font):
14520         fixed changing the handlewidth style
14522         * fvwm/update.c (apply_window_updates):
14523         * fvwm/geometry.c (update_absolute_geometry):
14524         * fvwm/builtins.c (CMD_WindowShade):
14525         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14526         * fvwm/conditional.c (CreateConditionMask):
14527         * fvwm/geometry.c (get_shaded_geometry):
14528         * fvwm/session.c (MatchWinToSM):
14529         * fvwm/add_window.c (setup_window_structure):
14530         (AddWindow):
14531         * fvwm/window_flags.h (SHADED_DIR):
14532         * fvwm/fvwm.h (struct):
14533         implemented new WindowShade options "North" and "South" to allow shading
14534         a window in either direction, regardless of if the title is at the top
14535         or bottom.
14537         * libs/Module.c (module_expand_action):
14538         new convenience function for modules
14540 2002-03-03  Dan Espen  <dane@mk.telcordia.com>
14542         * fvwm/fvwm2.1: Fixes to the font section.
14544 2002-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14546         * fvwm/conditional.c (CMD_WindowId):
14547         set the correct context window for unmanaged windows
14549         * fvwm/icons.c (DrawIconWindow):
14550         raise the icon title even if it's too small to be expanded
14552         * fvwm/conditional.c (CMD_Cond):
14553         Fixed it the right way this time
14554         (CMD_Any):
14555         same fix for the 'Any' command
14556         (circulate_cmd):
14557         (CMD_Prev):
14558         (CMD_Next):
14559         (CMD_None):
14560         (CMD_Any):
14561         (CMD_Current):
14562         unified circulating functions into a single one
14563         (CMD_Pick):
14564         Pick allows to pick functions that have CirculateSkip set
14565         fixed a memory leak
14566         (select_cmd):
14567         (CMD_This):
14568         (CMD_Pick):
14569         (CMD_PointerWindow):
14570         unified selecting functions into a single one
14571         (CMD_PointerKey):
14572         (CMD_All):
14573         Allow user to override the default CirculateHit of these functions
14575         * fvwm/conditional.c (CMD_Cond):
14576         Fixed a problem w/ the window selection
14578         * fvwm/menus.h:
14579         * fvwm/menus.c:
14580         * fvwm/menudim.h:
14581         * fvwm/menudim.c:
14582         * fvwm/menustyle.h:
14583         * fvwm/menustyle.c:
14584         * fvwm/menucmd.c:
14585         * fvwm/menuitem.c:
14586         * fvwm/menuitem.h:
14587         moved some of the menu code into separate files
14588         more work on tear off menus; windowlist can now be torn off without a
14589         memory leak
14591         * fvwm/template.c:
14592         * fvwm/template.h:
14593         added templates for new source files
14595         * libs/Picture.c (fvwmlib_clone_color):
14596         new function
14598         * fvwm/menus.c (make_menu):
14599         (update_menu):
14600         removed unused parameter from make_menu()
14602         * fvwm/fvwm2.1 (Example):
14603         corrected statement about CaptureHonorsStartsOnPage being the default
14605 2002-03-03  Mikhael Goikhman  <migo@homemail.com>
14607         * INSTALL.fvwm:
14608         * Makefile.am:
14609         * configure.in:
14610         added and documented --disable-bidi and --disable-perllib
14612 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14614         * fvwm/geometry.c (get_window_borders):
14615         fixed calculation of $[cw.y] and $[cw.height]
14617         * fvwm/move_resize.c (resize_move_window):
14618         windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14620 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14622         * fvwm/move_resize.c (resize_move_window):
14624 2002-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14626         * configure.in:
14627         re-added --enable-xinerama-emulation option that was removed recently
14629 2002-02-28  Mikhael Goikhman  <migo@homemail.com>
14631         * INSTALL.fvwm:
14632         * NEWS:
14633         * fvwm/fvwm2.1:
14634         several corrections and rewording
14636 2002-02-28  olicha  <olivier.chapuis@free.fr>
14638         * fvwm/fvwm2.1:
14639         New section FONT NAMES AND FONT LOADING
14641         * INSTALL.fvwm:
14642         * NEWS:
14643         Document --enable-xft
14645         * libs/Fft.c (get_FlocaleXftFont):
14646         Used the xft font height in the place of ascent+descent
14648         * fvwm/icons.c (DrawIconWindow):
14649         Fixed the fg colors of the icon title
14651 2002-02-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14653         * fvwm/conditional.c (CMD_CondCase):
14654         fixed CondCase command
14655         (CMD_Cond):
14656         fixed numeric return codes
14658         * fvwm/add_window.c (CMD_Recapture):
14659         fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14661         * acinclude.m4 (smr_CHECK_LIB):
14662         disabled a destructing gnome_prefix logic again
14664         * fvwm/events.c (GetContext):
14665         * libs/Bindings.c (win_contexts):
14666         * libs/fvwmlib.h:
14667         new contexts for individual parts of the window border
14669 2002-02-26  Mikhael Goikhman  <migo@homemail.com>
14671         * acinclude.m4:
14672         disabled a destructing gnome_prefix logic
14674         * configure.in:
14675         replaced fribidi detection mechanism, now fribidi-config is used
14677 2002-02-26  olicha  <olivier.chapuis@free.fr>
14679         * acconfig.h (HAVE_XFT):
14680         * acinclude.m4:
14681         * configure.in:
14682         * libs/Fft.c (new file):
14683         * libs/Flocale.c (FlocaleLoadFont):
14684         (FlocaleUnloadFont):
14685         (FlocaleDrawString):
14686         (FlocaleTextWidth):
14687         (get_FlocaleFontSet):
14688         (get_FlocaleFont):
14689         (get_FlocaleFontOrFontSet):
14690         * libs/Flocale.h:
14691         * fvwm/Makefile.am:
14692         Added anti-alised font rendering using Xft. This is off by default.
14693         A font can now be given as a ";" separated list of either ","
14694         separated list of XFLD font name or Xft font name with "xft:" as
14695         prefix, e.g.:
14696           xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14697         See Flocale.h for details
14699         * fvwm/events.c (HandleExpose):
14700         * fvwm/menus.c (paint_item):
14701         Always clear the text area before drawing text with an Xft font
14703 2002-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14705         * acinclude.m4 (smr_CHECK_LIB):
14706         fixed a bug with variable expansion and autoconf cache values
14708 2002-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14710         * fvwm/menus.c (seek_submenu_instance):
14711         (FindPopup):
14712         * fvwm/fvwm.c (InitVariables):
14713         some general menu clean up
14715         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14716         * fvwm/move_resize.h (resize_geometry_window):
14717         * fvwm/menus.c (animated_move_back):
14718         (pop_menu_up):
14719         (ParentalMenuRePaint):
14720         Removed the global variables for parental relativity.  Please *do not*
14721         use globals in menus.c or anywhere else.  I'm trying to remove most
14722         globals in the long run.
14724         * libs/Graphics.c (do_relieve_rectangle):
14725         removed debug code
14727         * fvwm/menus.c (MenuInteraction):
14728         fixed tearing off menus by selecting a tear off item with the keyboard
14730         * fvwm/menus.c (MenuInteraction):
14731         fixed menus not popping down sometimes
14733         * fvwm/functions.c (CMD_TearMenuOff):
14734         * fvwm/menus.c (AddToMenu):
14735         (MenuInteraction):
14736         (warp_pointer_to_item):
14737         (get_selectable_item_index):
14738         (get_selectable_item_from_index):
14739         (get_selectable_item_from_section):
14740         (menuShortcuts):
14741         (paint_item):
14742         (draw_tear_off_bar):
14743         * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14744         New command "TearMenuOff" in menus.  In a normal item, this tears off
14745         the menu when selected.  If the item has no title, it is drawn as a
14746         dashed line too.  Pressing button 2 over a title tears out the menu too.
14747         some clean up
14749         * fvwm/menus.c (make_menu_window):
14750         fixed problem w/ mapping menus, performance enhancement
14752         * fvwm/builtins.c (CMD_Destroy):
14753         (CMD_Close):
14754         fixed core dump
14756         * fvwm/functions.c (execute_function):
14757         (expand_extended_var):
14758         (expand):
14759         new variable cond.rc that returns the last return code of a conditinal
14760         command
14762 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14764         * fvwm/conditional.c (CMD_Cond):
14765         (CMD_CondCase):
14766         (CMD_Break):
14767         * fvwm/commands.h:
14768         * fvwm/functions.h:
14769         * fvwm/functions.c:
14770         new conditional commands Cond, CondCase and Break
14772         * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14773         (ewmh_WMStateShaded):
14774         (ewmh_WMState):
14775         (ewmh_MoveResize):
14776         (ewmh_WMStateHidden):
14777         (ewmh_WMDesktop):
14778         (ewmh_CloseWindow):
14779         (ewmh_ActiveWindow):
14780         (ewmh_DesktopGeometry):
14781         * fvwm/gnome.c (GNOME_HandlePropRequest):
14782         * fvwm/windowlist.c (CMD_WindowList):
14783         * fvwm/update.c (apply_window_updates):
14784         * fvwm/conditional.c (CMD_Pick):
14785         (CMD_Prev):
14786         (CMD_Next):
14787         (CMD_None):
14788         (CMD_Any):
14789         (CMD_Current):
14790         (CMD_PointerWindow):
14791         (CMD_This):
14792         (CMD_All):
14793         (CMD_Direction):
14794         (CMD_WindowId):
14795         * fvwm/read.c (run_command_stream):
14796         * fvwm/fvwm.c (Done):
14797         (SetRCDefaults):
14798         (StartupStuff):
14799         (main):
14800         * fvwm/module_interface.c (ExecuteModuleCommand):
14801         * fvwm/move_resize.c (handle_stick):
14802         * fvwm/add_window.c (AddWindow):
14803         * fvwm/events.c (HandleKeyPress):
14804         (HandleButtonPress):
14805         (HandleClientMessage):
14806         (HandleButtonRelease):
14807         (HandlePropertyNotify):
14808         * fvwm/builtins.c (CMD_DestroyDecor):
14809         (AddToDecor):
14810         (CMD_StrokeFunc):
14811         * fvwm/functions.h (func_type):
14812         * fvwm/functions.c (old_execute_function):
14813         (execute_function):
14814         (execute_complex_function):
14816         * fvwm/fvwm.h (fvwm_cond_func_rc):
14817         inplemented return codes OK, NO_MATCH and ERROR for conditional commands
14819         * fvwm/ConfigFvwmDefaults:
14820         set some default styles for tear off menu windows
14822         * fvwm/menus.c (menuShortcuts):
14823         ignore actions that would normally close a menu if it's a tear off menu
14824         <Backspace> creates a tear off menu
14825         <Escape> closes a tear off menu
14827         * fvwm/builtins.c (CMD_Delete):
14828         (CMD_Destroy):
14829         (CMD_Close):
14830         * fvwm/menus.c (DestroyMenu):
14831         (make_menu_window):
14832         (MenuInteraction):
14833         * fvwm/menus.h (MenuRootDynamic):
14834         Each menu window is created with a unique display to prevent fvwm from
14835         being killed when a tear off menu is destroyed.  Of course this is
14836         inefficient, but still better than writing a menu module.
14838 2002-02-23  Mikhael Goikhman  <migo@homemail.com>
14840         * configure.in:
14841         autogenerate perllib/FVWM/Module/Makefile
14843 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14845         * fvwm/move_resize.c (moveLoop):
14846         fixed a problem with keyboard movement vs. EdgeResistance
14848 2002-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14850         * fvwm/events.c:
14851         fixed problem with root bindings and xfishtank
14853         * fvwm/windowlist.c (CMD_WindowList):
14854         applied patch by to Darren Marshall to fix placement of window list on
14855         wrong xinerama screen
14857         * libs/Parse.c (GetSuffixedIntegerArguments):
14858         integer arguments that must not have a suffix but have one are ignored
14860         * fvwm/icons.c (DeIconify):
14861         (Iconify):
14862         applied patch by Markus Schwarzenberg to fix a rare problem with the
14863         is_map_pending flag, iconified icons and restart
14865 2002-02-22  Mikhael Goikhman  <migo@homemail.com>
14867         * fvwm/commands.h:
14868         * fvwm/conditional.c (CMD_This):
14869         * fvwm/functions.c:
14870         * fvwm/functions.h:
14871         * fvwm/fvwm2.1:
14872         * NEWS:
14873         added new conditional command This
14875 2002-02-21  Mikhael Goikhman  <migo@homemail.com>
14877         * acconfig.h:
14878         * configure.in:
14879         added fribidi library detection
14881 2002-02-12  olicha  <olivier.chapuis@free.fr>
14883         * libs/Flocale.h (FlocaleFont):
14884         * libs/Flocale.c (get_FlocaleFont):
14885         (get_FlocaleFontSet):
14886         Compute the ascent and descent of the FlocaleFont structure directly
14887         from the XFontSetExtents data in the case of a fontset
14888         Added max_char_width to the FlocaleFont structure
14890         * libs/Makefile.am (libfvwm_a_SOURCES):
14891         * libs/GetFont.c:
14892         Removed libs/GetFont.c
14894         * fvwm/menus.c (FreeMenuStyle):
14895         (UpdateMenuStyle):
14896         (NewMenuStyle):
14897         (CMD_CopyMenuStyle):
14898         * fvwm/menus.h (MenuLook):
14899         Fixed default font handling font by using a new MenuLook flags
14900         USING_DEFAULT_FONT
14902         * fvwm/menus.c (UpdateMenuStyle):
14903         Fixed default font update
14905         * fvwm/fvwm.c (SetRCDefaults):
14906         (InitVariables):
14907         Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
14908         fvwm initialization
14910 2002-02-11  Mikhael Goikhman  <migo@homemail.com>
14912         * configure.in:
14913         added FvwmPerl/* file generation
14915 2002-02-11  olicha  <olivier.chapuis@free.fr>
14917         * INSTALL.fvwm:
14918         * NEWS:
14919         Multibyte news. Document --disable-compound-text and --disable-ewmh.
14921         * libs/Flocale.h:
14922         Added more documentation and change the MB_FALLBACK_FONT to
14923         "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
14924         -*-medium-r-normal-*-16-*" (with XFree) this should gives something
14925         more consistent with the none multibyte case.
14927 2002-02-10  olicha  <olivier.chapuis@free.fr>
14929         * fvwm/ewmh.c (EWMH_RestoreInitialStates):
14930         (EWMH_ExitStuff):
14931         * fvwm/events.c (HandleUnmapNotify):
14932         (HandleReparentNotify):
14933         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14934         (ewmh_WMStateSticky):
14935         (ewmh_WMStateHidden):
14936         Restore various ewmh initial states when a window is  unmapped or
14937         reparented
14939 2002-02-10  Mikhael Goikhman  <migo@homemail.com>
14941         * Makefile.am:
14942         * configure.in:
14943         added support for new perllib directory
14945 2002-02-09  olicha  <olivier.chapuis@free.fr>
14947         * libs/fvwmlib.h:
14948         * libs/Flocale.c:
14949         * libs/Flocale.h:
14950         * acconfig.h:
14951         * configure.in:
14952         Rename I18N_MB to MULTIBYTE
14953         Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
14955         * libs/Flocale.c (*):
14956         * libs/Flocale.h:
14957         New Font and Text API. A cache is used for fonts information. Font
14958         loading is more powerfull as both font or fontset can be loaded.
14959         See Flocale.h for details, more comments will be added soon.
14960         Fortunately, it seems that there are no more memory problems with
14961         --enable-multibyte!
14962         If COMPOUND_TEXT, then non XA_STRING text properties are converted
14963         with XmbTextPropertyToTextList
14965         * fvwm/events.c (HandlePropertyNotify):
14966         * fvwm/misc.c (NewFontAndColor):
14967         * fvwm/icons.h:
14968         * fvwm/misc.h:
14969         * fvwm/menus.c (FreeMenuStyle):
14970         (NewMenuStyle):
14971         (CMD_CopyMenuStyle):
14972         (draw_underline):
14973         (calculate_item_sizes):
14974         (size_menu_horizontally):
14975         (paint_item):
14976         * fvwm/builtins.c (CMD_DefaultFont):
14977         (ApplyDefaultFontAndColors):
14978         * fvwm/add_window.c (destroy_icon_font):
14979         (setup_icon_font):
14980         (destroy_window_font):
14981         (setup_window_font):
14982         (free_window_names):
14983         (setup_window_name):
14984         (setup_icon):
14985         * fvwm/fvwm.h (FvwmWindow):
14986         * fvwm/move_resize.c (DisplayPosition):
14987         (resize_geometry_window):
14988         (DisplaySize):
14989         * fvwm/fvwm.c (InitVariables):
14990         * fvwm/icons.c (DrawIconWindow):
14991         (setup_icon_title_size):
14992         * fvwm/borders.c (RedrawTitle):
14993         (DrawMultiPixmapTitlebar):
14994         * fvwm/screen.h (ScreenInfo):
14995         Use the new Text and Font API
14997 2002-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14999         * fvwm/module_interface.c (PositiveWrite):
15000         fixed core dump when a module died in the select of PositiveWrite()
15002         * fvwm/module_interface.c (initModules):
15003         (ClosePipes):
15004         (do_execute_module):
15005         (KillModule):
15006         (KillModuleByName):
15007         (CMD_SendToModule):
15008         (PositiveWrite):
15009         * fvwm/modconf.c (ModuleConfig):
15010         removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
15012         * fvwm/icons.c (GetXPMFile):
15013         suppress unnecessary error message for xmb icons
15015         * fvwm/misc.c (fvwm_msg):
15016         * fvwm/misc.h (enum):
15017         added new fvwm_msg type "OLD" for deprecated commands
15019 2002-02-07  Mikhael Goikhman  <migo@homemail.com>
15021         * configure.in:
15022         generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
15024         * INSTALL.fvwm:
15025         New section "Bug Reports".
15027 2002-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15029         * fvwm/update.c (apply_window_updates):
15030         fixed propagation of window border and title colours to the modules
15032 2002-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15034         * fvwm/menus.c (do_menu):
15035         fixed leaving tear off menus when something is selected with the mouse
15037 2002-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15039         * fvwm/events.c (HandleEnterNotify):
15040         * fvwm/menus.c:
15041         more work on tear off menus
15043 2002-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15045         * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
15046         * fvwm/menus.c (menu_enter_tear_off_menu):
15047         (find_entry):
15048         (menuShortcuts):
15049         (MenuInteraction):
15050         (pop_menu_up):
15051         properly calculate pointer position in tear off menus
15052         (MenuInteraction):
15053         fixed active wait w/ poopup/popdown delays
15055         * fvwm/windowlist.c (CMD_WindowList):
15056         don't initialise some variables twice
15058 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15060         * fvwm/add_window.c (CaptureOneWindow):
15061         properly recapture tear off menus
15063         (IS_MESSAGE_IN_MASK):
15064         (is_message_selected):
15065         (PositiveWrite):
15066         (PositiveWrite):
15067         * fvwm/schedule.c (deschedule):
15068         (squeue_execute):
15069         * fvwm/events.c (My_XNextEvent):
15070         * libs/queue.h:
15071         * fvwm/module_interface.c (ClosePipes):
15072         (CMD_ModuleSynchronous):
15073         (KillModule):
15074         performance enhancements; made macros out of simple functions
15076         * fvwm/builtins.c (CMD_WindowShade):
15077         don't redraw the decorations if window was not shaded or unshaded
15079         * fvwm/schedule.c (deschedule_obj_func):
15080         (execute_obj_func):
15081         fixed core dump when a scheduled command deschedules itself
15083 2002-01-31  olicha  <olivier.chapuis@free.fr>
15085         * NEWS:
15086         FvwmButtons news
15088 2002-01-31  Mikhael Goikhman  <migo@homemail.com>
15090         * NEWS:
15091         * fvwm/move.c (moveLoop):
15092         while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15094         * fvwm/session.c (get_version_string):
15095         switch from static to date-based version string
15097         * configure.in:
15098         remove --enable-kanji compatibility option
15100         * fvwm/schedule.h:
15101         * libs/queue.h:
15102         fix warnings, gcc compains on having something after #endif
15104 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15106         * fvwm/builtins.c (CMD_Delete):
15107         (CMD_Close):
15108         (CMD_Destroy):
15109         don't crash fvwm when trying to close a tear off menu
15111         * fvwm/decorations.c (is_function_allowed):
15112         * fvwm/menus.c (menu_expose):
15113         (do_menu):
15114         * fvwm/events.c (HandleReparentNotify):
15115         (HandleUnmapNotify):
15116         * fvwm/add_window.c (AddWindow):
15117         (AddWindow):
15118         * fvwm/fvwm.h (struct):
15119         * fvwm/add_window.c (CaptureAllWindows):
15120         (CaptureOneWindow):
15121         * fvwm/events.h (flush_property_notify):
15122         * fvwm/events.c (HandleMapRequestKeepRaised):
15123         started work on tear off menus
15125         * fvwm/fvwm.c (main):
15126         * fvwm/events.c (CMD_Sync):
15127         (CMD_Synchronize):
15128         * fvwm/commands.h (CMD_Synchronize):
15129         * fvwm/functions.h (enum):
15130         * fvwm/functions.c (func_config):
15131         new commands XSync and XSynchronize for debugging
15133         * fvwm/conditional.c (CreateConditionMask):
15134         (MatchesConditionMask):
15135         * fvwm/builtins.c (CMD_State):
15136         * fvwm/fvwm.h (struct):
15137         * fvwm/functions.h:
15138         * fvwm/commands.h:
15139         * fvwm/functions.c (func_config):
15140         new command "State"
15141         new condition "State"
15143         * libs/queue.c:
15144         fixed core dump
15146 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15148         * fvwm/module_interface.c (AddToMessageQueue):
15149         (initModules):
15150         (DeleteMessageQueueBuff):
15151         (FlushMessageQueue):
15152         * fvwm/events.c (My_XNextEvent):
15153         * fvwm/module_interface.c (AddToCommandQueue):
15154         (ExecuteCommandQueue):
15155         use code from queue.c
15157         * fvwm/schedule.c:
15158         * fvwm/queue.c:
15159         * fvwm/queue.h:
15160         * fvwm/events.c (My_XNextEvent):
15161         "Schedule 0" commands are executed before event handling
15162         moved some of the chedule code into a new queue library
15164 2002-01-30  olicha  <olivier.chapuis@free.fr>
15166         * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15168 2002-01-30  olicha  <olivier.chapuis@free.fr>
15170         * libs/Flocale.c:
15171         * libs/Flocale.h:
15172         * libs/Makefile.am:
15173         * fvwm/fvwm.c (main):
15174         New libs files Flocale.c and Flocale.h with a function to set the
15175         locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15176         also a function to get the charset (from ewmh_name.c) and which
15177         setlocale if this has not been done with the above function. This
15178         function is also called at fvwm2 startup
15180         * fvwm/ewmh_names.c (charset_to_utf8):
15181         (utf8_to_charset):
15182         Use the Fcharset variable and remove get_charset
15184         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15185         A minor fix
15187         * libs/GetFont.c (GetFontSetOrFixed):
15188         Free the missing charset list as suggested by Alexander Kotelnikov.
15189         Report problems with missing charset only 5 times. Remove the
15190         STRICTLY_FIXED code
15192 2002-01-30  Mikhael Goikhman  <migo@homemail.com>
15194         * configure.in:
15195         a patch to config.status to generate scripts executable, may be handy;
15196         added generation of utils/fvwm24_convert
15198 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15200         * fvwm/schedule.c:
15201         * fvwm/functions.c (expand_extended_var):
15202         implemented $[schedule.last] and $[schedule.next] variables
15203         implemented new command "Deschedule"
15205         * fvwm/misc.c (get_server_time):
15206         fixed MouseFocus
15208 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15210         * fvwm/misc.c (get_server_time):
15211         * fvwm/events.c (My_XNextEvent):
15212         * fvwm/icccm2.c (SetupICCCM2):
15213         * fvwm/functions.h:
15214         * fvwm/commands.h:
15215         * fvwm/functions.c (func_config):
15216         * fvwm/schedule.c:
15217         implemented new command "Schedule"
15219         * fvwm/builtins.c (CMD_Exec):
15220         applied job control patch by Alexander Kotelnikov using the portable
15221         version of setpgrp()
15223         * libs/setpgrp.c (fvwm_setpgrp):
15224         * libs/setpgrp.h (fvwm_setpgrp):
15225         * libs/Makefile.am:
15226         * configure.in:
15227         added checks for setpgrp and setpgid
15229 2002-01-29  olicha  <olivier.chapuis@free.fr>
15231         * acinclude.m4:
15232         Better test for iconv second argumeny
15234         * configure.in:
15235         Use gnu libiconv in priority against the system iconv
15237 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15239         * fvwm/stack.c (RaiseOrLowerWindow):
15240         (restack_windows):
15241         (collect_transients_recursive):
15242         * fvwm/icons.c (get_visible_icon_window_count):
15243         fixed stack ring corruption with icons that have either no picture or
15244         no title
15246 2002-01-28  olicha  <olivier.chapuis@free.fr>
15248         * fvwm/ewmh_names.c (charset_to_utf8):
15249         (utf8_to_charset):
15250         (EWMH_SetVisibleName):
15251         (get_charset):
15252         Better message errors in get_charset, use UTF-8 in the place of UTF8,
15253         set the ewmh visible (icon) name only if the fvwm visible name is
15254         different from the ICCCM (icon) window name, limit the number of
15255         conversions error messages to 10
15257 2002-01-28  olicha  <olivier.chapuis@free.fr>
15259         * fvwm/functions.c (func_config):
15260         * fvwm/commands.h:
15261         * fvwm/builtins.c (CMD_PropertyChange):
15262         New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15263         messages
15265         * fvwm/module_interface.h:
15266         * fvwm/module_interface.c (BroadcastPropertyChange):
15267         * libs/Module.h (MX_PROPERTY_CHANGE):
15268         New module message MX_PROPERTY_CHANGE for all propose messages.
15270         * fvwm/events.c (HandlePropertyNotify):
15271         * libs/defaults.h:
15272         Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15273         as argument when fvwm2 detects that the root background change
15274         Removed the ROOT_BG_CHANGE_STRING stuff
15276 2002-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15278         * NEWS, configure.in:
15279         changed version to 2.5.1
15281         * fvwm/misc.c (get_pointer_fvwm_window):
15282         * fvwm/commands.h:
15283         * fvwm/functions.c (func_config):
15284         * fvwm/conditional.c (CreateConditionMask):
15285         (MatchesConditionMask):
15286         (CMD_PointerWindow):
15287         (CreateConditionMask):
15288         (CMD_Any):
15289         * fvwm/fvwm.h (WindowConditionMask):
15290         new conditions focused, !focused, haspointer, !haspointer
15291         new command PointerWindow that works like Current but on the window
15292         that currently contains the pointer
15293         new command Any which works like None but inverts the condition
15294         fixed parsing of conditions with more than one comma
15296         * fvwm/module_interface.h:
15297         * fvwm/module_interface.c (do_execute_module):
15298         (initModules):
15299         * libs/Module.h (MAX_XMSG_MASK):
15300         fixed default message mask for modules
15302         * fvwm/update.c (flush_window_updates):
15303         * fvwm/virtual.c (UnmapDesk):
15304         (MapDesk):
15305         (do_move_window_to_desk):
15306         * fvwm/icons.c (DeIconify):
15307         (DeIconify):
15308         * fvwm/events.c (HandlePropertyNotify):
15309         (HandleMapRequestKeepRaised):
15310         (HandleMapNotify):
15311         (HandleButtonPress):
15312         (HandleEnterNotify):
15313         (HandleLeaveNotify):
15314         * fvwm/focus.c (DoSetFocus):
15315         (MoveFocus):
15316         (SetFocusWindow):
15317         (ReturnFocusWindow):
15318         (DeleteFocus):
15319         (ForceDeleteFocus):
15320         (FocusOn):
15321         (restore_focus_after_unmap):
15322         Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15323         suppressing the M_FOCUS_CHANGE message if the focus does not change in
15324         the flush_window_updates() function.
15326 2002-01-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15328         * fvwm/placement.c (PlaceWindow):
15329         minor performance enhancement
15331 2002-01-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15333         * libs/defaults.h:
15334         * fvwm/menus.c (MenuInteraction):
15335         (pointer_in_active_item_area):
15336         (pointer_in_passive_item_area):
15337         new menu style PopupActiveArea
15339 2002-01-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15341         * fvwm/move_resize.c (CMD_ResizeMaximize):
15342         (CMD_ResizeMoveMaximize):
15343         fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15345 2002-01-21  olicha  <olivier.chapuis@free.fr>
15347         * fvwm/fvwm2.1:
15348         s/Penalities/Penalties/g
15350 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15352         * fvwm/events.c (HandleLeaveNotify):
15353         (HandleEnterNotify):
15354         * fvwm/modconf.c (ModuleConfig):
15355         * fvwm/update.c (apply_window_updates):
15356         * fvwm/module_interface.c (BroadcastWindowIconNames):
15357         (CMD_Send_WindowList):
15358         (initModules):
15359         (do_execute_module):
15360         (PositiveWrite):
15361         (CMD_set_nograb_mask):
15362         (CMD_set_sync_mask):
15363         (CMD_set_mask):
15364         (set_mseggage_mask):
15365         (is_message_in_mask):
15366         (is_message_selected):
15367         * libs/Module.h:
15368         rewrote message interface to allow more than 32 messages with minimal
15369         changes in the existing interfaces.
15370         new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15372         * fvwm/style.h:
15373         * fvwm/style.c (parse_and_set_window_style):
15374         * fvwm/fvwm.h (struct):
15375         * fvwm/events.c (HandleButtonPress):
15376         implemented new styles MouseFocusClickIgnoreMotion and
15377         MouseFocusClickIgnoreMotionOff
15379         * fvwm/focus.c (focus_grab_buttons):
15380         fixed button mask for > 5 buttons
15382 2002-01-19  olicha  <olivier.chapuis@free.fr>
15384         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15385         Save and restore the icon_pixmap_w and add comments
15387 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15389         * fvwm/events.c (HandleEnterNotify):
15390         fixed EnterNotify events for icons
15392 2002-01-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15394         * fvwm/*.c:
15395         * fvwm/stack.c (overlap_box):
15396         (overlap):
15397         * fvwm/icons.c (clear_icon):
15398         * fvwm/add_window.c (destroy_icon):
15399         * fvwm/fvwm.h (FvwmWindow):
15400         * fvwm/geometry.c (get_window_borders):
15401         (get_client_geometry):
15402         * libs/fvwmrect.h (struct):
15403         * fvwm/functions.c (expand_extended_var):
15404         implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15405         return the geometry of the client window
15406         implemented new extended variables it.x, it.y, it.width, it.height that
15407         return the geometry of the icon title
15408         implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15409         return the geometry of the icon picture
15410         implemented new extended variables i.x, i.y, i.width, i.height that
15411         return the geometry of the whole icon
15412         fixed $[w.height] when the window is shaded
15413         cleaned up icon geometry code
15415 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15417         * fvwm/commands.h:
15418         * fvwm/functions.c:
15419         * fvwm/functions.h:
15420         * fvwm/move_resize.c (unmaximize_fvwm_window):
15421         (maximize_fvwm_window):
15422         (CMD_Maximize):
15423         (CMD_ResizeMaximize):
15424         (CMD_Resize):
15425         (resize_window):
15426         (CMD_ResizeMove):
15427         (resize_move_window):
15428         (CMD_ResizeMoveMaximize):
15429         New command ResizeMaximize.  Works like Resize, but modifies the
15430         maximized size of the window, not the normal size.
15431         New command ResizeMoveMaximize that works similarly.
15432         (resize_move_window):
15433         fixed ResizeMove command
15435         * fvwm/functions.c (expand):
15436         fixed core dump when using something like $[$v] in a command
15438 2002-01-17  olicha  <olivier.chapuis@free.fr>
15440         * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15441         * fvwm/events.c (HandlePropertyNotify):
15442         * fvwm/fvwm.c (InternUsefulAtoms):
15443         * fvwm/extern.h:
15444         Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15445         that the root background has changed. This uses the _XSETROOT_ID
15446         and XROOTPMAP_ID properties
15448         * fvwm/ewmh.c (atom_get):
15449         Be paranoid
15451 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15453         * fvwm/update.c (flush_window_updates):
15454         fixed unnecessary window style updates
15456         * fvwm/style.c (parse_and_set_window_style):
15457         * fvwm/add_window.c (RestoreWithdrawnLocation):
15458         (AddWindow):
15459         (setup_frame_attributes):
15460         * fvwm/fvwm.h (FvwmWindow):
15461         Fvwm does no longer disable backing store on all of its windows. This
15462         cause too many problems with some applications, e.g. rdist.  Introduced
15463         the new style BackingStoreWindowDefault that tells fvwm not to modify
15464         the backing store attribute on the client window - which now is the
15465         default.
15467 2002-01-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15469         * fvwm/commands.h:
15470         * fvwm/functions.c (func_config):
15471         * libs/Module.c (SetMessageMask2):
15472         (SetNoGrabMask2):
15473         * libs/Module.h:
15475         * configure.in:
15476         fixed building with libstroke-0.5.1 on Solaris8
15478         * fvwm/stack.c (new_layer):
15479         * fvwm/borders.c (DrawButton):
15480         (RedrawButtons):
15481         (RedrawTitle):
15482         * fvwm/builtins.c (SetLayerButtonFlag):
15483         (do_button_style):
15484         * fvwm/screen.h (struct):
15485         Applied the layer button patch by Richard Curnow with a few
15486         modifications
15488         * fvwm/icons.c (GetIconBitmap):
15489         (GetIconWindow):
15490         Ignore client icons that have the wrong depth
15492         * fvwm/events.c (HandleEnterNotify):
15493         Tried to fix focusing problem w/ unclutter.
15495 2002-01-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15497         * fvwm/functions.c (CheckActionType):
15498         remove debug code
15500         * fvwm/menus.c (paint_item):
15501         * fvwm/misc.c (is_function_allowed):
15502         * fvwm/move_resize.c (is_move_allowed):
15503         (is_resize_allowed):
15504         (is_maximize_allowed):
15505         * fvwm/decorations.c (check_if_function_allowed):
15506         combined all these functions into a new one
15507         use this function everywhere
15508         use the Fixed... styles to decide if a menu item is greyed or not
15510 2002-01-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15512         * fvwm/events.c (HandleExpose):
15513         eat up expose events even if the server claims that the expose count is
15514         zero; fixes a problem with many redraws of windows that are uncovered
15515         by shading a window above them
15517 2002-01-10  olicha  <olivier.chapuis@free.fr>
15519         * fvwm/focus.c (DoSetFocus):
15520         * fvwm/move_resize.c (CMD_Maximize):
15521         (CMD_Maximize):
15522         (handle_stick):
15523         (CMD_ResizeMove):
15524         (CMD_Resize):
15525         * fvwm/icons.c (DeIconify):
15526         (DeIconify):
15527         (Iconify):
15528         * fvwm/gnome.c (GNOME_HandlePropRequest):
15529         * fvwm/ewmh_names.c (EWMH_WMName):
15530         * fvwm/events.c (HandleFocusIn):
15531         (HandlePropertyNotify):
15532         (HandleMapNotify):
15533         (HandleButtonPress):
15534         (HandleLeaveNotify):
15535         (HandleExpose):
15536         * fvwm/builtins.c (CMD_UpdateDecor):
15537         (CMD_WindowShade):
15538         * fvwm/borders.c (draw_clipped_decorations):
15539         (DrawDecorations):
15540         (RedrawDecorations):
15541         * fvwm/borders.h:
15542         Added a new argument to DrawDecoration similar to draw_window_parts,
15543         which indicate which part of the decor should be cleared. At present
15544         time only CLEAR_FRAME is taken in account and this is used in
15545         ShadeWindow to draw the decoration without flickering. This argument
15546         may be used in the future to reduce opaque resizing flickering
15548         * fvwm/builtins.c (CMD_WindowShade):
15549         Draw the decoration during unshading a window
15551         * fvwm/menus.c (ParentalMenuRePaint):
15552         Fixed transparent animated menu again
15554         * NEWS:
15555         Some update
15557 2002-01-09  olicha  <olivier.chapuis@free.fr>
15559         * fvwm/style.c (CMD_Style):
15560         free all the elements of the ptmpstyle before freeing it
15562         * fvwm/menus.c (ParentalMenuRePaint):
15563         Fixed transparent animated menu with HilightBackOff
15565 2002-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15567         * fvwm/style.c (merge_styles):
15568         fixed core dump w/ multiple use of the UseStyle style and HilightBack
15569         in the copied style
15571 2002-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15573         * fvwm/modconf.c (send_ignore_modifiers):
15574         (send_move_threshold):
15575         (send_click_time):
15576         (send_colorsets):
15577         (send_color_limit):
15578         (send_image_path):
15579         (send_desktop_geometry):
15580         (CMD_Send_ConfigInfo):
15581         moved code into new functions
15583         * libs/defaults.h (DEFAULT_MODS_UNUSED):
15584         moved to defaults.h
15586         * fvwm/bindings.c (CMD_IgnoreModifiers):
15587         * fvwm/module_interface.c (broadcast_xinerama_state):
15588         * fvwm/modconf.c (send_ignore_modifiers):
15589         broadcast IgnoreModifiers to modules
15591         * fvwm/bindings.c (CMD_IgnoreModifiers):
15592         fixed IgnoreModifiers command without arguments
15593         * fvwm/fvwm2.1:
15594         corrected documentation of IgnoreModifiers command
15596 2002-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15598         * fvwm/add_window.c:
15599         * fvwm/cursor.c:
15600         * fvwm/virtual.c:
15601         * fvwm/builtins.c:
15602         * fvwm/bindings.c:
15603         * fvwm/move_resize.c:
15604         * fvwm/events.c:
15605         * fvwm/stack.c:
15606         * fvwm/module_interface.c:
15607         * fvwm/focus.c:
15608         * fvwm/placement.c:
15609         * fvwm/menus.c:
15610         * fvwm/icons.c:
15611         * fvwm/fvwm.h (FvwmWindow):
15612         remnamed icon_w member to icon_title_w
15614 2002-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15616         * fvwm/icons.c (RedoIconName):
15617         fixed sizing of icon title for icons without a pixmap
15618         (RedoIconName):
15619         (CreateIconWindow):
15620         (Iconify):
15621         (CreateIconWindow):
15622         rewrote icon title layout and moved the constants to defaults.h
15624         * fvwm/menus.c (menuShortcuts):
15625         (handle_emacs_bindings):
15626         implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15628 2002-01-04  Dan Espen  <dane@mk.telcordia.com>
15630         * fvwm/fvwm2.1: Language checks done.
15631         .IR command not in column 1 fixed.
15633 2002-01-04  olicha  <olivier.chapuis@free.fr>
15635         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15636         (AnimatedMoveOfWindow):
15637         (AnimatedMoveFvwmWindow):
15638         (move_window_doit):
15639         * fvwm/menus.c (ParentalMenuRePaint):
15640         (animated_move_back):
15641         (pop_menu_up):
15642         Fixed transparent animated menu
15644 2002-01-03  olicha  <olivier.chapuis@free.fr>
15646         * fvwm/move_resize.c (is_resize_allowed):
15647         (is_move_allowed):
15648         Do not check if moveing/resizeing is MWM allowed for a no user request
15649         This fix for example FvwmWinList with MwmFunctions & NoOverride
15651         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15652         * fvwm/move_resize.c (is_move_allowed):
15653         Allowed moving if tmp_win is null and check if move is allowed and
15654         not resize in AnimatedMoveAnyWindow. This fix animated menu
15656         * fvwm/ewmh.c (ewmh_AllowsMaximize):
15657         (ewmh_AllowsMove):
15658         (ewmh_AllowsResize):
15659         Check as a user request
15661         * fvwm/fvwm2.1:
15662         * fvwm/move_resize.c (CMD_Maximize):
15663         (MaximizeWidth):
15664         (MaximizeHeight):
15665         New global flags "layer" and "ewmiwa". layer causes the grow* methods
15666         to ignore the windows with a layer less or equal to the layer of
15667         the maximized window. ewmhiwa causes to ignore the ewmh working area.
15668         Reorder a bit the Maximize documentation
15670         * fvwm/fvwm2.1:
15671         * fvwm/functions.c (expand_extended_var):
15672         New variables $[desk.name<n>] to get the desktop names
15674 2002-01-01  Dan Espen  <dane@mk.telcordia.com>
15676         * fvwm/read.c (CMD_Read): Correct message on missing file when using
15677         Read with full path.
15679 2002-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15681         * libs/defaults.h:
15682         * fvwm/misc.c (GrabEm):
15683         reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15685         * fvwm/events.c (HandleUnmapNotify):
15686         (HandleMapRequestKeepRaised):
15687         (check_map_request):
15688         fixed unmanaged window when window was mapped/unmapped/mapped too fast
15690         * fvwm/add_window.c (FetchWmProtocols):
15691         (setup_wm_hints):
15692         * fvwm/fvwm.h (FvwmWindow):
15693         * fvwm/events.c (HandleEnterNotify):
15694         (HandlePropertyNotify):
15695         * fvwm/focus.c (refresh_focus):
15696         (set_focus_model):
15697         fixed focus problems with netscape and ddd
15699 2001-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15701         * libs/Target.c (fvwmlib_keyboard_shortcuts):
15702         * libs/Pointer.c (GetLocationFromEventOrQuery):
15703         * fvwm/virtual.c (HandlePaging):
15704         * fvwm/move_resize.c (GetOnePositionArgument):
15705         (InteractiveMove):
15706         (AnimatedMoveAnyWindow):
15707         (moveLoop):
15708         (CMD_Resize):
15709         * fvwm/module_interface.c (ExecuteModuleCommand):
15710         * fvwm/menus.c (do_menu):
15711         (menuShortcuts):
15712         (MenuInteraction):
15713         (get_menu_options):
15714         * fvwm/functions.c (execute_complex_function):
15715         * fvwm/events.c (HandleClientMessage):
15716         (WaitForButtonsUp):
15717         * fvwm/conditional.c (CMD_Direction):
15718         * fvwm/builtins.c (CMD_CursorMove):
15719         (CMD_FakeClick):
15720         (CMD_StrokeFunc):
15721         handle return code of XQueryPointer everywhere; necessary for dual head
15723         * fvwm/misc.c (GrabEm):
15724         Pointer was warped to other screen with a dual head setup
15726 2001-12-31  olicha  <olivier.chapuis@free.fr>
15728         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15729         Removed some code which try to raise ewmh modal window over
15730         its transientfor window; this seems not possible without a new style
15731         or a bad hack in stack.c
15733 2001-12-30  Dan Espen  <dane@mk.telcordia.com>
15735         * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15736         fallback to fixed font so it shows the right font for I18N.
15738 2001-12-30  olicha  <olivier.chapuis@free.fr>
15740         * fvwm/window_flags.h:
15741         * fvwm/session.c (MatchWinToSM):
15742         (LoadWindowStates):
15743         (SaveWindowStates):
15744         (get_version_string):
15745         * fvwm/move_resize.c (CMD_Maximize):
15746         (handle_stick):
15747         * fvwm/icons.c (CMD_Iconify):
15748         * fvwm/ewmh.c (EWMH_SetWMState):
15749         (EWMH_WindowInit):
15750         (EWMH_ExitStuff):
15751         (EWMH_SetAllowedActions):
15752         (EWMH_WindowInit):
15753         * fvwm/ewmh.h:
15754         * fvwm/ewmh_intern.h:
15755         * fvwm/ewmh_events.c (ewmh_WMState*):
15756         * fvwm/builtins.c (CMD_WindowShade):
15757         * fvwm/stack.c (new_layer):
15758         * fvwm/update.c (apply_window_updates):
15759         * fvwm/update.h (struct):
15760         * fvwm/add_window.c (setup_window_structure):
15761         (setup_window_name):
15762         (setup_icon):
15763         * fvwm/style.c (check_window_style_change):
15764         The skip list and modal ewmh window states are now updated after
15765         an use/ignore ewmh state style changes. The other ewmh states are
15766         starting state only. All the initial ewmh states are keep in memory
15767         for FvwmIdent.
15769         * fvwm/ewmh.c (EWMH_Handle*):
15770         * fvwm/fvwm.h:
15771         Set the ewmh_window_type to an int (and not the corresponding atom)
15772         accordingly to the window type
15774         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15775         ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15776         style
15778         * fvwm/ewmh.c (EWMH_GetStyle):
15779         * fvwm/ewmh_events.c (ewmh_WMDesktop):
15780         Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15781         hints
15783         * libs/vpacket.h (ConfigWinPacket):
15784         * fvwm/module_interface.c (CONFIGARGSNEW):
15785         (OLDCONFIGARGS):
15786         (CONFIGARGS):
15787         Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15788         cfgpacket for FvwmIdent
15790 2001-12-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15792         * fvwm/move_resize.c (resize_geometry_window):
15793         fixed wrong size calculation of geometry window
15795 2001-12-19  olicha  <olivier.chapuis@free.fr>
15797         * fvwm/ewmh_names.c (convert_charsets):
15798         More precise error messages
15800         * fvwm/fvwm2.1:
15801         A few formatting fixes
15803 2001-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15805         * fvwm/gnome.c (GNOME_SetHints):
15806         fixed window getting frozen into position upon a recapture or restart
15808 2001-12-17  Dan Espen  <dane@mk.telcordia.com>
15810         * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
15812 2001-12-17  olicha  <olivier.chapuis@free.fr>
15814         * fvwm/fvwm2.1:
15815         Tried to clarify the EWMHIconicStateWorkaround BugOpts
15817         * fvwm/ewmh.c (delete_kst_item):
15818         (set_kde_sys_tray):
15819         (EWMH_IsKdeSysTrayWindow):
15820         (EWMH_ManageKdeSysTray):
15821         * fvwm/events.c (HandleReparentNotify):
15822         Fixed reparenting management of kde system tray windows and
15823         added some off debugging code
15825         * fvwm/virtual.c (CMD_DesktopName):
15826         Removed some debugging code
15828 2001-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15830         * fvwm/fvwm.h (struct):
15831         * fvwm/window_flags.h (IS_FIXED_PPOS):
15832         * fvwm/style.h (SCSET_IS_FIXED_PPOS):
15833         * fvwm/style.c (parse_and_set_window_style):
15834         (check_window_style_change):
15835         implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
15836         FixedUSSize, FixedPSize and Variable PPosition, ...
15838         * fvwm/events.c (HandleConfigureRequest):
15839         * fvwm/ewmh.c (ewmh_AllowsResize):
15840         (is_resize_allowed):
15841         (ewmh_AllowsMove):
15842         (ewmh_AllowsMove):
15843         * fvwm/gnome.c (GNOME_SetHints):
15844         (AnimatedMoveAnyWindow):
15845         (CMD_ResizeMove):
15846         use new functions
15847         * fvwm/move_resize.c (is_move_allowed):
15848         (is_resize_allowed):
15849         (is_maximize_allowed):
15850         new functions to clean up some code
15852 2001-12-15  Dan Espen  <dane@mk.telcordia.com>
15854         * fvwm/fvwm2.1: Doc fixups.
15856 2001-12-15  olicha  <olivier.chapuis@free.fr>
15858         * fvwm/builtins (CMD_BugOpts):
15859         * fvwm/ewmh.c:
15860         * fvwm/ewmh_conf.c (EWMH_BugOpts):
15861         * fvwm/ewmh_events.c (ewmh_StateHidden):
15862         * fvwm/fvwm.c (InitVariables):
15863         * fvwm/fvwm2.1:
15864         * fvwm/icons.c (CMD_Iconify):
15865         * fvwm/screen.h:
15866         * fvwm/virtual.c (unmap_window):
15867         (map_window):
15868         Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
15869         to fix the IconicState problems in vitrual.c. New BugOpts
15870         EWMHIconicStateWorkaround for supporting current KDE versions
15872         * fvwm/events.c (HandlePropertyNotify):
15873         * fvwm/ewmh.c (ewmh_AllowsYes):
15874         * fvwm/ewmh.h:
15875         (ewmh_AllowsClose):
15876         (ewmh_AllowsMaximize):
15877         (ewmh_AllowsMove):
15878         (ewmh_AllowsResize):
15879         (EWMH_SetAllowedActions):
15880         (EWMH_WindowInit):
15881         * fvwm/style.c (check_window_style_change):
15882         * fvwm/update.c (apply_window_updates):
15883         * fvwm/update.h:
15884         Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
15886 2001-12-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15888         * fvwm/borders.c (RedrawTitle):
15889         * libs/defaults.h (WINDOW_TITLE_OFFSET):
15890         fixed 'stick' lines with long titles
15892 2001-12-11  olicha  <olivier.chapuis@free.fr>
15894         * NEWS:
15895         * fvwm/commands.h:
15896         * fvwm/ewmh.c (ewmh_SetWorkArea):
15897         * fvwm/ewmh.h:
15898         (ewmh_ComputeAndSetWorkArea):
15899         (ewmh_HandleDynamicWorkArea):
15900         (EWMH_GetWorkAreaIntersection):
15901         (EWMH_GetStrutIntersection):
15902         (get_intersection):
15903         * fvwm/ewmh_name.c (EWMH_SetDeskNames):
15904         * fvwm/function.c:
15905         * fvwm/function.h:
15906         * fvwm/fvwm.c (InitVariables):
15907         * fvwm/fvwm2.1:
15908         * fvwm/modconf.c (send_desktop_names):
15909         (CMD_Send_ConfigInfo):
15910         * fvwm/placement.c (get_next_x):
15911         (get_next_y):
15912         * fvwm/screen.h:
15913         * fvwm/virtual.c (CMD_DesktopName):
15914         * fvwm/virtual.h:
15915         (GetDesktopName):
15916         New command "DesktopName desk name" to define desktops names for
15917         the FvwmPager, the WindowList and ewmh compliant pagers.
15918         Desktops information (desk, desk name, working areas) is stored in a
15919         new list sub structure of Scr, DesktopsInfo. The head of the list
15920         contains generic information for desks that are not in the list.
15922         * fvwm/windowlist.c (get_desk_title):
15923         (CMD_WindowList):
15924         * fvwm/fvwm2.1:
15925         * NEWS:
15926         New window list options NoDeskNum, NoCurrentDeskTitle,
15927         TitleForAllDesks, NoNumInDeskTitle. Document these options and also
15928         the NoGeometry and NoGeometryInfo options.
15930         * fvwm/ewmh.c:
15931         * fvwm/ewmh_names.c:
15932         * fvwm/ewmh_icons.c:
15933         Added some static declarations
15935         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15936         It seems that UTF8 names should not be terminated by a 0
15938         * fvwm/ewmh.c (EWMH_SetClientListStacking):
15939         Set the stacking list in the good orders
15941 2001-12-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15943         * vms/config.h:
15944         * fvwm/functions.c:
15945         * fvwm/commands.h:
15946         * fvwm/builtins.c:
15947         * fvwm/borders.c:
15948         removed all MULTISTYLE ifdefs
15950         * fvwm/borders.c (RedrawTitle):
15951         fixed title drawing into relief
15953 2001-12-08  olicha  <olivier.chapuis@free.fr>
15955         * fvwm/style.c:
15956         * fvwm/style.h:
15957         * fvwm/fvwm.h:
15958         * fvwm/update.c:
15959         * fvwm/update.h:
15960         * fvwm/window_flags.h:
15961         * fvwm/fvwm2.1:
15962         s/extended_window_name/indexed_window_name/i
15963         s/extended_icon_name/indexed_icon_name/i
15964         s/do_update_window_name/do_update_visible_window_name/
15965         s/do_update_icon_name/do_update_visible_icon_name/
15967         * fvwm/style.c (CMD_Style):
15968         * fvwm/style.h:
15969         (parse_and_set_window_style):
15970         Split CMD_Style into CMD_Style and parse_and_set_window_style
15972 2001-12-06  olicha  <olivier.chapuis@free.fr>
15974         * fvwm/add_window.c (setup_window_name_count):
15975         (setup_icon_name_count):
15976         Better determination of the window and icon names index
15978         * fvwm/add_window.c (AddWindow):
15979         (setup_icon):
15980         * fvwm/events.c (HandlePropertyNotify):
15981         * fvwm/ewmh_names.c (EWMH_WMName):
15982         (EWMH_WMIconName):
15983         * fvwm/module_interface.c (BroadcastWindowIconNames):
15984         * fvwm/module_interface.h:
15985         (CMD_Send_WindowList):
15986         (CMD_set_mask):
15987         (CMD_set_sync_mask):
15988         (CMD_set_nograb_mask):
15989         * fvwm/update.c (apply_window_updates):
15990         * libs/Module.h:
15991         New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
15992         which are send to modules with BroadcastWindowIconNames.
15993         The set mask cmds use unsigned long mask and not int mask!
15995 2001-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15997         * fvwm/ewmh.h:
15998         * fvwm/ewmh.c:
15999         EWMH without iconv compile fix by Hippo
16001 2001-12-05  olicha  <olivier.chapuis@free.fr>
16003         * fvwm/add_window.c:
16004         * fvwm/ewmh.c (*):
16005         * fvwm/ewmh.h:
16006         * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
16007         * fvwm/ewmh_events.c:
16008         * fvwm/fvwm.h:
16009         * fvwm/fvwm2.1:
16010         * fvwm/move_resize.c (CMD_Maximize):
16011         * fvwm/placement.c (test_fit):
16012         (PlaceWindow):
16013         * fvwm/session.c (SaveWindowStates):
16014         * fvwm/style.c (merge_styles):
16015         * fvwm/style.h:
16016         (check_window_style_change):
16017         * fvwm/update.c (apply_window_updates):
16018         * fvwm/update.h:
16019         * fvwm/window_flags.h:
16020         New ewmh styles:
16021         EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
16022         EWMHMaximizeUseDynamicWorkingArea,
16023         EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
16024         EWMHPlacementUseDynamicWorkingArea,
16025         EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
16026         EWMHIgnoreStateHints / EWMHUseStateHints,
16027         EWMHIgnoreStrutHints / EWMHUseStrutHints
16029         * fvwm/ConfigFvwmDefaults:
16030         Use EWMHPlacementUseDynamicWorkingArea,
16031         EWMHMaximizeUseDynamicWorkingArea as default placement styles
16033         * NEWS:
16034         * fvwm/add_window.c (setup_placement_penalty):
16035         * fvwm/add_window.h:
16036         (setup_placement_penalty):
16037         (AddWindow):
16038         * fvwm/fvwm.h:
16039         * fvwm/placement.c (get_next_x):
16040         * fvwm/placement.h:
16041         (get_next_y):
16042         (test_fit):
16043         * fvwm/style.c (CMD_Style):
16044         * fvwm/style.h:
16045         (check_window_style_change):
16046         * fvwm/update.c (apply_window_updates):
16047         * fvwm/update.h:
16048         * fvwm/window_flags.h:
16049         * libs/default.h:
16050         New styles PlacementOverlapPenalties and
16051         PlacementOverlapPercentPenalties
16053         * NEWS:
16054         * fvwm/add_window.c (setup_window_name_count):
16055         * fvwm/add_window.h:
16056         (setup_icon_name_count):
16057         (setup_visible_name):
16058         (setup_window_name):
16059         (free_window_names):
16060         (setup_icon):
16061         * fvwm/borders.c (DrawMultiPixmapTitlebar):
16062         (RedrawTitle):
16063         * fvwm/events.c (HandlePropertyNotify):
16064         * fvwm/ewmh_names.c (EWMH_*):
16065         * fvwm/fvwm.h:
16066         * fvwm/icons.c (CreateIconWindow):
16067         (DrawIconWindow):
16068         (RedoIconName):
16069         (AutoPlaceIcon):
16070         (Iconify):
16071         * fvwm/session.c (MatchWinToSM):
16072         * fvwm/style.c (CMD_Style):
16073         * fvwm/style.h:
16074         (check_window_style_change):
16075         * fvwm/update.c (apply_window_updates):
16076         * fvwm/update.h:
16077         * fvwm/window_flags.h:
16078         New styles ExtendedWindowName / SimpleWindowName and
16079         ExtendedIconName / SimpleIconName. TODO: the modules implementation
16081         * fvwm/builtins.c (ReadMultiPixmapDecor):
16082         A -Wall fix
16084         * configure.in:
16085         Fixed gcc test
16087         * session.c (get_version_string):
16088         now is 2.5-3
16090         * fvwm/stack.c (new_layer):
16091         (CMD_Layer):
16092         Fixed ewmh wm state
16094         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16095         Fixed creation of the ewmh icon in the case of the window is iconified
16097 2001-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16099         * fvwm/placement.c (PlaceWindow):
16100         fixed manual placement on Xinerama screens other than the one with the
16101         top left corner of the total screen
16103 2001-11-27  olicha  <olivier.chapuis@free.fr>
16105         * configure.in:
16106         * acinclude.m4:
16107         * acconfig.h:
16108         * fvwm/ewmh_name.c
16109         Check for the second argument of iconv
16111         * configure.in:
16112         Added -Wall to CFLAGS if cc is gcc
16114 2001-11-26  Mikhael Goikhman  <migo@homemail.com>
16116         * configure.in:
16117         * acconfig.h:
16118         s/extanded/extended/
16120 2001-11-26  olicha  <olivier.chapuis@free.fr>
16122         * fvwm/Makefile.am:
16123         Fixed (?) iconv_LIBS
16125 2001-11-26  olicha  <olivier.chapuis@free.fr>
16127         * fvwm/functions.c (expand):
16128         Fixed n, c, r expansion
16130 2001-11-25  Dan Espen  <dane@mk.telcordia.com>
16132         * fvwm/fvwm2.1: Clean up ewmh stuff.
16134 2001-11-24  olicha  <olivier.chapuis@free.fr>
16136         * fvwm/ewmh_internal.h:
16137         * fvwM/ewmh.c:
16138         Removed a non standard macro
16140 2001-11-24  olicha  <olivier.chapuis@free.fr>
16142         * fvwm/fvwm2.1:
16143         Documented the previous ewmh style in a new Style subsection
16145         * fvwm/functions.c (expand):
16146         Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16148 2001-11-24  olicha  <olivier.chapuis@free.fr>
16150         * fvwm/add_window (setup_icon):
16151         (setup_window_structure):
16152         * fvwm/events.c (HandlePropertyNotify):
16153         * fvwm/ewmh.h:
16154         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16155         * fvwm/ewmh_icons.c (ewmh_WMIcon):
16156         (EWMH_DoUpdateWmIcon):
16157         (ewmh_SetWmIconFromPixmap):
16158         (EWMH_DeleteWmIcon):
16159         (EWMH_SetIconFromWMIcon):
16160         * fvwm/ewmh_intern.h:
16161         * fvwm/fvwm.h:
16162         * fvwm/icons.c (GetIcon):
16163         * fvwm/session.c (get_version_string):
16164         * fvwm/style.c (CMD_Style):
16165         * fvwm/style.h:
16166         (check_window_style_change)
16167         * fvwm/update.c (apply_window_updates):
16168         * fvwm/update.h:
16169         * fvwm/window_flags.h:
16170         New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16171         EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16172         EWMHDonateIcon / EWMHDontDonateIcon,
16173         Some ewmh icon code simplification.
16174         Ewmh icons priority: just after icon window.
16176         * fvwm/ewmh.c (EWMH_ExitStuff):
16177         * fvwm/ewmh.h:
16178         * fvwm/session.c (SaveWindowStates):
16179         (LoadWindowStates):
16180         (MatchWinToSM):
16181         * fvwm/fvwm.c (Done):
16182         Delete the ewmh icons we set ourself. Some ewmh session states do not
16183         need to be saved/restored anymore
16185 2001-11-23  olicha  <olivier.chapuis@free.fr>
16187         * fvwm/ewmh_names.c (convert_charsets):
16188         Fixed infinite loop
16190 2001-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16192         * fvwm/ewmh_names.c (convert_charsets):
16193         -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16194         man page states on Linux
16195         replaced goto with a loop
16197 2001-11-22  olicha  <olivier.chapuis@free.fr>
16199         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16200         a -Wall fix
16202         * fvwm/ewmh_events.c:
16203         Fixed some styles update
16205         * fvwm/ewmh_conf.c:
16206         * fvwm/function.c (func_config):
16207         * fvwm/function.h:
16208         * fvwm/ewmh.c:
16209         * fvwm/ewmh.h:
16210         * fvwm/ewmh_events.c:
16211         * fvwm/ewmh_intern.h:
16212         * fvwm/Makefile.am:
16213         * fvwm/fvwm2.1:
16214         New file for ewmh styles and commands. New commands EWMHBaseStrut and
16215         EWMHNumberOfDesktops. More documentation in ewmh man page section.
16217         * fvwm/add_window.c:
16218         * fvwm/bindings.c:
16219         * fvwm/events.c:
16220         * fvwm/functions.c:
16221         * fvwm/ewmh.c (EWMH_Init):
16222         * fvwm/fvwm.h:
16223         * fvwm/fvwm.c (InitVariables):
16224         * fvwm/placement.c
16225         * fvwm/sceen.h:
16226         * fvwm/session.c:
16227         * fvwm/styles.c:
16228         * fvwm/update.c:
16229         * fvwm/update.h:
16230         * fvwm/window_flags.c:
16231         * libs/Bindings.c:
16232         * libs/Picture.c:
16233         * libs/Picture.h:
16234         * libs/fvwmlib.h:
16235         * configure.in:
16236         * acconfig.h:
16237         Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16238         are maybe problematic) and those in the ewmh* files to allow
16239         to disbale the ewmh code: with --disable-ewmh all the ewmh code
16240         should be dummy. --enable-ewmh is now the default.
16242 2001-11-20  olicha  <olivier.chapuis@free.fr>
16244         * fvwm/icons.c (GetIcon):
16245         * fvwm/add_window.c (setup_icon):
16246         Fixed icons order choice and other minor bugs
16248         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16249         Fixed a core dump if there is no MiniIcon
16251 2001-11-18  olicha  <olivier.chapuis@free.fr>
16253         * fvwm/ewmh.c (add_kst_item):
16254         * fvwm/ewmh.h:
16255         (ewmh_AddToKdeSysTray):
16256         (EWMH_IsKdeSysTrayWindow):
16257         (EWMH_ManageKdeSysTray):
16258         (EWMH_WindowInit):
16259         fvwm/ewmh_intern.h:
16260         * fvwm/events.c (HandleDestroyNotify):
16261         (HandleMapRequest):
16262         (HandleUnmapNotify):
16263         Fixed the KDE system tray implementation
16265 2001-11-16  olicha  <olivier.chapuis@free.fr>
16267         * fvwm/ewmh.h:
16268         * fvwm/ewmh.c:
16269         fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16271 2001-11-15  olicha  <olivier.chapuis@free.fr>
16273         * fvwm/ewmh.c (EWMH_DestroyWindow):
16274         * fvwm/ewmh.h:
16275         (EWMH_WindowDestroyed):
16276         * fvwm/events.c (HandleReparentNotify):
16277         (HandleDestroyNotify):
16278         (HandleUnmapNotify):
16279         * fvwm/add_window.c (destroy_window):
16280         Fixed the ewmh windows lists
16282 2001-11-15  olicha  <olivier.chapuis@free.fr>
16284         * fvwm/Makefile.am:
16285         * fvwm/ewmh.c:
16286         * fvwm/ewmh.h:
16287         * fvwm/ewmh_intern.h:
16288         * fvwm/ewmh_events.c:
16289         * fvwm/ewmh_icons.c:
16290         * fvwm/ewmh_names.c:
16291         * fvwm/fvwm2.1:
16292         * NEWS:
16293         New files to achieve the extended WM hints support, off by
16294         default. This code is ifdefed a la gnome.c.
16295         This is work in progess (need to do so that every things are
16296         configurable).
16298         * configure.in:
16299         * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16300         New configure option --enable-ewmh. Added tests for iconv and
16301         nl_langinfo for UTF8 conversions.
16303         * fvwm/add_window.c (AddWindow):
16304         (CaptureOneWindow):
16305         (destroy_window):
16306         (setup_window_name):
16307         (setup_icon):
16308         EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16309         EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16310         SET_HAS_EWMH_ICON, EWMH_WMIconName
16312         * fvwm/add_window.c (setup_window_structure):
16313         * fvwm/fvwm.h (FvwmWindow):
16314         (window_flags):
16315         * fvwm/window_flags.h:
16316         * fvwm/session.c (get_version_string):
16317         (SaveWindowStates):
16318         (LoadWindowStates):
16319         Added some entries in FvwmWindow and some flags (more will be
16320         added). Some of these states need to be saved at restart and
16321         at recapture. This code is ifdefed, may be it should not: I was
16322         forced to ifdef the version string in get_version_string.
16324         * libs/Bindings.c (win_contexts):
16325         * libs/fvwmlib.h:
16326         * fvwm/events.c (GetContext):
16327         * fvwm/bindings.c (ParseBinding):
16328         (activate_binding):
16329         * fvwm/functions.c (expand_extended_var):
16330         (expand):
16331         (execute_function):
16332         (DeferExecution):
16333         * fvwm/screen.h (Scr):
16334         new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16335         (kdesktop or Nautilus desktop). This context is something between
16336         C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16338         * fvwm/bindings.c (activate_binding):
16339         Fixed immediate application of mouse/stroke bindings
16341         * fvwm/borders.h
16342         * fvwm/borders.c (RedrawDecorations):
16343         * fvwm/update.c (apply_window_updates):
16344         New function  RedrawDecorations taken from apply_window_updates
16345         and called in ewmh_icons.c and update.c
16347         * fvwm/bultins.c (CMD_WindowShade):
16348         EWMH_SetWMState
16350         * fvwm/events.c (HandleFocusIn):
16351         (HandlePropertyNotify):
16352         (HandleClientMessage):
16353         (HandleMapRequestKeepRaised):
16354         (HandleUnmapNotify):
16355         EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16356         icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16357         EWMH_SetClientList
16359         * fvwm/icons.c (GetIcon):
16360         * fvwm/icons.h:
16361         (CreateIconWindow):
16362         (ChangeIconPixmap):
16363         * fvwm/events.c (HandlePropertyNotify):
16364         New function GetIcon taken from CreateIconWindow which choose
16365         the icon, there is a new case for EWMH icons. New function
16366         ChangeIconPixmap taken from events.c.
16367         The two new functions are called from ewmh_icon.c (and icons.c).
16369         * fvwm/move_resize.c (handle_stick):
16370         (CMD_Maximize):
16371         (handle_stick):
16372         EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16374         * libs/Picture.h:
16375         * libs/Picture.c (LoadPictureFromPixmap):
16376         (CachePictureFromPixmap):
16377         New functions for loading a picture from a pixmap. Nothing is cached
16378         but this simplify the MiniIcon code.
16380         * fvwm/placement.c (PlaceWindow):
16381         EWMH_GetWorkAreaIntersection
16383         * fvwm/screen.h (Scr):
16384         Added the working area, the dynamic working area and the ewmh
16385         Desktop window.
16387         * fvwm/stack.c (restack_windows):
16388         (CMD_Layer):
16389         EWMH_SetClientListStacking, EWMH_SetWMState
16391         * fvwm/style.c (check_window_style_change):
16392         * fvwm/update.c (apply_window_updates):
16393         * fvwm/update.h:
16394         Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16395         This code is ifdefed.
16397         * fvwm/style.c (lookup_style):
16398         EWMH_GetStyle
16400         * fvwm/virctual.c (goto_desk):
16401         (CMD_GotoDeskAndPage):
16402         (do_move_window_to_desk):
16403         EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16405 2001-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16407         * fvwm/update.c (apply_window_updates):
16408         * fvwm/gnome.c (GNOME_GetStyle):
16409         * fvwm/style.c (lookup_style):
16410         (check_window_style_change):
16411         * fvwm/add_window.c (setup_style_and_decor):
16412         fixed GnomeIgnoreHints style for some of the gnome hints
16414         * fvwm/fvwm.c (StartupStuff):
16415         Tried to fix font size problem
16417         * fvwm/placement.c (PlaceWindow):
16418         suppress an X error
16420         * fvwm/move_resize.c (moveLoop):
16421         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16422         * fvwm/misc.c (Keyboard_shortcuts):
16423         modified keyboard shortcut functions so that it is possible to move
16424         windows with the keyboard even if the border is hit.  does not work
16425         very nicely with paging
16427         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16428         performance enhancement
16430         * fvwm/events.c (HandleButtonPress):
16431         fixed (?) some problem with passing the raise click in ctf to the app
16433         * fvwm/add_window.c (Reborder):
16434         * fvwm/virtual.c (MoveViewport):
16435         (MapDesk):
16436         (UnmapDesk):
16437         * fvwm/session.c (SaveWindowStates):
16438         * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16439         don't access stack_next and stack_prev directly but use the access
16440         functions from stack.h
16442         * fvwm/stack.c (remove_window_from_stack_ring):
16443         (add_window_to_stack_ring_after):
16444         safety patch
16446         * fvwm/add_window.c (adjust_fvwm_internal_windows):
16447         (destroy_window):
16448         when a window becomes scheduled for destruction, remove all traces of it
16449         from the fvwm internal variable so its not accessed accidentally when
16450         its fields are no longer valid
16452 2001-11-05  Mikhael Goikhman  <migo@homemail.com>
16454         * fvwm/borders.c:
16455         fixed compilation of I18N_MB
16457 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16459         * AUTHORS:
16460         * NEWS:
16461         * acconfig.h:
16462         * configure.in:
16463         * fvwm/borders.c:
16464         * fvwm/builtins.c:
16465         * fvwm/fvwm2.1:
16466         * fvwm/screen.h:
16467         exclude the TitleStyle MultiPixmap feature (only) before forking
16468         ...
16469         and restore it after that
16471         * NEWS:
16472         * configure.in:
16473         change version string to 2.5.0
16475         * NEWS:
16476         added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16477         added a link to the stable version 2.4.4 (not released yet)
16479 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16481         * NEWS:
16482         * configure.in:
16483         change version string to 2.4.4 before forking
16485         * make_fvwmdist.sh:
16486         strip end of line from date (adjust for a new length)
16488 2001-10-29  olicha  <olivier.chapuis@free.fr>
16490         * fvwm/screen.h (DecorFaceStyle):
16491         Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16492         so that Solid colors work again
16494 2001-10-28  olicha  <olivier.chapuis@free.fr>
16496         * fvwm/module_interface.c (skipModuleAliasToken):
16497         Allows '/' as alias character
16499         * NEWS
16500         Script news
16502 2001-10-27  Mikhael Goikhman  <migo@homemail.com>
16504         * configure.in:
16505         * acconfig.h:
16506         * NEWS:
16507         added --disable-multipixmap-titles for the Suzanne's patch,
16508         the default is enable
16510         * fvwm/fvwm2.1:
16511         some formatting fixes in TitleStyle entry
16513 2001-10-27  Suzanne Britton  <tril@igs.net>
16515         * config.h.in: Added FANCY_TITLEBARS option, off by default
16517         * fvwm/fvwm2.1:
16518         Added info on TitleStyle MultiPixmap
16520         * fvwm/screen.h:
16521         [All changes #ifdeffed FANCY_TITLEBARS]
16522         Added TITLE_PADDING define for fancy titlebar rendering
16523         Added tb_pixmap_enum
16524         Added MultiPixmap to DecorFaceType enum
16525         Added Picture **multi_pixmaps and short multi_stretch_flags
16526         to DecorFace structure
16528         * fvwm/borders.c:
16529         [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16530         (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16531         (RenderIntoWindow): [new]
16532         (DrawMultiPixmapTitlebar): [new]
16533         (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16534         instead of always sending 1
16535         (RedrawTitle):
16536         Call DrawFancyTitlebar for MultiPixmap style
16537         Skip DrawString calls for MultiPixmap style (title is drawn inside
16538         DrawMultiPixmapTitlebar)
16540         * fvwm/builtins.c:
16541         [All changes #ifdeffed FANCY_TITLEBARS]
16542         (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16543         (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16544         (ReadMultiPixmapDecor): [new]
16546 2001-10-26  Dan Espen  <dane@mk.telcordia.com>
16548         * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16549         buttons can activate on press or release, special pointer during grab,
16550         arrow key command recall.
16552 2001-10-24  Mikhael Goikhman  <migo@homemail.com>
16554         * fvwm/bindings.c (ParseBinding):
16555         * fvwm/bindings.h:
16556         * fvwm/fvwm2.1:
16557         binding commands now do not print error messages with Silent
16559         * fvwm/ConfigFvwmDefaults:
16560         * NEWS:
16561         don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16562         use Silent before Key Help
16564         * fvwm/add_window.c:
16565         changed the broken size hints message to notify the owner
16567         * docs/fvwm.lsm.in:
16568         small changes
16570 2001-10-19  olicha  <olivier.chapuis@free.fr>
16572         * NEWS:
16573         Some FvwmScript news
16575 2001-10-16  olicha  <olivier.chapuis@free.fr>
16577         * NEWS:
16578         Some FvwmScript news
16580 2001-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16582         * fvwm/bindings.c (activate_binding):
16583         * libs/Bindings.c (GrabWindowKeyOrButton):
16584         activate mouse/stroke bindings immediately
16586         * fvwm/events.c (HandleButtonPress):
16587         it is possible to bind actions to the 'ClickToFocus' click
16589 2001-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16591         * fvwm/virtual.c (HandlePaging):
16592         allow paging during move/resize when pressing keys
16594         * libs/XResource.c (MergeCmdLineResources):
16595         possible core dump fix
16597         * fvwm/add_window.c (setup_window_placement):
16598         fixed core dump
16600         * libs/Bindings.c (AddBinding):
16601         another attempt at cleaning up bindings with "Shift"
16603 2001-10-13  olicha  <olivier.chapuis@free.fr>
16605         * NEWS
16606         FvwmScript news
16608 2001-10-10  Mikhael Goikhman  <migo@homemail.com>
16610         * move_resize.c:
16611         * fvwm/fvwm2.1:
16612         OpaqueMoveSize now accepts "unlimited" or negative argument.
16614 2001-10-09  Mikhael Goikhman  <migo@homemail.com>
16616         * fvwm/fvwm2.1:
16617         added missing "!"
16619 2001-10-08  Dan Espen  <dane@mk.telcordia.com>
16621         * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16623         * libs/fvwmlib.h:
16624         * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16626         * fvwm/cursor.c: Extract cursor validation routine to become a libs
16627         routine.
16629 2001-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16631         * NEWS, configure.in:
16632         changed version to 2.5.0
16634 2001-10-08  olicha  <olivier.chapuis@free.fr>
16636         * fvwm/borders.c (RedrawTitle):
16637         Fixed drawing of leftJustified stippled title and suppress warnings
16638         in RelieveRectangle w/ RightJustified stippled title
16640 2001-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16642         * fvwm/virtual.c (CMD_XineramaSlsSize):
16643         fixed ABR
16645 2001-10-03  olicha  <olivier.chapuis@free.fr>
16647         * fvwm/style.c (CMD_Style):
16648         * fvwm/fvwm2.1
16649         Added the possibility to add an Xinerama screen to the 4 numerics
16650         Iconbox format
16652 2001-10-03  olicha  <olivier.chapuis@free.fr>
16654         * fvwm/icons.c (AutoPlaceIcon):
16655         Fixed a core dump with @c and fixed icon placement if the icon should
16656         not be on the current page
16658 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16660         * fvwm/icons.c (AutoPlaceIcon):
16661         * libs/FScreen.c (FScreenParseScreenBit):
16662         added 'w' screen specifier for icon boxes
16664         * fvwm/icons.c (AutoPlaceIcon):
16665         fixed placement of icons in icon boxes on different screen
16667         * fvwm/menus.c (get_menu_options):
16668         reduced code duplication
16670 2001-10-02  olicha  <olivier.chapuis@free.fr>
16672         * fvwm/menus.c (get_menu_options):
16673         fixed Xinerama placement of menu with empty but not null position hints
16675 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16677         * fvwm/borders.c (RedrawTitle):
16678         * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16679         suppress a warning in RelieveRectangle w/ small sticky windows
16681 2001-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16683         * fvwm/menus.c (get_menu_options):
16684         A 'rectangle' context rectangle for menus honours the '@screen' bit
16686         * fvwm/move_resize.c (DisplayPosition):
16687         coordinates of a window are show in relation to the screen, not the page
16689         * libs/FScreen.c (FScreenTranslateCoordinates):
16690         * fvwm/placement.c (PlaceWindow):
16691         * fvwm/add_window.c (setup_window_placement):
16692         Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16693         rewrote the library functionality to better match the rest of the
16694         interface
16696         * fvwm/builtins.c (DestroyFvwmDecor):
16697         removed useless code
16699         * fvwm/icons.c (DrawIconWindow):
16700         fixed race condition w/ expanding/collapsing icon titles
16702         * fvwm/windowlist.c (CMD_WindowList):
16703         fixed Xinerama placement of window list when called without options
16705 2001-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16707         * libs/FScreen.c (FScreenSLSOnOff):
16708         fixed core dump when calling XineramaSls before XineramaSlsSize
16710         * configure.in:
16711         changed to 2.4.3
16713         * libs/FShape.h (FHaveShapeExtension):
16714         set macro to 1 when compiling w/ shape extension
16716 2001-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16718         * libs/Bindings.c (AddBinding):
16719         * fvwm/bindings.c (ParseBinding):
16720         print a warning if a key with the given name does not exist
16721         if there is an upper and a lower case version of the same key name,
16722         always bind to the lower case version; this is problematic if the upper
16723         case version is tied to a key without a modifier and the lower case
16724         version is tied to the same key, but with a modifier (or both are tied
16725         to different keys). I hope this good enough.
16727         * libs/Bindings.c (FreeBindingList):
16728         (MatchBindingExactly):
16729         (CollectBindingList):
16730         fixed some problems overriding keys
16731         reduced duplication of logic
16733 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16735         * NEWS, configure.in:
16736         changed version to 2.5.0
16738 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16740         * configure.in:
16741         changed version to 2.4.2
16743 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16745         * libs/Colorset.c:
16746         (SetWindowBackground):
16747         (SetRectangleBackground):
16748         * fvwm/builtins.c (CMD_WindowShade):
16749         * fvwm/add_window.c:
16750         (setup_style_and_decor):
16751         * fvwm/icons.c:
16752         (CreateIconWindow):
16753         (GetXPMFile):
16754         (GetIconWindow):
16755         (GetIconBitmap):
16756         * fvwm/events.c:
16757         (HandleConfigureRequest):
16758         (HandleShapeNotify):
16759         (InitEventHandlerJumpTable):
16760         * fvwm/borders.c (struct):
16761         (SetupFrame):
16762         (SetShape):
16763         * fvwm/decorations.c (SelectDecor):
16764         * fvwm/fvwm.c:
16765         (main):
16766         (setVersionInfo):
16767         * fvwm/externs.h:
16768         * fvwm/fvwm.h (FvwmWindow):
16769         * libs/FShape.h:
16770         * libs/FShape.c:
16771         moved shape support to library; its no longer necessary to
16772         '#ifdef SHAPE' any code
16774         * fvwm/borders.c (RedrawButtons):
16775         (RedrawTitle):
16776         fixed top border hilight drawing of title buttons
16778         * libs/Graphics.c (do_relieve_rectangle):
16779         (RelieveRectangle):
16780         (RelieveRectangle2):
16781         allow alternate shading for title buttons
16783 2001-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16785         **/*.1:
16786         Applied man page patch by Dmitry Yu. Bolkhovityanov:
16787         Add a formal description of how fvwm maintains module's configs
16788         Change manpages of individual modules to refer to fvwm2(1) for
16789         details about specifying configuration
16791         * fvwm/add_window.c (setup_window_placement):
16792         desk and page can now really be given as X resources a la
16793           xterm.desk: 1
16795         * libs/XResource.c (GetResourceString):
16796         resource -> lower case, class -> upper case
16797         changed signature
16799         * configure.in:
16800         changed version to 2.5.0
16802         * Makefile.am (distcheck2):
16803         build distcheck before dist2; save a few seconds if the build fails
16805         * libs/alloca.c:
16806         * libs/ClientMsg.c:
16807         * libs/envvar.c:
16808         * libs/Event.c:
16809         * libs/fvwmrect.c:
16810         * libs/gethostname.c:
16811         * libs/Grab.c:
16812         * libs/Pointer.c:
16813         * libs/safemalloc.c:
16814         * libs/strcasecmp.c:
16815         * libs/strdup.c:
16816         * libs/strerror.c:
16817         * libs/strncasecmp.c:
16818         * libs/usleep.c:
16819         * libs/wild.c:
16820         * libs/WinMagic.c:
16821         * libs/XError.c:
16822         * libs/Graphics.c:
16823         include config.h
16825         * configure.in:
16826         changed version to 2.4.1 again
16828 2001-09-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16830         * libs/Bindings.c (FvwmStringToKeysym):
16831         try both cases of the first letter of a key name
16833         * fvwm/ConfigFvwmDefaults:
16834         * fvwm/windowlist.c (winCompareReverse):
16835         (CMD_WindowList):
16836         new WindowList option ReverseOrder; use the new option in the default
16837         Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
16838         cycle through the whole window list. The old behaviour only toggled
16839         between two windows. Also, a simple Alt-Tab can be used to switch to
16840         the next window instead of Alt-Tab-Tab.
16842         * libs/FScreen.c (FScreenInit):
16843         fixed a Xinerama crash
16845         * configure.in:
16846         print a verbose error message and exit if X11 headers and libraries
16847         are not found
16849 2001-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16851         * fvwm/fvwm.c (main):
16852         * libs/FShape.c:
16853         * libs/FShape.h:
16854         new library for X shape encapsulation
16856         * fvwm/builtins.c (CMD_WindowShade):
16857         * fvwm/borders.c (SetupFrame):
16858         fixed shading of windows without title and border
16859         fixed shading of shaped windows; fixes bug #732
16861         * fvwm/builtins.c (CMD_SetEnv):
16862         calling SetEnv without a value is the same as UnsetEnv
16864 2001-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16866         * fvwm/events.c (HandleReparentNotify):
16867         fixed vanishing windows in rapid map/unmap cycles; bug #770
16869         * fvwm/add_window.c (hide_screen):
16870         fixed possible BadWindow error
16872 2001-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16874         * fvwm/virtual.c (MoveViewport):
16875         (goto_desk):
16876         (CMD_GotoDeskAndPage):
16877         (CMD_GotoPage):
16878         GotoDeskAndPage records its own history of last visited desk/page
16880         * libs/FScreen.c (FScreenInit):
16881         fixed a memory allocation bug pointed out by Giuseppe Della Ricca
16883 2001-09-05  olicha  <olivier.chapuis@free.fr>
16885         * fvwm/session.c (MatchWinToSM):
16886         * fvwm/add_window.c (setup_window_structure):
16887         * fvwm/move_resize.c (moveLoop):
16888         Fixed PlacedByButton3 condition
16890 2001-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16892         * libs/FScreen.c:
16893         * fvwm/functions.c (func_config):
16894         * fvwm/module_interface.c (broadcast_xinerama_state):
16895         * fvwm/virtual.c (CMD_Xinerama):
16896         (CMD_XineramaPrimaryScreen):
16897         (CMD_XineramaSls):
16898         (CMD_XineramaSlsSize):
16899         added sls support
16900         split Xinerama command into Xinerama, XineramaPrimaryScreen,
16901         XineramaSls and XineramaSlsSize
16902         restructured parts of the FScreen code
16904         * fvwm/functions.c (func_config):
16905         new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
16907         * libs/Graphics.c (RelieveRectangle):
16908         allow calling the function with w == 0 or h == 0 without a message
16910         * fvwm/window_flags.h (SET_STYLE_DELETED):
16911         * fvwm/style.c (CMD_DestroyStyle):
16912         (check_window_style_change):
16913         * fvwm/fvwm.h (window_style):
16914         update windows when a style is deleted
16916         * configure.in:
16917         fixed xpm detection problem caused by wrong library order
16919 2001-09-05  olicha  <olivier.chapuis@free.fr>
16921         * NEWS: PlacedByFvwm
16923 2001-09-04  Dan Espen  <dane@mk.telcordia.com>
16925         * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
16927 2001-09-04  olicha  <olivier.chapuis@free.fr>
16929         * fvwm/fvwm.h:
16930         * fvwm/windows_flags.h:
16931         * fvwm/placement.c (PlaceWindow):
16932         * fvwm/add_window.c (setup_window_structure):
16933         * fvwm/conditional.c (CreateConditionMask):
16934         * fvwm/session.c (get_version_string):
16935         (MatchWinToSM):
16936         * fvwm/fvwm2.1:
16937         Added a new windows_flags is_placed_by_fvwm and a new condition
16938         PlacedByFvwm
16940 2001-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16942         * fvwm/focus.c (focus_grab_buttons):
16943         (MoveFocus):
16944         disabled xt/double click patch for now
16946 2001-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16948         * libs/Graphics.c (RelieveRectangle):
16949         print a warning if one of the dimensions is <= 0
16951         * fvwm/placement.c (PlaceWindow):
16952         take care of windows that have both, PPosition and USPosition set
16953         take care of transient windows that have neither PPosition nor
16954         USPosition set
16956 2001-09-01  olicha  <olivier.chapuis@free.fr>
16958         * libs/FScreen.c (FScreenInit):
16959         Fixed the position of the xinerama emulation delimiters
16961 2001-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16963         * fvwm/fvwm2.1:
16964         Xinerama introduction
16966         * fvwm/icons.c (AutoPlaceIcon):
16967         try to place icons of screen with the window center, and if that fails
16968         on any screen
16970         * libs/FScreen.c (FScreenGetScrRect):
16971         performance improvement for non-xinerama systems
16973         * fvwm/update.c (apply_window_updates):
16974         (flush_window_updates):
16975         update icon boxes and icon position when xinerama layout changes
16977         * fvwm/icons.c (AutoPlaceIcon):
16978         limit placement of icons using no icon box to screen boundaries
16979         adapt icon boxes to xinerama layout whenever used
16981         * fvwm/placement.c (PlaceWindow):
16982         * fvwm/style.c (CMD_Style):
16983         (check_window_style_change):
16984         * fvwm/style.h (SUSE_NO_USPOSITION):
16985         (SUSE_NO_TRANSIENT_PPOSITION):
16986         (SUSE_NO_TRANSIENT_USPOSITION):
16987         * fvwm/fvwm.h (struct):
16988         implemented new styles NoUSPosition/UseUSPosition,
16989         NoTransientPPosition/UseTransientPPosition,
16990         NoTransientUSPosition/UseTransientUSPosition.
16991         These work exactly like NoPPosition/UsePPosition.
16992         Transient windows ignore the window position if neither the PPosition
16993         nor the USPosition hint is set.
16995 2001-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16997         * fvwm/focus.c (restore_focus_after_unmap):
16998         fixed a bug transfering the focus when a window was iconified
17000 2001-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17002         * fvwm/conditional.c (MatchesConditionMask):
17003         * fvwm/move_resize.c (position_geometry_window):
17004         * fvwm/placement.c (PlaceWindow):
17005         * fvwm/menus.c (pop_menu_up):
17006         * fvwm/move_resize.c (move_window_doit):
17007         * fvwm/icons.c (do_all_iconboxes):
17008         * fvwm/placement.c (PlaceWindow):
17009         * fvwm/menus.c (update_menu):
17010         adapted to new FScreen... signatures
17012         * libs/FScreen.c (FScreenClipToScreen):
17013         (FScreenGetScrCenterCenter):
17014         (FScreenCenterCurrent):
17015         (FScreenCenterPrimary):
17016         (FScreenGetCurrent00):
17017         (FScreenGetGlobalScrRect):
17018         (FScreenGetPrimaryScrRect):
17019         (FScreenGetScrRect):
17020         (FScreenIsRectangleOnScreen):
17021         unified all the FSCreen... functions using a common signature, removed
17022         most old functions
17024         * fvwm/style.c (CMD_Style):
17025         init icon box screen
17027         * fvwm/move_resize.c (move_window_doit):
17028         (CMD_Maximize):
17029         * libs/Makefile.am:
17030         * libs/XineramaSupport.c:
17031         * libs/XineramaSupport.h:
17032         * libs/FScreen.c:
17033         exported and renamed screen defines
17035         * libs/FScreen.h:
17036         renamed files
17038         * fvwm/virtual.c:
17039         * fvwm/style.c:
17040         * fvwm/placement.c:
17041         * fvwm/move_resize.c:
17042         * fvwm/module_interface.c:
17043         * fvwm/modconf.c:
17044         * fvwm/menus.c:
17045         * fvwm/icons.c:
17046         * fvwm/fvwm.c:
17047         * fvwm/conditional.c:
17048         * libs/XineramaSupport.c:
17049         renamed all XineramaSupport...() functions to FScreen...()
17051         * fvwm/style.c (CMD_Style):
17052         -Wall fix
17054 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
17056         * fvwm/style.c (CMD_Style):
17057         * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
17058         using geometry spec.
17060 2001-08-25  Mikhael Goikhman  <migo@homemail.com>
17062         * libs/Strings.c:
17063         * libs/Strings.h:
17064         new function QuoteString() to add and escape single quotes to strings
17066         * fvwm/menus.c (MenuInteraction):
17067         quote both missing function name and menu name for
17068         MissingSubmenuFunction
17070         * fvwm/functions.c (expand):
17071         use QuoteString()
17073 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
17075         * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
17077 2001-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17079         * fvwm/cursor.c (CMD_CursorStyle):
17080         * fvwm/icons.c (GetXPMFile):
17081         * libs/Colorset.c (SetWindowBackground):
17082         -Wall fixes
17084         * libs/Bindings.c (AddBinding):
17085         tired to help with problem binding keys that have a keycode with no
17086         modifiers and another keycode with some modifiers pressed, e.g.
17087         kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17088         F1 generating the actioon bound to F11 sometimes
17090         * fvwm/focus.c (focus_grab_buttons):
17091         -Wall fix
17093 2001-08-23  Dan Espen  <dane@mk.telcordia.com>
17095         * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17097 2001-08-20  Bob Woodside  <proteus@pcnet.com>
17099         * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17100         grab synchronization so apps using XtTranslations to catch double-
17101         clicks don't get confused by extraneous Leave/EnterNotify events.
17102         This fixes the "xfm/moxfm don't see double-clicks" problem.
17104 2001-08-20  Dan Espen  <dane@mk.telcordia.com>
17106         * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17108 2001-08-19  Dan Espen  <dane@mk.telcordia.com>
17110         * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17111         placed.
17113         * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17114         until later when the window is actually placed.
17116         * fvwm/fvwm.h (icon_boxes_struct):  Save  sign  for later  screen
17117         position calculation.
17119 2001-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17121         * fvwm/update.c (flush_window_updates):
17122         * fvwm/screen.h (ScreenInfo):
17123         * fvwm/virtual.c (CMD_Xinerama):
17125         * fvwm/move_resize.c (CMD_Maximize):
17126         * fvwm/placement.c (PlaceWindow):
17127         * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17128         renamed function
17130         * fvwm/fvwm2.1:
17131         describe new maximize options
17133         * fvwm/move_resize.c (MaximizeWidth):
17134         (MaximizeHeight):
17135         (CMD_Maximize):
17136         applied Dmitry's Xinerama patch for Maximize command
17137         replaced "global" and "absolute" with "screen" which is more flexible
17139 2001-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17141         * libs/Parse.c (SkipQuote):
17142         fixed a bug in handling of caller specified quote pairs
17144         * fvwm/move_resize.c (CMD_Maximize):
17145         keep window on correct page when viewport does not start on a page
17146         boundary
17148         * libs/XError.c (error_name):
17149         (request_name):
17150         fixed core dump in error handling
17152 2001-08-15  Mikhael Goikhman  <migo@homemail.com>
17154         * configure.in:
17155         * acinclude.m4:
17156         * INSTALL:
17157         * INSTALL.fvwm:
17158         renamed --disable-gnome to --disable-gnome-hints;
17159         documented configure options --with-gnome*;
17160         small improvements in documentation;
17161         use underscore in version instead of dash that causes rpm problems
17163 2001-08-14  Mikhael Goikhman  <migo@homemail.com>
17165         * libs/Makefile.am:
17166         added fvwmrect.h to dist
17168 2001-08-14  Dan Espen  <dane@mk.telcordia.com>
17170         * libs/XineramaSupport.c: Disable debug printing.
17172 2001-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17174         * libs/defaults.h (DEFAULT_MENU_STYLE):
17175         reset colour sets in default menu style too
17177 2001-08-13  Mikhael Goikhman  <migo@homemail.com>
17179         * builtins.c:
17180         * events.c:
17181         completed the libstroke-0.5 compatibility fix
17183 2001-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17185         * fvwm/move_resize.c (draw_move_resize_grid):
17186         fixed drawing of resize grid when invoked from button or key press
17188         * fvwm/placement.c (PlaceWindow):
17189         rewrote a condition to improve readability
17190         fixed StartsOn... w/ SkipMapping
17192 2001-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17194         * fvwm/session.c (MatchWinToSM):
17195         (LoadWindowStates):
17196         (SaveWindowStates):
17197         * fvwm/move_resize.c (CMD_Resize):
17198         * fvwm/events.c (HandlePropertyNotify):
17199         (HandleConfigureRequest):
17200         * fvwm/move_resize.c (CMD_ResizeMove):
17201         (CMD_Maximize):
17202         (CMD_Resize):
17203         * fvwm/update.c (apply_window_updates):
17204         * fvwm/add_window.c (AddWindow):
17205         * fvwm/geometry.c (constrain_size):
17206         (gravity_constrain_size):
17207         the Resize command honors the window gravity
17208         changing the size increment of maximized windows no longer shrinks the
17209         window
17211         * fvwm/icons.c:
17212         keep expanded icon titles on screen
17214 2001-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17216         * fvwm/icons.c (do_all_iconboxes):
17217         default icon box fills the primary screen
17219         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17220         fixed default_screen argument
17222         * fvwm/style.c (merge_styles):
17223         * fvwm/fvwm.h (window_style):
17224         * fvwm/style.h (SSET_START_SCREEN):
17225         * fvwm/add_window.c (setup_window_placement):
17226         * fvwm/placement.c (PlaceWindow):
17227         (CMD_PlaceAgain):
17228         implemented StartsOnScreen style
17230         * fvwm/placement.c (PlaceWindow):
17231         (test_fit):
17232         (get_next_x):
17233         (get_next_y):
17234         (CleverPlacement):
17235         (SmartPlacement):
17236         Place new windows on xinerama screens
17238         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17239         fixed core dump in debug output
17241 2001-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17243         * fvwm/placement.c:
17244         removed unused variable
17246 2001-08-07  olicha  <olivier.chapuis@free.fr>
17248         * NEWS:
17249         FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17251 2001-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17253         * fvwm/virtual.c (CMD_Xinerama):
17254         replaced XineramaEnable and ...Disable with XineramaCommand
17256         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17257         (XineramaSupportGetScreenArgument):
17258         new functions
17260         * fvwm/functions.c (func_config):
17261         * fvwm/move_resize.c (move_window_doit):
17262         (CMD_Move):
17263         (CMD_AnimatedMove):
17264         (CMD_MoveToPage):
17265         (CMD_MoveToScreen):
17266         (handle_stick):
17267         added new command MoveToScreen
17269 2001-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17271         * libs/fvwmrect.c:
17272         * libs/fvwmrect.h:
17273         new library files
17275         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17276         fixed parsing of negative geometries
17277         (XineramaSupportParseGeometryWithScreen):
17278         made global
17279         (XineramaSupportGetNumberedScreenRect):
17280         new function
17282         * sample.fvwmrc/system.fvwm2rc:
17283         * sample.fvwmrc/new-features:
17284         * sample.fvwmrc/system.fvwm2rc-sample-95:
17285         * sample.fvwmrc/system.fvwm2rc-sample-2:
17286         * sample.fvwmrc/system.fvwm2rc-sample-1:
17287         * fvwm/fvwm2.1:
17288         updated for new condition
17290         * fvwm/conditional.c (CreateConditionMask):
17291         (MatchesConditionMask):
17292         * fvwm/fvwm.h (WindowConditionMask):
17293         implemented new condition AcceptsFocus to cope with applications like
17294         xclock that have circulatehit but don't take focus
17296 2001-08-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17298         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17299         handle Xinerama screens
17301         * fvwm/style.c (CMD_Style):
17302         * fvwm/menus.c (get_menu_options):
17303         cope with Xinerama like geometries with screen info
17305         * fvwm/virtual.c (CMD_XineramaEnable):
17306         XineramaEnable optionally takes the number of the primary screen as its
17307         argument
17309         * fvwm/events.c (GetContext):
17310         reindented code
17312         * fvwm/virtual.c (HandlePaging):
17313         * fvwm/events.c (HandleButtonPress):
17314         * fvwm/events.h (XEVMASK_PANFW):
17315         fixed button and key event handling over pan frames; fixes bug #752
17317         * fvwm/menus.c (get_menu_options):
17318         fixed Xinerama placement of menus without options
17320 2001-08-01  Mikhael Goikhman  <migo@homemail.com>
17322         * NEWS:
17323         * fvwm/borders.c:
17324         * fvwm/builtins.c:
17325         * fvwm/fvwm.c:
17326         * fvwm/screen.h:
17327         Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17328         In addition to the existing: @0 is shadow color, @1 is hilight color.
17330         * fvwm/fvwm2.1:
17331         Added the formal description of Vector that was absent.
17333 2001-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17335         * fvwm/fvwm2.1:
17336         some man page corrections
17338 2001-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17340         * fvwm/move_resize.c (handle_stick):
17341         also redraw buttons when a window becomes sticky/slippery to make sure
17342         that MWMDecorStick buttons are updated too; fixes bug #749
17344 2001-07-30  Mikhael Goikhman  <migo@homemail.com>
17346         * NEWS:
17347         documented previous changes
17349         * configure.in:
17350         improved output spacing
17352         * fvwm/fvwm2.1:
17353         minor typo
17355 2001-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17357         * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17358         * fvwm/modconf.c (send_xinerama_state):
17359         * fvwm/module_interface.c (broadcast_xinerama_state):
17360         * libs/defaults.h:
17361         revised module support for Xinerama
17363         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17364         (XineramaSupportParseGeometry):
17365         (XineramaSupportGetGeometry):
17366         make interface compatible with XineramaSupportParseGeometry().
17367         (XineramaSupportGetPrimaryScreen):
17368         new function
17370         * fvwm/stack.c (raise_over_unmanaged):
17371         fixed restacking of windows with RaiseOverUnmanaged - windows were
17372         raised in reverse order so that the top window became the bottom
17373         window of the ones that were raised
17374         also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17375         these are invisible
17377 2001-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17379         * sample.fvwmrc/system.fvwm2rc-sample-95:
17380         fixed syntax of BugOpts command
17382         * fvwm/ConfigFvwmDefaults:
17383         resize window when clicking on the sides of the window by default
17384         instead of moving it
17386         * fvwm/events.c (HandleEnterNotify):
17387         do not delete MouseFocus when pointer moves from one particular sub
17388         window of a frame to another one.  Helps with xv/xmms vs unclutter
17389         interaction and also with MouseFocus vs. Open Look applications
17391         * fvwm/move_resize.c (DoSnapAttract):
17392         * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17393         fixed snapping to Xinerama screen edges
17394         (XineramaSupportIsEnabled):
17395         return False is the X server provides only a single screen
17397         * fvwm/fvwm2.1:
17398         Added descriptions of conditions CurrentDesk, CurrentPage,
17399         CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17400         CurrentGlobalPageAnyDesk
17402         * fvwm/fvwm.h (rectangle):
17403         (position):
17404         typedefs moved to libs/fvwmlib.h
17406         * fvwm/conditional.c (MatchesConditionMask):
17407         * fvwm/fvwm.h (WindowConditionMask):
17408         * fvwm/conditional.c:
17409         introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17410         for Xinerama support
17412         * fvwm/modconf.c (CMD_Send_ConfigInfo):
17413         (send_xinerama_state):
17414         * fvwm/module_interface.c (broadcast_xinerama_state):
17415         * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17416         * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17417         communicate xinerama state at module startup
17419 2001-07-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17421         * libs/XineramaSupport.c:
17422         next Xinerama patch
17424 2001-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17426         * fvwm/move_resize.c (moveLoop):
17427         windows were lost off screen w/ non opaque interactive move when motion
17428         was aborted with Escape on a different page that it was started
17430         * fvwm/move_resize.c (position_geometry_window):
17431         (DisplayPosition):
17432         (DisplaySize):
17433         (InteractiveMove):
17434         (CMD_Resize):
17435         (moveLoop):
17436         (CMD_Resize):
17437         (DoResize):
17438         * libs/XineramaSupport.c (GetMouseXY):
17439         (XineramaSupportCenterCurrent):
17440         (XineramaSupportGetCurrent00):
17441         (XineramaSupportGetCurrentScrRect):
17442         allow to pass in an event with the pointer position
17443         minimize number of XQueryPointer calls in interactive move/resize
17445         * libs/defaults.h:
17446         * fvwm/move_resize.c (resize_geometry_window):
17447         (DisplayPosition):
17448         (DisplaySize):
17449         border width of geometry window moved to defaults.h
17450         moved strings for size window formatting to defaults.h
17451         reworked calculations of geometry window dimensions
17453         * fvwm/move_resize.c (resize_geometry_window):
17454         (position_geometry_window):
17455         (DisplaySize):
17456         (InteractiveMove):
17457         (CMD_Resize):
17458         * fvwm/builtins.c (ApplyDefaultFontAndColors):
17459         * fvwm/fvwm.c (main):
17460         funtions ResizeSizeWindow and PositionSizeWindow renamed to
17461         resize_geometry_window and position_geometry_window
17463         * fvwm/fvwm.c (main):
17464         fixed resizing geometry window before creating it
17466         * fvwm/move_resize.c (switch_move_resize_grid):
17467         (MoveOutline):
17468         * fvwm/virtual.c (HandlePaging):
17469         renamed MoveOutline to draw_move_resize_grid and made static
17470         new function switch_move_resize_grid for external calls
17471         delete grid before moving the geometry window to get rid of arifacts of
17472         the grid
17474 2001-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17476         * libs/XineramaSupport.c (XineramaSupportInit):
17477         make the blank area in Xinerama emulation usable again
17479 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17481         * fvwm/menus.c (update_menu):
17482         (pop_menu_up):
17483         (make_menu):
17484         (calculate_item_sizes):
17485         (size_menu_horizontally):
17486         (size_menu_vertically):
17487         menus are resized to fit their Xinerama screen every time they are
17488         popped up and the screen size has changed
17490 2001-07-23  olicha  <olivier.chapuis@free.fr>
17492         * libs/XineramaSupport.c (XineramaSupportInit):
17493         Draw the xinerama simulation screens with orr windows
17495 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17497         * fvwm/windowlist.c (CMD_WindowList):
17498         fixed windowlist placement w/ Xinerama
17500 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17502         * fvwm/menus.c (pop_menu_up):
17503         fixed calculations that force a menu on screen w/ Xinerama
17505         * fvwm/move_resize.c (DoSnapAttract):
17506         removed some code that slipped in with xinerama patch and broke
17507         vertical SnapAttraction
17509         * fvwm/virtual.c (CMD_EdgeResistance):
17510         removed debug code
17512         * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17513         take reference position src_x/src_y to determine screen
17515         * fvwm/windowlist.c (CMD_WindowList):
17516         * fvwm/menus.c (get_menu_options):
17517         (get_popup_options):
17518         (MenuInteraction):
17519         (pop_menu_up):
17520         handle Xinerama screens for positioning menus w/ posthints
17522         * fvwm/menus.c (get_menu_options):
17523         renamed function
17524         fix for icon/window context rectangle when window is in wrong state
17526 2001-07-22  Mikhael Goikhman  <migo@homemail.com>
17528         * configure.in:
17529         s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17530         compiled in; fixed linking by adding -lXinerama; small corrections
17532 2001-07-22  Dan Espen  <dane@mk.telcordia.com>
17534         * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17536 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17538         * libs/XineramaSupport.c (XineramaSupportInit):
17539         added xinerama emulation for developers
17541         * fvwm/virtual.c (CMD_XineramaEnable):
17542         (CMD_XineramaDisable):
17543         * fvwm/module_interface.c (BroadcastConfigInfoString):
17544         added function to communicate Xinerama on/off to modules
17546         * fvwm/module_interface.c:
17547         include time.h to fix warning
17548         * libs/XineramaSupport.c:
17549         * fvwm/fvwm.c (setVersionInfo):
17550         * fvwm/Makefile.am:
17551         * configure.in:
17552         * acconfig.h:
17553         cleanded up xinerama detection
17554         added shape detection
17556 2001-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17558         * fvwm/fvwm2.1:
17559         Added Xinerama introduction
17561         * fvwm/fvwm.c (setVersionInfo):
17562         print xinerama support
17564         * fvwm/conditional.c (CreateConditionMask):
17565         added CirculateHitShaded option for conditional commands that was
17566         described in the man page but not implemented
17568         * fvwm/fvwm.h (WindowConditionMask):
17569         removed unused flags
17571         * fvwm/conditional.c (MatchesConditionMask):
17572         fixed CirculateHitIcon option in conditional commands
17574         * fvwm/fvwm2.1:
17575         reformatted man page source to improve readability
17576         fixed some source formatting bugs
17578         * libs/XineramaSupport.c (GetMouseXY):
17579         don't poll the pointer if there is only one screen or if xinerama is
17580         turned off
17582         * fvwm/fvwm2.1:
17583         * fvwm/fvwm.c (main):
17584         removed -noxinerama option
17586         * fvwm/fvwm.c (main):
17587         size window is positioned and sized in move_resize.c
17589         * libs/XineramaSupport.c:
17590         reindented file
17592         * configure.in:
17593         print Xinerama support in configure summary
17595         * **/*:
17596         applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17598 2001-07-17  Mikhael Goikhman  <migo@homemail.com>
17600         * acconfig.h:
17601         * acinclude.m4:
17602         * configure.in:
17603         implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17604         define missing macros needed for old AIX keysymdef and old stroke.h
17606         * fvwm/bindings.c:
17607         * fvwm/menus.c:
17608         remove the previous compilation fixes, now handled by configure
17610 2001-07-15  Dan Espen  <dane@mk.telcordia.com>
17612         * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17614 2001-07-15  Mikhael Goikhman  <migo@homemail.com>
17616         * bindings.c:
17617         use libstroke-0.5 constant names while still supporting 0.3/0.4
17619         * menus.c:
17620         compiling fix for old AIX, which does not define XK_Page_Up/Down
17622         * module_interface.c:
17623         minor compiling fix for some proprietary preprocessors
17625 2001-07-10  Mikhael Goikhman  <migo@homemail.com>
17627         * fvwm/fvwm2.1:
17628         use more compatible and structured syntax in SYNOPSIS
17630 2001-07-06  Mikhael Goikhman  <migo@homemail.com>
17632         * acinclude.m4:
17633         Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17634         GDK_IMLIB_*.  This fixes "make FvwmGtk" on systems with bogus
17635         imlib-config.
17637 2001-07-05  Mikhael Goikhman  <migo@homemail.com>
17639         * configure.in:
17640         changed version to 2.4.1
17642         * acinclude.m4:
17643         small fix that should solve the problem with running autoconf
17644         (autoreconf is ok) from autoconf-2.50;
17645         applied a patch that adds gtk include dirs to gnome include dirs
17647 2001-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17649         * NEWS, configure.in:
17650         changed version to 2.4.0.1
17652         * *: fvwm 2.4 has been released :-))