Add missing XAtom type to struct when flushing property events.
[fvwm.git] / ChangeLog
blob6b7aa9a226a972d05ed9050fe7b9cb18ffda8e13
1 2010-01-04  Thomas Adam <thomas.adam22@gmail.com>
2         * fvwm/events.c (flush_property_notify):
3         Add atom to struct so it is checked for by test_typed_window_event().
5 2010-01-04  David Fries <David@Fries.net>
6         * fvwm/events.c (test_typed_window_event):
7         * fvwm/events.c (flush_property_notify):
8         Efficiently handle flushing property events of the same type.
9         
10         * fvwm/events.h (test_typed_window_event_args):
11         Add XAtom type to struct.
13 2010-01-04  David Fries <David@Fries.net>                                                                                    
14         * fvwm/virtual.c (HandlePaging):
15         Move no page detect check, it wasn't being hit.
16         * fvwm/move_resize.c (__move_loop):
17         Transform window position to pointer position and back when calling
18         HandlePaging.
20 2010-01-03  Thomas Adam <thomas.adam22@gmail.com>
21         * fvwm/menustyle.c (menustyle_copy_face):
22         Fix segfault when creating a tearoff menu using a Pixmap background.
24         When we copy the original menustyle to the new torn-off menu which
25         contains a background image, don't then update the menu's pixel
26         background color, as this is already free()d for us by an earlier copy
27         call.
29 2009-12-31  Thomas Adam <thomas.adam22@gmail.com>
30         * fvwm/builtins.c (CMD_BugOpts):
31         Remove debug line.
33 2009-12-31  Thomas Adam <thomas.adam22@gmail.com>
34         * fvwm/builtins.c (CMD_BugOpts):
35         * fvwm/fvwm.c (InitVariables):
36         * fvwm/events.c (HandleClientMessage):
37         * fvwm/screen.h:
38         Add new BugOpts QtDragnDropWorkaround option to handle an oddity in how
39         Qt windows handle having ClientMessage events sent to them.
41 2009-12-30  Thomas Adam <thomas.adam22@gmail.com>
42         * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
43         Fix y-axis offset calculations when using MinOverlapPlacement, by
44         forcing the window on-screen when over-zealous penality calculations
45         don't take into account the size of the window borders.
47 2009-12-26  Thomas Adam <thomas.adam22@gmail.com>
48         * bin/fvwm-convert-2.6.1.in:
49         Add in BUGS section a note that converting over FvwmTheme lines is
50         likely buggy.
52 2009-12-26  Thomas Adam <thomas.adam22@gmail.com>
53         * NEWS:
54         * AUTHORS:
55         * bin/fvwm-convert-2.6.in:
56         * bin/fvwm-convert-2.6.1.in:
57         First pass at a fvwm-convert-2.6 script to convert fvwm-2.4 syntax
58         files.
60 2009-12-19  Thomas Adam <thomas.adam22@gmail.com>
61         * libs/Flocale.c (FlocaleEncodeString):
62         Pre-initialise "len2" to zero, to avoid GCC warning during compilation.
64 2009-12-12  Thomas Adam <thomas.adam22@gmail.com>
65         * fvwm/fvwm.c (StartupStuff):
66         Reset the state of the "Restarting" flag to False when restarting FVWM.
68         * fvwm/events.c (HandleMapRequestKeepRaised):
69         Only run InitialMapCommand when FVWM isn't restarting and all windows
70         have been recaptured.  The window is already mapped by the time FVWM is
71         restarting, and running the InitialMapCommand again only serves to
72         "toggle" the window state (c.f. InitialMapCommand Iconic, etc.)
74 2009-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
76         * NEWS:
77         * configure.ac:
78         increased version number to 2.5.29
80         * NEWS:
81         updated for 2.5.28 release
83 2009-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
85         * NEWS:
86         * fvwm/ewmh.c (ewmh_ChangeProperty):
87         only convert _NET_WM_ICON hint to long before storing
89 2009-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
91         * fvwm/builtins.c (CMD_BugOpts):
92         remove unused variables
94         * NEWS:
95         * fvwm/ewmh.c (ewmh_ChangeProperty):
96         fix storing of CARD32 arrays on 64 bit machines
98         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
99         prevent segmentation fault when reading a bad _NET_WM_ICON hint
101 2009-08-22      Thomas Adam <thomas.adam22@gmail.com>
102         * fvwm/geometry.c (__cs_handle_aspect_ratio):
103         Workaround gcc -O3, by declaring local vars as volatile.  This fixes an
104         otherwise continual loop when resizing windows when keeping aspect
105         ratio (c.f. mplayer.)
107 2009-08-20  Christoph Fritz <chris_honschu(at)gmx.de>
108         * configure.ac:
109         Fix typo in AS_HELP_STRING referring to enable-htmldoc
111 2009-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
113         * NEWS:
114         * fvwm/builtins.c (CMD_BugOpts):
115         Fix parsing of BugOpts options lists separated by ',', and
116         restoring to default value when the boolean option is omitted if
117         not inside a list.
119         * NEWS:
120         Change QT to Qt.
122         * NEWS:
123         * libs/Flocale.h:
124         * libs/Ficonv.h (FiconvSetTransliterateUtf8):
125         * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
126         (is_translit_supported, set_default_iconv_charsets)
127         (set_iconv_charset_index, FiconvUtf8ToCharset):
128         * fvwm/builtins.c (CMD_BugOpts):
129         Add TransliterateUtf8 bug opt for working around clients
130         which don't care about the WM_NAME value.
132 2009-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
134         * NEWS:
135         * fvwm/stack.c (BroadcastRestack):
136         Fix splitting or M_RESTACK packages causing weird window stacking
137         in modules when more than 83 windows are broadcast.
139 2009-08-04  Thomas Adam <thomas.adam22@gmail.com>
140         * configure.ac:
141         Remove dnl comments from configure.ac regarding malloc.h -- it's
142         self-explanatory anyway.
144 2009-08-03  Thomas Adam <thomas.adam22@gmail.com>
145         * configure.ac:
146         Most *BSD platforms are deprecating malloc.h in favout of stdlib.h -- this
147         never used to produce compiler warnings, but things are starting to become
148         more vocal, so don't use this in our ./configure script if we're compiling
149         FVWM on a *BSD system.
151 2009-07-31  Christoph Fritz <chris_honschu(at)gmx.de>
152     * fvwm/style.h:
153     * fvwm/fvwm.h:
154     * fvwm/add_window.c (setup_numeric_vals):
155     add "typedef struct snap_attraction_t"
156     * fvwm/style.c (style_parse_one_style_option):
157     add new SnapAttraction options "None", "ScreenWindows",
158     "ScreenIcons" and "ScreenAll"
159     * fvwm/move_resize.c (DoSnapAttract):
160     Bugfix, option SameType/Icons/Windows did falsely not affect
161     conditions of option "Screen" and option "SameType" snapped
162     falsely icons and windows together. Implement options
163     None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
164     screen edge snapping.
166 2009-07-10  Thomas Adam  <thomas.adam22@gmail.com>
167         * fvwm/add_window.c (setup_window_name_count):
168         * fvwm/add_window.c (setup_icon_name_count):
169         Deprecate these in favour of setup_name_count()
171         * fvwm/add_window.c (setup_name_count):
172         Amalgamate setup_window_name_count and setup_icon_name_count to just
173         one function (very similar code between them.)  Used with
174         IndexedWindowName and IndexedIconName.
176 2009-07-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
178         * NEWS:
179         Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
181         * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
182         (Frptp_async_putline):
183         Fix ANSI C compatibility.
185         * NEWS:
186         * fvwm/ewmh_names.c (EWMH_WMName):
187         set the HAS_EWMH_WM_NAME flag even if the window name on display
188         isn't changing.
189         (EWMH_WMIconName):
190         same for HAS_EWMH_WM_ICON_NAME
192 2009-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
194         * NEWS:
195         fix for segfault with RPlatHost directive in FvwmEvent
196         * libs/Makefile.am (libfvwm_a_SOURCES):
197         * libs/Fplay.h:
198         add Fplay.h wrapper header for rplay.h
200         * NEWS:
201         fix debian bug #438132
203 2009-07-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
205         * NEWS:
206         * fvwm/style.c (fw_match_style_id):
207         Fix fvwmstyle resource
209 2009-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
211         * NEWS:
212         * fvwm/events.c (HandleMapRequestKeepRaised):
213         Make sure that a PropertyNotify on the WM_STATE property is always
214         sent out when a window is requested to be moved to the withdrawn
215         state. (Needed by QT)
217 2009-07-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
219         * sample.fvwmrc/DecorMwm:
220         * sample.fvwmrc/DecorWin95:
221         * sample.fvwmrc/new-features:
222         * sample.fvwmrc/system.fvwm2rc:
223         * sample.fvwmrc/system.fvwm2rc-sample-1:
224         * sample.fvwmrc/system.fvwm2rc-sample-2:
225         * sample.fvwmrc/system.fvwm2rc-sample-95:
226         Use !-negation for styles instead of No...
228         * NEWS:
229         fix a typo
231         * sample.fvwmrc/system.fvwm2rc-sample-95:
232         sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
233         sed -i 's/StayOnTop/StaysOnTop/'
234         According to patches by Manoj Srivastava
236 2009-03-17  Mikhael Goikhman  <migo@homemail.com>
238         * fvwm/externs.h:
239         * fvwm/fvwm.c:
240         * fvwm/session.c:
241         convert my old code to use var_name and function_name coding style
243 2009-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
245         * NEWS:
246         * configure.ac:
247         increased version to 2.5.28
249         * ANNOUNCE:
250         * NEWS:
251         * configure.ac:
252         updated for 2.5.27 release
254 2009-02-23  Thomas Adam <thomas.adam22@gmail.com>
255         * fvwm/bindings.c (print_bindings):
256         Fixed compilation of not having libstroke installed by using ifdefs
257         around stroke code.
259 2009-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
261         * fvwm/bindings.c (print_bindings):
262         slight cleanup
264         * libs/charmap.c (charmap_table_to_string):
265         several memory menagement fixes.
267 2009-02-22  Thomas Adam <thomas.adam22@gmail.com>
269         * libs/charmap.c (charmap_table_to_string):
270         Reduce memory management on the stack, by making only those variables
271         to be accessed outside of the function charmap_table_to_string()
272         allocated on the heap instead.
274         * fvwm/bindings.c (print_bindings):
275         b->Action was previously checked whether it was NULL or not before
276         printing its value to STDERR -- however, this caused a segfault when
277         trying to perform strlen() operations internally -- hence don't bother
278         checking if it's NULL.  This avoids segfaulting.
280 2009-02-05  Thomas Adam <thomas.adam22@gmail.com>
282         * libs/charmap.c (charmap_table_to_string):
283         * libs/charmap.h:
284         Introduce charmap_to_string function which is used to build up a
285         binding string, for use with PrintInfo.
287         * fvwm/bindings.c (print_bindings):
288         Introduce print_bindings to print all bindings known to fvwm.
290         * fvwm/builtins.c (CMD_PrintInfo):
291         * fvwm/builtins.h:
292         Add support for "binding" as an option to PrintInfo.
294 2009-02-19  Thomas Adam  <thomas.adam22@gmail.com>
296         * fvwm/placement.c (__pl_position_get_pos_simple):
297         Force the window on-screen if using PositionPlacement UnderMouse.
299 2009-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
301         * fvwm/events.c (HandleMapRequestKeepRaised):
302         * fvwm/add_window.c (AddWindow):
303         * fvwm/style.h:
304         * fvwm/style.c (style_parse_one_style_option):
305         add new style InitialMapCommand
307 2008-02-08  Thomas Adam <thomas.adam22@gmail.com>
309         * bin/fvwm-menu-desktop.in:
310         Fix the location prefix for GNOME application files.
312 2008-12-29  Alexandre Julliard  <julliard@winehq.org>
314         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
315         Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
316         _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
317         horizontally maximized.
319 2008-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
321         * fvwm/fvwm.h:
322         * fvwm/module_list.c (do_execute_module):
323         * fvwm/fvwm.c (fvmm_deinstall_signals):
324         restore default signal handlers before execl()/execvp()
326 2008-10-05  Thomas Adam <thomas.adam22@gmail.com>
328         * fvwm/style.c (fw_match_style_id):
329         Allow for the window's visible name to be considered when matching a
330         style line.  It is possible to use $[w.visiblename] as the style name.
331         Whilst the normal name and the visible name are usually the same, in
332         the case of having IndxedWindowName, if a style line matches this as a
333         visible name, apply it first of all.
335 2008-10-03  Thomas Adam  <thomas.adam22@gmail.com>
336         * AUTHORS:
337         * fvwm/expand.c:
338         Add $[w.visiblename] as an expansion parameter.
340 2008-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
342         * fvwm/placement.c (__pl_position_get_pos_simple):
343         position placement honours StartsOnPage
345 2008-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
347         * fvwm/session.c (MatchWinToSM):
348         fixed keeping fullscreen state of windows over a restart; the old code
349         tried to do this through session management and effectively overwrote
350         the responsible ewmh hint; eventually, fvwm thought that the window
351         was fullscreen without actually making it fullscreen
353 2008-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
355         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
356         fixed compiler warning caused by a logic error in previous patch
358         * configure.ac:
359         applied png detection fix by Yuri Bushmelev for cross compiliation
361         * fvwm/events.c (__handle_cr_on_client):
362         fixed event merging with auto motion detection
364 2008-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
366         * NEWS:
367         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
368         * fvwm/events.h (events_handle_configure_request):
369         * fvwm/events.c (events_handle_configure_request):
370         (__handle_cr_on_client):
371         (__handle_configure_request):
372         fix handling of _NET_MOVERESIZE_WINDOW
373         (__cr_detect_icccm_move):
374         remove douplicate code
376 2008-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
378         * NEWS:
379         * fvwm/add_window.c (setup_frame_window):
380         fix compilation without XRender
382 2008-05-22  Adam Goode  <adam(at)spicenitz(dot)org>
384         * AUTHORS:
385         * ChangeLog-pre-2.4:
386         * rpm/fvwm.spec.in:
387         * vms/fvwmrc.dat:
388         Convert Latin-1 encodings to UTF-8
390 2008-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
392         * NEWS:
393         * configure.ac:
394         increased version to 2.5.27
396         * ANNOUNCE:
397         * NEWS:
398         * configure.ac:
399         updated for 2.5.26 release
401 2008-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
403         * fvwm/ewmh_events.c (ewmh_WMDesktop):
404         (ewmh_WMState):
405         * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
406         (ewmh_HandleWindowType):
407         (ewmh_AddToKdeSysTray):
408         (ewmh_HandleWindowType):
409         (ewmh_check_wm_pid):
410         64-bit fix by Alexandre Julliard
412 2008-03-30  Mikhael Goikhman  <migo@homemail.com>
414         * configure.ac:
415         fix fribidi detection when it uses pkg-config and not fribidi-config
417         * libs/FBidi.c:
418         fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
419         it now uses fribidi-types.h and not fribidi_types.h
421 2008-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
423         * fvwm/events.c (dispatch_event):
424         Fix handling of Shape events.
426 2008-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
428         * fvwm/menus.c (calc_normal_item_height):
429         (calc_more_item_height):
430         (size_menu_vertically):
431         fix calculations so the menu fit on the screen height
433 2008-03-12  Jes~s Guerrero  <i92guboj(at)terra(dot)es>
435         * fvwm/menus.c (size_menu_vertically):
436         added paddings at the top and bottom of the menus
438         * fvwm/menustyle.c (parse_vertical_margins_line):
439         new function to parse the VerticalMargins new MenuStyle
440         command
442         * fvwm/menustyle.c (menustyle_get_styleopt_index):
443         added the VerticalMargins option to the list
445         * fvwm/menustyle.c (menustyle_parse_style):
446         added default values for the padding, and a case clause
447         for the specific case when you invoke the VerticalMargins
448         MenuStyle
450         * fvwm/menustyle.c (menustyle_copy):
451         added two lines to copy the menu styles from origin to destiny
453         * fvwm/menustyle.h:
454         added macros for the vertical padding stuff
456         * fvwm/menustyle.h (struct MenuLook):
457         added sub-structure to hold the VerticalMargins
459         * fvwm/libs/defaults.h:
460         added one define for MAX_MENU_MARGIN
462 2008-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
464         * fvwm/menuitem.c (draw_highlight_background):
465         fixed drawing of background pictures in menu items
467 2008-02-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
469         * fvwm/add_window.c (setup_frame_window):
470         fix core dump with ARGB detection code
471         fix compilation without XRender
473 2008-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
475         * NEWS:
476         * configure.ac:
477         increased version to 2.5.26
479         * ANNOUNCE:
480         * NEWS:
481         * configure.ac:
482         updated for 2.5.25 release
484 2008-02-12  Renato Caldas  <seventhguardian@gmail.com>
486         * fvwm/fvwm.c (main):
487         further condense the X visual selection code
489 2008-02-10  Renato Caldas  <seventhguardian@gmail.com>
491         * fvwm/fvwm.c (main):
492         condense the X visual selection code
494 2008-02-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
496         * fvwm/events.c (register_event_group)
497         (InitEventHandlerJumpTable, dispatch_event):
498         use separate jump tables for events defined by X-extensions
499         to eliminate the need to ovverride the LASTEvent value.
501         * fvwm/module_list.c (module_list_remove):
502         include the case where the module is first in the list in
503         the loop, fixing a segmentaion fault when the list was empty.
505 2008-02-07  Renato Caldas  <seventhguardian@gmail.com>
507         * fvwm/add_window.c (setup_frame_window):
508         add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
509         add preliminary support for ARGB windows in fvwm (based on
510         Marc Lehman's argb patch)
512 2008-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
514         * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
515         fixed compile error
517 2008-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
519         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
520         catch BadGC when updating root transparent window background
522         * libs/XError.c (do_coredump):
523         (ferror_set_temp_error_handler):
524         (ferror_reset_error_handler)
525         (ferror_call_next_error_handler):
527         new helper functions
528         * libs/XError.c (PrintXErrorAndCoredump):
529         try to dump core the hard way
531 2008-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
533         * fvwm/colorset.c (parse_colorset):
534         check for image != None before calling XDestroyImage
536         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
537         (ewmh_WMStateMaxHoriz):
538         (ewmh_WMStateModal):
539         (ewmh_WMStateShaded):
540         (ewmh_WMStateStaysOnTop):
541         (ewmh_WMStateStaysOnBottom):
542         handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
543         version 1.3
544         also ignore the EWMH staysontop and staysonbottom hints if the
545         EWMHIgnoreStackingOrderHints style is used
547         * fvwm/colorset.c (parse_colorset):
548         Fixed a sporadic crash when the root background set by gnome,
549         fvwm-root, esetroot etc. changes and a root transparent colour set
550         is used.
552         * fvwm/colorset.c (parse_colorset):
553         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
554         * libs/Colorset.c (CreateOffsetBackgroundPixmap):
555         * libs/PictureGraphics.c (PGrabXImage)
556         (PGraphicsCreateTranslucent):
557         use MyXGrabserver and MyXUngrabServer instead of doing the X calls
558         directly!
560 2008-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
562         * libs/PictureGraphics.c (PGrabXImage):
563         fixed XImage memory leak
564         (PCreateRenderPixmap):
565         (PCreateDitherPixmap):
566         Properly handle return code of FgetFImage()
568 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
570         * fvwm/events.c (HandleConfigureRequest):
571         (events_handle_configure_request):
572         cleanup
574         * fvwm/ewmh_events.c (ewmh_RestackWindow):
575         (ewmh_MoveResizeWindow):
576         fixed crash when moving/resizing/restacking unmanaged windows through
577         an ewmh message
579 2008-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
581         * fvwm/events.c (HandleMapRequestKeepRaised):
582         fixed compiler warning
584 2008-01-26  Olivier  <chapuis(at)lri(dot)fr>
586         * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
587         (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
588         * NEWS:
589         Fixed the determination of the X charset on UTF-8 system
591 2008-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
593         * fvwm/placement.c (__pl_minoverlap_get_next_x):
594         do not add screen offset to window position
596         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
597         fixed a memory leak
599 2008-01-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
601         * NEWS:
602         Some html documentation files were not installed.
604 2008-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
606         * fvwm/style.c (style_parse_one_style_option):
607         fixed parsing of screen argument of the SnapAttraction Style
609 2007-12-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
611         * fvwm/move_resize.c (DoSnapAttract):
612         Use edge move resistance, and not delay for top edge when moving
613         windows.
615 2007-12-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
617         * NEWS:
618         * fvwm/events.c (HandleMapRequestKeepRaised)
619         (test_withdraw_request):
620         Don't map windows that request to be moved back to WithdrawnState
621         by the ICCCM2 method before they have been mapped. (Fixes bug with
622         disappearing windows.)
624 2007-11-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
626         * NEWS:
627         * configure.ac:
628         increased version to 2.5.25
630         * NEWS:
631         * configure.ac:
632         updated for 2.5.24 release
634 2007-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
636         * fvwm/menus.c (__mloop_exit):
637         * fvwm/menubindings.c (parse_menu_action):
638         * fvwm/bindings.c:
639         reindented and cleaned up some code
641 2007-11-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
643         * fvwm/update.c (apply_window_updates):
644         * fvwm/add_window.c (setup_style_and_decor):
645         (setup_numeric_vals):
646         * fvwm/add_window.h:
647         * fvwm/style.h:
648         * libs/defaults.h:
649         * fvwm/events.c (HandleEnterNotify):
650         * fvwm/fvwm.c (InitVariables):
651         * fvwm/screen.h:
652         * fvwm/session.c (SaveGlobalState):
653         (LoadGlobalState):
654         * fvwm/move_resize.c (DoSnapAttract):
655         (CMD_SnapGrid)
656         (DoSnapAttract):
657         The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
658         They have been replaced by the styles EdgeMoveResistance,
659         EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
661 2007-10-21  Renato Caldas  <seventhguardian@gmail.com>
663         * acinclude.m4:
664         * configure.ac:
665         use AS_HELP_STRING to format the configure options help strings
667 2007-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
669         * fvwm/conditional.c:
670         some reformatting
672 2007-10-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
674         * fvwm/ConfigFvwmDefaults:
675         restore default action of closing menus for menu titles
677 2007-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
679         * libs/FScreen.c (FindScreenOfXY):
680         * fvwm/move_resize.c (GetMoveArguments):
681         fixed the "screen w" argument of the Move and other commands
683 2007-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
685         * fvwm/virtual.c (HandlePaging):
686         don't modify *xl and *yt unless we we really page
688 2007-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
690         * fvwm/module_list.h:
691         * fvwm/module_list.c:
692         a little cleanup
694 2007-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
696         * NEWS:
697         * configure.ac:
698         increased version to 2.5.24
700         * NEWS:
701         * configure.ac:
702         updated for 2.5.23 release
704         * libs/Flocale.c (FlocaleEncodeString):
705         removed previous warning fix
707 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
709         * fvwm/style.c:
710         * fvwm/add_window.c:
711         Added new style option:  StartShaded.
713 2007-08-30  Renato Caldas  <seventhguardian@gmail.com>
715         * libs/Flocale.c (FlocaleEncodeString):
716         fix compile warning
718 2007-08-30  Viktor Griph  <griph(at)student(dot)chalmers(dot)se>
720         * configure.ac:
721         * fvwm/fvwm.1.in
722         * fvwm/Makefile.am:
723         removed old fvwm manpage
725 2007-08-29  Renato Caldas  <seventhguardian@gmail.com>
727         * NEWS:
728         * configure.ac:
729         increased version to 2.5.23
731         * NEWS:
732         * configure.ac:
733         fix the date for 2.5.22 release
735 2007-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
737         * fvwm/windowlist.c (CMD_WindowList):
738         fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
739         iconified windows.
741 2007-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
743         * configure.ac:
744         fixed perl check
745         use "test ! ... = ..." instead of "test ... != ..."
747         * fvwm/builtins.c (CMD_PropertyChange):
748         fixed completely broken parsing of PropertyChange arguments
750 2007-08-28  Renato Caldas  <seventhguardian@gmail.com>
752         * NEWS:
753         * configure.ac:
754         updated for 2.5.22 release
756         * fvwm/builtins.c (CMD_PropertyChange):
757         * libs/Flocale.c (FlocaleGetFftFont):
758         (FlocaleGetFontSet):
759         (FlocaleGetFont):
760         (FlocaleGetFontOrFontSet):
761         (FlocaleLoadFont):
762         (FlocaleUnloadFont):
763         fix compiler warnings
765 2007-08-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
767         * fvwm/functable.c:
768         fixed command table parsing
770 2007-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
772         * fvwm/module_list.c (module_kill):
773         (executeModuleDesperate):
774         (module_list_itr_init):
775         re-indented
777         * fvwm/events.c (My_XNextEvent):
778         * fvwm/module_list.c (module_alloc):
779         (do_execute_module):
780         * fvwm/module_list.h (fmodule):
781         (MOD_IS_CMDLINE):
782         (MOD_SET_CMDLINE):
783         restored *not* useless is_cmdline_module stuff
785         * fvwm/functions.h:
786         add constants for command group tagging
788 2007-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
790         * configure.ac:
791         don't check for tbl
793 2007-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
795         * configure.ac:
796         check for sed, perl and tbl, needed to build documentation
798 2007-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
800         * libs/System.c (fvwm_mkstemp):
801         use constants from libs/fvwm_sys_stat.h
803 2007-08-15  Renato Caldas  <seventhguardian@gmail.com>
805         * fvwm/module_list.c (do_execute_module):
806         fixed possible crash when fork fails
808         * fvwm/module_list.c (module_list_remove):
809         now returns the removed fmodule*, or NULL if unsuccessful
810         removed error message when removing a not listed module (it's normal)
812         * fvwm/module_list.c (module_kill):
813         module is inserted in death_row only if it is successfuly removed from
814         module_list (fixes crash when module is killed more than once)
816 2007-08-08  Renato Caldas  <seventhguardian@gmail.com>
818         * fvwm/events.c (My_XNextEvent):
819         fixed hang with startup modules
821 2007-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
823         * fvwm/conditional.c (FreeConditionMask):
824         fixed crash with inverted name condition
826         * NEWS:
827         fixed typo
829 2007-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
831         * configure.ac:
832         * README:
833         * NEWS:
834         * INSTALL.fvwm:
835         * sample.fvwmrc/system.fvwm2rc-sample-95:
836         * sample.fvwmrc/system.fvwm2rc:
837         * sample.fvwmrc/system.fvwm2rc-sample-2:
838         * libs/Picture.c (PicturePrintImageCache):
839         * libs/Module.c:
840         * libs/FGettext.c (FGettextPrintLocalePath):
841         * libs/fvwmsignal.c:
842         * libs/Module.h:
843         * libs/PictureUtils.c (PictureAllocColorTable)
844         (PicturePrintColorInfo):
845         * libs/FScreen.h:
846         * libs/fvwmsignal.h:
847         * libs/Bindings.c:
848         * libs/FScreen.c:
849         * libs/Ficonv.c (convert_charsets):
850         (FiconvSetupConversion):
851         * fvwm/decorations.c:
852         * fvwm/gnome.h:
853         * fvwm/events.c:
854         * fvwm/add_window.c (setup_window_font):
855         (setup_icon_font):
856         * fvwm/fvwm.1.in:
857         * fvwm/session.h:
858         * fvwm/conditional.c:
859         * fvwm/fvwm.c (SetRCDefaults):
860         (main):
861         * fvwm/ewmh_events.c:
862         * fvwm/stack.c:
863         * fvwm/gnome.c:
864         * fvwm/menustyle.c (menustyle_parse_style):
865         (menustyle_copy):
866         * fvwm/ewmh.c (EWMH_Init):
867         * libs/Flocale.c (FlocaleParseShadow):
868         (FlocaleGetFontSet):
869         (FlocaleLoadFont):
870         (FlocalePrintLocaleInfo):
871         * fvwm/misc.c (fvwm_msg):
872         * vms/README:
873         * vms/vms.c:
874         write fvwm in lower case
876         * configure.ac:
877         fixed build without GNU make
879 2007-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
881         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
882         fixed buffer overflow
884 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
886         * fvwm/module_list.h (fmodule_list_itr):
887         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
888         replace iterator struct by typedef
890         * fvwm/module_list.c (module_list_destroy):
891         (module_kill_all):
892         (module_cleanup):
893         new function to remove dup code
895         * fvwm/module_list.c (module_kill):
896         changed to move the module to the deathrow list
898         * fvwm/module_list.h (fmodule):
899         * fvwm/module_list.c (module_alloc):
900         (module_list_remove):
901         (FlushMessageQueue):
902         removed is_removed logic
904         * fvwm/module_list.c (module_safefree):
905         removed function
907         * fvwm/events.c (My_XNextEvent):
908         remove old "#if 0" code
910         * fvwm/module_list.c (module_kill):
911         removed debug code
913 2007-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
915         * fvwm/module_list.h (fmodule_list_itr):
916         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
917         don't store current pointer in module list iterators.
918         fix C89-compilance
920 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
922         * fvwm/events.c (My_XNextEvent):
923         * fvwm/module_list.c (KillModuleByName):
924         (FlushAllMessageQueues):
925         * fvwm/module_interface.c (BroadcastPacket):
926         (BroadcastNewPacket):
927         (BroadcastName):
928         (BroadcastFvwmPicture):
929         (BroadcastColorset):
930         (BroadcastProperyChange):
931         (BroadcastConfigInfoString):
932         (CMD_SendToModule):
933         * fvwm/modconf.c (ModuleConfig):
934         * fvwm/stack.c (BroadcastRestack):
935         replaced module_get_next by module list iterator mechanism
937         * fvwm/module_list.h:
938         * fvwm/module_list.c (module_get_next):
939         removed function
941 2007-08-05  Renato Caldas  <seventhguardian@gmail.com>
943         * fvwm/module_list.h:
944         * fvwm/module_list.c (fmodule):
945         (fmodule_store):
946         (module_insert):
947         (module_remove):
948         (module_count):
949         (module_get_next):
950         (FlushAllMessageQueues):
951         (KillModuleByName):
952         * fvwm/module_interface.c (BroadcastPacket):
953         (BroadcastNewPacket):
954         (BroadcastName):
955         (BroadcastFvwmPicture):
956         (BroadcastColorset):
957         (BroadcastProperyChange):
958         (BroadcastConfigInfoString):
959         (CMD_SendToModule):
960         * fvwm/event.c (My_XNextEvent):
961         * fvwm/stack.c (BroadcastRestack):
962         * fvwm/modconf.c (ModuleConfig):
963         changed to work with generic list container
965         * fvwm/module_list.c (module_insert):
966         (module_list_insert):
967         (module_remove):
968         (module_list_remove):
969         (module_count):
970         (module_list_len):
971         renamed as list handling functions
973         * fvwm/events.c (My_XNextEvent):
974         * fvwm/module_list.h:
975         * fvwm/module_list.c (module_alloc):
976         (do_execute_module):
977         removed useless is_cmdline_module stuff
979         * fvwm/module_list.h:
980         * fvwm/module_list.c (module_list_insert):
981         (module_list_remove):
982         (module_list_len):
983         new fmodule_list object representing a module list.
984         changed the module lists to the new object.
985         changed list functions to use the list object instead of the
986         fmodule_store pointer.
988         * fvwm/events.c (My_XNextEvent):
989         moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
991         * fvwm/module_list.h (fmodule_list_itr):
992         * fvwm/module_list.c (fmodule_list_itr_init):
993         (fmodule_list_itr_next):
994         created a smart (safe) iterator mechanism to replace the
995         module_get_next function
997 2007-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
999         * fvwm/functions.c:
1000         * fvwm/functable.c:
1001         added empty functions to replace CMD_Dummy
1003         * configure.ac:
1004         use subordinate Makefile.ams instead of iuncluding files from other
1005         dirs
1007         * configure.ac:
1008         removed FVWMNAMEUCASE
1010         * configure.ac:
1011         make distcheck fix
1013         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
1014         force --enable-htmldoc on "make distcheck"
1016         * fvwm/events.c (HandleEnterNotify):
1017         (HandleLeaveNotify):
1018         properly generate enter_window and leave_window events for FvwmEvent
1020 2007-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1022         * fvwm/move_resize.c (GetOnePositionArgument):
1023         (__get_shift)
1024         (ParsePositionArgumentSuffix):
1025         code cleanup
1027 2007-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1029         * fvwm/move_resize.c (GetOnePositionArgument):
1030         fixed position calculation with the "w" prefix (move w-1 w-1).
1031         (GetOnePositionArgument):
1032         code cleanup
1034 2007-07-26  Viktor Griph  <griph@dd.chalmers.se>
1036         * fvwm/menus.c (__copy_down, __check_for_delimiter)
1037         (scanForStrings):
1038         reduce indentation level
1039         add comment to explain why suppressing the warning is right
1041 2007-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1043         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1044         fixed using uninitialized variable
1046         * fvwm/menus.c (scanForStrings):
1047         suppress compiler warning for now
1049         * fvwm/move_resize.c (resize_move_window):
1050         (AnimatedMoveAnyWindow):
1051         (__move_window):
1052         (__resize_window):
1053         (CMD_Maximize):
1054         * fvwm/module_interface.c (__get_allowed_actions):
1055         * fvwm/menuitem.c (menuitem_paint):
1056         * fvwm/icons.c (CMD_Iconify):
1057         * fvwm/gnome.c (GNOME_SetHints):
1058         * fvwm/ewmh.c (ewmh_AllowsClose):
1059         (ewmh_AllowsClose)
1060         (ewmh_AllowsFullScreen):
1061         (ewmh_AllowsMinimize)
1062         (ewmh_AllowsMaximize):
1063         (ewmh_AllowsMove):
1064         (ewmh_AllowsResize)
1065         (EWMH_fullscreen):
1066         * fvwm/ewmh_events.c (ewmh_CloseWindow):
1067         (ewmh_MoveResizeWindow):
1068         (ewmh_MoveResize):
1069         (ewmh_WMState):
1070         (ewmh_WMStateHidden):
1071         * fvwm/events.c (__handle_cr_on_client):
1072         * fvwm/decorations.c (__is_resize_allowed):
1073         (is_function_allowed):
1074         * fvwm/conditional.c (MatchesConditionMask):
1075         * fvwm/builtins.c (CMD_Delete):
1076         * fvwm/add_window.c (AddWindow):
1077         is_function allowed now differentiates between US program actions and
1078         actions initiated by interaction between fvwm and the user
1080 2007-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1082         * fvwm/menus.c (__scan_for_pixmap):
1083         fixed compiler warning
1085         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1086         (ewmh_RestackWindow):
1087         honor FixedSize/FixedPosition styles in EWMH messages too
1089 2007-07-24  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1091         * fvwm/fvwm.c (setVersionInfo):
1092         add XCursor support to version output
1094         * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
1095         (SCTX_GET_MR, string_context_type_t, string_context_t)
1096         (string_def_t, scanForColor, scanForPixmap, scanForStrings)
1097         (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
1098         reimplement pixmap and color scanning for menus to better handle
1099         escaped delimiters.
1101 2007-07-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1103         * fvwm/Makefile.am:
1104         don't install fvwm.1
1106         * fvwm/events.c (My_XNextEvent):
1107         remove unused varaible
1109         * fvwm/events.c (My_XNextEvent):
1110         * fvwm/module_list.h:
1111         * fvwm/module_list.c (module_store, module_alloc)
1112         (module_kill_all, module_safefree, module_remove)
1113         (do_execute_module, module_kill, module_cleanup, module_get_next)
1114         (FlushMessageQueue):
1115         Don't free module stuctures during module I/O. (Fixes segfault.)
1117 2007-07-20  Simon Griph  <simon(at)griph(dot)se>
1119         Committed by Scott.
1121         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1122         Someone missed to add extra conditions when changing from
1123         unsigned to signed.
1125 2007-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1127         * configure.ac:
1128         fixed liXcursor detection
1130 2007-07-16  Simon Griph  <simon(at)griph(dot)se>
1132         Committed by Scott.
1134         * fvwm/menus.c (scanForPixmap):
1135         made it possible to escape '*' '%' '@' in filenames
1137         * libs/PictureImageLoader.c (PImageLoadSvg):
1138         added transposing and none uniform scaling to svg options
1140 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1142         * libs/PictureImageLoader.c:
1143         cleanup
1144         (PImageLoadCursorFromFile):
1145         fixed compilation without xpm library
1146         (PImageLoadPng):
1147         fixed compiler warning without png library
1149 2007-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1151         * libs/Fxpm.h:
1152         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1153         fix compilation without xpm library
1155 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1157         * libs/Fxpm.h:
1158         fixed compile error
1160         * libs/PictureImageLoader.c:
1161         cleanup
1162         (PImageLoadCursorFromFile):
1163         fixed compilation without xpm library
1164         (PImageLoadPng):
1165         fixed compiler warning without png library
1167 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1169         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1170         * fvwm/cursor.c (CMD_CursorStyle):
1171         fixed compiler warning
1173 2007-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1175         * fvwm/cursor.c (CMD_CursorStyle):
1176         fix CursorStyle command parsing
1178 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1180         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1181         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1182         * libs/PictureImageLoader.c (PImageLoadSvg):
1183         (PImageLoadPng):
1184         (PImageCreatePixmapFromArgbData):
1185         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1186         (PImageCreatePixmapFromFImage):
1187         new local function
1189 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1191         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1192         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1193         * libs/PictureImageLoader.c (PImageLoadSvg):
1194         (PImageLoadPng):
1195         (PImageCreatePixmapFromArgbData):
1196         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1197         (PImageCreatePixmapFromFImage):
1198         new local function
1200 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1202         * AUTHORS:
1203         * NEWS:
1204         updated
1206         * configure.ac:
1207         added libXcursor detection
1209         * fvwm/Makefile.am (LDADD):
1210         added Xcursor_LIBS
1212         * INSTALL.fvwm:
1214         * libs/Fcursor.h:
1215         new file
1217         * libs/Makefile.am (libfvwm_a_SOURCES):
1218         added Fcursor.h
1220         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1221         added Xcursor support
1223 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1225         * NEWS:
1226         updated
1228         * libs/Fxpm.h:
1229         added defs for FxpmInfo and FxpmFreeXpmInfo
1231         * libs/PictureBase.h (FvwmPictureAttributes):
1232         * libs/PictureImageLoader.c
1233         (PImageCreatePixmapFromArgbData):
1234         (PImageLoadPixmapFromFile):
1235         added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1236         (PImageLoadCursorPixmapFromFile):
1237         (PImageLoadCursorFromFile):
1238         * libs/PictureImageLoader.h:
1239         removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1240         replaced by the new general PImageLoadCursorFromFile()
1242         * fvwm/cursor.c (CMD_CursorStyle):
1243         handle new hot-spot arguments, use PImageLoadCursorFromFile()
1244         instead of PImageLoadCursorPixmapFromFile(), less code duplication
1246 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1248         * libs/PictureImageLoader.c
1249         (PImageLoadSvg):
1250         (PImageLoadPng):
1251         (PImageLoadXpm):
1252         now returns argb data instead of pixmaps
1253         (PImageLoadPixmapFromFile):
1254         (PImageLoadArgbDataFromFile):
1255         moved first half of PImageLoadPixmapFromFile() into
1256         the new local function PImageLoadArgbDataFromFile()
1257         (PImageLoadBitmap):
1258         removed function, code moved into PImageLoadPixmapFromFile()
1260 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1262         * libs/PictureImageLoader.c (PImageLoadXpm):
1263         revised to make use of PImageCreatePixmapFromArgbData()
1265 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1267         * fvwm/colorset.c (parse_shape):
1268         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1269         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1270         * libs/PictureImageLoader.c
1271         (PImageLoadSvg):
1272         (PImageLoadPng):
1273         (PImageCreatePixmapFromArgbData):
1274         don't create a mask pixmap for fully opaque (all alpha == 0xff)
1275         or translucent (0 < any alpha < 0xff) images.
1277 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
1279         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1280         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1281         * libs/PictureImageLoader.c (PImageLoadSvg):
1282         (PImageLoadPng):
1283         (PImageCreatePixmapFromArgbData):
1284         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1285         (PImageCreatePixmapFromFImage):
1286         new local function
1288 2007-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1290         * fvwm/functions.c (CMD_EchoFuncDefinition):
1291         * fvwm/functable.c (func_table):
1292         * fvwm/commands.h:
1293         new command EchoFuncDefinition
1295 2007-07-07  Simon Griph  <simon(at)griph(dot)se>
1297         * NEWS:
1298         * fvwm/conditional.c (CreateConditionMask):
1299         bugfix: Condition separation previously failed when a
1300         single comma (no whitespace padding) was used directly
1301         after a multi-worded condition.
1303 2007-06-21  Renato Caldas  <seventhguardian@gmail.com>
1305         * fvwm/module_list.c (module_kill):
1306         fix possible core dump when using startup modules
1308 2007-06-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1310         * NEWS:
1311         * fvwm/builtins.c (CMD_PrintInfo):
1312         * libs/Picture.h (PicturePrintImageCache):
1313         * libs/Picture.c (PicturePrintImageCache):
1314         add ImageCache subject to PrintInfo command
1316 2007-06-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1318         * NEWS:
1319         * fvwm/events.c (My_XNextEvent):
1320         fix crash when a module closes down during input/output.
1322 2007-06-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1324         * fvwm/icons.c (ChangeIconPixmap):
1325         (DeIconify):
1326         (Iconify):
1327         * fvwm/focus.c (warp_to_fvwm_window):
1328         * fvwm/events.c (__handle_cr_restack):
1329         (__handle_bpress_on_managed):
1330         (HandlePropertyNotify):
1331         * fvwm/stack.h:
1332         * fvwm/stack.c (__restack_window):
1333         (__raise_lower_recursion):
1334         (__raise_or_lower_window):
1335         (raise_or_lower_window):
1336         (position_new_window_in_stack_ring):
1337         (RaiseWindow):
1338         (LowerWindow):
1339         (RestackWindow):
1340         (HandleUnusualStackmodes):
1341         (CMD_Raise):
1342         (CMD_Lower):
1343         (CMD_RestackTransients):
1344         (CMD_RaiseLower):
1345         do raise hacks even when the internal stack is intact, unless on a
1346         client request
1348 2007-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1350         * fvwm/style.c (check_window_style_change)
1351         (style_parse_one_style_option):
1352         * fvwm/style.h:
1353         * fvwm/fvwm.h (window_style):
1354         * fvwm/add_window.c (setup_frame_size_limits):
1355         * fvwm/geometry.c (constrain_size):
1356         new style MinWindowSize
1358 2007-05-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1360         * libs/System.h:
1361         added missing prototypes
1363         * libs/safemalloc.c:
1364         * libs/fio.c:
1365         * libs/envvar.c:
1366         * libs/XResource.c:
1367         * libs/XError.c:
1368         * libs/WinMagic.c:
1369         * libs/Target.c:
1370         * libs/Event.c (GetSubwindowFromEvent):
1371         * libs/Cursor.c:
1372         * libs/ColorUtils.c:
1373         include corresponding header files
1375         * libs/PictureBase.c:
1376         * libs/FlocaleCharset.c:
1377         * fvwm/ewmh.c:
1378         cleanup prototypes
1380 2007-05-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1382         * configure.ac (HAVE_GNU_READLINE):
1383         detect full GNU readline API (vs BSD libedit readline compatibility
1384         layer)
1386 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1388         * fvwm/windowlist.c (CMD_WindowList):
1389         * NEWS:
1391         Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1392         "UseSkipList" & "OnlySkipList".
1394 2007-04-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1396         * NEWS:
1397         * fvwm/add_window.c (validate_transientfor):
1398         detect and disallow circular transient-for hints
1400 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1402         * fvwm/fvwm.1.in:
1403         s/UseListSkip/UseSkipList/g etc.
1405 2007-04-17  Jesus Guerrero  <6thpink(at)terra(dot)es>
1407         * fvwm/menus.c (size_menu_vertically):
1408         added localization of the "More&..." string
1410 2007-03-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1412         * libs/PictureBase.c (PictureFindImageFile):
1413         fix for segfault with svg-support enabled
1415         * INSTALL.fvwm (http):
1416         * configure.ac (png_CFLAGS):
1417         raise librsvg dependeny due to bug with 2.13.91
1419         * fvwm/cursor.c (CMD_CursorStyle):
1420         remove unused static variable nocursor
1422 2007-03-14  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1424         * AUTHORS:
1425         typo.
1427 2007-03-11  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1429         * configure.ac:
1430         bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1431         bugfix: out-of-tree builds failed due to broken dependency.
1432         Make man page have same header as old one.
1433         Fix man page indentation.
1434         Make text of top-level man page sections all uppercase.
1435         Added --disable-mandoc option.
1436         HTML doc generation is off by default: use --enable-htmldoc.
1437         Added more info in doc/README about XML commands to use.
1439 2007-03-10  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1441         * NEWS:
1442         * Everything in the 'doc' subdirectory.
1444         XML source to generate man page & HTML documentation.
1446 2007-02-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1448         * NEWS:
1449         * fvwm/colorset.c (parse_colorset):
1450         don't recompute sh, hi and fgsh if they were supplied in a previous
1451         colorset line. Fixes bug #3359.
1453 2007-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1455         * fvwm/move_resize.c (DoSnapAttract):
1456         handle SnapGrid before SnapAttraction so that non-overlapping windows
1457         do not snap edge to edge:
1458                                     +---+
1459                                     |   |
1460                                     +---+---+
1461                                         |   |
1462                                         +---+
1464 2007-02-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1466         * fvwm/style.c (parse_and_set_window_style)
1467         (style_parse_one_style_option):
1468         don't warn about PositionPlacement arguments
1470 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1472         * AUTHORS:
1473         * NEWS:
1474         enties for ChangeWindowTitle patch by Julio Teca.
1476 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1478         * fvwm/fvwm.c (main):
1479         fixed ROOT CursorStyle context
1481         * fvwm/placement.c (__pl_manual_get_pos_simple):
1482         * fvwm/move_resize.h:
1483         * fvwm/move_resize.c (__move_loop):
1484         (InteractiveMove):
1485         fixed long broken POSITION CursorStyle context
1487 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1489         * fvwm/bindings.c (ParseBinding):
1490         fix buffer overrun with >78 character window names.
1492         * fvwm/fvwm.1.in (PositionPlacement):
1493         fix typos
1495         * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1496         * fvwm/style.c (style_parse_one_style_option):
1497         change BorderWidth and HandleWidth style  to revert to default if no
1498         arguments are given
1500 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1502         * fvwm/fvwm.h (style_flags):
1503         * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1504         (__place_get_wm_pos):
1505         (__place_window, __explain_placement):
1506         * fvwm/style.c (style_parse_one_style_option):
1508         * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1509         (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1510         (DEFAULT_PLACEMENT_POSITION_STRING):
1511         new default strings
1513         * fvwm/move_resize.c (GetOnePositionArgument):
1514         added 'w' suffix to Move arguments
1515         allow multiple shifts from original position
1517         * fvwm/style.c (style_parse_one_style_option):
1518         (merge_styles)
1519         (free_style):
1520         * fvwm/placement.c (setup_window_placement)
1521         (__place_get_placement_flags):
1522         (__place_get_wm_pos):
1523         (__place_get_nowm_pos):
1524         (__place_window):
1525         (__place_handle_x_resources):
1526         (setup_window_placement):
1527         * fvwm/fvwm.h (PLACE_CENTER):
1528         (PLACE_POSITION):
1529         replaced CenterPlacement with more flexibe PositionPlacement
1531         * fvwm/move_resize.c (GetMoveArguments):
1532         (GetResizeArguments):
1533         (GetResizeMoveArguments):
1534         (__move_window):
1535         * fvwm/move_resize.h:
1536         exported and enhanced function GetMoveArguments for use by placement
1537         algorithm
1539 2007-02-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1541         * fvwm/ConfigFvwmDefaults:
1542         reenable MenuScroll on titles
1544         * fvwm/menubindings.c (menu_shortcuts):
1545         don't scroll menus if scrolling would be in the wrong direction
1547 2007-02-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1549         * fvwm/move_resize.c (__resize_window):
1550         some resizing/gravity fixes
1551         properly handle maximized + shaded state when resizing
1552         non-interactively
1554 2007-01-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1556         * fvwm/move_resize.c (__resize_window):
1557         resizing of shaded windows work better.
1559 2007-01-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1561         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1562         clarified previous patch
1564         * fvwm/fvwm.1.in (COMMAND EXPANSION):
1565         documented '-' command prefix
1567         * fvwm/expand.c (__eae_parse_range):
1568         fix $[n-] and $[*] after unsigned int havoc
1570 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1572         * fvwm/Makefile.am:
1573         * fvwm/ConfigFvwmMenuDefaults:
1574         removed file
1575         * fvwm/ConfigFvwmDefaults:
1576         * fvwm/ConfigFvwmMenuDefaults:
1577         moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1579 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1581         * fvwm/ConfigFvwmMenuDefaults:
1582         * fvwm/fvwm.c (SetRCDefaults):
1583         make default menu mouse bindings for MenuSelectItem and MenuScroll only
1584         apply to menu item context.
1586 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1588         * fvwm/placement.c (placement_loop):
1589         (__pl_minoverlap_get_avoidance_penalty):
1590         (__pl_smart_get_first_pos):
1591         (__pl_smart_get_next_pos):
1592         (__pl_smart_test_window):
1593         (__pl_smart_get_pos_penalty):
1594         rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1595         now less than ten lines of code.
1597         * fvwm/add_window.c (setup_placement_penalty):
1598         * fvwm/style.c (style_parse_one_style_option):
1599         allow to reset the placement penalties with !
1601         * fvwm/placement.h:
1602         * fvwm/add_window.c (setup_placement_penalty):
1603         * fvwm/style.h:
1604         * fvwm/fvwm.h:
1605         * fvwm/style.c (style_parse_one_style_option):
1606         put placement penalty array in a struct
1608         * fvwm/placement.c (__place_get_wm_pos):
1609         (__pl_clever_get_next_x):
1610         (__pl_clever_get_next_y):
1611         (__pl_clever_get_first_pos):
1612         (__pl_clever_get_next_pos):
1613         (__pl_clever_get_avoidance_penalty):
1614         (__pl_clever_get_pos_penalty):
1615         (__pl_minoverlap_get_next_x):
1616         (__pl_minoverlap_get_next_y):
1617         (__pl_minoverlap_get_first_pos):
1618         (__pl_minoverlap_get_next_pos):
1619         (__pl_minoverlap_get_avoidance_penalty):
1620         (__pl_minoverlap_get_pos_penalty):
1621         renamed ...clever... functions to ...minoverlap...
1623         * fvwm/bindings.c:
1624         * fvwm/decorations.c:
1625         * fvwm/menubindings.c:
1626         * fvwm/module_interface.c:
1627         * fvwm/module_list.c:
1628         * fvwm/fvwm.c:
1629         * fvwm/module_list.h:
1630         * fvwm/events.c:
1631         * fvwm/module_interface.h:
1632         * fvwm/Makefile.am:
1633         dont include "libs" in include path
1635         * libs/vpacket.h:
1636         #includes from fvwm path with "..." not <...>
1638         * fvwm/stack.c:
1639         #includes from library path with "..." not <...>
1641 2007-01-28  Simon Griph  <simon(at)griph(dot)se>
1643         * NEWS:
1644         * AUTHORS:
1645         * INSTALL.fvwm:
1646         documented new svg support
1648         * configure.ac:
1649         added librsvg detection
1651         * fvwm/Makefile.am (LDADD, INCLUDES):
1652         added rsvg_LIBS, rsvg_CFLAGS
1654         * fvwm/expand.c (expand_vars_extended):
1655         new extended variables
1656         $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1658         * fvwm/fvwm.1.in (OPTIONS):
1659         (ICONS AND IMAGES):
1660         documented new svg support
1661         (COMMAND EXPANSION):
1662         documented new extended variables
1664         * fvwm/fvwm.c (setVersionInfo):
1665         (main):
1666         added Frsvg_init() call
1668         * libs/Fsvg.h:
1669         new file
1671         * libs/Makefile.am (libfvwm_a_SOURCES):
1672         added Fsvg.h
1673         (INCLUDES):
1674         added rsvg_CFLAGS
1676         * libs/Picture.c (PCacheFvwmPicture):
1677         hid svgopts from isFileStampChanged()
1679         * libs/PictureBase.c (PictureFindImageFile):
1680         hid svgopts from searchPath()
1682         * libs/PictureBase.h:
1684         * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1685         hid svgopts from setFileStamp()
1686         (PImageLoadSvg):
1687         new svg image loader
1689         * libs/fvwmlib.c (flib_init_graphics):
1690         added Frsvg_init() call
1692 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1694         * NEWS:
1695         * fvwm/stack.c (__is_restack_needed)
1696         (is_transient_subtree_straight):
1697         (__restack_window):
1698         fix crash when trying to restack destroyed window
1700 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1702         * libs/Makefile.am (libfvwm_a_SOURCES):
1703         add fvwmlib.c
1705         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1706         * fvwm/menus.c (move_any_menu)
1707         set menu backgrounds before moving. Makes transparent menus move
1708         more seamless.
1710         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1711         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1712         add update_transparent_menu_bg to allow set of transparent menu
1713         background before a move, and change repaint_transparent_menu to
1714         allow for not setting the menu background.
1716         * libs/Colorset.c (SetWindowBackgroundWithOffset):
1717         create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1718         transparent colorsets)
1719         (CreateOffsetBackgroundPixmap):
1720         use offset also for non transparent backgrounds.
1722         * fvwm/menubindings.c (menu_shortcuts):
1723         don't move menus on scroll if they don't move
1725 2007-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1727         * libs/fvwmlib.h:
1728         * fvwm/bindings.c:
1729         * fvwm/cursor.c:
1730         * fvwm/decorations.c:
1731         * fvwm/ewmh_conf.c:
1732         * fvwm/ewmh_events.c:
1733         * fvwm/ewmh_icons.c:
1734         * fvwm/expand.c:
1735         * fvwm/focus.c:
1736         * fvwm/functions.c:
1737         * fvwm/gnome.c:
1738         * fvwm/menubindings.c:
1739         * fvwm/menucmd.c:
1740         * fvwm/menuitem.c:
1741         * fvwm/misc.c:
1742         * fvwm/modconf.c:
1743         * fvwm/module_interface.c:
1744         * fvwm/module_list.c:
1745         * fvwm/read.c:
1746         * fvwm/update.c:
1747         * fvwm/windowlist.c:
1748         * fvwm/windowshade.c:
1749         * fvwm/colorset.c:
1750         * fvwm/session.c:
1751         * fvwm/stack.c:
1752         * fvwm/ewmh.c:
1753         * fvwm/conditional.c:
1754         * fvwm/menustyle.c:
1755         * fvwm/virtual.c:
1756         * fvwm/placement.c:
1757         * fvwm/frame.c:
1758         * fvwm/fvwm.c:
1759         * fvwm/icons.c:
1760         * fvwm/add_window.c:
1761         * fvwm/builtins.c:
1762         * fvwm/move_resize.c:
1763         * fvwm/borders.c:
1764         * fvwm/style.c:
1765         * fvwm/events.c:
1766         * fvwm/menus.c:
1767         * libs/FTips.c:
1768         * libs/Picture.c:
1769         * libs/Target.c:
1770         * libs/gravity.c:
1771         * fvwm/execcontext.c:
1772         * libs/BidiJoin.c:
1773         * libs/CombineChars.c:
1774         * libs/FBidi.c:
1775         * libs/FEvent.c:
1776         * libs/Fft.c:
1777         * libs/FGettext.c:
1778         * libs/Ficonv.c:
1779         * libs/FImage.c:
1780         * libs/flist.c:
1781         * libs/FlocaleCharset.c:
1782         * libs/fsm.c:
1783         * libs/Parse.c:
1784         * libs/queue.c:
1785         * libs/safemalloc.c:
1786         * libs/strdup.c:
1787         * libs/timeout.c:
1788         * libs/Strings.c:
1789         * libs/FRender.c:
1790         * libs/Module.c:
1791         * libs/ColorUtils.c:
1792         * libs/Colorset.c:
1793         * libs/PictureImageLoader.c:
1794         * libs/PictureGraphics.c:
1795         * libs/Graphics.c:
1796         * libs/FScreen.c:
1797         * libs/PictureUtils.c:
1798         * libs/Flocale.c:
1799         * libs/PictureBase.c:
1800         use new header files
1802         * libs/Graphics.h:
1803         * libs/XResource.h:
1804         * libs/Event.h:
1805         * libs/XError.h:
1806         * libs/ColorUtils.h:
1807         * libs/PictureBase.h:
1808         * libs/System.h:
1809         * libs/defaults.h:
1810         * libs/Cursor.h:
1811         * libs/Target.h:
1812         * libs/WinMagic.h:
1813         * libs/fvwmlib.h:
1814         * libs/Makefile.am (libfvwm_a_SOURCES):
1815         moved declarations from fvwmlib.h to new/appropriate header files
1817         * libs/XError.c:
1818         reformatted
1820         * fvwm/menus.c (paint_side_pic):
1821         fixed previous patch
1822         reindented function
1824 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1826         * fvwm/menus.c (paint_side_pic):
1827         fix a core dump
1829         * fvwm/menus.c (paint_side_pic):
1830         use simple expose information to redraw sidepics less.
1832 2007-01-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1834         * fvwm/geometry.c (constrain_size):
1835         silence gcc 4.1.1 warning.
1837         * libs/System.c (searchPath):
1838         search in pwd if no path is given.
1839         return NULL if a file dosn't exist regardless if it's absolute path
1841 2007-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1843         * fvwm/placement.c (__place_window)
1844         (__pl_under_mouse_get_pos_simple):
1845         * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
1846         * fvwm/fvwm.1.in:
1847         new style option UnderMousePlacementHonorsStartsOnPage
1849         * fvwm/update.c (init_style):
1850         don't forget stickyness when a window goes fullscreen (or when some
1851         other style is changed)
1853 2007-01-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1855         * fvwm/placement.c (__pl_cascade_get_pos_simple):
1856         properly handle title direction with cascade placement
1858         * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
1859         new default value
1861         * fvwm/placement.c (__pl_center_get_pos_simple):
1862         CenterPlacement properly handles Xinerama screens
1864 2007-01-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1866         * configure.ac:
1867         always substiture datarootdir
1869 2007-01-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1871         * fvwm/add_window.c (GetWindowSizeHints):
1872         * fvwm/geometry.c (constrain_size):
1873         undefine macros after use
1874         (constrain_size):
1875         reindented and cleaned up
1876         do not grow a window because of aspect ratio if this is not explicitly
1877         allowed by the CS_ROUND_UP flag
1878         (constrain_size):
1879         (__cs_handle_aspect_ratio):
1880         broken into separate functions and cleaned up
1882 2007-01-20  Renato Caldas  <seventhguardian@gmail.com>
1884         * fvwm/module_list.c (module_receive):
1885         (module_input_discard):
1886         allocate input data in just one call - better perfomance
1888 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1890         * fvwm/placement.c (__place_get_wm_pos):
1891         simplified to a simple loop
1892         (__explain_placement):
1893         added explanation of new placement styles
1895         * fvwm/placement.c (__place_get_wm_pos):
1896         cleanup
1897         (__pl_center_get_pos_simple):
1898         (__pl_under_mouse_get_pos_simple):
1899         (__pl_cascade_get_pos_simple):
1900         (__pl_manual_get_pos_simple):
1901         (__place_get_wm_pos):
1902         use new placement interface for CenterPlacement, UnderMousePlacement,
1903         ManualPlacement, CascadePlacement
1905         * fvwm/placement.c (__sp_get_first_pos):
1906         (__sp_get_next_pos):
1907         (__sp_get_pos_penalty):
1908         (__place_get_wm_pos):
1909         use new placement interface for SmartPlacement
1910         (SmartPlacement):
1911         removed function
1913         * fvwm/placement.c:
1914         don't use inline functions
1915         (CleverPlacement):
1916         (placement_loop):
1917         renamed function and generalized the placement interface to deal with
1918         any algorithm in the same way
1919         (__place_get_wm_pos):
1920         use new placement interface
1922         * NEWS:
1923         * configure.ac:
1924         increased version to 2.5.22
1926         * NEWS:
1927         * configure.ac:
1928         updated for 2.5.21 release
1930 2007-01-19  Dan Espen  <dane@mk.telcordia.com>
1932         * fvwm/read.h: Compile syntax error fix.
1934 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1936         * fvwm/placement.c (SmartPlacement):
1937         fixed broken SmartPlacement
1939 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1941         * fvwm/expand.c (expand_vars_extended):
1942         free allocated icon path
1944 2007-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1946         * fvwm/fvwm.1.in:
1947         some cleanup
1949         * fvwm/virtual.c:
1950         fix compile error
1952 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1954         * NEWS:
1955         * fvwm/fvwm.1.in (Scroll):
1956         * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
1957         add interactive scrolling.
1959         * fvwm/stack.c (is_transient_subtree_straight):
1960         check first above the tree root, then beneth it.
1962 2007-01-17  Renato Caldas  <seventhguardian@gmail.com>
1964         * fvwm/module_interface.h
1965         * fvwm/module_interface.c (module_input_enqueue):
1966         (module_input_execute):
1967         new functions based on AddToCommandQueue and ExecuteModuleCommand
1969         * fvwm/module_list.c (CMD_ModuleSynchronous):
1970         (PositiveWrite):
1971         * fvwm/events.c (My_XNextEvent):
1972         * fvwm/module_interface.c (ExecuteCommandQueue):
1973         using the above two new functions instead of AddToCommandQueue and
1974         ExecuteModuleCommand
1976         * fvwm/module_interface.c (cqueue_object_type):
1977         removed typedef
1979         * fvwm/module_interface.h
1980         * fvwm/module_interface.c (AddToCommandQueue):
1981         (ExecuteModuleCommand):
1982         removed functions
1984 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1986         * fvwm/fvwm.h (window_style):
1987         * fvwm/style.c (style_parse_one_style_option):
1988         icon background relief and icon title relief changed to sigend char;
1989         should fix problem with ppc and negative values for these.
1991 2007-01-16  Renato Caldas  <seventhguardian@gmail.com>
1993         * fvwm/module_list.h:
1994         * fvwm/module_list.c (module_receive):
1995         (module_input_discard):
1996         (module_input_expect):
1997         new functions to deal with module input
1999         * fvwm/module_list.h:
2000         * fvwm/module_list.c (HandleModuleInput):
2001         replaced by the above three functions
2003         * fvwm/events.c (My_XNextEvent):
2004         * fvwm/module_list.c (CMD_ModuleSynchronous):
2005         (PositiveWrite):
2006         adapted to use the above three functions instead of HandleModuleInput
2008 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2010         * configure.ac (HAVE_PNG):
2011         don't mangle png_LIBS, use --with-png-library
2013 2007-01-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2015         * NEWS:
2016         removed news about previous change after move of version-2_5_20 tag
2017         on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
2018         balls.
2020         * fvwm/stack.c (__restack_window):
2021         fix so new transient windows with StackTransientParent on top layer
2022         don't make all windows raise above the pan frames.
2024         * NEWS:
2025         * configure.ac:
2026         increased version to 2.5.21
2028         * NEWS:
2029         * configure.ac:
2030         updated for 2.5.20 release
2032 2007-01-15  Renato Caldas  <seventhguardian@gmail.com>
2034         * fvwm/fvwm.c (main):
2035         remove the call to module_init_list, the list head is instead set
2036         to NULL upon declaration
2038         * fvwm/module_list.h:
2039         * fvwm/module_list.c (module_init_list):
2040         removed function
2042 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2044         * fvwm/stack.c (is_transient_subtree_straight)
2045         (is_transient_subtree_stack_straight):
2046         use <= 32 character function name
2047         (mark_transient_subtree, is_transient_subtree_straight)
2048         (__mark_transient_subtree_test):
2049         move common tests to function to avoid code duplication
2051         * fvwm/fvwm.1.in (IconifyWindowGroups):
2052         Correctly document that windows are iconified together if the are in
2053         the same window group, not if the group leader is iconified.
2055 2007-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2057         * fvwm/add_window.c (GetWindowSizeHints):
2058         * libs/vpacket.h (ConfigWinPacket):
2059         * fvwm/module_interface.c (CONFIGARGS):
2060         * fvwm/fvwm.h (FvwmWindow):
2061         add orig_hints_width_inc and orig_hints_height_inc values to store the
2062         original resize inc  for use in FvwmIdent
2064         * fvwm/fvwm.1.in:
2065         * fvwm/style.c (style_parse_one_style_option):
2066         deprecated some "No..." styles
2067         (style_parse_one_style_option):
2068         add a NoResizeHintOverride style
2070         * fvwm/add_window.c (GetWindowSizeHints):
2071         only ignore the min_width/min_height/max_width/max_height with the
2072         ResizeHintOverride style
2074         * fvwm/icons.c (DeIconify):
2075         corrected previous fix
2077         * fvwm/placement.c (CleverPlacement):
2078         (SmartPlacement):
2079         (__place_get_wm_pos):
2080         (__place_get_nowm_pos):
2081         (__place_window):
2082         fixed smart placement
2083         unified placement func interface
2085 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2087         * NEWS:
2088         * fvwm/icons.c (DeIconify):
2089         don't loop forever.
2091         * fvwm/stack.c (is_transient_subtree_stacked_straight):
2092         fix detection of non needed lower operations
2093         (__restack_window):
2094         BroadcastRestack to modules even if non is done. (To cancel effect of
2095         already sent M_RAISE/M_LOWER)
2096         don't do raise hacks if no restack was done.
2098         * fvwm/fvwm.h (FvwmWindow):
2099         icon_nalloc_pixels is int instead of unsined int
2101         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2102         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2103         use int instead of unsigned int.
2105         * fvwm/menugeometry.c (menu_get_geometry)
2106         (menu_get_outer_geometry):
2107         * fvwm/focus.c (CMD_WarpToWindow):
2108         * fvwm/geometry.c (get_title_button_geometry):
2109         * fvwm/session.c (SaveWindowStates):
2110         * fvwm/conditional.c (CMD_WindowId):
2111         * fvwm/placement.c (__place_get_wm_pos):
2112         * fvwm/frame.c (frame_create_move_resize_args):
2113         * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2114         * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2115         * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2116         * fvwm/style.c (style_parse_icon_box_style):
2117         * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2118         (AnimatedMoveAnyWindow, __move_window, __move_loop)
2119         (__resize_window):
2120         * fvwm/events.c (HandlePropertyNotify)
2121         (__is_bpress_window_handled):
2122         * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2123         (get_menu_options):
2124         fix geometry signed pointer warnings
2126         * libs/Graphics.c (CalculateGradientDimensions):
2127         cast pointer to unsigned int*
2129         * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2130         * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2131         (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2132         change unsigned int* parameter to int*. It get's info stored in an
2133         unsigned short, so it should be OK.
2135         * fvwm/externs.h:
2136         * fvwm/fvwm.c:
2137         JunkMask is unsigned
2139         * fvwm/stack.c (__mark_group_member)
2140         (is_transient_subtree_stacked_straight, __is_restack_needed)
2141         (__restack_window, mark_transient_subtree):
2142         don't raise or lower windows if they are already at the right place.
2144 2007-01-13  Renato Caldas  <seventhguardian@gmail.com>
2146         * fvwm/module_interface.c (struct cqueue_object_type):
2147         * fvwm/module_list.h (struct fmodule_input):
2148         reused cqueue_object_type as a struct to store module input data
2149         renamed it to fmodule_input and moved it to module_list.h
2150         typedef'ed it to cqueue_object_type in module_interface.c
2152 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2154         * fvwm/placement.c (__cp_get_next_x):
2155         (__cp_get_next_y):
2156         (__cp_get_first_pos):
2157         (__cp_get_next_pos):
2158         (__cp_get_avoidance_penalty):
2159         (__cp_test_fit):
2160         (CleverPlacement):
2161         restructured and cleaned up CleverPlacement code
2163         * fvwm/style.c (style_parse_icon_box_style):
2164         * fvwm/virtual.c (HandlePaging):
2165         * fvwm/stack.c (verify_stack_ring_consistency):
2166         (ResyncFvwmStackRing):
2167         * fvwm/repeat.c:
2168         * fvwm/read.c (cursor_control):
2169         * fvwm/placement.c (__place_get_wm_pos):
2170         * fvwm/move_resize.c (GetMoveArguments):
2171         (ParseOneResizeArgument):
2172         (GetResizeArguments):
2173         (GetResizeMoveArguments):
2174         (resize_move_window):
2175         (resize_move_window):
2176         (InteractiveMove):
2177         (__move_window):
2178         (DoSnapAttract):
2179         (DoSnapAttract):
2180         (__resize_step):
2181         (__resize_window):
2182         (__resize_window):
2183         (__resize_window):
2184         (MaximizeHeight):
2185         (MaximizeWidth):
2186         (maximize_fvwm_window):
2187         (CMD_Maximize):
2188         (CMD_Maximize):
2189         * fvwm/misc.c:
2190         * fvwm/menustyle.h (MenuStyle):
2191         * fvwm/menus.c (MenuSizingParameters):
2192         (make_menu_window):
2193         (paint_menu_gradient_background):
2194         (paint_menu_gradient_background):
2195         (select_menu_item):
2196         (do_menus_overlap):
2197         (pop_menu_up):
2198         (pop_menu_down_and_repaint_parent):
2199         (__mloop_handle_action_without_mi):
2200         (do_menu):
2201         (get_menu_options):
2202         (get_menu_options):
2203         * fvwm/menuroot.h (MenuRootStatic):
2204         (MenuRootDynamic):
2205         * fvwm/menuitem.h (MenuPaintItemParameters):
2206         * fvwm/menugeometry.h:
2207         * fvwm/menubindings.c (menu_shortcuts):
2208         * fvwm/icons.c (SetIconPixmapSize):
2209         (GetIconPicture):
2210         (DrawIconTitleWindow):
2211         (AutoPlaceIcon):
2212         (do_all_iconboxes):
2213         (GetIconWindow):
2214         (GetIconBitmap):
2215         * fvwm/gnome.c (GNOME_GetHintIcons):
2216         * fvwm/functions.c (FvwmFunction):
2217         (__execute_function):
2218         (__cf_cleanup):
2219         (execute_complex_function):
2220         * fvwm/fvwm.c (JunkWidth):
2221         (JunkHeight):
2222         (JunkBW):
2223         (JunkDepth):
2224         (JunkMask):
2225         (main):
2226         * fvwm/externs.h (JunkWidth):
2227         (JunkHeight):
2228         (JunkBW):
2229         (JunkDepth):
2230         (JunkMask):
2231         * fvwm/focus.c (CMD_WarpToWindow):
2232         * fvwm/expand.c (__eae_parse_range):
2233         (expand_args_extended):
2234         (expand_vars_extended):
2235         (expand_vars_extended):
2236         * fvwm/ewmh_names.c (EWMH_WMIconName):
2237         (EWMH_WMName):
2238         * fvwm/ewmh_intern.h:
2239         * fvwm/ewmh_icons.c (ewmh_WMIcon):
2240         (EWMH_DoUpdateWmIcon):
2241         (ewmh_SetWmIconFromPixmap):
2242         (ewmh_SetWmIconFromPixmap):
2243         (EWMH_DeleteWmIcon):
2244         (extract_wm_icon):
2245         (extract_wm_icon):
2246         (EWMH_SetIconFromWMIcon):
2247         * fvwm/ewmh_events.c (ewmh_WMDesktop):
2248         (ewmh_WMState):
2249         (ewmh_WMIconGeometry):
2250         (ewmh_WMStrut):
2251         * fvwm/ewmh.h:
2252         * fvwm/ewmh.c (ewmh_ChangeProperty):
2253         (ewmh_ChangeProperty):
2254         (atom_get):
2255         (ewmh_AtomGetByName):
2256         (ewmh_AddToKdeSysTray):
2257         (EWMH_GetWorkAreaIntersection):
2258         (ewmh_HandleWindowType):
2259         (ewmh_check_wm_pid):
2260         * fvwm/geometry.c (constrain_size):
2261         * fvwm/geometry.h:
2262         * fvwm/events.c (__handle_cr_on_client):
2263         (WaitForButtonsUp):
2264         * fvwm/events.h:
2265         * libs/PictureImageLoader.c:
2266         * libs/PictureImageLoader.h:
2267         * libs/WinMagic.c:
2268         * libs/fvwmlib.h:
2269         * libs/Graphics.c (ParseGradient):
2270         (CalculateGradientDimensions):
2271         (CreateGradientPixmap):
2272         (CreateGradientPixmapFromString):
2273         * fvwm/colorset.c (update_root_pixmap):
2274         * fvwm/builtins.c (CMD_Echo):
2275         (CMD_State):
2276         * fvwm/add_window.c (AddWindow):
2277         * fvwm/screen.h (DecorFace):
2278         use int instead of unsigned int
2280         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2281         * fvwm/colormaps.c (EnterSubWindowColormap):
2282         (LeaveSubWindowColormap):
2283         (FetchWmColormapWindows):
2284         * libs/vpacket.h:
2285         * libs/CombineChars.c (char_combclass):
2286         use short instead of short int
2287         use long instead of long int
2289         * libs/PictureBase.h (FvwmPictureAttributes):
2290         (FvwmRenderAttributes):
2291         * libs/Flocale.h (FlocaleFont):
2292         * fvwm/style.c (style_parse_icon_grid_style):
2293         * fvwm/menus.c (size_menu_horizontally):
2294         (size_menu_vertically):
2295         (paint_menu):
2296         (AddToMenu):
2297         * fvwm/menuitem.c (menuitem_paint):
2298         (menuitem_free):
2299         * fvwm/menuitem.h (MenuItem):
2300         * fvwm/geometry.c (set_window_border_size):
2301         * fvwm/decorations.c (SelectDecor):
2302         use int instead of short
2304         * fvwm/screen.h (FvwmAcs):
2305         (DecorFace):
2306         * fvwm/menus.c (MenuSizingParameters):
2307         (size_menu_horizontally):
2308         (update_menu):
2309         (paint_menu_gradient_background):
2310         * fvwm/menuroot.h (MenuRootStatic):
2311         * fvwm/menuitem.h (MenuItem):
2312         (MenuItemPartSizesT):
2313         * fvwm/menuitem.c (menuitem_get_size):
2314         * fvwm/menudim.h (MenuDimensions):
2315         use int instead of unsigned short
2317 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2319         * libs/gravity.h:
2320         * libs/gravity.c (gravity_move_resize_parent_child):
2321         * fvwm/frame.h:
2322         * fvwm/frame.c (mr_args_internal):
2323         (frame_setup_border):
2324         (frame_setup_titlebar):
2325         (frame_get_resize_decor_gravities):
2326         (frame_get_titlebar_dimensions):
2327         use rectangle instead of signed_rectangle
2329         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2330         * libs/fvwmrect.h (signed_rectangle):
2331         removed type
2332         (rectangle):
2333         (size_rect):
2334         widht and height are now signed values
2336         * fvwm/placement.c (get_next_x):
2337         (__cp_get_next_x):
2338         (get_next_x):
2339         (__cp_get_next_y):
2340         (__test_fit):
2341         (__cp_test_fit):
2342         renamed functions
2344         * fvwm/placement.c (get_next_x):
2345         (get_next_y):
2346         (test_fit):
2347         (CleverPlacement):
2348         cleanup
2350 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2352         * NEWS:
2353         NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2354         StickyAcrossDesksIcon.
2356 2007-01-13  Serge Koksharov  <gentoosiast dog yandex dot ru>
2358         * fvwm/conditional.c (CreateConditionMask):
2359         added conditions StickyIcon, StickyAcrossPagesIcon and
2360         StickyAcrossDesksIcon.
2362         * fvwm/fvwm.1.in:
2363         documented new conditional tests.
2364         removed descriptions of styles StickyIconPage & StickyIconDesk which
2365         actually don't exists in fvwm.
2366         moved StickyIcon/SlipperyIcon descriptions immediately after
2367         Sticky/Slippery description.
2369 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2371         * fvwm/placement.c (SmartPlacemen):
2372         (__sp_test_window):
2373         cleaned up SmartPlacement code
2375 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2377         * fvwm/ConfigFvwmMenuDefaults:
2378         Mouse 0 MS A MenuLeaveSubmenu instead.
2380         * fvwm/ConfigFvwmMenuDefaults:
2381         Mouse 0 MS A MenuClose to make sidepic and border behave as
2382         before menu bindings.
2384         * fvwm/fvwm.1.in:
2385         * libs/wcontext.h (enum):
2386         * fvwm/menubindings.c (menu_binding):
2387         (menu_shortcuts):
2388         Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2390         * fvwm/menustyle.c (menustyle_parse_old_style):
2391         add a message of deprecation.
2393 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2395         * fvwm/module_list.h:
2396         * fvwm/module_list.c:
2397         new files for module handling code.
2399         * fvwm/module_list.h:
2400         * fvwm/module_interface.h:
2401         * fvwm/module_list.c:
2402         * fvwm/module_interface.c:
2403         (struct mqueue_object_type):
2404         (msg_mask_set):
2405         (module_alloc):
2406         (module_insert):
2407         (module_remove):
2408         (module_free):
2409         (module_get_next):
2410         (set_message_mask):
2411         (get_pipe_name):
2412         (initModules):
2413         (ClosePipes):
2414         (do_execute_module):
2415         (executeModuleDesperate):
2416         (CMD_Module):
2417         (CMD_ModuleListenOnly):
2418         (CMD_ModuleSynchronous):
2419         (HandleModuleInput):
2420         (DeadPipe):
2421         (KillModule):
2422         (KillModuleByName):
2423         (CMD_KillModule):
2424         (PositiveWrite):
2425         (DeleteMessageQueueBuff):
2426         (FlushMessageQueue):
2427         (FlushAllMessageQueues):
2428         (CMD_set_mask):
2429         (CMD_set_sync_mask):
2430         (CMD_set_nograb_mask):
2431         (skipModuleAliasToken):
2432         (countModules):
2433         (struct msg_masks_t):
2434         (struct fmodule):
2435         moved from module_interface.c/h to module_list.c/h
2437         * fvwm/module_list.h (do_execute_module):
2438         * fvwm/module_interface.h (AddToCommandQueue):
2439         (ExecuteModuleCommand):
2440         initialy static functions are exposed for now. Should be fixed soon.
2442         * fvwm/Makefile.am:
2443         added module_list.h and module_list.c
2444         reorganized the c files by size
2446         * fvwm/module_list.h:
2447         * fvwm/module_list.c:
2448         * fvwm/events.c:
2449         * fvwm/fvwm.c:
2450         * fvwm/session.c:
2451         * fvwm/stack.c:
2452         (initModules):
2453         (module_init_list):
2454         (ClosePipes):
2455         (module_kill_all):
2456         (KillModule):
2457         (module_kill):
2458         (countModules):
2459         (module_count):
2460         renamed functions to a unified style
2462         * fvwm/module_interface.h:
2463         * fvwm/module_interface.c:
2464         * fvwm/fvwm.c:
2465         * fvwm/events.c:
2466         * fvwm/modconf.c
2467         * fvwm/session.c:
2468         * fvwm/stack.c:
2469         * fvwm/windowshade.c:
2470         * fvwm/functions.c:
2471         * fvwm/move_resize.c:
2472         include file cleanup
2474         * fvwm/module_list.c (do_execute_module):
2475         made absolutely sure the module's read fd is >=0 before inserting
2476         the module on the list
2478         * fvwm/events.c (My_XNextEvent):
2479         * fvwm/module_list.c (PositiveWrite):
2480         (CMD_ModuleSynchronous):
2481         assume module read fd is allways >=0 (remove the tests)
2483         * fvwm/module_list.c (module_free):
2484         no need to test if fd >=0 when closing the pipes.
2486 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2488         * fvwm/menuitem.c (draw_higlight_background):
2489         fix x-origin of HGradients
2491 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
2493         * fvwm/module_interface.c (FlushMessageQueues):
2494         fixed not flushing the first module on the list
2496 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2498         * libs/Flocale.c (FlocaleGetFftFont):
2499         add sanity check for NULL fontname.
2501         * NEWS:
2502         * fvwm/fvwm.1.in:
2503         * fvwm/menuitem.c (menuitem_paint):
2504         (draw_hilight_background):
2505         make all kinds of pixmaps work with hilight background
2507         * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2508         * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2509         (CreateBackgroundPixmap):
2510         added CreateOffsetBackgroundPixmap with the ability to create
2511         transparent images at an offset relative to the window.
2513 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2515         * fvwm/menus.c (__mloop_exit):
2516         (struct):
2517         (__mloop_get_event)
2518         (__mloop_handle_event):
2519         don't warp to parent item when entering other item with mouse.
2521         * NEWS:
2522         * fvwm/fvwm.1.in:
2523         * fvwm/menustyle.c (menustyle_update):
2524         make use of colorset TiledPixmap option with HiglightBack
2525         and HiglightTitleBack menu styles.
2527 2007-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2529         * libs/FScreen.c:
2530         reformatted
2532 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2534         * libs/FScreen.c (FScreenParseGeometry):
2535         don't look up screen info if screen is undefined
2537 2007-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2539         * ONEWS:
2540         * NEWS:
2541         moved the NEWS of 2.2.x and 2.3.x to ONEWS
2543         * libs/fio.c (fvwm_send):
2544         compile fixes
2546         * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2547         added macro
2549         * libs/fio.c:
2550         * libs/fio.h:
2551         new utility files to wrap writing/reading standard lib functions that
2552         might be interrupted
2554 2007-01-05  Serge Koksharov  <gentoosiast dog yandex dot ru>
2556         * fvwm/ewmh_intern.h:
2557         compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2558         instead of <time.h>.
2560         * fvwm/windowlist.h:
2561         removed unneeded file.
2563         * fvwm/Makefile.am:
2564         removed windowlist.h from build list.
2566         * libs/PictureUtils.c:
2567         include "ftime.h" instead of <time.h>.
2568         fvwmlib.h header name should be in double quotes not in angle
2569         brackets.
2571         * libs/System.c:
2572         include "ftime.h" instead of <sys/time.h>.
2574 2007-01-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2576         * ChangeLog:
2577         make my email less spider-friendly
2579         * fvwm/bindings.c (binding_cmd):
2580         (ParseBinding):
2581         fix core
2583 2007-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2585         * fvwm/screen.h (ScreenInfo):
2586         made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2587         casting signed values in calculations to be cast to unsigned
2589         * fvwm/focus.c (__activate_window_by_command):
2590         don't warp the viewport if the center of the window is already in view
2591         fixed a bug in window positioning
2593 2007-01-03  Serge Koksharov  <gentoosiast dog yandex dot ru>
2595         * NEWS:
2596         FvwmIconBox IconColorset's bg wasn't updated immediately.
2598 2007-01-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2600         * fvwm/fvwm.c (main):
2601         close all open fds upon startup
2602         reopen stdin, stdout and stderr if necessary
2603         (reopen_fd):
2604         new function
2606         * fvwm/module_interface.c (do_execute_module):
2607         simplified error handling
2608         check maximum fd when creating modules
2610         * fvwm/events.c (My_XNextEvent):
2611         * fvwm/fvwm.c (main):
2612         replaced fd_width with fvwmlib_max_fd
2614         * libs/fvwmlib.h:
2615         * libs/System.c (fvwmlib_init_max_fd):
2616         added function and fvwmlib_max_fd
2618         * fvwm/events.c (My_XNextEvent):
2619         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2620         switch back to using FD_SET
2622         * fvwm/events.c (My_XNextEvent:
2623         * fvwm/module_interface.h:
2624         * fvwm/module_interface.c:
2625         hide module structure members with access macros and use them
2626         everywhere
2628 2007-01-02  Renato Caldas  <seventhguardian@gmail.com>
2630         * fvwm/module_interface.c (module_add_to_fdsets):
2631         * fvwm/module_interface.h:
2632         created new function that also checks for too many open fds
2634         * fvwm/module_interface.c (CMD_ModuleSynchronous):
2635         * fvwm/events.c (My_XNextEvent):
2636         now using module_add_to_fdset to add pipes to the fdsets
2638 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2640         * libs/defaults.h (MAX_NUM_MODULES):
2641         * fvwm/module_interface.c (module_alloc):
2642         (do_execute_module):
2643         removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2645         * fvwm/module_interface.c (do_execute_module):
2646         moved the allocation call to the end of the sanity checks and pipe
2647         creation - better for performance
2649 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2651         END MODULE STRUCT PATCHES
2653         * fvwm/module_interface.c (do_execute_module):
2654         fixed another memory leak
2656 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2658         * fvwm/module_interface.h:
2659         * fvwm/module_interface.c:
2660         * fvwm/modconf.c:
2661         renamed struct module member "pipeName" and "pipeAlias" to "name"
2662         and "alias"
2664         * fvwm/module_interface.c (do_execute_module):
2665         fixed possible memory leak
2667 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2669         * fvwm/events.c (My_XNextEvent):
2670         * fvwm/module_interface.c (module_alloc):
2671         (do_execute_module):
2672         (KillModule):
2673         * fvwm/module_interface.h (fmodule):
2674         replaced int with a flag struct
2676         * fvwm/module_interface.h:
2677         * fvwm/events.c (My_XNextEvent):
2678         * fvwm/module_interface.c (module_alloc):
2679         (module_free):
2680         (module_insert):
2681         (ClosePipes):
2682         add new modules at front of list again
2683         removed global variable init_fdset; use a flag in the module struct
2684         instead
2685         removed the now obsolete module slot count
2687 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2689         * fvwm/module_interface.c (module_remove):
2690         (KillModule):
2691         moved module remotion code to module_remove()
2693 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2695         * fvwm/events.c (My_XNextEvent):
2696         fixed startup commands
2698         * fvwm/module_interface.c (module_insert):
2699         (module_free):
2700         (KillModule):
2701         (ClosePipes):
2702         append modules at end of list
2704         * fvwm/events.c (My_XNextEvent):
2705         fixed core
2707         * fvwm/module_interface.c (ExecuteModuleCommand):
2708         (PositiveWrite):
2709         (KillModuleByName):
2710         (BroadcastPacket):
2711         (BroadcastNewPacket):
2712         (BroadcastName):
2713         (BroadcastFvwmPicture):
2714         (BroadcastColorset):
2715         (BroadcastPropertyChange):
2716         (BroadcastConfigInfoString):
2717         (CMD_SendToModule):
2718         (FlushAllMessageQueues):
2719         (countModules):
2720         (CMD_set_mask):
2721         (CMD_set_sync_mask):
2722         (CMD_set_nograb_mask):
2723         cleanup
2724         (skipModuleAliasToken):
2725         use MAX_MODULE_ALIAS_LEN
2727         * fvwm/module_interface.c (KillModule):
2728         (do_execute_module):
2729         (module_alloc):
2730         added a "slot" member to the module struct to fix the init_fdset hack
2731         for now
2733         * libs/defaults.h (MAX_NUM_MODULES):
2734         (MAX_MODULE_ALIAS_LEN):
2735         new config values
2737         * fvwm/module_interface.c (do_execute_module):
2738         rewrote module struct initialization
2739         (HandleModuleInput):
2740         use %p to print module address, don't cast it to int
2742         * fvwm/module_interface.c (ClosePipes):
2743         (KillModule):
2744         use module_free
2745         (msg_mask_set):
2746         (module_insert):
2747         (module_alloc):
2748         new functions()
2750         * fvwm/module_interface.c (FreeModule):
2751         (module_free):
2752         renamed function
2754         * fvwm/module_interface.c (KillModule):
2755         (FreeModule):
2756         * fvwm/events.c (My_XNextEvent):
2757         * fvwm/execcontext.h:
2758         * fvwm/modconf.c (CMD_Send_ConfigInfo):
2759         (ModuleConfig):
2760         * fvwm/stack.c (BroadcastRestack):
2761         cleanup
2763         * fvwm/module_interface.c (module_get_next):
2764         * fvwm/module_interface.h:
2765         new function
2767 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2769         * fvwm/modconf.c (ModuleConfig):
2770         (SendConfigToModule):
2771         (send_xinerama_state):
2772         (send_desktop_names):
2773         (send_desktop_geometry):
2774         (send_image_path):
2775         (send_color_limit):
2776         (send_colorsets):
2777         (send_click_time):
2778         (send_move_threshold):
2779         (send_ignore_modifiers):
2780         (CMD_Send_ConfigInfo):
2781         * fvwm/functions.c (__execute_function):
2782         * fvwm/events.c (My_XNextEvent):
2783         * fvwm/module_interface.h (msg_masks_t):
2784         (fmodule):
2785         * fvwm/execcontext.c (__exc_change_context):
2786         (exc_create_null_context):
2787         * fvwm/execcontext.h:
2788         Initial module struct patches
2790         BEGIN MODULE STRUCT PATCHES
2792 2006-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2794         * fvwm/events.c (HandleFocusOut):
2795         (__refocus_stolen_focus_win):
2796         (HandleEnterNotify):
2797         less disruptive way of restoring focus to the window it was stolen from
2799 2006-12-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2801         * fvwm/events.c (HandleEnterNotify):
2802         restore focus to windows that had it stolen by
2803         unmanaged windows on enter of any unmanaged windows.
2805 2006-12-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2807         * fvwm/menubindings.c:
2808         don't include menus.h
2810         * fvwm/ConfigFvwmMenuDefaults:
2811         all bindings are silent
2813 2006-12-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2815         * fvwm/ConfigFvwmMenuDefaults:
2816         make all numpad keys silent -- not all keyboads have a numpad
2817         add KP_Separator for MenuClose
2819 2006-12-30  Serge Koksharov  <gentoosiast dog yandex dot ru>
2821         * fvwm/fvwm.1.in:
2822         documented missing menu bindings.
2824         * fvwm/ConfigFvwmMenuDefaults:
2825         fixed wrong menu bindings.
2827 2006-12-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2829         * fvwm/menubindings.c:
2830         * fvwm/menubindings.h:
2831         * fvwm/menucmd.c:
2832         * fvwm/menudim.c:
2833         * fvwm/menudim.h:
2834         * fvwm/menugeometry.c:
2835         * fvwm/menugeometry.h:
2836         * fvwm/menuitem.c:
2837         * fvwm/menuitem.h:
2838         * fvwm/menuroot.h:
2839         * fvwm/menus.c:
2840         * fvwm/menus.h:
2841         * fvwm/move_resize.c:
2842         * fvwm/move_resize.h:
2843         * fvwm/windowlist.c:
2844         simplified including header files
2846         * fvwm/menus.c (__mloop_handle_event):
2847         * fvwm/menuparameters.h:
2848         * fvwm/menubindings.c (menu_shortcuts):
2849         do not call find_entry directly but return MENU_NEWITEM_FIND instead
2851         * fvwm/menus.c (__mloop_handle_event):
2852         * fvwm/menuparameters.h:
2853         * fvwm/menubindings.c (menu_shortcuts):
2854         do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
2855         instead
2857         * fvwm/menus.h (MenuParameters):
2858         (MenuOptions):
2859         (MenuPosHints):
2860         (MenuRC):
2861         (MenuReturn):
2862         (MenuRepaintTransparentParameters):
2863         * fvwm/menuparameters.h (MenuParameters):
2864         (MenuOptions):
2865         (MenuPosHints):
2866         (MenuRC):
2867         (MenuReturn):
2868         (MenuRepaintTransparentParameters):
2869         moved to menuparameters.h
2871         * fvwm/menus.h (MenuRoot):
2872         (MenuRootDynamic):
2873         (MenuRootStatic):
2874         * fvwm/menutypes.h (MenuRoot):
2875         (MenuRootDynamic):
2876         (MenuRootStatic):
2877         moved to menuroot.h
2879         * fvwm/menus.c (menu_get_geometry):
2880         (menu_get_outer_geometry):
2881         * fvwm/menugeometry.c (menu_get_geometry):
2882         (menu_get_outer_geometry):
2883         moved to menugeometry.c
2885         * fvwm/menuparameters.h:
2886         * fvwm/menutypes.h:
2887         * fvwm/menugeometry.c:
2888         * fvwm/menugeometry.h:
2889         * fvwm/Makefile.am:
2890         new files
2892         * fvwm/menubindings.h (enum):
2893         * fvwm/menus.c (enum):
2894         moved enum menu_shortcut_action to menubindings.h
2895         (get_selectable_item_index):
2896         (get_selectable_item_from_index):
2897         (get_selectable_item_from_section):
2898         (get_selectable_item_count):
2899         (parse_menu_action):
2900         moved to menubindings.c
2902         * fvwm/menus.c (enum):
2903         (parse_menu_action):
2904         (menuShortcuts):
2905         renamed enum shortcut_action to menu_shortcut_action
2907         * fvwm/fvwm.c (SetRCDefaults):
2908         read default config file after all other defaults
2910 2006-12-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2912         * fvwm/ConfigFvwmMenuDefaults:
2913         * fvwm/fvwm.c (SetRCDefaults):
2914         make the hard coded menu bindings load before ConfigFvwmDefaults
2915         move Mouse 0 ... to ConfigFvwmMenuDefaults
2917 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2919         * fvwm/ConfigFvwmMenuDefaults:
2920         * fvwm/fvwm.c (SetRCDefaults):
2921         added hard coded default menu bindings
2923 2006-12-29  Serge Koksharov  <gentoosiast dog yandex dot ru>
2925         * fvwm/fvwm.1.in:
2926         documentation fixes.
2928 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2930         * fvwm/bindings.c:
2931         * fvwm/menubindings.h:
2932         * fvwm/menubindings.c:
2933         * fvwm/menus.h:
2934         * fvwm/menus.c:
2935         * fvwm/Makefile.am:
2936         moved new menu binding code to menubindings.c, menubindings.h
2937         split binding into a regular list and a fallback list that can not be
2938         modified
2940         * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
2941         fixed calculation of new geometry if x or y is negative
2943         * fvwm/geometry.c (maximize_adjust_offset):
2944         fixed calculations of normal geometry when maximized
2946 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2948         * NEWS:
2949         * fvwm/ConfigFvwmMenuDefaults:
2950         * fvwm/fvwm.c (SetRCDefaults):
2951         * fvwm/menus.c (parse_menu_action):
2952         * fvwm/fvwm.1.in:
2953         rename menu action to menu bindings and make menu binding commands
2954         more verbose.  Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
2955         ensure basic function with ConfigFvwmMenuDefaults missing.
2957 2006-12-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2959         * fvwm/menus.c (menuShortcuts):
2960         fixed compiler warning.
2962 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2964         * fvwm/fvwm.1.in:
2965         corrected mis-spelling
2967         * AUTHORS:
2968         * NEWS:
2969         * fvwm/fvwm.1.in:
2970         * fvwm/menus.h:
2971         * fvwm/menus.c (handle_emacs_bindings):
2972         (parse_menu_action)
2973         (menuShortcuts):
2974         (__mloop_handle_event):
2975         (menu_binding):
2976         * fvwm/bindings.c (ParseBinding):
2977         * fvwm/Makefile.am (config_DATA):
2978         * fvwm/ConfigFvwmDefaults:
2979         * fvwm/ConfigFvwmMenuDefaults:
2980         fully configurable mouse any key bindings for menu navigation.
2982 2006-12-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2984         * fvwm/virtual.c (HandlePaging):
2985         removed bogus comment
2987         * fvwm/move_resize.c (__move_loop):
2988         cleanup
2989         (__resize_window):
2990         allow paging during resize with "EdgeScroll 0 0" as documented in the
2991         man page
2992         fixed disappearing windows with "maximize; resize - abort; unmaximize"
2994         * fvwm/fvwm.h (FvwmWindow):
2995         * fvwm/add_window.c (AddWindow):
2996         * fvwm/add_window.c (setup_frame_window):
2997         * fvwm/add_window.c (setup_parent_window)
2998         * fvwm/borders.c (border_draw_decorations):
2999         * fvwm/borders.c (border_draw_one_border_part):
3000         * fvwm/borders.c (border_get_parts_and_pos_to_draw)
3001         * fvwm/borders.c (border_get_titlebar_descr)
3002         * fvwm/builtins.c (__remove_window_decors):
3003         * fvwm/conditional.c (MatchesConditionMask):
3004         * fvwm/events.c (HandleMapNotify):
3005         * fvwm/events.c (HandleMapRequestKeepRaised)
3006         * fvwm/events.c (HandlePropertyNotify):
3007         * fvwm/events.c (HandleShapeNotify):
3008         * fvwm/events.c (__cr_detect_icccm_move)
3009         * fvwm/events.c (__cr_get_grav_position):
3010         * fvwm/events.c (__cr_get_static_position)
3011         * fvwm/events.c (__handle_configure_request)
3012         * fvwm/events.c (__handle_cr_on_client):
3013         * fvwm/ewmh.c (EWMH_fullscreen):
3014         * fvwm/focus.c (__activate_window_by_command):
3015         * fvwm/focus.c (__set_focus_to_fwin):
3016         * fvwm/focus.c (warp_to_fvwm_window):
3017         * fvwm/frame.c (__frame_setup_window):
3018         * fvwm/frame.c (frame_create_move_resize_args)
3019         * fvwm/frame.c (frame_free_move_resize_args):
3020         * fvwm/frame.c (frame_move_resize_step)
3021         * fvwm/frame.c (frame_reshape_border):
3022         * fvwm/geometry.c (constrain_size):
3023         * fvwm/geometry.c (get_icon_corner)
3024         * fvwm/geometry.c (get_page_offset):
3025         * fvwm/geometry.c (get_page_offset_check_visible):
3026         * fvwm/geometry.c (get_shaded_client_window_pos):
3027         * fvwm/geometry.c (get_title_button_geometry):
3028         * fvwm/geometry.c (get_title_geometry)
3029         * fvwm/geometry.c (get_unshaded_geometry):
3030         * fvwm/geometry.c (get_visible_window_or_icon_geometry)
3031         * fvwm/geometry.c (gravity_constrain_size):
3032         * fvwm/geometry.c (maximize_adjust_offset):
3033         * fvwm/geometry.c (update_absolute_geometry):
3034         * fvwm/geometry.c (update_relative_geometry)
3035         * fvwm/gnome.c (GNOME_SetWinArea):
3036         * fvwm/icons.c (AutoPlaceIcon):
3037         * fvwm/icons.c (DeIconify):
3038         * fvwm/icons.c (Iconify):
3039         * fvwm/module_interface.c (CONFIGARGS):
3040         * fvwm/move_resize.c (AnimatedMoveAnyWindow)
3041         * fvwm/move_resize.c (CMD_Maximize):
3042         * fvwm/move_resize.c (CMD_ResizeMaximize):
3043         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
3044         * fvwm/move_resize.c (__move_loop):
3045         * fvwm/move_resize.c (__move_window):
3046         * fvwm/move_resize.c (__resize_window):
3047         * fvwm/move_resize.c (maximize_fvwm_window):
3048         * fvwm/move_resize.c (resize_move_window):
3049         * fvwm/move_resize.c (stick_across_pages):
3050         * fvwm/move_resize.c (unmaximize_fvwm_window):
3051         * fvwm/placement.c (__explain_placement):
3052         * fvwm/placement.c (__place_get_wm_pos):
3053         * fvwm/placement.c (get_next_x):
3054         * fvwm/placement.c (get_next_y):
3055         * fvwm/placement.c (test_fit)
3056         * fvwm/session.c (MatchWinToSM):
3057         * fvwm/session.c (SaveWindowStates):
3058         * fvwm/update.c (apply_window_updates):
3059         * fvwm/virtual.c (MoveViewport):
3060         * fvwm/windowlist.c (CMD_WindowList):
3061         * fvwm/windowshade.c (CMD_WindowShade):
3062         put some of the window geometry members into a separate struct window_g
3063         with members frame, normal, max, max_defect, max_offset
3065 2006-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3067         * NEWS:
3068         * AUTHORS:
3069         * fvwm/window_flags.h:
3070         * fvwm/style.h:
3071         * fvwm/style.c (style_parse_one_style_option):
3072         * fvwm/icons.c (DrawIconTitleWindow):
3073         * fvwm/fvwm.h (common_flags_t):
3074         * fvwm/fvwm.1.in (Style):
3075         * fvwm/borders.c:
3076         (border_draw_title_stick_lines):
3077         Applied Stippled patch by Thomas Adam with some fixes.
3079 2006-12-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3081         * NEWS:
3082         FvwmWinList button/list syncronization fixed (bug #1393)
3084 2006-12-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3086         * NEWS:
3087         * configure.ac:
3088         updated for 2.5.20.
3090         * NEWS:
3091         * configure.ac:
3092         updated for 2.5.19 release
3094         * NEWS:
3095         updated after 2.4.20 release
3097         * NEWS:
3098         * fvwm/focus.c (focus_get_fpol_context_flag):
3099         * fvwm/events.c (__check_click_to_focus_or_raise)
3100         (__handle_click_to_focus):
3101         Treat EWMH desktop as client window under click to focus. (#1492)
3103 2006-12-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3105         * libs/Module.h (MX_REPLY):
3106         (MAX_EXTENDED_MESSAGES):
3107         (MAX_XMSG_MASK):
3108         * fvwm/module_interface.c (CMD_Send_Reply):
3109         * fvwm/functable.c (func_table):
3110         * fvwm/commands.h:
3111         Added Send_Reply module only command.
3113 2006-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3115         * libs/PictureUtils.c (init_static_colors_table):
3116         fix fvwm for < 8 bit depth, bug #1677
3118 2006-11-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3120         * fvwm/misc.c (IsRectangleOnThisPage):
3121         new fix for signedness problems.
3123 2006-10-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3125         * fvwm/misc.c (IsRectangleOnThisPage):
3126         fix signedness problem with test introduced by gcc4 fix below.
3128 2006-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3130         * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3131         (size_rect):
3132         (rectangle)
3133         (signed_rectangle):
3134         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3135         * libs/gravity.h (gravity_move_resize_parent_child):
3136         * libs/gravity.c (gravity_move_resize_parent_child):
3137         * fvwm/frame.h (frame_get_titlebar_dimensions)
3138         * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3139         (frame_get_resize_decor_gravities):
3140         (mr_args_internal):
3141         (frame_setup_border):
3142         (frame_setup_titlebar)
3143         (frame_get_resize_decor_gravities):
3144         (frame_get_titlebar_dimensions):
3145         split rectangle into a signed size and an unsigned size type.
3147         * fvwm/screen.h (ScreenInfo):
3148         * libs/FScreen.h (FScreenGetScrRect):
3149         (FScreenGetResistanceRect):
3150         * libs/FScreen.c (XineramaScreenInfo):
3151         (FScreenGetGeometry)
3152         (FScreenGetScrRect):
3153         (FScreenClipToScreen):
3154         (FScreenCenterOnScreen)
3155         (FScreenGetResistanceRect):
3156         (FScreenIsRectangleOnScreen):
3157         * fvwm/fvwm.h (FvwmWindow):
3158         * fvwm/screen.h (DecorFace):
3159         * libs/fvwmlib.h (CreateGradientPixmap):
3160         * libs/Graphics.c (CreateGradientPixmap):
3161         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3162         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3163         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3164         (PImageLoadPixmapFromFile):
3165         (PImageLoadPixmapFromXpmData):
3166         * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3167         (PImageCreatePixmapFromArgbData):
3168         (PImageLoadPixmapFromFile)
3169         (PImageLoadFvwmPictureFromFile):
3170         (PImageLoadPixmapFromXpmData):
3171         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3172         * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3173         (EWMH_SetIconFromWMIcon):
3174         * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3175         * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3176         * fvwm/colorset.c (parse_colorset):
3177         * fvwm/icons.c (DrawIconTitleWindow):
3178         (AutoPlaceIcon)
3179         (do_all_iconboxes):
3180         * fvwm/menus.h (MenuRootDynamic):
3181         * fvwm/menus.c (update_menu):
3182         (pop_menu_up):
3183         (do_menu)
3184         (get_menu_options):
3185         * fvwm/move_resize.c (GetMoveArguments):
3186         (ParseOneResizeArgument)
3187         (GetResizeArguments):
3188         (GetResizeMoveArguments):
3189         (DoSnapAttract)
3190         (__move_loop):
3191         (CMD_Maximize):
3192         change dimensions and allocation counts to unsigned types.
3194         * libs/Flocale.h (FlocaleStringNumberOfBytes)
3195         (FlocaleStringByteToCharOffset):
3196         (FlocaleStringCharToByteOffset)
3197         (FlocaleStringCharLength)
3198         * libs/Flocale.c (FlocaleStringNumberOfBytes)
3199         (FlocaleStringByteToCharOffset):
3200         (FlocaleStringCharToByteOffset)
3201         (FlocaleStringCharLength):
3202         (FlocaleUtf8ToUnicodeStr2b)
3203         (FlocaleStringToString2b):
3204         (FlocaleEncodeString):
3205         * libs/Ficonv.c (convert_charsets):
3206         change most string types to char* from unsigned char* to match
3207         with system headers without casts.
3209         * libs/Flocale.c (FlocaleLoadFont):
3210         init shadow_dir to make gcc 4 happy.
3212         * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3213         (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3214         (CSETS_IS_TRANSPARENT_ROOT_PURE)
3215         (CSETS_IS_TRANSPARENT_PR_PURE):
3216         (CSETS_IS_TRANSPARENT_ROOT)
3217         (CSETS_IS_TRANSPARENT):
3218         compare pointer with NULL, not >= 0.
3220         * libs/FTips.h (ftips_position_t):
3221         * fvwm/expand.c (partial_extended_vars):
3222         * fvwm/placement.c (preason_screen_t):
3223         remove comma last in enums.
3225         * fvwm/style.c (style_parse_focus_policy_style):
3226         change 0xffffffff to ~0 to silience truncation warning.
3228         * fvwm/session.h (mwtsm_state_args):
3229         make flags unsigned.
3231         * fvwm/schedule.c (sq_object_type):
3232         change // to /* ... */
3234         * libs/Fft.c (FftGetFontWidths):
3235         (FftTextWidth):
3236         * libs/FScreen.c (FScreenConfigureSLSScreens):
3237         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3238         (EWMH_SetDesktopNames):
3239         * fvwm/fvwm.c (LoadDefaultLeftButton):
3240         (LoadDefaultRightButton):
3241         * fvwm/builtins.c (ReadDecorFace):
3242         (CMD_State):
3243         silence signedness warnings by casts.
3245         * fvwm/borders.c (ROTATE_RECTANGLE):
3246         make sure tr is initialized.
3248         * fvwm/add_window.c (FetchWmProtocols):
3249         use unsigned type for l_protocols.
3251 2006-09-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3253         * fvwm/events.c (HandleFocusIn):
3254         (HandleFocusOut):
3255         * fvwm/focus.c (__set_focus_to_fwin):
3256         fix focus decoration when unmanaged are focused, unless
3257         FlickeringQtDialogsWorkaround is on. Closes bug #758.
3259 2006-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3261         * fvwm/geometry.c (constrain_size):
3262         repeat aspect-resizing in a loop to get a stable result that does not
3263         change the next time the frame is set up
3265 2006-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3267         * NEWS:
3268         * configure.ac:
3269         increased version to 2.5.19
3270         released 2.5.18
3272         * NEWS:
3273         * configure.ac:
3274         updated for 2.5.18 release
3276 2006-09-04  Renato Caldas  <seventhguardian@gmail.com>
3278         * acinclude.m4:
3279         removed the unused test for imlib
3280         removed the Imlib.h header from gdk_imlib test programs
3282 2006-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3284         * fvwm/ewmh.c (atom_get):
3285         fix offset and length args for XGetWindowProperty() (to support 64bit
3286         architectures)
3288 2006-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3290         * fvwm/events.c (HandleUnmapNotify):
3291         immediately handle MapRequests after unmapping a window while we still
3292         have the context fvwm window; this is necessary to allow the client to
3293         re-map a window before fvwm can reparent it to the root window
3294         (HandleMapRequestKeepRaised):
3295         cleaned up
3297 2006-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3299         * fvwm/ewmh.c (ewmh_HandleDesktop):
3300         fixed handling of ClickToFocusPassesClick with the EWMH desktop
3301         window
3303 2006-08-29  Harald Dunkel  <harald.dunkel@t-online.de>
3305         * fvwm/icccm2.c:
3306         * fvwm/gnome.c:
3307         * fvwm/decorations.c:
3308         fix offset and length args for XGetWindowProperty() (to support 64bit
3309         architectures)
3311 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3313         * NEWS:
3314         * fvwm/expand.c (expand_vars_extended):
3315         correctly expand break.
3316         * fvwm/conditional.c (__rc_matches_rcstring_consume):
3317         fix matching break.
3319 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3321         * fvwm/decorations.h (is_function_allowed):
3322         * fvwm/decorations.c (__is_resize_allowed):
3323         (is_function_allowed):
3324         work on 'const FvwmWindow *'
3326         * fvwm/fvwm.h (action_flags):
3327         * fvwm/style.c (check_window_style_change):
3328         * fvwm/module_interface.c (__get_allowed_actions)
3329         (CONFIGARGS):
3330         * libs/vpacket.h (ConfigWinPacket):
3331         expose fvwm allowed actions to modules
3333 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3335         * fvwm/move_resize.c (__move_icon):
3336         *do* map icon windows for pictured icons on move, but only if they end
3337         up on the current desk
3339 2006-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3341         * fvwm/move_resize.c (__move_icon):
3342         don't map icon windows for pictured icons on move
3344 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3346         * fvwm/style.c (remove_all_of_style_from_list):
3347         (__simplify_style_list):
3348         (blockor):
3349         (blockand):
3350         (blockunmask)
3351         (blockissubset):
3352         (style_ids_are_equal):
3353         (style_id_equals_id)
3354         (styles_have_same_id):
3355         (fw_match_style_id)
3356         (one_fw_can_match_both_ids):
3357         (check_window_style_change):
3358         use int/0/1 instead of Bool/False/True
3360         * fvwm/move_resize.c (stick_across_pages):
3361         use False instead of FALSE
3363         * fvwm/style.c (fw_match_style_id):
3364         * fvwm/read.c (run_command_file):
3365         (push_read_file):
3366         * fvwm/add_window.c (MappedNotOverride):
3367         * libs/wild.c (matchWildcards):
3368         use 0 and 1 instead of FALSE and TRUE
3370         * fvwm/fvwm.h:
3371         removed TRUE and FALSE
3373 2006-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3375         * NEWS:
3376         FvwmPager !IconTitle style bugfix.
3378 2006-07-31  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3380         * fvwm/fvwm.1.in:
3381         Updated description of Wait command in man page.
3383 2006-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3385         * libs/Flocale.c (FlocaleFontStructDrawString)
3386         (FlocaleRotateDrawString):
3387         (FlocaleDrawString):
3388         fixed drawing of forecolor/hilightfore
3390         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3391         always unmaximize and resize window when leaving fullscreen state,
3392         not just if it did not start as fullscreen
3394 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3396         * fvwm/fvwm.1.in (MenuStyle):
3397         added a reference to the prefered ! style negation flag,
3398         and listed the other deprecated negative forms in one place.
3399         (ActiveForeOff):
3400         (AnimationOff):
3401         (AutomaticHotkeysOff):
3402         (HilightBackOff):
3403         (TitleWarpOff):
3404         changed to the ! negation form and listed as deprecated.
3405         (ActiveBack):
3406         removed relics from the man page
3408 2006-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3410         * NEWS:
3411         * configure.ac:
3412         increased version to 2.5.18
3413         released 2.5.17
3415         * NEWS:
3416         * configure.ac:
3417         updated for 2.5.17 release
3419 2006-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3421         * fvwm/move_resize.c (__move_window):
3422         allow moving a window without an icon while it's iconified based on the
3423         frame geometry
3425 2006-07-17  Serge Koksharov  <gentoosiast dog yandex dot ru>
3427         * fvwm/menustyle.c (menustyle_copy):
3428         Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3430 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
3432         * fvwm/fvwm.1.in:
3433         NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3434         changed the manpage to reflect the prefered style negation method,
3435         that is, using the !* negation sign.
3437 2006-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3439         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3440         removed documentation of filters.
3442         * NEWS:
3443         * fvwm/expand.c (check_first_filter):
3444         (apply_filters)
3445         (expand_args_extended):
3446         (expand_vars_extended):
3447         (expand_vars):
3448         removed variable filter implementation and backslash-escaping.
3450 2006-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3452         * NEWS:
3453         News blurb for variable filters and backslash-escaping.
3454         * fvwm/fvwm.1.in:
3455         documentation of variable filters.
3457 2006-07-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3459         * fvwm/expand.c (chec):
3460         (first_filter):
3461         (apply_filters)
3462         (expand_args_extended):
3463         (expand_vars_extended):
3464         (expand_vars):
3465         implemented variable filters.
3467         * fvwm/expand.c (expand_vars):
3468         made backslash work as escape character within extended variables.
3470         * libs/Strings.h (QuoteEscapeString):
3471         (QuoteEscapeStringLength):
3472         * libs/Strings.c (QuoteEscapeString):
3473         (QuoteEscapeStringLength):
3474         new functions: QuoteEscapeString and QuoteEscapeStringLength for
3475         generic quoting.
3477         * fvwm/expand.c (expand_args_extended):
3478         make upper limit inclusive.
3480         * fvwm/functions.c (__execute_function):
3481         Changed PeekToken to GetNextToken before expand_vars call.
3483         * fvwm/fvwm.1.in:
3484         updated documentation regarding quoting in expand_args_extended
3486 2006-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3488         * fvwm/expand.c (__eae_parse_range):
3489         reject everything that does not begin with a digit
3491         * libs/Parse.c (SkipNTokens):
3492         stop skipping tokens at the end of input
3494         * fvwm/expand.c (__eae_parse_range):
3495         bugfixes
3496         (expand_vars):
3497         reformatted
3498         (__eae_parse_range):
3499         fixed parsing of $[n-]
3501 2006-07-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3503         * fvwm/expand.c (expand_args_extended):
3504         fixed core dump
3505         added range check for positional parameters
3506         (expand_args_extended):
3507         (__eae_parse_range):
3508         cleaned up and simplified parsing code
3509         properly unquote arguments when expanding
3510         removed the patch below
3512 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3514         * fvwm/expand.c (expand_args_extended):
3515         removed range check for positional parameters
3516         make single arguments not use the 'upper' variable
3517         changed back to PeekToken for single arguemnts.
3518         improved some comments.
3520 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3522         * fvwm/expand.c (expand_args_extended):
3523         Fix segfault when called with a tokenless string for single arguments.
3525 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3526         * docs/FAQ:
3527         Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3528         Reported by Serge Koksharov.
3530 2006-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3532         * fvwm/placement.c (__explain_placement):
3533         print initial size of window too
3535         * libs/Makefile.am (libfvwm_a_SOURCES):
3536         * libs/fvwm_sys_stat.h:
3537         added compat file
3539         * configure.ac:
3540         added O_NOFOLLOW replacement and always include fcntl.h
3542 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3543         * libs/Parse.c:
3544         Added DV's mailing-list comments about how PeekToken & GetNextToken
3545         work as comments to the source code. (slightly modified)
3547 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3549         * fvwm/schedule.c (CMD_Schedule):
3550         Fixed parsing of "Periodic" option.
3552 2006-07-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3554         * NEWS:
3555         Fix for tempfile vulnerabilities in FvwmCommand.
3556         * configure.ac:
3557         Added check for lstat.
3559 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
3560         * fvwm/schedule.c:
3561         * NEWS:
3562         * AUTHORS:
3563         * fvwm/fvwm.1.in:
3564         Added "Periodic" option to Schedule command.
3566 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3568         * fvwm/module_interface.c (KillModule):
3569         (ClosePipes):
3570         fixed KillModule
3573 2006-07-09  Renato Caldas  <seventhguardian@gmail.com>
3575         * fvwm/fvwm.c (main):
3576         changed the -blackout warning to say it will be removed in 3.0
3578         * fvwm/fvwm.1.in (-blackout):
3579         updated the manual regarding the future remotion of -blackout
3581 2006-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3583         * NEWS:
3584         * configure.ac:
3585         added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3587 2006-07-08  Renato Caldas  <seventhguardian@gmail.com>
3589         *libs/alloca.c (DEBUG_I00FUNC)
3590         removed old debug code
3592 2006-07-07  Renato Caldas  <seventhguardian@gmail.com>
3594         * libs/debug.c:
3595         removed the old unused file
3597         * libs/Makefile.am (libfvwm_a_SOURCES):
3598         removed the reference to debug.c
3600         * libs/fvwmlib.h:
3601         removed the code related to libs/debug.c
3603         * fvwm/module_interface.c (make_named_packet)
3604         removed the #if 0'ed debug code related to debug.c
3606         fvwm/focus.h (DEBUG_FOCUS)
3607         removed the #ifdef'ed to 0 debug code related to debug.c
3610 2006-07-06  Renato Caldas  <seventhguardian@gmail.com>
3612         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3613         removed useles definition.
3615         * modules/FvwmPager/FvwmPager.c (main):
3616         (ParseOptions):
3617         removed most of the debug code.
3618         changed termination debug to use 'isTerminated' instead of
3619         'debug_term_signal'.
3620         changed termination debug to compile on FVWM_DEBUG_MSGS instead
3621         of DEBUG.
3623         * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3624         * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3625         (fvwmSetTerminate):
3626         removed unused debug_term_signal.
3628 2006-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3630         * NEWS:
3631         Work around for Cygwin not requiering '_GNU_SOURCE' to use
3632         stdio's getline; news entry.
3634 2006-06-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3636         * fvwm/commands.h:
3637         * fvwm/module_interface.c (CMD_ModuleListenOnly):
3638         (do_execute_module):
3639         (PositiveWrite):
3640         (ClosePipes):
3641         (KillModule):
3642         * fvwm/commands.h (enum):
3643         * fvwm/functable.c (func_table):
3644         new command ModuleListenOnly
3646 2006-06-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3648         * fvwm/move_resize.c (__move_loop):
3649         make sure a window is snapped in __move_loop when a button is released
3650         if it was snapped before
3652 2006-06-04  Mikhael Goikhman  <migo@homemail.com>
3654         * fvwm/expand.c (expand_vars_extended):
3655         convert function to have a single return point; this is good to
3656         implement doc/todo-vars filters in the future;
3657         fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3658         to behave like deprecated $n, $c and $r, i.e. quote them
3660 2006-06-03  Mikhael Goikhman  <migo@homemail.com>
3662         * fvwm/expand.c:
3663         multiple minor tweaks: remove trailing spaces and other
3664         re-spacing and re-indenting, remove old "#if 0" code
3666 2006-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3668         * fvwm/move_resize.c (ParseOneResizeArgument):
3669         rewrote parsing of resize arguments
3670         new prefix 'w' for resizing
3672 2006-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3674         * fvwm/conditional.c (MatchesConditionMask):
3675         fixed handling of some conditions (iconifiable, fixed, ...)
3677 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
3679         * fvwm/fvwm.1.in:
3680         s/reverted/negated/
3682         * fvwm/conditional.c:
3683         Output an error message if an unrecognised conditional is used
3684         with the Test or TestRc commands.
3686 2006-05-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3688         * fvwm/frame.c (frame_mrs_hide_changing_parts):
3689         do not map hide windows if their width or height is zero
3691 2006-05-09  Serge Koksharov  <gentoosiast dog yandex dot ru>
3693         * fvwm/ewmh_events.c:
3694         * fvwm/fvwm.1.in:
3695         * fvwm/gnome.c:
3696         * libs/FlocaleCharset.c:
3697         corrected typos
3699         * libs/Flocale.c:
3700         corrected typos in warning messages
3702         * libs/Colorset.c:
3703         * libs/PictureGraphics.c:
3704         * libs/PictureGraphics.h:
3705         renamed function PGraphicsCreateTransprency to
3706         PGraphicsCreateTransparency
3708 2006-04-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3710         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3711         * fvwm/expand.c (expand_args_extended):
3712         fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3714 2006-04-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3716         * NEWS:
3717         * fvwm/fvwm.1.in (COMMAND EXPANSION):
3718         * fvwm/expand.c (expand_args_extended):
3719         (expand_vars):
3720         added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3722         * fvwm/conditional.c (CMD_All):
3723         * fvwm/fvwm.1.in (All):
3724         changed Reverse and UseStack options to have free order.
3726         * NEWS:
3727         * fvwm/fvwm.1.in (WindowShade):
3728         * fvwm/windowshade.c (CMD_WindowShade):
3729         * fvwm/add_window.c (setup_window_structure):
3730         added last direction to WindowShade command.
3732 2006-04-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3734         * fvwm/fvwm.1.in (All):
3735         corrected typo
3737 2006-04-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3739         * NEWS:
3740         * fvwm/fvwm.1.in (All):
3741         * fvwm/conditional.c (CMD_All):
3742         added reverse option to All command to do the action in opposite order
3743         added UseStack option to All command to use the stack ring instead of
3744         the window ring.
3746 2006-04-07  Serge Koksharov  <gentoosiast dog yandex dot ru>
3748         * bin/fvwm-bug.in:
3749         changed fallback editor from `emacs' to `vi' because it much
3750         more widespread on non-Linux systems
3751         fixed errors (because of incorrect syntax fallback entries were
3752         not used)
3753         now script honors `TMPDIR' env. variable and if it's not set it
3754         fallback to `/tmp' directory when creating temporary file
3756 2006-04-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3758         * fvwm/fvwm.1.in:
3759         changed description of the fvwmstyle resource usage
3760         to state that it's used in addition to the other
3761         matches
3762         * fvwm/style.c (fw_match_style_id):
3763         fixed a typo in style_name matching
3765 2006-04-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3767         * fvwm/style.c (fw_match_style_id):
3768         reformatted code and fixed a warning
3770 2006-04-04  Serge Koksharov  <gentoosiast dog yandex dot ru>
3772         * ChangeLog:
3773         * bin/ChangeLog:
3774         * libs/Fft.c (FftGetFont):
3775         * libs/System.c:
3776         corrected typos
3778         * libs/System.c (fvwm_mkstemp):
3779         because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3780         function was never used, even if it was considered secure by configure
3781         script.
3783 2006-04-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3785         * AUTHORS:
3786         added some more suff to the list of what I've done.
3787         * NEWS:
3788         * fvwm/fvwm.1.in:
3789         * fvwm/add_window.c (__add_window_handle_x_resources)
3790         (destroy_window):
3791         (AddWindow):
3792         * fvwm/fvwm.h (FvwmWindow):
3793         added fvwmstyle resource to override style name
3795 2006-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3797         * fvwm/menus.c (pop_menu_up):
3798         as documented, do not warp to title for root menus with TitleWarp
3800 2006-03-21  Serge Koksharov  <gentoosiast dog yandex dot ru>
3802         * fvwm/fvwm.1.in:
3803         Removed duplicated 'NoIcon' style option description in the end
3804         of the `The Style command...' section.
3805         Removed `Recapture True' option setting in example of BusyCursor
3806         description, because `Recapture' isn't valid option of `BusyCursor'
3807         command anymore.
3808         Updated ewmh specification URL (the old was 404)
3809         Added URL to ICCCM 2.0 manual
3811         * modules/FvwmAnimate/FvwmAnimate.c:
3812         corrected delay for Zoom3D animation effect
3814         * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3815         * modules/FvwmConsole/FvwmConsole.1.in:
3816         replaced all `Cntl' modificator key mentions with `Ctrl' to be
3817         consistent with rest of the documentation and because it's more
3818         conventional abbreviation.
3820         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3821         slightly clarified the `StartName' option description
3822         added the undocumented `MailDir' option description. Somebody
3823         violated section `K' of the convention list.
3825         * fvwm/fvwm.1.in:
3826         * fvwm/ConfigFvwmSetup:
3827         * modules/FvwmForm/FvwmForm.1.in:
3828         * modules/FvwmForm/FvwmForm-Rlogin:
3829         * sample.fvwmrc/system.fvwm2rc:
3830         * sample.fvwmrc/system.fvwm2rc-sample-1:
3831         replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
3832         inherently insecure. We shouldn't teach our users bad things,
3833         should we?
3835         * AUTHORS:
3836         * Changelog:
3837         * INSTALL.fvwm:
3838         * NEWS:
3839         * bin/fvwm-config.1.in:
3840         * bin/fvwm-menu-headlines.1:
3841         * bin/fvwm-menu-headlines.in:
3842         * bin/fvwm-perllib.in:
3843         * bin/fvwm-root.1.in:
3844         * docs/CONVENTIONS:
3845         * docs/FAQ:
3846         * fvwm/fvwm.1.in:
3847         * fvwm/fvwm.h:
3848         * fvwm/virtual.c:
3849         * libs/PictureGraphics.c:
3850         * libs/Picture.h:
3851         * modules/FvwmBacker/FvwmBacker.1.in:
3852         * modules/FvwmDebug/FvwmGtkDebug.in:
3853         * modules/FvwmDebug/FvwmGtkDebug.1:
3854         * modules/FvwmEvent/FvwmEvent.1.in:
3855         * modules/FvwmForm/FvwmForm.1.in:
3856         * modules/FvwmIconMan/xmanager.c:
3857         * modules/FvwmIdent/FvwmIdent.c:
3858         * modules/FvwmIdent/FvwmIdent.1.in:
3859         * modules/FvwmPerl/FvwmPerl.in:
3860         * modules/FvwmPerl/FvwmPerl.1:
3861         * modules/FvwmScript/FvwmScript.1.in:
3862         * modules/FvwmScript/Widgets/Menu.c:
3863         * modules/FvwmTabs/ConfigFvwmTabs:
3864         * modules/FvwmTabs/FvwmTabs-DefaultSetup:
3865         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3866         * modules/FvwmTheme/FvwmTheme.1.in:
3867         * perllib/FVWM/Module/Tk.pm:
3868         * perllib/FVWM/Tracker.pm:
3869         * perllib/FVWM/Module.pm.in:
3870         corrected typos
3872 2006-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3874         * fvwm/style.c (style_parse_focus_policy_style):
3875         fix ISO C90 compability with unconsumed styleoption warnings
3877 2006-03-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3879         * fvwm/events.c (HandlePropertyNotify):
3880         fix for bug 1557/3950 (possible free of Untilted constant or
3881         already used name (if app reset the name already given to them))
3883 2006-03-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3885         * fvwm/focus.c (__activate_window_by_command)
3886         (warp_to_fvwm_window):
3887         (CMD_WarpToWindow):
3888         * fvwm/builtins.c (CMD_CursorMove):
3889         set last pointer event position after warping the pointer
3891         * libs/FEvent.h:
3892         * libs/FEvent.c (FWarpPointerUpdateEvpos):
3893         new function
3895 2006-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3897         * acinclude.m4 (AM_PATH_GTK):
3898         (AM_PATH_IMLIB):
3899         (AM_PATH_GDK_IMLIB):
3900         (AM_CHECK_FT2):
3901         (AM_CHECK_XFT):
3902         (AM_CHECK_FC):
3903         fixed to cope with 4 digit version numbers
3905 2006-02-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3907         * NEWS:
3908         * fvwm/style.c (parse_and_set_window_style)
3909         (style_parse_one_style_option):
3910         (style_parse_icon_fill_style)
3911         (style_parse_icon_grid_style):
3912         (style_parse_icon_box_style)
3913         (style_parse_icon_size_style):
3914         (style_parse_focus_policy_style)
3915         (style_parse_button_style):
3916         warn if parts of style options are not consumed
3918 2006-02-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3920         * fvwm/menuitem.c (menuitem_paint):
3921         use the MenuColorset in all cases if TitleColorset is not given
3923 2006-02-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3925         * fvwm/style.c (style_parse_one_style_option):
3926         * fvwm/placement.c (__place_get_wm_pos):
3927         (__explain_placement):
3928         new placement style UnderMousePlacement
3930 2006-02-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3932         * NEWS:
3933         * fvwm/fvwm.1.in (EdgeScroll):
3934         * fvwm/virtual.c (CMD_EdgeScroll):
3935         fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
3936         added wrap/wrapx/wrapy option to EdgeScroll
3938 2006-02-10  Mikhael Goikhman  <migo@homemail.com>
3940         * fvwm/fvwm.1.in:
3941         spell check the whole file (dozens of typos)
3943 2006-02-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3945         * fvwm/module_interface.c (do_execute_module):
3946         removed accidentally committed FVWM_MODULE_ALIAS patch
3948 2006-02-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3950         * fvwm/module_interface.c (do_execute_module):
3951         unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
3953         * fvwm/menus.c (size_menu_horizontally):
3954         fix for drawing menus with sidepic on the right
3956         * libs/Flocale.c (FlocaleFontStructDrawString):
3957         (FlocaleDrawString):
3958         set the foreground colour before drawing a string
3960         * fvwm/menustyle.h:
3961         * fvwm/menustyle.c (menustyle_get_styleopt_index):
3962         (menustyle_free):
3963         (menustyle_update):
3964         (menustyle_parse_style):
3965         (menustyle_copy):
3966         * fvwm/menus.c (calculate_item_sizes):
3967         (size_menu_vertically):
3968         (UpdateMenuColorset):
3969         * fvwm/menuitem.c (menuitem_paint):
3970         Applied patch by David Maciver
3971         new menu styles TitleColorset, HilightTitleBack and TitleFont
3973 2006-02-09  Renato Caldas  <seventhguardian@gmail.com>
3975         * libs/Module.h:
3976         * libs/Module.c (ParseModuleArgs):
3977         added variable "namelen" to ModuleArgs struct
3979 2006-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3981         * libs/Module.h:
3982         removed duplicate declaration
3984 2006-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3986         * fvwm/fvwm.c (main):
3987         replaced previous patch with a better one
3989         * fvwm/virtual.c (unmap_window):
3990         * fvwm/menus.c (do_menu):
3991         * fvwm/events.c (fake_map_unmap_notify):
3992         (HandleMapNotify):
3993         * fvwm/add_window.c (MappedNotOverride):
3994         Added XFlush after XSelectInput
3996 2006-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3998         * NEWS:
3999         * fvwm/fvwm.c (main):
4000         fix for fvwm not detecting non ICCCM2 wm (bug #3151)
4002 2006-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4004         * NEWS:
4005         * configure.ac:
4006         increased version to 2.5.17
4007         released 2.5.16
4009         * NEWS:
4010         * configure.ac:
4011         updated for 2.5.16 release
4013         * acinclude.m4 (CHECK_LIBCHARSET):
4014         removed debug code
4016 2006-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4018         * fvwm/functions.c (execute_complex_function):
4019         print a message to the console instead of ringing the bell when a
4020         grab fails
4022 2006-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4024         * NEWS:
4025         fixed typo (NEWS still said 2.5.15)
4027 2006-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4029         * NEWS:
4030         * configure.ac:
4031         increased version to 2.5.16
4032         released 2.5.15
4034         * NEWS:
4035         * configure.ac:
4036         updated for 2.5.15 release
4038 2006-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4040         * fvwm/move_resize.c (GetOnePositionArgument):
4041         (GetMoveArguments):
4042         new option "screen" to Move type commands
4044 2006-01-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4046         * acinclude.m4 (smr_SWITCH):
4047         updated
4049 2006-01-08  Mikhael Goikhman  <migo@homemail.com>
4051         * Makefile.am
4052         restore requirement of automake-1.4; 1.8 is too new even for my system
4054 2006-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4056         * configure.in:
4057         * configure.ac:
4058         renamed configure.in to configure.ac
4060         * acinclude.m4:
4061         some updates for new autoconf/automake versions
4063         * configure.in:
4064         * acconfig.h:
4065         removed acconfig.h
4067         * configure.in:
4068         require autoconf-2.53 or later
4070         * Makefile.am (AUTOMAKE_OPTIONS):
4071         require automake-1.8 or later
4073         * configure.in:
4074         check for X library path before X library checks
4075         removed obsolete C++ compiler check
4076         removed duplicate type size checks
4077         replaced M4 comment ("dnl") with shell comment ("#") in many places
4079         * acinclude.m4:
4080         fixed aclocal warnings
4082 2006-01-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4084         * fvwm/style.c (style_parse_button_style):
4085         corrected typo in error message, and made errorous buttons not apply
4086         (style_parse_one_style_option):
4087         changed NoButton to use style_parse_button_style
4089 2005-12-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4091         * libs/Fft.h:
4092         new fix for incompatible pointer type warning with gcc 3.4.
4094 2005-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4096         * NEWS:
4097         * AUTHORS:
4098         * fvwm/menuitem.c:
4099         * fvwm/menustyle.h:
4100         * fvwm/fvwm.1.in:
4101         commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
4102         option.
4104 2005-12-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4106         * fvwm/fvwm.1.in:
4107         corrected typos
4109 2005-11-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4111         * fvwm/frame.c (frame_free_move_resize_args):
4112         fixed drawing of transparent decorations or when using lazy shading
4113         during resize
4115 2005-11-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4117         * configure.in:
4118         * libs/fvwmsignal.c:
4119         * libs/Graphics.c:
4120         c89 fixes
4122         * fvwm/ewmh_names.c:
4123         * libs/CombineChars.c:
4124         * libs/FGettext.c:
4125         * libs/FScreen.c:
4126         * libs/FTips.c:
4127         * libs/Flocale.c:
4128         * libs/Parse.c:
4129         * libs/PictureUtils.c:
4130         * libs/System.c:
4131         * libs/XError.c:
4132         * libs/alloca.c:
4133         * libs/envvar.c:
4134         * libs/safemalloc.c:
4135         * libs/strdup.c:
4136         * libs/usleep.c:
4137         do not #include stdlib.h (comes from config.h)
4139         * libs/Flocale.c:
4140         do not #include string.h (comes from config.h)
4142         * acconfig.h:
4143         fixed detection of string.h/strings.h
4145 2005-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4147         * libs/Fft.c (FftGetFont):
4148         fixed compiler warning with gcc 3.4.4
4150 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4152         * fvwm/menuitem.c (menuitem_paint):
4153         properly undraw unselected item area
4155 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4157         * fvwm/menuitem.c (menuitem_paint):
4158         * fvwm/menus.c (get_menu_paint_item_parameters)
4159         (get_menu_paint_item_parameters):
4160         (make_menu):
4161         fixed text offset of menu items with icons but with an item format that
4162         disables icons
4163         (size_menu_horizontally):
4164         allow sidepic to be placed in the middle of menu items; this is better
4165         than ignoring the item format completely but does not draw the items
4166         properly either
4168         * fvwm/menus.c (__mloop_handle_event):
4169         (menu_expose):
4170         fixed delayed menu drawing issue
4171         (select_menu_item):
4172         do not draw the selected menu item before the menu is drawn for the
4173         first time
4174         (repaint_transparent_menu):
4175         (select_menu_item):
4176         (paint_menu):
4177         don't call get_menu_paint_item_parameters when the result is not used
4178         (get_menu_paint_item_parameters):
4180 2005-11-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4182         * fvwm/ewmh.h (EWMH_CMD_Style):
4183         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4184         * fvwm/style.c (style_parse_one_style_option):
4185         Added support for inverting boolean EWMH styles with !.
4187         * NEWS:
4188         * fvwm/fvwm.h
4189         * fvwm/style.h:
4190         * fvwm/window_flags.h:
4191         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4192         * fvwm/ewmh.c (ewmh_HandleWindowType):
4193         * fvwm/fvwm.1.in:
4194         Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4196 2005-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4198         * fvwm/icons.c (GetIconWindow):
4199         * fvwm/fvwm.h (FvwmWindow):
4200         * fvwm/events.c (__handle_cr_on_icon):
4201         properly handle icon border width; fixes an xterm active icon loop
4203 2005-10-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4205         * fvwm/borders.c (border_draw_one_border_part):
4206         fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4207         borders.
4209 2005-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4211         * fvwm/menustyle.c (menustyle_copy_face):
4212         (menustyle_copy):
4213         (menustyle_free_face):
4214         (menustyle_free):
4215         (menustyle_parse_style):
4216         use new functions and fix a bug
4218         * fvwm/Makefile.am:
4219         * fvwm/colors.c:
4220         * fvwm/colors.h:
4221         removed empty files colors.c and colors.h
4223         * fvwm/colors.c (CopyColor):
4224         (FreeColors):
4225         moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4226         fvwmlib_copy_color
4228         * fvwm/frame.c (frame_reshape_border):
4229         removed unused code
4231 2005-10-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4233         * fvwm/menustyle.c (menustyle_copy_face):
4234         separated from menustyle_copy; color copies are reallocated.
4235         (menustyle_free):
4236         all colors freed
4237         (menustyle_copy):
4238         color copies are reallocated.
4240         * fvwm/colors.c (CopyColor):
4241         * fvwm/colors.h (CopyColor):
4242         added CopyColor
4244 2005-10-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4246         * fvwm/move_resize.c (__resize_window):
4247         fix for not being able to finish resize with mouse when resizing on
4248         click with modifiers active. (intruduced with 'removed duplicate
4249         pointer query' at sep 29)
4251         * NEWS:
4252         * fvwm/fvwm.1.in:
4253         * fvwm/menustyle.c (menustyle_parse_style):
4254         made style pairs negatable with '!' prefix
4255         ActiveForeOff and HilightBackOff frees colors used.
4257         * fvwm/menustyle.c (menustyle_copy):
4258         fix for freeing color from sorce instead of destination.
4260 2005-10-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4262         * fvwm/functions.c (__execute_function):
4263         fixed an error in yesterdays patch to complex fuctions. the commands
4264         pressed window were not retored correctly after running move functions
4265         without it, and functions would be run twice.
4267 2005-10-18  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4269         * fvwm/fvwm.1.in:
4270         added NoLayer to list of allowed options for WindowList command
4271         fixed grammar of test-conditions list. formatting fixes for
4272         MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4273         style option list.
4275         * NEWS:
4276         * fvwm/functions.c (__execute_function)
4277         (__run_complex_function_items):
4278         (execute_complex_function):
4279         fix for moving/resizing reference window usage with complex functions.
4281 2005-10-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4283         * fvwm/move_resize.c (__move_loop):
4284         reimplemented a fix for the place with keyboard setting a button as
4285         used for place bug; this time without breaking escape key.
4287 2005-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4289         * fvwm/move_resize.c (__move_loop):
4290         removed the previous patch as it breaks aborting window motion with the
4291         escape key.
4293 2005-10-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4295         * fvwm/move_resize.c (__move_loop):
4296         fixed bug where finishing movment with keyboard would set a random
4297         button as used for placement.
4299 2005-09-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4301         * NEWS
4302         * fvwm/frame.c (frame_setup_border):
4303         reverted change for move of window parts (reset of PressedW).
4305 2005-09-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4307         * fvwm/frame.c (frame_setup_border):
4308         fixed a Warning
4310 2005-09-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4312         * NEWS:
4313         * fvwm/move_resize.c (__resize_window):
4314         removed duplicate pointer query for enter/leave notify events.
4315         resizing of shaded windows in the shaded direction no longer
4316         results in bogus ref points.
4318         * fvwm/frame.c (frame_setup_border):
4319         reset PressedW if the part has moved. This prevents strange
4320         ref points in resize if called from some complex functions.
4322         * fvwm/frame.c (frame_create_move_resize_args):
4323         shaded windows use get_client_geometry for client geometry.
4325 2005-09-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4327         * NEWS:
4328         * AUTHORS:
4329         * fvwm/fvwm.h (window_flags):
4330         (WindowConditionMask):
4331         (FvwmWindow):
4332         * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4333         (SET_PLACED_WB3)
4334         (SETM_PLACED_WB3):
4335         * fvwm/session.c (_match):
4336         (SaveWindowStates):
4337         (LoadWindowStates):
4338         * fvwm/conditional.c (MatchesConditionMask):
4339         (CreateConditionMask):
4340         * fvwm/add_window.c (setup_window_structure):
4341         * fvwm/move_resize.h (placement_binding):
4342         * fvwm/move_resize.c (__move_loop):
4343         (placement_binding):
4344         * fvwm/bindings.c (ParseBinding):
4345         * libs/wcontext.c (win_contexts):
4346         * libs/wcontext.h (enum):
4347         * fvwm/fvwm.1.in:
4348         Added placement context for simple mouse bindings to allow
4349         specification of buttons to finish/cancel movment. Buttons >3
4350         may now be used to place windows.
4351         Replaced window flag placed_wb3 with placed_by_button
4352         FvwmWindow member. Added window condition PlacedByButton.
4354 2005-09-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4356         * NEWS:
4357         * AUTHORS:
4358         * fvwm/menustyle.h (enum):
4359         (MenuFeel):
4360         (ST_DO_SCROLL):
4361         (MST_DO_SCROLL)
4362         (ST_SCROLL_OFF_PAGE):
4363         (MST_SCROLL_OFF_PAGE):
4364         * fvwm/menustyle.c (menustyle_copy):
4365         (menustyle_get_styleopt_index):
4366         (menustyle_parse_style):
4367         (CMD_MenuStyle):
4368         * fvwm/menus.c (menuShortcuts):
4369         (enum):
4370         (__mloop_handle_event):
4371         (menu_get_outer_geometry):
4372         (move_any_menu):
4373         * fvwm/fvwm.1.in:
4374         added MouseWheel and ScrollOffPage menu styles
4376 2005-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4378         * NEWS:
4379         * fvwm/menus.c (append_item_to_menu):
4380         fixed bug #1121: Use of pointer without checking for NULL
4382 2005-09-19  Mikhael Goikhman  <migo@homemail.com>
4384         * NEWS:
4385         * fvwm/expand.c (expand_vars):
4386         warn on usage of obsolete one-letter variables
4388 2005-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4390         * NEWS:
4391         * AUTHORS:
4392         * fvwm/expand.c (expand_vars_extended):
4393         (expand_vars):
4394         allow nesting of variables
4396 2005-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4398         * fvwm/ewmh.c (EWMH_SetWMDesktop):
4399         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4400         (ewmh_WMDesktop):
4401         64-bit fixes
4403 2005-09-03  Mikhael Goikhman  <migo@homemail.com>
4405         * fvwm/borders.c (border_draw_one_border_part)
4406         (border_draw_all_border_parts):
4407         fix the previous patch to work with title-less windows too
4409 2005-08-30  Mikhael Goikhman  <migo@homemail.com>
4411         * fvwm/borders.c (border_draw_one_border_part)
4412         (border_draw_all_border_parts):
4413         improve offsets when drawing borders for "BorderStyle TiledPixmap"
4414         windows to make the borders look homogeneous (based on the patch of
4415         Evgeny Stambulchik)
4417 2005-08-26  Mikhael Goikhman  <migo@homemail.com>
4419         * NEWS:
4420         * acconfig.h:
4421         * configure.in:
4422         * libs/FBidi.c:
4423         support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4424         fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4426 2005-08-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4428         * NEWS:
4429         * configure.in:
4430         increased version to 2.5.15
4431         released 2.5.14
4433         * NEWS:
4434         * configure.in:
4435         updated for 2.5.14 release
4437         * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4438         (ewmh_WMStateSkipTaskBar):
4439         (ewmh_WMStateSkipPager):
4440         (ewmh_WMStateModal):
4441         fixed several ewmh-hints
4443 2005-08-24  Mikhael Goikhman  <migo@homemail.com>
4445         * fvwm/fvwm.1.in:
4446         fix TestRc example error, s/Any/All/
4448 2005-08-17  Jonathan Kotta  <jpkotta@gmail.com>
4450         * NEWS:
4451         * AUTHORS:
4452         * fvwm/fvwm.1.in:
4453         * fvwm/conditions.c (MatchesConditionMask):
4454         (CreateConditionMask):
4455         added FixedPosition condition
4457 2005-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4459         * fvwm/virtual.c (HandlePaging):
4460         use FQueryPointer every time to track the pointer position; this fixes
4461         fvwm hanging in HandlePaging for the given delay once the pointer
4462         touches the pan frames
4464 2005-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4466         * fvwm/session.c (SaveWindowStates):
4467         (LoadWindowStates):
4468         (MatchWinToSM):
4469         save and restore the default layer during a restart
4471 2005-08-13  Mikhael Goikhman  <migo@homemail.com>
4473         * fvwm/conditional.c (CMD_Test):
4474         * fvwm/fvwm.1.in:
4475         rename previously added Test conditions to EnvIsSet and EnvMatch,
4476         tweak the logic when the variable is set, but empty
4478 2005-08-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
4480         * fvwm/conditional.c (CMD_Test):
4481         * fvwm/fvwm.1.in:
4482         added test conditions EdgeHasPointer and EdgeIsActive
4484 2005-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4486         * fvwm/virtual.c (raisePanFrames):
4487         prevent cycling of pan frame window stacking order
4489 2005-08-12  Mikhael Goikhman  <migo@homemail.com>
4491         * fvwm/conditional.c (CMD_Test):
4492         * fvwm/fvwm.1.in:
4493         add Test conditions IsEnvSet and MatchEnv
4495 2005-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4497         * fvwm/menus.c (pop_menu_up):
4498         * fvwm/menustyle.c (menustyle_copy):
4499         two fixes by Viktor Griph
4501         * fvwm/events.c (HandleEvents):
4502         simplify the style list if there is nothing else to do
4504         * fvwm/style.c (__simplify_style_list):
4505         (styles_have_same_id):
4506         (style_id_equals_id):
4507         (style_ids_are_equals):
4508         (__style_command):
4509         (remove_all_of_style_from_list):
4510         (one_fw_can_match_both_ids):
4511         pass pointers instead of the whole style structure
4512         (__simplify_style_list):
4513         fixed memory leak and tweaked the code
4515         * libs/Strings.c (CatString3):
4516         fixed a buffer overflow
4518 2005-08-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4520         * configure.in:
4521         detect if Window, Pixel or void * are bigger than long and refuse to
4522         compile
4524         * libs/vpacket.h (ConfigWinPacket):
4525         * fvwm/windowshade.c (CMD_WindowShade):
4526         * fvwm/virtual.c (MoveViewport):
4527         (goto_desk):
4528         (CMD_DesktopSize):
4529         (CMD_GotoDeskAndPage):
4530         * fvwm/update.c (apply_window_updates):
4531         * fvwm/stack.c (BroadcastRestack):
4532         (RaiseWindow):
4533         (LowerWindow):
4534         * fvwm/icons.c (DeIconify):
4535         (Iconify):
4536         * fvwm/geometry.c (broadcast_icon_geometry):
4537         * fvwm/events.c (HandleEnterNotify):
4538         (HandleFocusIn):
4539         (HandleLeaveNotify):
4540         (HandleMapNotify):
4541         (HandleMapRequestKeepRaised):
4542         * fvwm/add_window.c (destroy_window):
4543         * fvwm/module_interface.c (SendFvwmPicture)
4544         (BroadcastFvwmPicture):
4545         (CMD_Send_WindowList):
4546         * fvwm/modconf.c (CMD_Send_ConfigInfo):
4547         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4548         64-bit fixes
4550         * fvwm/virtual.c (GetDeskNumber):
4551         fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4552         around the given desk range with a relative desk
4554         * fvwm/focus.c (focus_grab_buttons_on_layer):
4555         fixed a hang
4557         * fvwm/gnome.c:
4558         * fvwm/stack.c:
4559         * fvwm/ewmh.c:
4560         reindented some code and renamed some variables
4562 2005-08-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4564         * fvwm/events.c (__check_click_to_focus_or_raise):
4565         small cleanup patch
4567 2005-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4569         * FvwmIconMan/xmanager.c (set_win_iconified):
4570         fixed select/focus button state lost when deiconifying a window
4572 2005-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4574         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4575         fixed bogus warning
4577         * libs/Colorset.c (get_aspect_dimensions):
4578         fixed aspectpixmap size calculations
4580 2005-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4582         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4583         fixed a core dump
4585         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4586         (ewmh_CurrentDesktop):
4587         (ewmh_DesktopGeometry):
4588         (ewmh_NumberOfDesktops):
4589         (ewmh_WMDesktop):
4590         (ewmh_WMIconGeometry):
4591         * fvwm/gnome.c (GNOME_ProcessClientMessage):
4592         print error messages for broken gnome client messages
4594         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4595         removed duplicate call of execute_function_override_window
4597         * fvwm/stack.c (new_layer):
4598         fixed a hang if a window sets an layer < 0 via gnome hints
4600         * fvwm/add_window.c (GetWindowSizeHints):
4601         * fvwm/misc.c (fvwm_msg_report_app):
4602         (fvwm_msg_report_app_and_workers):
4603         new utility functions
4605 2005-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4607         * fvwm/stack.c (dump_stack_ring):
4608         (verify_stack_ring_consistency):
4609         * fvwm/module_interface.c (HandleModuleInput):
4610         * fvwm/events.c (__cr_detect_icccm_move):
4611         * fvwm/style.c (print_styles):
4612         64-bit fixes
4614 2005-07-19  Mikhael Goikhman  <migo@homemail.com>
4616         * libs/FlocaleCharset.c:
4617         support euc-jp encodings (Yasuhiro Nakazaki)
4619 2005-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4621         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4622         * fvwm/ewmh_names.c (EWMH_WMName):
4623         (EWMH_WMIconName):
4624         * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4625         (EWMH_SetNumberOfDesktops):
4626         (EWMH_SetDesktopViewPort):
4627         (EWMH_SetDesktopGeometry):
4628         (EWMH_SetWMDesktop):
4629         (ewmh_SetWorkArea):
4630         (EWMH_SetFrameStrut):
4631         (EWMH_Init):
4632         * fvwm/gnome.c (AtomGet):
4633         (atom_size):
4634         (GNOME_GetHintIcons):
4635         (GNOME_GetHintLayer):
4636         (GNOME_GetHintState):
4637         (GNOME_GetExpandedSize):
4638         (GNOME_SetAreaCount):
4639         (GNOME_SetCurrentArea):
4640         (GNOME_SetDeskCount):
4641         (GNOME_SetCurrentDesk):
4642         (GNOME_SetCurrentDesk):
4643         (GNOME_SetWinArea):
4644         (GNOME_Init):
4645         (CMD_GnomeShowDesks):
4646         (GNOME_SetHints):
4647         (GNOME_SetDesk):
4648         (GNOME_SetLayer):
4649         * libs/fsm.c (GetClientID):
4650         (set_session_manager):
4651         * fvwm/session.c (GetClientID):
4652         * fvwm/fvwm.h (FvwmWindow):
4653         * fvwm/colorset.c (get_root_pixmap):
4654         * fvwm/add_window.c (FetchWmProtocols):
4655         * libs/FTips.c (__initialize_window):
4656         * fvwm/icccm2.c (convertProperty)
4657         (icccm2_handle_selection_request)
4658         * fvwm/fvwm.c (SetMWM_INFO):
4659         64-bit fixes
4661 2005-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4663         * fvwm/move_resize.c (GetOnePositionArgument):
4664         don't use the unportable fuction rintf()
4666 2005-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4668         * NEWS:
4669         * configure.in:
4670         increased version to 2.5.14
4671         released 2.5.13
4673         * ANNOUNCE:
4674         * NEWS:
4675         * configure.in:
4676         updated for 2.5.13 release
4678 2005-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4680         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4681         fixed drawing of relief with very small rectangles, i.e. when
4682         line_width * 2 > height or width
4684 2005-07-04  Dan Espen  <dane@mk.telcordia.com>
4686         * NEWS: fvwm-menu-desktop changes.
4688 2005-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4690         * fvwm/placement.c (get_next_x):
4691         fixed collision detection of windows on pages other than the current
4692         one during placement
4694 2005-06-17  Olivier Chapuis  <olivier.chapuis@free.fr>
4696         * fvwm/move_resize.c (__resize_window):
4697         Fixed interactive resize (reduction) via the bottom border
4699         * libs/Fpng.h:
4700         Typo
4702 2005-06-02  Dan Espen  <dane@mk.telcordia.com>
4704         * NEWS:
4705         * fvwm/fvwm.1.in:
4706         Spelling fix contition -> condition
4708 2005-04-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4710         * fvwm/style.c (style_ids_are_equals):
4711         (style_id_equals_id):
4712         (styles_have_same_id):
4713         (fw_match_style_id):
4714         (one_fw_can_match_both_ids):
4715         (cleanup_style_defaults):
4716         * libs/fsm.c (fprintfhex):
4717         (CloseDownClient):
4718         * libs/FGettext.c (fgettext_free_fgpath_list):
4719         * libs/Parse.c (_get_suffixed_integer_arguments):
4720         * libs/Graphics.c (AllocNonlinearGradient):
4721         * libs/PictureUtils.c (build_mapping_table):
4722         (finish_ct_init):
4723         made static
4725         * libs/setpgrp.c:
4726         * libs/Event.c:
4727         * libs/FRenderInit.c:
4728         include own header file
4730         * libs/System.c (getFileStamp):
4731         * libs/Fft.c (FftPDumyFunc):
4732         * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4733         exported
4735 2005-03-01  Dan Espen  <dane@mk.telcordia.com>
4737         * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4738         not exec.
4740 2005-02-25  Dan Espen  <dane@mk.telcordia.com>
4742         * fvwm/fvwm.1.in (Focus): Typos in focus section.
4744 2005-02-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4746         * fvwm/conditional.c (Circulate):
4747         added tests for fw == Scr.FvwmRoot again to fix a crash
4749 2005-02-05  Dan Espen  <dane@mk.telcordia.com>
4751         * AUTHORS: New author, FvwmScript patch.
4753 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
4755         * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4756         * AUTHORS: s/Hover/Active/
4758 2005-01-19  Dan Espen  <dane@mk.telcordia.com>
4760         * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4761         avoid dump with empty key/mouse binding command.
4762         * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4763         Checked all other uses of PeekToken in fvwm dir.
4765 2005-01-08  Olivier Chapuis  <olivier.chapuis@free.fr>
4767         * fvwm/session.c (matchWin):
4768         (SaveWindowStates):
4769         On restarts compare window ids only. Base our matching decision on
4770         window role only if we have a client id.
4772         * fvwm/move_resize.c (GetOnePositionArgument):
4773         Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4774         float values to nearest int
4776 2005-01-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4778         * AUTHORS:
4779         * fvwm/move_resize.c (CMD_Maximize):
4780         Applied Arnaud Vrac patch which fixes maximize by growing vs
4781         EWMH working area
4783 2004-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4785         * fvwm/builtins.c (do_button_style):
4786         ButtonStyle Reset takes effect immediately
4788 2004-12-08  Dan Espen  <dane@mk.telcordia.com>
4790         * fvwm/fvwm.1.in: lang check.
4792 2004-12-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4794         * fvwm/fvwm.1.in:
4795         Really commit EWMHUseStackingOrderHints documentation update
4797 2004-12-02  Olivier Chapuis  <olivier.chapuis@free.fr>
4799         * fvwm/fvwm.1.in:
4800         Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4802         * NEWS:
4803         FvwmIconMan new options
4805         * libs/FTips.c (new file):
4806         * libs/FTips.h (new file):
4807         * libs/defaults.h:
4808         * libs/Makefile.am:
4809         Added a set of functions for implementing tool tips
4811 2004-11-30  Dan Espen  <dane@mk.telcordia.com>
4813         * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4815 2004-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4817         * fvwm/menus.c (__mloop_get_event):
4818         * fvwm/functions.c (execute_complex_function):
4819         * fvwm/add_window.c (AddWindow):
4820         * fvwm/module_interface.c (ExecuteModuleCommand):
4821         * fvwm/move_resize.c (__move_loop):
4822         (__resize_window):
4823         properly set the "state" member of faked motion and key events;
4824         fixes broken "nosnap" feature
4826 2004-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4828         * fvwm/bindings.c (ParseBinding):
4829         reformatted
4830         * libs/Bindings.c (bindingAppliesToWindow):
4831         (__compare_binding):
4832         * fvwm/module_interface.c (CMD_ModuleSynchronous):
4833         * fvwm/builtins.c (CMD_Wait):
4834         (CMD_StrokeFunc):
4835         * fvwm/events.c (__handle_bpress_on_root):
4836         (HandleButtonRelease):
4837         fixed crash in window specific binding code
4838         fixed handling of root window in window specific binding code
4839         renamed some functions
4841 2004-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4843         * fvwm/focus.c (__update_windowlist):
4844         replaced while loop by for loop
4846         * fvwm/style.c (style_destroy_style):
4847         * fvwm/conditional.c (Circulate):
4848         removed useless check whether fw == &Scr.FvwmRoot
4850         * fvwm/icons.c (DeIconify):
4851         defused possible endless loop when a window iconified by the
4852         transientfor window loses the "transient" relationship
4854 2004-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4856         * fvwm/move_resize.c (__move_loop):
4857         (__resize_window):
4858         fixed overwriting the initial button_mask during move/resize
4860         * fvwm/menus.c (__mloop_handle_action_with_mi):
4861         do not "post" a submenu menu item it the submenu does not exist
4863 2004-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4865         * fvwm/events.c (__handle_bpress_on_managed):
4866         do not draw the decorations pressed in if executing a function is
4867         forbidden
4869         * libs/Parse.c (CopyToken):
4870         fixed parsing of delimiters
4872 2004-10-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4874         * fvwm/virtual.c (GetDeskNumber):
4875         fixed MoveToDesk without argument
4877 2004-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4879         * fvwm/fvwm.1.in:
4880         re-formatted and some spelling corrections
4882         * fvwm/colorset.c (CMD_CleanupColorsets):
4883         (CMD_Colorset):
4884         * fvwm/builtins.c (CMD_Colorset):
4885         (CMD_CleanupColorsets):
4886         moved functions to colorset.c
4888 2004-10-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4890         * libs/Parse.c (CopyToken):
4891         skip any whitespace before a delimiter; this allows to have spaces
4892         before the commas in an option list
4894 2004-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4896         * fvwm/frame.c (frame_reshape_border):
4897         re-shaping shaded windows no longer unshades them
4898         re-shaping unshaded windows on pages other than 0 0 no longer moves
4899         them out of the current page
4901 2004-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4903         * fvwm/events.c (__cr_detect_icccm_move):
4904         * fvwm/screen.h (ScreenInfo):
4905         * fvwm/builtins.c (CMD_BugOpts):
4906         new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
4908         * fvwm/move_resize.c (__move_loop):
4909         (__resize_window):
4910         query the pointer position in the move loop when an
4911         EnterNotify/LeaveNotify event arrives; same change in resize loop.
4913         * NEWS:
4914         * configure.in:
4915         increased version to 2.5.13
4916         released 2.5.12
4918         * ANNOUNCE:
4919         * NEWS:
4920         * configure.in:
4921         updated for 2.5.12 release
4923         * fvwm/frame.c (frame_create_move_resize_args):
4924         fixed xemacs growing or shrinking when title height changed; this was
4925         caused by calculating the old client window geometry using the new
4926         title dimensions; query the window size instead
4928 2004-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4930         * fvwm/events.c (test_map_request):
4931         (test_button_event):
4932         (test_typed_window_event):
4933         (test_resizing_event):
4934         (__predicate_button_click):
4935         (__merge_cr_moveresize):
4936         (HandleUnmapNotify):
4937         (flush_property_notify):
4938         (is_resizing_event_pending):
4939         (__test_for_motion):
4940         use type XPointer for last argument of predicate procedures for
4941         XCheckPeekIfEvent and XCheckIfEvent, not char *
4942         (HandleUnmapNotify):
4943         fixed core dump
4945 2004-10-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4947         * fvwm/window_flags.h:
4948         removed useless and broken SETM_ macros
4950         * fvwm/update.c (init_style):
4951         fixed resetting user states
4953 2004-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4955         * libs/envvar.c (add_to_envlist):
4956         fixed crash
4958 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4960         * fvwm/builtins.c (CMD_UnsetEnv):
4961         use flib_unsetenv
4963         * libs/envvar.c (flib_unsetenv):
4964         (add_to_envlist):
4965         new functions
4966         (flib_putenv):
4967         split in ftwo functions
4969         * configure.in:
4970         check for unsetenv function
4972         * fvwm/builtins.c (CMD_SetEnv):
4973         assume an empty value if no value is given
4975 2004-09-30  Rafal Bisingier <ravbc@man.poznan.pl>
4977         * fvwm/commands.h:
4978         * fvwm/events.c:
4979         * fvwm/functable.c:
4980         * fvwm/fvwm.1.in:
4981         * fvwm/fvwm.c:
4982         * fvwm/screen.h:
4983         * fvwm/virtual.c:
4984         * perllib/FVWM/Commands.pm:
4985         new command EdgeLeaveCommand
4987 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4989         * NEWS:
4990         updated for 2.4.19
4992         * NEWS:
4993         * configure.in:
4994         increased version to 2.5.12
4995         released 2.5.11
4997         * NEWS:
4998         * configure.in:
4999         updated for 2.5.11 release
5001 2004-09-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5003         * fvwm/geometry.c (get_page_offset):
5004         (get_page_offset_rectangle):
5005         (get_absolute_geometry):
5006         new functions
5008         * fvwm/virtual.c (CMD_GotoPage):
5009         * fvwm/move_resize.c (__move_window):
5010         * fvwm/virtual.c (CMD_GotoPage):
5011         (get_page_arguments):
5012         new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
5013         command
5015 2004-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5017         * libs/Flocale.c (FlocaleGetNameProperty):
5018         fixed freeing uninitialized pointer
5020 2004-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5022         * fvwm/conditional.c (select_cmd):
5023         (direction_cmd):
5024         (CMD_NoWindow):
5025         (CMD_All):
5026         fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
5027         WindowId and Direction commands; fixes break from these commands
5029         * fvwm/geometry.c (get_shaded_geometry):
5030         shading geometry fix for windows without decoration
5032         * libs/FScreen.c (XineramaQueryExtension):
5033         fixed xinerama crash
5035 2004-09-04  Scott Smedley  <scottie7@tpg.com.au>
5037         * configure.in:
5038         Parse man pages with config.status so man pages have correct date.
5039         Man pages also specify FVWM version that they relate to.
5041         * bin/fvwm-bug.1:
5042         * bin/fvwm-config.1:
5043         * bin/fvwm-convert-2.2.1:
5044         * bin/fvwm-convert-2.4.1:
5045         * bin/fvwm-convert-2.6.1:
5046         * bin/fvwm-menu-desktop.1:
5047         * bin/fvwm-root.1:
5048         * modules/FvwmAnimate/FvwmAnimate.1:
5049         * modules/FvwmAuto/FvwmAuto.1:
5050         * modules/FvwmBacker/FvwmBacker.1:
5051         * modules/FvwmBanner/FvwmBanner.1:
5052         * modules/FvwmButtons/FvwmButtons.1:
5053         * modules/FvwmCommand/FvwmCommand.1:
5054         * modules/FvwmConsole/FvwmConsole.1:
5055         * modules/FvwmConsole/FvwmConsoleC.pl.1:
5056         * modules/FvwmCpp/FvwmCpp.1:
5057         * modules/FvwmDragWell/FvwmDragWell.1:
5058         * modules/FvwmEvent/FvwmEvent.1:
5059         * modules/FvwmForm/FvwmForm.1:
5060         * modules/FvwmGtk/FvwmGtk.1:
5061         * modules/FvwmIconBox/FvwmIconBox.1:
5062         * modules/FvwmIconMan/FvwmIconMan.1:
5063         * modules/FvwmIdent/FvwmIdent.1:
5064         * modules/FvwmM4/FvwmM4.1:
5065         * modules/FvwmPager/FvwmPager.1:
5066         * modules/FvwmProxy/FvwmProxy.1:
5067         * modules/FvwmRearrange/FvwmRearrange.1:
5068         * modules/FvwmSave/FvwmSave.1:
5069         * modules/FvwmSaveDesk/FvwmSaveDesk.1:
5070         * modules/FvwmScript/FvwmScript.1:
5071         * modules/FvwmScroll/FvwmScroll.1:
5072         * modules/FvwmTaskBar/FvwmTaskBar.1:
5073         * modules/FvwmTheme/FvwmTheme.1:
5074         * modules/FvwmWharf/FvwmWharf.1:
5075         * modules/FvwmWinList/FvwmWinList.1:
5076         These man pages were renamed to have a .in suffix.
5077         ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
5079 2004-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5081         * fvwm/placement.c (__place_window):
5082         fixed starting desk output with bugopts explainwindowplacement
5084 2004-09-03  Olivier Chapuis  <olivier.chapuis@free.fr>
5086         * fvwm/eventhandler.h:
5087         * fvwm/events.c (InitEventHandlerJumpTable):
5088         (__handle_key):
5089         (HandleKeyPress):
5090         (HandleKeyRelease):
5091         Fixed window specific bindings "patch" by sending key release event
5092         when needed
5094 2004-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5096         * libs/defaults.h:
5097         * fvwm/screen.h:
5098         * fvwm/move_resize.c:
5099         * fvwm/fvwm.c:
5100         * fvwm/fvwm.h:
5101         * fvwm/frame.h:
5102         * fvwm/decorations.c:
5103         * fvwm/frame.c:
5104         * fvwm/builtins.c:
5105         * fvwm/borders.c:
5106         * fvwm/add_window.c:
5107         * fvwm/bindings.c:
5108         * fvwm/style.c:
5109         renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5110         it with NUMBER_OF_MOUSE_BUTTONS
5112         * fvwm/style.c (style_parse_focus_policy_style):
5113         * fvwm/focus_policy.h:
5114         * libs/Bindings.c (GrabWindowButton):
5115         * fvwm/bindings.c (bind_get_bound_button_contexts):
5116         (ParseBinding):
5117         * fvwm/events.c (WaitForButtonsUp):
5118         * fvwm/style.c (style_parse_focus_policy_style):
5119         * fvwm/builtins.c (__fake_event):
5120         fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5121         NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5123 2004-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5125         * configure.in:
5126         put -Wall -Wno-implicit-int before user specified flags
5128         * libs/FScreen.c:
5129         Applied below patch again.  It didn't make it to CVS (?)
5131 2004-08-26  Dan Espen  <dane@mk.telcordia.com>
5133         * libs/FScreen.c: Fixed case error.  Patch from Chris Ross.
5135 2004-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5137         * libs/FScreen.c:
5138         cleaned up ifdef hell
5140         * configure.in:
5141         fixed solaris xinerama test
5143 2004-08-25  Dan Espen  <dane@mk.telcordia.com>
5145         * configure.in:
5146         * acconfig.h:
5147         * libs/FScreen.c (solaris_XineramaQueryScreens):
5148         Solaris Xinerama support.
5149         * AUTHORS:
5150         Update.
5151         Patch by Chris Ross.
5153 2004-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5155         * fvwm/events.c (__handle_cr_on_client):
5156         don't reevaluate window geometry when a ConfigureRequest has no size or
5157         position set
5159 2004-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5161         * fvwm/menus.c (get_menu_options):
5162         (do_menu):
5163         new menu option TearOffImmediately
5165 2004-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5167         * fvwm/placement.c (__place_get_wm_pos):
5168         cascade placemnt fix by Paul Vojta
5170 2004-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5172         * fvwm/geometry.c (constrain_size):
5173         Don't touch the aspect ratio if modifying the width/height does not
5174         improve the situation
5176         * fvwm/frame.c (frame_free_move_resize_args):
5177         (__frame_setup_window):
5178         (frame_update_hidden_window_pos):
5179         (frame_mrs_resize_move_windows):
5180         (frame_create_move_resize_args):
5181         * fvwm/move_resize.c (__resize_window):
5182         some event handling fixes
5184         * fvwm/geometry.c (constrain_size):
5185         look up the latest size hints if necessary
5187 2004-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5189         * fvwm/geometry.c (constrain_size):
5190         * fvwm/ewmh.c (EWMH_fullscreen):
5191         * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5192         (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5193         (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5194         * fvwm/fvwm.h (window_flags_t):
5195         allow windows to override their size hints when going fullscreen:
5196         minimum and maximum size, size inc, aspect ratio, etc.
5198 2004-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5200         * fvwm/decorations.c (struct):
5201         MWM hints on 64 bit machines fix
5203 2004-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5205         * fvwm/fvwm.1.in (Note):
5206         * fvwm/read.c (CMD_Read):
5207         (CMD_PipeRead):
5208         the Read and PipeRead commands have a return code
5210         * fvwm/read.c (run_command_stream):
5211         (CMD_Read):
5212         (CMD_PipeRead):
5213         removed debug code
5215 2004-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5217         * fvwm/move_resize.c (GetResizeArguments):
5218         (GetMoveArguments):
5219         fixed parsing of the frame option to the resize command and the pointer
5220         option to the move command
5222         * fvwm/conditional.c (CMD_None):
5223         Fixed CMD_None return code
5225 2004-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5227         * fvwm/stack.c (is_above_unmanaged):
5228         windows on other Desks are always considered on top
5230         * fvwm/conditional.c (CreateConditionMask):
5231         (MatchesConditionMask):
5232         * fvwm/fvwm.h (WindowConditionMask):
5233         new condition Overlapped
5235         * config.h:
5236         inproved strings.h / sring.h iclusion logic
5238         * libs/PictureUtils.c (finish_ct_init):
5239         (PictureInitColors):
5240         use flib_putenv instead of putenv
5242 2004-07-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5244         * fvwm/screen.h:
5245         * libs/gravity.h (enum):
5246         * libs/wcontext.h (enum):
5247         -pedantic fixes
5249         * fvwm/fvwm.c (StartupStuff):
5250         do not ungrab the pointer while the startup functions execute
5251         (Done):
5252         ungrab the pointer only after executing the RestartFunction or
5253         ExitFunciton.  Otherwise these functions may not be executed if some
5254         other application grabs the pointer.
5256         * fvwm/fvwm.h:
5257         * fvwm/conditional.c (CreateConditionMask):
5258         renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5259         new condition AnyScreen
5261         * libs/Bindings.c:
5262         * fvwm/builtins.c (__fake_event):
5263         * fvwm/bindings.c (ParseBinding):
5264         removed C++ comments
5266 2004-07-15  Scott Smedley  <scottie7@tpg.com.au>
5268         * NEWS:
5269         New options for FvwmButtons module.
5271 2004-07-12  Mikhael Goikhman  <migo@homemail.com>
5273         * fvwm/fvwm.1.in:
5274         use commas between conditions
5276 2004-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5278         * fvwm/builtins.c (CMD_Wait):
5279         ignore MapNotify reported to any window except the root window
5281         * fvwm/module_interface.c (CONFIGARGS):
5282         correct number of CONFIGARGS arguments
5284         * libs/vpacket.h (ConfigWinPacket):
5285         frame_x and frame_y are signed
5287 2004-07-11  Scott Smedley  <scottie7@tpg.com.au>
5289         * fvwm/conditional.c:
5290         * fvwm/fvwm.h:
5291         * fvwm/fvwm.1.in:
5292         * AUTHORS:
5293         Committed patch by Norman Yarvin (with a few minor mods) to extend
5294         conditionals to handle multiple window names.
5296 2004-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5298         * fvwm/module_interface.c (CONFIGARGS):
5299         * libs/vpacket.h (ConfigWinPacket):
5300         put window_flags at end of structure
5302 2004-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5304         * fvwm/module_interface.c (CONFIGARGS):
5305         (OLDCONFIGARGS):
5306         (SETOLDFLAGS):
5307         (SendConfig):
5308         (BroadcastConfig):
5309         removed old module interface
5310         (CONFIGARGS):
5312         * libs/vpacket.h (ConfigWinPacket):
5313         64 bit fix
5315 2004-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5317         * fvwm/execcontext.c (__exc_change_context):
5318         fixed handling of etrigger event, fixing a problem with PropertyNotify
5319         events during resizing and possibly other problems too
5321         * fvwm/add_window.c (RestoreWithdrawnLocation):
5322         fixed travelling windows if application changed gravity hint before
5323         recapture
5325         * fvwm/frame.c (combine_decor_gravities):
5326         (combine_gravities):
5327         renamed
5328         (frame_restore_client_gravities):
5329         fixed window gravity after resize
5331         * libs/FEvent.c (FPeekEvent):
5332         (FPeekIfEvent):
5333         (FCheckPeekIfEvent):
5334         fixed some event handling bugs
5336         * fvwm/conditional.c (CMD_Test):
5337         (match_version):
5338         corrected use of Bool types
5339         (match_version):
5340         simplified, fixed compilation
5341         (ver):
5342         use int as return type
5344         * libs/Ficonv.c (convert_charsets):
5345         reindented
5347         * libs/Ficonv.c (convert_charsets):
5348         * acinclude.m4 (ICONV_SECOND_ARG):
5349         rewrote iconf configure test to save an ifdef
5351 2004-07-07  Scott Smedley  <scottie7@tpg.com.au>
5353         * fvwm/fvwm.1.in:
5354         * libs/Bindings.h:
5355         * libs/Bindings.c:
5356         * fvwm/bindings.c:
5357         Allow user to specify window-specific bindings that should NOT be
5358         intercepted by FVWM. This is accomplished with an '--' binding action.
5360 2004-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5362         * fvwm/move_resize.c (__resize_window):
5363         Fixed event handling
5365         * fvwm/virtual.c (HandlePaging):
5366         removed check for leave events on pan frames; better query the pointer
5367         each time
5369 2004-07-06  Scott Smedley  <scottie7@tpg.com.au>
5371         * fvwm/fvwm.1.in:
5372         * fvwm/conditional.c:
5373         Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5375 2004-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5377         * fvwm/move_resize.c (GetResizeArguments):
5378         (GetResizeMoveArguments):
5379         (__resize_window):
5380         (__resize_step):
5381         (__resize_get_refpos):
5382         (__resize_get_dir_proximity):
5383         (__resize_get_dir_from_window):
5384         implemented fluxbox-like Alt-Button3 resizing
5386         * fvwm/virtual.c (HandlePaging):
5387         * fvwm/events.c (__merge_cr_moveresize):
5388         (__test_for_motion):
5389         (flush_property_notify):
5390         do not use XPutBackEvent as it shuffles events on the queue
5391         (test_button_event):
5392         (test_typed_window_event):
5393         new functions
5395         * libs/FEvent.c (fev_get_evpos_or_query):
5396         take pointer position from EnterNotify and LeaveNotify events
5398         * fvwm/move_resize.c (__move_loop):
5399         fixed multiple paging with certain SnapGrid / Move interactions
5400         (__resize_window):
5401         (__move_loop):
5402         * fvwm/virtual.c (HandlePaging):
5403         Workaround for buggy XFree not delivering some Pointer events
5404         simplified code
5406         * fvwm/virtual.c (MoveViewport):
5407         don't eat MotionNotify events
5409         * libs/FEvent.c (fev_get_last_event):
5410         new function
5411         (FWindowEvent):
5412         (FPutBackEvent):
5413         (FPeekIfEvent):
5414         (FPeekEvent):
5415         (FNextEvent):
5416         (FMaskEvent):
5417         (FIfEvent):
5418         (FCheckWindowEvent):
5419         (FCheckTypedWindowEvent):
5420         (FCheckTypedEvent):
5421         (FCheckMaskEvent):
5422         (FCheckIfEvent):
5423         keep a copy of the previous event in case FPutBackEvent is called
5425 2004-06-30  Scott Smedley  <scottie7@tpg.com.au>
5427         * fvwm/fvwm.1.in:
5428         Indicate optional window argument in section headings for
5429         Key, Mouse, PointerKey & Stroke commands.
5430         Remove strange "-Key" option listed for PointerKey.
5432 2004-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5434         * libs/Fft.c (FftDrawString):
5435         * fvwm/session.c (get_version_string):
5436         * fvwm/module_interface.c (FlushMessageQueue):
5437         * fvwm/fvwm.c (SaveDesktopState):
5438         * fvwm/colorset.h:
5439         * fvwm/colorset.c (cleanup_colorsets):
5440         * libs/PictureUtils.c (struct):
5441         fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5443 2004-06-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5445         * fvwm/events.c (__cr_detect_icccm_move):
5446         windows with ewmh hints are assumed to use icccm2 compliant movement
5448         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5449         (ewmh_WMStateMaxHoriz):
5450         fixed restart/maximized problem
5452         * libs/fvwmsignal.c (fvwmReapChildren):
5453         * fvwm/fvwm.c (ReapChildren):
5454         moved function to lib
5456 2004-06-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5458         * fvwm/modconf.c (send_desktop_geometry):
5459         (send_color_limit):
5460         (send_click_time):
5461         (send_move_threshold):
5462         (send_ignore_modifiers):
5463         increased static buffer size
5465 2004-06-13  Marcus Lundblad  <ml@update.uu.se>
5467         * libs/CombineChars.c (convert_to_ucs2):
5468         Replace illegal UTF-8 character sequences in input
5470 2004-06-11  Scott Smedley  <scottie7@tpg.com.au>
5472         * libs/Bindings.c:
5473         bugfix: wrong stroke action being invoked.
5475 2004-06-10  Scott Smedley  <scottie7@tpg.com.au>
5477         * fvwm/builtins.c:
5478         * fvwm/events.c:
5479         * libs/Bindings.c:
5480         Active _last_ matching binding. (ie. same behaviour as before
5481         win-specific bindings patch.)
5482         bugfix: segfault when looking up stroke bindings in root context.
5484 2004-06-07  Scott Smedley  <scottie7@tpg.com.au>
5486         * fvwm/bindings.c:
5487         * fvwm/builtins.c:
5488         * fvwm/events.c:
5489         * fvwm/fvwm.1.in:
5490         * fvwm/module_interface.c:
5491         * libs/Bindings.c:
5492         * libs/Bindings.h:
5493         * modules/FvwmScript/FvwmScript.c:
5494         * modules/FvwmScript/Instructions.c:
5495         Implemented window-specific key/mouse bindings.
5497         * modules/FvwmIconBox/FvwmIconBox.h:
5498         * libs/fvwmlib.h:
5499         * libs/wild.c:
5500         * libs/wild.h:
5501         Make args to matchWildcards() const.
5503 2004-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5505         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5506         use EWMH_fullscreen
5507         * fvwm/ewmh.c (EWMH_fullscreen):
5508         new function
5510         * fvwm/add_window.c (AddWindow):
5511         implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5513         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5514         (ewmh_WMStateMaxVert):
5515         (ewmh_WMStateShaded):
5516         (ewmh_WMStateSticky):
5517         (ewmh_WMStateStaysOnBottom):
5518         fixed core dumps
5519         (ewmh_WMState):
5520         don't try to maximize window when looking up the style
5521         (ewmh_WMDesktop):
5522         (ewmh_WMStateFullScreen):
5523         (ewmh_WMStateHidden):
5524         (ewmh_WMStateMaxVert):
5525         (ewmh_WMStateModal):
5526         (ewmh_WMStateShaded):
5527         (ewmh_WMStateSkipPager):
5528         (ewmh_WMStateSticky):
5529         (ewmh_WMStateStaysOnBottom):
5530         fixed ignoring ewmh hints
5532         * fvwm/expand.c (expand_vars_extended):
5533         include full path in iconfile and miniiconfile variables
5535 2004-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5537         * fvwm/functions.c (execute_complex_function):
5538         (CheckActionType):
5539         fixed double click patch
5541 2004-06-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5543         * fvwm/ewmh.c (EWMH_SetWMDesktop):
5544         use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5546 2004-05-31  Dan Espen  <dane@mk.telcordia.com>
5548         * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5549         into fvwm man page.
5551 2004-05-29  Norbert Buchmuller  <norbi@nix.hu>
5553         * libs/FImage.c (FShmSafeCreateImage):
5554         Yet another fix to SHM remote client problem
5556 2004-05-26  Francis Litterio  <franl@world.std.com>
5558         * fvwm/fvwm.1.in
5559         * fvmw/fvwm.h
5560         * fvwm/placement.c (__place_get_wm_pos)
5561         * fvwm/style.c (style_parse_one_style_option)
5562         Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5564 2004-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5566         * fvwm/events.c (HandleEnterNotify):
5567         fixed endless loop of edge commands when doing something that grabs
5568         the pointer
5570         * fvwm/functions.c (CheckActionType):
5571         (execute_complex_function):
5572         double clicks no longer work when pressing different buttons
5574 2004-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5576         * fvwm/placement.c (__place_get_wm_pos):
5577         fixed placement in top left corner when pressing escape during manual
5578         placement
5580 2004-05-23  Mikhael Goikhman  <migo@homemail.com>
5582         * configure.in:
5583         * AUTHORS:
5584         added Chinese translations
5586 2004-05-18  Olivier Chapuis  <olivier.chapuis@free.fr>
5588         * fvwm/ewmh.c (EWMH_SetFrameStrut):
5589         Fixed a miss-print
5591 2004-05-09  Mikhael Goikhman  <migo@homemail.com>
5593         * fvwm/conditional.c:
5594         * fvwm/fvwm.1.in:
5595         clean up Test code and documentation, add new False condition,
5596         unrecognized conditions produce Error return code now
5598 2004-05-06  Dan Espen  <dane@mk.telcordia.com>
5600         * fvwm/style.c: Remove extra char.
5602 2004-05-01  Olivier Chapuis  <olivier.chapuis@free.fr>
5604         * fvwm/ewmh.c (ewmh_atom_client_win):
5605         * fvwm/ewmh_intern.h:
5606         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5607         (ewmh_MoveResizeWindow):
5608         Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5610         * fvwm/events.c (__handle_cr_on_client):
5611         (__handle_configure_request):
5612         (events_handle_configure_request):
5613         Some renaming for consistency, force restacking if the event come from
5614         an ewmh restack
5616         * fvwm/ewmh_events.c (ewmh_MoveResize):
5617         Fixed _NET_WM_MOVERESIZE
5619         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5620         Removed debug code
5622         * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5623         (EWMH_SetFrameStrut):
5624         Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5626 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5628         * libs/FImage.c (FShmSafeCreateImage):
5629         Finished to fix SHM remote client problem
5631 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
5633         * libs/FImage.c (FShmSafeCreateImage):
5634         Fixed when we are a remote client
5636 2004-04-21  Mikhael Goikhman  <migo@homemail.com>
5638         * INSTALL.fvwm:
5639         * NEWS:
5640         * acconfig.h:
5641         * fvwm/fvwm.1.in:
5642         * fvwm/fvwm.c:
5643         * fvwm/gnome.h:
5644         * fvwm/session.c:
5645         * libs/envvar.c:
5646         * libs/envvar.h:
5647         new default ~/.fvwm/config file is now recommended instead of
5648         still supported ~/.fvwm/.fvwm2rc
5650 2004-04-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5652         * fvwm/menus.c (NewMenuRoot):
5653         do not strip whitespace from menu names when creating a new menu
5655 2004-04-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5657         * fvwm/menuitem.c (menuitem_get_size):
5658         * fvwm/menuitem.h:
5659         renamed remaining "mips" to mipst
5661 2004-04-09  Olivier Chapuis  <olivier.chapuis@free.fr>
5663         * fvwm/events.c (HandleMapRequestKeepRaised):
5664         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5665         Fixed EWMH DesktopGeometry and Stacking list
5667 2004-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5669         * fvwm/virtual.c (GetDeskNumber):
5670         (CMD_MoveToDesk):
5671         (CMD_GotoDesk):
5672         fixed MoveToDesk with one argument
5674 2004-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5676         * fvwm/style.c (style_parse_one_style_option):
5677         * fvwm/style.h:
5678         * fvwm/conditional.c (MatchesConditionMask):
5679         * fvwm/fvwm.h:
5680         * fvwm/window_flags.h:
5681         new style "State"
5683 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5685         * fvwm/fvwm.1.in:
5686         corrected a typo
5688 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5690         * fvwm/move_resize.c (unmaximize_fvwm_window):
5691         fixed redrawing of maximize button when unmaximizing but when the size
5692         and position does not change
5694 2004-03-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5696         * fvwm/expand.c (expand_vars_extended):
5697         new extended variable $[w.layer]
5699         * fvwm/move_resize.c (MaximizeHeight):
5700         (MaximizeWidth):
5701         (CMD_Maximize):
5702         applied modified layer patch for maximize by Rafal Bisingier
5704 2004-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5706         * fvwm/add_window.c (setup_frame_attributes):
5707         Hopefully fixed BackingStore code and removed now useless backing store
5708         for decorations
5710         * fvwm/expand.c (expand_vars_extended):
5711         new extended variable $[w.desk]
5713 2004-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5715         * NEWS:
5716         * configure.in:
5717         increased version to 2.5.11
5718         released 2.5.10
5720         * NEWS:
5721         * configure.in:
5722         updated for 2.5.10 release
5724         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5725         improved rotation code
5727         * libs/gravity.c (gravity_add_rotations):
5728         new function
5730 2004-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5732         * fvwm/placement.c (__explain_placement):
5733         new function
5735         * libs/FScreen.c (FScreenIsRectangleOnScreen):
5736         new function
5738         * fvwm/builtins.c (CMD_BugOpts):
5739         * fvwm/screen.h (ScreenInfo):
5740         new BugOpts option ExplainWindowPlacement
5741         renamed some members of Screen
5743 2004-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5745         * fvwm/placement.c (__place_get_wm_pos):
5746         (__place_get_nowm_pos):
5747         (__place_get_placement_flags):
5748         (__place_window):
5749         (__place_handle_x_resources):
5750         (setup_window_placement):
5751         split into multiple functions
5752         cleaned up a little
5754 2004-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5756         * fvwm/add_window.c (setup_window_placement):
5757         * fvwm/placement.c (setup_window_placement):
5758         moved function to placement.c
5759         fixed using PLACE_AGAIN placement mode
5760         (PlaceWindow):
5761         (__place_window):
5762         renamed function
5764 2004-03-15  Chris Ross  <cross+fvwm@distal.com>
5766         * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5767         allow a negative line_width to invert the relief
5769 2004-03-06  Marcus Lundblad  <ml@update.uu.se>
5771         * libs/Flocale.c (FlocaleDrawString)
5772         (FlocaleDrawUnderline)
5773         (FlocaleTextWidth):
5774         reduced redundant calls to iconv
5776 2004-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5778         * fvwm/move_resize.c (CMD_XorValue):
5779         fixed a very small outline drawing problem caused by using 0 line width
5780         instead of 1
5782         * NEWS:
5783         * configure.in:
5784         increased version to 2.5.10
5786         * configure.in:
5787         * NEWS:
5788         updated for 2.5.9 release
5790         * fvwm/functions.c (execute_function_override_window):
5791         * fvwm/module_interface.c (ExecuteModuleCommand):
5792         * fvwm/conditional.c (circulate_cmd):
5793         sometimes, DeferExecution was called although a window was already
5794         selected, for example with the "Current" commend; fixed
5796 2004-02-28  Olivier Chapuis  <olivier.chapuis@free.fr>
5798         * libs/FImage.c (FShmSafeCreateImage):
5799         Fixed some safety tests
5801 2004-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5803         * fvwm/events.c (__handle_cr_on_client):
5804         fixed a bug in the Jave configure request workaround
5806 2004-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5808         * fvwm/events.c (__cr_detect_icccm_move):
5809         improved motion method detection for fullscreen requests
5811 2004-02-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5813         * fvwm/add_window.c (AddWindow):
5814         * fvwm/screen.h (ScreenInfo):
5815         * fvwm/builtins.c (CMD_BugOpts):
5816         new BugOpts option DisplayNewWindowNames intended for debugging
5818 2004-02-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5820         * libs/Bindings.c (FvwmStringToKeysym):
5821         small performance enhancement
5823         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
5824         (__move_loop):
5825         fixed the FlickeringMoveWorkaround option which did nothing before
5827 2004-02-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5829         * fvwm/style.c (style_parse_one_style_option):
5830         * fvwm/fvwm.h:
5831         * fvwm/style.h (SIS_UNMANAGED):
5832         * fvwm/add_window.c (AddWindow):
5833         New style Unmanaged
5835         * fvwm/expand.c (expand_vars_extended):
5836         new variables $[w.iconfile] and $[w.miniiconfile]
5838         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5839         made left side of a relief one pixel longer at the bottom
5841 2004-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5843         * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
5844         * fvwm/style.c (style_set_old_focus_policy):
5845         fixed default window list order with ClickToFocus
5847 2004-02-04  Marcus Lundblad  <ml@update.uu.se>
5849         * fvwm/libs/Flocale.h:
5850         * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
5851         (FlocaleStringByteToCharOffset)
5852         (FlocaleStringCharToByteOffset)
5853         (FlocaleStringCharLength):
5854         Made utility functions available outside of Flocale
5856 2004-01-31  Olivier Chapuis  <olivier.chapuis@free.fr>
5858         * fvwm/events.c (__test_for_motion):
5859         Fixed a lockup, see the long comment in the code
5861 2004-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5863         * fvwm/schedule.c (execute_obj_func):
5864         fixed using uninitialised return code
5866 2004-01-25  Olivier Chapuis  <olivier.chapuis@free.fr>
5868         * fvwm/builtins.c (do_title_style):
5869         Fixed MinHeight, it must reset the Height
5871 2004-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5873         * fvwm/menus.c (menuShortcuts):
5874         applied menu navigation patch by Anton Kazennikov
5876 2003-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5878         * libs/gravity.c (gravity_dir_to_string):
5879         (gravity_parse_dir_argument):
5880         use a constant for the dir table
5882 2003-12-16  Marcus Lundblad  <ml@update.uu.se>
5884         * fvwm/Flocale.c (FlocaleEncodeString)
5885         (FlocaleDrawUnderline):
5886         Fixed crash when there's no Iconv support
5888 2003-12-16  olicha  <olivier.chapuis@free.fr>
5890         * fvwm/functions.h:
5891         Used the FUNC_FLAGS_TYPE in find_func_t declaration
5893         * sample.fvwmrc/system.fvwm2rc-sample-95:
5894         Added some Xft fonts
5896 2003-12-12  olicha  <olivier.chapuis@free.fr>
5898         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5899         Fixed ewmh FullScreen when an application start fullscreen and
5900         desactivate this state
5902 2003-12-04  olicha  <olivier.chapuis@free.fr>
5904         * fvwm/placement.c (test_fit):
5905         * fvwm/ewmh.h:
5906         * fvwm/ewmh.c (ewmh_GetStrutIntersection):
5907         (EWMH_GetBaseStrutIntersection):
5908         (EWMH_GetStrutIntersection):
5909         Fixed placement vs the base struts
5911 2003-11-29  Mikhael Goikhman  <migo@homemail.com>
5913         * sample.fvwmrc/system.fvwm2rc-sample-95:
5914         improved Debian specific menu
5916 2003-11-15  Mikhael Goikhman  <migo@homemail.com>
5918         * sample.fvwmrc/system.fvwm2rc-sample-95:
5919         several updates; added Debian menu if found
5921 2003-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5923         * configure.in:
5924         new configure option --en/disable-iconv
5926 2003-11-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5928         * fvwm/menus.c (__mloop_handle_event):
5929         * fvwm/menustyle.c (menustyle_parse_style):
5930         (menustyle_copy):
5931         new MenuStyle options PopupIgnore and PopupClose
5933 2003-11-02  Dan Espen  <dane@mk.telcordia.com>
5935         * fvwm/menus.c (menu_binding): Remove debug code.
5936         * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
5937         * fvwm/menus.h: Add menu_binding function.
5938         * fvwm/fvwm.1.in: Document the menu context in the mouse command for
5939         tear off menus.
5940         * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
5941         button 2 tearoff.
5942         * libs/wcontext.h (enum): Add MENU context.
5943         * libs/wcontext.c (win_contexts): More common binding contexts first in
5944         table.
5945         * libs/charmap.c (charmap_string_to_mask): Space before char in error
5946         message.
5948 2003-11-01  Mikhael Goikhman  <migo@homemail.com>
5950         * NEWS:
5951         * configure.in:
5952         increase version to 2.5.9
5954 2003-10-31  Mikhael Goikhman  <migo@homemail.com>
5956         * Makefile.am:
5957         fixed deb creation
5959         * configure.in:
5960         * NEWS:
5961         updated for 2.5.8 release
5963 2003-10-29  Mikhael Goikhman  <migo@homemail.com>
5965         * Makefile.am:
5966         * configure.in:
5967         initially added files for deb package auto-creating procedure
5969 2003-10-26  Mikhael Goikhman  <migo@homemail.com>
5971         * AUTHORS:
5972         * configure.in:
5973         added Swedish translations by Johan Svedberg
5975         * NEWS:
5976         updated
5978 2003-10-25  Mikhael Goikhman  <migo@homemail.com>
5980         * fvwm/add_window.c (GetWindowSizeHints):
5981         reindented broken hint messages
5983 2003-10-23  Mikhael Goikhman  <migo@homemail.com>
5985         * configure.in:
5986         improved Perl detection messages,
5987         restored FvwmGtkDebug independence from gtk libs
5989 2003-10-15  Mikhael Goikhman  <migo@homemail.com>
5991         * configure.in:
5992         * AUTHORS:
5993         added German translations by Andrei Mitrofanow
5995         * fvwm/fvwm.1.in:
5996         typos
5998 2003-10-11  Mikhael Goikhman  <migo@homemail.com>
6000         * NEWS:
6001         added 2.4.17 NEWS
6003 2003-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6005         * fvwm/fvwm.1.in:
6006         * fvwm/conditional.c (CreateConditionMask):
6007         (MatchesConditionMask):
6008         (CreateConditionMask):
6009         * fvwm/fvwm.h (WindowConditionMask):
6010         !CurrentPage, !CurrentDesk, !Layer ... now work as they should
6012 2003-09-23  olicha  <olivier.chapuis@free.fr>
6014         * libs/FImage.c (FShmInit):
6015         Removed debug code
6017 2003-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6019         * fvwm/focus.c (warp_to_fvwm_window):
6020         don't unnecessarily call MoveViewport
6022 2003-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6024         * fvwm/decorations.c (__is_resize_allowed):
6025         fixed a condition
6027 2003-09-06  malu  <ml@update.uu.se>
6029         * libs/FBidi.c (FBidiConvert):
6030         * libs/CombineChars.c (CombineChars):
6031         Fixed drawing combining characters on correct positions in
6032         right-to-left context
6034 2003-09-05  malu  <ml@update.uu.se>
6036         * libs/Flocale.c (FlocaleDrawString):
6037         (FlocaleTextWidth):
6038         Fixed drawing of combining characters with font shadow
6039         (character offsets were miscalculated, since FlocaleTextWidth
6040         adds shadow width)
6042 2003-09-05  malu  <ml@update.uu.se>
6044         * libs/Flocale.c (FlocaleDrawUnderline):
6045         Fixed bug with text width when a string contains only
6046         "orphaned" combining characters (compensation for font shadowd
6047         was counted twice)
6049 2003-09-04  olicha  <olivier.chapuis@free.fr>
6051         * todo-2.6:
6052         Added E.18, added comments on C.9 and C.15
6054 2003-09-03  olicha  <olivier.chapuis@free.fr>
6056         * libs/Flocale.c (FlocaleTextWidth):
6057         Fixed a comb_char core dump
6059         * libs/Makefile.am:
6060         Fixed compilation if either iconv, libpng or Xrender headers are
6061         not at a standard place
6063 2003-09-03  Mikhael Goikhman  <migo@homemail.com>
6065         * acinclude.m4:
6066         fixed error message for incorrect --with-SOMETHING-library argument
6068 2003-09-03  olicha  <olivier.chapuis@free.fr>
6070         * todo-2.6:
6071         Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
6073 2003-09-02  olicha  <olivier.chapuis@free.fr>
6075         * todo-2.6:
6076         C.12 is fixed
6078 2003-09-01  olicha  <olivier.chapuis@free.fr>
6080         * libs/gravity.c (gravity_dir_to_string):
6081         A new interface function to transform a direction_t to a string
6083 2003-08-31  S. Anderson  <sa@xmission.com>
6085         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6086         Fixed missing font charsets
6088 2003-08-28  olicha  <olivier.chapuis@free.fr>
6090         * fvwm/move_resize.c (__move_loop):
6091         (AnimatedMoveAnyWindow):
6092         Updated bg of transparent tear off menu when moved
6094         * fvwm/events.c (HandlePropertyNotify):
6095         Updated ParentRelative tear off menu on bg change
6097         * fvwm/menus.c (UpdateMenuColorset):
6098         Updated colorsets of tear off menu when they change, this handle the
6099         case of root background change for RootTransparent
6101         * fvwm/menus.h:
6102         * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
6103         An utility function for redrawing transparent tear off menu. Maybe
6104         we can merge
6106         * fvwm/add_window.c (validate_transientfor):
6107         Fixed transient for an ewmh desktop
6109 2003-08-27  olicha  <olivier.chapuis@free.fr>
6111         * libs/FRender.c (FRenderRender):
6112         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6113         Removed and fixed some unused code
6115 2003-08-25  olicha  <olivier.chapuis@free.fr>
6117         * fvwm/misc.c (GrabEm):
6118         Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6120         * fvwm/modconf.c (send_color_limit):
6121         ifndefed color limit config info message which is not used anymore
6123         * fvwm/colorset.c (parse_colorset):
6124         Added a note on average bg
6126 2003-08-23  olicha  <olivier.chapuis@free.fr>
6128         * fvwm/style.c (print_styles):
6129         More info on memory used
6131         * fvwm/style.c (__simplify_style_list):
6132         Fixed upward simplication
6134 2003-08-14  olicha  <olivier.chapuis@free.fr>
6136         * fvwm/ewmh.c (ewmh_HandleMenu):
6137         Fixed the MENU window type, they are tear off menus
6139         * fvwm/fvwm.h:
6140         * fvwm/update.c (apply_window_updates):
6141         * fvwm/stack.c (new_layer):
6142         * fvwm/ewmh.c (EWMH_GetStyle):
6143         Fixed EWMHUseStackingHints update
6145         * fvwm/window_flags.h:
6146         * fvwm/fvwm.h:
6147         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6148         (ewmh_WMStateMaxHoriz):
6149         (ewmh_WMStateMaxVert):
6150         * fvwm/move_resize.c (unmaximize_fvwm_window):
6151         Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6152         uniconify and unshade when putting a window fullscreen
6154         * fvwm/ewmh_intern.h:
6155         * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6156         Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6158         * fvwm/move_resize.c (unmaximize_fvwm_window):
6159         (CMD_Resize):
6160         (CMD_ResizeMove):
6161         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6162         * fvwm/decorations.c (SelectDecor):
6163         * fvwm/windowshade.c (CMD_WindowShade):
6164         Removed the decor for EWMH fullscreen windows, forbid shading and
6165         allows Resize and MoveResize without unsetting the fullscreen/maximized
6166         state
6168         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6169         (CMD_ResizeMaximize):
6170         Fixed ewmh state which was not set after these cmds
6172 2003-08-09  olicha  <olivier.chapuis@free.fr>
6174         * todo-2.6:
6175         Updated
6177 2003-08-08  olicha  <olivier.chapuis@free.fr>
6179         * fvwm/borders.c (border_draw_vector_to_pixmap):
6180         Fixed inversion of fg and bg in vector buttons
6182         * fvwm/style.c (__simplify_style_list):
6183         Fixed a memory leak
6185         * libs/System.c (fvwm_mkstemp):
6186         Removed debug code
6188 2003-08-07  olicha  <olivier.chapuis@free.fr>
6190         * configure.in:
6191         * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6192         * acconfig.h:
6193         * libs/System.c (fvwm_mkstemp):
6194         * libs/fvwmlib.h:
6195         Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6196         exists and work correctly, if not a replacement function is used
6197         (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6198         implementation).
6200         * libs/fsm.c (unique_filename):
6201         (SetAuthentication):
6202         * fvwm/session.c (getUniqueStateFilename):
6203         Replaced tempnam by fvwm_mkstemp
6205 2003-08-07  olicha  <olivier.chapuis@free.fr>
6207         * libs/Makefile.am:
6208         * libs/FSMlib.h (new file):
6209         * fvwm/session.c (*):
6210         * fvwm/session.h:
6211         fvwmize SMlib and ICElib
6213         * fvwm/session.c (matchWin):
6214         Fixed window matching for windows with no SM_CLIENT_ID and a
6215         window_role
6217         * libs/fsm.c (new file):
6218         * libs/fsm.h (new file):
6219         * fvwm/ConfigFvwmDefaults
6220         A set of functions for implementing a dummy session manager
6222         * fvwm/fvwm.1.in:
6223         GNOME 1 hints and EWHM support is not a configure time option
6224         (anymore).
6226 2003-08-06  Robert Wittek  <r.wittek@gmx.net>
6228         * fvwm/add_window.c (AddWindow):
6229         fixed stickyness across desks over a restart
6231 2003-08-06  olicha  <olivier.chapuis@free.fr>
6233         * fvwm/ewmh.c (EWMH_WindowInit):
6234         (EWMH_SetFrameStrut):
6235         Fixed position of kde tray windows in kicker
6237 2003-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6239         * fvwm/module_interface.c (FlushMessageQueue):
6240         retry writing pipe if write returns EINTR
6242 2003-07-28  olicha  <olivier.chapuis@free.fr>
6244         * fvwm/events.c (events_handle_configure_request):
6245         (HandleConfigureRequest):
6246         (__handle_configure_request):
6247         (__handle_cr_on_client):
6248         * fvwm/ewmh.c (ewmh_atom_client_win):
6249         * fvwm/ewmh_intern.h:
6250         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6251         (EWMH_ProcessClientMessage):
6252         Implemented _NET_MOVERESIZE_WINDOW
6254         * fvwm/fvwm.c (main):
6255         A -Wall fix
6257 2003-07-25  olicha  <olivier.chapuis@free.fr>
6259         * fvwm/ewmh.c (ewmh_HandleWindowType):
6260         Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6261         that one type and we do not support the first one.
6263         * fvwm/expand.c (expand_vars_extended):
6264         Fixed conflict between extended variables name (desk.name and
6265         desk.n)
6267         * fvwm/session.c (callback_save_yourself):
6268         Respect the SmSaveGlobal save type. This should fix some session
6269         locking in the sm protocol
6271         * fvwm/session.c (setSmProperties):
6272         (SessionInit):
6273         Set some sm properties when fvwm start for fixing a problem with
6274         the restart style hint after a restart.
6276         * fvwm/fvwm.c (get_display_name):
6277         (usage):
6278         (main):
6279         * fvwm/session.c (setSmProperties):
6280         * fvwm/fvwm.1.in
6281         Added a possible positive or null arg to --single-screen which
6282         forces fvwm to start on the "current" display and the given
6283         screen. Use this to fix fvwm starting under a session manager:
6284         specify only the screen and not the display.screen for the
6285         restart sm command.
6287         * fvwm/fvwm.c (main):
6288         Fixed possible memory corruption if a display has more than
6289         10 screens.
6291         * fvwm/session.c (*):
6292         Better debuging msg
6294 2003-07-24  Mikhael Goikhman  <migo@homemail.com>
6296         * acinclude.m4:
6297         fixed xft/fontconfig detection with pkg-config
6299         * fvwm/fvwm.1.in:
6300         corrections in some long option names
6302 2003-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6304         * fvwm/add_window.c (setup_style_and_decor):
6305         * fvwm/geometry.c (set_window_border_size):
6306         * fvwm/fvwm.h (FvwmWindow):
6307         * fvwm/events.c (HandleShapeNotify):
6308         * fvwm/frame.c (frame_free_move_resize_args):
6309         (frame_setup_shape):
6310         (frame_reshape_border):
6311         fixed resizing of window borders if a window shape was added or deleted
6312         after the initial window setup
6314         * fvwm/update.c (apply_window_updates):
6315         removed unused code
6317         * fvwm/events.c (__cr_detect_icccm_move):
6318         disable motion method detection for shaped windows
6320 2003-07-21  olicha  <olivier.chapuis@free.fr>
6322         * fvwm/add_window.c (setup_window_structure):
6323         * fvwm/session.c (MatchWinToSM):
6324         Preserve is_name_changed window_flags within restart, session loading
6325         and recapture
6327 2003-07-20  olicha  <olivier.chapuis@free.fr>
6329         * fvwm/ewmh.c (EWMH_Init):
6330         fixed _NET_WM_NAME for our ewmh WM_CHECK window
6332         * fvwm/fvwm.c (InternUsefulAtoms):
6333         * fvwm/externs.h:
6334         * fvwm/session.c (GetWindowRole):
6335         Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6337         * fvwm/session.c (GetClientID):
6338         Better determination of the CLIENT_LEADER
6340         * fvwm/session.c (setSmProperties):
6341         Set the CloneCommand for gnome-session editor (the sm spec says this
6342         properties is required). Removed the commented XSM ifdef.
6344         * fvwm/session.c (matchWin):
6345         (SaveWindowStates):
6346         Consider client only if it has a client id or a wm command.
6347         Removed the "two entries" session previous commit
6349 2003-07-16  olicha  <olivier.chapuis@free.fr>
6351         * fvwm/session.c (MatchWinToSM):
6352         Fixed restoring session state, if two window session entries have the
6353         same identifier ignore these entries
6355 2003-07-16  olicha  <olivier.chapuis@free.fr>
6357         * NEWS:
6358         * fvwm/style.h (SID_GET_NAME):
6359         (SID_SET_NAME):
6360         (SID_GET_WINDOW_ID):
6361         (SID_SET_WINDOW_ID):
6362         (SID_SET_HAS_NAME):
6363         (SID_GET_HAS_NAME):
6364         (SID_SET_HAS_WINDOW_ID):
6365         (SID_GET_HAS_WINDOW_ID):
6366         (SGET_ID):
6367         (SGET_WINDOW_ID):
6368         (SSET_WINDOW_ID):
6369         (SSET_ID_HAS_NAME):
6370         (SGET_ID_HAS_NAME):
6371         (SSET_ID_HAS_WINDOW_ID):
6372         (SGET_ID_HAS_WINDOW_ID):
6373         * fvwm/style.c (style_ids_are_equals):
6374         (style_id_equals_id):
6375         (styles_have_same_id):
6376         (fw_match_style_id):
6377         (one_fw_can_match_both_ids):
6378         (remove_all_of_style_from_list):
6379         (__simplify_style_list):
6380         (style_parse_one_style_option):
6381         (__style_command):
6382         (style_destroy_style):
6383         (print_styles):
6384         (CMD_Style):
6385         (CMD_WindowStyle):
6386         (CMD_FocusStyle):
6387         (CMD_DestroyStyle):
6388         (CMD_DestroyWindowStyle):
6389         * fvwm/fvwm.h (style_id_t):
6390         (window_style):
6391         * fvwm/functable.c (func_table):
6392         * fvwm/add_window.c (destroy_window):
6393         * fvwm/commands.h:
6394         * fvwm/fvwm.1:
6395         New WindowStyle and DestroyWindowStyle command for setting styles
6396         per window
6398 2003-07-14  Marcus Lundblad  <ml@update.uu.se>
6400         * libs/Flocale.c (FlocaleDrawString):
6401         * libs/FBidi.c (FBidiConvert):
6402         fixed drawing of combining characters in the case where a string
6403         consists of only combining characters
6405 2003-07-13  Marcus Lundblad  <ml@update.uu.se>
6407         * libs/CombineChars.c (CombineChars):
6408         bugfix: array mapping visual to logical position was allocated
6409         to small (factor 2) in decoposing code
6411 2003-07-11  Marcus Lundblad  <ml@update.uu.se>
6413         * libs/Flocale.c (FlocaleEncodeWinString):
6414         fixed a memory leak
6416         * libs/Flocale.c (FlocaleDrawString):
6417         (FlocaleRotatedDrawString):
6418         removed some code duplication
6420 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6422         * libs/CombineChars.c (combclass_table):
6423         (CombineChars):
6424         fixed supporting drawing marks superimposed that are in a combining
6425         class
6427 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6429         * libs/Flocale.c (FlocaleRotateDrawString):
6430         (FlocaleDrawString)
6431         fixed core dump when composing characters can't be converted to
6432         locale charset
6434 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6436         * AUTHORS:
6437         updated
6439 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6441         * todo-2.6 (todo):
6442         updated summary
6444 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6446         * NEWS:
6447         updated with reagrds to combing characters
6449 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6451         * todo-2.6
6452         closed B.8
6454 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
6456         * libs/Flocale.c (FlocaleEncodeString):
6457         (FlocaleEncodeWinString):
6458         (FlocaleRotateDrawString):
6459         (FlocaleDrawString):
6460         (FlocaleDrawUnderline):
6461         fixed rendering combining characters using Unicode font in a
6462         non-UTF-8 locale
6464 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6466         * fvwm/fvwm.1.in:
6467         renamed MoveWindowByProgramMethod to MoveByProgramMethod
6469 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6471         * libs/FBidi.h:
6472         fixed FBidi.h macro to work with no FriBIDI
6474 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
6476         * libs/CombineChars.h (CombineChars):
6477         * libs/CombineChars.c (CombineChars):
6478         * libs/FBidi.h (FBidiConvert):
6479         * libs/FBidi.c (FBidiConvert):
6480         * libs/Flocale.c (FlocaleEncodeString):
6481         (FlocaleEncodeWinString):
6482         (FlocaleDrawUnderline):
6483         (FlocaleTextWidth):
6484         fixed drawing of underlines on characters to work in with BIDI
6485         and combining characters
6487 2003-07-08  Mikhael Goikhman  <migo@homemail.com>
6489         * todo-2.6:
6490         closed D.1 with "no consensus" resolution
6492 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6494         * fvwm/fvwm.1.in:
6495         documented tear off menus
6497         * fvwm/placement.c (PlaceWindow):
6498         StartsOnPage + SkipMapping overrides PPosition
6500 2003-07-07  Mikhael Goikhman  <migo@homemail.com>
6502         * fvwm/functable.c:
6503         solved a problem with CMD_Dummy and exact command spelling
6505         * libs/CombineChars.c:
6506         * libs/CombineChars.h:
6507         * libs/FBidi.c:
6508         minor reformattings (use TABs not 8 spaces and a space after keywords
6509         like for, if or while)
6511 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6513         * fvwm/update.c (apply_window_updates):
6514         * fvwm/update.h:
6515         * fvwm/add_window.c (setup_style_and_decor):
6516         * fvwm/style.h:
6517         * fvwm/style.c (style_parse_one_style_option):
6518         (check_window_style_change):
6519         new style MoveWindowByProgramMethod
6521         * libs/PictureImageLoader.c (PImageLoadXpm):
6522         use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6524         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6525         implemented _NET_WM_STATE_FULLSCREEN handling
6527         * fvwm/move_resize.c (GetOnePositionArgument):
6528         fixed parsing of "+-x +-y" Move arguments
6529         (CMD_Maximize):
6530         use get_page_offset_check_visible
6532         * fvwm/geometry.c (get_page_offset_check_visible):
6533         new convenience function
6535         * fvwm/events.c (__handle_cr_on_client):
6536         fixed handling of gravities other than NW or Static
6537         (__cr_detect_icccm_move):
6538         fixed several bugs
6540 2003-07-06  Marcus Lundblad  <ml@update.uu.se>
6542         * libs/BidiJoin.c:
6543         * libs/BidiJoin.h:
6544         * libs/BidiJoin.c:
6545         * libs/BidiJoin.h:
6546         * libs/CombineChars.c:
6547         * libs/CombineChars.h:
6548         * libs/Flocale.c (FlocaleEncodeString):
6549         * libs/FBidi.c:
6550         * libs/FBidi.h:
6551         * libs/Makefile.am:
6552         Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6553         FCombineChars.h
6555 2003-07-06  olicha  <olivier.chapuis@free.fr>
6557         * libs/FRender.c (FRenderRender):
6558         Fixed compilation
6560 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6562         * fvwm/ewmh.c (ewmh_check_wm_pid):
6563         (EWMH_WindowInit):
6564         detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6565         compliant ConfigureNotify handling
6567 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6569         * libs/Flocale.c (FlocaleDrawUnderline):
6570         Commented out some non-working new code
6572 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
6574         * libs/Flocale.c (FlocaleDrawString):
6575         fixed drawing superimposed characters with a fontset
6577 2003-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6579         * fvwm/events.c (__cr_detect_icccm_move):
6580         (__handle_cr_on_client):
6581         (__cr_get_grav_position):
6582         (__cr_get_static_position):
6583         * fvwm/window_flags.h:
6584         * fvwm/fvwm.h:
6585         try to autodetect whether application uses the icccm way of moving
6586         windows of the traditional way always using static gravity
6588         * acconfig.h:
6589         moved SIGNAL_RETURN macro definition to acconfig.h
6591         * fvwm/module_interface.c (DeadPipe):
6592         * fvwm/fvwm.c (SigDone):
6593         (Restart):
6594         (ReapChildren):
6595         use SIGNAL_RETURN macro
6597         * fvwm/events.c (__handle_cr_on_client):
6598         (__merge_cr_moveresize):
6599         (__cr_detect_icccm_move):
6601         * fvwm/events.c (__handle_cr_on_unmanaged):
6602         (__handle_cr_on_icon):
6603         (__handle_cr_on_shaped):
6604         (__handle_cr_restack):
6605         (__handle_cr_on_client):
6606         (HandleConfigureRequest):
6607         split the ConfigureRequest code into multiple functions
6609         * fvwm/update.c (apply_window_updates):
6610         fixed drawing of window decorations when "Style * Neverfocus" is used
6612         * fvwm/events.c (HandleKeyPress):
6613         fixed a bug with key binding contexts
6615         * fvwm/functions.c (__execute_function):
6616         * fvwm/expand.c (expand_vars):
6617         (expand_vars_extended):
6618         new extended variable $[func.context]
6620         * libs/Bindings.h:
6621         * libs/Bindings.c:
6622         moved some code to the new files
6624         * libs/charmap.h:
6625         * libs/charmap.c:
6626         * libs/modifiers.h:
6627         * libs/modifiers.c:
6628         * libs/wcontext.c:
6629         * libs/wcontext.h:
6630         new files
6632         * libs/Bindings.c:
6633         fixed a problem with uninitialised global variable
6635 2003-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6637         * libs/Bindings.c (key_modifiers):
6638         moved to new file wcontext.c
6640         * libs/gravity.c (gravity_parse_dir_argument):
6641         added aliases for compass directions:
6642           - = N
6643           _ = S
6644           [ = W
6645           ] = E
6646           ^ = NE
6647           > = SE
6648           v = SW
6649           [ = nw
6650           . = center
6652 2003-07-02  Marcus Lundblad  <ml@update.uu.se>
6654         * libs/FBidi.h:
6655         * libs/Flocale.c (FlocaleDrawString):
6656         (FlocaleRotateDrawString):
6657         Fixes to work without Fribidi
6659 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6661         * todo-2.6:
6662         Updated
6664 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6666         * libs/FbidiJoin.c (get_shaped_combined_char):
6667         (shape_n_join):
6668         Removed unused (get_shaped_combined_char) and commented out code
6669         Combining ligatures done in FCombineChars
6671 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
6673         * libs/Flocale.c (FlocaleDrawString):
6674         (FlocaleRotateDrawString):
6675         (FlocaleTextWidth):
6676         * libs/FBidi.h:
6677         * libs/FBidi.c (FBidiConvert):
6678         * libs/FBidiJoin.c:
6679         * libs/FCombineChars.h:
6680         * libs/FCombineChars.c (FCombineChars):
6681         Added support for drawing superimposed combining characters
6683 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6685         * fvwm/commands.h:
6686         * fvwm/functable.c (func_table):
6687         * fvwm/functions.c (CMD_TearMenuOff):
6688         (CMD_Title):
6689         (CMD_Silent):
6690         (CMD_Function):
6691         (CMD_KeepRc):
6692         merged all dummy commands into one: CMD_Dummy
6694 2003-07-01  olicha  <olivier.chapuis@free.fr>
6696         * fvwm/menus.c (DestroyMenu):
6697         (do_menu):
6698         Cleanup
6700 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6702         * fvwm/menustyle.c (menustyle_copy):
6703         (copy_menu_style):
6704         renamed function
6706 2003-06-30  Marcus Lundblad  <ml@update.uu.se>
6708         * todo-2.6:
6709         Updated
6711 2003-06-30  olicha  <olivier.chapuis@free.fr>
6713         * fvwm/menus.c (do_menu):
6714         (DestroyMenu):
6715         (do_menu_close_tear_off_menu):
6716         (menu_close_tear_off_menu):
6717         Allowed to destroy tear off menu!
6719         * fvwm/menus.c (menu_tear_off):
6720         (menu_close_tear_off_menu):
6721         (do_menu_close_tear_off_menu):
6722         (clone_menu_root_static):
6723         (pop_menu_up):
6724         (menu_tear_off):
6725         (make_menu_window):
6726         (make_menu):
6727         (update_menu):
6728         Fixed client leaks (only create new client for menu if it is a tear off
6729         menu). Created a dedicated menu style for each tear off menu.
6731         * fvwm/menustyle.c (CMD_CopyMenuStyle):
6732         (copy_menu_style):
6733         * fvwm/menustyle.h:
6734         Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6736 2003-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6738         * fvwm/virtual.c (do_move_window_to_desk):
6739         (UnmapDesk):
6740         fixed "Visible" condition on non current desks
6742 2003-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6744         * **/*.c:
6745         * **/*.h:
6746         shortened some comments
6747         removed GPL from .h files
6748         added GPL to all .c files
6749         include config.h in all .c files
6750         added "/* -*-c-*- */" where missing
6751         some reformatting and reindenting
6753         * fvwm/module_interface.c:
6754         * fvwm/module_interface.h:
6755         * libs/Fft.c:
6756         * libs/Flocale.c:
6757         * libs/gravity.h:
6758         * libs/Flocale.h:
6759         * fvwm/screen.h:
6760         * fvwm/misc.c:
6761         * fvwm/misc.h:
6762         * fvwm/windowshade.c:
6763         * fvwm/virtual.c:
6764         * fvwm/conditional.c:
6765         * fvwm/geometry.h:
6766         * fvwm/geometry.c:
6767         * fvwm/borders.c:
6768         * fvwm/frame.h:
6769         * fvwm/frame.c:
6770         * fvwm/update.c:
6771         * fvwm/session.c:
6772         * fvwm/placement.c:
6773         * fvwm/menus.c:
6774         * fvwm/icons.c:
6775         * fvwm/events.c:
6776         * fvwm/add_window.c:
6777         * fvwm/session.h:
6778         * fvwm/placement.h:
6779         * fvwm/icons.h:
6780         * fvwm/eventhandler.h:
6781         * fvwm/fvwm.h:
6782         * fvwm/add_window.h:
6783         * fvwm/repeat.c:
6784         * fvwm/functions.c:
6785         * fvwm/functable.c:
6786         * fvwm/functable.h:
6787         * fvwm/functions.h:
6788         renamed types func_type, repeat_t, initial_window_options_t,
6789         frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6790         last_added_item_type, common_flags_type, multi_direction_type,
6791         msg_masks_type to ..._t
6793         * fvwm/functions.c (__execute_function):
6794         (execute_complex_function):
6795         * fvwm/condrc.c (condrc_init):
6796         new function in new file to encapsulate all cond_rc_t handling
6798         * fvwm/condrc.h:
6799         * fvwm/fvwm.h (cond_rc_t):
6800         (cond_rc_enum):
6801         moved typed to new file
6803         * fvwm/functable.h:
6804         * fvwm/commands.h:
6805         * fvwm/functable.c (func_table):
6806         * fvwm/functions.c (__run_complex_function_items):
6807         (__execute_function):
6809         * fvwm/conditional.c (CMD_Break):
6810         (__rc_matches_rcstring_consume):
6811         Break takes the number of function levels to break out of as an
6812         argument
6814         * fvwm/expand.c (expand_vars_extended):
6815         * fvwm/conditional.c (circulate_cmd):
6816         (select_cmd):
6817         (direction_cmd):
6818         (__rc_matches_rcstring_consume):
6819         (CMD_All):
6820         (CMD_WindowId):
6821         (CMD_TestRc):
6822         (CMD_Test):
6823         * fvwm/read.c:
6824         * fvwm/read.h:
6825         * fvwm/functions.h:
6826         * fvwm/functions.c:
6827         (__run_complex_function_items):
6828         (execute_complex_function):
6829         * fvwm/expand.h:
6830         * fvwm/expand.c:
6831         * fvwm/fvwm.h:
6832         * fvwm/conditional.c:
6833         renamed fvwm_cond_func_rc by cond_rc_t
6834         made a type a struct
6835         added a member to indicate the number of function levels to break out
6836         of
6838         * fvwm/functable.c (func_table):
6839         * fvwm/conditional.c (CMD_TestRc):
6840         replaced conditional commands:
6841                 Cond -> TestRc
6842                 CondCase -> KeepRc TestRc
6843                 On -> Test
6844         (__rc_matches_rcstring_consume):
6845         new function
6847         * fvwm/conditional.c (CMD_CondCase):
6848         fixed the CondCase command
6850 2003-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6852         * configure.in:
6853         new configure option --deisable-gtk to disable detection of gtk library
6855         * fvwm/fvwm.1.in:
6856         cleaned up documentation of conditional commands
6857         general man page cleanup
6859 2003-06-17  Dan Espen  <dane@mk.telcordia.com>
6861         * fvwm/builtins.c (ReadDecorFace): Off by one patch from
6862         Anil Madhavapeddy.
6864 2003-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6866         * fvwm/fvwm.1.in:
6867         cleaned up of CirculateHit... conditions
6869 2003-06-15  olicha  <olivier.chapuis@free.fr>
6871         * fvwm/style.c (__simplify_style_list):
6872         Fixed is_merged_allowed: rest it to True when cur change
6873         Added "upward" simplification
6875 2003-06-14  olicha  <olivier.chapuis@free.fr>
6877         * fvwm/style.c (__simplify_style_list):
6878         (blocksintersect):
6879         (blockand):
6880         Fixed blockand which always returned True. Added blocksintersect which
6881         returns the same value as blockand but faster.
6883 2003-06-13  olicha  <olivier.chapuis@free.fr>
6885         * configure.in:
6886         * acinclude.m4:
6887         Fixed fontconfig and xft2 for version without *-config binnary. Used
6888         pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
6889         fontconfig and xft2 if the version is < the required version
6890         (even if --disable-*test).
6892 2003-06-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6894         * libs/Graphics.c:
6895         define M_PI and M_PI_2 if they are not defined by math.h
6897 2003-06-10  Mikhael Goikhman  <migo@homemail.com>
6899         * libs/Colorset.c (LoadColorset):
6900         added a note to update Colorsets.pm too when the format is changed
6902 2003-06-09  Mikhael Goikhman  <migo@homemail.com>
6904         * WindowStyle_proposal.txt:
6905         s/WindowId/ThisWindow/ and other minor changes
6907 2003-06-06  olicha  <olivier.chapuis@free.fr>
6909         * libs/PictureImageLoader.c (PImageLoadPng):
6910         Fixed loading of png images if the caller want no alpha
6912 2003-06-04  olicha  <olivier.chapuis@free.fr>
6914         * libs/Flocale.c (FlocaleEncodeString):
6915         Fixed memroy leaks
6917 2003-06-03  Mikhael Goikhman  <migo@homemail.com>
6919         * libs/Makefile.am:
6920         only FCombineChars.c was distributed not FCombineChars.h
6922 2003-06-03  Marcus Lundblad  <ml@update.uu.se>
6924         * libs/FCombineChars.c (convert_to_utf8)
6925         fixed a bug when converting back to UTF-8 and a bug giving
6926         garbage at end of string in some cases
6928         * libs/Flocale.c (FlocaleEncodeString)
6929         fixed problem regarding combining-characters when BIDI is used
6931 2003-05-31  Marcus Lundblad  <ml@update.uu.se>
6933         * libs/Makefile.am:
6934         * libs/Flocale.c (FlocaleEncodeString):
6935         * libs/FCombineChars.c:
6936         * libs/FCombineChars.h:
6937         implemeted support for combining characters
6939 2003-05-31  Mikhael Goikhman  <migo@homemail.com>
6941         * configure.in:
6942         set the version 2.5.8
6944 2003-05-30  Mikhael Goikhman  <migo@homemail.com>
6946         * fvwm/builtins.c:
6947         * fvwm/fvwm2.1:
6948         SetEnv with only one parameter is ignored now
6950 2003-05-30  Dan Espen  <dane@mk.telcordia.com>
6952         * NEWS: Add 2.4.16 news.
6954 2003-05-29  Mikhael Goikhman  <migo@homemail.com>
6956         * fvwm/functions.c (expand_extended_var):
6957         (expand):
6958         fixed expanding variables that are empty, for example $[w.resource]
6959         or $[gt.a] or $[version.info] or $[EMPTY_STRING]
6961         * fvwm/fvwm.1.in:
6962         s/$w/$[w.id]/
6964 2003-05-29  olicha  <olivier.chapuis@free.fr>
6966         * fvwm/ewmh.c (ewmh_atom_wm_state):
6967         Do not claim that we support _NET_WM_STATE_FULLSCREEN
6969 2003-05-28  olicha  <olivier.chapuis@free.fr>
6971         * NEWS:
6972         A TaskBar news
6974 2003-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6976         * fvwm/focus.c (__update_windowlist):
6977         don't fiddle with the window list for windows that are going to be
6978         destroyed
6980         * fvwm/add_window.c (delete_client_context):
6981         (destroy_auxiliary_windows):
6982         (destroy_window):
6983         fixed empty frame windows when X reused the window id for a new window
6984         while the old one was scheduled to be destroyed
6986 2003-05-26  olicha  <olivier.chapuis@free.fr>
6988         * fvwm/icons.c (GetIconBitmap):
6989         (set_icon_pixmap_background):
6990         (CreateIconWindow):
6991         (DrawIconPixmapWindow):
6992         (DrawIconWindow):
6993         Fixed loading of application supplied pixmap on 8/24 depth screen
6995 2003-05-25  Dan Espen  <dane@mk.telcordia.com>
6997         * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
6998         Rox Filer.
7000         * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
7001         solaris.
7003 2003-05-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7005         * fvwm/misc.c (GrabEm):
7006         do not confine the pointer to the root window when grabbed; this can
7007         cause the pointer to be warped to another screen
7008         * fvwm/menus.c (get_menu_options):
7009         fixed placement of menus on Xinerama screens
7010         * libs/FScreen.c (FScreenGetResistanceRect):
7011         fixed function to do something useful
7012         * libs/Flocale.c (FlocaleDrawString):
7013         support font shadowing without colorsets
7014         * libs/ColorUtils.c:
7015         reformatted file
7016         * fvwm/menuitem.c (menuitem_paint):
7017         do not use colorsets in menus if they are not defined
7018         * fvwm/menustyle.c (menustyle_parse_style):
7019         fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
7020         issued again
7022 2003-05-23  olicha  <olivier.chapuis@free.fr>
7024         * fvwm/bindings.c (ParseBinding):
7025         (bind_get_bound_button_contexts):
7026         * libs/Bindings.c (GrabWindowButton):
7027         Fixed window button grabbing
7029 2003-05-22  olicha  <olivier.chapuis@free.fr>
7031         * fvwm/colorset.c (parse_colorset):
7032         Fixed an uninit mem
7034         * fvwm/borders.c (border_fill_pixmap_background):
7035         Fixed problem with depth 1 pixmap
7037         * fvwm/conditional.c (CMD_On):
7038         Fixed memory leaks
7040         * fvwm/conditional.c (CreateConditionMask):
7041         Fixed memory leaks for layer and state
7043 2003-05-22  Mikhael Goikhman  <migo@homemail.com>
7045         * configure.in:
7046         added perllib/FVWM/Tracker/Makefile
7048 2003-05-22  olicha  <olivier.chapuis@free.fr>
7050         * fvwm/fvwm.1.in:
7051         * fvwm/style.h:
7052         * fvwm/style.c (print_styles):
7053         * fvwm/builtins.c (CMD_PrintInfo):
7054         New style subject to PrintInfo
7056 2003-05-20  olicha  <olivier.chapuis@free.fr>
7058         * libs/Flocale.c (FlocaleGetFontOrFontSet):
7059         Allowed empty xft font name
7061         * libs/Makefile.am:
7062         * libs/flist.c (new file):
7063         * libs/flist.h (new file):
7064         Added a flist structure and some basic function for handling such
7065         stucture
7067         * libs/FGettext.c (*):
7068         Use the new flist struct and functions interface
7070         * fvwm/screen.h (ScreenInfo):
7071         * fvwm/update.c (destroy_scheduled_windows):
7072         * fvwm/add_window.c (destroy_window):
7073         Added a list for the windows which are scheduled for destroy
7074         Remove a fw at once from the fw list when we destroy_window
7076 2003-05-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7078         * fvwm/style.c (CMD_DestroyStyle):
7079         do not update windows if no style was deleted
7080         (check_window_style_change):
7081         fixed update of window styles w/ DestroyStyle
7083 2003-05-18  olicha  <olivier.chapuis@free.fr>
7085         * fvwm/conditional.c (CMD_On):
7086         Added x,r,w,f and i file condition to the On command
7088         * fvwm/add_window.c (destroy_window):
7089         Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
7090         but scheduled for destroy. Not sure that the fix is good.
7092         * fvwm/functions.c (__execute_function):
7093         * libs/defaults.h:
7094         Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
7095         This fixes some cores dumps with "recursives" functions
7097         * fvwm/borders.c (border_create_root_transparent_pixmap):
7098         (border_draw_decor_to_pixmap):
7099         Fixed a core dump with a root transparent rotated title
7100         Fixed X errors 56 with RootTransparent titlebar and no E pixmap
7102         * libs/FGettext.c (fgettext_add_one_path):
7103         (FGettextInit):
7104         (FGettextSetLocalePath):
7105         Fixed memory leak and chainning
7107         * fvwm/builtins.c (CMD_PrintInfo):
7108         Fixed a parsing leak
7110         * fvwm/conditional.c (Circulate):
7111         Fixed a mask memory leaks
7113         * libs/defaults.h:
7114         * libs/Flocale.c (FlocaleGetFont):
7115         (FlocaleGetFontSet):
7116         (FlocaleGetFftFont):
7117         Fixed a core dump when a 0 font is given with an encoding hints.
7118         Added a default FFT font
7120         * fvwm/builtins.c (CMD_DefaultFont):
7121         Fixed a core dump when the default font change and a redraw
7122         (icon or window) is proceeded before flush_window_updates is called
7124         * fvwm/menustyle.c (CMD_CopyMenuStyle):
7125         Fixed gradients copy
7127         * fvwm/menustyle.c (menustyle_parse_style):
7128         Fixed UMR's related to colorset
7130         * fvwm/builtins.c (ReadDecorFace):
7131         Removed inconsistent #if 0 code and comments about leak and MiniIcon
7132         decor style.
7134         * fvwm/menustyle.h:
7135         * fvwm/menustyle.c (menustyle_free):
7136         Fixed a fore stipple gc leak
7138         * fvwm/windowlist.c (CMD_WindowList):
7139         Fixed a sor_keyname memory leak
7141         * fvwm/fvwm.c (ResetAllButtons):
7142         Fixed the default buttons memory leak
7144 2003-05-08  olicha  <olivier.chapuis@free.fr>
7146         * fvwm/windowlist.c (CMD_WindowList):
7147         Fixed a memory leak if MaxLabelWidth is used
7149 2003-05-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7151         * fvwm/functions.c (__context_has_window):
7152         (__execute_function):
7153         * fvwm/functions.h:
7154         fixed excution of functions requiring a window without a window when
7155         called with "silent" from a complex function
7157 2003-05-07  olicha  <olivier.chapuis@free.fr>
7159         * libs/System.c (searchPath):
7160         Fixed a core dump
7162 2003-05-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7164         * fvwm/move_resize.c (__move_loop):
7165         (__resize_window):
7166         fixed core dumps
7168 2003-05-03  olicha  <olivier.chapuis@free.fr>
7170         * todo-2.6:
7171         Updated
7173 2003-05-01  Bob Woodside  <dumbledore@woodsway.com>
7175         * fvwm/NEWS:
7176         Minor typo corrections.
7178 2003-04-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7180         * fvwm/move_resize.c (__move_loop):
7181         fixed UMR
7182         removed debug code
7183         (__resize_window):
7184         fixed UMR
7186 2003-04-28  olicha  <olivier.chapuis@free.fr>
7188         * fvwm/ewmh.c (ewmh_atom_wm_state):
7189         (ewmh_HandleDock):
7190         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7191         (ewmh_WMStateStaysOnBottom):
7192         Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7194 2003-04-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7196         * fvwm/module_interface.c (do_execute_module):
7197         * fvwm/fvwm.c (main):
7198         * libs/envvar.c (flib_putenv):
7199         * fvwm/builtins.c (add_to_env_list):
7200         (CMD_SetEnv):
7201         (CMD_UnsetEnv):
7202         fixed putenv memory leaks
7204         * libs/envvar.c (strIns):
7205         removed debug code
7206         reformatted file
7207         (flib_putenv):
7208         replacement for putenv without memory leaks
7210         * fvwm/frame.c:
7211         removed debug code
7213         * fvwm/fvwm.c (StartupStuff):
7214         fixed UMR
7215         * fvwm/add_window.c (free_window_names):
7216         fixed memory leaks
7217         * fvwm/events.c (HandlePropertyNotify):
7218         fixed memory leak
7219         * fvwm/menus.c (do_menu):
7220         fixed core dump
7221         (__mloop_exit_selected):
7222         safety patch
7223         * fvwm/menucmd.c (menu_func):
7224         fixed memory leak
7226         * fvwm/builtins.c (CMD_Destroy):
7227         (CMD_Close):
7228         call destroy_window right after XKillClient; do not wait for the window
7229         to die on its own
7231         * fvwm/menucmd.c (menu_func):
7232         * fvwm/windowlist.c (CMD_WindowList):
7233         fixed core dumps
7235 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7237         * INSTALL.fvwm:
7238         several updates (FvwmGtk, gettext)
7240 2003-04-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7242         * fvwm/menucmd.c (menu_func):
7243         * fvwm/windowlist.c (CMD_WindowList):
7244         * fvwm/menus.h:
7245         * fvwm/menus.c (is_double_click):
7246         (pop_menu_up):
7247         (pop_menu_down):
7248         (pop_menu_down_and_repaint_parent):
7249         (__mloop_get_event_timeout_loop):
7250         (__mloop_get_event):
7251         (__mloop_handle_event):
7252         (__mloop_select_item):
7253         (__mloop_make_popup):
7254         (__mloop_get_mi_actions):
7255         (__mloop_do_popup):
7256         (__mloop_do_menu):
7257         (__mloop_handle_action_with_mi):
7258         (__mloop_handle_action_without_mi):
7259         (__mloop_exit):
7260         (menu_enter_tear_off_menu):
7261         (menu_close_tear_off_menu):
7262         (do_menu):
7263         replaced the pfw and pcontext members of the MenuParameters structure
7264         with an execution context pointer
7265         (_menu_execute_function):
7266         wrapper function to simplyfy command execution from within menus
7267         (do_menu):
7268         fixed warping pointer to first menu item when invoked with the mouse
7270         * fvwm/execcontext.c:
7271         removed debug code
7273 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
7275         * libs/XError.c:
7276         reformatted
7278         * fvwm.1.in:
7279         * fvwm.c:
7280         replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7282 2003-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7284         * fvwm/menus.c (do_menu):
7285         the NoWarp position hint option works with root menus too
7287         * fvwm/ConfigFvwmDefaults:
7288         removed GrabFocusOff and GrabFocusTransient since they nullify the
7289         default with the plain focus policies
7291 2003-04-24  olicha  <olivier.chapuis@free.fr>
7293         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7294         Fixed a miss print in my previous commit
7296         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7297         (ewmh_MoveResize)
7298         (ewmh_WMStateStaysOnBottom):
7299         * fvwm/ewmh.c (ewmh_AllowsMinimize):
7300         * fvwm/ewmh_intern.h:
7301         Added comment on the implementation at the top of ewmh.c.
7302         Fixed _NET_WM_MOVERESIZE.  Added _NET_WM_ACTION_MINIMIZE in
7303         _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7304         _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7305         and _NET_WM_STATE_BELOW.
7307         * AUTHORS:
7308         Added David Fries. Updated my entries.
7310         * todo-2.6:
7311         One update
7313 2003-04-23  olicha  <olivier.chapuis@free.fr>
7315         * fvwm/module_interface.c (CMD_KillModule):
7316         Fixed a leak when we have an alias
7318         * libs/Picture.c (PFreeFvwmPictureData):
7319         * libs/Picture.h:
7320         New interface function for just freeing the allocated data (not
7321         the pixmaps).
7323 2003-04-22  olicha  <olivier.chapuis@free.fr>
7325         * fvwm/colorset.c (get_root_pixmap):
7326         Fixed a minor memory leak
7328         * fvwm/functions.c (execute_complex_function):
7329         Fixed uninitialized d.type
7331         * libs/Ficonv.c (FiconvSetupConversion):
7332         (FiconvUtf8ToCharset):
7333         (FiconvCharsetToUtf8):
7334         Formating clean-up
7336         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7337         (EWMH_WMIconName):
7338         (EWMH_WMName):
7339         Fixed a core dump and safety check related to not loaded font
7341 2003-04-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7343         * libs/Module.h:
7344         reformatted
7346 2003-04-16  olicha  <olivier.chapuis@free.fr>
7348         * fvwm/ewmh_events.c (ewmh_CloseWindow):
7349         (ewmh_MoveResize):
7350         (ewmh_WMState):
7351         (ewmh_WMStateHidden):
7352         Check if functions are allowed
7354         * fvwm/ewmh.c (ewmh_HandleDesktop):
7355         (ewmh_HandleDock):
7356         Set Desktop and Dock uniconifiable and unmaximazable
7358         * fvwm/menuitem.c (menuitem_paint):
7359         * fvwm/screen.h:
7360         Fixed greyed action with EWMH desktop
7362 2003-04-16  Mikhael Goikhman  <migo@homemail.com>
7364         * NEWS:
7365         documented FvwmEvent behaviour of executing window related event
7366         handlers within a window context
7368         * fvwm/fvwm.1.in:
7369         updated WindowId entry
7371 2003-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7373         * fvwm/schedule.c (deschedule):
7374         (squeue_execute):
7375         (execute_obj_func):
7376         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7377         (ExecuteCommandQueue):
7378         * libs/queue.c (fqueue_init):
7379         (fqueue_remove_or_operate_from_front):
7380         (fqueue_remove_or_operate_from_end):
7381         (fqueue_remove_or_operate_all):
7382         (fqueue_init):
7383         (fqueue_unlock_queue):
7384         (fqueue_lock_queue):
7385         (fqueue_add_at_front):
7386         (fqueue_add_inside):
7387         (fqueue_get_first):
7388         core dump fixes
7390         * libs/queue.c (fqueue_remove_or_operate_all):
7391         (fqueue_remove_or_operate_from_end):
7392         (fqueue_remove_or_operate_from_front):
7393         * fvwm/module_interface.c (DeleteMessageQueueBuff):
7394         (ExecuteCommandQueue):
7395         * fvwm/schedule.c (deschedule):
7396         (check_deschedule_obj_func):
7397         (deschedule_obj_func):
7398         (squeue_execute):
7399         (check_execute_obj_func):
7400         (execute_obj_func):
7401         (copy_obj_func):
7402         core dump fixes
7404 2003-04-15  Mikhael Goikhman  <migo@homemail.com>
7406         * fvwm/ConfigFvwmDefaults:
7407         * fvwm/fvwm.1.in:
7408         * fvwm/windowlist.c:
7409         * sample.fvwmrc/system.fvwm2rc-sample-95:
7410         * NEWS:
7411         WindowListFunc is executed now within a window context,
7412         so "WindowId $0" is not needed anymore in its definition
7414 2003-04-14  olicha  <olivier.chapuis@free.fr>
7416         * fvwm/fvwm.1.in:
7417         * NEWS:
7418         Documented LocalePath and $[gt.str]. FvwmScript news.
7420         * fvwm/expand.c (expand_vars_extended):
7421         Fixed $[gt.str] expansion
7423         * configure.in:
7424         New gettext domain FvwmScript
7426         * libs/FGettext.c (FGettextCopy):
7427         * libs/FGettext.h:
7428         New interface function which copies the string
7430 2003-04-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7432         * fvwm/conditional.c (CMD_Cond):
7433         allow to negate the condition code with '!' prefix
7435         * fvwm/schedule.c (CMD_Schedule):
7436         (CMD_Deschedule):
7437         support hexadecimal ids
7439         * libs/Parse.c (GetIntegerArguments):
7440         (_get_suffixed_integer_arguments):
7441         (GetSuffixedIntegerArguments):
7442         (GetIntegerArgumentsAnyBase):
7443         new utitily function to allow hexadecimal integer arguments
7445 2003-04-10  olicha  <olivier.chapuis@free.fr>
7447         * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7448         (FlocaleGetCharsetOfFontStruct):
7449         (FlocaleGetCharsetFromName):
7450         (FlocaleFixNameForFontSet):
7451         (FlocaleGetFontSet):
7452         (FlocalePrintLocaleInfo):
7453         * libs/FlocaleCharset.h:
7454         * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7455         (FlocaleCharsetPrintXOMInfo):
7456         Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7458 2003-04-08  olicha  <olivier.chapuis@free.fr>
7460         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7461         fixed the default font name
7463 2003-04-07  Mikhael Goikhman  <migo@homemail.com>
7465         * fvwm/events.c (HandlePropertyNotify):
7466         * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7467         completely ignore application requests to set exactly the same
7468         window name or icon name (xmms sets it every second),
7469         this avoids some redundant module messages and redraws
7471 2003-04-05  Mikhael Goikhman  <migo@homemail.com>
7473         * Makefile.am:
7474         fixed DIST
7476 2003-04-04  olicha  <olivier.chapuis@free.fr>
7478         * configure.in:
7479         Fixed a miss print in fribidi config check
7481 2003-04-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7483         * fvwm/focus.c (__restore_focus_after_unmap):
7484         iconified windows without an icon do not receive focus
7486 2003-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7488         * fvwm/virtual (CMD_GotoDeskAndPage):
7489         different "GotoDeskAndPage prev" fix that works with any viewports, not
7490         just multiples of the screen size
7492 2003-03-29  Mikhael Goikhman  <migo@homemail.com>
7494         * fvwm/virtual (CMD_GotoDeskAndPage):
7495         fixed "GotoDeskAndPage prev" with desks larger than 2x2
7497 2003-03-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7499         * ETHICAL_LICENSE:
7500         added file
7502         * fvwm/menucmd.c (menu_func):
7503         fixed double key presses to choose default menu action
7505         * fvwm/focus.c (__update_windowlist):
7506         fixed order of window list with SloopyFocus when using the Focus
7507         command
7509 2003-03-22  Mikhael Goikhman  <migo@homemail.com>
7511         * fvwm/fvwm.1.in:
7512         clarified some things, typo fixed
7514 2003-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7516         * libs/Colorset.c (CreateBackgroundPixmap):
7517         (GetWindowBackgroundPixmapSize):
7518         (get_aspect_dimensions):
7519         fixed size calculation of aspect pixmaps
7521 2003-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7523         * fvwm/icons.c (clear_icon):
7524         (clear_icon):
7525         (AutoPlaceIcon):
7526         (Iconify):
7527         * fvwm/geometry.c (get_icon_geometry):
7528         (modify_icon_position):
7529         set a valid icon picture position if there is neither a picture nor a
7530         title
7532 2003-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7534         * NEWS:
7535         * AUTHORS:
7536         reformatted to fit better on the web page
7538 2003-03-15  Mikhael Goikhman  <migo@homemail.com>
7540         * todo-2.6:
7541         added items from "My TODO" message on 2003-01-02
7543         * fvwm/fvwm.1.in:
7544         actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7546 2003-03-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7548         * libs/FScreen.c:
7549         removed debug output
7551 2003-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7553         * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7554         (FScreenFetchMangledScreenFromUSPosHints):
7555         two functions to allow USPosition hints from modules and StartsOnScreen
7556         work at the same time
7558         * fvwm/conditional.c (direction_cmd):
7559         Some fixes, reformatting and improvements.
7561 2003-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7563         * fvwm/icons.c (Iconify):
7564         initialise icon position to +0+0 if there is neiter a picture nor a
7565         title
7567         * fvwm/functions.c (DeferExecution):
7568         action trigger fix
7570         * todo-2.6 (todo):
7571         closed some items
7573         * fvwm/update.c (apply_window_updates):
7574         fixed drawing of sticky icon titles when the stickyicon style is being
7575         set
7577 2003-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7579         * fvwm/placement.c (CMD_PlaceAgain):
7580         * fvwm/add_window.c (setup_window_placement):
7581         * fvwm/virtual.c (MapDesk):
7582         update the GNOME hints desk when changing desks; fixes placeagain with
7583         stickyicon style
7584         some placeagain fixes
7586         * fvwm/fvwm.1.in (Example):
7587         removed duplicate Iconify section
7589         * todo-2.6 (todo):
7590         closed C.11
7592         * fvwm/functable.c (func_table):
7593         * fvwm/functions.h (func_type):
7594         * fvwm/functions.c (__execute_function):
7595         (execute_complex_function):
7596         (DeferExecution):
7597         fixed a new and and old window selection bug
7599 2003-03-09  Dan Espen  <dane@mk.telcordia.com>
7601         * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7602         detected with Purify.
7604 2003-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7606         * libs/Colorset.c (SetWindowBackgroundWithOffset):
7607         use None, not 0 for Window structures
7609         * fvwm/events.c (InitEventHandlerJumpTable):
7610         (HandleKeyRelease):
7611         (__handle_key_event):
7612         * fvwm/bindings.c (ParseBinding):
7613         (activate_binding):
7614         * libs/Bindings.h:
7615         * fvwm/fvwm.1.in:
7616         removed key release binding because they can not work reliably
7618 2003-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7620         * fvwm/functable.c (func_table):
7621         trigger on ButtonPress for many of the functions
7623         * fvwm/functions.c (__execute_function):
7624         (__execute_function):
7625         fixed conditional commands a la "Current" triggered on root window
7627 2003-03-01  Dan Espen  <dane@mk.telcordia.com>
7629         * todo-2.6: Closed B.2, C.21.
7631 2003-02-28  olicha  <olivier.chapuis@free.fr>
7633         * libs/defaults.h:
7634         * fvwm/events.c (HandleConfigureRequest):
7635         Added a workaround for application with broken max/min size hints
7636         vs a size configure request. This "fixes" floating java JToolBar.
7638         * fvwm/add_window.c (GetWindowSizeHints):
7639         Check that the max size hint is not broken relatively to the the base
7640         size hint
7642 2003-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7644         * NEWS:
7645         * configure.in:
7646         released 2.5.6, set version to 2.5.7
7648         * NEWS:
7649         * configure.in:
7650         updated for 2.5.6
7652 2003-02-26  Tony Finch  <dot@dotat.at>
7654         * fvwm/borders.c (border_draw_one_border_part):
7655         Don't draw the handle relief marks when the border is flat.
7657 2003-02-27  Mikhael Goikhman  <migo@homemail.com>
7659         * configure.in:
7660         s/fribdi_in_path/fribidi_in_path/
7662         * todo-2.6:
7663         spell checking and some reformatting
7665 2003-02-26  olicha  <olivier.chapuis@free.fr>
7667         * fvwm/borders.c (border_setup_bar_pixmaps):
7668         Fixed a miss-print which can cause a core dump
7670         * todo-2.6:
7671         Added a 2.6 TODO file
7673 2003-02-25  Dan Espen  <dane@mk.telcordia.com>
7675         * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7676         void functioin cannot return a value.
7678 2003-02-25  olicha  <olivier.chapuis@free.fr>
7680         * configure.in:
7681         Fixed compilation warning if fribidi is in path
7683 2003-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7685         * fvwm/windowlist.c (CMD_WindowList):
7686         removed unused instruction
7688 2003-02-22  Dan Espen  <dane@mk.telcordia.com>
7690         * configure.in: Remove nested function from -Werror check.
7691         Lets configure work without gcc.
7693         * fvwm/read.h:
7694         * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7696 2003-02-21  Dan Espen  <dane@mk.telcordia.com>
7698         * fvwm/functions.c (__run_complex_function_items): Make Break start
7699         working again.
7701 2003-02-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7703         * fvwm/move_resize.c (get_outline_rects):
7704         (draw_move_resize_grid):
7705         initial drawing and final undrawing of wire frame no longer toggles the
7706         pixel in the top left corner of the screen
7708         * fvwm/expand.c (expand_vars):
7709         disabled warnings about one letter variables
7711 2003-02-17  Dan Espen  <dane@mk.telcordia.com>
7713         * README: Update to reflect release 2.5.x.
7714         * NEWS: Update news for FvwmPager drag fix.
7716 2003-02-15  olicha  <olivier.chapuis@free.fr>
7718         * fvwm/fvwm.1.in:
7719         Fixed a typo
7721 2003-02-13  olicha  <olivier.chapuis@free.fr>
7723         * fvwm/gnome.c (GNOME_SetClientList):
7724         Applied David Fries patch which fixes a possible crash with more
7725         than 256 windows
7726         (GNOME_SetClientList):
7727         malloc -> safemalloc
7729 2003-02-09  Dan Espen  <dane@mk.telcordia.com>
7731         * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7732         Give the XorValue range.
7734 2003-02-08  Dan Espen  <dane@mk.telcordia.com>
7736         * fvwm/fvwm.1.in: Fully document the emulate command.
7738 2003-02-06  olicha  <olivier.chapuis@free.fr>
7740         * fvwm/borders.c (get_common_decorations):
7741         (border_get_border_background):
7743 2003-02-05  Dan Espen  <dane@mk.telcordia.com>
7745         * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7747 2003-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7749         * fvwm/menuitem.h:
7750         * fvwm/menuitem.c (menuitem_get_size):
7751         * fvwm/menus.c (calculate_item_sizes):
7752         renamed "mips" to mipst
7754         * fvwm/menuitem.c (menuitem_get_item_size):
7755         * fvwm/menus.c (_calculate_item_sizes):
7756         backed out patch from 30-Jan-2003
7758 2003-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7760         * fvwm/menuitem.h:
7761         * fvwm/menuitem.c (menuitem_get_item_size):
7762         * fvwm/menus.c (_calculate_item_sizes):
7763         functions renamed due to global name space collision with IRIX 6.5
7765 2003-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7767         * configure.in:
7768         added tests/hints/Makefile.am
7770 2003-01-24  Dan Espen  <dane@mk.telcordia.com>
7772         * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7774 2003-01-20  Dan Espen  <dane@mk.telcordia.com>
7776         * sample.fvwmrc/DecorWin95:
7777         * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7778         Replace a long time ago.
7780 2003-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7782         * fvwm/stack.c (new_layer):
7783         (collect_transients_recursive):
7784         (__restack_window):
7785         fixed Layer command
7787         * fvwm/events.c (HandleConfigureRequest):
7788         fixed placement of icons
7789         fixed size calculations of icons
7791 2003-01-18  Mikhael Goikhman  <migo@homemail.com>
7793         * fvwm/expand.c:
7794         fixed $[desk.name<n>] that was masked by $[desk.n],
7795         added $[desk.pagesx] and $[desk.pagesy]
7797 2003-01-16  Dan Espen  <dane@mk.telcordia.com>
7799         * NEWS: Update news.  Spelling fixes 2.5.x news.
7800         * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7801         its not interactive.
7803 2003-01-12  Mikhael Goikhman  <migo@homemail.com>
7805         * fvwm/functable.c:
7806         added a short description together with the commands
7808 2003-01-12  Marcus Lundblad  <ml@update.uu.se>
7810         * NEWS:
7811         Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7812         HasHandles
7814 2003-01-11  Mikhael Goikhman  <migo@homemail.com>
7816         * expand.c:
7817         * NEWS:
7818         deprecate all single letter variables, new variables are supported now
7819         $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
7820         $[desk.n], $[version.num], $[version.info], $[version.line].
7822 2003-01-07  Marcus Lundblad <ml@update.uu.se>
7824         * fvwm/style.c (style_parse_one_style_option):
7825         * fvwm/fvwm.1.in:
7826         Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
7827         DisallowMaximizeFixedSize
7829 2003-01-06  Dan Espen  <dane@mk.telcordia.com>
7831         * fvwm/fvwm.1.in: Lang check.
7833 2003-01-03  olicha  <olivier.chapuis@free.fr>
7835         * fvwm/commands.h:
7836         * INSTALL.fvwm:
7837         * fvwm/ewmh.h:
7838         * fvwm/ewmh_intern.h:
7839         * fvwm/ewmh_names.c:
7840         * fvwm/ewmh_icons.c:
7841         * fvwm/ewmh_events.c:
7842         * fvwm/ewmh_conf.c:
7843         * fvwm/ewmh.c:
7844         * fvwm/gnome.c:
7845         * fvwm/gnome.h:
7846         * fvwm/functable.c (func_table):
7847         * fvwm/fvwm.c (setVersionInfo):
7848         * acconfig.h:
7849         * configure.in:
7850         Removed GNOME and HAVE_EWMH ifdef
7852         * fvwm/fvwm.1.in:
7853         Documented UseTitleDecorRotation
7855 2003-01-03  Mikhael Goikhman  <migo@homemail.com>
7857         * fvwm/module_interface.c (MoveViewport):
7858         * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
7859         M_NEW_PAGE now has 7 arguments
7861 2003-01-02  olicha  <olivier.chapuis@free.fr>
7863         * fvwm/fvwm.1.in:
7864         Documented  the new icon style options
7866         * fvwm/fvwm.h:
7867         * fvwm/icons.h:
7868         * fvwm/icons.c (DrawIconTitleWindow):
7869         (DrawIconPixmapWindow):
7870         (setup_icon_title_size):
7871         * fvwm/style.c (style_parse_one_style_option):
7872         Fixed IconTitleRelief and IconBackgroundRelief arguments
7874         * fvwm/icons.c (GetIconPicture):
7875         (SetIconPixmapSize):
7876         Fixed IconSize style for non shaped depth > 1 pixmaps
7878 2003-01-02  Mikhael Goikhman  <migo@homemail.com>
7880         * NEWS:
7881         * fvwm/commands.h:
7882         * fvwm/conditional.c (CMD_On):
7883         * fvwm/functable.c:
7884         * fvwm/fvwm.1.in:
7885         new conditional command On for non-window related conditions
7887         * fvwm/execcontext.h:
7888         * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
7889         two new exec contexts for restarting
7891 2003-01-02  olicha  <olivier.chapuis@free.fr>
7893         * fvwm/builtins.c (ReadMultiPixmapDecor):
7894         StretchedPixmap -> AdjustedPixmap
7896         * fvwm/fvwm.1.in:
7897         Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
7898         Documented the new MultiPixmap syntax
7900 2002-12-31  Mikhael Goikhman  <migo@homemail.com>
7902         * NEWS:
7903         * fvwm/fvwm.1.in:
7904         * fvwm/builtins.c (ReadTitleButton):
7905         * fvwm/screen.h:
7906         new button state shortcuts AllActiveUp, AllActiveDown,
7907         AllInactiveUp, AllInactiveDown
7909 2002-12-31  olicha  <olivier.chapuis@free.fr>
7911         * libs/PictureGraphics.c (PCopyArea):
7912         Fixed rendering of depth 1 pixmap with a mask
7914         * fvwm/update.c (apply_window_updates):
7915         Fixed icon bg cset update
7917         * fvwm/events.c (HandlePropertyNotify):
7918         * fvwm/geometry.c (move_icon_to_position):
7919         Fixed non shaped icons with a bg padding but without cs bg
7921         * NEWS:
7922         * fvwm/style.c (style_parse_icon_size_style):
7923         (merge_styles):
7924         * fvwm/fvwm.h (window_style):
7925         * fvwm/add_window.c (setup_icon_size_limits):
7926         * fvwm/icons.c (SetIconPixmapSize):
7927         (GetIconPicture):
7928         New option to IconSize style: Adjusted, Streched, Shrunk
7930         * fvwm/icons.c (SetIconPixmapSize):
7931         (GetIconPicture):
7932         Always center the icon with IconSize if the icon has a background
7934 2002-12-30  Mikhael Goikhman  <migo@homemail.com>
7936         * configure.in:
7937         FvwmWindowMenu renaming; compact long diagnostics into half of line
7939         * NEWS:
7940         documeted and corrected new features
7942         * fvwm/fvwm.1.in:
7943         removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
7944         since these are the only way currently to create themes
7946         * fvwm/fvwm.c:
7947         small reformatting
7949 2002-12-30  olicha  <olivier.chapuis@free.fr>
7951         * NEWS:
7952         * fvwm/icons.c (setup_icon_title_size):
7953         (set_icon_pixmap_background):
7954         (CreateIconWindow):
7955         (DrawIconTitleWindow):
7956         (DrawIconPixmapWindow):
7957         (DrawIconWindow):
7958         (ChangeIconPixmap):
7959         (RedoIconName):
7960         * fvwm/events.c (HandleEnterNotify):
7961         (HandleExpose):
7962         (HandleLeaveNotify):
7963         (HandlePropertyNotify):
7964         * fvwm/borders.c (border_draw_decorations):
7965         * fvwm/default.h:
7966         * fvwm/fvwm.h:
7967         * fvwm/add_window.c (setup_icon_background_parameters):
7968         (setup_icon_title_parameters):
7969         (setup_style_and_decor):
7970         (setup_icon_font):
7971         * fvwm/geometry.c (move_icon_to_position):
7972         * fvwm/style.h:
7973         * fvwm/style.c (check_window_style_change):
7974         (update_style_colorset):
7975         (update_icon_title_cs_style):
7976         (update_icon_title_cs_hi_style):
7977         (update_icon_background_cs_style):
7978         (merge_styles):
7979         * fvwm/update.h:
7980         * fvwm/update.c (apply_window_updates):
7981         New style options IconBackgroundColorset, IconTitleColorset,
7982         HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
7983         and IconBackgroundPadding
7985 2002-12-28  Mikhael Goikhman  <migo@homemail.com>
7987         * libs/FShm.h:
7988         fixed compilation without XShm
7990         * fvwm/borders.c (border_rotate_titlebar_descr):
7991         fixed warning: deprecated use of label at end of compound statement
7993 2002-12-27  olicha  <olivier.chapuis@free.fr>
7995         * fvwm/ConfigFvwmDefaults:
7996         UseTitleDecorRotation is a default
7998         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
7999         (do_relieve_rectangle):
8000         * libs/fvwmlib.h:
8001         * fvwm/borders.c (border_draw_title_stick_lines):
8002         (border_create_root_transparent_pixmap):
8003         (border_mp_render_into_pixmap):
8004         (border_draw_decor_to_pixmap):
8005         (border_mp_render_into_pixmap):
8006         (border_mp_get_titlebar_descr):
8007         (border_mp_draw_mp_titlebar):
8008         (border_draw_decor_to_pixmap):
8009         (border_set_button_pixmap):
8010         (border_get_titlebar_draw_descr):
8011         (border_set_title_pixmap):
8012         (border_rotate_titlebar_descr):
8013         (border_get_titlebar_descr):
8014         Completed UseTitleDecorRotation
8016 2002-12-26  olicha  <olivier.chapuis@free.fr>
8018         * fvwm/update.c (apply_window_updates):
8019         * fvwm/frame.c (frame_get_titlebar_dimensions):
8020         (frame_set_decor_gravities):
8021         * fvwm/borders.c (border_set_button_pixmap):
8022         (border_get_titlebar_descr):
8023         (border_draw_one_button):
8024         Buttons order follows the title text rotations.
8025         More UseTitleDecorRotation preparation
8027         * fvwm/borders.c (border_draw_decor_to_pixmap):
8028         Fixed SolidButton
8030 2002-12-24  olicha  <olivier.chapuis@free.fr>
8032         * fvwm/borders.c (border_mp_render_into_pixmap):
8033         (border_fill_pixmap_background):
8034         Some borders drawing fixes
8036         * libs/Graphics.c (CreateRotatedPixmap):
8037         * fvwm/geometry.c (get_title_font_size_and_offset):
8038         * fvwm/update.c (apply_window_updates):
8039         * fvwm/borders.c (border_set_button_pixmap):
8040         (border_get_titlebar_draw_descr):
8041         (border_draw_title):
8042         (border_rotate_titlebar_descr):
8043         (border_get_titlebar_descr):
8044         More UseTitleDecorRotation preparation
8046 2002-12-22  Dan Espen  <dane@mk.telcordia.com>
8048         * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
8049         so we won't get so many application bugs report to fvwm-workers.
8051         * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
8053 2002-12-21  Marcus Lundblad <ml@update.uu.se>
8055         * fvwm/style.c (style_parse_one_style_option):
8056         * fvwm/style.h:
8057         * fvwm/fvwm.h:
8058         * fvwm/window_flags:
8059         * fvwm/decorations.c (is_function_allowed,
8060                               __is_resize_allowed):
8061         Added styles Closable, Iconifiable, Maximizable and
8062         AllowMaximizeFixedSize
8063         * fvwm/conditional.c (MatchesConditionMask,
8064                               CreateConditionMask):
8065         Added conditionals Closable,Iconifiable and Maximizable
8066         * fvwm/fvwm.1.in:
8067         Documented styles Closable, Iconifiable, Maximizable and
8068         AllowMaximizeFixedSize and conditionals
8069         Closable,Iconifiable and Maximizable
8071 2002-12-20  olicha  <olivier.chapuis@free.fr>
8073         * fvwm/window_flags.h:
8074         * fvwm/update.h:
8075         * fvwm/update.c (apply_window_updates):
8076         * fvwm/style.h:
8077         * fvwm/style.c (style_parse_one_style_option):
8078         * fvwm/fvwm.h:
8079         UseTitleDecorRotation style preparation
8081         * fvwm/fvwm.c (main):
8082         Use best TrueColor visual
8084         * fvwm/borders.c (border_get_border_gcs):
8085         Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
8086         window which may have a depth != Pdepth
8088         * fvwm/menus.c (paint_side_pic):
8089         * fvwm/menuitem.c (menuitem_paint):
8090         * fvwm/icons.c (DrawIconPixmapWindow):
8091         * fvwm/colorset.c (parse_colorset):
8092         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8093         Used Scr.AlphaGC
8095 2002-12-19  olicha  <olivier.chapuis@free.fr>
8097         * libs/Graphics.c (CreateRotatedPixmap):
8098         * libs/fvwmlib.h:
8099         New interface function CreateRotatedPixmap
8101         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8102         (PImageLoadXpm):
8103         * libs/PictureGraphics.c (PCreateRenderPixmap):
8104         (PCreateDitherPixmap):
8105         * libs/Graphics.c (CreateGradientPixmap):
8106         (CreateRotatedPixmap):
8107         * acconfig.h:
8108         * configure.in:
8109         * libs/FShm.h (new file):
8110         * libs/FImage.h (new file):
8111         * libs/FImage.c (new file):
8112         * libs/Makefile.am:
8113         * fvwm/fvwm.c (setVersionInfo):
8114         Added MIT Shared Memory Extension for XImage
8116         * NEWS:
8117         Some news
8119         * fvwm/screen.h:
8120         * fvwm/builtins.c (ReadDecorFace):
8121         (FreeDecorFace):
8122         * fvwm/borders.c (border_draw_decor_to_pixmap):
8123         (border_fill_pixmap_background):
8124         AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8126 2002-12-17  Mikhael Goikhman  <migo@homemail.com>
8128         * libs/FBidiJoin.c:
8129         shape-and-join fixes from Nadim Shaikli (slightly modified)
8131 2002-12-16  olicha  <olivier.chapuis@free.fr>
8133         * libs/PictureGraphics.h:
8134         * libs/PictureGraphics.c (PTileRectangle):
8135         (PGraphicsCreateTiledPicture):
8136         * libs/Graphics.c (CreateTiledPixmap):
8137         New interface function: PGraphicsCreateTiledPicture
8139         * fvwm/screen.h:
8140         * fvwm/fvwm.c (CreateGCs):
8141         Added a global (Scr) alpha GC
8143         * configure.in:
8144         * fvwm/screen.h:
8145         * fvwm/builtins.c (ReadMultiPixmapDecor):
8146         (update_decorface_colorset):
8147         (FreeDecorFace):
8148         * fvwm/borders.c (border_get_tb_parts_to_draw):
8149         (border_fill_pixmap_background):
8150         (border_setup_bar_pixmaps):
8151         (border_get_bar_pixmaps):
8152         (border_free_bar_pixmaps):
8153         (border_mp_render_into_pixmap):
8154         (border_mp_get_length):
8155         (border_mp_get_titlebar_descr):
8156         (border_mp_get_geometry):
8157         (border_mp_get_use_title_style_parts_and_geometry):
8158         (border_mp_draw_mp_titlebar):
8159         (border_draw_decor_to_pixmap):
8160         (border_draw_title_deep):
8161         (border_get_titlebar_draw_descr):
8162         (border_setup_use_title_style):
8163         (border_get_titlebar_descr_state):
8164         (border_get_titlebar_descr):
8165         (border_get_transparent_decorations_part):
8166         (border_draw_title_stick_lines):
8167         MultiPixmap can use Colorset and Solid color. Various others minor
8168         improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8169         "main" drawing code and remove the #ifdef.
8170         New option to ButtonStyle and TitleStyle: StretchedPixmap.
8171         Use the new Scr.AlphaGC.
8173 2002-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8175         * fvwm/add_window.c (validate_transientfor):
8176         do not ignore transientfor hint for iconified windows
8178 2002-12-12  Jason Weber <baboon@imonk.com>
8180         * fvwm/fvwm.1.in:
8181         * fvwm/conditional.c (CMD_ScanForWindow):
8182         * fvwm/commands.h:
8183         * fvwm/functable.c:
8184         rename ScanWindow to ScanForWindow
8186 2002-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8188         * fvwm/menuitem.c (menuitem_paint):
8189         * fvwm/colorset.c (parse_colorset):
8190         * fvwm/icons.c (DrawIconPixmapWindow):
8191         * fvwm/focus.c (_SetFocusWindow):
8192         (_ReturnFocusWindow):
8193         (_DeleteFocus):
8194         (_ForceDeleteFocus):
8195         (__activate_window_by_command):
8196         patches to prevent UMR messages in memory debuggers
8198 2002-12-11  Jason Weber <baboon@imonk.com>
8200         * fvwm/fvwm.1.in: Added ScanWindow
8202         * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8203         * fvwm/commands.h:
8204         * fvwm/functable.c:
8205         Generalized CMD_Direction into direction_cmd.
8206         Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8207         Replace Cycle prefix with secondary direction argument.
8209 2002-12-10  Dan Espen  <dane@mk.telcordia.com>
8211         * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8213 2002-12-05  Marcus Lundblad <ml@update.uu.se>
8214         * fvwm/conditional.c (CreateConditionMask):
8215         Implemented conditional "FixedSize" and "HasHandles"
8216         * fvwm/fvwm.1.in
8217         Documented conditional options "FixedSize" and "HasHandles".
8219 2002-12-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8221         * fvwm/placement.c (PlaceWindow):
8222         fixed StickyAcrossDesks w/ StartsOnPage
8224         * fvwm/functable.c:
8225         * fvwm/commands.h:
8226         * fvwm/ewmh_conf.c (set_state_workaround):
8227         * fvwm/update.c (apply_window_updates):
8228         * fvwm/windowlist.c (CMD_WindowList):
8229         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8230         (ewmh_WMStateSticky):
8231         * fvwm/conditional.c (CreateConditionMask):
8232         * fvwm/gnome.c (GNOME_SetHints):
8233         (GNOME_GetStyle):
8234         (GNOME_HandlePropRequest):
8235         * fvwm/placement.c (SmartPlacement):
8236         (get_next_x):
8237         (get_next_y):
8238         (test_fit):
8239         (PlaceWindow):
8240         * fvwm/session.c (SaveWindowStates):
8241         (MatchWinToSM):
8242         (MatchWinToSM):
8243         * fvwm/ewmh.c (check_desk):
8244         (EWMH_SetWMDesktop):
8245         (ewmh_ComputeAndSetWorkArea):
8246         (ewmh_HandleDynamicWorkArea):
8247         (ewmh_HandleDesktop):
8248         (ewmh_HandleDock):
8249         (ewmh_HandleMenu):
8250         (ewmh_HandleToolBar):
8251         * fvwm/virtual.c (UnmapDesk):
8252         (MapDesk):
8253         (MoveViewport):
8254         (do_move_window_to_desk):
8255         * fvwm/icons.c (setup_icon_title_size):
8256         (DrawIconTitleWindow):
8257         (AutoPlaceIcon):
8258         (Iconify):
8259         * fvwm/borders.c (is_button_toggled):
8260         (get_common_decorations):
8261         (border_draw_title_stick_lines):
8262         * fvwm/add_window.c (AddWindow):
8263         * fvwm/move_resize.c (__move_window):
8264         (__move_window):
8265         (is_window_sticky_across_pages):
8266         (is_window_sticky_across_desks):
8267         (MaximizeHeight):
8268         (MaximizeWidth):
8269         (stick_page):
8270         (stick_desk):
8271         (CMD_Stick):
8272         (CMD_StickAcrossPages):
8273         (CMD_StickAcrossDesks):
8274         (stick_across_pages):
8275         (stick_across_desks):
8276         (handle_stick_across_desks):
8277         (handle_stick_across_pages):
8278         (handle_stick):
8279         * fvwm/fvwm.h (struct):
8280         * fvwm/style.c (style_parse_one_style_option):
8281         (check_window_style_change):
8282         * fvwm/style.h:
8283         * fvwm/window_flags.h:
8284         renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8285         StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8286         everywhere
8288         * fvwm/focus.c (CMD_Focus):
8289         (CMD_FlipFocus):
8290         (__activate_window_by_command):
8291         (__update_windowlist):
8292         (__set_focus_to_fwin):
8293         (_SetFocusWindow):
8294         (_ReturnFocusWindow):
8295         (_DeleteFocus):
8296         (_ForceDeleteFocus):
8297         fixed window list order with FlipFocus command
8299 2002-12-08  Mikhael Goikhman  <migo@homemail.com>
8301         * AUTHORS:
8302         * NEWS:
8303         document bidi entry undocumented in 2.5.5
8305 2002-12-06  olicha  <olivier.chapuis@free.fr>
8307         * acinclude.m4:
8308         Fixed the "detection" of the LINGUAS variable
8310         * configure.in:
8311         Added ar to ALL_LINGUAS
8314 2002-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8316         * fvwm/move_resize.c (__resize_window):
8317         fixed handling of MontionNotify and PropertyNotify events
8319 2002-12-03  olicha  <olivier.chapuis@free.fr>
8321         * fvwm/borders.c (border_draw_decor_to_pixmap):
8322         (border_get_border_background):
8323         (get_common_decorations):
8324         BorderGC cleanup
8326         * fvwm/builtins.c (CMD_PrintInfo):
8327         New subject nls to PrintInfo
8329         * libs/FGettext.c (*):
8330         New command FlocalePath
8332 2002-12-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8334         * NEWS:
8335         * configure.in:
8336         changed version to 2.5.6
8338         * NEWS:
8339         * configure.in:
8340         updated for 2.5.5
8342 2002-12-02  olicha  <olivier.chapuis@free.fr>
8344         * libs/FRenderInit.c (FRenderInit):
8345         Fixed alpha depth if !XRenderSupport
8347         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8348         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8349         (PImageLoadPng):
8350         * libs/PictureImageLoader.h:
8351         Fixed image loading on bigedian machine
8353 2002-12-01  Mikhael Goikhman  <migo@homemail.com>
8355         * libs/FBidi.c (FBidiConvert):
8356         several small changes
8357         * libs/FBidiJoin.c (shape_n_join):
8358         enabled a new bidi shaping code
8360 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8362         * fvwm/frame.c (frame_restore_client_gravities):
8363         (frame_free_move_resize_args):
8364         fixed a redrawing problem after shading a window
8366 2002-11-29  olicha  <olivier.chapuis@free.fr>
8368         * acinclude.m4:
8369         Defined AM_PATH_PROG_WITH_TEST and re-enable it
8371         * configure.in:
8372         * Makefile.am:
8373         Fixed two missprints
8375 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8377         * fvwm/bindings.c (ParseBinding):
8378         fix for stroke-less compile
8380 2002-11-29  olicha  <olivier.chapuis@free.fr>
8382         * fvwm/commands.h (enum):
8383         * fvwm/functable.c (func_table):
8384         * fvwm/builtins.c (CMD_LocalePath):
8385         * libs/FGettext.c (FGettextSetLocalePath):
8386         * libs/FGettext.h:
8387         Preparation for LocalePath command
8389         * fvwm/screen.h (ScreenInfo):
8390         * fvwm/fvwm.c (CreateGCs):
8391         Rename Scr.TileGC to Scr.BordersGC
8393         * acinclude.m4:
8394         A libintl autoconf fix
8396         * libs/Colorset.c (CreateBackgroundPixmap):
8397         Do not grab the server when we dump the E setroot pixmap
8399 2002-11-29  olicha  <olivier.chapuis@free.fr>
8401         * acconfig.h:
8402         * fvwm/Makefile.am:
8403         * Makefile.am:
8404         * configure.in:
8405         * acinclude.m4:
8406         Added NLS support with gnu gettext
8408         * fvwm/fvwm.c (main):
8409         FGettextInit
8411         * fvwm/expand.c (expand_vars_extended):
8412         New extanded variable $[gt.any_string]
8414         * fvwm/virtual.c (CMD_DesktopName):
8415         * fvwm/windowlist.c (get_desk_title):
8416         * fvwm/expand.c (expand_vars_extended):
8417         * fvwm/fvwm.c (SetRCDefaults):
8418         * fvwm/ConfigFvwmSetup:
8419         Mark some strings to be translated
8421         * libs/FGettext.c (new file):
8422         * libs/FGettext.c (new file):
8423         * libs/Makefile.am:
8424         gnu gettext libintl warper
8426 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8428         * fvwm/add_window.c (RestoreWithdrawnLocation):
8429         rixed rxvts with S/E gravity travelling off screen upon recapture after
8430         they were resized.
8432         * fvwm/events.c (__handle_key_event):
8433         * fvwm/bindings.c (activate_binding):
8434         (__rebind_global_key):
8435         fixed unbinding pointerkey bindings removing the grab for this key
8436         completely
8438         * fvwm/events.c (__is_bpress_window_handled):
8439         fixed click on override redirect windows being handled by the root
8440         window
8442         * fvwm/misc.c (GrabEm):
8443         confine the pointer to the root window when grabbed
8445         * fvwm/events.c (HandleUnmapNotify):
8446         fixed reparenting problem with restarts from desks != 0
8448 2002-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8450         * fvwm/events.c:
8451         removed experimental code
8453 2002-11-28  olicha  <olivier.chapuis@free.fr>
8455         * fvwm/borders.c (border_get_border_background):
8456         (border_draw_decor_to_pixmap):
8457         (border_fill_pixmap_background):
8458         Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8459         soon.
8461 2002-11-26  Mikhael Goikhman  <migo@homemail.com>
8463         * fvwm/fvwm.c (InitVariables):
8464         fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8465         of 100%
8466         * fvwm/virtual.c (CMD_EdgeScroll):
8467         minor spacing
8469         * fvwm/ConfigFvwmDefaults:
8470         do not include empty ConfigFvwmProxyDefaults, added one binding
8472 2002-11-26  olicha  <olivier.chapuis@free.fr>
8474         * libs/Colorset.c (CreateBackgroundPixmap):
8475         * fvwm/colorset.c (parse_colorset):
8476         Be more safe with the E root pixmap
8478 2002-11-25  olicha  <olivier.chapuis@free.fr>
8480         * fvwm/move_resize.c (__move_loop):
8481         Redraw the transparent decoration parts when a move is abored
8483         * fvwm/colorset.c (parse_colorset):
8484         Fixed the fgsh Colorset colors when the Image change but not the bg
8486 2002-11-24  Jason Weber  <baboon@imonk.com>
8488         * fvwm/conditional.c (CMD_Direction):
8489         Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8490         eventual traversal of all windows over repeated calls.  It also cycles
8491         back to the opposite extent when it hits the limit in the given
8492         direction.
8494 2002-11-22  olicha  <olivier.chapuis@free.fr>
8496         * fvwm/borders.h:
8497         * fvwm/borders.c (get_common_decorations):
8498         (border_get_parts_and_pos_to_draw):
8499         (border_get_changed_border_parts):
8500         (border_get_frame_pixmap, new):
8501         (border_get_border_background):
8502         (border_draw_one_border_part):
8503         (border_draw_decorations):
8504         (border_get_tb_parts_to_draw):
8505         (border_fill_pixmap_background):
8506         (border_get_titlebar_descr_state, new):
8507         (border_draw_titlebar):
8508         (border_setup_bar_pixmaps, new):
8509         (border_get_bar_pixmaps, new):
8510         (border_free_bar_pixmaps, new):
8511         (border_setup_use_title_style, new):
8512         (border_set_button_pixmap):
8513         (border_set_title_pixmap):
8514         (border_draw_one_button):
8515         (border_set_button_pixmap):
8516         (border_draw_title_deep):
8517         (border_get_transparent_decorations_part, new):
8518         Title, Border and Buttons Style Colorset Option: Drawing
8520         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8521         (__move_window):
8522         (__move_loop):
8523         * fvwm/frame.c (__frame_setup_window):
8524         (frame_has_handles_and_tiled_border):
8525         (frame_create_move_resize_args):
8526         (frame_free_move_resize_args):
8527         Title, Border and Buttons Style Colorset Option: External drawing
8528         stuff. Basically additional redrawing for RootTransparent
8530         * fvwm/builtins.c (update_decorface_colorset, new):
8531         (update_titlebutton_colorset, new):
8532         (update_decors_colorset, new):
8533         (update_fvwm_colorset):
8534         Title, Border and Buttons Style Colorset Option: Dynamic updating
8536         * fvwm/screen.h:
8537         * fvwm/builtins.c (ReadDecorFace):
8538         Title, Border and Buttons Style Colorset Option: Configuration
8540         * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8541         * libs/Colorset.h:
8542         Title, Border and Buttons Style Colorset Option: Convinent macros and
8543         function
8545 2002-11-18  Dan Espen  <dane@mk.telcordia.com>
8547         * libs/Makefile.am: Add missing Bindings.h.
8549 2002-11-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8551         * fvwm/move_resize.c (__move_loop):
8552         send M_CONFIGURE_WINDOW only when the window actually moves
8554 2002-11-16  Mikhael Goikhman  <migo@homemail.com>
8556         * libs/FBidi.c:
8557         * libs/FBidi.h:
8558         * libs/FBidiJoin.c:
8559         * libs/FBidiJoin.h:
8560         * libs/Makefile.am:
8561         incorporated a shape-and-join bidi functionality from Nadim Shaikli
8562         with minor improvements; it is disabled for now (#if 0) since
8563         some Arabic chars cause core dump
8565 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8567         * fvwm/fvwm.1.in (Examples):
8568         added documentation of Icon option for PlaceAgain command
8570         * fvwm/events.c (__handle_key_event):
8571         fixed global key binding problem
8573 2002-11-15  olicha  <olivier.chapuis@free.fr>
8575         * libs/Bindings.c (MatchBindingExactly):
8576         (__compare_binding):
8577         compile fixes w/o stroke lib
8579         * NEWS:
8580         * fvwm/geometry.c (get_title_font_size_and_offset):
8581         * fvwm/builtins.c (do_title_style):
8582         New MinHeight option to TitleStyle
8584 2002-11-15  olicha  <olivier.chapuis@free.fr>
8586         * fvwm/builtins.c (update_fvwm_colorset):
8587         (CMD_Colorset):
8588         (do_title_style):
8590         * fvwm/builtins.h:
8591         * fvwm/colorset.c (update_root_transparent_colorset):
8592         Fixed update of the RootTransparent colorset in fvwm
8594 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8596         * libs/Bindings.c (__compare_binding):
8597         (MatchBindingExactly):
8598         compoile fixes w/o stroke lib
8600 2002-11-14  olicha  <olivier.chapuis@free.fr>
8602         * fvwm/fvwm.1.in:
8603         * INSTALL.fvwm:
8604         * NEWS
8605         Removed any reference on "xft and flickering"
8607 2002-11-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8609         * fvwm/eventmask.h (XEVMASK_ICONW):
8610         * fvwm/events.c (HandleKeyRelease):
8611         (HandleKeyPress):
8612         (__handle_key_event):
8613         * fvwm/bindings.c (ParseBinding):
8614         (activate_binding):
8615         * libs/Bindings.h (enum):
8616         implemented key release bindings; prefix the key name with a '-';
8617         does not work well with some applications
8619 2002-11-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8621         * libs/Bindings.h:
8622         new file
8624         * fvwm/bindings.c (ParseBinding):
8625         (binding_cmd):
8626         (activate_binding):
8627         (bind_get_bound_button_contexts):
8628         (ParseBinding):
8629         (CMD_Stroke):
8630         (CMD_Mouse):
8631         (CMD_PointerKey):
8632         (CMD_Key):
8633         (RemoveMatchingBinding):
8634         (AddBinding):
8635         (AreBindingsEqual):
8636         (GrabWindowKey):
8637         (GrabWindowButton):
8638         (GrabAllWindowKeysAndButtons):
8639         * fvwm/module_interface.c (CMD_ModuleSynchronous):
8640         * fvwm/events.c (__handle_bpress_on_root):
8641         (__handle_bpress_on_managed):
8642         (HandleButtonRelease):
8643         * fvwm/builtins.c (CMD_Wait):
8644         (CMD_StrokeFunc):
8645         * libs/fvwmlib.h (enum):
8646         fixed Key vs. PointerKey with "A"ny context
8648 2002-11-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8650         * fvwm/icons.c (Iconify):
8651         icon placement safety patch
8652         (CreateIconWindow):
8653         fixed initial position of application provided icon windows
8655         * fvwm/session.c (LoadWindowStates):
8656         fixed parsing of strings beginning with whitespace in session file
8658         * fvwm/fvwm.1.in (Note):
8659         * fvwm/style.c (style_set_old_focus_policy):
8660         * libs/defaults.h (DEF_FP_MODIFIERS):
8661         set default modifiers for raising/focusing to N again
8663 2002-11-11  olicha  <olivier.chapuis@free.fr>
8665         * fvwm/fvwm.1.in:
8666         * fvwm/fvwm.c (main):
8667         (usage):
8668         named-palette -> visual-palette, -N -> -P
8670 2002-11-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8672         * fvwm/ConfigFvwmDefaults:
8673         include ConfigFvwmProxyDefaults
8675         * fvwm/fvwm.c (usage):
8676         polished usage message
8678 2002-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8680         * fvwm/fvwm.c (usage):
8681         (main):
8682         cleaned up usage and error messages
8683         use short option names in usage message an man page synopsis
8684         all options are case sensitive
8685         do not mention the "-" style long options in the man page; instead use
8686         the "--" style
8688         * fvwm/add_window.c (setup_frame_window):
8689         * fvwm/events.c (HandleMapNotify):
8690         * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8691         fixed empty decorations after recapture
8693         * fvwm/geometry.c (get_icon_geometry):
8694         * fvwm/icons.c (clear_icon):
8695         fixed icon jumping to 0 0 when the icon layout changes after the icon
8696         has been moved manually
8698         * fvwm/move_resize.c (__move_icon):
8699         fixed MoveToPage with icons
8701 2002-11-09  olicha  <olivier.chapuis@free.fr>
8703         * libs/Fft.c (FftGetRotatedFont):
8704         (FftGetFont):
8705         * libs/Fft.h:
8706         Check the return result of FftPatternGetMatrix
8708         * libs/Flocale.h:
8709         * libs/PictureBase.h:
8710         Added two macro
8712 2002-11-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8714         * fvwm/ewmh_conf.c (set_state_workaround):
8715         * fvwm/functable.c (func_table):
8716         * fvwm/update.c (apply_window_updates):
8717         * fvwm/windowlist.c (CMD_WindowList):
8718         * fvwm/ewmh_events.c (ewmh_WMDesktop):
8719         (ewmh_WMStateSticky):
8720         * fvwm/conditional.c (CreateConditionMask):
8721         (CreateConditionMask):
8722         * fvwm/gnome.c (GNOME_SetHints):
8723         (GNOME_GetStyle):
8724         (GNOME_HandlePropRequest):
8725         * fvwm/placement.c (SmartPlacement):
8726         (get_next_x):
8727         (test_fit):
8728         (get_next_y):
8729         (PlaceWindow):
8730         * fvwm/session.c (SaveWindowStates):
8731         (MatchWinToSM):
8732         * fvwm/ewmh.c (check_desk):
8733         (EWMH_SetWMDesktop):
8734         (ewmh_ComputeAndSetWorkArea):
8735         (ewmh_HandleDynamicWorkArea):
8736         (ewmh_HandleDesktop):
8737         (ewmh_HandleDock):
8738         (ewmh_HandleMenu):
8739         (ewmh_HandleToolBar):
8740         * fvwm/virtual.c (UnmapDesk):
8741         (MapDesk):
8742         (MoveViewport):
8743         (MoveViewport):
8744         (do_move_window_to_desk):
8745         * fvwm/icons.c (setup_icon_title_size):
8746         (DrawIconTitleWindow):
8747         (AutoPlaceIcon):
8748         (Iconify):
8749         * fvwm/borders.c (is_button_toggled):
8750         (get_common_decorations):
8751         (border_draw_title_stick_lines):
8752         * fvwm/add_window.c (AddWindow):
8753         * fvwm/move_resize.c (__move_window):
8754         (is_window_sticky_on_page):
8755         (is_window_sticky_on_desk):
8756         (MaximizeWidth):
8757         (MaximizeHeight):
8758         (stick_page):
8759         (stick_desk):
8760         (handle_stick):
8761         (handle_stick_page):
8762         (handle_stick_desk):
8763         (__handle_stick_exit):
8764         (CMD_StickDesk):
8765         (CMD_StickPage):
8766         * fvwm/style.c (style_parse_one_style_option):
8767         (check_window_style_change):
8768         * fvwm/style.h:
8769         * fvwm/fvwm.h:
8770         New Style options stickypage and stickydesk
8771         New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8772         StickyDesk, OnlyStickyPage, OnlyStickyDesk
8773         New conditions StickyPage and StickyDesk
8774         New commands StickPage and StickDesk
8776         * fvwm/move_resize.c (__move_window):
8777         do not unstick a window when using MoveToScreen
8779         * fvwm/ewmh_conf.c:
8780         reindented
8782         * fvwm/commands.h:
8783         * fvwm/functable.c (func_table):
8784         * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8785         renamed EWMHBaseStrut to EwmhBaseStruts
8787         * fvwm/style.c (style_set_old_focus_policy):
8788         SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8789         (style_parse_one_style_option):
8790         renamed "Border" style to "Borders"
8791         removed "NoBorder" style; use !Borders instead
8792         renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8793         renamed PlacmentOverlapPercentPenalties to
8794         MinOverlapPercentPlacementPenalties
8796         * fvwm/fvwm.1.in:
8797         * NEWS:
8798         corrected typo
8800         * libs/Fft.c:
8801         Fixed compiler warnings
8803 2002-11-09  Mikhael Goikhman  <migo@homemail.com>
8805         * configure.in:
8806         autogenerate FvwmWindowLister files
8808         * fvwm/fvwm.1.in:
8809         mention fvwm-menu-directory and fvwm-menu-desktop as examples
8810         of MissingSubmenuFunction and DynamicPopupAction
8812 2002-11-08  olicha  <olivier.chapuis@free.fr>
8814         * libs/PictureUtils.c (alloc_color_proportion):
8815         (alloc_color_proportion_dither):
8816         (alloc_color_proportion_grey):
8817         (alloc_color_x):
8818         (free_colors_in_table):
8819         (free_colors_x):
8820         (init_static_colors_table):
8821         (PictureFreeColors):
8822         (PictureInitColors):
8823         (PicturePrintColorInfo):
8824         Fixed StaticColor visual. Rename some of the color allocators. Clean up
8825         free colors stuff
8827 2002-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8829         * fvwm/move_resize.c (__move_window):
8830         ignore MoveToPage with sticky windows
8832         * fvwm/conditional.c (Circulate):
8833         (circulate_cmd):
8834         Next and Prev commands begin looking at the context window, if any
8836         * fvwm/focus.c (__focus_grab_buttons):
8837         fixed initial button grabbing on client window
8839         * fvwm/stack.c (BroadcastRestack):
8840         split long packets, fixed a bug and cleaned up
8842         * libs/Module.c (ReadFvwmPacket):
8843         ignore packets that are too long
8845         * fvwm/fvwm.1.in:
8846         document PopupDelay and PopdownDelay defaults
8848 2002-11-06  olicha  <olivier.chapuis@free.fr>
8850         * libs/Fft.c (FftGetFont):
8851         (FftGetRotatedFont):
8852         Use a more perfectioned method for loading font with Xft/Fc. This
8853         method allows sanity check. Preserve the matrix when rotating
8854         Xft/Fc fonts.
8856         * libs/Flocale.c (FlocaleGetMinOffset):
8857         (FlocaleRotateDrawString):
8858         (FlocaleGetFontSet):
8859         (FlocaleGetFont):
8860         * libs/Fft.c (FftDrawString):
8861         (FftGetFont):
8862         * libs/FftInterface.h:
8863         * fvwm/geometry.c (get_title_font_size_and_offset):
8864         Move the computation of the good "y" for drawing text into Flocale.
8865         Use the max ascent, descent and height for font metric (in the place
8866         of the min's one).
8868         * libs/Flocale.c (FlocalePrintLocaleInfo):
8869         * libs/Flocale.h:
8870         * libs/Fft.c (FftPrintPatternInfo):
8871         * libs/Fft.h:
8872         * fvwm/builtins.c (CMD_PrintInfo):
8873         * NEWS:
8874         * fvwm.1.in:
8875         New option "Locale" to PrintInfo Command
8877 2002-11-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8879         * fvwm/events.c (HandleExpose):
8880         removed no-op
8882 2002-11-04  Dan Espen  <dane@mk.telcordia.com>
8884         * fvwm/fvwm.1.in: colour -> color
8885         Language check.
8887 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8889         * fvwm/fvwm.1.in:
8890         * fvwm/fvwm.c (usage):
8891         (main):
8892         pallet -> palette
8894 2002-11-04  olicha  <olivier.chapuis@free.fr>
8896         * configure.in:
8897         Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
8899         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8900         (finish_ct_init):
8901         (PictureFreeColors):
8902         (PicturePrintColorInfo):
8903         Trace colours allocation out of the pallet in depth <= 8. Better
8904         information on coulours
8906         * libs/Fft.c (FftGetRotatedFont):
8907         * libs/Fft.h:
8908         Fixed rotated font when the original font has a matrix
8910         * libs/PictureBase.c (PictureInitCMapRoot):
8911         * libs/PictureUtils.h:
8912         * libs/PictureUtils.c (PictureInitColors):
8913         (PictureAllocColorTable):
8914         * libs/PictureBase.h (PictureColorLimitOption):
8915         * fvwm/fvwm.c (main):
8916         * fvwm/fvwm.1.in
8917         New options -strict-color-limit, -allocate-pallet, -static-pallet,
8918         -named-pallet. -color-limit now take only integer argument.
8921 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8923         * libs/Module.h (struct):
8924         new type FvwmWinPacketBodyHeader to access the standard fields in a
8925         packet with a window
8927 2002-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8929         * NEWS:
8930         updated for 2.4.13
8932         * fvwm/functable.c (func_table):
8933         * fvwm/commands.h:
8934         * fvwm/style.c (style_parse_one_style_option):
8935         (parse_and_set_window_style):
8936         (__style_command):
8937         (CMD_Style):
8938         (CMD_FocusStyle):
8939         added a new command FocusStyle as a shorthand for
8940         "Style * FP..., FP..."
8942         * fvwm/builtins.c (__parse_vector_line_one_coord):
8943         (__parse_vector_line):
8944         (ReadDecorFace):
8945         split vector line parsing into sub functions
8946         (FreeDecorFace):
8947         fixed core dump in vector button offset patch
8949 2002-11-01  Marcus Lundblad <ml@update.uu.se>
8951         * fvwm/screen.h (vector_coords):
8952         added fields for offsets
8953         * fvwm/builtins.c (ReadDecorFace):
8954         rewrote parser for vector definitions to accept optional offsets
8955         * fvwm/fvwm.c (LoadDefaultLeftButton):
8956         (LoadDefaultRightButton)
8957         set default values for offsets
8958         * fvwm/borders.c (border_draw_vector_to_pixmap):
8959         updated XDrawLine call to take offsets into account
8960         * fvwm/fvwm.1.in:
8961         documented new options for vector offsets
8963 2002-11-01  olicha  <olivier.chapuis@free.fr>
8965         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8966         Fixed icon tint pixel, it was set to icon tint percent during some
8967         renaming
8969 2002-10-31  olicha  <olivier.chapuis@free.fr>
8971         * libs/PictureUtils.c (PictureAllocColorImage):
8972         (PictureOpenImageColorAllocator):
8973         (PictureCloseImageColorAllocator):
8974         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8975         (FIMAGE_CMD_ARGS):
8976         (PImageLoadXpm):
8977         (PImageCreatePixmapFromArgbData):
8978         (PImageLoadPixmapFromFile):
8979         * libs/PictureBase.h (FvwmPictureThing):
8980         (PictureImageColorAllocator):
8981         * libs/Picture.h:
8982         * libs/Picture.c (PDestroyFvwmPicture):
8983         (PLoadFvwmPictureFromPixmap):
8984         * libs/Graphics.c (CreateGradientPixmap):
8985         * fvwm/fvwm.c:
8986         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8987         Added a new way to allocate colors for image and gradient. This method
8988         allows, in particular, to save (in a "fast" way) the allocated pixels
8989         with a minimal memory usage.
8990         Fixed color leaks for png, ewmh and dithered xpm images.
8992         * fvwm/add_window.c (destroy_icon):
8993         * fvwm/fvwm.h (FvwmWindow):
8994         * fvwm/icons.c (GetIconFromFile):
8995         Fixed color leaks
8997 2002-10-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8999         * fvwm/commands.h:
9000         * fvwm/functable.c:
9001         * fvwm/stack.c (enum):
9002         (position_new_window_in_stack_ring):
9003         (new_layer):
9004         (must_move_transients):
9005         (restack_windows):
9006         (__restack_window):
9007         (__raise_lower_recursion):
9008         (__raise_or_lower_window):
9009         (raise_or_lower_window):
9010         (collect_transients_recursive):
9011         (__is_restack_transients_needed):
9012         (RestackWindow):
9013         (CMD_RestackTransients):
9014         new command RestackTransients which works like Raise and Lower but does
9015         not restack windows that are not transient
9016         renamed some functions
9017         general cleanup
9019         * fvwm/fvwm.1.in:
9020         corrected cursor movement key bindings
9022         * fvwm/bindings.c (activate_binding):
9023         fixed problem w/ bindings being overridden by applications OpenOffice
9024         and the Gnome panel
9026 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
9028         * configure.in:
9029         * NEWS:
9030         switched to 2.5.5
9032         * configure.in:
9033         include FvwmProxy to build
9035 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
9037         * configure.in:
9038         exclude FvwmProxy from build
9040         * configure.in:
9041         * NEWS:
9042         updated for 2.5.4
9044 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9046         * configure.in:
9047         added FvwmProxy module
9049 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
9051         * fvwm/fvwm.1.in:
9052         * fvwm/windowlist.c (CMD_WindowList):
9053         renamed SortClassName to SortByClass
9055 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9057         * fvwm/menustyle.c (menustyle_update):
9058         (menustyle_parse_style):
9059         (menustyle_get_styleopt_index):
9060         (menustyle_parse_style):
9061         (CMD_CopyMenuStyle):
9062         * fvwm/menustyle.h:
9063         removed HilightRelief MenuStyle and hard coded it
9065 2002-10-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9067         * fvwm/menus.c (make_menu_window):
9068         fixed updating menu background with "Menustyle * Background"
9070         * fvwm/stack.c (__get_stacking_sibling):
9071         (restack_windows):
9072         fixed another stacking problem
9074 2002-10-28  Mikhael Goikhman  <migo@homemail.com>
9076         * acinclude.m4:
9077         * configure.in:
9078         corrected and lined up several help lines
9080         * INSTALL.fvwm:
9081         added --enable-xinerama-emulation description
9083 2002-10-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9085         * fvwm/stack.c (restack_windows):
9086         (__get_stacking_sibling):
9087         fixed another stacking problem
9089 2002-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9091         * fvwm/add_window.c (AddWindow):
9092         braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
9093         windows starting lowered or on other layers in FvwmPager
9095         * fvwm/stack.c (restack_windows):
9096         (__get_visible_window):
9097         fixed a stacking problem with layers
9099 2002-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9101         * fvwm/functable.c (func_table):
9102         fixed Pick command
9104 2002-10-24  Mikhael Goikhman  <migo@homemail.com>
9106         * NEWS:
9107         * fvwm/fvwm.1.in:
9108         * fvwm/windowlist.c:
9109         new WindowList option SortByResource
9111         * fvwm/style.c (check_window_style_change):
9112         * libs/FlocaleCharset.c:
9113         fixed gcc warning
9115         * AUTHORS:
9116         place recent authors to the top, not bottom
9118         * fvwm/builtins.c:
9119         corrected typo in error message
9121 2002-10-23  Dan Espen  <dane@mk.telcordia.com>
9123         * fvwm/fvwm.1.in: Lang check done.
9125 2002-10-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9127         * fvwm/menus.c:
9128         work on new menu loop code
9130         * libs/timeout.h:
9131         * libs/timeout.c:
9132         new files
9134         * fvwm/menus.c (__mloop_handle_event):
9135         (__mloop_get_event):
9136         (__mloop_handle_action_with_mi):
9137         * fvwm/menus.h (MenuReturn):
9138         renamed MenuReturn member menu to target_menu
9140         * fvwm/menus.c (__mloop_handle_event):
9141         * fvwm/menus.h (MenuReturn):
9142         removed a "write only" member of MenuReturn
9144         * fvwm/conditional.c (circulate_cmd):
9145         fixed the "Any" command
9147 2002-10-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9149         * fvwm/stack.c (mark_transient_subtree):
9150         fixed stack ring corruption with iconified transients
9151         (restack_windows):
9152         fixed a problem with lowering windows below the icons of their
9153         transients
9155 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9157         * libs/Colorset.c:
9158         * fvwm/menustyle.c:
9159         * libs/Colorset.h:
9160         * libs/Flocale.h:
9161         * libs/PictureBase.h:
9162         * fvwm/menuitem.c:
9163         * fvwm/geometry.c:
9164         * fvwm/colorset.c:
9165         renamed colorset_struct to colorset_t
9167 2002-10-22  olicha  <olivier.chapuis@free.fr>
9169         * libs/PictureUtils.c:
9170         Minor fixes and add #if O experimental code
9172 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9174         * fvwm/icons.c (DrawIconPixmapWindow):
9175         (DrawIconWindow):
9176         * fvwm/events.c (HandlePropertyNotify):
9177         * libs/Fft.c (FftDrawString):
9178         * libs/Colorset.c (DumpColorset):
9179         (LoadColorset):
9180         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9181         use renamed colorset_struct members
9183         * libs/Colorset.h (colorset_struct):
9184         renamed and re-sorted members and cut down bit field lengths for
9185         percentile members
9187         * fvwm/menustyle.c (menustyle_update):
9188         fixed core dump
9190         * fvwm/stack.c (restack_windows):
9191         fixed flickering when raising transients; can't prevent flickering when
9192         lowering a window completely
9193         (restack_windows):
9194         fixed unnecessary error message
9196         * fvwm/fvwm.c (main):
9197         init Scr to zeros
9199         * fvwm/stack.c (__restack_window):
9200         fixed a stacking problem with icons
9202         * fvwm/add_window.c (destroy_icon):
9203         fixed a memory leak
9205 2002-10-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9207         * fvwm/menuitem.c (menuitem_paint):
9208         * fvwm/menustyle.c (menustyle_parse_style):
9209         * fvwm/menus.c (paint_side_pic):
9210         (paint_menu):
9211         (select_menu_item):
9212         (repaint_transparent_menu):
9213         * fvwm/menustyle.h (MenuLook):
9214         cleaned up menu drawing code, fixed last patch
9216         * fvwm/menuitem.c (menuitem_paint):
9217         * fvwm/menustyle.c (menustyle_parse_style):
9218         fixed HilightBack default
9220         * fvwm/bindings.c (binding_cmd):
9221         (bind_get_bound_button_contexts):
9222         (ParseBinding):
9223         * fvwm/screen.h (ScreenInfo):
9224         fixed mouse bindings with buttons > 5
9226         * fvwm/menuitem.c (menuitem_paint):
9227         * fvwm/menustyle.c (menustyle_parse_style):
9228         (menustyle_parse_style):
9229         (CMD_CopyMenuStyle):
9230         (menustyle_update):
9231         (menustyle_free):
9232         * fvwm/menus.c (repaint_transparent_menu):
9233         * fvwm/menustyle.h:
9234         HilightBack and ActiveFore are now independent
9236 2002-10-18  olicha  <olivier.chapuis@free.fr>
9238         * libs/PictureUtils.c (get_color_index):
9239         (create_mapping_table):
9240         (PictureAllocColorTable):
9241         Use a new distance and method for color approximation. Use 68 colors
9242         for the default under depth 8. I am happy with this, should use a
9243         similar distance method for dithering
9245         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9246         (PictureAllocColorTable):
9247         (PictureDitherByDefault):
9248         (PictureUseBWOnly):
9249         (PictureIitColors):
9250         (PicturePrintColorInfo):
9251         * libs/PictureUtils.h:
9252         Allows -color-limit to work with any visual and depth for testing
9253         propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9255         * fvwm/colorset.c:
9256         Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9258 2002-10-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9260         * fvwm/add_window.c (get_default_window_attributes):
9261         cleaned up
9263         * fvwm/builtins.c (CMD_ChangeDecor):
9264         removed some duplicate redrawing
9266         * fvwm/update.c (apply_decor_change):
9267         suppress duplicate window update upon ChangeDecor
9268         (apply_window_updates):
9269         do not delete the focus window
9271 2002-10-17  olicha  <olivier.chapuis@free.fr>
9273         * NEWS:
9274         A bunch of news
9276         * libs/Colorset.c (CreateBackgroundPixmap):
9277         Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9279         * fvwm/builtins.c (CMD_Colorset):
9280         Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9282 2002-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9284         * fvwm/add_window.c (AddWindow):
9285         * fvwm/update.c (apply_window_updates):
9286         * fvwm/move_resize.c (handle_stick):
9287         (CMD_Stick):
9288         suppress drawing of sticky decorations initially
9289         reduce module communication overhead when (un)sticking windows
9291         * fvwm/borders.c (border_draw_decorations):
9292         * fvwm/window_flags.h:
9293         * fvwm/fvwm.h:
9294         * fvwm/frame.c (frame_create_move_resize_args):
9295         (get_resize_decor_gravities_one_axis):
9296         (frame_mrs_setup_draw_decorations):
9297         (mr_args_internal):
9298         initialize window decorations with a "None" pixmap;
9299         delay drawing window decorations initially to prevent drawing multiple
9300         times;
9301         => windows grabbing the focus upon startup are drawn focused
9302         immediately
9304         * fvwm/frame.c (frame_free_move_resize_args):
9305         reparent the frame hide windows to NoFocusWin instead of Root to
9306         suppress unnecessary ReparentNotify events
9308 2002-10-16  olicha  <olivier.chapuis@free.fr>
9310         * fvwm/fvwm.c (main):
9311         Fixed a typo
9313         * libs/FRender.h:
9314         Fixed compilation with X cvs
9316         * libs/Colorset.c (CreateBackgroundPixmap):
9317         Fixed a GC leak
9319         * fvwm/events.c (HandlePropertyNotify):
9320         * fvwm/colorset.c (update_root_pixmap):
9321         Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9322         to found a root pixmap
9324 2002-10-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9326         * fvwm/bindings.c (bind_get_bound_button_contexts):
9327         another mouse binding fix
9329         * fvwm/conditional.c (CreateConditionMask):
9330         simplified parsing
9331         all conditions have a negation with '!' prepended
9332         (Circulate):
9333         (CMD_All):
9334         (select_cmd):
9335         Current, All, Pick, ThisWindow and PointerWindow imply the
9336         CirculateHitShaded condition.
9338         * fvwm/focus.c (__focus_grab_buttons):
9339         * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9340         fixed bindings using mouse buttons >= 6
9342 2002-10-15  olicha  <olivier.chapuis@free.fr>
9344         * libs/PictureUtils.c (PicturePrintColorInfo):
9345         (print_colormap):
9346         * fvwm/commands.h:
9347         * fvwm/functable.c (func_table):
9348         * fvwm/builtins.c (CMD_PrintInfo):
9349         * fvwm/fvwm.1.in:
9350         New cmd PrintInfo. Only one arg at present time: "Colors"
9352         * fvwm/fvwm.c (main):
9353         Auto detect card with 2 hardware colormaps and choose the best
9354         visual and colormap
9356         * libs/PictureUtils.c (PictureInitColors):
9357         (*):
9358         * libs/PictureUtils.h:
9359         * fvwm/fvwm.c (main):
9360         * libs/PictureBase.c (PictureInitCMapRoot):
9361         (PictureInitCMap):
9362         * libs/PictureBase.h:
9363         Try to support DirectColor visual in a good way, I do not think
9364         this is really useful.
9365         Added a flexible interface function PictureInitColors for
9366         colors allocation initialization.
9367         Some cleanup in color allocation and some preparation for a new
9368         method for saving and freeing colors allocated by images and gradients.
9369         Removed some ifdefed to 0 debug code.
9371         * libs/Picture.c (*):
9372         * libs/Picture.h:
9373         * libs/PictureImageLoader.c (*):
9374         * libs/PictureImageLoader.h:
9375         Replace Root by win
9377 2002-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9379         * fvwm/add_window.c (setup_key_and_button_grabs):
9380         * fvwm/bindings.c (ParseBinding):
9381         (activate_binding):
9382         * fvwm/add_window.c (setup_key_and_button_grabs):
9383         don't grab window context specific bindings anymore; instead, set
9384         Scr.buttons2grab accordingly
9386         * fvwm/bindings.c (activate_binding):
9387         fixed stroke bindings on window context being ignored if no other
9388         action was bound to that context
9390         * fvwm/add_window.c (destroy_icon):
9391         fixed duplicate icon pixmap when switching from NoIconOverride to
9392         IconOverride
9394 2002-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9396         * fvwm/icons.c:
9397         re-indented some code
9398         (AutoPlaceIcon):
9399         fixed random position of icon title for icons with a position hint
9401         * fvwm/fvwm.1.in:
9402         corrected default of Use/NoIconPosition style
9404 2002-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9406         * fvwm/windowlist.c (CMD_WindowList):
9407         fixed random string for iconified windows in the WindowList
9409 2002-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9411         * NEWS:
9412         updated for 2.4.12
9414 2002-10-08  olicha  <olivier.chapuis@free.fr>
9416         * libs/PictureBase.c (*):
9417         (PictureInitCMapRoot)
9418         (PictureSetupWhiteAndBlack):
9419         (PictureWhitePixel):
9420         (PictureBlackPixel):
9421         (PictureDefaultGC):
9422         New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9423         of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9424         New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9425         but always use the root visual and allows to set or not a private
9426         color limit table.
9427         New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9428         but which respects the Pvisual
9430         * libs/PictureGraphics.c (*):
9431         * libs/FScreen.c (FScreenInit):
9432         * libs/FRender.c (FRenderRender):
9433         * libs/Fft.c (FftDrawString):
9434         * fvwm/icons.c (CreateIconWindow):
9435         * fvwm/colorset.c (parse_colorset):
9436         * fvwm/move_resize.c (CMD_XorValue):
9437         * fvwm/colorset.c (alloc_colorset):
9438         * fvwm/fvwm.c (main):
9439         Use the new interface functions and some fix if the fvwm depth !=
9440         the root depth.
9442         * libs/PictureUtils.c (PictureAllocColorTable):
9443         Change the default color table to a 4x4x4 cc + 4 grey
9445 2002-10-07  Dan Espen  <dane@mk.telcordia.com>
9447         * fvwm/fvwm.1.in: Use built-in, not builtin.
9449 2002-10-06  Mikhael Goikhman  <migo@homemail.com>
9451         * configure.in:
9452         s/FvwmNewDebug/FvwmDebug/
9454         * fvwm/commands.h:
9455         * fvwm/conditional.c (CMD_NoWindow):
9456         * fvwm/functable.c:
9457         * NEWS:
9458         new command NoWindow to remove window context
9460         * fvwm/fvwm.1.in:
9461         use "fvwm" spelling, at least in the middle of sentences
9463 2002-10-06  Dan Espen  <dane@mk.telcordia.com>
9465         * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9466         builtin commands.  Use "builtin", not "built in" or "built-in".
9467         Other adjustments.
9469 2002-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9471         * libs/Graphics.c (do_relieve_rectangle):
9472         removed debug message
9474         * fvwm/focus.c (__update_windowlist):
9475         (__set_focus_to_fwin):
9476         fixed reversal of __update_windowlist arguments causing FlipFocus to
9477         break [and maybe other things]
9479 2002-10-05  olicha  <olivier.chapuis@free.fr>
9481         * libs/PictureUtils.c (alloc_color_cube):
9482         It si possible to enable "gamma correction" for colors cubes (disabled,
9483         define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9485         * libs/PictureUtils.c (get_color_index):
9486         (create_mapping_table):
9487         Use a more exact approximation of colors for pur cc without the big
9488         16x16x16 cc
9490         * libs/PictureUtils.c (PictureFreeColors):
9491         Fixed a memory leak
9493         * libs/Graphics.c (CreateGradientPixmap):
9494         (CreateGradientPixmapFromString):
9495         Cleanup
9497 2002-10-04  olicha  <olivier.chapuis@free.fr>
9499         * libs/PictureUtils.c (*):
9500         Used a better color approximation for color cube when we do not dither.
9501         Added some new colors tables: color cube with some grey colors.
9502         Change the default to a 4x4x3 cc with 6 grey (54 colors).
9503         Some visual fixes.
9505         * fvwm/fvwm.c (main):
9506         Fixed the visual option
9508 2002-10-03  Mikhael Goikhman  <migo@homemail.com>
9510         * configure.in:
9511         generate FvwmNewDebug and FvwmGtkDebug
9513 2002-10-02  olicha  <olivier.chapuis@free.fr>
9515         * libs/PictureUtils.c (USED_DIST):
9516         Used the euclidian distance for colors distance
9518         * libs/Fft.c (FftGetFont):
9519         Disable Xft if the Xserver does not support XRender
9521 2002-10-01  olicha  <olivier.chapuis@free.fr>
9523         * libs/Fft.c (FftGetFont):
9524         Disable Xft if the Xserver does not support XRender
9526         * libs/FRender.c (FRenderRender):
9527         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9528         Fixed
9530         * libs/Colorset.c (SetRectangleBackground):
9531         (SetClippedRectangleBackground):
9532         * libs/Colorset.h:
9533         New interface function for drawing a subset of a colorset rectangle
9535 2002-09-26  olicha  <olivier.chapuis@free.fr>
9537         * fvwm/update.c (apply_window_updates):
9538         Fixed icons colorset update
9540         * libs/FRender.c (FRenderRender):
9541         Fixed bitmap rendering
9543         * fvwm/update.c (apply_window_updates):
9544         * fvwm/geometry.c (move_icon_to_position):
9545         * fvwm/events.c (HandleEnterNotify):
9546         (HandleExpose):
9547         (HandleLeaveNotify):
9548         (HandlePropertyNotify):
9549         * fvwm/add_window.c (setup_icon_font):
9550         * fvwm/icons.c (DrawIconWindow):
9551         (DrawIconTitleWindow):
9552         (DrawIconPixmapWindow):
9553         (ChangeIconPixmap):
9554         (RedoIconName):
9555         Fixed focus/unfocus flickering
9557 2002-09-25  olicha  <olivier.chapuis@free.fr>
9559         * fvwm/icons.c (DrawIconTitleWindow):
9560         One more drawing fix
9562 2002-09-24  olicha  <olivier.chapuis@free.fr>
9564         * fvwm/icons.c (DrawIconTitleWindow):
9565         An other drawing fix
9567 2002-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9569         * fvwm/move_resize.c (__move_loop):
9570         fixed uninitialised variable
9571         (InteractiveMove):
9572         fixed starting move at random position
9574 2002-09-24  olicha  <olivier.chapuis@free.fr>
9576         * fvwm/update.c (apply_window_updates):
9577         * fvwm/geometry.c (move_icon_to_position):
9578         * fvwm/events.c (HandleEnterNotify):
9579         (HandleExpose):
9580         (HandleLeaveNotify):
9581         (HandlePropertyNotify):
9582         * fvwm/add_window.c (setup_icon_font):
9583         * fvwm/icons.c (DrawIconWindow):
9584         (DrawIconTitleWindow):
9585         (DrawIconPixmapWindow):
9586         (ChangeIconPixmap):
9587         (RedoIconName):
9588         Fixed icon drawing. Split icon window drawing.
9590         * libs/FRender.c (*):
9591         Fixed compilation and small clean up
9593 2002-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9595         * fvwm/conditional.c (CreateFlagString):
9596         fixed quoting in conditional command conditions
9598         * fvwm/menus.c (__mloop_handle_event):
9599         removed unnecessary querying of pointer position on button release in
9600         menus
9601         (__menu_loop):
9602         fixed posting menus
9604         * fvwm/bindings.c (ParseBinding):
9605         increased maximum allowed key symbol name length to 200 characters
9607         * fvwm/execcontext.h (enum):
9608         * fvwm/fvwm.c (Done):
9609         (SetRCDefaults):
9610         (main):
9611         (StartupStuff):
9612         use new contexts
9614         * fvwm/execcontext.h (enum):
9615         added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9617         * fvwm/menus.c (pop_menu_up):
9618         fixed accidental menu animation with certain menu position hints
9620 2002-09-23  olicha  <olivier.chapuis@free.fr>
9622         * libs/FRender.c (*):
9623         Fixed(?) XRender rendering with some Xserver
9625         * fvwm/update.c (apply_window_updates):
9626         * fvwm/geometry.c (move_icon_to_position):
9627         * fvwm/events.c (HandleEnterNotify):
9628         (HandleExpose):
9629         (HandleLeaveNotify):
9630         (HandlePropertyNotify):
9631         * fvwm/add_window.c (setup_icon_font):
9632         * fvwm/icons.c (DrawIconWindow):
9633         (ChangeIconPixmap):
9634         (RedoIconName):
9635         Clip text and icon drawing for the icons
9637 2002-09-21  Mikhael Goikhman  <migo@homemail.com>
9639         * NEWS:
9640         * libs/System.c:
9641         Path commands now support form: "path1;ext1:path2:path3;ext3"
9642         where ext1 (for example, ".png") means all files in path1 should
9643         be forced to have extention ".png" even if the requested icon
9644         has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9646         * fvwm/execcontext.h:
9647         small changes in latters used for EXCT_* constants
9649         * fvwm/module_interface.c:
9650         * libs/Picture.c:
9651         * libs/PictureBase.c:
9652         * fvwm/cursor.c:
9653         some spacing reindentation
9655 2002-09-21  olicha  <olivier.chapuis@free.fr>
9657         * libs/FRender.c (FRenderCompositeAndCheck):
9658         Temporally take GraphicsExposure in account
9660 2002-09-20  Mikhael Goikhman  <migo@homemail.com>
9662         * libs/vpacket.h:
9663         fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9665 2002-09-20  olicha  <olivier.chapuis@free.fr>
9667         * fvwm/icons.c (GetIconPicture):
9668         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9669         Fixed the alpha channel
9671 2002-09-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9673         * NEWS:
9674         updated for 2.4.11
9676 2002-09-20  olicha  <olivier.chapuis@free.fr>
9678         * libs/FRender.c (FRenderTintPicture):
9679         (FRenderTintRectangle):
9680         (FRenderRender):
9681         * libs/FRenderInterface.h:
9682         * libs/PictureGraphics.c (PGraphicsTintRectangle):
9683         Make FRender code more modular. Add a 24+8 tinting method and enable it
9684         in the place of the 32 tinting method (which can be enabled by defining
9685         USE_ABSOLUTE_FORMATE)
9687 2002-09-19  olicha  <olivier.chapuis@free.fr>
9689         * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9690         (animated_move_back):
9691         (pop_menu_up):
9692         (repaint_transparent_menu):
9693         * fvwm/move_resize.c (AnimatedMoveOfWindow):
9694         (AnimatedMoveAnyWindow):
9695         * fvwm/move_resize.h:
9696         Support the new colorset transparent options and fix greyed item
9697         of transparent animated menus
9699         * fvwm/menus.c (pop_menu_up):
9700         (animated_move_back):
9702         * libs/Rectangles.c:
9703         * libs/Rectangles.h:
9704         * libs/Makefile.am:
9705         New libs files for rectangles, segments, regions ..etc
9707         * fvwm/menus.c (clear_expose_menu_area):
9708         (get_menu_paint_item_parameters):
9709         (paint_menu):
9710         (select_menu_item):
9711         (ParentalMenuRePaint):
9712         (ParentalMenuRePaint):
9713         * fvwm/menuitem.c (clear_menu_item_background):
9714         (menuitem_paint):
9715         * fvwm/menuitem.h (MenuPaintItemParameters):
9716         Clip the item icons and text drawing
9718         * fvwm/menus.c (__mloop_exit):
9719         Fixed an indirect uninitialized variable bug
9721         * fvwm/menus.c (__mloop_handle_event): *
9722         (__mloop_handle_action_with_mi): *
9723         Update some comments
9725         * libs/FRender.c (FRenderVisualInit):
9726         (FRenderRender):
9727         * fvwm/colorset.c (parse_colorset):
9728         Small clean up
9730 2002-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9732         * fvwm/menus.c (__menu_loop):
9733         (__mloop_handle_action_with_mi):
9734         fixed parent menu redrawing
9736         * fvwm/style.c (check_window_style_change):
9737         * fvwm/update.c (apply_window_updates):
9738         * fvwm/add_window.c (setup_icon_size_limits):
9739         honour changes in IconSize style without recapture
9741         * fvwm/focus.c (focus_query_open_grab_focus):
9742         * fvwm/events.c (HandlePropertyNotify):
9743         * fvwm/add_window.c (setup_transientfor):
9744         take care of various funny initial transientfor settings
9746         * fvwm/stack.c (__raise_lower_recursion):
9747         new function
9748         fixed stacking core dump
9750 2002-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9752         * libs/Graphics.c:
9753         ANSI C fixes
9755         * configure.in:
9756         added a program that tests for -Werror option and similar; bug out of
9757         configure if the test program doesn't compile
9759 2002-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9761         * fvwm/fvwm.1.in:
9762         * configure.in:
9763         add a "do not edit" warning at the beginning of the man page
9765         * configure.in:
9766         enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9768         * libs/FScreen.c (XineramaQueryScreens):
9769         fixed linking problem when compiling without Xinerama
9771         * fvwm/cursor.c (CMD_CursorStyle):
9772         fixed cursorstyle command being applied to windows without handles
9774         * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9775         (EWMH_ProcessPropertyNotify):
9776         * fvwm/gnome.h (GNOME_ProcessClientMessage):
9777         (GNOME_HandlePropRequest):
9778         fixed dummy macros when compiling without gnome/ewmh support
9780 2002-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9782         * libs/queue.c (fqueue_add_inside):
9783         add a new command with the same execution time as a previous one behind
9784         it
9786         * configure.in:
9787         override CFLAGS and CPPFLAGS with empty strings instead of generating an
9788         error message
9790         * fvwm/functions.c (__execute_function):
9791         * fvwm/execcontext.h (exec_context_type_t):
9792         replace enum values with letters for readability
9794         * fvwm/functions.c (__execute_function):
9795         improved command log output
9797         * fvwm/schedule.c (execute_obj_func):
9798         fixed schedule queue timing
9800         * configure.in:
9801         refuse to run configure if CFLAGS is not empty
9803 2002-09-16  Mikhael Goikhman  <migo@homemail.com>
9805         * fvwm/misc.c:
9806         fixed compilation with --enable-command-log; simplified fvwm_msg()
9808         * libs/Module.c:
9809         reformatted; don't send end-of-line with SET_*MASK
9811 2002-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9813         * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9814         fixed multipixmap title drawing
9816         * fvwm/frame.h (struct):
9817         * fvwm/frame.c (frame_get_titlebar_dimensions):
9818         removed unused code
9820         * fvwm/events.c (HandlePropertyNotify):
9821         applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
9823         * libs/Fft.c (FftDrawString):
9824         -Wall fix when compiling w/o Xft
9826 2002-09-15  olicha  <olivier.chapuis@free.fr>
9828         * libs/Colorset.c (CreateBackgroundPixmap):
9829         Fixed a dpy problem with FvwmBacker
9830         * libs/Colorset.c (CreateBackgroundPixmap):
9831         Fixed creation a root transparent pixmap for small root pixmap
9833 2002-09-14  olicha  <olivier.chapuis@free.fr>
9835         * libs/Fft.c (FftDrawString):
9836         Fixed clip region with shadow font
9838         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
9839         Added a function to create translucent pixmaps
9840         * libs/Colorset.c (CreateBackgroundPixmap):
9841         A small fix
9842         * libs/FRender.c (FRenderRender):
9843         Allows to use the root window as src pixmap
9845 2002-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9847         * fvwm/fvwm.1.in:
9848         Fixed open double quotes in ButtonState section
9850 2002-09-13  Dan Espen  <dane@mk.telcordia.com>
9852         * fvwm/fvwm.1.in: Add -cmd module timeout information.
9854 2002-09-13  olicha  <olivier.chapuis@free.fr>
9856         * libs/Colorset.c (CreateBackgroundPixmap):
9857         (UpdateBackgroundTransparency):
9858         (SetRectangleBackground):
9859         * libs/Colorset.h:
9860         * fvwm/colorset.c (*):
9861         * fvwm/colorset.h:
9862         * fvwm/events.c (HandlePropertyNotify):
9863         Starting implementation of RootTransparent colorset. Worked on
9864         tinted Transparent colorset. Various colorset parsing fixes.
9866         * libs/Fft.c (FftDrawString):
9867         * libs/Flocale.h:
9868         Added the possibility to draw with a clipping region.
9870         * libs/FRender.c (FRenderRender):
9871         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9872         (PCreateRenderPixmap):
9873         (PGraphicsCreateTransprency):
9874         (PGraphicsTintRectangle):
9875         Improve current rendering functions to be able to tint the
9876         ParentalRelative pixmap or the background of a window.
9877         Re-enabled XRender rendering.
9879         * fvwm/borders.c:
9880         remove a #if 0 debug "render" code
9882 2002-09-13  Mikhael Goikhman  <migo@homemail.com>
9884         * fvwm/builtins.c (ReadTitleButton):
9885         * fvwm/screen.h:
9886         new button state shortcuts AllNormal, AllToggled,
9887         AllActive, AllInactive, AllUp, AllDown
9889         * fvwm/module_interface.c:
9890         minor reformatting
9892         * acconfig.h:
9893         possibly fixed compilation with non gcc
9895 2002-09-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9897         * fvwm/focus.c (_focus_grab_buttons):
9898         (__focus_grab_buttons):
9899         renamed
9900         (__focus_grab_one_button):
9901         grab all modifier combinations on client windows by default if
9902         necessary; this saves a lot of traffic but may grab unnecessary
9903         modifiers with mouse bindings on the client window
9905         * fvwm/fvwm.1:
9906         * libs/defaults.h (DEF_FP_MODIFIERS):
9907         * fvwm/events.c (__handle_focus_raise_click):
9908         * fvwm/style.c (style_parse_focus_policy_style):
9909         * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
9910         default is now to use any modifiers for clicktofocus/raise purposes
9912         * fvwm/menus.c (__mloop_get_event):
9913         fixed menu hang
9914         (menu_tear_off):
9915         fixed tear off menus
9917         * libs/FEvent.c (FCheckIfEvent):
9918         (FCheckMaskEvent):
9919         (FCheckTypedEvent):
9920         (FCheckTypedWindowEvent):
9921         (FCheckWindowEvent):
9922         fixed FCheck...Event functions thus fixing Menu command behaving like
9923         Popup
9925         * fvwm/move_resize.c (InteractiveMove):
9926         fixed offset between pointer and window when dragging
9928         * fvwm/virtual.c (HandlePaging):
9929         * fvwm/icons.c (CMD_Iconify):
9930         * fvwm/move_resize.c (InteractiveMove):
9931         * fvwm/menus.c (get_menu_options):
9932         (get_menu_options):
9933         * libs/FScreen.c (GetMouseXY):
9934         use new function fev_get_evpos_or_query()
9936         * libs/Makefile.am:
9937         * libs/Pointer.c:
9938         removed file
9940         (GetLocationFromEventOrQuery):
9941         moved to FEvent.c and renamed to fev_get_evpos_or_query()
9942         * libs/FEvent.c (fev_set_evpos):
9943         new function
9945         * fvwm/functions.c (__execute_function):
9946         (execute_complex_function):
9947         fixed complex action clicking logic
9949         * fvwm/add_window.c (CaptureOneWindow):
9950         fixed RecaptureWindow
9951         (CaptureAllWindows):
9952         fixed Restart
9954         * fvwm/functable.c (func_table):
9955         fixed running RecaptureWindow without a context window
9957         * fvwm/conditional.c (circulate_cmd):
9958         fixed action to run
9960         * fvwm/events.c (HandleVisibilityNotify):
9961         fixed VisibilityNotify handling
9963         * fvwm/functions.c (execute_complex_function):
9964         fixed memory corruption
9965         (__execute_function):
9966         fixed using wrong context
9967         (__execute_function):
9968         removed conditional that was always true now
9969         (DeferExecution):
9970         fixed core dump
9972         * fvwm/module_interface.c (ExecuteModuleCommand):
9973         initialise module number
9975 2002-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9977         * fvwm/add_window.c (CaptureOneWindow):
9978         fixed memory corruption
9980         * fvwm/icons.c (Iconify):
9981         (DeIconify):
9982         fixed bug introduced with transient stacking patch
9984         * fvwm/functions.c (DeferExecution):
9985         (__execute_function):
9986         (execute_complex_function):
9987         cleaned up and optimized exec_context handling
9989         * fvwm/schedule.c:
9990         * fvwm/menucmd.c:
9991         * fvwm/update.c:
9992         * fvwm/windowlist.c:
9993         * fvwm/conditional.c:
9994         * fvwm/focus.c:
9995         * fvwm/functions.c:
9996         * fvwm/placement.c:
9997         * fvwm/colorset.c:
9998         * fvwm/stack.c:
9999         * fvwm/virtual.c:
10000         * fvwm/module_interface.c:
10001         * fvwm/icons.c:
10002         * fvwm/builtins.c:
10003         * fvwm/add_window.c:
10004         * fvwm/move_resize.c:
10005         * fvwm/fvwm.h (F_CMD_ARGS):
10006         (F_PASS_ARGS):
10007         completely removed the builtin command arguments fw, w, and context
10009         * fvwm/functions.c (DeferExecution):
10010         fixed core dump
10012         * fvwm/stack.c (BroadcastRestack):
10013         removed global lastTimestamp
10015         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10016         (EWMH_ProcessPropertyNotify):
10017         (ewmh_WMStateShaded):
10018         (ewmh_WMStateSticky):
10019         (ewmh_WMStateHidden):
10020         (ewmh_WMState):
10021         (ewmh_MoveResize):
10022         (ewmh_WMDesktop):
10023         (ewmh_CloseWindow):
10024         (ewmh_DesktopGeometry):
10025         (ewmh_ActiveWindow):
10026         use new function interface
10028         * fvwm/menus.c (do_menu):
10029         * fvwm/menucmd.c (menu_func):
10030         * fvwm/windowlist.c (CMD_WindowList):
10031         use new function interface
10032         replaced "(XEvent *)1" hack with a regular flag
10034 2002-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10036         * fvwm/add_window.c (destroy_window):
10037         * fvwm/update.c (destroy_scheduled_windows):
10038         * fvwm/screen.h (ScreenInfo):
10039         new member is_executing_menu_function
10041         * fvwm/windowlist.c (CMD_WindowList):
10042         * fvwm/menucmd.c (menu_func):
10043         * fvwm/gnome.c (CMD_GnomeButton):
10044         (GNOME_ProcessClientMessage):
10045         (GNOME_HandlePropRequest):
10046         * fvwm/modconf.c (CMD_Send_ConfigInfo):
10047         * fvwm/update.c (apply_window_updates):
10048         * fvwm/repeat.c (CMD_Repeat):
10049         * fvwm/conditional.c (circulate_cmd):
10050         (CMD_Prev):
10051         (CMD_Next):
10052         (CMD_None):
10053         (CMD_Any):
10054         (CMD_Current):
10055         (CMD_Cond):
10056         (CMD_CondCase):
10057         (select_cmd):
10058         (CMD_All):
10059         (CMD_Direction):
10060         (CMD_WindowId):
10061         * fvwm/focus.c (warp_to_fvwm_window):
10062         (CMD_WarpToWindow):
10063         * fvwm/read.c (run_command_stream):
10064         (run_command_file):
10065         (CMD_Read):
10066         (CMD_PipeRead):
10067         * fvwm/fvwm.c (Done):
10068         (SetRCDefaults):
10069         (StartupStuff):
10070         (main):
10071         use new function interface
10072         (main):
10073         fixed running startup script under random module number
10075         * fvwm/functions.c (execute_function_override_window):
10076         * fvwm/functions.c (execute_function_override_wcontext):
10077         new convenience functions
10079         * fvwm/gnome.c:
10080         * fvwm/modconf.c:
10081         * fvwm/session.c:
10082         re-indented
10084         * fvwm/module_interface.c (CMD_Send_WindowList):
10085         (CMD_set_mask):
10086         (CMD_set_sync_mask):
10087         (CMD_set_nograb_mask):
10088         fixed core dumps
10089         don't use "Module" argument anymore
10090         (ExecuteModuleCommand):
10091         made static
10092         use new function interface
10094         * fvwm/add_window.c (CaptureOneWindow):
10095         (do_recapture):
10096         (CaptureAllWindows):
10097         * fvwm/events.c (HandleMapRequestKeepRaised):
10098         * fvwm/add_window.c (AddWindow):
10099         AddWindow takes executiuon context as its argument instead of the
10100         window; changed caller
10101         don't use "Event" anymore
10103         * fvwm/fvwm.c (StartupStuff):
10104         generate an execution context for startup
10106         * fvwm/move_resize.c (DoResize):
10107         (__resize_step):
10108         (moveLoop):
10109         (__move_loop):
10110         renamed and used new function interface in args
10112         * fvwm/geometry.c (constrain_size):
10113         added XEvent *e argument to remove use of global "Event"; changed all
10114         callers
10116 2002-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10118         * fvwm/stack.c (get_next_window_in_stack_ring):
10119         (get_prev_window_in_stack_ring):
10120         (get_transientfor_fvwmwindow):
10121         * fvwm/icons.c (SetMapStateProp):
10122         * fvwm/events.c (fake_map_unmap_notify):
10123         * fvwm/misc.c (IsRectangleOnThisPage):
10124         * fvwm/menus.c (menu_enter_tear_off_menu):
10125         (menu_close_tear_off_menu):
10126         * fvwm/icons.c (DrawIconWindow):
10127         * fvwm/focus.c:
10128         * fvwm/colormaps.c (InstallWindowColormaps):
10129         made FvwmWindow * arguments const in many functions
10131         * fvwm/menus.c (pop_menu_up):
10132         (pop_menu_down):
10133         (__mloop_do_menu):
10134         (__mloop_do_popup):
10135         (do_menu):
10136         (menu_enter_tear_off_menu):
10137         (__mloop_get_event):
10138         (__mloop_get_event_timeout_loop):
10139         (__mloop_do_menu):
10140         (__mloop_get_mi_actions):
10141         (is_double_click):
10142         * fvwm/events.c (HandleEnterNotify):
10143         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10144         (__move_window):
10145         (__move_loop):
10146         (__resize_step):
10147         (__resize_window):
10148         * fvwm/functions.c (DeferExecution):
10149         (__execute_function):
10150         * fvwm/windowlist.c (CMD_WindowList):
10151         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10152         * fvwm/module_interface.c (CMD_ModuleSynchronous):
10153         (ExecuteModuleCommand):
10154         * fvwm/builtins.c (CMD_Wait):
10155         * fvwm/events.c (WaitForButtonsUp):
10156         (HandleShapeNotify):
10157         (HandleVisibilityNotify):
10158         (HandleUnmapNotify):
10159         (HandleSelectionRequest):
10160         (HandleReparentNotify):
10161         (HandlePropertyNotify):
10162         (HandleMotionNotify):
10163         (HandleMapRequestKeepRaised):
10164         (HandleMapRequest):
10165         (HandleMappingNotify):
10166         (HandleMapNotify):
10167         (HandleLeaveNotify):
10168         (HandleKeyPress):
10169         (HandleFocusOut):
10170         (HandleFocusIn):
10171         (HandleExpose):
10172         (HandleEnterNotify):
10173         (HandleDestroyNotify):
10174         (HandleColormapNotify):
10175         (HandleClientMessage):
10176         (HandleButtonRelease):
10177         (HandleButtonPress):
10178         (__handle_bpress_on_root):
10179         (__handle_bpress_action):
10180         (__handle_click_to_raise):
10181         (__handle_click_to_focus):
10182         (__is_bpress_window_handled):
10183         (__handle_focus_raise_click):
10184         don't use "Event", "Fw" and old_execute_function() anymore
10186         * fvwm/events.c (dispatch_event):
10187         removed preserve_tmpwin argument; changed all callers
10189         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10190         fixed random focus member of faked event
10192         * fvwm/gnome.c (GNOME_ProcessClientMessage):
10193         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10194         (EWMH_ProcessPropertyNotify):
10195         * fvwm/move_resize.c (DisplaySize):
10196         (DisplayPosition):
10197         (position_geometry_window):
10198         * fvwm/geometry.c (get_window_borders):
10199         (get_window_borders_no_title):
10200         made args const
10202         * fvwm/events.c (dispatch_event):
10203         create event execution context
10204         (HandleClientMessage):
10205         removed useless local "button"
10206         (GetContext):
10207         don't fiddle with global Fw anymore; added argument to return context
10208         window; changed all callers
10210         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10211         * fvwm/move_resize.c (__resize_window):
10212         use new event handle interface
10214         * fvwm/events.c:
10215         * fvwm/eventhandler.h:
10216         new event handler interface
10218         * fvwm/functions.c (CMD_Plus):
10219         * fvwm/builtins.c (AddToDecor):
10220         (CMD_AddToDecor):
10221         (CMD_DestroyDecor):
10222         use F_CMD_ARGS in AddToDecor
10223         (CMD_StrokeFunc):
10224         removed useless check for realloc return value
10225         use new function interface
10226         fixed another memory leak
10228         * fvwm/builtins.c (__remove_window_decors):
10229         replace old_execute_function with execute_function
10231         * fvwm/add_window.c (setup_window_placement):
10232         * fvwm/placement.c (PlaceWindow):
10233         * fvwm/schedule.c (execute_obj_func):
10234         * fvwm/colorset.c (add_to_junk):
10235         use new function call interface
10237         * fvwm/fvwm.h (F_EXEC_ARGS):
10238         (F_PASS_EXEC_ARGS):
10239         removed now unused macros
10241         * fvwm/functions.c (CheckActionType):
10242         (cf_cleanup):
10243         (DeferExecution):
10244         (__execute_function):
10245         (__run_complex_function_items):
10246         (execute_complex_function):
10247         rewrote function call interface
10249         * fvwm/functions.c (__run_complex_function_items):
10250         new function split off from execute_complex_function
10252         * fvwm/externs.h:
10253         * fvwm/events.c:
10254         removed "Event" global
10256 2002-09-08  Dan Espen  <dane@mk.telcordia.com>
10258         * fvwm/fvwm.1.in: Language check.
10260 2002-09-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10262         * fvwm/functions.c (old_execute_function):
10263         removed
10265         * fvwm/module_interface.c (do_execute_module):
10266         don't write module argument anymore; code claimed that writing 0 into
10267         *Module prevented WaitForButtonsUp from being called, but that was
10268         either a lie or a relic of the past
10270         * fvwm/fvwm.h (exec_func_args_type):
10271         removed type
10272         (F_CMD_ARGS):
10273         (F_PASS_ARGS):
10274         removed *Module argument
10276         * fvwm/functions.c (__execute_function):
10277         new interface
10279         * fvwm/functions.h (enum):
10280         added more function execution falgs
10282         * fvwm/fvwm.h:
10283         add exec_context_t *exc to builtin arguments
10285         * libs/FEvent.c (fev_copy_last_event):
10286         new function
10288         * fvwm/execcontext.h:
10289         * fvwm/execcontext.c:
10290         new files introducing the "exec_context_t" structure that shall replace
10291         the builtin command interface
10293         * fvwm/stack.c (__RaiseOrLowerWindow):
10294         (RaiseOrLowerWindow):
10295         (__restack_window):
10296         (mark_transient_subtree):
10297         (__sort_transient_ring):
10298         properly handle restacking of windows with more than one transient and
10299         multiple levels of transients at the same time
10300         (__RaiseOrLowerWindow):
10301         (RaiseOrLowerWindow):
10302         renamed function and added wrapper
10304         * fvwm/fvwm.h (FvwmWindow):
10305         added new scratch registers
10307 2002-09-06  Mikhael Goikhman  <migo@homemail.com>
10309         * configure.in:
10310         * Makefile.am:
10311         minor improvements in the new release procedure
10313 2002-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10315         * fvwm/stack.c (RaiseOrLowerWindow):
10316         (__restack_window):
10317         (mark_transient_subtree):
10318         (must_move_transients):
10319         (is_on_top_of_layer_ignore_rom):
10320         handle restacking trees of transient windows; still does not work too
10321         well if a window has multiple transients at the same time
10323 2002-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10325         * fvwm/stack.h:
10326         * fvwm/stack.c:
10327         restored versions from before 9th of September
10328         (RaiseOrLowerWindow):
10329         fixed StackTransientParent style without RaiseTransient or
10330         LowerTransient on transient_for window
10331         StackTransientParent works only on window in the same layer
10332         (mark_transient_subtree):
10333         fixed handling of window group hint w/ iconify
10334         (restack_windows):
10335         (RaiseOrLowerWindow):
10336         (new_layer):
10337         fixed flickering when overlapping transients aree lowered
10339         * fvwm/move_resize.c (__resize_window):
10340         * fvwm/colorset.c (add_to_junk):
10341         cleaned up event handling
10343         * fvwm/move_resize.c (__resize_window):
10344         renamed function and changed callers
10346         * fvwm/fvwm.h (F_PASS_ARGS):
10347         (F_CMD_ARGS):
10348         removed eventp command argument
10350         * fvwm/events.c (DispatchEvent):
10351         (dispatch_event):
10352         renamed function, added event argument and changed all callers
10354         * libs/FEvent.c (fev_fake_event):
10355         * libs/FEvent.c (fev_get_evtype__remove_me):
10356         new functions
10358         * fvwm/menus.c (menuShortcuts):
10359         (is_double_click):
10360         (pop_menu_up):
10361         (pop_menu_up):
10362         (pop_menu_down):
10363         (pop_menu_down):
10364         (__mloop_init):
10365         (__mloop_get_event_timeout_loop):
10366         (__mloop_get_event):
10367         (__mloop_do_popup):
10368         (__mloop_do_popup):
10369         (do_menu):
10370         * fvwm/builtins.c (CMD_FakeClick):
10371         * fvwm/functions.c (CheckActionType):
10372         (CheckActionType):
10373         * fvwm/focus.c (__try_program_focus):
10374         (__try_program_focus):
10375         * fvwm/icccm2.c (SetupICCCM2):
10376         * fvwm/virtual.c (HandlePaging):
10377         * fvwm/module_interface.c (make_vpacket):
10378         (make_new_vpacket):
10379         * fvwm/schedule.c (squeue_get_next_ms):
10380         (squeue_get_next_ms):
10381         (CMD_Schedule):
10382         * fvwm/stack.c (BroadcastRestack):
10383         * fvwm/move_resize.c (resize_window):
10384         (moveLoop):
10385         * libs/FEvent.c (fev_get_evtime):
10386         removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10388         * fvwm/events.c (HandleEnterNotify):
10389         (DispatchEvent):
10390         (My_XNextEvent):
10391         (discard_events):
10392         (discard_window_events):
10393         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10394         (moveLoop):
10395         (resize_window):
10396         * fvwm/menus.c (__mloop_get_event):
10397         * fvwm/virtual.c (HandlePaging):
10398         (MoveViewport):
10399         * fvwm/functions.c (DeferExecution):
10400         (CheckActionType):
10401         * fvwm/misc.c (get_server_time):
10402         * fvwm/builtins.c (CMD_StrokeFunc):
10403         * fvwm/menus.c (pop_menu_up):
10404         (pop_menu_down):
10405         (__mloop_init):
10406         * libs/FEvent.c (fev_update_last_timestamp):
10407         removed StashEventTime function; handle this directly in FEvent.c
10409         * fvwm/module_interface.c (ExecuteModuleCommand):
10410         * fvwm/misc.c (Keyboard_shortcuts):
10411         * fvwm/colormaps.c (colormap_handle_colormap_notify):
10412         * fvwm/events.c (handle_all_expose):
10413         (dispatch_event):
10414         (HandleEvents):
10415         (HandleKeyPress):
10416         don't use Event global anymore
10418         * fvwm/bindings.c (activate_binding):
10419         fixed key bindings on window corners
10421         * libs/fvwmlib.h (C_DECOR):
10422         context including all parts of the decorations
10424 2002-09-04  Mikhael Goikhman  <migo@homemail.com>
10426         * libs/FEvent.h:
10427         fixed compilation warning in #endif comment
10429         * fvwm/borders.c:
10430         removed debug fprintf
10432         * acconfig.h:
10433         * configure.in:
10434         * fvwm/fvwm.c:
10435         * fvwm/fvwm.1:
10436         another solution for reporting the cvs status
10438 2002-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10440         * configure.in (LIBOBJS):
10441         * acinclude.m4 (smr_SWITCH):
10442         fix for autoconf 2.53
10444         * fvwm/*.[ch]:
10445         removed unnecessary includes
10447         * fvwm/Makefile.am (fvwm_SOURCES):
10448         * fvwm/events.h:
10449         * fvwm/eventmasks.h:
10450         * fvwm/eventhandlers.h:
10451         new files split from events.h
10453         * fvwm/icccm2.c (HandleSelectionRequest):
10454         (HandleSelectionClear):
10455         * fvwm/colormaps.c (HandleColormapNotify):
10456         * fvwm/menus.c (menu_tear_off):
10457         * fvwm/move_resize.c (resize_window):
10458         * fvwm/events.c:
10459         * fvwm/events.h:
10460         new argument avh_args_t to the event handler functions; still unused
10461         moved all event handlers to events.c
10462         remove now unnecessary includes in some files
10464         * fvwm/icccm2.c (HandleSelectionRequest):
10465         re-indented file
10467         * **/*.c:
10468         use replacements for X event functions everywhere
10470 2002-09-03  Mikhael Goikhman  <migo@homemail.com>
10472         * fvwm/defaults.h:
10473         * fvwm/screen.h:
10474         * fvwm/borders.c (border_flags_to_button_state):
10475         (CMD_ButtonState):
10476         * fvwm/builtins.c (ReadTitleButton):
10477         * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10478         * fvwm/fvwm.c (InitVariables):
10479         Imlemented new title and button states InactiveUp and InactiveDown,
10480         new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10481         So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10482         Updated all ButtonStyle, TitleStyle and ButtonState commands.
10484         * fvwm/fvwm.c:
10485         reformat license info in -version to be 3 lines and one empty line
10486         instead of 5 non-empty lines, for readability
10488 2002-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10490         * libs/FEvent.c:
10491         * libs/FEvent.h:
10492         * libs/Makefile.am:
10493         new files
10495         * fvwm/stack.c (__raise_or_lower_recursion):
10496         (RaiseOrLowerWindow):
10497         split into two functions
10498         renamed to __raise_or_lower_window
10499         (mark_transient_subtree):
10500         new flag MARK_CLEAR
10501         (position_new_window_in_stack_ring):
10502         (RaiseWindow):
10503         (LowerWindow):
10504         cleaned up stacking code
10506         * fvwm/menus.c (paint_menu):
10507         fixed a minor drawing problem with menu item reliefs
10509 2002-09-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10511         * fvwm/move_resize.c (InteractiveMove):
10512         removed eventp from interface
10513         changed all callers
10515         * fvwm/menucmd.c (menu_func):
10516         * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10517         * fvwm/windowlist.c (CMD_WindowList):
10518         * fvwm/read.c (run_command_file):
10519         (run_command_stream):
10520         * fvwm/focus.c (warp_to_fvwm_window):
10521         * libs/Event.c (GetSubwindowFromEvent):
10522         * fvwm/events.c (GetContext):
10523         * libs/Pointer.c (GetLocationFromEventOrQuery):
10524         * fvwm/builtins.c (CMD_StrokeFunc):
10525         (CMD_StrokeFunc):
10526         * fvwm/events.c (StashEventTime):
10527         * fvwm/move_resize.c (InteractiveMove):
10528         * fvwm/functions.c (DeferExecution):
10529         (old_execute_function):
10530         * fvwm/fvwm.h (F_CMD_ARGS):
10531         (F_EXEC_ARGS):
10532         make eventp argument const to ease clean up work
10534         * fvwm/windowlist.c (CMD_WindowList):
10535         * fvwm/move_resize.c (InteractiveMove):
10536         * fvwm/menucmd.c (menu_func):
10537         * fvwm/icons.c (CMD_Iconify):
10538         always query pointer position in case a script modified the position
10539         in the input event
10541         * fvwm/focus.c (SetPointerEventPosition):
10542         removed function since it modifies the global event variable
10544         * fvwm/functable.c (func_table):
10545         added cursor and event type members fo DeferExecution call
10546         * fvwm/functions.c (DeferExecution):
10547         made static, call from inside functions.c only
10548         removed calls everywhere
10550         * fvwm/builtins.c (CMD_StrokeFunc):
10551         fixed memory leak
10553         * fvwm/virtual.c (HandlePaging):
10554         (MoveViewport):
10555         don't use global "Event" anymore
10556         (HandlePaging):
10557         pass in event structure through arguments
10558         changed all callers
10560 2002-09-02  olicha  <olivier.chapuis@free.fr>
10562         * libs/Colorset.c (*):
10563         * libs/Colorset.h:
10564         * libs/colorset.c (parse_colorset):
10565         * libs/PictureGraphics.c (PGrabXImage):
10566         (PCreateRenderPixmap):sx
10567         (PGraphicsCreateTransprency):
10568         * libs/PictureGraphics.h:
10569         An experimental implementation of ParentalRelative tinted background
10571         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10572         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10573         (PImageLoadPng):
10574         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10575         * libs/FRenderInit.c (FRenderInit):
10576         (FRenderGetAlphaDepth):
10577         * libs/FRenderInit.h:
10578         Fixed alpha blending for xserver without depth 8 pixmap
10579         (maybe a tmp fix)
10581         * fvwm/fvwm.1.in
10582         typo
10584 2002-09-01  olicha  <olivier.chapuis@free.fr>
10586         * NEWS:
10587         Colorset and alpha blending news
10589 2002-08-31  olicha  <olivier.chapuis@free.fr>
10591         * libs/Ficonv.c (convert_charsets):
10592         Fixed compilation on systems that do not have EILSEQ
10594 2002-08-30  olicha  <olivier.chapuis@free.fr>
10596         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10597         Fixed compilation of certain modules
10599         * fvwm/borders.c (border_render_into_pixmap):
10600         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10601         * libs/PictureGraphics.h:
10602         * libs/Graphics.c (CreateStretchPixmap):
10603         (CreateStretchYPixmap):
10604         (CreateStretchXPixmap):
10605         Progress with masks in multipixmap title
10607         * libs/PictureGraphics.c (PCopyArea):
10608         (PTileRectangle):
10609         (PCreateRenderPixmap):
10610         * fvwm/borders.c (border_fill_pixmap_background):
10611         Some drawing fixes
10613         * fvwm/icons.c (DrawIconWindow):
10614         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10615         Fixed the shape mask of ewmh icons and icons with some alpha
10617 2002-08-30  olicha  <olivier.chapuis@free.fr>
10619         * libs/PictureGraphics.c (PCreateRenderPixmap):
10620         (PGrabImageErrorHandler):
10621         (PGraphicsCopyPixmaps):
10622         (PGraphicsCopyFvwmPicture):
10623         (PGraphicsTileRectangle):
10624         (PGraphicsRenderPixmaps):
10625         (PGraphicsRenderPicture):
10626         * libs/PictureGraphics.h:
10627         * libs/PictureBase.h:
10628         Replaced PGraphicsTileRectangle with a more powerful function,
10629         PCreateRenderPixmap, which performs *full* XRender simulation.
10630         So alpha blending is now supported even without Xrender support.
10631         New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10632         for direct rendering with tint and alpha channel.
10634         * libs/FRender.c (FRenderVisualInit):
10635         (FRenderCopyArea):
10636         (FRenderTintRectangle):
10637         (FRenderRender):
10638         * libs/FRenderInterface.h:
10639         Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10640         and more powerfull function FRenderRender
10642         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10643         (PImageLoadPng):
10644         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10645         Load the alpha even without Xrender support
10647         * libs/Colorset.h:
10648         * fvwm/colorset.c (parse_pixmap_tint):
10649         (parse_colorset):
10650         (alloc_colorset):
10651         Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10652         or obsolete TintMask) also tints gradients and the tint is applied
10653         only to the pixmap not the bg color. The average bg is computed from
10654         the "original" pixmap and not the tinted one, bgTint should be used
10655         to get a real average bg in the case the pixmap is tinted
10657         * fvwm/icons.c (DrawIconWindow):
10658         (CreateIconWindow):
10659         * fvwm/menuitem.c (menuitem_paint):
10660         * fvwm/menus.c (paint_side_pic):
10661         * fvwm/borders.c (border_get_border_background):
10662         (border_draw_decor_to_pixmap):
10663         (border_fill_pixmap_background):
10664         * fvwm/events.c (HandlePropertyNotify):
10665         Picture rendering use the new PGraphicsRenderPixmaps and
10666         PGraphicsRenderPicture libs functions. Respect new colorset options
10668         * fvwm/colorset.c (parse_colorset):
10669         (alloc_colorset):
10670         (CMD_ReadWriteColors):
10671         * fvwm/fvwm.1.in:
10672         Removed the read write colorset codes
10674         * libs/Graphics.c (CalculateGradientDimensions):
10675         Fixed the size of dithered H and V gradients
10677         * libs/PictureUtils.c (*):
10678         * libs/PictureUtils.h:
10679         Some cleanup
10681 2002-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10683         * fvwm/menus.c (paint_menu_gradient_background):
10684         fixed drawing of SidePic menu background when not using SideColor
10686 2002-08-28  Hippo
10687         * FvwmIconBox/icons.c:
10688         Fixed core dump
10690 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10692         * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10694 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
10696         * configure.in:
10697         fixed --disable-ewmh
10699         * libs/Picture.c:
10700         * libs/Picture.h:
10701         added const to some prototypes
10703 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10705         * fvwm/menus.c (MenuInteraction):
10706         (__menu_loop):
10707         renamed MenuInteraction to __menu_loop
10709         * fvwm/menus.c (pop_menu_up):
10710         (do_menu):
10711         (MenuInteraction):
10712         removed pdo_warp_to_title argument of pop_menu_up and changed all
10713         callers; logic is now in last_saved_position_hints
10714         (__menu_get_next_event_timeout_loop):
10715         began to split MenuInteraction into several sub functions
10716         go away, evil "goto"!
10718         * fvwm/style.c (style_parse_one_style_option):
10719         all boolean styles - and *only* boolean styles, can be prefixed with a
10720         '!' to invert their meaning
10721         (style_parse_button_style):
10722         moved Button and NoButton styles to separate function
10724         * configure.in:
10725         * NEWS:
10726         updated for 2.5.4-devel
10728         * configure.in:
10729         2.5.3 was released
10731         * configure.in:
10732         * NEWS:
10733         updated for 2.5.3
10735         * fvwm/menuitem.h (struct):
10736         * fvwm/menus.c (paint_menu_gradient_background):
10737         (paint_menu_pixmap_background):
10738         (paint_menu):
10739         (clear_expose_menu_area):
10740         fixed TiledPixmap menu background drawing bug
10741         sorted function in file and removed forward declarations
10743 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10745         * fvwm/Makefile.am (LDADD):
10746         put -lfvwm at front of library list
10748         * fvwm/windowlist.c (CMD_WindowList):
10749         print window's page instead of current page in windowlist
10751 2002-08-24  Bob Woodside  <dumbledore@woodsway.com>
10753         * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10754         Fix for Experimental RaiseOverUnmanaged Handling.
10756 2002-08-22  Bob Woodside  <dumbledore@woodsway.com>
10758         * fvwm/focus.h:
10759         * fvwm/stack.h:
10760         New defs for Experimental RaiseOverUnmanaged Handling.
10762         * fvwm/events.c (HandleEnterNotify):
10763         * fvwm/focus.c:
10764         (set_focus_to_fwin)
10765         (focus_query_grab_buttons)
10766         (_focus_grab_buttons)
10767         (focus_grab_buttons)
10768         (focus_grab_buttons_client_entered)
10769         (_SetFocusWindow)
10770         (__activate_window_by_command)
10771         (_ReturnFocusWindow)
10772         (_DeleteFocus)
10773         (_ForceDeleteFocus)
10774         * fvwm/stack.c:
10775         (raise_over_unmanaged)
10776         (is_above_unmanaged)
10777         (_is_on_top_of_layer)
10778         (is_on_top_of_layer)
10779         (is_on_top_of_layer_and_above_unmanaged)
10780         Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10781         interaction of RaiseOverUnmanaged with various focus policies,
10782         particularly mouse focus + client click raises; issue mouse
10783         button grabs when and only when they are actually needed; and
10784         fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10785         (Thanks to the GFPR, this is much more straightforward to do!)
10787 2002-08-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10789         * fvwm/fvwm.1.in:
10790         added a paragraph about scripting and complex functions.
10792         * fvwm/style.c (style_parse_one_style_option):
10793         fixed flag_mask and change_mask of TitleAt... styles that broke left
10794         and bottom titles
10796 2002-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10798         * fvwm/fvwm.1.in:
10799         describe new focus policy styles
10801 2002-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10803         * fvwm/style.c (merge_styles):
10804         fixed applying style updates immediately
10806         * fvwm/geometry.c (constrain_size):
10807         fixed font resizing of maximized windows
10809         * fvwm/window_flags.h:
10810         * fvwm/fvwm.h (has_new_wm_normal_hints):
10811         new window flags
10813         * fvwm/events.c (HandleEnterNotify):
10814         fixed UngrabNotify returning focus to just unfocused window
10815         * fvwm/focus.h:
10816         added debug code
10818         * fvwm/style.c (merge_styles):
10819         (free_style_mask):
10820         (__simplify_style_list):
10821         fixed default style calculations
10823         * fvwm/events.c (HandleConfigureRequest):
10824         disabled debug output
10826         * fvwm/style.c (merge_styles):
10827         * fvwm/fvwm.h (window_style):
10828         new style member default_mask to allow two levels of defaults;
10829         fixes focus policy defaults
10830         * fvwm/style.h:
10831         rewrote many of the macros; changed all callers
10833         * fvwm/borders.c (RenderIntoPixmap):
10834         (DrawMultiPixmapTitlebar):
10835         (border_render_into_pixmap):
10836         (border_draw_multi_pixmap_titlebar):
10837         applied Suzanne Skinner's multi pixmap titles fix
10838         renamed functions and changed all callers
10840         * libs/FScreen.c (FScreenGetScrRect):
10841         (FindScreen):
10842         (FScreenGetScrId):
10843         new utility functions
10845         * fvwm/windowlist.c (CMD_WindowList):
10846         new option MaxLabelWidth for the WIndowList command based on patch by
10847         Maxim F. Ischenko
10848         new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
10849         WindowList command.
10851         * fvwm/events.c (HandleConfigureRequest):
10852         removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
10853         seems to work without problems
10855 2002-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10857         * fvwm/style.c (merge_styles):
10858         fixed style defaults getting stuck to on once set
10860         * configure.in:
10861         fixed a number of non portable uses of the "test" command and unified
10862         the used syntax of all calls to reduce chance of copy-and-paste
10863         problems
10865 2002-08-17  Mikhael Goikhman  <migo@homemail.com>
10867         * configure.in:
10868         * fvwm/fvwm.1.in:
10869         minor typos and improvements;
10870         better string quotings and detection of fribidi for autoconf-2.53
10872         * fvwm/Makefile.am:
10873         don't include *.in in EXTRA_DIST, they are auto-included
10875 2002-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10877         * fvwm/events.c (HandleConfigureRequest):
10878         (HandlePropertyNotify):
10879         (is_resizing_event_pending):
10880         fixed uninitialised return code of test_resizing_event
10882 2002-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10884         * fvwm/decorations.c (SelectDecor):
10885         * fvwm/style.h:
10886         * fvwm/window_flags.h:
10887         * fvwm/fvwm.h:
10888         moved common.s.has_no_border window flag to common.has_no_border to
10889         fix windows getting stuck without a border once the HandleWidth or
10890         BorderWidth was set to 0 and then increased again
10892         * fvwm/fvwm.1.in:
10893         removed reference to BUGS and TODO
10895         * configure.in:
10896         moved a lot of constant definitions to configure.in; the fvwm.lsm and
10897         fvwm.1 files don't have to be updated for a release anymore; the release
10898         number and date are set by configure
10900         * fvwm/fvwm.c (setVersionInfo):
10901         fixed output of "fvwm -version"
10903 2002-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10905         * fvwm/style.c (style_parse_one_style_option):
10906         Old focus styles override less of the behaviour specified with the
10907         FP... styles; use defaults instead without setting the mask
10908         (style_parse_one_style_option):
10909         removed the styles MouseFocusClickIgnoreMotion and
10910         MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
10911         instead
10912         (style_parse_one_style_option):
10913         ClickToFocusRaises now works only on the client window, not on the
10914         decorations
10915         (style_parse_one_style_option):
10916         fixed FocusFollowsMouse style
10917         (style_set_old_focus_policy):
10918         moved old default focus settings to a separate function, simplified code
10920 2002-08-14  Dan Espen  <dane@mk.telcordia.com>
10922         * fvwm/fvwm.1: Add hot-spot is an offset information,
10923         fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
10924         the xpm docs).
10926 2002-08-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10928         * fvwm/style.c (style_parse_focus_policy_style):
10929         fixed parsing of FPFocusClickButtons and FocusClickModifiers
10931         * libs/Makefile.am:
10932         added missing files
10934         * fvwm/events.c (HandleConfigureRequest):
10935         fixed ConfigureRequest race condition
10937 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10939         * configure.in:
10940         quote environment variables
10942 2002-08-13  olicha  <olivier.chapuis@free.fr>
10944         * NEWS:
10945         Color limit and dithering news
10947         * fvwm/fvwm.1:
10948         Added a minimal doc for the -color-limit option
10950         * fvwm/builtins.c (CMD_ColorLimit):
10951         ColorLimit is obsolete
10953         * fvwm/builtins.c (ReadDecorFace):
10954         * libs/PictureUtils.c (my_dither_depth_15_16_init):
10955         (PictureAllocColorAllProp):
10956         Implemented dithering for depth 16 and 15. This is off by default
10957         in colorset (use the dither colorset option) and on by default
10958         for window title gradient. Gradient are visibly more smooth.
10960         * libs/PictureUtils.c (*):
10961         Some cleanup
10963 2002-08-13  Mikhael Goikhman  <migo@homemail.com>
10965         * fvwm/fvwm.1:
10966         corrected the pixmap cursor description, added an example
10968 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10970         * fvwm/menus.c (select_menu_item):
10971         (paint_menu_gradient_background):
10972         fixed a redrawing problem with H/Vgradient menu faces
10973         (MenuInteraction):
10974         fixed a minor problem w/ entering submenus via keyboard
10976 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10978         * fvwm/move_resize.c (CMD_ResizeMove):
10979         (CMD_Resize):
10980         (CMD_Maximize):
10981         (CMD_ResizeMaximize):
10982         (CMD_ResizeMoveMaximize):
10983         commands can be used on iconified windows again
10985         * ONEWS:
10986         * NEWS:
10987         moved pre-2.2 NEWS to ONEWS
10989         * libs/strdup.c:
10990         * libs/safemalloc.c:
10991         * libs/envvar.c:
10992         * libs/alloca.c:
10993         * libs/Target.c:
10994         * libs/Parse.c:
10995         * libs/Bindings.c:
10996         * fvwm/menustyle.c:
10997         * fvwm/menus.c:
10998         * fvwm/menuitem.c:
10999         * fvwm/menucmd.c:
11000         * fvwm/frame.c:
11001         * fvwm/events.c:
11002         * fvwm/borders.c:
11003         let config.h include strinh.h or strings.h
11005         * fvwm/style.c (style_parse_one_style_option):
11006         (style_parse_one_style_option):
11007         fixed icon box crash
11009         * fvwm/bindings.c (update_nr_buttons):
11010         fixed extra buttons on window decorations
11012         * fvwm/style.c (style_parse_one_style_option):
11013         fixed parsing of the FP... and !FP... styles
11015 2002-08-12  Bob Woodside  <dumbledore@woodsway.com>
11017         * fvwm/style.c (style_parse_one_style_option):
11018         Fixed a typo so that ClickToFocusRaisesOff actually turns
11019         the option off instead of on.
11021 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11023         * fvwm/focus.c (focus_grab_buttons):
11024         only grab necessary buttons on the client window
11026 2002-08-11  olicha  <olivier.chapuis@free.fr>
11028         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
11029         Removed some debug code
11031         * fvwm/fvwm.c (main):
11032         (usage):
11033         Added -color-limit to fvwm usage
11035 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11037         * fvwm/style.c (style_parse_one_style_option):
11038         (style_parse_focus_policy_style):
11039         added style options "FP..." to control focus policy
11040         removed OverrideGrabFocus and AllowGrabFocus styles
11042         * fvwm/style.c (merge_styles):
11043         fixed style defaults != 0
11045         * fvwm/focus.c (__restore_focus_after_unmap):
11046         fixed a bug w/ reverting the focus from transients to the parent
11048         * fvwm/ewmh.c (ewmh_HandleDesktop):
11049         * fvwm/style.c (style_parse_one_style_option):
11050         fixed defaults for various focus styles
11052         * NEWS:
11053         updated for 2.4.9
11055         * fvwm/frame.c (frame_mrs_resize_move_windows):
11056         backed out anti-flicker patch that slowed down command processing
11058         * fvwm/bindings.c (update_nr_buttons):
11059         (ParseBinding):
11060         fixed sluggish processing of mouse bindings
11062         * fvwm/events.c (__handle_bpress_action):
11063         fixed drawing of pressed decorations w/o bindings
11065         * fvwm/frame.c (frame_move_resize):
11066         removed debug code that broke focus handling
11068         * fvwm/style.c (style_parse_one_style_option):
11069         fixed passing the focus click to the app by default
11071         * fvwm/events.c (__handle_click_to_focus):
11072         * fvwm/focus.c (set_focus_to_fwin):
11073         (__set_focus_to_fwin):
11074         removed drawing code that broke as many places as it fixed; plus it
11075         cause unnecessary redraws
11077         * fvwm/events.c (HandleConfigureRequest):
11078         send a synthetical ConfigureNotify if an application is not granted its
11079         wishes from a ConfigureRequest; this is necessary for FixedPPosition
11080         and FixedPSize to work properly; also to be ICCCM compliant
11081         always force border_width 0 in these events
11082         in the experimental cr merging code, send a number of cn events equal
11083         to the number of merged events
11085         * libs/Parse.c:
11086         * fvwm/style.c:
11087         reformatted
11089         * fvwm/style.c (style_parse_focus_policy_style):
11090         (style_parse_icon_size_style):
11091         (style_parse_icon_box_style):
11092         (style_parse_icon_grid_style):
11093         (style_parse_icon_fill_style):
11094         (style_parse_one_style_option):
11095         (parse_and_set_window_style):
11096         split into separate functions
11097         (style_parse_one_style_option):
11098         simplified and cleaned up
11100         * fvwm/events.h:
11101         * fvwm/decorations.c:
11102         * fvwm/cursor.h:
11103         * fvwm/cursor.c:
11104         * fvwm/conditional.h:
11105         * fvwm/conditional.c:
11106         * fvwm/colorset.h:
11107         * fvwm/colors.h:
11108         * fvwm/colors.c:
11109         * fvwm/colormaps.c:
11110         * fvwm/bindings.h:
11111         * fvwm/bindings.c:
11112         reformatted and cleaned up
11114 2002-08-11  olicha  <olivier.chapuis@free.fr>
11116         * libs/PictureUtils.c (*):
11117         * libs/PictureUtils.h:
11118         * libs/PictureDitherMatrice.h (new file):
11119         * libs/PictureImageLoader.c (*):
11120         * libs/PictureImageLoader.h:
11121         * libs/PictureGraphics.c  (PGraphicsCreateDitherPixmap):
11122         (PCreateDitherPixmap):
11123         (PCreateTintedPixmap):
11124         * libs/PictureGraphics.h:
11125         * libs/PictureBase.c (PictureInitCMap):
11126         * libs/PictureBase.h:
11127         * libs/Picture.c (*):
11128         * libs/Picture.h:
11129         * libs/Fxpm.h:
11130         * libs/Colorset.c (DumpColorset):
11131         (LoadColorset):
11132         * libs/Colorset.h:
11133         * libs/Graphics.c (all gradient functions):
11134         * libs/fvwmlib.h:
11135         * fvwm/screen.h:
11136         * fvwm/move_resize.c (CMD_XorPixmap):
11137         * fvwm/colors.c (FreeColors):
11138         * fvwm/builtins.c (CMD_DefaultColors):
11139         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11140         * fvwm/builtins.c (FreeDecorFace):
11141         (ReadDecorFace):
11142         * fvwm/menus.c (pop_menu_down):
11143         (paint_menu_gradient_background):
11144         (scanForPixmap):
11145         * fvwm/menus.h:
11146         * fvwm/menustyle.c (menustyle_free_face):
11147         (menustyle_parse_face):
11148         (menustyle_free):
11149         (menustyle_update):
11150         (menustyle_parse_style):
11151         (CMD_CopyMenuStyle):
11152         * fvwm/menustyle.h:
11153         * fvwm/icons.c (GetIconFromFile):
11154         * fvwm/builtins.c (ReadMultiPixmapDecor):
11155         (ReadDecorFace):
11156         * fvwm/borders.c (border_draw_decor_to_pixmap):
11157         * fvwm/add_window.c (setup_mini_icon):
11158         * fvwm/fvwm.c (main):
11159         * fvwm/colorset.c (free_colorset_background):
11160         (parse_pixmap):
11161         (parse_shape):
11162         (parse_colorset):
11163         New color limit method and implement dithering in depth <= 8.
11164         Added a "fvwm picture attributes" structure for loading image.
11165         Some colors leaks fix. Add some (weak) color leaks. New option
11166         -color-limit for fvwm. 257 fix. Some prepartion for tint and
11167         alpha in colorset.
11169 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11171         * libs/Flocale.c (FlocaleRotateDrawString):
11172         fixed a crash
11174 2002-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11176         * fvwm/style.c (parse_and_set_window_style):
11177         fixed the default for passing the click-to-raise click for mousey
11178         focus
11180         * fvwm/events.c (__handle_click_to_focus):
11181         removed redundant code
11182         (WaitForButtonsUp):
11183         fixed sluggish motion event handling when waiting for buttons to be
11184         released
11186         * fvwm/focus.c (__set_focus_to_fwin):
11187         (set_focus_to_fwin):
11188         fixed redrawing the border w/ mousey focus when the window was entered,
11189         then the border was clicked before the FocusIn event arrived
11191         * fvwm/events.c (__handle_bpress_on_managed):
11192         * fvwm/style.c (parse_and_set_window_style):
11193         fixed some small focus problems
11195         * fvwm/fvwm.c:
11196         reformatted and cleaned up
11198         * fvwm/fvwm.1:
11199         formatting fixes
11201         * fvwm/focus.c (focus_query_click_to_raise):
11202         (focus_query_click_to_focus):
11203         * fvwm/style.c (parse_and_set_window_style):
11204         * fvwm/events.c (__test_for_motion):
11205         (__check_click_to_focus_or_raise):
11206         (__handle_focus_raise_click):
11207         (__is_bpress_window_handled):
11208         (__handle_click_to_focus):
11209         (__handle_click_to_raise):
11210         (__handle_bpress_stroke):
11211         (__handle_bpress_action):
11212         (__handle_bpress_on_root):
11213         (__handle_bpress_on_unmanaged):
11214         (__handle_bpress_on_managed):
11215         (HandleButtonPress):
11216         GFPR: completely rewrote ButtonPress handler, thus finishing the core
11217         of the new focus code; only the parsing for the new styles is missing
11219         * fvwm/virtual.c (is_pan_frame):
11220         new function
11222 2002-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11224         * fvwm/add_window.c (AddWindow):
11225         fixed compile error
11227         * fvwm/events.c (__handle_focus_raise_click):
11228         (HandleButtonPress):
11229         clean up
11231         * fvwm/events.c (__handle_focus_raise_click):
11232         * fvwm/fvwm.h (struct):
11233         * fvwm/style.c (check_window_style_change):
11234         (parse_and_set_window_style):
11235         * fvwm/session.c (MatchWinToSM):
11236         * fvwm/window_flags.h:
11237         eliminated parts of the old focus code
11239         * fvwm/focus.c (__set_focus_to_fwin):
11240         (set_focus_to_fwin):
11241         * fvwm/fvwm.c (InitVariables):
11242         * fvwm/add_window.c (destroy_window):
11243         * fvwm/events.c (__handle_focus_raise_click):
11244         * fvwm/screen.h (ScreenInfo):
11245         eliminated Scr.Ungrabbed global
11247         * fvwm/update.c (apply_window_updates):
11248         (flush_window_updates):
11249         * fvwm/icons.c (DeIconify):
11250         (Iconify):
11251         * fvwm/move_resize.c (CMD_Maximize):
11252         (__move_window):
11253         (handle_stick):
11254         * fvwm/frame.c (frame_free_move_resize_args):
11255         (__frame_setup_window):
11256         * fvwm/virtual.c (do_move_window_to_desk):
11257         (CMD_GotoDeskAndPage):
11258         (goto_desk):
11259         (MoveViewport):
11260         * fvwm/stack.c (LowerWindow):
11261         * fvwm/events.c (HandleMapNotify):
11262         (HandleVisibilityNotify):
11263         (DispatchEvent):
11264         (HandleFocusIn):
11265         (__handle_focus_raise_click):
11266         (HandleEnterNotify):
11267         (HandleMapRequestKeepRaised):
11268         * fvwm/add_window.c (setup_key_and_button_grabs):
11269         (setup_focus_policy):
11270         (destroy_window):
11271         * fvwm/focus.c (__try_other_screen_focus):
11272         (__set_focus_to_fwin):
11273         (set_focus_to_fwin):
11274         (focus_grab_buttons_on_pointer_window):
11275         (focus_grab_buttons_on_layer):
11276         (focus_grab_buttons_new):
11277         cleaned up focus grab handling.
11279         * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11280         clean up
11282 2002-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11284         * fvwm/add_window.c (setup_window_structure):
11285         (AddWindow):
11286         discarded unused return code
11288         * fvwm/focus.c (focus_grab_buttons):
11289         split into two fucntions and fixed a bug with ungrabbing buttons
11291         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11292         * fvwm/style.c (parse_and_set_window_style):
11293         * fvwm/icons.c (DeIconify):
11294         (DeIconify):
11295         * fvwm/events.c (HandleButtonPress):
11296         (HandleEnterNotify):
11297         (HandleLeaveNotify):
11298         (HandleMapNotify):
11299         (HandleMapRequestKeepRaised):
11300         * fvwm/add_window.c (CaptureAllWindows):
11301         * fvwm/virtual.c (UnmapDesk):
11302         (MapDesk):
11303         (do_move_window_to_desk):
11304         * fvwm/update.c (flush_window_updates):
11305         * fvwm/focus.c (set_focus_model):
11306         (DeleteFocus):
11307         (__restore_focus_after_unmap):
11308         much more GFPR work; these patches may break lots of things
11310         * fvwm/focus.c (set_focus_to_fwin):
11311         (__activate_window_by_command):
11312         (SetFocusWindow):
11313         (ReturnFocusWindow):
11314         (DeleteFocus):
11315         (ForceDeleteFocus):
11316         renamed MoveFocus to set_focus_to_fwin
11318 2002-08-07  Mikhael Goikhman  <migo@homemail.com>
11320         * libs/Fft.c (FftDrawString):
11321         removed redudant and buggy code that called DrawStringFunc before
11322         this pointer gets initialized
11324         * fvwm/focus.c (focus_query_click_to_raise):
11325         fixed possibly-uninitialized variable warning
11327         * fvwm/Makefile.am:
11328         specify stroke includes before Xft includes, may improve some cases
11330 2002-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11332         * configure.in:
11333         fixed sys/time.h detection
11335         * fvwm/events.c (HandleMappingNotify):
11336         * libs/Bindings.c (AddBinding):
11337         added MappingNotify event handler
11339         * fvwm/events.c (HandleMapRequest):
11340         removed debug code
11342         * fvwm/events.c (InitEventHandlerJumpTable):
11343         another attempt at handling "unknown" modifiers in key bindings
11345 2002-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11347         * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11348         * fvwm/add_window.c (destroy_window):
11349         * fvwm/focus.c (focus_grab_buttons):
11350         fixed core dump
11352 2002-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11354         * fvwm/focus.c (focus_force_refresh_focus):
11355         * fvwm/events.c (HandleEnterNotify):
11356         (HandlePropertyNotify):
11357         (HandleButtonPress):
11358         * fvwm/icons.c (DeIconify):
11359         * fvwm/virtual.c (MapDesk):
11360         * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11361         * fvwm/update.c (apply_window_updates):
11362         * fvwm/module_interface.c:
11363         * fvwm/conditional.c (MatchesConditionMask):
11364         more GFPR work
11366         * fvwm/icons.c (Iconify):
11367         removed "#if 0"ed code
11369         * fvwm/module_interface.c:
11370         disabled the old ConfigureWindow module interface
11372         * vms/vms.c:
11373         * libs/fvwmsignal.h:
11374         * libs/Picture.c:
11375         * fvwm/ewmh_intern.h:
11376         * fvwm/events.c:
11377         * fvwm/module_interface.c:
11378         * fvwm/misc.c:
11379         use ftime.h
11381         * libs/ftime.h:
11382         new file to encapsulate time.h and sys/time.h inclusion
11384         * fvwm/stack.c:
11385         re-indented
11386         (mark_transient_subtree):
11387         (__mark_group_member):
11388         cleaned up and split into two functions
11390         * fvwm/focus.c (CMD_Focus):
11391         (CMD_FlipFocus):
11392         * fvwm/icons.c (DeIconify):
11393         clean up
11394         (FocusOn)
11395         (__activate_window_by_command):
11396         renamed function
11398         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11399         * fvwm/focus_policy.h (fpol_set_focus_by_t):
11400         * fvwm/style.c (parse_and_set_window_style):
11401         (parse_and_set_window_style):
11402         began implementing new focus control styles
11404         * fvwm/focus.c (DoSetFocus):
11405         (__restore_focus_after_unmap):
11406         (MoveFocus):
11407         (refresh_focus):
11408         more GFPR work
11409         (DoSetFocus):
11410         (__set_focus_to_fwin):
11411         function renamed
11413         * fvwm/conditional.c (MatchesConditionMask):
11414         * fvwm/focus.c (focus_query_open_grab_focus):
11415         (focus_query_close_restore_focus):
11416         (focus_does_accept_input_focus):
11417         (MoveFocus):
11418         * fvwm/events.c (HandleUnmapNotify):
11419         (HandleEnterNotify):
11420         (HandleMapNotify):
11421         (HandleMapRequestKeepRaised):
11422         renamed some functions
11424         * libs/defaults.h:
11425         * fvwm/focus_policy.c:
11426         * fvwm/focus_policy.h:
11427         prepared some future focus policy flags
11429         * configure.in:
11430         enable error message when png or xpm test compilation fails
11432         * fvwm/style.h:
11433         * fvwm/window_flags.h:
11434         * fvwm/ewmh.c (ewmh_HandleDesktop):
11435         * fvwm/style.c (parse_and_set_window_style):
11436         (check_window_style_change):
11437         * fvwm/events.c (HandleButtonPress):
11438         (HandleVisibilityNotify):
11439         began GFPR migration of *raises* focus policy flags
11441         * fvwm/focus.c (focus_is_focusd):
11442         new function
11444         * libs/Bindings.c (AddBinding):
11445         fixed handling of "unknown" modifiers in key bindings
11447         * fvwm/focus.c (focus_grab_buttons):
11448         (focus_query_grab_buttons):
11449         moved focus policy code into separate function
11451 2002-08-02  Mikhael Goikhman  <migo@homemail.com>
11453         * Makefile.am:
11454         DESTDIR fix
11456 2002-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11458         * fvwm/style.c (parse_and_set_window_style):
11459         * fvwm/focus.c (focus_query_grab_focus):
11460         * fvwm/events.c (HandleMapNotify):
11461         (HandlePropertyNotify):
11462         * fvwm/focus_policy.c (fpol_init_default_fp):
11463         * libs/defaults.h:
11464         new styles OverrideGrabFocus and AllowGrabFocus
11465         cleaned up focus grabbing code and moved to focus.c
11467 2002-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11469         * fvwm/focus.c (CMD_WarpToWindow):
11470         fixed negative arguments for unmanaged windows
11472         * fvwm/conditional.c (CMD_Direction):
11473         use PeekToken instead of GetNextToken
11474         cleaned up
11475         new direction "center"
11477 2002-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11479         * fvwm/events.c (addkbsubinstoarray):
11480         disabled experimental pointer warping code
11482         * fvwm/menus.c:
11483         removed menu crash debug code
11485 2002-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11487         * fvwm/menus.c:
11488         added tons of crash debug code
11490         * fvwm/add_window.c:
11491         made a lot of internal functions static
11493         * fvwm/add_window.c (setup_button_windows):
11494         (destroy_title_window):
11495         (destroy_button_windows):
11496         (destroy_resize_handle_windows):
11497         (destroy_auxiliary_windows):
11498         (destroy_icon):
11499         (destroy_window):
11500         * fvwm/icons.c (CreateIconWindow):
11501         safety patches w/ XDeleteContext
11503         * fvwm/menus.c (DestroyMenu):
11504         fixed a crash w/ accessing already deleted menus
11506 2002-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11508         * fvwm/menus.c (get_menu_options):
11509         fixed menu context rectangle "icon" if the icon was not just a pixmap
11511 2002-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11513         * fvwm/events.c (HandleMapNotify):
11514         (HandleMapRequestKeepRaised):
11515         (HandleUnmapNotify):
11516         * fvwm/ewmh_events.c (ewmh_WMStateModal):
11517         * fvwm/ewmh.c (ewmh_HandleDesktop):
11518         * fvwm/style.c (parse_and_set_window_style):
11519         removed old do_grab_focus_when_created and *_when_transient_* flags
11521 2002-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11523         * fvwm/conditional.c (MatchesConditionMask):
11524         * fvwm/focus.c (DoSetFocus):
11525         * fvwm/session.c (MatchWinToSM):
11526         * fvwm/module_interface.c (SETOLDFLAGS):
11527         removed old is_lenient flag
11529         * fvwm/bindings.c:
11530         * fvwm/style.c (__simplify_style_list):
11531         (simplify_style_list):
11532         reformatted
11534         * fvwm/window_flags.h:
11535         * fvwm/style.h:
11536         access macros for focus policy flags structures
11537         reformatted
11539         * fvwm/focus_policy.c:
11540         * fvwm/focus_policy.h:
11541         new files, begin great focus policy rewrite aka GFPR
11543 2002-07-22  Bob Woodside  <dumbledore@woodsway.com>
11545         * fvwm/placement.c (PlaceWindow):
11546         Fixed interaction between CascadePlacement and StartsOnPage
11548 2002-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11550         * libs/fvwmsignal.c (fvwmSelect):
11551         call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11552         modules
11554 2002-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11556         * fvwm/add_window.c (CaptureOneWindow):
11557         fixed a core dump w/ windows being destroyed during a recapture
11558         (AddWindow):
11559         removed duplicate check if new windows still exist
11561         * fvwm/placement.c (CMD_PlaceAgain):
11562         * fvwm/move_resize.c (move_window_doit):
11563         (__move_icon):
11564         * fvwm/virtual.c (MapDesk):
11565         (MoveViewport):
11566         (do_move_window_to_desk):
11567         * fvwm/icons.c (AutoPlaceIcon):
11568         (ChangeIconPixmap):
11569         (Iconify):
11570         some cleanup in movement code
11571         new option "Icon" to PlaceAgain command
11572         adapted documentation accordingly
11574         * fvwm/move_resize.c (move_window_doit):
11575         (__move_window):
11576         renamed function
11578 2002-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11580         * libs/Flocale.c (FlocaleRotateDrawString):
11581         create gcs only once
11583         * fvwm/fvwm.1:
11584         removed some references to Recapture
11585         UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11586         ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11588         * libs/gravity.c (gravity_parse_multi_dir_argument):
11589         fixed "all" multidir selecting "center" too
11591         * libs/Fft.c (FftDrawString):
11592         * libs/Flocale.c (FlocaleRotateDrawString):
11593         (FlocaleFontStructDrawString):
11594         (FlocaleDrawString):
11595         fixed some text placement bugs w/ shadow text
11596         (FlocaleGetShadowTextPosition):
11597         implemented "center" shadows
11599 2002-07-20  olicha  <olivier.chapuis@free.fr>
11601         * libs/Flocale.c (FlocaleRotateDrawString):
11602         Removed some static declarations
11604 2002-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11606         * libs/gravity.c (gravity_multi_dir_to_dir):
11607         * libs/gravity.h (enum):
11608         new function, cleaned up
11609         (enum):
11610         * fvwm/fvwm.h (FvwmWindow):
11611         * libs/Fft.c:
11612         * fvwm/geometry.c:
11613         * fvwm/borders.c:
11614         moved text_rotation_type to gravity.h and renamed to rotation_type
11616         * libs/Flocale.h:
11617         fixed several bugs in the access macros
11619         * libs/Flocale.c:
11620         removed unused static FlocaleSeted
11621         (FlocaleFontStructDrawString):
11622         simplified function
11624         * fvwm/virtual.c (CMD_EdgeCommand):
11625         * fvwm/windowshade.c (CMD_WindowShade):
11626         * fvwm/conditional.c (CMD_Direction):
11627         adapted to changes in ParseDirectionArgument
11629         * libs/gravity.h:
11630         * libs/gravity.c (ParseDirectionArgument):
11631         new direction "Center"
11633         * fvwm/virtual.c (CMD_EdgeCommand):
11634         reformatted
11636 2002-07-18  olicha  <olivier.chapuis@free.fr>
11638         * libs/PictureUtils.c (PictureRGBtoPixel):
11639         (decompose_mask):
11640         Fixed(??) color allocation for some visuals
11642 2002-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11644         * libs/Flocale.c (FlocaleFontStructDrawString):
11645         a little code cleanup
11647         * fvwm/events.c (HandleEnterNotify):
11648         removed debug code
11649         anothe click+drag fix
11651         * libs/Pointer.c (GetLocationFromEventOrQuery):
11652         * fvwm/focus.c (SetPointerEventPosition):
11653         * fvwm/functions.c (CheckActionType):
11654         * fvwm/builtins.c (CMD_StrokeFunc):
11655         * fvwm/move_resize.c (moveLoop):
11656         (resize_window):
11657         fixed some bugs w/ pointer on wrong screen
11659 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11661         * fvwm/events.c (HandleLeaveNotify):
11662         fixed problem w/ click+drag and mousey focus
11664         * fvwm/menus.c (size_menu_horizontally):
11665         fixed menu style SubmenusLeft w/ icons in menu items
11667 2002-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11669         * fvwm/menuitem.c (menuitem_paint):
11670         * fvwm/menus.h:
11671         * fvwm/menus.c (paint_menu_gradient_background):
11672         (get_menu_paint_item_parameters):
11673         removed circular dependency of menus.c and menuitem.c by using callback
11674         functions
11676 2002-07-17  olicha  <olivier.chapuis@free.fr>
11678         * fvwm/menuitem.c:
11679         A -Wall fix
11681         * fvwm/fvwm.c (InitVariables):
11682         (main):
11683         * fvwm/colorset.c (parse_colorset):
11684         (alloc_colorset):
11685         (CMD_ReadWriteColors):
11686         * fvwm/builtins.c (CMD_ColorLimit):
11687         * libs/PictureUtils.h:
11688         * libs/PictureUtils.c (PictureReduceColor):
11689         (PictureReduceRGBColor):
11690         (PictureRGBtoPixel):
11691         (PictureAllocColor):
11692         (PictureFreeColors):
11693         (PictureGetNextColor):
11694         (colors_alloc_fail):
11695         (my_alloc_color):
11696         (AllocColors*):
11697         (AllocColorTable):
11698         (PictureAllocColorTable):
11699         * libs/PictureImageLoader.c (PImageXpmAllocColor):
11700         (PImageXpmFreeColor):
11701         (PImageLoadXpm):
11702         * libs/PictureBase.c (PictureInitCMap):
11703         * libs/Graphics.c (AllocLinearGradient):
11704         * libs/ColorUtils.c (GetShadow):
11705         (GetHilite):
11706         (GetForeShadow):
11707         (GetTintedPixel):
11708         (GetSimpleColor):
11709         (GetColor):
11710         (fvwmlib_clone_color):
11711         * libs/PictureGraphics.c (PGraphicsTintRectangle):
11712         Implemented a new color limit method
11714 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11716         * fvwm/move_resize.c (moveLoop):
11717         fixed problem moving the pointer off screen while moving a window
11718         (AnimatedMoveAnyWindow):
11719         fixed pointer warping w/ multiple screens and animated window motion
11721 2002-07-12  olicha  <olivier.chapuis@free.fr>
11723         * fvwm/menus.c (get_menu_paint_item_parameters):
11724         (paint_menu_gradient_background):
11725         * fvwm/menuitem.c (menuitem_paint):
11726         * fvwm/menuitem.h:
11727         * fvwm/menus.h:
11728         Fixed B/DGradient with Xft fonts
11730         * libs/Colorset.h:
11731         * libs/ColorUtils.c (GetTintedColor):
11732         (GetTintedPixel):
11733         * fvwm/colorset.c (parse_simple_tint):
11734         (parse_colorset):
11735         (alloc_colorset):
11736         Implemented fgTint colorset option
11738         * libs/PictureImageLoader.c:
11739         * libs/PictureUtils.c:
11740         * libs/PictureUtils.h:
11741         * libs/Makefile.am:
11742         Moved color limitation and some rgb to pixel functions from
11743         PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11745         * fvwm/colorset.c (parse_colorset):
11746         * libs/PictureGraphics.c (PCreateTintedPixmap):
11747         (PGraphicsTintRectangle):
11748         Implemented tinting for X server without Xrender support and
11749         did color limitation when tinting
11752 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11754         * fvwm/events.c (WaitForButtonsUp):
11755         fixed handling of button release events
11757 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11759         * fvwm/menus.c (MenuInteraction):
11760         fixed core dump w/ dynamic popdown action destroying a menu
11761         (paint_menu_gradient_background):
11762         fixed hang and/or incorrect drawing of b and d gradients in menus
11764         * fvwm/events.c (HandleEnterNotify):
11765         (HandleLeaveNotify):
11766         improved LEAVE_WINDOW/ENTER_WINDOW handling
11768 2002-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11770         * libs/Colorset.c (SetWindowBackground):
11771         (SetWindowBackgroundWithOffset):
11772         (ScrollPixmap):
11773         implemented new functions to allow pixmap backgrounds with an offset
11775 2002-07-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11777         * fvwm/events.c (HandleMapRequestKeepRaised):
11778         send Map/UnmapNotify before iconyfying, not after
11780 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11782         * fvwm/events.c (HandleMapRequestKeepRaised):
11783         fake a MapNotify and then an UnmapNotify when a window is created iconic
11785         * fvwm/add_window.c (AddWindow):
11786         workaround for buggy TK menu positioning
11788         * fvwm/module_interface.c (FlushMessageQueue):
11789         (PositiveWrite):
11790         (get_pipe_name):
11791         tried to fix module communication deadlock w/ sync mask and a full write
11792         pipe
11794         * libs/Strings.c:
11795         re-indented file
11797         * libs/defaults.h:
11798 2002-07-06  olicha  <olivier.chapuis@free.fr>
11800         * libs/Flocale.c (FlocaleGetFontSet):
11801         Removed some unwanted code
11803 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11805         * fvwm/events.c (HandleLeaveNotify):
11806         (HandleEnterNotify):
11807         reduced the number of MX_LEAVE/ENTER_WINDOW messages
11809         * fvwm/events.c (CMD_XSync):
11810         very experimental patch to cycle through subwindows accepting keyboard
11811         input; call Xsync command repeatedly to test; crashes fvwm if more than
11812         1000 subwindows are used;
11814         * fvwm/focus.c (CMD_WarpToWindow):
11815         fixed a bug in warpttowindow command with subwindows of unmanaged
11816         windows
11818 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11820         * fvwm/events.c (HandlePropertyNotify):
11821         * fvwm/events.h:
11822         handle changes in the size_inc and base_size hints during opaque
11823         resizing.
11825         * fvwm/events.c (HandleButtonPress):
11826         ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
11827         until the button is released again; this restores the old behaviour
11828         from 2.3.23 and before with click+drag and rxvt/aterm
11830 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11832         * fvwm/update.c (apply_window_updates):
11833         fixed applying neverfocus to currently focused window; decorations
11834         partially drawn hilighted
11836 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11838         * fvwm/menucmd.c (menu_func):
11839         another module/menu/context window fix
11840         do not use global Fw anymore
11842 2002-07-05  olicha  <olivier.chapuis@free.fr>
11844         * libs/Flocale.c (FlocaleStringToString2b):
11845         Fixed crash with big5-0 FontStruct
11847 2002-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11849         * fvwm/menucmd.c (menu_func):
11850         fixed context window of menus invoked by a module
11851         (menu_func):
11852         fixed context menus on windows
11854         * libs/vpacket.h (ConfigWinPacket):
11855         * fvwm/module_interface.c (CONFIGARGSNEW):
11856         * fvwm/fvwm.h (FvwmWindow):
11857         fixed bugs in type conversions for transmitting certain information to
11858         modules
11860         * fvwm/functions.c (CheckActionType):
11861         fixed window selection problem w/ menus invoked from modules
11863 2002-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11865         * fvwm/gnome.c (GNOME_HandlePropRequest):
11866         -Wall fixes
11868         * fvwm/module_interface.c (ExecuteCommandQueue):
11869         fixed compile bug w/ --enable-debug-msgs
11871 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11873         * fvwm/events.c (HandleButtonPress):
11874         (HandleKeyPress):
11875         * fvwm/menus.c (MenuInteraction):
11876         (do_menu):
11877         * fvwm/windowlist.c (CMD_WindowList):
11878         * fvwm/menucmd.c (menu_func):
11879         * fvwm/module_interface.c (ExecuteModuleCommand):
11880         * fvwm/add_window.c (adjust_fvwm_internal_windows):
11881         go away, evil globals! [removed the useless global variable
11882         "ButtonWindow"]
11884         * fvwm/events.c (HandleUnmapNotify):
11885         (HandleMapNotify):
11886         * fvwm/icons.c (Iconify):
11887         * fvwm/window_flags.h (IS_ICONIFY_PENDING):
11888         * fvwm/fvwm.h (struct):
11889         renamed is_deiconify_pending to is_iconify_pending
11890         some re-indenting
11892 2002-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11894         * fvwm/menus.c (MenuInteraction):
11895         (pop_menu_down):
11896         (menu_enter_tear_off_menu):
11897         (do_menu):
11898         * fvwm/events.c (HandleButtonPress):
11899         (HandleButtonRelease):
11900         (HandleKeyPress):
11901         (GetContext):
11902         * fvwm/menucmd.c (menu_func):
11903         (menu_func):
11904         * fvwm/module_interface.c (ExecuteModuleCommand):
11905         go away, evil globals! [removed the useless global variable "Context"]
11906         removed is_menu_from_frame_or_window_or_titlebar flag
11908         * fvwm/module_interface.c:
11909         * fvwm/windowlist.c:
11910         re-indented files
11912 2002-06-28  Mikhael Goikhman  <migo@homemail.com>
11914         * fvwm/menuitem.c (menuitem_paint):
11915         fixed fg color of the inactive disabled menu item
11917         * NEWS:
11918         old typo
11919         * fvwm/fvwm.1:
11920         removed a mention of RedHat (I don't think it is correct),
11921         reworded a mention of fvwm95
11923 2002-06-26  Mikhael Goikhman  <migo@homemail.com>
11925         * **/*.c:
11926         tabify only the leading spaces, untabify the middle of line
11928 2002-06-25  David Fries  <dfries@mail.win.org>
11930         * fvwm/fvwm.1:
11931         * fvwm/windowlist.c:
11932         Added code to sort based on the class name of a window for
11933         the WindowList function.
11935 2002-06-25  olicha  <olivier.chapuis@free.fr>
11937         * acinclude.m4:
11938         A minor fix
11940 2002-06-25  Mikhael Goikhman  <migo@homemail.com>
11942         * AUTHORS:
11943         add Anders Andersson (spelling fixes in all man pages) and Steve Talley
11945 2002-06-24  Steve Talley  <stephen.talley@sun.com>
11947         * fvwm/add_window.c:
11948         * fvwm/add_window.h:
11949         * fvwm/fvwm.1:
11950         * fvwm/fvwm.h:
11951         * fvwm/icons.c:
11952         * fvwm/icons.h:
11953         * fvwm/style.c:
11954         * fvwm/style.h:
11955         * libs/defaults.h:
11956         New Style option IconSize
11958 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
11960         * NEWS, configure.in:
11961         changed version to 2.5.3
11963 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
11965         * INSTALL.fvwm:
11966         removed C++ section
11968         * fvwm/fvwm.1:
11969         * libs/FlocaleCharset.c:
11970         small fixes
11972 2002-06-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11974         * fvwm/events.c (WaitForButtonsUp):
11975         use the wait cursot only after the 20th pass through the loop
11977 2002-06-21  Dan Espen  <dane@mk.telcordia.com>
11979         * fvwm/fvwm.1 (Examples): Language check.
11980         PipeRead as synchronous Exec.
11981         Better example for PipeRead.
11983 2002-06-21  olicha  <olivier.chapuis@free.fr>
11985         * fvwm/fvwm.1:
11986         * NEWS:
11987         Documented StringEncoding= in font name
11989         * INSTALL.fvwm
11990         Removed --disable-compound-text doc
11992 2002-06-20  olicha  <olivier.chapuis@free.fr>
11994         * libs/FBidi.h (FBidiConvert):
11995         Fixed compile if !HAVE_BIDI
11997 2002-06-19  olicha  <olivier.chapuis@free.fr>
11999         * fvwm/fvwm.c (InitVariables):
12000         (StartupStuff):
12001         Allocate colorset 0 in InitVariable in the place of StartupStuff.
12002         This fix a "null expression" at init in menustyle.c (menustyle_update)
12004 2002-06-19  Mikhael Goikhman  <migo@homemail.com>
12006         * configure.in:
12007         reworded supported feature listing, fixed the default xft detection
12008         * INSTALL.fvwm:
12009         added the "Supported Features" section
12011 2002-06-19  olicha  <olivier.chapuis@free.fr>
12013         * fvwm/colorset.h:
12014         Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
12016         * INSTALL.fvwm:
12017         Removed --enable-mulibyte and --disable-compound-text config option
12018         documentation. s/enable-xft/disable-xft/ and document --disable-xrender
12020         * configure.in:
12021         Xft is on by default no
12023         * libs/FlocaleCharset.c (*):
12024         * libs/FlocaleCharset.h:
12025         * libs/Ficonv.c (*):
12026         * libs/Ficonv.h:
12027         * libs/Flocale.c (*):
12028         * libs/Flocale.h:
12029         * libs/Fft.c (*):
12030         * libs/FftInterface.h:
12031         * libs/FBidi.c:
12032         * libs/FBidi.h:
12033         * fvwm/ewmh_names.c ():
12034         Some cleanup. Implemented StringEncoding= in font names. Fixed
12035         string encoding for xft fonts. Try to be more cleaver about defaults
12036         charsets. Improvement in the locale charset table.
12038         * fvwm/fvwm.1:
12039         Some documentation cleanup regarding Xft
12041 2002-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12043         * fvwm/functions.c (find_func_type):
12044         fixed bug i introduced w/ last commit
12046         * fvwm/fvwm.c (Done):
12047         (StartupStuff):
12048         * fvwm/functions.c (functions_is_complex_function):
12049         * fvwm/builtins.c (CMD_DestroyFunc):
12050         (CMD_AddToFunc):
12051         (CMD_Plus):
12052         moved functions to functions.c
12053         general cleanup
12055         * fvwm/functable.c:
12056         * fvwm/functable.h:
12057         * fvwm/functions.h:
12058         * fvwm/commands.h:
12059         * fvwm/functions.c:
12060         moved some types and functions to other/new files
12062         * fvwm/functions.c:
12063         * fvwm/expand.c (expand_vars_extended):
12064         (expand_vars):
12065         functions moved to new file
12067         * fvwm/functions.c:
12068         reindented file
12070 2002-06-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12072         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
12073         fixed colourmap focus problem
12075         * **/*.[ch]:
12076         tabified all files and removed all trailing spaces
12078         * fvwm/move_resize.c (move_window_doit):
12079         * fvwm/virtual.c (CMD_MoveToDesk):
12080         MoveToPage and MoveToDesk no longer unstick windows
12082 2002-06-17  Mikhael Goikhman  <migo@homemail.com>
12084         * INSTALL.fvwm:
12085         small improvements
12087         * configure.in:
12088         reworded some names of supported features
12090 2002-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12092         * fvwm/update.c (apply_window_updates):
12093         * fvwm/session.c (MatchWinToSM):
12094         * fvwm/add_window.c (setup_window_structure):
12095         * fvwm/windowshade.c (CMD_WindowShade):
12096         * fvwm/window_flags.h:
12097         fixed a problem w/ shaded windows changind the title direction
12099         * fvwm/geometry.c (get_shaded_geometry):
12100         fixed shading window to 0 width or height
12102         * fvwm/add_window.c (AddWindow):
12103         fixed a memory leak and an initial window placement bug
12105 2002-06-15  Mikhael Goikhman  <migo@homemail.com>
12107         * configure.in:
12108         minor improvements in output, added bin/fvwm-perllib
12110 2002-06-12  Mikhael Goikhman  <migo@homemail.com>
12112         * fvwm/menustyle.c (CMD_CopyMenuStyle):
12113         fixed copying PopupOffset values in CopyMenuStyle
12115         * NEWS:
12116         Copied 2.4.8 NEWS
12118 2002-06-10  Mikhael Goikhman  <migo@homemail.com>
12120         * libs/Strings.c:
12121         * libs/Strings.h:
12122         added CopyStringWithQuotes, not perfect, but works for now
12124 2002-06-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12126         * fvwm/functions.h:
12127         * fvwm/commands.h:
12128         * fvwm/functions.c (func_config):
12129         * libs/FScreen.c (FScreenConfigureSLSScreens):
12130         (FScreenConfigureModule):
12131         * fvwm/virtual.c (CMD_XineramaSlsScreens):
12132         new command XineramaSLSScreens
12134         * libs/FScreen.c:
12135         cleaned up Xinerama ifdefs
12137 2002-06-07  Dan Espen  <dane@mk.telcordia.com>
12139         * NEWS:
12140         * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12142 2002-06-07  olicha  <olivier.chapuis@free.fr>
12144         * libs/Flocale.h:
12145         * libs/Flocale.c (FlocaleGetShadowTextPosition):
12146         Some shadow text position fixes
12148 2002-06-06  olicha  <olivier.chapuis@free.fr>
12150         * fvwm/update.c (apply_window_updates):
12151         Fixed the position of shaded windows after certain style update
12153         * acinclude.m4:
12154         Fixed some options names
12156 2002-06-06  Mikhael Goikhman  <migo@homemail.com>
12158         * fvwm/module_interface.c (CMD_SendToModule):
12159         fixed SendToModule when the first parameter contains quotes
12161 2002-06-06  olicha  <olivier.chapuis@free.fr>
12163         * fvwm/fvwm.c (main):
12164         * fvwm/ewmh.c (EWMH_Init):
12165         Init the EWMH before reading the config. Always setup the working
12166         area.
12168 2002-06-05  olicha  <olivier.chapuis@free.fr>
12170         * fvwm/update.c (apply_window_updates):
12171         Fixed the position of a shaded window during a style update
12172         (do_redecorate)
12174         * libs/Flocale.c (FlocaleRotateDrawString):
12175         (FlocaleGetShadowTextPosition):
12176         Fixed side title text position if the font has no shadow
12178         * acconfig.h:
12179         * libs/Ficonv.c (FiconvInit):
12180         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12181         * libs/Flocale.c (FlocaleInit):
12182         (FlocaleRotateDrawString):
12183         (FlocaleGetFontSet):
12184         (FlocaleGetFontOrFontSet):
12185         (FlocaleLoadFont):
12186         (FlocaleDrawString):
12187         (FlocaleTextWidth):
12188         (FlocaleFreeNameProperty):
12189         (FlocaleGetNameProperty):
12190         (FlocaleTextListToTextProperty):
12191         Finish to remove the multibyte patch. This gives a more clean code
12192         and can only prevent bugs
12194 2002-06-05  Mikhael Goikhman  <migo@homemail.com>
12196         * fvwm/placement.c (PlaceWindow):
12197         fixed CascadePlacement with huge windows (xterm -g 240x100),
12198         that were aligned to bottom-right instead of top-left;
12199         small adjustments (removed border_width from calculations,
12200         don't place normal windows at 0, commented out some strange code)
12202 2002-06-04  Mikhael Goikhman  <migo@homemail.com>
12204         * NEWS:
12205         document CascadePlacement and FvwmIconMan improvements
12207         * fvwm/fvwm.1:
12208         typo
12210 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12212         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12213         * fvwm/fvwm.c (InitVariables):
12214         * fvwm/placement.c (PlaceWindow):
12215         * fvwm/screen.h (struct ScreenInfo):
12216         improved *CascadePlacement, if the last placed window does not exist
12217         any more, reuse the last used position instead of adding a new cascade
12219 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12221         * fvwm/events.c (HandleEnterNotify):
12222         * fvwm/fvwm.c (InitVariables):
12223         * fvwm/events.h:
12224         Fixed colormap handling over decorative parts of a window
12226 2002-06-03  olicha  <olivier.chapuis@free.fr>
12228         * fvwm/module_interface.c (make_named_packet):
12229         Fixed an write out of memory bug. This complete Mikhail Kruk patch
12230         related to named module packet
12232 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12234         * fvwm/focus.c (focus_grab_buttons):
12235         * fvwm/events.c (HandleButtonPress):
12236         fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12238 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
12240         * fvwm/bindings.c (ParseBinding):
12241         replaced an error "Illegal mouse button" with a descriptive warning
12242         when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12244 2002-05-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12246         * fvwm/events.c (GetContext):
12247         fixed key bindings on decorations
12249         * fvwm/events.h:
12250         removed XEVMASK_DECORW
12252 2002-05-31  olicha  <olivier.chapuis@free.fr>
12254         * NEWS:
12255         * fvwm/fvwm.1:
12256         Documented shadow effect in a new section FONT EFFECTS
12258 2002-05-31  olicha  <olivier.chapuis@free.fr>
12260         * libs/Fft.c (FftDrawString):
12261         * libs/Colorset.c (DumpColorset):
12262         (LoadColorset):
12263         * libs/Colorset.h:
12264         * fvwm/colorset.c (parse_colorset):
12265         New colorset option fg_alpha which defines an alpha for rendering
12266         text with Xft
12268 2002-05-29  olicha  <olivier.chapuis@free.fr>
12270         * libs/Fft.c (FftSetupEncoding):
12271         * libs/Fft.h:
12272         * libs/FRender.h:
12273         Added Xft2 support
12275         * acinclude.m4:
12276         * configure.in:
12277         Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12278         to Xft FLAGS and LIBS
12280         * fvwm/Makefile.am:
12281         * libs/Makefile.am:
12282         Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12283         Xft2 library. Removed FT2 CFLAGS and LIBS
12285 2002-05-27  olicha  <olivier.chapuis@free.fr>
12287         * acinclude.m4:
12288         * acconfig.h:
12289         * configure.in:
12290         Some Xft2 and fontconfig preparation
12292         * libs/Flocale.h:
12293         * libs/Flocale.c (FlocaleParseShadow):
12294         (FlocaleLoadFont):
12295         (FlocaleGetShadowTextPosition):
12296         Added offset to shadow text
12298         * libs/Flocale.h:
12299         Fixed the position of ne shadow text and remove some unused #define
12301 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12303         * fvwm/colorset.c (parse_colorset):
12304         fixed integer overflow in average colour calculation
12306 2002-05-27  olicha  <olivier.chapuis@free.fr>
12308         * libs/gravity.c (GetNextMultiDirection):
12309         (ParseMultiDirectionArgument):
12310         * libs/gravity.h:
12311         Added a multi direction type which is a "<<" version of direction
12312         type. Added a parse and a next functions
12314         * libs/Flocale.h:
12315         * libs/Flocale.c (FlocaleParseShadow):
12316         (FlocaleGetNextShadowDirection):
12317         (FlocaleGetShadowTextPosition):
12318         Used gravity multi direction type and functions. Removed
12319         FlocaleGetNextShadowDirection
12321 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12323         * fvwm/focus.c (restore_focus_after_unmap):
12324         fixed a problem w/ colormap transition when transient window died
12326         * fvwm/add_window.c (AddWindow):
12327         clean up
12329         * fvwm/session.c (getUniqueStateFilename):
12330         applied security patch by Jan Echternach
12332         * fvwm/fvwm.c (InitVariables):
12333         Properly initialise Scr.flags.is_pointer_on_this_screen
12335         * libs/fvwmlib.h (FvwmFont):
12336         * fvwm/fvwm.c (setVersionInfo):
12337         * configure.in:
12338         * config.h.in:
12339         * acconfig.h (MULTIBYTE):
12340         removed MULTIBYTE option (unconditionally on)
12342 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12344         * libs/gravity.c (ParseDirectionArgument):
12345         allow "t", "u", ... shortcuts as direction arguments
12347         * fvwm/style.c (check_window_style_change):
12348         (parse_and_set_window_style):
12349         * fvwm/frame.c (frame_setup_border):
12350         (frame_get_shading_laziness):
12351         (frame_get_sidebar_geometry):
12352         * fvwm/decorations.c (SelectDecor):
12353         * fvwm/add_window.c (setup_style_and_decor):
12354         (setup_resize_handle_cursors):
12355         (setup_resize_handle_windows):
12356         (change_resize_handle_windows):
12357         (destroy_auxiliary_windows):
12358         * fvwm/borders.c (border_get_border_gcs):
12359         (border_draw_border_parts):
12360         * fvwm/style.h (SCSET_HAS_BORDER):
12361         * fvwm/fvwm.h (FvwmWindow):
12362         * fvwm/window_flags.h (SET_HAS_BORDER):
12363         new styles NoBorder/Border
12365 2002-05-26  olicha  <olivier.chapuis@free.fr>
12367         * libs/Flocale.h:
12368         * libs/Flocale.c (FlocaleParseShadow):
12369         (FlocaleGetNextShadowDirection):
12370         (FlocaleGetShadowTextPosition):
12371         (FlocaleLoadFont):
12372         Implemented multidirectional shadow text rendering
12374         * libs/Flocale.h:
12375         * libs/Flocale.c
12376         (FlocaleFontStructDrawString):
12377         (FlocaleRotateDrawString):
12378         (FlocaleLoadFont):
12379         (FlocaleDrawString):
12380         (FlocaleTextWidth):
12381         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12382         * libs/Fft.c (FftDrawString):
12383         Cleanup the FlocaleFont structure by addings some flags
12385 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12387         * fvwm/events.c (HandleFocusIn):
12388         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12389         * fvwm/screen.h (ScreenInfo):
12390         * fvwm/focus.c (FocusOn):
12391         ignore EnterNotify events while a window is waiting to receive focus
12392         from the Focus or FlipFocus commands; should prevent plenty of race
12393         contidions caused by executing complex functions by a key press, button
12394         press or from a menu; fixes Alt-Tab problem
12396         * fvwm/events.c (HandleMapNotify):
12397         immediately draw window decorations when window is mapped; the new frame
12398         drawing code takes care of suppressing unnecessary redraws
12399         (HandleLeaveNotify):
12400         fixed a bug w/ LeaveNotify event with NotifyGrab
12402 2002-05-22  olicha  <olivier.chapuis@free.fr>
12404         * libs/Flocale.h:
12405         * libs/Fft.c (FftDrawString):
12406         * libs/Flocale.c (FlocaleFontStructDrawString):
12407         (FlocaleRotateDrawString):
12408         (FlocaleLoadFont):
12409         (FlocaleGetShadowTextPosition):
12410         (FlocaleDrawString):
12411         (FlocaleDrawUnderline):
12412         (FlocaleTextWidth):
12413         Implemented negative shadow text
12415 2002-05-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12417         * fvwm/menucmd.c (CMD_AddToMenu):
12418         * fvwm/windowlist.c (CMD_WindowList):
12419         * fvwm/menus.h:
12420         * fvwm/menus.c
12421         changed signature of AddToMenu
12423         * fvwm/menus.c (clone_menu_root_static):
12424         fixed problem w/ menu style usage count and tear off menus
12425         fixed core dump w/ not copying the missing sub menu function in tear
12426         off menus
12427         (clone_menu_item_list):
12428         (AddToMenu):
12429         (add_another_menu_item):
12430         (size_menu_vertically):
12431         fixed additional "More..." items in sub menus of torn off menus
12433 2002-05-22  Mikhael Goikhman  <migo@homemail.com>
12435         * libs/colorset.h:
12436         fixed #endif warning
12437         * fvwm/ConfigFvwmDefaults:
12438         added CirculateSkip to tear off menus
12439         * fvwm.1:
12440         fixed ShadeAgain quoting
12442 2002-05-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12444         * fvwm/events.c (HandleButtonPress):
12445         allow to pass the focus click to applications and have a function bound
12446         to it at the same time
12448         * fvwm/fvwm.c:
12449         * fvwm/colorset.h:
12450         fixed compilation problem
12452 2002-05-20  olicha  <olivier.chapuis@free.fr>
12454         * libs/PictureImageLoader.c (PImageRGBtoPixel):
12455         Fixed blue colour in png image and ewmh icons
12457         * libs/Flocale.c (FlocaleLoadFont):
12458         Removed some debug code
12460         * fvwm/colorset.c (parse_colorset):
12461         * libs/fvwmlib.h:
12462         * libs/ColorUtils.c (GetForeShadowColor):
12463         Added Mikhael algo to compute the default fgsh
12465 2002-05-18  Mikhael Goikhman  <migo@homemail.com>
12467         * fvwm/functions.c (expand_extended_var):
12468         expand $[fgsh.csN], use constants instead of numbers
12470 2002-05-17  olicha  <olivier.chapuis@free.fr>
12472         * libs/Flocale.c (FlocaleDrawString):
12473         (FlocaleDrawUnderline):
12474         * libs/Flocale.h:
12475         Removed some unused and debug code
12477 2002-05-17  olicha  <olivier.chapuis@free.fr>
12479         * fvwm/menuitem.c (draw_underline):
12480         * libs/Flocale.h:
12481         * libs/Flocale.c (FlocaleDrawUnderline):
12482         Move draw_underline into Flocale.c and fix underline position with
12483         shadow rendering
12485 2002-05-17  olicha  <olivier.chapuis@free.fr>
12487         * fvwm/style.c (update_window_color_style):
12488         (update_window_color_hi_style):
12489         * fvwm/move_resize.c (DisplayPosition):
12490         (DisplaySize):
12491         * fvwm/menuitem.c (menuitem_paint):
12492         * fvwm/borders.c (get_common_decorations):
12493         (border_get_titlebar_draw_descr):
12494         * fvwm/fvwm.h:
12495         * fvwm/icons.c (DrawIconWindow):
12496         Pass the colorset to text drawing via the FlocaleWinString structure
12498         * libs/fvwmlib.h:
12499         * libs/ColorUtils.c (GetForeShadowColor):
12500         (GetForeShadow):
12501         * fvwm/colorset.c (parse_colorset):
12502         * libs/Colorset.h:
12503         * libs/Colorset.c (DumpColorset):
12504         (LoadColorset):
12505         Added fgsh colorset and two new functions GetForeShadowColor and
12506         GetForeShadow which should be modified
12508         * libs/Makefile.am:
12509         * libs/Fft.h:
12510         * libs/FftInterface.h (new file):
12511         * libs/Fft.c (FftDrawString):
12512         * libs/Flocale.h:
12513         * libs/Flocale.c (FlocaleFontStructDrawString):
12514         (FlocaleRotateDrawString):
12515         (FlocaleDrawString):
12516         (FlocaleTextWidth):
12517         (FlocaleLoadFont):
12518         Implemented text shadow rendering
12520 2002-05-11  olicha  <olivier.chapuis@free.fr>
12522         * fvwm/builtins.h:
12523         * fvwm/builtins.c (refresh_window):
12524         * fvwm/update.c (apply_window_updates):
12525         * fvwm/update.h:
12526         * fvwm/style.c (check_window_style_change):
12527         ParentalRelativity style is now dynamic
12529 2002-05-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12531         * fvwm/menuitem.c (menuitem_paint):
12532         fixed menu item hilight area
12534 2002-05-09  olicha  <olivier.chapuis@free.fr>
12536         * libs/Makefile.am:
12537         * libs/XError.c (request_name):
12538         * libs/PictureImageLoader.c (PImageLoadPng):
12539         (PImageCreatePixmapFromArgbData):
12540         * libs/PictureGraphics.c (PGraphicsTintRectangle):
12541         (PGraphicsTileRectangle):
12542         (PGraphicsCopyFvwmPicture):
12543         * libs/FRenderInit.c (new file):
12544         * libs/FRenderInit.h (new file):
12545         * libs/FRenderInterface.h:
12546         * libs/FRender.c (*):
12547         * fvwm/colorset.c (parse_tint):
12548         (parse_colorset):
12549         * fvwm/fvwm.c (main):
12550         * fvwm/events.c (HandlePropertyNotify):
12551         Change the design of the previous commit. Now a module should call
12552         FRenderInit when it wants to use a function which depends on XRender.
12554 2002-05-09  olicha  <olivier.chapuis@free.fr>
12556         * fvwm/colorset.c:
12557         A -Wall fix
12559         * libs/Flocale.h:
12560         * libs/Fft.h:
12561         Fixed Compilation
12562         Include Fft.h include FRender.h as Xft.h include Xrender.h
12564         * libs/FRenderInterface.h:
12565         * libs/FRender.h:
12566         * libs/FRender.c (FRenderInit):
12567         (FRenderGetErrorCodeBase):
12568         (FRenderGetMajorOpCode):
12569         (FRenderGetExtensionSupported):
12570         (FRenderGetErrorText):
12571         Improve XRender initialization, check if the XRender extension is
12572         enabled and get the error code base and the major op code.
12573         Add error functions for the X error handler.
12575         * libs/XError.c (PrintXErrorAndCoredump):
12576         (request_name):
12577         Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12578         and major op code
12580         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12581         * fvwm/events.c (HandlePropertyNotify):
12582         * fvwm/colorset.c (parse_tint):
12583         (parse_colorset):
12584         * libs/PictureImageLoader.c (PImageLoadPng):
12585         (PImageCreatePixmapFromArgbData):
12586         * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12587         (PGraphicsCopyFvwmPicture):
12588         (PGraphicsTileRectangle):
12589         * libs/FRender.c (FRenderCopyArea):
12590         (FRenderTintRectangle):
12591         Check if the XRender extension is enabled on the display before
12592         performing XRender operations
12594 2002-05-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12596         * fvwm/menuitem.c (menuitem_paint):
12597         fixed item hilighting problems
12599 2002-05-07  olicha  <olivier.chapuis@free.fr>
12601         * fvwm/colorset.c (parse_colorset):
12602         More coloset fixes
12604 2002-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12606         * fvwm/events.c (HandlePropertyNotify):
12607         workaround for xterm resize problem
12609         * fvwm/colorset.c (parse_colorset):
12610         (free_colorset_background):
12611         (parse_pixmap):
12612         (parse_tint):
12613         fixed various bugs and core dumps w/ the cs->picture structure;
12614         note: it's a pointer, so compare with NULL, not with None
12616         * fvwm/frame.c (frame_setup_window):
12617         (frame_setup_window_app_request):
12618         (frame_force_setup_window):
12619         (frame_setup_window_internal):
12620         (frame_create_move_resize_args):
12621         (frame_free_move_resize_args):
12622         * fvwm/add_window.c (setup_window_attr):
12623         * fvwm/events.c (HandleConfigureRequest):
12624         (HandlePropertyNotify):
12625         fixed [?] bit_gravity/resize problem
12627         * fvwm/events.c (HandleEnterNotify):
12628         reformatted EdgeCommand code
12630 2002-05-06  olicha  <olivier.chapuis@free.fr>
12632         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12633         Resize an ewmh icon to the wanted size if it is to big
12635         * fvwm/ewmh.c (EWMH_WindowDestroyed):
12636         Set also the stacking list when a window is destroyed
12638 2002-05-03  Dan Espen  <dane@mk.telcordia.com>
12640         * fvwm/fvwm.1: Finish language check.
12641         Fix typo in Mouse section, context should be on new line.
12643 2002-05-02  Dan Espen  <dane@mk.telcordia.com>
12645         * fvwm/fvwm.1 (file): Restore icons and images text with some
12646         improvement.
12647         Started on lang check, not done yet.
12649 2002-05-02  Mikhail Kruk  <meshko@cs.brandeis.edu>
12651         * fvwm/module_interface.c (make_named_packet):
12652         Applied Mikhail Kruk patch
12654 2002-05-02  olicha  <olivier.chapuis@free.fr>
12656         * libs/FlocaleCharset.h:
12657         * libs/Ficonv.c (FiconvSetupConversion):
12658         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12659         * libs/Flocale.h:
12660         * libs/Flocale.c (FlocaleGetFftFont):
12661         (FlocaleGetFontSet):
12662         (FlocaleGetFont):
12663         (FlocaleLoadFont):
12664         (FlocaleUnloadFont):
12665         * fvwm/fvwm.1:
12666         Implemented charset/iconv hints in font name
12668 2002-04-29  Stian Sletner  <stian@sletner.com>
12670         * fvwm/windowlist.c (CMD_WindowList):
12671         Added new Windowlist option IconifiedAtEnd
12673 2002-04-30  Mikhael Goikhman  <migo@homemail.com>
12675         * fvwm/module_interface.c:
12676         * libs/Module.c:
12677         * libs/Module.h:
12678         moved two constant strings to Module.h, so they may be used by perllib
12680 2002-04-29  olicha  <olivier.chapuis@free.fr>
12682         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12683         Fixed a core dump if the charset is not found
12685         * libs/Flocale.c (FlocaleStringToString2b):
12686         Removed some debug code
12688 2002-04-29  olicha  <olivier.chapuis@free.fr>
12690         * libs/Fft.c (FftGetFontWidths):
12691         (FftGetFontWidths):
12692         * libs/Fft.h
12693         * libs/Flocale.h:
12694         * libs/Flocale.c (FlocaleGetFont):
12695         (FlocaleGetFontSet):
12696         (FlocaleGetFftFont):
12697         Removed min_char_offset member of the FlocaleFont as it is not use
12698         since we rotate string for side title
12700         * libs/Ficonv.c (FiconvSetupConversion):
12701         * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12702         (FlocaleCharsetSetFlocaleCharset):
12703         * libs/Flocale.h:
12704         * libs/Flocale.c (FlocaleTextWidth):
12705         (FlocaleDrawString):
12706         (FlocaleUtf8ToUnicodeStr2b):
12707         (FlocaleLoadFont):
12708         (FlocaleStringToString2b):
12709         (FlocaleRotateDrawString):
12710         (FlocaleFontStructDrawString):
12711         Added support for drawing string with 10646-1 fonts without an utf8
12712         locale. Also, drawing strings with a multibyte font now work not so
12713         bad even if the locale have nothing to do with the font.
12715         * libs/Fft.c (FftUtf8ToFftString16):
12716         (FftDrawString):
12717         (FftTextWidth):
12718         Added utf8 rendering with iso10646-1 fonts on system without
12719         Xft Utf8 functions
12721         * fvwm/colorset.c (reset_cs_pixmap):
12722         (parse_pixmap):
12723         (parse_shape):
12724         (parse_tint):
12725         (parse_colorset):
12726         Colorset now accept bitmaps. Split a bit parse_colorset for readability
12728 2002-04-28  Mikhael Goikhman  <migo@homemail.com>
12730         * fvwm/menus.c:
12731         fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12733 2002-04-27  Mikhael Goikhman  <migo@homemail.com>
12735         * fvwm/move_resize.c:
12736         don't start Move with snap disabled if Alt is initially pressed
12738 2002-04-26  Mikhael Goikhman  <migo@homemail.com>
12740         * NEWS, configure.in:
12741         changed version to 2.5.2
12743 2002-04-25  Mikhael Goikhman  <migo@homemail.com>
12745         * fvwm/fvwm.1:
12746         improved main headers, added new COLORSETS section;
12747         documented State condition
12749         * NEWS:
12750         documented Tint in colorsets and utility renaming
12752         * libs/Flocale.c:
12753         corrected several error reporting problems
12755 2002-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12757         * fvwm/events.h:
12758         fixed leaving tear off menus
12760 2002-04-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12762         * fvwm/borders.c (border_draw_part_relief):
12763         (border_set_button_pixmap):
12764         (border_draw_title_stick_lines):
12765         (border_draw_title_mono):
12766         (border_draw_title_relief):
12767         * libs/fvwmlib.h (RelieveRectangle2):
12768         (RelieveRectangle):
12769         replaced functions by macros
12771         * libs/Graphics.c (do_relieve_rectangle):
12772         applied performance patch by Dave Trollope
12774 2002-04-24  Mikhael Goikhman  <migo@homemail.com>
12776         * libs/FBidi.c:
12777         * libs/FBidi.h:
12778         * libs/Flocale.c:
12779         * libs/Flocale.h:
12780         * libs/FlocaleCharset.c:
12781         FBidi is now independent from Flocale* again;
12782         iso8859-6.8x fonts recognized now as bidi-enabled
12784 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12786         * libs/Flocale.c:
12787         fixed --disable-multibyte
12789 2002-04-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12791         * fvwm/borders.c (border_draw_title_deep):
12792         (border_set_title_pixmap):
12793         (border_set_button_pixmap):
12794         fixed SolidButton title and button style
12796 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12798         * fvwm/fvwm.1:
12799         * NEWS:
12800         * AUTHORS:
12801         added new entry about CurrentAtEnd
12803         * colorset.c:
12804         minor reformatting and spell checking
12806 2002-04-23  Jochen Klenner  <jochen.klenner@gmx.net>
12808         * fvwm/windowlist.c (CMD_WindowList):
12809         Added new Windowlist option CurrentAtEnd
12811 2002-04-22  olicha  <olivier.chapuis@free.fr>
12813         * fvwm/colorset.c (parse_colorset):
12814         * libs/Colorset.h:
12815         Fixed an enormous core dump which comes from a cvs merging problem
12817         * fvwm/Makefile.am:
12818         * acconfig.h:
12819         * configure.in:
12820         Added Xrender detection and link fvwm if needed
12822         * libs/PictureGraphics.c:
12823         * libs/PictureGraphics.h:
12824         * libs/FRender.c:
12825         * libs/FRender.h:
12826         * libs/FRenderInterface.h:
12827         * libs/PictureGrpahics.c (*):
12828         * libs/PictureGrpahics.h:
12829         New libs files to acheive alpha-blend rendering and better XBM
12830         support. PictureGraphics contains elaborated version and also
12831         simplified version of XFillRectangle, XCopyPlan and XCopyArea
12832         Xlib functions.
12834         * fvwm/fvwm.h:
12835         * fvwm/icons.c (clear_icon):
12836         (GetIconPicture):
12837         (DrawIconWindow):
12838         (GetIconFromFile):
12839         * fvwm/events.c (HandlePropertyNotify):
12840         * fvwm/borders.c (border_fill_pixmap_background):
12841         (border_get_border_background):
12842         (border_draw_decor_to_pixmap):
12843         * fvwm/menuitem.c (menuitem_paint):
12844         * fvwm/add_window.c (destroy_icon):
12845         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12846         * fvwm/geometry.c (move_icon_to_position):
12847         * fvwm/colorset.c (free_colorset_background):
12848         (parse_colorset):
12849         * libs/Colorset.h:
12850         Implemented alpha-blend rendering with the new libs function
12852         * fvwm/colorset.c (free_colorset_background):
12853         (parse_colorset):
12854         * libs/Colorset.h:
12855         Implemented tinting of a Pixmap background colorset
12857         * fvwm/colorset.c (parse_colorset):
12858         Use the Scr.NoFocusWin as main window in the place of the
12859         Scr.SizeWindow, this fix a lot of X errors in my machine.
12861         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
12862         Donated our alpha channel
12864         * libs/vpacket.h:
12865         * fvwm/module_interface.h:
12866         * fvwm/module_interface.c (SendFvwmPicture):
12867         (BroadcastMiniIcon):
12868         (SendMiniIcon):
12869         (BroadcastFvwmPicture):
12870         (CMD_Send_WindowList):
12871         * fvwm/add_window.c (change_mini_icon):
12872         (broadcast_mini_icon):
12873         * fvwm/ewmh_icons.c:
12874         Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
12875         SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
12877         * libs/Makefile.am:
12878         * libs/PictureBase.c (*):
12879         * libs/PictureBase.h:
12880         * libs/Picture.c (*):
12881         * libs/Picture.h:
12882         * libs/PictureImageLoader.c (*):
12883         * libs/PictureImageLoader.h:
12884         * fvwm/*:
12885         Rename some libs file InitPicture -> PictureBase, FImageLoader ->
12886         PictureImageLoader.
12887         Rename some libs function: InitPictureCMap -> PictureInitCMap,
12888         UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
12889         PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
12890         SetImagePath -> PictureSetImagePath, findImageFile ->
12891         PictureFindImageFile, PictureList -> FvwmPictureList,
12892         LoadFvwmPicture removed now  PImageLoadFvwmPictureFromFile replace it,
12893         GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
12894         DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
12895         PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
12896         PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
12897         Also renamed more recent functions in PictureImageLoader.
12899         * fvwm/borders.c (border_draw_one_border_part):
12900         (border_draw_decor_to_pixmap):
12901         Fixed drawing of a TiledPixmap borded and fixed position of buttons
12902         pixmap
12904         * fvwm/menus.c (pop_menu_up):
12905         (animated_move_back):
12906         (ParentalMenuRePaint):
12907         * fvwm/move_resize.h (resize_geometry_window):
12908         * fvwm/move_resize.c (move_window_doit):
12909         (AnimatedMoveAnyWindow):
12910         (AnimatedMoveOfWindow):
12911         (AnimatedMoveFvwmWindow):
12912         Fixed transparent animated menu
12914 2002-04-21  Mikhael Goikhman  <migo@homemail.com>
12916         * fvwm/fvwm.1:
12917         fixed two places
12919 2002-04-19  Hippo
12921         * fvwm/colorset.c:
12922         * libs/Colorset.c:
12923         fixed running out of colors on 8bpp with ReadWriteColors;
12924         simulate colorsets on monochrome displays using three 1-bit pixmaps
12926 2002-04-19  Mikhael Goikhman  <migo@homemail.com>
12928         * configure.in:
12929         fixed $PERL detection again
12931 2002-04-18  Hippo
12933         * configure.in:
12934         added -Wno-implicit-int to -Wall in case of gcc
12936         * fvwm/colorset.c:
12937         * fvwm/fvwm.c:
12938         fixed ReadWriteColors on a PseudoColor display
12940 2002-04-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12942         * fvwm/move_resize.c (move_window_doit):
12943         set the is_icon_moved too flag if the icon was moved non-interactively
12945 2002-04-16  Hippo
12947         * fvwm/*.[ch]:
12948         * NEWS:
12949         Moved FvwmTheme functionality into fvwm.
12950         Added new commands Colorset, ReadWriteColors, CleanupColorsets.
12952 2002-04-17  Mikhael Goikhman  <migo@homemail.com>
12954         * configure.in:
12955         fixed $PERL detection
12957         * fvwm/fvwm.1:
12958         * fvwm/ConfigFvwmDefaults:
12959         several fixes and spelling
12961 2002-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12963         * libs/Bindings.c (CheckBinding):
12964         (MatchBinding):
12965         (GrabWindowKey):
12966         (GrabWindowButton):
12967         (MatchBindingExactly):
12968         patch by yeti@physics.muni.cz to help with a weird problem w/ czech
12969         keyboards
12971 2002-04-12  Mikhael Goikhman  <migo@homemail.com>
12973         * configure.in:
12974         configure now uses $PERL if set
12976         * **:
12977         all programs installed into ${bindir} have now fvwm- prefix;
12978         documentation updated
12980 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
12982         * **:
12983         renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
12984         documentation updated
12986 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
12988         * NEWS:
12989         added 2.4.7 entries
12991 2002-04-10  Dan Espen  <dane@mk.telcordia.com>
12993         * AUTHORS: New author.
12995         * NEWS: Edge Command.
12997 2002-04-09  Uwe Pross  <uwe.pross@gmx.net>
12999         * fvwm/fvwm2.1:
13000         Added EdgeCommand paragraph.
13002         * fvwm/events.c (HandleEnterNotify):
13003         Added execution of Scr.PanFrame*.command if set
13005         * fvwm/fvwm.c (InitVariables):
13006         Added init strings for pan frame commands.
13008         * fvwm/virtual.c:
13009         * fvwm/virtual.h:
13010         (checkPanFrames):
13011         Avoid hiding of pan frames if pan frame command is set.
13012         (CMD_EdgeCommand):
13013         Implementation of the buildin command EdgeCommand. First
13014         implementation of this function.
13016         * fvwm/screen.h (struct):
13017         added char * command in structure Panframe to store the pan frame
13018         command.
13020         * fvwm/functions.c:
13021         added declaration of CMD_ENTRY("edgecommand")
13023         * fvwm/functions.h:
13024         added definition of Flag F_EDGE_COMMAND
13026         * fvwm/commands.h:
13027         added definition of CMD_EdgeCommand(F_CMD_ARGS)
13029 2002-04-10  Mikhael Goikhman  <migo@homemail.com>
13031         * fvwm/fvwm2.1:
13032         added "BI-DIRECTIONAL TEXTS" section
13034         * libs/System.c:
13035         added #include <sys/select.h> to fix endless loop on QNX
13037 2002-04-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13039         * fvwm/fvwm2.1:
13040         changed description of focus models
13042 2002-04-09  olicha  <olivier.chapuis@free.fr>
13044         * configure.in:
13045         Check for libpng libpng 1.0.4a or better
13047 2002-04-08  Mikhael Goikhman  <migo@homemail.com>
13049         * fvwm/add_window.c (setup_title_geometry):
13050         * fvwm/fvwm.h:
13051         * fvwm/fvwm2.1:
13052         * fvwm/geometry.c (get_title_font_size_and_offset):
13053         * fvwm/geometry.h:
13054         * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
13055         * fvwm/style.h:
13056         * fvwm/window_flags.h:
13057         * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
13058         * libs/Fft.h:
13059         * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
13060         * libs/Flocale.h:
13061         new Style options TopTitleRotated / TopTitleNotRotated,
13062         BottomTitleRotated / BottomTitleNotRotated
13064 2002-04-08  olicha  <olivier.chapuis@free.fr>
13066         * libs/Makefile.am:
13067         Fixed make dist again
13069 2002-04-07  Dan Espen  <dane@mk.telcordia.com>
13071         * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
13073 2002-04-07  Mikhael Goikhman  <migo@homemail.com>
13075         * INSTALL.fvwm:
13076         minor wording fixes
13078         * NEWS:
13079         mention a new FvwmIconMan syntax
13081         * sample.fvwmrc/new-features:
13082         * sample.fvwmrc/system.fvwm2rc:
13083         * sample.fvwmrc/system.fvwm2rc-sample-95:
13084         use a new module syntax
13086 2002-04-06  olicha  <olivier.chapuis@free.fr>
13088         * fvwm/fvwm2.1:
13089         * INSTALL.fvwm:
13090         Forget to save some file
13092         * libs/FImageLoader.c (c100_init_base_table):
13093         Allows init even if !XPM
13095         * libs/Makefile.am:
13096         Remove a F
13098         * configure.in:
13099         Fixed png detection
13101         * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
13102         Fixed a GC memory leaks.
13104         * fvwm/fvwm.c (setVersionInfo):
13105         * fvwm/fvwm2.1:
13106         Updated -version for png, bidi and xft
13108         * fvwm/fvwm2.1:
13109         Modified the ICONS section. Rename it ICONS AND IMAGES and
13110         document PNG file format. Replace "xpm or bitmap file" by
13111         "image file" in a few place.
13113         * INSTALL.fvwm:
13114         * NEWS:
13115         PNG news and documented libpng in the "Optional libraries used by FVWM"
13116         section
13118 2002-04-05  olicha  <olivier.chapuis@free.fr>
13120         * libs/FImageLoader.c (c100_init_base_table):
13121         (FImageReduceRGBColor):
13122         (FImageCreatePixmapFromArgbData):
13123         Speed up color limitation for png image and ewmh icons
13124         Respect color limit even with DirectColor and TrueColor
13126         * configure.in:
13127         * acconfig.h (HAVE_PNG):
13128         Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13129         even without XPM support
13131         * libs/Makefile.am
13132         * libs/InitPicture.c (new file):
13133         * libs/InitPicture.h (new file):
13134         * libs/Picture.c:
13135         * libs/Picture.h:
13136         * libs/FImageLoader.c (new file):
13137         * libs/FImageLoader.h (new file):
13138         * libs/Fxpm.h (new file):
13139         * libs/Fpng.h (new file):
13140         Images are loaded in FImageLoader. PNG image can be loaded, the loader
13141         come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13142         ColorLimit stuff is applied to PNG image.
13143         Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13144         Picture.c and Picture.h.
13145         InitPicture contains the Picture structure, initialize the visual,
13146         depth and color map and contains image path stuff as Picture contains
13147         Picture manipulations.
13149         * libs/ColorUtils.c:
13150         * libs/Picture.h:
13151         Moved the Picture color utils func to ColorUtils
13153         * fvwm/Makefile.am:
13154         links against libpng
13156         * fvwm/icons.c (GetIconPicture):
13157         (GetXPMFile):
13158         (GetBitmapFile):
13159         (GetIconFromFile):
13160         Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13161         the libs image loader
13163         * fvwm/cursor.c (CMD_CursorStyle):
13164         Use FImageLoadCursorPixmapFromFile (no PNG support here)
13166         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13167         (EWMH_SetIconFromWMIcon):
13168         Use the argb loader of the libs. ColorLimit are now applied to ewmh
13169         icons
13171         * fvwm/modconf.c:
13172         Send the ColorLimit to module in any case
13174         * libs/fvwmlib.h:
13175         * libs/Graphics.c:
13176         * libs/Flocale.c
13177         * libs/Fft.c:
13178         * libs/Colorset.c:
13179         * fvwm/add_window.c:
13180         * fvwm/builtins.c:
13181         * fvwm/fvwm.h:
13182         * fvwm/menus.c:
13183         * fvwm/menustyle.c:
13184         * fvwm/move_resize.c:
13185         include cleanup
13187 2002-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13189         * fvwm/events.c (test_map_request):
13190         (test_resizing_event):
13191         fixed endless loop in HandleConfigureRequest
13193 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13195         * fvwm/add_window.c (setup_style_and_decor):
13196         fixed borderless transients
13198         * fvwm/events.c (test_resizing_event):
13199         (HandleConfigureRequest):
13200         * fvwm/frame.c (frame_create_move_resize_args):
13201         * fvwm/add_window.c (AddWindow):
13202         * fvwm/fvwm.h:
13203         * fvwm/window_flags.h:
13204         tried to improve ConfigureRequest handling
13206         * fvwm/events.c (HandlePropertyNotify):
13207         recalculate window size when the base_width or base_height hint
13208         changes; fixes some problems with xemacs
13210         * fvwm/virtual.c (map_window):
13211         redraw decorations
13213         * fvwm/borders.c (border_draw_decorations):
13214         don't redraw windows on a different desk
13215         keep track of Scr.Hilite
13217 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13219         * fvwm/virtual.c (unmap_window):
13220         * fvwm/move_resize.c (resize_window):
13221         * fvwm/icons.c (Iconify):
13222         * fvwm/add_window.c (CaptureOneWindow):
13223         * fvwm/borders.c (border_undraw_decorations):
13224         mark window decorations as not drawn whenever the frame is unmapped
13226 2002-03-30  Dan Espen  <dane@mk.telcordia.com>
13228         * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13230 2002-03-29  Mikhael Goikhman  <migo@homemail.com>
13232         * libs/FBidi.c:
13233         use safemalloc and alloca instead of malloc
13235 2002-03-29  olicha  <olivier.chapuis@free.fr>
13237         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13238         Set the X locale charset on system without XOpenOM
13240 2002-03-27  Mikhael Goikhman  <migo@homemail.com>
13242         * configure.in:
13243         fixed multibyte support reporting
13245 2002-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13247         * libs/fvwmlib.h:
13248         * fvwm/fvwm.h:
13249         * config.h.in:
13250         moved gcc extension __attribute__ handling to config.h
13252         * fvwm/fvwm.c (main):
13253         * fvwm/stack.c (add_window_to_stack_ring_after):
13254         * fvwm/icons.c (GetIconWindow):
13255         (GetIconBitmap):
13256         * fvwm/add_window.c:
13257         fixed core dumps and other bugs in debug messages
13259 2002-03-27  olicha  <olivier.chapuis@free.fr>
13261         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13262         (FlocaleCharsetSetFlocaleCharset):
13263         * acconfig.h:
13264         * configure.in (problem_multibyte):
13265         Fixed compilation for system without XOpenOM in Xlib.h
13267         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13268         * libs/Ficonv.c (FiconvInit):
13269         Be more safe
13271         * fvwm/fvwm.c:
13272         include only libs/Flocale.h
13274 2002-03-26  Mikhael Goikhman  <migo@homemail.com>
13276         * configure.in:
13277         fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13279         * libs/FBidi.c:
13280         * libs/FBidi.h:
13281         * libs/Flocale.c:
13282         * libs/FlocaleCharset.c:
13283         minor modifications, like removed #include;
13284         fixed core dump with bidi and utf-8
13286 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13288         * fvwm/frame.c (frame_update_hidden_window_pos):
13289         fixed shade/maximize/unshade
13291         * fvwm/builtins.c (FreeDecorFace):
13292         fixed memory leak
13294         * fvwm/borders.c (get_common_decorations):
13295         (border_get_border_style):
13296         * fvwm/style.c (parse_and_set_window_style):
13297         * fvwm/style.h:
13298         * fvwm/window_flags.h:
13299         * fvwm/fvwm.h (struct):
13300         * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13301         (frame_create_move_resize_args):
13302         (frame_move_resize_step):
13303         (frame_next_move_resize_args):
13304         new styles WindowShadeLazy [default], WindowShadeBusy and
13305         WindowShadeAlwaysLazy
13307         * fvwm/frame.c (frame_set_decor_gravities):
13308         fixed window bit gravities
13309         split into smaller functions
13310         (frame_move_resize_step):
13311         fixed a bug w/ the parent gravity
13312         (frame_hide_changing_window_parts):
13313         fixed flickering in one of the corners during shade animation
13314         (frame_mrs_hide_changing_parts):
13315         renamed function
13316         (frame_mrs_prepare_vars):
13317         (frame_mrs_hide_unhide_parent):
13318         (frame_mrs_setup_draw_decorations):
13319         (frame_mrs_resize_move_windows):
13320         new functions
13322 2002-03-25  olicha  <olivier.chapuis@free.fr>
13324         * libs/Fft.c (FftSetupEncoding):
13325         Fixed compilation
13327         * libs/Flocale.c (FlocaleDrawString):
13328         * libs/FBidi.c (FBidiConvert):
13329         * libs/FBidi.h:
13330         Pass the font to FBidiConvert
13332         * acconfig.h (HAVE_LIBCHARSET):
13333         * acinclude.m4 (CHECK_LIBCHARSET):
13334         * configure.in:
13335         If libiconv is used check for libcharset
13337         * libs/Makefile.am:
13338         * libs/FlocaleCharset.h:
13339         * libs/FlocaleCharset.c:
13340         * libs/Flocale.h:
13341         * libs/Flocale.c (*):
13342         * libs/Fft.c (FftSetupEncoding):
13343         * libs/Fft.h:
13344         New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13345         FlocaleFont has such a member which is set when charset info are needed.
13346         FlocaleCharset.c contains a big table which associates to an X charset
13347         various possible locale charsets and the fribidi charset.
13348         If libiconv is used, libcharset is used to compute the locale charset.
13349         Various Flocale clean up.
13351         * fvwm/fvwm.c (main):
13352         Removed the call to FlocaleInitCharset, it is now done automatically
13353         when needed
13355         * libs/Makefile.am:
13356         * libs/Ficon.h:
13357         * libs/Ficonv.c:
13358         * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13359         * fvwm/ewmh.h:
13360         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13361         (EWMH_WMIconName):
13362         (EWMH_WMName):
13363         (EWMH_SetDesktopNames):
13364         Moved iconv conversions into the library. Try to found the good iconv
13365         charset with the help of the font and of the FlocaleCharset table.
13367 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13369         * libs/Module.c (SendFvwmPipe):
13370         * libs/Graphics.c (do_relieve_rectangle):
13371         * fvwm/menustyle.c (menustyle_parse_old_style):
13372         * fvwm/add_window.c (setup_window_structure):
13373         memory management patches by Dave Trollope
13375         * fvwm/frame.c (frame_get_sidebar_geometry):
13376         hide the handles when using the NoHandles style
13378         * fvwm/borders.c (border_redraw_decorations):
13379         change in title rotation is applied immediately, don't use the value "2"
13380         to force redrawing
13382         * fvwm/style.c (parse_and_set_window_style):
13383         removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13384         styles can be used
13385         documented the new title directions
13386         (parse_and_set_window_style):
13387         removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13388         instead
13389         documented these styles
13391         * fvwm/add_window.c (CaptureOneWindow):
13392         (CaptureAllWindows):
13393         (AddWindow):
13394         cleaned up
13396         * fvwm/icons.c (DeIconify):
13397         fiexd fucoused window not hilighting after deiconification
13399 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13401         * fvwm/update.c (apply_window_updates):
13402         windows are not unshaded when the decoration layout changes
13404         * fvwm/frame.c (frame_create_move_resize_args):
13405         fixed excessive redrawing
13406         (frame_get_hidden_pos):
13407         fixed parent geometry when window is hidden
13409         * fvwm/add_window.c (setup_frame_stacking):
13410         fixed stacking of right buttons
13412         * fvwm/frame.c (frame_set_decor_gravities):
13413         fixed title and button bit gravities
13415         * fvwm/add_window.c (setup_frame_stacking):
13416         (change_auxiliary_windows):
13417         fixed "button" style
13419         * fvwm/geometry.c (get_title_button_geometry):
13420         * fvwm/menus.c (pop_menu_up):
13421         fixed menu placement relative to window titles
13423         * libs/Flocale.c (FlocaleDrawString):
13424         fixed compiler warning w/o fribidi
13426         * fvwm/virtual.c (MoveViewport):
13427         (MapDesk):
13428         (do_move_window_to_desk):
13429         * fvwm/update.c (apply_window_updates):
13430         * fvwm/icons.c (Iconify):
13431         (CMD_Iconify):
13432         * fvwm/module_interface.c (SETOLDFLAGS):
13433         * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13434         * fvwm/style.c (parse_and_set_window_style):
13435         * fvwm/window_flags.h:
13436         * fvwm/session.c (MatchWinToSM):
13437         * fvwm/placement.c (PlaceWindow):
13438         * fvwm/add_window.c (CaptureAllWindows):
13439         (setup_window_placement):
13440         (CaptureOneWindow):
13441         (AddWindow):
13442         (destroy_window):
13443         * fvwm/menus.c (menu_tear_off):
13444         * fvwm/events.c (HandleMapRequestKeepRaised):
13445         (HandleMapNotify):
13446         * fvwm/fvwm.h:
13447         removed some of those pesky globals: PPosOverride, isIconicState and
13448         isIconifiedByParent; pass round a structure instead
13449         removed the do_start_iconic window flag
13450         removed do_delete_icon_moved flag
13452 2002-03-24  Mikhael Goikhman  <migo@homemail.com>
13454         * acconfig.h:
13455         * configure.in:
13456         renamed HAVE_FRIBIDI to HAVE_BIDI
13458         * libs/FBidi.c:
13459         * libs/FBidi.h:
13460         added more comments
13462         * fvwm/Makefile.am:
13463         * libs/Flocale.c:
13464         * libs/Makefile.am:
13465         added a dummy call to FBidi to test linking against bidi libs
13467 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13469         * fvwm/windowshade.c (CMD_WindowShade):
13470         changed syntax of windowshade with direction
13471         (CMD_WindowShade):
13472         update button state after unshading
13474         * fvwm/add_window.c (AddWindow):
13475         fixed mini icon update
13477         * fvwm/events.c (HandleEnterNotify):
13478         fixed icon picture redrawing
13479         icon titles are no longer raised and expanded if the icon has only a
13480         title
13482         * fvwm/move_resize.c (resize_window):
13483         fixed core dump
13485         * libs/gravity.c (gravity_move_resize_parent_child):
13486         * fvwm/frame.c (frame_get_titlebar_dimensions):
13487         (frame_prepare_animation_shape):
13488         (frame_move_resize_step):
13489         (frame_get_titlebar_dimensions_only):
13490         (frame_get_hidden_pos):
13491         (frame_update_hidden_window_pos):
13492         (frame_free_move_resize_args):
13493         (frame_create_move_resize_args):
13494         fixed shading of shaped windows
13496         * fvwm/borders.c:
13497         clean up
13499         * fvwm/fvwm.c (main):
13500         * fvwm/misc.c (GrabEm):
13501         fixed a problem with the cursor shape during window shading
13503         * fvwm/update.c (apply_window_updates):
13504         fixed drawing of hilighted window after a decoration change
13506         * fvwm/update.c (apply_window_updates):
13507         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13508         * fvwm/borders.c (RedrawDecorations):
13509         renamed RedrawDecorations()
13511         * fvwm/move_resize.c (move_window_doit):
13512         * libs/fvwmrect.c:
13513         * fvwm/misc.c (move_into_rectangle):
13514         (intersect_xrectangles):
13515         functions renamed and moved to fvwmrect.c
13517         * fvwm/borders.c (border_get_changed_border_parts):
13518         (frame_get_changed_border_parts):
13519         reduced border redrawing
13520         moved fucntion to borders.c
13522         * fvwm/events.c (HandleButtonPress):
13523         (DispatchEvent):
13524         suppress button events on frame windows
13526         * fvwm/frame.c (frame_setup_border):
13527         fixed a problem with the border setup
13529         * fvwm/borders.c (border_draw_decorations):
13530         * fvwm/events.c (HandleEnterNotify):
13531         fixed icon title drawing
13533         * fvwm/misc.c (GrabEm):
13534         fixed a pointer grab hang with xmag?
13536         * fvwm/move_resize.c (resize_window):
13537         use frame_move_resize function to improve performance
13539         * fvwm/add_window.c (AddWindow):
13540         fixed recaturing shaded windows
13542         * fvwm/borders.c:
13543         suppress unnecessary title redraws
13545         * fvwm/frame.c:
13546         window shading works again; there are still some problems with
13547         recapture, restart, border drawing and shaped windows
13549 2002-03-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13551         * fvwm/geometry.c (get_shaded_geometry_with_dir):
13552         new function
13554         * fvwm/frame.c (frame_get_title_bar_dimensions):
13555         fixed minor button layout bug
13556         (frame_update_hidden_window_pos):
13558         * fvwm/ewmh_names.c (EWMH_WMName):
13559         * fvwm/gnome.c (GNOME_HandlePropRequest):
13560         * fvwm/focus.c (DoSetFocus):
13561         * fvwm/stack.c (new_layer):
13562         * fvwm/icons.c (DeIconify):
13563         (Iconify):
13564         * fvwm/events.c (HandleFocusIn):
13565         (HandlePropertyNotify):
13566         (HandleExpose):
13567         (HandleMapNotify):
13568         (HandleButtonPress):
13569         (HandleLeaveNotify):
13570         * fvwm/builtins.c (CMD_ChangeDecor):
13571         (CMD_UpdateDecor):
13572         * fvwm/move_resize.c (resize_move_window):
13573         (resize_window):
13574         (resize_window):
13575         (maximize_fvwm_window):
13576         (handle_stick):
13577         * fvwm/borders.c (DrawDecorations):
13578         (RedrawDecorations):
13579         removed function DrawDecorations()
13580         (border_draw_decorations):
13581         renamed draw_decorations_with_geom() to border_draw_decorations()
13583         * fvwm/events.c (HandleExpose):
13584         fixed drawing icon titles
13586         * fvwm/add_window.c (adjust_fvwm_internal_windows):
13587         * fvwm/events.c (HandleFocusIn):
13588         (HandleFocusOut):
13589         * fvwm/screen.h (ScreenInfo):
13590         return the focus to the window that had the focus before an or window
13591         stole it and then died.
13593         * fvwm/menus.c (scanForColor):
13594         removed duplicate call of strlen
13595         use alloca instead of safemalloc
13597         * fvwm/menustyle.c (menustyle_parse_style):
13598         don't call memset right before memcpy
13600         * fvwm/module_interface.c (AddToMessageQueue):
13601         (DeleteMessageQueueBuff):
13602         removed one safemalloc and inline'd the function
13603         merged AddToMessageQueue into PositiveWrite
13605         * fvwm/borders.c (border_draw_decor_to_pixmap):
13606         fixed pixmap and mini icon buttons
13607         (border_fill_pixmap_background):
13608         fixed an X error
13609         (border_get_tb_parts_to_draw):
13610         buttons and title background using the border style is updated when the
13611         buttons moves
13613         * fvwm/events.c (WaitForButtonsUp):
13614         don't grab the whole server but merely the pointer to allow applications
13615         redrawing themselves
13617         * fvwm/borders.c:
13618         finished writing title drawing code
13620         * fvwm/move_resize.c (resize_window):
13621         (resize_move_window):
13622         (unmaximize_fvwm_window):
13623         removed now unnecessary calls to DrawDecorations()
13625         * fvwm/frame.c (frame_hide_changing_window_parts):
13626         fixed hiding bottom/right titles
13628         * fvwm/add_window.c (AddWindow):
13629         fixed recapturing shaded windows
13631         * fvwm/misc.c (GrabEm):
13632         fixed the cursor over the title window while resizing
13634 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13636         * libs/Graphics.c (CreateTiledPixmap):
13637         improved efficience: let the X server tile a pixmap via the GC settings
13639         * fvwm/fvwm.c (CreateGCs):
13640         * fvwm/screen.h (ScreenInfo):
13641         added new global GC Scr.TileGC
13643         * fvwm/borders.c (border_fill_pixmap_background):
13644         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13645         use already created gcs
13647         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13648         * fvwm/menus.c (paint_menu_gradient_background):
13649         fixed using a randow members in gcs
13651 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13653         * configure.in:
13654         added compilation test for fribidi
13656 2002-03-22  Dan Espen  <dane@mk.telcordia.com>
13658         * NEWS: Document FvwmForm timeout.
13660 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13662         * fvwm/session.c (MatchWinToSM):
13663         * fvwm/add_window.c (AddWindow):
13664         preserve user states over a restart
13666         * fvwm/add_window.c (setup_window_structure):
13667         preserve user states over a recapture
13669         * fvwm/functions.c (execute_function):
13670         "Silent" suppresses the "No such command ..." message
13672         * fvwm/frame.c (frame_move_resize):
13673         * fvwm/misc.c (GrabEm):
13674         fixed the cursor shape during resizing
13675         fixed button looks in small windows
13677 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
13679         * libs/FBidi.c:
13680         * libs/FBidi.h:
13681         new files
13683 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13685         * fvwm/fvwm.c (LoadDefaultLeftButton):
13686         (LoadDefaultRightButton):
13687         * fvwm/borders.c (border_draw_vector_to_pixmap):
13688         * fvwm/screen.h (DecorFace):
13689         * fvwm/builtins.c (ReadDecorFace):
13690         fixed transparent vector line support
13692         * libs/Graphics.c (CreateGradientPixmap):
13693         fixed potential core dump with illegal gradients
13695 2002-03-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13697         * fvwm/fvwm.h (FvwmWindow):
13698         removed button_background_pixmap member
13700         * fvwm/update.c (apply_window_updates):
13701         fixed changing the decoration size
13703         * fvwm/windowshade.c (CMD_WindowShade):
13704         * fvwm/frame.c (frame_setup_border):
13705         * fvwm/functions.c (execute_complex_function):
13706         removed debug code
13708         * fvwm/move_resize.c (resize_window):
13709         fixed aboting of a opaque resize w/ maximized windows
13710         (ParseOneResizeArgument):
13711         resize arguments don't take the border into account
13712         (GetResizeArguments):
13713         implemented new option "Frame" to the Resize and ResizeMove commands
13715 2002-03-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13717         * fvwm/fvwm2.1:
13718         * fvwm/builtins.c (ReadDecorFace):
13719         * fvwm/borders.c (DrawLinePattern):
13720         implemented transparent drawing color in vector buttons: C == 4
13722         * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13723         * fvwm/builtins.c (ReadDecorFace):
13724         increased allowed number of lines in a vector button to 10000 and moved
13725         the definition to defaults.h
13727         * fvwm/virtual.c (MoveViewport):
13728         don't send useless M_NEW_PAGE packets
13730         * fvwm/frame.c:
13731         * fvwm/borders.c:
13732         started work on new button/title drawing code
13734         * fvwm/events.c (HandleExpose):
13735         don't handle expose on the title bar
13737         * fvwm/borders.c:
13738         * fvwm/frame.c (frame_get_sidebar_geometry):
13739         * fvwm/fvwm.h (FvwmWindow):
13740         replaced border_state with decor_state
13742         * libs/defaults.h (NR_RIGHT_BUTTONS):
13743         added a comment
13745         * fvwm/events.h:
13746         * fvwm/events.c (HandleExpose):
13748         * fvwm/frame.c (frame_setup_border):
13749         hide sidebars if they are too small, i.e. 0 pixels
13751 2002-03-20  olicha  <olivier.chapuis@free.fr>
13753         * libs/Flocale.c (FlocaleFreeNameProperty):
13754         Fixed random core dump
13756 2002-03-19  olicha  <olivier.chapuis@free.fr>
13758         * fvwm/ConfigFvwmDefaults:
13759         RightTitleRotatedCW is a default
13761 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13763         * fvwm/frame.c (frame_get_sidebar_geometry):
13764         window corners are always at least the border width thick
13766         * fvwm/geometry.c (update_absolute_geometry):
13767         fixed south/east shading
13769         * fvwm/frame.c (frame_move_resize_step):
13770         did the best I could to prevent rxvt from flashing in the background
13771         colour
13773         * fvwm/add_window.c (get_default_window_attributes):
13774         (get_default_window_attributes):
13775         (setup_resize_handle_windows):
13776         * fvwm/borders.c (border_get_border_gcs):
13777         applied -visual fix by Hippo
13779         * fvwm/cursor.c (CMD_CursorStyle):
13780         fixed endless loop
13782         * fvwm/frame.c (frame_get_title_bar_dimensions):
13783         fixed order of right buttons
13784         (frame_move_resize_step):
13785         reduced flashing when maximizing
13787         * fvwm/geometry.c (update_absolute_geometry):
13788         adapted for horizontal shading
13790 2002-03-19  Mikhael Goikhman  <migo@homemail.com>
13792         * fvwm/borders.c:
13793         * fvwm/builtins.c:
13794         * fvwm/fvwm.h:
13795         * fvwm/geometry.c:
13796         * libs/Fft.c:
13797         * libs/Flocale.c:
13798         * libs/Flocale.h:
13799         several renamings of text_direction to text_rotation
13801 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13803         * fvwm/windowshade.c (CMD_WindowShade):
13804         * fvwm/frame.c (frame_create_move_resize_args):
13805         (frame_move_resize_step):
13806         hack to enable non-animated window shading for the time being
13808         * fvwm/style.c (parse_and_set_window_style):
13809         (parse_and_set_window_style):
13810         allow to abbreviate [Counter]ClockWise with [C]CW
13812         * fvwm/frame.c (frame_move_resize_step):
13813         fixed
13815         * fvwm/geometry.c (gravity_constrain_size):
13816         removed useless code
13818         * fvwm/update.c (apply_window_updates):
13819         * fvwm/add_window.c (AddWindow):
13820         * fvwm/move_resize.c (unmaximize_fvwm_window):
13821         (resize_window):
13822         do not write into frame_g. only frame.c should do this
13824         * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
13825         (MIN_WINDOW_TITLE_LENGTH):
13826         new default values
13827         * fvwm/frame.c (frame_setup_title_bar):
13828         (get_resize_decor_gravities_one_axis):
13829         (frame_setup_window_internal):
13830         (frame_move_resize_step):
13831         (frame_create_move_resize_args):
13832         rewrote frame_setup_title_bar function
13834         * fvwm/add_window.c (setup_frame_stacking):
13835         fixed title bar stacking order
13837         * fvwm/frame.c (frame_setup_title_bar):
13838         removed yesterday's 'fix'
13840         * fvwm/add_window.c (hide_screen):
13841         (setup_title_window):
13842         (setup_resize_handle_windows):
13843         (setup_button_windows):
13844         fixed visual and depth of decoration windows
13846 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13848         * fvwm/frame.c (frame_setup_title_bar):
13849         fixed title layout bug
13851         * fvwm/move_resize.c (MaximizeHeight):
13852         fixed bug in "grow" option of the Maximize command
13854         * fvwm/geometry.h:
13855         fixed broken prototype for get_title_font_size_and_offset
13857         * fvwm/geometry.c (get_title_font_size_and_offset):
13858         simplified code a bit
13860 2002-03-18  olicha  <olivier.chapuis@free.fr>
13862         * fvwm/geometry.h:
13863         * fvwm/geometry.c (get_title_font_size_and_offset):
13864         * fvwm/add_window.c (setup_title_geometry):
13865         * fvwm/style.h:
13866         * fvwm/style.c (parse_and_set_window_style):
13867         (check_window_style_change):
13868         * fvwm/update.c (apply_window_updates):
13869         * fvwm/window_flags.h:
13870         * fvwm/fvwm.h:
13871         Reworte side title direction styles and use LeftTitleRotatedClockWise /
13872         LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
13873         RightTitleRotatedCounterClockWise
13875 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13877         * acconfig.h:
13878         * vms/config.h (FMiniIconsSupported):
13879         removed last traces of MINI_ICONS ifdef
13881         * fvwm/windowlist.c (CMD_WindowList):
13882         * fvwm/update.c (apply_window_updates):
13883         * fvwm/style.h:
13884         * fvwm/style.c (merge_styles):
13885         (parse_and_set_window_style):
13886         (check_window_style_change):
13887         * fvwm/screen.h:
13888         * fvwm/module_interface.c (SendMiniIcon):
13889         (BroadcastMiniIcon):
13890         (CMD_Send_WindowList):
13891         * fvwm/fvwm.h (FvwmWindow):
13892         * fvwm/ewmh_icons.c (ewmh_WMIcon):
13893         (EWMH_DoUpdateWmIcon):
13894         (ewmh_SetWmIconFromPixmap):
13895         (EWMH_DeleteWmIcon):
13896         (EWMH_SetIconFromWMIcon):
13897         * fvwm/builtins.c (ReadDecorFace):
13898         * fvwm/borders.c (DrawButton):
13899         (CMD_BorderStyle):
13900         (CMD_BorderStyle):
13901         * fvwm/add_window.c (setup_window_structure):
13902         (setup_mini_icon):
13903         (destroy_mini_icon):
13904         (change_mini_icon):
13905         (AddWindow):
13906         * acconfig.h (FMiniIconsSupported):
13907         replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
13908         compiler checks
13910         * fvwm/screen.h:
13911         removed an FANCY_TITLEBARS ifdef
13913         * fvwm/borders.c (border_draw_one_part):
13914         (border_draw_border_parts):
13915         (border_draw_all_parts):
13916         (draw_clipped_decorations_with_geom):
13917         performance enhancement
13919 2002-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13921         * fvwm/frame.c (frame_move_resize_step):
13922         force setting up the border when function is called with FRAME_MR_SETUP
13923         (frame_setup_window_internal):
13924         removed duplicate frame setup
13926         * fvwm/borders.c (border_get_parts_and_pos_to_draw):
13927         fixed logic bug
13928         (draw_clipped_decorations_with_geom):
13929         do not flush the X queue after drawing; let the caller do it
13931         * fvwm/frame.c (frame_get_sidebar_geometry):
13932         fixed layout of windows with a small height
13933         (frame_hide_changing_window_parts):
13934         fixed flickering
13936         * fvwm/borders.c:
13937         * fvwm/frame.c:
13938         made good progress with frame layout rewrite. I think it is already
13939         considerably faster.
13940         some general clean up
13942         * fvwm/add_window.c (setup_decor_window):
13943         function removed
13945         * fvwm/windowshade.c (CMD_WindowShade):
13946         * fvwm/stack.c (verify_stack_ring_consistency):
13947         (RaiseOrLowerWindow):
13948         * fvwm/move_resize.c (resize_move_window):
13949         (move_window_doit):
13950         (draw_move_resize_grid):
13951         * fvwm/icons.c (DrawIconWindow):
13952         * fvwm/icccm2.c (CloseICCCM2):
13953         (convertProperty):
13954         (HandleSelectionRequest):
13955         * fvwm/fvwm.c (main):
13956         (SaveDesktopState):
13957         * fvwm/focus.c (DoSetFocus):
13958         * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
13959         * fvwm/events.c (HandlePropertyNotify):
13960         (HandleButtonPress):
13961         (HandleConfigureRequest):
13962         * fvwm/add_window.c (RestoreWithdrawnLocation):
13963         (Reborder):
13964         * fvwm/builtins.c (CMD_Delete):
13965         (CMD_Destroy):
13966         (CMD_Close):
13967         (CMD_FakeClick):
13968         * fvwm/menus.c (paint_menu):
13969         (DestroyMenu):
13970         * fvwm/misc.c (UngrabEm):
13971         (GrabEm):
13972         * fvwm/schedule.c (execute_obj_func):
13973         * fvwm/add_window.c (hide_screen):
13974         (destroy_window):
13975         use XFlush instead of XSync when the latter is not necessary
13977         * libs/fvwmrect.c (fvwmrect_rectangles_equal):
13978         new function
13980         * fvwm/add_window.c (adjust_fvwm_internal_windows):
13981         inform frame module if the window with the hide windows dies
13983         * fvwm/placement.c (PlaceWindow):
13984         (CMD_PlaceAgain):
13985         * fvwm/add_window.c (setup_window_attr):
13986         (setup_frame_attributes):
13987         (AddWindow):
13988         (RestoreWithdrawnLocation):
13989         (setup_window_placement):
13990         * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
13991         (get_title_geometry):
13992         * fvwm/fvwm.c (InitVariables):
13993         * fvwm/frame.c (frame_setup_frame):
13994         * fvwm/colormaps.c (HandleColormapNotify):
13995         (InstallWindowColormaps):
13996         * fvwm/events.c (HandleConfigureRequest):
13997         (HandleUnmapNotify):
13998         * fvwm/fvwm.h (FvwmWindow):
13999         removed attr member of FvwmWindow and replaced by a structure defined
14000         ourselves that is much smaller
14002         * fvwm/add_window.c (hide_screen):
14003         don't use save_unders and backing_store for the window used in recapture
14005         * fvwm/frame.c (frame_init):
14006         * fvwm/fvwm.c (main):
14007         new function to initialise frame module
14009         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
14010         new function
14012 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14014         * fvwm/frame.c:
14015         clean up
14017         * fvwm/borders.h (enum):
14018         * fvwm/borders.c (draw_clipped_decorations_with_geom):
14019         (border_get_parts_and_pos_to_draw):
14020         * fvwm/fvwm.h (struct):
14021         some clean up
14022         fixed calculations of which border parts to draw
14024         * fvwm/fvwm2.1:
14025         corrected some typos
14026         * fvwm/frame.c:
14027         * fvwm/borders.c:
14028         handle marks work again
14030 2002-03-16  Dan Espen  <dane@mk.telcordia.com>
14032         * AUTHORS: New author added.
14034 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14036         * fvwm/frame.c:
14037         * fvwm/borders.c:
14038         * fvwm/add_window.c (setup_frame_stacking):
14039         * fvwm/cursor.c (CMD_CursorStyle):
14040         * fvwm/events.c (HandleExpose):
14041         (HandleMapNotify):
14042         (HandleEnterNotify):
14043         (HandleLeaveNotify):
14044         (GetContext):
14045         * fvwm/geometry.c (get_title_button_geometry):
14046         * fvwm/virtual.c (map_window):
14047         * fvwm/add_window.c (setup_parent_window):
14048         (setup_resize_handle_cursors):
14049         (setup_resize_handle_windows):
14050         (resize_resize_handle_windows):
14051         (change_resize_handle_windows):
14052         some progress with new frame layout
14054         * fvwm/add_window.c (setup_visible_name):
14055         fixed off-by-one bug in setup_visible_name
14056         maximum window number can be set in defaults.h
14058 2002-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14060         * fvwm/windowlist.h:
14061         * fvwm/virtual.h:
14062         * fvwm/update.h:
14063         * fvwm/style.h:
14064         * fvwm/read.h:
14065         * fvwm/placement.h:
14066         * fvwm/menus.h:
14067         * fvwm/move_resize.h:
14068         * fvwm/icons.h:
14069         * fvwm/geometry.h:
14070         * fvwm/frame.h:
14071         * fvwm/focus.h:
14072         * fvwm/events.h:
14073         * fvwm/borders.h:
14074         * fvwm/add_window.h:
14075         * fvwm/ewmh_names.c:
14076         * fvwm/ewmh_icons.c:
14077         * fvwm/ewmh_events.c:
14078         * fvwm/ewmh.c:
14079         * fvwm/frame.c:
14080         * fvwm/menucmd.c:
14081         * fvwm/schedule.c:
14082         * fvwm/geometry.c:
14083         * fvwm/gnome.c:
14084         * fvwm/windowlist.c:
14085         * fvwm/cursor.c:
14086         * fvwm/update.c:
14087         * fvwm/bindings.c:
14088         * fvwm/colormaps.c:
14089         * fvwm/decorations.c:
14090         * fvwm/conditional.c:
14091         * fvwm/misc.c:
14092         * fvwm/read.c:
14093         * fvwm/placement.c:
14094         * fvwm/fvwm.c:
14095         * fvwm/virtual.c:
14096         * fvwm/session.c:
14097         * fvwm/functions.c:
14098         * fvwm/stack.c:
14099         * fvwm/icons.c:
14100         * fvwm/module_interface.c:
14101         * fvwm/style.c:
14102         * fvwm/add_window.c:
14103         * fvwm/events.c:
14104         * fvwm/builtins.c:
14105         * fvwm/move_resize.c:
14106         * fvwm/borders.c:
14107         * fvwm/menus.c:
14108         * fvwm/fvwm.h (FvwmWindow):
14109         moved all windows into a separate sub structure and wrote access macros
14110         renamed FvwmWindow argument to builtin commands to "fw"
14111         renamed tmp_win to fw everywhere
14113         * fvwm/borders.c (RedrawBorder):
14114         * fvwm/decorations.c (SelectDecor):
14115         * fvwm/add_window.c (setup_style_and_decor):
14116         (setup_resize_handle_cursors):
14117         * fvwm/window_flags.h:
14118         * fvwm/fvwm.h (struct):
14119         added new member has_handles and new macro HAS_HANDLES
14121         * fvwm/decorations.c (SelectDecor):
14122         fixed the NoHandles style
14124         * fvwm/decorations.c (SelectDecor):
14125         * fvwm/style.c (check_window_style_change):
14126         (parse_and_set_window_style):
14127         * fvwm/style.h:
14128         * fvwm/fvwm.h (struct):
14129         renamed has_no_handles to has_no_border
14131 2002-03-15  olicha  <olivier.chapuis@free.fr>
14133         * libs/Flocale.h:
14134         * libs/Fft.c (is_utf8_encoding):
14135         Compilation fixes
14137         * libs/Flocale.h:
14138         s/COMPUND_TEXT/COMPOUND_TEXT
14140         * fvwm/fvwm2.1:
14141         Removed matrix xft specification doc as now it is use internally by
14142         fvwm
14144         * libs/Flocale.c (FlocaleRotateDrawString):
14145         (FlocaleUnloadFont):
14146         (FlocaleDrawString):
14147         (FlocaleTextWidth):
14148         * libs/Fft.h:
14149         * libs/Fft.c (FftGetRotatedFont):
14150         (FftGetFont):
14151         (FftDrawString):
14152         (FftTextWidth):
14153         * fvwm/borders.c (DrawMultiPixmapTitlebar):
14154         (RedrawTitle):
14155         * fvwm/geometry.c (get_title_font_size_and_offset):
14156         * fvwm/style.c (parse_and_set_window_style):
14157         (check_window_style_change):
14158         * fvwm/update.c (apply_window_updates):
14159         * fvwm/update.h:
14160         * fvwm/style.h:
14161         * fvwm/fvwm.h:
14162         * fvwm/window_flags.h:
14163         Implemented vertical text rendering, new style SideTitleTextDefault,
14164         SideTitleTextTopToBottom, SideTitleTextBottomToTop
14166 2002-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14168         * fvwm/fvwm.h:
14169         removed inclusion of fvwmdebug.h
14171         * libs/gravity.c (ParseDirectionArgument):
14172         fixed direction parsing
14174         * fvwm/menus.c (get_menu_options):
14175         fixed a compiler warning
14177 2002-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14179         * fvwm/bindings.c (ParseBinding):
14180         fixed compiler warning
14182         * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14183         * fvwm/ewmh.h:
14184         fixed compilation w/ --disable-ewmh
14186         * fvwm/windowlist.c (CMD_WindowList):
14187         fixed parsing of conditions versus position of window list broken with
14188         a recent "fix"
14190 2002-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14192         * libs/Fft.h:
14193         * libs/Fft.c (FftTextWidth):
14194         (is_utf8_encoding):
14195         (FftGetFontWidths):
14196         (FftDrawString):
14197         removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14198         if HAVE_XFT was not set.
14200         * fvwm/events.h (XEVMASK_DECORW):
14201         select EnterNotify and LeaveNotify on frame instead of decor_w
14203         * fvwm/add_window.c (setup_title_window):
14204         (setup_button_windows):
14205         (setup_resize_handle_windows):
14206         frame window is the new parent of the title, button and handle windows
14207         (setup_frame_stacking):
14208         new stacking order of decoration windows
14210         * fvwm/menuitem.c (menuitem_paint):
14211         * fvwm/events.c (HandleExpose):
14212         xft fixes
14214         * fvwm/move_resize.c (unmaximize_fvwm_window):
14215         don't force to redraw the frame
14217         * libs/gravity.c (gravity_get_offsets):
14218         (gravity_move):
14219         (gravity_resize):
14220         functions moved to gravity.c
14222 2002-03-10  olicha  <olivier.chapuis@free.fr>
14224         * acconfig.h (HAVE_XFT_UTF8):
14225         * configure.in:
14226         * libs/Fft.c (is_utf8_encoding):
14227         (FftGetFontWidths):
14228         (FftDrawString):
14229         (FftTextWidth):
14230         Detected if Xft can handle utf8 string
14232         * libs/Fft.h:
14233         * fvwm/menuitem.c (menuitem_paint):
14234         * fvwm/events.c (HandleExpose):
14235         Fixed Xft related compilation failure and warning
14237 2002-03-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14239         * fvwm/virtual.c:
14240         * fvwm/update.c:
14241         * fvwm/move_resize.c:
14242         * fvwm/icons.c:
14243         * fvwm/focus.c:
14244         * fvwm/events.c:
14245         * fvwm/builtins.c:
14246         * fvwm/add_window.c:
14247         * fvwm/frame.c (frame_setup_window):
14248         (frame_force_setup_window):
14249         (frame_setup_shape):
14250         SetupFrame renamed to frame_setup_window
14251         ForceSetupFrame renamed to frame_force_setup_window
14252         SetShape renamed to frame_setup_shape
14254         * fvwm/windowshade.c:
14255         moved most code to frame.c
14257         * fvwm/frame.c (SetShape):
14258         (SetupTitleBar):
14259         (set_decor_gravity):
14260         (ForceSetupFrame):
14261         (SetupFrame):
14262         functions moved to new file
14264         (SetupTitleBar):
14265         (frame_setup_title_bar):
14266         renamed function
14268         * libs/Parse.h:
14269         direction code moved to gravity.c and gravity.h
14271         * fvwm/windowshade.c (CMD_WindowShade):
14272         * fvwm/geometry.c (get_shaded_geometry):
14274         * libs/FScreen.c (FScreenInit):
14275         (FScreenUpdateEmulationMapState):
14276         changed Xinerame emulation layout
14278         * fvwm/fvwm2.1:
14279         Corrected the description of the XineramaPrimaryScreen command that was
14280         essentially lying.
14282 2002-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14284         * fvwm/menus.c (menu_tear_off):
14285         (unlink_item_from_menu):
14286         (menu_strip_tear_off_title):
14287         use the text from a title item as the tear off menu title if the menu
14288         begins with a title; skip separators and tear off bars at the front of
14289         the menu
14291         * **/*.[ch]:
14292         implemented titleatleft and titleatright styles; titles are not drawn
14293         vertically yet
14295         * fvwm/style.c (check_window_style_change):
14296         * fvwm/update.c (apply_window_updates):
14297         * fvwm/ewmh_names.c (EWMH_WMIconName):
14298         (EWMH_WMName):
14299         (charset_to_utf8):
14300         * fvwm/ewmh.c (ksmserver_workarround):
14301         * fvwm/update.c (apply_window_updates):
14302         * fvwm/conditional.c (MatchesConditionMask):
14303         * fvwm/fvwm.c (main):
14304         * fvwm/session.c (SaveWindowStates):
14305         (matchWin):
14306         (MatchWinToSM):
14307         * fvwm/functions.c (expand):
14308         * fvwm/stack.c (dump_stack_ring):
14309         (verify_stack_ring_consistency):
14310         * fvwm/module_interface.c (BroadcastWindowIconNames):
14311         (CMD_Send_WindowList):
14312         * fvwm/add_window.c (free_window_names):
14313         (free_window_names):
14314         * fvwm/events.c (HandlePropertyNotify):
14315         * fvwm/builtins.c (CMD_Wait):
14316         * fvwm/style.c (CMD_DestroyStyle):
14317         (lookup_style):
14318         Adapted to changes of Flocale.h
14320         * acconfig.h:
14321         removed COMPUND_TEXT ifdef
14323         * configure.in:
14324         mutibyte defaults to on
14326         * acconfig.h:
14327         * libs/Flocale.c:
14328         * libs/Flocale.h:
14329         * fvwm/fvwm.h (FvwmWindow):
14330         cleaned up Flocale stuff for better information hiding
14332         * libs/Flocale.c (get_FlocaleFontSet):
14333         (get_FlocaleFont):
14334         added a new font strucht member min_char_offset for vertical text
14336         * libs/Flocale.c (get_FlocaleFontSet):
14337         fixed a bug in descent calculation
14339         * fvwm/fvwm.h (FvwmWindow):
14340         removed title_g
14342         * fvwm/borders.c (RedrawButtons):
14343         (SetupTitleBar):
14344         (RedrawBorder):
14345         (SetupFrame):
14346         (RedrawTitle):
14347         (DrawMultiPixmapTitlebar):
14348         don't use title_g or boundary_width
14350         * libs/Flocale.c (FlocaleTextWidth):
14351         * libs/Flocale.c (FlocaleDrawString):
14352         added interface for vertical strings
14353         * libs/Flocale.h (FlocaleWinString):
14354         added flags structure w/ is_vertical_string flag
14356         * fvwm/borders.c (RedrawTitle):
14357         (DrawMultiPixmapTitlebar):
14358         * fvwm/screen.h (ScreenInfo):
14359         * fvwm/icons.c (DrawIconWindow):
14360         * fvwm/move_resize.c (DisplayPosition):
14361         (DisplaySize):
14362         * fvwm/screen.h (ScreenInfo):
14363         removed ScratchStr and TitleStr; *please* don't use global variables
14364         without need
14366         * fvwm/move_resize.c (ParseOneResizeArgument):
14367         (GetResizeArguments):
14368         (GetResizeMoveArguments):
14369         (resize_window):
14370         (resize_move_window):
14371         * fvwm/module_interface.c (CONFIGARGS):
14372         (OLDCONFIGARGS):
14373         (CONFIGARGSNEW):
14374         * fvwm/placement.c (PlaceWindow):
14375         * fvwm/add_window.c (setup_title_window):
14376         (setup_button_windows):
14377         (setup_parent_window):
14378         (resize_resize_handle_windows):
14379         (change_resize_handle_windows):
14380         (AddWindow):
14381         * fvwm/geometry.c (get_window_borders):
14382         (gravity_get_naked_geometry):
14383         (gravity_add_decoration):
14384         (constrain_size):
14385         don't use title_g.width and title_g.height anymore
14387         * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14388         new macro
14390         * fvwm/borders.c (SetupTitleBar):
14391         * fvwm/add_window.c (setup_title_window):
14392         don't use title_g.x and title_g.y anymore
14393         (setup_title_geometry):
14394         new function
14396         * fvwm/fvwm.h (FvwmWindow):
14397         replaced title_g by title_length and title_thickness
14398         renamed title_text_y to title_text_offset
14400         * fvwm/add_window.c (setup_style_and_decor):
14401         (setup_parent_window):
14402         * fvwm/decorations.c (SelectDecor):
14403         * fvwm/placement.c (PlaceWindow):
14404         * fvwm/windowlist.c (CMD_WindowList):
14405         * fvwm/events.c (SendConfigureNotify):
14406         (HandlePropertyNotify):
14407         (HandleMapNotify):
14408         * fvwm/move_resize.c (DisplaySize):
14409         (ParseOneResizeArgument):
14410         (GetResizeArguments):
14411         (GetResizeMoveArguments):
14412         (resize_window):
14413         (resize_move_window):
14414         * fvwm/geometry.c (gravity_get_naked_geometry):
14415         (gravity_add_decoration):
14416         (constrain_size):
14417         don't use boundary_width anymore
14419         * fvwm/borders.c (SetupTitleBar):
14420         made static
14422         * fvwm/fvwmdebug.c:
14423         removed outdated file that was never used
14425         * fvwm/move_resize.c (move_window_doit):
14426         fixed GNOME and EWMH hints when unsticking a window
14428         * fvwm/virtual.c (CMD_MoveToDesk):
14429         unstick windows when MoveToDesk is used
14431         * fvwm/builtins.c:
14432         * fvwm/windowshade.c (CMD_WindowShade):
14433         (CMD_WindowShadeAnimate):
14434         functions moved to windowshade.c
14436         * fvwm/window_flags.h:
14437         * fvwm/menus.c (pop_menu_up):
14438         * fvwm/builtins.c (CMD_WindowShade):
14439         * fvwm/move_resize.c (resize_window):
14440         * fvwm/icons.c (AutoPlaceIcon):
14441         * fvwm/borders.c (SetupFrame):
14442         don't use HAS_BOTTOM_TITLE any more
14443         (ButtonPosition):
14444         function removed
14446         * fvwm/geometry.c (get_title_font_width_and_offset):
14447         * fvwm/geometry.c (set_window_border_size):
14448         * fvwm/geometry.c (is_window_border_minimal):
14449         * fvwm/geometry.c (get_window_borders_no_title):
14450         * fvwm/geometry.c (get_shaded_client_window_pos):
14451         * fvwm/geometry.c (get_icon_corner):
14452         * fvwm/geometry.c (get_title_gravity):
14453         * fvwm/geometry.c (get_title_geometry):
14454         * fvwm/borders.c (get_button_number):
14455         new functions
14457         * fvwm/borders.c (SetupFrame):
14458         (SetShape):
14459         * fvwm/events.c (HandleShapeNotify):
14460         * fvwm/borders.c (SetupTitleBar):
14461         * fvwm/update.c (apply_window_updates):
14462         * fvwm/add_window.c (setup_window_font):
14463         removed title_top_height
14465         * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14466         renamed
14468         * fvwm/events.c (SendConfigureNotify):
14469         * fvwm/events.c (HandleConfigureRequest):
14470         preparations for W/E titles
14471         don't use title_top_height any more
14473         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14474         use title_dir flags
14476         * fvwm/geometry.c (get_window_borders):
14477         * fvwm/style.c (parse_and_set_window_style):
14478         (check_window_style_change):
14479         * fvwm/style.h (SCSET_TITLE_DIR):
14480         * fvwm/window_flags.h (GET_TITLE_DIR):
14481         * fvwm/fvwm.h (struct):
14482         replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14483         DIR_W or DIR_E
14485         * libs/Parse.c (ParseDirectionArgument):
14486         * libs/Parse.h:
14487         use new type direction_type
14489 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14491         * fvwm/ewmh.c (EWMH_SetFrameStrut):
14492         use function from geometry.c to get the border size
14494         * fvwm/geometry.c (get_shaded_geometry):
14495         added code for shading in all directions
14497 2002-03-07  Dan Espen  <dane@mk.telcordia.com>
14499         * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14501 2002-03-07  olicha  <olivier.chapuis@free.fr>
14503         * libs/Flocale.c (FInitLocale):
14504         * fvwm/fvwm.c (main):
14505         Set the locale using "" as locale argument
14507 2002-03-07  Mikhael Goikhman  <migo@homemail.com>
14509         * fvwm/fvwm2.1:
14510         fixed some typos and indentation of several new variable entries
14512 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14514         * fvwm/functions.h (enum):
14515         * fvwm/functions.c (func_config):
14516         * fvwm/commands.h:
14517         * fvwm/conditional.c (CMD_ThisWindow):
14518         renamed command "This" to "ThisWindow"
14520         * fvwm/conditional.c (Circulate):
14521         "Current" no longer selects a random window when no window is focused
14523         * fvwm/icccm2.c (SetupICCCM2):
14524         removed debug fprintf
14526         * fvwm/functions.c (expand_extended_var):
14527         implemented new extended variables pointer.x, pointer.x, pointer.wx,
14528         pointer.wy, pointer.cx and pointer.cy.
14530         * libs/Parse.c (ParseDirectionArgument):
14531         allow N, S, W, E, NW, SW, SE, NE for direction arguments
14533         * fvwm/builtins.c (CMD_WindowShade):
14534         fixes for animated shading w/ titleatbottom+north and titleattop+south
14536 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14538         * fvwm/move_resize.c (moveLoop):
14539         (resize_window):
14540         * fvwm/virtual.c (HandlePaging):
14541         moving/resizing windows opaque is much faster
14543 2002-03-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14545         * fvwm/add_window.c (resize_resize_handle_windows):
14546         (change_resize_handle_windows):
14547         (setup_window_font):
14548         fixed changing the handlewidth style
14550         * fvwm/update.c (apply_window_updates):
14551         * fvwm/geometry.c (update_absolute_geometry):
14552         * fvwm/builtins.c (CMD_WindowShade):
14553         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14554         * fvwm/conditional.c (CreateConditionMask):
14555         * fvwm/geometry.c (get_shaded_geometry):
14556         * fvwm/session.c (MatchWinToSM):
14557         * fvwm/add_window.c (setup_window_structure):
14558         (AddWindow):
14559         * fvwm/window_flags.h (SHADED_DIR):
14560         * fvwm/fvwm.h (struct):
14561         implemented new WindowShade options "North" and "South" to allow shading
14562         a window in either direction, regardless of if the title is at the top
14563         or bottom.
14565         * libs/Module.c (module_expand_action):
14566         new convenience function for modules
14568 2002-03-03  Dan Espen  <dane@mk.telcordia.com>
14570         * fvwm/fvwm2.1: Fixes to the font section.
14572 2002-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14574         * fvwm/conditional.c (CMD_WindowId):
14575         set the correct context window for unmanaged windows
14577         * fvwm/icons.c (DrawIconWindow):
14578         raise the icon title even if it's too small to be expanded
14580         * fvwm/conditional.c (CMD_Cond):
14581         Fixed it the right way this time
14582         (CMD_Any):
14583         same fix for the 'Any' command
14584         (circulate_cmd):
14585         (CMD_Prev):
14586         (CMD_Next):
14587         (CMD_None):
14588         (CMD_Any):
14589         (CMD_Current):
14590         unified circulating functions into a single one
14591         (CMD_Pick):
14592         Pick allows to pick functions that have CirculateSkip set
14593         fixed a memory leak
14594         (select_cmd):
14595         (CMD_This):
14596         (CMD_Pick):
14597         (CMD_PointerWindow):
14598         unified selecting functions into a single one
14599         (CMD_PointerKey):
14600         (CMD_All):
14601         Allow user to override the default CirculateHit of these functions
14603         * fvwm/conditional.c (CMD_Cond):
14604         Fixed a problem w/ the window selection
14606         * fvwm/menus.h:
14607         * fvwm/menus.c:
14608         * fvwm/menudim.h:
14609         * fvwm/menudim.c:
14610         * fvwm/menustyle.h:
14611         * fvwm/menustyle.c:
14612         * fvwm/menucmd.c:
14613         * fvwm/menuitem.c:
14614         * fvwm/menuitem.h:
14615         moved some of the menu code into separate files
14616         more work on tear off menus; windowlist can now be torn off without a
14617         memory leak
14619         * fvwm/template.c:
14620         * fvwm/template.h:
14621         added templates for new source files
14623         * libs/Picture.c (fvwmlib_clone_color):
14624         new function
14626         * fvwm/menus.c (make_menu):
14627         (update_menu):
14628         removed unused parameter from make_menu()
14630         * fvwm/fvwm2.1 (Example):
14631         corrected statement about CaptureHonorsStartsOnPage being the default
14633 2002-03-03  Mikhael Goikhman  <migo@homemail.com>
14635         * INSTALL.fvwm:
14636         * Makefile.am:
14637         * configure.in:
14638         added and documented --disable-bidi and --disable-perllib
14640 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14642         * fvwm/geometry.c (get_window_borders):
14643         fixed calculation of $[cw.y] and $[cw.height]
14645         * fvwm/move_resize.c (resize_move_window):
14646         windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14648 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14650         * fvwm/move_resize.c (resize_move_window):
14652 2002-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14654         * configure.in:
14655         re-added --enable-xinerama-emulation option that was removed recently
14657 2002-02-28  Mikhael Goikhman  <migo@homemail.com>
14659         * INSTALL.fvwm:
14660         * NEWS:
14661         * fvwm/fvwm2.1:
14662         several corrections and rewording
14664 2002-02-28  olicha  <olivier.chapuis@free.fr>
14666         * fvwm/fvwm2.1:
14667         New section FONT NAMES AND FONT LOADING
14669         * INSTALL.fvwm:
14670         * NEWS:
14671         Document --enable-xft
14673         * libs/Fft.c (get_FlocaleXftFont):
14674         Used the xft font height in the place of ascent+descent
14676         * fvwm/icons.c (DrawIconWindow):
14677         Fixed the fg colors of the icon title
14679 2002-02-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14681         * fvwm/conditional.c (CMD_CondCase):
14682         fixed CondCase command
14683         (CMD_Cond):
14684         fixed numeric return codes
14686         * fvwm/add_window.c (CMD_Recapture):
14687         fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14689         * acinclude.m4 (smr_CHECK_LIB):
14690         disabled a destructing gnome_prefix logic again
14692         * fvwm/events.c (GetContext):
14693         * libs/Bindings.c (win_contexts):
14694         * libs/fvwmlib.h:
14695         new contexts for individual parts of the window border
14697 2002-02-26  Mikhael Goikhman  <migo@homemail.com>
14699         * acinclude.m4:
14700         disabled a destructing gnome_prefix logic
14702         * configure.in:
14703         replaced fribidi detection mechanism, now fribidi-config is used
14705 2002-02-26  olicha  <olivier.chapuis@free.fr>
14707         * acconfig.h (HAVE_XFT):
14708         * acinclude.m4:
14709         * configure.in:
14710         * libs/Fft.c (new file):
14711         * libs/Flocale.c (FlocaleLoadFont):
14712         (FlocaleUnloadFont):
14713         (FlocaleDrawString):
14714         (FlocaleTextWidth):
14715         (get_FlocaleFontSet):
14716         (get_FlocaleFont):
14717         (get_FlocaleFontOrFontSet):
14718         * libs/Flocale.h:
14719         * fvwm/Makefile.am:
14720         Added anti-alised font rendering using Xft. This is off by default.
14721         A font can now be given as a ";" separated list of either ","
14722         separated list of XFLD font name or Xft font name with "xft:" as
14723         prefix, e.g.:
14724           xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14725         See Flocale.h for details
14727         * fvwm/events.c (HandleExpose):
14728         * fvwm/menus.c (paint_item):
14729         Always clear the text area before drawing text with an Xft font
14731 2002-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14733         * acinclude.m4 (smr_CHECK_LIB):
14734         fixed a bug with variable expansion and autoconf cache values
14736 2002-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14738         * fvwm/menus.c (seek_submenu_instance):
14739         (FindPopup):
14740         * fvwm/fvwm.c (InitVariables):
14741         some general menu clean up
14743         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14744         * fvwm/move_resize.h (resize_geometry_window):
14745         * fvwm/menus.c (animated_move_back):
14746         (pop_menu_up):
14747         (ParentalMenuRePaint):
14748         Removed the global variables for parental relativity.  Please *do not*
14749         use globals in menus.c or anywhere else.  I'm trying to remove most
14750         globals in the long run.
14752         * libs/Graphics.c (do_relieve_rectangle):
14753         removed debug code
14755         * fvwm/menus.c (MenuInteraction):
14756         fixed tearing off menus by selecting a tear off item with the keyboard
14758         * fvwm/menus.c (MenuInteraction):
14759         fixed menus not popping down sometimes
14761         * fvwm/functions.c (CMD_TearMenuOff):
14762         * fvwm/menus.c (AddToMenu):
14763         (MenuInteraction):
14764         (warp_pointer_to_item):
14765         (get_selectable_item_index):
14766         (get_selectable_item_from_index):
14767         (get_selectable_item_from_section):
14768         (menuShortcuts):
14769         (paint_item):
14770         (draw_tear_off_bar):
14771         * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14772         New command "TearMenuOff" in menus.  In a normal item, this tears off
14773         the menu when selected.  If the item has no title, it is drawn as a
14774         dashed line too.  Pressing button 2 over a title tears out the menu too.
14775         some clean up
14777         * fvwm/menus.c (make_menu_window):
14778         fixed problem w/ mapping menus, performance enhancement
14780         * fvwm/builtins.c (CMD_Destroy):
14781         (CMD_Close):
14782         fixed core dump
14784         * fvwm/functions.c (execute_function):
14785         (expand_extended_var):
14786         (expand):
14787         new variable cond.rc that returns the last return code of a conditinal
14788         command
14790 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14792         * fvwm/conditional.c (CMD_Cond):
14793         (CMD_CondCase):
14794         (CMD_Break):
14795         * fvwm/commands.h:
14796         * fvwm/functions.h:
14797         * fvwm/functions.c:
14798         new conditional commands Cond, CondCase and Break
14800         * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14801         (ewmh_WMStateShaded):
14802         (ewmh_WMState):
14803         (ewmh_MoveResize):
14804         (ewmh_WMStateHidden):
14805         (ewmh_WMDesktop):
14806         (ewmh_CloseWindow):
14807         (ewmh_ActiveWindow):
14808         (ewmh_DesktopGeometry):
14809         * fvwm/gnome.c (GNOME_HandlePropRequest):
14810         * fvwm/windowlist.c (CMD_WindowList):
14811         * fvwm/update.c (apply_window_updates):
14812         * fvwm/conditional.c (CMD_Pick):
14813         (CMD_Prev):
14814         (CMD_Next):
14815         (CMD_None):
14816         (CMD_Any):
14817         (CMD_Current):
14818         (CMD_PointerWindow):
14819         (CMD_This):
14820         (CMD_All):
14821         (CMD_Direction):
14822         (CMD_WindowId):
14823         * fvwm/read.c (run_command_stream):
14824         * fvwm/fvwm.c (Done):
14825         (SetRCDefaults):
14826         (StartupStuff):
14827         (main):
14828         * fvwm/module_interface.c (ExecuteModuleCommand):
14829         * fvwm/move_resize.c (handle_stick):
14830         * fvwm/add_window.c (AddWindow):
14831         * fvwm/events.c (HandleKeyPress):
14832         (HandleButtonPress):
14833         (HandleClientMessage):
14834         (HandleButtonRelease):
14835         (HandlePropertyNotify):
14836         * fvwm/builtins.c (CMD_DestroyDecor):
14837         (AddToDecor):
14838         (CMD_StrokeFunc):
14839         * fvwm/functions.h (func_type):
14840         * fvwm/functions.c (old_execute_function):
14841         (execute_function):
14842         (execute_complex_function):
14844         * fvwm/fvwm.h (fvwm_cond_func_rc):
14845         inplemented return codes OK, NO_MATCH and ERROR for conditional commands
14847         * fvwm/ConfigFvwmDefaults:
14848         set some default styles for tear off menu windows
14850         * fvwm/menus.c (menuShortcuts):
14851         ignore actions that would normally close a menu if it's a tear off menu
14852         <Backspace> creates a tear off menu
14853         <Escape> closes a tear off menu
14855         * fvwm/builtins.c (CMD_Delete):
14856         (CMD_Destroy):
14857         (CMD_Close):
14858         * fvwm/menus.c (DestroyMenu):
14859         (make_menu_window):
14860         (MenuInteraction):
14861         * fvwm/menus.h (MenuRootDynamic):
14862         Each menu window is created with a unique display to prevent fvwm from
14863         being killed when a tear off menu is destroyed.  Of course this is
14864         inefficient, but still better than writing a menu module.
14866 2002-02-23  Mikhael Goikhman  <migo@homemail.com>
14868         * configure.in:
14869         autogenerate perllib/FVWM/Module/Makefile
14871 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14873         * fvwm/move_resize.c (moveLoop):
14874         fixed a problem with keyboard movement vs. EdgeResistance
14876 2002-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14878         * fvwm/events.c:
14879         fixed problem with root bindings and xfishtank
14881         * fvwm/windowlist.c (CMD_WindowList):
14882         applied patch by to Darren Marshall to fix placement of window list on
14883         wrong xinerama screen
14885         * libs/Parse.c (GetSuffixedIntegerArguments):
14886         integer arguments that must not have a suffix but have one are ignored
14888         * fvwm/icons.c (DeIconify):
14889         (Iconify):
14890         applied patch by Markus Schwarzenberg to fix a rare problem with the
14891         is_map_pending flag, iconified icons and restart
14893 2002-02-22  Mikhael Goikhman  <migo@homemail.com>
14895         * fvwm/commands.h:
14896         * fvwm/conditional.c (CMD_This):
14897         * fvwm/functions.c:
14898         * fvwm/functions.h:
14899         * fvwm/fvwm2.1:
14900         * NEWS:
14901         added new conditional command This
14903 2002-02-21  Mikhael Goikhman  <migo@homemail.com>
14905         * acconfig.h:
14906         * configure.in:
14907         added fribidi library detection
14909 2002-02-12  olicha  <olivier.chapuis@free.fr>
14911         * libs/Flocale.h (FlocaleFont):
14912         * libs/Flocale.c (get_FlocaleFont):
14913         (get_FlocaleFontSet):
14914         Compute the ascent and descent of the FlocaleFont structure directly
14915         from the XFontSetExtents data in the case of a fontset
14916         Added max_char_width to the FlocaleFont structure
14918         * libs/Makefile.am (libfvwm_a_SOURCES):
14919         * libs/GetFont.c:
14920         Removed libs/GetFont.c
14922         * fvwm/menus.c (FreeMenuStyle):
14923         (UpdateMenuStyle):
14924         (NewMenuStyle):
14925         (CMD_CopyMenuStyle):
14926         * fvwm/menus.h (MenuLook):
14927         Fixed default font handling font by using a new MenuLook flags
14928         USING_DEFAULT_FONT
14930         * fvwm/menus.c (UpdateMenuStyle):
14931         Fixed default font update
14933         * fvwm/fvwm.c (SetRCDefaults):
14934         (InitVariables):
14935         Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
14936         fvwm initialization
14938 2002-02-11  Mikhael Goikhman  <migo@homemail.com>
14940         * configure.in:
14941         added FvwmPerl/* file generation
14943 2002-02-11  olicha  <olivier.chapuis@free.fr>
14945         * INSTALL.fvwm:
14946         * NEWS:
14947         Multibyte news. Document --disable-compound-text and --disable-ewmh.
14949         * libs/Flocale.h:
14950         Added more documentation and change the MB_FALLBACK_FONT to
14951         "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
14952         -*-medium-r-normal-*-16-*" (with XFree) this should gives something
14953         more consistent with the none multibyte case.
14955 2002-02-10  olicha  <olivier.chapuis@free.fr>
14957         * fvwm/ewmh.c (EWMH_RestoreInitialStates):
14958         (EWMH_ExitStuff):
14959         * fvwm/events.c (HandleUnmapNotify):
14960         (HandleReparentNotify):
14961         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14962         (ewmh_WMStateSticky):
14963         (ewmh_WMStateHidden):
14964         Restore various ewmh initial states when a window is  unmapped or
14965         reparented
14967 2002-02-10  Mikhael Goikhman  <migo@homemail.com>
14969         * Makefile.am:
14970         * configure.in:
14971         added support for new perllib directory
14973 2002-02-09  olicha  <olivier.chapuis@free.fr>
14975         * libs/fvwmlib.h:
14976         * libs/Flocale.c:
14977         * libs/Flocale.h:
14978         * acconfig.h:
14979         * configure.in:
14980         Rename I18N_MB to MULTIBYTE
14981         Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
14983         * libs/Flocale.c (*):
14984         * libs/Flocale.h:
14985         New Font and Text API. A cache is used for fonts information. Font
14986         loading is more powerfull as both font or fontset can be loaded.
14987         See Flocale.h for details, more comments will be added soon.
14988         Fortunately, it seems that there are no more memory problems with
14989         --enable-multibyte!
14990         If COMPOUND_TEXT, then non XA_STRING text properties are converted
14991         with XmbTextPropertyToTextList
14993         * fvwm/events.c (HandlePropertyNotify):
14994         * fvwm/misc.c (NewFontAndColor):
14995         * fvwm/icons.h:
14996         * fvwm/misc.h:
14997         * fvwm/menus.c (FreeMenuStyle):
14998         (NewMenuStyle):
14999         (CMD_CopyMenuStyle):
15000         (draw_underline):
15001         (calculate_item_sizes):
15002         (size_menu_horizontally):
15003         (paint_item):
15004         * fvwm/builtins.c (CMD_DefaultFont):
15005         (ApplyDefaultFontAndColors):
15006         * fvwm/add_window.c (destroy_icon_font):
15007         (setup_icon_font):
15008         (destroy_window_font):
15009         (setup_window_font):
15010         (free_window_names):
15011         (setup_window_name):
15012         (setup_icon):
15013         * fvwm/fvwm.h (FvwmWindow):
15014         * fvwm/move_resize.c (DisplayPosition):
15015         (resize_geometry_window):
15016         (DisplaySize):
15017         * fvwm/fvwm.c (InitVariables):
15018         * fvwm/icons.c (DrawIconWindow):
15019         (setup_icon_title_size):
15020         * fvwm/borders.c (RedrawTitle):
15021         (DrawMultiPixmapTitlebar):
15022         * fvwm/screen.h (ScreenInfo):
15023         Use the new Text and Font API
15025 2002-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15027         * fvwm/module_interface.c (PositiveWrite):
15028         fixed core dump when a module died in the select of PositiveWrite()
15030         * fvwm/module_interface.c (initModules):
15031         (ClosePipes):
15032         (do_execute_module):
15033         (KillModule):
15034         (KillModuleByName):
15035         (CMD_SendToModule):
15036         (PositiveWrite):
15037         * fvwm/modconf.c (ModuleConfig):
15038         removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
15040         * fvwm/icons.c (GetXPMFile):
15041         suppress unnecessary error message for xmb icons
15043         * fvwm/misc.c (fvwm_msg):
15044         * fvwm/misc.h (enum):
15045         added new fvwm_msg type "OLD" for deprecated commands
15047 2002-02-07  Mikhael Goikhman  <migo@homemail.com>
15049         * configure.in:
15050         generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
15052         * INSTALL.fvwm:
15053         New section "Bug Reports".
15055 2002-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15057         * fvwm/update.c (apply_window_updates):
15058         fixed propagation of window border and title colours to the modules
15060 2002-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15062         * fvwm/menus.c (do_menu):
15063         fixed leaving tear off menus when something is selected with the mouse
15065 2002-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15067         * fvwm/events.c (HandleEnterNotify):
15068         * fvwm/menus.c:
15069         more work on tear off menus
15071 2002-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15073         * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
15074         * fvwm/menus.c (menu_enter_tear_off_menu):
15075         (find_entry):
15076         (menuShortcuts):
15077         (MenuInteraction):
15078         (pop_menu_up):
15079         properly calculate pointer position in tear off menus
15080         (MenuInteraction):
15081         fixed active wait w/ poopup/popdown delays
15083         * fvwm/windowlist.c (CMD_WindowList):
15084         don't initialise some variables twice
15086 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15088         * fvwm/add_window.c (CaptureOneWindow):
15089         properly recapture tear off menus
15091         (IS_MESSAGE_IN_MASK):
15092         (is_message_selected):
15093         (PositiveWrite):
15094         (PositiveWrite):
15095         * fvwm/schedule.c (deschedule):
15096         (squeue_execute):
15097         * fvwm/events.c (My_XNextEvent):
15098         * libs/queue.h:
15099         * fvwm/module_interface.c (ClosePipes):
15100         (CMD_ModuleSynchronous):
15101         (KillModule):
15102         performance enhancements; made macros out of simple functions
15104         * fvwm/builtins.c (CMD_WindowShade):
15105         don't redraw the decorations if window was not shaded or unshaded
15107         * fvwm/schedule.c (deschedule_obj_func):
15108         (execute_obj_func):
15109         fixed core dump when a scheduled command deschedules itself
15111 2002-01-31  olicha  <olivier.chapuis@free.fr>
15113         * NEWS:
15114         FvwmButtons news
15116 2002-01-31  Mikhael Goikhman  <migo@homemail.com>
15118         * NEWS:
15119         * fvwm/move.c (moveLoop):
15120         while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15122         * fvwm/session.c (get_version_string):
15123         switch from static to date-based version string
15125         * configure.in:
15126         remove --enable-kanji compatibility option
15128         * fvwm/schedule.h:
15129         * libs/queue.h:
15130         fix warnings, gcc compains on having something after #endif
15132 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15134         * fvwm/builtins.c (CMD_Delete):
15135         (CMD_Close):
15136         (CMD_Destroy):
15137         don't crash fvwm when trying to close a tear off menu
15139         * fvwm/decorations.c (is_function_allowed):
15140         * fvwm/menus.c (menu_expose):
15141         (do_menu):
15142         * fvwm/events.c (HandleReparentNotify):
15143         (HandleUnmapNotify):
15144         * fvwm/add_window.c (AddWindow):
15145         (AddWindow):
15146         * fvwm/fvwm.h (struct):
15147         * fvwm/add_window.c (CaptureAllWindows):
15148         (CaptureOneWindow):
15149         * fvwm/events.h (flush_property_notify):
15150         * fvwm/events.c (HandleMapRequestKeepRaised):
15151         started work on tear off menus
15153         * fvwm/fvwm.c (main):
15154         * fvwm/events.c (CMD_Sync):
15155         (CMD_Synchronize):
15156         * fvwm/commands.h (CMD_Synchronize):
15157         * fvwm/functions.h (enum):
15158         * fvwm/functions.c (func_config):
15159         new commands XSync and XSynchronize for debugging
15161         * fvwm/conditional.c (CreateConditionMask):
15162         (MatchesConditionMask):
15163         * fvwm/builtins.c (CMD_State):
15164         * fvwm/fvwm.h (struct):
15165         * fvwm/functions.h:
15166         * fvwm/commands.h:
15167         * fvwm/functions.c (func_config):
15168         new command "State"
15169         new condition "State"
15171         * libs/queue.c:
15172         fixed core dump
15174 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15176         * fvwm/module_interface.c (AddToMessageQueue):
15177         (initModules):
15178         (DeleteMessageQueueBuff):
15179         (FlushMessageQueue):
15180         * fvwm/events.c (My_XNextEvent):
15181         * fvwm/module_interface.c (AddToCommandQueue):
15182         (ExecuteCommandQueue):
15183         use code from queue.c
15185         * fvwm/schedule.c:
15186         * fvwm/queue.c:
15187         * fvwm/queue.h:
15188         * fvwm/events.c (My_XNextEvent):
15189         "Schedule 0" commands are executed before event handling
15190         moved some of the chedule code into a new queue library
15192 2002-01-30  olicha  <olivier.chapuis@free.fr>
15194         * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15196 2002-01-30  olicha  <olivier.chapuis@free.fr>
15198         * libs/Flocale.c:
15199         * libs/Flocale.h:
15200         * libs/Makefile.am:
15201         * fvwm/fvwm.c (main):
15202         New libs files Flocale.c and Flocale.h with a function to set the
15203         locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15204         also a function to get the charset (from ewmh_name.c) and which
15205         setlocale if this has not been done with the above function. This
15206         function is also called at fvwm2 startup
15208         * fvwm/ewmh_names.c (charset_to_utf8):
15209         (utf8_to_charset):
15210         Use the Fcharset variable and remove get_charset
15212         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15213         A minor fix
15215         * libs/GetFont.c (GetFontSetOrFixed):
15216         Free the missing charset list as suggested by Alexander Kotelnikov.
15217         Report problems with missing charset only 5 times. Remove the
15218         STRICTLY_FIXED code
15220 2002-01-30  Mikhael Goikhman  <migo@homemail.com>
15222         * configure.in:
15223         a patch to config.status to generate scripts executable, may be handy;
15224         added generation of utils/fvwm24_convert
15226 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15228         * fvwm/schedule.c:
15229         * fvwm/functions.c (expand_extended_var):
15230         implemented $[schedule.last] and $[schedule.next] variables
15231         implemented new command "Deschedule"
15233         * fvwm/misc.c (get_server_time):
15234         fixed MouseFocus
15236 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15238         * fvwm/misc.c (get_server_time):
15239         * fvwm/events.c (My_XNextEvent):
15240         * fvwm/icccm2.c (SetupICCCM2):
15241         * fvwm/functions.h:
15242         * fvwm/commands.h:
15243         * fvwm/functions.c (func_config):
15244         * fvwm/schedule.c:
15245         implemented new command "Schedule"
15247         * fvwm/builtins.c (CMD_Exec):
15248         applied job control patch by Alexander Kotelnikov using the portable
15249         version of setpgrp()
15251         * libs/setpgrp.c (fvwm_setpgrp):
15252         * libs/setpgrp.h (fvwm_setpgrp):
15253         * libs/Makefile.am:
15254         * configure.in:
15255         added checks for setpgrp and setpgid
15257 2002-01-29  olicha  <olivier.chapuis@free.fr>
15259         * acinclude.m4:
15260         Better test for iconv second argumeny
15262         * configure.in:
15263         Use gnu libiconv in priority against the system iconv
15265 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15267         * fvwm/stack.c (RaiseOrLowerWindow):
15268         (restack_windows):
15269         (collect_transients_recursive):
15270         * fvwm/icons.c (get_visible_icon_window_count):
15271         fixed stack ring corruption with icons that have either no picture or
15272         no title
15274 2002-01-28  olicha  <olivier.chapuis@free.fr>
15276         * fvwm/ewmh_names.c (charset_to_utf8):
15277         (utf8_to_charset):
15278         (EWMH_SetVisibleName):
15279         (get_charset):
15280         Better message errors in get_charset, use UTF-8 in the place of UTF8,
15281         set the ewmh visible (icon) name only if the fvwm visible name is
15282         different from the ICCCM (icon) window name, limit the number of
15283         conversions error messages to 10
15285 2002-01-28  olicha  <olivier.chapuis@free.fr>
15287         * fvwm/functions.c (func_config):
15288         * fvwm/commands.h:
15289         * fvwm/builtins.c (CMD_PropertyChange):
15290         New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15291         messages
15293         * fvwm/module_interface.h:
15294         * fvwm/module_interface.c (BroadcastPropertyChange):
15295         * libs/Module.h (MX_PROPERTY_CHANGE):
15296         New module message MX_PROPERTY_CHANGE for all propose messages.
15298         * fvwm/events.c (HandlePropertyNotify):
15299         * libs/defaults.h:
15300         Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15301         as argument when fvwm2 detects that the root background change
15302         Removed the ROOT_BG_CHANGE_STRING stuff
15304 2002-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15306         * NEWS, configure.in:
15307         changed version to 2.5.1
15309         * fvwm/misc.c (get_pointer_fvwm_window):
15310         * fvwm/commands.h:
15311         * fvwm/functions.c (func_config):
15312         * fvwm/conditional.c (CreateConditionMask):
15313         (MatchesConditionMask):
15314         (CMD_PointerWindow):
15315         (CreateConditionMask):
15316         (CMD_Any):
15317         * fvwm/fvwm.h (WindowConditionMask):
15318         new conditions focused, !focused, haspointer, !haspointer
15319         new command PointerWindow that works like Current but on the window
15320         that currently contains the pointer
15321         new command Any which works like None but inverts the condition
15322         fixed parsing of conditions with more than one comma
15324         * fvwm/module_interface.h:
15325         * fvwm/module_interface.c (do_execute_module):
15326         (initModules):
15327         * libs/Module.h (MAX_XMSG_MASK):
15328         fixed default message mask for modules
15330         * fvwm/update.c (flush_window_updates):
15331         * fvwm/virtual.c (UnmapDesk):
15332         (MapDesk):
15333         (do_move_window_to_desk):
15334         * fvwm/icons.c (DeIconify):
15335         (DeIconify):
15336         * fvwm/events.c (HandlePropertyNotify):
15337         (HandleMapRequestKeepRaised):
15338         (HandleMapNotify):
15339         (HandleButtonPress):
15340         (HandleEnterNotify):
15341         (HandleLeaveNotify):
15342         * fvwm/focus.c (DoSetFocus):
15343         (MoveFocus):
15344         (SetFocusWindow):
15345         (ReturnFocusWindow):
15346         (DeleteFocus):
15347         (ForceDeleteFocus):
15348         (FocusOn):
15349         (restore_focus_after_unmap):
15350         Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15351         suppressing the M_FOCUS_CHANGE message if the focus does not change in
15352         the flush_window_updates() function.
15354 2002-01-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15356         * fvwm/placement.c (PlaceWindow):
15357         minor performance enhancement
15359 2002-01-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15361         * libs/defaults.h:
15362         * fvwm/menus.c (MenuInteraction):
15363         (pointer_in_active_item_area):
15364         (pointer_in_passive_item_area):
15365         new menu style PopupActiveArea
15367 2002-01-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15369         * fvwm/move_resize.c (CMD_ResizeMaximize):
15370         (CMD_ResizeMoveMaximize):
15371         fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15373 2002-01-21  olicha  <olivier.chapuis@free.fr>
15375         * fvwm/fvwm2.1:
15376         s/Penalities/Penalties/g
15378 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15380         * fvwm/events.c (HandleLeaveNotify):
15381         (HandleEnterNotify):
15382         * fvwm/modconf.c (ModuleConfig):
15383         * fvwm/update.c (apply_window_updates):
15384         * fvwm/module_interface.c (BroadcastWindowIconNames):
15385         (CMD_Send_WindowList):
15386         (initModules):
15387         (do_execute_module):
15388         (PositiveWrite):
15389         (CMD_set_nograb_mask):
15390         (CMD_set_sync_mask):
15391         (CMD_set_mask):
15392         (set_mseggage_mask):
15393         (is_message_in_mask):
15394         (is_message_selected):
15395         * libs/Module.h:
15396         rewrote message interface to allow more than 32 messages with minimal
15397         changes in the existing interfaces.
15398         new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15400         * fvwm/style.h:
15401         * fvwm/style.c (parse_and_set_window_style):
15402         * fvwm/fvwm.h (struct):
15403         * fvwm/events.c (HandleButtonPress):
15404         implemented new styles MouseFocusClickIgnoreMotion and
15405         MouseFocusClickIgnoreMotionOff
15407         * fvwm/focus.c (focus_grab_buttons):
15408         fixed button mask for > 5 buttons
15410 2002-01-19  olicha  <olivier.chapuis@free.fr>
15412         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15413         Save and restore the icon_pixmap_w and add comments
15415 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15417         * fvwm/events.c (HandleEnterNotify):
15418         fixed EnterNotify events for icons
15420 2002-01-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15422         * fvwm/*.c:
15423         * fvwm/stack.c (overlap_box):
15424         (overlap):
15425         * fvwm/icons.c (clear_icon):
15426         * fvwm/add_window.c (destroy_icon):
15427         * fvwm/fvwm.h (FvwmWindow):
15428         * fvwm/geometry.c (get_window_borders):
15429         (get_client_geometry):
15430         * libs/fvwmrect.h (struct):
15431         * fvwm/functions.c (expand_extended_var):
15432         implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15433         return the geometry of the client window
15434         implemented new extended variables it.x, it.y, it.width, it.height that
15435         return the geometry of the icon title
15436         implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15437         return the geometry of the icon picture
15438         implemented new extended variables i.x, i.y, i.width, i.height that
15439         return the geometry of the whole icon
15440         fixed $[w.height] when the window is shaded
15441         cleaned up icon geometry code
15443 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15445         * fvwm/commands.h:
15446         * fvwm/functions.c:
15447         * fvwm/functions.h:
15448         * fvwm/move_resize.c (unmaximize_fvwm_window):
15449         (maximize_fvwm_window):
15450         (CMD_Maximize):
15451         (CMD_ResizeMaximize):
15452         (CMD_Resize):
15453         (resize_window):
15454         (CMD_ResizeMove):
15455         (resize_move_window):
15456         (CMD_ResizeMoveMaximize):
15457         New command ResizeMaximize.  Works like Resize, but modifies the
15458         maximized size of the window, not the normal size.
15459         New command ResizeMoveMaximize that works similarly.
15460         (resize_move_window):
15461         fixed ResizeMove command
15463         * fvwm/functions.c (expand):
15464         fixed core dump when using something like $[$v] in a command
15466 2002-01-17  olicha  <olivier.chapuis@free.fr>
15468         * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15469         * fvwm/events.c (HandlePropertyNotify):
15470         * fvwm/fvwm.c (InternUsefulAtoms):
15471         * fvwm/extern.h:
15472         Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15473         that the root background has changed. This uses the _XSETROOT_ID
15474         and XROOTPMAP_ID properties
15476         * fvwm/ewmh.c (atom_get):
15477         Be paranoid
15479 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15481         * fvwm/update.c (flush_window_updates):
15482         fixed unnecessary window style updates
15484         * fvwm/style.c (parse_and_set_window_style):
15485         * fvwm/add_window.c (RestoreWithdrawnLocation):
15486         (AddWindow):
15487         (setup_frame_attributes):
15488         * fvwm/fvwm.h (FvwmWindow):
15489         Fvwm does no longer disable backing store on all of its windows. This
15490         cause too many problems with some applications, e.g. rdist.  Introduced
15491         the new style BackingStoreWindowDefault that tells fvwm not to modify
15492         the backing store attribute on the client window - which now is the
15493         default.
15495 2002-01-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15497         * fvwm/commands.h:
15498         * fvwm/functions.c (func_config):
15499         * libs/Module.c (SetMessageMask2):
15500         (SetNoGrabMask2):
15501         * libs/Module.h:
15503         * configure.in:
15504         fixed building with libstroke-0.5.1 on Solaris8
15506         * fvwm/stack.c (new_layer):
15507         * fvwm/borders.c (DrawButton):
15508         (RedrawButtons):
15509         (RedrawTitle):
15510         * fvwm/builtins.c (SetLayerButtonFlag):
15511         (do_button_style):
15512         * fvwm/screen.h (struct):
15513         Applied the layer button patch by Richard Curnow with a few
15514         modifications
15516         * fvwm/icons.c (GetIconBitmap):
15517         (GetIconWindow):
15518         Ignore client icons that have the wrong depth
15520         * fvwm/events.c (HandleEnterNotify):
15521         Tried to fix focusing problem w/ unclutter.
15523 2002-01-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15525         * fvwm/functions.c (CheckActionType):
15526         remove debug code
15528         * fvwm/menus.c (paint_item):
15529         * fvwm/misc.c (is_function_allowed):
15530         * fvwm/move_resize.c (is_move_allowed):
15531         (is_resize_allowed):
15532         (is_maximize_allowed):
15533         * fvwm/decorations.c (check_if_function_allowed):
15534         combined all these functions into a new one
15535         use this function everywhere
15536         use the Fixed... styles to decide if a menu item is greyed or not
15538 2002-01-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15540         * fvwm/events.c (HandleExpose):
15541         eat up expose events even if the server claims that the expose count is
15542         zero; fixes a problem with many redraws of windows that are uncovered
15543         by shading a window above them
15545 2002-01-10  olicha  <olivier.chapuis@free.fr>
15547         * fvwm/focus.c (DoSetFocus):
15548         * fvwm/move_resize.c (CMD_Maximize):
15549         (CMD_Maximize):
15550         (handle_stick):
15551         (CMD_ResizeMove):
15552         (CMD_Resize):
15553         * fvwm/icons.c (DeIconify):
15554         (DeIconify):
15555         (Iconify):
15556         * fvwm/gnome.c (GNOME_HandlePropRequest):
15557         * fvwm/ewmh_names.c (EWMH_WMName):
15558         * fvwm/events.c (HandleFocusIn):
15559         (HandlePropertyNotify):
15560         (HandleMapNotify):
15561         (HandleButtonPress):
15562         (HandleLeaveNotify):
15563         (HandleExpose):
15564         * fvwm/builtins.c (CMD_UpdateDecor):
15565         (CMD_WindowShade):
15566         * fvwm/borders.c (draw_clipped_decorations):
15567         (DrawDecorations):
15568         (RedrawDecorations):
15569         * fvwm/borders.h:
15570         Added a new argument to DrawDecoration similar to draw_window_parts,
15571         which indicate which part of the decor should be cleared. At present
15572         time only CLEAR_FRAME is taken in account and this is used in
15573         ShadeWindow to draw the decoration without flickering. This argument
15574         may be used in the future to reduce opaque resizing flickering
15576         * fvwm/builtins.c (CMD_WindowShade):
15577         Draw the decoration during unshading a window
15579         * fvwm/menus.c (ParentalMenuRePaint):
15580         Fixed transparent animated menu again
15582         * NEWS:
15583         Some update
15585 2002-01-09  olicha  <olivier.chapuis@free.fr>
15587         * fvwm/style.c (CMD_Style):
15588         free all the elements of the ptmpstyle before freeing it
15590         * fvwm/menus.c (ParentalMenuRePaint):
15591         Fixed transparent animated menu with HilightBackOff
15593 2002-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15595         * fvwm/style.c (merge_styles):
15596         fixed core dump w/ multiple use of the UseStyle style and HilightBack
15597         in the copied style
15599 2002-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15601         * fvwm/modconf.c (send_ignore_modifiers):
15602         (send_move_threshold):
15603         (send_click_time):
15604         (send_colorsets):
15605         (send_color_limit):
15606         (send_image_path):
15607         (send_desktop_geometry):
15608         (CMD_Send_ConfigInfo):
15609         moved code into new functions
15611         * libs/defaults.h (DEFAULT_MODS_UNUSED):
15612         moved to defaults.h
15614         * fvwm/bindings.c (CMD_IgnoreModifiers):
15615         * fvwm/module_interface.c (broadcast_xinerama_state):
15616         * fvwm/modconf.c (send_ignore_modifiers):
15617         broadcast IgnoreModifiers to modules
15619         * fvwm/bindings.c (CMD_IgnoreModifiers):
15620         fixed IgnoreModifiers command without arguments
15621         * fvwm/fvwm2.1:
15622         corrected documentation of IgnoreModifiers command
15624 2002-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15626         * fvwm/add_window.c:
15627         * fvwm/cursor.c:
15628         * fvwm/virtual.c:
15629         * fvwm/builtins.c:
15630         * fvwm/bindings.c:
15631         * fvwm/move_resize.c:
15632         * fvwm/events.c:
15633         * fvwm/stack.c:
15634         * fvwm/module_interface.c:
15635         * fvwm/focus.c:
15636         * fvwm/placement.c:
15637         * fvwm/menus.c:
15638         * fvwm/icons.c:
15639         * fvwm/fvwm.h (FvwmWindow):
15640         remnamed icon_w member to icon_title_w
15642 2002-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15644         * fvwm/icons.c (RedoIconName):
15645         fixed sizing of icon title for icons without a pixmap
15646         (RedoIconName):
15647         (CreateIconWindow):
15648         (Iconify):
15649         (CreateIconWindow):
15650         rewrote icon title layout and moved the constants to defaults.h
15652         * fvwm/menus.c (menuShortcuts):
15653         (handle_emacs_bindings):
15654         implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15656 2002-01-04  Dan Espen  <dane@mk.telcordia.com>
15658         * fvwm/fvwm2.1: Language checks done.
15659         .IR command not in column 1 fixed.
15661 2002-01-04  olicha  <olivier.chapuis@free.fr>
15663         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15664         (AnimatedMoveOfWindow):
15665         (AnimatedMoveFvwmWindow):
15666         (move_window_doit):
15667         * fvwm/menus.c (ParentalMenuRePaint):
15668         (animated_move_back):
15669         (pop_menu_up):
15670         Fixed transparent animated menu
15672 2002-01-03  olicha  <olivier.chapuis@free.fr>
15674         * fvwm/move_resize.c (is_resize_allowed):
15675         (is_move_allowed):
15676         Do not check if moveing/resizeing is MWM allowed for a no user request
15677         This fix for example FvwmWinList with MwmFunctions & NoOverride
15679         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15680         * fvwm/move_resize.c (is_move_allowed):
15681         Allowed moving if tmp_win is null and check if move is allowed and
15682         not resize in AnimatedMoveAnyWindow. This fix animated menu
15684         * fvwm/ewmh.c (ewmh_AllowsMaximize):
15685         (ewmh_AllowsMove):
15686         (ewmh_AllowsResize):
15687         Check as a user request
15689         * fvwm/fvwm2.1:
15690         * fvwm/move_resize.c (CMD_Maximize):
15691         (MaximizeWidth):
15692         (MaximizeHeight):
15693         New global flags "layer" and "ewmiwa". layer causes the grow* methods
15694         to ignore the windows with a layer less or equal to the layer of
15695         the maximized window. ewmhiwa causes to ignore the ewmh working area.
15696         Reorder a bit the Maximize documentation
15698         * fvwm/fvwm2.1:
15699         * fvwm/functions.c (expand_extended_var):
15700         New variables $[desk.name<n>] to get the desktop names
15702 2002-01-01  Dan Espen  <dane@mk.telcordia.com>
15704         * fvwm/read.c (CMD_Read): Correct message on missing file when using
15705         Read with full path.
15707 2002-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15709         * libs/defaults.h:
15710         * fvwm/misc.c (GrabEm):
15711         reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15713         * fvwm/events.c (HandleUnmapNotify):
15714         (HandleMapRequestKeepRaised):
15715         (check_map_request):
15716         fixed unmanaged window when window was mapped/unmapped/mapped too fast
15718         * fvwm/add_window.c (FetchWmProtocols):
15719         (setup_wm_hints):
15720         * fvwm/fvwm.h (FvwmWindow):
15721         * fvwm/events.c (HandleEnterNotify):
15722         (HandlePropertyNotify):
15723         * fvwm/focus.c (refresh_focus):
15724         (set_focus_model):
15725         fixed focus problems with netscape and ddd
15727 2001-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15729         * libs/Target.c (fvwmlib_keyboard_shortcuts):
15730         * libs/Pointer.c (GetLocationFromEventOrQuery):
15731         * fvwm/virtual.c (HandlePaging):
15732         * fvwm/move_resize.c (GetOnePositionArgument):
15733         (InteractiveMove):
15734         (AnimatedMoveAnyWindow):
15735         (moveLoop):
15736         (CMD_Resize):
15737         * fvwm/module_interface.c (ExecuteModuleCommand):
15738         * fvwm/menus.c (do_menu):
15739         (menuShortcuts):
15740         (MenuInteraction):
15741         (get_menu_options):
15742         * fvwm/functions.c (execute_complex_function):
15743         * fvwm/events.c (HandleClientMessage):
15744         (WaitForButtonsUp):
15745         * fvwm/conditional.c (CMD_Direction):
15746         * fvwm/builtins.c (CMD_CursorMove):
15747         (CMD_FakeClick):
15748         (CMD_StrokeFunc):
15749         handle return code of XQueryPointer everywhere; necessary for dual head
15751         * fvwm/misc.c (GrabEm):
15752         Pointer was warped to other screen with a dual head setup
15754 2001-12-31  olicha  <olivier.chapuis@free.fr>
15756         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15757         Removed some code which try to raise ewmh modal window over
15758         its transientfor window; this seems not possible without a new style
15759         or a bad hack in stack.c
15761 2001-12-30  Dan Espen  <dane@mk.telcordia.com>
15763         * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15764         fallback to fixed font so it shows the right font for I18N.
15766 2001-12-30  olicha  <olivier.chapuis@free.fr>
15768         * fvwm/window_flags.h:
15769         * fvwm/session.c (MatchWinToSM):
15770         (LoadWindowStates):
15771         (SaveWindowStates):
15772         (get_version_string):
15773         * fvwm/move_resize.c (CMD_Maximize):
15774         (handle_stick):
15775         * fvwm/icons.c (CMD_Iconify):
15776         * fvwm/ewmh.c (EWMH_SetWMState):
15777         (EWMH_WindowInit):
15778         (EWMH_ExitStuff):
15779         (EWMH_SetAllowedActions):
15780         (EWMH_WindowInit):
15781         * fvwm/ewmh.h:
15782         * fvwm/ewmh_intern.h:
15783         * fvwm/ewmh_events.c (ewmh_WMState*):
15784         * fvwm/builtins.c (CMD_WindowShade):
15785         * fvwm/stack.c (new_layer):
15786         * fvwm/update.c (apply_window_updates):
15787         * fvwm/update.h (struct):
15788         * fvwm/add_window.c (setup_window_structure):
15789         (setup_window_name):
15790         (setup_icon):
15791         * fvwm/style.c (check_window_style_change):
15792         The skip list and modal ewmh window states are now updated after
15793         an use/ignore ewmh state style changes. The other ewmh states are
15794         starting state only. All the initial ewmh states are keep in memory
15795         for FvwmIdent.
15797         * fvwm/ewmh.c (EWMH_Handle*):
15798         * fvwm/fvwm.h:
15799         Set the ewmh_window_type to an int (and not the corresponding atom)
15800         accordingly to the window type
15802         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15803         ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15804         style
15806         * fvwm/ewmh.c (EWMH_GetStyle):
15807         * fvwm/ewmh_events.c (ewmh_WMDesktop):
15808         Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15809         hints
15811         * libs/vpacket.h (ConfigWinPacket):
15812         * fvwm/module_interface.c (CONFIGARGSNEW):
15813         (OLDCONFIGARGS):
15814         (CONFIGARGS):
15815         Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15816         cfgpacket for FvwmIdent
15818 2001-12-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15820         * fvwm/move_resize.c (resize_geometry_window):
15821         fixed wrong size calculation of geometry window
15823 2001-12-19  olicha  <olivier.chapuis@free.fr>
15825         * fvwm/ewmh_names.c (convert_charsets):
15826         More precise error messages
15828         * fvwm/fvwm2.1:
15829         A few formatting fixes
15831 2001-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15833         * fvwm/gnome.c (GNOME_SetHints):
15834         fixed window getting frozen into position upon a recapture or restart
15836 2001-12-17  Dan Espen  <dane@mk.telcordia.com>
15838         * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
15840 2001-12-17  olicha  <olivier.chapuis@free.fr>
15842         * fvwm/fvwm2.1:
15843         Tried to clarify the EWMHIconicStateWorkaround BugOpts
15845         * fvwm/ewmh.c (delete_kst_item):
15846         (set_kde_sys_tray):
15847         (EWMH_IsKdeSysTrayWindow):
15848         (EWMH_ManageKdeSysTray):
15849         * fvwm/events.c (HandleReparentNotify):
15850         Fixed reparenting management of kde system tray windows and
15851         added some off debugging code
15853         * fvwm/virtual.c (CMD_DesktopName):
15854         Removed some debugging code
15856 2001-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15858         * fvwm/fvwm.h (struct):
15859         * fvwm/window_flags.h (IS_FIXED_PPOS):
15860         * fvwm/style.h (SCSET_IS_FIXED_PPOS):
15861         * fvwm/style.c (parse_and_set_window_style):
15862         (check_window_style_change):
15863         implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
15864         FixedUSSize, FixedPSize and Variable PPosition, ...
15866         * fvwm/events.c (HandleConfigureRequest):
15867         * fvwm/ewmh.c (ewmh_AllowsResize):
15868         (is_resize_allowed):
15869         (ewmh_AllowsMove):
15870         (ewmh_AllowsMove):
15871         * fvwm/gnome.c (GNOME_SetHints):
15872         (AnimatedMoveAnyWindow):
15873         (CMD_ResizeMove):
15874         use new functions
15875         * fvwm/move_resize.c (is_move_allowed):
15876         (is_resize_allowed):
15877         (is_maximize_allowed):
15878         new functions to clean up some code
15880 2001-12-15  Dan Espen  <dane@mk.telcordia.com>
15882         * fvwm/fvwm2.1: Doc fixups.
15884 2001-12-15  olicha  <olivier.chapuis@free.fr>
15886         * fvwm/builtins (CMD_BugOpts):
15887         * fvwm/ewmh.c:
15888         * fvwm/ewmh_conf.c (EWMH_BugOpts):
15889         * fvwm/ewmh_events.c (ewmh_StateHidden):
15890         * fvwm/fvwm.c (InitVariables):
15891         * fvwm/fvwm2.1:
15892         * fvwm/icons.c (CMD_Iconify):
15893         * fvwm/screen.h:
15894         * fvwm/virtual.c (unmap_window):
15895         (map_window):
15896         Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
15897         to fix the IconicState problems in vitrual.c. New BugOpts
15898         EWMHIconicStateWorkaround for supporting current KDE versions
15900         * fvwm/events.c (HandlePropertyNotify):
15901         * fvwm/ewmh.c (ewmh_AllowsYes):
15902         * fvwm/ewmh.h:
15903         (ewmh_AllowsClose):
15904         (ewmh_AllowsMaximize):
15905         (ewmh_AllowsMove):
15906         (ewmh_AllowsResize):
15907         (EWMH_SetAllowedActions):
15908         (EWMH_WindowInit):
15909         * fvwm/style.c (check_window_style_change):
15910         * fvwm/update.c (apply_window_updates):
15911         * fvwm/update.h:
15912         Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
15914 2001-12-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15916         * fvwm/borders.c (RedrawTitle):
15917         * libs/defaults.h (WINDOW_TITLE_OFFSET):
15918         fixed 'stick' lines with long titles
15920 2001-12-11  olicha  <olivier.chapuis@free.fr>
15922         * NEWS:
15923         * fvwm/commands.h:
15924         * fvwm/ewmh.c (ewmh_SetWorkArea):
15925         * fvwm/ewmh.h:
15926         (ewmh_ComputeAndSetWorkArea):
15927         (ewmh_HandleDynamicWorkArea):
15928         (EWMH_GetWorkAreaIntersection):
15929         (EWMH_GetStrutIntersection):
15930         (get_intersection):
15931         * fvwm/ewmh_name.c (EWMH_SetDeskNames):
15932         * fvwm/function.c:
15933         * fvwm/function.h:
15934         * fvwm/fvwm.c (InitVariables):
15935         * fvwm/fvwm2.1:
15936         * fvwm/modconf.c (send_desktop_names):
15937         (CMD_Send_ConfigInfo):
15938         * fvwm/placement.c (get_next_x):
15939         (get_next_y):
15940         * fvwm/screen.h:
15941         * fvwm/virtual.c (CMD_DesktopName):
15942         * fvwm/virtual.h:
15943         (GetDesktopName):
15944         New command "DesktopName desk name" to define desktops names for
15945         the FvwmPager, the WindowList and ewmh compliant pagers.
15946         Desktops information (desk, desk name, working areas) is stored in a
15947         new list sub structure of Scr, DesktopsInfo. The head of the list
15948         contains generic information for desks that are not in the list.
15950         * fvwm/windowlist.c (get_desk_title):
15951         (CMD_WindowList):
15952         * fvwm/fvwm2.1:
15953         * NEWS:
15954         New window list options NoDeskNum, NoCurrentDeskTitle,
15955         TitleForAllDesks, NoNumInDeskTitle. Document these options and also
15956         the NoGeometry and NoGeometryInfo options.
15958         * fvwm/ewmh.c:
15959         * fvwm/ewmh_names.c:
15960         * fvwm/ewmh_icons.c:
15961         Added some static declarations
15963         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15964         It seems that UTF8 names should not be terminated by a 0
15966         * fvwm/ewmh.c (EWMH_SetClientListStacking):
15967         Set the stacking list in the good orders
15969 2001-12-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15971         * vms/config.h:
15972         * fvwm/functions.c:
15973         * fvwm/commands.h:
15974         * fvwm/builtins.c:
15975         * fvwm/borders.c:
15976         removed all MULTISTYLE ifdefs
15978         * fvwm/borders.c (RedrawTitle):
15979         fixed title drawing into relief
15981 2001-12-08  olicha  <olivier.chapuis@free.fr>
15983         * fvwm/style.c:
15984         * fvwm/style.h:
15985         * fvwm/fvwm.h:
15986         * fvwm/update.c:
15987         * fvwm/update.h:
15988         * fvwm/window_flags.h:
15989         * fvwm/fvwm2.1:
15990         s/extended_window_name/indexed_window_name/i
15991         s/extended_icon_name/indexed_icon_name/i
15992         s/do_update_window_name/do_update_visible_window_name/
15993         s/do_update_icon_name/do_update_visible_icon_name/
15995         * fvwm/style.c (CMD_Style):
15996         * fvwm/style.h:
15997         (parse_and_set_window_style):
15998         Split CMD_Style into CMD_Style and parse_and_set_window_style
16000 2001-12-06  olicha  <olivier.chapuis@free.fr>
16002         * fvwm/add_window.c (setup_window_name_count):
16003         (setup_icon_name_count):
16004         Better determination of the window and icon names index
16006         * fvwm/add_window.c (AddWindow):
16007         (setup_icon):
16008         * fvwm/events.c (HandlePropertyNotify):
16009         * fvwm/ewmh_names.c (EWMH_WMName):
16010         (EWMH_WMIconName):
16011         * fvwm/module_interface.c (BroadcastWindowIconNames):
16012         * fvwm/module_interface.h:
16013         (CMD_Send_WindowList):
16014         (CMD_set_mask):
16015         (CMD_set_sync_mask):
16016         (CMD_set_nograb_mask):
16017         * fvwm/update.c (apply_window_updates):
16018         * libs/Module.h:
16019         New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
16020         which are send to modules with BroadcastWindowIconNames.
16021         The set mask cmds use unsigned long mask and not int mask!
16023 2001-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16025         * fvwm/ewmh.h:
16026         * fvwm/ewmh.c:
16027         EWMH without iconv compile fix by Hippo
16029 2001-12-05  olicha  <olivier.chapuis@free.fr>
16031         * fvwm/add_window.c:
16032         * fvwm/ewmh.c (*):
16033         * fvwm/ewmh.h:
16034         * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
16035         * fvwm/ewmh_events.c:
16036         * fvwm/fvwm.h:
16037         * fvwm/fvwm2.1:
16038         * fvwm/move_resize.c (CMD_Maximize):
16039         * fvwm/placement.c (test_fit):
16040         (PlaceWindow):
16041         * fvwm/session.c (SaveWindowStates):
16042         * fvwm/style.c (merge_styles):
16043         * fvwm/style.h:
16044         (check_window_style_change):
16045         * fvwm/update.c (apply_window_updates):
16046         * fvwm/update.h:
16047         * fvwm/window_flags.h:
16048         New ewmh styles:
16049         EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
16050         EWMHMaximizeUseDynamicWorkingArea,
16051         EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
16052         EWMHPlacementUseDynamicWorkingArea,
16053         EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
16054         EWMHIgnoreStateHints / EWMHUseStateHints,
16055         EWMHIgnoreStrutHints / EWMHUseStrutHints
16057         * fvwm/ConfigFvwmDefaults:
16058         Use EWMHPlacementUseDynamicWorkingArea,
16059         EWMHMaximizeUseDynamicWorkingArea as default placement styles
16061         * NEWS:
16062         * fvwm/add_window.c (setup_placement_penalty):
16063         * fvwm/add_window.h:
16064         (setup_placement_penalty):
16065         (AddWindow):
16066         * fvwm/fvwm.h:
16067         * fvwm/placement.c (get_next_x):
16068         * fvwm/placement.h:
16069         (get_next_y):
16070         (test_fit):
16071         * fvwm/style.c (CMD_Style):
16072         * fvwm/style.h:
16073         (check_window_style_change):
16074         * fvwm/update.c (apply_window_updates):
16075         * fvwm/update.h:
16076         * fvwm/window_flags.h:
16077         * libs/default.h:
16078         New styles PlacementOverlapPenalties and
16079         PlacementOverlapPercentPenalties
16081         * NEWS:
16082         * fvwm/add_window.c (setup_window_name_count):
16083         * fvwm/add_window.h:
16084         (setup_icon_name_count):
16085         (setup_visible_name):
16086         (setup_window_name):
16087         (free_window_names):
16088         (setup_icon):
16089         * fvwm/borders.c (DrawMultiPixmapTitlebar):
16090         (RedrawTitle):
16091         * fvwm/events.c (HandlePropertyNotify):
16092         * fvwm/ewmh_names.c (EWMH_*):
16093         * fvwm/fvwm.h:
16094         * fvwm/icons.c (CreateIconWindow):
16095         (DrawIconWindow):
16096         (RedoIconName):
16097         (AutoPlaceIcon):
16098         (Iconify):
16099         * fvwm/session.c (MatchWinToSM):
16100         * fvwm/style.c (CMD_Style):
16101         * fvwm/style.h:
16102         (check_window_style_change):
16103         * fvwm/update.c (apply_window_updates):
16104         * fvwm/update.h:
16105         * fvwm/window_flags.h:
16106         New styles ExtendedWindowName / SimpleWindowName and
16107         ExtendedIconName / SimpleIconName. TODO: the modules implementation
16109         * fvwm/builtins.c (ReadMultiPixmapDecor):
16110         A -Wall fix
16112         * configure.in:
16113         Fixed gcc test
16115         * session.c (get_version_string):
16116         now is 2.5-3
16118         * fvwm/stack.c (new_layer):
16119         (CMD_Layer):
16120         Fixed ewmh wm state
16122         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16123         Fixed creation of the ewmh icon in the case of the window is iconified
16125 2001-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16127         * fvwm/placement.c (PlaceWindow):
16128         fixed manual placement on Xinerama screens other than the one with the
16129         top left corner of the total screen
16131 2001-11-27  olicha  <olivier.chapuis@free.fr>
16133         * configure.in:
16134         * acinclude.m4:
16135         * acconfig.h:
16136         * fvwm/ewmh_name.c
16137         Check for the second argument of iconv
16139         * configure.in:
16140         Added -Wall to CFLAGS if cc is gcc
16142 2001-11-26  Mikhael Goikhman  <migo@homemail.com>
16144         * configure.in:
16145         * acconfig.h:
16146         s/extanded/extended/
16148 2001-11-26  olicha  <olivier.chapuis@free.fr>
16150         * fvwm/Makefile.am:
16151         Fixed (?) iconv_LIBS
16153 2001-11-26  olicha  <olivier.chapuis@free.fr>
16155         * fvwm/functions.c (expand):
16156         Fixed n, c, r expansion
16158 2001-11-25  Dan Espen  <dane@mk.telcordia.com>
16160         * fvwm/fvwm2.1: Clean up ewmh stuff.
16162 2001-11-24  olicha  <olivier.chapuis@free.fr>
16164         * fvwm/ewmh_internal.h:
16165         * fvwM/ewmh.c:
16166         Removed a non standard macro
16168 2001-11-24  olicha  <olivier.chapuis@free.fr>
16170         * fvwm/fvwm2.1:
16171         Documented the previous ewmh style in a new Style subsection
16173         * fvwm/functions.c (expand):
16174         Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16176 2001-11-24  olicha  <olivier.chapuis@free.fr>
16178         * fvwm/add_window (setup_icon):
16179         (setup_window_structure):
16180         * fvwm/events.c (HandlePropertyNotify):
16181         * fvwm/ewmh.h:
16182         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16183         * fvwm/ewmh_icons.c (ewmh_WMIcon):
16184         (EWMH_DoUpdateWmIcon):
16185         (ewmh_SetWmIconFromPixmap):
16186         (EWMH_DeleteWmIcon):
16187         (EWMH_SetIconFromWMIcon):
16188         * fvwm/ewmh_intern.h:
16189         * fvwm/fvwm.h:
16190         * fvwm/icons.c (GetIcon):
16191         * fvwm/session.c (get_version_string):
16192         * fvwm/style.c (CMD_Style):
16193         * fvwm/style.h:
16194         (check_window_style_change)
16195         * fvwm/update.c (apply_window_updates):
16196         * fvwm/update.h:
16197         * fvwm/window_flags.h:
16198         New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16199         EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16200         EWMHDonateIcon / EWMHDontDonateIcon,
16201         Some ewmh icon code simplification.
16202         Ewmh icons priority: just after icon window.
16204         * fvwm/ewmh.c (EWMH_ExitStuff):
16205         * fvwm/ewmh.h:
16206         * fvwm/session.c (SaveWindowStates):
16207         (LoadWindowStates):
16208         (MatchWinToSM):
16209         * fvwm/fvwm.c (Done):
16210         Delete the ewmh icons we set ourself. Some ewmh session states do not
16211         need to be saved/restored anymore
16213 2001-11-23  olicha  <olivier.chapuis@free.fr>
16215         * fvwm/ewmh_names.c (convert_charsets):
16216         Fixed infinite loop
16218 2001-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16220         * fvwm/ewmh_names.c (convert_charsets):
16221         -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16222         man page states on Linux
16223         replaced goto with a loop
16225 2001-11-22  olicha  <olivier.chapuis@free.fr>
16227         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16228         a -Wall fix
16230         * fvwm/ewmh_events.c:
16231         Fixed some styles update
16233         * fvwm/ewmh_conf.c:
16234         * fvwm/function.c (func_config):
16235         * fvwm/function.h:
16236         * fvwm/ewmh.c:
16237         * fvwm/ewmh.h:
16238         * fvwm/ewmh_events.c:
16239         * fvwm/ewmh_intern.h:
16240         * fvwm/Makefile.am:
16241         * fvwm/fvwm2.1:
16242         New file for ewmh styles and commands. New commands EWMHBaseStrut and
16243         EWMHNumberOfDesktops. More documentation in ewmh man page section.
16245         * fvwm/add_window.c:
16246         * fvwm/bindings.c:
16247         * fvwm/events.c:
16248         * fvwm/functions.c:
16249         * fvwm/ewmh.c (EWMH_Init):
16250         * fvwm/fvwm.h:
16251         * fvwm/fvwm.c (InitVariables):
16252         * fvwm/placement.c
16253         * fvwm/sceen.h:
16254         * fvwm/session.c:
16255         * fvwm/styles.c:
16256         * fvwm/update.c:
16257         * fvwm/update.h:
16258         * fvwm/window_flags.c:
16259         * libs/Bindings.c:
16260         * libs/Picture.c:
16261         * libs/Picture.h:
16262         * libs/fvwmlib.h:
16263         * configure.in:
16264         * acconfig.h:
16265         Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16266         are maybe problematic) and those in the ewmh* files to allow
16267         to disbale the ewmh code: with --disable-ewmh all the ewmh code
16268         should be dummy. --enable-ewmh is now the default.
16270 2001-11-20  olicha  <olivier.chapuis@free.fr>
16272         * fvwm/icons.c (GetIcon):
16273         * fvwm/add_window.c (setup_icon):
16274         Fixed icons order choice and other minor bugs
16276         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16277         Fixed a core dump if there is no MiniIcon
16279 2001-11-18  olicha  <olivier.chapuis@free.fr>
16281         * fvwm/ewmh.c (add_kst_item):
16282         * fvwm/ewmh.h:
16283         (ewmh_AddToKdeSysTray):
16284         (EWMH_IsKdeSysTrayWindow):
16285         (EWMH_ManageKdeSysTray):
16286         (EWMH_WindowInit):
16287         fvwm/ewmh_intern.h:
16288         * fvwm/events.c (HandleDestroyNotify):
16289         (HandleMapRequest):
16290         (HandleUnmapNotify):
16291         Fixed the KDE system tray implementation
16293 2001-11-16  olicha  <olivier.chapuis@free.fr>
16295         * fvwm/ewmh.h:
16296         * fvwm/ewmh.c:
16297         fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16299 2001-11-15  olicha  <olivier.chapuis@free.fr>
16301         * fvwm/ewmh.c (EWMH_DestroyWindow):
16302         * fvwm/ewmh.h:
16303         (EWMH_WindowDestroyed):
16304         * fvwm/events.c (HandleReparentNotify):
16305         (HandleDestroyNotify):
16306         (HandleUnmapNotify):
16307         * fvwm/add_window.c (destroy_window):
16308         Fixed the ewmh windows lists
16310 2001-11-15  olicha  <olivier.chapuis@free.fr>
16312         * fvwm/Makefile.am:
16313         * fvwm/ewmh.c:
16314         * fvwm/ewmh.h:
16315         * fvwm/ewmh_intern.h:
16316         * fvwm/ewmh_events.c:
16317         * fvwm/ewmh_icons.c:
16318         * fvwm/ewmh_names.c:
16319         * fvwm/fvwm2.1:
16320         * NEWS:
16321         New files to achieve the extended WM hints support, off by
16322         default. This code is ifdefed a la gnome.c.
16323         This is work in progess (need to do so that every things are
16324         configurable).
16326         * configure.in:
16327         * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16328         New configure option --enable-ewmh. Added tests for iconv and
16329         nl_langinfo for UTF8 conversions.
16331         * fvwm/add_window.c (AddWindow):
16332         (CaptureOneWindow):
16333         (destroy_window):
16334         (setup_window_name):
16335         (setup_icon):
16336         EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16337         EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16338         SET_HAS_EWMH_ICON, EWMH_WMIconName
16340         * fvwm/add_window.c (setup_window_structure):
16341         * fvwm/fvwm.h (FvwmWindow):
16342         (window_flags):
16343         * fvwm/window_flags.h:
16344         * fvwm/session.c (get_version_string):
16345         (SaveWindowStates):
16346         (LoadWindowStates):
16347         Added some entries in FvwmWindow and some flags (more will be
16348         added). Some of these states need to be saved at restart and
16349         at recapture. This code is ifdefed, may be it should not: I was
16350         forced to ifdef the version string in get_version_string.
16352         * libs/Bindings.c (win_contexts):
16353         * libs/fvwmlib.h:
16354         * fvwm/events.c (GetContext):
16355         * fvwm/bindings.c (ParseBinding):
16356         (activate_binding):
16357         * fvwm/functions.c (expand_extended_var):
16358         (expand):
16359         (execute_function):
16360         (DeferExecution):
16361         * fvwm/screen.h (Scr):
16362         new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16363         (kdesktop or Nautilus desktop). This context is something between
16364         C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16366         * fvwm/bindings.c (activate_binding):
16367         Fixed immediate application of mouse/stroke bindings
16369         * fvwm/borders.h
16370         * fvwm/borders.c (RedrawDecorations):
16371         * fvwm/update.c (apply_window_updates):
16372         New function  RedrawDecorations taken from apply_window_updates
16373         and called in ewmh_icons.c and update.c
16375         * fvwm/bultins.c (CMD_WindowShade):
16376         EWMH_SetWMState
16378         * fvwm/events.c (HandleFocusIn):
16379         (HandlePropertyNotify):
16380         (HandleClientMessage):
16381         (HandleMapRequestKeepRaised):
16382         (HandleUnmapNotify):
16383         EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16384         icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16385         EWMH_SetClientList
16387         * fvwm/icons.c (GetIcon):
16388         * fvwm/icons.h:
16389         (CreateIconWindow):
16390         (ChangeIconPixmap):
16391         * fvwm/events.c (HandlePropertyNotify):
16392         New function GetIcon taken from CreateIconWindow which choose
16393         the icon, there is a new case for EWMH icons. New function
16394         ChangeIconPixmap taken from events.c.
16395         The two new functions are called from ewmh_icon.c (and icons.c).
16397         * fvwm/move_resize.c (handle_stick):
16398         (CMD_Maximize):
16399         (handle_stick):
16400         EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16402         * libs/Picture.h:
16403         * libs/Picture.c (LoadPictureFromPixmap):
16404         (CachePictureFromPixmap):
16405         New functions for loading a picture from a pixmap. Nothing is cached
16406         but this simplify the MiniIcon code.
16408         * fvwm/placement.c (PlaceWindow):
16409         EWMH_GetWorkAreaIntersection
16411         * fvwm/screen.h (Scr):
16412         Added the working area, the dynamic working area and the ewmh
16413         Desktop window.
16415         * fvwm/stack.c (restack_windows):
16416         (CMD_Layer):
16417         EWMH_SetClientListStacking, EWMH_SetWMState
16419         * fvwm/style.c (check_window_style_change):
16420         * fvwm/update.c (apply_window_updates):
16421         * fvwm/update.h:
16422         Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16423         This code is ifdefed.
16425         * fvwm/style.c (lookup_style):
16426         EWMH_GetStyle
16428         * fvwm/virctual.c (goto_desk):
16429         (CMD_GotoDeskAndPage):
16430         (do_move_window_to_desk):
16431         EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16433 2001-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16435         * fvwm/update.c (apply_window_updates):
16436         * fvwm/gnome.c (GNOME_GetStyle):
16437         * fvwm/style.c (lookup_style):
16438         (check_window_style_change):
16439         * fvwm/add_window.c (setup_style_and_decor):
16440         fixed GnomeIgnoreHints style for some of the gnome hints
16442         * fvwm/fvwm.c (StartupStuff):
16443         Tried to fix font size problem
16445         * fvwm/placement.c (PlaceWindow):
16446         suppress an X error
16448         * fvwm/move_resize.c (moveLoop):
16449         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16450         * fvwm/misc.c (Keyboard_shortcuts):
16451         modified keyboard shortcut functions so that it is possible to move
16452         windows with the keyboard even if the border is hit.  does not work
16453         very nicely with paging
16455         * libs/Target.c (fvwmlib_keyboard_shortcuts):
16456         performance enhancement
16458         * fvwm/events.c (HandleButtonPress):
16459         fixed (?) some problem with passing the raise click in ctf to the app
16461         * fvwm/add_window.c (Reborder):
16462         * fvwm/virtual.c (MoveViewport):
16463         (MapDesk):
16464         (UnmapDesk):
16465         * fvwm/session.c (SaveWindowStates):
16466         * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16467         don't access stack_next and stack_prev directly but use the access
16468         functions from stack.h
16470         * fvwm/stack.c (remove_window_from_stack_ring):
16471         (add_window_to_stack_ring_after):
16472         safety patch
16474         * fvwm/add_window.c (adjust_fvwm_internal_windows):
16475         (destroy_window):
16476         when a window becomes scheduled for destruction, remove all traces of it
16477         from the fvwm internal variable so its not accessed accidentally when
16478         its fields are no longer valid
16480 2001-11-05  Mikhael Goikhman  <migo@homemail.com>
16482         * fvwm/borders.c:
16483         fixed compilation of I18N_MB
16485 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16487         * AUTHORS:
16488         * NEWS:
16489         * acconfig.h:
16490         * configure.in:
16491         * fvwm/borders.c:
16492         * fvwm/builtins.c:
16493         * fvwm/fvwm2.1:
16494         * fvwm/screen.h:
16495         exclude the TitleStyle MultiPixmap feature (only) before forking
16496         ...
16497         and restore it after that
16499         * NEWS:
16500         * configure.in:
16501         change version string to 2.5.0
16503         * NEWS:
16504         added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16505         added a link to the stable version 2.4.4 (not released yet)
16507 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
16509         * NEWS:
16510         * configure.in:
16511         change version string to 2.4.4 before forking
16513         * make_fvwmdist.sh:
16514         strip end of line from date (adjust for a new length)
16516 2001-10-29  olicha  <olivier.chapuis@free.fr>
16518         * fvwm/screen.h (DecorFaceStyle):
16519         Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16520         so that Solid colors work again
16522 2001-10-28  olicha  <olivier.chapuis@free.fr>
16524         * fvwm/module_interface.c (skipModuleAliasToken):
16525         Allows '/' as alias character
16527         * NEWS
16528         Script news
16530 2001-10-27  Mikhael Goikhman  <migo@homemail.com>
16532         * configure.in:
16533         * acconfig.h:
16534         * NEWS:
16535         added --disable-multipixmap-titles for the Suzanne's patch,
16536         the default is enable
16538         * fvwm/fvwm2.1:
16539         some formatting fixes in TitleStyle entry
16541 2001-10-27  Suzanne Britton  <tril@igs.net>
16543         * config.h.in: Added FANCY_TITLEBARS option, off by default
16545         * fvwm/fvwm2.1:
16546         Added info on TitleStyle MultiPixmap
16548         * fvwm/screen.h:
16549         [All changes #ifdeffed FANCY_TITLEBARS]
16550         Added TITLE_PADDING define for fancy titlebar rendering
16551         Added tb_pixmap_enum
16552         Added MultiPixmap to DecorFaceType enum
16553         Added Picture **multi_pixmaps and short multi_stretch_flags
16554         to DecorFace structure
16556         * fvwm/borders.c:
16557         [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16558         (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16559         (RenderIntoWindow): [new]
16560         (DrawMultiPixmapTitlebar): [new]
16561         (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16562         instead of always sending 1
16563         (RedrawTitle):
16564         Call DrawFancyTitlebar for MultiPixmap style
16565         Skip DrawString calls for MultiPixmap style (title is drawn inside
16566         DrawMultiPixmapTitlebar)
16568         * fvwm/builtins.c:
16569         [All changes #ifdeffed FANCY_TITLEBARS]
16570         (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16571         (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16572         (ReadMultiPixmapDecor): [new]
16574 2001-10-26  Dan Espen  <dane@mk.telcordia.com>
16576         * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16577         buttons can activate on press or release, special pointer during grab,
16578         arrow key command recall.
16580 2001-10-24  Mikhael Goikhman  <migo@homemail.com>
16582         * fvwm/bindings.c (ParseBinding):
16583         * fvwm/bindings.h:
16584         * fvwm/fvwm2.1:
16585         binding commands now do not print error messages with Silent
16587         * fvwm/ConfigFvwmDefaults:
16588         * NEWS:
16589         don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16590         use Silent before Key Help
16592         * fvwm/add_window.c:
16593         changed the broken size hints message to notify the owner
16595         * docs/fvwm.lsm.in:
16596         small changes
16598 2001-10-19  olicha  <olivier.chapuis@free.fr>
16600         * NEWS:
16601         Some FvwmScript news
16603 2001-10-16  olicha  <olivier.chapuis@free.fr>
16605         * NEWS:
16606         Some FvwmScript news
16608 2001-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16610         * fvwm/bindings.c (activate_binding):
16611         * libs/Bindings.c (GrabWindowKeyOrButton):
16612         activate mouse/stroke bindings immediately
16614         * fvwm/events.c (HandleButtonPress):
16615         it is possible to bind actions to the 'ClickToFocus' click
16617 2001-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16619         * fvwm/virtual.c (HandlePaging):
16620         allow paging during move/resize when pressing keys
16622         * libs/XResource.c (MergeCmdLineResources):
16623         possible core dump fix
16625         * fvwm/add_window.c (setup_window_placement):
16626         fixed core dump
16628         * libs/Bindings.c (AddBinding):
16629         another attempt at cleaning up bindings with "Shift"
16631 2001-10-13  olicha  <olivier.chapuis@free.fr>
16633         * NEWS
16634         FvwmScript news
16636 2001-10-10  Mikhael Goikhman  <migo@homemail.com>
16638         * move_resize.c:
16639         * fvwm/fvwm2.1:
16640         OpaqueMoveSize now accepts "unlimited" or negative argument.
16642 2001-10-09  Mikhael Goikhman  <migo@homemail.com>
16644         * fvwm/fvwm2.1:
16645         added missing "!"
16647 2001-10-08  Dan Espen  <dane@mk.telcordia.com>
16649         * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16651         * libs/fvwmlib.h:
16652         * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16654         * fvwm/cursor.c: Extract cursor validation routine to become a libs
16655         routine.
16657 2001-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16659         * NEWS, configure.in:
16660         changed version to 2.5.0
16662 2001-10-08  olicha  <olivier.chapuis@free.fr>
16664         * fvwm/borders.c (RedrawTitle):
16665         Fixed drawing of leftJustified stippled title and suppress warnings
16666         in RelieveRectangle w/ RightJustified stippled title
16668 2001-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16670         * fvwm/virtual.c (CMD_XineramaSlsSize):
16671         fixed ABR
16673 2001-10-03  olicha  <olivier.chapuis@free.fr>
16675         * fvwm/style.c (CMD_Style):
16676         * fvwm/fvwm2.1
16677         Added the possibility to add an Xinerama screen to the 4 numerics
16678         Iconbox format
16680 2001-10-03  olicha  <olivier.chapuis@free.fr>
16682         * fvwm/icons.c (AutoPlaceIcon):
16683         Fixed a core dump with @c and fixed icon placement if the icon should
16684         not be on the current page
16686 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16688         * fvwm/icons.c (AutoPlaceIcon):
16689         * libs/FScreen.c (FScreenParseScreenBit):
16690         added 'w' screen specifier for icon boxes
16692         * fvwm/icons.c (AutoPlaceIcon):
16693         fixed placement of icons in icon boxes on different screen
16695         * fvwm/menus.c (get_menu_options):
16696         reduced code duplication
16698 2001-10-02  olicha  <olivier.chapuis@free.fr>
16700         * fvwm/menus.c (get_menu_options):
16701         fixed Xinerama placement of menu with empty but not null position hints
16703 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16705         * fvwm/borders.c (RedrawTitle):
16706         * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16707         suppress a warning in RelieveRectangle w/ small sticky windows
16709 2001-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16711         * fvwm/menus.c (get_menu_options):
16712         A 'rectangle' context rectangle for menus honours the '@screen' bit
16714         * fvwm/move_resize.c (DisplayPosition):
16715         coordinates of a window are show in relation to the screen, not the page
16717         * libs/FScreen.c (FScreenTranslateCoordinates):
16718         * fvwm/placement.c (PlaceWindow):
16719         * fvwm/add_window.c (setup_window_placement):
16720         Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16721         rewrote the library functionality to better match the rest of the
16722         interface
16724         * fvwm/builtins.c (DestroyFvwmDecor):
16725         removed useless code
16727         * fvwm/icons.c (DrawIconWindow):
16728         fixed race condition w/ expanding/collapsing icon titles
16730         * fvwm/windowlist.c (CMD_WindowList):
16731         fixed Xinerama placement of window list when called without options
16733 2001-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16735         * libs/FScreen.c (FScreenSLSOnOff):
16736         fixed core dump when calling XineramaSls before XineramaSlsSize
16738         * configure.in:
16739         changed to 2.4.3
16741         * libs/FShape.h (FHaveShapeExtension):
16742         set macro to 1 when compiling w/ shape extension
16744 2001-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16746         * libs/Bindings.c (AddBinding):
16747         * fvwm/bindings.c (ParseBinding):
16748         print a warning if a key with the given name does not exist
16749         if there is an upper and a lower case version of the same key name,
16750         always bind to the lower case version; this is problematic if the upper
16751         case version is tied to a key without a modifier and the lower case
16752         version is tied to the same key, but with a modifier (or both are tied
16753         to different keys). I hope this good enough.
16755         * libs/Bindings.c (FreeBindingList):
16756         (MatchBindingExactly):
16757         (CollectBindingList):
16758         fixed some problems overriding keys
16759         reduced duplication of logic
16761 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16763         * NEWS, configure.in:
16764         changed version to 2.5.0
16766 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16768         * configure.in:
16769         changed version to 2.4.2
16771 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16773         * libs/Colorset.c:
16774         (SetWindowBackground):
16775         (SetRectangleBackground):
16776         * fvwm/builtins.c (CMD_WindowShade):
16777         * fvwm/add_window.c:
16778         (setup_style_and_decor):
16779         * fvwm/icons.c:
16780         (CreateIconWindow):
16781         (GetXPMFile):
16782         (GetIconWindow):
16783         (GetIconBitmap):
16784         * fvwm/events.c:
16785         (HandleConfigureRequest):
16786         (HandleShapeNotify):
16787         (InitEventHandlerJumpTable):
16788         * fvwm/borders.c (struct):
16789         (SetupFrame):
16790         (SetShape):
16791         * fvwm/decorations.c (SelectDecor):
16792         * fvwm/fvwm.c:
16793         (main):
16794         (setVersionInfo):
16795         * fvwm/externs.h:
16796         * fvwm/fvwm.h (FvwmWindow):
16797         * libs/FShape.h:
16798         * libs/FShape.c:
16799         moved shape support to library; its no longer necessary to
16800         '#ifdef SHAPE' any code
16802         * fvwm/borders.c (RedrawButtons):
16803         (RedrawTitle):
16804         fixed top border hilight drawing of title buttons
16806         * libs/Graphics.c (do_relieve_rectangle):
16807         (RelieveRectangle):
16808         (RelieveRectangle2):
16809         allow alternate shading for title buttons
16811 2001-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16813         **/*.1:
16814         Applied man page patch by Dmitry Yu. Bolkhovityanov:
16815         Add a formal description of how fvwm maintains module's configs
16816         Change manpages of individual modules to refer to fvwm2(1) for
16817         details about specifying configuration
16819         * fvwm/add_window.c (setup_window_placement):
16820         desk and page can now really be given as X resources a la
16821           xterm.desk: 1
16823         * libs/XResource.c (GetResourceString):
16824         resource -> lower case, class -> upper case
16825         changed signature
16827         * configure.in:
16828         changed version to 2.5.0
16830         * Makefile.am (distcheck2):
16831         build distcheck before dist2; save a few seconds if the build fails
16833         * libs/alloca.c:
16834         * libs/ClientMsg.c:
16835         * libs/envvar.c:
16836         * libs/Event.c:
16837         * libs/fvwmrect.c:
16838         * libs/gethostname.c:
16839         * libs/Grab.c:
16840         * libs/Pointer.c:
16841         * libs/safemalloc.c:
16842         * libs/strcasecmp.c:
16843         * libs/strdup.c:
16844         * libs/strerror.c:
16845         * libs/strncasecmp.c:
16846         * libs/usleep.c:
16847         * libs/wild.c:
16848         * libs/WinMagic.c:
16849         * libs/XError.c:
16850         * libs/Graphics.c:
16851         include config.h
16853         * configure.in:
16854         changed version to 2.4.1 again
16856 2001-09-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16858         * libs/Bindings.c (FvwmStringToKeysym):
16859         try both cases of the first letter of a key name
16861         * fvwm/ConfigFvwmDefaults:
16862         * fvwm/windowlist.c (winCompareReverse):
16863         (CMD_WindowList):
16864         new WindowList option ReverseOrder; use the new option in the default
16865         Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
16866         cycle through the whole window list. The old behaviour only toggled
16867         between two windows. Also, a simple Alt-Tab can be used to switch to
16868         the next window instead of Alt-Tab-Tab.
16870         * libs/FScreen.c (FScreenInit):
16871         fixed a Xinerama crash
16873         * configure.in:
16874         print a verbose error message and exit if X11 headers and libraries
16875         are not found
16877 2001-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16879         * fvwm/fvwm.c (main):
16880         * libs/FShape.c:
16881         * libs/FShape.h:
16882         new library for X shape encapsulation
16884         * fvwm/builtins.c (CMD_WindowShade):
16885         * fvwm/borders.c (SetupFrame):
16886         fixed shading of windows without title and border
16887         fixed shading of shaped windows; fixes bug #732
16889         * fvwm/builtins.c (CMD_SetEnv):
16890         calling SetEnv without a value is the same as UnsetEnv
16892 2001-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16894         * fvwm/events.c (HandleReparentNotify):
16895         fixed vanishing windows in rapid map/unmap cycles; bug #770
16897         * fvwm/add_window.c (hide_screen):
16898         fixed possible BadWindow error
16900 2001-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16902         * fvwm/virtual.c (MoveViewport):
16903         (goto_desk):
16904         (CMD_GotoDeskAndPage):
16905         (CMD_GotoPage):
16906         GotoDeskAndPage records its own history of last visited desk/page
16908         * libs/FScreen.c (FScreenInit):
16909         fixed a memory allocation bug pointed out by Giuseppe Della Ricca
16911 2001-09-05  olicha  <olivier.chapuis@free.fr>
16913         * fvwm/session.c (MatchWinToSM):
16914         * fvwm/add_window.c (setup_window_structure):
16915         * fvwm/move_resize.c (moveLoop):
16916         Fixed PlacedByButton3 condition
16918 2001-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16920         * libs/FScreen.c:
16921         * fvwm/functions.c (func_config):
16922         * fvwm/module_interface.c (broadcast_xinerama_state):
16923         * fvwm/virtual.c (CMD_Xinerama):
16924         (CMD_XineramaPrimaryScreen):
16925         (CMD_XineramaSls):
16926         (CMD_XineramaSlsSize):
16927         added sls support
16928         split Xinerama command into Xinerama, XineramaPrimaryScreen,
16929         XineramaSls and XineramaSlsSize
16930         restructured parts of the FScreen code
16932         * fvwm/functions.c (func_config):
16933         new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
16935         * libs/Graphics.c (RelieveRectangle):
16936         allow calling the function with w == 0 or h == 0 without a message
16938         * fvwm/window_flags.h (SET_STYLE_DELETED):
16939         * fvwm/style.c (CMD_DestroyStyle):
16940         (check_window_style_change):
16941         * fvwm/fvwm.h (window_style):
16942         update windows when a style is deleted
16944         * configure.in:
16945         fixed xpm detection problem caused by wrong library order
16947 2001-09-05  olicha  <olivier.chapuis@free.fr>
16949         * NEWS: PlacedByFvwm
16951 2001-09-04  Dan Espen  <dane@mk.telcordia.com>
16953         * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
16955 2001-09-04  olicha  <olivier.chapuis@free.fr>
16957         * fvwm/fvwm.h:
16958         * fvwm/windows_flags.h:
16959         * fvwm/placement.c (PlaceWindow):
16960         * fvwm/add_window.c (setup_window_structure):
16961         * fvwm/conditional.c (CreateConditionMask):
16962         * fvwm/session.c (get_version_string):
16963         (MatchWinToSM):
16964         * fvwm/fvwm2.1:
16965         Added a new windows_flags is_placed_by_fvwm and a new condition
16966         PlacedByFvwm
16968 2001-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16970         * fvwm/focus.c (focus_grab_buttons):
16971         (MoveFocus):
16972         disabled xt/double click patch for now
16974 2001-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16976         * libs/Graphics.c (RelieveRectangle):
16977         print a warning if one of the dimensions is <= 0
16979         * fvwm/placement.c (PlaceWindow):
16980         take care of windows that have both, PPosition and USPosition set
16981         take care of transient windows that have neither PPosition nor
16982         USPosition set
16984 2001-09-01  olicha  <olivier.chapuis@free.fr>
16986         * libs/FScreen.c (FScreenInit):
16987         Fixed the position of the xinerama emulation delimiters
16989 2001-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16991         * fvwm/fvwm2.1:
16992         Xinerama introduction
16994         * fvwm/icons.c (AutoPlaceIcon):
16995         try to place icons of screen with the window center, and if that fails
16996         on any screen
16998         * libs/FScreen.c (FScreenGetScrRect):
16999         performance improvement for non-xinerama systems
17001         * fvwm/update.c (apply_window_updates):
17002         (flush_window_updates):
17003         update icon boxes and icon position when xinerama layout changes
17005         * fvwm/icons.c (AutoPlaceIcon):
17006         limit placement of icons using no icon box to screen boundaries
17007         adapt icon boxes to xinerama layout whenever used
17009         * fvwm/placement.c (PlaceWindow):
17010         * fvwm/style.c (CMD_Style):
17011         (check_window_style_change):
17012         * fvwm/style.h (SUSE_NO_USPOSITION):
17013         (SUSE_NO_TRANSIENT_PPOSITION):
17014         (SUSE_NO_TRANSIENT_USPOSITION):
17015         * fvwm/fvwm.h (struct):
17016         implemented new styles NoUSPosition/UseUSPosition,
17017         NoTransientPPosition/UseTransientPPosition,
17018         NoTransientUSPosition/UseTransientUSPosition.
17019         These work exactly like NoPPosition/UsePPosition.
17020         Transient windows ignore the window position if neither the PPosition
17021         nor the USPosition hint is set.
17023 2001-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17025         * fvwm/focus.c (restore_focus_after_unmap):
17026         fixed a bug transfering the focus when a window was iconified
17028 2001-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17030         * fvwm/conditional.c (MatchesConditionMask):
17031         * fvwm/move_resize.c (position_geometry_window):
17032         * fvwm/placement.c (PlaceWindow):
17033         * fvwm/menus.c (pop_menu_up):
17034         * fvwm/move_resize.c (move_window_doit):
17035         * fvwm/icons.c (do_all_iconboxes):
17036         * fvwm/placement.c (PlaceWindow):
17037         * fvwm/menus.c (update_menu):
17038         adapted to new FScreen... signatures
17040         * libs/FScreen.c (FScreenClipToScreen):
17041         (FScreenGetScrCenterCenter):
17042         (FScreenCenterCurrent):
17043         (FScreenCenterPrimary):
17044         (FScreenGetCurrent00):
17045         (FScreenGetGlobalScrRect):
17046         (FScreenGetPrimaryScrRect):
17047         (FScreenGetScrRect):
17048         (FScreenIsRectangleOnScreen):
17049         unified all the FSCreen... functions using a common signature, removed
17050         most old functions
17052         * fvwm/style.c (CMD_Style):
17053         init icon box screen
17055         * fvwm/move_resize.c (move_window_doit):
17056         (CMD_Maximize):
17057         * libs/Makefile.am:
17058         * libs/XineramaSupport.c:
17059         * libs/XineramaSupport.h:
17060         * libs/FScreen.c:
17061         exported and renamed screen defines
17063         * libs/FScreen.h:
17064         renamed files
17066         * fvwm/virtual.c:
17067         * fvwm/style.c:
17068         * fvwm/placement.c:
17069         * fvwm/move_resize.c:
17070         * fvwm/module_interface.c:
17071         * fvwm/modconf.c:
17072         * fvwm/menus.c:
17073         * fvwm/icons.c:
17074         * fvwm/fvwm.c:
17075         * fvwm/conditional.c:
17076         * libs/XineramaSupport.c:
17077         renamed all XineramaSupport...() functions to FScreen...()
17079         * fvwm/style.c (CMD_Style):
17080         -Wall fix
17082 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
17084         * fvwm/style.c (CMD_Style):
17085         * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
17086         using geometry spec.
17088 2001-08-25  Mikhael Goikhman  <migo@homemail.com>
17090         * libs/Strings.c:
17091         * libs/Strings.h:
17092         new function QuoteString() to add and escape single quotes to strings
17094         * fvwm/menus.c (MenuInteraction):
17095         quote both missing function name and menu name for
17096         MissingSubmenuFunction
17098         * fvwm/functions.c (expand):
17099         use QuoteString()
17101 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
17103         * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
17105 2001-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17107         * fvwm/cursor.c (CMD_CursorStyle):
17108         * fvwm/icons.c (GetXPMFile):
17109         * libs/Colorset.c (SetWindowBackground):
17110         -Wall fixes
17112         * libs/Bindings.c (AddBinding):
17113         tired to help with problem binding keys that have a keycode with no
17114         modifiers and another keycode with some modifiers pressed, e.g.
17115         kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17116         F1 generating the actioon bound to F11 sometimes
17118         * fvwm/focus.c (focus_grab_buttons):
17119         -Wall fix
17121 2001-08-23  Dan Espen  <dane@mk.telcordia.com>
17123         * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17125 2001-08-20  Bob Woodside  <proteus@pcnet.com>
17127         * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17128         grab synchronization so apps using XtTranslations to catch double-
17129         clicks don't get confused by extraneous Leave/EnterNotify events.
17130         This fixes the "xfm/moxfm don't see double-clicks" problem.
17132 2001-08-20  Dan Espen  <dane@mk.telcordia.com>
17134         * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17136 2001-08-19  Dan Espen  <dane@mk.telcordia.com>
17138         * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17139         placed.
17141         * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17142         until later when the window is actually placed.
17144         * fvwm/fvwm.h (icon_boxes_struct):  Save  sign  for later  screen
17145         position calculation.
17147 2001-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17149         * fvwm/update.c (flush_window_updates):
17150         * fvwm/screen.h (ScreenInfo):
17151         * fvwm/virtual.c (CMD_Xinerama):
17153         * fvwm/move_resize.c (CMD_Maximize):
17154         * fvwm/placement.c (PlaceWindow):
17155         * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17156         renamed function
17158         * fvwm/fvwm2.1:
17159         describe new maximize options
17161         * fvwm/move_resize.c (MaximizeWidth):
17162         (MaximizeHeight):
17163         (CMD_Maximize):
17164         applied Dmitry's Xinerama patch for Maximize command
17165         replaced "global" and "absolute" with "screen" which is more flexible
17167 2001-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17169         * libs/Parse.c (SkipQuote):
17170         fixed a bug in handling of caller specified quote pairs
17172         * fvwm/move_resize.c (CMD_Maximize):
17173         keep window on correct page when viewport does not start on a page
17174         boundary
17176         * libs/XError.c (error_name):
17177         (request_name):
17178         fixed core dump in error handling
17180 2001-08-15  Mikhael Goikhman  <migo@homemail.com>
17182         * configure.in:
17183         * acinclude.m4:
17184         * INSTALL:
17185         * INSTALL.fvwm:
17186         renamed --disable-gnome to --disable-gnome-hints;
17187         documented configure options --with-gnome*;
17188         small improvements in documentation;
17189         use underscore in version instead of dash that causes rpm problems
17191 2001-08-14  Mikhael Goikhman  <migo@homemail.com>
17193         * libs/Makefile.am:
17194         added fvwmrect.h to dist
17196 2001-08-14  Dan Espen  <dane@mk.telcordia.com>
17198         * libs/XineramaSupport.c: Disable debug printing.
17200 2001-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17202         * libs/defaults.h (DEFAULT_MENU_STYLE):
17203         reset colour sets in default menu style too
17205 2001-08-13  Mikhael Goikhman  <migo@homemail.com>
17207         * builtins.c:
17208         * events.c:
17209         completed the libstroke-0.5 compatibility fix
17211 2001-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17213         * fvwm/move_resize.c (draw_move_resize_grid):
17214         fixed drawing of resize grid when invoked from button or key press
17216         * fvwm/placement.c (PlaceWindow):
17217         rewrote a condition to improve readability
17218         fixed StartsOn... w/ SkipMapping
17220 2001-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17222         * fvwm/session.c (MatchWinToSM):
17223         (LoadWindowStates):
17224         (SaveWindowStates):
17225         * fvwm/move_resize.c (CMD_Resize):
17226         * fvwm/events.c (HandlePropertyNotify):
17227         (HandleConfigureRequest):
17228         * fvwm/move_resize.c (CMD_ResizeMove):
17229         (CMD_Maximize):
17230         (CMD_Resize):
17231         * fvwm/update.c (apply_window_updates):
17232         * fvwm/add_window.c (AddWindow):
17233         * fvwm/geometry.c (constrain_size):
17234         (gravity_constrain_size):
17235         the Resize command honors the window gravity
17236         changing the size increment of maximized windows no longer shrinks the
17237         window
17239         * fvwm/icons.c:
17240         keep expanded icon titles on screen
17242 2001-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17244         * fvwm/icons.c (do_all_iconboxes):
17245         default icon box fills the primary screen
17247         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17248         fixed default_screen argument
17250         * fvwm/style.c (merge_styles):
17251         * fvwm/fvwm.h (window_style):
17252         * fvwm/style.h (SSET_START_SCREEN):
17253         * fvwm/add_window.c (setup_window_placement):
17254         * fvwm/placement.c (PlaceWindow):
17255         (CMD_PlaceAgain):
17256         implemented StartsOnScreen style
17258         * fvwm/placement.c (PlaceWindow):
17259         (test_fit):
17260         (get_next_x):
17261         (get_next_y):
17262         (CleverPlacement):
17263         (SmartPlacement):
17264         Place new windows on xinerama screens
17266         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17267         fixed core dump in debug output
17269 2001-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17271         * fvwm/placement.c:
17272         removed unused variable
17274 2001-08-07  olicha  <olivier.chapuis@free.fr>
17276         * NEWS:
17277         FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17279 2001-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17281         * fvwm/virtual.c (CMD_Xinerama):
17282         replaced XineramaEnable and ...Disable with XineramaCommand
17284         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17285         (XineramaSupportGetScreenArgument):
17286         new functions
17288         * fvwm/functions.c (func_config):
17289         * fvwm/move_resize.c (move_window_doit):
17290         (CMD_Move):
17291         (CMD_AnimatedMove):
17292         (CMD_MoveToPage):
17293         (CMD_MoveToScreen):
17294         (handle_stick):
17295         added new command MoveToScreen
17297 2001-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17299         * libs/fvwmrect.c:
17300         * libs/fvwmrect.h:
17301         new library files
17303         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17304         fixed parsing of negative geometries
17305         (XineramaSupportParseGeometryWithScreen):
17306         made global
17307         (XineramaSupportGetNumberedScreenRect):
17308         new function
17310         * sample.fvwmrc/system.fvwm2rc:
17311         * sample.fvwmrc/new-features:
17312         * sample.fvwmrc/system.fvwm2rc-sample-95:
17313         * sample.fvwmrc/system.fvwm2rc-sample-2:
17314         * sample.fvwmrc/system.fvwm2rc-sample-1:
17315         * fvwm/fvwm2.1:
17316         updated for new condition
17318         * fvwm/conditional.c (CreateConditionMask):
17319         (MatchesConditionMask):
17320         * fvwm/fvwm.h (WindowConditionMask):
17321         implemented new condition AcceptsFocus to cope with applications like
17322         xclock that have circulatehit but don't take focus
17324 2001-08-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17326         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17327         handle Xinerama screens
17329         * fvwm/style.c (CMD_Style):
17330         * fvwm/menus.c (get_menu_options):
17331         cope with Xinerama like geometries with screen info
17333         * fvwm/virtual.c (CMD_XineramaEnable):
17334         XineramaEnable optionally takes the number of the primary screen as its
17335         argument
17337         * fvwm/events.c (GetContext):
17338         reindented code
17340         * fvwm/virtual.c (HandlePaging):
17341         * fvwm/events.c (HandleButtonPress):
17342         * fvwm/events.h (XEVMASK_PANFW):
17343         fixed button and key event handling over pan frames; fixes bug #752
17345         * fvwm/menus.c (get_menu_options):
17346         fixed Xinerama placement of menus without options
17348 2001-08-01  Mikhael Goikhman  <migo@homemail.com>
17350         * NEWS:
17351         * fvwm/borders.c:
17352         * fvwm/builtins.c:
17353         * fvwm/fvwm.c:
17354         * fvwm/screen.h:
17355         Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17356         In addition to the existing: @0 is shadow color, @1 is hilight color.
17358         * fvwm/fvwm2.1:
17359         Added the formal description of Vector that was absent.
17361 2001-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17363         * fvwm/fvwm2.1:
17364         some man page corrections
17366 2001-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17368         * fvwm/move_resize.c (handle_stick):
17369         also redraw buttons when a window becomes sticky/slippery to make sure
17370         that MWMDecorStick buttons are updated too; fixes bug #749
17372 2001-07-30  Mikhael Goikhman  <migo@homemail.com>
17374         * NEWS:
17375         documented previous changes
17377         * configure.in:
17378         improved output spacing
17380         * fvwm/fvwm2.1:
17381         minor typo
17383 2001-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17385         * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17386         * fvwm/modconf.c (send_xinerama_state):
17387         * fvwm/module_interface.c (broadcast_xinerama_state):
17388         * libs/defaults.h:
17389         revised module support for Xinerama
17391         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17392         (XineramaSupportParseGeometry):
17393         (XineramaSupportGetGeometry):
17394         make interface compatible with XineramaSupportParseGeometry().
17395         (XineramaSupportGetPrimaryScreen):
17396         new function
17398         * fvwm/stack.c (raise_over_unmanaged):
17399         fixed restacking of windows with RaiseOverUnmanaged - windows were
17400         raised in reverse order so that the top window became the bottom
17401         window of the ones that were raised
17402         also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17403         these are invisible
17405 2001-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17407         * sample.fvwmrc/system.fvwm2rc-sample-95:
17408         fixed syntax of BugOpts command
17410         * fvwm/ConfigFvwmDefaults:
17411         resize window when clicking on the sides of the window by default
17412         instead of moving it
17414         * fvwm/events.c (HandleEnterNotify):
17415         do not delete MouseFocus when pointer moves from one particular sub
17416         window of a frame to another one.  Helps with xv/xmms vs unclutter
17417         interaction and also with MouseFocus vs. Open Look applications
17419         * fvwm/move_resize.c (DoSnapAttract):
17420         * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17421         fixed snapping to Xinerama screen edges
17422         (XineramaSupportIsEnabled):
17423         return False is the X server provides only a single screen
17425         * fvwm/fvwm2.1:
17426         Added descriptions of conditions CurrentDesk, CurrentPage,
17427         CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17428         CurrentGlobalPageAnyDesk
17430         * fvwm/fvwm.h (rectangle):
17431         (position):
17432         typedefs moved to libs/fvwmlib.h
17434         * fvwm/conditional.c (MatchesConditionMask):
17435         * fvwm/fvwm.h (WindowConditionMask):
17436         * fvwm/conditional.c:
17437         introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17438         for Xinerama support
17440         * fvwm/modconf.c (CMD_Send_ConfigInfo):
17441         (send_xinerama_state):
17442         * fvwm/module_interface.c (broadcast_xinerama_state):
17443         * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17444         * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17445         communicate xinerama state at module startup
17447 2001-07-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17449         * libs/XineramaSupport.c:
17450         next Xinerama patch
17452 2001-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17454         * fvwm/move_resize.c (moveLoop):
17455         windows were lost off screen w/ non opaque interactive move when motion
17456         was aborted with Escape on a different page that it was started
17458         * fvwm/move_resize.c (position_geometry_window):
17459         (DisplayPosition):
17460         (DisplaySize):
17461         (InteractiveMove):
17462         (CMD_Resize):
17463         (moveLoop):
17464         (CMD_Resize):
17465         (DoResize):
17466         * libs/XineramaSupport.c (GetMouseXY):
17467         (XineramaSupportCenterCurrent):
17468         (XineramaSupportGetCurrent00):
17469         (XineramaSupportGetCurrentScrRect):
17470         allow to pass in an event with the pointer position
17471         minimize number of XQueryPointer calls in interactive move/resize
17473         * libs/defaults.h:
17474         * fvwm/move_resize.c (resize_geometry_window):
17475         (DisplayPosition):
17476         (DisplaySize):
17477         border width of geometry window moved to defaults.h
17478         moved strings for size window formatting to defaults.h
17479         reworked calculations of geometry window dimensions
17481         * fvwm/move_resize.c (resize_geometry_window):
17482         (position_geometry_window):
17483         (DisplaySize):
17484         (InteractiveMove):
17485         (CMD_Resize):
17486         * fvwm/builtins.c (ApplyDefaultFontAndColors):
17487         * fvwm/fvwm.c (main):
17488         funtions ResizeSizeWindow and PositionSizeWindow renamed to
17489         resize_geometry_window and position_geometry_window
17491         * fvwm/fvwm.c (main):
17492         fixed resizing geometry window before creating it
17494         * fvwm/move_resize.c (switch_move_resize_grid):
17495         (MoveOutline):
17496         * fvwm/virtual.c (HandlePaging):
17497         renamed MoveOutline to draw_move_resize_grid and made static
17498         new function switch_move_resize_grid for external calls
17499         delete grid before moving the geometry window to get rid of arifacts of
17500         the grid
17502 2001-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17504         * libs/XineramaSupport.c (XineramaSupportInit):
17505         make the blank area in Xinerama emulation usable again
17507 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17509         * fvwm/menus.c (update_menu):
17510         (pop_menu_up):
17511         (make_menu):
17512         (calculate_item_sizes):
17513         (size_menu_horizontally):
17514         (size_menu_vertically):
17515         menus are resized to fit their Xinerama screen every time they are
17516         popped up and the screen size has changed
17518 2001-07-23  olicha  <olivier.chapuis@free.fr>
17520         * libs/XineramaSupport.c (XineramaSupportInit):
17521         Draw the xinerama simulation screens with orr windows
17523 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17525         * fvwm/windowlist.c (CMD_WindowList):
17526         fixed windowlist placement w/ Xinerama
17528 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17530         * fvwm/menus.c (pop_menu_up):
17531         fixed calculations that force a menu on screen w/ Xinerama
17533         * fvwm/move_resize.c (DoSnapAttract):
17534         removed some code that slipped in with xinerama patch and broke
17535         vertical SnapAttraction
17537         * fvwm/virtual.c (CMD_EdgeResistance):
17538         removed debug code
17540         * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17541         take reference position src_x/src_y to determine screen
17543         * fvwm/windowlist.c (CMD_WindowList):
17544         * fvwm/menus.c (get_menu_options):
17545         (get_popup_options):
17546         (MenuInteraction):
17547         (pop_menu_up):
17548         handle Xinerama screens for positioning menus w/ posthints
17550         * fvwm/menus.c (get_menu_options):
17551         renamed function
17552         fix for icon/window context rectangle when window is in wrong state
17554 2001-07-22  Mikhael Goikhman  <migo@homemail.com>
17556         * configure.in:
17557         s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17558         compiled in; fixed linking by adding -lXinerama; small corrections
17560 2001-07-22  Dan Espen  <dane@mk.telcordia.com>
17562         * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17564 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17566         * libs/XineramaSupport.c (XineramaSupportInit):
17567         added xinerama emulation for developers
17569         * fvwm/virtual.c (CMD_XineramaEnable):
17570         (CMD_XineramaDisable):
17571         * fvwm/module_interface.c (BroadcastConfigInfoString):
17572         added function to communicate Xinerama on/off to modules
17574         * fvwm/module_interface.c:
17575         include time.h to fix warning
17576         * libs/XineramaSupport.c:
17577         * fvwm/fvwm.c (setVersionInfo):
17578         * fvwm/Makefile.am:
17579         * configure.in:
17580         * acconfig.h:
17581         cleanded up xinerama detection
17582         added shape detection
17584 2001-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17586         * fvwm/fvwm2.1:
17587         Added Xinerama introduction
17589         * fvwm/fvwm.c (setVersionInfo):
17590         print xinerama support
17592         * fvwm/conditional.c (CreateConditionMask):
17593         added CirculateHitShaded option for conditional commands that was
17594         described in the man page but not implemented
17596         * fvwm/fvwm.h (WindowConditionMask):
17597         removed unused flags
17599         * fvwm/conditional.c (MatchesConditionMask):
17600         fixed CirculateHitIcon option in conditional commands
17602         * fvwm/fvwm2.1:
17603         reformatted man page source to improve readability
17604         fixed some source formatting bugs
17606         * libs/XineramaSupport.c (GetMouseXY):
17607         don't poll the pointer if there is only one screen or if xinerama is
17608         turned off
17610         * fvwm/fvwm2.1:
17611         * fvwm/fvwm.c (main):
17612         removed -noxinerama option
17614         * fvwm/fvwm.c (main):
17615         size window is positioned and sized in move_resize.c
17617         * libs/XineramaSupport.c:
17618         reindented file
17620         * configure.in:
17621         print Xinerama support in configure summary
17623         * **/*:
17624         applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17626 2001-07-17  Mikhael Goikhman  <migo@homemail.com>
17628         * acconfig.h:
17629         * acinclude.m4:
17630         * configure.in:
17631         implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17632         define missing macros needed for old AIX keysymdef and old stroke.h
17634         * fvwm/bindings.c:
17635         * fvwm/menus.c:
17636         remove the previous compilation fixes, now handled by configure
17638 2001-07-15  Dan Espen  <dane@mk.telcordia.com>
17640         * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17642 2001-07-15  Mikhael Goikhman  <migo@homemail.com>
17644         * bindings.c:
17645         use libstroke-0.5 constant names while still supporting 0.3/0.4
17647         * menus.c:
17648         compiling fix for old AIX, which does not define XK_Page_Up/Down
17650         * module_interface.c:
17651         minor compiling fix for some proprietary preprocessors
17653 2001-07-10  Mikhael Goikhman  <migo@homemail.com>
17655         * fvwm/fvwm2.1:
17656         use more compatible and structured syntax in SYNOPSIS
17658 2001-07-06  Mikhael Goikhman  <migo@homemail.com>
17660         * acinclude.m4:
17661         Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17662         GDK_IMLIB_*.  This fixes "make FvwmGtk" on systems with bogus
17663         imlib-config.
17665 2001-07-05  Mikhael Goikhman  <migo@homemail.com>
17667         * configure.in:
17668         changed version to 2.4.1
17670         * acinclude.m4:
17671         small fix that should solve the problem with running autoconf
17672         (autoreconf is ok) from autoconf-2.50;
17673         applied a patch that adds gtk include dirs to gnome include dirs
17675 2001-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
17677         * NEWS, configure.in:
17678         changed version to 2.4.0.1
17680         * *: fvwm 2.4 has been released :-))