Update key files for FVWM 2.6.0
[fvwm.git] / ChangeLog
blob6847f12eaab54b6c768265982a110b74c46c2324
1 2011-04-15  Thomas Adam <thomas@fvwm.org>
2         * NEWS:
3         * configure.ac:
4         Updated for the FVWM 2.6.0 stable release.
6 2011-04-10    <despen@verizon.net>
7         * fvwm/fvwm.c (SetRCDefaults): Add fvwm-menu-desktop to built in menu.
9 2011-04-10  Thomas Adam  <thomas@fvwm.org>
10         * acinclude.m4:
11         * configure.ac:
12         More --as-needed ld fixes for linking against exernal libraries.
14 2011-04-05  Thomas Adam  <thomas@fvwm.org>
15         * fvwm/update.c (apply_window_updates):
16         Don't clear all States on WindowStyle.
18 2011-04-02  Thomas Adam  <thomas@fvwm.org>
19         *fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
20         Use EWMH_UpdateWorkArea() and not separate function calls
22         Don't assume the work of EWMH_UpdateWorkArea() will only ever call two
23         function calls by itself in the future; hence, centralise the call to
24         doing that to the correct containing function.
26 2011-02-05  Thomas Adam  <thomas@fvwm.org>
27         * acinclude.m4:
28         Fix DSO linker error (ld) with missing "-lfontconfig" for fontconfig
29         
30         Stricter DSO checks with newer Libc versions requires the linker find
31         the symbols elsewhere.  The only one that's missing is "-lfontconfig" as
32         we already supply -lX11 -lXent elsewhere.
34 2011-03-02  Thomas Adam  <thomas@fvwm.org>
35         * fvwm/events.c (HandleFocusIn):
36         Fix NeverFocus windows when handling FocusIn events.
38         Certain button presses on client windows can trigger a FocusIn event on
39         the parent (such as opening a menu on a GTK application).  Disallow the
40         click to trigger the window receiving focus, as well as redrawing the
41         border to reflect the window has focus.
43 2011-02-14  Thomas Adam  <thomas@fvwm.org>
44         * libs/PictureImageLoader.c (PImageLoadPng):
45         Use png_get_color_type() as the data type we were previously using is
46         now no longer public (Finfo_ptr->color_type).  This is in libpng 1.5 --
47         hopefully no need for an #ifdef.
49 2010-12-19  Thomas Adam  <thomas@fvwm.org>
50         * fvwm/builtins.c (CMD_CursorMove):
51         Honour EdgeScroll settings to not flip pages when EdgeScroll is
52         disabled.
54 2010-12-04    <despen@verizon.net>
56         * fvwm/ConfigFvwmSetup: Better colors in menus and active frames.
58 2010-11-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
59         * fvwm/placement.c (__place_get_placement_flags):
60         fix reporting of placement reason with nousposition style.
62 2010-10-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
64         * fvwm/events.c (__handle_cr_on_client):
65         fix resize of shaded windows with a shade direction that does not match
66         the window gravity
68         * libs/gravity.h:
69         * libs/gravity.c (__gravity_override_one_axis):
70         (gravity_override_dir):
71         new helper functions
73         * libs/gravity.c (gravity_combine_xy_dir):
74         fixed calculation with only one axis set
76 2010-09-16  Sergey Vlasov <vsu@altlinux.ru>
77         * fvwm/move_resize.c (GetOnePositionArgument):
78         Fix parsing of commands like 'Move 50-50w 50-50w'.
80 2010-08-31  Gerard Vermeulen <gav451@gmail.org>
81         * fvwm/move_resize.c (GetOnePositionArgument):
82         Parse commands like 'Move w+-5p w+-2p'.
84 2010-08-09  Thomas Adam <thomas@xteddy.org>
85         * NEWS:
86         * configure.ac:
87         Updated for the FVWM 2.5.31 release.
89 2010-08-09  Thomas Adam <thomas@xteddy.org>
90         * NEWS:
91         * configure.ac:
92         Updated for the FVWM 2.5.31 release.
94 2010-08-07  Thomas Adam <thomas@xteddy.org>
95         * fvwm/builtins.c (CMD_Exec):
96         Remove extraneous whitespace.
98 2010-07-28  Thomas Adam <thomas@xteddy.org>
99         * fvwm/builtins.c (CMD_Exec):
100         Close fd if it's not opened successfully.
102 2010-07-28  Thomas Adam <thomas@xteddy.org>
103         * fvwm/update.c (apply_window_updates):
104         * NEWS:
105         Copy over State settings on WindowStyle command.
107         When merging/updating style hints for recaptured windows, ensure we
108         preserve any State hints set on the window.
110 2010-05-22  Thomas Adam <thomas@xteddy.org>
111         * fvwm/windowlist.c (CMD_WindowList):
112         * NEWS:
113         When reporting on a window's width and height ensure we use the
114         orig_hints XSizeHints struct for calculating resize increment
115         geometries.
117 2010-05-09  Thomas Adam <thomas@xteddy.org>
118         * NEWS:
119         * configure.ac:
120         Update CVS to use 2.5.31
122 2010-05-09  Thomas Adam <thomas@xteddy.org>
123         * NEWS:
124         * configure.ac:
125         * docs/ANNOUNCE:
126         Updated for the FVWM 2.5.30 release.
128 2010-05-09  Thomas Adam <thomas@xteddy.org>
129         * NEWS:
130         Cosmetic clean up for NEWS.
132 2010-04-28  Dan Espen  <dane@mk.telcordia.com>
133         * fvwm/colorset.c (parse_colorset): Remove bogus error message.
135 2010-04-24  Thomas Adam <thomas@xteddy.org>
136         * libs/Fpng.h:
137         Define version checks for conditional macros.
139         libpng 1.4.0 has different macros for previous version of the same
140         macros in libong 1.2.0, so check for them here.
142 2010-04-18  Thomas Adam <thomas@xteddy.org>
143         * libs/charmap.c (charmap_table_to_string):
144         Don't allow incremental matching of C_ALL for contexts.
146         When printing out bindings, ensure we allow "A" for any/all
147         contexts/modifiers to be matched exactly, so that the context column for
148         bindings matches with what the user put in their config file.
150 2010-04-03  Thomas Adam <thomas@xteddy.org>
151         * NEWS:
152         * configure.ac:
153         Updated for the FVWM 2.5.29 release.
155 2010-04-03  Thomas Adam <thomas@xteddy.org>
156         * libs/Fplay.h:
157         Cull unused functions when compiling against librplay.
159         When compiling with -Werror, ensure we're not trying to use unneeded
160         librplay static functions we ourselves declare.
162 2010-04-03  Thomas Adam <thomas@xteddy.org>
163         * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
164         Tweak placement calculation for over-zealous windows.
166         Don't adjust a window's position unless it's actually greater than the
167         screen's dimension (i.e., potentially placed off screen.)
169         2010-03-30  Christoph Fritz <chf.fritz@googlemail.com>
170         * fvwm/windowlist.c (CMD_WindowList):
171         Free allocated memory.
173 2010-02-28  Thomas Adam <thomas@xteddy.org>
174         * fvwm/move_resize.c (__resize_step):
175         Don't explicitly send MotionNotify event during Resize (GeometryWindow)
177         When calling DisplaySize() from a resize event performed on a window,
178         ensure we use the window's last event (which will be MotionNotify
179         anyway) otherwise this completely confuses the GeometryWindow as it has
180         to then update itself each time.
182         When using Xinerama/TwinView, the effect is that the GeometryWindow
183         flickers and/or displays itself on the opposite screen to where the
184         pointer is, because the x/y positions don't take into account the
185         location of the pointer from the original hand-crafted event, but are
186         correct from the execute context the window being resized is called in.
188 2010-02-06  Thomas Adam <thomas.adam22@gmail.com>
189         * fvwm/style.c (check_window_style_change):
190         * fvwm/update.c (apply_window_updates):
191         * fvwm/update.h:
192         Propagate Layer changes via Style command on-the-fly.
194         Until there's a distinction between initially-mapped styles and runtime
195         commands, and that currently, Style commands take effect immediately,
196         ensure that for any Layer requests received via Style commands, these
197         too are applied immediately.
199         The previous assumption was that this was only applicable when mapping a
200         new window, but goes against expectations from the user.
202 2010-01-07  Thomas Adam <thomas.adam22@gmail.com>
203         * fvwm/read.c (run_command_file):
204         Restructure how we look for Read files slightly.
206         When searching for files with the Read command, check to see if the file
207         first of all has an absolute path and if so open it.  If it's relative
208         then search for it in either FVWM_USERDIR or FVWM_DATADIR as before.  If
209         the file still can't be found, try and open it outright.  This will
210         allow therefore:
212         ../../some_file
214         as a valid filename -- of course this really only makes sense when
215         invoking fvwm with "-f" on the command-line, as relative paths to config
216         files in this way should be built up using "$."
218 2010-01-05  Thomas Adam <thomas.adam22@gmail.com>
219         * fvwm/menustyle.c (menustyle_copy_face):
220         Fix segfault setting MenuFace pixmap style for menus.
222         As with the tearoff bug from 2010-01-03, ensure we don't try and free a
223         non-existent pixmap from an invalid pointer.
225 2010-01-05  Thomas Adam <thomas.adam22@gmail.com>
226         * fvwm/read.c (run_command_file):
227         Fix opening of files to Read/PipeRead to accept absolute paths.
229         Don't just assume "/" is a valid identifier for opening files.  "./" is
230         just as likely.  Fixes use-case of:
232         fvwm -f ./some_fvwm2rc
234 2010-01-04  Thomas Adam <thomas.adam22@gmail.com>
235         * fvwm/events.c (flush_property_notify):
236         Add atom to struct so it is checked for by test_typed_window_event().
238 2010-01-04  David Fries <David@Fries.net>
239         * fvwm/events.c (test_typed_window_event):
240         * fvwm/events.c (flush_property_notify):
241         Efficiently handle flushing property events of the same type.
243         * fvwm/events.h (test_typed_window_event_args):
244         Add XAtom type to struct.
246 2010-01-04  David Fries <David@Fries.net>
247         * fvwm/virtual.c (HandlePaging):
248         Move no page detect check, it wasn't being hit.
249         * fvwm/move_resize.c (__move_loop):
250         Transform window position to pointer position and back when calling
251         HandlePaging.
253 2010-01-03  Thomas Adam <thomas.adam22@gmail.com>
254         * fvwm/menustyle.c (menustyle_copy_face):
255         Fix segfault when creating a tearoff menu using a Pixmap background.
257         When we copy the original menustyle to the new torn-off menu which
258         contains a background image, don't then update the menu's pixel
259         background color, as this is already free()d for us by an earlier copy
260         call.
262 2009-12-31  Thomas Adam <thomas.adam22@gmail.com>
263         * fvwm/builtins.c (CMD_BugOpts):
264         Remove debug line.
266 2009-12-31  Thomas Adam <thomas.adam22@gmail.com>
267         * fvwm/builtins.c (CMD_BugOpts):
268         * fvwm/fvwm.c (InitVariables):
269         * fvwm/events.c (HandleClientMessage):
270         * fvwm/screen.h:
271         Add new BugOpts QtDragnDropWorkaround option to handle an oddity in how
272         Qt windows handle having ClientMessage events sent to them.
274 2009-12-30  Thomas Adam <thomas.adam22@gmail.com>
275         * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
276         Fix y-axis offset calculations when using MinOverlapPlacement, by
277         forcing the window on-screen when over-zealous penality calculations
278         don't take into account the size of the window borders.
280 2009-12-26  Thomas Adam <thomas.adam22@gmail.com>
281         * bin/fvwm-convert-2.6.1.in:
282         Add in BUGS section a note that converting over FvwmTheme lines is
283         likely buggy.
285 2009-12-26  Thomas Adam <thomas.adam22@gmail.com>
286         * NEWS:
287         * AUTHORS:
288         * bin/fvwm-convert-2.6.in:
289         * bin/fvwm-convert-2.6.1.in:
290         First pass at a fvwm-convert-2.6 script to convert fvwm-2.4 syntax
291         files.
293 2009-12-19  Thomas Adam <thomas.adam22@gmail.com>
294         * libs/Flocale.c (FlocaleEncodeString):
295         Pre-initialise "len2" to zero, to avoid GCC warning during compilation.
297 2009-12-12  Thomas Adam <thomas.adam22@gmail.com>
298         * fvwm/fvwm.c (StartupStuff):
299         Reset the state of the "Restarting" flag to False when restarting FVWM.
301         * fvwm/events.c (HandleMapRequestKeepRaised):
302         Only run InitialMapCommand when FVWM isn't restarting and all windows
303         have been recaptured.  The window is already mapped by the time FVWM is
304         restarting, and running the InitialMapCommand again only serves to
305         "toggle" the window state (c.f. InitialMapCommand Iconic, etc.)
307 2009-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
309         * NEWS:
310         * configure.ac:
311         increased version number to 2.5.29
313         * NEWS:
314         updated for 2.5.28 release
316 2009-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
318         * NEWS:
319         * fvwm/ewmh.c (ewmh_ChangeProperty):
320         only convert _NET_WM_ICON hint to long before storing
322 2009-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
324         * fvwm/builtins.c (CMD_BugOpts):
325         remove unused variables
327         * NEWS:
328         * fvwm/ewmh.c (ewmh_ChangeProperty):
329         fix storing of CARD32 arrays on 64 bit machines
331         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
332         prevent segmentation fault when reading a bad _NET_WM_ICON hint
334 2009-08-22      Thomas Adam <thomas.adam22@gmail.com>
335         * fvwm/geometry.c (__cs_handle_aspect_ratio):
336         Workaround gcc -O3, by declaring local vars as volatile.  This fixes an
337         otherwise continual loop when resizing windows when keeping aspect
338         ratio (c.f. mplayer.)
340 2009-08-20  Christoph Fritz <chris_honschu(at)gmx.de>
341         * configure.ac:
342         Fix typo in AS_HELP_STRING referring to enable-htmldoc
344 2009-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
346         * NEWS:
347         * fvwm/builtins.c (CMD_BugOpts):
348         Fix parsing of BugOpts options lists separated by ',', and
349         restoring to default value when the boolean option is omitted if
350         not inside a list.
352         * NEWS:
353         Change QT to Qt.
355         * NEWS:
356         * libs/Flocale.h:
357         * libs/Ficonv.h (FiconvSetTransliterateUtf8):
358         * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
359         (is_translit_supported, set_default_iconv_charsets)
360         (set_iconv_charset_index, FiconvUtf8ToCharset):
361         * fvwm/builtins.c (CMD_BugOpts):
362         Add TransliterateUtf8 bug opt for working around clients
363         which don't care about the WM_NAME value.
365 2009-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
367         * NEWS:
368         * fvwm/stack.c (BroadcastRestack):
369         Fix splitting or M_RESTACK packages causing weird window stacking
370         in modules when more than 83 windows are broadcast.
372 2009-08-04  Thomas Adam <thomas.adam22@gmail.com>
373         * configure.ac:
374         Remove dnl comments from configure.ac regarding malloc.h -- it's
375         self-explanatory anyway.
377 2009-08-03  Thomas Adam <thomas.adam22@gmail.com>
378         * configure.ac:
379         Most *BSD platforms are deprecating malloc.h in favout of stdlib.h
380         -- this never used to produce compiler warnings, but things are
381         starting to become more vocal, so don't use this in our
382         ./configure script if we're compiling FVWM on a *BSD system.
384 2009-07-31  Christoph Fritz <chris_honschu(at)gmx.de>
386         * fvwm/style.h:
387         * fvwm/fvwm.h:
388         * fvwm/add_window.c (setup_numeric_vals):
389         add "typedef struct snap_attraction_t"
390         * fvwm/style.c (style_parse_one_style_option):
391         add new SnapAttraction options "None", "ScreenWindows",
392         "ScreenIcons" and "ScreenAll"
393         * fvwm/move_resize.c (DoSnapAttract):
394         Bugfix, option SameType/Icons/Windows did falsely not affect
395         conditions of option "Screen" and option "SameType" snapped
396         falsely icons and windows together. Implement options
397         None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
398         screen edge snapping.
400 2009-07-10  Thomas Adam  <thomas.adam22@gmail.com>
401         * fvwm/add_window.c (setup_window_name_count):
402         * fvwm/add_window.c (setup_icon_name_count):
403         Deprecate these in favour of setup_name_count()
405         * fvwm/add_window.c (setup_name_count):
406         Amalgamate setup_window_name_count and setup_icon_name_count to just
407         one function (very similar code between them.)  Used with
408         IndexedWindowName and IndexedIconName.
410 2009-07-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
412         * NEWS:
413         Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
415         * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
416         (Frptp_async_putline):
417         Fix ANSI C compatibility.
419         * NEWS:
420         * fvwm/ewmh_names.c (EWMH_WMName):
421         set the HAS_EWMH_WM_NAME flag even if the window name on display
422         isn't changing.
423         (EWMH_WMIconName):
424         same for HAS_EWMH_WM_ICON_NAME
426 2009-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
428         * NEWS:
429         fix for segfault with RPlatHost directive in FvwmEvent
430         * libs/Makefile.am (libfvwm_a_SOURCES):
431         * libs/Fplay.h:
432         add Fplay.h wrapper header for rplay.h
434         * NEWS:
435         fix debian bug #438132
437 2009-07-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
439         * NEWS:
440         * fvwm/style.c (fw_match_style_id):
441         Fix fvwmstyle resource
443 2009-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
445         * NEWS:
446         * fvwm/events.c (HandleMapRequestKeepRaised):
447         Make sure that a PropertyNotify on the WM_STATE property is always
448         sent out when a window is requested to be moved to the withdrawn
449         state. (Needed by QT)
451 2009-07-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
453         * sample.fvwmrc/DecorMwm:
454         * sample.fvwmrc/DecorWin95:
455         * sample.fvwmrc/new-features:
456         * sample.fvwmrc/system.fvwm2rc:
457         * sample.fvwmrc/system.fvwm2rc-sample-1:
458         * sample.fvwmrc/system.fvwm2rc-sample-2:
459         * sample.fvwmrc/system.fvwm2rc-sample-95:
460         Use !-negation for styles instead of No...
462         * NEWS:
463         fix a typo
465         * sample.fvwmrc/system.fvwm2rc-sample-95:
466         sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
467         sed -i 's/StayOnTop/StaysOnTop/'
468         According to patches by Manoj Srivastava
470 2009-03-17  Mikhael Goikhman  <migo@homemail.com>
472         * fvwm/externs.h:
473         * fvwm/fvwm.c:
474         * fvwm/session.c:
475         convert my old code to use var_name and function_name coding style
477 2009-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
479         * NEWS:
480         * configure.ac:
481         increased version to 2.5.28
483         * ANNOUNCE:
484         * NEWS:
485         * configure.ac:
486         updated for 2.5.27 release
488 2009-02-23  Thomas Adam <thomas.adam22@gmail.com>
489         * fvwm/bindings.c (print_bindings):
490         Fixed compilation of not having libstroke installed by using ifdefs
491         around stroke code.
493 2009-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
495         * fvwm/bindings.c (print_bindings):
496         slight cleanup
498         * libs/charmap.c (charmap_table_to_string):
499         several memory menagement fixes.
501 2009-02-22  Thomas Adam <thomas.adam22@gmail.com>
503         * libs/charmap.c (charmap_table_to_string):
504         Reduce memory management on the stack, by making only those variables
505         to be accessed outside of the function charmap_table_to_string()
506         allocated on the heap instead.
508         * fvwm/bindings.c (print_bindings):
509         b->Action was previously checked whether it was NULL or not before
510         printing its value to STDERR -- however, this caused a segfault when
511         trying to perform strlen() operations internally -- hence don't bother
512         checking if it's NULL.  This avoids segfaulting.
514 2009-02-05  Thomas Adam <thomas.adam22@gmail.com>
516         * libs/charmap.c (charmap_table_to_string):
517         * libs/charmap.h:
518         Introduce charmap_to_string function which is used to build up a
519         binding string, for use with PrintInfo.
521         * fvwm/bindings.c (print_bindings):
522         Introduce print_bindings to print all bindings known to fvwm.
524         * fvwm/builtins.c (CMD_PrintInfo):
525         * fvwm/builtins.h:
526         Add support for "binding" as an option to PrintInfo.
528 2009-02-19  Thomas Adam  <thomas.adam22@gmail.com>
530         * fvwm/placement.c (__pl_position_get_pos_simple):
531         Force the window on-screen if using PositionPlacement UnderMouse.
533 2009-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
535         * fvwm/events.c (HandleMapRequestKeepRaised):
536         * fvwm/add_window.c (AddWindow):
537         * fvwm/style.h:
538         * fvwm/style.c (style_parse_one_style_option):
539         add new style InitialMapCommand
541 2008-02-08  Thomas Adam <thomas.adam22@gmail.com>
543         * bin/fvwm-menu-desktop.in:
544         Fix the location prefix for GNOME application files.
546 2008-12-29  Alexandre Julliard  <julliard@winehq.org>
548         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
549         Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
550         _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
551         horizontally maximized.
553 2008-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
555         * fvwm/fvwm.h:
556         * fvwm/module_list.c (do_execute_module):
557         * fvwm/fvwm.c (fvmm_deinstall_signals):
558         restore default signal handlers before execl()/execvp()
560 2008-10-05  Thomas Adam <thomas.adam22@gmail.com>
562         * fvwm/style.c (fw_match_style_id):
563         Allow for the window's visible name to be considered when matching a
564         style line.  It is possible to use $[w.visiblename] as the style name.
565         Whilst the normal name and the visible name are usually the same, in
566         the case of having IndxedWindowName, if a style line matches this as a
567         visible name, apply it first of all.
569 2008-10-03  Thomas Adam  <thomas.adam22@gmail.com>
570         * AUTHORS:
571         * fvwm/expand.c:
572         Add $[w.visiblename] as an expansion parameter.
574 2008-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
576         * fvwm/placement.c (__pl_position_get_pos_simple):
577         position placement honours StartsOnPage
579 2008-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
581         * fvwm/session.c (MatchWinToSM):
582         fixed keeping fullscreen state of windows over a restart; the old code
583         tried to do this through session management and effectively overwrote
584         the responsible ewmh hint; eventually, fvwm thought that the window
585         was fullscreen without actually making it fullscreen
587 2008-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
589         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
590         fixed compiler warning caused by a logic error in previous patch
592         * configure.ac:
593         applied png detection fix by Yuri Bushmelev for cross compiliation
595         * fvwm/events.c (__handle_cr_on_client):
596         fixed event merging with auto motion detection
598 2008-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
600         * NEWS:
601         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
602         * fvwm/events.h (events_handle_configure_request):
603         * fvwm/events.c (events_handle_configure_request):
604         (__handle_cr_on_client):
605         (__handle_configure_request):
606         fix handling of _NET_MOVERESIZE_WINDOW
607         (__cr_detect_icccm_move):
608         remove douplicate code
610 2008-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
612         * NEWS:
613         * fvwm/add_window.c (setup_frame_window):
614         fix compilation without XRender
616 2008-05-22  Adam Goode  <adam(at)spicenitz(dot)org>
618         * AUTHORS:
619         * ChangeLog-pre-2.4:
620         * rpm/fvwm.spec.in:
621         * vms/fvwmrc.dat:
622         Convert Latin-1 encodings to UTF-8
624 2008-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
626         * NEWS:
627         * configure.ac:
628         increased version to 2.5.27
630         * ANNOUNCE:
631         * NEWS:
632         * configure.ac:
633         updated for 2.5.26 release
635 2008-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
637         * fvwm/ewmh_events.c (ewmh_WMDesktop):
638         (ewmh_WMState):
639         * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
640         (ewmh_HandleWindowType):
641         (ewmh_AddToKdeSysTray):
642         (ewmh_HandleWindowType):
643         (ewmh_check_wm_pid):
644         64-bit fix by Alexandre Julliard
646 2008-03-30  Mikhael Goikhman  <migo@homemail.com>
648         * configure.ac:
649         fix fribidi detection when it uses pkg-config and not fribidi-config
651         * libs/FBidi.c:
652         fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
653         it now uses fribidi-types.h and not fribidi_types.h
655 2008-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
657         * fvwm/events.c (dispatch_event):
658         Fix handling of Shape events.
660 2008-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
662         * fvwm/menus.c (calc_normal_item_height):
663         (calc_more_item_height):
664         (size_menu_vertically):
665         fix calculations so the menu fit on the screen height
667 2008-03-12  Jes~s Guerrero  <i92guboj(at)terra(dot)es>
669         * fvwm/menus.c (size_menu_vertically):
670         added paddings at the top and bottom of the menus
672         * fvwm/menustyle.c (parse_vertical_margins_line):
673         new function to parse the VerticalMargins new MenuStyle
674         command
676         * fvwm/menustyle.c (menustyle_get_styleopt_index):
677         added the VerticalMargins option to the list
679         * fvwm/menustyle.c (menustyle_parse_style):
680         added default values for the padding, and a case clause
681         for the specific case when you invoke the VerticalMargins
682         MenuStyle
684         * fvwm/menustyle.c (menustyle_copy):
685         added two lines to copy the menu styles from origin to destiny
687         * fvwm/menustyle.h:
688         added macros for the vertical padding stuff
690         * fvwm/menustyle.h (struct MenuLook):
691         added sub-structure to hold the VerticalMargins
693         * fvwm/libs/defaults.h:
694         added one define for MAX_MENU_MARGIN
696 2008-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
698         * fvwm/menuitem.c (draw_highlight_background):
699         fixed drawing of background pictures in menu items
701 2008-02-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
703         * fvwm/add_window.c (setup_frame_window):
704         fix core dump with ARGB detection code
705         fix compilation without XRender
707 2008-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
709         * NEWS:
710         * configure.ac:
711         increased version to 2.5.26
713         * ANNOUNCE:
714         * NEWS:
715         * configure.ac:
716         updated for 2.5.25 release
718 2008-02-12  Renato Caldas  <seventhguardian@gmail.com>
720         * fvwm/fvwm.c (main):
721         further condense the X visual selection code
723 2008-02-10  Renato Caldas  <seventhguardian@gmail.com>
725         * fvwm/fvwm.c (main):
726         condense the X visual selection code
728 2008-02-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
730         * fvwm/events.c (register_event_group)
731         (InitEventHandlerJumpTable, dispatch_event):
732         use separate jump tables for events defined by X-extensions
733         to eliminate the need to ovverride the LASTEvent value.
735         * fvwm/module_list.c (module_list_remove):
736         include the case where the module is first in the list in
737         the loop, fixing a segmentaion fault when the list was empty.
739 2008-02-07  Renato Caldas  <seventhguardian@gmail.com>
741         * fvwm/add_window.c (setup_frame_window):
742         add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
743         add preliminary support for ARGB windows in fvwm (based on
744         Marc Lehman's argb patch)
746 2008-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
748         * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
749         fixed compile error
751 2008-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
753         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
754         catch BadGC when updating root transparent window background
756         * libs/XError.c (do_coredump):
757         (ferror_set_temp_error_handler):
758         (ferror_reset_error_handler)
759         (ferror_call_next_error_handler):
761         new helper functions
762         * libs/XError.c (PrintXErrorAndCoredump):
763         try to dump core the hard way
765 2008-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
767         * fvwm/colorset.c (parse_colorset):
768         check for image != None before calling XDestroyImage
770         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
771         (ewmh_WMStateMaxHoriz):
772         (ewmh_WMStateModal):
773         (ewmh_WMStateShaded):
774         (ewmh_WMStateStaysOnTop):
775         (ewmh_WMStateStaysOnBottom):
776         handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
777         version 1.3
778         also ignore the EWMH staysontop and staysonbottom hints if the
779         EWMHIgnoreStackingOrderHints style is used
781         * fvwm/colorset.c (parse_colorset):
782         Fixed a sporadic crash when the root background set by gnome,
783         fvwm-root, esetroot etc. changes and a root transparent colour set
784         is used.
786         * fvwm/colorset.c (parse_colorset):
787         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
788         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
789         * libs/PictureGraphics.c (PGrabXImage)
790         (PGraphicsCreateTranslucent):
791         use MyXGrabserver and MyXUngrabServer instead of doing the X calls
792         directly!
794 2008-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
796         * libs/PictureGraphics.c (PGrabXImage):
797         fixed XImage memory leak
798         (PCreateRenderPixmap):
799         (PCreateDitherPixmap):
800         Properly handle return code of FgetFImage()
802 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
804         * fvwm/events.c (HandleConfigureRequest):
805         (events_handle_configure_request):
806         cleanup
808         * fvwm/ewmh_events.c (ewmh_RestackWindow):
809         (ewmh_MoveResizeWindow):
810         fixed crash when moving/resizing/restacking unmanaged windows through
811         an ewmh message
813 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
815         * fvwm/events.c (HandleMapRequestKeepRaised):
816         fixed compiler warning
818 2008-01-26  Olivier  <chapuis(at)lri(dot)fr>
820         * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
821         (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
822         * NEWS:
823         Fixed the determination of the X charset on UTF-8 system
825 2008-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
827         * fvwm/placement.c (__pl_minoverlap_get_next_x):
828         do not add screen offset to window position
830         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
831         fixed a memory leak
833 2008-01-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
835         * NEWS:
836         Some html documentation files were not installed.
838 2008-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
840         * fvwm/style.c (style_parse_one_style_option):
841         fixed parsing of screen argument of the SnapAttraction Style
843 2007-12-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
845         * fvwm/move_resize.c (DoSnapAttract):
846         Use edge move resistance, and not delay for top edge when moving
847         windows.
849 2007-12-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
851         * NEWS:
852         * fvwm/events.c (HandleMapRequestKeepRaised)
853         (test_withdraw_request):
854         Don't map windows that request to be moved back to WithdrawnState
855         by the ICCCM2 method before they have been mapped. (Fixes bug with
856         disappearing windows.)
858 2007-11-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
860         * NEWS:
861         * configure.ac:
862         increased version to 2.5.25
864         * NEWS:
865         * configure.ac:
866         updated for 2.5.24 release
868 2007-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
870         * fvwm/menus.c (__mloop_exit):
871         * fvwm/menubindings.c (parse_menu_action):
872         * fvwm/bindings.c:
873         reindented and cleaned up some code
875 2007-11-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
877         * fvwm/update.c (apply_window_updates):
878         * fvwm/add_window.c (setup_style_and_decor):
879         (setup_numeric_vals):
880         * fvwm/add_window.h:
881         * fvwm/style.h:
882         * libs/defaults.h:
883         * fvwm/events.c (HandleEnterNotify):
884         * fvwm/fvwm.c (InitVariables):
885         * fvwm/screen.h:
886         * fvwm/session.c (SaveGlobalState):
887         (LoadGlobalState):
888         * fvwm/move_resize.c (DoSnapAttract):
889         (CMD_SnapGrid)
890         (DoSnapAttract):
891         The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
892         They have been replaced by the styles EdgeMoveResistance,
893         EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
895 2007-10-21  Renato Caldas  <seventhguardian@gmail.com>
897         * acinclude.m4:
898         * configure.ac:
899         use AS_HELP_STRING to format the configure options help strings
901 2007-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
903         * fvwm/conditional.c:
904         some reformatting
906 2007-10-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
908         * fvwm/ConfigFvwmDefaults:
909         restore default action of closing menus for menu titles
911 2007-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
913         * libs/FScreen.c (FindScreenOfXY):
914         * fvwm/move_resize.c (GetMoveArguments):
915         fixed the "screen w" argument of the Move and other commands
917 2007-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
919         * fvwm/virtual.c (HandlePaging):
920         don't modify *xl and *yt unless we we really page
922 2007-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
924         * fvwm/module_list.h:
925         * fvwm/module_list.c:
926         a little cleanup
928 2007-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
930         * NEWS:
931         * configure.ac:
932         increased version to 2.5.24
934         * NEWS:
935         * configure.ac:
936         updated for 2.5.23 release
938         * libs/Flocale.c (FlocaleEncodeString):
939         removed previous warning fix
941 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
943         * fvwm/style.c:
944         * fvwm/add_window.c:
945         Added new style option:  StartShaded.
947 2007-08-30  Renato Caldas  <seventhguardian@gmail.com>
949         * libs/Flocale.c (FlocaleEncodeString):
950         fix compile warning
952 2007-08-30  Viktor Griph  <griph(at)student(dot)chalmers(dot)se>
954         * configure.ac:
955         * fvwm/fvwm.1.in
956         * fvwm/Makefile.am:
957         removed old fvwm manpage
959 2007-08-29  Renato Caldas  <seventhguardian@gmail.com>
961         * NEWS:
962         * configure.ac:
963         increased version to 2.5.23
965         * NEWS:
966         * configure.ac:
967         fix the date for 2.5.22 release
969 2007-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
971         * fvwm/windowlist.c (CMD_WindowList):
972         fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
973         iconified windows.
975 2007-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
977         * configure.ac:
978         fixed perl check
979         use "test ! ... = ..." instead of "test ... != ..."
981         * fvwm/builtins.c (CMD_PropertyChange):
982         fixed completely broken parsing of PropertyChange arguments
984 2007-08-28  Renato Caldas  <seventhguardian@gmail.com>
986         * NEWS:
987         * configure.ac:
988         updated for 2.5.22 release
990         * fvwm/builtins.c (CMD_PropertyChange):
991         * libs/Flocale.c (FlocaleGetFftFont):
992         (FlocaleGetFontSet):
993         (FlocaleGetFont):
994         (FlocaleGetFontOrFontSet):
995         (FlocaleLoadFont):
996         (FlocaleUnloadFont):
997         fix compiler warnings
999 2007-08-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1001         * fvwm/functable.c:
1002         fixed command table parsing
1004 2007-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1006         * fvwm/module_list.c (module_kill):
1007         (executeModuleDesperate):
1008         (module_list_itr_init):
1009         re-indented
1011         * fvwm/events.c (My_XNextEvent):
1012         * fvwm/module_list.c (module_alloc):
1013         (do_execute_module):
1014         * fvwm/module_list.h (fmodule):
1015         (MOD_IS_CMDLINE):
1016         (MOD_SET_CMDLINE):
1017         restored *not* useless is_cmdline_module stuff
1019         * fvwm/functions.h:
1020         add constants for command group tagging
1022 2007-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1024         * configure.ac:
1025         don't check for tbl
1027 2007-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1029         * configure.ac:
1030         check for sed, perl and tbl, needed to build documentation
1032 2007-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1034         * libs/System.c (fvwm_mkstemp):
1035         use constants from libs/fvwm_sys_stat.h
1037 2007-08-15  Renato Caldas  <seventhguardian@gmail.com>
1039         * fvwm/module_list.c (do_execute_module):
1040         fixed possible crash when fork fails
1042         * fvwm/module_list.c (module_list_remove):
1043         now returns the removed fmodule*, or NULL if unsuccessful
1044         removed error message when removing a not listed module (it's normal)
1046         * fvwm/module_list.c (module_kill):
1047         module is inserted in death_row only if it is successfuly removed from
1048         module_list (fixes crash when module is killed more than once)
1050 2007-08-08  Renato Caldas  <seventhguardian@gmail.com>
1052         * fvwm/events.c (My_XNextEvent):
1053         fixed hang with startup modules
1055 2007-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1057         * fvwm/conditional.c (FreeConditionMask):
1058         fixed crash with inverted name condition
1060         * NEWS:
1061         fixed typo
1063 2007-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1065         * configure.ac:
1066         * README:
1067         * NEWS:
1068         * INSTALL.fvwm:
1069         * sample.fvwmrc/system.fvwm2rc-sample-95:
1070         * sample.fvwmrc/system.fvwm2rc:
1071         * sample.fvwmrc/system.fvwm2rc-sample-2:
1072         * libs/Picture.c (PicturePrintImageCache):
1073         * libs/Module.c:
1074         * libs/FGettext.c (FGettextPrintLocalePath):
1075         * libs/fvwmsignal.c:
1076         * libs/Module.h:
1077         * libs/PictureUtils.c (PictureAllocColorTable)
1078         (PicturePrintColorInfo):
1079         * libs/FScreen.h:
1080         * libs/fvwmsignal.h:
1081         * libs/Bindings.c:
1082         * libs/FScreen.c:
1083         * libs/Ficonv.c (convert_charsets):
1084         (FiconvSetupConversion):
1085         * fvwm/decorations.c:
1086         * fvwm/gnome.h:
1087         * fvwm/events.c:
1088         * fvwm/add_window.c (setup_window_font):
1089         (setup_icon_font):
1090         * fvwm/fvwm.1.in:
1091         * fvwm/session.h:
1092         * fvwm/conditional.c:
1093         * fvwm/fvwm.c (SetRCDefaults):
1094         (main):
1095         * fvwm/ewmh_events.c:
1096         * fvwm/stack.c:
1097         * fvwm/gnome.c:
1098         * fvwm/menustyle.c (menustyle_parse_style):
1099         (menustyle_copy):
1100         * fvwm/ewmh.c (EWMH_Init):
1101         * libs/Flocale.c (FlocaleParseShadow):
1102         (FlocaleGetFontSet):
1103         (FlocaleLoadFont):
1104         (FlocalePrintLocaleInfo):
1105         * fvwm/misc.c (fvwm_msg):
1106         * vms/README:
1107         * vms/vms.c:
1108         write fvwm in lower case
1110         * configure.ac:
1111         fixed build without GNU make
1113 2007-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1115         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
1116         fixed buffer overflow
1118 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
1120         * fvwm/module_list.h (fmodule_list_itr):
1121         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
1122         replace iterator struct by typedef
1124         * fvwm/module_list.c (module_list_destroy):
1125         (module_kill_all):
1126         (module_cleanup):
1127         new function to remove dup code
1129         * fvwm/module_list.c (module_kill):
1130         changed to move the module to the deathrow list
1132         * fvwm/module_list.h (fmodule):
1133         * fvwm/module_list.c (module_alloc):
1134         (module_list_remove):
1135         (FlushMessageQueue):
1136         removed is_removed logic
1138         * fvwm/module_list.c (module_safefree):
1139         removed function
1141         * fvwm/events.c (My_XNextEvent):
1142         remove old "#if 0" code
1144         * fvwm/module_list.c (module_kill):
1145         removed debug code
1147 2007-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1149         * fvwm/module_list.h (fmodule_list_itr):
1150         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
1151         don't store current pointer in module list iterators.
1152         fix C89-compilance
1154 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
1156         * fvwm/events.c (My_XNextEvent):
1157         * fvwm/module_list.c (KillModuleByName):
1158         (FlushAllMessageQueues):
1159         * fvwm/module_interface.c (BroadcastPacket):
1160         (BroadcastNewPacket):
1161         (BroadcastName):
1162         (BroadcastFvwmPicture):
1163         (BroadcastColorset):
1164         (BroadcastProperyChange):
1165         (BroadcastConfigInfoString):
1166         (CMD_SendToModule):
1167         * fvwm/modconf.c (ModuleConfig):
1168         * fvwm/stack.c (BroadcastRestack):
1169         replaced module_get_next by module list iterator mechanism
1171         * fvwm/module_list.h:
1172         * fvwm/module_list.c (module_get_next):
1173         removed function
1175 2007-08-05  Renato Caldas  <seventhguardian@gmail.com>
1177         * fvwm/module_list.h:
1178         * fvwm/module_list.c (fmodule):
1179         (fmodule_store):
1180         (module_insert):
1181         (module_remove):
1182         (module_count):
1183         (module_get_next):
1184         (FlushAllMessageQueues):
1185         (KillModuleByName):
1186         * fvwm/module_interface.c (BroadcastPacket):
1187         (BroadcastNewPacket):
1188         (BroadcastName):
1189         (BroadcastFvwmPicture):
1190         (BroadcastColorset):
1191         (BroadcastProperyChange):
1192         (BroadcastConfigInfoString):
1193         (CMD_SendToModule):
1194         * fvwm/event.c (My_XNextEvent):
1195         * fvwm/stack.c (BroadcastRestack):
1196         * fvwm/modconf.c (ModuleConfig):
1197         changed to work with generic list container
1199         * fvwm/module_list.c (module_insert):
1200         (module_list_insert):
1201         (module_remove):
1202         (module_list_remove):
1203         (module_count):
1204         (module_list_len):
1205         renamed as list handling functions
1207         * fvwm/events.c (My_XNextEvent):
1208         * fvwm/module_list.h:
1209         * fvwm/module_list.c (module_alloc):
1210         (do_execute_module):
1211         removed useless is_cmdline_module stuff
1213         * fvwm/module_list.h:
1214         * fvwm/module_list.c (module_list_insert):
1215         (module_list_remove):
1216         (module_list_len):
1217         new fmodule_list object representing a module list.
1218         changed the module lists to the new object.
1219         changed list functions to use the list object instead of the
1220         fmodule_store pointer.
1222         * fvwm/events.c (My_XNextEvent):
1223         moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
1225         * fvwm/module_list.h (fmodule_list_itr):
1226         * fvwm/module_list.c (fmodule_list_itr_init):
1227         (fmodule_list_itr_next):
1228         created a smart (safe) iterator mechanism to replace the
1229         module_get_next function
1231 2007-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1233         * fvwm/functions.c:
1234         * fvwm/functable.c:
1235         added empty functions to replace CMD_Dummy
1237         * configure.ac:
1238         use subordinate Makefile.ams instead of iuncluding files from other
1239         dirs
1241         * configure.ac:
1242         removed FVWMNAMEUCASE
1244         * configure.ac:
1245         make distcheck fix
1247         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
1248         force --enable-htmldoc on "make distcheck"
1250         * fvwm/events.c (HandleEnterNotify):
1251         (HandleLeaveNotify):
1252         properly generate enter_window and leave_window events for FvwmEvent
1254 2007-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1256         * fvwm/move_resize.c (GetOnePositionArgument):
1257         (__get_shift)
1258         (ParsePositionArgumentSuffix):
1259         code cleanup
1261 2007-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1263         * fvwm/move_resize.c (GetOnePositionArgument):
1264         fixed position calculation with the "w" prefix (move w-1 w-1).
1265         (GetOnePositionArgument):
1266         code cleanup
1268 2007-07-26  Viktor Griph  <griph@dd.chalmers.se>
1270         * fvwm/menus.c (__copy_down, __check_for_delimiter)
1271         (scanForStrings):
1272         reduce indentation level
1273         add comment to explain why suppressing the warning is right
1275 2007-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1277         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1278         fixed using uninitialized variable
1280         * fvwm/menus.c (scanForStrings):
1281         suppress compiler warning for now
1283         * fvwm/move_resize.c (resize_move_window):
1284         (AnimatedMoveAnyWindow):
1285         (__move_window):
1286         (__resize_window):
1287         (CMD_Maximize):
1288         * fvwm/module_interface.c (__get_allowed_actions):
1289         * fvwm/menuitem.c (menuitem_paint):
1290         * fvwm/icons.c (CMD_Iconify):
1291         * fvwm/gnome.c (GNOME_SetHints):
1292         * fvwm/ewmh.c (ewmh_AllowsClose):
1293         (ewmh_AllowsClose)
1294         (ewmh_AllowsFullScreen):
1295         (ewmh_AllowsMinimize)
1296         (ewmh_AllowsMaximize):
1297         (ewmh_AllowsMove):
1298         (ewmh_AllowsResize)
1299         (EWMH_fullscreen):
1300         * fvwm/ewmh_events.c (ewmh_CloseWindow):
1301         (ewmh_MoveResizeWindow):
1302         (ewmh_MoveResize):
1303         (ewmh_WMState):
1304         (ewmh_WMStateHidden):
1305         * fvwm/events.c (__handle_cr_on_client):
1306         * fvwm/decorations.c (__is_resize_allowed):
1307         (is_function_allowed):
1308         * fvwm/conditional.c (MatchesConditionMask):
1309         * fvwm/builtins.c (CMD_Delete):
1310         * fvwm/add_window.c (AddWindow):
1311         is_function allowed now differentiates between US program actions and
1312         actions initiated by interaction between fvwm and the user
1314 2007-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1316         * fvwm/menus.c (__scan_for_pixmap):
1317         fixed compiler warning
1319         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1320         (ewmh_RestackWindow):
1321         honor FixedSize/FixedPosition styles in EWMH messages too
1323 2007-07-24  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1325         * fvwm/fvwm.c (setVersionInfo):
1326         add XCursor support to version output
1328         * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
1329         (SCTX_GET_MR, string_context_type_t, string_context_t)
1330         (string_def_t, scanForColor, scanForPixmap, scanForStrings)
1331         (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
1332         reimplement pixmap and color scanning for menus to better handle
1333         escaped delimiters.
1335 2007-07-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1337         * fvwm/Makefile.am:
1338         don't install fvwm.1
1340         * fvwm/events.c (My_XNextEvent):
1341         remove unused varaible
1343         * fvwm/events.c (My_XNextEvent):
1344         * fvwm/module_list.h:
1345         * fvwm/module_list.c (module_store, module_alloc)
1346         (module_kill_all, module_safefree, module_remove)
1347         (do_execute_module, module_kill, module_cleanup, module_get_next)
1348         (FlushMessageQueue):
1349         Don't free module stuctures during module I/O. (Fixes segfault.)
1351 2007-07-20  Simon Griph  <simon(at)griph(dot)se>
1353         Committed by Scott.
1355         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1356         Someone missed to add extra conditions when changing from
1357         unsigned to signed.
1359 2007-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1361         * configure.ac:
1362         fixed liXcursor detection
1364 2007-07-16  Simon Griph  <simon(at)griph(dot)se>
1366         Committed by Scott.
1368         * fvwm/menus.c (scanForPixmap):
1369         made it possible to escape '*' '%' '@' in filenames
1371         * libs/PictureImageLoader.c (PImageLoadSvg):
1372         added transposing and none uniform scaling to svg options
1374 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1376         * libs/PictureImageLoader.c:
1377         cleanup
1378         (PImageLoadCursorFromFile):
1379         fixed compilation without xpm library
1380         (PImageLoadPng):
1381         fixed compiler warning without png library
1383 2007-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1385         * libs/Fxpm.h:
1386         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1387         fix compilation without xpm library
1389 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1391         * libs/Fxpm.h:
1392         fixed compile error
1394         * libs/PictureImageLoader.c:
1395         cleanup
1396         (PImageLoadCursorFromFile):
1397         fixed compilation without xpm library
1398         (PImageLoadPng):
1399         fixed compiler warning without png library
1401 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1403         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1404         * fvwm/cursor.c (CMD_CursorStyle):
1405         fixed compiler warning
1407 2007-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1409         * fvwm/cursor.c (CMD_CursorStyle):
1410         fix CursorStyle command parsing
1412 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1414         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1415         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1416         * libs/PictureImageLoader.c (PImageLoadSvg):
1417         (PImageLoadPng):
1418         (PImageCreatePixmapFromArgbData):
1419         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1420         (PImageCreatePixmapFromFImage):
1421         new local function
1423 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1425         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1426         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1427         * libs/PictureImageLoader.c (PImageLoadSvg):
1428         (PImageLoadPng):
1429         (PImageCreatePixmapFromArgbData):
1430         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1431         (PImageCreatePixmapFromFImage):
1432         new local function
1434 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1436         * AUTHORS:
1437         * NEWS:
1438         updated
1440         * configure.ac:
1441         added libXcursor detection
1443         * fvwm/Makefile.am (LDADD):
1444         added Xcursor_LIBS
1446         * INSTALL.fvwm:
1448         * libs/Fcursor.h:
1449         new file
1451         * libs/Makefile.am (libfvwm_a_SOURCES):
1452         added Fcursor.h
1454         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1455         added Xcursor support
1457 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1459         * NEWS:
1460         updated
1462         * libs/Fxpm.h:
1463         added defs for FxpmInfo and FxpmFreeXpmInfo
1465         * libs/PictureBase.h (FvwmPictureAttributes):
1466         * libs/PictureImageLoader.c
1467         (PImageCreatePixmapFromArgbData):
1468         (PImageLoadPixmapFromFile):
1469         added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1470         (PImageLoadCursorPixmapFromFile):
1471         (PImageLoadCursorFromFile):
1472         * libs/PictureImageLoader.h:
1473         removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1474         replaced by the new general PImageLoadCursorFromFile()
1476         * fvwm/cursor.c (CMD_CursorStyle):
1477         handle new hot-spot arguments, use PImageLoadCursorFromFile()
1478         instead of PImageLoadCursorPixmapFromFile(), less code duplication
1480 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1482         * libs/PictureImageLoader.c
1483         (PImageLoadSvg):
1484         (PImageLoadPng):
1485         (PImageLoadXpm):
1486         now returns argb data instead of pixmaps
1487         (PImageLoadPixmapFromFile):
1488         (PImageLoadArgbDataFromFile):
1489         moved first half of PImageLoadPixmapFromFile() into
1490         the new local function PImageLoadArgbDataFromFile()
1491         (PImageLoadBitmap):
1492         removed function, code moved into PImageLoadPixmapFromFile()
1494 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1496         * libs/PictureImageLoader.c (PImageLoadXpm):
1497         revised to make use of PImageCreatePixmapFromArgbData()
1499 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1501         * fvwm/colorset.c (parse_shape):
1502         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1503         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1504         * libs/PictureImageLoader.c
1505         (PImageLoadSvg):
1506         (PImageLoadPng):
1507         (PImageCreatePixmapFromArgbData):
1508         don't create a mask pixmap for fully opaque (all alpha == 0xff)
1509         or translucent (0 < any alpha < 0xff) images.
1511 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1513         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1514         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1515         * libs/PictureImageLoader.c (PImageLoadSvg):
1516         (PImageLoadPng):
1517         (PImageCreatePixmapFromArgbData):
1518         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1519         (PImageCreatePixmapFromFImage):
1520         new local function
1522 2007-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1524         * fvwm/functions.c (CMD_EchoFuncDefinition):
1525         * fvwm/functable.c (func_table):
1526         * fvwm/commands.h:
1527         new command EchoFuncDefinition
1529 2007-07-07  Simon Griph  <simon(at)griph(dot)se>
1531         * NEWS:
1532         * fvwm/conditional.c (CreateConditionMask):
1533         bugfix: Condition separation previously failed when a
1534         single comma (no whitespace padding) was used directly
1535         after a multi-worded condition.
1537 2007-06-21  Renato Caldas  <seventhguardian@gmail.com>
1539         * fvwm/module_list.c (module_kill):
1540         fix possible core dump when using startup modules
1542 2007-06-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1544         * NEWS:
1545         * fvwm/builtins.c (CMD_PrintInfo):
1546         * libs/Picture.h (PicturePrintImageCache):
1547         * libs/Picture.c (PicturePrintImageCache):
1548         add ImageCache subject to PrintInfo command
1550 2007-06-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1552         * NEWS:
1553         * fvwm/events.c (My_XNextEvent):
1554         fix crash when a module closes down during input/output.
1556 2007-06-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1558         * fvwm/icons.c (ChangeIconPixmap):
1559         (DeIconify):
1560         (Iconify):
1561         * fvwm/focus.c (warp_to_fvwm_window):
1562         * fvwm/events.c (__handle_cr_restack):
1563         (__handle_bpress_on_managed):
1564         (HandlePropertyNotify):
1565         * fvwm/stack.h:
1566         * fvwm/stack.c (__restack_window):
1567         (__raise_lower_recursion):
1568         (__raise_or_lower_window):
1569         (raise_or_lower_window):
1570         (position_new_window_in_stack_ring):
1571         (RaiseWindow):
1572         (LowerWindow):
1573         (RestackWindow):
1574         (HandleUnusualStackmodes):
1575         (CMD_Raise):
1576         (CMD_Lower):
1577         (CMD_RestackTransients):
1578         (CMD_RaiseLower):
1579         do raise hacks even when the internal stack is intact, unless on a
1580         client request
1582 2007-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1584         * fvwm/style.c (check_window_style_change)
1585         (style_parse_one_style_option):
1586         * fvwm/style.h:
1587         * fvwm/fvwm.h (window_style):
1588         * fvwm/add_window.c (setup_frame_size_limits):
1589         * fvwm/geometry.c (constrain_size):
1590         new style MinWindowSize
1592 2007-05-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1594         * libs/System.h:
1595         added missing prototypes
1597         * libs/safemalloc.c:
1598         * libs/fio.c:
1599         * libs/envvar.c:
1600         * libs/XResource.c:
1601         * libs/XError.c:
1602         * libs/WinMagic.c:
1603         * libs/Target.c:
1604         * libs/Event.c (GetSubwindowFromEvent):
1605         * libs/Cursor.c:
1606         * libs/ColorUtils.c:
1607         include corresponding header files
1609         * libs/PictureBase.c:
1610         * libs/FlocaleCharset.c:
1611         * fvwm/ewmh.c:
1612         cleanup prototypes
1614 2007-05-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1616         * configure.ac (HAVE_GNU_READLINE):
1617         detect full GNU readline API (vs BSD libedit readline compatibility
1618         layer)
1620 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1622         * fvwm/windowlist.c (CMD_WindowList):
1623         * NEWS:
1625         Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1626         "UseSkipList" & "OnlySkipList".
1628 2007-04-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1630         * NEWS:
1631         * fvwm/add_window.c (validate_transientfor):
1632         detect and disallow circular transient-for hints
1634 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1636         * fvwm/fvwm.1.in:
1637         s/UseListSkip/UseSkipList/g etc.
1639 2007-04-17  Jesus Guerrero  <6thpink(at)terra(dot)es>
1641         * fvwm/menus.c (size_menu_vertically):
1642         added localization of the "More&..." string
1644 2007-03-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1646         * libs/PictureBase.c (PictureFindImageFile):
1647         fix for segfault with svg-support enabled
1649         * INSTALL.fvwm (http):
1650         * configure.ac (png_CFLAGS):
1651         raise librsvg dependeny due to bug with 2.13.91
1653         * fvwm/cursor.c (CMD_CursorStyle):
1654         remove unused static variable nocursor
1656 2007-03-14  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1658         * AUTHORS:
1659         typo.
1661 2007-03-11  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1663         * configure.ac:
1664         bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1665         bugfix: out-of-tree builds failed due to broken dependency.
1666         Make man page have same header as old one.
1667         Fix man page indentation.
1668         Make text of top-level man page sections all uppercase.
1669         Added --disable-mandoc option.
1670         HTML doc generation is off by default: use --enable-htmldoc.
1671         Added more info in doc/README about XML commands to use.
1673 2007-03-10  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1675         * NEWS:
1676         * Everything in the 'doc' subdirectory.
1678         XML source to generate man page & HTML documentation.
1680 2007-02-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1682         * NEWS:
1683         * fvwm/colorset.c (parse_colorset):
1684         don't recompute sh, hi and fgsh if they were supplied in a previous
1685         colorset line. Fixes bug #3359.
1687 2007-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1689         * fvwm/move_resize.c (DoSnapAttract):
1690         handle SnapGrid before SnapAttraction so that non-overlapping windows
1691         do not snap edge to edge:
1692                                     +---+
1693                                     |   |
1694                                     +---+---+
1695                                         |   |
1696                                         +---+
1698 2007-02-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1700         * fvwm/style.c (parse_and_set_window_style)
1701         (style_parse_one_style_option):
1702         don't warn about PositionPlacement arguments
1704 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1706         * AUTHORS:
1707         * NEWS:
1708         enties for ChangeWindowTitle patch by Julio Teca.
1710 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1712         * fvwm/fvwm.c (main):
1713         fixed ROOT CursorStyle context
1715         * fvwm/placement.c (__pl_manual_get_pos_simple):
1716         * fvwm/move_resize.h:
1717         * fvwm/move_resize.c (__move_loop):
1718         (InteractiveMove):
1719         fixed long broken POSITION CursorStyle context
1721 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1723         * fvwm/bindings.c (ParseBinding):
1724         fix buffer overrun with >78 character window names.
1726         * fvwm/fvwm.1.in (PositionPlacement):
1727         fix typos
1729         * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1730         * fvwm/style.c (style_parse_one_style_option):
1731         change BorderWidth and HandleWidth style  to revert to default if no
1732         arguments are given
1734 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1736         * fvwm/fvwm.h (style_flags):
1737         * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1738         (__place_get_wm_pos):
1739         (__place_window, __explain_placement):
1740         * fvwm/style.c (style_parse_one_style_option):
1742         * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1743         (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1744         (DEFAULT_PLACEMENT_POSITION_STRING):
1745         new default strings
1747         * fvwm/move_resize.c (GetOnePositionArgument):
1748         added 'w' suffix to Move arguments
1749         allow multiple shifts from original position
1751         * fvwm/style.c (style_parse_one_style_option):
1752         (merge_styles)
1753         (free_style):
1754         * fvwm/placement.c (setup_window_placement)
1755         (__place_get_placement_flags):
1756         (__place_get_wm_pos):
1757         (__place_get_nowm_pos):
1758         (__place_window):
1759         (__place_handle_x_resources):
1760         (setup_window_placement):
1761         * fvwm/fvwm.h (PLACE_CENTER):
1762         (PLACE_POSITION):
1763         replaced CenterPlacement with more flexibe PositionPlacement
1765         * fvwm/move_resize.c (GetMoveArguments):
1766         (GetResizeArguments):
1767         (GetResizeMoveArguments):
1768         (__move_window):
1769         * fvwm/move_resize.h:
1770         exported and enhanced function GetMoveArguments for use by placement
1771         algorithm
1773 2007-02-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1775         * fvwm/ConfigFvwmDefaults:
1776         reenable MenuScroll on titles
1778         * fvwm/menubindings.c (menu_shortcuts):
1779         don't scroll menus if scrolling would be in the wrong direction
1781 2007-02-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1783         * fvwm/move_resize.c (__resize_window):
1784         some resizing/gravity fixes
1785         properly handle maximized + shaded state when resizing
1786         non-interactively
1788 2007-01-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1790         * fvwm/move_resize.c (__resize_window):
1791         resizing of shaded windows work better.
1793 2007-01-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1795         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1796         clarified previous patch
1798         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1799         documented '-' command prefix
1801         * fvwm/expand.c (__eae_parse_range):
1802         fix $[n-] and $[*] after unsigned int havoc
1804 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1806         * fvwm/Makefile.am:
1807         * fvwm/ConfigFvwmMenuDefaults:
1808         removed file
1809         * fvwm/ConfigFvwmDefaults:
1810         * fvwm/ConfigFvwmMenuDefaults:
1811         moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1813 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1815         * fvwm/ConfigFvwmMenuDefaults:
1816         * fvwm/fvwm.c (SetRCDefaults):
1817         make default menu mouse bindings for MenuSelectItem and MenuScroll only
1818         apply to menu item context.
1820 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1822         * fvwm/placement.c (placement_loop):
1823         (__pl_minoverlap_get_avoidance_penalty):
1824         (__pl_smart_get_first_pos):
1825         (__pl_smart_get_next_pos):
1826         (__pl_smart_test_window):
1827         (__pl_smart_get_pos_penalty):
1828         rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1829         now less than ten lines of code.
1831         * fvwm/add_window.c (setup_placement_penalty):
1832         * fvwm/style.c (style_parse_one_style_option):
1833         allow to reset the placement penalties with !
1835         * fvwm/placement.h:
1836         * fvwm/add_window.c (setup_placement_penalty):
1837         * fvwm/style.h:
1838         * fvwm/fvwm.h:
1839         * fvwm/style.c (style_parse_one_style_option):
1840         put placement penalty array in a struct
1842         * fvwm/placement.c (__place_get_wm_pos):
1843         (__pl_clever_get_next_x):
1844         (__pl_clever_get_next_y):
1845         (__pl_clever_get_first_pos):
1846         (__pl_clever_get_next_pos):
1847         (__pl_clever_get_avoidance_penalty):
1848         (__pl_clever_get_pos_penalty):
1849         (__pl_minoverlap_get_next_x):
1850         (__pl_minoverlap_get_next_y):
1851         (__pl_minoverlap_get_first_pos):
1852         (__pl_minoverlap_get_next_pos):
1853         (__pl_minoverlap_get_avoidance_penalty):
1854         (__pl_minoverlap_get_pos_penalty):
1855         renamed ...clever... functions to ...minoverlap...
1857         * fvwm/bindings.c:
1858         * fvwm/decorations.c:
1859         * fvwm/menubindings.c:
1860         * fvwm/module_interface.c:
1861         * fvwm/module_list.c:
1862         * fvwm/fvwm.c:
1863         * fvwm/module_list.h:
1864         * fvwm/events.c:
1865         * fvwm/module_interface.h:
1866         * fvwm/Makefile.am:
1867         dont include "libs" in include path
1869         * libs/vpacket.h:
1870         #includes from fvwm path with "..." not <...>
1872         * fvwm/stack.c:
1873         #includes from library path with "..." not <...>
1875 2007-01-28  Simon Griph  <simon(at)griph(dot)se>
1877         * NEWS:
1878         * AUTHORS:
1879         * INSTALL.fvwm:
1880         documented new svg support
1882         * configure.ac:
1883         added librsvg detection
1885         * fvwm/Makefile.am (LDADD, INCLUDES):
1886         added rsvg_LIBS, rsvg_CFLAGS
1888         * fvwm/expand.c (expand_vars_extended):
1889         new extended variables
1890         $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1892         * fvwm/fvwm.1.in (OPTIONS):
1893         (ICONS AND IMAGES):
1894         documented new svg support
1895         (COMMAND EXPANSION):
1896         documented new extended variables
1898         * fvwm/fvwm.c (setVersionInfo):
1899         (main):
1900         added Frsvg_init() call
1902         * libs/Fsvg.h:
1903         new file
1905         * libs/Makefile.am (libfvwm_a_SOURCES):
1906         added Fsvg.h
1907         (INCLUDES):
1908         added rsvg_CFLAGS
1910         * libs/Picture.c (PCacheFvwmPicture):
1911         hid svgopts from isFileStampChanged()
1913         * libs/PictureBase.c (PictureFindImageFile):
1914         hid svgopts from searchPath()
1916         * libs/PictureBase.h:
1918         * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1919         hid svgopts from setFileStamp()
1920         (PImageLoadSvg):
1921         new svg image loader
1923         * libs/fvwmlib.c (flib_init_graphics):
1924         added Frsvg_init() call
1926 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1928         * NEWS:
1929         * fvwm/stack.c (__is_restack_needed)
1930         (is_transient_subtree_straight):
1931         (__restack_window):
1932         fix crash when trying to restack destroyed window
1934 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1936         * libs/Makefile.am (libfvwm_a_SOURCES):
1937         add fvwmlib.c
1939         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1940         * fvwm/menus.c (move_any_menu)
1941         set menu backgrounds before moving. Makes transparent menus move
1942         more seamless.
1944         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1945         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1946         add update_transparent_menu_bg to allow set of transparent menu
1947         background before a move, and change repaint_transparent_menu to
1948         allow for not setting the menu background.
1950         * libs/Colorset.c (SetWindowBackgroundWithOffset):
1951         create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1952         transparent colorsets)
1953         (CreateOffsetBackgroundPixmap):
1954         use offset also for non transparent backgrounds.
1956         * fvwm/menubindings.c (menu_shortcuts):
1957         don't move menus on scroll if they don't move
1959 2007-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1961         * libs/fvwmlib.h:
1962         * fvwm/bindings.c:
1963         * fvwm/cursor.c:
1964         * fvwm/decorations.c:
1965         * fvwm/ewmh_conf.c:
1966         * fvwm/ewmh_events.c:
1967         * fvwm/ewmh_icons.c:
1968         * fvwm/expand.c:
1969         * fvwm/focus.c:
1970         * fvwm/functions.c:
1971         * fvwm/gnome.c:
1972         * fvwm/menubindings.c:
1973         * fvwm/menucmd.c:
1974         * fvwm/menuitem.c:
1975         * fvwm/misc.c:
1976         * fvwm/modconf.c:
1977         * fvwm/module_interface.c:
1978         * fvwm/module_list.c:
1979         * fvwm/read.c:
1980         * fvwm/update.c:
1981         * fvwm/windowlist.c:
1982         * fvwm/windowshade.c:
1983         * fvwm/colorset.c:
1984         * fvwm/session.c:
1985         * fvwm/stack.c:
1986         * fvwm/ewmh.c:
1987         * fvwm/conditional.c:
1988         * fvwm/menustyle.c:
1989         * fvwm/virtual.c:
1990         * fvwm/placement.c:
1991         * fvwm/frame.c:
1992         * fvwm/fvwm.c:
1993         * fvwm/icons.c:
1994         * fvwm/add_window.c:
1995         * fvwm/builtins.c:
1996         * fvwm/move_resize.c:
1997         * fvwm/borders.c:
1998         * fvwm/style.c:
1999         * fvwm/events.c:
2000         * fvwm/menus.c:
2001         * libs/FTips.c:
2002         * libs/Picture.c:
2003         * libs/Target.c:
2004         * libs/gravity.c:
2005         * fvwm/execcontext.c:
2006         * libs/BidiJoin.c:
2007         * libs/CombineChars.c:
2008         * libs/FBidi.c:
2009         * libs/FEvent.c:
2010         * libs/Fft.c:
2011         * libs/FGettext.c:
2012         * libs/Ficonv.c:
2013         * libs/FImage.c:
2014         * libs/flist.c:
2015         * libs/FlocaleCharset.c:
2016         * libs/fsm.c:
2017         * libs/Parse.c:
2018         * libs/queue.c:
2019         * libs/safemalloc.c:
2020         * libs/strdup.c:
2021         * libs/timeout.c:
2022         * libs/Strings.c:
2023         * libs/FRender.c:
2024         * libs/Module.c:
2025         * libs/ColorUtils.c:
2026         * libs/Colorset.c:
2027         * libs/PictureImageLoader.c:
2028         * libs/PictureGraphics.c:
2029         * libs/Graphics.c:
2030         * libs/FScreen.c:
2031         * libs/PictureUtils.c:
2032         * libs/Flocale.c:
2033         * libs/PictureBase.c:
2034         use new header files
2036         * libs/Graphics.h:
2037         * libs/XResource.h:
2038         * libs/Event.h:
2039         * libs/XError.h:
2040         * libs/ColorUtils.h:
2041         * libs/PictureBase.h:
2042         * libs/System.h:
2043         * libs/defaults.h:
2044         * libs/Cursor.h:
2045         * libs/Target.h:
2046         * libs/WinMagic.h:
2047         * libs/fvwmlib.h:
2048         * libs/Makefile.am (libfvwm_a_SOURCES):
2049         moved declarations from fvwmlib.h to new/appropriate header files
2051         * libs/XError.c:
2052         reformatted
2054         * fvwm/menus.c (paint_side_pic):
2055         fixed previous patch
2056         reindented function
2058 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2060         * fvwm/menus.c (paint_side_pic):
2061         fix a core dump
2063         * fvwm/menus.c (paint_side_pic):
2064         use simple expose information to redraw sidepics less.
2066 2007-01-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2068         * fvwm/geometry.c (constrain_size):
2069         silence gcc 4.1.1 warning.
2071         * libs/System.c (searchPath):
2072         search in pwd if no path is given.
2073         return NULL if a file dosn't exist regardless if it's absolute path
2075 2007-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2077         * fvwm/placement.c (__place_window)
2078         (__pl_under_mouse_get_pos_simple):
2079         * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
2080         * fvwm/fvwm.1.in:
2081         new style option UnderMousePlacementHonorsStartsOnPage
2083         * fvwm/update.c (init_style):
2084         don't forget stickyness when a window goes fullscreen (or when some
2085         other style is changed)
2087 2007-01-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2089         * fvwm/placement.c (__pl_cascade_get_pos_simple):
2090         properly handle title direction with cascade placement
2092         * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
2093         new default value
2095         * fvwm/placement.c (__pl_center_get_pos_simple):
2096         CenterPlacement properly handles Xinerama screens
2098 2007-01-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2100         * configure.ac:
2101         always substiture datarootdir
2103 2007-01-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2105         * fvwm/add_window.c (GetWindowSizeHints):
2106         * fvwm/geometry.c (constrain_size):
2107         undefine macros after use
2108         (constrain_size):
2109         reindented and cleaned up
2110         do not grow a window because of aspect ratio if this is not explicitly
2111         allowed by the CS_ROUND_UP flag
2112         (constrain_size):
2113         (__cs_handle_aspect_ratio):
2114         broken into separate functions and cleaned up
2116 2007-01-20  Renato Caldas  <seventhguardian@gmail.com>
2118         * fvwm/module_list.c (module_receive):
2119         (module_input_discard):
2120         allocate input data in just one call - better perfomance
2122 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2124         * fvwm/placement.c (__place_get_wm_pos):
2125         simplified to a simple loop
2126         (__explain_placement):
2127         added explanation of new placement styles
2129         * fvwm/placement.c (__place_get_wm_pos):
2130         cleanup
2131         (__pl_center_get_pos_simple):
2132         (__pl_under_mouse_get_pos_simple):
2133         (__pl_cascade_get_pos_simple):
2134         (__pl_manual_get_pos_simple):
2135         (__place_get_wm_pos):
2136         use new placement interface for CenterPlacement, UnderMousePlacement,
2137         ManualPlacement, CascadePlacement
2139         * fvwm/placement.c (__sp_get_first_pos):
2140         (__sp_get_next_pos):
2141         (__sp_get_pos_penalty):
2142         (__place_get_wm_pos):
2143         use new placement interface for SmartPlacement
2144         (SmartPlacement):
2145         removed function
2147         * fvwm/placement.c:
2148         don't use inline functions
2149         (CleverPlacement):
2150         (placement_loop):
2151         renamed function and generalized the placement interface to deal with
2152         any algorithm in the same way
2153         (__place_get_wm_pos):
2154         use new placement interface
2156         * NEWS:
2157         * configure.ac:
2158         increased version to 2.5.22
2160         * NEWS:
2161         * configure.ac:
2162         updated for 2.5.21 release
2164 2007-01-19  Dan Espen  <dane@mk.telcordia.com>
2166         * fvwm/read.h: Compile syntax error fix.
2168 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2170         * fvwm/placement.c (SmartPlacement):
2171         fixed broken SmartPlacement
2173 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2175         * fvwm/expand.c (expand_vars_extended):
2176         free allocated icon path
2178 2007-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2180         * fvwm/fvwm.1.in:
2181         some cleanup
2183         * fvwm/virtual.c:
2184         fix compile error
2186 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2188         * NEWS:
2189         * fvwm/fvwm.1.in (Scroll):
2190         * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
2191         add interactive scrolling.
2193         * fvwm/stack.c (is_transient_subtree_straight):
2194         check first above the tree root, then beneth it.
2196 2007-01-17  Renato Caldas  <seventhguardian@gmail.com>
2198         * fvwm/module_interface.h
2199         * fvwm/module_interface.c (module_input_enqueue):
2200         (module_input_execute):
2201         new functions based on AddToCommandQueue and ExecuteModuleCommand
2203         * fvwm/module_list.c (CMD_ModuleSynchronous):
2204         (PositiveWrite):
2205         * fvwm/events.c (My_XNextEvent):
2206         * fvwm/module_interface.c (ExecuteCommandQueue):
2207         using the above two new functions instead of AddToCommandQueue and
2208         ExecuteModuleCommand
2210         * fvwm/module_interface.c (cqueue_object_type):
2211         removed typedef
2213         * fvwm/module_interface.h
2214         * fvwm/module_interface.c (AddToCommandQueue):
2215         (ExecuteModuleCommand):
2216         removed functions
2218 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2220         * fvwm/fvwm.h (window_style):
2221         * fvwm/style.c (style_parse_one_style_option):
2222         icon background relief and icon title relief changed to sigend char;
2223         should fix problem with ppc and negative values for these.
2225 2007-01-16  Renato Caldas  <seventhguardian@gmail.com>
2227         * fvwm/module_list.h:
2228         * fvwm/module_list.c (module_receive):
2229         (module_input_discard):
2230         (module_input_expect):
2231         new functions to deal with module input
2233         * fvwm/module_list.h:
2234         * fvwm/module_list.c (HandleModuleInput):
2235         replaced by the above three functions
2237         * fvwm/events.c (My_XNextEvent):
2238         * fvwm/module_list.c (CMD_ModuleSynchronous):
2239         (PositiveWrite):
2240         adapted to use the above three functions instead of HandleModuleInput
2242 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2244         * configure.ac (HAVE_PNG):
2245         don't mangle png_LIBS, use --with-png-library
2247 2007-01-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2249         * NEWS:
2250         removed news about previous change after move of version-2_5_20 tag
2251         on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
2252         balls.
2254         * fvwm/stack.c (__restack_window):
2255         fix so new transient windows with StackTransientParent on top layer
2256         don't make all windows raise above the pan frames.
2258         * NEWS:
2259         * configure.ac:
2260         increased version to 2.5.21
2262         * NEWS:
2263         * configure.ac:
2264         updated for 2.5.20 release
2266 2007-01-15  Renato Caldas  <seventhguardian@gmail.com>
2268         * fvwm/fvwm.c (main):
2269         remove the call to module_init_list, the list head is instead set
2270         to NULL upon declaration
2272         * fvwm/module_list.h:
2273         * fvwm/module_list.c (module_init_list):
2274         removed function
2276 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2278         * fvwm/stack.c (is_transient_subtree_straight)
2279         (is_transient_subtree_stack_straight):
2280         use <= 32 character function name
2281         (mark_transient_subtree, is_transient_subtree_straight)
2282         (__mark_transient_subtree_test):
2283         move common tests to function to avoid code duplication
2285         * fvwm/fvwm.1.in (IconifyWindowGroups):
2286         Correctly document that windows are iconified together if the are in
2287         the same window group, not if the group leader is iconified.
2289 2007-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2291         * fvwm/add_window.c (GetWindowSizeHints):
2292         * libs/vpacket.h (ConfigWinPacket):
2293         * fvwm/module_interface.c (CONFIGARGS):
2294         * fvwm/fvwm.h (FvwmWindow):
2295         add orig_hints_width_inc and orig_hints_height_inc values to store the
2296         original resize inc  for use in FvwmIdent
2298         * fvwm/fvwm.1.in:
2299         * fvwm/style.c (style_parse_one_style_option):
2300         deprecated some "No..." styles
2301         (style_parse_one_style_option):
2302         add a NoResizeHintOverride style
2304         * fvwm/add_window.c (GetWindowSizeHints):
2305         only ignore the min_width/min_height/max_width/max_height with the
2306         ResizeHintOverride style
2308         * fvwm/icons.c (DeIconify):
2309         corrected previous fix
2311         * fvwm/placement.c (CleverPlacement):
2312         (SmartPlacement):
2313         (__place_get_wm_pos):
2314         (__place_get_nowm_pos):
2315         (__place_window):
2316         fixed smart placement
2317         unified placement func interface
2319 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2321         * NEWS:
2322         * fvwm/icons.c (DeIconify):
2323         don't loop forever.
2325         * fvwm/stack.c (is_transient_subtree_stacked_straight):
2326         fix detection of non needed lower operations
2327         (__restack_window):
2328         BroadcastRestack to modules even if non is done. (To cancel effect of
2329         already sent M_RAISE/M_LOWER)
2330         don't do raise hacks if no restack was done.
2332         * fvwm/fvwm.h (FvwmWindow):
2333         icon_nalloc_pixels is int instead of unsined int
2335         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2336         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2337         use int instead of unsigned int.
2339         * fvwm/menugeometry.c (menu_get_geometry)
2340         (menu_get_outer_geometry):
2341         * fvwm/focus.c (CMD_WarpToWindow):
2342         * fvwm/geometry.c (get_title_button_geometry):
2343         * fvwm/session.c (SaveWindowStates):
2344         * fvwm/conditional.c (CMD_WindowId):
2345         * fvwm/placement.c (__place_get_wm_pos):
2346         * fvwm/frame.c (frame_create_move_resize_args):
2347         * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2348         * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2349         * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2350         * fvwm/style.c (style_parse_icon_box_style):
2351         * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2352         (AnimatedMoveAnyWindow, __move_window, __move_loop)
2353         (__resize_window):
2354         * fvwm/events.c (HandlePropertyNotify)
2355         (__is_bpress_window_handled):
2356         * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2357         (get_menu_options):
2358         fix geometry signed pointer warnings
2360         * libs/Graphics.c (CalculateGradientDimensions):
2361         cast pointer to unsigned int*
2363         * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2364         * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2365         (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2366         change unsigned int* parameter to int*. It get's info stored in an
2367         unsigned short, so it should be OK.
2369         * fvwm/externs.h:
2370         * fvwm/fvwm.c:
2371         JunkMask is unsigned
2373         * fvwm/stack.c (__mark_group_member)
2374         (is_transient_subtree_stacked_straight, __is_restack_needed)
2375         (__restack_window, mark_transient_subtree):
2376         don't raise or lower windows if they are already at the right place.
2378 2007-01-13  Renato Caldas  <seventhguardian@gmail.com>
2380         * fvwm/module_interface.c (struct cqueue_object_type):
2381         * fvwm/module_list.h (struct fmodule_input):
2382         reused cqueue_object_type as a struct to store module input data
2383         renamed it to fmodule_input and moved it to module_list.h
2384         typedef'ed it to cqueue_object_type in module_interface.c
2386 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2388         * fvwm/placement.c (__cp_get_next_x):
2389         (__cp_get_next_y):
2390         (__cp_get_first_pos):
2391         (__cp_get_next_pos):
2392         (__cp_get_avoidance_penalty):
2393         (__cp_test_fit):
2394         (CleverPlacement):
2395         restructured and cleaned up CleverPlacement code
2397         * fvwm/style.c (style_parse_icon_box_style):
2398         * fvwm/virtual.c (HandlePaging):
2399         * fvwm/stack.c (verify_stack_ring_consistency):
2400         (ResyncFvwmStackRing):
2401         * fvwm/repeat.c:
2402         * fvwm/read.c (cursor_control):
2403         * fvwm/placement.c (__place_get_wm_pos):
2404         * fvwm/move_resize.c (GetMoveArguments):
2405         (ParseOneResizeArgument):
2406         (GetResizeArguments):
2407         (GetResizeMoveArguments):
2408         (resize_move_window):
2409         (resize_move_window):
2410         (InteractiveMove):
2411         (__move_window):
2412         (DoSnapAttract):
2413         (DoSnapAttract):
2414         (__resize_step):
2415         (__resize_window):
2416         (__resize_window):
2417         (__resize_window):
2418         (MaximizeHeight):
2419         (MaximizeWidth):
2420         (maximize_fvwm_window):
2421         (CMD_Maximize):
2422         (CMD_Maximize):
2423         * fvwm/misc.c:
2424         * fvwm/menustyle.h (MenuStyle):
2425         * fvwm/menus.c (MenuSizingParameters):
2426         (make_menu_window):
2427         (paint_menu_gradient_background):
2428         (paint_menu_gradient_background):
2429         (select_menu_item):
2430         (do_menus_overlap):
2431         (pop_menu_up):
2432         (pop_menu_down_and_repaint_parent):
2433         (__mloop_handle_action_without_mi):
2434         (do_menu):
2435         (get_menu_options):
2436         (get_menu_options):
2437         * fvwm/menuroot.h (MenuRootStatic):
2438         (MenuRootDynamic):
2439         * fvwm/menuitem.h (MenuPaintItemParameters):
2440         * fvwm/menugeometry.h:
2441         * fvwm/menubindings.c (menu_shortcuts):
2442         * fvwm/icons.c (SetIconPixmapSize):
2443         (GetIconPicture):
2444         (DrawIconTitleWindow):
2445         (AutoPlaceIcon):
2446         (do_all_iconboxes):
2447         (GetIconWindow):
2448         (GetIconBitmap):
2449         * fvwm/gnome.c (GNOME_GetHintIcons):
2450         * fvwm/functions.c (FvwmFunction):
2451         (__execute_function):
2452         (__cf_cleanup):
2453         (execute_complex_function):
2454         * fvwm/fvwm.c (JunkWidth):
2455         (JunkHeight):
2456         (JunkBW):
2457         (JunkDepth):
2458         (JunkMask):
2459         (main):
2460         * fvwm/externs.h (JunkWidth):
2461         (JunkHeight):
2462         (JunkBW):
2463         (JunkDepth):
2464         (JunkMask):
2465         * fvwm/focus.c (CMD_WarpToWindow):
2466         * fvwm/expand.c (__eae_parse_range):
2467         (expand_args_extended):
2468         (expand_vars_extended):
2469         (expand_vars_extended):
2470         * fvwm/ewmh_names.c (EWMH_WMIconName):
2471         (EWMH_WMName):
2472         * fvwm/ewmh_intern.h:
2473         * fvwm/ewmh_icons.c (ewmh_WMIcon):
2474         (EWMH_DoUpdateWmIcon):
2475         (ewmh_SetWmIconFromPixmap):
2476         (ewmh_SetWmIconFromPixmap):
2477         (EWMH_DeleteWmIcon):
2478         (extract_wm_icon):
2479         (extract_wm_icon):
2480         (EWMH_SetIconFromWMIcon):
2481         * fvwm/ewmh_events.c (ewmh_WMDesktop):
2482         (ewmh_WMState):
2483         (ewmh_WMIconGeometry):
2484         (ewmh_WMStrut):
2485         * fvwm/ewmh.h:
2486         * fvwm/ewmh.c (ewmh_ChangeProperty):
2487         (ewmh_ChangeProperty):
2488         (atom_get):
2489         (ewmh_AtomGetByName):
2490         (ewmh_AddToKdeSysTray):
2491         (EWMH_GetWorkAreaIntersection):
2492         (ewmh_HandleWindowType):
2493         (ewmh_check_wm_pid):
2494         * fvwm/geometry.c (constrain_size):
2495         * fvwm/geometry.h:
2496         * fvwm/events.c (__handle_cr_on_client):
2497         (WaitForButtonsUp):
2498         * fvwm/events.h:
2499         * libs/PictureImageLoader.c:
2500         * libs/PictureImageLoader.h:
2501         * libs/WinMagic.c:
2502         * libs/fvwmlib.h:
2503         * libs/Graphics.c (ParseGradient):
2504         (CalculateGradientDimensions):
2505         (CreateGradientPixmap):
2506         (CreateGradientPixmapFromString):
2507         * fvwm/colorset.c (update_root_pixmap):
2508         * fvwm/builtins.c (CMD_Echo):
2509         (CMD_State):
2510         * fvwm/add_window.c (AddWindow):
2511         * fvwm/screen.h (DecorFace):
2512         use int instead of unsigned int
2514         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2515         * fvwm/colormaps.c (EnterSubWindowColormap):
2516         (LeaveSubWindowColormap):
2517         (FetchWmColormapWindows):
2518         * libs/vpacket.h:
2519         * libs/CombineChars.c (char_combclass):
2520         use short instead of short int
2521         use long instead of long int
2523         * libs/PictureBase.h (FvwmPictureAttributes):
2524         (FvwmRenderAttributes):
2525         * libs/Flocale.h (FlocaleFont):
2526         * fvwm/style.c (style_parse_icon_grid_style):
2527         * fvwm/menus.c (size_menu_horizontally):
2528         (size_menu_vertically):
2529         (paint_menu):
2530         (AddToMenu):
2531         * fvwm/menuitem.c (menuitem_paint):
2532         (menuitem_free):
2533         * fvwm/menuitem.h (MenuItem):
2534         * fvwm/geometry.c (set_window_border_size):
2535         * fvwm/decorations.c (SelectDecor):
2536         use int instead of short
2538         * fvwm/screen.h (FvwmAcs):
2539         (DecorFace):
2540         * fvwm/menus.c (MenuSizingParameters):
2541         (size_menu_horizontally):
2542         (update_menu):
2543         (paint_menu_gradient_background):
2544         * fvwm/menuroot.h (MenuRootStatic):
2545         * fvwm/menuitem.h (MenuItem):
2546         (MenuItemPartSizesT):
2547         * fvwm/menuitem.c (menuitem_get_size):
2548         * fvwm/menudim.h (MenuDimensions):
2549         use int instead of unsigned short
2551 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2553         * libs/gravity.h:
2554         * libs/gravity.c (gravity_move_resize_parent_child):
2555         * fvwm/frame.h:
2556         * fvwm/frame.c (mr_args_internal):
2557         (frame_setup_border):
2558         (frame_setup_titlebar):
2559         (frame_get_resize_decor_gravities):
2560         (frame_get_titlebar_dimensions):
2561         use rectangle instead of signed_rectangle
2563         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2564         * libs/fvwmrect.h (signed_rectangle):
2565         removed type
2566         (rectangle):
2567         (size_rect):
2568         widht and height are now signed values
2570         * fvwm/placement.c (get_next_x):
2571         (__cp_get_next_x):
2572         (get_next_x):
2573         (__cp_get_next_y):
2574         (__test_fit):
2575         (__cp_test_fit):
2576         renamed functions
2578         * fvwm/placement.c (get_next_x):
2579         (get_next_y):
2580         (test_fit):
2581         (CleverPlacement):
2582         cleanup
2584 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2586         * NEWS:
2587         NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2588         StickyAcrossDesksIcon.
2590 2007-01-13  Serge Koksharov  <gentoosiast dog yandex dot ru>
2592         * fvwm/conditional.c (CreateConditionMask):
2593         added conditions StickyIcon, StickyAcrossPagesIcon and
2594         StickyAcrossDesksIcon.
2596         * fvwm/fvwm.1.in:
2597         documented new conditional tests.
2598         removed descriptions of styles StickyIconPage & StickyIconDesk which
2599         actually don't exists in fvwm.
2600         moved StickyIcon/SlipperyIcon descriptions immediately after
2601         Sticky/Slippery description.
2603 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2605         * fvwm/placement.c (SmartPlacemen):
2606         (__sp_test_window):
2607         cleaned up SmartPlacement code
2609 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2611         * fvwm/ConfigFvwmMenuDefaults:
2612         Mouse 0 MS A MenuLeaveSubmenu instead.
2614         * fvwm/ConfigFvwmMenuDefaults:
2615         Mouse 0 MS A MenuClose to make sidepic and border behave as
2616         before menu bindings.
2618         * fvwm/fvwm.1.in:
2619         * libs/wcontext.h (enum):
2620         * fvwm/menubindings.c (menu_binding):
2621         (menu_shortcuts):
2622         Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2624         * fvwm/menustyle.c (menustyle_parse_old_style):
2625         add a message of deprecation.
2627 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2629         * fvwm/module_list.h:
2630         * fvwm/module_list.c:
2631         new files for module handling code.
2633         * fvwm/module_list.h:
2634         * fvwm/module_interface.h:
2635         * fvwm/module_list.c:
2636         * fvwm/module_interface.c:
2637         (struct mqueue_object_type):
2638         (msg_mask_set):
2639         (module_alloc):
2640         (module_insert):
2641         (module_remove):
2642         (module_free):
2643         (module_get_next):
2644         (set_message_mask):
2645         (get_pipe_name):
2646         (initModules):
2647         (ClosePipes):
2648         (do_execute_module):
2649         (executeModuleDesperate):
2650         (CMD_Module):
2651         (CMD_ModuleListenOnly):
2652         (CMD_ModuleSynchronous):
2653         (HandleModuleInput):
2654         (DeadPipe):
2655         (KillModule):
2656         (KillModuleByName):
2657         (CMD_KillModule):
2658         (PositiveWrite):
2659         (DeleteMessageQueueBuff):
2660         (FlushMessageQueue):
2661         (FlushAllMessageQueues):
2662         (CMD_set_mask):
2663         (CMD_set_sync_mask):
2664         (CMD_set_nograb_mask):
2665         (skipModuleAliasToken):
2666         (countModules):
2667         (struct msg_masks_t):
2668         (struct fmodule):
2669         moved from module_interface.c/h to module_list.c/h
2671         * fvwm/module_list.h (do_execute_module):
2672         * fvwm/module_interface.h (AddToCommandQueue):
2673         (ExecuteModuleCommand):
2674         initialy static functions are exposed for now. Should be fixed soon.
2676         * fvwm/Makefile.am:
2677         added module_list.h and module_list.c
2678         reorganized the c files by size
2680         * fvwm/module_list.h:
2681         * fvwm/module_list.c:
2682         * fvwm/events.c:
2683         * fvwm/fvwm.c:
2684         * fvwm/session.c:
2685         * fvwm/stack.c:
2686         (initModules):
2687         (module_init_list):
2688         (ClosePipes):
2689         (module_kill_all):
2690         (KillModule):
2691         (module_kill):
2692         (countModules):
2693         (module_count):
2694         renamed functions to a unified style
2696         * fvwm/module_interface.h:
2697         * fvwm/module_interface.c:
2698         * fvwm/fvwm.c:
2699         * fvwm/events.c:
2700         * fvwm/modconf.c
2701         * fvwm/session.c:
2702         * fvwm/stack.c:
2703         * fvwm/windowshade.c:
2704         * fvwm/functions.c:
2705         * fvwm/move_resize.c:
2706         include file cleanup
2708         * fvwm/module_list.c (do_execute_module):
2709         made absolutely sure the module's read fd is >=0 before inserting
2710         the module on the list
2712         * fvwm/events.c (My_XNextEvent):
2713         * fvwm/module_list.c (PositiveWrite):
2714         (CMD_ModuleSynchronous):
2715         assume module read fd is allways >=0 (remove the tests)
2717         * fvwm/module_list.c (module_free):
2718         no need to test if fd >=0 when closing the pipes.
2720 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2722         * fvwm/menuitem.c (draw_higlight_background):
2723         fix x-origin of HGradients
2725 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2727         * fvwm/module_interface.c (FlushMessageQueues):
2728         fixed not flushing the first module on the list
2730 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2732         * libs/Flocale.c (FlocaleGetFftFont):
2733         add sanity check for NULL fontname.
2735         * NEWS:
2736         * fvwm/fvwm.1.in:
2737         * fvwm/menuitem.c (menuitem_paint):
2738         (draw_hilight_background):
2739         make all kinds of pixmaps work with hilight background
2741         * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2742         * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2743         (CreateBackgroundPixmap):
2744         added CreateOffsetBackgroundPixmap with the ability to create
2745         transparent images at an offset relative to the window.
2747 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2749         * fvwm/menus.c (__mloop_exit):
2750         (struct):
2751         (__mloop_get_event)
2752         (__mloop_handle_event):
2753         don't warp to parent item when entering other item with mouse.
2755         * NEWS:
2756         * fvwm/fvwm.1.in:
2757         * fvwm/menustyle.c (menustyle_update):
2758         make use of colorset TiledPixmap option with HiglightBack
2759         and HiglightTitleBack menu styles.
2761 2007-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2763         * libs/FScreen.c:
2764         reformatted
2766 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2768         * libs/FScreen.c (FScreenParseGeometry):
2769         don't look up screen info if screen is undefined
2771 2007-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2773         * ONEWS:
2774         * NEWS:
2775         moved the NEWS of 2.2.x and 2.3.x to ONEWS
2777         * libs/fio.c (fvwm_send):
2778         compile fixes
2780         * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2781         added macro
2783         * libs/fio.c:
2784         * libs/fio.h:
2785         new utility files to wrap writing/reading standard lib functions that
2786         might be interrupted
2788 2007-01-05  Serge Koksharov  <gentoosiast dog yandex dot ru>
2790         * fvwm/ewmh_intern.h:
2791         compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2792         instead of <time.h>.
2794         * fvwm/windowlist.h:
2795         removed unneeded file.
2797         * fvwm/Makefile.am:
2798         removed windowlist.h from build list.
2800         * libs/PictureUtils.c:
2801         include "ftime.h" instead of <time.h>.
2802         fvwmlib.h header name should be in double quotes not in angle
2803         brackets.
2805         * libs/System.c:
2806         include "ftime.h" instead of <sys/time.h>.
2808 2007-01-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2810         * ChangeLog:
2811         make my email less spider-friendly
2813         * fvwm/bindings.c (binding_cmd):
2814         (ParseBinding):
2815         fix core
2817 2007-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2819         * fvwm/screen.h (ScreenInfo):
2820         made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2821         casting signed values in calculations to be cast to unsigned
2823         * fvwm/focus.c (__activate_window_by_command):
2824         don't warp the viewport if the center of the window is already in view
2825         fixed a bug in window positioning
2827 2007-01-03  Serge Koksharov  <gentoosiast dog yandex dot ru>
2829         * NEWS:
2830         FvwmIconBox IconColorset's bg wasn't updated immediately.
2832 2007-01-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2834         * fvwm/fvwm.c (main):
2835         close all open fds upon startup
2836         reopen stdin, stdout and stderr if necessary
2837         (reopen_fd):
2838         new function
2840         * fvwm/module_interface.c (do_execute_module):
2841         simplified error handling
2842         check maximum fd when creating modules
2844         * fvwm/events.c (My_XNextEvent):
2845         * fvwm/fvwm.c (main):
2846         replaced fd_width with fvwmlib_max_fd
2848         * libs/fvwmlib.h:
2849         * libs/System.c (fvwmlib_init_max_fd):
2850         added function and fvwmlib_max_fd
2852         * fvwm/events.c (My_XNextEvent):
2853         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2854         switch back to using FD_SET
2856         * fvwm/events.c (My_XNextEvent:
2857         * fvwm/module_interface.h:
2858         * fvwm/module_interface.c:
2859         hide module structure members with access macros and use them
2860         everywhere
2862 2007-01-02  Renato Caldas  <seventhguardian@gmail.com>
2864         * fvwm/module_interface.c (module_add_to_fdsets):
2865         * fvwm/module_interface.h:
2866         created new function that also checks for too many open fds
2868         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2869         * fvwm/events.c (My_XNextEvent):
2870         now using module_add_to_fdset to add pipes to the fdsets
2872 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2874         * libs/defaults.h (MAX_NUM_MODULES):
2875         * fvwm/module_interface.c (module_alloc):
2876         (do_execute_module):
2877         removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2879         * fvwm/module_interface.c (do_execute_module):
2880         moved the allocation call to the end of the sanity checks and pipe
2881         creation - better for performance
2883 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2885         END MODULE STRUCT PATCHES
2887         * fvwm/module_interface.c (do_execute_module):
2888         fixed another memory leak
2890 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2892         * fvwm/module_interface.h:
2893         * fvwm/module_interface.c:
2894         * fvwm/modconf.c:
2895         renamed struct module member "pipeName" and "pipeAlias" to "name"
2896         and "alias"
2898         * fvwm/module_interface.c (do_execute_module):
2899         fixed possible memory leak
2901 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2903         * fvwm/events.c (My_XNextEvent):
2904         * fvwm/module_interface.c (module_alloc):
2905         (do_execute_module):
2906         (KillModule):
2907         * fvwm/module_interface.h (fmodule):
2908         replaced int with a flag struct
2910         * fvwm/module_interface.h:
2911         * fvwm/events.c (My_XNextEvent):
2912         * fvwm/module_interface.c (module_alloc):
2913         (module_free):
2914         (module_insert):
2915         (ClosePipes):
2916         add new modules at front of list again
2917         removed global variable init_fdset; use a flag in the module struct
2918         instead
2919         removed the now obsolete module slot count
2921 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2923         * fvwm/module_interface.c (module_remove):
2924         (KillModule):
2925         moved module remotion code to module_remove()
2927 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2929         * fvwm/events.c (My_XNextEvent):
2930         fixed startup commands
2932         * fvwm/module_interface.c (module_insert):
2933         (module_free):
2934         (KillModule):
2935         (ClosePipes):
2936         append modules at end of list
2938         * fvwm/events.c (My_XNextEvent):
2939         fixed core
2941         * fvwm/module_interface.c (ExecuteModuleCommand):
2942         (PositiveWrite):
2943         (KillModuleByName):
2944         (BroadcastPacket):
2945         (BroadcastNewPacket):
2946         (BroadcastName):
2947         (BroadcastFvwmPicture):
2948         (BroadcastColorset):
2949         (BroadcastPropertyChange):
2950         (BroadcastConfigInfoString):
2951         (CMD_SendToModule):
2952         (FlushAllMessageQueues):
2953         (countModules):
2954         (CMD_set_mask):
2955         (CMD_set_sync_mask):
2956         (CMD_set_nograb_mask):
2957         cleanup
2958         (skipModuleAliasToken):
2959         use MAX_MODULE_ALIAS_LEN
2961         * fvwm/module_interface.c (KillModule):
2962         (do_execute_module):
2963         (module_alloc):
2964         added a "slot" member to the module struct to fix the init_fdset hack
2965         for now
2967         * libs/defaults.h (MAX_NUM_MODULES):
2968         (MAX_MODULE_ALIAS_LEN):
2969         new config values
2971         * fvwm/module_interface.c (do_execute_module):
2972         rewrote module struct initialization
2973         (HandleModuleInput):
2974         use %p to print module address, don't cast it to int
2976         * fvwm/module_interface.c (ClosePipes):
2977         (KillModule):
2978         use module_free
2979         (msg_mask_set):
2980         (module_insert):
2981         (module_alloc):
2982         new functions()
2984         * fvwm/module_interface.c (FreeModule):
2985         (module_free):
2986         renamed function
2988         * fvwm/module_interface.c (KillModule):
2989         (FreeModule):
2990         * fvwm/events.c (My_XNextEvent):
2991         * fvwm/execcontext.h:
2992         * fvwm/modconf.c (CMD_Send_ConfigInfo):
2993         (ModuleConfig):
2994         * fvwm/stack.c (BroadcastRestack):
2995         cleanup
2997         * fvwm/module_interface.c (module_get_next):
2998         * fvwm/module_interface.h:
2999         new function
3001 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
3003         * fvwm/modconf.c (ModuleConfig):
3004         (SendConfigToModule):
3005         (send_xinerama_state):
3006         (send_desktop_names):
3007         (send_desktop_geometry):
3008         (send_image_path):
3009         (send_color_limit):
3010         (send_colorsets):
3011         (send_click_time):
3012         (send_move_threshold):
3013         (send_ignore_modifiers):
3014         (CMD_Send_ConfigInfo):
3015         * fvwm/functions.c (__execute_function):
3016         * fvwm/events.c (My_XNextEvent):
3017         * fvwm/module_interface.h (msg_masks_t):
3018         (fmodule):
3019         * fvwm/execcontext.c (__exc_change_context):
3020         (exc_create_null_context):
3021         * fvwm/execcontext.h:
3022         Initial module struct patches
3024         BEGIN MODULE STRUCT PATCHES
3026 2006-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3028         * fvwm/events.c (HandleFocusOut):
3029         (__refocus_stolen_focus_win):
3030         (HandleEnterNotify):
3031         less disruptive way of restoring focus to the window it was stolen from
3033 2006-12-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3035         * fvwm/events.c (HandleEnterNotify):
3036         restore focus to windows that had it stolen by
3037         unmanaged windows on enter of any unmanaged windows.
3039 2006-12-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3041         * fvwm/menubindings.c:
3042         don't include menus.h
3044         * fvwm/ConfigFvwmMenuDefaults:
3045         all bindings are silent
3047 2006-12-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3049         * fvwm/ConfigFvwmMenuDefaults:
3050         make all numpad keys silent -- not all keyboads have a numpad
3051         add KP_Separator for MenuClose
3053 2006-12-30  Serge Koksharov  <gentoosiast dog yandex dot ru>
3055         * fvwm/fvwm.1.in:
3056         documented missing menu bindings.
3058         * fvwm/ConfigFvwmMenuDefaults:
3059         fixed wrong menu bindings.
3061 2006-12-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3063         * fvwm/menubindings.c:
3064         * fvwm/menubindings.h:
3065         * fvwm/menucmd.c:
3066         * fvwm/menudim.c:
3067         * fvwm/menudim.h:
3068         * fvwm/menugeometry.c:
3069         * fvwm/menugeometry.h:
3070         * fvwm/menuitem.c:
3071         * fvwm/menuitem.h:
3072         * fvwm/menuroot.h:
3073         * fvwm/menus.c:
3074         * fvwm/menus.h:
3075         * fvwm/move_resize.c:
3076         * fvwm/move_resize.h:
3077         * fvwm/windowlist.c:
3078         simplified including header files
3080         * fvwm/menus.c (__mloop_handle_event):
3081         * fvwm/menuparameters.h:
3082         * fvwm/menubindings.c (menu_shortcuts):
3083         do not call find_entry directly but return MENU_NEWITEM_FIND instead
3085         * fvwm/menus.c (__mloop_handle_event):
3086         * fvwm/menuparameters.h:
3087         * fvwm/menubindings.c (menu_shortcuts):
3088         do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
3089         instead
3091         * fvwm/menus.h (MenuParameters):
3092         (MenuOptions):
3093         (MenuPosHints):
3094         (MenuRC):
3095         (MenuReturn):
3096         (MenuRepaintTransparentParameters):
3097         * fvwm/menuparameters.h (MenuParameters):
3098         (MenuOptions):
3099         (MenuPosHints):
3100         (MenuRC):
3101         (MenuReturn):
3102         (MenuRepaintTransparentParameters):
3103         moved to menuparameters.h
3105         * fvwm/menus.h (MenuRoot):
3106         (MenuRootDynamic):
3107         (MenuRootStatic):
3108         * fvwm/menutypes.h (MenuRoot):
3109         (MenuRootDynamic):
3110         (MenuRootStatic):
3111         moved to menuroot.h
3113         * fvwm/menus.c (menu_get_geometry):
3114         (menu_get_outer_geometry):
3115         * fvwm/menugeometry.c (menu_get_geometry):
3116         (menu_get_outer_geometry):
3117         moved to menugeometry.c
3119         * fvwm/menuparameters.h:
3120         * fvwm/menutypes.h:
3121         * fvwm/menugeometry.c:
3122         * fvwm/menugeometry.h:
3123         * fvwm/Makefile.am:
3124         new files
3126         * fvwm/menubindings.h (enum):
3127         * fvwm/menus.c (enum):
3128         moved enum menu_shortcut_action to menubindings.h
3129         (get_selectable_item_index):
3130         (get_selectable_item_from_index):
3131         (get_selectable_item_from_section):
3132         (get_selectable_item_count):
3133         (parse_menu_action):
3134         moved to menubindings.c
3136         * fvwm/menus.c (enum):
3137         (parse_menu_action):
3138         (menuShortcuts):
3139         renamed enum shortcut_action to menu_shortcut_action
3141         * fvwm/fvwm.c (SetRCDefaults):
3142         read default config file after all other defaults
3144 2006-12-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3146         * fvwm/ConfigFvwmMenuDefaults:
3147         * fvwm/fvwm.c (SetRCDefaults):
3148         make the hard coded menu bindings load before ConfigFvwmDefaults
3149         move Mouse 0 ... to ConfigFvwmMenuDefaults
3151 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3153         * fvwm/ConfigFvwmMenuDefaults:
3154         * fvwm/fvwm.c (SetRCDefaults):
3155         added hard coded default menu bindings
3157 2006-12-29  Serge Koksharov  <gentoosiast dog yandex dot ru>
3159         * fvwm/fvwm.1.in:
3160         documentation fixes.
3162 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3164         * fvwm/bindings.c:
3165         * fvwm/menubindings.h:
3166         * fvwm/menubindings.c:
3167         * fvwm/menus.h:
3168         * fvwm/menus.c:
3169         * fvwm/Makefile.am:
3170         moved new menu binding code to menubindings.c, menubindings.h
3171         split binding into a regular list and a fallback list that can not be
3172         modified
3174         * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
3175         fixed calculation of new geometry if x or y is negative
3177         * fvwm/geometry.c (maximize_adjust_offset):
3178         fixed calculations of normal geometry when maximized
3180 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3182         * NEWS:
3183         * fvwm/ConfigFvwmMenuDefaults:
3184         * fvwm/fvwm.c (SetRCDefaults):
3185         * fvwm/menus.c (parse_menu_action):
3186         * fvwm/fvwm.1.in:
3187         rename menu action to menu bindings and make menu binding commands
3188         more verbose.  Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
3189         ensure basic function with ConfigFvwmMenuDefaults missing.
3191 2006-12-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3193         * fvwm/menus.c (menuShortcuts):
3194         fixed compiler warning.
3196 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3198         * fvwm/fvwm.1.in:
3199         corrected mis-spelling
3201         * AUTHORS:
3202         * NEWS:
3203         * fvwm/fvwm.1.in:
3204         * fvwm/menus.h:
3205         * fvwm/menus.c (handle_emacs_bindings):
3206         (parse_menu_action)
3207         (menuShortcuts):
3208         (__mloop_handle_event):
3209         (menu_binding):
3210         * fvwm/bindings.c (ParseBinding):
3211         * fvwm/Makefile.am (config_DATA):
3212         * fvwm/ConfigFvwmDefaults:
3213         * fvwm/ConfigFvwmMenuDefaults:
3214         fully configurable mouse any key bindings for menu navigation.
3216 2006-12-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3218         * fvwm/virtual.c (HandlePaging):
3219         removed bogus comment
3221         * fvwm/move_resize.c (__move_loop):
3222         cleanup
3223         (__resize_window):
3224         allow paging during resize with "EdgeScroll 0 0" as documented in the
3225         man page
3226         fixed disappearing windows with "maximize; resize - abort; unmaximize"
3228         * fvwm/fvwm.h (FvwmWindow):
3229         * fvwm/add_window.c (AddWindow):
3230         * fvwm/add_window.c (setup_frame_window):
3231         * fvwm/add_window.c (setup_parent_window)
3232         * fvwm/borders.c (border_draw_decorations):
3233         * fvwm/borders.c (border_draw_one_border_part):
3234         * fvwm/borders.c (border_get_parts_and_pos_to_draw)
3235         * fvwm/borders.c (border_get_titlebar_descr)
3236         * fvwm/builtins.c (__remove_window_decors):
3237         * fvwm/conditional.c (MatchesConditionMask):
3238         * fvwm/events.c (HandleMapNotify):
3239         * fvwm/events.c (HandleMapRequestKeepRaised)
3240         * fvwm/events.c (HandlePropertyNotify):
3241         * fvwm/events.c (HandleShapeNotify):
3242         * fvwm/events.c (__cr_detect_icccm_move)
3243         * fvwm/events.c (__cr_get_grav_position):
3244         * fvwm/events.c (__cr_get_static_position)
3245         * fvwm/events.c (__handle_configure_request)
3246         * fvwm/events.c (__handle_cr_on_client):
3247         * fvwm/ewmh.c (EWMH_fullscreen):
3248         * fvwm/focus.c (__activate_window_by_command):
3249         * fvwm/focus.c (__set_focus_to_fwin):
3250         * fvwm/focus.c (warp_to_fvwm_window):
3251         * fvwm/frame.c (__frame_setup_window):
3252         * fvwm/frame.c (frame_create_move_resize_args)
3253         * fvwm/frame.c (frame_free_move_resize_args):
3254         * fvwm/frame.c (frame_move_resize_step)
3255         * fvwm/frame.c (frame_reshape_border):
3256         * fvwm/geometry.c (constrain_size):
3257         * fvwm/geometry.c (get_icon_corner)
3258         * fvwm/geometry.c (get_page_offset):
3259         * fvwm/geometry.c (get_page_offset_check_visible):
3260         * fvwm/geometry.c (get_shaded_client_window_pos):
3261         * fvwm/geometry.c (get_title_button_geometry):
3262         * fvwm/geometry.c (get_title_geometry)
3263         * fvwm/geometry.c (get_unshaded_geometry):
3264         * fvwm/geometry.c (get_visible_window_or_icon_geometry)
3265         * fvwm/geometry.c (gravity_constrain_size):
3266         * fvwm/geometry.c (maximize_adjust_offset):
3267         * fvwm/geometry.c (update_absolute_geometry):
3268         * fvwm/geometry.c (update_relative_geometry)
3269         * fvwm/gnome.c (GNOME_SetWinArea):
3270         * fvwm/icons.c (AutoPlaceIcon):
3271         * fvwm/icons.c (DeIconify):
3272         * fvwm/icons.c (Iconify):
3273         * fvwm/module_interface.c (CONFIGARGS):
3274         * fvwm/move_resize.c (AnimatedMoveAnyWindow)
3275         * fvwm/move_resize.c (CMD_Maximize):
3276         * fvwm/move_resize.c (CMD_ResizeMaximize):
3277         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
3278         * fvwm/move_resize.c (__move_loop):
3279         * fvwm/move_resize.c (__move_window):
3280         * fvwm/move_resize.c (__resize_window):
3281         * fvwm/move_resize.c (maximize_fvwm_window):
3282         * fvwm/move_resize.c (resize_move_window):
3283         * fvwm/move_resize.c (stick_across_pages):
3284         * fvwm/move_resize.c (unmaximize_fvwm_window):
3285         * fvwm/placement.c (__explain_placement):
3286         * fvwm/placement.c (__place_get_wm_pos):
3287         * fvwm/placement.c (get_next_x):
3288         * fvwm/placement.c (get_next_y):
3289         * fvwm/placement.c (test_fit)
3290         * fvwm/session.c (MatchWinToSM):
3291         * fvwm/session.c (SaveWindowStates):
3292         * fvwm/update.c (apply_window_updates):
3293         * fvwm/virtual.c (MoveViewport):
3294         * fvwm/windowlist.c (CMD_WindowList):
3295         * fvwm/windowshade.c (CMD_WindowShade):
3296         put some of the window geometry members into a separate struct window_g
3297         with members frame, normal, max, max_defect, max_offset
3299 2006-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3301         * NEWS:
3302         * AUTHORS:
3303         * fvwm/window_flags.h:
3304         * fvwm/style.h:
3305         * fvwm/style.c (style_parse_one_style_option):
3306         * fvwm/icons.c (DrawIconTitleWindow):
3307         * fvwm/fvwm.h (common_flags_t):
3308         * fvwm/fvwm.1.in (Style):
3309         * fvwm/borders.c:
3310         (border_draw_title_stick_lines):
3311         Applied Stippled patch by Thomas Adam with some fixes.
3313 2006-12-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3315         * NEWS:
3316         FvwmWinList button/list syncronization fixed (bug #1393)
3318 2006-12-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3320         * NEWS:
3321         * configure.ac:
3322         updated for 2.5.20.
3324         * NEWS:
3325         * configure.ac:
3326         updated for 2.5.19 release
3328         * NEWS:
3329         updated after 2.4.20 release
3331         * NEWS:
3332         * fvwm/focus.c (focus_get_fpol_context_flag):
3333         * fvwm/events.c (__check_click_to_focus_or_raise)
3334         (__handle_click_to_focus):
3335         Treat EWMH desktop as client window under click to focus. (#1492)
3337 2006-12-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3339         * libs/Module.h (MX_REPLY):
3340         (MAX_EXTENDED_MESSAGES):
3341         (MAX_XMSG_MASK):
3342         * fvwm/module_interface.c (CMD_Send_Reply):
3343         * fvwm/functable.c (func_table):
3344         * fvwm/commands.h:
3345         Added Send_Reply module only command.
3347 2006-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3349         * libs/PictureUtils.c (init_static_colors_table):
3350         fix fvwm for < 8 bit depth, bug #1677
3352 2006-11-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3354         * fvwm/misc.c (IsRectangleOnThisPage):
3355         new fix for signedness problems.
3357 2006-10-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3359         * fvwm/misc.c (IsRectangleOnThisPage):
3360         fix signedness problem with test introduced by gcc4 fix below.
3362 2006-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3364         * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3365         (size_rect):
3366         (rectangle)
3367         (signed_rectangle):
3368         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3369         * libs/gravity.h (gravity_move_resize_parent_child):
3370         * libs/gravity.c (gravity_move_resize_parent_child):
3371         * fvwm/frame.h (frame_get_titlebar_dimensions)
3372         * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3373         (frame_get_resize_decor_gravities):
3374         (mr_args_internal):
3375         (frame_setup_border):
3376         (frame_setup_titlebar)
3377         (frame_get_resize_decor_gravities):
3378         (frame_get_titlebar_dimensions):
3379         split rectangle into a signed size and an unsigned size type.
3381         * fvwm/screen.h (ScreenInfo):
3382         * libs/FScreen.h (FScreenGetScrRect):
3383         (FScreenGetResistanceRect):
3384         * libs/FScreen.c (XineramaScreenInfo):
3385         (FScreenGetGeometry)
3386         (FScreenGetScrRect):
3387         (FScreenClipToScreen):
3388         (FScreenCenterOnScreen)
3389         (FScreenGetResistanceRect):
3390         (FScreenIsRectangleOnScreen):
3391         * fvwm/fvwm.h (FvwmWindow):
3392         * fvwm/screen.h (DecorFace):
3393         * libs/fvwmlib.h (CreateGradientPixmap):
3394         * libs/Graphics.c (CreateGradientPixmap):
3395         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3396         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3397         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3398         (PImageLoadPixmapFromFile):
3399         (PImageLoadPixmapFromXpmData):
3400         * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3401         (PImageCreatePixmapFromArgbData):
3402         (PImageLoadPixmapFromFile)
3403         (PImageLoadFvwmPictureFromFile):
3404         (PImageLoadPixmapFromXpmData):
3405         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3406         * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3407         (EWMH_SetIconFromWMIcon):
3408         * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3409         * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3410         * fvwm/colorset.c (parse_colorset):
3411         * fvwm/icons.c (DrawIconTitleWindow):
3412         (AutoPlaceIcon)
3413         (do_all_iconboxes):
3414         * fvwm/menus.h (MenuRootDynamic):
3415         * fvwm/menus.c (update_menu):
3416         (pop_menu_up):
3417         (do_menu)
3418         (get_menu_options):
3419         * fvwm/move_resize.c (GetMoveArguments):
3420         (ParseOneResizeArgument)
3421         (GetResizeArguments):
3422         (GetResizeMoveArguments):
3423         (DoSnapAttract)
3424         (__move_loop):
3425         (CMD_Maximize):
3426         change dimensions and allocation counts to unsigned types.
3428         * libs/Flocale.h (FlocaleStringNumberOfBytes)
3429         (FlocaleStringByteToCharOffset):
3430         (FlocaleStringCharToByteOffset)
3431         (FlocaleStringCharLength)
3432         * libs/Flocale.c (FlocaleStringNumberOfBytes)
3433         (FlocaleStringByteToCharOffset):
3434         (FlocaleStringCharToByteOffset)
3435         (FlocaleStringCharLength):
3436         (FlocaleUtf8ToUnicodeStr2b)
3437         (FlocaleStringToString2b):
3438         (FlocaleEncodeString):
3439         * libs/Ficonv.c (convert_charsets):
3440         change most string types to char* from unsigned char* to match
3441         with system headers without casts.
3443         * libs/Flocale.c (FlocaleLoadFont):
3444         init shadow_dir to make gcc 4 happy.
3446         * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3447         (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3448         (CSETS_IS_TRANSPARENT_ROOT_PURE)
3449         (CSETS_IS_TRANSPARENT_PR_PURE):
3450         (CSETS_IS_TRANSPARENT_ROOT)
3451         (CSETS_IS_TRANSPARENT):
3452         compare pointer with NULL, not >= 0.
3454         * libs/FTips.h (ftips_position_t):
3455         * fvwm/expand.c (partial_extended_vars):
3456         * fvwm/placement.c (preason_screen_t):
3457         remove comma last in enums.
3459         * fvwm/style.c (style_parse_focus_policy_style):
3460         change 0xffffffff to ~0 to silience truncation warning.
3462         * fvwm/session.h (mwtsm_state_args):
3463         make flags unsigned.
3465         * fvwm/schedule.c (sq_object_type):
3466         change // to /* ... */
3468         * libs/Fft.c (FftGetFontWidths):
3469         (FftTextWidth):
3470         * libs/FScreen.c (FScreenConfigureSLSScreens):
3471         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3472         (EWMH_SetDesktopNames):
3473         * fvwm/fvwm.c (LoadDefaultLeftButton):
3474         (LoadDefaultRightButton):
3475         * fvwm/builtins.c (ReadDecorFace):
3476         (CMD_State):
3477         silence signedness warnings by casts.
3479         * fvwm/borders.c (ROTATE_RECTANGLE):
3480         make sure tr is initialized.
3482         * fvwm/add_window.c (FetchWmProtocols):
3483         use unsigned type for l_protocols.
3485 2006-09-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3487         * fvwm/events.c (HandleFocusIn):
3488         (HandleFocusOut):
3489         * fvwm/focus.c (__set_focus_to_fwin):
3490         fix focus decoration when unmanaged are focused, unless
3491         FlickeringQtDialogsWorkaround is on. Closes bug #758.
3493 2006-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3495         * fvwm/geometry.c (constrain_size):
3496         repeat aspect-resizing in a loop to get a stable result that does not
3497         change the next time the frame is set up
3499 2006-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3501         * NEWS:
3502         * configure.ac:
3503         increased version to 2.5.19
3504         released 2.5.18
3506         * NEWS:
3507         * configure.ac:
3508         updated for 2.5.18 release
3510 2006-09-04  Renato Caldas  <seventhguardian@gmail.com>
3512         * acinclude.m4:
3513         removed the unused test for imlib
3514         removed the Imlib.h header from gdk_imlib test programs
3516 2006-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3518         * fvwm/ewmh.c (atom_get):
3519         fix offset and length args for XGetWindowProperty() (to support 64bit
3520         architectures)
3522 2006-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3524         * fvwm/events.c (HandleUnmapNotify):
3525         immediately handle MapRequests after unmapping a window while we still
3526         have the context fvwm window; this is necessary to allow the client to
3527         re-map a window before fvwm can reparent it to the root window
3528         (HandleMapRequestKeepRaised):
3529         cleaned up
3531 2006-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3533         * fvwm/ewmh.c (ewmh_HandleDesktop):
3534         fixed handling of ClickToFocusPassesClick with the EWMH desktop
3535         window
3537 2006-08-29  Harald Dunkel  <harald.dunkel@t-online.de>
3539         * fvwm/icccm2.c:
3540         * fvwm/gnome.c:
3541         * fvwm/decorations.c:
3542         fix offset and length args for XGetWindowProperty() (to support 64bit
3543         architectures)
3545 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3547         * NEWS:
3548         * fvwm/expand.c (expand_vars_extended):
3549         correctly expand break.
3550         * fvwm/conditional.c (__rc_matches_rcstring_consume):
3551         fix matching break.
3553 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3555         * fvwm/decorations.h (is_function_allowed):
3556         * fvwm/decorations.c (__is_resize_allowed):
3557         (is_function_allowed):
3558         work on 'const FvwmWindow *'
3560         * fvwm/fvwm.h (action_flags):
3561         * fvwm/style.c (check_window_style_change):
3562         * fvwm/module_interface.c (__get_allowed_actions)
3563         (CONFIGARGS):
3564         * libs/vpacket.h (ConfigWinPacket):
3565         expose fvwm allowed actions to modules
3567 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3569         * fvwm/move_resize.c (__move_icon):
3570         *do* map icon windows for pictured icons on move, but only if they end
3571         up on the current desk
3573 2006-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3575         * fvwm/move_resize.c (__move_icon):
3576         don't map icon windows for pictured icons on move
3578 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3580         * fvwm/style.c (remove_all_of_style_from_list):
3581         (__simplify_style_list):
3582         (blockor):
3583         (blockand):
3584         (blockunmask)
3585         (blockissubset):
3586         (style_ids_are_equal):
3587         (style_id_equals_id)
3588         (styles_have_same_id):
3589         (fw_match_style_id)
3590         (one_fw_can_match_both_ids):
3591         (check_window_style_change):
3592         use int/0/1 instead of Bool/False/True
3594         * fvwm/move_resize.c (stick_across_pages):
3595         use False instead of FALSE
3597         * fvwm/style.c (fw_match_style_id):
3598         * fvwm/read.c (run_command_file):
3599         (push_read_file):
3600         * fvwm/add_window.c (MappedNotOverride):
3601         * libs/wild.c (matchWildcards):
3602         use 0 and 1 instead of FALSE and TRUE
3604         * fvwm/fvwm.h:
3605         removed TRUE and FALSE
3607 2006-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3609         * NEWS:
3610         FvwmPager !IconTitle style bugfix.
3612 2006-07-31  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3614         * fvwm/fvwm.1.in:
3615         Updated description of Wait command in man page.
3617 2006-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3619         * libs/Flocale.c (FlocaleFontStructDrawString)
3620         (FlocaleRotateDrawString):
3621         (FlocaleDrawString):
3622         fixed drawing of forecolor/hilightfore
3624         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3625         always unmaximize and resize window when leaving fullscreen state,
3626         not just if it did not start as fullscreen
3628 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3630         * fvwm/fvwm.1.in (MenuStyle):
3631         added a reference to the prefered ! style negation flag,
3632         and listed the other deprecated negative forms in one place.
3633         (ActiveForeOff):
3634         (AnimationOff):
3635         (AutomaticHotkeysOff):
3636         (HilightBackOff):
3637         (TitleWarpOff):
3638         changed to the ! negation form and listed as deprecated.
3639         (ActiveBack):
3640         removed relics from the man page
3642 2006-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3644         * NEWS:
3645         * configure.ac:
3646         increased version to 2.5.18
3647         released 2.5.17
3649         * NEWS:
3650         * configure.ac:
3651         updated for 2.5.17 release
3653 2006-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3655         * fvwm/move_resize.c (__move_window):
3656         allow moving a window without an icon while it's iconified based on the
3657         frame geometry
3659 2006-07-17  Serge Koksharov  <gentoosiast dog yandex dot ru>
3661         * fvwm/menustyle.c (menustyle_copy):
3662         Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3664 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3666         * fvwm/fvwm.1.in:
3667         NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3668         changed the manpage to reflect the prefered style negation method,
3669         that is, using the !* negation sign.
3671 2006-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3673         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3674         removed documentation of filters.
3676         * NEWS:
3677         * fvwm/expand.c (check_first_filter):
3678         (apply_filters)
3679         (expand_args_extended):
3680         (expand_vars_extended):
3681         (expand_vars):
3682         removed variable filter implementation and backslash-escaping.
3684 2006-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3686         * NEWS:
3687         News blurb for variable filters and backslash-escaping.
3688         * fvwm/fvwm.1.in:
3689         documentation of variable filters.
3691 2006-07-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3693         * fvwm/expand.c (chec):
3694         (first_filter):
3695         (apply_filters)
3696         (expand_args_extended):
3697         (expand_vars_extended):
3698         (expand_vars):
3699         implemented variable filters.
3701         * fvwm/expand.c (expand_vars):
3702         made backslash work as escape character within extended variables.
3704         * libs/Strings.h (QuoteEscapeString):
3705         (QuoteEscapeStringLength):
3706         * libs/Strings.c (QuoteEscapeString):
3707         (QuoteEscapeStringLength):
3708         new functions: QuoteEscapeString and QuoteEscapeStringLength for
3709         generic quoting.
3711         * fvwm/expand.c (expand_args_extended):
3712         make upper limit inclusive.
3714         * fvwm/functions.c (__execute_function):
3715         Changed PeekToken to GetNextToken before expand_vars call.
3717         * fvwm/fvwm.1.in:
3718         updated documentation regarding quoting in expand_args_extended
3720 2006-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3722         * fvwm/expand.c (__eae_parse_range):
3723         reject everything that does not begin with a digit
3725         * libs/Parse.c (SkipNTokens):
3726         stop skipping tokens at the end of input
3728         * fvwm/expand.c (__eae_parse_range):
3729         bugfixes
3730         (expand_vars):
3731         reformatted
3732         (__eae_parse_range):
3733         fixed parsing of $[n-]
3735 2006-07-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3737         * fvwm/expand.c (expand_args_extended):
3738         fixed core dump
3739         added range check for positional parameters
3740         (expand_args_extended):
3741         (__eae_parse_range):
3742         cleaned up and simplified parsing code
3743         properly unquote arguments when expanding
3744         removed the patch below
3746 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3748         * fvwm/expand.c (expand_args_extended):
3749         removed range check for positional parameters
3750         make single arguments not use the 'upper' variable
3751         changed back to PeekToken for single arguemnts.
3752         improved some comments.
3754 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3756         * fvwm/expand.c (expand_args_extended):
3757         Fix segfault when called with a tokenless string for single arguments.
3759 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3760         * docs/FAQ:
3761         Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3762         Reported by Serge Koksharov.
3764 2006-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3766         * fvwm/placement.c (__explain_placement):
3767         print initial size of window too
3769         * libs/Makefile.am (libfvwm_a_SOURCES):
3770         * libs/fvwm_sys_stat.h:
3771         added compat file
3773         * configure.ac:
3774         added O_NOFOLLOW replacement and always include fcntl.h
3776 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3777         * libs/Parse.c:
3778         Added DV's mailing-list comments about how PeekToken & GetNextToken
3779         work as comments to the source code. (slightly modified)
3781 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3783         * fvwm/schedule.c (CMD_Schedule):
3784         Fixed parsing of "Periodic" option.
3786 2006-07-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3788         * NEWS:
3789         Fix for tempfile vulnerabilities in FvwmCommand.
3790         * configure.ac:
3791         Added check for lstat.
3793 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3794         * fvwm/schedule.c:
3795         * NEWS:
3796         * AUTHORS:
3797         * fvwm/fvwm.1.in:
3798         Added "Periodic" option to Schedule command.
3800 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3802         * fvwm/module_interface.c (KillModule):
3803         (ClosePipes):
3804         fixed KillModule
3807 2006-07-09  Renato Caldas  <seventhguardian@gmail.com>
3809         * fvwm/fvwm.c (main):
3810         changed the -blackout warning to say it will be removed in 3.0
3812         * fvwm/fvwm.1.in (-blackout):
3813         updated the manual regarding the future remotion of -blackout
3815 2006-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3817         * NEWS:
3818         * configure.ac:
3819         added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3821 2006-07-08  Renato Caldas  <seventhguardian@gmail.com>
3823         *libs/alloca.c (DEBUG_I00FUNC)
3824         removed old debug code
3826 2006-07-07  Renato Caldas  <seventhguardian@gmail.com>
3828         * libs/debug.c:
3829         removed the old unused file
3831         * libs/Makefile.am (libfvwm_a_SOURCES):
3832         removed the reference to debug.c
3834         * libs/fvwmlib.h:
3835         removed the code related to libs/debug.c
3837         * fvwm/module_interface.c (make_named_packet)
3838         removed the #if 0'ed debug code related to debug.c
3840         fvwm/focus.h (DEBUG_FOCUS)
3841         removed the #ifdef'ed to 0 debug code related to debug.c
3844 2006-07-06  Renato Caldas  <seventhguardian@gmail.com>
3846         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3847         removed useles definition.
3849         * modules/FvwmPager/FvwmPager.c (main):
3850         (ParseOptions):
3851         removed most of the debug code.
3852         changed termination debug to use 'isTerminated' instead of
3853         'debug_term_signal'.
3854         changed termination debug to compile on FVWM_DEBUG_MSGS instead
3855         of DEBUG.
3857         * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3858         * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3859         (fvwmSetTerminate):
3860         removed unused debug_term_signal.
3862 2006-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3864         * NEWS:
3865         Work around for Cygwin not requiering '_GNU_SOURCE' to use
3866         stdio's getline; news entry.
3868 2006-06-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3870         * fvwm/commands.h:
3871         * fvwm/module_interface.c (CMD_ModuleListenOnly):
3872         (do_execute_module):
3873         (PositiveWrite):
3874         (ClosePipes):
3875         (KillModule):
3876         * fvwm/commands.h (enum):
3877         * fvwm/functable.c (func_table):
3878         new command ModuleListenOnly
3880 2006-06-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3882         * fvwm/move_resize.c (__move_loop):
3883         make sure a window is snapped in __move_loop when a button is released
3884         if it was snapped before
3886 2006-06-04  Mikhael Goikhman  <migo@homemail.com>
3888         * fvwm/expand.c (expand_vars_extended):
3889         convert function to have a single return point; this is good to
3890         implement doc/todo-vars filters in the future;
3891         fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3892         to behave like deprecated $n, $c and $r, i.e. quote them
3894 2006-06-03  Mikhael Goikhman  <migo@homemail.com>
3896         * fvwm/expand.c:
3897         multiple minor tweaks: remove trailing spaces and other
3898         re-spacing and re-indenting, remove old "#if 0" code
3900 2006-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3902         * fvwm/move_resize.c (ParseOneResizeArgument):
3903         rewrote parsing of resize arguments
3904         new prefix 'w' for resizing
3906 2006-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3908         * fvwm/conditional.c (MatchesConditionMask):
3909         fixed handling of some conditions (iconifiable, fixed, ...)
3911 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
3913         * fvwm/fvwm.1.in:
3914         s/reverted/negated/
3916         * fvwm/conditional.c:
3917         Output an error message if an unrecognised conditional is used
3918         with the Test or TestRc commands.
3920 2006-05-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3922         * fvwm/frame.c (frame_mrs_hide_changing_parts):
3923         do not map hide windows if their width or height is zero
3925 2006-05-09  Serge Koksharov  <gentoosiast dog yandex dot ru>
3927         * fvwm/ewmh_events.c:
3928         * fvwm/fvwm.1.in:
3929         * fvwm/gnome.c:
3930         * libs/FlocaleCharset.c:
3931         corrected typos
3933         * libs/Flocale.c:
3934         corrected typos in warning messages
3936         * libs/Colorset.c:
3937         * libs/PictureGraphics.c:
3938         * libs/PictureGraphics.h:
3939         renamed function PGraphicsCreateTransprency to
3940         PGraphicsCreateTransparency
3942 2006-04-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3944         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3945         * fvwm/expand.c (expand_args_extended):
3946         fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3948 2006-04-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3950         * NEWS:
3951         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3952         * fvwm/expand.c (expand_args_extended):
3953         (expand_vars):
3954         added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3956         * fvwm/conditional.c (CMD_All):
3957         * fvwm/fvwm.1.in (All):
3958         changed Reverse and UseStack options to have free order.
3960         * NEWS:
3961         * fvwm/fvwm.1.in (WindowShade):
3962         * fvwm/windowshade.c (CMD_WindowShade):
3963         * fvwm/add_window.c (setup_window_structure):
3964         added last direction to WindowShade command.
3966 2006-04-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3968         * fvwm/fvwm.1.in (All):
3969         corrected typo
3971 2006-04-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3973         * NEWS:
3974         * fvwm/fvwm.1.in (All):
3975         * fvwm/conditional.c (CMD_All):
3976         added reverse option to All command to do the action in opposite order
3977         added UseStack option to All command to use the stack ring instead of
3978         the window ring.
3980 2006-04-07  Serge Koksharov  <gentoosiast dog yandex dot ru>
3982         * bin/fvwm-bug.in:
3983         changed fallback editor from `emacs' to `vi' because it much
3984         more widespread on non-Linux systems
3985         fixed errors (because of incorrect syntax fallback entries were
3986         not used)
3987         now script honors `TMPDIR' env. variable and if it's not set it
3988         fallback to `/tmp' directory when creating temporary file
3990 2006-04-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3992         * fvwm/fvwm.1.in:
3993         changed description of the fvwmstyle resource usage
3994         to state that it's used in addition to the other
3995         matches
3996         * fvwm/style.c (fw_match_style_id):
3997         fixed a typo in style_name matching
3999 2006-04-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4001         * fvwm/style.c (fw_match_style_id):
4002         reformatted code and fixed a warning
4004 2006-04-04  Serge Koksharov  <gentoosiast dog yandex dot ru>
4006         * ChangeLog:
4007         * bin/ChangeLog:
4008         * libs/Fft.c (FftGetFont):
4009         * libs/System.c:
4010         corrected typos
4012         * libs/System.c (fvwm_mkstemp):
4013         because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
4014         function was never used, even if it was considered secure by configure
4015         script.
4017 2006-04-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4019         * AUTHORS:
4020         added some more suff to the list of what I've done.
4021         * NEWS:
4022         * fvwm/fvwm.1.in:
4023         * fvwm/add_window.c (__add_window_handle_x_resources)
4024         (destroy_window):
4025         (AddWindow):
4026         * fvwm/fvwm.h (FvwmWindow):
4027         added fvwmstyle resource to override style name
4029 2006-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4031         * fvwm/menus.c (pop_menu_up):
4032         as documented, do not warp to title for root menus with TitleWarp
4034 2006-03-21  Serge Koksharov  <gentoosiast dog yandex dot ru>
4036         * fvwm/fvwm.1.in:
4037         Removed duplicated 'NoIcon' style option description in the end
4038         of the `The Style command...' section.
4039         Removed `Recapture True' option setting in example of BusyCursor
4040         description, because `Recapture' isn't valid option of `BusyCursor'
4041         command anymore.
4042         Updated ewmh specification URL (the old was 404)
4043         Added URL to ICCCM 2.0 manual
4045         * modules/FvwmAnimate/FvwmAnimate.c:
4046         corrected delay for Zoom3D animation effect
4048         * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
4049         * modules/FvwmConsole/FvwmConsole.1.in:
4050         replaced all `Cntl' modificator key mentions with `Ctrl' to be
4051         consistent with rest of the documentation and because it's more
4052         conventional abbreviation.
4054         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
4055         slightly clarified the `StartName' option description
4056         added the undocumented `MailDir' option description. Somebody
4057         violated section `K' of the convention list.
4059         * fvwm/fvwm.1.in:
4060         * fvwm/ConfigFvwmSetup:
4061         * modules/FvwmForm/FvwmForm.1.in:
4062         * modules/FvwmForm/FvwmForm-Rlogin:
4063         * sample.fvwmrc/system.fvwm2rc:
4064         * sample.fvwmrc/system.fvwm2rc-sample-1:
4065         replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
4066         inherently insecure. We shouldn't teach our users bad things,
4067         should we?
4069         * AUTHORS:
4070         * Changelog:
4071         * INSTALL.fvwm:
4072         * NEWS:
4073         * bin/fvwm-config.1.in:
4074         * bin/fvwm-menu-headlines.1:
4075         * bin/fvwm-menu-headlines.in:
4076         * bin/fvwm-perllib.in:
4077         * bin/fvwm-root.1.in:
4078         * docs/CONVENTIONS:
4079         * docs/FAQ:
4080         * fvwm/fvwm.1.in:
4081         * fvwm/fvwm.h:
4082         * fvwm/virtual.c:
4083         * libs/PictureGraphics.c:
4084         * libs/Picture.h:
4085         * modules/FvwmBacker/FvwmBacker.1.in:
4086         * modules/FvwmDebug/FvwmGtkDebug.in:
4087         * modules/FvwmDebug/FvwmGtkDebug.1:
4088         * modules/FvwmEvent/FvwmEvent.1.in:
4089         * modules/FvwmForm/FvwmForm.1.in:
4090         * modules/FvwmIconMan/xmanager.c:
4091         * modules/FvwmIdent/FvwmIdent.c:
4092         * modules/FvwmIdent/FvwmIdent.1.in:
4093         * modules/FvwmPerl/FvwmPerl.in:
4094         * modules/FvwmPerl/FvwmPerl.1:
4095         * modules/FvwmScript/FvwmScript.1.in:
4096         * modules/FvwmScript/Widgets/Menu.c:
4097         * modules/FvwmTabs/ConfigFvwmTabs:
4098         * modules/FvwmTabs/FvwmTabs-DefaultSetup:
4099         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
4100         * modules/FvwmTheme/FvwmTheme.1.in:
4101         * perllib/FVWM/Module/Tk.pm:
4102         * perllib/FVWM/Tracker.pm:
4103         * perllib/FVWM/Module.pm.in:
4104         corrected typos
4106 2006-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4108         * fvwm/style.c (style_parse_focus_policy_style):
4109         fix ISO C90 compability with unconsumed styleoption warnings
4111 2006-03-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4113         * fvwm/events.c (HandlePropertyNotify):
4114         fix for bug 1557/3950 (possible free of Untilted constant or
4115         already used name (if app reset the name already given to them))
4117 2006-03-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4119         * fvwm/focus.c (__activate_window_by_command)
4120         (warp_to_fvwm_window):
4121         (CMD_WarpToWindow):
4122         * fvwm/builtins.c (CMD_CursorMove):
4123         set last pointer event position after warping the pointer
4125         * libs/FEvent.h:
4126         * libs/FEvent.c (FWarpPointerUpdateEvpos):
4127         new function
4129 2006-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4131         * acinclude.m4 (AM_PATH_GTK):
4132         (AM_PATH_IMLIB):
4133         (AM_PATH_GDK_IMLIB):
4134         (AM_CHECK_FT2):
4135         (AM_CHECK_XFT):
4136         (AM_CHECK_FC):
4137         fixed to cope with 4 digit version numbers
4139 2006-02-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4141         * NEWS:
4142         * fvwm/style.c (parse_and_set_window_style)
4143         (style_parse_one_style_option):
4144         (style_parse_icon_fill_style)
4145         (style_parse_icon_grid_style):
4146         (style_parse_icon_box_style)
4147         (style_parse_icon_size_style):
4148         (style_parse_focus_policy_style)
4149         (style_parse_button_style):
4150         warn if parts of style options are not consumed
4152 2006-02-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4154         * fvwm/menuitem.c (menuitem_paint):
4155         use the MenuColorset in all cases if TitleColorset is not given
4157 2006-02-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4159         * fvwm/style.c (style_parse_one_style_option):
4160         * fvwm/placement.c (__place_get_wm_pos):
4161         (__explain_placement):
4162         new placement style UnderMousePlacement
4164 2006-02-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4166         * NEWS:
4167         * fvwm/fvwm.1.in (EdgeScroll):
4168         * fvwm/virtual.c (CMD_EdgeScroll):
4169         fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
4170         added wrap/wrapx/wrapy option to EdgeScroll
4172 2006-02-10  Mikhael Goikhman  <migo@homemail.com>
4174         * fvwm/fvwm.1.in:
4175         spell check the whole file (dozens of typos)
4177 2006-02-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4179         * fvwm/module_interface.c (do_execute_module):
4180         removed accidentally committed FVWM_MODULE_ALIAS patch
4182 2006-02-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4184         * fvwm/module_interface.c (do_execute_module):
4185         unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
4187         * fvwm/menus.c (size_menu_horizontally):
4188         fix for drawing menus with sidepic on the right
4190         * libs/Flocale.c (FlocaleFontStructDrawString):
4191         (FlocaleDrawString):
4192         set the foreground colour before drawing a string
4194         * fvwm/menustyle.h:
4195         * fvwm/menustyle.c (menustyle_get_styleopt_index):
4196         (menustyle_free):
4197         (menustyle_update):
4198         (menustyle_parse_style):
4199         (menustyle_copy):
4200         * fvwm/menus.c (calculate_item_sizes):
4201         (size_menu_vertically):
4202         (UpdateMenuColorset):
4203         * fvwm/menuitem.c (menuitem_paint):
4204         Applied patch by David Maciver
4205         new menu styles TitleColorset, HilightTitleBack and TitleFont
4207 2006-02-09  Renato Caldas  <seventhguardian@gmail.com>
4209         * libs/Module.h:
4210         * libs/Module.c (ParseModuleArgs):
4211         added variable "namelen" to ModuleArgs struct
4213 2006-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4215         * libs/Module.h:
4216         removed duplicate declaration
4218 2006-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4220         * fvwm/fvwm.c (main):
4221         replaced previous patch with a better one
4223         * fvwm/virtual.c (unmap_window):
4224         * fvwm/menus.c (do_menu):
4225         * fvwm/events.c (fake_map_unmap_notify):
4226         (HandleMapNotify):
4227         * fvwm/add_window.c (MappedNotOverride):
4228         Added XFlush after XSelectInput
4230 2006-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4232         * NEWS:
4233         * fvwm/fvwm.c (main):
4234         fix for fvwm not detecting non ICCCM2 wm (bug #3151)
4236 2006-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4238         * NEWS:
4239         * configure.ac:
4240         increased version to 2.5.17
4241         released 2.5.16
4243         * NEWS:
4244         * configure.ac:
4245         updated for 2.5.16 release
4247         * acinclude.m4 (CHECK_LIBCHARSET):
4248         removed debug code
4250 2006-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4252         * fvwm/functions.c (execute_complex_function):
4253         print a message to the console instead of ringing the bell when a
4254         grab fails
4256 2006-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4258         * NEWS:
4259         fixed typo (NEWS still said 2.5.15)
4261 2006-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4263         * NEWS:
4264         * configure.ac:
4265         increased version to 2.5.16
4266         released 2.5.15
4268         * NEWS:
4269         * configure.ac:
4270         updated for 2.5.15 release
4272 2006-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4274         * fvwm/move_resize.c (GetOnePositionArgument):
4275         (GetMoveArguments):
4276         new option "screen" to Move type commands
4278 2006-01-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4280         * acinclude.m4 (smr_SWITCH):
4281         updated
4283 2006-01-08  Mikhael Goikhman  <migo@homemail.com>
4285         * Makefile.am
4286         restore requirement of automake-1.4; 1.8 is too new even for my system
4288 2006-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4290         * configure.in:
4291         * configure.ac:
4292         renamed configure.in to configure.ac
4294         * acinclude.m4:
4295         some updates for new autoconf/automake versions
4297         * configure.in:
4298         * acconfig.h:
4299         removed acconfig.h
4301         * configure.in:
4302         require autoconf-2.53 or later
4304         * Makefile.am (AUTOMAKE_OPTIONS):
4305         require automake-1.8 or later
4307         * configure.in:
4308         check for X library path before X library checks
4309         removed obsolete C++ compiler check
4310         removed duplicate type size checks
4311         replaced M4 comment ("dnl") with shell comment ("#") in many places
4313         * acinclude.m4:
4314         fixed aclocal warnings
4316 2006-01-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4318         * fvwm/style.c (style_parse_button_style):
4319         corrected typo in error message, and made errorous buttons not apply
4320         (style_parse_one_style_option):
4321         changed NoButton to use style_parse_button_style
4323 2005-12-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4325         * libs/Fft.h:
4326         new fix for incompatible pointer type warning with gcc 3.4.
4328 2005-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4330         * NEWS:
4331         * AUTHORS:
4332         * fvwm/menuitem.c:
4333         * fvwm/menustyle.h:
4334         * fvwm/fvwm.1.in:
4335         commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
4336         option.
4338 2005-12-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4340         * fvwm/fvwm.1.in:
4341         corrected typos
4343 2005-11-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4345         * fvwm/frame.c (frame_free_move_resize_args):
4346         fixed drawing of transparent decorations or when using lazy shading
4347         during resize
4349 2005-11-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4351         * configure.in:
4352         * libs/fvwmsignal.c:
4353         * libs/Graphics.c:
4354         c89 fixes
4356         * fvwm/ewmh_names.c:
4357         * libs/CombineChars.c:
4358         * libs/FGettext.c:
4359         * libs/FScreen.c:
4360         * libs/FTips.c:
4361         * libs/Flocale.c:
4362         * libs/Parse.c:
4363         * libs/PictureUtils.c:
4364         * libs/System.c:
4365         * libs/XError.c:
4366         * libs/alloca.c:
4367         * libs/envvar.c:
4368         * libs/safemalloc.c:
4369         * libs/strdup.c:
4370         * libs/usleep.c:
4371         do not #include stdlib.h (comes from config.h)
4373         * libs/Flocale.c:
4374         do not #include string.h (comes from config.h)
4376         * acconfig.h:
4377         fixed detection of string.h/strings.h
4379 2005-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4381         * libs/Fft.c (FftGetFont):
4382         fixed compiler warning with gcc 3.4.4
4384 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4386         * fvwm/menuitem.c (menuitem_paint):
4387         properly undraw unselected item area
4389 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4391         * fvwm/menuitem.c (menuitem_paint):
4392         * fvwm/menus.c (get_menu_paint_item_parameters)
4393         (get_menu_paint_item_parameters):
4394         (make_menu):
4395         fixed text offset of menu items with icons but with an item format that
4396         disables icons
4397         (size_menu_horizontally):
4398         allow sidepic to be placed in the middle of menu items; this is better
4399         than ignoring the item format completely but does not draw the items
4400         properly either
4402         * fvwm/menus.c (__mloop_handle_event):
4403         (menu_expose):
4404         fixed delayed menu drawing issue
4405         (select_menu_item):
4406         do not draw the selected menu item before the menu is drawn for the
4407         first time
4408         (repaint_transparent_menu):
4409         (select_menu_item):
4410         (paint_menu):
4411         don't call get_menu_paint_item_parameters when the result is not used
4412         (get_menu_paint_item_parameters):
4414 2005-11-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4416         * fvwm/ewmh.h (EWMH_CMD_Style):
4417         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4418         * fvwm/style.c (style_parse_one_style_option):
4419         Added support for inverting boolean EWMH styles with !.
4421         * NEWS:
4422         * fvwm/fvwm.h
4423         * fvwm/style.h:
4424         * fvwm/window_flags.h:
4425         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4426         * fvwm/ewmh.c (ewmh_HandleWindowType):
4427         * fvwm/fvwm.1.in:
4428         Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4430 2005-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4432         * fvwm/icons.c (GetIconWindow):
4433         * fvwm/fvwm.h (FvwmWindow):
4434         * fvwm/events.c (__handle_cr_on_icon):
4435         properly handle icon border width; fixes an xterm active icon loop
4437 2005-10-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4439         * fvwm/borders.c (border_draw_one_border_part):
4440         fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4441         borders.
4443 2005-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4445         * fvwm/menustyle.c (menustyle_copy_face):
4446         (menustyle_copy):
4447         (menustyle_free_face):
4448         (menustyle_free):
4449         (menustyle_parse_style):
4450         use new functions and fix a bug
4452         * fvwm/Makefile.am:
4453         * fvwm/colors.c:
4454         * fvwm/colors.h:
4455         removed empty files colors.c and colors.h
4457         * fvwm/colors.c (CopyColor):
4458         (FreeColors):
4459         moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4460         fvwmlib_copy_color
4462         * fvwm/frame.c (frame_reshape_border):
4463         removed unused code
4465 2005-10-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4467         * fvwm/menustyle.c (menustyle_copy_face):
4468         separated from menustyle_copy; color copies are reallocated.
4469         (menustyle_free):
4470         all colors freed
4471         (menustyle_copy):
4472         color copies are reallocated.
4474         * fvwm/colors.c (CopyColor):
4475         * fvwm/colors.h (CopyColor):
4476         added CopyColor
4478 2005-10-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4480         * fvwm/move_resize.c (__resize_window):
4481         fix for not being able to finish resize with mouse when resizing on
4482         click with modifiers active. (intruduced with 'removed duplicate
4483         pointer query' at sep 29)
4485         * NEWS:
4486         * fvwm/fvwm.1.in:
4487         * fvwm/menustyle.c (menustyle_parse_style):
4488         made style pairs negatable with '!' prefix
4489         ActiveForeOff and HilightBackOff frees colors used.
4491         * fvwm/menustyle.c (menustyle_copy):
4492         fix for freeing color from sorce instead of destination.
4494 2005-10-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4496         * fvwm/functions.c (__execute_function):
4497         fixed an error in yesterdays patch to complex fuctions. the commands
4498         pressed window were not retored correctly after running move functions
4499         without it, and functions would be run twice.
4501 2005-10-18  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4503         * fvwm/fvwm.1.in:
4504         added NoLayer to list of allowed options for WindowList command
4505         fixed grammar of test-conditions list. formatting fixes for
4506         MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4507         style option list.
4509         * NEWS:
4510         * fvwm/functions.c (__execute_function)
4511         (__run_complex_function_items):
4512         (execute_complex_function):
4513         fix for moving/resizing reference window usage with complex functions.
4515 2005-10-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4517         * fvwm/move_resize.c (__move_loop):
4518         reimplemented a fix for the place with keyboard setting a button as
4519         used for place bug; this time without breaking escape key.
4521 2005-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4523         * fvwm/move_resize.c (__move_loop):
4524         removed the previous patch as it breaks aborting window motion with the
4525         escape key.
4527 2005-10-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4529         * fvwm/move_resize.c (__move_loop):
4530         fixed bug where finishing movment with keyboard would set a random
4531         button as used for placement.
4533 2005-09-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4535         * NEWS
4536         * fvwm/frame.c (frame_setup_border):
4537         reverted change for move of window parts (reset of PressedW).
4539 2005-09-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4541         * fvwm/frame.c (frame_setup_border):
4542         fixed a Warning
4544 2005-09-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4546         * NEWS:
4547         * fvwm/move_resize.c (__resize_window):
4548         removed duplicate pointer query for enter/leave notify events.
4549         resizing of shaded windows in the shaded direction no longer
4550         results in bogus ref points.
4552         * fvwm/frame.c (frame_setup_border):
4553         reset PressedW if the part has moved. This prevents strange
4554         ref points in resize if called from some complex functions.
4556         * fvwm/frame.c (frame_create_move_resize_args):
4557         shaded windows use get_client_geometry for client geometry.
4559 2005-09-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4561         * NEWS:
4562         * AUTHORS:
4563         * fvwm/fvwm.h (window_flags):
4564         (WindowConditionMask):
4565         (FvwmWindow):
4566         * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4567         (SET_PLACED_WB3)
4568         (SETM_PLACED_WB3):
4569         * fvwm/session.c (_match):
4570         (SaveWindowStates):
4571         (LoadWindowStates):
4572         * fvwm/conditional.c (MatchesConditionMask):
4573         (CreateConditionMask):
4574         * fvwm/add_window.c (setup_window_structure):
4575         * fvwm/move_resize.h (placement_binding):
4576         * fvwm/move_resize.c (__move_loop):
4577         (placement_binding):
4578         * fvwm/bindings.c (ParseBinding):
4579         * libs/wcontext.c (win_contexts):
4580         * libs/wcontext.h (enum):
4581         * fvwm/fvwm.1.in:
4582         Added placement context for simple mouse bindings to allow
4583         specification of buttons to finish/cancel movment. Buttons >3
4584         may now be used to place windows.
4585         Replaced window flag placed_wb3 with placed_by_button
4586         FvwmWindow member. Added window condition PlacedByButton.
4588 2005-09-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4590         * NEWS:
4591         * AUTHORS:
4592         * fvwm/menustyle.h (enum):
4593         (MenuFeel):
4594         (ST_DO_SCROLL):
4595         (MST_DO_SCROLL)
4596         (ST_SCROLL_OFF_PAGE):
4597         (MST_SCROLL_OFF_PAGE):
4598         * fvwm/menustyle.c (menustyle_copy):
4599         (menustyle_get_styleopt_index):
4600         (menustyle_parse_style):
4601         (CMD_MenuStyle):
4602         * fvwm/menus.c (menuShortcuts):
4603         (enum):
4604         (__mloop_handle_event):
4605         (menu_get_outer_geometry):
4606         (move_any_menu):
4607         * fvwm/fvwm.1.in:
4608         added MouseWheel and ScrollOffPage menu styles
4610 2005-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4612         * NEWS:
4613         * fvwm/menus.c (append_item_to_menu):
4614         fixed bug #1121: Use of pointer without checking for NULL
4616 2005-09-19  Mikhael Goikhman  <migo@homemail.com>
4618         * NEWS:
4619         * fvwm/expand.c (expand_vars):
4620         warn on usage of obsolete one-letter variables
4622 2005-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4624         * NEWS:
4625         * AUTHORS:
4626         * fvwm/expand.c (expand_vars_extended):
4627         (expand_vars):
4628         allow nesting of variables
4630 2005-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4632         * fvwm/ewmh.c (EWMH_SetWMDesktop):
4633         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4634         (ewmh_WMDesktop):
4635         64-bit fixes
4637 2005-09-03  Mikhael Goikhman  <migo@homemail.com>
4639         * fvwm/borders.c (border_draw_one_border_part)
4640         (border_draw_all_border_parts):
4641         fix the previous patch to work with title-less windows too
4643 2005-08-30  Mikhael Goikhman  <migo@homemail.com>
4645         * fvwm/borders.c (border_draw_one_border_part)
4646         (border_draw_all_border_parts):
4647         improve offsets when drawing borders for "BorderStyle TiledPixmap"
4648         windows to make the borders look homogeneous (based on the patch of
4649         Evgeny Stambulchik)
4651 2005-08-26  Mikhael Goikhman  <migo@homemail.com>
4653         * NEWS:
4654         * acconfig.h:
4655         * configure.in:
4656         * libs/FBidi.c:
4657         support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4658         fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4660 2005-08-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4662         * NEWS:
4663         * configure.in:
4664         increased version to 2.5.15
4665         released 2.5.14
4667         * NEWS:
4668         * configure.in:
4669         updated for 2.5.14 release
4671         * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4672         (ewmh_WMStateSkipTaskBar):
4673         (ewmh_WMStateSkipPager):
4674         (ewmh_WMStateModal):
4675         fixed several ewmh-hints
4677 2005-08-24  Mikhael Goikhman  <migo@homemail.com>
4679         * fvwm/fvwm.1.in:
4680         fix TestRc example error, s/Any/All/
4682 2005-08-17  Jonathan Kotta  <jpkotta@gmail.com>
4684         * NEWS:
4685         * AUTHORS:
4686         * fvwm/fvwm.1.in:
4687         * fvwm/conditions.c (MatchesConditionMask):
4688         (CreateConditionMask):
4689         added FixedPosition condition
4691 2005-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4693         * fvwm/virtual.c (HandlePaging):
4694         use FQueryPointer every time to track the pointer position; this fixes
4695         fvwm hanging in HandlePaging for the given delay once the pointer
4696         touches the pan frames
4698 2005-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4700         * fvwm/session.c (SaveWindowStates):
4701         (LoadWindowStates):
4702         (MatchWinToSM):
4703         save and restore the default layer during a restart
4705 2005-08-13  Mikhael Goikhman  <migo@homemail.com>
4707         * fvwm/conditional.c (CMD_Test):
4708         * fvwm/fvwm.1.in:
4709         rename previously added Test conditions to EnvIsSet and EnvMatch,
4710         tweak the logic when the variable is set, but empty
4712 2005-08-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4714         * fvwm/conditional.c (CMD_Test):
4715         * fvwm/fvwm.1.in:
4716         added test conditions EdgeHasPointer and EdgeIsActive
4718 2005-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4720         * fvwm/virtual.c (raisePanFrames):
4721         prevent cycling of pan frame window stacking order
4723 2005-08-12  Mikhael Goikhman  <migo@homemail.com>
4725         * fvwm/conditional.c (CMD_Test):
4726         * fvwm/fvwm.1.in:
4727         add Test conditions IsEnvSet and MatchEnv
4729 2005-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4731         * fvwm/menus.c (pop_menu_up):
4732         * fvwm/menustyle.c (menustyle_copy):
4733         two fixes by Viktor Griph
4735         * fvwm/events.c (HandleEvents):
4736         simplify the style list if there is nothing else to do
4738         * fvwm/style.c (__simplify_style_list):
4739         (styles_have_same_id):
4740         (style_id_equals_id):
4741         (style_ids_are_equals):
4742         (__style_command):
4743         (remove_all_of_style_from_list):
4744         (one_fw_can_match_both_ids):
4745         pass pointers instead of the whole style structure
4746         (__simplify_style_list):
4747         fixed memory leak and tweaked the code
4749         * libs/Strings.c (CatString3):
4750         fixed a buffer overflow
4752 2005-08-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4754         * configure.in:
4755         detect if Window, Pixel or void * are bigger than long and refuse to
4756         compile
4758         * libs/vpacket.h (ConfigWinPacket):
4759         * fvwm/windowshade.c (CMD_WindowShade):
4760         * fvwm/virtual.c (MoveViewport):
4761         (goto_desk):
4762         (CMD_DesktopSize):
4763         (CMD_GotoDeskAndPage):
4764         * fvwm/update.c (apply_window_updates):
4765         * fvwm/stack.c (BroadcastRestack):
4766         (RaiseWindow):
4767         (LowerWindow):
4768         * fvwm/icons.c (DeIconify):
4769         (Iconify):
4770         * fvwm/geometry.c (broadcast_icon_geometry):
4771         * fvwm/events.c (HandleEnterNotify):
4772         (HandleFocusIn):
4773         (HandleLeaveNotify):
4774         (HandleMapNotify):
4775         (HandleMapRequestKeepRaised):
4776         * fvwm/add_window.c (destroy_window):
4777         * fvwm/module_interface.c (SendFvwmPicture)
4778         (BroadcastFvwmPicture):
4779         (CMD_Send_WindowList):
4780         * fvwm/modconf.c (CMD_Send_ConfigInfo):
4781         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4782         64-bit fixes
4784         * fvwm/virtual.c (GetDeskNumber):
4785         fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4786         around the given desk range with a relative desk
4788         * fvwm/focus.c (focus_grab_buttons_on_layer):
4789         fixed a hang
4791         * fvwm/gnome.c:
4792         * fvwm/stack.c:
4793         * fvwm/ewmh.c:
4794         reindented some code and renamed some variables
4796 2005-08-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4798         * fvwm/events.c (__check_click_to_focus_or_raise):
4799         small cleanup patch
4801 2005-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4803         * FvwmIconMan/xmanager.c (set_win_iconified):
4804         fixed select/focus button state lost when deiconifying a window
4806 2005-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4808         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4809         fixed bogus warning
4811         * libs/Colorset.c (get_aspect_dimensions):
4812         fixed aspectpixmap size calculations
4814 2005-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4816         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4817         fixed a core dump
4819         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4820         (ewmh_CurrentDesktop):
4821         (ewmh_DesktopGeometry):
4822         (ewmh_NumberOfDesktops):
4823         (ewmh_WMDesktop):
4824         (ewmh_WMIconGeometry):
4825         * fvwm/gnome.c (GNOME_ProcessClientMessage):
4826         print error messages for broken gnome client messages
4828         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4829         removed duplicate call of execute_function_override_window
4831         * fvwm/stack.c (new_layer):
4832         fixed a hang if a window sets an layer < 0 via gnome hints
4834         * fvwm/add_window.c (GetWindowSizeHints):
4835         * fvwm/misc.c (fvwm_msg_report_app):
4836         (fvwm_msg_report_app_and_workers):
4837         new utility functions
4839 2005-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4841         * fvwm/stack.c (dump_stack_ring):
4842         (verify_stack_ring_consistency):
4843         * fvwm/module_interface.c (HandleModuleInput):
4844         * fvwm/events.c (__cr_detect_icccm_move):
4845         * fvwm/style.c (print_styles):
4846         64-bit fixes
4848 2005-07-19  Mikhael Goikhman  <migo@homemail.com>
4850         * libs/FlocaleCharset.c:
4851         support euc-jp encodings (Yasuhiro Nakazaki)
4853 2005-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4855         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4856         * fvwm/ewmh_names.c (EWMH_WMName):
4857         (EWMH_WMIconName):
4858         * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4859         (EWMH_SetNumberOfDesktops):
4860         (EWMH_SetDesktopViewPort):
4861         (EWMH_SetDesktopGeometry):
4862         (EWMH_SetWMDesktop):
4863         (ewmh_SetWorkArea):
4864         (EWMH_SetFrameStrut):
4865         (EWMH_Init):
4866         * fvwm/gnome.c (AtomGet):
4867         (atom_size):
4868         (GNOME_GetHintIcons):
4869         (GNOME_GetHintLayer):
4870         (GNOME_GetHintState):
4871         (GNOME_GetExpandedSize):
4872         (GNOME_SetAreaCount):
4873         (GNOME_SetCurrentArea):
4874         (GNOME_SetDeskCount):
4875         (GNOME_SetCurrentDesk):
4876         (GNOME_SetCurrentDesk):
4877         (GNOME_SetWinArea):
4878         (GNOME_Init):
4879         (CMD_GnomeShowDesks):
4880         (GNOME_SetHints):
4881         (GNOME_SetDesk):
4882         (GNOME_SetLayer):
4883         * libs/fsm.c (GetClientID):
4884         (set_session_manager):
4885         * fvwm/session.c (GetClientID):
4886         * fvwm/fvwm.h (FvwmWindow):
4887         * fvwm/colorset.c (get_root_pixmap):
4888         * fvwm/add_window.c (FetchWmProtocols):
4889         * libs/FTips.c (__initialize_window):
4890         * fvwm/icccm2.c (convertProperty)
4891         (icccm2_handle_selection_request)
4892         * fvwm/fvwm.c (SetMWM_INFO):
4893         64-bit fixes
4895 2005-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4897         * fvwm/move_resize.c (GetOnePositionArgument):
4898         don't use the unportable fuction rintf()
4900 2005-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4902         * NEWS:
4903         * configure.in:
4904         increased version to 2.5.14
4905         released 2.5.13
4907         * ANNOUNCE:
4908         * NEWS:
4909         * configure.in:
4910         updated for 2.5.13 release
4912 2005-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4914         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4915         fixed drawing of relief with very small rectangles, i.e. when
4916         line_width * 2 > height or width
4918 2005-07-04  Dan Espen  <dane@mk.telcordia.com>
4920         * NEWS: fvwm-menu-desktop changes.
4922 2005-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4924         * fvwm/placement.c (get_next_x):
4925         fixed collision detection of windows on pages other than the current
4926         one during placement
4928 2005-06-17  Olivier Chapuis  <olivier.chapuis@free.fr>
4930         * fvwm/move_resize.c (__resize_window):
4931         Fixed interactive resize (reduction) via the bottom border
4933         * libs/Fpng.h:
4934         Typo
4936 2005-06-02  Dan Espen  <dane@mk.telcordia.com>
4938         * NEWS:
4939         * fvwm/fvwm.1.in:
4940         Spelling fix contition -> condition
4942 2005-04-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4944         * fvwm/style.c (style_ids_are_equals):
4945         (style_id_equals_id):
4946         (styles_have_same_id):
4947         (fw_match_style_id):
4948         (one_fw_can_match_both_ids):
4949         (cleanup_style_defaults):
4950         * libs/fsm.c (fprintfhex):
4951         (CloseDownClient):
4952         * libs/FGettext.c (fgettext_free_fgpath_list):
4953         * libs/Parse.c (_get_suffixed_integer_arguments):
4954         * libs/Graphics.c (AllocNonlinearGradient):
4955         * libs/PictureUtils.c (build_mapping_table):
4956         (finish_ct_init):
4957         made static
4959         * libs/setpgrp.c:
4960         * libs/Event.c:
4961         * libs/FRenderInit.c:
4962         include own header file
4964         * libs/System.c (getFileStamp):
4965         * libs/Fft.c (FftPDumyFunc):
4966         * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4967         exported
4969 2005-03-01  Dan Espen  <dane@mk.telcordia.com>
4971         * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4972         not exec.
4974 2005-02-25  Dan Espen  <dane@mk.telcordia.com>
4976         * fvwm/fvwm.1.in (Focus): Typos in focus section.
4978 2005-02-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4980         * fvwm/conditional.c (Circulate):
4981         added tests for fw == Scr.FvwmRoot again to fix a crash
4983 2005-02-05  Dan Espen  <dane@mk.telcordia.com>
4985         * AUTHORS: New author, FvwmScript patch.
4987 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
4989         * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4990         * AUTHORS: s/Hover/Active/
4992 2005-01-19  Dan Espen  <dane@mk.telcordia.com>
4994         * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4995         avoid dump with empty key/mouse binding command.
4996         * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4997         Checked all other uses of PeekToken in fvwm dir.
4999 2005-01-08  Olivier Chapuis  <olivier.chapuis@free.fr>
5001         * fvwm/session.c (matchWin):
5002         (SaveWindowStates):
5003         On restarts compare window ids only. Base our matching decision on
5004         window role only if we have a client id.
5006         * fvwm/move_resize.c (GetOnePositionArgument):
5007         Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
5008         float values to nearest int
5010 2005-01-06  Olivier Chapuis  <olivier.chapuis@free.fr>
5012         * AUTHORS:
5013         * fvwm/move_resize.c (CMD_Maximize):
5014         Applied Arnaud Vrac patch which fixes maximize by growing vs
5015         EWMH working area
5017 2004-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5019         * fvwm/builtins.c (do_button_style):
5020         ButtonStyle Reset takes effect immediately
5022 2004-12-08  Dan Espen  <dane@mk.telcordia.com>
5024         * fvwm/fvwm.1.in: lang check.
5026 2004-12-06  Olivier Chapuis  <olivier.chapuis@free.fr>
5028         * fvwm/fvwm.1.in:
5029         Really commit EWMHUseStackingOrderHints documentation update
5031 2004-12-02  Olivier Chapuis  <olivier.chapuis@free.fr>
5033         * fvwm/fvwm.1.in:
5034         Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
5036         * NEWS:
5037         FvwmIconMan new options
5039         * libs/FTips.c (new file):
5040         * libs/FTips.h (new file):
5041         * libs/defaults.h:
5042         * libs/Makefile.am:
5043         Added a set of functions for implementing tool tips
5045 2004-11-30  Dan Espen  <dane@mk.telcordia.com>
5047         * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
5049 2004-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5051         * fvwm/menus.c (__mloop_get_event):
5052         * fvwm/functions.c (execute_complex_function):
5053         * fvwm/add_window.c (AddWindow):
5054         * fvwm/module_interface.c (ExecuteModuleCommand):
5055         * fvwm/move_resize.c (__move_loop):
5056         (__resize_window):
5057         properly set the "state" member of faked motion and key events;
5058         fixes broken "nosnap" feature
5060 2004-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5062         * fvwm/bindings.c (ParseBinding):
5063         reformatted
5064         * libs/Bindings.c (bindingAppliesToWindow):
5065         (__compare_binding):
5066         * fvwm/module_interface.c (CMD_ModuleSynchronous):
5067         * fvwm/builtins.c (CMD_Wait):
5068         (CMD_StrokeFunc):
5069         * fvwm/events.c (__handle_bpress_on_root):
5070         (HandleButtonRelease):
5071         fixed crash in window specific binding code
5072         fixed handling of root window in window specific binding code
5073         renamed some functions
5075 2004-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5077         * fvwm/focus.c (__update_windowlist):
5078         replaced while loop by for loop
5080         * fvwm/style.c (style_destroy_style):
5081         * fvwm/conditional.c (Circulate):
5082         removed useless check whether fw == &Scr.FvwmRoot
5084         * fvwm/icons.c (DeIconify):
5085         defused possible endless loop when a window iconified by the
5086         transientfor window loses the "transient" relationship
5088 2004-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5090         * fvwm/move_resize.c (__move_loop):
5091         (__resize_window):
5092         fixed overwriting the initial button_mask during move/resize
5094         * fvwm/menus.c (__mloop_handle_action_with_mi):
5095         do not "post" a submenu menu item it the submenu does not exist
5097 2004-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5099         * fvwm/events.c (__handle_bpress_on_managed):
5100         do not draw the decorations pressed in if executing a function is
5101         forbidden
5103         * libs/Parse.c (CopyToken):
5104         fixed parsing of delimiters
5106 2004-10-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5108         * fvwm/virtual.c (GetDeskNumber):
5109         fixed MoveToDesk without argument
5111 2004-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5113         * fvwm/fvwm.1.in:
5114         re-formatted and some spelling corrections
5116         * fvwm/colorset.c (CMD_CleanupColorsets):
5117         (CMD_Colorset):
5118         * fvwm/builtins.c (CMD_Colorset):
5119         (CMD_CleanupColorsets):
5120         moved functions to colorset.c
5122 2004-10-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5124         * libs/Parse.c (CopyToken):
5125         skip any whitespace before a delimiter; this allows to have spaces
5126         before the commas in an option list
5128 2004-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5130         * fvwm/frame.c (frame_reshape_border):
5131         re-shaping shaded windows no longer unshades them
5132         re-shaping unshaded windows on pages other than 0 0 no longer moves
5133         them out of the current page
5135 2004-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5137         * fvwm/events.c (__cr_detect_icccm_move):
5138         * fvwm/screen.h (ScreenInfo):
5139         * fvwm/builtins.c (CMD_BugOpts):
5140         new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
5142         * fvwm/move_resize.c (__move_loop):
5143         (__resize_window):
5144         query the pointer position in the move loop when an
5145         EnterNotify/LeaveNotify event arrives; same change in resize loop.
5147         * NEWS:
5148         * configure.in:
5149         increased version to 2.5.13
5150         released 2.5.12
5152         * ANNOUNCE:
5153         * NEWS:
5154         * configure.in:
5155         updated for 2.5.12 release
5157         * fvwm/frame.c (frame_create_move_resize_args):
5158         fixed xemacs growing or shrinking when title height changed; this was
5159         caused by calculating the old client window geometry using the new
5160         title dimensions; query the window size instead
5162 2004-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5164         * fvwm/events.c (test_map_request):
5165         (test_button_event):
5166         (test_typed_window_event):
5167         (test_resizing_event):
5168         (__predicate_button_click):
5169         (__merge_cr_moveresize):
5170         (HandleUnmapNotify):
5171         (flush_property_notify):
5172         (is_resizing_event_pending):
5173         (__test_for_motion):
5174         use type XPointer for last argument of predicate procedures for
5175         XCheckPeekIfEvent and XCheckIfEvent, not char *
5176         (HandleUnmapNotify):
5177         fixed core dump
5179 2004-10-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5181         * fvwm/window_flags.h:
5182         removed useless and broken SETM_ macros
5184         * fvwm/update.c (init_style):
5185         fixed resetting user states
5187 2004-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5189         * libs/envvar.c (add_to_envlist):
5190         fixed crash
5192 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5194         * fvwm/builtins.c (CMD_UnsetEnv):
5195         use flib_unsetenv
5197         * libs/envvar.c (flib_unsetenv):
5198         (add_to_envlist):
5199         new functions
5200         (flib_putenv):
5201         split in ftwo functions
5203         * configure.in:
5204         check for unsetenv function
5206         * fvwm/builtins.c (CMD_SetEnv):
5207         assume an empty value if no value is given
5209 2004-09-30  Rafal Bisingier <ravbc@man.poznan.pl>
5211         * fvwm/commands.h:
5212         * fvwm/events.c:
5213         * fvwm/functable.c:
5214         * fvwm/fvwm.1.in:
5215         * fvwm/fvwm.c:
5216         * fvwm/screen.h:
5217         * fvwm/virtual.c:
5218         * perllib/FVWM/Commands.pm:
5219         new command EdgeLeaveCommand
5221 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5223         * NEWS:
5224         updated for 2.4.19
5226         * NEWS:
5227         * configure.in:
5228         increased version to 2.5.12
5229         released 2.5.11
5231         * NEWS:
5232         * configure.in:
5233         updated for 2.5.11 release
5235 2004-09-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5237         * fvwm/geometry.c (get_page_offset):
5238         (get_page_offset_rectangle):
5239         (get_absolute_geometry):
5240         new functions
5242         * fvwm/virtual.c (CMD_GotoPage):
5243         * fvwm/move_resize.c (__move_window):
5244         * fvwm/virtual.c (CMD_GotoPage):
5245         (get_page_arguments):
5246         new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
5247         command
5249 2004-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5251         * libs/Flocale.c (FlocaleGetNameProperty):
5252         fixed freeing uninitialized pointer
5254 2004-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5256         * fvwm/conditional.c (select_cmd):
5257         (direction_cmd):
5258         (CMD_NoWindow):
5259         (CMD_All):
5260         fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
5261         WindowId and Direction commands; fixes break from these commands
5263         * fvwm/geometry.c (get_shaded_geometry):
5264         shading geometry fix for windows without decoration
5266         * libs/FScreen.c (XineramaQueryExtension):
5267         fixed xinerama crash
5269 2004-09-04  Scott Smedley  <scottie7@tpg.com.au>
5271         * configure.in:
5272         Parse man pages with config.status so man pages have correct date.
5273         Man pages also specify FVWM version that they relate to.
5275         * bin/fvwm-bug.1:
5276         * bin/fvwm-config.1:
5277         * bin/fvwm-convert-2.2.1:
5278         * bin/fvwm-convert-2.4.1:
5279         * bin/fvwm-convert-2.6.1:
5280         * bin/fvwm-menu-desktop.1:
5281         * bin/fvwm-root.1:
5282         * modules/FvwmAnimate/FvwmAnimate.1:
5283         * modules/FvwmAuto/FvwmAuto.1:
5284         * modules/FvwmBacker/FvwmBacker.1:
5285         * modules/FvwmBanner/FvwmBanner.1:
5286         * modules/FvwmButtons/FvwmButtons.1:
5287         * modules/FvwmCommand/FvwmCommand.1:
5288         * modules/FvwmConsole/FvwmConsole.1:
5289         * modules/FvwmConsole/FvwmConsoleC.pl.1:
5290         * modules/FvwmCpp/FvwmCpp.1:
5291         * modules/FvwmDragWell/FvwmDragWell.1:
5292         * modules/FvwmEvent/FvwmEvent.1:
5293         * modules/FvwmForm/FvwmForm.1:
5294         * modules/FvwmGtk/FvwmGtk.1:
5295         * modules/FvwmIconBox/FvwmIconBox.1:
5296         * modules/FvwmIconMan/FvwmIconMan.1:
5297         * modules/FvwmIdent/FvwmIdent.1:
5298         * modules/FvwmM4/FvwmM4.1:
5299         * modules/FvwmPager/FvwmPager.1:
5300         * modules/FvwmProxy/FvwmProxy.1:
5301         * modules/FvwmRearrange/FvwmRearrange.1:
5302         * modules/FvwmSave/FvwmSave.1:
5303         * modules/FvwmSaveDesk/FvwmSaveDesk.1:
5304         * modules/FvwmScript/FvwmScript.1:
5305         * modules/FvwmScroll/FvwmScroll.1:
5306         * modules/FvwmTaskBar/FvwmTaskBar.1:
5307         * modules/FvwmTheme/FvwmTheme.1:
5308         * modules/FvwmWharf/FvwmWharf.1:
5309         * modules/FvwmWinList/FvwmWinList.1:
5310         These man pages were renamed to have a .in suffix.
5311         ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
5313 2004-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5315         * fvwm/placement.c (__place_window):
5316         fixed starting desk output with bugopts explainwindowplacement
5318 2004-09-03  Olivier Chapuis  <olivier.chapuis@free.fr>
5320         * fvwm/eventhandler.h:
5321         * fvwm/events.c (InitEventHandlerJumpTable):
5322         (__handle_key):
5323         (HandleKeyPress):
5324         (HandleKeyRelease):
5325         Fixed window specific bindings "patch" by sending key release event
5326         when needed
5328 2004-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5330         * libs/defaults.h:
5331         * fvwm/screen.h:
5332         * fvwm/move_resize.c:
5333         * fvwm/fvwm.c:
5334         * fvwm/fvwm.h:
5335         * fvwm/frame.h:
5336         * fvwm/decorations.c:
5337         * fvwm/frame.c:
5338         * fvwm/builtins.c:
5339         * fvwm/borders.c:
5340         * fvwm/add_window.c:
5341         * fvwm/bindings.c:
5342         * fvwm/style.c:
5343         renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5344         it with NUMBER_OF_MOUSE_BUTTONS
5346         * fvwm/style.c (style_parse_focus_policy_style):
5347         * fvwm/focus_policy.h:
5348         * libs/Bindings.c (GrabWindowButton):
5349         * fvwm/bindings.c (bind_get_bound_button_contexts):
5350         (ParseBinding):
5351         * fvwm/events.c (WaitForButtonsUp):
5352         * fvwm/style.c (style_parse_focus_policy_style):
5353         * fvwm/builtins.c (__fake_event):
5354         fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5355         NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5357 2004-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5359         * configure.in:
5360         put -Wall -Wno-implicit-int before user specified flags
5362         * libs/FScreen.c:
5363         Applied below patch again.  It didn't make it to CVS (?)
5365 2004-08-26  Dan Espen  <dane@mk.telcordia.com>
5367         * libs/FScreen.c: Fixed case error.  Patch from Chris Ross.
5369 2004-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5371         * libs/FScreen.c:
5372         cleaned up ifdef hell
5374         * configure.in:
5375         fixed solaris xinerama test
5377 2004-08-25  Dan Espen  <dane@mk.telcordia.com>
5379         * configure.in:
5380         * acconfig.h:
5381         * libs/FScreen.c (solaris_XineramaQueryScreens):
5382         Solaris Xinerama support.
5383         * AUTHORS:
5384         Update.
5385         Patch by Chris Ross.
5387 2004-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5389         * fvwm/events.c (__handle_cr_on_client):
5390         don't reevaluate window geometry when a ConfigureRequest has no size or
5391         position set
5393 2004-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5395         * fvwm/menus.c (get_menu_options):
5396         (do_menu):
5397         new menu option TearOffImmediately
5399 2004-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5401         * fvwm/placement.c (__place_get_wm_pos):
5402         cascade placemnt fix by Paul Vojta
5404 2004-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5406         * fvwm/geometry.c (constrain_size):
5407         Don't touch the aspect ratio if modifying the width/height does not
5408         improve the situation
5410         * fvwm/frame.c (frame_free_move_resize_args):
5411         (__frame_setup_window):
5412         (frame_update_hidden_window_pos):
5413         (frame_mrs_resize_move_windows):
5414         (frame_create_move_resize_args):
5415         * fvwm/move_resize.c (__resize_window):
5416         some event handling fixes
5418         * fvwm/geometry.c (constrain_size):
5419         look up the latest size hints if necessary
5421 2004-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5423         * fvwm/geometry.c (constrain_size):
5424         * fvwm/ewmh.c (EWMH_fullscreen):
5425         * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5426         (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5427         (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5428         * fvwm/fvwm.h (window_flags_t):
5429         allow windows to override their size hints when going fullscreen:
5430         minimum and maximum size, size inc, aspect ratio, etc.
5432 2004-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5434         * fvwm/decorations.c (struct):
5435         MWM hints on 64 bit machines fix
5437 2004-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5439         * fvwm/fvwm.1.in (Note):
5440         * fvwm/read.c (CMD_Read):
5441         (CMD_PipeRead):
5442         the Read and PipeRead commands have a return code
5444         * fvwm/read.c (run_command_stream):
5445         (CMD_Read):
5446         (CMD_PipeRead):
5447         removed debug code
5449 2004-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5451         * fvwm/move_resize.c (GetResizeArguments):
5452         (GetMoveArguments):
5453         fixed parsing of the frame option to the resize command and the pointer
5454         option to the move command
5456         * fvwm/conditional.c (CMD_None):
5457         Fixed CMD_None return code
5459 2004-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5461         * fvwm/stack.c (is_above_unmanaged):
5462         windows on other Desks are always considered on top
5464         * fvwm/conditional.c (CreateConditionMask):
5465         (MatchesConditionMask):
5466         * fvwm/fvwm.h (WindowConditionMask):
5467         new condition Overlapped
5469         * config.h:
5470         inproved strings.h / sring.h iclusion logic
5472         * libs/PictureUtils.c (finish_ct_init):
5473         (PictureInitColors):
5474         use flib_putenv instead of putenv
5476 2004-07-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5478         * fvwm/screen.h:
5479         * libs/gravity.h (enum):
5480         * libs/wcontext.h (enum):
5481         -pedantic fixes
5483         * fvwm/fvwm.c (StartupStuff):
5484         do not ungrab the pointer while the startup functions execute
5485         (Done):
5486         ungrab the pointer only after executing the RestartFunction or
5487         ExitFunciton.  Otherwise these functions may not be executed if some
5488         other application grabs the pointer.
5490         * fvwm/fvwm.h:
5491         * fvwm/conditional.c (CreateConditionMask):
5492         renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5493         new condition AnyScreen
5495         * libs/Bindings.c:
5496         * fvwm/builtins.c (__fake_event):
5497         * fvwm/bindings.c (ParseBinding):
5498         removed C++ comments
5500 2004-07-15  Scott Smedley  <scottie7@tpg.com.au>
5502         * NEWS:
5503         New options for FvwmButtons module.
5505 2004-07-12  Mikhael Goikhman  <migo@homemail.com>
5507         * fvwm/fvwm.1.in:
5508         use commas between conditions
5510 2004-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5512         * fvwm/builtins.c (CMD_Wait):
5513         ignore MapNotify reported to any window except the root window
5515         * fvwm/module_interface.c (CONFIGARGS):
5516         correct number of CONFIGARGS arguments
5518         * libs/vpacket.h (ConfigWinPacket):
5519         frame_x and frame_y are signed
5521 2004-07-11  Scott Smedley  <scottie7@tpg.com.au>
5523         * fvwm/conditional.c:
5524         * fvwm/fvwm.h:
5525         * fvwm/fvwm.1.in:
5526         * AUTHORS:
5527         Committed patch by Norman Yarvin (with a few minor mods) to extend
5528         conditionals to handle multiple window names.
5530 2004-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5532         * fvwm/module_interface.c (CONFIGARGS):
5533         * libs/vpacket.h (ConfigWinPacket):
5534         put window_flags at end of structure
5536 2004-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5538         * fvwm/module_interface.c (CONFIGARGS):
5539         (OLDCONFIGARGS):
5540         (SETOLDFLAGS):
5541         (SendConfig):
5542         (BroadcastConfig):
5543         removed old module interface
5544         (CONFIGARGS):
5546         * libs/vpacket.h (ConfigWinPacket):
5547         64 bit fix
5549 2004-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5551         * fvwm/execcontext.c (__exc_change_context):
5552         fixed handling of etrigger event, fixing a problem with PropertyNotify
5553         events during resizing and possibly other problems too
5555         * fvwm/add_window.c (RestoreWithdrawnLocation):
5556         fixed travelling windows if application changed gravity hint before
5557         recapture
5559         * fvwm/frame.c (combine_decor_gravities):
5560         (combine_gravities):
5561         renamed
5562         (frame_restore_client_gravities):
5563         fixed window gravity after resize
5565         * libs/FEvent.c (FPeekEvent):
5566         (FPeekIfEvent):
5567         (FCheckPeekIfEvent):
5568         fixed some event handling bugs
5570         * fvwm/conditional.c (CMD_Test):
5571         (match_version):
5572         corrected use of Bool types
5573         (match_version):
5574         simplified, fixed compilation
5575         (ver):
5576         use int as return type
5578         * libs/Ficonv.c (convert_charsets):
5579         reindented
5581         * libs/Ficonv.c (convert_charsets):
5582         * acinclude.m4 (ICONV_SECOND_ARG):
5583         rewrote iconf configure test to save an ifdef
5585 2004-07-07  Scott Smedley  <scottie7@tpg.com.au>
5587         * fvwm/fvwm.1.in:
5588         * libs/Bindings.h:
5589         * libs/Bindings.c:
5590         * fvwm/bindings.c:
5591         Allow user to specify window-specific bindings that should NOT be
5592         intercepted by FVWM. This is accomplished with an '--' binding action.
5594 2004-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5596         * fvwm/move_resize.c (__resize_window):
5597         Fixed event handling
5599         * fvwm/virtual.c (HandlePaging):
5600         removed check for leave events on pan frames; better query the pointer
5601         each time
5603 2004-07-06  Scott Smedley  <scottie7@tpg.com.au>
5605         * fvwm/fvwm.1.in:
5606         * fvwm/conditional.c:
5607         Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5609 2004-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5611         * fvwm/move_resize.c (GetResizeArguments):
5612         (GetResizeMoveArguments):
5613         (__resize_window):
5614         (__resize_step):
5615         (__resize_get_refpos):
5616         (__resize_get_dir_proximity):
5617         (__resize_get_dir_from_window):
5618         implemented fluxbox-like Alt-Button3 resizing
5620         * fvwm/virtual.c (HandlePaging):
5621         * fvwm/events.c (__merge_cr_moveresize):
5622         (__test_for_motion):
5623         (flush_property_notify):
5624         do not use XPutBackEvent as it shuffles events on the queue
5625         (test_button_event):
5626         (test_typed_window_event):
5627         new functions
5629         * libs/FEvent.c (fev_get_evpos_or_query):
5630         take pointer position from EnterNotify and LeaveNotify events
5632         * fvwm/move_resize.c (__move_loop):
5633         fixed multiple paging with certain SnapGrid / Move interactions
5634         (__resize_window):
5635         (__move_loop):
5636         * fvwm/virtual.c (HandlePaging):
5637         Workaround for buggy XFree not delivering some Pointer events
5638         simplified code
5640         * fvwm/virtual.c (MoveViewport):
5641         don't eat MotionNotify events
5643         * libs/FEvent.c (fev_get_last_event):
5644         new function
5645         (FWindowEvent):
5646         (FPutBackEvent):
5647         (FPeekIfEvent):
5648         (FPeekEvent):
5649         (FNextEvent):
5650         (FMaskEvent):
5651         (FIfEvent):
5652         (FCheckWindowEvent):
5653         (FCheckTypedWindowEvent):
5654         (FCheckTypedEvent):
5655         (FCheckMaskEvent):
5656         (FCheckIfEvent):
5657         keep a copy of the previous event in case FPutBackEvent is called
5659 2004-06-30  Scott Smedley  <scottie7@tpg.com.au>
5661         * fvwm/fvwm.1.in:
5662         Indicate optional window argument in section headings for
5663         Key, Mouse, PointerKey & Stroke commands.
5664         Remove strange "-Key" option listed for PointerKey.
5666 2004-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5668         * libs/Fft.c (FftDrawString):
5669         * fvwm/session.c (get_version_string):
5670         * fvwm/module_interface.c (FlushMessageQueue):
5671         * fvwm/fvwm.c (SaveDesktopState):
5672         * fvwm/colorset.h:
5673         * fvwm/colorset.c (cleanup_colorsets):
5674         * libs/PictureUtils.c (struct):
5675         fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5677 2004-06-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5679         * fvwm/events.c (__cr_detect_icccm_move):
5680         windows with ewmh hints are assumed to use icccm2 compliant movement
5682         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5683         (ewmh_WMStateMaxHoriz):
5684         fixed restart/maximized problem
5686         * libs/fvwmsignal.c (fvwmReapChildren):
5687         * fvwm/fvwm.c (ReapChildren):
5688         moved function to lib
5690 2004-06-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5692         * fvwm/modconf.c (send_desktop_geometry):
5693         (send_color_limit):
5694         (send_click_time):
5695         (send_move_threshold):
5696         (send_ignore_modifiers):
5697         increased static buffer size
5699 2004-06-13  Marcus Lundblad  <ml@update.uu.se>
5701         * libs/CombineChars.c (convert_to_ucs2):
5702         Replace illegal UTF-8 character sequences in input
5704 2004-06-11  Scott Smedley  <scottie7@tpg.com.au>
5706         * libs/Bindings.c:
5707         bugfix: wrong stroke action being invoked.
5709 2004-06-10  Scott Smedley  <scottie7@tpg.com.au>
5711         * fvwm/builtins.c:
5712         * fvwm/events.c:
5713         * libs/Bindings.c:
5714         Active _last_ matching binding. (ie. same behaviour as before
5715         win-specific bindings patch.)
5716         bugfix: segfault when looking up stroke bindings in root context.
5718 2004-06-07  Scott Smedley  <scottie7@tpg.com.au>
5720         * fvwm/bindings.c:
5721         * fvwm/builtins.c:
5722         * fvwm/events.c:
5723         * fvwm/fvwm.1.in:
5724         * fvwm/module_interface.c:
5725         * libs/Bindings.c:
5726         * libs/Bindings.h:
5727         * modules/FvwmScript/FvwmScript.c:
5728         * modules/FvwmScript/Instructions.c:
5729         Implemented window-specific key/mouse bindings.
5731         * modules/FvwmIconBox/FvwmIconBox.h:
5732         * libs/fvwmlib.h:
5733         * libs/wild.c:
5734         * libs/wild.h:
5735         Make args to matchWildcards() const.
5737 2004-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5739         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5740         use EWMH_fullscreen
5741         * fvwm/ewmh.c (EWMH_fullscreen):
5742         new function
5744         * fvwm/add_window.c (AddWindow):
5745         implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5747         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5748         (ewmh_WMStateMaxVert):
5749         (ewmh_WMStateShaded):
5750         (ewmh_WMStateSticky):
5751         (ewmh_WMStateStaysOnBottom):
5752         fixed core dumps
5753         (ewmh_WMState):
5754         don't try to maximize window when looking up the style
5755         (ewmh_WMDesktop):
5756         (ewmh_WMStateFullScreen):
5757         (ewmh_WMStateHidden):
5758         (ewmh_WMStateMaxVert):
5759         (ewmh_WMStateModal):
5760         (ewmh_WMStateShaded):
5761         (ewmh_WMStateSkipPager):
5762         (ewmh_WMStateSticky):
5763         (ewmh_WMStateStaysOnBottom):
5764         fixed ignoring ewmh hints
5766         * fvwm/expand.c (expand_vars_extended):
5767         include full path in iconfile and miniiconfile variables
5769 2004-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5771         * fvwm/functions.c (execute_complex_function):
5772         (CheckActionType):
5773         fixed double click patch
5775 2004-06-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5777         * fvwm/ewmh.c (EWMH_SetWMDesktop):
5778         use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5780 2004-05-31  Dan Espen  <dane@mk.telcordia.com>
5782         * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5783         into fvwm man page.
5785 2004-05-29  Norbert Buchmuller  <norbi@nix.hu>
5787         * libs/FImage.c (FShmSafeCreateImage):
5788         Yet another fix to SHM remote client problem
5790 2004-05-26  Francis Litterio  <franl@world.std.com>
5792         * fvwm/fvwm.1.in
5793         * fvmw/fvwm.h
5794         * fvwm/placement.c (__place_get_wm_pos)
5795         * fvwm/style.c (style_parse_one_style_option)
5796         Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5798 2004-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5800         * fvwm/events.c (HandleEnterNotify):
5801         fixed endless loop of edge commands when doing something that grabs
5802         the pointer
5804         * fvwm/functions.c (CheckActionType):
5805         (execute_complex_function):
5806         double clicks no longer work when pressing different buttons
5808 2004-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5810         * fvwm/placement.c (__place_get_wm_pos):
5811         fixed placement in top left corner when pressing escape during manual
5812         placement
5814 2004-05-23  Mikhael Goikhman  <migo@homemail.com>
5816         * configure.in:
5817         * AUTHORS:
5818         added Chinese translations
5820 2004-05-18  Olivier Chapuis  <olivier.chapuis@free.fr>
5822         * fvwm/ewmh.c (EWMH_SetFrameStrut):
5823         Fixed a miss-print
5825 2004-05-09  Mikhael Goikhman  <migo@homemail.com>
5827         * fvwm/conditional.c:
5828         * fvwm/fvwm.1.in:
5829         clean up Test code and documentation, add new False condition,
5830         unrecognized conditions produce Error return code now
5832 2004-05-06  Dan Espen  <dane@mk.telcordia.com>
5834         * fvwm/style.c: Remove extra char.
5836 2004-05-01  Olivier Chapuis  <olivier.chapuis@free.fr>
5838         * fvwm/ewmh.c (ewmh_atom_client_win):
5839         * fvwm/ewmh_intern.h:
5840         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5841         (ewmh_MoveResizeWindow):
5842         Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5844         * fvwm/events.c (__handle_cr_on_client):
5845         (__handle_configure_request):
5846         (events_handle_configure_request):
5847         Some renaming for consistency, force restacking if the event come from
5848         an ewmh restack
5850         * fvwm/ewmh_events.c (ewmh_MoveResize):
5851         Fixed _NET_WM_MOVERESIZE
5853         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5854         Removed debug code
5856         * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5857         (EWMH_SetFrameStrut):
5858         Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5860 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5862         * libs/FImage.c (FShmSafeCreateImage):
5863         Finished to fix SHM remote client problem
5865 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5867         * libs/FImage.c (FShmSafeCreateImage):
5868         Fixed when we are a remote client
5870 2004-04-21  Mikhael Goikhman  <migo@homemail.com>
5872         * INSTALL.fvwm:
5873         * NEWS:
5874         * acconfig.h:
5875         * fvwm/fvwm.1.in:
5876         * fvwm/fvwm.c:
5877         * fvwm/gnome.h:
5878         * fvwm/session.c:
5879         * libs/envvar.c:
5880         * libs/envvar.h:
5881         new default ~/.fvwm/config file is now recommended instead of
5882         still supported ~/.fvwm/.fvwm2rc
5884 2004-04-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5886         * fvwm/menus.c (NewMenuRoot):
5887         do not strip whitespace from menu names when creating a new menu
5889 2004-04-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5891         * fvwm/menuitem.c (menuitem_get_size):
5892         * fvwm/menuitem.h:
5893         renamed remaining "mips" to mipst
5895 2004-04-09  Olivier Chapuis  <olivier.chapuis@free.fr>
5897         * fvwm/events.c (HandleMapRequestKeepRaised):
5898         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5899         Fixed EWMH DesktopGeometry and Stacking list
5901 2004-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5903         * fvwm/virtual.c (GetDeskNumber):
5904         (CMD_MoveToDesk):
5905         (CMD_GotoDesk):
5906         fixed MoveToDesk with one argument
5908 2004-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5910         * fvwm/style.c (style_parse_one_style_option):
5911         * fvwm/style.h:
5912         * fvwm/conditional.c (MatchesConditionMask):
5913         * fvwm/fvwm.h:
5914         * fvwm/window_flags.h:
5915         new style "State"
5917 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5919         * fvwm/fvwm.1.in:
5920         corrected a typo
5922 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5924         * fvwm/move_resize.c (unmaximize_fvwm_window):
5925         fixed redrawing of maximize button when unmaximizing but when the size
5926         and position does not change
5928 2004-03-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5930         * fvwm/expand.c (expand_vars_extended):
5931         new extended variable $[w.layer]
5933         * fvwm/move_resize.c (MaximizeHeight):
5934         (MaximizeWidth):
5935         (CMD_Maximize):
5936         applied modified layer patch for maximize by Rafal Bisingier
5938 2004-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5940         * fvwm/add_window.c (setup_frame_attributes):
5941         Hopefully fixed BackingStore code and removed now useless backing store
5942         for decorations
5944         * fvwm/expand.c (expand_vars_extended):
5945         new extended variable $[w.desk]
5947 2004-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5949         * NEWS:
5950         * configure.in:
5951         increased version to 2.5.11
5952         released 2.5.10
5954         * NEWS:
5955         * configure.in:
5956         updated for 2.5.10 release
5958         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5959         improved rotation code
5961         * libs/gravity.c (gravity_add_rotations):
5962         new function
5964 2004-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5966         * fvwm/placement.c (__explain_placement):
5967         new function
5969         * libs/FScreen.c (FScreenIsRectangleOnScreen):
5970         new function
5972         * fvwm/builtins.c (CMD_BugOpts):
5973         * fvwm/screen.h (ScreenInfo):
5974         new BugOpts option ExplainWindowPlacement
5975         renamed some members of Screen
5977 2004-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5979         * fvwm/placement.c (__place_get_wm_pos):
5980         (__place_get_nowm_pos):
5981         (__place_get_placement_flags):
5982         (__place_window):
5983         (__place_handle_x_resources):
5984         (setup_window_placement):
5985         split into multiple functions
5986         cleaned up a little
5988 2004-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5990         * fvwm/add_window.c (setup_window_placement):
5991         * fvwm/placement.c (setup_window_placement):
5992         moved function to placement.c
5993         fixed using PLACE_AGAIN placement mode
5994         (PlaceWindow):
5995         (__place_window):
5996         renamed function
5998 2004-03-15  Chris Ross  <cross+fvwm@distal.com>
6000         * libs/Graphics.c (do_relieve_rectangle_with_rotation)
6001         allow a negative line_width to invert the relief
6003 2004-03-06  Marcus Lundblad  <ml@update.uu.se>
6005         * libs/Flocale.c (FlocaleDrawString)
6006         (FlocaleDrawUnderline)
6007         (FlocaleTextWidth):
6008         reduced redundant calls to iconv
6010 2004-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6012         * fvwm/move_resize.c (CMD_XorValue):
6013         fixed a very small outline drawing problem caused by using 0 line width
6014         instead of 1
6016         * NEWS:
6017         * configure.in:
6018         increased version to 2.5.10
6020         * configure.in:
6021         * NEWS:
6022         updated for 2.5.9 release
6024         * fvwm/functions.c (execute_function_override_window):
6025         * fvwm/module_interface.c (ExecuteModuleCommand):
6026         * fvwm/conditional.c (circulate_cmd):
6027         sometimes, DeferExecution was called although a window was already
6028         selected, for example with the "Current" commend; fixed
6030 2004-02-28  Olivier Chapuis  <olivier.chapuis@free.fr>
6032         * libs/FImage.c (FShmSafeCreateImage):
6033         Fixed some safety tests
6035 2004-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6037         * fvwm/events.c (__handle_cr_on_client):
6038         fixed a bug in the Jave configure request workaround
6040 2004-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6042         * fvwm/events.c (__cr_detect_icccm_move):
6043         improved motion method detection for fullscreen requests
6045 2004-02-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6047         * fvwm/add_window.c (AddWindow):
6048         * fvwm/screen.h (ScreenInfo):
6049         * fvwm/builtins.c (CMD_BugOpts):
6050         new BugOpts option DisplayNewWindowNames intended for debugging
6052 2004-02-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6054         * libs/Bindings.c (FvwmStringToKeysym):
6055         small performance enhancement
6057         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
6058         (__move_loop):
6059         fixed the FlickeringMoveWorkaround option which did nothing before
6061 2004-02-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6063         * fvwm/style.c (style_parse_one_style_option):
6064         * fvwm/fvwm.h:
6065         * fvwm/style.h (SIS_UNMANAGED):
6066         * fvwm/add_window.c (AddWindow):
6067         New style Unmanaged
6069         * fvwm/expand.c (expand_vars_extended):
6070         new variables $[w.iconfile] and $[w.miniiconfile]
6072         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
6073         made left side of a relief one pixel longer at the bottom
6075 2004-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6077         * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
6078         * fvwm/style.c (style_set_old_focus_policy):
6079         fixed default window list order with ClickToFocus
6081 2004-02-04  Marcus Lundblad  <ml@update.uu.se>
6083         * fvwm/libs/Flocale.h:
6084         * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
6085         (FlocaleStringByteToCharOffset)
6086         (FlocaleStringCharToByteOffset)
6087         (FlocaleStringCharLength):
6088         Made utility functions available outside of Flocale
6090 2004-01-31  Olivier Chapuis  <olivier.chapuis@free.fr>
6092         * fvwm/events.c (__test_for_motion):
6093         Fixed a lockup, see the long comment in the code
6095 2004-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6097         * fvwm/schedule.c (execute_obj_func):
6098         fixed using uninitialised return code
6100 2004-01-25  Olivier Chapuis  <olivier.chapuis@free.fr>
6102         * fvwm/builtins.c (do_title_style):
6103         Fixed MinHeight, it must reset the Height
6105 2004-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6107         * fvwm/menus.c (menuShortcuts):
6108         applied menu navigation patch by Anton Kazennikov
6110 2003-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6112         * libs/gravity.c (gravity_dir_to_string):
6113         (gravity_parse_dir_argument):
6114         use a constant for the dir table
6116 2003-12-16  Marcus Lundblad  <ml@update.uu.se>
6118         * fvwm/Flocale.c (FlocaleEncodeString)
6119         (FlocaleDrawUnderline):
6120         Fixed crash when there's no Iconv support
6122 2003-12-16  olicha  <olivier.chapuis@free.fr>
6124         * fvwm/functions.h:
6125         Used the FUNC_FLAGS_TYPE in find_func_t declaration
6127         * sample.fvwmrc/system.fvwm2rc-sample-95:
6128         Added some Xft fonts
6130 2003-12-12  olicha  <olivier.chapuis@free.fr>
6132         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6133         Fixed ewmh FullScreen when an application start fullscreen and
6134         desactivate this state
6136 2003-12-04  olicha  <olivier.chapuis@free.fr>
6138         * fvwm/placement.c (test_fit):
6139         * fvwm/ewmh.h:
6140         * fvwm/ewmh.c (ewmh_GetStrutIntersection):
6141         (EWMH_GetBaseStrutIntersection):
6142         (EWMH_GetStrutIntersection):
6143         Fixed placement vs the base struts
6145 2003-11-29  Mikhael Goikhman  <migo@homemail.com>
6147         * sample.fvwmrc/system.fvwm2rc-sample-95:
6148         improved Debian specific menu
6150 2003-11-15  Mikhael Goikhman  <migo@homemail.com>
6152         * sample.fvwmrc/system.fvwm2rc-sample-95:
6153         several updates; added Debian menu if found
6155 2003-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6157         * configure.in:
6158         new configure option --en/disable-iconv
6160 2003-11-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6162         * fvwm/menus.c (__mloop_handle_event):
6163         * fvwm/menustyle.c (menustyle_parse_style):
6164         (menustyle_copy):
6165         new MenuStyle options PopupIgnore and PopupClose
6167 2003-11-02  Dan Espen  <dane@mk.telcordia.com>
6169         * fvwm/menus.c (menu_binding): Remove debug code.
6170         * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
6171         * fvwm/menus.h: Add menu_binding function.
6172         * fvwm/fvwm.1.in: Document the menu context in the mouse command for
6173         tear off menus.
6174         * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
6175         button 2 tearoff.
6176         * libs/wcontext.h (enum): Add MENU context.
6177         * libs/wcontext.c (win_contexts): More common binding contexts first in
6178         table.
6179         * libs/charmap.c (charmap_string_to_mask): Space before char in error
6180         message.
6182 2003-11-01  Mikhael Goikhman  <migo@homemail.com>
6184         * NEWS:
6185         * configure.in:
6186         increase version to 2.5.9
6188 2003-10-31  Mikhael Goikhman  <migo@homemail.com>
6190         * Makefile.am:
6191         fixed deb creation
6193         * configure.in:
6194         * NEWS:
6195         updated for 2.5.8 release
6197 2003-10-29  Mikhael Goikhman  <migo@homemail.com>
6199         * Makefile.am:
6200         * configure.in:
6201         initially added files for deb package auto-creating procedure
6203 2003-10-26  Mikhael Goikhman  <migo@homemail.com>
6205         * AUTHORS:
6206         * configure.in:
6207         added Swedish translations by Johan Svedberg
6209         * NEWS:
6210         updated
6212 2003-10-25  Mikhael Goikhman  <migo@homemail.com>
6214         * fvwm/add_window.c (GetWindowSizeHints):
6215         reindented broken hint messages
6217 2003-10-23  Mikhael Goikhman  <migo@homemail.com>
6219         * configure.in:
6220         improved Perl detection messages,
6221         restored FvwmGtkDebug independence from gtk libs
6223 2003-10-15  Mikhael Goikhman  <migo@homemail.com>
6225         * configure.in:
6226         * AUTHORS:
6227         added German translations by Andrei Mitrofanow
6229         * fvwm/fvwm.1.in:
6230         typos
6232 2003-10-11  Mikhael Goikhman  <migo@homemail.com>
6234         * NEWS:
6235         added 2.4.17 NEWS
6237 2003-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6239         * fvwm/fvwm.1.in:
6240         * fvwm/conditional.c (CreateConditionMask):
6241         (MatchesConditionMask):
6242         (CreateConditionMask):
6243         * fvwm/fvwm.h (WindowConditionMask):
6244         !CurrentPage, !CurrentDesk, !Layer ... now work as they should
6246 2003-09-23  olicha  <olivier.chapuis@free.fr>
6248         * libs/FImage.c (FShmInit):
6249         Removed debug code
6251 2003-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6253         * fvwm/focus.c (warp_to_fvwm_window):
6254         don't unnecessarily call MoveViewport
6256 2003-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6258         * fvwm/decorations.c (__is_resize_allowed):
6259         fixed a condition
6261 2003-09-06  malu  <ml@update.uu.se>
6263         * libs/FBidi.c (FBidiConvert):
6264         * libs/CombineChars.c (CombineChars):
6265         Fixed drawing combining characters on correct positions in
6266         right-to-left context
6268 2003-09-05  malu  <ml@update.uu.se>
6270         * libs/Flocale.c (FlocaleDrawString):
6271         (FlocaleTextWidth):
6272         Fixed drawing of combining characters with font shadow
6273         (character offsets were miscalculated, since FlocaleTextWidth
6274         adds shadow width)
6276 2003-09-05  malu  <ml@update.uu.se>
6278         * libs/Flocale.c (FlocaleDrawUnderline):
6279         Fixed bug with text width when a string contains only
6280         "orphaned" combining characters (compensation for font shadowd
6281         was counted twice)
6283 2003-09-04  olicha  <olivier.chapuis@free.fr>
6285         * todo-2.6:
6286         Added E.18, added comments on C.9 and C.15
6288 2003-09-03  olicha  <olivier.chapuis@free.fr>
6290         * libs/Flocale.c (FlocaleTextWidth):
6291         Fixed a comb_char core dump
6293         * libs/Makefile.am:
6294         Fixed compilation if either iconv, libpng or Xrender headers are
6295         not at a standard place
6297 2003-09-03  Mikhael Goikhman  <migo@homemail.com>
6299         * acinclude.m4:
6300         fixed error message for incorrect --with-SOMETHING-library argument
6302 2003-09-03  olicha  <olivier.chapuis@free.fr>
6304         * todo-2.6:
6305         Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
6307 2003-09-02  olicha  <olivier.chapuis@free.fr>
6309         * todo-2.6:
6310         C.12 is fixed
6312 2003-09-01  olicha  <olivier.chapuis@free.fr>
6314         * libs/gravity.c (gravity_dir_to_string):
6315         A new interface function to transform a direction_t to a string
6317 2003-08-31  S. Anderson  <sa@xmission.com>
6319         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6320         Fixed missing font charsets
6322 2003-08-28  olicha  <olivier.chapuis@free.fr>
6324         * fvwm/move_resize.c (__move_loop):
6325         (AnimatedMoveAnyWindow):
6326         Updated bg of transparent tear off menu when moved
6328         * fvwm/events.c (HandlePropertyNotify):
6329         Updated ParentRelative tear off menu on bg change
6331         * fvwm/menus.c (UpdateMenuColorset):
6332         Updated colorsets of tear off menu when they change, this handle the
6333         case of root background change for RootTransparent
6335         * fvwm/menus.h:
6336         * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
6337         An utility function for redrawing transparent tear off menu. Maybe
6338         we can merge
6340         * fvwm/add_window.c (validate_transientfor):
6341         Fixed transient for an ewmh desktop
6343 2003-08-27  olicha  <olivier.chapuis@free.fr>
6345         * libs/FRender.c (FRenderRender):
6346         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6347         Removed and fixed some unused code
6349 2003-08-25  olicha  <olivier.chapuis@free.fr>
6351         * fvwm/misc.c (GrabEm):
6352         Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6354         * fvwm/modconf.c (send_color_limit):
6355         ifndefed color limit config info message which is not used anymore
6357         * fvwm/colorset.c (parse_colorset):
6358         Added a note on average bg
6360 2003-08-23  olicha  <olivier.chapuis@free.fr>
6362         * fvwm/style.c (print_styles):
6363         More info on memory used
6365         * fvwm/style.c (__simplify_style_list):
6366         Fixed upward simplication
6368 2003-08-14  olicha  <olivier.chapuis@free.fr>
6370         * fvwm/ewmh.c (ewmh_HandleMenu):
6371         Fixed the MENU window type, they are tear off menus
6373         * fvwm/fvwm.h:
6374         * fvwm/update.c (apply_window_updates):
6375         * fvwm/stack.c (new_layer):
6376         * fvwm/ewmh.c (EWMH_GetStyle):
6377         Fixed EWMHUseStackingHints update
6379         * fvwm/window_flags.h:
6380         * fvwm/fvwm.h:
6381         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6382         (ewmh_WMStateMaxHoriz):
6383         (ewmh_WMStateMaxVert):
6384         * fvwm/move_resize.c (unmaximize_fvwm_window):
6385         Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6386         uniconify and unshade when putting a window fullscreen
6388         * fvwm/ewmh_intern.h:
6389         * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6390         Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6392         * fvwm/move_resize.c (unmaximize_fvwm_window):
6393         (CMD_Resize):
6394         (CMD_ResizeMove):
6395         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6396         * fvwm/decorations.c (SelectDecor):
6397         * fvwm/windowshade.c (CMD_WindowShade):
6398         Removed the decor for EWMH fullscreen windows, forbid shading and
6399         allows Resize and MoveResize without unsetting the fullscreen/maximized
6400         state
6402         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6403         (CMD_ResizeMaximize):
6404         Fixed ewmh state which was not set after these cmds
6406 2003-08-09  olicha  <olivier.chapuis@free.fr>
6408         * todo-2.6:
6409         Updated
6411 2003-08-08  olicha  <olivier.chapuis@free.fr>
6413         * fvwm/borders.c (border_draw_vector_to_pixmap):
6414         Fixed inversion of fg and bg in vector buttons
6416         * fvwm/style.c (__simplify_style_list):
6417         Fixed a memory leak
6419         * libs/System.c (fvwm_mkstemp):
6420         Removed debug code
6422 2003-08-07  olicha  <olivier.chapuis@free.fr>
6424         * configure.in:
6425         * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6426         * acconfig.h:
6427         * libs/System.c (fvwm_mkstemp):
6428         * libs/fvwmlib.h:
6429         Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6430         exists and work correctly, if not a replacement function is used
6431         (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6432         implementation).
6434         * libs/fsm.c (unique_filename):
6435         (SetAuthentication):
6436         * fvwm/session.c (getUniqueStateFilename):
6437         Replaced tempnam by fvwm_mkstemp
6439 2003-08-07  olicha  <olivier.chapuis@free.fr>
6441         * libs/Makefile.am:
6442         * libs/FSMlib.h (new file):
6443         * fvwm/session.c (*):
6444         * fvwm/session.h:
6445         fvwmize SMlib and ICElib
6447         * fvwm/session.c (matchWin):
6448         Fixed window matching for windows with no SM_CLIENT_ID and a
6449         window_role
6451         * libs/fsm.c (new file):
6452         * libs/fsm.h (new file):
6453         * fvwm/ConfigFvwmDefaults
6454         A set of functions for implementing a dummy session manager
6456         * fvwm/fvwm.1.in:
6457         GNOME 1 hints and EWHM support is not a configure time option
6458         (anymore).
6460 2003-08-06  Robert Wittek  <r.wittek@gmx.net>
6462         * fvwm/add_window.c (AddWindow):
6463         fixed stickyness across desks over a restart
6465 2003-08-06  olicha  <olivier.chapuis@free.fr>
6467         * fvwm/ewmh.c (EWMH_WindowInit):
6468         (EWMH_SetFrameStrut):
6469         Fixed position of kde tray windows in kicker
6471 2003-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6473         * fvwm/module_interface.c (FlushMessageQueue):
6474         retry writing pipe if write returns EINTR
6476 2003-07-28  olicha  <olivier.chapuis@free.fr>
6478         * fvwm/events.c (events_handle_configure_request):
6479         (HandleConfigureRequest):
6480         (__handle_configure_request):
6481         (__handle_cr_on_client):
6482         * fvwm/ewmh.c (ewmh_atom_client_win):
6483         * fvwm/ewmh_intern.h:
6484         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6485         (EWMH_ProcessClientMessage):
6486         Implemented _NET_MOVERESIZE_WINDOW
6488         * fvwm/fvwm.c (main):
6489         A -Wall fix
6491 2003-07-25  olicha  <olivier.chapuis@free.fr>
6493         * fvwm/ewmh.c (ewmh_HandleWindowType):
6494         Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6495         that one type and we do not support the first one.
6497         * fvwm/expand.c (expand_vars_extended):
6498         Fixed conflict between extended variables name (desk.name and
6499         desk.n)
6501         * fvwm/session.c (callback_save_yourself):
6502         Respect the SmSaveGlobal save type. This should fix some session
6503         locking in the sm protocol
6505         * fvwm/session.c (setSmProperties):
6506         (SessionInit):
6507         Set some sm properties when fvwm start for fixing a problem with
6508         the restart style hint after a restart.
6510         * fvwm/fvwm.c (get_display_name):
6511         (usage):
6512         (main):
6513         * fvwm/session.c (setSmProperties):
6514         * fvwm/fvwm.1.in
6515         Added a possible positive or null arg to --single-screen which
6516         forces fvwm to start on the "current" display and the given
6517         screen. Use this to fix fvwm starting under a session manager:
6518         specify only the screen and not the display.screen for the
6519         restart sm command.
6521         * fvwm/fvwm.c (main):
6522         Fixed possible memory corruption if a display has more than
6523         10 screens.
6525         * fvwm/session.c (*):
6526         Better debuging msg
6528 2003-07-24  Mikhael Goikhman  <migo@homemail.com>
6530         * acinclude.m4:
6531         fixed xft/fontconfig detection with pkg-config
6533         * fvwm/fvwm.1.in:
6534         corrections in some long option names
6536 2003-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6538         * fvwm/add_window.c (setup_style_and_decor):
6539         * fvwm/geometry.c (set_window_border_size):
6540         * fvwm/fvwm.h (FvwmWindow):
6541         * fvwm/events.c (HandleShapeNotify):
6542         * fvwm/frame.c (frame_free_move_resize_args):
6543         (frame_setup_shape):
6544         (frame_reshape_border):
6545         fixed resizing of window borders if a window shape was added or deleted
6546         after the initial window setup
6548         * fvwm/update.c (apply_window_updates):
6549         removed unused code
6551         * fvwm/events.c (__cr_detect_icccm_move):
6552         disable motion method detection for shaped windows
6554 2003-07-21  olicha  <olivier.chapuis@free.fr>
6556         * fvwm/add_window.c (setup_window_structure):
6557         * fvwm/session.c (MatchWinToSM):
6558         Preserve is_name_changed window_flags within restart, session loading
6559         and recapture
6561 2003-07-20  olicha  <olivier.chapuis@free.fr>
6563         * fvwm/ewmh.c (EWMH_Init):
6564         fixed _NET_WM_NAME for our ewmh WM_CHECK window
6566         * fvwm/fvwm.c (InternUsefulAtoms):
6567         * fvwm/externs.h:
6568         * fvwm/session.c (GetWindowRole):
6569         Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6571         * fvwm/session.c (GetClientID):
6572         Better determination of the CLIENT_LEADER
6574         * fvwm/session.c (setSmProperties):
6575         Set the CloneCommand for gnome-session editor (the sm spec says this
6576         properties is required). Removed the commented XSM ifdef.
6578         * fvwm/session.c (matchWin):
6579         (SaveWindowStates):
6580         Consider client only if it has a client id or a wm command.
6581         Removed the "two entries" session previous commit
6583 2003-07-16  olicha  <olivier.chapuis@free.fr>
6585         * fvwm/session.c (MatchWinToSM):
6586         Fixed restoring session state, if two window session entries have the
6587         same identifier ignore these entries
6589 2003-07-16  olicha  <olivier.chapuis@free.fr>
6591         * NEWS:
6592         * fvwm/style.h (SID_GET_NAME):
6593         (SID_SET_NAME):
6594         (SID_GET_WINDOW_ID):
6595         (SID_SET_WINDOW_ID):
6596         (SID_SET_HAS_NAME):
6597         (SID_GET_HAS_NAME):
6598         (SID_SET_HAS_WINDOW_ID):
6599         (SID_GET_HAS_WINDOW_ID):
6600         (SGET_ID):
6601         (SGET_WINDOW_ID):
6602         (SSET_WINDOW_ID):
6603         (SSET_ID_HAS_NAME):
6604         (SGET_ID_HAS_NAME):
6605         (SSET_ID_HAS_WINDOW_ID):
6606         (SGET_ID_HAS_WINDOW_ID):
6607         * fvwm/style.c (style_ids_are_equals):
6608         (style_id_equals_id):
6609         (styles_have_same_id):
6610         (fw_match_style_id):
6611         (one_fw_can_match_both_ids):
6612         (remove_all_of_style_from_list):
6613         (__simplify_style_list):
6614         (style_parse_one_style_option):
6615         (__style_command):
6616         (style_destroy_style):
6617         (print_styles):
6618         (CMD_Style):
6619         (CMD_WindowStyle):
6620         (CMD_FocusStyle):
6621         (CMD_DestroyStyle):
6622         (CMD_DestroyWindowStyle):
6623         * fvwm/fvwm.h (style_id_t):
6624         (window_style):
6625         * fvwm/functable.c (func_table):
6626         * fvwm/add_window.c (destroy_window):
6627         * fvwm/commands.h:
6628         * fvwm/fvwm.1:
6629         New WindowStyle and DestroyWindowStyle command for setting styles
6630         per window
6632 2003-07-14  Marcus Lundblad  <ml@update.uu.se>
6634         * libs/Flocale.c (FlocaleDrawString):
6635         * libs/FBidi.c (FBidiConvert):
6636         fixed drawing of combining characters in the case where a string
6637         consists of only combining characters
6639 2003-07-13  Marcus Lundblad  <ml@update.uu.se>
6641         * libs/CombineChars.c (CombineChars):
6642         bugfix: array mapping visual to logical position was allocated
6643         to small (factor 2) in decoposing code
6645 2003-07-11  Marcus Lundblad  <ml@update.uu.se>
6647         * libs/Flocale.c (FlocaleEncodeWinString):
6648         fixed a memory leak
6650         * libs/Flocale.c (FlocaleDrawString):
6651         (FlocaleRotatedDrawString):
6652         removed some code duplication
6654 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6656         * libs/CombineChars.c (combclass_table):
6657         (CombineChars):
6658         fixed supporting drawing marks superimposed that are in a combining
6659         class
6661 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6663         * libs/Flocale.c (FlocaleRotateDrawString):
6664         (FlocaleDrawString)
6665         fixed core dump when composing characters can't be converted to
6666         locale charset
6668 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6670         * AUTHORS:
6671         updated
6673 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6675         * todo-2.6 (todo):
6676         updated summary
6678 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6680         * NEWS:
6681         updated with reagrds to combing characters
6683 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6685         * todo-2.6
6686         closed B.8
6688 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6690         * libs/Flocale.c (FlocaleEncodeString):
6691         (FlocaleEncodeWinString):
6692         (FlocaleRotateDrawString):
6693         (FlocaleDrawString):
6694         (FlocaleDrawUnderline):
6695         fixed rendering combining characters using Unicode font in a
6696         non-UTF-8 locale
6698 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6700         * fvwm/fvwm.1.in:
6701         renamed MoveWindowByProgramMethod to MoveByProgramMethod
6703 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6705         * libs/FBidi.h:
6706         fixed FBidi.h macro to work with no FriBIDI
6708 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6710         * libs/CombineChars.h (CombineChars):
6711         * libs/CombineChars.c (CombineChars):
6712         * libs/FBidi.h (FBidiConvert):
6713         * libs/FBidi.c (FBidiConvert):
6714         * libs/Flocale.c (FlocaleEncodeString):
6715         (FlocaleEncodeWinString):
6716         (FlocaleDrawUnderline):
6717         (FlocaleTextWidth):
6718         fixed drawing of underlines on characters to work in with BIDI
6719         and combining characters
6721 2003-07-08  Mikhael Goikhman  <migo@homemail.com>
6723         * todo-2.6:
6724         closed D.1 with "no consensus" resolution
6726 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6728         * fvwm/fvwm.1.in:
6729         documented tear off menus
6731         * fvwm/placement.c (PlaceWindow):
6732         StartsOnPage + SkipMapping overrides PPosition
6734 2003-07-07  Mikhael Goikhman  <migo@homemail.com>
6736         * fvwm/functable.c:
6737         solved a problem with CMD_Dummy and exact command spelling
6739         * libs/CombineChars.c:
6740         * libs/CombineChars.h:
6741         * libs/FBidi.c:
6742         minor reformattings (use TABs not 8 spaces and a space after keywords
6743         like for, if or while)
6745 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6747         * fvwm/update.c (apply_window_updates):
6748         * fvwm/update.h:
6749         * fvwm/add_window.c (setup_style_and_decor):
6750         * fvwm/style.h:
6751         * fvwm/style.c (style_parse_one_style_option):
6752         (check_window_style_change):
6753         new style MoveWindowByProgramMethod
6755         * libs/PictureImageLoader.c (PImageLoadXpm):
6756         use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6758         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6759         implemented _NET_WM_STATE_FULLSCREEN handling
6761         * fvwm/move_resize.c (GetOnePositionArgument):
6762         fixed parsing of "+-x +-y" Move arguments
6763         (CMD_Maximize):
6764         use get_page_offset_check_visible
6766         * fvwm/geometry.c (get_page_offset_check_visible):
6767         new convenience function
6769         * fvwm/events.c (__handle_cr_on_client):
6770         fixed handling of gravities other than NW or Static
6771         (__cr_detect_icccm_move):
6772         fixed several bugs
6774 2003-07-06  Marcus Lundblad  <ml@update.uu.se>
6776         * libs/BidiJoin.c:
6777         * libs/BidiJoin.h:
6778         * libs/BidiJoin.c:
6779         * libs/BidiJoin.h:
6780         * libs/CombineChars.c:
6781         * libs/CombineChars.h:
6782         * libs/Flocale.c (FlocaleEncodeString):
6783         * libs/FBidi.c:
6784         * libs/FBidi.h:
6785         * libs/Makefile.am:
6786         Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6787         FCombineChars.h
6789 2003-07-06  olicha  <olivier.chapuis@free.fr>
6791         * libs/FRender.c (FRenderRender):
6792         Fixed compilation
6794 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6796         * fvwm/ewmh.c (ewmh_check_wm_pid):
6797         (EWMH_WindowInit):
6798         detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6799         compliant ConfigureNotify handling
6801 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6803         * libs/Flocale.c (FlocaleDrawUnderline):
6804         Commented out some non-working new code
6806 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6808         * libs/Flocale.c (FlocaleDrawString):
6809         fixed drawing superimposed characters with a fontset
6811 2003-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6813         * fvwm/events.c (__cr_detect_icccm_move):
6814         (__handle_cr_on_client):
6815         (__cr_get_grav_position):
6816         (__cr_get_static_position):
6817         * fvwm/window_flags.h:
6818         * fvwm/fvwm.h:
6819         try to autodetect whether application uses the icccm way of moving
6820         windows of the traditional way always using static gravity
6822         * acconfig.h:
6823         moved SIGNAL_RETURN macro definition to acconfig.h
6825         * fvwm/module_interface.c (DeadPipe):
6826         * fvwm/fvwm.c (SigDone):
6827         (Restart):
6828         (ReapChildren):
6829         use SIGNAL_RETURN macro
6831         * fvwm/events.c (__handle_cr_on_client):
6832         (__merge_cr_moveresize):
6833         (__cr_detect_icccm_move):
6835         * fvwm/events.c (__handle_cr_on_unmanaged):
6836         (__handle_cr_on_icon):
6837         (__handle_cr_on_shaped):
6838         (__handle_cr_restack):
6839         (__handle_cr_on_client):
6840         (HandleConfigureRequest):
6841         split the ConfigureRequest code into multiple functions
6843         * fvwm/update.c (apply_window_updates):
6844         fixed drawing of window decorations when "Style * Neverfocus" is used
6846         * fvwm/events.c (HandleKeyPress):
6847         fixed a bug with key binding contexts
6849         * fvwm/functions.c (__execute_function):
6850         * fvwm/expand.c (expand_vars):
6851         (expand_vars_extended):
6852         new extended variable $[func.context]
6854         * libs/Bindings.h:
6855         * libs/Bindings.c:
6856         moved some code to the new files
6858         * libs/charmap.h:
6859         * libs/charmap.c:
6860         * libs/modifiers.h:
6861         * libs/modifiers.c:
6862         * libs/wcontext.c:
6863         * libs/wcontext.h:
6864         new files
6866         * libs/Bindings.c:
6867         fixed a problem with uninitialised global variable
6869 2003-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6871         * libs/Bindings.c (key_modifiers):
6872         moved to new file wcontext.c
6874         * libs/gravity.c (gravity_parse_dir_argument):
6875         added aliases for compass directions:
6876           - = N
6877           _ = S
6878           [ = W
6879           ] = E
6880           ^ = NE
6881           > = SE
6882           v = SW
6883           [ = nw
6884           . = center
6886 2003-07-02  Marcus Lundblad  <ml@update.uu.se>
6888         * libs/FBidi.h:
6889         * libs/Flocale.c (FlocaleDrawString):
6890         (FlocaleRotateDrawString):
6891         Fixes to work without Fribidi
6893 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6895         * todo-2.6:
6896         Updated
6898 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6900         * libs/FbidiJoin.c (get_shaped_combined_char):
6901         (shape_n_join):
6902         Removed unused (get_shaped_combined_char) and commented out code
6903         Combining ligatures done in FCombineChars
6905 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6907         * libs/Flocale.c (FlocaleDrawString):
6908         (FlocaleRotateDrawString):
6909         (FlocaleTextWidth):
6910         * libs/FBidi.h:
6911         * libs/FBidi.c (FBidiConvert):
6912         * libs/FBidiJoin.c:
6913         * libs/FCombineChars.h:
6914         * libs/FCombineChars.c (FCombineChars):
6915         Added support for drawing superimposed combining characters
6917 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6919         * fvwm/commands.h:
6920         * fvwm/functable.c (func_table):
6921         * fvwm/functions.c (CMD_TearMenuOff):
6922         (CMD_Title):
6923         (CMD_Silent):
6924         (CMD_Function):
6925         (CMD_KeepRc):
6926         merged all dummy commands into one: CMD_Dummy
6928 2003-07-01  olicha  <olivier.chapuis@free.fr>
6930         * fvwm/menus.c (DestroyMenu):
6931         (do_menu):
6932         Cleanup
6934 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6936         * fvwm/menustyle.c (menustyle_copy):
6937         (copy_menu_style):
6938         renamed function
6940 2003-06-30  Marcus Lundblad  <ml@update.uu.se>
6942         * todo-2.6:
6943         Updated
6945 2003-06-30  olicha  <olivier.chapuis@free.fr>
6947         * fvwm/menus.c (do_menu):
6948         (DestroyMenu):
6949         (do_menu_close_tear_off_menu):
6950         (menu_close_tear_off_menu):
6951         Allowed to destroy tear off menu!
6953         * fvwm/menus.c (menu_tear_off):
6954         (menu_close_tear_off_menu):
6955         (do_menu_close_tear_off_menu):
6956         (clone_menu_root_static):
6957         (pop_menu_up):
6958         (menu_tear_off):
6959         (make_menu_window):
6960         (make_menu):
6961         (update_menu):
6962         Fixed client leaks (only create new client for menu if it is a tear off
6963         menu). Created a dedicated menu style for each tear off menu.
6965         * fvwm/menustyle.c (CMD_CopyMenuStyle):
6966         (copy_menu_style):
6967         * fvwm/menustyle.h:
6968         Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6970 2003-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6972         * fvwm/virtual.c (do_move_window_to_desk):
6973         (UnmapDesk):
6974         fixed "Visible" condition on non current desks
6976 2003-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6978         * **/*.c:
6979         * **/*.h:
6980         shortened some comments
6981         removed GPL from .h files
6982         added GPL to all .c files
6983         include config.h in all .c files
6984         added "/* -*-c-*- */" where missing
6985         some reformatting and reindenting
6987         * fvwm/module_interface.c:
6988         * fvwm/module_interface.h:
6989         * libs/Fft.c:
6990         * libs/Flocale.c:
6991         * libs/gravity.h:
6992         * libs/Flocale.h:
6993         * fvwm/screen.h:
6994         * fvwm/misc.c:
6995         * fvwm/misc.h:
6996         * fvwm/windowshade.c:
6997         * fvwm/virtual.c:
6998         * fvwm/conditional.c:
6999         * fvwm/geometry.h:
7000         * fvwm/geometry.c:
7001         * fvwm/borders.c:
7002         * fvwm/frame.h:
7003         * fvwm/frame.c:
7004         * fvwm/update.c:
7005         * fvwm/session.c:
7006         * fvwm/placement.c:
7007         * fvwm/menus.c:
7008         * fvwm/icons.c:
7009         * fvwm/events.c:
7010         * fvwm/add_window.c:
7011         * fvwm/session.h:
7012         * fvwm/placement.h:
7013         * fvwm/icons.h:
7014         * fvwm/eventhandler.h:
7015         * fvwm/fvwm.h:
7016         * fvwm/add_window.h:
7017         * fvwm/repeat.c:
7018         * fvwm/functions.c:
7019         * fvwm/functable.c:
7020         * fvwm/functable.h:
7021         * fvwm/functions.h:
7022         renamed types func_type, repeat_t, initial_window_options_t,
7023         frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
7024         last_added_item_type, common_flags_type, multi_direction_type,
7025         msg_masks_type to ..._t
7027         * fvwm/functions.c (__execute_function):
7028         (execute_complex_function):
7029         * fvwm/condrc.c (condrc_init):
7030         new function in new file to encapsulate all cond_rc_t handling
7032         * fvwm/condrc.h:
7033         * fvwm/fvwm.h (cond_rc_t):
7034         (cond_rc_enum):
7035         moved typed to new file
7037         * fvwm/functable.h:
7038         * fvwm/commands.h:
7039         * fvwm/functable.c (func_table):
7040         * fvwm/functions.c (__run_complex_function_items):
7041         (__execute_function):
7043         * fvwm/conditional.c (CMD_Break):
7044         (__rc_matches_rcstring_consume):
7045         Break takes the number of function levels to break out of as an
7046         argument
7048         * fvwm/expand.c (expand_vars_extended):
7049         * fvwm/conditional.c (circulate_cmd):
7050         (select_cmd):
7051         (direction_cmd):
7052         (__rc_matches_rcstring_consume):
7053         (CMD_All):
7054         (CMD_WindowId):
7055         (CMD_TestRc):
7056         (CMD_Test):
7057         * fvwm/read.c:
7058         * fvwm/read.h:
7059         * fvwm/functions.h:
7060         * fvwm/functions.c:
7061         (__run_complex_function_items):
7062         (execute_complex_function):
7063         * fvwm/expand.h:
7064         * fvwm/expand.c:
7065         * fvwm/fvwm.h:
7066         * fvwm/conditional.c:
7067         renamed fvwm_cond_func_rc by cond_rc_t
7068         made a type a struct
7069         added a member to indicate the number of function levels to break out
7070         of
7072         * fvwm/functable.c (func_table):
7073         * fvwm/conditional.c (CMD_TestRc):
7074         replaced conditional commands:
7075                 Cond -> TestRc
7076                 CondCase -> KeepRc TestRc
7077                 On -> Test
7078         (__rc_matches_rcstring_consume):
7079         new function
7081         * fvwm/conditional.c (CMD_CondCase):
7082         fixed the CondCase command
7084 2003-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7086         * configure.in:
7087         new configure option --deisable-gtk to disable detection of gtk library
7089         * fvwm/fvwm.1.in:
7090         cleaned up documentation of conditional commands
7091         general man page cleanup
7093 2003-06-17  Dan Espen  <dane@mk.telcordia.com>
7095         * fvwm/builtins.c (ReadDecorFace): Off by one patch from
7096         Anil Madhavapeddy.
7098 2003-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7100         * fvwm/fvwm.1.in:
7101         cleaned up of CirculateHit... conditions
7103 2003-06-15  olicha  <olivier.chapuis@free.fr>
7105         * fvwm/style.c (__simplify_style_list):
7106         Fixed is_merged_allowed: rest it to True when cur change
7107         Added "upward" simplification
7109 2003-06-14  olicha  <olivier.chapuis@free.fr>
7111         * fvwm/style.c (__simplify_style_list):
7112         (blocksintersect):
7113         (blockand):
7114         Fixed blockand which always returned True. Added blocksintersect which
7115         returns the same value as blockand but faster.
7117 2003-06-13  olicha  <olivier.chapuis@free.fr>
7119         * configure.in:
7120         * acinclude.m4:
7121         Fixed fontconfig and xft2 for version without *-config binnary. Used
7122         pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
7123         fontconfig and xft2 if the version is < the required version
7124         (even if --disable-*test).
7126 2003-06-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7128         * libs/Graphics.c:
7129         define M_PI and M_PI_2 if they are not defined by math.h
7131 2003-06-10  Mikhael Goikhman  <migo@homemail.com>
7133         * libs/Colorset.c (LoadColorset):
7134         added a note to update Colorsets.pm too when the format is changed
7136 2003-06-09  Mikhael Goikhman  <migo@homemail.com>
7138         * WindowStyle_proposal.txt:
7139         s/WindowId/ThisWindow/ and other minor changes
7141 2003-06-06  olicha  <olivier.chapuis@free.fr>
7143         * libs/PictureImageLoader.c (PImageLoadPng):
7144         Fixed loading of png images if the caller want no alpha
7146 2003-06-04  olicha  <olivier.chapuis@free.fr>
7148         * libs/Flocale.c (FlocaleEncodeString):
7149         Fixed memroy leaks
7151 2003-06-03  Mikhael Goikhman  <migo@homemail.com>
7153         * libs/Makefile.am:
7154         only FCombineChars.c was distributed not FCombineChars.h
7156 2003-06-03  Marcus Lundblad  <ml@update.uu.se>
7158         * libs/FCombineChars.c (convert_to_utf8)
7159         fixed a bug when converting back to UTF-8 and a bug giving
7160         garbage at end of string in some cases
7162         * libs/Flocale.c (FlocaleEncodeString)
7163         fixed problem regarding combining-characters when BIDI is used
7165 2003-05-31  Marcus Lundblad  <ml@update.uu.se>
7167         * libs/Makefile.am:
7168         * libs/Flocale.c (FlocaleEncodeString):
7169         * libs/FCombineChars.c:
7170         * libs/FCombineChars.h:
7171         implemeted support for combining characters
7173 2003-05-31  Mikhael Goikhman  <migo@homemail.com>
7175         * configure.in:
7176         set the version 2.5.8
7178 2003-05-30  Mikhael Goikhman  <migo@homemail.com>
7180         * fvwm/builtins.c:
7181         * fvwm/fvwm2.1:
7182         SetEnv with only one parameter is ignored now
7184 2003-05-30  Dan Espen  <dane@mk.telcordia.com>
7186         * NEWS: Add 2.4.16 news.
7188 2003-05-29  Mikhael Goikhman  <migo@homemail.com>
7190         * fvwm/functions.c (expand_extended_var):
7191         (expand):
7192         fixed expanding variables that are empty, for example $[w.resource]
7193         or $[gt.a] or $[version.info] or $[EMPTY_STRING]
7195         * fvwm/fvwm.1.in:
7196         s/$w/$[w.id]/
7198 2003-05-29  olicha  <olivier.chapuis@free.fr>
7200         * fvwm/ewmh.c (ewmh_atom_wm_state):
7201         Do not claim that we support _NET_WM_STATE_FULLSCREEN
7203 2003-05-28  olicha  <olivier.chapuis@free.fr>
7205         * NEWS:
7206         A TaskBar news
7208 2003-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7210         * fvwm/focus.c (__update_windowlist):
7211         don't fiddle with the window list for windows that are going to be
7212         destroyed
7214         * fvwm/add_window.c (delete_client_context):
7215         (destroy_auxiliary_windows):
7216         (destroy_window):
7217         fixed empty frame windows when X reused the window id for a new window
7218         while the old one was scheduled to be destroyed
7220 2003-05-26  olicha  <olivier.chapuis@free.fr>
7222         * fvwm/icons.c (GetIconBitmap):
7223         (set_icon_pixmap_background):
7224         (CreateIconWindow):
7225         (DrawIconPixmapWindow):
7226         (DrawIconWindow):
7227         Fixed loading of application supplied pixmap on 8/24 depth screen
7229 2003-05-25  Dan Espen  <dane@mk.telcordia.com>
7231         * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
7232         Rox Filer.
7234         * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
7235         solaris.
7237 2003-05-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7239         * fvwm/misc.c (GrabEm):
7240         do not confine the pointer to the root window when grabbed; this can
7241         cause the pointer to be warped to another screen
7242         * fvwm/menus.c (get_menu_options):
7243         fixed placement of menus on Xinerama screens
7244         * libs/FScreen.c (FScreenGetResistanceRect):
7245         fixed function to do something useful
7246         * libs/Flocale.c (FlocaleDrawString):
7247         support font shadowing without colorsets
7248         * libs/ColorUtils.c:
7249         reformatted file
7250         * fvwm/menuitem.c (menuitem_paint):
7251         do not use colorsets in menus if they are not defined
7252         * fvwm/menustyle.c (menustyle_parse_style):
7253         fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
7254         issued again
7256 2003-05-23  olicha  <olivier.chapuis@free.fr>
7258         * fvwm/bindings.c (ParseBinding):
7259         (bind_get_bound_button_contexts):
7260         * libs/Bindings.c (GrabWindowButton):
7261         Fixed window button grabbing
7263 2003-05-22  olicha  <olivier.chapuis@free.fr>
7265         * fvwm/colorset.c (parse_colorset):
7266         Fixed an uninit mem
7268         * fvwm/borders.c (border_fill_pixmap_background):
7269         Fixed problem with depth 1 pixmap
7271         * fvwm/conditional.c (CMD_On):
7272         Fixed memory leaks
7274         * fvwm/conditional.c (CreateConditionMask):
7275         Fixed memory leaks for layer and state
7277 2003-05-22  Mikhael Goikhman  <migo@homemail.com>
7279         * configure.in:
7280         added perllib/FVWM/Tracker/Makefile
7282 2003-05-22  olicha  <olivier.chapuis@free.fr>
7284         * fvwm/fvwm.1.in:
7285         * fvwm/style.h:
7286         * fvwm/style.c (print_styles):
7287         * fvwm/builtins.c (CMD_PrintInfo):
7288         New style subject to PrintInfo
7290 2003-05-20  olicha  <olivier.chapuis@free.fr>
7292         * libs/Flocale.c (FlocaleGetFontOrFontSet):
7293         Allowed empty xft font name
7295         * libs/Makefile.am:
7296         * libs/flist.c (new file):
7297         * libs/flist.h (new file):
7298         Added a flist structure and some basic function for handling such
7299         stucture
7301         * libs/FGettext.c (*):
7302         Use the new flist struct and functions interface
7304         * fvwm/screen.h (ScreenInfo):
7305         * fvwm/update.c (destroy_scheduled_windows):
7306         * fvwm/add_window.c (destroy_window):
7307         Added a list for the windows which are scheduled for destroy
7308         Remove a fw at once from the fw list when we destroy_window
7310 2003-05-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7312         * fvwm/style.c (CMD_DestroyStyle):
7313         do not update windows if no style was deleted
7314         (check_window_style_change):
7315         fixed update of window styles w/ DestroyStyle
7317 2003-05-18  olicha  <olivier.chapuis@free.fr>
7319         * fvwm/conditional.c (CMD_On):
7320         Added x,r,w,f and i file condition to the On command
7322         * fvwm/add_window.c (destroy_window):
7323         Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
7324         but scheduled for destroy. Not sure that the fix is good.
7326         * fvwm/functions.c (__execute_function):
7327         * libs/defaults.h:
7328         Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
7329         This fixes some cores dumps with "recursives" functions
7331         * fvwm/borders.c (border_create_root_transparent_pixmap):
7332         (border_draw_decor_to_pixmap):
7333         Fixed a core dump with a root transparent rotated title
7334         Fixed X errors 56 with RootTransparent titlebar and no E pixmap
7336         * libs/FGettext.c (fgettext_add_one_path):
7337         (FGettextInit):
7338         (FGettextSetLocalePath):
7339         Fixed memory leak and chainning
7341         * fvwm/builtins.c (CMD_PrintInfo):
7342         Fixed a parsing leak
7344         * fvwm/conditional.c (Circulate):
7345         Fixed a mask memory leaks
7347         * libs/defaults.h:
7348         * libs/Flocale.c (FlocaleGetFont):
7349         (FlocaleGetFontSet):
7350         (FlocaleGetFftFont):
7351         Fixed a core dump when a 0 font is given with an encoding hints.
7352         Added a default FFT font
7354         * fvwm/builtins.c (CMD_DefaultFont):
7355         Fixed a core dump when the default font change and a redraw
7356         (icon or window) is proceeded before flush_window_updates is called
7358         * fvwm/menustyle.c (CMD_CopyMenuStyle):
7359         Fixed gradients copy
7361         * fvwm/menustyle.c (menustyle_parse_style):
7362         Fixed UMR's related to colorset
7364         * fvwm/builtins.c (ReadDecorFace):
7365         Removed inconsistent #if 0 code and comments about leak and MiniIcon
7366         decor style.
7368         * fvwm/menustyle.h:
7369         * fvwm/menustyle.c (menustyle_free):
7370         Fixed a fore stipple gc leak
7372         * fvwm/windowlist.c (CMD_WindowList):
7373         Fixed a sor_keyname memory leak
7375         * fvwm/fvwm.c (ResetAllButtons):
7376         Fixed the default buttons memory leak
7378 2003-05-08  olicha  <olivier.chapuis@free.fr>
7380         * fvwm/windowlist.c (CMD_WindowList):
7381         Fixed a memory leak if MaxLabelWidth is used
7383 2003-05-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7385         * fvwm/functions.c (__context_has_window):
7386         (__execute_function):
7387         * fvwm/functions.h:
7388         fixed excution of functions requiring a window without a window when
7389         called with "silent" from a complex function
7391 2003-05-07  olicha  <olivier.chapuis@free.fr>
7393         * libs/System.c (searchPath):
7394         Fixed a core dump
7396 2003-05-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7398         * fvwm/move_resize.c (__move_loop):
7399         (__resize_window):
7400         fixed core dumps
7402 2003-05-03  olicha  <olivier.chapuis@free.fr>
7404         * todo-2.6:
7405         Updated
7407 2003-05-01  Bob Woodside  <dumbledore@woodsway.com>
7409         * fvwm/NEWS:
7410         Minor typo corrections.
7412 2003-04-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7414         * fvwm/move_resize.c (__move_loop):
7415         fixed UMR
7416         removed debug code
7417         (__resize_window):
7418         fixed UMR
7420 2003-04-28  olicha  <olivier.chapuis@free.fr>
7422         * fvwm/ewmh.c (ewmh_atom_wm_state):
7423         (ewmh_HandleDock):
7424         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7425         (ewmh_WMStateStaysOnBottom):
7426         Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7428 2003-04-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7430         * fvwm/module_interface.c (do_execute_module):
7431         * fvwm/fvwm.c (main):
7432         * libs/envvar.c (flib_putenv):
7433         * fvwm/builtins.c (add_to_env_list):
7434         (CMD_SetEnv):
7435         (CMD_UnsetEnv):
7436         fixed putenv memory leaks
7438         * libs/envvar.c (strIns):
7439         removed debug code
7440         reformatted file
7441         (flib_putenv):
7442         replacement for putenv without memory leaks
7444         * fvwm/frame.c:
7445         removed debug code
7447         * fvwm/fvwm.c (StartupStuff):
7448         fixed UMR
7449         * fvwm/add_window.c (free_window_names):
7450         fixed memory leaks
7451         * fvwm/events.c (HandlePropertyNotify):
7452         fixed memory leak
7453         * fvwm/menus.c (do_menu):
7454         fixed core dump
7455         (__mloop_exit_selected):
7456         safety patch
7457         * fvwm/menucmd.c (menu_func):
7458         fixed memory leak
7460         * fvwm/builtins.c (CMD_Destroy):
7461         (CMD_Close):
7462         call destroy_window right after XKillClient; do not wait for the window
7463         to die on its own
7465         * fvwm/menucmd.c (menu_func):
7466         * fvwm/windowlist.c (CMD_WindowList):
7467         fixed core dumps
7469 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7471         * INSTALL.fvwm:
7472         several updates (FvwmGtk, gettext)
7474 2003-04-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7476         * fvwm/menucmd.c (menu_func):
7477         * fvwm/windowlist.c (CMD_WindowList):
7478         * fvwm/menus.h:
7479         * fvwm/menus.c (is_double_click):
7480         (pop_menu_up):
7481         (pop_menu_down):
7482         (pop_menu_down_and_repaint_parent):
7483         (__mloop_get_event_timeout_loop):
7484         (__mloop_get_event):
7485         (__mloop_handle_event):
7486         (__mloop_select_item):
7487         (__mloop_make_popup):
7488         (__mloop_get_mi_actions):
7489         (__mloop_do_popup):
7490         (__mloop_do_menu):
7491         (__mloop_handle_action_with_mi):
7492         (__mloop_handle_action_without_mi):
7493         (__mloop_exit):
7494         (menu_enter_tear_off_menu):
7495         (menu_close_tear_off_menu):
7496         (do_menu):
7497         replaced the pfw and pcontext members of the MenuParameters structure
7498         with an execution context pointer
7499         (_menu_execute_function):
7500         wrapper function to simplyfy command execution from within menus
7501         (do_menu):
7502         fixed warping pointer to first menu item when invoked with the mouse
7504         * fvwm/execcontext.c:
7505         removed debug code
7507 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7509         * libs/XError.c:
7510         reformatted
7512         * fvwm.1.in:
7513         * fvwm.c:
7514         replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7516 2003-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7518         * fvwm/menus.c (do_menu):
7519         the NoWarp position hint option works with root menus too
7521         * fvwm/ConfigFvwmDefaults:
7522         removed GrabFocusOff and GrabFocusTransient since they nullify the
7523         default with the plain focus policies
7525 2003-04-24  olicha  <olivier.chapuis@free.fr>
7527         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7528         Fixed a miss print in my previous commit
7530         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7531         (ewmh_MoveResize)
7532         (ewmh_WMStateStaysOnBottom):
7533         * fvwm/ewmh.c (ewmh_AllowsMinimize):
7534         * fvwm/ewmh_intern.h:
7535         Added comment on the implementation at the top of ewmh.c.
7536         Fixed _NET_WM_MOVERESIZE.  Added _NET_WM_ACTION_MINIMIZE in
7537         _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7538         _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7539         and _NET_WM_STATE_BELOW.
7541         * AUTHORS:
7542         Added David Fries. Updated my entries.
7544         * todo-2.6:
7545         One update
7547 2003-04-23  olicha  <olivier.chapuis@free.fr>
7549         * fvwm/module_interface.c (CMD_KillModule):
7550         Fixed a leak when we have an alias
7552         * libs/Picture.c (PFreeFvwmPictureData):
7553         * libs/Picture.h:
7554         New interface function for just freeing the allocated data (not
7555         the pixmaps).
7557 2003-04-22  olicha  <olivier.chapuis@free.fr>
7559         * fvwm/colorset.c (get_root_pixmap):
7560         Fixed a minor memory leak
7562         * fvwm/functions.c (execute_complex_function):
7563         Fixed uninitialized d.type
7565         * libs/Ficonv.c (FiconvSetupConversion):
7566         (FiconvUtf8ToCharset):
7567         (FiconvCharsetToUtf8):
7568         Formating clean-up
7570         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7571         (EWMH_WMIconName):
7572         (EWMH_WMName):
7573         Fixed a core dump and safety check related to not loaded font
7575 2003-04-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7577         * libs/Module.h:
7578         reformatted
7580 2003-04-16  olicha  <olivier.chapuis@free.fr>
7582         * fvwm/ewmh_events.c (ewmh_CloseWindow):
7583         (ewmh_MoveResize):
7584         (ewmh_WMState):
7585         (ewmh_WMStateHidden):
7586         Check if functions are allowed
7588         * fvwm/ewmh.c (ewmh_HandleDesktop):
7589         (ewmh_HandleDock):
7590         Set Desktop and Dock uniconifiable and unmaximazable
7592         * fvwm/menuitem.c (menuitem_paint):
7593         * fvwm/screen.h:
7594         Fixed greyed action with EWMH desktop
7596 2003-04-16  Mikhael Goikhman  <migo@homemail.com>
7598         * NEWS:
7599         documented FvwmEvent behaviour of executing window related event
7600         handlers within a window context
7602         * fvwm/fvwm.1.in:
7603         updated WindowId entry
7605 2003-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7607         * fvwm/schedule.c (deschedule):
7608         (squeue_execute):
7609         (execute_obj_func):
7610         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7611         (ExecuteCommandQueue):
7612         * libs/queue.c (fqueue_init):
7613         (fqueue_remove_or_operate_from_front):
7614         (fqueue_remove_or_operate_from_end):
7615         (fqueue_remove_or_operate_all):
7616         (fqueue_init):
7617         (fqueue_unlock_queue):
7618         (fqueue_lock_queue):
7619         (fqueue_add_at_front):
7620         (fqueue_add_inside):
7621         (fqueue_get_first):
7622         core dump fixes
7624         * libs/queue.c (fqueue_remove_or_operate_all):
7625         (fqueue_remove_or_operate_from_end):
7626         (fqueue_remove_or_operate_from_front):
7627         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7628         (ExecuteCommandQueue):
7629         * fvwm/schedule.c (deschedule):
7630         (check_deschedule_obj_func):
7631         (deschedule_obj_func):
7632         (squeue_execute):
7633         (check_execute_obj_func):
7634         (execute_obj_func):
7635         (copy_obj_func):
7636         core dump fixes
7638 2003-04-15  Mikhael Goikhman  <migo@homemail.com>
7640         * fvwm/ConfigFvwmDefaults:
7641         * fvwm/fvwm.1.in:
7642         * fvwm/windowlist.c:
7643         * sample.fvwmrc/system.fvwm2rc-sample-95:
7644         * NEWS:
7645         WindowListFunc is executed now within a window context,
7646         so "WindowId $0" is not needed anymore in its definition
7648 2003-04-14  olicha  <olivier.chapuis@free.fr>
7650         * fvwm/fvwm.1.in:
7651         * NEWS:
7652         Documented LocalePath and $[gt.str]. FvwmScript news.
7654         * fvwm/expand.c (expand_vars_extended):
7655         Fixed $[gt.str] expansion
7657         * configure.in:
7658         New gettext domain FvwmScript
7660         * libs/FGettext.c (FGettextCopy):
7661         * libs/FGettext.h:
7662         New interface function which copies the string
7664 2003-04-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7666         * fvwm/conditional.c (CMD_Cond):
7667         allow to negate the condition code with '!' prefix
7669         * fvwm/schedule.c (CMD_Schedule):
7670         (CMD_Deschedule):
7671         support hexadecimal ids
7673         * libs/Parse.c (GetIntegerArguments):
7674         (_get_suffixed_integer_arguments):
7675         (GetSuffixedIntegerArguments):
7676         (GetIntegerArgumentsAnyBase):
7677         new utitily function to allow hexadecimal integer arguments
7679 2003-04-10  olicha  <olivier.chapuis@free.fr>
7681         * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7682         (FlocaleGetCharsetOfFontStruct):
7683         (FlocaleGetCharsetFromName):
7684         (FlocaleFixNameForFontSet):
7685         (FlocaleGetFontSet):
7686         (FlocalePrintLocaleInfo):
7687         * libs/FlocaleCharset.h:
7688         * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7689         (FlocaleCharsetPrintXOMInfo):
7690         Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7692 2003-04-08  olicha  <olivier.chapuis@free.fr>
7694         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7695         fixed the default font name
7697 2003-04-07  Mikhael Goikhman  <migo@homemail.com>
7699         * fvwm/events.c (HandlePropertyNotify):
7700         * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7701         completely ignore application requests to set exactly the same
7702         window name or icon name (xmms sets it every second),
7703         this avoids some redundant module messages and redraws
7705 2003-04-05  Mikhael Goikhman  <migo@homemail.com>
7707         * Makefile.am:
7708         fixed DIST
7710 2003-04-04  olicha  <olivier.chapuis@free.fr>
7712         * configure.in:
7713         Fixed a miss print in fribidi config check
7715 2003-04-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7717         * fvwm/focus.c (__restore_focus_after_unmap):
7718         iconified windows without an icon do not receive focus
7720 2003-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7722         * fvwm/virtual (CMD_GotoDeskAndPage):
7723         different "GotoDeskAndPage prev" fix that works with any viewports, not
7724         just multiples of the screen size
7726 2003-03-29  Mikhael Goikhman  <migo@homemail.com>
7728         * fvwm/virtual (CMD_GotoDeskAndPage):
7729         fixed "GotoDeskAndPage prev" with desks larger than 2x2
7731 2003-03-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7733         * ETHICAL_LICENSE:
7734         added file
7736         * fvwm/menucmd.c (menu_func):
7737         fixed double key presses to choose default menu action
7739         * fvwm/focus.c (__update_windowlist):
7740         fixed order of window list with SloopyFocus when using the Focus
7741         command
7743 2003-03-22  Mikhael Goikhman  <migo@homemail.com>
7745         * fvwm/fvwm.1.in:
7746         clarified some things, typo fixed
7748 2003-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7750         * libs/Colorset.c (CreateBackgroundPixmap):
7751         (GetWindowBackgroundPixmapSize):
7752         (get_aspect_dimensions):
7753         fixed size calculation of aspect pixmaps
7755 2003-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7757         * fvwm/icons.c (clear_icon):
7758         (clear_icon):
7759         (AutoPlaceIcon):
7760         (Iconify):
7761         * fvwm/geometry.c (get_icon_geometry):
7762         (modify_icon_position):
7763         set a valid icon picture position if there is neither a picture nor a
7764         title
7766 2003-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7768         * NEWS:
7769         * AUTHORS:
7770         reformatted to fit better on the web page
7772 2003-03-15  Mikhael Goikhman  <migo@homemail.com>
7774         * todo-2.6:
7775         added items from "My TODO" message on 2003-01-02
7777         * fvwm/fvwm.1.in:
7778         actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7780 2003-03-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7782         * libs/FScreen.c:
7783         removed debug output
7785 2003-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7787         * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7788         (FScreenFetchMangledScreenFromUSPosHints):
7789         two functions to allow USPosition hints from modules and StartsOnScreen
7790         work at the same time
7792         * fvwm/conditional.c (direction_cmd):
7793         Some fixes, reformatting and improvements.
7795 2003-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7797         * fvwm/icons.c (Iconify):
7798         initialise icon position to +0+0 if there is neiter a picture nor a
7799         title
7801         * fvwm/functions.c (DeferExecution):
7802         action trigger fix
7804         * todo-2.6 (todo):
7805         closed some items
7807         * fvwm/update.c (apply_window_updates):
7808         fixed drawing of sticky icon titles when the stickyicon style is being
7809         set
7811 2003-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7813         * fvwm/placement.c (CMD_PlaceAgain):
7814         * fvwm/add_window.c (setup_window_placement):
7815         * fvwm/virtual.c (MapDesk):
7816         update the GNOME hints desk when changing desks; fixes placeagain with
7817         stickyicon style
7818         some placeagain fixes
7820         * fvwm/fvwm.1.in (Example):
7821         removed duplicate Iconify section
7823         * todo-2.6 (todo):
7824         closed C.11
7826         * fvwm/functable.c (func_table):
7827         * fvwm/functions.h (func_type):
7828         * fvwm/functions.c (__execute_function):
7829         (execute_complex_function):
7830         (DeferExecution):
7831         fixed a new and and old window selection bug
7833 2003-03-09  Dan Espen  <dane@mk.telcordia.com>
7835         * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7836         detected with Purify.
7838 2003-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7840         * libs/Colorset.c (SetWindowBackgroundWithOffset):
7841         use None, not 0 for Window structures
7843         * fvwm/events.c (InitEventHandlerJumpTable):
7844         (HandleKeyRelease):
7845         (__handle_key_event):
7846         * fvwm/bindings.c (ParseBinding):
7847         (activate_binding):
7848         * libs/Bindings.h:
7849         * fvwm/fvwm.1.in:
7850         removed key release binding because they can not work reliably
7852 2003-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7854         * fvwm/functable.c (func_table):
7855         trigger on ButtonPress for many of the functions
7857         * fvwm/functions.c (__execute_function):
7858         (__execute_function):
7859         fixed conditional commands a la "Current" triggered on root window
7861 2003-03-01  Dan Espen  <dane@mk.telcordia.com>
7863         * todo-2.6: Closed B.2, C.21.
7865 2003-02-28  olicha  <olivier.chapuis@free.fr>
7867         * libs/defaults.h:
7868         * fvwm/events.c (HandleConfigureRequest):
7869         Added a workaround for application with broken max/min size hints
7870         vs a size configure request. This "fixes" floating java JToolBar.
7872         * fvwm/add_window.c (GetWindowSizeHints):
7873         Check that the max size hint is not broken relatively to the the base
7874         size hint
7876 2003-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7878         * NEWS:
7879         * configure.in:
7880         released 2.5.6, set version to 2.5.7
7882         * NEWS:
7883         * configure.in:
7884         updated for 2.5.6
7886 2003-02-26  Tony Finch  <dot@dotat.at>
7888         * fvwm/borders.c (border_draw_one_border_part):
7889         Don't draw the handle relief marks when the border is flat.
7891 2003-02-27  Mikhael Goikhman  <migo@homemail.com>
7893         * configure.in:
7894         s/fribdi_in_path/fribidi_in_path/
7896         * todo-2.6:
7897         spell checking and some reformatting
7899 2003-02-26  olicha  <olivier.chapuis@free.fr>
7901         * fvwm/borders.c (border_setup_bar_pixmaps):
7902         Fixed a miss-print which can cause a core dump
7904         * todo-2.6:
7905         Added a 2.6 TODO file
7907 2003-02-25  Dan Espen  <dane@mk.telcordia.com>
7909         * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7910         void functioin cannot return a value.
7912 2003-02-25  olicha  <olivier.chapuis@free.fr>
7914         * configure.in:
7915         Fixed compilation warning if fribidi is in path
7917 2003-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7919         * fvwm/windowlist.c (CMD_WindowList):
7920         removed unused instruction
7922 2003-02-22  Dan Espen  <dane@mk.telcordia.com>
7924         * configure.in: Remove nested function from -Werror check.
7925         Lets configure work without gcc.
7927         * fvwm/read.h:
7928         * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7930 2003-02-21  Dan Espen  <dane@mk.telcordia.com>
7932         * fvwm/functions.c (__run_complex_function_items): Make Break start
7933         working again.
7935 2003-02-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7937         * fvwm/move_resize.c (get_outline_rects):
7938         (draw_move_resize_grid):
7939         initial drawing and final undrawing of wire frame no longer toggles the
7940         pixel in the top left corner of the screen
7942         * fvwm/expand.c (expand_vars):
7943         disabled warnings about one letter variables
7945 2003-02-17  Dan Espen  <dane@mk.telcordia.com>
7947         * README: Update to reflect release 2.5.x.
7948         * NEWS: Update news for FvwmPager drag fix.
7950 2003-02-15  olicha  <olivier.chapuis@free.fr>
7952         * fvwm/fvwm.1.in:
7953         Fixed a typo
7955 2003-02-13  olicha  <olivier.chapuis@free.fr>
7957         * fvwm/gnome.c (GNOME_SetClientList):
7958         Applied David Fries patch which fixes a possible crash with more
7959         than 256 windows
7960         (GNOME_SetClientList):
7961         malloc -> safemalloc
7963 2003-02-09  Dan Espen  <dane@mk.telcordia.com>
7965         * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7966         Give the XorValue range.
7968 2003-02-08  Dan Espen  <dane@mk.telcordia.com>
7970         * fvwm/fvwm.1.in: Fully document the emulate command.
7972 2003-02-06  olicha  <olivier.chapuis@free.fr>
7974         * fvwm/borders.c (get_common_decorations):
7975         (border_get_border_background):
7977 2003-02-05  Dan Espen  <dane@mk.telcordia.com>
7979         * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7981 2003-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7983         * fvwm/menuitem.h:
7984         * fvwm/menuitem.c (menuitem_get_size):
7985         * fvwm/menus.c (calculate_item_sizes):
7986         renamed "mips" to mipst
7988         * fvwm/menuitem.c (menuitem_get_item_size):
7989         * fvwm/menus.c (_calculate_item_sizes):
7990         backed out patch from 30-Jan-2003
7992 2003-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7994         * fvwm/menuitem.h:
7995         * fvwm/menuitem.c (menuitem_get_item_size):
7996         * fvwm/menus.c (_calculate_item_sizes):
7997         functions renamed due to global name space collision with IRIX 6.5
7999 2003-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8001         * configure.in:
8002         added tests/hints/Makefile.am
8004 2003-01-24  Dan Espen  <dane@mk.telcordia.com>
8006         * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
8008 2003-01-20  Dan Espen  <dane@mk.telcordia.com>
8010         * sample.fvwmrc/DecorWin95:
8011         * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
8012         Replace a long time ago.
8014 2003-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8016         * fvwm/stack.c (new_layer):
8017         (collect_transients_recursive):
8018         (__restack_window):
8019         fixed Layer command
8021         * fvwm/events.c (HandleConfigureRequest):
8022         fixed placement of icons
8023         fixed size calculations of icons
8025 2003-01-18  Mikhael Goikhman  <migo@homemail.com>
8027         * fvwm/expand.c:
8028         fixed $[desk.name<n>] that was masked by $[desk.n],
8029         added $[desk.pagesx] and $[desk.pagesy]
8031 2003-01-16  Dan Espen  <dane@mk.telcordia.com>
8033         * NEWS: Update news.  Spelling fixes 2.5.x news.
8034         * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
8035         its not interactive.
8037 2003-01-12  Mikhael Goikhman  <migo@homemail.com>
8039         * fvwm/functable.c:
8040         added a short description together with the commands
8042 2003-01-12  Marcus Lundblad  <ml@update.uu.se>
8044         * NEWS:
8045         Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
8046         HasHandles
8048 2003-01-11  Mikhael Goikhman  <migo@homemail.com>
8050         * expand.c:
8051         * NEWS:
8052         deprecate all single letter variables, new variables are supported now
8053         $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
8054         $[desk.n], $[version.num], $[version.info], $[version.line].
8056 2003-01-07  Marcus Lundblad <ml@update.uu.se>
8058         * fvwm/style.c (style_parse_one_style_option):
8059         * fvwm/fvwm.1.in:
8060         Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
8061         DisallowMaximizeFixedSize
8063 2003-01-06  Dan Espen  <dane@mk.telcordia.com>
8065         * fvwm/fvwm.1.in: Lang check.
8067 2003-01-03  olicha  <olivier.chapuis@free.fr>
8069         * fvwm/commands.h:
8070         * INSTALL.fvwm:
8071         * fvwm/ewmh.h:
8072         * fvwm/ewmh_intern.h:
8073         * fvwm/ewmh_names.c:
8074         * fvwm/ewmh_icons.c:
8075         * fvwm/ewmh_events.c:
8076         * fvwm/ewmh_conf.c:
8077         * fvwm/ewmh.c:
8078         * fvwm/gnome.c:
8079         * fvwm/gnome.h:
8080         * fvwm/functable.c (func_table):
8081         * fvwm/fvwm.c (setVersionInfo):
8082         * acconfig.h:
8083         * configure.in:
8084         Removed GNOME and HAVE_EWMH ifdef
8086         * fvwm/fvwm.1.in:
8087         Documented UseTitleDecorRotation
8089 2003-01-03  Mikhael Goikhman  <migo@homemail.com>
8091         * fvwm/module_interface.c (MoveViewport):
8092         * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
8093         M_NEW_PAGE now has 7 arguments
8095 2003-01-02  olicha  <olivier.chapuis@free.fr>
8097         * fvwm/fvwm.1.in:
8098         Documented  the new icon style options
8100         * fvwm/fvwm.h:
8101         * fvwm/icons.h:
8102         * fvwm/icons.c (DrawIconTitleWindow):
8103         (DrawIconPixmapWindow):
8104         (setup_icon_title_size):
8105         * fvwm/style.c (style_parse_one_style_option):
8106         Fixed IconTitleRelief and IconBackgroundRelief arguments
8108         * fvwm/icons.c (GetIconPicture):
8109         (SetIconPixmapSize):
8110         Fixed IconSize style for non shaped depth > 1 pixmaps
8112 2003-01-02  Mikhael Goikhman  <migo@homemail.com>
8114         * NEWS:
8115         * fvwm/commands.h:
8116         * fvwm/conditional.c (CMD_On):
8117         * fvwm/functable.c:
8118         * fvwm/fvwm.1.in:
8119         new conditional command On for non-window related conditions
8121         * fvwm/execcontext.h:
8122         * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
8123         two new exec contexts for restarting
8125 2003-01-02  olicha  <olivier.chapuis@free.fr>
8127         * fvwm/builtins.c (ReadMultiPixmapDecor):
8128         StretchedPixmap -> AdjustedPixmap
8130         * fvwm/fvwm.1.in:
8131         Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
8132         Documented the new MultiPixmap syntax
8134 2002-12-31  Mikhael Goikhman  <migo@homemail.com>
8136         * NEWS:
8137         * fvwm/fvwm.1.in:
8138         * fvwm/builtins.c (ReadTitleButton):
8139         * fvwm/screen.h:
8140         new button state shortcuts AllActiveUp, AllActiveDown,
8141         AllInactiveUp, AllInactiveDown
8143 2002-12-31  olicha  <olivier.chapuis@free.fr>
8145         * libs/PictureGraphics.c (PCopyArea):
8146         Fixed rendering of depth 1 pixmap with a mask
8148         * fvwm/update.c (apply_window_updates):
8149         Fixed icon bg cset update
8151         * fvwm/events.c (HandlePropertyNotify):
8152         * fvwm/geometry.c (move_icon_to_position):
8153         Fixed non shaped icons with a bg padding but without cs bg
8155         * NEWS:
8156         * fvwm/style.c (style_parse_icon_size_style):
8157         (merge_styles):
8158         * fvwm/fvwm.h (window_style):
8159         * fvwm/add_window.c (setup_icon_size_limits):
8160         * fvwm/icons.c (SetIconPixmapSize):
8161         (GetIconPicture):
8162         New option to IconSize style: Adjusted, Streched, Shrunk
8164         * fvwm/icons.c (SetIconPixmapSize):
8165         (GetIconPicture):
8166         Always center the icon with IconSize if the icon has a background
8168 2002-12-30  Mikhael Goikhman  <migo@homemail.com>
8170         * configure.in:
8171         FvwmWindowMenu renaming; compact long diagnostics into half of line
8173         * NEWS:
8174         documeted and corrected new features
8176         * fvwm/fvwm.1.in:
8177         removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
8178         since these are the only way currently to create themes
8180         * fvwm/fvwm.c:
8181         small reformatting
8183 2002-12-30  olicha  <olivier.chapuis@free.fr>
8185         * NEWS:
8186         * fvwm/icons.c (setup_icon_title_size):
8187         (set_icon_pixmap_background):
8188         (CreateIconWindow):
8189         (DrawIconTitleWindow):
8190         (DrawIconPixmapWindow):
8191         (DrawIconWindow):
8192         (ChangeIconPixmap):
8193         (RedoIconName):
8194         * fvwm/events.c (HandleEnterNotify):
8195         (HandleExpose):
8196         (HandleLeaveNotify):
8197         (HandlePropertyNotify):
8198         * fvwm/borders.c (border_draw_decorations):
8199         * fvwm/default.h:
8200         * fvwm/fvwm.h:
8201         * fvwm/add_window.c (setup_icon_background_parameters):
8202         (setup_icon_title_parameters):
8203         (setup_style_and_decor):
8204         (setup_icon_font):
8205         * fvwm/geometry.c (move_icon_to_position):
8206         * fvwm/style.h:
8207         * fvwm/style.c (check_window_style_change):
8208         (update_style_colorset):
8209         (update_icon_title_cs_style):
8210         (update_icon_title_cs_hi_style):
8211         (update_icon_background_cs_style):
8212         (merge_styles):
8213         * fvwm/update.h:
8214         * fvwm/update.c (apply_window_updates):
8215         New style options IconBackgroundColorset, IconTitleColorset,
8216         HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
8217         and IconBackgroundPadding
8219 2002-12-28  Mikhael Goikhman  <migo@homemail.com>
8221         * libs/FShm.h:
8222         fixed compilation without XShm
8224         * fvwm/borders.c (border_rotate_titlebar_descr):
8225         fixed warning: deprecated use of label at end of compound statement
8227 2002-12-27  olicha  <olivier.chapuis@free.fr>
8229         * fvwm/ConfigFvwmDefaults:
8230         UseTitleDecorRotation is a default
8232         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
8233         (do_relieve_rectangle):
8234         * libs/fvwmlib.h:
8235         * fvwm/borders.c (border_draw_title_stick_lines):
8236         (border_create_root_transparent_pixmap):
8237         (border_mp_render_into_pixmap):
8238         (border_draw_decor_to_pixmap):
8239         (border_mp_render_into_pixmap):
8240         (border_mp_get_titlebar_descr):
8241         (border_mp_draw_mp_titlebar):
8242         (border_draw_decor_to_pixmap):
8243         (border_set_button_pixmap):
8244         (border_get_titlebar_draw_descr):
8245         (border_set_title_pixmap):
8246         (border_rotate_titlebar_descr):
8247         (border_get_titlebar_descr):
8248         Completed UseTitleDecorRotation
8250 2002-12-26  olicha  <olivier.chapuis@free.fr>
8252         * fvwm/update.c (apply_window_updates):
8253         * fvwm/frame.c (frame_get_titlebar_dimensions):
8254         (frame_set_decor_gravities):
8255         * fvwm/borders.c (border_set_button_pixmap):
8256         (border_get_titlebar_descr):
8257         (border_draw_one_button):
8258         Buttons order follows the title text rotations.
8259         More UseTitleDecorRotation preparation
8261         * fvwm/borders.c (border_draw_decor_to_pixmap):
8262         Fixed SolidButton
8264 2002-12-24  olicha  <olivier.chapuis@free.fr>
8266         * fvwm/borders.c (border_mp_render_into_pixmap):
8267         (border_fill_pixmap_background):
8268         Some borders drawing fixes
8270         * libs/Graphics.c (CreateRotatedPixmap):
8271         * fvwm/geometry.c (get_title_font_size_and_offset):
8272         * fvwm/update.c (apply_window_updates):
8273         * fvwm/borders.c (border_set_button_pixmap):
8274         (border_get_titlebar_draw_descr):
8275         (border_draw_title):
8276         (border_rotate_titlebar_descr):
8277         (border_get_titlebar_descr):
8278         More UseTitleDecorRotation preparation
8280 2002-12-22  Dan Espen  <dane@mk.telcordia.com>
8282         * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
8283         so we won't get so many application bugs report to fvwm-workers.
8285         * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
8287 2002-12-21  Marcus Lundblad <ml@update.uu.se>
8289         * fvwm/style.c (style_parse_one_style_option):
8290         * fvwm/style.h:
8291         * fvwm/fvwm.h:
8292         * fvwm/window_flags:
8293         * fvwm/decorations.c (is_function_allowed,
8294                               __is_resize_allowed):
8295         Added styles Closable, Iconifiable, Maximizable and
8296         AllowMaximizeFixedSize
8297         * fvwm/conditional.c (MatchesConditionMask,
8298                               CreateConditionMask):
8299         Added conditionals Closable,Iconifiable and Maximizable
8300         * fvwm/fvwm.1.in:
8301         Documented styles Closable, Iconifiable, Maximizable and
8302         AllowMaximizeFixedSize and conditionals
8303         Closable,Iconifiable and Maximizable
8305 2002-12-20  olicha  <olivier.chapuis@free.fr>
8307         * fvwm/window_flags.h:
8308         * fvwm/update.h:
8309         * fvwm/update.c (apply_window_updates):
8310         * fvwm/style.h:
8311         * fvwm/style.c (style_parse_one_style_option):
8312         * fvwm/fvwm.h:
8313         UseTitleDecorRotation style preparation
8315         * fvwm/fvwm.c (main):
8316         Use best TrueColor visual
8318         * fvwm/borders.c (border_get_border_gcs):
8319         Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
8320         window which may have a depth != Pdepth
8322         * fvwm/menus.c (paint_side_pic):
8323         * fvwm/menuitem.c (menuitem_paint):
8324         * fvwm/icons.c (DrawIconPixmapWindow):
8325         * fvwm/colorset.c (parse_colorset):
8326         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8327         Used Scr.AlphaGC
8329 2002-12-19  olicha  <olivier.chapuis@free.fr>
8331         * libs/Graphics.c (CreateRotatedPixmap):
8332         * libs/fvwmlib.h:
8333         New interface function CreateRotatedPixmap
8335         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8336         (PImageLoadXpm):
8337         * libs/PictureGraphics.c (PCreateRenderPixmap):
8338         (PCreateDitherPixmap):
8339         * libs/Graphics.c (CreateGradientPixmap):
8340         (CreateRotatedPixmap):
8341         * acconfig.h:
8342         * configure.in:
8343         * libs/FShm.h (new file):
8344         * libs/FImage.h (new file):
8345         * libs/FImage.c (new file):
8346         * libs/Makefile.am:
8347         * fvwm/fvwm.c (setVersionInfo):
8348         Added MIT Shared Memory Extension for XImage
8350         * NEWS:
8351         Some news
8353         * fvwm/screen.h:
8354         * fvwm/builtins.c (ReadDecorFace):
8355         (FreeDecorFace):
8356         * fvwm/borders.c (border_draw_decor_to_pixmap):
8357         (border_fill_pixmap_background):
8358         AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8360 2002-12-17  Mikhael Goikhman  <migo@homemail.com>
8362         * libs/FBidiJoin.c:
8363         shape-and-join fixes from Nadim Shaikli (slightly modified)
8365 2002-12-16  olicha  <olivier.chapuis@free.fr>
8367         * libs/PictureGraphics.h:
8368         * libs/PictureGraphics.c (PTileRectangle):
8369         (PGraphicsCreateTiledPicture):
8370         * libs/Graphics.c (CreateTiledPixmap):
8371         New interface function: PGraphicsCreateTiledPicture
8373         * fvwm/screen.h:
8374         * fvwm/fvwm.c (CreateGCs):
8375         Added a global (Scr) alpha GC
8377         * configure.in:
8378         * fvwm/screen.h:
8379         * fvwm/builtins.c (ReadMultiPixmapDecor):
8380         (update_decorface_colorset):
8381         (FreeDecorFace):
8382         * fvwm/borders.c (border_get_tb_parts_to_draw):
8383         (border_fill_pixmap_background):
8384         (border_setup_bar_pixmaps):
8385         (border_get_bar_pixmaps):
8386         (border_free_bar_pixmaps):
8387         (border_mp_render_into_pixmap):
8388         (border_mp_get_length):
8389         (border_mp_get_titlebar_descr):
8390         (border_mp_get_geometry):
8391         (border_mp_get_use_title_style_parts_and_geometry):
8392         (border_mp_draw_mp_titlebar):
8393         (border_draw_decor_to_pixmap):
8394         (border_draw_title_deep):
8395         (border_get_titlebar_draw_descr):
8396         (border_setup_use_title_style):
8397         (border_get_titlebar_descr_state):
8398         (border_get_titlebar_descr):
8399         (border_get_transparent_decorations_part):
8400         (border_draw_title_stick_lines):
8401         MultiPixmap can use Colorset and Solid color. Various others minor
8402         improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8403         "main" drawing code and remove the #ifdef.
8404         New option to ButtonStyle and TitleStyle: StretchedPixmap.
8405         Use the new Scr.AlphaGC.
8407 2002-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8409         * fvwm/add_window.c (validate_transientfor):
8410         do not ignore transientfor hint for iconified windows
8412 2002-12-12  Jason Weber <baboon@imonk.com>
8414         * fvwm/fvwm.1.in:
8415         * fvwm/conditional.c (CMD_ScanForWindow):
8416         * fvwm/commands.h:
8417         * fvwm/functable.c:
8418         rename ScanWindow to ScanForWindow
8420 2002-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8422         * fvwm/menuitem.c (menuitem_paint):
8423         * fvwm/colorset.c (parse_colorset):
8424         * fvwm/icons.c (DrawIconPixmapWindow):
8425         * fvwm/focus.c (_SetFocusWindow):
8426         (_ReturnFocusWindow):
8427         (_DeleteFocus):
8428         (_ForceDeleteFocus):
8429         (__activate_window_by_command):
8430         patches to prevent UMR messages in memory debuggers
8432 2002-12-11  Jason Weber <baboon@imonk.com>
8434         * fvwm/fvwm.1.in: Added ScanWindow
8436         * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8437         * fvwm/commands.h:
8438         * fvwm/functable.c:
8439         Generalized CMD_Direction into direction_cmd.
8440         Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8441         Replace Cycle prefix with secondary direction argument.
8443 2002-12-10  Dan Espen  <dane@mk.telcordia.com>
8445         * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8447 2002-12-05  Marcus Lundblad <ml@update.uu.se>
8448         * fvwm/conditional.c (CreateConditionMask):
8449         Implemented conditional "FixedSize" and "HasHandles"
8450         * fvwm/fvwm.1.in
8451         Documented conditional options "FixedSize" and "HasHandles".
8453 2002-12-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8455         * fvwm/placement.c (PlaceWindow):
8456         fixed StickyAcrossDesks w/ StartsOnPage
8458         * fvwm/functable.c:
8459         * fvwm/commands.h:
8460         * fvwm/ewmh_conf.c (set_state_workaround):
8461         * fvwm/update.c (apply_window_updates):
8462         * fvwm/windowlist.c (CMD_WindowList):
8463         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8464         (ewmh_WMStateSticky):
8465         * fvwm/conditional.c (CreateConditionMask):
8466         * fvwm/gnome.c (GNOME_SetHints):
8467         (GNOME_GetStyle):
8468         (GNOME_HandlePropRequest):
8469         * fvwm/placement.c (SmartPlacement):
8470         (get_next_x):
8471         (get_next_y):
8472         (test_fit):
8473         (PlaceWindow):
8474         * fvwm/session.c (SaveWindowStates):
8475         (MatchWinToSM):
8476         (MatchWinToSM):
8477         * fvwm/ewmh.c (check_desk):
8478         (EWMH_SetWMDesktop):
8479         (ewmh_ComputeAndSetWorkArea):
8480         (ewmh_HandleDynamicWorkArea):
8481         (ewmh_HandleDesktop):
8482         (ewmh_HandleDock):
8483         (ewmh_HandleMenu):
8484         (ewmh_HandleToolBar):
8485         * fvwm/virtual.c (UnmapDesk):
8486         (MapDesk):
8487         (MoveViewport):
8488         (do_move_window_to_desk):
8489         * fvwm/icons.c (setup_icon_title_size):
8490         (DrawIconTitleWindow):
8491         (AutoPlaceIcon):
8492         (Iconify):
8493         * fvwm/borders.c (is_button_toggled):
8494         (get_common_decorations):
8495         (border_draw_title_stick_lines):
8496         * fvwm/add_window.c (AddWindow):
8497         * fvwm/move_resize.c (__move_window):
8498         (__move_window):
8499         (is_window_sticky_across_pages):
8500         (is_window_sticky_across_desks):
8501         (MaximizeHeight):
8502         (MaximizeWidth):
8503         (stick_page):
8504         (stick_desk):
8505         (CMD_Stick):
8506         (CMD_StickAcrossPages):
8507         (CMD_StickAcrossDesks):
8508         (stick_across_pages):
8509         (stick_across_desks):
8510         (handle_stick_across_desks):
8511         (handle_stick_across_pages):
8512         (handle_stick):
8513         * fvwm/fvwm.h (struct):
8514         * fvwm/style.c (style_parse_one_style_option):
8515         (check_window_style_change):
8516         * fvwm/style.h:
8517         * fvwm/window_flags.h:
8518         renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8519         StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8520         everywhere
8522         * fvwm/focus.c (CMD_Focus):
8523         (CMD_FlipFocus):
8524         (__activate_window_by_command):
8525         (__update_windowlist):
8526         (__set_focus_to_fwin):
8527         (_SetFocusWindow):
8528         (_ReturnFocusWindow):
8529         (_DeleteFocus):
8530         (_ForceDeleteFocus):
8531         fixed window list order with FlipFocus command
8533 2002-12-08  Mikhael Goikhman  <migo@homemail.com>
8535         * AUTHORS:
8536         * NEWS:
8537         document bidi entry undocumented in 2.5.5
8539 2002-12-06  olicha  <olivier.chapuis@free.fr>
8541         * acinclude.m4:
8542         Fixed the "detection" of the LINGUAS variable
8544         * configure.in:
8545         Added ar to ALL_LINGUAS
8548 2002-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8550         * fvwm/move_resize.c (__resize_window):
8551         fixed handling of MontionNotify and PropertyNotify events
8553 2002-12-03  olicha  <olivier.chapuis@free.fr>
8555         * fvwm/borders.c (border_draw_decor_to_pixmap):
8556         (border_get_border_background):
8557         (get_common_decorations):
8558         BorderGC cleanup
8560         * fvwm/builtins.c (CMD_PrintInfo):
8561         New subject nls to PrintInfo
8563         * libs/FGettext.c (*):
8564         New command FlocalePath
8566 2002-12-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8568         * NEWS:
8569         * configure.in:
8570         changed version to 2.5.6
8572         * NEWS:
8573         * configure.in:
8574         updated for 2.5.5
8576 2002-12-02  olicha  <olivier.chapuis@free.fr>
8578         * libs/FRenderInit.c (FRenderInit):
8579         Fixed alpha depth if !XRenderSupport
8581         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8582         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8583         (PImageLoadPng):
8584         * libs/PictureImageLoader.h:
8585         Fixed image loading on bigedian machine
8587 2002-12-01  Mikhael Goikhman  <migo@homemail.com>
8589         * libs/FBidi.c (FBidiConvert):
8590         several small changes
8591         * libs/FBidiJoin.c (shape_n_join):
8592         enabled a new bidi shaping code
8594 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8596         * fvwm/frame.c (frame_restore_client_gravities):
8597         (frame_free_move_resize_args):
8598         fixed a redrawing problem after shading a window
8600 2002-11-29  olicha  <olivier.chapuis@free.fr>
8602         * acinclude.m4:
8603         Defined AM_PATH_PROG_WITH_TEST and re-enable it
8605         * configure.in:
8606         * Makefile.am:
8607         Fixed two missprints
8609 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8611         * fvwm/bindings.c (ParseBinding):
8612         fix for stroke-less compile
8614 2002-11-29  olicha  <olivier.chapuis@free.fr>
8616         * fvwm/commands.h (enum):
8617         * fvwm/functable.c (func_table):
8618         * fvwm/builtins.c (CMD_LocalePath):
8619         * libs/FGettext.c (FGettextSetLocalePath):
8620         * libs/FGettext.h:
8621         Preparation for LocalePath command
8623         * fvwm/screen.h (ScreenInfo):
8624         * fvwm/fvwm.c (CreateGCs):
8625         Rename Scr.TileGC to Scr.BordersGC
8627         * acinclude.m4:
8628         A libintl autoconf fix
8630         * libs/Colorset.c (CreateBackgroundPixmap):
8631         Do not grab the server when we dump the E setroot pixmap
8633 2002-11-29  olicha  <olivier.chapuis@free.fr>
8635         * acconfig.h:
8636         * fvwm/Makefile.am:
8637         * Makefile.am:
8638         * configure.in:
8639         * acinclude.m4:
8640         Added NLS support with gnu gettext
8642         * fvwm/fvwm.c (main):
8643         FGettextInit
8645         * fvwm/expand.c (expand_vars_extended):
8646         New extanded variable $[gt.any_string]
8648         * fvwm/virtual.c (CMD_DesktopName):
8649         * fvwm/windowlist.c (get_desk_title):
8650         * fvwm/expand.c (expand_vars_extended):
8651         * fvwm/fvwm.c (SetRCDefaults):
8652         * fvwm/ConfigFvwmSetup:
8653         Mark some strings to be translated
8655         * libs/FGettext.c (new file):
8656         * libs/FGettext.c (new file):
8657         * libs/Makefile.am:
8658         gnu gettext libintl warper
8660 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8662         * fvwm/add_window.c (RestoreWithdrawnLocation):
8663         rixed rxvts with S/E gravity travelling off screen upon recapture after
8664         they were resized.
8666         * fvwm/events.c (__handle_key_event):
8667         * fvwm/bindings.c (activate_binding):
8668         (__rebind_global_key):
8669         fixed unbinding pointerkey bindings removing the grab for this key
8670         completely
8672         * fvwm/events.c (__is_bpress_window_handled):
8673         fixed click on override redirect windows being handled by the root
8674         window
8676         * fvwm/misc.c (GrabEm):
8677         confine the pointer to the root window when grabbed
8679         * fvwm/events.c (HandleUnmapNotify):
8680         fixed reparenting problem with restarts from desks != 0
8682 2002-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8684         * fvwm/events.c:
8685         removed experimental code
8687 2002-11-28  olicha  <olivier.chapuis@free.fr>
8689         * fvwm/borders.c (border_get_border_background):
8690         (border_draw_decor_to_pixmap):
8691         (border_fill_pixmap_background):
8692         Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8693         soon.
8695 2002-11-26  Mikhael Goikhman  <migo@homemail.com>
8697         * fvwm/fvwm.c (InitVariables):
8698         fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8699         of 100%
8700         * fvwm/virtual.c (CMD_EdgeScroll):
8701         minor spacing
8703         * fvwm/ConfigFvwmDefaults:
8704         do not include empty ConfigFvwmProxyDefaults, added one binding
8706 2002-11-26  olicha  <olivier.chapuis@free.fr>
8708         * libs/Colorset.c (CreateBackgroundPixmap):
8709         * fvwm/colorset.c (parse_colorset):
8710         Be more safe with the E root pixmap
8712 2002-11-25  olicha  <olivier.chapuis@free.fr>
8714         * fvwm/move_resize.c (__move_loop):
8715         Redraw the transparent decoration parts when a move is abored
8717         * fvwm/colorset.c (parse_colorset):
8718         Fixed the fgsh Colorset colors when the Image change but not the bg
8720 2002-11-24  Jason Weber  <baboon@imonk.com>
8722         * fvwm/conditional.c (CMD_Direction):
8723         Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8724         eventual traversal of all windows over repeated calls.  It also cycles
8725         back to the opposite extent when it hits the limit in the given
8726         direction.
8728 2002-11-22  olicha  <olivier.chapuis@free.fr>
8730         * fvwm/borders.h:
8731         * fvwm/borders.c (get_common_decorations):
8732         (border_get_parts_and_pos_to_draw):
8733         (border_get_changed_border_parts):
8734         (border_get_frame_pixmap, new):
8735         (border_get_border_background):
8736         (border_draw_one_border_part):
8737         (border_draw_decorations):
8738         (border_get_tb_parts_to_draw):
8739         (border_fill_pixmap_background):
8740         (border_get_titlebar_descr_state, new):
8741         (border_draw_titlebar):
8742         (border_setup_bar_pixmaps, new):
8743         (border_get_bar_pixmaps, new):
8744         (border_free_bar_pixmaps, new):
8745         (border_setup_use_title_style, new):
8746         (border_set_button_pixmap):
8747         (border_set_title_pixmap):
8748         (border_draw_one_button):
8749         (border_set_button_pixmap):
8750         (border_draw_title_deep):
8751         (border_get_transparent_decorations_part, new):
8752         Title, Border and Buttons Style Colorset Option: Drawing
8754         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8755         (__move_window):
8756         (__move_loop):
8757         * fvwm/frame.c (__frame_setup_window):
8758         (frame_has_handles_and_tiled_border):
8759         (frame_create_move_resize_args):
8760         (frame_free_move_resize_args):
8761         Title, Border and Buttons Style Colorset Option: External drawing
8762         stuff. Basically additional redrawing for RootTransparent
8764         * fvwm/builtins.c (update_decorface_colorset, new):
8765         (update_titlebutton_colorset, new):
8766         (update_decors_colorset, new):
8767         (update_fvwm_colorset):
8768         Title, Border and Buttons Style Colorset Option: Dynamic updating
8770         * fvwm/screen.h:
8771         * fvwm/builtins.c (ReadDecorFace):
8772         Title, Border and Buttons Style Colorset Option: Configuration
8774         * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8775         * libs/Colorset.h:
8776         Title, Border and Buttons Style Colorset Option: Convinent macros and
8777         function
8779 2002-11-18  Dan Espen  <dane@mk.telcordia.com>
8781         * libs/Makefile.am: Add missing Bindings.h.
8783 2002-11-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8785         * fvwm/move_resize.c (__move_loop):
8786         send M_CONFIGURE_WINDOW only when the window actually moves
8788 2002-11-16  Mikhael Goikhman  <migo@homemail.com>
8790         * libs/FBidi.c:
8791         * libs/FBidi.h:
8792         * libs/FBidiJoin.c:
8793         * libs/FBidiJoin.h:
8794         * libs/Makefile.am:
8795         incorporated a shape-and-join bidi functionality from Nadim Shaikli
8796         with minor improvements; it is disabled for now (#if 0) since
8797         some Arabic chars cause core dump
8799 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8801         * fvwm/fvwm.1.in (Examples):
8802         added documentation of Icon option for PlaceAgain command
8804         * fvwm/events.c (__handle_key_event):
8805         fixed global key binding problem
8807 2002-11-15  olicha  <olivier.chapuis@free.fr>
8809         * libs/Bindings.c (MatchBindingExactly):
8810         (__compare_binding):
8811         compile fixes w/o stroke lib
8813         * NEWS:
8814         * fvwm/geometry.c (get_title_font_size_and_offset):
8815         * fvwm/builtins.c (do_title_style):
8816         New MinHeight option to TitleStyle
8818 2002-11-15  olicha  <olivier.chapuis@free.fr>
8820         * fvwm/builtins.c (update_fvwm_colorset):
8821         (CMD_Colorset):
8822         (do_title_style):
8824         * fvwm/builtins.h:
8825         * fvwm/colorset.c (update_root_transparent_colorset):
8826         Fixed update of the RootTransparent colorset in fvwm
8828 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8830         * libs/Bindings.c (__compare_binding):
8831         (MatchBindingExactly):
8832         compoile fixes w/o stroke lib
8834 2002-11-14  olicha  <olivier.chapuis@free.fr>
8836         * fvwm/fvwm.1.in:
8837         * INSTALL.fvwm:
8838         * NEWS
8839         Removed any reference on "xft and flickering"
8841 2002-11-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8843         * fvwm/eventmask.h (XEVMASK_ICONW):
8844         * fvwm/events.c (HandleKeyRelease):
8845         (HandleKeyPress):
8846         (__handle_key_event):
8847         * fvwm/bindings.c (ParseBinding):
8848         (activate_binding):
8849         * libs/Bindings.h (enum):
8850         implemented key release bindings; prefix the key name with a '-';
8851         does not work well with some applications
8853 2002-11-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8855         * libs/Bindings.h:
8856         new file
8858         * fvwm/bindings.c (ParseBinding):
8859         (binding_cmd):
8860         (activate_binding):
8861         (bind_get_bound_button_contexts):
8862         (ParseBinding):
8863         (CMD_Stroke):
8864         (CMD_Mouse):
8865         (CMD_PointerKey):
8866         (CMD_Key):
8867         (RemoveMatchingBinding):
8868         (AddBinding):
8869         (AreBindingsEqual):
8870         (GrabWindowKey):
8871         (GrabWindowButton):
8872         (GrabAllWindowKeysAndButtons):
8873         * fvwm/module_interface.c (CMD_ModuleSynchronous):
8874         * fvwm/events.c (__handle_bpress_on_root):
8875         (__handle_bpress_on_managed):
8876         (HandleButtonRelease):
8877         * fvwm/builtins.c (CMD_Wait):
8878         (CMD_StrokeFunc):
8879         * libs/fvwmlib.h (enum):
8880         fixed Key vs. PointerKey with "A"ny context
8882 2002-11-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8884         * fvwm/icons.c (Iconify):
8885         icon placement safety patch
8886         (CreateIconWindow):
8887         fixed initial position of application provided icon windows
8889         * fvwm/session.c (LoadWindowStates):
8890         fixed parsing of strings beginning with whitespace in session file
8892         * fvwm/fvwm.1.in (Note):
8893         * fvwm/style.c (style_set_old_focus_policy):
8894         * libs/defaults.h (DEF_FP_MODIFIERS):
8895         set default modifiers for raising/focusing to N again
8897 2002-11-11  olicha  <olivier.chapuis@free.fr>
8899         * fvwm/fvwm.1.in:
8900         * fvwm/fvwm.c (main):
8901         (usage):
8902         named-palette -> visual-palette, -N -> -P
8904 2002-11-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8906         * fvwm/ConfigFvwmDefaults:
8907         include ConfigFvwmProxyDefaults
8909         * fvwm/fvwm.c (usage):
8910         polished usage message
8912 2002-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8914         * fvwm/fvwm.c (usage):
8915         (main):
8916         cleaned up usage and error messages
8917         use short option names in usage message an man page synopsis
8918         all options are case sensitive
8919         do not mention the "-" style long options in the man page; instead use
8920         the "--" style
8922         * fvwm/add_window.c (setup_frame_window):
8923         * fvwm/events.c (HandleMapNotify):
8924         * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8925         fixed empty decorations after recapture
8927         * fvwm/geometry.c (get_icon_geometry):
8928         * fvwm/icons.c (clear_icon):
8929         fixed icon jumping to 0 0 when the icon layout changes after the icon
8930         has been moved manually
8932         * fvwm/move_resize.c (__move_icon):
8933         fixed MoveToPage with icons
8935 2002-11-09  olicha  <olivier.chapuis@free.fr>
8937         * libs/Fft.c (FftGetRotatedFont):
8938         (FftGetFont):
8939         * libs/Fft.h:
8940         Check the return result of FftPatternGetMatrix
8942         * libs/Flocale.h:
8943         * libs/PictureBase.h:
8944         Added two macro
8946 2002-11-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8948         * fvwm/ewmh_conf.c (set_state_workaround):
8949         * fvwm/functable.c (func_table):
8950         * fvwm/update.c (apply_window_updates):
8951         * fvwm/windowlist.c (CMD_WindowList):
8952         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8953         (ewmh_WMStateSticky):
8954         * fvwm/conditional.c (CreateConditionMask):
8955         (CreateConditionMask):
8956         * fvwm/gnome.c (GNOME_SetHints):
8957         (GNOME_GetStyle):
8958         (GNOME_HandlePropRequest):
8959         * fvwm/placement.c (SmartPlacement):
8960         (get_next_x):
8961         (test_fit):
8962         (get_next_y):
8963         (PlaceWindow):
8964         * fvwm/session.c (SaveWindowStates):
8965         (MatchWinToSM):
8966         * fvwm/ewmh.c (check_desk):
8967         (EWMH_SetWMDesktop):
8968         (ewmh_ComputeAndSetWorkArea):
8969         (ewmh_HandleDynamicWorkArea):
8970         (ewmh_HandleDesktop):
8971         (ewmh_HandleDock):
8972         (ewmh_HandleMenu):
8973         (ewmh_HandleToolBar):
8974         * fvwm/virtual.c (UnmapDesk):
8975         (MapDesk):
8976         (MoveViewport):
8977         (MoveViewport):
8978         (do_move_window_to_desk):
8979         * fvwm/icons.c (setup_icon_title_size):
8980         (DrawIconTitleWindow):
8981         (AutoPlaceIcon):
8982         (Iconify):
8983         * fvwm/borders.c (is_button_toggled):
8984         (get_common_decorations):
8985         (border_draw_title_stick_lines):
8986         * fvwm/add_window.c (AddWindow):
8987         * fvwm/move_resize.c (__move_window):
8988         (is_window_sticky_on_page):
8989         (is_window_sticky_on_desk):
8990         (MaximizeWidth):
8991         (MaximizeHeight):
8992         (stick_page):
8993         (stick_desk):
8994         (handle_stick):
8995         (handle_stick_page):
8996         (handle_stick_desk):
8997         (__handle_stick_exit):
8998         (CMD_StickDesk):
8999         (CMD_StickPage):
9000         * fvwm/style.c (style_parse_one_style_option):
9001         (check_window_style_change):
9002         * fvwm/style.h:
9003         * fvwm/fvwm.h:
9004         New Style options stickypage and stickydesk
9005         New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
9006         StickyDesk, OnlyStickyPage, OnlyStickyDesk
9007         New conditions StickyPage and StickyDesk
9008         New commands StickPage and StickDesk
9010         * fvwm/move_resize.c (__move_window):
9011         do not unstick a window when using MoveToScreen
9013         * fvwm/ewmh_conf.c:
9014         reindented
9016         * fvwm/commands.h:
9017         * fvwm/functable.c (func_table):
9018         * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
9019         renamed EWMHBaseStrut to EwmhBaseStruts
9021         * fvwm/style.c (style_set_old_focus_policy):
9022         SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
9023         (style_parse_one_style_option):
9024         renamed "Border" style to "Borders"
9025         removed "NoBorder" style; use !Borders instead
9026         renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
9027         renamed PlacmentOverlapPercentPenalties to
9028         MinOverlapPercentPlacementPenalties
9030         * fvwm/fvwm.1.in:
9031         * NEWS:
9032         corrected typo
9034         * libs/Fft.c:
9035         Fixed compiler warnings
9037 2002-11-09  Mikhael Goikhman  <migo@homemail.com>
9039         * configure.in:
9040         autogenerate FvwmWindowLister files
9042         * fvwm/fvwm.1.in:
9043         mention fvwm-menu-directory and fvwm-menu-desktop as examples
9044         of MissingSubmenuFunction and DynamicPopupAction
9046 2002-11-08  olicha  <olivier.chapuis@free.fr>
9048         * libs/PictureUtils.c (alloc_color_proportion):
9049         (alloc_color_proportion_dither):
9050         (alloc_color_proportion_grey):
9051         (alloc_color_x):
9052         (free_colors_in_table):
9053         (free_colors_x):
9054         (init_static_colors_table):
9055         (PictureFreeColors):
9056         (PictureInitColors):
9057         (PicturePrintColorInfo):
9058         Fixed StaticColor visual. Rename some of the color allocators. Clean up
9059         free colors stuff
9061 2002-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9063         * fvwm/move_resize.c (__move_window):
9064         ignore MoveToPage with sticky windows
9066         * fvwm/conditional.c (Circulate):
9067         (circulate_cmd):
9068         Next and Prev commands begin looking at the context window, if any
9070         * fvwm/focus.c (__focus_grab_buttons):
9071         fixed initial button grabbing on client window
9073         * fvwm/stack.c (BroadcastRestack):
9074         split long packets, fixed a bug and cleaned up
9076         * libs/Module.c (ReadFvwmPacket):
9077         ignore packets that are too long
9079         * fvwm/fvwm.1.in:
9080         document PopupDelay and PopdownDelay defaults
9082 2002-11-06  olicha  <olivier.chapuis@free.fr>
9084         * libs/Fft.c (FftGetFont):
9085         (FftGetRotatedFont):
9086         Use a more perfectioned method for loading font with Xft/Fc. This
9087         method allows sanity check. Preserve the matrix when rotating
9088         Xft/Fc fonts.
9090         * libs/Flocale.c (FlocaleGetMinOffset):
9091         (FlocaleRotateDrawString):
9092         (FlocaleGetFontSet):
9093         (FlocaleGetFont):
9094         * libs/Fft.c (FftDrawString):
9095         (FftGetFont):
9096         * libs/FftInterface.h:
9097         * fvwm/geometry.c (get_title_font_size_and_offset):
9098         Move the computation of the good "y" for drawing text into Flocale.
9099         Use the max ascent, descent and height for font metric (in the place
9100         of the min's one).
9102         * libs/Flocale.c (FlocalePrintLocaleInfo):
9103         * libs/Flocale.h:
9104         * libs/Fft.c (FftPrintPatternInfo):
9105         * libs/Fft.h:
9106         * fvwm/builtins.c (CMD_PrintInfo):
9107         * NEWS:
9108         * fvwm.1.in:
9109         New option "Locale" to PrintInfo Command
9111 2002-11-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9113         * fvwm/events.c (HandleExpose):
9114         removed no-op
9116 2002-11-04  Dan Espen  <dane@mk.telcordia.com>
9118         * fvwm/fvwm.1.in: colour -> color
9119         Language check.
9121 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9123         * fvwm/fvwm.1.in:
9124         * fvwm/fvwm.c (usage):
9125         (main):
9126         pallet -> palette
9128 2002-11-04  olicha  <olivier.chapuis@free.fr>
9130         * configure.in:
9131         Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
9133         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9134         (finish_ct_init):
9135         (PictureFreeColors):
9136         (PicturePrintColorInfo):
9137         Trace colours allocation out of the pallet in depth <= 8. Better
9138         information on coulours
9140         * libs/Fft.c (FftGetRotatedFont):
9141         * libs/Fft.h:
9142         Fixed rotated font when the original font has a matrix
9144         * libs/PictureBase.c (PictureInitCMapRoot):
9145         * libs/PictureUtils.h:
9146         * libs/PictureUtils.c (PictureInitColors):
9147         (PictureAllocColorTable):
9148         * libs/PictureBase.h (PictureColorLimitOption):
9149         * fvwm/fvwm.c (main):
9150         * fvwm/fvwm.1.in
9151         New options -strict-color-limit, -allocate-pallet, -static-pallet,
9152         -named-pallet. -color-limit now take only integer argument.
9155 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9157         * libs/Module.h (struct):
9158         new type FvwmWinPacketBodyHeader to access the standard fields in a
9159         packet with a window
9161 2002-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9163         * NEWS:
9164         updated for 2.4.13
9166         * fvwm/functable.c (func_table):
9167         * fvwm/commands.h:
9168         * fvwm/style.c (style_parse_one_style_option):
9169         (parse_and_set_window_style):
9170         (__style_command):
9171         (CMD_Style):
9172         (CMD_FocusStyle):
9173         added a new command FocusStyle as a shorthand for
9174         "Style * FP..., FP..."
9176         * fvwm/builtins.c (__parse_vector_line_one_coord):
9177         (__parse_vector_line):
9178         (ReadDecorFace):
9179         split vector line parsing into sub functions
9180         (FreeDecorFace):
9181         fixed core dump in vector button offset patch
9183 2002-11-01  Marcus Lundblad <ml@update.uu.se>
9185         * fvwm/screen.h (vector_coords):
9186         added fields for offsets
9187         * fvwm/builtins.c (ReadDecorFace):
9188         rewrote parser for vector definitions to accept optional offsets
9189         * fvwm/fvwm.c (LoadDefaultLeftButton):
9190         (LoadDefaultRightButton)
9191         set default values for offsets
9192         * fvwm/borders.c (border_draw_vector_to_pixmap):
9193         updated XDrawLine call to take offsets into account
9194         * fvwm/fvwm.1.in:
9195         documented new options for vector offsets
9197 2002-11-01  olicha  <olivier.chapuis@free.fr>
9199         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9200         Fixed icon tint pixel, it was set to icon tint percent during some
9201         renaming
9203 2002-10-31  olicha  <olivier.chapuis@free.fr>
9205         * libs/PictureUtils.c (PictureAllocColorImage):
9206         (PictureOpenImageColorAllocator):
9207         (PictureCloseImageColorAllocator):
9208         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9209         (FIMAGE_CMD_ARGS):
9210         (PImageLoadXpm):
9211         (PImageCreatePixmapFromArgbData):
9212         (PImageLoadPixmapFromFile):
9213         * libs/PictureBase.h (FvwmPictureThing):
9214         (PictureImageColorAllocator):
9215         * libs/Picture.h:
9216         * libs/Picture.c (PDestroyFvwmPicture):
9217         (PLoadFvwmPictureFromPixmap):
9218         * libs/Graphics.c (CreateGradientPixmap):
9219         * fvwm/fvwm.c:
9220         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9221         Added a new way to allocate colors for image and gradient. This method
9222         allows, in particular, to save (in a "fast" way) the allocated pixels
9223         with a minimal memory usage.
9224         Fixed color leaks for png, ewmh and dithered xpm images.
9226         * fvwm/add_window.c (destroy_icon):
9227         * fvwm/fvwm.h (FvwmWindow):
9228         * fvwm/icons.c (GetIconFromFile):
9229         Fixed color leaks
9231 2002-10-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9233         * fvwm/commands.h:
9234         * fvwm/functable.c:
9235         * fvwm/stack.c (enum):
9236         (position_new_window_in_stack_ring):
9237         (new_layer):
9238         (must_move_transients):
9239         (restack_windows):
9240         (__restack_window):
9241         (__raise_lower_recursion):
9242         (__raise_or_lower_window):
9243         (raise_or_lower_window):
9244         (collect_transients_recursive):
9245         (__is_restack_transients_needed):
9246         (RestackWindow):
9247         (CMD_RestackTransients):
9248         new command RestackTransients which works like Raise and Lower but does
9249         not restack windows that are not transient
9250         renamed some functions
9251         general cleanup
9253         * fvwm/fvwm.1.in:
9254         corrected cursor movement key bindings
9256         * fvwm/bindings.c (activate_binding):
9257         fixed problem w/ bindings being overridden by applications OpenOffice
9258         and the Gnome panel
9260 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
9262         * configure.in:
9263         * NEWS:
9264         switched to 2.5.5
9266         * configure.in:
9267         include FvwmProxy to build
9269 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
9271         * configure.in:
9272         exclude FvwmProxy from build
9274         * configure.in:
9275         * NEWS:
9276         updated for 2.5.4
9278 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9280         * configure.in:
9281         added FvwmProxy module
9283 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
9285         * fvwm/fvwm.1.in:
9286         * fvwm/windowlist.c (CMD_WindowList):
9287         renamed SortClassName to SortByClass
9289 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9291         * fvwm/menustyle.c (menustyle_update):
9292         (menustyle_parse_style):
9293         (menustyle_get_styleopt_index):
9294         (menustyle_parse_style):
9295         (CMD_CopyMenuStyle):
9296         * fvwm/menustyle.h:
9297         removed HilightRelief MenuStyle and hard coded it
9299 2002-10-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9301         * fvwm/menus.c (make_menu_window):
9302         fixed updating menu background with "Menustyle * Background"
9304         * fvwm/stack.c (__get_stacking_sibling):
9305         (restack_windows):
9306         fixed another stacking problem
9308 2002-10-28  Mikhael Goikhman  <migo@homemail.com>
9310         * acinclude.m4:
9311         * configure.in:
9312         corrected and lined up several help lines
9314         * INSTALL.fvwm:
9315         added --enable-xinerama-emulation description
9317 2002-10-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9319         * fvwm/stack.c (restack_windows):
9320         (__get_stacking_sibling):
9321         fixed another stacking problem
9323 2002-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9325         * fvwm/add_window.c (AddWindow):
9326         braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
9327         windows starting lowered or on other layers in FvwmPager
9329         * fvwm/stack.c (restack_windows):
9330         (__get_visible_window):
9331         fixed a stacking problem with layers
9333 2002-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9335         * fvwm/functable.c (func_table):
9336         fixed Pick command
9338 2002-10-24  Mikhael Goikhman  <migo@homemail.com>
9340         * NEWS:
9341         * fvwm/fvwm.1.in:
9342         * fvwm/windowlist.c:
9343         new WindowList option SortByResource
9345         * fvwm/style.c (check_window_style_change):
9346         * libs/FlocaleCharset.c:
9347         fixed gcc warning
9349         * AUTHORS:
9350         place recent authors to the top, not bottom
9352         * fvwm/builtins.c:
9353         corrected typo in error message
9355 2002-10-23  Dan Espen  <dane@mk.telcordia.com>
9357         * fvwm/fvwm.1.in: Lang check done.
9359 2002-10-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9361         * fvwm/menus.c:
9362         work on new menu loop code
9364         * libs/timeout.h:
9365         * libs/timeout.c:
9366         new files
9368         * fvwm/menus.c (__mloop_handle_event):
9369         (__mloop_get_event):
9370         (__mloop_handle_action_with_mi):
9371         * fvwm/menus.h (MenuReturn):
9372         renamed MenuReturn member menu to target_menu
9374         * fvwm/menus.c (__mloop_handle_event):
9375         * fvwm/menus.h (MenuReturn):
9376         removed a "write only" member of MenuReturn
9378         * fvwm/conditional.c (circulate_cmd):
9379         fixed the "Any" command
9381 2002-10-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9383         * fvwm/stack.c (mark_transient_subtree):
9384         fixed stack ring corruption with iconified transients
9385         (restack_windows):
9386         fixed a problem with lowering windows below the icons of their
9387         transients
9389 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9391         * libs/Colorset.c:
9392         * fvwm/menustyle.c:
9393         * libs/Colorset.h:
9394         * libs/Flocale.h:
9395         * libs/PictureBase.h:
9396         * fvwm/menuitem.c:
9397         * fvwm/geometry.c:
9398         * fvwm/colorset.c:
9399         renamed colorset_struct to colorset_t
9401 2002-10-22  olicha  <olivier.chapuis@free.fr>
9403         * libs/PictureUtils.c:
9404         Minor fixes and add #if O experimental code
9406 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9408         * fvwm/icons.c (DrawIconPixmapWindow):
9409         (DrawIconWindow):
9410         * fvwm/events.c (HandlePropertyNotify):
9411         * libs/Fft.c (FftDrawString):
9412         * libs/Colorset.c (DumpColorset):
9413         (LoadColorset):
9414         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9415         use renamed colorset_struct members
9417         * libs/Colorset.h (colorset_struct):
9418         renamed and re-sorted members and cut down bit field lengths for
9419         percentile members
9421         * fvwm/menustyle.c (menustyle_update):
9422         fixed core dump
9424         * fvwm/stack.c (restack_windows):
9425         fixed flickering when raising transients; can't prevent flickering when
9426         lowering a window completely
9427         (restack_windows):
9428         fixed unnecessary error message
9430         * fvwm/fvwm.c (main):
9431         init Scr to zeros
9433         * fvwm/stack.c (__restack_window):
9434         fixed a stacking problem with icons
9436         * fvwm/add_window.c (destroy_icon):
9437         fixed a memory leak
9439 2002-10-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9441         * fvwm/menuitem.c (menuitem_paint):
9442         * fvwm/menustyle.c (menustyle_parse_style):
9443         * fvwm/menus.c (paint_side_pic):
9444         (paint_menu):
9445         (select_menu_item):
9446         (repaint_transparent_menu):
9447         * fvwm/menustyle.h (MenuLook):
9448         cleaned up menu drawing code, fixed last patch
9450         * fvwm/menuitem.c (menuitem_paint):
9451         * fvwm/menustyle.c (menustyle_parse_style):
9452         fixed HilightBack default
9454         * fvwm/bindings.c (binding_cmd):
9455         (bind_get_bound_button_contexts):
9456         (ParseBinding):
9457         * fvwm/screen.h (ScreenInfo):
9458         fixed mouse bindings with buttons > 5
9460         * fvwm/menuitem.c (menuitem_paint):
9461         * fvwm/menustyle.c (menustyle_parse_style):
9462         (menustyle_parse_style):
9463         (CMD_CopyMenuStyle):
9464         (menustyle_update):
9465         (menustyle_free):
9466         * fvwm/menus.c (repaint_transparent_menu):
9467         * fvwm/menustyle.h:
9468         HilightBack and ActiveFore are now independent
9470 2002-10-18  olicha  <olivier.chapuis@free.fr>
9472         * libs/PictureUtils.c (get_color_index):
9473         (create_mapping_table):
9474         (PictureAllocColorTable):
9475         Use a new distance and method for color approximation. Use 68 colors
9476         for the default under depth 8. I am happy with this, should use a
9477         similar distance method for dithering
9479         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9480         (PictureAllocColorTable):
9481         (PictureDitherByDefault):
9482         (PictureUseBWOnly):
9483         (PictureIitColors):
9484         (PicturePrintColorInfo):
9485         * libs/PictureUtils.h:
9486         Allows -color-limit to work with any visual and depth for testing
9487         propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9489         * fvwm/colorset.c:
9490         Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9492 2002-10-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9494         * fvwm/add_window.c (get_default_window_attributes):
9495         cleaned up
9497         * fvwm/builtins.c (CMD_ChangeDecor):
9498         removed some duplicate redrawing
9500         * fvwm/update.c (apply_decor_change):
9501         suppress duplicate window update upon ChangeDecor
9502         (apply_window_updates):
9503         do not delete the focus window
9505 2002-10-17  olicha  <olivier.chapuis@free.fr>
9507         * NEWS:
9508         A bunch of news
9510         * libs/Colorset.c (CreateBackgroundPixmap):
9511         Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9513         * fvwm/builtins.c (CMD_Colorset):
9514         Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9516 2002-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9518         * fvwm/add_window.c (AddWindow):
9519         * fvwm/update.c (apply_window_updates):
9520         * fvwm/move_resize.c (handle_stick):
9521         (CMD_Stick):
9522         suppress drawing of sticky decorations initially
9523         reduce module communication overhead when (un)sticking windows
9525         * fvwm/borders.c (border_draw_decorations):
9526         * fvwm/window_flags.h:
9527         * fvwm/fvwm.h:
9528         * fvwm/frame.c (frame_create_move_resize_args):
9529         (get_resize_decor_gravities_one_axis):
9530         (frame_mrs_setup_draw_decorations):
9531         (mr_args_internal):
9532         initialize window decorations with a "None" pixmap;
9533         delay drawing window decorations initially to prevent drawing multiple
9534         times;
9535         => windows grabbing the focus upon startup are drawn focused
9536         immediately
9538         * fvwm/frame.c (frame_free_move_resize_args):
9539         reparent the frame hide windows to NoFocusWin instead of Root to
9540         suppress unnecessary ReparentNotify events
9542 2002-10-16  olicha  <olivier.chapuis@free.fr>
9544         * fvwm/fvwm.c (main):
9545         Fixed a typo
9547         * libs/FRender.h:
9548         Fixed compilation with X cvs
9550         * libs/Colorset.c (CreateBackgroundPixmap):
9551         Fixed a GC leak
9553         * fvwm/events.c (HandlePropertyNotify):
9554         * fvwm/colorset.c (update_root_pixmap):
9555         Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9556         to found a root pixmap
9558 2002-10-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9560         * fvwm/bindings.c (bind_get_bound_button_contexts):
9561         another mouse binding fix
9563         * fvwm/conditional.c (CreateConditionMask):
9564         simplified parsing
9565         all conditions have a negation with '!' prepended
9566         (Circulate):
9567         (CMD_All):
9568         (select_cmd):
9569         Current, All, Pick, ThisWindow and PointerWindow imply the
9570         CirculateHitShaded condition.
9572         * fvwm/focus.c (__focus_grab_buttons):
9573         * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9574         fixed bindings using mouse buttons >= 6
9576 2002-10-15  olicha  <olivier.chapuis@free.fr>
9578         * libs/PictureUtils.c (PicturePrintColorInfo):
9579         (print_colormap):
9580         * fvwm/commands.h:
9581         * fvwm/functable.c (func_table):
9582         * fvwm/builtins.c (CMD_PrintInfo):
9583         * fvwm/fvwm.1.in:
9584         New cmd PrintInfo. Only one arg at present time: "Colors"
9586         * fvwm/fvwm.c (main):
9587         Auto detect card with 2 hardware colormaps and choose the best
9588         visual and colormap
9590         * libs/PictureUtils.c (PictureInitColors):
9591         (*):
9592         * libs/PictureUtils.h:
9593         * fvwm/fvwm.c (main):
9594         * libs/PictureBase.c (PictureInitCMapRoot):
9595         (PictureInitCMap):
9596         * libs/PictureBase.h:
9597         Try to support DirectColor visual in a good way, I do not think
9598         this is really useful.
9599         Added a flexible interface function PictureInitColors for
9600         colors allocation initialization.
9601         Some cleanup in color allocation and some preparation for a new
9602         method for saving and freeing colors allocated by images and gradients.
9603         Removed some ifdefed to 0 debug code.
9605         * libs/Picture.c (*):
9606         * libs/Picture.h:
9607         * libs/PictureImageLoader.c (*):
9608         * libs/PictureImageLoader.h:
9609         Replace Root by win
9611 2002-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9613         * fvwm/add_window.c (setup_key_and_button_grabs):
9614         * fvwm/bindings.c (ParseBinding):
9615         (activate_binding):
9616         * fvwm/add_window.c (setup_key_and_button_grabs):
9617         don't grab window context specific bindings anymore; instead, set
9618         Scr.buttons2grab accordingly
9620         * fvwm/bindings.c (activate_binding):
9621         fixed stroke bindings on window context being ignored if no other
9622         action was bound to that context
9624         * fvwm/add_window.c (destroy_icon):
9625         fixed duplicate icon pixmap when switching from NoIconOverride to
9626         IconOverride
9628 2002-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9630         * fvwm/icons.c:
9631         re-indented some code
9632         (AutoPlaceIcon):
9633         fixed random position of icon title for icons with a position hint
9635         * fvwm/fvwm.1.in:
9636         corrected default of Use/NoIconPosition style
9638 2002-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9640         * fvwm/windowlist.c (CMD_WindowList):
9641         fixed random string for iconified windows in the WindowList
9643 2002-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9645         * NEWS:
9646         updated for 2.4.12
9648 2002-10-08  olicha  <olivier.chapuis@free.fr>
9650         * libs/PictureBase.c (*):
9651         (PictureInitCMapRoot)
9652         (PictureSetupWhiteAndBlack):
9653         (PictureWhitePixel):
9654         (PictureBlackPixel):
9655         (PictureDefaultGC):
9656         New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9657         of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9658         New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9659         but always use the root visual and allows to set or not a private
9660         color limit table.
9661         New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9662         but which respects the Pvisual
9664         * libs/PictureGraphics.c (*):
9665         * libs/FScreen.c (FScreenInit):
9666         * libs/FRender.c (FRenderRender):
9667         * libs/Fft.c (FftDrawString):
9668         * fvwm/icons.c (CreateIconWindow):
9669         * fvwm/colorset.c (parse_colorset):
9670         * fvwm/move_resize.c (CMD_XorValue):
9671         * fvwm/colorset.c (alloc_colorset):
9672         * fvwm/fvwm.c (main):
9673         Use the new interface functions and some fix if the fvwm depth !=
9674         the root depth.
9676         * libs/PictureUtils.c (PictureAllocColorTable):
9677         Change the default color table to a 4x4x4 cc + 4 grey
9679 2002-10-07  Dan Espen  <dane@mk.telcordia.com>
9681         * fvwm/fvwm.1.in: Use built-in, not builtin.
9683 2002-10-06  Mikhael Goikhman  <migo@homemail.com>
9685         * configure.in:
9686         s/FvwmNewDebug/FvwmDebug/
9688         * fvwm/commands.h:
9689         * fvwm/conditional.c (CMD_NoWindow):
9690         * fvwm/functable.c:
9691         * NEWS:
9692         new command NoWindow to remove window context
9694         * fvwm/fvwm.1.in:
9695         use "fvwm" spelling, at least in the middle of sentences
9697 2002-10-06  Dan Espen  <dane@mk.telcordia.com>
9699         * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9700         builtin commands.  Use "builtin", not "built in" or "built-in".
9701         Other adjustments.
9703 2002-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9705         * libs/Graphics.c (do_relieve_rectangle):
9706         removed debug message
9708         * fvwm/focus.c (__update_windowlist):
9709         (__set_focus_to_fwin):
9710         fixed reversal of __update_windowlist arguments causing FlipFocus to
9711         break [and maybe other things]
9713 2002-10-05  olicha  <olivier.chapuis@free.fr>
9715         * libs/PictureUtils.c (alloc_color_cube):
9716         It si possible to enable "gamma correction" for colors cubes (disabled,
9717         define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9719         * libs/PictureUtils.c (get_color_index):
9720         (create_mapping_table):
9721         Use a more exact approximation of colors for pur cc without the big
9722         16x16x16 cc
9724         * libs/PictureUtils.c (PictureFreeColors):
9725         Fixed a memory leak
9727         * libs/Graphics.c (CreateGradientPixmap):
9728         (CreateGradientPixmapFromString):
9729         Cleanup
9731 2002-10-04  olicha  <olivier.chapuis@free.fr>
9733         * libs/PictureUtils.c (*):
9734         Used a better color approximation for color cube when we do not dither.
9735         Added some new colors tables: color cube with some grey colors.
9736         Change the default to a 4x4x3 cc with 6 grey (54 colors).
9737         Some visual fixes.
9739         * fvwm/fvwm.c (main):
9740         Fixed the visual option
9742 2002-10-03  Mikhael Goikhman  <migo@homemail.com>
9744         * configure.in:
9745         generate FvwmNewDebug and FvwmGtkDebug
9747 2002-10-02  olicha  <olivier.chapuis@free.fr>
9749         * libs/PictureUtils.c (USED_DIST):
9750         Used the euclidian distance for colors distance
9752         * libs/Fft.c (FftGetFont):
9753         Disable Xft if the Xserver does not support XRender
9755 2002-10-01  olicha  <olivier.chapuis@free.fr>
9757         * libs/Fft.c (FftGetFont):
9758         Disable Xft if the Xserver does not support XRender
9760         * libs/FRender.c (FRenderRender):
9761         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9762         Fixed
9764         * libs/Colorset.c (SetRectangleBackground):
9765         (SetClippedRectangleBackground):
9766         * libs/Colorset.h:
9767         New interface function for drawing a subset of a colorset rectangle
9769 2002-09-26  olicha  <olivier.chapuis@free.fr>
9771         * fvwm/update.c (apply_window_updates):
9772         Fixed icons colorset update
9774         * libs/FRender.c (FRenderRender):
9775         Fixed bitmap rendering
9777         * fvwm/update.c (apply_window_updates):
9778         * fvwm/geometry.c (move_icon_to_position):
9779         * fvwm/events.c (HandleEnterNotify):
9780         (HandleExpose):
9781         (HandleLeaveNotify):
9782         (HandlePropertyNotify):
9783         * fvwm/add_window.c (setup_icon_font):
9784         * fvwm/icons.c (DrawIconWindow):
9785         (DrawIconTitleWindow):
9786         (DrawIconPixmapWindow):
9787         (ChangeIconPixmap):
9788         (RedoIconName):
9789         Fixed focus/unfocus flickering
9791 2002-09-25  olicha  <olivier.chapuis@free.fr>
9793         * fvwm/icons.c (DrawIconTitleWindow):
9794         One more drawing fix
9796 2002-09-24  olicha  <olivier.chapuis@free.fr>
9798         * fvwm/icons.c (DrawIconTitleWindow):
9799         An other drawing fix
9801 2002-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9803         * fvwm/move_resize.c (__move_loop):
9804         fixed uninitialised variable
9805         (InteractiveMove):
9806         fixed starting move at random position
9808 2002-09-24  olicha  <olivier.chapuis@free.fr>
9810         * fvwm/update.c (apply_window_updates):
9811         * fvwm/geometry.c (move_icon_to_position):
9812         * fvwm/events.c (HandleEnterNotify):
9813         (HandleExpose):
9814         (HandleLeaveNotify):
9815         (HandlePropertyNotify):
9816         * fvwm/add_window.c (setup_icon_font):
9817         * fvwm/icons.c (DrawIconWindow):
9818         (DrawIconTitleWindow):
9819         (DrawIconPixmapWindow):
9820         (ChangeIconPixmap):
9821         (RedoIconName):
9822         Fixed icon drawing. Split icon window drawing.
9824         * libs/FRender.c (*):
9825         Fixed compilation and small clean up
9827 2002-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9829         * fvwm/conditional.c (CreateFlagString):
9830         fixed quoting in conditional command conditions
9832         * fvwm/menus.c (__mloop_handle_event):
9833         removed unnecessary querying of pointer position on button release in
9834         menus
9835         (__menu_loop):
9836         fixed posting menus
9838         * fvwm/bindings.c (ParseBinding):
9839         increased maximum allowed key symbol name length to 200 characters
9841         * fvwm/execcontext.h (enum):
9842         * fvwm/fvwm.c (Done):
9843         (SetRCDefaults):
9844         (main):
9845         (StartupStuff):
9846         use new contexts
9848         * fvwm/execcontext.h (enum):
9849         added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9851         * fvwm/menus.c (pop_menu_up):
9852         fixed accidental menu animation with certain menu position hints
9854 2002-09-23  olicha  <olivier.chapuis@free.fr>
9856         * libs/FRender.c (*):
9857         Fixed(?) XRender rendering with some Xserver
9859         * fvwm/update.c (apply_window_updates):
9860         * fvwm/geometry.c (move_icon_to_position):
9861         * fvwm/events.c (HandleEnterNotify):
9862         (HandleExpose):
9863         (HandleLeaveNotify):
9864         (HandlePropertyNotify):
9865         * fvwm/add_window.c (setup_icon_font):
9866         * fvwm/icons.c (DrawIconWindow):
9867         (ChangeIconPixmap):
9868         (RedoIconName):
9869         Clip text and icon drawing for the icons
9871 2002-09-21  Mikhael Goikhman  <migo@homemail.com>
9873         * NEWS:
9874         * libs/System.c:
9875         Path commands now support form: "path1;ext1:path2:path3;ext3"
9876         where ext1 (for example, ".png") means all files in path1 should
9877         be forced to have extention ".png" even if the requested icon
9878         has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9880         * fvwm/execcontext.h:
9881         small changes in latters used for EXCT_* constants
9883         * fvwm/module_interface.c:
9884         * libs/Picture.c:
9885         * libs/PictureBase.c:
9886         * fvwm/cursor.c:
9887         some spacing reindentation
9889 2002-09-21  olicha  <olivier.chapuis@free.fr>
9891         * libs/FRender.c (FRenderCompositeAndCheck):
9892         Temporally take GraphicsExposure in account
9894 2002-09-20  Mikhael Goikhman  <migo@homemail.com>
9896         * libs/vpacket.h:
9897         fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9899 2002-09-20  olicha  <olivier.chapuis@free.fr>
9901         * fvwm/icons.c (GetIconPicture):
9902         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9903         Fixed the alpha channel
9905 2002-09-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9907         * NEWS:
9908         updated for 2.4.11
9910 2002-09-20  olicha  <olivier.chapuis@free.fr>
9912         * libs/FRender.c (FRenderTintPicture):
9913         (FRenderTintRectangle):
9914         (FRenderRender):
9915         * libs/FRenderInterface.h:
9916         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9917         Make FRender code more modular. Add a 24+8 tinting method and enable it
9918         in the place of the 32 tinting method (which can be enabled by defining
9919         USE_ABSOLUTE_FORMATE)
9921 2002-09-19  olicha  <olivier.chapuis@free.fr>
9923         * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9924         (animated_move_back):
9925         (pop_menu_up):
9926         (repaint_transparent_menu):
9927         * fvwm/move_resize.c (AnimatedMoveOfWindow):
9928         (AnimatedMoveAnyWindow):
9929         * fvwm/move_resize.h:
9930         Support the new colorset transparent options and fix greyed item
9931         of transparent animated menus
9933         * fvwm/menus.c (pop_menu_up):
9934         (animated_move_back):
9936         * libs/Rectangles.c:
9937         * libs/Rectangles.h:
9938         * libs/Makefile.am:
9939         New libs files for rectangles, segments, regions ..etc
9941         * fvwm/menus.c (clear_expose_menu_area):
9942         (get_menu_paint_item_parameters):
9943         (paint_menu):
9944         (select_menu_item):
9945         (ParentalMenuRePaint):
9946         (ParentalMenuRePaint):
9947         * fvwm/menuitem.c (clear_menu_item_background):
9948         (menuitem_paint):
9949         * fvwm/menuitem.h (MenuPaintItemParameters):
9950         Clip the item icons and text drawing
9952         * fvwm/menus.c (__mloop_exit):
9953         Fixed an indirect uninitialized variable bug
9955         * fvwm/menus.c (__mloop_handle_event): *
9956         (__mloop_handle_action_with_mi): *
9957         Update some comments
9959         * libs/FRender.c (FRenderVisualInit):
9960         (FRenderRender):
9961         * fvwm/colorset.c (parse_colorset):
9962         Small clean up
9964 2002-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9966         * fvwm/menus.c (__menu_loop):
9967         (__mloop_handle_action_with_mi):
9968         fixed parent menu redrawing
9970         * fvwm/style.c (check_window_style_change):
9971         * fvwm/update.c (apply_window_updates):
9972         * fvwm/add_window.c (setup_icon_size_limits):
9973         honour changes in IconSize style without recapture
9975         * fvwm/focus.c (focus_query_open_grab_focus):
9976         * fvwm/events.c (HandlePropertyNotify):
9977         * fvwm/add_window.c (setup_transientfor):
9978         take care of various funny initial transientfor settings
9980         * fvwm/stack.c (__raise_lower_recursion):
9981         new function
9982         fixed stacking core dump
9984 2002-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9986         * libs/Graphics.c:
9987         ANSI C fixes
9989         * configure.in:
9990         added a program that tests for -Werror option and similar; bug out of
9991         configure if the test program doesn't compile
9993 2002-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9995         * fvwm/fvwm.1.in:
9996         * configure.in:
9997         add a "do not edit" warning at the beginning of the man page
9999         * configure.in:
10000         enable the original CFLAGS and CPPFLAGS before generating the Makefiles
10002         * libs/FScreen.c (XineramaQueryScreens):
10003         fixed linking problem when compiling without Xinerama
10005         * fvwm/cursor.c (CMD_CursorStyle):
10006         fixed cursorstyle command being applied to windows without handles
10008         * fvwm/ewmh.h (EWMH_ProcessClientMessage):
10009         (EWMH_ProcessPropertyNotify):
10010         * fvwm/gnome.h (GNOME_ProcessClientMessage):
10011         (GNOME_HandlePropRequest):
10012         fixed dummy macros when compiling without gnome/ewmh support
10014 2002-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10016         * libs/queue.c (fqueue_add_inside):
10017         add a new command with the same execution time as a previous one behind
10018         it
10020         * configure.in:
10021         override CFLAGS and CPPFLAGS with empty strings instead of generating an
10022         error message
10024         * fvwm/functions.c (__execute_function):
10025         * fvwm/execcontext.h (exec_context_type_t):
10026         replace enum values with letters for readability
10028         * fvwm/functions.c (__execute_function):
10029         improved command log output
10031         * fvwm/schedule.c (execute_obj_func):
10032         fixed schedule queue timing
10034         * configure.in:
10035         refuse to run configure if CFLAGS is not empty
10037 2002-09-16  Mikhael Goikhman  <migo@homemail.com>
10039         * fvwm/misc.c:
10040         fixed compilation with --enable-command-log; simplified fvwm_msg()
10042         * libs/Module.c:
10043         reformatted; don't send end-of-line with SET_*MASK
10045 2002-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10047         * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
10048         fixed multipixmap title drawing
10050         * fvwm/frame.h (struct):
10051         * fvwm/frame.c (frame_get_titlebar_dimensions):
10052         removed unused code
10054         * fvwm/events.c (HandlePropertyNotify):
10055         applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
10057         * libs/Fft.c (FftDrawString):
10058         -Wall fix when compiling w/o Xft
10060 2002-09-15  olicha  <olivier.chapuis@free.fr>
10062         * libs/Colorset.c (CreateBackgroundPixmap):
10063         Fixed a dpy problem with FvwmBacker
10064         * libs/Colorset.c (CreateBackgroundPixmap):
10065         Fixed creation a root transparent pixmap for small root pixmap
10067 2002-09-14  olicha  <olivier.chapuis@free.fr>
10069         * libs/Fft.c (FftDrawString):
10070         Fixed clip region with shadow font
10072         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
10073         Added a function to create translucent pixmaps
10074         * libs/Colorset.c (CreateBackgroundPixmap):
10075         A small fix
10076         * libs/FRender.c (FRenderRender):
10077         Allows to use the root window as src pixmap
10079 2002-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10081         * fvwm/fvwm.1.in:
10082         Fixed open double quotes in ButtonState section
10084 2002-09-13  Dan Espen  <dane@mk.telcordia.com>
10086         * fvwm/fvwm.1.in: Add -cmd module timeout information.
10088 2002-09-13  olicha  <olivier.chapuis@free.fr>
10090         * libs/Colorset.c (CreateBackgroundPixmap):
10091         (UpdateBackgroundTransparency):
10092         (SetRectangleBackground):
10093         * libs/Colorset.h:
10094         * fvwm/colorset.c (*):
10095         * fvwm/colorset.h:
10096         * fvwm/events.c (HandlePropertyNotify):
10097         Starting implementation of RootTransparent colorset. Worked on
10098         tinted Transparent colorset. Various colorset parsing fixes.
10100         * libs/Fft.c (FftDrawString):
10101         * libs/Flocale.h:
10102         Added the possibility to draw with a clipping region.
10104         * libs/FRender.c (FRenderRender):
10105         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
10106         (PCreateRenderPixmap):
10107         (PGraphicsCreateTransprency):
10108         (PGraphicsTintRectangle):
10109         Improve current rendering functions to be able to tint the
10110         ParentalRelative pixmap or the background of a window.
10111         Re-enabled XRender rendering.
10113         * fvwm/borders.c:
10114         remove a #if 0 debug "render" code
10116 2002-09-13  Mikhael Goikhman  <migo@homemail.com>
10118         * fvwm/builtins.c (ReadTitleButton):
10119         * fvwm/screen.h:
10120         new button state shortcuts AllNormal, AllToggled,
10121         AllActive, AllInactive, AllUp, AllDown
10123         * fvwm/module_interface.c:
10124         minor reformatting
10126         * acconfig.h:
10127         possibly fixed compilation with non gcc
10129 2002-09-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10131         * fvwm/focus.c (_focus_grab_buttons):
10132         (__focus_grab_buttons):
10133         renamed
10134         (__focus_grab_one_button):
10135         grab all modifier combinations on client windows by default if
10136         necessary; this saves a lot of traffic but may grab unnecessary
10137         modifiers with mouse bindings on the client window
10139         * fvwm/fvwm.1:
10140         * libs/defaults.h (DEF_FP_MODIFIERS):
10141         * fvwm/events.c (__handle_focus_raise_click):
10142         * fvwm/style.c (style_parse_focus_policy_style):
10143         * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
10144         default is now to use any modifiers for clicktofocus/raise purposes
10146         * fvwm/menus.c (__mloop_get_event):
10147         fixed menu hang
10148         (menu_tear_off):
10149         fixed tear off menus
10151         * libs/FEvent.c (FCheckIfEvent):
10152         (FCheckMaskEvent):
10153         (FCheckTypedEvent):
10154         (FCheckTypedWindowEvent):
10155         (FCheckWindowEvent):
10156         fixed FCheck...Event functions thus fixing Menu command behaving like
10157         Popup
10159         * fvwm/move_resize.c (InteractiveMove):
10160         fixed offset between pointer and window when dragging
10162         * fvwm/virtual.c (HandlePaging):
10163         * fvwm/icons.c (CMD_Iconify):
10164         * fvwm/move_resize.c (InteractiveMove):
10165         * fvwm/menus.c (get_menu_options):
10166         (get_menu_options):
10167         * libs/FScreen.c (GetMouseXY):
10168         use new function fev_get_evpos_or_query()
10170         * libs/Makefile.am:
10171         * libs/Pointer.c:
10172         removed file
10174         (GetLocationFromEventOrQuery):
10175         moved to FEvent.c and renamed to fev_get_evpos_or_query()
10176         * libs/FEvent.c (fev_set_evpos):
10177         new function
10179         * fvwm/functions.c (__execute_function):
10180         (execute_complex_function):
10181         fixed complex action clicking logic
10183         * fvwm/add_window.c (CaptureOneWindow):
10184         fixed RecaptureWindow
10185         (CaptureAllWindows):
10186         fixed Restart
10188         * fvwm/functable.c (func_table):
10189         fixed running RecaptureWindow without a context window
10191         * fvwm/conditional.c (circulate_cmd):
10192         fixed action to run
10194         * fvwm/events.c (HandleVisibilityNotify):
10195         fixed VisibilityNotify handling
10197         * fvwm/functions.c (execute_complex_function):
10198         fixed memory corruption
10199         (__execute_function):
10200         fixed using wrong context
10201         (__execute_function):
10202         removed conditional that was always true now
10203         (DeferExecution):
10204         fixed core dump
10206         * fvwm/module_interface.c (ExecuteModuleCommand):
10207         initialise module number
10209 2002-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10211         * fvwm/add_window.c (CaptureOneWindow):
10212         fixed memory corruption
10214         * fvwm/icons.c (Iconify):
10215         (DeIconify):
10216         fixed bug introduced with transient stacking patch
10218         * fvwm/functions.c (DeferExecution):
10219         (__execute_function):
10220         (execute_complex_function):
10221         cleaned up and optimized exec_context handling
10223         * fvwm/schedule.c:
10224         * fvwm/menucmd.c:
10225         * fvwm/update.c:
10226         * fvwm/windowlist.c:
10227         * fvwm/conditional.c:
10228         * fvwm/focus.c:
10229         * fvwm/functions.c:
10230         * fvwm/placement.c:
10231         * fvwm/colorset.c:
10232         * fvwm/stack.c:
10233         * fvwm/virtual.c:
10234         * fvwm/module_interface.c:
10235         * fvwm/icons.c:
10236         * fvwm/builtins.c:
10237         * fvwm/add_window.c:
10238         * fvwm/move_resize.c:
10239         * fvwm/fvwm.h (F_CMD_ARGS):
10240         (F_PASS_ARGS):
10241         completely removed the builtin command arguments fw, w, and context
10243         * fvwm/functions.c (DeferExecution):
10244         fixed core dump
10246         * fvwm/stack.c (BroadcastRestack):
10247         removed global lastTimestamp
10249         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10250         (EWMH_ProcessPropertyNotify):
10251         (ewmh_WMStateShaded):
10252         (ewmh_WMStateSticky):
10253         (ewmh_WMStateHidden):
10254         (ewmh_WMState):
10255         (ewmh_MoveResize):
10256         (ewmh_WMDesktop):
10257         (ewmh_CloseWindow):
10258         (ewmh_DesktopGeometry):
10259         (ewmh_ActiveWindow):
10260         use new function interface
10262         * fvwm/menus.c (do_menu):
10263         * fvwm/menucmd.c (menu_func):
10264         * fvwm/windowlist.c (CMD_WindowList):
10265         use new function interface
10266         replaced "(XEvent *)1" hack with a regular flag
10268 2002-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10270         * fvwm/add_window.c (destroy_window):
10271         * fvwm/update.c (destroy_scheduled_windows):
10272         * fvwm/screen.h (ScreenInfo):
10273         new member is_executing_menu_function
10275         * fvwm/windowlist.c (CMD_WindowList):
10276         * fvwm/menucmd.c (menu_func):
10277         * fvwm/gnome.c (CMD_GnomeButton):
10278         (GNOME_ProcessClientMessage):
10279         (GNOME_HandlePropRequest):
10280         * fvwm/modconf.c (CMD_Send_ConfigInfo):
10281         * fvwm/update.c (apply_window_updates):
10282         * fvwm/repeat.c (CMD_Repeat):
10283         * fvwm/conditional.c (circulate_cmd):
10284         (CMD_Prev):
10285         (CMD_Next):
10286         (CMD_None):
10287         (CMD_Any):
10288         (CMD_Current):
10289         (CMD_Cond):
10290         (CMD_CondCase):
10291         (select_cmd):
10292         (CMD_All):
10293         (CMD_Direction):
10294         (CMD_WindowId):
10295         * fvwm/focus.c (warp_to_fvwm_window):
10296         (CMD_WarpToWindow):
10297         * fvwm/read.c (run_command_stream):
10298         (run_command_file):
10299         (CMD_Read):
10300         (CMD_PipeRead):
10301         * fvwm/fvwm.c (Done):
10302         (SetRCDefaults):
10303         (StartupStuff):
10304         (main):
10305         use new function interface
10306         (main):
10307         fixed running startup script under random module number
10309         * fvwm/functions.c (execute_function_override_window):
10310         * fvwm/functions.c (execute_function_override_wcontext):
10311         new convenience functions
10313         * fvwm/gnome.c:
10314         * fvwm/modconf.c:
10315         * fvwm/session.c:
10316         re-indented
10318         * fvwm/module_interface.c (CMD_Send_WindowList):
10319         (CMD_set_mask):
10320         (CMD_set_sync_mask):
10321         (CMD_set_nograb_mask):
10322         fixed core dumps
10323         don't use "Module" argument anymore
10324         (ExecuteModuleCommand):
10325         made static
10326         use new function interface
10328         * fvwm/add_window.c (CaptureOneWindow):
10329         (do_recapture):
10330         (CaptureAllWindows):
10331         * fvwm/events.c (HandleMapRequestKeepRaised):
10332         * fvwm/add_window.c (AddWindow):
10333         AddWindow takes executiuon context as its argument instead of the
10334         window; changed caller
10335         don't use "Event" anymore
10337         * fvwm/fvwm.c (StartupStuff):
10338         generate an execution context for startup
10340         * fvwm/move_resize.c (DoResize):
10341         (__resize_step):
10342         (moveLoop):
10343         (__move_loop):
10344         renamed and used new function interface in args
10346         * fvwm/geometry.c (constrain_size):
10347         added XEvent *e argument to remove use of global "Event"; changed all
10348         callers
10350 2002-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10352         * fvwm/stack.c (get_next_window_in_stack_ring):
10353         (get_prev_window_in_stack_ring):
10354         (get_transientfor_fvwmwindow):
10355         * fvwm/icons.c (SetMapStateProp):
10356         * fvwm/events.c (fake_map_unmap_notify):
10357         * fvwm/misc.c (IsRectangleOnThisPage):
10358         * fvwm/menus.c (menu_enter_tear_off_menu):
10359         (menu_close_tear_off_menu):
10360         * fvwm/icons.c (DrawIconWindow):
10361         * fvwm/focus.c:
10362         * fvwm/colormaps.c (InstallWindowColormaps):
10363         made FvwmWindow * arguments const in many functions
10365         * fvwm/menus.c (pop_menu_up):
10366         (pop_menu_down):
10367         (__mloop_do_menu):
10368         (__mloop_do_popup):
10369         (do_menu):
10370         (menu_enter_tear_off_menu):
10371         (__mloop_get_event):
10372         (__mloop_get_event_timeout_loop):
10373         (__mloop_do_menu):
10374         (__mloop_get_mi_actions):
10375         (is_double_click):
10376         * fvwm/events.c (HandleEnterNotify):
10377         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10378         (__move_window):
10379         (__move_loop):
10380         (__resize_step):
10381         (__resize_window):
10382         * fvwm/functions.c (DeferExecution):
10383         (__execute_function):
10384         * fvwm/windowlist.c (CMD_WindowList):
10385         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10386         * fvwm/module_interface.c (CMD_ModuleSynchronous):
10387         (ExecuteModuleCommand):
10388         * fvwm/builtins.c (CMD_Wait):
10389         * fvwm/events.c (WaitForButtonsUp):
10390         (HandleShapeNotify):
10391         (HandleVisibilityNotify):
10392         (HandleUnmapNotify):
10393         (HandleSelectionRequest):
10394         (HandleReparentNotify):
10395         (HandlePropertyNotify):
10396         (HandleMotionNotify):
10397         (HandleMapRequestKeepRaised):
10398         (HandleMapRequest):
10399         (HandleMappingNotify):
10400         (HandleMapNotify):
10401         (HandleLeaveNotify):
10402         (HandleKeyPress):
10403         (HandleFocusOut):
10404         (HandleFocusIn):
10405         (HandleExpose):
10406         (HandleEnterNotify):
10407         (HandleDestroyNotify):
10408         (HandleColormapNotify):
10409         (HandleClientMessage):
10410         (HandleButtonRelease):
10411         (HandleButtonPress):
10412         (__handle_bpress_on_root):
10413         (__handle_bpress_action):
10414         (__handle_click_to_raise):
10415         (__handle_click_to_focus):
10416         (__is_bpress_window_handled):
10417         (__handle_focus_raise_click):
10418         don't use "Event", "Fw" and old_execute_function() anymore
10420         * fvwm/events.c (dispatch_event):
10421         removed preserve_tmpwin argument; changed all callers
10423         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10424         fixed random focus member of faked event
10426         * fvwm/gnome.c (GNOME_ProcessClientMessage):
10427         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10428         (EWMH_ProcessPropertyNotify):
10429         * fvwm/move_resize.c (DisplaySize):
10430         (DisplayPosition):
10431         (position_geometry_window):
10432         * fvwm/geometry.c (get_window_borders):
10433         (get_window_borders_no_title):
10434         made args const
10436         * fvwm/events.c (dispatch_event):
10437         create event execution context
10438         (HandleClientMessage):
10439         removed useless local "button"
10440         (GetContext):
10441         don't fiddle with global Fw anymore; added argument to return context
10442         window; changed all callers
10444         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10445         * fvwm/move_resize.c (__resize_window):
10446         use new event handle interface
10448         * fvwm/events.c:
10449         * fvwm/eventhandler.h:
10450         new event handler interface
10452         * fvwm/functions.c (CMD_Plus):
10453         * fvwm/builtins.c (AddToDecor):
10454         (CMD_AddToDecor):
10455         (CMD_DestroyDecor):
10456         use F_CMD_ARGS in AddToDecor
10457         (CMD_StrokeFunc):
10458         removed useless check for realloc return value
10459         use new function interface
10460         fixed another memory leak
10462         * fvwm/builtins.c (__remove_window_decors):
10463         replace old_execute_function with execute_function
10465         * fvwm/add_window.c (setup_window_placement):
10466         * fvwm/placement.c (PlaceWindow):
10467         * fvwm/schedule.c (execute_obj_func):
10468         * fvwm/colorset.c (add_to_junk):
10469         use new function call interface
10471         * fvwm/fvwm.h (F_EXEC_ARGS):
10472         (F_PASS_EXEC_ARGS):
10473         removed now unused macros
10475         * fvwm/functions.c (CheckActionType):
10476         (cf_cleanup):
10477         (DeferExecution):
10478         (__execute_function):
10479         (__run_complex_function_items):
10480         (execute_complex_function):
10481         rewrote function call interface
10483         * fvwm/functions.c (__run_complex_function_items):
10484         new function split off from execute_complex_function
10486         * fvwm/externs.h:
10487         * fvwm/events.c:
10488         removed "Event" global
10490 2002-09-08  Dan Espen  <dane@mk.telcordia.com>
10492         * fvwm/fvwm.1.in: Language check.
10494 2002-09-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10496         * fvwm/functions.c (old_execute_function):
10497         removed
10499         * fvwm/module_interface.c (do_execute_module):
10500         don't write module argument anymore; code claimed that writing 0 into
10501         *Module prevented WaitForButtonsUp from being called, but that was
10502         either a lie or a relic of the past
10504         * fvwm/fvwm.h (exec_func_args_type):
10505         removed type
10506         (F_CMD_ARGS):
10507         (F_PASS_ARGS):
10508         removed *Module argument
10510         * fvwm/functions.c (__execute_function):
10511         new interface
10513         * fvwm/functions.h (enum):
10514         added more function execution falgs
10516         * fvwm/fvwm.h:
10517         add exec_context_t *exc to builtin arguments
10519         * libs/FEvent.c (fev_copy_last_event):
10520         new function
10522         * fvwm/execcontext.h:
10523         * fvwm/execcontext.c:
10524         new files introducing the "exec_context_t" structure that shall replace
10525         the builtin command interface
10527         * fvwm/stack.c (__RaiseOrLowerWindow):
10528         (RaiseOrLowerWindow):
10529         (__restack_window):
10530         (mark_transient_subtree):
10531         (__sort_transient_ring):
10532         properly handle restacking of windows with more than one transient and
10533         multiple levels of transients at the same time
10534         (__RaiseOrLowerWindow):
10535         (RaiseOrLowerWindow):
10536         renamed function and added wrapper
10538         * fvwm/fvwm.h (FvwmWindow):
10539         added new scratch registers
10541 2002-09-06  Mikhael Goikhman  <migo@homemail.com>
10543         * configure.in:
10544         * Makefile.am:
10545         minor improvements in the new release procedure
10547 2002-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10549         * fvwm/stack.c (RaiseOrLowerWindow):
10550         (__restack_window):
10551         (mark_transient_subtree):
10552         (must_move_transients):
10553         (is_on_top_of_layer_ignore_rom):
10554         handle restacking trees of transient windows; still does not work too
10555         well if a window has multiple transients at the same time
10557 2002-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10559         * fvwm/stack.h:
10560         * fvwm/stack.c:
10561         restored versions from before 9th of September
10562         (RaiseOrLowerWindow):
10563         fixed StackTransientParent style without RaiseTransient or
10564         LowerTransient on transient_for window
10565         StackTransientParent works only on window in the same layer
10566         (mark_transient_subtree):
10567         fixed handling of window group hint w/ iconify
10568         (restack_windows):
10569         (RaiseOrLowerWindow):
10570         (new_layer):
10571         fixed flickering when overlapping transients aree lowered
10573         * fvwm/move_resize.c (__resize_window):
10574         * fvwm/colorset.c (add_to_junk):
10575         cleaned up event handling
10577         * fvwm/move_resize.c (__resize_window):
10578         renamed function and changed callers
10580         * fvwm/fvwm.h (F_PASS_ARGS):
10581         (F_CMD_ARGS):
10582         removed eventp command argument
10584         * fvwm/events.c (DispatchEvent):
10585         (dispatch_event):
10586         renamed function, added event argument and changed all callers
10588         * libs/FEvent.c (fev_fake_event):
10589         * libs/FEvent.c (fev_get_evtype__remove_me):
10590         new functions
10592         * fvwm/menus.c (menuShortcuts):
10593         (is_double_click):
10594         (pop_menu_up):
10595         (pop_menu_up):
10596         (pop_menu_down):
10597         (pop_menu_down):
10598         (__mloop_init):
10599         (__mloop_get_event_timeout_loop):
10600         (__mloop_get_event):
10601         (__mloop_do_popup):
10602         (__mloop_do_popup):
10603         (do_menu):
10604         * fvwm/builtins.c (CMD_FakeClick):
10605         * fvwm/functions.c (CheckActionType):
10606         (CheckActionType):
10607         * fvwm/focus.c (__try_program_focus):
10608         (__try_program_focus):
10609         * fvwm/icccm2.c (SetupICCCM2):
10610         * fvwm/virtual.c (HandlePaging):
10611         * fvwm/module_interface.c (make_vpacket):
10612         (make_new_vpacket):
10613         * fvwm/schedule.c (squeue_get_next_ms):
10614         (squeue_get_next_ms):
10615         (CMD_Schedule):
10616         * fvwm/stack.c (BroadcastRestack):
10617         * fvwm/move_resize.c (resize_window):
10618         (moveLoop):
10619         * libs/FEvent.c (fev_get_evtime):
10620         removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10622         * fvwm/events.c (HandleEnterNotify):
10623         (DispatchEvent):
10624         (My_XNextEvent):
10625         (discard_events):
10626         (discard_window_events):
10627         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10628         (moveLoop):
10629         (resize_window):
10630         * fvwm/menus.c (__mloop_get_event):
10631         * fvwm/virtual.c (HandlePaging):
10632         (MoveViewport):
10633         * fvwm/functions.c (DeferExecution):
10634         (CheckActionType):
10635         * fvwm/misc.c (get_server_time):
10636         * fvwm/builtins.c (CMD_StrokeFunc):
10637         * fvwm/menus.c (pop_menu_up):
10638         (pop_menu_down):
10639         (__mloop_init):
10640         * libs/FEvent.c (fev_update_last_timestamp):
10641         removed StashEventTime function; handle this directly in FEvent.c
10643         * fvwm/module_interface.c (ExecuteModuleCommand):
10644         * fvwm/misc.c (Keyboard_shortcuts):
10645         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10646         * fvwm/events.c (handle_all_expose):
10647         (dispatch_event):
10648         (HandleEvents):
10649         (HandleKeyPress):
10650         don't use Event global anymore
10652         * fvwm/bindings.c (activate_binding):
10653         fixed key bindings on window corners
10655         * libs/fvwmlib.h (C_DECOR):
10656         context including all parts of the decorations
10658 2002-09-04  Mikhael Goikhman  <migo@homemail.com>
10660         * libs/FEvent.h:
10661         fixed compilation warning in #endif comment
10663         * fvwm/borders.c:
10664         removed debug fprintf
10666         * acconfig.h:
10667         * configure.in:
10668         * fvwm/fvwm.c:
10669         * fvwm/fvwm.1:
10670         another solution for reporting the cvs status
10672 2002-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10674         * configure.in (LIBOBJS):
10675         * acinclude.m4 (smr_SWITCH):
10676         fix for autoconf 2.53
10678         * fvwm/*.[ch]:
10679         removed unnecessary includes
10681         * fvwm/Makefile.am (fvwm_SOURCES):
10682         * fvwm/events.h:
10683         * fvwm/eventmasks.h:
10684         * fvwm/eventhandlers.h:
10685         new files split from events.h
10687         * fvwm/icccm2.c (HandleSelectionRequest):
10688         (HandleSelectionClear):
10689         * fvwm/colormaps.c (HandleColormapNotify):
10690         * fvwm/menus.c (menu_tear_off):
10691         * fvwm/move_resize.c (resize_window):
10692         * fvwm/events.c:
10693         * fvwm/events.h:
10694         new argument avh_args_t to the event handler functions; still unused
10695         moved all event handlers to events.c
10696         remove now unnecessary includes in some files
10698         * fvwm/icccm2.c (HandleSelectionRequest):
10699         re-indented file
10701         * **/*.c:
10702         use replacements for X event functions everywhere
10704 2002-09-03  Mikhael Goikhman  <migo@homemail.com>
10706         * fvwm/defaults.h:
10707         * fvwm/screen.h:
10708         * fvwm/borders.c (border_flags_to_button_state):
10709         (CMD_ButtonState):
10710         * fvwm/builtins.c (ReadTitleButton):
10711         * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10712         * fvwm/fvwm.c (InitVariables):
10713         Imlemented new title and button states InactiveUp and InactiveDown,
10714         new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10715         So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10716         Updated all ButtonStyle, TitleStyle and ButtonState commands.
10718         * fvwm/fvwm.c:
10719         reformat license info in -version to be 3 lines and one empty line
10720         instead of 5 non-empty lines, for readability
10722 2002-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10724         * libs/FEvent.c:
10725         * libs/FEvent.h:
10726         * libs/Makefile.am:
10727         new files
10729         * fvwm/stack.c (__raise_or_lower_recursion):
10730         (RaiseOrLowerWindow):
10731         split into two functions
10732         renamed to __raise_or_lower_window
10733         (mark_transient_subtree):
10734         new flag MARK_CLEAR
10735         (position_new_window_in_stack_ring):
10736         (RaiseWindow):
10737         (LowerWindow):
10738         cleaned up stacking code
10740         * fvwm/menus.c (paint_menu):
10741         fixed a minor drawing problem with menu item reliefs
10743 2002-09-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10745         * fvwm/move_resize.c (InteractiveMove):
10746         removed eventp from interface
10747         changed all callers
10749         * fvwm/menucmd.c (menu_func):
10750         * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10751         * fvwm/windowlist.c (CMD_WindowList):
10752         * fvwm/read.c (run_command_file):
10753         (run_command_stream):
10754         * fvwm/focus.c (warp_to_fvwm_window):
10755         * libs/Event.c (GetSubwindowFromEvent):
10756         * fvwm/events.c (GetContext):
10757         * libs/Pointer.c (GetLocationFromEventOrQuery):
10758         * fvwm/builtins.c (CMD_StrokeFunc):
10759         (CMD_StrokeFunc):
10760         * fvwm/events.c (StashEventTime):
10761         * fvwm/move_resize.c (InteractiveMove):
10762         * fvwm/functions.c (DeferExecution):
10763         (old_execute_function):
10764         * fvwm/fvwm.h (F_CMD_ARGS):
10765         (F_EXEC_ARGS):
10766         make eventp argument const to ease clean up work
10768         * fvwm/windowlist.c (CMD_WindowList):
10769         * fvwm/move_resize.c (InteractiveMove):
10770         * fvwm/menucmd.c (menu_func):
10771         * fvwm/icons.c (CMD_Iconify):
10772         always query pointer position in case a script modified the position
10773         in the input event
10775         * fvwm/focus.c (SetPointerEventPosition):
10776         removed function since it modifies the global event variable
10778         * fvwm/functable.c (func_table):
10779         added cursor and event type members fo DeferExecution call
10780         * fvwm/functions.c (DeferExecution):
10781         made static, call from inside functions.c only
10782         removed calls everywhere
10784         * fvwm/builtins.c (CMD_StrokeFunc):
10785         fixed memory leak
10787         * fvwm/virtual.c (HandlePaging):
10788         (MoveViewport):
10789         don't use global "Event" anymore
10790         (HandlePaging):
10791         pass in event structure through arguments
10792         changed all callers
10794 2002-09-02  olicha  <olivier.chapuis@free.fr>
10796         * libs/Colorset.c (*):
10797         * libs/Colorset.h:
10798         * libs/colorset.c (parse_colorset):
10799         * libs/PictureGraphics.c (PGrabXImage):
10800         (PCreateRenderPixmap):sx
10801         (PGraphicsCreateTransprency):
10802         * libs/PictureGraphics.h:
10803         An experimental implementation of ParentalRelative tinted background
10805         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10806         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10807         (PImageLoadPng):
10808         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10809         * libs/FRenderInit.c (FRenderInit):
10810         (FRenderGetAlphaDepth):
10811         * libs/FRenderInit.h:
10812         Fixed alpha blending for xserver without depth 8 pixmap
10813         (maybe a tmp fix)
10815         * fvwm/fvwm.1.in
10816         typo
10818 2002-09-01  olicha  <olivier.chapuis@free.fr>
10820         * NEWS:
10821         Colorset and alpha blending news
10823 2002-08-31  olicha  <olivier.chapuis@free.fr>
10825         * libs/Ficonv.c (convert_charsets):
10826         Fixed compilation on systems that do not have EILSEQ
10828 2002-08-30  olicha  <olivier.chapuis@free.fr>
10830         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10831         Fixed compilation of certain modules
10833         * fvwm/borders.c (border_render_into_pixmap):
10834         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10835         * libs/PictureGraphics.h:
10836         * libs/Graphics.c (CreateStretchPixmap):
10837         (CreateStretchYPixmap):
10838         (CreateStretchXPixmap):
10839         Progress with masks in multipixmap title
10841         * libs/PictureGraphics.c (PCopyArea):
10842         (PTileRectangle):
10843         (PCreateRenderPixmap):
10844         * fvwm/borders.c (border_fill_pixmap_background):
10845         Some drawing fixes
10847         * fvwm/icons.c (DrawIconWindow):
10848         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10849         Fixed the shape mask of ewmh icons and icons with some alpha
10851 2002-08-30  olicha  <olivier.chapuis@free.fr>
10853         * libs/PictureGraphics.c (PCreateRenderPixmap):
10854         (PGrabImageErrorHandler):
10855         (PGraphicsCopyPixmaps):
10856         (PGraphicsCopyFvwmPicture):
10857         (PGraphicsTileRectangle):
10858         (PGraphicsRenderPixmaps):
10859         (PGraphicsRenderPicture):
10860         * libs/PictureGraphics.h:
10861         * libs/PictureBase.h:
10862         Replaced PGraphicsTileRectangle with a more powerful function,
10863         PCreateRenderPixmap, which performs *full* XRender simulation.
10864         So alpha blending is now supported even without Xrender support.
10865         New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10866         for direct rendering with tint and alpha channel.
10868         * libs/FRender.c (FRenderVisualInit):
10869         (FRenderCopyArea):
10870         (FRenderTintRectangle):
10871         (FRenderRender):
10872         * libs/FRenderInterface.h:
10873         Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10874         and more powerfull function FRenderRender
10876         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10877         (PImageLoadPng):
10878         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10879         Load the alpha even without Xrender support
10881         * libs/Colorset.h:
10882         * fvwm/colorset.c (parse_pixmap_tint):
10883         (parse_colorset):
10884         (alloc_colorset):
10885         Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10886         or obsolete TintMask) also tints gradients and the tint is applied
10887         only to the pixmap not the bg color. The average bg is computed from
10888         the "original" pixmap and not the tinted one, bgTint should be used
10889         to get a real average bg in the case the pixmap is tinted
10891         * fvwm/icons.c (DrawIconWindow):
10892         (CreateIconWindow):
10893         * fvwm/menuitem.c (menuitem_paint):
10894         * fvwm/menus.c (paint_side_pic):
10895         * fvwm/borders.c (border_get_border_background):
10896         (border_draw_decor_to_pixmap):
10897         (border_fill_pixmap_background):
10898         * fvwm/events.c (HandlePropertyNotify):
10899         Picture rendering use the new PGraphicsRenderPixmaps and
10900         PGraphicsRenderPicture libs functions. Respect new colorset options
10902         * fvwm/colorset.c (parse_colorset):
10903         (alloc_colorset):
10904         (CMD_ReadWriteColors):
10905         * fvwm/fvwm.1.in:
10906         Removed the read write colorset codes
10908         * libs/Graphics.c (CalculateGradientDimensions):
10909         Fixed the size of dithered H and V gradients
10911         * libs/PictureUtils.c (*):
10912         * libs/PictureUtils.h:
10913         Some cleanup
10915 2002-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10917         * fvwm/menus.c (paint_menu_gradient_background):
10918         fixed drawing of SidePic menu background when not using SideColor
10920 2002-08-28  Hippo
10921         * FvwmIconBox/icons.c:
10922         Fixed core dump
10924 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10926         * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10928 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10930         * configure.in:
10931         fixed --disable-ewmh
10933         * libs/Picture.c:
10934         * libs/Picture.h:
10935         added const to some prototypes
10937 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10939         * fvwm/menus.c (MenuInteraction):
10940         (__menu_loop):
10941         renamed MenuInteraction to __menu_loop
10943         * fvwm/menus.c (pop_menu_up):
10944         (do_menu):
10945         (MenuInteraction):
10946         removed pdo_warp_to_title argument of pop_menu_up and changed all
10947         callers; logic is now in last_saved_position_hints
10948         (__menu_get_next_event_timeout_loop):
10949         began to split MenuInteraction into several sub functions
10950         go away, evil "goto"!
10952         * fvwm/style.c (style_parse_one_style_option):
10953         all boolean styles - and *only* boolean styles, can be prefixed with a
10954         '!' to invert their meaning
10955         (style_parse_button_style):
10956         moved Button and NoButton styles to separate function
10958         * configure.in:
10959         * NEWS:
10960         updated for 2.5.4-devel
10962         * configure.in:
10963         2.5.3 was released
10965         * configure.in:
10966         * NEWS:
10967         updated for 2.5.3
10969         * fvwm/menuitem.h (struct):
10970         * fvwm/menus.c (paint_menu_gradient_background):
10971         (paint_menu_pixmap_background):
10972         (paint_menu):
10973         (clear_expose_menu_area):
10974         fixed TiledPixmap menu background drawing bug
10975         sorted function in file and removed forward declarations
10977 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10979         * fvwm/Makefile.am (LDADD):
10980         put -lfvwm at front of library list
10982         * fvwm/windowlist.c (CMD_WindowList):
10983         print window's page instead of current page in windowlist
10985 2002-08-24  Bob Woodside  <dumbledore@woodsway.com>
10987         * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10988         Fix for Experimental RaiseOverUnmanaged Handling.
10990 2002-08-22  Bob Woodside  <dumbledore@woodsway.com>
10992         * fvwm/focus.h:
10993         * fvwm/stack.h:
10994         New defs for Experimental RaiseOverUnmanaged Handling.
10996         * fvwm/events.c (HandleEnterNotify):
10997         * fvwm/focus.c:
10998         (set_focus_to_fwin)
10999         (focus_query_grab_buttons)
11000         (_focus_grab_buttons)
11001         (focus_grab_buttons)
11002         (focus_grab_buttons_client_entered)
11003         (_SetFocusWindow)
11004         (__activate_window_by_command)
11005         (_ReturnFocusWindow)
11006         (_DeleteFocus)
11007         (_ForceDeleteFocus)
11008         * fvwm/stack.c:
11009         (raise_over_unmanaged)
11010         (is_above_unmanaged)
11011         (_is_on_top_of_layer)
11012         (is_on_top_of_layer)
11013         (is_on_top_of_layer_and_above_unmanaged)
11014         Experimental RaiseOverUnmanaged Handling - an attempt to fix the
11015         interaction of RaiseOverUnmanaged with various focus policies,
11016         particularly mouse focus + client click raises; issue mouse
11017         button grabs when and only when they are actually needed; and
11018         fix the old "xfm + MouseFocusClickRaises" bug once and for all.
11019         (Thanks to the GFPR, this is much more straightforward to do!)
11021 2002-08-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11023         * fvwm/fvwm.1.in:
11024         added a paragraph about scripting and complex functions.
11026         * fvwm/style.c (style_parse_one_style_option):
11027         fixed flag_mask and change_mask of TitleAt... styles that broke left
11028         and bottom titles
11030 2002-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11032         * fvwm/fvwm.1.in:
11033         describe new focus policy styles
11035 2002-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11037         * fvwm/style.c (merge_styles):
11038         fixed applying style updates immediately
11040         * fvwm/geometry.c (constrain_size):
11041         fixed font resizing of maximized windows
11043         * fvwm/window_flags.h:
11044         * fvwm/fvwm.h (has_new_wm_normal_hints):
11045         new window flags
11047         * fvwm/events.c (HandleEnterNotify):
11048         fixed UngrabNotify returning focus to just unfocused window
11049         * fvwm/focus.h:
11050         added debug code
11052         * fvwm/style.c (merge_styles):
11053         (free_style_mask):
11054         (__simplify_style_list):
11055         fixed default style calculations
11057         * fvwm/events.c (HandleConfigureRequest):
11058         disabled debug output
11060         * fvwm/style.c (merge_styles):
11061         * fvwm/fvwm.h (window_style):
11062         new style member default_mask to allow two levels of defaults;
11063         fixes focus policy defaults
11064         * fvwm/style.h:
11065         rewrote many of the macros; changed all callers
11067         * fvwm/borders.c (RenderIntoPixmap):
11068         (DrawMultiPixmapTitlebar):
11069         (border_render_into_pixmap):
11070         (border_draw_multi_pixmap_titlebar):
11071         applied Suzanne Skinner's multi pixmap titles fix
11072         renamed functions and changed all callers
11074         * libs/FScreen.c (FScreenGetScrRect):
11075         (FindScreen):
11076         (FScreenGetScrId):
11077         new utility functions
11079         * fvwm/windowlist.c (CMD_WindowList):
11080         new option MaxLabelWidth for the WIndowList command based on patch by
11081         Maxim F. Ischenko
11082         new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
11083         WindowList command.
11085         * fvwm/events.c (HandleConfigureRequest):
11086         removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
11087         seems to work without problems
11089 2002-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11091         * fvwm/style.c (merge_styles):
11092         fixed style defaults getting stuck to on once set
11094         * configure.in:
11095         fixed a number of non portable uses of the "test" command and unified
11096         the used syntax of all calls to reduce chance of copy-and-paste
11097         problems
11099 2002-08-17  Mikhael Goikhman  <migo@homemail.com>
11101         * configure.in:
11102         * fvwm/fvwm.1.in:
11103         minor typos and improvements;
11104         better string quotings and detection of fribidi for autoconf-2.53
11106         * fvwm/Makefile.am:
11107         don't include *.in in EXTRA_DIST, they are auto-included
11109 2002-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11111         * fvwm/events.c (HandleConfigureRequest):
11112         (HandlePropertyNotify):
11113         (is_resizing_event_pending):
11114         fixed uninitialised return code of test_resizing_event
11116 2002-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11118         * fvwm/decorations.c (SelectDecor):
11119         * fvwm/style.h:
11120         * fvwm/window_flags.h:
11121         * fvwm/fvwm.h:
11122         moved common.s.has_no_border window flag to common.has_no_border to
11123         fix windows getting stuck without a border once the HandleWidth or
11124         BorderWidth was set to 0 and then increased again
11126         * fvwm/fvwm.1.in:
11127         removed reference to BUGS and TODO
11129         * configure.in:
11130         moved a lot of constant definitions to configure.in; the fvwm.lsm and
11131         fvwm.1 files don't have to be updated for a release anymore; the release
11132         number and date are set by configure
11134         * fvwm/fvwm.c (setVersionInfo):
11135         fixed output of "fvwm -version"
11137 2002-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11139         * fvwm/style.c (style_parse_one_style_option):
11140         Old focus styles override less of the behaviour specified with the
11141         FP... styles; use defaults instead without setting the mask
11142         (style_parse_one_style_option):
11143         removed the styles MouseFocusClickIgnoreMotion and
11144         MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
11145         instead
11146         (style_parse_one_style_option):
11147         ClickToFocusRaises now works only on the client window, not on the
11148         decorations
11149         (style_parse_one_style_option):
11150         fixed FocusFollowsMouse style
11151         (style_set_old_focus_policy):
11152         moved old default focus settings to a separate function, simplified code
11154 2002-08-14  Dan Espen  <dane@mk.telcordia.com>
11156         * fvwm/fvwm.1: Add hot-spot is an offset information,
11157         fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
11158         the xpm docs).
11160 2002-08-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11162         * fvwm/style.c (style_parse_focus_policy_style):
11163         fixed parsing of FPFocusClickButtons and FocusClickModifiers
11165         * libs/Makefile.am:
11166         added missing files
11168         * fvwm/events.c (HandleConfigureRequest):
11169         fixed ConfigureRequest race condition
11171 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11173         * configure.in:
11174         quote environment variables
11176 2002-08-13  olicha  <olivier.chapuis@free.fr>
11178         * NEWS:
11179         Color limit and dithering news
11181         * fvwm/fvwm.1:
11182         Added a minimal doc for the -color-limit option
11184         * fvwm/builtins.c (CMD_ColorLimit):
11185         ColorLimit is obsolete
11187         * fvwm/builtins.c (ReadDecorFace):
11188         * libs/PictureUtils.c (my_dither_depth_15_16_init):
11189         (PictureAllocColorAllProp):
11190         Implemented dithering for depth 16 and 15. This is off by default
11191         in colorset (use the dither colorset option) and on by default
11192         for window title gradient. Gradient are visibly more smooth.
11194         * libs/PictureUtils.c (*):
11195         Some cleanup
11197 2002-08-13  Mikhael Goikhman  <migo@homemail.com>
11199         * fvwm/fvwm.1:
11200         corrected the pixmap cursor description, added an example
11202 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11204         * fvwm/menus.c (select_menu_item):
11205         (paint_menu_gradient_background):
11206         fixed a redrawing problem with H/Vgradient menu faces
11207         (MenuInteraction):
11208         fixed a minor problem w/ entering submenus via keyboard
11210 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11212         * fvwm/move_resize.c (CMD_ResizeMove):
11213         (CMD_Resize):
11214         (CMD_Maximize):
11215         (CMD_ResizeMaximize):
11216         (CMD_ResizeMoveMaximize):
11217         commands can be used on iconified windows again
11219         * ONEWS:
11220         * NEWS:
11221         moved pre-2.2 NEWS to ONEWS
11223         * libs/strdup.c:
11224         * libs/safemalloc.c:
11225         * libs/envvar.c:
11226         * libs/alloca.c:
11227         * libs/Target.c:
11228         * libs/Parse.c:
11229         * libs/Bindings.c:
11230         * fvwm/menustyle.c:
11231         * fvwm/menus.c:
11232         * fvwm/menuitem.c:
11233         * fvwm/menucmd.c:
11234         * fvwm/frame.c:
11235         * fvwm/events.c:
11236         * fvwm/borders.c:
11237         let config.h include strinh.h or strings.h
11239         * fvwm/style.c (style_parse_one_style_option):
11240         (style_parse_one_style_option):
11241         fixed icon box crash
11243         * fvwm/bindings.c (update_nr_buttons):
11244         fixed extra buttons on window decorations
11246         * fvwm/style.c (style_parse_one_style_option):
11247         fixed parsing of the FP... and !FP... styles
11249 2002-08-12  Bob Woodside  <dumbledore@woodsway.com>
11251         * fvwm/style.c (style_parse_one_style_option):
11252         Fixed a typo so that ClickToFocusRaisesOff actually turns
11253         the option off instead of on.
11255 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11257         * fvwm/focus.c (focus_grab_buttons):
11258         only grab necessary buttons on the client window
11260 2002-08-11  olicha  <olivier.chapuis@free.fr>
11262         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
11263         Removed some debug code
11265         * fvwm/fvwm.c (main):
11266         (usage):
11267         Added -color-limit to fvwm usage
11269 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11271         * fvwm/style.c (style_parse_one_style_option):
11272         (style_parse_focus_policy_style):
11273         added style options "FP..." to control focus policy
11274         removed OverrideGrabFocus and AllowGrabFocus styles
11276         * fvwm/style.c (merge_styles):
11277         fixed style defaults != 0
11279         * fvwm/focus.c (__restore_focus_after_unmap):
11280         fixed a bug w/ reverting the focus from transients to the parent
11282         * fvwm/ewmh.c (ewmh_HandleDesktop):
11283         * fvwm/style.c (style_parse_one_style_option):
11284         fixed defaults for various focus styles
11286         * NEWS:
11287         updated for 2.4.9
11289         * fvwm/frame.c (frame_mrs_resize_move_windows):
11290         backed out anti-flicker patch that slowed down command processing
11292         * fvwm/bindings.c (update_nr_buttons):
11293         (ParseBinding):
11294         fixed sluggish processing of mouse bindings
11296         * fvwm/events.c (__handle_bpress_action):
11297         fixed drawing of pressed decorations w/o bindings
11299         * fvwm/frame.c (frame_move_resize):
11300         removed debug code that broke focus handling
11302         * fvwm/style.c (style_parse_one_style_option):
11303         fixed passing the focus click to the app by default
11305         * fvwm/events.c (__handle_click_to_focus):
11306         * fvwm/focus.c (set_focus_to_fwin):
11307         (__set_focus_to_fwin):
11308         removed drawing code that broke as many places as it fixed; plus it
11309         cause unnecessary redraws
11311         * fvwm/events.c (HandleConfigureRequest):
11312         send a synthetical ConfigureNotify if an application is not granted its
11313         wishes from a ConfigureRequest; this is necessary for FixedPPosition
11314         and FixedPSize to work properly; also to be ICCCM compliant
11315         always force border_width 0 in these events
11316         in the experimental cr merging code, send a number of cn events equal
11317         to the number of merged events
11319         * libs/Parse.c:
11320         * fvwm/style.c:
11321         reformatted
11323         * fvwm/style.c (style_parse_focus_policy_style):
11324         (style_parse_icon_size_style):
11325         (style_parse_icon_box_style):
11326         (style_parse_icon_grid_style):
11327         (style_parse_icon_fill_style):
11328         (style_parse_one_style_option):
11329         (parse_and_set_window_style):
11330         split into separate functions
11331         (style_parse_one_style_option):
11332         simplified and cleaned up
11334         * fvwm/events.h:
11335         * fvwm/decorations.c:
11336         * fvwm/cursor.h:
11337         * fvwm/cursor.c:
11338         * fvwm/conditional.h:
11339         * fvwm/conditional.c:
11340         * fvwm/colorset.h:
11341         * fvwm/colors.h:
11342         * fvwm/colors.c:
11343         * fvwm/colormaps.c:
11344         * fvwm/bindings.h:
11345         * fvwm/bindings.c:
11346         reformatted and cleaned up
11348 2002-08-11  olicha  <olivier.chapuis@free.fr>
11350         * libs/PictureUtils.c (*):
11351         * libs/PictureUtils.h:
11352         * libs/PictureDitherMatrice.h (new file):
11353         * libs/PictureImageLoader.c (*):
11354         * libs/PictureImageLoader.h:
11355         * libs/PictureGraphics.c  (PGraphicsCreateDitherPixmap):
11356         (PCreateDitherPixmap):
11357         (PCreateTintedPixmap):
11358         * libs/PictureGraphics.h:
11359         * libs/PictureBase.c (PictureInitCMap):
11360         * libs/PictureBase.h:
11361         * libs/Picture.c (*):
11362         * libs/Picture.h:
11363         * libs/Fxpm.h:
11364         * libs/Colorset.c (DumpColorset):
11365         (LoadColorset):
11366         * libs/Colorset.h:
11367         * libs/Graphics.c (all gradient functions):
11368         * libs/fvwmlib.h:
11369         * fvwm/screen.h:
11370         * fvwm/move_resize.c (CMD_XorPixmap):
11371         * fvwm/colors.c (FreeColors):
11372         * fvwm/builtins.c (CMD_DefaultColors):
11373         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11374         * fvwm/builtins.c (FreeDecorFace):
11375         (ReadDecorFace):
11376         * fvwm/menus.c (pop_menu_down):
11377         (paint_menu_gradient_background):
11378         (scanForPixmap):
11379         * fvwm/menus.h:
11380         * fvwm/menustyle.c (menustyle_free_face):
11381         (menustyle_parse_face):
11382         (menustyle_free):
11383         (menustyle_update):
11384         (menustyle_parse_style):
11385         (CMD_CopyMenuStyle):
11386         * fvwm/menustyle.h:
11387         * fvwm/icons.c (GetIconFromFile):
11388         * fvwm/builtins.c (ReadMultiPixmapDecor):
11389         (ReadDecorFace):
11390         * fvwm/borders.c (border_draw_decor_to_pixmap):
11391         * fvwm/add_window.c (setup_mini_icon):
11392         * fvwm/fvwm.c (main):
11393         * fvwm/colorset.c (free_colorset_background):
11394         (parse_pixmap):
11395         (parse_shape):
11396         (parse_colorset):
11397         New color limit method and implement dithering in depth <= 8.
11398         Added a "fvwm picture attributes" structure for loading image.
11399         Some colors leaks fix. Add some (weak) color leaks. New option
11400         -color-limit for fvwm. 257 fix. Some prepartion for tint and
11401         alpha in colorset.
11403 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11405         * libs/Flocale.c (FlocaleRotateDrawString):
11406         fixed a crash
11408 2002-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11410         * fvwm/style.c (parse_and_set_window_style):
11411         fixed the default for passing the click-to-raise click for mousey
11412         focus
11414         * fvwm/events.c (__handle_click_to_focus):
11415         removed redundant code
11416         (WaitForButtonsUp):
11417         fixed sluggish motion event handling when waiting for buttons to be
11418         released
11420         * fvwm/focus.c (__set_focus_to_fwin):
11421         (set_focus_to_fwin):
11422         fixed redrawing the border w/ mousey focus when the window was entered,
11423         then the border was clicked before the FocusIn event arrived
11425         * fvwm/events.c (__handle_bpress_on_managed):
11426         * fvwm/style.c (parse_and_set_window_style):
11427         fixed some small focus problems
11429         * fvwm/fvwm.c:
11430         reformatted and cleaned up
11432         * fvwm/fvwm.1:
11433         formatting fixes
11435         * fvwm/focus.c (focus_query_click_to_raise):
11436         (focus_query_click_to_focus):
11437         * fvwm/style.c (parse_and_set_window_style):
11438         * fvwm/events.c (__test_for_motion):
11439         (__check_click_to_focus_or_raise):
11440         (__handle_focus_raise_click):
11441         (__is_bpress_window_handled):
11442         (__handle_click_to_focus):
11443         (__handle_click_to_raise):
11444         (__handle_bpress_stroke):
11445         (__handle_bpress_action):
11446         (__handle_bpress_on_root):
11447         (__handle_bpress_on_unmanaged):
11448         (__handle_bpress_on_managed):
11449         (HandleButtonPress):
11450         GFPR: completely rewrote ButtonPress handler, thus finishing the core
11451         of the new focus code; only the parsing for the new styles is missing
11453         * fvwm/virtual.c (is_pan_frame):
11454         new function
11456 2002-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11458         * fvwm/add_window.c (AddWindow):
11459         fixed compile error
11461         * fvwm/events.c (__handle_focus_raise_click):
11462         (HandleButtonPress):
11463         clean up
11465         * fvwm/events.c (__handle_focus_raise_click):
11466         * fvwm/fvwm.h (struct):
11467         * fvwm/style.c (check_window_style_change):
11468         (parse_and_set_window_style):
11469         * fvwm/session.c (MatchWinToSM):
11470         * fvwm/window_flags.h:
11471         eliminated parts of the old focus code
11473         * fvwm/focus.c (__set_focus_to_fwin):
11474         (set_focus_to_fwin):
11475         * fvwm/fvwm.c (InitVariables):
11476         * fvwm/add_window.c (destroy_window):
11477         * fvwm/events.c (__handle_focus_raise_click):
11478         * fvwm/screen.h (ScreenInfo):
11479         eliminated Scr.Ungrabbed global
11481         * fvwm/update.c (apply_window_updates):
11482         (flush_window_updates):
11483         * fvwm/icons.c (DeIconify):
11484         (Iconify):
11485         * fvwm/move_resize.c (CMD_Maximize):
11486         (__move_window):
11487         (handle_stick):
11488         * fvwm/frame.c (frame_free_move_resize_args):
11489         (__frame_setup_window):
11490         * fvwm/virtual.c (do_move_window_to_desk):
11491         (CMD_GotoDeskAndPage):
11492         (goto_desk):
11493         (MoveViewport):
11494         * fvwm/stack.c (LowerWindow):
11495         * fvwm/events.c (HandleMapNotify):
11496         (HandleVisibilityNotify):
11497         (DispatchEvent):
11498         (HandleFocusIn):
11499         (__handle_focus_raise_click):
11500         (HandleEnterNotify):
11501         (HandleMapRequestKeepRaised):
11502         * fvwm/add_window.c (setup_key_and_button_grabs):
11503         (setup_focus_policy):
11504         (destroy_window):
11505         * fvwm/focus.c (__try_other_screen_focus):
11506         (__set_focus_to_fwin):
11507         (set_focus_to_fwin):
11508         (focus_grab_buttons_on_pointer_window):
11509         (focus_grab_buttons_on_layer):
11510         (focus_grab_buttons_new):
11511         cleaned up focus grab handling.
11513         * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11514         clean up
11516 2002-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11518         * fvwm/add_window.c (setup_window_structure):
11519         (AddWindow):
11520         discarded unused return code
11522         * fvwm/focus.c (focus_grab_buttons):
11523         split into two fucntions and fixed a bug with ungrabbing buttons
11525         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11526         * fvwm/style.c (parse_and_set_window_style):
11527         * fvwm/icons.c (DeIconify):
11528         (DeIconify):
11529         * fvwm/events.c (HandleButtonPress):
11530         (HandleEnterNotify):
11531         (HandleLeaveNotify):
11532         (HandleMapNotify):
11533         (HandleMapRequestKeepRaised):
11534         * fvwm/add_window.c (CaptureAllWindows):
11535         * fvwm/virtual.c (UnmapDesk):
11536         (MapDesk):
11537         (do_move_window_to_desk):
11538         * fvwm/update.c (flush_window_updates):
11539         * fvwm/focus.c (set_focus_model):
11540         (DeleteFocus):
11541         (__restore_focus_after_unmap):
11542         much more GFPR work; these patches may break lots of things
11544         * fvwm/focus.c (set_focus_to_fwin):
11545         (__activate_window_by_command):
11546         (SetFocusWindow):
11547         (ReturnFocusWindow):
11548         (DeleteFocus):
11549         (ForceDeleteFocus):
11550         renamed MoveFocus to set_focus_to_fwin
11552 2002-08-07  Mikhael Goikhman  <migo@homemail.com>
11554         * libs/Fft.c (FftDrawString):
11555         removed redudant and buggy code that called DrawStringFunc before
11556         this pointer gets initialized
11558         * fvwm/focus.c (focus_query_click_to_raise):
11559         fixed possibly-uninitialized variable warning
11561         * fvwm/Makefile.am:
11562         specify stroke includes before Xft includes, may improve some cases
11564 2002-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11566         * configure.in:
11567         fixed sys/time.h detection
11569         * fvwm/events.c (HandleMappingNotify):
11570         * libs/Bindings.c (AddBinding):
11571         added MappingNotify event handler
11573         * fvwm/events.c (HandleMapRequest):
11574         removed debug code
11576         * fvwm/events.c (InitEventHandlerJumpTable):
11577         another attempt at handling "unknown" modifiers in key bindings
11579 2002-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11581         * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11582         * fvwm/add_window.c (destroy_window):
11583         * fvwm/focus.c (focus_grab_buttons):
11584         fixed core dump
11586 2002-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11588         * fvwm/focus.c (focus_force_refresh_focus):
11589         * fvwm/events.c (HandleEnterNotify):
11590         (HandlePropertyNotify):
11591         (HandleButtonPress):
11592         * fvwm/icons.c (DeIconify):
11593         * fvwm/virtual.c (MapDesk):
11594         * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11595         * fvwm/update.c (apply_window_updates):
11596         * fvwm/module_interface.c:
11597         * fvwm/conditional.c (MatchesConditionMask):
11598         more GFPR work
11600         * fvwm/icons.c (Iconify):
11601         removed "#if 0"ed code
11603         * fvwm/module_interface.c:
11604         disabled the old ConfigureWindow module interface
11606         * vms/vms.c:
11607         * libs/fvwmsignal.h:
11608         * libs/Picture.c:
11609         * fvwm/ewmh_intern.h:
11610         * fvwm/events.c:
11611         * fvwm/module_interface.c:
11612         * fvwm/misc.c:
11613         use ftime.h
11615         * libs/ftime.h:
11616         new file to encapsulate time.h and sys/time.h inclusion
11618         * fvwm/stack.c:
11619         re-indented
11620         (mark_transient_subtree):
11621         (__mark_group_member):
11622         cleaned up and split into two functions
11624         * fvwm/focus.c (CMD_Focus):
11625         (CMD_FlipFocus):
11626         * fvwm/icons.c (DeIconify):
11627         clean up
11628         (FocusOn)
11629         (__activate_window_by_command):
11630         renamed function
11632         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11633         * fvwm/focus_policy.h (fpol_set_focus_by_t):
11634         * fvwm/style.c (parse_and_set_window_style):
11635         (parse_and_set_window_style):
11636         began implementing new focus control styles
11638         * fvwm/focus.c (DoSetFocus):
11639         (__restore_focus_after_unmap):
11640         (MoveFocus):
11641         (refresh_focus):
11642         more GFPR work
11643         (DoSetFocus):
11644         (__set_focus_to_fwin):
11645         function renamed
11647         * fvwm/conditional.c (MatchesConditionMask):
11648         * fvwm/focus.c (focus_query_open_grab_focus):
11649         (focus_query_close_restore_focus):
11650         (focus_does_accept_input_focus):
11651         (MoveFocus):
11652         * fvwm/events.c (HandleUnmapNotify):
11653         (HandleEnterNotify):
11654         (HandleMapNotify):
11655         (HandleMapRequestKeepRaised):
11656         renamed some functions
11658         * libs/defaults.h:
11659         * fvwm/focus_policy.c:
11660         * fvwm/focus_policy.h:
11661         prepared some future focus policy flags
11663         * configure.in:
11664         enable error message when png or xpm test compilation fails
11666         * fvwm/style.h:
11667         * fvwm/window_flags.h:
11668         * fvwm/ewmh.c (ewmh_HandleDesktop):
11669         * fvwm/style.c (parse_and_set_window_style):
11670         (check_window_style_change):
11671         * fvwm/events.c (HandleButtonPress):
11672         (HandleVisibilityNotify):
11673         began GFPR migration of *raises* focus policy flags
11675         * fvwm/focus.c (focus_is_focusd):
11676         new function
11678         * libs/Bindings.c (AddBinding):
11679         fixed handling of "unknown" modifiers in key bindings
11681         * fvwm/focus.c (focus_grab_buttons):
11682         (focus_query_grab_buttons):
11683         moved focus policy code into separate function
11685 2002-08-02  Mikhael Goikhman  <migo@homemail.com>
11687         * Makefile.am:
11688         DESTDIR fix
11690 2002-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11692         * fvwm/style.c (parse_and_set_window_style):
11693         * fvwm/focus.c (focus_query_grab_focus):
11694         * fvwm/events.c (HandleMapNotify):
11695         (HandlePropertyNotify):
11696         * fvwm/focus_policy.c (fpol_init_default_fp):
11697         * libs/defaults.h:
11698         new styles OverrideGrabFocus and AllowGrabFocus
11699         cleaned up focus grabbing code and moved to focus.c
11701 2002-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11703         * fvwm/focus.c (CMD_WarpToWindow):
11704         fixed negative arguments for unmanaged windows
11706         * fvwm/conditional.c (CMD_Direction):
11707         use PeekToken instead of GetNextToken
11708         cleaned up
11709         new direction "center"
11711 2002-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11713         * fvwm/events.c (addkbsubinstoarray):
11714         disabled experimental pointer warping code
11716         * fvwm/menus.c:
11717         removed menu crash debug code
11719 2002-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11721         * fvwm/menus.c:
11722         added tons of crash debug code
11724         * fvwm/add_window.c:
11725         made a lot of internal functions static
11727         * fvwm/add_window.c (setup_button_windows):
11728         (destroy_title_window):
11729         (destroy_button_windows):
11730         (destroy_resize_handle_windows):
11731         (destroy_auxiliary_windows):
11732         (destroy_icon):
11733         (destroy_window):
11734         * fvwm/icons.c (CreateIconWindow):
11735         safety patches w/ XDeleteContext
11737         * fvwm/menus.c (DestroyMenu):
11738         fixed a crash w/ accessing already deleted menus
11740 2002-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11742         * fvwm/menus.c (get_menu_options):
11743         fixed menu context rectangle "icon" if the icon was not just a pixmap
11745 2002-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11747         * fvwm/events.c (HandleMapNotify):
11748         (HandleMapRequestKeepRaised):
11749         (HandleUnmapNotify):
11750         * fvwm/ewmh_events.c (ewmh_WMStateModal):
11751         * fvwm/ewmh.c (ewmh_HandleDesktop):
11752         * fvwm/style.c (parse_and_set_window_style):
11753         removed old do_grab_focus_when_created and *_when_transient_* flags
11755 2002-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11757         * fvwm/conditional.c (MatchesConditionMask):
11758         * fvwm/focus.c (DoSetFocus):
11759         * fvwm/session.c (MatchWinToSM):
11760         * fvwm/module_interface.c (SETOLDFLAGS):
11761         removed old is_lenient flag
11763         * fvwm/bindings.c:
11764         * fvwm/style.c (__simplify_style_list):
11765         (simplify_style_list):
11766         reformatted
11768         * fvwm/window_flags.h:
11769         * fvwm/style.h:
11770         access macros for focus policy flags structures
11771         reformatted
11773         * fvwm/focus_policy.c:
11774         * fvwm/focus_policy.h:
11775         new files, begin great focus policy rewrite aka GFPR
11777 2002-07-22  Bob Woodside  <dumbledore@woodsway.com>
11779         * fvwm/placement.c (PlaceWindow):
11780         Fixed interaction between CascadePlacement and StartsOnPage
11782 2002-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11784         * libs/fvwmsignal.c (fvwmSelect):
11785         call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11786         modules
11788 2002-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11790         * fvwm/add_window.c (CaptureOneWindow):
11791         fixed a core dump w/ windows being destroyed during a recapture
11792         (AddWindow):
11793         removed duplicate check if new windows still exist
11795         * fvwm/placement.c (CMD_PlaceAgain):
11796         * fvwm/move_resize.c (move_window_doit):
11797         (__move_icon):
11798         * fvwm/virtual.c (MapDesk):
11799         (MoveViewport):
11800         (do_move_window_to_desk):
11801         * fvwm/icons.c (AutoPlaceIcon):
11802         (ChangeIconPixmap):
11803         (Iconify):
11804         some cleanup in movement code
11805         new option "Icon" to PlaceAgain command
11806         adapted documentation accordingly
11808         * fvwm/move_resize.c (move_window_doit):
11809         (__move_window):
11810         renamed function
11812 2002-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11814         * libs/Flocale.c (FlocaleRotateDrawString):
11815         create gcs only once
11817         * fvwm/fvwm.1:
11818         removed some references to Recapture
11819         UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11820         ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11822         * libs/gravity.c (gravity_parse_multi_dir_argument):
11823         fixed "all" multidir selecting "center" too
11825         * libs/Fft.c (FftDrawString):
11826         * libs/Flocale.c (FlocaleRotateDrawString):
11827         (FlocaleFontStructDrawString):
11828         (FlocaleDrawString):
11829         fixed some text placement bugs w/ shadow text
11830         (FlocaleGetShadowTextPosition):
11831         implemented "center" shadows
11833 2002-07-20  olicha  <olivier.chapuis@free.fr>
11835         * libs/Flocale.c (FlocaleRotateDrawString):
11836         Removed some static declarations
11838 2002-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11840         * libs/gravity.c (gravity_multi_dir_to_dir):
11841         * libs/gravity.h (enum):
11842         new function, cleaned up
11843         (enum):
11844         * fvwm/fvwm.h (FvwmWindow):
11845         * libs/Fft.c:
11846         * fvwm/geometry.c:
11847         * fvwm/borders.c:
11848         moved text_rotation_type to gravity.h and renamed to rotation_type
11850         * libs/Flocale.h:
11851         fixed several bugs in the access macros
11853         * libs/Flocale.c:
11854         removed unused static FlocaleSeted
11855         (FlocaleFontStructDrawString):
11856         simplified function
11858         * fvwm/virtual.c (CMD_EdgeCommand):
11859         * fvwm/windowshade.c (CMD_WindowShade):
11860         * fvwm/conditional.c (CMD_Direction):
11861         adapted to changes in ParseDirectionArgument
11863         * libs/gravity.h:
11864         * libs/gravity.c (ParseDirectionArgument):
11865         new direction "Center"
11867         * fvwm/virtual.c (CMD_EdgeCommand):
11868         reformatted
11870 2002-07-18  olicha  <olivier.chapuis@free.fr>
11872         * libs/PictureUtils.c (PictureRGBtoPixel):
11873         (decompose_mask):
11874         Fixed(??) color allocation for some visuals
11876 2002-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11878         * libs/Flocale.c (FlocaleFontStructDrawString):
11879         a little code cleanup
11881         * fvwm/events.c (HandleEnterNotify):
11882         removed debug code
11883         anothe click+drag fix
11885         * libs/Pointer.c (GetLocationFromEventOrQuery):
11886         * fvwm/focus.c (SetPointerEventPosition):
11887         * fvwm/functions.c (CheckActionType):
11888         * fvwm/builtins.c (CMD_StrokeFunc):
11889         * fvwm/move_resize.c (moveLoop):
11890         (resize_window):
11891         fixed some bugs w/ pointer on wrong screen
11893 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11895         * fvwm/events.c (HandleLeaveNotify):
11896         fixed problem w/ click+drag and mousey focus
11898         * fvwm/menus.c (size_menu_horizontally):
11899         fixed menu style SubmenusLeft w/ icons in menu items
11901 2002-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11903         * fvwm/menuitem.c (menuitem_paint):
11904         * fvwm/menus.h:
11905         * fvwm/menus.c (paint_menu_gradient_background):
11906         (get_menu_paint_item_parameters):
11907         removed circular dependency of menus.c and menuitem.c by using callback
11908         functions
11910 2002-07-17  olicha  <olivier.chapuis@free.fr>
11912         * fvwm/menuitem.c:
11913         A -Wall fix
11915         * fvwm/fvwm.c (InitVariables):
11916         (main):
11917         * fvwm/colorset.c (parse_colorset):
11918         (alloc_colorset):
11919         (CMD_ReadWriteColors):
11920         * fvwm/builtins.c (CMD_ColorLimit):
11921         * libs/PictureUtils.h:
11922         * libs/PictureUtils.c (PictureReduceColor):
11923         (PictureReduceRGBColor):
11924         (PictureRGBtoPixel):
11925         (PictureAllocColor):
11926         (PictureFreeColors):
11927         (PictureGetNextColor):
11928         (colors_alloc_fail):
11929         (my_alloc_color):
11930         (AllocColors*):
11931         (AllocColorTable):
11932         (PictureAllocColorTable):
11933         * libs/PictureImageLoader.c (PImageXpmAllocColor):
11934         (PImageXpmFreeColor):
11935         (PImageLoadXpm):
11936         * libs/PictureBase.c (PictureInitCMap):
11937         * libs/Graphics.c (AllocLinearGradient):
11938         * libs/ColorUtils.c (GetShadow):
11939         (GetHilite):
11940         (GetForeShadow):
11941         (GetTintedPixel):
11942         (GetSimpleColor):
11943         (GetColor):
11944         (fvwmlib_clone_color):
11945         * libs/PictureGraphics.c (PGraphicsTintRectangle):
11946         Implemented a new color limit method
11948 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11950         * fvwm/move_resize.c (moveLoop):
11951         fixed problem moving the pointer off screen while moving a window
11952         (AnimatedMoveAnyWindow):
11953         fixed pointer warping w/ multiple screens and animated window motion
11955 2002-07-12  olicha  <olivier.chapuis@free.fr>
11957         * fvwm/menus.c (get_menu_paint_item_parameters):
11958         (paint_menu_gradient_background):
11959         * fvwm/menuitem.c (menuitem_paint):
11960         * fvwm/menuitem.h:
11961         * fvwm/menus.h:
11962         Fixed B/DGradient with Xft fonts
11964         * libs/Colorset.h:
11965         * libs/ColorUtils.c (GetTintedColor):
11966         (GetTintedPixel):
11967         * fvwm/colorset.c (parse_simple_tint):
11968         (parse_colorset):
11969         (alloc_colorset):
11970         Implemented fgTint colorset option
11972         * libs/PictureImageLoader.c:
11973         * libs/PictureUtils.c:
11974         * libs/PictureUtils.h:
11975         * libs/Makefile.am:
11976         Moved color limitation and some rgb to pixel functions from
11977         PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11979         * fvwm/colorset.c (parse_colorset):
11980         * libs/PictureGraphics.c (PCreateTintedPixmap):
11981         (PGraphicsTintRectangle):
11982         Implemented tinting for X server without Xrender support and
11983         did color limitation when tinting
11986 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11988         * fvwm/events.c (WaitForButtonsUp):
11989         fixed handling of button release events
11991 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11993         * fvwm/menus.c (MenuInteraction):
11994         fixed core dump w/ dynamic popdown action destroying a menu
11995         (paint_menu_gradient_background):
11996         fixed hang and/or incorrect drawing of b and d gradients in menus
11998         * fvwm/events.c (HandleEnterNotify):
11999         (HandleLeaveNotify):
12000         improved LEAVE_WINDOW/ENTER_WINDOW handling
12002 2002-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12004         * libs/Colorset.c (SetWindowBackground):
12005         (SetWindowBackgroundWithOffset):
12006         (ScrollPixmap):
12007         implemented new functions to allow pixmap backgrounds with an offset
12009 2002-07-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12011         * fvwm/events.c (HandleMapRequestKeepRaised):
12012         send Map/UnmapNotify before iconyfying, not after
12014 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12016         * fvwm/events.c (HandleMapRequestKeepRaised):
12017         fake a MapNotify and then an UnmapNotify when a window is created iconic
12019         * fvwm/add_window.c (AddWindow):
12020         workaround for buggy TK menu positioning
12022         * fvwm/module_interface.c (FlushMessageQueue):
12023         (PositiveWrite):
12024         (get_pipe_name):
12025         tried to fix module communication deadlock w/ sync mask and a full write
12026         pipe
12028         * libs/Strings.c:
12029         re-indented file
12031         * libs/defaults.h:
12032 2002-07-06  olicha  <olivier.chapuis@free.fr>
12034         * libs/Flocale.c (FlocaleGetFontSet):
12035         Removed some unwanted code
12037 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12039         * fvwm/events.c (HandleLeaveNotify):
12040         (HandleEnterNotify):
12041         reduced the number of MX_LEAVE/ENTER_WINDOW messages
12043         * fvwm/events.c (CMD_XSync):
12044         very experimental patch to cycle through subwindows accepting keyboard
12045         input; call Xsync command repeatedly to test; crashes fvwm if more than
12046         1000 subwindows are used;
12048         * fvwm/focus.c (CMD_WarpToWindow):
12049         fixed a bug in warpttowindow command with subwindows of unmanaged
12050         windows
12052 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12054         * fvwm/events.c (HandlePropertyNotify):
12055         * fvwm/events.h:
12056         handle changes in the size_inc and base_size hints during opaque
12057         resizing.
12059         * fvwm/events.c (HandleButtonPress):
12060         ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
12061         until the button is released again; this restores the old behaviour
12062         from 2.3.23 and before with click+drag and rxvt/aterm
12064 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12066         * fvwm/update.c (apply_window_updates):
12067         fixed applying neverfocus to currently focused window; decorations
12068         partially drawn hilighted
12070 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12072         * fvwm/menucmd.c (menu_func):
12073         another module/menu/context window fix
12074         do not use global Fw anymore
12076 2002-07-05  olicha  <olivier.chapuis@free.fr>
12078         * libs/Flocale.c (FlocaleStringToString2b):
12079         Fixed crash with big5-0 FontStruct
12081 2002-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12083         * fvwm/menucmd.c (menu_func):
12084         fixed context window of menus invoked by a module
12085         (menu_func):
12086         fixed context menus on windows
12088         * libs/vpacket.h (ConfigWinPacket):
12089         * fvwm/module_interface.c (CONFIGARGSNEW):
12090         * fvwm/fvwm.h (FvwmWindow):
12091         fixed bugs in type conversions for transmitting certain information to
12092         modules
12094         * fvwm/functions.c (CheckActionType):
12095         fixed window selection problem w/ menus invoked from modules
12097 2002-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12099         * fvwm/gnome.c (GNOME_HandlePropRequest):
12100         -Wall fixes
12102         * fvwm/module_interface.c (ExecuteCommandQueue):
12103         fixed compile bug w/ --enable-debug-msgs
12105 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12107         * fvwm/events.c (HandleButtonPress):
12108         (HandleKeyPress):
12109         * fvwm/menus.c (MenuInteraction):
12110         (do_menu):
12111         * fvwm/windowlist.c (CMD_WindowList):
12112         * fvwm/menucmd.c (menu_func):
12113         * fvwm/module_interface.c (ExecuteModuleCommand):
12114         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12115         go away, evil globals! [removed the useless global variable
12116         "ButtonWindow"]
12118         * fvwm/events.c (HandleUnmapNotify):
12119         (HandleMapNotify):
12120         * fvwm/icons.c (Iconify):
12121         * fvwm/window_flags.h (IS_ICONIFY_PENDING):
12122         * fvwm/fvwm.h (struct):
12123         renamed is_deiconify_pending to is_iconify_pending
12124         some re-indenting
12126 2002-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12128         * fvwm/menus.c (MenuInteraction):
12129         (pop_menu_down):
12130         (menu_enter_tear_off_menu):
12131         (do_menu):
12132         * fvwm/events.c (HandleButtonPress):
12133         (HandleButtonRelease):
12134         (HandleKeyPress):
12135         (GetContext):
12136         * fvwm/menucmd.c (menu_func):
12137         (menu_func):
12138         * fvwm/module_interface.c (ExecuteModuleCommand):
12139         go away, evil globals! [removed the useless global variable "Context"]
12140         removed is_menu_from_frame_or_window_or_titlebar flag
12142         * fvwm/module_interface.c:
12143         * fvwm/windowlist.c:
12144         re-indented files
12146 2002-06-28  Mikhael Goikhman  <migo@homemail.com>
12148         * fvwm/menuitem.c (menuitem_paint):
12149         fixed fg color of the inactive disabled menu item
12151         * NEWS:
12152         old typo
12153         * fvwm/fvwm.1:
12154         removed a mention of RedHat (I don't think it is correct),
12155         reworded a mention of fvwm95
12157 2002-06-26  Mikhael Goikhman  <migo@homemail.com>
12159         * **/*.c:
12160         tabify only the leading spaces, untabify the middle of line
12162 2002-06-25  David Fries  <dfries@mail.win.org>
12164         * fvwm/fvwm.1:
12165         * fvwm/windowlist.c:
12166         Added code to sort based on the class name of a window for
12167         the WindowList function.
12169 2002-06-25  olicha  <olivier.chapuis@free.fr>
12171         * acinclude.m4:
12172         A minor fix
12174 2002-06-25  Mikhael Goikhman  <migo@homemail.com>
12176         * AUTHORS:
12177         add Anders Andersson (spelling fixes in all man pages) and Steve Talley
12179 2002-06-24  Steve Talley  <stephen.talley@sun.com>
12181         * fvwm/add_window.c:
12182         * fvwm/add_window.h:
12183         * fvwm/fvwm.1:
12184         * fvwm/fvwm.h:
12185         * fvwm/icons.c:
12186         * fvwm/icons.h:
12187         * fvwm/style.c:
12188         * fvwm/style.h:
12189         * libs/defaults.h:
12190         New Style option IconSize
12192 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
12194         * NEWS, configure.in:
12195         changed version to 2.5.3
12197 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
12199         * INSTALL.fvwm:
12200         removed C++ section
12202         * fvwm/fvwm.1:
12203         * libs/FlocaleCharset.c:
12204         small fixes
12206 2002-06-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12208         * fvwm/events.c (WaitForButtonsUp):
12209         use the wait cursot only after the 20th pass through the loop
12211 2002-06-21  Dan Espen  <dane@mk.telcordia.com>
12213         * fvwm/fvwm.1 (Examples): Language check.
12214         PipeRead as synchronous Exec.
12215         Better example for PipeRead.
12217 2002-06-21  olicha  <olivier.chapuis@free.fr>
12219         * fvwm/fvwm.1:
12220         * NEWS:
12221         Documented StringEncoding= in font name
12223         * INSTALL.fvwm
12224         Removed --disable-compound-text doc
12226 2002-06-20  olicha  <olivier.chapuis@free.fr>
12228         * libs/FBidi.h (FBidiConvert):
12229         Fixed compile if !HAVE_BIDI
12231 2002-06-19  olicha  <olivier.chapuis@free.fr>
12233         * fvwm/fvwm.c (InitVariables):
12234         (StartupStuff):
12235         Allocate colorset 0 in InitVariable in the place of StartupStuff.
12236         This fix a "null expression" at init in menustyle.c (menustyle_update)
12238 2002-06-19  Mikhael Goikhman  <migo@homemail.com>
12240         * configure.in:
12241         reworded supported feature listing, fixed the default xft detection
12242         * INSTALL.fvwm:
12243         added the "Supported Features" section
12245 2002-06-19  olicha  <olivier.chapuis@free.fr>
12247         * fvwm/colorset.h:
12248         Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
12250         * INSTALL.fvwm:
12251         Removed --enable-mulibyte and --disable-compound-text config option
12252         documentation. s/enable-xft/disable-xft/ and document --disable-xrender
12254         * configure.in:
12255         Xft is on by default no
12257         * libs/FlocaleCharset.c (*):
12258         * libs/FlocaleCharset.h:
12259         * libs/Ficonv.c (*):
12260         * libs/Ficonv.h:
12261         * libs/Flocale.c (*):
12262         * libs/Flocale.h:
12263         * libs/Fft.c (*):
12264         * libs/FftInterface.h:
12265         * libs/FBidi.c:
12266         * libs/FBidi.h:
12267         * fvwm/ewmh_names.c ():
12268         Some cleanup. Implemented StringEncoding= in font names. Fixed
12269         string encoding for xft fonts. Try to be more cleaver about defaults
12270         charsets. Improvement in the locale charset table.
12272         * fvwm/fvwm.1:
12273         Some documentation cleanup regarding Xft
12275 2002-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12277         * fvwm/functions.c (find_func_type):
12278         fixed bug i introduced w/ last commit
12280         * fvwm/fvwm.c (Done):
12281         (StartupStuff):
12282         * fvwm/functions.c (functions_is_complex_function):
12283         * fvwm/builtins.c (CMD_DestroyFunc):
12284         (CMD_AddToFunc):
12285         (CMD_Plus):
12286         moved functions to functions.c
12287         general cleanup
12289         * fvwm/functable.c:
12290         * fvwm/functable.h:
12291         * fvwm/functions.h:
12292         * fvwm/commands.h:
12293         * fvwm/functions.c:
12294         moved some types and functions to other/new files
12296         * fvwm/functions.c:
12297         * fvwm/expand.c (expand_vars_extended):
12298         (expand_vars):
12299         functions moved to new file
12301         * fvwm/functions.c:
12302         reindented file
12304 2002-06-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12306         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
12307         fixed colourmap focus problem
12309         * **/*.[ch]:
12310         tabified all files and removed all trailing spaces
12312         * fvwm/move_resize.c (move_window_doit):
12313         * fvwm/virtual.c (CMD_MoveToDesk):
12314         MoveToPage and MoveToDesk no longer unstick windows
12316 2002-06-17  Mikhael Goikhman  <migo@homemail.com>
12318         * INSTALL.fvwm:
12319         small improvements
12321         * configure.in:
12322         reworded some names of supported features
12324 2002-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12326         * fvwm/update.c (apply_window_updates):
12327         * fvwm/session.c (MatchWinToSM):
12328         * fvwm/add_window.c (setup_window_structure):
12329         * fvwm/windowshade.c (CMD_WindowShade):
12330         * fvwm/window_flags.h:
12331         fixed a problem w/ shaded windows changind the title direction
12333         * fvwm/geometry.c (get_shaded_geometry):
12334         fixed shading window to 0 width or height
12336         * fvwm/add_window.c (AddWindow):
12337         fixed a memory leak and an initial window placement bug
12339 2002-06-15  Mikhael Goikhman  <migo@homemail.com>
12341         * configure.in:
12342         minor improvements in output, added bin/fvwm-perllib
12344 2002-06-12  Mikhael Goikhman  <migo@homemail.com>
12346         * fvwm/menustyle.c (CMD_CopyMenuStyle):
12347         fixed copying PopupOffset values in CopyMenuStyle
12349         * NEWS:
12350         Copied 2.4.8 NEWS
12352 2002-06-10  Mikhael Goikhman  <migo@homemail.com>
12354         * libs/Strings.c:
12355         * libs/Strings.h:
12356         added CopyStringWithQuotes, not perfect, but works for now
12358 2002-06-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12360         * fvwm/functions.h:
12361         * fvwm/commands.h:
12362         * fvwm/functions.c (func_config):
12363         * libs/FScreen.c (FScreenConfigureSLSScreens):
12364         (FScreenConfigureModule):
12365         * fvwm/virtual.c (CMD_XineramaSlsScreens):
12366         new command XineramaSLSScreens
12368         * libs/FScreen.c:
12369         cleaned up Xinerama ifdefs
12371 2002-06-07  Dan Espen  <dane@mk.telcordia.com>
12373         * NEWS:
12374         * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12376 2002-06-07  olicha  <olivier.chapuis@free.fr>
12378         * libs/Flocale.h:
12379         * libs/Flocale.c (FlocaleGetShadowTextPosition):
12380         Some shadow text position fixes
12382 2002-06-06  olicha  <olivier.chapuis@free.fr>
12384         * fvwm/update.c (apply_window_updates):
12385         Fixed the position of shaded windows after certain style update
12387         * acinclude.m4:
12388         Fixed some options names
12390 2002-06-06  Mikhael Goikhman  <migo@homemail.com>
12392         * fvwm/module_interface.c (CMD_SendToModule):
12393         fixed SendToModule when the first parameter contains quotes
12395 2002-06-06  olicha  <olivier.chapuis@free.fr>
12397         * fvwm/fvwm.c (main):
12398         * fvwm/ewmh.c (EWMH_Init):
12399         Init the EWMH before reading the config. Always setup the working
12400         area.
12402 2002-06-05  olicha  <olivier.chapuis@free.fr>
12404         * fvwm/update.c (apply_window_updates):
12405         Fixed the position of a shaded window during a style update
12406         (do_redecorate)
12408         * libs/Flocale.c (FlocaleRotateDrawString):
12409         (FlocaleGetShadowTextPosition):
12410         Fixed side title text position if the font has no shadow
12412         * acconfig.h:
12413         * libs/Ficonv.c (FiconvInit):
12414         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12415         * libs/Flocale.c (FlocaleInit):
12416         (FlocaleRotateDrawString):
12417         (FlocaleGetFontSet):
12418         (FlocaleGetFontOrFontSet):
12419         (FlocaleLoadFont):
12420         (FlocaleDrawString):
12421         (FlocaleTextWidth):
12422         (FlocaleFreeNameProperty):
12423         (FlocaleGetNameProperty):
12424         (FlocaleTextListToTextProperty):
12425         Finish to remove the multibyte patch. This gives a more clean code
12426         and can only prevent bugs
12428 2002-06-05  Mikhael Goikhman  <migo@homemail.com>
12430         * fvwm/placement.c (PlaceWindow):
12431         fixed CascadePlacement with huge windows (xterm -g 240x100),
12432         that were aligned to bottom-right instead of top-left;
12433         small adjustments (removed border_width from calculations,
12434         don't place normal windows at 0, commented out some strange code)
12436 2002-06-04  Mikhael Goikhman  <migo@homemail.com>
12438         * NEWS:
12439         document CascadePlacement and FvwmIconMan improvements
12441         * fvwm/fvwm.1:
12442         typo
12444 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12446         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12447         * fvwm/fvwm.c (InitVariables):
12448         * fvwm/placement.c (PlaceWindow):
12449         * fvwm/screen.h (struct ScreenInfo):
12450         improved *CascadePlacement, if the last placed window does not exist
12451         any more, reuse the last used position instead of adding a new cascade
12453 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12455         * fvwm/events.c (HandleEnterNotify):
12456         * fvwm/fvwm.c (InitVariables):
12457         * fvwm/events.h:
12458         Fixed colormap handling over decorative parts of a window
12460 2002-06-03  olicha  <olivier.chapuis@free.fr>
12462         * fvwm/module_interface.c (make_named_packet):
12463         Fixed an write out of memory bug. This complete Mikhail Kruk patch
12464         related to named module packet
12466 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12468         * fvwm/focus.c (focus_grab_buttons):
12469         * fvwm/events.c (HandleButtonPress):
12470         fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12472 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12474         * fvwm/bindings.c (ParseBinding):
12475         replaced an error "Illegal mouse button" with a descriptive warning
12476         when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12478 2002-05-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12480         * fvwm/events.c (GetContext):
12481         fixed key bindings on decorations
12483         * fvwm/events.h:
12484         removed XEVMASK_DECORW
12486 2002-05-31  olicha  <olivier.chapuis@free.fr>
12488         * NEWS:
12489         * fvwm/fvwm.1:
12490         Documented shadow effect in a new section FONT EFFECTS
12492 2002-05-31  olicha  <olivier.chapuis@free.fr>
12494         * libs/Fft.c (FftDrawString):
12495         * libs/Colorset.c (DumpColorset):
12496         (LoadColorset):
12497         * libs/Colorset.h:
12498         * fvwm/colorset.c (parse_colorset):
12499         New colorset option fg_alpha which defines an alpha for rendering
12500         text with Xft
12502 2002-05-29  olicha  <olivier.chapuis@free.fr>
12504         * libs/Fft.c (FftSetupEncoding):
12505         * libs/Fft.h:
12506         * libs/FRender.h:
12507         Added Xft2 support
12509         * acinclude.m4:
12510         * configure.in:
12511         Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12512         to Xft FLAGS and LIBS
12514         * fvwm/Makefile.am:
12515         * libs/Makefile.am:
12516         Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12517         Xft2 library. Removed FT2 CFLAGS and LIBS
12519 2002-05-27  olicha  <olivier.chapuis@free.fr>
12521         * acinclude.m4:
12522         * acconfig.h:
12523         * configure.in:
12524         Some Xft2 and fontconfig preparation
12526         * libs/Flocale.h:
12527         * libs/Flocale.c (FlocaleParseShadow):
12528         (FlocaleLoadFont):
12529         (FlocaleGetShadowTextPosition):
12530         Added offset to shadow text
12532         * libs/Flocale.h:
12533         Fixed the position of ne shadow text and remove some unused #define
12535 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12537         * fvwm/colorset.c (parse_colorset):
12538         fixed integer overflow in average colour calculation
12540 2002-05-27  olicha  <olivier.chapuis@free.fr>
12542         * libs/gravity.c (GetNextMultiDirection):
12543         (ParseMultiDirectionArgument):
12544         * libs/gravity.h:
12545         Added a multi direction type which is a "<<" version of direction
12546         type. Added a parse and a next functions
12548         * libs/Flocale.h:
12549         * libs/Flocale.c (FlocaleParseShadow):
12550         (FlocaleGetNextShadowDirection):
12551         (FlocaleGetShadowTextPosition):
12552         Used gravity multi direction type and functions. Removed
12553         FlocaleGetNextShadowDirection
12555 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12557         * fvwm/focus.c (restore_focus_after_unmap):
12558         fixed a problem w/ colormap transition when transient window died
12560         * fvwm/add_window.c (AddWindow):
12561         clean up
12563         * fvwm/session.c (getUniqueStateFilename):
12564         applied security patch by Jan Echternach
12566         * fvwm/fvwm.c (InitVariables):
12567         Properly initialise Scr.flags.is_pointer_on_this_screen
12569         * libs/fvwmlib.h (FvwmFont):
12570         * fvwm/fvwm.c (setVersionInfo):
12571         * configure.in:
12572         * config.h.in:
12573         * acconfig.h (MULTIBYTE):
12574         removed MULTIBYTE option (unconditionally on)
12576 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12578         * libs/gravity.c (ParseDirectionArgument):
12579         allow "t", "u", ... shortcuts as direction arguments
12581         * fvwm/style.c (check_window_style_change):
12582         (parse_and_set_window_style):
12583         * fvwm/frame.c (frame_setup_border):
12584         (frame_get_shading_laziness):
12585         (frame_get_sidebar_geometry):
12586         * fvwm/decorations.c (SelectDecor):
12587         * fvwm/add_window.c (setup_style_and_decor):
12588         (setup_resize_handle_cursors):
12589         (setup_resize_handle_windows):
12590         (change_resize_handle_windows):
12591         (destroy_auxiliary_windows):
12592         * fvwm/borders.c (border_get_border_gcs):
12593         (border_draw_border_parts):
12594         * fvwm/style.h (SCSET_HAS_BORDER):
12595         * fvwm/fvwm.h (FvwmWindow):
12596         * fvwm/window_flags.h (SET_HAS_BORDER):
12597         new styles NoBorder/Border
12599 2002-05-26  olicha  <olivier.chapuis@free.fr>
12601         * libs/Flocale.h:
12602         * libs/Flocale.c (FlocaleParseShadow):
12603         (FlocaleGetNextShadowDirection):
12604         (FlocaleGetShadowTextPosition):
12605         (FlocaleLoadFont):
12606         Implemented multidirectional shadow text rendering
12608         * libs/Flocale.h:
12609         * libs/Flocale.c
12610         (FlocaleFontStructDrawString):
12611         (FlocaleRotateDrawString):
12612         (FlocaleLoadFont):
12613         (FlocaleDrawString):
12614         (FlocaleTextWidth):
12615         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12616         * libs/Fft.c (FftDrawString):
12617         Cleanup the FlocaleFont structure by addings some flags
12619 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12621         * fvwm/events.c (HandleFocusIn):
12622         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12623         * fvwm/screen.h (ScreenInfo):
12624         * fvwm/focus.c (FocusOn):
12625         ignore EnterNotify events while a window is waiting to receive focus
12626         from the Focus or FlipFocus commands; should prevent plenty of race
12627         contidions caused by executing complex functions by a key press, button
12628         press or from a menu; fixes Alt-Tab problem
12630         * fvwm/events.c (HandleMapNotify):
12631         immediately draw window decorations when window is mapped; the new frame
12632         drawing code takes care of suppressing unnecessary redraws
12633         (HandleLeaveNotify):
12634         fixed a bug w/ LeaveNotify event with NotifyGrab
12636 2002-05-22  olicha  <olivier.chapuis@free.fr>
12638         * libs/Flocale.h:
12639         * libs/Fft.c (FftDrawString):
12640         * libs/Flocale.c (FlocaleFontStructDrawString):
12641         (FlocaleRotateDrawString):
12642         (FlocaleLoadFont):
12643         (FlocaleGetShadowTextPosition):
12644         (FlocaleDrawString):
12645         (FlocaleDrawUnderline):
12646         (FlocaleTextWidth):
12647         Implemented negative shadow text
12649 2002-05-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12651         * fvwm/menucmd.c (CMD_AddToMenu):
12652         * fvwm/windowlist.c (CMD_WindowList):
12653         * fvwm/menus.h:
12654         * fvwm/menus.c
12655         changed signature of AddToMenu
12657         * fvwm/menus.c (clone_menu_root_static):
12658         fixed problem w/ menu style usage count and tear off menus
12659         fixed core dump w/ not copying the missing sub menu function in tear
12660         off menus
12661         (clone_menu_item_list):
12662         (AddToMenu):
12663         (add_another_menu_item):
12664         (size_menu_vertically):
12665         fixed additional "More..." items in sub menus of torn off menus
12667 2002-05-22  Mikhael Goikhman  <migo@homemail.com>
12669         * libs/colorset.h:
12670         fixed #endif warning
12671         * fvwm/ConfigFvwmDefaults:
12672         added CirculateSkip to tear off menus
12673         * fvwm.1:
12674         fixed ShadeAgain quoting
12676 2002-05-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12678         * fvwm/events.c (HandleButtonPress):
12679         allow to pass the focus click to applications and have a function bound
12680         to it at the same time
12682         * fvwm/fvwm.c:
12683         * fvwm/colorset.h:
12684         fixed compilation problem
12686 2002-05-20  olicha  <olivier.chapuis@free.fr>
12688         * libs/PictureImageLoader.c (PImageRGBtoPixel):
12689         Fixed blue colour in png image and ewmh icons
12691         * libs/Flocale.c (FlocaleLoadFont):
12692         Removed some debug code
12694         * fvwm/colorset.c (parse_colorset):
12695         * libs/fvwmlib.h:
12696         * libs/ColorUtils.c (GetForeShadowColor):
12697         Added Mikhael algo to compute the default fgsh
12699 2002-05-18  Mikhael Goikhman  <migo@homemail.com>
12701         * fvwm/functions.c (expand_extended_var):
12702         expand $[fgsh.csN], use constants instead of numbers
12704 2002-05-17  olicha  <olivier.chapuis@free.fr>
12706         * libs/Flocale.c (FlocaleDrawString):
12707         (FlocaleDrawUnderline):
12708         * libs/Flocale.h:
12709         Removed some unused and debug code
12711 2002-05-17  olicha  <olivier.chapuis@free.fr>
12713         * fvwm/menuitem.c (draw_underline):
12714         * libs/Flocale.h:
12715         * libs/Flocale.c (FlocaleDrawUnderline):
12716         Move draw_underline into Flocale.c and fix underline position with
12717         shadow rendering
12719 2002-05-17  olicha  <olivier.chapuis@free.fr>
12721         * fvwm/style.c (update_window_color_style):
12722         (update_window_color_hi_style):
12723         * fvwm/move_resize.c (DisplayPosition):
12724         (DisplaySize):
12725         * fvwm/menuitem.c (menuitem_paint):
12726         * fvwm/borders.c (get_common_decorations):
12727         (border_get_titlebar_draw_descr):
12728         * fvwm/fvwm.h:
12729         * fvwm/icons.c (DrawIconWindow):
12730         Pass the colorset to text drawing via the FlocaleWinString structure
12732         * libs/fvwmlib.h:
12733         * libs/ColorUtils.c (GetForeShadowColor):
12734         (GetForeShadow):
12735         * fvwm/colorset.c (parse_colorset):
12736         * libs/Colorset.h:
12737         * libs/Colorset.c (DumpColorset):
12738         (LoadColorset):
12739         Added fgsh colorset and two new functions GetForeShadowColor and
12740         GetForeShadow which should be modified
12742         * libs/Makefile.am:
12743         * libs/Fft.h:
12744         * libs/FftInterface.h (new file):
12745         * libs/Fft.c (FftDrawString):
12746         * libs/Flocale.h:
12747         * libs/Flocale.c (FlocaleFontStructDrawString):
12748         (FlocaleRotateDrawString):
12749         (FlocaleDrawString):
12750         (FlocaleTextWidth):
12751         (FlocaleLoadFont):
12752         Implemented text shadow rendering
12754 2002-05-11  olicha  <olivier.chapuis@free.fr>
12756         * fvwm/builtins.h:
12757         * fvwm/builtins.c (refresh_window):
12758         * fvwm/update.c (apply_window_updates):
12759         * fvwm/update.h:
12760         * fvwm/style.c (check_window_style_change):
12761         ParentalRelativity style is now dynamic
12763 2002-05-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12765         * fvwm/menuitem.c (menuitem_paint):
12766         fixed menu item hilight area
12768 2002-05-09  olicha  <olivier.chapuis@free.fr>
12770         * libs/Makefile.am:
12771         * libs/XError.c (request_name):
12772         * libs/PictureImageLoader.c (PImageLoadPng):
12773         (PImageCreatePixmapFromArgbData):
12774         * libs/PictureGraphics.c (PGraphicsTintRectangle):
12775         (PGraphicsTileRectangle):
12776         (PGraphicsCopyFvwmPicture):
12777         * libs/FRenderInit.c (new file):
12778         * libs/FRenderInit.h (new file):
12779         * libs/FRenderInterface.h:
12780         * libs/FRender.c (*):
12781         * fvwm/colorset.c (parse_tint):
12782         (parse_colorset):
12783         * fvwm/fvwm.c (main):
12784         * fvwm/events.c (HandlePropertyNotify):
12785         Change the design of the previous commit. Now a module should call
12786         FRenderInit when it wants to use a function which depends on XRender.
12788 2002-05-09  olicha  <olivier.chapuis@free.fr>
12790         * fvwm/colorset.c:
12791         A -Wall fix
12793         * libs/Flocale.h:
12794         * libs/Fft.h:
12795         Fixed Compilation
12796         Include Fft.h include FRender.h as Xft.h include Xrender.h
12798         * libs/FRenderInterface.h:
12799         * libs/FRender.h:
12800         * libs/FRender.c (FRenderInit):
12801         (FRenderGetErrorCodeBase):
12802         (FRenderGetMajorOpCode):
12803         (FRenderGetExtensionSupported):
12804         (FRenderGetErrorText):
12805         Improve XRender initialization, check if the XRender extension is
12806         enabled and get the error code base and the major op code.
12807         Add error functions for the X error handler.
12809         * libs/XError.c (PrintXErrorAndCoredump):
12810         (request_name):
12811         Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12812         and major op code
12814         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12815         * fvwm/events.c (HandlePropertyNotify):
12816         * fvwm/colorset.c (parse_tint):
12817         (parse_colorset):
12818         * libs/PictureImageLoader.c (PImageLoadPng):
12819         (PImageCreatePixmapFromArgbData):
12820         * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12821         (PGraphicsCopyFvwmPicture):
12822         (PGraphicsTileRectangle):
12823         * libs/FRender.c (FRenderCopyArea):
12824         (FRenderTintRectangle):
12825         Check if the XRender extension is enabled on the display before
12826         performing XRender operations
12828 2002-05-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12830         * fvwm/menuitem.c (menuitem_paint):
12831         fixed item hilighting problems
12833 2002-05-07  olicha  <olivier.chapuis@free.fr>
12835         * fvwm/colorset.c (parse_colorset):
12836         More coloset fixes
12838 2002-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12840         * fvwm/events.c (HandlePropertyNotify):
12841         workaround for xterm resize problem
12843         * fvwm/colorset.c (parse_colorset):
12844         (free_colorset_background):
12845         (parse_pixmap):
12846         (parse_tint):
12847         fixed various bugs and core dumps w/ the cs->picture structure;
12848         note: it's a pointer, so compare with NULL, not with None
12850         * fvwm/frame.c (frame_setup_window):
12851         (frame_setup_window_app_request):
12852         (frame_force_setup_window):
12853         (frame_setup_window_internal):
12854         (frame_create_move_resize_args):
12855         (frame_free_move_resize_args):
12856         * fvwm/add_window.c (setup_window_attr):
12857         * fvwm/events.c (HandleConfigureRequest):
12858         (HandlePropertyNotify):
12859         fixed [?] bit_gravity/resize problem
12861         * fvwm/events.c (HandleEnterNotify):
12862         reformatted EdgeCommand code
12864 2002-05-06  olicha  <olivier.chapuis@free.fr>
12866         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12867         Resize an ewmh icon to the wanted size if it is to big
12869         * fvwm/ewmh.c (EWMH_WindowDestroyed):
12870         Set also the stacking list when a window is destroyed
12872 2002-05-03  Dan Espen  <dane@mk.telcordia.com>
12874         * fvwm/fvwm.1: Finish language check.
12875         Fix typo in Mouse section, context should be on new line.
12877 2002-05-02  Dan Espen  <dane@mk.telcordia.com>
12879         * fvwm/fvwm.1 (file): Restore icons and images text with some
12880         improvement.
12881         Started on lang check, not done yet.
12883 2002-05-02  Mikhail Kruk  <meshko@cs.brandeis.edu>
12885         * fvwm/module_interface.c (make_named_packet):
12886         Applied Mikhail Kruk patch
12888 2002-05-02  olicha  <olivier.chapuis@free.fr>
12890         * libs/FlocaleCharset.h:
12891         * libs/Ficonv.c (FiconvSetupConversion):
12892         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12893         * libs/Flocale.h:
12894         * libs/Flocale.c (FlocaleGetFftFont):
12895         (FlocaleGetFontSet):
12896         (FlocaleGetFont):
12897         (FlocaleLoadFont):
12898         (FlocaleUnloadFont):
12899         * fvwm/fvwm.1:
12900         Implemented charset/iconv hints in font name
12902 2002-04-29  Stian Sletner  <stian@sletner.com>
12904         * fvwm/windowlist.c (CMD_WindowList):
12905         Added new Windowlist option IconifiedAtEnd
12907 2002-04-30  Mikhael Goikhman  <migo@homemail.com>
12909         * fvwm/module_interface.c:
12910         * libs/Module.c:
12911         * libs/Module.h:
12912         moved two constant strings to Module.h, so they may be used by perllib
12914 2002-04-29  olicha  <olivier.chapuis@free.fr>
12916         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12917         Fixed a core dump if the charset is not found
12919         * libs/Flocale.c (FlocaleStringToString2b):
12920         Removed some debug code
12922 2002-04-29  olicha  <olivier.chapuis@free.fr>
12924         * libs/Fft.c (FftGetFontWidths):
12925         (FftGetFontWidths):
12926         * libs/Fft.h
12927         * libs/Flocale.h:
12928         * libs/Flocale.c (FlocaleGetFont):
12929         (FlocaleGetFontSet):
12930         (FlocaleGetFftFont):
12931         Removed min_char_offset member of the FlocaleFont as it is not use
12932         since we rotate string for side title
12934         * libs/Ficonv.c (FiconvSetupConversion):
12935         * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12936         (FlocaleCharsetSetFlocaleCharset):
12937         * libs/Flocale.h:
12938         * libs/Flocale.c (FlocaleTextWidth):
12939         (FlocaleDrawString):
12940         (FlocaleUtf8ToUnicodeStr2b):
12941         (FlocaleLoadFont):
12942         (FlocaleStringToString2b):
12943         (FlocaleRotateDrawString):
12944         (FlocaleFontStructDrawString):
12945         Added support for drawing string with 10646-1 fonts without an utf8
12946         locale. Also, drawing strings with a multibyte font now work not so
12947         bad even if the locale have nothing to do with the font.
12949         * libs/Fft.c (FftUtf8ToFftString16):
12950         (FftDrawString):
12951         (FftTextWidth):
12952         Added utf8 rendering with iso10646-1 fonts on system without
12953         Xft Utf8 functions
12955         * fvwm/colorset.c (reset_cs_pixmap):
12956         (parse_pixmap):
12957         (parse_shape):
12958         (parse_tint):
12959         (parse_colorset):
12960         Colorset now accept bitmaps. Split a bit parse_colorset for readability
12962 2002-04-28  Mikhael Goikhman  <migo@homemail.com>
12964         * fvwm/menus.c:
12965         fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12967 2002-04-27  Mikhael Goikhman  <migo@homemail.com>
12969         * fvwm/move_resize.c:
12970         don't start Move with snap disabled if Alt is initially pressed
12972 2002-04-26  Mikhael Goikhman  <migo@homemail.com>
12974         * NEWS, configure.in:
12975         changed version to 2.5.2
12977 2002-04-25  Mikhael Goikhman  <migo@homemail.com>
12979         * fvwm/fvwm.1:
12980         improved main headers, added new COLORSETS section;
12981         documented State condition
12983         * NEWS:
12984         documented Tint in colorsets and utility renaming
12986         * libs/Flocale.c:
12987         corrected several error reporting problems
12989 2002-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12991         * fvwm/events.h:
12992         fixed leaving tear off menus
12994 2002-04-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12996         * fvwm/borders.c (border_draw_part_relief):
12997         (border_set_button_pixmap):
12998         (border_draw_title_stick_lines):
12999         (border_draw_title_mono):
13000         (border_draw_title_relief):
13001         * libs/fvwmlib.h (RelieveRectangle2):
13002         (RelieveRectangle):
13003         replaced functions by macros
13005         * libs/Graphics.c (do_relieve_rectangle):
13006         applied performance patch by Dave Trollope
13008 2002-04-24  Mikhael Goikhman  <migo@homemail.com>
13010         * libs/FBidi.c:
13011         * libs/FBidi.h:
13012         * libs/Flocale.c:
13013         * libs/Flocale.h:
13014         * libs/FlocaleCharset.c:
13015         FBidi is now independent from Flocale* again;
13016         iso8859-6.8x fonts recognized now as bidi-enabled
13018 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
13020         * libs/Flocale.c:
13021         fixed --disable-multibyte
13023 2002-04-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13025         * fvwm/borders.c (border_draw_title_deep):
13026         (border_set_title_pixmap):
13027         (border_set_button_pixmap):
13028         fixed SolidButton title and button style
13030 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
13032         * fvwm/fvwm.1:
13033         * NEWS:
13034         * AUTHORS:
13035         added new entry about CurrentAtEnd
13037         * colorset.c:
13038         minor reformatting and spell checking
13040 2002-04-23  Jochen Klenner  <jochen.klenner@gmx.net>
13042         * fvwm/windowlist.c (CMD_WindowList):
13043         Added new Windowlist option CurrentAtEnd
13045 2002-04-22  olicha  <olivier.chapuis@free.fr>
13047         * fvwm/colorset.c (parse_colorset):
13048         * libs/Colorset.h:
13049         Fixed an enormous core dump which comes from a cvs merging problem
13051         * fvwm/Makefile.am:
13052         * acconfig.h:
13053         * configure.in:
13054         Added Xrender detection and link fvwm if needed
13056         * libs/PictureGraphics.c:
13057         * libs/PictureGraphics.h:
13058         * libs/FRender.c:
13059         * libs/FRender.h:
13060         * libs/FRenderInterface.h:
13061         * libs/PictureGrpahics.c (*):
13062         * libs/PictureGrpahics.h:
13063         New libs files to acheive alpha-blend rendering and better XBM
13064         support. PictureGraphics contains elaborated version and also
13065         simplified version of XFillRectangle, XCopyPlan and XCopyArea
13066         Xlib functions.
13068         * fvwm/fvwm.h:
13069         * fvwm/icons.c (clear_icon):
13070         (GetIconPicture):
13071         (DrawIconWindow):
13072         (GetIconFromFile):
13073         * fvwm/events.c (HandlePropertyNotify):
13074         * fvwm/borders.c (border_fill_pixmap_background):
13075         (border_get_border_background):
13076         (border_draw_decor_to_pixmap):
13077         * fvwm/menuitem.c (menuitem_paint):
13078         * fvwm/add_window.c (destroy_icon):
13079         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13080         * fvwm/geometry.c (move_icon_to_position):
13081         * fvwm/colorset.c (free_colorset_background):
13082         (parse_colorset):
13083         * libs/Colorset.h:
13084         Implemented alpha-blend rendering with the new libs function
13086         * fvwm/colorset.c (free_colorset_background):
13087         (parse_colorset):
13088         * libs/Colorset.h:
13089         Implemented tinting of a Pixmap background colorset
13091         * fvwm/colorset.c (parse_colorset):
13092         Use the Scr.NoFocusWin as main window in the place of the
13093         Scr.SizeWindow, this fix a lot of X errors in my machine.
13095         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
13096         Donated our alpha channel
13098         * libs/vpacket.h:
13099         * fvwm/module_interface.h:
13100         * fvwm/module_interface.c (SendFvwmPicture):
13101         (BroadcastMiniIcon):
13102         (SendMiniIcon):
13103         (BroadcastFvwmPicture):
13104         (CMD_Send_WindowList):
13105         * fvwm/add_window.c (change_mini_icon):
13106         (broadcast_mini_icon):
13107         * fvwm/ewmh_icons.c:
13108         Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
13109         SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
13111         * libs/Makefile.am:
13112         * libs/PictureBase.c (*):
13113         * libs/PictureBase.h:
13114         * libs/Picture.c (*):
13115         * libs/Picture.h:
13116         * libs/PictureImageLoader.c (*):
13117         * libs/PictureImageLoader.h:
13118         * fvwm/*:
13119         Rename some libs file InitPicture -> PictureBase, FImageLoader ->
13120         PictureImageLoader.
13121         Rename some libs function: InitPictureCMap -> PictureInitCMap,
13122         UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
13123         PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
13124         SetImagePath -> PictureSetImagePath, findImageFile ->
13125         PictureFindImageFile, PictureList -> FvwmPictureList,
13126         LoadFvwmPicture removed now  PImageLoadFvwmPictureFromFile replace it,
13127         GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
13128         DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
13129         PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
13130         PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
13131         Also renamed more recent functions in PictureImageLoader.
13133         * fvwm/borders.c (border_draw_one_border_part):
13134         (border_draw_decor_to_pixmap):
13135         Fixed drawing of a TiledPixmap borded and fixed position of buttons
13136         pixmap
13138         * fvwm/menus.c (pop_menu_up):
13139         (animated_move_back):
13140         (ParentalMenuRePaint):
13141         * fvwm/move_resize.h (resize_geometry_window):
13142         * fvwm/move_resize.c (move_window_doit):
13143         (AnimatedMoveAnyWindow):
13144         (AnimatedMoveOfWindow):
13145         (AnimatedMoveFvwmWindow):
13146         Fixed transparent animated menu
13148 2002-04-21  Mikhael Goikhman  <migo@homemail.com>
13150         * fvwm/fvwm.1:
13151         fixed two places
13153 2002-04-19  Hippo
13155         * fvwm/colorset.c:
13156         * libs/Colorset.c:
13157         fixed running out of colors on 8bpp with ReadWriteColors;
13158         simulate colorsets on monochrome displays using three 1-bit pixmaps
13160 2002-04-19  Mikhael Goikhman  <migo@homemail.com>
13162         * configure.in:
13163         fixed $PERL detection again
13165 2002-04-18  Hippo
13167         * configure.in:
13168         added -Wno-implicit-int to -Wall in case of gcc
13170         * fvwm/colorset.c:
13171         * fvwm/fvwm.c:
13172         fixed ReadWriteColors on a PseudoColor display
13174 2002-04-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13176         * fvwm/move_resize.c (move_window_doit):
13177         set the is_icon_moved too flag if the icon was moved non-interactively
13179 2002-04-16  Hippo
13181         * fvwm/*.[ch]:
13182         * NEWS:
13183         Moved FvwmTheme functionality into fvwm.
13184         Added new commands Colorset, ReadWriteColors, CleanupColorsets.
13186 2002-04-17  Mikhael Goikhman  <migo@homemail.com>
13188         * configure.in:
13189         fixed $PERL detection
13191         * fvwm/fvwm.1:
13192         * fvwm/ConfigFvwmDefaults:
13193         several fixes and spelling
13195 2002-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13197         * libs/Bindings.c (CheckBinding):
13198         (MatchBinding):
13199         (GrabWindowKey):
13200         (GrabWindowButton):
13201         (MatchBindingExactly):
13202         patch by yeti@physics.muni.cz to help with a weird problem w/ czech
13203         keyboards
13205 2002-04-12  Mikhael Goikhman  <migo@homemail.com>
13207         * configure.in:
13208         configure now uses $PERL if set
13210         * **:
13211         all programs installed into ${bindir} have now fvwm- prefix;
13212         documentation updated
13214 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
13216         * **:
13217         renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
13218         documentation updated
13220 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
13222         * NEWS:
13223         added 2.4.7 entries
13225 2002-04-10  Dan Espen  <dane@mk.telcordia.com>
13227         * AUTHORS: New author.
13229         * NEWS: Edge Command.
13231 2002-04-09  Uwe Pross  <uwe.pross@gmx.net>
13233         * fvwm/fvwm2.1:
13234         Added EdgeCommand paragraph.
13236         * fvwm/events.c (HandleEnterNotify):
13237         Added execution of Scr.PanFrame*.command if set
13239         * fvwm/fvwm.c (InitVariables):
13240         Added init strings for pan frame commands.
13242         * fvwm/virtual.c:
13243         * fvwm/virtual.h:
13244         (checkPanFrames):
13245         Avoid hiding of pan frames if pan frame command is set.
13246         (CMD_EdgeCommand):
13247         Implementation of the buildin command EdgeCommand. First
13248         implementation of this function.
13250         * fvwm/screen.h (struct):
13251         added char * command in structure Panframe to store the pan frame
13252         command.
13254         * fvwm/functions.c:
13255         added declaration of CMD_ENTRY("edgecommand")
13257         * fvwm/functions.h:
13258         added definition of Flag F_EDGE_COMMAND
13260         * fvwm/commands.h:
13261         added definition of CMD_EdgeCommand(F_CMD_ARGS)
13263 2002-04-10  Mikhael Goikhman  <migo@homemail.com>
13265         * fvwm/fvwm2.1:
13266         added "BI-DIRECTIONAL TEXTS" section
13268         * libs/System.c:
13269         added #include <sys/select.h> to fix endless loop on QNX
13271 2002-04-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13273         * fvwm/fvwm2.1:
13274         changed description of focus models
13276 2002-04-09  olicha  <olivier.chapuis@free.fr>
13278         * configure.in:
13279         Check for libpng libpng 1.0.4a or better
13281 2002-04-08  Mikhael Goikhman  <migo@homemail.com>
13283         * fvwm/add_window.c (setup_title_geometry):
13284         * fvwm/fvwm.h:
13285         * fvwm/fvwm2.1:
13286         * fvwm/geometry.c (get_title_font_size_and_offset):
13287         * fvwm/geometry.h:
13288         * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
13289         * fvwm/style.h:
13290         * fvwm/window_flags.h:
13291         * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
13292         * libs/Fft.h:
13293         * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
13294         * libs/Flocale.h:
13295         new Style options TopTitleRotated / TopTitleNotRotated,
13296         BottomTitleRotated / BottomTitleNotRotated
13298 2002-04-08  olicha  <olivier.chapuis@free.fr>
13300         * libs/Makefile.am:
13301         Fixed make dist again
13303 2002-04-07  Dan Espen  <dane@mk.telcordia.com>
13305         * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
13307 2002-04-07  Mikhael Goikhman  <migo@homemail.com>
13309         * INSTALL.fvwm:
13310         minor wording fixes
13312         * NEWS:
13313         mention a new FvwmIconMan syntax
13315         * sample.fvwmrc/new-features:
13316         * sample.fvwmrc/system.fvwm2rc:
13317         * sample.fvwmrc/system.fvwm2rc-sample-95:
13318         use a new module syntax
13320 2002-04-06  olicha  <olivier.chapuis@free.fr>
13322         * fvwm/fvwm2.1:
13323         * INSTALL.fvwm:
13324         Forget to save some file
13326         * libs/FImageLoader.c (c100_init_base_table):
13327         Allows init even if !XPM
13329         * libs/Makefile.am:
13330         Remove a F
13332         * configure.in:
13333         Fixed png detection
13335         * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
13336         Fixed a GC memory leaks.
13338         * fvwm/fvwm.c (setVersionInfo):
13339         * fvwm/fvwm2.1:
13340         Updated -version for png, bidi and xft
13342         * fvwm/fvwm2.1:
13343         Modified the ICONS section. Rename it ICONS AND IMAGES and
13344         document PNG file format. Replace "xpm or bitmap file" by
13345         "image file" in a few place.
13347         * INSTALL.fvwm:
13348         * NEWS:
13349         PNG news and documented libpng in the "Optional libraries used by FVWM"
13350         section
13352 2002-04-05  olicha  <olivier.chapuis@free.fr>
13354         * libs/FImageLoader.c (c100_init_base_table):
13355         (FImageReduceRGBColor):
13356         (FImageCreatePixmapFromArgbData):
13357         Speed up color limitation for png image and ewmh icons
13358         Respect color limit even with DirectColor and TrueColor
13360         * configure.in:
13361         * acconfig.h (HAVE_PNG):
13362         Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13363         even without XPM support
13365         * libs/Makefile.am
13366         * libs/InitPicture.c (new file):
13367         * libs/InitPicture.h (new file):
13368         * libs/Picture.c:
13369         * libs/Picture.h:
13370         * libs/FImageLoader.c (new file):
13371         * libs/FImageLoader.h (new file):
13372         * libs/Fxpm.h (new file):
13373         * libs/Fpng.h (new file):
13374         Images are loaded in FImageLoader. PNG image can be loaded, the loader
13375         come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13376         ColorLimit stuff is applied to PNG image.
13377         Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13378         Picture.c and Picture.h.
13379         InitPicture contains the Picture structure, initialize the visual,
13380         depth and color map and contains image path stuff as Picture contains
13381         Picture manipulations.
13383         * libs/ColorUtils.c:
13384         * libs/Picture.h:
13385         Moved the Picture color utils func to ColorUtils
13387         * fvwm/Makefile.am:
13388         links against libpng
13390         * fvwm/icons.c (GetIconPicture):
13391         (GetXPMFile):
13392         (GetBitmapFile):
13393         (GetIconFromFile):
13394         Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13395         the libs image loader
13397         * fvwm/cursor.c (CMD_CursorStyle):
13398         Use FImageLoadCursorPixmapFromFile (no PNG support here)
13400         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13401         (EWMH_SetIconFromWMIcon):
13402         Use the argb loader of the libs. ColorLimit are now applied to ewmh
13403         icons
13405         * fvwm/modconf.c:
13406         Send the ColorLimit to module in any case
13408         * libs/fvwmlib.h:
13409         * libs/Graphics.c:
13410         * libs/Flocale.c
13411         * libs/Fft.c:
13412         * libs/Colorset.c:
13413         * fvwm/add_window.c:
13414         * fvwm/builtins.c:
13415         * fvwm/fvwm.h:
13416         * fvwm/menus.c:
13417         * fvwm/menustyle.c:
13418         * fvwm/move_resize.c:
13419         include cleanup
13421 2002-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13423         * fvwm/events.c (test_map_request):
13424         (test_resizing_event):
13425         fixed endless loop in HandleConfigureRequest
13427 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13429         * fvwm/add_window.c (setup_style_and_decor):
13430         fixed borderless transients
13432         * fvwm/events.c (test_resizing_event):
13433         (HandleConfigureRequest):
13434         * fvwm/frame.c (frame_create_move_resize_args):
13435         * fvwm/add_window.c (AddWindow):
13436         * fvwm/fvwm.h:
13437         * fvwm/window_flags.h:
13438         tried to improve ConfigureRequest handling
13440         * fvwm/events.c (HandlePropertyNotify):
13441         recalculate window size when the base_width or base_height hint
13442         changes; fixes some problems with xemacs
13444         * fvwm/virtual.c (map_window):
13445         redraw decorations
13447         * fvwm/borders.c (border_draw_decorations):
13448         don't redraw windows on a different desk
13449         keep track of Scr.Hilite
13451 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13453         * fvwm/virtual.c (unmap_window):
13454         * fvwm/move_resize.c (resize_window):
13455         * fvwm/icons.c (Iconify):
13456         * fvwm/add_window.c (CaptureOneWindow):
13457         * fvwm/borders.c (border_undraw_decorations):
13458         mark window decorations as not drawn whenever the frame is unmapped
13460 2002-03-30  Dan Espen  <dane@mk.telcordia.com>
13462         * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13464 2002-03-29  Mikhael Goikhman  <migo@homemail.com>
13466         * libs/FBidi.c:
13467         use safemalloc and alloca instead of malloc
13469 2002-03-29  olicha  <olivier.chapuis@free.fr>
13471         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13472         Set the X locale charset on system without XOpenOM
13474 2002-03-27  Mikhael Goikhman  <migo@homemail.com>
13476         * configure.in:
13477         fixed multibyte support reporting
13479 2002-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13481         * libs/fvwmlib.h:
13482         * fvwm/fvwm.h:
13483         * config.h.in:
13484         moved gcc extension __attribute__ handling to config.h
13486         * fvwm/fvwm.c (main):
13487         * fvwm/stack.c (add_window_to_stack_ring_after):
13488         * fvwm/icons.c (GetIconWindow):
13489         (GetIconBitmap):
13490         * fvwm/add_window.c:
13491         fixed core dumps and other bugs in debug messages
13493 2002-03-27  olicha  <olivier.chapuis@free.fr>
13495         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13496         (FlocaleCharsetSetFlocaleCharset):
13497         * acconfig.h:
13498         * configure.in (problem_multibyte):
13499         Fixed compilation for system without XOpenOM in Xlib.h
13501         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13502         * libs/Ficonv.c (FiconvInit):
13503         Be more safe
13505         * fvwm/fvwm.c:
13506         include only libs/Flocale.h
13508 2002-03-26  Mikhael Goikhman  <migo@homemail.com>
13510         * configure.in:
13511         fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13513         * libs/FBidi.c:
13514         * libs/FBidi.h:
13515         * libs/Flocale.c:
13516         * libs/FlocaleCharset.c:
13517         minor modifications, like removed #include;
13518         fixed core dump with bidi and utf-8
13520 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13522         * fvwm/frame.c (frame_update_hidden_window_pos):
13523         fixed shade/maximize/unshade
13525         * fvwm/builtins.c (FreeDecorFace):
13526         fixed memory leak
13528         * fvwm/borders.c (get_common_decorations):
13529         (border_get_border_style):
13530         * fvwm/style.c (parse_and_set_window_style):
13531         * fvwm/style.h:
13532         * fvwm/window_flags.h:
13533         * fvwm/fvwm.h (struct):
13534         * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13535         (frame_create_move_resize_args):
13536         (frame_move_resize_step):
13537         (frame_next_move_resize_args):
13538         new styles WindowShadeLazy [default], WindowShadeBusy and
13539         WindowShadeAlwaysLazy
13541         * fvwm/frame.c (frame_set_decor_gravities):
13542         fixed window bit gravities
13543         split into smaller functions
13544         (frame_move_resize_step):
13545         fixed a bug w/ the parent gravity
13546         (frame_hide_changing_window_parts):
13547         fixed flickering in one of the corners during shade animation
13548         (frame_mrs_hide_changing_parts):
13549         renamed function
13550         (frame_mrs_prepare_vars):
13551         (frame_mrs_hide_unhide_parent):
13552         (frame_mrs_setup_draw_decorations):
13553         (frame_mrs_resize_move_windows):
13554         new functions
13556 2002-03-25  olicha  <olivier.chapuis@free.fr>
13558         * libs/Fft.c (FftSetupEncoding):
13559         Fixed compilation
13561         * libs/Flocale.c (FlocaleDrawString):
13562         * libs/FBidi.c (FBidiConvert):
13563         * libs/FBidi.h:
13564         Pass the font to FBidiConvert
13566         * acconfig.h (HAVE_LIBCHARSET):
13567         * acinclude.m4 (CHECK_LIBCHARSET):
13568         * configure.in:
13569         If libiconv is used check for libcharset
13571         * libs/Makefile.am:
13572         * libs/FlocaleCharset.h:
13573         * libs/FlocaleCharset.c:
13574         * libs/Flocale.h:
13575         * libs/Flocale.c (*):
13576         * libs/Fft.c (FftSetupEncoding):
13577         * libs/Fft.h:
13578         New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13579         FlocaleFont has such a member which is set when charset info are needed.
13580         FlocaleCharset.c contains a big table which associates to an X charset
13581         various possible locale charsets and the fribidi charset.
13582         If libiconv is used, libcharset is used to compute the locale charset.
13583         Various Flocale clean up.
13585         * fvwm/fvwm.c (main):
13586         Removed the call to FlocaleInitCharset, it is now done automatically
13587         when needed
13589         * libs/Makefile.am:
13590         * libs/Ficon.h:
13591         * libs/Ficonv.c:
13592         * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13593         * fvwm/ewmh.h:
13594         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13595         (EWMH_WMIconName):
13596         (EWMH_WMName):
13597         (EWMH_SetDesktopNames):
13598         Moved iconv conversions into the library. Try to found the good iconv
13599         charset with the help of the font and of the FlocaleCharset table.
13601 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13603         * libs/Module.c (SendFvwmPipe):
13604         * libs/Graphics.c (do_relieve_rectangle):
13605         * fvwm/menustyle.c (menustyle_parse_old_style):
13606         * fvwm/add_window.c (setup_window_structure):
13607         memory management patches by Dave Trollope
13609         * fvwm/frame.c (frame_get_sidebar_geometry):
13610         hide the handles when using the NoHandles style
13612         * fvwm/borders.c (border_redraw_decorations):
13613         change in title rotation is applied immediately, don't use the value "2"
13614         to force redrawing
13616         * fvwm/style.c (parse_and_set_window_style):
13617         removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13618         styles can be used
13619         documented the new title directions
13620         (parse_and_set_window_style):
13621         removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13622         instead
13623         documented these styles
13625         * fvwm/add_window.c (CaptureOneWindow):
13626         (CaptureAllWindows):
13627         (AddWindow):
13628         cleaned up
13630         * fvwm/icons.c (DeIconify):
13631         fiexd fucoused window not hilighting after deiconification
13633 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13635         * fvwm/update.c (apply_window_updates):
13636         windows are not unshaded when the decoration layout changes
13638         * fvwm/frame.c (frame_create_move_resize_args):
13639         fixed excessive redrawing
13640         (frame_get_hidden_pos):
13641         fixed parent geometry when window is hidden
13643         * fvwm/add_window.c (setup_frame_stacking):
13644         fixed stacking of right buttons
13646         * fvwm/frame.c (frame_set_decor_gravities):
13647         fixed title and button bit gravities
13649         * fvwm/add_window.c (setup_frame_stacking):
13650         (change_auxiliary_windows):
13651         fixed "button" style
13653         * fvwm/geometry.c (get_title_button_geometry):
13654         * fvwm/menus.c (pop_menu_up):
13655         fixed menu placement relative to window titles
13657         * libs/Flocale.c (FlocaleDrawString):
13658         fixed compiler warning w/o fribidi
13660         * fvwm/virtual.c (MoveViewport):
13661         (MapDesk):
13662         (do_move_window_to_desk):
13663         * fvwm/update.c (apply_window_updates):
13664         * fvwm/icons.c (Iconify):
13665         (CMD_Iconify):
13666         * fvwm/module_interface.c (SETOLDFLAGS):
13667         * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13668         * fvwm/style.c (parse_and_set_window_style):
13669         * fvwm/window_flags.h:
13670         * fvwm/session.c (MatchWinToSM):
13671         * fvwm/placement.c (PlaceWindow):
13672         * fvwm/add_window.c (CaptureAllWindows):
13673         (setup_window_placement):
13674         (CaptureOneWindow):
13675         (AddWindow):
13676         (destroy_window):
13677         * fvwm/menus.c (menu_tear_off):
13678         * fvwm/events.c (HandleMapRequestKeepRaised):
13679         (HandleMapNotify):
13680         * fvwm/fvwm.h:
13681         removed some of those pesky globals: PPosOverride, isIconicState and
13682         isIconifiedByParent; pass round a structure instead
13683         removed the do_start_iconic window flag
13684         removed do_delete_icon_moved flag
13686 2002-03-24  Mikhael Goikhman  <migo@homemail.com>
13688         * acconfig.h:
13689         * configure.in:
13690         renamed HAVE_FRIBIDI to HAVE_BIDI
13692         * libs/FBidi.c:
13693         * libs/FBidi.h:
13694         added more comments
13696         * fvwm/Makefile.am:
13697         * libs/Flocale.c:
13698         * libs/Makefile.am:
13699         added a dummy call to FBidi to test linking against bidi libs
13701 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13703         * fvwm/windowshade.c (CMD_WindowShade):
13704         changed syntax of windowshade with direction
13705         (CMD_WindowShade):
13706         update button state after unshading
13708         * fvwm/add_window.c (AddWindow):
13709         fixed mini icon update
13711         * fvwm/events.c (HandleEnterNotify):
13712         fixed icon picture redrawing
13713         icon titles are no longer raised and expanded if the icon has only a
13714         title
13716         * fvwm/move_resize.c (resize_window):
13717         fixed core dump
13719         * libs/gravity.c (gravity_move_resize_parent_child):
13720         * fvwm/frame.c (frame_get_titlebar_dimensions):
13721         (frame_prepare_animation_shape):
13722         (frame_move_resize_step):
13723         (frame_get_titlebar_dimensions_only):
13724         (frame_get_hidden_pos):
13725         (frame_update_hidden_window_pos):
13726         (frame_free_move_resize_args):
13727         (frame_create_move_resize_args):
13728         fixed shading of shaped windows
13730         * fvwm/borders.c:
13731         clean up
13733         * fvwm/fvwm.c (main):
13734         * fvwm/misc.c (GrabEm):
13735         fixed a problem with the cursor shape during window shading
13737         * fvwm/update.c (apply_window_updates):
13738         fixed drawing of hilighted window after a decoration change
13740         * fvwm/update.c (apply_window_updates):
13741         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13742         * fvwm/borders.c (RedrawDecorations):
13743         renamed RedrawDecorations()
13745         * fvwm/move_resize.c (move_window_doit):
13746         * libs/fvwmrect.c:
13747         * fvwm/misc.c (move_into_rectangle):
13748         (intersect_xrectangles):
13749         functions renamed and moved to fvwmrect.c
13751         * fvwm/borders.c (border_get_changed_border_parts):
13752         (frame_get_changed_border_parts):
13753         reduced border redrawing
13754         moved fucntion to borders.c
13756         * fvwm/events.c (HandleButtonPress):
13757         (DispatchEvent):
13758         suppress button events on frame windows
13760         * fvwm/frame.c (frame_setup_border):
13761         fixed a problem with the border setup
13763         * fvwm/borders.c (border_draw_decorations):
13764         * fvwm/events.c (HandleEnterNotify):
13765         fixed icon title drawing
13767         * fvwm/misc.c (GrabEm):
13768         fixed a pointer grab hang with xmag?
13770         * fvwm/move_resize.c (resize_window):
13771         use frame_move_resize function to improve performance
13773         * fvwm/add_window.c (AddWindow):
13774         fixed recaturing shaded windows
13776         * fvwm/borders.c:
13777         suppress unnecessary title redraws
13779         * fvwm/frame.c:
13780         window shading works again; there are still some problems with
13781         recapture, restart, border drawing and shaped windows
13783 2002-03-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13785         * fvwm/geometry.c (get_shaded_geometry_with_dir):
13786         new function
13788         * fvwm/frame.c (frame_get_title_bar_dimensions):
13789         fixed minor button layout bug
13790         (frame_update_hidden_window_pos):
13792         * fvwm/ewmh_names.c (EWMH_WMName):
13793         * fvwm/gnome.c (GNOME_HandlePropRequest):
13794         * fvwm/focus.c (DoSetFocus):
13795         * fvwm/stack.c (new_layer):
13796         * fvwm/icons.c (DeIconify):
13797         (Iconify):
13798         * fvwm/events.c (HandleFocusIn):
13799         (HandlePropertyNotify):
13800         (HandleExpose):
13801         (HandleMapNotify):
13802         (HandleButtonPress):
13803         (HandleLeaveNotify):
13804         * fvwm/builtins.c (CMD_ChangeDecor):
13805         (CMD_UpdateDecor):
13806         * fvwm/move_resize.c (resize_move_window):
13807         (resize_window):
13808         (resize_window):
13809         (maximize_fvwm_window):
13810         (handle_stick):
13811         * fvwm/borders.c (DrawDecorations):
13812         (RedrawDecorations):
13813         removed function DrawDecorations()
13814         (border_draw_decorations):
13815         renamed draw_decorations_with_geom() to border_draw_decorations()
13817         * fvwm/events.c (HandleExpose):
13818         fixed drawing icon titles
13820         * fvwm/add_window.c (adjust_fvwm_internal_windows):
13821         * fvwm/events.c (HandleFocusIn):
13822         (HandleFocusOut):
13823         * fvwm/screen.h (ScreenInfo):
13824         return the focus to the window that had the focus before an or window
13825         stole it and then died.
13827         * fvwm/menus.c (scanForColor):
13828         removed duplicate call of strlen
13829         use alloca instead of safemalloc
13831         * fvwm/menustyle.c (menustyle_parse_style):
13832         don't call memset right before memcpy
13834         * fvwm/module_interface.c (AddToMessageQueue):
13835         (DeleteMessageQueueBuff):
13836         removed one safemalloc and inline'd the function
13837         merged AddToMessageQueue into PositiveWrite
13839         * fvwm/borders.c (border_draw_decor_to_pixmap):
13840         fixed pixmap and mini icon buttons
13841         (border_fill_pixmap_background):
13842         fixed an X error
13843         (border_get_tb_parts_to_draw):
13844         buttons and title background using the border style is updated when the
13845         buttons moves
13847         * fvwm/events.c (WaitForButtonsUp):
13848         don't grab the whole server but merely the pointer to allow applications
13849         redrawing themselves
13851         * fvwm/borders.c:
13852         finished writing title drawing code
13854         * fvwm/move_resize.c (resize_window):
13855         (resize_move_window):
13856         (unmaximize_fvwm_window):
13857         removed now unnecessary calls to DrawDecorations()
13859         * fvwm/frame.c (frame_hide_changing_window_parts):
13860         fixed hiding bottom/right titles
13862         * fvwm/add_window.c (AddWindow):
13863         fixed recapturing shaded windows
13865         * fvwm/misc.c (GrabEm):
13866         fixed the cursor over the title window while resizing
13868 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13870         * libs/Graphics.c (CreateTiledPixmap):
13871         improved efficience: let the X server tile a pixmap via the GC settings
13873         * fvwm/fvwm.c (CreateGCs):
13874         * fvwm/screen.h (ScreenInfo):
13875         added new global GC Scr.TileGC
13877         * fvwm/borders.c (border_fill_pixmap_background):
13878         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13879         use already created gcs
13881         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13882         * fvwm/menus.c (paint_menu_gradient_background):
13883         fixed using a randow members in gcs
13885 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13887         * configure.in:
13888         added compilation test for fribidi
13890 2002-03-22  Dan Espen  <dane@mk.telcordia.com>
13892         * NEWS: Document FvwmForm timeout.
13894 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13896         * fvwm/session.c (MatchWinToSM):
13897         * fvwm/add_window.c (AddWindow):
13898         preserve user states over a restart
13900         * fvwm/add_window.c (setup_window_structure):
13901         preserve user states over a recapture
13903         * fvwm/functions.c (execute_function):
13904         "Silent" suppresses the "No such command ..." message
13906         * fvwm/frame.c (frame_move_resize):
13907         * fvwm/misc.c (GrabEm):
13908         fixed the cursor shape during resizing
13909         fixed button looks in small windows
13911 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13913         * libs/FBidi.c:
13914         * libs/FBidi.h:
13915         new files
13917 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13919         * fvwm/fvwm.c (LoadDefaultLeftButton):
13920         (LoadDefaultRightButton):
13921         * fvwm/borders.c (border_draw_vector_to_pixmap):
13922         * fvwm/screen.h (DecorFace):
13923         * fvwm/builtins.c (ReadDecorFace):
13924         fixed transparent vector line support
13926         * libs/Graphics.c (CreateGradientPixmap):
13927         fixed potential core dump with illegal gradients
13929 2002-03-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13931         * fvwm/fvwm.h (FvwmWindow):
13932         removed button_background_pixmap member
13934         * fvwm/update.c (apply_window_updates):
13935         fixed changing the decoration size
13937         * fvwm/windowshade.c (CMD_WindowShade):
13938         * fvwm/frame.c (frame_setup_border):
13939         * fvwm/functions.c (execute_complex_function):
13940         removed debug code
13942         * fvwm/move_resize.c (resize_window):
13943         fixed aboting of a opaque resize w/ maximized windows
13944         (ParseOneResizeArgument):
13945         resize arguments don't take the border into account
13946         (GetResizeArguments):
13947         implemented new option "Frame" to the Resize and ResizeMove commands
13949 2002-03-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13951         * fvwm/fvwm2.1:
13952         * fvwm/builtins.c (ReadDecorFace):
13953         * fvwm/borders.c (DrawLinePattern):
13954         implemented transparent drawing color in vector buttons: C == 4
13956         * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13957         * fvwm/builtins.c (ReadDecorFace):
13958         increased allowed number of lines in a vector button to 10000 and moved
13959         the definition to defaults.h
13961         * fvwm/virtual.c (MoveViewport):
13962         don't send useless M_NEW_PAGE packets
13964         * fvwm/frame.c:
13965         * fvwm/borders.c:
13966         started work on new button/title drawing code
13968         * fvwm/events.c (HandleExpose):
13969         don't handle expose on the title bar
13971         * fvwm/borders.c:
13972         * fvwm/frame.c (frame_get_sidebar_geometry):
13973         * fvwm/fvwm.h (FvwmWindow):
13974         replaced border_state with decor_state
13976         * libs/defaults.h (NR_RIGHT_BUTTONS):
13977         added a comment
13979         * fvwm/events.h:
13980         * fvwm/events.c (HandleExpose):
13982         * fvwm/frame.c (frame_setup_border):
13983         hide sidebars if they are too small, i.e. 0 pixels
13985 2002-03-20  olicha  <olivier.chapuis@free.fr>
13987         * libs/Flocale.c (FlocaleFreeNameProperty):
13988         Fixed random core dump
13990 2002-03-19  olicha  <olivier.chapuis@free.fr>
13992         * fvwm/ConfigFvwmDefaults:
13993         RightTitleRotatedCW is a default
13995 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13997         * fvwm/frame.c (frame_get_sidebar_geometry):
13998         window corners are always at least the border width thick
14000         * fvwm/geometry.c (update_absolute_geometry):
14001         fixed south/east shading
14003         * fvwm/frame.c (frame_move_resize_step):
14004         did the best I could to prevent rxvt from flashing in the background
14005         colour
14007         * fvwm/add_window.c (get_default_window_attributes):
14008         (get_default_window_attributes):
14009         (setup_resize_handle_windows):
14010         * fvwm/borders.c (border_get_border_gcs):
14011         applied -visual fix by Hippo
14013         * fvwm/cursor.c (CMD_CursorStyle):
14014         fixed endless loop
14016         * fvwm/frame.c (frame_get_title_bar_dimensions):
14017         fixed order of right buttons
14018         (frame_move_resize_step):
14019         reduced flashing when maximizing
14021         * fvwm/geometry.c (update_absolute_geometry):
14022         adapted for horizontal shading
14024 2002-03-19  Mikhael Goikhman  <migo@homemail.com>
14026         * fvwm/borders.c:
14027         * fvwm/builtins.c:
14028         * fvwm/fvwm.h:
14029         * fvwm/geometry.c:
14030         * libs/Fft.c:
14031         * libs/Flocale.c:
14032         * libs/Flocale.h:
14033         several renamings of text_direction to text_rotation
14035 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14037         * fvwm/windowshade.c (CMD_WindowShade):
14038         * fvwm/frame.c (frame_create_move_resize_args):
14039         (frame_move_resize_step):
14040         hack to enable non-animated window shading for the time being
14042         * fvwm/style.c (parse_and_set_window_style):
14043         (parse_and_set_window_style):
14044         allow to abbreviate [Counter]ClockWise with [C]CW
14046         * fvwm/frame.c (frame_move_resize_step):
14047         fixed
14049         * fvwm/geometry.c (gravity_constrain_size):
14050         removed useless code
14052         * fvwm/update.c (apply_window_updates):
14053         * fvwm/add_window.c (AddWindow):
14054         * fvwm/move_resize.c (unmaximize_fvwm_window):
14055         (resize_window):
14056         do not write into frame_g. only frame.c should do this
14058         * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
14059         (MIN_WINDOW_TITLE_LENGTH):
14060         new default values
14061         * fvwm/frame.c (frame_setup_title_bar):
14062         (get_resize_decor_gravities_one_axis):
14063         (frame_setup_window_internal):
14064         (frame_move_resize_step):
14065         (frame_create_move_resize_args):
14066         rewrote frame_setup_title_bar function
14068         * fvwm/add_window.c (setup_frame_stacking):
14069         fixed title bar stacking order
14071         * fvwm/frame.c (frame_setup_title_bar):
14072         removed yesterday's 'fix'
14074         * fvwm/add_window.c (hide_screen):
14075         (setup_title_window):
14076         (setup_resize_handle_windows):
14077         (setup_button_windows):
14078         fixed visual and depth of decoration windows
14080 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14082         * fvwm/frame.c (frame_setup_title_bar):
14083         fixed title layout bug
14085         * fvwm/move_resize.c (MaximizeHeight):
14086         fixed bug in "grow" option of the Maximize command
14088         * fvwm/geometry.h:
14089         fixed broken prototype for get_title_font_size_and_offset
14091         * fvwm/geometry.c (get_title_font_size_and_offset):
14092         simplified code a bit
14094 2002-03-18  olicha  <olivier.chapuis@free.fr>
14096         * fvwm/geometry.h:
14097         * fvwm/geometry.c (get_title_font_size_and_offset):
14098         * fvwm/add_window.c (setup_title_geometry):
14099         * fvwm/style.h:
14100         * fvwm/style.c (parse_and_set_window_style):
14101         (check_window_style_change):
14102         * fvwm/update.c (apply_window_updates):
14103         * fvwm/window_flags.h:
14104         * fvwm/fvwm.h:
14105         Reworte side title direction styles and use LeftTitleRotatedClockWise /
14106         LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
14107         RightTitleRotatedCounterClockWise
14109 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14111         * acconfig.h:
14112         * vms/config.h (FMiniIconsSupported):
14113         removed last traces of MINI_ICONS ifdef
14115         * fvwm/windowlist.c (CMD_WindowList):
14116         * fvwm/update.c (apply_window_updates):
14117         * fvwm/style.h:
14118         * fvwm/style.c (merge_styles):
14119         (parse_and_set_window_style):
14120         (check_window_style_change):
14121         * fvwm/screen.h:
14122         * fvwm/module_interface.c (SendMiniIcon):
14123         (BroadcastMiniIcon):
14124         (CMD_Send_WindowList):
14125         * fvwm/fvwm.h (FvwmWindow):
14126         * fvwm/ewmh_icons.c (ewmh_WMIcon):
14127         (EWMH_DoUpdateWmIcon):
14128         (ewmh_SetWmIconFromPixmap):
14129         (EWMH_DeleteWmIcon):
14130         (EWMH_SetIconFromWMIcon):
14131         * fvwm/builtins.c (ReadDecorFace):
14132         * fvwm/borders.c (DrawButton):
14133         (CMD_BorderStyle):
14134         (CMD_BorderStyle):
14135         * fvwm/add_window.c (setup_window_structure):
14136         (setup_mini_icon):
14137         (destroy_mini_icon):
14138         (change_mini_icon):
14139         (AddWindow):
14140         * acconfig.h (FMiniIconsSupported):
14141         replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
14142         compiler checks
14144         * fvwm/screen.h:
14145         removed an FANCY_TITLEBARS ifdef
14147         * fvwm/borders.c (border_draw_one_part):
14148         (border_draw_border_parts):
14149         (border_draw_all_parts):
14150         (draw_clipped_decorations_with_geom):
14151         performance enhancement
14153 2002-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14155         * fvwm/frame.c (frame_move_resize_step):
14156         force setting up the border when function is called with FRAME_MR_SETUP
14157         (frame_setup_window_internal):
14158         removed duplicate frame setup
14160         * fvwm/borders.c (border_get_parts_and_pos_to_draw):
14161         fixed logic bug
14162         (draw_clipped_decorations_with_geom):
14163         do not flush the X queue after drawing; let the caller do it
14165         * fvwm/frame.c (frame_get_sidebar_geometry):
14166         fixed layout of windows with a small height
14167         (frame_hide_changing_window_parts):
14168         fixed flickering
14170         * fvwm/borders.c:
14171         * fvwm/frame.c:
14172         made good progress with frame layout rewrite. I think it is already
14173         considerably faster.
14174         some general clean up
14176         * fvwm/add_window.c (setup_decor_window):
14177         function removed
14179         * fvwm/windowshade.c (CMD_WindowShade):
14180         * fvwm/stack.c (verify_stack_ring_consistency):
14181         (RaiseOrLowerWindow):
14182         * fvwm/move_resize.c (resize_move_window):
14183         (move_window_doit):
14184         (draw_move_resize_grid):
14185         * fvwm/icons.c (DrawIconWindow):
14186         * fvwm/icccm2.c (CloseICCCM2):
14187         (convertProperty):
14188         (HandleSelectionRequest):
14189         * fvwm/fvwm.c (main):
14190         (SaveDesktopState):
14191         * fvwm/focus.c (DoSetFocus):
14192         * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
14193         * fvwm/events.c (HandlePropertyNotify):
14194         (HandleButtonPress):
14195         (HandleConfigureRequest):
14196         * fvwm/add_window.c (RestoreWithdrawnLocation):
14197         (Reborder):
14198         * fvwm/builtins.c (CMD_Delete):
14199         (CMD_Destroy):
14200         (CMD_Close):
14201         (CMD_FakeClick):
14202         * fvwm/menus.c (paint_menu):
14203         (DestroyMenu):
14204         * fvwm/misc.c (UngrabEm):
14205         (GrabEm):
14206         * fvwm/schedule.c (execute_obj_func):
14207         * fvwm/add_window.c (hide_screen):
14208         (destroy_window):
14209         use XFlush instead of XSync when the latter is not necessary
14211         * libs/fvwmrect.c (fvwmrect_rectangles_equal):
14212         new function
14214         * fvwm/add_window.c (adjust_fvwm_internal_windows):
14215         inform frame module if the window with the hide windows dies
14217         * fvwm/placement.c (PlaceWindow):
14218         (CMD_PlaceAgain):
14219         * fvwm/add_window.c (setup_window_attr):
14220         (setup_frame_attributes):
14221         (AddWindow):
14222         (RestoreWithdrawnLocation):
14223         (setup_window_placement):
14224         * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
14225         (get_title_geometry):
14226         * fvwm/fvwm.c (InitVariables):
14227         * fvwm/frame.c (frame_setup_frame):
14228         * fvwm/colormaps.c (HandleColormapNotify):
14229         (InstallWindowColormaps):
14230         * fvwm/events.c (HandleConfigureRequest):
14231         (HandleUnmapNotify):
14232         * fvwm/fvwm.h (FvwmWindow):
14233         removed attr member of FvwmWindow and replaced by a structure defined
14234         ourselves that is much smaller
14236         * fvwm/add_window.c (hide_screen):
14237         don't use save_unders and backing_store for the window used in recapture
14239         * fvwm/frame.c (frame_init):
14240         * fvwm/fvwm.c (main):
14241         new function to initialise frame module
14243         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
14244         new function
14246 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14248         * fvwm/frame.c:
14249         clean up
14251         * fvwm/borders.h (enum):
14252         * fvwm/borders.c (draw_clipped_decorations_with_geom):
14253         (border_get_parts_and_pos_to_draw):
14254         * fvwm/fvwm.h (struct):
14255         some clean up
14256         fixed calculations of which border parts to draw
14258         * fvwm/fvwm2.1:
14259         corrected some typos
14260         * fvwm/frame.c:
14261         * fvwm/borders.c:
14262         handle marks work again
14264 2002-03-16  Dan Espen  <dane@mk.telcordia.com>
14266         * AUTHORS: New author added.
14268 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14270         * fvwm/frame.c:
14271         * fvwm/borders.c:
14272         * fvwm/add_window.c (setup_frame_stacking):
14273         * fvwm/cursor.c (CMD_CursorStyle):
14274         * fvwm/events.c (HandleExpose):
14275         (HandleMapNotify):
14276         (HandleEnterNotify):
14277         (HandleLeaveNotify):
14278         (GetContext):
14279         * fvwm/geometry.c (get_title_button_geometry):
14280         * fvwm/virtual.c (map_window):
14281         * fvwm/add_window.c (setup_parent_window):
14282         (setup_resize_handle_cursors):
14283         (setup_resize_handle_windows):
14284         (resize_resize_handle_windows):
14285         (change_resize_handle_windows):
14286         some progress with new frame layout
14288         * fvwm/add_window.c (setup_visible_name):
14289         fixed off-by-one bug in setup_visible_name
14290         maximum window number can be set in defaults.h
14292 2002-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14294         * fvwm/windowlist.h:
14295         * fvwm/virtual.h:
14296         * fvwm/update.h:
14297         * fvwm/style.h:
14298         * fvwm/read.h:
14299         * fvwm/placement.h:
14300         * fvwm/menus.h:
14301         * fvwm/move_resize.h:
14302         * fvwm/icons.h:
14303         * fvwm/geometry.h:
14304         * fvwm/frame.h:
14305         * fvwm/focus.h:
14306         * fvwm/events.h:
14307         * fvwm/borders.h:
14308         * fvwm/add_window.h:
14309         * fvwm/ewmh_names.c:
14310         * fvwm/ewmh_icons.c:
14311         * fvwm/ewmh_events.c:
14312         * fvwm/ewmh.c:
14313         * fvwm/frame.c:
14314         * fvwm/menucmd.c:
14315         * fvwm/schedule.c:
14316         * fvwm/geometry.c:
14317         * fvwm/gnome.c:
14318         * fvwm/windowlist.c:
14319         * fvwm/cursor.c:
14320         * fvwm/update.c:
14321         * fvwm/bindings.c:
14322         * fvwm/colormaps.c:
14323         * fvwm/decorations.c:
14324         * fvwm/conditional.c:
14325         * fvwm/misc.c:
14326         * fvwm/read.c:
14327         * fvwm/placement.c:
14328         * fvwm/fvwm.c:
14329         * fvwm/virtual.c:
14330         * fvwm/session.c:
14331         * fvwm/functions.c:
14332         * fvwm/stack.c:
14333         * fvwm/icons.c:
14334         * fvwm/module_interface.c:
14335         * fvwm/style.c:
14336         * fvwm/add_window.c:
14337         * fvwm/events.c:
14338         * fvwm/builtins.c:
14339         * fvwm/move_resize.c:
14340         * fvwm/borders.c:
14341         * fvwm/menus.c:
14342         * fvwm/fvwm.h (FvwmWindow):
14343         moved all windows into a separate sub structure and wrote access macros
14344         renamed FvwmWindow argument to builtin commands to "fw"
14345         renamed tmp_win to fw everywhere
14347         * fvwm/borders.c (RedrawBorder):
14348         * fvwm/decorations.c (SelectDecor):
14349         * fvwm/add_window.c (setup_style_and_decor):
14350         (setup_resize_handle_cursors):
14351         * fvwm/window_flags.h:
14352         * fvwm/fvwm.h (struct):
14353         added new member has_handles and new macro HAS_HANDLES
14355         * fvwm/decorations.c (SelectDecor):
14356         fixed the NoHandles style
14358         * fvwm/decorations.c (SelectDecor):
14359         * fvwm/style.c (check_window_style_change):
14360         (parse_and_set_window_style):
14361         * fvwm/style.h:
14362         * fvwm/fvwm.h (struct):
14363         renamed has_no_handles to has_no_border
14365 2002-03-15  olicha  <olivier.chapuis@free.fr>
14367         * libs/Flocale.h:
14368         * libs/Fft.c (is_utf8_encoding):
14369         Compilation fixes
14371         * libs/Flocale.h:
14372         s/COMPUND_TEXT/COMPOUND_TEXT
14374         * fvwm/fvwm2.1:
14375         Removed matrix xft specification doc as now it is use internally by
14376         fvwm
14378         * libs/Flocale.c (FlocaleRotateDrawString):
14379         (FlocaleUnloadFont):
14380         (FlocaleDrawString):
14381         (FlocaleTextWidth):
14382         * libs/Fft.h:
14383         * libs/Fft.c (FftGetRotatedFont):
14384         (FftGetFont):
14385         (FftDrawString):
14386         (FftTextWidth):
14387         * fvwm/borders.c (DrawMultiPixmapTitlebar):
14388         (RedrawTitle):
14389         * fvwm/geometry.c (get_title_font_size_and_offset):
14390         * fvwm/style.c (parse_and_set_window_style):
14391         (check_window_style_change):
14392         * fvwm/update.c (apply_window_updates):
14393         * fvwm/update.h:
14394         * fvwm/style.h:
14395         * fvwm/fvwm.h:
14396         * fvwm/window_flags.h:
14397         Implemented vertical text rendering, new style SideTitleTextDefault,
14398         SideTitleTextTopToBottom, SideTitleTextBottomToTop
14400 2002-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14402         * fvwm/fvwm.h:
14403         removed inclusion of fvwmdebug.h
14405         * libs/gravity.c (ParseDirectionArgument):
14406         fixed direction parsing
14408         * fvwm/menus.c (get_menu_options):
14409         fixed a compiler warning
14411 2002-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14413         * fvwm/bindings.c (ParseBinding):
14414         fixed compiler warning
14416         * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14417         * fvwm/ewmh.h:
14418         fixed compilation w/ --disable-ewmh
14420         * fvwm/windowlist.c (CMD_WindowList):
14421         fixed parsing of conditions versus position of window list broken with
14422         a recent "fix"
14424 2002-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14426         * libs/Fft.h:
14427         * libs/Fft.c (FftTextWidth):
14428         (is_utf8_encoding):
14429         (FftGetFontWidths):
14430         (FftDrawString):
14431         removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14432         if HAVE_XFT was not set.
14434         * fvwm/events.h (XEVMASK_DECORW):
14435         select EnterNotify and LeaveNotify on frame instead of decor_w
14437         * fvwm/add_window.c (setup_title_window):
14438         (setup_button_windows):
14439         (setup_resize_handle_windows):
14440         frame window is the new parent of the title, button and handle windows
14441         (setup_frame_stacking):
14442         new stacking order of decoration windows
14444         * fvwm/menuitem.c (menuitem_paint):
14445         * fvwm/events.c (HandleExpose):
14446         xft fixes
14448         * fvwm/move_resize.c (unmaximize_fvwm_window):
14449         don't force to redraw the frame
14451         * libs/gravity.c (gravity_get_offsets):
14452         (gravity_move):
14453         (gravity_resize):
14454         functions moved to gravity.c
14456 2002-03-10  olicha  <olivier.chapuis@free.fr>
14458         * acconfig.h (HAVE_XFT_UTF8):
14459         * configure.in:
14460         * libs/Fft.c (is_utf8_encoding):
14461         (FftGetFontWidths):
14462         (FftDrawString):
14463         (FftTextWidth):
14464         Detected if Xft can handle utf8 string
14466         * libs/Fft.h:
14467         * fvwm/menuitem.c (menuitem_paint):
14468         * fvwm/events.c (HandleExpose):
14469         Fixed Xft related compilation failure and warning
14471 2002-03-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14473         * fvwm/virtual.c:
14474         * fvwm/update.c:
14475         * fvwm/move_resize.c:
14476         * fvwm/icons.c:
14477         * fvwm/focus.c:
14478         * fvwm/events.c:
14479         * fvwm/builtins.c:
14480         * fvwm/add_window.c:
14481         * fvwm/frame.c (frame_setup_window):
14482         (frame_force_setup_window):
14483         (frame_setup_shape):
14484         SetupFrame renamed to frame_setup_window
14485         ForceSetupFrame renamed to frame_force_setup_window
14486         SetShape renamed to frame_setup_shape
14488         * fvwm/windowshade.c:
14489         moved most code to frame.c
14491         * fvwm/frame.c (SetShape):
14492         (SetupTitleBar):
14493         (set_decor_gravity):
14494         (ForceSetupFrame):
14495         (SetupFrame):
14496         functions moved to new file
14498         (SetupTitleBar):
14499         (frame_setup_title_bar):
14500         renamed function
14502         * libs/Parse.h:
14503         direction code moved to gravity.c and gravity.h
14505         * fvwm/windowshade.c (CMD_WindowShade):
14506         * fvwm/geometry.c (get_shaded_geometry):
14508         * libs/FScreen.c (FScreenInit):
14509         (FScreenUpdateEmulationMapState):
14510         changed Xinerame emulation layout
14512         * fvwm/fvwm2.1:
14513         Corrected the description of the XineramaPrimaryScreen command that was
14514         essentially lying.
14516 2002-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14518         * fvwm/menus.c (menu_tear_off):
14519         (unlink_item_from_menu):
14520         (menu_strip_tear_off_title):
14521         use the text from a title item as the tear off menu title if the menu
14522         begins with a title; skip separators and tear off bars at the front of
14523         the menu
14525         * **/*.[ch]:
14526         implemented titleatleft and titleatright styles; titles are not drawn
14527         vertically yet
14529         * fvwm/style.c (check_window_style_change):
14530         * fvwm/update.c (apply_window_updates):
14531         * fvwm/ewmh_names.c (EWMH_WMIconName):
14532         (EWMH_WMName):
14533         (charset_to_utf8):
14534         * fvwm/ewmh.c (ksmserver_workarround):
14535         * fvwm/update.c (apply_window_updates):
14536         * fvwm/conditional.c (MatchesConditionMask):
14537         * fvwm/fvwm.c (main):
14538         * fvwm/session.c (SaveWindowStates):
14539         (matchWin):
14540         (MatchWinToSM):
14541         * fvwm/functions.c (expand):
14542         * fvwm/stack.c (dump_stack_ring):
14543         (verify_stack_ring_consistency):
14544         * fvwm/module_interface.c (BroadcastWindowIconNames):
14545         (CMD_Send_WindowList):
14546         * fvwm/add_window.c (free_window_names):
14547         (free_window_names):
14548         * fvwm/events.c (HandlePropertyNotify):
14549         * fvwm/builtins.c (CMD_Wait):
14550         * fvwm/style.c (CMD_DestroyStyle):
14551         (lookup_style):
14552         Adapted to changes of Flocale.h
14554         * acconfig.h:
14555         removed COMPUND_TEXT ifdef
14557         * configure.in:
14558         mutibyte defaults to on
14560         * acconfig.h:
14561         * libs/Flocale.c:
14562         * libs/Flocale.h:
14563         * fvwm/fvwm.h (FvwmWindow):
14564         cleaned up Flocale stuff for better information hiding
14566         * libs/Flocale.c (get_FlocaleFontSet):
14567         (get_FlocaleFont):
14568         added a new font strucht member min_char_offset for vertical text
14570         * libs/Flocale.c (get_FlocaleFontSet):
14571         fixed a bug in descent calculation
14573         * fvwm/fvwm.h (FvwmWindow):
14574         removed title_g
14576         * fvwm/borders.c (RedrawButtons):
14577         (SetupTitleBar):
14578         (RedrawBorder):
14579         (SetupFrame):
14580         (RedrawTitle):
14581         (DrawMultiPixmapTitlebar):
14582         don't use title_g or boundary_width
14584         * libs/Flocale.c (FlocaleTextWidth):
14585         * libs/Flocale.c (FlocaleDrawString):
14586         added interface for vertical strings
14587         * libs/Flocale.h (FlocaleWinString):
14588         added flags structure w/ is_vertical_string flag
14590         * fvwm/borders.c (RedrawTitle):
14591         (DrawMultiPixmapTitlebar):
14592         * fvwm/screen.h (ScreenInfo):
14593         * fvwm/icons.c (DrawIconWindow):
14594         * fvwm/move_resize.c (DisplayPosition):
14595         (DisplaySize):
14596         * fvwm/screen.h (ScreenInfo):
14597         removed ScratchStr and TitleStr; *please* don't use global variables
14598         without need
14600         * fvwm/move_resize.c (ParseOneResizeArgument):
14601         (GetResizeArguments):
14602         (GetResizeMoveArguments):
14603         (resize_window):
14604         (resize_move_window):
14605         * fvwm/module_interface.c (CONFIGARGS):
14606         (OLDCONFIGARGS):
14607         (CONFIGARGSNEW):
14608         * fvwm/placement.c (PlaceWindow):
14609         * fvwm/add_window.c (setup_title_window):
14610         (setup_button_windows):
14611         (setup_parent_window):
14612         (resize_resize_handle_windows):
14613         (change_resize_handle_windows):
14614         (AddWindow):
14615         * fvwm/geometry.c (get_window_borders):
14616         (gravity_get_naked_geometry):
14617         (gravity_add_decoration):
14618         (constrain_size):
14619         don't use title_g.width and title_g.height anymore
14621         * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14622         new macro
14624         * fvwm/borders.c (SetupTitleBar):
14625         * fvwm/add_window.c (setup_title_window):
14626         don't use title_g.x and title_g.y anymore
14627         (setup_title_geometry):
14628         new function
14630         * fvwm/fvwm.h (FvwmWindow):
14631         replaced title_g by title_length and title_thickness
14632         renamed title_text_y to title_text_offset
14634         * fvwm/add_window.c (setup_style_and_decor):
14635         (setup_parent_window):
14636         * fvwm/decorations.c (SelectDecor):
14637         * fvwm/placement.c (PlaceWindow):
14638         * fvwm/windowlist.c (CMD_WindowList):
14639         * fvwm/events.c (SendConfigureNotify):
14640         (HandlePropertyNotify):
14641         (HandleMapNotify):
14642         * fvwm/move_resize.c (DisplaySize):
14643         (ParseOneResizeArgument):
14644         (GetResizeArguments):
14645         (GetResizeMoveArguments):
14646         (resize_window):
14647         (resize_move_window):
14648         * fvwm/geometry.c (gravity_get_naked_geometry):
14649         (gravity_add_decoration):
14650         (constrain_size):
14651         don't use boundary_width anymore
14653         * fvwm/borders.c (SetupTitleBar):
14654         made static
14656         * fvwm/fvwmdebug.c:
14657         removed outdated file that was never used
14659         * fvwm/move_resize.c (move_window_doit):
14660         fixed GNOME and EWMH hints when unsticking a window
14662         * fvwm/virtual.c (CMD_MoveToDesk):
14663         unstick windows when MoveToDesk is used
14665         * fvwm/builtins.c:
14666         * fvwm/windowshade.c (CMD_WindowShade):
14667         (CMD_WindowShadeAnimate):
14668         functions moved to windowshade.c
14670         * fvwm/window_flags.h:
14671         * fvwm/menus.c (pop_menu_up):
14672         * fvwm/builtins.c (CMD_WindowShade):
14673         * fvwm/move_resize.c (resize_window):
14674         * fvwm/icons.c (AutoPlaceIcon):
14675         * fvwm/borders.c (SetupFrame):
14676         don't use HAS_BOTTOM_TITLE any more
14677         (ButtonPosition):
14678         function removed
14680         * fvwm/geometry.c (get_title_font_width_and_offset):
14681         * fvwm/geometry.c (set_window_border_size):
14682         * fvwm/geometry.c (is_window_border_minimal):
14683         * fvwm/geometry.c (get_window_borders_no_title):
14684         * fvwm/geometry.c (get_shaded_client_window_pos):
14685         * fvwm/geometry.c (get_icon_corner):
14686         * fvwm/geometry.c (get_title_gravity):
14687         * fvwm/geometry.c (get_title_geometry):
14688         * fvwm/borders.c (get_button_number):
14689         new functions
14691         * fvwm/borders.c (SetupFrame):
14692         (SetShape):
14693         * fvwm/events.c (HandleShapeNotify):
14694         * fvwm/borders.c (SetupTitleBar):
14695         * fvwm/update.c (apply_window_updates):
14696         * fvwm/add_window.c (setup_window_font):
14697         removed title_top_height
14699         * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14700         renamed
14702         * fvwm/events.c (SendConfigureNotify):
14703         * fvwm/events.c (HandleConfigureRequest):
14704         preparations for W/E titles
14705         don't use title_top_height any more
14707         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14708         use title_dir flags
14710         * fvwm/geometry.c (get_window_borders):
14711         * fvwm/style.c (parse_and_set_window_style):
14712         (check_window_style_change):
14713         * fvwm/style.h (SCSET_TITLE_DIR):
14714         * fvwm/window_flags.h (GET_TITLE_DIR):
14715         * fvwm/fvwm.h (struct):
14716         replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14717         DIR_W or DIR_E
14719         * libs/Parse.c (ParseDirectionArgument):
14720         * libs/Parse.h:
14721         use new type direction_type
14723 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14725         * fvwm/ewmh.c (EWMH_SetFrameStrut):
14726         use function from geometry.c to get the border size
14728         * fvwm/geometry.c (get_shaded_geometry):
14729         added code for shading in all directions
14731 2002-03-07  Dan Espen  <dane@mk.telcordia.com>
14733         * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14735 2002-03-07  olicha  <olivier.chapuis@free.fr>
14737         * libs/Flocale.c (FInitLocale):
14738         * fvwm/fvwm.c (main):
14739         Set the locale using "" as locale argument
14741 2002-03-07  Mikhael Goikhman  <migo@homemail.com>
14743         * fvwm/fvwm2.1:
14744         fixed some typos and indentation of several new variable entries
14746 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14748         * fvwm/functions.h (enum):
14749         * fvwm/functions.c (func_config):
14750         * fvwm/commands.h:
14751         * fvwm/conditional.c (CMD_ThisWindow):
14752         renamed command "This" to "ThisWindow"
14754         * fvwm/conditional.c (Circulate):
14755         "Current" no longer selects a random window when no window is focused
14757         * fvwm/icccm2.c (SetupICCCM2):
14758         removed debug fprintf
14760         * fvwm/functions.c (expand_extended_var):
14761         implemented new extended variables pointer.x, pointer.x, pointer.wx,
14762         pointer.wy, pointer.cx and pointer.cy.
14764         * libs/Parse.c (ParseDirectionArgument):
14765         allow N, S, W, E, NW, SW, SE, NE for direction arguments
14767         * fvwm/builtins.c (CMD_WindowShade):
14768         fixes for animated shading w/ titleatbottom+north and titleattop+south
14770 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14772         * fvwm/move_resize.c (moveLoop):
14773         (resize_window):
14774         * fvwm/virtual.c (HandlePaging):
14775         moving/resizing windows opaque is much faster
14777 2002-03-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14779         * fvwm/add_window.c (resize_resize_handle_windows):
14780         (change_resize_handle_windows):
14781         (setup_window_font):
14782         fixed changing the handlewidth style
14784         * fvwm/update.c (apply_window_updates):
14785         * fvwm/geometry.c (update_absolute_geometry):
14786         * fvwm/builtins.c (CMD_WindowShade):
14787         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14788         * fvwm/conditional.c (CreateConditionMask):
14789         * fvwm/geometry.c (get_shaded_geometry):
14790         * fvwm/session.c (MatchWinToSM):
14791         * fvwm/add_window.c (setup_window_structure):
14792         (AddWindow):
14793         * fvwm/window_flags.h (SHADED_DIR):
14794         * fvwm/fvwm.h (struct):
14795         implemented new WindowShade options "North" and "South" to allow shading
14796         a window in either direction, regardless of if the title is at the top
14797         or bottom.
14799         * libs/Module.c (module_expand_action):
14800         new convenience function for modules
14802 2002-03-03  Dan Espen  <dane@mk.telcordia.com>
14804         * fvwm/fvwm2.1: Fixes to the font section.
14806 2002-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14808         * fvwm/conditional.c (CMD_WindowId):
14809         set the correct context window for unmanaged windows
14811         * fvwm/icons.c (DrawIconWindow):
14812         raise the icon title even if it's too small to be expanded
14814         * fvwm/conditional.c (CMD_Cond):
14815         Fixed it the right way this time
14816         (CMD_Any):
14817         same fix for the 'Any' command
14818         (circulate_cmd):
14819         (CMD_Prev):
14820         (CMD_Next):
14821         (CMD_None):
14822         (CMD_Any):
14823         (CMD_Current):
14824         unified circulating functions into a single one
14825         (CMD_Pick):
14826         Pick allows to pick functions that have CirculateSkip set
14827         fixed a memory leak
14828         (select_cmd):
14829         (CMD_This):
14830         (CMD_Pick):
14831         (CMD_PointerWindow):
14832         unified selecting functions into a single one
14833         (CMD_PointerKey):
14834         (CMD_All):
14835         Allow user to override the default CirculateHit of these functions
14837         * fvwm/conditional.c (CMD_Cond):
14838         Fixed a problem w/ the window selection
14840         * fvwm/menus.h:
14841         * fvwm/menus.c:
14842         * fvwm/menudim.h:
14843         * fvwm/menudim.c:
14844         * fvwm/menustyle.h:
14845         * fvwm/menustyle.c:
14846         * fvwm/menucmd.c:
14847         * fvwm/menuitem.c:
14848         * fvwm/menuitem.h:
14849         moved some of the menu code into separate files
14850         more work on tear off menus; windowlist can now be torn off without a
14851         memory leak
14853         * fvwm/template.c:
14854         * fvwm/template.h:
14855         added templates for new source files
14857         * libs/Picture.c (fvwmlib_clone_color):
14858         new function
14860         * fvwm/menus.c (make_menu):
14861         (update_menu):
14862         removed unused parameter from make_menu()
14864         * fvwm/fvwm2.1 (Example):
14865         corrected statement about CaptureHonorsStartsOnPage being the default
14867 2002-03-03  Mikhael Goikhman  <migo@homemail.com>
14869         * INSTALL.fvwm:
14870         * Makefile.am:
14871         * configure.in:
14872         added and documented --disable-bidi and --disable-perllib
14874 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14876         * fvwm/geometry.c (get_window_borders):
14877         fixed calculation of $[cw.y] and $[cw.height]
14879         * fvwm/move_resize.c (resize_move_window):
14880         windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14882 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14884         * fvwm/move_resize.c (resize_move_window):
14886 2002-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14888         * configure.in:
14889         re-added --enable-xinerama-emulation option that was removed recently
14891 2002-02-28  Mikhael Goikhman  <migo@homemail.com>
14893         * INSTALL.fvwm:
14894         * NEWS:
14895         * fvwm/fvwm2.1:
14896         several corrections and rewording
14898 2002-02-28  olicha  <olivier.chapuis@free.fr>
14900         * fvwm/fvwm2.1:
14901         New section FONT NAMES AND FONT LOADING
14903         * INSTALL.fvwm:
14904         * NEWS:
14905         Document --enable-xft
14907         * libs/Fft.c (get_FlocaleXftFont):
14908         Used the xft font height in the place of ascent+descent
14910         * fvwm/icons.c (DrawIconWindow):
14911         Fixed the fg colors of the icon title
14913 2002-02-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14915         * fvwm/conditional.c (CMD_CondCase):
14916         fixed CondCase command
14917         (CMD_Cond):
14918         fixed numeric return codes
14920         * fvwm/add_window.c (CMD_Recapture):
14921         fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14923         * acinclude.m4 (smr_CHECK_LIB):
14924         disabled a destructing gnome_prefix logic again
14926         * fvwm/events.c (GetContext):
14927         * libs/Bindings.c (win_contexts):
14928         * libs/fvwmlib.h:
14929         new contexts for individual parts of the window border
14931 2002-02-26  Mikhael Goikhman  <migo@homemail.com>
14933         * acinclude.m4:
14934         disabled a destructing gnome_prefix logic
14936         * configure.in:
14937         replaced fribidi detection mechanism, now fribidi-config is used
14939 2002-02-26  olicha  <olivier.chapuis@free.fr>
14941         * acconfig.h (HAVE_XFT):
14942         * acinclude.m4:
14943         * configure.in:
14944         * libs/Fft.c (new file):
14945         * libs/Flocale.c (FlocaleLoadFont):
14946         (FlocaleUnloadFont):
14947         (FlocaleDrawString):
14948         (FlocaleTextWidth):
14949         (get_FlocaleFontSet):
14950         (get_FlocaleFont):
14951         (get_FlocaleFontOrFontSet):
14952         * libs/Flocale.h:
14953         * fvwm/Makefile.am:
14954         Added anti-alised font rendering using Xft. This is off by default.
14955         A font can now be given as a ";" separated list of either ","
14956         separated list of XFLD font name or Xft font name with "xft:" as
14957         prefix, e.g.:
14958           xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14959         See Flocale.h for details
14961         * fvwm/events.c (HandleExpose):
14962         * fvwm/menus.c (paint_item):
14963         Always clear the text area before drawing text with an Xft font
14965 2002-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14967         * acinclude.m4 (smr_CHECK_LIB):
14968         fixed a bug with variable expansion and autoconf cache values
14970 2002-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14972         * fvwm/menus.c (seek_submenu_instance):
14973         (FindPopup):
14974         * fvwm/fvwm.c (InitVariables):
14975         some general menu clean up
14977         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14978         * fvwm/move_resize.h (resize_geometry_window):
14979         * fvwm/menus.c (animated_move_back):
14980         (pop_menu_up):
14981         (ParentalMenuRePaint):
14982         Removed the global variables for parental relativity.  Please *do not*
14983         use globals in menus.c or anywhere else.  I'm trying to remove most
14984         globals in the long run.
14986         * libs/Graphics.c (do_relieve_rectangle):
14987         removed debug code
14989         * fvwm/menus.c (MenuInteraction):
14990         fixed tearing off menus by selecting a tear off item with the keyboard
14992         * fvwm/menus.c (MenuInteraction):
14993         fixed menus not popping down sometimes
14995         * fvwm/functions.c (CMD_TearMenuOff):
14996         * fvwm/menus.c (AddToMenu):
14997         (MenuInteraction):
14998         (warp_pointer_to_item):
14999         (get_selectable_item_index):
15000         (get_selectable_item_from_index):
15001         (get_selectable_item_from_section):
15002         (menuShortcuts):
15003         (paint_item):
15004         (draw_tear_off_bar):
15005         * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
15006         New command "TearMenuOff" in menus.  In a normal item, this tears off
15007         the menu when selected.  If the item has no title, it is drawn as a
15008         dashed line too.  Pressing button 2 over a title tears out the menu too.
15009         some clean up
15011         * fvwm/menus.c (make_menu_window):
15012         fixed problem w/ mapping menus, performance enhancement
15014         * fvwm/builtins.c (CMD_Destroy):
15015         (CMD_Close):
15016         fixed core dump
15018         * fvwm/functions.c (execute_function):
15019         (expand_extended_var):
15020         (expand):
15021         new variable cond.rc that returns the last return code of a conditinal
15022         command
15024 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15026         * fvwm/conditional.c (CMD_Cond):
15027         (CMD_CondCase):
15028         (CMD_Break):
15029         * fvwm/commands.h:
15030         * fvwm/functions.h:
15031         * fvwm/functions.c:
15032         new conditional commands Cond, CondCase and Break
15034         * fvwm/ewmh_events.c (ewmh_WMStateSticky):
15035         (ewmh_WMStateShaded):
15036         (ewmh_WMState):
15037         (ewmh_MoveResize):
15038         (ewmh_WMStateHidden):
15039         (ewmh_WMDesktop):
15040         (ewmh_CloseWindow):
15041         (ewmh_ActiveWindow):
15042         (ewmh_DesktopGeometry):
15043         * fvwm/gnome.c (GNOME_HandlePropRequest):
15044         * fvwm/windowlist.c (CMD_WindowList):
15045         * fvwm/update.c (apply_window_updates):
15046         * fvwm/conditional.c (CMD_Pick):
15047         (CMD_Prev):
15048         (CMD_Next):
15049         (CMD_None):
15050         (CMD_Any):
15051         (CMD_Current):
15052         (CMD_PointerWindow):
15053         (CMD_This):
15054         (CMD_All):
15055         (CMD_Direction):
15056         (CMD_WindowId):
15057         * fvwm/read.c (run_command_stream):
15058         * fvwm/fvwm.c (Done):
15059         (SetRCDefaults):
15060         (StartupStuff):
15061         (main):
15062         * fvwm/module_interface.c (ExecuteModuleCommand):
15063         * fvwm/move_resize.c (handle_stick):
15064         * fvwm/add_window.c (AddWindow):
15065         * fvwm/events.c (HandleKeyPress):
15066         (HandleButtonPress):
15067         (HandleClientMessage):
15068         (HandleButtonRelease):
15069         (HandlePropertyNotify):
15070         * fvwm/builtins.c (CMD_DestroyDecor):
15071         (AddToDecor):
15072         (CMD_StrokeFunc):
15073         * fvwm/functions.h (func_type):
15074         * fvwm/functions.c (old_execute_function):
15075         (execute_function):
15076         (execute_complex_function):
15078         * fvwm/fvwm.h (fvwm_cond_func_rc):
15079         inplemented return codes OK, NO_MATCH and ERROR for conditional commands
15081         * fvwm/ConfigFvwmDefaults:
15082         set some default styles for tear off menu windows
15084         * fvwm/menus.c (menuShortcuts):
15085         ignore actions that would normally close a menu if it's a tear off menu
15086         <Backspace> creates a tear off menu
15087         <Escape> closes a tear off menu
15089         * fvwm/builtins.c (CMD_Delete):
15090         (CMD_Destroy):
15091         (CMD_Close):
15092         * fvwm/menus.c (DestroyMenu):
15093         (make_menu_window):
15094         (MenuInteraction):
15095         * fvwm/menus.h (MenuRootDynamic):
15096         Each menu window is created with a unique display to prevent fvwm from
15097         being killed when a tear off menu is destroyed.  Of course this is
15098         inefficient, but still better than writing a menu module.
15100 2002-02-23  Mikhael Goikhman  <migo@homemail.com>
15102         * configure.in:
15103         autogenerate perllib/FVWM/Module/Makefile
15105 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15107         * fvwm/move_resize.c (moveLoop):
15108         fixed a problem with keyboard movement vs. EdgeResistance
15110 2002-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15112         * fvwm/events.c:
15113         fixed problem with root bindings and xfishtank
15115         * fvwm/windowlist.c (CMD_WindowList):
15116         applied patch by to Darren Marshall to fix placement of window list on
15117         wrong xinerama screen
15119         * libs/Parse.c (GetSuffixedIntegerArguments):
15120         integer arguments that must not have a suffix but have one are ignored
15122         * fvwm/icons.c (DeIconify):
15123         (Iconify):
15124         applied patch by Markus Schwarzenberg to fix a rare problem with the
15125         is_map_pending flag, iconified icons and restart
15127 2002-02-22  Mikhael Goikhman  <migo@homemail.com>
15129         * fvwm/commands.h:
15130         * fvwm/conditional.c (CMD_This):
15131         * fvwm/functions.c:
15132         * fvwm/functions.h:
15133         * fvwm/fvwm2.1:
15134         * NEWS:
15135         added new conditional command This
15137 2002-02-21  Mikhael Goikhman  <migo@homemail.com>
15139         * acconfig.h:
15140         * configure.in:
15141         added fribidi library detection
15143 2002-02-12  olicha  <olivier.chapuis@free.fr>
15145         * libs/Flocale.h (FlocaleFont):
15146         * libs/Flocale.c (get_FlocaleFont):
15147         (get_FlocaleFontSet):
15148         Compute the ascent and descent of the FlocaleFont structure directly
15149         from the XFontSetExtents data in the case of a fontset
15150         Added max_char_width to the FlocaleFont structure
15152         * libs/Makefile.am (libfvwm_a_SOURCES):
15153         * libs/GetFont.c:
15154         Removed libs/GetFont.c
15156         * fvwm/menus.c (FreeMenuStyle):
15157         (UpdateMenuStyle):
15158         (NewMenuStyle):
15159         (CMD_CopyMenuStyle):
15160         * fvwm/menus.h (MenuLook):
15161         Fixed default font handling font by using a new MenuLook flags
15162         USING_DEFAULT_FONT
15164         * fvwm/menus.c (UpdateMenuStyle):
15165         Fixed default font update
15167         * fvwm/fvwm.c (SetRCDefaults):
15168         (InitVariables):
15169         Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
15170         fvwm initialization
15172 2002-02-11  Mikhael Goikhman  <migo@homemail.com>
15174         * configure.in:
15175         added FvwmPerl/* file generation
15177 2002-02-11  olicha  <olivier.chapuis@free.fr>
15179         * INSTALL.fvwm:
15180         * NEWS:
15181         Multibyte news. Document --disable-compound-text and --disable-ewmh.
15183         * libs/Flocale.h:
15184         Added more documentation and change the MB_FALLBACK_FONT to
15185         "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
15186         -*-medium-r-normal-*-16-*" (with XFree) this should gives something
15187         more consistent with the none multibyte case.
15189 2002-02-10  olicha  <olivier.chapuis@free.fr>
15191         * fvwm/ewmh.c (EWMH_RestoreInitialStates):
15192         (EWMH_ExitStuff):
15193         * fvwm/events.c (HandleUnmapNotify):
15194         (HandleReparentNotify):
15195         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
15196         (ewmh_WMStateSticky):
15197         (ewmh_WMStateHidden):
15198         Restore various ewmh initial states when a window is  unmapped or
15199         reparented
15201 2002-02-10  Mikhael Goikhman  <migo@homemail.com>
15203         * Makefile.am:
15204         * configure.in:
15205         added support for new perllib directory
15207 2002-02-09  olicha  <olivier.chapuis@free.fr>
15209         * libs/fvwmlib.h:
15210         * libs/Flocale.c:
15211         * libs/Flocale.h:
15212         * acconfig.h:
15213         * configure.in:
15214         Rename I18N_MB to MULTIBYTE
15215         Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
15217         * libs/Flocale.c (*):
15218         * libs/Flocale.h:
15219         New Font and Text API. A cache is used for fonts information. Font
15220         loading is more powerfull as both font or fontset can be loaded.
15221         See Flocale.h for details, more comments will be added soon.
15222         Fortunately, it seems that there are no more memory problems with
15223         --enable-multibyte!
15224         If COMPOUND_TEXT, then non XA_STRING text properties are converted
15225         with XmbTextPropertyToTextList
15227         * fvwm/events.c (HandlePropertyNotify):
15228         * fvwm/misc.c (NewFontAndColor):
15229         * fvwm/icons.h:
15230         * fvwm/misc.h:
15231         * fvwm/menus.c (FreeMenuStyle):
15232         (NewMenuStyle):
15233         (CMD_CopyMenuStyle):
15234         (draw_underline):
15235         (calculate_item_sizes):
15236         (size_menu_horizontally):
15237         (paint_item):
15238         * fvwm/builtins.c (CMD_DefaultFont):
15239         (ApplyDefaultFontAndColors):
15240         * fvwm/add_window.c (destroy_icon_font):
15241         (setup_icon_font):
15242         (destroy_window_font):
15243         (setup_window_font):
15244         (free_window_names):
15245         (setup_window_name):
15246         (setup_icon):
15247         * fvwm/fvwm.h (FvwmWindow):
15248         * fvwm/move_resize.c (DisplayPosition):
15249         (resize_geometry_window):
15250         (DisplaySize):
15251         * fvwm/fvwm.c (InitVariables):
15252         * fvwm/icons.c (DrawIconWindow):
15253         (setup_icon_title_size):
15254         * fvwm/borders.c (RedrawTitle):
15255         (DrawMultiPixmapTitlebar):
15256         * fvwm/screen.h (ScreenInfo):
15257         Use the new Text and Font API
15259 2002-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15261         * fvwm/module_interface.c (PositiveWrite):
15262         fixed core dump when a module died in the select of PositiveWrite()
15264         * fvwm/module_interface.c (initModules):
15265         (ClosePipes):
15266         (do_execute_module):
15267         (KillModule):
15268         (KillModuleByName):
15269         (CMD_SendToModule):
15270         (PositiveWrite):
15271         * fvwm/modconf.c (ModuleConfig):
15272         removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
15274         * fvwm/icons.c (GetXPMFile):
15275         suppress unnecessary error message for xmb icons
15277         * fvwm/misc.c (fvwm_msg):
15278         * fvwm/misc.h (enum):
15279         added new fvwm_msg type "OLD" for deprecated commands
15281 2002-02-07  Mikhael Goikhman  <migo@homemail.com>
15283         * configure.in:
15284         generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
15286         * INSTALL.fvwm:
15287         New section "Bug Reports".
15289 2002-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15291         * fvwm/update.c (apply_window_updates):
15292         fixed propagation of window border and title colours to the modules
15294 2002-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15296         * fvwm/menus.c (do_menu):
15297         fixed leaving tear off menus when something is selected with the mouse
15299 2002-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15301         * fvwm/events.c (HandleEnterNotify):
15302         * fvwm/menus.c:
15303         more work on tear off menus
15305 2002-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15307         * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
15308         * fvwm/menus.c (menu_enter_tear_off_menu):
15309         (find_entry):
15310         (menuShortcuts):
15311         (MenuInteraction):
15312         (pop_menu_up):
15313         properly calculate pointer position in tear off menus
15314         (MenuInteraction):
15315         fixed active wait w/ poopup/popdown delays
15317         * fvwm/windowlist.c (CMD_WindowList):
15318         don't initialise some variables twice
15320 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15322         * fvwm/add_window.c (CaptureOneWindow):
15323         properly recapture tear off menus
15325         (IS_MESSAGE_IN_MASK):
15326         (is_message_selected):
15327         (PositiveWrite):
15328         (PositiveWrite):
15329         * fvwm/schedule.c (deschedule):
15330         (squeue_execute):
15331         * fvwm/events.c (My_XNextEvent):
15332         * libs/queue.h:
15333         * fvwm/module_interface.c (ClosePipes):
15334         (CMD_ModuleSynchronous):
15335         (KillModule):
15336         performance enhancements; made macros out of simple functions
15338         * fvwm/builtins.c (CMD_WindowShade):
15339         don't redraw the decorations if window was not shaded or unshaded
15341         * fvwm/schedule.c (deschedule_obj_func):
15342         (execute_obj_func):
15343         fixed core dump when a scheduled command deschedules itself
15345 2002-01-31  olicha  <olivier.chapuis@free.fr>
15347         * NEWS:
15348         FvwmButtons news
15350 2002-01-31  Mikhael Goikhman  <migo@homemail.com>
15352         * NEWS:
15353         * fvwm/move.c (moveLoop):
15354         while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15356         * fvwm/session.c (get_version_string):
15357         switch from static to date-based version string
15359         * configure.in:
15360         remove --enable-kanji compatibility option
15362         * fvwm/schedule.h:
15363         * libs/queue.h:
15364         fix warnings, gcc compains on having something after #endif
15366 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15368         * fvwm/builtins.c (CMD_Delete):
15369         (CMD_Close):
15370         (CMD_Destroy):
15371         don't crash fvwm when trying to close a tear off menu
15373         * fvwm/decorations.c (is_function_allowed):
15374         * fvwm/menus.c (menu_expose):
15375         (do_menu):
15376         * fvwm/events.c (HandleReparentNotify):
15377         (HandleUnmapNotify):
15378         * fvwm/add_window.c (AddWindow):
15379         (AddWindow):
15380         * fvwm/fvwm.h (struct):
15381         * fvwm/add_window.c (CaptureAllWindows):
15382         (CaptureOneWindow):
15383         * fvwm/events.h (flush_property_notify):
15384         * fvwm/events.c (HandleMapRequestKeepRaised):
15385         started work on tear off menus
15387         * fvwm/fvwm.c (main):
15388         * fvwm/events.c (CMD_Sync):
15389         (CMD_Synchronize):
15390         * fvwm/commands.h (CMD_Synchronize):
15391         * fvwm/functions.h (enum):
15392         * fvwm/functions.c (func_config):
15393         new commands XSync and XSynchronize for debugging
15395         * fvwm/conditional.c (CreateConditionMask):
15396         (MatchesConditionMask):
15397         * fvwm/builtins.c (CMD_State):
15398         * fvwm/fvwm.h (struct):
15399         * fvwm/functions.h:
15400         * fvwm/commands.h:
15401         * fvwm/functions.c (func_config):
15402         new command "State"
15403         new condition "State"
15405         * libs/queue.c:
15406         fixed core dump
15408 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15410         * fvwm/module_interface.c (AddToMessageQueue):
15411         (initModules):
15412         (DeleteMessageQueueBuff):
15413         (FlushMessageQueue):
15414         * fvwm/events.c (My_XNextEvent):
15415         * fvwm/module_interface.c (AddToCommandQueue):
15416         (ExecuteCommandQueue):
15417         use code from queue.c
15419         * fvwm/schedule.c:
15420         * fvwm/queue.c:
15421         * fvwm/queue.h:
15422         * fvwm/events.c (My_XNextEvent):
15423         "Schedule 0" commands are executed before event handling
15424         moved some of the chedule code into a new queue library
15426 2002-01-30  olicha  <olivier.chapuis@free.fr>
15428         * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15430 2002-01-30  olicha  <olivier.chapuis@free.fr>
15432         * libs/Flocale.c:
15433         * libs/Flocale.h:
15434         * libs/Makefile.am:
15435         * fvwm/fvwm.c (main):
15436         New libs files Flocale.c and Flocale.h with a function to set the
15437         locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15438         also a function to get the charset (from ewmh_name.c) and which
15439         setlocale if this has not been done with the above function. This
15440         function is also called at fvwm2 startup
15442         * fvwm/ewmh_names.c (charset_to_utf8):
15443         (utf8_to_charset):
15444         Use the Fcharset variable and remove get_charset
15446         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15447         A minor fix
15449         * libs/GetFont.c (GetFontSetOrFixed):
15450         Free the missing charset list as suggested by Alexander Kotelnikov.
15451         Report problems with missing charset only 5 times. Remove the
15452         STRICTLY_FIXED code
15454 2002-01-30  Mikhael Goikhman  <migo@homemail.com>
15456         * configure.in:
15457         a patch to config.status to generate scripts executable, may be handy;
15458         added generation of utils/fvwm24_convert
15460 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15462         * fvwm/schedule.c:
15463         * fvwm/functions.c (expand_extended_var):
15464         implemented $[schedule.last] and $[schedule.next] variables
15465         implemented new command "Deschedule"
15467         * fvwm/misc.c (get_server_time):
15468         fixed MouseFocus
15470 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15472         * fvwm/misc.c (get_server_time):
15473         * fvwm/events.c (My_XNextEvent):
15474         * fvwm/icccm2.c (SetupICCCM2):
15475         * fvwm/functions.h:
15476         * fvwm/commands.h:
15477         * fvwm/functions.c (func_config):
15478         * fvwm/schedule.c:
15479         implemented new command "Schedule"
15481         * fvwm/builtins.c (CMD_Exec):
15482         applied job control patch by Alexander Kotelnikov using the portable
15483         version of setpgrp()
15485         * libs/setpgrp.c (fvwm_setpgrp):
15486         * libs/setpgrp.h (fvwm_setpgrp):
15487         * libs/Makefile.am:
15488         * configure.in:
15489         added checks for setpgrp and setpgid
15491 2002-01-29  olicha  <olivier.chapuis@free.fr>
15493         * acinclude.m4:
15494         Better test for iconv second argumeny
15496         * configure.in:
15497         Use gnu libiconv in priority against the system iconv
15499 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15501         * fvwm/stack.c (RaiseOrLowerWindow):
15502         (restack_windows):
15503         (collect_transients_recursive):
15504         * fvwm/icons.c (get_visible_icon_window_count):
15505         fixed stack ring corruption with icons that have either no picture or
15506         no title
15508 2002-01-28  olicha  <olivier.chapuis@free.fr>
15510         * fvwm/ewmh_names.c (charset_to_utf8):
15511         (utf8_to_charset):
15512         (EWMH_SetVisibleName):
15513         (get_charset):
15514         Better message errors in get_charset, use UTF-8 in the place of UTF8,
15515         set the ewmh visible (icon) name only if the fvwm visible name is
15516         different from the ICCCM (icon) window name, limit the number of
15517         conversions error messages to 10
15519 2002-01-28  olicha  <olivier.chapuis@free.fr>
15521         * fvwm/functions.c (func_config):
15522         * fvwm/commands.h:
15523         * fvwm/builtins.c (CMD_PropertyChange):
15524         New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15525         messages
15527         * fvwm/module_interface.h:
15528         * fvwm/module_interface.c (BroadcastPropertyChange):
15529         * libs/Module.h (MX_PROPERTY_CHANGE):
15530         New module message MX_PROPERTY_CHANGE for all propose messages.
15532         * fvwm/events.c (HandlePropertyNotify):
15533         * libs/defaults.h:
15534         Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15535         as argument when fvwm2 detects that the root background change
15536         Removed the ROOT_BG_CHANGE_STRING stuff
15538 2002-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15540         * NEWS, configure.in:
15541         changed version to 2.5.1
15543         * fvwm/misc.c (get_pointer_fvwm_window):
15544         * fvwm/commands.h:
15545         * fvwm/functions.c (func_config):
15546         * fvwm/conditional.c (CreateConditionMask):
15547         (MatchesConditionMask):
15548         (CMD_PointerWindow):
15549         (CreateConditionMask):
15550         (CMD_Any):
15551         * fvwm/fvwm.h (WindowConditionMask):
15552         new conditions focused, !focused, haspointer, !haspointer
15553         new command PointerWindow that works like Current but on the window
15554         that currently contains the pointer
15555         new command Any which works like None but inverts the condition
15556         fixed parsing of conditions with more than one comma
15558         * fvwm/module_interface.h:
15559         * fvwm/module_interface.c (do_execute_module):
15560         (initModules):
15561         * libs/Module.h (MAX_XMSG_MASK):
15562         fixed default message mask for modules
15564         * fvwm/update.c (flush_window_updates):
15565         * fvwm/virtual.c (UnmapDesk):
15566         (MapDesk):
15567         (do_move_window_to_desk):
15568         * fvwm/icons.c (DeIconify):
15569         (DeIconify):
15570         * fvwm/events.c (HandlePropertyNotify):
15571         (HandleMapRequestKeepRaised):
15572         (HandleMapNotify):
15573         (HandleButtonPress):
15574         (HandleEnterNotify):
15575         (HandleLeaveNotify):
15576         * fvwm/focus.c (DoSetFocus):
15577         (MoveFocus):
15578         (SetFocusWindow):
15579         (ReturnFocusWindow):
15580         (DeleteFocus):
15581         (ForceDeleteFocus):
15582         (FocusOn):
15583         (restore_focus_after_unmap):
15584         Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15585         suppressing the M_FOCUS_CHANGE message if the focus does not change in
15586         the flush_window_updates() function.
15588 2002-01-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15590         * fvwm/placement.c (PlaceWindow):
15591         minor performance enhancement
15593 2002-01-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15595         * libs/defaults.h:
15596         * fvwm/menus.c (MenuInteraction):
15597         (pointer_in_active_item_area):
15598         (pointer_in_passive_item_area):
15599         new menu style PopupActiveArea
15601 2002-01-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15603         * fvwm/move_resize.c (CMD_ResizeMaximize):
15604         (CMD_ResizeMoveMaximize):
15605         fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15607 2002-01-21  olicha  <olivier.chapuis@free.fr>
15609         * fvwm/fvwm2.1:
15610         s/Penalities/Penalties/g
15612 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15614         * fvwm/events.c (HandleLeaveNotify):
15615         (HandleEnterNotify):
15616         * fvwm/modconf.c (ModuleConfig):
15617         * fvwm/update.c (apply_window_updates):
15618         * fvwm/module_interface.c (BroadcastWindowIconNames):
15619         (CMD_Send_WindowList):
15620         (initModules):
15621         (do_execute_module):
15622         (PositiveWrite):
15623         (CMD_set_nograb_mask):
15624         (CMD_set_sync_mask):
15625         (CMD_set_mask):
15626         (set_mseggage_mask):
15627         (is_message_in_mask):
15628         (is_message_selected):
15629         * libs/Module.h:
15630         rewrote message interface to allow more than 32 messages with minimal
15631         changes in the existing interfaces.
15632         new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15634         * fvwm/style.h:
15635         * fvwm/style.c (parse_and_set_window_style):
15636         * fvwm/fvwm.h (struct):
15637         * fvwm/events.c (HandleButtonPress):
15638         implemented new styles MouseFocusClickIgnoreMotion and
15639         MouseFocusClickIgnoreMotionOff
15641         * fvwm/focus.c (focus_grab_buttons):
15642         fixed button mask for > 5 buttons
15644 2002-01-19  olicha  <olivier.chapuis@free.fr>
15646         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15647         Save and restore the icon_pixmap_w and add comments
15649 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15651         * fvwm/events.c (HandleEnterNotify):
15652         fixed EnterNotify events for icons
15654 2002-01-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15656         * fvwm/*.c:
15657         * fvwm/stack.c (overlap_box):
15658         (overlap):
15659         * fvwm/icons.c (clear_icon):
15660         * fvwm/add_window.c (destroy_icon):
15661         * fvwm/fvwm.h (FvwmWindow):
15662         * fvwm/geometry.c (get_window_borders):
15663         (get_client_geometry):
15664         * libs/fvwmrect.h (struct):
15665         * fvwm/functions.c (expand_extended_var):
15666         implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15667         return the geometry of the client window
15668         implemented new extended variables it.x, it.y, it.width, it.height that
15669         return the geometry of the icon title
15670         implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15671         return the geometry of the icon picture
15672         implemented new extended variables i.x, i.y, i.width, i.height that
15673         return the geometry of the whole icon
15674         fixed $[w.height] when the window is shaded
15675         cleaned up icon geometry code
15677 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15679         * fvwm/commands.h:
15680         * fvwm/functions.c:
15681         * fvwm/functions.h:
15682         * fvwm/move_resize.c (unmaximize_fvwm_window):
15683         (maximize_fvwm_window):
15684         (CMD_Maximize):
15685         (CMD_ResizeMaximize):
15686         (CMD_Resize):
15687         (resize_window):
15688         (CMD_ResizeMove):
15689         (resize_move_window):
15690         (CMD_ResizeMoveMaximize):
15691         New command ResizeMaximize.  Works like Resize, but modifies the
15692         maximized size of the window, not the normal size.
15693         New command ResizeMoveMaximize that works similarly.
15694         (resize_move_window):
15695         fixed ResizeMove command
15697         * fvwm/functions.c (expand):
15698         fixed core dump when using something like $[$v] in a command
15700 2002-01-17  olicha  <olivier.chapuis@free.fr>
15702         * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15703         * fvwm/events.c (HandlePropertyNotify):
15704         * fvwm/fvwm.c (InternUsefulAtoms):
15705         * fvwm/extern.h:
15706         Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15707         that the root background has changed. This uses the _XSETROOT_ID
15708         and XROOTPMAP_ID properties
15710         * fvwm/ewmh.c (atom_get):
15711         Be paranoid
15713 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15715         * fvwm/update.c (flush_window_updates):
15716         fixed unnecessary window style updates
15718         * fvwm/style.c (parse_and_set_window_style):
15719         * fvwm/add_window.c (RestoreWithdrawnLocation):
15720         (AddWindow):
15721         (setup_frame_attributes):
15722         * fvwm/fvwm.h (FvwmWindow):
15723         Fvwm does no longer disable backing store on all of its windows. This
15724         cause too many problems with some applications, e.g. rdist.  Introduced
15725         the new style BackingStoreWindowDefault that tells fvwm not to modify
15726         the backing store attribute on the client window - which now is the
15727         default.
15729 2002-01-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15731         * fvwm/commands.h:
15732         * fvwm/functions.c (func_config):
15733         * libs/Module.c (SetMessageMask2):
15734         (SetNoGrabMask2):
15735         * libs/Module.h:
15737         * configure.in:
15738         fixed building with libstroke-0.5.1 on Solaris8
15740         * fvwm/stack.c (new_layer):
15741         * fvwm/borders.c (DrawButton):
15742         (RedrawButtons):
15743         (RedrawTitle):
15744         * fvwm/builtins.c (SetLayerButtonFlag):
15745         (do_button_style):
15746         * fvwm/screen.h (struct):
15747         Applied the layer button patch by Richard Curnow with a few
15748         modifications
15750         * fvwm/icons.c (GetIconBitmap):
15751         (GetIconWindow):
15752         Ignore client icons that have the wrong depth
15754         * fvwm/events.c (HandleEnterNotify):
15755         Tried to fix focusing problem w/ unclutter.
15757 2002-01-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15759         * fvwm/functions.c (CheckActionType):
15760         remove debug code
15762         * fvwm/menus.c (paint_item):
15763         * fvwm/misc.c (is_function_allowed):
15764         * fvwm/move_resize.c (is_move_allowed):
15765         (is_resize_allowed):
15766         (is_maximize_allowed):
15767         * fvwm/decorations.c (check_if_function_allowed):
15768         combined all these functions into a new one
15769         use this function everywhere
15770         use the Fixed... styles to decide if a menu item is greyed or not
15772 2002-01-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15774         * fvwm/events.c (HandleExpose):
15775         eat up expose events even if the server claims that the expose count is
15776         zero; fixes a problem with many redraws of windows that are uncovered
15777         by shading a window above them
15779 2002-01-10  olicha  <olivier.chapuis@free.fr>
15781         * fvwm/focus.c (DoSetFocus):
15782         * fvwm/move_resize.c (CMD_Maximize):
15783         (CMD_Maximize):
15784         (handle_stick):
15785         (CMD_ResizeMove):
15786         (CMD_Resize):
15787         * fvwm/icons.c (DeIconify):
15788         (DeIconify):
15789         (Iconify):
15790         * fvwm/gnome.c (GNOME_HandlePropRequest):
15791         * fvwm/ewmh_names.c (EWMH_WMName):
15792         * fvwm/events.c (HandleFocusIn):
15793         (HandlePropertyNotify):
15794         (HandleMapNotify):
15795         (HandleButtonPress):
15796         (HandleLeaveNotify):
15797         (HandleExpose):
15798         * fvwm/builtins.c (CMD_UpdateDecor):
15799         (CMD_WindowShade):
15800         * fvwm/borders.c (draw_clipped_decorations):
15801         (DrawDecorations):
15802         (RedrawDecorations):
15803         * fvwm/borders.h:
15804         Added a new argument to DrawDecoration similar to draw_window_parts,
15805         which indicate which part of the decor should be cleared. At present
15806         time only CLEAR_FRAME is taken in account and this is used in
15807         ShadeWindow to draw the decoration without flickering. This argument
15808         may be used in the future to reduce opaque resizing flickering
15810         * fvwm/builtins.c (CMD_WindowShade):
15811         Draw the decoration during unshading a window
15813         * fvwm/menus.c (ParentalMenuRePaint):
15814         Fixed transparent animated menu again
15816         * NEWS:
15817         Some update
15819 2002-01-09  olicha  <olivier.chapuis@free.fr>
15821         * fvwm/style.c (CMD_Style):
15822         free all the elements of the ptmpstyle before freeing it
15824         * fvwm/menus.c (ParentalMenuRePaint):
15825         Fixed transparent animated menu with HilightBackOff
15827 2002-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15829         * fvwm/style.c (merge_styles):
15830         fixed core dump w/ multiple use of the UseStyle style and HilightBack
15831         in the copied style
15833 2002-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15835         * fvwm/modconf.c (send_ignore_modifiers):
15836         (send_move_threshold):
15837         (send_click_time):
15838         (send_colorsets):
15839         (send_color_limit):
15840         (send_image_path):
15841         (send_desktop_geometry):
15842         (CMD_Send_ConfigInfo):
15843         moved code into new functions
15845         * libs/defaults.h (DEFAULT_MODS_UNUSED):
15846         moved to defaults.h
15848         * fvwm/bindings.c (CMD_IgnoreModifiers):
15849         * fvwm/module_interface.c (broadcast_xinerama_state):
15850         * fvwm/modconf.c (send_ignore_modifiers):
15851         broadcast IgnoreModifiers to modules
15853         * fvwm/bindings.c (CMD_IgnoreModifiers):
15854         fixed IgnoreModifiers command without arguments
15855         * fvwm/fvwm2.1:
15856         corrected documentation of IgnoreModifiers command
15858 2002-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15860         * fvwm/add_window.c:
15861         * fvwm/cursor.c:
15862         * fvwm/virtual.c:
15863         * fvwm/builtins.c:
15864         * fvwm/bindings.c:
15865         * fvwm/move_resize.c:
15866         * fvwm/events.c:
15867         * fvwm/stack.c:
15868         * fvwm/module_interface.c:
15869         * fvwm/focus.c:
15870         * fvwm/placement.c:
15871         * fvwm/menus.c:
15872         * fvwm/icons.c:
15873         * fvwm/fvwm.h (FvwmWindow):
15874         remnamed icon_w member to icon_title_w
15876 2002-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15878         * fvwm/icons.c (RedoIconName):
15879         fixed sizing of icon title for icons without a pixmap
15880         (RedoIconName):
15881         (CreateIconWindow):
15882         (Iconify):
15883         (CreateIconWindow):
15884         rewrote icon title layout and moved the constants to defaults.h
15886         * fvwm/menus.c (menuShortcuts):
15887         (handle_emacs_bindings):
15888         implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15890 2002-01-04  Dan Espen  <dane@mk.telcordia.com>
15892         * fvwm/fvwm2.1: Language checks done.
15893         .IR command not in column 1 fixed.
15895 2002-01-04  olicha  <olivier.chapuis@free.fr>
15897         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15898         (AnimatedMoveOfWindow):
15899         (AnimatedMoveFvwmWindow):
15900         (move_window_doit):
15901         * fvwm/menus.c (ParentalMenuRePaint):
15902         (animated_move_back):
15903         (pop_menu_up):
15904         Fixed transparent animated menu
15906 2002-01-03  olicha  <olivier.chapuis@free.fr>
15908         * fvwm/move_resize.c (is_resize_allowed):
15909         (is_move_allowed):
15910         Do not check if moveing/resizeing is MWM allowed for a no user request
15911         This fix for example FvwmWinList with MwmFunctions & NoOverride
15913         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15914         * fvwm/move_resize.c (is_move_allowed):
15915         Allowed moving if tmp_win is null and check if move is allowed and
15916         not resize in AnimatedMoveAnyWindow. This fix animated menu
15918         * fvwm/ewmh.c (ewmh_AllowsMaximize):
15919         (ewmh_AllowsMove):
15920         (ewmh_AllowsResize):
15921         Check as a user request
15923         * fvwm/fvwm2.1:
15924         * fvwm/move_resize.c (CMD_Maximize):
15925         (MaximizeWidth):
15926         (MaximizeHeight):
15927         New global flags "layer" and "ewmiwa". layer causes the grow* methods
15928         to ignore the windows with a layer less or equal to the layer of
15929         the maximized window. ewmhiwa causes to ignore the ewmh working area.
15930         Reorder a bit the Maximize documentation
15932         * fvwm/fvwm2.1:
15933         * fvwm/functions.c (expand_extended_var):
15934         New variables $[desk.name<n>] to get the desktop names
15936 2002-01-01  Dan Espen  <dane@mk.telcordia.com>
15938         * fvwm/read.c (CMD_Read): Correct message on missing file when using
15939         Read with full path.
15941 2002-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15943         * libs/defaults.h:
15944         * fvwm/misc.c (GrabEm):
15945         reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15947         * fvwm/events.c (HandleUnmapNotify):
15948         (HandleMapRequestKeepRaised):
15949         (check_map_request):
15950         fixed unmanaged window when window was mapped/unmapped/mapped too fast
15952         * fvwm/add_window.c (FetchWmProtocols):
15953         (setup_wm_hints):
15954         * fvwm/fvwm.h (FvwmWindow):
15955         * fvwm/events.c (HandleEnterNotify):
15956         (HandlePropertyNotify):
15957         * fvwm/focus.c (refresh_focus):
15958         (set_focus_model):
15959         fixed focus problems with netscape and ddd
15961 2001-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15963         * libs/Target.c (fvwmlib_keyboard_shortcuts):
15964         * libs/Pointer.c (GetLocationFromEventOrQuery):
15965         * fvwm/virtual.c (HandlePaging):
15966         * fvwm/move_resize.c (GetOnePositionArgument):
15967         (InteractiveMove):
15968         (AnimatedMoveAnyWindow):
15969         (moveLoop):
15970         (CMD_Resize):
15971         * fvwm/module_interface.c (ExecuteModuleCommand):
15972         * fvwm/menus.c (do_menu):
15973         (menuShortcuts):
15974         (MenuInteraction):
15975         (get_menu_options):
15976         * fvwm/functions.c (execute_complex_function):
15977         * fvwm/events.c (HandleClientMessage):
15978         (WaitForButtonsUp):
15979         * fvwm/conditional.c (CMD_Direction):
15980         * fvwm/builtins.c (CMD_CursorMove):
15981         (CMD_FakeClick):
15982         (CMD_StrokeFunc):
15983         handle return code of XQueryPointer everywhere; necessary for dual head
15985         * fvwm/misc.c (GrabEm):
15986         Pointer was warped to other screen with a dual head setup
15988 2001-12-31  olicha  <olivier.chapuis@free.fr>
15990         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15991         Removed some code which try to raise ewmh modal window over
15992         its transientfor window; this seems not possible without a new style
15993         or a bad hack in stack.c
15995 2001-12-30  Dan Espen  <dane@mk.telcordia.com>
15997         * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15998         fallback to fixed font so it shows the right font for I18N.
16000 2001-12-30  olicha  <olivier.chapuis@free.fr>
16002         * fvwm/window_flags.h:
16003         * fvwm/session.c (MatchWinToSM):
16004         (LoadWindowStates):
16005         (SaveWindowStates):
16006         (get_version_string):
16007         * fvwm/move_resize.c (CMD_Maximize):
16008         (handle_stick):
16009         * fvwm/icons.c (CMD_Iconify):
16010         * fvwm/ewmh.c (EWMH_SetWMState):
16011         (EWMH_WindowInit):
16012         (EWMH_ExitStuff):
16013         (EWMH_SetAllowedActions):
16014         (EWMH_WindowInit):
16015         * fvwm/ewmh.h:
16016         * fvwm/ewmh_intern.h:
16017         * fvwm/ewmh_events.c (ewmh_WMState*):
16018         * fvwm/builtins.c (CMD_WindowShade):
16019         * fvwm/stack.c (new_layer):
16020         * fvwm/update.c (apply_window_updates):
16021         * fvwm/update.h (struct):
16022         * fvwm/add_window.c (setup_window_structure):
16023         (setup_window_name):
16024         (setup_icon):
16025         * fvwm/style.c (check_window_style_change):
16026         The skip list and modal ewmh window states are now updated after
16027         an use/ignore ewmh state style changes. The other ewmh states are
16028         starting state only. All the initial ewmh states are keep in memory
16029         for FvwmIdent.
16031         * fvwm/ewmh.c (EWMH_Handle*):
16032         * fvwm/fvwm.h:
16033         Set the ewmh_window_type to an int (and not the corresponding atom)
16034         accordingly to the window type
16036         * fvwm/ewmh_events.c (ewmh_WMStateModal):
16037         ewmh modal transient windows have RaiseTransient and GrabFocusTransient
16038         style
16040         * fvwm/ewmh.c (EWMH_GetStyle):
16041         * fvwm/ewmh_events.c (ewmh_WMDesktop):
16042         Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
16043         hints
16045         * libs/vpacket.h (ConfigWinPacket):
16046         * fvwm/module_interface.c (CONFIGARGSNEW):
16047         (OLDCONFIGARGS):
16048         (CONFIGARGS):
16049         Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
16050         cfgpacket for FvwmIdent
16052 2001-12-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16054         * fvwm/move_resize.c (resize_geometry_window):
16055         fixed wrong size calculation of geometry window
16057 2001-12-19  olicha  <olivier.chapuis@free.fr>
16059         * fvwm/ewmh_names.c (convert_charsets):
16060         More precise error messages
16062         * fvwm/fvwm2.1:
16063         A few formatting fixes
16065 2001-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16067         * fvwm/gnome.c (GNOME_SetHints):
16068         fixed window getting frozen into position upon a recapture or restart
16070 2001-12-17  Dan Espen  <dane@mk.telcordia.com>
16072         * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
16074 2001-12-17  olicha  <olivier.chapuis@free.fr>
16076         * fvwm/fvwm2.1:
16077         Tried to clarify the EWMHIconicStateWorkaround BugOpts
16079         * fvwm/ewmh.c (delete_kst_item):
16080         (set_kde_sys_tray):
16081         (EWMH_IsKdeSysTrayWindow):
16082         (EWMH_ManageKdeSysTray):
16083         * fvwm/events.c (HandleReparentNotify):
16084         Fixed reparenting management of kde system tray windows and
16085         added some off debugging code
16087         * fvwm/virtual.c (CMD_DesktopName):
16088         Removed some debugging code
16090 2001-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16092         * fvwm/fvwm.h (struct):
16093         * fvwm/window_flags.h (IS_FIXED_PPOS):
16094         * fvwm/style.h (SCSET_IS_FIXED_PPOS):
16095         * fvwm/style.c (parse_and_set_window_style):
16096         (check_window_style_change):
16097         implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
16098         FixedUSSize, FixedPSize and Variable PPosition, ...
16100         * fvwm/events.c (HandleConfigureRequest):
16101         * fvwm/ewmh.c (ewmh_AllowsResize):
16102         (is_resize_allowed):
16103         (ewmh_AllowsMove):
16104         (ewmh_AllowsMove):
16105         * fvwm/gnome.c (GNOME_SetHints):
16106         (AnimatedMoveAnyWindow):
16107         (CMD_ResizeMove):
16108         use new functions
16109         * fvwm/move_resize.c (is_move_allowed):
16110         (is_resize_allowed):
16111         (is_maximize_allowed):
16112         new functions to clean up some code
16114 2001-12-15  Dan Espen  <dane@mk.telcordia.com>
16116         * fvwm/fvwm2.1: Doc fixups.
16118 2001-12-15  olicha  <olivier.chapuis@free.fr>
16120         * fvwm/builtins (CMD_BugOpts):
16121         * fvwm/ewmh.c:
16122         * fvwm/ewmh_conf.c (EWMH_BugOpts):
16123         * fvwm/ewmh_events.c (ewmh_StateHidden):
16124         * fvwm/fvwm.c (InitVariables):
16125         * fvwm/fvwm2.1:
16126         * fvwm/icons.c (CMD_Iconify):
16127         * fvwm/screen.h:
16128         * fvwm/virtual.c (unmap_window):
16129         (map_window):
16130         Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
16131         to fix the IconicState problems in vitrual.c. New BugOpts
16132         EWMHIconicStateWorkaround for supporting current KDE versions
16134         * fvwm/events.c (HandlePropertyNotify):
16135         * fvwm/ewmh.c (ewmh_AllowsYes):
16136         * fvwm/ewmh.h:
16137         (ewmh_AllowsClose):
16138         (ewmh_AllowsMaximize):
16139         (ewmh_AllowsMove):
16140         (ewmh_AllowsResize):
16141         (EWMH_SetAllowedActions):
16142         (EWMH_WindowInit):
16143         * fvwm/style.c (check_window_style_change):
16144         * fvwm/update.c (apply_window_updates):
16145         * fvwm/update.h:
16146         Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
16148 2001-12-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16150         * fvwm/borders.c (RedrawTitle):
16151         * libs/defaults.h (WINDOW_TITLE_OFFSET):
16152         fixed 'stick' lines with long titles
16154 2001-12-11  olicha  <olivier.chapuis@free.fr>
16156         * NEWS:
16157         * fvwm/commands.h:
16158         * fvwm/ewmh.c (ewmh_SetWorkArea):
16159         * fvwm/ewmh.h:
16160         (ewmh_ComputeAndSetWorkArea):
16161         (ewmh_HandleDynamicWorkArea):
16162         (EWMH_GetWorkAreaIntersection):
16163         (EWMH_GetStrutIntersection):
16164         (get_intersection):
16165         * fvwm/ewmh_name.c (EWMH_SetDeskNames):
16166         * fvwm/function.c:
16167         * fvwm/function.h:
16168         * fvwm/fvwm.c (InitVariables):
16169         * fvwm/fvwm2.1:
16170         * fvwm/modconf.c (send_desktop_names):
16171         (CMD_Send_ConfigInfo):
16172         * fvwm/placement.c (get_next_x):
16173         (get_next_y):
16174         * fvwm/screen.h:
16175         * fvwm/virtual.c (CMD_DesktopName):
16176         * fvwm/virtual.h:
16177         (GetDesktopName):
16178         New command "DesktopName desk name" to define desktops names for
16179         the FvwmPager, the WindowList and ewmh compliant pagers.
16180         Desktops information (desk, desk name, working areas) is stored in a
16181         new list sub structure of Scr, DesktopsInfo. The head of the list
16182         contains generic information for desks that are not in the list.
16184         * fvwm/windowlist.c (get_desk_title):
16185         (CMD_WindowList):
16186         * fvwm/fvwm2.1:
16187         * NEWS:
16188         New window list options NoDeskNum, NoCurrentDeskTitle,
16189         TitleForAllDesks, NoNumInDeskTitle. Document these options and also
16190         the NoGeometry and NoGeometryInfo options.
16192         * fvwm/ewmh.c:
16193         * fvwm/ewmh_names.c:
16194         * fvwm/ewmh_icons.c:
16195         Added some static declarations
16197         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
16198         It seems that UTF8 names should not be terminated by a 0
16200         * fvwm/ewmh.c (EWMH_SetClientListStacking):
16201         Set the stacking list in the good orders
16203 2001-12-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16205         * vms/config.h:
16206         * fvwm/functions.c:
16207         * fvwm/commands.h:
16208         * fvwm/builtins.c:
16209         * fvwm/borders.c:
16210         removed all MULTISTYLE ifdefs
16212         * fvwm/borders.c (RedrawTitle):
16213         fixed title drawing into relief
16215 2001-12-08  olicha  <olivier.chapuis@free.fr>
16217         * fvwm/style.c:
16218         * fvwm/style.h:
16219         * fvwm/fvwm.h:
16220         * fvwm/update.c:
16221         * fvwm/update.h:
16222         * fvwm/window_flags.h:
16223         * fvwm/fvwm2.1:
16224         s/extended_window_name/indexed_window_name/i
16225         s/extended_icon_name/indexed_icon_name/i
16226         s/do_update_window_name/do_update_visible_window_name/
16227         s/do_update_icon_name/do_update_visible_icon_name/
16229         * fvwm/style.c (CMD_Style):
16230         * fvwm/style.h:
16231         (parse_and_set_window_style):
16232         Split CMD_Style into CMD_Style and parse_and_set_window_style
16234 2001-12-06  olicha  <olivier.chapuis@free.fr>
16236         * fvwm/add_window.c (setup_window_name_count):
16237         (setup_icon_name_count):
16238         Better determination of the window and icon names index
16240         * fvwm/add_window.c (AddWindow):
16241         (setup_icon):
16242         * fvwm/events.c (HandlePropertyNotify):
16243         * fvwm/ewmh_names.c (EWMH_WMName):
16244         (EWMH_WMIconName):
16245         * fvwm/module_interface.c (BroadcastWindowIconNames):
16246         * fvwm/module_interface.h:
16247         (CMD_Send_WindowList):
16248         (CMD_set_mask):
16249         (CMD_set_sync_mask):
16250         (CMD_set_nograb_mask):
16251         * fvwm/update.c (apply_window_updates):
16252         * libs/Module.h:
16253         New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
16254         which are send to modules with BroadcastWindowIconNames.
16255         The set mask cmds use unsigned long mask and not int mask!
16257 2001-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16259         * fvwm/ewmh.h:
16260         * fvwm/ewmh.c:
16261         EWMH without iconv compile fix by Hippo
16263 2001-12-05  olicha  <olivier.chapuis@free.fr>
16265         * fvwm/add_window.c:
16266         * fvwm/ewmh.c (*):
16267         * fvwm/ewmh.h:
16268         * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
16269         * fvwm/ewmh_events.c:
16270         * fvwm/fvwm.h:
16271         * fvwm/fvwm2.1:
16272         * fvwm/move_resize.c (CMD_Maximize):
16273         * fvwm/placement.c (test_fit):
16274         (PlaceWindow):
16275         * fvwm/session.c (SaveWindowStates):
16276         * fvwm/style.c (merge_styles):
16277         * fvwm/style.h:
16278         (check_window_style_change):
16279         * fvwm/update.c (apply_window_updates):
16280         * fvwm/update.h:
16281         * fvwm/window_flags.h:
16282         New ewmh styles:
16283         EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
16284         EWMHMaximizeUseDynamicWorkingArea,
16285         EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
16286         EWMHPlacementUseDynamicWorkingArea,
16287         EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
16288         EWMHIgnoreStateHints / EWMHUseStateHints,
16289         EWMHIgnoreStrutHints / EWMHUseStrutHints
16291         * fvwm/ConfigFvwmDefaults:
16292         Use EWMHPlacementUseDynamicWorkingArea,
16293         EWMHMaximizeUseDynamicWorkingArea as default placement styles
16295         * NEWS:
16296         * fvwm/add_window.c (setup_placement_penalty):
16297         * fvwm/add_window.h:
16298         (setup_placement_penalty):
16299         (AddWindow):
16300         * fvwm/fvwm.h:
16301         * fvwm/placement.c (get_next_x):
16302         * fvwm/placement.h:
16303         (get_next_y):
16304         (test_fit):
16305         * fvwm/style.c (CMD_Style):
16306         * fvwm/style.h:
16307         (check_window_style_change):
16308         * fvwm/update.c (apply_window_updates):
16309         * fvwm/update.h:
16310         * fvwm/window_flags.h:
16311         * libs/default.h:
16312         New styles PlacementOverlapPenalties and
16313         PlacementOverlapPercentPenalties
16315         * NEWS:
16316         * fvwm/add_window.c (setup_window_name_count):
16317         * fvwm/add_window.h:
16318         (setup_icon_name_count):
16319         (setup_visible_name):
16320         (setup_window_name):
16321         (free_window_names):
16322         (setup_icon):
16323         * fvwm/borders.c (DrawMultiPixmapTitlebar):
16324         (RedrawTitle):
16325         * fvwm/events.c (HandlePropertyNotify):
16326         * fvwm/ewmh_names.c (EWMH_*):
16327         * fvwm/fvwm.h:
16328         * fvwm/icons.c (CreateIconWindow):
16329         (DrawIconWindow):
16330         (RedoIconName):
16331         (AutoPlaceIcon):
16332         (Iconify):
16333         * fvwm/session.c (MatchWinToSM):
16334         * fvwm/style.c (CMD_Style):
16335         * fvwm/style.h:
16336         (check_window_style_change):
16337         * fvwm/update.c (apply_window_updates):
16338         * fvwm/update.h:
16339         * fvwm/window_flags.h:
16340         New styles ExtendedWindowName / SimpleWindowName and
16341         ExtendedIconName / SimpleIconName. TODO: the modules implementation
16343         * fvwm/builtins.c (ReadMultiPixmapDecor):
16344         A -Wall fix
16346         * configure.in:
16347         Fixed gcc test
16349         * session.c (get_version_string):
16350         now is 2.5-3
16352         * fvwm/stack.c (new_layer):
16353         (CMD_Layer):
16354         Fixed ewmh wm state
16356         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16357         Fixed creation of the ewmh icon in the case of the window is iconified
16359 2001-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16361         * fvwm/placement.c (PlaceWindow):
16362         fixed manual placement on Xinerama screens other than the one with the
16363         top left corner of the total screen
16365 2001-11-27  olicha  <olivier.chapuis@free.fr>
16367         * configure.in:
16368         * acinclude.m4:
16369         * acconfig.h:
16370         * fvwm/ewmh_name.c
16371         Check for the second argument of iconv
16373         * configure.in:
16374         Added -Wall to CFLAGS if cc is gcc
16376 2001-11-26  Mikhael Goikhman  <migo@homemail.com>
16378         * configure.in:
16379         * acconfig.h:
16380         s/extanded/extended/
16382 2001-11-26  olicha  <olivier.chapuis@free.fr>
16384         * fvwm/Makefile.am:
16385         Fixed (?) iconv_LIBS
16387 2001-11-26  olicha  <olivier.chapuis@free.fr>
16389         * fvwm/functions.c (expand):
16390         Fixed n, c, r expansion
16392 2001-11-25  Dan Espen  <dane@mk.telcordia.com>
16394         * fvwm/fvwm2.1: Clean up ewmh stuff.
16396 2001-11-24  olicha  <olivier.chapuis@free.fr>
16398         * fvwm/ewmh_internal.h:
16399         * fvwM/ewmh.c:
16400         Removed a non standard macro
16402 2001-11-24  olicha  <olivier.chapuis@free.fr>
16404         * fvwm/fvwm2.1:
16405         Documented the previous ewmh style in a new Style subsection
16407         * fvwm/functions.c (expand):
16408         Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16410 2001-11-24  olicha  <olivier.chapuis@free.fr>
16412         * fvwm/add_window (setup_icon):
16413         (setup_window_structure):
16414         * fvwm/events.c (HandlePropertyNotify):
16415         * fvwm/ewmh.h:
16416         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16417         * fvwm/ewmh_icons.c (ewmh_WMIcon):
16418         (EWMH_DoUpdateWmIcon):
16419         (ewmh_SetWmIconFromPixmap):
16420         (EWMH_DeleteWmIcon):
16421         (EWMH_SetIconFromWMIcon):
16422         * fvwm/ewmh_intern.h:
16423         * fvwm/fvwm.h:
16424         * fvwm/icons.c (GetIcon):
16425         * fvwm/session.c (get_version_string):
16426         * fvwm/style.c (CMD_Style):
16427         * fvwm/style.h:
16428         (check_window_style_change)
16429         * fvwm/update.c (apply_window_updates):
16430         * fvwm/update.h:
16431         * fvwm/window_flags.h:
16432         New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16433         EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16434         EWMHDonateIcon / EWMHDontDonateIcon,
16435         Some ewmh icon code simplification.
16436         Ewmh icons priority: just after icon window.
16438         * fvwm/ewmh.c (EWMH_ExitStuff):
16439         * fvwm/ewmh.h:
16440         * fvwm/session.c (SaveWindowStates):
16441         (LoadWindowStates):
16442         (MatchWinToSM):
16443         * fvwm/fvwm.c (Done):
16444         Delete the ewmh icons we set ourself. Some ewmh session states do not
16445         need to be saved/restored anymore
16447 2001-11-23  olicha  <olivier.chapuis@free.fr>
16449         * fvwm/ewmh_names.c (convert_charsets):
16450         Fixed infinite loop
16452 2001-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16454         * fvwm/ewmh_names.c (convert_charsets):
16455         -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16456         man page states on Linux
16457         replaced goto with a loop
16459 2001-11-22  olicha  <olivier.chapuis@free.fr>
16461         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16462         a -Wall fix
16464         * fvwm/ewmh_events.c:
16465         Fixed some styles update
16467         * fvwm/ewmh_conf.c:
16468         * fvwm/function.c (func_config):
16469         * fvwm/function.h:
16470         * fvwm/ewmh.c:
16471         * fvwm/ewmh.h:
16472         * fvwm/ewmh_events.c:
16473         * fvwm/ewmh_intern.h:
16474         * fvwm/Makefile.am:
16475         * fvwm/fvwm2.1:
16476         New file for ewmh styles and commands. New commands EWMHBaseStrut and
16477         EWMHNumberOfDesktops. More documentation in ewmh man page section.
16479         * fvwm/add_window.c:
16480         * fvwm/bindings.c:
16481         * fvwm/events.c:
16482         * fvwm/functions.c:
16483         * fvwm/ewmh.c (EWMH_Init):
16484         * fvwm/fvwm.h:
16485         * fvwm/fvwm.c (InitVariables):
16486         * fvwm/placement.c
16487         * fvwm/sceen.h:
16488         * fvwm/session.c:
16489         * fvwm/styles.c:
16490         * fvwm/update.c:
16491         * fvwm/update.h:
16492         * fvwm/window_flags.c:
16493         * libs/Bindings.c:
16494         * libs/Picture.c:
16495         * libs/Picture.h:
16496         * libs/fvwmlib.h:
16497         * configure.in:
16498         * acconfig.h:
16499         Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16500         are maybe problematic) and those in the ewmh* files to allow
16501         to disbale the ewmh code: with --disable-ewmh all the ewmh code
16502         should be dummy. --enable-ewmh is now the default.
16504 2001-11-20  olicha  <olivier.chapuis@free.fr>
16506         * fvwm/icons.c (GetIcon):
16507         * fvwm/add_window.c (setup_icon):
16508         Fixed icons order choice and other minor bugs
16510         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16511         Fixed a core dump if there is no MiniIcon
16513 2001-11-18  olicha  <olivier.chapuis@free.fr>
16515         * fvwm/ewmh.c (add_kst_item):
16516         * fvwm/ewmh.h:
16517         (ewmh_AddToKdeSysTray):
16518         (EWMH_IsKdeSysTrayWindow):
16519         (EWMH_ManageKdeSysTray):
16520         (EWMH_WindowInit):
16521         fvwm/ewmh_intern.h:
16522         * fvwm/events.c (HandleDestroyNotify):
16523         (HandleMapRequest):
16524         (HandleUnmapNotify):
16525         Fixed the KDE system tray implementation
16527 2001-11-16  olicha  <olivier.chapuis@free.fr>
16529         * fvwm/ewmh.h:
16530         * fvwm/ewmh.c:
16531         fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16533 2001-11-15  olicha  <olivier.chapuis@free.fr>
16535         * fvwm/ewmh.c (EWMH_DestroyWindow):
16536         * fvwm/ewmh.h:
16537         (EWMH_WindowDestroyed):
16538         * fvwm/events.c (HandleReparentNotify):
16539         (HandleDestroyNotify):
16540         (HandleUnmapNotify):
16541         * fvwm/add_window.c (destroy_window):
16542         Fixed the ewmh windows lists
16544 2001-11-15  olicha  <olivier.chapuis@free.fr>
16546         * fvwm/Makefile.am:
16547         * fvwm/ewmh.c:
16548         * fvwm/ewmh.h:
16549         * fvwm/ewmh_intern.h:
16550         * fvwm/ewmh_events.c:
16551         * fvwm/ewmh_icons.c:
16552         * fvwm/ewmh_names.c:
16553         * fvwm/fvwm2.1:
16554         * NEWS:
16555         New files to achieve the extended WM hints support, off by
16556         default. This code is ifdefed a la gnome.c.
16557         This is work in progess (need to do so that every things are
16558         configurable).
16560         * configure.in:
16561         * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16562         New configure option --enable-ewmh. Added tests for iconv and
16563         nl_langinfo for UTF8 conversions.
16565         * fvwm/add_window.c (AddWindow):
16566         (CaptureOneWindow):
16567         (destroy_window):
16568         (setup_window_name):
16569         (setup_icon):
16570         EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16571         EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16572         SET_HAS_EWMH_ICON, EWMH_WMIconName
16574         * fvwm/add_window.c (setup_window_structure):
16575         * fvwm/fvwm.h (FvwmWindow):
16576         (window_flags):
16577         * fvwm/window_flags.h:
16578         * fvwm/session.c (get_version_string):
16579         (SaveWindowStates):
16580         (LoadWindowStates):
16581         Added some entries in FvwmWindow and some flags (more will be
16582         added). Some of these states need to be saved at restart and
16583         at recapture. This code is ifdefed, may be it should not: I was
16584         forced to ifdef the version string in get_version_string.
16586         * libs/Bindings.c (win_contexts):
16587         * libs/fvwmlib.h:
16588         * fvwm/events.c (GetContext):
16589         * fvwm/bindings.c (ParseBinding):
16590         (activate_binding):
16591         * fvwm/functions.c (expand_extended_var):
16592         (expand):
16593         (execute_function):
16594         (DeferExecution):
16595         * fvwm/screen.h (Scr):
16596         new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16597         (kdesktop or Nautilus desktop). This context is something between
16598         C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16600         * fvwm/bindings.c (activate_binding):
16601         Fixed immediate application of mouse/stroke bindings
16603         * fvwm/borders.h
16604         * fvwm/borders.c (RedrawDecorations):
16605         * fvwm/update.c (apply_window_updates):
16606         New function  RedrawDecorations taken from apply_window_updates
16607         and called in ewmh_icons.c and update.c
16609         * fvwm/bultins.c (CMD_WindowShade):
16610         EWMH_SetWMState
16612         * fvwm/events.c (HandleFocusIn):
16613         (HandlePropertyNotify):
16614         (HandleClientMessage):
16615         (HandleMapRequestKeepRaised):
16616         (HandleUnmapNotify):
16617         EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16618         icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16619         EWMH_SetClientList
16621         * fvwm/icons.c (GetIcon):
16622         * fvwm/icons.h:
16623         (CreateIconWindow):
16624         (ChangeIconPixmap):
16625         * fvwm/events.c (HandlePropertyNotify):
16626         New function GetIcon taken from CreateIconWindow which choose
16627         the icon, there is a new case for EWMH icons. New function
16628         ChangeIconPixmap taken from events.c.
16629         The two new functions are called from ewmh_icon.c (and icons.c).
16631         * fvwm/move_resize.c (handle_stick):
16632         (CMD_Maximize):
16633         (handle_stick):
16634         EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16636         * libs/Picture.h:
16637         * libs/Picture.c (LoadPictureFromPixmap):
16638         (CachePictureFromPixmap):
16639         New functions for loading a picture from a pixmap. Nothing is cached
16640         but this simplify the MiniIcon code.
16642         * fvwm/placement.c (PlaceWindow):
16643         EWMH_GetWorkAreaIntersection
16645         * fvwm/screen.h (Scr):
16646         Added the working area, the dynamic working area and the ewmh
16647         Desktop window.
16649         * fvwm/stack.c (restack_windows):
16650         (CMD_Layer):
16651         EWMH_SetClientListStacking, EWMH_SetWMState
16653         * fvwm/style.c (check_window_style_change):
16654         * fvwm/update.c (apply_window_updates):
16655         * fvwm/update.h:
16656         Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16657         This code is ifdefed.
16659         * fvwm/style.c (lookup_style):
16660         EWMH_GetStyle
16662         * fvwm/virctual.c (goto_desk):
16663         (CMD_GotoDeskAndPage):
16664         (do_move_window_to_desk):
16665         EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16667 2001-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16669         * fvwm/update.c (apply_window_updates):
16670         * fvwm/gnome.c (GNOME_GetStyle):
16671         * fvwm/style.c (lookup_style):
16672         (check_window_style_change):
16673         * fvwm/add_window.c (setup_style_and_decor):
16674         fixed GnomeIgnoreHints style for some of the gnome hints
16676         * fvwm/fvwm.c (StartupStuff):
16677         Tried to fix font size problem
16679         * fvwm/placement.c (PlaceWindow):
16680         suppress an X error
16682         * fvwm/move_resize.c (moveLoop):
16683         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16684         * fvwm/misc.c (Keyboard_shortcuts):
16685         modified keyboard shortcut functions so that it is possible to move
16686         windows with the keyboard even if the border is hit.  does not work
16687         very nicely with paging
16689         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16690         performance enhancement
16692         * fvwm/events.c (HandleButtonPress):
16693         fixed (?) some problem with passing the raise click in ctf to the app
16695         * fvwm/add_window.c (Reborder):
16696         * fvwm/virtual.c (MoveViewport):
16697         (MapDesk):
16698         (UnmapDesk):
16699         * fvwm/session.c (SaveWindowStates):
16700         * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16701         don't access stack_next and stack_prev directly but use the access
16702         functions from stack.h
16704         * fvwm/stack.c (remove_window_from_stack_ring):
16705         (add_window_to_stack_ring_after):
16706         safety patch
16708         * fvwm/add_window.c (adjust_fvwm_internal_windows):
16709         (destroy_window):
16710         when a window becomes scheduled for destruction, remove all traces of it
16711         from the fvwm internal variable so its not accessed accidentally when
16712         its fields are no longer valid
16714 2001-11-05  Mikhael Goikhman  <migo@homemail.com>
16716         * fvwm/borders.c:
16717         fixed compilation of I18N_MB
16719 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16721         * AUTHORS:
16722         * NEWS:
16723         * acconfig.h:
16724         * configure.in:
16725         * fvwm/borders.c:
16726         * fvwm/builtins.c:
16727         * fvwm/fvwm2.1:
16728         * fvwm/screen.h:
16729         exclude the TitleStyle MultiPixmap feature (only) before forking
16730         ...
16731         and restore it after that
16733         * NEWS:
16734         * configure.in:
16735         change version string to 2.5.0
16737         * NEWS:
16738         added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16739         added a link to the stable version 2.4.4 (not released yet)
16741 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16743         * NEWS:
16744         * configure.in:
16745         change version string to 2.4.4 before forking
16747         * make_fvwmdist.sh:
16748         strip end of line from date (adjust for a new length)
16750 2001-10-29  olicha  <olivier.chapuis@free.fr>
16752         * fvwm/screen.h (DecorFaceStyle):
16753         Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16754         so that Solid colors work again
16756 2001-10-28  olicha  <olivier.chapuis@free.fr>
16758         * fvwm/module_interface.c (skipModuleAliasToken):
16759         Allows '/' as alias character
16761         * NEWS
16762         Script news
16764 2001-10-27  Mikhael Goikhman  <migo@homemail.com>
16766         * configure.in:
16767         * acconfig.h:
16768         * NEWS:
16769         added --disable-multipixmap-titles for the Suzanne's patch,
16770         the default is enable
16772         * fvwm/fvwm2.1:
16773         some formatting fixes in TitleStyle entry
16775 2001-10-27  Suzanne Britton  <tril@igs.net>
16777         * config.h.in: Added FANCY_TITLEBARS option, off by default
16779         * fvwm/fvwm2.1:
16780         Added info on TitleStyle MultiPixmap
16782         * fvwm/screen.h:
16783         [All changes #ifdeffed FANCY_TITLEBARS]
16784         Added TITLE_PADDING define for fancy titlebar rendering
16785         Added tb_pixmap_enum
16786         Added MultiPixmap to DecorFaceType enum
16787         Added Picture **multi_pixmaps and short multi_stretch_flags
16788         to DecorFace structure
16790         * fvwm/borders.c:
16791         [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16792         (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16793         (RenderIntoWindow): [new]
16794         (DrawMultiPixmapTitlebar): [new]
16795         (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16796         instead of always sending 1
16797         (RedrawTitle):
16798         Call DrawFancyTitlebar for MultiPixmap style
16799         Skip DrawString calls for MultiPixmap style (title is drawn inside
16800         DrawMultiPixmapTitlebar)
16802         * fvwm/builtins.c:
16803         [All changes #ifdeffed FANCY_TITLEBARS]
16804         (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16805         (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16806         (ReadMultiPixmapDecor): [new]
16808 2001-10-26  Dan Espen  <dane@mk.telcordia.com>
16810         * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16811         buttons can activate on press or release, special pointer during grab,
16812         arrow key command recall.
16814 2001-10-24  Mikhael Goikhman  <migo@homemail.com>
16816         * fvwm/bindings.c (ParseBinding):
16817         * fvwm/bindings.h:
16818         * fvwm/fvwm2.1:
16819         binding commands now do not print error messages with Silent
16821         * fvwm/ConfigFvwmDefaults:
16822         * NEWS:
16823         don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16824         use Silent before Key Help
16826         * fvwm/add_window.c:
16827         changed the broken size hints message to notify the owner
16829         * docs/fvwm.lsm.in:
16830         small changes
16832 2001-10-19  olicha  <olivier.chapuis@free.fr>
16834         * NEWS:
16835         Some FvwmScript news
16837 2001-10-16  olicha  <olivier.chapuis@free.fr>
16839         * NEWS:
16840         Some FvwmScript news
16842 2001-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16844         * fvwm/bindings.c (activate_binding):
16845         * libs/Bindings.c (GrabWindowKeyOrButton):
16846         activate mouse/stroke bindings immediately
16848         * fvwm/events.c (HandleButtonPress):
16849         it is possible to bind actions to the 'ClickToFocus' click
16851 2001-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16853         * fvwm/virtual.c (HandlePaging):
16854         allow paging during move/resize when pressing keys
16856         * libs/XResource.c (MergeCmdLineResources):
16857         possible core dump fix
16859         * fvwm/add_window.c (setup_window_placement):
16860         fixed core dump
16862         * libs/Bindings.c (AddBinding):
16863         another attempt at cleaning up bindings with "Shift"
16865 2001-10-13  olicha  <olivier.chapuis@free.fr>
16867         * NEWS
16868         FvwmScript news
16870 2001-10-10  Mikhael Goikhman  <migo@homemail.com>
16872         * move_resize.c:
16873         * fvwm/fvwm2.1:
16874         OpaqueMoveSize now accepts "unlimited" or negative argument.
16876 2001-10-09  Mikhael Goikhman  <migo@homemail.com>
16878         * fvwm/fvwm2.1:
16879         added missing "!"
16881 2001-10-08  Dan Espen  <dane@mk.telcordia.com>
16883         * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16885         * libs/fvwmlib.h:
16886         * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16888         * fvwm/cursor.c: Extract cursor validation routine to become a libs
16889         routine.
16891 2001-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16893         * NEWS, configure.in:
16894         changed version to 2.5.0
16896 2001-10-08  olicha  <olivier.chapuis@free.fr>
16898         * fvwm/borders.c (RedrawTitle):
16899         Fixed drawing of leftJustified stippled title and suppress warnings
16900         in RelieveRectangle w/ RightJustified stippled title
16902 2001-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16904         * fvwm/virtual.c (CMD_XineramaSlsSize):
16905         fixed ABR
16907 2001-10-03  olicha  <olivier.chapuis@free.fr>
16909         * fvwm/style.c (CMD_Style):
16910         * fvwm/fvwm2.1
16911         Added the possibility to add an Xinerama screen to the 4 numerics
16912         Iconbox format
16914 2001-10-03  olicha  <olivier.chapuis@free.fr>
16916         * fvwm/icons.c (AutoPlaceIcon):
16917         Fixed a core dump with @c and fixed icon placement if the icon should
16918         not be on the current page
16920 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16922         * fvwm/icons.c (AutoPlaceIcon):
16923         * libs/FScreen.c (FScreenParseScreenBit):
16924         added 'w' screen specifier for icon boxes
16926         * fvwm/icons.c (AutoPlaceIcon):
16927         fixed placement of icons in icon boxes on different screen
16929         * fvwm/menus.c (get_menu_options):
16930         reduced code duplication
16932 2001-10-02  olicha  <olivier.chapuis@free.fr>
16934         * fvwm/menus.c (get_menu_options):
16935         fixed Xinerama placement of menu with empty but not null position hints
16937 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16939         * fvwm/borders.c (RedrawTitle):
16940         * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16941         suppress a warning in RelieveRectangle w/ small sticky windows
16943 2001-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16945         * fvwm/menus.c (get_menu_options):
16946         A 'rectangle' context rectangle for menus honours the '@screen' bit
16948         * fvwm/move_resize.c (DisplayPosition):
16949         coordinates of a window are show in relation to the screen, not the page
16951         * libs/FScreen.c (FScreenTranslateCoordinates):
16952         * fvwm/placement.c (PlaceWindow):
16953         * fvwm/add_window.c (setup_window_placement):
16954         Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16955         rewrote the library functionality to better match the rest of the
16956         interface
16958         * fvwm/builtins.c (DestroyFvwmDecor):
16959         removed useless code
16961         * fvwm/icons.c (DrawIconWindow):
16962         fixed race condition w/ expanding/collapsing icon titles
16964         * fvwm/windowlist.c (CMD_WindowList):
16965         fixed Xinerama placement of window list when called without options
16967 2001-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16969         * libs/FScreen.c (FScreenSLSOnOff):
16970         fixed core dump when calling XineramaSls before XineramaSlsSize
16972         * configure.in:
16973         changed to 2.4.3
16975         * libs/FShape.h (FHaveShapeExtension):
16976         set macro to 1 when compiling w/ shape extension
16978 2001-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16980         * libs/Bindings.c (AddBinding):
16981         * fvwm/bindings.c (ParseBinding):
16982         print a warning if a key with the given name does not exist
16983         if there is an upper and a lower case version of the same key name,
16984         always bind to the lower case version; this is problematic if the upper
16985         case version is tied to a key without a modifier and the lower case
16986         version is tied to the same key, but with a modifier (or both are tied
16987         to different keys). I hope this good enough.
16989         * libs/Bindings.c (FreeBindingList):
16990         (MatchBindingExactly):
16991         (CollectBindingList):
16992         fixed some problems overriding keys
16993         reduced duplication of logic
16995 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16997         * NEWS, configure.in:
16998         changed version to 2.5.0
17000 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17002         * configure.in:
17003         changed version to 2.4.2
17005 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17007         * libs/Colorset.c:
17008         (SetWindowBackground):
17009         (SetRectangleBackground):
17010         * fvwm/builtins.c (CMD_WindowShade):
17011         * fvwm/add_window.c:
17012         (setup_style_and_decor):
17013         * fvwm/icons.c:
17014         (CreateIconWindow):
17015         (GetXPMFile):
17016         (GetIconWindow):
17017         (GetIconBitmap):
17018         * fvwm/events.c:
17019         (HandleConfigureRequest):
17020         (HandleShapeNotify):
17021         (InitEventHandlerJumpTable):
17022         * fvwm/borders.c (struct):
17023         (SetupFrame):
17024         (SetShape):
17025         * fvwm/decorations.c (SelectDecor):
17026         * fvwm/fvwm.c:
17027         (main):
17028         (setVersionInfo):
17029         * fvwm/externs.h:
17030         * fvwm/fvwm.h (FvwmWindow):
17031         * libs/FShape.h:
17032         * libs/FShape.c:
17033         moved shape support to library; its no longer necessary to
17034         '#ifdef SHAPE' any code
17036         * fvwm/borders.c (RedrawButtons):
17037         (RedrawTitle):
17038         fixed top border hilight drawing of title buttons
17040         * libs/Graphics.c (do_relieve_rectangle):
17041         (RelieveRectangle):
17042         (RelieveRectangle2):
17043         allow alternate shading for title buttons
17045 2001-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17047         **/*.1:
17048         Applied man page patch by Dmitry Yu. Bolkhovityanov:
17049         Add a formal description of how fvwm maintains module's configs
17050         Change manpages of individual modules to refer to fvwm2(1) for
17051         details about specifying configuration
17053         * fvwm/add_window.c (setup_window_placement):
17054         desk and page can now really be given as X resources a la
17055           xterm.desk: 1
17057         * libs/XResource.c (GetResourceString):
17058         resource -> lower case, class -> upper case
17059         changed signature
17061         * configure.in:
17062         changed version to 2.5.0
17064         * Makefile.am (distcheck2):
17065         build distcheck before dist2; save a few seconds if the build fails
17067         * libs/alloca.c:
17068         * libs/ClientMsg.c:
17069         * libs/envvar.c:
17070         * libs/Event.c:
17071         * libs/fvwmrect.c:
17072         * libs/gethostname.c:
17073         * libs/Grab.c:
17074         * libs/Pointer.c:
17075         * libs/safemalloc.c:
17076         * libs/strcasecmp.c:
17077         * libs/strdup.c:
17078         * libs/strerror.c:
17079         * libs/strncasecmp.c:
17080         * libs/usleep.c:
17081         * libs/wild.c:
17082         * libs/WinMagic.c:
17083         * libs/XError.c:
17084         * libs/Graphics.c:
17085         include config.h
17087         * configure.in:
17088         changed version to 2.4.1 again
17090 2001-09-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17092         * libs/Bindings.c (FvwmStringToKeysym):
17093         try both cases of the first letter of a key name
17095         * fvwm/ConfigFvwmDefaults:
17096         * fvwm/windowlist.c (winCompareReverse):
17097         (CMD_WindowList):
17098         new WindowList option ReverseOrder; use the new option in the default
17099         Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
17100         cycle through the whole window list. The old behaviour only toggled
17101         between two windows. Also, a simple Alt-Tab can be used to switch to
17102         the next window instead of Alt-Tab-Tab.
17104         * libs/FScreen.c (FScreenInit):
17105         fixed a Xinerama crash
17107         * configure.in:
17108         print a verbose error message and exit if X11 headers and libraries
17109         are not found
17111 2001-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17113         * fvwm/fvwm.c (main):
17114         * libs/FShape.c:
17115         * libs/FShape.h:
17116         new library for X shape encapsulation
17118         * fvwm/builtins.c (CMD_WindowShade):
17119         * fvwm/borders.c (SetupFrame):
17120         fixed shading of windows without title and border
17121         fixed shading of shaped windows; fixes bug #732
17123         * fvwm/builtins.c (CMD_SetEnv):
17124         calling SetEnv without a value is the same as UnsetEnv
17126 2001-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17128         * fvwm/events.c (HandleReparentNotify):
17129         fixed vanishing windows in rapid map/unmap cycles; bug #770
17131         * fvwm/add_window.c (hide_screen):
17132         fixed possible BadWindow error
17134 2001-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17136         * fvwm/virtual.c (MoveViewport):
17137         (goto_desk):
17138         (CMD_GotoDeskAndPage):
17139         (CMD_GotoPage):
17140         GotoDeskAndPage records its own history of last visited desk/page
17142         * libs/FScreen.c (FScreenInit):
17143         fixed a memory allocation bug pointed out by Giuseppe Della Ricca
17145 2001-09-05  olicha  <olivier.chapuis@free.fr>
17147         * fvwm/session.c (MatchWinToSM):
17148         * fvwm/add_window.c (setup_window_structure):
17149         * fvwm/move_resize.c (moveLoop):
17150         Fixed PlacedByButton3 condition
17152 2001-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17154         * libs/FScreen.c:
17155         * fvwm/functions.c (func_config):
17156         * fvwm/module_interface.c (broadcast_xinerama_state):
17157         * fvwm/virtual.c (CMD_Xinerama):
17158         (CMD_XineramaPrimaryScreen):
17159         (CMD_XineramaSls):
17160         (CMD_XineramaSlsSize):
17161         added sls support
17162         split Xinerama command into Xinerama, XineramaPrimaryScreen,
17163         XineramaSls and XineramaSlsSize
17164         restructured parts of the FScreen code
17166         * fvwm/functions.c (func_config):
17167         new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
17169         * libs/Graphics.c (RelieveRectangle):
17170         allow calling the function with w == 0 or h == 0 without a message
17172         * fvwm/window_flags.h (SET_STYLE_DELETED):
17173         * fvwm/style.c (CMD_DestroyStyle):
17174         (check_window_style_change):
17175         * fvwm/fvwm.h (window_style):
17176         update windows when a style is deleted
17178         * configure.in:
17179         fixed xpm detection problem caused by wrong library order
17181 2001-09-05  olicha  <olivier.chapuis@free.fr>
17183         * NEWS: PlacedByFvwm
17185 2001-09-04  Dan Espen  <dane@mk.telcordia.com>
17187         * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
17189 2001-09-04  olicha  <olivier.chapuis@free.fr>
17191         * fvwm/fvwm.h:
17192         * fvwm/windows_flags.h:
17193         * fvwm/placement.c (PlaceWindow):
17194         * fvwm/add_window.c (setup_window_structure):
17195         * fvwm/conditional.c (CreateConditionMask):
17196         * fvwm/session.c (get_version_string):
17197         (MatchWinToSM):
17198         * fvwm/fvwm2.1:
17199         Added a new windows_flags is_placed_by_fvwm and a new condition
17200         PlacedByFvwm
17202 2001-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17204         * fvwm/focus.c (focus_grab_buttons):
17205         (MoveFocus):
17206         disabled xt/double click patch for now
17208 2001-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17210         * libs/Graphics.c (RelieveRectangle):
17211         print a warning if one of the dimensions is <= 0
17213         * fvwm/placement.c (PlaceWindow):
17214         take care of windows that have both, PPosition and USPosition set
17215         take care of transient windows that have neither PPosition nor
17216         USPosition set
17218 2001-09-01  olicha  <olivier.chapuis@free.fr>
17220         * libs/FScreen.c (FScreenInit):
17221         Fixed the position of the xinerama emulation delimiters
17223 2001-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17225         * fvwm/fvwm2.1:
17226         Xinerama introduction
17228         * fvwm/icons.c (AutoPlaceIcon):
17229         try to place icons of screen with the window center, and if that fails
17230         on any screen
17232         * libs/FScreen.c (FScreenGetScrRect):
17233         performance improvement for non-xinerama systems
17235         * fvwm/update.c (apply_window_updates):
17236         (flush_window_updates):
17237         update icon boxes and icon position when xinerama layout changes
17239         * fvwm/icons.c (AutoPlaceIcon):
17240         limit placement of icons using no icon box to screen boundaries
17241         adapt icon boxes to xinerama layout whenever used
17243         * fvwm/placement.c (PlaceWindow):
17244         * fvwm/style.c (CMD_Style):
17245         (check_window_style_change):
17246         * fvwm/style.h (SUSE_NO_USPOSITION):
17247         (SUSE_NO_TRANSIENT_PPOSITION):
17248         (SUSE_NO_TRANSIENT_USPOSITION):
17249         * fvwm/fvwm.h (struct):
17250         implemented new styles NoUSPosition/UseUSPosition,
17251         NoTransientPPosition/UseTransientPPosition,
17252         NoTransientUSPosition/UseTransientUSPosition.
17253         These work exactly like NoPPosition/UsePPosition.
17254         Transient windows ignore the window position if neither the PPosition
17255         nor the USPosition hint is set.
17257 2001-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17259         * fvwm/focus.c (restore_focus_after_unmap):
17260         fixed a bug transfering the focus when a window was iconified
17262 2001-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17264         * fvwm/conditional.c (MatchesConditionMask):
17265         * fvwm/move_resize.c (position_geometry_window):
17266         * fvwm/placement.c (PlaceWindow):
17267         * fvwm/menus.c (pop_menu_up):
17268         * fvwm/move_resize.c (move_window_doit):
17269         * fvwm/icons.c (do_all_iconboxes):
17270         * fvwm/placement.c (PlaceWindow):
17271         * fvwm/menus.c (update_menu):
17272         adapted to new FScreen... signatures
17274         * libs/FScreen.c (FScreenClipToScreen):
17275         (FScreenGetScrCenterCenter):
17276         (FScreenCenterCurrent):
17277         (FScreenCenterPrimary):
17278         (FScreenGetCurrent00):
17279         (FScreenGetGlobalScrRect):
17280         (FScreenGetPrimaryScrRect):
17281         (FScreenGetScrRect):
17282         (FScreenIsRectangleOnScreen):
17283         unified all the FSCreen... functions using a common signature, removed
17284         most old functions
17286         * fvwm/style.c (CMD_Style):
17287         init icon box screen
17289         * fvwm/move_resize.c (move_window_doit):
17290         (CMD_Maximize):
17291         * libs/Makefile.am:
17292         * libs/XineramaSupport.c:
17293         * libs/XineramaSupport.h:
17294         * libs/FScreen.c:
17295         exported and renamed screen defines
17297         * libs/FScreen.h:
17298         renamed files
17300         * fvwm/virtual.c:
17301         * fvwm/style.c:
17302         * fvwm/placement.c:
17303         * fvwm/move_resize.c:
17304         * fvwm/module_interface.c:
17305         * fvwm/modconf.c:
17306         * fvwm/menus.c:
17307         * fvwm/icons.c:
17308         * fvwm/fvwm.c:
17309         * fvwm/conditional.c:
17310         * libs/XineramaSupport.c:
17311         renamed all XineramaSupport...() functions to FScreen...()
17313         * fvwm/style.c (CMD_Style):
17314         -Wall fix
17316 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
17318         * fvwm/style.c (CMD_Style):
17319         * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
17320         using geometry spec.
17322 2001-08-25  Mikhael Goikhman  <migo@homemail.com>
17324         * libs/Strings.c:
17325         * libs/Strings.h:
17326         new function QuoteString() to add and escape single quotes to strings
17328         * fvwm/menus.c (MenuInteraction):
17329         quote both missing function name and menu name for
17330         MissingSubmenuFunction
17332         * fvwm/functions.c (expand):
17333         use QuoteString()
17335 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
17337         * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
17339 2001-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17341         * fvwm/cursor.c (CMD_CursorStyle):
17342         * fvwm/icons.c (GetXPMFile):
17343         * libs/Colorset.c (SetWindowBackground):
17344         -Wall fixes
17346         * libs/Bindings.c (AddBinding):
17347         tired to help with problem binding keys that have a keycode with no
17348         modifiers and another keycode with some modifiers pressed, e.g.
17349         kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17350         F1 generating the actioon bound to F11 sometimes
17352         * fvwm/focus.c (focus_grab_buttons):
17353         -Wall fix
17355 2001-08-23  Dan Espen  <dane@mk.telcordia.com>
17357         * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17359 2001-08-20  Bob Woodside  <proteus@pcnet.com>
17361         * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17362         grab synchronization so apps using XtTranslations to catch double-
17363         clicks don't get confused by extraneous Leave/EnterNotify events.
17364         This fixes the "xfm/moxfm don't see double-clicks" problem.
17366 2001-08-20  Dan Espen  <dane@mk.telcordia.com>
17368         * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17370 2001-08-19  Dan Espen  <dane@mk.telcordia.com>
17372         * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17373         placed.
17375         * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17376         until later when the window is actually placed.
17378         * fvwm/fvwm.h (icon_boxes_struct):  Save  sign  for later  screen
17379         position calculation.
17381 2001-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17383         * fvwm/update.c (flush_window_updates):
17384         * fvwm/screen.h (ScreenInfo):
17385         * fvwm/virtual.c (CMD_Xinerama):
17387         * fvwm/move_resize.c (CMD_Maximize):
17388         * fvwm/placement.c (PlaceWindow):
17389         * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17390         renamed function
17392         * fvwm/fvwm2.1:
17393         describe new maximize options
17395         * fvwm/move_resize.c (MaximizeWidth):
17396         (MaximizeHeight):
17397         (CMD_Maximize):
17398         applied Dmitry's Xinerama patch for Maximize command
17399         replaced "global" and "absolute" with "screen" which is more flexible
17401 2001-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17403         * libs/Parse.c (SkipQuote):
17404         fixed a bug in handling of caller specified quote pairs
17406         * fvwm/move_resize.c (CMD_Maximize):
17407         keep window on correct page when viewport does not start on a page
17408         boundary
17410         * libs/XError.c (error_name):
17411         (request_name):
17412         fixed core dump in error handling
17414 2001-08-15  Mikhael Goikhman  <migo@homemail.com>
17416         * configure.in:
17417         * acinclude.m4:
17418         * INSTALL:
17419         * INSTALL.fvwm:
17420         renamed --disable-gnome to --disable-gnome-hints;
17421         documented configure options --with-gnome*;
17422         small improvements in documentation;
17423         use underscore in version instead of dash that causes rpm problems
17425 2001-08-14  Mikhael Goikhman  <migo@homemail.com>
17427         * libs/Makefile.am:
17428         added fvwmrect.h to dist
17430 2001-08-14  Dan Espen  <dane@mk.telcordia.com>
17432         * libs/XineramaSupport.c: Disable debug printing.
17434 2001-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17436         * libs/defaults.h (DEFAULT_MENU_STYLE):
17437         reset colour sets in default menu style too
17439 2001-08-13  Mikhael Goikhman  <migo@homemail.com>
17441         * builtins.c:
17442         * events.c:
17443         completed the libstroke-0.5 compatibility fix
17445 2001-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17447         * fvwm/move_resize.c (draw_move_resize_grid):
17448         fixed drawing of resize grid when invoked from button or key press
17450         * fvwm/placement.c (PlaceWindow):
17451         rewrote a condition to improve readability
17452         fixed StartsOn... w/ SkipMapping
17454 2001-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17456         * fvwm/session.c (MatchWinToSM):
17457         (LoadWindowStates):
17458         (SaveWindowStates):
17459         * fvwm/move_resize.c (CMD_Resize):
17460         * fvwm/events.c (HandlePropertyNotify):
17461         (HandleConfigureRequest):
17462         * fvwm/move_resize.c (CMD_ResizeMove):
17463         (CMD_Maximize):
17464         (CMD_Resize):
17465         * fvwm/update.c (apply_window_updates):
17466         * fvwm/add_window.c (AddWindow):
17467         * fvwm/geometry.c (constrain_size):
17468         (gravity_constrain_size):
17469         the Resize command honors the window gravity
17470         changing the size increment of maximized windows no longer shrinks the
17471         window
17473         * fvwm/icons.c:
17474         keep expanded icon titles on screen
17476 2001-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17478         * fvwm/icons.c (do_all_iconboxes):
17479         default icon box fills the primary screen
17481         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17482         fixed default_screen argument
17484         * fvwm/style.c (merge_styles):
17485         * fvwm/fvwm.h (window_style):
17486         * fvwm/style.h (SSET_START_SCREEN):
17487         * fvwm/add_window.c (setup_window_placement):
17488         * fvwm/placement.c (PlaceWindow):
17489         (CMD_PlaceAgain):
17490         implemented StartsOnScreen style
17492         * fvwm/placement.c (PlaceWindow):
17493         (test_fit):
17494         (get_next_x):
17495         (get_next_y):
17496         (CleverPlacement):
17497         (SmartPlacement):
17498         Place new windows on xinerama screens
17500         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17501         fixed core dump in debug output
17503 2001-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17505         * fvwm/placement.c:
17506         removed unused variable
17508 2001-08-07  olicha  <olivier.chapuis@free.fr>
17510         * NEWS:
17511         FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17513 2001-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17515         * fvwm/virtual.c (CMD_Xinerama):
17516         replaced XineramaEnable and ...Disable with XineramaCommand
17518         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17519         (XineramaSupportGetScreenArgument):
17520         new functions
17522         * fvwm/functions.c (func_config):
17523         * fvwm/move_resize.c (move_window_doit):
17524         (CMD_Move):
17525         (CMD_AnimatedMove):
17526         (CMD_MoveToPage):
17527         (CMD_MoveToScreen):
17528         (handle_stick):
17529         added new command MoveToScreen
17531 2001-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17533         * libs/fvwmrect.c:
17534         * libs/fvwmrect.h:
17535         new library files
17537         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17538         fixed parsing of negative geometries
17539         (XineramaSupportParseGeometryWithScreen):
17540         made global
17541         (XineramaSupportGetNumberedScreenRect):
17542         new function
17544         * sample.fvwmrc/system.fvwm2rc:
17545         * sample.fvwmrc/new-features:
17546         * sample.fvwmrc/system.fvwm2rc-sample-95:
17547         * sample.fvwmrc/system.fvwm2rc-sample-2:
17548         * sample.fvwmrc/system.fvwm2rc-sample-1:
17549         * fvwm/fvwm2.1:
17550         updated for new condition
17552         * fvwm/conditional.c (CreateConditionMask):
17553         (MatchesConditionMask):
17554         * fvwm/fvwm.h (WindowConditionMask):
17555         implemented new condition AcceptsFocus to cope with applications like
17556         xclock that have circulatehit but don't take focus
17558 2001-08-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17560         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17561         handle Xinerama screens
17563         * fvwm/style.c (CMD_Style):
17564         * fvwm/menus.c (get_menu_options):
17565         cope with Xinerama like geometries with screen info
17567         * fvwm/virtual.c (CMD_XineramaEnable):
17568         XineramaEnable optionally takes the number of the primary screen as its
17569         argument
17571         * fvwm/events.c (GetContext):
17572         reindented code
17574         * fvwm/virtual.c (HandlePaging):
17575         * fvwm/events.c (HandleButtonPress):
17576         * fvwm/events.h (XEVMASK_PANFW):
17577         fixed button and key event handling over pan frames; fixes bug #752
17579         * fvwm/menus.c (get_menu_options):
17580         fixed Xinerama placement of menus without options
17582 2001-08-01  Mikhael Goikhman  <migo@homemail.com>
17584         * NEWS:
17585         * fvwm/borders.c:
17586         * fvwm/builtins.c:
17587         * fvwm/fvwm.c:
17588         * fvwm/screen.h:
17589         Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17590         In addition to the existing: @0 is shadow color, @1 is hilight color.
17592         * fvwm/fvwm2.1:
17593         Added the formal description of Vector that was absent.
17595 2001-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17597         * fvwm/fvwm2.1:
17598         some man page corrections
17600 2001-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17602         * fvwm/move_resize.c (handle_stick):
17603         also redraw buttons when a window becomes sticky/slippery to make sure
17604         that MWMDecorStick buttons are updated too; fixes bug #749
17606 2001-07-30  Mikhael Goikhman  <migo@homemail.com>
17608         * NEWS:
17609         documented previous changes
17611         * configure.in:
17612         improved output spacing
17614         * fvwm/fvwm2.1:
17615         minor typo
17617 2001-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17619         * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17620         * fvwm/modconf.c (send_xinerama_state):
17621         * fvwm/module_interface.c (broadcast_xinerama_state):
17622         * libs/defaults.h:
17623         revised module support for Xinerama
17625         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17626         (XineramaSupportParseGeometry):
17627         (XineramaSupportGetGeometry):
17628         make interface compatible with XineramaSupportParseGeometry().
17629         (XineramaSupportGetPrimaryScreen):
17630         new function
17632         * fvwm/stack.c (raise_over_unmanaged):
17633         fixed restacking of windows with RaiseOverUnmanaged - windows were
17634         raised in reverse order so that the top window became the bottom
17635         window of the ones that were raised
17636         also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17637         these are invisible
17639 2001-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17641         * sample.fvwmrc/system.fvwm2rc-sample-95:
17642         fixed syntax of BugOpts command
17644         * fvwm/ConfigFvwmDefaults:
17645         resize window when clicking on the sides of the window by default
17646         instead of moving it
17648         * fvwm/events.c (HandleEnterNotify):
17649         do not delete MouseFocus when pointer moves from one particular sub
17650         window of a frame to another one.  Helps with xv/xmms vs unclutter
17651         interaction and also with MouseFocus vs. Open Look applications
17653         * fvwm/move_resize.c (DoSnapAttract):
17654         * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17655         fixed snapping to Xinerama screen edges
17656         (XineramaSupportIsEnabled):
17657         return False is the X server provides only a single screen
17659         * fvwm/fvwm2.1:
17660         Added descriptions of conditions CurrentDesk, CurrentPage,
17661         CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17662         CurrentGlobalPageAnyDesk
17664         * fvwm/fvwm.h (rectangle):
17665         (position):
17666         typedefs moved to libs/fvwmlib.h
17668         * fvwm/conditional.c (MatchesConditionMask):
17669         * fvwm/fvwm.h (WindowConditionMask):
17670         * fvwm/conditional.c:
17671         introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17672         for Xinerama support
17674         * fvwm/modconf.c (CMD_Send_ConfigInfo):
17675         (send_xinerama_state):
17676         * fvwm/module_interface.c (broadcast_xinerama_state):
17677         * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17678         * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17679         communicate xinerama state at module startup
17681 2001-07-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17683         * libs/XineramaSupport.c:
17684         next Xinerama patch
17686 2001-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17688         * fvwm/move_resize.c (moveLoop):
17689         windows were lost off screen w/ non opaque interactive move when motion
17690         was aborted with Escape on a different page that it was started
17692         * fvwm/move_resize.c (position_geometry_window):
17693         (DisplayPosition):
17694         (DisplaySize):
17695         (InteractiveMove):
17696         (CMD_Resize):
17697         (moveLoop):
17698         (CMD_Resize):
17699         (DoResize):
17700         * libs/XineramaSupport.c (GetMouseXY):
17701         (XineramaSupportCenterCurrent):
17702         (XineramaSupportGetCurrent00):
17703         (XineramaSupportGetCurrentScrRect):
17704         allow to pass in an event with the pointer position
17705         minimize number of XQueryPointer calls in interactive move/resize
17707         * libs/defaults.h:
17708         * fvwm/move_resize.c (resize_geometry_window):
17709         (DisplayPosition):
17710         (DisplaySize):
17711         border width of geometry window moved to defaults.h
17712         moved strings for size window formatting to defaults.h
17713         reworked calculations of geometry window dimensions
17715         * fvwm/move_resize.c (resize_geometry_window):
17716         (position_geometry_window):
17717         (DisplaySize):
17718         (InteractiveMove):
17719         (CMD_Resize):
17720         * fvwm/builtins.c (ApplyDefaultFontAndColors):
17721         * fvwm/fvwm.c (main):
17722         funtions ResizeSizeWindow and PositionSizeWindow renamed to
17723         resize_geometry_window and position_geometry_window
17725         * fvwm/fvwm.c (main):
17726         fixed resizing geometry window before creating it
17728         * fvwm/move_resize.c (switch_move_resize_grid):
17729         (MoveOutline):
17730         * fvwm/virtual.c (HandlePaging):
17731         renamed MoveOutline to draw_move_resize_grid and made static
17732         new function switch_move_resize_grid for external calls
17733         delete grid before moving the geometry window to get rid of arifacts of
17734         the grid
17736 2001-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17738         * libs/XineramaSupport.c (XineramaSupportInit):
17739         make the blank area in Xinerama emulation usable again
17741 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17743         * fvwm/menus.c (update_menu):
17744         (pop_menu_up):
17745         (make_menu):
17746         (calculate_item_sizes):
17747         (size_menu_horizontally):
17748         (size_menu_vertically):
17749         menus are resized to fit their Xinerama screen every time they are
17750         popped up and the screen size has changed
17752 2001-07-23  olicha  <olivier.chapuis@free.fr>
17754         * libs/XineramaSupport.c (XineramaSupportInit):
17755         Draw the xinerama simulation screens with orr windows
17757 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17759         * fvwm/windowlist.c (CMD_WindowList):
17760         fixed windowlist placement w/ Xinerama
17762 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17764         * fvwm/menus.c (pop_menu_up):
17765         fixed calculations that force a menu on screen w/ Xinerama
17767         * fvwm/move_resize.c (DoSnapAttract):
17768         removed some code that slipped in with xinerama patch and broke
17769         vertical SnapAttraction
17771         * fvwm/virtual.c (CMD_EdgeResistance):
17772         removed debug code
17774         * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17775         take reference position src_x/src_y to determine screen
17777         * fvwm/windowlist.c (CMD_WindowList):
17778         * fvwm/menus.c (get_menu_options):
17779         (get_popup_options):
17780         (MenuInteraction):
17781         (pop_menu_up):
17782         handle Xinerama screens for positioning menus w/ posthints
17784         * fvwm/menus.c (get_menu_options):
17785         renamed function
17786         fix for icon/window context rectangle when window is in wrong state
17788 2001-07-22  Mikhael Goikhman  <migo@homemail.com>
17790         * configure.in:
17791         s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17792         compiled in; fixed linking by adding -lXinerama; small corrections
17794 2001-07-22  Dan Espen  <dane@mk.telcordia.com>
17796         * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17798 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17800         * libs/XineramaSupport.c (XineramaSupportInit):
17801         added xinerama emulation for developers
17803         * fvwm/virtual.c (CMD_XineramaEnable):
17804         (CMD_XineramaDisable):
17805         * fvwm/module_interface.c (BroadcastConfigInfoString):
17806         added function to communicate Xinerama on/off to modules
17808         * fvwm/module_interface.c:
17809         include time.h to fix warning
17810         * libs/XineramaSupport.c:
17811         * fvwm/fvwm.c (setVersionInfo):
17812         * fvwm/Makefile.am:
17813         * configure.in:
17814         * acconfig.h:
17815         cleanded up xinerama detection
17816         added shape detection
17818 2001-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17820         * fvwm/fvwm2.1:
17821         Added Xinerama introduction
17823         * fvwm/fvwm.c (setVersionInfo):
17824         print xinerama support
17826         * fvwm/conditional.c (CreateConditionMask):
17827         added CirculateHitShaded option for conditional commands that was
17828         described in the man page but not implemented
17830         * fvwm/fvwm.h (WindowConditionMask):
17831         removed unused flags
17833         * fvwm/conditional.c (MatchesConditionMask):
17834         fixed CirculateHitIcon option in conditional commands
17836         * fvwm/fvwm2.1:
17837         reformatted man page source to improve readability
17838         fixed some source formatting bugs
17840         * libs/XineramaSupport.c (GetMouseXY):
17841         don't poll the pointer if there is only one screen or if xinerama is
17842         turned off
17844         * fvwm/fvwm2.1:
17845         * fvwm/fvwm.c (main):
17846         removed -noxinerama option
17848         * fvwm/fvwm.c (main):
17849         size window is positioned and sized in move_resize.c
17851         * libs/XineramaSupport.c:
17852         reindented file
17854         * configure.in:
17855         print Xinerama support in configure summary
17857         * **/*:
17858         applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17860 2001-07-17  Mikhael Goikhman  <migo@homemail.com>
17862         * acconfig.h:
17863         * acinclude.m4:
17864         * configure.in:
17865         implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17866         define missing macros needed for old AIX keysymdef and old stroke.h
17868         * fvwm/bindings.c:
17869         * fvwm/menus.c:
17870         remove the previous compilation fixes, now handled by configure
17872 2001-07-15  Dan Espen  <dane@mk.telcordia.com>
17874         * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17876 2001-07-15  Mikhael Goikhman  <migo@homemail.com>
17878         * bindings.c:
17879         use libstroke-0.5 constant names while still supporting 0.3/0.4
17881         * menus.c:
17882         compiling fix for old AIX, which does not define XK_Page_Up/Down
17884         * module_interface.c:
17885         minor compiling fix for some proprietary preprocessors
17887 2001-07-10  Mikhael Goikhman  <migo@homemail.com>
17889         * fvwm/fvwm2.1:
17890         use more compatible and structured syntax in SYNOPSIS
17892 2001-07-06  Mikhael Goikhman  <migo@homemail.com>
17894         * acinclude.m4:
17895         Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17896         GDK_IMLIB_*.  This fixes "make FvwmGtk" on systems with bogus
17897         imlib-config.
17899 2001-07-05  Mikhael Goikhman  <migo@homemail.com>
17901         * configure.in:
17902         changed version to 2.4.1
17904         * acinclude.m4:
17905         small fix that should solve the problem with running autoconf
17906         (autoreconf is ok) from autoconf-2.50;
17907         applied a patch that adds gtk include dirs to gnome include dirs
17909 2001-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17911         * NEWS, configure.in:
17912         changed version to 2.4.0.1
17914         * *: fvwm 2.4 has been released :-))