Add on-the-fly config note to FAQ
[fvwm.git] / ChangeLog
blobe48aac2cf4c4ee57c7d8980e28a19a9137367449
1 2010-12-19  Thomas Adam  <thomas@fvwm.org>
2         * fvwm/builtins.c (CMD_CursorMove):
3         Honour EdgeScroll settings to not flip pages when EdgeScroll is
4         disabled.
6 2010-12-04    <despen@verizon.net>
8         * fvwm/ConfigFvwmSetup: Better colors in menus and active frames.
10 2010-11-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11         * fvwm/placement.c (__place_get_placement_flags):
12         fix reporting of placement reason with nousposition style.
14 2010-10-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16         * fvwm/events.c (__handle_cr_on_client):
17         fix resize of shaded windows with a shade direction that does not match
18         the window gravity
20         * libs/gravity.h:
21         * libs/gravity.c (__gravity_override_one_axis):
22         (gravity_override_dir):
23         new helper functions
25         * libs/gravity.c (gravity_combine_xy_dir):
26         fixed calculation with only one axis set
28 2010-09-16  Sergey Vlasov <vsu@altlinux.ru>
29         * fvwm/move_resize.c (GetOnePositionArgument):
30         Fix parsing of commands like 'Move 50-50w 50-50w'.
32 2010-08-31  Gerard Vermeulen <gav451@gmail.org>
33         * fvwm/move_resize.c (GetOnePositionArgument):
34         Parse commands like 'Move w+-5p w+-2p'.
36 2010-08-09  Thomas Adam <thomas@xteddy.org>
37         * NEWS:
38         * configure.ac:
39         Updated for the FVWM 2.5.31 release.
41 2010-08-09  Thomas Adam <thomas@xteddy.org>
42         * NEWS:
43         * configure.ac:
44         Updated for the FVWM 2.5.31 release.
46 2010-08-07  Thomas Adam <thomas@xteddy.org>
47         * fvwm/builtins.c (CMD_Exec):
48         Remove extraneous whitespace.
50 2010-07-28  Thomas Adam <thomas@xteddy.org>
51         * fvwm/builtins.c (CMD_Exec):
52         Close fd if it's not opened successfully.
54 2010-07-28  Thomas Adam <thomas@xteddy.org>
55         * fvwm/update.c (apply_window_updates):
56         * NEWS:
57         Copy over State settings on WindowStyle command.
59         When merging/updating style hints for recaptured windows, ensure we
60         preserve any State hints set on the window.
62 2010-05-22  Thomas Adam <thomas@xteddy.org>
63         * fvwm/windowlist.c (CMD_WindowList):
64         * NEWS:
65         When reporting on a window's width and height ensure we use the
66         orig_hints XSizeHints struct for calculating resize increment
67         geometries.
69 2010-05-09  Thomas Adam <thomas@xteddy.org>
70         * NEWS:
71         * configure.ac:
72         Update CVS to use 2.5.31
74 2010-05-09  Thomas Adam <thomas@xteddy.org>
75         * NEWS:
76         * configure.ac:
77         * docs/ANNOUNCE:
78         Updated for the FVWM 2.5.30 release.
80 2010-05-09  Thomas Adam <thomas@xteddy.org>
81         * NEWS:
82         Cosmetic clean up for NEWS.
84 2010-04-28  Dan Espen  <dane@mk.telcordia.com>
85         * fvwm/colorset.c (parse_colorset): Remove bogus error message.
87 2010-04-24  Thomas Adam <thomas@xteddy.org>
88         * libs/Fpng.h:
89         Define version checks for conditional macros.
91         libpng 1.4.0 has different macros for previous version of the same
92         macros in libong 1.2.0, so check for them here.
94 2010-04-18  Thomas Adam <thomas@xteddy.org>
95         * libs/charmap.c (charmap_table_to_string):
96         Don't allow incremental matching of C_ALL for contexts.
98         When printing out bindings, ensure we allow "A" for any/all
99         contexts/modifiers to be matched exactly, so that the context column for
100         bindings matches with what the user put in their config file.
102 2010-04-03  Thomas Adam <thomas@xteddy.org>
103         * NEWS:
104         * configure.ac:
105         Updated for the FVWM 2.5.29 release.
107 2010-04-03  Thomas Adam <thomas@xteddy.org>
108         * libs/Fplay.h:
109         Cull unused functions when compiling against librplay.
111         When compiling with -Werror, ensure we're not trying to use unneeded
112         librplay static functions we ourselves declare.
114 2010-04-03  Thomas Adam <thomas@xteddy.org>
115         * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
116         Tweak placement calculation for over-zealous windows.
118         Don't adjust a window's position unless it's actually greater than the
119         screen's dimension (i.e., potentially placed off screen.)
121         2010-03-30  Christoph Fritz <chf.fritz@googlemail.com>
122         * fvwm/windowlist.c (CMD_WindowList):
123         Free allocated memory.
125 2010-02-28  Thomas Adam <thomas@xteddy.org>
126         * fvwm/move_resize.c (__resize_step):
127         Don't explicitly send MotionNotify event during Resize (GeometryWindow)
129         When calling DisplaySize() from a resize event performed on a window,
130         ensure we use the window's last event (which will be MotionNotify
131         anyway) otherwise this completely confuses the GeometryWindow as it has
132         to then update itself each time.
134         When using Xinerama/TwinView, the effect is that the GeometryWindow
135         flickers and/or displays itself on the opposite screen to where the
136         pointer is, because the x/y positions don't take into account the
137         location of the pointer from the original hand-crafted event, but are
138         correct from the execute context the window being resized is called in.
140 2010-02-06  Thomas Adam <thomas.adam22@gmail.com>
141         * fvwm/style.c (check_window_style_change):
142         * fvwm/update.c (apply_window_updates):
143         * fvwm/update.h:
144         Propagate Layer changes via Style command on-the-fly.
146         Until there's a distinction between initially-mapped styles and runtime
147         commands, and that currently, Style commands take effect immediately,
148         ensure that for any Layer requests received via Style commands, these
149         too are applied immediately.
151         The previous assumption was that this was only applicable when mapping a
152         new window, but goes against expectations from the user.
154 2010-01-07  Thomas Adam <thomas.adam22@gmail.com>
155         * fvwm/read.c (run_command_file):
156         Restructure how we look for Read files slightly.
158         When searching for files with the Read command, check to see if the file
159         first of all has an absolute path and if so open it.  If it's relative
160         then search for it in either FVWM_USERDIR or FVWM_DATADIR as before.  If
161         the file still can't be found, try and open it outright.  This will
162         allow therefore:
164         ../../some_file
166         as a valid filename -- of course this really only makes sense when
167         invoking fvwm with "-f" on the command-line, as relative paths to config
168         files in this way should be built up using "$."
170 2010-01-05  Thomas Adam <thomas.adam22@gmail.com>
171         * fvwm/menustyle.c (menustyle_copy_face):
172         Fix segfault setting MenuFace pixmap style for menus.
174         As with the tearoff bug from 2010-01-03, ensure we don't try and free a
175         non-existent pixmap from an invalid pointer.
177 2010-01-05  Thomas Adam <thomas.adam22@gmail.com>
178         * fvwm/read.c (run_command_file):
179         Fix opening of files to Read/PipeRead to accept absolute paths.
181         Don't just assume "/" is a valid identifier for opening files.  "./" is
182         just as likely.  Fixes use-case of:
184         fvwm -f ./some_fvwm2rc
186 2010-01-04  Thomas Adam <thomas.adam22@gmail.com>
187         * fvwm/events.c (flush_property_notify):
188         Add atom to struct so it is checked for by test_typed_window_event().
190 2010-01-04  David Fries <David@Fries.net>
191         * fvwm/events.c (test_typed_window_event):
192         * fvwm/events.c (flush_property_notify):
193         Efficiently handle flushing property events of the same type.
195         * fvwm/events.h (test_typed_window_event_args):
196         Add XAtom type to struct.
198 2010-01-04  David Fries <David@Fries.net>
199         * fvwm/virtual.c (HandlePaging):
200         Move no page detect check, it wasn't being hit.
201         * fvwm/move_resize.c (__move_loop):
202         Transform window position to pointer position and back when calling
203         HandlePaging.
205 2010-01-03  Thomas Adam <thomas.adam22@gmail.com>
206         * fvwm/menustyle.c (menustyle_copy_face):
207         Fix segfault when creating a tearoff menu using a Pixmap background.
209         When we copy the original menustyle to the new torn-off menu which
210         contains a background image, don't then update the menu's pixel
211         background color, as this is already free()d for us by an earlier copy
212         call.
214 2009-12-31  Thomas Adam <thomas.adam22@gmail.com>
215         * fvwm/builtins.c (CMD_BugOpts):
216         Remove debug line.
218 2009-12-31  Thomas Adam <thomas.adam22@gmail.com>
219         * fvwm/builtins.c (CMD_BugOpts):
220         * fvwm/fvwm.c (InitVariables):
221         * fvwm/events.c (HandleClientMessage):
222         * fvwm/screen.h:
223         Add new BugOpts QtDragnDropWorkaround option to handle an oddity in how
224         Qt windows handle having ClientMessage events sent to them.
226 2009-12-30  Thomas Adam <thomas.adam22@gmail.com>
227         * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
228         Fix y-axis offset calculations when using MinOverlapPlacement, by
229         forcing the window on-screen when over-zealous penality calculations
230         don't take into account the size of the window borders.
232 2009-12-26  Thomas Adam <thomas.adam22@gmail.com>
233         * bin/fvwm-convert-2.6.1.in:
234         Add in BUGS section a note that converting over FvwmTheme lines is
235         likely buggy.
237 2009-12-26  Thomas Adam <thomas.adam22@gmail.com>
238         * NEWS:
239         * AUTHORS:
240         * bin/fvwm-convert-2.6.in:
241         * bin/fvwm-convert-2.6.1.in:
242         First pass at a fvwm-convert-2.6 script to convert fvwm-2.4 syntax
243         files.
245 2009-12-19  Thomas Adam <thomas.adam22@gmail.com>
246         * libs/Flocale.c (FlocaleEncodeString):
247         Pre-initialise "len2" to zero, to avoid GCC warning during compilation.
249 2009-12-12  Thomas Adam <thomas.adam22@gmail.com>
250         * fvwm/fvwm.c (StartupStuff):
251         Reset the state of the "Restarting" flag to False when restarting FVWM.
253         * fvwm/events.c (HandleMapRequestKeepRaised):
254         Only run InitialMapCommand when FVWM isn't restarting and all windows
255         have been recaptured.  The window is already mapped by the time FVWM is
256         restarting, and running the InitialMapCommand again only serves to
257         "toggle" the window state (c.f. InitialMapCommand Iconic, etc.)
259 2009-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
261         * NEWS:
262         * configure.ac:
263         increased version number to 2.5.29
265         * NEWS:
266         updated for 2.5.28 release
268 2009-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
270         * NEWS:
271         * fvwm/ewmh.c (ewmh_ChangeProperty):
272         only convert _NET_WM_ICON hint to long before storing
274 2009-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
276         * fvwm/builtins.c (CMD_BugOpts):
277         remove unused variables
279         * NEWS:
280         * fvwm/ewmh.c (ewmh_ChangeProperty):
281         fix storing of CARD32 arrays on 64 bit machines
283         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
284         prevent segmentation fault when reading a bad _NET_WM_ICON hint
286 2009-08-22      Thomas Adam <thomas.adam22@gmail.com>
287         * fvwm/geometry.c (__cs_handle_aspect_ratio):
288         Workaround gcc -O3, by declaring local vars as volatile.  This fixes an
289         otherwise continual loop when resizing windows when keeping aspect
290         ratio (c.f. mplayer.)
292 2009-08-20  Christoph Fritz <chris_honschu(at)gmx.de>
293         * configure.ac:
294         Fix typo in AS_HELP_STRING referring to enable-htmldoc
296 2009-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
298         * NEWS:
299         * fvwm/builtins.c (CMD_BugOpts):
300         Fix parsing of BugOpts options lists separated by ',', and
301         restoring to default value when the boolean option is omitted if
302         not inside a list.
304         * NEWS:
305         Change QT to Qt.
307         * NEWS:
308         * libs/Flocale.h:
309         * libs/Ficonv.h (FiconvSetTransliterateUtf8):
310         * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
311         (is_translit_supported, set_default_iconv_charsets)
312         (set_iconv_charset_index, FiconvUtf8ToCharset):
313         * fvwm/builtins.c (CMD_BugOpts):
314         Add TransliterateUtf8 bug opt for working around clients
315         which don't care about the WM_NAME value.
317 2009-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
319         * NEWS:
320         * fvwm/stack.c (BroadcastRestack):
321         Fix splitting or M_RESTACK packages causing weird window stacking
322         in modules when more than 83 windows are broadcast.
324 2009-08-04  Thomas Adam <thomas.adam22@gmail.com>
325         * configure.ac:
326         Remove dnl comments from configure.ac regarding malloc.h -- it's
327         self-explanatory anyway.
329 2009-08-03  Thomas Adam <thomas.adam22@gmail.com>
330         * configure.ac:
331         Most *BSD platforms are deprecating malloc.h in favout of stdlib.h
332         -- this never used to produce compiler warnings, but things are
333         starting to become more vocal, so don't use this in our
334         ./configure script if we're compiling FVWM on a *BSD system.
336 2009-07-31  Christoph Fritz <chris_honschu(at)gmx.de>
338         * fvwm/style.h:
339         * fvwm/fvwm.h:
340         * fvwm/add_window.c (setup_numeric_vals):
341         add "typedef struct snap_attraction_t"
342         * fvwm/style.c (style_parse_one_style_option):
343         add new SnapAttraction options "None", "ScreenWindows",
344         "ScreenIcons" and "ScreenAll"
345         * fvwm/move_resize.c (DoSnapAttract):
346         Bugfix, option SameType/Icons/Windows did falsely not affect
347         conditions of option "Screen" and option "SameType" snapped
348         falsely icons and windows together. Implement options
349         None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
350         screen edge snapping.
352 2009-07-10  Thomas Adam  <thomas.adam22@gmail.com>
353         * fvwm/add_window.c (setup_window_name_count):
354         * fvwm/add_window.c (setup_icon_name_count):
355         Deprecate these in favour of setup_name_count()
357         * fvwm/add_window.c (setup_name_count):
358         Amalgamate setup_window_name_count and setup_icon_name_count to just
359         one function (very similar code between them.)  Used with
360         IndexedWindowName and IndexedIconName.
362 2009-07-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
364         * NEWS:
365         Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
367         * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
368         (Frptp_async_putline):
369         Fix ANSI C compatibility.
371         * NEWS:
372         * fvwm/ewmh_names.c (EWMH_WMName):
373         set the HAS_EWMH_WM_NAME flag even if the window name on display
374         isn't changing.
375         (EWMH_WMIconName):
376         same for HAS_EWMH_WM_ICON_NAME
378 2009-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
380         * NEWS:
381         fix for segfault with RPlatHost directive in FvwmEvent
382         * libs/Makefile.am (libfvwm_a_SOURCES):
383         * libs/Fplay.h:
384         add Fplay.h wrapper header for rplay.h
386         * NEWS:
387         fix debian bug #438132
389 2009-07-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
391         * NEWS:
392         * fvwm/style.c (fw_match_style_id):
393         Fix fvwmstyle resource
395 2009-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
397         * NEWS:
398         * fvwm/events.c (HandleMapRequestKeepRaised):
399         Make sure that a PropertyNotify on the WM_STATE property is always
400         sent out when a window is requested to be moved to the withdrawn
401         state. (Needed by QT)
403 2009-07-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
405         * sample.fvwmrc/DecorMwm:
406         * sample.fvwmrc/DecorWin95:
407         * sample.fvwmrc/new-features:
408         * sample.fvwmrc/system.fvwm2rc:
409         * sample.fvwmrc/system.fvwm2rc-sample-1:
410         * sample.fvwmrc/system.fvwm2rc-sample-2:
411         * sample.fvwmrc/system.fvwm2rc-sample-95:
412         Use !-negation for styles instead of No...
414         * NEWS:
415         fix a typo
417         * sample.fvwmrc/system.fvwm2rc-sample-95:
418         sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
419         sed -i 's/StayOnTop/StaysOnTop/'
420         According to patches by Manoj Srivastava
422 2009-03-17  Mikhael Goikhman  <migo@homemail.com>
424         * fvwm/externs.h:
425         * fvwm/fvwm.c:
426         * fvwm/session.c:
427         convert my old code to use var_name and function_name coding style
429 2009-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
431         * NEWS:
432         * configure.ac:
433         increased version to 2.5.28
435         * ANNOUNCE:
436         * NEWS:
437         * configure.ac:
438         updated for 2.5.27 release
440 2009-02-23  Thomas Adam <thomas.adam22@gmail.com>
441         * fvwm/bindings.c (print_bindings):
442         Fixed compilation of not having libstroke installed by using ifdefs
443         around stroke code.
445 2009-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
447         * fvwm/bindings.c (print_bindings):
448         slight cleanup
450         * libs/charmap.c (charmap_table_to_string):
451         several memory menagement fixes.
453 2009-02-22  Thomas Adam <thomas.adam22@gmail.com>
455         * libs/charmap.c (charmap_table_to_string):
456         Reduce memory management on the stack, by making only those variables
457         to be accessed outside of the function charmap_table_to_string()
458         allocated on the heap instead.
460         * fvwm/bindings.c (print_bindings):
461         b->Action was previously checked whether it was NULL or not before
462         printing its value to STDERR -- however, this caused a segfault when
463         trying to perform strlen() operations internally -- hence don't bother
464         checking if it's NULL.  This avoids segfaulting.
466 2009-02-05  Thomas Adam <thomas.adam22@gmail.com>
468         * libs/charmap.c (charmap_table_to_string):
469         * libs/charmap.h:
470         Introduce charmap_to_string function which is used to build up a
471         binding string, for use with PrintInfo.
473         * fvwm/bindings.c (print_bindings):
474         Introduce print_bindings to print all bindings known to fvwm.
476         * fvwm/builtins.c (CMD_PrintInfo):
477         * fvwm/builtins.h:
478         Add support for "binding" as an option to PrintInfo.
480 2009-02-19  Thomas Adam  <thomas.adam22@gmail.com>
482         * fvwm/placement.c (__pl_position_get_pos_simple):
483         Force the window on-screen if using PositionPlacement UnderMouse.
485 2009-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
487         * fvwm/events.c (HandleMapRequestKeepRaised):
488         * fvwm/add_window.c (AddWindow):
489         * fvwm/style.h:
490         * fvwm/style.c (style_parse_one_style_option):
491         add new style InitialMapCommand
493 2008-02-08  Thomas Adam <thomas.adam22@gmail.com>
495         * bin/fvwm-menu-desktop.in:
496         Fix the location prefix for GNOME application files.
498 2008-12-29  Alexandre Julliard  <julliard@winehq.org>
500         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
501         Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
502         _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
503         horizontally maximized.
505 2008-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
507         * fvwm/fvwm.h:
508         * fvwm/module_list.c (do_execute_module):
509         * fvwm/fvwm.c (fvmm_deinstall_signals):
510         restore default signal handlers before execl()/execvp()
512 2008-10-05  Thomas Adam <thomas.adam22@gmail.com>
514         * fvwm/style.c (fw_match_style_id):
515         Allow for the window's visible name to be considered when matching a
516         style line.  It is possible to use $[w.visiblename] as the style name.
517         Whilst the normal name and the visible name are usually the same, in
518         the case of having IndxedWindowName, if a style line matches this as a
519         visible name, apply it first of all.
521 2008-10-03  Thomas Adam  <thomas.adam22@gmail.com>
522         * AUTHORS:
523         * fvwm/expand.c:
524         Add $[w.visiblename] as an expansion parameter.
526 2008-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
528         * fvwm/placement.c (__pl_position_get_pos_simple):
529         position placement honours StartsOnPage
531 2008-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
533         * fvwm/session.c (MatchWinToSM):
534         fixed keeping fullscreen state of windows over a restart; the old code
535         tried to do this through session management and effectively overwrote
536         the responsible ewmh hint; eventually, fvwm thought that the window
537         was fullscreen without actually making it fullscreen
539 2008-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
541         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
542         fixed compiler warning caused by a logic error in previous patch
544         * configure.ac:
545         applied png detection fix by Yuri Bushmelev for cross compiliation
547         * fvwm/events.c (__handle_cr_on_client):
548         fixed event merging with auto motion detection
550 2008-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
552         * NEWS:
553         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
554         * fvwm/events.h (events_handle_configure_request):
555         * fvwm/events.c (events_handle_configure_request):
556         (__handle_cr_on_client):
557         (__handle_configure_request):
558         fix handling of _NET_MOVERESIZE_WINDOW
559         (__cr_detect_icccm_move):
560         remove douplicate code
562 2008-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
564         * NEWS:
565         * fvwm/add_window.c (setup_frame_window):
566         fix compilation without XRender
568 2008-05-22  Adam Goode  <adam(at)spicenitz(dot)org>
570         * AUTHORS:
571         * ChangeLog-pre-2.4:
572         * rpm/fvwm.spec.in:
573         * vms/fvwmrc.dat:
574         Convert Latin-1 encodings to UTF-8
576 2008-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
578         * NEWS:
579         * configure.ac:
580         increased version to 2.5.27
582         * ANNOUNCE:
583         * NEWS:
584         * configure.ac:
585         updated for 2.5.26 release
587 2008-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
589         * fvwm/ewmh_events.c (ewmh_WMDesktop):
590         (ewmh_WMState):
591         * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
592         (ewmh_HandleWindowType):
593         (ewmh_AddToKdeSysTray):
594         (ewmh_HandleWindowType):
595         (ewmh_check_wm_pid):
596         64-bit fix by Alexandre Julliard
598 2008-03-30  Mikhael Goikhman  <migo@homemail.com>
600         * configure.ac:
601         fix fribidi detection when it uses pkg-config and not fribidi-config
603         * libs/FBidi.c:
604         fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
605         it now uses fribidi-types.h and not fribidi_types.h
607 2008-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
609         * fvwm/events.c (dispatch_event):
610         Fix handling of Shape events.
612 2008-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
614         * fvwm/menus.c (calc_normal_item_height):
615         (calc_more_item_height):
616         (size_menu_vertically):
617         fix calculations so the menu fit on the screen height
619 2008-03-12  Jes~s Guerrero  <i92guboj(at)terra(dot)es>
621         * fvwm/menus.c (size_menu_vertically):
622         added paddings at the top and bottom of the menus
624         * fvwm/menustyle.c (parse_vertical_margins_line):
625         new function to parse the VerticalMargins new MenuStyle
626         command
628         * fvwm/menustyle.c (menustyle_get_styleopt_index):
629         added the VerticalMargins option to the list
631         * fvwm/menustyle.c (menustyle_parse_style):
632         added default values for the padding, and a case clause
633         for the specific case when you invoke the VerticalMargins
634         MenuStyle
636         * fvwm/menustyle.c (menustyle_copy):
637         added two lines to copy the menu styles from origin to destiny
639         * fvwm/menustyle.h:
640         added macros for the vertical padding stuff
642         * fvwm/menustyle.h (struct MenuLook):
643         added sub-structure to hold the VerticalMargins
645         * fvwm/libs/defaults.h:
646         added one define for MAX_MENU_MARGIN
648 2008-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
650         * fvwm/menuitem.c (draw_highlight_background):
651         fixed drawing of background pictures in menu items
653 2008-02-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
655         * fvwm/add_window.c (setup_frame_window):
656         fix core dump with ARGB detection code
657         fix compilation without XRender
659 2008-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
661         * NEWS:
662         * configure.ac:
663         increased version to 2.5.26
665         * ANNOUNCE:
666         * NEWS:
667         * configure.ac:
668         updated for 2.5.25 release
670 2008-02-12  Renato Caldas  <seventhguardian@gmail.com>
672         * fvwm/fvwm.c (main):
673         further condense the X visual selection code
675 2008-02-10  Renato Caldas  <seventhguardian@gmail.com>
677         * fvwm/fvwm.c (main):
678         condense the X visual selection code
680 2008-02-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
682         * fvwm/events.c (register_event_group)
683         (InitEventHandlerJumpTable, dispatch_event):
684         use separate jump tables for events defined by X-extensions
685         to eliminate the need to ovverride the LASTEvent value.
687         * fvwm/module_list.c (module_list_remove):
688         include the case where the module is first in the list in
689         the loop, fixing a segmentaion fault when the list was empty.
691 2008-02-07  Renato Caldas  <seventhguardian@gmail.com>
693         * fvwm/add_window.c (setup_frame_window):
694         add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
695         add preliminary support for ARGB windows in fvwm (based on
696         Marc Lehman's argb patch)
698 2008-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
700         * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
701         fixed compile error
703 2008-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
705         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
706         catch BadGC when updating root transparent window background
708         * libs/XError.c (do_coredump):
709         (ferror_set_temp_error_handler):
710         (ferror_reset_error_handler)
711         (ferror_call_next_error_handler):
713         new helper functions
714         * libs/XError.c (PrintXErrorAndCoredump):
715         try to dump core the hard way
717 2008-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
719         * fvwm/colorset.c (parse_colorset):
720         check for image != None before calling XDestroyImage
722         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
723         (ewmh_WMStateMaxHoriz):
724         (ewmh_WMStateModal):
725         (ewmh_WMStateShaded):
726         (ewmh_WMStateStaysOnTop):
727         (ewmh_WMStateStaysOnBottom):
728         handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
729         version 1.3
730         also ignore the EWMH staysontop and staysonbottom hints if the
731         EWMHIgnoreStackingOrderHints style is used
733         * fvwm/colorset.c (parse_colorset):
734         Fixed a sporadic crash when the root background set by gnome,
735         fvwm-root, esetroot etc. changes and a root transparent colour set
736         is used.
738         * fvwm/colorset.c (parse_colorset):
739         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
740         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
741         * libs/PictureGraphics.c (PGrabXImage)
742         (PGraphicsCreateTranslucent):
743         use MyXGrabserver and MyXUngrabServer instead of doing the X calls
744         directly!
746 2008-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
748         * libs/PictureGraphics.c (PGrabXImage):
749         fixed XImage memory leak
750         (PCreateRenderPixmap):
751         (PCreateDitherPixmap):
752         Properly handle return code of FgetFImage()
754 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
756         * fvwm/events.c (HandleConfigureRequest):
757         (events_handle_configure_request):
758         cleanup
760         * fvwm/ewmh_events.c (ewmh_RestackWindow):
761         (ewmh_MoveResizeWindow):
762         fixed crash when moving/resizing/restacking unmanaged windows through
763         an ewmh message
765 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
767         * fvwm/events.c (HandleMapRequestKeepRaised):
768         fixed compiler warning
770 2008-01-26  Olivier  <chapuis(at)lri(dot)fr>
772         * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
773         (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
774         * NEWS:
775         Fixed the determination of the X charset on UTF-8 system
777 2008-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
779         * fvwm/placement.c (__pl_minoverlap_get_next_x):
780         do not add screen offset to window position
782         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
783         fixed a memory leak
785 2008-01-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
787         * NEWS:
788         Some html documentation files were not installed.
790 2008-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
792         * fvwm/style.c (style_parse_one_style_option):
793         fixed parsing of screen argument of the SnapAttraction Style
795 2007-12-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
797         * fvwm/move_resize.c (DoSnapAttract):
798         Use edge move resistance, and not delay for top edge when moving
799         windows.
801 2007-12-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
803         * NEWS:
804         * fvwm/events.c (HandleMapRequestKeepRaised)
805         (test_withdraw_request):
806         Don't map windows that request to be moved back to WithdrawnState
807         by the ICCCM2 method before they have been mapped. (Fixes bug with
808         disappearing windows.)
810 2007-11-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
812         * NEWS:
813         * configure.ac:
814         increased version to 2.5.25
816         * NEWS:
817         * configure.ac:
818         updated for 2.5.24 release
820 2007-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
822         * fvwm/menus.c (__mloop_exit):
823         * fvwm/menubindings.c (parse_menu_action):
824         * fvwm/bindings.c:
825         reindented and cleaned up some code
827 2007-11-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
829         * fvwm/update.c (apply_window_updates):
830         * fvwm/add_window.c (setup_style_and_decor):
831         (setup_numeric_vals):
832         * fvwm/add_window.h:
833         * fvwm/style.h:
834         * libs/defaults.h:
835         * fvwm/events.c (HandleEnterNotify):
836         * fvwm/fvwm.c (InitVariables):
837         * fvwm/screen.h:
838         * fvwm/session.c (SaveGlobalState):
839         (LoadGlobalState):
840         * fvwm/move_resize.c (DoSnapAttract):
841         (CMD_SnapGrid)
842         (DoSnapAttract):
843         The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
844         They have been replaced by the styles EdgeMoveResistance,
845         EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
847 2007-10-21  Renato Caldas  <seventhguardian@gmail.com>
849         * acinclude.m4:
850         * configure.ac:
851         use AS_HELP_STRING to format the configure options help strings
853 2007-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
855         * fvwm/conditional.c:
856         some reformatting
858 2007-10-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
860         * fvwm/ConfigFvwmDefaults:
861         restore default action of closing menus for menu titles
863 2007-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
865         * libs/FScreen.c (FindScreenOfXY):
866         * fvwm/move_resize.c (GetMoveArguments):
867         fixed the "screen w" argument of the Move and other commands
869 2007-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
871         * fvwm/virtual.c (HandlePaging):
872         don't modify *xl and *yt unless we we really page
874 2007-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
876         * fvwm/module_list.h:
877         * fvwm/module_list.c:
878         a little cleanup
880 2007-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
882         * NEWS:
883         * configure.ac:
884         increased version to 2.5.24
886         * NEWS:
887         * configure.ac:
888         updated for 2.5.23 release
890         * libs/Flocale.c (FlocaleEncodeString):
891         removed previous warning fix
893 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
895         * fvwm/style.c:
896         * fvwm/add_window.c:
897         Added new style option:  StartShaded.
899 2007-08-30  Renato Caldas  <seventhguardian@gmail.com>
901         * libs/Flocale.c (FlocaleEncodeString):
902         fix compile warning
904 2007-08-30  Viktor Griph  <griph(at)student(dot)chalmers(dot)se>
906         * configure.ac:
907         * fvwm/fvwm.1.in
908         * fvwm/Makefile.am:
909         removed old fvwm manpage
911 2007-08-29  Renato Caldas  <seventhguardian@gmail.com>
913         * NEWS:
914         * configure.ac:
915         increased version to 2.5.23
917         * NEWS:
918         * configure.ac:
919         fix the date for 2.5.22 release
921 2007-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
923         * fvwm/windowlist.c (CMD_WindowList):
924         fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
925         iconified windows.
927 2007-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
929         * configure.ac:
930         fixed perl check
931         use "test ! ... = ..." instead of "test ... != ..."
933         * fvwm/builtins.c (CMD_PropertyChange):
934         fixed completely broken parsing of PropertyChange arguments
936 2007-08-28  Renato Caldas  <seventhguardian@gmail.com>
938         * NEWS:
939         * configure.ac:
940         updated for 2.5.22 release
942         * fvwm/builtins.c (CMD_PropertyChange):
943         * libs/Flocale.c (FlocaleGetFftFont):
944         (FlocaleGetFontSet):
945         (FlocaleGetFont):
946         (FlocaleGetFontOrFontSet):
947         (FlocaleLoadFont):
948         (FlocaleUnloadFont):
949         fix compiler warnings
951 2007-08-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
953         * fvwm/functable.c:
954         fixed command table parsing
956 2007-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
958         * fvwm/module_list.c (module_kill):
959         (executeModuleDesperate):
960         (module_list_itr_init):
961         re-indented
963         * fvwm/events.c (My_XNextEvent):
964         * fvwm/module_list.c (module_alloc):
965         (do_execute_module):
966         * fvwm/module_list.h (fmodule):
967         (MOD_IS_CMDLINE):
968         (MOD_SET_CMDLINE):
969         restored *not* useless is_cmdline_module stuff
971         * fvwm/functions.h:
972         add constants for command group tagging
974 2007-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
976         * configure.ac:
977         don't check for tbl
979 2007-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
981         * configure.ac:
982         check for sed, perl and tbl, needed to build documentation
984 2007-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
986         * libs/System.c (fvwm_mkstemp):
987         use constants from libs/fvwm_sys_stat.h
989 2007-08-15  Renato Caldas  <seventhguardian@gmail.com>
991         * fvwm/module_list.c (do_execute_module):
992         fixed possible crash when fork fails
994         * fvwm/module_list.c (module_list_remove):
995         now returns the removed fmodule*, or NULL if unsuccessful
996         removed error message when removing a not listed module (it's normal)
998         * fvwm/module_list.c (module_kill):
999         module is inserted in death_row only if it is successfuly removed from
1000         module_list (fixes crash when module is killed more than once)
1002 2007-08-08  Renato Caldas  <seventhguardian@gmail.com>
1004         * fvwm/events.c (My_XNextEvent):
1005         fixed hang with startup modules
1007 2007-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1009         * fvwm/conditional.c (FreeConditionMask):
1010         fixed crash with inverted name condition
1012         * NEWS:
1013         fixed typo
1015 2007-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1017         * configure.ac:
1018         * README:
1019         * NEWS:
1020         * INSTALL.fvwm:
1021         * sample.fvwmrc/system.fvwm2rc-sample-95:
1022         * sample.fvwmrc/system.fvwm2rc:
1023         * sample.fvwmrc/system.fvwm2rc-sample-2:
1024         * libs/Picture.c (PicturePrintImageCache):
1025         * libs/Module.c:
1026         * libs/FGettext.c (FGettextPrintLocalePath):
1027         * libs/fvwmsignal.c:
1028         * libs/Module.h:
1029         * libs/PictureUtils.c (PictureAllocColorTable)
1030         (PicturePrintColorInfo):
1031         * libs/FScreen.h:
1032         * libs/fvwmsignal.h:
1033         * libs/Bindings.c:
1034         * libs/FScreen.c:
1035         * libs/Ficonv.c (convert_charsets):
1036         (FiconvSetupConversion):
1037         * fvwm/decorations.c:
1038         * fvwm/gnome.h:
1039         * fvwm/events.c:
1040         * fvwm/add_window.c (setup_window_font):
1041         (setup_icon_font):
1042         * fvwm/fvwm.1.in:
1043         * fvwm/session.h:
1044         * fvwm/conditional.c:
1045         * fvwm/fvwm.c (SetRCDefaults):
1046         (main):
1047         * fvwm/ewmh_events.c:
1048         * fvwm/stack.c:
1049         * fvwm/gnome.c:
1050         * fvwm/menustyle.c (menustyle_parse_style):
1051         (menustyle_copy):
1052         * fvwm/ewmh.c (EWMH_Init):
1053         * libs/Flocale.c (FlocaleParseShadow):
1054         (FlocaleGetFontSet):
1055         (FlocaleLoadFont):
1056         (FlocalePrintLocaleInfo):
1057         * fvwm/misc.c (fvwm_msg):
1058         * vms/README:
1059         * vms/vms.c:
1060         write fvwm in lower case
1062         * configure.ac:
1063         fixed build without GNU make
1065 2007-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1067         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
1068         fixed buffer overflow
1070 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
1072         * fvwm/module_list.h (fmodule_list_itr):
1073         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
1074         replace iterator struct by typedef
1076         * fvwm/module_list.c (module_list_destroy):
1077         (module_kill_all):
1078         (module_cleanup):
1079         new function to remove dup code
1081         * fvwm/module_list.c (module_kill):
1082         changed to move the module to the deathrow list
1084         * fvwm/module_list.h (fmodule):
1085         * fvwm/module_list.c (module_alloc):
1086         (module_list_remove):
1087         (FlushMessageQueue):
1088         removed is_removed logic
1090         * fvwm/module_list.c (module_safefree):
1091         removed function
1093         * fvwm/events.c (My_XNextEvent):
1094         remove old "#if 0" code
1096         * fvwm/module_list.c (module_kill):
1097         removed debug code
1099 2007-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1101         * fvwm/module_list.h (fmodule_list_itr):
1102         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
1103         don't store current pointer in module list iterators.
1104         fix C89-compilance
1106 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
1108         * fvwm/events.c (My_XNextEvent):
1109         * fvwm/module_list.c (KillModuleByName):
1110         (FlushAllMessageQueues):
1111         * fvwm/module_interface.c (BroadcastPacket):
1112         (BroadcastNewPacket):
1113         (BroadcastName):
1114         (BroadcastFvwmPicture):
1115         (BroadcastColorset):
1116         (BroadcastProperyChange):
1117         (BroadcastConfigInfoString):
1118         (CMD_SendToModule):
1119         * fvwm/modconf.c (ModuleConfig):
1120         * fvwm/stack.c (BroadcastRestack):
1121         replaced module_get_next by module list iterator mechanism
1123         * fvwm/module_list.h:
1124         * fvwm/module_list.c (module_get_next):
1125         removed function
1127 2007-08-05  Renato Caldas  <seventhguardian@gmail.com>
1129         * fvwm/module_list.h:
1130         * fvwm/module_list.c (fmodule):
1131         (fmodule_store):
1132         (module_insert):
1133         (module_remove):
1134         (module_count):
1135         (module_get_next):
1136         (FlushAllMessageQueues):
1137         (KillModuleByName):
1138         * fvwm/module_interface.c (BroadcastPacket):
1139         (BroadcastNewPacket):
1140         (BroadcastName):
1141         (BroadcastFvwmPicture):
1142         (BroadcastColorset):
1143         (BroadcastProperyChange):
1144         (BroadcastConfigInfoString):
1145         (CMD_SendToModule):
1146         * fvwm/event.c (My_XNextEvent):
1147         * fvwm/stack.c (BroadcastRestack):
1148         * fvwm/modconf.c (ModuleConfig):
1149         changed to work with generic list container
1151         * fvwm/module_list.c (module_insert):
1152         (module_list_insert):
1153         (module_remove):
1154         (module_list_remove):
1155         (module_count):
1156         (module_list_len):
1157         renamed as list handling functions
1159         * fvwm/events.c (My_XNextEvent):
1160         * fvwm/module_list.h:
1161         * fvwm/module_list.c (module_alloc):
1162         (do_execute_module):
1163         removed useless is_cmdline_module stuff
1165         * fvwm/module_list.h:
1166         * fvwm/module_list.c (module_list_insert):
1167         (module_list_remove):
1168         (module_list_len):
1169         new fmodule_list object representing a module list.
1170         changed the module lists to the new object.
1171         changed list functions to use the list object instead of the
1172         fmodule_store pointer.
1174         * fvwm/events.c (My_XNextEvent):
1175         moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
1177         * fvwm/module_list.h (fmodule_list_itr):
1178         * fvwm/module_list.c (fmodule_list_itr_init):
1179         (fmodule_list_itr_next):
1180         created a smart (safe) iterator mechanism to replace the
1181         module_get_next function
1183 2007-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1185         * fvwm/functions.c:
1186         * fvwm/functable.c:
1187         added empty functions to replace CMD_Dummy
1189         * configure.ac:
1190         use subordinate Makefile.ams instead of iuncluding files from other
1191         dirs
1193         * configure.ac:
1194         removed FVWMNAMEUCASE
1196         * configure.ac:
1197         make distcheck fix
1199         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
1200         force --enable-htmldoc on "make distcheck"
1202         * fvwm/events.c (HandleEnterNotify):
1203         (HandleLeaveNotify):
1204         properly generate enter_window and leave_window events for FvwmEvent
1206 2007-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1208         * fvwm/move_resize.c (GetOnePositionArgument):
1209         (__get_shift)
1210         (ParsePositionArgumentSuffix):
1211         code cleanup
1213 2007-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1215         * fvwm/move_resize.c (GetOnePositionArgument):
1216         fixed position calculation with the "w" prefix (move w-1 w-1).
1217         (GetOnePositionArgument):
1218         code cleanup
1220 2007-07-26  Viktor Griph  <griph@dd.chalmers.se>
1222         * fvwm/menus.c (__copy_down, __check_for_delimiter)
1223         (scanForStrings):
1224         reduce indentation level
1225         add comment to explain why suppressing the warning is right
1227 2007-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1229         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1230         fixed using uninitialized variable
1232         * fvwm/menus.c (scanForStrings):
1233         suppress compiler warning for now
1235         * fvwm/move_resize.c (resize_move_window):
1236         (AnimatedMoveAnyWindow):
1237         (__move_window):
1238         (__resize_window):
1239         (CMD_Maximize):
1240         * fvwm/module_interface.c (__get_allowed_actions):
1241         * fvwm/menuitem.c (menuitem_paint):
1242         * fvwm/icons.c (CMD_Iconify):
1243         * fvwm/gnome.c (GNOME_SetHints):
1244         * fvwm/ewmh.c (ewmh_AllowsClose):
1245         (ewmh_AllowsClose)
1246         (ewmh_AllowsFullScreen):
1247         (ewmh_AllowsMinimize)
1248         (ewmh_AllowsMaximize):
1249         (ewmh_AllowsMove):
1250         (ewmh_AllowsResize)
1251         (EWMH_fullscreen):
1252         * fvwm/ewmh_events.c (ewmh_CloseWindow):
1253         (ewmh_MoveResizeWindow):
1254         (ewmh_MoveResize):
1255         (ewmh_WMState):
1256         (ewmh_WMStateHidden):
1257         * fvwm/events.c (__handle_cr_on_client):
1258         * fvwm/decorations.c (__is_resize_allowed):
1259         (is_function_allowed):
1260         * fvwm/conditional.c (MatchesConditionMask):
1261         * fvwm/builtins.c (CMD_Delete):
1262         * fvwm/add_window.c (AddWindow):
1263         is_function allowed now differentiates between US program actions and
1264         actions initiated by interaction between fvwm and the user
1266 2007-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1268         * fvwm/menus.c (__scan_for_pixmap):
1269         fixed compiler warning
1271         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1272         (ewmh_RestackWindow):
1273         honor FixedSize/FixedPosition styles in EWMH messages too
1275 2007-07-24  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1277         * fvwm/fvwm.c (setVersionInfo):
1278         add XCursor support to version output
1280         * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
1281         (SCTX_GET_MR, string_context_type_t, string_context_t)
1282         (string_def_t, scanForColor, scanForPixmap, scanForStrings)
1283         (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
1284         reimplement pixmap and color scanning for menus to better handle
1285         escaped delimiters.
1287 2007-07-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1289         * fvwm/Makefile.am:
1290         don't install fvwm.1
1292         * fvwm/events.c (My_XNextEvent):
1293         remove unused varaible
1295         * fvwm/events.c (My_XNextEvent):
1296         * fvwm/module_list.h:
1297         * fvwm/module_list.c (module_store, module_alloc)
1298         (module_kill_all, module_safefree, module_remove)
1299         (do_execute_module, module_kill, module_cleanup, module_get_next)
1300         (FlushMessageQueue):
1301         Don't free module stuctures during module I/O. (Fixes segfault.)
1303 2007-07-20  Simon Griph  <simon(at)griph(dot)se>
1305         Committed by Scott.
1307         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1308         Someone missed to add extra conditions when changing from
1309         unsigned to signed.
1311 2007-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1313         * configure.ac:
1314         fixed liXcursor detection
1316 2007-07-16  Simon Griph  <simon(at)griph(dot)se>
1318         Committed by Scott.
1320         * fvwm/menus.c (scanForPixmap):
1321         made it possible to escape '*' '%' '@' in filenames
1323         * libs/PictureImageLoader.c (PImageLoadSvg):
1324         added transposing and none uniform scaling to svg options
1326 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1328         * libs/PictureImageLoader.c:
1329         cleanup
1330         (PImageLoadCursorFromFile):
1331         fixed compilation without xpm library
1332         (PImageLoadPng):
1333         fixed compiler warning without png library
1335 2007-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1337         * libs/Fxpm.h:
1338         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1339         fix compilation without xpm library
1341 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1343         * libs/Fxpm.h:
1344         fixed compile error
1346         * libs/PictureImageLoader.c:
1347         cleanup
1348         (PImageLoadCursorFromFile):
1349         fixed compilation without xpm library
1350         (PImageLoadPng):
1351         fixed compiler warning without png library
1353 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1355         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1356         * fvwm/cursor.c (CMD_CursorStyle):
1357         fixed compiler warning
1359 2007-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1361         * fvwm/cursor.c (CMD_CursorStyle):
1362         fix CursorStyle command parsing
1364 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1366         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1367         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1368         * libs/PictureImageLoader.c (PImageLoadSvg):
1369         (PImageLoadPng):
1370         (PImageCreatePixmapFromArgbData):
1371         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1372         (PImageCreatePixmapFromFImage):
1373         new local function
1375 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1377         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1378         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1379         * libs/PictureImageLoader.c (PImageLoadSvg):
1380         (PImageLoadPng):
1381         (PImageCreatePixmapFromArgbData):
1382         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1383         (PImageCreatePixmapFromFImage):
1384         new local function
1386 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1388         * AUTHORS:
1389         * NEWS:
1390         updated
1392         * configure.ac:
1393         added libXcursor detection
1395         * fvwm/Makefile.am (LDADD):
1396         added Xcursor_LIBS
1398         * INSTALL.fvwm:
1400         * libs/Fcursor.h:
1401         new file
1403         * libs/Makefile.am (libfvwm_a_SOURCES):
1404         added Fcursor.h
1406         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1407         added Xcursor support
1409 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1411         * NEWS:
1412         updated
1414         * libs/Fxpm.h:
1415         added defs for FxpmInfo and FxpmFreeXpmInfo
1417         * libs/PictureBase.h (FvwmPictureAttributes):
1418         * libs/PictureImageLoader.c
1419         (PImageCreatePixmapFromArgbData):
1420         (PImageLoadPixmapFromFile):
1421         added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1422         (PImageLoadCursorPixmapFromFile):
1423         (PImageLoadCursorFromFile):
1424         * libs/PictureImageLoader.h:
1425         removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1426         replaced by the new general PImageLoadCursorFromFile()
1428         * fvwm/cursor.c (CMD_CursorStyle):
1429         handle new hot-spot arguments, use PImageLoadCursorFromFile()
1430         instead of PImageLoadCursorPixmapFromFile(), less code duplication
1432 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1434         * libs/PictureImageLoader.c
1435         (PImageLoadSvg):
1436         (PImageLoadPng):
1437         (PImageLoadXpm):
1438         now returns argb data instead of pixmaps
1439         (PImageLoadPixmapFromFile):
1440         (PImageLoadArgbDataFromFile):
1441         moved first half of PImageLoadPixmapFromFile() into
1442         the new local function PImageLoadArgbDataFromFile()
1443         (PImageLoadBitmap):
1444         removed function, code moved into PImageLoadPixmapFromFile()
1446 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1448         * libs/PictureImageLoader.c (PImageLoadXpm):
1449         revised to make use of PImageCreatePixmapFromArgbData()
1451 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1453         * fvwm/colorset.c (parse_shape):
1454         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1455         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1456         * libs/PictureImageLoader.c
1457         (PImageLoadSvg):
1458         (PImageLoadPng):
1459         (PImageCreatePixmapFromArgbData):
1460         don't create a mask pixmap for fully opaque (all alpha == 0xff)
1461         or translucent (0 < any alpha < 0xff) images.
1463 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1465         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1466         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1467         * libs/PictureImageLoader.c (PImageLoadSvg):
1468         (PImageLoadPng):
1469         (PImageCreatePixmapFromArgbData):
1470         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1471         (PImageCreatePixmapFromFImage):
1472         new local function
1474 2007-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1476         * fvwm/functions.c (CMD_EchoFuncDefinition):
1477         * fvwm/functable.c (func_table):
1478         * fvwm/commands.h:
1479         new command EchoFuncDefinition
1481 2007-07-07  Simon Griph  <simon(at)griph(dot)se>
1483         * NEWS:
1484         * fvwm/conditional.c (CreateConditionMask):
1485         bugfix: Condition separation previously failed when a
1486         single comma (no whitespace padding) was used directly
1487         after a multi-worded condition.
1489 2007-06-21  Renato Caldas  <seventhguardian@gmail.com>
1491         * fvwm/module_list.c (module_kill):
1492         fix possible core dump when using startup modules
1494 2007-06-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1496         * NEWS:
1497         * fvwm/builtins.c (CMD_PrintInfo):
1498         * libs/Picture.h (PicturePrintImageCache):
1499         * libs/Picture.c (PicturePrintImageCache):
1500         add ImageCache subject to PrintInfo command
1502 2007-06-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1504         * NEWS:
1505         * fvwm/events.c (My_XNextEvent):
1506         fix crash when a module closes down during input/output.
1508 2007-06-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1510         * fvwm/icons.c (ChangeIconPixmap):
1511         (DeIconify):
1512         (Iconify):
1513         * fvwm/focus.c (warp_to_fvwm_window):
1514         * fvwm/events.c (__handle_cr_restack):
1515         (__handle_bpress_on_managed):
1516         (HandlePropertyNotify):
1517         * fvwm/stack.h:
1518         * fvwm/stack.c (__restack_window):
1519         (__raise_lower_recursion):
1520         (__raise_or_lower_window):
1521         (raise_or_lower_window):
1522         (position_new_window_in_stack_ring):
1523         (RaiseWindow):
1524         (LowerWindow):
1525         (RestackWindow):
1526         (HandleUnusualStackmodes):
1527         (CMD_Raise):
1528         (CMD_Lower):
1529         (CMD_RestackTransients):
1530         (CMD_RaiseLower):
1531         do raise hacks even when the internal stack is intact, unless on a
1532         client request
1534 2007-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1536         * fvwm/style.c (check_window_style_change)
1537         (style_parse_one_style_option):
1538         * fvwm/style.h:
1539         * fvwm/fvwm.h (window_style):
1540         * fvwm/add_window.c (setup_frame_size_limits):
1541         * fvwm/geometry.c (constrain_size):
1542         new style MinWindowSize
1544 2007-05-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1546         * libs/System.h:
1547         added missing prototypes
1549         * libs/safemalloc.c:
1550         * libs/fio.c:
1551         * libs/envvar.c:
1552         * libs/XResource.c:
1553         * libs/XError.c:
1554         * libs/WinMagic.c:
1555         * libs/Target.c:
1556         * libs/Event.c (GetSubwindowFromEvent):
1557         * libs/Cursor.c:
1558         * libs/ColorUtils.c:
1559         include corresponding header files
1561         * libs/PictureBase.c:
1562         * libs/FlocaleCharset.c:
1563         * fvwm/ewmh.c:
1564         cleanup prototypes
1566 2007-05-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1568         * configure.ac (HAVE_GNU_READLINE):
1569         detect full GNU readline API (vs BSD libedit readline compatibility
1570         layer)
1572 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1574         * fvwm/windowlist.c (CMD_WindowList):
1575         * NEWS:
1577         Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1578         "UseSkipList" & "OnlySkipList".
1580 2007-04-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1582         * NEWS:
1583         * fvwm/add_window.c (validate_transientfor):
1584         detect and disallow circular transient-for hints
1586 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1588         * fvwm/fvwm.1.in:
1589         s/UseListSkip/UseSkipList/g etc.
1591 2007-04-17  Jesus Guerrero  <6thpink(at)terra(dot)es>
1593         * fvwm/menus.c (size_menu_vertically):
1594         added localization of the "More&..." string
1596 2007-03-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1598         * libs/PictureBase.c (PictureFindImageFile):
1599         fix for segfault with svg-support enabled
1601         * INSTALL.fvwm (http):
1602         * configure.ac (png_CFLAGS):
1603         raise librsvg dependeny due to bug with 2.13.91
1605         * fvwm/cursor.c (CMD_CursorStyle):
1606         remove unused static variable nocursor
1608 2007-03-14  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1610         * AUTHORS:
1611         typo.
1613 2007-03-11  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1615         * configure.ac:
1616         bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1617         bugfix: out-of-tree builds failed due to broken dependency.
1618         Make man page have same header as old one.
1619         Fix man page indentation.
1620         Make text of top-level man page sections all uppercase.
1621         Added --disable-mandoc option.
1622         HTML doc generation is off by default: use --enable-htmldoc.
1623         Added more info in doc/README about XML commands to use.
1625 2007-03-10  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1627         * NEWS:
1628         * Everything in the 'doc' subdirectory.
1630         XML source to generate man page & HTML documentation.
1632 2007-02-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1634         * NEWS:
1635         * fvwm/colorset.c (parse_colorset):
1636         don't recompute sh, hi and fgsh if they were supplied in a previous
1637         colorset line. Fixes bug #3359.
1639 2007-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1641         * fvwm/move_resize.c (DoSnapAttract):
1642         handle SnapGrid before SnapAttraction so that non-overlapping windows
1643         do not snap edge to edge:
1644                                     +---+
1645                                     |   |
1646                                     +---+---+
1647                                         |   |
1648                                         +---+
1650 2007-02-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1652         * fvwm/style.c (parse_and_set_window_style)
1653         (style_parse_one_style_option):
1654         don't warn about PositionPlacement arguments
1656 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1658         * AUTHORS:
1659         * NEWS:
1660         enties for ChangeWindowTitle patch by Julio Teca.
1662 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1664         * fvwm/fvwm.c (main):
1665         fixed ROOT CursorStyle context
1667         * fvwm/placement.c (__pl_manual_get_pos_simple):
1668         * fvwm/move_resize.h:
1669         * fvwm/move_resize.c (__move_loop):
1670         (InteractiveMove):
1671         fixed long broken POSITION CursorStyle context
1673 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1675         * fvwm/bindings.c (ParseBinding):
1676         fix buffer overrun with >78 character window names.
1678         * fvwm/fvwm.1.in (PositionPlacement):
1679         fix typos
1681         * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1682         * fvwm/style.c (style_parse_one_style_option):
1683         change BorderWidth and HandleWidth style  to revert to default if no
1684         arguments are given
1686 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1688         * fvwm/fvwm.h (style_flags):
1689         * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1690         (__place_get_wm_pos):
1691         (__place_window, __explain_placement):
1692         * fvwm/style.c (style_parse_one_style_option):
1694         * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1695         (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1696         (DEFAULT_PLACEMENT_POSITION_STRING):
1697         new default strings
1699         * fvwm/move_resize.c (GetOnePositionArgument):
1700         added 'w' suffix to Move arguments
1701         allow multiple shifts from original position
1703         * fvwm/style.c (style_parse_one_style_option):
1704         (merge_styles)
1705         (free_style):
1706         * fvwm/placement.c (setup_window_placement)
1707         (__place_get_placement_flags):
1708         (__place_get_wm_pos):
1709         (__place_get_nowm_pos):
1710         (__place_window):
1711         (__place_handle_x_resources):
1712         (setup_window_placement):
1713         * fvwm/fvwm.h (PLACE_CENTER):
1714         (PLACE_POSITION):
1715         replaced CenterPlacement with more flexibe PositionPlacement
1717         * fvwm/move_resize.c (GetMoveArguments):
1718         (GetResizeArguments):
1719         (GetResizeMoveArguments):
1720         (__move_window):
1721         * fvwm/move_resize.h:
1722         exported and enhanced function GetMoveArguments for use by placement
1723         algorithm
1725 2007-02-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1727         * fvwm/ConfigFvwmDefaults:
1728         reenable MenuScroll on titles
1730         * fvwm/menubindings.c (menu_shortcuts):
1731         don't scroll menus if scrolling would be in the wrong direction
1733 2007-02-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1735         * fvwm/move_resize.c (__resize_window):
1736         some resizing/gravity fixes
1737         properly handle maximized + shaded state when resizing
1738         non-interactively
1740 2007-01-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1742         * fvwm/move_resize.c (__resize_window):
1743         resizing of shaded windows work better.
1745 2007-01-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1747         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1748         clarified previous patch
1750         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1751         documented '-' command prefix
1753         * fvwm/expand.c (__eae_parse_range):
1754         fix $[n-] and $[*] after unsigned int havoc
1756 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1758         * fvwm/Makefile.am:
1759         * fvwm/ConfigFvwmMenuDefaults:
1760         removed file
1761         * fvwm/ConfigFvwmDefaults:
1762         * fvwm/ConfigFvwmMenuDefaults:
1763         moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1765 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1767         * fvwm/ConfigFvwmMenuDefaults:
1768         * fvwm/fvwm.c (SetRCDefaults):
1769         make default menu mouse bindings for MenuSelectItem and MenuScroll only
1770         apply to menu item context.
1772 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1774         * fvwm/placement.c (placement_loop):
1775         (__pl_minoverlap_get_avoidance_penalty):
1776         (__pl_smart_get_first_pos):
1777         (__pl_smart_get_next_pos):
1778         (__pl_smart_test_window):
1779         (__pl_smart_get_pos_penalty):
1780         rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1781         now less than ten lines of code.
1783         * fvwm/add_window.c (setup_placement_penalty):
1784         * fvwm/style.c (style_parse_one_style_option):
1785         allow to reset the placement penalties with !
1787         * fvwm/placement.h:
1788         * fvwm/add_window.c (setup_placement_penalty):
1789         * fvwm/style.h:
1790         * fvwm/fvwm.h:
1791         * fvwm/style.c (style_parse_one_style_option):
1792         put placement penalty array in a struct
1794         * fvwm/placement.c (__place_get_wm_pos):
1795         (__pl_clever_get_next_x):
1796         (__pl_clever_get_next_y):
1797         (__pl_clever_get_first_pos):
1798         (__pl_clever_get_next_pos):
1799         (__pl_clever_get_avoidance_penalty):
1800         (__pl_clever_get_pos_penalty):
1801         (__pl_minoverlap_get_next_x):
1802         (__pl_minoverlap_get_next_y):
1803         (__pl_minoverlap_get_first_pos):
1804         (__pl_minoverlap_get_next_pos):
1805         (__pl_minoverlap_get_avoidance_penalty):
1806         (__pl_minoverlap_get_pos_penalty):
1807         renamed ...clever... functions to ...minoverlap...
1809         * fvwm/bindings.c:
1810         * fvwm/decorations.c:
1811         * fvwm/menubindings.c:
1812         * fvwm/module_interface.c:
1813         * fvwm/module_list.c:
1814         * fvwm/fvwm.c:
1815         * fvwm/module_list.h:
1816         * fvwm/events.c:
1817         * fvwm/module_interface.h:
1818         * fvwm/Makefile.am:
1819         dont include "libs" in include path
1821         * libs/vpacket.h:
1822         #includes from fvwm path with "..." not <...>
1824         * fvwm/stack.c:
1825         #includes from library path with "..." not <...>
1827 2007-01-28  Simon Griph  <simon(at)griph(dot)se>
1829         * NEWS:
1830         * AUTHORS:
1831         * INSTALL.fvwm:
1832         documented new svg support
1834         * configure.ac:
1835         added librsvg detection
1837         * fvwm/Makefile.am (LDADD, INCLUDES):
1838         added rsvg_LIBS, rsvg_CFLAGS
1840         * fvwm/expand.c (expand_vars_extended):
1841         new extended variables
1842         $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1844         * fvwm/fvwm.1.in (OPTIONS):
1845         (ICONS AND IMAGES):
1846         documented new svg support
1847         (COMMAND EXPANSION):
1848         documented new extended variables
1850         * fvwm/fvwm.c (setVersionInfo):
1851         (main):
1852         added Frsvg_init() call
1854         * libs/Fsvg.h:
1855         new file
1857         * libs/Makefile.am (libfvwm_a_SOURCES):
1858         added Fsvg.h
1859         (INCLUDES):
1860         added rsvg_CFLAGS
1862         * libs/Picture.c (PCacheFvwmPicture):
1863         hid svgopts from isFileStampChanged()
1865         * libs/PictureBase.c (PictureFindImageFile):
1866         hid svgopts from searchPath()
1868         * libs/PictureBase.h:
1870         * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1871         hid svgopts from setFileStamp()
1872         (PImageLoadSvg):
1873         new svg image loader
1875         * libs/fvwmlib.c (flib_init_graphics):
1876         added Frsvg_init() call
1878 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1880         * NEWS:
1881         * fvwm/stack.c (__is_restack_needed)
1882         (is_transient_subtree_straight):
1883         (__restack_window):
1884         fix crash when trying to restack destroyed window
1886 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1888         * libs/Makefile.am (libfvwm_a_SOURCES):
1889         add fvwmlib.c
1891         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1892         * fvwm/menus.c (move_any_menu)
1893         set menu backgrounds before moving. Makes transparent menus move
1894         more seamless.
1896         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1897         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1898         add update_transparent_menu_bg to allow set of transparent menu
1899         background before a move, and change repaint_transparent_menu to
1900         allow for not setting the menu background.
1902         * libs/Colorset.c (SetWindowBackgroundWithOffset):
1903         create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1904         transparent colorsets)
1905         (CreateOffsetBackgroundPixmap):
1906         use offset also for non transparent backgrounds.
1908         * fvwm/menubindings.c (menu_shortcuts):
1909         don't move menus on scroll if they don't move
1911 2007-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1913         * libs/fvwmlib.h:
1914         * fvwm/bindings.c:
1915         * fvwm/cursor.c:
1916         * fvwm/decorations.c:
1917         * fvwm/ewmh_conf.c:
1918         * fvwm/ewmh_events.c:
1919         * fvwm/ewmh_icons.c:
1920         * fvwm/expand.c:
1921         * fvwm/focus.c:
1922         * fvwm/functions.c:
1923         * fvwm/gnome.c:
1924         * fvwm/menubindings.c:
1925         * fvwm/menucmd.c:
1926         * fvwm/menuitem.c:
1927         * fvwm/misc.c:
1928         * fvwm/modconf.c:
1929         * fvwm/module_interface.c:
1930         * fvwm/module_list.c:
1931         * fvwm/read.c:
1932         * fvwm/update.c:
1933         * fvwm/windowlist.c:
1934         * fvwm/windowshade.c:
1935         * fvwm/colorset.c:
1936         * fvwm/session.c:
1937         * fvwm/stack.c:
1938         * fvwm/ewmh.c:
1939         * fvwm/conditional.c:
1940         * fvwm/menustyle.c:
1941         * fvwm/virtual.c:
1942         * fvwm/placement.c:
1943         * fvwm/frame.c:
1944         * fvwm/fvwm.c:
1945         * fvwm/icons.c:
1946         * fvwm/add_window.c:
1947         * fvwm/builtins.c:
1948         * fvwm/move_resize.c:
1949         * fvwm/borders.c:
1950         * fvwm/style.c:
1951         * fvwm/events.c:
1952         * fvwm/menus.c:
1953         * libs/FTips.c:
1954         * libs/Picture.c:
1955         * libs/Target.c:
1956         * libs/gravity.c:
1957         * fvwm/execcontext.c:
1958         * libs/BidiJoin.c:
1959         * libs/CombineChars.c:
1960         * libs/FBidi.c:
1961         * libs/FEvent.c:
1962         * libs/Fft.c:
1963         * libs/FGettext.c:
1964         * libs/Ficonv.c:
1965         * libs/FImage.c:
1966         * libs/flist.c:
1967         * libs/FlocaleCharset.c:
1968         * libs/fsm.c:
1969         * libs/Parse.c:
1970         * libs/queue.c:
1971         * libs/safemalloc.c:
1972         * libs/strdup.c:
1973         * libs/timeout.c:
1974         * libs/Strings.c:
1975         * libs/FRender.c:
1976         * libs/Module.c:
1977         * libs/ColorUtils.c:
1978         * libs/Colorset.c:
1979         * libs/PictureImageLoader.c:
1980         * libs/PictureGraphics.c:
1981         * libs/Graphics.c:
1982         * libs/FScreen.c:
1983         * libs/PictureUtils.c:
1984         * libs/Flocale.c:
1985         * libs/PictureBase.c:
1986         use new header files
1988         * libs/Graphics.h:
1989         * libs/XResource.h:
1990         * libs/Event.h:
1991         * libs/XError.h:
1992         * libs/ColorUtils.h:
1993         * libs/PictureBase.h:
1994         * libs/System.h:
1995         * libs/defaults.h:
1996         * libs/Cursor.h:
1997         * libs/Target.h:
1998         * libs/WinMagic.h:
1999         * libs/fvwmlib.h:
2000         * libs/Makefile.am (libfvwm_a_SOURCES):
2001         moved declarations from fvwmlib.h to new/appropriate header files
2003         * libs/XError.c:
2004         reformatted
2006         * fvwm/menus.c (paint_side_pic):
2007         fixed previous patch
2008         reindented function
2010 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2012         * fvwm/menus.c (paint_side_pic):
2013         fix a core dump
2015         * fvwm/menus.c (paint_side_pic):
2016         use simple expose information to redraw sidepics less.
2018 2007-01-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2020         * fvwm/geometry.c (constrain_size):
2021         silence gcc 4.1.1 warning.
2023         * libs/System.c (searchPath):
2024         search in pwd if no path is given.
2025         return NULL if a file dosn't exist regardless if it's absolute path
2027 2007-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2029         * fvwm/placement.c (__place_window)
2030         (__pl_under_mouse_get_pos_simple):
2031         * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
2032         * fvwm/fvwm.1.in:
2033         new style option UnderMousePlacementHonorsStartsOnPage
2035         * fvwm/update.c (init_style):
2036         don't forget stickyness when a window goes fullscreen (or when some
2037         other style is changed)
2039 2007-01-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2041         * fvwm/placement.c (__pl_cascade_get_pos_simple):
2042         properly handle title direction with cascade placement
2044         * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
2045         new default value
2047         * fvwm/placement.c (__pl_center_get_pos_simple):
2048         CenterPlacement properly handles Xinerama screens
2050 2007-01-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2052         * configure.ac:
2053         always substiture datarootdir
2055 2007-01-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2057         * fvwm/add_window.c (GetWindowSizeHints):
2058         * fvwm/geometry.c (constrain_size):
2059         undefine macros after use
2060         (constrain_size):
2061         reindented and cleaned up
2062         do not grow a window because of aspect ratio if this is not explicitly
2063         allowed by the CS_ROUND_UP flag
2064         (constrain_size):
2065         (__cs_handle_aspect_ratio):
2066         broken into separate functions and cleaned up
2068 2007-01-20  Renato Caldas  <seventhguardian@gmail.com>
2070         * fvwm/module_list.c (module_receive):
2071         (module_input_discard):
2072         allocate input data in just one call - better perfomance
2074 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2076         * fvwm/placement.c (__place_get_wm_pos):
2077         simplified to a simple loop
2078         (__explain_placement):
2079         added explanation of new placement styles
2081         * fvwm/placement.c (__place_get_wm_pos):
2082         cleanup
2083         (__pl_center_get_pos_simple):
2084         (__pl_under_mouse_get_pos_simple):
2085         (__pl_cascade_get_pos_simple):
2086         (__pl_manual_get_pos_simple):
2087         (__place_get_wm_pos):
2088         use new placement interface for CenterPlacement, UnderMousePlacement,
2089         ManualPlacement, CascadePlacement
2091         * fvwm/placement.c (__sp_get_first_pos):
2092         (__sp_get_next_pos):
2093         (__sp_get_pos_penalty):
2094         (__place_get_wm_pos):
2095         use new placement interface for SmartPlacement
2096         (SmartPlacement):
2097         removed function
2099         * fvwm/placement.c:
2100         don't use inline functions
2101         (CleverPlacement):
2102         (placement_loop):
2103         renamed function and generalized the placement interface to deal with
2104         any algorithm in the same way
2105         (__place_get_wm_pos):
2106         use new placement interface
2108         * NEWS:
2109         * configure.ac:
2110         increased version to 2.5.22
2112         * NEWS:
2113         * configure.ac:
2114         updated for 2.5.21 release
2116 2007-01-19  Dan Espen  <dane@mk.telcordia.com>
2118         * fvwm/read.h: Compile syntax error fix.
2120 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2122         * fvwm/placement.c (SmartPlacement):
2123         fixed broken SmartPlacement
2125 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2127         * fvwm/expand.c (expand_vars_extended):
2128         free allocated icon path
2130 2007-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2132         * fvwm/fvwm.1.in:
2133         some cleanup
2135         * fvwm/virtual.c:
2136         fix compile error
2138 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2140         * NEWS:
2141         * fvwm/fvwm.1.in (Scroll):
2142         * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
2143         add interactive scrolling.
2145         * fvwm/stack.c (is_transient_subtree_straight):
2146         check first above the tree root, then beneth it.
2148 2007-01-17  Renato Caldas  <seventhguardian@gmail.com>
2150         * fvwm/module_interface.h
2151         * fvwm/module_interface.c (module_input_enqueue):
2152         (module_input_execute):
2153         new functions based on AddToCommandQueue and ExecuteModuleCommand
2155         * fvwm/module_list.c (CMD_ModuleSynchronous):
2156         (PositiveWrite):
2157         * fvwm/events.c (My_XNextEvent):
2158         * fvwm/module_interface.c (ExecuteCommandQueue):
2159         using the above two new functions instead of AddToCommandQueue and
2160         ExecuteModuleCommand
2162         * fvwm/module_interface.c (cqueue_object_type):
2163         removed typedef
2165         * fvwm/module_interface.h
2166         * fvwm/module_interface.c (AddToCommandQueue):
2167         (ExecuteModuleCommand):
2168         removed functions
2170 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2172         * fvwm/fvwm.h (window_style):
2173         * fvwm/style.c (style_parse_one_style_option):
2174         icon background relief and icon title relief changed to sigend char;
2175         should fix problem with ppc and negative values for these.
2177 2007-01-16  Renato Caldas  <seventhguardian@gmail.com>
2179         * fvwm/module_list.h:
2180         * fvwm/module_list.c (module_receive):
2181         (module_input_discard):
2182         (module_input_expect):
2183         new functions to deal with module input
2185         * fvwm/module_list.h:
2186         * fvwm/module_list.c (HandleModuleInput):
2187         replaced by the above three functions
2189         * fvwm/events.c (My_XNextEvent):
2190         * fvwm/module_list.c (CMD_ModuleSynchronous):
2191         (PositiveWrite):
2192         adapted to use the above three functions instead of HandleModuleInput
2194 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2196         * configure.ac (HAVE_PNG):
2197         don't mangle png_LIBS, use --with-png-library
2199 2007-01-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2201         * NEWS:
2202         removed news about previous change after move of version-2_5_20 tag
2203         on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
2204         balls.
2206         * fvwm/stack.c (__restack_window):
2207         fix so new transient windows with StackTransientParent on top layer
2208         don't make all windows raise above the pan frames.
2210         * NEWS:
2211         * configure.ac:
2212         increased version to 2.5.21
2214         * NEWS:
2215         * configure.ac:
2216         updated for 2.5.20 release
2218 2007-01-15  Renato Caldas  <seventhguardian@gmail.com>
2220         * fvwm/fvwm.c (main):
2221         remove the call to module_init_list, the list head is instead set
2222         to NULL upon declaration
2224         * fvwm/module_list.h:
2225         * fvwm/module_list.c (module_init_list):
2226         removed function
2228 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2230         * fvwm/stack.c (is_transient_subtree_straight)
2231         (is_transient_subtree_stack_straight):
2232         use <= 32 character function name
2233         (mark_transient_subtree, is_transient_subtree_straight)
2234         (__mark_transient_subtree_test):
2235         move common tests to function to avoid code duplication
2237         * fvwm/fvwm.1.in (IconifyWindowGroups):
2238         Correctly document that windows are iconified together if the are in
2239         the same window group, not if the group leader is iconified.
2241 2007-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2243         * fvwm/add_window.c (GetWindowSizeHints):
2244         * libs/vpacket.h (ConfigWinPacket):
2245         * fvwm/module_interface.c (CONFIGARGS):
2246         * fvwm/fvwm.h (FvwmWindow):
2247         add orig_hints_width_inc and orig_hints_height_inc values to store the
2248         original resize inc  for use in FvwmIdent
2250         * fvwm/fvwm.1.in:
2251         * fvwm/style.c (style_parse_one_style_option):
2252         deprecated some "No..." styles
2253         (style_parse_one_style_option):
2254         add a NoResizeHintOverride style
2256         * fvwm/add_window.c (GetWindowSizeHints):
2257         only ignore the min_width/min_height/max_width/max_height with the
2258         ResizeHintOverride style
2260         * fvwm/icons.c (DeIconify):
2261         corrected previous fix
2263         * fvwm/placement.c (CleverPlacement):
2264         (SmartPlacement):
2265         (__place_get_wm_pos):
2266         (__place_get_nowm_pos):
2267         (__place_window):
2268         fixed smart placement
2269         unified placement func interface
2271 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2273         * NEWS:
2274         * fvwm/icons.c (DeIconify):
2275         don't loop forever.
2277         * fvwm/stack.c (is_transient_subtree_stacked_straight):
2278         fix detection of non needed lower operations
2279         (__restack_window):
2280         BroadcastRestack to modules even if non is done. (To cancel effect of
2281         already sent M_RAISE/M_LOWER)
2282         don't do raise hacks if no restack was done.
2284         * fvwm/fvwm.h (FvwmWindow):
2285         icon_nalloc_pixels is int instead of unsined int
2287         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2288         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2289         use int instead of unsigned int.
2291         * fvwm/menugeometry.c (menu_get_geometry)
2292         (menu_get_outer_geometry):
2293         * fvwm/focus.c (CMD_WarpToWindow):
2294         * fvwm/geometry.c (get_title_button_geometry):
2295         * fvwm/session.c (SaveWindowStates):
2296         * fvwm/conditional.c (CMD_WindowId):
2297         * fvwm/placement.c (__place_get_wm_pos):
2298         * fvwm/frame.c (frame_create_move_resize_args):
2299         * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2300         * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2301         * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2302         * fvwm/style.c (style_parse_icon_box_style):
2303         * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2304         (AnimatedMoveAnyWindow, __move_window, __move_loop)
2305         (__resize_window):
2306         * fvwm/events.c (HandlePropertyNotify)
2307         (__is_bpress_window_handled):
2308         * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2309         (get_menu_options):
2310         fix geometry signed pointer warnings
2312         * libs/Graphics.c (CalculateGradientDimensions):
2313         cast pointer to unsigned int*
2315         * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2316         * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2317         (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2318         change unsigned int* parameter to int*. It get's info stored in an
2319         unsigned short, so it should be OK.
2321         * fvwm/externs.h:
2322         * fvwm/fvwm.c:
2323         JunkMask is unsigned
2325         * fvwm/stack.c (__mark_group_member)
2326         (is_transient_subtree_stacked_straight, __is_restack_needed)
2327         (__restack_window, mark_transient_subtree):
2328         don't raise or lower windows if they are already at the right place.
2330 2007-01-13  Renato Caldas  <seventhguardian@gmail.com>
2332         * fvwm/module_interface.c (struct cqueue_object_type):
2333         * fvwm/module_list.h (struct fmodule_input):
2334         reused cqueue_object_type as a struct to store module input data
2335         renamed it to fmodule_input and moved it to module_list.h
2336         typedef'ed it to cqueue_object_type in module_interface.c
2338 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2340         * fvwm/placement.c (__cp_get_next_x):
2341         (__cp_get_next_y):
2342         (__cp_get_first_pos):
2343         (__cp_get_next_pos):
2344         (__cp_get_avoidance_penalty):
2345         (__cp_test_fit):
2346         (CleverPlacement):
2347         restructured and cleaned up CleverPlacement code
2349         * fvwm/style.c (style_parse_icon_box_style):
2350         * fvwm/virtual.c (HandlePaging):
2351         * fvwm/stack.c (verify_stack_ring_consistency):
2352         (ResyncFvwmStackRing):
2353         * fvwm/repeat.c:
2354         * fvwm/read.c (cursor_control):
2355         * fvwm/placement.c (__place_get_wm_pos):
2356         * fvwm/move_resize.c (GetMoveArguments):
2357         (ParseOneResizeArgument):
2358         (GetResizeArguments):
2359         (GetResizeMoveArguments):
2360         (resize_move_window):
2361         (resize_move_window):
2362         (InteractiveMove):
2363         (__move_window):
2364         (DoSnapAttract):
2365         (DoSnapAttract):
2366         (__resize_step):
2367         (__resize_window):
2368         (__resize_window):
2369         (__resize_window):
2370         (MaximizeHeight):
2371         (MaximizeWidth):
2372         (maximize_fvwm_window):
2373         (CMD_Maximize):
2374         (CMD_Maximize):
2375         * fvwm/misc.c:
2376         * fvwm/menustyle.h (MenuStyle):
2377         * fvwm/menus.c (MenuSizingParameters):
2378         (make_menu_window):
2379         (paint_menu_gradient_background):
2380         (paint_menu_gradient_background):
2381         (select_menu_item):
2382         (do_menus_overlap):
2383         (pop_menu_up):
2384         (pop_menu_down_and_repaint_parent):
2385         (__mloop_handle_action_without_mi):
2386         (do_menu):
2387         (get_menu_options):
2388         (get_menu_options):
2389         * fvwm/menuroot.h (MenuRootStatic):
2390         (MenuRootDynamic):
2391         * fvwm/menuitem.h (MenuPaintItemParameters):
2392         * fvwm/menugeometry.h:
2393         * fvwm/menubindings.c (menu_shortcuts):
2394         * fvwm/icons.c (SetIconPixmapSize):
2395         (GetIconPicture):
2396         (DrawIconTitleWindow):
2397         (AutoPlaceIcon):
2398         (do_all_iconboxes):
2399         (GetIconWindow):
2400         (GetIconBitmap):
2401         * fvwm/gnome.c (GNOME_GetHintIcons):
2402         * fvwm/functions.c (FvwmFunction):
2403         (__execute_function):
2404         (__cf_cleanup):
2405         (execute_complex_function):
2406         * fvwm/fvwm.c (JunkWidth):
2407         (JunkHeight):
2408         (JunkBW):
2409         (JunkDepth):
2410         (JunkMask):
2411         (main):
2412         * fvwm/externs.h (JunkWidth):
2413         (JunkHeight):
2414         (JunkBW):
2415         (JunkDepth):
2416         (JunkMask):
2417         * fvwm/focus.c (CMD_WarpToWindow):
2418         * fvwm/expand.c (__eae_parse_range):
2419         (expand_args_extended):
2420         (expand_vars_extended):
2421         (expand_vars_extended):
2422         * fvwm/ewmh_names.c (EWMH_WMIconName):
2423         (EWMH_WMName):
2424         * fvwm/ewmh_intern.h:
2425         * fvwm/ewmh_icons.c (ewmh_WMIcon):
2426         (EWMH_DoUpdateWmIcon):
2427         (ewmh_SetWmIconFromPixmap):
2428         (ewmh_SetWmIconFromPixmap):
2429         (EWMH_DeleteWmIcon):
2430         (extract_wm_icon):
2431         (extract_wm_icon):
2432         (EWMH_SetIconFromWMIcon):
2433         * fvwm/ewmh_events.c (ewmh_WMDesktop):
2434         (ewmh_WMState):
2435         (ewmh_WMIconGeometry):
2436         (ewmh_WMStrut):
2437         * fvwm/ewmh.h:
2438         * fvwm/ewmh.c (ewmh_ChangeProperty):
2439         (ewmh_ChangeProperty):
2440         (atom_get):
2441         (ewmh_AtomGetByName):
2442         (ewmh_AddToKdeSysTray):
2443         (EWMH_GetWorkAreaIntersection):
2444         (ewmh_HandleWindowType):
2445         (ewmh_check_wm_pid):
2446         * fvwm/geometry.c (constrain_size):
2447         * fvwm/geometry.h:
2448         * fvwm/events.c (__handle_cr_on_client):
2449         (WaitForButtonsUp):
2450         * fvwm/events.h:
2451         * libs/PictureImageLoader.c:
2452         * libs/PictureImageLoader.h:
2453         * libs/WinMagic.c:
2454         * libs/fvwmlib.h:
2455         * libs/Graphics.c (ParseGradient):
2456         (CalculateGradientDimensions):
2457         (CreateGradientPixmap):
2458         (CreateGradientPixmapFromString):
2459         * fvwm/colorset.c (update_root_pixmap):
2460         * fvwm/builtins.c (CMD_Echo):
2461         (CMD_State):
2462         * fvwm/add_window.c (AddWindow):
2463         * fvwm/screen.h (DecorFace):
2464         use int instead of unsigned int
2466         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2467         * fvwm/colormaps.c (EnterSubWindowColormap):
2468         (LeaveSubWindowColormap):
2469         (FetchWmColormapWindows):
2470         * libs/vpacket.h:
2471         * libs/CombineChars.c (char_combclass):
2472         use short instead of short int
2473         use long instead of long int
2475         * libs/PictureBase.h (FvwmPictureAttributes):
2476         (FvwmRenderAttributes):
2477         * libs/Flocale.h (FlocaleFont):
2478         * fvwm/style.c (style_parse_icon_grid_style):
2479         * fvwm/menus.c (size_menu_horizontally):
2480         (size_menu_vertically):
2481         (paint_menu):
2482         (AddToMenu):
2483         * fvwm/menuitem.c (menuitem_paint):
2484         (menuitem_free):
2485         * fvwm/menuitem.h (MenuItem):
2486         * fvwm/geometry.c (set_window_border_size):
2487         * fvwm/decorations.c (SelectDecor):
2488         use int instead of short
2490         * fvwm/screen.h (FvwmAcs):
2491         (DecorFace):
2492         * fvwm/menus.c (MenuSizingParameters):
2493         (size_menu_horizontally):
2494         (update_menu):
2495         (paint_menu_gradient_background):
2496         * fvwm/menuroot.h (MenuRootStatic):
2497         * fvwm/menuitem.h (MenuItem):
2498         (MenuItemPartSizesT):
2499         * fvwm/menuitem.c (menuitem_get_size):
2500         * fvwm/menudim.h (MenuDimensions):
2501         use int instead of unsigned short
2503 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2505         * libs/gravity.h:
2506         * libs/gravity.c (gravity_move_resize_parent_child):
2507         * fvwm/frame.h:
2508         * fvwm/frame.c (mr_args_internal):
2509         (frame_setup_border):
2510         (frame_setup_titlebar):
2511         (frame_get_resize_decor_gravities):
2512         (frame_get_titlebar_dimensions):
2513         use rectangle instead of signed_rectangle
2515         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2516         * libs/fvwmrect.h (signed_rectangle):
2517         removed type
2518         (rectangle):
2519         (size_rect):
2520         widht and height are now signed values
2522         * fvwm/placement.c (get_next_x):
2523         (__cp_get_next_x):
2524         (get_next_x):
2525         (__cp_get_next_y):
2526         (__test_fit):
2527         (__cp_test_fit):
2528         renamed functions
2530         * fvwm/placement.c (get_next_x):
2531         (get_next_y):
2532         (test_fit):
2533         (CleverPlacement):
2534         cleanup
2536 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2538         * NEWS:
2539         NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2540         StickyAcrossDesksIcon.
2542 2007-01-13  Serge Koksharov  <gentoosiast dog yandex dot ru>
2544         * fvwm/conditional.c (CreateConditionMask):
2545         added conditions StickyIcon, StickyAcrossPagesIcon and
2546         StickyAcrossDesksIcon.
2548         * fvwm/fvwm.1.in:
2549         documented new conditional tests.
2550         removed descriptions of styles StickyIconPage & StickyIconDesk which
2551         actually don't exists in fvwm.
2552         moved StickyIcon/SlipperyIcon descriptions immediately after
2553         Sticky/Slippery description.
2555 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2557         * fvwm/placement.c (SmartPlacemen):
2558         (__sp_test_window):
2559         cleaned up SmartPlacement code
2561 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2563         * fvwm/ConfigFvwmMenuDefaults:
2564         Mouse 0 MS A MenuLeaveSubmenu instead.
2566         * fvwm/ConfigFvwmMenuDefaults:
2567         Mouse 0 MS A MenuClose to make sidepic and border behave as
2568         before menu bindings.
2570         * fvwm/fvwm.1.in:
2571         * libs/wcontext.h (enum):
2572         * fvwm/menubindings.c (menu_binding):
2573         (menu_shortcuts):
2574         Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2576         * fvwm/menustyle.c (menustyle_parse_old_style):
2577         add a message of deprecation.
2579 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2581         * fvwm/module_list.h:
2582         * fvwm/module_list.c:
2583         new files for module handling code.
2585         * fvwm/module_list.h:
2586         * fvwm/module_interface.h:
2587         * fvwm/module_list.c:
2588         * fvwm/module_interface.c:
2589         (struct mqueue_object_type):
2590         (msg_mask_set):
2591         (module_alloc):
2592         (module_insert):
2593         (module_remove):
2594         (module_free):
2595         (module_get_next):
2596         (set_message_mask):
2597         (get_pipe_name):
2598         (initModules):
2599         (ClosePipes):
2600         (do_execute_module):
2601         (executeModuleDesperate):
2602         (CMD_Module):
2603         (CMD_ModuleListenOnly):
2604         (CMD_ModuleSynchronous):
2605         (HandleModuleInput):
2606         (DeadPipe):
2607         (KillModule):
2608         (KillModuleByName):
2609         (CMD_KillModule):
2610         (PositiveWrite):
2611         (DeleteMessageQueueBuff):
2612         (FlushMessageQueue):
2613         (FlushAllMessageQueues):
2614         (CMD_set_mask):
2615         (CMD_set_sync_mask):
2616         (CMD_set_nograb_mask):
2617         (skipModuleAliasToken):
2618         (countModules):
2619         (struct msg_masks_t):
2620         (struct fmodule):
2621         moved from module_interface.c/h to module_list.c/h
2623         * fvwm/module_list.h (do_execute_module):
2624         * fvwm/module_interface.h (AddToCommandQueue):
2625         (ExecuteModuleCommand):
2626         initialy static functions are exposed for now. Should be fixed soon.
2628         * fvwm/Makefile.am:
2629         added module_list.h and module_list.c
2630         reorganized the c files by size
2632         * fvwm/module_list.h:
2633         * fvwm/module_list.c:
2634         * fvwm/events.c:
2635         * fvwm/fvwm.c:
2636         * fvwm/session.c:
2637         * fvwm/stack.c:
2638         (initModules):
2639         (module_init_list):
2640         (ClosePipes):
2641         (module_kill_all):
2642         (KillModule):
2643         (module_kill):
2644         (countModules):
2645         (module_count):
2646         renamed functions to a unified style
2648         * fvwm/module_interface.h:
2649         * fvwm/module_interface.c:
2650         * fvwm/fvwm.c:
2651         * fvwm/events.c:
2652         * fvwm/modconf.c
2653         * fvwm/session.c:
2654         * fvwm/stack.c:
2655         * fvwm/windowshade.c:
2656         * fvwm/functions.c:
2657         * fvwm/move_resize.c:
2658         include file cleanup
2660         * fvwm/module_list.c (do_execute_module):
2661         made absolutely sure the module's read fd is >=0 before inserting
2662         the module on the list
2664         * fvwm/events.c (My_XNextEvent):
2665         * fvwm/module_list.c (PositiveWrite):
2666         (CMD_ModuleSynchronous):
2667         assume module read fd is allways >=0 (remove the tests)
2669         * fvwm/module_list.c (module_free):
2670         no need to test if fd >=0 when closing the pipes.
2672 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2674         * fvwm/menuitem.c (draw_higlight_background):
2675         fix x-origin of HGradients
2677 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2679         * fvwm/module_interface.c (FlushMessageQueues):
2680         fixed not flushing the first module on the list
2682 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2684         * libs/Flocale.c (FlocaleGetFftFont):
2685         add sanity check for NULL fontname.
2687         * NEWS:
2688         * fvwm/fvwm.1.in:
2689         * fvwm/menuitem.c (menuitem_paint):
2690         (draw_hilight_background):
2691         make all kinds of pixmaps work with hilight background
2693         * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2694         * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2695         (CreateBackgroundPixmap):
2696         added CreateOffsetBackgroundPixmap with the ability to create
2697         transparent images at an offset relative to the window.
2699 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2701         * fvwm/menus.c (__mloop_exit):
2702         (struct):
2703         (__mloop_get_event)
2704         (__mloop_handle_event):
2705         don't warp to parent item when entering other item with mouse.
2707         * NEWS:
2708         * fvwm/fvwm.1.in:
2709         * fvwm/menustyle.c (menustyle_update):
2710         make use of colorset TiledPixmap option with HiglightBack
2711         and HiglightTitleBack menu styles.
2713 2007-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2715         * libs/FScreen.c:
2716         reformatted
2718 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2720         * libs/FScreen.c (FScreenParseGeometry):
2721         don't look up screen info if screen is undefined
2723 2007-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2725         * ONEWS:
2726         * NEWS:
2727         moved the NEWS of 2.2.x and 2.3.x to ONEWS
2729         * libs/fio.c (fvwm_send):
2730         compile fixes
2732         * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2733         added macro
2735         * libs/fio.c:
2736         * libs/fio.h:
2737         new utility files to wrap writing/reading standard lib functions that
2738         might be interrupted
2740 2007-01-05  Serge Koksharov  <gentoosiast dog yandex dot ru>
2742         * fvwm/ewmh_intern.h:
2743         compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2744         instead of <time.h>.
2746         * fvwm/windowlist.h:
2747         removed unneeded file.
2749         * fvwm/Makefile.am:
2750         removed windowlist.h from build list.
2752         * libs/PictureUtils.c:
2753         include "ftime.h" instead of <time.h>.
2754         fvwmlib.h header name should be in double quotes not in angle
2755         brackets.
2757         * libs/System.c:
2758         include "ftime.h" instead of <sys/time.h>.
2760 2007-01-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2762         * ChangeLog:
2763         make my email less spider-friendly
2765         * fvwm/bindings.c (binding_cmd):
2766         (ParseBinding):
2767         fix core
2769 2007-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2771         * fvwm/screen.h (ScreenInfo):
2772         made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2773         casting signed values in calculations to be cast to unsigned
2775         * fvwm/focus.c (__activate_window_by_command):
2776         don't warp the viewport if the center of the window is already in view
2777         fixed a bug in window positioning
2779 2007-01-03  Serge Koksharov  <gentoosiast dog yandex dot ru>
2781         * NEWS:
2782         FvwmIconBox IconColorset's bg wasn't updated immediately.
2784 2007-01-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2786         * fvwm/fvwm.c (main):
2787         close all open fds upon startup
2788         reopen stdin, stdout and stderr if necessary
2789         (reopen_fd):
2790         new function
2792         * fvwm/module_interface.c (do_execute_module):
2793         simplified error handling
2794         check maximum fd when creating modules
2796         * fvwm/events.c (My_XNextEvent):
2797         * fvwm/fvwm.c (main):
2798         replaced fd_width with fvwmlib_max_fd
2800         * libs/fvwmlib.h:
2801         * libs/System.c (fvwmlib_init_max_fd):
2802         added function and fvwmlib_max_fd
2804         * fvwm/events.c (My_XNextEvent):
2805         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2806         switch back to using FD_SET
2808         * fvwm/events.c (My_XNextEvent:
2809         * fvwm/module_interface.h:
2810         * fvwm/module_interface.c:
2811         hide module structure members with access macros and use them
2812         everywhere
2814 2007-01-02  Renato Caldas  <seventhguardian@gmail.com>
2816         * fvwm/module_interface.c (module_add_to_fdsets):
2817         * fvwm/module_interface.h:
2818         created new function that also checks for too many open fds
2820         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2821         * fvwm/events.c (My_XNextEvent):
2822         now using module_add_to_fdset to add pipes to the fdsets
2824 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2826         * libs/defaults.h (MAX_NUM_MODULES):
2827         * fvwm/module_interface.c (module_alloc):
2828         (do_execute_module):
2829         removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2831         * fvwm/module_interface.c (do_execute_module):
2832         moved the allocation call to the end of the sanity checks and pipe
2833         creation - better for performance
2835 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2837         END MODULE STRUCT PATCHES
2839         * fvwm/module_interface.c (do_execute_module):
2840         fixed another memory leak
2842 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2844         * fvwm/module_interface.h:
2845         * fvwm/module_interface.c:
2846         * fvwm/modconf.c:
2847         renamed struct module member "pipeName" and "pipeAlias" to "name"
2848         and "alias"
2850         * fvwm/module_interface.c (do_execute_module):
2851         fixed possible memory leak
2853 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2855         * fvwm/events.c (My_XNextEvent):
2856         * fvwm/module_interface.c (module_alloc):
2857         (do_execute_module):
2858         (KillModule):
2859         * fvwm/module_interface.h (fmodule):
2860         replaced int with a flag struct
2862         * fvwm/module_interface.h:
2863         * fvwm/events.c (My_XNextEvent):
2864         * fvwm/module_interface.c (module_alloc):
2865         (module_free):
2866         (module_insert):
2867         (ClosePipes):
2868         add new modules at front of list again
2869         removed global variable init_fdset; use a flag in the module struct
2870         instead
2871         removed the now obsolete module slot count
2873 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2875         * fvwm/module_interface.c (module_remove):
2876         (KillModule):
2877         moved module remotion code to module_remove()
2879 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2881         * fvwm/events.c (My_XNextEvent):
2882         fixed startup commands
2884         * fvwm/module_interface.c (module_insert):
2885         (module_free):
2886         (KillModule):
2887         (ClosePipes):
2888         append modules at end of list
2890         * fvwm/events.c (My_XNextEvent):
2891         fixed core
2893         * fvwm/module_interface.c (ExecuteModuleCommand):
2894         (PositiveWrite):
2895         (KillModuleByName):
2896         (BroadcastPacket):
2897         (BroadcastNewPacket):
2898         (BroadcastName):
2899         (BroadcastFvwmPicture):
2900         (BroadcastColorset):
2901         (BroadcastPropertyChange):
2902         (BroadcastConfigInfoString):
2903         (CMD_SendToModule):
2904         (FlushAllMessageQueues):
2905         (countModules):
2906         (CMD_set_mask):
2907         (CMD_set_sync_mask):
2908         (CMD_set_nograb_mask):
2909         cleanup
2910         (skipModuleAliasToken):
2911         use MAX_MODULE_ALIAS_LEN
2913         * fvwm/module_interface.c (KillModule):
2914         (do_execute_module):
2915         (module_alloc):
2916         added a "slot" member to the module struct to fix the init_fdset hack
2917         for now
2919         * libs/defaults.h (MAX_NUM_MODULES):
2920         (MAX_MODULE_ALIAS_LEN):
2921         new config values
2923         * fvwm/module_interface.c (do_execute_module):
2924         rewrote module struct initialization
2925         (HandleModuleInput):
2926         use %p to print module address, don't cast it to int
2928         * fvwm/module_interface.c (ClosePipes):
2929         (KillModule):
2930         use module_free
2931         (msg_mask_set):
2932         (module_insert):
2933         (module_alloc):
2934         new functions()
2936         * fvwm/module_interface.c (FreeModule):
2937         (module_free):
2938         renamed function
2940         * fvwm/module_interface.c (KillModule):
2941         (FreeModule):
2942         * fvwm/events.c (My_XNextEvent):
2943         * fvwm/execcontext.h:
2944         * fvwm/modconf.c (CMD_Send_ConfigInfo):
2945         (ModuleConfig):
2946         * fvwm/stack.c (BroadcastRestack):
2947         cleanup
2949         * fvwm/module_interface.c (module_get_next):
2950         * fvwm/module_interface.h:
2951         new function
2953 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2955         * fvwm/modconf.c (ModuleConfig):
2956         (SendConfigToModule):
2957         (send_xinerama_state):
2958         (send_desktop_names):
2959         (send_desktop_geometry):
2960         (send_image_path):
2961         (send_color_limit):
2962         (send_colorsets):
2963         (send_click_time):
2964         (send_move_threshold):
2965         (send_ignore_modifiers):
2966         (CMD_Send_ConfigInfo):
2967         * fvwm/functions.c (__execute_function):
2968         * fvwm/events.c (My_XNextEvent):
2969         * fvwm/module_interface.h (msg_masks_t):
2970         (fmodule):
2971         * fvwm/execcontext.c (__exc_change_context):
2972         (exc_create_null_context):
2973         * fvwm/execcontext.h:
2974         Initial module struct patches
2976         BEGIN MODULE STRUCT PATCHES
2978 2006-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2980         * fvwm/events.c (HandleFocusOut):
2981         (__refocus_stolen_focus_win):
2982         (HandleEnterNotify):
2983         less disruptive way of restoring focus to the window it was stolen from
2985 2006-12-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2987         * fvwm/events.c (HandleEnterNotify):
2988         restore focus to windows that had it stolen by
2989         unmanaged windows on enter of any unmanaged windows.
2991 2006-12-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2993         * fvwm/menubindings.c:
2994         don't include menus.h
2996         * fvwm/ConfigFvwmMenuDefaults:
2997         all bindings are silent
2999 2006-12-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3001         * fvwm/ConfigFvwmMenuDefaults:
3002         make all numpad keys silent -- not all keyboads have a numpad
3003         add KP_Separator for MenuClose
3005 2006-12-30  Serge Koksharov  <gentoosiast dog yandex dot ru>
3007         * fvwm/fvwm.1.in:
3008         documented missing menu bindings.
3010         * fvwm/ConfigFvwmMenuDefaults:
3011         fixed wrong menu bindings.
3013 2006-12-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3015         * fvwm/menubindings.c:
3016         * fvwm/menubindings.h:
3017         * fvwm/menucmd.c:
3018         * fvwm/menudim.c:
3019         * fvwm/menudim.h:
3020         * fvwm/menugeometry.c:
3021         * fvwm/menugeometry.h:
3022         * fvwm/menuitem.c:
3023         * fvwm/menuitem.h:
3024         * fvwm/menuroot.h:
3025         * fvwm/menus.c:
3026         * fvwm/menus.h:
3027         * fvwm/move_resize.c:
3028         * fvwm/move_resize.h:
3029         * fvwm/windowlist.c:
3030         simplified including header files
3032         * fvwm/menus.c (__mloop_handle_event):
3033         * fvwm/menuparameters.h:
3034         * fvwm/menubindings.c (menu_shortcuts):
3035         do not call find_entry directly but return MENU_NEWITEM_FIND instead
3037         * fvwm/menus.c (__mloop_handle_event):
3038         * fvwm/menuparameters.h:
3039         * fvwm/menubindings.c (menu_shortcuts):
3040         do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
3041         instead
3043         * fvwm/menus.h (MenuParameters):
3044         (MenuOptions):
3045         (MenuPosHints):
3046         (MenuRC):
3047         (MenuReturn):
3048         (MenuRepaintTransparentParameters):
3049         * fvwm/menuparameters.h (MenuParameters):
3050         (MenuOptions):
3051         (MenuPosHints):
3052         (MenuRC):
3053         (MenuReturn):
3054         (MenuRepaintTransparentParameters):
3055         moved to menuparameters.h
3057         * fvwm/menus.h (MenuRoot):
3058         (MenuRootDynamic):
3059         (MenuRootStatic):
3060         * fvwm/menutypes.h (MenuRoot):
3061         (MenuRootDynamic):
3062         (MenuRootStatic):
3063         moved to menuroot.h
3065         * fvwm/menus.c (menu_get_geometry):
3066         (menu_get_outer_geometry):
3067         * fvwm/menugeometry.c (menu_get_geometry):
3068         (menu_get_outer_geometry):
3069         moved to menugeometry.c
3071         * fvwm/menuparameters.h:
3072         * fvwm/menutypes.h:
3073         * fvwm/menugeometry.c:
3074         * fvwm/menugeometry.h:
3075         * fvwm/Makefile.am:
3076         new files
3078         * fvwm/menubindings.h (enum):
3079         * fvwm/menus.c (enum):
3080         moved enum menu_shortcut_action to menubindings.h
3081         (get_selectable_item_index):
3082         (get_selectable_item_from_index):
3083         (get_selectable_item_from_section):
3084         (get_selectable_item_count):
3085         (parse_menu_action):
3086         moved to menubindings.c
3088         * fvwm/menus.c (enum):
3089         (parse_menu_action):
3090         (menuShortcuts):
3091         renamed enum shortcut_action to menu_shortcut_action
3093         * fvwm/fvwm.c (SetRCDefaults):
3094         read default config file after all other defaults
3096 2006-12-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3098         * fvwm/ConfigFvwmMenuDefaults:
3099         * fvwm/fvwm.c (SetRCDefaults):
3100         make the hard coded menu bindings load before ConfigFvwmDefaults
3101         move Mouse 0 ... to ConfigFvwmMenuDefaults
3103 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3105         * fvwm/ConfigFvwmMenuDefaults:
3106         * fvwm/fvwm.c (SetRCDefaults):
3107         added hard coded default menu bindings
3109 2006-12-29  Serge Koksharov  <gentoosiast dog yandex dot ru>
3111         * fvwm/fvwm.1.in:
3112         documentation fixes.
3114 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3116         * fvwm/bindings.c:
3117         * fvwm/menubindings.h:
3118         * fvwm/menubindings.c:
3119         * fvwm/menus.h:
3120         * fvwm/menus.c:
3121         * fvwm/Makefile.am:
3122         moved new menu binding code to menubindings.c, menubindings.h
3123         split binding into a regular list and a fallback list that can not be
3124         modified
3126         * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
3127         fixed calculation of new geometry if x or y is negative
3129         * fvwm/geometry.c (maximize_adjust_offset):
3130         fixed calculations of normal geometry when maximized
3132 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3134         * NEWS:
3135         * fvwm/ConfigFvwmMenuDefaults:
3136         * fvwm/fvwm.c (SetRCDefaults):
3137         * fvwm/menus.c (parse_menu_action):
3138         * fvwm/fvwm.1.in:
3139         rename menu action to menu bindings and make menu binding commands
3140         more verbose.  Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
3141         ensure basic function with ConfigFvwmMenuDefaults missing.
3143 2006-12-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3145         * fvwm/menus.c (menuShortcuts):
3146         fixed compiler warning.
3148 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3150         * fvwm/fvwm.1.in:
3151         corrected mis-spelling
3153         * AUTHORS:
3154         * NEWS:
3155         * fvwm/fvwm.1.in:
3156         * fvwm/menus.h:
3157         * fvwm/menus.c (handle_emacs_bindings):
3158         (parse_menu_action)
3159         (menuShortcuts):
3160         (__mloop_handle_event):
3161         (menu_binding):
3162         * fvwm/bindings.c (ParseBinding):
3163         * fvwm/Makefile.am (config_DATA):
3164         * fvwm/ConfigFvwmDefaults:
3165         * fvwm/ConfigFvwmMenuDefaults:
3166         fully configurable mouse any key bindings for menu navigation.
3168 2006-12-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3170         * fvwm/virtual.c (HandlePaging):
3171         removed bogus comment
3173         * fvwm/move_resize.c (__move_loop):
3174         cleanup
3175         (__resize_window):
3176         allow paging during resize with "EdgeScroll 0 0" as documented in the
3177         man page
3178         fixed disappearing windows with "maximize; resize - abort; unmaximize"
3180         * fvwm/fvwm.h (FvwmWindow):
3181         * fvwm/add_window.c (AddWindow):
3182         * fvwm/add_window.c (setup_frame_window):
3183         * fvwm/add_window.c (setup_parent_window)
3184         * fvwm/borders.c (border_draw_decorations):
3185         * fvwm/borders.c (border_draw_one_border_part):
3186         * fvwm/borders.c (border_get_parts_and_pos_to_draw)
3187         * fvwm/borders.c (border_get_titlebar_descr)
3188         * fvwm/builtins.c (__remove_window_decors):
3189         * fvwm/conditional.c (MatchesConditionMask):
3190         * fvwm/events.c (HandleMapNotify):
3191         * fvwm/events.c (HandleMapRequestKeepRaised)
3192         * fvwm/events.c (HandlePropertyNotify):
3193         * fvwm/events.c (HandleShapeNotify):
3194         * fvwm/events.c (__cr_detect_icccm_move)
3195         * fvwm/events.c (__cr_get_grav_position):
3196         * fvwm/events.c (__cr_get_static_position)
3197         * fvwm/events.c (__handle_configure_request)
3198         * fvwm/events.c (__handle_cr_on_client):
3199         * fvwm/ewmh.c (EWMH_fullscreen):
3200         * fvwm/focus.c (__activate_window_by_command):
3201         * fvwm/focus.c (__set_focus_to_fwin):
3202         * fvwm/focus.c (warp_to_fvwm_window):
3203         * fvwm/frame.c (__frame_setup_window):
3204         * fvwm/frame.c (frame_create_move_resize_args)
3205         * fvwm/frame.c (frame_free_move_resize_args):
3206         * fvwm/frame.c (frame_move_resize_step)
3207         * fvwm/frame.c (frame_reshape_border):
3208         * fvwm/geometry.c (constrain_size):
3209         * fvwm/geometry.c (get_icon_corner)
3210         * fvwm/geometry.c (get_page_offset):
3211         * fvwm/geometry.c (get_page_offset_check_visible):
3212         * fvwm/geometry.c (get_shaded_client_window_pos):
3213         * fvwm/geometry.c (get_title_button_geometry):
3214         * fvwm/geometry.c (get_title_geometry)
3215         * fvwm/geometry.c (get_unshaded_geometry):
3216         * fvwm/geometry.c (get_visible_window_or_icon_geometry)
3217         * fvwm/geometry.c (gravity_constrain_size):
3218         * fvwm/geometry.c (maximize_adjust_offset):
3219         * fvwm/geometry.c (update_absolute_geometry):
3220         * fvwm/geometry.c (update_relative_geometry)
3221         * fvwm/gnome.c (GNOME_SetWinArea):
3222         * fvwm/icons.c (AutoPlaceIcon):
3223         * fvwm/icons.c (DeIconify):
3224         * fvwm/icons.c (Iconify):
3225         * fvwm/module_interface.c (CONFIGARGS):
3226         * fvwm/move_resize.c (AnimatedMoveAnyWindow)
3227         * fvwm/move_resize.c (CMD_Maximize):
3228         * fvwm/move_resize.c (CMD_ResizeMaximize):
3229         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
3230         * fvwm/move_resize.c (__move_loop):
3231         * fvwm/move_resize.c (__move_window):
3232         * fvwm/move_resize.c (__resize_window):
3233         * fvwm/move_resize.c (maximize_fvwm_window):
3234         * fvwm/move_resize.c (resize_move_window):
3235         * fvwm/move_resize.c (stick_across_pages):
3236         * fvwm/move_resize.c (unmaximize_fvwm_window):
3237         * fvwm/placement.c (__explain_placement):
3238         * fvwm/placement.c (__place_get_wm_pos):
3239         * fvwm/placement.c (get_next_x):
3240         * fvwm/placement.c (get_next_y):
3241         * fvwm/placement.c (test_fit)
3242         * fvwm/session.c (MatchWinToSM):
3243         * fvwm/session.c (SaveWindowStates):
3244         * fvwm/update.c (apply_window_updates):
3245         * fvwm/virtual.c (MoveViewport):
3246         * fvwm/windowlist.c (CMD_WindowList):
3247         * fvwm/windowshade.c (CMD_WindowShade):
3248         put some of the window geometry members into a separate struct window_g
3249         with members frame, normal, max, max_defect, max_offset
3251 2006-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3253         * NEWS:
3254         * AUTHORS:
3255         * fvwm/window_flags.h:
3256         * fvwm/style.h:
3257         * fvwm/style.c (style_parse_one_style_option):
3258         * fvwm/icons.c (DrawIconTitleWindow):
3259         * fvwm/fvwm.h (common_flags_t):
3260         * fvwm/fvwm.1.in (Style):
3261         * fvwm/borders.c:
3262         (border_draw_title_stick_lines):
3263         Applied Stippled patch by Thomas Adam with some fixes.
3265 2006-12-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3267         * NEWS:
3268         FvwmWinList button/list syncronization fixed (bug #1393)
3270 2006-12-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3272         * NEWS:
3273         * configure.ac:
3274         updated for 2.5.20.
3276         * NEWS:
3277         * configure.ac:
3278         updated for 2.5.19 release
3280         * NEWS:
3281         updated after 2.4.20 release
3283         * NEWS:
3284         * fvwm/focus.c (focus_get_fpol_context_flag):
3285         * fvwm/events.c (__check_click_to_focus_or_raise)
3286         (__handle_click_to_focus):
3287         Treat EWMH desktop as client window under click to focus. (#1492)
3289 2006-12-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3291         * libs/Module.h (MX_REPLY):
3292         (MAX_EXTENDED_MESSAGES):
3293         (MAX_XMSG_MASK):
3294         * fvwm/module_interface.c (CMD_Send_Reply):
3295         * fvwm/functable.c (func_table):
3296         * fvwm/commands.h:
3297         Added Send_Reply module only command.
3299 2006-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3301         * libs/PictureUtils.c (init_static_colors_table):
3302         fix fvwm for < 8 bit depth, bug #1677
3304 2006-11-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3306         * fvwm/misc.c (IsRectangleOnThisPage):
3307         new fix for signedness problems.
3309 2006-10-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3311         * fvwm/misc.c (IsRectangleOnThisPage):
3312         fix signedness problem with test introduced by gcc4 fix below.
3314 2006-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3316         * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3317         (size_rect):
3318         (rectangle)
3319         (signed_rectangle):
3320         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3321         * libs/gravity.h (gravity_move_resize_parent_child):
3322         * libs/gravity.c (gravity_move_resize_parent_child):
3323         * fvwm/frame.h (frame_get_titlebar_dimensions)
3324         * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3325         (frame_get_resize_decor_gravities):
3326         (mr_args_internal):
3327         (frame_setup_border):
3328         (frame_setup_titlebar)
3329         (frame_get_resize_decor_gravities):
3330         (frame_get_titlebar_dimensions):
3331         split rectangle into a signed size and an unsigned size type.
3333         * fvwm/screen.h (ScreenInfo):
3334         * libs/FScreen.h (FScreenGetScrRect):
3335         (FScreenGetResistanceRect):
3336         * libs/FScreen.c (XineramaScreenInfo):
3337         (FScreenGetGeometry)
3338         (FScreenGetScrRect):
3339         (FScreenClipToScreen):
3340         (FScreenCenterOnScreen)
3341         (FScreenGetResistanceRect):
3342         (FScreenIsRectangleOnScreen):
3343         * fvwm/fvwm.h (FvwmWindow):
3344         * fvwm/screen.h (DecorFace):
3345         * libs/fvwmlib.h (CreateGradientPixmap):
3346         * libs/Graphics.c (CreateGradientPixmap):
3347         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3348         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3349         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3350         (PImageLoadPixmapFromFile):
3351         (PImageLoadPixmapFromXpmData):
3352         * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3353         (PImageCreatePixmapFromArgbData):
3354         (PImageLoadPixmapFromFile)
3355         (PImageLoadFvwmPictureFromFile):
3356         (PImageLoadPixmapFromXpmData):
3357         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3358         * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3359         (EWMH_SetIconFromWMIcon):
3360         * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3361         * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3362         * fvwm/colorset.c (parse_colorset):
3363         * fvwm/icons.c (DrawIconTitleWindow):
3364         (AutoPlaceIcon)
3365         (do_all_iconboxes):
3366         * fvwm/menus.h (MenuRootDynamic):
3367         * fvwm/menus.c (update_menu):
3368         (pop_menu_up):
3369         (do_menu)
3370         (get_menu_options):
3371         * fvwm/move_resize.c (GetMoveArguments):
3372         (ParseOneResizeArgument)
3373         (GetResizeArguments):
3374         (GetResizeMoveArguments):
3375         (DoSnapAttract)
3376         (__move_loop):
3377         (CMD_Maximize):
3378         change dimensions and allocation counts to unsigned types.
3380         * libs/Flocale.h (FlocaleStringNumberOfBytes)
3381         (FlocaleStringByteToCharOffset):
3382         (FlocaleStringCharToByteOffset)
3383         (FlocaleStringCharLength)
3384         * libs/Flocale.c (FlocaleStringNumberOfBytes)
3385         (FlocaleStringByteToCharOffset):
3386         (FlocaleStringCharToByteOffset)
3387         (FlocaleStringCharLength):
3388         (FlocaleUtf8ToUnicodeStr2b)
3389         (FlocaleStringToString2b):
3390         (FlocaleEncodeString):
3391         * libs/Ficonv.c (convert_charsets):
3392         change most string types to char* from unsigned char* to match
3393         with system headers without casts.
3395         * libs/Flocale.c (FlocaleLoadFont):
3396         init shadow_dir to make gcc 4 happy.
3398         * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3399         (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3400         (CSETS_IS_TRANSPARENT_ROOT_PURE)
3401         (CSETS_IS_TRANSPARENT_PR_PURE):
3402         (CSETS_IS_TRANSPARENT_ROOT)
3403         (CSETS_IS_TRANSPARENT):
3404         compare pointer with NULL, not >= 0.
3406         * libs/FTips.h (ftips_position_t):
3407         * fvwm/expand.c (partial_extended_vars):
3408         * fvwm/placement.c (preason_screen_t):
3409         remove comma last in enums.
3411         * fvwm/style.c (style_parse_focus_policy_style):
3412         change 0xffffffff to ~0 to silience truncation warning.
3414         * fvwm/session.h (mwtsm_state_args):
3415         make flags unsigned.
3417         * fvwm/schedule.c (sq_object_type):
3418         change // to /* ... */
3420         * libs/Fft.c (FftGetFontWidths):
3421         (FftTextWidth):
3422         * libs/FScreen.c (FScreenConfigureSLSScreens):
3423         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3424         (EWMH_SetDesktopNames):
3425         * fvwm/fvwm.c (LoadDefaultLeftButton):
3426         (LoadDefaultRightButton):
3427         * fvwm/builtins.c (ReadDecorFace):
3428         (CMD_State):
3429         silence signedness warnings by casts.
3431         * fvwm/borders.c (ROTATE_RECTANGLE):
3432         make sure tr is initialized.
3434         * fvwm/add_window.c (FetchWmProtocols):
3435         use unsigned type for l_protocols.
3437 2006-09-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3439         * fvwm/events.c (HandleFocusIn):
3440         (HandleFocusOut):
3441         * fvwm/focus.c (__set_focus_to_fwin):
3442         fix focus decoration when unmanaged are focused, unless
3443         FlickeringQtDialogsWorkaround is on. Closes bug #758.
3445 2006-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3447         * fvwm/geometry.c (constrain_size):
3448         repeat aspect-resizing in a loop to get a stable result that does not
3449         change the next time the frame is set up
3451 2006-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3453         * NEWS:
3454         * configure.ac:
3455         increased version to 2.5.19
3456         released 2.5.18
3458         * NEWS:
3459         * configure.ac:
3460         updated for 2.5.18 release
3462 2006-09-04  Renato Caldas  <seventhguardian@gmail.com>
3464         * acinclude.m4:
3465         removed the unused test for imlib
3466         removed the Imlib.h header from gdk_imlib test programs
3468 2006-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3470         * fvwm/ewmh.c (atom_get):
3471         fix offset and length args for XGetWindowProperty() (to support 64bit
3472         architectures)
3474 2006-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3476         * fvwm/events.c (HandleUnmapNotify):
3477         immediately handle MapRequests after unmapping a window while we still
3478         have the context fvwm window; this is necessary to allow the client to
3479         re-map a window before fvwm can reparent it to the root window
3480         (HandleMapRequestKeepRaised):
3481         cleaned up
3483 2006-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3485         * fvwm/ewmh.c (ewmh_HandleDesktop):
3486         fixed handling of ClickToFocusPassesClick with the EWMH desktop
3487         window
3489 2006-08-29  Harald Dunkel  <harald.dunkel@t-online.de>
3491         * fvwm/icccm2.c:
3492         * fvwm/gnome.c:
3493         * fvwm/decorations.c:
3494         fix offset and length args for XGetWindowProperty() (to support 64bit
3495         architectures)
3497 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3499         * NEWS:
3500         * fvwm/expand.c (expand_vars_extended):
3501         correctly expand break.
3502         * fvwm/conditional.c (__rc_matches_rcstring_consume):
3503         fix matching break.
3505 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3507         * fvwm/decorations.h (is_function_allowed):
3508         * fvwm/decorations.c (__is_resize_allowed):
3509         (is_function_allowed):
3510         work on 'const FvwmWindow *'
3512         * fvwm/fvwm.h (action_flags):
3513         * fvwm/style.c (check_window_style_change):
3514         * fvwm/module_interface.c (__get_allowed_actions)
3515         (CONFIGARGS):
3516         * libs/vpacket.h (ConfigWinPacket):
3517         expose fvwm allowed actions to modules
3519 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3521         * fvwm/move_resize.c (__move_icon):
3522         *do* map icon windows for pictured icons on move, but only if they end
3523         up on the current desk
3525 2006-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3527         * fvwm/move_resize.c (__move_icon):
3528         don't map icon windows for pictured icons on move
3530 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3532         * fvwm/style.c (remove_all_of_style_from_list):
3533         (__simplify_style_list):
3534         (blockor):
3535         (blockand):
3536         (blockunmask)
3537         (blockissubset):
3538         (style_ids_are_equal):
3539         (style_id_equals_id)
3540         (styles_have_same_id):
3541         (fw_match_style_id)
3542         (one_fw_can_match_both_ids):
3543         (check_window_style_change):
3544         use int/0/1 instead of Bool/False/True
3546         * fvwm/move_resize.c (stick_across_pages):
3547         use False instead of FALSE
3549         * fvwm/style.c (fw_match_style_id):
3550         * fvwm/read.c (run_command_file):
3551         (push_read_file):
3552         * fvwm/add_window.c (MappedNotOverride):
3553         * libs/wild.c (matchWildcards):
3554         use 0 and 1 instead of FALSE and TRUE
3556         * fvwm/fvwm.h:
3557         removed TRUE and FALSE
3559 2006-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3561         * NEWS:
3562         FvwmPager !IconTitle style bugfix.
3564 2006-07-31  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3566         * fvwm/fvwm.1.in:
3567         Updated description of Wait command in man page.
3569 2006-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3571         * libs/Flocale.c (FlocaleFontStructDrawString)
3572         (FlocaleRotateDrawString):
3573         (FlocaleDrawString):
3574         fixed drawing of forecolor/hilightfore
3576         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3577         always unmaximize and resize window when leaving fullscreen state,
3578         not just if it did not start as fullscreen
3580 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3582         * fvwm/fvwm.1.in (MenuStyle):
3583         added a reference to the prefered ! style negation flag,
3584         and listed the other deprecated negative forms in one place.
3585         (ActiveForeOff):
3586         (AnimationOff):
3587         (AutomaticHotkeysOff):
3588         (HilightBackOff):
3589         (TitleWarpOff):
3590         changed to the ! negation form and listed as deprecated.
3591         (ActiveBack):
3592         removed relics from the man page
3594 2006-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3596         * NEWS:
3597         * configure.ac:
3598         increased version to 2.5.18
3599         released 2.5.17
3601         * NEWS:
3602         * configure.ac:
3603         updated for 2.5.17 release
3605 2006-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3607         * fvwm/move_resize.c (__move_window):
3608         allow moving a window without an icon while it's iconified based on the
3609         frame geometry
3611 2006-07-17  Serge Koksharov  <gentoosiast dog yandex dot ru>
3613         * fvwm/menustyle.c (menustyle_copy):
3614         Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3616 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3618         * fvwm/fvwm.1.in:
3619         NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3620         changed the manpage to reflect the prefered style negation method,
3621         that is, using the !* negation sign.
3623 2006-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3625         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3626         removed documentation of filters.
3628         * NEWS:
3629         * fvwm/expand.c (check_first_filter):
3630         (apply_filters)
3631         (expand_args_extended):
3632         (expand_vars_extended):
3633         (expand_vars):
3634         removed variable filter implementation and backslash-escaping.
3636 2006-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3638         * NEWS:
3639         News blurb for variable filters and backslash-escaping.
3640         * fvwm/fvwm.1.in:
3641         documentation of variable filters.
3643 2006-07-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3645         * fvwm/expand.c (chec):
3646         (first_filter):
3647         (apply_filters)
3648         (expand_args_extended):
3649         (expand_vars_extended):
3650         (expand_vars):
3651         implemented variable filters.
3653         * fvwm/expand.c (expand_vars):
3654         made backslash work as escape character within extended variables.
3656         * libs/Strings.h (QuoteEscapeString):
3657         (QuoteEscapeStringLength):
3658         * libs/Strings.c (QuoteEscapeString):
3659         (QuoteEscapeStringLength):
3660         new functions: QuoteEscapeString and QuoteEscapeStringLength for
3661         generic quoting.
3663         * fvwm/expand.c (expand_args_extended):
3664         make upper limit inclusive.
3666         * fvwm/functions.c (__execute_function):
3667         Changed PeekToken to GetNextToken before expand_vars call.
3669         * fvwm/fvwm.1.in:
3670         updated documentation regarding quoting in expand_args_extended
3672 2006-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3674         * fvwm/expand.c (__eae_parse_range):
3675         reject everything that does not begin with a digit
3677         * libs/Parse.c (SkipNTokens):
3678         stop skipping tokens at the end of input
3680         * fvwm/expand.c (__eae_parse_range):
3681         bugfixes
3682         (expand_vars):
3683         reformatted
3684         (__eae_parse_range):
3685         fixed parsing of $[n-]
3687 2006-07-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3689         * fvwm/expand.c (expand_args_extended):
3690         fixed core dump
3691         added range check for positional parameters
3692         (expand_args_extended):
3693         (__eae_parse_range):
3694         cleaned up and simplified parsing code
3695         properly unquote arguments when expanding
3696         removed the patch below
3698 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3700         * fvwm/expand.c (expand_args_extended):
3701         removed range check for positional parameters
3702         make single arguments not use the 'upper' variable
3703         changed back to PeekToken for single arguemnts.
3704         improved some comments.
3706 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3708         * fvwm/expand.c (expand_args_extended):
3709         Fix segfault when called with a tokenless string for single arguments.
3711 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3712         * docs/FAQ:
3713         Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3714         Reported by Serge Koksharov.
3716 2006-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3718         * fvwm/placement.c (__explain_placement):
3719         print initial size of window too
3721         * libs/Makefile.am (libfvwm_a_SOURCES):
3722         * libs/fvwm_sys_stat.h:
3723         added compat file
3725         * configure.ac:
3726         added O_NOFOLLOW replacement and always include fcntl.h
3728 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3729         * libs/Parse.c:
3730         Added DV's mailing-list comments about how PeekToken & GetNextToken
3731         work as comments to the source code. (slightly modified)
3733 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3735         * fvwm/schedule.c (CMD_Schedule):
3736         Fixed parsing of "Periodic" option.
3738 2006-07-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3740         * NEWS:
3741         Fix for tempfile vulnerabilities in FvwmCommand.
3742         * configure.ac:
3743         Added check for lstat.
3745 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3746         * fvwm/schedule.c:
3747         * NEWS:
3748         * AUTHORS:
3749         * fvwm/fvwm.1.in:
3750         Added "Periodic" option to Schedule command.
3752 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3754         * fvwm/module_interface.c (KillModule):
3755         (ClosePipes):
3756         fixed KillModule
3759 2006-07-09  Renato Caldas  <seventhguardian@gmail.com>
3761         * fvwm/fvwm.c (main):
3762         changed the -blackout warning to say it will be removed in 3.0
3764         * fvwm/fvwm.1.in (-blackout):
3765         updated the manual regarding the future remotion of -blackout
3767 2006-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3769         * NEWS:
3770         * configure.ac:
3771         added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3773 2006-07-08  Renato Caldas  <seventhguardian@gmail.com>
3775         *libs/alloca.c (DEBUG_I00FUNC)
3776         removed old debug code
3778 2006-07-07  Renato Caldas  <seventhguardian@gmail.com>
3780         * libs/debug.c:
3781         removed the old unused file
3783         * libs/Makefile.am (libfvwm_a_SOURCES):
3784         removed the reference to debug.c
3786         * libs/fvwmlib.h:
3787         removed the code related to libs/debug.c
3789         * fvwm/module_interface.c (make_named_packet)
3790         removed the #if 0'ed debug code related to debug.c
3792         fvwm/focus.h (DEBUG_FOCUS)
3793         removed the #ifdef'ed to 0 debug code related to debug.c
3796 2006-07-06  Renato Caldas  <seventhguardian@gmail.com>
3798         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3799         removed useles definition.
3801         * modules/FvwmPager/FvwmPager.c (main):
3802         (ParseOptions):
3803         removed most of the debug code.
3804         changed termination debug to use 'isTerminated' instead of
3805         'debug_term_signal'.
3806         changed termination debug to compile on FVWM_DEBUG_MSGS instead
3807         of DEBUG.
3809         * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3810         * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3811         (fvwmSetTerminate):
3812         removed unused debug_term_signal.
3814 2006-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3816         * NEWS:
3817         Work around for Cygwin not requiering '_GNU_SOURCE' to use
3818         stdio's getline; news entry.
3820 2006-06-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3822         * fvwm/commands.h:
3823         * fvwm/module_interface.c (CMD_ModuleListenOnly):
3824         (do_execute_module):
3825         (PositiveWrite):
3826         (ClosePipes):
3827         (KillModule):
3828         * fvwm/commands.h (enum):
3829         * fvwm/functable.c (func_table):
3830         new command ModuleListenOnly
3832 2006-06-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3834         * fvwm/move_resize.c (__move_loop):
3835         make sure a window is snapped in __move_loop when a button is released
3836         if it was snapped before
3838 2006-06-04  Mikhael Goikhman  <migo@homemail.com>
3840         * fvwm/expand.c (expand_vars_extended):
3841         convert function to have a single return point; this is good to
3842         implement doc/todo-vars filters in the future;
3843         fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3844         to behave like deprecated $n, $c and $r, i.e. quote them
3846 2006-06-03  Mikhael Goikhman  <migo@homemail.com>
3848         * fvwm/expand.c:
3849         multiple minor tweaks: remove trailing spaces and other
3850         re-spacing and re-indenting, remove old "#if 0" code
3852 2006-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3854         * fvwm/move_resize.c (ParseOneResizeArgument):
3855         rewrote parsing of resize arguments
3856         new prefix 'w' for resizing
3858 2006-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3860         * fvwm/conditional.c (MatchesConditionMask):
3861         fixed handling of some conditions (iconifiable, fixed, ...)
3863 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
3865         * fvwm/fvwm.1.in:
3866         s/reverted/negated/
3868         * fvwm/conditional.c:
3869         Output an error message if an unrecognised conditional is used
3870         with the Test or TestRc commands.
3872 2006-05-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3874         * fvwm/frame.c (frame_mrs_hide_changing_parts):
3875         do not map hide windows if their width or height is zero
3877 2006-05-09  Serge Koksharov  <gentoosiast dog yandex dot ru>
3879         * fvwm/ewmh_events.c:
3880         * fvwm/fvwm.1.in:
3881         * fvwm/gnome.c:
3882         * libs/FlocaleCharset.c:
3883         corrected typos
3885         * libs/Flocale.c:
3886         corrected typos in warning messages
3888         * libs/Colorset.c:
3889         * libs/PictureGraphics.c:
3890         * libs/PictureGraphics.h:
3891         renamed function PGraphicsCreateTransprency to
3892         PGraphicsCreateTransparency
3894 2006-04-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3896         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3897         * fvwm/expand.c (expand_args_extended):
3898         fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3900 2006-04-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3902         * NEWS:
3903         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3904         * fvwm/expand.c (expand_args_extended):
3905         (expand_vars):
3906         added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3908         * fvwm/conditional.c (CMD_All):
3909         * fvwm/fvwm.1.in (All):
3910         changed Reverse and UseStack options to have free order.
3912         * NEWS:
3913         * fvwm/fvwm.1.in (WindowShade):
3914         * fvwm/windowshade.c (CMD_WindowShade):
3915         * fvwm/add_window.c (setup_window_structure):
3916         added last direction to WindowShade command.
3918 2006-04-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3920         * fvwm/fvwm.1.in (All):
3921         corrected typo
3923 2006-04-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3925         * NEWS:
3926         * fvwm/fvwm.1.in (All):
3927         * fvwm/conditional.c (CMD_All):
3928         added reverse option to All command to do the action in opposite order
3929         added UseStack option to All command to use the stack ring instead of
3930         the window ring.
3932 2006-04-07  Serge Koksharov  <gentoosiast dog yandex dot ru>
3934         * bin/fvwm-bug.in:
3935         changed fallback editor from `emacs' to `vi' because it much
3936         more widespread on non-Linux systems
3937         fixed errors (because of incorrect syntax fallback entries were
3938         not used)
3939         now script honors `TMPDIR' env. variable and if it's not set it
3940         fallback to `/tmp' directory when creating temporary file
3942 2006-04-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3944         * fvwm/fvwm.1.in:
3945         changed description of the fvwmstyle resource usage
3946         to state that it's used in addition to the other
3947         matches
3948         * fvwm/style.c (fw_match_style_id):
3949         fixed a typo in style_name matching
3951 2006-04-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3953         * fvwm/style.c (fw_match_style_id):
3954         reformatted code and fixed a warning
3956 2006-04-04  Serge Koksharov  <gentoosiast dog yandex dot ru>
3958         * ChangeLog:
3959         * bin/ChangeLog:
3960         * libs/Fft.c (FftGetFont):
3961         * libs/System.c:
3962         corrected typos
3964         * libs/System.c (fvwm_mkstemp):
3965         because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3966         function was never used, even if it was considered secure by configure
3967         script.
3969 2006-04-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3971         * AUTHORS:
3972         added some more suff to the list of what I've done.
3973         * NEWS:
3974         * fvwm/fvwm.1.in:
3975         * fvwm/add_window.c (__add_window_handle_x_resources)
3976         (destroy_window):
3977         (AddWindow):
3978         * fvwm/fvwm.h (FvwmWindow):
3979         added fvwmstyle resource to override style name
3981 2006-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3983         * fvwm/menus.c (pop_menu_up):
3984         as documented, do not warp to title for root menus with TitleWarp
3986 2006-03-21  Serge Koksharov  <gentoosiast dog yandex dot ru>
3988         * fvwm/fvwm.1.in:
3989         Removed duplicated 'NoIcon' style option description in the end
3990         of the `The Style command...' section.
3991         Removed `Recapture True' option setting in example of BusyCursor
3992         description, because `Recapture' isn't valid option of `BusyCursor'
3993         command anymore.
3994         Updated ewmh specification URL (the old was 404)
3995         Added URL to ICCCM 2.0 manual
3997         * modules/FvwmAnimate/FvwmAnimate.c:
3998         corrected delay for Zoom3D animation effect
4000         * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
4001         * modules/FvwmConsole/FvwmConsole.1.in:
4002         replaced all `Cntl' modificator key mentions with `Ctrl' to be
4003         consistent with rest of the documentation and because it's more
4004         conventional abbreviation.
4006         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
4007         slightly clarified the `StartName' option description
4008         added the undocumented `MailDir' option description. Somebody
4009         violated section `K' of the convention list.
4011         * fvwm/fvwm.1.in:
4012         * fvwm/ConfigFvwmSetup:
4013         * modules/FvwmForm/FvwmForm.1.in:
4014         * modules/FvwmForm/FvwmForm-Rlogin:
4015         * sample.fvwmrc/system.fvwm2rc:
4016         * sample.fvwmrc/system.fvwm2rc-sample-1:
4017         replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
4018         inherently insecure. We shouldn't teach our users bad things,
4019         should we?
4021         * AUTHORS:
4022         * Changelog:
4023         * INSTALL.fvwm:
4024         * NEWS:
4025         * bin/fvwm-config.1.in:
4026         * bin/fvwm-menu-headlines.1:
4027         * bin/fvwm-menu-headlines.in:
4028         * bin/fvwm-perllib.in:
4029         * bin/fvwm-root.1.in:
4030         * docs/CONVENTIONS:
4031         * docs/FAQ:
4032         * fvwm/fvwm.1.in:
4033         * fvwm/fvwm.h:
4034         * fvwm/virtual.c:
4035         * libs/PictureGraphics.c:
4036         * libs/Picture.h:
4037         * modules/FvwmBacker/FvwmBacker.1.in:
4038         * modules/FvwmDebug/FvwmGtkDebug.in:
4039         * modules/FvwmDebug/FvwmGtkDebug.1:
4040         * modules/FvwmEvent/FvwmEvent.1.in:
4041         * modules/FvwmForm/FvwmForm.1.in:
4042         * modules/FvwmIconMan/xmanager.c:
4043         * modules/FvwmIdent/FvwmIdent.c:
4044         * modules/FvwmIdent/FvwmIdent.1.in:
4045         * modules/FvwmPerl/FvwmPerl.in:
4046         * modules/FvwmPerl/FvwmPerl.1:
4047         * modules/FvwmScript/FvwmScript.1.in:
4048         * modules/FvwmScript/Widgets/Menu.c:
4049         * modules/FvwmTabs/ConfigFvwmTabs:
4050         * modules/FvwmTabs/FvwmTabs-DefaultSetup:
4051         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
4052         * modules/FvwmTheme/FvwmTheme.1.in:
4053         * perllib/FVWM/Module/Tk.pm:
4054         * perllib/FVWM/Tracker.pm:
4055         * perllib/FVWM/Module.pm.in:
4056         corrected typos
4058 2006-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4060         * fvwm/style.c (style_parse_focus_policy_style):
4061         fix ISO C90 compability with unconsumed styleoption warnings
4063 2006-03-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4065         * fvwm/events.c (HandlePropertyNotify):
4066         fix for bug 1557/3950 (possible free of Untilted constant or
4067         already used name (if app reset the name already given to them))
4069 2006-03-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4071         * fvwm/focus.c (__activate_window_by_command)
4072         (warp_to_fvwm_window):
4073         (CMD_WarpToWindow):
4074         * fvwm/builtins.c (CMD_CursorMove):
4075         set last pointer event position after warping the pointer
4077         * libs/FEvent.h:
4078         * libs/FEvent.c (FWarpPointerUpdateEvpos):
4079         new function
4081 2006-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4083         * acinclude.m4 (AM_PATH_GTK):
4084         (AM_PATH_IMLIB):
4085         (AM_PATH_GDK_IMLIB):
4086         (AM_CHECK_FT2):
4087         (AM_CHECK_XFT):
4088         (AM_CHECK_FC):
4089         fixed to cope with 4 digit version numbers
4091 2006-02-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4093         * NEWS:
4094         * fvwm/style.c (parse_and_set_window_style)
4095         (style_parse_one_style_option):
4096         (style_parse_icon_fill_style)
4097         (style_parse_icon_grid_style):
4098         (style_parse_icon_box_style)
4099         (style_parse_icon_size_style):
4100         (style_parse_focus_policy_style)
4101         (style_parse_button_style):
4102         warn if parts of style options are not consumed
4104 2006-02-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4106         * fvwm/menuitem.c (menuitem_paint):
4107         use the MenuColorset in all cases if TitleColorset is not given
4109 2006-02-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4111         * fvwm/style.c (style_parse_one_style_option):
4112         * fvwm/placement.c (__place_get_wm_pos):
4113         (__explain_placement):
4114         new placement style UnderMousePlacement
4116 2006-02-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4118         * NEWS:
4119         * fvwm/fvwm.1.in (EdgeScroll):
4120         * fvwm/virtual.c (CMD_EdgeScroll):
4121         fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
4122         added wrap/wrapx/wrapy option to EdgeScroll
4124 2006-02-10  Mikhael Goikhman  <migo@homemail.com>
4126         * fvwm/fvwm.1.in:
4127         spell check the whole file (dozens of typos)
4129 2006-02-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4131         * fvwm/module_interface.c (do_execute_module):
4132         removed accidentally committed FVWM_MODULE_ALIAS patch
4134 2006-02-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4136         * fvwm/module_interface.c (do_execute_module):
4137         unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
4139         * fvwm/menus.c (size_menu_horizontally):
4140         fix for drawing menus with sidepic on the right
4142         * libs/Flocale.c (FlocaleFontStructDrawString):
4143         (FlocaleDrawString):
4144         set the foreground colour before drawing a string
4146         * fvwm/menustyle.h:
4147         * fvwm/menustyle.c (menustyle_get_styleopt_index):
4148         (menustyle_free):
4149         (menustyle_update):
4150         (menustyle_parse_style):
4151         (menustyle_copy):
4152         * fvwm/menus.c (calculate_item_sizes):
4153         (size_menu_vertically):
4154         (UpdateMenuColorset):
4155         * fvwm/menuitem.c (menuitem_paint):
4156         Applied patch by David Maciver
4157         new menu styles TitleColorset, HilightTitleBack and TitleFont
4159 2006-02-09  Renato Caldas  <seventhguardian@gmail.com>
4161         * libs/Module.h:
4162         * libs/Module.c (ParseModuleArgs):
4163         added variable "namelen" to ModuleArgs struct
4165 2006-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4167         * libs/Module.h:
4168         removed duplicate declaration
4170 2006-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4172         * fvwm/fvwm.c (main):
4173         replaced previous patch with a better one
4175         * fvwm/virtual.c (unmap_window):
4176         * fvwm/menus.c (do_menu):
4177         * fvwm/events.c (fake_map_unmap_notify):
4178         (HandleMapNotify):
4179         * fvwm/add_window.c (MappedNotOverride):
4180         Added XFlush after XSelectInput
4182 2006-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4184         * NEWS:
4185         * fvwm/fvwm.c (main):
4186         fix for fvwm not detecting non ICCCM2 wm (bug #3151)
4188 2006-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4190         * NEWS:
4191         * configure.ac:
4192         increased version to 2.5.17
4193         released 2.5.16
4195         * NEWS:
4196         * configure.ac:
4197         updated for 2.5.16 release
4199         * acinclude.m4 (CHECK_LIBCHARSET):
4200         removed debug code
4202 2006-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4204         * fvwm/functions.c (execute_complex_function):
4205         print a message to the console instead of ringing the bell when a
4206         grab fails
4208 2006-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4210         * NEWS:
4211         fixed typo (NEWS still said 2.5.15)
4213 2006-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4215         * NEWS:
4216         * configure.ac:
4217         increased version to 2.5.16
4218         released 2.5.15
4220         * NEWS:
4221         * configure.ac:
4222         updated for 2.5.15 release
4224 2006-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4226         * fvwm/move_resize.c (GetOnePositionArgument):
4227         (GetMoveArguments):
4228         new option "screen" to Move type commands
4230 2006-01-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4232         * acinclude.m4 (smr_SWITCH):
4233         updated
4235 2006-01-08  Mikhael Goikhman  <migo@homemail.com>
4237         * Makefile.am
4238         restore requirement of automake-1.4; 1.8 is too new even for my system
4240 2006-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4242         * configure.in:
4243         * configure.ac:
4244         renamed configure.in to configure.ac
4246         * acinclude.m4:
4247         some updates for new autoconf/automake versions
4249         * configure.in:
4250         * acconfig.h:
4251         removed acconfig.h
4253         * configure.in:
4254         require autoconf-2.53 or later
4256         * Makefile.am (AUTOMAKE_OPTIONS):
4257         require automake-1.8 or later
4259         * configure.in:
4260         check for X library path before X library checks
4261         removed obsolete C++ compiler check
4262         removed duplicate type size checks
4263         replaced M4 comment ("dnl") with shell comment ("#") in many places
4265         * acinclude.m4:
4266         fixed aclocal warnings
4268 2006-01-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4270         * fvwm/style.c (style_parse_button_style):
4271         corrected typo in error message, and made errorous buttons not apply
4272         (style_parse_one_style_option):
4273         changed NoButton to use style_parse_button_style
4275 2005-12-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4277         * libs/Fft.h:
4278         new fix for incompatible pointer type warning with gcc 3.4.
4280 2005-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4282         * NEWS:
4283         * AUTHORS:
4284         * fvwm/menuitem.c:
4285         * fvwm/menustyle.h:
4286         * fvwm/fvwm.1.in:
4287         commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
4288         option.
4290 2005-12-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4292         * fvwm/fvwm.1.in:
4293         corrected typos
4295 2005-11-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4297         * fvwm/frame.c (frame_free_move_resize_args):
4298         fixed drawing of transparent decorations or when using lazy shading
4299         during resize
4301 2005-11-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4303         * configure.in:
4304         * libs/fvwmsignal.c:
4305         * libs/Graphics.c:
4306         c89 fixes
4308         * fvwm/ewmh_names.c:
4309         * libs/CombineChars.c:
4310         * libs/FGettext.c:
4311         * libs/FScreen.c:
4312         * libs/FTips.c:
4313         * libs/Flocale.c:
4314         * libs/Parse.c:
4315         * libs/PictureUtils.c:
4316         * libs/System.c:
4317         * libs/XError.c:
4318         * libs/alloca.c:
4319         * libs/envvar.c:
4320         * libs/safemalloc.c:
4321         * libs/strdup.c:
4322         * libs/usleep.c:
4323         do not #include stdlib.h (comes from config.h)
4325         * libs/Flocale.c:
4326         do not #include string.h (comes from config.h)
4328         * acconfig.h:
4329         fixed detection of string.h/strings.h
4331 2005-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4333         * libs/Fft.c (FftGetFont):
4334         fixed compiler warning with gcc 3.4.4
4336 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4338         * fvwm/menuitem.c (menuitem_paint):
4339         properly undraw unselected item area
4341 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4343         * fvwm/menuitem.c (menuitem_paint):
4344         * fvwm/menus.c (get_menu_paint_item_parameters)
4345         (get_menu_paint_item_parameters):
4346         (make_menu):
4347         fixed text offset of menu items with icons but with an item format that
4348         disables icons
4349         (size_menu_horizontally):
4350         allow sidepic to be placed in the middle of menu items; this is better
4351         than ignoring the item format completely but does not draw the items
4352         properly either
4354         * fvwm/menus.c (__mloop_handle_event):
4355         (menu_expose):
4356         fixed delayed menu drawing issue
4357         (select_menu_item):
4358         do not draw the selected menu item before the menu is drawn for the
4359         first time
4360         (repaint_transparent_menu):
4361         (select_menu_item):
4362         (paint_menu):
4363         don't call get_menu_paint_item_parameters when the result is not used
4364         (get_menu_paint_item_parameters):
4366 2005-11-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4368         * fvwm/ewmh.h (EWMH_CMD_Style):
4369         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4370         * fvwm/style.c (style_parse_one_style_option):
4371         Added support for inverting boolean EWMH styles with !.
4373         * NEWS:
4374         * fvwm/fvwm.h
4375         * fvwm/style.h:
4376         * fvwm/window_flags.h:
4377         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4378         * fvwm/ewmh.c (ewmh_HandleWindowType):
4379         * fvwm/fvwm.1.in:
4380         Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4382 2005-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4384         * fvwm/icons.c (GetIconWindow):
4385         * fvwm/fvwm.h (FvwmWindow):
4386         * fvwm/events.c (__handle_cr_on_icon):
4387         properly handle icon border width; fixes an xterm active icon loop
4389 2005-10-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4391         * fvwm/borders.c (border_draw_one_border_part):
4392         fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4393         borders.
4395 2005-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4397         * fvwm/menustyle.c (menustyle_copy_face):
4398         (menustyle_copy):
4399         (menustyle_free_face):
4400         (menustyle_free):
4401         (menustyle_parse_style):
4402         use new functions and fix a bug
4404         * fvwm/Makefile.am:
4405         * fvwm/colors.c:
4406         * fvwm/colors.h:
4407         removed empty files colors.c and colors.h
4409         * fvwm/colors.c (CopyColor):
4410         (FreeColors):
4411         moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4412         fvwmlib_copy_color
4414         * fvwm/frame.c (frame_reshape_border):
4415         removed unused code
4417 2005-10-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4419         * fvwm/menustyle.c (menustyle_copy_face):
4420         separated from menustyle_copy; color copies are reallocated.
4421         (menustyle_free):
4422         all colors freed
4423         (menustyle_copy):
4424         color copies are reallocated.
4426         * fvwm/colors.c (CopyColor):
4427         * fvwm/colors.h (CopyColor):
4428         added CopyColor
4430 2005-10-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4432         * fvwm/move_resize.c (__resize_window):
4433         fix for not being able to finish resize with mouse when resizing on
4434         click with modifiers active. (intruduced with 'removed duplicate
4435         pointer query' at sep 29)
4437         * NEWS:
4438         * fvwm/fvwm.1.in:
4439         * fvwm/menustyle.c (menustyle_parse_style):
4440         made style pairs negatable with '!' prefix
4441         ActiveForeOff and HilightBackOff frees colors used.
4443         * fvwm/menustyle.c (menustyle_copy):
4444         fix for freeing color from sorce instead of destination.
4446 2005-10-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4448         * fvwm/functions.c (__execute_function):
4449         fixed an error in yesterdays patch to complex fuctions. the commands
4450         pressed window were not retored correctly after running move functions
4451         without it, and functions would be run twice.
4453 2005-10-18  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4455         * fvwm/fvwm.1.in:
4456         added NoLayer to list of allowed options for WindowList command
4457         fixed grammar of test-conditions list. formatting fixes for
4458         MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4459         style option list.
4461         * NEWS:
4462         * fvwm/functions.c (__execute_function)
4463         (__run_complex_function_items):
4464         (execute_complex_function):
4465         fix for moving/resizing reference window usage with complex functions.
4467 2005-10-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4469         * fvwm/move_resize.c (__move_loop):
4470         reimplemented a fix for the place with keyboard setting a button as
4471         used for place bug; this time without breaking escape key.
4473 2005-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4475         * fvwm/move_resize.c (__move_loop):
4476         removed the previous patch as it breaks aborting window motion with the
4477         escape key.
4479 2005-10-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4481         * fvwm/move_resize.c (__move_loop):
4482         fixed bug where finishing movment with keyboard would set a random
4483         button as used for placement.
4485 2005-09-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4487         * NEWS
4488         * fvwm/frame.c (frame_setup_border):
4489         reverted change for move of window parts (reset of PressedW).
4491 2005-09-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4493         * fvwm/frame.c (frame_setup_border):
4494         fixed a Warning
4496 2005-09-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4498         * NEWS:
4499         * fvwm/move_resize.c (__resize_window):
4500         removed duplicate pointer query for enter/leave notify events.
4501         resizing of shaded windows in the shaded direction no longer
4502         results in bogus ref points.
4504         * fvwm/frame.c (frame_setup_border):
4505         reset PressedW if the part has moved. This prevents strange
4506         ref points in resize if called from some complex functions.
4508         * fvwm/frame.c (frame_create_move_resize_args):
4509         shaded windows use get_client_geometry for client geometry.
4511 2005-09-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4513         * NEWS:
4514         * AUTHORS:
4515         * fvwm/fvwm.h (window_flags):
4516         (WindowConditionMask):
4517         (FvwmWindow):
4518         * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4519         (SET_PLACED_WB3)
4520         (SETM_PLACED_WB3):
4521         * fvwm/session.c (_match):
4522         (SaveWindowStates):
4523         (LoadWindowStates):
4524         * fvwm/conditional.c (MatchesConditionMask):
4525         (CreateConditionMask):
4526         * fvwm/add_window.c (setup_window_structure):
4527         * fvwm/move_resize.h (placement_binding):
4528         * fvwm/move_resize.c (__move_loop):
4529         (placement_binding):
4530         * fvwm/bindings.c (ParseBinding):
4531         * libs/wcontext.c (win_contexts):
4532         * libs/wcontext.h (enum):
4533         * fvwm/fvwm.1.in:
4534         Added placement context for simple mouse bindings to allow
4535         specification of buttons to finish/cancel movment. Buttons >3
4536         may now be used to place windows.
4537         Replaced window flag placed_wb3 with placed_by_button
4538         FvwmWindow member. Added window condition PlacedByButton.
4540 2005-09-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4542         * NEWS:
4543         * AUTHORS:
4544         * fvwm/menustyle.h (enum):
4545         (MenuFeel):
4546         (ST_DO_SCROLL):
4547         (MST_DO_SCROLL)
4548         (ST_SCROLL_OFF_PAGE):
4549         (MST_SCROLL_OFF_PAGE):
4550         * fvwm/menustyle.c (menustyle_copy):
4551         (menustyle_get_styleopt_index):
4552         (menustyle_parse_style):
4553         (CMD_MenuStyle):
4554         * fvwm/menus.c (menuShortcuts):
4555         (enum):
4556         (__mloop_handle_event):
4557         (menu_get_outer_geometry):
4558         (move_any_menu):
4559         * fvwm/fvwm.1.in:
4560         added MouseWheel and ScrollOffPage menu styles
4562 2005-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4564         * NEWS:
4565         * fvwm/menus.c (append_item_to_menu):
4566         fixed bug #1121: Use of pointer without checking for NULL
4568 2005-09-19  Mikhael Goikhman  <migo@homemail.com>
4570         * NEWS:
4571         * fvwm/expand.c (expand_vars):
4572         warn on usage of obsolete one-letter variables
4574 2005-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4576         * NEWS:
4577         * AUTHORS:
4578         * fvwm/expand.c (expand_vars_extended):
4579         (expand_vars):
4580         allow nesting of variables
4582 2005-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4584         * fvwm/ewmh.c (EWMH_SetWMDesktop):
4585         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4586         (ewmh_WMDesktop):
4587         64-bit fixes
4589 2005-09-03  Mikhael Goikhman  <migo@homemail.com>
4591         * fvwm/borders.c (border_draw_one_border_part)
4592         (border_draw_all_border_parts):
4593         fix the previous patch to work with title-less windows too
4595 2005-08-30  Mikhael Goikhman  <migo@homemail.com>
4597         * fvwm/borders.c (border_draw_one_border_part)
4598         (border_draw_all_border_parts):
4599         improve offsets when drawing borders for "BorderStyle TiledPixmap"
4600         windows to make the borders look homogeneous (based on the patch of
4601         Evgeny Stambulchik)
4603 2005-08-26  Mikhael Goikhman  <migo@homemail.com>
4605         * NEWS:
4606         * acconfig.h:
4607         * configure.in:
4608         * libs/FBidi.c:
4609         support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4610         fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4612 2005-08-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4614         * NEWS:
4615         * configure.in:
4616         increased version to 2.5.15
4617         released 2.5.14
4619         * NEWS:
4620         * configure.in:
4621         updated for 2.5.14 release
4623         * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4624         (ewmh_WMStateSkipTaskBar):
4625         (ewmh_WMStateSkipPager):
4626         (ewmh_WMStateModal):
4627         fixed several ewmh-hints
4629 2005-08-24  Mikhael Goikhman  <migo@homemail.com>
4631         * fvwm/fvwm.1.in:
4632         fix TestRc example error, s/Any/All/
4634 2005-08-17  Jonathan Kotta  <jpkotta@gmail.com>
4636         * NEWS:
4637         * AUTHORS:
4638         * fvwm/fvwm.1.in:
4639         * fvwm/conditions.c (MatchesConditionMask):
4640         (CreateConditionMask):
4641         added FixedPosition condition
4643 2005-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4645         * fvwm/virtual.c (HandlePaging):
4646         use FQueryPointer every time to track the pointer position; this fixes
4647         fvwm hanging in HandlePaging for the given delay once the pointer
4648         touches the pan frames
4650 2005-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4652         * fvwm/session.c (SaveWindowStates):
4653         (LoadWindowStates):
4654         (MatchWinToSM):
4655         save and restore the default layer during a restart
4657 2005-08-13  Mikhael Goikhman  <migo@homemail.com>
4659         * fvwm/conditional.c (CMD_Test):
4660         * fvwm/fvwm.1.in:
4661         rename previously added Test conditions to EnvIsSet and EnvMatch,
4662         tweak the logic when the variable is set, but empty
4664 2005-08-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4666         * fvwm/conditional.c (CMD_Test):
4667         * fvwm/fvwm.1.in:
4668         added test conditions EdgeHasPointer and EdgeIsActive
4670 2005-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4672         * fvwm/virtual.c (raisePanFrames):
4673         prevent cycling of pan frame window stacking order
4675 2005-08-12  Mikhael Goikhman  <migo@homemail.com>
4677         * fvwm/conditional.c (CMD_Test):
4678         * fvwm/fvwm.1.in:
4679         add Test conditions IsEnvSet and MatchEnv
4681 2005-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4683         * fvwm/menus.c (pop_menu_up):
4684         * fvwm/menustyle.c (menustyle_copy):
4685         two fixes by Viktor Griph
4687         * fvwm/events.c (HandleEvents):
4688         simplify the style list if there is nothing else to do
4690         * fvwm/style.c (__simplify_style_list):
4691         (styles_have_same_id):
4692         (style_id_equals_id):
4693         (style_ids_are_equals):
4694         (__style_command):
4695         (remove_all_of_style_from_list):
4696         (one_fw_can_match_both_ids):
4697         pass pointers instead of the whole style structure
4698         (__simplify_style_list):
4699         fixed memory leak and tweaked the code
4701         * libs/Strings.c (CatString3):
4702         fixed a buffer overflow
4704 2005-08-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4706         * configure.in:
4707         detect if Window, Pixel or void * are bigger than long and refuse to
4708         compile
4710         * libs/vpacket.h (ConfigWinPacket):
4711         * fvwm/windowshade.c (CMD_WindowShade):
4712         * fvwm/virtual.c (MoveViewport):
4713         (goto_desk):
4714         (CMD_DesktopSize):
4715         (CMD_GotoDeskAndPage):
4716         * fvwm/update.c (apply_window_updates):
4717         * fvwm/stack.c (BroadcastRestack):
4718         (RaiseWindow):
4719         (LowerWindow):
4720         * fvwm/icons.c (DeIconify):
4721         (Iconify):
4722         * fvwm/geometry.c (broadcast_icon_geometry):
4723         * fvwm/events.c (HandleEnterNotify):
4724         (HandleFocusIn):
4725         (HandleLeaveNotify):
4726         (HandleMapNotify):
4727         (HandleMapRequestKeepRaised):
4728         * fvwm/add_window.c (destroy_window):
4729         * fvwm/module_interface.c (SendFvwmPicture)
4730         (BroadcastFvwmPicture):
4731         (CMD_Send_WindowList):
4732         * fvwm/modconf.c (CMD_Send_ConfigInfo):
4733         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4734         64-bit fixes
4736         * fvwm/virtual.c (GetDeskNumber):
4737         fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4738         around the given desk range with a relative desk
4740         * fvwm/focus.c (focus_grab_buttons_on_layer):
4741         fixed a hang
4743         * fvwm/gnome.c:
4744         * fvwm/stack.c:
4745         * fvwm/ewmh.c:
4746         reindented some code and renamed some variables
4748 2005-08-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4750         * fvwm/events.c (__check_click_to_focus_or_raise):
4751         small cleanup patch
4753 2005-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4755         * FvwmIconMan/xmanager.c (set_win_iconified):
4756         fixed select/focus button state lost when deiconifying a window
4758 2005-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4760         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4761         fixed bogus warning
4763         * libs/Colorset.c (get_aspect_dimensions):
4764         fixed aspectpixmap size calculations
4766 2005-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4768         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4769         fixed a core dump
4771         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4772         (ewmh_CurrentDesktop):
4773         (ewmh_DesktopGeometry):
4774         (ewmh_NumberOfDesktops):
4775         (ewmh_WMDesktop):
4776         (ewmh_WMIconGeometry):
4777         * fvwm/gnome.c (GNOME_ProcessClientMessage):
4778         print error messages for broken gnome client messages
4780         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4781         removed duplicate call of execute_function_override_window
4783         * fvwm/stack.c (new_layer):
4784         fixed a hang if a window sets an layer < 0 via gnome hints
4786         * fvwm/add_window.c (GetWindowSizeHints):
4787         * fvwm/misc.c (fvwm_msg_report_app):
4788         (fvwm_msg_report_app_and_workers):
4789         new utility functions
4791 2005-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4793         * fvwm/stack.c (dump_stack_ring):
4794         (verify_stack_ring_consistency):
4795         * fvwm/module_interface.c (HandleModuleInput):
4796         * fvwm/events.c (__cr_detect_icccm_move):
4797         * fvwm/style.c (print_styles):
4798         64-bit fixes
4800 2005-07-19  Mikhael Goikhman  <migo@homemail.com>
4802         * libs/FlocaleCharset.c:
4803         support euc-jp encodings (Yasuhiro Nakazaki)
4805 2005-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4807         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4808         * fvwm/ewmh_names.c (EWMH_WMName):
4809         (EWMH_WMIconName):
4810         * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4811         (EWMH_SetNumberOfDesktops):
4812         (EWMH_SetDesktopViewPort):
4813         (EWMH_SetDesktopGeometry):
4814         (EWMH_SetWMDesktop):
4815         (ewmh_SetWorkArea):
4816         (EWMH_SetFrameStrut):
4817         (EWMH_Init):
4818         * fvwm/gnome.c (AtomGet):
4819         (atom_size):
4820         (GNOME_GetHintIcons):
4821         (GNOME_GetHintLayer):
4822         (GNOME_GetHintState):
4823         (GNOME_GetExpandedSize):
4824         (GNOME_SetAreaCount):
4825         (GNOME_SetCurrentArea):
4826         (GNOME_SetDeskCount):
4827         (GNOME_SetCurrentDesk):
4828         (GNOME_SetCurrentDesk):
4829         (GNOME_SetWinArea):
4830         (GNOME_Init):
4831         (CMD_GnomeShowDesks):
4832         (GNOME_SetHints):
4833         (GNOME_SetDesk):
4834         (GNOME_SetLayer):
4835         * libs/fsm.c (GetClientID):
4836         (set_session_manager):
4837         * fvwm/session.c (GetClientID):
4838         * fvwm/fvwm.h (FvwmWindow):
4839         * fvwm/colorset.c (get_root_pixmap):
4840         * fvwm/add_window.c (FetchWmProtocols):
4841         * libs/FTips.c (__initialize_window):
4842         * fvwm/icccm2.c (convertProperty)
4843         (icccm2_handle_selection_request)
4844         * fvwm/fvwm.c (SetMWM_INFO):
4845         64-bit fixes
4847 2005-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4849         * fvwm/move_resize.c (GetOnePositionArgument):
4850         don't use the unportable fuction rintf()
4852 2005-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4854         * NEWS:
4855         * configure.in:
4856         increased version to 2.5.14
4857         released 2.5.13
4859         * ANNOUNCE:
4860         * NEWS:
4861         * configure.in:
4862         updated for 2.5.13 release
4864 2005-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4866         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4867         fixed drawing of relief with very small rectangles, i.e. when
4868         line_width * 2 > height or width
4870 2005-07-04  Dan Espen  <dane@mk.telcordia.com>
4872         * NEWS: fvwm-menu-desktop changes.
4874 2005-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4876         * fvwm/placement.c (get_next_x):
4877         fixed collision detection of windows on pages other than the current
4878         one during placement
4880 2005-06-17  Olivier Chapuis  <olivier.chapuis@free.fr>
4882         * fvwm/move_resize.c (__resize_window):
4883         Fixed interactive resize (reduction) via the bottom border
4885         * libs/Fpng.h:
4886         Typo
4888 2005-06-02  Dan Espen  <dane@mk.telcordia.com>
4890         * NEWS:
4891         * fvwm/fvwm.1.in:
4892         Spelling fix contition -> condition
4894 2005-04-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4896         * fvwm/style.c (style_ids_are_equals):
4897         (style_id_equals_id):
4898         (styles_have_same_id):
4899         (fw_match_style_id):
4900         (one_fw_can_match_both_ids):
4901         (cleanup_style_defaults):
4902         * libs/fsm.c (fprintfhex):
4903         (CloseDownClient):
4904         * libs/FGettext.c (fgettext_free_fgpath_list):
4905         * libs/Parse.c (_get_suffixed_integer_arguments):
4906         * libs/Graphics.c (AllocNonlinearGradient):
4907         * libs/PictureUtils.c (build_mapping_table):
4908         (finish_ct_init):
4909         made static
4911         * libs/setpgrp.c:
4912         * libs/Event.c:
4913         * libs/FRenderInit.c:
4914         include own header file
4916         * libs/System.c (getFileStamp):
4917         * libs/Fft.c (FftPDumyFunc):
4918         * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4919         exported
4921 2005-03-01  Dan Espen  <dane@mk.telcordia.com>
4923         * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4924         not exec.
4926 2005-02-25  Dan Espen  <dane@mk.telcordia.com>
4928         * fvwm/fvwm.1.in (Focus): Typos in focus section.
4930 2005-02-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4932         * fvwm/conditional.c (Circulate):
4933         added tests for fw == Scr.FvwmRoot again to fix a crash
4935 2005-02-05  Dan Espen  <dane@mk.telcordia.com>
4937         * AUTHORS: New author, FvwmScript patch.
4939 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
4941         * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4942         * AUTHORS: s/Hover/Active/
4944 2005-01-19  Dan Espen  <dane@mk.telcordia.com>
4946         * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4947         avoid dump with empty key/mouse binding command.
4948         * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4949         Checked all other uses of PeekToken in fvwm dir.
4951 2005-01-08  Olivier Chapuis  <olivier.chapuis@free.fr>
4953         * fvwm/session.c (matchWin):
4954         (SaveWindowStates):
4955         On restarts compare window ids only. Base our matching decision on
4956         window role only if we have a client id.
4958         * fvwm/move_resize.c (GetOnePositionArgument):
4959         Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4960         float values to nearest int
4962 2005-01-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4964         * AUTHORS:
4965         * fvwm/move_resize.c (CMD_Maximize):
4966         Applied Arnaud Vrac patch which fixes maximize by growing vs
4967         EWMH working area
4969 2004-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4971         * fvwm/builtins.c (do_button_style):
4972         ButtonStyle Reset takes effect immediately
4974 2004-12-08  Dan Espen  <dane@mk.telcordia.com>
4976         * fvwm/fvwm.1.in: lang check.
4978 2004-12-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4980         * fvwm/fvwm.1.in:
4981         Really commit EWMHUseStackingOrderHints documentation update
4983 2004-12-02  Olivier Chapuis  <olivier.chapuis@free.fr>
4985         * fvwm/fvwm.1.in:
4986         Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4988         * NEWS:
4989         FvwmIconMan new options
4991         * libs/FTips.c (new file):
4992         * libs/FTips.h (new file):
4993         * libs/defaults.h:
4994         * libs/Makefile.am:
4995         Added a set of functions for implementing tool tips
4997 2004-11-30  Dan Espen  <dane@mk.telcordia.com>
4999         * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
5001 2004-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5003         * fvwm/menus.c (__mloop_get_event):
5004         * fvwm/functions.c (execute_complex_function):
5005         * fvwm/add_window.c (AddWindow):
5006         * fvwm/module_interface.c (ExecuteModuleCommand):
5007         * fvwm/move_resize.c (__move_loop):
5008         (__resize_window):
5009         properly set the "state" member of faked motion and key events;
5010         fixes broken "nosnap" feature
5012 2004-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5014         * fvwm/bindings.c (ParseBinding):
5015         reformatted
5016         * libs/Bindings.c (bindingAppliesToWindow):
5017         (__compare_binding):
5018         * fvwm/module_interface.c (CMD_ModuleSynchronous):
5019         * fvwm/builtins.c (CMD_Wait):
5020         (CMD_StrokeFunc):
5021         * fvwm/events.c (__handle_bpress_on_root):
5022         (HandleButtonRelease):
5023         fixed crash in window specific binding code
5024         fixed handling of root window in window specific binding code
5025         renamed some functions
5027 2004-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5029         * fvwm/focus.c (__update_windowlist):
5030         replaced while loop by for loop
5032         * fvwm/style.c (style_destroy_style):
5033         * fvwm/conditional.c (Circulate):
5034         removed useless check whether fw == &Scr.FvwmRoot
5036         * fvwm/icons.c (DeIconify):
5037         defused possible endless loop when a window iconified by the
5038         transientfor window loses the "transient" relationship
5040 2004-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5042         * fvwm/move_resize.c (__move_loop):
5043         (__resize_window):
5044         fixed overwriting the initial button_mask during move/resize
5046         * fvwm/menus.c (__mloop_handle_action_with_mi):
5047         do not "post" a submenu menu item it the submenu does not exist
5049 2004-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5051         * fvwm/events.c (__handle_bpress_on_managed):
5052         do not draw the decorations pressed in if executing a function is
5053         forbidden
5055         * libs/Parse.c (CopyToken):
5056         fixed parsing of delimiters
5058 2004-10-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5060         * fvwm/virtual.c (GetDeskNumber):
5061         fixed MoveToDesk without argument
5063 2004-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5065         * fvwm/fvwm.1.in:
5066         re-formatted and some spelling corrections
5068         * fvwm/colorset.c (CMD_CleanupColorsets):
5069         (CMD_Colorset):
5070         * fvwm/builtins.c (CMD_Colorset):
5071         (CMD_CleanupColorsets):
5072         moved functions to colorset.c
5074 2004-10-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5076         * libs/Parse.c (CopyToken):
5077         skip any whitespace before a delimiter; this allows to have spaces
5078         before the commas in an option list
5080 2004-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5082         * fvwm/frame.c (frame_reshape_border):
5083         re-shaping shaded windows no longer unshades them
5084         re-shaping unshaded windows on pages other than 0 0 no longer moves
5085         them out of the current page
5087 2004-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5089         * fvwm/events.c (__cr_detect_icccm_move):
5090         * fvwm/screen.h (ScreenInfo):
5091         * fvwm/builtins.c (CMD_BugOpts):
5092         new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
5094         * fvwm/move_resize.c (__move_loop):
5095         (__resize_window):
5096         query the pointer position in the move loop when an
5097         EnterNotify/LeaveNotify event arrives; same change in resize loop.
5099         * NEWS:
5100         * configure.in:
5101         increased version to 2.5.13
5102         released 2.5.12
5104         * ANNOUNCE:
5105         * NEWS:
5106         * configure.in:
5107         updated for 2.5.12 release
5109         * fvwm/frame.c (frame_create_move_resize_args):
5110         fixed xemacs growing or shrinking when title height changed; this was
5111         caused by calculating the old client window geometry using the new
5112         title dimensions; query the window size instead
5114 2004-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5116         * fvwm/events.c (test_map_request):
5117         (test_button_event):
5118         (test_typed_window_event):
5119         (test_resizing_event):
5120         (__predicate_button_click):
5121         (__merge_cr_moveresize):
5122         (HandleUnmapNotify):
5123         (flush_property_notify):
5124         (is_resizing_event_pending):
5125         (__test_for_motion):
5126         use type XPointer for last argument of predicate procedures for
5127         XCheckPeekIfEvent and XCheckIfEvent, not char *
5128         (HandleUnmapNotify):
5129         fixed core dump
5131 2004-10-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5133         * fvwm/window_flags.h:
5134         removed useless and broken SETM_ macros
5136         * fvwm/update.c (init_style):
5137         fixed resetting user states
5139 2004-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5141         * libs/envvar.c (add_to_envlist):
5142         fixed crash
5144 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5146         * fvwm/builtins.c (CMD_UnsetEnv):
5147         use flib_unsetenv
5149         * libs/envvar.c (flib_unsetenv):
5150         (add_to_envlist):
5151         new functions
5152         (flib_putenv):
5153         split in ftwo functions
5155         * configure.in:
5156         check for unsetenv function
5158         * fvwm/builtins.c (CMD_SetEnv):
5159         assume an empty value if no value is given
5161 2004-09-30  Rafal Bisingier <ravbc@man.poznan.pl>
5163         * fvwm/commands.h:
5164         * fvwm/events.c:
5165         * fvwm/functable.c:
5166         * fvwm/fvwm.1.in:
5167         * fvwm/fvwm.c:
5168         * fvwm/screen.h:
5169         * fvwm/virtual.c:
5170         * perllib/FVWM/Commands.pm:
5171         new command EdgeLeaveCommand
5173 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5175         * NEWS:
5176         updated for 2.4.19
5178         * NEWS:
5179         * configure.in:
5180         increased version to 2.5.12
5181         released 2.5.11
5183         * NEWS:
5184         * configure.in:
5185         updated for 2.5.11 release
5187 2004-09-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5189         * fvwm/geometry.c (get_page_offset):
5190         (get_page_offset_rectangle):
5191         (get_absolute_geometry):
5192         new functions
5194         * fvwm/virtual.c (CMD_GotoPage):
5195         * fvwm/move_resize.c (__move_window):
5196         * fvwm/virtual.c (CMD_GotoPage):
5197         (get_page_arguments):
5198         new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
5199         command
5201 2004-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5203         * libs/Flocale.c (FlocaleGetNameProperty):
5204         fixed freeing uninitialized pointer
5206 2004-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5208         * fvwm/conditional.c (select_cmd):
5209         (direction_cmd):
5210         (CMD_NoWindow):
5211         (CMD_All):
5212         fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
5213         WindowId and Direction commands; fixes break from these commands
5215         * fvwm/geometry.c (get_shaded_geometry):
5216         shading geometry fix for windows without decoration
5218         * libs/FScreen.c (XineramaQueryExtension):
5219         fixed xinerama crash
5221 2004-09-04  Scott Smedley  <scottie7@tpg.com.au>
5223         * configure.in:
5224         Parse man pages with config.status so man pages have correct date.
5225         Man pages also specify FVWM version that they relate to.
5227         * bin/fvwm-bug.1:
5228         * bin/fvwm-config.1:
5229         * bin/fvwm-convert-2.2.1:
5230         * bin/fvwm-convert-2.4.1:
5231         * bin/fvwm-convert-2.6.1:
5232         * bin/fvwm-menu-desktop.1:
5233         * bin/fvwm-root.1:
5234         * modules/FvwmAnimate/FvwmAnimate.1:
5235         * modules/FvwmAuto/FvwmAuto.1:
5236         * modules/FvwmBacker/FvwmBacker.1:
5237         * modules/FvwmBanner/FvwmBanner.1:
5238         * modules/FvwmButtons/FvwmButtons.1:
5239         * modules/FvwmCommand/FvwmCommand.1:
5240         * modules/FvwmConsole/FvwmConsole.1:
5241         * modules/FvwmConsole/FvwmConsoleC.pl.1:
5242         * modules/FvwmCpp/FvwmCpp.1:
5243         * modules/FvwmDragWell/FvwmDragWell.1:
5244         * modules/FvwmEvent/FvwmEvent.1:
5245         * modules/FvwmForm/FvwmForm.1:
5246         * modules/FvwmGtk/FvwmGtk.1:
5247         * modules/FvwmIconBox/FvwmIconBox.1:
5248         * modules/FvwmIconMan/FvwmIconMan.1:
5249         * modules/FvwmIdent/FvwmIdent.1:
5250         * modules/FvwmM4/FvwmM4.1:
5251         * modules/FvwmPager/FvwmPager.1:
5252         * modules/FvwmProxy/FvwmProxy.1:
5253         * modules/FvwmRearrange/FvwmRearrange.1:
5254         * modules/FvwmSave/FvwmSave.1:
5255         * modules/FvwmSaveDesk/FvwmSaveDesk.1:
5256         * modules/FvwmScript/FvwmScript.1:
5257         * modules/FvwmScroll/FvwmScroll.1:
5258         * modules/FvwmTaskBar/FvwmTaskBar.1:
5259         * modules/FvwmTheme/FvwmTheme.1:
5260         * modules/FvwmWharf/FvwmWharf.1:
5261         * modules/FvwmWinList/FvwmWinList.1:
5262         These man pages were renamed to have a .in suffix.
5263         ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
5265 2004-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5267         * fvwm/placement.c (__place_window):
5268         fixed starting desk output with bugopts explainwindowplacement
5270 2004-09-03  Olivier Chapuis  <olivier.chapuis@free.fr>
5272         * fvwm/eventhandler.h:
5273         * fvwm/events.c (InitEventHandlerJumpTable):
5274         (__handle_key):
5275         (HandleKeyPress):
5276         (HandleKeyRelease):
5277         Fixed window specific bindings "patch" by sending key release event
5278         when needed
5280 2004-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5282         * libs/defaults.h:
5283         * fvwm/screen.h:
5284         * fvwm/move_resize.c:
5285         * fvwm/fvwm.c:
5286         * fvwm/fvwm.h:
5287         * fvwm/frame.h:
5288         * fvwm/decorations.c:
5289         * fvwm/frame.c:
5290         * fvwm/builtins.c:
5291         * fvwm/borders.c:
5292         * fvwm/add_window.c:
5293         * fvwm/bindings.c:
5294         * fvwm/style.c:
5295         renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5296         it with NUMBER_OF_MOUSE_BUTTONS
5298         * fvwm/style.c (style_parse_focus_policy_style):
5299         * fvwm/focus_policy.h:
5300         * libs/Bindings.c (GrabWindowButton):
5301         * fvwm/bindings.c (bind_get_bound_button_contexts):
5302         (ParseBinding):
5303         * fvwm/events.c (WaitForButtonsUp):
5304         * fvwm/style.c (style_parse_focus_policy_style):
5305         * fvwm/builtins.c (__fake_event):
5306         fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5307         NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5309 2004-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5311         * configure.in:
5312         put -Wall -Wno-implicit-int before user specified flags
5314         * libs/FScreen.c:
5315         Applied below patch again.  It didn't make it to CVS (?)
5317 2004-08-26  Dan Espen  <dane@mk.telcordia.com>
5319         * libs/FScreen.c: Fixed case error.  Patch from Chris Ross.
5321 2004-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5323         * libs/FScreen.c:
5324         cleaned up ifdef hell
5326         * configure.in:
5327         fixed solaris xinerama test
5329 2004-08-25  Dan Espen  <dane@mk.telcordia.com>
5331         * configure.in:
5332         * acconfig.h:
5333         * libs/FScreen.c (solaris_XineramaQueryScreens):
5334         Solaris Xinerama support.
5335         * AUTHORS:
5336         Update.
5337         Patch by Chris Ross.
5339 2004-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5341         * fvwm/events.c (__handle_cr_on_client):
5342         don't reevaluate window geometry when a ConfigureRequest has no size or
5343         position set
5345 2004-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5347         * fvwm/menus.c (get_menu_options):
5348         (do_menu):
5349         new menu option TearOffImmediately
5351 2004-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5353         * fvwm/placement.c (__place_get_wm_pos):
5354         cascade placemnt fix by Paul Vojta
5356 2004-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5358         * fvwm/geometry.c (constrain_size):
5359         Don't touch the aspect ratio if modifying the width/height does not
5360         improve the situation
5362         * fvwm/frame.c (frame_free_move_resize_args):
5363         (__frame_setup_window):
5364         (frame_update_hidden_window_pos):
5365         (frame_mrs_resize_move_windows):
5366         (frame_create_move_resize_args):
5367         * fvwm/move_resize.c (__resize_window):
5368         some event handling fixes
5370         * fvwm/geometry.c (constrain_size):
5371         look up the latest size hints if necessary
5373 2004-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5375         * fvwm/geometry.c (constrain_size):
5376         * fvwm/ewmh.c (EWMH_fullscreen):
5377         * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5378         (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5379         (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5380         * fvwm/fvwm.h (window_flags_t):
5381         allow windows to override their size hints when going fullscreen:
5382         minimum and maximum size, size inc, aspect ratio, etc.
5384 2004-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5386         * fvwm/decorations.c (struct):
5387         MWM hints on 64 bit machines fix
5389 2004-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5391         * fvwm/fvwm.1.in (Note):
5392         * fvwm/read.c (CMD_Read):
5393         (CMD_PipeRead):
5394         the Read and PipeRead commands have a return code
5396         * fvwm/read.c (run_command_stream):
5397         (CMD_Read):
5398         (CMD_PipeRead):
5399         removed debug code
5401 2004-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5403         * fvwm/move_resize.c (GetResizeArguments):
5404         (GetMoveArguments):
5405         fixed parsing of the frame option to the resize command and the pointer
5406         option to the move command
5408         * fvwm/conditional.c (CMD_None):
5409         Fixed CMD_None return code
5411 2004-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5413         * fvwm/stack.c (is_above_unmanaged):
5414         windows on other Desks are always considered on top
5416         * fvwm/conditional.c (CreateConditionMask):
5417         (MatchesConditionMask):
5418         * fvwm/fvwm.h (WindowConditionMask):
5419         new condition Overlapped
5421         * config.h:
5422         inproved strings.h / sring.h iclusion logic
5424         * libs/PictureUtils.c (finish_ct_init):
5425         (PictureInitColors):
5426         use flib_putenv instead of putenv
5428 2004-07-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5430         * fvwm/screen.h:
5431         * libs/gravity.h (enum):
5432         * libs/wcontext.h (enum):
5433         -pedantic fixes
5435         * fvwm/fvwm.c (StartupStuff):
5436         do not ungrab the pointer while the startup functions execute
5437         (Done):
5438         ungrab the pointer only after executing the RestartFunction or
5439         ExitFunciton.  Otherwise these functions may not be executed if some
5440         other application grabs the pointer.
5442         * fvwm/fvwm.h:
5443         * fvwm/conditional.c (CreateConditionMask):
5444         renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5445         new condition AnyScreen
5447         * libs/Bindings.c:
5448         * fvwm/builtins.c (__fake_event):
5449         * fvwm/bindings.c (ParseBinding):
5450         removed C++ comments
5452 2004-07-15  Scott Smedley  <scottie7@tpg.com.au>
5454         * NEWS:
5455         New options for FvwmButtons module.
5457 2004-07-12  Mikhael Goikhman  <migo@homemail.com>
5459         * fvwm/fvwm.1.in:
5460         use commas between conditions
5462 2004-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5464         * fvwm/builtins.c (CMD_Wait):
5465         ignore MapNotify reported to any window except the root window
5467         * fvwm/module_interface.c (CONFIGARGS):
5468         correct number of CONFIGARGS arguments
5470         * libs/vpacket.h (ConfigWinPacket):
5471         frame_x and frame_y are signed
5473 2004-07-11  Scott Smedley  <scottie7@tpg.com.au>
5475         * fvwm/conditional.c:
5476         * fvwm/fvwm.h:
5477         * fvwm/fvwm.1.in:
5478         * AUTHORS:
5479         Committed patch by Norman Yarvin (with a few minor mods) to extend
5480         conditionals to handle multiple window names.
5482 2004-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5484         * fvwm/module_interface.c (CONFIGARGS):
5485         * libs/vpacket.h (ConfigWinPacket):
5486         put window_flags at end of structure
5488 2004-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5490         * fvwm/module_interface.c (CONFIGARGS):
5491         (OLDCONFIGARGS):
5492         (SETOLDFLAGS):
5493         (SendConfig):
5494         (BroadcastConfig):
5495         removed old module interface
5496         (CONFIGARGS):
5498         * libs/vpacket.h (ConfigWinPacket):
5499         64 bit fix
5501 2004-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5503         * fvwm/execcontext.c (__exc_change_context):
5504         fixed handling of etrigger event, fixing a problem with PropertyNotify
5505         events during resizing and possibly other problems too
5507         * fvwm/add_window.c (RestoreWithdrawnLocation):
5508         fixed travelling windows if application changed gravity hint before
5509         recapture
5511         * fvwm/frame.c (combine_decor_gravities):
5512         (combine_gravities):
5513         renamed
5514         (frame_restore_client_gravities):
5515         fixed window gravity after resize
5517         * libs/FEvent.c (FPeekEvent):
5518         (FPeekIfEvent):
5519         (FCheckPeekIfEvent):
5520         fixed some event handling bugs
5522         * fvwm/conditional.c (CMD_Test):
5523         (match_version):
5524         corrected use of Bool types
5525         (match_version):
5526         simplified, fixed compilation
5527         (ver):
5528         use int as return type
5530         * libs/Ficonv.c (convert_charsets):
5531         reindented
5533         * libs/Ficonv.c (convert_charsets):
5534         * acinclude.m4 (ICONV_SECOND_ARG):
5535         rewrote iconf configure test to save an ifdef
5537 2004-07-07  Scott Smedley  <scottie7@tpg.com.au>
5539         * fvwm/fvwm.1.in:
5540         * libs/Bindings.h:
5541         * libs/Bindings.c:
5542         * fvwm/bindings.c:
5543         Allow user to specify window-specific bindings that should NOT be
5544         intercepted by FVWM. This is accomplished with an '--' binding action.
5546 2004-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5548         * fvwm/move_resize.c (__resize_window):
5549         Fixed event handling
5551         * fvwm/virtual.c (HandlePaging):
5552         removed check for leave events on pan frames; better query the pointer
5553         each time
5555 2004-07-06  Scott Smedley  <scottie7@tpg.com.au>
5557         * fvwm/fvwm.1.in:
5558         * fvwm/conditional.c:
5559         Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5561 2004-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5563         * fvwm/move_resize.c (GetResizeArguments):
5564         (GetResizeMoveArguments):
5565         (__resize_window):
5566         (__resize_step):
5567         (__resize_get_refpos):
5568         (__resize_get_dir_proximity):
5569         (__resize_get_dir_from_window):
5570         implemented fluxbox-like Alt-Button3 resizing
5572         * fvwm/virtual.c (HandlePaging):
5573         * fvwm/events.c (__merge_cr_moveresize):
5574         (__test_for_motion):
5575         (flush_property_notify):
5576         do not use XPutBackEvent as it shuffles events on the queue
5577         (test_button_event):
5578         (test_typed_window_event):
5579         new functions
5581         * libs/FEvent.c (fev_get_evpos_or_query):
5582         take pointer position from EnterNotify and LeaveNotify events
5584         * fvwm/move_resize.c (__move_loop):
5585         fixed multiple paging with certain SnapGrid / Move interactions
5586         (__resize_window):
5587         (__move_loop):
5588         * fvwm/virtual.c (HandlePaging):
5589         Workaround for buggy XFree not delivering some Pointer events
5590         simplified code
5592         * fvwm/virtual.c (MoveViewport):
5593         don't eat MotionNotify events
5595         * libs/FEvent.c (fev_get_last_event):
5596         new function
5597         (FWindowEvent):
5598         (FPutBackEvent):
5599         (FPeekIfEvent):
5600         (FPeekEvent):
5601         (FNextEvent):
5602         (FMaskEvent):
5603         (FIfEvent):
5604         (FCheckWindowEvent):
5605         (FCheckTypedWindowEvent):
5606         (FCheckTypedEvent):
5607         (FCheckMaskEvent):
5608         (FCheckIfEvent):
5609         keep a copy of the previous event in case FPutBackEvent is called
5611 2004-06-30  Scott Smedley  <scottie7@tpg.com.au>
5613         * fvwm/fvwm.1.in:
5614         Indicate optional window argument in section headings for
5615         Key, Mouse, PointerKey & Stroke commands.
5616         Remove strange "-Key" option listed for PointerKey.
5618 2004-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5620         * libs/Fft.c (FftDrawString):
5621         * fvwm/session.c (get_version_string):
5622         * fvwm/module_interface.c (FlushMessageQueue):
5623         * fvwm/fvwm.c (SaveDesktopState):
5624         * fvwm/colorset.h:
5625         * fvwm/colorset.c (cleanup_colorsets):
5626         * libs/PictureUtils.c (struct):
5627         fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5629 2004-06-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5631         * fvwm/events.c (__cr_detect_icccm_move):
5632         windows with ewmh hints are assumed to use icccm2 compliant movement
5634         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5635         (ewmh_WMStateMaxHoriz):
5636         fixed restart/maximized problem
5638         * libs/fvwmsignal.c (fvwmReapChildren):
5639         * fvwm/fvwm.c (ReapChildren):
5640         moved function to lib
5642 2004-06-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5644         * fvwm/modconf.c (send_desktop_geometry):
5645         (send_color_limit):
5646         (send_click_time):
5647         (send_move_threshold):
5648         (send_ignore_modifiers):
5649         increased static buffer size
5651 2004-06-13  Marcus Lundblad  <ml@update.uu.se>
5653         * libs/CombineChars.c (convert_to_ucs2):
5654         Replace illegal UTF-8 character sequences in input
5656 2004-06-11  Scott Smedley  <scottie7@tpg.com.au>
5658         * libs/Bindings.c:
5659         bugfix: wrong stroke action being invoked.
5661 2004-06-10  Scott Smedley  <scottie7@tpg.com.au>
5663         * fvwm/builtins.c:
5664         * fvwm/events.c:
5665         * libs/Bindings.c:
5666         Active _last_ matching binding. (ie. same behaviour as before
5667         win-specific bindings patch.)
5668         bugfix: segfault when looking up stroke bindings in root context.
5670 2004-06-07  Scott Smedley  <scottie7@tpg.com.au>
5672         * fvwm/bindings.c:
5673         * fvwm/builtins.c:
5674         * fvwm/events.c:
5675         * fvwm/fvwm.1.in:
5676         * fvwm/module_interface.c:
5677         * libs/Bindings.c:
5678         * libs/Bindings.h:
5679         * modules/FvwmScript/FvwmScript.c:
5680         * modules/FvwmScript/Instructions.c:
5681         Implemented window-specific key/mouse bindings.
5683         * modules/FvwmIconBox/FvwmIconBox.h:
5684         * libs/fvwmlib.h:
5685         * libs/wild.c:
5686         * libs/wild.h:
5687         Make args to matchWildcards() const.
5689 2004-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5691         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5692         use EWMH_fullscreen
5693         * fvwm/ewmh.c (EWMH_fullscreen):
5694         new function
5696         * fvwm/add_window.c (AddWindow):
5697         implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5699         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5700         (ewmh_WMStateMaxVert):
5701         (ewmh_WMStateShaded):
5702         (ewmh_WMStateSticky):
5703         (ewmh_WMStateStaysOnBottom):
5704         fixed core dumps
5705         (ewmh_WMState):
5706         don't try to maximize window when looking up the style
5707         (ewmh_WMDesktop):
5708         (ewmh_WMStateFullScreen):
5709         (ewmh_WMStateHidden):
5710         (ewmh_WMStateMaxVert):
5711         (ewmh_WMStateModal):
5712         (ewmh_WMStateShaded):
5713         (ewmh_WMStateSkipPager):
5714         (ewmh_WMStateSticky):
5715         (ewmh_WMStateStaysOnBottom):
5716         fixed ignoring ewmh hints
5718         * fvwm/expand.c (expand_vars_extended):
5719         include full path in iconfile and miniiconfile variables
5721 2004-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5723         * fvwm/functions.c (execute_complex_function):
5724         (CheckActionType):
5725         fixed double click patch
5727 2004-06-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5729         * fvwm/ewmh.c (EWMH_SetWMDesktop):
5730         use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5732 2004-05-31  Dan Espen  <dane@mk.telcordia.com>
5734         * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5735         into fvwm man page.
5737 2004-05-29  Norbert Buchmuller  <norbi@nix.hu>
5739         * libs/FImage.c (FShmSafeCreateImage):
5740         Yet another fix to SHM remote client problem
5742 2004-05-26  Francis Litterio  <franl@world.std.com>
5744         * fvwm/fvwm.1.in
5745         * fvmw/fvwm.h
5746         * fvwm/placement.c (__place_get_wm_pos)
5747         * fvwm/style.c (style_parse_one_style_option)
5748         Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5750 2004-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5752         * fvwm/events.c (HandleEnterNotify):
5753         fixed endless loop of edge commands when doing something that grabs
5754         the pointer
5756         * fvwm/functions.c (CheckActionType):
5757         (execute_complex_function):
5758         double clicks no longer work when pressing different buttons
5760 2004-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5762         * fvwm/placement.c (__place_get_wm_pos):
5763         fixed placement in top left corner when pressing escape during manual
5764         placement
5766 2004-05-23  Mikhael Goikhman  <migo@homemail.com>
5768         * configure.in:
5769         * AUTHORS:
5770         added Chinese translations
5772 2004-05-18  Olivier Chapuis  <olivier.chapuis@free.fr>
5774         * fvwm/ewmh.c (EWMH_SetFrameStrut):
5775         Fixed a miss-print
5777 2004-05-09  Mikhael Goikhman  <migo@homemail.com>
5779         * fvwm/conditional.c:
5780         * fvwm/fvwm.1.in:
5781         clean up Test code and documentation, add new False condition,
5782         unrecognized conditions produce Error return code now
5784 2004-05-06  Dan Espen  <dane@mk.telcordia.com>
5786         * fvwm/style.c: Remove extra char.
5788 2004-05-01  Olivier Chapuis  <olivier.chapuis@free.fr>
5790         * fvwm/ewmh.c (ewmh_atom_client_win):
5791         * fvwm/ewmh_intern.h:
5792         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5793         (ewmh_MoveResizeWindow):
5794         Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5796         * fvwm/events.c (__handle_cr_on_client):
5797         (__handle_configure_request):
5798         (events_handle_configure_request):
5799         Some renaming for consistency, force restacking if the event come from
5800         an ewmh restack
5802         * fvwm/ewmh_events.c (ewmh_MoveResize):
5803         Fixed _NET_WM_MOVERESIZE
5805         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5806         Removed debug code
5808         * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5809         (EWMH_SetFrameStrut):
5810         Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5812 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5814         * libs/FImage.c (FShmSafeCreateImage):
5815         Finished to fix SHM remote client problem
5817 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5819         * libs/FImage.c (FShmSafeCreateImage):
5820         Fixed when we are a remote client
5822 2004-04-21  Mikhael Goikhman  <migo@homemail.com>
5824         * INSTALL.fvwm:
5825         * NEWS:
5826         * acconfig.h:
5827         * fvwm/fvwm.1.in:
5828         * fvwm/fvwm.c:
5829         * fvwm/gnome.h:
5830         * fvwm/session.c:
5831         * libs/envvar.c:
5832         * libs/envvar.h:
5833         new default ~/.fvwm/config file is now recommended instead of
5834         still supported ~/.fvwm/.fvwm2rc
5836 2004-04-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5838         * fvwm/menus.c (NewMenuRoot):
5839         do not strip whitespace from menu names when creating a new menu
5841 2004-04-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5843         * fvwm/menuitem.c (menuitem_get_size):
5844         * fvwm/menuitem.h:
5845         renamed remaining "mips" to mipst
5847 2004-04-09  Olivier Chapuis  <olivier.chapuis@free.fr>
5849         * fvwm/events.c (HandleMapRequestKeepRaised):
5850         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5851         Fixed EWMH DesktopGeometry and Stacking list
5853 2004-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5855         * fvwm/virtual.c (GetDeskNumber):
5856         (CMD_MoveToDesk):
5857         (CMD_GotoDesk):
5858         fixed MoveToDesk with one argument
5860 2004-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5862         * fvwm/style.c (style_parse_one_style_option):
5863         * fvwm/style.h:
5864         * fvwm/conditional.c (MatchesConditionMask):
5865         * fvwm/fvwm.h:
5866         * fvwm/window_flags.h:
5867         new style "State"
5869 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5871         * fvwm/fvwm.1.in:
5872         corrected a typo
5874 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5876         * fvwm/move_resize.c (unmaximize_fvwm_window):
5877         fixed redrawing of maximize button when unmaximizing but when the size
5878         and position does not change
5880 2004-03-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5882         * fvwm/expand.c (expand_vars_extended):
5883         new extended variable $[w.layer]
5885         * fvwm/move_resize.c (MaximizeHeight):
5886         (MaximizeWidth):
5887         (CMD_Maximize):
5888         applied modified layer patch for maximize by Rafal Bisingier
5890 2004-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5892         * fvwm/add_window.c (setup_frame_attributes):
5893         Hopefully fixed BackingStore code and removed now useless backing store
5894         for decorations
5896         * fvwm/expand.c (expand_vars_extended):
5897         new extended variable $[w.desk]
5899 2004-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5901         * NEWS:
5902         * configure.in:
5903         increased version to 2.5.11
5904         released 2.5.10
5906         * NEWS:
5907         * configure.in:
5908         updated for 2.5.10 release
5910         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5911         improved rotation code
5913         * libs/gravity.c (gravity_add_rotations):
5914         new function
5916 2004-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5918         * fvwm/placement.c (__explain_placement):
5919         new function
5921         * libs/FScreen.c (FScreenIsRectangleOnScreen):
5922         new function
5924         * fvwm/builtins.c (CMD_BugOpts):
5925         * fvwm/screen.h (ScreenInfo):
5926         new BugOpts option ExplainWindowPlacement
5927         renamed some members of Screen
5929 2004-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5931         * fvwm/placement.c (__place_get_wm_pos):
5932         (__place_get_nowm_pos):
5933         (__place_get_placement_flags):
5934         (__place_window):
5935         (__place_handle_x_resources):
5936         (setup_window_placement):
5937         split into multiple functions
5938         cleaned up a little
5940 2004-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5942         * fvwm/add_window.c (setup_window_placement):
5943         * fvwm/placement.c (setup_window_placement):
5944         moved function to placement.c
5945         fixed using PLACE_AGAIN placement mode
5946         (PlaceWindow):
5947         (__place_window):
5948         renamed function
5950 2004-03-15  Chris Ross  <cross+fvwm@distal.com>
5952         * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5953         allow a negative line_width to invert the relief
5955 2004-03-06  Marcus Lundblad  <ml@update.uu.se>
5957         * libs/Flocale.c (FlocaleDrawString)
5958         (FlocaleDrawUnderline)
5959         (FlocaleTextWidth):
5960         reduced redundant calls to iconv
5962 2004-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5964         * fvwm/move_resize.c (CMD_XorValue):
5965         fixed a very small outline drawing problem caused by using 0 line width
5966         instead of 1
5968         * NEWS:
5969         * configure.in:
5970         increased version to 2.5.10
5972         * configure.in:
5973         * NEWS:
5974         updated for 2.5.9 release
5976         * fvwm/functions.c (execute_function_override_window):
5977         * fvwm/module_interface.c (ExecuteModuleCommand):
5978         * fvwm/conditional.c (circulate_cmd):
5979         sometimes, DeferExecution was called although a window was already
5980         selected, for example with the "Current" commend; fixed
5982 2004-02-28  Olivier Chapuis  <olivier.chapuis@free.fr>
5984         * libs/FImage.c (FShmSafeCreateImage):
5985         Fixed some safety tests
5987 2004-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5989         * fvwm/events.c (__handle_cr_on_client):
5990         fixed a bug in the Jave configure request workaround
5992 2004-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5994         * fvwm/events.c (__cr_detect_icccm_move):
5995         improved motion method detection for fullscreen requests
5997 2004-02-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5999         * fvwm/add_window.c (AddWindow):
6000         * fvwm/screen.h (ScreenInfo):
6001         * fvwm/builtins.c (CMD_BugOpts):
6002         new BugOpts option DisplayNewWindowNames intended for debugging
6004 2004-02-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6006         * libs/Bindings.c (FvwmStringToKeysym):
6007         small performance enhancement
6009         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
6010         (__move_loop):
6011         fixed the FlickeringMoveWorkaround option which did nothing before
6013 2004-02-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6015         * fvwm/style.c (style_parse_one_style_option):
6016         * fvwm/fvwm.h:
6017         * fvwm/style.h (SIS_UNMANAGED):
6018         * fvwm/add_window.c (AddWindow):
6019         New style Unmanaged
6021         * fvwm/expand.c (expand_vars_extended):
6022         new variables $[w.iconfile] and $[w.miniiconfile]
6024         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
6025         made left side of a relief one pixel longer at the bottom
6027 2004-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6029         * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
6030         * fvwm/style.c (style_set_old_focus_policy):
6031         fixed default window list order with ClickToFocus
6033 2004-02-04  Marcus Lundblad  <ml@update.uu.se>
6035         * fvwm/libs/Flocale.h:
6036         * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
6037         (FlocaleStringByteToCharOffset)
6038         (FlocaleStringCharToByteOffset)
6039         (FlocaleStringCharLength):
6040         Made utility functions available outside of Flocale
6042 2004-01-31  Olivier Chapuis  <olivier.chapuis@free.fr>
6044         * fvwm/events.c (__test_for_motion):
6045         Fixed a lockup, see the long comment in the code
6047 2004-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6049         * fvwm/schedule.c (execute_obj_func):
6050         fixed using uninitialised return code
6052 2004-01-25  Olivier Chapuis  <olivier.chapuis@free.fr>
6054         * fvwm/builtins.c (do_title_style):
6055         Fixed MinHeight, it must reset the Height
6057 2004-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6059         * fvwm/menus.c (menuShortcuts):
6060         applied menu navigation patch by Anton Kazennikov
6062 2003-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6064         * libs/gravity.c (gravity_dir_to_string):
6065         (gravity_parse_dir_argument):
6066         use a constant for the dir table
6068 2003-12-16  Marcus Lundblad  <ml@update.uu.se>
6070         * fvwm/Flocale.c (FlocaleEncodeString)
6071         (FlocaleDrawUnderline):
6072         Fixed crash when there's no Iconv support
6074 2003-12-16  olicha  <olivier.chapuis@free.fr>
6076         * fvwm/functions.h:
6077         Used the FUNC_FLAGS_TYPE in find_func_t declaration
6079         * sample.fvwmrc/system.fvwm2rc-sample-95:
6080         Added some Xft fonts
6082 2003-12-12  olicha  <olivier.chapuis@free.fr>
6084         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6085         Fixed ewmh FullScreen when an application start fullscreen and
6086         desactivate this state
6088 2003-12-04  olicha  <olivier.chapuis@free.fr>
6090         * fvwm/placement.c (test_fit):
6091         * fvwm/ewmh.h:
6092         * fvwm/ewmh.c (ewmh_GetStrutIntersection):
6093         (EWMH_GetBaseStrutIntersection):
6094         (EWMH_GetStrutIntersection):
6095         Fixed placement vs the base struts
6097 2003-11-29  Mikhael Goikhman  <migo@homemail.com>
6099         * sample.fvwmrc/system.fvwm2rc-sample-95:
6100         improved Debian specific menu
6102 2003-11-15  Mikhael Goikhman  <migo@homemail.com>
6104         * sample.fvwmrc/system.fvwm2rc-sample-95:
6105         several updates; added Debian menu if found
6107 2003-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6109         * configure.in:
6110         new configure option --en/disable-iconv
6112 2003-11-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6114         * fvwm/menus.c (__mloop_handle_event):
6115         * fvwm/menustyle.c (menustyle_parse_style):
6116         (menustyle_copy):
6117         new MenuStyle options PopupIgnore and PopupClose
6119 2003-11-02  Dan Espen  <dane@mk.telcordia.com>
6121         * fvwm/menus.c (menu_binding): Remove debug code.
6122         * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
6123         * fvwm/menus.h: Add menu_binding function.
6124         * fvwm/fvwm.1.in: Document the menu context in the mouse command for
6125         tear off menus.
6126         * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
6127         button 2 tearoff.
6128         * libs/wcontext.h (enum): Add MENU context.
6129         * libs/wcontext.c (win_contexts): More common binding contexts first in
6130         table.
6131         * libs/charmap.c (charmap_string_to_mask): Space before char in error
6132         message.
6134 2003-11-01  Mikhael Goikhman  <migo@homemail.com>
6136         * NEWS:
6137         * configure.in:
6138         increase version to 2.5.9
6140 2003-10-31  Mikhael Goikhman  <migo@homemail.com>
6142         * Makefile.am:
6143         fixed deb creation
6145         * configure.in:
6146         * NEWS:
6147         updated for 2.5.8 release
6149 2003-10-29  Mikhael Goikhman  <migo@homemail.com>
6151         * Makefile.am:
6152         * configure.in:
6153         initially added files for deb package auto-creating procedure
6155 2003-10-26  Mikhael Goikhman  <migo@homemail.com>
6157         * AUTHORS:
6158         * configure.in:
6159         added Swedish translations by Johan Svedberg
6161         * NEWS:
6162         updated
6164 2003-10-25  Mikhael Goikhman  <migo@homemail.com>
6166         * fvwm/add_window.c (GetWindowSizeHints):
6167         reindented broken hint messages
6169 2003-10-23  Mikhael Goikhman  <migo@homemail.com>
6171         * configure.in:
6172         improved Perl detection messages,
6173         restored FvwmGtkDebug independence from gtk libs
6175 2003-10-15  Mikhael Goikhman  <migo@homemail.com>
6177         * configure.in:
6178         * AUTHORS:
6179         added German translations by Andrei Mitrofanow
6181         * fvwm/fvwm.1.in:
6182         typos
6184 2003-10-11  Mikhael Goikhman  <migo@homemail.com>
6186         * NEWS:
6187         added 2.4.17 NEWS
6189 2003-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6191         * fvwm/fvwm.1.in:
6192         * fvwm/conditional.c (CreateConditionMask):
6193         (MatchesConditionMask):
6194         (CreateConditionMask):
6195         * fvwm/fvwm.h (WindowConditionMask):
6196         !CurrentPage, !CurrentDesk, !Layer ... now work as they should
6198 2003-09-23  olicha  <olivier.chapuis@free.fr>
6200         * libs/FImage.c (FShmInit):
6201         Removed debug code
6203 2003-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6205         * fvwm/focus.c (warp_to_fvwm_window):
6206         don't unnecessarily call MoveViewport
6208 2003-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6210         * fvwm/decorations.c (__is_resize_allowed):
6211         fixed a condition
6213 2003-09-06  malu  <ml@update.uu.se>
6215         * libs/FBidi.c (FBidiConvert):
6216         * libs/CombineChars.c (CombineChars):
6217         Fixed drawing combining characters on correct positions in
6218         right-to-left context
6220 2003-09-05  malu  <ml@update.uu.se>
6222         * libs/Flocale.c (FlocaleDrawString):
6223         (FlocaleTextWidth):
6224         Fixed drawing of combining characters with font shadow
6225         (character offsets were miscalculated, since FlocaleTextWidth
6226         adds shadow width)
6228 2003-09-05  malu  <ml@update.uu.se>
6230         * libs/Flocale.c (FlocaleDrawUnderline):
6231         Fixed bug with text width when a string contains only
6232         "orphaned" combining characters (compensation for font shadowd
6233         was counted twice)
6235 2003-09-04  olicha  <olivier.chapuis@free.fr>
6237         * todo-2.6:
6238         Added E.18, added comments on C.9 and C.15
6240 2003-09-03  olicha  <olivier.chapuis@free.fr>
6242         * libs/Flocale.c (FlocaleTextWidth):
6243         Fixed a comb_char core dump
6245         * libs/Makefile.am:
6246         Fixed compilation if either iconv, libpng or Xrender headers are
6247         not at a standard place
6249 2003-09-03  Mikhael Goikhman  <migo@homemail.com>
6251         * acinclude.m4:
6252         fixed error message for incorrect --with-SOMETHING-library argument
6254 2003-09-03  olicha  <olivier.chapuis@free.fr>
6256         * todo-2.6:
6257         Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
6259 2003-09-02  olicha  <olivier.chapuis@free.fr>
6261         * todo-2.6:
6262         C.12 is fixed
6264 2003-09-01  olicha  <olivier.chapuis@free.fr>
6266         * libs/gravity.c (gravity_dir_to_string):
6267         A new interface function to transform a direction_t to a string
6269 2003-08-31  S. Anderson  <sa@xmission.com>
6271         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6272         Fixed missing font charsets
6274 2003-08-28  olicha  <olivier.chapuis@free.fr>
6276         * fvwm/move_resize.c (__move_loop):
6277         (AnimatedMoveAnyWindow):
6278         Updated bg of transparent tear off menu when moved
6280         * fvwm/events.c (HandlePropertyNotify):
6281         Updated ParentRelative tear off menu on bg change
6283         * fvwm/menus.c (UpdateMenuColorset):
6284         Updated colorsets of tear off menu when they change, this handle the
6285         case of root background change for RootTransparent
6287         * fvwm/menus.h:
6288         * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
6289         An utility function for redrawing transparent tear off menu. Maybe
6290         we can merge
6292         * fvwm/add_window.c (validate_transientfor):
6293         Fixed transient for an ewmh desktop
6295 2003-08-27  olicha  <olivier.chapuis@free.fr>
6297         * libs/FRender.c (FRenderRender):
6298         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6299         Removed and fixed some unused code
6301 2003-08-25  olicha  <olivier.chapuis@free.fr>
6303         * fvwm/misc.c (GrabEm):
6304         Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6306         * fvwm/modconf.c (send_color_limit):
6307         ifndefed color limit config info message which is not used anymore
6309         * fvwm/colorset.c (parse_colorset):
6310         Added a note on average bg
6312 2003-08-23  olicha  <olivier.chapuis@free.fr>
6314         * fvwm/style.c (print_styles):
6315         More info on memory used
6317         * fvwm/style.c (__simplify_style_list):
6318         Fixed upward simplication
6320 2003-08-14  olicha  <olivier.chapuis@free.fr>
6322         * fvwm/ewmh.c (ewmh_HandleMenu):
6323         Fixed the MENU window type, they are tear off menus
6325         * fvwm/fvwm.h:
6326         * fvwm/update.c (apply_window_updates):
6327         * fvwm/stack.c (new_layer):
6328         * fvwm/ewmh.c (EWMH_GetStyle):
6329         Fixed EWMHUseStackingHints update
6331         * fvwm/window_flags.h:
6332         * fvwm/fvwm.h:
6333         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6334         (ewmh_WMStateMaxHoriz):
6335         (ewmh_WMStateMaxVert):
6336         * fvwm/move_resize.c (unmaximize_fvwm_window):
6337         Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6338         uniconify and unshade when putting a window fullscreen
6340         * fvwm/ewmh_intern.h:
6341         * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6342         Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6344         * fvwm/move_resize.c (unmaximize_fvwm_window):
6345         (CMD_Resize):
6346         (CMD_ResizeMove):
6347         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6348         * fvwm/decorations.c (SelectDecor):
6349         * fvwm/windowshade.c (CMD_WindowShade):
6350         Removed the decor for EWMH fullscreen windows, forbid shading and
6351         allows Resize and MoveResize without unsetting the fullscreen/maximized
6352         state
6354         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6355         (CMD_ResizeMaximize):
6356         Fixed ewmh state which was not set after these cmds
6358 2003-08-09  olicha  <olivier.chapuis@free.fr>
6360         * todo-2.6:
6361         Updated
6363 2003-08-08  olicha  <olivier.chapuis@free.fr>
6365         * fvwm/borders.c (border_draw_vector_to_pixmap):
6366         Fixed inversion of fg and bg in vector buttons
6368         * fvwm/style.c (__simplify_style_list):
6369         Fixed a memory leak
6371         * libs/System.c (fvwm_mkstemp):
6372         Removed debug code
6374 2003-08-07  olicha  <olivier.chapuis@free.fr>
6376         * configure.in:
6377         * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6378         * acconfig.h:
6379         * libs/System.c (fvwm_mkstemp):
6380         * libs/fvwmlib.h:
6381         Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6382         exists and work correctly, if not a replacement function is used
6383         (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6384         implementation).
6386         * libs/fsm.c (unique_filename):
6387         (SetAuthentication):
6388         * fvwm/session.c (getUniqueStateFilename):
6389         Replaced tempnam by fvwm_mkstemp
6391 2003-08-07  olicha  <olivier.chapuis@free.fr>
6393         * libs/Makefile.am:
6394         * libs/FSMlib.h (new file):
6395         * fvwm/session.c (*):
6396         * fvwm/session.h:
6397         fvwmize SMlib and ICElib
6399         * fvwm/session.c (matchWin):
6400         Fixed window matching for windows with no SM_CLIENT_ID and a
6401         window_role
6403         * libs/fsm.c (new file):
6404         * libs/fsm.h (new file):
6405         * fvwm/ConfigFvwmDefaults
6406         A set of functions for implementing a dummy session manager
6408         * fvwm/fvwm.1.in:
6409         GNOME 1 hints and EWHM support is not a configure time option
6410         (anymore).
6412 2003-08-06  Robert Wittek  <r.wittek@gmx.net>
6414         * fvwm/add_window.c (AddWindow):
6415         fixed stickyness across desks over a restart
6417 2003-08-06  olicha  <olivier.chapuis@free.fr>
6419         * fvwm/ewmh.c (EWMH_WindowInit):
6420         (EWMH_SetFrameStrut):
6421         Fixed position of kde tray windows in kicker
6423 2003-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6425         * fvwm/module_interface.c (FlushMessageQueue):
6426         retry writing pipe if write returns EINTR
6428 2003-07-28  olicha  <olivier.chapuis@free.fr>
6430         * fvwm/events.c (events_handle_configure_request):
6431         (HandleConfigureRequest):
6432         (__handle_configure_request):
6433         (__handle_cr_on_client):
6434         * fvwm/ewmh.c (ewmh_atom_client_win):
6435         * fvwm/ewmh_intern.h:
6436         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6437         (EWMH_ProcessClientMessage):
6438         Implemented _NET_MOVERESIZE_WINDOW
6440         * fvwm/fvwm.c (main):
6441         A -Wall fix
6443 2003-07-25  olicha  <olivier.chapuis@free.fr>
6445         * fvwm/ewmh.c (ewmh_HandleWindowType):
6446         Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6447         that one type and we do not support the first one.
6449         * fvwm/expand.c (expand_vars_extended):
6450         Fixed conflict between extended variables name (desk.name and
6451         desk.n)
6453         * fvwm/session.c (callback_save_yourself):
6454         Respect the SmSaveGlobal save type. This should fix some session
6455         locking in the sm protocol
6457         * fvwm/session.c (setSmProperties):
6458         (SessionInit):
6459         Set some sm properties when fvwm start for fixing a problem with
6460         the restart style hint after a restart.
6462         * fvwm/fvwm.c (get_display_name):
6463         (usage):
6464         (main):
6465         * fvwm/session.c (setSmProperties):
6466         * fvwm/fvwm.1.in
6467         Added a possible positive or null arg to --single-screen which
6468         forces fvwm to start on the "current" display and the given
6469         screen. Use this to fix fvwm starting under a session manager:
6470         specify only the screen and not the display.screen for the
6471         restart sm command.
6473         * fvwm/fvwm.c (main):
6474         Fixed possible memory corruption if a display has more than
6475         10 screens.
6477         * fvwm/session.c (*):
6478         Better debuging msg
6480 2003-07-24  Mikhael Goikhman  <migo@homemail.com>
6482         * acinclude.m4:
6483         fixed xft/fontconfig detection with pkg-config
6485         * fvwm/fvwm.1.in:
6486         corrections in some long option names
6488 2003-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6490         * fvwm/add_window.c (setup_style_and_decor):
6491         * fvwm/geometry.c (set_window_border_size):
6492         * fvwm/fvwm.h (FvwmWindow):
6493         * fvwm/events.c (HandleShapeNotify):
6494         * fvwm/frame.c (frame_free_move_resize_args):
6495         (frame_setup_shape):
6496         (frame_reshape_border):
6497         fixed resizing of window borders if a window shape was added or deleted
6498         after the initial window setup
6500         * fvwm/update.c (apply_window_updates):
6501         removed unused code
6503         * fvwm/events.c (__cr_detect_icccm_move):
6504         disable motion method detection for shaped windows
6506 2003-07-21  olicha  <olivier.chapuis@free.fr>
6508         * fvwm/add_window.c (setup_window_structure):
6509         * fvwm/session.c (MatchWinToSM):
6510         Preserve is_name_changed window_flags within restart, session loading
6511         and recapture
6513 2003-07-20  olicha  <olivier.chapuis@free.fr>
6515         * fvwm/ewmh.c (EWMH_Init):
6516         fixed _NET_WM_NAME for our ewmh WM_CHECK window
6518         * fvwm/fvwm.c (InternUsefulAtoms):
6519         * fvwm/externs.h:
6520         * fvwm/session.c (GetWindowRole):
6521         Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6523         * fvwm/session.c (GetClientID):
6524         Better determination of the CLIENT_LEADER
6526         * fvwm/session.c (setSmProperties):
6527         Set the CloneCommand for gnome-session editor (the sm spec says this
6528         properties is required). Removed the commented XSM ifdef.
6530         * fvwm/session.c (matchWin):
6531         (SaveWindowStates):
6532         Consider client only if it has a client id or a wm command.
6533         Removed the "two entries" session previous commit
6535 2003-07-16  olicha  <olivier.chapuis@free.fr>
6537         * fvwm/session.c (MatchWinToSM):
6538         Fixed restoring session state, if two window session entries have the
6539         same identifier ignore these entries
6541 2003-07-16  olicha  <olivier.chapuis@free.fr>
6543         * NEWS:
6544         * fvwm/style.h (SID_GET_NAME):
6545         (SID_SET_NAME):
6546         (SID_GET_WINDOW_ID):
6547         (SID_SET_WINDOW_ID):
6548         (SID_SET_HAS_NAME):
6549         (SID_GET_HAS_NAME):
6550         (SID_SET_HAS_WINDOW_ID):
6551         (SID_GET_HAS_WINDOW_ID):
6552         (SGET_ID):
6553         (SGET_WINDOW_ID):
6554         (SSET_WINDOW_ID):
6555         (SSET_ID_HAS_NAME):
6556         (SGET_ID_HAS_NAME):
6557         (SSET_ID_HAS_WINDOW_ID):
6558         (SGET_ID_HAS_WINDOW_ID):
6559         * fvwm/style.c (style_ids_are_equals):
6560         (style_id_equals_id):
6561         (styles_have_same_id):
6562         (fw_match_style_id):
6563         (one_fw_can_match_both_ids):
6564         (remove_all_of_style_from_list):
6565         (__simplify_style_list):
6566         (style_parse_one_style_option):
6567         (__style_command):
6568         (style_destroy_style):
6569         (print_styles):
6570         (CMD_Style):
6571         (CMD_WindowStyle):
6572         (CMD_FocusStyle):
6573         (CMD_DestroyStyle):
6574         (CMD_DestroyWindowStyle):
6575         * fvwm/fvwm.h (style_id_t):
6576         (window_style):
6577         * fvwm/functable.c (func_table):
6578         * fvwm/add_window.c (destroy_window):
6579         * fvwm/commands.h:
6580         * fvwm/fvwm.1:
6581         New WindowStyle and DestroyWindowStyle command for setting styles
6582         per window
6584 2003-07-14  Marcus Lundblad  <ml@update.uu.se>
6586         * libs/Flocale.c (FlocaleDrawString):
6587         * libs/FBidi.c (FBidiConvert):
6588         fixed drawing of combining characters in the case where a string
6589         consists of only combining characters
6591 2003-07-13  Marcus Lundblad  <ml@update.uu.se>
6593         * libs/CombineChars.c (CombineChars):
6594         bugfix: array mapping visual to logical position was allocated
6595         to small (factor 2) in decoposing code
6597 2003-07-11  Marcus Lundblad  <ml@update.uu.se>
6599         * libs/Flocale.c (FlocaleEncodeWinString):
6600         fixed a memory leak
6602         * libs/Flocale.c (FlocaleDrawString):
6603         (FlocaleRotatedDrawString):
6604         removed some code duplication
6606 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6608         * libs/CombineChars.c (combclass_table):
6609         (CombineChars):
6610         fixed supporting drawing marks superimposed that are in a combining
6611         class
6613 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6615         * libs/Flocale.c (FlocaleRotateDrawString):
6616         (FlocaleDrawString)
6617         fixed core dump when composing characters can't be converted to
6618         locale charset
6620 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6622         * AUTHORS:
6623         updated
6625 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6627         * todo-2.6 (todo):
6628         updated summary
6630 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6632         * NEWS:
6633         updated with reagrds to combing characters
6635 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6637         * todo-2.6
6638         closed B.8
6640 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6642         * libs/Flocale.c (FlocaleEncodeString):
6643         (FlocaleEncodeWinString):
6644         (FlocaleRotateDrawString):
6645         (FlocaleDrawString):
6646         (FlocaleDrawUnderline):
6647         fixed rendering combining characters using Unicode font in a
6648         non-UTF-8 locale
6650 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6652         * fvwm/fvwm.1.in:
6653         renamed MoveWindowByProgramMethod to MoveByProgramMethod
6655 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6657         * libs/FBidi.h:
6658         fixed FBidi.h macro to work with no FriBIDI
6660 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6662         * libs/CombineChars.h (CombineChars):
6663         * libs/CombineChars.c (CombineChars):
6664         * libs/FBidi.h (FBidiConvert):
6665         * libs/FBidi.c (FBidiConvert):
6666         * libs/Flocale.c (FlocaleEncodeString):
6667         (FlocaleEncodeWinString):
6668         (FlocaleDrawUnderline):
6669         (FlocaleTextWidth):
6670         fixed drawing of underlines on characters to work in with BIDI
6671         and combining characters
6673 2003-07-08  Mikhael Goikhman  <migo@homemail.com>
6675         * todo-2.6:
6676         closed D.1 with "no consensus" resolution
6678 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6680         * fvwm/fvwm.1.in:
6681         documented tear off menus
6683         * fvwm/placement.c (PlaceWindow):
6684         StartsOnPage + SkipMapping overrides PPosition
6686 2003-07-07  Mikhael Goikhman  <migo@homemail.com>
6688         * fvwm/functable.c:
6689         solved a problem with CMD_Dummy and exact command spelling
6691         * libs/CombineChars.c:
6692         * libs/CombineChars.h:
6693         * libs/FBidi.c:
6694         minor reformattings (use TABs not 8 spaces and a space after keywords
6695         like for, if or while)
6697 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6699         * fvwm/update.c (apply_window_updates):
6700         * fvwm/update.h:
6701         * fvwm/add_window.c (setup_style_and_decor):
6702         * fvwm/style.h:
6703         * fvwm/style.c (style_parse_one_style_option):
6704         (check_window_style_change):
6705         new style MoveWindowByProgramMethod
6707         * libs/PictureImageLoader.c (PImageLoadXpm):
6708         use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6710         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6711         implemented _NET_WM_STATE_FULLSCREEN handling
6713         * fvwm/move_resize.c (GetOnePositionArgument):
6714         fixed parsing of "+-x +-y" Move arguments
6715         (CMD_Maximize):
6716         use get_page_offset_check_visible
6718         * fvwm/geometry.c (get_page_offset_check_visible):
6719         new convenience function
6721         * fvwm/events.c (__handle_cr_on_client):
6722         fixed handling of gravities other than NW or Static
6723         (__cr_detect_icccm_move):
6724         fixed several bugs
6726 2003-07-06  Marcus Lundblad  <ml@update.uu.se>
6728         * libs/BidiJoin.c:
6729         * libs/BidiJoin.h:
6730         * libs/BidiJoin.c:
6731         * libs/BidiJoin.h:
6732         * libs/CombineChars.c:
6733         * libs/CombineChars.h:
6734         * libs/Flocale.c (FlocaleEncodeString):
6735         * libs/FBidi.c:
6736         * libs/FBidi.h:
6737         * libs/Makefile.am:
6738         Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6739         FCombineChars.h
6741 2003-07-06  olicha  <olivier.chapuis@free.fr>
6743         * libs/FRender.c (FRenderRender):
6744         Fixed compilation
6746 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6748         * fvwm/ewmh.c (ewmh_check_wm_pid):
6749         (EWMH_WindowInit):
6750         detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6751         compliant ConfigureNotify handling
6753 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6755         * libs/Flocale.c (FlocaleDrawUnderline):
6756         Commented out some non-working new code
6758 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6760         * libs/Flocale.c (FlocaleDrawString):
6761         fixed drawing superimposed characters with a fontset
6763 2003-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6765         * fvwm/events.c (__cr_detect_icccm_move):
6766         (__handle_cr_on_client):
6767         (__cr_get_grav_position):
6768         (__cr_get_static_position):
6769         * fvwm/window_flags.h:
6770         * fvwm/fvwm.h:
6771         try to autodetect whether application uses the icccm way of moving
6772         windows of the traditional way always using static gravity
6774         * acconfig.h:
6775         moved SIGNAL_RETURN macro definition to acconfig.h
6777         * fvwm/module_interface.c (DeadPipe):
6778         * fvwm/fvwm.c (SigDone):
6779         (Restart):
6780         (ReapChildren):
6781         use SIGNAL_RETURN macro
6783         * fvwm/events.c (__handle_cr_on_client):
6784         (__merge_cr_moveresize):
6785         (__cr_detect_icccm_move):
6787         * fvwm/events.c (__handle_cr_on_unmanaged):
6788         (__handle_cr_on_icon):
6789         (__handle_cr_on_shaped):
6790         (__handle_cr_restack):
6791         (__handle_cr_on_client):
6792         (HandleConfigureRequest):
6793         split the ConfigureRequest code into multiple functions
6795         * fvwm/update.c (apply_window_updates):
6796         fixed drawing of window decorations when "Style * Neverfocus" is used
6798         * fvwm/events.c (HandleKeyPress):
6799         fixed a bug with key binding contexts
6801         * fvwm/functions.c (__execute_function):
6802         * fvwm/expand.c (expand_vars):
6803         (expand_vars_extended):
6804         new extended variable $[func.context]
6806         * libs/Bindings.h:
6807         * libs/Bindings.c:
6808         moved some code to the new files
6810         * libs/charmap.h:
6811         * libs/charmap.c:
6812         * libs/modifiers.h:
6813         * libs/modifiers.c:
6814         * libs/wcontext.c:
6815         * libs/wcontext.h:
6816         new files
6818         * libs/Bindings.c:
6819         fixed a problem with uninitialised global variable
6821 2003-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6823         * libs/Bindings.c (key_modifiers):
6824         moved to new file wcontext.c
6826         * libs/gravity.c (gravity_parse_dir_argument):
6827         added aliases for compass directions:
6828           - = N
6829           _ = S
6830           [ = W
6831           ] = E
6832           ^ = NE
6833           > = SE
6834           v = SW
6835           [ = nw
6836           . = center
6838 2003-07-02  Marcus Lundblad  <ml@update.uu.se>
6840         * libs/FBidi.h:
6841         * libs/Flocale.c (FlocaleDrawString):
6842         (FlocaleRotateDrawString):
6843         Fixes to work without Fribidi
6845 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6847         * todo-2.6:
6848         Updated
6850 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6852         * libs/FbidiJoin.c (get_shaped_combined_char):
6853         (shape_n_join):
6854         Removed unused (get_shaped_combined_char) and commented out code
6855         Combining ligatures done in FCombineChars
6857 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6859         * libs/Flocale.c (FlocaleDrawString):
6860         (FlocaleRotateDrawString):
6861         (FlocaleTextWidth):
6862         * libs/FBidi.h:
6863         * libs/FBidi.c (FBidiConvert):
6864         * libs/FBidiJoin.c:
6865         * libs/FCombineChars.h:
6866         * libs/FCombineChars.c (FCombineChars):
6867         Added support for drawing superimposed combining characters
6869 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6871         * fvwm/commands.h:
6872         * fvwm/functable.c (func_table):
6873         * fvwm/functions.c (CMD_TearMenuOff):
6874         (CMD_Title):
6875         (CMD_Silent):
6876         (CMD_Function):
6877         (CMD_KeepRc):
6878         merged all dummy commands into one: CMD_Dummy
6880 2003-07-01  olicha  <olivier.chapuis@free.fr>
6882         * fvwm/menus.c (DestroyMenu):
6883         (do_menu):
6884         Cleanup
6886 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6888         * fvwm/menustyle.c (menustyle_copy):
6889         (copy_menu_style):
6890         renamed function
6892 2003-06-30  Marcus Lundblad  <ml@update.uu.se>
6894         * todo-2.6:
6895         Updated
6897 2003-06-30  olicha  <olivier.chapuis@free.fr>
6899         * fvwm/menus.c (do_menu):
6900         (DestroyMenu):
6901         (do_menu_close_tear_off_menu):
6902         (menu_close_tear_off_menu):
6903         Allowed to destroy tear off menu!
6905         * fvwm/menus.c (menu_tear_off):
6906         (menu_close_tear_off_menu):
6907         (do_menu_close_tear_off_menu):
6908         (clone_menu_root_static):
6909         (pop_menu_up):
6910         (menu_tear_off):
6911         (make_menu_window):
6912         (make_menu):
6913         (update_menu):
6914         Fixed client leaks (only create new client for menu if it is a tear off
6915         menu). Created a dedicated menu style for each tear off menu.
6917         * fvwm/menustyle.c (CMD_CopyMenuStyle):
6918         (copy_menu_style):
6919         * fvwm/menustyle.h:
6920         Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6922 2003-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6924         * fvwm/virtual.c (do_move_window_to_desk):
6925         (UnmapDesk):
6926         fixed "Visible" condition on non current desks
6928 2003-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6930         * **/*.c:
6931         * **/*.h:
6932         shortened some comments
6933         removed GPL from .h files
6934         added GPL to all .c files
6935         include config.h in all .c files
6936         added "/* -*-c-*- */" where missing
6937         some reformatting and reindenting
6939         * fvwm/module_interface.c:
6940         * fvwm/module_interface.h:
6941         * libs/Fft.c:
6942         * libs/Flocale.c:
6943         * libs/gravity.h:
6944         * libs/Flocale.h:
6945         * fvwm/screen.h:
6946         * fvwm/misc.c:
6947         * fvwm/misc.h:
6948         * fvwm/windowshade.c:
6949         * fvwm/virtual.c:
6950         * fvwm/conditional.c:
6951         * fvwm/geometry.h:
6952         * fvwm/geometry.c:
6953         * fvwm/borders.c:
6954         * fvwm/frame.h:
6955         * fvwm/frame.c:
6956         * fvwm/update.c:
6957         * fvwm/session.c:
6958         * fvwm/placement.c:
6959         * fvwm/menus.c:
6960         * fvwm/icons.c:
6961         * fvwm/events.c:
6962         * fvwm/add_window.c:
6963         * fvwm/session.h:
6964         * fvwm/placement.h:
6965         * fvwm/icons.h:
6966         * fvwm/eventhandler.h:
6967         * fvwm/fvwm.h:
6968         * fvwm/add_window.h:
6969         * fvwm/repeat.c:
6970         * fvwm/functions.c:
6971         * fvwm/functable.c:
6972         * fvwm/functable.h:
6973         * fvwm/functions.h:
6974         renamed types func_type, repeat_t, initial_window_options_t,
6975         frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6976         last_added_item_type, common_flags_type, multi_direction_type,
6977         msg_masks_type to ..._t
6979         * fvwm/functions.c (__execute_function):
6980         (execute_complex_function):
6981         * fvwm/condrc.c (condrc_init):
6982         new function in new file to encapsulate all cond_rc_t handling
6984         * fvwm/condrc.h:
6985         * fvwm/fvwm.h (cond_rc_t):
6986         (cond_rc_enum):
6987         moved typed to new file
6989         * fvwm/functable.h:
6990         * fvwm/commands.h:
6991         * fvwm/functable.c (func_table):
6992         * fvwm/functions.c (__run_complex_function_items):
6993         (__execute_function):
6995         * fvwm/conditional.c (CMD_Break):
6996         (__rc_matches_rcstring_consume):
6997         Break takes the number of function levels to break out of as an
6998         argument
7000         * fvwm/expand.c (expand_vars_extended):
7001         * fvwm/conditional.c (circulate_cmd):
7002         (select_cmd):
7003         (direction_cmd):
7004         (__rc_matches_rcstring_consume):
7005         (CMD_All):
7006         (CMD_WindowId):
7007         (CMD_TestRc):
7008         (CMD_Test):
7009         * fvwm/read.c:
7010         * fvwm/read.h:
7011         * fvwm/functions.h:
7012         * fvwm/functions.c:
7013         (__run_complex_function_items):
7014         (execute_complex_function):
7015         * fvwm/expand.h:
7016         * fvwm/expand.c:
7017         * fvwm/fvwm.h:
7018         * fvwm/conditional.c:
7019         renamed fvwm_cond_func_rc by cond_rc_t
7020         made a type a struct
7021         added a member to indicate the number of function levels to break out
7022         of
7024         * fvwm/functable.c (func_table):
7025         * fvwm/conditional.c (CMD_TestRc):
7026         replaced conditional commands:
7027                 Cond -> TestRc
7028                 CondCase -> KeepRc TestRc
7029                 On -> Test
7030         (__rc_matches_rcstring_consume):
7031         new function
7033         * fvwm/conditional.c (CMD_CondCase):
7034         fixed the CondCase command
7036 2003-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7038         * configure.in:
7039         new configure option --deisable-gtk to disable detection of gtk library
7041         * fvwm/fvwm.1.in:
7042         cleaned up documentation of conditional commands
7043         general man page cleanup
7045 2003-06-17  Dan Espen  <dane@mk.telcordia.com>
7047         * fvwm/builtins.c (ReadDecorFace): Off by one patch from
7048         Anil Madhavapeddy.
7050 2003-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7052         * fvwm/fvwm.1.in:
7053         cleaned up of CirculateHit... conditions
7055 2003-06-15  olicha  <olivier.chapuis@free.fr>
7057         * fvwm/style.c (__simplify_style_list):
7058         Fixed is_merged_allowed: rest it to True when cur change
7059         Added "upward" simplification
7061 2003-06-14  olicha  <olivier.chapuis@free.fr>
7063         * fvwm/style.c (__simplify_style_list):
7064         (blocksintersect):
7065         (blockand):
7066         Fixed blockand which always returned True. Added blocksintersect which
7067         returns the same value as blockand but faster.
7069 2003-06-13  olicha  <olivier.chapuis@free.fr>
7071         * configure.in:
7072         * acinclude.m4:
7073         Fixed fontconfig and xft2 for version without *-config binnary. Used
7074         pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
7075         fontconfig and xft2 if the version is < the required version
7076         (even if --disable-*test).
7078 2003-06-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7080         * libs/Graphics.c:
7081         define M_PI and M_PI_2 if they are not defined by math.h
7083 2003-06-10  Mikhael Goikhman  <migo@homemail.com>
7085         * libs/Colorset.c (LoadColorset):
7086         added a note to update Colorsets.pm too when the format is changed
7088 2003-06-09  Mikhael Goikhman  <migo@homemail.com>
7090         * WindowStyle_proposal.txt:
7091         s/WindowId/ThisWindow/ and other minor changes
7093 2003-06-06  olicha  <olivier.chapuis@free.fr>
7095         * libs/PictureImageLoader.c (PImageLoadPng):
7096         Fixed loading of png images if the caller want no alpha
7098 2003-06-04  olicha  <olivier.chapuis@free.fr>
7100         * libs/Flocale.c (FlocaleEncodeString):
7101         Fixed memroy leaks
7103 2003-06-03  Mikhael Goikhman  <migo@homemail.com>
7105         * libs/Makefile.am:
7106         only FCombineChars.c was distributed not FCombineChars.h
7108 2003-06-03  Marcus Lundblad  <ml@update.uu.se>
7110         * libs/FCombineChars.c (convert_to_utf8)
7111         fixed a bug when converting back to UTF-8 and a bug giving
7112         garbage at end of string in some cases
7114         * libs/Flocale.c (FlocaleEncodeString)
7115         fixed problem regarding combining-characters when BIDI is used
7117 2003-05-31  Marcus Lundblad  <ml@update.uu.se>
7119         * libs/Makefile.am:
7120         * libs/Flocale.c (FlocaleEncodeString):
7121         * libs/FCombineChars.c:
7122         * libs/FCombineChars.h:
7123         implemeted support for combining characters
7125 2003-05-31  Mikhael Goikhman  <migo@homemail.com>
7127         * configure.in:
7128         set the version 2.5.8
7130 2003-05-30  Mikhael Goikhman  <migo@homemail.com>
7132         * fvwm/builtins.c:
7133         * fvwm/fvwm2.1:
7134         SetEnv with only one parameter is ignored now
7136 2003-05-30  Dan Espen  <dane@mk.telcordia.com>
7138         * NEWS: Add 2.4.16 news.
7140 2003-05-29  Mikhael Goikhman  <migo@homemail.com>
7142         * fvwm/functions.c (expand_extended_var):
7143         (expand):
7144         fixed expanding variables that are empty, for example $[w.resource]
7145         or $[gt.a] or $[version.info] or $[EMPTY_STRING]
7147         * fvwm/fvwm.1.in:
7148         s/$w/$[w.id]/
7150 2003-05-29  olicha  <olivier.chapuis@free.fr>
7152         * fvwm/ewmh.c (ewmh_atom_wm_state):
7153         Do not claim that we support _NET_WM_STATE_FULLSCREEN
7155 2003-05-28  olicha  <olivier.chapuis@free.fr>
7157         * NEWS:
7158         A TaskBar news
7160 2003-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7162         * fvwm/focus.c (__update_windowlist):
7163         don't fiddle with the window list for windows that are going to be
7164         destroyed
7166         * fvwm/add_window.c (delete_client_context):
7167         (destroy_auxiliary_windows):
7168         (destroy_window):
7169         fixed empty frame windows when X reused the window id for a new window
7170         while the old one was scheduled to be destroyed
7172 2003-05-26  olicha  <olivier.chapuis@free.fr>
7174         * fvwm/icons.c (GetIconBitmap):
7175         (set_icon_pixmap_background):
7176         (CreateIconWindow):
7177         (DrawIconPixmapWindow):
7178         (DrawIconWindow):
7179         Fixed loading of application supplied pixmap on 8/24 depth screen
7181 2003-05-25  Dan Espen  <dane@mk.telcordia.com>
7183         * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
7184         Rox Filer.
7186         * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
7187         solaris.
7189 2003-05-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7191         * fvwm/misc.c (GrabEm):
7192         do not confine the pointer to the root window when grabbed; this can
7193         cause the pointer to be warped to another screen
7194         * fvwm/menus.c (get_menu_options):
7195         fixed placement of menus on Xinerama screens
7196         * libs/FScreen.c (FScreenGetResistanceRect):
7197         fixed function to do something useful
7198         * libs/Flocale.c (FlocaleDrawString):
7199         support font shadowing without colorsets
7200         * libs/ColorUtils.c:
7201         reformatted file
7202         * fvwm/menuitem.c (menuitem_paint):
7203         do not use colorsets in menus if they are not defined
7204         * fvwm/menustyle.c (menustyle_parse_style):
7205         fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
7206         issued again
7208 2003-05-23  olicha  <olivier.chapuis@free.fr>
7210         * fvwm/bindings.c (ParseBinding):
7211         (bind_get_bound_button_contexts):
7212         * libs/Bindings.c (GrabWindowButton):
7213         Fixed window button grabbing
7215 2003-05-22  olicha  <olivier.chapuis@free.fr>
7217         * fvwm/colorset.c (parse_colorset):
7218         Fixed an uninit mem
7220         * fvwm/borders.c (border_fill_pixmap_background):
7221         Fixed problem with depth 1 pixmap
7223         * fvwm/conditional.c (CMD_On):
7224         Fixed memory leaks
7226         * fvwm/conditional.c (CreateConditionMask):
7227         Fixed memory leaks for layer and state
7229 2003-05-22  Mikhael Goikhman  <migo@homemail.com>
7231         * configure.in:
7232         added perllib/FVWM/Tracker/Makefile
7234 2003-05-22  olicha  <olivier.chapuis@free.fr>
7236         * fvwm/fvwm.1.in:
7237         * fvwm/style.h:
7238         * fvwm/style.c (print_styles):
7239         * fvwm/builtins.c (CMD_PrintInfo):
7240         New style subject to PrintInfo
7242 2003-05-20  olicha  <olivier.chapuis@free.fr>
7244         * libs/Flocale.c (FlocaleGetFontOrFontSet):
7245         Allowed empty xft font name
7247         * libs/Makefile.am:
7248         * libs/flist.c (new file):
7249         * libs/flist.h (new file):
7250         Added a flist structure and some basic function for handling such
7251         stucture
7253         * libs/FGettext.c (*):
7254         Use the new flist struct and functions interface
7256         * fvwm/screen.h (ScreenInfo):
7257         * fvwm/update.c (destroy_scheduled_windows):
7258         * fvwm/add_window.c (destroy_window):
7259         Added a list for the windows which are scheduled for destroy
7260         Remove a fw at once from the fw list when we destroy_window
7262 2003-05-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7264         * fvwm/style.c (CMD_DestroyStyle):
7265         do not update windows if no style was deleted
7266         (check_window_style_change):
7267         fixed update of window styles w/ DestroyStyle
7269 2003-05-18  olicha  <olivier.chapuis@free.fr>
7271         * fvwm/conditional.c (CMD_On):
7272         Added x,r,w,f and i file condition to the On command
7274         * fvwm/add_window.c (destroy_window):
7275         Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
7276         but scheduled for destroy. Not sure that the fix is good.
7278         * fvwm/functions.c (__execute_function):
7279         * libs/defaults.h:
7280         Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
7281         This fixes some cores dumps with "recursives" functions
7283         * fvwm/borders.c (border_create_root_transparent_pixmap):
7284         (border_draw_decor_to_pixmap):
7285         Fixed a core dump with a root transparent rotated title
7286         Fixed X errors 56 with RootTransparent titlebar and no E pixmap
7288         * libs/FGettext.c (fgettext_add_one_path):
7289         (FGettextInit):
7290         (FGettextSetLocalePath):
7291         Fixed memory leak and chainning
7293         * fvwm/builtins.c (CMD_PrintInfo):
7294         Fixed a parsing leak
7296         * fvwm/conditional.c (Circulate):
7297         Fixed a mask memory leaks
7299         * libs/defaults.h:
7300         * libs/Flocale.c (FlocaleGetFont):
7301         (FlocaleGetFontSet):
7302         (FlocaleGetFftFont):
7303         Fixed a core dump when a 0 font is given with an encoding hints.
7304         Added a default FFT font
7306         * fvwm/builtins.c (CMD_DefaultFont):
7307         Fixed a core dump when the default font change and a redraw
7308         (icon or window) is proceeded before flush_window_updates is called
7310         * fvwm/menustyle.c (CMD_CopyMenuStyle):
7311         Fixed gradients copy
7313         * fvwm/menustyle.c (menustyle_parse_style):
7314         Fixed UMR's related to colorset
7316         * fvwm/builtins.c (ReadDecorFace):
7317         Removed inconsistent #if 0 code and comments about leak and MiniIcon
7318         decor style.
7320         * fvwm/menustyle.h:
7321         * fvwm/menustyle.c (menustyle_free):
7322         Fixed a fore stipple gc leak
7324         * fvwm/windowlist.c (CMD_WindowList):
7325         Fixed a sor_keyname memory leak
7327         * fvwm/fvwm.c (ResetAllButtons):
7328         Fixed the default buttons memory leak
7330 2003-05-08  olicha  <olivier.chapuis@free.fr>
7332         * fvwm/windowlist.c (CMD_WindowList):
7333         Fixed a memory leak if MaxLabelWidth is used
7335 2003-05-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7337         * fvwm/functions.c (__context_has_window):
7338         (__execute_function):
7339         * fvwm/functions.h:
7340         fixed excution of functions requiring a window without a window when
7341         called with "silent" from a complex function
7343 2003-05-07  olicha  <olivier.chapuis@free.fr>
7345         * libs/System.c (searchPath):
7346         Fixed a core dump
7348 2003-05-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7350         * fvwm/move_resize.c (__move_loop):
7351         (__resize_window):
7352         fixed core dumps
7354 2003-05-03  olicha  <olivier.chapuis@free.fr>
7356         * todo-2.6:
7357         Updated
7359 2003-05-01  Bob Woodside  <dumbledore@woodsway.com>
7361         * fvwm/NEWS:
7362         Minor typo corrections.
7364 2003-04-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7366         * fvwm/move_resize.c (__move_loop):
7367         fixed UMR
7368         removed debug code
7369         (__resize_window):
7370         fixed UMR
7372 2003-04-28  olicha  <olivier.chapuis@free.fr>
7374         * fvwm/ewmh.c (ewmh_atom_wm_state):
7375         (ewmh_HandleDock):
7376         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7377         (ewmh_WMStateStaysOnBottom):
7378         Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7380 2003-04-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7382         * fvwm/module_interface.c (do_execute_module):
7383         * fvwm/fvwm.c (main):
7384         * libs/envvar.c (flib_putenv):
7385         * fvwm/builtins.c (add_to_env_list):
7386         (CMD_SetEnv):
7387         (CMD_UnsetEnv):
7388         fixed putenv memory leaks
7390         * libs/envvar.c (strIns):
7391         removed debug code
7392         reformatted file
7393         (flib_putenv):
7394         replacement for putenv without memory leaks
7396         * fvwm/frame.c:
7397         removed debug code
7399         * fvwm/fvwm.c (StartupStuff):
7400         fixed UMR
7401         * fvwm/add_window.c (free_window_names):
7402         fixed memory leaks
7403         * fvwm/events.c (HandlePropertyNotify):
7404         fixed memory leak
7405         * fvwm/menus.c (do_menu):
7406         fixed core dump
7407         (__mloop_exit_selected):
7408         safety patch
7409         * fvwm/menucmd.c (menu_func):
7410         fixed memory leak
7412         * fvwm/builtins.c (CMD_Destroy):
7413         (CMD_Close):
7414         call destroy_window right after XKillClient; do not wait for the window
7415         to die on its own
7417         * fvwm/menucmd.c (menu_func):
7418         * fvwm/windowlist.c (CMD_WindowList):
7419         fixed core dumps
7421 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7423         * INSTALL.fvwm:
7424         several updates (FvwmGtk, gettext)
7426 2003-04-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7428         * fvwm/menucmd.c (menu_func):
7429         * fvwm/windowlist.c (CMD_WindowList):
7430         * fvwm/menus.h:
7431         * fvwm/menus.c (is_double_click):
7432         (pop_menu_up):
7433         (pop_menu_down):
7434         (pop_menu_down_and_repaint_parent):
7435         (__mloop_get_event_timeout_loop):
7436         (__mloop_get_event):
7437         (__mloop_handle_event):
7438         (__mloop_select_item):
7439         (__mloop_make_popup):
7440         (__mloop_get_mi_actions):
7441         (__mloop_do_popup):
7442         (__mloop_do_menu):
7443         (__mloop_handle_action_with_mi):
7444         (__mloop_handle_action_without_mi):
7445         (__mloop_exit):
7446         (menu_enter_tear_off_menu):
7447         (menu_close_tear_off_menu):
7448         (do_menu):
7449         replaced the pfw and pcontext members of the MenuParameters structure
7450         with an execution context pointer
7451         (_menu_execute_function):
7452         wrapper function to simplyfy command execution from within menus
7453         (do_menu):
7454         fixed warping pointer to first menu item when invoked with the mouse
7456         * fvwm/execcontext.c:
7457         removed debug code
7459 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7461         * libs/XError.c:
7462         reformatted
7464         * fvwm.1.in:
7465         * fvwm.c:
7466         replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7468 2003-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7470         * fvwm/menus.c (do_menu):
7471         the NoWarp position hint option works with root menus too
7473         * fvwm/ConfigFvwmDefaults:
7474         removed GrabFocusOff and GrabFocusTransient since they nullify the
7475         default with the plain focus policies
7477 2003-04-24  olicha  <olivier.chapuis@free.fr>
7479         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7480         Fixed a miss print in my previous commit
7482         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7483         (ewmh_MoveResize)
7484         (ewmh_WMStateStaysOnBottom):
7485         * fvwm/ewmh.c (ewmh_AllowsMinimize):
7486         * fvwm/ewmh_intern.h:
7487         Added comment on the implementation at the top of ewmh.c.
7488         Fixed _NET_WM_MOVERESIZE.  Added _NET_WM_ACTION_MINIMIZE in
7489         _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7490         _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7491         and _NET_WM_STATE_BELOW.
7493         * AUTHORS:
7494         Added David Fries. Updated my entries.
7496         * todo-2.6:
7497         One update
7499 2003-04-23  olicha  <olivier.chapuis@free.fr>
7501         * fvwm/module_interface.c (CMD_KillModule):
7502         Fixed a leak when we have an alias
7504         * libs/Picture.c (PFreeFvwmPictureData):
7505         * libs/Picture.h:
7506         New interface function for just freeing the allocated data (not
7507         the pixmaps).
7509 2003-04-22  olicha  <olivier.chapuis@free.fr>
7511         * fvwm/colorset.c (get_root_pixmap):
7512         Fixed a minor memory leak
7514         * fvwm/functions.c (execute_complex_function):
7515         Fixed uninitialized d.type
7517         * libs/Ficonv.c (FiconvSetupConversion):
7518         (FiconvUtf8ToCharset):
7519         (FiconvCharsetToUtf8):
7520         Formating clean-up
7522         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7523         (EWMH_WMIconName):
7524         (EWMH_WMName):
7525         Fixed a core dump and safety check related to not loaded font
7527 2003-04-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7529         * libs/Module.h:
7530         reformatted
7532 2003-04-16  olicha  <olivier.chapuis@free.fr>
7534         * fvwm/ewmh_events.c (ewmh_CloseWindow):
7535         (ewmh_MoveResize):
7536         (ewmh_WMState):
7537         (ewmh_WMStateHidden):
7538         Check if functions are allowed
7540         * fvwm/ewmh.c (ewmh_HandleDesktop):
7541         (ewmh_HandleDock):
7542         Set Desktop and Dock uniconifiable and unmaximazable
7544         * fvwm/menuitem.c (menuitem_paint):
7545         * fvwm/screen.h:
7546         Fixed greyed action with EWMH desktop
7548 2003-04-16  Mikhael Goikhman  <migo@homemail.com>
7550         * NEWS:
7551         documented FvwmEvent behaviour of executing window related event
7552         handlers within a window context
7554         * fvwm/fvwm.1.in:
7555         updated WindowId entry
7557 2003-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7559         * fvwm/schedule.c (deschedule):
7560         (squeue_execute):
7561         (execute_obj_func):
7562         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7563         (ExecuteCommandQueue):
7564         * libs/queue.c (fqueue_init):
7565         (fqueue_remove_or_operate_from_front):
7566         (fqueue_remove_or_operate_from_end):
7567         (fqueue_remove_or_operate_all):
7568         (fqueue_init):
7569         (fqueue_unlock_queue):
7570         (fqueue_lock_queue):
7571         (fqueue_add_at_front):
7572         (fqueue_add_inside):
7573         (fqueue_get_first):
7574         core dump fixes
7576         * libs/queue.c (fqueue_remove_or_operate_all):
7577         (fqueue_remove_or_operate_from_end):
7578         (fqueue_remove_or_operate_from_front):
7579         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7580         (ExecuteCommandQueue):
7581         * fvwm/schedule.c (deschedule):
7582         (check_deschedule_obj_func):
7583         (deschedule_obj_func):
7584         (squeue_execute):
7585         (check_execute_obj_func):
7586         (execute_obj_func):
7587         (copy_obj_func):
7588         core dump fixes
7590 2003-04-15  Mikhael Goikhman  <migo@homemail.com>
7592         * fvwm/ConfigFvwmDefaults:
7593         * fvwm/fvwm.1.in:
7594         * fvwm/windowlist.c:
7595         * sample.fvwmrc/system.fvwm2rc-sample-95:
7596         * NEWS:
7597         WindowListFunc is executed now within a window context,
7598         so "WindowId $0" is not needed anymore in its definition
7600 2003-04-14  olicha  <olivier.chapuis@free.fr>
7602         * fvwm/fvwm.1.in:
7603         * NEWS:
7604         Documented LocalePath and $[gt.str]. FvwmScript news.
7606         * fvwm/expand.c (expand_vars_extended):
7607         Fixed $[gt.str] expansion
7609         * configure.in:
7610         New gettext domain FvwmScript
7612         * libs/FGettext.c (FGettextCopy):
7613         * libs/FGettext.h:
7614         New interface function which copies the string
7616 2003-04-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7618         * fvwm/conditional.c (CMD_Cond):
7619         allow to negate the condition code with '!' prefix
7621         * fvwm/schedule.c (CMD_Schedule):
7622         (CMD_Deschedule):
7623         support hexadecimal ids
7625         * libs/Parse.c (GetIntegerArguments):
7626         (_get_suffixed_integer_arguments):
7627         (GetSuffixedIntegerArguments):
7628         (GetIntegerArgumentsAnyBase):
7629         new utitily function to allow hexadecimal integer arguments
7631 2003-04-10  olicha  <olivier.chapuis@free.fr>
7633         * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7634         (FlocaleGetCharsetOfFontStruct):
7635         (FlocaleGetCharsetFromName):
7636         (FlocaleFixNameForFontSet):
7637         (FlocaleGetFontSet):
7638         (FlocalePrintLocaleInfo):
7639         * libs/FlocaleCharset.h:
7640         * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7641         (FlocaleCharsetPrintXOMInfo):
7642         Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7644 2003-04-08  olicha  <olivier.chapuis@free.fr>
7646         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7647         fixed the default font name
7649 2003-04-07  Mikhael Goikhman  <migo@homemail.com>
7651         * fvwm/events.c (HandlePropertyNotify):
7652         * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7653         completely ignore application requests to set exactly the same
7654         window name or icon name (xmms sets it every second),
7655         this avoids some redundant module messages and redraws
7657 2003-04-05  Mikhael Goikhman  <migo@homemail.com>
7659         * Makefile.am:
7660         fixed DIST
7662 2003-04-04  olicha  <olivier.chapuis@free.fr>
7664         * configure.in:
7665         Fixed a miss print in fribidi config check
7667 2003-04-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7669         * fvwm/focus.c (__restore_focus_after_unmap):
7670         iconified windows without an icon do not receive focus
7672 2003-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7674         * fvwm/virtual (CMD_GotoDeskAndPage):
7675         different "GotoDeskAndPage prev" fix that works with any viewports, not
7676         just multiples of the screen size
7678 2003-03-29  Mikhael Goikhman  <migo@homemail.com>
7680         * fvwm/virtual (CMD_GotoDeskAndPage):
7681         fixed "GotoDeskAndPage prev" with desks larger than 2x2
7683 2003-03-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7685         * ETHICAL_LICENSE:
7686         added file
7688         * fvwm/menucmd.c (menu_func):
7689         fixed double key presses to choose default menu action
7691         * fvwm/focus.c (__update_windowlist):
7692         fixed order of window list with SloopyFocus when using the Focus
7693         command
7695 2003-03-22  Mikhael Goikhman  <migo@homemail.com>
7697         * fvwm/fvwm.1.in:
7698         clarified some things, typo fixed
7700 2003-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7702         * libs/Colorset.c (CreateBackgroundPixmap):
7703         (GetWindowBackgroundPixmapSize):
7704         (get_aspect_dimensions):
7705         fixed size calculation of aspect pixmaps
7707 2003-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7709         * fvwm/icons.c (clear_icon):
7710         (clear_icon):
7711         (AutoPlaceIcon):
7712         (Iconify):
7713         * fvwm/geometry.c (get_icon_geometry):
7714         (modify_icon_position):
7715         set a valid icon picture position if there is neither a picture nor a
7716         title
7718 2003-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7720         * NEWS:
7721         * AUTHORS:
7722         reformatted to fit better on the web page
7724 2003-03-15  Mikhael Goikhman  <migo@homemail.com>
7726         * todo-2.6:
7727         added items from "My TODO" message on 2003-01-02
7729         * fvwm/fvwm.1.in:
7730         actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7732 2003-03-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7734         * libs/FScreen.c:
7735         removed debug output
7737 2003-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7739         * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7740         (FScreenFetchMangledScreenFromUSPosHints):
7741         two functions to allow USPosition hints from modules and StartsOnScreen
7742         work at the same time
7744         * fvwm/conditional.c (direction_cmd):
7745         Some fixes, reformatting and improvements.
7747 2003-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7749         * fvwm/icons.c (Iconify):
7750         initialise icon position to +0+0 if there is neiter a picture nor a
7751         title
7753         * fvwm/functions.c (DeferExecution):
7754         action trigger fix
7756         * todo-2.6 (todo):
7757         closed some items
7759         * fvwm/update.c (apply_window_updates):
7760         fixed drawing of sticky icon titles when the stickyicon style is being
7761         set
7763 2003-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7765         * fvwm/placement.c (CMD_PlaceAgain):
7766         * fvwm/add_window.c (setup_window_placement):
7767         * fvwm/virtual.c (MapDesk):
7768         update the GNOME hints desk when changing desks; fixes placeagain with
7769         stickyicon style
7770         some placeagain fixes
7772         * fvwm/fvwm.1.in (Example):
7773         removed duplicate Iconify section
7775         * todo-2.6 (todo):
7776         closed C.11
7778         * fvwm/functable.c (func_table):
7779         * fvwm/functions.h (func_type):
7780         * fvwm/functions.c (__execute_function):
7781         (execute_complex_function):
7782         (DeferExecution):
7783         fixed a new and and old window selection bug
7785 2003-03-09  Dan Espen  <dane@mk.telcordia.com>
7787         * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7788         detected with Purify.
7790 2003-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7792         * libs/Colorset.c (SetWindowBackgroundWithOffset):
7793         use None, not 0 for Window structures
7795         * fvwm/events.c (InitEventHandlerJumpTable):
7796         (HandleKeyRelease):
7797         (__handle_key_event):
7798         * fvwm/bindings.c (ParseBinding):
7799         (activate_binding):
7800         * libs/Bindings.h:
7801         * fvwm/fvwm.1.in:
7802         removed key release binding because they can not work reliably
7804 2003-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7806         * fvwm/functable.c (func_table):
7807         trigger on ButtonPress for many of the functions
7809         * fvwm/functions.c (__execute_function):
7810         (__execute_function):
7811         fixed conditional commands a la "Current" triggered on root window
7813 2003-03-01  Dan Espen  <dane@mk.telcordia.com>
7815         * todo-2.6: Closed B.2, C.21.
7817 2003-02-28  olicha  <olivier.chapuis@free.fr>
7819         * libs/defaults.h:
7820         * fvwm/events.c (HandleConfigureRequest):
7821         Added a workaround for application with broken max/min size hints
7822         vs a size configure request. This "fixes" floating java JToolBar.
7824         * fvwm/add_window.c (GetWindowSizeHints):
7825         Check that the max size hint is not broken relatively to the the base
7826         size hint
7828 2003-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7830         * NEWS:
7831         * configure.in:
7832         released 2.5.6, set version to 2.5.7
7834         * NEWS:
7835         * configure.in:
7836         updated for 2.5.6
7838 2003-02-26  Tony Finch  <dot@dotat.at>
7840         * fvwm/borders.c (border_draw_one_border_part):
7841         Don't draw the handle relief marks when the border is flat.
7843 2003-02-27  Mikhael Goikhman  <migo@homemail.com>
7845         * configure.in:
7846         s/fribdi_in_path/fribidi_in_path/
7848         * todo-2.6:
7849         spell checking and some reformatting
7851 2003-02-26  olicha  <olivier.chapuis@free.fr>
7853         * fvwm/borders.c (border_setup_bar_pixmaps):
7854         Fixed a miss-print which can cause a core dump
7856         * todo-2.6:
7857         Added a 2.6 TODO file
7859 2003-02-25  Dan Espen  <dane@mk.telcordia.com>
7861         * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7862         void functioin cannot return a value.
7864 2003-02-25  olicha  <olivier.chapuis@free.fr>
7866         * configure.in:
7867         Fixed compilation warning if fribidi is in path
7869 2003-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7871         * fvwm/windowlist.c (CMD_WindowList):
7872         removed unused instruction
7874 2003-02-22  Dan Espen  <dane@mk.telcordia.com>
7876         * configure.in: Remove nested function from -Werror check.
7877         Lets configure work without gcc.
7879         * fvwm/read.h:
7880         * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7882 2003-02-21  Dan Espen  <dane@mk.telcordia.com>
7884         * fvwm/functions.c (__run_complex_function_items): Make Break start
7885         working again.
7887 2003-02-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7889         * fvwm/move_resize.c (get_outline_rects):
7890         (draw_move_resize_grid):
7891         initial drawing and final undrawing of wire frame no longer toggles the
7892         pixel in the top left corner of the screen
7894         * fvwm/expand.c (expand_vars):
7895         disabled warnings about one letter variables
7897 2003-02-17  Dan Espen  <dane@mk.telcordia.com>
7899         * README: Update to reflect release 2.5.x.
7900         * NEWS: Update news for FvwmPager drag fix.
7902 2003-02-15  olicha  <olivier.chapuis@free.fr>
7904         * fvwm/fvwm.1.in:
7905         Fixed a typo
7907 2003-02-13  olicha  <olivier.chapuis@free.fr>
7909         * fvwm/gnome.c (GNOME_SetClientList):
7910         Applied David Fries patch which fixes a possible crash with more
7911         than 256 windows
7912         (GNOME_SetClientList):
7913         malloc -> safemalloc
7915 2003-02-09  Dan Espen  <dane@mk.telcordia.com>
7917         * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7918         Give the XorValue range.
7920 2003-02-08  Dan Espen  <dane@mk.telcordia.com>
7922         * fvwm/fvwm.1.in: Fully document the emulate command.
7924 2003-02-06  olicha  <olivier.chapuis@free.fr>
7926         * fvwm/borders.c (get_common_decorations):
7927         (border_get_border_background):
7929 2003-02-05  Dan Espen  <dane@mk.telcordia.com>
7931         * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7933 2003-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7935         * fvwm/menuitem.h:
7936         * fvwm/menuitem.c (menuitem_get_size):
7937         * fvwm/menus.c (calculate_item_sizes):
7938         renamed "mips" to mipst
7940         * fvwm/menuitem.c (menuitem_get_item_size):
7941         * fvwm/menus.c (_calculate_item_sizes):
7942         backed out patch from 30-Jan-2003
7944 2003-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7946         * fvwm/menuitem.h:
7947         * fvwm/menuitem.c (menuitem_get_item_size):
7948         * fvwm/menus.c (_calculate_item_sizes):
7949         functions renamed due to global name space collision with IRIX 6.5
7951 2003-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7953         * configure.in:
7954         added tests/hints/Makefile.am
7956 2003-01-24  Dan Espen  <dane@mk.telcordia.com>
7958         * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7960 2003-01-20  Dan Espen  <dane@mk.telcordia.com>
7962         * sample.fvwmrc/DecorWin95:
7963         * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7964         Replace a long time ago.
7966 2003-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7968         * fvwm/stack.c (new_layer):
7969         (collect_transients_recursive):
7970         (__restack_window):
7971         fixed Layer command
7973         * fvwm/events.c (HandleConfigureRequest):
7974         fixed placement of icons
7975         fixed size calculations of icons
7977 2003-01-18  Mikhael Goikhman  <migo@homemail.com>
7979         * fvwm/expand.c:
7980         fixed $[desk.name<n>] that was masked by $[desk.n],
7981         added $[desk.pagesx] and $[desk.pagesy]
7983 2003-01-16  Dan Espen  <dane@mk.telcordia.com>
7985         * NEWS: Update news.  Spelling fixes 2.5.x news.
7986         * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7987         its not interactive.
7989 2003-01-12  Mikhael Goikhman  <migo@homemail.com>
7991         * fvwm/functable.c:
7992         added a short description together with the commands
7994 2003-01-12  Marcus Lundblad  <ml@update.uu.se>
7996         * NEWS:
7997         Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7998         HasHandles
8000 2003-01-11  Mikhael Goikhman  <migo@homemail.com>
8002         * expand.c:
8003         * NEWS:
8004         deprecate all single letter variables, new variables are supported now
8005         $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
8006         $[desk.n], $[version.num], $[version.info], $[version.line].
8008 2003-01-07  Marcus Lundblad <ml@update.uu.se>
8010         * fvwm/style.c (style_parse_one_style_option):
8011         * fvwm/fvwm.1.in:
8012         Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
8013         DisallowMaximizeFixedSize
8015 2003-01-06  Dan Espen  <dane@mk.telcordia.com>
8017         * fvwm/fvwm.1.in: Lang check.
8019 2003-01-03  olicha  <olivier.chapuis@free.fr>
8021         * fvwm/commands.h:
8022         * INSTALL.fvwm:
8023         * fvwm/ewmh.h:
8024         * fvwm/ewmh_intern.h:
8025         * fvwm/ewmh_names.c:
8026         * fvwm/ewmh_icons.c:
8027         * fvwm/ewmh_events.c:
8028         * fvwm/ewmh_conf.c:
8029         * fvwm/ewmh.c:
8030         * fvwm/gnome.c:
8031         * fvwm/gnome.h:
8032         * fvwm/functable.c (func_table):
8033         * fvwm/fvwm.c (setVersionInfo):
8034         * acconfig.h:
8035         * configure.in:
8036         Removed GNOME and HAVE_EWMH ifdef
8038         * fvwm/fvwm.1.in:
8039         Documented UseTitleDecorRotation
8041 2003-01-03  Mikhael Goikhman  <migo@homemail.com>
8043         * fvwm/module_interface.c (MoveViewport):
8044         * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
8045         M_NEW_PAGE now has 7 arguments
8047 2003-01-02  olicha  <olivier.chapuis@free.fr>
8049         * fvwm/fvwm.1.in:
8050         Documented  the new icon style options
8052         * fvwm/fvwm.h:
8053         * fvwm/icons.h:
8054         * fvwm/icons.c (DrawIconTitleWindow):
8055         (DrawIconPixmapWindow):
8056         (setup_icon_title_size):
8057         * fvwm/style.c (style_parse_one_style_option):
8058         Fixed IconTitleRelief and IconBackgroundRelief arguments
8060         * fvwm/icons.c (GetIconPicture):
8061         (SetIconPixmapSize):
8062         Fixed IconSize style for non shaped depth > 1 pixmaps
8064 2003-01-02  Mikhael Goikhman  <migo@homemail.com>
8066         * NEWS:
8067         * fvwm/commands.h:
8068         * fvwm/conditional.c (CMD_On):
8069         * fvwm/functable.c:
8070         * fvwm/fvwm.1.in:
8071         new conditional command On for non-window related conditions
8073         * fvwm/execcontext.h:
8074         * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
8075         two new exec contexts for restarting
8077 2003-01-02  olicha  <olivier.chapuis@free.fr>
8079         * fvwm/builtins.c (ReadMultiPixmapDecor):
8080         StretchedPixmap -> AdjustedPixmap
8082         * fvwm/fvwm.1.in:
8083         Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
8084         Documented the new MultiPixmap syntax
8086 2002-12-31  Mikhael Goikhman  <migo@homemail.com>
8088         * NEWS:
8089         * fvwm/fvwm.1.in:
8090         * fvwm/builtins.c (ReadTitleButton):
8091         * fvwm/screen.h:
8092         new button state shortcuts AllActiveUp, AllActiveDown,
8093         AllInactiveUp, AllInactiveDown
8095 2002-12-31  olicha  <olivier.chapuis@free.fr>
8097         * libs/PictureGraphics.c (PCopyArea):
8098         Fixed rendering of depth 1 pixmap with a mask
8100         * fvwm/update.c (apply_window_updates):
8101         Fixed icon bg cset update
8103         * fvwm/events.c (HandlePropertyNotify):
8104         * fvwm/geometry.c (move_icon_to_position):
8105         Fixed non shaped icons with a bg padding but without cs bg
8107         * NEWS:
8108         * fvwm/style.c (style_parse_icon_size_style):
8109         (merge_styles):
8110         * fvwm/fvwm.h (window_style):
8111         * fvwm/add_window.c (setup_icon_size_limits):
8112         * fvwm/icons.c (SetIconPixmapSize):
8113         (GetIconPicture):
8114         New option to IconSize style: Adjusted, Streched, Shrunk
8116         * fvwm/icons.c (SetIconPixmapSize):
8117         (GetIconPicture):
8118         Always center the icon with IconSize if the icon has a background
8120 2002-12-30  Mikhael Goikhman  <migo@homemail.com>
8122         * configure.in:
8123         FvwmWindowMenu renaming; compact long diagnostics into half of line
8125         * NEWS:
8126         documeted and corrected new features
8128         * fvwm/fvwm.1.in:
8129         removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
8130         since these are the only way currently to create themes
8132         * fvwm/fvwm.c:
8133         small reformatting
8135 2002-12-30  olicha  <olivier.chapuis@free.fr>
8137         * NEWS:
8138         * fvwm/icons.c (setup_icon_title_size):
8139         (set_icon_pixmap_background):
8140         (CreateIconWindow):
8141         (DrawIconTitleWindow):
8142         (DrawIconPixmapWindow):
8143         (DrawIconWindow):
8144         (ChangeIconPixmap):
8145         (RedoIconName):
8146         * fvwm/events.c (HandleEnterNotify):
8147         (HandleExpose):
8148         (HandleLeaveNotify):
8149         (HandlePropertyNotify):
8150         * fvwm/borders.c (border_draw_decorations):
8151         * fvwm/default.h:
8152         * fvwm/fvwm.h:
8153         * fvwm/add_window.c (setup_icon_background_parameters):
8154         (setup_icon_title_parameters):
8155         (setup_style_and_decor):
8156         (setup_icon_font):
8157         * fvwm/geometry.c (move_icon_to_position):
8158         * fvwm/style.h:
8159         * fvwm/style.c (check_window_style_change):
8160         (update_style_colorset):
8161         (update_icon_title_cs_style):
8162         (update_icon_title_cs_hi_style):
8163         (update_icon_background_cs_style):
8164         (merge_styles):
8165         * fvwm/update.h:
8166         * fvwm/update.c (apply_window_updates):
8167         New style options IconBackgroundColorset, IconTitleColorset,
8168         HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
8169         and IconBackgroundPadding
8171 2002-12-28  Mikhael Goikhman  <migo@homemail.com>
8173         * libs/FShm.h:
8174         fixed compilation without XShm
8176         * fvwm/borders.c (border_rotate_titlebar_descr):
8177         fixed warning: deprecated use of label at end of compound statement
8179 2002-12-27  olicha  <olivier.chapuis@free.fr>
8181         * fvwm/ConfigFvwmDefaults:
8182         UseTitleDecorRotation is a default
8184         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
8185         (do_relieve_rectangle):
8186         * libs/fvwmlib.h:
8187         * fvwm/borders.c (border_draw_title_stick_lines):
8188         (border_create_root_transparent_pixmap):
8189         (border_mp_render_into_pixmap):
8190         (border_draw_decor_to_pixmap):
8191         (border_mp_render_into_pixmap):
8192         (border_mp_get_titlebar_descr):
8193         (border_mp_draw_mp_titlebar):
8194         (border_draw_decor_to_pixmap):
8195         (border_set_button_pixmap):
8196         (border_get_titlebar_draw_descr):
8197         (border_set_title_pixmap):
8198         (border_rotate_titlebar_descr):
8199         (border_get_titlebar_descr):
8200         Completed UseTitleDecorRotation
8202 2002-12-26  olicha  <olivier.chapuis@free.fr>
8204         * fvwm/update.c (apply_window_updates):
8205         * fvwm/frame.c (frame_get_titlebar_dimensions):
8206         (frame_set_decor_gravities):
8207         * fvwm/borders.c (border_set_button_pixmap):
8208         (border_get_titlebar_descr):
8209         (border_draw_one_button):
8210         Buttons order follows the title text rotations.
8211         More UseTitleDecorRotation preparation
8213         * fvwm/borders.c (border_draw_decor_to_pixmap):
8214         Fixed SolidButton
8216 2002-12-24  olicha  <olivier.chapuis@free.fr>
8218         * fvwm/borders.c (border_mp_render_into_pixmap):
8219         (border_fill_pixmap_background):
8220         Some borders drawing fixes
8222         * libs/Graphics.c (CreateRotatedPixmap):
8223         * fvwm/geometry.c (get_title_font_size_and_offset):
8224         * fvwm/update.c (apply_window_updates):
8225         * fvwm/borders.c (border_set_button_pixmap):
8226         (border_get_titlebar_draw_descr):
8227         (border_draw_title):
8228         (border_rotate_titlebar_descr):
8229         (border_get_titlebar_descr):
8230         More UseTitleDecorRotation preparation
8232 2002-12-22  Dan Espen  <dane@mk.telcordia.com>
8234         * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
8235         so we won't get so many application bugs report to fvwm-workers.
8237         * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
8239 2002-12-21  Marcus Lundblad <ml@update.uu.se>
8241         * fvwm/style.c (style_parse_one_style_option):
8242         * fvwm/style.h:
8243         * fvwm/fvwm.h:
8244         * fvwm/window_flags:
8245         * fvwm/decorations.c (is_function_allowed,
8246                               __is_resize_allowed):
8247         Added styles Closable, Iconifiable, Maximizable and
8248         AllowMaximizeFixedSize
8249         * fvwm/conditional.c (MatchesConditionMask,
8250                               CreateConditionMask):
8251         Added conditionals Closable,Iconifiable and Maximizable
8252         * fvwm/fvwm.1.in:
8253         Documented styles Closable, Iconifiable, Maximizable and
8254         AllowMaximizeFixedSize and conditionals
8255         Closable,Iconifiable and Maximizable
8257 2002-12-20  olicha  <olivier.chapuis@free.fr>
8259         * fvwm/window_flags.h:
8260         * fvwm/update.h:
8261         * fvwm/update.c (apply_window_updates):
8262         * fvwm/style.h:
8263         * fvwm/style.c (style_parse_one_style_option):
8264         * fvwm/fvwm.h:
8265         UseTitleDecorRotation style preparation
8267         * fvwm/fvwm.c (main):
8268         Use best TrueColor visual
8270         * fvwm/borders.c (border_get_border_gcs):
8271         Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
8272         window which may have a depth != Pdepth
8274         * fvwm/menus.c (paint_side_pic):
8275         * fvwm/menuitem.c (menuitem_paint):
8276         * fvwm/icons.c (DrawIconPixmapWindow):
8277         * fvwm/colorset.c (parse_colorset):
8278         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8279         Used Scr.AlphaGC
8281 2002-12-19  olicha  <olivier.chapuis@free.fr>
8283         * libs/Graphics.c (CreateRotatedPixmap):
8284         * libs/fvwmlib.h:
8285         New interface function CreateRotatedPixmap
8287         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8288         (PImageLoadXpm):
8289         * libs/PictureGraphics.c (PCreateRenderPixmap):
8290         (PCreateDitherPixmap):
8291         * libs/Graphics.c (CreateGradientPixmap):
8292         (CreateRotatedPixmap):
8293         * acconfig.h:
8294         * configure.in:
8295         * libs/FShm.h (new file):
8296         * libs/FImage.h (new file):
8297         * libs/FImage.c (new file):
8298         * libs/Makefile.am:
8299         * fvwm/fvwm.c (setVersionInfo):
8300         Added MIT Shared Memory Extension for XImage
8302         * NEWS:
8303         Some news
8305         * fvwm/screen.h:
8306         * fvwm/builtins.c (ReadDecorFace):
8307         (FreeDecorFace):
8308         * fvwm/borders.c (border_draw_decor_to_pixmap):
8309         (border_fill_pixmap_background):
8310         AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8312 2002-12-17  Mikhael Goikhman  <migo@homemail.com>
8314         * libs/FBidiJoin.c:
8315         shape-and-join fixes from Nadim Shaikli (slightly modified)
8317 2002-12-16  olicha  <olivier.chapuis@free.fr>
8319         * libs/PictureGraphics.h:
8320         * libs/PictureGraphics.c (PTileRectangle):
8321         (PGraphicsCreateTiledPicture):
8322         * libs/Graphics.c (CreateTiledPixmap):
8323         New interface function: PGraphicsCreateTiledPicture
8325         * fvwm/screen.h:
8326         * fvwm/fvwm.c (CreateGCs):
8327         Added a global (Scr) alpha GC
8329         * configure.in:
8330         * fvwm/screen.h:
8331         * fvwm/builtins.c (ReadMultiPixmapDecor):
8332         (update_decorface_colorset):
8333         (FreeDecorFace):
8334         * fvwm/borders.c (border_get_tb_parts_to_draw):
8335         (border_fill_pixmap_background):
8336         (border_setup_bar_pixmaps):
8337         (border_get_bar_pixmaps):
8338         (border_free_bar_pixmaps):
8339         (border_mp_render_into_pixmap):
8340         (border_mp_get_length):
8341         (border_mp_get_titlebar_descr):
8342         (border_mp_get_geometry):
8343         (border_mp_get_use_title_style_parts_and_geometry):
8344         (border_mp_draw_mp_titlebar):
8345         (border_draw_decor_to_pixmap):
8346         (border_draw_title_deep):
8347         (border_get_titlebar_draw_descr):
8348         (border_setup_use_title_style):
8349         (border_get_titlebar_descr_state):
8350         (border_get_titlebar_descr):
8351         (border_get_transparent_decorations_part):
8352         (border_draw_title_stick_lines):
8353         MultiPixmap can use Colorset and Solid color. Various others minor
8354         improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8355         "main" drawing code and remove the #ifdef.
8356         New option to ButtonStyle and TitleStyle: StretchedPixmap.
8357         Use the new Scr.AlphaGC.
8359 2002-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8361         * fvwm/add_window.c (validate_transientfor):
8362         do not ignore transientfor hint for iconified windows
8364 2002-12-12  Jason Weber <baboon@imonk.com>
8366         * fvwm/fvwm.1.in:
8367         * fvwm/conditional.c (CMD_ScanForWindow):
8368         * fvwm/commands.h:
8369         * fvwm/functable.c:
8370         rename ScanWindow to ScanForWindow
8372 2002-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8374         * fvwm/menuitem.c (menuitem_paint):
8375         * fvwm/colorset.c (parse_colorset):
8376         * fvwm/icons.c (DrawIconPixmapWindow):
8377         * fvwm/focus.c (_SetFocusWindow):
8378         (_ReturnFocusWindow):
8379         (_DeleteFocus):
8380         (_ForceDeleteFocus):
8381         (__activate_window_by_command):
8382         patches to prevent UMR messages in memory debuggers
8384 2002-12-11  Jason Weber <baboon@imonk.com>
8386         * fvwm/fvwm.1.in: Added ScanWindow
8388         * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8389         * fvwm/commands.h:
8390         * fvwm/functable.c:
8391         Generalized CMD_Direction into direction_cmd.
8392         Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8393         Replace Cycle prefix with secondary direction argument.
8395 2002-12-10  Dan Espen  <dane@mk.telcordia.com>
8397         * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8399 2002-12-05  Marcus Lundblad <ml@update.uu.se>
8400         * fvwm/conditional.c (CreateConditionMask):
8401         Implemented conditional "FixedSize" and "HasHandles"
8402         * fvwm/fvwm.1.in
8403         Documented conditional options "FixedSize" and "HasHandles".
8405 2002-12-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8407         * fvwm/placement.c (PlaceWindow):
8408         fixed StickyAcrossDesks w/ StartsOnPage
8410         * fvwm/functable.c:
8411         * fvwm/commands.h:
8412         * fvwm/ewmh_conf.c (set_state_workaround):
8413         * fvwm/update.c (apply_window_updates):
8414         * fvwm/windowlist.c (CMD_WindowList):
8415         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8416         (ewmh_WMStateSticky):
8417         * fvwm/conditional.c (CreateConditionMask):
8418         * fvwm/gnome.c (GNOME_SetHints):
8419         (GNOME_GetStyle):
8420         (GNOME_HandlePropRequest):
8421         * fvwm/placement.c (SmartPlacement):
8422         (get_next_x):
8423         (get_next_y):
8424         (test_fit):
8425         (PlaceWindow):
8426         * fvwm/session.c (SaveWindowStates):
8427         (MatchWinToSM):
8428         (MatchWinToSM):
8429         * fvwm/ewmh.c (check_desk):
8430         (EWMH_SetWMDesktop):
8431         (ewmh_ComputeAndSetWorkArea):
8432         (ewmh_HandleDynamicWorkArea):
8433         (ewmh_HandleDesktop):
8434         (ewmh_HandleDock):
8435         (ewmh_HandleMenu):
8436         (ewmh_HandleToolBar):
8437         * fvwm/virtual.c (UnmapDesk):
8438         (MapDesk):
8439         (MoveViewport):
8440         (do_move_window_to_desk):
8441         * fvwm/icons.c (setup_icon_title_size):
8442         (DrawIconTitleWindow):
8443         (AutoPlaceIcon):
8444         (Iconify):
8445         * fvwm/borders.c (is_button_toggled):
8446         (get_common_decorations):
8447         (border_draw_title_stick_lines):
8448         * fvwm/add_window.c (AddWindow):
8449         * fvwm/move_resize.c (__move_window):
8450         (__move_window):
8451         (is_window_sticky_across_pages):
8452         (is_window_sticky_across_desks):
8453         (MaximizeHeight):
8454         (MaximizeWidth):
8455         (stick_page):
8456         (stick_desk):
8457         (CMD_Stick):
8458         (CMD_StickAcrossPages):
8459         (CMD_StickAcrossDesks):
8460         (stick_across_pages):
8461         (stick_across_desks):
8462         (handle_stick_across_desks):
8463         (handle_stick_across_pages):
8464         (handle_stick):
8465         * fvwm/fvwm.h (struct):
8466         * fvwm/style.c (style_parse_one_style_option):
8467         (check_window_style_change):
8468         * fvwm/style.h:
8469         * fvwm/window_flags.h:
8470         renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8471         StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8472         everywhere
8474         * fvwm/focus.c (CMD_Focus):
8475         (CMD_FlipFocus):
8476         (__activate_window_by_command):
8477         (__update_windowlist):
8478         (__set_focus_to_fwin):
8479         (_SetFocusWindow):
8480         (_ReturnFocusWindow):
8481         (_DeleteFocus):
8482         (_ForceDeleteFocus):
8483         fixed window list order with FlipFocus command
8485 2002-12-08  Mikhael Goikhman  <migo@homemail.com>
8487         * AUTHORS:
8488         * NEWS:
8489         document bidi entry undocumented in 2.5.5
8491 2002-12-06  olicha  <olivier.chapuis@free.fr>
8493         * acinclude.m4:
8494         Fixed the "detection" of the LINGUAS variable
8496         * configure.in:
8497         Added ar to ALL_LINGUAS
8500 2002-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8502         * fvwm/move_resize.c (__resize_window):
8503         fixed handling of MontionNotify and PropertyNotify events
8505 2002-12-03  olicha  <olivier.chapuis@free.fr>
8507         * fvwm/borders.c (border_draw_decor_to_pixmap):
8508         (border_get_border_background):
8509         (get_common_decorations):
8510         BorderGC cleanup
8512         * fvwm/builtins.c (CMD_PrintInfo):
8513         New subject nls to PrintInfo
8515         * libs/FGettext.c (*):
8516         New command FlocalePath
8518 2002-12-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8520         * NEWS:
8521         * configure.in:
8522         changed version to 2.5.6
8524         * NEWS:
8525         * configure.in:
8526         updated for 2.5.5
8528 2002-12-02  olicha  <olivier.chapuis@free.fr>
8530         * libs/FRenderInit.c (FRenderInit):
8531         Fixed alpha depth if !XRenderSupport
8533         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8534         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8535         (PImageLoadPng):
8536         * libs/PictureImageLoader.h:
8537         Fixed image loading on bigedian machine
8539 2002-12-01  Mikhael Goikhman  <migo@homemail.com>
8541         * libs/FBidi.c (FBidiConvert):
8542         several small changes
8543         * libs/FBidiJoin.c (shape_n_join):
8544         enabled a new bidi shaping code
8546 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8548         * fvwm/frame.c (frame_restore_client_gravities):
8549         (frame_free_move_resize_args):
8550         fixed a redrawing problem after shading a window
8552 2002-11-29  olicha  <olivier.chapuis@free.fr>
8554         * acinclude.m4:
8555         Defined AM_PATH_PROG_WITH_TEST and re-enable it
8557         * configure.in:
8558         * Makefile.am:
8559         Fixed two missprints
8561 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8563         * fvwm/bindings.c (ParseBinding):
8564         fix for stroke-less compile
8566 2002-11-29  olicha  <olivier.chapuis@free.fr>
8568         * fvwm/commands.h (enum):
8569         * fvwm/functable.c (func_table):
8570         * fvwm/builtins.c (CMD_LocalePath):
8571         * libs/FGettext.c (FGettextSetLocalePath):
8572         * libs/FGettext.h:
8573         Preparation for LocalePath command
8575         * fvwm/screen.h (ScreenInfo):
8576         * fvwm/fvwm.c (CreateGCs):
8577         Rename Scr.TileGC to Scr.BordersGC
8579         * acinclude.m4:
8580         A libintl autoconf fix
8582         * libs/Colorset.c (CreateBackgroundPixmap):
8583         Do not grab the server when we dump the E setroot pixmap
8585 2002-11-29  olicha  <olivier.chapuis@free.fr>
8587         * acconfig.h:
8588         * fvwm/Makefile.am:
8589         * Makefile.am:
8590         * configure.in:
8591         * acinclude.m4:
8592         Added NLS support with gnu gettext
8594         * fvwm/fvwm.c (main):
8595         FGettextInit
8597         * fvwm/expand.c (expand_vars_extended):
8598         New extanded variable $[gt.any_string]
8600         * fvwm/virtual.c (CMD_DesktopName):
8601         * fvwm/windowlist.c (get_desk_title):
8602         * fvwm/expand.c (expand_vars_extended):
8603         * fvwm/fvwm.c (SetRCDefaults):
8604         * fvwm/ConfigFvwmSetup:
8605         Mark some strings to be translated
8607         * libs/FGettext.c (new file):
8608         * libs/FGettext.c (new file):
8609         * libs/Makefile.am:
8610         gnu gettext libintl warper
8612 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8614         * fvwm/add_window.c (RestoreWithdrawnLocation):
8615         rixed rxvts with S/E gravity travelling off screen upon recapture after
8616         they were resized.
8618         * fvwm/events.c (__handle_key_event):
8619         * fvwm/bindings.c (activate_binding):
8620         (__rebind_global_key):
8621         fixed unbinding pointerkey bindings removing the grab for this key
8622         completely
8624         * fvwm/events.c (__is_bpress_window_handled):
8625         fixed click on override redirect windows being handled by the root
8626         window
8628         * fvwm/misc.c (GrabEm):
8629         confine the pointer to the root window when grabbed
8631         * fvwm/events.c (HandleUnmapNotify):
8632         fixed reparenting problem with restarts from desks != 0
8634 2002-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8636         * fvwm/events.c:
8637         removed experimental code
8639 2002-11-28  olicha  <olivier.chapuis@free.fr>
8641         * fvwm/borders.c (border_get_border_background):
8642         (border_draw_decor_to_pixmap):
8643         (border_fill_pixmap_background):
8644         Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8645         soon.
8647 2002-11-26  Mikhael Goikhman  <migo@homemail.com>
8649         * fvwm/fvwm.c (InitVariables):
8650         fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8651         of 100%
8652         * fvwm/virtual.c (CMD_EdgeScroll):
8653         minor spacing
8655         * fvwm/ConfigFvwmDefaults:
8656         do not include empty ConfigFvwmProxyDefaults, added one binding
8658 2002-11-26  olicha  <olivier.chapuis@free.fr>
8660         * libs/Colorset.c (CreateBackgroundPixmap):
8661         * fvwm/colorset.c (parse_colorset):
8662         Be more safe with the E root pixmap
8664 2002-11-25  olicha  <olivier.chapuis@free.fr>
8666         * fvwm/move_resize.c (__move_loop):
8667         Redraw the transparent decoration parts when a move is abored
8669         * fvwm/colorset.c (parse_colorset):
8670         Fixed the fgsh Colorset colors when the Image change but not the bg
8672 2002-11-24  Jason Weber  <baboon@imonk.com>
8674         * fvwm/conditional.c (CMD_Direction):
8675         Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8676         eventual traversal of all windows over repeated calls.  It also cycles
8677         back to the opposite extent when it hits the limit in the given
8678         direction.
8680 2002-11-22  olicha  <olivier.chapuis@free.fr>
8682         * fvwm/borders.h:
8683         * fvwm/borders.c (get_common_decorations):
8684         (border_get_parts_and_pos_to_draw):
8685         (border_get_changed_border_parts):
8686         (border_get_frame_pixmap, new):
8687         (border_get_border_background):
8688         (border_draw_one_border_part):
8689         (border_draw_decorations):
8690         (border_get_tb_parts_to_draw):
8691         (border_fill_pixmap_background):
8692         (border_get_titlebar_descr_state, new):
8693         (border_draw_titlebar):
8694         (border_setup_bar_pixmaps, new):
8695         (border_get_bar_pixmaps, new):
8696         (border_free_bar_pixmaps, new):
8697         (border_setup_use_title_style, new):
8698         (border_set_button_pixmap):
8699         (border_set_title_pixmap):
8700         (border_draw_one_button):
8701         (border_set_button_pixmap):
8702         (border_draw_title_deep):
8703         (border_get_transparent_decorations_part, new):
8704         Title, Border and Buttons Style Colorset Option: Drawing
8706         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8707         (__move_window):
8708         (__move_loop):
8709         * fvwm/frame.c (__frame_setup_window):
8710         (frame_has_handles_and_tiled_border):
8711         (frame_create_move_resize_args):
8712         (frame_free_move_resize_args):
8713         Title, Border and Buttons Style Colorset Option: External drawing
8714         stuff. Basically additional redrawing for RootTransparent
8716         * fvwm/builtins.c (update_decorface_colorset, new):
8717         (update_titlebutton_colorset, new):
8718         (update_decors_colorset, new):
8719         (update_fvwm_colorset):
8720         Title, Border and Buttons Style Colorset Option: Dynamic updating
8722         * fvwm/screen.h:
8723         * fvwm/builtins.c (ReadDecorFace):
8724         Title, Border and Buttons Style Colorset Option: Configuration
8726         * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8727         * libs/Colorset.h:
8728         Title, Border and Buttons Style Colorset Option: Convinent macros and
8729         function
8731 2002-11-18  Dan Espen  <dane@mk.telcordia.com>
8733         * libs/Makefile.am: Add missing Bindings.h.
8735 2002-11-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8737         * fvwm/move_resize.c (__move_loop):
8738         send M_CONFIGURE_WINDOW only when the window actually moves
8740 2002-11-16  Mikhael Goikhman  <migo@homemail.com>
8742         * libs/FBidi.c:
8743         * libs/FBidi.h:
8744         * libs/FBidiJoin.c:
8745         * libs/FBidiJoin.h:
8746         * libs/Makefile.am:
8747         incorporated a shape-and-join bidi functionality from Nadim Shaikli
8748         with minor improvements; it is disabled for now (#if 0) since
8749         some Arabic chars cause core dump
8751 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8753         * fvwm/fvwm.1.in (Examples):
8754         added documentation of Icon option for PlaceAgain command
8756         * fvwm/events.c (__handle_key_event):
8757         fixed global key binding problem
8759 2002-11-15  olicha  <olivier.chapuis@free.fr>
8761         * libs/Bindings.c (MatchBindingExactly):
8762         (__compare_binding):
8763         compile fixes w/o stroke lib
8765         * NEWS:
8766         * fvwm/geometry.c (get_title_font_size_and_offset):
8767         * fvwm/builtins.c (do_title_style):
8768         New MinHeight option to TitleStyle
8770 2002-11-15  olicha  <olivier.chapuis@free.fr>
8772         * fvwm/builtins.c (update_fvwm_colorset):
8773         (CMD_Colorset):
8774         (do_title_style):
8776         * fvwm/builtins.h:
8777         * fvwm/colorset.c (update_root_transparent_colorset):
8778         Fixed update of the RootTransparent colorset in fvwm
8780 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8782         * libs/Bindings.c (__compare_binding):
8783         (MatchBindingExactly):
8784         compoile fixes w/o stroke lib
8786 2002-11-14  olicha  <olivier.chapuis@free.fr>
8788         * fvwm/fvwm.1.in:
8789         * INSTALL.fvwm:
8790         * NEWS
8791         Removed any reference on "xft and flickering"
8793 2002-11-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8795         * fvwm/eventmask.h (XEVMASK_ICONW):
8796         * fvwm/events.c (HandleKeyRelease):
8797         (HandleKeyPress):
8798         (__handle_key_event):
8799         * fvwm/bindings.c (ParseBinding):
8800         (activate_binding):
8801         * libs/Bindings.h (enum):
8802         implemented key release bindings; prefix the key name with a '-';
8803         does not work well with some applications
8805 2002-11-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8807         * libs/Bindings.h:
8808         new file
8810         * fvwm/bindings.c (ParseBinding):
8811         (binding_cmd):
8812         (activate_binding):
8813         (bind_get_bound_button_contexts):
8814         (ParseBinding):
8815         (CMD_Stroke):
8816         (CMD_Mouse):
8817         (CMD_PointerKey):
8818         (CMD_Key):
8819         (RemoveMatchingBinding):
8820         (AddBinding):
8821         (AreBindingsEqual):
8822         (GrabWindowKey):
8823         (GrabWindowButton):
8824         (GrabAllWindowKeysAndButtons):
8825         * fvwm/module_interface.c (CMD_ModuleSynchronous):
8826         * fvwm/events.c (__handle_bpress_on_root):
8827         (__handle_bpress_on_managed):
8828         (HandleButtonRelease):
8829         * fvwm/builtins.c (CMD_Wait):
8830         (CMD_StrokeFunc):
8831         * libs/fvwmlib.h (enum):
8832         fixed Key vs. PointerKey with "A"ny context
8834 2002-11-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8836         * fvwm/icons.c (Iconify):
8837         icon placement safety patch
8838         (CreateIconWindow):
8839         fixed initial position of application provided icon windows
8841         * fvwm/session.c (LoadWindowStates):
8842         fixed parsing of strings beginning with whitespace in session file
8844         * fvwm/fvwm.1.in (Note):
8845         * fvwm/style.c (style_set_old_focus_policy):
8846         * libs/defaults.h (DEF_FP_MODIFIERS):
8847         set default modifiers for raising/focusing to N again
8849 2002-11-11  olicha  <olivier.chapuis@free.fr>
8851         * fvwm/fvwm.1.in:
8852         * fvwm/fvwm.c (main):
8853         (usage):
8854         named-palette -> visual-palette, -N -> -P
8856 2002-11-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8858         * fvwm/ConfigFvwmDefaults:
8859         include ConfigFvwmProxyDefaults
8861         * fvwm/fvwm.c (usage):
8862         polished usage message
8864 2002-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8866         * fvwm/fvwm.c (usage):
8867         (main):
8868         cleaned up usage and error messages
8869         use short option names in usage message an man page synopsis
8870         all options are case sensitive
8871         do not mention the "-" style long options in the man page; instead use
8872         the "--" style
8874         * fvwm/add_window.c (setup_frame_window):
8875         * fvwm/events.c (HandleMapNotify):
8876         * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8877         fixed empty decorations after recapture
8879         * fvwm/geometry.c (get_icon_geometry):
8880         * fvwm/icons.c (clear_icon):
8881         fixed icon jumping to 0 0 when the icon layout changes after the icon
8882         has been moved manually
8884         * fvwm/move_resize.c (__move_icon):
8885         fixed MoveToPage with icons
8887 2002-11-09  olicha  <olivier.chapuis@free.fr>
8889         * libs/Fft.c (FftGetRotatedFont):
8890         (FftGetFont):
8891         * libs/Fft.h:
8892         Check the return result of FftPatternGetMatrix
8894         * libs/Flocale.h:
8895         * libs/PictureBase.h:
8896         Added two macro
8898 2002-11-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8900         * fvwm/ewmh_conf.c (set_state_workaround):
8901         * fvwm/functable.c (func_table):
8902         * fvwm/update.c (apply_window_updates):
8903         * fvwm/windowlist.c (CMD_WindowList):
8904         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8905         (ewmh_WMStateSticky):
8906         * fvwm/conditional.c (CreateConditionMask):
8907         (CreateConditionMask):
8908         * fvwm/gnome.c (GNOME_SetHints):
8909         (GNOME_GetStyle):
8910         (GNOME_HandlePropRequest):
8911         * fvwm/placement.c (SmartPlacement):
8912         (get_next_x):
8913         (test_fit):
8914         (get_next_y):
8915         (PlaceWindow):
8916         * fvwm/session.c (SaveWindowStates):
8917         (MatchWinToSM):
8918         * fvwm/ewmh.c (check_desk):
8919         (EWMH_SetWMDesktop):
8920         (ewmh_ComputeAndSetWorkArea):
8921         (ewmh_HandleDynamicWorkArea):
8922         (ewmh_HandleDesktop):
8923         (ewmh_HandleDock):
8924         (ewmh_HandleMenu):
8925         (ewmh_HandleToolBar):
8926         * fvwm/virtual.c (UnmapDesk):
8927         (MapDesk):
8928         (MoveViewport):
8929         (MoveViewport):
8930         (do_move_window_to_desk):
8931         * fvwm/icons.c (setup_icon_title_size):
8932         (DrawIconTitleWindow):
8933         (AutoPlaceIcon):
8934         (Iconify):
8935         * fvwm/borders.c (is_button_toggled):
8936         (get_common_decorations):
8937         (border_draw_title_stick_lines):
8938         * fvwm/add_window.c (AddWindow):
8939         * fvwm/move_resize.c (__move_window):
8940         (is_window_sticky_on_page):
8941         (is_window_sticky_on_desk):
8942         (MaximizeWidth):
8943         (MaximizeHeight):
8944         (stick_page):
8945         (stick_desk):
8946         (handle_stick):
8947         (handle_stick_page):
8948         (handle_stick_desk):
8949         (__handle_stick_exit):
8950         (CMD_StickDesk):
8951         (CMD_StickPage):
8952         * fvwm/style.c (style_parse_one_style_option):
8953         (check_window_style_change):
8954         * fvwm/style.h:
8955         * fvwm/fvwm.h:
8956         New Style options stickypage and stickydesk
8957         New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8958         StickyDesk, OnlyStickyPage, OnlyStickyDesk
8959         New conditions StickyPage and StickyDesk
8960         New commands StickPage and StickDesk
8962         * fvwm/move_resize.c (__move_window):
8963         do not unstick a window when using MoveToScreen
8965         * fvwm/ewmh_conf.c:
8966         reindented
8968         * fvwm/commands.h:
8969         * fvwm/functable.c (func_table):
8970         * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8971         renamed EWMHBaseStrut to EwmhBaseStruts
8973         * fvwm/style.c (style_set_old_focus_policy):
8974         SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8975         (style_parse_one_style_option):
8976         renamed "Border" style to "Borders"
8977         removed "NoBorder" style; use !Borders instead
8978         renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8979         renamed PlacmentOverlapPercentPenalties to
8980         MinOverlapPercentPlacementPenalties
8982         * fvwm/fvwm.1.in:
8983         * NEWS:
8984         corrected typo
8986         * libs/Fft.c:
8987         Fixed compiler warnings
8989 2002-11-09  Mikhael Goikhman  <migo@homemail.com>
8991         * configure.in:
8992         autogenerate FvwmWindowLister files
8994         * fvwm/fvwm.1.in:
8995         mention fvwm-menu-directory and fvwm-menu-desktop as examples
8996         of MissingSubmenuFunction and DynamicPopupAction
8998 2002-11-08  olicha  <olivier.chapuis@free.fr>
9000         * libs/PictureUtils.c (alloc_color_proportion):
9001         (alloc_color_proportion_dither):
9002         (alloc_color_proportion_grey):
9003         (alloc_color_x):
9004         (free_colors_in_table):
9005         (free_colors_x):
9006         (init_static_colors_table):
9007         (PictureFreeColors):
9008         (PictureInitColors):
9009         (PicturePrintColorInfo):
9010         Fixed StaticColor visual. Rename some of the color allocators. Clean up
9011         free colors stuff
9013 2002-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9015         * fvwm/move_resize.c (__move_window):
9016         ignore MoveToPage with sticky windows
9018         * fvwm/conditional.c (Circulate):
9019         (circulate_cmd):
9020         Next and Prev commands begin looking at the context window, if any
9022         * fvwm/focus.c (__focus_grab_buttons):
9023         fixed initial button grabbing on client window
9025         * fvwm/stack.c (BroadcastRestack):
9026         split long packets, fixed a bug and cleaned up
9028         * libs/Module.c (ReadFvwmPacket):
9029         ignore packets that are too long
9031         * fvwm/fvwm.1.in:
9032         document PopupDelay and PopdownDelay defaults
9034 2002-11-06  olicha  <olivier.chapuis@free.fr>
9036         * libs/Fft.c (FftGetFont):
9037         (FftGetRotatedFont):
9038         Use a more perfectioned method for loading font with Xft/Fc. This
9039         method allows sanity check. Preserve the matrix when rotating
9040         Xft/Fc fonts.
9042         * libs/Flocale.c (FlocaleGetMinOffset):
9043         (FlocaleRotateDrawString):
9044         (FlocaleGetFontSet):
9045         (FlocaleGetFont):
9046         * libs/Fft.c (FftDrawString):
9047         (FftGetFont):
9048         * libs/FftInterface.h:
9049         * fvwm/geometry.c (get_title_font_size_and_offset):
9050         Move the computation of the good "y" for drawing text into Flocale.
9051         Use the max ascent, descent and height for font metric (in the place
9052         of the min's one).
9054         * libs/Flocale.c (FlocalePrintLocaleInfo):
9055         * libs/Flocale.h:
9056         * libs/Fft.c (FftPrintPatternInfo):
9057         * libs/Fft.h:
9058         * fvwm/builtins.c (CMD_PrintInfo):
9059         * NEWS:
9060         * fvwm.1.in:
9061         New option "Locale" to PrintInfo Command
9063 2002-11-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9065         * fvwm/events.c (HandleExpose):
9066         removed no-op
9068 2002-11-04  Dan Espen  <dane@mk.telcordia.com>
9070         * fvwm/fvwm.1.in: colour -> color
9071         Language check.
9073 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9075         * fvwm/fvwm.1.in:
9076         * fvwm/fvwm.c (usage):
9077         (main):
9078         pallet -> palette
9080 2002-11-04  olicha  <olivier.chapuis@free.fr>
9082         * configure.in:
9083         Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
9085         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9086         (finish_ct_init):
9087         (PictureFreeColors):
9088         (PicturePrintColorInfo):
9089         Trace colours allocation out of the pallet in depth <= 8. Better
9090         information on coulours
9092         * libs/Fft.c (FftGetRotatedFont):
9093         * libs/Fft.h:
9094         Fixed rotated font when the original font has a matrix
9096         * libs/PictureBase.c (PictureInitCMapRoot):
9097         * libs/PictureUtils.h:
9098         * libs/PictureUtils.c (PictureInitColors):
9099         (PictureAllocColorTable):
9100         * libs/PictureBase.h (PictureColorLimitOption):
9101         * fvwm/fvwm.c (main):
9102         * fvwm/fvwm.1.in
9103         New options -strict-color-limit, -allocate-pallet, -static-pallet,
9104         -named-pallet. -color-limit now take only integer argument.
9107 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9109         * libs/Module.h (struct):
9110         new type FvwmWinPacketBodyHeader to access the standard fields in a
9111         packet with a window
9113 2002-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9115         * NEWS:
9116         updated for 2.4.13
9118         * fvwm/functable.c (func_table):
9119         * fvwm/commands.h:
9120         * fvwm/style.c (style_parse_one_style_option):
9121         (parse_and_set_window_style):
9122         (__style_command):
9123         (CMD_Style):
9124         (CMD_FocusStyle):
9125         added a new command FocusStyle as a shorthand for
9126         "Style * FP..., FP..."
9128         * fvwm/builtins.c (__parse_vector_line_one_coord):
9129         (__parse_vector_line):
9130         (ReadDecorFace):
9131         split vector line parsing into sub functions
9132         (FreeDecorFace):
9133         fixed core dump in vector button offset patch
9135 2002-11-01  Marcus Lundblad <ml@update.uu.se>
9137         * fvwm/screen.h (vector_coords):
9138         added fields for offsets
9139         * fvwm/builtins.c (ReadDecorFace):
9140         rewrote parser for vector definitions to accept optional offsets
9141         * fvwm/fvwm.c (LoadDefaultLeftButton):
9142         (LoadDefaultRightButton)
9143         set default values for offsets
9144         * fvwm/borders.c (border_draw_vector_to_pixmap):
9145         updated XDrawLine call to take offsets into account
9146         * fvwm/fvwm.1.in:
9147         documented new options for vector offsets
9149 2002-11-01  olicha  <olivier.chapuis@free.fr>
9151         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9152         Fixed icon tint pixel, it was set to icon tint percent during some
9153         renaming
9155 2002-10-31  olicha  <olivier.chapuis@free.fr>
9157         * libs/PictureUtils.c (PictureAllocColorImage):
9158         (PictureOpenImageColorAllocator):
9159         (PictureCloseImageColorAllocator):
9160         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9161         (FIMAGE_CMD_ARGS):
9162         (PImageLoadXpm):
9163         (PImageCreatePixmapFromArgbData):
9164         (PImageLoadPixmapFromFile):
9165         * libs/PictureBase.h (FvwmPictureThing):
9166         (PictureImageColorAllocator):
9167         * libs/Picture.h:
9168         * libs/Picture.c (PDestroyFvwmPicture):
9169         (PLoadFvwmPictureFromPixmap):
9170         * libs/Graphics.c (CreateGradientPixmap):
9171         * fvwm/fvwm.c:
9172         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9173         Added a new way to allocate colors for image and gradient. This method
9174         allows, in particular, to save (in a "fast" way) the allocated pixels
9175         with a minimal memory usage.
9176         Fixed color leaks for png, ewmh and dithered xpm images.
9178         * fvwm/add_window.c (destroy_icon):
9179         * fvwm/fvwm.h (FvwmWindow):
9180         * fvwm/icons.c (GetIconFromFile):
9181         Fixed color leaks
9183 2002-10-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9185         * fvwm/commands.h:
9186         * fvwm/functable.c:
9187         * fvwm/stack.c (enum):
9188         (position_new_window_in_stack_ring):
9189         (new_layer):
9190         (must_move_transients):
9191         (restack_windows):
9192         (__restack_window):
9193         (__raise_lower_recursion):
9194         (__raise_or_lower_window):
9195         (raise_or_lower_window):
9196         (collect_transients_recursive):
9197         (__is_restack_transients_needed):
9198         (RestackWindow):
9199         (CMD_RestackTransients):
9200         new command RestackTransients which works like Raise and Lower but does
9201         not restack windows that are not transient
9202         renamed some functions
9203         general cleanup
9205         * fvwm/fvwm.1.in:
9206         corrected cursor movement key bindings
9208         * fvwm/bindings.c (activate_binding):
9209         fixed problem w/ bindings being overridden by applications OpenOffice
9210         and the Gnome panel
9212 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
9214         * configure.in:
9215         * NEWS:
9216         switched to 2.5.5
9218         * configure.in:
9219         include FvwmProxy to build
9221 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
9223         * configure.in:
9224         exclude FvwmProxy from build
9226         * configure.in:
9227         * NEWS:
9228         updated for 2.5.4
9230 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9232         * configure.in:
9233         added FvwmProxy module
9235 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
9237         * fvwm/fvwm.1.in:
9238         * fvwm/windowlist.c (CMD_WindowList):
9239         renamed SortClassName to SortByClass
9241 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9243         * fvwm/menustyle.c (menustyle_update):
9244         (menustyle_parse_style):
9245         (menustyle_get_styleopt_index):
9246         (menustyle_parse_style):
9247         (CMD_CopyMenuStyle):
9248         * fvwm/menustyle.h:
9249         removed HilightRelief MenuStyle and hard coded it
9251 2002-10-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9253         * fvwm/menus.c (make_menu_window):
9254         fixed updating menu background with "Menustyle * Background"
9256         * fvwm/stack.c (__get_stacking_sibling):
9257         (restack_windows):
9258         fixed another stacking problem
9260 2002-10-28  Mikhael Goikhman  <migo@homemail.com>
9262         * acinclude.m4:
9263         * configure.in:
9264         corrected and lined up several help lines
9266         * INSTALL.fvwm:
9267         added --enable-xinerama-emulation description
9269 2002-10-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9271         * fvwm/stack.c (restack_windows):
9272         (__get_stacking_sibling):
9273         fixed another stacking problem
9275 2002-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9277         * fvwm/add_window.c (AddWindow):
9278         braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
9279         windows starting lowered or on other layers in FvwmPager
9281         * fvwm/stack.c (restack_windows):
9282         (__get_visible_window):
9283         fixed a stacking problem with layers
9285 2002-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9287         * fvwm/functable.c (func_table):
9288         fixed Pick command
9290 2002-10-24  Mikhael Goikhman  <migo@homemail.com>
9292         * NEWS:
9293         * fvwm/fvwm.1.in:
9294         * fvwm/windowlist.c:
9295         new WindowList option SortByResource
9297         * fvwm/style.c (check_window_style_change):
9298         * libs/FlocaleCharset.c:
9299         fixed gcc warning
9301         * AUTHORS:
9302         place recent authors to the top, not bottom
9304         * fvwm/builtins.c:
9305         corrected typo in error message
9307 2002-10-23  Dan Espen  <dane@mk.telcordia.com>
9309         * fvwm/fvwm.1.in: Lang check done.
9311 2002-10-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9313         * fvwm/menus.c:
9314         work on new menu loop code
9316         * libs/timeout.h:
9317         * libs/timeout.c:
9318         new files
9320         * fvwm/menus.c (__mloop_handle_event):
9321         (__mloop_get_event):
9322         (__mloop_handle_action_with_mi):
9323         * fvwm/menus.h (MenuReturn):
9324         renamed MenuReturn member menu to target_menu
9326         * fvwm/menus.c (__mloop_handle_event):
9327         * fvwm/menus.h (MenuReturn):
9328         removed a "write only" member of MenuReturn
9330         * fvwm/conditional.c (circulate_cmd):
9331         fixed the "Any" command
9333 2002-10-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9335         * fvwm/stack.c (mark_transient_subtree):
9336         fixed stack ring corruption with iconified transients
9337         (restack_windows):
9338         fixed a problem with lowering windows below the icons of their
9339         transients
9341 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9343         * libs/Colorset.c:
9344         * fvwm/menustyle.c:
9345         * libs/Colorset.h:
9346         * libs/Flocale.h:
9347         * libs/PictureBase.h:
9348         * fvwm/menuitem.c:
9349         * fvwm/geometry.c:
9350         * fvwm/colorset.c:
9351         renamed colorset_struct to colorset_t
9353 2002-10-22  olicha  <olivier.chapuis@free.fr>
9355         * libs/PictureUtils.c:
9356         Minor fixes and add #if O experimental code
9358 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9360         * fvwm/icons.c (DrawIconPixmapWindow):
9361         (DrawIconWindow):
9362         * fvwm/events.c (HandlePropertyNotify):
9363         * libs/Fft.c (FftDrawString):
9364         * libs/Colorset.c (DumpColorset):
9365         (LoadColorset):
9366         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9367         use renamed colorset_struct members
9369         * libs/Colorset.h (colorset_struct):
9370         renamed and re-sorted members and cut down bit field lengths for
9371         percentile members
9373         * fvwm/menustyle.c (menustyle_update):
9374         fixed core dump
9376         * fvwm/stack.c (restack_windows):
9377         fixed flickering when raising transients; can't prevent flickering when
9378         lowering a window completely
9379         (restack_windows):
9380         fixed unnecessary error message
9382         * fvwm/fvwm.c (main):
9383         init Scr to zeros
9385         * fvwm/stack.c (__restack_window):
9386         fixed a stacking problem with icons
9388         * fvwm/add_window.c (destroy_icon):
9389         fixed a memory leak
9391 2002-10-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9393         * fvwm/menuitem.c (menuitem_paint):
9394         * fvwm/menustyle.c (menustyle_parse_style):
9395         * fvwm/menus.c (paint_side_pic):
9396         (paint_menu):
9397         (select_menu_item):
9398         (repaint_transparent_menu):
9399         * fvwm/menustyle.h (MenuLook):
9400         cleaned up menu drawing code, fixed last patch
9402         * fvwm/menuitem.c (menuitem_paint):
9403         * fvwm/menustyle.c (menustyle_parse_style):
9404         fixed HilightBack default
9406         * fvwm/bindings.c (binding_cmd):
9407         (bind_get_bound_button_contexts):
9408         (ParseBinding):
9409         * fvwm/screen.h (ScreenInfo):
9410         fixed mouse bindings with buttons > 5
9412         * fvwm/menuitem.c (menuitem_paint):
9413         * fvwm/menustyle.c (menustyle_parse_style):
9414         (menustyle_parse_style):
9415         (CMD_CopyMenuStyle):
9416         (menustyle_update):
9417         (menustyle_free):
9418         * fvwm/menus.c (repaint_transparent_menu):
9419         * fvwm/menustyle.h:
9420         HilightBack and ActiveFore are now independent
9422 2002-10-18  olicha  <olivier.chapuis@free.fr>
9424         * libs/PictureUtils.c (get_color_index):
9425         (create_mapping_table):
9426         (PictureAllocColorTable):
9427         Use a new distance and method for color approximation. Use 68 colors
9428         for the default under depth 8. I am happy with this, should use a
9429         similar distance method for dithering
9431         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9432         (PictureAllocColorTable):
9433         (PictureDitherByDefault):
9434         (PictureUseBWOnly):
9435         (PictureIitColors):
9436         (PicturePrintColorInfo):
9437         * libs/PictureUtils.h:
9438         Allows -color-limit to work with any visual and depth for testing
9439         propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9441         * fvwm/colorset.c:
9442         Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9444 2002-10-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9446         * fvwm/add_window.c (get_default_window_attributes):
9447         cleaned up
9449         * fvwm/builtins.c (CMD_ChangeDecor):
9450         removed some duplicate redrawing
9452         * fvwm/update.c (apply_decor_change):
9453         suppress duplicate window update upon ChangeDecor
9454         (apply_window_updates):
9455         do not delete the focus window
9457 2002-10-17  olicha  <olivier.chapuis@free.fr>
9459         * NEWS:
9460         A bunch of news
9462         * libs/Colorset.c (CreateBackgroundPixmap):
9463         Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9465         * fvwm/builtins.c (CMD_Colorset):
9466         Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9468 2002-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9470         * fvwm/add_window.c (AddWindow):
9471         * fvwm/update.c (apply_window_updates):
9472         * fvwm/move_resize.c (handle_stick):
9473         (CMD_Stick):
9474         suppress drawing of sticky decorations initially
9475         reduce module communication overhead when (un)sticking windows
9477         * fvwm/borders.c (border_draw_decorations):
9478         * fvwm/window_flags.h:
9479         * fvwm/fvwm.h:
9480         * fvwm/frame.c (frame_create_move_resize_args):
9481         (get_resize_decor_gravities_one_axis):
9482         (frame_mrs_setup_draw_decorations):
9483         (mr_args_internal):
9484         initialize window decorations with a "None" pixmap;
9485         delay drawing window decorations initially to prevent drawing multiple
9486         times;
9487         => windows grabbing the focus upon startup are drawn focused
9488         immediately
9490         * fvwm/frame.c (frame_free_move_resize_args):
9491         reparent the frame hide windows to NoFocusWin instead of Root to
9492         suppress unnecessary ReparentNotify events
9494 2002-10-16  olicha  <olivier.chapuis@free.fr>
9496         * fvwm/fvwm.c (main):
9497         Fixed a typo
9499         * libs/FRender.h:
9500         Fixed compilation with X cvs
9502         * libs/Colorset.c (CreateBackgroundPixmap):
9503         Fixed a GC leak
9505         * fvwm/events.c (HandlePropertyNotify):
9506         * fvwm/colorset.c (update_root_pixmap):
9507         Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9508         to found a root pixmap
9510 2002-10-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9512         * fvwm/bindings.c (bind_get_bound_button_contexts):
9513         another mouse binding fix
9515         * fvwm/conditional.c (CreateConditionMask):
9516         simplified parsing
9517         all conditions have a negation with '!' prepended
9518         (Circulate):
9519         (CMD_All):
9520         (select_cmd):
9521         Current, All, Pick, ThisWindow and PointerWindow imply the
9522         CirculateHitShaded condition.
9524         * fvwm/focus.c (__focus_grab_buttons):
9525         * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9526         fixed bindings using mouse buttons >= 6
9528 2002-10-15  olicha  <olivier.chapuis@free.fr>
9530         * libs/PictureUtils.c (PicturePrintColorInfo):
9531         (print_colormap):
9532         * fvwm/commands.h:
9533         * fvwm/functable.c (func_table):
9534         * fvwm/builtins.c (CMD_PrintInfo):
9535         * fvwm/fvwm.1.in:
9536         New cmd PrintInfo. Only one arg at present time: "Colors"
9538         * fvwm/fvwm.c (main):
9539         Auto detect card with 2 hardware colormaps and choose the best
9540         visual and colormap
9542         * libs/PictureUtils.c (PictureInitColors):
9543         (*):
9544         * libs/PictureUtils.h:
9545         * fvwm/fvwm.c (main):
9546         * libs/PictureBase.c (PictureInitCMapRoot):
9547         (PictureInitCMap):
9548         * libs/PictureBase.h:
9549         Try to support DirectColor visual in a good way, I do not think
9550         this is really useful.
9551         Added a flexible interface function PictureInitColors for
9552         colors allocation initialization.
9553         Some cleanup in color allocation and some preparation for a new
9554         method for saving and freeing colors allocated by images and gradients.
9555         Removed some ifdefed to 0 debug code.
9557         * libs/Picture.c (*):
9558         * libs/Picture.h:
9559         * libs/PictureImageLoader.c (*):
9560         * libs/PictureImageLoader.h:
9561         Replace Root by win
9563 2002-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9565         * fvwm/add_window.c (setup_key_and_button_grabs):
9566         * fvwm/bindings.c (ParseBinding):
9567         (activate_binding):
9568         * fvwm/add_window.c (setup_key_and_button_grabs):
9569         don't grab window context specific bindings anymore; instead, set
9570         Scr.buttons2grab accordingly
9572         * fvwm/bindings.c (activate_binding):
9573         fixed stroke bindings on window context being ignored if no other
9574         action was bound to that context
9576         * fvwm/add_window.c (destroy_icon):
9577         fixed duplicate icon pixmap when switching from NoIconOverride to
9578         IconOverride
9580 2002-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9582         * fvwm/icons.c:
9583         re-indented some code
9584         (AutoPlaceIcon):
9585         fixed random position of icon title for icons with a position hint
9587         * fvwm/fvwm.1.in:
9588         corrected default of Use/NoIconPosition style
9590 2002-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9592         * fvwm/windowlist.c (CMD_WindowList):
9593         fixed random string for iconified windows in the WindowList
9595 2002-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9597         * NEWS:
9598         updated for 2.4.12
9600 2002-10-08  olicha  <olivier.chapuis@free.fr>
9602         * libs/PictureBase.c (*):
9603         (PictureInitCMapRoot)
9604         (PictureSetupWhiteAndBlack):
9605         (PictureWhitePixel):
9606         (PictureBlackPixel):
9607         (PictureDefaultGC):
9608         New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9609         of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9610         New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9611         but always use the root visual and allows to set or not a private
9612         color limit table.
9613         New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9614         but which respects the Pvisual
9616         * libs/PictureGraphics.c (*):
9617         * libs/FScreen.c (FScreenInit):
9618         * libs/FRender.c (FRenderRender):
9619         * libs/Fft.c (FftDrawString):
9620         * fvwm/icons.c (CreateIconWindow):
9621         * fvwm/colorset.c (parse_colorset):
9622         * fvwm/move_resize.c (CMD_XorValue):
9623         * fvwm/colorset.c (alloc_colorset):
9624         * fvwm/fvwm.c (main):
9625         Use the new interface functions and some fix if the fvwm depth !=
9626         the root depth.
9628         * libs/PictureUtils.c (PictureAllocColorTable):
9629         Change the default color table to a 4x4x4 cc + 4 grey
9631 2002-10-07  Dan Espen  <dane@mk.telcordia.com>
9633         * fvwm/fvwm.1.in: Use built-in, not builtin.
9635 2002-10-06  Mikhael Goikhman  <migo@homemail.com>
9637         * configure.in:
9638         s/FvwmNewDebug/FvwmDebug/
9640         * fvwm/commands.h:
9641         * fvwm/conditional.c (CMD_NoWindow):
9642         * fvwm/functable.c:
9643         * NEWS:
9644         new command NoWindow to remove window context
9646         * fvwm/fvwm.1.in:
9647         use "fvwm" spelling, at least in the middle of sentences
9649 2002-10-06  Dan Espen  <dane@mk.telcordia.com>
9651         * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9652         builtin commands.  Use "builtin", not "built in" or "built-in".
9653         Other adjustments.
9655 2002-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9657         * libs/Graphics.c (do_relieve_rectangle):
9658         removed debug message
9660         * fvwm/focus.c (__update_windowlist):
9661         (__set_focus_to_fwin):
9662         fixed reversal of __update_windowlist arguments causing FlipFocus to
9663         break [and maybe other things]
9665 2002-10-05  olicha  <olivier.chapuis@free.fr>
9667         * libs/PictureUtils.c (alloc_color_cube):
9668         It si possible to enable "gamma correction" for colors cubes (disabled,
9669         define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9671         * libs/PictureUtils.c (get_color_index):
9672         (create_mapping_table):
9673         Use a more exact approximation of colors for pur cc without the big
9674         16x16x16 cc
9676         * libs/PictureUtils.c (PictureFreeColors):
9677         Fixed a memory leak
9679         * libs/Graphics.c (CreateGradientPixmap):
9680         (CreateGradientPixmapFromString):
9681         Cleanup
9683 2002-10-04  olicha  <olivier.chapuis@free.fr>
9685         * libs/PictureUtils.c (*):
9686         Used a better color approximation for color cube when we do not dither.
9687         Added some new colors tables: color cube with some grey colors.
9688         Change the default to a 4x4x3 cc with 6 grey (54 colors).
9689         Some visual fixes.
9691         * fvwm/fvwm.c (main):
9692         Fixed the visual option
9694 2002-10-03  Mikhael Goikhman  <migo@homemail.com>
9696         * configure.in:
9697         generate FvwmNewDebug and FvwmGtkDebug
9699 2002-10-02  olicha  <olivier.chapuis@free.fr>
9701         * libs/PictureUtils.c (USED_DIST):
9702         Used the euclidian distance for colors distance
9704         * libs/Fft.c (FftGetFont):
9705         Disable Xft if the Xserver does not support XRender
9707 2002-10-01  olicha  <olivier.chapuis@free.fr>
9709         * libs/Fft.c (FftGetFont):
9710         Disable Xft if the Xserver does not support XRender
9712         * libs/FRender.c (FRenderRender):
9713         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9714         Fixed
9716         * libs/Colorset.c (SetRectangleBackground):
9717         (SetClippedRectangleBackground):
9718         * libs/Colorset.h:
9719         New interface function for drawing a subset of a colorset rectangle
9721 2002-09-26  olicha  <olivier.chapuis@free.fr>
9723         * fvwm/update.c (apply_window_updates):
9724         Fixed icons colorset update
9726         * libs/FRender.c (FRenderRender):
9727         Fixed bitmap rendering
9729         * fvwm/update.c (apply_window_updates):
9730         * fvwm/geometry.c (move_icon_to_position):
9731         * fvwm/events.c (HandleEnterNotify):
9732         (HandleExpose):
9733         (HandleLeaveNotify):
9734         (HandlePropertyNotify):
9735         * fvwm/add_window.c (setup_icon_font):
9736         * fvwm/icons.c (DrawIconWindow):
9737         (DrawIconTitleWindow):
9738         (DrawIconPixmapWindow):
9739         (ChangeIconPixmap):
9740         (RedoIconName):
9741         Fixed focus/unfocus flickering
9743 2002-09-25  olicha  <olivier.chapuis@free.fr>
9745         * fvwm/icons.c (DrawIconTitleWindow):
9746         One more drawing fix
9748 2002-09-24  olicha  <olivier.chapuis@free.fr>
9750         * fvwm/icons.c (DrawIconTitleWindow):
9751         An other drawing fix
9753 2002-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9755         * fvwm/move_resize.c (__move_loop):
9756         fixed uninitialised variable
9757         (InteractiveMove):
9758         fixed starting move at random position
9760 2002-09-24  olicha  <olivier.chapuis@free.fr>
9762         * fvwm/update.c (apply_window_updates):
9763         * fvwm/geometry.c (move_icon_to_position):
9764         * fvwm/events.c (HandleEnterNotify):
9765         (HandleExpose):
9766         (HandleLeaveNotify):
9767         (HandlePropertyNotify):
9768         * fvwm/add_window.c (setup_icon_font):
9769         * fvwm/icons.c (DrawIconWindow):
9770         (DrawIconTitleWindow):
9771         (DrawIconPixmapWindow):
9772         (ChangeIconPixmap):
9773         (RedoIconName):
9774         Fixed icon drawing. Split icon window drawing.
9776         * libs/FRender.c (*):
9777         Fixed compilation and small clean up
9779 2002-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9781         * fvwm/conditional.c (CreateFlagString):
9782         fixed quoting in conditional command conditions
9784         * fvwm/menus.c (__mloop_handle_event):
9785         removed unnecessary querying of pointer position on button release in
9786         menus
9787         (__menu_loop):
9788         fixed posting menus
9790         * fvwm/bindings.c (ParseBinding):
9791         increased maximum allowed key symbol name length to 200 characters
9793         * fvwm/execcontext.h (enum):
9794         * fvwm/fvwm.c (Done):
9795         (SetRCDefaults):
9796         (main):
9797         (StartupStuff):
9798         use new contexts
9800         * fvwm/execcontext.h (enum):
9801         added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9803         * fvwm/menus.c (pop_menu_up):
9804         fixed accidental menu animation with certain menu position hints
9806 2002-09-23  olicha  <olivier.chapuis@free.fr>
9808         * libs/FRender.c (*):
9809         Fixed(?) XRender rendering with some Xserver
9811         * fvwm/update.c (apply_window_updates):
9812         * fvwm/geometry.c (move_icon_to_position):
9813         * fvwm/events.c (HandleEnterNotify):
9814         (HandleExpose):
9815         (HandleLeaveNotify):
9816         (HandlePropertyNotify):
9817         * fvwm/add_window.c (setup_icon_font):
9818         * fvwm/icons.c (DrawIconWindow):
9819         (ChangeIconPixmap):
9820         (RedoIconName):
9821         Clip text and icon drawing for the icons
9823 2002-09-21  Mikhael Goikhman  <migo@homemail.com>
9825         * NEWS:
9826         * libs/System.c:
9827         Path commands now support form: "path1;ext1:path2:path3;ext3"
9828         where ext1 (for example, ".png") means all files in path1 should
9829         be forced to have extention ".png" even if the requested icon
9830         has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9832         * fvwm/execcontext.h:
9833         small changes in latters used for EXCT_* constants
9835         * fvwm/module_interface.c:
9836         * libs/Picture.c:
9837         * libs/PictureBase.c:
9838         * fvwm/cursor.c:
9839         some spacing reindentation
9841 2002-09-21  olicha  <olivier.chapuis@free.fr>
9843         * libs/FRender.c (FRenderCompositeAndCheck):
9844         Temporally take GraphicsExposure in account
9846 2002-09-20  Mikhael Goikhman  <migo@homemail.com>
9848         * libs/vpacket.h:
9849         fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9851 2002-09-20  olicha  <olivier.chapuis@free.fr>
9853         * fvwm/icons.c (GetIconPicture):
9854         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9855         Fixed the alpha channel
9857 2002-09-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9859         * NEWS:
9860         updated for 2.4.11
9862 2002-09-20  olicha  <olivier.chapuis@free.fr>
9864         * libs/FRender.c (FRenderTintPicture):
9865         (FRenderTintRectangle):
9866         (FRenderRender):
9867         * libs/FRenderInterface.h:
9868         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9869         Make FRender code more modular. Add a 24+8 tinting method and enable it
9870         in the place of the 32 tinting method (which can be enabled by defining
9871         USE_ABSOLUTE_FORMATE)
9873 2002-09-19  olicha  <olivier.chapuis@free.fr>
9875         * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9876         (animated_move_back):
9877         (pop_menu_up):
9878         (repaint_transparent_menu):
9879         * fvwm/move_resize.c (AnimatedMoveOfWindow):
9880         (AnimatedMoveAnyWindow):
9881         * fvwm/move_resize.h:
9882         Support the new colorset transparent options and fix greyed item
9883         of transparent animated menus
9885         * fvwm/menus.c (pop_menu_up):
9886         (animated_move_back):
9888         * libs/Rectangles.c:
9889         * libs/Rectangles.h:
9890         * libs/Makefile.am:
9891         New libs files for rectangles, segments, regions ..etc
9893         * fvwm/menus.c (clear_expose_menu_area):
9894         (get_menu_paint_item_parameters):
9895         (paint_menu):
9896         (select_menu_item):
9897         (ParentalMenuRePaint):
9898         (ParentalMenuRePaint):
9899         * fvwm/menuitem.c (clear_menu_item_background):
9900         (menuitem_paint):
9901         * fvwm/menuitem.h (MenuPaintItemParameters):
9902         Clip the item icons and text drawing
9904         * fvwm/menus.c (__mloop_exit):
9905         Fixed an indirect uninitialized variable bug
9907         * fvwm/menus.c (__mloop_handle_event): *
9908         (__mloop_handle_action_with_mi): *
9909         Update some comments
9911         * libs/FRender.c (FRenderVisualInit):
9912         (FRenderRender):
9913         * fvwm/colorset.c (parse_colorset):
9914         Small clean up
9916 2002-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9918         * fvwm/menus.c (__menu_loop):
9919         (__mloop_handle_action_with_mi):
9920         fixed parent menu redrawing
9922         * fvwm/style.c (check_window_style_change):
9923         * fvwm/update.c (apply_window_updates):
9924         * fvwm/add_window.c (setup_icon_size_limits):
9925         honour changes in IconSize style without recapture
9927         * fvwm/focus.c (focus_query_open_grab_focus):
9928         * fvwm/events.c (HandlePropertyNotify):
9929         * fvwm/add_window.c (setup_transientfor):
9930         take care of various funny initial transientfor settings
9932         * fvwm/stack.c (__raise_lower_recursion):
9933         new function
9934         fixed stacking core dump
9936 2002-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9938         * libs/Graphics.c:
9939         ANSI C fixes
9941         * configure.in:
9942         added a program that tests for -Werror option and similar; bug out of
9943         configure if the test program doesn't compile
9945 2002-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9947         * fvwm/fvwm.1.in:
9948         * configure.in:
9949         add a "do not edit" warning at the beginning of the man page
9951         * configure.in:
9952         enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9954         * libs/FScreen.c (XineramaQueryScreens):
9955         fixed linking problem when compiling without Xinerama
9957         * fvwm/cursor.c (CMD_CursorStyle):
9958         fixed cursorstyle command being applied to windows without handles
9960         * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9961         (EWMH_ProcessPropertyNotify):
9962         * fvwm/gnome.h (GNOME_ProcessClientMessage):
9963         (GNOME_HandlePropRequest):
9964         fixed dummy macros when compiling without gnome/ewmh support
9966 2002-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9968         * libs/queue.c (fqueue_add_inside):
9969         add a new command with the same execution time as a previous one behind
9970         it
9972         * configure.in:
9973         override CFLAGS and CPPFLAGS with empty strings instead of generating an
9974         error message
9976         * fvwm/functions.c (__execute_function):
9977         * fvwm/execcontext.h (exec_context_type_t):
9978         replace enum values with letters for readability
9980         * fvwm/functions.c (__execute_function):
9981         improved command log output
9983         * fvwm/schedule.c (execute_obj_func):
9984         fixed schedule queue timing
9986         * configure.in:
9987         refuse to run configure if CFLAGS is not empty
9989 2002-09-16  Mikhael Goikhman  <migo@homemail.com>
9991         * fvwm/misc.c:
9992         fixed compilation with --enable-command-log; simplified fvwm_msg()
9994         * libs/Module.c:
9995         reformatted; don't send end-of-line with SET_*MASK
9997 2002-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9999         * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
10000         fixed multipixmap title drawing
10002         * fvwm/frame.h (struct):
10003         * fvwm/frame.c (frame_get_titlebar_dimensions):
10004         removed unused code
10006         * fvwm/events.c (HandlePropertyNotify):
10007         applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
10009         * libs/Fft.c (FftDrawString):
10010         -Wall fix when compiling w/o Xft
10012 2002-09-15  olicha  <olivier.chapuis@free.fr>
10014         * libs/Colorset.c (CreateBackgroundPixmap):
10015         Fixed a dpy problem with FvwmBacker
10016         * libs/Colorset.c (CreateBackgroundPixmap):
10017         Fixed creation a root transparent pixmap for small root pixmap
10019 2002-09-14  olicha  <olivier.chapuis@free.fr>
10021         * libs/Fft.c (FftDrawString):
10022         Fixed clip region with shadow font
10024         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
10025         Added a function to create translucent pixmaps
10026         * libs/Colorset.c (CreateBackgroundPixmap):
10027         A small fix
10028         * libs/FRender.c (FRenderRender):
10029         Allows to use the root window as src pixmap
10031 2002-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10033         * fvwm/fvwm.1.in:
10034         Fixed open double quotes in ButtonState section
10036 2002-09-13  Dan Espen  <dane@mk.telcordia.com>
10038         * fvwm/fvwm.1.in: Add -cmd module timeout information.
10040 2002-09-13  olicha  <olivier.chapuis@free.fr>
10042         * libs/Colorset.c (CreateBackgroundPixmap):
10043         (UpdateBackgroundTransparency):
10044         (SetRectangleBackground):
10045         * libs/Colorset.h:
10046         * fvwm/colorset.c (*):
10047         * fvwm/colorset.h:
10048         * fvwm/events.c (HandlePropertyNotify):
10049         Starting implementation of RootTransparent colorset. Worked on
10050         tinted Transparent colorset. Various colorset parsing fixes.
10052         * libs/Fft.c (FftDrawString):
10053         * libs/Flocale.h:
10054         Added the possibility to draw with a clipping region.
10056         * libs/FRender.c (FRenderRender):
10057         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
10058         (PCreateRenderPixmap):
10059         (PGraphicsCreateTransprency):
10060         (PGraphicsTintRectangle):
10061         Improve current rendering functions to be able to tint the
10062         ParentalRelative pixmap or the background of a window.
10063         Re-enabled XRender rendering.
10065         * fvwm/borders.c:
10066         remove a #if 0 debug "render" code
10068 2002-09-13  Mikhael Goikhman  <migo@homemail.com>
10070         * fvwm/builtins.c (ReadTitleButton):
10071         * fvwm/screen.h:
10072         new button state shortcuts AllNormal, AllToggled,
10073         AllActive, AllInactive, AllUp, AllDown
10075         * fvwm/module_interface.c:
10076         minor reformatting
10078         * acconfig.h:
10079         possibly fixed compilation with non gcc
10081 2002-09-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10083         * fvwm/focus.c (_focus_grab_buttons):
10084         (__focus_grab_buttons):
10085         renamed
10086         (__focus_grab_one_button):
10087         grab all modifier combinations on client windows by default if
10088         necessary; this saves a lot of traffic but may grab unnecessary
10089         modifiers with mouse bindings on the client window
10091         * fvwm/fvwm.1:
10092         * libs/defaults.h (DEF_FP_MODIFIERS):
10093         * fvwm/events.c (__handle_focus_raise_click):
10094         * fvwm/style.c (style_parse_focus_policy_style):
10095         * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
10096         default is now to use any modifiers for clicktofocus/raise purposes
10098         * fvwm/menus.c (__mloop_get_event):
10099         fixed menu hang
10100         (menu_tear_off):
10101         fixed tear off menus
10103         * libs/FEvent.c (FCheckIfEvent):
10104         (FCheckMaskEvent):
10105         (FCheckTypedEvent):
10106         (FCheckTypedWindowEvent):
10107         (FCheckWindowEvent):
10108         fixed FCheck...Event functions thus fixing Menu command behaving like
10109         Popup
10111         * fvwm/move_resize.c (InteractiveMove):
10112         fixed offset between pointer and window when dragging
10114         * fvwm/virtual.c (HandlePaging):
10115         * fvwm/icons.c (CMD_Iconify):
10116         * fvwm/move_resize.c (InteractiveMove):
10117         * fvwm/menus.c (get_menu_options):
10118         (get_menu_options):
10119         * libs/FScreen.c (GetMouseXY):
10120         use new function fev_get_evpos_or_query()
10122         * libs/Makefile.am:
10123         * libs/Pointer.c:
10124         removed file
10126         (GetLocationFromEventOrQuery):
10127         moved to FEvent.c and renamed to fev_get_evpos_or_query()
10128         * libs/FEvent.c (fev_set_evpos):
10129         new function
10131         * fvwm/functions.c (__execute_function):
10132         (execute_complex_function):
10133         fixed complex action clicking logic
10135         * fvwm/add_window.c (CaptureOneWindow):
10136         fixed RecaptureWindow
10137         (CaptureAllWindows):
10138         fixed Restart
10140         * fvwm/functable.c (func_table):
10141         fixed running RecaptureWindow without a context window
10143         * fvwm/conditional.c (circulate_cmd):
10144         fixed action to run
10146         * fvwm/events.c (HandleVisibilityNotify):
10147         fixed VisibilityNotify handling
10149         * fvwm/functions.c (execute_complex_function):
10150         fixed memory corruption
10151         (__execute_function):
10152         fixed using wrong context
10153         (__execute_function):
10154         removed conditional that was always true now
10155         (DeferExecution):
10156         fixed core dump
10158         * fvwm/module_interface.c (ExecuteModuleCommand):
10159         initialise module number
10161 2002-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10163         * fvwm/add_window.c (CaptureOneWindow):
10164         fixed memory corruption
10166         * fvwm/icons.c (Iconify):
10167         (DeIconify):
10168         fixed bug introduced with transient stacking patch
10170         * fvwm/functions.c (DeferExecution):
10171         (__execute_function):
10172         (execute_complex_function):
10173         cleaned up and optimized exec_context handling
10175         * fvwm/schedule.c:
10176         * fvwm/menucmd.c:
10177         * fvwm/update.c:
10178         * fvwm/windowlist.c:
10179         * fvwm/conditional.c:
10180         * fvwm/focus.c:
10181         * fvwm/functions.c:
10182         * fvwm/placement.c:
10183         * fvwm/colorset.c:
10184         * fvwm/stack.c:
10185         * fvwm/virtual.c:
10186         * fvwm/module_interface.c:
10187         * fvwm/icons.c:
10188         * fvwm/builtins.c:
10189         * fvwm/add_window.c:
10190         * fvwm/move_resize.c:
10191         * fvwm/fvwm.h (F_CMD_ARGS):
10192         (F_PASS_ARGS):
10193         completely removed the builtin command arguments fw, w, and context
10195         * fvwm/functions.c (DeferExecution):
10196         fixed core dump
10198         * fvwm/stack.c (BroadcastRestack):
10199         removed global lastTimestamp
10201         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10202         (EWMH_ProcessPropertyNotify):
10203         (ewmh_WMStateShaded):
10204         (ewmh_WMStateSticky):
10205         (ewmh_WMStateHidden):
10206         (ewmh_WMState):
10207         (ewmh_MoveResize):
10208         (ewmh_WMDesktop):
10209         (ewmh_CloseWindow):
10210         (ewmh_DesktopGeometry):
10211         (ewmh_ActiveWindow):
10212         use new function interface
10214         * fvwm/menus.c (do_menu):
10215         * fvwm/menucmd.c (menu_func):
10216         * fvwm/windowlist.c (CMD_WindowList):
10217         use new function interface
10218         replaced "(XEvent *)1" hack with a regular flag
10220 2002-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10222         * fvwm/add_window.c (destroy_window):
10223         * fvwm/update.c (destroy_scheduled_windows):
10224         * fvwm/screen.h (ScreenInfo):
10225         new member is_executing_menu_function
10227         * fvwm/windowlist.c (CMD_WindowList):
10228         * fvwm/menucmd.c (menu_func):
10229         * fvwm/gnome.c (CMD_GnomeButton):
10230         (GNOME_ProcessClientMessage):
10231         (GNOME_HandlePropRequest):
10232         * fvwm/modconf.c (CMD_Send_ConfigInfo):
10233         * fvwm/update.c (apply_window_updates):
10234         * fvwm/repeat.c (CMD_Repeat):
10235         * fvwm/conditional.c (circulate_cmd):
10236         (CMD_Prev):
10237         (CMD_Next):
10238         (CMD_None):
10239         (CMD_Any):
10240         (CMD_Current):
10241         (CMD_Cond):
10242         (CMD_CondCase):
10243         (select_cmd):
10244         (CMD_All):
10245         (CMD_Direction):
10246         (CMD_WindowId):
10247         * fvwm/focus.c (warp_to_fvwm_window):
10248         (CMD_WarpToWindow):
10249         * fvwm/read.c (run_command_stream):
10250         (run_command_file):
10251         (CMD_Read):
10252         (CMD_PipeRead):
10253         * fvwm/fvwm.c (Done):
10254         (SetRCDefaults):
10255         (StartupStuff):
10256         (main):
10257         use new function interface
10258         (main):
10259         fixed running startup script under random module number
10261         * fvwm/functions.c (execute_function_override_window):
10262         * fvwm/functions.c (execute_function_override_wcontext):
10263         new convenience functions
10265         * fvwm/gnome.c:
10266         * fvwm/modconf.c:
10267         * fvwm/session.c:
10268         re-indented
10270         * fvwm/module_interface.c (CMD_Send_WindowList):
10271         (CMD_set_mask):
10272         (CMD_set_sync_mask):
10273         (CMD_set_nograb_mask):
10274         fixed core dumps
10275         don't use "Module" argument anymore
10276         (ExecuteModuleCommand):
10277         made static
10278         use new function interface
10280         * fvwm/add_window.c (CaptureOneWindow):
10281         (do_recapture):
10282         (CaptureAllWindows):
10283         * fvwm/events.c (HandleMapRequestKeepRaised):
10284         * fvwm/add_window.c (AddWindow):
10285         AddWindow takes executiuon context as its argument instead of the
10286         window; changed caller
10287         don't use "Event" anymore
10289         * fvwm/fvwm.c (StartupStuff):
10290         generate an execution context for startup
10292         * fvwm/move_resize.c (DoResize):
10293         (__resize_step):
10294         (moveLoop):
10295         (__move_loop):
10296         renamed and used new function interface in args
10298         * fvwm/geometry.c (constrain_size):
10299         added XEvent *e argument to remove use of global "Event"; changed all
10300         callers
10302 2002-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10304         * fvwm/stack.c (get_next_window_in_stack_ring):
10305         (get_prev_window_in_stack_ring):
10306         (get_transientfor_fvwmwindow):
10307         * fvwm/icons.c (SetMapStateProp):
10308         * fvwm/events.c (fake_map_unmap_notify):
10309         * fvwm/misc.c (IsRectangleOnThisPage):
10310         * fvwm/menus.c (menu_enter_tear_off_menu):
10311         (menu_close_tear_off_menu):
10312         * fvwm/icons.c (DrawIconWindow):
10313         * fvwm/focus.c:
10314         * fvwm/colormaps.c (InstallWindowColormaps):
10315         made FvwmWindow * arguments const in many functions
10317         * fvwm/menus.c (pop_menu_up):
10318         (pop_menu_down):
10319         (__mloop_do_menu):
10320         (__mloop_do_popup):
10321         (do_menu):
10322         (menu_enter_tear_off_menu):
10323         (__mloop_get_event):
10324         (__mloop_get_event_timeout_loop):
10325         (__mloop_do_menu):
10326         (__mloop_get_mi_actions):
10327         (is_double_click):
10328         * fvwm/events.c (HandleEnterNotify):
10329         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10330         (__move_window):
10331         (__move_loop):
10332         (__resize_step):
10333         (__resize_window):
10334         * fvwm/functions.c (DeferExecution):
10335         (__execute_function):
10336         * fvwm/windowlist.c (CMD_WindowList):
10337         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10338         * fvwm/module_interface.c (CMD_ModuleSynchronous):
10339         (ExecuteModuleCommand):
10340         * fvwm/builtins.c (CMD_Wait):
10341         * fvwm/events.c (WaitForButtonsUp):
10342         (HandleShapeNotify):
10343         (HandleVisibilityNotify):
10344         (HandleUnmapNotify):
10345         (HandleSelectionRequest):
10346         (HandleReparentNotify):
10347         (HandlePropertyNotify):
10348         (HandleMotionNotify):
10349         (HandleMapRequestKeepRaised):
10350         (HandleMapRequest):
10351         (HandleMappingNotify):
10352         (HandleMapNotify):
10353         (HandleLeaveNotify):
10354         (HandleKeyPress):
10355         (HandleFocusOut):
10356         (HandleFocusIn):
10357         (HandleExpose):
10358         (HandleEnterNotify):
10359         (HandleDestroyNotify):
10360         (HandleColormapNotify):
10361         (HandleClientMessage):
10362         (HandleButtonRelease):
10363         (HandleButtonPress):
10364         (__handle_bpress_on_root):
10365         (__handle_bpress_action):
10366         (__handle_click_to_raise):
10367         (__handle_click_to_focus):
10368         (__is_bpress_window_handled):
10369         (__handle_focus_raise_click):
10370         don't use "Event", "Fw" and old_execute_function() anymore
10372         * fvwm/events.c (dispatch_event):
10373         removed preserve_tmpwin argument; changed all callers
10375         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10376         fixed random focus member of faked event
10378         * fvwm/gnome.c (GNOME_ProcessClientMessage):
10379         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10380         (EWMH_ProcessPropertyNotify):
10381         * fvwm/move_resize.c (DisplaySize):
10382         (DisplayPosition):
10383         (position_geometry_window):
10384         * fvwm/geometry.c (get_window_borders):
10385         (get_window_borders_no_title):
10386         made args const
10388         * fvwm/events.c (dispatch_event):
10389         create event execution context
10390         (HandleClientMessage):
10391         removed useless local "button"
10392         (GetContext):
10393         don't fiddle with global Fw anymore; added argument to return context
10394         window; changed all callers
10396         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10397         * fvwm/move_resize.c (__resize_window):
10398         use new event handle interface
10400         * fvwm/events.c:
10401         * fvwm/eventhandler.h:
10402         new event handler interface
10404         * fvwm/functions.c (CMD_Plus):
10405         * fvwm/builtins.c (AddToDecor):
10406         (CMD_AddToDecor):
10407         (CMD_DestroyDecor):
10408         use F_CMD_ARGS in AddToDecor
10409         (CMD_StrokeFunc):
10410         removed useless check for realloc return value
10411         use new function interface
10412         fixed another memory leak
10414         * fvwm/builtins.c (__remove_window_decors):
10415         replace old_execute_function with execute_function
10417         * fvwm/add_window.c (setup_window_placement):
10418         * fvwm/placement.c (PlaceWindow):
10419         * fvwm/schedule.c (execute_obj_func):
10420         * fvwm/colorset.c (add_to_junk):
10421         use new function call interface
10423         * fvwm/fvwm.h (F_EXEC_ARGS):
10424         (F_PASS_EXEC_ARGS):
10425         removed now unused macros
10427         * fvwm/functions.c (CheckActionType):
10428         (cf_cleanup):
10429         (DeferExecution):
10430         (__execute_function):
10431         (__run_complex_function_items):
10432         (execute_complex_function):
10433         rewrote function call interface
10435         * fvwm/functions.c (__run_complex_function_items):
10436         new function split off from execute_complex_function
10438         * fvwm/externs.h:
10439         * fvwm/events.c:
10440         removed "Event" global
10442 2002-09-08  Dan Espen  <dane@mk.telcordia.com>
10444         * fvwm/fvwm.1.in: Language check.
10446 2002-09-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10448         * fvwm/functions.c (old_execute_function):
10449         removed
10451         * fvwm/module_interface.c (do_execute_module):
10452         don't write module argument anymore; code claimed that writing 0 into
10453         *Module prevented WaitForButtonsUp from being called, but that was
10454         either a lie or a relic of the past
10456         * fvwm/fvwm.h (exec_func_args_type):
10457         removed type
10458         (F_CMD_ARGS):
10459         (F_PASS_ARGS):
10460         removed *Module argument
10462         * fvwm/functions.c (__execute_function):
10463         new interface
10465         * fvwm/functions.h (enum):
10466         added more function execution falgs
10468         * fvwm/fvwm.h:
10469         add exec_context_t *exc to builtin arguments
10471         * libs/FEvent.c (fev_copy_last_event):
10472         new function
10474         * fvwm/execcontext.h:
10475         * fvwm/execcontext.c:
10476         new files introducing the "exec_context_t" structure that shall replace
10477         the builtin command interface
10479         * fvwm/stack.c (__RaiseOrLowerWindow):
10480         (RaiseOrLowerWindow):
10481         (__restack_window):
10482         (mark_transient_subtree):
10483         (__sort_transient_ring):
10484         properly handle restacking of windows with more than one transient and
10485         multiple levels of transients at the same time
10486         (__RaiseOrLowerWindow):
10487         (RaiseOrLowerWindow):
10488         renamed function and added wrapper
10490         * fvwm/fvwm.h (FvwmWindow):
10491         added new scratch registers
10493 2002-09-06  Mikhael Goikhman  <migo@homemail.com>
10495         * configure.in:
10496         * Makefile.am:
10497         minor improvements in the new release procedure
10499 2002-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10501         * fvwm/stack.c (RaiseOrLowerWindow):
10502         (__restack_window):
10503         (mark_transient_subtree):
10504         (must_move_transients):
10505         (is_on_top_of_layer_ignore_rom):
10506         handle restacking trees of transient windows; still does not work too
10507         well if a window has multiple transients at the same time
10509 2002-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10511         * fvwm/stack.h:
10512         * fvwm/stack.c:
10513         restored versions from before 9th of September
10514         (RaiseOrLowerWindow):
10515         fixed StackTransientParent style without RaiseTransient or
10516         LowerTransient on transient_for window
10517         StackTransientParent works only on window in the same layer
10518         (mark_transient_subtree):
10519         fixed handling of window group hint w/ iconify
10520         (restack_windows):
10521         (RaiseOrLowerWindow):
10522         (new_layer):
10523         fixed flickering when overlapping transients aree lowered
10525         * fvwm/move_resize.c (__resize_window):
10526         * fvwm/colorset.c (add_to_junk):
10527         cleaned up event handling
10529         * fvwm/move_resize.c (__resize_window):
10530         renamed function and changed callers
10532         * fvwm/fvwm.h (F_PASS_ARGS):
10533         (F_CMD_ARGS):
10534         removed eventp command argument
10536         * fvwm/events.c (DispatchEvent):
10537         (dispatch_event):
10538         renamed function, added event argument and changed all callers
10540         * libs/FEvent.c (fev_fake_event):
10541         * libs/FEvent.c (fev_get_evtype__remove_me):
10542         new functions
10544         * fvwm/menus.c (menuShortcuts):
10545         (is_double_click):
10546         (pop_menu_up):
10547         (pop_menu_up):
10548         (pop_menu_down):
10549         (pop_menu_down):
10550         (__mloop_init):
10551         (__mloop_get_event_timeout_loop):
10552         (__mloop_get_event):
10553         (__mloop_do_popup):
10554         (__mloop_do_popup):
10555         (do_menu):
10556         * fvwm/builtins.c (CMD_FakeClick):
10557         * fvwm/functions.c (CheckActionType):
10558         (CheckActionType):
10559         * fvwm/focus.c (__try_program_focus):
10560         (__try_program_focus):
10561         * fvwm/icccm2.c (SetupICCCM2):
10562         * fvwm/virtual.c (HandlePaging):
10563         * fvwm/module_interface.c (make_vpacket):
10564         (make_new_vpacket):
10565         * fvwm/schedule.c (squeue_get_next_ms):
10566         (squeue_get_next_ms):
10567         (CMD_Schedule):
10568         * fvwm/stack.c (BroadcastRestack):
10569         * fvwm/move_resize.c (resize_window):
10570         (moveLoop):
10571         * libs/FEvent.c (fev_get_evtime):
10572         removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10574         * fvwm/events.c (HandleEnterNotify):
10575         (DispatchEvent):
10576         (My_XNextEvent):
10577         (discard_events):
10578         (discard_window_events):
10579         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10580         (moveLoop):
10581         (resize_window):
10582         * fvwm/menus.c (__mloop_get_event):
10583         * fvwm/virtual.c (HandlePaging):
10584         (MoveViewport):
10585         * fvwm/functions.c (DeferExecution):
10586         (CheckActionType):
10587         * fvwm/misc.c (get_server_time):
10588         * fvwm/builtins.c (CMD_StrokeFunc):
10589         * fvwm/menus.c (pop_menu_up):
10590         (pop_menu_down):
10591         (__mloop_init):
10592         * libs/FEvent.c (fev_update_last_timestamp):
10593         removed StashEventTime function; handle this directly in FEvent.c
10595         * fvwm/module_interface.c (ExecuteModuleCommand):
10596         * fvwm/misc.c (Keyboard_shortcuts):
10597         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10598         * fvwm/events.c (handle_all_expose):
10599         (dispatch_event):
10600         (HandleEvents):
10601         (HandleKeyPress):
10602         don't use Event global anymore
10604         * fvwm/bindings.c (activate_binding):
10605         fixed key bindings on window corners
10607         * libs/fvwmlib.h (C_DECOR):
10608         context including all parts of the decorations
10610 2002-09-04  Mikhael Goikhman  <migo@homemail.com>
10612         * libs/FEvent.h:
10613         fixed compilation warning in #endif comment
10615         * fvwm/borders.c:
10616         removed debug fprintf
10618         * acconfig.h:
10619         * configure.in:
10620         * fvwm/fvwm.c:
10621         * fvwm/fvwm.1:
10622         another solution for reporting the cvs status
10624 2002-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10626         * configure.in (LIBOBJS):
10627         * acinclude.m4 (smr_SWITCH):
10628         fix for autoconf 2.53
10630         * fvwm/*.[ch]:
10631         removed unnecessary includes
10633         * fvwm/Makefile.am (fvwm_SOURCES):
10634         * fvwm/events.h:
10635         * fvwm/eventmasks.h:
10636         * fvwm/eventhandlers.h:
10637         new files split from events.h
10639         * fvwm/icccm2.c (HandleSelectionRequest):
10640         (HandleSelectionClear):
10641         * fvwm/colormaps.c (HandleColormapNotify):
10642         * fvwm/menus.c (menu_tear_off):
10643         * fvwm/move_resize.c (resize_window):
10644         * fvwm/events.c:
10645         * fvwm/events.h:
10646         new argument avh_args_t to the event handler functions; still unused
10647         moved all event handlers to events.c
10648         remove now unnecessary includes in some files
10650         * fvwm/icccm2.c (HandleSelectionRequest):
10651         re-indented file
10653         * **/*.c:
10654         use replacements for X event functions everywhere
10656 2002-09-03  Mikhael Goikhman  <migo@homemail.com>
10658         * fvwm/defaults.h:
10659         * fvwm/screen.h:
10660         * fvwm/borders.c (border_flags_to_button_state):
10661         (CMD_ButtonState):
10662         * fvwm/builtins.c (ReadTitleButton):
10663         * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10664         * fvwm/fvwm.c (InitVariables):
10665         Imlemented new title and button states InactiveUp and InactiveDown,
10666         new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10667         So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10668         Updated all ButtonStyle, TitleStyle and ButtonState commands.
10670         * fvwm/fvwm.c:
10671         reformat license info in -version to be 3 lines and one empty line
10672         instead of 5 non-empty lines, for readability
10674 2002-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10676         * libs/FEvent.c:
10677         * libs/FEvent.h:
10678         * libs/Makefile.am:
10679         new files
10681         * fvwm/stack.c (__raise_or_lower_recursion):
10682         (RaiseOrLowerWindow):
10683         split into two functions
10684         renamed to __raise_or_lower_window
10685         (mark_transient_subtree):
10686         new flag MARK_CLEAR
10687         (position_new_window_in_stack_ring):
10688         (RaiseWindow):
10689         (LowerWindow):
10690         cleaned up stacking code
10692         * fvwm/menus.c (paint_menu):
10693         fixed a minor drawing problem with menu item reliefs
10695 2002-09-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10697         * fvwm/move_resize.c (InteractiveMove):
10698         removed eventp from interface
10699         changed all callers
10701         * fvwm/menucmd.c (menu_func):
10702         * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10703         * fvwm/windowlist.c (CMD_WindowList):
10704         * fvwm/read.c (run_command_file):
10705         (run_command_stream):
10706         * fvwm/focus.c (warp_to_fvwm_window):
10707         * libs/Event.c (GetSubwindowFromEvent):
10708         * fvwm/events.c (GetContext):
10709         * libs/Pointer.c (GetLocationFromEventOrQuery):
10710         * fvwm/builtins.c (CMD_StrokeFunc):
10711         (CMD_StrokeFunc):
10712         * fvwm/events.c (StashEventTime):
10713         * fvwm/move_resize.c (InteractiveMove):
10714         * fvwm/functions.c (DeferExecution):
10715         (old_execute_function):
10716         * fvwm/fvwm.h (F_CMD_ARGS):
10717         (F_EXEC_ARGS):
10718         make eventp argument const to ease clean up work
10720         * fvwm/windowlist.c (CMD_WindowList):
10721         * fvwm/move_resize.c (InteractiveMove):
10722         * fvwm/menucmd.c (menu_func):
10723         * fvwm/icons.c (CMD_Iconify):
10724         always query pointer position in case a script modified the position
10725         in the input event
10727         * fvwm/focus.c (SetPointerEventPosition):
10728         removed function since it modifies the global event variable
10730         * fvwm/functable.c (func_table):
10731         added cursor and event type members fo DeferExecution call
10732         * fvwm/functions.c (DeferExecution):
10733         made static, call from inside functions.c only
10734         removed calls everywhere
10736         * fvwm/builtins.c (CMD_StrokeFunc):
10737         fixed memory leak
10739         * fvwm/virtual.c (HandlePaging):
10740         (MoveViewport):
10741         don't use global "Event" anymore
10742         (HandlePaging):
10743         pass in event structure through arguments
10744         changed all callers
10746 2002-09-02  olicha  <olivier.chapuis@free.fr>
10748         * libs/Colorset.c (*):
10749         * libs/Colorset.h:
10750         * libs/colorset.c (parse_colorset):
10751         * libs/PictureGraphics.c (PGrabXImage):
10752         (PCreateRenderPixmap):sx
10753         (PGraphicsCreateTransprency):
10754         * libs/PictureGraphics.h:
10755         An experimental implementation of ParentalRelative tinted background
10757         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10758         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10759         (PImageLoadPng):
10760         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10761         * libs/FRenderInit.c (FRenderInit):
10762         (FRenderGetAlphaDepth):
10763         * libs/FRenderInit.h:
10764         Fixed alpha blending for xserver without depth 8 pixmap
10765         (maybe a tmp fix)
10767         * fvwm/fvwm.1.in
10768         typo
10770 2002-09-01  olicha  <olivier.chapuis@free.fr>
10772         * NEWS:
10773         Colorset and alpha blending news
10775 2002-08-31  olicha  <olivier.chapuis@free.fr>
10777         * libs/Ficonv.c (convert_charsets):
10778         Fixed compilation on systems that do not have EILSEQ
10780 2002-08-30  olicha  <olivier.chapuis@free.fr>
10782         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10783         Fixed compilation of certain modules
10785         * fvwm/borders.c (border_render_into_pixmap):
10786         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10787         * libs/PictureGraphics.h:
10788         * libs/Graphics.c (CreateStretchPixmap):
10789         (CreateStretchYPixmap):
10790         (CreateStretchXPixmap):
10791         Progress with masks in multipixmap title
10793         * libs/PictureGraphics.c (PCopyArea):
10794         (PTileRectangle):
10795         (PCreateRenderPixmap):
10796         * fvwm/borders.c (border_fill_pixmap_background):
10797         Some drawing fixes
10799         * fvwm/icons.c (DrawIconWindow):
10800         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10801         Fixed the shape mask of ewmh icons and icons with some alpha
10803 2002-08-30  olicha  <olivier.chapuis@free.fr>
10805         * libs/PictureGraphics.c (PCreateRenderPixmap):
10806         (PGrabImageErrorHandler):
10807         (PGraphicsCopyPixmaps):
10808         (PGraphicsCopyFvwmPicture):
10809         (PGraphicsTileRectangle):
10810         (PGraphicsRenderPixmaps):
10811         (PGraphicsRenderPicture):
10812         * libs/PictureGraphics.h:
10813         * libs/PictureBase.h:
10814         Replaced PGraphicsTileRectangle with a more powerful function,
10815         PCreateRenderPixmap, which performs *full* XRender simulation.
10816         So alpha blending is now supported even without Xrender support.
10817         New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10818         for direct rendering with tint and alpha channel.
10820         * libs/FRender.c (FRenderVisualInit):
10821         (FRenderCopyArea):
10822         (FRenderTintRectangle):
10823         (FRenderRender):
10824         * libs/FRenderInterface.h:
10825         Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10826         and more powerfull function FRenderRender
10828         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10829         (PImageLoadPng):
10830         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10831         Load the alpha even without Xrender support
10833         * libs/Colorset.h:
10834         * fvwm/colorset.c (parse_pixmap_tint):
10835         (parse_colorset):
10836         (alloc_colorset):
10837         Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10838         or obsolete TintMask) also tints gradients and the tint is applied
10839         only to the pixmap not the bg color. The average bg is computed from
10840         the "original" pixmap and not the tinted one, bgTint should be used
10841         to get a real average bg in the case the pixmap is tinted
10843         * fvwm/icons.c (DrawIconWindow):
10844         (CreateIconWindow):
10845         * fvwm/menuitem.c (menuitem_paint):
10846         * fvwm/menus.c (paint_side_pic):
10847         * fvwm/borders.c (border_get_border_background):
10848         (border_draw_decor_to_pixmap):
10849         (border_fill_pixmap_background):
10850         * fvwm/events.c (HandlePropertyNotify):
10851         Picture rendering use the new PGraphicsRenderPixmaps and
10852         PGraphicsRenderPicture libs functions. Respect new colorset options
10854         * fvwm/colorset.c (parse_colorset):
10855         (alloc_colorset):
10856         (CMD_ReadWriteColors):
10857         * fvwm/fvwm.1.in:
10858         Removed the read write colorset codes
10860         * libs/Graphics.c (CalculateGradientDimensions):
10861         Fixed the size of dithered H and V gradients
10863         * libs/PictureUtils.c (*):
10864         * libs/PictureUtils.h:
10865         Some cleanup
10867 2002-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10869         * fvwm/menus.c (paint_menu_gradient_background):
10870         fixed drawing of SidePic menu background when not using SideColor
10872 2002-08-28  Hippo
10873         * FvwmIconBox/icons.c:
10874         Fixed core dump
10876 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10878         * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10880 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10882         * configure.in:
10883         fixed --disable-ewmh
10885         * libs/Picture.c:
10886         * libs/Picture.h:
10887         added const to some prototypes
10889 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10891         * fvwm/menus.c (MenuInteraction):
10892         (__menu_loop):
10893         renamed MenuInteraction to __menu_loop
10895         * fvwm/menus.c (pop_menu_up):
10896         (do_menu):
10897         (MenuInteraction):
10898         removed pdo_warp_to_title argument of pop_menu_up and changed all
10899         callers; logic is now in last_saved_position_hints
10900         (__menu_get_next_event_timeout_loop):
10901         began to split MenuInteraction into several sub functions
10902         go away, evil "goto"!
10904         * fvwm/style.c (style_parse_one_style_option):
10905         all boolean styles - and *only* boolean styles, can be prefixed with a
10906         '!' to invert their meaning
10907         (style_parse_button_style):
10908         moved Button and NoButton styles to separate function
10910         * configure.in:
10911         * NEWS:
10912         updated for 2.5.4-devel
10914         * configure.in:
10915         2.5.3 was released
10917         * configure.in:
10918         * NEWS:
10919         updated for 2.5.3
10921         * fvwm/menuitem.h (struct):
10922         * fvwm/menus.c (paint_menu_gradient_background):
10923         (paint_menu_pixmap_background):
10924         (paint_menu):
10925         (clear_expose_menu_area):
10926         fixed TiledPixmap menu background drawing bug
10927         sorted function in file and removed forward declarations
10929 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10931         * fvwm/Makefile.am (LDADD):
10932         put -lfvwm at front of library list
10934         * fvwm/windowlist.c (CMD_WindowList):
10935         print window's page instead of current page in windowlist
10937 2002-08-24  Bob Woodside  <dumbledore@woodsway.com>
10939         * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10940         Fix for Experimental RaiseOverUnmanaged Handling.
10942 2002-08-22  Bob Woodside  <dumbledore@woodsway.com>
10944         * fvwm/focus.h:
10945         * fvwm/stack.h:
10946         New defs for Experimental RaiseOverUnmanaged Handling.
10948         * fvwm/events.c (HandleEnterNotify):
10949         * fvwm/focus.c:
10950         (set_focus_to_fwin)
10951         (focus_query_grab_buttons)
10952         (_focus_grab_buttons)
10953         (focus_grab_buttons)
10954         (focus_grab_buttons_client_entered)
10955         (_SetFocusWindow)
10956         (__activate_window_by_command)
10957         (_ReturnFocusWindow)
10958         (_DeleteFocus)
10959         (_ForceDeleteFocus)
10960         * fvwm/stack.c:
10961         (raise_over_unmanaged)
10962         (is_above_unmanaged)
10963         (_is_on_top_of_layer)
10964         (is_on_top_of_layer)
10965         (is_on_top_of_layer_and_above_unmanaged)
10966         Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10967         interaction of RaiseOverUnmanaged with various focus policies,
10968         particularly mouse focus + client click raises; issue mouse
10969         button grabs when and only when they are actually needed; and
10970         fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10971         (Thanks to the GFPR, this is much more straightforward to do!)
10973 2002-08-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10975         * fvwm/fvwm.1.in:
10976         added a paragraph about scripting and complex functions.
10978         * fvwm/style.c (style_parse_one_style_option):
10979         fixed flag_mask and change_mask of TitleAt... styles that broke left
10980         and bottom titles
10982 2002-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10984         * fvwm/fvwm.1.in:
10985         describe new focus policy styles
10987 2002-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10989         * fvwm/style.c (merge_styles):
10990         fixed applying style updates immediately
10992         * fvwm/geometry.c (constrain_size):
10993         fixed font resizing of maximized windows
10995         * fvwm/window_flags.h:
10996         * fvwm/fvwm.h (has_new_wm_normal_hints):
10997         new window flags
10999         * fvwm/events.c (HandleEnterNotify):
11000         fixed UngrabNotify returning focus to just unfocused window
11001         * fvwm/focus.h:
11002         added debug code
11004         * fvwm/style.c (merge_styles):
11005         (free_style_mask):
11006         (__simplify_style_list):
11007         fixed default style calculations
11009         * fvwm/events.c (HandleConfigureRequest):
11010         disabled debug output
11012         * fvwm/style.c (merge_styles):
11013         * fvwm/fvwm.h (window_style):
11014         new style member default_mask to allow two levels of defaults;
11015         fixes focus policy defaults
11016         * fvwm/style.h:
11017         rewrote many of the macros; changed all callers
11019         * fvwm/borders.c (RenderIntoPixmap):
11020         (DrawMultiPixmapTitlebar):
11021         (border_render_into_pixmap):
11022         (border_draw_multi_pixmap_titlebar):
11023         applied Suzanne Skinner's multi pixmap titles fix
11024         renamed functions and changed all callers
11026         * libs/FScreen.c (FScreenGetScrRect):
11027         (FindScreen):
11028         (FScreenGetScrId):
11029         new utility functions
11031         * fvwm/windowlist.c (CMD_WindowList):
11032         new option MaxLabelWidth for the WIndowList command based on patch by
11033         Maxim F. Ischenko
11034         new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
11035         WindowList command.
11037         * fvwm/events.c (HandleConfigureRequest):
11038         removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
11039         seems to work without problems
11041 2002-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11043         * fvwm/style.c (merge_styles):
11044         fixed style defaults getting stuck to on once set
11046         * configure.in:
11047         fixed a number of non portable uses of the "test" command and unified
11048         the used syntax of all calls to reduce chance of copy-and-paste
11049         problems
11051 2002-08-17  Mikhael Goikhman  <migo@homemail.com>
11053         * configure.in:
11054         * fvwm/fvwm.1.in:
11055         minor typos and improvements;
11056         better string quotings and detection of fribidi for autoconf-2.53
11058         * fvwm/Makefile.am:
11059         don't include *.in in EXTRA_DIST, they are auto-included
11061 2002-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11063         * fvwm/events.c (HandleConfigureRequest):
11064         (HandlePropertyNotify):
11065         (is_resizing_event_pending):
11066         fixed uninitialised return code of test_resizing_event
11068 2002-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11070         * fvwm/decorations.c (SelectDecor):
11071         * fvwm/style.h:
11072         * fvwm/window_flags.h:
11073         * fvwm/fvwm.h:
11074         moved common.s.has_no_border window flag to common.has_no_border to
11075         fix windows getting stuck without a border once the HandleWidth or
11076         BorderWidth was set to 0 and then increased again
11078         * fvwm/fvwm.1.in:
11079         removed reference to BUGS and TODO
11081         * configure.in:
11082         moved a lot of constant definitions to configure.in; the fvwm.lsm and
11083         fvwm.1 files don't have to be updated for a release anymore; the release
11084         number and date are set by configure
11086         * fvwm/fvwm.c (setVersionInfo):
11087         fixed output of "fvwm -version"
11089 2002-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11091         * fvwm/style.c (style_parse_one_style_option):
11092         Old focus styles override less of the behaviour specified with the
11093         FP... styles; use defaults instead without setting the mask
11094         (style_parse_one_style_option):
11095         removed the styles MouseFocusClickIgnoreMotion and
11096         MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
11097         instead
11098         (style_parse_one_style_option):
11099         ClickToFocusRaises now works only on the client window, not on the
11100         decorations
11101         (style_parse_one_style_option):
11102         fixed FocusFollowsMouse style
11103         (style_set_old_focus_policy):
11104         moved old default focus settings to a separate function, simplified code
11106 2002-08-14  Dan Espen  <dane@mk.telcordia.com>
11108         * fvwm/fvwm.1: Add hot-spot is an offset information,
11109         fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
11110         the xpm docs).
11112 2002-08-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11114         * fvwm/style.c (style_parse_focus_policy_style):
11115         fixed parsing of FPFocusClickButtons and FocusClickModifiers
11117         * libs/Makefile.am:
11118         added missing files
11120         * fvwm/events.c (HandleConfigureRequest):
11121         fixed ConfigureRequest race condition
11123 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11125         * configure.in:
11126         quote environment variables
11128 2002-08-13  olicha  <olivier.chapuis@free.fr>
11130         * NEWS:
11131         Color limit and dithering news
11133         * fvwm/fvwm.1:
11134         Added a minimal doc for the -color-limit option
11136         * fvwm/builtins.c (CMD_ColorLimit):
11137         ColorLimit is obsolete
11139         * fvwm/builtins.c (ReadDecorFace):
11140         * libs/PictureUtils.c (my_dither_depth_15_16_init):
11141         (PictureAllocColorAllProp):
11142         Implemented dithering for depth 16 and 15. This is off by default
11143         in colorset (use the dither colorset option) and on by default
11144         for window title gradient. Gradient are visibly more smooth.
11146         * libs/PictureUtils.c (*):
11147         Some cleanup
11149 2002-08-13  Mikhael Goikhman  <migo@homemail.com>
11151         * fvwm/fvwm.1:
11152         corrected the pixmap cursor description, added an example
11154 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11156         * fvwm/menus.c (select_menu_item):
11157         (paint_menu_gradient_background):
11158         fixed a redrawing problem with H/Vgradient menu faces
11159         (MenuInteraction):
11160         fixed a minor problem w/ entering submenus via keyboard
11162 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11164         * fvwm/move_resize.c (CMD_ResizeMove):
11165         (CMD_Resize):
11166         (CMD_Maximize):
11167         (CMD_ResizeMaximize):
11168         (CMD_ResizeMoveMaximize):
11169         commands can be used on iconified windows again
11171         * ONEWS:
11172         * NEWS:
11173         moved pre-2.2 NEWS to ONEWS
11175         * libs/strdup.c:
11176         * libs/safemalloc.c:
11177         * libs/envvar.c:
11178         * libs/alloca.c:
11179         * libs/Target.c:
11180         * libs/Parse.c:
11181         * libs/Bindings.c:
11182         * fvwm/menustyle.c:
11183         * fvwm/menus.c:
11184         * fvwm/menuitem.c:
11185         * fvwm/menucmd.c:
11186         * fvwm/frame.c:
11187         * fvwm/events.c:
11188         * fvwm/borders.c:
11189         let config.h include strinh.h or strings.h
11191         * fvwm/style.c (style_parse_one_style_option):
11192         (style_parse_one_style_option):
11193         fixed icon box crash
11195         * fvwm/bindings.c (update_nr_buttons):
11196         fixed extra buttons on window decorations
11198         * fvwm/style.c (style_parse_one_style_option):
11199         fixed parsing of the FP... and !FP... styles
11201 2002-08-12  Bob Woodside  <dumbledore@woodsway.com>
11203         * fvwm/style.c (style_parse_one_style_option):
11204         Fixed a typo so that ClickToFocusRaisesOff actually turns
11205         the option off instead of on.
11207 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11209         * fvwm/focus.c (focus_grab_buttons):
11210         only grab necessary buttons on the client window
11212 2002-08-11  olicha  <olivier.chapuis@free.fr>
11214         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
11215         Removed some debug code
11217         * fvwm/fvwm.c (main):
11218         (usage):
11219         Added -color-limit to fvwm usage
11221 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11223         * fvwm/style.c (style_parse_one_style_option):
11224         (style_parse_focus_policy_style):
11225         added style options "FP..." to control focus policy
11226         removed OverrideGrabFocus and AllowGrabFocus styles
11228         * fvwm/style.c (merge_styles):
11229         fixed style defaults != 0
11231         * fvwm/focus.c (__restore_focus_after_unmap):
11232         fixed a bug w/ reverting the focus from transients to the parent
11234         * fvwm/ewmh.c (ewmh_HandleDesktop):
11235         * fvwm/style.c (style_parse_one_style_option):
11236         fixed defaults for various focus styles
11238         * NEWS:
11239         updated for 2.4.9
11241         * fvwm/frame.c (frame_mrs_resize_move_windows):
11242         backed out anti-flicker patch that slowed down command processing
11244         * fvwm/bindings.c (update_nr_buttons):
11245         (ParseBinding):
11246         fixed sluggish processing of mouse bindings
11248         * fvwm/events.c (__handle_bpress_action):
11249         fixed drawing of pressed decorations w/o bindings
11251         * fvwm/frame.c (frame_move_resize):
11252         removed debug code that broke focus handling
11254         * fvwm/style.c (style_parse_one_style_option):
11255         fixed passing the focus click to the app by default
11257         * fvwm/events.c (__handle_click_to_focus):
11258         * fvwm/focus.c (set_focus_to_fwin):
11259         (__set_focus_to_fwin):
11260         removed drawing code that broke as many places as it fixed; plus it
11261         cause unnecessary redraws
11263         * fvwm/events.c (HandleConfigureRequest):
11264         send a synthetical ConfigureNotify if an application is not granted its
11265         wishes from a ConfigureRequest; this is necessary for FixedPPosition
11266         and FixedPSize to work properly; also to be ICCCM compliant
11267         always force border_width 0 in these events
11268         in the experimental cr merging code, send a number of cn events equal
11269         to the number of merged events
11271         * libs/Parse.c:
11272         * fvwm/style.c:
11273         reformatted
11275         * fvwm/style.c (style_parse_focus_policy_style):
11276         (style_parse_icon_size_style):
11277         (style_parse_icon_box_style):
11278         (style_parse_icon_grid_style):
11279         (style_parse_icon_fill_style):
11280         (style_parse_one_style_option):
11281         (parse_and_set_window_style):
11282         split into separate functions
11283         (style_parse_one_style_option):
11284         simplified and cleaned up
11286         * fvwm/events.h:
11287         * fvwm/decorations.c:
11288         * fvwm/cursor.h:
11289         * fvwm/cursor.c:
11290         * fvwm/conditional.h:
11291         * fvwm/conditional.c:
11292         * fvwm/colorset.h:
11293         * fvwm/colors.h:
11294         * fvwm/colors.c:
11295         * fvwm/colormaps.c:
11296         * fvwm/bindings.h:
11297         * fvwm/bindings.c:
11298         reformatted and cleaned up
11300 2002-08-11  olicha  <olivier.chapuis@free.fr>
11302         * libs/PictureUtils.c (*):
11303         * libs/PictureUtils.h:
11304         * libs/PictureDitherMatrice.h (new file):
11305         * libs/PictureImageLoader.c (*):
11306         * libs/PictureImageLoader.h:
11307         * libs/PictureGraphics.c  (PGraphicsCreateDitherPixmap):
11308         (PCreateDitherPixmap):
11309         (PCreateTintedPixmap):
11310         * libs/PictureGraphics.h:
11311         * libs/PictureBase.c (PictureInitCMap):
11312         * libs/PictureBase.h:
11313         * libs/Picture.c (*):
11314         * libs/Picture.h:
11315         * libs/Fxpm.h:
11316         * libs/Colorset.c (DumpColorset):
11317         (LoadColorset):
11318         * libs/Colorset.h:
11319         * libs/Graphics.c (all gradient functions):
11320         * libs/fvwmlib.h:
11321         * fvwm/screen.h:
11322         * fvwm/move_resize.c (CMD_XorPixmap):
11323         * fvwm/colors.c (FreeColors):
11324         * fvwm/builtins.c (CMD_DefaultColors):
11325         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11326         * fvwm/builtins.c (FreeDecorFace):
11327         (ReadDecorFace):
11328         * fvwm/menus.c (pop_menu_down):
11329         (paint_menu_gradient_background):
11330         (scanForPixmap):
11331         * fvwm/menus.h:
11332         * fvwm/menustyle.c (menustyle_free_face):
11333         (menustyle_parse_face):
11334         (menustyle_free):
11335         (menustyle_update):
11336         (menustyle_parse_style):
11337         (CMD_CopyMenuStyle):
11338         * fvwm/menustyle.h:
11339         * fvwm/icons.c (GetIconFromFile):
11340         * fvwm/builtins.c (ReadMultiPixmapDecor):
11341         (ReadDecorFace):
11342         * fvwm/borders.c (border_draw_decor_to_pixmap):
11343         * fvwm/add_window.c (setup_mini_icon):
11344         * fvwm/fvwm.c (main):
11345         * fvwm/colorset.c (free_colorset_background):
11346         (parse_pixmap):
11347         (parse_shape):
11348         (parse_colorset):
11349         New color limit method and implement dithering in depth <= 8.
11350         Added a "fvwm picture attributes" structure for loading image.
11351         Some colors leaks fix. Add some (weak) color leaks. New option
11352         -color-limit for fvwm. 257 fix. Some prepartion for tint and
11353         alpha in colorset.
11355 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11357         * libs/Flocale.c (FlocaleRotateDrawString):
11358         fixed a crash
11360 2002-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11362         * fvwm/style.c (parse_and_set_window_style):
11363         fixed the default for passing the click-to-raise click for mousey
11364         focus
11366         * fvwm/events.c (__handle_click_to_focus):
11367         removed redundant code
11368         (WaitForButtonsUp):
11369         fixed sluggish motion event handling when waiting for buttons to be
11370         released
11372         * fvwm/focus.c (__set_focus_to_fwin):
11373         (set_focus_to_fwin):
11374         fixed redrawing the border w/ mousey focus when the window was entered,
11375         then the border was clicked before the FocusIn event arrived
11377         * fvwm/events.c (__handle_bpress_on_managed):
11378         * fvwm/style.c (parse_and_set_window_style):
11379         fixed some small focus problems
11381         * fvwm/fvwm.c:
11382         reformatted and cleaned up
11384         * fvwm/fvwm.1:
11385         formatting fixes
11387         * fvwm/focus.c (focus_query_click_to_raise):
11388         (focus_query_click_to_focus):
11389         * fvwm/style.c (parse_and_set_window_style):
11390         * fvwm/events.c (__test_for_motion):
11391         (__check_click_to_focus_or_raise):
11392         (__handle_focus_raise_click):
11393         (__is_bpress_window_handled):
11394         (__handle_click_to_focus):
11395         (__handle_click_to_raise):
11396         (__handle_bpress_stroke):
11397         (__handle_bpress_action):
11398         (__handle_bpress_on_root):
11399         (__handle_bpress_on_unmanaged):
11400         (__handle_bpress_on_managed):
11401         (HandleButtonPress):
11402         GFPR: completely rewrote ButtonPress handler, thus finishing the core
11403         of the new focus code; only the parsing for the new styles is missing
11405         * fvwm/virtual.c (is_pan_frame):
11406         new function
11408 2002-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11410         * fvwm/add_window.c (AddWindow):
11411         fixed compile error
11413         * fvwm/events.c (__handle_focus_raise_click):
11414         (HandleButtonPress):
11415         clean up
11417         * fvwm/events.c (__handle_focus_raise_click):
11418         * fvwm/fvwm.h (struct):
11419         * fvwm/style.c (check_window_style_change):
11420         (parse_and_set_window_style):
11421         * fvwm/session.c (MatchWinToSM):
11422         * fvwm/window_flags.h:
11423         eliminated parts of the old focus code
11425         * fvwm/focus.c (__set_focus_to_fwin):
11426         (set_focus_to_fwin):
11427         * fvwm/fvwm.c (InitVariables):
11428         * fvwm/add_window.c (destroy_window):
11429         * fvwm/events.c (__handle_focus_raise_click):
11430         * fvwm/screen.h (ScreenInfo):
11431         eliminated Scr.Ungrabbed global
11433         * fvwm/update.c (apply_window_updates):
11434         (flush_window_updates):
11435         * fvwm/icons.c (DeIconify):
11436         (Iconify):
11437         * fvwm/move_resize.c (CMD_Maximize):
11438         (__move_window):
11439         (handle_stick):
11440         * fvwm/frame.c (frame_free_move_resize_args):
11441         (__frame_setup_window):
11442         * fvwm/virtual.c (do_move_window_to_desk):
11443         (CMD_GotoDeskAndPage):
11444         (goto_desk):
11445         (MoveViewport):
11446         * fvwm/stack.c (LowerWindow):
11447         * fvwm/events.c (HandleMapNotify):
11448         (HandleVisibilityNotify):
11449         (DispatchEvent):
11450         (HandleFocusIn):
11451         (__handle_focus_raise_click):
11452         (HandleEnterNotify):
11453         (HandleMapRequestKeepRaised):
11454         * fvwm/add_window.c (setup_key_and_button_grabs):
11455         (setup_focus_policy):
11456         (destroy_window):
11457         * fvwm/focus.c (__try_other_screen_focus):
11458         (__set_focus_to_fwin):
11459         (set_focus_to_fwin):
11460         (focus_grab_buttons_on_pointer_window):
11461         (focus_grab_buttons_on_layer):
11462         (focus_grab_buttons_new):
11463         cleaned up focus grab handling.
11465         * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11466         clean up
11468 2002-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11470         * fvwm/add_window.c (setup_window_structure):
11471         (AddWindow):
11472         discarded unused return code
11474         * fvwm/focus.c (focus_grab_buttons):
11475         split into two fucntions and fixed a bug with ungrabbing buttons
11477         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11478         * fvwm/style.c (parse_and_set_window_style):
11479         * fvwm/icons.c (DeIconify):
11480         (DeIconify):
11481         * fvwm/events.c (HandleButtonPress):
11482         (HandleEnterNotify):
11483         (HandleLeaveNotify):
11484         (HandleMapNotify):
11485         (HandleMapRequestKeepRaised):
11486         * fvwm/add_window.c (CaptureAllWindows):
11487         * fvwm/virtual.c (UnmapDesk):
11488         (MapDesk):
11489         (do_move_window_to_desk):
11490         * fvwm/update.c (flush_window_updates):
11491         * fvwm/focus.c (set_focus_model):
11492         (DeleteFocus):
11493         (__restore_focus_after_unmap):
11494         much more GFPR work; these patches may break lots of things
11496         * fvwm/focus.c (set_focus_to_fwin):
11497         (__activate_window_by_command):
11498         (SetFocusWindow):
11499         (ReturnFocusWindow):
11500         (DeleteFocus):
11501         (ForceDeleteFocus):
11502         renamed MoveFocus to set_focus_to_fwin
11504 2002-08-07  Mikhael Goikhman  <migo@homemail.com>
11506         * libs/Fft.c (FftDrawString):
11507         removed redudant and buggy code that called DrawStringFunc before
11508         this pointer gets initialized
11510         * fvwm/focus.c (focus_query_click_to_raise):
11511         fixed possibly-uninitialized variable warning
11513         * fvwm/Makefile.am:
11514         specify stroke includes before Xft includes, may improve some cases
11516 2002-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11518         * configure.in:
11519         fixed sys/time.h detection
11521         * fvwm/events.c (HandleMappingNotify):
11522         * libs/Bindings.c (AddBinding):
11523         added MappingNotify event handler
11525         * fvwm/events.c (HandleMapRequest):
11526         removed debug code
11528         * fvwm/events.c (InitEventHandlerJumpTable):
11529         another attempt at handling "unknown" modifiers in key bindings
11531 2002-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11533         * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11534         * fvwm/add_window.c (destroy_window):
11535         * fvwm/focus.c (focus_grab_buttons):
11536         fixed core dump
11538 2002-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11540         * fvwm/focus.c (focus_force_refresh_focus):
11541         * fvwm/events.c (HandleEnterNotify):
11542         (HandlePropertyNotify):
11543         (HandleButtonPress):
11544         * fvwm/icons.c (DeIconify):
11545         * fvwm/virtual.c (MapDesk):
11546         * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11547         * fvwm/update.c (apply_window_updates):
11548         * fvwm/module_interface.c:
11549         * fvwm/conditional.c (MatchesConditionMask):
11550         more GFPR work
11552         * fvwm/icons.c (Iconify):
11553         removed "#if 0"ed code
11555         * fvwm/module_interface.c:
11556         disabled the old ConfigureWindow module interface
11558         * vms/vms.c:
11559         * libs/fvwmsignal.h:
11560         * libs/Picture.c:
11561         * fvwm/ewmh_intern.h:
11562         * fvwm/events.c:
11563         * fvwm/module_interface.c:
11564         * fvwm/misc.c:
11565         use ftime.h
11567         * libs/ftime.h:
11568         new file to encapsulate time.h and sys/time.h inclusion
11570         * fvwm/stack.c:
11571         re-indented
11572         (mark_transient_subtree):
11573         (__mark_group_member):
11574         cleaned up and split into two functions
11576         * fvwm/focus.c (CMD_Focus):
11577         (CMD_FlipFocus):
11578         * fvwm/icons.c (DeIconify):
11579         clean up
11580         (FocusOn)
11581         (__activate_window_by_command):
11582         renamed function
11584         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11585         * fvwm/focus_policy.h (fpol_set_focus_by_t):
11586         * fvwm/style.c (parse_and_set_window_style):
11587         (parse_and_set_window_style):
11588         began implementing new focus control styles
11590         * fvwm/focus.c (DoSetFocus):
11591         (__restore_focus_after_unmap):
11592         (MoveFocus):
11593         (refresh_focus):
11594         more GFPR work
11595         (DoSetFocus):
11596         (__set_focus_to_fwin):
11597         function renamed
11599         * fvwm/conditional.c (MatchesConditionMask):
11600         * fvwm/focus.c (focus_query_open_grab_focus):
11601         (focus_query_close_restore_focus):
11602         (focus_does_accept_input_focus):
11603         (MoveFocus):
11604         * fvwm/events.c (HandleUnmapNotify):
11605         (HandleEnterNotify):
11606         (HandleMapNotify):
11607         (HandleMapRequestKeepRaised):
11608         renamed some functions
11610         * libs/defaults.h:
11611         * fvwm/focus_policy.c:
11612         * fvwm/focus_policy.h:
11613         prepared some future focus policy flags
11615         * configure.in:
11616         enable error message when png or xpm test compilation fails
11618         * fvwm/style.h:
11619         * fvwm/window_flags.h:
11620         * fvwm/ewmh.c (ewmh_HandleDesktop):
11621         * fvwm/style.c (parse_and_set_window_style):
11622         (check_window_style_change):
11623         * fvwm/events.c (HandleButtonPress):
11624         (HandleVisibilityNotify):
11625         began GFPR migration of *raises* focus policy flags
11627         * fvwm/focus.c (focus_is_focusd):
11628         new function
11630         * libs/Bindings.c (AddBinding):
11631         fixed handling of "unknown" modifiers in key bindings
11633         * fvwm/focus.c (focus_grab_buttons):
11634         (focus_query_grab_buttons):
11635         moved focus policy code into separate function
11637 2002-08-02  Mikhael Goikhman  <migo@homemail.com>
11639         * Makefile.am:
11640         DESTDIR fix
11642 2002-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11644         * fvwm/style.c (parse_and_set_window_style):
11645         * fvwm/focus.c (focus_query_grab_focus):
11646         * fvwm/events.c (HandleMapNotify):
11647         (HandlePropertyNotify):
11648         * fvwm/focus_policy.c (fpol_init_default_fp):
11649         * libs/defaults.h:
11650         new styles OverrideGrabFocus and AllowGrabFocus
11651         cleaned up focus grabbing code and moved to focus.c
11653 2002-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11655         * fvwm/focus.c (CMD_WarpToWindow):
11656         fixed negative arguments for unmanaged windows
11658         * fvwm/conditional.c (CMD_Direction):
11659         use PeekToken instead of GetNextToken
11660         cleaned up
11661         new direction "center"
11663 2002-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11665         * fvwm/events.c (addkbsubinstoarray):
11666         disabled experimental pointer warping code
11668         * fvwm/menus.c:
11669         removed menu crash debug code
11671 2002-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11673         * fvwm/menus.c:
11674         added tons of crash debug code
11676         * fvwm/add_window.c:
11677         made a lot of internal functions static
11679         * fvwm/add_window.c (setup_button_windows):
11680         (destroy_title_window):
11681         (destroy_button_windows):
11682         (destroy_resize_handle_windows):
11683         (destroy_auxiliary_windows):
11684         (destroy_icon):
11685         (destroy_window):
11686         * fvwm/icons.c (CreateIconWindow):
11687         safety patches w/ XDeleteContext
11689         * fvwm/menus.c (DestroyMenu):
11690         fixed a crash w/ accessing already deleted menus
11692 2002-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11694         * fvwm/menus.c (get_menu_options):
11695         fixed menu context rectangle "icon" if the icon was not just a pixmap
11697 2002-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11699         * fvwm/events.c (HandleMapNotify):
11700         (HandleMapRequestKeepRaised):
11701         (HandleUnmapNotify):
11702         * fvwm/ewmh_events.c (ewmh_WMStateModal):
11703         * fvwm/ewmh.c (ewmh_HandleDesktop):
11704         * fvwm/style.c (parse_and_set_window_style):
11705         removed old do_grab_focus_when_created and *_when_transient_* flags
11707 2002-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11709         * fvwm/conditional.c (MatchesConditionMask):
11710         * fvwm/focus.c (DoSetFocus):
11711         * fvwm/session.c (MatchWinToSM):
11712         * fvwm/module_interface.c (SETOLDFLAGS):
11713         removed old is_lenient flag
11715         * fvwm/bindings.c:
11716         * fvwm/style.c (__simplify_style_list):
11717         (simplify_style_list):
11718         reformatted
11720         * fvwm/window_flags.h:
11721         * fvwm/style.h:
11722         access macros for focus policy flags structures
11723         reformatted
11725         * fvwm/focus_policy.c:
11726         * fvwm/focus_policy.h:
11727         new files, begin great focus policy rewrite aka GFPR
11729 2002-07-22  Bob Woodside  <dumbledore@woodsway.com>
11731         * fvwm/placement.c (PlaceWindow):
11732         Fixed interaction between CascadePlacement and StartsOnPage
11734 2002-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11736         * libs/fvwmsignal.c (fvwmSelect):
11737         call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11738         modules
11740 2002-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11742         * fvwm/add_window.c (CaptureOneWindow):
11743         fixed a core dump w/ windows being destroyed during a recapture
11744         (AddWindow):
11745         removed duplicate check if new windows still exist
11747         * fvwm/placement.c (CMD_PlaceAgain):
11748         * fvwm/move_resize.c (move_window_doit):
11749         (__move_icon):
11750         * fvwm/virtual.c (MapDesk):
11751         (MoveViewport):
11752         (do_move_window_to_desk):
11753         * fvwm/icons.c (AutoPlaceIcon):
11754         (ChangeIconPixmap):
11755         (Iconify):
11756         some cleanup in movement code
11757         new option "Icon" to PlaceAgain command
11758         adapted documentation accordingly
11760         * fvwm/move_resize.c (move_window_doit):
11761         (__move_window):
11762         renamed function
11764 2002-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11766         * libs/Flocale.c (FlocaleRotateDrawString):
11767         create gcs only once
11769         * fvwm/fvwm.1:
11770         removed some references to Recapture
11771         UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11772         ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11774         * libs/gravity.c (gravity_parse_multi_dir_argument):
11775         fixed "all" multidir selecting "center" too
11777         * libs/Fft.c (FftDrawString):
11778         * libs/Flocale.c (FlocaleRotateDrawString):
11779         (FlocaleFontStructDrawString):
11780         (FlocaleDrawString):
11781         fixed some text placement bugs w/ shadow text
11782         (FlocaleGetShadowTextPosition):
11783         implemented "center" shadows
11785 2002-07-20  olicha  <olivier.chapuis@free.fr>
11787         * libs/Flocale.c (FlocaleRotateDrawString):
11788         Removed some static declarations
11790 2002-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11792         * libs/gravity.c (gravity_multi_dir_to_dir):
11793         * libs/gravity.h (enum):
11794         new function, cleaned up
11795         (enum):
11796         * fvwm/fvwm.h (FvwmWindow):
11797         * libs/Fft.c:
11798         * fvwm/geometry.c:
11799         * fvwm/borders.c:
11800         moved text_rotation_type to gravity.h and renamed to rotation_type
11802         * libs/Flocale.h:
11803         fixed several bugs in the access macros
11805         * libs/Flocale.c:
11806         removed unused static FlocaleSeted
11807         (FlocaleFontStructDrawString):
11808         simplified function
11810         * fvwm/virtual.c (CMD_EdgeCommand):
11811         * fvwm/windowshade.c (CMD_WindowShade):
11812         * fvwm/conditional.c (CMD_Direction):
11813         adapted to changes in ParseDirectionArgument
11815         * libs/gravity.h:
11816         * libs/gravity.c (ParseDirectionArgument):
11817         new direction "Center"
11819         * fvwm/virtual.c (CMD_EdgeCommand):
11820         reformatted
11822 2002-07-18  olicha  <olivier.chapuis@free.fr>
11824         * libs/PictureUtils.c (PictureRGBtoPixel):
11825         (decompose_mask):
11826         Fixed(??) color allocation for some visuals
11828 2002-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11830         * libs/Flocale.c (FlocaleFontStructDrawString):
11831         a little code cleanup
11833         * fvwm/events.c (HandleEnterNotify):
11834         removed debug code
11835         anothe click+drag fix
11837         * libs/Pointer.c (GetLocationFromEventOrQuery):
11838         * fvwm/focus.c (SetPointerEventPosition):
11839         * fvwm/functions.c (CheckActionType):
11840         * fvwm/builtins.c (CMD_StrokeFunc):
11841         * fvwm/move_resize.c (moveLoop):
11842         (resize_window):
11843         fixed some bugs w/ pointer on wrong screen
11845 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11847         * fvwm/events.c (HandleLeaveNotify):
11848         fixed problem w/ click+drag and mousey focus
11850         * fvwm/menus.c (size_menu_horizontally):
11851         fixed menu style SubmenusLeft w/ icons in menu items
11853 2002-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11855         * fvwm/menuitem.c (menuitem_paint):
11856         * fvwm/menus.h:
11857         * fvwm/menus.c (paint_menu_gradient_background):
11858         (get_menu_paint_item_parameters):
11859         removed circular dependency of menus.c and menuitem.c by using callback
11860         functions
11862 2002-07-17  olicha  <olivier.chapuis@free.fr>
11864         * fvwm/menuitem.c:
11865         A -Wall fix
11867         * fvwm/fvwm.c (InitVariables):
11868         (main):
11869         * fvwm/colorset.c (parse_colorset):
11870         (alloc_colorset):
11871         (CMD_ReadWriteColors):
11872         * fvwm/builtins.c (CMD_ColorLimit):
11873         * libs/PictureUtils.h:
11874         * libs/PictureUtils.c (PictureReduceColor):
11875         (PictureReduceRGBColor):
11876         (PictureRGBtoPixel):
11877         (PictureAllocColor):
11878         (PictureFreeColors):
11879         (PictureGetNextColor):
11880         (colors_alloc_fail):
11881         (my_alloc_color):
11882         (AllocColors*):
11883         (AllocColorTable):
11884         (PictureAllocColorTable):
11885         * libs/PictureImageLoader.c (PImageXpmAllocColor):
11886         (PImageXpmFreeColor):
11887         (PImageLoadXpm):
11888         * libs/PictureBase.c (PictureInitCMap):
11889         * libs/Graphics.c (AllocLinearGradient):
11890         * libs/ColorUtils.c (GetShadow):
11891         (GetHilite):
11892         (GetForeShadow):
11893         (GetTintedPixel):
11894         (GetSimpleColor):
11895         (GetColor):
11896         (fvwmlib_clone_color):
11897         * libs/PictureGraphics.c (PGraphicsTintRectangle):
11898         Implemented a new color limit method
11900 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11902         * fvwm/move_resize.c (moveLoop):
11903         fixed problem moving the pointer off screen while moving a window
11904         (AnimatedMoveAnyWindow):
11905         fixed pointer warping w/ multiple screens and animated window motion
11907 2002-07-12  olicha  <olivier.chapuis@free.fr>
11909         * fvwm/menus.c (get_menu_paint_item_parameters):
11910         (paint_menu_gradient_background):
11911         * fvwm/menuitem.c (menuitem_paint):
11912         * fvwm/menuitem.h:
11913         * fvwm/menus.h:
11914         Fixed B/DGradient with Xft fonts
11916         * libs/Colorset.h:
11917         * libs/ColorUtils.c (GetTintedColor):
11918         (GetTintedPixel):
11919         * fvwm/colorset.c (parse_simple_tint):
11920         (parse_colorset):
11921         (alloc_colorset):
11922         Implemented fgTint colorset option
11924         * libs/PictureImageLoader.c:
11925         * libs/PictureUtils.c:
11926         * libs/PictureUtils.h:
11927         * libs/Makefile.am:
11928         Moved color limitation and some rgb to pixel functions from
11929         PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11931         * fvwm/colorset.c (parse_colorset):
11932         * libs/PictureGraphics.c (PCreateTintedPixmap):
11933         (PGraphicsTintRectangle):
11934         Implemented tinting for X server without Xrender support and
11935         did color limitation when tinting
11938 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11940         * fvwm/events.c (WaitForButtonsUp):
11941         fixed handling of button release events
11943 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11945         * fvwm/menus.c (MenuInteraction):
11946         fixed core dump w/ dynamic popdown action destroying a menu
11947         (paint_menu_gradient_background):
11948         fixed hang and/or incorrect drawing of b and d gradients in menus
11950         * fvwm/events.c (HandleEnterNotify):
11951         (HandleLeaveNotify):
11952         improved LEAVE_WINDOW/ENTER_WINDOW handling
11954 2002-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11956         * libs/Colorset.c (SetWindowBackground):
11957         (SetWindowBackgroundWithOffset):
11958         (ScrollPixmap):
11959         implemented new functions to allow pixmap backgrounds with an offset
11961 2002-07-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11963         * fvwm/events.c (HandleMapRequestKeepRaised):
11964         send Map/UnmapNotify before iconyfying, not after
11966 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11968         * fvwm/events.c (HandleMapRequestKeepRaised):
11969         fake a MapNotify and then an UnmapNotify when a window is created iconic
11971         * fvwm/add_window.c (AddWindow):
11972         workaround for buggy TK menu positioning
11974         * fvwm/module_interface.c (FlushMessageQueue):
11975         (PositiveWrite):
11976         (get_pipe_name):
11977         tried to fix module communication deadlock w/ sync mask and a full write
11978         pipe
11980         * libs/Strings.c:
11981         re-indented file
11983         * libs/defaults.h:
11984 2002-07-06  olicha  <olivier.chapuis@free.fr>
11986         * libs/Flocale.c (FlocaleGetFontSet):
11987         Removed some unwanted code
11989 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11991         * fvwm/events.c (HandleLeaveNotify):
11992         (HandleEnterNotify):
11993         reduced the number of MX_LEAVE/ENTER_WINDOW messages
11995         * fvwm/events.c (CMD_XSync):
11996         very experimental patch to cycle through subwindows accepting keyboard
11997         input; call Xsync command repeatedly to test; crashes fvwm if more than
11998         1000 subwindows are used;
12000         * fvwm/focus.c (CMD_WarpToWindow):
12001         fixed a bug in warpttowindow command with subwindows of unmanaged
12002         windows
12004 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12006         * fvwm/events.c (HandlePropertyNotify):
12007         * fvwm/events.h:
12008         handle changes in the size_inc and base_size hints during opaque
12009         resizing.
12011         * fvwm/events.c (HandleButtonPress):
12012         ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
12013         until the button is released again; this restores the old behaviour
12014         from 2.3.23 and before with click+drag and rxvt/aterm
12016 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12018         * fvwm/update.c (apply_window_updates):
12019         fixed applying neverfocus to currently focused window; decorations
12020         partially drawn hilighted
12022 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12024         * fvwm/menucmd.c (menu_func):
12025         another module/menu/context window fix
12026         do not use global Fw anymore
12028 2002-07-05  olicha  <olivier.chapuis@free.fr>
12030         * libs/Flocale.c (FlocaleStringToString2b):
12031         Fixed crash with big5-0 FontStruct
12033 2002-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12035         * fvwm/menucmd.c (menu_func):
12036         fixed context window of menus invoked by a module
12037         (menu_func):
12038         fixed context menus on windows
12040         * libs/vpacket.h (ConfigWinPacket):
12041         * fvwm/module_interface.c (CONFIGARGSNEW):
12042         * fvwm/fvwm.h (FvwmWindow):
12043         fixed bugs in type conversions for transmitting certain information to
12044         modules
12046         * fvwm/functions.c (CheckActionType):
12047         fixed window selection problem w/ menus invoked from modules
12049 2002-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12051         * fvwm/gnome.c (GNOME_HandlePropRequest):
12052         -Wall fixes
12054         * fvwm/module_interface.c (ExecuteCommandQueue):
12055         fixed compile bug w/ --enable-debug-msgs
12057 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12059         * fvwm/events.c (HandleButtonPress):
12060         (HandleKeyPress):
12061         * fvwm/menus.c (MenuInteraction):
12062         (do_menu):
12063         * fvwm/windowlist.c (CMD_WindowList):
12064         * fvwm/menucmd.c (menu_func):
12065         * fvwm/module_interface.c (ExecuteModuleCommand):
12066         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12067         go away, evil globals! [removed the useless global variable
12068         "ButtonWindow"]
12070         * fvwm/events.c (HandleUnmapNotify):
12071         (HandleMapNotify):
12072         * fvwm/icons.c (Iconify):
12073         * fvwm/window_flags.h (IS_ICONIFY_PENDING):
12074         * fvwm/fvwm.h (struct):
12075         renamed is_deiconify_pending to is_iconify_pending
12076         some re-indenting
12078 2002-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12080         * fvwm/menus.c (MenuInteraction):
12081         (pop_menu_down):
12082         (menu_enter_tear_off_menu):
12083         (do_menu):
12084         * fvwm/events.c (HandleButtonPress):
12085         (HandleButtonRelease):
12086         (HandleKeyPress):
12087         (GetContext):
12088         * fvwm/menucmd.c (menu_func):
12089         (menu_func):
12090         * fvwm/module_interface.c (ExecuteModuleCommand):
12091         go away, evil globals! [removed the useless global variable "Context"]
12092         removed is_menu_from_frame_or_window_or_titlebar flag
12094         * fvwm/module_interface.c:
12095         * fvwm/windowlist.c:
12096         re-indented files
12098 2002-06-28  Mikhael Goikhman  <migo@homemail.com>
12100         * fvwm/menuitem.c (menuitem_paint):
12101         fixed fg color of the inactive disabled menu item
12103         * NEWS:
12104         old typo
12105         * fvwm/fvwm.1:
12106         removed a mention of RedHat (I don't think it is correct),
12107         reworded a mention of fvwm95
12109 2002-06-26  Mikhael Goikhman  <migo@homemail.com>
12111         * **/*.c:
12112         tabify only the leading spaces, untabify the middle of line
12114 2002-06-25  David Fries  <dfries@mail.win.org>
12116         * fvwm/fvwm.1:
12117         * fvwm/windowlist.c:
12118         Added code to sort based on the class name of a window for
12119         the WindowList function.
12121 2002-06-25  olicha  <olivier.chapuis@free.fr>
12123         * acinclude.m4:
12124         A minor fix
12126 2002-06-25  Mikhael Goikhman  <migo@homemail.com>
12128         * AUTHORS:
12129         add Anders Andersson (spelling fixes in all man pages) and Steve Talley
12131 2002-06-24  Steve Talley  <stephen.talley@sun.com>
12133         * fvwm/add_window.c:
12134         * fvwm/add_window.h:
12135         * fvwm/fvwm.1:
12136         * fvwm/fvwm.h:
12137         * fvwm/icons.c:
12138         * fvwm/icons.h:
12139         * fvwm/style.c:
12140         * fvwm/style.h:
12141         * libs/defaults.h:
12142         New Style option IconSize
12144 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
12146         * NEWS, configure.in:
12147         changed version to 2.5.3
12149 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
12151         * INSTALL.fvwm:
12152         removed C++ section
12154         * fvwm/fvwm.1:
12155         * libs/FlocaleCharset.c:
12156         small fixes
12158 2002-06-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12160         * fvwm/events.c (WaitForButtonsUp):
12161         use the wait cursot only after the 20th pass through the loop
12163 2002-06-21  Dan Espen  <dane@mk.telcordia.com>
12165         * fvwm/fvwm.1 (Examples): Language check.
12166         PipeRead as synchronous Exec.
12167         Better example for PipeRead.
12169 2002-06-21  olicha  <olivier.chapuis@free.fr>
12171         * fvwm/fvwm.1:
12172         * NEWS:
12173         Documented StringEncoding= in font name
12175         * INSTALL.fvwm
12176         Removed --disable-compound-text doc
12178 2002-06-20  olicha  <olivier.chapuis@free.fr>
12180         * libs/FBidi.h (FBidiConvert):
12181         Fixed compile if !HAVE_BIDI
12183 2002-06-19  olicha  <olivier.chapuis@free.fr>
12185         * fvwm/fvwm.c (InitVariables):
12186         (StartupStuff):
12187         Allocate colorset 0 in InitVariable in the place of StartupStuff.
12188         This fix a "null expression" at init in menustyle.c (menustyle_update)
12190 2002-06-19  Mikhael Goikhman  <migo@homemail.com>
12192         * configure.in:
12193         reworded supported feature listing, fixed the default xft detection
12194         * INSTALL.fvwm:
12195         added the "Supported Features" section
12197 2002-06-19  olicha  <olivier.chapuis@free.fr>
12199         * fvwm/colorset.h:
12200         Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
12202         * INSTALL.fvwm:
12203         Removed --enable-mulibyte and --disable-compound-text config option
12204         documentation. s/enable-xft/disable-xft/ and document --disable-xrender
12206         * configure.in:
12207         Xft is on by default no
12209         * libs/FlocaleCharset.c (*):
12210         * libs/FlocaleCharset.h:
12211         * libs/Ficonv.c (*):
12212         * libs/Ficonv.h:
12213         * libs/Flocale.c (*):
12214         * libs/Flocale.h:
12215         * libs/Fft.c (*):
12216         * libs/FftInterface.h:
12217         * libs/FBidi.c:
12218         * libs/FBidi.h:
12219         * fvwm/ewmh_names.c ():
12220         Some cleanup. Implemented StringEncoding= in font names. Fixed
12221         string encoding for xft fonts. Try to be more cleaver about defaults
12222         charsets. Improvement in the locale charset table.
12224         * fvwm/fvwm.1:
12225         Some documentation cleanup regarding Xft
12227 2002-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12229         * fvwm/functions.c (find_func_type):
12230         fixed bug i introduced w/ last commit
12232         * fvwm/fvwm.c (Done):
12233         (StartupStuff):
12234         * fvwm/functions.c (functions_is_complex_function):
12235         * fvwm/builtins.c (CMD_DestroyFunc):
12236         (CMD_AddToFunc):
12237         (CMD_Plus):
12238         moved functions to functions.c
12239         general cleanup
12241         * fvwm/functable.c:
12242         * fvwm/functable.h:
12243         * fvwm/functions.h:
12244         * fvwm/commands.h:
12245         * fvwm/functions.c:
12246         moved some types and functions to other/new files
12248         * fvwm/functions.c:
12249         * fvwm/expand.c (expand_vars_extended):
12250         (expand_vars):
12251         functions moved to new file
12253         * fvwm/functions.c:
12254         reindented file
12256 2002-06-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12258         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
12259         fixed colourmap focus problem
12261         * **/*.[ch]:
12262         tabified all files and removed all trailing spaces
12264         * fvwm/move_resize.c (move_window_doit):
12265         * fvwm/virtual.c (CMD_MoveToDesk):
12266         MoveToPage and MoveToDesk no longer unstick windows
12268 2002-06-17  Mikhael Goikhman  <migo@homemail.com>
12270         * INSTALL.fvwm:
12271         small improvements
12273         * configure.in:
12274         reworded some names of supported features
12276 2002-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12278         * fvwm/update.c (apply_window_updates):
12279         * fvwm/session.c (MatchWinToSM):
12280         * fvwm/add_window.c (setup_window_structure):
12281         * fvwm/windowshade.c (CMD_WindowShade):
12282         * fvwm/window_flags.h:
12283         fixed a problem w/ shaded windows changind the title direction
12285         * fvwm/geometry.c (get_shaded_geometry):
12286         fixed shading window to 0 width or height
12288         * fvwm/add_window.c (AddWindow):
12289         fixed a memory leak and an initial window placement bug
12291 2002-06-15  Mikhael Goikhman  <migo@homemail.com>
12293         * configure.in:
12294         minor improvements in output, added bin/fvwm-perllib
12296 2002-06-12  Mikhael Goikhman  <migo@homemail.com>
12298         * fvwm/menustyle.c (CMD_CopyMenuStyle):
12299         fixed copying PopupOffset values in CopyMenuStyle
12301         * NEWS:
12302         Copied 2.4.8 NEWS
12304 2002-06-10  Mikhael Goikhman  <migo@homemail.com>
12306         * libs/Strings.c:
12307         * libs/Strings.h:
12308         added CopyStringWithQuotes, not perfect, but works for now
12310 2002-06-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12312         * fvwm/functions.h:
12313         * fvwm/commands.h:
12314         * fvwm/functions.c (func_config):
12315         * libs/FScreen.c (FScreenConfigureSLSScreens):
12316         (FScreenConfigureModule):
12317         * fvwm/virtual.c (CMD_XineramaSlsScreens):
12318         new command XineramaSLSScreens
12320         * libs/FScreen.c:
12321         cleaned up Xinerama ifdefs
12323 2002-06-07  Dan Espen  <dane@mk.telcordia.com>
12325         * NEWS:
12326         * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12328 2002-06-07  olicha  <olivier.chapuis@free.fr>
12330         * libs/Flocale.h:
12331         * libs/Flocale.c (FlocaleGetShadowTextPosition):
12332         Some shadow text position fixes
12334 2002-06-06  olicha  <olivier.chapuis@free.fr>
12336         * fvwm/update.c (apply_window_updates):
12337         Fixed the position of shaded windows after certain style update
12339         * acinclude.m4:
12340         Fixed some options names
12342 2002-06-06  Mikhael Goikhman  <migo@homemail.com>
12344         * fvwm/module_interface.c (CMD_SendToModule):
12345         fixed SendToModule when the first parameter contains quotes
12347 2002-06-06  olicha  <olivier.chapuis@free.fr>
12349         * fvwm/fvwm.c (main):
12350         * fvwm/ewmh.c (EWMH_Init):
12351         Init the EWMH before reading the config. Always setup the working
12352         area.
12354 2002-06-05  olicha  <olivier.chapuis@free.fr>
12356         * fvwm/update.c (apply_window_updates):
12357         Fixed the position of a shaded window during a style update
12358         (do_redecorate)
12360         * libs/Flocale.c (FlocaleRotateDrawString):
12361         (FlocaleGetShadowTextPosition):
12362         Fixed side title text position if the font has no shadow
12364         * acconfig.h:
12365         * libs/Ficonv.c (FiconvInit):
12366         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12367         * libs/Flocale.c (FlocaleInit):
12368         (FlocaleRotateDrawString):
12369         (FlocaleGetFontSet):
12370         (FlocaleGetFontOrFontSet):
12371         (FlocaleLoadFont):
12372         (FlocaleDrawString):
12373         (FlocaleTextWidth):
12374         (FlocaleFreeNameProperty):
12375         (FlocaleGetNameProperty):
12376         (FlocaleTextListToTextProperty):
12377         Finish to remove the multibyte patch. This gives a more clean code
12378         and can only prevent bugs
12380 2002-06-05  Mikhael Goikhman  <migo@homemail.com>
12382         * fvwm/placement.c (PlaceWindow):
12383         fixed CascadePlacement with huge windows (xterm -g 240x100),
12384         that were aligned to bottom-right instead of top-left;
12385         small adjustments (removed border_width from calculations,
12386         don't place normal windows at 0, commented out some strange code)
12388 2002-06-04  Mikhael Goikhman  <migo@homemail.com>
12390         * NEWS:
12391         document CascadePlacement and FvwmIconMan improvements
12393         * fvwm/fvwm.1:
12394         typo
12396 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12398         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12399         * fvwm/fvwm.c (InitVariables):
12400         * fvwm/placement.c (PlaceWindow):
12401         * fvwm/screen.h (struct ScreenInfo):
12402         improved *CascadePlacement, if the last placed window does not exist
12403         any more, reuse the last used position instead of adding a new cascade
12405 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12407         * fvwm/events.c (HandleEnterNotify):
12408         * fvwm/fvwm.c (InitVariables):
12409         * fvwm/events.h:
12410         Fixed colormap handling over decorative parts of a window
12412 2002-06-03  olicha  <olivier.chapuis@free.fr>
12414         * fvwm/module_interface.c (make_named_packet):
12415         Fixed an write out of memory bug. This complete Mikhail Kruk patch
12416         related to named module packet
12418 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12420         * fvwm/focus.c (focus_grab_buttons):
12421         * fvwm/events.c (HandleButtonPress):
12422         fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12424 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12426         * fvwm/bindings.c (ParseBinding):
12427         replaced an error "Illegal mouse button" with a descriptive warning
12428         when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12430 2002-05-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12432         * fvwm/events.c (GetContext):
12433         fixed key bindings on decorations
12435         * fvwm/events.h:
12436         removed XEVMASK_DECORW
12438 2002-05-31  olicha  <olivier.chapuis@free.fr>
12440         * NEWS:
12441         * fvwm/fvwm.1:
12442         Documented shadow effect in a new section FONT EFFECTS
12444 2002-05-31  olicha  <olivier.chapuis@free.fr>
12446         * libs/Fft.c (FftDrawString):
12447         * libs/Colorset.c (DumpColorset):
12448         (LoadColorset):
12449         * libs/Colorset.h:
12450         * fvwm/colorset.c (parse_colorset):
12451         New colorset option fg_alpha which defines an alpha for rendering
12452         text with Xft
12454 2002-05-29  olicha  <olivier.chapuis@free.fr>
12456         * libs/Fft.c (FftSetupEncoding):
12457         * libs/Fft.h:
12458         * libs/FRender.h:
12459         Added Xft2 support
12461         * acinclude.m4:
12462         * configure.in:
12463         Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12464         to Xft FLAGS and LIBS
12466         * fvwm/Makefile.am:
12467         * libs/Makefile.am:
12468         Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12469         Xft2 library. Removed FT2 CFLAGS and LIBS
12471 2002-05-27  olicha  <olivier.chapuis@free.fr>
12473         * acinclude.m4:
12474         * acconfig.h:
12475         * configure.in:
12476         Some Xft2 and fontconfig preparation
12478         * libs/Flocale.h:
12479         * libs/Flocale.c (FlocaleParseShadow):
12480         (FlocaleLoadFont):
12481         (FlocaleGetShadowTextPosition):
12482         Added offset to shadow text
12484         * libs/Flocale.h:
12485         Fixed the position of ne shadow text and remove some unused #define
12487 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12489         * fvwm/colorset.c (parse_colorset):
12490         fixed integer overflow in average colour calculation
12492 2002-05-27  olicha  <olivier.chapuis@free.fr>
12494         * libs/gravity.c (GetNextMultiDirection):
12495         (ParseMultiDirectionArgument):
12496         * libs/gravity.h:
12497         Added a multi direction type which is a "<<" version of direction
12498         type. Added a parse and a next functions
12500         * libs/Flocale.h:
12501         * libs/Flocale.c (FlocaleParseShadow):
12502         (FlocaleGetNextShadowDirection):
12503         (FlocaleGetShadowTextPosition):
12504         Used gravity multi direction type and functions. Removed
12505         FlocaleGetNextShadowDirection
12507 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12509         * fvwm/focus.c (restore_focus_after_unmap):
12510         fixed a problem w/ colormap transition when transient window died
12512         * fvwm/add_window.c (AddWindow):
12513         clean up
12515         * fvwm/session.c (getUniqueStateFilename):
12516         applied security patch by Jan Echternach
12518         * fvwm/fvwm.c (InitVariables):
12519         Properly initialise Scr.flags.is_pointer_on_this_screen
12521         * libs/fvwmlib.h (FvwmFont):
12522         * fvwm/fvwm.c (setVersionInfo):
12523         * configure.in:
12524         * config.h.in:
12525         * acconfig.h (MULTIBYTE):
12526         removed MULTIBYTE option (unconditionally on)
12528 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12530         * libs/gravity.c (ParseDirectionArgument):
12531         allow "t", "u", ... shortcuts as direction arguments
12533         * fvwm/style.c (check_window_style_change):
12534         (parse_and_set_window_style):
12535         * fvwm/frame.c (frame_setup_border):
12536         (frame_get_shading_laziness):
12537         (frame_get_sidebar_geometry):
12538         * fvwm/decorations.c (SelectDecor):
12539         * fvwm/add_window.c (setup_style_and_decor):
12540         (setup_resize_handle_cursors):
12541         (setup_resize_handle_windows):
12542         (change_resize_handle_windows):
12543         (destroy_auxiliary_windows):
12544         * fvwm/borders.c (border_get_border_gcs):
12545         (border_draw_border_parts):
12546         * fvwm/style.h (SCSET_HAS_BORDER):
12547         * fvwm/fvwm.h (FvwmWindow):
12548         * fvwm/window_flags.h (SET_HAS_BORDER):
12549         new styles NoBorder/Border
12551 2002-05-26  olicha  <olivier.chapuis@free.fr>
12553         * libs/Flocale.h:
12554         * libs/Flocale.c (FlocaleParseShadow):
12555         (FlocaleGetNextShadowDirection):
12556         (FlocaleGetShadowTextPosition):
12557         (FlocaleLoadFont):
12558         Implemented multidirectional shadow text rendering
12560         * libs/Flocale.h:
12561         * libs/Flocale.c
12562         (FlocaleFontStructDrawString):
12563         (FlocaleRotateDrawString):
12564         (FlocaleLoadFont):
12565         (FlocaleDrawString):
12566         (FlocaleTextWidth):
12567         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12568         * libs/Fft.c (FftDrawString):
12569         Cleanup the FlocaleFont structure by addings some flags
12571 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12573         * fvwm/events.c (HandleFocusIn):
12574         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12575         * fvwm/screen.h (ScreenInfo):
12576         * fvwm/focus.c (FocusOn):
12577         ignore EnterNotify events while a window is waiting to receive focus
12578         from the Focus or FlipFocus commands; should prevent plenty of race
12579         contidions caused by executing complex functions by a key press, button
12580         press or from a menu; fixes Alt-Tab problem
12582         * fvwm/events.c (HandleMapNotify):
12583         immediately draw window decorations when window is mapped; the new frame
12584         drawing code takes care of suppressing unnecessary redraws
12585         (HandleLeaveNotify):
12586         fixed a bug w/ LeaveNotify event with NotifyGrab
12588 2002-05-22  olicha  <olivier.chapuis@free.fr>
12590         * libs/Flocale.h:
12591         * libs/Fft.c (FftDrawString):
12592         * libs/Flocale.c (FlocaleFontStructDrawString):
12593         (FlocaleRotateDrawString):
12594         (FlocaleLoadFont):
12595         (FlocaleGetShadowTextPosition):
12596         (FlocaleDrawString):
12597         (FlocaleDrawUnderline):
12598         (FlocaleTextWidth):
12599         Implemented negative shadow text
12601 2002-05-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12603         * fvwm/menucmd.c (CMD_AddToMenu):
12604         * fvwm/windowlist.c (CMD_WindowList):
12605         * fvwm/menus.h:
12606         * fvwm/menus.c
12607         changed signature of AddToMenu
12609         * fvwm/menus.c (clone_menu_root_static):
12610         fixed problem w/ menu style usage count and tear off menus
12611         fixed core dump w/ not copying the missing sub menu function in tear
12612         off menus
12613         (clone_menu_item_list):
12614         (AddToMenu):
12615         (add_another_menu_item):
12616         (size_menu_vertically):
12617         fixed additional "More..." items in sub menus of torn off menus
12619 2002-05-22  Mikhael Goikhman  <migo@homemail.com>
12621         * libs/colorset.h:
12622         fixed #endif warning
12623         * fvwm/ConfigFvwmDefaults:
12624         added CirculateSkip to tear off menus
12625         * fvwm.1:
12626         fixed ShadeAgain quoting
12628 2002-05-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12630         * fvwm/events.c (HandleButtonPress):
12631         allow to pass the focus click to applications and have a function bound
12632         to it at the same time
12634         * fvwm/fvwm.c:
12635         * fvwm/colorset.h:
12636         fixed compilation problem
12638 2002-05-20  olicha  <olivier.chapuis@free.fr>
12640         * libs/PictureImageLoader.c (PImageRGBtoPixel):
12641         Fixed blue colour in png image and ewmh icons
12643         * libs/Flocale.c (FlocaleLoadFont):
12644         Removed some debug code
12646         * fvwm/colorset.c (parse_colorset):
12647         * libs/fvwmlib.h:
12648         * libs/ColorUtils.c (GetForeShadowColor):
12649         Added Mikhael algo to compute the default fgsh
12651 2002-05-18  Mikhael Goikhman  <migo@homemail.com>
12653         * fvwm/functions.c (expand_extended_var):
12654         expand $[fgsh.csN], use constants instead of numbers
12656 2002-05-17  olicha  <olivier.chapuis@free.fr>
12658         * libs/Flocale.c (FlocaleDrawString):
12659         (FlocaleDrawUnderline):
12660         * libs/Flocale.h:
12661         Removed some unused and debug code
12663 2002-05-17  olicha  <olivier.chapuis@free.fr>
12665         * fvwm/menuitem.c (draw_underline):
12666         * libs/Flocale.h:
12667         * libs/Flocale.c (FlocaleDrawUnderline):
12668         Move draw_underline into Flocale.c and fix underline position with
12669         shadow rendering
12671 2002-05-17  olicha  <olivier.chapuis@free.fr>
12673         * fvwm/style.c (update_window_color_style):
12674         (update_window_color_hi_style):
12675         * fvwm/move_resize.c (DisplayPosition):
12676         (DisplaySize):
12677         * fvwm/menuitem.c (menuitem_paint):
12678         * fvwm/borders.c (get_common_decorations):
12679         (border_get_titlebar_draw_descr):
12680         * fvwm/fvwm.h:
12681         * fvwm/icons.c (DrawIconWindow):
12682         Pass the colorset to text drawing via the FlocaleWinString structure
12684         * libs/fvwmlib.h:
12685         * libs/ColorUtils.c (GetForeShadowColor):
12686         (GetForeShadow):
12687         * fvwm/colorset.c (parse_colorset):
12688         * libs/Colorset.h:
12689         * libs/Colorset.c (DumpColorset):
12690         (LoadColorset):
12691         Added fgsh colorset and two new functions GetForeShadowColor and
12692         GetForeShadow which should be modified
12694         * libs/Makefile.am:
12695         * libs/Fft.h:
12696         * libs/FftInterface.h (new file):
12697         * libs/Fft.c (FftDrawString):
12698         * libs/Flocale.h:
12699         * libs/Flocale.c (FlocaleFontStructDrawString):
12700         (FlocaleRotateDrawString):
12701         (FlocaleDrawString):
12702         (FlocaleTextWidth):
12703         (FlocaleLoadFont):
12704         Implemented text shadow rendering
12706 2002-05-11  olicha  <olivier.chapuis@free.fr>
12708         * fvwm/builtins.h:
12709         * fvwm/builtins.c (refresh_window):
12710         * fvwm/update.c (apply_window_updates):
12711         * fvwm/update.h:
12712         * fvwm/style.c (check_window_style_change):
12713         ParentalRelativity style is now dynamic
12715 2002-05-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12717         * fvwm/menuitem.c (menuitem_paint):
12718         fixed menu item hilight area
12720 2002-05-09  olicha  <olivier.chapuis@free.fr>
12722         * libs/Makefile.am:
12723         * libs/XError.c (request_name):
12724         * libs/PictureImageLoader.c (PImageLoadPng):
12725         (PImageCreatePixmapFromArgbData):
12726         * libs/PictureGraphics.c (PGraphicsTintRectangle):
12727         (PGraphicsTileRectangle):
12728         (PGraphicsCopyFvwmPicture):
12729         * libs/FRenderInit.c (new file):
12730         * libs/FRenderInit.h (new file):
12731         * libs/FRenderInterface.h:
12732         * libs/FRender.c (*):
12733         * fvwm/colorset.c (parse_tint):
12734         (parse_colorset):
12735         * fvwm/fvwm.c (main):
12736         * fvwm/events.c (HandlePropertyNotify):
12737         Change the design of the previous commit. Now a module should call
12738         FRenderInit when it wants to use a function which depends on XRender.
12740 2002-05-09  olicha  <olivier.chapuis@free.fr>
12742         * fvwm/colorset.c:
12743         A -Wall fix
12745         * libs/Flocale.h:
12746         * libs/Fft.h:
12747         Fixed Compilation
12748         Include Fft.h include FRender.h as Xft.h include Xrender.h
12750         * libs/FRenderInterface.h:
12751         * libs/FRender.h:
12752         * libs/FRender.c (FRenderInit):
12753         (FRenderGetErrorCodeBase):
12754         (FRenderGetMajorOpCode):
12755         (FRenderGetExtensionSupported):
12756         (FRenderGetErrorText):
12757         Improve XRender initialization, check if the XRender extension is
12758         enabled and get the error code base and the major op code.
12759         Add error functions for the X error handler.
12761         * libs/XError.c (PrintXErrorAndCoredump):
12762         (request_name):
12763         Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12764         and major op code
12766         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12767         * fvwm/events.c (HandlePropertyNotify):
12768         * fvwm/colorset.c (parse_tint):
12769         (parse_colorset):
12770         * libs/PictureImageLoader.c (PImageLoadPng):
12771         (PImageCreatePixmapFromArgbData):
12772         * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12773         (PGraphicsCopyFvwmPicture):
12774         (PGraphicsTileRectangle):
12775         * libs/FRender.c (FRenderCopyArea):
12776         (FRenderTintRectangle):
12777         Check if the XRender extension is enabled on the display before
12778         performing XRender operations
12780 2002-05-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12782         * fvwm/menuitem.c (menuitem_paint):
12783         fixed item hilighting problems
12785 2002-05-07  olicha  <olivier.chapuis@free.fr>
12787         * fvwm/colorset.c (parse_colorset):
12788         More coloset fixes
12790 2002-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12792         * fvwm/events.c (HandlePropertyNotify):
12793         workaround for xterm resize problem
12795         * fvwm/colorset.c (parse_colorset):
12796         (free_colorset_background):
12797         (parse_pixmap):
12798         (parse_tint):
12799         fixed various bugs and core dumps w/ the cs->picture structure;
12800         note: it's a pointer, so compare with NULL, not with None
12802         * fvwm/frame.c (frame_setup_window):
12803         (frame_setup_window_app_request):
12804         (frame_force_setup_window):
12805         (frame_setup_window_internal):
12806         (frame_create_move_resize_args):
12807         (frame_free_move_resize_args):
12808         * fvwm/add_window.c (setup_window_attr):
12809         * fvwm/events.c (HandleConfigureRequest):
12810         (HandlePropertyNotify):
12811         fixed [?] bit_gravity/resize problem
12813         * fvwm/events.c (HandleEnterNotify):
12814         reformatted EdgeCommand code
12816 2002-05-06  olicha  <olivier.chapuis@free.fr>
12818         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12819         Resize an ewmh icon to the wanted size if it is to big
12821         * fvwm/ewmh.c (EWMH_WindowDestroyed):
12822         Set also the stacking list when a window is destroyed
12824 2002-05-03  Dan Espen  <dane@mk.telcordia.com>
12826         * fvwm/fvwm.1: Finish language check.
12827         Fix typo in Mouse section, context should be on new line.
12829 2002-05-02  Dan Espen  <dane@mk.telcordia.com>
12831         * fvwm/fvwm.1 (file): Restore icons and images text with some
12832         improvement.
12833         Started on lang check, not done yet.
12835 2002-05-02  Mikhail Kruk  <meshko@cs.brandeis.edu>
12837         * fvwm/module_interface.c (make_named_packet):
12838         Applied Mikhail Kruk patch
12840 2002-05-02  olicha  <olivier.chapuis@free.fr>
12842         * libs/FlocaleCharset.h:
12843         * libs/Ficonv.c (FiconvSetupConversion):
12844         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12845         * libs/Flocale.h:
12846         * libs/Flocale.c (FlocaleGetFftFont):
12847         (FlocaleGetFontSet):
12848         (FlocaleGetFont):
12849         (FlocaleLoadFont):
12850         (FlocaleUnloadFont):
12851         * fvwm/fvwm.1:
12852         Implemented charset/iconv hints in font name
12854 2002-04-29  Stian Sletner  <stian@sletner.com>
12856         * fvwm/windowlist.c (CMD_WindowList):
12857         Added new Windowlist option IconifiedAtEnd
12859 2002-04-30  Mikhael Goikhman  <migo@homemail.com>
12861         * fvwm/module_interface.c:
12862         * libs/Module.c:
12863         * libs/Module.h:
12864         moved two constant strings to Module.h, so they may be used by perllib
12866 2002-04-29  olicha  <olivier.chapuis@free.fr>
12868         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12869         Fixed a core dump if the charset is not found
12871         * libs/Flocale.c (FlocaleStringToString2b):
12872         Removed some debug code
12874 2002-04-29  olicha  <olivier.chapuis@free.fr>
12876         * libs/Fft.c (FftGetFontWidths):
12877         (FftGetFontWidths):
12878         * libs/Fft.h
12879         * libs/Flocale.h:
12880         * libs/Flocale.c (FlocaleGetFont):
12881         (FlocaleGetFontSet):
12882         (FlocaleGetFftFont):
12883         Removed min_char_offset member of the FlocaleFont as it is not use
12884         since we rotate string for side title
12886         * libs/Ficonv.c (FiconvSetupConversion):
12887         * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12888         (FlocaleCharsetSetFlocaleCharset):
12889         * libs/Flocale.h:
12890         * libs/Flocale.c (FlocaleTextWidth):
12891         (FlocaleDrawString):
12892         (FlocaleUtf8ToUnicodeStr2b):
12893         (FlocaleLoadFont):
12894         (FlocaleStringToString2b):
12895         (FlocaleRotateDrawString):
12896         (FlocaleFontStructDrawString):
12897         Added support for drawing string with 10646-1 fonts without an utf8
12898         locale. Also, drawing strings with a multibyte font now work not so
12899         bad even if the locale have nothing to do with the font.
12901         * libs/Fft.c (FftUtf8ToFftString16):
12902         (FftDrawString):
12903         (FftTextWidth):
12904         Added utf8 rendering with iso10646-1 fonts on system without
12905         Xft Utf8 functions
12907         * fvwm/colorset.c (reset_cs_pixmap):
12908         (parse_pixmap):
12909         (parse_shape):
12910         (parse_tint):
12911         (parse_colorset):
12912         Colorset now accept bitmaps. Split a bit parse_colorset for readability
12914 2002-04-28  Mikhael Goikhman  <migo@homemail.com>
12916         * fvwm/menus.c:
12917         fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12919 2002-04-27  Mikhael Goikhman  <migo@homemail.com>
12921         * fvwm/move_resize.c:
12922         don't start Move with snap disabled if Alt is initially pressed
12924 2002-04-26  Mikhael Goikhman  <migo@homemail.com>
12926         * NEWS, configure.in:
12927         changed version to 2.5.2
12929 2002-04-25  Mikhael Goikhman  <migo@homemail.com>
12931         * fvwm/fvwm.1:
12932         improved main headers, added new COLORSETS section;
12933         documented State condition
12935         * NEWS:
12936         documented Tint in colorsets and utility renaming
12938         * libs/Flocale.c:
12939         corrected several error reporting problems
12941 2002-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12943         * fvwm/events.h:
12944         fixed leaving tear off menus
12946 2002-04-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12948         * fvwm/borders.c (border_draw_part_relief):
12949         (border_set_button_pixmap):
12950         (border_draw_title_stick_lines):
12951         (border_draw_title_mono):
12952         (border_draw_title_relief):
12953         * libs/fvwmlib.h (RelieveRectangle2):
12954         (RelieveRectangle):
12955         replaced functions by macros
12957         * libs/Graphics.c (do_relieve_rectangle):
12958         applied performance patch by Dave Trollope
12960 2002-04-24  Mikhael Goikhman  <migo@homemail.com>
12962         * libs/FBidi.c:
12963         * libs/FBidi.h:
12964         * libs/Flocale.c:
12965         * libs/Flocale.h:
12966         * libs/FlocaleCharset.c:
12967         FBidi is now independent from Flocale* again;
12968         iso8859-6.8x fonts recognized now as bidi-enabled
12970 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12972         * libs/Flocale.c:
12973         fixed --disable-multibyte
12975 2002-04-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12977         * fvwm/borders.c (border_draw_title_deep):
12978         (border_set_title_pixmap):
12979         (border_set_button_pixmap):
12980         fixed SolidButton title and button style
12982 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12984         * fvwm/fvwm.1:
12985         * NEWS:
12986         * AUTHORS:
12987         added new entry about CurrentAtEnd
12989         * colorset.c:
12990         minor reformatting and spell checking
12992 2002-04-23  Jochen Klenner  <jochen.klenner@gmx.net>
12994         * fvwm/windowlist.c (CMD_WindowList):
12995         Added new Windowlist option CurrentAtEnd
12997 2002-04-22  olicha  <olivier.chapuis@free.fr>
12999         * fvwm/colorset.c (parse_colorset):
13000         * libs/Colorset.h:
13001         Fixed an enormous core dump which comes from a cvs merging problem
13003         * fvwm/Makefile.am:
13004         * acconfig.h:
13005         * configure.in:
13006         Added Xrender detection and link fvwm if needed
13008         * libs/PictureGraphics.c:
13009         * libs/PictureGraphics.h:
13010         * libs/FRender.c:
13011         * libs/FRender.h:
13012         * libs/FRenderInterface.h:
13013         * libs/PictureGrpahics.c (*):
13014         * libs/PictureGrpahics.h:
13015         New libs files to acheive alpha-blend rendering and better XBM
13016         support. PictureGraphics contains elaborated version and also
13017         simplified version of XFillRectangle, XCopyPlan and XCopyArea
13018         Xlib functions.
13020         * fvwm/fvwm.h:
13021         * fvwm/icons.c (clear_icon):
13022         (GetIconPicture):
13023         (DrawIconWindow):
13024         (GetIconFromFile):
13025         * fvwm/events.c (HandlePropertyNotify):
13026         * fvwm/borders.c (border_fill_pixmap_background):
13027         (border_get_border_background):
13028         (border_draw_decor_to_pixmap):
13029         * fvwm/menuitem.c (menuitem_paint):
13030         * fvwm/add_window.c (destroy_icon):
13031         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13032         * fvwm/geometry.c (move_icon_to_position):
13033         * fvwm/colorset.c (free_colorset_background):
13034         (parse_colorset):
13035         * libs/Colorset.h:
13036         Implemented alpha-blend rendering with the new libs function
13038         * fvwm/colorset.c (free_colorset_background):
13039         (parse_colorset):
13040         * libs/Colorset.h:
13041         Implemented tinting of a Pixmap background colorset
13043         * fvwm/colorset.c (parse_colorset):
13044         Use the Scr.NoFocusWin as main window in the place of the
13045         Scr.SizeWindow, this fix a lot of X errors in my machine.
13047         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
13048         Donated our alpha channel
13050         * libs/vpacket.h:
13051         * fvwm/module_interface.h:
13052         * fvwm/module_interface.c (SendFvwmPicture):
13053         (BroadcastMiniIcon):
13054         (SendMiniIcon):
13055         (BroadcastFvwmPicture):
13056         (CMD_Send_WindowList):
13057         * fvwm/add_window.c (change_mini_icon):
13058         (broadcast_mini_icon):
13059         * fvwm/ewmh_icons.c:
13060         Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
13061         SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
13063         * libs/Makefile.am:
13064         * libs/PictureBase.c (*):
13065         * libs/PictureBase.h:
13066         * libs/Picture.c (*):
13067         * libs/Picture.h:
13068         * libs/PictureImageLoader.c (*):
13069         * libs/PictureImageLoader.h:
13070         * fvwm/*:
13071         Rename some libs file InitPicture -> PictureBase, FImageLoader ->
13072         PictureImageLoader.
13073         Rename some libs function: InitPictureCMap -> PictureInitCMap,
13074         UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
13075         PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
13076         SetImagePath -> PictureSetImagePath, findImageFile ->
13077         PictureFindImageFile, PictureList -> FvwmPictureList,
13078         LoadFvwmPicture removed now  PImageLoadFvwmPictureFromFile replace it,
13079         GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
13080         DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
13081         PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
13082         PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
13083         Also renamed more recent functions in PictureImageLoader.
13085         * fvwm/borders.c (border_draw_one_border_part):
13086         (border_draw_decor_to_pixmap):
13087         Fixed drawing of a TiledPixmap borded and fixed position of buttons
13088         pixmap
13090         * fvwm/menus.c (pop_menu_up):
13091         (animated_move_back):
13092         (ParentalMenuRePaint):
13093         * fvwm/move_resize.h (resize_geometry_window):
13094         * fvwm/move_resize.c (move_window_doit):
13095         (AnimatedMoveAnyWindow):
13096         (AnimatedMoveOfWindow):
13097         (AnimatedMoveFvwmWindow):
13098         Fixed transparent animated menu
13100 2002-04-21  Mikhael Goikhman  <migo@homemail.com>
13102         * fvwm/fvwm.1:
13103         fixed two places
13105 2002-04-19  Hippo
13107         * fvwm/colorset.c:
13108         * libs/Colorset.c:
13109         fixed running out of colors on 8bpp with ReadWriteColors;
13110         simulate colorsets on monochrome displays using three 1-bit pixmaps
13112 2002-04-19  Mikhael Goikhman  <migo@homemail.com>
13114         * configure.in:
13115         fixed $PERL detection again
13117 2002-04-18  Hippo
13119         * configure.in:
13120         added -Wno-implicit-int to -Wall in case of gcc
13122         * fvwm/colorset.c:
13123         * fvwm/fvwm.c:
13124         fixed ReadWriteColors on a PseudoColor display
13126 2002-04-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13128         * fvwm/move_resize.c (move_window_doit):
13129         set the is_icon_moved too flag if the icon was moved non-interactively
13131 2002-04-16  Hippo
13133         * fvwm/*.[ch]:
13134         * NEWS:
13135         Moved FvwmTheme functionality into fvwm.
13136         Added new commands Colorset, ReadWriteColors, CleanupColorsets.
13138 2002-04-17  Mikhael Goikhman  <migo@homemail.com>
13140         * configure.in:
13141         fixed $PERL detection
13143         * fvwm/fvwm.1:
13144         * fvwm/ConfigFvwmDefaults:
13145         several fixes and spelling
13147 2002-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13149         * libs/Bindings.c (CheckBinding):
13150         (MatchBinding):
13151         (GrabWindowKey):
13152         (GrabWindowButton):
13153         (MatchBindingExactly):
13154         patch by yeti@physics.muni.cz to help with a weird problem w/ czech
13155         keyboards
13157 2002-04-12  Mikhael Goikhman  <migo@homemail.com>
13159         * configure.in:
13160         configure now uses $PERL if set
13162         * **:
13163         all programs installed into ${bindir} have now fvwm- prefix;
13164         documentation updated
13166 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
13168         * **:
13169         renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
13170         documentation updated
13172 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
13174         * NEWS:
13175         added 2.4.7 entries
13177 2002-04-10  Dan Espen  <dane@mk.telcordia.com>
13179         * AUTHORS: New author.
13181         * NEWS: Edge Command.
13183 2002-04-09  Uwe Pross  <uwe.pross@gmx.net>
13185         * fvwm/fvwm2.1:
13186         Added EdgeCommand paragraph.
13188         * fvwm/events.c (HandleEnterNotify):
13189         Added execution of Scr.PanFrame*.command if set
13191         * fvwm/fvwm.c (InitVariables):
13192         Added init strings for pan frame commands.
13194         * fvwm/virtual.c:
13195         * fvwm/virtual.h:
13196         (checkPanFrames):
13197         Avoid hiding of pan frames if pan frame command is set.
13198         (CMD_EdgeCommand):
13199         Implementation of the buildin command EdgeCommand. First
13200         implementation of this function.
13202         * fvwm/screen.h (struct):
13203         added char * command in structure Panframe to store the pan frame
13204         command.
13206         * fvwm/functions.c:
13207         added declaration of CMD_ENTRY("edgecommand")
13209         * fvwm/functions.h:
13210         added definition of Flag F_EDGE_COMMAND
13212         * fvwm/commands.h:
13213         added definition of CMD_EdgeCommand(F_CMD_ARGS)
13215 2002-04-10  Mikhael Goikhman  <migo@homemail.com>
13217         * fvwm/fvwm2.1:
13218         added "BI-DIRECTIONAL TEXTS" section
13220         * libs/System.c:
13221         added #include <sys/select.h> to fix endless loop on QNX
13223 2002-04-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13225         * fvwm/fvwm2.1:
13226         changed description of focus models
13228 2002-04-09  olicha  <olivier.chapuis@free.fr>
13230         * configure.in:
13231         Check for libpng libpng 1.0.4a or better
13233 2002-04-08  Mikhael Goikhman  <migo@homemail.com>
13235         * fvwm/add_window.c (setup_title_geometry):
13236         * fvwm/fvwm.h:
13237         * fvwm/fvwm2.1:
13238         * fvwm/geometry.c (get_title_font_size_and_offset):
13239         * fvwm/geometry.h:
13240         * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
13241         * fvwm/style.h:
13242         * fvwm/window_flags.h:
13243         * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
13244         * libs/Fft.h:
13245         * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
13246         * libs/Flocale.h:
13247         new Style options TopTitleRotated / TopTitleNotRotated,
13248         BottomTitleRotated / BottomTitleNotRotated
13250 2002-04-08  olicha  <olivier.chapuis@free.fr>
13252         * libs/Makefile.am:
13253         Fixed make dist again
13255 2002-04-07  Dan Espen  <dane@mk.telcordia.com>
13257         * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
13259 2002-04-07  Mikhael Goikhman  <migo@homemail.com>
13261         * INSTALL.fvwm:
13262         minor wording fixes
13264         * NEWS:
13265         mention a new FvwmIconMan syntax
13267         * sample.fvwmrc/new-features:
13268         * sample.fvwmrc/system.fvwm2rc:
13269         * sample.fvwmrc/system.fvwm2rc-sample-95:
13270         use a new module syntax
13272 2002-04-06  olicha  <olivier.chapuis@free.fr>
13274         * fvwm/fvwm2.1:
13275         * INSTALL.fvwm:
13276         Forget to save some file
13278         * libs/FImageLoader.c (c100_init_base_table):
13279         Allows init even if !XPM
13281         * libs/Makefile.am:
13282         Remove a F
13284         * configure.in:
13285         Fixed png detection
13287         * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
13288         Fixed a GC memory leaks.
13290         * fvwm/fvwm.c (setVersionInfo):
13291         * fvwm/fvwm2.1:
13292         Updated -version for png, bidi and xft
13294         * fvwm/fvwm2.1:
13295         Modified the ICONS section. Rename it ICONS AND IMAGES and
13296         document PNG file format. Replace "xpm or bitmap file" by
13297         "image file" in a few place.
13299         * INSTALL.fvwm:
13300         * NEWS:
13301         PNG news and documented libpng in the "Optional libraries used by FVWM"
13302         section
13304 2002-04-05  olicha  <olivier.chapuis@free.fr>
13306         * libs/FImageLoader.c (c100_init_base_table):
13307         (FImageReduceRGBColor):
13308         (FImageCreatePixmapFromArgbData):
13309         Speed up color limitation for png image and ewmh icons
13310         Respect color limit even with DirectColor and TrueColor
13312         * configure.in:
13313         * acconfig.h (HAVE_PNG):
13314         Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13315         even without XPM support
13317         * libs/Makefile.am
13318         * libs/InitPicture.c (new file):
13319         * libs/InitPicture.h (new file):
13320         * libs/Picture.c:
13321         * libs/Picture.h:
13322         * libs/FImageLoader.c (new file):
13323         * libs/FImageLoader.h (new file):
13324         * libs/Fxpm.h (new file):
13325         * libs/Fpng.h (new file):
13326         Images are loaded in FImageLoader. PNG image can be loaded, the loader
13327         come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13328         ColorLimit stuff is applied to PNG image.
13329         Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13330         Picture.c and Picture.h.
13331         InitPicture contains the Picture structure, initialize the visual,
13332         depth and color map and contains image path stuff as Picture contains
13333         Picture manipulations.
13335         * libs/ColorUtils.c:
13336         * libs/Picture.h:
13337         Moved the Picture color utils func to ColorUtils
13339         * fvwm/Makefile.am:
13340         links against libpng
13342         * fvwm/icons.c (GetIconPicture):
13343         (GetXPMFile):
13344         (GetBitmapFile):
13345         (GetIconFromFile):
13346         Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13347         the libs image loader
13349         * fvwm/cursor.c (CMD_CursorStyle):
13350         Use FImageLoadCursorPixmapFromFile (no PNG support here)
13352         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13353         (EWMH_SetIconFromWMIcon):
13354         Use the argb loader of the libs. ColorLimit are now applied to ewmh
13355         icons
13357         * fvwm/modconf.c:
13358         Send the ColorLimit to module in any case
13360         * libs/fvwmlib.h:
13361         * libs/Graphics.c:
13362         * libs/Flocale.c
13363         * libs/Fft.c:
13364         * libs/Colorset.c:
13365         * fvwm/add_window.c:
13366         * fvwm/builtins.c:
13367         * fvwm/fvwm.h:
13368         * fvwm/menus.c:
13369         * fvwm/menustyle.c:
13370         * fvwm/move_resize.c:
13371         include cleanup
13373 2002-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13375         * fvwm/events.c (test_map_request):
13376         (test_resizing_event):
13377         fixed endless loop in HandleConfigureRequest
13379 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13381         * fvwm/add_window.c (setup_style_and_decor):
13382         fixed borderless transients
13384         * fvwm/events.c (test_resizing_event):
13385         (HandleConfigureRequest):
13386         * fvwm/frame.c (frame_create_move_resize_args):
13387         * fvwm/add_window.c (AddWindow):
13388         * fvwm/fvwm.h:
13389         * fvwm/window_flags.h:
13390         tried to improve ConfigureRequest handling
13392         * fvwm/events.c (HandlePropertyNotify):
13393         recalculate window size when the base_width or base_height hint
13394         changes; fixes some problems with xemacs
13396         * fvwm/virtual.c (map_window):
13397         redraw decorations
13399         * fvwm/borders.c (border_draw_decorations):
13400         don't redraw windows on a different desk
13401         keep track of Scr.Hilite
13403 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13405         * fvwm/virtual.c (unmap_window):
13406         * fvwm/move_resize.c (resize_window):
13407         * fvwm/icons.c (Iconify):
13408         * fvwm/add_window.c (CaptureOneWindow):
13409         * fvwm/borders.c (border_undraw_decorations):
13410         mark window decorations as not drawn whenever the frame is unmapped
13412 2002-03-30  Dan Espen  <dane@mk.telcordia.com>
13414         * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13416 2002-03-29  Mikhael Goikhman  <migo@homemail.com>
13418         * libs/FBidi.c:
13419         use safemalloc and alloca instead of malloc
13421 2002-03-29  olicha  <olivier.chapuis@free.fr>
13423         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13424         Set the X locale charset on system without XOpenOM
13426 2002-03-27  Mikhael Goikhman  <migo@homemail.com>
13428         * configure.in:
13429         fixed multibyte support reporting
13431 2002-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13433         * libs/fvwmlib.h:
13434         * fvwm/fvwm.h:
13435         * config.h.in:
13436         moved gcc extension __attribute__ handling to config.h
13438         * fvwm/fvwm.c (main):
13439         * fvwm/stack.c (add_window_to_stack_ring_after):
13440         * fvwm/icons.c (GetIconWindow):
13441         (GetIconBitmap):
13442         * fvwm/add_window.c:
13443         fixed core dumps and other bugs in debug messages
13445 2002-03-27  olicha  <olivier.chapuis@free.fr>
13447         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13448         (FlocaleCharsetSetFlocaleCharset):
13449         * acconfig.h:
13450         * configure.in (problem_multibyte):
13451         Fixed compilation for system without XOpenOM in Xlib.h
13453         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13454         * libs/Ficonv.c (FiconvInit):
13455         Be more safe
13457         * fvwm/fvwm.c:
13458         include only libs/Flocale.h
13460 2002-03-26  Mikhael Goikhman  <migo@homemail.com>
13462         * configure.in:
13463         fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13465         * libs/FBidi.c:
13466         * libs/FBidi.h:
13467         * libs/Flocale.c:
13468         * libs/FlocaleCharset.c:
13469         minor modifications, like removed #include;
13470         fixed core dump with bidi and utf-8
13472 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13474         * fvwm/frame.c (frame_update_hidden_window_pos):
13475         fixed shade/maximize/unshade
13477         * fvwm/builtins.c (FreeDecorFace):
13478         fixed memory leak
13480         * fvwm/borders.c (get_common_decorations):
13481         (border_get_border_style):
13482         * fvwm/style.c (parse_and_set_window_style):
13483         * fvwm/style.h:
13484         * fvwm/window_flags.h:
13485         * fvwm/fvwm.h (struct):
13486         * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13487         (frame_create_move_resize_args):
13488         (frame_move_resize_step):
13489         (frame_next_move_resize_args):
13490         new styles WindowShadeLazy [default], WindowShadeBusy and
13491         WindowShadeAlwaysLazy
13493         * fvwm/frame.c (frame_set_decor_gravities):
13494         fixed window bit gravities
13495         split into smaller functions
13496         (frame_move_resize_step):
13497         fixed a bug w/ the parent gravity
13498         (frame_hide_changing_window_parts):
13499         fixed flickering in one of the corners during shade animation
13500         (frame_mrs_hide_changing_parts):
13501         renamed function
13502         (frame_mrs_prepare_vars):
13503         (frame_mrs_hide_unhide_parent):
13504         (frame_mrs_setup_draw_decorations):
13505         (frame_mrs_resize_move_windows):
13506         new functions
13508 2002-03-25  olicha  <olivier.chapuis@free.fr>
13510         * libs/Fft.c (FftSetupEncoding):
13511         Fixed compilation
13513         * libs/Flocale.c (FlocaleDrawString):
13514         * libs/FBidi.c (FBidiConvert):
13515         * libs/FBidi.h:
13516         Pass the font to FBidiConvert
13518         * acconfig.h (HAVE_LIBCHARSET):
13519         * acinclude.m4 (CHECK_LIBCHARSET):
13520         * configure.in:
13521         If libiconv is used check for libcharset
13523         * libs/Makefile.am:
13524         * libs/FlocaleCharset.h:
13525         * libs/FlocaleCharset.c:
13526         * libs/Flocale.h:
13527         * libs/Flocale.c (*):
13528         * libs/Fft.c (FftSetupEncoding):
13529         * libs/Fft.h:
13530         New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13531         FlocaleFont has such a member which is set when charset info are needed.
13532         FlocaleCharset.c contains a big table which associates to an X charset
13533         various possible locale charsets and the fribidi charset.
13534         If libiconv is used, libcharset is used to compute the locale charset.
13535         Various Flocale clean up.
13537         * fvwm/fvwm.c (main):
13538         Removed the call to FlocaleInitCharset, it is now done automatically
13539         when needed
13541         * libs/Makefile.am:
13542         * libs/Ficon.h:
13543         * libs/Ficonv.c:
13544         * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13545         * fvwm/ewmh.h:
13546         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13547         (EWMH_WMIconName):
13548         (EWMH_WMName):
13549         (EWMH_SetDesktopNames):
13550         Moved iconv conversions into the library. Try to found the good iconv
13551         charset with the help of the font and of the FlocaleCharset table.
13553 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13555         * libs/Module.c (SendFvwmPipe):
13556         * libs/Graphics.c (do_relieve_rectangle):
13557         * fvwm/menustyle.c (menustyle_parse_old_style):
13558         * fvwm/add_window.c (setup_window_structure):
13559         memory management patches by Dave Trollope
13561         * fvwm/frame.c (frame_get_sidebar_geometry):
13562         hide the handles when using the NoHandles style
13564         * fvwm/borders.c (border_redraw_decorations):
13565         change in title rotation is applied immediately, don't use the value "2"
13566         to force redrawing
13568         * fvwm/style.c (parse_and_set_window_style):
13569         removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13570         styles can be used
13571         documented the new title directions
13572         (parse_and_set_window_style):
13573         removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13574         instead
13575         documented these styles
13577         * fvwm/add_window.c (CaptureOneWindow):
13578         (CaptureAllWindows):
13579         (AddWindow):
13580         cleaned up
13582         * fvwm/icons.c (DeIconify):
13583         fiexd fucoused window not hilighting after deiconification
13585 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13587         * fvwm/update.c (apply_window_updates):
13588         windows are not unshaded when the decoration layout changes
13590         * fvwm/frame.c (frame_create_move_resize_args):
13591         fixed excessive redrawing
13592         (frame_get_hidden_pos):
13593         fixed parent geometry when window is hidden
13595         * fvwm/add_window.c (setup_frame_stacking):
13596         fixed stacking of right buttons
13598         * fvwm/frame.c (frame_set_decor_gravities):
13599         fixed title and button bit gravities
13601         * fvwm/add_window.c (setup_frame_stacking):
13602         (change_auxiliary_windows):
13603         fixed "button" style
13605         * fvwm/geometry.c (get_title_button_geometry):
13606         * fvwm/menus.c (pop_menu_up):
13607         fixed menu placement relative to window titles
13609         * libs/Flocale.c (FlocaleDrawString):
13610         fixed compiler warning w/o fribidi
13612         * fvwm/virtual.c (MoveViewport):
13613         (MapDesk):
13614         (do_move_window_to_desk):
13615         * fvwm/update.c (apply_window_updates):
13616         * fvwm/icons.c (Iconify):
13617         (CMD_Iconify):
13618         * fvwm/module_interface.c (SETOLDFLAGS):
13619         * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13620         * fvwm/style.c (parse_and_set_window_style):
13621         * fvwm/window_flags.h:
13622         * fvwm/session.c (MatchWinToSM):
13623         * fvwm/placement.c (PlaceWindow):
13624         * fvwm/add_window.c (CaptureAllWindows):
13625         (setup_window_placement):
13626         (CaptureOneWindow):
13627         (AddWindow):
13628         (destroy_window):
13629         * fvwm/menus.c (menu_tear_off):
13630         * fvwm/events.c (HandleMapRequestKeepRaised):
13631         (HandleMapNotify):
13632         * fvwm/fvwm.h:
13633         removed some of those pesky globals: PPosOverride, isIconicState and
13634         isIconifiedByParent; pass round a structure instead
13635         removed the do_start_iconic window flag
13636         removed do_delete_icon_moved flag
13638 2002-03-24  Mikhael Goikhman  <migo@homemail.com>
13640         * acconfig.h:
13641         * configure.in:
13642         renamed HAVE_FRIBIDI to HAVE_BIDI
13644         * libs/FBidi.c:
13645         * libs/FBidi.h:
13646         added more comments
13648         * fvwm/Makefile.am:
13649         * libs/Flocale.c:
13650         * libs/Makefile.am:
13651         added a dummy call to FBidi to test linking against bidi libs
13653 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13655         * fvwm/windowshade.c (CMD_WindowShade):
13656         changed syntax of windowshade with direction
13657         (CMD_WindowShade):
13658         update button state after unshading
13660         * fvwm/add_window.c (AddWindow):
13661         fixed mini icon update
13663         * fvwm/events.c (HandleEnterNotify):
13664         fixed icon picture redrawing
13665         icon titles are no longer raised and expanded if the icon has only a
13666         title
13668         * fvwm/move_resize.c (resize_window):
13669         fixed core dump
13671         * libs/gravity.c (gravity_move_resize_parent_child):
13672         * fvwm/frame.c (frame_get_titlebar_dimensions):
13673         (frame_prepare_animation_shape):
13674         (frame_move_resize_step):
13675         (frame_get_titlebar_dimensions_only):
13676         (frame_get_hidden_pos):
13677         (frame_update_hidden_window_pos):
13678         (frame_free_move_resize_args):
13679         (frame_create_move_resize_args):
13680         fixed shading of shaped windows
13682         * fvwm/borders.c:
13683         clean up
13685         * fvwm/fvwm.c (main):
13686         * fvwm/misc.c (GrabEm):
13687         fixed a problem with the cursor shape during window shading
13689         * fvwm/update.c (apply_window_updates):
13690         fixed drawing of hilighted window after a decoration change
13692         * fvwm/update.c (apply_window_updates):
13693         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13694         * fvwm/borders.c (RedrawDecorations):
13695         renamed RedrawDecorations()
13697         * fvwm/move_resize.c (move_window_doit):
13698         * libs/fvwmrect.c:
13699         * fvwm/misc.c (move_into_rectangle):
13700         (intersect_xrectangles):
13701         functions renamed and moved to fvwmrect.c
13703         * fvwm/borders.c (border_get_changed_border_parts):
13704         (frame_get_changed_border_parts):
13705         reduced border redrawing
13706         moved fucntion to borders.c
13708         * fvwm/events.c (HandleButtonPress):
13709         (DispatchEvent):
13710         suppress button events on frame windows
13712         * fvwm/frame.c (frame_setup_border):
13713         fixed a problem with the border setup
13715         * fvwm/borders.c (border_draw_decorations):
13716         * fvwm/events.c (HandleEnterNotify):
13717         fixed icon title drawing
13719         * fvwm/misc.c (GrabEm):
13720         fixed a pointer grab hang with xmag?
13722         * fvwm/move_resize.c (resize_window):
13723         use frame_move_resize function to improve performance
13725         * fvwm/add_window.c (AddWindow):
13726         fixed recaturing shaded windows
13728         * fvwm/borders.c:
13729         suppress unnecessary title redraws
13731         * fvwm/frame.c:
13732         window shading works again; there are still some problems with
13733         recapture, restart, border drawing and shaped windows
13735 2002-03-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13737         * fvwm/geometry.c (get_shaded_geometry_with_dir):
13738         new function
13740         * fvwm/frame.c (frame_get_title_bar_dimensions):
13741         fixed minor button layout bug
13742         (frame_update_hidden_window_pos):
13744         * fvwm/ewmh_names.c (EWMH_WMName):
13745         * fvwm/gnome.c (GNOME_HandlePropRequest):
13746         * fvwm/focus.c (DoSetFocus):
13747         * fvwm/stack.c (new_layer):
13748         * fvwm/icons.c (DeIconify):
13749         (Iconify):
13750         * fvwm/events.c (HandleFocusIn):
13751         (HandlePropertyNotify):
13752         (HandleExpose):
13753         (HandleMapNotify):
13754         (HandleButtonPress):
13755         (HandleLeaveNotify):
13756         * fvwm/builtins.c (CMD_ChangeDecor):
13757         (CMD_UpdateDecor):
13758         * fvwm/move_resize.c (resize_move_window):
13759         (resize_window):
13760         (resize_window):
13761         (maximize_fvwm_window):
13762         (handle_stick):
13763         * fvwm/borders.c (DrawDecorations):
13764         (RedrawDecorations):
13765         removed function DrawDecorations()
13766         (border_draw_decorations):
13767         renamed draw_decorations_with_geom() to border_draw_decorations()
13769         * fvwm/events.c (HandleExpose):
13770         fixed drawing icon titles
13772         * fvwm/add_window.c (adjust_fvwm_internal_windows):
13773         * fvwm/events.c (HandleFocusIn):
13774         (HandleFocusOut):
13775         * fvwm/screen.h (ScreenInfo):
13776         return the focus to the window that had the focus before an or window
13777         stole it and then died.
13779         * fvwm/menus.c (scanForColor):
13780         removed duplicate call of strlen
13781         use alloca instead of safemalloc
13783         * fvwm/menustyle.c (menustyle_parse_style):
13784         don't call memset right before memcpy
13786         * fvwm/module_interface.c (AddToMessageQueue):
13787         (DeleteMessageQueueBuff):
13788         removed one safemalloc and inline'd the function
13789         merged AddToMessageQueue into PositiveWrite
13791         * fvwm/borders.c (border_draw_decor_to_pixmap):
13792         fixed pixmap and mini icon buttons
13793         (border_fill_pixmap_background):
13794         fixed an X error
13795         (border_get_tb_parts_to_draw):
13796         buttons and title background using the border style is updated when the
13797         buttons moves
13799         * fvwm/events.c (WaitForButtonsUp):
13800         don't grab the whole server but merely the pointer to allow applications
13801         redrawing themselves
13803         * fvwm/borders.c:
13804         finished writing title drawing code
13806         * fvwm/move_resize.c (resize_window):
13807         (resize_move_window):
13808         (unmaximize_fvwm_window):
13809         removed now unnecessary calls to DrawDecorations()
13811         * fvwm/frame.c (frame_hide_changing_window_parts):
13812         fixed hiding bottom/right titles
13814         * fvwm/add_window.c (AddWindow):
13815         fixed recapturing shaded windows
13817         * fvwm/misc.c (GrabEm):
13818         fixed the cursor over the title window while resizing
13820 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13822         * libs/Graphics.c (CreateTiledPixmap):
13823         improved efficience: let the X server tile a pixmap via the GC settings
13825         * fvwm/fvwm.c (CreateGCs):
13826         * fvwm/screen.h (ScreenInfo):
13827         added new global GC Scr.TileGC
13829         * fvwm/borders.c (border_fill_pixmap_background):
13830         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13831         use already created gcs
13833         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13834         * fvwm/menus.c (paint_menu_gradient_background):
13835         fixed using a randow members in gcs
13837 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13839         * configure.in:
13840         added compilation test for fribidi
13842 2002-03-22  Dan Espen  <dane@mk.telcordia.com>
13844         * NEWS: Document FvwmForm timeout.
13846 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13848         * fvwm/session.c (MatchWinToSM):
13849         * fvwm/add_window.c (AddWindow):
13850         preserve user states over a restart
13852         * fvwm/add_window.c (setup_window_structure):
13853         preserve user states over a recapture
13855         * fvwm/functions.c (execute_function):
13856         "Silent" suppresses the "No such command ..." message
13858         * fvwm/frame.c (frame_move_resize):
13859         * fvwm/misc.c (GrabEm):
13860         fixed the cursor shape during resizing
13861         fixed button looks in small windows
13863 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13865         * libs/FBidi.c:
13866         * libs/FBidi.h:
13867         new files
13869 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13871         * fvwm/fvwm.c (LoadDefaultLeftButton):
13872         (LoadDefaultRightButton):
13873         * fvwm/borders.c (border_draw_vector_to_pixmap):
13874         * fvwm/screen.h (DecorFace):
13875         * fvwm/builtins.c (ReadDecorFace):
13876         fixed transparent vector line support
13878         * libs/Graphics.c (CreateGradientPixmap):
13879         fixed potential core dump with illegal gradients
13881 2002-03-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13883         * fvwm/fvwm.h (FvwmWindow):
13884         removed button_background_pixmap member
13886         * fvwm/update.c (apply_window_updates):
13887         fixed changing the decoration size
13889         * fvwm/windowshade.c (CMD_WindowShade):
13890         * fvwm/frame.c (frame_setup_border):
13891         * fvwm/functions.c (execute_complex_function):
13892         removed debug code
13894         * fvwm/move_resize.c (resize_window):
13895         fixed aboting of a opaque resize w/ maximized windows
13896         (ParseOneResizeArgument):
13897         resize arguments don't take the border into account
13898         (GetResizeArguments):
13899         implemented new option "Frame" to the Resize and ResizeMove commands
13901 2002-03-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13903         * fvwm/fvwm2.1:
13904         * fvwm/builtins.c (ReadDecorFace):
13905         * fvwm/borders.c (DrawLinePattern):
13906         implemented transparent drawing color in vector buttons: C == 4
13908         * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13909         * fvwm/builtins.c (ReadDecorFace):
13910         increased allowed number of lines in a vector button to 10000 and moved
13911         the definition to defaults.h
13913         * fvwm/virtual.c (MoveViewport):
13914         don't send useless M_NEW_PAGE packets
13916         * fvwm/frame.c:
13917         * fvwm/borders.c:
13918         started work on new button/title drawing code
13920         * fvwm/events.c (HandleExpose):
13921         don't handle expose on the title bar
13923         * fvwm/borders.c:
13924         * fvwm/frame.c (frame_get_sidebar_geometry):
13925         * fvwm/fvwm.h (FvwmWindow):
13926         replaced border_state with decor_state
13928         * libs/defaults.h (NR_RIGHT_BUTTONS):
13929         added a comment
13931         * fvwm/events.h:
13932         * fvwm/events.c (HandleExpose):
13934         * fvwm/frame.c (frame_setup_border):
13935         hide sidebars if they are too small, i.e. 0 pixels
13937 2002-03-20  olicha  <olivier.chapuis@free.fr>
13939         * libs/Flocale.c (FlocaleFreeNameProperty):
13940         Fixed random core dump
13942 2002-03-19  olicha  <olivier.chapuis@free.fr>
13944         * fvwm/ConfigFvwmDefaults:
13945         RightTitleRotatedCW is a default
13947 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13949         * fvwm/frame.c (frame_get_sidebar_geometry):
13950         window corners are always at least the border width thick
13952         * fvwm/geometry.c (update_absolute_geometry):
13953         fixed south/east shading
13955         * fvwm/frame.c (frame_move_resize_step):
13956         did the best I could to prevent rxvt from flashing in the background
13957         colour
13959         * fvwm/add_window.c (get_default_window_attributes):
13960         (get_default_window_attributes):
13961         (setup_resize_handle_windows):
13962         * fvwm/borders.c (border_get_border_gcs):
13963         applied -visual fix by Hippo
13965         * fvwm/cursor.c (CMD_CursorStyle):
13966         fixed endless loop
13968         * fvwm/frame.c (frame_get_title_bar_dimensions):
13969         fixed order of right buttons
13970         (frame_move_resize_step):
13971         reduced flashing when maximizing
13973         * fvwm/geometry.c (update_absolute_geometry):
13974         adapted for horizontal shading
13976 2002-03-19  Mikhael Goikhman  <migo@homemail.com>
13978         * fvwm/borders.c:
13979         * fvwm/builtins.c:
13980         * fvwm/fvwm.h:
13981         * fvwm/geometry.c:
13982         * libs/Fft.c:
13983         * libs/Flocale.c:
13984         * libs/Flocale.h:
13985         several renamings of text_direction to text_rotation
13987 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13989         * fvwm/windowshade.c (CMD_WindowShade):
13990         * fvwm/frame.c (frame_create_move_resize_args):
13991         (frame_move_resize_step):
13992         hack to enable non-animated window shading for the time being
13994         * fvwm/style.c (parse_and_set_window_style):
13995         (parse_and_set_window_style):
13996         allow to abbreviate [Counter]ClockWise with [C]CW
13998         * fvwm/frame.c (frame_move_resize_step):
13999         fixed
14001         * fvwm/geometry.c (gravity_constrain_size):
14002         removed useless code
14004         * fvwm/update.c (apply_window_updates):
14005         * fvwm/add_window.c (AddWindow):
14006         * fvwm/move_resize.c (unmaximize_fvwm_window):
14007         (resize_window):
14008         do not write into frame_g. only frame.c should do this
14010         * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
14011         (MIN_WINDOW_TITLE_LENGTH):
14012         new default values
14013         * fvwm/frame.c (frame_setup_title_bar):
14014         (get_resize_decor_gravities_one_axis):
14015         (frame_setup_window_internal):
14016         (frame_move_resize_step):
14017         (frame_create_move_resize_args):
14018         rewrote frame_setup_title_bar function
14020         * fvwm/add_window.c (setup_frame_stacking):
14021         fixed title bar stacking order
14023         * fvwm/frame.c (frame_setup_title_bar):
14024         removed yesterday's 'fix'
14026         * fvwm/add_window.c (hide_screen):
14027         (setup_title_window):
14028         (setup_resize_handle_windows):
14029         (setup_button_windows):
14030         fixed visual and depth of decoration windows
14032 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14034         * fvwm/frame.c (frame_setup_title_bar):
14035         fixed title layout bug
14037         * fvwm/move_resize.c (MaximizeHeight):
14038         fixed bug in "grow" option of the Maximize command
14040         * fvwm/geometry.h:
14041         fixed broken prototype for get_title_font_size_and_offset
14043         * fvwm/geometry.c (get_title_font_size_and_offset):
14044         simplified code a bit
14046 2002-03-18  olicha  <olivier.chapuis@free.fr>
14048         * fvwm/geometry.h:
14049         * fvwm/geometry.c (get_title_font_size_and_offset):
14050         * fvwm/add_window.c (setup_title_geometry):
14051         * fvwm/style.h:
14052         * fvwm/style.c (parse_and_set_window_style):
14053         (check_window_style_change):
14054         * fvwm/update.c (apply_window_updates):
14055         * fvwm/window_flags.h:
14056         * fvwm/fvwm.h:
14057         Reworte side title direction styles and use LeftTitleRotatedClockWise /
14058         LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
14059         RightTitleRotatedCounterClockWise
14061 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14063         * acconfig.h:
14064         * vms/config.h (FMiniIconsSupported):
14065         removed last traces of MINI_ICONS ifdef
14067         * fvwm/windowlist.c (CMD_WindowList):
14068         * fvwm/update.c (apply_window_updates):
14069         * fvwm/style.h:
14070         * fvwm/style.c (merge_styles):
14071         (parse_and_set_window_style):
14072         (check_window_style_change):
14073         * fvwm/screen.h:
14074         * fvwm/module_interface.c (SendMiniIcon):
14075         (BroadcastMiniIcon):
14076         (CMD_Send_WindowList):
14077         * fvwm/fvwm.h (FvwmWindow):
14078         * fvwm/ewmh_icons.c (ewmh_WMIcon):
14079         (EWMH_DoUpdateWmIcon):
14080         (ewmh_SetWmIconFromPixmap):
14081         (EWMH_DeleteWmIcon):
14082         (EWMH_SetIconFromWMIcon):
14083         * fvwm/builtins.c (ReadDecorFace):
14084         * fvwm/borders.c (DrawButton):
14085         (CMD_BorderStyle):
14086         (CMD_BorderStyle):
14087         * fvwm/add_window.c (setup_window_structure):
14088         (setup_mini_icon):
14089         (destroy_mini_icon):
14090         (change_mini_icon):
14091         (AddWindow):
14092         * acconfig.h (FMiniIconsSupported):
14093         replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
14094         compiler checks
14096         * fvwm/screen.h:
14097         removed an FANCY_TITLEBARS ifdef
14099         * fvwm/borders.c (border_draw_one_part):
14100         (border_draw_border_parts):
14101         (border_draw_all_parts):
14102         (draw_clipped_decorations_with_geom):
14103         performance enhancement
14105 2002-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14107         * fvwm/frame.c (frame_move_resize_step):
14108         force setting up the border when function is called with FRAME_MR_SETUP
14109         (frame_setup_window_internal):
14110         removed duplicate frame setup
14112         * fvwm/borders.c (border_get_parts_and_pos_to_draw):
14113         fixed logic bug
14114         (draw_clipped_decorations_with_geom):
14115         do not flush the X queue after drawing; let the caller do it
14117         * fvwm/frame.c (frame_get_sidebar_geometry):
14118         fixed layout of windows with a small height
14119         (frame_hide_changing_window_parts):
14120         fixed flickering
14122         * fvwm/borders.c:
14123         * fvwm/frame.c:
14124         made good progress with frame layout rewrite. I think it is already
14125         considerably faster.
14126         some general clean up
14128         * fvwm/add_window.c (setup_decor_window):
14129         function removed
14131         * fvwm/windowshade.c (CMD_WindowShade):
14132         * fvwm/stack.c (verify_stack_ring_consistency):
14133         (RaiseOrLowerWindow):
14134         * fvwm/move_resize.c (resize_move_window):
14135         (move_window_doit):
14136         (draw_move_resize_grid):
14137         * fvwm/icons.c (DrawIconWindow):
14138         * fvwm/icccm2.c (CloseICCCM2):
14139         (convertProperty):
14140         (HandleSelectionRequest):
14141         * fvwm/fvwm.c (main):
14142         (SaveDesktopState):
14143         * fvwm/focus.c (DoSetFocus):
14144         * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
14145         * fvwm/events.c (HandlePropertyNotify):
14146         (HandleButtonPress):
14147         (HandleConfigureRequest):
14148         * fvwm/add_window.c (RestoreWithdrawnLocation):
14149         (Reborder):
14150         * fvwm/builtins.c (CMD_Delete):
14151         (CMD_Destroy):
14152         (CMD_Close):
14153         (CMD_FakeClick):
14154         * fvwm/menus.c (paint_menu):
14155         (DestroyMenu):
14156         * fvwm/misc.c (UngrabEm):
14157         (GrabEm):
14158         * fvwm/schedule.c (execute_obj_func):
14159         * fvwm/add_window.c (hide_screen):
14160         (destroy_window):
14161         use XFlush instead of XSync when the latter is not necessary
14163         * libs/fvwmrect.c (fvwmrect_rectangles_equal):
14164         new function
14166         * fvwm/add_window.c (adjust_fvwm_internal_windows):
14167         inform frame module if the window with the hide windows dies
14169         * fvwm/placement.c (PlaceWindow):
14170         (CMD_PlaceAgain):
14171         * fvwm/add_window.c (setup_window_attr):
14172         (setup_frame_attributes):
14173         (AddWindow):
14174         (RestoreWithdrawnLocation):
14175         (setup_window_placement):
14176         * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
14177         (get_title_geometry):
14178         * fvwm/fvwm.c (InitVariables):
14179         * fvwm/frame.c (frame_setup_frame):
14180         * fvwm/colormaps.c (HandleColormapNotify):
14181         (InstallWindowColormaps):
14182         * fvwm/events.c (HandleConfigureRequest):
14183         (HandleUnmapNotify):
14184         * fvwm/fvwm.h (FvwmWindow):
14185         removed attr member of FvwmWindow and replaced by a structure defined
14186         ourselves that is much smaller
14188         * fvwm/add_window.c (hide_screen):
14189         don't use save_unders and backing_store for the window used in recapture
14191         * fvwm/frame.c (frame_init):
14192         * fvwm/fvwm.c (main):
14193         new function to initialise frame module
14195         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
14196         new function
14198 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14200         * fvwm/frame.c:
14201         clean up
14203         * fvwm/borders.h (enum):
14204         * fvwm/borders.c (draw_clipped_decorations_with_geom):
14205         (border_get_parts_and_pos_to_draw):
14206         * fvwm/fvwm.h (struct):
14207         some clean up
14208         fixed calculations of which border parts to draw
14210         * fvwm/fvwm2.1:
14211         corrected some typos
14212         * fvwm/frame.c:
14213         * fvwm/borders.c:
14214         handle marks work again
14216 2002-03-16  Dan Espen  <dane@mk.telcordia.com>
14218         * AUTHORS: New author added.
14220 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14222         * fvwm/frame.c:
14223         * fvwm/borders.c:
14224         * fvwm/add_window.c (setup_frame_stacking):
14225         * fvwm/cursor.c (CMD_CursorStyle):
14226         * fvwm/events.c (HandleExpose):
14227         (HandleMapNotify):
14228         (HandleEnterNotify):
14229         (HandleLeaveNotify):
14230         (GetContext):
14231         * fvwm/geometry.c (get_title_button_geometry):
14232         * fvwm/virtual.c (map_window):
14233         * fvwm/add_window.c (setup_parent_window):
14234         (setup_resize_handle_cursors):
14235         (setup_resize_handle_windows):
14236         (resize_resize_handle_windows):
14237         (change_resize_handle_windows):
14238         some progress with new frame layout
14240         * fvwm/add_window.c (setup_visible_name):
14241         fixed off-by-one bug in setup_visible_name
14242         maximum window number can be set in defaults.h
14244 2002-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14246         * fvwm/windowlist.h:
14247         * fvwm/virtual.h:
14248         * fvwm/update.h:
14249         * fvwm/style.h:
14250         * fvwm/read.h:
14251         * fvwm/placement.h:
14252         * fvwm/menus.h:
14253         * fvwm/move_resize.h:
14254         * fvwm/icons.h:
14255         * fvwm/geometry.h:
14256         * fvwm/frame.h:
14257         * fvwm/focus.h:
14258         * fvwm/events.h:
14259         * fvwm/borders.h:
14260         * fvwm/add_window.h:
14261         * fvwm/ewmh_names.c:
14262         * fvwm/ewmh_icons.c:
14263         * fvwm/ewmh_events.c:
14264         * fvwm/ewmh.c:
14265         * fvwm/frame.c:
14266         * fvwm/menucmd.c:
14267         * fvwm/schedule.c:
14268         * fvwm/geometry.c:
14269         * fvwm/gnome.c:
14270         * fvwm/windowlist.c:
14271         * fvwm/cursor.c:
14272         * fvwm/update.c:
14273         * fvwm/bindings.c:
14274         * fvwm/colormaps.c:
14275         * fvwm/decorations.c:
14276         * fvwm/conditional.c:
14277         * fvwm/misc.c:
14278         * fvwm/read.c:
14279         * fvwm/placement.c:
14280         * fvwm/fvwm.c:
14281         * fvwm/virtual.c:
14282         * fvwm/session.c:
14283         * fvwm/functions.c:
14284         * fvwm/stack.c:
14285         * fvwm/icons.c:
14286         * fvwm/module_interface.c:
14287         * fvwm/style.c:
14288         * fvwm/add_window.c:
14289         * fvwm/events.c:
14290         * fvwm/builtins.c:
14291         * fvwm/move_resize.c:
14292         * fvwm/borders.c:
14293         * fvwm/menus.c:
14294         * fvwm/fvwm.h (FvwmWindow):
14295         moved all windows into a separate sub structure and wrote access macros
14296         renamed FvwmWindow argument to builtin commands to "fw"
14297         renamed tmp_win to fw everywhere
14299         * fvwm/borders.c (RedrawBorder):
14300         * fvwm/decorations.c (SelectDecor):
14301         * fvwm/add_window.c (setup_style_and_decor):
14302         (setup_resize_handle_cursors):
14303         * fvwm/window_flags.h:
14304         * fvwm/fvwm.h (struct):
14305         added new member has_handles and new macro HAS_HANDLES
14307         * fvwm/decorations.c (SelectDecor):
14308         fixed the NoHandles style
14310         * fvwm/decorations.c (SelectDecor):
14311         * fvwm/style.c (check_window_style_change):
14312         (parse_and_set_window_style):
14313         * fvwm/style.h:
14314         * fvwm/fvwm.h (struct):
14315         renamed has_no_handles to has_no_border
14317 2002-03-15  olicha  <olivier.chapuis@free.fr>
14319         * libs/Flocale.h:
14320         * libs/Fft.c (is_utf8_encoding):
14321         Compilation fixes
14323         * libs/Flocale.h:
14324         s/COMPUND_TEXT/COMPOUND_TEXT
14326         * fvwm/fvwm2.1:
14327         Removed matrix xft specification doc as now it is use internally by
14328         fvwm
14330         * libs/Flocale.c (FlocaleRotateDrawString):
14331         (FlocaleUnloadFont):
14332         (FlocaleDrawString):
14333         (FlocaleTextWidth):
14334         * libs/Fft.h:
14335         * libs/Fft.c (FftGetRotatedFont):
14336         (FftGetFont):
14337         (FftDrawString):
14338         (FftTextWidth):
14339         * fvwm/borders.c (DrawMultiPixmapTitlebar):
14340         (RedrawTitle):
14341         * fvwm/geometry.c (get_title_font_size_and_offset):
14342         * fvwm/style.c (parse_and_set_window_style):
14343         (check_window_style_change):
14344         * fvwm/update.c (apply_window_updates):
14345         * fvwm/update.h:
14346         * fvwm/style.h:
14347         * fvwm/fvwm.h:
14348         * fvwm/window_flags.h:
14349         Implemented vertical text rendering, new style SideTitleTextDefault,
14350         SideTitleTextTopToBottom, SideTitleTextBottomToTop
14352 2002-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14354         * fvwm/fvwm.h:
14355         removed inclusion of fvwmdebug.h
14357         * libs/gravity.c (ParseDirectionArgument):
14358         fixed direction parsing
14360         * fvwm/menus.c (get_menu_options):
14361         fixed a compiler warning
14363 2002-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14365         * fvwm/bindings.c (ParseBinding):
14366         fixed compiler warning
14368         * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14369         * fvwm/ewmh.h:
14370         fixed compilation w/ --disable-ewmh
14372         * fvwm/windowlist.c (CMD_WindowList):
14373         fixed parsing of conditions versus position of window list broken with
14374         a recent "fix"
14376 2002-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14378         * libs/Fft.h:
14379         * libs/Fft.c (FftTextWidth):
14380         (is_utf8_encoding):
14381         (FftGetFontWidths):
14382         (FftDrawString):
14383         removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14384         if HAVE_XFT was not set.
14386         * fvwm/events.h (XEVMASK_DECORW):
14387         select EnterNotify and LeaveNotify on frame instead of decor_w
14389         * fvwm/add_window.c (setup_title_window):
14390         (setup_button_windows):
14391         (setup_resize_handle_windows):
14392         frame window is the new parent of the title, button and handle windows
14393         (setup_frame_stacking):
14394         new stacking order of decoration windows
14396         * fvwm/menuitem.c (menuitem_paint):
14397         * fvwm/events.c (HandleExpose):
14398         xft fixes
14400         * fvwm/move_resize.c (unmaximize_fvwm_window):
14401         don't force to redraw the frame
14403         * libs/gravity.c (gravity_get_offsets):
14404         (gravity_move):
14405         (gravity_resize):
14406         functions moved to gravity.c
14408 2002-03-10  olicha  <olivier.chapuis@free.fr>
14410         * acconfig.h (HAVE_XFT_UTF8):
14411         * configure.in:
14412         * libs/Fft.c (is_utf8_encoding):
14413         (FftGetFontWidths):
14414         (FftDrawString):
14415         (FftTextWidth):
14416         Detected if Xft can handle utf8 string
14418         * libs/Fft.h:
14419         * fvwm/menuitem.c (menuitem_paint):
14420         * fvwm/events.c (HandleExpose):
14421         Fixed Xft related compilation failure and warning
14423 2002-03-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14425         * fvwm/virtual.c:
14426         * fvwm/update.c:
14427         * fvwm/move_resize.c:
14428         * fvwm/icons.c:
14429         * fvwm/focus.c:
14430         * fvwm/events.c:
14431         * fvwm/builtins.c:
14432         * fvwm/add_window.c:
14433         * fvwm/frame.c (frame_setup_window):
14434         (frame_force_setup_window):
14435         (frame_setup_shape):
14436         SetupFrame renamed to frame_setup_window
14437         ForceSetupFrame renamed to frame_force_setup_window
14438         SetShape renamed to frame_setup_shape
14440         * fvwm/windowshade.c:
14441         moved most code to frame.c
14443         * fvwm/frame.c (SetShape):
14444         (SetupTitleBar):
14445         (set_decor_gravity):
14446         (ForceSetupFrame):
14447         (SetupFrame):
14448         functions moved to new file
14450         (SetupTitleBar):
14451         (frame_setup_title_bar):
14452         renamed function
14454         * libs/Parse.h:
14455         direction code moved to gravity.c and gravity.h
14457         * fvwm/windowshade.c (CMD_WindowShade):
14458         * fvwm/geometry.c (get_shaded_geometry):
14460         * libs/FScreen.c (FScreenInit):
14461         (FScreenUpdateEmulationMapState):
14462         changed Xinerame emulation layout
14464         * fvwm/fvwm2.1:
14465         Corrected the description of the XineramaPrimaryScreen command that was
14466         essentially lying.
14468 2002-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14470         * fvwm/menus.c (menu_tear_off):
14471         (unlink_item_from_menu):
14472         (menu_strip_tear_off_title):
14473         use the text from a title item as the tear off menu title if the menu
14474         begins with a title; skip separators and tear off bars at the front of
14475         the menu
14477         * **/*.[ch]:
14478         implemented titleatleft and titleatright styles; titles are not drawn
14479         vertically yet
14481         * fvwm/style.c (check_window_style_change):
14482         * fvwm/update.c (apply_window_updates):
14483         * fvwm/ewmh_names.c (EWMH_WMIconName):
14484         (EWMH_WMName):
14485         (charset_to_utf8):
14486         * fvwm/ewmh.c (ksmserver_workarround):
14487         * fvwm/update.c (apply_window_updates):
14488         * fvwm/conditional.c (MatchesConditionMask):
14489         * fvwm/fvwm.c (main):
14490         * fvwm/session.c (SaveWindowStates):
14491         (matchWin):
14492         (MatchWinToSM):
14493         * fvwm/functions.c (expand):
14494         * fvwm/stack.c (dump_stack_ring):
14495         (verify_stack_ring_consistency):
14496         * fvwm/module_interface.c (BroadcastWindowIconNames):
14497         (CMD_Send_WindowList):
14498         * fvwm/add_window.c (free_window_names):
14499         (free_window_names):
14500         * fvwm/events.c (HandlePropertyNotify):
14501         * fvwm/builtins.c (CMD_Wait):
14502         * fvwm/style.c (CMD_DestroyStyle):
14503         (lookup_style):
14504         Adapted to changes of Flocale.h
14506         * acconfig.h:
14507         removed COMPUND_TEXT ifdef
14509         * configure.in:
14510         mutibyte defaults to on
14512         * acconfig.h:
14513         * libs/Flocale.c:
14514         * libs/Flocale.h:
14515         * fvwm/fvwm.h (FvwmWindow):
14516         cleaned up Flocale stuff for better information hiding
14518         * libs/Flocale.c (get_FlocaleFontSet):
14519         (get_FlocaleFont):
14520         added a new font strucht member min_char_offset for vertical text
14522         * libs/Flocale.c (get_FlocaleFontSet):
14523         fixed a bug in descent calculation
14525         * fvwm/fvwm.h (FvwmWindow):
14526         removed title_g
14528         * fvwm/borders.c (RedrawButtons):
14529         (SetupTitleBar):
14530         (RedrawBorder):
14531         (SetupFrame):
14532         (RedrawTitle):
14533         (DrawMultiPixmapTitlebar):
14534         don't use title_g or boundary_width
14536         * libs/Flocale.c (FlocaleTextWidth):
14537         * libs/Flocale.c (FlocaleDrawString):
14538         added interface for vertical strings
14539         * libs/Flocale.h (FlocaleWinString):
14540         added flags structure w/ is_vertical_string flag
14542         * fvwm/borders.c (RedrawTitle):
14543         (DrawMultiPixmapTitlebar):
14544         * fvwm/screen.h (ScreenInfo):
14545         * fvwm/icons.c (DrawIconWindow):
14546         * fvwm/move_resize.c (DisplayPosition):
14547         (DisplaySize):
14548         * fvwm/screen.h (ScreenInfo):
14549         removed ScratchStr and TitleStr; *please* don't use global variables
14550         without need
14552         * fvwm/move_resize.c (ParseOneResizeArgument):
14553         (GetResizeArguments):
14554         (GetResizeMoveArguments):
14555         (resize_window):
14556         (resize_move_window):
14557         * fvwm/module_interface.c (CONFIGARGS):
14558         (OLDCONFIGARGS):
14559         (CONFIGARGSNEW):
14560         * fvwm/placement.c (PlaceWindow):
14561         * fvwm/add_window.c (setup_title_window):
14562         (setup_button_windows):
14563         (setup_parent_window):
14564         (resize_resize_handle_windows):
14565         (change_resize_handle_windows):
14566         (AddWindow):
14567         * fvwm/geometry.c (get_window_borders):
14568         (gravity_get_naked_geometry):
14569         (gravity_add_decoration):
14570         (constrain_size):
14571         don't use title_g.width and title_g.height anymore
14573         * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14574         new macro
14576         * fvwm/borders.c (SetupTitleBar):
14577         * fvwm/add_window.c (setup_title_window):
14578         don't use title_g.x and title_g.y anymore
14579         (setup_title_geometry):
14580         new function
14582         * fvwm/fvwm.h (FvwmWindow):
14583         replaced title_g by title_length and title_thickness
14584         renamed title_text_y to title_text_offset
14586         * fvwm/add_window.c (setup_style_and_decor):
14587         (setup_parent_window):
14588         * fvwm/decorations.c (SelectDecor):
14589         * fvwm/placement.c (PlaceWindow):
14590         * fvwm/windowlist.c (CMD_WindowList):
14591         * fvwm/events.c (SendConfigureNotify):
14592         (HandlePropertyNotify):
14593         (HandleMapNotify):
14594         * fvwm/move_resize.c (DisplaySize):
14595         (ParseOneResizeArgument):
14596         (GetResizeArguments):
14597         (GetResizeMoveArguments):
14598         (resize_window):
14599         (resize_move_window):
14600         * fvwm/geometry.c (gravity_get_naked_geometry):
14601         (gravity_add_decoration):
14602         (constrain_size):
14603         don't use boundary_width anymore
14605         * fvwm/borders.c (SetupTitleBar):
14606         made static
14608         * fvwm/fvwmdebug.c:
14609         removed outdated file that was never used
14611         * fvwm/move_resize.c (move_window_doit):
14612         fixed GNOME and EWMH hints when unsticking a window
14614         * fvwm/virtual.c (CMD_MoveToDesk):
14615         unstick windows when MoveToDesk is used
14617         * fvwm/builtins.c:
14618         * fvwm/windowshade.c (CMD_WindowShade):
14619         (CMD_WindowShadeAnimate):
14620         functions moved to windowshade.c
14622         * fvwm/window_flags.h:
14623         * fvwm/menus.c (pop_menu_up):
14624         * fvwm/builtins.c (CMD_WindowShade):
14625         * fvwm/move_resize.c (resize_window):
14626         * fvwm/icons.c (AutoPlaceIcon):
14627         * fvwm/borders.c (SetupFrame):
14628         don't use HAS_BOTTOM_TITLE any more
14629         (ButtonPosition):
14630         function removed
14632         * fvwm/geometry.c (get_title_font_width_and_offset):
14633         * fvwm/geometry.c (set_window_border_size):
14634         * fvwm/geometry.c (is_window_border_minimal):
14635         * fvwm/geometry.c (get_window_borders_no_title):
14636         * fvwm/geometry.c (get_shaded_client_window_pos):
14637         * fvwm/geometry.c (get_icon_corner):
14638         * fvwm/geometry.c (get_title_gravity):
14639         * fvwm/geometry.c (get_title_geometry):
14640         * fvwm/borders.c (get_button_number):
14641         new functions
14643         * fvwm/borders.c (SetupFrame):
14644         (SetShape):
14645         * fvwm/events.c (HandleShapeNotify):
14646         * fvwm/borders.c (SetupTitleBar):
14647         * fvwm/update.c (apply_window_updates):
14648         * fvwm/add_window.c (setup_window_font):
14649         removed title_top_height
14651         * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14652         renamed
14654         * fvwm/events.c (SendConfigureNotify):
14655         * fvwm/events.c (HandleConfigureRequest):
14656         preparations for W/E titles
14657         don't use title_top_height any more
14659         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14660         use title_dir flags
14662         * fvwm/geometry.c (get_window_borders):
14663         * fvwm/style.c (parse_and_set_window_style):
14664         (check_window_style_change):
14665         * fvwm/style.h (SCSET_TITLE_DIR):
14666         * fvwm/window_flags.h (GET_TITLE_DIR):
14667         * fvwm/fvwm.h (struct):
14668         replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14669         DIR_W or DIR_E
14671         * libs/Parse.c (ParseDirectionArgument):
14672         * libs/Parse.h:
14673         use new type direction_type
14675 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14677         * fvwm/ewmh.c (EWMH_SetFrameStrut):
14678         use function from geometry.c to get the border size
14680         * fvwm/geometry.c (get_shaded_geometry):
14681         added code for shading in all directions
14683 2002-03-07  Dan Espen  <dane@mk.telcordia.com>
14685         * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14687 2002-03-07  olicha  <olivier.chapuis@free.fr>
14689         * libs/Flocale.c (FInitLocale):
14690         * fvwm/fvwm.c (main):
14691         Set the locale using "" as locale argument
14693 2002-03-07  Mikhael Goikhman  <migo@homemail.com>
14695         * fvwm/fvwm2.1:
14696         fixed some typos and indentation of several new variable entries
14698 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14700         * fvwm/functions.h (enum):
14701         * fvwm/functions.c (func_config):
14702         * fvwm/commands.h:
14703         * fvwm/conditional.c (CMD_ThisWindow):
14704         renamed command "This" to "ThisWindow"
14706         * fvwm/conditional.c (Circulate):
14707         "Current" no longer selects a random window when no window is focused
14709         * fvwm/icccm2.c (SetupICCCM2):
14710         removed debug fprintf
14712         * fvwm/functions.c (expand_extended_var):
14713         implemented new extended variables pointer.x, pointer.x, pointer.wx,
14714         pointer.wy, pointer.cx and pointer.cy.
14716         * libs/Parse.c (ParseDirectionArgument):
14717         allow N, S, W, E, NW, SW, SE, NE for direction arguments
14719         * fvwm/builtins.c (CMD_WindowShade):
14720         fixes for animated shading w/ titleatbottom+north and titleattop+south
14722 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14724         * fvwm/move_resize.c (moveLoop):
14725         (resize_window):
14726         * fvwm/virtual.c (HandlePaging):
14727         moving/resizing windows opaque is much faster
14729 2002-03-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14731         * fvwm/add_window.c (resize_resize_handle_windows):
14732         (change_resize_handle_windows):
14733         (setup_window_font):
14734         fixed changing the handlewidth style
14736         * fvwm/update.c (apply_window_updates):
14737         * fvwm/geometry.c (update_absolute_geometry):
14738         * fvwm/builtins.c (CMD_WindowShade):
14739         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14740         * fvwm/conditional.c (CreateConditionMask):
14741         * fvwm/geometry.c (get_shaded_geometry):
14742         * fvwm/session.c (MatchWinToSM):
14743         * fvwm/add_window.c (setup_window_structure):
14744         (AddWindow):
14745         * fvwm/window_flags.h (SHADED_DIR):
14746         * fvwm/fvwm.h (struct):
14747         implemented new WindowShade options "North" and "South" to allow shading
14748         a window in either direction, regardless of if the title is at the top
14749         or bottom.
14751         * libs/Module.c (module_expand_action):
14752         new convenience function for modules
14754 2002-03-03  Dan Espen  <dane@mk.telcordia.com>
14756         * fvwm/fvwm2.1: Fixes to the font section.
14758 2002-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14760         * fvwm/conditional.c (CMD_WindowId):
14761         set the correct context window for unmanaged windows
14763         * fvwm/icons.c (DrawIconWindow):
14764         raise the icon title even if it's too small to be expanded
14766         * fvwm/conditional.c (CMD_Cond):
14767         Fixed it the right way this time
14768         (CMD_Any):
14769         same fix for the 'Any' command
14770         (circulate_cmd):
14771         (CMD_Prev):
14772         (CMD_Next):
14773         (CMD_None):
14774         (CMD_Any):
14775         (CMD_Current):
14776         unified circulating functions into a single one
14777         (CMD_Pick):
14778         Pick allows to pick functions that have CirculateSkip set
14779         fixed a memory leak
14780         (select_cmd):
14781         (CMD_This):
14782         (CMD_Pick):
14783         (CMD_PointerWindow):
14784         unified selecting functions into a single one
14785         (CMD_PointerKey):
14786         (CMD_All):
14787         Allow user to override the default CirculateHit of these functions
14789         * fvwm/conditional.c (CMD_Cond):
14790         Fixed a problem w/ the window selection
14792         * fvwm/menus.h:
14793         * fvwm/menus.c:
14794         * fvwm/menudim.h:
14795         * fvwm/menudim.c:
14796         * fvwm/menustyle.h:
14797         * fvwm/menustyle.c:
14798         * fvwm/menucmd.c:
14799         * fvwm/menuitem.c:
14800         * fvwm/menuitem.h:
14801         moved some of the menu code into separate files
14802         more work on tear off menus; windowlist can now be torn off without a
14803         memory leak
14805         * fvwm/template.c:
14806         * fvwm/template.h:
14807         added templates for new source files
14809         * libs/Picture.c (fvwmlib_clone_color):
14810         new function
14812         * fvwm/menus.c (make_menu):
14813         (update_menu):
14814         removed unused parameter from make_menu()
14816         * fvwm/fvwm2.1 (Example):
14817         corrected statement about CaptureHonorsStartsOnPage being the default
14819 2002-03-03  Mikhael Goikhman  <migo@homemail.com>
14821         * INSTALL.fvwm:
14822         * Makefile.am:
14823         * configure.in:
14824         added and documented --disable-bidi and --disable-perllib
14826 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14828         * fvwm/geometry.c (get_window_borders):
14829         fixed calculation of $[cw.y] and $[cw.height]
14831         * fvwm/move_resize.c (resize_move_window):
14832         windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14834 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14836         * fvwm/move_resize.c (resize_move_window):
14838 2002-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14840         * configure.in:
14841         re-added --enable-xinerama-emulation option that was removed recently
14843 2002-02-28  Mikhael Goikhman  <migo@homemail.com>
14845         * INSTALL.fvwm:
14846         * NEWS:
14847         * fvwm/fvwm2.1:
14848         several corrections and rewording
14850 2002-02-28  olicha  <olivier.chapuis@free.fr>
14852         * fvwm/fvwm2.1:
14853         New section FONT NAMES AND FONT LOADING
14855         * INSTALL.fvwm:
14856         * NEWS:
14857         Document --enable-xft
14859         * libs/Fft.c (get_FlocaleXftFont):
14860         Used the xft font height in the place of ascent+descent
14862         * fvwm/icons.c (DrawIconWindow):
14863         Fixed the fg colors of the icon title
14865 2002-02-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14867         * fvwm/conditional.c (CMD_CondCase):
14868         fixed CondCase command
14869         (CMD_Cond):
14870         fixed numeric return codes
14872         * fvwm/add_window.c (CMD_Recapture):
14873         fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14875         * acinclude.m4 (smr_CHECK_LIB):
14876         disabled a destructing gnome_prefix logic again
14878         * fvwm/events.c (GetContext):
14879         * libs/Bindings.c (win_contexts):
14880         * libs/fvwmlib.h:
14881         new contexts for individual parts of the window border
14883 2002-02-26  Mikhael Goikhman  <migo@homemail.com>
14885         * acinclude.m4:
14886         disabled a destructing gnome_prefix logic
14888         * configure.in:
14889         replaced fribidi detection mechanism, now fribidi-config is used
14891 2002-02-26  olicha  <olivier.chapuis@free.fr>
14893         * acconfig.h (HAVE_XFT):
14894         * acinclude.m4:
14895         * configure.in:
14896         * libs/Fft.c (new file):
14897         * libs/Flocale.c (FlocaleLoadFont):
14898         (FlocaleUnloadFont):
14899         (FlocaleDrawString):
14900         (FlocaleTextWidth):
14901         (get_FlocaleFontSet):
14902         (get_FlocaleFont):
14903         (get_FlocaleFontOrFontSet):
14904         * libs/Flocale.h:
14905         * fvwm/Makefile.am:
14906         Added anti-alised font rendering using Xft. This is off by default.
14907         A font can now be given as a ";" separated list of either ","
14908         separated list of XFLD font name or Xft font name with "xft:" as
14909         prefix, e.g.:
14910           xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14911         See Flocale.h for details
14913         * fvwm/events.c (HandleExpose):
14914         * fvwm/menus.c (paint_item):
14915         Always clear the text area before drawing text with an Xft font
14917 2002-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14919         * acinclude.m4 (smr_CHECK_LIB):
14920         fixed a bug with variable expansion and autoconf cache values
14922 2002-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14924         * fvwm/menus.c (seek_submenu_instance):
14925         (FindPopup):
14926         * fvwm/fvwm.c (InitVariables):
14927         some general menu clean up
14929         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14930         * fvwm/move_resize.h (resize_geometry_window):
14931         * fvwm/menus.c (animated_move_back):
14932         (pop_menu_up):
14933         (ParentalMenuRePaint):
14934         Removed the global variables for parental relativity.  Please *do not*
14935         use globals in menus.c or anywhere else.  I'm trying to remove most
14936         globals in the long run.
14938         * libs/Graphics.c (do_relieve_rectangle):
14939         removed debug code
14941         * fvwm/menus.c (MenuInteraction):
14942         fixed tearing off menus by selecting a tear off item with the keyboard
14944         * fvwm/menus.c (MenuInteraction):
14945         fixed menus not popping down sometimes
14947         * fvwm/functions.c (CMD_TearMenuOff):
14948         * fvwm/menus.c (AddToMenu):
14949         (MenuInteraction):
14950         (warp_pointer_to_item):
14951         (get_selectable_item_index):
14952         (get_selectable_item_from_index):
14953         (get_selectable_item_from_section):
14954         (menuShortcuts):
14955         (paint_item):
14956         (draw_tear_off_bar):
14957         * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14958         New command "TearMenuOff" in menus.  In a normal item, this tears off
14959         the menu when selected.  If the item has no title, it is drawn as a
14960         dashed line too.  Pressing button 2 over a title tears out the menu too.
14961         some clean up
14963         * fvwm/menus.c (make_menu_window):
14964         fixed problem w/ mapping menus, performance enhancement
14966         * fvwm/builtins.c (CMD_Destroy):
14967         (CMD_Close):
14968         fixed core dump
14970         * fvwm/functions.c (execute_function):
14971         (expand_extended_var):
14972         (expand):
14973         new variable cond.rc that returns the last return code of a conditinal
14974         command
14976 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14978         * fvwm/conditional.c (CMD_Cond):
14979         (CMD_CondCase):
14980         (CMD_Break):
14981         * fvwm/commands.h:
14982         * fvwm/functions.h:
14983         * fvwm/functions.c:
14984         new conditional commands Cond, CondCase and Break
14986         * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14987         (ewmh_WMStateShaded):
14988         (ewmh_WMState):
14989         (ewmh_MoveResize):
14990         (ewmh_WMStateHidden):
14991         (ewmh_WMDesktop):
14992         (ewmh_CloseWindow):
14993         (ewmh_ActiveWindow):
14994         (ewmh_DesktopGeometry):
14995         * fvwm/gnome.c (GNOME_HandlePropRequest):
14996         * fvwm/windowlist.c (CMD_WindowList):
14997         * fvwm/update.c (apply_window_updates):
14998         * fvwm/conditional.c (CMD_Pick):
14999         (CMD_Prev):
15000         (CMD_Next):
15001         (CMD_None):
15002         (CMD_Any):
15003         (CMD_Current):
15004         (CMD_PointerWindow):
15005         (CMD_This):
15006         (CMD_All):
15007         (CMD_Direction):
15008         (CMD_WindowId):
15009         * fvwm/read.c (run_command_stream):
15010         * fvwm/fvwm.c (Done):
15011         (SetRCDefaults):
15012         (StartupStuff):
15013         (main):
15014         * fvwm/module_interface.c (ExecuteModuleCommand):
15015         * fvwm/move_resize.c (handle_stick):
15016         * fvwm/add_window.c (AddWindow):
15017         * fvwm/events.c (HandleKeyPress):
15018         (HandleButtonPress):
15019         (HandleClientMessage):
15020         (HandleButtonRelease):
15021         (HandlePropertyNotify):
15022         * fvwm/builtins.c (CMD_DestroyDecor):
15023         (AddToDecor):
15024         (CMD_StrokeFunc):
15025         * fvwm/functions.h (func_type):
15026         * fvwm/functions.c (old_execute_function):
15027         (execute_function):
15028         (execute_complex_function):
15030         * fvwm/fvwm.h (fvwm_cond_func_rc):
15031         inplemented return codes OK, NO_MATCH and ERROR for conditional commands
15033         * fvwm/ConfigFvwmDefaults:
15034         set some default styles for tear off menu windows
15036         * fvwm/menus.c (menuShortcuts):
15037         ignore actions that would normally close a menu if it's a tear off menu
15038         <Backspace> creates a tear off menu
15039         <Escape> closes a tear off menu
15041         * fvwm/builtins.c (CMD_Delete):
15042         (CMD_Destroy):
15043         (CMD_Close):
15044         * fvwm/menus.c (DestroyMenu):
15045         (make_menu_window):
15046         (MenuInteraction):
15047         * fvwm/menus.h (MenuRootDynamic):
15048         Each menu window is created with a unique display to prevent fvwm from
15049         being killed when a tear off menu is destroyed.  Of course this is
15050         inefficient, but still better than writing a menu module.
15052 2002-02-23  Mikhael Goikhman  <migo@homemail.com>
15054         * configure.in:
15055         autogenerate perllib/FVWM/Module/Makefile
15057 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15059         * fvwm/move_resize.c (moveLoop):
15060         fixed a problem with keyboard movement vs. EdgeResistance
15062 2002-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15064         * fvwm/events.c:
15065         fixed problem with root bindings and xfishtank
15067         * fvwm/windowlist.c (CMD_WindowList):
15068         applied patch by to Darren Marshall to fix placement of window list on
15069         wrong xinerama screen
15071         * libs/Parse.c (GetSuffixedIntegerArguments):
15072         integer arguments that must not have a suffix but have one are ignored
15074         * fvwm/icons.c (DeIconify):
15075         (Iconify):
15076         applied patch by Markus Schwarzenberg to fix a rare problem with the
15077         is_map_pending flag, iconified icons and restart
15079 2002-02-22  Mikhael Goikhman  <migo@homemail.com>
15081         * fvwm/commands.h:
15082         * fvwm/conditional.c (CMD_This):
15083         * fvwm/functions.c:
15084         * fvwm/functions.h:
15085         * fvwm/fvwm2.1:
15086         * NEWS:
15087         added new conditional command This
15089 2002-02-21  Mikhael Goikhman  <migo@homemail.com>
15091         * acconfig.h:
15092         * configure.in:
15093         added fribidi library detection
15095 2002-02-12  olicha  <olivier.chapuis@free.fr>
15097         * libs/Flocale.h (FlocaleFont):
15098         * libs/Flocale.c (get_FlocaleFont):
15099         (get_FlocaleFontSet):
15100         Compute the ascent and descent of the FlocaleFont structure directly
15101         from the XFontSetExtents data in the case of a fontset
15102         Added max_char_width to the FlocaleFont structure
15104         * libs/Makefile.am (libfvwm_a_SOURCES):
15105         * libs/GetFont.c:
15106         Removed libs/GetFont.c
15108         * fvwm/menus.c (FreeMenuStyle):
15109         (UpdateMenuStyle):
15110         (NewMenuStyle):
15111         (CMD_CopyMenuStyle):
15112         * fvwm/menus.h (MenuLook):
15113         Fixed default font handling font by using a new MenuLook flags
15114         USING_DEFAULT_FONT
15116         * fvwm/menus.c (UpdateMenuStyle):
15117         Fixed default font update
15119         * fvwm/fvwm.c (SetRCDefaults):
15120         (InitVariables):
15121         Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
15122         fvwm initialization
15124 2002-02-11  Mikhael Goikhman  <migo@homemail.com>
15126         * configure.in:
15127         added FvwmPerl/* file generation
15129 2002-02-11  olicha  <olivier.chapuis@free.fr>
15131         * INSTALL.fvwm:
15132         * NEWS:
15133         Multibyte news. Document --disable-compound-text and --disable-ewmh.
15135         * libs/Flocale.h:
15136         Added more documentation and change the MB_FALLBACK_FONT to
15137         "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
15138         -*-medium-r-normal-*-16-*" (with XFree) this should gives something
15139         more consistent with the none multibyte case.
15141 2002-02-10  olicha  <olivier.chapuis@free.fr>
15143         * fvwm/ewmh.c (EWMH_RestoreInitialStates):
15144         (EWMH_ExitStuff):
15145         * fvwm/events.c (HandleUnmapNotify):
15146         (HandleReparentNotify):
15147         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
15148         (ewmh_WMStateSticky):
15149         (ewmh_WMStateHidden):
15150         Restore various ewmh initial states when a window is  unmapped or
15151         reparented
15153 2002-02-10  Mikhael Goikhman  <migo@homemail.com>
15155         * Makefile.am:
15156         * configure.in:
15157         added support for new perllib directory
15159 2002-02-09  olicha  <olivier.chapuis@free.fr>
15161         * libs/fvwmlib.h:
15162         * libs/Flocale.c:
15163         * libs/Flocale.h:
15164         * acconfig.h:
15165         * configure.in:
15166         Rename I18N_MB to MULTIBYTE
15167         Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
15169         * libs/Flocale.c (*):
15170         * libs/Flocale.h:
15171         New Font and Text API. A cache is used for fonts information. Font
15172         loading is more powerfull as both font or fontset can be loaded.
15173         See Flocale.h for details, more comments will be added soon.
15174         Fortunately, it seems that there are no more memory problems with
15175         --enable-multibyte!
15176         If COMPOUND_TEXT, then non XA_STRING text properties are converted
15177         with XmbTextPropertyToTextList
15179         * fvwm/events.c (HandlePropertyNotify):
15180         * fvwm/misc.c (NewFontAndColor):
15181         * fvwm/icons.h:
15182         * fvwm/misc.h:
15183         * fvwm/menus.c (FreeMenuStyle):
15184         (NewMenuStyle):
15185         (CMD_CopyMenuStyle):
15186         (draw_underline):
15187         (calculate_item_sizes):
15188         (size_menu_horizontally):
15189         (paint_item):
15190         * fvwm/builtins.c (CMD_DefaultFont):
15191         (ApplyDefaultFontAndColors):
15192         * fvwm/add_window.c (destroy_icon_font):
15193         (setup_icon_font):
15194         (destroy_window_font):
15195         (setup_window_font):
15196         (free_window_names):
15197         (setup_window_name):
15198         (setup_icon):
15199         * fvwm/fvwm.h (FvwmWindow):
15200         * fvwm/move_resize.c (DisplayPosition):
15201         (resize_geometry_window):
15202         (DisplaySize):
15203         * fvwm/fvwm.c (InitVariables):
15204         * fvwm/icons.c (DrawIconWindow):
15205         (setup_icon_title_size):
15206         * fvwm/borders.c (RedrawTitle):
15207         (DrawMultiPixmapTitlebar):
15208         * fvwm/screen.h (ScreenInfo):
15209         Use the new Text and Font API
15211 2002-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15213         * fvwm/module_interface.c (PositiveWrite):
15214         fixed core dump when a module died in the select of PositiveWrite()
15216         * fvwm/module_interface.c (initModules):
15217         (ClosePipes):
15218         (do_execute_module):
15219         (KillModule):
15220         (KillModuleByName):
15221         (CMD_SendToModule):
15222         (PositiveWrite):
15223         * fvwm/modconf.c (ModuleConfig):
15224         removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
15226         * fvwm/icons.c (GetXPMFile):
15227         suppress unnecessary error message for xmb icons
15229         * fvwm/misc.c (fvwm_msg):
15230         * fvwm/misc.h (enum):
15231         added new fvwm_msg type "OLD" for deprecated commands
15233 2002-02-07  Mikhael Goikhman  <migo@homemail.com>
15235         * configure.in:
15236         generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
15238         * INSTALL.fvwm:
15239         New section "Bug Reports".
15241 2002-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15243         * fvwm/update.c (apply_window_updates):
15244         fixed propagation of window border and title colours to the modules
15246 2002-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15248         * fvwm/menus.c (do_menu):
15249         fixed leaving tear off menus when something is selected with the mouse
15251 2002-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15253         * fvwm/events.c (HandleEnterNotify):
15254         * fvwm/menus.c:
15255         more work on tear off menus
15257 2002-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15259         * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
15260         * fvwm/menus.c (menu_enter_tear_off_menu):
15261         (find_entry):
15262         (menuShortcuts):
15263         (MenuInteraction):
15264         (pop_menu_up):
15265         properly calculate pointer position in tear off menus
15266         (MenuInteraction):
15267         fixed active wait w/ poopup/popdown delays
15269         * fvwm/windowlist.c (CMD_WindowList):
15270         don't initialise some variables twice
15272 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15274         * fvwm/add_window.c (CaptureOneWindow):
15275         properly recapture tear off menus
15277         (IS_MESSAGE_IN_MASK):
15278         (is_message_selected):
15279         (PositiveWrite):
15280         (PositiveWrite):
15281         * fvwm/schedule.c (deschedule):
15282         (squeue_execute):
15283         * fvwm/events.c (My_XNextEvent):
15284         * libs/queue.h:
15285         * fvwm/module_interface.c (ClosePipes):
15286         (CMD_ModuleSynchronous):
15287         (KillModule):
15288         performance enhancements; made macros out of simple functions
15290         * fvwm/builtins.c (CMD_WindowShade):
15291         don't redraw the decorations if window was not shaded or unshaded
15293         * fvwm/schedule.c (deschedule_obj_func):
15294         (execute_obj_func):
15295         fixed core dump when a scheduled command deschedules itself
15297 2002-01-31  olicha  <olivier.chapuis@free.fr>
15299         * NEWS:
15300         FvwmButtons news
15302 2002-01-31  Mikhael Goikhman  <migo@homemail.com>
15304         * NEWS:
15305         * fvwm/move.c (moveLoop):
15306         while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15308         * fvwm/session.c (get_version_string):
15309         switch from static to date-based version string
15311         * configure.in:
15312         remove --enable-kanji compatibility option
15314         * fvwm/schedule.h:
15315         * libs/queue.h:
15316         fix warnings, gcc compains on having something after #endif
15318 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15320         * fvwm/builtins.c (CMD_Delete):
15321         (CMD_Close):
15322         (CMD_Destroy):
15323         don't crash fvwm when trying to close a tear off menu
15325         * fvwm/decorations.c (is_function_allowed):
15326         * fvwm/menus.c (menu_expose):
15327         (do_menu):
15328         * fvwm/events.c (HandleReparentNotify):
15329         (HandleUnmapNotify):
15330         * fvwm/add_window.c (AddWindow):
15331         (AddWindow):
15332         * fvwm/fvwm.h (struct):
15333         * fvwm/add_window.c (CaptureAllWindows):
15334         (CaptureOneWindow):
15335         * fvwm/events.h (flush_property_notify):
15336         * fvwm/events.c (HandleMapRequestKeepRaised):
15337         started work on tear off menus
15339         * fvwm/fvwm.c (main):
15340         * fvwm/events.c (CMD_Sync):
15341         (CMD_Synchronize):
15342         * fvwm/commands.h (CMD_Synchronize):
15343         * fvwm/functions.h (enum):
15344         * fvwm/functions.c (func_config):
15345         new commands XSync and XSynchronize for debugging
15347         * fvwm/conditional.c (CreateConditionMask):
15348         (MatchesConditionMask):
15349         * fvwm/builtins.c (CMD_State):
15350         * fvwm/fvwm.h (struct):
15351         * fvwm/functions.h:
15352         * fvwm/commands.h:
15353         * fvwm/functions.c (func_config):
15354         new command "State"
15355         new condition "State"
15357         * libs/queue.c:
15358         fixed core dump
15360 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15362         * fvwm/module_interface.c (AddToMessageQueue):
15363         (initModules):
15364         (DeleteMessageQueueBuff):
15365         (FlushMessageQueue):
15366         * fvwm/events.c (My_XNextEvent):
15367         * fvwm/module_interface.c (AddToCommandQueue):
15368         (ExecuteCommandQueue):
15369         use code from queue.c
15371         * fvwm/schedule.c:
15372         * fvwm/queue.c:
15373         * fvwm/queue.h:
15374         * fvwm/events.c (My_XNextEvent):
15375         "Schedule 0" commands are executed before event handling
15376         moved some of the chedule code into a new queue library
15378 2002-01-30  olicha  <olivier.chapuis@free.fr>
15380         * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15382 2002-01-30  olicha  <olivier.chapuis@free.fr>
15384         * libs/Flocale.c:
15385         * libs/Flocale.h:
15386         * libs/Makefile.am:
15387         * fvwm/fvwm.c (main):
15388         New libs files Flocale.c and Flocale.h with a function to set the
15389         locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15390         also a function to get the charset (from ewmh_name.c) and which
15391         setlocale if this has not been done with the above function. This
15392         function is also called at fvwm2 startup
15394         * fvwm/ewmh_names.c (charset_to_utf8):
15395         (utf8_to_charset):
15396         Use the Fcharset variable and remove get_charset
15398         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15399         A minor fix
15401         * libs/GetFont.c (GetFontSetOrFixed):
15402         Free the missing charset list as suggested by Alexander Kotelnikov.
15403         Report problems with missing charset only 5 times. Remove the
15404         STRICTLY_FIXED code
15406 2002-01-30  Mikhael Goikhman  <migo@homemail.com>
15408         * configure.in:
15409         a patch to config.status to generate scripts executable, may be handy;
15410         added generation of utils/fvwm24_convert
15412 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15414         * fvwm/schedule.c:
15415         * fvwm/functions.c (expand_extended_var):
15416         implemented $[schedule.last] and $[schedule.next] variables
15417         implemented new command "Deschedule"
15419         * fvwm/misc.c (get_server_time):
15420         fixed MouseFocus
15422 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15424         * fvwm/misc.c (get_server_time):
15425         * fvwm/events.c (My_XNextEvent):
15426         * fvwm/icccm2.c (SetupICCCM2):
15427         * fvwm/functions.h:
15428         * fvwm/commands.h:
15429         * fvwm/functions.c (func_config):
15430         * fvwm/schedule.c:
15431         implemented new command "Schedule"
15433         * fvwm/builtins.c (CMD_Exec):
15434         applied job control patch by Alexander Kotelnikov using the portable
15435         version of setpgrp()
15437         * libs/setpgrp.c (fvwm_setpgrp):
15438         * libs/setpgrp.h (fvwm_setpgrp):
15439         * libs/Makefile.am:
15440         * configure.in:
15441         added checks for setpgrp and setpgid
15443 2002-01-29  olicha  <olivier.chapuis@free.fr>
15445         * acinclude.m4:
15446         Better test for iconv second argumeny
15448         * configure.in:
15449         Use gnu libiconv in priority against the system iconv
15451 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15453         * fvwm/stack.c (RaiseOrLowerWindow):
15454         (restack_windows):
15455         (collect_transients_recursive):
15456         * fvwm/icons.c (get_visible_icon_window_count):
15457         fixed stack ring corruption with icons that have either no picture or
15458         no title
15460 2002-01-28  olicha  <olivier.chapuis@free.fr>
15462         * fvwm/ewmh_names.c (charset_to_utf8):
15463         (utf8_to_charset):
15464         (EWMH_SetVisibleName):
15465         (get_charset):
15466         Better message errors in get_charset, use UTF-8 in the place of UTF8,
15467         set the ewmh visible (icon) name only if the fvwm visible name is
15468         different from the ICCCM (icon) window name, limit the number of
15469         conversions error messages to 10
15471 2002-01-28  olicha  <olivier.chapuis@free.fr>
15473         * fvwm/functions.c (func_config):
15474         * fvwm/commands.h:
15475         * fvwm/builtins.c (CMD_PropertyChange):
15476         New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15477         messages
15479         * fvwm/module_interface.h:
15480         * fvwm/module_interface.c (BroadcastPropertyChange):
15481         * libs/Module.h (MX_PROPERTY_CHANGE):
15482         New module message MX_PROPERTY_CHANGE for all propose messages.
15484         * fvwm/events.c (HandlePropertyNotify):
15485         * libs/defaults.h:
15486         Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15487         as argument when fvwm2 detects that the root background change
15488         Removed the ROOT_BG_CHANGE_STRING stuff
15490 2002-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15492         * NEWS, configure.in:
15493         changed version to 2.5.1
15495         * fvwm/misc.c (get_pointer_fvwm_window):
15496         * fvwm/commands.h:
15497         * fvwm/functions.c (func_config):
15498         * fvwm/conditional.c (CreateConditionMask):
15499         (MatchesConditionMask):
15500         (CMD_PointerWindow):
15501         (CreateConditionMask):
15502         (CMD_Any):
15503         * fvwm/fvwm.h (WindowConditionMask):
15504         new conditions focused, !focused, haspointer, !haspointer
15505         new command PointerWindow that works like Current but on the window
15506         that currently contains the pointer
15507         new command Any which works like None but inverts the condition
15508         fixed parsing of conditions with more than one comma
15510         * fvwm/module_interface.h:
15511         * fvwm/module_interface.c (do_execute_module):
15512         (initModules):
15513         * libs/Module.h (MAX_XMSG_MASK):
15514         fixed default message mask for modules
15516         * fvwm/update.c (flush_window_updates):
15517         * fvwm/virtual.c (UnmapDesk):
15518         (MapDesk):
15519         (do_move_window_to_desk):
15520         * fvwm/icons.c (DeIconify):
15521         (DeIconify):
15522         * fvwm/events.c (HandlePropertyNotify):
15523         (HandleMapRequestKeepRaised):
15524         (HandleMapNotify):
15525         (HandleButtonPress):
15526         (HandleEnterNotify):
15527         (HandleLeaveNotify):
15528         * fvwm/focus.c (DoSetFocus):
15529         (MoveFocus):
15530         (SetFocusWindow):
15531         (ReturnFocusWindow):
15532         (DeleteFocus):
15533         (ForceDeleteFocus):
15534         (FocusOn):
15535         (restore_focus_after_unmap):
15536         Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15537         suppressing the M_FOCUS_CHANGE message if the focus does not change in
15538         the flush_window_updates() function.
15540 2002-01-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15542         * fvwm/placement.c (PlaceWindow):
15543         minor performance enhancement
15545 2002-01-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15547         * libs/defaults.h:
15548         * fvwm/menus.c (MenuInteraction):
15549         (pointer_in_active_item_area):
15550         (pointer_in_passive_item_area):
15551         new menu style PopupActiveArea
15553 2002-01-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15555         * fvwm/move_resize.c (CMD_ResizeMaximize):
15556         (CMD_ResizeMoveMaximize):
15557         fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15559 2002-01-21  olicha  <olivier.chapuis@free.fr>
15561         * fvwm/fvwm2.1:
15562         s/Penalities/Penalties/g
15564 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15566         * fvwm/events.c (HandleLeaveNotify):
15567         (HandleEnterNotify):
15568         * fvwm/modconf.c (ModuleConfig):
15569         * fvwm/update.c (apply_window_updates):
15570         * fvwm/module_interface.c (BroadcastWindowIconNames):
15571         (CMD_Send_WindowList):
15572         (initModules):
15573         (do_execute_module):
15574         (PositiveWrite):
15575         (CMD_set_nograb_mask):
15576         (CMD_set_sync_mask):
15577         (CMD_set_mask):
15578         (set_mseggage_mask):
15579         (is_message_in_mask):
15580         (is_message_selected):
15581         * libs/Module.h:
15582         rewrote message interface to allow more than 32 messages with minimal
15583         changes in the existing interfaces.
15584         new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15586         * fvwm/style.h:
15587         * fvwm/style.c (parse_and_set_window_style):
15588         * fvwm/fvwm.h (struct):
15589         * fvwm/events.c (HandleButtonPress):
15590         implemented new styles MouseFocusClickIgnoreMotion and
15591         MouseFocusClickIgnoreMotionOff
15593         * fvwm/focus.c (focus_grab_buttons):
15594         fixed button mask for > 5 buttons
15596 2002-01-19  olicha  <olivier.chapuis@free.fr>
15598         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15599         Save and restore the icon_pixmap_w and add comments
15601 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15603         * fvwm/events.c (HandleEnterNotify):
15604         fixed EnterNotify events for icons
15606 2002-01-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15608         * fvwm/*.c:
15609         * fvwm/stack.c (overlap_box):
15610         (overlap):
15611         * fvwm/icons.c (clear_icon):
15612         * fvwm/add_window.c (destroy_icon):
15613         * fvwm/fvwm.h (FvwmWindow):
15614         * fvwm/geometry.c (get_window_borders):
15615         (get_client_geometry):
15616         * libs/fvwmrect.h (struct):
15617         * fvwm/functions.c (expand_extended_var):
15618         implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15619         return the geometry of the client window
15620         implemented new extended variables it.x, it.y, it.width, it.height that
15621         return the geometry of the icon title
15622         implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15623         return the geometry of the icon picture
15624         implemented new extended variables i.x, i.y, i.width, i.height that
15625         return the geometry of the whole icon
15626         fixed $[w.height] when the window is shaded
15627         cleaned up icon geometry code
15629 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15631         * fvwm/commands.h:
15632         * fvwm/functions.c:
15633         * fvwm/functions.h:
15634         * fvwm/move_resize.c (unmaximize_fvwm_window):
15635         (maximize_fvwm_window):
15636         (CMD_Maximize):
15637         (CMD_ResizeMaximize):
15638         (CMD_Resize):
15639         (resize_window):
15640         (CMD_ResizeMove):
15641         (resize_move_window):
15642         (CMD_ResizeMoveMaximize):
15643         New command ResizeMaximize.  Works like Resize, but modifies the
15644         maximized size of the window, not the normal size.
15645         New command ResizeMoveMaximize that works similarly.
15646         (resize_move_window):
15647         fixed ResizeMove command
15649         * fvwm/functions.c (expand):
15650         fixed core dump when using something like $[$v] in a command
15652 2002-01-17  olicha  <olivier.chapuis@free.fr>
15654         * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15655         * fvwm/events.c (HandlePropertyNotify):
15656         * fvwm/fvwm.c (InternUsefulAtoms):
15657         * fvwm/extern.h:
15658         Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15659         that the root background has changed. This uses the _XSETROOT_ID
15660         and XROOTPMAP_ID properties
15662         * fvwm/ewmh.c (atom_get):
15663         Be paranoid
15665 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15667         * fvwm/update.c (flush_window_updates):
15668         fixed unnecessary window style updates
15670         * fvwm/style.c (parse_and_set_window_style):
15671         * fvwm/add_window.c (RestoreWithdrawnLocation):
15672         (AddWindow):
15673         (setup_frame_attributes):
15674         * fvwm/fvwm.h (FvwmWindow):
15675         Fvwm does no longer disable backing store on all of its windows. This
15676         cause too many problems with some applications, e.g. rdist.  Introduced
15677         the new style BackingStoreWindowDefault that tells fvwm not to modify
15678         the backing store attribute on the client window - which now is the
15679         default.
15681 2002-01-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15683         * fvwm/commands.h:
15684         * fvwm/functions.c (func_config):
15685         * libs/Module.c (SetMessageMask2):
15686         (SetNoGrabMask2):
15687         * libs/Module.h:
15689         * configure.in:
15690         fixed building with libstroke-0.5.1 on Solaris8
15692         * fvwm/stack.c (new_layer):
15693         * fvwm/borders.c (DrawButton):
15694         (RedrawButtons):
15695         (RedrawTitle):
15696         * fvwm/builtins.c (SetLayerButtonFlag):
15697         (do_button_style):
15698         * fvwm/screen.h (struct):
15699         Applied the layer button patch by Richard Curnow with a few
15700         modifications
15702         * fvwm/icons.c (GetIconBitmap):
15703         (GetIconWindow):
15704         Ignore client icons that have the wrong depth
15706         * fvwm/events.c (HandleEnterNotify):
15707         Tried to fix focusing problem w/ unclutter.
15709 2002-01-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15711         * fvwm/functions.c (CheckActionType):
15712         remove debug code
15714         * fvwm/menus.c (paint_item):
15715         * fvwm/misc.c (is_function_allowed):
15716         * fvwm/move_resize.c (is_move_allowed):
15717         (is_resize_allowed):
15718         (is_maximize_allowed):
15719         * fvwm/decorations.c (check_if_function_allowed):
15720         combined all these functions into a new one
15721         use this function everywhere
15722         use the Fixed... styles to decide if a menu item is greyed or not
15724 2002-01-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15726         * fvwm/events.c (HandleExpose):
15727         eat up expose events even if the server claims that the expose count is
15728         zero; fixes a problem with many redraws of windows that are uncovered
15729         by shading a window above them
15731 2002-01-10  olicha  <olivier.chapuis@free.fr>
15733         * fvwm/focus.c (DoSetFocus):
15734         * fvwm/move_resize.c (CMD_Maximize):
15735         (CMD_Maximize):
15736         (handle_stick):
15737         (CMD_ResizeMove):
15738         (CMD_Resize):
15739         * fvwm/icons.c (DeIconify):
15740         (DeIconify):
15741         (Iconify):
15742         * fvwm/gnome.c (GNOME_HandlePropRequest):
15743         * fvwm/ewmh_names.c (EWMH_WMName):
15744         * fvwm/events.c (HandleFocusIn):
15745         (HandlePropertyNotify):
15746         (HandleMapNotify):
15747         (HandleButtonPress):
15748         (HandleLeaveNotify):
15749         (HandleExpose):
15750         * fvwm/builtins.c (CMD_UpdateDecor):
15751         (CMD_WindowShade):
15752         * fvwm/borders.c (draw_clipped_decorations):
15753         (DrawDecorations):
15754         (RedrawDecorations):
15755         * fvwm/borders.h:
15756         Added a new argument to DrawDecoration similar to draw_window_parts,
15757         which indicate which part of the decor should be cleared. At present
15758         time only CLEAR_FRAME is taken in account and this is used in
15759         ShadeWindow to draw the decoration without flickering. This argument
15760         may be used in the future to reduce opaque resizing flickering
15762         * fvwm/builtins.c (CMD_WindowShade):
15763         Draw the decoration during unshading a window
15765         * fvwm/menus.c (ParentalMenuRePaint):
15766         Fixed transparent animated menu again
15768         * NEWS:
15769         Some update
15771 2002-01-09  olicha  <olivier.chapuis@free.fr>
15773         * fvwm/style.c (CMD_Style):
15774         free all the elements of the ptmpstyle before freeing it
15776         * fvwm/menus.c (ParentalMenuRePaint):
15777         Fixed transparent animated menu with HilightBackOff
15779 2002-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15781         * fvwm/style.c (merge_styles):
15782         fixed core dump w/ multiple use of the UseStyle style and HilightBack
15783         in the copied style
15785 2002-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15787         * fvwm/modconf.c (send_ignore_modifiers):
15788         (send_move_threshold):
15789         (send_click_time):
15790         (send_colorsets):
15791         (send_color_limit):
15792         (send_image_path):
15793         (send_desktop_geometry):
15794         (CMD_Send_ConfigInfo):
15795         moved code into new functions
15797         * libs/defaults.h (DEFAULT_MODS_UNUSED):
15798         moved to defaults.h
15800         * fvwm/bindings.c (CMD_IgnoreModifiers):
15801         * fvwm/module_interface.c (broadcast_xinerama_state):
15802         * fvwm/modconf.c (send_ignore_modifiers):
15803         broadcast IgnoreModifiers to modules
15805         * fvwm/bindings.c (CMD_IgnoreModifiers):
15806         fixed IgnoreModifiers command without arguments
15807         * fvwm/fvwm2.1:
15808         corrected documentation of IgnoreModifiers command
15810 2002-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15812         * fvwm/add_window.c:
15813         * fvwm/cursor.c:
15814         * fvwm/virtual.c:
15815         * fvwm/builtins.c:
15816         * fvwm/bindings.c:
15817         * fvwm/move_resize.c:
15818         * fvwm/events.c:
15819         * fvwm/stack.c:
15820         * fvwm/module_interface.c:
15821         * fvwm/focus.c:
15822         * fvwm/placement.c:
15823         * fvwm/menus.c:
15824         * fvwm/icons.c:
15825         * fvwm/fvwm.h (FvwmWindow):
15826         remnamed icon_w member to icon_title_w
15828 2002-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15830         * fvwm/icons.c (RedoIconName):
15831         fixed sizing of icon title for icons without a pixmap
15832         (RedoIconName):
15833         (CreateIconWindow):
15834         (Iconify):
15835         (CreateIconWindow):
15836         rewrote icon title layout and moved the constants to defaults.h
15838         * fvwm/menus.c (menuShortcuts):
15839         (handle_emacs_bindings):
15840         implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15842 2002-01-04  Dan Espen  <dane@mk.telcordia.com>
15844         * fvwm/fvwm2.1: Language checks done.
15845         .IR command not in column 1 fixed.
15847 2002-01-04  olicha  <olivier.chapuis@free.fr>
15849         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15850         (AnimatedMoveOfWindow):
15851         (AnimatedMoveFvwmWindow):
15852         (move_window_doit):
15853         * fvwm/menus.c (ParentalMenuRePaint):
15854         (animated_move_back):
15855         (pop_menu_up):
15856         Fixed transparent animated menu
15858 2002-01-03  olicha  <olivier.chapuis@free.fr>
15860         * fvwm/move_resize.c (is_resize_allowed):
15861         (is_move_allowed):
15862         Do not check if moveing/resizeing is MWM allowed for a no user request
15863         This fix for example FvwmWinList with MwmFunctions & NoOverride
15865         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15866         * fvwm/move_resize.c (is_move_allowed):
15867         Allowed moving if tmp_win is null and check if move is allowed and
15868         not resize in AnimatedMoveAnyWindow. This fix animated menu
15870         * fvwm/ewmh.c (ewmh_AllowsMaximize):
15871         (ewmh_AllowsMove):
15872         (ewmh_AllowsResize):
15873         Check as a user request
15875         * fvwm/fvwm2.1:
15876         * fvwm/move_resize.c (CMD_Maximize):
15877         (MaximizeWidth):
15878         (MaximizeHeight):
15879         New global flags "layer" and "ewmiwa". layer causes the grow* methods
15880         to ignore the windows with a layer less or equal to the layer of
15881         the maximized window. ewmhiwa causes to ignore the ewmh working area.
15882         Reorder a bit the Maximize documentation
15884         * fvwm/fvwm2.1:
15885         * fvwm/functions.c (expand_extended_var):
15886         New variables $[desk.name<n>] to get the desktop names
15888 2002-01-01  Dan Espen  <dane@mk.telcordia.com>
15890         * fvwm/read.c (CMD_Read): Correct message on missing file when using
15891         Read with full path.
15893 2002-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15895         * libs/defaults.h:
15896         * fvwm/misc.c (GrabEm):
15897         reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15899         * fvwm/events.c (HandleUnmapNotify):
15900         (HandleMapRequestKeepRaised):
15901         (check_map_request):
15902         fixed unmanaged window when window was mapped/unmapped/mapped too fast
15904         * fvwm/add_window.c (FetchWmProtocols):
15905         (setup_wm_hints):
15906         * fvwm/fvwm.h (FvwmWindow):
15907         * fvwm/events.c (HandleEnterNotify):
15908         (HandlePropertyNotify):
15909         * fvwm/focus.c (refresh_focus):
15910         (set_focus_model):
15911         fixed focus problems with netscape and ddd
15913 2001-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15915         * libs/Target.c (fvwmlib_keyboard_shortcuts):
15916         * libs/Pointer.c (GetLocationFromEventOrQuery):
15917         * fvwm/virtual.c (HandlePaging):
15918         * fvwm/move_resize.c (GetOnePositionArgument):
15919         (InteractiveMove):
15920         (AnimatedMoveAnyWindow):
15921         (moveLoop):
15922         (CMD_Resize):
15923         * fvwm/module_interface.c (ExecuteModuleCommand):
15924         * fvwm/menus.c (do_menu):
15925         (menuShortcuts):
15926         (MenuInteraction):
15927         (get_menu_options):
15928         * fvwm/functions.c (execute_complex_function):
15929         * fvwm/events.c (HandleClientMessage):
15930         (WaitForButtonsUp):
15931         * fvwm/conditional.c (CMD_Direction):
15932         * fvwm/builtins.c (CMD_CursorMove):
15933         (CMD_FakeClick):
15934         (CMD_StrokeFunc):
15935         handle return code of XQueryPointer everywhere; necessary for dual head
15937         * fvwm/misc.c (GrabEm):
15938         Pointer was warped to other screen with a dual head setup
15940 2001-12-31  olicha  <olivier.chapuis@free.fr>
15942         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15943         Removed some code which try to raise ewmh modal window over
15944         its transientfor window; this seems not possible without a new style
15945         or a bad hack in stack.c
15947 2001-12-30  Dan Espen  <dane@mk.telcordia.com>
15949         * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15950         fallback to fixed font so it shows the right font for I18N.
15952 2001-12-30  olicha  <olivier.chapuis@free.fr>
15954         * fvwm/window_flags.h:
15955         * fvwm/session.c (MatchWinToSM):
15956         (LoadWindowStates):
15957         (SaveWindowStates):
15958         (get_version_string):
15959         * fvwm/move_resize.c (CMD_Maximize):
15960         (handle_stick):
15961         * fvwm/icons.c (CMD_Iconify):
15962         * fvwm/ewmh.c (EWMH_SetWMState):
15963         (EWMH_WindowInit):
15964         (EWMH_ExitStuff):
15965         (EWMH_SetAllowedActions):
15966         (EWMH_WindowInit):
15967         * fvwm/ewmh.h:
15968         * fvwm/ewmh_intern.h:
15969         * fvwm/ewmh_events.c (ewmh_WMState*):
15970         * fvwm/builtins.c (CMD_WindowShade):
15971         * fvwm/stack.c (new_layer):
15972         * fvwm/update.c (apply_window_updates):
15973         * fvwm/update.h (struct):
15974         * fvwm/add_window.c (setup_window_structure):
15975         (setup_window_name):
15976         (setup_icon):
15977         * fvwm/style.c (check_window_style_change):
15978         The skip list and modal ewmh window states are now updated after
15979         an use/ignore ewmh state style changes. The other ewmh states are
15980         starting state only. All the initial ewmh states are keep in memory
15981         for FvwmIdent.
15983         * fvwm/ewmh.c (EWMH_Handle*):
15984         * fvwm/fvwm.h:
15985         Set the ewmh_window_type to an int (and not the corresponding atom)
15986         accordingly to the window type
15988         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15989         ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15990         style
15992         * fvwm/ewmh.c (EWMH_GetStyle):
15993         * fvwm/ewmh_events.c (ewmh_WMDesktop):
15994         Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15995         hints
15997         * libs/vpacket.h (ConfigWinPacket):
15998         * fvwm/module_interface.c (CONFIGARGSNEW):
15999         (OLDCONFIGARGS):
16000         (CONFIGARGS):
16001         Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
16002         cfgpacket for FvwmIdent
16004 2001-12-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16006         * fvwm/move_resize.c (resize_geometry_window):
16007         fixed wrong size calculation of geometry window
16009 2001-12-19  olicha  <olivier.chapuis@free.fr>
16011         * fvwm/ewmh_names.c (convert_charsets):
16012         More precise error messages
16014         * fvwm/fvwm2.1:
16015         A few formatting fixes
16017 2001-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16019         * fvwm/gnome.c (GNOME_SetHints):
16020         fixed window getting frozen into position upon a recapture or restart
16022 2001-12-17  Dan Espen  <dane@mk.telcordia.com>
16024         * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
16026 2001-12-17  olicha  <olivier.chapuis@free.fr>
16028         * fvwm/fvwm2.1:
16029         Tried to clarify the EWMHIconicStateWorkaround BugOpts
16031         * fvwm/ewmh.c (delete_kst_item):
16032         (set_kde_sys_tray):
16033         (EWMH_IsKdeSysTrayWindow):
16034         (EWMH_ManageKdeSysTray):
16035         * fvwm/events.c (HandleReparentNotify):
16036         Fixed reparenting management of kde system tray windows and
16037         added some off debugging code
16039         * fvwm/virtual.c (CMD_DesktopName):
16040         Removed some debugging code
16042 2001-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16044         * fvwm/fvwm.h (struct):
16045         * fvwm/window_flags.h (IS_FIXED_PPOS):
16046         * fvwm/style.h (SCSET_IS_FIXED_PPOS):
16047         * fvwm/style.c (parse_and_set_window_style):
16048         (check_window_style_change):
16049         implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
16050         FixedUSSize, FixedPSize and Variable PPosition, ...
16052         * fvwm/events.c (HandleConfigureRequest):
16053         * fvwm/ewmh.c (ewmh_AllowsResize):
16054         (is_resize_allowed):
16055         (ewmh_AllowsMove):
16056         (ewmh_AllowsMove):
16057         * fvwm/gnome.c (GNOME_SetHints):
16058         (AnimatedMoveAnyWindow):
16059         (CMD_ResizeMove):
16060         use new functions
16061         * fvwm/move_resize.c (is_move_allowed):
16062         (is_resize_allowed):
16063         (is_maximize_allowed):
16064         new functions to clean up some code
16066 2001-12-15  Dan Espen  <dane@mk.telcordia.com>
16068         * fvwm/fvwm2.1: Doc fixups.
16070 2001-12-15  olicha  <olivier.chapuis@free.fr>
16072         * fvwm/builtins (CMD_BugOpts):
16073         * fvwm/ewmh.c:
16074         * fvwm/ewmh_conf.c (EWMH_BugOpts):
16075         * fvwm/ewmh_events.c (ewmh_StateHidden):
16076         * fvwm/fvwm.c (InitVariables):
16077         * fvwm/fvwm2.1:
16078         * fvwm/icons.c (CMD_Iconify):
16079         * fvwm/screen.h:
16080         * fvwm/virtual.c (unmap_window):
16081         (map_window):
16082         Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
16083         to fix the IconicState problems in vitrual.c. New BugOpts
16084         EWMHIconicStateWorkaround for supporting current KDE versions
16086         * fvwm/events.c (HandlePropertyNotify):
16087         * fvwm/ewmh.c (ewmh_AllowsYes):
16088         * fvwm/ewmh.h:
16089         (ewmh_AllowsClose):
16090         (ewmh_AllowsMaximize):
16091         (ewmh_AllowsMove):
16092         (ewmh_AllowsResize):
16093         (EWMH_SetAllowedActions):
16094         (EWMH_WindowInit):
16095         * fvwm/style.c (check_window_style_change):
16096         * fvwm/update.c (apply_window_updates):
16097         * fvwm/update.h:
16098         Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
16100 2001-12-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16102         * fvwm/borders.c (RedrawTitle):
16103         * libs/defaults.h (WINDOW_TITLE_OFFSET):
16104         fixed 'stick' lines with long titles
16106 2001-12-11  olicha  <olivier.chapuis@free.fr>
16108         * NEWS:
16109         * fvwm/commands.h:
16110         * fvwm/ewmh.c (ewmh_SetWorkArea):
16111         * fvwm/ewmh.h:
16112         (ewmh_ComputeAndSetWorkArea):
16113         (ewmh_HandleDynamicWorkArea):
16114         (EWMH_GetWorkAreaIntersection):
16115         (EWMH_GetStrutIntersection):
16116         (get_intersection):
16117         * fvwm/ewmh_name.c (EWMH_SetDeskNames):
16118         * fvwm/function.c:
16119         * fvwm/function.h:
16120         * fvwm/fvwm.c (InitVariables):
16121         * fvwm/fvwm2.1:
16122         * fvwm/modconf.c (send_desktop_names):
16123         (CMD_Send_ConfigInfo):
16124         * fvwm/placement.c (get_next_x):
16125         (get_next_y):
16126         * fvwm/screen.h:
16127         * fvwm/virtual.c (CMD_DesktopName):
16128         * fvwm/virtual.h:
16129         (GetDesktopName):
16130         New command "DesktopName desk name" to define desktops names for
16131         the FvwmPager, the WindowList and ewmh compliant pagers.
16132         Desktops information (desk, desk name, working areas) is stored in a
16133         new list sub structure of Scr, DesktopsInfo. The head of the list
16134         contains generic information for desks that are not in the list.
16136         * fvwm/windowlist.c (get_desk_title):
16137         (CMD_WindowList):
16138         * fvwm/fvwm2.1:
16139         * NEWS:
16140         New window list options NoDeskNum, NoCurrentDeskTitle,
16141         TitleForAllDesks, NoNumInDeskTitle. Document these options and also
16142         the NoGeometry and NoGeometryInfo options.
16144         * fvwm/ewmh.c:
16145         * fvwm/ewmh_names.c:
16146         * fvwm/ewmh_icons.c:
16147         Added some static declarations
16149         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
16150         It seems that UTF8 names should not be terminated by a 0
16152         * fvwm/ewmh.c (EWMH_SetClientListStacking):
16153         Set the stacking list in the good orders
16155 2001-12-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16157         * vms/config.h:
16158         * fvwm/functions.c:
16159         * fvwm/commands.h:
16160         * fvwm/builtins.c:
16161         * fvwm/borders.c:
16162         removed all MULTISTYLE ifdefs
16164         * fvwm/borders.c (RedrawTitle):
16165         fixed title drawing into relief
16167 2001-12-08  olicha  <olivier.chapuis@free.fr>
16169         * fvwm/style.c:
16170         * fvwm/style.h:
16171         * fvwm/fvwm.h:
16172         * fvwm/update.c:
16173         * fvwm/update.h:
16174         * fvwm/window_flags.h:
16175         * fvwm/fvwm2.1:
16176         s/extended_window_name/indexed_window_name/i
16177         s/extended_icon_name/indexed_icon_name/i
16178         s/do_update_window_name/do_update_visible_window_name/
16179         s/do_update_icon_name/do_update_visible_icon_name/
16181         * fvwm/style.c (CMD_Style):
16182         * fvwm/style.h:
16183         (parse_and_set_window_style):
16184         Split CMD_Style into CMD_Style and parse_and_set_window_style
16186 2001-12-06  olicha  <olivier.chapuis@free.fr>
16188         * fvwm/add_window.c (setup_window_name_count):
16189         (setup_icon_name_count):
16190         Better determination of the window and icon names index
16192         * fvwm/add_window.c (AddWindow):
16193         (setup_icon):
16194         * fvwm/events.c (HandlePropertyNotify):
16195         * fvwm/ewmh_names.c (EWMH_WMName):
16196         (EWMH_WMIconName):
16197         * fvwm/module_interface.c (BroadcastWindowIconNames):
16198         * fvwm/module_interface.h:
16199         (CMD_Send_WindowList):
16200         (CMD_set_mask):
16201         (CMD_set_sync_mask):
16202         (CMD_set_nograb_mask):
16203         * fvwm/update.c (apply_window_updates):
16204         * libs/Module.h:
16205         New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
16206         which are send to modules with BroadcastWindowIconNames.
16207         The set mask cmds use unsigned long mask and not int mask!
16209 2001-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16211         * fvwm/ewmh.h:
16212         * fvwm/ewmh.c:
16213         EWMH without iconv compile fix by Hippo
16215 2001-12-05  olicha  <olivier.chapuis@free.fr>
16217         * fvwm/add_window.c:
16218         * fvwm/ewmh.c (*):
16219         * fvwm/ewmh.h:
16220         * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
16221         * fvwm/ewmh_events.c:
16222         * fvwm/fvwm.h:
16223         * fvwm/fvwm2.1:
16224         * fvwm/move_resize.c (CMD_Maximize):
16225         * fvwm/placement.c (test_fit):
16226         (PlaceWindow):
16227         * fvwm/session.c (SaveWindowStates):
16228         * fvwm/style.c (merge_styles):
16229         * fvwm/style.h:
16230         (check_window_style_change):
16231         * fvwm/update.c (apply_window_updates):
16232         * fvwm/update.h:
16233         * fvwm/window_flags.h:
16234         New ewmh styles:
16235         EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
16236         EWMHMaximizeUseDynamicWorkingArea,
16237         EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
16238         EWMHPlacementUseDynamicWorkingArea,
16239         EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
16240         EWMHIgnoreStateHints / EWMHUseStateHints,
16241         EWMHIgnoreStrutHints / EWMHUseStrutHints
16243         * fvwm/ConfigFvwmDefaults:
16244         Use EWMHPlacementUseDynamicWorkingArea,
16245         EWMHMaximizeUseDynamicWorkingArea as default placement styles
16247         * NEWS:
16248         * fvwm/add_window.c (setup_placement_penalty):
16249         * fvwm/add_window.h:
16250         (setup_placement_penalty):
16251         (AddWindow):
16252         * fvwm/fvwm.h:
16253         * fvwm/placement.c (get_next_x):
16254         * fvwm/placement.h:
16255         (get_next_y):
16256         (test_fit):
16257         * fvwm/style.c (CMD_Style):
16258         * fvwm/style.h:
16259         (check_window_style_change):
16260         * fvwm/update.c (apply_window_updates):
16261         * fvwm/update.h:
16262         * fvwm/window_flags.h:
16263         * libs/default.h:
16264         New styles PlacementOverlapPenalties and
16265         PlacementOverlapPercentPenalties
16267         * NEWS:
16268         * fvwm/add_window.c (setup_window_name_count):
16269         * fvwm/add_window.h:
16270         (setup_icon_name_count):
16271         (setup_visible_name):
16272         (setup_window_name):
16273         (free_window_names):
16274         (setup_icon):
16275         * fvwm/borders.c (DrawMultiPixmapTitlebar):
16276         (RedrawTitle):
16277         * fvwm/events.c (HandlePropertyNotify):
16278         * fvwm/ewmh_names.c (EWMH_*):
16279         * fvwm/fvwm.h:
16280         * fvwm/icons.c (CreateIconWindow):
16281         (DrawIconWindow):
16282         (RedoIconName):
16283         (AutoPlaceIcon):
16284         (Iconify):
16285         * fvwm/session.c (MatchWinToSM):
16286         * fvwm/style.c (CMD_Style):
16287         * fvwm/style.h:
16288         (check_window_style_change):
16289         * fvwm/update.c (apply_window_updates):
16290         * fvwm/update.h:
16291         * fvwm/window_flags.h:
16292         New styles ExtendedWindowName / SimpleWindowName and
16293         ExtendedIconName / SimpleIconName. TODO: the modules implementation
16295         * fvwm/builtins.c (ReadMultiPixmapDecor):
16296         A -Wall fix
16298         * configure.in:
16299         Fixed gcc test
16301         * session.c (get_version_string):
16302         now is 2.5-3
16304         * fvwm/stack.c (new_layer):
16305         (CMD_Layer):
16306         Fixed ewmh wm state
16308         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16309         Fixed creation of the ewmh icon in the case of the window is iconified
16311 2001-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16313         * fvwm/placement.c (PlaceWindow):
16314         fixed manual placement on Xinerama screens other than the one with the
16315         top left corner of the total screen
16317 2001-11-27  olicha  <olivier.chapuis@free.fr>
16319         * configure.in:
16320         * acinclude.m4:
16321         * acconfig.h:
16322         * fvwm/ewmh_name.c
16323         Check for the second argument of iconv
16325         * configure.in:
16326         Added -Wall to CFLAGS if cc is gcc
16328 2001-11-26  Mikhael Goikhman  <migo@homemail.com>
16330         * configure.in:
16331         * acconfig.h:
16332         s/extanded/extended/
16334 2001-11-26  olicha  <olivier.chapuis@free.fr>
16336         * fvwm/Makefile.am:
16337         Fixed (?) iconv_LIBS
16339 2001-11-26  olicha  <olivier.chapuis@free.fr>
16341         * fvwm/functions.c (expand):
16342         Fixed n, c, r expansion
16344 2001-11-25  Dan Espen  <dane@mk.telcordia.com>
16346         * fvwm/fvwm2.1: Clean up ewmh stuff.
16348 2001-11-24  olicha  <olivier.chapuis@free.fr>
16350         * fvwm/ewmh_internal.h:
16351         * fvwM/ewmh.c:
16352         Removed a non standard macro
16354 2001-11-24  olicha  <olivier.chapuis@free.fr>
16356         * fvwm/fvwm2.1:
16357         Documented the previous ewmh style in a new Style subsection
16359         * fvwm/functions.c (expand):
16360         Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16362 2001-11-24  olicha  <olivier.chapuis@free.fr>
16364         * fvwm/add_window (setup_icon):
16365         (setup_window_structure):
16366         * fvwm/events.c (HandlePropertyNotify):
16367         * fvwm/ewmh.h:
16368         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16369         * fvwm/ewmh_icons.c (ewmh_WMIcon):
16370         (EWMH_DoUpdateWmIcon):
16371         (ewmh_SetWmIconFromPixmap):
16372         (EWMH_DeleteWmIcon):
16373         (EWMH_SetIconFromWMIcon):
16374         * fvwm/ewmh_intern.h:
16375         * fvwm/fvwm.h:
16376         * fvwm/icons.c (GetIcon):
16377         * fvwm/session.c (get_version_string):
16378         * fvwm/style.c (CMD_Style):
16379         * fvwm/style.h:
16380         (check_window_style_change)
16381         * fvwm/update.c (apply_window_updates):
16382         * fvwm/update.h:
16383         * fvwm/window_flags.h:
16384         New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16385         EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16386         EWMHDonateIcon / EWMHDontDonateIcon,
16387         Some ewmh icon code simplification.
16388         Ewmh icons priority: just after icon window.
16390         * fvwm/ewmh.c (EWMH_ExitStuff):
16391         * fvwm/ewmh.h:
16392         * fvwm/session.c (SaveWindowStates):
16393         (LoadWindowStates):
16394         (MatchWinToSM):
16395         * fvwm/fvwm.c (Done):
16396         Delete the ewmh icons we set ourself. Some ewmh session states do not
16397         need to be saved/restored anymore
16399 2001-11-23  olicha  <olivier.chapuis@free.fr>
16401         * fvwm/ewmh_names.c (convert_charsets):
16402         Fixed infinite loop
16404 2001-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16406         * fvwm/ewmh_names.c (convert_charsets):
16407         -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16408         man page states on Linux
16409         replaced goto with a loop
16411 2001-11-22  olicha  <olivier.chapuis@free.fr>
16413         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16414         a -Wall fix
16416         * fvwm/ewmh_events.c:
16417         Fixed some styles update
16419         * fvwm/ewmh_conf.c:
16420         * fvwm/function.c (func_config):
16421         * fvwm/function.h:
16422         * fvwm/ewmh.c:
16423         * fvwm/ewmh.h:
16424         * fvwm/ewmh_events.c:
16425         * fvwm/ewmh_intern.h:
16426         * fvwm/Makefile.am:
16427         * fvwm/fvwm2.1:
16428         New file for ewmh styles and commands. New commands EWMHBaseStrut and
16429         EWMHNumberOfDesktops. More documentation in ewmh man page section.
16431         * fvwm/add_window.c:
16432         * fvwm/bindings.c:
16433         * fvwm/events.c:
16434         * fvwm/functions.c:
16435         * fvwm/ewmh.c (EWMH_Init):
16436         * fvwm/fvwm.h:
16437         * fvwm/fvwm.c (InitVariables):
16438         * fvwm/placement.c
16439         * fvwm/sceen.h:
16440         * fvwm/session.c:
16441         * fvwm/styles.c:
16442         * fvwm/update.c:
16443         * fvwm/update.h:
16444         * fvwm/window_flags.c:
16445         * libs/Bindings.c:
16446         * libs/Picture.c:
16447         * libs/Picture.h:
16448         * libs/fvwmlib.h:
16449         * configure.in:
16450         * acconfig.h:
16451         Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16452         are maybe problematic) and those in the ewmh* files to allow
16453         to disbale the ewmh code: with --disable-ewmh all the ewmh code
16454         should be dummy. --enable-ewmh is now the default.
16456 2001-11-20  olicha  <olivier.chapuis@free.fr>
16458         * fvwm/icons.c (GetIcon):
16459         * fvwm/add_window.c (setup_icon):
16460         Fixed icons order choice and other minor bugs
16462         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16463         Fixed a core dump if there is no MiniIcon
16465 2001-11-18  olicha  <olivier.chapuis@free.fr>
16467         * fvwm/ewmh.c (add_kst_item):
16468         * fvwm/ewmh.h:
16469         (ewmh_AddToKdeSysTray):
16470         (EWMH_IsKdeSysTrayWindow):
16471         (EWMH_ManageKdeSysTray):
16472         (EWMH_WindowInit):
16473         fvwm/ewmh_intern.h:
16474         * fvwm/events.c (HandleDestroyNotify):
16475         (HandleMapRequest):
16476         (HandleUnmapNotify):
16477         Fixed the KDE system tray implementation
16479 2001-11-16  olicha  <olivier.chapuis@free.fr>
16481         * fvwm/ewmh.h:
16482         * fvwm/ewmh.c:
16483         fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16485 2001-11-15  olicha  <olivier.chapuis@free.fr>
16487         * fvwm/ewmh.c (EWMH_DestroyWindow):
16488         * fvwm/ewmh.h:
16489         (EWMH_WindowDestroyed):
16490         * fvwm/events.c (HandleReparentNotify):
16491         (HandleDestroyNotify):
16492         (HandleUnmapNotify):
16493         * fvwm/add_window.c (destroy_window):
16494         Fixed the ewmh windows lists
16496 2001-11-15  olicha  <olivier.chapuis@free.fr>
16498         * fvwm/Makefile.am:
16499         * fvwm/ewmh.c:
16500         * fvwm/ewmh.h:
16501         * fvwm/ewmh_intern.h:
16502         * fvwm/ewmh_events.c:
16503         * fvwm/ewmh_icons.c:
16504         * fvwm/ewmh_names.c:
16505         * fvwm/fvwm2.1:
16506         * NEWS:
16507         New files to achieve the extended WM hints support, off by
16508         default. This code is ifdefed a la gnome.c.
16509         This is work in progess (need to do so that every things are
16510         configurable).
16512         * configure.in:
16513         * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16514         New configure option --enable-ewmh. Added tests for iconv and
16515         nl_langinfo for UTF8 conversions.
16517         * fvwm/add_window.c (AddWindow):
16518         (CaptureOneWindow):
16519         (destroy_window):
16520         (setup_window_name):
16521         (setup_icon):
16522         EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16523         EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16524         SET_HAS_EWMH_ICON, EWMH_WMIconName
16526         * fvwm/add_window.c (setup_window_structure):
16527         * fvwm/fvwm.h (FvwmWindow):
16528         (window_flags):
16529         * fvwm/window_flags.h:
16530         * fvwm/session.c (get_version_string):
16531         (SaveWindowStates):
16532         (LoadWindowStates):
16533         Added some entries in FvwmWindow and some flags (more will be
16534         added). Some of these states need to be saved at restart and
16535         at recapture. This code is ifdefed, may be it should not: I was
16536         forced to ifdef the version string in get_version_string.
16538         * libs/Bindings.c (win_contexts):
16539         * libs/fvwmlib.h:
16540         * fvwm/events.c (GetContext):
16541         * fvwm/bindings.c (ParseBinding):
16542         (activate_binding):
16543         * fvwm/functions.c (expand_extended_var):
16544         (expand):
16545         (execute_function):
16546         (DeferExecution):
16547         * fvwm/screen.h (Scr):
16548         new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16549         (kdesktop or Nautilus desktop). This context is something between
16550         C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16552         * fvwm/bindings.c (activate_binding):
16553         Fixed immediate application of mouse/stroke bindings
16555         * fvwm/borders.h
16556         * fvwm/borders.c (RedrawDecorations):
16557         * fvwm/update.c (apply_window_updates):
16558         New function  RedrawDecorations taken from apply_window_updates
16559         and called in ewmh_icons.c and update.c
16561         * fvwm/bultins.c (CMD_WindowShade):
16562         EWMH_SetWMState
16564         * fvwm/events.c (HandleFocusIn):
16565         (HandlePropertyNotify):
16566         (HandleClientMessage):
16567         (HandleMapRequestKeepRaised):
16568         (HandleUnmapNotify):
16569         EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16570         icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16571         EWMH_SetClientList
16573         * fvwm/icons.c (GetIcon):
16574         * fvwm/icons.h:
16575         (CreateIconWindow):
16576         (ChangeIconPixmap):
16577         * fvwm/events.c (HandlePropertyNotify):
16578         New function GetIcon taken from CreateIconWindow which choose
16579         the icon, there is a new case for EWMH icons. New function
16580         ChangeIconPixmap taken from events.c.
16581         The two new functions are called from ewmh_icon.c (and icons.c).
16583         * fvwm/move_resize.c (handle_stick):
16584         (CMD_Maximize):
16585         (handle_stick):
16586         EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16588         * libs/Picture.h:
16589         * libs/Picture.c (LoadPictureFromPixmap):
16590         (CachePictureFromPixmap):
16591         New functions for loading a picture from a pixmap. Nothing is cached
16592         but this simplify the MiniIcon code.
16594         * fvwm/placement.c (PlaceWindow):
16595         EWMH_GetWorkAreaIntersection
16597         * fvwm/screen.h (Scr):
16598         Added the working area, the dynamic working area and the ewmh
16599         Desktop window.
16601         * fvwm/stack.c (restack_windows):
16602         (CMD_Layer):
16603         EWMH_SetClientListStacking, EWMH_SetWMState
16605         * fvwm/style.c (check_window_style_change):
16606         * fvwm/update.c (apply_window_updates):
16607         * fvwm/update.h:
16608         Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16609         This code is ifdefed.
16611         * fvwm/style.c (lookup_style):
16612         EWMH_GetStyle
16614         * fvwm/virctual.c (goto_desk):
16615         (CMD_GotoDeskAndPage):
16616         (do_move_window_to_desk):
16617         EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16619 2001-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16621         * fvwm/update.c (apply_window_updates):
16622         * fvwm/gnome.c (GNOME_GetStyle):
16623         * fvwm/style.c (lookup_style):
16624         (check_window_style_change):
16625         * fvwm/add_window.c (setup_style_and_decor):
16626         fixed GnomeIgnoreHints style for some of the gnome hints
16628         * fvwm/fvwm.c (StartupStuff):
16629         Tried to fix font size problem
16631         * fvwm/placement.c (PlaceWindow):
16632         suppress an X error
16634         * fvwm/move_resize.c (moveLoop):
16635         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16636         * fvwm/misc.c (Keyboard_shortcuts):
16637         modified keyboard shortcut functions so that it is possible to move
16638         windows with the keyboard even if the border is hit.  does not work
16639         very nicely with paging
16641         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16642         performance enhancement
16644         * fvwm/events.c (HandleButtonPress):
16645         fixed (?) some problem with passing the raise click in ctf to the app
16647         * fvwm/add_window.c (Reborder):
16648         * fvwm/virtual.c (MoveViewport):
16649         (MapDesk):
16650         (UnmapDesk):
16651         * fvwm/session.c (SaveWindowStates):
16652         * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16653         don't access stack_next and stack_prev directly but use the access
16654         functions from stack.h
16656         * fvwm/stack.c (remove_window_from_stack_ring):
16657         (add_window_to_stack_ring_after):
16658         safety patch
16660         * fvwm/add_window.c (adjust_fvwm_internal_windows):
16661         (destroy_window):
16662         when a window becomes scheduled for destruction, remove all traces of it
16663         from the fvwm internal variable so its not accessed accidentally when
16664         its fields are no longer valid
16666 2001-11-05  Mikhael Goikhman  <migo@homemail.com>
16668         * fvwm/borders.c:
16669         fixed compilation of I18N_MB
16671 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16673         * AUTHORS:
16674         * NEWS:
16675         * acconfig.h:
16676         * configure.in:
16677         * fvwm/borders.c:
16678         * fvwm/builtins.c:
16679         * fvwm/fvwm2.1:
16680         * fvwm/screen.h:
16681         exclude the TitleStyle MultiPixmap feature (only) before forking
16682         ...
16683         and restore it after that
16685         * NEWS:
16686         * configure.in:
16687         change version string to 2.5.0
16689         * NEWS:
16690         added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16691         added a link to the stable version 2.4.4 (not released yet)
16693 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16695         * NEWS:
16696         * configure.in:
16697         change version string to 2.4.4 before forking
16699         * make_fvwmdist.sh:
16700         strip end of line from date (adjust for a new length)
16702 2001-10-29  olicha  <olivier.chapuis@free.fr>
16704         * fvwm/screen.h (DecorFaceStyle):
16705         Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16706         so that Solid colors work again
16708 2001-10-28  olicha  <olivier.chapuis@free.fr>
16710         * fvwm/module_interface.c (skipModuleAliasToken):
16711         Allows '/' as alias character
16713         * NEWS
16714         Script news
16716 2001-10-27  Mikhael Goikhman  <migo@homemail.com>
16718         * configure.in:
16719         * acconfig.h:
16720         * NEWS:
16721         added --disable-multipixmap-titles for the Suzanne's patch,
16722         the default is enable
16724         * fvwm/fvwm2.1:
16725         some formatting fixes in TitleStyle entry
16727 2001-10-27  Suzanne Britton  <tril@igs.net>
16729         * config.h.in: Added FANCY_TITLEBARS option, off by default
16731         * fvwm/fvwm2.1:
16732         Added info on TitleStyle MultiPixmap
16734         * fvwm/screen.h:
16735         [All changes #ifdeffed FANCY_TITLEBARS]
16736         Added TITLE_PADDING define for fancy titlebar rendering
16737         Added tb_pixmap_enum
16738         Added MultiPixmap to DecorFaceType enum
16739         Added Picture **multi_pixmaps and short multi_stretch_flags
16740         to DecorFace structure
16742         * fvwm/borders.c:
16743         [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16744         (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16745         (RenderIntoWindow): [new]
16746         (DrawMultiPixmapTitlebar): [new]
16747         (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16748         instead of always sending 1
16749         (RedrawTitle):
16750         Call DrawFancyTitlebar for MultiPixmap style
16751         Skip DrawString calls for MultiPixmap style (title is drawn inside
16752         DrawMultiPixmapTitlebar)
16754         * fvwm/builtins.c:
16755         [All changes #ifdeffed FANCY_TITLEBARS]
16756         (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16757         (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16758         (ReadMultiPixmapDecor): [new]
16760 2001-10-26  Dan Espen  <dane@mk.telcordia.com>
16762         * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16763         buttons can activate on press or release, special pointer during grab,
16764         arrow key command recall.
16766 2001-10-24  Mikhael Goikhman  <migo@homemail.com>
16768         * fvwm/bindings.c (ParseBinding):
16769         * fvwm/bindings.h:
16770         * fvwm/fvwm2.1:
16771         binding commands now do not print error messages with Silent
16773         * fvwm/ConfigFvwmDefaults:
16774         * NEWS:
16775         don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16776         use Silent before Key Help
16778         * fvwm/add_window.c:
16779         changed the broken size hints message to notify the owner
16781         * docs/fvwm.lsm.in:
16782         small changes
16784 2001-10-19  olicha  <olivier.chapuis@free.fr>
16786         * NEWS:
16787         Some FvwmScript news
16789 2001-10-16  olicha  <olivier.chapuis@free.fr>
16791         * NEWS:
16792         Some FvwmScript news
16794 2001-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16796         * fvwm/bindings.c (activate_binding):
16797         * libs/Bindings.c (GrabWindowKeyOrButton):
16798         activate mouse/stroke bindings immediately
16800         * fvwm/events.c (HandleButtonPress):
16801         it is possible to bind actions to the 'ClickToFocus' click
16803 2001-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16805         * fvwm/virtual.c (HandlePaging):
16806         allow paging during move/resize when pressing keys
16808         * libs/XResource.c (MergeCmdLineResources):
16809         possible core dump fix
16811         * fvwm/add_window.c (setup_window_placement):
16812         fixed core dump
16814         * libs/Bindings.c (AddBinding):
16815         another attempt at cleaning up bindings with "Shift"
16817 2001-10-13  olicha  <olivier.chapuis@free.fr>
16819         * NEWS
16820         FvwmScript news
16822 2001-10-10  Mikhael Goikhman  <migo@homemail.com>
16824         * move_resize.c:
16825         * fvwm/fvwm2.1:
16826         OpaqueMoveSize now accepts "unlimited" or negative argument.
16828 2001-10-09  Mikhael Goikhman  <migo@homemail.com>
16830         * fvwm/fvwm2.1:
16831         added missing "!"
16833 2001-10-08  Dan Espen  <dane@mk.telcordia.com>
16835         * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16837         * libs/fvwmlib.h:
16838         * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16840         * fvwm/cursor.c: Extract cursor validation routine to become a libs
16841         routine.
16843 2001-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16845         * NEWS, configure.in:
16846         changed version to 2.5.0
16848 2001-10-08  olicha  <olivier.chapuis@free.fr>
16850         * fvwm/borders.c (RedrawTitle):
16851         Fixed drawing of leftJustified stippled title and suppress warnings
16852         in RelieveRectangle w/ RightJustified stippled title
16854 2001-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16856         * fvwm/virtual.c (CMD_XineramaSlsSize):
16857         fixed ABR
16859 2001-10-03  olicha  <olivier.chapuis@free.fr>
16861         * fvwm/style.c (CMD_Style):
16862         * fvwm/fvwm2.1
16863         Added the possibility to add an Xinerama screen to the 4 numerics
16864         Iconbox format
16866 2001-10-03  olicha  <olivier.chapuis@free.fr>
16868         * fvwm/icons.c (AutoPlaceIcon):
16869         Fixed a core dump with @c and fixed icon placement if the icon should
16870         not be on the current page
16872 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16874         * fvwm/icons.c (AutoPlaceIcon):
16875         * libs/FScreen.c (FScreenParseScreenBit):
16876         added 'w' screen specifier for icon boxes
16878         * fvwm/icons.c (AutoPlaceIcon):
16879         fixed placement of icons in icon boxes on different screen
16881         * fvwm/menus.c (get_menu_options):
16882         reduced code duplication
16884 2001-10-02  olicha  <olivier.chapuis@free.fr>
16886         * fvwm/menus.c (get_menu_options):
16887         fixed Xinerama placement of menu with empty but not null position hints
16889 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16891         * fvwm/borders.c (RedrawTitle):
16892         * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16893         suppress a warning in RelieveRectangle w/ small sticky windows
16895 2001-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16897         * fvwm/menus.c (get_menu_options):
16898         A 'rectangle' context rectangle for menus honours the '@screen' bit
16900         * fvwm/move_resize.c (DisplayPosition):
16901         coordinates of a window are show in relation to the screen, not the page
16903         * libs/FScreen.c (FScreenTranslateCoordinates):
16904         * fvwm/placement.c (PlaceWindow):
16905         * fvwm/add_window.c (setup_window_placement):
16906         Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16907         rewrote the library functionality to better match the rest of the
16908         interface
16910         * fvwm/builtins.c (DestroyFvwmDecor):
16911         removed useless code
16913         * fvwm/icons.c (DrawIconWindow):
16914         fixed race condition w/ expanding/collapsing icon titles
16916         * fvwm/windowlist.c (CMD_WindowList):
16917         fixed Xinerama placement of window list when called without options
16919 2001-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16921         * libs/FScreen.c (FScreenSLSOnOff):
16922         fixed core dump when calling XineramaSls before XineramaSlsSize
16924         * configure.in:
16925         changed to 2.4.3
16927         * libs/FShape.h (FHaveShapeExtension):
16928         set macro to 1 when compiling w/ shape extension
16930 2001-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16932         * libs/Bindings.c (AddBinding):
16933         * fvwm/bindings.c (ParseBinding):
16934         print a warning if a key with the given name does not exist
16935         if there is an upper and a lower case version of the same key name,
16936         always bind to the lower case version; this is problematic if the upper
16937         case version is tied to a key without a modifier and the lower case
16938         version is tied to the same key, but with a modifier (or both are tied
16939         to different keys). I hope this good enough.
16941         * libs/Bindings.c (FreeBindingList):
16942         (MatchBindingExactly):
16943         (CollectBindingList):
16944         fixed some problems overriding keys
16945         reduced duplication of logic
16947 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16949         * NEWS, configure.in:
16950         changed version to 2.5.0
16952 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16954         * configure.in:
16955         changed version to 2.4.2
16957 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16959         * libs/Colorset.c:
16960         (SetWindowBackground):
16961         (SetRectangleBackground):
16962         * fvwm/builtins.c (CMD_WindowShade):
16963         * fvwm/add_window.c:
16964         (setup_style_and_decor):
16965         * fvwm/icons.c:
16966         (CreateIconWindow):
16967         (GetXPMFile):
16968         (GetIconWindow):
16969         (GetIconBitmap):
16970         * fvwm/events.c:
16971         (HandleConfigureRequest):
16972         (HandleShapeNotify):
16973         (InitEventHandlerJumpTable):
16974         * fvwm/borders.c (struct):
16975         (SetupFrame):
16976         (SetShape):
16977         * fvwm/decorations.c (SelectDecor):
16978         * fvwm/fvwm.c:
16979         (main):
16980         (setVersionInfo):
16981         * fvwm/externs.h:
16982         * fvwm/fvwm.h (FvwmWindow):
16983         * libs/FShape.h:
16984         * libs/FShape.c:
16985         moved shape support to library; its no longer necessary to
16986         '#ifdef SHAPE' any code
16988         * fvwm/borders.c (RedrawButtons):
16989         (RedrawTitle):
16990         fixed top border hilight drawing of title buttons
16992         * libs/Graphics.c (do_relieve_rectangle):
16993         (RelieveRectangle):
16994         (RelieveRectangle2):
16995         allow alternate shading for title buttons
16997 2001-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16999         **/*.1:
17000         Applied man page patch by Dmitry Yu. Bolkhovityanov:
17001         Add a formal description of how fvwm maintains module's configs
17002         Change manpages of individual modules to refer to fvwm2(1) for
17003         details about specifying configuration
17005         * fvwm/add_window.c (setup_window_placement):
17006         desk and page can now really be given as X resources a la
17007           xterm.desk: 1
17009         * libs/XResource.c (GetResourceString):
17010         resource -> lower case, class -> upper case
17011         changed signature
17013         * configure.in:
17014         changed version to 2.5.0
17016         * Makefile.am (distcheck2):
17017         build distcheck before dist2; save a few seconds if the build fails
17019         * libs/alloca.c:
17020         * libs/ClientMsg.c:
17021         * libs/envvar.c:
17022         * libs/Event.c:
17023         * libs/fvwmrect.c:
17024         * libs/gethostname.c:
17025         * libs/Grab.c:
17026         * libs/Pointer.c:
17027         * libs/safemalloc.c:
17028         * libs/strcasecmp.c:
17029         * libs/strdup.c:
17030         * libs/strerror.c:
17031         * libs/strncasecmp.c:
17032         * libs/usleep.c:
17033         * libs/wild.c:
17034         * libs/WinMagic.c:
17035         * libs/XError.c:
17036         * libs/Graphics.c:
17037         include config.h
17039         * configure.in:
17040         changed version to 2.4.1 again
17042 2001-09-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17044         * libs/Bindings.c (FvwmStringToKeysym):
17045         try both cases of the first letter of a key name
17047         * fvwm/ConfigFvwmDefaults:
17048         * fvwm/windowlist.c (winCompareReverse):
17049         (CMD_WindowList):
17050         new WindowList option ReverseOrder; use the new option in the default
17051         Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
17052         cycle through the whole window list. The old behaviour only toggled
17053         between two windows. Also, a simple Alt-Tab can be used to switch to
17054         the next window instead of Alt-Tab-Tab.
17056         * libs/FScreen.c (FScreenInit):
17057         fixed a Xinerama crash
17059         * configure.in:
17060         print a verbose error message and exit if X11 headers and libraries
17061         are not found
17063 2001-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17065         * fvwm/fvwm.c (main):
17066         * libs/FShape.c:
17067         * libs/FShape.h:
17068         new library for X shape encapsulation
17070         * fvwm/builtins.c (CMD_WindowShade):
17071         * fvwm/borders.c (SetupFrame):
17072         fixed shading of windows without title and border
17073         fixed shading of shaped windows; fixes bug #732
17075         * fvwm/builtins.c (CMD_SetEnv):
17076         calling SetEnv without a value is the same as UnsetEnv
17078 2001-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17080         * fvwm/events.c (HandleReparentNotify):
17081         fixed vanishing windows in rapid map/unmap cycles; bug #770
17083         * fvwm/add_window.c (hide_screen):
17084         fixed possible BadWindow error
17086 2001-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17088         * fvwm/virtual.c (MoveViewport):
17089         (goto_desk):
17090         (CMD_GotoDeskAndPage):
17091         (CMD_GotoPage):
17092         GotoDeskAndPage records its own history of last visited desk/page
17094         * libs/FScreen.c (FScreenInit):
17095         fixed a memory allocation bug pointed out by Giuseppe Della Ricca
17097 2001-09-05  olicha  <olivier.chapuis@free.fr>
17099         * fvwm/session.c (MatchWinToSM):
17100         * fvwm/add_window.c (setup_window_structure):
17101         * fvwm/move_resize.c (moveLoop):
17102         Fixed PlacedByButton3 condition
17104 2001-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17106         * libs/FScreen.c:
17107         * fvwm/functions.c (func_config):
17108         * fvwm/module_interface.c (broadcast_xinerama_state):
17109         * fvwm/virtual.c (CMD_Xinerama):
17110         (CMD_XineramaPrimaryScreen):
17111         (CMD_XineramaSls):
17112         (CMD_XineramaSlsSize):
17113         added sls support
17114         split Xinerama command into Xinerama, XineramaPrimaryScreen,
17115         XineramaSls and XineramaSlsSize
17116         restructured parts of the FScreen code
17118         * fvwm/functions.c (func_config):
17119         new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
17121         * libs/Graphics.c (RelieveRectangle):
17122         allow calling the function with w == 0 or h == 0 without a message
17124         * fvwm/window_flags.h (SET_STYLE_DELETED):
17125         * fvwm/style.c (CMD_DestroyStyle):
17126         (check_window_style_change):
17127         * fvwm/fvwm.h (window_style):
17128         update windows when a style is deleted
17130         * configure.in:
17131         fixed xpm detection problem caused by wrong library order
17133 2001-09-05  olicha  <olivier.chapuis@free.fr>
17135         * NEWS: PlacedByFvwm
17137 2001-09-04  Dan Espen  <dane@mk.telcordia.com>
17139         * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
17141 2001-09-04  olicha  <olivier.chapuis@free.fr>
17143         * fvwm/fvwm.h:
17144         * fvwm/windows_flags.h:
17145         * fvwm/placement.c (PlaceWindow):
17146         * fvwm/add_window.c (setup_window_structure):
17147         * fvwm/conditional.c (CreateConditionMask):
17148         * fvwm/session.c (get_version_string):
17149         (MatchWinToSM):
17150         * fvwm/fvwm2.1:
17151         Added a new windows_flags is_placed_by_fvwm and a new condition
17152         PlacedByFvwm
17154 2001-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17156         * fvwm/focus.c (focus_grab_buttons):
17157         (MoveFocus):
17158         disabled xt/double click patch for now
17160 2001-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17162         * libs/Graphics.c (RelieveRectangle):
17163         print a warning if one of the dimensions is <= 0
17165         * fvwm/placement.c (PlaceWindow):
17166         take care of windows that have both, PPosition and USPosition set
17167         take care of transient windows that have neither PPosition nor
17168         USPosition set
17170 2001-09-01  olicha  <olivier.chapuis@free.fr>
17172         * libs/FScreen.c (FScreenInit):
17173         Fixed the position of the xinerama emulation delimiters
17175 2001-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17177         * fvwm/fvwm2.1:
17178         Xinerama introduction
17180         * fvwm/icons.c (AutoPlaceIcon):
17181         try to place icons of screen with the window center, and if that fails
17182         on any screen
17184         * libs/FScreen.c (FScreenGetScrRect):
17185         performance improvement for non-xinerama systems
17187         * fvwm/update.c (apply_window_updates):
17188         (flush_window_updates):
17189         update icon boxes and icon position when xinerama layout changes
17191         * fvwm/icons.c (AutoPlaceIcon):
17192         limit placement of icons using no icon box to screen boundaries
17193         adapt icon boxes to xinerama layout whenever used
17195         * fvwm/placement.c (PlaceWindow):
17196         * fvwm/style.c (CMD_Style):
17197         (check_window_style_change):
17198         * fvwm/style.h (SUSE_NO_USPOSITION):
17199         (SUSE_NO_TRANSIENT_PPOSITION):
17200         (SUSE_NO_TRANSIENT_USPOSITION):
17201         * fvwm/fvwm.h (struct):
17202         implemented new styles NoUSPosition/UseUSPosition,
17203         NoTransientPPosition/UseTransientPPosition,
17204         NoTransientUSPosition/UseTransientUSPosition.
17205         These work exactly like NoPPosition/UsePPosition.
17206         Transient windows ignore the window position if neither the PPosition
17207         nor the USPosition hint is set.
17209 2001-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17211         * fvwm/focus.c (restore_focus_after_unmap):
17212         fixed a bug transfering the focus when a window was iconified
17214 2001-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17216         * fvwm/conditional.c (MatchesConditionMask):
17217         * fvwm/move_resize.c (position_geometry_window):
17218         * fvwm/placement.c (PlaceWindow):
17219         * fvwm/menus.c (pop_menu_up):
17220         * fvwm/move_resize.c (move_window_doit):
17221         * fvwm/icons.c (do_all_iconboxes):
17222         * fvwm/placement.c (PlaceWindow):
17223         * fvwm/menus.c (update_menu):
17224         adapted to new FScreen... signatures
17226         * libs/FScreen.c (FScreenClipToScreen):
17227         (FScreenGetScrCenterCenter):
17228         (FScreenCenterCurrent):
17229         (FScreenCenterPrimary):
17230         (FScreenGetCurrent00):
17231         (FScreenGetGlobalScrRect):
17232         (FScreenGetPrimaryScrRect):
17233         (FScreenGetScrRect):
17234         (FScreenIsRectangleOnScreen):
17235         unified all the FSCreen... functions using a common signature, removed
17236         most old functions
17238         * fvwm/style.c (CMD_Style):
17239         init icon box screen
17241         * fvwm/move_resize.c (move_window_doit):
17242         (CMD_Maximize):
17243         * libs/Makefile.am:
17244         * libs/XineramaSupport.c:
17245         * libs/XineramaSupport.h:
17246         * libs/FScreen.c:
17247         exported and renamed screen defines
17249         * libs/FScreen.h:
17250         renamed files
17252         * fvwm/virtual.c:
17253         * fvwm/style.c:
17254         * fvwm/placement.c:
17255         * fvwm/move_resize.c:
17256         * fvwm/module_interface.c:
17257         * fvwm/modconf.c:
17258         * fvwm/menus.c:
17259         * fvwm/icons.c:
17260         * fvwm/fvwm.c:
17261         * fvwm/conditional.c:
17262         * libs/XineramaSupport.c:
17263         renamed all XineramaSupport...() functions to FScreen...()
17265         * fvwm/style.c (CMD_Style):
17266         -Wall fix
17268 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
17270         * fvwm/style.c (CMD_Style):
17271         * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
17272         using geometry spec.
17274 2001-08-25  Mikhael Goikhman  <migo@homemail.com>
17276         * libs/Strings.c:
17277         * libs/Strings.h:
17278         new function QuoteString() to add and escape single quotes to strings
17280         * fvwm/menus.c (MenuInteraction):
17281         quote both missing function name and menu name for
17282         MissingSubmenuFunction
17284         * fvwm/functions.c (expand):
17285         use QuoteString()
17287 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
17289         * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
17291 2001-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17293         * fvwm/cursor.c (CMD_CursorStyle):
17294         * fvwm/icons.c (GetXPMFile):
17295         * libs/Colorset.c (SetWindowBackground):
17296         -Wall fixes
17298         * libs/Bindings.c (AddBinding):
17299         tired to help with problem binding keys that have a keycode with no
17300         modifiers and another keycode with some modifiers pressed, e.g.
17301         kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17302         F1 generating the actioon bound to F11 sometimes
17304         * fvwm/focus.c (focus_grab_buttons):
17305         -Wall fix
17307 2001-08-23  Dan Espen  <dane@mk.telcordia.com>
17309         * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17311 2001-08-20  Bob Woodside  <proteus@pcnet.com>
17313         * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17314         grab synchronization so apps using XtTranslations to catch double-
17315         clicks don't get confused by extraneous Leave/EnterNotify events.
17316         This fixes the "xfm/moxfm don't see double-clicks" problem.
17318 2001-08-20  Dan Espen  <dane@mk.telcordia.com>
17320         * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17322 2001-08-19  Dan Espen  <dane@mk.telcordia.com>
17324         * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17325         placed.
17327         * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17328         until later when the window is actually placed.
17330         * fvwm/fvwm.h (icon_boxes_struct):  Save  sign  for later  screen
17331         position calculation.
17333 2001-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17335         * fvwm/update.c (flush_window_updates):
17336         * fvwm/screen.h (ScreenInfo):
17337         * fvwm/virtual.c (CMD_Xinerama):
17339         * fvwm/move_resize.c (CMD_Maximize):
17340         * fvwm/placement.c (PlaceWindow):
17341         * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17342         renamed function
17344         * fvwm/fvwm2.1:
17345         describe new maximize options
17347         * fvwm/move_resize.c (MaximizeWidth):
17348         (MaximizeHeight):
17349         (CMD_Maximize):
17350         applied Dmitry's Xinerama patch for Maximize command
17351         replaced "global" and "absolute" with "screen" which is more flexible
17353 2001-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17355         * libs/Parse.c (SkipQuote):
17356         fixed a bug in handling of caller specified quote pairs
17358         * fvwm/move_resize.c (CMD_Maximize):
17359         keep window on correct page when viewport does not start on a page
17360         boundary
17362         * libs/XError.c (error_name):
17363         (request_name):
17364         fixed core dump in error handling
17366 2001-08-15  Mikhael Goikhman  <migo@homemail.com>
17368         * configure.in:
17369         * acinclude.m4:
17370         * INSTALL:
17371         * INSTALL.fvwm:
17372         renamed --disable-gnome to --disable-gnome-hints;
17373         documented configure options --with-gnome*;
17374         small improvements in documentation;
17375         use underscore in version instead of dash that causes rpm problems
17377 2001-08-14  Mikhael Goikhman  <migo@homemail.com>
17379         * libs/Makefile.am:
17380         added fvwmrect.h to dist
17382 2001-08-14  Dan Espen  <dane@mk.telcordia.com>
17384         * libs/XineramaSupport.c: Disable debug printing.
17386 2001-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17388         * libs/defaults.h (DEFAULT_MENU_STYLE):
17389         reset colour sets in default menu style too
17391 2001-08-13  Mikhael Goikhman  <migo@homemail.com>
17393         * builtins.c:
17394         * events.c:
17395         completed the libstroke-0.5 compatibility fix
17397 2001-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17399         * fvwm/move_resize.c (draw_move_resize_grid):
17400         fixed drawing of resize grid when invoked from button or key press
17402         * fvwm/placement.c (PlaceWindow):
17403         rewrote a condition to improve readability
17404         fixed StartsOn... w/ SkipMapping
17406 2001-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17408         * fvwm/session.c (MatchWinToSM):
17409         (LoadWindowStates):
17410         (SaveWindowStates):
17411         * fvwm/move_resize.c (CMD_Resize):
17412         * fvwm/events.c (HandlePropertyNotify):
17413         (HandleConfigureRequest):
17414         * fvwm/move_resize.c (CMD_ResizeMove):
17415         (CMD_Maximize):
17416         (CMD_Resize):
17417         * fvwm/update.c (apply_window_updates):
17418         * fvwm/add_window.c (AddWindow):
17419         * fvwm/geometry.c (constrain_size):
17420         (gravity_constrain_size):
17421         the Resize command honors the window gravity
17422         changing the size increment of maximized windows no longer shrinks the
17423         window
17425         * fvwm/icons.c:
17426         keep expanded icon titles on screen
17428 2001-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17430         * fvwm/icons.c (do_all_iconboxes):
17431         default icon box fills the primary screen
17433         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17434         fixed default_screen argument
17436         * fvwm/style.c (merge_styles):
17437         * fvwm/fvwm.h (window_style):
17438         * fvwm/style.h (SSET_START_SCREEN):
17439         * fvwm/add_window.c (setup_window_placement):
17440         * fvwm/placement.c (PlaceWindow):
17441         (CMD_PlaceAgain):
17442         implemented StartsOnScreen style
17444         * fvwm/placement.c (PlaceWindow):
17445         (test_fit):
17446         (get_next_x):
17447         (get_next_y):
17448         (CleverPlacement):
17449         (SmartPlacement):
17450         Place new windows on xinerama screens
17452         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17453         fixed core dump in debug output
17455 2001-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17457         * fvwm/placement.c:
17458         removed unused variable
17460 2001-08-07  olicha  <olivier.chapuis@free.fr>
17462         * NEWS:
17463         FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17465 2001-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17467         * fvwm/virtual.c (CMD_Xinerama):
17468         replaced XineramaEnable and ...Disable with XineramaCommand
17470         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17471         (XineramaSupportGetScreenArgument):
17472         new functions
17474         * fvwm/functions.c (func_config):
17475         * fvwm/move_resize.c (move_window_doit):
17476         (CMD_Move):
17477         (CMD_AnimatedMove):
17478         (CMD_MoveToPage):
17479         (CMD_MoveToScreen):
17480         (handle_stick):
17481         added new command MoveToScreen
17483 2001-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17485         * libs/fvwmrect.c:
17486         * libs/fvwmrect.h:
17487         new library files
17489         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17490         fixed parsing of negative geometries
17491         (XineramaSupportParseGeometryWithScreen):
17492         made global
17493         (XineramaSupportGetNumberedScreenRect):
17494         new function
17496         * sample.fvwmrc/system.fvwm2rc:
17497         * sample.fvwmrc/new-features:
17498         * sample.fvwmrc/system.fvwm2rc-sample-95:
17499         * sample.fvwmrc/system.fvwm2rc-sample-2:
17500         * sample.fvwmrc/system.fvwm2rc-sample-1:
17501         * fvwm/fvwm2.1:
17502         updated for new condition
17504         * fvwm/conditional.c (CreateConditionMask):
17505         (MatchesConditionMask):
17506         * fvwm/fvwm.h (WindowConditionMask):
17507         implemented new condition AcceptsFocus to cope with applications like
17508         xclock that have circulatehit but don't take focus
17510 2001-08-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17512         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17513         handle Xinerama screens
17515         * fvwm/style.c (CMD_Style):
17516         * fvwm/menus.c (get_menu_options):
17517         cope with Xinerama like geometries with screen info
17519         * fvwm/virtual.c (CMD_XineramaEnable):
17520         XineramaEnable optionally takes the number of the primary screen as its
17521         argument
17523         * fvwm/events.c (GetContext):
17524         reindented code
17526         * fvwm/virtual.c (HandlePaging):
17527         * fvwm/events.c (HandleButtonPress):
17528         * fvwm/events.h (XEVMASK_PANFW):
17529         fixed button and key event handling over pan frames; fixes bug #752
17531         * fvwm/menus.c (get_menu_options):
17532         fixed Xinerama placement of menus without options
17534 2001-08-01  Mikhael Goikhman  <migo@homemail.com>
17536         * NEWS:
17537         * fvwm/borders.c:
17538         * fvwm/builtins.c:
17539         * fvwm/fvwm.c:
17540         * fvwm/screen.h:
17541         Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17542         In addition to the existing: @0 is shadow color, @1 is hilight color.
17544         * fvwm/fvwm2.1:
17545         Added the formal description of Vector that was absent.
17547 2001-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17549         * fvwm/fvwm2.1:
17550         some man page corrections
17552 2001-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17554         * fvwm/move_resize.c (handle_stick):
17555         also redraw buttons when a window becomes sticky/slippery to make sure
17556         that MWMDecorStick buttons are updated too; fixes bug #749
17558 2001-07-30  Mikhael Goikhman  <migo@homemail.com>
17560         * NEWS:
17561         documented previous changes
17563         * configure.in:
17564         improved output spacing
17566         * fvwm/fvwm2.1:
17567         minor typo
17569 2001-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17571         * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17572         * fvwm/modconf.c (send_xinerama_state):
17573         * fvwm/module_interface.c (broadcast_xinerama_state):
17574         * libs/defaults.h:
17575         revised module support for Xinerama
17577         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17578         (XineramaSupportParseGeometry):
17579         (XineramaSupportGetGeometry):
17580         make interface compatible with XineramaSupportParseGeometry().
17581         (XineramaSupportGetPrimaryScreen):
17582         new function
17584         * fvwm/stack.c (raise_over_unmanaged):
17585         fixed restacking of windows with RaiseOverUnmanaged - windows were
17586         raised in reverse order so that the top window became the bottom
17587         window of the ones that were raised
17588         also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17589         these are invisible
17591 2001-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17593         * sample.fvwmrc/system.fvwm2rc-sample-95:
17594         fixed syntax of BugOpts command
17596         * fvwm/ConfigFvwmDefaults:
17597         resize window when clicking on the sides of the window by default
17598         instead of moving it
17600         * fvwm/events.c (HandleEnterNotify):
17601         do not delete MouseFocus when pointer moves from one particular sub
17602         window of a frame to another one.  Helps with xv/xmms vs unclutter
17603         interaction and also with MouseFocus vs. Open Look applications
17605         * fvwm/move_resize.c (DoSnapAttract):
17606         * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17607         fixed snapping to Xinerama screen edges
17608         (XineramaSupportIsEnabled):
17609         return False is the X server provides only a single screen
17611         * fvwm/fvwm2.1:
17612         Added descriptions of conditions CurrentDesk, CurrentPage,
17613         CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17614         CurrentGlobalPageAnyDesk
17616         * fvwm/fvwm.h (rectangle):
17617         (position):
17618         typedefs moved to libs/fvwmlib.h
17620         * fvwm/conditional.c (MatchesConditionMask):
17621         * fvwm/fvwm.h (WindowConditionMask):
17622         * fvwm/conditional.c:
17623         introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17624         for Xinerama support
17626         * fvwm/modconf.c (CMD_Send_ConfigInfo):
17627         (send_xinerama_state):
17628         * fvwm/module_interface.c (broadcast_xinerama_state):
17629         * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17630         * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17631         communicate xinerama state at module startup
17633 2001-07-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17635         * libs/XineramaSupport.c:
17636         next Xinerama patch
17638 2001-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17640         * fvwm/move_resize.c (moveLoop):
17641         windows were lost off screen w/ non opaque interactive move when motion
17642         was aborted with Escape on a different page that it was started
17644         * fvwm/move_resize.c (position_geometry_window):
17645         (DisplayPosition):
17646         (DisplaySize):
17647         (InteractiveMove):
17648         (CMD_Resize):
17649         (moveLoop):
17650         (CMD_Resize):
17651         (DoResize):
17652         * libs/XineramaSupport.c (GetMouseXY):
17653         (XineramaSupportCenterCurrent):
17654         (XineramaSupportGetCurrent00):
17655         (XineramaSupportGetCurrentScrRect):
17656         allow to pass in an event with the pointer position
17657         minimize number of XQueryPointer calls in interactive move/resize
17659         * libs/defaults.h:
17660         * fvwm/move_resize.c (resize_geometry_window):
17661         (DisplayPosition):
17662         (DisplaySize):
17663         border width of geometry window moved to defaults.h
17664         moved strings for size window formatting to defaults.h
17665         reworked calculations of geometry window dimensions
17667         * fvwm/move_resize.c (resize_geometry_window):
17668         (position_geometry_window):
17669         (DisplaySize):
17670         (InteractiveMove):
17671         (CMD_Resize):
17672         * fvwm/builtins.c (ApplyDefaultFontAndColors):
17673         * fvwm/fvwm.c (main):
17674         funtions ResizeSizeWindow and PositionSizeWindow renamed to
17675         resize_geometry_window and position_geometry_window
17677         * fvwm/fvwm.c (main):
17678         fixed resizing geometry window before creating it
17680         * fvwm/move_resize.c (switch_move_resize_grid):
17681         (MoveOutline):
17682         * fvwm/virtual.c (HandlePaging):
17683         renamed MoveOutline to draw_move_resize_grid and made static
17684         new function switch_move_resize_grid for external calls
17685         delete grid before moving the geometry window to get rid of arifacts of
17686         the grid
17688 2001-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17690         * libs/XineramaSupport.c (XineramaSupportInit):
17691         make the blank area in Xinerama emulation usable again
17693 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17695         * fvwm/menus.c (update_menu):
17696         (pop_menu_up):
17697         (make_menu):
17698         (calculate_item_sizes):
17699         (size_menu_horizontally):
17700         (size_menu_vertically):
17701         menus are resized to fit their Xinerama screen every time they are
17702         popped up and the screen size has changed
17704 2001-07-23  olicha  <olivier.chapuis@free.fr>
17706         * libs/XineramaSupport.c (XineramaSupportInit):
17707         Draw the xinerama simulation screens with orr windows
17709 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17711         * fvwm/windowlist.c (CMD_WindowList):
17712         fixed windowlist placement w/ Xinerama
17714 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17716         * fvwm/menus.c (pop_menu_up):
17717         fixed calculations that force a menu on screen w/ Xinerama
17719         * fvwm/move_resize.c (DoSnapAttract):
17720         removed some code that slipped in with xinerama patch and broke
17721         vertical SnapAttraction
17723         * fvwm/virtual.c (CMD_EdgeResistance):
17724         removed debug code
17726         * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17727         take reference position src_x/src_y to determine screen
17729         * fvwm/windowlist.c (CMD_WindowList):
17730         * fvwm/menus.c (get_menu_options):
17731         (get_popup_options):
17732         (MenuInteraction):
17733         (pop_menu_up):
17734         handle Xinerama screens for positioning menus w/ posthints
17736         * fvwm/menus.c (get_menu_options):
17737         renamed function
17738         fix for icon/window context rectangle when window is in wrong state
17740 2001-07-22  Mikhael Goikhman  <migo@homemail.com>
17742         * configure.in:
17743         s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17744         compiled in; fixed linking by adding -lXinerama; small corrections
17746 2001-07-22  Dan Espen  <dane@mk.telcordia.com>
17748         * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17750 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17752         * libs/XineramaSupport.c (XineramaSupportInit):
17753         added xinerama emulation for developers
17755         * fvwm/virtual.c (CMD_XineramaEnable):
17756         (CMD_XineramaDisable):
17757         * fvwm/module_interface.c (BroadcastConfigInfoString):
17758         added function to communicate Xinerama on/off to modules
17760         * fvwm/module_interface.c:
17761         include time.h to fix warning
17762         * libs/XineramaSupport.c:
17763         * fvwm/fvwm.c (setVersionInfo):
17764         * fvwm/Makefile.am:
17765         * configure.in:
17766         * acconfig.h:
17767         cleanded up xinerama detection
17768         added shape detection
17770 2001-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17772         * fvwm/fvwm2.1:
17773         Added Xinerama introduction
17775         * fvwm/fvwm.c (setVersionInfo):
17776         print xinerama support
17778         * fvwm/conditional.c (CreateConditionMask):
17779         added CirculateHitShaded option for conditional commands that was
17780         described in the man page but not implemented
17782         * fvwm/fvwm.h (WindowConditionMask):
17783         removed unused flags
17785         * fvwm/conditional.c (MatchesConditionMask):
17786         fixed CirculateHitIcon option in conditional commands
17788         * fvwm/fvwm2.1:
17789         reformatted man page source to improve readability
17790         fixed some source formatting bugs
17792         * libs/XineramaSupport.c (GetMouseXY):
17793         don't poll the pointer if there is only one screen or if xinerama is
17794         turned off
17796         * fvwm/fvwm2.1:
17797         * fvwm/fvwm.c (main):
17798         removed -noxinerama option
17800         * fvwm/fvwm.c (main):
17801         size window is positioned and sized in move_resize.c
17803         * libs/XineramaSupport.c:
17804         reindented file
17806         * configure.in:
17807         print Xinerama support in configure summary
17809         * **/*:
17810         applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17812 2001-07-17  Mikhael Goikhman  <migo@homemail.com>
17814         * acconfig.h:
17815         * acinclude.m4:
17816         * configure.in:
17817         implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17818         define missing macros needed for old AIX keysymdef and old stroke.h
17820         * fvwm/bindings.c:
17821         * fvwm/menus.c:
17822         remove the previous compilation fixes, now handled by configure
17824 2001-07-15  Dan Espen  <dane@mk.telcordia.com>
17826         * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17828 2001-07-15  Mikhael Goikhman  <migo@homemail.com>
17830         * bindings.c:
17831         use libstroke-0.5 constant names while still supporting 0.3/0.4
17833         * menus.c:
17834         compiling fix for old AIX, which does not define XK_Page_Up/Down
17836         * module_interface.c:
17837         minor compiling fix for some proprietary preprocessors
17839 2001-07-10  Mikhael Goikhman  <migo@homemail.com>
17841         * fvwm/fvwm2.1:
17842         use more compatible and structured syntax in SYNOPSIS
17844 2001-07-06  Mikhael Goikhman  <migo@homemail.com>
17846         * acinclude.m4:
17847         Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17848         GDK_IMLIB_*.  This fixes "make FvwmGtk" on systems with bogus
17849         imlib-config.
17851 2001-07-05  Mikhael Goikhman  <migo@homemail.com>
17853         * configure.in:
17854         changed version to 2.4.1
17856         * acinclude.m4:
17857         small fix that should solve the problem with running autoconf
17858         (autoreconf is ok) from autoconf-2.50;
17859         applied a patch that adds gtk include dirs to gnome include dirs
17861 2001-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17863         * NEWS, configure.in:
17864         changed version to 2.4.0.1
17866         * *: fvwm 2.4 has been released :-))