Add NEWS bug entry for previous FvwmForm commit.
[fvwm.git] / ChangeLog
blob3868dc6da8f0d457e30e2d800d727dc77cc931d2
1 2009-12-12  Thomas Adam <thomas.adam22@gmail.com>
2         * fvwm/fvwm.c (StartupStuff):
3         Reset the state of the "Restarting" flag to False when restarting FVWM.
5         * fvwm/events.c (HandleMapRequestKeepRaised):
6         Only run InitialMapCommand when FVWM isn't restarting and all windows
7         have been recaptured.  The window is already mapped by the time FVWM is
8         restarting, and running the InitialMapCommand again only serves to
9         "toggle" the window state (c.f. InitialMapCommand Iconic, etc.)
11 2009-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
13         * NEWS:
14         * configure.ac:
15         increased version number to 2.5.29
17         * NEWS:
18         updated for 2.5.28 release
20 2009-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
22         * NEWS:
23         * fvwm/ewmh.c (ewmh_ChangeProperty):
24         only convert _NET_WM_ICON hint to long before storing
26 2009-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
28         * fvwm/builtins.c (CMD_BugOpts):
29         remove unused variables
31         * NEWS:
32         * fvwm/ewmh.c (ewmh_ChangeProperty):
33         fix storing of CARD32 arrays on 64 bit machines
35         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
36         prevent segmentation fault when reading a bad _NET_WM_ICON hint
38 2009-08-22      Thomas Adam <thomas.adam22@gmail.com>
39         * fvwm/geometry.c (__cs_handle_aspect_ratio):
40         Workaround gcc -O3, by declaring local vars as volatile.  This fixes an
41         otherwise continual loop when resizing windows when keeping aspect
42         ratio (c.f. mplayer.)
44 2009-08-20  Christoph Fritz <chris_honschu(at)gmx.de>
45         * configure.ac:
46         Fix typo in AS_HELP_STRING referring to enable-htmldoc
48 2009-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
50         * NEWS:
51         * fvwm/builtins.c (CMD_BugOpts):
52         Fix parsing of BugOpts options lists separated by ',', and
53         restoring to default value when the boolean option is omitted if
54         not inside a list.
56         * NEWS:
57         Change QT to Qt.
59         * NEWS:
60         * libs/Flocale.h:
61         * libs/Ficonv.h (FiconvSetTransliterateUtf8):
62         * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
63         (is_translit_supported, set_default_iconv_charsets)
64         (set_iconv_charset_index, FiconvUtf8ToCharset):
65         * fvwm/builtins.c (CMD_BugOpts):
66         Add TransliterateUtf8 bug opt for working around clients
67         which don't care about the WM_NAME value.
69 2009-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
71         * NEWS:
72         * fvwm/stack.c (BroadcastRestack):
73         Fix splitting or M_RESTACK packages causing weird window stacking
74         in modules when more than 83 windows are broadcast.
76 2009-08-04  Thomas Adam <thomas.adam22@gmail.com>
77         * configure.ac:
78         Remove dnl comments from configure.ac regarding malloc.h -- it's
79         self-explanatory anyway.
81 2009-08-03  Thomas Adam <thomas.adam22@gmail.com>
82         * configure.ac:
83         Most *BSD platforms are deprecating malloc.h in favout of stdlib.h -- this
84         never used to produce compiler warnings, but things are starting to become
85         more vocal, so don't use this in our ./configure script if we're compiling
86         FVWM on a *BSD system.
88 2009-07-31  Christoph Fritz <chris_honschu(at)gmx.de>
89     * fvwm/style.h:
90     * fvwm/fvwm.h:
91     * fvwm/add_window.c (setup_numeric_vals):
92     add "typedef struct snap_attraction_t"
93     * fvwm/style.c (style_parse_one_style_option):
94     add new SnapAttraction options "None", "ScreenWindows",
95     "ScreenIcons" and "ScreenAll"
96     * fvwm/move_resize.c (DoSnapAttract):
97     Bugfix, option SameType/Icons/Windows did falsely not affect
98     conditions of option "Screen" and option "SameType" snapped
99     falsely icons and windows together. Implement options
100     None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
101     screen edge snapping.
103 2009-07-10  Thomas Adam  <thomas.adam22@gmail.com>
104         * fvwm/add_window.c (setup_window_name_count):
105         * fvwm/add_window.c (setup_icon_name_count):
106         Deprecate these in favour of setup_name_count()
108         * fvwm/add_window.c (setup_name_count):
109         Amalgamate setup_window_name_count and setup_icon_name_count to just
110         one function (very similar code between them.)  Used with
111         IndexedWindowName and IndexedIconName.
113 2009-07-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
115         * NEWS:
116         Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
118         * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
119         (Frptp_async_putline):
120         Fix ANSI C compatibility.
122         * NEWS:
123         * fvwm/ewmh_names.c (EWMH_WMName):
124         set the HAS_EWMH_WM_NAME flag even if the window name on display
125         isn't changing.
126         (EWMH_WMIconName):
127         same for HAS_EWMH_WM_ICON_NAME
129 2009-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
131         * NEWS:
132         fix for segfault with RPlatHost directive in FvwmEvent
133         * libs/Makefile.am (libfvwm_a_SOURCES):
134         * libs/Fplay.h:
135         add Fplay.h wrapper header for rplay.h
137         * NEWS:
138         fix debian bug #438132
140 2009-07-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
142         * NEWS:
143         * fvwm/style.c (fw_match_style_id):
144         Fix fvwmstyle resource
146 2009-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
148         * NEWS:
149         * fvwm/events.c (HandleMapRequestKeepRaised):
150         Make sure that a PropertyNotify on the WM_STATE property is always
151         sent out when a window is requested to be moved to the withdrawn
152         state. (Needed by QT)
154 2009-07-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
156         * sample.fvwmrc/DecorMwm:
157         * sample.fvwmrc/DecorWin95:
158         * sample.fvwmrc/new-features:
159         * sample.fvwmrc/system.fvwm2rc:
160         * sample.fvwmrc/system.fvwm2rc-sample-1:
161         * sample.fvwmrc/system.fvwm2rc-sample-2:
162         * sample.fvwmrc/system.fvwm2rc-sample-95:
163         Use !-negation for styles instead of No...
165         * NEWS:
166         fix a typo
168         * sample.fvwmrc/system.fvwm2rc-sample-95:
169         sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
170         sed -i 's/StayOnTop/StaysOnTop/'
171         According to patches by Manoj Srivastava
173 2009-03-17  Mikhael Goikhman  <migo@homemail.com>
175         * fvwm/externs.h:
176         * fvwm/fvwm.c:
177         * fvwm/session.c:
178         convert my old code to use var_name and function_name coding style
180 2009-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
182         * NEWS:
183         * configure.ac:
184         increased version to 2.5.28
186         * ANNOUNCE:
187         * NEWS:
188         * configure.ac:
189         updated for 2.5.27 release
191 2009-02-23  Thomas Adam <thomas.adam22@gmail.com>
192         * fvwm/bindings.c (print_bindings):
193         Fixed compilation of not having libstroke installed by using ifdefs
194         around stroke code.
196 2009-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
198         * fvwm/bindings.c (print_bindings):
199         slight cleanup
201         * libs/charmap.c (charmap_table_to_string):
202         several memory menagement fixes.
204 2009-02-22  Thomas Adam <thomas.adam22@gmail.com>
206         * libs/charmap.c (charmap_table_to_string):
207         Reduce memory management on the stack, by making only those variables
208         to be accessed outside of the function charmap_table_to_string()
209         allocated on the heap instead.
211         * fvwm/bindings.c (print_bindings):
212         b->Action was previously checked whether it was NULL or not before
213         printing its value to STDERR -- however, this caused a segfault when
214         trying to perform strlen() operations internally -- hence don't bother
215         checking if it's NULL.  This avoids segfaulting.
217 2009-02-05  Thomas Adam <thomas.adam22@gmail.com>
219         * libs/charmap.c (charmap_table_to_string):
220         * libs/charmap.h:
221         Introduce charmap_to_string function which is used to build up a
222         binding string, for use with PrintInfo.
224         * fvwm/bindings.c (print_bindings):
225         Introduce print_bindings to print all bindings known to fvwm.
227         * fvwm/builtins.c (CMD_PrintInfo):
228         * fvwm/builtins.h:
229         Add support for "binding" as an option to PrintInfo.
231 2009-02-19  Thomas Adam  <thomas.adam22@gmail.com>
233         * fvwm/placement.c (__pl_position_get_pos_simple):
234         Force the window on-screen if using PositionPlacement UnderMouse.
236 2009-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
238         * fvwm/events.c (HandleMapRequestKeepRaised):
239         * fvwm/add_window.c (AddWindow):
240         * fvwm/style.h:
241         * fvwm/style.c (style_parse_one_style_option):
242         add new style InitialMapCommand
244 2008-02-08  Thomas Adam <thomas.adam22@gmail.com>
246         * bin/fvwm-menu-desktop.in:
247         Fix the location prefix for GNOME application files.
249 2008-12-29  Alexandre Julliard  <julliard@winehq.org>
251         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
252         Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
253         _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
254         horizontally maximized.
256 2008-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
258         * fvwm/fvwm.h:
259         * fvwm/module_list.c (do_execute_module):
260         * fvwm/fvwm.c (fvmm_deinstall_signals):
261         restore default signal handlers before execl()/execvp()
263 2008-10-05  Thomas Adam <thomas.adam22@gmail.com>
265         * fvwm/style.c (fw_match_style_id):
266         Allow for the window's visible name to be considered when matching a
267         style line.  It is possible to use $[w.visiblename] as the style name.
268         Whilst the normal name and the visible name are usually the same, in
269         the case of having IndxedWindowName, if a style line matches this as a
270         visible name, apply it first of all.
272 2008-10-03  Thomas Adam  <thomas.adam22@gmail.com>
273         * AUTHORS:
274         * fvwm/expand.c:
275         Add $[w.visiblename] as an expansion parameter.
277 2008-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
279         * fvwm/placement.c (__pl_position_get_pos_simple):
280         position placement honours StartsOnPage
282 2008-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
284         * fvwm/session.c (MatchWinToSM):
285         fixed keeping fullscreen state of windows over a restart; the old code
286         tried to do this through session management and effectively overwrote
287         the responsible ewmh hint; eventually, fvwm thought that the window
288         was fullscreen without actually making it fullscreen
290 2008-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
292         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
293         fixed compiler warning caused by a logic error in previous patch
295         * configure.ac:
296         applied png detection fix by Yuri Bushmelev for cross compiliation
298         * fvwm/events.c (__handle_cr_on_client):
299         fixed event merging with auto motion detection
301 2008-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
303         * NEWS:
304         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
305         * fvwm/events.h (events_handle_configure_request):
306         * fvwm/events.c (events_handle_configure_request):
307         (__handle_cr_on_client):
308         (__handle_configure_request):
309         fix handling of _NET_MOVERESIZE_WINDOW
310         (__cr_detect_icccm_move):
311         remove douplicate code
313 2008-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
315         * NEWS:
316         * fvwm/add_window.c (setup_frame_window):
317         fix compilation without XRender
319 2008-05-22  Adam Goode  <adam(at)spicenitz(dot)org>
321         * AUTHORS:
322         * ChangeLog-pre-2.4:
323         * rpm/fvwm.spec.in:
324         * vms/fvwmrc.dat:
325         Convert Latin-1 encodings to UTF-8
327 2008-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
329         * NEWS:
330         * configure.ac:
331         increased version to 2.5.27
333         * ANNOUNCE:
334         * NEWS:
335         * configure.ac:
336         updated for 2.5.26 release
338 2008-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
340         * fvwm/ewmh_events.c (ewmh_WMDesktop):
341         (ewmh_WMState):
342         * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
343         (ewmh_HandleWindowType):
344         (ewmh_AddToKdeSysTray):
345         (ewmh_HandleWindowType):
346         (ewmh_check_wm_pid):
347         64-bit fix by Alexandre Julliard
349 2008-03-30  Mikhael Goikhman  <migo@homemail.com>
351         * configure.ac:
352         fix fribidi detection when it uses pkg-config and not fribidi-config
354         * libs/FBidi.c:
355         fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
356         it now uses fribidi-types.h and not fribidi_types.h
358 2008-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
360         * fvwm/events.c (dispatch_event):
361         Fix handling of Shape events.
363 2008-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
365         * fvwm/menus.c (calc_normal_item_height):
366         (calc_more_item_height):
367         (size_menu_vertically):
368         fix calculations so the menu fit on the screen height
370 2008-03-12  Jes~s Guerrero  <i92guboj(at)terra(dot)es>
372         * fvwm/menus.c (size_menu_vertically):
373         added paddings at the top and bottom of the menus
375         * fvwm/menustyle.c (parse_vertical_margins_line):
376         new function to parse the VerticalMargins new MenuStyle
377         command
379         * fvwm/menustyle.c (menustyle_get_styleopt_index):
380         added the VerticalMargins option to the list
382         * fvwm/menustyle.c (menustyle_parse_style):
383         added default values for the padding, and a case clause
384         for the specific case when you invoke the VerticalMargins
385         MenuStyle
387         * fvwm/menustyle.c (menustyle_copy):
388         added two lines to copy the menu styles from origin to destiny
390         * fvwm/menustyle.h:
391         added macros for the vertical padding stuff
393         * fvwm/menustyle.h (struct MenuLook):
394         added sub-structure to hold the VerticalMargins
396         * fvwm/libs/defaults.h:
397         added one define for MAX_MENU_MARGIN
399 2008-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
401         * fvwm/menuitem.c (draw_highlight_background):
402         fixed drawing of background pictures in menu items
404 2008-02-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
406         * fvwm/add_window.c (setup_frame_window):
407         fix core dump with ARGB detection code
408         fix compilation without XRender
410 2008-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
412         * NEWS:
413         * configure.ac:
414         increased version to 2.5.26
416         * ANNOUNCE:
417         * NEWS:
418         * configure.ac:
419         updated for 2.5.25 release
421 2008-02-12  Renato Caldas  <seventhguardian@gmail.com>
423         * fvwm/fvwm.c (main):
424         further condense the X visual selection code
426 2008-02-10  Renato Caldas  <seventhguardian@gmail.com>
428         * fvwm/fvwm.c (main):
429         condense the X visual selection code
431 2008-02-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
433         * fvwm/events.c (register_event_group)
434         (InitEventHandlerJumpTable, dispatch_event):
435         use separate jump tables for events defined by X-extensions
436         to eliminate the need to ovverride the LASTEvent value.
438         * fvwm/module_list.c (module_list_remove):
439         include the case where the module is first in the list in
440         the loop, fixing a segmentaion fault when the list was empty.
442 2008-02-07  Renato Caldas  <seventhguardian@gmail.com>
444         * fvwm/add_window.c (setup_frame_window):
445         add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
446         add preliminary support for ARGB windows in fvwm (based on
447         Marc Lehman's argb patch)
449 2008-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
451         * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
452         fixed compile error
454 2008-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
456         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
457         catch BadGC when updating root transparent window background
459         * libs/XError.c (do_coredump):
460         (ferror_set_temp_error_handler):
461         (ferror_reset_error_handler)
462         (ferror_call_next_error_handler):
464         new helper functions
465         * libs/XError.c (PrintXErrorAndCoredump):
466         try to dump core the hard way
468 2008-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
470         * fvwm/colorset.c (parse_colorset):
471         check for image != None before calling XDestroyImage
473         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
474         (ewmh_WMStateMaxHoriz):
475         (ewmh_WMStateModal):
476         (ewmh_WMStateShaded):
477         (ewmh_WMStateStaysOnTop):
478         (ewmh_WMStateStaysOnBottom):
479         handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
480         version 1.3
481         also ignore the EWMH staysontop and staysonbottom hints if the
482         EWMHIgnoreStackingOrderHints style is used
484         * fvwm/colorset.c (parse_colorset):
485         Fixed a sporadic crash when the root background set by gnome,
486         fvwm-root, esetroot etc. changes and a root transparent colour set
487         is used.
489         * fvwm/colorset.c (parse_colorset):
490         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
491         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
492         * libs/PictureGraphics.c (PGrabXImage)
493         (PGraphicsCreateTranslucent):
494         use MyXGrabserver and MyXUngrabServer instead of doing the X calls
495         directly!
497 2008-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
499         * libs/PictureGraphics.c (PGrabXImage):
500         fixed XImage memory leak
501         (PCreateRenderPixmap):
502         (PCreateDitherPixmap):
503         Properly handle return code of FgetFImage()
505 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
507         * fvwm/events.c (HandleConfigureRequest):
508         (events_handle_configure_request):
509         cleanup
511         * fvwm/ewmh_events.c (ewmh_RestackWindow):
512         (ewmh_MoveResizeWindow):
513         fixed crash when moving/resizing/restacking unmanaged windows through
514         an ewmh message
516 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
518         * fvwm/events.c (HandleMapRequestKeepRaised):
519         fixed compiler warning
521 2008-01-26  Olivier  <chapuis(at)lri(dot)fr>
523         * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
524         (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
525         * NEWS:
526         Fixed the determination of the X charset on UTF-8 system
528 2008-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
530         * fvwm/placement.c (__pl_minoverlap_get_next_x):
531         do not add screen offset to window position
533         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
534         fixed a memory leak
536 2008-01-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
538         * NEWS:
539         Some html documentation files were not installed.
541 2008-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
543         * fvwm/style.c (style_parse_one_style_option):
544         fixed parsing of screen argument of the SnapAttraction Style
546 2007-12-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
548         * fvwm/move_resize.c (DoSnapAttract):
549         Use edge move resistance, and not delay for top edge when moving
550         windows.
552 2007-12-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
554         * NEWS:
555         * fvwm/events.c (HandleMapRequestKeepRaised)
556         (test_withdraw_request):
557         Don't map windows that request to be moved back to WithdrawnState
558         by the ICCCM2 method before they have been mapped. (Fixes bug with
559         disappearing windows.)
561 2007-11-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
563         * NEWS:
564         * configure.ac:
565         increased version to 2.5.25
567         * NEWS:
568         * configure.ac:
569         updated for 2.5.24 release
571 2007-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
573         * fvwm/menus.c (__mloop_exit):
574         * fvwm/menubindings.c (parse_menu_action):
575         * fvwm/bindings.c:
576         reindented and cleaned up some code
578 2007-11-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
580         * fvwm/update.c (apply_window_updates):
581         * fvwm/add_window.c (setup_style_and_decor):
582         (setup_numeric_vals):
583         * fvwm/add_window.h:
584         * fvwm/style.h:
585         * libs/defaults.h:
586         * fvwm/events.c (HandleEnterNotify):
587         * fvwm/fvwm.c (InitVariables):
588         * fvwm/screen.h:
589         * fvwm/session.c (SaveGlobalState):
590         (LoadGlobalState):
591         * fvwm/move_resize.c (DoSnapAttract):
592         (CMD_SnapGrid)
593         (DoSnapAttract):
594         The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
595         They have been replaced by the styles EdgeMoveResistance,
596         EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
598 2007-10-21  Renato Caldas  <seventhguardian@gmail.com>
600         * acinclude.m4:
601         * configure.ac:
602         use AS_HELP_STRING to format the configure options help strings
604 2007-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
606         * fvwm/conditional.c:
607         some reformatting
609 2007-10-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
611         * fvwm/ConfigFvwmDefaults:
612         restore default action of closing menus for menu titles
614 2007-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
616         * libs/FScreen.c (FindScreenOfXY):
617         * fvwm/move_resize.c (GetMoveArguments):
618         fixed the "screen w" argument of the Move and other commands
620 2007-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
622         * fvwm/virtual.c (HandlePaging):
623         don't modify *xl and *yt unless we we really page
625 2007-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
627         * fvwm/module_list.h:
628         * fvwm/module_list.c:
629         a little cleanup
631 2007-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
633         * NEWS:
634         * configure.ac:
635         increased version to 2.5.24
637         * NEWS:
638         * configure.ac:
639         updated for 2.5.23 release
641         * libs/Flocale.c (FlocaleEncodeString):
642         removed previous warning fix
644 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
646         * fvwm/style.c:
647         * fvwm/add_window.c:
648         Added new style option:  StartShaded.
650 2007-08-30  Renato Caldas  <seventhguardian@gmail.com>
652         * libs/Flocale.c (FlocaleEncodeString):
653         fix compile warning
655 2007-08-30  Viktor Griph  <griph(at)student(dot)chalmers(dot)se>
657         * configure.ac:
658         * fvwm/fvwm.1.in
659         * fvwm/Makefile.am:
660         removed old fvwm manpage
662 2007-08-29  Renato Caldas  <seventhguardian@gmail.com>
664         * NEWS:
665         * configure.ac:
666         increased version to 2.5.23
668         * NEWS:
669         * configure.ac:
670         fix the date for 2.5.22 release
672 2007-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
674         * fvwm/windowlist.c (CMD_WindowList):
675         fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
676         iconified windows.
678 2007-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
680         * configure.ac:
681         fixed perl check
682         use "test ! ... = ..." instead of "test ... != ..."
684         * fvwm/builtins.c (CMD_PropertyChange):
685         fixed completely broken parsing of PropertyChange arguments
687 2007-08-28  Renato Caldas  <seventhguardian@gmail.com>
689         * NEWS:
690         * configure.ac:
691         updated for 2.5.22 release
693         * fvwm/builtins.c (CMD_PropertyChange):
694         * libs/Flocale.c (FlocaleGetFftFont):
695         (FlocaleGetFontSet):
696         (FlocaleGetFont):
697         (FlocaleGetFontOrFontSet):
698         (FlocaleLoadFont):
699         (FlocaleUnloadFont):
700         fix compiler warnings
702 2007-08-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
704         * fvwm/functable.c:
705         fixed command table parsing
707 2007-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
709         * fvwm/module_list.c (module_kill):
710         (executeModuleDesperate):
711         (module_list_itr_init):
712         re-indented
714         * fvwm/events.c (My_XNextEvent):
715         * fvwm/module_list.c (module_alloc):
716         (do_execute_module):
717         * fvwm/module_list.h (fmodule):
718         (MOD_IS_CMDLINE):
719         (MOD_SET_CMDLINE):
720         restored *not* useless is_cmdline_module stuff
722         * fvwm/functions.h:
723         add constants for command group tagging
725 2007-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
727         * configure.ac:
728         don't check for tbl
730 2007-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
732         * configure.ac:
733         check for sed, perl and tbl, needed to build documentation
735 2007-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
737         * libs/System.c (fvwm_mkstemp):
738         use constants from libs/fvwm_sys_stat.h
740 2007-08-15  Renato Caldas  <seventhguardian@gmail.com>
742         * fvwm/module_list.c (do_execute_module):
743         fixed possible crash when fork fails
745         * fvwm/module_list.c (module_list_remove):
746         now returns the removed fmodule*, or NULL if unsuccessful
747         removed error message when removing a not listed module (it's normal)
749         * fvwm/module_list.c (module_kill):
750         module is inserted in death_row only if it is successfuly removed from
751         module_list (fixes crash when module is killed more than once)
753 2007-08-08  Renato Caldas  <seventhguardian@gmail.com>
755         * fvwm/events.c (My_XNextEvent):
756         fixed hang with startup modules
758 2007-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
760         * fvwm/conditional.c (FreeConditionMask):
761         fixed crash with inverted name condition
763         * NEWS:
764         fixed typo
766 2007-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
768         * configure.ac:
769         * README:
770         * NEWS:
771         * INSTALL.fvwm:
772         * sample.fvwmrc/system.fvwm2rc-sample-95:
773         * sample.fvwmrc/system.fvwm2rc:
774         * sample.fvwmrc/system.fvwm2rc-sample-2:
775         * libs/Picture.c (PicturePrintImageCache):
776         * libs/Module.c:
777         * libs/FGettext.c (FGettextPrintLocalePath):
778         * libs/fvwmsignal.c:
779         * libs/Module.h:
780         * libs/PictureUtils.c (PictureAllocColorTable)
781         (PicturePrintColorInfo):
782         * libs/FScreen.h:
783         * libs/fvwmsignal.h:
784         * libs/Bindings.c:
785         * libs/FScreen.c:
786         * libs/Ficonv.c (convert_charsets):
787         (FiconvSetupConversion):
788         * fvwm/decorations.c:
789         * fvwm/gnome.h:
790         * fvwm/events.c:
791         * fvwm/add_window.c (setup_window_font):
792         (setup_icon_font):
793         * fvwm/fvwm.1.in:
794         * fvwm/session.h:
795         * fvwm/conditional.c:
796         * fvwm/fvwm.c (SetRCDefaults):
797         (main):
798         * fvwm/ewmh_events.c:
799         * fvwm/stack.c:
800         * fvwm/gnome.c:
801         * fvwm/menustyle.c (menustyle_parse_style):
802         (menustyle_copy):
803         * fvwm/ewmh.c (EWMH_Init):
804         * libs/Flocale.c (FlocaleParseShadow):
805         (FlocaleGetFontSet):
806         (FlocaleLoadFont):
807         (FlocalePrintLocaleInfo):
808         * fvwm/misc.c (fvwm_msg):
809         * vms/README:
810         * vms/vms.c:
811         write fvwm in lower case
813         * configure.ac:
814         fixed build without GNU make
816 2007-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
818         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
819         fixed buffer overflow
821 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
823         * fvwm/module_list.h (fmodule_list_itr):
824         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
825         replace iterator struct by typedef
827         * fvwm/module_list.c (module_list_destroy):
828         (module_kill_all):
829         (module_cleanup):
830         new function to remove dup code
832         * fvwm/module_list.c (module_kill):
833         changed to move the module to the deathrow list
835         * fvwm/module_list.h (fmodule):
836         * fvwm/module_list.c (module_alloc):
837         (module_list_remove):
838         (FlushMessageQueue):
839         removed is_removed logic
841         * fvwm/module_list.c (module_safefree):
842         removed function
844         * fvwm/events.c (My_XNextEvent):
845         remove old "#if 0" code
847         * fvwm/module_list.c (module_kill):
848         removed debug code
850 2007-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
852         * fvwm/module_list.h (fmodule_list_itr):
853         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
854         don't store current pointer in module list iterators.
855         fix C89-compilance
857 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
859         * fvwm/events.c (My_XNextEvent):
860         * fvwm/module_list.c (KillModuleByName):
861         (FlushAllMessageQueues):
862         * fvwm/module_interface.c (BroadcastPacket):
863         (BroadcastNewPacket):
864         (BroadcastName):
865         (BroadcastFvwmPicture):
866         (BroadcastColorset):
867         (BroadcastProperyChange):
868         (BroadcastConfigInfoString):
869         (CMD_SendToModule):
870         * fvwm/modconf.c (ModuleConfig):
871         * fvwm/stack.c (BroadcastRestack):
872         replaced module_get_next by module list iterator mechanism
874         * fvwm/module_list.h:
875         * fvwm/module_list.c (module_get_next):
876         removed function
878 2007-08-05  Renato Caldas  <seventhguardian@gmail.com>
880         * fvwm/module_list.h:
881         * fvwm/module_list.c (fmodule):
882         (fmodule_store):
883         (module_insert):
884         (module_remove):
885         (module_count):
886         (module_get_next):
887         (FlushAllMessageQueues):
888         (KillModuleByName):
889         * fvwm/module_interface.c (BroadcastPacket):
890         (BroadcastNewPacket):
891         (BroadcastName):
892         (BroadcastFvwmPicture):
893         (BroadcastColorset):
894         (BroadcastProperyChange):
895         (BroadcastConfigInfoString):
896         (CMD_SendToModule):
897         * fvwm/event.c (My_XNextEvent):
898         * fvwm/stack.c (BroadcastRestack):
899         * fvwm/modconf.c (ModuleConfig):
900         changed to work with generic list container
902         * fvwm/module_list.c (module_insert):
903         (module_list_insert):
904         (module_remove):
905         (module_list_remove):
906         (module_count):
907         (module_list_len):
908         renamed as list handling functions
910         * fvwm/events.c (My_XNextEvent):
911         * fvwm/module_list.h:
912         * fvwm/module_list.c (module_alloc):
913         (do_execute_module):
914         removed useless is_cmdline_module stuff
916         * fvwm/module_list.h:
917         * fvwm/module_list.c (module_list_insert):
918         (module_list_remove):
919         (module_list_len):
920         new fmodule_list object representing a module list.
921         changed the module lists to the new object.
922         changed list functions to use the list object instead of the
923         fmodule_store pointer.
925         * fvwm/events.c (My_XNextEvent):
926         moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
928         * fvwm/module_list.h (fmodule_list_itr):
929         * fvwm/module_list.c (fmodule_list_itr_init):
930         (fmodule_list_itr_next):
931         created a smart (safe) iterator mechanism to replace the
932         module_get_next function
934 2007-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
936         * fvwm/functions.c:
937         * fvwm/functable.c:
938         added empty functions to replace CMD_Dummy
940         * configure.ac:
941         use subordinate Makefile.ams instead of iuncluding files from other
942         dirs
944         * configure.ac:
945         removed FVWMNAMEUCASE
947         * configure.ac:
948         make distcheck fix
950         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
951         force --enable-htmldoc on "make distcheck"
953         * fvwm/events.c (HandleEnterNotify):
954         (HandleLeaveNotify):
955         properly generate enter_window and leave_window events for FvwmEvent
957 2007-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
959         * fvwm/move_resize.c (GetOnePositionArgument):
960         (__get_shift)
961         (ParsePositionArgumentSuffix):
962         code cleanup
964 2007-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
966         * fvwm/move_resize.c (GetOnePositionArgument):
967         fixed position calculation with the "w" prefix (move w-1 w-1).
968         (GetOnePositionArgument):
969         code cleanup
971 2007-07-26  Viktor Griph  <griph@dd.chalmers.se>
973         * fvwm/menus.c (__copy_down, __check_for_delimiter)
974         (scanForStrings):
975         reduce indentation level
976         add comment to explain why suppressing the warning is right
978 2007-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
980         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
981         fixed using uninitialized variable
983         * fvwm/menus.c (scanForStrings):
984         suppress compiler warning for now
986         * fvwm/move_resize.c (resize_move_window):
987         (AnimatedMoveAnyWindow):
988         (__move_window):
989         (__resize_window):
990         (CMD_Maximize):
991         * fvwm/module_interface.c (__get_allowed_actions):
992         * fvwm/menuitem.c (menuitem_paint):
993         * fvwm/icons.c (CMD_Iconify):
994         * fvwm/gnome.c (GNOME_SetHints):
995         * fvwm/ewmh.c (ewmh_AllowsClose):
996         (ewmh_AllowsClose)
997         (ewmh_AllowsFullScreen):
998         (ewmh_AllowsMinimize)
999         (ewmh_AllowsMaximize):
1000         (ewmh_AllowsMove):
1001         (ewmh_AllowsResize)
1002         (EWMH_fullscreen):
1003         * fvwm/ewmh_events.c (ewmh_CloseWindow):
1004         (ewmh_MoveResizeWindow):
1005         (ewmh_MoveResize):
1006         (ewmh_WMState):
1007         (ewmh_WMStateHidden):
1008         * fvwm/events.c (__handle_cr_on_client):
1009         * fvwm/decorations.c (__is_resize_allowed):
1010         (is_function_allowed):
1011         * fvwm/conditional.c (MatchesConditionMask):
1012         * fvwm/builtins.c (CMD_Delete):
1013         * fvwm/add_window.c (AddWindow):
1014         is_function allowed now differentiates between US program actions and
1015         actions initiated by interaction between fvwm and the user
1017 2007-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1019         * fvwm/menus.c (__scan_for_pixmap):
1020         fixed compiler warning
1022         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1023         (ewmh_RestackWindow):
1024         honor FixedSize/FixedPosition styles in EWMH messages too
1026 2007-07-24  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1028         * fvwm/fvwm.c (setVersionInfo):
1029         add XCursor support to version output
1031         * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
1032         (SCTX_GET_MR, string_context_type_t, string_context_t)
1033         (string_def_t, scanForColor, scanForPixmap, scanForStrings)
1034         (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
1035         reimplement pixmap and color scanning for menus to better handle
1036         escaped delimiters.
1038 2007-07-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1040         * fvwm/Makefile.am:
1041         don't install fvwm.1
1043         * fvwm/events.c (My_XNextEvent):
1044         remove unused varaible
1046         * fvwm/events.c (My_XNextEvent):
1047         * fvwm/module_list.h:
1048         * fvwm/module_list.c (module_store, module_alloc)
1049         (module_kill_all, module_safefree, module_remove)
1050         (do_execute_module, module_kill, module_cleanup, module_get_next)
1051         (FlushMessageQueue):
1052         Don't free module stuctures during module I/O. (Fixes segfault.)
1054 2007-07-20  Simon Griph  <simon(at)griph(dot)se>
1056         Committed by Scott.
1058         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1059         Someone missed to add extra conditions when changing from
1060         unsigned to signed.
1062 2007-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1064         * configure.ac:
1065         fixed liXcursor detection
1067 2007-07-16  Simon Griph  <simon(at)griph(dot)se>
1069         Committed by Scott.
1071         * fvwm/menus.c (scanForPixmap):
1072         made it possible to escape '*' '%' '@' in filenames
1074         * libs/PictureImageLoader.c (PImageLoadSvg):
1075         added transposing and none uniform scaling to svg options
1077 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1079         * libs/PictureImageLoader.c:
1080         cleanup
1081         (PImageLoadCursorFromFile):
1082         fixed compilation without xpm library
1083         (PImageLoadPng):
1084         fixed compiler warning without png library
1086 2007-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1088         * libs/Fxpm.h:
1089         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1090         fix compilation without xpm library
1092 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1094         * libs/Fxpm.h:
1095         fixed compile error
1097         * libs/PictureImageLoader.c:
1098         cleanup
1099         (PImageLoadCursorFromFile):
1100         fixed compilation without xpm library
1101         (PImageLoadPng):
1102         fixed compiler warning without png library
1104 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1106         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1107         * fvwm/cursor.c (CMD_CursorStyle):
1108         fixed compiler warning
1110 2007-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1112         * fvwm/cursor.c (CMD_CursorStyle):
1113         fix CursorStyle command parsing
1115 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1117         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1118         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1119         * libs/PictureImageLoader.c (PImageLoadSvg):
1120         (PImageLoadPng):
1121         (PImageCreatePixmapFromArgbData):
1122         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1123         (PImageCreatePixmapFromFImage):
1124         new local function
1126 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1128         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1129         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1130         * libs/PictureImageLoader.c (PImageLoadSvg):
1131         (PImageLoadPng):
1132         (PImageCreatePixmapFromArgbData):
1133         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1134         (PImageCreatePixmapFromFImage):
1135         new local function
1137 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1139         * AUTHORS:
1140         * NEWS:
1141         updated
1143         * configure.ac:
1144         added libXcursor detection
1146         * fvwm/Makefile.am (LDADD):
1147         added Xcursor_LIBS
1149         * INSTALL.fvwm:
1151         * libs/Fcursor.h:
1152         new file
1154         * libs/Makefile.am (libfvwm_a_SOURCES):
1155         added Fcursor.h
1157         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1158         added Xcursor support
1160 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1162         * NEWS:
1163         updated
1165         * libs/Fxpm.h:
1166         added defs for FxpmInfo and FxpmFreeXpmInfo
1168         * libs/PictureBase.h (FvwmPictureAttributes):
1169         * libs/PictureImageLoader.c
1170         (PImageCreatePixmapFromArgbData):
1171         (PImageLoadPixmapFromFile):
1172         added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1173         (PImageLoadCursorPixmapFromFile):
1174         (PImageLoadCursorFromFile):
1175         * libs/PictureImageLoader.h:
1176         removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1177         replaced by the new general PImageLoadCursorFromFile()
1179         * fvwm/cursor.c (CMD_CursorStyle):
1180         handle new hot-spot arguments, use PImageLoadCursorFromFile()
1181         instead of PImageLoadCursorPixmapFromFile(), less code duplication
1183 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1185         * libs/PictureImageLoader.c
1186         (PImageLoadSvg):
1187         (PImageLoadPng):
1188         (PImageLoadXpm):
1189         now returns argb data instead of pixmaps
1190         (PImageLoadPixmapFromFile):
1191         (PImageLoadArgbDataFromFile):
1192         moved first half of PImageLoadPixmapFromFile() into
1193         the new local function PImageLoadArgbDataFromFile()
1194         (PImageLoadBitmap):
1195         removed function, code moved into PImageLoadPixmapFromFile()
1197 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1199         * libs/PictureImageLoader.c (PImageLoadXpm):
1200         revised to make use of PImageCreatePixmapFromArgbData()
1202 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1204         * fvwm/colorset.c (parse_shape):
1205         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1206         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1207         * libs/PictureImageLoader.c
1208         (PImageLoadSvg):
1209         (PImageLoadPng):
1210         (PImageCreatePixmapFromArgbData):
1211         don't create a mask pixmap for fully opaque (all alpha == 0xff)
1212         or translucent (0 < any alpha < 0xff) images.
1214 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1216         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1217         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1218         * libs/PictureImageLoader.c (PImageLoadSvg):
1219         (PImageLoadPng):
1220         (PImageCreatePixmapFromArgbData):
1221         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1222         (PImageCreatePixmapFromFImage):
1223         new local function
1225 2007-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1227         * fvwm/functions.c (CMD_EchoFuncDefinition):
1228         * fvwm/functable.c (func_table):
1229         * fvwm/commands.h:
1230         new command EchoFuncDefinition
1232 2007-07-07  Simon Griph  <simon(at)griph(dot)se>
1234         * NEWS:
1235         * fvwm/conditional.c (CreateConditionMask):
1236         bugfix: Condition separation previously failed when a
1237         single comma (no whitespace padding) was used directly
1238         after a multi-worded condition.
1240 2007-06-21  Renato Caldas  <seventhguardian@gmail.com>
1242         * fvwm/module_list.c (module_kill):
1243         fix possible core dump when using startup modules
1245 2007-06-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1247         * NEWS:
1248         * fvwm/builtins.c (CMD_PrintInfo):
1249         * libs/Picture.h (PicturePrintImageCache):
1250         * libs/Picture.c (PicturePrintImageCache):
1251         add ImageCache subject to PrintInfo command
1253 2007-06-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1255         * NEWS:
1256         * fvwm/events.c (My_XNextEvent):
1257         fix crash when a module closes down during input/output.
1259 2007-06-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1261         * fvwm/icons.c (ChangeIconPixmap):
1262         (DeIconify):
1263         (Iconify):
1264         * fvwm/focus.c (warp_to_fvwm_window):
1265         * fvwm/events.c (__handle_cr_restack):
1266         (__handle_bpress_on_managed):
1267         (HandlePropertyNotify):
1268         * fvwm/stack.h:
1269         * fvwm/stack.c (__restack_window):
1270         (__raise_lower_recursion):
1271         (__raise_or_lower_window):
1272         (raise_or_lower_window):
1273         (position_new_window_in_stack_ring):
1274         (RaiseWindow):
1275         (LowerWindow):
1276         (RestackWindow):
1277         (HandleUnusualStackmodes):
1278         (CMD_Raise):
1279         (CMD_Lower):
1280         (CMD_RestackTransients):
1281         (CMD_RaiseLower):
1282         do raise hacks even when the internal stack is intact, unless on a
1283         client request
1285 2007-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1287         * fvwm/style.c (check_window_style_change)
1288         (style_parse_one_style_option):
1289         * fvwm/style.h:
1290         * fvwm/fvwm.h (window_style):
1291         * fvwm/add_window.c (setup_frame_size_limits):
1292         * fvwm/geometry.c (constrain_size):
1293         new style MinWindowSize
1295 2007-05-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1297         * libs/System.h:
1298         added missing prototypes
1300         * libs/safemalloc.c:
1301         * libs/fio.c:
1302         * libs/envvar.c:
1303         * libs/XResource.c:
1304         * libs/XError.c:
1305         * libs/WinMagic.c:
1306         * libs/Target.c:
1307         * libs/Event.c (GetSubwindowFromEvent):
1308         * libs/Cursor.c:
1309         * libs/ColorUtils.c:
1310         include corresponding header files
1312         * libs/PictureBase.c:
1313         * libs/FlocaleCharset.c:
1314         * fvwm/ewmh.c:
1315         cleanup prototypes
1317 2007-05-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1319         * configure.ac (HAVE_GNU_READLINE):
1320         detect full GNU readline API (vs BSD libedit readline compatibility
1321         layer)
1323 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1325         * fvwm/windowlist.c (CMD_WindowList):
1326         * NEWS:
1328         Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1329         "UseSkipList" & "OnlySkipList".
1331 2007-04-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1333         * NEWS:
1334         * fvwm/add_window.c (validate_transientfor):
1335         detect and disallow circular transient-for hints
1337 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1339         * fvwm/fvwm.1.in:
1340         s/UseListSkip/UseSkipList/g etc.
1342 2007-04-17  Jesus Guerrero  <6thpink(at)terra(dot)es>
1344         * fvwm/menus.c (size_menu_vertically):
1345         added localization of the "More&..." string
1347 2007-03-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1349         * libs/PictureBase.c (PictureFindImageFile):
1350         fix for segfault with svg-support enabled
1352         * INSTALL.fvwm (http):
1353         * configure.ac (png_CFLAGS):
1354         raise librsvg dependeny due to bug with 2.13.91
1356         * fvwm/cursor.c (CMD_CursorStyle):
1357         remove unused static variable nocursor
1359 2007-03-14  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1361         * AUTHORS:
1362         typo.
1364 2007-03-11  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1366         * configure.ac:
1367         bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1368         bugfix: out-of-tree builds failed due to broken dependency.
1369         Make man page have same header as old one.
1370         Fix man page indentation.
1371         Make text of top-level man page sections all uppercase.
1372         Added --disable-mandoc option.
1373         HTML doc generation is off by default: use --enable-htmldoc.
1374         Added more info in doc/README about XML commands to use.
1376 2007-03-10  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1378         * NEWS:
1379         * Everything in the 'doc' subdirectory.
1381         XML source to generate man page & HTML documentation.
1383 2007-02-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1385         * NEWS:
1386         * fvwm/colorset.c (parse_colorset):
1387         don't recompute sh, hi and fgsh if they were supplied in a previous
1388         colorset line. Fixes bug #3359.
1390 2007-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1392         * fvwm/move_resize.c (DoSnapAttract):
1393         handle SnapGrid before SnapAttraction so that non-overlapping windows
1394         do not snap edge to edge:
1395                                     +---+
1396                                     |   |
1397                                     +---+---+
1398                                         |   |
1399                                         +---+
1401 2007-02-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1403         * fvwm/style.c (parse_and_set_window_style)
1404         (style_parse_one_style_option):
1405         don't warn about PositionPlacement arguments
1407 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1409         * AUTHORS:
1410         * NEWS:
1411         enties for ChangeWindowTitle patch by Julio Teca.
1413 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1415         * fvwm/fvwm.c (main):
1416         fixed ROOT CursorStyle context
1418         * fvwm/placement.c (__pl_manual_get_pos_simple):
1419         * fvwm/move_resize.h:
1420         * fvwm/move_resize.c (__move_loop):
1421         (InteractiveMove):
1422         fixed long broken POSITION CursorStyle context
1424 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1426         * fvwm/bindings.c (ParseBinding):
1427         fix buffer overrun with >78 character window names.
1429         * fvwm/fvwm.1.in (PositionPlacement):
1430         fix typos
1432         * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1433         * fvwm/style.c (style_parse_one_style_option):
1434         change BorderWidth and HandleWidth style  to revert to default if no
1435         arguments are given
1437 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1439         * fvwm/fvwm.h (style_flags):
1440         * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1441         (__place_get_wm_pos):
1442         (__place_window, __explain_placement):
1443         * fvwm/style.c (style_parse_one_style_option):
1445         * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1446         (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1447         (DEFAULT_PLACEMENT_POSITION_STRING):
1448         new default strings
1450         * fvwm/move_resize.c (GetOnePositionArgument):
1451         added 'w' suffix to Move arguments
1452         allow multiple shifts from original position
1454         * fvwm/style.c (style_parse_one_style_option):
1455         (merge_styles)
1456         (free_style):
1457         * fvwm/placement.c (setup_window_placement)
1458         (__place_get_placement_flags):
1459         (__place_get_wm_pos):
1460         (__place_get_nowm_pos):
1461         (__place_window):
1462         (__place_handle_x_resources):
1463         (setup_window_placement):
1464         * fvwm/fvwm.h (PLACE_CENTER):
1465         (PLACE_POSITION):
1466         replaced CenterPlacement with more flexibe PositionPlacement
1468         * fvwm/move_resize.c (GetMoveArguments):
1469         (GetResizeArguments):
1470         (GetResizeMoveArguments):
1471         (__move_window):
1472         * fvwm/move_resize.h:
1473         exported and enhanced function GetMoveArguments for use by placement
1474         algorithm
1476 2007-02-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1478         * fvwm/ConfigFvwmDefaults:
1479         reenable MenuScroll on titles
1481         * fvwm/menubindings.c (menu_shortcuts):
1482         don't scroll menus if scrolling would be in the wrong direction
1484 2007-02-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1486         * fvwm/move_resize.c (__resize_window):
1487         some resizing/gravity fixes
1488         properly handle maximized + shaded state when resizing
1489         non-interactively
1491 2007-01-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1493         * fvwm/move_resize.c (__resize_window):
1494         resizing of shaded windows work better.
1496 2007-01-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1498         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1499         clarified previous patch
1501         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1502         documented '-' command prefix
1504         * fvwm/expand.c (__eae_parse_range):
1505         fix $[n-] and $[*] after unsigned int havoc
1507 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1509         * fvwm/Makefile.am:
1510         * fvwm/ConfigFvwmMenuDefaults:
1511         removed file
1512         * fvwm/ConfigFvwmDefaults:
1513         * fvwm/ConfigFvwmMenuDefaults:
1514         moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1516 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1518         * fvwm/ConfigFvwmMenuDefaults:
1519         * fvwm/fvwm.c (SetRCDefaults):
1520         make default menu mouse bindings for MenuSelectItem and MenuScroll only
1521         apply to menu item context.
1523 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1525         * fvwm/placement.c (placement_loop):
1526         (__pl_minoverlap_get_avoidance_penalty):
1527         (__pl_smart_get_first_pos):
1528         (__pl_smart_get_next_pos):
1529         (__pl_smart_test_window):
1530         (__pl_smart_get_pos_penalty):
1531         rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1532         now less than ten lines of code.
1534         * fvwm/add_window.c (setup_placement_penalty):
1535         * fvwm/style.c (style_parse_one_style_option):
1536         allow to reset the placement penalties with !
1538         * fvwm/placement.h:
1539         * fvwm/add_window.c (setup_placement_penalty):
1540         * fvwm/style.h:
1541         * fvwm/fvwm.h:
1542         * fvwm/style.c (style_parse_one_style_option):
1543         put placement penalty array in a struct
1545         * fvwm/placement.c (__place_get_wm_pos):
1546         (__pl_clever_get_next_x):
1547         (__pl_clever_get_next_y):
1548         (__pl_clever_get_first_pos):
1549         (__pl_clever_get_next_pos):
1550         (__pl_clever_get_avoidance_penalty):
1551         (__pl_clever_get_pos_penalty):
1552         (__pl_minoverlap_get_next_x):
1553         (__pl_minoverlap_get_next_y):
1554         (__pl_minoverlap_get_first_pos):
1555         (__pl_minoverlap_get_next_pos):
1556         (__pl_minoverlap_get_avoidance_penalty):
1557         (__pl_minoverlap_get_pos_penalty):
1558         renamed ...clever... functions to ...minoverlap...
1560         * fvwm/bindings.c:
1561         * fvwm/decorations.c:
1562         * fvwm/menubindings.c:
1563         * fvwm/module_interface.c:
1564         * fvwm/module_list.c:
1565         * fvwm/fvwm.c:
1566         * fvwm/module_list.h:
1567         * fvwm/events.c:
1568         * fvwm/module_interface.h:
1569         * fvwm/Makefile.am:
1570         dont include "libs" in include path
1572         * libs/vpacket.h:
1573         #includes from fvwm path with "..." not <...>
1575         * fvwm/stack.c:
1576         #includes from library path with "..." not <...>
1578 2007-01-28  Simon Griph  <simon(at)griph(dot)se>
1580         * NEWS:
1581         * AUTHORS:
1582         * INSTALL.fvwm:
1583         documented new svg support
1585         * configure.ac:
1586         added librsvg detection
1588         * fvwm/Makefile.am (LDADD, INCLUDES):
1589         added rsvg_LIBS, rsvg_CFLAGS
1591         * fvwm/expand.c (expand_vars_extended):
1592         new extended variables
1593         $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1595         * fvwm/fvwm.1.in (OPTIONS):
1596         (ICONS AND IMAGES):
1597         documented new svg support
1598         (COMMAND EXPANSION):
1599         documented new extended variables
1601         * fvwm/fvwm.c (setVersionInfo):
1602         (main):
1603         added Frsvg_init() call
1605         * libs/Fsvg.h:
1606         new file
1608         * libs/Makefile.am (libfvwm_a_SOURCES):
1609         added Fsvg.h
1610         (INCLUDES):
1611         added rsvg_CFLAGS
1613         * libs/Picture.c (PCacheFvwmPicture):
1614         hid svgopts from isFileStampChanged()
1616         * libs/PictureBase.c (PictureFindImageFile):
1617         hid svgopts from searchPath()
1619         * libs/PictureBase.h:
1621         * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1622         hid svgopts from setFileStamp()
1623         (PImageLoadSvg):
1624         new svg image loader
1626         * libs/fvwmlib.c (flib_init_graphics):
1627         added Frsvg_init() call
1629 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1631         * NEWS:
1632         * fvwm/stack.c (__is_restack_needed)
1633         (is_transient_subtree_straight):
1634         (__restack_window):
1635         fix crash when trying to restack destroyed window
1637 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1639         * libs/Makefile.am (libfvwm_a_SOURCES):
1640         add fvwmlib.c
1642         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1643         * fvwm/menus.c (move_any_menu)
1644         set menu backgrounds before moving. Makes transparent menus move
1645         more seamless.
1647         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1648         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1649         add update_transparent_menu_bg to allow set of transparent menu
1650         background before a move, and change repaint_transparent_menu to
1651         allow for not setting the menu background.
1653         * libs/Colorset.c (SetWindowBackgroundWithOffset):
1654         create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1655         transparent colorsets)
1656         (CreateOffsetBackgroundPixmap):
1657         use offset also for non transparent backgrounds.
1659         * fvwm/menubindings.c (menu_shortcuts):
1660         don't move menus on scroll if they don't move
1662 2007-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1664         * libs/fvwmlib.h:
1665         * fvwm/bindings.c:
1666         * fvwm/cursor.c:
1667         * fvwm/decorations.c:
1668         * fvwm/ewmh_conf.c:
1669         * fvwm/ewmh_events.c:
1670         * fvwm/ewmh_icons.c:
1671         * fvwm/expand.c:
1672         * fvwm/focus.c:
1673         * fvwm/functions.c:
1674         * fvwm/gnome.c:
1675         * fvwm/menubindings.c:
1676         * fvwm/menucmd.c:
1677         * fvwm/menuitem.c:
1678         * fvwm/misc.c:
1679         * fvwm/modconf.c:
1680         * fvwm/module_interface.c:
1681         * fvwm/module_list.c:
1682         * fvwm/read.c:
1683         * fvwm/update.c:
1684         * fvwm/windowlist.c:
1685         * fvwm/windowshade.c:
1686         * fvwm/colorset.c:
1687         * fvwm/session.c:
1688         * fvwm/stack.c:
1689         * fvwm/ewmh.c:
1690         * fvwm/conditional.c:
1691         * fvwm/menustyle.c:
1692         * fvwm/virtual.c:
1693         * fvwm/placement.c:
1694         * fvwm/frame.c:
1695         * fvwm/fvwm.c:
1696         * fvwm/icons.c:
1697         * fvwm/add_window.c:
1698         * fvwm/builtins.c:
1699         * fvwm/move_resize.c:
1700         * fvwm/borders.c:
1701         * fvwm/style.c:
1702         * fvwm/events.c:
1703         * fvwm/menus.c:
1704         * libs/FTips.c:
1705         * libs/Picture.c:
1706         * libs/Target.c:
1707         * libs/gravity.c:
1708         * fvwm/execcontext.c:
1709         * libs/BidiJoin.c:
1710         * libs/CombineChars.c:
1711         * libs/FBidi.c:
1712         * libs/FEvent.c:
1713         * libs/Fft.c:
1714         * libs/FGettext.c:
1715         * libs/Ficonv.c:
1716         * libs/FImage.c:
1717         * libs/flist.c:
1718         * libs/FlocaleCharset.c:
1719         * libs/fsm.c:
1720         * libs/Parse.c:
1721         * libs/queue.c:
1722         * libs/safemalloc.c:
1723         * libs/strdup.c:
1724         * libs/timeout.c:
1725         * libs/Strings.c:
1726         * libs/FRender.c:
1727         * libs/Module.c:
1728         * libs/ColorUtils.c:
1729         * libs/Colorset.c:
1730         * libs/PictureImageLoader.c:
1731         * libs/PictureGraphics.c:
1732         * libs/Graphics.c:
1733         * libs/FScreen.c:
1734         * libs/PictureUtils.c:
1735         * libs/Flocale.c:
1736         * libs/PictureBase.c:
1737         use new header files
1739         * libs/Graphics.h:
1740         * libs/XResource.h:
1741         * libs/Event.h:
1742         * libs/XError.h:
1743         * libs/ColorUtils.h:
1744         * libs/PictureBase.h:
1745         * libs/System.h:
1746         * libs/defaults.h:
1747         * libs/Cursor.h:
1748         * libs/Target.h:
1749         * libs/WinMagic.h:
1750         * libs/fvwmlib.h:
1751         * libs/Makefile.am (libfvwm_a_SOURCES):
1752         moved declarations from fvwmlib.h to new/appropriate header files
1754         * libs/XError.c:
1755         reformatted
1757         * fvwm/menus.c (paint_side_pic):
1758         fixed previous patch
1759         reindented function
1761 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1763         * fvwm/menus.c (paint_side_pic):
1764         fix a core dump
1766         * fvwm/menus.c (paint_side_pic):
1767         use simple expose information to redraw sidepics less.
1769 2007-01-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1771         * fvwm/geometry.c (constrain_size):
1772         silence gcc 4.1.1 warning.
1774         * libs/System.c (searchPath):
1775         search in pwd if no path is given.
1776         return NULL if a file dosn't exist regardless if it's absolute path
1778 2007-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1780         * fvwm/placement.c (__place_window)
1781         (__pl_under_mouse_get_pos_simple):
1782         * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
1783         * fvwm/fvwm.1.in:
1784         new style option UnderMousePlacementHonorsStartsOnPage
1786         * fvwm/update.c (init_style):
1787         don't forget stickyness when a window goes fullscreen (or when some
1788         other style is changed)
1790 2007-01-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1792         * fvwm/placement.c (__pl_cascade_get_pos_simple):
1793         properly handle title direction with cascade placement
1795         * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
1796         new default value
1798         * fvwm/placement.c (__pl_center_get_pos_simple):
1799         CenterPlacement properly handles Xinerama screens
1801 2007-01-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1803         * configure.ac:
1804         always substiture datarootdir
1806 2007-01-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1808         * fvwm/add_window.c (GetWindowSizeHints):
1809         * fvwm/geometry.c (constrain_size):
1810         undefine macros after use
1811         (constrain_size):
1812         reindented and cleaned up
1813         do not grow a window because of aspect ratio if this is not explicitly
1814         allowed by the CS_ROUND_UP flag
1815         (constrain_size):
1816         (__cs_handle_aspect_ratio):
1817         broken into separate functions and cleaned up
1819 2007-01-20  Renato Caldas  <seventhguardian@gmail.com>
1821         * fvwm/module_list.c (module_receive):
1822         (module_input_discard):
1823         allocate input data in just one call - better perfomance
1825 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1827         * fvwm/placement.c (__place_get_wm_pos):
1828         simplified to a simple loop
1829         (__explain_placement):
1830         added explanation of new placement styles
1832         * fvwm/placement.c (__place_get_wm_pos):
1833         cleanup
1834         (__pl_center_get_pos_simple):
1835         (__pl_under_mouse_get_pos_simple):
1836         (__pl_cascade_get_pos_simple):
1837         (__pl_manual_get_pos_simple):
1838         (__place_get_wm_pos):
1839         use new placement interface for CenterPlacement, UnderMousePlacement,
1840         ManualPlacement, CascadePlacement
1842         * fvwm/placement.c (__sp_get_first_pos):
1843         (__sp_get_next_pos):
1844         (__sp_get_pos_penalty):
1845         (__place_get_wm_pos):
1846         use new placement interface for SmartPlacement
1847         (SmartPlacement):
1848         removed function
1850         * fvwm/placement.c:
1851         don't use inline functions
1852         (CleverPlacement):
1853         (placement_loop):
1854         renamed function and generalized the placement interface to deal with
1855         any algorithm in the same way
1856         (__place_get_wm_pos):
1857         use new placement interface
1859         * NEWS:
1860         * configure.ac:
1861         increased version to 2.5.22
1863         * NEWS:
1864         * configure.ac:
1865         updated for 2.5.21 release
1867 2007-01-19  Dan Espen  <dane@mk.telcordia.com>
1869         * fvwm/read.h: Compile syntax error fix.
1871 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1873         * fvwm/placement.c (SmartPlacement):
1874         fixed broken SmartPlacement
1876 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1878         * fvwm/expand.c (expand_vars_extended):
1879         free allocated icon path
1881 2007-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1883         * fvwm/fvwm.1.in:
1884         some cleanup
1886         * fvwm/virtual.c:
1887         fix compile error
1889 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1891         * NEWS:
1892         * fvwm/fvwm.1.in (Scroll):
1893         * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
1894         add interactive scrolling.
1896         * fvwm/stack.c (is_transient_subtree_straight):
1897         check first above the tree root, then beneth it.
1899 2007-01-17  Renato Caldas  <seventhguardian@gmail.com>
1901         * fvwm/module_interface.h
1902         * fvwm/module_interface.c (module_input_enqueue):
1903         (module_input_execute):
1904         new functions based on AddToCommandQueue and ExecuteModuleCommand
1906         * fvwm/module_list.c (CMD_ModuleSynchronous):
1907         (PositiveWrite):
1908         * fvwm/events.c (My_XNextEvent):
1909         * fvwm/module_interface.c (ExecuteCommandQueue):
1910         using the above two new functions instead of AddToCommandQueue and
1911         ExecuteModuleCommand
1913         * fvwm/module_interface.c (cqueue_object_type):
1914         removed typedef
1916         * fvwm/module_interface.h
1917         * fvwm/module_interface.c (AddToCommandQueue):
1918         (ExecuteModuleCommand):
1919         removed functions
1921 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1923         * fvwm/fvwm.h (window_style):
1924         * fvwm/style.c (style_parse_one_style_option):
1925         icon background relief and icon title relief changed to sigend char;
1926         should fix problem with ppc and negative values for these.
1928 2007-01-16  Renato Caldas  <seventhguardian@gmail.com>
1930         * fvwm/module_list.h:
1931         * fvwm/module_list.c (module_receive):
1932         (module_input_discard):
1933         (module_input_expect):
1934         new functions to deal with module input
1936         * fvwm/module_list.h:
1937         * fvwm/module_list.c (HandleModuleInput):
1938         replaced by the above three functions
1940         * fvwm/events.c (My_XNextEvent):
1941         * fvwm/module_list.c (CMD_ModuleSynchronous):
1942         (PositiveWrite):
1943         adapted to use the above three functions instead of HandleModuleInput
1945 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1947         * configure.ac (HAVE_PNG):
1948         don't mangle png_LIBS, use --with-png-library
1950 2007-01-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1952         * NEWS:
1953         removed news about previous change after move of version-2_5_20 tag
1954         on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
1955         balls.
1957         * fvwm/stack.c (__restack_window):
1958         fix so new transient windows with StackTransientParent on top layer
1959         don't make all windows raise above the pan frames.
1961         * NEWS:
1962         * configure.ac:
1963         increased version to 2.5.21
1965         * NEWS:
1966         * configure.ac:
1967         updated for 2.5.20 release
1969 2007-01-15  Renato Caldas  <seventhguardian@gmail.com>
1971         * fvwm/fvwm.c (main):
1972         remove the call to module_init_list, the list head is instead set
1973         to NULL upon declaration
1975         * fvwm/module_list.h:
1976         * fvwm/module_list.c (module_init_list):
1977         removed function
1979 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1981         * fvwm/stack.c (is_transient_subtree_straight)
1982         (is_transient_subtree_stack_straight):
1983         use <= 32 character function name
1984         (mark_transient_subtree, is_transient_subtree_straight)
1985         (__mark_transient_subtree_test):
1986         move common tests to function to avoid code duplication
1988         * fvwm/fvwm.1.in (IconifyWindowGroups):
1989         Correctly document that windows are iconified together if the are in
1990         the same window group, not if the group leader is iconified.
1992 2007-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1994         * fvwm/add_window.c (GetWindowSizeHints):
1995         * libs/vpacket.h (ConfigWinPacket):
1996         * fvwm/module_interface.c (CONFIGARGS):
1997         * fvwm/fvwm.h (FvwmWindow):
1998         add orig_hints_width_inc and orig_hints_height_inc values to store the
1999         original resize inc  for use in FvwmIdent
2001         * fvwm/fvwm.1.in:
2002         * fvwm/style.c (style_parse_one_style_option):
2003         deprecated some "No..." styles
2004         (style_parse_one_style_option):
2005         add a NoResizeHintOverride style
2007         * fvwm/add_window.c (GetWindowSizeHints):
2008         only ignore the min_width/min_height/max_width/max_height with the
2009         ResizeHintOverride style
2011         * fvwm/icons.c (DeIconify):
2012         corrected previous fix
2014         * fvwm/placement.c (CleverPlacement):
2015         (SmartPlacement):
2016         (__place_get_wm_pos):
2017         (__place_get_nowm_pos):
2018         (__place_window):
2019         fixed smart placement
2020         unified placement func interface
2022 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2024         * NEWS:
2025         * fvwm/icons.c (DeIconify):
2026         don't loop forever.
2028         * fvwm/stack.c (is_transient_subtree_stacked_straight):
2029         fix detection of non needed lower operations
2030         (__restack_window):
2031         BroadcastRestack to modules even if non is done. (To cancel effect of
2032         already sent M_RAISE/M_LOWER)
2033         don't do raise hacks if no restack was done.
2035         * fvwm/fvwm.h (FvwmWindow):
2036         icon_nalloc_pixels is int instead of unsined int
2038         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2039         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2040         use int instead of unsigned int.
2042         * fvwm/menugeometry.c (menu_get_geometry)
2043         (menu_get_outer_geometry):
2044         * fvwm/focus.c (CMD_WarpToWindow):
2045         * fvwm/geometry.c (get_title_button_geometry):
2046         * fvwm/session.c (SaveWindowStates):
2047         * fvwm/conditional.c (CMD_WindowId):
2048         * fvwm/placement.c (__place_get_wm_pos):
2049         * fvwm/frame.c (frame_create_move_resize_args):
2050         * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2051         * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2052         * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2053         * fvwm/style.c (style_parse_icon_box_style):
2054         * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2055         (AnimatedMoveAnyWindow, __move_window, __move_loop)
2056         (__resize_window):
2057         * fvwm/events.c (HandlePropertyNotify)
2058         (__is_bpress_window_handled):
2059         * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2060         (get_menu_options):
2061         fix geometry signed pointer warnings
2063         * libs/Graphics.c (CalculateGradientDimensions):
2064         cast pointer to unsigned int*
2066         * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2067         * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2068         (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2069         change unsigned int* parameter to int*. It get's info stored in an
2070         unsigned short, so it should be OK.
2072         * fvwm/externs.h:
2073         * fvwm/fvwm.c:
2074         JunkMask is unsigned
2076         * fvwm/stack.c (__mark_group_member)
2077         (is_transient_subtree_stacked_straight, __is_restack_needed)
2078         (__restack_window, mark_transient_subtree):
2079         don't raise or lower windows if they are already at the right place.
2081 2007-01-13  Renato Caldas  <seventhguardian@gmail.com>
2083         * fvwm/module_interface.c (struct cqueue_object_type):
2084         * fvwm/module_list.h (struct fmodule_input):
2085         reused cqueue_object_type as a struct to store module input data
2086         renamed it to fmodule_input and moved it to module_list.h
2087         typedef'ed it to cqueue_object_type in module_interface.c
2089 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2091         * fvwm/placement.c (__cp_get_next_x):
2092         (__cp_get_next_y):
2093         (__cp_get_first_pos):
2094         (__cp_get_next_pos):
2095         (__cp_get_avoidance_penalty):
2096         (__cp_test_fit):
2097         (CleverPlacement):
2098         restructured and cleaned up CleverPlacement code
2100         * fvwm/style.c (style_parse_icon_box_style):
2101         * fvwm/virtual.c (HandlePaging):
2102         * fvwm/stack.c (verify_stack_ring_consistency):
2103         (ResyncFvwmStackRing):
2104         * fvwm/repeat.c:
2105         * fvwm/read.c (cursor_control):
2106         * fvwm/placement.c (__place_get_wm_pos):
2107         * fvwm/move_resize.c (GetMoveArguments):
2108         (ParseOneResizeArgument):
2109         (GetResizeArguments):
2110         (GetResizeMoveArguments):
2111         (resize_move_window):
2112         (resize_move_window):
2113         (InteractiveMove):
2114         (__move_window):
2115         (DoSnapAttract):
2116         (DoSnapAttract):
2117         (__resize_step):
2118         (__resize_window):
2119         (__resize_window):
2120         (__resize_window):
2121         (MaximizeHeight):
2122         (MaximizeWidth):
2123         (maximize_fvwm_window):
2124         (CMD_Maximize):
2125         (CMD_Maximize):
2126         * fvwm/misc.c:
2127         * fvwm/menustyle.h (MenuStyle):
2128         * fvwm/menus.c (MenuSizingParameters):
2129         (make_menu_window):
2130         (paint_menu_gradient_background):
2131         (paint_menu_gradient_background):
2132         (select_menu_item):
2133         (do_menus_overlap):
2134         (pop_menu_up):
2135         (pop_menu_down_and_repaint_parent):
2136         (__mloop_handle_action_without_mi):
2137         (do_menu):
2138         (get_menu_options):
2139         (get_menu_options):
2140         * fvwm/menuroot.h (MenuRootStatic):
2141         (MenuRootDynamic):
2142         * fvwm/menuitem.h (MenuPaintItemParameters):
2143         * fvwm/menugeometry.h:
2144         * fvwm/menubindings.c (menu_shortcuts):
2145         * fvwm/icons.c (SetIconPixmapSize):
2146         (GetIconPicture):
2147         (DrawIconTitleWindow):
2148         (AutoPlaceIcon):
2149         (do_all_iconboxes):
2150         (GetIconWindow):
2151         (GetIconBitmap):
2152         * fvwm/gnome.c (GNOME_GetHintIcons):
2153         * fvwm/functions.c (FvwmFunction):
2154         (__execute_function):
2155         (__cf_cleanup):
2156         (execute_complex_function):
2157         * fvwm/fvwm.c (JunkWidth):
2158         (JunkHeight):
2159         (JunkBW):
2160         (JunkDepth):
2161         (JunkMask):
2162         (main):
2163         * fvwm/externs.h (JunkWidth):
2164         (JunkHeight):
2165         (JunkBW):
2166         (JunkDepth):
2167         (JunkMask):
2168         * fvwm/focus.c (CMD_WarpToWindow):
2169         * fvwm/expand.c (__eae_parse_range):
2170         (expand_args_extended):
2171         (expand_vars_extended):
2172         (expand_vars_extended):
2173         * fvwm/ewmh_names.c (EWMH_WMIconName):
2174         (EWMH_WMName):
2175         * fvwm/ewmh_intern.h:
2176         * fvwm/ewmh_icons.c (ewmh_WMIcon):
2177         (EWMH_DoUpdateWmIcon):
2178         (ewmh_SetWmIconFromPixmap):
2179         (ewmh_SetWmIconFromPixmap):
2180         (EWMH_DeleteWmIcon):
2181         (extract_wm_icon):
2182         (extract_wm_icon):
2183         (EWMH_SetIconFromWMIcon):
2184         * fvwm/ewmh_events.c (ewmh_WMDesktop):
2185         (ewmh_WMState):
2186         (ewmh_WMIconGeometry):
2187         (ewmh_WMStrut):
2188         * fvwm/ewmh.h:
2189         * fvwm/ewmh.c (ewmh_ChangeProperty):
2190         (ewmh_ChangeProperty):
2191         (atom_get):
2192         (ewmh_AtomGetByName):
2193         (ewmh_AddToKdeSysTray):
2194         (EWMH_GetWorkAreaIntersection):
2195         (ewmh_HandleWindowType):
2196         (ewmh_check_wm_pid):
2197         * fvwm/geometry.c (constrain_size):
2198         * fvwm/geometry.h:
2199         * fvwm/events.c (__handle_cr_on_client):
2200         (WaitForButtonsUp):
2201         * fvwm/events.h:
2202         * libs/PictureImageLoader.c:
2203         * libs/PictureImageLoader.h:
2204         * libs/WinMagic.c:
2205         * libs/fvwmlib.h:
2206         * libs/Graphics.c (ParseGradient):
2207         (CalculateGradientDimensions):
2208         (CreateGradientPixmap):
2209         (CreateGradientPixmapFromString):
2210         * fvwm/colorset.c (update_root_pixmap):
2211         * fvwm/builtins.c (CMD_Echo):
2212         (CMD_State):
2213         * fvwm/add_window.c (AddWindow):
2214         * fvwm/screen.h (DecorFace):
2215         use int instead of unsigned int
2217         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2218         * fvwm/colormaps.c (EnterSubWindowColormap):
2219         (LeaveSubWindowColormap):
2220         (FetchWmColormapWindows):
2221         * libs/vpacket.h:
2222         * libs/CombineChars.c (char_combclass):
2223         use short instead of short int
2224         use long instead of long int
2226         * libs/PictureBase.h (FvwmPictureAttributes):
2227         (FvwmRenderAttributes):
2228         * libs/Flocale.h (FlocaleFont):
2229         * fvwm/style.c (style_parse_icon_grid_style):
2230         * fvwm/menus.c (size_menu_horizontally):
2231         (size_menu_vertically):
2232         (paint_menu):
2233         (AddToMenu):
2234         * fvwm/menuitem.c (menuitem_paint):
2235         (menuitem_free):
2236         * fvwm/menuitem.h (MenuItem):
2237         * fvwm/geometry.c (set_window_border_size):
2238         * fvwm/decorations.c (SelectDecor):
2239         use int instead of short
2241         * fvwm/screen.h (FvwmAcs):
2242         (DecorFace):
2243         * fvwm/menus.c (MenuSizingParameters):
2244         (size_menu_horizontally):
2245         (update_menu):
2246         (paint_menu_gradient_background):
2247         * fvwm/menuroot.h (MenuRootStatic):
2248         * fvwm/menuitem.h (MenuItem):
2249         (MenuItemPartSizesT):
2250         * fvwm/menuitem.c (menuitem_get_size):
2251         * fvwm/menudim.h (MenuDimensions):
2252         use int instead of unsigned short
2254 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2256         * libs/gravity.h:
2257         * libs/gravity.c (gravity_move_resize_parent_child):
2258         * fvwm/frame.h:
2259         * fvwm/frame.c (mr_args_internal):
2260         (frame_setup_border):
2261         (frame_setup_titlebar):
2262         (frame_get_resize_decor_gravities):
2263         (frame_get_titlebar_dimensions):
2264         use rectangle instead of signed_rectangle
2266         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2267         * libs/fvwmrect.h (signed_rectangle):
2268         removed type
2269         (rectangle):
2270         (size_rect):
2271         widht and height are now signed values
2273         * fvwm/placement.c (get_next_x):
2274         (__cp_get_next_x):
2275         (get_next_x):
2276         (__cp_get_next_y):
2277         (__test_fit):
2278         (__cp_test_fit):
2279         renamed functions
2281         * fvwm/placement.c (get_next_x):
2282         (get_next_y):
2283         (test_fit):
2284         (CleverPlacement):
2285         cleanup
2287 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2289         * NEWS:
2290         NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2291         StickyAcrossDesksIcon.
2293 2007-01-13  Serge Koksharov  <gentoosiast dog yandex dot ru>
2295         * fvwm/conditional.c (CreateConditionMask):
2296         added conditions StickyIcon, StickyAcrossPagesIcon and
2297         StickyAcrossDesksIcon.
2299         * fvwm/fvwm.1.in:
2300         documented new conditional tests.
2301         removed descriptions of styles StickyIconPage & StickyIconDesk which
2302         actually don't exists in fvwm.
2303         moved StickyIcon/SlipperyIcon descriptions immediately after
2304         Sticky/Slippery description.
2306 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2308         * fvwm/placement.c (SmartPlacemen):
2309         (__sp_test_window):
2310         cleaned up SmartPlacement code
2312 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2314         * fvwm/ConfigFvwmMenuDefaults:
2315         Mouse 0 MS A MenuLeaveSubmenu instead.
2317         * fvwm/ConfigFvwmMenuDefaults:
2318         Mouse 0 MS A MenuClose to make sidepic and border behave as
2319         before menu bindings.
2321         * fvwm/fvwm.1.in:
2322         * libs/wcontext.h (enum):
2323         * fvwm/menubindings.c (menu_binding):
2324         (menu_shortcuts):
2325         Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2327         * fvwm/menustyle.c (menustyle_parse_old_style):
2328         add a message of deprecation.
2330 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2332         * fvwm/module_list.h:
2333         * fvwm/module_list.c:
2334         new files for module handling code.
2336         * fvwm/module_list.h:
2337         * fvwm/module_interface.h:
2338         * fvwm/module_list.c:
2339         * fvwm/module_interface.c:
2340         (struct mqueue_object_type):
2341         (msg_mask_set):
2342         (module_alloc):
2343         (module_insert):
2344         (module_remove):
2345         (module_free):
2346         (module_get_next):
2347         (set_message_mask):
2348         (get_pipe_name):
2349         (initModules):
2350         (ClosePipes):
2351         (do_execute_module):
2352         (executeModuleDesperate):
2353         (CMD_Module):
2354         (CMD_ModuleListenOnly):
2355         (CMD_ModuleSynchronous):
2356         (HandleModuleInput):
2357         (DeadPipe):
2358         (KillModule):
2359         (KillModuleByName):
2360         (CMD_KillModule):
2361         (PositiveWrite):
2362         (DeleteMessageQueueBuff):
2363         (FlushMessageQueue):
2364         (FlushAllMessageQueues):
2365         (CMD_set_mask):
2366         (CMD_set_sync_mask):
2367         (CMD_set_nograb_mask):
2368         (skipModuleAliasToken):
2369         (countModules):
2370         (struct msg_masks_t):
2371         (struct fmodule):
2372         moved from module_interface.c/h to module_list.c/h
2374         * fvwm/module_list.h (do_execute_module):
2375         * fvwm/module_interface.h (AddToCommandQueue):
2376         (ExecuteModuleCommand):
2377         initialy static functions are exposed for now. Should be fixed soon.
2379         * fvwm/Makefile.am:
2380         added module_list.h and module_list.c
2381         reorganized the c files by size
2383         * fvwm/module_list.h:
2384         * fvwm/module_list.c:
2385         * fvwm/events.c:
2386         * fvwm/fvwm.c:
2387         * fvwm/session.c:
2388         * fvwm/stack.c:
2389         (initModules):
2390         (module_init_list):
2391         (ClosePipes):
2392         (module_kill_all):
2393         (KillModule):
2394         (module_kill):
2395         (countModules):
2396         (module_count):
2397         renamed functions to a unified style
2399         * fvwm/module_interface.h:
2400         * fvwm/module_interface.c:
2401         * fvwm/fvwm.c:
2402         * fvwm/events.c:
2403         * fvwm/modconf.c
2404         * fvwm/session.c:
2405         * fvwm/stack.c:
2406         * fvwm/windowshade.c:
2407         * fvwm/functions.c:
2408         * fvwm/move_resize.c:
2409         include file cleanup
2411         * fvwm/module_list.c (do_execute_module):
2412         made absolutely sure the module's read fd is >=0 before inserting
2413         the module on the list
2415         * fvwm/events.c (My_XNextEvent):
2416         * fvwm/module_list.c (PositiveWrite):
2417         (CMD_ModuleSynchronous):
2418         assume module read fd is allways >=0 (remove the tests)
2420         * fvwm/module_list.c (module_free):
2421         no need to test if fd >=0 when closing the pipes.
2423 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2425         * fvwm/menuitem.c (draw_higlight_background):
2426         fix x-origin of HGradients
2428 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2430         * fvwm/module_interface.c (FlushMessageQueues):
2431         fixed not flushing the first module on the list
2433 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2435         * libs/Flocale.c (FlocaleGetFftFont):
2436         add sanity check for NULL fontname.
2438         * NEWS:
2439         * fvwm/fvwm.1.in:
2440         * fvwm/menuitem.c (menuitem_paint):
2441         (draw_hilight_background):
2442         make all kinds of pixmaps work with hilight background
2444         * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2445         * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2446         (CreateBackgroundPixmap):
2447         added CreateOffsetBackgroundPixmap with the ability to create
2448         transparent images at an offset relative to the window.
2450 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2452         * fvwm/menus.c (__mloop_exit):
2453         (struct):
2454         (__mloop_get_event)
2455         (__mloop_handle_event):
2456         don't warp to parent item when entering other item with mouse.
2458         * NEWS:
2459         * fvwm/fvwm.1.in:
2460         * fvwm/menustyle.c (menustyle_update):
2461         make use of colorset TiledPixmap option with HiglightBack
2462         and HiglightTitleBack menu styles.
2464 2007-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2466         * libs/FScreen.c:
2467         reformatted
2469 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2471         * libs/FScreen.c (FScreenParseGeometry):
2472         don't look up screen info if screen is undefined
2474 2007-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2476         * ONEWS:
2477         * NEWS:
2478         moved the NEWS of 2.2.x and 2.3.x to ONEWS
2480         * libs/fio.c (fvwm_send):
2481         compile fixes
2483         * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2484         added macro
2486         * libs/fio.c:
2487         * libs/fio.h:
2488         new utility files to wrap writing/reading standard lib functions that
2489         might be interrupted
2491 2007-01-05  Serge Koksharov  <gentoosiast dog yandex dot ru>
2493         * fvwm/ewmh_intern.h:
2494         compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2495         instead of <time.h>.
2497         * fvwm/windowlist.h:
2498         removed unneeded file.
2500         * fvwm/Makefile.am:
2501         removed windowlist.h from build list.
2503         * libs/PictureUtils.c:
2504         include "ftime.h" instead of <time.h>.
2505         fvwmlib.h header name should be in double quotes not in angle
2506         brackets.
2508         * libs/System.c:
2509         include "ftime.h" instead of <sys/time.h>.
2511 2007-01-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2513         * ChangeLog:
2514         make my email less spider-friendly
2516         * fvwm/bindings.c (binding_cmd):
2517         (ParseBinding):
2518         fix core
2520 2007-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2522         * fvwm/screen.h (ScreenInfo):
2523         made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2524         casting signed values in calculations to be cast to unsigned
2526         * fvwm/focus.c (__activate_window_by_command):
2527         don't warp the viewport if the center of the window is already in view
2528         fixed a bug in window positioning
2530 2007-01-03  Serge Koksharov  <gentoosiast dog yandex dot ru>
2532         * NEWS:
2533         FvwmIconBox IconColorset's bg wasn't updated immediately.
2535 2007-01-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2537         * fvwm/fvwm.c (main):
2538         close all open fds upon startup
2539         reopen stdin, stdout and stderr if necessary
2540         (reopen_fd):
2541         new function
2543         * fvwm/module_interface.c (do_execute_module):
2544         simplified error handling
2545         check maximum fd when creating modules
2547         * fvwm/events.c (My_XNextEvent):
2548         * fvwm/fvwm.c (main):
2549         replaced fd_width with fvwmlib_max_fd
2551         * libs/fvwmlib.h:
2552         * libs/System.c (fvwmlib_init_max_fd):
2553         added function and fvwmlib_max_fd
2555         * fvwm/events.c (My_XNextEvent):
2556         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2557         switch back to using FD_SET
2559         * fvwm/events.c (My_XNextEvent:
2560         * fvwm/module_interface.h:
2561         * fvwm/module_interface.c:
2562         hide module structure members with access macros and use them
2563         everywhere
2565 2007-01-02  Renato Caldas  <seventhguardian@gmail.com>
2567         * fvwm/module_interface.c (module_add_to_fdsets):
2568         * fvwm/module_interface.h:
2569         created new function that also checks for too many open fds
2571         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2572         * fvwm/events.c (My_XNextEvent):
2573         now using module_add_to_fdset to add pipes to the fdsets
2575 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2577         * libs/defaults.h (MAX_NUM_MODULES):
2578         * fvwm/module_interface.c (module_alloc):
2579         (do_execute_module):
2580         removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2582         * fvwm/module_interface.c (do_execute_module):
2583         moved the allocation call to the end of the sanity checks and pipe
2584         creation - better for performance
2586 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2588         END MODULE STRUCT PATCHES
2590         * fvwm/module_interface.c (do_execute_module):
2591         fixed another memory leak
2593 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2595         * fvwm/module_interface.h:
2596         * fvwm/module_interface.c:
2597         * fvwm/modconf.c:
2598         renamed struct module member "pipeName" and "pipeAlias" to "name"
2599         and "alias"
2601         * fvwm/module_interface.c (do_execute_module):
2602         fixed possible memory leak
2604 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2606         * fvwm/events.c (My_XNextEvent):
2607         * fvwm/module_interface.c (module_alloc):
2608         (do_execute_module):
2609         (KillModule):
2610         * fvwm/module_interface.h (fmodule):
2611         replaced int with a flag struct
2613         * fvwm/module_interface.h:
2614         * fvwm/events.c (My_XNextEvent):
2615         * fvwm/module_interface.c (module_alloc):
2616         (module_free):
2617         (module_insert):
2618         (ClosePipes):
2619         add new modules at front of list again
2620         removed global variable init_fdset; use a flag in the module struct
2621         instead
2622         removed the now obsolete module slot count
2624 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2626         * fvwm/module_interface.c (module_remove):
2627         (KillModule):
2628         moved module remotion code to module_remove()
2630 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2632         * fvwm/events.c (My_XNextEvent):
2633         fixed startup commands
2635         * fvwm/module_interface.c (module_insert):
2636         (module_free):
2637         (KillModule):
2638         (ClosePipes):
2639         append modules at end of list
2641         * fvwm/events.c (My_XNextEvent):
2642         fixed core
2644         * fvwm/module_interface.c (ExecuteModuleCommand):
2645         (PositiveWrite):
2646         (KillModuleByName):
2647         (BroadcastPacket):
2648         (BroadcastNewPacket):
2649         (BroadcastName):
2650         (BroadcastFvwmPicture):
2651         (BroadcastColorset):
2652         (BroadcastPropertyChange):
2653         (BroadcastConfigInfoString):
2654         (CMD_SendToModule):
2655         (FlushAllMessageQueues):
2656         (countModules):
2657         (CMD_set_mask):
2658         (CMD_set_sync_mask):
2659         (CMD_set_nograb_mask):
2660         cleanup
2661         (skipModuleAliasToken):
2662         use MAX_MODULE_ALIAS_LEN
2664         * fvwm/module_interface.c (KillModule):
2665         (do_execute_module):
2666         (module_alloc):
2667         added a "slot" member to the module struct to fix the init_fdset hack
2668         for now
2670         * libs/defaults.h (MAX_NUM_MODULES):
2671         (MAX_MODULE_ALIAS_LEN):
2672         new config values
2674         * fvwm/module_interface.c (do_execute_module):
2675         rewrote module struct initialization
2676         (HandleModuleInput):
2677         use %p to print module address, don't cast it to int
2679         * fvwm/module_interface.c (ClosePipes):
2680         (KillModule):
2681         use module_free
2682         (msg_mask_set):
2683         (module_insert):
2684         (module_alloc):
2685         new functions()
2687         * fvwm/module_interface.c (FreeModule):
2688         (module_free):
2689         renamed function
2691         * fvwm/module_interface.c (KillModule):
2692         (FreeModule):
2693         * fvwm/events.c (My_XNextEvent):
2694         * fvwm/execcontext.h:
2695         * fvwm/modconf.c (CMD_Send_ConfigInfo):
2696         (ModuleConfig):
2697         * fvwm/stack.c (BroadcastRestack):
2698         cleanup
2700         * fvwm/module_interface.c (module_get_next):
2701         * fvwm/module_interface.h:
2702         new function
2704 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2706         * fvwm/modconf.c (ModuleConfig):
2707         (SendConfigToModule):
2708         (send_xinerama_state):
2709         (send_desktop_names):
2710         (send_desktop_geometry):
2711         (send_image_path):
2712         (send_color_limit):
2713         (send_colorsets):
2714         (send_click_time):
2715         (send_move_threshold):
2716         (send_ignore_modifiers):
2717         (CMD_Send_ConfigInfo):
2718         * fvwm/functions.c (__execute_function):
2719         * fvwm/events.c (My_XNextEvent):
2720         * fvwm/module_interface.h (msg_masks_t):
2721         (fmodule):
2722         * fvwm/execcontext.c (__exc_change_context):
2723         (exc_create_null_context):
2724         * fvwm/execcontext.h:
2725         Initial module struct patches
2727         BEGIN MODULE STRUCT PATCHES
2729 2006-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2731         * fvwm/events.c (HandleFocusOut):
2732         (__refocus_stolen_focus_win):
2733         (HandleEnterNotify):
2734         less disruptive way of restoring focus to the window it was stolen from
2736 2006-12-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2738         * fvwm/events.c (HandleEnterNotify):
2739         restore focus to windows that had it stolen by
2740         unmanaged windows on enter of any unmanaged windows.
2742 2006-12-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2744         * fvwm/menubindings.c:
2745         don't include menus.h
2747         * fvwm/ConfigFvwmMenuDefaults:
2748         all bindings are silent
2750 2006-12-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2752         * fvwm/ConfigFvwmMenuDefaults:
2753         make all numpad keys silent -- not all keyboads have a numpad
2754         add KP_Separator for MenuClose
2756 2006-12-30  Serge Koksharov  <gentoosiast dog yandex dot ru>
2758         * fvwm/fvwm.1.in:
2759         documented missing menu bindings.
2761         * fvwm/ConfigFvwmMenuDefaults:
2762         fixed wrong menu bindings.
2764 2006-12-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2766         * fvwm/menubindings.c:
2767         * fvwm/menubindings.h:
2768         * fvwm/menucmd.c:
2769         * fvwm/menudim.c:
2770         * fvwm/menudim.h:
2771         * fvwm/menugeometry.c:
2772         * fvwm/menugeometry.h:
2773         * fvwm/menuitem.c:
2774         * fvwm/menuitem.h:
2775         * fvwm/menuroot.h:
2776         * fvwm/menus.c:
2777         * fvwm/menus.h:
2778         * fvwm/move_resize.c:
2779         * fvwm/move_resize.h:
2780         * fvwm/windowlist.c:
2781         simplified including header files
2783         * fvwm/menus.c (__mloop_handle_event):
2784         * fvwm/menuparameters.h:
2785         * fvwm/menubindings.c (menu_shortcuts):
2786         do not call find_entry directly but return MENU_NEWITEM_FIND instead
2788         * fvwm/menus.c (__mloop_handle_event):
2789         * fvwm/menuparameters.h:
2790         * fvwm/menubindings.c (menu_shortcuts):
2791         do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
2792         instead
2794         * fvwm/menus.h (MenuParameters):
2795         (MenuOptions):
2796         (MenuPosHints):
2797         (MenuRC):
2798         (MenuReturn):
2799         (MenuRepaintTransparentParameters):
2800         * fvwm/menuparameters.h (MenuParameters):
2801         (MenuOptions):
2802         (MenuPosHints):
2803         (MenuRC):
2804         (MenuReturn):
2805         (MenuRepaintTransparentParameters):
2806         moved to menuparameters.h
2808         * fvwm/menus.h (MenuRoot):
2809         (MenuRootDynamic):
2810         (MenuRootStatic):
2811         * fvwm/menutypes.h (MenuRoot):
2812         (MenuRootDynamic):
2813         (MenuRootStatic):
2814         moved to menuroot.h
2816         * fvwm/menus.c (menu_get_geometry):
2817         (menu_get_outer_geometry):
2818         * fvwm/menugeometry.c (menu_get_geometry):
2819         (menu_get_outer_geometry):
2820         moved to menugeometry.c
2822         * fvwm/menuparameters.h:
2823         * fvwm/menutypes.h:
2824         * fvwm/menugeometry.c:
2825         * fvwm/menugeometry.h:
2826         * fvwm/Makefile.am:
2827         new files
2829         * fvwm/menubindings.h (enum):
2830         * fvwm/menus.c (enum):
2831         moved enum menu_shortcut_action to menubindings.h
2832         (get_selectable_item_index):
2833         (get_selectable_item_from_index):
2834         (get_selectable_item_from_section):
2835         (get_selectable_item_count):
2836         (parse_menu_action):
2837         moved to menubindings.c
2839         * fvwm/menus.c (enum):
2840         (parse_menu_action):
2841         (menuShortcuts):
2842         renamed enum shortcut_action to menu_shortcut_action
2844         * fvwm/fvwm.c (SetRCDefaults):
2845         read default config file after all other defaults
2847 2006-12-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2849         * fvwm/ConfigFvwmMenuDefaults:
2850         * fvwm/fvwm.c (SetRCDefaults):
2851         make the hard coded menu bindings load before ConfigFvwmDefaults
2852         move Mouse 0 ... to ConfigFvwmMenuDefaults
2854 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2856         * fvwm/ConfigFvwmMenuDefaults:
2857         * fvwm/fvwm.c (SetRCDefaults):
2858         added hard coded default menu bindings
2860 2006-12-29  Serge Koksharov  <gentoosiast dog yandex dot ru>
2862         * fvwm/fvwm.1.in:
2863         documentation fixes.
2865 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2867         * fvwm/bindings.c:
2868         * fvwm/menubindings.h:
2869         * fvwm/menubindings.c:
2870         * fvwm/menus.h:
2871         * fvwm/menus.c:
2872         * fvwm/Makefile.am:
2873         moved new menu binding code to menubindings.c, menubindings.h
2874         split binding into a regular list and a fallback list that can not be
2875         modified
2877         * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
2878         fixed calculation of new geometry if x or y is negative
2880         * fvwm/geometry.c (maximize_adjust_offset):
2881         fixed calculations of normal geometry when maximized
2883 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2885         * NEWS:
2886         * fvwm/ConfigFvwmMenuDefaults:
2887         * fvwm/fvwm.c (SetRCDefaults):
2888         * fvwm/menus.c (parse_menu_action):
2889         * fvwm/fvwm.1.in:
2890         rename menu action to menu bindings and make menu binding commands
2891         more verbose.  Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
2892         ensure basic function with ConfigFvwmMenuDefaults missing.
2894 2006-12-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2896         * fvwm/menus.c (menuShortcuts):
2897         fixed compiler warning.
2899 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2901         * fvwm/fvwm.1.in:
2902         corrected mis-spelling
2904         * AUTHORS:
2905         * NEWS:
2906         * fvwm/fvwm.1.in:
2907         * fvwm/menus.h:
2908         * fvwm/menus.c (handle_emacs_bindings):
2909         (parse_menu_action)
2910         (menuShortcuts):
2911         (__mloop_handle_event):
2912         (menu_binding):
2913         * fvwm/bindings.c (ParseBinding):
2914         * fvwm/Makefile.am (config_DATA):
2915         * fvwm/ConfigFvwmDefaults:
2916         * fvwm/ConfigFvwmMenuDefaults:
2917         fully configurable mouse any key bindings for menu navigation.
2919 2006-12-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2921         * fvwm/virtual.c (HandlePaging):
2922         removed bogus comment
2924         * fvwm/move_resize.c (__move_loop):
2925         cleanup
2926         (__resize_window):
2927         allow paging during resize with "EdgeScroll 0 0" as documented in the
2928         man page
2929         fixed disappearing windows with "maximize; resize - abort; unmaximize"
2931         * fvwm/fvwm.h (FvwmWindow):
2932         * fvwm/add_window.c (AddWindow):
2933         * fvwm/add_window.c (setup_frame_window):
2934         * fvwm/add_window.c (setup_parent_window)
2935         * fvwm/borders.c (border_draw_decorations):
2936         * fvwm/borders.c (border_draw_one_border_part):
2937         * fvwm/borders.c (border_get_parts_and_pos_to_draw)
2938         * fvwm/borders.c (border_get_titlebar_descr)
2939         * fvwm/builtins.c (__remove_window_decors):
2940         * fvwm/conditional.c (MatchesConditionMask):
2941         * fvwm/events.c (HandleMapNotify):
2942         * fvwm/events.c (HandleMapRequestKeepRaised)
2943         * fvwm/events.c (HandlePropertyNotify):
2944         * fvwm/events.c (HandleShapeNotify):
2945         * fvwm/events.c (__cr_detect_icccm_move)
2946         * fvwm/events.c (__cr_get_grav_position):
2947         * fvwm/events.c (__cr_get_static_position)
2948         * fvwm/events.c (__handle_configure_request)
2949         * fvwm/events.c (__handle_cr_on_client):
2950         * fvwm/ewmh.c (EWMH_fullscreen):
2951         * fvwm/focus.c (__activate_window_by_command):
2952         * fvwm/focus.c (__set_focus_to_fwin):
2953         * fvwm/focus.c (warp_to_fvwm_window):
2954         * fvwm/frame.c (__frame_setup_window):
2955         * fvwm/frame.c (frame_create_move_resize_args)
2956         * fvwm/frame.c (frame_free_move_resize_args):
2957         * fvwm/frame.c (frame_move_resize_step)
2958         * fvwm/frame.c (frame_reshape_border):
2959         * fvwm/geometry.c (constrain_size):
2960         * fvwm/geometry.c (get_icon_corner)
2961         * fvwm/geometry.c (get_page_offset):
2962         * fvwm/geometry.c (get_page_offset_check_visible):
2963         * fvwm/geometry.c (get_shaded_client_window_pos):
2964         * fvwm/geometry.c (get_title_button_geometry):
2965         * fvwm/geometry.c (get_title_geometry)
2966         * fvwm/geometry.c (get_unshaded_geometry):
2967         * fvwm/geometry.c (get_visible_window_or_icon_geometry)
2968         * fvwm/geometry.c (gravity_constrain_size):
2969         * fvwm/geometry.c (maximize_adjust_offset):
2970         * fvwm/geometry.c (update_absolute_geometry):
2971         * fvwm/geometry.c (update_relative_geometry)
2972         * fvwm/gnome.c (GNOME_SetWinArea):
2973         * fvwm/icons.c (AutoPlaceIcon):
2974         * fvwm/icons.c (DeIconify):
2975         * fvwm/icons.c (Iconify):
2976         * fvwm/module_interface.c (CONFIGARGS):
2977         * fvwm/move_resize.c (AnimatedMoveAnyWindow)
2978         * fvwm/move_resize.c (CMD_Maximize):
2979         * fvwm/move_resize.c (CMD_ResizeMaximize):
2980         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
2981         * fvwm/move_resize.c (__move_loop):
2982         * fvwm/move_resize.c (__move_window):
2983         * fvwm/move_resize.c (__resize_window):
2984         * fvwm/move_resize.c (maximize_fvwm_window):
2985         * fvwm/move_resize.c (resize_move_window):
2986         * fvwm/move_resize.c (stick_across_pages):
2987         * fvwm/move_resize.c (unmaximize_fvwm_window):
2988         * fvwm/placement.c (__explain_placement):
2989         * fvwm/placement.c (__place_get_wm_pos):
2990         * fvwm/placement.c (get_next_x):
2991         * fvwm/placement.c (get_next_y):
2992         * fvwm/placement.c (test_fit)
2993         * fvwm/session.c (MatchWinToSM):
2994         * fvwm/session.c (SaveWindowStates):
2995         * fvwm/update.c (apply_window_updates):
2996         * fvwm/virtual.c (MoveViewport):
2997         * fvwm/windowlist.c (CMD_WindowList):
2998         * fvwm/windowshade.c (CMD_WindowShade):
2999         put some of the window geometry members into a separate struct window_g
3000         with members frame, normal, max, max_defect, max_offset
3002 2006-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3004         * NEWS:
3005         * AUTHORS:
3006         * fvwm/window_flags.h:
3007         * fvwm/style.h:
3008         * fvwm/style.c (style_parse_one_style_option):
3009         * fvwm/icons.c (DrawIconTitleWindow):
3010         * fvwm/fvwm.h (common_flags_t):
3011         * fvwm/fvwm.1.in (Style):
3012         * fvwm/borders.c:
3013         (border_draw_title_stick_lines):
3014         Applied Stippled patch by Thomas Adam with some fixes.
3016 2006-12-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3018         * NEWS:
3019         FvwmWinList button/list syncronization fixed (bug #1393)
3021 2006-12-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3023         * NEWS:
3024         * configure.ac:
3025         updated for 2.5.20.
3027         * NEWS:
3028         * configure.ac:
3029         updated for 2.5.19 release
3031         * NEWS:
3032         updated after 2.4.20 release
3034         * NEWS:
3035         * fvwm/focus.c (focus_get_fpol_context_flag):
3036         * fvwm/events.c (__check_click_to_focus_or_raise)
3037         (__handle_click_to_focus):
3038         Treat EWMH desktop as client window under click to focus. (#1492)
3040 2006-12-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3042         * libs/Module.h (MX_REPLY):
3043         (MAX_EXTENDED_MESSAGES):
3044         (MAX_XMSG_MASK):
3045         * fvwm/module_interface.c (CMD_Send_Reply):
3046         * fvwm/functable.c (func_table):
3047         * fvwm/commands.h:
3048         Added Send_Reply module only command.
3050 2006-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3052         * libs/PictureUtils.c (init_static_colors_table):
3053         fix fvwm for < 8 bit depth, bug #1677
3055 2006-11-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3057         * fvwm/misc.c (IsRectangleOnThisPage):
3058         new fix for signedness problems.
3060 2006-10-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3062         * fvwm/misc.c (IsRectangleOnThisPage):
3063         fix signedness problem with test introduced by gcc4 fix below.
3065 2006-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3067         * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3068         (size_rect):
3069         (rectangle)
3070         (signed_rectangle):
3071         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3072         * libs/gravity.h (gravity_move_resize_parent_child):
3073         * libs/gravity.c (gravity_move_resize_parent_child):
3074         * fvwm/frame.h (frame_get_titlebar_dimensions)
3075         * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3076         (frame_get_resize_decor_gravities):
3077         (mr_args_internal):
3078         (frame_setup_border):
3079         (frame_setup_titlebar)
3080         (frame_get_resize_decor_gravities):
3081         (frame_get_titlebar_dimensions):
3082         split rectangle into a signed size and an unsigned size type.
3084         * fvwm/screen.h (ScreenInfo):
3085         * libs/FScreen.h (FScreenGetScrRect):
3086         (FScreenGetResistanceRect):
3087         * libs/FScreen.c (XineramaScreenInfo):
3088         (FScreenGetGeometry)
3089         (FScreenGetScrRect):
3090         (FScreenClipToScreen):
3091         (FScreenCenterOnScreen)
3092         (FScreenGetResistanceRect):
3093         (FScreenIsRectangleOnScreen):
3094         * fvwm/fvwm.h (FvwmWindow):
3095         * fvwm/screen.h (DecorFace):
3096         * libs/fvwmlib.h (CreateGradientPixmap):
3097         * libs/Graphics.c (CreateGradientPixmap):
3098         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3099         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3100         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3101         (PImageLoadPixmapFromFile):
3102         (PImageLoadPixmapFromXpmData):
3103         * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3104         (PImageCreatePixmapFromArgbData):
3105         (PImageLoadPixmapFromFile)
3106         (PImageLoadFvwmPictureFromFile):
3107         (PImageLoadPixmapFromXpmData):
3108         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3109         * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3110         (EWMH_SetIconFromWMIcon):
3111         * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3112         * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3113         * fvwm/colorset.c (parse_colorset):
3114         * fvwm/icons.c (DrawIconTitleWindow):
3115         (AutoPlaceIcon)
3116         (do_all_iconboxes):
3117         * fvwm/menus.h (MenuRootDynamic):
3118         * fvwm/menus.c (update_menu):
3119         (pop_menu_up):
3120         (do_menu)
3121         (get_menu_options):
3122         * fvwm/move_resize.c (GetMoveArguments):
3123         (ParseOneResizeArgument)
3124         (GetResizeArguments):
3125         (GetResizeMoveArguments):
3126         (DoSnapAttract)
3127         (__move_loop):
3128         (CMD_Maximize):
3129         change dimensions and allocation counts to unsigned types.
3131         * libs/Flocale.h (FlocaleStringNumberOfBytes)
3132         (FlocaleStringByteToCharOffset):
3133         (FlocaleStringCharToByteOffset)
3134         (FlocaleStringCharLength)
3135         * libs/Flocale.c (FlocaleStringNumberOfBytes)
3136         (FlocaleStringByteToCharOffset):
3137         (FlocaleStringCharToByteOffset)
3138         (FlocaleStringCharLength):
3139         (FlocaleUtf8ToUnicodeStr2b)
3140         (FlocaleStringToString2b):
3141         (FlocaleEncodeString):
3142         * libs/Ficonv.c (convert_charsets):
3143         change most string types to char* from unsigned char* to match
3144         with system headers without casts.
3146         * libs/Flocale.c (FlocaleLoadFont):
3147         init shadow_dir to make gcc 4 happy.
3149         * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3150         (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3151         (CSETS_IS_TRANSPARENT_ROOT_PURE)
3152         (CSETS_IS_TRANSPARENT_PR_PURE):
3153         (CSETS_IS_TRANSPARENT_ROOT)
3154         (CSETS_IS_TRANSPARENT):
3155         compare pointer with NULL, not >= 0.
3157         * libs/FTips.h (ftips_position_t):
3158         * fvwm/expand.c (partial_extended_vars):
3159         * fvwm/placement.c (preason_screen_t):
3160         remove comma last in enums.
3162         * fvwm/style.c (style_parse_focus_policy_style):
3163         change 0xffffffff to ~0 to silience truncation warning.
3165         * fvwm/session.h (mwtsm_state_args):
3166         make flags unsigned.
3168         * fvwm/schedule.c (sq_object_type):
3169         change // to /* ... */
3171         * libs/Fft.c (FftGetFontWidths):
3172         (FftTextWidth):
3173         * libs/FScreen.c (FScreenConfigureSLSScreens):
3174         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3175         (EWMH_SetDesktopNames):
3176         * fvwm/fvwm.c (LoadDefaultLeftButton):
3177         (LoadDefaultRightButton):
3178         * fvwm/builtins.c (ReadDecorFace):
3179         (CMD_State):
3180         silence signedness warnings by casts.
3182         * fvwm/borders.c (ROTATE_RECTANGLE):
3183         make sure tr is initialized.
3185         * fvwm/add_window.c (FetchWmProtocols):
3186         use unsigned type for l_protocols.
3188 2006-09-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3190         * fvwm/events.c (HandleFocusIn):
3191         (HandleFocusOut):
3192         * fvwm/focus.c (__set_focus_to_fwin):
3193         fix focus decoration when unmanaged are focused, unless
3194         FlickeringQtDialogsWorkaround is on. Closes bug #758.
3196 2006-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3198         * fvwm/geometry.c (constrain_size):
3199         repeat aspect-resizing in a loop to get a stable result that does not
3200         change the next time the frame is set up
3202 2006-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3204         * NEWS:
3205         * configure.ac:
3206         increased version to 2.5.19
3207         released 2.5.18
3209         * NEWS:
3210         * configure.ac:
3211         updated for 2.5.18 release
3213 2006-09-04  Renato Caldas  <seventhguardian@gmail.com>
3215         * acinclude.m4:
3216         removed the unused test for imlib
3217         removed the Imlib.h header from gdk_imlib test programs
3219 2006-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3221         * fvwm/ewmh.c (atom_get):
3222         fix offset and length args for XGetWindowProperty() (to support 64bit
3223         architectures)
3225 2006-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3227         * fvwm/events.c (HandleUnmapNotify):
3228         immediately handle MapRequests after unmapping a window while we still
3229         have the context fvwm window; this is necessary to allow the client to
3230         re-map a window before fvwm can reparent it to the root window
3231         (HandleMapRequestKeepRaised):
3232         cleaned up
3234 2006-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3236         * fvwm/ewmh.c (ewmh_HandleDesktop):
3237         fixed handling of ClickToFocusPassesClick with the EWMH desktop
3238         window
3240 2006-08-29  Harald Dunkel  <harald.dunkel@t-online.de>
3242         * fvwm/icccm2.c:
3243         * fvwm/gnome.c:
3244         * fvwm/decorations.c:
3245         fix offset and length args for XGetWindowProperty() (to support 64bit
3246         architectures)
3248 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3250         * NEWS:
3251         * fvwm/expand.c (expand_vars_extended):
3252         correctly expand break.
3253         * fvwm/conditional.c (__rc_matches_rcstring_consume):
3254         fix matching break.
3256 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3258         * fvwm/decorations.h (is_function_allowed):
3259         * fvwm/decorations.c (__is_resize_allowed):
3260         (is_function_allowed):
3261         work on 'const FvwmWindow *'
3263         * fvwm/fvwm.h (action_flags):
3264         * fvwm/style.c (check_window_style_change):
3265         * fvwm/module_interface.c (__get_allowed_actions)
3266         (CONFIGARGS):
3267         * libs/vpacket.h (ConfigWinPacket):
3268         expose fvwm allowed actions to modules
3270 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3272         * fvwm/move_resize.c (__move_icon):
3273         *do* map icon windows for pictured icons on move, but only if they end
3274         up on the current desk
3276 2006-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3278         * fvwm/move_resize.c (__move_icon):
3279         don't map icon windows for pictured icons on move
3281 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3283         * fvwm/style.c (remove_all_of_style_from_list):
3284         (__simplify_style_list):
3285         (blockor):
3286         (blockand):
3287         (blockunmask)
3288         (blockissubset):
3289         (style_ids_are_equal):
3290         (style_id_equals_id)
3291         (styles_have_same_id):
3292         (fw_match_style_id)
3293         (one_fw_can_match_both_ids):
3294         (check_window_style_change):
3295         use int/0/1 instead of Bool/False/True
3297         * fvwm/move_resize.c (stick_across_pages):
3298         use False instead of FALSE
3300         * fvwm/style.c (fw_match_style_id):
3301         * fvwm/read.c (run_command_file):
3302         (push_read_file):
3303         * fvwm/add_window.c (MappedNotOverride):
3304         * libs/wild.c (matchWildcards):
3305         use 0 and 1 instead of FALSE and TRUE
3307         * fvwm/fvwm.h:
3308         removed TRUE and FALSE
3310 2006-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3312         * NEWS:
3313         FvwmPager !IconTitle style bugfix.
3315 2006-07-31  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3317         * fvwm/fvwm.1.in:
3318         Updated description of Wait command in man page.
3320 2006-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3322         * libs/Flocale.c (FlocaleFontStructDrawString)
3323         (FlocaleRotateDrawString):
3324         (FlocaleDrawString):
3325         fixed drawing of forecolor/hilightfore
3327         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3328         always unmaximize and resize window when leaving fullscreen state,
3329         not just if it did not start as fullscreen
3331 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3333         * fvwm/fvwm.1.in (MenuStyle):
3334         added a reference to the prefered ! style negation flag,
3335         and listed the other deprecated negative forms in one place.
3336         (ActiveForeOff):
3337         (AnimationOff):
3338         (AutomaticHotkeysOff):
3339         (HilightBackOff):
3340         (TitleWarpOff):
3341         changed to the ! negation form and listed as deprecated.
3342         (ActiveBack):
3343         removed relics from the man page
3345 2006-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3347         * NEWS:
3348         * configure.ac:
3349         increased version to 2.5.18
3350         released 2.5.17
3352         * NEWS:
3353         * configure.ac:
3354         updated for 2.5.17 release
3356 2006-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3358         * fvwm/move_resize.c (__move_window):
3359         allow moving a window without an icon while it's iconified based on the
3360         frame geometry
3362 2006-07-17  Serge Koksharov  <gentoosiast dog yandex dot ru>
3364         * fvwm/menustyle.c (menustyle_copy):
3365         Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3367 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3369         * fvwm/fvwm.1.in:
3370         NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3371         changed the manpage to reflect the prefered style negation method,
3372         that is, using the !* negation sign.
3374 2006-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3376         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3377         removed documentation of filters.
3379         * NEWS:
3380         * fvwm/expand.c (check_first_filter):
3381         (apply_filters)
3382         (expand_args_extended):
3383         (expand_vars_extended):
3384         (expand_vars):
3385         removed variable filter implementation and backslash-escaping.
3387 2006-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3389         * NEWS:
3390         News blurb for variable filters and backslash-escaping.
3391         * fvwm/fvwm.1.in:
3392         documentation of variable filters.
3394 2006-07-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3396         * fvwm/expand.c (chec):
3397         (first_filter):
3398         (apply_filters)
3399         (expand_args_extended):
3400         (expand_vars_extended):
3401         (expand_vars):
3402         implemented variable filters.
3404         * fvwm/expand.c (expand_vars):
3405         made backslash work as escape character within extended variables.
3407         * libs/Strings.h (QuoteEscapeString):
3408         (QuoteEscapeStringLength):
3409         * libs/Strings.c (QuoteEscapeString):
3410         (QuoteEscapeStringLength):
3411         new functions: QuoteEscapeString and QuoteEscapeStringLength for
3412         generic quoting.
3414         * fvwm/expand.c (expand_args_extended):
3415         make upper limit inclusive.
3417         * fvwm/functions.c (__execute_function):
3418         Changed PeekToken to GetNextToken before expand_vars call.
3420         * fvwm/fvwm.1.in:
3421         updated documentation regarding quoting in expand_args_extended
3423 2006-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3425         * fvwm/expand.c (__eae_parse_range):
3426         reject everything that does not begin with a digit
3428         * libs/Parse.c (SkipNTokens):
3429         stop skipping tokens at the end of input
3431         * fvwm/expand.c (__eae_parse_range):
3432         bugfixes
3433         (expand_vars):
3434         reformatted
3435         (__eae_parse_range):
3436         fixed parsing of $[n-]
3438 2006-07-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3440         * fvwm/expand.c (expand_args_extended):
3441         fixed core dump
3442         added range check for positional parameters
3443         (expand_args_extended):
3444         (__eae_parse_range):
3445         cleaned up and simplified parsing code
3446         properly unquote arguments when expanding
3447         removed the patch below
3449 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3451         * fvwm/expand.c (expand_args_extended):
3452         removed range check for positional parameters
3453         make single arguments not use the 'upper' variable
3454         changed back to PeekToken for single arguemnts.
3455         improved some comments.
3457 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3459         * fvwm/expand.c (expand_args_extended):
3460         Fix segfault when called with a tokenless string for single arguments.
3462 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3463         * docs/FAQ:
3464         Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3465         Reported by Serge Koksharov.
3467 2006-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3469         * fvwm/placement.c (__explain_placement):
3470         print initial size of window too
3472         * libs/Makefile.am (libfvwm_a_SOURCES):
3473         * libs/fvwm_sys_stat.h:
3474         added compat file
3476         * configure.ac:
3477         added O_NOFOLLOW replacement and always include fcntl.h
3479 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3480         * libs/Parse.c:
3481         Added DV's mailing-list comments about how PeekToken & GetNextToken
3482         work as comments to the source code. (slightly modified)
3484 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3486         * fvwm/schedule.c (CMD_Schedule):
3487         Fixed parsing of "Periodic" option.
3489 2006-07-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3491         * NEWS:
3492         Fix for tempfile vulnerabilities in FvwmCommand.
3493         * configure.ac:
3494         Added check for lstat.
3496 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3497         * fvwm/schedule.c:
3498         * NEWS:
3499         * AUTHORS:
3500         * fvwm/fvwm.1.in:
3501         Added "Periodic" option to Schedule command.
3503 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3505         * fvwm/module_interface.c (KillModule):
3506         (ClosePipes):
3507         fixed KillModule
3510 2006-07-09  Renato Caldas  <seventhguardian@gmail.com>
3512         * fvwm/fvwm.c (main):
3513         changed the -blackout warning to say it will be removed in 3.0
3515         * fvwm/fvwm.1.in (-blackout):
3516         updated the manual regarding the future remotion of -blackout
3518 2006-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3520         * NEWS:
3521         * configure.ac:
3522         added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3524 2006-07-08  Renato Caldas  <seventhguardian@gmail.com>
3526         *libs/alloca.c (DEBUG_I00FUNC)
3527         removed old debug code
3529 2006-07-07  Renato Caldas  <seventhguardian@gmail.com>
3531         * libs/debug.c:
3532         removed the old unused file
3534         * libs/Makefile.am (libfvwm_a_SOURCES):
3535         removed the reference to debug.c
3537         * libs/fvwmlib.h:
3538         removed the code related to libs/debug.c
3540         * fvwm/module_interface.c (make_named_packet)
3541         removed the #if 0'ed debug code related to debug.c
3543         fvwm/focus.h (DEBUG_FOCUS)
3544         removed the #ifdef'ed to 0 debug code related to debug.c
3547 2006-07-06  Renato Caldas  <seventhguardian@gmail.com>
3549         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3550         removed useles definition.
3552         * modules/FvwmPager/FvwmPager.c (main):
3553         (ParseOptions):
3554         removed most of the debug code.
3555         changed termination debug to use 'isTerminated' instead of
3556         'debug_term_signal'.
3557         changed termination debug to compile on FVWM_DEBUG_MSGS instead
3558         of DEBUG.
3560         * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3561         * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3562         (fvwmSetTerminate):
3563         removed unused debug_term_signal.
3565 2006-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3567         * NEWS:
3568         Work around for Cygwin not requiering '_GNU_SOURCE' to use
3569         stdio's getline; news entry.
3571 2006-06-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3573         * fvwm/commands.h:
3574         * fvwm/module_interface.c (CMD_ModuleListenOnly):
3575         (do_execute_module):
3576         (PositiveWrite):
3577         (ClosePipes):
3578         (KillModule):
3579         * fvwm/commands.h (enum):
3580         * fvwm/functable.c (func_table):
3581         new command ModuleListenOnly
3583 2006-06-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3585         * fvwm/move_resize.c (__move_loop):
3586         make sure a window is snapped in __move_loop when a button is released
3587         if it was snapped before
3589 2006-06-04  Mikhael Goikhman  <migo@homemail.com>
3591         * fvwm/expand.c (expand_vars_extended):
3592         convert function to have a single return point; this is good to
3593         implement doc/todo-vars filters in the future;
3594         fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3595         to behave like deprecated $n, $c and $r, i.e. quote them
3597 2006-06-03  Mikhael Goikhman  <migo@homemail.com>
3599         * fvwm/expand.c:
3600         multiple minor tweaks: remove trailing spaces and other
3601         re-spacing and re-indenting, remove old "#if 0" code
3603 2006-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3605         * fvwm/move_resize.c (ParseOneResizeArgument):
3606         rewrote parsing of resize arguments
3607         new prefix 'w' for resizing
3609 2006-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3611         * fvwm/conditional.c (MatchesConditionMask):
3612         fixed handling of some conditions (iconifiable, fixed, ...)
3614 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
3616         * fvwm/fvwm.1.in:
3617         s/reverted/negated/
3619         * fvwm/conditional.c:
3620         Output an error message if an unrecognised conditional is used
3621         with the Test or TestRc commands.
3623 2006-05-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3625         * fvwm/frame.c (frame_mrs_hide_changing_parts):
3626         do not map hide windows if their width or height is zero
3628 2006-05-09  Serge Koksharov  <gentoosiast dog yandex dot ru>
3630         * fvwm/ewmh_events.c:
3631         * fvwm/fvwm.1.in:
3632         * fvwm/gnome.c:
3633         * libs/FlocaleCharset.c:
3634         corrected typos
3636         * libs/Flocale.c:
3637         corrected typos in warning messages
3639         * libs/Colorset.c:
3640         * libs/PictureGraphics.c:
3641         * libs/PictureGraphics.h:
3642         renamed function PGraphicsCreateTransprency to
3643         PGraphicsCreateTransparency
3645 2006-04-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3647         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3648         * fvwm/expand.c (expand_args_extended):
3649         fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3651 2006-04-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3653         * NEWS:
3654         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3655         * fvwm/expand.c (expand_args_extended):
3656         (expand_vars):
3657         added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3659         * fvwm/conditional.c (CMD_All):
3660         * fvwm/fvwm.1.in (All):
3661         changed Reverse and UseStack options to have free order.
3663         * NEWS:
3664         * fvwm/fvwm.1.in (WindowShade):
3665         * fvwm/windowshade.c (CMD_WindowShade):
3666         * fvwm/add_window.c (setup_window_structure):
3667         added last direction to WindowShade command.
3669 2006-04-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3671         * fvwm/fvwm.1.in (All):
3672         corrected typo
3674 2006-04-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3676         * NEWS:
3677         * fvwm/fvwm.1.in (All):
3678         * fvwm/conditional.c (CMD_All):
3679         added reverse option to All command to do the action in opposite order
3680         added UseStack option to All command to use the stack ring instead of
3681         the window ring.
3683 2006-04-07  Serge Koksharov  <gentoosiast dog yandex dot ru>
3685         * bin/fvwm-bug.in:
3686         changed fallback editor from `emacs' to `vi' because it much
3687         more widespread on non-Linux systems
3688         fixed errors (because of incorrect syntax fallback entries were
3689         not used)
3690         now script honors `TMPDIR' env. variable and if it's not set it
3691         fallback to `/tmp' directory when creating temporary file
3693 2006-04-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3695         * fvwm/fvwm.1.in:
3696         changed description of the fvwmstyle resource usage
3697         to state that it's used in addition to the other
3698         matches
3699         * fvwm/style.c (fw_match_style_id):
3700         fixed a typo in style_name matching
3702 2006-04-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3704         * fvwm/style.c (fw_match_style_id):
3705         reformatted code and fixed a warning
3707 2006-04-04  Serge Koksharov  <gentoosiast dog yandex dot ru>
3709         * ChangeLog:
3710         * bin/ChangeLog:
3711         * libs/Fft.c (FftGetFont):
3712         * libs/System.c:
3713         corrected typos
3715         * libs/System.c (fvwm_mkstemp):
3716         because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3717         function was never used, even if it was considered secure by configure
3718         script.
3720 2006-04-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3722         * AUTHORS:
3723         added some more suff to the list of what I've done.
3724         * NEWS:
3725         * fvwm/fvwm.1.in:
3726         * fvwm/add_window.c (__add_window_handle_x_resources)
3727         (destroy_window):
3728         (AddWindow):
3729         * fvwm/fvwm.h (FvwmWindow):
3730         added fvwmstyle resource to override style name
3732 2006-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3734         * fvwm/menus.c (pop_menu_up):
3735         as documented, do not warp to title for root menus with TitleWarp
3737 2006-03-21  Serge Koksharov  <gentoosiast dog yandex dot ru>
3739         * fvwm/fvwm.1.in:
3740         Removed duplicated 'NoIcon' style option description in the end
3741         of the `The Style command...' section.
3742         Removed `Recapture True' option setting in example of BusyCursor
3743         description, because `Recapture' isn't valid option of `BusyCursor'
3744         command anymore.
3745         Updated ewmh specification URL (the old was 404)
3746         Added URL to ICCCM 2.0 manual
3748         * modules/FvwmAnimate/FvwmAnimate.c:
3749         corrected delay for Zoom3D animation effect
3751         * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3752         * modules/FvwmConsole/FvwmConsole.1.in:
3753         replaced all `Cntl' modificator key mentions with `Ctrl' to be
3754         consistent with rest of the documentation and because it's more
3755         conventional abbreviation.
3757         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3758         slightly clarified the `StartName' option description
3759         added the undocumented `MailDir' option description. Somebody
3760         violated section `K' of the convention list.
3762         * fvwm/fvwm.1.in:
3763         * fvwm/ConfigFvwmSetup:
3764         * modules/FvwmForm/FvwmForm.1.in:
3765         * modules/FvwmForm/FvwmForm-Rlogin:
3766         * sample.fvwmrc/system.fvwm2rc:
3767         * sample.fvwmrc/system.fvwm2rc-sample-1:
3768         replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
3769         inherently insecure. We shouldn't teach our users bad things,
3770         should we?
3772         * AUTHORS:
3773         * Changelog:
3774         * INSTALL.fvwm:
3775         * NEWS:
3776         * bin/fvwm-config.1.in:
3777         * bin/fvwm-menu-headlines.1:
3778         * bin/fvwm-menu-headlines.in:
3779         * bin/fvwm-perllib.in:
3780         * bin/fvwm-root.1.in:
3781         * docs/CONVENTIONS:
3782         * docs/FAQ:
3783         * fvwm/fvwm.1.in:
3784         * fvwm/fvwm.h:
3785         * fvwm/virtual.c:
3786         * libs/PictureGraphics.c:
3787         * libs/Picture.h:
3788         * modules/FvwmBacker/FvwmBacker.1.in:
3789         * modules/FvwmDebug/FvwmGtkDebug.in:
3790         * modules/FvwmDebug/FvwmGtkDebug.1:
3791         * modules/FvwmEvent/FvwmEvent.1.in:
3792         * modules/FvwmForm/FvwmForm.1.in:
3793         * modules/FvwmIconMan/xmanager.c:
3794         * modules/FvwmIdent/FvwmIdent.c:
3795         * modules/FvwmIdent/FvwmIdent.1.in:
3796         * modules/FvwmPerl/FvwmPerl.in:
3797         * modules/FvwmPerl/FvwmPerl.1:
3798         * modules/FvwmScript/FvwmScript.1.in:
3799         * modules/FvwmScript/Widgets/Menu.c:
3800         * modules/FvwmTabs/ConfigFvwmTabs:
3801         * modules/FvwmTabs/FvwmTabs-DefaultSetup:
3802         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3803         * modules/FvwmTheme/FvwmTheme.1.in:
3804         * perllib/FVWM/Module/Tk.pm:
3805         * perllib/FVWM/Tracker.pm:
3806         * perllib/FVWM/Module.pm.in:
3807         corrected typos
3809 2006-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3811         * fvwm/style.c (style_parse_focus_policy_style):
3812         fix ISO C90 compability with unconsumed styleoption warnings
3814 2006-03-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3816         * fvwm/events.c (HandlePropertyNotify):
3817         fix for bug 1557/3950 (possible free of Untilted constant or
3818         already used name (if app reset the name already given to them))
3820 2006-03-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3822         * fvwm/focus.c (__activate_window_by_command)
3823         (warp_to_fvwm_window):
3824         (CMD_WarpToWindow):
3825         * fvwm/builtins.c (CMD_CursorMove):
3826         set last pointer event position after warping the pointer
3828         * libs/FEvent.h:
3829         * libs/FEvent.c (FWarpPointerUpdateEvpos):
3830         new function
3832 2006-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3834         * acinclude.m4 (AM_PATH_GTK):
3835         (AM_PATH_IMLIB):
3836         (AM_PATH_GDK_IMLIB):
3837         (AM_CHECK_FT2):
3838         (AM_CHECK_XFT):
3839         (AM_CHECK_FC):
3840         fixed to cope with 4 digit version numbers
3842 2006-02-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3844         * NEWS:
3845         * fvwm/style.c (parse_and_set_window_style)
3846         (style_parse_one_style_option):
3847         (style_parse_icon_fill_style)
3848         (style_parse_icon_grid_style):
3849         (style_parse_icon_box_style)
3850         (style_parse_icon_size_style):
3851         (style_parse_focus_policy_style)
3852         (style_parse_button_style):
3853         warn if parts of style options are not consumed
3855 2006-02-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3857         * fvwm/menuitem.c (menuitem_paint):
3858         use the MenuColorset in all cases if TitleColorset is not given
3860 2006-02-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3862         * fvwm/style.c (style_parse_one_style_option):
3863         * fvwm/placement.c (__place_get_wm_pos):
3864         (__explain_placement):
3865         new placement style UnderMousePlacement
3867 2006-02-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3869         * NEWS:
3870         * fvwm/fvwm.1.in (EdgeScroll):
3871         * fvwm/virtual.c (CMD_EdgeScroll):
3872         fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
3873         added wrap/wrapx/wrapy option to EdgeScroll
3875 2006-02-10  Mikhael Goikhman  <migo@homemail.com>
3877         * fvwm/fvwm.1.in:
3878         spell check the whole file (dozens of typos)
3880 2006-02-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3882         * fvwm/module_interface.c (do_execute_module):
3883         removed accidentally committed FVWM_MODULE_ALIAS patch
3885 2006-02-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3887         * fvwm/module_interface.c (do_execute_module):
3888         unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
3890         * fvwm/menus.c (size_menu_horizontally):
3891         fix for drawing menus with sidepic on the right
3893         * libs/Flocale.c (FlocaleFontStructDrawString):
3894         (FlocaleDrawString):
3895         set the foreground colour before drawing a string
3897         * fvwm/menustyle.h:
3898         * fvwm/menustyle.c (menustyle_get_styleopt_index):
3899         (menustyle_free):
3900         (menustyle_update):
3901         (menustyle_parse_style):
3902         (menustyle_copy):
3903         * fvwm/menus.c (calculate_item_sizes):
3904         (size_menu_vertically):
3905         (UpdateMenuColorset):
3906         * fvwm/menuitem.c (menuitem_paint):
3907         Applied patch by David Maciver
3908         new menu styles TitleColorset, HilightTitleBack and TitleFont
3910 2006-02-09  Renato Caldas  <seventhguardian@gmail.com>
3912         * libs/Module.h:
3913         * libs/Module.c (ParseModuleArgs):
3914         added variable "namelen" to ModuleArgs struct
3916 2006-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3918         * libs/Module.h:
3919         removed duplicate declaration
3921 2006-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3923         * fvwm/fvwm.c (main):
3924         replaced previous patch with a better one
3926         * fvwm/virtual.c (unmap_window):
3927         * fvwm/menus.c (do_menu):
3928         * fvwm/events.c (fake_map_unmap_notify):
3929         (HandleMapNotify):
3930         * fvwm/add_window.c (MappedNotOverride):
3931         Added XFlush after XSelectInput
3933 2006-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3935         * NEWS:
3936         * fvwm/fvwm.c (main):
3937         fix for fvwm not detecting non ICCCM2 wm (bug #3151)
3939 2006-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3941         * NEWS:
3942         * configure.ac:
3943         increased version to 2.5.17
3944         released 2.5.16
3946         * NEWS:
3947         * configure.ac:
3948         updated for 2.5.16 release
3950         * acinclude.m4 (CHECK_LIBCHARSET):
3951         removed debug code
3953 2006-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3955         * fvwm/functions.c (execute_complex_function):
3956         print a message to the console instead of ringing the bell when a
3957         grab fails
3959 2006-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3961         * NEWS:
3962         fixed typo (NEWS still said 2.5.15)
3964 2006-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3966         * NEWS:
3967         * configure.ac:
3968         increased version to 2.5.16
3969         released 2.5.15
3971         * NEWS:
3972         * configure.ac:
3973         updated for 2.5.15 release
3975 2006-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3977         * fvwm/move_resize.c (GetOnePositionArgument):
3978         (GetMoveArguments):
3979         new option "screen" to Move type commands
3981 2006-01-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3983         * acinclude.m4 (smr_SWITCH):
3984         updated
3986 2006-01-08  Mikhael Goikhman  <migo@homemail.com>
3988         * Makefile.am
3989         restore requirement of automake-1.4; 1.8 is too new even for my system
3991 2006-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3993         * configure.in:
3994         * configure.ac:
3995         renamed configure.in to configure.ac
3997         * acinclude.m4:
3998         some updates for new autoconf/automake versions
4000         * configure.in:
4001         * acconfig.h:
4002         removed acconfig.h
4004         * configure.in:
4005         require autoconf-2.53 or later
4007         * Makefile.am (AUTOMAKE_OPTIONS):
4008         require automake-1.8 or later
4010         * configure.in:
4011         check for X library path before X library checks
4012         removed obsolete C++ compiler check
4013         removed duplicate type size checks
4014         replaced M4 comment ("dnl") with shell comment ("#") in many places
4016         * acinclude.m4:
4017         fixed aclocal warnings
4019 2006-01-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4021         * fvwm/style.c (style_parse_button_style):
4022         corrected typo in error message, and made errorous buttons not apply
4023         (style_parse_one_style_option):
4024         changed NoButton to use style_parse_button_style
4026 2005-12-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4028         * libs/Fft.h:
4029         new fix for incompatible pointer type warning with gcc 3.4.
4031 2005-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4033         * NEWS:
4034         * AUTHORS:
4035         * fvwm/menuitem.c:
4036         * fvwm/menustyle.h:
4037         * fvwm/fvwm.1.in:
4038         commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
4039         option.
4041 2005-12-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4043         * fvwm/fvwm.1.in:
4044         corrected typos
4046 2005-11-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4048         * fvwm/frame.c (frame_free_move_resize_args):
4049         fixed drawing of transparent decorations or when using lazy shading
4050         during resize
4052 2005-11-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4054         * configure.in:
4055         * libs/fvwmsignal.c:
4056         * libs/Graphics.c:
4057         c89 fixes
4059         * fvwm/ewmh_names.c:
4060         * libs/CombineChars.c:
4061         * libs/FGettext.c:
4062         * libs/FScreen.c:
4063         * libs/FTips.c:
4064         * libs/Flocale.c:
4065         * libs/Parse.c:
4066         * libs/PictureUtils.c:
4067         * libs/System.c:
4068         * libs/XError.c:
4069         * libs/alloca.c:
4070         * libs/envvar.c:
4071         * libs/safemalloc.c:
4072         * libs/strdup.c:
4073         * libs/usleep.c:
4074         do not #include stdlib.h (comes from config.h)
4076         * libs/Flocale.c:
4077         do not #include string.h (comes from config.h)
4079         * acconfig.h:
4080         fixed detection of string.h/strings.h
4082 2005-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4084         * libs/Fft.c (FftGetFont):
4085         fixed compiler warning with gcc 3.4.4
4087 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4089         * fvwm/menuitem.c (menuitem_paint):
4090         properly undraw unselected item area
4092 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4094         * fvwm/menuitem.c (menuitem_paint):
4095         * fvwm/menus.c (get_menu_paint_item_parameters)
4096         (get_menu_paint_item_parameters):
4097         (make_menu):
4098         fixed text offset of menu items with icons but with an item format that
4099         disables icons
4100         (size_menu_horizontally):
4101         allow sidepic to be placed in the middle of menu items; this is better
4102         than ignoring the item format completely but does not draw the items
4103         properly either
4105         * fvwm/menus.c (__mloop_handle_event):
4106         (menu_expose):
4107         fixed delayed menu drawing issue
4108         (select_menu_item):
4109         do not draw the selected menu item before the menu is drawn for the
4110         first time
4111         (repaint_transparent_menu):
4112         (select_menu_item):
4113         (paint_menu):
4114         don't call get_menu_paint_item_parameters when the result is not used
4115         (get_menu_paint_item_parameters):
4117 2005-11-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4119         * fvwm/ewmh.h (EWMH_CMD_Style):
4120         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4121         * fvwm/style.c (style_parse_one_style_option):
4122         Added support for inverting boolean EWMH styles with !.
4124         * NEWS:
4125         * fvwm/fvwm.h
4126         * fvwm/style.h:
4127         * fvwm/window_flags.h:
4128         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4129         * fvwm/ewmh.c (ewmh_HandleWindowType):
4130         * fvwm/fvwm.1.in:
4131         Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4133 2005-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4135         * fvwm/icons.c (GetIconWindow):
4136         * fvwm/fvwm.h (FvwmWindow):
4137         * fvwm/events.c (__handle_cr_on_icon):
4138         properly handle icon border width; fixes an xterm active icon loop
4140 2005-10-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4142         * fvwm/borders.c (border_draw_one_border_part):
4143         fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4144         borders.
4146 2005-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4148         * fvwm/menustyle.c (menustyle_copy_face):
4149         (menustyle_copy):
4150         (menustyle_free_face):
4151         (menustyle_free):
4152         (menustyle_parse_style):
4153         use new functions and fix a bug
4155         * fvwm/Makefile.am:
4156         * fvwm/colors.c:
4157         * fvwm/colors.h:
4158         removed empty files colors.c and colors.h
4160         * fvwm/colors.c (CopyColor):
4161         (FreeColors):
4162         moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4163         fvwmlib_copy_color
4165         * fvwm/frame.c (frame_reshape_border):
4166         removed unused code
4168 2005-10-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4170         * fvwm/menustyle.c (menustyle_copy_face):
4171         separated from menustyle_copy; color copies are reallocated.
4172         (menustyle_free):
4173         all colors freed
4174         (menustyle_copy):
4175         color copies are reallocated.
4177         * fvwm/colors.c (CopyColor):
4178         * fvwm/colors.h (CopyColor):
4179         added CopyColor
4181 2005-10-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4183         * fvwm/move_resize.c (__resize_window):
4184         fix for not being able to finish resize with mouse when resizing on
4185         click with modifiers active. (intruduced with 'removed duplicate
4186         pointer query' at sep 29)
4188         * NEWS:
4189         * fvwm/fvwm.1.in:
4190         * fvwm/menustyle.c (menustyle_parse_style):
4191         made style pairs negatable with '!' prefix
4192         ActiveForeOff and HilightBackOff frees colors used.
4194         * fvwm/menustyle.c (menustyle_copy):
4195         fix for freeing color from sorce instead of destination.
4197 2005-10-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4199         * fvwm/functions.c (__execute_function):
4200         fixed an error in yesterdays patch to complex fuctions. the commands
4201         pressed window were not retored correctly after running move functions
4202         without it, and functions would be run twice.
4204 2005-10-18  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4206         * fvwm/fvwm.1.in:
4207         added NoLayer to list of allowed options for WindowList command
4208         fixed grammar of test-conditions list. formatting fixes for
4209         MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4210         style option list.
4212         * NEWS:
4213         * fvwm/functions.c (__execute_function)
4214         (__run_complex_function_items):
4215         (execute_complex_function):
4216         fix for moving/resizing reference window usage with complex functions.
4218 2005-10-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4220         * fvwm/move_resize.c (__move_loop):
4221         reimplemented a fix for the place with keyboard setting a button as
4222         used for place bug; this time without breaking escape key.
4224 2005-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4226         * fvwm/move_resize.c (__move_loop):
4227         removed the previous patch as it breaks aborting window motion with the
4228         escape key.
4230 2005-10-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4232         * fvwm/move_resize.c (__move_loop):
4233         fixed bug where finishing movment with keyboard would set a random
4234         button as used for placement.
4236 2005-09-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4238         * NEWS
4239         * fvwm/frame.c (frame_setup_border):
4240         reverted change for move of window parts (reset of PressedW).
4242 2005-09-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4244         * fvwm/frame.c (frame_setup_border):
4245         fixed a Warning
4247 2005-09-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4249         * NEWS:
4250         * fvwm/move_resize.c (__resize_window):
4251         removed duplicate pointer query for enter/leave notify events.
4252         resizing of shaded windows in the shaded direction no longer
4253         results in bogus ref points.
4255         * fvwm/frame.c (frame_setup_border):
4256         reset PressedW if the part has moved. This prevents strange
4257         ref points in resize if called from some complex functions.
4259         * fvwm/frame.c (frame_create_move_resize_args):
4260         shaded windows use get_client_geometry for client geometry.
4262 2005-09-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4264         * NEWS:
4265         * AUTHORS:
4266         * fvwm/fvwm.h (window_flags):
4267         (WindowConditionMask):
4268         (FvwmWindow):
4269         * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4270         (SET_PLACED_WB3)
4271         (SETM_PLACED_WB3):
4272         * fvwm/session.c (_match):
4273         (SaveWindowStates):
4274         (LoadWindowStates):
4275         * fvwm/conditional.c (MatchesConditionMask):
4276         (CreateConditionMask):
4277         * fvwm/add_window.c (setup_window_structure):
4278         * fvwm/move_resize.h (placement_binding):
4279         * fvwm/move_resize.c (__move_loop):
4280         (placement_binding):
4281         * fvwm/bindings.c (ParseBinding):
4282         * libs/wcontext.c (win_contexts):
4283         * libs/wcontext.h (enum):
4284         * fvwm/fvwm.1.in:
4285         Added placement context for simple mouse bindings to allow
4286         specification of buttons to finish/cancel movment. Buttons >3
4287         may now be used to place windows.
4288         Replaced window flag placed_wb3 with placed_by_button
4289         FvwmWindow member. Added window condition PlacedByButton.
4291 2005-09-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4293         * NEWS:
4294         * AUTHORS:
4295         * fvwm/menustyle.h (enum):
4296         (MenuFeel):
4297         (ST_DO_SCROLL):
4298         (MST_DO_SCROLL)
4299         (ST_SCROLL_OFF_PAGE):
4300         (MST_SCROLL_OFF_PAGE):
4301         * fvwm/menustyle.c (menustyle_copy):
4302         (menustyle_get_styleopt_index):
4303         (menustyle_parse_style):
4304         (CMD_MenuStyle):
4305         * fvwm/menus.c (menuShortcuts):
4306         (enum):
4307         (__mloop_handle_event):
4308         (menu_get_outer_geometry):
4309         (move_any_menu):
4310         * fvwm/fvwm.1.in:
4311         added MouseWheel and ScrollOffPage menu styles
4313 2005-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4315         * NEWS:
4316         * fvwm/menus.c (append_item_to_menu):
4317         fixed bug #1121: Use of pointer without checking for NULL
4319 2005-09-19  Mikhael Goikhman  <migo@homemail.com>
4321         * NEWS:
4322         * fvwm/expand.c (expand_vars):
4323         warn on usage of obsolete one-letter variables
4325 2005-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4327         * NEWS:
4328         * AUTHORS:
4329         * fvwm/expand.c (expand_vars_extended):
4330         (expand_vars):
4331         allow nesting of variables
4333 2005-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4335         * fvwm/ewmh.c (EWMH_SetWMDesktop):
4336         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4337         (ewmh_WMDesktop):
4338         64-bit fixes
4340 2005-09-03  Mikhael Goikhman  <migo@homemail.com>
4342         * fvwm/borders.c (border_draw_one_border_part)
4343         (border_draw_all_border_parts):
4344         fix the previous patch to work with title-less windows too
4346 2005-08-30  Mikhael Goikhman  <migo@homemail.com>
4348         * fvwm/borders.c (border_draw_one_border_part)
4349         (border_draw_all_border_parts):
4350         improve offsets when drawing borders for "BorderStyle TiledPixmap"
4351         windows to make the borders look homogeneous (based on the patch of
4352         Evgeny Stambulchik)
4354 2005-08-26  Mikhael Goikhman  <migo@homemail.com>
4356         * NEWS:
4357         * acconfig.h:
4358         * configure.in:
4359         * libs/FBidi.c:
4360         support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4361         fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4363 2005-08-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4365         * NEWS:
4366         * configure.in:
4367         increased version to 2.5.15
4368         released 2.5.14
4370         * NEWS:
4371         * configure.in:
4372         updated for 2.5.14 release
4374         * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4375         (ewmh_WMStateSkipTaskBar):
4376         (ewmh_WMStateSkipPager):
4377         (ewmh_WMStateModal):
4378         fixed several ewmh-hints
4380 2005-08-24  Mikhael Goikhman  <migo@homemail.com>
4382         * fvwm/fvwm.1.in:
4383         fix TestRc example error, s/Any/All/
4385 2005-08-17  Jonathan Kotta  <jpkotta@gmail.com>
4387         * NEWS:
4388         * AUTHORS:
4389         * fvwm/fvwm.1.in:
4390         * fvwm/conditions.c (MatchesConditionMask):
4391         (CreateConditionMask):
4392         added FixedPosition condition
4394 2005-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4396         * fvwm/virtual.c (HandlePaging):
4397         use FQueryPointer every time to track the pointer position; this fixes
4398         fvwm hanging in HandlePaging for the given delay once the pointer
4399         touches the pan frames
4401 2005-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4403         * fvwm/session.c (SaveWindowStates):
4404         (LoadWindowStates):
4405         (MatchWinToSM):
4406         save and restore the default layer during a restart
4408 2005-08-13  Mikhael Goikhman  <migo@homemail.com>
4410         * fvwm/conditional.c (CMD_Test):
4411         * fvwm/fvwm.1.in:
4412         rename previously added Test conditions to EnvIsSet and EnvMatch,
4413         tweak the logic when the variable is set, but empty
4415 2005-08-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4417         * fvwm/conditional.c (CMD_Test):
4418         * fvwm/fvwm.1.in:
4419         added test conditions EdgeHasPointer and EdgeIsActive
4421 2005-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4423         * fvwm/virtual.c (raisePanFrames):
4424         prevent cycling of pan frame window stacking order
4426 2005-08-12  Mikhael Goikhman  <migo@homemail.com>
4428         * fvwm/conditional.c (CMD_Test):
4429         * fvwm/fvwm.1.in:
4430         add Test conditions IsEnvSet and MatchEnv
4432 2005-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4434         * fvwm/menus.c (pop_menu_up):
4435         * fvwm/menustyle.c (menustyle_copy):
4436         two fixes by Viktor Griph
4438         * fvwm/events.c (HandleEvents):
4439         simplify the style list if there is nothing else to do
4441         * fvwm/style.c (__simplify_style_list):
4442         (styles_have_same_id):
4443         (style_id_equals_id):
4444         (style_ids_are_equals):
4445         (__style_command):
4446         (remove_all_of_style_from_list):
4447         (one_fw_can_match_both_ids):
4448         pass pointers instead of the whole style structure
4449         (__simplify_style_list):
4450         fixed memory leak and tweaked the code
4452         * libs/Strings.c (CatString3):
4453         fixed a buffer overflow
4455 2005-08-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4457         * configure.in:
4458         detect if Window, Pixel or void * are bigger than long and refuse to
4459         compile
4461         * libs/vpacket.h (ConfigWinPacket):
4462         * fvwm/windowshade.c (CMD_WindowShade):
4463         * fvwm/virtual.c (MoveViewport):
4464         (goto_desk):
4465         (CMD_DesktopSize):
4466         (CMD_GotoDeskAndPage):
4467         * fvwm/update.c (apply_window_updates):
4468         * fvwm/stack.c (BroadcastRestack):
4469         (RaiseWindow):
4470         (LowerWindow):
4471         * fvwm/icons.c (DeIconify):
4472         (Iconify):
4473         * fvwm/geometry.c (broadcast_icon_geometry):
4474         * fvwm/events.c (HandleEnterNotify):
4475         (HandleFocusIn):
4476         (HandleLeaveNotify):
4477         (HandleMapNotify):
4478         (HandleMapRequestKeepRaised):
4479         * fvwm/add_window.c (destroy_window):
4480         * fvwm/module_interface.c (SendFvwmPicture)
4481         (BroadcastFvwmPicture):
4482         (CMD_Send_WindowList):
4483         * fvwm/modconf.c (CMD_Send_ConfigInfo):
4484         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4485         64-bit fixes
4487         * fvwm/virtual.c (GetDeskNumber):
4488         fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4489         around the given desk range with a relative desk
4491         * fvwm/focus.c (focus_grab_buttons_on_layer):
4492         fixed a hang
4494         * fvwm/gnome.c:
4495         * fvwm/stack.c:
4496         * fvwm/ewmh.c:
4497         reindented some code and renamed some variables
4499 2005-08-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4501         * fvwm/events.c (__check_click_to_focus_or_raise):
4502         small cleanup patch
4504 2005-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4506         * FvwmIconMan/xmanager.c (set_win_iconified):
4507         fixed select/focus button state lost when deiconifying a window
4509 2005-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4511         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4512         fixed bogus warning
4514         * libs/Colorset.c (get_aspect_dimensions):
4515         fixed aspectpixmap size calculations
4517 2005-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4519         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4520         fixed a core dump
4522         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4523         (ewmh_CurrentDesktop):
4524         (ewmh_DesktopGeometry):
4525         (ewmh_NumberOfDesktops):
4526         (ewmh_WMDesktop):
4527         (ewmh_WMIconGeometry):
4528         * fvwm/gnome.c (GNOME_ProcessClientMessage):
4529         print error messages for broken gnome client messages
4531         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4532         removed duplicate call of execute_function_override_window
4534         * fvwm/stack.c (new_layer):
4535         fixed a hang if a window sets an layer < 0 via gnome hints
4537         * fvwm/add_window.c (GetWindowSizeHints):
4538         * fvwm/misc.c (fvwm_msg_report_app):
4539         (fvwm_msg_report_app_and_workers):
4540         new utility functions
4542 2005-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4544         * fvwm/stack.c (dump_stack_ring):
4545         (verify_stack_ring_consistency):
4546         * fvwm/module_interface.c (HandleModuleInput):
4547         * fvwm/events.c (__cr_detect_icccm_move):
4548         * fvwm/style.c (print_styles):
4549         64-bit fixes
4551 2005-07-19  Mikhael Goikhman  <migo@homemail.com>
4553         * libs/FlocaleCharset.c:
4554         support euc-jp encodings (Yasuhiro Nakazaki)
4556 2005-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4558         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4559         * fvwm/ewmh_names.c (EWMH_WMName):
4560         (EWMH_WMIconName):
4561         * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4562         (EWMH_SetNumberOfDesktops):
4563         (EWMH_SetDesktopViewPort):
4564         (EWMH_SetDesktopGeometry):
4565         (EWMH_SetWMDesktop):
4566         (ewmh_SetWorkArea):
4567         (EWMH_SetFrameStrut):
4568         (EWMH_Init):
4569         * fvwm/gnome.c (AtomGet):
4570         (atom_size):
4571         (GNOME_GetHintIcons):
4572         (GNOME_GetHintLayer):
4573         (GNOME_GetHintState):
4574         (GNOME_GetExpandedSize):
4575         (GNOME_SetAreaCount):
4576         (GNOME_SetCurrentArea):
4577         (GNOME_SetDeskCount):
4578         (GNOME_SetCurrentDesk):
4579         (GNOME_SetCurrentDesk):
4580         (GNOME_SetWinArea):
4581         (GNOME_Init):
4582         (CMD_GnomeShowDesks):
4583         (GNOME_SetHints):
4584         (GNOME_SetDesk):
4585         (GNOME_SetLayer):
4586         * libs/fsm.c (GetClientID):
4587         (set_session_manager):
4588         * fvwm/session.c (GetClientID):
4589         * fvwm/fvwm.h (FvwmWindow):
4590         * fvwm/colorset.c (get_root_pixmap):
4591         * fvwm/add_window.c (FetchWmProtocols):
4592         * libs/FTips.c (__initialize_window):
4593         * fvwm/icccm2.c (convertProperty)
4594         (icccm2_handle_selection_request)
4595         * fvwm/fvwm.c (SetMWM_INFO):
4596         64-bit fixes
4598 2005-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4600         * fvwm/move_resize.c (GetOnePositionArgument):
4601         don't use the unportable fuction rintf()
4603 2005-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4605         * NEWS:
4606         * configure.in:
4607         increased version to 2.5.14
4608         released 2.5.13
4610         * ANNOUNCE:
4611         * NEWS:
4612         * configure.in:
4613         updated for 2.5.13 release
4615 2005-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4617         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4618         fixed drawing of relief with very small rectangles, i.e. when
4619         line_width * 2 > height or width
4621 2005-07-04  Dan Espen  <dane@mk.telcordia.com>
4623         * NEWS: fvwm-menu-desktop changes.
4625 2005-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4627         * fvwm/placement.c (get_next_x):
4628         fixed collision detection of windows on pages other than the current
4629         one during placement
4631 2005-06-17  Olivier Chapuis  <olivier.chapuis@free.fr>
4633         * fvwm/move_resize.c (__resize_window):
4634         Fixed interactive resize (reduction) via the bottom border
4636         * libs/Fpng.h:
4637         Typo
4639 2005-06-02  Dan Espen  <dane@mk.telcordia.com>
4641         * NEWS:
4642         * fvwm/fvwm.1.in:
4643         Spelling fix contition -> condition
4645 2005-04-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4647         * fvwm/style.c (style_ids_are_equals):
4648         (style_id_equals_id):
4649         (styles_have_same_id):
4650         (fw_match_style_id):
4651         (one_fw_can_match_both_ids):
4652         (cleanup_style_defaults):
4653         * libs/fsm.c (fprintfhex):
4654         (CloseDownClient):
4655         * libs/FGettext.c (fgettext_free_fgpath_list):
4656         * libs/Parse.c (_get_suffixed_integer_arguments):
4657         * libs/Graphics.c (AllocNonlinearGradient):
4658         * libs/PictureUtils.c (build_mapping_table):
4659         (finish_ct_init):
4660         made static
4662         * libs/setpgrp.c:
4663         * libs/Event.c:
4664         * libs/FRenderInit.c:
4665         include own header file
4667         * libs/System.c (getFileStamp):
4668         * libs/Fft.c (FftPDumyFunc):
4669         * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4670         exported
4672 2005-03-01  Dan Espen  <dane@mk.telcordia.com>
4674         * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4675         not exec.
4677 2005-02-25  Dan Espen  <dane@mk.telcordia.com>
4679         * fvwm/fvwm.1.in (Focus): Typos in focus section.
4681 2005-02-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4683         * fvwm/conditional.c (Circulate):
4684         added tests for fw == Scr.FvwmRoot again to fix a crash
4686 2005-02-05  Dan Espen  <dane@mk.telcordia.com>
4688         * AUTHORS: New author, FvwmScript patch.
4690 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
4692         * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4693         * AUTHORS: s/Hover/Active/
4695 2005-01-19  Dan Espen  <dane@mk.telcordia.com>
4697         * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4698         avoid dump with empty key/mouse binding command.
4699         * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4700         Checked all other uses of PeekToken in fvwm dir.
4702 2005-01-08  Olivier Chapuis  <olivier.chapuis@free.fr>
4704         * fvwm/session.c (matchWin):
4705         (SaveWindowStates):
4706         On restarts compare window ids only. Base our matching decision on
4707         window role only if we have a client id.
4709         * fvwm/move_resize.c (GetOnePositionArgument):
4710         Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4711         float values to nearest int
4713 2005-01-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4715         * AUTHORS:
4716         * fvwm/move_resize.c (CMD_Maximize):
4717         Applied Arnaud Vrac patch which fixes maximize by growing vs
4718         EWMH working area
4720 2004-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4722         * fvwm/builtins.c (do_button_style):
4723         ButtonStyle Reset takes effect immediately
4725 2004-12-08  Dan Espen  <dane@mk.telcordia.com>
4727         * fvwm/fvwm.1.in: lang check.
4729 2004-12-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4731         * fvwm/fvwm.1.in:
4732         Really commit EWMHUseStackingOrderHints documentation update
4734 2004-12-02  Olivier Chapuis  <olivier.chapuis@free.fr>
4736         * fvwm/fvwm.1.in:
4737         Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4739         * NEWS:
4740         FvwmIconMan new options
4742         * libs/FTips.c (new file):
4743         * libs/FTips.h (new file):
4744         * libs/defaults.h:
4745         * libs/Makefile.am:
4746         Added a set of functions for implementing tool tips
4748 2004-11-30  Dan Espen  <dane@mk.telcordia.com>
4750         * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4752 2004-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4754         * fvwm/menus.c (__mloop_get_event):
4755         * fvwm/functions.c (execute_complex_function):
4756         * fvwm/add_window.c (AddWindow):
4757         * fvwm/module_interface.c (ExecuteModuleCommand):
4758         * fvwm/move_resize.c (__move_loop):
4759         (__resize_window):
4760         properly set the "state" member of faked motion and key events;
4761         fixes broken "nosnap" feature
4763 2004-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4765         * fvwm/bindings.c (ParseBinding):
4766         reformatted
4767         * libs/Bindings.c (bindingAppliesToWindow):
4768         (__compare_binding):
4769         * fvwm/module_interface.c (CMD_ModuleSynchronous):
4770         * fvwm/builtins.c (CMD_Wait):
4771         (CMD_StrokeFunc):
4772         * fvwm/events.c (__handle_bpress_on_root):
4773         (HandleButtonRelease):
4774         fixed crash in window specific binding code
4775         fixed handling of root window in window specific binding code
4776         renamed some functions
4778 2004-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4780         * fvwm/focus.c (__update_windowlist):
4781         replaced while loop by for loop
4783         * fvwm/style.c (style_destroy_style):
4784         * fvwm/conditional.c (Circulate):
4785         removed useless check whether fw == &Scr.FvwmRoot
4787         * fvwm/icons.c (DeIconify):
4788         defused possible endless loop when a window iconified by the
4789         transientfor window loses the "transient" relationship
4791 2004-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4793         * fvwm/move_resize.c (__move_loop):
4794         (__resize_window):
4795         fixed overwriting the initial button_mask during move/resize
4797         * fvwm/menus.c (__mloop_handle_action_with_mi):
4798         do not "post" a submenu menu item it the submenu does not exist
4800 2004-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4802         * fvwm/events.c (__handle_bpress_on_managed):
4803         do not draw the decorations pressed in if executing a function is
4804         forbidden
4806         * libs/Parse.c (CopyToken):
4807         fixed parsing of delimiters
4809 2004-10-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4811         * fvwm/virtual.c (GetDeskNumber):
4812         fixed MoveToDesk without argument
4814 2004-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4816         * fvwm/fvwm.1.in:
4817         re-formatted and some spelling corrections
4819         * fvwm/colorset.c (CMD_CleanupColorsets):
4820         (CMD_Colorset):
4821         * fvwm/builtins.c (CMD_Colorset):
4822         (CMD_CleanupColorsets):
4823         moved functions to colorset.c
4825 2004-10-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4827         * libs/Parse.c (CopyToken):
4828         skip any whitespace before a delimiter; this allows to have spaces
4829         before the commas in an option list
4831 2004-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4833         * fvwm/frame.c (frame_reshape_border):
4834         re-shaping shaded windows no longer unshades them
4835         re-shaping unshaded windows on pages other than 0 0 no longer moves
4836         them out of the current page
4838 2004-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4840         * fvwm/events.c (__cr_detect_icccm_move):
4841         * fvwm/screen.h (ScreenInfo):
4842         * fvwm/builtins.c (CMD_BugOpts):
4843         new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
4845         * fvwm/move_resize.c (__move_loop):
4846         (__resize_window):
4847         query the pointer position in the move loop when an
4848         EnterNotify/LeaveNotify event arrives; same change in resize loop.
4850         * NEWS:
4851         * configure.in:
4852         increased version to 2.5.13
4853         released 2.5.12
4855         * ANNOUNCE:
4856         * NEWS:
4857         * configure.in:
4858         updated for 2.5.12 release
4860         * fvwm/frame.c (frame_create_move_resize_args):
4861         fixed xemacs growing or shrinking when title height changed; this was
4862         caused by calculating the old client window geometry using the new
4863         title dimensions; query the window size instead
4865 2004-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4867         * fvwm/events.c (test_map_request):
4868         (test_button_event):
4869         (test_typed_window_event):
4870         (test_resizing_event):
4871         (__predicate_button_click):
4872         (__merge_cr_moveresize):
4873         (HandleUnmapNotify):
4874         (flush_property_notify):
4875         (is_resizing_event_pending):
4876         (__test_for_motion):
4877         use type XPointer for last argument of predicate procedures for
4878         XCheckPeekIfEvent and XCheckIfEvent, not char *
4879         (HandleUnmapNotify):
4880         fixed core dump
4882 2004-10-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4884         * fvwm/window_flags.h:
4885         removed useless and broken SETM_ macros
4887         * fvwm/update.c (init_style):
4888         fixed resetting user states
4890 2004-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4892         * libs/envvar.c (add_to_envlist):
4893         fixed crash
4895 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4897         * fvwm/builtins.c (CMD_UnsetEnv):
4898         use flib_unsetenv
4900         * libs/envvar.c (flib_unsetenv):
4901         (add_to_envlist):
4902         new functions
4903         (flib_putenv):
4904         split in ftwo functions
4906         * configure.in:
4907         check for unsetenv function
4909         * fvwm/builtins.c (CMD_SetEnv):
4910         assume an empty value if no value is given
4912 2004-09-30  Rafal Bisingier <ravbc@man.poznan.pl>
4914         * fvwm/commands.h:
4915         * fvwm/events.c:
4916         * fvwm/functable.c:
4917         * fvwm/fvwm.1.in:
4918         * fvwm/fvwm.c:
4919         * fvwm/screen.h:
4920         * fvwm/virtual.c:
4921         * perllib/FVWM/Commands.pm:
4922         new command EdgeLeaveCommand
4924 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4926         * NEWS:
4927         updated for 2.4.19
4929         * NEWS:
4930         * configure.in:
4931         increased version to 2.5.12
4932         released 2.5.11
4934         * NEWS:
4935         * configure.in:
4936         updated for 2.5.11 release
4938 2004-09-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4940         * fvwm/geometry.c (get_page_offset):
4941         (get_page_offset_rectangle):
4942         (get_absolute_geometry):
4943         new functions
4945         * fvwm/virtual.c (CMD_GotoPage):
4946         * fvwm/move_resize.c (__move_window):
4947         * fvwm/virtual.c (CMD_GotoPage):
4948         (get_page_arguments):
4949         new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
4950         command
4952 2004-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4954         * libs/Flocale.c (FlocaleGetNameProperty):
4955         fixed freeing uninitialized pointer
4957 2004-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4959         * fvwm/conditional.c (select_cmd):
4960         (direction_cmd):
4961         (CMD_NoWindow):
4962         (CMD_All):
4963         fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
4964         WindowId and Direction commands; fixes break from these commands
4966         * fvwm/geometry.c (get_shaded_geometry):
4967         shading geometry fix for windows without decoration
4969         * libs/FScreen.c (XineramaQueryExtension):
4970         fixed xinerama crash
4972 2004-09-04  Scott Smedley  <scottie7@tpg.com.au>
4974         * configure.in:
4975         Parse man pages with config.status so man pages have correct date.
4976         Man pages also specify FVWM version that they relate to.
4978         * bin/fvwm-bug.1:
4979         * bin/fvwm-config.1:
4980         * bin/fvwm-convert-2.2.1:
4981         * bin/fvwm-convert-2.4.1:
4982         * bin/fvwm-convert-2.6.1:
4983         * bin/fvwm-menu-desktop.1:
4984         * bin/fvwm-root.1:
4985         * modules/FvwmAnimate/FvwmAnimate.1:
4986         * modules/FvwmAuto/FvwmAuto.1:
4987         * modules/FvwmBacker/FvwmBacker.1:
4988         * modules/FvwmBanner/FvwmBanner.1:
4989         * modules/FvwmButtons/FvwmButtons.1:
4990         * modules/FvwmCommand/FvwmCommand.1:
4991         * modules/FvwmConsole/FvwmConsole.1:
4992         * modules/FvwmConsole/FvwmConsoleC.pl.1:
4993         * modules/FvwmCpp/FvwmCpp.1:
4994         * modules/FvwmDragWell/FvwmDragWell.1:
4995         * modules/FvwmEvent/FvwmEvent.1:
4996         * modules/FvwmForm/FvwmForm.1:
4997         * modules/FvwmGtk/FvwmGtk.1:
4998         * modules/FvwmIconBox/FvwmIconBox.1:
4999         * modules/FvwmIconMan/FvwmIconMan.1:
5000         * modules/FvwmIdent/FvwmIdent.1:
5001         * modules/FvwmM4/FvwmM4.1:
5002         * modules/FvwmPager/FvwmPager.1:
5003         * modules/FvwmProxy/FvwmProxy.1:
5004         * modules/FvwmRearrange/FvwmRearrange.1:
5005         * modules/FvwmSave/FvwmSave.1:
5006         * modules/FvwmSaveDesk/FvwmSaveDesk.1:
5007         * modules/FvwmScript/FvwmScript.1:
5008         * modules/FvwmScroll/FvwmScroll.1:
5009         * modules/FvwmTaskBar/FvwmTaskBar.1:
5010         * modules/FvwmTheme/FvwmTheme.1:
5011         * modules/FvwmWharf/FvwmWharf.1:
5012         * modules/FvwmWinList/FvwmWinList.1:
5013         These man pages were renamed to have a .in suffix.
5014         ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
5016 2004-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5018         * fvwm/placement.c (__place_window):
5019         fixed starting desk output with bugopts explainwindowplacement
5021 2004-09-03  Olivier Chapuis  <olivier.chapuis@free.fr>
5023         * fvwm/eventhandler.h:
5024         * fvwm/events.c (InitEventHandlerJumpTable):
5025         (__handle_key):
5026         (HandleKeyPress):
5027         (HandleKeyRelease):
5028         Fixed window specific bindings "patch" by sending key release event
5029         when needed
5031 2004-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5033         * libs/defaults.h:
5034         * fvwm/screen.h:
5035         * fvwm/move_resize.c:
5036         * fvwm/fvwm.c:
5037         * fvwm/fvwm.h:
5038         * fvwm/frame.h:
5039         * fvwm/decorations.c:
5040         * fvwm/frame.c:
5041         * fvwm/builtins.c:
5042         * fvwm/borders.c:
5043         * fvwm/add_window.c:
5044         * fvwm/bindings.c:
5045         * fvwm/style.c:
5046         renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5047         it with NUMBER_OF_MOUSE_BUTTONS
5049         * fvwm/style.c (style_parse_focus_policy_style):
5050         * fvwm/focus_policy.h:
5051         * libs/Bindings.c (GrabWindowButton):
5052         * fvwm/bindings.c (bind_get_bound_button_contexts):
5053         (ParseBinding):
5054         * fvwm/events.c (WaitForButtonsUp):
5055         * fvwm/style.c (style_parse_focus_policy_style):
5056         * fvwm/builtins.c (__fake_event):
5057         fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5058         NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5060 2004-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5062         * configure.in:
5063         put -Wall -Wno-implicit-int before user specified flags
5065         * libs/FScreen.c:
5066         Applied below patch again.  It didn't make it to CVS (?)
5068 2004-08-26  Dan Espen  <dane@mk.telcordia.com>
5070         * libs/FScreen.c: Fixed case error.  Patch from Chris Ross.
5072 2004-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5074         * libs/FScreen.c:
5075         cleaned up ifdef hell
5077         * configure.in:
5078         fixed solaris xinerama test
5080 2004-08-25  Dan Espen  <dane@mk.telcordia.com>
5082         * configure.in:
5083         * acconfig.h:
5084         * libs/FScreen.c (solaris_XineramaQueryScreens):
5085         Solaris Xinerama support.
5086         * AUTHORS:
5087         Update.
5088         Patch by Chris Ross.
5090 2004-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5092         * fvwm/events.c (__handle_cr_on_client):
5093         don't reevaluate window geometry when a ConfigureRequest has no size or
5094         position set
5096 2004-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5098         * fvwm/menus.c (get_menu_options):
5099         (do_menu):
5100         new menu option TearOffImmediately
5102 2004-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5104         * fvwm/placement.c (__place_get_wm_pos):
5105         cascade placemnt fix by Paul Vojta
5107 2004-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5109         * fvwm/geometry.c (constrain_size):
5110         Don't touch the aspect ratio if modifying the width/height does not
5111         improve the situation
5113         * fvwm/frame.c (frame_free_move_resize_args):
5114         (__frame_setup_window):
5115         (frame_update_hidden_window_pos):
5116         (frame_mrs_resize_move_windows):
5117         (frame_create_move_resize_args):
5118         * fvwm/move_resize.c (__resize_window):
5119         some event handling fixes
5121         * fvwm/geometry.c (constrain_size):
5122         look up the latest size hints if necessary
5124 2004-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5126         * fvwm/geometry.c (constrain_size):
5127         * fvwm/ewmh.c (EWMH_fullscreen):
5128         * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5129         (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5130         (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5131         * fvwm/fvwm.h (window_flags_t):
5132         allow windows to override their size hints when going fullscreen:
5133         minimum and maximum size, size inc, aspect ratio, etc.
5135 2004-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5137         * fvwm/decorations.c (struct):
5138         MWM hints on 64 bit machines fix
5140 2004-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5142         * fvwm/fvwm.1.in (Note):
5143         * fvwm/read.c (CMD_Read):
5144         (CMD_PipeRead):
5145         the Read and PipeRead commands have a return code
5147         * fvwm/read.c (run_command_stream):
5148         (CMD_Read):
5149         (CMD_PipeRead):
5150         removed debug code
5152 2004-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5154         * fvwm/move_resize.c (GetResizeArguments):
5155         (GetMoveArguments):
5156         fixed parsing of the frame option to the resize command and the pointer
5157         option to the move command
5159         * fvwm/conditional.c (CMD_None):
5160         Fixed CMD_None return code
5162 2004-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5164         * fvwm/stack.c (is_above_unmanaged):
5165         windows on other Desks are always considered on top
5167         * fvwm/conditional.c (CreateConditionMask):
5168         (MatchesConditionMask):
5169         * fvwm/fvwm.h (WindowConditionMask):
5170         new condition Overlapped
5172         * config.h:
5173         inproved strings.h / sring.h iclusion logic
5175         * libs/PictureUtils.c (finish_ct_init):
5176         (PictureInitColors):
5177         use flib_putenv instead of putenv
5179 2004-07-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5181         * fvwm/screen.h:
5182         * libs/gravity.h (enum):
5183         * libs/wcontext.h (enum):
5184         -pedantic fixes
5186         * fvwm/fvwm.c (StartupStuff):
5187         do not ungrab the pointer while the startup functions execute
5188         (Done):
5189         ungrab the pointer only after executing the RestartFunction or
5190         ExitFunciton.  Otherwise these functions may not be executed if some
5191         other application grabs the pointer.
5193         * fvwm/fvwm.h:
5194         * fvwm/conditional.c (CreateConditionMask):
5195         renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5196         new condition AnyScreen
5198         * libs/Bindings.c:
5199         * fvwm/builtins.c (__fake_event):
5200         * fvwm/bindings.c (ParseBinding):
5201         removed C++ comments
5203 2004-07-15  Scott Smedley  <scottie7@tpg.com.au>
5205         * NEWS:
5206         New options for FvwmButtons module.
5208 2004-07-12  Mikhael Goikhman  <migo@homemail.com>
5210         * fvwm/fvwm.1.in:
5211         use commas between conditions
5213 2004-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5215         * fvwm/builtins.c (CMD_Wait):
5216         ignore MapNotify reported to any window except the root window
5218         * fvwm/module_interface.c (CONFIGARGS):
5219         correct number of CONFIGARGS arguments
5221         * libs/vpacket.h (ConfigWinPacket):
5222         frame_x and frame_y are signed
5224 2004-07-11  Scott Smedley  <scottie7@tpg.com.au>
5226         * fvwm/conditional.c:
5227         * fvwm/fvwm.h:
5228         * fvwm/fvwm.1.in:
5229         * AUTHORS:
5230         Committed patch by Norman Yarvin (with a few minor mods) to extend
5231         conditionals to handle multiple window names.
5233 2004-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5235         * fvwm/module_interface.c (CONFIGARGS):
5236         * libs/vpacket.h (ConfigWinPacket):
5237         put window_flags at end of structure
5239 2004-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5241         * fvwm/module_interface.c (CONFIGARGS):
5242         (OLDCONFIGARGS):
5243         (SETOLDFLAGS):
5244         (SendConfig):
5245         (BroadcastConfig):
5246         removed old module interface
5247         (CONFIGARGS):
5249         * libs/vpacket.h (ConfigWinPacket):
5250         64 bit fix
5252 2004-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5254         * fvwm/execcontext.c (__exc_change_context):
5255         fixed handling of etrigger event, fixing a problem with PropertyNotify
5256         events during resizing and possibly other problems too
5258         * fvwm/add_window.c (RestoreWithdrawnLocation):
5259         fixed travelling windows if application changed gravity hint before
5260         recapture
5262         * fvwm/frame.c (combine_decor_gravities):
5263         (combine_gravities):
5264         renamed
5265         (frame_restore_client_gravities):
5266         fixed window gravity after resize
5268         * libs/FEvent.c (FPeekEvent):
5269         (FPeekIfEvent):
5270         (FCheckPeekIfEvent):
5271         fixed some event handling bugs
5273         * fvwm/conditional.c (CMD_Test):
5274         (match_version):
5275         corrected use of Bool types
5276         (match_version):
5277         simplified, fixed compilation
5278         (ver):
5279         use int as return type
5281         * libs/Ficonv.c (convert_charsets):
5282         reindented
5284         * libs/Ficonv.c (convert_charsets):
5285         * acinclude.m4 (ICONV_SECOND_ARG):
5286         rewrote iconf configure test to save an ifdef
5288 2004-07-07  Scott Smedley  <scottie7@tpg.com.au>
5290         * fvwm/fvwm.1.in:
5291         * libs/Bindings.h:
5292         * libs/Bindings.c:
5293         * fvwm/bindings.c:
5294         Allow user to specify window-specific bindings that should NOT be
5295         intercepted by FVWM. This is accomplished with an '--' binding action.
5297 2004-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5299         * fvwm/move_resize.c (__resize_window):
5300         Fixed event handling
5302         * fvwm/virtual.c (HandlePaging):
5303         removed check for leave events on pan frames; better query the pointer
5304         each time
5306 2004-07-06  Scott Smedley  <scottie7@tpg.com.au>
5308         * fvwm/fvwm.1.in:
5309         * fvwm/conditional.c:
5310         Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5312 2004-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5314         * fvwm/move_resize.c (GetResizeArguments):
5315         (GetResizeMoveArguments):
5316         (__resize_window):
5317         (__resize_step):
5318         (__resize_get_refpos):
5319         (__resize_get_dir_proximity):
5320         (__resize_get_dir_from_window):
5321         implemented fluxbox-like Alt-Button3 resizing
5323         * fvwm/virtual.c (HandlePaging):
5324         * fvwm/events.c (__merge_cr_moveresize):
5325         (__test_for_motion):
5326         (flush_property_notify):
5327         do not use XPutBackEvent as it shuffles events on the queue
5328         (test_button_event):
5329         (test_typed_window_event):
5330         new functions
5332         * libs/FEvent.c (fev_get_evpos_or_query):
5333         take pointer position from EnterNotify and LeaveNotify events
5335         * fvwm/move_resize.c (__move_loop):
5336         fixed multiple paging with certain SnapGrid / Move interactions
5337         (__resize_window):
5338         (__move_loop):
5339         * fvwm/virtual.c (HandlePaging):
5340         Workaround for buggy XFree not delivering some Pointer events
5341         simplified code
5343         * fvwm/virtual.c (MoveViewport):
5344         don't eat MotionNotify events
5346         * libs/FEvent.c (fev_get_last_event):
5347         new function
5348         (FWindowEvent):
5349         (FPutBackEvent):
5350         (FPeekIfEvent):
5351         (FPeekEvent):
5352         (FNextEvent):
5353         (FMaskEvent):
5354         (FIfEvent):
5355         (FCheckWindowEvent):
5356         (FCheckTypedWindowEvent):
5357         (FCheckTypedEvent):
5358         (FCheckMaskEvent):
5359         (FCheckIfEvent):
5360         keep a copy of the previous event in case FPutBackEvent is called
5362 2004-06-30  Scott Smedley  <scottie7@tpg.com.au>
5364         * fvwm/fvwm.1.in:
5365         Indicate optional window argument in section headings for
5366         Key, Mouse, PointerKey & Stroke commands.
5367         Remove strange "-Key" option listed for PointerKey.
5369 2004-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5371         * libs/Fft.c (FftDrawString):
5372         * fvwm/session.c (get_version_string):
5373         * fvwm/module_interface.c (FlushMessageQueue):
5374         * fvwm/fvwm.c (SaveDesktopState):
5375         * fvwm/colorset.h:
5376         * fvwm/colorset.c (cleanup_colorsets):
5377         * libs/PictureUtils.c (struct):
5378         fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5380 2004-06-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5382         * fvwm/events.c (__cr_detect_icccm_move):
5383         windows with ewmh hints are assumed to use icccm2 compliant movement
5385         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5386         (ewmh_WMStateMaxHoriz):
5387         fixed restart/maximized problem
5389         * libs/fvwmsignal.c (fvwmReapChildren):
5390         * fvwm/fvwm.c (ReapChildren):
5391         moved function to lib
5393 2004-06-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5395         * fvwm/modconf.c (send_desktop_geometry):
5396         (send_color_limit):
5397         (send_click_time):
5398         (send_move_threshold):
5399         (send_ignore_modifiers):
5400         increased static buffer size
5402 2004-06-13  Marcus Lundblad  <ml@update.uu.se>
5404         * libs/CombineChars.c (convert_to_ucs2):
5405         Replace illegal UTF-8 character sequences in input
5407 2004-06-11  Scott Smedley  <scottie7@tpg.com.au>
5409         * libs/Bindings.c:
5410         bugfix: wrong stroke action being invoked.
5412 2004-06-10  Scott Smedley  <scottie7@tpg.com.au>
5414         * fvwm/builtins.c:
5415         * fvwm/events.c:
5416         * libs/Bindings.c:
5417         Active _last_ matching binding. (ie. same behaviour as before
5418         win-specific bindings patch.)
5419         bugfix: segfault when looking up stroke bindings in root context.
5421 2004-06-07  Scott Smedley  <scottie7@tpg.com.au>
5423         * fvwm/bindings.c:
5424         * fvwm/builtins.c:
5425         * fvwm/events.c:
5426         * fvwm/fvwm.1.in:
5427         * fvwm/module_interface.c:
5428         * libs/Bindings.c:
5429         * libs/Bindings.h:
5430         * modules/FvwmScript/FvwmScript.c:
5431         * modules/FvwmScript/Instructions.c:
5432         Implemented window-specific key/mouse bindings.
5434         * modules/FvwmIconBox/FvwmIconBox.h:
5435         * libs/fvwmlib.h:
5436         * libs/wild.c:
5437         * libs/wild.h:
5438         Make args to matchWildcards() const.
5440 2004-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5442         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5443         use EWMH_fullscreen
5444         * fvwm/ewmh.c (EWMH_fullscreen):
5445         new function
5447         * fvwm/add_window.c (AddWindow):
5448         implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5450         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5451         (ewmh_WMStateMaxVert):
5452         (ewmh_WMStateShaded):
5453         (ewmh_WMStateSticky):
5454         (ewmh_WMStateStaysOnBottom):
5455         fixed core dumps
5456         (ewmh_WMState):
5457         don't try to maximize window when looking up the style
5458         (ewmh_WMDesktop):
5459         (ewmh_WMStateFullScreen):
5460         (ewmh_WMStateHidden):
5461         (ewmh_WMStateMaxVert):
5462         (ewmh_WMStateModal):
5463         (ewmh_WMStateShaded):
5464         (ewmh_WMStateSkipPager):
5465         (ewmh_WMStateSticky):
5466         (ewmh_WMStateStaysOnBottom):
5467         fixed ignoring ewmh hints
5469         * fvwm/expand.c (expand_vars_extended):
5470         include full path in iconfile and miniiconfile variables
5472 2004-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5474         * fvwm/functions.c (execute_complex_function):
5475         (CheckActionType):
5476         fixed double click patch
5478 2004-06-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5480         * fvwm/ewmh.c (EWMH_SetWMDesktop):
5481         use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5483 2004-05-31  Dan Espen  <dane@mk.telcordia.com>
5485         * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5486         into fvwm man page.
5488 2004-05-29  Norbert Buchmuller  <norbi@nix.hu>
5490         * libs/FImage.c (FShmSafeCreateImage):
5491         Yet another fix to SHM remote client problem
5493 2004-05-26  Francis Litterio  <franl@world.std.com>
5495         * fvwm/fvwm.1.in
5496         * fvmw/fvwm.h
5497         * fvwm/placement.c (__place_get_wm_pos)
5498         * fvwm/style.c (style_parse_one_style_option)
5499         Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5501 2004-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5503         * fvwm/events.c (HandleEnterNotify):
5504         fixed endless loop of edge commands when doing something that grabs
5505         the pointer
5507         * fvwm/functions.c (CheckActionType):
5508         (execute_complex_function):
5509         double clicks no longer work when pressing different buttons
5511 2004-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5513         * fvwm/placement.c (__place_get_wm_pos):
5514         fixed placement in top left corner when pressing escape during manual
5515         placement
5517 2004-05-23  Mikhael Goikhman  <migo@homemail.com>
5519         * configure.in:
5520         * AUTHORS:
5521         added Chinese translations
5523 2004-05-18  Olivier Chapuis  <olivier.chapuis@free.fr>
5525         * fvwm/ewmh.c (EWMH_SetFrameStrut):
5526         Fixed a miss-print
5528 2004-05-09  Mikhael Goikhman  <migo@homemail.com>
5530         * fvwm/conditional.c:
5531         * fvwm/fvwm.1.in:
5532         clean up Test code and documentation, add new False condition,
5533         unrecognized conditions produce Error return code now
5535 2004-05-06  Dan Espen  <dane@mk.telcordia.com>
5537         * fvwm/style.c: Remove extra char.
5539 2004-05-01  Olivier Chapuis  <olivier.chapuis@free.fr>
5541         * fvwm/ewmh.c (ewmh_atom_client_win):
5542         * fvwm/ewmh_intern.h:
5543         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5544         (ewmh_MoveResizeWindow):
5545         Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5547         * fvwm/events.c (__handle_cr_on_client):
5548         (__handle_configure_request):
5549         (events_handle_configure_request):
5550         Some renaming for consistency, force restacking if the event come from
5551         an ewmh restack
5553         * fvwm/ewmh_events.c (ewmh_MoveResize):
5554         Fixed _NET_WM_MOVERESIZE
5556         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5557         Removed debug code
5559         * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5560         (EWMH_SetFrameStrut):
5561         Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5563 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5565         * libs/FImage.c (FShmSafeCreateImage):
5566         Finished to fix SHM remote client problem
5568 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5570         * libs/FImage.c (FShmSafeCreateImage):
5571         Fixed when we are a remote client
5573 2004-04-21  Mikhael Goikhman  <migo@homemail.com>
5575         * INSTALL.fvwm:
5576         * NEWS:
5577         * acconfig.h:
5578         * fvwm/fvwm.1.in:
5579         * fvwm/fvwm.c:
5580         * fvwm/gnome.h:
5581         * fvwm/session.c:
5582         * libs/envvar.c:
5583         * libs/envvar.h:
5584         new default ~/.fvwm/config file is now recommended instead of
5585         still supported ~/.fvwm/.fvwm2rc
5587 2004-04-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5589         * fvwm/menus.c (NewMenuRoot):
5590         do not strip whitespace from menu names when creating a new menu
5592 2004-04-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5594         * fvwm/menuitem.c (menuitem_get_size):
5595         * fvwm/menuitem.h:
5596         renamed remaining "mips" to mipst
5598 2004-04-09  Olivier Chapuis  <olivier.chapuis@free.fr>
5600         * fvwm/events.c (HandleMapRequestKeepRaised):
5601         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5602         Fixed EWMH DesktopGeometry and Stacking list
5604 2004-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5606         * fvwm/virtual.c (GetDeskNumber):
5607         (CMD_MoveToDesk):
5608         (CMD_GotoDesk):
5609         fixed MoveToDesk with one argument
5611 2004-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5613         * fvwm/style.c (style_parse_one_style_option):
5614         * fvwm/style.h:
5615         * fvwm/conditional.c (MatchesConditionMask):
5616         * fvwm/fvwm.h:
5617         * fvwm/window_flags.h:
5618         new style "State"
5620 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5622         * fvwm/fvwm.1.in:
5623         corrected a typo
5625 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5627         * fvwm/move_resize.c (unmaximize_fvwm_window):
5628         fixed redrawing of maximize button when unmaximizing but when the size
5629         and position does not change
5631 2004-03-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5633         * fvwm/expand.c (expand_vars_extended):
5634         new extended variable $[w.layer]
5636         * fvwm/move_resize.c (MaximizeHeight):
5637         (MaximizeWidth):
5638         (CMD_Maximize):
5639         applied modified layer patch for maximize by Rafal Bisingier
5641 2004-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5643         * fvwm/add_window.c (setup_frame_attributes):
5644         Hopefully fixed BackingStore code and removed now useless backing store
5645         for decorations
5647         * fvwm/expand.c (expand_vars_extended):
5648         new extended variable $[w.desk]
5650 2004-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5652         * NEWS:
5653         * configure.in:
5654         increased version to 2.5.11
5655         released 2.5.10
5657         * NEWS:
5658         * configure.in:
5659         updated for 2.5.10 release
5661         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5662         improved rotation code
5664         * libs/gravity.c (gravity_add_rotations):
5665         new function
5667 2004-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5669         * fvwm/placement.c (__explain_placement):
5670         new function
5672         * libs/FScreen.c (FScreenIsRectangleOnScreen):
5673         new function
5675         * fvwm/builtins.c (CMD_BugOpts):
5676         * fvwm/screen.h (ScreenInfo):
5677         new BugOpts option ExplainWindowPlacement
5678         renamed some members of Screen
5680 2004-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5682         * fvwm/placement.c (__place_get_wm_pos):
5683         (__place_get_nowm_pos):
5684         (__place_get_placement_flags):
5685         (__place_window):
5686         (__place_handle_x_resources):
5687         (setup_window_placement):
5688         split into multiple functions
5689         cleaned up a little
5691 2004-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5693         * fvwm/add_window.c (setup_window_placement):
5694         * fvwm/placement.c (setup_window_placement):
5695         moved function to placement.c
5696         fixed using PLACE_AGAIN placement mode
5697         (PlaceWindow):
5698         (__place_window):
5699         renamed function
5701 2004-03-15  Chris Ross  <cross+fvwm@distal.com>
5703         * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5704         allow a negative line_width to invert the relief
5706 2004-03-06  Marcus Lundblad  <ml@update.uu.se>
5708         * libs/Flocale.c (FlocaleDrawString)
5709         (FlocaleDrawUnderline)
5710         (FlocaleTextWidth):
5711         reduced redundant calls to iconv
5713 2004-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5715         * fvwm/move_resize.c (CMD_XorValue):
5716         fixed a very small outline drawing problem caused by using 0 line width
5717         instead of 1
5719         * NEWS:
5720         * configure.in:
5721         increased version to 2.5.10
5723         * configure.in:
5724         * NEWS:
5725         updated for 2.5.9 release
5727         * fvwm/functions.c (execute_function_override_window):
5728         * fvwm/module_interface.c (ExecuteModuleCommand):
5729         * fvwm/conditional.c (circulate_cmd):
5730         sometimes, DeferExecution was called although a window was already
5731         selected, for example with the "Current" commend; fixed
5733 2004-02-28  Olivier Chapuis  <olivier.chapuis@free.fr>
5735         * libs/FImage.c (FShmSafeCreateImage):
5736         Fixed some safety tests
5738 2004-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5740         * fvwm/events.c (__handle_cr_on_client):
5741         fixed a bug in the Jave configure request workaround
5743 2004-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5745         * fvwm/events.c (__cr_detect_icccm_move):
5746         improved motion method detection for fullscreen requests
5748 2004-02-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5750         * fvwm/add_window.c (AddWindow):
5751         * fvwm/screen.h (ScreenInfo):
5752         * fvwm/builtins.c (CMD_BugOpts):
5753         new BugOpts option DisplayNewWindowNames intended for debugging
5755 2004-02-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5757         * libs/Bindings.c (FvwmStringToKeysym):
5758         small performance enhancement
5760         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
5761         (__move_loop):
5762         fixed the FlickeringMoveWorkaround option which did nothing before
5764 2004-02-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5766         * fvwm/style.c (style_parse_one_style_option):
5767         * fvwm/fvwm.h:
5768         * fvwm/style.h (SIS_UNMANAGED):
5769         * fvwm/add_window.c (AddWindow):
5770         New style Unmanaged
5772         * fvwm/expand.c (expand_vars_extended):
5773         new variables $[w.iconfile] and $[w.miniiconfile]
5775         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5776         made left side of a relief one pixel longer at the bottom
5778 2004-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5780         * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
5781         * fvwm/style.c (style_set_old_focus_policy):
5782         fixed default window list order with ClickToFocus
5784 2004-02-04  Marcus Lundblad  <ml@update.uu.se>
5786         * fvwm/libs/Flocale.h:
5787         * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
5788         (FlocaleStringByteToCharOffset)
5789         (FlocaleStringCharToByteOffset)
5790         (FlocaleStringCharLength):
5791         Made utility functions available outside of Flocale
5793 2004-01-31  Olivier Chapuis  <olivier.chapuis@free.fr>
5795         * fvwm/events.c (__test_for_motion):
5796         Fixed a lockup, see the long comment in the code
5798 2004-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5800         * fvwm/schedule.c (execute_obj_func):
5801         fixed using uninitialised return code
5803 2004-01-25  Olivier Chapuis  <olivier.chapuis@free.fr>
5805         * fvwm/builtins.c (do_title_style):
5806         Fixed MinHeight, it must reset the Height
5808 2004-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5810         * fvwm/menus.c (menuShortcuts):
5811         applied menu navigation patch by Anton Kazennikov
5813 2003-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5815         * libs/gravity.c (gravity_dir_to_string):
5816         (gravity_parse_dir_argument):
5817         use a constant for the dir table
5819 2003-12-16  Marcus Lundblad  <ml@update.uu.se>
5821         * fvwm/Flocale.c (FlocaleEncodeString)
5822         (FlocaleDrawUnderline):
5823         Fixed crash when there's no Iconv support
5825 2003-12-16  olicha  <olivier.chapuis@free.fr>
5827         * fvwm/functions.h:
5828         Used the FUNC_FLAGS_TYPE in find_func_t declaration
5830         * sample.fvwmrc/system.fvwm2rc-sample-95:
5831         Added some Xft fonts
5833 2003-12-12  olicha  <olivier.chapuis@free.fr>
5835         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5836         Fixed ewmh FullScreen when an application start fullscreen and
5837         desactivate this state
5839 2003-12-04  olicha  <olivier.chapuis@free.fr>
5841         * fvwm/placement.c (test_fit):
5842         * fvwm/ewmh.h:
5843         * fvwm/ewmh.c (ewmh_GetStrutIntersection):
5844         (EWMH_GetBaseStrutIntersection):
5845         (EWMH_GetStrutIntersection):
5846         Fixed placement vs the base struts
5848 2003-11-29  Mikhael Goikhman  <migo@homemail.com>
5850         * sample.fvwmrc/system.fvwm2rc-sample-95:
5851         improved Debian specific menu
5853 2003-11-15  Mikhael Goikhman  <migo@homemail.com>
5855         * sample.fvwmrc/system.fvwm2rc-sample-95:
5856         several updates; added Debian menu if found
5858 2003-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5860         * configure.in:
5861         new configure option --en/disable-iconv
5863 2003-11-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5865         * fvwm/menus.c (__mloop_handle_event):
5866         * fvwm/menustyle.c (menustyle_parse_style):
5867         (menustyle_copy):
5868         new MenuStyle options PopupIgnore and PopupClose
5870 2003-11-02  Dan Espen  <dane@mk.telcordia.com>
5872         * fvwm/menus.c (menu_binding): Remove debug code.
5873         * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
5874         * fvwm/menus.h: Add menu_binding function.
5875         * fvwm/fvwm.1.in: Document the menu context in the mouse command for
5876         tear off menus.
5877         * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
5878         button 2 tearoff.
5879         * libs/wcontext.h (enum): Add MENU context.
5880         * libs/wcontext.c (win_contexts): More common binding contexts first in
5881         table.
5882         * libs/charmap.c (charmap_string_to_mask): Space before char in error
5883         message.
5885 2003-11-01  Mikhael Goikhman  <migo@homemail.com>
5887         * NEWS:
5888         * configure.in:
5889         increase version to 2.5.9
5891 2003-10-31  Mikhael Goikhman  <migo@homemail.com>
5893         * Makefile.am:
5894         fixed deb creation
5896         * configure.in:
5897         * NEWS:
5898         updated for 2.5.8 release
5900 2003-10-29  Mikhael Goikhman  <migo@homemail.com>
5902         * Makefile.am:
5903         * configure.in:
5904         initially added files for deb package auto-creating procedure
5906 2003-10-26  Mikhael Goikhman  <migo@homemail.com>
5908         * AUTHORS:
5909         * configure.in:
5910         added Swedish translations by Johan Svedberg
5912         * NEWS:
5913         updated
5915 2003-10-25  Mikhael Goikhman  <migo@homemail.com>
5917         * fvwm/add_window.c (GetWindowSizeHints):
5918         reindented broken hint messages
5920 2003-10-23  Mikhael Goikhman  <migo@homemail.com>
5922         * configure.in:
5923         improved Perl detection messages,
5924         restored FvwmGtkDebug independence from gtk libs
5926 2003-10-15  Mikhael Goikhman  <migo@homemail.com>
5928         * configure.in:
5929         * AUTHORS:
5930         added German translations by Andrei Mitrofanow
5932         * fvwm/fvwm.1.in:
5933         typos
5935 2003-10-11  Mikhael Goikhman  <migo@homemail.com>
5937         * NEWS:
5938         added 2.4.17 NEWS
5940 2003-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5942         * fvwm/fvwm.1.in:
5943         * fvwm/conditional.c (CreateConditionMask):
5944         (MatchesConditionMask):
5945         (CreateConditionMask):
5946         * fvwm/fvwm.h (WindowConditionMask):
5947         !CurrentPage, !CurrentDesk, !Layer ... now work as they should
5949 2003-09-23  olicha  <olivier.chapuis@free.fr>
5951         * libs/FImage.c (FShmInit):
5952         Removed debug code
5954 2003-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5956         * fvwm/focus.c (warp_to_fvwm_window):
5957         don't unnecessarily call MoveViewport
5959 2003-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5961         * fvwm/decorations.c (__is_resize_allowed):
5962         fixed a condition
5964 2003-09-06  malu  <ml@update.uu.se>
5966         * libs/FBidi.c (FBidiConvert):
5967         * libs/CombineChars.c (CombineChars):
5968         Fixed drawing combining characters on correct positions in
5969         right-to-left context
5971 2003-09-05  malu  <ml@update.uu.se>
5973         * libs/Flocale.c (FlocaleDrawString):
5974         (FlocaleTextWidth):
5975         Fixed drawing of combining characters with font shadow
5976         (character offsets were miscalculated, since FlocaleTextWidth
5977         adds shadow width)
5979 2003-09-05  malu  <ml@update.uu.se>
5981         * libs/Flocale.c (FlocaleDrawUnderline):
5982         Fixed bug with text width when a string contains only
5983         "orphaned" combining characters (compensation for font shadowd
5984         was counted twice)
5986 2003-09-04  olicha  <olivier.chapuis@free.fr>
5988         * todo-2.6:
5989         Added E.18, added comments on C.9 and C.15
5991 2003-09-03  olicha  <olivier.chapuis@free.fr>
5993         * libs/Flocale.c (FlocaleTextWidth):
5994         Fixed a comb_char core dump
5996         * libs/Makefile.am:
5997         Fixed compilation if either iconv, libpng or Xrender headers are
5998         not at a standard place
6000 2003-09-03  Mikhael Goikhman  <migo@homemail.com>
6002         * acinclude.m4:
6003         fixed error message for incorrect --with-SOMETHING-library argument
6005 2003-09-03  olicha  <olivier.chapuis@free.fr>
6007         * todo-2.6:
6008         Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
6010 2003-09-02  olicha  <olivier.chapuis@free.fr>
6012         * todo-2.6:
6013         C.12 is fixed
6015 2003-09-01  olicha  <olivier.chapuis@free.fr>
6017         * libs/gravity.c (gravity_dir_to_string):
6018         A new interface function to transform a direction_t to a string
6020 2003-08-31  S. Anderson  <sa@xmission.com>
6022         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6023         Fixed missing font charsets
6025 2003-08-28  olicha  <olivier.chapuis@free.fr>
6027         * fvwm/move_resize.c (__move_loop):
6028         (AnimatedMoveAnyWindow):
6029         Updated bg of transparent tear off menu when moved
6031         * fvwm/events.c (HandlePropertyNotify):
6032         Updated ParentRelative tear off menu on bg change
6034         * fvwm/menus.c (UpdateMenuColorset):
6035         Updated colorsets of tear off menu when they change, this handle the
6036         case of root background change for RootTransparent
6038         * fvwm/menus.h:
6039         * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
6040         An utility function for redrawing transparent tear off menu. Maybe
6041         we can merge
6043         * fvwm/add_window.c (validate_transientfor):
6044         Fixed transient for an ewmh desktop
6046 2003-08-27  olicha  <olivier.chapuis@free.fr>
6048         * libs/FRender.c (FRenderRender):
6049         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6050         Removed and fixed some unused code
6052 2003-08-25  olicha  <olivier.chapuis@free.fr>
6054         * fvwm/misc.c (GrabEm):
6055         Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6057         * fvwm/modconf.c (send_color_limit):
6058         ifndefed color limit config info message which is not used anymore
6060         * fvwm/colorset.c (parse_colorset):
6061         Added a note on average bg
6063 2003-08-23  olicha  <olivier.chapuis@free.fr>
6065         * fvwm/style.c (print_styles):
6066         More info on memory used
6068         * fvwm/style.c (__simplify_style_list):
6069         Fixed upward simplication
6071 2003-08-14  olicha  <olivier.chapuis@free.fr>
6073         * fvwm/ewmh.c (ewmh_HandleMenu):
6074         Fixed the MENU window type, they are tear off menus
6076         * fvwm/fvwm.h:
6077         * fvwm/update.c (apply_window_updates):
6078         * fvwm/stack.c (new_layer):
6079         * fvwm/ewmh.c (EWMH_GetStyle):
6080         Fixed EWMHUseStackingHints update
6082         * fvwm/window_flags.h:
6083         * fvwm/fvwm.h:
6084         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6085         (ewmh_WMStateMaxHoriz):
6086         (ewmh_WMStateMaxVert):
6087         * fvwm/move_resize.c (unmaximize_fvwm_window):
6088         Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6089         uniconify and unshade when putting a window fullscreen
6091         * fvwm/ewmh_intern.h:
6092         * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6093         Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6095         * fvwm/move_resize.c (unmaximize_fvwm_window):
6096         (CMD_Resize):
6097         (CMD_ResizeMove):
6098         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6099         * fvwm/decorations.c (SelectDecor):
6100         * fvwm/windowshade.c (CMD_WindowShade):
6101         Removed the decor for EWMH fullscreen windows, forbid shading and
6102         allows Resize and MoveResize without unsetting the fullscreen/maximized
6103         state
6105         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6106         (CMD_ResizeMaximize):
6107         Fixed ewmh state which was not set after these cmds
6109 2003-08-09  olicha  <olivier.chapuis@free.fr>
6111         * todo-2.6:
6112         Updated
6114 2003-08-08  olicha  <olivier.chapuis@free.fr>
6116         * fvwm/borders.c (border_draw_vector_to_pixmap):
6117         Fixed inversion of fg and bg in vector buttons
6119         * fvwm/style.c (__simplify_style_list):
6120         Fixed a memory leak
6122         * libs/System.c (fvwm_mkstemp):
6123         Removed debug code
6125 2003-08-07  olicha  <olivier.chapuis@free.fr>
6127         * configure.in:
6128         * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6129         * acconfig.h:
6130         * libs/System.c (fvwm_mkstemp):
6131         * libs/fvwmlib.h:
6132         Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6133         exists and work correctly, if not a replacement function is used
6134         (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6135         implementation).
6137         * libs/fsm.c (unique_filename):
6138         (SetAuthentication):
6139         * fvwm/session.c (getUniqueStateFilename):
6140         Replaced tempnam by fvwm_mkstemp
6142 2003-08-07  olicha  <olivier.chapuis@free.fr>
6144         * libs/Makefile.am:
6145         * libs/FSMlib.h (new file):
6146         * fvwm/session.c (*):
6147         * fvwm/session.h:
6148         fvwmize SMlib and ICElib
6150         * fvwm/session.c (matchWin):
6151         Fixed window matching for windows with no SM_CLIENT_ID and a
6152         window_role
6154         * libs/fsm.c (new file):
6155         * libs/fsm.h (new file):
6156         * fvwm/ConfigFvwmDefaults
6157         A set of functions for implementing a dummy session manager
6159         * fvwm/fvwm.1.in:
6160         GNOME 1 hints and EWHM support is not a configure time option
6161         (anymore).
6163 2003-08-06  Robert Wittek  <r.wittek@gmx.net>
6165         * fvwm/add_window.c (AddWindow):
6166         fixed stickyness across desks over a restart
6168 2003-08-06  olicha  <olivier.chapuis@free.fr>
6170         * fvwm/ewmh.c (EWMH_WindowInit):
6171         (EWMH_SetFrameStrut):
6172         Fixed position of kde tray windows in kicker
6174 2003-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6176         * fvwm/module_interface.c (FlushMessageQueue):
6177         retry writing pipe if write returns EINTR
6179 2003-07-28  olicha  <olivier.chapuis@free.fr>
6181         * fvwm/events.c (events_handle_configure_request):
6182         (HandleConfigureRequest):
6183         (__handle_configure_request):
6184         (__handle_cr_on_client):
6185         * fvwm/ewmh.c (ewmh_atom_client_win):
6186         * fvwm/ewmh_intern.h:
6187         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6188         (EWMH_ProcessClientMessage):
6189         Implemented _NET_MOVERESIZE_WINDOW
6191         * fvwm/fvwm.c (main):
6192         A -Wall fix
6194 2003-07-25  olicha  <olivier.chapuis@free.fr>
6196         * fvwm/ewmh.c (ewmh_HandleWindowType):
6197         Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6198         that one type and we do not support the first one.
6200         * fvwm/expand.c (expand_vars_extended):
6201         Fixed conflict between extended variables name (desk.name and
6202         desk.n)
6204         * fvwm/session.c (callback_save_yourself):
6205         Respect the SmSaveGlobal save type. This should fix some session
6206         locking in the sm protocol
6208         * fvwm/session.c (setSmProperties):
6209         (SessionInit):
6210         Set some sm properties when fvwm start for fixing a problem with
6211         the restart style hint after a restart.
6213         * fvwm/fvwm.c (get_display_name):
6214         (usage):
6215         (main):
6216         * fvwm/session.c (setSmProperties):
6217         * fvwm/fvwm.1.in
6218         Added a possible positive or null arg to --single-screen which
6219         forces fvwm to start on the "current" display and the given
6220         screen. Use this to fix fvwm starting under a session manager:
6221         specify only the screen and not the display.screen for the
6222         restart sm command.
6224         * fvwm/fvwm.c (main):
6225         Fixed possible memory corruption if a display has more than
6226         10 screens.
6228         * fvwm/session.c (*):
6229         Better debuging msg
6231 2003-07-24  Mikhael Goikhman  <migo@homemail.com>
6233         * acinclude.m4:
6234         fixed xft/fontconfig detection with pkg-config
6236         * fvwm/fvwm.1.in:
6237         corrections in some long option names
6239 2003-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6241         * fvwm/add_window.c (setup_style_and_decor):
6242         * fvwm/geometry.c (set_window_border_size):
6243         * fvwm/fvwm.h (FvwmWindow):
6244         * fvwm/events.c (HandleShapeNotify):
6245         * fvwm/frame.c (frame_free_move_resize_args):
6246         (frame_setup_shape):
6247         (frame_reshape_border):
6248         fixed resizing of window borders if a window shape was added or deleted
6249         after the initial window setup
6251         * fvwm/update.c (apply_window_updates):
6252         removed unused code
6254         * fvwm/events.c (__cr_detect_icccm_move):
6255         disable motion method detection for shaped windows
6257 2003-07-21  olicha  <olivier.chapuis@free.fr>
6259         * fvwm/add_window.c (setup_window_structure):
6260         * fvwm/session.c (MatchWinToSM):
6261         Preserve is_name_changed window_flags within restart, session loading
6262         and recapture
6264 2003-07-20  olicha  <olivier.chapuis@free.fr>
6266         * fvwm/ewmh.c (EWMH_Init):
6267         fixed _NET_WM_NAME for our ewmh WM_CHECK window
6269         * fvwm/fvwm.c (InternUsefulAtoms):
6270         * fvwm/externs.h:
6271         * fvwm/session.c (GetWindowRole):
6272         Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6274         * fvwm/session.c (GetClientID):
6275         Better determination of the CLIENT_LEADER
6277         * fvwm/session.c (setSmProperties):
6278         Set the CloneCommand for gnome-session editor (the sm spec says this
6279         properties is required). Removed the commented XSM ifdef.
6281         * fvwm/session.c (matchWin):
6282         (SaveWindowStates):
6283         Consider client only if it has a client id or a wm command.
6284         Removed the "two entries" session previous commit
6286 2003-07-16  olicha  <olivier.chapuis@free.fr>
6288         * fvwm/session.c (MatchWinToSM):
6289         Fixed restoring session state, if two window session entries have the
6290         same identifier ignore these entries
6292 2003-07-16  olicha  <olivier.chapuis@free.fr>
6294         * NEWS:
6295         * fvwm/style.h (SID_GET_NAME):
6296         (SID_SET_NAME):
6297         (SID_GET_WINDOW_ID):
6298         (SID_SET_WINDOW_ID):
6299         (SID_SET_HAS_NAME):
6300         (SID_GET_HAS_NAME):
6301         (SID_SET_HAS_WINDOW_ID):
6302         (SID_GET_HAS_WINDOW_ID):
6303         (SGET_ID):
6304         (SGET_WINDOW_ID):
6305         (SSET_WINDOW_ID):
6306         (SSET_ID_HAS_NAME):
6307         (SGET_ID_HAS_NAME):
6308         (SSET_ID_HAS_WINDOW_ID):
6309         (SGET_ID_HAS_WINDOW_ID):
6310         * fvwm/style.c (style_ids_are_equals):
6311         (style_id_equals_id):
6312         (styles_have_same_id):
6313         (fw_match_style_id):
6314         (one_fw_can_match_both_ids):
6315         (remove_all_of_style_from_list):
6316         (__simplify_style_list):
6317         (style_parse_one_style_option):
6318         (__style_command):
6319         (style_destroy_style):
6320         (print_styles):
6321         (CMD_Style):
6322         (CMD_WindowStyle):
6323         (CMD_FocusStyle):
6324         (CMD_DestroyStyle):
6325         (CMD_DestroyWindowStyle):
6326         * fvwm/fvwm.h (style_id_t):
6327         (window_style):
6328         * fvwm/functable.c (func_table):
6329         * fvwm/add_window.c (destroy_window):
6330         * fvwm/commands.h:
6331         * fvwm/fvwm.1:
6332         New WindowStyle and DestroyWindowStyle command for setting styles
6333         per window
6335 2003-07-14  Marcus Lundblad  <ml@update.uu.se>
6337         * libs/Flocale.c (FlocaleDrawString):
6338         * libs/FBidi.c (FBidiConvert):
6339         fixed drawing of combining characters in the case where a string
6340         consists of only combining characters
6342 2003-07-13  Marcus Lundblad  <ml@update.uu.se>
6344         * libs/CombineChars.c (CombineChars):
6345         bugfix: array mapping visual to logical position was allocated
6346         to small (factor 2) in decoposing code
6348 2003-07-11  Marcus Lundblad  <ml@update.uu.se>
6350         * libs/Flocale.c (FlocaleEncodeWinString):
6351         fixed a memory leak
6353         * libs/Flocale.c (FlocaleDrawString):
6354         (FlocaleRotatedDrawString):
6355         removed some code duplication
6357 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6359         * libs/CombineChars.c (combclass_table):
6360         (CombineChars):
6361         fixed supporting drawing marks superimposed that are in a combining
6362         class
6364 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6366         * libs/Flocale.c (FlocaleRotateDrawString):
6367         (FlocaleDrawString)
6368         fixed core dump when composing characters can't be converted to
6369         locale charset
6371 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6373         * AUTHORS:
6374         updated
6376 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6378         * todo-2.6 (todo):
6379         updated summary
6381 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6383         * NEWS:
6384         updated with reagrds to combing characters
6386 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6388         * todo-2.6
6389         closed B.8
6391 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6393         * libs/Flocale.c (FlocaleEncodeString):
6394         (FlocaleEncodeWinString):
6395         (FlocaleRotateDrawString):
6396         (FlocaleDrawString):
6397         (FlocaleDrawUnderline):
6398         fixed rendering combining characters using Unicode font in a
6399         non-UTF-8 locale
6401 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6403         * fvwm/fvwm.1.in:
6404         renamed MoveWindowByProgramMethod to MoveByProgramMethod
6406 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6408         * libs/FBidi.h:
6409         fixed FBidi.h macro to work with no FriBIDI
6411 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6413         * libs/CombineChars.h (CombineChars):
6414         * libs/CombineChars.c (CombineChars):
6415         * libs/FBidi.h (FBidiConvert):
6416         * libs/FBidi.c (FBidiConvert):
6417         * libs/Flocale.c (FlocaleEncodeString):
6418         (FlocaleEncodeWinString):
6419         (FlocaleDrawUnderline):
6420         (FlocaleTextWidth):
6421         fixed drawing of underlines on characters to work in with BIDI
6422         and combining characters
6424 2003-07-08  Mikhael Goikhman  <migo@homemail.com>
6426         * todo-2.6:
6427         closed D.1 with "no consensus" resolution
6429 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6431         * fvwm/fvwm.1.in:
6432         documented tear off menus
6434         * fvwm/placement.c (PlaceWindow):
6435         StartsOnPage + SkipMapping overrides PPosition
6437 2003-07-07  Mikhael Goikhman  <migo@homemail.com>
6439         * fvwm/functable.c:
6440         solved a problem with CMD_Dummy and exact command spelling
6442         * libs/CombineChars.c:
6443         * libs/CombineChars.h:
6444         * libs/FBidi.c:
6445         minor reformattings (use TABs not 8 spaces and a space after keywords
6446         like for, if or while)
6448 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6450         * fvwm/update.c (apply_window_updates):
6451         * fvwm/update.h:
6452         * fvwm/add_window.c (setup_style_and_decor):
6453         * fvwm/style.h:
6454         * fvwm/style.c (style_parse_one_style_option):
6455         (check_window_style_change):
6456         new style MoveWindowByProgramMethod
6458         * libs/PictureImageLoader.c (PImageLoadXpm):
6459         use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6461         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6462         implemented _NET_WM_STATE_FULLSCREEN handling
6464         * fvwm/move_resize.c (GetOnePositionArgument):
6465         fixed parsing of "+-x +-y" Move arguments
6466         (CMD_Maximize):
6467         use get_page_offset_check_visible
6469         * fvwm/geometry.c (get_page_offset_check_visible):
6470         new convenience function
6472         * fvwm/events.c (__handle_cr_on_client):
6473         fixed handling of gravities other than NW or Static
6474         (__cr_detect_icccm_move):
6475         fixed several bugs
6477 2003-07-06  Marcus Lundblad  <ml@update.uu.se>
6479         * libs/BidiJoin.c:
6480         * libs/BidiJoin.h:
6481         * libs/BidiJoin.c:
6482         * libs/BidiJoin.h:
6483         * libs/CombineChars.c:
6484         * libs/CombineChars.h:
6485         * libs/Flocale.c (FlocaleEncodeString):
6486         * libs/FBidi.c:
6487         * libs/FBidi.h:
6488         * libs/Makefile.am:
6489         Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6490         FCombineChars.h
6492 2003-07-06  olicha  <olivier.chapuis@free.fr>
6494         * libs/FRender.c (FRenderRender):
6495         Fixed compilation
6497 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6499         * fvwm/ewmh.c (ewmh_check_wm_pid):
6500         (EWMH_WindowInit):
6501         detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6502         compliant ConfigureNotify handling
6504 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6506         * libs/Flocale.c (FlocaleDrawUnderline):
6507         Commented out some non-working new code
6509 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6511         * libs/Flocale.c (FlocaleDrawString):
6512         fixed drawing superimposed characters with a fontset
6514 2003-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6516         * fvwm/events.c (__cr_detect_icccm_move):
6517         (__handle_cr_on_client):
6518         (__cr_get_grav_position):
6519         (__cr_get_static_position):
6520         * fvwm/window_flags.h:
6521         * fvwm/fvwm.h:
6522         try to autodetect whether application uses the icccm way of moving
6523         windows of the traditional way always using static gravity
6525         * acconfig.h:
6526         moved SIGNAL_RETURN macro definition to acconfig.h
6528         * fvwm/module_interface.c (DeadPipe):
6529         * fvwm/fvwm.c (SigDone):
6530         (Restart):
6531         (ReapChildren):
6532         use SIGNAL_RETURN macro
6534         * fvwm/events.c (__handle_cr_on_client):
6535         (__merge_cr_moveresize):
6536         (__cr_detect_icccm_move):
6538         * fvwm/events.c (__handle_cr_on_unmanaged):
6539         (__handle_cr_on_icon):
6540         (__handle_cr_on_shaped):
6541         (__handle_cr_restack):
6542         (__handle_cr_on_client):
6543         (HandleConfigureRequest):
6544         split the ConfigureRequest code into multiple functions
6546         * fvwm/update.c (apply_window_updates):
6547         fixed drawing of window decorations when "Style * Neverfocus" is used
6549         * fvwm/events.c (HandleKeyPress):
6550         fixed a bug with key binding contexts
6552         * fvwm/functions.c (__execute_function):
6553         * fvwm/expand.c (expand_vars):
6554         (expand_vars_extended):
6555         new extended variable $[func.context]
6557         * libs/Bindings.h:
6558         * libs/Bindings.c:
6559         moved some code to the new files
6561         * libs/charmap.h:
6562         * libs/charmap.c:
6563         * libs/modifiers.h:
6564         * libs/modifiers.c:
6565         * libs/wcontext.c:
6566         * libs/wcontext.h:
6567         new files
6569         * libs/Bindings.c:
6570         fixed a problem with uninitialised global variable
6572 2003-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6574         * libs/Bindings.c (key_modifiers):
6575         moved to new file wcontext.c
6577         * libs/gravity.c (gravity_parse_dir_argument):
6578         added aliases for compass directions:
6579           - = N
6580           _ = S
6581           [ = W
6582           ] = E
6583           ^ = NE
6584           > = SE
6585           v = SW
6586           [ = nw
6587           . = center
6589 2003-07-02  Marcus Lundblad  <ml@update.uu.se>
6591         * libs/FBidi.h:
6592         * libs/Flocale.c (FlocaleDrawString):
6593         (FlocaleRotateDrawString):
6594         Fixes to work without Fribidi
6596 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6598         * todo-2.6:
6599         Updated
6601 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6603         * libs/FbidiJoin.c (get_shaped_combined_char):
6604         (shape_n_join):
6605         Removed unused (get_shaped_combined_char) and commented out code
6606         Combining ligatures done in FCombineChars
6608 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6610         * libs/Flocale.c (FlocaleDrawString):
6611         (FlocaleRotateDrawString):
6612         (FlocaleTextWidth):
6613         * libs/FBidi.h:
6614         * libs/FBidi.c (FBidiConvert):
6615         * libs/FBidiJoin.c:
6616         * libs/FCombineChars.h:
6617         * libs/FCombineChars.c (FCombineChars):
6618         Added support for drawing superimposed combining characters
6620 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6622         * fvwm/commands.h:
6623         * fvwm/functable.c (func_table):
6624         * fvwm/functions.c (CMD_TearMenuOff):
6625         (CMD_Title):
6626         (CMD_Silent):
6627         (CMD_Function):
6628         (CMD_KeepRc):
6629         merged all dummy commands into one: CMD_Dummy
6631 2003-07-01  olicha  <olivier.chapuis@free.fr>
6633         * fvwm/menus.c (DestroyMenu):
6634         (do_menu):
6635         Cleanup
6637 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6639         * fvwm/menustyle.c (menustyle_copy):
6640         (copy_menu_style):
6641         renamed function
6643 2003-06-30  Marcus Lundblad  <ml@update.uu.se>
6645         * todo-2.6:
6646         Updated
6648 2003-06-30  olicha  <olivier.chapuis@free.fr>
6650         * fvwm/menus.c (do_menu):
6651         (DestroyMenu):
6652         (do_menu_close_tear_off_menu):
6653         (menu_close_tear_off_menu):
6654         Allowed to destroy tear off menu!
6656         * fvwm/menus.c (menu_tear_off):
6657         (menu_close_tear_off_menu):
6658         (do_menu_close_tear_off_menu):
6659         (clone_menu_root_static):
6660         (pop_menu_up):
6661         (menu_tear_off):
6662         (make_menu_window):
6663         (make_menu):
6664         (update_menu):
6665         Fixed client leaks (only create new client for menu if it is a tear off
6666         menu). Created a dedicated menu style for each tear off menu.
6668         * fvwm/menustyle.c (CMD_CopyMenuStyle):
6669         (copy_menu_style):
6670         * fvwm/menustyle.h:
6671         Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6673 2003-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6675         * fvwm/virtual.c (do_move_window_to_desk):
6676         (UnmapDesk):
6677         fixed "Visible" condition on non current desks
6679 2003-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6681         * **/*.c:
6682         * **/*.h:
6683         shortened some comments
6684         removed GPL from .h files
6685         added GPL to all .c files
6686         include config.h in all .c files
6687         added "/* -*-c-*- */" where missing
6688         some reformatting and reindenting
6690         * fvwm/module_interface.c:
6691         * fvwm/module_interface.h:
6692         * libs/Fft.c:
6693         * libs/Flocale.c:
6694         * libs/gravity.h:
6695         * libs/Flocale.h:
6696         * fvwm/screen.h:
6697         * fvwm/misc.c:
6698         * fvwm/misc.h:
6699         * fvwm/windowshade.c:
6700         * fvwm/virtual.c:
6701         * fvwm/conditional.c:
6702         * fvwm/geometry.h:
6703         * fvwm/geometry.c:
6704         * fvwm/borders.c:
6705         * fvwm/frame.h:
6706         * fvwm/frame.c:
6707         * fvwm/update.c:
6708         * fvwm/session.c:
6709         * fvwm/placement.c:
6710         * fvwm/menus.c:
6711         * fvwm/icons.c:
6712         * fvwm/events.c:
6713         * fvwm/add_window.c:
6714         * fvwm/session.h:
6715         * fvwm/placement.h:
6716         * fvwm/icons.h:
6717         * fvwm/eventhandler.h:
6718         * fvwm/fvwm.h:
6719         * fvwm/add_window.h:
6720         * fvwm/repeat.c:
6721         * fvwm/functions.c:
6722         * fvwm/functable.c:
6723         * fvwm/functable.h:
6724         * fvwm/functions.h:
6725         renamed types func_type, repeat_t, initial_window_options_t,
6726         frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6727         last_added_item_type, common_flags_type, multi_direction_type,
6728         msg_masks_type to ..._t
6730         * fvwm/functions.c (__execute_function):
6731         (execute_complex_function):
6732         * fvwm/condrc.c (condrc_init):
6733         new function in new file to encapsulate all cond_rc_t handling
6735         * fvwm/condrc.h:
6736         * fvwm/fvwm.h (cond_rc_t):
6737         (cond_rc_enum):
6738         moved typed to new file
6740         * fvwm/functable.h:
6741         * fvwm/commands.h:
6742         * fvwm/functable.c (func_table):
6743         * fvwm/functions.c (__run_complex_function_items):
6744         (__execute_function):
6746         * fvwm/conditional.c (CMD_Break):
6747         (__rc_matches_rcstring_consume):
6748         Break takes the number of function levels to break out of as an
6749         argument
6751         * fvwm/expand.c (expand_vars_extended):
6752         * fvwm/conditional.c (circulate_cmd):
6753         (select_cmd):
6754         (direction_cmd):
6755         (__rc_matches_rcstring_consume):
6756         (CMD_All):
6757         (CMD_WindowId):
6758         (CMD_TestRc):
6759         (CMD_Test):
6760         * fvwm/read.c:
6761         * fvwm/read.h:
6762         * fvwm/functions.h:
6763         * fvwm/functions.c:
6764         (__run_complex_function_items):
6765         (execute_complex_function):
6766         * fvwm/expand.h:
6767         * fvwm/expand.c:
6768         * fvwm/fvwm.h:
6769         * fvwm/conditional.c:
6770         renamed fvwm_cond_func_rc by cond_rc_t
6771         made a type a struct
6772         added a member to indicate the number of function levels to break out
6773         of
6775         * fvwm/functable.c (func_table):
6776         * fvwm/conditional.c (CMD_TestRc):
6777         replaced conditional commands:
6778                 Cond -> TestRc
6779                 CondCase -> KeepRc TestRc
6780                 On -> Test
6781         (__rc_matches_rcstring_consume):
6782         new function
6784         * fvwm/conditional.c (CMD_CondCase):
6785         fixed the CondCase command
6787 2003-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6789         * configure.in:
6790         new configure option --deisable-gtk to disable detection of gtk library
6792         * fvwm/fvwm.1.in:
6793         cleaned up documentation of conditional commands
6794         general man page cleanup
6796 2003-06-17  Dan Espen  <dane@mk.telcordia.com>
6798         * fvwm/builtins.c (ReadDecorFace): Off by one patch from
6799         Anil Madhavapeddy.
6801 2003-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6803         * fvwm/fvwm.1.in:
6804         cleaned up of CirculateHit... conditions
6806 2003-06-15  olicha  <olivier.chapuis@free.fr>
6808         * fvwm/style.c (__simplify_style_list):
6809         Fixed is_merged_allowed: rest it to True when cur change
6810         Added "upward" simplification
6812 2003-06-14  olicha  <olivier.chapuis@free.fr>
6814         * fvwm/style.c (__simplify_style_list):
6815         (blocksintersect):
6816         (blockand):
6817         Fixed blockand which always returned True. Added blocksintersect which
6818         returns the same value as blockand but faster.
6820 2003-06-13  olicha  <olivier.chapuis@free.fr>
6822         * configure.in:
6823         * acinclude.m4:
6824         Fixed fontconfig and xft2 for version without *-config binnary. Used
6825         pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
6826         fontconfig and xft2 if the version is < the required version
6827         (even if --disable-*test).
6829 2003-06-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6831         * libs/Graphics.c:
6832         define M_PI and M_PI_2 if they are not defined by math.h
6834 2003-06-10  Mikhael Goikhman  <migo@homemail.com>
6836         * libs/Colorset.c (LoadColorset):
6837         added a note to update Colorsets.pm too when the format is changed
6839 2003-06-09  Mikhael Goikhman  <migo@homemail.com>
6841         * WindowStyle_proposal.txt:
6842         s/WindowId/ThisWindow/ and other minor changes
6844 2003-06-06  olicha  <olivier.chapuis@free.fr>
6846         * libs/PictureImageLoader.c (PImageLoadPng):
6847         Fixed loading of png images if the caller want no alpha
6849 2003-06-04  olicha  <olivier.chapuis@free.fr>
6851         * libs/Flocale.c (FlocaleEncodeString):
6852         Fixed memroy leaks
6854 2003-06-03  Mikhael Goikhman  <migo@homemail.com>
6856         * libs/Makefile.am:
6857         only FCombineChars.c was distributed not FCombineChars.h
6859 2003-06-03  Marcus Lundblad  <ml@update.uu.se>
6861         * libs/FCombineChars.c (convert_to_utf8)
6862         fixed a bug when converting back to UTF-8 and a bug giving
6863         garbage at end of string in some cases
6865         * libs/Flocale.c (FlocaleEncodeString)
6866         fixed problem regarding combining-characters when BIDI is used
6868 2003-05-31  Marcus Lundblad  <ml@update.uu.se>
6870         * libs/Makefile.am:
6871         * libs/Flocale.c (FlocaleEncodeString):
6872         * libs/FCombineChars.c:
6873         * libs/FCombineChars.h:
6874         implemeted support for combining characters
6876 2003-05-31  Mikhael Goikhman  <migo@homemail.com>
6878         * configure.in:
6879         set the version 2.5.8
6881 2003-05-30  Mikhael Goikhman  <migo@homemail.com>
6883         * fvwm/builtins.c:
6884         * fvwm/fvwm2.1:
6885         SetEnv with only one parameter is ignored now
6887 2003-05-30  Dan Espen  <dane@mk.telcordia.com>
6889         * NEWS: Add 2.4.16 news.
6891 2003-05-29  Mikhael Goikhman  <migo@homemail.com>
6893         * fvwm/functions.c (expand_extended_var):
6894         (expand):
6895         fixed expanding variables that are empty, for example $[w.resource]
6896         or $[gt.a] or $[version.info] or $[EMPTY_STRING]
6898         * fvwm/fvwm.1.in:
6899         s/$w/$[w.id]/
6901 2003-05-29  olicha  <olivier.chapuis@free.fr>
6903         * fvwm/ewmh.c (ewmh_atom_wm_state):
6904         Do not claim that we support _NET_WM_STATE_FULLSCREEN
6906 2003-05-28  olicha  <olivier.chapuis@free.fr>
6908         * NEWS:
6909         A TaskBar news
6911 2003-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6913         * fvwm/focus.c (__update_windowlist):
6914         don't fiddle with the window list for windows that are going to be
6915         destroyed
6917         * fvwm/add_window.c (delete_client_context):
6918         (destroy_auxiliary_windows):
6919         (destroy_window):
6920         fixed empty frame windows when X reused the window id for a new window
6921         while the old one was scheduled to be destroyed
6923 2003-05-26  olicha  <olivier.chapuis@free.fr>
6925         * fvwm/icons.c (GetIconBitmap):
6926         (set_icon_pixmap_background):
6927         (CreateIconWindow):
6928         (DrawIconPixmapWindow):
6929         (DrawIconWindow):
6930         Fixed loading of application supplied pixmap on 8/24 depth screen
6932 2003-05-25  Dan Espen  <dane@mk.telcordia.com>
6934         * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
6935         Rox Filer.
6937         * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
6938         solaris.
6940 2003-05-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6942         * fvwm/misc.c (GrabEm):
6943         do not confine the pointer to the root window when grabbed; this can
6944         cause the pointer to be warped to another screen
6945         * fvwm/menus.c (get_menu_options):
6946         fixed placement of menus on Xinerama screens
6947         * libs/FScreen.c (FScreenGetResistanceRect):
6948         fixed function to do something useful
6949         * libs/Flocale.c (FlocaleDrawString):
6950         support font shadowing without colorsets
6951         * libs/ColorUtils.c:
6952         reformatted file
6953         * fvwm/menuitem.c (menuitem_paint):
6954         do not use colorsets in menus if they are not defined
6955         * fvwm/menustyle.c (menustyle_parse_style):
6956         fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
6957         issued again
6959 2003-05-23  olicha  <olivier.chapuis@free.fr>
6961         * fvwm/bindings.c (ParseBinding):
6962         (bind_get_bound_button_contexts):
6963         * libs/Bindings.c (GrabWindowButton):
6964         Fixed window button grabbing
6966 2003-05-22  olicha  <olivier.chapuis@free.fr>
6968         * fvwm/colorset.c (parse_colorset):
6969         Fixed an uninit mem
6971         * fvwm/borders.c (border_fill_pixmap_background):
6972         Fixed problem with depth 1 pixmap
6974         * fvwm/conditional.c (CMD_On):
6975         Fixed memory leaks
6977         * fvwm/conditional.c (CreateConditionMask):
6978         Fixed memory leaks for layer and state
6980 2003-05-22  Mikhael Goikhman  <migo@homemail.com>
6982         * configure.in:
6983         added perllib/FVWM/Tracker/Makefile
6985 2003-05-22  olicha  <olivier.chapuis@free.fr>
6987         * fvwm/fvwm.1.in:
6988         * fvwm/style.h:
6989         * fvwm/style.c (print_styles):
6990         * fvwm/builtins.c (CMD_PrintInfo):
6991         New style subject to PrintInfo
6993 2003-05-20  olicha  <olivier.chapuis@free.fr>
6995         * libs/Flocale.c (FlocaleGetFontOrFontSet):
6996         Allowed empty xft font name
6998         * libs/Makefile.am:
6999         * libs/flist.c (new file):
7000         * libs/flist.h (new file):
7001         Added a flist structure and some basic function for handling such
7002         stucture
7004         * libs/FGettext.c (*):
7005         Use the new flist struct and functions interface
7007         * fvwm/screen.h (ScreenInfo):
7008         * fvwm/update.c (destroy_scheduled_windows):
7009         * fvwm/add_window.c (destroy_window):
7010         Added a list for the windows which are scheduled for destroy
7011         Remove a fw at once from the fw list when we destroy_window
7013 2003-05-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7015         * fvwm/style.c (CMD_DestroyStyle):
7016         do not update windows if no style was deleted
7017         (check_window_style_change):
7018         fixed update of window styles w/ DestroyStyle
7020 2003-05-18  olicha  <olivier.chapuis@free.fr>
7022         * fvwm/conditional.c (CMD_On):
7023         Added x,r,w,f and i file condition to the On command
7025         * fvwm/add_window.c (destroy_window):
7026         Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
7027         but scheduled for destroy. Not sure that the fix is good.
7029         * fvwm/functions.c (__execute_function):
7030         * libs/defaults.h:
7031         Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
7032         This fixes some cores dumps with "recursives" functions
7034         * fvwm/borders.c (border_create_root_transparent_pixmap):
7035         (border_draw_decor_to_pixmap):
7036         Fixed a core dump with a root transparent rotated title
7037         Fixed X errors 56 with RootTransparent titlebar and no E pixmap
7039         * libs/FGettext.c (fgettext_add_one_path):
7040         (FGettextInit):
7041         (FGettextSetLocalePath):
7042         Fixed memory leak and chainning
7044         * fvwm/builtins.c (CMD_PrintInfo):
7045         Fixed a parsing leak
7047         * fvwm/conditional.c (Circulate):
7048         Fixed a mask memory leaks
7050         * libs/defaults.h:
7051         * libs/Flocale.c (FlocaleGetFont):
7052         (FlocaleGetFontSet):
7053         (FlocaleGetFftFont):
7054         Fixed a core dump when a 0 font is given with an encoding hints.
7055         Added a default FFT font
7057         * fvwm/builtins.c (CMD_DefaultFont):
7058         Fixed a core dump when the default font change and a redraw
7059         (icon or window) is proceeded before flush_window_updates is called
7061         * fvwm/menustyle.c (CMD_CopyMenuStyle):
7062         Fixed gradients copy
7064         * fvwm/menustyle.c (menustyle_parse_style):
7065         Fixed UMR's related to colorset
7067         * fvwm/builtins.c (ReadDecorFace):
7068         Removed inconsistent #if 0 code and comments about leak and MiniIcon
7069         decor style.
7071         * fvwm/menustyle.h:
7072         * fvwm/menustyle.c (menustyle_free):
7073         Fixed a fore stipple gc leak
7075         * fvwm/windowlist.c (CMD_WindowList):
7076         Fixed a sor_keyname memory leak
7078         * fvwm/fvwm.c (ResetAllButtons):
7079         Fixed the default buttons memory leak
7081 2003-05-08  olicha  <olivier.chapuis@free.fr>
7083         * fvwm/windowlist.c (CMD_WindowList):
7084         Fixed a memory leak if MaxLabelWidth is used
7086 2003-05-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7088         * fvwm/functions.c (__context_has_window):
7089         (__execute_function):
7090         * fvwm/functions.h:
7091         fixed excution of functions requiring a window without a window when
7092         called with "silent" from a complex function
7094 2003-05-07  olicha  <olivier.chapuis@free.fr>
7096         * libs/System.c (searchPath):
7097         Fixed a core dump
7099 2003-05-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7101         * fvwm/move_resize.c (__move_loop):
7102         (__resize_window):
7103         fixed core dumps
7105 2003-05-03  olicha  <olivier.chapuis@free.fr>
7107         * todo-2.6:
7108         Updated
7110 2003-05-01  Bob Woodside  <dumbledore@woodsway.com>
7112         * fvwm/NEWS:
7113         Minor typo corrections.
7115 2003-04-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7117         * fvwm/move_resize.c (__move_loop):
7118         fixed UMR
7119         removed debug code
7120         (__resize_window):
7121         fixed UMR
7123 2003-04-28  olicha  <olivier.chapuis@free.fr>
7125         * fvwm/ewmh.c (ewmh_atom_wm_state):
7126         (ewmh_HandleDock):
7127         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7128         (ewmh_WMStateStaysOnBottom):
7129         Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7131 2003-04-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7133         * fvwm/module_interface.c (do_execute_module):
7134         * fvwm/fvwm.c (main):
7135         * libs/envvar.c (flib_putenv):
7136         * fvwm/builtins.c (add_to_env_list):
7137         (CMD_SetEnv):
7138         (CMD_UnsetEnv):
7139         fixed putenv memory leaks
7141         * libs/envvar.c (strIns):
7142         removed debug code
7143         reformatted file
7144         (flib_putenv):
7145         replacement for putenv without memory leaks
7147         * fvwm/frame.c:
7148         removed debug code
7150         * fvwm/fvwm.c (StartupStuff):
7151         fixed UMR
7152         * fvwm/add_window.c (free_window_names):
7153         fixed memory leaks
7154         * fvwm/events.c (HandlePropertyNotify):
7155         fixed memory leak
7156         * fvwm/menus.c (do_menu):
7157         fixed core dump
7158         (__mloop_exit_selected):
7159         safety patch
7160         * fvwm/menucmd.c (menu_func):
7161         fixed memory leak
7163         * fvwm/builtins.c (CMD_Destroy):
7164         (CMD_Close):
7165         call destroy_window right after XKillClient; do not wait for the window
7166         to die on its own
7168         * fvwm/menucmd.c (menu_func):
7169         * fvwm/windowlist.c (CMD_WindowList):
7170         fixed core dumps
7172 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7174         * INSTALL.fvwm:
7175         several updates (FvwmGtk, gettext)
7177 2003-04-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7179         * fvwm/menucmd.c (menu_func):
7180         * fvwm/windowlist.c (CMD_WindowList):
7181         * fvwm/menus.h:
7182         * fvwm/menus.c (is_double_click):
7183         (pop_menu_up):
7184         (pop_menu_down):
7185         (pop_menu_down_and_repaint_parent):
7186         (__mloop_get_event_timeout_loop):
7187         (__mloop_get_event):
7188         (__mloop_handle_event):
7189         (__mloop_select_item):
7190         (__mloop_make_popup):
7191         (__mloop_get_mi_actions):
7192         (__mloop_do_popup):
7193         (__mloop_do_menu):
7194         (__mloop_handle_action_with_mi):
7195         (__mloop_handle_action_without_mi):
7196         (__mloop_exit):
7197         (menu_enter_tear_off_menu):
7198         (menu_close_tear_off_menu):
7199         (do_menu):
7200         replaced the pfw and pcontext members of the MenuParameters structure
7201         with an execution context pointer
7202         (_menu_execute_function):
7203         wrapper function to simplyfy command execution from within menus
7204         (do_menu):
7205         fixed warping pointer to first menu item when invoked with the mouse
7207         * fvwm/execcontext.c:
7208         removed debug code
7210 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7212         * libs/XError.c:
7213         reformatted
7215         * fvwm.1.in:
7216         * fvwm.c:
7217         replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7219 2003-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7221         * fvwm/menus.c (do_menu):
7222         the NoWarp position hint option works with root menus too
7224         * fvwm/ConfigFvwmDefaults:
7225         removed GrabFocusOff and GrabFocusTransient since they nullify the
7226         default with the plain focus policies
7228 2003-04-24  olicha  <olivier.chapuis@free.fr>
7230         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7231         Fixed a miss print in my previous commit
7233         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7234         (ewmh_MoveResize)
7235         (ewmh_WMStateStaysOnBottom):
7236         * fvwm/ewmh.c (ewmh_AllowsMinimize):
7237         * fvwm/ewmh_intern.h:
7238         Added comment on the implementation at the top of ewmh.c.
7239         Fixed _NET_WM_MOVERESIZE.  Added _NET_WM_ACTION_MINIMIZE in
7240         _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7241         _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7242         and _NET_WM_STATE_BELOW.
7244         * AUTHORS:
7245         Added David Fries. Updated my entries.
7247         * todo-2.6:
7248         One update
7250 2003-04-23  olicha  <olivier.chapuis@free.fr>
7252         * fvwm/module_interface.c (CMD_KillModule):
7253         Fixed a leak when we have an alias
7255         * libs/Picture.c (PFreeFvwmPictureData):
7256         * libs/Picture.h:
7257         New interface function for just freeing the allocated data (not
7258         the pixmaps).
7260 2003-04-22  olicha  <olivier.chapuis@free.fr>
7262         * fvwm/colorset.c (get_root_pixmap):
7263         Fixed a minor memory leak
7265         * fvwm/functions.c (execute_complex_function):
7266         Fixed uninitialized d.type
7268         * libs/Ficonv.c (FiconvSetupConversion):
7269         (FiconvUtf8ToCharset):
7270         (FiconvCharsetToUtf8):
7271         Formating clean-up
7273         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7274         (EWMH_WMIconName):
7275         (EWMH_WMName):
7276         Fixed a core dump and safety check related to not loaded font
7278 2003-04-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7280         * libs/Module.h:
7281         reformatted
7283 2003-04-16  olicha  <olivier.chapuis@free.fr>
7285         * fvwm/ewmh_events.c (ewmh_CloseWindow):
7286         (ewmh_MoveResize):
7287         (ewmh_WMState):
7288         (ewmh_WMStateHidden):
7289         Check if functions are allowed
7291         * fvwm/ewmh.c (ewmh_HandleDesktop):
7292         (ewmh_HandleDock):
7293         Set Desktop and Dock uniconifiable and unmaximazable
7295         * fvwm/menuitem.c (menuitem_paint):
7296         * fvwm/screen.h:
7297         Fixed greyed action with EWMH desktop
7299 2003-04-16  Mikhael Goikhman  <migo@homemail.com>
7301         * NEWS:
7302         documented FvwmEvent behaviour of executing window related event
7303         handlers within a window context
7305         * fvwm/fvwm.1.in:
7306         updated WindowId entry
7308 2003-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7310         * fvwm/schedule.c (deschedule):
7311         (squeue_execute):
7312         (execute_obj_func):
7313         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7314         (ExecuteCommandQueue):
7315         * libs/queue.c (fqueue_init):
7316         (fqueue_remove_or_operate_from_front):
7317         (fqueue_remove_or_operate_from_end):
7318         (fqueue_remove_or_operate_all):
7319         (fqueue_init):
7320         (fqueue_unlock_queue):
7321         (fqueue_lock_queue):
7322         (fqueue_add_at_front):
7323         (fqueue_add_inside):
7324         (fqueue_get_first):
7325         core dump fixes
7327         * libs/queue.c (fqueue_remove_or_operate_all):
7328         (fqueue_remove_or_operate_from_end):
7329         (fqueue_remove_or_operate_from_front):
7330         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7331         (ExecuteCommandQueue):
7332         * fvwm/schedule.c (deschedule):
7333         (check_deschedule_obj_func):
7334         (deschedule_obj_func):
7335         (squeue_execute):
7336         (check_execute_obj_func):
7337         (execute_obj_func):
7338         (copy_obj_func):
7339         core dump fixes
7341 2003-04-15  Mikhael Goikhman  <migo@homemail.com>
7343         * fvwm/ConfigFvwmDefaults:
7344         * fvwm/fvwm.1.in:
7345         * fvwm/windowlist.c:
7346         * sample.fvwmrc/system.fvwm2rc-sample-95:
7347         * NEWS:
7348         WindowListFunc is executed now within a window context,
7349         so "WindowId $0" is not needed anymore in its definition
7351 2003-04-14  olicha  <olivier.chapuis@free.fr>
7353         * fvwm/fvwm.1.in:
7354         * NEWS:
7355         Documented LocalePath and $[gt.str]. FvwmScript news.
7357         * fvwm/expand.c (expand_vars_extended):
7358         Fixed $[gt.str] expansion
7360         * configure.in:
7361         New gettext domain FvwmScript
7363         * libs/FGettext.c (FGettextCopy):
7364         * libs/FGettext.h:
7365         New interface function which copies the string
7367 2003-04-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7369         * fvwm/conditional.c (CMD_Cond):
7370         allow to negate the condition code with '!' prefix
7372         * fvwm/schedule.c (CMD_Schedule):
7373         (CMD_Deschedule):
7374         support hexadecimal ids
7376         * libs/Parse.c (GetIntegerArguments):
7377         (_get_suffixed_integer_arguments):
7378         (GetSuffixedIntegerArguments):
7379         (GetIntegerArgumentsAnyBase):
7380         new utitily function to allow hexadecimal integer arguments
7382 2003-04-10  olicha  <olivier.chapuis@free.fr>
7384         * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7385         (FlocaleGetCharsetOfFontStruct):
7386         (FlocaleGetCharsetFromName):
7387         (FlocaleFixNameForFontSet):
7388         (FlocaleGetFontSet):
7389         (FlocalePrintLocaleInfo):
7390         * libs/FlocaleCharset.h:
7391         * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7392         (FlocaleCharsetPrintXOMInfo):
7393         Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7395 2003-04-08  olicha  <olivier.chapuis@free.fr>
7397         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7398         fixed the default font name
7400 2003-04-07  Mikhael Goikhman  <migo@homemail.com>
7402         * fvwm/events.c (HandlePropertyNotify):
7403         * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7404         completely ignore application requests to set exactly the same
7405         window name or icon name (xmms sets it every second),
7406         this avoids some redundant module messages and redraws
7408 2003-04-05  Mikhael Goikhman  <migo@homemail.com>
7410         * Makefile.am:
7411         fixed DIST
7413 2003-04-04  olicha  <olivier.chapuis@free.fr>
7415         * configure.in:
7416         Fixed a miss print in fribidi config check
7418 2003-04-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7420         * fvwm/focus.c (__restore_focus_after_unmap):
7421         iconified windows without an icon do not receive focus
7423 2003-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7425         * fvwm/virtual (CMD_GotoDeskAndPage):
7426         different "GotoDeskAndPage prev" fix that works with any viewports, not
7427         just multiples of the screen size
7429 2003-03-29  Mikhael Goikhman  <migo@homemail.com>
7431         * fvwm/virtual (CMD_GotoDeskAndPage):
7432         fixed "GotoDeskAndPage prev" with desks larger than 2x2
7434 2003-03-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7436         * ETHICAL_LICENSE:
7437         added file
7439         * fvwm/menucmd.c (menu_func):
7440         fixed double key presses to choose default menu action
7442         * fvwm/focus.c (__update_windowlist):
7443         fixed order of window list with SloopyFocus when using the Focus
7444         command
7446 2003-03-22  Mikhael Goikhman  <migo@homemail.com>
7448         * fvwm/fvwm.1.in:
7449         clarified some things, typo fixed
7451 2003-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7453         * libs/Colorset.c (CreateBackgroundPixmap):
7454         (GetWindowBackgroundPixmapSize):
7455         (get_aspect_dimensions):
7456         fixed size calculation of aspect pixmaps
7458 2003-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7460         * fvwm/icons.c (clear_icon):
7461         (clear_icon):
7462         (AutoPlaceIcon):
7463         (Iconify):
7464         * fvwm/geometry.c (get_icon_geometry):
7465         (modify_icon_position):
7466         set a valid icon picture position if there is neither a picture nor a
7467         title
7469 2003-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7471         * NEWS:
7472         * AUTHORS:
7473         reformatted to fit better on the web page
7475 2003-03-15  Mikhael Goikhman  <migo@homemail.com>
7477         * todo-2.6:
7478         added items from "My TODO" message on 2003-01-02
7480         * fvwm/fvwm.1.in:
7481         actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7483 2003-03-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7485         * libs/FScreen.c:
7486         removed debug output
7488 2003-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7490         * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7491         (FScreenFetchMangledScreenFromUSPosHints):
7492         two functions to allow USPosition hints from modules and StartsOnScreen
7493         work at the same time
7495         * fvwm/conditional.c (direction_cmd):
7496         Some fixes, reformatting and improvements.
7498 2003-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7500         * fvwm/icons.c (Iconify):
7501         initialise icon position to +0+0 if there is neiter a picture nor a
7502         title
7504         * fvwm/functions.c (DeferExecution):
7505         action trigger fix
7507         * todo-2.6 (todo):
7508         closed some items
7510         * fvwm/update.c (apply_window_updates):
7511         fixed drawing of sticky icon titles when the stickyicon style is being
7512         set
7514 2003-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7516         * fvwm/placement.c (CMD_PlaceAgain):
7517         * fvwm/add_window.c (setup_window_placement):
7518         * fvwm/virtual.c (MapDesk):
7519         update the GNOME hints desk when changing desks; fixes placeagain with
7520         stickyicon style
7521         some placeagain fixes
7523         * fvwm/fvwm.1.in (Example):
7524         removed duplicate Iconify section
7526         * todo-2.6 (todo):
7527         closed C.11
7529         * fvwm/functable.c (func_table):
7530         * fvwm/functions.h (func_type):
7531         * fvwm/functions.c (__execute_function):
7532         (execute_complex_function):
7533         (DeferExecution):
7534         fixed a new and and old window selection bug
7536 2003-03-09  Dan Espen  <dane@mk.telcordia.com>
7538         * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7539         detected with Purify.
7541 2003-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7543         * libs/Colorset.c (SetWindowBackgroundWithOffset):
7544         use None, not 0 for Window structures
7546         * fvwm/events.c (InitEventHandlerJumpTable):
7547         (HandleKeyRelease):
7548         (__handle_key_event):
7549         * fvwm/bindings.c (ParseBinding):
7550         (activate_binding):
7551         * libs/Bindings.h:
7552         * fvwm/fvwm.1.in:
7553         removed key release binding because they can not work reliably
7555 2003-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7557         * fvwm/functable.c (func_table):
7558         trigger on ButtonPress for many of the functions
7560         * fvwm/functions.c (__execute_function):
7561         (__execute_function):
7562         fixed conditional commands a la "Current" triggered on root window
7564 2003-03-01  Dan Espen  <dane@mk.telcordia.com>
7566         * todo-2.6: Closed B.2, C.21.
7568 2003-02-28  olicha  <olivier.chapuis@free.fr>
7570         * libs/defaults.h:
7571         * fvwm/events.c (HandleConfigureRequest):
7572         Added a workaround for application with broken max/min size hints
7573         vs a size configure request. This "fixes" floating java JToolBar.
7575         * fvwm/add_window.c (GetWindowSizeHints):
7576         Check that the max size hint is not broken relatively to the the base
7577         size hint
7579 2003-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7581         * NEWS:
7582         * configure.in:
7583         released 2.5.6, set version to 2.5.7
7585         * NEWS:
7586         * configure.in:
7587         updated for 2.5.6
7589 2003-02-26  Tony Finch  <dot@dotat.at>
7591         * fvwm/borders.c (border_draw_one_border_part):
7592         Don't draw the handle relief marks when the border is flat.
7594 2003-02-27  Mikhael Goikhman  <migo@homemail.com>
7596         * configure.in:
7597         s/fribdi_in_path/fribidi_in_path/
7599         * todo-2.6:
7600         spell checking and some reformatting
7602 2003-02-26  olicha  <olivier.chapuis@free.fr>
7604         * fvwm/borders.c (border_setup_bar_pixmaps):
7605         Fixed a miss-print which can cause a core dump
7607         * todo-2.6:
7608         Added a 2.6 TODO file
7610 2003-02-25  Dan Espen  <dane@mk.telcordia.com>
7612         * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7613         void functioin cannot return a value.
7615 2003-02-25  olicha  <olivier.chapuis@free.fr>
7617         * configure.in:
7618         Fixed compilation warning if fribidi is in path
7620 2003-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7622         * fvwm/windowlist.c (CMD_WindowList):
7623         removed unused instruction
7625 2003-02-22  Dan Espen  <dane@mk.telcordia.com>
7627         * configure.in: Remove nested function from -Werror check.
7628         Lets configure work without gcc.
7630         * fvwm/read.h:
7631         * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7633 2003-02-21  Dan Espen  <dane@mk.telcordia.com>
7635         * fvwm/functions.c (__run_complex_function_items): Make Break start
7636         working again.
7638 2003-02-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7640         * fvwm/move_resize.c (get_outline_rects):
7641         (draw_move_resize_grid):
7642         initial drawing and final undrawing of wire frame no longer toggles the
7643         pixel in the top left corner of the screen
7645         * fvwm/expand.c (expand_vars):
7646         disabled warnings about one letter variables
7648 2003-02-17  Dan Espen  <dane@mk.telcordia.com>
7650         * README: Update to reflect release 2.5.x.
7651         * NEWS: Update news for FvwmPager drag fix.
7653 2003-02-15  olicha  <olivier.chapuis@free.fr>
7655         * fvwm/fvwm.1.in:
7656         Fixed a typo
7658 2003-02-13  olicha  <olivier.chapuis@free.fr>
7660         * fvwm/gnome.c (GNOME_SetClientList):
7661         Applied David Fries patch which fixes a possible crash with more
7662         than 256 windows
7663         (GNOME_SetClientList):
7664         malloc -> safemalloc
7666 2003-02-09  Dan Espen  <dane@mk.telcordia.com>
7668         * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7669         Give the XorValue range.
7671 2003-02-08  Dan Espen  <dane@mk.telcordia.com>
7673         * fvwm/fvwm.1.in: Fully document the emulate command.
7675 2003-02-06  olicha  <olivier.chapuis@free.fr>
7677         * fvwm/borders.c (get_common_decorations):
7678         (border_get_border_background):
7680 2003-02-05  Dan Espen  <dane@mk.telcordia.com>
7682         * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7684 2003-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7686         * fvwm/menuitem.h:
7687         * fvwm/menuitem.c (menuitem_get_size):
7688         * fvwm/menus.c (calculate_item_sizes):
7689         renamed "mips" to mipst
7691         * fvwm/menuitem.c (menuitem_get_item_size):
7692         * fvwm/menus.c (_calculate_item_sizes):
7693         backed out patch from 30-Jan-2003
7695 2003-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7697         * fvwm/menuitem.h:
7698         * fvwm/menuitem.c (menuitem_get_item_size):
7699         * fvwm/menus.c (_calculate_item_sizes):
7700         functions renamed due to global name space collision with IRIX 6.5
7702 2003-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7704         * configure.in:
7705         added tests/hints/Makefile.am
7707 2003-01-24  Dan Espen  <dane@mk.telcordia.com>
7709         * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7711 2003-01-20  Dan Espen  <dane@mk.telcordia.com>
7713         * sample.fvwmrc/DecorWin95:
7714         * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7715         Replace a long time ago.
7717 2003-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7719         * fvwm/stack.c (new_layer):
7720         (collect_transients_recursive):
7721         (__restack_window):
7722         fixed Layer command
7724         * fvwm/events.c (HandleConfigureRequest):
7725         fixed placement of icons
7726         fixed size calculations of icons
7728 2003-01-18  Mikhael Goikhman  <migo@homemail.com>
7730         * fvwm/expand.c:
7731         fixed $[desk.name<n>] that was masked by $[desk.n],
7732         added $[desk.pagesx] and $[desk.pagesy]
7734 2003-01-16  Dan Espen  <dane@mk.telcordia.com>
7736         * NEWS: Update news.  Spelling fixes 2.5.x news.
7737         * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7738         its not interactive.
7740 2003-01-12  Mikhael Goikhman  <migo@homemail.com>
7742         * fvwm/functable.c:
7743         added a short description together with the commands
7745 2003-01-12  Marcus Lundblad  <ml@update.uu.se>
7747         * NEWS:
7748         Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7749         HasHandles
7751 2003-01-11  Mikhael Goikhman  <migo@homemail.com>
7753         * expand.c:
7754         * NEWS:
7755         deprecate all single letter variables, new variables are supported now
7756         $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
7757         $[desk.n], $[version.num], $[version.info], $[version.line].
7759 2003-01-07  Marcus Lundblad <ml@update.uu.se>
7761         * fvwm/style.c (style_parse_one_style_option):
7762         * fvwm/fvwm.1.in:
7763         Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
7764         DisallowMaximizeFixedSize
7766 2003-01-06  Dan Espen  <dane@mk.telcordia.com>
7768         * fvwm/fvwm.1.in: Lang check.
7770 2003-01-03  olicha  <olivier.chapuis@free.fr>
7772         * fvwm/commands.h:
7773         * INSTALL.fvwm:
7774         * fvwm/ewmh.h:
7775         * fvwm/ewmh_intern.h:
7776         * fvwm/ewmh_names.c:
7777         * fvwm/ewmh_icons.c:
7778         * fvwm/ewmh_events.c:
7779         * fvwm/ewmh_conf.c:
7780         * fvwm/ewmh.c:
7781         * fvwm/gnome.c:
7782         * fvwm/gnome.h:
7783         * fvwm/functable.c (func_table):
7784         * fvwm/fvwm.c (setVersionInfo):
7785         * acconfig.h:
7786         * configure.in:
7787         Removed GNOME and HAVE_EWMH ifdef
7789         * fvwm/fvwm.1.in:
7790         Documented UseTitleDecorRotation
7792 2003-01-03  Mikhael Goikhman  <migo@homemail.com>
7794         * fvwm/module_interface.c (MoveViewport):
7795         * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
7796         M_NEW_PAGE now has 7 arguments
7798 2003-01-02  olicha  <olivier.chapuis@free.fr>
7800         * fvwm/fvwm.1.in:
7801         Documented  the new icon style options
7803         * fvwm/fvwm.h:
7804         * fvwm/icons.h:
7805         * fvwm/icons.c (DrawIconTitleWindow):
7806         (DrawIconPixmapWindow):
7807         (setup_icon_title_size):
7808         * fvwm/style.c (style_parse_one_style_option):
7809         Fixed IconTitleRelief and IconBackgroundRelief arguments
7811         * fvwm/icons.c (GetIconPicture):
7812         (SetIconPixmapSize):
7813         Fixed IconSize style for non shaped depth > 1 pixmaps
7815 2003-01-02  Mikhael Goikhman  <migo@homemail.com>
7817         * NEWS:
7818         * fvwm/commands.h:
7819         * fvwm/conditional.c (CMD_On):
7820         * fvwm/functable.c:
7821         * fvwm/fvwm.1.in:
7822         new conditional command On for non-window related conditions
7824         * fvwm/execcontext.h:
7825         * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
7826         two new exec contexts for restarting
7828 2003-01-02  olicha  <olivier.chapuis@free.fr>
7830         * fvwm/builtins.c (ReadMultiPixmapDecor):
7831         StretchedPixmap -> AdjustedPixmap
7833         * fvwm/fvwm.1.in:
7834         Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
7835         Documented the new MultiPixmap syntax
7837 2002-12-31  Mikhael Goikhman  <migo@homemail.com>
7839         * NEWS:
7840         * fvwm/fvwm.1.in:
7841         * fvwm/builtins.c (ReadTitleButton):
7842         * fvwm/screen.h:
7843         new button state shortcuts AllActiveUp, AllActiveDown,
7844         AllInactiveUp, AllInactiveDown
7846 2002-12-31  olicha  <olivier.chapuis@free.fr>
7848         * libs/PictureGraphics.c (PCopyArea):
7849         Fixed rendering of depth 1 pixmap with a mask
7851         * fvwm/update.c (apply_window_updates):
7852         Fixed icon bg cset update
7854         * fvwm/events.c (HandlePropertyNotify):
7855         * fvwm/geometry.c (move_icon_to_position):
7856         Fixed non shaped icons with a bg padding but without cs bg
7858         * NEWS:
7859         * fvwm/style.c (style_parse_icon_size_style):
7860         (merge_styles):
7861         * fvwm/fvwm.h (window_style):
7862         * fvwm/add_window.c (setup_icon_size_limits):
7863         * fvwm/icons.c (SetIconPixmapSize):
7864         (GetIconPicture):
7865         New option to IconSize style: Adjusted, Streched, Shrunk
7867         * fvwm/icons.c (SetIconPixmapSize):
7868         (GetIconPicture):
7869         Always center the icon with IconSize if the icon has a background
7871 2002-12-30  Mikhael Goikhman  <migo@homemail.com>
7873         * configure.in:
7874         FvwmWindowMenu renaming; compact long diagnostics into half of line
7876         * NEWS:
7877         documeted and corrected new features
7879         * fvwm/fvwm.1.in:
7880         removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
7881         since these are the only way currently to create themes
7883         * fvwm/fvwm.c:
7884         small reformatting
7886 2002-12-30  olicha  <olivier.chapuis@free.fr>
7888         * NEWS:
7889         * fvwm/icons.c (setup_icon_title_size):
7890         (set_icon_pixmap_background):
7891         (CreateIconWindow):
7892         (DrawIconTitleWindow):
7893         (DrawIconPixmapWindow):
7894         (DrawIconWindow):
7895         (ChangeIconPixmap):
7896         (RedoIconName):
7897         * fvwm/events.c (HandleEnterNotify):
7898         (HandleExpose):
7899         (HandleLeaveNotify):
7900         (HandlePropertyNotify):
7901         * fvwm/borders.c (border_draw_decorations):
7902         * fvwm/default.h:
7903         * fvwm/fvwm.h:
7904         * fvwm/add_window.c (setup_icon_background_parameters):
7905         (setup_icon_title_parameters):
7906         (setup_style_and_decor):
7907         (setup_icon_font):
7908         * fvwm/geometry.c (move_icon_to_position):
7909         * fvwm/style.h:
7910         * fvwm/style.c (check_window_style_change):
7911         (update_style_colorset):
7912         (update_icon_title_cs_style):
7913         (update_icon_title_cs_hi_style):
7914         (update_icon_background_cs_style):
7915         (merge_styles):
7916         * fvwm/update.h:
7917         * fvwm/update.c (apply_window_updates):
7918         New style options IconBackgroundColorset, IconTitleColorset,
7919         HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
7920         and IconBackgroundPadding
7922 2002-12-28  Mikhael Goikhman  <migo@homemail.com>
7924         * libs/FShm.h:
7925         fixed compilation without XShm
7927         * fvwm/borders.c (border_rotate_titlebar_descr):
7928         fixed warning: deprecated use of label at end of compound statement
7930 2002-12-27  olicha  <olivier.chapuis@free.fr>
7932         * fvwm/ConfigFvwmDefaults:
7933         UseTitleDecorRotation is a default
7935         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
7936         (do_relieve_rectangle):
7937         * libs/fvwmlib.h:
7938         * fvwm/borders.c (border_draw_title_stick_lines):
7939         (border_create_root_transparent_pixmap):
7940         (border_mp_render_into_pixmap):
7941         (border_draw_decor_to_pixmap):
7942         (border_mp_render_into_pixmap):
7943         (border_mp_get_titlebar_descr):
7944         (border_mp_draw_mp_titlebar):
7945         (border_draw_decor_to_pixmap):
7946         (border_set_button_pixmap):
7947         (border_get_titlebar_draw_descr):
7948         (border_set_title_pixmap):
7949         (border_rotate_titlebar_descr):
7950         (border_get_titlebar_descr):
7951         Completed UseTitleDecorRotation
7953 2002-12-26  olicha  <olivier.chapuis@free.fr>
7955         * fvwm/update.c (apply_window_updates):
7956         * fvwm/frame.c (frame_get_titlebar_dimensions):
7957         (frame_set_decor_gravities):
7958         * fvwm/borders.c (border_set_button_pixmap):
7959         (border_get_titlebar_descr):
7960         (border_draw_one_button):
7961         Buttons order follows the title text rotations.
7962         More UseTitleDecorRotation preparation
7964         * fvwm/borders.c (border_draw_decor_to_pixmap):
7965         Fixed SolidButton
7967 2002-12-24  olicha  <olivier.chapuis@free.fr>
7969         * fvwm/borders.c (border_mp_render_into_pixmap):
7970         (border_fill_pixmap_background):
7971         Some borders drawing fixes
7973         * libs/Graphics.c (CreateRotatedPixmap):
7974         * fvwm/geometry.c (get_title_font_size_and_offset):
7975         * fvwm/update.c (apply_window_updates):
7976         * fvwm/borders.c (border_set_button_pixmap):
7977         (border_get_titlebar_draw_descr):
7978         (border_draw_title):
7979         (border_rotate_titlebar_descr):
7980         (border_get_titlebar_descr):
7981         More UseTitleDecorRotation preparation
7983 2002-12-22  Dan Espen  <dane@mk.telcordia.com>
7985         * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
7986         so we won't get so many application bugs report to fvwm-workers.
7988         * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
7990 2002-12-21  Marcus Lundblad <ml@update.uu.se>
7992         * fvwm/style.c (style_parse_one_style_option):
7993         * fvwm/style.h:
7994         * fvwm/fvwm.h:
7995         * fvwm/window_flags:
7996         * fvwm/decorations.c (is_function_allowed,
7997                               __is_resize_allowed):
7998         Added styles Closable, Iconifiable, Maximizable and
7999         AllowMaximizeFixedSize
8000         * fvwm/conditional.c (MatchesConditionMask,
8001                               CreateConditionMask):
8002         Added conditionals Closable,Iconifiable and Maximizable
8003         * fvwm/fvwm.1.in:
8004         Documented styles Closable, Iconifiable, Maximizable and
8005         AllowMaximizeFixedSize and conditionals
8006         Closable,Iconifiable and Maximizable
8008 2002-12-20  olicha  <olivier.chapuis@free.fr>
8010         * fvwm/window_flags.h:
8011         * fvwm/update.h:
8012         * fvwm/update.c (apply_window_updates):
8013         * fvwm/style.h:
8014         * fvwm/style.c (style_parse_one_style_option):
8015         * fvwm/fvwm.h:
8016         UseTitleDecorRotation style preparation
8018         * fvwm/fvwm.c (main):
8019         Use best TrueColor visual
8021         * fvwm/borders.c (border_get_border_gcs):
8022         Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
8023         window which may have a depth != Pdepth
8025         * fvwm/menus.c (paint_side_pic):
8026         * fvwm/menuitem.c (menuitem_paint):
8027         * fvwm/icons.c (DrawIconPixmapWindow):
8028         * fvwm/colorset.c (parse_colorset):
8029         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8030         Used Scr.AlphaGC
8032 2002-12-19  olicha  <olivier.chapuis@free.fr>
8034         * libs/Graphics.c (CreateRotatedPixmap):
8035         * libs/fvwmlib.h:
8036         New interface function CreateRotatedPixmap
8038         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8039         (PImageLoadXpm):
8040         * libs/PictureGraphics.c (PCreateRenderPixmap):
8041         (PCreateDitherPixmap):
8042         * libs/Graphics.c (CreateGradientPixmap):
8043         (CreateRotatedPixmap):
8044         * acconfig.h:
8045         * configure.in:
8046         * libs/FShm.h (new file):
8047         * libs/FImage.h (new file):
8048         * libs/FImage.c (new file):
8049         * libs/Makefile.am:
8050         * fvwm/fvwm.c (setVersionInfo):
8051         Added MIT Shared Memory Extension for XImage
8053         * NEWS:
8054         Some news
8056         * fvwm/screen.h:
8057         * fvwm/builtins.c (ReadDecorFace):
8058         (FreeDecorFace):
8059         * fvwm/borders.c (border_draw_decor_to_pixmap):
8060         (border_fill_pixmap_background):
8061         AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8063 2002-12-17  Mikhael Goikhman  <migo@homemail.com>
8065         * libs/FBidiJoin.c:
8066         shape-and-join fixes from Nadim Shaikli (slightly modified)
8068 2002-12-16  olicha  <olivier.chapuis@free.fr>
8070         * libs/PictureGraphics.h:
8071         * libs/PictureGraphics.c (PTileRectangle):
8072         (PGraphicsCreateTiledPicture):
8073         * libs/Graphics.c (CreateTiledPixmap):
8074         New interface function: PGraphicsCreateTiledPicture
8076         * fvwm/screen.h:
8077         * fvwm/fvwm.c (CreateGCs):
8078         Added a global (Scr) alpha GC
8080         * configure.in:
8081         * fvwm/screen.h:
8082         * fvwm/builtins.c (ReadMultiPixmapDecor):
8083         (update_decorface_colorset):
8084         (FreeDecorFace):
8085         * fvwm/borders.c (border_get_tb_parts_to_draw):
8086         (border_fill_pixmap_background):
8087         (border_setup_bar_pixmaps):
8088         (border_get_bar_pixmaps):
8089         (border_free_bar_pixmaps):
8090         (border_mp_render_into_pixmap):
8091         (border_mp_get_length):
8092         (border_mp_get_titlebar_descr):
8093         (border_mp_get_geometry):
8094         (border_mp_get_use_title_style_parts_and_geometry):
8095         (border_mp_draw_mp_titlebar):
8096         (border_draw_decor_to_pixmap):
8097         (border_draw_title_deep):
8098         (border_get_titlebar_draw_descr):
8099         (border_setup_use_title_style):
8100         (border_get_titlebar_descr_state):
8101         (border_get_titlebar_descr):
8102         (border_get_transparent_decorations_part):
8103         (border_draw_title_stick_lines):
8104         MultiPixmap can use Colorset and Solid color. Various others minor
8105         improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8106         "main" drawing code and remove the #ifdef.
8107         New option to ButtonStyle and TitleStyle: StretchedPixmap.
8108         Use the new Scr.AlphaGC.
8110 2002-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8112         * fvwm/add_window.c (validate_transientfor):
8113         do not ignore transientfor hint for iconified windows
8115 2002-12-12  Jason Weber <baboon@imonk.com>
8117         * fvwm/fvwm.1.in:
8118         * fvwm/conditional.c (CMD_ScanForWindow):
8119         * fvwm/commands.h:
8120         * fvwm/functable.c:
8121         rename ScanWindow to ScanForWindow
8123 2002-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8125         * fvwm/menuitem.c (menuitem_paint):
8126         * fvwm/colorset.c (parse_colorset):
8127         * fvwm/icons.c (DrawIconPixmapWindow):
8128         * fvwm/focus.c (_SetFocusWindow):
8129         (_ReturnFocusWindow):
8130         (_DeleteFocus):
8131         (_ForceDeleteFocus):
8132         (__activate_window_by_command):
8133         patches to prevent UMR messages in memory debuggers
8135 2002-12-11  Jason Weber <baboon@imonk.com>
8137         * fvwm/fvwm.1.in: Added ScanWindow
8139         * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8140         * fvwm/commands.h:
8141         * fvwm/functable.c:
8142         Generalized CMD_Direction into direction_cmd.
8143         Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8144         Replace Cycle prefix with secondary direction argument.
8146 2002-12-10  Dan Espen  <dane@mk.telcordia.com>
8148         * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8150 2002-12-05  Marcus Lundblad <ml@update.uu.se>
8151         * fvwm/conditional.c (CreateConditionMask):
8152         Implemented conditional "FixedSize" and "HasHandles"
8153         * fvwm/fvwm.1.in
8154         Documented conditional options "FixedSize" and "HasHandles".
8156 2002-12-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8158         * fvwm/placement.c (PlaceWindow):
8159         fixed StickyAcrossDesks w/ StartsOnPage
8161         * fvwm/functable.c:
8162         * fvwm/commands.h:
8163         * fvwm/ewmh_conf.c (set_state_workaround):
8164         * fvwm/update.c (apply_window_updates):
8165         * fvwm/windowlist.c (CMD_WindowList):
8166         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8167         (ewmh_WMStateSticky):
8168         * fvwm/conditional.c (CreateConditionMask):
8169         * fvwm/gnome.c (GNOME_SetHints):
8170         (GNOME_GetStyle):
8171         (GNOME_HandlePropRequest):
8172         * fvwm/placement.c (SmartPlacement):
8173         (get_next_x):
8174         (get_next_y):
8175         (test_fit):
8176         (PlaceWindow):
8177         * fvwm/session.c (SaveWindowStates):
8178         (MatchWinToSM):
8179         (MatchWinToSM):
8180         * fvwm/ewmh.c (check_desk):
8181         (EWMH_SetWMDesktop):
8182         (ewmh_ComputeAndSetWorkArea):
8183         (ewmh_HandleDynamicWorkArea):
8184         (ewmh_HandleDesktop):
8185         (ewmh_HandleDock):
8186         (ewmh_HandleMenu):
8187         (ewmh_HandleToolBar):
8188         * fvwm/virtual.c (UnmapDesk):
8189         (MapDesk):
8190         (MoveViewport):
8191         (do_move_window_to_desk):
8192         * fvwm/icons.c (setup_icon_title_size):
8193         (DrawIconTitleWindow):
8194         (AutoPlaceIcon):
8195         (Iconify):
8196         * fvwm/borders.c (is_button_toggled):
8197         (get_common_decorations):
8198         (border_draw_title_stick_lines):
8199         * fvwm/add_window.c (AddWindow):
8200         * fvwm/move_resize.c (__move_window):
8201         (__move_window):
8202         (is_window_sticky_across_pages):
8203         (is_window_sticky_across_desks):
8204         (MaximizeHeight):
8205         (MaximizeWidth):
8206         (stick_page):
8207         (stick_desk):
8208         (CMD_Stick):
8209         (CMD_StickAcrossPages):
8210         (CMD_StickAcrossDesks):
8211         (stick_across_pages):
8212         (stick_across_desks):
8213         (handle_stick_across_desks):
8214         (handle_stick_across_pages):
8215         (handle_stick):
8216         * fvwm/fvwm.h (struct):
8217         * fvwm/style.c (style_parse_one_style_option):
8218         (check_window_style_change):
8219         * fvwm/style.h:
8220         * fvwm/window_flags.h:
8221         renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8222         StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8223         everywhere
8225         * fvwm/focus.c (CMD_Focus):
8226         (CMD_FlipFocus):
8227         (__activate_window_by_command):
8228         (__update_windowlist):
8229         (__set_focus_to_fwin):
8230         (_SetFocusWindow):
8231         (_ReturnFocusWindow):
8232         (_DeleteFocus):
8233         (_ForceDeleteFocus):
8234         fixed window list order with FlipFocus command
8236 2002-12-08  Mikhael Goikhman  <migo@homemail.com>
8238         * AUTHORS:
8239         * NEWS:
8240         document bidi entry undocumented in 2.5.5
8242 2002-12-06  olicha  <olivier.chapuis@free.fr>
8244         * acinclude.m4:
8245         Fixed the "detection" of the LINGUAS variable
8247         * configure.in:
8248         Added ar to ALL_LINGUAS
8251 2002-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8253         * fvwm/move_resize.c (__resize_window):
8254         fixed handling of MontionNotify and PropertyNotify events
8256 2002-12-03  olicha  <olivier.chapuis@free.fr>
8258         * fvwm/borders.c (border_draw_decor_to_pixmap):
8259         (border_get_border_background):
8260         (get_common_decorations):
8261         BorderGC cleanup
8263         * fvwm/builtins.c (CMD_PrintInfo):
8264         New subject nls to PrintInfo
8266         * libs/FGettext.c (*):
8267         New command FlocalePath
8269 2002-12-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8271         * NEWS:
8272         * configure.in:
8273         changed version to 2.5.6
8275         * NEWS:
8276         * configure.in:
8277         updated for 2.5.5
8279 2002-12-02  olicha  <olivier.chapuis@free.fr>
8281         * libs/FRenderInit.c (FRenderInit):
8282         Fixed alpha depth if !XRenderSupport
8284         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8285         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8286         (PImageLoadPng):
8287         * libs/PictureImageLoader.h:
8288         Fixed image loading on bigedian machine
8290 2002-12-01  Mikhael Goikhman  <migo@homemail.com>
8292         * libs/FBidi.c (FBidiConvert):
8293         several small changes
8294         * libs/FBidiJoin.c (shape_n_join):
8295         enabled a new bidi shaping code
8297 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8299         * fvwm/frame.c (frame_restore_client_gravities):
8300         (frame_free_move_resize_args):
8301         fixed a redrawing problem after shading a window
8303 2002-11-29  olicha  <olivier.chapuis@free.fr>
8305         * acinclude.m4:
8306         Defined AM_PATH_PROG_WITH_TEST and re-enable it
8308         * configure.in:
8309         * Makefile.am:
8310         Fixed two missprints
8312 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8314         * fvwm/bindings.c (ParseBinding):
8315         fix for stroke-less compile
8317 2002-11-29  olicha  <olivier.chapuis@free.fr>
8319         * fvwm/commands.h (enum):
8320         * fvwm/functable.c (func_table):
8321         * fvwm/builtins.c (CMD_LocalePath):
8322         * libs/FGettext.c (FGettextSetLocalePath):
8323         * libs/FGettext.h:
8324         Preparation for LocalePath command
8326         * fvwm/screen.h (ScreenInfo):
8327         * fvwm/fvwm.c (CreateGCs):
8328         Rename Scr.TileGC to Scr.BordersGC
8330         * acinclude.m4:
8331         A libintl autoconf fix
8333         * libs/Colorset.c (CreateBackgroundPixmap):
8334         Do not grab the server when we dump the E setroot pixmap
8336 2002-11-29  olicha  <olivier.chapuis@free.fr>
8338         * acconfig.h:
8339         * fvwm/Makefile.am:
8340         * Makefile.am:
8341         * configure.in:
8342         * acinclude.m4:
8343         Added NLS support with gnu gettext
8345         * fvwm/fvwm.c (main):
8346         FGettextInit
8348         * fvwm/expand.c (expand_vars_extended):
8349         New extanded variable $[gt.any_string]
8351         * fvwm/virtual.c (CMD_DesktopName):
8352         * fvwm/windowlist.c (get_desk_title):
8353         * fvwm/expand.c (expand_vars_extended):
8354         * fvwm/fvwm.c (SetRCDefaults):
8355         * fvwm/ConfigFvwmSetup:
8356         Mark some strings to be translated
8358         * libs/FGettext.c (new file):
8359         * libs/FGettext.c (new file):
8360         * libs/Makefile.am:
8361         gnu gettext libintl warper
8363 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8365         * fvwm/add_window.c (RestoreWithdrawnLocation):
8366         rixed rxvts with S/E gravity travelling off screen upon recapture after
8367         they were resized.
8369         * fvwm/events.c (__handle_key_event):
8370         * fvwm/bindings.c (activate_binding):
8371         (__rebind_global_key):
8372         fixed unbinding pointerkey bindings removing the grab for this key
8373         completely
8375         * fvwm/events.c (__is_bpress_window_handled):
8376         fixed click on override redirect windows being handled by the root
8377         window
8379         * fvwm/misc.c (GrabEm):
8380         confine the pointer to the root window when grabbed
8382         * fvwm/events.c (HandleUnmapNotify):
8383         fixed reparenting problem with restarts from desks != 0
8385 2002-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8387         * fvwm/events.c:
8388         removed experimental code
8390 2002-11-28  olicha  <olivier.chapuis@free.fr>
8392         * fvwm/borders.c (border_get_border_background):
8393         (border_draw_decor_to_pixmap):
8394         (border_fill_pixmap_background):
8395         Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8396         soon.
8398 2002-11-26  Mikhael Goikhman  <migo@homemail.com>
8400         * fvwm/fvwm.c (InitVariables):
8401         fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8402         of 100%
8403         * fvwm/virtual.c (CMD_EdgeScroll):
8404         minor spacing
8406         * fvwm/ConfigFvwmDefaults:
8407         do not include empty ConfigFvwmProxyDefaults, added one binding
8409 2002-11-26  olicha  <olivier.chapuis@free.fr>
8411         * libs/Colorset.c (CreateBackgroundPixmap):
8412         * fvwm/colorset.c (parse_colorset):
8413         Be more safe with the E root pixmap
8415 2002-11-25  olicha  <olivier.chapuis@free.fr>
8417         * fvwm/move_resize.c (__move_loop):
8418         Redraw the transparent decoration parts when a move is abored
8420         * fvwm/colorset.c (parse_colorset):
8421         Fixed the fgsh Colorset colors when the Image change but not the bg
8423 2002-11-24  Jason Weber  <baboon@imonk.com>
8425         * fvwm/conditional.c (CMD_Direction):
8426         Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8427         eventual traversal of all windows over repeated calls.  It also cycles
8428         back to the opposite extent when it hits the limit in the given
8429         direction.
8431 2002-11-22  olicha  <olivier.chapuis@free.fr>
8433         * fvwm/borders.h:
8434         * fvwm/borders.c (get_common_decorations):
8435         (border_get_parts_and_pos_to_draw):
8436         (border_get_changed_border_parts):
8437         (border_get_frame_pixmap, new):
8438         (border_get_border_background):
8439         (border_draw_one_border_part):
8440         (border_draw_decorations):
8441         (border_get_tb_parts_to_draw):
8442         (border_fill_pixmap_background):
8443         (border_get_titlebar_descr_state, new):
8444         (border_draw_titlebar):
8445         (border_setup_bar_pixmaps, new):
8446         (border_get_bar_pixmaps, new):
8447         (border_free_bar_pixmaps, new):
8448         (border_setup_use_title_style, new):
8449         (border_set_button_pixmap):
8450         (border_set_title_pixmap):
8451         (border_draw_one_button):
8452         (border_set_button_pixmap):
8453         (border_draw_title_deep):
8454         (border_get_transparent_decorations_part, new):
8455         Title, Border and Buttons Style Colorset Option: Drawing
8457         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8458         (__move_window):
8459         (__move_loop):
8460         * fvwm/frame.c (__frame_setup_window):
8461         (frame_has_handles_and_tiled_border):
8462         (frame_create_move_resize_args):
8463         (frame_free_move_resize_args):
8464         Title, Border and Buttons Style Colorset Option: External drawing
8465         stuff. Basically additional redrawing for RootTransparent
8467         * fvwm/builtins.c (update_decorface_colorset, new):
8468         (update_titlebutton_colorset, new):
8469         (update_decors_colorset, new):
8470         (update_fvwm_colorset):
8471         Title, Border and Buttons Style Colorset Option: Dynamic updating
8473         * fvwm/screen.h:
8474         * fvwm/builtins.c (ReadDecorFace):
8475         Title, Border and Buttons Style Colorset Option: Configuration
8477         * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8478         * libs/Colorset.h:
8479         Title, Border and Buttons Style Colorset Option: Convinent macros and
8480         function
8482 2002-11-18  Dan Espen  <dane@mk.telcordia.com>
8484         * libs/Makefile.am: Add missing Bindings.h.
8486 2002-11-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8488         * fvwm/move_resize.c (__move_loop):
8489         send M_CONFIGURE_WINDOW only when the window actually moves
8491 2002-11-16  Mikhael Goikhman  <migo@homemail.com>
8493         * libs/FBidi.c:
8494         * libs/FBidi.h:
8495         * libs/FBidiJoin.c:
8496         * libs/FBidiJoin.h:
8497         * libs/Makefile.am:
8498         incorporated a shape-and-join bidi functionality from Nadim Shaikli
8499         with minor improvements; it is disabled for now (#if 0) since
8500         some Arabic chars cause core dump
8502 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8504         * fvwm/fvwm.1.in (Examples):
8505         added documentation of Icon option for PlaceAgain command
8507         * fvwm/events.c (__handle_key_event):
8508         fixed global key binding problem
8510 2002-11-15  olicha  <olivier.chapuis@free.fr>
8512         * libs/Bindings.c (MatchBindingExactly):
8513         (__compare_binding):
8514         compile fixes w/o stroke lib
8516         * NEWS:
8517         * fvwm/geometry.c (get_title_font_size_and_offset):
8518         * fvwm/builtins.c (do_title_style):
8519         New MinHeight option to TitleStyle
8521 2002-11-15  olicha  <olivier.chapuis@free.fr>
8523         * fvwm/builtins.c (update_fvwm_colorset):
8524         (CMD_Colorset):
8525         (do_title_style):
8527         * fvwm/builtins.h:
8528         * fvwm/colorset.c (update_root_transparent_colorset):
8529         Fixed update of the RootTransparent colorset in fvwm
8531 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8533         * libs/Bindings.c (__compare_binding):
8534         (MatchBindingExactly):
8535         compoile fixes w/o stroke lib
8537 2002-11-14  olicha  <olivier.chapuis@free.fr>
8539         * fvwm/fvwm.1.in:
8540         * INSTALL.fvwm:
8541         * NEWS
8542         Removed any reference on "xft and flickering"
8544 2002-11-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8546         * fvwm/eventmask.h (XEVMASK_ICONW):
8547         * fvwm/events.c (HandleKeyRelease):
8548         (HandleKeyPress):
8549         (__handle_key_event):
8550         * fvwm/bindings.c (ParseBinding):
8551         (activate_binding):
8552         * libs/Bindings.h (enum):
8553         implemented key release bindings; prefix the key name with a '-';
8554         does not work well with some applications
8556 2002-11-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8558         * libs/Bindings.h:
8559         new file
8561         * fvwm/bindings.c (ParseBinding):
8562         (binding_cmd):
8563         (activate_binding):
8564         (bind_get_bound_button_contexts):
8565         (ParseBinding):
8566         (CMD_Stroke):
8567         (CMD_Mouse):
8568         (CMD_PointerKey):
8569         (CMD_Key):
8570         (RemoveMatchingBinding):
8571         (AddBinding):
8572         (AreBindingsEqual):
8573         (GrabWindowKey):
8574         (GrabWindowButton):
8575         (GrabAllWindowKeysAndButtons):
8576         * fvwm/module_interface.c (CMD_ModuleSynchronous):
8577         * fvwm/events.c (__handle_bpress_on_root):
8578         (__handle_bpress_on_managed):
8579         (HandleButtonRelease):
8580         * fvwm/builtins.c (CMD_Wait):
8581         (CMD_StrokeFunc):
8582         * libs/fvwmlib.h (enum):
8583         fixed Key vs. PointerKey with "A"ny context
8585 2002-11-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8587         * fvwm/icons.c (Iconify):
8588         icon placement safety patch
8589         (CreateIconWindow):
8590         fixed initial position of application provided icon windows
8592         * fvwm/session.c (LoadWindowStates):
8593         fixed parsing of strings beginning with whitespace in session file
8595         * fvwm/fvwm.1.in (Note):
8596         * fvwm/style.c (style_set_old_focus_policy):
8597         * libs/defaults.h (DEF_FP_MODIFIERS):
8598         set default modifiers for raising/focusing to N again
8600 2002-11-11  olicha  <olivier.chapuis@free.fr>
8602         * fvwm/fvwm.1.in:
8603         * fvwm/fvwm.c (main):
8604         (usage):
8605         named-palette -> visual-palette, -N -> -P
8607 2002-11-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8609         * fvwm/ConfigFvwmDefaults:
8610         include ConfigFvwmProxyDefaults
8612         * fvwm/fvwm.c (usage):
8613         polished usage message
8615 2002-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8617         * fvwm/fvwm.c (usage):
8618         (main):
8619         cleaned up usage and error messages
8620         use short option names in usage message an man page synopsis
8621         all options are case sensitive
8622         do not mention the "-" style long options in the man page; instead use
8623         the "--" style
8625         * fvwm/add_window.c (setup_frame_window):
8626         * fvwm/events.c (HandleMapNotify):
8627         * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8628         fixed empty decorations after recapture
8630         * fvwm/geometry.c (get_icon_geometry):
8631         * fvwm/icons.c (clear_icon):
8632         fixed icon jumping to 0 0 when the icon layout changes after the icon
8633         has been moved manually
8635         * fvwm/move_resize.c (__move_icon):
8636         fixed MoveToPage with icons
8638 2002-11-09  olicha  <olivier.chapuis@free.fr>
8640         * libs/Fft.c (FftGetRotatedFont):
8641         (FftGetFont):
8642         * libs/Fft.h:
8643         Check the return result of FftPatternGetMatrix
8645         * libs/Flocale.h:
8646         * libs/PictureBase.h:
8647         Added two macro
8649 2002-11-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8651         * fvwm/ewmh_conf.c (set_state_workaround):
8652         * fvwm/functable.c (func_table):
8653         * fvwm/update.c (apply_window_updates):
8654         * fvwm/windowlist.c (CMD_WindowList):
8655         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8656         (ewmh_WMStateSticky):
8657         * fvwm/conditional.c (CreateConditionMask):
8658         (CreateConditionMask):
8659         * fvwm/gnome.c (GNOME_SetHints):
8660         (GNOME_GetStyle):
8661         (GNOME_HandlePropRequest):
8662         * fvwm/placement.c (SmartPlacement):
8663         (get_next_x):
8664         (test_fit):
8665         (get_next_y):
8666         (PlaceWindow):
8667         * fvwm/session.c (SaveWindowStates):
8668         (MatchWinToSM):
8669         * fvwm/ewmh.c (check_desk):
8670         (EWMH_SetWMDesktop):
8671         (ewmh_ComputeAndSetWorkArea):
8672         (ewmh_HandleDynamicWorkArea):
8673         (ewmh_HandleDesktop):
8674         (ewmh_HandleDock):
8675         (ewmh_HandleMenu):
8676         (ewmh_HandleToolBar):
8677         * fvwm/virtual.c (UnmapDesk):
8678         (MapDesk):
8679         (MoveViewport):
8680         (MoveViewport):
8681         (do_move_window_to_desk):
8682         * fvwm/icons.c (setup_icon_title_size):
8683         (DrawIconTitleWindow):
8684         (AutoPlaceIcon):
8685         (Iconify):
8686         * fvwm/borders.c (is_button_toggled):
8687         (get_common_decorations):
8688         (border_draw_title_stick_lines):
8689         * fvwm/add_window.c (AddWindow):
8690         * fvwm/move_resize.c (__move_window):
8691         (is_window_sticky_on_page):
8692         (is_window_sticky_on_desk):
8693         (MaximizeWidth):
8694         (MaximizeHeight):
8695         (stick_page):
8696         (stick_desk):
8697         (handle_stick):
8698         (handle_stick_page):
8699         (handle_stick_desk):
8700         (__handle_stick_exit):
8701         (CMD_StickDesk):
8702         (CMD_StickPage):
8703         * fvwm/style.c (style_parse_one_style_option):
8704         (check_window_style_change):
8705         * fvwm/style.h:
8706         * fvwm/fvwm.h:
8707         New Style options stickypage and stickydesk
8708         New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8709         StickyDesk, OnlyStickyPage, OnlyStickyDesk
8710         New conditions StickyPage and StickyDesk
8711         New commands StickPage and StickDesk
8713         * fvwm/move_resize.c (__move_window):
8714         do not unstick a window when using MoveToScreen
8716         * fvwm/ewmh_conf.c:
8717         reindented
8719         * fvwm/commands.h:
8720         * fvwm/functable.c (func_table):
8721         * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8722         renamed EWMHBaseStrut to EwmhBaseStruts
8724         * fvwm/style.c (style_set_old_focus_policy):
8725         SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8726         (style_parse_one_style_option):
8727         renamed "Border" style to "Borders"
8728         removed "NoBorder" style; use !Borders instead
8729         renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8730         renamed PlacmentOverlapPercentPenalties to
8731         MinOverlapPercentPlacementPenalties
8733         * fvwm/fvwm.1.in:
8734         * NEWS:
8735         corrected typo
8737         * libs/Fft.c:
8738         Fixed compiler warnings
8740 2002-11-09  Mikhael Goikhman  <migo@homemail.com>
8742         * configure.in:
8743         autogenerate FvwmWindowLister files
8745         * fvwm/fvwm.1.in:
8746         mention fvwm-menu-directory and fvwm-menu-desktop as examples
8747         of MissingSubmenuFunction and DynamicPopupAction
8749 2002-11-08  olicha  <olivier.chapuis@free.fr>
8751         * libs/PictureUtils.c (alloc_color_proportion):
8752         (alloc_color_proportion_dither):
8753         (alloc_color_proportion_grey):
8754         (alloc_color_x):
8755         (free_colors_in_table):
8756         (free_colors_x):
8757         (init_static_colors_table):
8758         (PictureFreeColors):
8759         (PictureInitColors):
8760         (PicturePrintColorInfo):
8761         Fixed StaticColor visual. Rename some of the color allocators. Clean up
8762         free colors stuff
8764 2002-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8766         * fvwm/move_resize.c (__move_window):
8767         ignore MoveToPage with sticky windows
8769         * fvwm/conditional.c (Circulate):
8770         (circulate_cmd):
8771         Next and Prev commands begin looking at the context window, if any
8773         * fvwm/focus.c (__focus_grab_buttons):
8774         fixed initial button grabbing on client window
8776         * fvwm/stack.c (BroadcastRestack):
8777         split long packets, fixed a bug and cleaned up
8779         * libs/Module.c (ReadFvwmPacket):
8780         ignore packets that are too long
8782         * fvwm/fvwm.1.in:
8783         document PopupDelay and PopdownDelay defaults
8785 2002-11-06  olicha  <olivier.chapuis@free.fr>
8787         * libs/Fft.c (FftGetFont):
8788         (FftGetRotatedFont):
8789         Use a more perfectioned method for loading font with Xft/Fc. This
8790         method allows sanity check. Preserve the matrix when rotating
8791         Xft/Fc fonts.
8793         * libs/Flocale.c (FlocaleGetMinOffset):
8794         (FlocaleRotateDrawString):
8795         (FlocaleGetFontSet):
8796         (FlocaleGetFont):
8797         * libs/Fft.c (FftDrawString):
8798         (FftGetFont):
8799         * libs/FftInterface.h:
8800         * fvwm/geometry.c (get_title_font_size_and_offset):
8801         Move the computation of the good "y" for drawing text into Flocale.
8802         Use the max ascent, descent and height for font metric (in the place
8803         of the min's one).
8805         * libs/Flocale.c (FlocalePrintLocaleInfo):
8806         * libs/Flocale.h:
8807         * libs/Fft.c (FftPrintPatternInfo):
8808         * libs/Fft.h:
8809         * fvwm/builtins.c (CMD_PrintInfo):
8810         * NEWS:
8811         * fvwm.1.in:
8812         New option "Locale" to PrintInfo Command
8814 2002-11-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8816         * fvwm/events.c (HandleExpose):
8817         removed no-op
8819 2002-11-04  Dan Espen  <dane@mk.telcordia.com>
8821         * fvwm/fvwm.1.in: colour -> color
8822         Language check.
8824 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8826         * fvwm/fvwm.1.in:
8827         * fvwm/fvwm.c (usage):
8828         (main):
8829         pallet -> palette
8831 2002-11-04  olicha  <olivier.chapuis@free.fr>
8833         * configure.in:
8834         Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
8836         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8837         (finish_ct_init):
8838         (PictureFreeColors):
8839         (PicturePrintColorInfo):
8840         Trace colours allocation out of the pallet in depth <= 8. Better
8841         information on coulours
8843         * libs/Fft.c (FftGetRotatedFont):
8844         * libs/Fft.h:
8845         Fixed rotated font when the original font has a matrix
8847         * libs/PictureBase.c (PictureInitCMapRoot):
8848         * libs/PictureUtils.h:
8849         * libs/PictureUtils.c (PictureInitColors):
8850         (PictureAllocColorTable):
8851         * libs/PictureBase.h (PictureColorLimitOption):
8852         * fvwm/fvwm.c (main):
8853         * fvwm/fvwm.1.in
8854         New options -strict-color-limit, -allocate-pallet, -static-pallet,
8855         -named-pallet. -color-limit now take only integer argument.
8858 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8860         * libs/Module.h (struct):
8861         new type FvwmWinPacketBodyHeader to access the standard fields in a
8862         packet with a window
8864 2002-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8866         * NEWS:
8867         updated for 2.4.13
8869         * fvwm/functable.c (func_table):
8870         * fvwm/commands.h:
8871         * fvwm/style.c (style_parse_one_style_option):
8872         (parse_and_set_window_style):
8873         (__style_command):
8874         (CMD_Style):
8875         (CMD_FocusStyle):
8876         added a new command FocusStyle as a shorthand for
8877         "Style * FP..., FP..."
8879         * fvwm/builtins.c (__parse_vector_line_one_coord):
8880         (__parse_vector_line):
8881         (ReadDecorFace):
8882         split vector line parsing into sub functions
8883         (FreeDecorFace):
8884         fixed core dump in vector button offset patch
8886 2002-11-01  Marcus Lundblad <ml@update.uu.se>
8888         * fvwm/screen.h (vector_coords):
8889         added fields for offsets
8890         * fvwm/builtins.c (ReadDecorFace):
8891         rewrote parser for vector definitions to accept optional offsets
8892         * fvwm/fvwm.c (LoadDefaultLeftButton):
8893         (LoadDefaultRightButton)
8894         set default values for offsets
8895         * fvwm/borders.c (border_draw_vector_to_pixmap):
8896         updated XDrawLine call to take offsets into account
8897         * fvwm/fvwm.1.in:
8898         documented new options for vector offsets
8900 2002-11-01  olicha  <olivier.chapuis@free.fr>
8902         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8903         Fixed icon tint pixel, it was set to icon tint percent during some
8904         renaming
8906 2002-10-31  olicha  <olivier.chapuis@free.fr>
8908         * libs/PictureUtils.c (PictureAllocColorImage):
8909         (PictureOpenImageColorAllocator):
8910         (PictureCloseImageColorAllocator):
8911         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8912         (FIMAGE_CMD_ARGS):
8913         (PImageLoadXpm):
8914         (PImageCreatePixmapFromArgbData):
8915         (PImageLoadPixmapFromFile):
8916         * libs/PictureBase.h (FvwmPictureThing):
8917         (PictureImageColorAllocator):
8918         * libs/Picture.h:
8919         * libs/Picture.c (PDestroyFvwmPicture):
8920         (PLoadFvwmPictureFromPixmap):
8921         * libs/Graphics.c (CreateGradientPixmap):
8922         * fvwm/fvwm.c:
8923         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8924         Added a new way to allocate colors for image and gradient. This method
8925         allows, in particular, to save (in a "fast" way) the allocated pixels
8926         with a minimal memory usage.
8927         Fixed color leaks for png, ewmh and dithered xpm images.
8929         * fvwm/add_window.c (destroy_icon):
8930         * fvwm/fvwm.h (FvwmWindow):
8931         * fvwm/icons.c (GetIconFromFile):
8932         Fixed color leaks
8934 2002-10-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8936         * fvwm/commands.h:
8937         * fvwm/functable.c:
8938         * fvwm/stack.c (enum):
8939         (position_new_window_in_stack_ring):
8940         (new_layer):
8941         (must_move_transients):
8942         (restack_windows):
8943         (__restack_window):
8944         (__raise_lower_recursion):
8945         (__raise_or_lower_window):
8946         (raise_or_lower_window):
8947         (collect_transients_recursive):
8948         (__is_restack_transients_needed):
8949         (RestackWindow):
8950         (CMD_RestackTransients):
8951         new command RestackTransients which works like Raise and Lower but does
8952         not restack windows that are not transient
8953         renamed some functions
8954         general cleanup
8956         * fvwm/fvwm.1.in:
8957         corrected cursor movement key bindings
8959         * fvwm/bindings.c (activate_binding):
8960         fixed problem w/ bindings being overridden by applications OpenOffice
8961         and the Gnome panel
8963 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
8965         * configure.in:
8966         * NEWS:
8967         switched to 2.5.5
8969         * configure.in:
8970         include FvwmProxy to build
8972 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
8974         * configure.in:
8975         exclude FvwmProxy from build
8977         * configure.in:
8978         * NEWS:
8979         updated for 2.5.4
8981 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8983         * configure.in:
8984         added FvwmProxy module
8986 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
8988         * fvwm/fvwm.1.in:
8989         * fvwm/windowlist.c (CMD_WindowList):
8990         renamed SortClassName to SortByClass
8992 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8994         * fvwm/menustyle.c (menustyle_update):
8995         (menustyle_parse_style):
8996         (menustyle_get_styleopt_index):
8997         (menustyle_parse_style):
8998         (CMD_CopyMenuStyle):
8999         * fvwm/menustyle.h:
9000         removed HilightRelief MenuStyle and hard coded it
9002 2002-10-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9004         * fvwm/menus.c (make_menu_window):
9005         fixed updating menu background with "Menustyle * Background"
9007         * fvwm/stack.c (__get_stacking_sibling):
9008         (restack_windows):
9009         fixed another stacking problem
9011 2002-10-28  Mikhael Goikhman  <migo@homemail.com>
9013         * acinclude.m4:
9014         * configure.in:
9015         corrected and lined up several help lines
9017         * INSTALL.fvwm:
9018         added --enable-xinerama-emulation description
9020 2002-10-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9022         * fvwm/stack.c (restack_windows):
9023         (__get_stacking_sibling):
9024         fixed another stacking problem
9026 2002-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9028         * fvwm/add_window.c (AddWindow):
9029         braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
9030         windows starting lowered or on other layers in FvwmPager
9032         * fvwm/stack.c (restack_windows):
9033         (__get_visible_window):
9034         fixed a stacking problem with layers
9036 2002-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9038         * fvwm/functable.c (func_table):
9039         fixed Pick command
9041 2002-10-24  Mikhael Goikhman  <migo@homemail.com>
9043         * NEWS:
9044         * fvwm/fvwm.1.in:
9045         * fvwm/windowlist.c:
9046         new WindowList option SortByResource
9048         * fvwm/style.c (check_window_style_change):
9049         * libs/FlocaleCharset.c:
9050         fixed gcc warning
9052         * AUTHORS:
9053         place recent authors to the top, not bottom
9055         * fvwm/builtins.c:
9056         corrected typo in error message
9058 2002-10-23  Dan Espen  <dane@mk.telcordia.com>
9060         * fvwm/fvwm.1.in: Lang check done.
9062 2002-10-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9064         * fvwm/menus.c:
9065         work on new menu loop code
9067         * libs/timeout.h:
9068         * libs/timeout.c:
9069         new files
9071         * fvwm/menus.c (__mloop_handle_event):
9072         (__mloop_get_event):
9073         (__mloop_handle_action_with_mi):
9074         * fvwm/menus.h (MenuReturn):
9075         renamed MenuReturn member menu to target_menu
9077         * fvwm/menus.c (__mloop_handle_event):
9078         * fvwm/menus.h (MenuReturn):
9079         removed a "write only" member of MenuReturn
9081         * fvwm/conditional.c (circulate_cmd):
9082         fixed the "Any" command
9084 2002-10-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9086         * fvwm/stack.c (mark_transient_subtree):
9087         fixed stack ring corruption with iconified transients
9088         (restack_windows):
9089         fixed a problem with lowering windows below the icons of their
9090         transients
9092 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9094         * libs/Colorset.c:
9095         * fvwm/menustyle.c:
9096         * libs/Colorset.h:
9097         * libs/Flocale.h:
9098         * libs/PictureBase.h:
9099         * fvwm/menuitem.c:
9100         * fvwm/geometry.c:
9101         * fvwm/colorset.c:
9102         renamed colorset_struct to colorset_t
9104 2002-10-22  olicha  <olivier.chapuis@free.fr>
9106         * libs/PictureUtils.c:
9107         Minor fixes and add #if O experimental code
9109 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9111         * fvwm/icons.c (DrawIconPixmapWindow):
9112         (DrawIconWindow):
9113         * fvwm/events.c (HandlePropertyNotify):
9114         * libs/Fft.c (FftDrawString):
9115         * libs/Colorset.c (DumpColorset):
9116         (LoadColorset):
9117         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9118         use renamed colorset_struct members
9120         * libs/Colorset.h (colorset_struct):
9121         renamed and re-sorted members and cut down bit field lengths for
9122         percentile members
9124         * fvwm/menustyle.c (menustyle_update):
9125         fixed core dump
9127         * fvwm/stack.c (restack_windows):
9128         fixed flickering when raising transients; can't prevent flickering when
9129         lowering a window completely
9130         (restack_windows):
9131         fixed unnecessary error message
9133         * fvwm/fvwm.c (main):
9134         init Scr to zeros
9136         * fvwm/stack.c (__restack_window):
9137         fixed a stacking problem with icons
9139         * fvwm/add_window.c (destroy_icon):
9140         fixed a memory leak
9142 2002-10-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9144         * fvwm/menuitem.c (menuitem_paint):
9145         * fvwm/menustyle.c (menustyle_parse_style):
9146         * fvwm/menus.c (paint_side_pic):
9147         (paint_menu):
9148         (select_menu_item):
9149         (repaint_transparent_menu):
9150         * fvwm/menustyle.h (MenuLook):
9151         cleaned up menu drawing code, fixed last patch
9153         * fvwm/menuitem.c (menuitem_paint):
9154         * fvwm/menustyle.c (menustyle_parse_style):
9155         fixed HilightBack default
9157         * fvwm/bindings.c (binding_cmd):
9158         (bind_get_bound_button_contexts):
9159         (ParseBinding):
9160         * fvwm/screen.h (ScreenInfo):
9161         fixed mouse bindings with buttons > 5
9163         * fvwm/menuitem.c (menuitem_paint):
9164         * fvwm/menustyle.c (menustyle_parse_style):
9165         (menustyle_parse_style):
9166         (CMD_CopyMenuStyle):
9167         (menustyle_update):
9168         (menustyle_free):
9169         * fvwm/menus.c (repaint_transparent_menu):
9170         * fvwm/menustyle.h:
9171         HilightBack and ActiveFore are now independent
9173 2002-10-18  olicha  <olivier.chapuis@free.fr>
9175         * libs/PictureUtils.c (get_color_index):
9176         (create_mapping_table):
9177         (PictureAllocColorTable):
9178         Use a new distance and method for color approximation. Use 68 colors
9179         for the default under depth 8. I am happy with this, should use a
9180         similar distance method for dithering
9182         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9183         (PictureAllocColorTable):
9184         (PictureDitherByDefault):
9185         (PictureUseBWOnly):
9186         (PictureIitColors):
9187         (PicturePrintColorInfo):
9188         * libs/PictureUtils.h:
9189         Allows -color-limit to work with any visual and depth for testing
9190         propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9192         * fvwm/colorset.c:
9193         Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9195 2002-10-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9197         * fvwm/add_window.c (get_default_window_attributes):
9198         cleaned up
9200         * fvwm/builtins.c (CMD_ChangeDecor):
9201         removed some duplicate redrawing
9203         * fvwm/update.c (apply_decor_change):
9204         suppress duplicate window update upon ChangeDecor
9205         (apply_window_updates):
9206         do not delete the focus window
9208 2002-10-17  olicha  <olivier.chapuis@free.fr>
9210         * NEWS:
9211         A bunch of news
9213         * libs/Colorset.c (CreateBackgroundPixmap):
9214         Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9216         * fvwm/builtins.c (CMD_Colorset):
9217         Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9219 2002-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9221         * fvwm/add_window.c (AddWindow):
9222         * fvwm/update.c (apply_window_updates):
9223         * fvwm/move_resize.c (handle_stick):
9224         (CMD_Stick):
9225         suppress drawing of sticky decorations initially
9226         reduce module communication overhead when (un)sticking windows
9228         * fvwm/borders.c (border_draw_decorations):
9229         * fvwm/window_flags.h:
9230         * fvwm/fvwm.h:
9231         * fvwm/frame.c (frame_create_move_resize_args):
9232         (get_resize_decor_gravities_one_axis):
9233         (frame_mrs_setup_draw_decorations):
9234         (mr_args_internal):
9235         initialize window decorations with a "None" pixmap;
9236         delay drawing window decorations initially to prevent drawing multiple
9237         times;
9238         => windows grabbing the focus upon startup are drawn focused
9239         immediately
9241         * fvwm/frame.c (frame_free_move_resize_args):
9242         reparent the frame hide windows to NoFocusWin instead of Root to
9243         suppress unnecessary ReparentNotify events
9245 2002-10-16  olicha  <olivier.chapuis@free.fr>
9247         * fvwm/fvwm.c (main):
9248         Fixed a typo
9250         * libs/FRender.h:
9251         Fixed compilation with X cvs
9253         * libs/Colorset.c (CreateBackgroundPixmap):
9254         Fixed a GC leak
9256         * fvwm/events.c (HandlePropertyNotify):
9257         * fvwm/colorset.c (update_root_pixmap):
9258         Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9259         to found a root pixmap
9261 2002-10-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9263         * fvwm/bindings.c (bind_get_bound_button_contexts):
9264         another mouse binding fix
9266         * fvwm/conditional.c (CreateConditionMask):
9267         simplified parsing
9268         all conditions have a negation with '!' prepended
9269         (Circulate):
9270         (CMD_All):
9271         (select_cmd):
9272         Current, All, Pick, ThisWindow and PointerWindow imply the
9273         CirculateHitShaded condition.
9275         * fvwm/focus.c (__focus_grab_buttons):
9276         * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9277         fixed bindings using mouse buttons >= 6
9279 2002-10-15  olicha  <olivier.chapuis@free.fr>
9281         * libs/PictureUtils.c (PicturePrintColorInfo):
9282         (print_colormap):
9283         * fvwm/commands.h:
9284         * fvwm/functable.c (func_table):
9285         * fvwm/builtins.c (CMD_PrintInfo):
9286         * fvwm/fvwm.1.in:
9287         New cmd PrintInfo. Only one arg at present time: "Colors"
9289         * fvwm/fvwm.c (main):
9290         Auto detect card with 2 hardware colormaps and choose the best
9291         visual and colormap
9293         * libs/PictureUtils.c (PictureInitColors):
9294         (*):
9295         * libs/PictureUtils.h:
9296         * fvwm/fvwm.c (main):
9297         * libs/PictureBase.c (PictureInitCMapRoot):
9298         (PictureInitCMap):
9299         * libs/PictureBase.h:
9300         Try to support DirectColor visual in a good way, I do not think
9301         this is really useful.
9302         Added a flexible interface function PictureInitColors for
9303         colors allocation initialization.
9304         Some cleanup in color allocation and some preparation for a new
9305         method for saving and freeing colors allocated by images and gradients.
9306         Removed some ifdefed to 0 debug code.
9308         * libs/Picture.c (*):
9309         * libs/Picture.h:
9310         * libs/PictureImageLoader.c (*):
9311         * libs/PictureImageLoader.h:
9312         Replace Root by win
9314 2002-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9316         * fvwm/add_window.c (setup_key_and_button_grabs):
9317         * fvwm/bindings.c (ParseBinding):
9318         (activate_binding):
9319         * fvwm/add_window.c (setup_key_and_button_grabs):
9320         don't grab window context specific bindings anymore; instead, set
9321         Scr.buttons2grab accordingly
9323         * fvwm/bindings.c (activate_binding):
9324         fixed stroke bindings on window context being ignored if no other
9325         action was bound to that context
9327         * fvwm/add_window.c (destroy_icon):
9328         fixed duplicate icon pixmap when switching from NoIconOverride to
9329         IconOverride
9331 2002-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9333         * fvwm/icons.c:
9334         re-indented some code
9335         (AutoPlaceIcon):
9336         fixed random position of icon title for icons with a position hint
9338         * fvwm/fvwm.1.in:
9339         corrected default of Use/NoIconPosition style
9341 2002-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9343         * fvwm/windowlist.c (CMD_WindowList):
9344         fixed random string for iconified windows in the WindowList
9346 2002-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9348         * NEWS:
9349         updated for 2.4.12
9351 2002-10-08  olicha  <olivier.chapuis@free.fr>
9353         * libs/PictureBase.c (*):
9354         (PictureInitCMapRoot)
9355         (PictureSetupWhiteAndBlack):
9356         (PictureWhitePixel):
9357         (PictureBlackPixel):
9358         (PictureDefaultGC):
9359         New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9360         of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9361         New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9362         but always use the root visual and allows to set or not a private
9363         color limit table.
9364         New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9365         but which respects the Pvisual
9367         * libs/PictureGraphics.c (*):
9368         * libs/FScreen.c (FScreenInit):
9369         * libs/FRender.c (FRenderRender):
9370         * libs/Fft.c (FftDrawString):
9371         * fvwm/icons.c (CreateIconWindow):
9372         * fvwm/colorset.c (parse_colorset):
9373         * fvwm/move_resize.c (CMD_XorValue):
9374         * fvwm/colorset.c (alloc_colorset):
9375         * fvwm/fvwm.c (main):
9376         Use the new interface functions and some fix if the fvwm depth !=
9377         the root depth.
9379         * libs/PictureUtils.c (PictureAllocColorTable):
9380         Change the default color table to a 4x4x4 cc + 4 grey
9382 2002-10-07  Dan Espen  <dane@mk.telcordia.com>
9384         * fvwm/fvwm.1.in: Use built-in, not builtin.
9386 2002-10-06  Mikhael Goikhman  <migo@homemail.com>
9388         * configure.in:
9389         s/FvwmNewDebug/FvwmDebug/
9391         * fvwm/commands.h:
9392         * fvwm/conditional.c (CMD_NoWindow):
9393         * fvwm/functable.c:
9394         * NEWS:
9395         new command NoWindow to remove window context
9397         * fvwm/fvwm.1.in:
9398         use "fvwm" spelling, at least in the middle of sentences
9400 2002-10-06  Dan Espen  <dane@mk.telcordia.com>
9402         * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9403         builtin commands.  Use "builtin", not "built in" or "built-in".
9404         Other adjustments.
9406 2002-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9408         * libs/Graphics.c (do_relieve_rectangle):
9409         removed debug message
9411         * fvwm/focus.c (__update_windowlist):
9412         (__set_focus_to_fwin):
9413         fixed reversal of __update_windowlist arguments causing FlipFocus to
9414         break [and maybe other things]
9416 2002-10-05  olicha  <olivier.chapuis@free.fr>
9418         * libs/PictureUtils.c (alloc_color_cube):
9419         It si possible to enable "gamma correction" for colors cubes (disabled,
9420         define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9422         * libs/PictureUtils.c (get_color_index):
9423         (create_mapping_table):
9424         Use a more exact approximation of colors for pur cc without the big
9425         16x16x16 cc
9427         * libs/PictureUtils.c (PictureFreeColors):
9428         Fixed a memory leak
9430         * libs/Graphics.c (CreateGradientPixmap):
9431         (CreateGradientPixmapFromString):
9432         Cleanup
9434 2002-10-04  olicha  <olivier.chapuis@free.fr>
9436         * libs/PictureUtils.c (*):
9437         Used a better color approximation for color cube when we do not dither.
9438         Added some new colors tables: color cube with some grey colors.
9439         Change the default to a 4x4x3 cc with 6 grey (54 colors).
9440         Some visual fixes.
9442         * fvwm/fvwm.c (main):
9443         Fixed the visual option
9445 2002-10-03  Mikhael Goikhman  <migo@homemail.com>
9447         * configure.in:
9448         generate FvwmNewDebug and FvwmGtkDebug
9450 2002-10-02  olicha  <olivier.chapuis@free.fr>
9452         * libs/PictureUtils.c (USED_DIST):
9453         Used the euclidian distance for colors distance
9455         * libs/Fft.c (FftGetFont):
9456         Disable Xft if the Xserver does not support XRender
9458 2002-10-01  olicha  <olivier.chapuis@free.fr>
9460         * libs/Fft.c (FftGetFont):
9461         Disable Xft if the Xserver does not support XRender
9463         * libs/FRender.c (FRenderRender):
9464         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9465         Fixed
9467         * libs/Colorset.c (SetRectangleBackground):
9468         (SetClippedRectangleBackground):
9469         * libs/Colorset.h:
9470         New interface function for drawing a subset of a colorset rectangle
9472 2002-09-26  olicha  <olivier.chapuis@free.fr>
9474         * fvwm/update.c (apply_window_updates):
9475         Fixed icons colorset update
9477         * libs/FRender.c (FRenderRender):
9478         Fixed bitmap rendering
9480         * fvwm/update.c (apply_window_updates):
9481         * fvwm/geometry.c (move_icon_to_position):
9482         * fvwm/events.c (HandleEnterNotify):
9483         (HandleExpose):
9484         (HandleLeaveNotify):
9485         (HandlePropertyNotify):
9486         * fvwm/add_window.c (setup_icon_font):
9487         * fvwm/icons.c (DrawIconWindow):
9488         (DrawIconTitleWindow):
9489         (DrawIconPixmapWindow):
9490         (ChangeIconPixmap):
9491         (RedoIconName):
9492         Fixed focus/unfocus flickering
9494 2002-09-25  olicha  <olivier.chapuis@free.fr>
9496         * fvwm/icons.c (DrawIconTitleWindow):
9497         One more drawing fix
9499 2002-09-24  olicha  <olivier.chapuis@free.fr>
9501         * fvwm/icons.c (DrawIconTitleWindow):
9502         An other drawing fix
9504 2002-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9506         * fvwm/move_resize.c (__move_loop):
9507         fixed uninitialised variable
9508         (InteractiveMove):
9509         fixed starting move at random position
9511 2002-09-24  olicha  <olivier.chapuis@free.fr>
9513         * fvwm/update.c (apply_window_updates):
9514         * fvwm/geometry.c (move_icon_to_position):
9515         * fvwm/events.c (HandleEnterNotify):
9516         (HandleExpose):
9517         (HandleLeaveNotify):
9518         (HandlePropertyNotify):
9519         * fvwm/add_window.c (setup_icon_font):
9520         * fvwm/icons.c (DrawIconWindow):
9521         (DrawIconTitleWindow):
9522         (DrawIconPixmapWindow):
9523         (ChangeIconPixmap):
9524         (RedoIconName):
9525         Fixed icon drawing. Split icon window drawing.
9527         * libs/FRender.c (*):
9528         Fixed compilation and small clean up
9530 2002-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9532         * fvwm/conditional.c (CreateFlagString):
9533         fixed quoting in conditional command conditions
9535         * fvwm/menus.c (__mloop_handle_event):
9536         removed unnecessary querying of pointer position on button release in
9537         menus
9538         (__menu_loop):
9539         fixed posting menus
9541         * fvwm/bindings.c (ParseBinding):
9542         increased maximum allowed key symbol name length to 200 characters
9544         * fvwm/execcontext.h (enum):
9545         * fvwm/fvwm.c (Done):
9546         (SetRCDefaults):
9547         (main):
9548         (StartupStuff):
9549         use new contexts
9551         * fvwm/execcontext.h (enum):
9552         added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9554         * fvwm/menus.c (pop_menu_up):
9555         fixed accidental menu animation with certain menu position hints
9557 2002-09-23  olicha  <olivier.chapuis@free.fr>
9559         * libs/FRender.c (*):
9560         Fixed(?) XRender rendering with some Xserver
9562         * fvwm/update.c (apply_window_updates):
9563         * fvwm/geometry.c (move_icon_to_position):
9564         * fvwm/events.c (HandleEnterNotify):
9565         (HandleExpose):
9566         (HandleLeaveNotify):
9567         (HandlePropertyNotify):
9568         * fvwm/add_window.c (setup_icon_font):
9569         * fvwm/icons.c (DrawIconWindow):
9570         (ChangeIconPixmap):
9571         (RedoIconName):
9572         Clip text and icon drawing for the icons
9574 2002-09-21  Mikhael Goikhman  <migo@homemail.com>
9576         * NEWS:
9577         * libs/System.c:
9578         Path commands now support form: "path1;ext1:path2:path3;ext3"
9579         where ext1 (for example, ".png") means all files in path1 should
9580         be forced to have extention ".png" even if the requested icon
9581         has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9583         * fvwm/execcontext.h:
9584         small changes in latters used for EXCT_* constants
9586         * fvwm/module_interface.c:
9587         * libs/Picture.c:
9588         * libs/PictureBase.c:
9589         * fvwm/cursor.c:
9590         some spacing reindentation
9592 2002-09-21  olicha  <olivier.chapuis@free.fr>
9594         * libs/FRender.c (FRenderCompositeAndCheck):
9595         Temporally take GraphicsExposure in account
9597 2002-09-20  Mikhael Goikhman  <migo@homemail.com>
9599         * libs/vpacket.h:
9600         fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9602 2002-09-20  olicha  <olivier.chapuis@free.fr>
9604         * fvwm/icons.c (GetIconPicture):
9605         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9606         Fixed the alpha channel
9608 2002-09-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9610         * NEWS:
9611         updated for 2.4.11
9613 2002-09-20  olicha  <olivier.chapuis@free.fr>
9615         * libs/FRender.c (FRenderTintPicture):
9616         (FRenderTintRectangle):
9617         (FRenderRender):
9618         * libs/FRenderInterface.h:
9619         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9620         Make FRender code more modular. Add a 24+8 tinting method and enable it
9621         in the place of the 32 tinting method (which can be enabled by defining
9622         USE_ABSOLUTE_FORMATE)
9624 2002-09-19  olicha  <olivier.chapuis@free.fr>
9626         * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9627         (animated_move_back):
9628         (pop_menu_up):
9629         (repaint_transparent_menu):
9630         * fvwm/move_resize.c (AnimatedMoveOfWindow):
9631         (AnimatedMoveAnyWindow):
9632         * fvwm/move_resize.h:
9633         Support the new colorset transparent options and fix greyed item
9634         of transparent animated menus
9636         * fvwm/menus.c (pop_menu_up):
9637         (animated_move_back):
9639         * libs/Rectangles.c:
9640         * libs/Rectangles.h:
9641         * libs/Makefile.am:
9642         New libs files for rectangles, segments, regions ..etc
9644         * fvwm/menus.c (clear_expose_menu_area):
9645         (get_menu_paint_item_parameters):
9646         (paint_menu):
9647         (select_menu_item):
9648         (ParentalMenuRePaint):
9649         (ParentalMenuRePaint):
9650         * fvwm/menuitem.c (clear_menu_item_background):
9651         (menuitem_paint):
9652         * fvwm/menuitem.h (MenuPaintItemParameters):
9653         Clip the item icons and text drawing
9655         * fvwm/menus.c (__mloop_exit):
9656         Fixed an indirect uninitialized variable bug
9658         * fvwm/menus.c (__mloop_handle_event): *
9659         (__mloop_handle_action_with_mi): *
9660         Update some comments
9662         * libs/FRender.c (FRenderVisualInit):
9663         (FRenderRender):
9664         * fvwm/colorset.c (parse_colorset):
9665         Small clean up
9667 2002-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9669         * fvwm/menus.c (__menu_loop):
9670         (__mloop_handle_action_with_mi):
9671         fixed parent menu redrawing
9673         * fvwm/style.c (check_window_style_change):
9674         * fvwm/update.c (apply_window_updates):
9675         * fvwm/add_window.c (setup_icon_size_limits):
9676         honour changes in IconSize style without recapture
9678         * fvwm/focus.c (focus_query_open_grab_focus):
9679         * fvwm/events.c (HandlePropertyNotify):
9680         * fvwm/add_window.c (setup_transientfor):
9681         take care of various funny initial transientfor settings
9683         * fvwm/stack.c (__raise_lower_recursion):
9684         new function
9685         fixed stacking core dump
9687 2002-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9689         * libs/Graphics.c:
9690         ANSI C fixes
9692         * configure.in:
9693         added a program that tests for -Werror option and similar; bug out of
9694         configure if the test program doesn't compile
9696 2002-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9698         * fvwm/fvwm.1.in:
9699         * configure.in:
9700         add a "do not edit" warning at the beginning of the man page
9702         * configure.in:
9703         enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9705         * libs/FScreen.c (XineramaQueryScreens):
9706         fixed linking problem when compiling without Xinerama
9708         * fvwm/cursor.c (CMD_CursorStyle):
9709         fixed cursorstyle command being applied to windows without handles
9711         * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9712         (EWMH_ProcessPropertyNotify):
9713         * fvwm/gnome.h (GNOME_ProcessClientMessage):
9714         (GNOME_HandlePropRequest):
9715         fixed dummy macros when compiling without gnome/ewmh support
9717 2002-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9719         * libs/queue.c (fqueue_add_inside):
9720         add a new command with the same execution time as a previous one behind
9721         it
9723         * configure.in:
9724         override CFLAGS and CPPFLAGS with empty strings instead of generating an
9725         error message
9727         * fvwm/functions.c (__execute_function):
9728         * fvwm/execcontext.h (exec_context_type_t):
9729         replace enum values with letters for readability
9731         * fvwm/functions.c (__execute_function):
9732         improved command log output
9734         * fvwm/schedule.c (execute_obj_func):
9735         fixed schedule queue timing
9737         * configure.in:
9738         refuse to run configure if CFLAGS is not empty
9740 2002-09-16  Mikhael Goikhman  <migo@homemail.com>
9742         * fvwm/misc.c:
9743         fixed compilation with --enable-command-log; simplified fvwm_msg()
9745         * libs/Module.c:
9746         reformatted; don't send end-of-line with SET_*MASK
9748 2002-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9750         * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9751         fixed multipixmap title drawing
9753         * fvwm/frame.h (struct):
9754         * fvwm/frame.c (frame_get_titlebar_dimensions):
9755         removed unused code
9757         * fvwm/events.c (HandlePropertyNotify):
9758         applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
9760         * libs/Fft.c (FftDrawString):
9761         -Wall fix when compiling w/o Xft
9763 2002-09-15  olicha  <olivier.chapuis@free.fr>
9765         * libs/Colorset.c (CreateBackgroundPixmap):
9766         Fixed a dpy problem with FvwmBacker
9767         * libs/Colorset.c (CreateBackgroundPixmap):
9768         Fixed creation a root transparent pixmap for small root pixmap
9770 2002-09-14  olicha  <olivier.chapuis@free.fr>
9772         * libs/Fft.c (FftDrawString):
9773         Fixed clip region with shadow font
9775         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
9776         Added a function to create translucent pixmaps
9777         * libs/Colorset.c (CreateBackgroundPixmap):
9778         A small fix
9779         * libs/FRender.c (FRenderRender):
9780         Allows to use the root window as src pixmap
9782 2002-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9784         * fvwm/fvwm.1.in:
9785         Fixed open double quotes in ButtonState section
9787 2002-09-13  Dan Espen  <dane@mk.telcordia.com>
9789         * fvwm/fvwm.1.in: Add -cmd module timeout information.
9791 2002-09-13  olicha  <olivier.chapuis@free.fr>
9793         * libs/Colorset.c (CreateBackgroundPixmap):
9794         (UpdateBackgroundTransparency):
9795         (SetRectangleBackground):
9796         * libs/Colorset.h:
9797         * fvwm/colorset.c (*):
9798         * fvwm/colorset.h:
9799         * fvwm/events.c (HandlePropertyNotify):
9800         Starting implementation of RootTransparent colorset. Worked on
9801         tinted Transparent colorset. Various colorset parsing fixes.
9803         * libs/Fft.c (FftDrawString):
9804         * libs/Flocale.h:
9805         Added the possibility to draw with a clipping region.
9807         * libs/FRender.c (FRenderRender):
9808         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9809         (PCreateRenderPixmap):
9810         (PGraphicsCreateTransprency):
9811         (PGraphicsTintRectangle):
9812         Improve current rendering functions to be able to tint the
9813         ParentalRelative pixmap or the background of a window.
9814         Re-enabled XRender rendering.
9816         * fvwm/borders.c:
9817         remove a #if 0 debug "render" code
9819 2002-09-13  Mikhael Goikhman  <migo@homemail.com>
9821         * fvwm/builtins.c (ReadTitleButton):
9822         * fvwm/screen.h:
9823         new button state shortcuts AllNormal, AllToggled,
9824         AllActive, AllInactive, AllUp, AllDown
9826         * fvwm/module_interface.c:
9827         minor reformatting
9829         * acconfig.h:
9830         possibly fixed compilation with non gcc
9832 2002-09-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9834         * fvwm/focus.c (_focus_grab_buttons):
9835         (__focus_grab_buttons):
9836         renamed
9837         (__focus_grab_one_button):
9838         grab all modifier combinations on client windows by default if
9839         necessary; this saves a lot of traffic but may grab unnecessary
9840         modifiers with mouse bindings on the client window
9842         * fvwm/fvwm.1:
9843         * libs/defaults.h (DEF_FP_MODIFIERS):
9844         * fvwm/events.c (__handle_focus_raise_click):
9845         * fvwm/style.c (style_parse_focus_policy_style):
9846         * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
9847         default is now to use any modifiers for clicktofocus/raise purposes
9849         * fvwm/menus.c (__mloop_get_event):
9850         fixed menu hang
9851         (menu_tear_off):
9852         fixed tear off menus
9854         * libs/FEvent.c (FCheckIfEvent):
9855         (FCheckMaskEvent):
9856         (FCheckTypedEvent):
9857         (FCheckTypedWindowEvent):
9858         (FCheckWindowEvent):
9859         fixed FCheck...Event functions thus fixing Menu command behaving like
9860         Popup
9862         * fvwm/move_resize.c (InteractiveMove):
9863         fixed offset between pointer and window when dragging
9865         * fvwm/virtual.c (HandlePaging):
9866         * fvwm/icons.c (CMD_Iconify):
9867         * fvwm/move_resize.c (InteractiveMove):
9868         * fvwm/menus.c (get_menu_options):
9869         (get_menu_options):
9870         * libs/FScreen.c (GetMouseXY):
9871         use new function fev_get_evpos_or_query()
9873         * libs/Makefile.am:
9874         * libs/Pointer.c:
9875         removed file
9877         (GetLocationFromEventOrQuery):
9878         moved to FEvent.c and renamed to fev_get_evpos_or_query()
9879         * libs/FEvent.c (fev_set_evpos):
9880         new function
9882         * fvwm/functions.c (__execute_function):
9883         (execute_complex_function):
9884         fixed complex action clicking logic
9886         * fvwm/add_window.c (CaptureOneWindow):
9887         fixed RecaptureWindow
9888         (CaptureAllWindows):
9889         fixed Restart
9891         * fvwm/functable.c (func_table):
9892         fixed running RecaptureWindow without a context window
9894         * fvwm/conditional.c (circulate_cmd):
9895         fixed action to run
9897         * fvwm/events.c (HandleVisibilityNotify):
9898         fixed VisibilityNotify handling
9900         * fvwm/functions.c (execute_complex_function):
9901         fixed memory corruption
9902         (__execute_function):
9903         fixed using wrong context
9904         (__execute_function):
9905         removed conditional that was always true now
9906         (DeferExecution):
9907         fixed core dump
9909         * fvwm/module_interface.c (ExecuteModuleCommand):
9910         initialise module number
9912 2002-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9914         * fvwm/add_window.c (CaptureOneWindow):
9915         fixed memory corruption
9917         * fvwm/icons.c (Iconify):
9918         (DeIconify):
9919         fixed bug introduced with transient stacking patch
9921         * fvwm/functions.c (DeferExecution):
9922         (__execute_function):
9923         (execute_complex_function):
9924         cleaned up and optimized exec_context handling
9926         * fvwm/schedule.c:
9927         * fvwm/menucmd.c:
9928         * fvwm/update.c:
9929         * fvwm/windowlist.c:
9930         * fvwm/conditional.c:
9931         * fvwm/focus.c:
9932         * fvwm/functions.c:
9933         * fvwm/placement.c:
9934         * fvwm/colorset.c:
9935         * fvwm/stack.c:
9936         * fvwm/virtual.c:
9937         * fvwm/module_interface.c:
9938         * fvwm/icons.c:
9939         * fvwm/builtins.c:
9940         * fvwm/add_window.c:
9941         * fvwm/move_resize.c:
9942         * fvwm/fvwm.h (F_CMD_ARGS):
9943         (F_PASS_ARGS):
9944         completely removed the builtin command arguments fw, w, and context
9946         * fvwm/functions.c (DeferExecution):
9947         fixed core dump
9949         * fvwm/stack.c (BroadcastRestack):
9950         removed global lastTimestamp
9952         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
9953         (EWMH_ProcessPropertyNotify):
9954         (ewmh_WMStateShaded):
9955         (ewmh_WMStateSticky):
9956         (ewmh_WMStateHidden):
9957         (ewmh_WMState):
9958         (ewmh_MoveResize):
9959         (ewmh_WMDesktop):
9960         (ewmh_CloseWindow):
9961         (ewmh_DesktopGeometry):
9962         (ewmh_ActiveWindow):
9963         use new function interface
9965         * fvwm/menus.c (do_menu):
9966         * fvwm/menucmd.c (menu_func):
9967         * fvwm/windowlist.c (CMD_WindowList):
9968         use new function interface
9969         replaced "(XEvent *)1" hack with a regular flag
9971 2002-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9973         * fvwm/add_window.c (destroy_window):
9974         * fvwm/update.c (destroy_scheduled_windows):
9975         * fvwm/screen.h (ScreenInfo):
9976         new member is_executing_menu_function
9978         * fvwm/windowlist.c (CMD_WindowList):
9979         * fvwm/menucmd.c (menu_func):
9980         * fvwm/gnome.c (CMD_GnomeButton):
9981         (GNOME_ProcessClientMessage):
9982         (GNOME_HandlePropRequest):
9983         * fvwm/modconf.c (CMD_Send_ConfigInfo):
9984         * fvwm/update.c (apply_window_updates):
9985         * fvwm/repeat.c (CMD_Repeat):
9986         * fvwm/conditional.c (circulate_cmd):
9987         (CMD_Prev):
9988         (CMD_Next):
9989         (CMD_None):
9990         (CMD_Any):
9991         (CMD_Current):
9992         (CMD_Cond):
9993         (CMD_CondCase):
9994         (select_cmd):
9995         (CMD_All):
9996         (CMD_Direction):
9997         (CMD_WindowId):
9998         * fvwm/focus.c (warp_to_fvwm_window):
9999         (CMD_WarpToWindow):
10000         * fvwm/read.c (run_command_stream):
10001         (run_command_file):
10002         (CMD_Read):
10003         (CMD_PipeRead):
10004         * fvwm/fvwm.c (Done):
10005         (SetRCDefaults):
10006         (StartupStuff):
10007         (main):
10008         use new function interface
10009         (main):
10010         fixed running startup script under random module number
10012         * fvwm/functions.c (execute_function_override_window):
10013         * fvwm/functions.c (execute_function_override_wcontext):
10014         new convenience functions
10016         * fvwm/gnome.c:
10017         * fvwm/modconf.c:
10018         * fvwm/session.c:
10019         re-indented
10021         * fvwm/module_interface.c (CMD_Send_WindowList):
10022         (CMD_set_mask):
10023         (CMD_set_sync_mask):
10024         (CMD_set_nograb_mask):
10025         fixed core dumps
10026         don't use "Module" argument anymore
10027         (ExecuteModuleCommand):
10028         made static
10029         use new function interface
10031         * fvwm/add_window.c (CaptureOneWindow):
10032         (do_recapture):
10033         (CaptureAllWindows):
10034         * fvwm/events.c (HandleMapRequestKeepRaised):
10035         * fvwm/add_window.c (AddWindow):
10036         AddWindow takes executiuon context as its argument instead of the
10037         window; changed caller
10038         don't use "Event" anymore
10040         * fvwm/fvwm.c (StartupStuff):
10041         generate an execution context for startup
10043         * fvwm/move_resize.c (DoResize):
10044         (__resize_step):
10045         (moveLoop):
10046         (__move_loop):
10047         renamed and used new function interface in args
10049         * fvwm/geometry.c (constrain_size):
10050         added XEvent *e argument to remove use of global "Event"; changed all
10051         callers
10053 2002-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10055         * fvwm/stack.c (get_next_window_in_stack_ring):
10056         (get_prev_window_in_stack_ring):
10057         (get_transientfor_fvwmwindow):
10058         * fvwm/icons.c (SetMapStateProp):
10059         * fvwm/events.c (fake_map_unmap_notify):
10060         * fvwm/misc.c (IsRectangleOnThisPage):
10061         * fvwm/menus.c (menu_enter_tear_off_menu):
10062         (menu_close_tear_off_menu):
10063         * fvwm/icons.c (DrawIconWindow):
10064         * fvwm/focus.c:
10065         * fvwm/colormaps.c (InstallWindowColormaps):
10066         made FvwmWindow * arguments const in many functions
10068         * fvwm/menus.c (pop_menu_up):
10069         (pop_menu_down):
10070         (__mloop_do_menu):
10071         (__mloop_do_popup):
10072         (do_menu):
10073         (menu_enter_tear_off_menu):
10074         (__mloop_get_event):
10075         (__mloop_get_event_timeout_loop):
10076         (__mloop_do_menu):
10077         (__mloop_get_mi_actions):
10078         (is_double_click):
10079         * fvwm/events.c (HandleEnterNotify):
10080         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10081         (__move_window):
10082         (__move_loop):
10083         (__resize_step):
10084         (__resize_window):
10085         * fvwm/functions.c (DeferExecution):
10086         (__execute_function):
10087         * fvwm/windowlist.c (CMD_WindowList):
10088         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10089         * fvwm/module_interface.c (CMD_ModuleSynchronous):
10090         (ExecuteModuleCommand):
10091         * fvwm/builtins.c (CMD_Wait):
10092         * fvwm/events.c (WaitForButtonsUp):
10093         (HandleShapeNotify):
10094         (HandleVisibilityNotify):
10095         (HandleUnmapNotify):
10096         (HandleSelectionRequest):
10097         (HandleReparentNotify):
10098         (HandlePropertyNotify):
10099         (HandleMotionNotify):
10100         (HandleMapRequestKeepRaised):
10101         (HandleMapRequest):
10102         (HandleMappingNotify):
10103         (HandleMapNotify):
10104         (HandleLeaveNotify):
10105         (HandleKeyPress):
10106         (HandleFocusOut):
10107         (HandleFocusIn):
10108         (HandleExpose):
10109         (HandleEnterNotify):
10110         (HandleDestroyNotify):
10111         (HandleColormapNotify):
10112         (HandleClientMessage):
10113         (HandleButtonRelease):
10114         (HandleButtonPress):
10115         (__handle_bpress_on_root):
10116         (__handle_bpress_action):
10117         (__handle_click_to_raise):
10118         (__handle_click_to_focus):
10119         (__is_bpress_window_handled):
10120         (__handle_focus_raise_click):
10121         don't use "Event", "Fw" and old_execute_function() anymore
10123         * fvwm/events.c (dispatch_event):
10124         removed preserve_tmpwin argument; changed all callers
10126         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10127         fixed random focus member of faked event
10129         * fvwm/gnome.c (GNOME_ProcessClientMessage):
10130         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10131         (EWMH_ProcessPropertyNotify):
10132         * fvwm/move_resize.c (DisplaySize):
10133         (DisplayPosition):
10134         (position_geometry_window):
10135         * fvwm/geometry.c (get_window_borders):
10136         (get_window_borders_no_title):
10137         made args const
10139         * fvwm/events.c (dispatch_event):
10140         create event execution context
10141         (HandleClientMessage):
10142         removed useless local "button"
10143         (GetContext):
10144         don't fiddle with global Fw anymore; added argument to return context
10145         window; changed all callers
10147         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10148         * fvwm/move_resize.c (__resize_window):
10149         use new event handle interface
10151         * fvwm/events.c:
10152         * fvwm/eventhandler.h:
10153         new event handler interface
10155         * fvwm/functions.c (CMD_Plus):
10156         * fvwm/builtins.c (AddToDecor):
10157         (CMD_AddToDecor):
10158         (CMD_DestroyDecor):
10159         use F_CMD_ARGS in AddToDecor
10160         (CMD_StrokeFunc):
10161         removed useless check for realloc return value
10162         use new function interface
10163         fixed another memory leak
10165         * fvwm/builtins.c (__remove_window_decors):
10166         replace old_execute_function with execute_function
10168         * fvwm/add_window.c (setup_window_placement):
10169         * fvwm/placement.c (PlaceWindow):
10170         * fvwm/schedule.c (execute_obj_func):
10171         * fvwm/colorset.c (add_to_junk):
10172         use new function call interface
10174         * fvwm/fvwm.h (F_EXEC_ARGS):
10175         (F_PASS_EXEC_ARGS):
10176         removed now unused macros
10178         * fvwm/functions.c (CheckActionType):
10179         (cf_cleanup):
10180         (DeferExecution):
10181         (__execute_function):
10182         (__run_complex_function_items):
10183         (execute_complex_function):
10184         rewrote function call interface
10186         * fvwm/functions.c (__run_complex_function_items):
10187         new function split off from execute_complex_function
10189         * fvwm/externs.h:
10190         * fvwm/events.c:
10191         removed "Event" global
10193 2002-09-08  Dan Espen  <dane@mk.telcordia.com>
10195         * fvwm/fvwm.1.in: Language check.
10197 2002-09-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10199         * fvwm/functions.c (old_execute_function):
10200         removed
10202         * fvwm/module_interface.c (do_execute_module):
10203         don't write module argument anymore; code claimed that writing 0 into
10204         *Module prevented WaitForButtonsUp from being called, but that was
10205         either a lie or a relic of the past
10207         * fvwm/fvwm.h (exec_func_args_type):
10208         removed type
10209         (F_CMD_ARGS):
10210         (F_PASS_ARGS):
10211         removed *Module argument
10213         * fvwm/functions.c (__execute_function):
10214         new interface
10216         * fvwm/functions.h (enum):
10217         added more function execution falgs
10219         * fvwm/fvwm.h:
10220         add exec_context_t *exc to builtin arguments
10222         * libs/FEvent.c (fev_copy_last_event):
10223         new function
10225         * fvwm/execcontext.h:
10226         * fvwm/execcontext.c:
10227         new files introducing the "exec_context_t" structure that shall replace
10228         the builtin command interface
10230         * fvwm/stack.c (__RaiseOrLowerWindow):
10231         (RaiseOrLowerWindow):
10232         (__restack_window):
10233         (mark_transient_subtree):
10234         (__sort_transient_ring):
10235         properly handle restacking of windows with more than one transient and
10236         multiple levels of transients at the same time
10237         (__RaiseOrLowerWindow):
10238         (RaiseOrLowerWindow):
10239         renamed function and added wrapper
10241         * fvwm/fvwm.h (FvwmWindow):
10242         added new scratch registers
10244 2002-09-06  Mikhael Goikhman  <migo@homemail.com>
10246         * configure.in:
10247         * Makefile.am:
10248         minor improvements in the new release procedure
10250 2002-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10252         * fvwm/stack.c (RaiseOrLowerWindow):
10253         (__restack_window):
10254         (mark_transient_subtree):
10255         (must_move_transients):
10256         (is_on_top_of_layer_ignore_rom):
10257         handle restacking trees of transient windows; still does not work too
10258         well if a window has multiple transients at the same time
10260 2002-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10262         * fvwm/stack.h:
10263         * fvwm/stack.c:
10264         restored versions from before 9th of September
10265         (RaiseOrLowerWindow):
10266         fixed StackTransientParent style without RaiseTransient or
10267         LowerTransient on transient_for window
10268         StackTransientParent works only on window in the same layer
10269         (mark_transient_subtree):
10270         fixed handling of window group hint w/ iconify
10271         (restack_windows):
10272         (RaiseOrLowerWindow):
10273         (new_layer):
10274         fixed flickering when overlapping transients aree lowered
10276         * fvwm/move_resize.c (__resize_window):
10277         * fvwm/colorset.c (add_to_junk):
10278         cleaned up event handling
10280         * fvwm/move_resize.c (__resize_window):
10281         renamed function and changed callers
10283         * fvwm/fvwm.h (F_PASS_ARGS):
10284         (F_CMD_ARGS):
10285         removed eventp command argument
10287         * fvwm/events.c (DispatchEvent):
10288         (dispatch_event):
10289         renamed function, added event argument and changed all callers
10291         * libs/FEvent.c (fev_fake_event):
10292         * libs/FEvent.c (fev_get_evtype__remove_me):
10293         new functions
10295         * fvwm/menus.c (menuShortcuts):
10296         (is_double_click):
10297         (pop_menu_up):
10298         (pop_menu_up):
10299         (pop_menu_down):
10300         (pop_menu_down):
10301         (__mloop_init):
10302         (__mloop_get_event_timeout_loop):
10303         (__mloop_get_event):
10304         (__mloop_do_popup):
10305         (__mloop_do_popup):
10306         (do_menu):
10307         * fvwm/builtins.c (CMD_FakeClick):
10308         * fvwm/functions.c (CheckActionType):
10309         (CheckActionType):
10310         * fvwm/focus.c (__try_program_focus):
10311         (__try_program_focus):
10312         * fvwm/icccm2.c (SetupICCCM2):
10313         * fvwm/virtual.c (HandlePaging):
10314         * fvwm/module_interface.c (make_vpacket):
10315         (make_new_vpacket):
10316         * fvwm/schedule.c (squeue_get_next_ms):
10317         (squeue_get_next_ms):
10318         (CMD_Schedule):
10319         * fvwm/stack.c (BroadcastRestack):
10320         * fvwm/move_resize.c (resize_window):
10321         (moveLoop):
10322         * libs/FEvent.c (fev_get_evtime):
10323         removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10325         * fvwm/events.c (HandleEnterNotify):
10326         (DispatchEvent):
10327         (My_XNextEvent):
10328         (discard_events):
10329         (discard_window_events):
10330         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10331         (moveLoop):
10332         (resize_window):
10333         * fvwm/menus.c (__mloop_get_event):
10334         * fvwm/virtual.c (HandlePaging):
10335         (MoveViewport):
10336         * fvwm/functions.c (DeferExecution):
10337         (CheckActionType):
10338         * fvwm/misc.c (get_server_time):
10339         * fvwm/builtins.c (CMD_StrokeFunc):
10340         * fvwm/menus.c (pop_menu_up):
10341         (pop_menu_down):
10342         (__mloop_init):
10343         * libs/FEvent.c (fev_update_last_timestamp):
10344         removed StashEventTime function; handle this directly in FEvent.c
10346         * fvwm/module_interface.c (ExecuteModuleCommand):
10347         * fvwm/misc.c (Keyboard_shortcuts):
10348         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10349         * fvwm/events.c (handle_all_expose):
10350         (dispatch_event):
10351         (HandleEvents):
10352         (HandleKeyPress):
10353         don't use Event global anymore
10355         * fvwm/bindings.c (activate_binding):
10356         fixed key bindings on window corners
10358         * libs/fvwmlib.h (C_DECOR):
10359         context including all parts of the decorations
10361 2002-09-04  Mikhael Goikhman  <migo@homemail.com>
10363         * libs/FEvent.h:
10364         fixed compilation warning in #endif comment
10366         * fvwm/borders.c:
10367         removed debug fprintf
10369         * acconfig.h:
10370         * configure.in:
10371         * fvwm/fvwm.c:
10372         * fvwm/fvwm.1:
10373         another solution for reporting the cvs status
10375 2002-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10377         * configure.in (LIBOBJS):
10378         * acinclude.m4 (smr_SWITCH):
10379         fix for autoconf 2.53
10381         * fvwm/*.[ch]:
10382         removed unnecessary includes
10384         * fvwm/Makefile.am (fvwm_SOURCES):
10385         * fvwm/events.h:
10386         * fvwm/eventmasks.h:
10387         * fvwm/eventhandlers.h:
10388         new files split from events.h
10390         * fvwm/icccm2.c (HandleSelectionRequest):
10391         (HandleSelectionClear):
10392         * fvwm/colormaps.c (HandleColormapNotify):
10393         * fvwm/menus.c (menu_tear_off):
10394         * fvwm/move_resize.c (resize_window):
10395         * fvwm/events.c:
10396         * fvwm/events.h:
10397         new argument avh_args_t to the event handler functions; still unused
10398         moved all event handlers to events.c
10399         remove now unnecessary includes in some files
10401         * fvwm/icccm2.c (HandleSelectionRequest):
10402         re-indented file
10404         * **/*.c:
10405         use replacements for X event functions everywhere
10407 2002-09-03  Mikhael Goikhman  <migo@homemail.com>
10409         * fvwm/defaults.h:
10410         * fvwm/screen.h:
10411         * fvwm/borders.c (border_flags_to_button_state):
10412         (CMD_ButtonState):
10413         * fvwm/builtins.c (ReadTitleButton):
10414         * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10415         * fvwm/fvwm.c (InitVariables):
10416         Imlemented new title and button states InactiveUp and InactiveDown,
10417         new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10418         So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10419         Updated all ButtonStyle, TitleStyle and ButtonState commands.
10421         * fvwm/fvwm.c:
10422         reformat license info in -version to be 3 lines and one empty line
10423         instead of 5 non-empty lines, for readability
10425 2002-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10427         * libs/FEvent.c:
10428         * libs/FEvent.h:
10429         * libs/Makefile.am:
10430         new files
10432         * fvwm/stack.c (__raise_or_lower_recursion):
10433         (RaiseOrLowerWindow):
10434         split into two functions
10435         renamed to __raise_or_lower_window
10436         (mark_transient_subtree):
10437         new flag MARK_CLEAR
10438         (position_new_window_in_stack_ring):
10439         (RaiseWindow):
10440         (LowerWindow):
10441         cleaned up stacking code
10443         * fvwm/menus.c (paint_menu):
10444         fixed a minor drawing problem with menu item reliefs
10446 2002-09-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10448         * fvwm/move_resize.c (InteractiveMove):
10449         removed eventp from interface
10450         changed all callers
10452         * fvwm/menucmd.c (menu_func):
10453         * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10454         * fvwm/windowlist.c (CMD_WindowList):
10455         * fvwm/read.c (run_command_file):
10456         (run_command_stream):
10457         * fvwm/focus.c (warp_to_fvwm_window):
10458         * libs/Event.c (GetSubwindowFromEvent):
10459         * fvwm/events.c (GetContext):
10460         * libs/Pointer.c (GetLocationFromEventOrQuery):
10461         * fvwm/builtins.c (CMD_StrokeFunc):
10462         (CMD_StrokeFunc):
10463         * fvwm/events.c (StashEventTime):
10464         * fvwm/move_resize.c (InteractiveMove):
10465         * fvwm/functions.c (DeferExecution):
10466         (old_execute_function):
10467         * fvwm/fvwm.h (F_CMD_ARGS):
10468         (F_EXEC_ARGS):
10469         make eventp argument const to ease clean up work
10471         * fvwm/windowlist.c (CMD_WindowList):
10472         * fvwm/move_resize.c (InteractiveMove):
10473         * fvwm/menucmd.c (menu_func):
10474         * fvwm/icons.c (CMD_Iconify):
10475         always query pointer position in case a script modified the position
10476         in the input event
10478         * fvwm/focus.c (SetPointerEventPosition):
10479         removed function since it modifies the global event variable
10481         * fvwm/functable.c (func_table):
10482         added cursor and event type members fo DeferExecution call
10483         * fvwm/functions.c (DeferExecution):
10484         made static, call from inside functions.c only
10485         removed calls everywhere
10487         * fvwm/builtins.c (CMD_StrokeFunc):
10488         fixed memory leak
10490         * fvwm/virtual.c (HandlePaging):
10491         (MoveViewport):
10492         don't use global "Event" anymore
10493         (HandlePaging):
10494         pass in event structure through arguments
10495         changed all callers
10497 2002-09-02  olicha  <olivier.chapuis@free.fr>
10499         * libs/Colorset.c (*):
10500         * libs/Colorset.h:
10501         * libs/colorset.c (parse_colorset):
10502         * libs/PictureGraphics.c (PGrabXImage):
10503         (PCreateRenderPixmap):sx
10504         (PGraphicsCreateTransprency):
10505         * libs/PictureGraphics.h:
10506         An experimental implementation of ParentalRelative tinted background
10508         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10509         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10510         (PImageLoadPng):
10511         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10512         * libs/FRenderInit.c (FRenderInit):
10513         (FRenderGetAlphaDepth):
10514         * libs/FRenderInit.h:
10515         Fixed alpha blending for xserver without depth 8 pixmap
10516         (maybe a tmp fix)
10518         * fvwm/fvwm.1.in
10519         typo
10521 2002-09-01  olicha  <olivier.chapuis@free.fr>
10523         * NEWS:
10524         Colorset and alpha blending news
10526 2002-08-31  olicha  <olivier.chapuis@free.fr>
10528         * libs/Ficonv.c (convert_charsets):
10529         Fixed compilation on systems that do not have EILSEQ
10531 2002-08-30  olicha  <olivier.chapuis@free.fr>
10533         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10534         Fixed compilation of certain modules
10536         * fvwm/borders.c (border_render_into_pixmap):
10537         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10538         * libs/PictureGraphics.h:
10539         * libs/Graphics.c (CreateStretchPixmap):
10540         (CreateStretchYPixmap):
10541         (CreateStretchXPixmap):
10542         Progress with masks in multipixmap title
10544         * libs/PictureGraphics.c (PCopyArea):
10545         (PTileRectangle):
10546         (PCreateRenderPixmap):
10547         * fvwm/borders.c (border_fill_pixmap_background):
10548         Some drawing fixes
10550         * fvwm/icons.c (DrawIconWindow):
10551         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10552         Fixed the shape mask of ewmh icons and icons with some alpha
10554 2002-08-30  olicha  <olivier.chapuis@free.fr>
10556         * libs/PictureGraphics.c (PCreateRenderPixmap):
10557         (PGrabImageErrorHandler):
10558         (PGraphicsCopyPixmaps):
10559         (PGraphicsCopyFvwmPicture):
10560         (PGraphicsTileRectangle):
10561         (PGraphicsRenderPixmaps):
10562         (PGraphicsRenderPicture):
10563         * libs/PictureGraphics.h:
10564         * libs/PictureBase.h:
10565         Replaced PGraphicsTileRectangle with a more powerful function,
10566         PCreateRenderPixmap, which performs *full* XRender simulation.
10567         So alpha blending is now supported even without Xrender support.
10568         New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10569         for direct rendering with tint and alpha channel.
10571         * libs/FRender.c (FRenderVisualInit):
10572         (FRenderCopyArea):
10573         (FRenderTintRectangle):
10574         (FRenderRender):
10575         * libs/FRenderInterface.h:
10576         Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10577         and more powerfull function FRenderRender
10579         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10580         (PImageLoadPng):
10581         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10582         Load the alpha even without Xrender support
10584         * libs/Colorset.h:
10585         * fvwm/colorset.c (parse_pixmap_tint):
10586         (parse_colorset):
10587         (alloc_colorset):
10588         Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10589         or obsolete TintMask) also tints gradients and the tint is applied
10590         only to the pixmap not the bg color. The average bg is computed from
10591         the "original" pixmap and not the tinted one, bgTint should be used
10592         to get a real average bg in the case the pixmap is tinted
10594         * fvwm/icons.c (DrawIconWindow):
10595         (CreateIconWindow):
10596         * fvwm/menuitem.c (menuitem_paint):
10597         * fvwm/menus.c (paint_side_pic):
10598         * fvwm/borders.c (border_get_border_background):
10599         (border_draw_decor_to_pixmap):
10600         (border_fill_pixmap_background):
10601         * fvwm/events.c (HandlePropertyNotify):
10602         Picture rendering use the new PGraphicsRenderPixmaps and
10603         PGraphicsRenderPicture libs functions. Respect new colorset options
10605         * fvwm/colorset.c (parse_colorset):
10606         (alloc_colorset):
10607         (CMD_ReadWriteColors):
10608         * fvwm/fvwm.1.in:
10609         Removed the read write colorset codes
10611         * libs/Graphics.c (CalculateGradientDimensions):
10612         Fixed the size of dithered H and V gradients
10614         * libs/PictureUtils.c (*):
10615         * libs/PictureUtils.h:
10616         Some cleanup
10618 2002-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10620         * fvwm/menus.c (paint_menu_gradient_background):
10621         fixed drawing of SidePic menu background when not using SideColor
10623 2002-08-28  Hippo
10624         * FvwmIconBox/icons.c:
10625         Fixed core dump
10627 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10629         * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10631 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10633         * configure.in:
10634         fixed --disable-ewmh
10636         * libs/Picture.c:
10637         * libs/Picture.h:
10638         added const to some prototypes
10640 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10642         * fvwm/menus.c (MenuInteraction):
10643         (__menu_loop):
10644         renamed MenuInteraction to __menu_loop
10646         * fvwm/menus.c (pop_menu_up):
10647         (do_menu):
10648         (MenuInteraction):
10649         removed pdo_warp_to_title argument of pop_menu_up and changed all
10650         callers; logic is now in last_saved_position_hints
10651         (__menu_get_next_event_timeout_loop):
10652         began to split MenuInteraction into several sub functions
10653         go away, evil "goto"!
10655         * fvwm/style.c (style_parse_one_style_option):
10656         all boolean styles - and *only* boolean styles, can be prefixed with a
10657         '!' to invert their meaning
10658         (style_parse_button_style):
10659         moved Button and NoButton styles to separate function
10661         * configure.in:
10662         * NEWS:
10663         updated for 2.5.4-devel
10665         * configure.in:
10666         2.5.3 was released
10668         * configure.in:
10669         * NEWS:
10670         updated for 2.5.3
10672         * fvwm/menuitem.h (struct):
10673         * fvwm/menus.c (paint_menu_gradient_background):
10674         (paint_menu_pixmap_background):
10675         (paint_menu):
10676         (clear_expose_menu_area):
10677         fixed TiledPixmap menu background drawing bug
10678         sorted function in file and removed forward declarations
10680 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10682         * fvwm/Makefile.am (LDADD):
10683         put -lfvwm at front of library list
10685         * fvwm/windowlist.c (CMD_WindowList):
10686         print window's page instead of current page in windowlist
10688 2002-08-24  Bob Woodside  <dumbledore@woodsway.com>
10690         * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10691         Fix for Experimental RaiseOverUnmanaged Handling.
10693 2002-08-22  Bob Woodside  <dumbledore@woodsway.com>
10695         * fvwm/focus.h:
10696         * fvwm/stack.h:
10697         New defs for Experimental RaiseOverUnmanaged Handling.
10699         * fvwm/events.c (HandleEnterNotify):
10700         * fvwm/focus.c:
10701         (set_focus_to_fwin)
10702         (focus_query_grab_buttons)
10703         (_focus_grab_buttons)
10704         (focus_grab_buttons)
10705         (focus_grab_buttons_client_entered)
10706         (_SetFocusWindow)
10707         (__activate_window_by_command)
10708         (_ReturnFocusWindow)
10709         (_DeleteFocus)
10710         (_ForceDeleteFocus)
10711         * fvwm/stack.c:
10712         (raise_over_unmanaged)
10713         (is_above_unmanaged)
10714         (_is_on_top_of_layer)
10715         (is_on_top_of_layer)
10716         (is_on_top_of_layer_and_above_unmanaged)
10717         Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10718         interaction of RaiseOverUnmanaged with various focus policies,
10719         particularly mouse focus + client click raises; issue mouse
10720         button grabs when and only when they are actually needed; and
10721         fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10722         (Thanks to the GFPR, this is much more straightforward to do!)
10724 2002-08-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10726         * fvwm/fvwm.1.in:
10727         added a paragraph about scripting and complex functions.
10729         * fvwm/style.c (style_parse_one_style_option):
10730         fixed flag_mask and change_mask of TitleAt... styles that broke left
10731         and bottom titles
10733 2002-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10735         * fvwm/fvwm.1.in:
10736         describe new focus policy styles
10738 2002-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10740         * fvwm/style.c (merge_styles):
10741         fixed applying style updates immediately
10743         * fvwm/geometry.c (constrain_size):
10744         fixed font resizing of maximized windows
10746         * fvwm/window_flags.h:
10747         * fvwm/fvwm.h (has_new_wm_normal_hints):
10748         new window flags
10750         * fvwm/events.c (HandleEnterNotify):
10751         fixed UngrabNotify returning focus to just unfocused window
10752         * fvwm/focus.h:
10753         added debug code
10755         * fvwm/style.c (merge_styles):
10756         (free_style_mask):
10757         (__simplify_style_list):
10758         fixed default style calculations
10760         * fvwm/events.c (HandleConfigureRequest):
10761         disabled debug output
10763         * fvwm/style.c (merge_styles):
10764         * fvwm/fvwm.h (window_style):
10765         new style member default_mask to allow two levels of defaults;
10766         fixes focus policy defaults
10767         * fvwm/style.h:
10768         rewrote many of the macros; changed all callers
10770         * fvwm/borders.c (RenderIntoPixmap):
10771         (DrawMultiPixmapTitlebar):
10772         (border_render_into_pixmap):
10773         (border_draw_multi_pixmap_titlebar):
10774         applied Suzanne Skinner's multi pixmap titles fix
10775         renamed functions and changed all callers
10777         * libs/FScreen.c (FScreenGetScrRect):
10778         (FindScreen):
10779         (FScreenGetScrId):
10780         new utility functions
10782         * fvwm/windowlist.c (CMD_WindowList):
10783         new option MaxLabelWidth for the WIndowList command based on patch by
10784         Maxim F. Ischenko
10785         new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
10786         WindowList command.
10788         * fvwm/events.c (HandleConfigureRequest):
10789         removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
10790         seems to work without problems
10792 2002-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10794         * fvwm/style.c (merge_styles):
10795         fixed style defaults getting stuck to on once set
10797         * configure.in:
10798         fixed a number of non portable uses of the "test" command and unified
10799         the used syntax of all calls to reduce chance of copy-and-paste
10800         problems
10802 2002-08-17  Mikhael Goikhman  <migo@homemail.com>
10804         * configure.in:
10805         * fvwm/fvwm.1.in:
10806         minor typos and improvements;
10807         better string quotings and detection of fribidi for autoconf-2.53
10809         * fvwm/Makefile.am:
10810         don't include *.in in EXTRA_DIST, they are auto-included
10812 2002-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10814         * fvwm/events.c (HandleConfigureRequest):
10815         (HandlePropertyNotify):
10816         (is_resizing_event_pending):
10817         fixed uninitialised return code of test_resizing_event
10819 2002-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10821         * fvwm/decorations.c (SelectDecor):
10822         * fvwm/style.h:
10823         * fvwm/window_flags.h:
10824         * fvwm/fvwm.h:
10825         moved common.s.has_no_border window flag to common.has_no_border to
10826         fix windows getting stuck without a border once the HandleWidth or
10827         BorderWidth was set to 0 and then increased again
10829         * fvwm/fvwm.1.in:
10830         removed reference to BUGS and TODO
10832         * configure.in:
10833         moved a lot of constant definitions to configure.in; the fvwm.lsm and
10834         fvwm.1 files don't have to be updated for a release anymore; the release
10835         number and date are set by configure
10837         * fvwm/fvwm.c (setVersionInfo):
10838         fixed output of "fvwm -version"
10840 2002-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10842         * fvwm/style.c (style_parse_one_style_option):
10843         Old focus styles override less of the behaviour specified with the
10844         FP... styles; use defaults instead without setting the mask
10845         (style_parse_one_style_option):
10846         removed the styles MouseFocusClickIgnoreMotion and
10847         MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
10848         instead
10849         (style_parse_one_style_option):
10850         ClickToFocusRaises now works only on the client window, not on the
10851         decorations
10852         (style_parse_one_style_option):
10853         fixed FocusFollowsMouse style
10854         (style_set_old_focus_policy):
10855         moved old default focus settings to a separate function, simplified code
10857 2002-08-14  Dan Espen  <dane@mk.telcordia.com>
10859         * fvwm/fvwm.1: Add hot-spot is an offset information,
10860         fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
10861         the xpm docs).
10863 2002-08-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10865         * fvwm/style.c (style_parse_focus_policy_style):
10866         fixed parsing of FPFocusClickButtons and FocusClickModifiers
10868         * libs/Makefile.am:
10869         added missing files
10871         * fvwm/events.c (HandleConfigureRequest):
10872         fixed ConfigureRequest race condition
10874 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10876         * configure.in:
10877         quote environment variables
10879 2002-08-13  olicha  <olivier.chapuis@free.fr>
10881         * NEWS:
10882         Color limit and dithering news
10884         * fvwm/fvwm.1:
10885         Added a minimal doc for the -color-limit option
10887         * fvwm/builtins.c (CMD_ColorLimit):
10888         ColorLimit is obsolete
10890         * fvwm/builtins.c (ReadDecorFace):
10891         * libs/PictureUtils.c (my_dither_depth_15_16_init):
10892         (PictureAllocColorAllProp):
10893         Implemented dithering for depth 16 and 15. This is off by default
10894         in colorset (use the dither colorset option) and on by default
10895         for window title gradient. Gradient are visibly more smooth.
10897         * libs/PictureUtils.c (*):
10898         Some cleanup
10900 2002-08-13  Mikhael Goikhman  <migo@homemail.com>
10902         * fvwm/fvwm.1:
10903         corrected the pixmap cursor description, added an example
10905 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10907         * fvwm/menus.c (select_menu_item):
10908         (paint_menu_gradient_background):
10909         fixed a redrawing problem with H/Vgradient menu faces
10910         (MenuInteraction):
10911         fixed a minor problem w/ entering submenus via keyboard
10913 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10915         * fvwm/move_resize.c (CMD_ResizeMove):
10916         (CMD_Resize):
10917         (CMD_Maximize):
10918         (CMD_ResizeMaximize):
10919         (CMD_ResizeMoveMaximize):
10920         commands can be used on iconified windows again
10922         * ONEWS:
10923         * NEWS:
10924         moved pre-2.2 NEWS to ONEWS
10926         * libs/strdup.c:
10927         * libs/safemalloc.c:
10928         * libs/envvar.c:
10929         * libs/alloca.c:
10930         * libs/Target.c:
10931         * libs/Parse.c:
10932         * libs/Bindings.c:
10933         * fvwm/menustyle.c:
10934         * fvwm/menus.c:
10935         * fvwm/menuitem.c:
10936         * fvwm/menucmd.c:
10937         * fvwm/frame.c:
10938         * fvwm/events.c:
10939         * fvwm/borders.c:
10940         let config.h include strinh.h or strings.h
10942         * fvwm/style.c (style_parse_one_style_option):
10943         (style_parse_one_style_option):
10944         fixed icon box crash
10946         * fvwm/bindings.c (update_nr_buttons):
10947         fixed extra buttons on window decorations
10949         * fvwm/style.c (style_parse_one_style_option):
10950         fixed parsing of the FP... and !FP... styles
10952 2002-08-12  Bob Woodside  <dumbledore@woodsway.com>
10954         * fvwm/style.c (style_parse_one_style_option):
10955         Fixed a typo so that ClickToFocusRaisesOff actually turns
10956         the option off instead of on.
10958 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10960         * fvwm/focus.c (focus_grab_buttons):
10961         only grab necessary buttons on the client window
10963 2002-08-11  olicha  <olivier.chapuis@free.fr>
10965         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
10966         Removed some debug code
10968         * fvwm/fvwm.c (main):
10969         (usage):
10970         Added -color-limit to fvwm usage
10972 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10974         * fvwm/style.c (style_parse_one_style_option):
10975         (style_parse_focus_policy_style):
10976         added style options "FP..." to control focus policy
10977         removed OverrideGrabFocus and AllowGrabFocus styles
10979         * fvwm/style.c (merge_styles):
10980         fixed style defaults != 0
10982         * fvwm/focus.c (__restore_focus_after_unmap):
10983         fixed a bug w/ reverting the focus from transients to the parent
10985         * fvwm/ewmh.c (ewmh_HandleDesktop):
10986         * fvwm/style.c (style_parse_one_style_option):
10987         fixed defaults for various focus styles
10989         * NEWS:
10990         updated for 2.4.9
10992         * fvwm/frame.c (frame_mrs_resize_move_windows):
10993         backed out anti-flicker patch that slowed down command processing
10995         * fvwm/bindings.c (update_nr_buttons):
10996         (ParseBinding):
10997         fixed sluggish processing of mouse bindings
10999         * fvwm/events.c (__handle_bpress_action):
11000         fixed drawing of pressed decorations w/o bindings
11002         * fvwm/frame.c (frame_move_resize):
11003         removed debug code that broke focus handling
11005         * fvwm/style.c (style_parse_one_style_option):
11006         fixed passing the focus click to the app by default
11008         * fvwm/events.c (__handle_click_to_focus):
11009         * fvwm/focus.c (set_focus_to_fwin):
11010         (__set_focus_to_fwin):
11011         removed drawing code that broke as many places as it fixed; plus it
11012         cause unnecessary redraws
11014         * fvwm/events.c (HandleConfigureRequest):
11015         send a synthetical ConfigureNotify if an application is not granted its
11016         wishes from a ConfigureRequest; this is necessary for FixedPPosition
11017         and FixedPSize to work properly; also to be ICCCM compliant
11018         always force border_width 0 in these events
11019         in the experimental cr merging code, send a number of cn events equal
11020         to the number of merged events
11022         * libs/Parse.c:
11023         * fvwm/style.c:
11024         reformatted
11026         * fvwm/style.c (style_parse_focus_policy_style):
11027         (style_parse_icon_size_style):
11028         (style_parse_icon_box_style):
11029         (style_parse_icon_grid_style):
11030         (style_parse_icon_fill_style):
11031         (style_parse_one_style_option):
11032         (parse_and_set_window_style):
11033         split into separate functions
11034         (style_parse_one_style_option):
11035         simplified and cleaned up
11037         * fvwm/events.h:
11038         * fvwm/decorations.c:
11039         * fvwm/cursor.h:
11040         * fvwm/cursor.c:
11041         * fvwm/conditional.h:
11042         * fvwm/conditional.c:
11043         * fvwm/colorset.h:
11044         * fvwm/colors.h:
11045         * fvwm/colors.c:
11046         * fvwm/colormaps.c:
11047         * fvwm/bindings.h:
11048         * fvwm/bindings.c:
11049         reformatted and cleaned up
11051 2002-08-11  olicha  <olivier.chapuis@free.fr>
11053         * libs/PictureUtils.c (*):
11054         * libs/PictureUtils.h:
11055         * libs/PictureDitherMatrice.h (new file):
11056         * libs/PictureImageLoader.c (*):
11057         * libs/PictureImageLoader.h:
11058         * libs/PictureGraphics.c  (PGraphicsCreateDitherPixmap):
11059         (PCreateDitherPixmap):
11060         (PCreateTintedPixmap):
11061         * libs/PictureGraphics.h:
11062         * libs/PictureBase.c (PictureInitCMap):
11063         * libs/PictureBase.h:
11064         * libs/Picture.c (*):
11065         * libs/Picture.h:
11066         * libs/Fxpm.h:
11067         * libs/Colorset.c (DumpColorset):
11068         (LoadColorset):
11069         * libs/Colorset.h:
11070         * libs/Graphics.c (all gradient functions):
11071         * libs/fvwmlib.h:
11072         * fvwm/screen.h:
11073         * fvwm/move_resize.c (CMD_XorPixmap):
11074         * fvwm/colors.c (FreeColors):
11075         * fvwm/builtins.c (CMD_DefaultColors):
11076         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11077         * fvwm/builtins.c (FreeDecorFace):
11078         (ReadDecorFace):
11079         * fvwm/menus.c (pop_menu_down):
11080         (paint_menu_gradient_background):
11081         (scanForPixmap):
11082         * fvwm/menus.h:
11083         * fvwm/menustyle.c (menustyle_free_face):
11084         (menustyle_parse_face):
11085         (menustyle_free):
11086         (menustyle_update):
11087         (menustyle_parse_style):
11088         (CMD_CopyMenuStyle):
11089         * fvwm/menustyle.h:
11090         * fvwm/icons.c (GetIconFromFile):
11091         * fvwm/builtins.c (ReadMultiPixmapDecor):
11092         (ReadDecorFace):
11093         * fvwm/borders.c (border_draw_decor_to_pixmap):
11094         * fvwm/add_window.c (setup_mini_icon):
11095         * fvwm/fvwm.c (main):
11096         * fvwm/colorset.c (free_colorset_background):
11097         (parse_pixmap):
11098         (parse_shape):
11099         (parse_colorset):
11100         New color limit method and implement dithering in depth <= 8.
11101         Added a "fvwm picture attributes" structure for loading image.
11102         Some colors leaks fix. Add some (weak) color leaks. New option
11103         -color-limit for fvwm. 257 fix. Some prepartion for tint and
11104         alpha in colorset.
11106 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11108         * libs/Flocale.c (FlocaleRotateDrawString):
11109         fixed a crash
11111 2002-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11113         * fvwm/style.c (parse_and_set_window_style):
11114         fixed the default for passing the click-to-raise click for mousey
11115         focus
11117         * fvwm/events.c (__handle_click_to_focus):
11118         removed redundant code
11119         (WaitForButtonsUp):
11120         fixed sluggish motion event handling when waiting for buttons to be
11121         released
11123         * fvwm/focus.c (__set_focus_to_fwin):
11124         (set_focus_to_fwin):
11125         fixed redrawing the border w/ mousey focus when the window was entered,
11126         then the border was clicked before the FocusIn event arrived
11128         * fvwm/events.c (__handle_bpress_on_managed):
11129         * fvwm/style.c (parse_and_set_window_style):
11130         fixed some small focus problems
11132         * fvwm/fvwm.c:
11133         reformatted and cleaned up
11135         * fvwm/fvwm.1:
11136         formatting fixes
11138         * fvwm/focus.c (focus_query_click_to_raise):
11139         (focus_query_click_to_focus):
11140         * fvwm/style.c (parse_and_set_window_style):
11141         * fvwm/events.c (__test_for_motion):
11142         (__check_click_to_focus_or_raise):
11143         (__handle_focus_raise_click):
11144         (__is_bpress_window_handled):
11145         (__handle_click_to_focus):
11146         (__handle_click_to_raise):
11147         (__handle_bpress_stroke):
11148         (__handle_bpress_action):
11149         (__handle_bpress_on_root):
11150         (__handle_bpress_on_unmanaged):
11151         (__handle_bpress_on_managed):
11152         (HandleButtonPress):
11153         GFPR: completely rewrote ButtonPress handler, thus finishing the core
11154         of the new focus code; only the parsing for the new styles is missing
11156         * fvwm/virtual.c (is_pan_frame):
11157         new function
11159 2002-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11161         * fvwm/add_window.c (AddWindow):
11162         fixed compile error
11164         * fvwm/events.c (__handle_focus_raise_click):
11165         (HandleButtonPress):
11166         clean up
11168         * fvwm/events.c (__handle_focus_raise_click):
11169         * fvwm/fvwm.h (struct):
11170         * fvwm/style.c (check_window_style_change):
11171         (parse_and_set_window_style):
11172         * fvwm/session.c (MatchWinToSM):
11173         * fvwm/window_flags.h:
11174         eliminated parts of the old focus code
11176         * fvwm/focus.c (__set_focus_to_fwin):
11177         (set_focus_to_fwin):
11178         * fvwm/fvwm.c (InitVariables):
11179         * fvwm/add_window.c (destroy_window):
11180         * fvwm/events.c (__handle_focus_raise_click):
11181         * fvwm/screen.h (ScreenInfo):
11182         eliminated Scr.Ungrabbed global
11184         * fvwm/update.c (apply_window_updates):
11185         (flush_window_updates):
11186         * fvwm/icons.c (DeIconify):
11187         (Iconify):
11188         * fvwm/move_resize.c (CMD_Maximize):
11189         (__move_window):
11190         (handle_stick):
11191         * fvwm/frame.c (frame_free_move_resize_args):
11192         (__frame_setup_window):
11193         * fvwm/virtual.c (do_move_window_to_desk):
11194         (CMD_GotoDeskAndPage):
11195         (goto_desk):
11196         (MoveViewport):
11197         * fvwm/stack.c (LowerWindow):
11198         * fvwm/events.c (HandleMapNotify):
11199         (HandleVisibilityNotify):
11200         (DispatchEvent):
11201         (HandleFocusIn):
11202         (__handle_focus_raise_click):
11203         (HandleEnterNotify):
11204         (HandleMapRequestKeepRaised):
11205         * fvwm/add_window.c (setup_key_and_button_grabs):
11206         (setup_focus_policy):
11207         (destroy_window):
11208         * fvwm/focus.c (__try_other_screen_focus):
11209         (__set_focus_to_fwin):
11210         (set_focus_to_fwin):
11211         (focus_grab_buttons_on_pointer_window):
11212         (focus_grab_buttons_on_layer):
11213         (focus_grab_buttons_new):
11214         cleaned up focus grab handling.
11216         * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11217         clean up
11219 2002-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11221         * fvwm/add_window.c (setup_window_structure):
11222         (AddWindow):
11223         discarded unused return code
11225         * fvwm/focus.c (focus_grab_buttons):
11226         split into two fucntions and fixed a bug with ungrabbing buttons
11228         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11229         * fvwm/style.c (parse_and_set_window_style):
11230         * fvwm/icons.c (DeIconify):
11231         (DeIconify):
11232         * fvwm/events.c (HandleButtonPress):
11233         (HandleEnterNotify):
11234         (HandleLeaveNotify):
11235         (HandleMapNotify):
11236         (HandleMapRequestKeepRaised):
11237         * fvwm/add_window.c (CaptureAllWindows):
11238         * fvwm/virtual.c (UnmapDesk):
11239         (MapDesk):
11240         (do_move_window_to_desk):
11241         * fvwm/update.c (flush_window_updates):
11242         * fvwm/focus.c (set_focus_model):
11243         (DeleteFocus):
11244         (__restore_focus_after_unmap):
11245         much more GFPR work; these patches may break lots of things
11247         * fvwm/focus.c (set_focus_to_fwin):
11248         (__activate_window_by_command):
11249         (SetFocusWindow):
11250         (ReturnFocusWindow):
11251         (DeleteFocus):
11252         (ForceDeleteFocus):
11253         renamed MoveFocus to set_focus_to_fwin
11255 2002-08-07  Mikhael Goikhman  <migo@homemail.com>
11257         * libs/Fft.c (FftDrawString):
11258         removed redudant and buggy code that called DrawStringFunc before
11259         this pointer gets initialized
11261         * fvwm/focus.c (focus_query_click_to_raise):
11262         fixed possibly-uninitialized variable warning
11264         * fvwm/Makefile.am:
11265         specify stroke includes before Xft includes, may improve some cases
11267 2002-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11269         * configure.in:
11270         fixed sys/time.h detection
11272         * fvwm/events.c (HandleMappingNotify):
11273         * libs/Bindings.c (AddBinding):
11274         added MappingNotify event handler
11276         * fvwm/events.c (HandleMapRequest):
11277         removed debug code
11279         * fvwm/events.c (InitEventHandlerJumpTable):
11280         another attempt at handling "unknown" modifiers in key bindings
11282 2002-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11284         * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11285         * fvwm/add_window.c (destroy_window):
11286         * fvwm/focus.c (focus_grab_buttons):
11287         fixed core dump
11289 2002-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11291         * fvwm/focus.c (focus_force_refresh_focus):
11292         * fvwm/events.c (HandleEnterNotify):
11293         (HandlePropertyNotify):
11294         (HandleButtonPress):
11295         * fvwm/icons.c (DeIconify):
11296         * fvwm/virtual.c (MapDesk):
11297         * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11298         * fvwm/update.c (apply_window_updates):
11299         * fvwm/module_interface.c:
11300         * fvwm/conditional.c (MatchesConditionMask):
11301         more GFPR work
11303         * fvwm/icons.c (Iconify):
11304         removed "#if 0"ed code
11306         * fvwm/module_interface.c:
11307         disabled the old ConfigureWindow module interface
11309         * vms/vms.c:
11310         * libs/fvwmsignal.h:
11311         * libs/Picture.c:
11312         * fvwm/ewmh_intern.h:
11313         * fvwm/events.c:
11314         * fvwm/module_interface.c:
11315         * fvwm/misc.c:
11316         use ftime.h
11318         * libs/ftime.h:
11319         new file to encapsulate time.h and sys/time.h inclusion
11321         * fvwm/stack.c:
11322         re-indented
11323         (mark_transient_subtree):
11324         (__mark_group_member):
11325         cleaned up and split into two functions
11327         * fvwm/focus.c (CMD_Focus):
11328         (CMD_FlipFocus):
11329         * fvwm/icons.c (DeIconify):
11330         clean up
11331         (FocusOn)
11332         (__activate_window_by_command):
11333         renamed function
11335         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11336         * fvwm/focus_policy.h (fpol_set_focus_by_t):
11337         * fvwm/style.c (parse_and_set_window_style):
11338         (parse_and_set_window_style):
11339         began implementing new focus control styles
11341         * fvwm/focus.c (DoSetFocus):
11342         (__restore_focus_after_unmap):
11343         (MoveFocus):
11344         (refresh_focus):
11345         more GFPR work
11346         (DoSetFocus):
11347         (__set_focus_to_fwin):
11348         function renamed
11350         * fvwm/conditional.c (MatchesConditionMask):
11351         * fvwm/focus.c (focus_query_open_grab_focus):
11352         (focus_query_close_restore_focus):
11353         (focus_does_accept_input_focus):
11354         (MoveFocus):
11355         * fvwm/events.c (HandleUnmapNotify):
11356         (HandleEnterNotify):
11357         (HandleMapNotify):
11358         (HandleMapRequestKeepRaised):
11359         renamed some functions
11361         * libs/defaults.h:
11362         * fvwm/focus_policy.c:
11363         * fvwm/focus_policy.h:
11364         prepared some future focus policy flags
11366         * configure.in:
11367         enable error message when png or xpm test compilation fails
11369         * fvwm/style.h:
11370         * fvwm/window_flags.h:
11371         * fvwm/ewmh.c (ewmh_HandleDesktop):
11372         * fvwm/style.c (parse_and_set_window_style):
11373         (check_window_style_change):
11374         * fvwm/events.c (HandleButtonPress):
11375         (HandleVisibilityNotify):
11376         began GFPR migration of *raises* focus policy flags
11378         * fvwm/focus.c (focus_is_focusd):
11379         new function
11381         * libs/Bindings.c (AddBinding):
11382         fixed handling of "unknown" modifiers in key bindings
11384         * fvwm/focus.c (focus_grab_buttons):
11385         (focus_query_grab_buttons):
11386         moved focus policy code into separate function
11388 2002-08-02  Mikhael Goikhman  <migo@homemail.com>
11390         * Makefile.am:
11391         DESTDIR fix
11393 2002-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11395         * fvwm/style.c (parse_and_set_window_style):
11396         * fvwm/focus.c (focus_query_grab_focus):
11397         * fvwm/events.c (HandleMapNotify):
11398         (HandlePropertyNotify):
11399         * fvwm/focus_policy.c (fpol_init_default_fp):
11400         * libs/defaults.h:
11401         new styles OverrideGrabFocus and AllowGrabFocus
11402         cleaned up focus grabbing code and moved to focus.c
11404 2002-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11406         * fvwm/focus.c (CMD_WarpToWindow):
11407         fixed negative arguments for unmanaged windows
11409         * fvwm/conditional.c (CMD_Direction):
11410         use PeekToken instead of GetNextToken
11411         cleaned up
11412         new direction "center"
11414 2002-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11416         * fvwm/events.c (addkbsubinstoarray):
11417         disabled experimental pointer warping code
11419         * fvwm/menus.c:
11420         removed menu crash debug code
11422 2002-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11424         * fvwm/menus.c:
11425         added tons of crash debug code
11427         * fvwm/add_window.c:
11428         made a lot of internal functions static
11430         * fvwm/add_window.c (setup_button_windows):
11431         (destroy_title_window):
11432         (destroy_button_windows):
11433         (destroy_resize_handle_windows):
11434         (destroy_auxiliary_windows):
11435         (destroy_icon):
11436         (destroy_window):
11437         * fvwm/icons.c (CreateIconWindow):
11438         safety patches w/ XDeleteContext
11440         * fvwm/menus.c (DestroyMenu):
11441         fixed a crash w/ accessing already deleted menus
11443 2002-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11445         * fvwm/menus.c (get_menu_options):
11446         fixed menu context rectangle "icon" if the icon was not just a pixmap
11448 2002-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11450         * fvwm/events.c (HandleMapNotify):
11451         (HandleMapRequestKeepRaised):
11452         (HandleUnmapNotify):
11453         * fvwm/ewmh_events.c (ewmh_WMStateModal):
11454         * fvwm/ewmh.c (ewmh_HandleDesktop):
11455         * fvwm/style.c (parse_and_set_window_style):
11456         removed old do_grab_focus_when_created and *_when_transient_* flags
11458 2002-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11460         * fvwm/conditional.c (MatchesConditionMask):
11461         * fvwm/focus.c (DoSetFocus):
11462         * fvwm/session.c (MatchWinToSM):
11463         * fvwm/module_interface.c (SETOLDFLAGS):
11464         removed old is_lenient flag
11466         * fvwm/bindings.c:
11467         * fvwm/style.c (__simplify_style_list):
11468         (simplify_style_list):
11469         reformatted
11471         * fvwm/window_flags.h:
11472         * fvwm/style.h:
11473         access macros for focus policy flags structures
11474         reformatted
11476         * fvwm/focus_policy.c:
11477         * fvwm/focus_policy.h:
11478         new files, begin great focus policy rewrite aka GFPR
11480 2002-07-22  Bob Woodside  <dumbledore@woodsway.com>
11482         * fvwm/placement.c (PlaceWindow):
11483         Fixed interaction between CascadePlacement and StartsOnPage
11485 2002-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11487         * libs/fvwmsignal.c (fvwmSelect):
11488         call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11489         modules
11491 2002-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11493         * fvwm/add_window.c (CaptureOneWindow):
11494         fixed a core dump w/ windows being destroyed during a recapture
11495         (AddWindow):
11496         removed duplicate check if new windows still exist
11498         * fvwm/placement.c (CMD_PlaceAgain):
11499         * fvwm/move_resize.c (move_window_doit):
11500         (__move_icon):
11501         * fvwm/virtual.c (MapDesk):
11502         (MoveViewport):
11503         (do_move_window_to_desk):
11504         * fvwm/icons.c (AutoPlaceIcon):
11505         (ChangeIconPixmap):
11506         (Iconify):
11507         some cleanup in movement code
11508         new option "Icon" to PlaceAgain command
11509         adapted documentation accordingly
11511         * fvwm/move_resize.c (move_window_doit):
11512         (__move_window):
11513         renamed function
11515 2002-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11517         * libs/Flocale.c (FlocaleRotateDrawString):
11518         create gcs only once
11520         * fvwm/fvwm.1:
11521         removed some references to Recapture
11522         UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11523         ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11525         * libs/gravity.c (gravity_parse_multi_dir_argument):
11526         fixed "all" multidir selecting "center" too
11528         * libs/Fft.c (FftDrawString):
11529         * libs/Flocale.c (FlocaleRotateDrawString):
11530         (FlocaleFontStructDrawString):
11531         (FlocaleDrawString):
11532         fixed some text placement bugs w/ shadow text
11533         (FlocaleGetShadowTextPosition):
11534         implemented "center" shadows
11536 2002-07-20  olicha  <olivier.chapuis@free.fr>
11538         * libs/Flocale.c (FlocaleRotateDrawString):
11539         Removed some static declarations
11541 2002-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11543         * libs/gravity.c (gravity_multi_dir_to_dir):
11544         * libs/gravity.h (enum):
11545         new function, cleaned up
11546         (enum):
11547         * fvwm/fvwm.h (FvwmWindow):
11548         * libs/Fft.c:
11549         * fvwm/geometry.c:
11550         * fvwm/borders.c:
11551         moved text_rotation_type to gravity.h and renamed to rotation_type
11553         * libs/Flocale.h:
11554         fixed several bugs in the access macros
11556         * libs/Flocale.c:
11557         removed unused static FlocaleSeted
11558         (FlocaleFontStructDrawString):
11559         simplified function
11561         * fvwm/virtual.c (CMD_EdgeCommand):
11562         * fvwm/windowshade.c (CMD_WindowShade):
11563         * fvwm/conditional.c (CMD_Direction):
11564         adapted to changes in ParseDirectionArgument
11566         * libs/gravity.h:
11567         * libs/gravity.c (ParseDirectionArgument):
11568         new direction "Center"
11570         * fvwm/virtual.c (CMD_EdgeCommand):
11571         reformatted
11573 2002-07-18  olicha  <olivier.chapuis@free.fr>
11575         * libs/PictureUtils.c (PictureRGBtoPixel):
11576         (decompose_mask):
11577         Fixed(??) color allocation for some visuals
11579 2002-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11581         * libs/Flocale.c (FlocaleFontStructDrawString):
11582         a little code cleanup
11584         * fvwm/events.c (HandleEnterNotify):
11585         removed debug code
11586         anothe click+drag fix
11588         * libs/Pointer.c (GetLocationFromEventOrQuery):
11589         * fvwm/focus.c (SetPointerEventPosition):
11590         * fvwm/functions.c (CheckActionType):
11591         * fvwm/builtins.c (CMD_StrokeFunc):
11592         * fvwm/move_resize.c (moveLoop):
11593         (resize_window):
11594         fixed some bugs w/ pointer on wrong screen
11596 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11598         * fvwm/events.c (HandleLeaveNotify):
11599         fixed problem w/ click+drag and mousey focus
11601         * fvwm/menus.c (size_menu_horizontally):
11602         fixed menu style SubmenusLeft w/ icons in menu items
11604 2002-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11606         * fvwm/menuitem.c (menuitem_paint):
11607         * fvwm/menus.h:
11608         * fvwm/menus.c (paint_menu_gradient_background):
11609         (get_menu_paint_item_parameters):
11610         removed circular dependency of menus.c and menuitem.c by using callback
11611         functions
11613 2002-07-17  olicha  <olivier.chapuis@free.fr>
11615         * fvwm/menuitem.c:
11616         A -Wall fix
11618         * fvwm/fvwm.c (InitVariables):
11619         (main):
11620         * fvwm/colorset.c (parse_colorset):
11621         (alloc_colorset):
11622         (CMD_ReadWriteColors):
11623         * fvwm/builtins.c (CMD_ColorLimit):
11624         * libs/PictureUtils.h:
11625         * libs/PictureUtils.c (PictureReduceColor):
11626         (PictureReduceRGBColor):
11627         (PictureRGBtoPixel):
11628         (PictureAllocColor):
11629         (PictureFreeColors):
11630         (PictureGetNextColor):
11631         (colors_alloc_fail):
11632         (my_alloc_color):
11633         (AllocColors*):
11634         (AllocColorTable):
11635         (PictureAllocColorTable):
11636         * libs/PictureImageLoader.c (PImageXpmAllocColor):
11637         (PImageXpmFreeColor):
11638         (PImageLoadXpm):
11639         * libs/PictureBase.c (PictureInitCMap):
11640         * libs/Graphics.c (AllocLinearGradient):
11641         * libs/ColorUtils.c (GetShadow):
11642         (GetHilite):
11643         (GetForeShadow):
11644         (GetTintedPixel):
11645         (GetSimpleColor):
11646         (GetColor):
11647         (fvwmlib_clone_color):
11648         * libs/PictureGraphics.c (PGraphicsTintRectangle):
11649         Implemented a new color limit method
11651 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11653         * fvwm/move_resize.c (moveLoop):
11654         fixed problem moving the pointer off screen while moving a window
11655         (AnimatedMoveAnyWindow):
11656         fixed pointer warping w/ multiple screens and animated window motion
11658 2002-07-12  olicha  <olivier.chapuis@free.fr>
11660         * fvwm/menus.c (get_menu_paint_item_parameters):
11661         (paint_menu_gradient_background):
11662         * fvwm/menuitem.c (menuitem_paint):
11663         * fvwm/menuitem.h:
11664         * fvwm/menus.h:
11665         Fixed B/DGradient with Xft fonts
11667         * libs/Colorset.h:
11668         * libs/ColorUtils.c (GetTintedColor):
11669         (GetTintedPixel):
11670         * fvwm/colorset.c (parse_simple_tint):
11671         (parse_colorset):
11672         (alloc_colorset):
11673         Implemented fgTint colorset option
11675         * libs/PictureImageLoader.c:
11676         * libs/PictureUtils.c:
11677         * libs/PictureUtils.h:
11678         * libs/Makefile.am:
11679         Moved color limitation and some rgb to pixel functions from
11680         PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11682         * fvwm/colorset.c (parse_colorset):
11683         * libs/PictureGraphics.c (PCreateTintedPixmap):
11684         (PGraphicsTintRectangle):
11685         Implemented tinting for X server without Xrender support and
11686         did color limitation when tinting
11689 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11691         * fvwm/events.c (WaitForButtonsUp):
11692         fixed handling of button release events
11694 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11696         * fvwm/menus.c (MenuInteraction):
11697         fixed core dump w/ dynamic popdown action destroying a menu
11698         (paint_menu_gradient_background):
11699         fixed hang and/or incorrect drawing of b and d gradients in menus
11701         * fvwm/events.c (HandleEnterNotify):
11702         (HandleLeaveNotify):
11703         improved LEAVE_WINDOW/ENTER_WINDOW handling
11705 2002-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11707         * libs/Colorset.c (SetWindowBackground):
11708         (SetWindowBackgroundWithOffset):
11709         (ScrollPixmap):
11710         implemented new functions to allow pixmap backgrounds with an offset
11712 2002-07-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11714         * fvwm/events.c (HandleMapRequestKeepRaised):
11715         send Map/UnmapNotify before iconyfying, not after
11717 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11719         * fvwm/events.c (HandleMapRequestKeepRaised):
11720         fake a MapNotify and then an UnmapNotify when a window is created iconic
11722         * fvwm/add_window.c (AddWindow):
11723         workaround for buggy TK menu positioning
11725         * fvwm/module_interface.c (FlushMessageQueue):
11726         (PositiveWrite):
11727         (get_pipe_name):
11728         tried to fix module communication deadlock w/ sync mask and a full write
11729         pipe
11731         * libs/Strings.c:
11732         re-indented file
11734         * libs/defaults.h:
11735 2002-07-06  olicha  <olivier.chapuis@free.fr>
11737         * libs/Flocale.c (FlocaleGetFontSet):
11738         Removed some unwanted code
11740 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11742         * fvwm/events.c (HandleLeaveNotify):
11743         (HandleEnterNotify):
11744         reduced the number of MX_LEAVE/ENTER_WINDOW messages
11746         * fvwm/events.c (CMD_XSync):
11747         very experimental patch to cycle through subwindows accepting keyboard
11748         input; call Xsync command repeatedly to test; crashes fvwm if more than
11749         1000 subwindows are used;
11751         * fvwm/focus.c (CMD_WarpToWindow):
11752         fixed a bug in warpttowindow command with subwindows of unmanaged
11753         windows
11755 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11757         * fvwm/events.c (HandlePropertyNotify):
11758         * fvwm/events.h:
11759         handle changes in the size_inc and base_size hints during opaque
11760         resizing.
11762         * fvwm/events.c (HandleButtonPress):
11763         ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
11764         until the button is released again; this restores the old behaviour
11765         from 2.3.23 and before with click+drag and rxvt/aterm
11767 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11769         * fvwm/update.c (apply_window_updates):
11770         fixed applying neverfocus to currently focused window; decorations
11771         partially drawn hilighted
11773 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11775         * fvwm/menucmd.c (menu_func):
11776         another module/menu/context window fix
11777         do not use global Fw anymore
11779 2002-07-05  olicha  <olivier.chapuis@free.fr>
11781         * libs/Flocale.c (FlocaleStringToString2b):
11782         Fixed crash with big5-0 FontStruct
11784 2002-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11786         * fvwm/menucmd.c (menu_func):
11787         fixed context window of menus invoked by a module
11788         (menu_func):
11789         fixed context menus on windows
11791         * libs/vpacket.h (ConfigWinPacket):
11792         * fvwm/module_interface.c (CONFIGARGSNEW):
11793         * fvwm/fvwm.h (FvwmWindow):
11794         fixed bugs in type conversions for transmitting certain information to
11795         modules
11797         * fvwm/functions.c (CheckActionType):
11798         fixed window selection problem w/ menus invoked from modules
11800 2002-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11802         * fvwm/gnome.c (GNOME_HandlePropRequest):
11803         -Wall fixes
11805         * fvwm/module_interface.c (ExecuteCommandQueue):
11806         fixed compile bug w/ --enable-debug-msgs
11808 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11810         * fvwm/events.c (HandleButtonPress):
11811         (HandleKeyPress):
11812         * fvwm/menus.c (MenuInteraction):
11813         (do_menu):
11814         * fvwm/windowlist.c (CMD_WindowList):
11815         * fvwm/menucmd.c (menu_func):
11816         * fvwm/module_interface.c (ExecuteModuleCommand):
11817         * fvwm/add_window.c (adjust_fvwm_internal_windows):
11818         go away, evil globals! [removed the useless global variable
11819         "ButtonWindow"]
11821         * fvwm/events.c (HandleUnmapNotify):
11822         (HandleMapNotify):
11823         * fvwm/icons.c (Iconify):
11824         * fvwm/window_flags.h (IS_ICONIFY_PENDING):
11825         * fvwm/fvwm.h (struct):
11826         renamed is_deiconify_pending to is_iconify_pending
11827         some re-indenting
11829 2002-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11831         * fvwm/menus.c (MenuInteraction):
11832         (pop_menu_down):
11833         (menu_enter_tear_off_menu):
11834         (do_menu):
11835         * fvwm/events.c (HandleButtonPress):
11836         (HandleButtonRelease):
11837         (HandleKeyPress):
11838         (GetContext):
11839         * fvwm/menucmd.c (menu_func):
11840         (menu_func):
11841         * fvwm/module_interface.c (ExecuteModuleCommand):
11842         go away, evil globals! [removed the useless global variable "Context"]
11843         removed is_menu_from_frame_or_window_or_titlebar flag
11845         * fvwm/module_interface.c:
11846         * fvwm/windowlist.c:
11847         re-indented files
11849 2002-06-28  Mikhael Goikhman  <migo@homemail.com>
11851         * fvwm/menuitem.c (menuitem_paint):
11852         fixed fg color of the inactive disabled menu item
11854         * NEWS:
11855         old typo
11856         * fvwm/fvwm.1:
11857         removed a mention of RedHat (I don't think it is correct),
11858         reworded a mention of fvwm95
11860 2002-06-26  Mikhael Goikhman  <migo@homemail.com>
11862         * **/*.c:
11863         tabify only the leading spaces, untabify the middle of line
11865 2002-06-25  David Fries  <dfries@mail.win.org>
11867         * fvwm/fvwm.1:
11868         * fvwm/windowlist.c:
11869         Added code to sort based on the class name of a window for
11870         the WindowList function.
11872 2002-06-25  olicha  <olivier.chapuis@free.fr>
11874         * acinclude.m4:
11875         A minor fix
11877 2002-06-25  Mikhael Goikhman  <migo@homemail.com>
11879         * AUTHORS:
11880         add Anders Andersson (spelling fixes in all man pages) and Steve Talley
11882 2002-06-24  Steve Talley  <stephen.talley@sun.com>
11884         * fvwm/add_window.c:
11885         * fvwm/add_window.h:
11886         * fvwm/fvwm.1:
11887         * fvwm/fvwm.h:
11888         * fvwm/icons.c:
11889         * fvwm/icons.h:
11890         * fvwm/style.c:
11891         * fvwm/style.h:
11892         * libs/defaults.h:
11893         New Style option IconSize
11895 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
11897         * NEWS, configure.in:
11898         changed version to 2.5.3
11900 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
11902         * INSTALL.fvwm:
11903         removed C++ section
11905         * fvwm/fvwm.1:
11906         * libs/FlocaleCharset.c:
11907         small fixes
11909 2002-06-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11911         * fvwm/events.c (WaitForButtonsUp):
11912         use the wait cursot only after the 20th pass through the loop
11914 2002-06-21  Dan Espen  <dane@mk.telcordia.com>
11916         * fvwm/fvwm.1 (Examples): Language check.
11917         PipeRead as synchronous Exec.
11918         Better example for PipeRead.
11920 2002-06-21  olicha  <olivier.chapuis@free.fr>
11922         * fvwm/fvwm.1:
11923         * NEWS:
11924         Documented StringEncoding= in font name
11926         * INSTALL.fvwm
11927         Removed --disable-compound-text doc
11929 2002-06-20  olicha  <olivier.chapuis@free.fr>
11931         * libs/FBidi.h (FBidiConvert):
11932         Fixed compile if !HAVE_BIDI
11934 2002-06-19  olicha  <olivier.chapuis@free.fr>
11936         * fvwm/fvwm.c (InitVariables):
11937         (StartupStuff):
11938         Allocate colorset 0 in InitVariable in the place of StartupStuff.
11939         This fix a "null expression" at init in menustyle.c (menustyle_update)
11941 2002-06-19  Mikhael Goikhman  <migo@homemail.com>
11943         * configure.in:
11944         reworded supported feature listing, fixed the default xft detection
11945         * INSTALL.fvwm:
11946         added the "Supported Features" section
11948 2002-06-19  olicha  <olivier.chapuis@free.fr>
11950         * fvwm/colorset.h:
11951         Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
11953         * INSTALL.fvwm:
11954         Removed --enable-mulibyte and --disable-compound-text config option
11955         documentation. s/enable-xft/disable-xft/ and document --disable-xrender
11957         * configure.in:
11958         Xft is on by default no
11960         * libs/FlocaleCharset.c (*):
11961         * libs/FlocaleCharset.h:
11962         * libs/Ficonv.c (*):
11963         * libs/Ficonv.h:
11964         * libs/Flocale.c (*):
11965         * libs/Flocale.h:
11966         * libs/Fft.c (*):
11967         * libs/FftInterface.h:
11968         * libs/FBidi.c:
11969         * libs/FBidi.h:
11970         * fvwm/ewmh_names.c ():
11971         Some cleanup. Implemented StringEncoding= in font names. Fixed
11972         string encoding for xft fonts. Try to be more cleaver about defaults
11973         charsets. Improvement in the locale charset table.
11975         * fvwm/fvwm.1:
11976         Some documentation cleanup regarding Xft
11978 2002-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11980         * fvwm/functions.c (find_func_type):
11981         fixed bug i introduced w/ last commit
11983         * fvwm/fvwm.c (Done):
11984         (StartupStuff):
11985         * fvwm/functions.c (functions_is_complex_function):
11986         * fvwm/builtins.c (CMD_DestroyFunc):
11987         (CMD_AddToFunc):
11988         (CMD_Plus):
11989         moved functions to functions.c
11990         general cleanup
11992         * fvwm/functable.c:
11993         * fvwm/functable.h:
11994         * fvwm/functions.h:
11995         * fvwm/commands.h:
11996         * fvwm/functions.c:
11997         moved some types and functions to other/new files
11999         * fvwm/functions.c:
12000         * fvwm/expand.c (expand_vars_extended):
12001         (expand_vars):
12002         functions moved to new file
12004         * fvwm/functions.c:
12005         reindented file
12007 2002-06-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12009         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
12010         fixed colourmap focus problem
12012         * **/*.[ch]:
12013         tabified all files and removed all trailing spaces
12015         * fvwm/move_resize.c (move_window_doit):
12016         * fvwm/virtual.c (CMD_MoveToDesk):
12017         MoveToPage and MoveToDesk no longer unstick windows
12019 2002-06-17  Mikhael Goikhman  <migo@homemail.com>
12021         * INSTALL.fvwm:
12022         small improvements
12024         * configure.in:
12025         reworded some names of supported features
12027 2002-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12029         * fvwm/update.c (apply_window_updates):
12030         * fvwm/session.c (MatchWinToSM):
12031         * fvwm/add_window.c (setup_window_structure):
12032         * fvwm/windowshade.c (CMD_WindowShade):
12033         * fvwm/window_flags.h:
12034         fixed a problem w/ shaded windows changind the title direction
12036         * fvwm/geometry.c (get_shaded_geometry):
12037         fixed shading window to 0 width or height
12039         * fvwm/add_window.c (AddWindow):
12040         fixed a memory leak and an initial window placement bug
12042 2002-06-15  Mikhael Goikhman  <migo@homemail.com>
12044         * configure.in:
12045         minor improvements in output, added bin/fvwm-perllib
12047 2002-06-12  Mikhael Goikhman  <migo@homemail.com>
12049         * fvwm/menustyle.c (CMD_CopyMenuStyle):
12050         fixed copying PopupOffset values in CopyMenuStyle
12052         * NEWS:
12053         Copied 2.4.8 NEWS
12055 2002-06-10  Mikhael Goikhman  <migo@homemail.com>
12057         * libs/Strings.c:
12058         * libs/Strings.h:
12059         added CopyStringWithQuotes, not perfect, but works for now
12061 2002-06-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12063         * fvwm/functions.h:
12064         * fvwm/commands.h:
12065         * fvwm/functions.c (func_config):
12066         * libs/FScreen.c (FScreenConfigureSLSScreens):
12067         (FScreenConfigureModule):
12068         * fvwm/virtual.c (CMD_XineramaSlsScreens):
12069         new command XineramaSLSScreens
12071         * libs/FScreen.c:
12072         cleaned up Xinerama ifdefs
12074 2002-06-07  Dan Espen  <dane@mk.telcordia.com>
12076         * NEWS:
12077         * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12079 2002-06-07  olicha  <olivier.chapuis@free.fr>
12081         * libs/Flocale.h:
12082         * libs/Flocale.c (FlocaleGetShadowTextPosition):
12083         Some shadow text position fixes
12085 2002-06-06  olicha  <olivier.chapuis@free.fr>
12087         * fvwm/update.c (apply_window_updates):
12088         Fixed the position of shaded windows after certain style update
12090         * acinclude.m4:
12091         Fixed some options names
12093 2002-06-06  Mikhael Goikhman  <migo@homemail.com>
12095         * fvwm/module_interface.c (CMD_SendToModule):
12096         fixed SendToModule when the first parameter contains quotes
12098 2002-06-06  olicha  <olivier.chapuis@free.fr>
12100         * fvwm/fvwm.c (main):
12101         * fvwm/ewmh.c (EWMH_Init):
12102         Init the EWMH before reading the config. Always setup the working
12103         area.
12105 2002-06-05  olicha  <olivier.chapuis@free.fr>
12107         * fvwm/update.c (apply_window_updates):
12108         Fixed the position of a shaded window during a style update
12109         (do_redecorate)
12111         * libs/Flocale.c (FlocaleRotateDrawString):
12112         (FlocaleGetShadowTextPosition):
12113         Fixed side title text position if the font has no shadow
12115         * acconfig.h:
12116         * libs/Ficonv.c (FiconvInit):
12117         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12118         * libs/Flocale.c (FlocaleInit):
12119         (FlocaleRotateDrawString):
12120         (FlocaleGetFontSet):
12121         (FlocaleGetFontOrFontSet):
12122         (FlocaleLoadFont):
12123         (FlocaleDrawString):
12124         (FlocaleTextWidth):
12125         (FlocaleFreeNameProperty):
12126         (FlocaleGetNameProperty):
12127         (FlocaleTextListToTextProperty):
12128         Finish to remove the multibyte patch. This gives a more clean code
12129         and can only prevent bugs
12131 2002-06-05  Mikhael Goikhman  <migo@homemail.com>
12133         * fvwm/placement.c (PlaceWindow):
12134         fixed CascadePlacement with huge windows (xterm -g 240x100),
12135         that were aligned to bottom-right instead of top-left;
12136         small adjustments (removed border_width from calculations,
12137         don't place normal windows at 0, commented out some strange code)
12139 2002-06-04  Mikhael Goikhman  <migo@homemail.com>
12141         * NEWS:
12142         document CascadePlacement and FvwmIconMan improvements
12144         * fvwm/fvwm.1:
12145         typo
12147 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12149         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12150         * fvwm/fvwm.c (InitVariables):
12151         * fvwm/placement.c (PlaceWindow):
12152         * fvwm/screen.h (struct ScreenInfo):
12153         improved *CascadePlacement, if the last placed window does not exist
12154         any more, reuse the last used position instead of adding a new cascade
12156 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12158         * fvwm/events.c (HandleEnterNotify):
12159         * fvwm/fvwm.c (InitVariables):
12160         * fvwm/events.h:
12161         Fixed colormap handling over decorative parts of a window
12163 2002-06-03  olicha  <olivier.chapuis@free.fr>
12165         * fvwm/module_interface.c (make_named_packet):
12166         Fixed an write out of memory bug. This complete Mikhail Kruk patch
12167         related to named module packet
12169 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12171         * fvwm/focus.c (focus_grab_buttons):
12172         * fvwm/events.c (HandleButtonPress):
12173         fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12175 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12177         * fvwm/bindings.c (ParseBinding):
12178         replaced an error "Illegal mouse button" with a descriptive warning
12179         when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12181 2002-05-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12183         * fvwm/events.c (GetContext):
12184         fixed key bindings on decorations
12186         * fvwm/events.h:
12187         removed XEVMASK_DECORW
12189 2002-05-31  olicha  <olivier.chapuis@free.fr>
12191         * NEWS:
12192         * fvwm/fvwm.1:
12193         Documented shadow effect in a new section FONT EFFECTS
12195 2002-05-31  olicha  <olivier.chapuis@free.fr>
12197         * libs/Fft.c (FftDrawString):
12198         * libs/Colorset.c (DumpColorset):
12199         (LoadColorset):
12200         * libs/Colorset.h:
12201         * fvwm/colorset.c (parse_colorset):
12202         New colorset option fg_alpha which defines an alpha for rendering
12203         text with Xft
12205 2002-05-29  olicha  <olivier.chapuis@free.fr>
12207         * libs/Fft.c (FftSetupEncoding):
12208         * libs/Fft.h:
12209         * libs/FRender.h:
12210         Added Xft2 support
12212         * acinclude.m4:
12213         * configure.in:
12214         Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12215         to Xft FLAGS and LIBS
12217         * fvwm/Makefile.am:
12218         * libs/Makefile.am:
12219         Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12220         Xft2 library. Removed FT2 CFLAGS and LIBS
12222 2002-05-27  olicha  <olivier.chapuis@free.fr>
12224         * acinclude.m4:
12225         * acconfig.h:
12226         * configure.in:
12227         Some Xft2 and fontconfig preparation
12229         * libs/Flocale.h:
12230         * libs/Flocale.c (FlocaleParseShadow):
12231         (FlocaleLoadFont):
12232         (FlocaleGetShadowTextPosition):
12233         Added offset to shadow text
12235         * libs/Flocale.h:
12236         Fixed the position of ne shadow text and remove some unused #define
12238 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12240         * fvwm/colorset.c (parse_colorset):
12241         fixed integer overflow in average colour calculation
12243 2002-05-27  olicha  <olivier.chapuis@free.fr>
12245         * libs/gravity.c (GetNextMultiDirection):
12246         (ParseMultiDirectionArgument):
12247         * libs/gravity.h:
12248         Added a multi direction type which is a "<<" version of direction
12249         type. Added a parse and a next functions
12251         * libs/Flocale.h:
12252         * libs/Flocale.c (FlocaleParseShadow):
12253         (FlocaleGetNextShadowDirection):
12254         (FlocaleGetShadowTextPosition):
12255         Used gravity multi direction type and functions. Removed
12256         FlocaleGetNextShadowDirection
12258 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12260         * fvwm/focus.c (restore_focus_after_unmap):
12261         fixed a problem w/ colormap transition when transient window died
12263         * fvwm/add_window.c (AddWindow):
12264         clean up
12266         * fvwm/session.c (getUniqueStateFilename):
12267         applied security patch by Jan Echternach
12269         * fvwm/fvwm.c (InitVariables):
12270         Properly initialise Scr.flags.is_pointer_on_this_screen
12272         * libs/fvwmlib.h (FvwmFont):
12273         * fvwm/fvwm.c (setVersionInfo):
12274         * configure.in:
12275         * config.h.in:
12276         * acconfig.h (MULTIBYTE):
12277         removed MULTIBYTE option (unconditionally on)
12279 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12281         * libs/gravity.c (ParseDirectionArgument):
12282         allow "t", "u", ... shortcuts as direction arguments
12284         * fvwm/style.c (check_window_style_change):
12285         (parse_and_set_window_style):
12286         * fvwm/frame.c (frame_setup_border):
12287         (frame_get_shading_laziness):
12288         (frame_get_sidebar_geometry):
12289         * fvwm/decorations.c (SelectDecor):
12290         * fvwm/add_window.c (setup_style_and_decor):
12291         (setup_resize_handle_cursors):
12292         (setup_resize_handle_windows):
12293         (change_resize_handle_windows):
12294         (destroy_auxiliary_windows):
12295         * fvwm/borders.c (border_get_border_gcs):
12296         (border_draw_border_parts):
12297         * fvwm/style.h (SCSET_HAS_BORDER):
12298         * fvwm/fvwm.h (FvwmWindow):
12299         * fvwm/window_flags.h (SET_HAS_BORDER):
12300         new styles NoBorder/Border
12302 2002-05-26  olicha  <olivier.chapuis@free.fr>
12304         * libs/Flocale.h:
12305         * libs/Flocale.c (FlocaleParseShadow):
12306         (FlocaleGetNextShadowDirection):
12307         (FlocaleGetShadowTextPosition):
12308         (FlocaleLoadFont):
12309         Implemented multidirectional shadow text rendering
12311         * libs/Flocale.h:
12312         * libs/Flocale.c
12313         (FlocaleFontStructDrawString):
12314         (FlocaleRotateDrawString):
12315         (FlocaleLoadFont):
12316         (FlocaleDrawString):
12317         (FlocaleTextWidth):
12318         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12319         * libs/Fft.c (FftDrawString):
12320         Cleanup the FlocaleFont structure by addings some flags
12322 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12324         * fvwm/events.c (HandleFocusIn):
12325         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12326         * fvwm/screen.h (ScreenInfo):
12327         * fvwm/focus.c (FocusOn):
12328         ignore EnterNotify events while a window is waiting to receive focus
12329         from the Focus or FlipFocus commands; should prevent plenty of race
12330         contidions caused by executing complex functions by a key press, button
12331         press or from a menu; fixes Alt-Tab problem
12333         * fvwm/events.c (HandleMapNotify):
12334         immediately draw window decorations when window is mapped; the new frame
12335         drawing code takes care of suppressing unnecessary redraws
12336         (HandleLeaveNotify):
12337         fixed a bug w/ LeaveNotify event with NotifyGrab
12339 2002-05-22  olicha  <olivier.chapuis@free.fr>
12341         * libs/Flocale.h:
12342         * libs/Fft.c (FftDrawString):
12343         * libs/Flocale.c (FlocaleFontStructDrawString):
12344         (FlocaleRotateDrawString):
12345         (FlocaleLoadFont):
12346         (FlocaleGetShadowTextPosition):
12347         (FlocaleDrawString):
12348         (FlocaleDrawUnderline):
12349         (FlocaleTextWidth):
12350         Implemented negative shadow text
12352 2002-05-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12354         * fvwm/menucmd.c (CMD_AddToMenu):
12355         * fvwm/windowlist.c (CMD_WindowList):
12356         * fvwm/menus.h:
12357         * fvwm/menus.c
12358         changed signature of AddToMenu
12360         * fvwm/menus.c (clone_menu_root_static):
12361         fixed problem w/ menu style usage count and tear off menus
12362         fixed core dump w/ not copying the missing sub menu function in tear
12363         off menus
12364         (clone_menu_item_list):
12365         (AddToMenu):
12366         (add_another_menu_item):
12367         (size_menu_vertically):
12368         fixed additional "More..." items in sub menus of torn off menus
12370 2002-05-22  Mikhael Goikhman  <migo@homemail.com>
12372         * libs/colorset.h:
12373         fixed #endif warning
12374         * fvwm/ConfigFvwmDefaults:
12375         added CirculateSkip to tear off menus
12376         * fvwm.1:
12377         fixed ShadeAgain quoting
12379 2002-05-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12381         * fvwm/events.c (HandleButtonPress):
12382         allow to pass the focus click to applications and have a function bound
12383         to it at the same time
12385         * fvwm/fvwm.c:
12386         * fvwm/colorset.h:
12387         fixed compilation problem
12389 2002-05-20  olicha  <olivier.chapuis@free.fr>
12391         * libs/PictureImageLoader.c (PImageRGBtoPixel):
12392         Fixed blue colour in png image and ewmh icons
12394         * libs/Flocale.c (FlocaleLoadFont):
12395         Removed some debug code
12397         * fvwm/colorset.c (parse_colorset):
12398         * libs/fvwmlib.h:
12399         * libs/ColorUtils.c (GetForeShadowColor):
12400         Added Mikhael algo to compute the default fgsh
12402 2002-05-18  Mikhael Goikhman  <migo@homemail.com>
12404         * fvwm/functions.c (expand_extended_var):
12405         expand $[fgsh.csN], use constants instead of numbers
12407 2002-05-17  olicha  <olivier.chapuis@free.fr>
12409         * libs/Flocale.c (FlocaleDrawString):
12410         (FlocaleDrawUnderline):
12411         * libs/Flocale.h:
12412         Removed some unused and debug code
12414 2002-05-17  olicha  <olivier.chapuis@free.fr>
12416         * fvwm/menuitem.c (draw_underline):
12417         * libs/Flocale.h:
12418         * libs/Flocale.c (FlocaleDrawUnderline):
12419         Move draw_underline into Flocale.c and fix underline position with
12420         shadow rendering
12422 2002-05-17  olicha  <olivier.chapuis@free.fr>
12424         * fvwm/style.c (update_window_color_style):
12425         (update_window_color_hi_style):
12426         * fvwm/move_resize.c (DisplayPosition):
12427         (DisplaySize):
12428         * fvwm/menuitem.c (menuitem_paint):
12429         * fvwm/borders.c (get_common_decorations):
12430         (border_get_titlebar_draw_descr):
12431         * fvwm/fvwm.h:
12432         * fvwm/icons.c (DrawIconWindow):
12433         Pass the colorset to text drawing via the FlocaleWinString structure
12435         * libs/fvwmlib.h:
12436         * libs/ColorUtils.c (GetForeShadowColor):
12437         (GetForeShadow):
12438         * fvwm/colorset.c (parse_colorset):
12439         * libs/Colorset.h:
12440         * libs/Colorset.c (DumpColorset):
12441         (LoadColorset):
12442         Added fgsh colorset and two new functions GetForeShadowColor and
12443         GetForeShadow which should be modified
12445         * libs/Makefile.am:
12446         * libs/Fft.h:
12447         * libs/FftInterface.h (new file):
12448         * libs/Fft.c (FftDrawString):
12449         * libs/Flocale.h:
12450         * libs/Flocale.c (FlocaleFontStructDrawString):
12451         (FlocaleRotateDrawString):
12452         (FlocaleDrawString):
12453         (FlocaleTextWidth):
12454         (FlocaleLoadFont):
12455         Implemented text shadow rendering
12457 2002-05-11  olicha  <olivier.chapuis@free.fr>
12459         * fvwm/builtins.h:
12460         * fvwm/builtins.c (refresh_window):
12461         * fvwm/update.c (apply_window_updates):
12462         * fvwm/update.h:
12463         * fvwm/style.c (check_window_style_change):
12464         ParentalRelativity style is now dynamic
12466 2002-05-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12468         * fvwm/menuitem.c (menuitem_paint):
12469         fixed menu item hilight area
12471 2002-05-09  olicha  <olivier.chapuis@free.fr>
12473         * libs/Makefile.am:
12474         * libs/XError.c (request_name):
12475         * libs/PictureImageLoader.c (PImageLoadPng):
12476         (PImageCreatePixmapFromArgbData):
12477         * libs/PictureGraphics.c (PGraphicsTintRectangle):
12478         (PGraphicsTileRectangle):
12479         (PGraphicsCopyFvwmPicture):
12480         * libs/FRenderInit.c (new file):
12481         * libs/FRenderInit.h (new file):
12482         * libs/FRenderInterface.h:
12483         * libs/FRender.c (*):
12484         * fvwm/colorset.c (parse_tint):
12485         (parse_colorset):
12486         * fvwm/fvwm.c (main):
12487         * fvwm/events.c (HandlePropertyNotify):
12488         Change the design of the previous commit. Now a module should call
12489         FRenderInit when it wants to use a function which depends on XRender.
12491 2002-05-09  olicha  <olivier.chapuis@free.fr>
12493         * fvwm/colorset.c:
12494         A -Wall fix
12496         * libs/Flocale.h:
12497         * libs/Fft.h:
12498         Fixed Compilation
12499         Include Fft.h include FRender.h as Xft.h include Xrender.h
12501         * libs/FRenderInterface.h:
12502         * libs/FRender.h:
12503         * libs/FRender.c (FRenderInit):
12504         (FRenderGetErrorCodeBase):
12505         (FRenderGetMajorOpCode):
12506         (FRenderGetExtensionSupported):
12507         (FRenderGetErrorText):
12508         Improve XRender initialization, check if the XRender extension is
12509         enabled and get the error code base and the major op code.
12510         Add error functions for the X error handler.
12512         * libs/XError.c (PrintXErrorAndCoredump):
12513         (request_name):
12514         Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12515         and major op code
12517         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12518         * fvwm/events.c (HandlePropertyNotify):
12519         * fvwm/colorset.c (parse_tint):
12520         (parse_colorset):
12521         * libs/PictureImageLoader.c (PImageLoadPng):
12522         (PImageCreatePixmapFromArgbData):
12523         * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12524         (PGraphicsCopyFvwmPicture):
12525         (PGraphicsTileRectangle):
12526         * libs/FRender.c (FRenderCopyArea):
12527         (FRenderTintRectangle):
12528         Check if the XRender extension is enabled on the display before
12529         performing XRender operations
12531 2002-05-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12533         * fvwm/menuitem.c (menuitem_paint):
12534         fixed item hilighting problems
12536 2002-05-07  olicha  <olivier.chapuis@free.fr>
12538         * fvwm/colorset.c (parse_colorset):
12539         More coloset fixes
12541 2002-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12543         * fvwm/events.c (HandlePropertyNotify):
12544         workaround for xterm resize problem
12546         * fvwm/colorset.c (parse_colorset):
12547         (free_colorset_background):
12548         (parse_pixmap):
12549         (parse_tint):
12550         fixed various bugs and core dumps w/ the cs->picture structure;
12551         note: it's a pointer, so compare with NULL, not with None
12553         * fvwm/frame.c (frame_setup_window):
12554         (frame_setup_window_app_request):
12555         (frame_force_setup_window):
12556         (frame_setup_window_internal):
12557         (frame_create_move_resize_args):
12558         (frame_free_move_resize_args):
12559         * fvwm/add_window.c (setup_window_attr):
12560         * fvwm/events.c (HandleConfigureRequest):
12561         (HandlePropertyNotify):
12562         fixed [?] bit_gravity/resize problem
12564         * fvwm/events.c (HandleEnterNotify):
12565         reformatted EdgeCommand code
12567 2002-05-06  olicha  <olivier.chapuis@free.fr>
12569         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12570         Resize an ewmh icon to the wanted size if it is to big
12572         * fvwm/ewmh.c (EWMH_WindowDestroyed):
12573         Set also the stacking list when a window is destroyed
12575 2002-05-03  Dan Espen  <dane@mk.telcordia.com>
12577         * fvwm/fvwm.1: Finish language check.
12578         Fix typo in Mouse section, context should be on new line.
12580 2002-05-02  Dan Espen  <dane@mk.telcordia.com>
12582         * fvwm/fvwm.1 (file): Restore icons and images text with some
12583         improvement.
12584         Started on lang check, not done yet.
12586 2002-05-02  Mikhail Kruk  <meshko@cs.brandeis.edu>
12588         * fvwm/module_interface.c (make_named_packet):
12589         Applied Mikhail Kruk patch
12591 2002-05-02  olicha  <olivier.chapuis@free.fr>
12593         * libs/FlocaleCharset.h:
12594         * libs/Ficonv.c (FiconvSetupConversion):
12595         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12596         * libs/Flocale.h:
12597         * libs/Flocale.c (FlocaleGetFftFont):
12598         (FlocaleGetFontSet):
12599         (FlocaleGetFont):
12600         (FlocaleLoadFont):
12601         (FlocaleUnloadFont):
12602         * fvwm/fvwm.1:
12603         Implemented charset/iconv hints in font name
12605 2002-04-29  Stian Sletner  <stian@sletner.com>
12607         * fvwm/windowlist.c (CMD_WindowList):
12608         Added new Windowlist option IconifiedAtEnd
12610 2002-04-30  Mikhael Goikhman  <migo@homemail.com>
12612         * fvwm/module_interface.c:
12613         * libs/Module.c:
12614         * libs/Module.h:
12615         moved two constant strings to Module.h, so they may be used by perllib
12617 2002-04-29  olicha  <olivier.chapuis@free.fr>
12619         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12620         Fixed a core dump if the charset is not found
12622         * libs/Flocale.c (FlocaleStringToString2b):
12623         Removed some debug code
12625 2002-04-29  olicha  <olivier.chapuis@free.fr>
12627         * libs/Fft.c (FftGetFontWidths):
12628         (FftGetFontWidths):
12629         * libs/Fft.h
12630         * libs/Flocale.h:
12631         * libs/Flocale.c (FlocaleGetFont):
12632         (FlocaleGetFontSet):
12633         (FlocaleGetFftFont):
12634         Removed min_char_offset member of the FlocaleFont as it is not use
12635         since we rotate string for side title
12637         * libs/Ficonv.c (FiconvSetupConversion):
12638         * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12639         (FlocaleCharsetSetFlocaleCharset):
12640         * libs/Flocale.h:
12641         * libs/Flocale.c (FlocaleTextWidth):
12642         (FlocaleDrawString):
12643         (FlocaleUtf8ToUnicodeStr2b):
12644         (FlocaleLoadFont):
12645         (FlocaleStringToString2b):
12646         (FlocaleRotateDrawString):
12647         (FlocaleFontStructDrawString):
12648         Added support for drawing string with 10646-1 fonts without an utf8
12649         locale. Also, drawing strings with a multibyte font now work not so
12650         bad even if the locale have nothing to do with the font.
12652         * libs/Fft.c (FftUtf8ToFftString16):
12653         (FftDrawString):
12654         (FftTextWidth):
12655         Added utf8 rendering with iso10646-1 fonts on system without
12656         Xft Utf8 functions
12658         * fvwm/colorset.c (reset_cs_pixmap):
12659         (parse_pixmap):
12660         (parse_shape):
12661         (parse_tint):
12662         (parse_colorset):
12663         Colorset now accept bitmaps. Split a bit parse_colorset for readability
12665 2002-04-28  Mikhael Goikhman  <migo@homemail.com>
12667         * fvwm/menus.c:
12668         fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12670 2002-04-27  Mikhael Goikhman  <migo@homemail.com>
12672         * fvwm/move_resize.c:
12673         don't start Move with snap disabled if Alt is initially pressed
12675 2002-04-26  Mikhael Goikhman  <migo@homemail.com>
12677         * NEWS, configure.in:
12678         changed version to 2.5.2
12680 2002-04-25  Mikhael Goikhman  <migo@homemail.com>
12682         * fvwm/fvwm.1:
12683         improved main headers, added new COLORSETS section;
12684         documented State condition
12686         * NEWS:
12687         documented Tint in colorsets and utility renaming
12689         * libs/Flocale.c:
12690         corrected several error reporting problems
12692 2002-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12694         * fvwm/events.h:
12695         fixed leaving tear off menus
12697 2002-04-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12699         * fvwm/borders.c (border_draw_part_relief):
12700         (border_set_button_pixmap):
12701         (border_draw_title_stick_lines):
12702         (border_draw_title_mono):
12703         (border_draw_title_relief):
12704         * libs/fvwmlib.h (RelieveRectangle2):
12705         (RelieveRectangle):
12706         replaced functions by macros
12708         * libs/Graphics.c (do_relieve_rectangle):
12709         applied performance patch by Dave Trollope
12711 2002-04-24  Mikhael Goikhman  <migo@homemail.com>
12713         * libs/FBidi.c:
12714         * libs/FBidi.h:
12715         * libs/Flocale.c:
12716         * libs/Flocale.h:
12717         * libs/FlocaleCharset.c:
12718         FBidi is now independent from Flocale* again;
12719         iso8859-6.8x fonts recognized now as bidi-enabled
12721 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12723         * libs/Flocale.c:
12724         fixed --disable-multibyte
12726 2002-04-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12728         * fvwm/borders.c (border_draw_title_deep):
12729         (border_set_title_pixmap):
12730         (border_set_button_pixmap):
12731         fixed SolidButton title and button style
12733 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12735         * fvwm/fvwm.1:
12736         * NEWS:
12737         * AUTHORS:
12738         added new entry about CurrentAtEnd
12740         * colorset.c:
12741         minor reformatting and spell checking
12743 2002-04-23  Jochen Klenner  <jochen.klenner@gmx.net>
12745         * fvwm/windowlist.c (CMD_WindowList):
12746         Added new Windowlist option CurrentAtEnd
12748 2002-04-22  olicha  <olivier.chapuis@free.fr>
12750         * fvwm/colorset.c (parse_colorset):
12751         * libs/Colorset.h:
12752         Fixed an enormous core dump which comes from a cvs merging problem
12754         * fvwm/Makefile.am:
12755         * acconfig.h:
12756         * configure.in:
12757         Added Xrender detection and link fvwm if needed
12759         * libs/PictureGraphics.c:
12760         * libs/PictureGraphics.h:
12761         * libs/FRender.c:
12762         * libs/FRender.h:
12763         * libs/FRenderInterface.h:
12764         * libs/PictureGrpahics.c (*):
12765         * libs/PictureGrpahics.h:
12766         New libs files to acheive alpha-blend rendering and better XBM
12767         support. PictureGraphics contains elaborated version and also
12768         simplified version of XFillRectangle, XCopyPlan and XCopyArea
12769         Xlib functions.
12771         * fvwm/fvwm.h:
12772         * fvwm/icons.c (clear_icon):
12773         (GetIconPicture):
12774         (DrawIconWindow):
12775         (GetIconFromFile):
12776         * fvwm/events.c (HandlePropertyNotify):
12777         * fvwm/borders.c (border_fill_pixmap_background):
12778         (border_get_border_background):
12779         (border_draw_decor_to_pixmap):
12780         * fvwm/menuitem.c (menuitem_paint):
12781         * fvwm/add_window.c (destroy_icon):
12782         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12783         * fvwm/geometry.c (move_icon_to_position):
12784         * fvwm/colorset.c (free_colorset_background):
12785         (parse_colorset):
12786         * libs/Colorset.h:
12787         Implemented alpha-blend rendering with the new libs function
12789         * fvwm/colorset.c (free_colorset_background):
12790         (parse_colorset):
12791         * libs/Colorset.h:
12792         Implemented tinting of a Pixmap background colorset
12794         * fvwm/colorset.c (parse_colorset):
12795         Use the Scr.NoFocusWin as main window in the place of the
12796         Scr.SizeWindow, this fix a lot of X errors in my machine.
12798         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
12799         Donated our alpha channel
12801         * libs/vpacket.h:
12802         * fvwm/module_interface.h:
12803         * fvwm/module_interface.c (SendFvwmPicture):
12804         (BroadcastMiniIcon):
12805         (SendMiniIcon):
12806         (BroadcastFvwmPicture):
12807         (CMD_Send_WindowList):
12808         * fvwm/add_window.c (change_mini_icon):
12809         (broadcast_mini_icon):
12810         * fvwm/ewmh_icons.c:
12811         Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
12812         SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
12814         * libs/Makefile.am:
12815         * libs/PictureBase.c (*):
12816         * libs/PictureBase.h:
12817         * libs/Picture.c (*):
12818         * libs/Picture.h:
12819         * libs/PictureImageLoader.c (*):
12820         * libs/PictureImageLoader.h:
12821         * fvwm/*:
12822         Rename some libs file InitPicture -> PictureBase, FImageLoader ->
12823         PictureImageLoader.
12824         Rename some libs function: InitPictureCMap -> PictureInitCMap,
12825         UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
12826         PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
12827         SetImagePath -> PictureSetImagePath, findImageFile ->
12828         PictureFindImageFile, PictureList -> FvwmPictureList,
12829         LoadFvwmPicture removed now  PImageLoadFvwmPictureFromFile replace it,
12830         GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
12831         DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
12832         PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
12833         PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
12834         Also renamed more recent functions in PictureImageLoader.
12836         * fvwm/borders.c (border_draw_one_border_part):
12837         (border_draw_decor_to_pixmap):
12838         Fixed drawing of a TiledPixmap borded and fixed position of buttons
12839         pixmap
12841         * fvwm/menus.c (pop_menu_up):
12842         (animated_move_back):
12843         (ParentalMenuRePaint):
12844         * fvwm/move_resize.h (resize_geometry_window):
12845         * fvwm/move_resize.c (move_window_doit):
12846         (AnimatedMoveAnyWindow):
12847         (AnimatedMoveOfWindow):
12848         (AnimatedMoveFvwmWindow):
12849         Fixed transparent animated menu
12851 2002-04-21  Mikhael Goikhman  <migo@homemail.com>
12853         * fvwm/fvwm.1:
12854         fixed two places
12856 2002-04-19  Hippo
12858         * fvwm/colorset.c:
12859         * libs/Colorset.c:
12860         fixed running out of colors on 8bpp with ReadWriteColors;
12861         simulate colorsets on monochrome displays using three 1-bit pixmaps
12863 2002-04-19  Mikhael Goikhman  <migo@homemail.com>
12865         * configure.in:
12866         fixed $PERL detection again
12868 2002-04-18  Hippo
12870         * configure.in:
12871         added -Wno-implicit-int to -Wall in case of gcc
12873         * fvwm/colorset.c:
12874         * fvwm/fvwm.c:
12875         fixed ReadWriteColors on a PseudoColor display
12877 2002-04-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12879         * fvwm/move_resize.c (move_window_doit):
12880         set the is_icon_moved too flag if the icon was moved non-interactively
12882 2002-04-16  Hippo
12884         * fvwm/*.[ch]:
12885         * NEWS:
12886         Moved FvwmTheme functionality into fvwm.
12887         Added new commands Colorset, ReadWriteColors, CleanupColorsets.
12889 2002-04-17  Mikhael Goikhman  <migo@homemail.com>
12891         * configure.in:
12892         fixed $PERL detection
12894         * fvwm/fvwm.1:
12895         * fvwm/ConfigFvwmDefaults:
12896         several fixes and spelling
12898 2002-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12900         * libs/Bindings.c (CheckBinding):
12901         (MatchBinding):
12902         (GrabWindowKey):
12903         (GrabWindowButton):
12904         (MatchBindingExactly):
12905         patch by yeti@physics.muni.cz to help with a weird problem w/ czech
12906         keyboards
12908 2002-04-12  Mikhael Goikhman  <migo@homemail.com>
12910         * configure.in:
12911         configure now uses $PERL if set
12913         * **:
12914         all programs installed into ${bindir} have now fvwm- prefix;
12915         documentation updated
12917 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
12919         * **:
12920         renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
12921         documentation updated
12923 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
12925         * NEWS:
12926         added 2.4.7 entries
12928 2002-04-10  Dan Espen  <dane@mk.telcordia.com>
12930         * AUTHORS: New author.
12932         * NEWS: Edge Command.
12934 2002-04-09  Uwe Pross  <uwe.pross@gmx.net>
12936         * fvwm/fvwm2.1:
12937         Added EdgeCommand paragraph.
12939         * fvwm/events.c (HandleEnterNotify):
12940         Added execution of Scr.PanFrame*.command if set
12942         * fvwm/fvwm.c (InitVariables):
12943         Added init strings for pan frame commands.
12945         * fvwm/virtual.c:
12946         * fvwm/virtual.h:
12947         (checkPanFrames):
12948         Avoid hiding of pan frames if pan frame command is set.
12949         (CMD_EdgeCommand):
12950         Implementation of the buildin command EdgeCommand. First
12951         implementation of this function.
12953         * fvwm/screen.h (struct):
12954         added char * command in structure Panframe to store the pan frame
12955         command.
12957         * fvwm/functions.c:
12958         added declaration of CMD_ENTRY("edgecommand")
12960         * fvwm/functions.h:
12961         added definition of Flag F_EDGE_COMMAND
12963         * fvwm/commands.h:
12964         added definition of CMD_EdgeCommand(F_CMD_ARGS)
12966 2002-04-10  Mikhael Goikhman  <migo@homemail.com>
12968         * fvwm/fvwm2.1:
12969         added "BI-DIRECTIONAL TEXTS" section
12971         * libs/System.c:
12972         added #include <sys/select.h> to fix endless loop on QNX
12974 2002-04-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12976         * fvwm/fvwm2.1:
12977         changed description of focus models
12979 2002-04-09  olicha  <olivier.chapuis@free.fr>
12981         * configure.in:
12982         Check for libpng libpng 1.0.4a or better
12984 2002-04-08  Mikhael Goikhman  <migo@homemail.com>
12986         * fvwm/add_window.c (setup_title_geometry):
12987         * fvwm/fvwm.h:
12988         * fvwm/fvwm2.1:
12989         * fvwm/geometry.c (get_title_font_size_and_offset):
12990         * fvwm/geometry.h:
12991         * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
12992         * fvwm/style.h:
12993         * fvwm/window_flags.h:
12994         * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
12995         * libs/Fft.h:
12996         * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
12997         * libs/Flocale.h:
12998         new Style options TopTitleRotated / TopTitleNotRotated,
12999         BottomTitleRotated / BottomTitleNotRotated
13001 2002-04-08  olicha  <olivier.chapuis@free.fr>
13003         * libs/Makefile.am:
13004         Fixed make dist again
13006 2002-04-07  Dan Espen  <dane@mk.telcordia.com>
13008         * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
13010 2002-04-07  Mikhael Goikhman  <migo@homemail.com>
13012         * INSTALL.fvwm:
13013         minor wording fixes
13015         * NEWS:
13016         mention a new FvwmIconMan syntax
13018         * sample.fvwmrc/new-features:
13019         * sample.fvwmrc/system.fvwm2rc:
13020         * sample.fvwmrc/system.fvwm2rc-sample-95:
13021         use a new module syntax
13023 2002-04-06  olicha  <olivier.chapuis@free.fr>
13025         * fvwm/fvwm2.1:
13026         * INSTALL.fvwm:
13027         Forget to save some file
13029         * libs/FImageLoader.c (c100_init_base_table):
13030         Allows init even if !XPM
13032         * libs/Makefile.am:
13033         Remove a F
13035         * configure.in:
13036         Fixed png detection
13038         * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
13039         Fixed a GC memory leaks.
13041         * fvwm/fvwm.c (setVersionInfo):
13042         * fvwm/fvwm2.1:
13043         Updated -version for png, bidi and xft
13045         * fvwm/fvwm2.1:
13046         Modified the ICONS section. Rename it ICONS AND IMAGES and
13047         document PNG file format. Replace "xpm or bitmap file" by
13048         "image file" in a few place.
13050         * INSTALL.fvwm:
13051         * NEWS:
13052         PNG news and documented libpng in the "Optional libraries used by FVWM"
13053         section
13055 2002-04-05  olicha  <olivier.chapuis@free.fr>
13057         * libs/FImageLoader.c (c100_init_base_table):
13058         (FImageReduceRGBColor):
13059         (FImageCreatePixmapFromArgbData):
13060         Speed up color limitation for png image and ewmh icons
13061         Respect color limit even with DirectColor and TrueColor
13063         * configure.in:
13064         * acconfig.h (HAVE_PNG):
13065         Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13066         even without XPM support
13068         * libs/Makefile.am
13069         * libs/InitPicture.c (new file):
13070         * libs/InitPicture.h (new file):
13071         * libs/Picture.c:
13072         * libs/Picture.h:
13073         * libs/FImageLoader.c (new file):
13074         * libs/FImageLoader.h (new file):
13075         * libs/Fxpm.h (new file):
13076         * libs/Fpng.h (new file):
13077         Images are loaded in FImageLoader. PNG image can be loaded, the loader
13078         come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13079         ColorLimit stuff is applied to PNG image.
13080         Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13081         Picture.c and Picture.h.
13082         InitPicture contains the Picture structure, initialize the visual,
13083         depth and color map and contains image path stuff as Picture contains
13084         Picture manipulations.
13086         * libs/ColorUtils.c:
13087         * libs/Picture.h:
13088         Moved the Picture color utils func to ColorUtils
13090         * fvwm/Makefile.am:
13091         links against libpng
13093         * fvwm/icons.c (GetIconPicture):
13094         (GetXPMFile):
13095         (GetBitmapFile):
13096         (GetIconFromFile):
13097         Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13098         the libs image loader
13100         * fvwm/cursor.c (CMD_CursorStyle):
13101         Use FImageLoadCursorPixmapFromFile (no PNG support here)
13103         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13104         (EWMH_SetIconFromWMIcon):
13105         Use the argb loader of the libs. ColorLimit are now applied to ewmh
13106         icons
13108         * fvwm/modconf.c:
13109         Send the ColorLimit to module in any case
13111         * libs/fvwmlib.h:
13112         * libs/Graphics.c:
13113         * libs/Flocale.c
13114         * libs/Fft.c:
13115         * libs/Colorset.c:
13116         * fvwm/add_window.c:
13117         * fvwm/builtins.c:
13118         * fvwm/fvwm.h:
13119         * fvwm/menus.c:
13120         * fvwm/menustyle.c:
13121         * fvwm/move_resize.c:
13122         include cleanup
13124 2002-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13126         * fvwm/events.c (test_map_request):
13127         (test_resizing_event):
13128         fixed endless loop in HandleConfigureRequest
13130 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13132         * fvwm/add_window.c (setup_style_and_decor):
13133         fixed borderless transients
13135         * fvwm/events.c (test_resizing_event):
13136         (HandleConfigureRequest):
13137         * fvwm/frame.c (frame_create_move_resize_args):
13138         * fvwm/add_window.c (AddWindow):
13139         * fvwm/fvwm.h:
13140         * fvwm/window_flags.h:
13141         tried to improve ConfigureRequest handling
13143         * fvwm/events.c (HandlePropertyNotify):
13144         recalculate window size when the base_width or base_height hint
13145         changes; fixes some problems with xemacs
13147         * fvwm/virtual.c (map_window):
13148         redraw decorations
13150         * fvwm/borders.c (border_draw_decorations):
13151         don't redraw windows on a different desk
13152         keep track of Scr.Hilite
13154 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13156         * fvwm/virtual.c (unmap_window):
13157         * fvwm/move_resize.c (resize_window):
13158         * fvwm/icons.c (Iconify):
13159         * fvwm/add_window.c (CaptureOneWindow):
13160         * fvwm/borders.c (border_undraw_decorations):
13161         mark window decorations as not drawn whenever the frame is unmapped
13163 2002-03-30  Dan Espen  <dane@mk.telcordia.com>
13165         * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13167 2002-03-29  Mikhael Goikhman  <migo@homemail.com>
13169         * libs/FBidi.c:
13170         use safemalloc and alloca instead of malloc
13172 2002-03-29  olicha  <olivier.chapuis@free.fr>
13174         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13175         Set the X locale charset on system without XOpenOM
13177 2002-03-27  Mikhael Goikhman  <migo@homemail.com>
13179         * configure.in:
13180         fixed multibyte support reporting
13182 2002-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13184         * libs/fvwmlib.h:
13185         * fvwm/fvwm.h:
13186         * config.h.in:
13187         moved gcc extension __attribute__ handling to config.h
13189         * fvwm/fvwm.c (main):
13190         * fvwm/stack.c (add_window_to_stack_ring_after):
13191         * fvwm/icons.c (GetIconWindow):
13192         (GetIconBitmap):
13193         * fvwm/add_window.c:
13194         fixed core dumps and other bugs in debug messages
13196 2002-03-27  olicha  <olivier.chapuis@free.fr>
13198         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13199         (FlocaleCharsetSetFlocaleCharset):
13200         * acconfig.h:
13201         * configure.in (problem_multibyte):
13202         Fixed compilation for system without XOpenOM in Xlib.h
13204         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13205         * libs/Ficonv.c (FiconvInit):
13206         Be more safe
13208         * fvwm/fvwm.c:
13209         include only libs/Flocale.h
13211 2002-03-26  Mikhael Goikhman  <migo@homemail.com>
13213         * configure.in:
13214         fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13216         * libs/FBidi.c:
13217         * libs/FBidi.h:
13218         * libs/Flocale.c:
13219         * libs/FlocaleCharset.c:
13220         minor modifications, like removed #include;
13221         fixed core dump with bidi and utf-8
13223 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13225         * fvwm/frame.c (frame_update_hidden_window_pos):
13226         fixed shade/maximize/unshade
13228         * fvwm/builtins.c (FreeDecorFace):
13229         fixed memory leak
13231         * fvwm/borders.c (get_common_decorations):
13232         (border_get_border_style):
13233         * fvwm/style.c (parse_and_set_window_style):
13234         * fvwm/style.h:
13235         * fvwm/window_flags.h:
13236         * fvwm/fvwm.h (struct):
13237         * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13238         (frame_create_move_resize_args):
13239         (frame_move_resize_step):
13240         (frame_next_move_resize_args):
13241         new styles WindowShadeLazy [default], WindowShadeBusy and
13242         WindowShadeAlwaysLazy
13244         * fvwm/frame.c (frame_set_decor_gravities):
13245         fixed window bit gravities
13246         split into smaller functions
13247         (frame_move_resize_step):
13248         fixed a bug w/ the parent gravity
13249         (frame_hide_changing_window_parts):
13250         fixed flickering in one of the corners during shade animation
13251         (frame_mrs_hide_changing_parts):
13252         renamed function
13253         (frame_mrs_prepare_vars):
13254         (frame_mrs_hide_unhide_parent):
13255         (frame_mrs_setup_draw_decorations):
13256         (frame_mrs_resize_move_windows):
13257         new functions
13259 2002-03-25  olicha  <olivier.chapuis@free.fr>
13261         * libs/Fft.c (FftSetupEncoding):
13262         Fixed compilation
13264         * libs/Flocale.c (FlocaleDrawString):
13265         * libs/FBidi.c (FBidiConvert):
13266         * libs/FBidi.h:
13267         Pass the font to FBidiConvert
13269         * acconfig.h (HAVE_LIBCHARSET):
13270         * acinclude.m4 (CHECK_LIBCHARSET):
13271         * configure.in:
13272         If libiconv is used check for libcharset
13274         * libs/Makefile.am:
13275         * libs/FlocaleCharset.h:
13276         * libs/FlocaleCharset.c:
13277         * libs/Flocale.h:
13278         * libs/Flocale.c (*):
13279         * libs/Fft.c (FftSetupEncoding):
13280         * libs/Fft.h:
13281         New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13282         FlocaleFont has such a member which is set when charset info are needed.
13283         FlocaleCharset.c contains a big table which associates to an X charset
13284         various possible locale charsets and the fribidi charset.
13285         If libiconv is used, libcharset is used to compute the locale charset.
13286         Various Flocale clean up.
13288         * fvwm/fvwm.c (main):
13289         Removed the call to FlocaleInitCharset, it is now done automatically
13290         when needed
13292         * libs/Makefile.am:
13293         * libs/Ficon.h:
13294         * libs/Ficonv.c:
13295         * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13296         * fvwm/ewmh.h:
13297         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13298         (EWMH_WMIconName):
13299         (EWMH_WMName):
13300         (EWMH_SetDesktopNames):
13301         Moved iconv conversions into the library. Try to found the good iconv
13302         charset with the help of the font and of the FlocaleCharset table.
13304 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13306         * libs/Module.c (SendFvwmPipe):
13307         * libs/Graphics.c (do_relieve_rectangle):
13308         * fvwm/menustyle.c (menustyle_parse_old_style):
13309         * fvwm/add_window.c (setup_window_structure):
13310         memory management patches by Dave Trollope
13312         * fvwm/frame.c (frame_get_sidebar_geometry):
13313         hide the handles when using the NoHandles style
13315         * fvwm/borders.c (border_redraw_decorations):
13316         change in title rotation is applied immediately, don't use the value "2"
13317         to force redrawing
13319         * fvwm/style.c (parse_and_set_window_style):
13320         removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13321         styles can be used
13322         documented the new title directions
13323         (parse_and_set_window_style):
13324         removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13325         instead
13326         documented these styles
13328         * fvwm/add_window.c (CaptureOneWindow):
13329         (CaptureAllWindows):
13330         (AddWindow):
13331         cleaned up
13333         * fvwm/icons.c (DeIconify):
13334         fiexd fucoused window not hilighting after deiconification
13336 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13338         * fvwm/update.c (apply_window_updates):
13339         windows are not unshaded when the decoration layout changes
13341         * fvwm/frame.c (frame_create_move_resize_args):
13342         fixed excessive redrawing
13343         (frame_get_hidden_pos):
13344         fixed parent geometry when window is hidden
13346         * fvwm/add_window.c (setup_frame_stacking):
13347         fixed stacking of right buttons
13349         * fvwm/frame.c (frame_set_decor_gravities):
13350         fixed title and button bit gravities
13352         * fvwm/add_window.c (setup_frame_stacking):
13353         (change_auxiliary_windows):
13354         fixed "button" style
13356         * fvwm/geometry.c (get_title_button_geometry):
13357         * fvwm/menus.c (pop_menu_up):
13358         fixed menu placement relative to window titles
13360         * libs/Flocale.c (FlocaleDrawString):
13361         fixed compiler warning w/o fribidi
13363         * fvwm/virtual.c (MoveViewport):
13364         (MapDesk):
13365         (do_move_window_to_desk):
13366         * fvwm/update.c (apply_window_updates):
13367         * fvwm/icons.c (Iconify):
13368         (CMD_Iconify):
13369         * fvwm/module_interface.c (SETOLDFLAGS):
13370         * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13371         * fvwm/style.c (parse_and_set_window_style):
13372         * fvwm/window_flags.h:
13373         * fvwm/session.c (MatchWinToSM):
13374         * fvwm/placement.c (PlaceWindow):
13375         * fvwm/add_window.c (CaptureAllWindows):
13376         (setup_window_placement):
13377         (CaptureOneWindow):
13378         (AddWindow):
13379         (destroy_window):
13380         * fvwm/menus.c (menu_tear_off):
13381         * fvwm/events.c (HandleMapRequestKeepRaised):
13382         (HandleMapNotify):
13383         * fvwm/fvwm.h:
13384         removed some of those pesky globals: PPosOverride, isIconicState and
13385         isIconifiedByParent; pass round a structure instead
13386         removed the do_start_iconic window flag
13387         removed do_delete_icon_moved flag
13389 2002-03-24  Mikhael Goikhman  <migo@homemail.com>
13391         * acconfig.h:
13392         * configure.in:
13393         renamed HAVE_FRIBIDI to HAVE_BIDI
13395         * libs/FBidi.c:
13396         * libs/FBidi.h:
13397         added more comments
13399         * fvwm/Makefile.am:
13400         * libs/Flocale.c:
13401         * libs/Makefile.am:
13402         added a dummy call to FBidi to test linking against bidi libs
13404 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13406         * fvwm/windowshade.c (CMD_WindowShade):
13407         changed syntax of windowshade with direction
13408         (CMD_WindowShade):
13409         update button state after unshading
13411         * fvwm/add_window.c (AddWindow):
13412         fixed mini icon update
13414         * fvwm/events.c (HandleEnterNotify):
13415         fixed icon picture redrawing
13416         icon titles are no longer raised and expanded if the icon has only a
13417         title
13419         * fvwm/move_resize.c (resize_window):
13420         fixed core dump
13422         * libs/gravity.c (gravity_move_resize_parent_child):
13423         * fvwm/frame.c (frame_get_titlebar_dimensions):
13424         (frame_prepare_animation_shape):
13425         (frame_move_resize_step):
13426         (frame_get_titlebar_dimensions_only):
13427         (frame_get_hidden_pos):
13428         (frame_update_hidden_window_pos):
13429         (frame_free_move_resize_args):
13430         (frame_create_move_resize_args):
13431         fixed shading of shaped windows
13433         * fvwm/borders.c:
13434         clean up
13436         * fvwm/fvwm.c (main):
13437         * fvwm/misc.c (GrabEm):
13438         fixed a problem with the cursor shape during window shading
13440         * fvwm/update.c (apply_window_updates):
13441         fixed drawing of hilighted window after a decoration change
13443         * fvwm/update.c (apply_window_updates):
13444         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13445         * fvwm/borders.c (RedrawDecorations):
13446         renamed RedrawDecorations()
13448         * fvwm/move_resize.c (move_window_doit):
13449         * libs/fvwmrect.c:
13450         * fvwm/misc.c (move_into_rectangle):
13451         (intersect_xrectangles):
13452         functions renamed and moved to fvwmrect.c
13454         * fvwm/borders.c (border_get_changed_border_parts):
13455         (frame_get_changed_border_parts):
13456         reduced border redrawing
13457         moved fucntion to borders.c
13459         * fvwm/events.c (HandleButtonPress):
13460         (DispatchEvent):
13461         suppress button events on frame windows
13463         * fvwm/frame.c (frame_setup_border):
13464         fixed a problem with the border setup
13466         * fvwm/borders.c (border_draw_decorations):
13467         * fvwm/events.c (HandleEnterNotify):
13468         fixed icon title drawing
13470         * fvwm/misc.c (GrabEm):
13471         fixed a pointer grab hang with xmag?
13473         * fvwm/move_resize.c (resize_window):
13474         use frame_move_resize function to improve performance
13476         * fvwm/add_window.c (AddWindow):
13477         fixed recaturing shaded windows
13479         * fvwm/borders.c:
13480         suppress unnecessary title redraws
13482         * fvwm/frame.c:
13483         window shading works again; there are still some problems with
13484         recapture, restart, border drawing and shaped windows
13486 2002-03-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13488         * fvwm/geometry.c (get_shaded_geometry_with_dir):
13489         new function
13491         * fvwm/frame.c (frame_get_title_bar_dimensions):
13492         fixed minor button layout bug
13493         (frame_update_hidden_window_pos):
13495         * fvwm/ewmh_names.c (EWMH_WMName):
13496         * fvwm/gnome.c (GNOME_HandlePropRequest):
13497         * fvwm/focus.c (DoSetFocus):
13498         * fvwm/stack.c (new_layer):
13499         * fvwm/icons.c (DeIconify):
13500         (Iconify):
13501         * fvwm/events.c (HandleFocusIn):
13502         (HandlePropertyNotify):
13503         (HandleExpose):
13504         (HandleMapNotify):
13505         (HandleButtonPress):
13506         (HandleLeaveNotify):
13507         * fvwm/builtins.c (CMD_ChangeDecor):
13508         (CMD_UpdateDecor):
13509         * fvwm/move_resize.c (resize_move_window):
13510         (resize_window):
13511         (resize_window):
13512         (maximize_fvwm_window):
13513         (handle_stick):
13514         * fvwm/borders.c (DrawDecorations):
13515         (RedrawDecorations):
13516         removed function DrawDecorations()
13517         (border_draw_decorations):
13518         renamed draw_decorations_with_geom() to border_draw_decorations()
13520         * fvwm/events.c (HandleExpose):
13521         fixed drawing icon titles
13523         * fvwm/add_window.c (adjust_fvwm_internal_windows):
13524         * fvwm/events.c (HandleFocusIn):
13525         (HandleFocusOut):
13526         * fvwm/screen.h (ScreenInfo):
13527         return the focus to the window that had the focus before an or window
13528         stole it and then died.
13530         * fvwm/menus.c (scanForColor):
13531         removed duplicate call of strlen
13532         use alloca instead of safemalloc
13534         * fvwm/menustyle.c (menustyle_parse_style):
13535         don't call memset right before memcpy
13537         * fvwm/module_interface.c (AddToMessageQueue):
13538         (DeleteMessageQueueBuff):
13539         removed one safemalloc and inline'd the function
13540         merged AddToMessageQueue into PositiveWrite
13542         * fvwm/borders.c (border_draw_decor_to_pixmap):
13543         fixed pixmap and mini icon buttons
13544         (border_fill_pixmap_background):
13545         fixed an X error
13546         (border_get_tb_parts_to_draw):
13547         buttons and title background using the border style is updated when the
13548         buttons moves
13550         * fvwm/events.c (WaitForButtonsUp):
13551         don't grab the whole server but merely the pointer to allow applications
13552         redrawing themselves
13554         * fvwm/borders.c:
13555         finished writing title drawing code
13557         * fvwm/move_resize.c (resize_window):
13558         (resize_move_window):
13559         (unmaximize_fvwm_window):
13560         removed now unnecessary calls to DrawDecorations()
13562         * fvwm/frame.c (frame_hide_changing_window_parts):
13563         fixed hiding bottom/right titles
13565         * fvwm/add_window.c (AddWindow):
13566         fixed recapturing shaded windows
13568         * fvwm/misc.c (GrabEm):
13569         fixed the cursor over the title window while resizing
13571 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13573         * libs/Graphics.c (CreateTiledPixmap):
13574         improved efficience: let the X server tile a pixmap via the GC settings
13576         * fvwm/fvwm.c (CreateGCs):
13577         * fvwm/screen.h (ScreenInfo):
13578         added new global GC Scr.TileGC
13580         * fvwm/borders.c (border_fill_pixmap_background):
13581         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13582         use already created gcs
13584         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13585         * fvwm/menus.c (paint_menu_gradient_background):
13586         fixed using a randow members in gcs
13588 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13590         * configure.in:
13591         added compilation test for fribidi
13593 2002-03-22  Dan Espen  <dane@mk.telcordia.com>
13595         * NEWS: Document FvwmForm timeout.
13597 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13599         * fvwm/session.c (MatchWinToSM):
13600         * fvwm/add_window.c (AddWindow):
13601         preserve user states over a restart
13603         * fvwm/add_window.c (setup_window_structure):
13604         preserve user states over a recapture
13606         * fvwm/functions.c (execute_function):
13607         "Silent" suppresses the "No such command ..." message
13609         * fvwm/frame.c (frame_move_resize):
13610         * fvwm/misc.c (GrabEm):
13611         fixed the cursor shape during resizing
13612         fixed button looks in small windows
13614 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13616         * libs/FBidi.c:
13617         * libs/FBidi.h:
13618         new files
13620 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13622         * fvwm/fvwm.c (LoadDefaultLeftButton):
13623         (LoadDefaultRightButton):
13624         * fvwm/borders.c (border_draw_vector_to_pixmap):
13625         * fvwm/screen.h (DecorFace):
13626         * fvwm/builtins.c (ReadDecorFace):
13627         fixed transparent vector line support
13629         * libs/Graphics.c (CreateGradientPixmap):
13630         fixed potential core dump with illegal gradients
13632 2002-03-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13634         * fvwm/fvwm.h (FvwmWindow):
13635         removed button_background_pixmap member
13637         * fvwm/update.c (apply_window_updates):
13638         fixed changing the decoration size
13640         * fvwm/windowshade.c (CMD_WindowShade):
13641         * fvwm/frame.c (frame_setup_border):
13642         * fvwm/functions.c (execute_complex_function):
13643         removed debug code
13645         * fvwm/move_resize.c (resize_window):
13646         fixed aboting of a opaque resize w/ maximized windows
13647         (ParseOneResizeArgument):
13648         resize arguments don't take the border into account
13649         (GetResizeArguments):
13650         implemented new option "Frame" to the Resize and ResizeMove commands
13652 2002-03-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13654         * fvwm/fvwm2.1:
13655         * fvwm/builtins.c (ReadDecorFace):
13656         * fvwm/borders.c (DrawLinePattern):
13657         implemented transparent drawing color in vector buttons: C == 4
13659         * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13660         * fvwm/builtins.c (ReadDecorFace):
13661         increased allowed number of lines in a vector button to 10000 and moved
13662         the definition to defaults.h
13664         * fvwm/virtual.c (MoveViewport):
13665         don't send useless M_NEW_PAGE packets
13667         * fvwm/frame.c:
13668         * fvwm/borders.c:
13669         started work on new button/title drawing code
13671         * fvwm/events.c (HandleExpose):
13672         don't handle expose on the title bar
13674         * fvwm/borders.c:
13675         * fvwm/frame.c (frame_get_sidebar_geometry):
13676         * fvwm/fvwm.h (FvwmWindow):
13677         replaced border_state with decor_state
13679         * libs/defaults.h (NR_RIGHT_BUTTONS):
13680         added a comment
13682         * fvwm/events.h:
13683         * fvwm/events.c (HandleExpose):
13685         * fvwm/frame.c (frame_setup_border):
13686         hide sidebars if they are too small, i.e. 0 pixels
13688 2002-03-20  olicha  <olivier.chapuis@free.fr>
13690         * libs/Flocale.c (FlocaleFreeNameProperty):
13691         Fixed random core dump
13693 2002-03-19  olicha  <olivier.chapuis@free.fr>
13695         * fvwm/ConfigFvwmDefaults:
13696         RightTitleRotatedCW is a default
13698 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13700         * fvwm/frame.c (frame_get_sidebar_geometry):
13701         window corners are always at least the border width thick
13703         * fvwm/geometry.c (update_absolute_geometry):
13704         fixed south/east shading
13706         * fvwm/frame.c (frame_move_resize_step):
13707         did the best I could to prevent rxvt from flashing in the background
13708         colour
13710         * fvwm/add_window.c (get_default_window_attributes):
13711         (get_default_window_attributes):
13712         (setup_resize_handle_windows):
13713         * fvwm/borders.c (border_get_border_gcs):
13714         applied -visual fix by Hippo
13716         * fvwm/cursor.c (CMD_CursorStyle):
13717         fixed endless loop
13719         * fvwm/frame.c (frame_get_title_bar_dimensions):
13720         fixed order of right buttons
13721         (frame_move_resize_step):
13722         reduced flashing when maximizing
13724         * fvwm/geometry.c (update_absolute_geometry):
13725         adapted for horizontal shading
13727 2002-03-19  Mikhael Goikhman  <migo@homemail.com>
13729         * fvwm/borders.c:
13730         * fvwm/builtins.c:
13731         * fvwm/fvwm.h:
13732         * fvwm/geometry.c:
13733         * libs/Fft.c:
13734         * libs/Flocale.c:
13735         * libs/Flocale.h:
13736         several renamings of text_direction to text_rotation
13738 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13740         * fvwm/windowshade.c (CMD_WindowShade):
13741         * fvwm/frame.c (frame_create_move_resize_args):
13742         (frame_move_resize_step):
13743         hack to enable non-animated window shading for the time being
13745         * fvwm/style.c (parse_and_set_window_style):
13746         (parse_and_set_window_style):
13747         allow to abbreviate [Counter]ClockWise with [C]CW
13749         * fvwm/frame.c (frame_move_resize_step):
13750         fixed
13752         * fvwm/geometry.c (gravity_constrain_size):
13753         removed useless code
13755         * fvwm/update.c (apply_window_updates):
13756         * fvwm/add_window.c (AddWindow):
13757         * fvwm/move_resize.c (unmaximize_fvwm_window):
13758         (resize_window):
13759         do not write into frame_g. only frame.c should do this
13761         * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
13762         (MIN_WINDOW_TITLE_LENGTH):
13763         new default values
13764         * fvwm/frame.c (frame_setup_title_bar):
13765         (get_resize_decor_gravities_one_axis):
13766         (frame_setup_window_internal):
13767         (frame_move_resize_step):
13768         (frame_create_move_resize_args):
13769         rewrote frame_setup_title_bar function
13771         * fvwm/add_window.c (setup_frame_stacking):
13772         fixed title bar stacking order
13774         * fvwm/frame.c (frame_setup_title_bar):
13775         removed yesterday's 'fix'
13777         * fvwm/add_window.c (hide_screen):
13778         (setup_title_window):
13779         (setup_resize_handle_windows):
13780         (setup_button_windows):
13781         fixed visual and depth of decoration windows
13783 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13785         * fvwm/frame.c (frame_setup_title_bar):
13786         fixed title layout bug
13788         * fvwm/move_resize.c (MaximizeHeight):
13789         fixed bug in "grow" option of the Maximize command
13791         * fvwm/geometry.h:
13792         fixed broken prototype for get_title_font_size_and_offset
13794         * fvwm/geometry.c (get_title_font_size_and_offset):
13795         simplified code a bit
13797 2002-03-18  olicha  <olivier.chapuis@free.fr>
13799         * fvwm/geometry.h:
13800         * fvwm/geometry.c (get_title_font_size_and_offset):
13801         * fvwm/add_window.c (setup_title_geometry):
13802         * fvwm/style.h:
13803         * fvwm/style.c (parse_and_set_window_style):
13804         (check_window_style_change):
13805         * fvwm/update.c (apply_window_updates):
13806         * fvwm/window_flags.h:
13807         * fvwm/fvwm.h:
13808         Reworte side title direction styles and use LeftTitleRotatedClockWise /
13809         LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
13810         RightTitleRotatedCounterClockWise
13812 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13814         * acconfig.h:
13815         * vms/config.h (FMiniIconsSupported):
13816         removed last traces of MINI_ICONS ifdef
13818         * fvwm/windowlist.c (CMD_WindowList):
13819         * fvwm/update.c (apply_window_updates):
13820         * fvwm/style.h:
13821         * fvwm/style.c (merge_styles):
13822         (parse_and_set_window_style):
13823         (check_window_style_change):
13824         * fvwm/screen.h:
13825         * fvwm/module_interface.c (SendMiniIcon):
13826         (BroadcastMiniIcon):
13827         (CMD_Send_WindowList):
13828         * fvwm/fvwm.h (FvwmWindow):
13829         * fvwm/ewmh_icons.c (ewmh_WMIcon):
13830         (EWMH_DoUpdateWmIcon):
13831         (ewmh_SetWmIconFromPixmap):
13832         (EWMH_DeleteWmIcon):
13833         (EWMH_SetIconFromWMIcon):
13834         * fvwm/builtins.c (ReadDecorFace):
13835         * fvwm/borders.c (DrawButton):
13836         (CMD_BorderStyle):
13837         (CMD_BorderStyle):
13838         * fvwm/add_window.c (setup_window_structure):
13839         (setup_mini_icon):
13840         (destroy_mini_icon):
13841         (change_mini_icon):
13842         (AddWindow):
13843         * acconfig.h (FMiniIconsSupported):
13844         replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
13845         compiler checks
13847         * fvwm/screen.h:
13848         removed an FANCY_TITLEBARS ifdef
13850         * fvwm/borders.c (border_draw_one_part):
13851         (border_draw_border_parts):
13852         (border_draw_all_parts):
13853         (draw_clipped_decorations_with_geom):
13854         performance enhancement
13856 2002-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13858         * fvwm/frame.c (frame_move_resize_step):
13859         force setting up the border when function is called with FRAME_MR_SETUP
13860         (frame_setup_window_internal):
13861         removed duplicate frame setup
13863         * fvwm/borders.c (border_get_parts_and_pos_to_draw):
13864         fixed logic bug
13865         (draw_clipped_decorations_with_geom):
13866         do not flush the X queue after drawing; let the caller do it
13868         * fvwm/frame.c (frame_get_sidebar_geometry):
13869         fixed layout of windows with a small height
13870         (frame_hide_changing_window_parts):
13871         fixed flickering
13873         * fvwm/borders.c:
13874         * fvwm/frame.c:
13875         made good progress with frame layout rewrite. I think it is already
13876         considerably faster.
13877         some general clean up
13879         * fvwm/add_window.c (setup_decor_window):
13880         function removed
13882         * fvwm/windowshade.c (CMD_WindowShade):
13883         * fvwm/stack.c (verify_stack_ring_consistency):
13884         (RaiseOrLowerWindow):
13885         * fvwm/move_resize.c (resize_move_window):
13886         (move_window_doit):
13887         (draw_move_resize_grid):
13888         * fvwm/icons.c (DrawIconWindow):
13889         * fvwm/icccm2.c (CloseICCCM2):
13890         (convertProperty):
13891         (HandleSelectionRequest):
13892         * fvwm/fvwm.c (main):
13893         (SaveDesktopState):
13894         * fvwm/focus.c (DoSetFocus):
13895         * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
13896         * fvwm/events.c (HandlePropertyNotify):
13897         (HandleButtonPress):
13898         (HandleConfigureRequest):
13899         * fvwm/add_window.c (RestoreWithdrawnLocation):
13900         (Reborder):
13901         * fvwm/builtins.c (CMD_Delete):
13902         (CMD_Destroy):
13903         (CMD_Close):
13904         (CMD_FakeClick):
13905         * fvwm/menus.c (paint_menu):
13906         (DestroyMenu):
13907         * fvwm/misc.c (UngrabEm):
13908         (GrabEm):
13909         * fvwm/schedule.c (execute_obj_func):
13910         * fvwm/add_window.c (hide_screen):
13911         (destroy_window):
13912         use XFlush instead of XSync when the latter is not necessary
13914         * libs/fvwmrect.c (fvwmrect_rectangles_equal):
13915         new function
13917         * fvwm/add_window.c (adjust_fvwm_internal_windows):
13918         inform frame module if the window with the hide windows dies
13920         * fvwm/placement.c (PlaceWindow):
13921         (CMD_PlaceAgain):
13922         * fvwm/add_window.c (setup_window_attr):
13923         (setup_frame_attributes):
13924         (AddWindow):
13925         (RestoreWithdrawnLocation):
13926         (setup_window_placement):
13927         * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
13928         (get_title_geometry):
13929         * fvwm/fvwm.c (InitVariables):
13930         * fvwm/frame.c (frame_setup_frame):
13931         * fvwm/colormaps.c (HandleColormapNotify):
13932         (InstallWindowColormaps):
13933         * fvwm/events.c (HandleConfigureRequest):
13934         (HandleUnmapNotify):
13935         * fvwm/fvwm.h (FvwmWindow):
13936         removed attr member of FvwmWindow and replaced by a structure defined
13937         ourselves that is much smaller
13939         * fvwm/add_window.c (hide_screen):
13940         don't use save_unders and backing_store for the window used in recapture
13942         * fvwm/frame.c (frame_init):
13943         * fvwm/fvwm.c (main):
13944         new function to initialise frame module
13946         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
13947         new function
13949 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13951         * fvwm/frame.c:
13952         clean up
13954         * fvwm/borders.h (enum):
13955         * fvwm/borders.c (draw_clipped_decorations_with_geom):
13956         (border_get_parts_and_pos_to_draw):
13957         * fvwm/fvwm.h (struct):
13958         some clean up
13959         fixed calculations of which border parts to draw
13961         * fvwm/fvwm2.1:
13962         corrected some typos
13963         * fvwm/frame.c:
13964         * fvwm/borders.c:
13965         handle marks work again
13967 2002-03-16  Dan Espen  <dane@mk.telcordia.com>
13969         * AUTHORS: New author added.
13971 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13973         * fvwm/frame.c:
13974         * fvwm/borders.c:
13975         * fvwm/add_window.c (setup_frame_stacking):
13976         * fvwm/cursor.c (CMD_CursorStyle):
13977         * fvwm/events.c (HandleExpose):
13978         (HandleMapNotify):
13979         (HandleEnterNotify):
13980         (HandleLeaveNotify):
13981         (GetContext):
13982         * fvwm/geometry.c (get_title_button_geometry):
13983         * fvwm/virtual.c (map_window):
13984         * fvwm/add_window.c (setup_parent_window):
13985         (setup_resize_handle_cursors):
13986         (setup_resize_handle_windows):
13987         (resize_resize_handle_windows):
13988         (change_resize_handle_windows):
13989         some progress with new frame layout
13991         * fvwm/add_window.c (setup_visible_name):
13992         fixed off-by-one bug in setup_visible_name
13993         maximum window number can be set in defaults.h
13995 2002-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13997         * fvwm/windowlist.h:
13998         * fvwm/virtual.h:
13999         * fvwm/update.h:
14000         * fvwm/style.h:
14001         * fvwm/read.h:
14002         * fvwm/placement.h:
14003         * fvwm/menus.h:
14004         * fvwm/move_resize.h:
14005         * fvwm/icons.h:
14006         * fvwm/geometry.h:
14007         * fvwm/frame.h:
14008         * fvwm/focus.h:
14009         * fvwm/events.h:
14010         * fvwm/borders.h:
14011         * fvwm/add_window.h:
14012         * fvwm/ewmh_names.c:
14013         * fvwm/ewmh_icons.c:
14014         * fvwm/ewmh_events.c:
14015         * fvwm/ewmh.c:
14016         * fvwm/frame.c:
14017         * fvwm/menucmd.c:
14018         * fvwm/schedule.c:
14019         * fvwm/geometry.c:
14020         * fvwm/gnome.c:
14021         * fvwm/windowlist.c:
14022         * fvwm/cursor.c:
14023         * fvwm/update.c:
14024         * fvwm/bindings.c:
14025         * fvwm/colormaps.c:
14026         * fvwm/decorations.c:
14027         * fvwm/conditional.c:
14028         * fvwm/misc.c:
14029         * fvwm/read.c:
14030         * fvwm/placement.c:
14031         * fvwm/fvwm.c:
14032         * fvwm/virtual.c:
14033         * fvwm/session.c:
14034         * fvwm/functions.c:
14035         * fvwm/stack.c:
14036         * fvwm/icons.c:
14037         * fvwm/module_interface.c:
14038         * fvwm/style.c:
14039         * fvwm/add_window.c:
14040         * fvwm/events.c:
14041         * fvwm/builtins.c:
14042         * fvwm/move_resize.c:
14043         * fvwm/borders.c:
14044         * fvwm/menus.c:
14045         * fvwm/fvwm.h (FvwmWindow):
14046         moved all windows into a separate sub structure and wrote access macros
14047         renamed FvwmWindow argument to builtin commands to "fw"
14048         renamed tmp_win to fw everywhere
14050         * fvwm/borders.c (RedrawBorder):
14051         * fvwm/decorations.c (SelectDecor):
14052         * fvwm/add_window.c (setup_style_and_decor):
14053         (setup_resize_handle_cursors):
14054         * fvwm/window_flags.h:
14055         * fvwm/fvwm.h (struct):
14056         added new member has_handles and new macro HAS_HANDLES
14058         * fvwm/decorations.c (SelectDecor):
14059         fixed the NoHandles style
14061         * fvwm/decorations.c (SelectDecor):
14062         * fvwm/style.c (check_window_style_change):
14063         (parse_and_set_window_style):
14064         * fvwm/style.h:
14065         * fvwm/fvwm.h (struct):
14066         renamed has_no_handles to has_no_border
14068 2002-03-15  olicha  <olivier.chapuis@free.fr>
14070         * libs/Flocale.h:
14071         * libs/Fft.c (is_utf8_encoding):
14072         Compilation fixes
14074         * libs/Flocale.h:
14075         s/COMPUND_TEXT/COMPOUND_TEXT
14077         * fvwm/fvwm2.1:
14078         Removed matrix xft specification doc as now it is use internally by
14079         fvwm
14081         * libs/Flocale.c (FlocaleRotateDrawString):
14082         (FlocaleUnloadFont):
14083         (FlocaleDrawString):
14084         (FlocaleTextWidth):
14085         * libs/Fft.h:
14086         * libs/Fft.c (FftGetRotatedFont):
14087         (FftGetFont):
14088         (FftDrawString):
14089         (FftTextWidth):
14090         * fvwm/borders.c (DrawMultiPixmapTitlebar):
14091         (RedrawTitle):
14092         * fvwm/geometry.c (get_title_font_size_and_offset):
14093         * fvwm/style.c (parse_and_set_window_style):
14094         (check_window_style_change):
14095         * fvwm/update.c (apply_window_updates):
14096         * fvwm/update.h:
14097         * fvwm/style.h:
14098         * fvwm/fvwm.h:
14099         * fvwm/window_flags.h:
14100         Implemented vertical text rendering, new style SideTitleTextDefault,
14101         SideTitleTextTopToBottom, SideTitleTextBottomToTop
14103 2002-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14105         * fvwm/fvwm.h:
14106         removed inclusion of fvwmdebug.h
14108         * libs/gravity.c (ParseDirectionArgument):
14109         fixed direction parsing
14111         * fvwm/menus.c (get_menu_options):
14112         fixed a compiler warning
14114 2002-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14116         * fvwm/bindings.c (ParseBinding):
14117         fixed compiler warning
14119         * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14120         * fvwm/ewmh.h:
14121         fixed compilation w/ --disable-ewmh
14123         * fvwm/windowlist.c (CMD_WindowList):
14124         fixed parsing of conditions versus position of window list broken with
14125         a recent "fix"
14127 2002-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14129         * libs/Fft.h:
14130         * libs/Fft.c (FftTextWidth):
14131         (is_utf8_encoding):
14132         (FftGetFontWidths):
14133         (FftDrawString):
14134         removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14135         if HAVE_XFT was not set.
14137         * fvwm/events.h (XEVMASK_DECORW):
14138         select EnterNotify and LeaveNotify on frame instead of decor_w
14140         * fvwm/add_window.c (setup_title_window):
14141         (setup_button_windows):
14142         (setup_resize_handle_windows):
14143         frame window is the new parent of the title, button and handle windows
14144         (setup_frame_stacking):
14145         new stacking order of decoration windows
14147         * fvwm/menuitem.c (menuitem_paint):
14148         * fvwm/events.c (HandleExpose):
14149         xft fixes
14151         * fvwm/move_resize.c (unmaximize_fvwm_window):
14152         don't force to redraw the frame
14154         * libs/gravity.c (gravity_get_offsets):
14155         (gravity_move):
14156         (gravity_resize):
14157         functions moved to gravity.c
14159 2002-03-10  olicha  <olivier.chapuis@free.fr>
14161         * acconfig.h (HAVE_XFT_UTF8):
14162         * configure.in:
14163         * libs/Fft.c (is_utf8_encoding):
14164         (FftGetFontWidths):
14165         (FftDrawString):
14166         (FftTextWidth):
14167         Detected if Xft can handle utf8 string
14169         * libs/Fft.h:
14170         * fvwm/menuitem.c (menuitem_paint):
14171         * fvwm/events.c (HandleExpose):
14172         Fixed Xft related compilation failure and warning
14174 2002-03-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14176         * fvwm/virtual.c:
14177         * fvwm/update.c:
14178         * fvwm/move_resize.c:
14179         * fvwm/icons.c:
14180         * fvwm/focus.c:
14181         * fvwm/events.c:
14182         * fvwm/builtins.c:
14183         * fvwm/add_window.c:
14184         * fvwm/frame.c (frame_setup_window):
14185         (frame_force_setup_window):
14186         (frame_setup_shape):
14187         SetupFrame renamed to frame_setup_window
14188         ForceSetupFrame renamed to frame_force_setup_window
14189         SetShape renamed to frame_setup_shape
14191         * fvwm/windowshade.c:
14192         moved most code to frame.c
14194         * fvwm/frame.c (SetShape):
14195         (SetupTitleBar):
14196         (set_decor_gravity):
14197         (ForceSetupFrame):
14198         (SetupFrame):
14199         functions moved to new file
14201         (SetupTitleBar):
14202         (frame_setup_title_bar):
14203         renamed function
14205         * libs/Parse.h:
14206         direction code moved to gravity.c and gravity.h
14208         * fvwm/windowshade.c (CMD_WindowShade):
14209         * fvwm/geometry.c (get_shaded_geometry):
14211         * libs/FScreen.c (FScreenInit):
14212         (FScreenUpdateEmulationMapState):
14213         changed Xinerame emulation layout
14215         * fvwm/fvwm2.1:
14216         Corrected the description of the XineramaPrimaryScreen command that was
14217         essentially lying.
14219 2002-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14221         * fvwm/menus.c (menu_tear_off):
14222         (unlink_item_from_menu):
14223         (menu_strip_tear_off_title):
14224         use the text from a title item as the tear off menu title if the menu
14225         begins with a title; skip separators and tear off bars at the front of
14226         the menu
14228         * **/*.[ch]:
14229         implemented titleatleft and titleatright styles; titles are not drawn
14230         vertically yet
14232         * fvwm/style.c (check_window_style_change):
14233         * fvwm/update.c (apply_window_updates):
14234         * fvwm/ewmh_names.c (EWMH_WMIconName):
14235         (EWMH_WMName):
14236         (charset_to_utf8):
14237         * fvwm/ewmh.c (ksmserver_workarround):
14238         * fvwm/update.c (apply_window_updates):
14239         * fvwm/conditional.c (MatchesConditionMask):
14240         * fvwm/fvwm.c (main):
14241         * fvwm/session.c (SaveWindowStates):
14242         (matchWin):
14243         (MatchWinToSM):
14244         * fvwm/functions.c (expand):
14245         * fvwm/stack.c (dump_stack_ring):
14246         (verify_stack_ring_consistency):
14247         * fvwm/module_interface.c (BroadcastWindowIconNames):
14248         (CMD_Send_WindowList):
14249         * fvwm/add_window.c (free_window_names):
14250         (free_window_names):
14251         * fvwm/events.c (HandlePropertyNotify):
14252         * fvwm/builtins.c (CMD_Wait):
14253         * fvwm/style.c (CMD_DestroyStyle):
14254         (lookup_style):
14255         Adapted to changes of Flocale.h
14257         * acconfig.h:
14258         removed COMPUND_TEXT ifdef
14260         * configure.in:
14261         mutibyte defaults to on
14263         * acconfig.h:
14264         * libs/Flocale.c:
14265         * libs/Flocale.h:
14266         * fvwm/fvwm.h (FvwmWindow):
14267         cleaned up Flocale stuff for better information hiding
14269         * libs/Flocale.c (get_FlocaleFontSet):
14270         (get_FlocaleFont):
14271         added a new font strucht member min_char_offset for vertical text
14273         * libs/Flocale.c (get_FlocaleFontSet):
14274         fixed a bug in descent calculation
14276         * fvwm/fvwm.h (FvwmWindow):
14277         removed title_g
14279         * fvwm/borders.c (RedrawButtons):
14280         (SetupTitleBar):
14281         (RedrawBorder):
14282         (SetupFrame):
14283         (RedrawTitle):
14284         (DrawMultiPixmapTitlebar):
14285         don't use title_g or boundary_width
14287         * libs/Flocale.c (FlocaleTextWidth):
14288         * libs/Flocale.c (FlocaleDrawString):
14289         added interface for vertical strings
14290         * libs/Flocale.h (FlocaleWinString):
14291         added flags structure w/ is_vertical_string flag
14293         * fvwm/borders.c (RedrawTitle):
14294         (DrawMultiPixmapTitlebar):
14295         * fvwm/screen.h (ScreenInfo):
14296         * fvwm/icons.c (DrawIconWindow):
14297         * fvwm/move_resize.c (DisplayPosition):
14298         (DisplaySize):
14299         * fvwm/screen.h (ScreenInfo):
14300         removed ScratchStr and TitleStr; *please* don't use global variables
14301         without need
14303         * fvwm/move_resize.c (ParseOneResizeArgument):
14304         (GetResizeArguments):
14305         (GetResizeMoveArguments):
14306         (resize_window):
14307         (resize_move_window):
14308         * fvwm/module_interface.c (CONFIGARGS):
14309         (OLDCONFIGARGS):
14310         (CONFIGARGSNEW):
14311         * fvwm/placement.c (PlaceWindow):
14312         * fvwm/add_window.c (setup_title_window):
14313         (setup_button_windows):
14314         (setup_parent_window):
14315         (resize_resize_handle_windows):
14316         (change_resize_handle_windows):
14317         (AddWindow):
14318         * fvwm/geometry.c (get_window_borders):
14319         (gravity_get_naked_geometry):
14320         (gravity_add_decoration):
14321         (constrain_size):
14322         don't use title_g.width and title_g.height anymore
14324         * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14325         new macro
14327         * fvwm/borders.c (SetupTitleBar):
14328         * fvwm/add_window.c (setup_title_window):
14329         don't use title_g.x and title_g.y anymore
14330         (setup_title_geometry):
14331         new function
14333         * fvwm/fvwm.h (FvwmWindow):
14334         replaced title_g by title_length and title_thickness
14335         renamed title_text_y to title_text_offset
14337         * fvwm/add_window.c (setup_style_and_decor):
14338         (setup_parent_window):
14339         * fvwm/decorations.c (SelectDecor):
14340         * fvwm/placement.c (PlaceWindow):
14341         * fvwm/windowlist.c (CMD_WindowList):
14342         * fvwm/events.c (SendConfigureNotify):
14343         (HandlePropertyNotify):
14344         (HandleMapNotify):
14345         * fvwm/move_resize.c (DisplaySize):
14346         (ParseOneResizeArgument):
14347         (GetResizeArguments):
14348         (GetResizeMoveArguments):
14349         (resize_window):
14350         (resize_move_window):
14351         * fvwm/geometry.c (gravity_get_naked_geometry):
14352         (gravity_add_decoration):
14353         (constrain_size):
14354         don't use boundary_width anymore
14356         * fvwm/borders.c (SetupTitleBar):
14357         made static
14359         * fvwm/fvwmdebug.c:
14360         removed outdated file that was never used
14362         * fvwm/move_resize.c (move_window_doit):
14363         fixed GNOME and EWMH hints when unsticking a window
14365         * fvwm/virtual.c (CMD_MoveToDesk):
14366         unstick windows when MoveToDesk is used
14368         * fvwm/builtins.c:
14369         * fvwm/windowshade.c (CMD_WindowShade):
14370         (CMD_WindowShadeAnimate):
14371         functions moved to windowshade.c
14373         * fvwm/window_flags.h:
14374         * fvwm/menus.c (pop_menu_up):
14375         * fvwm/builtins.c (CMD_WindowShade):
14376         * fvwm/move_resize.c (resize_window):
14377         * fvwm/icons.c (AutoPlaceIcon):
14378         * fvwm/borders.c (SetupFrame):
14379         don't use HAS_BOTTOM_TITLE any more
14380         (ButtonPosition):
14381         function removed
14383         * fvwm/geometry.c (get_title_font_width_and_offset):
14384         * fvwm/geometry.c (set_window_border_size):
14385         * fvwm/geometry.c (is_window_border_minimal):
14386         * fvwm/geometry.c (get_window_borders_no_title):
14387         * fvwm/geometry.c (get_shaded_client_window_pos):
14388         * fvwm/geometry.c (get_icon_corner):
14389         * fvwm/geometry.c (get_title_gravity):
14390         * fvwm/geometry.c (get_title_geometry):
14391         * fvwm/borders.c (get_button_number):
14392         new functions
14394         * fvwm/borders.c (SetupFrame):
14395         (SetShape):
14396         * fvwm/events.c (HandleShapeNotify):
14397         * fvwm/borders.c (SetupTitleBar):
14398         * fvwm/update.c (apply_window_updates):
14399         * fvwm/add_window.c (setup_window_font):
14400         removed title_top_height
14402         * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14403         renamed
14405         * fvwm/events.c (SendConfigureNotify):
14406         * fvwm/events.c (HandleConfigureRequest):
14407         preparations for W/E titles
14408         don't use title_top_height any more
14410         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14411         use title_dir flags
14413         * fvwm/geometry.c (get_window_borders):
14414         * fvwm/style.c (parse_and_set_window_style):
14415         (check_window_style_change):
14416         * fvwm/style.h (SCSET_TITLE_DIR):
14417         * fvwm/window_flags.h (GET_TITLE_DIR):
14418         * fvwm/fvwm.h (struct):
14419         replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14420         DIR_W or DIR_E
14422         * libs/Parse.c (ParseDirectionArgument):
14423         * libs/Parse.h:
14424         use new type direction_type
14426 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14428         * fvwm/ewmh.c (EWMH_SetFrameStrut):
14429         use function from geometry.c to get the border size
14431         * fvwm/geometry.c (get_shaded_geometry):
14432         added code for shading in all directions
14434 2002-03-07  Dan Espen  <dane@mk.telcordia.com>
14436         * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14438 2002-03-07  olicha  <olivier.chapuis@free.fr>
14440         * libs/Flocale.c (FInitLocale):
14441         * fvwm/fvwm.c (main):
14442         Set the locale using "" as locale argument
14444 2002-03-07  Mikhael Goikhman  <migo@homemail.com>
14446         * fvwm/fvwm2.1:
14447         fixed some typos and indentation of several new variable entries
14449 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14451         * fvwm/functions.h (enum):
14452         * fvwm/functions.c (func_config):
14453         * fvwm/commands.h:
14454         * fvwm/conditional.c (CMD_ThisWindow):
14455         renamed command "This" to "ThisWindow"
14457         * fvwm/conditional.c (Circulate):
14458         "Current" no longer selects a random window when no window is focused
14460         * fvwm/icccm2.c (SetupICCCM2):
14461         removed debug fprintf
14463         * fvwm/functions.c (expand_extended_var):
14464         implemented new extended variables pointer.x, pointer.x, pointer.wx,
14465         pointer.wy, pointer.cx and pointer.cy.
14467         * libs/Parse.c (ParseDirectionArgument):
14468         allow N, S, W, E, NW, SW, SE, NE for direction arguments
14470         * fvwm/builtins.c (CMD_WindowShade):
14471         fixes for animated shading w/ titleatbottom+north and titleattop+south
14473 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14475         * fvwm/move_resize.c (moveLoop):
14476         (resize_window):
14477         * fvwm/virtual.c (HandlePaging):
14478         moving/resizing windows opaque is much faster
14480 2002-03-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14482         * fvwm/add_window.c (resize_resize_handle_windows):
14483         (change_resize_handle_windows):
14484         (setup_window_font):
14485         fixed changing the handlewidth style
14487         * fvwm/update.c (apply_window_updates):
14488         * fvwm/geometry.c (update_absolute_geometry):
14489         * fvwm/builtins.c (CMD_WindowShade):
14490         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14491         * fvwm/conditional.c (CreateConditionMask):
14492         * fvwm/geometry.c (get_shaded_geometry):
14493         * fvwm/session.c (MatchWinToSM):
14494         * fvwm/add_window.c (setup_window_structure):
14495         (AddWindow):
14496         * fvwm/window_flags.h (SHADED_DIR):
14497         * fvwm/fvwm.h (struct):
14498         implemented new WindowShade options "North" and "South" to allow shading
14499         a window in either direction, regardless of if the title is at the top
14500         or bottom.
14502         * libs/Module.c (module_expand_action):
14503         new convenience function for modules
14505 2002-03-03  Dan Espen  <dane@mk.telcordia.com>
14507         * fvwm/fvwm2.1: Fixes to the font section.
14509 2002-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14511         * fvwm/conditional.c (CMD_WindowId):
14512         set the correct context window for unmanaged windows
14514         * fvwm/icons.c (DrawIconWindow):
14515         raise the icon title even if it's too small to be expanded
14517         * fvwm/conditional.c (CMD_Cond):
14518         Fixed it the right way this time
14519         (CMD_Any):
14520         same fix for the 'Any' command
14521         (circulate_cmd):
14522         (CMD_Prev):
14523         (CMD_Next):
14524         (CMD_None):
14525         (CMD_Any):
14526         (CMD_Current):
14527         unified circulating functions into a single one
14528         (CMD_Pick):
14529         Pick allows to pick functions that have CirculateSkip set
14530         fixed a memory leak
14531         (select_cmd):
14532         (CMD_This):
14533         (CMD_Pick):
14534         (CMD_PointerWindow):
14535         unified selecting functions into a single one
14536         (CMD_PointerKey):
14537         (CMD_All):
14538         Allow user to override the default CirculateHit of these functions
14540         * fvwm/conditional.c (CMD_Cond):
14541         Fixed a problem w/ the window selection
14543         * fvwm/menus.h:
14544         * fvwm/menus.c:
14545         * fvwm/menudim.h:
14546         * fvwm/menudim.c:
14547         * fvwm/menustyle.h:
14548         * fvwm/menustyle.c:
14549         * fvwm/menucmd.c:
14550         * fvwm/menuitem.c:
14551         * fvwm/menuitem.h:
14552         moved some of the menu code into separate files
14553         more work on tear off menus; windowlist can now be torn off without a
14554         memory leak
14556         * fvwm/template.c:
14557         * fvwm/template.h:
14558         added templates for new source files
14560         * libs/Picture.c (fvwmlib_clone_color):
14561         new function
14563         * fvwm/menus.c (make_menu):
14564         (update_menu):
14565         removed unused parameter from make_menu()
14567         * fvwm/fvwm2.1 (Example):
14568         corrected statement about CaptureHonorsStartsOnPage being the default
14570 2002-03-03  Mikhael Goikhman  <migo@homemail.com>
14572         * INSTALL.fvwm:
14573         * Makefile.am:
14574         * configure.in:
14575         added and documented --disable-bidi and --disable-perllib
14577 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14579         * fvwm/geometry.c (get_window_borders):
14580         fixed calculation of $[cw.y] and $[cw.height]
14582         * fvwm/move_resize.c (resize_move_window):
14583         windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14585 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14587         * fvwm/move_resize.c (resize_move_window):
14589 2002-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14591         * configure.in:
14592         re-added --enable-xinerama-emulation option that was removed recently
14594 2002-02-28  Mikhael Goikhman  <migo@homemail.com>
14596         * INSTALL.fvwm:
14597         * NEWS:
14598         * fvwm/fvwm2.1:
14599         several corrections and rewording
14601 2002-02-28  olicha  <olivier.chapuis@free.fr>
14603         * fvwm/fvwm2.1:
14604         New section FONT NAMES AND FONT LOADING
14606         * INSTALL.fvwm:
14607         * NEWS:
14608         Document --enable-xft
14610         * libs/Fft.c (get_FlocaleXftFont):
14611         Used the xft font height in the place of ascent+descent
14613         * fvwm/icons.c (DrawIconWindow):
14614         Fixed the fg colors of the icon title
14616 2002-02-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14618         * fvwm/conditional.c (CMD_CondCase):
14619         fixed CondCase command
14620         (CMD_Cond):
14621         fixed numeric return codes
14623         * fvwm/add_window.c (CMD_Recapture):
14624         fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14626         * acinclude.m4 (smr_CHECK_LIB):
14627         disabled a destructing gnome_prefix logic again
14629         * fvwm/events.c (GetContext):
14630         * libs/Bindings.c (win_contexts):
14631         * libs/fvwmlib.h:
14632         new contexts for individual parts of the window border
14634 2002-02-26  Mikhael Goikhman  <migo@homemail.com>
14636         * acinclude.m4:
14637         disabled a destructing gnome_prefix logic
14639         * configure.in:
14640         replaced fribidi detection mechanism, now fribidi-config is used
14642 2002-02-26  olicha  <olivier.chapuis@free.fr>
14644         * acconfig.h (HAVE_XFT):
14645         * acinclude.m4:
14646         * configure.in:
14647         * libs/Fft.c (new file):
14648         * libs/Flocale.c (FlocaleLoadFont):
14649         (FlocaleUnloadFont):
14650         (FlocaleDrawString):
14651         (FlocaleTextWidth):
14652         (get_FlocaleFontSet):
14653         (get_FlocaleFont):
14654         (get_FlocaleFontOrFontSet):
14655         * libs/Flocale.h:
14656         * fvwm/Makefile.am:
14657         Added anti-alised font rendering using Xft. This is off by default.
14658         A font can now be given as a ";" separated list of either ","
14659         separated list of XFLD font name or Xft font name with "xft:" as
14660         prefix, e.g.:
14661           xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14662         See Flocale.h for details
14664         * fvwm/events.c (HandleExpose):
14665         * fvwm/menus.c (paint_item):
14666         Always clear the text area before drawing text with an Xft font
14668 2002-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14670         * acinclude.m4 (smr_CHECK_LIB):
14671         fixed a bug with variable expansion and autoconf cache values
14673 2002-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14675         * fvwm/menus.c (seek_submenu_instance):
14676         (FindPopup):
14677         * fvwm/fvwm.c (InitVariables):
14678         some general menu clean up
14680         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14681         * fvwm/move_resize.h (resize_geometry_window):
14682         * fvwm/menus.c (animated_move_back):
14683         (pop_menu_up):
14684         (ParentalMenuRePaint):
14685         Removed the global variables for parental relativity.  Please *do not*
14686         use globals in menus.c or anywhere else.  I'm trying to remove most
14687         globals in the long run.
14689         * libs/Graphics.c (do_relieve_rectangle):
14690         removed debug code
14692         * fvwm/menus.c (MenuInteraction):
14693         fixed tearing off menus by selecting a tear off item with the keyboard
14695         * fvwm/menus.c (MenuInteraction):
14696         fixed menus not popping down sometimes
14698         * fvwm/functions.c (CMD_TearMenuOff):
14699         * fvwm/menus.c (AddToMenu):
14700         (MenuInteraction):
14701         (warp_pointer_to_item):
14702         (get_selectable_item_index):
14703         (get_selectable_item_from_index):
14704         (get_selectable_item_from_section):
14705         (menuShortcuts):
14706         (paint_item):
14707         (draw_tear_off_bar):
14708         * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14709         New command "TearMenuOff" in menus.  In a normal item, this tears off
14710         the menu when selected.  If the item has no title, it is drawn as a
14711         dashed line too.  Pressing button 2 over a title tears out the menu too.
14712         some clean up
14714         * fvwm/menus.c (make_menu_window):
14715         fixed problem w/ mapping menus, performance enhancement
14717         * fvwm/builtins.c (CMD_Destroy):
14718         (CMD_Close):
14719         fixed core dump
14721         * fvwm/functions.c (execute_function):
14722         (expand_extended_var):
14723         (expand):
14724         new variable cond.rc that returns the last return code of a conditinal
14725         command
14727 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14729         * fvwm/conditional.c (CMD_Cond):
14730         (CMD_CondCase):
14731         (CMD_Break):
14732         * fvwm/commands.h:
14733         * fvwm/functions.h:
14734         * fvwm/functions.c:
14735         new conditional commands Cond, CondCase and Break
14737         * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14738         (ewmh_WMStateShaded):
14739         (ewmh_WMState):
14740         (ewmh_MoveResize):
14741         (ewmh_WMStateHidden):
14742         (ewmh_WMDesktop):
14743         (ewmh_CloseWindow):
14744         (ewmh_ActiveWindow):
14745         (ewmh_DesktopGeometry):
14746         * fvwm/gnome.c (GNOME_HandlePropRequest):
14747         * fvwm/windowlist.c (CMD_WindowList):
14748         * fvwm/update.c (apply_window_updates):
14749         * fvwm/conditional.c (CMD_Pick):
14750         (CMD_Prev):
14751         (CMD_Next):
14752         (CMD_None):
14753         (CMD_Any):
14754         (CMD_Current):
14755         (CMD_PointerWindow):
14756         (CMD_This):
14757         (CMD_All):
14758         (CMD_Direction):
14759         (CMD_WindowId):
14760         * fvwm/read.c (run_command_stream):
14761         * fvwm/fvwm.c (Done):
14762         (SetRCDefaults):
14763         (StartupStuff):
14764         (main):
14765         * fvwm/module_interface.c (ExecuteModuleCommand):
14766         * fvwm/move_resize.c (handle_stick):
14767         * fvwm/add_window.c (AddWindow):
14768         * fvwm/events.c (HandleKeyPress):
14769         (HandleButtonPress):
14770         (HandleClientMessage):
14771         (HandleButtonRelease):
14772         (HandlePropertyNotify):
14773         * fvwm/builtins.c (CMD_DestroyDecor):
14774         (AddToDecor):
14775         (CMD_StrokeFunc):
14776         * fvwm/functions.h (func_type):
14777         * fvwm/functions.c (old_execute_function):
14778         (execute_function):
14779         (execute_complex_function):
14781         * fvwm/fvwm.h (fvwm_cond_func_rc):
14782         inplemented return codes OK, NO_MATCH and ERROR for conditional commands
14784         * fvwm/ConfigFvwmDefaults:
14785         set some default styles for tear off menu windows
14787         * fvwm/menus.c (menuShortcuts):
14788         ignore actions that would normally close a menu if it's a tear off menu
14789         <Backspace> creates a tear off menu
14790         <Escape> closes a tear off menu
14792         * fvwm/builtins.c (CMD_Delete):
14793         (CMD_Destroy):
14794         (CMD_Close):
14795         * fvwm/menus.c (DestroyMenu):
14796         (make_menu_window):
14797         (MenuInteraction):
14798         * fvwm/menus.h (MenuRootDynamic):
14799         Each menu window is created with a unique display to prevent fvwm from
14800         being killed when a tear off menu is destroyed.  Of course this is
14801         inefficient, but still better than writing a menu module.
14803 2002-02-23  Mikhael Goikhman  <migo@homemail.com>
14805         * configure.in:
14806         autogenerate perllib/FVWM/Module/Makefile
14808 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14810         * fvwm/move_resize.c (moveLoop):
14811         fixed a problem with keyboard movement vs. EdgeResistance
14813 2002-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14815         * fvwm/events.c:
14816         fixed problem with root bindings and xfishtank
14818         * fvwm/windowlist.c (CMD_WindowList):
14819         applied patch by to Darren Marshall to fix placement of window list on
14820         wrong xinerama screen
14822         * libs/Parse.c (GetSuffixedIntegerArguments):
14823         integer arguments that must not have a suffix but have one are ignored
14825         * fvwm/icons.c (DeIconify):
14826         (Iconify):
14827         applied patch by Markus Schwarzenberg to fix a rare problem with the
14828         is_map_pending flag, iconified icons and restart
14830 2002-02-22  Mikhael Goikhman  <migo@homemail.com>
14832         * fvwm/commands.h:
14833         * fvwm/conditional.c (CMD_This):
14834         * fvwm/functions.c:
14835         * fvwm/functions.h:
14836         * fvwm/fvwm2.1:
14837         * NEWS:
14838         added new conditional command This
14840 2002-02-21  Mikhael Goikhman  <migo@homemail.com>
14842         * acconfig.h:
14843         * configure.in:
14844         added fribidi library detection
14846 2002-02-12  olicha  <olivier.chapuis@free.fr>
14848         * libs/Flocale.h (FlocaleFont):
14849         * libs/Flocale.c (get_FlocaleFont):
14850         (get_FlocaleFontSet):
14851         Compute the ascent and descent of the FlocaleFont structure directly
14852         from the XFontSetExtents data in the case of a fontset
14853         Added max_char_width to the FlocaleFont structure
14855         * libs/Makefile.am (libfvwm_a_SOURCES):
14856         * libs/GetFont.c:
14857         Removed libs/GetFont.c
14859         * fvwm/menus.c (FreeMenuStyle):
14860         (UpdateMenuStyle):
14861         (NewMenuStyle):
14862         (CMD_CopyMenuStyle):
14863         * fvwm/menus.h (MenuLook):
14864         Fixed default font handling font by using a new MenuLook flags
14865         USING_DEFAULT_FONT
14867         * fvwm/menus.c (UpdateMenuStyle):
14868         Fixed default font update
14870         * fvwm/fvwm.c (SetRCDefaults):
14871         (InitVariables):
14872         Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
14873         fvwm initialization
14875 2002-02-11  Mikhael Goikhman  <migo@homemail.com>
14877         * configure.in:
14878         added FvwmPerl/* file generation
14880 2002-02-11  olicha  <olivier.chapuis@free.fr>
14882         * INSTALL.fvwm:
14883         * NEWS:
14884         Multibyte news. Document --disable-compound-text and --disable-ewmh.
14886         * libs/Flocale.h:
14887         Added more documentation and change the MB_FALLBACK_FONT to
14888         "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
14889         -*-medium-r-normal-*-16-*" (with XFree) this should gives something
14890         more consistent with the none multibyte case.
14892 2002-02-10  olicha  <olivier.chapuis@free.fr>
14894         * fvwm/ewmh.c (EWMH_RestoreInitialStates):
14895         (EWMH_ExitStuff):
14896         * fvwm/events.c (HandleUnmapNotify):
14897         (HandleReparentNotify):
14898         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14899         (ewmh_WMStateSticky):
14900         (ewmh_WMStateHidden):
14901         Restore various ewmh initial states when a window is  unmapped or
14902         reparented
14904 2002-02-10  Mikhael Goikhman  <migo@homemail.com>
14906         * Makefile.am:
14907         * configure.in:
14908         added support for new perllib directory
14910 2002-02-09  olicha  <olivier.chapuis@free.fr>
14912         * libs/fvwmlib.h:
14913         * libs/Flocale.c:
14914         * libs/Flocale.h:
14915         * acconfig.h:
14916         * configure.in:
14917         Rename I18N_MB to MULTIBYTE
14918         Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
14920         * libs/Flocale.c (*):
14921         * libs/Flocale.h:
14922         New Font and Text API. A cache is used for fonts information. Font
14923         loading is more powerfull as both font or fontset can be loaded.
14924         See Flocale.h for details, more comments will be added soon.
14925         Fortunately, it seems that there are no more memory problems with
14926         --enable-multibyte!
14927         If COMPOUND_TEXT, then non XA_STRING text properties are converted
14928         with XmbTextPropertyToTextList
14930         * fvwm/events.c (HandlePropertyNotify):
14931         * fvwm/misc.c (NewFontAndColor):
14932         * fvwm/icons.h:
14933         * fvwm/misc.h:
14934         * fvwm/menus.c (FreeMenuStyle):
14935         (NewMenuStyle):
14936         (CMD_CopyMenuStyle):
14937         (draw_underline):
14938         (calculate_item_sizes):
14939         (size_menu_horizontally):
14940         (paint_item):
14941         * fvwm/builtins.c (CMD_DefaultFont):
14942         (ApplyDefaultFontAndColors):
14943         * fvwm/add_window.c (destroy_icon_font):
14944         (setup_icon_font):
14945         (destroy_window_font):
14946         (setup_window_font):
14947         (free_window_names):
14948         (setup_window_name):
14949         (setup_icon):
14950         * fvwm/fvwm.h (FvwmWindow):
14951         * fvwm/move_resize.c (DisplayPosition):
14952         (resize_geometry_window):
14953         (DisplaySize):
14954         * fvwm/fvwm.c (InitVariables):
14955         * fvwm/icons.c (DrawIconWindow):
14956         (setup_icon_title_size):
14957         * fvwm/borders.c (RedrawTitle):
14958         (DrawMultiPixmapTitlebar):
14959         * fvwm/screen.h (ScreenInfo):
14960         Use the new Text and Font API
14962 2002-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14964         * fvwm/module_interface.c (PositiveWrite):
14965         fixed core dump when a module died in the select of PositiveWrite()
14967         * fvwm/module_interface.c (initModules):
14968         (ClosePipes):
14969         (do_execute_module):
14970         (KillModule):
14971         (KillModuleByName):
14972         (CMD_SendToModule):
14973         (PositiveWrite):
14974         * fvwm/modconf.c (ModuleConfig):
14975         removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
14977         * fvwm/icons.c (GetXPMFile):
14978         suppress unnecessary error message for xmb icons
14980         * fvwm/misc.c (fvwm_msg):
14981         * fvwm/misc.h (enum):
14982         added new fvwm_msg type "OLD" for deprecated commands
14984 2002-02-07  Mikhael Goikhman  <migo@homemail.com>
14986         * configure.in:
14987         generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
14989         * INSTALL.fvwm:
14990         New section "Bug Reports".
14992 2002-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14994         * fvwm/update.c (apply_window_updates):
14995         fixed propagation of window border and title colours to the modules
14997 2002-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14999         * fvwm/menus.c (do_menu):
15000         fixed leaving tear off menus when something is selected with the mouse
15002 2002-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15004         * fvwm/events.c (HandleEnterNotify):
15005         * fvwm/menus.c:
15006         more work on tear off menus
15008 2002-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15010         * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
15011         * fvwm/menus.c (menu_enter_tear_off_menu):
15012         (find_entry):
15013         (menuShortcuts):
15014         (MenuInteraction):
15015         (pop_menu_up):
15016         properly calculate pointer position in tear off menus
15017         (MenuInteraction):
15018         fixed active wait w/ poopup/popdown delays
15020         * fvwm/windowlist.c (CMD_WindowList):
15021         don't initialise some variables twice
15023 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15025         * fvwm/add_window.c (CaptureOneWindow):
15026         properly recapture tear off menus
15028         (IS_MESSAGE_IN_MASK):
15029         (is_message_selected):
15030         (PositiveWrite):
15031         (PositiveWrite):
15032         * fvwm/schedule.c (deschedule):
15033         (squeue_execute):
15034         * fvwm/events.c (My_XNextEvent):
15035         * libs/queue.h:
15036         * fvwm/module_interface.c (ClosePipes):
15037         (CMD_ModuleSynchronous):
15038         (KillModule):
15039         performance enhancements; made macros out of simple functions
15041         * fvwm/builtins.c (CMD_WindowShade):
15042         don't redraw the decorations if window was not shaded or unshaded
15044         * fvwm/schedule.c (deschedule_obj_func):
15045         (execute_obj_func):
15046         fixed core dump when a scheduled command deschedules itself
15048 2002-01-31  olicha  <olivier.chapuis@free.fr>
15050         * NEWS:
15051         FvwmButtons news
15053 2002-01-31  Mikhael Goikhman  <migo@homemail.com>
15055         * NEWS:
15056         * fvwm/move.c (moveLoop):
15057         while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15059         * fvwm/session.c (get_version_string):
15060         switch from static to date-based version string
15062         * configure.in:
15063         remove --enable-kanji compatibility option
15065         * fvwm/schedule.h:
15066         * libs/queue.h:
15067         fix warnings, gcc compains on having something after #endif
15069 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15071         * fvwm/builtins.c (CMD_Delete):
15072         (CMD_Close):
15073         (CMD_Destroy):
15074         don't crash fvwm when trying to close a tear off menu
15076         * fvwm/decorations.c (is_function_allowed):
15077         * fvwm/menus.c (menu_expose):
15078         (do_menu):
15079         * fvwm/events.c (HandleReparentNotify):
15080         (HandleUnmapNotify):
15081         * fvwm/add_window.c (AddWindow):
15082         (AddWindow):
15083         * fvwm/fvwm.h (struct):
15084         * fvwm/add_window.c (CaptureAllWindows):
15085         (CaptureOneWindow):
15086         * fvwm/events.h (flush_property_notify):
15087         * fvwm/events.c (HandleMapRequestKeepRaised):
15088         started work on tear off menus
15090         * fvwm/fvwm.c (main):
15091         * fvwm/events.c (CMD_Sync):
15092         (CMD_Synchronize):
15093         * fvwm/commands.h (CMD_Synchronize):
15094         * fvwm/functions.h (enum):
15095         * fvwm/functions.c (func_config):
15096         new commands XSync and XSynchronize for debugging
15098         * fvwm/conditional.c (CreateConditionMask):
15099         (MatchesConditionMask):
15100         * fvwm/builtins.c (CMD_State):
15101         * fvwm/fvwm.h (struct):
15102         * fvwm/functions.h:
15103         * fvwm/commands.h:
15104         * fvwm/functions.c (func_config):
15105         new command "State"
15106         new condition "State"
15108         * libs/queue.c:
15109         fixed core dump
15111 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15113         * fvwm/module_interface.c (AddToMessageQueue):
15114         (initModules):
15115         (DeleteMessageQueueBuff):
15116         (FlushMessageQueue):
15117         * fvwm/events.c (My_XNextEvent):
15118         * fvwm/module_interface.c (AddToCommandQueue):
15119         (ExecuteCommandQueue):
15120         use code from queue.c
15122         * fvwm/schedule.c:
15123         * fvwm/queue.c:
15124         * fvwm/queue.h:
15125         * fvwm/events.c (My_XNextEvent):
15126         "Schedule 0" commands are executed before event handling
15127         moved some of the chedule code into a new queue library
15129 2002-01-30  olicha  <olivier.chapuis@free.fr>
15131         * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15133 2002-01-30  olicha  <olivier.chapuis@free.fr>
15135         * libs/Flocale.c:
15136         * libs/Flocale.h:
15137         * libs/Makefile.am:
15138         * fvwm/fvwm.c (main):
15139         New libs files Flocale.c and Flocale.h with a function to set the
15140         locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15141         also a function to get the charset (from ewmh_name.c) and which
15142         setlocale if this has not been done with the above function. This
15143         function is also called at fvwm2 startup
15145         * fvwm/ewmh_names.c (charset_to_utf8):
15146         (utf8_to_charset):
15147         Use the Fcharset variable and remove get_charset
15149         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15150         A minor fix
15152         * libs/GetFont.c (GetFontSetOrFixed):
15153         Free the missing charset list as suggested by Alexander Kotelnikov.
15154         Report problems with missing charset only 5 times. Remove the
15155         STRICTLY_FIXED code
15157 2002-01-30  Mikhael Goikhman  <migo@homemail.com>
15159         * configure.in:
15160         a patch to config.status to generate scripts executable, may be handy;
15161         added generation of utils/fvwm24_convert
15163 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15165         * fvwm/schedule.c:
15166         * fvwm/functions.c (expand_extended_var):
15167         implemented $[schedule.last] and $[schedule.next] variables
15168         implemented new command "Deschedule"
15170         * fvwm/misc.c (get_server_time):
15171         fixed MouseFocus
15173 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15175         * fvwm/misc.c (get_server_time):
15176         * fvwm/events.c (My_XNextEvent):
15177         * fvwm/icccm2.c (SetupICCCM2):
15178         * fvwm/functions.h:
15179         * fvwm/commands.h:
15180         * fvwm/functions.c (func_config):
15181         * fvwm/schedule.c:
15182         implemented new command "Schedule"
15184         * fvwm/builtins.c (CMD_Exec):
15185         applied job control patch by Alexander Kotelnikov using the portable
15186         version of setpgrp()
15188         * libs/setpgrp.c (fvwm_setpgrp):
15189         * libs/setpgrp.h (fvwm_setpgrp):
15190         * libs/Makefile.am:
15191         * configure.in:
15192         added checks for setpgrp and setpgid
15194 2002-01-29  olicha  <olivier.chapuis@free.fr>
15196         * acinclude.m4:
15197         Better test for iconv second argumeny
15199         * configure.in:
15200         Use gnu libiconv in priority against the system iconv
15202 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15204         * fvwm/stack.c (RaiseOrLowerWindow):
15205         (restack_windows):
15206         (collect_transients_recursive):
15207         * fvwm/icons.c (get_visible_icon_window_count):
15208         fixed stack ring corruption with icons that have either no picture or
15209         no title
15211 2002-01-28  olicha  <olivier.chapuis@free.fr>
15213         * fvwm/ewmh_names.c (charset_to_utf8):
15214         (utf8_to_charset):
15215         (EWMH_SetVisibleName):
15216         (get_charset):
15217         Better message errors in get_charset, use UTF-8 in the place of UTF8,
15218         set the ewmh visible (icon) name only if the fvwm visible name is
15219         different from the ICCCM (icon) window name, limit the number of
15220         conversions error messages to 10
15222 2002-01-28  olicha  <olivier.chapuis@free.fr>
15224         * fvwm/functions.c (func_config):
15225         * fvwm/commands.h:
15226         * fvwm/builtins.c (CMD_PropertyChange):
15227         New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15228         messages
15230         * fvwm/module_interface.h:
15231         * fvwm/module_interface.c (BroadcastPropertyChange):
15232         * libs/Module.h (MX_PROPERTY_CHANGE):
15233         New module message MX_PROPERTY_CHANGE for all propose messages.
15235         * fvwm/events.c (HandlePropertyNotify):
15236         * libs/defaults.h:
15237         Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15238         as argument when fvwm2 detects that the root background change
15239         Removed the ROOT_BG_CHANGE_STRING stuff
15241 2002-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15243         * NEWS, configure.in:
15244         changed version to 2.5.1
15246         * fvwm/misc.c (get_pointer_fvwm_window):
15247         * fvwm/commands.h:
15248         * fvwm/functions.c (func_config):
15249         * fvwm/conditional.c (CreateConditionMask):
15250         (MatchesConditionMask):
15251         (CMD_PointerWindow):
15252         (CreateConditionMask):
15253         (CMD_Any):
15254         * fvwm/fvwm.h (WindowConditionMask):
15255         new conditions focused, !focused, haspointer, !haspointer
15256         new command PointerWindow that works like Current but on the window
15257         that currently contains the pointer
15258         new command Any which works like None but inverts the condition
15259         fixed parsing of conditions with more than one comma
15261         * fvwm/module_interface.h:
15262         * fvwm/module_interface.c (do_execute_module):
15263         (initModules):
15264         * libs/Module.h (MAX_XMSG_MASK):
15265         fixed default message mask for modules
15267         * fvwm/update.c (flush_window_updates):
15268         * fvwm/virtual.c (UnmapDesk):
15269         (MapDesk):
15270         (do_move_window_to_desk):
15271         * fvwm/icons.c (DeIconify):
15272         (DeIconify):
15273         * fvwm/events.c (HandlePropertyNotify):
15274         (HandleMapRequestKeepRaised):
15275         (HandleMapNotify):
15276         (HandleButtonPress):
15277         (HandleEnterNotify):
15278         (HandleLeaveNotify):
15279         * fvwm/focus.c (DoSetFocus):
15280         (MoveFocus):
15281         (SetFocusWindow):
15282         (ReturnFocusWindow):
15283         (DeleteFocus):
15284         (ForceDeleteFocus):
15285         (FocusOn):
15286         (restore_focus_after_unmap):
15287         Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15288         suppressing the M_FOCUS_CHANGE message if the focus does not change in
15289         the flush_window_updates() function.
15291 2002-01-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15293         * fvwm/placement.c (PlaceWindow):
15294         minor performance enhancement
15296 2002-01-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15298         * libs/defaults.h:
15299         * fvwm/menus.c (MenuInteraction):
15300         (pointer_in_active_item_area):
15301         (pointer_in_passive_item_area):
15302         new menu style PopupActiveArea
15304 2002-01-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15306         * fvwm/move_resize.c (CMD_ResizeMaximize):
15307         (CMD_ResizeMoveMaximize):
15308         fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15310 2002-01-21  olicha  <olivier.chapuis@free.fr>
15312         * fvwm/fvwm2.1:
15313         s/Penalities/Penalties/g
15315 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15317         * fvwm/events.c (HandleLeaveNotify):
15318         (HandleEnterNotify):
15319         * fvwm/modconf.c (ModuleConfig):
15320         * fvwm/update.c (apply_window_updates):
15321         * fvwm/module_interface.c (BroadcastWindowIconNames):
15322         (CMD_Send_WindowList):
15323         (initModules):
15324         (do_execute_module):
15325         (PositiveWrite):
15326         (CMD_set_nograb_mask):
15327         (CMD_set_sync_mask):
15328         (CMD_set_mask):
15329         (set_mseggage_mask):
15330         (is_message_in_mask):
15331         (is_message_selected):
15332         * libs/Module.h:
15333         rewrote message interface to allow more than 32 messages with minimal
15334         changes in the existing interfaces.
15335         new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15337         * fvwm/style.h:
15338         * fvwm/style.c (parse_and_set_window_style):
15339         * fvwm/fvwm.h (struct):
15340         * fvwm/events.c (HandleButtonPress):
15341         implemented new styles MouseFocusClickIgnoreMotion and
15342         MouseFocusClickIgnoreMotionOff
15344         * fvwm/focus.c (focus_grab_buttons):
15345         fixed button mask for > 5 buttons
15347 2002-01-19  olicha  <olivier.chapuis@free.fr>
15349         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15350         Save and restore the icon_pixmap_w and add comments
15352 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15354         * fvwm/events.c (HandleEnterNotify):
15355         fixed EnterNotify events for icons
15357 2002-01-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15359         * fvwm/*.c:
15360         * fvwm/stack.c (overlap_box):
15361         (overlap):
15362         * fvwm/icons.c (clear_icon):
15363         * fvwm/add_window.c (destroy_icon):
15364         * fvwm/fvwm.h (FvwmWindow):
15365         * fvwm/geometry.c (get_window_borders):
15366         (get_client_geometry):
15367         * libs/fvwmrect.h (struct):
15368         * fvwm/functions.c (expand_extended_var):
15369         implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15370         return the geometry of the client window
15371         implemented new extended variables it.x, it.y, it.width, it.height that
15372         return the geometry of the icon title
15373         implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15374         return the geometry of the icon picture
15375         implemented new extended variables i.x, i.y, i.width, i.height that
15376         return the geometry of the whole icon
15377         fixed $[w.height] when the window is shaded
15378         cleaned up icon geometry code
15380 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15382         * fvwm/commands.h:
15383         * fvwm/functions.c:
15384         * fvwm/functions.h:
15385         * fvwm/move_resize.c (unmaximize_fvwm_window):
15386         (maximize_fvwm_window):
15387         (CMD_Maximize):
15388         (CMD_ResizeMaximize):
15389         (CMD_Resize):
15390         (resize_window):
15391         (CMD_ResizeMove):
15392         (resize_move_window):
15393         (CMD_ResizeMoveMaximize):
15394         New command ResizeMaximize.  Works like Resize, but modifies the
15395         maximized size of the window, not the normal size.
15396         New command ResizeMoveMaximize that works similarly.
15397         (resize_move_window):
15398         fixed ResizeMove command
15400         * fvwm/functions.c (expand):
15401         fixed core dump when using something like $[$v] in a command
15403 2002-01-17  olicha  <olivier.chapuis@free.fr>
15405         * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15406         * fvwm/events.c (HandlePropertyNotify):
15407         * fvwm/fvwm.c (InternUsefulAtoms):
15408         * fvwm/extern.h:
15409         Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15410         that the root background has changed. This uses the _XSETROOT_ID
15411         and XROOTPMAP_ID properties
15413         * fvwm/ewmh.c (atom_get):
15414         Be paranoid
15416 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15418         * fvwm/update.c (flush_window_updates):
15419         fixed unnecessary window style updates
15421         * fvwm/style.c (parse_and_set_window_style):
15422         * fvwm/add_window.c (RestoreWithdrawnLocation):
15423         (AddWindow):
15424         (setup_frame_attributes):
15425         * fvwm/fvwm.h (FvwmWindow):
15426         Fvwm does no longer disable backing store on all of its windows. This
15427         cause too many problems with some applications, e.g. rdist.  Introduced
15428         the new style BackingStoreWindowDefault that tells fvwm not to modify
15429         the backing store attribute on the client window - which now is the
15430         default.
15432 2002-01-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15434         * fvwm/commands.h:
15435         * fvwm/functions.c (func_config):
15436         * libs/Module.c (SetMessageMask2):
15437         (SetNoGrabMask2):
15438         * libs/Module.h:
15440         * configure.in:
15441         fixed building with libstroke-0.5.1 on Solaris8
15443         * fvwm/stack.c (new_layer):
15444         * fvwm/borders.c (DrawButton):
15445         (RedrawButtons):
15446         (RedrawTitle):
15447         * fvwm/builtins.c (SetLayerButtonFlag):
15448         (do_button_style):
15449         * fvwm/screen.h (struct):
15450         Applied the layer button patch by Richard Curnow with a few
15451         modifications
15453         * fvwm/icons.c (GetIconBitmap):
15454         (GetIconWindow):
15455         Ignore client icons that have the wrong depth
15457         * fvwm/events.c (HandleEnterNotify):
15458         Tried to fix focusing problem w/ unclutter.
15460 2002-01-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15462         * fvwm/functions.c (CheckActionType):
15463         remove debug code
15465         * fvwm/menus.c (paint_item):
15466         * fvwm/misc.c (is_function_allowed):
15467         * fvwm/move_resize.c (is_move_allowed):
15468         (is_resize_allowed):
15469         (is_maximize_allowed):
15470         * fvwm/decorations.c (check_if_function_allowed):
15471         combined all these functions into a new one
15472         use this function everywhere
15473         use the Fixed... styles to decide if a menu item is greyed or not
15475 2002-01-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15477         * fvwm/events.c (HandleExpose):
15478         eat up expose events even if the server claims that the expose count is
15479         zero; fixes a problem with many redraws of windows that are uncovered
15480         by shading a window above them
15482 2002-01-10  olicha  <olivier.chapuis@free.fr>
15484         * fvwm/focus.c (DoSetFocus):
15485         * fvwm/move_resize.c (CMD_Maximize):
15486         (CMD_Maximize):
15487         (handle_stick):
15488         (CMD_ResizeMove):
15489         (CMD_Resize):
15490         * fvwm/icons.c (DeIconify):
15491         (DeIconify):
15492         (Iconify):
15493         * fvwm/gnome.c (GNOME_HandlePropRequest):
15494         * fvwm/ewmh_names.c (EWMH_WMName):
15495         * fvwm/events.c (HandleFocusIn):
15496         (HandlePropertyNotify):
15497         (HandleMapNotify):
15498         (HandleButtonPress):
15499         (HandleLeaveNotify):
15500         (HandleExpose):
15501         * fvwm/builtins.c (CMD_UpdateDecor):
15502         (CMD_WindowShade):
15503         * fvwm/borders.c (draw_clipped_decorations):
15504         (DrawDecorations):
15505         (RedrawDecorations):
15506         * fvwm/borders.h:
15507         Added a new argument to DrawDecoration similar to draw_window_parts,
15508         which indicate which part of the decor should be cleared. At present
15509         time only CLEAR_FRAME is taken in account and this is used in
15510         ShadeWindow to draw the decoration without flickering. This argument
15511         may be used in the future to reduce opaque resizing flickering
15513         * fvwm/builtins.c (CMD_WindowShade):
15514         Draw the decoration during unshading a window
15516         * fvwm/menus.c (ParentalMenuRePaint):
15517         Fixed transparent animated menu again
15519         * NEWS:
15520         Some update
15522 2002-01-09  olicha  <olivier.chapuis@free.fr>
15524         * fvwm/style.c (CMD_Style):
15525         free all the elements of the ptmpstyle before freeing it
15527         * fvwm/menus.c (ParentalMenuRePaint):
15528         Fixed transparent animated menu with HilightBackOff
15530 2002-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15532         * fvwm/style.c (merge_styles):
15533         fixed core dump w/ multiple use of the UseStyle style and HilightBack
15534         in the copied style
15536 2002-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15538         * fvwm/modconf.c (send_ignore_modifiers):
15539         (send_move_threshold):
15540         (send_click_time):
15541         (send_colorsets):
15542         (send_color_limit):
15543         (send_image_path):
15544         (send_desktop_geometry):
15545         (CMD_Send_ConfigInfo):
15546         moved code into new functions
15548         * libs/defaults.h (DEFAULT_MODS_UNUSED):
15549         moved to defaults.h
15551         * fvwm/bindings.c (CMD_IgnoreModifiers):
15552         * fvwm/module_interface.c (broadcast_xinerama_state):
15553         * fvwm/modconf.c (send_ignore_modifiers):
15554         broadcast IgnoreModifiers to modules
15556         * fvwm/bindings.c (CMD_IgnoreModifiers):
15557         fixed IgnoreModifiers command without arguments
15558         * fvwm/fvwm2.1:
15559         corrected documentation of IgnoreModifiers command
15561 2002-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15563         * fvwm/add_window.c:
15564         * fvwm/cursor.c:
15565         * fvwm/virtual.c:
15566         * fvwm/builtins.c:
15567         * fvwm/bindings.c:
15568         * fvwm/move_resize.c:
15569         * fvwm/events.c:
15570         * fvwm/stack.c:
15571         * fvwm/module_interface.c:
15572         * fvwm/focus.c:
15573         * fvwm/placement.c:
15574         * fvwm/menus.c:
15575         * fvwm/icons.c:
15576         * fvwm/fvwm.h (FvwmWindow):
15577         remnamed icon_w member to icon_title_w
15579 2002-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15581         * fvwm/icons.c (RedoIconName):
15582         fixed sizing of icon title for icons without a pixmap
15583         (RedoIconName):
15584         (CreateIconWindow):
15585         (Iconify):
15586         (CreateIconWindow):
15587         rewrote icon title layout and moved the constants to defaults.h
15589         * fvwm/menus.c (menuShortcuts):
15590         (handle_emacs_bindings):
15591         implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15593 2002-01-04  Dan Espen  <dane@mk.telcordia.com>
15595         * fvwm/fvwm2.1: Language checks done.
15596         .IR command not in column 1 fixed.
15598 2002-01-04  olicha  <olivier.chapuis@free.fr>
15600         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15601         (AnimatedMoveOfWindow):
15602         (AnimatedMoveFvwmWindow):
15603         (move_window_doit):
15604         * fvwm/menus.c (ParentalMenuRePaint):
15605         (animated_move_back):
15606         (pop_menu_up):
15607         Fixed transparent animated menu
15609 2002-01-03  olicha  <olivier.chapuis@free.fr>
15611         * fvwm/move_resize.c (is_resize_allowed):
15612         (is_move_allowed):
15613         Do not check if moveing/resizeing is MWM allowed for a no user request
15614         This fix for example FvwmWinList with MwmFunctions & NoOverride
15616         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15617         * fvwm/move_resize.c (is_move_allowed):
15618         Allowed moving if tmp_win is null and check if move is allowed and
15619         not resize in AnimatedMoveAnyWindow. This fix animated menu
15621         * fvwm/ewmh.c (ewmh_AllowsMaximize):
15622         (ewmh_AllowsMove):
15623         (ewmh_AllowsResize):
15624         Check as a user request
15626         * fvwm/fvwm2.1:
15627         * fvwm/move_resize.c (CMD_Maximize):
15628         (MaximizeWidth):
15629         (MaximizeHeight):
15630         New global flags "layer" and "ewmiwa". layer causes the grow* methods
15631         to ignore the windows with a layer less or equal to the layer of
15632         the maximized window. ewmhiwa causes to ignore the ewmh working area.
15633         Reorder a bit the Maximize documentation
15635         * fvwm/fvwm2.1:
15636         * fvwm/functions.c (expand_extended_var):
15637         New variables $[desk.name<n>] to get the desktop names
15639 2002-01-01  Dan Espen  <dane@mk.telcordia.com>
15641         * fvwm/read.c (CMD_Read): Correct message on missing file when using
15642         Read with full path.
15644 2002-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15646         * libs/defaults.h:
15647         * fvwm/misc.c (GrabEm):
15648         reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15650         * fvwm/events.c (HandleUnmapNotify):
15651         (HandleMapRequestKeepRaised):
15652         (check_map_request):
15653         fixed unmanaged window when window was mapped/unmapped/mapped too fast
15655         * fvwm/add_window.c (FetchWmProtocols):
15656         (setup_wm_hints):
15657         * fvwm/fvwm.h (FvwmWindow):
15658         * fvwm/events.c (HandleEnterNotify):
15659         (HandlePropertyNotify):
15660         * fvwm/focus.c (refresh_focus):
15661         (set_focus_model):
15662         fixed focus problems with netscape and ddd
15664 2001-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15666         * libs/Target.c (fvwmlib_keyboard_shortcuts):
15667         * libs/Pointer.c (GetLocationFromEventOrQuery):
15668         * fvwm/virtual.c (HandlePaging):
15669         * fvwm/move_resize.c (GetOnePositionArgument):
15670         (InteractiveMove):
15671         (AnimatedMoveAnyWindow):
15672         (moveLoop):
15673         (CMD_Resize):
15674         * fvwm/module_interface.c (ExecuteModuleCommand):
15675         * fvwm/menus.c (do_menu):
15676         (menuShortcuts):
15677         (MenuInteraction):
15678         (get_menu_options):
15679         * fvwm/functions.c (execute_complex_function):
15680         * fvwm/events.c (HandleClientMessage):
15681         (WaitForButtonsUp):
15682         * fvwm/conditional.c (CMD_Direction):
15683         * fvwm/builtins.c (CMD_CursorMove):
15684         (CMD_FakeClick):
15685         (CMD_StrokeFunc):
15686         handle return code of XQueryPointer everywhere; necessary for dual head
15688         * fvwm/misc.c (GrabEm):
15689         Pointer was warped to other screen with a dual head setup
15691 2001-12-31  olicha  <olivier.chapuis@free.fr>
15693         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15694         Removed some code which try to raise ewmh modal window over
15695         its transientfor window; this seems not possible without a new style
15696         or a bad hack in stack.c
15698 2001-12-30  Dan Espen  <dane@mk.telcordia.com>
15700         * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15701         fallback to fixed font so it shows the right font for I18N.
15703 2001-12-30  olicha  <olivier.chapuis@free.fr>
15705         * fvwm/window_flags.h:
15706         * fvwm/session.c (MatchWinToSM):
15707         (LoadWindowStates):
15708         (SaveWindowStates):
15709         (get_version_string):
15710         * fvwm/move_resize.c (CMD_Maximize):
15711         (handle_stick):
15712         * fvwm/icons.c (CMD_Iconify):
15713         * fvwm/ewmh.c (EWMH_SetWMState):
15714         (EWMH_WindowInit):
15715         (EWMH_ExitStuff):
15716         (EWMH_SetAllowedActions):
15717         (EWMH_WindowInit):
15718         * fvwm/ewmh.h:
15719         * fvwm/ewmh_intern.h:
15720         * fvwm/ewmh_events.c (ewmh_WMState*):
15721         * fvwm/builtins.c (CMD_WindowShade):
15722         * fvwm/stack.c (new_layer):
15723         * fvwm/update.c (apply_window_updates):
15724         * fvwm/update.h (struct):
15725         * fvwm/add_window.c (setup_window_structure):
15726         (setup_window_name):
15727         (setup_icon):
15728         * fvwm/style.c (check_window_style_change):
15729         The skip list and modal ewmh window states are now updated after
15730         an use/ignore ewmh state style changes. The other ewmh states are
15731         starting state only. All the initial ewmh states are keep in memory
15732         for FvwmIdent.
15734         * fvwm/ewmh.c (EWMH_Handle*):
15735         * fvwm/fvwm.h:
15736         Set the ewmh_window_type to an int (and not the corresponding atom)
15737         accordingly to the window type
15739         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15740         ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15741         style
15743         * fvwm/ewmh.c (EWMH_GetStyle):
15744         * fvwm/ewmh_events.c (ewmh_WMDesktop):
15745         Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15746         hints
15748         * libs/vpacket.h (ConfigWinPacket):
15749         * fvwm/module_interface.c (CONFIGARGSNEW):
15750         (OLDCONFIGARGS):
15751         (CONFIGARGS):
15752         Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15753         cfgpacket for FvwmIdent
15755 2001-12-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15757         * fvwm/move_resize.c (resize_geometry_window):
15758         fixed wrong size calculation of geometry window
15760 2001-12-19  olicha  <olivier.chapuis@free.fr>
15762         * fvwm/ewmh_names.c (convert_charsets):
15763         More precise error messages
15765         * fvwm/fvwm2.1:
15766         A few formatting fixes
15768 2001-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15770         * fvwm/gnome.c (GNOME_SetHints):
15771         fixed window getting frozen into position upon a recapture or restart
15773 2001-12-17  Dan Espen  <dane@mk.telcordia.com>
15775         * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
15777 2001-12-17  olicha  <olivier.chapuis@free.fr>
15779         * fvwm/fvwm2.1:
15780         Tried to clarify the EWMHIconicStateWorkaround BugOpts
15782         * fvwm/ewmh.c (delete_kst_item):
15783         (set_kde_sys_tray):
15784         (EWMH_IsKdeSysTrayWindow):
15785         (EWMH_ManageKdeSysTray):
15786         * fvwm/events.c (HandleReparentNotify):
15787         Fixed reparenting management of kde system tray windows and
15788         added some off debugging code
15790         * fvwm/virtual.c (CMD_DesktopName):
15791         Removed some debugging code
15793 2001-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15795         * fvwm/fvwm.h (struct):
15796         * fvwm/window_flags.h (IS_FIXED_PPOS):
15797         * fvwm/style.h (SCSET_IS_FIXED_PPOS):
15798         * fvwm/style.c (parse_and_set_window_style):
15799         (check_window_style_change):
15800         implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
15801         FixedUSSize, FixedPSize and Variable PPosition, ...
15803         * fvwm/events.c (HandleConfigureRequest):
15804         * fvwm/ewmh.c (ewmh_AllowsResize):
15805         (is_resize_allowed):
15806         (ewmh_AllowsMove):
15807         (ewmh_AllowsMove):
15808         * fvwm/gnome.c (GNOME_SetHints):
15809         (AnimatedMoveAnyWindow):
15810         (CMD_ResizeMove):
15811         use new functions
15812         * fvwm/move_resize.c (is_move_allowed):
15813         (is_resize_allowed):
15814         (is_maximize_allowed):
15815         new functions to clean up some code
15817 2001-12-15  Dan Espen  <dane@mk.telcordia.com>
15819         * fvwm/fvwm2.1: Doc fixups.
15821 2001-12-15  olicha  <olivier.chapuis@free.fr>
15823         * fvwm/builtins (CMD_BugOpts):
15824         * fvwm/ewmh.c:
15825         * fvwm/ewmh_conf.c (EWMH_BugOpts):
15826         * fvwm/ewmh_events.c (ewmh_StateHidden):
15827         * fvwm/fvwm.c (InitVariables):
15828         * fvwm/fvwm2.1:
15829         * fvwm/icons.c (CMD_Iconify):
15830         * fvwm/screen.h:
15831         * fvwm/virtual.c (unmap_window):
15832         (map_window):
15833         Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
15834         to fix the IconicState problems in vitrual.c. New BugOpts
15835         EWMHIconicStateWorkaround for supporting current KDE versions
15837         * fvwm/events.c (HandlePropertyNotify):
15838         * fvwm/ewmh.c (ewmh_AllowsYes):
15839         * fvwm/ewmh.h:
15840         (ewmh_AllowsClose):
15841         (ewmh_AllowsMaximize):
15842         (ewmh_AllowsMove):
15843         (ewmh_AllowsResize):
15844         (EWMH_SetAllowedActions):
15845         (EWMH_WindowInit):
15846         * fvwm/style.c (check_window_style_change):
15847         * fvwm/update.c (apply_window_updates):
15848         * fvwm/update.h:
15849         Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
15851 2001-12-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15853         * fvwm/borders.c (RedrawTitle):
15854         * libs/defaults.h (WINDOW_TITLE_OFFSET):
15855         fixed 'stick' lines with long titles
15857 2001-12-11  olicha  <olivier.chapuis@free.fr>
15859         * NEWS:
15860         * fvwm/commands.h:
15861         * fvwm/ewmh.c (ewmh_SetWorkArea):
15862         * fvwm/ewmh.h:
15863         (ewmh_ComputeAndSetWorkArea):
15864         (ewmh_HandleDynamicWorkArea):
15865         (EWMH_GetWorkAreaIntersection):
15866         (EWMH_GetStrutIntersection):
15867         (get_intersection):
15868         * fvwm/ewmh_name.c (EWMH_SetDeskNames):
15869         * fvwm/function.c:
15870         * fvwm/function.h:
15871         * fvwm/fvwm.c (InitVariables):
15872         * fvwm/fvwm2.1:
15873         * fvwm/modconf.c (send_desktop_names):
15874         (CMD_Send_ConfigInfo):
15875         * fvwm/placement.c (get_next_x):
15876         (get_next_y):
15877         * fvwm/screen.h:
15878         * fvwm/virtual.c (CMD_DesktopName):
15879         * fvwm/virtual.h:
15880         (GetDesktopName):
15881         New command "DesktopName desk name" to define desktops names for
15882         the FvwmPager, the WindowList and ewmh compliant pagers.
15883         Desktops information (desk, desk name, working areas) is stored in a
15884         new list sub structure of Scr, DesktopsInfo. The head of the list
15885         contains generic information for desks that are not in the list.
15887         * fvwm/windowlist.c (get_desk_title):
15888         (CMD_WindowList):
15889         * fvwm/fvwm2.1:
15890         * NEWS:
15891         New window list options NoDeskNum, NoCurrentDeskTitle,
15892         TitleForAllDesks, NoNumInDeskTitle. Document these options and also
15893         the NoGeometry and NoGeometryInfo options.
15895         * fvwm/ewmh.c:
15896         * fvwm/ewmh_names.c:
15897         * fvwm/ewmh_icons.c:
15898         Added some static declarations
15900         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15901         It seems that UTF8 names should not be terminated by a 0
15903         * fvwm/ewmh.c (EWMH_SetClientListStacking):
15904         Set the stacking list in the good orders
15906 2001-12-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15908         * vms/config.h:
15909         * fvwm/functions.c:
15910         * fvwm/commands.h:
15911         * fvwm/builtins.c:
15912         * fvwm/borders.c:
15913         removed all MULTISTYLE ifdefs
15915         * fvwm/borders.c (RedrawTitle):
15916         fixed title drawing into relief
15918 2001-12-08  olicha  <olivier.chapuis@free.fr>
15920         * fvwm/style.c:
15921         * fvwm/style.h:
15922         * fvwm/fvwm.h:
15923         * fvwm/update.c:
15924         * fvwm/update.h:
15925         * fvwm/window_flags.h:
15926         * fvwm/fvwm2.1:
15927         s/extended_window_name/indexed_window_name/i
15928         s/extended_icon_name/indexed_icon_name/i
15929         s/do_update_window_name/do_update_visible_window_name/
15930         s/do_update_icon_name/do_update_visible_icon_name/
15932         * fvwm/style.c (CMD_Style):
15933         * fvwm/style.h:
15934         (parse_and_set_window_style):
15935         Split CMD_Style into CMD_Style and parse_and_set_window_style
15937 2001-12-06  olicha  <olivier.chapuis@free.fr>
15939         * fvwm/add_window.c (setup_window_name_count):
15940         (setup_icon_name_count):
15941         Better determination of the window and icon names index
15943         * fvwm/add_window.c (AddWindow):
15944         (setup_icon):
15945         * fvwm/events.c (HandlePropertyNotify):
15946         * fvwm/ewmh_names.c (EWMH_WMName):
15947         (EWMH_WMIconName):
15948         * fvwm/module_interface.c (BroadcastWindowIconNames):
15949         * fvwm/module_interface.h:
15950         (CMD_Send_WindowList):
15951         (CMD_set_mask):
15952         (CMD_set_sync_mask):
15953         (CMD_set_nograb_mask):
15954         * fvwm/update.c (apply_window_updates):
15955         * libs/Module.h:
15956         New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
15957         which are send to modules with BroadcastWindowIconNames.
15958         The set mask cmds use unsigned long mask and not int mask!
15960 2001-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15962         * fvwm/ewmh.h:
15963         * fvwm/ewmh.c:
15964         EWMH without iconv compile fix by Hippo
15966 2001-12-05  olicha  <olivier.chapuis@free.fr>
15968         * fvwm/add_window.c:
15969         * fvwm/ewmh.c (*):
15970         * fvwm/ewmh.h:
15971         * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
15972         * fvwm/ewmh_events.c:
15973         * fvwm/fvwm.h:
15974         * fvwm/fvwm2.1:
15975         * fvwm/move_resize.c (CMD_Maximize):
15976         * fvwm/placement.c (test_fit):
15977         (PlaceWindow):
15978         * fvwm/session.c (SaveWindowStates):
15979         * fvwm/style.c (merge_styles):
15980         * fvwm/style.h:
15981         (check_window_style_change):
15982         * fvwm/update.c (apply_window_updates):
15983         * fvwm/update.h:
15984         * fvwm/window_flags.h:
15985         New ewmh styles:
15986         EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
15987         EWMHMaximizeUseDynamicWorkingArea,
15988         EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
15989         EWMHPlacementUseDynamicWorkingArea,
15990         EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
15991         EWMHIgnoreStateHints / EWMHUseStateHints,
15992         EWMHIgnoreStrutHints / EWMHUseStrutHints
15994         * fvwm/ConfigFvwmDefaults:
15995         Use EWMHPlacementUseDynamicWorkingArea,
15996         EWMHMaximizeUseDynamicWorkingArea as default placement styles
15998         * NEWS:
15999         * fvwm/add_window.c (setup_placement_penalty):
16000         * fvwm/add_window.h:
16001         (setup_placement_penalty):
16002         (AddWindow):
16003         * fvwm/fvwm.h:
16004         * fvwm/placement.c (get_next_x):
16005         * fvwm/placement.h:
16006         (get_next_y):
16007         (test_fit):
16008         * fvwm/style.c (CMD_Style):
16009         * fvwm/style.h:
16010         (check_window_style_change):
16011         * fvwm/update.c (apply_window_updates):
16012         * fvwm/update.h:
16013         * fvwm/window_flags.h:
16014         * libs/default.h:
16015         New styles PlacementOverlapPenalties and
16016         PlacementOverlapPercentPenalties
16018         * NEWS:
16019         * fvwm/add_window.c (setup_window_name_count):
16020         * fvwm/add_window.h:
16021         (setup_icon_name_count):
16022         (setup_visible_name):
16023         (setup_window_name):
16024         (free_window_names):
16025         (setup_icon):
16026         * fvwm/borders.c (DrawMultiPixmapTitlebar):
16027         (RedrawTitle):
16028         * fvwm/events.c (HandlePropertyNotify):
16029         * fvwm/ewmh_names.c (EWMH_*):
16030         * fvwm/fvwm.h:
16031         * fvwm/icons.c (CreateIconWindow):
16032         (DrawIconWindow):
16033         (RedoIconName):
16034         (AutoPlaceIcon):
16035         (Iconify):
16036         * fvwm/session.c (MatchWinToSM):
16037         * fvwm/style.c (CMD_Style):
16038         * fvwm/style.h:
16039         (check_window_style_change):
16040         * fvwm/update.c (apply_window_updates):
16041         * fvwm/update.h:
16042         * fvwm/window_flags.h:
16043         New styles ExtendedWindowName / SimpleWindowName and
16044         ExtendedIconName / SimpleIconName. TODO: the modules implementation
16046         * fvwm/builtins.c (ReadMultiPixmapDecor):
16047         A -Wall fix
16049         * configure.in:
16050         Fixed gcc test
16052         * session.c (get_version_string):
16053         now is 2.5-3
16055         * fvwm/stack.c (new_layer):
16056         (CMD_Layer):
16057         Fixed ewmh wm state
16059         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16060         Fixed creation of the ewmh icon in the case of the window is iconified
16062 2001-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16064         * fvwm/placement.c (PlaceWindow):
16065         fixed manual placement on Xinerama screens other than the one with the
16066         top left corner of the total screen
16068 2001-11-27  olicha  <olivier.chapuis@free.fr>
16070         * configure.in:
16071         * acinclude.m4:
16072         * acconfig.h:
16073         * fvwm/ewmh_name.c
16074         Check for the second argument of iconv
16076         * configure.in:
16077         Added -Wall to CFLAGS if cc is gcc
16079 2001-11-26  Mikhael Goikhman  <migo@homemail.com>
16081         * configure.in:
16082         * acconfig.h:
16083         s/extanded/extended/
16085 2001-11-26  olicha  <olivier.chapuis@free.fr>
16087         * fvwm/Makefile.am:
16088         Fixed (?) iconv_LIBS
16090 2001-11-26  olicha  <olivier.chapuis@free.fr>
16092         * fvwm/functions.c (expand):
16093         Fixed n, c, r expansion
16095 2001-11-25  Dan Espen  <dane@mk.telcordia.com>
16097         * fvwm/fvwm2.1: Clean up ewmh stuff.
16099 2001-11-24  olicha  <olivier.chapuis@free.fr>
16101         * fvwm/ewmh_internal.h:
16102         * fvwM/ewmh.c:
16103         Removed a non standard macro
16105 2001-11-24  olicha  <olivier.chapuis@free.fr>
16107         * fvwm/fvwm2.1:
16108         Documented the previous ewmh style in a new Style subsection
16110         * fvwm/functions.c (expand):
16111         Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16113 2001-11-24  olicha  <olivier.chapuis@free.fr>
16115         * fvwm/add_window (setup_icon):
16116         (setup_window_structure):
16117         * fvwm/events.c (HandlePropertyNotify):
16118         * fvwm/ewmh.h:
16119         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16120         * fvwm/ewmh_icons.c (ewmh_WMIcon):
16121         (EWMH_DoUpdateWmIcon):
16122         (ewmh_SetWmIconFromPixmap):
16123         (EWMH_DeleteWmIcon):
16124         (EWMH_SetIconFromWMIcon):
16125         * fvwm/ewmh_intern.h:
16126         * fvwm/fvwm.h:
16127         * fvwm/icons.c (GetIcon):
16128         * fvwm/session.c (get_version_string):
16129         * fvwm/style.c (CMD_Style):
16130         * fvwm/style.h:
16131         (check_window_style_change)
16132         * fvwm/update.c (apply_window_updates):
16133         * fvwm/update.h:
16134         * fvwm/window_flags.h:
16135         New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16136         EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16137         EWMHDonateIcon / EWMHDontDonateIcon,
16138         Some ewmh icon code simplification.
16139         Ewmh icons priority: just after icon window.
16141         * fvwm/ewmh.c (EWMH_ExitStuff):
16142         * fvwm/ewmh.h:
16143         * fvwm/session.c (SaveWindowStates):
16144         (LoadWindowStates):
16145         (MatchWinToSM):
16146         * fvwm/fvwm.c (Done):
16147         Delete the ewmh icons we set ourself. Some ewmh session states do not
16148         need to be saved/restored anymore
16150 2001-11-23  olicha  <olivier.chapuis@free.fr>
16152         * fvwm/ewmh_names.c (convert_charsets):
16153         Fixed infinite loop
16155 2001-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16157         * fvwm/ewmh_names.c (convert_charsets):
16158         -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16159         man page states on Linux
16160         replaced goto with a loop
16162 2001-11-22  olicha  <olivier.chapuis@free.fr>
16164         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16165         a -Wall fix
16167         * fvwm/ewmh_events.c:
16168         Fixed some styles update
16170         * fvwm/ewmh_conf.c:
16171         * fvwm/function.c (func_config):
16172         * fvwm/function.h:
16173         * fvwm/ewmh.c:
16174         * fvwm/ewmh.h:
16175         * fvwm/ewmh_events.c:
16176         * fvwm/ewmh_intern.h:
16177         * fvwm/Makefile.am:
16178         * fvwm/fvwm2.1:
16179         New file for ewmh styles and commands. New commands EWMHBaseStrut and
16180         EWMHNumberOfDesktops. More documentation in ewmh man page section.
16182         * fvwm/add_window.c:
16183         * fvwm/bindings.c:
16184         * fvwm/events.c:
16185         * fvwm/functions.c:
16186         * fvwm/ewmh.c (EWMH_Init):
16187         * fvwm/fvwm.h:
16188         * fvwm/fvwm.c (InitVariables):
16189         * fvwm/placement.c
16190         * fvwm/sceen.h:
16191         * fvwm/session.c:
16192         * fvwm/styles.c:
16193         * fvwm/update.c:
16194         * fvwm/update.h:
16195         * fvwm/window_flags.c:
16196         * libs/Bindings.c:
16197         * libs/Picture.c:
16198         * libs/Picture.h:
16199         * libs/fvwmlib.h:
16200         * configure.in:
16201         * acconfig.h:
16202         Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16203         are maybe problematic) and those in the ewmh* files to allow
16204         to disbale the ewmh code: with --disable-ewmh all the ewmh code
16205         should be dummy. --enable-ewmh is now the default.
16207 2001-11-20  olicha  <olivier.chapuis@free.fr>
16209         * fvwm/icons.c (GetIcon):
16210         * fvwm/add_window.c (setup_icon):
16211         Fixed icons order choice and other minor bugs
16213         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16214         Fixed a core dump if there is no MiniIcon
16216 2001-11-18  olicha  <olivier.chapuis@free.fr>
16218         * fvwm/ewmh.c (add_kst_item):
16219         * fvwm/ewmh.h:
16220         (ewmh_AddToKdeSysTray):
16221         (EWMH_IsKdeSysTrayWindow):
16222         (EWMH_ManageKdeSysTray):
16223         (EWMH_WindowInit):
16224         fvwm/ewmh_intern.h:
16225         * fvwm/events.c (HandleDestroyNotify):
16226         (HandleMapRequest):
16227         (HandleUnmapNotify):
16228         Fixed the KDE system tray implementation
16230 2001-11-16  olicha  <olivier.chapuis@free.fr>
16232         * fvwm/ewmh.h:
16233         * fvwm/ewmh.c:
16234         fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16236 2001-11-15  olicha  <olivier.chapuis@free.fr>
16238         * fvwm/ewmh.c (EWMH_DestroyWindow):
16239         * fvwm/ewmh.h:
16240         (EWMH_WindowDestroyed):
16241         * fvwm/events.c (HandleReparentNotify):
16242         (HandleDestroyNotify):
16243         (HandleUnmapNotify):
16244         * fvwm/add_window.c (destroy_window):
16245         Fixed the ewmh windows lists
16247 2001-11-15  olicha  <olivier.chapuis@free.fr>
16249         * fvwm/Makefile.am:
16250         * fvwm/ewmh.c:
16251         * fvwm/ewmh.h:
16252         * fvwm/ewmh_intern.h:
16253         * fvwm/ewmh_events.c:
16254         * fvwm/ewmh_icons.c:
16255         * fvwm/ewmh_names.c:
16256         * fvwm/fvwm2.1:
16257         * NEWS:
16258         New files to achieve the extended WM hints support, off by
16259         default. This code is ifdefed a la gnome.c.
16260         This is work in progess (need to do so that every things are
16261         configurable).
16263         * configure.in:
16264         * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16265         New configure option --enable-ewmh. Added tests for iconv and
16266         nl_langinfo for UTF8 conversions.
16268         * fvwm/add_window.c (AddWindow):
16269         (CaptureOneWindow):
16270         (destroy_window):
16271         (setup_window_name):
16272         (setup_icon):
16273         EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16274         EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16275         SET_HAS_EWMH_ICON, EWMH_WMIconName
16277         * fvwm/add_window.c (setup_window_structure):
16278         * fvwm/fvwm.h (FvwmWindow):
16279         (window_flags):
16280         * fvwm/window_flags.h:
16281         * fvwm/session.c (get_version_string):
16282         (SaveWindowStates):
16283         (LoadWindowStates):
16284         Added some entries in FvwmWindow and some flags (more will be
16285         added). Some of these states need to be saved at restart and
16286         at recapture. This code is ifdefed, may be it should not: I was
16287         forced to ifdef the version string in get_version_string.
16289         * libs/Bindings.c (win_contexts):
16290         * libs/fvwmlib.h:
16291         * fvwm/events.c (GetContext):
16292         * fvwm/bindings.c (ParseBinding):
16293         (activate_binding):
16294         * fvwm/functions.c (expand_extended_var):
16295         (expand):
16296         (execute_function):
16297         (DeferExecution):
16298         * fvwm/screen.h (Scr):
16299         new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16300         (kdesktop or Nautilus desktop). This context is something between
16301         C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16303         * fvwm/bindings.c (activate_binding):
16304         Fixed immediate application of mouse/stroke bindings
16306         * fvwm/borders.h
16307         * fvwm/borders.c (RedrawDecorations):
16308         * fvwm/update.c (apply_window_updates):
16309         New function  RedrawDecorations taken from apply_window_updates
16310         and called in ewmh_icons.c and update.c
16312         * fvwm/bultins.c (CMD_WindowShade):
16313         EWMH_SetWMState
16315         * fvwm/events.c (HandleFocusIn):
16316         (HandlePropertyNotify):
16317         (HandleClientMessage):
16318         (HandleMapRequestKeepRaised):
16319         (HandleUnmapNotify):
16320         EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16321         icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16322         EWMH_SetClientList
16324         * fvwm/icons.c (GetIcon):
16325         * fvwm/icons.h:
16326         (CreateIconWindow):
16327         (ChangeIconPixmap):
16328         * fvwm/events.c (HandlePropertyNotify):
16329         New function GetIcon taken from CreateIconWindow which choose
16330         the icon, there is a new case for EWMH icons. New function
16331         ChangeIconPixmap taken from events.c.
16332         The two new functions are called from ewmh_icon.c (and icons.c).
16334         * fvwm/move_resize.c (handle_stick):
16335         (CMD_Maximize):
16336         (handle_stick):
16337         EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16339         * libs/Picture.h:
16340         * libs/Picture.c (LoadPictureFromPixmap):
16341         (CachePictureFromPixmap):
16342         New functions for loading a picture from a pixmap. Nothing is cached
16343         but this simplify the MiniIcon code.
16345         * fvwm/placement.c (PlaceWindow):
16346         EWMH_GetWorkAreaIntersection
16348         * fvwm/screen.h (Scr):
16349         Added the working area, the dynamic working area and the ewmh
16350         Desktop window.
16352         * fvwm/stack.c (restack_windows):
16353         (CMD_Layer):
16354         EWMH_SetClientListStacking, EWMH_SetWMState
16356         * fvwm/style.c (check_window_style_change):
16357         * fvwm/update.c (apply_window_updates):
16358         * fvwm/update.h:
16359         Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16360         This code is ifdefed.
16362         * fvwm/style.c (lookup_style):
16363         EWMH_GetStyle
16365         * fvwm/virctual.c (goto_desk):
16366         (CMD_GotoDeskAndPage):
16367         (do_move_window_to_desk):
16368         EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16370 2001-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16372         * fvwm/update.c (apply_window_updates):
16373         * fvwm/gnome.c (GNOME_GetStyle):
16374         * fvwm/style.c (lookup_style):
16375         (check_window_style_change):
16376         * fvwm/add_window.c (setup_style_and_decor):
16377         fixed GnomeIgnoreHints style for some of the gnome hints
16379         * fvwm/fvwm.c (StartupStuff):
16380         Tried to fix font size problem
16382         * fvwm/placement.c (PlaceWindow):
16383         suppress an X error
16385         * fvwm/move_resize.c (moveLoop):
16386         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16387         * fvwm/misc.c (Keyboard_shortcuts):
16388         modified keyboard shortcut functions so that it is possible to move
16389         windows with the keyboard even if the border is hit.  does not work
16390         very nicely with paging
16392         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16393         performance enhancement
16395         * fvwm/events.c (HandleButtonPress):
16396         fixed (?) some problem with passing the raise click in ctf to the app
16398         * fvwm/add_window.c (Reborder):
16399         * fvwm/virtual.c (MoveViewport):
16400         (MapDesk):
16401         (UnmapDesk):
16402         * fvwm/session.c (SaveWindowStates):
16403         * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16404         don't access stack_next and stack_prev directly but use the access
16405         functions from stack.h
16407         * fvwm/stack.c (remove_window_from_stack_ring):
16408         (add_window_to_stack_ring_after):
16409         safety patch
16411         * fvwm/add_window.c (adjust_fvwm_internal_windows):
16412         (destroy_window):
16413         when a window becomes scheduled for destruction, remove all traces of it
16414         from the fvwm internal variable so its not accessed accidentally when
16415         its fields are no longer valid
16417 2001-11-05  Mikhael Goikhman  <migo@homemail.com>
16419         * fvwm/borders.c:
16420         fixed compilation of I18N_MB
16422 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16424         * AUTHORS:
16425         * NEWS:
16426         * acconfig.h:
16427         * configure.in:
16428         * fvwm/borders.c:
16429         * fvwm/builtins.c:
16430         * fvwm/fvwm2.1:
16431         * fvwm/screen.h:
16432         exclude the TitleStyle MultiPixmap feature (only) before forking
16433         ...
16434         and restore it after that
16436         * NEWS:
16437         * configure.in:
16438         change version string to 2.5.0
16440         * NEWS:
16441         added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16442         added a link to the stable version 2.4.4 (not released yet)
16444 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16446         * NEWS:
16447         * configure.in:
16448         change version string to 2.4.4 before forking
16450         * make_fvwmdist.sh:
16451         strip end of line from date (adjust for a new length)
16453 2001-10-29  olicha  <olivier.chapuis@free.fr>
16455         * fvwm/screen.h (DecorFaceStyle):
16456         Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16457         so that Solid colors work again
16459 2001-10-28  olicha  <olivier.chapuis@free.fr>
16461         * fvwm/module_interface.c (skipModuleAliasToken):
16462         Allows '/' as alias character
16464         * NEWS
16465         Script news
16467 2001-10-27  Mikhael Goikhman  <migo@homemail.com>
16469         * configure.in:
16470         * acconfig.h:
16471         * NEWS:
16472         added --disable-multipixmap-titles for the Suzanne's patch,
16473         the default is enable
16475         * fvwm/fvwm2.1:
16476         some formatting fixes in TitleStyle entry
16478 2001-10-27  Suzanne Britton  <tril@igs.net>
16480         * config.h.in: Added FANCY_TITLEBARS option, off by default
16482         * fvwm/fvwm2.1:
16483         Added info on TitleStyle MultiPixmap
16485         * fvwm/screen.h:
16486         [All changes #ifdeffed FANCY_TITLEBARS]
16487         Added TITLE_PADDING define for fancy titlebar rendering
16488         Added tb_pixmap_enum
16489         Added MultiPixmap to DecorFaceType enum
16490         Added Picture **multi_pixmaps and short multi_stretch_flags
16491         to DecorFace structure
16493         * fvwm/borders.c:
16494         [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16495         (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16496         (RenderIntoWindow): [new]
16497         (DrawMultiPixmapTitlebar): [new]
16498         (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16499         instead of always sending 1
16500         (RedrawTitle):
16501         Call DrawFancyTitlebar for MultiPixmap style
16502         Skip DrawString calls for MultiPixmap style (title is drawn inside
16503         DrawMultiPixmapTitlebar)
16505         * fvwm/builtins.c:
16506         [All changes #ifdeffed FANCY_TITLEBARS]
16507         (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16508         (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16509         (ReadMultiPixmapDecor): [new]
16511 2001-10-26  Dan Espen  <dane@mk.telcordia.com>
16513         * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16514         buttons can activate on press or release, special pointer during grab,
16515         arrow key command recall.
16517 2001-10-24  Mikhael Goikhman  <migo@homemail.com>
16519         * fvwm/bindings.c (ParseBinding):
16520         * fvwm/bindings.h:
16521         * fvwm/fvwm2.1:
16522         binding commands now do not print error messages with Silent
16524         * fvwm/ConfigFvwmDefaults:
16525         * NEWS:
16526         don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16527         use Silent before Key Help
16529         * fvwm/add_window.c:
16530         changed the broken size hints message to notify the owner
16532         * docs/fvwm.lsm.in:
16533         small changes
16535 2001-10-19  olicha  <olivier.chapuis@free.fr>
16537         * NEWS:
16538         Some FvwmScript news
16540 2001-10-16  olicha  <olivier.chapuis@free.fr>
16542         * NEWS:
16543         Some FvwmScript news
16545 2001-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16547         * fvwm/bindings.c (activate_binding):
16548         * libs/Bindings.c (GrabWindowKeyOrButton):
16549         activate mouse/stroke bindings immediately
16551         * fvwm/events.c (HandleButtonPress):
16552         it is possible to bind actions to the 'ClickToFocus' click
16554 2001-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16556         * fvwm/virtual.c (HandlePaging):
16557         allow paging during move/resize when pressing keys
16559         * libs/XResource.c (MergeCmdLineResources):
16560         possible core dump fix
16562         * fvwm/add_window.c (setup_window_placement):
16563         fixed core dump
16565         * libs/Bindings.c (AddBinding):
16566         another attempt at cleaning up bindings with "Shift"
16568 2001-10-13  olicha  <olivier.chapuis@free.fr>
16570         * NEWS
16571         FvwmScript news
16573 2001-10-10  Mikhael Goikhman  <migo@homemail.com>
16575         * move_resize.c:
16576         * fvwm/fvwm2.1:
16577         OpaqueMoveSize now accepts "unlimited" or negative argument.
16579 2001-10-09  Mikhael Goikhman  <migo@homemail.com>
16581         * fvwm/fvwm2.1:
16582         added missing "!"
16584 2001-10-08  Dan Espen  <dane@mk.telcordia.com>
16586         * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16588         * libs/fvwmlib.h:
16589         * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16591         * fvwm/cursor.c: Extract cursor validation routine to become a libs
16592         routine.
16594 2001-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16596         * NEWS, configure.in:
16597         changed version to 2.5.0
16599 2001-10-08  olicha  <olivier.chapuis@free.fr>
16601         * fvwm/borders.c (RedrawTitle):
16602         Fixed drawing of leftJustified stippled title and suppress warnings
16603         in RelieveRectangle w/ RightJustified stippled title
16605 2001-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16607         * fvwm/virtual.c (CMD_XineramaSlsSize):
16608         fixed ABR
16610 2001-10-03  olicha  <olivier.chapuis@free.fr>
16612         * fvwm/style.c (CMD_Style):
16613         * fvwm/fvwm2.1
16614         Added the possibility to add an Xinerama screen to the 4 numerics
16615         Iconbox format
16617 2001-10-03  olicha  <olivier.chapuis@free.fr>
16619         * fvwm/icons.c (AutoPlaceIcon):
16620         Fixed a core dump with @c and fixed icon placement if the icon should
16621         not be on the current page
16623 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16625         * fvwm/icons.c (AutoPlaceIcon):
16626         * libs/FScreen.c (FScreenParseScreenBit):
16627         added 'w' screen specifier for icon boxes
16629         * fvwm/icons.c (AutoPlaceIcon):
16630         fixed placement of icons in icon boxes on different screen
16632         * fvwm/menus.c (get_menu_options):
16633         reduced code duplication
16635 2001-10-02  olicha  <olivier.chapuis@free.fr>
16637         * fvwm/menus.c (get_menu_options):
16638         fixed Xinerama placement of menu with empty but not null position hints
16640 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16642         * fvwm/borders.c (RedrawTitle):
16643         * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16644         suppress a warning in RelieveRectangle w/ small sticky windows
16646 2001-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16648         * fvwm/menus.c (get_menu_options):
16649         A 'rectangle' context rectangle for menus honours the '@screen' bit
16651         * fvwm/move_resize.c (DisplayPosition):
16652         coordinates of a window are show in relation to the screen, not the page
16654         * libs/FScreen.c (FScreenTranslateCoordinates):
16655         * fvwm/placement.c (PlaceWindow):
16656         * fvwm/add_window.c (setup_window_placement):
16657         Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16658         rewrote the library functionality to better match the rest of the
16659         interface
16661         * fvwm/builtins.c (DestroyFvwmDecor):
16662         removed useless code
16664         * fvwm/icons.c (DrawIconWindow):
16665         fixed race condition w/ expanding/collapsing icon titles
16667         * fvwm/windowlist.c (CMD_WindowList):
16668         fixed Xinerama placement of window list when called without options
16670 2001-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16672         * libs/FScreen.c (FScreenSLSOnOff):
16673         fixed core dump when calling XineramaSls before XineramaSlsSize
16675         * configure.in:
16676         changed to 2.4.3
16678         * libs/FShape.h (FHaveShapeExtension):
16679         set macro to 1 when compiling w/ shape extension
16681 2001-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16683         * libs/Bindings.c (AddBinding):
16684         * fvwm/bindings.c (ParseBinding):
16685         print a warning if a key with the given name does not exist
16686         if there is an upper and a lower case version of the same key name,
16687         always bind to the lower case version; this is problematic if the upper
16688         case version is tied to a key without a modifier and the lower case
16689         version is tied to the same key, but with a modifier (or both are tied
16690         to different keys). I hope this good enough.
16692         * libs/Bindings.c (FreeBindingList):
16693         (MatchBindingExactly):
16694         (CollectBindingList):
16695         fixed some problems overriding keys
16696         reduced duplication of logic
16698 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16700         * NEWS, configure.in:
16701         changed version to 2.5.0
16703 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16705         * configure.in:
16706         changed version to 2.4.2
16708 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16710         * libs/Colorset.c:
16711         (SetWindowBackground):
16712         (SetRectangleBackground):
16713         * fvwm/builtins.c (CMD_WindowShade):
16714         * fvwm/add_window.c:
16715         (setup_style_and_decor):
16716         * fvwm/icons.c:
16717         (CreateIconWindow):
16718         (GetXPMFile):
16719         (GetIconWindow):
16720         (GetIconBitmap):
16721         * fvwm/events.c:
16722         (HandleConfigureRequest):
16723         (HandleShapeNotify):
16724         (InitEventHandlerJumpTable):
16725         * fvwm/borders.c (struct):
16726         (SetupFrame):
16727         (SetShape):
16728         * fvwm/decorations.c (SelectDecor):
16729         * fvwm/fvwm.c:
16730         (main):
16731         (setVersionInfo):
16732         * fvwm/externs.h:
16733         * fvwm/fvwm.h (FvwmWindow):
16734         * libs/FShape.h:
16735         * libs/FShape.c:
16736         moved shape support to library; its no longer necessary to
16737         '#ifdef SHAPE' any code
16739         * fvwm/borders.c (RedrawButtons):
16740         (RedrawTitle):
16741         fixed top border hilight drawing of title buttons
16743         * libs/Graphics.c (do_relieve_rectangle):
16744         (RelieveRectangle):
16745         (RelieveRectangle2):
16746         allow alternate shading for title buttons
16748 2001-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16750         **/*.1:
16751         Applied man page patch by Dmitry Yu. Bolkhovityanov:
16752         Add a formal description of how fvwm maintains module's configs
16753         Change manpages of individual modules to refer to fvwm2(1) for
16754         details about specifying configuration
16756         * fvwm/add_window.c (setup_window_placement):
16757         desk and page can now really be given as X resources a la
16758           xterm.desk: 1
16760         * libs/XResource.c (GetResourceString):
16761         resource -> lower case, class -> upper case
16762         changed signature
16764         * configure.in:
16765         changed version to 2.5.0
16767         * Makefile.am (distcheck2):
16768         build distcheck before dist2; save a few seconds if the build fails
16770         * libs/alloca.c:
16771         * libs/ClientMsg.c:
16772         * libs/envvar.c:
16773         * libs/Event.c:
16774         * libs/fvwmrect.c:
16775         * libs/gethostname.c:
16776         * libs/Grab.c:
16777         * libs/Pointer.c:
16778         * libs/safemalloc.c:
16779         * libs/strcasecmp.c:
16780         * libs/strdup.c:
16781         * libs/strerror.c:
16782         * libs/strncasecmp.c:
16783         * libs/usleep.c:
16784         * libs/wild.c:
16785         * libs/WinMagic.c:
16786         * libs/XError.c:
16787         * libs/Graphics.c:
16788         include config.h
16790         * configure.in:
16791         changed version to 2.4.1 again
16793 2001-09-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16795         * libs/Bindings.c (FvwmStringToKeysym):
16796         try both cases of the first letter of a key name
16798         * fvwm/ConfigFvwmDefaults:
16799         * fvwm/windowlist.c (winCompareReverse):
16800         (CMD_WindowList):
16801         new WindowList option ReverseOrder; use the new option in the default
16802         Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
16803         cycle through the whole window list. The old behaviour only toggled
16804         between two windows. Also, a simple Alt-Tab can be used to switch to
16805         the next window instead of Alt-Tab-Tab.
16807         * libs/FScreen.c (FScreenInit):
16808         fixed a Xinerama crash
16810         * configure.in:
16811         print a verbose error message and exit if X11 headers and libraries
16812         are not found
16814 2001-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16816         * fvwm/fvwm.c (main):
16817         * libs/FShape.c:
16818         * libs/FShape.h:
16819         new library for X shape encapsulation
16821         * fvwm/builtins.c (CMD_WindowShade):
16822         * fvwm/borders.c (SetupFrame):
16823         fixed shading of windows without title and border
16824         fixed shading of shaped windows; fixes bug #732
16826         * fvwm/builtins.c (CMD_SetEnv):
16827         calling SetEnv without a value is the same as UnsetEnv
16829 2001-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16831         * fvwm/events.c (HandleReparentNotify):
16832         fixed vanishing windows in rapid map/unmap cycles; bug #770
16834         * fvwm/add_window.c (hide_screen):
16835         fixed possible BadWindow error
16837 2001-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16839         * fvwm/virtual.c (MoveViewport):
16840         (goto_desk):
16841         (CMD_GotoDeskAndPage):
16842         (CMD_GotoPage):
16843         GotoDeskAndPage records its own history of last visited desk/page
16845         * libs/FScreen.c (FScreenInit):
16846         fixed a memory allocation bug pointed out by Giuseppe Della Ricca
16848 2001-09-05  olicha  <olivier.chapuis@free.fr>
16850         * fvwm/session.c (MatchWinToSM):
16851         * fvwm/add_window.c (setup_window_structure):
16852         * fvwm/move_resize.c (moveLoop):
16853         Fixed PlacedByButton3 condition
16855 2001-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16857         * libs/FScreen.c:
16858         * fvwm/functions.c (func_config):
16859         * fvwm/module_interface.c (broadcast_xinerama_state):
16860         * fvwm/virtual.c (CMD_Xinerama):
16861         (CMD_XineramaPrimaryScreen):
16862         (CMD_XineramaSls):
16863         (CMD_XineramaSlsSize):
16864         added sls support
16865         split Xinerama command into Xinerama, XineramaPrimaryScreen,
16866         XineramaSls and XineramaSlsSize
16867         restructured parts of the FScreen code
16869         * fvwm/functions.c (func_config):
16870         new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
16872         * libs/Graphics.c (RelieveRectangle):
16873         allow calling the function with w == 0 or h == 0 without a message
16875         * fvwm/window_flags.h (SET_STYLE_DELETED):
16876         * fvwm/style.c (CMD_DestroyStyle):
16877         (check_window_style_change):
16878         * fvwm/fvwm.h (window_style):
16879         update windows when a style is deleted
16881         * configure.in:
16882         fixed xpm detection problem caused by wrong library order
16884 2001-09-05  olicha  <olivier.chapuis@free.fr>
16886         * NEWS: PlacedByFvwm
16888 2001-09-04  Dan Espen  <dane@mk.telcordia.com>
16890         * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
16892 2001-09-04  olicha  <olivier.chapuis@free.fr>
16894         * fvwm/fvwm.h:
16895         * fvwm/windows_flags.h:
16896         * fvwm/placement.c (PlaceWindow):
16897         * fvwm/add_window.c (setup_window_structure):
16898         * fvwm/conditional.c (CreateConditionMask):
16899         * fvwm/session.c (get_version_string):
16900         (MatchWinToSM):
16901         * fvwm/fvwm2.1:
16902         Added a new windows_flags is_placed_by_fvwm and a new condition
16903         PlacedByFvwm
16905 2001-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16907         * fvwm/focus.c (focus_grab_buttons):
16908         (MoveFocus):
16909         disabled xt/double click patch for now
16911 2001-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16913         * libs/Graphics.c (RelieveRectangle):
16914         print a warning if one of the dimensions is <= 0
16916         * fvwm/placement.c (PlaceWindow):
16917         take care of windows that have both, PPosition and USPosition set
16918         take care of transient windows that have neither PPosition nor
16919         USPosition set
16921 2001-09-01  olicha  <olivier.chapuis@free.fr>
16923         * libs/FScreen.c (FScreenInit):
16924         Fixed the position of the xinerama emulation delimiters
16926 2001-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16928         * fvwm/fvwm2.1:
16929         Xinerama introduction
16931         * fvwm/icons.c (AutoPlaceIcon):
16932         try to place icons of screen with the window center, and if that fails
16933         on any screen
16935         * libs/FScreen.c (FScreenGetScrRect):
16936         performance improvement for non-xinerama systems
16938         * fvwm/update.c (apply_window_updates):
16939         (flush_window_updates):
16940         update icon boxes and icon position when xinerama layout changes
16942         * fvwm/icons.c (AutoPlaceIcon):
16943         limit placement of icons using no icon box to screen boundaries
16944         adapt icon boxes to xinerama layout whenever used
16946         * fvwm/placement.c (PlaceWindow):
16947         * fvwm/style.c (CMD_Style):
16948         (check_window_style_change):
16949         * fvwm/style.h (SUSE_NO_USPOSITION):
16950         (SUSE_NO_TRANSIENT_PPOSITION):
16951         (SUSE_NO_TRANSIENT_USPOSITION):
16952         * fvwm/fvwm.h (struct):
16953         implemented new styles NoUSPosition/UseUSPosition,
16954         NoTransientPPosition/UseTransientPPosition,
16955         NoTransientUSPosition/UseTransientUSPosition.
16956         These work exactly like NoPPosition/UsePPosition.
16957         Transient windows ignore the window position if neither the PPosition
16958         nor the USPosition hint is set.
16960 2001-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16962         * fvwm/focus.c (restore_focus_after_unmap):
16963         fixed a bug transfering the focus when a window was iconified
16965 2001-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16967         * fvwm/conditional.c (MatchesConditionMask):
16968         * fvwm/move_resize.c (position_geometry_window):
16969         * fvwm/placement.c (PlaceWindow):
16970         * fvwm/menus.c (pop_menu_up):
16971         * fvwm/move_resize.c (move_window_doit):
16972         * fvwm/icons.c (do_all_iconboxes):
16973         * fvwm/placement.c (PlaceWindow):
16974         * fvwm/menus.c (update_menu):
16975         adapted to new FScreen... signatures
16977         * libs/FScreen.c (FScreenClipToScreen):
16978         (FScreenGetScrCenterCenter):
16979         (FScreenCenterCurrent):
16980         (FScreenCenterPrimary):
16981         (FScreenGetCurrent00):
16982         (FScreenGetGlobalScrRect):
16983         (FScreenGetPrimaryScrRect):
16984         (FScreenGetScrRect):
16985         (FScreenIsRectangleOnScreen):
16986         unified all the FSCreen... functions using a common signature, removed
16987         most old functions
16989         * fvwm/style.c (CMD_Style):
16990         init icon box screen
16992         * fvwm/move_resize.c (move_window_doit):
16993         (CMD_Maximize):
16994         * libs/Makefile.am:
16995         * libs/XineramaSupport.c:
16996         * libs/XineramaSupport.h:
16997         * libs/FScreen.c:
16998         exported and renamed screen defines
17000         * libs/FScreen.h:
17001         renamed files
17003         * fvwm/virtual.c:
17004         * fvwm/style.c:
17005         * fvwm/placement.c:
17006         * fvwm/move_resize.c:
17007         * fvwm/module_interface.c:
17008         * fvwm/modconf.c:
17009         * fvwm/menus.c:
17010         * fvwm/icons.c:
17011         * fvwm/fvwm.c:
17012         * fvwm/conditional.c:
17013         * libs/XineramaSupport.c:
17014         renamed all XineramaSupport...() functions to FScreen...()
17016         * fvwm/style.c (CMD_Style):
17017         -Wall fix
17019 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
17021         * fvwm/style.c (CMD_Style):
17022         * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
17023         using geometry spec.
17025 2001-08-25  Mikhael Goikhman  <migo@homemail.com>
17027         * libs/Strings.c:
17028         * libs/Strings.h:
17029         new function QuoteString() to add and escape single quotes to strings
17031         * fvwm/menus.c (MenuInteraction):
17032         quote both missing function name and menu name for
17033         MissingSubmenuFunction
17035         * fvwm/functions.c (expand):
17036         use QuoteString()
17038 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
17040         * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
17042 2001-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17044         * fvwm/cursor.c (CMD_CursorStyle):
17045         * fvwm/icons.c (GetXPMFile):
17046         * libs/Colorset.c (SetWindowBackground):
17047         -Wall fixes
17049         * libs/Bindings.c (AddBinding):
17050         tired to help with problem binding keys that have a keycode with no
17051         modifiers and another keycode with some modifiers pressed, e.g.
17052         kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17053         F1 generating the actioon bound to F11 sometimes
17055         * fvwm/focus.c (focus_grab_buttons):
17056         -Wall fix
17058 2001-08-23  Dan Espen  <dane@mk.telcordia.com>
17060         * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17062 2001-08-20  Bob Woodside  <proteus@pcnet.com>
17064         * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17065         grab synchronization so apps using XtTranslations to catch double-
17066         clicks don't get confused by extraneous Leave/EnterNotify events.
17067         This fixes the "xfm/moxfm don't see double-clicks" problem.
17069 2001-08-20  Dan Espen  <dane@mk.telcordia.com>
17071         * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17073 2001-08-19  Dan Espen  <dane@mk.telcordia.com>
17075         * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17076         placed.
17078         * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17079         until later when the window is actually placed.
17081         * fvwm/fvwm.h (icon_boxes_struct):  Save  sign  for later  screen
17082         position calculation.
17084 2001-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17086         * fvwm/update.c (flush_window_updates):
17087         * fvwm/screen.h (ScreenInfo):
17088         * fvwm/virtual.c (CMD_Xinerama):
17090         * fvwm/move_resize.c (CMD_Maximize):
17091         * fvwm/placement.c (PlaceWindow):
17092         * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17093         renamed function
17095         * fvwm/fvwm2.1:
17096         describe new maximize options
17098         * fvwm/move_resize.c (MaximizeWidth):
17099         (MaximizeHeight):
17100         (CMD_Maximize):
17101         applied Dmitry's Xinerama patch for Maximize command
17102         replaced "global" and "absolute" with "screen" which is more flexible
17104 2001-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17106         * libs/Parse.c (SkipQuote):
17107         fixed a bug in handling of caller specified quote pairs
17109         * fvwm/move_resize.c (CMD_Maximize):
17110         keep window on correct page when viewport does not start on a page
17111         boundary
17113         * libs/XError.c (error_name):
17114         (request_name):
17115         fixed core dump in error handling
17117 2001-08-15  Mikhael Goikhman  <migo@homemail.com>
17119         * configure.in:
17120         * acinclude.m4:
17121         * INSTALL:
17122         * INSTALL.fvwm:
17123         renamed --disable-gnome to --disable-gnome-hints;
17124         documented configure options --with-gnome*;
17125         small improvements in documentation;
17126         use underscore in version instead of dash that causes rpm problems
17128 2001-08-14  Mikhael Goikhman  <migo@homemail.com>
17130         * libs/Makefile.am:
17131         added fvwmrect.h to dist
17133 2001-08-14  Dan Espen  <dane@mk.telcordia.com>
17135         * libs/XineramaSupport.c: Disable debug printing.
17137 2001-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17139         * libs/defaults.h (DEFAULT_MENU_STYLE):
17140         reset colour sets in default menu style too
17142 2001-08-13  Mikhael Goikhman  <migo@homemail.com>
17144         * builtins.c:
17145         * events.c:
17146         completed the libstroke-0.5 compatibility fix
17148 2001-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17150         * fvwm/move_resize.c (draw_move_resize_grid):
17151         fixed drawing of resize grid when invoked from button or key press
17153         * fvwm/placement.c (PlaceWindow):
17154         rewrote a condition to improve readability
17155         fixed StartsOn... w/ SkipMapping
17157 2001-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17159         * fvwm/session.c (MatchWinToSM):
17160         (LoadWindowStates):
17161         (SaveWindowStates):
17162         * fvwm/move_resize.c (CMD_Resize):
17163         * fvwm/events.c (HandlePropertyNotify):
17164         (HandleConfigureRequest):
17165         * fvwm/move_resize.c (CMD_ResizeMove):
17166         (CMD_Maximize):
17167         (CMD_Resize):
17168         * fvwm/update.c (apply_window_updates):
17169         * fvwm/add_window.c (AddWindow):
17170         * fvwm/geometry.c (constrain_size):
17171         (gravity_constrain_size):
17172         the Resize command honors the window gravity
17173         changing the size increment of maximized windows no longer shrinks the
17174         window
17176         * fvwm/icons.c:
17177         keep expanded icon titles on screen
17179 2001-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17181         * fvwm/icons.c (do_all_iconboxes):
17182         default icon box fills the primary screen
17184         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17185         fixed default_screen argument
17187         * fvwm/style.c (merge_styles):
17188         * fvwm/fvwm.h (window_style):
17189         * fvwm/style.h (SSET_START_SCREEN):
17190         * fvwm/add_window.c (setup_window_placement):
17191         * fvwm/placement.c (PlaceWindow):
17192         (CMD_PlaceAgain):
17193         implemented StartsOnScreen style
17195         * fvwm/placement.c (PlaceWindow):
17196         (test_fit):
17197         (get_next_x):
17198         (get_next_y):
17199         (CleverPlacement):
17200         (SmartPlacement):
17201         Place new windows on xinerama screens
17203         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17204         fixed core dump in debug output
17206 2001-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17208         * fvwm/placement.c:
17209         removed unused variable
17211 2001-08-07  olicha  <olivier.chapuis@free.fr>
17213         * NEWS:
17214         FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17216 2001-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17218         * fvwm/virtual.c (CMD_Xinerama):
17219         replaced XineramaEnable and ...Disable with XineramaCommand
17221         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17222         (XineramaSupportGetScreenArgument):
17223         new functions
17225         * fvwm/functions.c (func_config):
17226         * fvwm/move_resize.c (move_window_doit):
17227         (CMD_Move):
17228         (CMD_AnimatedMove):
17229         (CMD_MoveToPage):
17230         (CMD_MoveToScreen):
17231         (handle_stick):
17232         added new command MoveToScreen
17234 2001-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17236         * libs/fvwmrect.c:
17237         * libs/fvwmrect.h:
17238         new library files
17240         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17241         fixed parsing of negative geometries
17242         (XineramaSupportParseGeometryWithScreen):
17243         made global
17244         (XineramaSupportGetNumberedScreenRect):
17245         new function
17247         * sample.fvwmrc/system.fvwm2rc:
17248         * sample.fvwmrc/new-features:
17249         * sample.fvwmrc/system.fvwm2rc-sample-95:
17250         * sample.fvwmrc/system.fvwm2rc-sample-2:
17251         * sample.fvwmrc/system.fvwm2rc-sample-1:
17252         * fvwm/fvwm2.1:
17253         updated for new condition
17255         * fvwm/conditional.c (CreateConditionMask):
17256         (MatchesConditionMask):
17257         * fvwm/fvwm.h (WindowConditionMask):
17258         implemented new condition AcceptsFocus to cope with applications like
17259         xclock that have circulatehit but don't take focus
17261 2001-08-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17263         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17264         handle Xinerama screens
17266         * fvwm/style.c (CMD_Style):
17267         * fvwm/menus.c (get_menu_options):
17268         cope with Xinerama like geometries with screen info
17270         * fvwm/virtual.c (CMD_XineramaEnable):
17271         XineramaEnable optionally takes the number of the primary screen as its
17272         argument
17274         * fvwm/events.c (GetContext):
17275         reindented code
17277         * fvwm/virtual.c (HandlePaging):
17278         * fvwm/events.c (HandleButtonPress):
17279         * fvwm/events.h (XEVMASK_PANFW):
17280         fixed button and key event handling over pan frames; fixes bug #752
17282         * fvwm/menus.c (get_menu_options):
17283         fixed Xinerama placement of menus without options
17285 2001-08-01  Mikhael Goikhman  <migo@homemail.com>
17287         * NEWS:
17288         * fvwm/borders.c:
17289         * fvwm/builtins.c:
17290         * fvwm/fvwm.c:
17291         * fvwm/screen.h:
17292         Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17293         In addition to the existing: @0 is shadow color, @1 is hilight color.
17295         * fvwm/fvwm2.1:
17296         Added the formal description of Vector that was absent.
17298 2001-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17300         * fvwm/fvwm2.1:
17301         some man page corrections
17303 2001-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17305         * fvwm/move_resize.c (handle_stick):
17306         also redraw buttons when a window becomes sticky/slippery to make sure
17307         that MWMDecorStick buttons are updated too; fixes bug #749
17309 2001-07-30  Mikhael Goikhman  <migo@homemail.com>
17311         * NEWS:
17312         documented previous changes
17314         * configure.in:
17315         improved output spacing
17317         * fvwm/fvwm2.1:
17318         minor typo
17320 2001-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17322         * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17323         * fvwm/modconf.c (send_xinerama_state):
17324         * fvwm/module_interface.c (broadcast_xinerama_state):
17325         * libs/defaults.h:
17326         revised module support for Xinerama
17328         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17329         (XineramaSupportParseGeometry):
17330         (XineramaSupportGetGeometry):
17331         make interface compatible with XineramaSupportParseGeometry().
17332         (XineramaSupportGetPrimaryScreen):
17333         new function
17335         * fvwm/stack.c (raise_over_unmanaged):
17336         fixed restacking of windows with RaiseOverUnmanaged - windows were
17337         raised in reverse order so that the top window became the bottom
17338         window of the ones that were raised
17339         also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17340         these are invisible
17342 2001-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17344         * sample.fvwmrc/system.fvwm2rc-sample-95:
17345         fixed syntax of BugOpts command
17347         * fvwm/ConfigFvwmDefaults:
17348         resize window when clicking on the sides of the window by default
17349         instead of moving it
17351         * fvwm/events.c (HandleEnterNotify):
17352         do not delete MouseFocus when pointer moves from one particular sub
17353         window of a frame to another one.  Helps with xv/xmms vs unclutter
17354         interaction and also with MouseFocus vs. Open Look applications
17356         * fvwm/move_resize.c (DoSnapAttract):
17357         * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17358         fixed snapping to Xinerama screen edges
17359         (XineramaSupportIsEnabled):
17360         return False is the X server provides only a single screen
17362         * fvwm/fvwm2.1:
17363         Added descriptions of conditions CurrentDesk, CurrentPage,
17364         CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17365         CurrentGlobalPageAnyDesk
17367         * fvwm/fvwm.h (rectangle):
17368         (position):
17369         typedefs moved to libs/fvwmlib.h
17371         * fvwm/conditional.c (MatchesConditionMask):
17372         * fvwm/fvwm.h (WindowConditionMask):
17373         * fvwm/conditional.c:
17374         introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17375         for Xinerama support
17377         * fvwm/modconf.c (CMD_Send_ConfigInfo):
17378         (send_xinerama_state):
17379         * fvwm/module_interface.c (broadcast_xinerama_state):
17380         * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17381         * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17382         communicate xinerama state at module startup
17384 2001-07-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17386         * libs/XineramaSupport.c:
17387         next Xinerama patch
17389 2001-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17391         * fvwm/move_resize.c (moveLoop):
17392         windows were lost off screen w/ non opaque interactive move when motion
17393         was aborted with Escape on a different page that it was started
17395         * fvwm/move_resize.c (position_geometry_window):
17396         (DisplayPosition):
17397         (DisplaySize):
17398         (InteractiveMove):
17399         (CMD_Resize):
17400         (moveLoop):
17401         (CMD_Resize):
17402         (DoResize):
17403         * libs/XineramaSupport.c (GetMouseXY):
17404         (XineramaSupportCenterCurrent):
17405         (XineramaSupportGetCurrent00):
17406         (XineramaSupportGetCurrentScrRect):
17407         allow to pass in an event with the pointer position
17408         minimize number of XQueryPointer calls in interactive move/resize
17410         * libs/defaults.h:
17411         * fvwm/move_resize.c (resize_geometry_window):
17412         (DisplayPosition):
17413         (DisplaySize):
17414         border width of geometry window moved to defaults.h
17415         moved strings for size window formatting to defaults.h
17416         reworked calculations of geometry window dimensions
17418         * fvwm/move_resize.c (resize_geometry_window):
17419         (position_geometry_window):
17420         (DisplaySize):
17421         (InteractiveMove):
17422         (CMD_Resize):
17423         * fvwm/builtins.c (ApplyDefaultFontAndColors):
17424         * fvwm/fvwm.c (main):
17425         funtions ResizeSizeWindow and PositionSizeWindow renamed to
17426         resize_geometry_window and position_geometry_window
17428         * fvwm/fvwm.c (main):
17429         fixed resizing geometry window before creating it
17431         * fvwm/move_resize.c (switch_move_resize_grid):
17432         (MoveOutline):
17433         * fvwm/virtual.c (HandlePaging):
17434         renamed MoveOutline to draw_move_resize_grid and made static
17435         new function switch_move_resize_grid for external calls
17436         delete grid before moving the geometry window to get rid of arifacts of
17437         the grid
17439 2001-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17441         * libs/XineramaSupport.c (XineramaSupportInit):
17442         make the blank area in Xinerama emulation usable again
17444 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17446         * fvwm/menus.c (update_menu):
17447         (pop_menu_up):
17448         (make_menu):
17449         (calculate_item_sizes):
17450         (size_menu_horizontally):
17451         (size_menu_vertically):
17452         menus are resized to fit their Xinerama screen every time they are
17453         popped up and the screen size has changed
17455 2001-07-23  olicha  <olivier.chapuis@free.fr>
17457         * libs/XineramaSupport.c (XineramaSupportInit):
17458         Draw the xinerama simulation screens with orr windows
17460 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17462         * fvwm/windowlist.c (CMD_WindowList):
17463         fixed windowlist placement w/ Xinerama
17465 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17467         * fvwm/menus.c (pop_menu_up):
17468         fixed calculations that force a menu on screen w/ Xinerama
17470         * fvwm/move_resize.c (DoSnapAttract):
17471         removed some code that slipped in with xinerama patch and broke
17472         vertical SnapAttraction
17474         * fvwm/virtual.c (CMD_EdgeResistance):
17475         removed debug code
17477         * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17478         take reference position src_x/src_y to determine screen
17480         * fvwm/windowlist.c (CMD_WindowList):
17481         * fvwm/menus.c (get_menu_options):
17482         (get_popup_options):
17483         (MenuInteraction):
17484         (pop_menu_up):
17485         handle Xinerama screens for positioning menus w/ posthints
17487         * fvwm/menus.c (get_menu_options):
17488         renamed function
17489         fix for icon/window context rectangle when window is in wrong state
17491 2001-07-22  Mikhael Goikhman  <migo@homemail.com>
17493         * configure.in:
17494         s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17495         compiled in; fixed linking by adding -lXinerama; small corrections
17497 2001-07-22  Dan Espen  <dane@mk.telcordia.com>
17499         * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17501 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17503         * libs/XineramaSupport.c (XineramaSupportInit):
17504         added xinerama emulation for developers
17506         * fvwm/virtual.c (CMD_XineramaEnable):
17507         (CMD_XineramaDisable):
17508         * fvwm/module_interface.c (BroadcastConfigInfoString):
17509         added function to communicate Xinerama on/off to modules
17511         * fvwm/module_interface.c:
17512         include time.h to fix warning
17513         * libs/XineramaSupport.c:
17514         * fvwm/fvwm.c (setVersionInfo):
17515         * fvwm/Makefile.am:
17516         * configure.in:
17517         * acconfig.h:
17518         cleanded up xinerama detection
17519         added shape detection
17521 2001-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17523         * fvwm/fvwm2.1:
17524         Added Xinerama introduction
17526         * fvwm/fvwm.c (setVersionInfo):
17527         print xinerama support
17529         * fvwm/conditional.c (CreateConditionMask):
17530         added CirculateHitShaded option for conditional commands that was
17531         described in the man page but not implemented
17533         * fvwm/fvwm.h (WindowConditionMask):
17534         removed unused flags
17536         * fvwm/conditional.c (MatchesConditionMask):
17537         fixed CirculateHitIcon option in conditional commands
17539         * fvwm/fvwm2.1:
17540         reformatted man page source to improve readability
17541         fixed some source formatting bugs
17543         * libs/XineramaSupport.c (GetMouseXY):
17544         don't poll the pointer if there is only one screen or if xinerama is
17545         turned off
17547         * fvwm/fvwm2.1:
17548         * fvwm/fvwm.c (main):
17549         removed -noxinerama option
17551         * fvwm/fvwm.c (main):
17552         size window is positioned and sized in move_resize.c
17554         * libs/XineramaSupport.c:
17555         reindented file
17557         * configure.in:
17558         print Xinerama support in configure summary
17560         * **/*:
17561         applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17563 2001-07-17  Mikhael Goikhman  <migo@homemail.com>
17565         * acconfig.h:
17566         * acinclude.m4:
17567         * configure.in:
17568         implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17569         define missing macros needed for old AIX keysymdef and old stroke.h
17571         * fvwm/bindings.c:
17572         * fvwm/menus.c:
17573         remove the previous compilation fixes, now handled by configure
17575 2001-07-15  Dan Espen  <dane@mk.telcordia.com>
17577         * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17579 2001-07-15  Mikhael Goikhman  <migo@homemail.com>
17581         * bindings.c:
17582         use libstroke-0.5 constant names while still supporting 0.3/0.4
17584         * menus.c:
17585         compiling fix for old AIX, which does not define XK_Page_Up/Down
17587         * module_interface.c:
17588         minor compiling fix for some proprietary preprocessors
17590 2001-07-10  Mikhael Goikhman  <migo@homemail.com>
17592         * fvwm/fvwm2.1:
17593         use more compatible and structured syntax in SYNOPSIS
17595 2001-07-06  Mikhael Goikhman  <migo@homemail.com>
17597         * acinclude.m4:
17598         Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17599         GDK_IMLIB_*.  This fixes "make FvwmGtk" on systems with bogus
17600         imlib-config.
17602 2001-07-05  Mikhael Goikhman  <migo@homemail.com>
17604         * configure.in:
17605         changed version to 2.4.1
17607         * acinclude.m4:
17608         small fix that should solve the problem with running autoconf
17609         (autoreconf is ok) from autoconf-2.50;
17610         applied a patch that adds gtk include dirs to gnome include dirs
17612 2001-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17614         * NEWS, configure.in:
17615         changed version to 2.4.0.1
17617         * *: fvwm 2.4 has been released :-))