2006-03-02 Serge Koksharov <gentoosiast dog yandex dot ru>
[fvwm.git] / ChangeLog
blob2457a34368c09ff77f7a8f1aac5471e03ebda00c
1 2006-03-21  Serge Koksharov  <gentoosiast dog yandex dot ru>
2  
3         * fvwm/fvwm.1.in:
4         Removed duplicated 'NoIcon' style option description in the end
5         of the `The Style command...' section.
6         Removed `Recapture True' option setting in example of BusyCursor
7         description, because `Recapture' isn't valid option of `BusyCursor'
8         command anymore.
9         Updated ewmh specification URL (the old was 404)
10         Added URL to ICCCM 2.0 manual
12         * modules/FvwmAnimate/FvwmAnimate.c:
13         corrected delay for Zoom3D animation effect
15         * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
16         * modules/FvwmConsole/FvwmConsole.1.in:
17         replaced all `Cntl' modificator key mentions with `Ctrl' to be
18         consistent with rest of the documentation and because it's more
19         conventional abbreviation.
21         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
22         slightly clarified the `StartName' option description
23         added the undocumented `MailDir' option description. Somebody 
24         violated section `K' of the convention list.
25         
26         * fvwm/fvwm.1.in:
27         * fvwm/ConfigFvwmSetup:
28         * modules/FvwmForm/FvwmForm.1.in:
29         * modules/FvwmForm/FvwmForm-Rlogin:
30         * sample.fvwmrc/system.fvwm2rc:
31         * sample.fvwmrc/system.fvwm2rc-sample-1:
32         replaced all mentions of `rsh' with `ssh'. rsh is obsolete and 
33         inherently insecure. We shouldn't teach our users bad things,
34         should we?
36         * AUTHORS:
37         * Changelog:
38         * INSTALL.fvwm:
39         * NEWS:
40         * bin/fvwm-config.1.in:
41         * bin/fvwm-menu-headlines.1:
42         * bin/fvwm-menu-headlines.in:
43         * bin/fvwm-perllib.in:
44         * bin/fvwm-root.1.in:
45         * docs/CONVENTIONS:
46         * docs/FAQ:
47         * fvwm/fvwm.1.in:
48         * fvwm/fvwm.h:
49         * fvwm/virtual.c:
50         * libs/PictureGraphics.c:
51         * libs/Picture.h:
52         * modules/FvwmBacker/FvwmBacker.1.in:
53         * modules/FvwmDebug/FvwmGtkDebug.in:
54         * modules/FvwmDebug/FvwmGtkDebug.1:
55         * modules/FvwmEvent/FvwmEvent.1.in:
56         * modules/FvwmForm/FvwmForm.1.in:
57         * modules/FvwmIconMan/xmanager.c:
58         * modules/FvwmIdent/FvwmIdent.c:
59         * modules/FvwmIdent/FvwmIdent.1.in:
60         * modules/FvwmPerl/FvwmPerl.in:
61         * modules/FvwmPerl/FvwmPerl.1:
62         * modules/FvwmScript/FvwmScript.1.in:
63         * modules/FvwmScript/Widgets/Menu.c:
64         * modules/FvwmTabs/ConfigFvwmTabs:
65         * modules/FvwmTabs/FvwmTabs-DefaultSetup:
66         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
67         * modules/FvwmTheme/FvwmTheme.1.in:
68         * perllib/FVWM/Module/Tk.pm:
69         * perllib/FVWM/Tracker.pm:
70         * perllib/FVWM/Module.pm.in:
71         corrected typos
73 2006-03-21  Viktor Griph  <griph@dd.chalmers.se>
75         * fvwm/style.c (style_parse_focus_policy_style): 
76         fix ISO C90 compability with unconsumed styleoption warnings
78 2006-03-20  Viktor Griph  <griph@dd.chalmers.se>
80         * fvwm/events.c (HandlePropertyNotify): 
81         fix for bug 1557/3950 (possible free of Untilted constant or
82         already used name (if app reset the name already given to them))
84 2006-03-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
86         * fvwm/focus.c (__activate_window_by_command)
87         (warp_to_fvwm_window):
88         (CMD_WarpToWindow):
89         * fvwm/builtins.c (CMD_CursorMove):
90         set last pointer event position after warping the pointer
92         * libs/FEvent.h:
93         * libs/FEvent.c (FWarpPointerUpdateEvpos):
94         new function
96 2006-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
98         * acinclude.m4 (AM_PATH_GTK):
99         (AM_PATH_IMLIB):
100         (AM_PATH_GDK_IMLIB):
101         (AM_CHECK_FT2):
102         (AM_CHECK_XFT):
103         (AM_CHECK_FC):
104         fixed to cope with 4 digit version numbers
106 2006-02-15  Viktor Griph  <griph@dd.chalmers.se>
108         * NEWS:
109         * fvwm/style.c (parse_and_set_window_style)
110         (style_parse_one_style_option, style_parse_icon_fill_style)
111         (style_parse_icon_grid_style, style_parse_icon_box_style)
112         (style_parse_icon_size_style, style_parse_focus_policy_style)
113         (style_parse_button_style):
114         warn if parts of style options are not consumed
116 2006-02-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
118         * fvwm/menuitem.c (menuitem_paint):
119         use the MenuColorset in all cases if TitleColorset is not given
121 2006-02-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
123         * fvwm/style.c (style_parse_one_style_option):
124         * fvwm/placement.c (__place_get_wm_pos):
125         (__explain_placement):
126         new placement style UnderMousePlacement
128 2006-02-11  Viktor Griph  <griph@dd.chalmers.se>
130         * NEWS:
131         * fvwm/fvwm.1.in (EdgeScroll):
132         * fvwm/virtual.c (CMD_EdgeScroll):
133         fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
134         added wrap/wrapx/wrapy option to EdgeScroll
136 2006-02-10  Mikhael Goikhman  <migo@homemail.com>
138         * fvwm/fvwm.1.in:
139         spell check the whole file (dozens of typos)
141 2006-02-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
143         * fvwm/module_interface.c (do_execute_module):
144         removed accidentally committed FVWM_MODULE_ALIAS patch
146 2006-02-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
148         * fvwm/module_interface.c (do_execute_module):
149         unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
151         * fvwm/menus.c (size_menu_horizontally):
152         fix for drawing menus with sidepic on the right
154         * libs/Flocale.c (FlocaleFontStructDrawString):
155         (FlocaleDrawString):
156         set the foreground colour before drawing a string
158         * fvwm/menustyle.h:
159         * fvwm/menustyle.c (menustyle_get_styleopt_index):
160         (menustyle_free):
161         (menustyle_update):
162         (menustyle_parse_style):
163         (menustyle_copy):
164         * fvwm/menus.c (calculate_item_sizes):
165         (size_menu_vertically):
166         (UpdateMenuColorset):
167         * fvwm/menuitem.c (menuitem_paint):
168         Applied patch by David Maciver
169         new menu styles TitleColorset, HilightTitleBack and TitleFont
171 2006-02-09  Renato Caldas  <seventhguardian@gmail.com>
173         * libs/Module.h:
174         * libs/Module.c (ParseModuleArgs):
175         added variable "namelen" to ModuleArgs struct
177 2006-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
179         * libs/Module.h:
180         removed duplicate declaration
182 2006-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
184         * fvwm/fvwm.c (main):
185         replaced previous patch with a better one
187         * fvwm/virtual.c (unmap_window):
188         * fvwm/menus.c (do_menu):
189         * fvwm/events.c (fake_map_unmap_notify):
190         (HandleMapNotify):
191         * fvwm/add_window.c (MappedNotOverride):
192         Added XFlush after XSelectInput
194 2006-01-28  Viktor Griph  <griph@dd.chalmers.se>
196         * NEWS:
197         * fvwm/fvwm.c (main):
198         fix for fvwm not detecting non ICCCM2 wm (bug #3151)
200 2006-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
202         * NEWS:
203         * configure.ac:
204         increased version to 2.5.17
205         released 2.5.16
207         * NEWS:
208         * configure.ac:
209         updated for 2.5.16 release
211         * acinclude.m4 (CHECK_LIBCHARSET):
212         removed debug code
214 2006-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
216         * fvwm/functions.c (execute_complex_function):
217         print a message to the console instead of ringing the bell when a
218         grab fails
220 2006-01-14  Viktor Griph  <griph@dd.chalmers.se>
222         * NEWS:
223         fixed typo (NEWS still said 2.5.15)
225 2006-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
227         * NEWS:
228         * configure.ac:
229         increased version to 2.5.16
230         released 2.5.15
232         * NEWS:
233         * configure.ac:
234         updated for 2.5.15 release
236 2006-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
238         * fvwm/move_resize.c (GetOnePositionArgument):
239         (GetMoveArguments):
240         new option "screen" to Move type commands
242 2006-01-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
244         * acinclude.m4 (smr_SWITCH):
245         updated
247 2006-01-08  Mikhael Goikhman  <migo@homemail.com>
249         * Makefile.am
250         restore requirement of automake-1.4; 1.8 is too new even for my system
252 2006-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
254         * configure.in:
255         * configure.ac:
256         renamed configure.in to configure.ac
258         * acinclude.m4:
259         some updates for new autoconf/automake versions
261         * configure.in:
262         * acconfig.h:
263         removed acconfig.h
265         * configure.in:
266         require autoconf-2.53 or later
268         * Makefile.am (AUTOMAKE_OPTIONS):
269         require automake-1.8 or later
271         * configure.in:
272         check for X library path before X library checks
273         removed obsolete C++ compiler check
274         removed duplicate type size checks
275         replaced M4 comment ("dnl") with shell comment ("#") in many places
277         * acinclude.m4:
278         fixed aclocal warnings
280 2006-01-01  Viktor Griph  <griph@dd.chalmers.se>
282         * fvwm/style.c (style_parse_button_style):
283         corrected typo in error message, and made errorous buttons not apply
284         (style_parse_one_style_option):
285         changed NoButton to use style_parse_button_style
287 2005-12-23  Viktor Griph  <griph@dd.chalmers.se>
289         * libs/Fft.h:
290         new fix for incompatible pointer type warning with gcc 3.4.
292 2005-12-21  Viktor Griph  <griph@dd.chalmers.se>
294         * NEWS:
295         * AUTHORS:
296         * fvwm/menuitem.c:
297         * fvwm/menustyle.h:
298         * fvwm/fvwm.1.in:
299         commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
300         option.
302 2005-12-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
304         * fvwm/fvwm.1.in:
305         corrected typos
307 2005-11-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
309         * fvwm/frame.c (frame_free_move_resize_args):
310         fixed drawing of transparent decorations or when using lazy shading
311         during resize
313 2005-11-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
315         * configure.in:
316         * libs/fvwmsignal.c:
317         * libs/Graphics.c:
318         c89 fixes
320         * fvwm/ewmh_names.c:
321         * libs/CombineChars.c:
322         * libs/FGettext.c:
323         * libs/FScreen.c:
324         * libs/FTips.c:
325         * libs/Flocale.c:
326         * libs/Parse.c:
327         * libs/PictureUtils.c:
328         * libs/System.c:
329         * libs/XError.c:
330         * libs/alloca.c:
331         * libs/envvar.c:
332         * libs/safemalloc.c:
333         * libs/strdup.c:
334         * libs/usleep.c:
335         do not #include stdlib.h (comes from config.h)
337         * libs/Flocale.c:
338         do not #include string.h (comes from config.h)
340         * acconfig.h:
341         fixed detection of string.h/strings.h
343 2005-11-26  Viktor Griph  <griph@dd.chalmers.se>
345         * libs/Fft.c (FftGetFont):
346         fixed compiler warning with gcc 3.4.4
348 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
350         * fvwm/menuitem.c (menuitem_paint):
351         properly undraw unselected item area
353 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
355         * fvwm/menuitem.c (menuitem_paint):
356         * fvwm/menus.c (get_menu_paint_item_parameters)
357         (get_menu_paint_item_parameters):
358         (make_menu):
359         fixed text offset of menu items with icons but with an item format that
360         disables icons
361         (size_menu_horizontally):
362         allow sidepic to be placed in the middle of menu items; this is better
363         than ignoring the item format completely but does not draw the items
364         properly either
366         * fvwm/menus.c (__mloop_handle_event):
367         (menu_expose):
368         fixed delayed menu drawing issue
369         (select_menu_item):
370         do not draw the selected menu item before the menu is drawn for the
371         first time
372         (repaint_transparent_menu):
373         (select_menu_item):
374         (paint_menu):
375         don't call get_menu_paint_item_parameters when the result is not used
376         (get_menu_paint_item_parameters):
378 2005-11-10  Viktor Griph  <griph@dd.chalmers.se>
380         * fvwm/ewmh.h (EWMH_CMD_Style):
381         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
382         * fvwm/style.c (style_parse_one_style_option):
383         Added support for inverting boolean EWMH styles with !.
385         * NEWS:
386         * fvwm/fvwm.h
387         * fvwm/style.h:
388         * fvwm/window_flags.h:
389         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
390         * fvwm/ewmh.c (ewmh_HandleWindowType):
391         * fvwm/fvwm.1.in:
392         Added style EWMHIgnoreWindowType to make fvwm ignore window types.
394 2005-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
396         * fvwm/icons.c (GetIconWindow):
397         * fvwm/fvwm.h (FvwmWindow):
398         * fvwm/events.c (__handle_cr_on_icon):
399         properly handle icon border width; fixes an xterm active icon loop
401 2005-10-27  Viktor Griph  <griph@dd.chalmers.se>
403         * fvwm/borders.c (border_draw_one_border_part):
404         fix for the TiledPixmap borderstyle fix not to affect RootTransparent
405         borders.
407 2005-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
409         * fvwm/menustyle.c (menustyle_copy_face):
410         (menustyle_copy):
411         (menustyle_free_face):
412         (menustyle_free):
413         (menustyle_parse_style):
414         use new functions and fix a bug
416         * fvwm/Makefile.am:
417         * fvwm/colors.c:
418         * fvwm/colors.h:
419         removed empty files colors.c and colors.h
421         * fvwm/colors.c (CopyColor):
422         (FreeColors):
423         moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
424         fvwmlib_copy_color
426         * fvwm/frame.c (frame_reshape_border):
427         removed unused code
429 2005-10-23  Viktor Griph  <griph@dd.chalmers.se>
431         * fvwm/menustyle.c (menustyle_copy_face):
432         separated from menustyle_copy; color copies are reallocated.
433         (menustyle_free):
434         all colors freed
435         (menustyle_copy):
436         color copies are reallocated.
438         * fvwm/colors.c (CopyColor):
439         * fvwm/colors.h (CopyColor):
440         added CopyColor
442 2005-10-20  Viktor Griph  <griph@dd.chalmers.se>
444         * fvwm/move_resize.c (__resize_window):
445         fix for not being able to finish resize with mouse when resizing on
446         click with modifiers active. (intruduced with 'removed duplicate
447         pointer query' at sep 29)
449         * NEWS:
450         * fvwm/fvwm.1.in:
451         * fvwm/menustyle.c (menustyle_parse_style):
452         made style pairs negatable with '!' prefix
453         ActiveForeOff and HilightBackOff frees colors used.
455         * fvwm/menustyle.c (menustyle_copy):
456         fix for freeing color from sorce instead of destination.
458 2005-10-19  Viktor Griph  <griph@dd.chalmers.se>
460         * fvwm/functions.c (__execute_function):
461         fixed an error in yesterdays patch to complex fuctions. the commands
462         pressed window were not retored correctly after running move functions
463         without it, and functions would be run twice.
465 2005-10-18  Viktor Griph  <griph@dd.chalmers.se>
467         * fvwm/fvwm.1.in:
468         added NoLayer to list of allowed options for WindowList command
469         fixed grammar of test-conditions list. formatting fixes for
470         MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
471         style option list.
473         * NEWS:
474         * fvwm/functions.c (__execute_function)
475         (__run_complex_function_items, execute_complex_function):
476         fix for moving/resizing reference window usage with complex functions.
478 2005-10-16  Viktor Griph  <griph@dd.chalmers.se>
480         * fvwm/move_resize.c (__move_loop):
481         reimplemented a fix for the place with keyboard setting a button as
482         used for place bug; this time without breaking escape key.
484 2005-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
486         * fvwm/move_resize.c (__move_loop):
487         removed the previous patch as it breaks aborting window motion with the
488         escape key.
490 2005-10-03  Viktor Griph  <griph@dd.chalmers.se>
492         * fvwm/move_resize.c (__move_loop):
493         fixed bug where finishing movment with keyboard would set a random
494         button as used for placement.
496 2005-09-30  Viktor Griph  <griph@dd.chalmers.se>
498         * NEWS
499         * fvwm/frame.c (frame_setup_border):
500         reverted change for move of window parts (reset of PressedW).
502 2005-09-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
504         * fvwm/frame.c (frame_setup_border):
505         fixed a Warning
507 2005-09-29  Viktor Griph  <griph@dd.chalmers.se>
509         * NEWS:
510         * fvwm/move_resize.c (__resize_window):
511         removed duplicate pointer query for enter/leave notify events.
512         resizing of shaded windows in the shaded direction no longer
513         results in bogus ref points.
515         * fvwm/frame.c (frame_setup_border):
516         reset PressedW if the part has moved. This prevents strange
517         ref points in resize if called from some complex functions.
519         * fvwm/frame.c (frame_create_move_resize_args):
520         shaded windows use get_client_geometry for client geometry.
522 2005-09-25  Viktor Griph  <griph@dd.chalmers.se>
524         * NEWS:
525         * AUTHORS:
526         * fvwm/fvwm.h (window_flags, WindowConditionMask, FvwmWindow):
527         * fvwm/window_flags.h (IS_PLACED_BY_WB3, SET_PLACED_WB3)
528         (SETM_PLACED_WB3):
529         * fvwm/session.c (_match, SaveWindowStates, LoadWindowStates):
530         * fvwm/conditional.c (MatchesConditionMask, CreateConditionMask):
531         * fvwm/add_window.c (setup_window_structure):
532         * fvwm/move_resize.h (placement_binding):
533         * fvwm/move_resize.c (__move_loop, placement_binding):
534         * fvwm/bindings.c (ParseBinding):
535         * libs/wcontext.c (win_contexts):
536         * libs/wcontext.h (enum):
537         * fvwm/fvwm.1.in:
538         Added placement context for simple mouse bindings to allow
539         specification of buttons to finish/cancel movment. Buttons >3
540         may now be used to place windows.
541         Replaced window flag placed_wb3 with placed_by_button
542         FvwmWindow member. Added window condition PlacedByButton.
544 2005-09-22  Viktor Griph  <griph@dd.chalmers.se>
546         * NEWS:
547         * AUTHORS:
548         * fvwm/menustyle.h (enum, MenuFeel, ST_DO_SCROLL, MST_DO_SCROLL)
549         (ST_SCROLL_OFF_PAGE, MST_SCROLL_OFF_PAGE):
550         * fvwm/menustyle.c (menustyle_copy):
551         (menustyle_get_styleopt_index):
552         (menustyle_parse_style, CMD_MenuStyle):
553         * fvwm/menus.c (menuShortcuts, enum, __mloop_handle_event):
554         (menu_get_outer_geometry, move_any_menu):
555         * fvwm/fvwm.1.in:
556         added MouseWheel and ScrollOffPage menu styles
558 2005-09-20  Viktor Griph  <griph@dd.chalmers.se>
560         * NEWS:
561         * fvwm/menus.c (append_item_to_menu):
562         fixed bug #1121: Use of pointer without checking for NULL
564 2005-09-19  Mikhael Goikhman  <migo@homemail.com>
566         * NEWS:
567         * fvwm/expand.c (expand_vars):
568         warn on usage of obsolete one-letter variables
570 2005-09-19  Viktor Griph  <griph@dd.chalmers.se>
572         * NEWS:
573         * AUTHORS:
574         * fvwm/expand.c (expand_vars_extended, expand_vars):
575         allow nesting of variables
577 2005-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
579         * fvwm/ewmh.c (EWMH_SetWMDesktop):
580         * fvwm/ewmh_events.c (ewmh_WMDesktop):
581         (ewmh_WMDesktop):
582         64-bit fixes
584 2005-09-03  Mikhael Goikhman  <migo@homemail.com>
586         * fvwm/borders.c (border_draw_one_border_part)
587         (border_draw_all_border_parts):
588         fix the previous patch to work with title-less windows too
590 2005-08-30  Mikhael Goikhman  <migo@homemail.com>
592         * fvwm/borders.c (border_draw_one_border_part)
593         (border_draw_all_border_parts):
594         improve offsets when drawing borders for "BorderStyle TiledPixmap"
595         windows to make the borders look homogeneous (based on the patch of
596         Evgeny Stambulchik)
598 2005-08-26  Mikhael Goikhman  <migo@homemail.com>
600         * NEWS:
601         * acconfig.h:
602         * configure.in:
603         * libs/FBidi.c:
604         support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
605         fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
607 2005-08-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
609         * NEWS:
610         * configure.in:
611         increased version to 2.5.15
612         released 2.5.14
614         * NEWS:
615         * configure.in:
616         updated for 2.5.14 release
618         * fvwm/ewmh_events.c (ewmh_WMStateShaded)
619         (ewmh_WMStateSkipTaskBar):
620         (ewmh_WMStateSkipPager):
621         (ewmh_WMStateModal):
622         fixed several ewmh-hints
624 2005-08-24  Mikhael Goikhman  <migo@homemail.com>
626         * fvwm/fvwm.1.in:
627         fix TestRc example error, s/Any/All/
629 2005-08-17  Jonathan Kotta  <jpkotta@gmail.com>
631         * NEWS:
632         * AUTHORS:
633         * fvwm/fvwm.1.in:
634         * fvwm/conditions.c (MatchesConditionMask):
635         (CreateConditionMask):
636         added FixedPosition condition
638 2005-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
640         * fvwm/virtual.c (HandlePaging):
641         use FQueryPointer every time to track the pointer position; this fixes
642         fvwm hanging in HandlePaging for the given delay once the pointer
643         touches the pan frames
645 2005-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
647         * fvwm/session.c (SaveWindowStates):
648         (LoadWindowStates):
649         (MatchWinToSM):
650         save and restore the default layer during a restart
652 2005-08-13  Mikhael Goikhman  <migo@homemail.com>
654         * fvwm/conditional.c (CMD_Test):
655         * fvwm/fvwm.1.in:
656         rename previously added Test conditions to EnvIsSet and EnvMatch,
657         tweak the logic when the variable is set, but empty
659 2005-08-13  Viktor Griph  <griph@dd.chalmers.se>
661         * fvwm/conditional.c (CMD_Test):
662         * fvwm/fvwm.1.in:
663         added test conditions EdgeHasPointer and EdgeIsActive
665 2005-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
667         * fvwm/virtual.c (raisePanFrames):
668         prevent cycling of pan frame window stacking order
670 2005-08-12  Mikhael Goikhman  <migo@homemail.com>
672         * fvwm/conditional.c (CMD_Test):
673         * fvwm/fvwm.1.in:
674         add Test conditions IsEnvSet and MatchEnv
676 2005-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
678         * fvwm/menus.c (pop_menu_up):
679         * fvwm/menustyle.c (menustyle_copy):
680         two fixes by Viktor Griph
682         * fvwm/events.c (HandleEvents):
683         simplify the style list if there is nothing else to do
685         * fvwm/style.c (__simplify_style_list):
686         (styles_have_same_id):
687         (style_id_equals_id):
688         (style_ids_are_equals):
689         (__style_command):
690         (remove_all_of_style_from_list):
691         (one_fw_can_match_both_ids):
692         pass pointers instead of the whole style structure
693         (__simplify_style_list):
694         fixed memory leak and tweaked the code
696         * libs/Strings.c (CatString3):
697         fixed a buffer overflow
699 2005-08-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
701         * configure.in:
702         detect if Window, Pixel or void * are bigger than long and refuse to
703         compile
705         * libs/vpacket.h (ConfigWinPacket):
706         * fvwm/windowshade.c (CMD_WindowShade):
707         * fvwm/virtual.c (MoveViewport):
708         (goto_desk):
709         (CMD_DesktopSize):
710         (CMD_GotoDeskAndPage):
711         * fvwm/update.c (apply_window_updates):
712         * fvwm/stack.c (BroadcastRestack):
713         (RaiseWindow):
714         (LowerWindow):
715         * fvwm/icons.c (DeIconify):
716         (Iconify):
717         * fvwm/geometry.c (broadcast_icon_geometry):
718         * fvwm/events.c (HandleEnterNotify):
719         (HandleFocusIn):
720         (HandleLeaveNotify):
721         (HandleMapNotify):
722         (HandleMapRequestKeepRaised):
723         * fvwm/add_window.c (destroy_window):
724         * fvwm/module_interface.c (SendFvwmPicture)
725         (BroadcastFvwmPicture):
726         (CMD_Send_WindowList):
727         * fvwm/modconf.c (CMD_Send_ConfigInfo):
728         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
729         64-bit fixes
731         * fvwm/virtual.c (GetDeskNumber):
732         fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
733         around the given desk range with a relative desk
735         * fvwm/focus.c (focus_grab_buttons_on_layer):
736         fixed a hang
738         * fvwm/gnome.c:
739         * fvwm/stack.c:
740         * fvwm/ewmh.c:
741         reindented some code and renamed some variables
743 2005-08-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
745         * fvwm/events.c (__check_click_to_focus_or_raise):
746         small cleanup patch
748 2005-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
750         * FvwmIconMan/xmanager.c (set_win_iconified):
751         fixed select/focus button state lost when deiconifying a window
753 2005-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
755         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
756         fixed bogus warning
758         * libs/Colorset.c (get_aspect_dimensions):
759         fixed aspectpixmap size calculations
761 2005-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
763         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
764         fixed a core dump
766         * fvwm/ewmh_events.c (ewmh_WMDesktop):
767         (ewmh_CurrentDesktop):
768         (ewmh_DesktopGeometry):
769         (ewmh_NumberOfDesktops):
770         (ewmh_WMDesktop):
771         (ewmh_WMIconGeometry):
772         * fvwm/gnome.c (GNOME_ProcessClientMessage):
773         print error messages for broken gnome client messages
775         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
776         removed duplicate call of execute_function_override_window
778         * fvwm/stack.c (new_layer):
779         fixed a hang if a window sets an layer < 0 via gnome hints
781         * fvwm/add_window.c (GetWindowSizeHints):
782         * fvwm/misc.c (fvwm_msg_report_app):
783         (fvwm_msg_report_app_and_workers):
784         new utility functions
786 2005-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
788         * fvwm/stack.c (dump_stack_ring):
789         (verify_stack_ring_consistency):
790         * fvwm/module_interface.c (HandleModuleInput):
791         * fvwm/events.c (__cr_detect_icccm_move):
792         * fvwm/style.c (print_styles):
793         64-bit fixes
795 2005-07-19  Mikhael Goikhman  <migo@homemail.com>
797         * libs/FlocaleCharset.c:
798         support euc-jp encodings (Yasuhiro Nakazaki)
800 2005-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
802         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
803         * fvwm/ewmh_names.c (EWMH_WMName):
804         (EWMH_WMIconName):
805         * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
806         (EWMH_SetNumberOfDesktops):
807         (EWMH_SetDesktopViewPort):
808         (EWMH_SetDesktopGeometry):
809         (EWMH_SetWMDesktop):
810         (ewmh_SetWorkArea):
811         (EWMH_SetFrameStrut):
812         (EWMH_Init):
813         * fvwm/gnome.c (AtomGet):
814         (atom_size):
815         (GNOME_GetHintIcons):
816         (GNOME_GetHintLayer):
817         (GNOME_GetHintState):
818         (GNOME_GetExpandedSize):
819         (GNOME_SetAreaCount):
820         (GNOME_SetCurrentArea):
821         (GNOME_SetDeskCount):
822         (GNOME_SetCurrentDesk):
823         (GNOME_SetCurrentDesk):
824         (GNOME_SetWinArea):
825         (GNOME_Init):
826         (CMD_GnomeShowDesks):
827         (GNOME_SetHints):
828         (GNOME_SetDesk):
829         (GNOME_SetLayer):
830         * libs/fsm.c (GetClientID):
831         (set_session_manager):
832         * fvwm/session.c (GetClientID):
833         * fvwm/fvwm.h (FvwmWindow):
834         * fvwm/colorset.c (get_root_pixmap):
835         * fvwm/add_window.c (FetchWmProtocols):
836         * libs/FTips.c (__initialize_window):
837         * fvwm/icccm2.c (convertProperty)
838         (icccm2_handle_selection_request)
839         * fvwm/fvwm.c (SetMWM_INFO):
840         64-bit fixes
842 2005-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
844         * fvwm/move_resize.c (GetOnePositionArgument):
845         don't use the unportable fuction rintf()
847 2005-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
849         * NEWS:
850         * configure.in:
851         increased version to 2.5.14
852         released 2.5.13
854         * ANNOUNCE:
855         * NEWS:
856         * configure.in:
857         updated for 2.5.13 release
859 2005-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
861         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
862         fixed drawing of relief with very small rectangles, i.e. when
863         line_width * 2 > height or width
865 2005-07-04  Dan Espen  <dane@mk.telcordia.com>
867         * NEWS: fvwm-menu-desktop changes.
869 2005-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
871         * fvwm/placement.c (get_next_x):
872         fixed collision detection of windows on pages other than the current
873         one during placement
875 2005-06-17  Olivier Chapuis  <olivier.chapuis@free.fr>
877         * fvwm/move_resize.c (__resize_window):
878         Fixed interactive resize (reduction) via the bottom border
880         * libs/Fpng.h:
881         Typo
883 2005-06-02  Dan Espen  <dane@mk.telcordia.com>
885         * NEWS:
886         * fvwm/fvwm.1.in:
887         Spelling fix contition -> condition
889 2005-04-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
891         * fvwm/style.c (style_ids_are_equals):
892         (style_id_equals_id):
893         (styles_have_same_id):
894         (fw_match_style_id):
895         (one_fw_can_match_both_ids):
896         (cleanup_style_defaults):
897         * libs/fsm.c (fprintfhex):
898         (CloseDownClient):
899         * libs/FGettext.c (fgettext_free_fgpath_list):
900         * libs/Parse.c (_get_suffixed_integer_arguments):
901         * libs/Graphics.c (AllocNonlinearGradient):
902         * libs/PictureUtils.c (build_mapping_table):
903         (finish_ct_init):
904         made static
906         * libs/setpgrp.c:
907         * libs/Event.c:
908         * libs/FRenderInit.c:
909         include own header file
911         * libs/System.c (getFileStamp):
912         * libs/Fft.c (FftPDumyFunc):
913         * libs/FScreen.c (FScreenSetDefaultModuleScreen):
914         exported
916 2005-03-01  Dan Espen  <dane@mk.telcordia.com>
918         * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
919         not exec.
921 2005-02-25  Dan Espen  <dane@mk.telcordia.com>
923         * fvwm/fvwm.1.in (Focus): Typos in focus section.
925 2005-02-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
927         * fvwm/conditional.c (Circulate):
928         added tests for fw == Scr.FvwmRoot again to fix a crash
930 2005-02-05  Dan Espen  <dane@mk.telcordia.com>
932         * AUTHORS: New author, FvwmScript patch.
934 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
936         * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
937         * AUTHORS: s/Hover/Active/
939 2005-01-19  Dan Espen  <dane@mk.telcordia.com>
941         * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
942         avoid dump with empty key/mouse binding command.
943         * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
944         Checked all other uses of PeekToken in fvwm dir.
946 2005-01-08  Olivier Chapuis  <olivier.chapuis@free.fr>
948         * fvwm/session.c (matchWin):
949         (SaveWindowStates):
950         On restarts compare window ids only. Base our matching decision on
951         window role only if we have a client id.
953         * fvwm/move_resize.c (GetOnePositionArgument):
954         Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
955         float values to nearest int
957 2005-01-06  Olivier Chapuis  <olivier.chapuis@free.fr>
959         * AUTHORS:
960         * fvwm/move_resize.c (CMD_Maximize):
961         Applied Arnaud Vrac patch which fixes maximize by growing vs
962         EWMH working area
964 2004-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
966         * fvwm/builtins.c (do_button_style):
967         ButtonStyle Reset takes effect immediately
969 2004-12-08  Dan Espen  <dane@mk.telcordia.com>
971         * fvwm/fvwm.1.in: lang check.
973 2004-12-06  Olivier Chapuis  <olivier.chapuis@free.fr>
975         * fvwm/fvwm.1.in:
976         Really commit EWMHUseStackingOrderHints documentation update
978 2004-12-02  Olivier Chapuis  <olivier.chapuis@free.fr>
980         * fvwm/fvwm.1.in:
981         Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
983         * NEWS:
984         FvwmIconMan new options
986         * libs/FTips.c (new file):
987         * libs/FTips.h (new file):
988         * libs/defaults.h:
989         * libs/Makefile.am:
990         Added a set of functions for implementing tool tips
992 2004-11-30  Dan Espen  <dane@mk.telcordia.com>
994         * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
996 2004-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
998         * fvwm/menus.c (__mloop_get_event):
999         * fvwm/functions.c (execute_complex_function):
1000         * fvwm/add_window.c (AddWindow):
1001         * fvwm/module_interface.c (ExecuteModuleCommand):
1002         * fvwm/move_resize.c (__move_loop):
1003         (__resize_window):
1004         properly set the "state" member of faked motion and key events;
1005         fixes broken "nosnap" feature
1007 2004-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1009         * fvwm/bindings.c (ParseBinding):
1010         reformatted
1011         * libs/Bindings.c (bindingAppliesToWindow):
1012         (__compare_binding):
1013         * fvwm/module_interface.c (CMD_ModuleSynchronous):
1014         * fvwm/builtins.c (CMD_Wait):
1015         (CMD_StrokeFunc):
1016         * fvwm/events.c (__handle_bpress_on_root):
1017         (HandleButtonRelease):
1018         fixed crash in window specific binding code
1019         fixed handling of root window in window specific binding code
1020         renamed some functions
1022 2004-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1024         * fvwm/focus.c (__update_windowlist):
1025         replaced while loop by for loop
1027         * fvwm/style.c (style_destroy_style):
1028         * fvwm/conditional.c (Circulate):
1029         removed useless check whether fw == &Scr.FvwmRoot
1031         * fvwm/icons.c (DeIconify):
1032         defused possible endless loop when a window iconified by the
1033         transientfor window loses the "transient" relationship
1035 2004-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1037         * fvwm/move_resize.c (__move_loop):
1038         (__resize_window):
1039         fixed overwriting the initial button_mask during move/resize
1041         * fvwm/menus.c (__mloop_handle_action_with_mi):
1042         do not "post" a submenu menu item it the submenu does not exist
1044 2004-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1046         * fvwm/events.c (__handle_bpress_on_managed):
1047         do not draw the decorations pressed in if executing a function is
1048         forbidden
1050         * libs/Parse.c (CopyToken):
1051         fixed parsing of delimiters
1053 2004-10-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1055         * fvwm/virtual.c (GetDeskNumber):
1056         fixed MoveToDesk without argument
1058 2004-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1060         * fvwm/fvwm.1.in:
1061         re-formatted and some spelling corrections
1063         * fvwm/colorset.c (CMD_CleanupColorsets):
1064         (CMD_Colorset):
1065         * fvwm/builtins.c (CMD_Colorset):
1066         (CMD_CleanupColorsets):
1067         moved functions to colorset.c
1069 2004-10-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1071         * libs/Parse.c (CopyToken):
1072         skip any whitespace before a delimiter; this allows to have spaces
1073         before the commas in an option list
1075 2004-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1077         * fvwm/frame.c (frame_reshape_border):
1078         re-shaping shaded windows no longer unshades them
1079         re-shaping unshaded windows on pages other than 0 0 no longer moves
1080         them out of the current page
1082 2004-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1084         * fvwm/events.c (__cr_detect_icccm_move):
1085         * fvwm/screen.h (ScreenInfo):
1086         * fvwm/builtins.c (CMD_BugOpts):
1087         new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
1089         * fvwm/move_resize.c (__move_loop):
1090         (__resize_window):
1091         query the pointer position in the move loop when an
1092         EnterNotify/LeaveNotify event arrives; same change in resize loop.
1094         * NEWS:
1095         * configure.in:
1096         increased version to 2.5.13
1097         released 2.5.12
1099         * ANNOUNCE:
1100         * NEWS:
1101         * configure.in:
1102         updated for 2.5.12 release
1104         * fvwm/frame.c (frame_create_move_resize_args):
1105         fixed xemacs growing or shrinking when title height changed; this was
1106         caused by calculating the old client window geometry using the new
1107         title dimensions; query the window size instead
1109 2004-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1111         * fvwm/events.c (test_map_request):
1112         (test_button_event):
1113         (test_typed_window_event):
1114         (test_resizing_event):
1115         (__predicate_button_click):
1116         (__merge_cr_moveresize):
1117         (HandleUnmapNotify):
1118         (flush_property_notify):
1119         (is_resizing_event_pending):
1120         (__test_for_motion):
1121         use type XPointer for last argument of predicate procedures for
1122         XCheckPeekIfEvent and XCheckIfEvent, not char *
1123         (HandleUnmapNotify):
1124         fixed core dump
1126 2004-10-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1128         * fvwm/window_flags.h:
1129         removed useless and broken SETM_ macros
1131         * fvwm/update.c (init_style):
1132         fixed resetting user states
1134 2004-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1136         * libs/envvar.c (add_to_envlist):
1137         fixed crash
1139 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1141         * fvwm/builtins.c (CMD_UnsetEnv):
1142         use flib_unsetenv
1144         * libs/envvar.c (flib_unsetenv):
1145         (add_to_envlist):
1146         new functions
1147         (flib_putenv):
1148         split in ftwo functions
1150         * configure.in:
1151         check for unsetenv function
1153         * fvwm/builtins.c (CMD_SetEnv):
1154         assume an empty value if no value is given
1156 2004-09-30  Rafal Bisingier <ravbc@man.poznan.pl>
1158         * fvwm/commands.h:
1159         * fvwm/events.c:
1160         * fvwm/functable.c:
1161         * fvwm/fvwm.1.in:
1162         * fvwm/fvwm.c:
1163         * fvwm/screen.h:
1164         * fvwm/virtual.c:
1165         * perllib/FVWM/Commands.pm:
1166         new command EdgeLeaveCommand
1168 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1170         * NEWS:
1171         updated for 2.4.19
1173         * NEWS:
1174         * configure.in:
1175         increased version to 2.5.12
1176         released 2.5.11
1178         * NEWS:
1179         * configure.in:
1180         updated for 2.5.11 release
1182 2004-09-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1184         * fvwm/geometry.c (get_page_offset):
1185         (get_page_offset_rectangle):
1186         (get_absolute_geometry):
1187         new functions
1189         * fvwm/virtual.c (CMD_GotoPage):
1190         * fvwm/move_resize.c (__move_window):
1191         * fvwm/virtual.c (CMD_GotoPage):
1192         (get_page_arguments):
1193         new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
1194         command
1196 2004-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1198         * libs/Flocale.c (FlocaleGetNameProperty):
1199         fixed freeing uninitialized pointer
1201 2004-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1203         * fvwm/conditional.c (select_cmd):
1204         (direction_cmd):
1205         (CMD_NoWindow):
1206         (CMD_All):
1207         fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
1208         WindowId and Direction commands; fixes break from these commands
1210         * fvwm/geometry.c (get_shaded_geometry):
1211         shading geometry fix for windows without decoration
1213         * libs/FScreen.c (XineramaQueryExtension):
1214         fixed xinerama crash
1216 2004-09-04  Scott Smedley  <scottie7@tpg.com.au>
1218         * configure.in:
1219         Parse man pages with config.status so man pages have correct date.
1220         Man pages also specify FVWM version that they relate to.
1222         * bin/fvwm-bug.1:
1223         * bin/fvwm-config.1:
1224         * bin/fvwm-convert-2.2.1:
1225         * bin/fvwm-convert-2.4.1:
1226         * bin/fvwm-convert-2.6.1:
1227         * bin/fvwm-menu-desktop.1:
1228         * bin/fvwm-root.1:
1229         * modules/FvwmAnimate/FvwmAnimate.1:
1230         * modules/FvwmAuto/FvwmAuto.1:
1231         * modules/FvwmBacker/FvwmBacker.1:
1232         * modules/FvwmBanner/FvwmBanner.1:
1233         * modules/FvwmButtons/FvwmButtons.1:
1234         * modules/FvwmCommand/FvwmCommand.1:
1235         * modules/FvwmConsole/FvwmConsole.1:
1236         * modules/FvwmConsole/FvwmConsoleC.pl.1:
1237         * modules/FvwmCpp/FvwmCpp.1:
1238         * modules/FvwmDragWell/FvwmDragWell.1:
1239         * modules/FvwmEvent/FvwmEvent.1:
1240         * modules/FvwmForm/FvwmForm.1:
1241         * modules/FvwmGtk/FvwmGtk.1:
1242         * modules/FvwmIconBox/FvwmIconBox.1:
1243         * modules/FvwmIconMan/FvwmIconMan.1:
1244         * modules/FvwmIdent/FvwmIdent.1:
1245         * modules/FvwmM4/FvwmM4.1:
1246         * modules/FvwmPager/FvwmPager.1:
1247         * modules/FvwmProxy/FvwmProxy.1:
1248         * modules/FvwmRearrange/FvwmRearrange.1:
1249         * modules/FvwmSave/FvwmSave.1:
1250         * modules/FvwmSaveDesk/FvwmSaveDesk.1:
1251         * modules/FvwmScript/FvwmScript.1:
1252         * modules/FvwmScroll/FvwmScroll.1:
1253         * modules/FvwmTaskBar/FvwmTaskBar.1:
1254         * modules/FvwmTheme/FvwmTheme.1:
1255         * modules/FvwmWharf/FvwmWharf.1:
1256         * modules/FvwmWinList/FvwmWinList.1:
1257         These man pages were renamed to have a .in suffix.
1258         ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
1260 2004-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1262         * fvwm/placement.c (__place_window):
1263         fixed starting desk output with bugopts explainwindowplacement
1265 2004-09-03  Olivier Chapuis  <olivier.chapuis@free.fr>
1267         * fvwm/eventhandler.h:
1268         * fvwm/events.c (InitEventHandlerJumpTable):
1269         (__handle_key):
1270         (HandleKeyPress):
1271         (HandleKeyRelease):
1272         Fixed window specific bindings "patch" by sending key release event
1273         when needed
1275 2004-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1277         * libs/defaults.h:
1278         * fvwm/screen.h:
1279         * fvwm/move_resize.c:
1280         * fvwm/fvwm.c:
1281         * fvwm/fvwm.h:
1282         * fvwm/frame.h:
1283         * fvwm/decorations.c:
1284         * fvwm/frame.c:
1285         * fvwm/builtins.c:
1286         * fvwm/borders.c:
1287         * fvwm/add_window.c:
1288         * fvwm/bindings.c:
1289         * fvwm/style.c:
1290         renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
1291         it with NUMBER_OF_MOUSE_BUTTONS
1293         * fvwm/style.c (style_parse_focus_policy_style):
1294         * fvwm/focus_policy.h:
1295         * libs/Bindings.c (GrabWindowButton):
1296         * fvwm/bindings.c (bind_get_bound_button_contexts):
1297         (ParseBinding):
1298         * fvwm/events.c (WaitForButtonsUp):
1299         * fvwm/style.c (style_parse_focus_policy_style):
1300         * fvwm/builtins.c (__fake_event):
1301         fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
1302         NUMBER_OF_EXTENDED_MOUSE_BUTTONS
1304 2004-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1306         * configure.in:
1307         put -Wall -Wno-implicit-int before user specified flags
1309         * libs/FScreen.c:
1310         Applied below patch again.  It didn't make it to CVS (?)
1312 2004-08-26  Dan Espen  <dane@mk.telcordia.com>
1314         * libs/FScreen.c: Fixed case error.  Patch from Chris Ross.
1316 2004-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1318         * libs/FScreen.c:
1319         cleaned up ifdef hell
1321         * configure.in:
1322         fixed solaris xinerama test
1324 2004-08-25  Dan Espen  <dane@mk.telcordia.com>
1326         * configure.in:
1327         * acconfig.h:
1328         * libs/FScreen.c (solaris_XineramaQueryScreens):
1329         Solaris Xinerama support.
1330         * AUTHORS:
1331         Update.
1332         Patch by Chris Ross.
1334 2004-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1336         * fvwm/events.c (__handle_cr_on_client):
1337         don't reevaluate window geometry when a ConfigureRequest has no size or
1338         position set
1340 2004-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1342         * fvwm/menus.c (get_menu_options):
1343         (do_menu):
1344         new menu option TearOffImmediately
1346 2004-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1348         * fvwm/placement.c (__place_get_wm_pos):
1349         cascade placemnt fix by Paul Vojta
1351 2004-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1353         * fvwm/geometry.c (constrain_size):
1354         Don't touch the aspect ratio if modifying the width/height does not
1355         improve the situation
1357         * fvwm/frame.c (frame_free_move_resize_args):
1358         (__frame_setup_window):
1359         (frame_update_hidden_window_pos):
1360         (frame_mrs_resize_move_windows):
1361         (frame_create_move_resize_args):
1362         * fvwm/move_resize.c (__resize_window):
1363         some event handling fixes
1365         * fvwm/geometry.c (constrain_size):
1366         look up the latest size hints if necessary
1368 2004-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1370         * fvwm/geometry.c (constrain_size):
1371         * fvwm/ewmh.c (EWMH_fullscreen):
1372         * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
1373         (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
1374         (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
1375         * fvwm/fvwm.h (window_flags_t):
1376         allow windows to override their size hints when going fullscreen:
1377         minimum and maximum size, size inc, aspect ratio, etc.
1379 2004-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1381         * fvwm/decorations.c (struct):
1382         MWM hints on 64 bit machines fix
1384 2004-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1386         * fvwm/fvwm.1.in (Note):
1387         * fvwm/read.c (CMD_Read):
1388         (CMD_PipeRead):
1389         the Read and PipeRead commands have a return code
1391         * fvwm/read.c (run_command_stream):
1392         (CMD_Read):
1393         (CMD_PipeRead):
1394         removed debug code
1396 2004-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1398         * fvwm/move_resize.c (GetResizeArguments):
1399         (GetMoveArguments):
1400         fixed parsing of the frame option to the resize command and the pointer
1401         option to the move command
1403         * fvwm/conditional.c (CMD_None):
1404         Fixed CMD_None return code
1406 2004-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1408         * fvwm/stack.c (is_above_unmanaged):
1409         windows on other Desks are always considered on top
1411         * fvwm/conditional.c (CreateConditionMask):
1412         (MatchesConditionMask):
1413         * fvwm/fvwm.h (WindowConditionMask):
1414         new condition Overlapped
1416         * config.h:
1417         inproved strings.h / sring.h iclusion logic
1419         * libs/PictureUtils.c (finish_ct_init):
1420         (PictureInitColors):
1421         use flib_putenv instead of putenv
1423 2004-07-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1425         * fvwm/screen.h:
1426         * libs/gravity.h (enum):
1427         * libs/wcontext.h (enum):
1428         -pedantic fixes
1430         * fvwm/fvwm.c (StartupStuff):
1431         do not ungrab the pointer while the startup functions execute
1432         (Done):
1433         ungrab the pointer only after executing the RestartFunction or
1434         ExitFunciton.  Otherwise these functions may not be executed if some
1435         other application grabs the pointer.
1437         * fvwm/fvwm.h:
1438         * fvwm/conditional.c (CreateConditionMask):
1439         renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
1440         new condition AnyScreen
1442         * libs/Bindings.c:
1443         * fvwm/builtins.c (__fake_event):
1444         * fvwm/bindings.c (ParseBinding):
1445         removed C++ comments
1447 2004-07-15  Scott Smedley  <scottie7@tpg.com.au>
1449         * NEWS:
1450         New options for FvwmButtons module.
1452 2004-07-12  Mikhael Goikhman  <migo@homemail.com>
1454         * fvwm/fvwm.1.in:
1455         use commas between conditions
1457 2004-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1459         * fvwm/builtins.c (CMD_Wait):
1460         ignore MapNotify reported to any window except the root window
1462         * fvwm/module_interface.c (CONFIGARGS):
1463         correct number of CONFIGARGS arguments
1465         * libs/vpacket.h (ConfigWinPacket):
1466         frame_x and frame_y are signed
1468 2004-07-11  Scott Smedley  <scottie7@tpg.com.au>
1470         * fvwm/conditional.c:
1471         * fvwm/fvwm.h:
1472         * fvwm/fvwm.1.in:
1473         * AUTHORS:
1474         Committed patch by Norman Yarvin (with a few minor mods) to extend
1475         conditionals to handle multiple window names.
1477 2004-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1479         * fvwm/module_interface.c (CONFIGARGS):
1480         * libs/vpacket.h (ConfigWinPacket):
1481         put window_flags at end of structure
1483 2004-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1485         * fvwm/module_interface.c (CONFIGARGS):
1486         (OLDCONFIGARGS):
1487         (SETOLDFLAGS):
1488         (SendConfig):
1489         (BroadcastConfig):
1490         removed old module interface
1491         (CONFIGARGS):
1493         * libs/vpacket.h (ConfigWinPacket):
1494         64 bit fix
1496 2004-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1498         * fvwm/execcontext.c (__exc_change_context):
1499         fixed handling of etrigger event, fixing a problem with PropertyNotify
1500         events during resizing and possibly other problems too
1502         * fvwm/add_window.c (RestoreWithdrawnLocation):
1503         fixed travelling windows if application changed gravity hint before
1504         recapture
1506         * fvwm/frame.c (combine_decor_gravities):
1507         (combine_gravities):
1508         renamed
1509         (frame_restore_client_gravities):
1510         fixed window gravity after resize
1512         * libs/FEvent.c (FPeekEvent):
1513         (FPeekIfEvent):
1514         (FCheckPeekIfEvent):
1515         fixed some event handling bugs
1517         * fvwm/conditional.c (CMD_Test):
1518         (match_version):
1519         corrected use of Bool types
1520         (match_version):
1521         simplified, fixed compilation
1522         (ver):
1523         use int as return type
1525         * libs/Ficonv.c (convert_charsets):
1526         reindented
1528         * libs/Ficonv.c (convert_charsets):
1529         * acinclude.m4 (ICONV_SECOND_ARG):
1530         rewrote iconf configure test to save an ifdef
1532 2004-07-07  Scott Smedley  <scottie7@tpg.com.au>
1534         * fvwm/fvwm.1.in:
1535         * libs/Bindings.h:
1536         * libs/Bindings.c:
1537         * fvwm/bindings.c:
1538         Allow user to specify window-specific bindings that should NOT be
1539         intercepted by FVWM. This is accomplished with an '--' binding action.
1541 2004-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1543         * fvwm/move_resize.c (__resize_window):
1544         Fixed event handling
1546         * fvwm/virtual.c (HandlePaging):
1547         removed check for leave events on pan frames; better query the pointer
1548         each time
1550 2004-07-06  Scott Smedley  <scottie7@tpg.com.au>
1552         * fvwm/fvwm.1.in:
1553         * fvwm/conditional.c:
1554         Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
1556 2004-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1558         * fvwm/move_resize.c (GetResizeArguments):
1559         (GetResizeMoveArguments):
1560         (__resize_window):
1561         (__resize_step):
1562         (__resize_get_refpos):
1563         (__resize_get_dir_proximity):
1564         (__resize_get_dir_from_window):
1565         implemented fluxbox-like Alt-Button3 resizing
1567         * fvwm/virtual.c (HandlePaging):
1568         * fvwm/events.c (__merge_cr_moveresize):
1569         (__test_for_motion):
1570         (flush_property_notify):
1571         do not use XPutBackEvent as it shuffles events on the queue
1572         (test_button_event):
1573         (test_typed_window_event):
1574         new functions
1576         * libs/FEvent.c (fev_get_evpos_or_query):
1577         take pointer position from EnterNotify and LeaveNotify events
1579         * fvwm/move_resize.c (__move_loop):
1580         fixed multiple paging with certain SnapGrid / Move interactions
1581         (__resize_window):
1582         (__move_loop):
1583         * fvwm/virtual.c (HandlePaging):
1584         Workaround for buggy XFree not delivering some Pointer events
1585         simplified code
1587         * fvwm/virtual.c (MoveViewport):
1588         don't eat MotionNotify events
1590         * libs/FEvent.c (fev_get_last_event):
1591         new function
1592         (FWindowEvent):
1593         (FPutBackEvent):
1594         (FPeekIfEvent):
1595         (FPeekEvent):
1596         (FNextEvent):
1597         (FMaskEvent):
1598         (FIfEvent):
1599         (FCheckWindowEvent):
1600         (FCheckTypedWindowEvent):
1601         (FCheckTypedEvent):
1602         (FCheckMaskEvent):
1603         (FCheckIfEvent):
1604         keep a copy of the previous event in case FPutBackEvent is called
1606 2004-06-30  Scott Smedley  <scottie7@tpg.com.au>
1608         * fvwm/fvwm.1.in:
1609         Indicate optional window argument in section headings for
1610         Key, Mouse, PointerKey & Stroke commands.
1611         Remove strange "-Key" option listed for PointerKey.
1613 2004-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1615         * libs/Fft.c (FftDrawString):
1616         * fvwm/session.c (get_version_string):
1617         * fvwm/module_interface.c (FlushMessageQueue):
1618         * fvwm/fvwm.c (SaveDesktopState):
1619         * fvwm/colorset.h:
1620         * fvwm/colorset.c (cleanup_colorsets):
1621         * libs/PictureUtils.c (struct):
1622         fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
1624 2004-06-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1626         * fvwm/events.c (__cr_detect_icccm_move):
1627         windows with ewmh hints are assumed to use icccm2 compliant movement
1629         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
1630         (ewmh_WMStateMaxHoriz):
1631         fixed restart/maximized problem
1633         * libs/fvwmsignal.c (fvwmReapChildren):
1634         * fvwm/fvwm.c (ReapChildren):
1635         moved function to lib
1637 2004-06-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1639         * fvwm/modconf.c (send_desktop_geometry):
1640         (send_color_limit):
1641         (send_click_time):
1642         (send_move_threshold):
1643         (send_ignore_modifiers):
1644         increased static buffer size
1646 2004-06-13  Marcus Lundblad  <ml@update.uu.se>
1648         * libs/CombineChars.c (convert_to_ucs2):
1649         Replace illegal UTF-8 character sequences in input
1651 2004-06-11  Scott Smedley  <scottie7@tpg.com.au>
1653         * libs/Bindings.c:
1654         bugfix: wrong stroke action being invoked.
1656 2004-06-10  Scott Smedley  <scottie7@tpg.com.au>
1658         * fvwm/builtins.c:
1659         * fvwm/events.c:
1660         * libs/Bindings.c:
1661         Active _last_ matching binding. (ie. same behaviour as before
1662         win-specific bindings patch.)
1663         bugfix: segfault when looking up stroke bindings in root context.
1665 2004-06-07  Scott Smedley  <scottie7@tpg.com.au>
1667         * fvwm/bindings.c:
1668         * fvwm/builtins.c:
1669         * fvwm/events.c:
1670         * fvwm/fvwm.1.in:
1671         * fvwm/module_interface.c:
1672         * libs/Bindings.c:
1673         * libs/Bindings.h:
1674         * modules/FvwmScript/FvwmScript.c:
1675         * modules/FvwmScript/Instructions.c:
1676         Implemented window-specific key/mouse bindings.
1678         * modules/FvwmIconBox/FvwmIconBox.h:
1679         * libs/fvwmlib.h:
1680         * libs/wild.c:
1681         * libs/wild.h:
1682         Make args to matchWildcards() const.
1684 2004-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1686         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
1687         use EWMH_fullscreen
1688         * fvwm/ewmh.c (EWMH_fullscreen):
1689         new function
1691         * fvwm/add_window.c (AddWindow):
1692         implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
1694         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
1695         (ewmh_WMStateMaxVert):
1696         (ewmh_WMStateShaded):
1697         (ewmh_WMStateSticky):
1698         (ewmh_WMStateStaysOnBottom):
1699         fixed core dumps
1700         (ewmh_WMState):
1701         don't try to maximize window when looking up the style
1702         (ewmh_WMDesktop):
1703         (ewmh_WMStateFullScreen):
1704         (ewmh_WMStateHidden):
1705         (ewmh_WMStateMaxVert):
1706         (ewmh_WMStateModal):
1707         (ewmh_WMStateShaded):
1708         (ewmh_WMStateSkipPager):
1709         (ewmh_WMStateSticky):
1710         (ewmh_WMStateStaysOnBottom):
1711         fixed ignoring ewmh hints
1713         * fvwm/expand.c (expand_vars_extended):
1714         include full path in iconfile and miniiconfile variables
1716 2004-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1718         * fvwm/functions.c (execute_complex_function):
1719         (CheckActionType):
1720         fixed double click patch
1722 2004-06-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1724         * fvwm/ewmh.c (EWMH_SetWMDesktop):
1725         use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
1727 2004-05-31  Dan Espen  <dane@mk.telcordia.com>
1729         * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
1730         into fvwm man page.
1732 2004-05-29  Norbert Buchmuller  <norbi@nix.hu>
1734         * libs/FImage.c (FShmSafeCreateImage):
1735         Yet another fix to SHM remote client problem
1737 2004-05-26  Francis Litterio  <franl@world.std.com>
1739         * fvwm/fvwm.1.in
1740         * fvmw/fvwm.h
1741         * fvwm/placement.c (__place_get_wm_pos)
1742         * fvwm/style.c (style_parse_one_style_option)
1743         Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
1745 2004-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1747         * fvwm/events.c (HandleEnterNotify):
1748         fixed endless loop of edge commands when doing something that grabs
1749         the pointer
1751         * fvwm/functions.c (CheckActionType):
1752         (execute_complex_function):
1753         double clicks no longer work when pressing different buttons
1755 2004-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1757         * fvwm/placement.c (__place_get_wm_pos):
1758         fixed placement in top left corner when pressing escape during manual
1759         placement
1761 2004-05-23  Mikhael Goikhman  <migo@homemail.com>
1763         * configure.in:
1764         * AUTHORS:
1765         added Chinese translations
1767 2004-05-18  Olivier Chapuis  <olivier.chapuis@free.fr>
1769         * fvwm/ewmh.c (EWMH_SetFrameStrut):
1770         Fixed a miss-print
1772 2004-05-09  Mikhael Goikhman  <migo@homemail.com>
1774         * fvwm/conditional.c:
1775         * fvwm/fvwm.1.in:
1776         clean up Test code and documentation, add new False condition,
1777         unrecognized conditions produce Error return code now
1779 2004-05-06  Dan Espen  <dane@mk.telcordia.com>
1781         * fvwm/style.c: Remove extra char.
1783 2004-05-01  Olivier Chapuis  <olivier.chapuis@free.fr>
1785         * fvwm/ewmh.c (ewmh_atom_client_win):
1786         * fvwm/ewmh_intern.h:
1787         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
1788         (ewmh_MoveResizeWindow):
1789         Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
1791         * fvwm/events.c (__handle_cr_on_client):
1792         (__handle_configure_request):
1793         (events_handle_configure_request):
1794         Some renaming for consistency, force restacking if the event come from
1795         an ewmh restack
1797         * fvwm/ewmh_events.c (ewmh_MoveResize):
1798         Fixed _NET_WM_MOVERESIZE
1800         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1801         Removed debug code
1803         * fvwm/ewmh.c (ewmh_atom_fvwm_win):
1804         (EWMH_SetFrameStrut):
1805         Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
1807 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
1809         * libs/FImage.c (FShmSafeCreateImage):
1810         Finished to fix SHM remote client problem
1812 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
1814         * libs/FImage.c (FShmSafeCreateImage):
1815         Fixed when we are a remote client
1817 2004-04-21  Mikhael Goikhman  <migo@homemail.com>
1819         * INSTALL.fvwm:
1820         * NEWS:
1821         * acconfig.h:
1822         * fvwm/fvwm.1.in:
1823         * fvwm/fvwm.c:
1824         * fvwm/gnome.h:
1825         * fvwm/session.c:
1826         * libs/envvar.c:
1827         * libs/envvar.h:
1828         new default ~/.fvwm/config file is now recommended instead of
1829         still supported ~/.fvwm/.fvwm2rc
1831 2004-04-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1833         * fvwm/menus.c (NewMenuRoot):
1834         do not strip whitespace from menu names when creating a new menu
1836 2004-04-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1838         * fvwm/menuitem.c (menuitem_get_size):
1839         * fvwm/menuitem.h:
1840         renamed remaining "mips" to mipst
1842 2004-04-09  Olivier Chapuis  <olivier.chapuis@free.fr>
1844         * fvwm/events.c (HandleMapRequestKeepRaised):
1845         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
1846         Fixed EWMH DesktopGeometry and Stacking list
1848 2004-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1850         * fvwm/virtual.c (GetDeskNumber):
1851         (CMD_MoveToDesk):
1852         (CMD_GotoDesk):
1853         fixed MoveToDesk with one argument
1855 2004-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1857         * fvwm/style.c (style_parse_one_style_option):
1858         * fvwm/style.h:
1859         * fvwm/conditional.c (MatchesConditionMask):
1860         * fvwm/fvwm.h:
1861         * fvwm/window_flags.h:
1862         new style "State"
1864 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1866         * fvwm/fvwm.1.in:
1867         corrected a typo
1869 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1871         * fvwm/move_resize.c (unmaximize_fvwm_window):
1872         fixed redrawing of maximize button when unmaximizing but when the size
1873         and position does not change
1875 2004-03-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1877         * fvwm/expand.c (expand_vars_extended):
1878         new extended variable $[w.layer]
1880         * fvwm/move_resize.c (MaximizeHeight):
1881         (MaximizeWidth):
1882         (CMD_Maximize):
1883         applied modified layer patch for maximize by Rafal Bisingier
1885 2004-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1887         * fvwm/add_window.c (setup_frame_attributes):
1888         Hopefully fixed BackingStore code and removed now useless backing store
1889         for decorations
1891         * fvwm/expand.c (expand_vars_extended):
1892         new extended variable $[w.desk]
1894 2004-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1896         * NEWS:
1897         * configure.in:
1898         increased version to 2.5.11
1899         released 2.5.10
1901         * NEWS:
1902         * configure.in:
1903         updated for 2.5.10 release
1905         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
1906         improved rotation code
1908         * libs/gravity.c (gravity_add_rotations):
1909         new function
1911 2004-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1913         * fvwm/placement.c (__explain_placement):
1914         new function
1916         * libs/FScreen.c (FScreenIsRectangleOnScreen):
1917         new function
1919         * fvwm/builtins.c (CMD_BugOpts):
1920         * fvwm/screen.h (ScreenInfo):
1921         new BugOpts option ExplainWindowPlacement
1922         renamed some members of Screen
1924 2004-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1926         * fvwm/placement.c (__place_get_wm_pos):
1927         (__place_get_nowm_pos):
1928         (__place_get_placement_flags):
1929         (__place_window):
1930         (__place_handle_x_resources):
1931         (setup_window_placement):
1932         split into multiple functions
1933         cleaned up a little
1935 2004-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1937         * fvwm/add_window.c (setup_window_placement):
1938         * fvwm/placement.c (setup_window_placement):
1939         moved function to placement.c
1940         fixed using PLACE_AGAIN placement mode
1941         (PlaceWindow):
1942         (__place_window):
1943         renamed function
1945 2004-03-15  Chris Ross  <cross+fvwm@distal.com>
1947         * libs/Graphics.c (do_relieve_rectangle_with_rotation)
1948         allow a negative line_width to invert the relief
1950 2004-03-06  Marcus Lundblad  <ml@update.uu.se>
1952         * libs/Flocale.c (FlocaleDrawString)
1953         (FlocaleDrawUnderline)
1954         (FlocaleTextWidth):
1955         reduced redundant calls to iconv
1957 2004-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1959         * fvwm/move_resize.c (CMD_XorValue):
1960         fixed a very small outline drawing problem caused by using 0 line width
1961         instead of 1
1963         * NEWS:
1964         * configure.in:
1965         increased version to 2.5.10
1967         * configure.in:
1968         * NEWS:
1969         updated for 2.5.9 release
1971         * fvwm/functions.c (execute_function_override_window):
1972         * fvwm/module_interface.c (ExecuteModuleCommand):
1973         * fvwm/conditional.c (circulate_cmd):
1974         sometimes, DeferExecution was called although a window was already
1975         selected, for example with the "Current" commend; fixed
1977 2004-02-28  Olivier Chapuis  <olivier.chapuis@free.fr>
1979         * libs/FImage.c (FShmSafeCreateImage):
1980         Fixed some safety tests
1982 2004-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1984         * fvwm/events.c (__handle_cr_on_client):
1985         fixed a bug in the Jave configure request workaround
1987 2004-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1989         * fvwm/events.c (__cr_detect_icccm_move):
1990         improved motion method detection for fullscreen requests
1992 2004-02-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1994         * fvwm/add_window.c (AddWindow):
1995         * fvwm/screen.h (ScreenInfo):
1996         * fvwm/builtins.c (CMD_BugOpts):
1997         new BugOpts option DisplayNewWindowNames intended for debugging
1999 2004-02-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2001         * libs/Bindings.c (FvwmStringToKeysym):
2002         small performance enhancement
2004         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
2005         (__move_loop):
2006         fixed the FlickeringMoveWorkaround option which did nothing before
2008 2004-02-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2010         * fvwm/style.c (style_parse_one_style_option):
2011         * fvwm/fvwm.h:
2012         * fvwm/style.h (SIS_UNMANAGED):
2013         * fvwm/add_window.c (AddWindow):
2014         New style Unmanaged
2016         * fvwm/expand.c (expand_vars_extended):
2017         new variables $[w.iconfile] and $[w.miniiconfile]
2019         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
2020         made left side of a relief one pixel longer at the bottom
2022 2004-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2024         * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
2025         * fvwm/style.c (style_set_old_focus_policy):
2026         fixed default window list order with ClickToFocus
2028 2004-02-04  Marcus Lundblad  <ml@update.uu.se>
2030         * fvwm/libs/Flocale.h:
2031         * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
2032         (FlocaleStringByteToCharOffset)
2033         (FlocaleStringCharToByteOffset)
2034         (FlocaleStringCharLength):
2035         Made utility functions available outside of Flocale
2037 2004-01-31  Olivier Chapuis  <olivier.chapuis@free.fr>
2039         * fvwm/events.c (__test_for_motion):
2040         Fixed a lockup, see the long comment in the code
2042 2004-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2044         * fvwm/schedule.c (execute_obj_func):
2045         fixed using uninitialised return code
2047 2004-01-25  Olivier Chapuis  <olivier.chapuis@free.fr>
2049         * fvwm/builtins.c (do_title_style):
2050         Fixed MinHeight, it must reset the Height
2052 2004-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2054         * fvwm/menus.c (menuShortcuts):
2055         applied menu navigation patch by Anton Kazennikov
2057 2003-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2059         * libs/gravity.c (gravity_dir_to_string):
2060         (gravity_parse_dir_argument):
2061         use a constant for the dir table
2063 2003-12-16  Marcus Lundblad  <ml@update.uu.se>
2065         * fvwm/Flocale.c (FlocaleEncodeString)
2066         (FlocaleDrawUnderline):
2067         Fixed crash when there's no Iconv support
2069 2003-12-16  olicha  <olivier.chapuis@free.fr>
2071         * fvwm/functions.h:
2072         Used the FUNC_FLAGS_TYPE in find_func_t declaration
2074         * sample.fvwmrc/system.fvwm2rc-sample-95:
2075         Added some Xft fonts
2077 2003-12-12  olicha  <olivier.chapuis@free.fr>
2079         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
2080         Fixed ewmh FullScreen when an application start fullscreen and
2081         desactivate this state
2083 2003-12-04  olicha  <olivier.chapuis@free.fr>
2085         * fvwm/placement.c (test_fit):
2086         * fvwm/ewmh.h:
2087         * fvwm/ewmh.c (ewmh_GetStrutIntersection):
2088         (EWMH_GetBaseStrutIntersection):
2089         (EWMH_GetStrutIntersection):
2090         Fixed placement vs the base struts
2092 2003-11-29  Mikhael Goikhman  <migo@homemail.com>
2094         * sample.fvwmrc/system.fvwm2rc-sample-95:
2095         improved Debian specific menu
2097 2003-11-15  Mikhael Goikhman  <migo@homemail.com>
2099         * sample.fvwmrc/system.fvwm2rc-sample-95:
2100         several updates; added Debian menu if found
2102 2003-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2104         * configure.in:
2105         new configure option --en/disable-iconv
2107 2003-11-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2109         * fvwm/menus.c (__mloop_handle_event):
2110         * fvwm/menustyle.c (menustyle_parse_style):
2111         (menustyle_copy):
2112         new MenuStyle options PopupIgnore and PopupClose
2114 2003-11-02  Dan Espen  <dane@mk.telcordia.com>
2116         * fvwm/menus.c (menu_binding): Remove debug code.
2117         * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
2118         * fvwm/menus.h: Add menu_binding function.
2119         * fvwm/fvwm.1.in: Document the menu context in the mouse command for
2120         tear off menus.
2121         * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
2122         button 2 tearoff.
2123         * libs/wcontext.h (enum): Add MENU context.
2124         * libs/wcontext.c (win_contexts): More common binding contexts first in
2125         table.
2126         * libs/charmap.c (charmap_string_to_mask): Space before char in error
2127         message.
2129 2003-11-01  Mikhael Goikhman  <migo@homemail.com>
2131         * NEWS:
2132         * configure.in:
2133         increase version to 2.5.9
2135 2003-10-31  Mikhael Goikhman  <migo@homemail.com>
2137         * Makefile.am:
2138         fixed deb creation
2140         * configure.in:
2141         * NEWS:
2142         updated for 2.5.8 release
2144 2003-10-29  Mikhael Goikhman  <migo@homemail.com>
2146         * Makefile.am:
2147         * configure.in:
2148         initially added files for deb package auto-creating procedure
2150 2003-10-26  Mikhael Goikhman  <migo@homemail.com>
2152         * AUTHORS:
2153         * configure.in:
2154         added Swedish translations by Johan Svedberg
2156         * NEWS:
2157         updated
2159 2003-10-25  Mikhael Goikhman  <migo@homemail.com>
2161         * fvwm/add_window.c (GetWindowSizeHints):
2162         reindented broken hint messages
2164 2003-10-23  Mikhael Goikhman  <migo@homemail.com>
2166         * configure.in:
2167         improved Perl detection messages,
2168         restored FvwmGtkDebug independence from gtk libs
2170 2003-10-15  Mikhael Goikhman  <migo@homemail.com>
2172         * configure.in:
2173         * AUTHORS:
2174         added German translations by Andrei Mitrofanow
2176         * fvwm/fvwm.1.in:
2177         typos
2179 2003-10-11  Mikhael Goikhman  <migo@homemail.com>
2181         * NEWS:
2182         added 2.4.17 NEWS
2184 2003-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2186         * fvwm/fvwm.1.in:
2187         * fvwm/conditional.c (CreateConditionMask):
2188         (MatchesConditionMask):
2189         (CreateConditionMask):
2190         * fvwm/fvwm.h (WindowConditionMask):
2191         !CurrentPage, !CurrentDesk, !Layer ... now work as they should
2193 2003-09-23  olicha  <olivier.chapuis@free.fr>
2195         * libs/FImage.c (FShmInit):
2196         Removed debug code
2198 2003-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2200         * fvwm/focus.c (warp_to_fvwm_window):
2201         don't unnecessarily call MoveViewport
2203 2003-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2205         * fvwm/decorations.c (__is_resize_allowed):
2206         fixed a condition
2208 2003-09-06  malu  <ml@update.uu.se>
2210         * libs/FBidi.c (FBidiConvert):
2211         * libs/CombineChars.c (CombineChars):
2212         Fixed drawing combining characters on correct positions in
2213         right-to-left context
2215 2003-09-05  malu  <ml@update.uu.se>
2217         * libs/Flocale.c (FlocaleDrawString):
2218         (FlocaleTextWidth):
2219         Fixed drawing of combining characters with font shadow
2220         (character offsets were miscalculated, since FlocaleTextWidth
2221         adds shadow width)
2223 2003-09-05  malu  <ml@update.uu.se>
2225         * libs/Flocale.c (FlocaleDrawUnderline):
2226         Fixed bug with text width when a string contains only
2227         "orphaned" combining characters (compensation for font shadowd
2228         was counted twice)
2230 2003-09-04  olicha  <olivier.chapuis@free.fr>
2232         * todo-2.6:
2233         Added E.18, added comments on C.9 and C.15
2235 2003-09-03  olicha  <olivier.chapuis@free.fr>
2237         * libs/Flocale.c (FlocaleTextWidth):
2238         Fixed a comb_char core dump
2240         * libs/Makefile.am:
2241         Fixed compilation if either iconv, libpng or Xrender headers are
2242         not at a standard place
2244 2003-09-03  Mikhael Goikhman  <migo@homemail.com>
2246         * acinclude.m4:
2247         fixed error message for incorrect --with-SOMETHING-library argument
2249 2003-09-03  olicha  <olivier.chapuis@free.fr>
2251         * todo-2.6:
2252         Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
2254 2003-09-02  olicha  <olivier.chapuis@free.fr>
2256         * todo-2.6:
2257         C.12 is fixed
2259 2003-09-01  olicha  <olivier.chapuis@free.fr>
2261         * libs/gravity.c (gravity_dir_to_string):
2262         A new interface function to transform a direction_t to a string
2264 2003-08-31  S. Anderson  <sa@xmission.com>
2266         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
2267         Fixed missing font charsets
2269 2003-08-28  olicha  <olivier.chapuis@free.fr>
2271         * fvwm/move_resize.c (__move_loop):
2272         (AnimatedMoveAnyWindow):
2273         Updated bg of transparent tear off menu when moved
2275         * fvwm/events.c (HandlePropertyNotify):
2276         Updated ParentRelative tear off menu on bg change
2278         * fvwm/menus.c (UpdateMenuColorset):
2279         Updated colorsets of tear off menu when they change, this handle the
2280         case of root background change for RootTransparent
2282         * fvwm/menus.h:
2283         * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
2284         An utility function for redrawing transparent tear off menu. Maybe
2285         we can merge
2287         * fvwm/add_window.c (validate_transientfor):
2288         Fixed transient for an ewmh desktop
2290 2003-08-27  olicha  <olivier.chapuis@free.fr>
2292         * libs/FRender.c (FRenderRender):
2293         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
2294         Removed and fixed some unused code
2296 2003-08-25  olicha  <olivier.chapuis@free.fr>
2298         * fvwm/misc.c (GrabEm):
2299         Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
2301         * fvwm/modconf.c (send_color_limit):
2302         ifndefed color limit config info message which is not used anymore
2304         * fvwm/colorset.c (parse_colorset):
2305         Added a note on average bg
2307 2003-08-23  olicha  <olivier.chapuis@free.fr>
2309         * fvwm/style.c (print_styles):
2310         More info on memory used
2312         * fvwm/style.c (__simplify_style_list):
2313         Fixed upward simplication
2315 2003-08-14  olicha  <olivier.chapuis@free.fr>
2317         * fvwm/ewmh.c (ewmh_HandleMenu):
2318         Fixed the MENU window type, they are tear off menus
2320         * fvwm/fvwm.h:
2321         * fvwm/update.c (apply_window_updates):
2322         * fvwm/stack.c (new_layer):
2323         * fvwm/ewmh.c (EWMH_GetStyle):
2324         Fixed EWMHUseStackingHints update
2326         * fvwm/window_flags.h:
2327         * fvwm/fvwm.h:
2328         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
2329         (ewmh_WMStateMaxHoriz):
2330         (ewmh_WMStateMaxVert):
2331         * fvwm/move_resize.c (unmaximize_fvwm_window):
2332         Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
2333         uniconify and unshade when putting a window fullscreen
2335         * fvwm/ewmh_intern.h:
2336         * fvwm/ewmh.c (ewmh_AllowsFullScreen):
2337         Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
2339         * fvwm/move_resize.c (unmaximize_fvwm_window):
2340         (CMD_Resize):
2341         (CMD_ResizeMove):
2342         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
2343         * fvwm/decorations.c (SelectDecor):
2344         * fvwm/windowshade.c (CMD_WindowShade):
2345         Removed the decor for EWMH fullscreen windows, forbid shading and
2346         allows Resize and MoveResize without unsetting the fullscreen/maximized
2347         state
2349         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
2350         (CMD_ResizeMaximize):
2351         Fixed ewmh state which was not set after these cmds
2353 2003-08-09  olicha  <olivier.chapuis@free.fr>
2355         * todo-2.6:
2356         Updated
2358 2003-08-08  olicha  <olivier.chapuis@free.fr>
2360         * fvwm/borders.c (border_draw_vector_to_pixmap):
2361         Fixed inversion of fg and bg in vector buttons
2363         * fvwm/style.c (__simplify_style_list):
2364         Fixed a memory leak
2366         * libs/System.c (fvwm_mkstemp):
2367         Removed debug code
2369 2003-08-07  olicha  <olivier.chapuis@free.fr>
2371         * configure.in:
2372         * acinclude.m4 (AM_SAFTY_CHECK_MKSTEMP):
2373         * acconfig.h:
2374         * libs/System.c (fvwm_mkstemp):
2375         * libs/fvwmlib.h:
2376         Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
2377         exists and work correctly, if not a replacement function is used
2378         (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
2379         implementation).
2381         * libs/fsm.c (unique_filename):
2382         (SetAuthentication):
2383         * fvwm/session.c (getUniqueStateFilename):
2384         Replaced tempnam by fvwm_mkstemp
2386 2003-08-07  olicha  <olivier.chapuis@free.fr>
2388         * libs/Makefile.am:
2389         * libs/FSMlib.h (new file):
2390         * fvwm/session.c (*):
2391         * fvwm/session.h:
2392         fvwmize SMlib and ICElib
2394         * fvwm/session.c (matchWin):
2395         Fixed window matching for windows with no SM_CLIENT_ID and a
2396         window_role
2398         * libs/fsm.c (new file):
2399         * libs/fsm.h (new file):
2400         * fvwm/ConfigFvwmDefaults
2401         A set of functions for implementing a dummy session manager
2403         * fvwm/fvwm.1.in:
2404         GNOME 1 hints and EWHM support is not a configure time option
2405         (anymore).
2407 2003-08-06  Robert Wittek  <r.wittek@gmx.net>
2409         * fvwm/add_window.c (AddWindow):
2410         fixed stickyness across desks over a restart
2412 2003-08-06  olicha  <olivier.chapuis@free.fr>
2414         * fvwm/ewmh.c (EWMH_WindowInit):
2415         (EWMH_SetFrameStrut):
2416         Fixed position of kde tray windows in kicker
2418 2003-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2420         * fvwm/module_interface.c (FlushMessageQueue):
2421         retry writing pipe if write returns EINTR
2423 2003-07-28  olicha  <olivier.chapuis@free.fr>
2425         * fvwm/events.c (events_handle_configure_request):
2426         (HandleConfigureRequest):
2427         (__handle_configure_request):
2428         (__handle_cr_on_client):
2429         * fvwm/ewmh.c (ewmh_atom_client_win):
2430         * fvwm/ewmh_intern.h:
2431         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
2432         (EWMH_ProcessClientMessage):
2433         Implemented _NET_MOVERESIZE_WINDOW
2435         * fvwm/fvwm.c (main):
2436         A -Wall fix
2438 2003-07-25  olicha  <olivier.chapuis@free.fr>
2440         * fvwm/ewmh.c (ewmh_HandleWindowType):
2441         Fixed handling of the _NET_WINDOW_TYPE prop when there are more
2442         that one type and we do not support the first one.
2444         * fvwm/expand.c (expand_vars_extended):
2445         Fixed conflict between extended variables name (desk.name and
2446         desk.n)
2448         * fvwm/session.c (callback_save_yourself):
2449         Respect the SmSaveGlobal save type. This should fix some session
2450         locking in the sm protocol
2452         * fvwm/session.c (setSmProperties):
2453         (SessionInit):
2454         Set some sm properties when fvwm start for fixing a problem with
2455         the restart style hint after a restart.
2457         * fvwm/fvwm.c (get_display_name):
2458         (usage):
2459         (main):
2460         * fvwm/session.c (setSmProperties):
2461         * fvwm/fvwm.1.in
2462         Added a possible positive or null arg to --single-screen which
2463         forces fvwm to start on the "current" display and the given
2464         screen. Use this to fix fvwm starting under a session manager:
2465         specify only the screen and not the display.screen for the
2466         restart sm command.
2468         * fvwm/fvwm.c (main):
2469         Fixed possible memory corruption if a display has more than
2470         10 screens.
2472         * fvwm/session.c (*):
2473         Better debuging msg
2475 2003-07-24  Mikhael Goikhman  <migo@homemail.com>
2477         * acinclude.m4:
2478         fixed xft/fontconfig detection with pkg-config
2480         * fvwm/fvwm.1.in:
2481         corrections in some long option names
2483 2003-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2485         * fvwm/add_window.c (setup_style_and_decor):
2486         * fvwm/geometry.c (set_window_border_size):
2487         * fvwm/fvwm.h (FvwmWindow):
2488         * fvwm/events.c (HandleShapeNotify):
2489         * fvwm/frame.c (frame_free_move_resize_args):
2490         (frame_setup_shape):
2491         (frame_reshape_border):
2492         fixed resizing of window borders if a window shape was added or deleted
2493         after the initial window setup
2495         * fvwm/update.c (apply_window_updates):
2496         removed unused code
2498         * fvwm/events.c (__cr_detect_icccm_move):
2499         disable motion method detection for shaped windows
2501 2003-07-21  olicha  <olivier.chapuis@free.fr>
2503         * fvwm/add_window.c (setup_window_structure):
2504         * fvwm/session.c (MatchWinToSM):
2505         Preserve is_name_changed window_flags within restart, session loading
2506         and recapture
2508 2003-07-20  olicha  <olivier.chapuis@free.fr>
2510         * fvwm/ewmh.c (EWMH_Init):
2511         fixed _NET_WM_NAME for our ewmh WM_CHECK window
2513         * fvwm/fvwm.c (InternUsefulAtoms):
2514         * fvwm/externs.h:
2515         * fvwm/session.c (GetWindowRole):
2516         Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
2518         * fvwm/session.c (GetClientID):
2519         Better determination of the CLIENT_LEADER
2521         * fvwm/session.c (setSmProperties):
2522         Set the CloneCommand for gnome-session editor (the sm spec says this
2523         properties is required). Removed the commented XSM ifdef.
2525         * fvwm/session.c (matchWin):
2526         (SaveWindowStates):
2527         Consider client only if it has a client id or a wm command.
2528         Removed the "two entries" session previous commit
2530 2003-07-16  olicha  <olivier.chapuis@free.fr>
2532         * fvwm/session.c (MatchWinToSM):
2533         Fixed restoring session state, if two window session entries have the
2534         same identifier ignore these entries
2536 2003-07-16  olicha  <olivier.chapuis@free.fr>
2538         * NEWS:
2539         * fvwm/style.h (SID_GET_NAME):
2540         (SID_SET_NAME):
2541         (SID_GET_WINDOW_ID):
2542         (SID_SET_WINDOW_ID):
2543         (SID_SET_HAS_NAME):
2544         (SID_GET_HAS_NAME):
2545         (SID_SET_HAS_WINDOW_ID):
2546         (SID_GET_HAS_WINDOW_ID):
2547         (SGET_ID):
2548         (SGET_WINDOW_ID):
2549         (SSET_WINDOW_ID):
2550         (SSET_ID_HAS_NAME):
2551         (SGET_ID_HAS_NAME):
2552         (SSET_ID_HAS_WINDOW_ID):
2553         (SGET_ID_HAS_WINDOW_ID):
2554         * fvwm/style.c (style_ids_are_equals):
2555         (style_id_equals_id):
2556         (styles_have_same_id):
2557         (fw_match_style_id):
2558         (one_fw_can_match_both_ids):
2559         (remove_all_of_style_from_list):
2560         (__simplify_style_list):
2561         (style_parse_one_style_option):
2562         (__style_command):
2563         (style_destroy_style):
2564         (print_styles):
2565         (CMD_Style):
2566         (CMD_WindowStyle):
2567         (CMD_FocusStyle):
2568         (CMD_DestroyStyle):
2569         (CMD_DestroyWindowStyle):
2570         * fvwm/fvwm.h (style_id_t):
2571         (window_style):
2572         * fvwm/functable.c (func_table):
2573         * fvwm/add_window.c (destroy_window):
2574         * fvwm/commands.h:
2575         * fvwm/fvwm.1:
2576         New WindowStyle and DestroyWindowStyle command for setting styles
2577         per window
2579 2003-07-14  Marcus Lundblad  <ml@update.uu.se>
2581         * libs/Flocale.c (FlocaleDrawString):
2582         * libs/FBidi.c (FBidiConvert):
2583         fixed drawing of combining characters in the case where a string
2584         consists of only combining characters
2586 2003-07-13  Marcus Lundblad  <ml@update.uu.se>
2588         * libs/CombineChars.c (CombineChars):
2589         bugfix: array mapping visual to logical position was allocated
2590         to small (factor 2) in decoposing code
2592 2003-07-11  Marcus Lundblad  <ml@update.uu.se>
2594         * libs/Flocale.c (FlocaleEncodeWinString):
2595         fixed a memory leak
2597         * libs/Flocale.c (FlocaleDrawString):
2598         (FlocaleRotatedDrawString):
2599         removed some code duplication
2601 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
2603         * libs/CombineChars.c (combclass_table):
2604         (CombineChars):
2605         fixed supporting drawing marks superimposed that are in a combining
2606         class
2608 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
2610         * libs/Flocale.c (FlocaleRotateDrawString):
2611         (FlocaleDrawString)
2612         fixed core dump when composing characters can't be converted to
2613         locale charset
2615 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
2617         * AUTHORS:
2618         updated
2620 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
2622         * todo-2.6 (todo):
2623         updated summary
2625 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
2627         * NEWS:
2628         updated with reagrds to combing characters
2630 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
2632         * todo-2.6
2633         closed B.8
2635 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
2637         * libs/Flocale.c (FlocaleEncodeString):
2638         (FlocaleEncodeWinString):
2639         (FlocaleRotateDrawString):
2640         (FlocaleDrawString):
2641         (FlocaleDrawUnderline):
2642         fixed rendering combining characters using Unicode font in a
2643         non-UTF-8 locale
2645 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2647         * fvwm/fvwm.1.in:
2648         renamed MoveWindowByProgramMethod to MoveByProgramMethod
2650 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
2652         * libs/FBidi.h:
2653         fixed FBidi.h macro to work with no FriBIDI
2655 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
2657         * libs/CombineChars.h (CombineChars):
2658         * libs/CombineChars.c (CombineChars):
2659         * libs/FBidi.h (FBidiConvert):
2660         * libs/FBidi.c (FBidiConvert):
2661         * libs/Flocale.c (FlocaleEncodeString):
2662         (FlocaleEncodeWinString):
2663         (FlocaleDrawUnderline):
2664         (FlocaleTextWidth):
2665         fixed drawing of underlines on characters to work in with BIDI
2666         and combining characters
2668 2003-07-08  Mikhael Goikhman  <migo@homemail.com>
2670         * todo-2.6:
2671         closed D.1 with "no consensus" resolution
2673 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2675         * fvwm/fvwm.1.in:
2676         documented tear off menus
2678         * fvwm/placement.c (PlaceWindow):
2679         StartsOnPage + SkipMapping overrides PPosition
2681 2003-07-07  Mikhael Goikhman  <migo@homemail.com>
2683         * fvwm/functable.c:
2684         solved a problem with CMD_Dummy and exact command spelling
2686         * libs/CombineChars.c:
2687         * libs/CombineChars.h:
2688         * libs/FBidi.c:
2689         minor reformattings (use TABs not 8 spaces and a space after keywords
2690         like for, if or while)
2692 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2694         * fvwm/update.c (apply_window_updates):
2695         * fvwm/update.h:
2696         * fvwm/add_window.c (setup_style_and_decor):
2697         * fvwm/style.h:
2698         * fvwm/style.c (style_parse_one_style_option):
2699         (check_window_style_change):
2700         new style MoveWindowByProgramMethod
2702         * libs/PictureImageLoader.c (PImageLoadXpm):
2703         use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
2705         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
2706         implemented _NET_WM_STATE_FULLSCREEN handling
2708         * fvwm/move_resize.c (GetOnePositionArgument):
2709         fixed parsing of "+-x +-y" Move arguments
2710         (CMD_Maximize):
2711         use get_page_offset_check_visible
2713         * fvwm/geometry.c (get_page_offset_check_visible):
2714         new convenience function
2716         * fvwm/events.c (__handle_cr_on_client):
2717         fixed handling of gravities other than NW or Static
2718         (__cr_detect_icccm_move):
2719         fixed several bugs
2721 2003-07-06  Marcus Lundblad  <ml@update.uu.se>
2723         * libs/BidiJoin.c:
2724         * libs/BidiJoin.h:
2725         * libs/BidiJoin.c:
2726         * libs/BidiJoin.h:
2727         * libs/CombineChars.c:
2728         * libs/CombineChars.h:
2729         * libs/Flocale.c (FlocaleEncodeString):
2730         * libs/FBidi.c:
2731         * libs/FBidi.h:
2732         * libs/Makefile.am:
2733         Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
2734         FCombineChars.h
2736 2003-07-06  olicha  <olivier.chapuis@free.fr>
2738         * libs/FRender.c (FRenderRender):
2739         Fixed compilation
2741 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2743         * fvwm/ewmh.c (ewmh_check_wm_pid):
2744         (EWMH_WindowInit):
2745         detect whether a window has _NET_WM_PID set; use that to detect ICCCM
2746         compliant ConfigureNotify handling
2748 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
2750         * libs/Flocale.c (FlocaleDrawUnderline):
2751         Commented out some non-working new code
2753 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
2755         * libs/Flocale.c (FlocaleDrawString):
2756         fixed drawing superimposed characters with a fontset
2758 2003-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2760         * fvwm/events.c (__cr_detect_icccm_move):
2761         (__handle_cr_on_client):
2762         (__cr_get_grav_position):
2763         (__cr_get_static_position):
2764         * fvwm/window_flags.h:
2765         * fvwm/fvwm.h:
2766         try to autodetect whether application uses the icccm way of moving
2767         windows of the traditional way always using static gravity
2769         * acconfig.h:
2770         moved SIGNAL_RETURN macro definition to acconfig.h
2772         * fvwm/module_interface.c (DeadPipe):
2773         * fvwm/fvwm.c (SigDone):
2774         (Restart):
2775         (ReapChildren):
2776         use SIGNAL_RETURN macro
2778         * fvwm/events.c (__handle_cr_on_client):
2779         (__merge_cr_moveresize):
2780         (__cr_detect_icccm_move):
2782         * fvwm/events.c (__handle_cr_on_unmanaged):
2783         (__handle_cr_on_icon):
2784         (__handle_cr_on_shaped):
2785         (__handle_cr_restack):
2786         (__handle_cr_on_client):
2787         (HandleConfigureRequest):
2788         split the ConfigureRequest code into multiple functions
2790         * fvwm/update.c (apply_window_updates):
2791         fixed drawing of window decorations when "Style * Neverfocus" is used
2793         * fvwm/events.c (HandleKeyPress):
2794         fixed a bug with key binding contexts
2796         * fvwm/functions.c (__execute_function):
2797         * fvwm/expand.c (expand_vars):
2798         (expand_vars_extended):
2799         new extended variable $[func.context]
2801         * libs/Bindings.h:
2802         * libs/Bindings.c:
2803         moved some code to the new files
2805         * libs/charmap.h:
2806         * libs/charmap.c:
2807         * libs/modifiers.h:
2808         * libs/modifiers.c:
2809         * libs/wcontext.c:
2810         * libs/wcontext.h:
2811         new files
2813         * libs/Bindings.c:
2814         fixed a problem with uninitialised global variable
2816 2003-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2818         * libs/Bindings.c (key_modifiers):
2819         moved to new file wcontext.c
2821         * libs/gravity.c (gravity_parse_dir_argument):
2822         added aliases for compass directions:
2823           - = N
2824           _ = S
2825           [ = W
2826           ] = E
2827           ^ = NE
2828           > = SE
2829           v = SW
2830           [ = nw
2831           . = center
2833 2003-07-02  Marcus Lundblad  <ml@update.uu.se>
2835         * libs/FBidi.h:
2836         * libs/Flocale.c (FlocaleDrawString):
2837         (FlocaleRotateDrawString):
2838         Fixes to work without Fribidi
2840 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
2842         * todo-2.6:
2843         Updated
2845 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
2847         * libs/FbidiJoin.c (get_shaped_combined_char):
2848         (shape_n_join):
2849         Removed unused (get_shaped_combined_char) and commented out code
2850         Combining ligatures done in FCombineChars
2852 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
2854         * libs/Flocale.c (FlocaleDrawString):
2855         (FlocaleRotateDrawString):
2856         (FlocaleTextWidth):
2857         * libs/FBidi.h:
2858         * libs/FBidi.c (FBidiConvert):
2859         * libs/FBidiJoin.c:
2860         * libs/FCombineChars.h:
2861         * libs/FCombineChars.c (FCombineChars):
2862         Added support for drawing superimposed combining characters
2864 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2866         * fvwm/commands.h:
2867         * fvwm/functable.c (func_table):
2868         * fvwm/functions.c (CMD_TearMenuOff):
2869         (CMD_Title):
2870         (CMD_Silent):
2871         (CMD_Function):
2872         (CMD_KeepRc):
2873         merged all dummy commands into one: CMD_Dummy
2875 2003-07-01  olicha  <olivier.chapuis@free.fr>
2877         * fvwm/menus.c (DestroyMenu):
2878         (do_menu):
2879         Cleanup
2881 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2883         * fvwm/menustyle.c (menustyle_copy):
2884         (copy_menu_style):
2885         renamed function
2887 2003-06-30  Marcus Lundblad  <ml@update.uu.se>
2889         * todo-2.6:
2890         Updated
2892 2003-06-30  olicha  <olivier.chapuis@free.fr>
2894         * fvwm/menus.c (do_menu):
2895         (DestroyMenu):
2896         (do_menu_close_tear_off_menu):
2897         (menu_close_tear_off_menu):
2898         Allowed to destroy tear off menu!
2900         * fvwm/menus.c (menu_tear_off):
2901         (menu_close_tear_off_menu):
2902         (do_menu_close_tear_off_menu):
2903         (clone_menu_root_static):
2904         (pop_menu_up):
2905         (menu_tear_off):
2906         (make_menu_window):
2907         (make_menu):
2908         (update_menu):
2909         Fixed client leaks (only create new client for menu if it is a tear off
2910         menu). Created a dedicated menu style for each tear off menu.
2912         * fvwm/menustyle.c (CMD_CopyMenuStyle):
2913         (copy_menu_style):
2914         * fvwm/menustyle.h:
2915         Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
2917 2003-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2919         * fvwm/virtual.c (do_move_window_to_desk):
2920         (UnmapDesk):
2921         fixed "Visible" condition on non current desks
2923 2003-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2925         **/*.c:
2926         **/*.h:
2927         shortened some comments
2928         removed GPL from .h files
2929         added GPL to all .c files
2930         include config.h in all .c files
2931         added "/* -*-c-*- */" where missing
2932         some reformatting and reindenting
2934         * fvwm/module_interface.c:
2935         * fvwm/module_interface.h:
2936         * libs/Fft.c:
2937         * libs/Flocale.c:
2938         * libs/gravity.h:
2939         * libs/Flocale.h:
2940         * fvwm/screen.h:
2941         * fvwm/misc.c:
2942         * fvwm/misc.h:
2943         * fvwm/windowshade.c:
2944         * fvwm/virtual.c:
2945         * fvwm/conditional.c:
2946         * fvwm/geometry.h:
2947         * fvwm/geometry.c:
2948         * fvwm/borders.c:
2949         * fvwm/frame.h:
2950         * fvwm/frame.c:
2951         * fvwm/update.c:
2952         * fvwm/session.c:
2953         * fvwm/placement.c:
2954         * fvwm/menus.c:
2955         * fvwm/icons.c:
2956         * fvwm/events.c:
2957         * fvwm/add_window.c:
2958         * fvwm/session.h:
2959         * fvwm/placement.h:
2960         * fvwm/icons.h:
2961         * fvwm/eventhandler.h:
2962         * fvwm/fvwm.h:
2963         * fvwm/add_window.h:
2964         * fvwm/repeat.c:
2965         * fvwm/functions.c:
2966         * fvwm/functable.c:
2967         * fvwm/functable.h:
2968         * fvwm/functions.h:
2969         renamed types func_type, repeat_t, initial_window_options_t,
2970         frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
2971         last_added_item_type, common_flags_type, multi_direction_type,
2972         msg_masks_type to ..._t
2974         * fvwm/functions.c (__execute_function):
2975         (execute_complex_function):
2976         * fvwm/condrc.c (condrc_init):
2977         new function in new file to encapsulate all cond_rc_t handling
2979         * fvwm/condrc.h:
2980         * fvwm/fvwm.h (cond_rc_t):
2981         (cond_rc_enum):
2982         moved typed to new file
2984         * fvwm/functable.h:
2985         * fvwm/commands.h:
2986         * fvwm/functable.c (func_table):
2987         * fvwm/functions.c (__run_complex_function_items):
2988         (__execute_function):
2990         * fvwm/conditional.c (CMD_Break):
2991         (__rc_matches_rcstring_consume):
2992         Break takes the number of function levels to break out of as an
2993         argument
2995         * fvwm/expand.c (expand_vars_extended):
2996         * fvwm/conditional.c (circulate_cmd):
2997         (select_cmd):
2998         (direction_cmd):
2999         (__rc_matches_rcstring_consume):
3000         (CMD_All):
3001         (CMD_WindowId):
3002         (CMD_TestRc):
3003         (CMD_Test):
3004         * fvwm/read.c:
3005         * fvwm/read.h:
3006         * fvwm/functions.h:
3007         * fvwm/functions.c:
3008         (__run_complex_function_items):
3009         (execute_complex_function):
3010         * fvwm/expand.h:
3011         * fvwm/expand.c:
3012         * fvwm/fvwm.h:
3013         * fvwm/conditional.c:
3014         renamed fvwm_cond_func_rc by cond_rc_t
3015         made a type a struct
3016         added a member to indicate the number of function levels to break out
3017         of
3019         * fvwm/functable.c (func_table):
3020         * fvwm/conditional.c (CMD_TestRc):
3021         replaced conditional commands:
3022                 Cond -> TestRc
3023                 CondCase -> KeepRc TestRc
3024                 On -> Test
3025         (__rc_matches_rcstring_consume):
3026         new function
3028         * fvwm/conditional.c (CMD_CondCase):
3029         fixed the CondCase command
3031 2003-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3033         * configure.in:
3034         new configure option --deisable-gtk to disable detection of gtk library
3036         * fvwm/fvwm.1.in:
3037         cleaned up documentation of conditional commands
3038         general man page cleanup
3040 2003-06-17  Dan Espen  <dane@mk.telcordia.com>
3042         * fvwm/builtins.c (ReadDecorFace): Off by one patch from
3043         Anil Madhavapeddy.
3045 2003-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3047         * fvwm/fvwm.1.in:
3048         cleaned up of CirculateHit... conditions
3050 2003-06-15  olicha  <olivier.chapuis@free.fr>
3052         * fvwm/style.c (__simplify_style_list):
3053         Fixed is_merged_allowed: rest it to True when cur change
3054         Added "upward" simplification
3056 2003-06-14  olicha  <olivier.chapuis@free.fr>
3058         * fvwm/style.c (__simplify_style_list):
3059         (blocksintersect):
3060         (blockand):
3061         Fixed blockand which always returned True. Added blocksintersect which
3062         returns the same value as blockand but faster.
3064 2003-06-13  olicha  <olivier.chapuis@free.fr>
3066         * configure.in:
3067         * acinclude.m4:
3068         Fixed fontconfig and xft2 for version without *-config binnary. Used
3069         pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
3070         fontconfig and xft2 if the version is < the required version
3071         (even if --disable-*test).
3073 2003-06-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3075         * libs/Graphics.c:
3076         define M_PI and M_PI_2 if they are not defined by math.h
3078 2003-06-10  Mikhael Goikhman  <migo@homemail.com>
3080         * libs/Colorset.c (LoadColorset):
3081         added a note to update Colorsets.pm too when the format is changed
3083 2003-06-09  Mikhael Goikhman  <migo@homemail.com>
3085         * WindowStyle_proposal.txt:
3086         s/WindowId/ThisWindow/ and other minor changes
3088 2003-06-06  olicha  <olivier.chapuis@free.fr>
3090         * libs/PictureImageLoader.c (PImageLoadPng):
3091         Fixed loading of png images if the caller want no alpha
3093 2003-06-04  olicha  <olivier.chapuis@free.fr>
3095         * libs/Flocale.c (FlocaleEncodeString):
3096         Fixed memroy leaks
3098 2003-06-03  Mikhael Goikhman  <migo@homemail.com>
3100         * libs/Makefile.am:
3101         only FCombineChars.c was distributed not FCombineChars.h
3103 2003-06-03  Marcus Lundblad  <ml@update.uu.se>
3105         * libs/FCombineChars.c (convert_to_utf8)
3106         fixed a bug when converting back to UTF-8 and a bug giving
3107         garbage at end of string in some cases
3109         * libs/Flocale.c (FlocaleEncodeString)
3110         fixed problem regarding combining-characters when BIDI is used
3112 2003-05-31  Marcus Lundblad  <ml@update.uu.se>
3114         * libs/Makefile.am:
3115         * libs/Flocale.c (FlocaleEncodeString):
3116         * libs/FCombineChars.c:
3117         * libs/FCombineChars.h:
3118         implemeted support for combining characters
3120 2003-05-31  Mikhael Goikhman  <migo@homemail.com>
3122         * configure.in:
3123         set the version 2.5.8
3125 2003-05-30  Mikhael Goikhman  <migo@homemail.com>
3127         * fvwm/builtins.c:
3128         * fvwm/fvwm2.1:
3129         SetEnv with only one parameter is ignored now
3131 2003-05-30  Dan Espen  <dane@mk.telcordia.com>
3133         * NEWS: Add 2.4.16 news.
3135 2003-05-29  Mikhael Goikhman  <migo@homemail.com>
3137         * fvwm/functions.c (expand_extended_var):
3138         (expand):
3139         fixed expanding variables that are empty, for example $[w.resource]
3140         or $[gt.a] or $[version.info] or $[EMPTY_STRING]
3142         * fvwm/fvwm.1.in:
3143         s/$w/$[w.id]/
3145 2003-05-29  olicha  <olivier.chapuis@free.fr>
3147         * fvwm/ewmh.c (ewmh_atom_wm_state):
3148         Do not claim that we support _NET_WM_STATE_FULLSCREEN
3150 2003-05-28  olicha  <olivier.chapuis@free.fr>
3152         * NEWS:
3153         A TaskBar news
3155 2003-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3157         * fvwm/focus.c (__update_windowlist):
3158         don't fiddle with the window list for windows that are going to be
3159         destroyed
3161         * fvwm/add_window.c (delete_client_context):
3162         (destroy_auxiliary_windows):
3163         (destroy_window):
3164         fixed empty frame windows when X reused the window id for a new window
3165         while the old one was scheduled to be destroyed
3167 2003-05-26  olicha  <olivier.chapuis@free.fr>
3169         * fvwm/icons.c (GetIconBitmap):
3170         (set_icon_pixmap_background):
3171         (CreateIconWindow):
3172         (DrawIconPixmapWindow):
3173         (DrawIconWindow):
3174         Fixed loading of application supplied pixmap on 8/24 depth screen
3176 2003-05-25  Dan Espen  <dane@mk.telcordia.com>
3178         * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
3179         Rox Filer.
3181         * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
3182         solaris.
3184 2003-05-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3186         * fvwm/misc.c (GrabEm):
3187         do not confine the pointer to the root window when grabbed; this can
3188         cause the pointer to be warped to another screen
3189         * fvwm/menus.c (get_menu_options):
3190         fixed placement of menus on Xinerama screens
3191         * libs/FScreen.c (FScreenGetResistanceRect):
3192         fixed function to do something useful
3193         * libs/Flocale.c (FlocaleDrawString):
3194         support font shadowing without colorsets
3195         * libs/ColorUtils.c:
3196         reformatted file
3197         * fvwm/menuitem.c (menuitem_paint):
3198         do not use colorsets in menus if they are not defined
3199         * fvwm/menustyle.c (menustyle_parse_style):
3200         fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
3201         issued again
3203 2003-05-23  olicha  <olivier.chapuis@free.fr>
3205         * fvwm/bindings.c (ParseBinding):
3206         (bind_get_bound_button_contexts):
3207         * libs/Bindings.c (GrabWindowButton):
3208         Fixed window button grabbing
3210 2003-05-22  olicha  <olivier.chapuis@free.fr>
3212         * fvwm/colorset.c (parse_colorset):
3213         Fixed an uninit mem
3215         * fvwm/borders.c (border_fill_pixmap_background):
3216         Fixed problem with depth 1 pixmap
3218         * fvwm/conditional.c (CMD_On):
3219         Fixed memory leaks
3221         * fvwm/conditional.c (CreateConditionMask):
3222         Fixed memory leaks for layer and state
3224 2003-05-22  Mikhael Goikhman  <migo@homemail.com>
3226         * configure.in:
3227         added perllib/FVWM/Tracker/Makefile
3229 2003-05-22  olicha  <olivier.chapuis@free.fr>
3231         * fvwm/fvwm.1.in:
3232         * fvwm/style.h:
3233         * fvwm/style.c (print_styles):
3234         * fvwm/builtins.c (CMD_PrintInfo):
3235         New style subject to PrintInfo
3237 2003-05-20  olicha  <olivier.chapuis@free.fr>
3239         * libs/Flocale.c (FlocaleGetFontOrFontSet):
3240         Allowed empty xft font name
3242         * libs/Makefile.am:
3243         * libs/flist.c (new file):
3244         * libs/flist.h (new file):
3245         Added a flist structure and some basic function for handling such
3246         stucture
3248         * libs/FGettext.c (*):
3249         Use the new flist struct and functions interface
3251         * fvwm/screen.h (ScreenInfo):
3252         * fvwm/update.c (destroy_scheduled_windows):
3253         * fvwm/add_window.c (destroy_window):
3254         Added a list for the windows which are scheduled for destroy
3255         Remove a fw at once from the fw list when we destroy_window
3257 2003-05-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3259         * fvwm/style.c (CMD_DestroyStyle):
3260         do not update windows if no style was deleted
3261         (check_window_style_change):
3262         fixed update of window styles w/ DestroyStyle
3264 2003-05-18  olicha  <olivier.chapuis@free.fr>
3266         * fvwm/conditional.c (CMD_On):
3267         Added x,r,w,f and i file condition to the On command
3269         * fvwm/add_window.c (destroy_window):
3270         Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
3271         but scheduled for destroy. Not sure that the fix is good.
3273         * fvwm/functions.c (__execute_function):
3274         * libs/defaults.h:
3275         Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
3276         This fixes some cores dumps with "recursives" functions
3278         * fvwm/borders.c (border_create_root_transparent_pixmap):
3279         (border_draw_decor_to_pixmap):
3280         Fixed a core dump with a root transparent rotated title
3281         Fixed X errors 56 with RootTransparent titlebar and no E pixmap
3283         * libs/FGettext.c (fgettext_add_one_path):
3284         (FGettextInit):
3285         (FGettextSetLocalePath):
3286         Fixed memory leak and chainning
3288         * fvwm/builtins.c (CMD_PrintInfo):
3289         Fixed a parsing leak
3291         * fvwm/conditional.c (Circulate):
3292         Fixed a mask memory leaks
3294         * libs/defaults.h:
3295         * libs/Flocale.c (FlocaleGetFont):
3296         (FlocaleGetFontSet):
3297         (FlocaleGetFftFont):
3298         Fixed a core dump when a 0 font is given with an encoding hints.
3299         Added a default FFT font
3301         * fvwm/builtins.c (CMD_DefaultFont):
3302         Fixed a core dump when the default font change and a redraw
3303         (icon or window) is proceeded before flush_window_updates is called
3305         * fvwm/menustyle.c (CMD_CopyMenuStyle):
3306         Fixed gradients copy
3308         * fvwm/menustyle.c (menustyle_parse_style):
3309         Fixed UMR's related to colorset
3311         * fvwm/builtins.c (ReadDecorFace):
3312         Removed inconsistent #if 0 code and comments about leak and MiniIcon
3313         decor style.
3315         * fvwm/menustyle.h:
3316         * fvwm/menustyle.c (menustyle_free):
3317         Fixed a fore stipple gc leak
3319         * fvwm/windowlist.c (CMD_WindowList):
3320         Fixed a sor_keyname memory leak
3322         * fvwm/fvwm.c (ResetAllButtons):
3323         Fixed the default buttons memory leak
3325 2003-05-08  olicha  <olivier.chapuis@free.fr>
3327         * fvwm/windowlist.c (CMD_WindowList):
3328         Fixed a memory leak if MaxLabelWidth is used
3330 2003-05-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3332         * fvwm/functions.c (__context_has_window):
3333         (__execute_function):
3334         * fvwm/functions.h:
3335         fixed excution of functions requiring a window without a window when
3336         called with "silent" from a complex function
3338 2003-05-07  olicha  <olivier.chapuis@free.fr>
3340         * libs/System.c (searchPath):
3341         Fixed a core dump
3343 2003-05-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3345         * fvwm/move_resize.c (__move_loop):
3346         (__resize_window):
3347         fixed core dumps
3349 2003-05-03  olicha  <olivier.chapuis@free.fr>
3351         * todo-2.6:
3352         Updated
3354 2003-05-01  Bob Woodside  <dumbledore@woodsway.com>
3356         * fvwm/NEWS:
3357         Minor typo corrections.
3359 2003-04-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3361         * fvwm/move_resize.c (__move_loop):
3362         fixed UMR
3363         removed debug code
3364         (__resize_window):
3365         fixed UMR
3367 2003-04-28  olicha  <olivier.chapuis@free.fr>
3369         * fvwm/ewmh.c (ewmh_atom_wm_state):
3370         (ewmh_HandleDock):
3371         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
3372         (ewmh_WMStateStaysOnBottom):
3373         Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
3375 2003-04-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3377         * fvwm/module_interface.c (do_execute_module):
3378         * fvwm/fvwm.c (main):
3379         * libs/envvar.c (flib_putenv):
3380         * fvwm/builtins.c (add_to_env_list):
3381         (CMD_SetEnv):
3382         (CMD_UnsetEnv):
3383         fixed putenv memory leaks
3385         * libs/envvar.c (strIns):
3386         removed debug code
3387         reformatted file
3388         (flib_putenv):
3389         replacement for putenv without memory leaks
3391         * fvwm/frame.c:
3392         removed debug code
3394         * fvwm/fvwm.c (StartupStuff):
3395         fixed UMR
3396         * fvwm/add_window.c (free_window_names):
3397         fixed memory leaks
3398         * fvwm/events.c (HandlePropertyNotify):
3399         fixed memory leak
3400         * fvwm/menus.c (do_menu):
3401         fixed core dump
3402         (__mloop_exit_selected):
3403         safety patch
3404         * fvwm/menucmd.c (menu_func):
3405         fixed memory leak
3407         * fvwm/builtins.c (CMD_Destroy):
3408         (CMD_Close):
3409         call destroy_window right after XKillClient; do not wait for the window
3410         to die on its own
3412         * fvwm/menucmd.c (menu_func):
3413         * fvwm/windowlist.c (CMD_WindowList):
3414         fixed core dumps
3416 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
3418         * INSTALL.fvwm:
3419         several updates (FvwmGtk, gettext)
3421 2003-04-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3423         * fvwm/menucmd.c (menu_func):
3424         * fvwm/windowlist.c (CMD_WindowList):
3425         * fvwm/menus.h:
3426         * fvwm/menus.c (is_double_click):
3427         (pop_menu_up):
3428         (pop_menu_down):
3429         (pop_menu_down_and_repaint_parent):
3430         (__mloop_get_event_timeout_loop):
3431         (__mloop_get_event):
3432         (__mloop_handle_event):
3433         (__mloop_select_item):
3434         (__mloop_make_popup):
3435         (__mloop_get_mi_actions):
3436         (__mloop_do_popup):
3437         (__mloop_do_menu):
3438         (__mloop_handle_action_with_mi):
3439         (__mloop_handle_action_without_mi):
3440         (__mloop_exit):
3441         (menu_enter_tear_off_menu):
3442         (menu_close_tear_off_menu):
3443         (do_menu):
3444         replaced the pfw and pcontext members of the MenuParameters structure
3445         with an execution context pointer
3446         (_menu_execute_function):
3447         wrapper function to simplyfy command execution from within menus
3448         (do_menu):
3449         fixed warping pointer to first menu item when invoked with the mouse
3451         * fvwm/execcontext.c:
3452         removed debug code
3454 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
3456         * libs/XError.c:
3457         reformatted
3459         * fvwm.1.in:
3460         * fvwm.c:
3461         replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
3463 2003-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3465         * fvwm/menus.c (do_menu):
3466         the NoWarp position hint option works with root menus too
3468         * fvwm/ConfigFvwmDefaults:
3469         removed GrabFocusOff and GrabFocusTransient since they nullify the
3470         default with the plain focus policies
3472 2003-04-24  olicha  <olivier.chapuis@free.fr>
3474         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
3475         Fixed a miss print in my previous commit
3477         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
3478         (ewmh_MoveResize)
3479         (ewmh_WMStateStaysOnBottom):
3480         * fvwm/ewmh.c (ewmh_AllowsMinimize):
3481         * fvwm/ewmh_intern.h:
3482         Added comment on the implementation at the top of ewmh.c.
3483         Fixed _NET_WM_MOVERESIZE.  Added _NET_WM_ACTION_MINIMIZE in
3484         _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
3485         _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
3486         and _NET_WM_STATE_BELOW.
3488         * AUTHORS:
3489         Added David Fries. Updated my entries.
3491         * todo-2.6:
3492         One update
3494 2003-04-23  olicha  <olivier.chapuis@free.fr>
3496         * fvwm/module_interface.c (CMD_KillModule):
3497         Fixed a leak when we have an alias
3499         * libs/Picture.c (PFreeFvwmPictureData):
3500         * libs/Picture.h:
3501         New interface function for just freeing the allocated data (not
3502         the pixmaps).
3504 2003-04-22  olicha  <olivier.chapuis@free.fr>
3506         * fvwm/colorset.c (get_root_pixmap):
3507         Fixed a minor memory leak
3509         * fvwm/functions.c (execute_complex_function):
3510         Fixed uninitialized d.type
3512         * libs/Ficonv.c (FiconvSetupConversion):
3513         (FiconvUtf8ToCharset):
3514         (FiconvCharsetToUtf8):
3515         Formating clean-up
3517         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3518         (EWMH_WMIconName):
3519         (EWMH_WMName):
3520         Fixed a core dump and safety check related to not loaded font
3522 2003-04-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3524         * libs/Module.h:
3525         reformatted
3527 2003-04-16  olicha  <olivier.chapuis@free.fr>
3529         * fvwm/ewmh_events.c (ewmh_CloseWindow):
3530         (ewmh_MoveResize):
3531         (ewmh_WMState):
3532         (ewmh_WMStateHidden):
3533         Check if functions are allowed
3535         * fvwm/ewmh.c (ewmh_HandleDesktop):
3536         (ewmh_HandleDock):
3537         Set Desktop and Dock uniconifiable and unmaximazable
3539         * fvwm/menuitem.c (menuitem_paint):
3540         * fvwm/screen.h:
3541         Fixed greyed action with EWMH desktop
3543 2003-04-16  Mikhael Goikhman  <migo@homemail.com>
3545         * NEWS:
3546         documented FvwmEvent behaviour of executing window related event
3547         handlers within a window context
3549         * fvwm/fvwm.1.in:
3550         updated WindowId entry
3552 2003-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3554         * fvwm/schedule.c (deschedule):
3555         (squeue_execute):
3556         (execute_obj_func):
3557         * fvwm/module_interface.c (DeleteMessageQueueBuff):
3558         (ExecuteCommandQueue):
3559         * libs/queue.c (fqueue_init):
3560         (fqueue_remove_or_operate_from_front):
3561         (fqueue_remove_or_operate_from_end):
3562         (fqueue_remove_or_operate_all):
3563         (fqueue_init):
3564         (fqueue_unlock_queue):
3565         (fqueue_lock_queue):
3566         (fqueue_add_at_front):
3567         (fqueue_add_inside):
3568         (fqueue_get_first):
3569         core dump fixes
3571         * libs/queue.c (fqueue_remove_or_operate_all):
3572         (fqueue_remove_or_operate_from_end):
3573         (fqueue_remove_or_operate_from_front):
3574         * fvwm/module_interface.c (DeleteMessageQueueBuff):
3575         (ExecuteCommandQueue):
3576         * fvwm/schedule.c (deschedule):
3577         (check_deschedule_obj_func):
3578         (deschedule_obj_func):
3579         (squeue_execute):
3580         (check_execute_obj_func):
3581         (execute_obj_func):
3582         (copy_obj_func):
3583         core dump fixes
3585 2003-04-15  Mikhael Goikhman  <migo@homemail.com>
3587         * fvwm/ConfigFvwmDefaults:
3588         * fvwm/fvwm.1.in:
3589         * fvwm/windowlist.c:
3590         * sample.fvwmrc/system.fvwm2rc-sample-95:
3591         * NEWS:
3592         WindowListFunc is executed now within a window context,
3593         so "WindowId $0" is not needed anymore in its definition
3595 2003-04-14  olicha  <olivier.chapuis@free.fr>
3597         * fvwm/fvwm.1.in:
3598         * NEWS:
3599         Documented LocalePath and $[gt.str]. FvwmScript news.
3601         * fvwm/expand.c (expand_vars_extended):
3602         Fixed $[gt.str] expansion
3604         * configure.in:
3605         New gettext domain FvwmScript
3607         * libs/FGettext.c (FGettextCopy):
3608         * libs/FGettext.h:
3609         New interface function which copies the string
3611 2003-04-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3613         * fvwm/conditional.c (CMD_Cond):
3614         allow to negate the condition code with '!' prefix
3616         * fvwm/schedule.c (CMD_Schedule):
3617         (CMD_Deschedule):
3618         support hexadecimal ids
3620         * libs/Parse.c (GetIntegerArguments):
3621         (_get_suffixed_integer_arguments):
3622         (GetSuffixedIntegerArguments):
3623         (GetIntegerArgumentsAnyBase):
3624         new utitily function to allow hexadecimal integer arguments
3626 2003-04-10  olicha  <olivier.chapuis@free.fr>
3628         * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
3629         (FlocaleGetCharsetOfFontStruct):
3630         (FlocaleGetCharsetFromName):
3631         (FlocaleFixNameForFontSet):
3632         (FlocaleGetFontSet):
3633         (FlocalePrintLocaleInfo):
3634         * libs/FlocaleCharset.h:
3635         * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
3636         (FlocaleCharsetPrintXOMInfo):
3637         Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
3639 2003-04-08  olicha  <olivier.chapuis@free.fr>
3641         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
3642         fixed the default font name
3644 2003-04-07  Mikhael Goikhman  <migo@homemail.com>
3646         * fvwm/events.c (HandlePropertyNotify):
3647         * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
3648         completely ignore application requests to set exactly the same
3649         window name or icon name (xmms sets it every second),
3650         this avoids some redundant module messages and redraws
3652 2003-04-05  Mikhael Goikhman  <migo@homemail.com>
3654         * Makefile.am:
3655         fixed DIST
3657 2003-04-04  olicha  <olivier.chapuis@free.fr>
3659         * configure.in:
3660         Fixed a miss print in fribidi config check
3662 2003-04-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3664         * fvwm/focus.c (__restore_focus_after_unmap):
3665         iconified windows without an icon do not receive focus
3667 2003-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3669         * fvwm/virtual (CMD_GotoDeskAndPage):
3670         different "GotoDeskAndPage prev" fix that works with any viewports, not
3671         just multiples of the screen size
3673 2003-03-29  Mikhael Goikhman  <migo@homemail.com>
3675         * fvwm/virtual (CMD_GotoDeskAndPage):
3676         fixed "GotoDeskAndPage prev" with desks larger than 2x2
3678 2003-03-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3680         * ETHICAL_LICENSE:
3681         added file
3683         * fvwm/menucmd.c (menu_func):
3684         fixed double key presses to choose default menu action
3686         * fvwm/focus.c (__update_windowlist):
3687         fixed order of window list with SloopyFocus when using the Focus
3688         command
3690 2003-03-22  Mikhael Goikhman  <migo@homemail.com>
3692         * fvwm/fvwm.1.in:
3693         clarified some things, typo fixed
3695 2003-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3697         * libs/Colorset.c (CreateBackgroundPixmap):
3698         (GetWindowBackgroundPixmapSize):
3699         (get_aspect_dimensions):
3700         fixed size calculation of aspect pixmaps
3702 2003-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3704         * fvwm/icons.c (clear_icon):
3705         (clear_icon):
3706         (AutoPlaceIcon):
3707         (Iconify):
3708         * fvwm/geometry.c (get_icon_geometry):
3709         (modify_icon_position):
3710         set a valid icon picture position if there is neither a picture nor a
3711         title
3713 2003-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3715         * NEWS:
3716         * AUTHORS:
3717         reformatted to fit better on the web page
3719 2003-03-15  Mikhael Goikhman  <migo@homemail.com>
3721         * todo-2.6:
3722         added items from "My TODO" message on 2003-01-02
3724         * fvwm/fvwm.1.in:
3725         actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
3727 2003-03-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3729         * libs/FScreen.c:
3730         removed debug output
3732 2003-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3734         * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
3735         (FScreenFetchMangledScreenFromUSPosHints):
3736         two functions to allow USPosition hints from modules and StartsOnScreen
3737         work at the same time
3739         * fvwm/conditional.c (direction_cmd):
3740         Some fixes, reformatting and improvements.
3742 2003-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3744         * fvwm/icons.c (Iconify):
3745         initialise icon position to +0+0 if there is neiter a picture nor a
3746         title
3748         * fvwm/functions.c (DeferExecution):
3749         action trigger fix
3751         * todo-2.6 (todo):
3752         closed some items
3754         * fvwm/update.c (apply_window_updates):
3755         fixed drawing of sticky icon titles when the stickyicon style is being
3756         set
3758 2003-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3760         * fvwm/placement.c (CMD_PlaceAgain):
3761         * fvwm/add_window.c (setup_window_placement):
3762         * fvwm/virtual.c (MapDesk):
3763         update the GNOME hints desk when changing desks; fixes placeagain with
3764         stickyicon style
3765         some placeagain fixes
3767         * fvwm/fvwm.1.in (Example):
3768         removed duplicate Iconify section
3770         * todo-2.6 (todo):
3771         closed C.11
3773         * fvwm/functable.c (func_table):
3774         * fvwm/functions.h (func_type):
3775         * fvwm/functions.c (__execute_function):
3776         (execute_complex_function):
3777         (DeferExecution):
3778         fixed a new and and old window selection bug
3780 2003-03-09  Dan Espen  <dane@mk.telcordia.com>
3782         * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
3783         detected with Purify.
3785 2003-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3787         * libs/Colorset.c (SetWindowBackgroundWithOffset):
3788         use None, not 0 for Window structures
3790         * fvwm/events.c (InitEventHandlerJumpTable):
3791         (HandleKeyRelease):
3792         (__handle_key_event):
3793         * fvwm/bindings.c (ParseBinding):
3794         (activate_binding):
3795         * libs/Bindings.h:
3796         * fvwm/fvwm.1.in:
3797         removed key release binding because they can not work reliably
3799 2003-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3801         * fvwm/functable.c (func_table):
3802         trigger on ButtonPress for many of the functions
3804         * fvwm/functions.c (__execute_function):
3805         (__execute_function):
3806         fixed conditional commands a la "Current" triggered on root window
3808 2003-03-01  Dan Espen  <dane@mk.telcordia.com>
3810         * todo-2.6: Closed B.2, C.21.
3812 2003-02-28  olicha  <olivier.chapuis@free.fr>
3814         * libs/defaults.h:
3815         * fvwm/events.c (HandleConfigureRequest):
3816         Added a workaround for application with broken max/min size hints
3817         vs a size configure request. This "fixes" floating java JToolBar.
3819         * fvwm/add_window.c (GetWindowSizeHints):
3820         Check that the max size hint is not broken relatively to the the base
3821         size hint
3823 2003-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3825         * NEWS:
3826         * configure.in:
3827         released 2.5.6, set version to 2.5.7
3829         * NEWS:
3830         * configure.in:
3831         updated for 2.5.6
3833 2003-02-26  Tony Finch  <dot@dotat.at>
3835         * fvwm/borders.c (border_draw_one_border_part):
3836         Don't draw the handle relief marks when the border is flat.
3838 2003-02-27  Mikhael Goikhman  <migo@homemail.com>
3840         * configure.in:
3841         s/fribdi_in_path/fribidi_in_path/
3843         * todo-2.6:
3844         spell checking and some reformatting
3846 2003-02-26  olicha  <olivier.chapuis@free.fr>
3848         * fvwm/borders.c (border_setup_bar_pixmaps):
3849         Fixed a miss-print which can cause a core dump
3851         * todo-2.6:
3852         Added a 2.6 TODO file
3854 2003-02-25  Dan Espen  <dane@mk.telcordia.com>
3856         * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
3857         void functioin cannot return a value.
3859 2003-02-25  olicha  <olivier.chapuis@free.fr>
3861         * configure.in:
3862         Fixed compilation warning if fribidi is in path
3864 2003-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3866         * fvwm/windowlist.c (CMD_WindowList):
3867         removed unused instruction
3869 2003-02-22  Dan Espen  <dane@mk.telcordia.com>
3871         * configure.in: Remove nested function from -Werror check.
3872         Lets configure work without gcc.
3874         * fvwm/read.h:
3875         * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
3877 2003-02-21  Dan Espen  <dane@mk.telcordia.com>
3879         * fvwm/functions.c (__run_complex_function_items): Make Break start
3880         working again.
3882 2003-02-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3884         * fvwm/move_resize.c (get_outline_rects):
3885         (draw_move_resize_grid):
3886         initial drawing and final undrawing of wire frame no longer toggles the
3887         pixel in the top left corner of the screen
3889         * fvwm/expand.c (expand_vars):
3890         disabled warnings about one letter variables
3892 2003-02-17  Dan Espen  <dane@mk.telcordia.com>
3894         * README: Update to reflect release 2.5.x.
3895         * NEWS: Update news for FvwmPager drag fix.
3897 2003-02-15  olicha  <olivier.chapuis@free.fr>
3899         * fvwm/fvwm.1.in:
3900         Fixed a typo
3902 2003-02-13  olicha  <olivier.chapuis@free.fr>
3904         * fvwm/gnome.c (GNOME_SetClientList):
3905         Applied David Fries patch which fixes a possible crash with more
3906         than 256 windows
3907         (GNOME_SetClientList):
3908         malloc -> safemalloc
3910 2003-02-09  Dan Espen  <dane@mk.telcordia.com>
3912         * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
3913         Give the XorValue range.
3915 2003-02-08  Dan Espen  <dane@mk.telcordia.com>
3917         * fvwm/fvwm.1.in: Fully document the emulate command.
3919 2003-02-06  olicha  <olivier.chapuis@free.fr>
3921         * fvwm/borders.c (get_common_decorations):
3922         (border_get_border_background):
3924 2003-02-05  Dan Espen  <dane@mk.telcordia.com>
3926         * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
3928 2003-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3930         * fvwm/menuitem.h:
3931         * fvwm/menuitem.c (menuitem_get_size):
3932         * fvwm/menus.c (calculate_item_sizes):
3933         renamed "mips" to mipst
3935         * fvwm/menuitem.c (menuitem_get_item_size):
3936         * fvwm/menus.c (_calculate_item_sizes):
3937         backed out patch from 30-Jan-2003
3939 2003-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3941         * fvwm/menuitem.h:
3942         * fvwm/menuitem.c (menuitem_get_item_size):
3943         * fvwm/menus.c (_calculate_item_sizes):
3944         functions renamed due to global name space collision with IRIX 6.5
3946 2003-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3948         * configure.in:
3949         added tests/hints/Makefile.am
3951 2003-01-24  Dan Espen  <dane@mk.telcordia.com>
3953         * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
3955 2003-01-20  Dan Espen  <dane@mk.telcordia.com>
3957         * sample.fvwmrc/DecorWin95:
3958         * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
3959         Replace a long time ago.
3961 2003-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3963         * fvwm/stack.c (new_layer):
3964         (collect_transients_recursive):
3965         (__restack_window):
3966         fixed Layer command
3968         * fvwm/events.c (HandleConfigureRequest):
3969         fixed placement of icons
3970         fixed size calculations of icons
3972 2003-01-18  Mikhael Goikhman  <migo@homemail.com>
3974         * fvwm/expand.c:
3975         fixed $[desk.name<n>] that was masked by $[desk.n],
3976         added $[desk.pagesx] and $[desk.pagesy]
3978 2003-01-16  Dan Espen  <dane@mk.telcordia.com>
3980         * NEWS: Update news.  Spelling fixes 2.5.x news.
3981         * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
3982         its not interactive.
3984 2003-01-12  Mikhael Goikhman  <migo@homemail.com>
3986         * fvwm/functable.c:
3987         added a short description together with the commands
3989 2003-01-12  Marcus Lundblad  <ml@update.uu.se>
3991         * NEWS:
3992         Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
3993         HasHandles
3995 2003-01-11  Mikhael Goikhman  <migo@homemail.com>
3997         * expand.c:
3998         * NEWS:
3999         deprecate all single letter variables, new variables are supported now
4000         $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
4001         $[desk.n], $[version.num], $[version.info], $[version.line].
4003 2003-01-07  Marcus Lundblad <ml@update.uu.se>
4005         * fvwm/style.c (style_parse_one_style_option):
4006         * fvwm/fvwm.1.in:
4007         Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
4008         DisallowMaximizeFixedSize
4010 2003-01-06  Dan Espen  <dane@mk.telcordia.com>
4012         * fvwm/fvwm.1.in: Lang check.
4014 2003-01-03  olicha  <olivier.chapuis@free.fr>
4016         * fvwm/commands.h:
4017         * INSTALL.fvwm:
4018         * fvwm/ewmh.h:
4019         * fvwm/ewmh_intern.h:
4020         * fvwm/ewmh_names.c:
4021         * fvwm/ewmh_icons.c:
4022         * fvwm/ewmh_events.c:
4023         * fvwm/ewmh_conf.c:
4024         * fvwm/ewmh.c:
4025         * fvwm/gnome.c:
4026         * fvwm/gnome.h:
4027         * fvwm/functable.c (func_table):
4028         * fvwm/fvwm.c (setVersionInfo):
4029         * acconfig.h:
4030         * configure.in:
4031         Removed GNOME and HAVE_EWMH ifdef
4033         * fvwm/fvwm.1.in:
4034         Documented UseTitleDecorRotation
4036 2003-01-03  Mikhael Goikhman  <migo@homemail.com>
4038         * fvwm/module_interface.c (MoveViewport):
4039         * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
4040         M_NEW_PAGE now has 7 arguments
4042 2003-01-02  olicha  <olivier.chapuis@free.fr>
4044         * fvwm/fvwm.1.in:
4045         Documented  the new icon style options
4047         * fvwm/fvwm.h:
4048         * fvwm/icons.h:
4049         * fvwm/icons.c (DrawIconTitleWindow):
4050         (DrawIconPixmapWindow):
4051         (setup_icon_title_size):
4052         * fvwm/style.c (style_parse_one_style_option):
4053         Fixed IconTitleRelief and IconBackgroundRelief arguments
4055         * fvwm/icons.c (GetIconPicture):
4056         (SetIconPixmapSize):
4057         Fixed IconSize style for non shaped depth > 1 pixmaps
4059 2003-01-02  Mikhael Goikhman  <migo@homemail.com>
4061         * NEWS:
4062         * fvwm/commands.h:
4063         * fvwm/conditional.c (CMD_On):
4064         * fvwm/functable.c:
4065         * fvwm/fvwm.1.in:
4066         new conditional command On for non-window related conditions
4068         * fvwm/execcontext.h:
4069         * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
4070         two new exec contexts for restarting
4072 2003-01-02  olicha  <olivier.chapuis@free.fr>
4074         * fvwm/builtins.c (ReadMultiPixmapDecor):
4075         StretchedPixmap -> AdjustedPixmap
4077         * fvwm/fvwm.1.in:
4078         Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
4079         Documented the new MultiPixmap syntax
4081 2002-12-31  Mikhael Goikhman  <migo@homemail.com>
4083         * NEWS:
4084         * fvwm/fvwm.1.in:
4085         * fvwm/builtins.c (ReadTitleButton):
4086         * fvwm/screen.h:
4087         new button state shortcuts AllActiveUp, AllActiveDown,
4088         AllInactiveUp, AllInactiveDown
4090 2002-12-31  olicha  <olivier.chapuis@free.fr>
4092         * libs/PictureGraphics.c (PCopyArea):
4093         Fixed rendering of depth 1 pixmap with a mask
4095         * fvwm/update.c (apply_window_updates):
4096         Fixed icon bg cset update
4098         * fvwm/events.c (HandlePropertyNotify):
4099         * fvwm/geometry.c (move_icon_to_position):
4100         Fixed non shaped icons with a bg padding but without cs bg
4102         * NEWS:
4103         * fvwm/style.c (style_parse_icon_size_style):
4104         (merge_styles):
4105         * fvwm/fvwm.h (window_style):
4106         * fvwm/add_window.c (setup_icon_size_limits):
4107         * fvwm/icons.c (SetIconPixmapSize):
4108         (GetIconPicture):
4109         New option to IconSize style: Adjusted, Streched, Shrunk
4111         * fvwm/icons.c (SetIconPixmapSize):
4112         (GetIconPicture):
4113         Always center the icon with IconSize if the icon has a background
4115 2002-12-30  Mikhael Goikhman  <migo@homemail.com>
4117         * configure.in:
4118         FvwmWindowMenu renaming; compact long diagnostics into half of line
4120         * NEWS:
4121         documeted and corrected new features
4123         * fvwm/fvwm.1.in:
4124         removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
4125         since these are the only way currently to create themes
4127         * fvwm/fvwm.c:
4128         small reformatting
4130 2002-12-30  olicha  <olivier.chapuis@free.fr>
4132         * NEWS:
4133         * fvwm/icons.c (setup_icon_title_size):
4134         (set_icon_pixmap_background):
4135         (CreateIconWindow):
4136         (DrawIconTitleWindow):
4137         (DrawIconPixmapWindow):
4138         (DrawIconWindow):
4139         (ChangeIconPixmap):
4140         (RedoIconName):
4141         * fvwm/events.c (HandleEnterNotify):
4142         (HandleExpose):
4143         (HandleLeaveNotify):
4144         (HandlePropertyNotify):
4145         * fvwm/borders.c (border_draw_decorations):
4146         * fvwm/default.h:
4147         * fvwm/fvwm.h:
4148         * fvwm/add_window.c (setup_icon_background_parameters):
4149         (setup_icon_title_parameters):
4150         (setup_style_and_decor):
4151         (setup_icon_font):
4152         * fvwm/geometry.c (move_icon_to_position):
4153         * fvwm/style.h:
4154         * fvwm/style.c (check_window_style_change):
4155         (update_style_colorset):
4156         (update_icon_title_cs_style):
4157         (update_icon_title_cs_hi_style):
4158         (update_icon_background_cs_style):
4159         (merge_styles):
4160         * fvwm/update.h:
4161         * fvwm/update.c (apply_window_updates):
4162         New style options IconBackgroundColorset, IconTitleColorset,
4163         HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
4164         and IconBackgroundPadding
4166 2002-12-28  Mikhael Goikhman  <migo@homemail.com>
4168         * libs/FShm.h:
4169         fixed compilation without XShm
4171         * fvwm/borders.c (border_rotate_titlebar_descr):
4172         fixed warning: deprecated use of label at end of compound statement
4174 2002-12-27  olicha  <olivier.chapuis@free.fr>
4176         * fvwm/ConfigFvwmDefaults:
4177         UseTitleDecorRotation is a default
4179         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4180         (do_relieve_rectangle):
4181         * libs/fvwmlib.h:
4182         * fvwm/borders.c (border_draw_title_stick_lines):
4183         (border_create_root_transparent_pixmap):
4184         (border_mp_render_into_pixmap):
4185         (border_draw_decor_to_pixmap):
4186         (border_mp_render_into_pixmap):
4187         (border_mp_get_titlebar_descr):
4188         (border_mp_draw_mp_titlebar):
4189         (border_draw_decor_to_pixmap):
4190         (border_set_button_pixmap):
4191         (border_get_titlebar_draw_descr):
4192         (border_set_title_pixmap):
4193         (border_rotate_titlebar_descr):
4194         (border_get_titlebar_descr):
4195         Completed UseTitleDecorRotation
4197 2002-12-26  olicha  <olivier.chapuis@free.fr>
4199         * fvwm/update.c (apply_window_updates):
4200         * fvwm/frame.c (frame_get_titlebar_dimensions):
4201         (frame_set_decor_gravities):
4202         * fvwm/borders.c (border_set_button_pixmap):
4203         (border_get_titlebar_descr):
4204         (border_draw_one_button):
4205         Buttons order follows the title text rotations.
4206         More UseTitleDecorRotation preparation
4208         * fvwm/borders.c (border_draw_decor_to_pixmap):
4209         Fixed SolidButton
4211 2002-12-24  olicha  <olivier.chapuis@free.fr>
4213         * fvwm/borders.c (border_mp_render_into_pixmap):
4214         (border_fill_pixmap_background):
4215         Some borders drawing fixes
4217         * libs/Graphics.c (CreateRotatedPixmap):
4218         * fvwm/geometry.c (get_title_font_size_and_offset):
4219         * fvwm/update.c (apply_window_updates):
4220         * fvwm/borders.c (border_set_button_pixmap):
4221         (border_get_titlebar_draw_descr):
4222         (border_draw_title):
4223         (border_rotate_titlebar_descr):
4224         (border_get_titlebar_descr):
4225         More UseTitleDecorRotation preparation
4227 2002-12-22  Dan Espen  <dane@mk.telcordia.com>
4229         * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
4230         so we won't get so many application bugs report to fvwm-workers.
4232         * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
4234 2002-12-21  Marcus Lundblad <ml@update.uu.se>
4236         * fvwm/style.c (style_parse_one_style_option):
4237         * fvwm/style.h:
4238         * fvwm/fvwm.h:
4239         * fvwm/window_flags:
4240         * fvwm/decorations.c (is_function_allowed,
4241                               __is_resize_allowed):
4242         Added styles Closable, Iconifiable, Maximizable and
4243         AllowMaximizeFixedSize
4244         * fvwm/conditional.c (MatchesConditionMask,
4245                               CreateConditionMask):
4246         Added conditionals Closable,Iconifiable and Maximizable
4247         * fvwm/fvwm.1.in:
4248         Documented styles Closable, Iconifiable, Maximizable and
4249         AllowMaximizeFixedSize and conditionals
4250         Closable,Iconifiable and Maximizable
4252 2002-12-20  olicha  <olivier.chapuis@free.fr>
4254         * fvwm/window_flags.h:
4255         * fvwm/update.h:
4256         * fvwm/update.c (apply_window_updates):
4257         * fvwm/style.h:
4258         * fvwm/style.c (style_parse_one_style_option):
4259         * fvwm/fvwm.h:
4260         UseTitleDecorRotation style preparation
4262         * fvwm/fvwm.c (main):
4263         Use best TrueColor visual
4265         * fvwm/borders.c (border_get_border_gcs):
4266         Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
4267         window which may have a depth != Pdepth
4269         * fvwm/menus.c (paint_side_pic):
4270         * fvwm/menuitem.c (menuitem_paint):
4271         * fvwm/icons.c (DrawIconPixmapWindow):
4272         * fvwm/colorset.c (parse_colorset):
4273         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
4274         Used Scr.AlphaGC
4276 2002-12-19  olicha  <olivier.chapuis@free.fr>
4278         * libs/Graphics.c (CreateRotatedPixmap):
4279         * libs/fvwmlib.h:
4280         New interface function CreateRotatedPixmap
4282         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
4283         (PImageLoadXpm):
4284         * libs/PictureGraphics.c (PCreateRenderPixmap):
4285         (PCreateDitherPixmap):
4286         * libs/Graphics.c (CreateGradientPixmap):
4287         (CreateRotatedPixmap):
4288         * acconfig.h:
4289         * configure.in:
4290         * libs/FShm.h (new file):
4291         * libs/FImage.h (new file):
4292         * libs/FImage.c (new file):
4293         * libs/Makefile.am:
4294         * fvwm/fvwm.c (setVersionInfo):
4295         Added MIT Shared Memory Extension for XImage
4297         * NEWS:
4298         Some news
4300         * fvwm/screen.h:
4301         * fvwm/builtins.c (ReadDecorFace):
4302         (FreeDecorFace):
4303         * fvwm/borders.c (border_draw_decor_to_pixmap):
4304         (border_fill_pixmap_background):
4305         AdjustedPixmap, StretchedPixmap and ShrunkPixmap
4307 2002-12-17  Mikhael Goikhman  <migo@homemail.com>
4309         * libs/FBidiJoin.c:
4310         shape-and-join fixes from Nadim Shaikli (slightly modified)
4312 2002-12-16  olicha  <olivier.chapuis@free.fr>
4314         * libs/PictureGraphics.h:
4315         * libs/PictureGraphics.c (PTileRectangle):
4316         (PGraphicsCreateTiledPicture):
4317         * libs/Graphics.c (CreateTiledPixmap):
4318         New interface function: PGraphicsCreateTiledPicture
4320         * fvwm/screen.h:
4321         * fvwm/fvwm.c (CreateGCs):
4322         Added a global (Scr) alpha GC
4324         * configure.in:
4325         * fvwm/screen.h:
4326         * fvwm/builtins.c (ReadMultiPixmapDecor):
4327         (update_decorface_colorset):
4328         (FreeDecorFace):
4329         * fvwm/borders.c (border_get_tb_parts_to_draw):
4330         (border_fill_pixmap_background):
4331         (border_setup_bar_pixmaps):
4332         (border_get_bar_pixmaps):
4333         (border_free_bar_pixmaps):
4334         (border_mp_render_into_pixmap):
4335         (border_mp_get_length):
4336         (border_mp_get_titlebar_descr):
4337         (border_mp_get_geometry):
4338         (border_mp_get_use_title_style_parts_and_geometry):
4339         (border_mp_draw_mp_titlebar):
4340         (border_draw_decor_to_pixmap):
4341         (border_draw_title_deep):
4342         (border_get_titlebar_draw_descr):
4343         (border_setup_use_title_style):
4344         (border_get_titlebar_descr_state):
4345         (border_get_titlebar_descr):
4346         (border_get_transparent_decorations_part):
4347         (border_draw_title_stick_lines):
4348         MultiPixmap can use Colorset and Solid color. Various others minor
4349         improvement in MultiPixmap. "Merge" the MultiPixmap code into the
4350         "main" drawing code and remove the #ifdef.
4351         New option to ButtonStyle and TitleStyle: StretchedPixmap.
4352         Use the new Scr.AlphaGC.
4354 2002-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4356         * fvwm/add_window.c (validate_transientfor):
4357         do not ignore transientfor hint for iconified windows
4359 2002-12-12  Jason Weber <baboon@imonk.com>
4361         * fvwm/fvwm.1.in:
4362         * fvwm/conditional.c (CMD_ScanForWindow):
4363         * fvwm/commands.h:
4364         * fvwm/functable.c:
4365         rename ScanWindow to ScanForWindow
4367 2002-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4369         * fvwm/menuitem.c (menuitem_paint):
4370         * fvwm/colorset.c (parse_colorset):
4371         * fvwm/icons.c (DrawIconPixmapWindow):
4372         * fvwm/focus.c (_SetFocusWindow):
4373         (_ReturnFocusWindow):
4374         (_DeleteFocus):
4375         (_ForceDeleteFocus):
4376         (__activate_window_by_command):
4377         patches to prevent UMR messages in memory debuggers
4379 2002-12-11  Jason Weber <baboon@imonk.com>
4381         * fvwm/fvwm.1.in: Added ScanWindow
4383         * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
4384         * fvwm/commands.h:
4385         * fvwm/functable.c:
4386         Generalized CMD_Direction into direction_cmd.
4387         Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
4388         Replace Cycle prefix with secondary direction argument.
4390 2002-12-10  Dan Espen  <dane@mk.telcordia.com>
4392         * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
4394 2002-12-05  Marcus Lundblad <ml@update.uu.se>
4395         * fvwm/conditional.c (CreateConditionMask):
4396         Implemented conditional "FixedSize" and "HasHandles"
4397         * fvwm/fvwm.1.in
4398         Documented conditional options "FixedSize" and "HasHandles".
4400 2002-12-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4402         * fvwm/placement.c (PlaceWindow):
4403         fixed StickyAcrossDesks w/ StartsOnPage
4405         * fvwm/functable.c:
4406         * fvwm/commands.h:
4407         * fvwm/ewmh_conf.c (set_state_workaround):
4408         * fvwm/update.c (apply_window_updates):
4409         * fvwm/windowlist.c (CMD_WindowList):
4410         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4411         (ewmh_WMStateSticky):
4412         * fvwm/conditional.c (CreateConditionMask):
4413         * fvwm/gnome.c (GNOME_SetHints):
4414         (GNOME_GetStyle):
4415         (GNOME_HandlePropRequest):
4416         * fvwm/placement.c (SmartPlacement):
4417         (get_next_x):
4418         (get_next_y):
4419         (test_fit):
4420         (PlaceWindow):
4421         * fvwm/session.c (SaveWindowStates):
4422         (MatchWinToSM):
4423         (MatchWinToSM):
4424         * fvwm/ewmh.c (check_desk):
4425         (EWMH_SetWMDesktop):
4426         (ewmh_ComputeAndSetWorkArea):
4427         (ewmh_HandleDynamicWorkArea):
4428         (ewmh_HandleDesktop):
4429         (ewmh_HandleDock):
4430         (ewmh_HandleMenu):
4431         (ewmh_HandleToolBar):
4432         * fvwm/virtual.c (UnmapDesk):
4433         (MapDesk):
4434         (MoveViewport):
4435         (do_move_window_to_desk):
4436         * fvwm/icons.c (setup_icon_title_size):
4437         (DrawIconTitleWindow):
4438         (AutoPlaceIcon):
4439         (Iconify):
4440         * fvwm/borders.c (is_button_toggled):
4441         (get_common_decorations):
4442         (border_draw_title_stick_lines):
4443         * fvwm/add_window.c (AddWindow):
4444         * fvwm/move_resize.c (__move_window):
4445         (__move_window):
4446         (is_window_sticky_across_pages):
4447         (is_window_sticky_across_desks):
4448         (MaximizeHeight):
4449         (MaximizeWidth):
4450         (stick_page):
4451         (stick_desk):
4452         (CMD_Stick):
4453         (CMD_StickAcrossPages):
4454         (CMD_StickAcrossDesks):
4455         (stick_across_pages):
4456         (stick_across_desks):
4457         (handle_stick_across_desks):
4458         (handle_stick_across_pages):
4459         (handle_stick):
4460         * fvwm/fvwm.h (struct):
4461         * fvwm/style.c (style_parse_one_style_option):
4462         (check_window_style_change):
4463         * fvwm/style.h:
4464         * fvwm/window_flags.h:
4465         renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
4466         StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
4467         everywhere
4469         * fvwm/focus.c (CMD_Focus):
4470         (CMD_FlipFocus):
4471         (__activate_window_by_command):
4472         (__update_windowlist):
4473         (__set_focus_to_fwin):
4474         (_SetFocusWindow):
4475         (_ReturnFocusWindow):
4476         (_DeleteFocus):
4477         (_ForceDeleteFocus):
4478         fixed window list order with FlipFocus command
4480 2002-12-08  Mikhael Goikhman  <migo@homemail.com>
4482         * AUTHORS:
4483         * NEWS:
4484         document bidi entry undocumented in 2.5.5
4486 2002-12-06  olicha  <olivier.chapuis@free.fr>
4488         * acinclude.m4:
4489         Fixed the "detection" of the LINGUAS variable
4491         * configure.in:
4492         Added ar to ALL_LINGUAS
4495 2002-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4497         * fvwm/move_resize.c (__resize_window):
4498         fixed handling of MontionNotify and PropertyNotify events
4500 2002-12-03  olicha  <olivier.chapuis@free.fr>
4502         * fvwm/borders.c (border_draw_decor_to_pixmap):
4503         (border_get_border_background):
4504         (get_common_decorations):
4505         BorderGC cleanup
4507         * fvwm/builtins.c (CMD_PrintInfo):
4508         New subject nls to PrintInfo
4510         * libs/FGettext.c (*):
4511         New command FlocalePath
4513 2002-12-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4515         * NEWS:
4516         * configure.in:
4517         changed version to 2.5.6
4519         * NEWS:
4520         * configure.in:
4521         updated for 2.5.5
4523 2002-12-02  olicha  <olivier.chapuis@free.fr>
4525         * libs/FRenderInit.c (FRenderInit):
4526         Fixed alpha depth if !XRenderSupport
4528         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
4529         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
4530         (PImageLoadPng):
4531         * libs/PictureImageLoader.h:
4532         Fixed image loading on bigedian machine
4534 2002-12-01  Mikhael Goikhman  <migo@homemail.com>
4536         * libs/FBidi.c (FBidiConvert):
4537         several small changes
4538         * libs/FBidiJoin.c (shape_n_join):
4539         enabled a new bidi shaping code
4541 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4543         * fvwm/frame.c (frame_restore_client_gravities):
4544         (frame_free_move_resize_args):
4545         fixed a redrawing problem after shading a window
4547 2002-11-29  olicha  <olivier.chapuis@free.fr>
4549         * acinclude.m4:
4550         Defined AM_PATH_PROG_WITH_TEST and re-enable it
4552         * configure.in:
4553         * Makefile.am:
4554         Fixed two missprints
4556 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4558         * fvwm/bindings.c (ParseBinding):
4559         fix for stroke-less compile
4561 2002-11-29  olicha  <olivier.chapuis@free.fr>
4563         * fvwm/commands.h (enum):
4564         * fvwm/functable.c (func_table):
4565         * fvwm/builtins.c (CMD_LocalePath):
4566         * libs/FGettext.c (FGettextSetLocalePath):
4567         * libs/FGettext.h:
4568         Preparation for LocalePath command
4570         * fvwm/screen.h (ScreenInfo):
4571         * fvwm/fvwm.c (CreateGCs):
4572         Rename Scr.TileGC to Scr.BordersGC
4574         * acinclude.m4:
4575         A libintl autoconf fix
4577         * libs/Colorset.c (CreateBackgroundPixmap):
4578         Do not grab the server when we dump the E setroot pixmap
4580 2002-11-29  olicha  <olivier.chapuis@free.fr>
4582         * acconfig.h:
4583         * fvwm/Makefile.am:
4584         * Makefile.am:
4585         * configure.in:
4586         * acinclude.m4:
4587         Added NLS support with gnu gettext
4589         * fvwm/fvwm.c (main):
4590         FGettextInit
4592         * fvwm/expand.c (expand_vars_extended):
4593         New extanded variable $[gt.any_string]
4595         * fvwm/virtual.c (CMD_DesktopName):
4596         * fvwm/windowlist.c (get_desk_title):
4597         * fvwm/expand.c (expand_vars_extended):
4598         * fvwm/fvwm.c (SetRCDefaults):
4599         * fvwm/ConfigFvwmSetup:
4600         Mark some strings to be translated
4602         * libs/FGettext.c (new file):
4603         * libs/FGettext.c (new file):
4604         * libs/Makefile.am:
4605         gnu gettext libintl warper
4607 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4609         * fvwm/add_window.c (RestoreWithdrawnLocation):
4610         rixed rxvts with S/E gravity travelling off screen upon recapture after
4611         they were resized.
4613         * fvwm/events.c (__handle_key_event):
4614         * fvwm/bindings.c (activate_binding):
4615         (__rebind_global_key):
4616         fixed unbinding pointerkey bindings removing the grab for this key
4617         completely
4619         * fvwm/events.c (__is_bpress_window_handled):
4620         fixed click on override redirect windows being handled by the root
4621         window
4623         * fvwm/misc.c (GrabEm):
4624         confine the pointer to the root window when grabbed
4626         * fvwm/events.c (HandleUnmapNotify):
4627         fixed reparenting problem with restarts from desks != 0
4629 2002-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4631         * fvwm/events.c:
4632         removed experimental code
4634 2002-11-28  olicha  <olivier.chapuis@free.fr>
4636         * fvwm/borders.c (border_get_border_background):
4637         (border_draw_decor_to_pixmap):
4638         (border_fill_pixmap_background):
4639         Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
4640         soon.
4642 2002-11-26  Mikhael Goikhman  <migo@homemail.com>
4644         * fvwm/fvwm.c (InitVariables):
4645         fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
4646         of 100%
4647         * fvwm/virtual.c (CMD_EdgeScroll):
4648         minor spacing
4650         * fvwm/ConfigFvwmDefaults:
4651         do not include empty ConfigFvwmProxyDefaults, added one binding
4653 2002-11-26  olicha  <olivier.chapuis@free.fr>
4655         * libs/Colorset.c (CreateBackgroundPixmap):
4656         * fvwm/colorset.c (parse_colorset):
4657         Be more safe with the E root pixmap
4659 2002-11-25  olicha  <olivier.chapuis@free.fr>
4661         * fvwm/move_resize.c (__move_loop):
4662         Redraw the transparent decoration parts when a move is abored
4664         * fvwm/colorset.c (parse_colorset):
4665         Fixed the fgsh Colorset colors when the Image change but not the bg
4667 2002-11-24  Jason Weber  <baboon@imonk.com>
4669         * fvwm/conditional.c (CMD_Direction):
4670         Extended Direction to allow CycleWest, CycleEast, etc that guarantees
4671         eventual traversal of all windows over repeated calls.  It also cycles
4672         back to the opposite extent when it hits the limit in the given
4673         direction.
4675 2002-11-22  olicha  <olivier.chapuis@free.fr>
4677         * fvwm/borders.h:
4678         * fvwm/borders.c (get_common_decorations):
4679         (border_get_parts_and_pos_to_draw):
4680         (border_get_changed_border_parts):
4681         (border_get_frame_pixmap, new):
4682         (border_get_border_background):
4683         (border_draw_one_border_part):
4684         (border_draw_decorations):
4685         (border_get_tb_parts_to_draw):
4686         (border_fill_pixmap_background):
4687         (border_get_titlebar_descr_state, new):
4688         (border_draw_titlebar):
4689         (border_setup_bar_pixmaps, new):
4690         (border_get_bar_pixmaps, new):
4691         (border_free_bar_pixmaps, new):
4692         (border_setup_use_title_style, new):
4693         (border_set_button_pixmap):
4694         (border_set_title_pixmap):
4695         (border_draw_one_button):
4696         (border_set_button_pixmap):
4697         (border_draw_title_deep):
4698         (border_get_transparent_decorations_part, new):
4699         Title, Border and Buttons Style Colorset Option: Drawing
4701         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
4702         (__move_window):
4703         (__move_loop):
4704         * fvwm/frame.c (__frame_setup_window):
4705         (frame_has_handles_and_tiled_border):
4706         (frame_create_move_resize_args):
4707         (frame_free_move_resize_args):
4708         Title, Border and Buttons Style Colorset Option: External drawing
4709         stuff. Basically additional redrawing for RootTransparent
4711         * fvwm/builtins.c (update_decorface_colorset, new):
4712         (update_titlebutton_colorset, new):
4713         (update_decors_colorset, new):
4714         (update_fvwm_colorset):
4715         Title, Border and Buttons Style Colorset Option: Dynamic updating
4717         * fvwm/screen.h:
4718         * fvwm/builtins.c (ReadDecorFace):
4719         Title, Border and Buttons Style Colorset Option: Configuration
4721         * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
4722         * libs/Colorset.h:
4723         Title, Border and Buttons Style Colorset Option: Convinent macros and
4724         function
4726 2002-11-18  Dan Espen  <dane@mk.telcordia.com>
4728         * libs/Makefile.am: Add missing Bindings.h.
4730 2002-11-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4732         * fvwm/move_resize.c (__move_loop):
4733         send M_CONFIGURE_WINDOW only when the window actually moves
4735 2002-11-16  Mikhael Goikhman  <migo@homemail.com>
4737         * libs/FBidi.c:
4738         * libs/FBidi.h:
4739         * libs/FBidiJoin.c:
4740         * libs/FBidiJoin.h:
4741         * libs/Makefile.am:
4742         incorporated a shape-and-join bidi functionality from Nadim Shaikli
4743         with minor improvements; it is disabled for now (#if 0) since
4744         some Arabic chars cause core dump
4746 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4748         * fvwm/fvwm.1.in (Examples):
4749         added documentation of Icon option for PlaceAgain command
4751         * fvwm/events.c (__handle_key_event):
4752         fixed global key binding problem
4754 2002-11-15  olicha  <olivier.chapuis@free.fr>
4756         * libs/Bindings.c (MatchBindingExactly):
4757         (__compare_binding):
4758         compile fixes w/o stroke lib
4760         * NEWS:
4761         * fvwm/geometry.c (get_title_font_size_and_offset):
4762         * fvwm/builtins.c (do_title_style):
4763         New MinHeight option to TitleStyle
4765 2002-11-15  olicha  <olivier.chapuis@free.fr>
4767         * fvwm/builtins.c (update_fvwm_colorset):
4768         (CMD_Colorset):
4769         (do_title_style):
4771         * fvwm/builtins.h:
4772         * fvwm/colorset.c (update_root_transparent_colorset):
4773         Fixed update of the RootTransparent colorset in fvwm
4775 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4777         * libs/Bindings.c (__compare_binding):
4778         (MatchBindingExactly):
4779         compoile fixes w/o stroke lib
4781 2002-11-14  olicha  <olivier.chapuis@free.fr>
4783         * fvwm/fvwm.1.in:
4784         * INSTALL.fvwm:
4785         * NEWS
4786         Removed any reference on "xft and flickering"
4788 2002-11-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4790         * fvwm/eventmask.h (XEVMASK_ICONW):
4791         * fvwm/events.c (HandleKeyRelease):
4792         (HandleKeyPress):
4793         (__handle_key_event):
4794         * fvwm/bindings.c (ParseBinding):
4795         (activate_binding):
4796         * libs/Bindings.h (enum):
4797         implemented key release bindings; prefix the key name with a '-';
4798         does not work well with some applications
4800 2002-11-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4802         * libs/Bindings.h:
4803         new file
4805         * fvwm/bindings.c (ParseBinding):
4806         (binding_cmd):
4807         (activate_binding):
4808         (bind_get_bound_button_contexts):
4809         (ParseBinding):
4810         (CMD_Stroke):
4811         (CMD_Mouse):
4812         (CMD_PointerKey):
4813         (CMD_Key):
4814         (RemoveMatchingBinding):
4815         (AddBinding):
4816         (AreBindingsEqual):
4817         (GrabWindowKey):
4818         (GrabWindowButton):
4819         (GrabAllWindowKeysAndButtons):
4820         * fvwm/module_interface.c (CMD_ModuleSynchronous):
4821         * fvwm/events.c (__handle_bpress_on_root):
4822         (__handle_bpress_on_managed):
4823         (HandleButtonRelease):
4824         * fvwm/builtins.c (CMD_Wait):
4825         (CMD_StrokeFunc):
4826         * libs/fvwmlib.h (enum):
4827         fixed Key vs. PointerKey with "A"ny context
4829 2002-11-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4831         * fvwm/icons.c (Iconify):
4832         icon placement safety patch
4833         (CreateIconWindow):
4834         fixed initial position of application provided icon windows
4836         * fvwm/session.c (LoadWindowStates):
4837         fixed parsing of strings beginning with whitespace in session file
4839         * fvwm/fvwm.1.in (Note):
4840         * fvwm/style.c (style_set_old_focus_policy):
4841         * libs/defaults.h (DEF_FP_MODIFIERS):
4842         set default modifiers for raising/focusing to N again
4844 2002-11-11  olicha  <olivier.chapuis@free.fr>
4846         * fvwm/fvwm.1.in:
4847         * fvwm/fvwm.c (main):
4848         (usage):
4849         named-palette -> visual-palette, -N -> -P
4851 2002-11-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4853         * fvwm/ConfigFvwmDefaults:
4854         include ConfigFvwmProxyDefaults
4856         * fvwm/fvwm.c (usage):
4857         polished usage message
4859 2002-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4861         * fvwm/fvwm.c (usage):
4862         (main):
4863         cleaned up usage and error messages
4864         use short option names in usage message an man page synopsis
4865         all options are case sensitive
4866         do not mention the "-" style long options in the man page; instead use
4867         the "--" style
4869         * fvwm/add_window.c (setup_frame_window):
4870         * fvwm/events.c (HandleMapNotify):
4871         * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
4872         fixed empty decorations after recapture
4874         * fvwm/geometry.c (get_icon_geometry):
4875         * fvwm/icons.c (clear_icon):
4876         fixed icon jumping to 0 0 when the icon layout changes after the icon
4877         has been moved manually
4879         * fvwm/move_resize.c (__move_icon):
4880         fixed MoveToPage with icons
4882 2002-11-09  olicha  <olivier.chapuis@free.fr>
4884         * libs/Fft.c (FftGetRotatedFont):
4885         (FftGetFont):
4886         * libs/Fft.h:
4887         Check the return result of FftPatternGetMatrix
4889         * libs/Flocale.h:
4890         * libs/PictureBase.h:
4891         Added two macro
4893 2002-11-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4895         * fvwm/ewmh_conf.c (set_state_workaround):
4896         * fvwm/functable.c (func_table):
4897         * fvwm/update.c (apply_window_updates):
4898         * fvwm/windowlist.c (CMD_WindowList):
4899         * fvwm/ewmh_events.c (ewmh_WMDesktop):
4900         (ewmh_WMStateSticky):
4901         * fvwm/conditional.c (CreateConditionMask):
4902         (CreateConditionMask):
4903         * fvwm/gnome.c (GNOME_SetHints):
4904         (GNOME_GetStyle):
4905         (GNOME_HandlePropRequest):
4906         * fvwm/placement.c (SmartPlacement):
4907         (get_next_x):
4908         (test_fit):
4909         (get_next_y):
4910         (PlaceWindow):
4911         * fvwm/session.c (SaveWindowStates):
4912         (MatchWinToSM):
4913         * fvwm/ewmh.c (check_desk):
4914         (EWMH_SetWMDesktop):
4915         (ewmh_ComputeAndSetWorkArea):
4916         (ewmh_HandleDynamicWorkArea):
4917         (ewmh_HandleDesktop):
4918         (ewmh_HandleDock):
4919         (ewmh_HandleMenu):
4920         (ewmh_HandleToolBar):
4921         * fvwm/virtual.c (UnmapDesk):
4922         (MapDesk):
4923         (MoveViewport):
4924         (MoveViewport):
4925         (do_move_window_to_desk):
4926         * fvwm/icons.c (setup_icon_title_size):
4927         (DrawIconTitleWindow):
4928         (AutoPlaceIcon):
4929         (Iconify):
4930         * fvwm/borders.c (is_button_toggled):
4931         (get_common_decorations):
4932         (border_draw_title_stick_lines):
4933         * fvwm/add_window.c (AddWindow):
4934         * fvwm/move_resize.c (__move_window):
4935         (is_window_sticky_on_page):
4936         (is_window_sticky_on_desk):
4937         (MaximizeWidth):
4938         (MaximizeHeight):
4939         (stick_page):
4940         (stick_desk):
4941         (handle_stick):
4942         (handle_stick_page):
4943         (handle_stick_desk):
4944         (__handle_stick_exit):
4945         (CMD_StickDesk):
4946         (CMD_StickPage):
4947         * fvwm/style.c (style_parse_one_style_option):
4948         (check_window_style_change):
4949         * fvwm/style.h:
4950         * fvwm/fvwm.h:
4951         New Style options stickypage and stickydesk
4952         New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
4953         StickyDesk, OnlyStickyPage, OnlyStickyDesk
4954         New conditions StickyPage and StickyDesk
4955         New commands StickPage and StickDesk
4957         * fvwm/move_resize.c (__move_window):
4958         do not unstick a window when using MoveToScreen
4960         * fvwm/ewmh_conf.c:
4961         reindented
4963         * fvwm/commands.h:
4964         * fvwm/functable.c (func_table):
4965         * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
4966         renamed EWMHBaseStrut to EwmhBaseStruts
4968         * fvwm/style.c (style_set_old_focus_policy):
4969         SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
4970         (style_parse_one_style_option):
4971         renamed "Border" style to "Borders"
4972         removed "NoBorder" style; use !Borders instead
4973         renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
4974         renamed PlacmentOverlapPercentPenalties to
4975         MinOverlapPercentPlacementPenalties
4977         * fvwm/fvwm.1.in:
4978         * NEWS:
4979         corrected typo
4981         * libs/Fft.c:
4982         Fixed compiler warnings
4984 2002-11-09  Mikhael Goikhman  <migo@homemail.com>
4986         * configure.in:
4987         autogenerate FvwmWindowLister files
4989         * fvwm/fvwm.1.in:
4990         mention fvwm-menu-directory and fvwm-menu-desktop as examples
4991         of MissingSubmenuFunction and DynamicPopupAction
4993 2002-11-08  olicha  <olivier.chapuis@free.fr>
4995         * libs/PictureUtils.c (alloc_color_proportion):
4996         (alloc_color_proportion_dither):
4997         (alloc_color_proportion_grey):
4998         (alloc_color_x):
4999         (free_colors_in_table):
5000         (free_colors_x):
5001         (init_static_colors_table):
5002         (PictureFreeColors):
5003         (PictureInitColors):
5004         (PicturePrintColorInfo):
5005         Fixed StaticColor visual. Rename some of the color allocators. Clean up
5006         free colors stuff
5008 2002-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5010         * fvwm/move_resize.c (__move_window):
5011         ignore MoveToPage with sticky windows
5013         * fvwm/conditional.c (Circulate):
5014         (circulate_cmd):
5015         Next and Prev commands begin looking at the context window, if any
5017         * fvwm/focus.c (__focus_grab_buttons):
5018         fixed initial button grabbing on client window
5020         * fvwm/stack.c (BroadcastRestack):
5021         split long packets, fixed a bug and cleaned up
5023         * libs/Module.c (ReadFvwmPacket):
5024         ignore packets that are too long
5026         * fvwm/fvwm.1.in:
5027         document PopupDelay and PopdownDelay defaults
5029 2002-11-06  olicha  <olivier.chapuis@free.fr>
5031         * libs/Fft.c (FftGetFont):
5032         (FftGetRotatedFont):
5033         Use a more perfectioned method for loading font with Xft/Fc. This
5034         method allows sanity check. Preserve the matrix when rotating
5035         Xft/Fc fonts.
5037         * libs/Flocale.c (FlocaleGetMinOffset):
5038         (FlocaleRotateDrawString):
5039         (FlocaleGetFontSet):
5040         (FlocaleGetFont):
5041         * libs/Fft.c (FftDrawString):
5042         (FftGetFont):
5043         * libs/FftInterface.h:
5044         * fvwm/geometry.c (get_title_font_size_and_offset):
5045         Move the computation of the good "y" for drawing text into Flocale.
5046         Use the max ascent, descent and height for font metric (in the place
5047         of the min's one).
5049         * libs/Flocale.c (FlocalePrintLocaleInfo):
5050         * libs/Flocale.h:
5051         * libs/Fft.c (FftPrintPatternInfo):
5052         * libs/Fft.h:
5053         * fvwm/builtins.c (CMD_PrintInfo):
5054         * NEWS:
5055         * fvwm.1.in:
5056         New option "Locale" to PrintInfo Command
5058 2002-11-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5060         * fvwm/events.c (HandleExpose):
5061         removed no-op
5063 2002-11-04  Dan Espen  <dane@mk.telcordia.com>
5065         * fvwm/fvwm.1.in: colour -> color
5066         Language check.
5068 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5070         * fvwm/fvwm.1.in:
5071         * fvwm/fvwm.c (usage):
5072         (main):
5073         pallet -> palette
5075 2002-11-04  olicha  <olivier.chapuis@free.fr>
5077         * configure.in:
5078         Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
5080         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
5081         (finish_ct_init):
5082         (PictureFreeColors):
5083         (PicturePrintColorInfo):
5084         Trace colours allocation out of the pallet in depth <= 8. Better
5085         information on coulours
5087         * libs/Fft.c (FftGetRotatedFont):
5088         * libs/Fft.h:
5089         Fixed rotated font when the original font has a matrix
5091         * libs/PictureBase.c (PictureInitCMapRoot):
5092         * libs/PictureUtils.h:
5093         * libs/PictureUtils.c (PictureInitColors):
5094         (PictureAllocColorTable):
5095         * libs/PictureBase.h (PictureColorLimitOption):
5096         * fvwm/fvwm.c (main):
5097         * fvwm/fvwm.1.in
5098         New options -strict-color-limit, -allocate-pallet, -static-pallet,
5099         -named-pallet. -color-limit now take only integer argument.
5102 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5104         * libs/Module.h (struct):
5105         new type FvwmWinPacketBodyHeader to access the standard fields in a
5106         packet with a window
5108 2002-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5110         * NEWS:
5111         updated for 2.4.13
5113         * fvwm/functable.c (func_table):
5114         * fvwm/commands.h:
5115         * fvwm/style.c (style_parse_one_style_option):
5116         (parse_and_set_window_style):
5117         (__style_command):
5118         (CMD_Style):
5119         (CMD_FocusStyle):
5120         added a new command FocusStyle as a shorthand for
5121         "Style * FP..., FP..."
5123         * fvwm/builtins.c (__parse_vector_line_one_coord):
5124         (__parse_vector_line):
5125         (ReadDecorFace):
5126         split vector line parsing into sub functions
5127         (FreeDecorFace):
5128         fixed core dump in vector button offset patch
5130 2002-11-01  Marcus Lundblad <ml@update.uu.se>
5132         * fvwm/screen.h (vector_coords):
5133         added fields for offsets
5134         * fvwm/builtins.c (ReadDecorFace):
5135         rewrote parser for vector definitions to accept optional offsets
5136         * fvwm/fvwm.c (LoadDefaultLeftButton):
5137         (LoadDefaultRightButton)
5138         set default values for offsets
5139         * fvwm/borders.c (border_draw_vector_to_pixmap):
5140         updated XDrawLine call to take offsets into account
5141         * fvwm/fvwm.1.in:
5142         documented new options for vector offsets
5144 2002-11-01  olicha  <olivier.chapuis@free.fr>
5146         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
5147         Fixed icon tint pixel, it was set to icon tint percent during some
5148         renaming
5150 2002-10-31  olicha  <olivier.chapuis@free.fr>
5152         * libs/PictureUtils.c (PictureAllocColorImage):
5153         (PictureOpenImageColorAllocator):
5154         (PictureCloseImageColorAllocator):
5155         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
5156         (FIMAGE_CMD_ARGS):
5157         (PImageLoadXpm):
5158         (PImageCreatePixmapFromArgbData):
5159         (PImageLoadPixmapFromFile):
5160         * libs/PictureBase.h (FvwmPictureThing):
5161         (PictureImageColorAllocator):
5162         * libs/Picture.h:
5163         * libs/Picture.c (PDestroyFvwmPicture):
5164         (PLoadFvwmPictureFromPixmap):
5165         * libs/Graphics.c (CreateGradientPixmap):
5166         * fvwm/fvwm.c:
5167         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
5168         Added a new way to allocate colors for image and gradient. This method
5169         allows, in particular, to save (in a "fast" way) the allocated pixels
5170         with a minimal memory usage.
5171         Fixed color leaks for png, ewmh and dithered xpm images.
5173         * fvwm/add_window.c (destroy_icon):
5174         * fvwm/fvwm.h (FvwmWindow):
5175         * fvwm/icons.c (GetIconFromFile):
5176         Fixed color leaks
5178 2002-10-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5180         * fvwm/commands.h:
5181         * fvwm/functable.c:
5182         * fvwm/stack.c (enum):
5183         (position_new_window_in_stack_ring):
5184         (new_layer):
5185         (must_move_transients):
5186         (restack_windows):
5187         (__restack_window):
5188         (__raise_lower_recursion):
5189         (__raise_or_lower_window):
5190         (raise_or_lower_window):
5191         (collect_transients_recursive):
5192         (__is_restack_transients_needed):
5193         (RestackWindow):
5194         (CMD_RestackTransients):
5195         new command RestackTransients which works like Raise and Lower but does
5196         not restack windows that are not transient
5197         renamed some functions
5198         general cleanup
5200         * fvwm/fvwm.1.in:
5201         corrected cursor movement key bindings
5203         * fvwm/bindings.c (activate_binding):
5204         fixed problem w/ bindings being overridden by applications OpenOffice
5205         and the Gnome panel
5207 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
5209         * configure.in:
5210         * NEWS:
5211         switched to 2.5.5
5213         * configure.in:
5214         include FvwmProxy to build
5216 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
5218         * configure.in:
5219         exclude FvwmProxy from build
5221         * configure.in:
5222         * NEWS:
5223         updated for 2.5.4
5225 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5227         * configure.in:
5228         added FvwmProxy module
5230 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
5232         * fvwm/fvwm.1.in:
5233         * fvwm/windowlist.c (CMD_WindowList):
5234         renamed SortClassName to SortByClass
5236 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5238         * fvwm/menustyle.c (menustyle_update):
5239         (menustyle_parse_style):
5240         (menustyle_get_styleopt_index):
5241         (menustyle_parse_style):
5242         (CMD_CopyMenuStyle):
5243         * fvwm/menustyle.h:
5244         removed HilightRelief MenuStyle and hard coded it
5246 2002-10-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5248         * fvwm/menus.c (make_menu_window):
5249         fixed updating menu background with "Menustyle * Background"
5251         * fvwm/stack.c (__get_stacking_sibling):
5252         (restack_windows):
5253         fixed another stacking problem
5255 2002-10-28  Mikhael Goikhman  <migo@homemail.com>
5257         * acinclude.m4:
5258         * configure.in:
5259         corrected and lined up several help lines
5261         * INSTALL.fvwm:
5262         added --enable-xinerama-emulation description
5264 2002-10-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5266         * fvwm/stack.c (restack_windows):
5267         (__get_stacking_sibling):
5268         fixed another stacking problem
5270 2002-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5272         * fvwm/add_window.c (AddWindow):
5273         braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
5274         windows starting lowered or on other layers in FvwmPager
5276         * fvwm/stack.c (restack_windows):
5277         (__get_visible_window):
5278         fixed a stacking problem with layers
5280 2002-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5282         * fvwm/functable.c (func_table):
5283         fixed Pick command
5285 2002-10-24  Mikhael Goikhman  <migo@homemail.com>
5287         * NEWS:
5288         * fvwm/fvwm.1.in:
5289         * fvwm/windowlist.c:
5290         new WindowList option SortByResource
5292         * fvwm/style.c (check_window_style_change):
5293         * libs/FlocaleCharset.c:
5294         fixed gcc warning
5296         * AUTHORS:
5297         place recent authors to the top, not bottom
5299         * fvwm/builtins.c:
5300         corrected typo in error message
5302 2002-10-23  Dan Espen  <dane@mk.telcordia.com>
5304         * fvwm/fvwm.1.in: Lang check done.
5306 2002-10-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5308         * fvwm/menus.c:
5309         work on new menu loop code
5311         * libs/timeout.h:
5312         * libs/timeout.c:
5313         new files
5315         * fvwm/menus.c (__mloop_handle_event):
5316         (__mloop_get_event):
5317         (__mloop_handle_action_with_mi):
5318         * fvwm/menus.h (MenuReturn):
5319         renamed MenuReturn member menu to target_menu
5321         * fvwm/menus.c (__mloop_handle_event):
5322         * fvwm/menus.h (MenuReturn):
5323         removed a "write only" member of MenuReturn
5325         * fvwm/conditional.c (circulate_cmd):
5326         fixed the "Any" command
5328 2002-10-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5330         * fvwm/stack.c (mark_transient_subtree):
5331         fixed stack ring corruption with iconified transients
5332         (restack_windows):
5333         fixed a problem with lowering windows below the icons of their
5334         transients
5336 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5338         * libs/Colorset.c:
5339         * fvwm/menustyle.c:
5340         * libs/Colorset.h:
5341         * libs/Flocale.h:
5342         * libs/PictureBase.h:
5343         * fvwm/menuitem.c:
5344         * fvwm/geometry.c:
5345         * fvwm/colorset.c:
5346         renamed colorset_struct to colorset_t
5348 2002-10-22  olicha  <olivier.chapuis@free.fr>
5350         * libs/PictureUtils.c:
5351         Minor fixes and add #if O experimental code
5353 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5355         * fvwm/icons.c (DrawIconPixmapWindow):
5356         (DrawIconWindow):
5357         * fvwm/events.c (HandlePropertyNotify):
5358         * libs/Fft.c (FftDrawString):
5359         * libs/Colorset.c (DumpColorset):
5360         (LoadColorset):
5361         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
5362         use renamed colorset_struct members
5364         * libs/Colorset.h (colorset_struct):
5365         renamed and re-sorted members and cut down bit field lengths for
5366         percentile members
5368         * fvwm/menustyle.c (menustyle_update):
5369         fixed core dump
5371         * fvwm/stack.c (restack_windows):
5372         fixed flickering when raising transients; can't prevent flickering when
5373         lowering a window completely
5374         (restack_windows):
5375         fixed unnecessary error message
5377         * fvwm/fvwm.c (main):
5378         init Scr to zeros
5380         * fvwm/stack.c (__restack_window):
5381         fixed a stacking problem with icons
5383         * fvwm/add_window.c (destroy_icon):
5384         fixed a memory leak
5386 2002-10-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5388         * fvwm/menuitem.c (menuitem_paint):
5389         * fvwm/menustyle.c (menustyle_parse_style):
5390         * fvwm/menus.c (paint_side_pic):
5391         (paint_menu):
5392         (select_menu_item):
5393         (repaint_transparent_menu):
5394         * fvwm/menustyle.h (MenuLook):
5395         cleaned up menu drawing code, fixed last patch
5397         * fvwm/menuitem.c (menuitem_paint):
5398         * fvwm/menustyle.c (menustyle_parse_style):
5399         fixed HilightBack default
5401         * fvwm/bindings.c (binding_cmd):
5402         (bind_get_bound_button_contexts):
5403         (ParseBinding):
5404         * fvwm/screen.h (ScreenInfo):
5405         fixed mouse bindings with buttons > 5
5407         * fvwm/menuitem.c (menuitem_paint):
5408         * fvwm/menustyle.c (menustyle_parse_style):
5409         (menustyle_parse_style):
5410         (CMD_CopyMenuStyle):
5411         (menustyle_update):
5412         (menustyle_free):
5413         * fvwm/menus.c (repaint_transparent_menu):
5414         * fvwm/menustyle.h:
5415         HilightBack and ActiveFore are now independent
5417 2002-10-18  olicha  <olivier.chapuis@free.fr>
5419         * libs/PictureUtils.c (get_color_index):
5420         (create_mapping_table):
5421         (PictureAllocColorTable):
5422         Use a new distance and method for color approximation. Use 68 colors
5423         for the default under depth 8. I am happy with this, should use a
5424         similar distance method for dithering
5426         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
5427         (PictureAllocColorTable):
5428         (PictureDitherByDefault):
5429         (PictureUseBWOnly):
5430         (PictureIitColors):
5431         (PicturePrintColorInfo):
5432         * libs/PictureUtils.h:
5433         Allows -color-limit to work with any visual and depth for testing
5434         propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
5436         * fvwm/colorset.c:
5437         Replaced (Pdepht < 2) test by (PictureUseBWOnly())
5439 2002-10-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5441         * fvwm/add_window.c (get_default_window_attributes):
5442         cleaned up
5444         * fvwm/builtins.c (CMD_ChangeDecor):
5445         removed some duplicate redrawing
5447         * fvwm/update.c (apply_decor_change):
5448         suppress duplicate window update upon ChangeDecor
5449         (apply_window_updates):
5450         do not delete the focus window
5452 2002-10-17  olicha  <olivier.chapuis@free.fr>
5454         * NEWS:
5455         A bunch of news
5457         * libs/Colorset.c (CreateBackgroundPixmap):
5458         Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
5460         * fvwm/builtins.c (CMD_Colorset):
5461         Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
5463 2002-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5465         * fvwm/add_window.c (AddWindow):
5466         * fvwm/update.c (apply_window_updates):
5467         * fvwm/move_resize.c (handle_stick):
5468         (CMD_Stick):
5469         suppress drawing of sticky decorations initially
5470         reduce module communication overhead when (un)sticking windows
5472         * fvwm/borders.c (border_draw_decorations):
5473         * fvwm/window_flags.h:
5474         * fvwm/fvwm.h:
5475         * fvwm/frame.c (frame_create_move_resize_args):
5476         (get_resize_decor_gravities_one_axis):
5477         (frame_mrs_setup_draw_decorations):
5478         (mr_args_internal):
5479         initialize window decorations with a "None" pixmap;
5480         delay drawing window decorations initially to prevent drawing multiple
5481         times;
5482         => windows grabbing the focus upon startup are drawn focused
5483         immediately
5485         * fvwm/frame.c (frame_free_move_resize_args):
5486         reparent the frame hide windows to NoFocusWin instead of Root to
5487         suppress unnecessary ReparentNotify events
5489 2002-10-16  olicha  <olivier.chapuis@free.fr>
5491         * fvwm/fvwm.c (main):
5492         Fixed a typo
5494         * libs/FRender.h:
5495         Fixed compilation with X cvs
5497         * libs/Colorset.c (CreateBackgroundPixmap):
5498         Fixed a GC leak
5500         * fvwm/events.c (HandlePropertyNotify):
5501         * fvwm/colorset.c (update_root_pixmap):
5502         Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
5503         to found a root pixmap
5505 2002-10-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5507         * fvwm/bindings.c (bind_get_bound_button_contexts):
5508         another mouse binding fix
5510         * fvwm/conditional.c (CreateConditionMask):
5511         simplified parsing
5512         all conditions have a negation with '!' prepended
5513         (Circulate):
5514         (CMD_All):
5515         (select_cmd):
5516         Current, All, Pick, ThisWindow and PointerWindow imply the
5517         CirculateHitShaded condition.
5519         * fvwm/focus.c (__focus_grab_buttons):
5520         * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
5521         fixed bindings using mouse buttons >= 6
5523 2002-10-15  olicha  <olivier.chapuis@free.fr>
5525         * libs/PictureUtils.c (PicturePrintColorInfo):
5526         (print_colormap):
5527         * fvwm/commands.h:
5528         * fvwm/functable.c (func_table):
5529         * fvwm/builtins.c (CMD_PrintInfo):
5530         * fvwm/fvwm.1.in:
5531         New cmd PrintInfo. Only one arg at present time: "Colors"
5533         * fvwm/fvwm.c (main):
5534         Auto detect card with 2 hardware colormaps and choose the best
5535         visual and colormap
5537         * libs/PictureUtils.c (PictureInitColors):
5538         (*):
5539         * libs/PictureUtils.h:
5540         * fvwm/fvwm.c (main):
5541         * libs/PictureBase.c (PictureInitCMapRoot):
5542         (PictureInitCMap):
5543         * libs/PictureBase.h:
5544         Try to support DirectColor visual in a good way, I do not think
5545         this is really useful.
5546         Added a flexible interface function PictureInitColors for
5547         colors allocation initialization.
5548         Some cleanup in color allocation and some preparation for a new
5549         method for saving and freeing colors allocated by images and gradients.
5550         Removed some ifdefed to 0 debug code.
5552         * libs/Picture.c (*):
5553         * libs/Picture.h:
5554         * libs/PictureImageLoader.c (*):
5555         * libs/PictureImageLoader.h:
5556         Replace Root by win
5558 2002-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5560         * fvwm/add_window.c (setup_key_and_button_grabs):
5561         * fvwm/bindings.c (ParseBinding):
5562         (activate_binding):
5563         * fvwm/add_window.c (setup_key_and_button_grabs):
5564         don't grab window context specific bindings anymore; instead, set
5565         Scr.buttons2grab accordingly
5567         * fvwm/bindings.c (activate_binding):
5568         fixed stroke bindings on window context being ignored if no other
5569         action was bound to that context
5571         * fvwm/add_window.c (destroy_icon):
5572         fixed duplicate icon pixmap when switching from NoIconOverride to
5573         IconOverride
5575 2002-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5577         * fvwm/icons.c:
5578         re-indented some code
5579         (AutoPlaceIcon):
5580         fixed random position of icon title for icons with a position hint
5582         * fvwm/fvwm.1.in:
5583         corrected default of Use/NoIconPosition style
5585 2002-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5587         * fvwm/windowlist.c (CMD_WindowList):
5588         fixed random string for iconified windows in the WindowList
5590 2002-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5592         * NEWS:
5593         updated for 2.4.12
5595 2002-10-08  olicha  <olivier.chapuis@free.fr>
5597         * libs/PictureBase.c (*):
5598         (PictureInitCMapRoot)
5599         (PictureSetupWhiteAndBlack):
5600         (PictureWhitePixel):
5601         (PictureBlackPixel):
5602         (PictureDefaultGC):
5603         New interface function PictureWhitePixel, PictureBlackPixel. Analogue
5604         of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
5605         New interface function PictureInitCMapRoot analogue to PictureInitCMap,
5606         but always use the root visual and allows to set or not a private
5607         color limit table.
5608         New interface PictureDefaultGC, analogue of Xlib DefaultGC function
5609         but which respects the Pvisual
5611         * libs/PictureGraphics.c (*):
5612         * libs/FScreen.c (FScreenInit):
5613         * libs/FRender.c (FRenderRender):
5614         * libs/Fft.c (FftDrawString):
5615         * fvwm/icons.c (CreateIconWindow):
5616         * fvwm/colorset.c (parse_colorset):
5617         * fvwm/move_resize.c (CMD_XorValue):
5618         * fvwm/colorset.c (alloc_colorset):
5619         * fvwm/fvwm.c (main):
5620         Use the new interface functions and some fix if the fvwm depth !=
5621         the root depth.
5623         * libs/PictureUtils.c (PictureAllocColorTable):
5624         Change the default color table to a 4x4x4 cc + 4 grey
5626 2002-10-07  Dan Espen  <dane@mk.telcordia.com>
5628         * fvwm/fvwm.1.in: Use built-in, not builtin.
5630 2002-10-06  Mikhael Goikhman  <migo@homemail.com>
5632         * configure.in:
5633         s/FvwmNewDebug/FvwmDebug/
5635         * fvwm/commands.h:
5636         * fvwm/conditional.c (CMD_NoWindow):
5637         * fvwm/functable.c:
5638         * NEWS:
5639         new command NoWindow to remove window context
5641         * fvwm/fvwm.1.in:
5642         use "fvwm" spelling, at least in the middle of sentences
5644 2002-10-06  Dan Espen  <dane@mk.telcordia.com>
5646         * fvwm/fvwm.1.in: Dont refer to fvwm commands as
5647         builtin commands.  Use "builtin", not "built in" or "built-in".
5648         Other adjustments.
5650 2002-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5652         * libs/Graphics.c (do_relieve_rectangle):
5653         removed debug message
5655         * fvwm/focus.c (__update_windowlist):
5656         (__set_focus_to_fwin):
5657         fixed reversal of __update_windowlist arguments causing FlipFocus to
5658         break [and maybe other things]
5660 2002-10-05  olicha  <olivier.chapuis@free.fr>
5662         * libs/PictureUtils.c (alloc_color_cube):
5663         It si possible to enable "gamma correction" for colors cubes (disabled,
5664         define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
5666         * libs/PictureUtils.c (get_color_index):
5667         (create_mapping_table):
5668         Use a more exact approximation of colors for pur cc without the big
5669         16x16x16 cc
5671         * libs/PictureUtils.c (PictureFreeColors):
5672         Fixed a memory leak
5674         * libs/Graphics.c (CreateGradientPixmap):
5675         (CreateGradientPixmapFromString):
5676         Cleanup
5678 2002-10-04  olicha  <olivier.chapuis@free.fr>
5680         * libs/PictureUtils.c (*):
5681         Used a better color approximation for color cube when we do not dither.
5682         Added some new colors tables: color cube with some grey colors.
5683         Change the default to a 4x4x3 cc with 6 grey (54 colors).
5684         Some visual fixes.
5686         * fvwm/fvwm.c (main):
5687         Fixed the visual option
5689 2002-10-03  Mikhael Goikhman  <migo@homemail.com>
5691         * configure.in:
5692         generate FvwmNewDebug and FvwmGtkDebug
5694 2002-10-02  olicha  <olivier.chapuis@free.fr>
5696         * libs/PictureUtils.c (USED_DIST):
5697         Used the euclidian distance for colors distance
5699         * libs/Fft.c (FftGetFont):
5700         Disable Xft if the Xserver does not support XRender
5702 2002-10-01  olicha  <olivier.chapuis@free.fr>
5704         * libs/Fft.c (FftGetFont):
5705         Disable Xft if the Xserver does not support XRender
5707         * libs/FRender.c (FRenderRender):
5708         * libs/PictureGraphics.c (PGraphicsTintRectangle):
5709         Fixed
5711         * libs/Colorset.c (SetRectangleBackground):
5712         (SetClippedRectangleBackground):
5713         * libs/Colorset.h:
5714         New interface function for drawing a subset of a colorset rectangle
5716 2002-09-26  olicha  <olivier.chapuis@free.fr>
5718         * fvwm/update.c (apply_window_updates):
5719         Fixed icons colorset update
5721         * libs/FRender.c (FRenderRender):
5722         Fixed bitmap rendering
5724         * fvwm/update.c (apply_window_updates):
5725         * fvwm/geometry.c (move_icon_to_position):
5726         * fvwm/events.c (HandleEnterNotify):
5727         (HandleExpose):
5728         (HandleLeaveNotify):
5729         (HandlePropertyNotify):
5730         * fvwm/add_window.c (setup_icon_font):
5731         * fvwm/icons.c (DrawIconWindow):
5732         (DrawIconTitleWindow):
5733         (DrawIconPixmapWindow):
5734         (ChangeIconPixmap):
5735         (RedoIconName):
5736         Fixed focus/unfocus flickering
5738 2002-09-25  olicha  <olivier.chapuis@free.fr>
5740         * fvwm/icons.c (DrawIconTitleWindow):
5741         One more drawing fix
5743 2002-09-24  olicha  <olivier.chapuis@free.fr>
5745         * fvwm/icons.c (DrawIconTitleWindow):
5746         An other drawing fix
5748 2002-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5750         * fvwm/move_resize.c (__move_loop):
5751         fixed uninitialised variable
5752         (InteractiveMove):
5753         fixed starting move at random position
5755 2002-09-24  olicha  <olivier.chapuis@free.fr>
5757         * fvwm/update.c (apply_window_updates):
5758         * fvwm/geometry.c (move_icon_to_position):
5759         * fvwm/events.c (HandleEnterNotify):
5760         (HandleExpose):
5761         (HandleLeaveNotify):
5762         (HandlePropertyNotify):
5763         * fvwm/add_window.c (setup_icon_font):
5764         * fvwm/icons.c (DrawIconWindow):
5765         (DrawIconTitleWindow):
5766         (DrawIconPixmapWindow):
5767         (ChangeIconPixmap):
5768         (RedoIconName):
5769         Fixed icon drawing. Split icon window drawing.
5771         * libs/FRender.c (*):
5772         Fixed compilation and small clean up
5774 2002-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5776         * fvwm/conditional.c (CreateFlagString):
5777         fixed quoting in conditional command conditions
5779         * fvwm/menus.c (__mloop_handle_event):
5780         removed unnecessary querying of pointer position on button release in
5781         menus
5782         (__menu_loop):
5783         fixed posting menus
5785         * fvwm/bindings.c (ParseBinding):
5786         increased maximum allowed key symbol name length to 200 characters
5788         * fvwm/execcontext.h (enum):
5789         * fvwm/fvwm.c (Done):
5790         (SetRCDefaults):
5791         (main):
5792         (StartupStuff):
5793         use new contexts
5795         * fvwm/execcontext.h (enum):
5796         added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
5798         * fvwm/menus.c (pop_menu_up):
5799         fixed accidental menu animation with certain menu position hints
5801 2002-09-23  olicha  <olivier.chapuis@free.fr>
5803         * libs/FRender.c (*):
5804         Fixed(?) XRender rendering with some Xserver
5806         * fvwm/update.c (apply_window_updates):
5807         * fvwm/geometry.c (move_icon_to_position):
5808         * fvwm/events.c (HandleEnterNotify):
5809         (HandleExpose):
5810         (HandleLeaveNotify):
5811         (HandlePropertyNotify):
5812         * fvwm/add_window.c (setup_icon_font):
5813         * fvwm/icons.c (DrawIconWindow):
5814         (ChangeIconPixmap):
5815         (RedoIconName):
5816         Clip text and icon drawing for the icons
5818 2002-09-21  Mikhael Goikhman  <migo@homemail.com>
5820         * NEWS:
5821         * libs/System.c:
5822         Path commands now support form: "path1;ext1:path2:path3;ext3"
5823         where ext1 (for example, ".png") means all files in path1 should
5824         be forced to have extention ".png" even if the requested icon
5825         has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
5827         * fvwm/execcontext.h:
5828         small changes in latters used for EXCT_* constants
5830         * fvwm/module_interface.c:
5831         * libs/Picture.c:
5832         * libs/PictureBase.c:
5833         * fvwm/cursor.c:
5834         some spacing reindentation
5836 2002-09-21  olicha  <olivier.chapuis@free.fr>
5838         * libs/FRender.c (FRenderCompositeAndCheck):
5839         Temporally take GraphicsExposure in account
5841 2002-09-20  Mikhael Goikhman  <migo@homemail.com>
5843         * libs/vpacket.h:
5844         fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
5846 2002-09-20  olicha  <olivier.chapuis@free.fr>
5848         * fvwm/icons.c (GetIconPicture):
5849         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
5850         Fixed the alpha channel
5852 2002-09-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5854         * NEWS:
5855         updated for 2.4.11
5857 2002-09-20  olicha  <olivier.chapuis@free.fr>
5859         * libs/FRender.c (FRenderTintPicture):
5860         (FRenderTintRectangle):
5861         (FRenderRender):
5862         * libs/FRenderInterface.h:
5863         * libs/PictureGraphics.c (PGraphicsTintRectangle):
5864         Make FRender code more modular. Add a 24+8 tinting method and enable it
5865         in the place of the 32 tinting method (which can be enabled by defining
5866         USE_ABSOLUTE_FORMATE)
5868 2002-09-19  olicha  <olivier.chapuis@free.fr>
5870         * fvwm/menus.c (get_menu_repaint_transparent_parameters):
5871         (animated_move_back):
5872         (pop_menu_up):
5873         (repaint_transparent_menu):
5874         * fvwm/move_resize.c (AnimatedMoveOfWindow):
5875         (AnimatedMoveAnyWindow):
5876         * fvwm/move_resize.h:
5877         Support the new colorset transparent options and fix greyed item
5878         of transparent animated menus
5880         * fvwm/menus.c (pop_menu_up):
5881         (animated_move_back):
5883         * libs/Rectangles.c:
5884         * libs/Rectangles.h:
5885         * libs/Makefile.am:
5886         New libs files for rectangles, segments, regions ..etc
5888         * fvwm/menus.c (clear_expose_menu_area):
5889         (get_menu_paint_item_parameters):
5890         (paint_menu):
5891         (select_menu_item):
5892         (ParentalMenuRePaint):
5893         (ParentalMenuRePaint):
5894         * fvwm/menuitem.c (clear_menu_item_background):
5895         (menuitem_paint):
5896         * fvwm/menuitem.h (MenuPaintItemParameters):
5897         Clip the item icons and text drawing
5899         * fvwm/menus.c (__mloop_exit):
5900         Fixed an indirect uninitialized variable bug
5902         * fvwm/menus.c (__mloop_handle_event): *
5903         (__mloop_handle_action_with_mi): *
5904         Update some comments
5906         * libs/FRender.c (FRenderVisualInit):
5907         (FRenderRender):
5908         * fvwm/colorset.c (parse_colorset):
5909         Small clean up
5911 2002-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5913         * fvwm/menus.c (__menu_loop):
5914         (__mloop_handle_action_with_mi):
5915         fixed parent menu redrawing
5917         * fvwm/style.c (check_window_style_change):
5918         * fvwm/update.c (apply_window_updates):
5919         * fvwm/add_window.c (setup_icon_size_limits):
5920         honour changes in IconSize style without recapture
5922         * fvwm/focus.c (focus_query_open_grab_focus):
5923         * fvwm/events.c (HandlePropertyNotify):
5924         * fvwm/add_window.c (setup_transientfor):
5925         take care of various funny initial transientfor settings
5927         * fvwm/stack.c (__raise_lower_recursion):
5928         new function
5929         fixed stacking core dump
5931 2002-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5933         * libs/Graphics.c:
5934         ANSI C fixes
5936         * configure.in:
5937         added a program that tests for -Werror option and similar; bug out of
5938         configure if the test program doesn't compile
5940 2002-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5942         * fvwm/fvwm.1.in:
5943         * configure.in:
5944         add a "do not edit" warning at the beginning of the man page
5946         * configure.in:
5947         enable the original CFLAGS and CPPFLAGS before generating the Makefiles
5949         * libs/FScreen.c (XineramaQueryScreens):
5950         fixed linking problem when compiling without Xinerama
5952         * fvwm/cursor.c (CMD_CursorStyle):
5953         fixed cursorstyle command being applied to windows without handles
5955         * fvwm/ewmh.h (EWMH_ProcessClientMessage):
5956         (EWMH_ProcessPropertyNotify):
5957         * fvwm/gnome.h (GNOME_ProcessClientMessage):
5958         (GNOME_HandlePropRequest):
5959         fixed dummy macros when compiling without gnome/ewmh support
5961 2002-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5963         * libs/queue.c (fqueue_add_inside):
5964         add a new command with the same execution time as a previous one behind
5965         it
5967         * configure.in:
5968         override CFLAGS and CPPFLAGS with empty strings instead of generating an
5969         error message
5971         * fvwm/functions.c (__execute_function):
5972         * fvwm/execcontext.h (exec_context_type_t):
5973         replace enum values with letters for readability
5975         * fvwm/functions.c (__execute_function):
5976         improved command log output
5978         * fvwm/schedule.c (execute_obj_func):
5979         fixed schedule queue timing
5981         * configure.in:
5982         refuse to run configure if CFLAGS is not empty
5984 2002-09-16  Mikhael Goikhman  <migo@homemail.com>
5986         * fvwm/misc.c:
5987         fixed compilation with --enable-command-log; simplified fvwm_msg()
5989         * libs/Module.c:
5990         reformatted; don't send end-of-line with SET_*MASK
5992 2002-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5994         * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
5995         fixed multipixmap title drawing
5997         * fvwm/frame.h (struct):
5998         * fvwm/frame.c (frame_get_titlebar_dimensions):
5999         removed unused code
6001         * fvwm/events.c (HandlePropertyNotify):
6002         applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
6004         * libs/Fft.c (FftDrawString):
6005         -Wall fix when compiling w/o Xft
6007 2002-09-15  olicha  <olivier.chapuis@free.fr>
6009         * libs/Colorset.c (CreateBackgroundPixmap):
6010         Fixed a dpy problem with FvwmBacker
6011         * libs/Colorset.c (CreateBackgroundPixmap):
6012         Fixed creation a root transparent pixmap for small root pixmap
6014 2002-09-14  olicha  <olivier.chapuis@free.fr>
6016         * libs/Fft.c (FftDrawString):
6017         Fixed clip region with shadow font
6019         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6020         Added a function to create translucent pixmaps
6021         * libs/Colorset.c (CreateBackgroundPixmap):
6022         A small fix
6023         * libs/FRender.c (FRenderRender):
6024         Allows to use the root window as src pixmap
6026 2002-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6028         * fvwm/fvwm.1.in:
6029         Fixed open double quotes in ButtonState section
6031 2002-09-13  Dan Espen  <dane@mk.telcordia.com>
6033         * fvwm/fvwm.1.in: Add -cmd module timeout information.
6035 2002-09-13  olicha  <olivier.chapuis@free.fr>
6037         * libs/Colorset.c (CreateBackgroundPixmap):
6038         (UpdateBackgroundTransparency):
6039         (SetRectangleBackground):
6040         * libs/Colorset.h:
6041         * fvwm/colorset.c (*):
6042         * fvwm/colorset.h:
6043         * fvwm/events.c (HandlePropertyNotify):
6044         Starting implementation of RootTransparent colorset. Worked on
6045         tinted Transparent colorset. Various colorset parsing fixes.
6047         * libs/Fft.c (FftDrawString):
6048         * libs/Flocale.h:
6049         Added the possibility to draw with a clipping region.
6051         * libs/FRender.c (FRenderRender):
6052         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
6053         (PCreateRenderPixmap):
6054         (PGraphicsCreateTransprency):
6055         (PGraphicsTintRectangle):
6056         Improve current rendering functions to be able to tint the
6057         ParentalRelative pixmap or the background of a window.
6058         Re-enabled XRender rendering.
6060         * fvwm/borders.c:
6061         remove a #if 0 debug "render" code
6063 2002-09-13  Mikhael Goikhman  <migo@homemail.com>
6065         * fvwm/builtins.c (ReadTitleButton):
6066         * fvwm/screen.h:
6067         new button state shortcuts AllNormal, AllToggled,
6068         AllActive, AllInactive, AllUp, AllDown
6070         * fvwm/module_interface.c:
6071         minor reformatting
6073         * acconfig.h:
6074         possibly fixed compilation with non gcc
6076 2002-09-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6078         * fvwm/focus.c (_focus_grab_buttons):
6079         (__focus_grab_buttons):
6080         renamed
6081         (__focus_grab_one_button):
6082         grab all modifier combinations on client windows by default if
6083         necessary; this saves a lot of traffic but may grab unnecessary
6084         modifiers with mouse bindings on the client window
6086         * fvwm/fvwm.1:
6087         * libs/defaults.h (DEF_FP_MODIFIERS):
6088         * fvwm/events.c (__handle_focus_raise_click):
6089         * fvwm/style.c (style_parse_focus_policy_style):
6090         * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
6091         default is now to use any modifiers for clicktofocus/raise purposes
6093         * fvwm/menus.c (__mloop_get_event):
6094         fixed menu hang
6095         (menu_tear_off):
6096         fixed tear off menus
6098         * libs/FEvent.c (FCheckIfEvent):
6099         (FCheckMaskEvent):
6100         (FCheckTypedEvent):
6101         (FCheckTypedWindowEvent):
6102         (FCheckWindowEvent):
6103         fixed FCheck...Event functions thus fixing Menu command behaving like
6104         Popup
6106         * fvwm/move_resize.c (InteractiveMove):
6107         fixed offset between pointer and window when dragging
6109         * fvwm/virtual.c (HandlePaging):
6110         * fvwm/icons.c (CMD_Iconify):
6111         * fvwm/move_resize.c (InteractiveMove):
6112         * fvwm/menus.c (get_menu_options):
6113         (get_menu_options):
6114         * libs/FScreen.c (GetMouseXY):
6115         use new function fev_get_evpos_or_query()
6117         * libs/Makefile.am:
6118         * libs/Pointer.c:
6119         removed file
6121         (GetLocationFromEventOrQuery):
6122         moved to FEvent.c and renamed to fev_get_evpos_or_query()
6123         * libs/FEvent.c (fev_set_evpos):
6124         new function
6126         * fvwm/functions.c (__execute_function):
6127         (execute_complex_function):
6128         fixed complex action clicking logic
6130         * fvwm/add_window.c (CaptureOneWindow):
6131         fixed RecaptureWindow
6132         (CaptureAllWindows):
6133         fixed Restart
6135         * fvwm/functable.c (func_table):
6136         fixed running RecaptureWindow without a context window
6138         * fvwm/conditional.c (circulate_cmd):
6139         fixed action to run
6141         * fvwm/events.c (HandleVisibilityNotify):
6142         fixed VisibilityNotify handling
6144         * fvwm/functions.c (execute_complex_function):
6145         fixed memory corruption
6146         (__execute_function):
6147         fixed using wrong context
6148         (__execute_function):
6149         removed conditional that was always true now
6150         (DeferExecution):
6151         fixed core dump
6153         * fvwm/module_interface.c (ExecuteModuleCommand):
6154         initialise module number
6156 2002-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6158         * fvwm/add_window.c (CaptureOneWindow):
6159         fixed memory corruption
6161         * fvwm/icons.c (Iconify):
6162         (DeIconify):
6163         fixed bug introduced with transient stacking patch
6165         * fvwm/functions.c (DeferExecution):
6166         (__execute_function):
6167         (execute_complex_function):
6168         cleaned up and optimized exec_context handling
6170         * fvwm/schedule.c:
6171         * fvwm/menucmd.c:
6172         * fvwm/update.c:
6173         * fvwm/windowlist.c:
6174         * fvwm/conditional.c:
6175         * fvwm/focus.c:
6176         * fvwm/functions.c:
6177         * fvwm/placement.c:
6178         * fvwm/colorset.c:
6179         * fvwm/stack.c:
6180         * fvwm/virtual.c:
6181         * fvwm/module_interface.c:
6182         * fvwm/icons.c:
6183         * fvwm/builtins.c:
6184         * fvwm/add_window.c:
6185         * fvwm/move_resize.c:
6186         * fvwm/fvwm.h (F_CMD_ARGS):
6187         (F_PASS_ARGS):
6188         completely removed the builtin command arguments fw, w, and context
6190         * fvwm/functions.c (DeferExecution):
6191         fixed core dump
6193         * fvwm/stack.c (BroadcastRestack):
6194         removed global lastTimestamp
6196         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
6197         (EWMH_ProcessPropertyNotify):
6198         (ewmh_WMStateShaded):
6199         (ewmh_WMStateSticky):
6200         (ewmh_WMStateHidden):
6201         (ewmh_WMState):
6202         (ewmh_MoveResize):
6203         (ewmh_WMDesktop):
6204         (ewmh_CloseWindow):
6205         (ewmh_DesktopGeometry):
6206         (ewmh_ActiveWindow):
6207         use new function interface
6209         * fvwm/menus.c (do_menu):
6210         * fvwm/menucmd.c (menu_func):
6211         * fvwm/windowlist.c (CMD_WindowList):
6212         use new function interface
6213         replaced "(XEvent *)1" hack with a regular flag
6215 2002-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6217         * fvwm/add_window.c (destroy_window):
6218         * fvwm/update.c (destroy_scheduled_windows):
6219         * fvwm/screen.h (ScreenInfo):
6220         new member is_executing_menu_function
6222         * fvwm/windowlist.c (CMD_WindowList):
6223         * fvwm/menucmd.c (menu_func):
6224         * fvwm/gnome.c (CMD_GnomeButton):
6225         (GNOME_ProcessClientMessage):
6226         (GNOME_HandlePropRequest):
6227         * fvwm/modconf.c (CMD_Send_ConfigInfo):
6228         * fvwm/update.c (apply_window_updates):
6229         * fvwm/repeat.c (CMD_Repeat):
6230         * fvwm/conditional.c (circulate_cmd):
6231         (CMD_Prev):
6232         (CMD_Next):
6233         (CMD_None):
6234         (CMD_Any):
6235         (CMD_Current):
6236         (CMD_Cond):
6237         (CMD_CondCase):
6238         (select_cmd):
6239         (CMD_All):
6240         (CMD_Direction):
6241         (CMD_WindowId):
6242         * fvwm/focus.c (warp_to_fvwm_window):
6243         (CMD_WarpToWindow):
6244         * fvwm/read.c (run_command_stream):
6245         (run_command_file):
6246         (CMD_Read):
6247         (CMD_PipeRead):
6248         * fvwm/fvwm.c (Done):
6249         (SetRCDefaults):
6250         (StartupStuff):
6251         (main):
6252         use new function interface
6253         (main):
6254         fixed running startup script under random module number
6256         * fvwm/functions.c (execute_function_override_window):
6257         * fvwm/functions.c (execute_function_override_wcontext):
6258         new convenience functions
6260         * fvwm/gnome.c:
6261         * fvwm/modconf.c:
6262         * fvwm/session.c:
6263         re-indented
6265         * fvwm/module_interface.c (CMD_Send_WindowList):
6266         (CMD_set_mask):
6267         (CMD_set_sync_mask):
6268         (CMD_set_nograb_mask):
6269         fixed core dumps
6270         don't use "Module" argument anymore
6271         (ExecuteModuleCommand):
6272         made static
6273         use new function interface
6275         * fvwm/add_window.c (CaptureOneWindow):
6276         (do_recapture):
6277         (CaptureAllWindows):
6278         * fvwm/events.c (HandleMapRequestKeepRaised):
6279         * fvwm/add_window.c (AddWindow):
6280         AddWindow takes executiuon context as its argument instead of the
6281         window; changed caller
6282         don't use "Event" anymore
6284         * fvwm/fvwm.c (StartupStuff):
6285         generate an execution context for startup
6287         * fvwm/move_resize.c (DoResize):
6288         (__resize_step):
6289         (moveLoop):
6290         (__move_loop):
6291         renamed and used new function interface in args
6293         * fvwm/geometry.c (constrain_size):
6294         added XEvent *e argument to remove use of global "Event"; changed all
6295         callers
6297 2002-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6299         * fvwm/stack.c (get_next_window_in_stack_ring):
6300         (get_prev_window_in_stack_ring):
6301         (get_transientfor_fvwmwindow):
6302         * fvwm/icons.c (SetMapStateProp):
6303         * fvwm/events.c (fake_map_unmap_notify):
6304         * fvwm/misc.c (IsRectangleOnThisPage):
6305         * fvwm/menus.c (menu_enter_tear_off_menu):
6306         (menu_close_tear_off_menu):
6307         * fvwm/icons.c (DrawIconWindow):
6308         * fvwm/focus.c:
6309         * fvwm/colormaps.c (InstallWindowColormaps):
6310         made FvwmWindow * arguments const in many functions
6312         * fvwm/menus.c (pop_menu_up):
6313         (pop_menu_down):
6314         (__mloop_do_menu):
6315         (__mloop_do_popup):
6316         (do_menu):
6317         (menu_enter_tear_off_menu):
6318         (__mloop_get_event):
6319         (__mloop_get_event_timeout_loop):
6320         (__mloop_do_menu):
6321         (__mloop_get_mi_actions):
6322         (is_double_click):
6323         * fvwm/events.c (HandleEnterNotify):
6324         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
6325         (__move_window):
6326         (__move_loop):
6327         (__resize_step):
6328         (__resize_window):
6329         * fvwm/functions.c (DeferExecution):
6330         (__execute_function):
6331         * fvwm/windowlist.c (CMD_WindowList):
6332         * fvwm/colormaps.c (colormap_handle_colormap_notify):
6333         * fvwm/module_interface.c (CMD_ModuleSynchronous):
6334         (ExecuteModuleCommand):
6335         * fvwm/builtins.c (CMD_Wait):
6336         * fvwm/events.c (WaitForButtonsUp):
6337         (HandleShapeNotify):
6338         (HandleVisibilityNotify):
6339         (HandleUnmapNotify):
6340         (HandleSelectionRequest):
6341         (HandleReparentNotify):
6342         (HandlePropertyNotify):
6343         (HandleMotionNotify):
6344         (HandleMapRequestKeepRaised):
6345         (HandleMapRequest):
6346         (HandleMappingNotify):
6347         (HandleMapNotify):
6348         (HandleLeaveNotify):
6349         (HandleKeyPress):
6350         (HandleFocusOut):
6351         (HandleFocusIn):
6352         (HandleExpose):
6353         (HandleEnterNotify):
6354         (HandleDestroyNotify):
6355         (HandleColormapNotify):
6356         (HandleClientMessage):
6357         (HandleButtonRelease):
6358         (HandleButtonPress):
6359         (__handle_bpress_on_root):
6360         (__handle_bpress_action):
6361         (__handle_click_to_raise):
6362         (__handle_click_to_focus):
6363         (__is_bpress_window_handled):
6364         (__handle_focus_raise_click):
6365         don't use "Event", "Fw" and old_execute_function() anymore
6367         * fvwm/events.c (dispatch_event):
6368         removed preserve_tmpwin argument; changed all callers
6370         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
6371         fixed random focus member of faked event
6373         * fvwm/gnome.c (GNOME_ProcessClientMessage):
6374         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
6375         (EWMH_ProcessPropertyNotify):
6376         * fvwm/move_resize.c (DisplaySize):
6377         (DisplayPosition):
6378         (position_geometry_window):
6379         * fvwm/geometry.c (get_window_borders):
6380         (get_window_borders_no_title):
6381         made args const
6383         * fvwm/events.c (dispatch_event):
6384         create event execution context
6385         (HandleClientMessage):
6386         removed useless local "button"
6387         (GetContext):
6388         don't fiddle with global Fw anymore; added argument to return context
6389         window; changed all callers
6391         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
6392         * fvwm/move_resize.c (__resize_window):
6393         use new event handle interface
6395         * fvwm/events.c:
6396         * fvwm/eventhandler.h:
6397         new event handler interface
6399         * fvwm/functions.c (CMD_Plus):
6400         * fvwm/builtins.c (AddToDecor):
6401         (CMD_AddToDecor):
6402         (CMD_DestroyDecor):
6403         use F_CMD_ARGS in AddToDecor
6404         (CMD_StrokeFunc):
6405         removed useless check for realloc return value
6406         use new function interface
6407         fixed another memory leak
6409         * fvwm/builtins.c (__remove_window_decors):
6410         replace old_execute_function with execute_function
6412         * fvwm/add_window.c (setup_window_placement):
6413         * fvwm/placement.c (PlaceWindow):
6414         * fvwm/schedule.c (execute_obj_func):
6415         * fvwm/colorset.c (add_to_junk):
6416         use new function call interface
6418         * fvwm/fvwm.h (F_EXEC_ARGS):
6419         (F_PASS_EXEC_ARGS):
6420         removed now unused macros
6422         * fvwm/functions.c (CheckActionType):
6423         (cf_cleanup):
6424         (DeferExecution):
6425         (__execute_function):
6426         (__run_complex_function_items):
6427         (execute_complex_function):
6428         rewrote function call interface
6430         * fvwm/functions.c (__run_complex_function_items):
6431         new function split off from execute_complex_function
6433         * fvwm/externs.h:
6434         * fvwm/events.c:
6435         removed "Event" global
6437 2002-09-08  Dan Espen  <dane@mk.telcordia.com>
6439         * fvwm/fvwm.1.in: Language check.
6441 2002-09-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6443         * fvwm/functions.c (old_execute_function):
6444         removed
6446         * fvwm/module_interface.c (do_execute_module):
6447         don't write module argument anymore; code claimed that writing 0 into
6448         *Module prevented WaitForButtonsUp from being called, but that was
6449         either a lie or a relic of the past
6451         * fvwm/fvwm.h (exec_func_args_type):
6452         removed type
6453         (F_CMD_ARGS):
6454         (F_PASS_ARGS):
6455         removed *Module argument
6457         * fvwm/functions.c (__execute_function):
6458         new interface
6460         * fvwm/functions.h (enum):
6461         added more function execution falgs
6463         * fvwm/fvwm.h:
6464         add exec_context_t *exc to builtin arguments
6466         * libs/FEvent.c (fev_copy_last_event):
6467         new function
6469         * fvwm/execcontext.h:
6470         * fvwm/execcontext.c:
6471         new files introducing the "exec_context_t" structure that shall replace
6472         the builtin command interface
6474         * fvwm/stack.c (__RaiseOrLowerWindow):
6475         (RaiseOrLowerWindow):
6476         (__restack_window):
6477         (mark_transient_subtree):
6478         (__sort_transient_ring):
6479         properly handle restacking of windows with more than one transient and
6480         multiple levels of transients at the same time
6481         (__RaiseOrLowerWindow):
6482         (RaiseOrLowerWindow):
6483         renamed function and added wrapper
6485         * fvwm/fvwm.h (FvwmWindow):
6486         added new scratch registers
6488 2002-09-06  Mikhael Goikhman  <migo@homemail.com>
6490         * configure.in:
6491         * Makefile.am:
6492         minor improvements in the new release procedure
6494 2002-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6496         * fvwm/stack.c (RaiseOrLowerWindow):
6497         (__restack_window):
6498         (mark_transient_subtree):
6499         (must_move_transients):
6500         (is_on_top_of_layer_ignore_rom):
6501         handle restacking trees of transient windows; still does not work too
6502         well if a window has multiple transients at the same time
6504 2002-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6506         * fvwm/stack.h:
6507         * fvwm/stack.c:
6508         restored versions from before 9th of September
6509         (RaiseOrLowerWindow):
6510         fixed StackTransientParent style without RaiseTransient or
6511         LowerTransient on transient_for window
6512         StackTransientParent works only on window in the same layer
6513         (mark_transient_subtree):
6514         fixed handling of window group hint w/ iconify
6515         (restack_windows):
6516         (RaiseOrLowerWindow):
6517         (new_layer):
6518         fixed flickering when overlapping transients aree lowered
6520         * fvwm/move_resize.c (__resize_window):
6521         * fvwm/colorset.c (add_to_junk):
6522         cleaned up event handling
6524         * fvwm/move_resize.c (__resize_window):
6525         renamed function and changed callers
6527         * fvwm/fvwm.h (F_PASS_ARGS):
6528         (F_CMD_ARGS):
6529         removed eventp command argument
6531         * fvwm/events.c (DispatchEvent):
6532         (dispatch_event):
6533         renamed function, added event argument and changed all callers
6535         * libs/FEvent.c (fev_fake_event):
6536         * libs/FEvent.c (fev_get_evtype__remove_me):
6537         new functions
6539         * fvwm/menus.c (menuShortcuts):
6540         (is_double_click):
6541         (pop_menu_up):
6542         (pop_menu_up):
6543         (pop_menu_down):
6544         (pop_menu_down):
6545         (__mloop_init):
6546         (__mloop_get_event_timeout_loop):
6547         (__mloop_get_event):
6548         (__mloop_do_popup):
6549         (__mloop_do_popup):
6550         (do_menu):
6551         * fvwm/builtins.c (CMD_FakeClick):
6552         * fvwm/functions.c (CheckActionType):
6553         (CheckActionType):
6554         * fvwm/focus.c (__try_program_focus):
6555         (__try_program_focus):
6556         * fvwm/icccm2.c (SetupICCCM2):
6557         * fvwm/virtual.c (HandlePaging):
6558         * fvwm/module_interface.c (make_vpacket):
6559         (make_new_vpacket):
6560         * fvwm/schedule.c (squeue_get_next_ms):
6561         (squeue_get_next_ms):
6562         (CMD_Schedule):
6563         * fvwm/stack.c (BroadcastRestack):
6564         * fvwm/move_resize.c (resize_window):
6565         (moveLoop):
6566         * libs/FEvent.c (fev_get_evtime):
6567         removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
6569         * fvwm/events.c (HandleEnterNotify):
6570         (DispatchEvent):
6571         (My_XNextEvent):
6572         (discard_events):
6573         (discard_window_events):
6574         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
6575         (moveLoop):
6576         (resize_window):
6577         * fvwm/menus.c (__mloop_get_event):
6578         * fvwm/virtual.c (HandlePaging):
6579         (MoveViewport):
6580         * fvwm/functions.c (DeferExecution):
6581         (CheckActionType):
6582         * fvwm/misc.c (get_server_time):
6583         * fvwm/builtins.c (CMD_StrokeFunc):
6584         * fvwm/menus.c (pop_menu_up):
6585         (pop_menu_down):
6586         (__mloop_init):
6587         * libs/FEvent.c (fev_update_last_timestamp):
6588         removed StashEventTime function; handle this directly in FEvent.c
6590         * fvwm/module_interface.c (ExecuteModuleCommand):
6591         * fvwm/misc.c (Keyboard_shortcuts):
6592         * fvwm/colormaps.c (colormap_handle_colormap_notify):
6593         * fvwm/events.c (handle_all_expose):
6594         (dispatch_event):
6595         (HandleEvents):
6596         (HandleKeyPress):
6597         don't use Event global anymore
6599         * fvwm/bindings.c (activate_binding):
6600         fixed key bindings on window corners
6602         * libs/fvwmlib.h (C_DECOR):
6603         context including all parts of the decorations
6605 2002-09-04  Mikhael Goikhman  <migo@homemail.com>
6607         * libs/FEvent.h:
6608         fixed compilation warning in #endif comment
6610         * fvwm/borders.c:
6611         removed debug fprintf
6613         * acconfig.h:
6614         * configure.in:
6615         * fvwm/fvwm.c:
6616         * fvwm/fvwm.1:
6617         another solution for reporting the cvs status
6619 2002-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6621         * configure.in (LIBOBJS):
6622         * acinclude.m4 (smr_SWITCH):
6623         fix for autoconf 2.53
6625         * fvwm/*.[ch]:
6626         removed unnecessary includes
6628         * fvwm/Makefile.am (fvwm_SOURCES):
6629         * fvwm/events.h:
6630         * fvwm/eventmasks.h:
6631         * fvwm/eventhandlers.h:
6632         new files split from events.h
6634         * fvwm/icccm2.c (HandleSelectionRequest):
6635         (HandleSelectionClear):
6636         * fvwm/colormaps.c (HandleColormapNotify):
6637         * fvwm/menus.c (menu_tear_off):
6638         * fvwm/move_resize.c (resize_window):
6639         * fvwm/events.c:
6640         * fvwm/events.h:
6641         new argument avh_args_t to the event handler functions; still unused
6642         moved all event handlers to events.c
6643         remove now unnecessary includes in some files
6645         * fvwm/icccm2.c (HandleSelectionRequest):
6646         re-indented file
6648         * **/*.c:
6649         use replacements for X event functions everywhere
6651 2002-09-03  Mikhael Goikhman  <migo@homemail.com>
6653         * fvwm/defaults.h:
6654         * fvwm/screen.h:
6655         * fvwm/borders.c (border_flags_to_button_state):
6656         (CMD_ButtonState):
6657         * fvwm/builtins.c (ReadTitleButton):
6658         * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
6659         * fvwm/fvwm.c (InitVariables):
6660         Imlemented new title and button states InactiveUp and InactiveDown,
6661         new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
6662         So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
6663         Updated all ButtonStyle, TitleStyle and ButtonState commands.
6665         * fvwm/fvwm.c:
6666         reformat license info in -version to be 3 lines and one empty line
6667         instead of 5 non-empty lines, for readability
6669 2002-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6671         * libs/FEvent.c:
6672         * libs/FEvent.h:
6673         * libs/Makefile.am:
6674         new files
6676         * fvwm/stack.c (__raise_or_lower_recursion):
6677         (RaiseOrLowerWindow):
6678         split into two functions
6679         renamed to __raise_or_lower_window
6680         (mark_transient_subtree):
6681         new flag MARK_CLEAR
6682         (position_new_window_in_stack_ring):
6683         (RaiseWindow):
6684         (LowerWindow):
6685         cleaned up stacking code
6687         * fvwm/menus.c (paint_menu):
6688         fixed a minor drawing problem with menu item reliefs
6690 2002-09-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6692         * fvwm/move_resize.c (InteractiveMove):
6693         removed eventp from interface
6694         changed all callers
6696         * fvwm/menucmd.c (menu_func):
6697         * fvwm/gnome.c (GNOME_ProxyButtonEvent):
6698         * fvwm/windowlist.c (CMD_WindowList):
6699         * fvwm/read.c (run_command_file):
6700         (run_command_stream):
6701         * fvwm/focus.c (warp_to_fvwm_window):
6702         * libs/Event.c (GetSubwindowFromEvent):
6703         * fvwm/events.c (GetContext):
6704         * libs/Pointer.c (GetLocationFromEventOrQuery):
6705         * fvwm/builtins.c (CMD_StrokeFunc):
6706         (CMD_StrokeFunc):
6707         * fvwm/events.c (StashEventTime):
6708         * fvwm/move_resize.c (InteractiveMove):
6709         * fvwm/functions.c (DeferExecution):
6710         (old_execute_function):
6711         * fvwm/fvwm.h (F_CMD_ARGS):
6712         (F_EXEC_ARGS):
6713         make eventp argument const to ease clean up work
6715         * fvwm/windowlist.c (CMD_WindowList):
6716         * fvwm/move_resize.c (InteractiveMove):
6717         * fvwm/menucmd.c (menu_func):
6718         * fvwm/icons.c (CMD_Iconify):
6719         always query pointer position in case a script modified the position
6720         in the input event
6722         * fvwm/focus.c (SetPointerEventPosition):
6723         removed function since it modifies the global event variable
6725         * fvwm/functable.c (func_table):
6726         added cursor and event type members fo DeferExecution call
6727         * fvwm/functions.c (DeferExecution):
6728         made static, call from inside functions.c only
6729         removed calls everywhere
6731         * fvwm/builtins.c (CMD_StrokeFunc):
6732         fixed memory leak
6734         * fvwm/virtual.c (HandlePaging):
6735         (MoveViewport):
6736         don't use global "Event" anymore
6737         (HandlePaging):
6738         pass in event structure through arguments
6739         changed all callers
6741 2002-09-02  olicha  <olivier.chapuis@free.fr>
6743         * libs/Colorset.c (*):
6744         * libs/Colorset.h:
6745         * libs/colorset.c (parse_colorset):
6746         * libs/PictureGraphics.c (PGrabXImage):
6747         (PCreateRenderPixmap):sx
6748         (PGraphicsCreateTransprency):
6749         * libs/PictureGraphics.h:
6750         An experimental implementation of ParentalRelative tinted background
6752         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
6753         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
6754         (PImageLoadPng):
6755         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
6756         * libs/FRenderInit.c (FRenderInit):
6757         (FRenderGetAlphaDepth):
6758         * libs/FRenderInit.h:
6759         Fixed alpha blending for xserver without depth 8 pixmap
6760         (maybe a tmp fix)
6762         * fvwm/fvwm.1.in
6763         typo
6765 2002-09-01  olicha  <olivier.chapuis@free.fr>
6767         * NEWS:
6768         Colorset and alpha blending news
6770 2002-08-31  olicha  <olivier.chapuis@free.fr>
6772         * libs/Ficonv.c (convert_charsets):
6773         Fixed compilation on systems that do not have EILSEQ
6775 2002-08-30  olicha  <olivier.chapuis@free.fr>
6777         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
6778         Fixed compilation of certain modules
6780         * fvwm/borders.c (border_render_into_pixmap):
6781         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
6782         * libs/PictureGraphics.h:
6783         * libs/Graphics.c (CreateStretchPixmap):
6784         (CreateStretchYPixmap):
6785         (CreateStretchXPixmap):
6786         Progress with masks in multipixmap title
6788         * libs/PictureGraphics.c (PCopyArea):
6789         (PTileRectangle):
6790         (PCreateRenderPixmap):
6791         * fvwm/borders.c (border_fill_pixmap_background):
6792         Some drawing fixes
6794         * fvwm/icons.c (DrawIconWindow):
6795         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
6796         Fixed the shape mask of ewmh icons and icons with some alpha
6798 2002-08-30  olicha  <olivier.chapuis@free.fr>
6800         * libs/PictureGraphics.c (PCreateRenderPixmap):
6801         (PGrabImageErrorHandler):
6802         (PGraphicsCopyPixmaps):
6803         (PGraphicsCopyFvwmPicture):
6804         (PGraphicsTileRectangle):
6805         (PGraphicsRenderPixmaps):
6806         (PGraphicsRenderPicture):
6807         * libs/PictureGraphics.h:
6808         * libs/PictureBase.h:
6809         Replaced PGraphicsTileRectangle with a more powerful function,
6810         PCreateRenderPixmap, which performs *full* XRender simulation.
6811         So alpha blending is now supported even without Xrender support.
6812         New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
6813         for direct rendering with tint and alpha channel.
6815         * libs/FRender.c (FRenderVisualInit):
6816         (FRenderCopyArea):
6817         (FRenderTintRectangle):
6818         (FRenderRender):
6819         * libs/FRenderInterface.h:
6820         Replaced FRenderCopyArea and FRenderTintRectangle with a more general
6821         and more powerfull function FRenderRender
6823         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
6824         (PImageLoadPng):
6825         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
6826         Load the alpha even without Xrender support
6828         * libs/Colorset.h:
6829         * fvwm/colorset.c (parse_pixmap_tint):
6830         (parse_colorset):
6831         (alloc_colorset):
6832         Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
6833         or obsolete TintMask) also tints gradients and the tint is applied
6834         only to the pixmap not the bg color. The average bg is computed from
6835         the "original" pixmap and not the tinted one, bgTint should be used
6836         to get a real average bg in the case the pixmap is tinted
6838         * fvwm/icons.c (DrawIconWindow):
6839         (CreateIconWindow):
6840         * fvwm/menuitem.c (menuitem_paint):
6841         * fvwm/menus.c (paint_side_pic):
6842         * fvwm/borders.c (border_get_border_background):
6843         (border_draw_decor_to_pixmap):
6844         (border_fill_pixmap_background):
6845         * fvwm/events.c (HandlePropertyNotify):
6846         Picture rendering use the new PGraphicsRenderPixmaps and
6847         PGraphicsRenderPicture libs functions. Respect new colorset options
6849         * fvwm/colorset.c (parse_colorset):
6850         (alloc_colorset):
6851         (CMD_ReadWriteColors):
6852         * fvwm/fvwm.1.in:
6853         Removed the read write colorset codes
6855         * libs/Graphics.c (CalculateGradientDimensions):
6856         Fixed the size of dithered H and V gradients
6858         * libs/PictureUtils.c (*):
6859         * libs/PictureUtils.h:
6860         Some cleanup
6862 2002-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6864         * fvwm/menus.c (paint_menu_gradient_background):
6865         fixed drawing of SidePic menu background when not using SideColor
6867 2002-08-28  Hippo
6868         * FvwmIconBox/icons.c:
6869         Fixed core dump
6871 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
6873         * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
6875 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
6877         * configure.in:
6878         fixed --disable-ewmh
6880         * libs/Picture.c:
6881         * libs/Picture.h:
6882         added const to some prototypes
6884 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6886         * fvwm/menus.c (MenuInteraction):
6887         (__menu_loop):
6888         renamed MenuInteraction to __menu_loop
6890         * fvwm/menus.c (pop_menu_up):
6891         (do_menu):
6892         (MenuInteraction):
6893         removed pdo_warp_to_title argument of pop_menu_up and changed all
6894         callers; logic is now in last_saved_position_hints
6895         (__menu_get_next_event_timeout_loop):
6896         began to split MenuInteraction into several sub functions
6897         go away, evil "goto"!
6899         * fvwm/style.c (style_parse_one_style_option):
6900         all boolean styles - and *only* boolean styles, can be prefixed with a
6901         '!' to invert their meaning
6902         (style_parse_button_style):
6903         moved Button and NoButton styles to separate function
6905         * configure.in:
6906         * NEWS:
6907         updated for 2.5.4-devel
6909         * configure.in:
6910         2.5.3 was released
6912         * configure.in:
6913         * NEWS:
6914         updated for 2.5.3
6916         * fvwm/menuitem.h (struct):
6917         * fvwm/menus.c (paint_menu_gradient_background):
6918         (paint_menu_pixmap_background):
6919         (paint_menu):
6920         (clear_expose_menu_area):
6921         fixed TiledPixmap menu background drawing bug
6922         sorted function in file and removed forward declarations
6924 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6926         * fvwm/Makefile.am (LDADD):
6927         put -lfvwm at front of library list
6929         * fvwm/windowlist.c (CMD_WindowList):
6930         print window's page instead of current page in windowlist
6932 2002-08-24  Bob Woodside  <dumbledore@woodsway.com>
6934         * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
6935         Fix for Experimental RaiseOverUnmanaged Handling.
6937 2002-08-22  Bob Woodside  <dumbledore@woodsway.com>
6939         * fvwm/focus.h:
6940         * fvwm/stack.h:
6941         New defs for Experimental RaiseOverUnmanaged Handling.
6943         * fvwm/events.c (HandleEnterNotify):
6944         * fvwm/focus.c:
6945         (set_focus_to_fwin)
6946         (focus_query_grab_buttons)
6947         (_focus_grab_buttons)
6948         (focus_grab_buttons)
6949         (focus_grab_buttons_client_entered)
6950         (_SetFocusWindow)
6951         (__activate_window_by_command)
6952         (_ReturnFocusWindow)
6953         (_DeleteFocus)
6954         (_ForceDeleteFocus)
6955         * fvwm/stack.c:
6956         (raise_over_unmanaged)
6957         (is_above_unmanaged)
6958         (_is_on_top_of_layer)
6959         (is_on_top_of_layer)
6960         (is_on_top_of_layer_and_above_unmanaged)
6961         Experimental RaiseOverUnmanaged Handling - an attempt to fix the
6962         interaction of RaiseOverUnmanaged with various focus policies,
6963         particularly mouse focus + client click raises; issue mouse
6964         button grabs when and only when they are actually needed; and
6965         fix the old "xfm + MouseFocusClickRaises" bug once and for all.
6966         (Thanks to the GFPR, this is much more straightforward to do!)
6968 2002-08-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6970         * fvwm/fvwm.1.in:
6971         added a paragraph about scripting and complex functions.
6973         * fvwm/style.c (style_parse_one_style_option):
6974         fixed flag_mask and change_mask of TitleAt... styles that broke left
6975         and bottom titles
6977 2002-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6979         * fvwm/fvwm.1.in:
6980         describe new focus policy styles
6982 2002-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6984         * fvwm/style.c (merge_styles):
6985         fixed applying style updates immediately
6987         * fvwm/geometry.c (constrain_size):
6988         fixed font resizing of maximized windows
6990         * fvwm/window_flags.h:
6991         * fvwm/fvwm.h (has_new_wm_normal_hints):
6992         new window flags
6994         * fvwm/events.c (HandleEnterNotify):
6995         fixed UngrabNotify returning focus to just unfocused window
6996         * fvwm/focus.h:
6997         added debug code
6999         * fvwm/style.c (merge_styles):
7000         (free_style_mask):
7001         (__simplify_style_list):
7002         fixed default style calculations
7004         * fvwm/events.c (HandleConfigureRequest):
7005         disabled debug output
7007         * fvwm/style.c (merge_styles):
7008         * fvwm/fvwm.h (window_style):
7009         new style member default_mask to allow two levels of defaults;
7010         fixes focus policy defaults
7011         * fvwm/style.h:
7012         rewrote many of the macros; changed all callers
7014         * fvwm/borders.c (RenderIntoPixmap):
7015         (DrawMultiPixmapTitlebar):
7016         (border_render_into_pixmap):
7017         (border_draw_multi_pixmap_titlebar):
7018         applied Suzanne Skinner's multi pixmap titles fix
7019         renamed functions and changed all callers
7021         * libs/FScreen.c (FScreenGetScrRect):
7022         (FindScreen):
7023         (FScreenGetScrId):
7024         new utility functions
7026         * fvwm/windowlist.c (CMD_WindowList):
7027         new option MaxLabelWidth for the WIndowList command based on patch by
7028         Maxim F. Ischenko
7029         new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
7030         WindowList command.
7032         * fvwm/events.c (HandleConfigureRequest):
7033         removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
7034         seems to work without problems
7036 2002-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7038         * fvwm/style.c (merge_styles):
7039         fixed style defaults getting stuck to on once set
7041         * configure.in:
7042         fixed a number of non portable uses of the "test" command and unified
7043         the used syntax of all calls to reduce chance of copy-and-paste
7044         problems
7046 2002-08-17  Mikhael Goikhman  <migo@homemail.com>
7048         * configure.in:
7049         * fvwm/fvwm.1.in:
7050         minor typos and improvements;
7051         better string quotings and detection of fribidi for autoconf-2.53
7053         * fvwm/Makefile.am:
7054         don't include *.in in EXTRA_DIST, they are auto-included
7056 2002-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7058         * fvwm/events.c (HandleConfigureRequest):
7059         (HandlePropertyNotify):
7060         (is_resizing_event_pending):
7061         fixed uninitialised return code of test_resizing_event
7063 2002-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7065         * fvwm/decorations.c (SelectDecor):
7066         * fvwm/style.h:
7067         * fvwm/window_flags.h:
7068         * fvwm/fvwm.h:
7069         moved common.s.has_no_border window flag to common.has_no_border to
7070         fix windows getting stuck without a border once the HandleWidth or
7071         BorderWidth was set to 0 and then increased again
7073         * fvwm/fvwm.1.in:
7074         removed reference to BUGS and TODO
7076         * configure.in:
7077         moved a lot of constant definitions to configure.in; the fvwm.lsm and
7078         fvwm.1 files don't have to be updated for a release anymore; the release
7079         number and date are set by configure
7081         * fvwm/fvwm.c (setVersionInfo):
7082         fixed output of "fvwm -version"
7084 2002-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7086         * fvwm/style.c (style_parse_one_style_option):
7087         Old focus styles override less of the behaviour specified with the
7088         FP... styles; use defaults instead without setting the mask
7089         (style_parse_one_style_option):
7090         removed the styles MouseFocusClickIgnoreMotion and
7091         MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
7092         instead
7093         (style_parse_one_style_option):
7094         ClickToFocusRaises now works only on the client window, not on the
7095         decorations
7096         (style_parse_one_style_option):
7097         fixed FocusFollowsMouse style
7098         (style_set_old_focus_policy):
7099         moved old default focus settings to a separate function, simplified code
7101 2002-08-14  Dan Espen  <dane@mk.telcordia.com>
7103         * fvwm/fvwm.1: Add hot-spot is an offset information,
7104         fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
7105         the xpm docs).
7107 2002-08-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7109         * fvwm/style.c (style_parse_focus_policy_style):
7110         fixed parsing of FPFocusClickButtons and FocusClickModifiers
7112         * libs/Makefile.am:
7113         added missing files
7115         * fvwm/events.c (HandleConfigureRequest):
7116         fixed ConfigureRequest race condition
7118 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7120         * configure.in:
7121         quote environment variables
7123 2002-08-13  olicha  <olivier.chapuis@free.fr>
7125         * NEWS:
7126         Color limit and dithering news
7128         * fvwm/fvwm.1:
7129         Added a minimal doc for the -color-limit option
7131         * fvwm/builtins.c (CMD_ColorLimit):
7132         ColorLimit is obsolete
7134         * fvwm/builtins.c (ReadDecorFace):
7135         * libs/PictureUtils.c (my_dither_depth_15_16_init):
7136         (PictureAllocColorAllProp):
7137         Implemented dithering for depth 16 and 15. This is off by default
7138         in colorset (use the dither colorset option) and on by default
7139         for window title gradient. Gradient are visibly more smooth.
7141         * libs/PictureUtils.c (*):
7142         Some cleanup
7144 2002-08-13  Mikhael Goikhman  <migo@homemail.com>
7146         * fvwm/fvwm.1:
7147         corrected the pixmap cursor description, added an example
7149 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7151         * fvwm/menus.c (select_menu_item):
7152         (paint_menu_gradient_background):
7153         fixed a redrawing problem with H/Vgradient menu faces
7154         (MenuInteraction):
7155         fixed a minor problem w/ entering submenus via keyboard
7157 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7159         * fvwm/move_resize.c (CMD_ResizeMove):
7160         (CMD_Resize):
7161         (CMD_Maximize):
7162         (CMD_ResizeMaximize):
7163         (CMD_ResizeMoveMaximize):
7164         commands can be used on iconified windows again
7166         * ONEWS:
7167         * NEWS:
7168         moved pre-2.2 NEWS to ONEWS
7170         * libs/strdup.c:
7171         * libs/safemalloc.c:
7172         * libs/envvar.c:
7173         * libs/alloca.c:
7174         * libs/Target.c:
7175         * libs/Parse.c:
7176         * libs/Bindings.c:
7177         * fvwm/menustyle.c:
7178         * fvwm/menus.c:
7179         * fvwm/menuitem.c:
7180         * fvwm/menucmd.c:
7181         * fvwm/frame.c:
7182         * fvwm/events.c:
7183         * fvwm/borders.c:
7184         let config.h include strinh.h or strings.h
7186         * fvwm/style.c (style_parse_one_style_option):
7187         (style_parse_one_style_option):
7188         fixed icon box crash
7190         * fvwm/bindings.c (update_nr_buttons):
7191         fixed extra buttons on window decorations
7193         * fvwm/style.c (style_parse_one_style_option):
7194         fixed parsing of the FP... and !FP... styles
7196 2002-08-12  Bob Woodside  <dumbledore@woodsway.com>
7198         * fvwm/style.c (style_parse_one_style_option):
7199         Fixed a typo so that ClickToFocusRaisesOff actually turns
7200         the option off instead of on.
7202 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7204         * fvwm/focus.c (focus_grab_buttons):
7205         only grab necessary buttons on the client window
7207 2002-08-11  olicha  <olivier.chapuis@free.fr>
7209         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
7210         Removed some debug code
7212         * fvwm/fvwm.c (main):
7213         (usage):
7214         Added -color-limit to fvwm usage
7216 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7218         * fvwm/style.c (style_parse_one_style_option):
7219         (style_parse_focus_policy_style):
7220         added style options "FP..." to control focus policy
7221         removed OverrideGrabFocus and AllowGrabFocus styles
7223         * fvwm/style.c (merge_styles):
7224         fixed style defaults != 0
7226         * fvwm/focus.c (__restore_focus_after_unmap):
7227         fixed a bug w/ reverting the focus from transients to the parent
7229         * fvwm/ewmh.c (ewmh_HandleDesktop):
7230         * fvwm/style.c (style_parse_one_style_option):
7231         fixed defaults for various focus styles
7233         * NEWS:
7234         updated for 2.4.9
7236         * fvwm/frame.c (frame_mrs_resize_move_windows):
7237         backed out anti-flicker patch that slowed down command processing
7239         * fvwm/bindings.c (update_nr_buttons):
7240         (ParseBinding):
7241         fixed sluggish processing of mouse bindings
7243         * fvwm/events.c (__handle_bpress_action):
7244         fixed drawing of pressed decorations w/o bindings
7246         * fvwm/frame.c (frame_move_resize):
7247         removed debug code that broke focus handling
7249         * fvwm/style.c (style_parse_one_style_option):
7250         fixed passing the focus click to the app by default
7252         * fvwm/events.c (__handle_click_to_focus):
7253         * fvwm/focus.c (set_focus_to_fwin):
7254         (__set_focus_to_fwin):
7255         removed drawing code that broke as many places as it fixed; plus it
7256         cause unnecessary redraws
7258         * fvwm/events.c (HandleConfigureRequest):
7259         send a synthetical ConfigureNotify if an application is not granted its
7260         wishes from a ConfigureRequest; this is necessary for FixedPPosition
7261         and FixedPSize to work properly; also to be ICCCM compliant
7262         always force border_width 0 in these events
7263         in the experimental cr merging code, send a number of cn events equal
7264         to the number of merged events
7266         * libs/Parse.c:
7267         * fvwm/style.c:
7268         reformatted
7270         * fvwm/style.c (style_parse_focus_policy_style):
7271         (style_parse_icon_size_style):
7272         (style_parse_icon_box_style):
7273         (style_parse_icon_grid_style):
7274         (style_parse_icon_fill_style):
7275         (style_parse_one_style_option):
7276         (parse_and_set_window_style):
7277         split into separate functions
7278         (style_parse_one_style_option):
7279         simplified and cleaned up
7281         * fvwm/events.h:
7282         * fvwm/decorations.c:
7283         * fvwm/cursor.h:
7284         * fvwm/cursor.c:
7285         * fvwm/conditional.h:
7286         * fvwm/conditional.c:
7287         * fvwm/colorset.h:
7288         * fvwm/colors.h:
7289         * fvwm/colors.c:
7290         * fvwm/colormaps.c:
7291         * fvwm/bindings.h:
7292         * fvwm/bindings.c:
7293         reformatted and cleaned up
7295 2002-08-11  olicha  <olivier.chapuis@free.fr>
7297         * libs/PictureUtils.c (*):
7298         * libs/PictureUtils.h:
7299         * libs/PictureDitherMatrice.h (new file):
7300         * libs/PictureImageLoader.c (*):
7301         * libs/PictureImageLoader.h:
7302         * libs/PictureGraphics.c  (PGraphicsCreateDitherPixmap):
7303         (PCreateDitherPixmap):
7304         (PCreateTintedPixmap):
7305         * libs/PictureGraphics.h:
7306         * libs/PictureBase.c (PictureInitCMap):
7307         * libs/PictureBase.h:
7308         * libs/Picture.c (*):
7309         * libs/Picture.h:
7310         * libs/Fxpm.h:
7311         * libs/Colorset.c (DumpColorset):
7312         (LoadColorset):
7313         * libs/Colorset.h:
7314         * libs/Graphics.c (all gradient functions):
7315         * libs/fvwmlib.h:
7316         * fvwm/screen.h:
7317         * fvwm/move_resize.c (CMD_XorPixmap):
7318         * fvwm/colors.c (FreeColors):
7319         * fvwm/builtins.c (CMD_DefaultColors):
7320         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
7321         * fvwm/builtins.c (FreeDecorFace):
7322         (ReadDecorFace):
7323         * fvwm/menus.c (pop_menu_down):
7324         (paint_menu_gradient_background):
7325         (scanForPixmap):
7326         * fvwm/menus.h:
7327         * fvwm/menustyle.c (menustyle_free_face):
7328         (menustyle_parse_face):
7329         (menustyle_free):
7330         (menustyle_update):
7331         (menustyle_parse_style):
7332         (CMD_CopyMenuStyle):
7333         * fvwm/menustyle.h:
7334         * fvwm/icons.c (GetIconFromFile):
7335         * fvwm/builtins.c (ReadMultiPixmapDecor):
7336         (ReadDecorFace):
7337         * fvwm/borders.c (border_draw_decor_to_pixmap):
7338         * fvwm/add_window.c (setup_mini_icon):
7339         * fvwm/fvwm.c (main):
7340         * fvwm/colorset.c (free_colorset_background):
7341         (parse_pixmap):
7342         (parse_shape):
7343         (parse_colorset):
7344         New color limit method and implement dithering in depth <= 8.
7345         Added a "fvwm picture attributes" structure for loading image.
7346         Some colors leaks fix. Add some (weak) color leaks. New option
7347         -color-limit for fvwm. 257 fix. Some prepartion for tint and
7348         alpha in colorset.
7350 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7352         * libs/Flocale.c (FlocaleRotateDrawString):
7353         fixed a crash
7355 2002-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7357         * fvwm/style.c (parse_and_set_window_style):
7358         fixed the default for passing the click-to-raise click for mousey
7359         focus
7361         * fvwm/events.c (__handle_click_to_focus):
7362         removed redundant code
7363         (WaitForButtonsUp):
7364         fixed sluggish motion event handling when waiting for buttons to be
7365         released
7367         * fvwm/focus.c (__set_focus_to_fwin):
7368         (set_focus_to_fwin):
7369         fixed redrawing the border w/ mousey focus when the window was entered,
7370         then the border was clicked before the FocusIn event arrived
7372         * fvwm/events.c (__handle_bpress_on_managed):
7373         * fvwm/style.c (parse_and_set_window_style):
7374         fixed some small focus problems
7376         * fvwm/fvwm.c:
7377         reformatted and cleaned up
7379         * fvwm/fvwm.1:
7380         formatting fixes
7382         * fvwm/focus.c (focus_query_click_to_raise):
7383         (focus_query_click_to_focus):
7384         * fvwm/style.c (parse_and_set_window_style):
7385         * fvwm/events.c (__test_for_motion):
7386         (__check_click_to_focus_or_raise):
7387         (__handle_focus_raise_click):
7388         (__is_bpress_window_handled):
7389         (__handle_click_to_focus):
7390         (__handle_click_to_raise):
7391         (__handle_bpress_stroke):
7392         (__handle_bpress_action):
7393         (__handle_bpress_on_root):
7394         (__handle_bpress_on_unmanaged):
7395         (__handle_bpress_on_managed):
7396         (HandleButtonPress):
7397         GFPR: completely rewrote ButtonPress handler, thus finishing the core
7398         of the new focus code; only the parsing for the new styles is missing
7400         * fvwm/virtual.c (is_pan_frame):
7401         new function
7403 2002-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7405         * fvwm/add_window.c (AddWindow):
7406         fixed compile error
7408         * fvwm/events.c (__handle_focus_raise_click):
7409         (HandleButtonPress):
7410         clean up
7412         * fvwm/events.c (__handle_focus_raise_click):
7413         * fvwm/fvwm.h (struct):
7414         * fvwm/style.c (check_window_style_change):
7415         (parse_and_set_window_style):
7416         * fvwm/session.c (MatchWinToSM):
7417         * fvwm/window_flags.h:
7418         eliminated parts of the old focus code
7420         * fvwm/focus.c (__set_focus_to_fwin):
7421         (set_focus_to_fwin):
7422         * fvwm/fvwm.c (InitVariables):
7423         * fvwm/add_window.c (destroy_window):
7424         * fvwm/events.c (__handle_focus_raise_click):
7425         * fvwm/screen.h (ScreenInfo):
7426         eliminated Scr.Ungrabbed global
7428         * fvwm/update.c (apply_window_updates):
7429         (flush_window_updates):
7430         * fvwm/icons.c (DeIconify):
7431         (Iconify):
7432         * fvwm/move_resize.c (CMD_Maximize):
7433         (__move_window):
7434         (handle_stick):
7435         * fvwm/frame.c (frame_free_move_resize_args):
7436         (__frame_setup_window):
7437         * fvwm/virtual.c (do_move_window_to_desk):
7438         (CMD_GotoDeskAndPage):
7439         (goto_desk):
7440         (MoveViewport):
7441         * fvwm/stack.c (LowerWindow):
7442         * fvwm/events.c (HandleMapNotify):
7443         (HandleVisibilityNotify):
7444         (DispatchEvent):
7445         (HandleFocusIn):
7446         (__handle_focus_raise_click):
7447         (HandleEnterNotify):
7448         (HandleMapRequestKeepRaised):
7449         * fvwm/add_window.c (setup_key_and_button_grabs):
7450         (setup_focus_policy):
7451         (destroy_window):
7452         * fvwm/focus.c (__try_other_screen_focus):
7453         (__set_focus_to_fwin):
7454         (set_focus_to_fwin):
7455         (focus_grab_buttons_on_pointer_window):
7456         (focus_grab_buttons_on_layer):
7457         (focus_grab_buttons_new):
7458         cleaned up focus grab handling.
7460         * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
7461         clean up
7463 2002-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7465         * fvwm/add_window.c (setup_window_structure):
7466         (AddWindow):
7467         discarded unused return code
7469         * fvwm/focus.c (focus_grab_buttons):
7470         split into two fucntions and fixed a bug with ungrabbing buttons
7472         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
7473         * fvwm/style.c (parse_and_set_window_style):
7474         * fvwm/icons.c (DeIconify):
7475         (DeIconify):
7476         * fvwm/events.c (HandleButtonPress):
7477         (HandleEnterNotify):
7478         (HandleLeaveNotify):
7479         (HandleMapNotify):
7480         (HandleMapRequestKeepRaised):
7481         * fvwm/add_window.c (CaptureAllWindows):
7482         * fvwm/virtual.c (UnmapDesk):
7483         (MapDesk):
7484         (do_move_window_to_desk):
7485         * fvwm/update.c (flush_window_updates):
7486         * fvwm/focus.c (set_focus_model):
7487         (DeleteFocus):
7488         (__restore_focus_after_unmap):
7489         much more GFPR work; these patches may break lots of things
7491         * fvwm/focus.c (set_focus_to_fwin):
7492         (__activate_window_by_command):
7493         (SetFocusWindow):
7494         (ReturnFocusWindow):
7495         (DeleteFocus):
7496         (ForceDeleteFocus):
7497         renamed MoveFocus to set_focus_to_fwin
7499 2002-08-07  Mikhael Goikhman  <migo@homemail.com>
7501         * libs/Fft.c (FftDrawString):
7502         removed redudant and buggy code that called DrawStringFunc before
7503         this pointer gets initialized
7505         * fvwm/focus.c (focus_query_click_to_raise):
7506         fixed possibly-uninitialized variable warning
7508         * fvwm/Makefile.am:
7509         specify stroke includes before Xft includes, may improve some cases
7511 2002-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7513         * configure.in:
7514         fixed sys/time.h detection
7516         * fvwm/events.c (HandleMappingNotify):
7517         * libs/Bindings.c (AddBinding):
7518         added MappingNotify event handler
7520         * fvwm/events.c (HandleMapRequest):
7521         removed debug code
7523         * fvwm/events.c (InitEventHandlerJumpTable):
7524         another attempt at handling "unknown" modifiers in key bindings
7526 2002-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7528         * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
7529         * fvwm/add_window.c (destroy_window):
7530         * fvwm/focus.c (focus_grab_buttons):
7531         fixed core dump
7533 2002-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7535         * fvwm/focus.c (focus_force_refresh_focus):
7536         * fvwm/events.c (HandleEnterNotify):
7537         (HandlePropertyNotify):
7538         (HandleButtonPress):
7539         * fvwm/icons.c (DeIconify):
7540         * fvwm/virtual.c (MapDesk):
7541         * fvwm/focus_policy.c (fpol_query_allow_user_focus):
7542         * fvwm/update.c (apply_window_updates):
7543         * fvwm/module_interface.c:
7544         * fvwm/conditional.c (MatchesConditionMask):
7545         more GFPR work
7547         * fvwm/icons.c (Iconify):
7548         removed "#if 0"ed code
7550         * fvwm/module_interface.c:
7551         disabled the old ConfigureWindow module interface
7553         * vms/vms.c:
7554         * libs/fvwmsignal.h:
7555         * libs/Picture.c:
7556         * fvwm/ewmh_intern.h:
7557         * fvwm/events.c:
7558         * fvwm/module_interface.c:
7559         * fvwm/misc.c:
7560         use ftime.h
7562         * libs/ftime.h:
7563         new file to encapsulate time.h and sys/time.h inclusion
7565         * fvwm/stack.c:
7566         re-indented
7567         (mark_transient_subtree):
7568         (__mark_group_member):
7569         cleaned up and split into two functions
7571         * fvwm/focus.c (CMD_Focus):
7572         (CMD_FlipFocus):
7573         * fvwm/icons.c (DeIconify):
7574         clean up
7575         (FocusOn)
7576         (__activate_window_by_command):
7577         renamed function
7579         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
7580         * fvwm/focus_policy.h: (fpol_set_focus_by_t):
7581         * fvwm/style.c (parse_and_set_window_style):
7582         (parse_and_set_window_style):
7583         began implementing new focus control styles
7585         * fvwm/focus.c (DoSetFocus):
7586         (__restore_focus_after_unmap):
7587         (MoveFocus):
7588         (refresh_focus):
7589         more GFPR work
7590         (DoSetFocus):
7591         (__set_focus_to_fwin):
7592         function renamed
7594         * fvwm/conditional.c (MatchesConditionMask):
7595         * fvwm/focus.c (focus_query_open_grab_focus):
7596         (focus_query_close_restore_focus):
7597         (focus_does_accept_input_focus):
7598         (MoveFocus):
7599         * fvwm/events.c (HandleUnmapNotify):
7600         (HandleEnterNotify):
7601         (HandleMapNotify):
7602         (HandleMapRequestKeepRaised):
7603         renamed some functions
7605         * libs/defaults.h:
7606         * fvwm/focus_policy.c:
7607         * fvwm/focus_policy.h:
7608         prepared some future focus policy flags
7610         * configure.in:
7611         enable error message when png or xpm test compilation fails
7613         * fvwm/style.h:
7614         * fvwm/window_flags.h:
7615         * fvwm/ewmh.c (ewmh_HandleDesktop):
7616         * fvwm/style.c (parse_and_set_window_style):
7617         (check_window_style_change):
7618         * fvwm/events.c (HandleButtonPress):
7619         (HandleVisibilityNotify):
7620         began GFPR migration of *raises* focus policy flags
7622         * fvwm/focus.c (focus_is_focusd):
7623         new function
7625         * libs/Bindings.c (AddBinding):
7626         fixed handling of "unknown" modifiers in key bindings
7628         * fvwm/focus.c (focus_grab_buttons):
7629         (focus_query_grab_buttons):
7630         moved focus policy code into separate function
7632 2002-08-02  Mikhael Goikhman  <migo@homemail.com>
7634         * Makefile.am:
7635         DESTDIR fix
7637 2002-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7639         * fvwm/style.c (parse_and_set_window_style):
7640         * fvwm/focus.c (focus_query_grab_focus):
7641         * fvwm/events.c (HandleMapNotify):
7642         (HandlePropertyNotify):
7643         * fvwm/focus_policy.c (fpol_init_default_fp):
7644         * libs/defaults.h:
7645         new styles OverrideGrabFocus and AllowGrabFocus
7646         cleaned up focus grabbing code and moved to focus.c
7648 2002-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7650         * fvwm/focus.c (CMD_WarpToWindow):
7651         fixed negative arguments for unmanaged windows
7653         * fvwm/conditional.c (CMD_Direction):
7654         use PeekToken instead of GetNextToken
7655         cleaned up
7656         new direction "center"
7658 2002-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7660         * fvwm/events.c (addkbsubinstoarray):
7661         disabled experimental pointer warping code
7663         * fvwm/menus.c:
7664         removed menu crash debug code
7666 2002-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7668         * fvwm/menus.c:
7669         added tons of crash debug code
7671         * fvwm/add_window.c:
7672         made a lot of internal functions static
7674         * fvwm/add_window.c (setup_button_windows):
7675         (destroy_title_window):
7676         (destroy_button_windows):
7677         (destroy_resize_handle_windows):
7678         (destroy_auxiliary_windows):
7679         (destroy_icon):
7680         (destroy_window):
7681         * fvwm/icons.c (CreateIconWindow):
7682         safety patches w/ XDeleteContext
7684         * fvwm/menus.c (DestroyMenu):
7685         fixed a crash w/ accessing already deleted menus
7687 2002-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7689         * fvwm/menus.c (get_menu_options):
7690         fixed menu context rectangle "icon" if the icon was not just a pixmap
7692 2002-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7694         * fvwm/events.c (HandleMapNotify):
7695         (HandleMapRequestKeepRaised):
7696         (HandleUnmapNotify):
7697         * fvwm/ewmh_events.c (ewmh_WMStateModal):
7698         * fvwm/ewmh.c (ewmh_HandleDesktop):
7699         * fvwm/style.c (parse_and_set_window_style):
7700         removed old do_grab_focus_when_created and *_when_transient_* flags
7702 2002-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7704         * fvwm/conditional.c (MatchesConditionMask):
7705         * fvwm/focus.c (DoSetFocus):
7706         * fvwm/session.c (MatchWinToSM):
7707         * fvwm/module_interface.c (SETOLDFLAGS):
7708         removed old is_lenient flag
7710         * fvwm/bindings.c:
7711         * fvwm/style.c (__simplify_style_list):
7712         (simplify_style_list):
7713         reformatted
7715         * fvwm/window_flags.h:
7716         * fvwm/style.h:
7717         access macros for focus policy flags structures
7718         reformatted
7720         * fvwm/focus_policy.c:
7721         * fvwm/focus_policy.h:
7722         new files, begin great focus policy rewrite aka GFPR
7724 2002-07-22  Bob Woodside  <dumbledore@woodsway.com>
7726         * fvwm/placement.c (PlaceWindow):
7727         Fixed interaction between CascadePlacement and StartsOnPage
7729 2002-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7731         * libs/fvwmsignal.c (fvwmSelect):
7732         call alloca(0) in fvwmSelect to make sure the memory is not leaked in
7733         modules
7735 2002-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7737         * fvwm/add_window.c (CaptureOneWindow):
7738         fixed a core dump w/ windows being destroyed during a recapture
7739         (AddWindow):
7740         removed duplicate check if new windows still exist
7742         * fvwm/placement.c (CMD_PlaceAgain):
7743         * fvwm/move_resize.c (move_window_doit):
7744         (__move_icon):
7745         * fvwm/virtual.c (MapDesk):
7746         (MoveViewport):
7747         (do_move_window_to_desk):
7748         * fvwm/icons.c (AutoPlaceIcon):
7749         (ChangeIconPixmap):
7750         (Iconify):
7751         some cleanup in movement code
7752         new option "Icon" to PlaceAgain command
7753         adapted documentation accordingly
7755         * fvwm/move_resize.c (move_window_doit):
7756         (__move_window):
7757         renamed function
7759 2002-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7761         * libs/Flocale.c (FlocaleRotateDrawString):
7762         create gcs only once
7764         * fvwm/fvwm.1:
7765         removed some references to Recapture
7766         UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
7767         ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
7769         * libs/gravity.c (gravity_parse_multi_dir_argument):
7770         fixed "all" multidir selecting "center" too
7772         * libs/Fft.c (FftDrawString):
7773         * libs/Flocale.c (FlocaleRotateDrawString):
7774         (FlocaleFontStructDrawString):
7775         (FlocaleDrawString):
7776         fixed some text placement bugs w/ shadow text
7777         (FlocaleGetShadowTextPosition):
7778         implemented "center" shadows
7780 2002-07-20  olicha  <olivier.chapuis@free.fr>
7782         * libs/Flocale.c (FlocaleRotateDrawString):
7783         Removed some static declarations
7785 2002-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7787         * libs/gravity.c (gravity_multi_dir_to_dir):
7788         * libs/gravity.h (enum):
7789         new function, cleaned up
7790         (enum):
7791         * fvwm/fvwm.h (FvwmWindow):
7792         * libs/Fft.c:
7793         * fvwm/geometry.c:
7794         * fvwm/borders.c:
7795         moved text_rotation_type to gravity.h and renamed to rotation_type
7797         * libs/Flocale.h:
7798         fixed several bugs in the access macros
7800         * libs/Flocale.c:
7801         removed unused static FlocaleSeted
7802         (FlocaleFontStructDrawString):
7803         simplified function
7805         * fvwm/virtual.c (CMD_EdgeCommand):
7806         * fvwm/windowshade.c (CMD_WindowShade):
7807         * fvwm/conditional.c (CMD_Direction):
7808         adapted to changes in ParseDirectionArgument
7810         * libs/gravity.h:
7811         * libs/gravity.c (ParseDirectionArgument):
7812         new direction "Center"
7814         * fvwm/virtual.c (CMD_EdgeCommand):
7815         reformatted
7817 2002-07-18  olicha  <olivier.chapuis@free.fr>
7819         * libs/PictureUtils.c (PictureRGBtoPixel):
7820         (decompose_mask):
7821         Fixed(??) color allocation for some visuals
7823 2002-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7825         * libs/Flocale.c (FlocaleFontStructDrawString):
7826         a little code cleanup
7828         * fvwm/events.c (HandleEnterNotify):
7829         removed debug code
7830         anothe click+drag fix
7832         * libs/Pointer.c (GetLocationFromEventOrQuery):
7833         * fvwm/focus.c (SetPointerEventPosition):
7834         * fvwm/functions.c (CheckActionType):
7835         * fvwm/builtins.c (CMD_StrokeFunc):
7836         * fvwm/move_resize.c (moveLoop):
7837         (resize_window):
7838         fixed some bugs w/ pointer on wrong screen
7840 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7842         * fvwm/events.c (HandleLeaveNotify):
7843         fixed problem w/ click+drag and mousey focus
7845         * fvwm/menus.c (size_menu_horizontally):
7846         fixed menu style SubmenusLeft w/ icons in menu items
7848 2002-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7850         * fvwm/menuitem.c (menuitem_paint):
7851         * fvwm/menus.h:
7852         * fvwm/menus.c (paint_menu_gradient_background):
7853         (get_menu_paint_item_parameters):
7854         removed circular dependency of menus.c and menuitem.c by using callback
7855         functions
7857 2002-07-17  olicha  <olivier.chapuis@free.fr>
7859         * fvwm/menuitem.c:
7860         A -Wall fix
7862         * fvwm/fvwm.c (InitVariables):
7863         (main):
7864         * fvwm/colorset.c (parse_colorset):
7865         (alloc_colorset):
7866         (CMD_ReadWriteColors):
7867         * fvwm/builtins.c (CMD_ColorLimit):
7868         * libs/PictureUtils.h:
7869         * libs/PictureUtils.c (PictureReduceColor):
7870         (PictureReduceRGBColor):
7871         (PictureRGBtoPixel):
7872         (PictureAllocColor):
7873         (PictureFreeColors):
7874         (PictureGetNextColor):
7875         (colors_alloc_fail):
7876         (my_alloc_color):
7877         (AllocColors*):
7878         (AllocColorTable):
7879         (PictureAllocColorTable):
7880         * libs/PictureImageLoader.c (PImageXpmAllocColor):
7881         (PImageXpmFreeColor):
7882         (PImageLoadXpm):
7883         * libs/PictureBase.c (PictureInitCMap):
7884         * libs/Graphics.c (AllocLinearGradient):
7885         * libs/ColorUtils.c (GetShadow):
7886         (GetHilite):
7887         (GetForeShadow):
7888         (GetTintedPixel):
7889         (GetSimpleColor):
7890         (GetColor):
7891         (fvwmlib_clone_color):
7892         * libs/PictureGraphics.c (PGraphicsTintRectangle):
7893         Implemented a new color limit method
7895 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7897         * fvwm/move_resize.c (moveLoop):
7898         fixed problem moving the pointer off screen while moving a window
7899         (AnimatedMoveAnyWindow):
7900         fixed pointer warping w/ multiple screens and animated window motion
7902 2002-07-12  olicha  <olivier.chapuis@free.fr>
7904         * fvwm/menus.c (get_menu_paint_item_parameters):
7905         (paint_menu_gradient_background):
7906         * fvwm/menuitem.c (menuitem_paint):
7907         * fvwm/menuitem.h:
7908         * fvwm/menus.h:
7909         Fixed B/DGradient with Xft fonts
7911         * libs/Colorset.h:
7912         * libs/ColorUtils.c (GetTintedColor):
7913         (GetTintedPixel):
7914         * fvwm/colorset.c (parse_simple_tint):
7915         (parse_colorset):
7916         (alloc_colorset):
7917         Implemented fgTint colorset option
7919         * libs/PictureImageLoader.c:
7920         * libs/PictureUtils.c:
7921         * libs/PictureUtils.h:
7922         * libs/Makefile.am:
7923         Moved color limitation and some rgb to pixel functions from
7924         PictureImageLoader to new files PictureUtils.c, PictureUtils.h
7926         * fvwm/colorset.c (parse_colorset):
7927         * libs/PictureGraphics.c (PCreateTintedPixmap):
7928         (PGraphicsTintRectangle):
7929         Implemented tinting for X server without Xrender support and
7930         did color limitation when tinting
7933 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7935         * fvwm/events.c (WaitForButtonsUp):
7936         fixed handling of button release events
7938 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7940         * fvwm/menus.c (MenuInteraction):
7941         fixed core dump w/ dynamic popdown action destroying a menu
7942         (paint_menu_gradient_background):
7943         fixed hang and/or incorrect drawing of b and d gradients in menus
7945         * fvwm/events.c (HandleEnterNotify):
7946         (HandleLeaveNotify):
7947         improved LEAVE_WINDOW/ENTER_WINDOW handling
7949 2002-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7951         * libs/Colorset.c (SetWindowBackground):
7952         (SetWindowBackgroundWithOffset):
7953         (ScrollPixmap):
7954         implemented new functions to allow pixmap backgrounds with an offset
7956 2002-07-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7958         * fvwm/events.c (HandleMapRequestKeepRaised):
7959         send Map/UnmapNotify before iconyfying, not after
7961 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7963         * fvwm/events.c (HandleMapRequestKeepRaised):
7964         fake a MapNotify and then an UnmapNotify when a window is created iconic
7966         * fvwm/add_window.c (AddWindow):
7967         workaround for buggy TK menu positioning
7969         * fvwm/module_interface.c (FlushMessageQueue):
7970         (PositiveWrite):
7971         (get_pipe_name):
7972         tried to fix module communication deadlock w/ sync mask and a full write
7973         pipe
7975         * libs/Strings.c:
7976         re-indented file
7978         * libs/defaults.h:
7979 2002-07-06  olicha  <olivier.chapuis@free.fr>
7981         * libs/Flocale.c (FlocaleGetFontSet):
7982         Removed some unwanted code
7984 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7986         * fvwm/events.c (HandleLeaveNotify):
7987         (HandleEnterNotify):
7988         reduced the number of MX_LEAVE/ENTER_WINDOW messages
7990         * fvwm/events.c (CMD_XSync):
7991         very experimental patch to cycle through subwindows accepting keyboard
7992         input; call Xsync command repeatedly to test; crashes fvwm if more than
7993         1000 subwindows are used;
7995         * fvwm/focus.c (CMD_WarpToWindow):
7996         fixed a bug in warpttowindow command with subwindows of unmanaged
7997         windows
7999 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8001         * fvwm/events.c (HandlePropertyNotify):
8002         * fvwm/events.h:
8003         handle changes in the size_inc and base_size hints during opaque
8004         resizing.
8006         * fvwm/events.c (HandleButtonPress):
8007         ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
8008         until the button is released again; this restores the old behaviour
8009         from 2.3.23 and before with click+drag and rxvt/aterm
8011 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8013         * fvwm/update.c (apply_window_updates):
8014         fixed applying neverfocus to currently focused window; decorations
8015         partially drawn hilighted
8017 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8019         * fvwm/menucmd.c (menu_func):
8020         another module/menu/context window fix
8021         do not use global Fw anymore
8023 2002-07-05  olicha  <olivier.chapuis@free.fr>
8025         * libs/Flocale.c (FlocaleStringToString2b):
8026         Fixed crash with big5-0 FontStruct
8028 2002-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8030         * fvwm/menucmd.c (menu_func):
8031         fixed context window of menus invoked by a module
8032         (menu_func):
8033         fixed context menus on windows
8035         * libs/vpacket.h (ConfigWinPacket):
8036         * fvwm/module_interface.c (CONFIGARGSNEW):
8037         * fvwm/fvwm.h (FvwmWindow):
8038         fixed bugs in type conversions for transmitting certain information to
8039         modules
8041         * fvwm/functions.c (CheckActionType):
8042         fixed window selection problem w/ menus invoked from modules
8044 2002-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8046         * fvwm/gnome.c (GNOME_HandlePropRequest):
8047         -Wall fixes
8049         * fvwm/module_interface.c (ExecuteCommandQueue):
8050         fixed compile bug w/ --enable-debug-msgs
8052 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8054         * fvwm/events.c (HandleButtonPress):
8055         (HandleKeyPress):
8056         * fvwm/menus.c (MenuInteraction):
8057         (do_menu):
8058         * fvwm/windowlist.c (CMD_WindowList):
8059         * fvwm/menucmd.c (menu_func):
8060         * fvwm/module_interface.c (ExecuteModuleCommand):
8061         * fvwm/add_window.c (adjust_fvwm_internal_windows):
8062         go away, evil globals! [removed the useless global variable
8063         "ButtonWindow"]
8065         * fvwm/events.c (HandleUnmapNotify):
8066         (HandleMapNotify):
8067         * fvwm/icons.c (Iconify):
8068         * fvwm/window_flags.h (IS_ICONIFY_PENDING):
8069         * fvwm/fvwm.h (struct):
8070         renamed is_deiconify_pending to is_iconify_pending
8071         some re-indenting
8073 2002-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8075         * fvwm/menus.c (MenuInteraction):
8076         (pop_menu_down):
8077         (menu_enter_tear_off_menu):
8078         (do_menu):
8079         * fvwm/events.c (HandleButtonPress):
8080         (HandleButtonRelease):
8081         (HandleKeyPress):
8082         (GetContext):
8083         * fvwm/menucmd.c (menu_func):
8084         (menu_func):
8085         * fvwm/module_interface.c (ExecuteModuleCommand):
8086         go away, evil globals! [removed the useless global variable "Context"]
8087         removed is_menu_from_frame_or_window_or_titlebar flag
8089         * fvwm/module_interface.c:
8090         * fvwm/windowlist.c:
8091         re-indented files
8093 2002-06-28  Mikhael Goikhman  <migo@homemail.com>
8095         * fvwm/menuitem.c (menuitem_paint):
8096         fixed fg color of the inactive disabled menu item
8098         * NEWS:
8099         old typo
8100         * fvwm/fvwm.1:
8101         removed a mention of RedHat (I don't think it is correct),
8102         reworded a mention of fvwm95
8104 2002-06-26  Mikhael Goikhman  <migo@homemail.com>
8106         * **/*.c:
8107         tabify only the leading spaces, untabify the middle of line
8109 2002-06-25  David Fries  <dfries@mail.win.org>
8111         * fvwm/fvwm.1:
8112         * fvwm/windowlist.c:
8113         Added code to sort based on the class name of a window for
8114         the WindowList function.
8116 2002-06-25  olicha  <olivier.chapuis@free.fr>
8118         * acinclude.m4:
8119         A minor fix
8121 2002-06-25  Mikhael Goikhman  <migo@homemail.com>
8123         * AUTHORS:
8124         add Anders Andersson (spelling fixes in all man pages) and Steve Talley
8126 2002-06-24  Steve Talley  <stephen.talley@sun.com>
8128         * fvwm/add_window.c:
8129         * fvwm/add_window.h:
8130         * fvwm/fvwm.1:
8131         * fvwm/fvwm.h:
8132         * fvwm/icons.c:
8133         * fvwm/icons.h:
8134         * fvwm/style.c:
8135         * fvwm/style.h:
8136         * libs/defaults.h:
8137         New Style option IconSize
8139 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
8141         * NEWS, configure.in:
8142         changed version to 2.5.3
8144 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
8146         * INSTALL.fvwm:
8147         removed C++ section
8149         * fvwm/fvwm.1:
8150         * libs/FlocaleCharset.c:
8151         small fixes
8153 2002-06-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8155         * fvwm/events.c (WaitForButtonsUp):
8156         use the wait cursot only after the 20th pass through the loop
8158 2002-06-21  Dan Espen  <dane@mk.telcordia.com>
8160         * fvwm/fvwm.1 (Examples): Language check.
8161         PipeRead as synchronous Exec.
8162         Better example for PipeRead.
8164 2002-06-21  olicha  <olivier.chapuis@free.fr>
8166         * fvwm/fvwm.1:
8167         * NEWS:
8168         Documented StringEncoding= in font name
8170         * INSTALL.fvwm
8171         Removed --disable-compound-text doc
8173 2002-06-20  olicha  <olivier.chapuis@free.fr>
8175         * libs/FBidi.h (FBidiConvert):
8176         Fixed compile if !HAVE_BIDI
8178 2002-06-19  olicha  <olivier.chapuis@free.fr>
8180         * fvwm/fvwm.c (InitVariables):
8181         (StartupStuff):
8182         Allocate colorset 0 in InitVariable in the place of StartupStuff.
8183         This fix a "null expression" at init in menustyle.c (menustyle_update)
8185 2002-06-19  Mikhael Goikhman  <migo@homemail.com>
8187         * configure.in:
8188         reworded supported feature listing, fixed the default xft detection
8189         * INSTALL.fvwm:
8190         added the "Supported Features" section
8192 2002-06-19  olicha  <olivier.chapuis@free.fr>
8194         * fvwm/colorset.h:
8195         Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
8197         * INSTALL.fvwm:
8198         Removed --enable-mulibyte and --disable-compound-text config option
8199         documentation. s/enable-xft/disable-xft/ and document --disable-xrender
8201         * configure.in:
8202         Xft is on by default no
8204         * libs/FlocaleCharset.c (*):
8205         * libs/FlocaleCharset.h:
8206         * libs/Ficonv.c (*):
8207         * libs/Ficonv.h:
8208         * libs/Flocale.c (*):
8209         * libs/Flocale.h:
8210         * libs/Fft.c (*):
8211         * libs/FftInterface.h:
8212         * libs/FBidi.c:
8213         * libs/FBidi.h:
8214         * fvwm/ewmh_names.c ():
8215         Some cleanup. Implemented StringEncoding= in font names. Fixed
8216         string encoding for xft fonts. Try to be more cleaver about defaults
8217         charsets. Improvement in the locale charset table.
8219         * fvwm/fvwm.1:
8220         Some documentation cleanup regarding Xft
8222 2002-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8224         * fvwm/functions.c (find_func_type):
8225         fixed bug i introduced w/ last commit
8227         * fvwm/fvwm.c (Done):
8228         (StartupStuff):
8229         * fvwm/functions.c (functions_is_complex_function):
8230         * fvwm/builtins.c (CMD_DestroyFunc):
8231         (CMD_AddToFunc):
8232         (CMD_Plus):
8233         moved functions to functions.c
8234         general cleanup
8236         * fvwm/functable.c:
8237         * fvwm/functable.h:
8238         * fvwm/functions.h:
8239         * fvwm/commands.h:
8240         * fvwm/functions.c:
8241         moved some types and functions to other/new files
8243         * fvwm/functions.c:
8244         * fvwm/expand.c (expand_vars_extended):
8245         (expand_vars):
8246         functions moved to new file
8248         * fvwm/functions.c:
8249         reindented file
8251 2002-06-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8253         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
8254         fixed colorurmap focus problem
8256         * **/*.[ch]:
8257         tabified all files and removed all trailing spaces
8259         * fvwm/move_resize.c (move_window_doit):
8260         * fvwm/virtual.c (CMD_MoveToDesk):
8261         MoveToPage and MoveToDesk no longer unstick windows
8263 2002-06-17  Mikhael Goikhman  <migo@homemail.com>
8265         * INSTALL.fvwm:
8266         small improvements
8268         * configure.in:
8269         reworded some names of supported features
8271 2002-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8273         * fvwm/update.c (apply_window_updates):
8274         * fvwm/session.c (MatchWinToSM):
8275         * fvwm/add_window.c (setup_window_structure):
8276         * fvwm/windowshade.c (CMD_WindowShade):
8277         * fvwm/window_flags.h:
8278         fixed a problem w/ shaded windows changind the title direction
8280         * fvwm/geometry.c (get_shaded_geometry):
8281         fixed shading window to 0 width or height
8283         * fvwm/add_window.c (AddWindow):
8284         fixed a memory leak and an initial window placement bug
8286 2002-06-15  Mikhael Goikhman  <migo@homemail.com>
8288         * configure.in:
8289         minor improvements in output, added bin/fvwm-perllib
8291 2002-06-12  Mikhael Goikhman  <migo@homemail.com>
8293         * fvwm/menustyle.c (CMD_CopyMenuStyle):
8294         fixed copying PopupOffset values in CopyMenuStyle
8296         * NEWS:
8297         Copied 2.4.8 NEWS
8299 2002-06-10  Mikhael Goikhman  <migo@homemail.com>
8301         * libs/Strings.c:
8302         * libs/Strings.h:
8303         added CopyStringWithQuotes, not perfect, but works for now
8305 2002-06-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8307         * fvwm/functions.h:
8308         * fvwm/commands.h:
8309         * fvwm/functions.c (func_config):
8310         * libs/FScreen.c (FScreenConfigureSLSScreens):
8311         (FScreenConfigureModule):
8312         * fvwm/virtual.c (CMD_XineramaSlsScreens):
8313         new command XineramaSLSScreens
8315         * libs/FScreen.c:
8316         cleaned up Xinerama ifdefs
8318 2002-06-07  Dan Espen  <dane@mk.telcordia.com>
8320         * NEWS:
8321         * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
8323 2002-06-07  olicha  <olivier.chapuis@free.fr>
8325         * libs/Flocale.h:
8326         * libs/Flocale.c (FlocaleGetShadowTextPosition):
8327         Some shadow text position fixes
8329 2002-06-06  olicha  <olivier.chapuis@free.fr>
8331         * fvwm/update.c (apply_window_updates):
8332         Fixed the position of shaded windows after certain style update
8334         * acinclude.m4:
8335         Fixed some options names
8337 2002-06-06  Mikhael Goikhman  <migo@homemail.com>
8339         * fvwm/module_interface.c (CMD_SendToModule):
8340         fixed SendToModule when the first parameter contains quotes
8342 2002-06-06  olicha  <olivier.chapuis@free.fr>
8344         * fvwm/fvwm.c (main):
8345         * fvwm/ewmh.c (EWMH_Init):
8346         Init the EWMH before reading the config. Always setup the working
8347         area.
8349 2002-06-05  olicha  <olivier.chapuis@free.fr>
8351         * fvwm/update.c (apply_window_updates):
8352         Fixed the position of a shaded window during a style update
8353         (do_redecorate)
8355         * libs/Flocale.c (FlocaleRotateDrawString):
8356         (FlocaleGetShadowTextPosition):
8357         Fixed side title text position if the font has no shadow
8359         * acconfig.h:
8360         * libs/Ficonv.c (FiconvInit):
8361         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
8362         * libs/Flocale.c (FlocaleInit):
8363         (FlocaleRotateDrawString):
8364         (FlocaleGetFontSet):
8365         (FlocaleGetFontOrFontSet):
8366         (FlocaleLoadFont):
8367         (FlocaleDrawString):
8368         (FlocaleTextWidth):
8369         (FlocaleFreeNameProperty):
8370         (FlocaleGetNameProperty):
8371         (FlocaleTextListToTextProperty):
8372         Finish to remove the multibyte patch. This gives a more clean code
8373         and can only prevent bugs
8375 2002-06-05  Mikhael Goikhman  <migo@homemail.com>
8377         * fvwm/placement.c (PlaceWindow):
8378         fixed CascadePlacement with huge windows (xterm -g 240x100),
8379         that were aligned to bottom-right instead of top-left;
8380         small adjustments (removed border_width from calculations,
8381         don't place normal windows at 0, commented out some strange code)
8383 2002-06-04  Mikhael Goikhman  <migo@homemail.com>
8385         * NEWS:
8386         document CascadePlacement and FvwmIconMan improvements
8388         * fvwm/fvwm.1:
8389         typo
8391 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
8393         * fvwm/add_window.c (adjust_fvwm_internal_windows):
8394         * fvwm/fvwm.c (InitVariables):
8395         * fvwm/placement.c (PlaceWindow):
8396         * fvwm/screen.h (struct ScreenInfo):
8397         improved *CascadePlacement, if the last placed window does not exist
8398         any more, reuse the last used position instead of adding a new cascade
8400 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8402         * fvwm/events.c (HandleEnterNotify):
8403         * fvwm/fvwm.c (InitVariables):
8404         * fvwm/events.h:
8405         Fixed colormap handling over decorative parts of a window
8407 2002-06-03  olicha  <olivier.chapuis@free.fr>
8409         * fvwm/module_interface.c (make_named_packet):
8410         Fixed an write out of memory bug. This complete Mikhail Kruk patch
8411         related to named module packet
8413 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8415         * fvwm/focus.c (focus_grab_buttons):
8416         * fvwm/events.c (HandleButtonPress):
8417         fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
8419 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
8421         * fvwm/bindings.c (ParseBinding):
8422         replaced an error "Illegal mouse button" with a descriptive warning
8423         when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
8425 2002-05-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8427         * fvwm/events.c (GetContext):
8428         fixed key bindings on decorations
8430         * fvwm/events.h:
8431         removed XEVMASK_DECORW
8433 2002-05-31  olicha  <olivier.chapuis@free.fr>
8435         * NEWS:
8436         * fvwm/fvwm.1:
8437         Documented shadow effect in a new section FONT EFFECTS
8439 2002-05-31  olicha  <olivier.chapuis@free.fr>
8441         * libs/Fft.c (FftDrawString):
8442         * libs/Colorset.c (DumpColorset):
8443         (LoadColorset):
8444         * libs/Colorset.h:
8445         * fvwm/colorset.c (parse_colorset):
8446         New colorset option fg_alpha which defines an alpha for rendering
8447         text with Xft
8449 2002-05-29  olicha  <olivier.chapuis@free.fr>
8451         * libs/Fft.c (FftSetupEncoding):
8452         * libs/Fft.h:
8453         * libs/FRender.h:
8454         Added Xft2 support
8456         * acinclude.m4:
8457         * configure.in:
8458         Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
8459         to Xft FLAGS and LIBS
8461         * fvwm/Makefile.am:
8462         * libs/Makefile.am:
8463         Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
8464         Xft2 library. Removed FT2 CFLAGS and LIBS
8466 2002-05-27  olicha  <olivier.chapuis@free.fr>
8468         * acinclude.m4:
8469         * acconfig.h:
8470         * configure.in:
8471         Some Xft2 and fontconfig preparation
8473         * libs/Flocale.h:
8474         * libs/Flocale.c (FlocaleParseShadow):
8475         (FlocaleLoadFont):
8476         (FlocaleGetShadowTextPosition):
8477         Added offset to shadow text
8479         * libs/Flocale.h:
8480         Fixed the position of ne shadow text and remove some unused #define
8482 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8484         * fvwm/colorset.c (parse_colorset):
8485         fixed integer overflow in average colour calculation
8487 2002-05-27  olicha  <olivier.chapuis@free.fr>
8489         * libs/gravity.c (GetNextMultiDirection):
8490         (ParseMultiDirectionArgument):
8491         * libs/gravity.h:
8492         Added a multi direction type which is a "<<" version of direction
8493         type. Added a parse and a next functions
8495         * libs/Flocale.h:
8496         * libs/Flocale.c (FlocaleParseShadow):
8497         (FlocaleGetNextShadowDirection):
8498         (FlocaleGetShadowTextPosition):
8499         Used gravity multi direction type and functions. Removed
8500         FlocaleGetNextShadowDirection
8502 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8504         * fvwm/focus.c (restore_focus_after_unmap):
8505         fixed a problem w/ colormap transition when transient window died
8507         * fvwm/add_window.c (AddWindow):
8508         clean up
8510         * fvwm/session.c (getUniqueStateFilename):
8511         applied security patch by Jan Echternach
8513         * fvwm/fvwm.c (InitVariables):
8514         Properly initialise Scr.flags.is_pointer_on_this_screen
8516         * libs/fvwmlib.h (FvwmFont):
8517         * fvwm/fvwm.c (setVersionInfo):
8518         * configure.in:
8519         * config.h.in:
8520         * acconfig.h (MULTIBYTE):
8521         removed MULTIBYTE option (unconditionally on)
8523 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8525         * libs/gravity.c (ParseDirectionArgument):
8526         allow "t", "u", ... shortcuts as direction arguments
8528         * fvwm/style.c (check_window_style_change):
8529         (parse_and_set_window_style):
8530         * fvwm/frame.c (frame_setup_border):
8531         (frame_get_shading_laziness):
8532         (frame_get_sidebar_geometry):
8533         * fvwm/decorations.c (SelectDecor):
8534         * fvwm/add_window.c (setup_style_and_decor):
8535         (setup_resize_handle_cursors):
8536         (setup_resize_handle_windows):
8537         (change_resize_handle_windows):
8538         (destroy_auxiliary_windows):
8539         * fvwm/borders.c (border_get_border_gcs):
8540         (border_draw_border_parts):
8541         * fvwm/style.h (SCSET_HAS_BORDER):
8542         * fvwm/fvwm.h (FvwmWindow):
8543         * fvwm/window_flags.h (SET_HAS_BORDER):
8544         new styles NoBorder/Border
8546 2002-05-26  olicha  <olivier.chapuis@free.fr>
8548         * libs/Flocale.h:
8549         * libs/Flocale.c (FlocaleParseShadow):
8550         (FlocaleGetNextShadowDirection):
8551         (FlocaleGetShadowTextPosition):
8552         (FlocaleLoadFont):
8553         Implemented multidirectional shadow text rendering
8555         * libs/Flocale.h:
8556         * libs/Flocale.c
8557         (FlocaleFontStructDrawString):
8558         (FlocaleRotateDrawString):
8559         (FlocaleLoadFont):
8560         (FlocaleDrawString):
8561         (FlocaleTextWidth):
8562         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
8563         * libs/Fft.c (FftDrawString):
8564         Cleanup the FlocaleFont structure by addings some flags
8566 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8568         * fvwm/events.c (HandleFocusIn):
8569         * fvwm/add_window.c (adjust_fvwm_internal_windows):
8570         * fvwm/screen.h (ScreenInfo):
8571         * fvwm/focus.c (FocusOn):
8572         ignore EnterNotify events while a window is waiting to receive focus
8573         from the Focus or FlipFocus commands; should prevent plenty of race
8574         contidions caused by executing complex functions by a key press, button
8575         press or from a menu; fixes Alt-Tab problem
8577         * fvwm/events.c (HandleMapNotify):
8578         immediately draw window decorations when window is mapped; the new frame
8579         drawing code takes care of suppressing unnecessary redraws
8580         (HandleLeaveNotify):
8581         fixed a bug w/ LeaveNotify event with NotifyGrab
8583 2002-05-22  olicha  <olivier.chapuis@free.fr>
8585         * libs/Flocale.h:
8586         * libs/Fft.c (FftDrawString):
8587         * libs/Flocale.c (FlocaleFontStructDrawString):
8588         (FlocaleRotateDrawString):
8589         (FlocaleLoadFont):
8590         (FlocaleGetShadowTextPosition):
8591         (FlocaleDrawString):
8592         (FlocaleDrawUnderline):
8593         (FlocaleTextWidth):
8594         Implemented negative shadow text
8596 2002-05-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8598         * fvwm/menucmd.c (CMD_AddToMenu):
8599         * fvwm/windowlist.c (CMD_WindowList):
8600         * fvwm/menus.h:
8601         * fvwm/menus.c
8602         changed signature of AddToMenu
8604         * fvwm/menus.c (clone_menu_root_static):
8605         fixed problem w/ menu style usage count and tear off menus
8606         fixed core dump w/ not copying the missing sub menu function in tear
8607         off menus
8608         (clone_menu_item_list):
8609         (AddToMenu):
8610         (add_another_menu_item):
8611         (size_menu_vertically):
8612         fixed additional "More..." items in sub menus of torn off menus
8614 2002-05-22  Mikhael Goikhman  <migo@homemail.com>
8616         * libs/colorset.h:
8617         fixed #endif warning
8618         * fvwm/ConfigFvwmDefaults:
8619         added CirculateSkip to tear off menus
8620         * fvwm.1:
8621         fixed ShadeAgain quoting
8623 2002-05-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8625         * fvwm/events.c (HandleButtonPress):
8626         allow to pass the focus click to applications and have a function bound
8627         to it at the same time
8629         * fvwm/fvwm.c:
8630         * fvwm/colorset.h:
8631         fixed compilation problem
8633 2002-05-20  olicha  <olivier.chapuis@free.fr>
8635         * libs/PictureImageLoader.c (PImageRGBtoPixel):
8636         Fixed blue colour in png image and ewmh icons
8638         * libs/Flocale.c (FlocaleLoadFont):
8639         Removed some debug code
8641         * fvwm/colorset.c (parse_colorset):
8642         * libs/fvwmlib.h:
8643         * libs/ColorUtils.c (GetForeShadowColor):
8644         Added Mikhael algo to compute the default fgsh
8646 2002-05-18  Mikhael Goikhman  <migo@homemail.com>
8648         * fvwm/functions.c (expand_extended_var):
8649         expand $[fgsh.csN], use constants instead of numbers
8651 2002-05-17  olicha  <olivier.chapuis@free.fr>
8653         * libs/Flocale.c (FlocaleDrawString):
8654         (FlocaleDrawUnderline):
8655         * libs/Flocale.h:
8656         Removed some unused and debug code
8658 2002-05-17  olicha  <olivier.chapuis@free.fr>
8660         * fvwm/menuitem.c (draw_underline):
8661         * libs/Flocale.h:
8662         * libs/Flocale.c (FlocaleDrawUnderline):
8663         Move draw_underline into Flocale.c and fix underline position with
8664         shadow rendering
8666 2002-05-17  olicha  <olivier.chapuis@free.fr>
8668         * fvwm/style.c (update_window_color_style):
8669         (update_window_color_hi_style):
8670         * fvwm/move_resize.c (DisplayPosition):
8671         (DisplaySize):
8672         * fvwm/menuitem.c (menuitem_paint):
8673         * fvwm/borders.c (get_common_decorations):
8674         (border_get_titlebar_draw_descr):
8675         * fvwm/fvwm.h:
8676         * fvwm/icons.c (DrawIconWindow):
8677         Pass the colorset to text drawing via the FlocaleWinString structure
8679         * libs/fvwmlib.h:
8680         * libs/ColorUtils.c (GetForeShadowColor):
8681         (GetForeShadow):
8682         * fvwm/colorset.c (parse_colorset):
8683         * libs/Colorset.h:
8684         * libs/Colorset.c (DumpColorset):
8685         (LoadColorset):
8686         Added fgsh colorset and two new functions GetForeShadowColor and
8687         GetForeShadow which should be modified
8689         * libs/Makefile.am:
8690         * libs/Fft.h:
8691         * libs/FftInterface.h (new file):
8692         * libs/Fft.c (FftDrawString):
8693         * libs/Flocale.h:
8694         * libs/Flocale.c (FlocaleFontStructDrawString):
8695         (FlocaleRotateDrawString):
8696         (FlocaleDrawString):
8697         (FlocaleTextWidth):
8698         (FlocaleLoadFont):
8699         Implemented text shadow rendering
8701 2002-05-11  olicha  <olivier.chapuis@free.fr>
8703         * fvwm/builtins.h:
8704         * fvwm/builtins.c (refresh_window):
8705         * fvwm/update.c (apply_window_updates):
8706         * fvwm/update.h:
8707         * fvwm/style.c (check_window_style_change):
8708         ParentalRelativity style is now dynamic
8710 2002-05-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8712         * fvwm/menuitem.c (menuitem_paint):
8713         fixed menu item hilight area
8715 2002-05-09  olicha  <olivier.chapuis@free.fr>
8717         * libs/Makefile.am:
8718         * libs/XError.c (request_name):
8719         * libs/PictureImageLoader.c (PImageLoadPng):
8720         (PImageCreatePixmapFromArgbData):
8721         * libs/PictureGraphics.c (PGraphicsTintRectangle):
8722         (PGraphicsTileRectangle):
8723         (PGraphicsCopyFvwmPicture):
8724         * libs/FRenderInit.c (new file):
8725         * libs/FRenderInit.h (new file):
8726         * libs/FRenderInterface.h:
8727         * libs/FRender.c (*):
8728         * fvwm/colorset.c (parse_tint):
8729         (parse_colorset):
8730         * fvwm/fvwm.c (main):
8731         * fvwm/events.c (HandlePropertyNotify):
8732         Change the design of the previous commit. Now a module should call
8733         FRenderInit when it wants to use a function which depends on XRender.
8735 2002-05-09  olicha  <olivier.chapuis@free.fr>
8737         * fvwm/colorset.c:
8738         A -Wall fix
8740         * libs/Flocale.h:
8741         * libs/Fft.h:
8742         Fixed Compilation
8743         Include Fft.h include FRender.h as Xft.h include Xrender.h
8745         * libs/FRenderInterface.h:
8746         * libs/FRender.h:
8747         * libs/FRender.c (FRenderInit):
8748         (FRenderGetErrorCodeBase):
8749         (FRenderGetMajorOpCode):
8750         (FRenderGetExtensionSupported):
8751         (FRenderGetErrorText):
8752         Improve XRender initialization, check if the XRender extension is
8753         enabled and get the error code base and the major op code.
8754         Add error functions for the X error handler.
8756         * libs/XError.c (PrintXErrorAndCoredump):
8757         (request_name):
8758         Really enable USE_GET_ERROR_TEXT and take in account XRender error code
8759         and major op code
8761         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8762         * fvwm/events.c (HandlePropertyNotify):
8763         * fvwm/colorset.c (parse_tint):
8764         (parse_colorset):
8765         * libs/PictureImageLoader.c (PImageLoadPng):
8766         (PImageCreatePixmapFromArgbData):
8767         * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
8768         (PGraphicsCopyFvwmPicture):
8769         (PGraphicsTileRectangle):
8770         * libs/FRender.c (FRenderCopyArea):
8771         (FRenderTintRectangle):
8772         Check if the XRender extension is enabled on the display before
8773         performing XRender operations
8775 2002-05-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8777         * fvwm/menuitem.c (menuitem_paint):
8778         fixed item hilighting problems
8780 2002-05-07  olicha  <olivier.chapuis@free.fr>
8782         * fvwm/colorset.c (parse_colorset):
8783         More coloset fixes
8785 2002-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8787         * fvwm/events.c (HandlePropertyNotify):
8788         workaround for xterm resize problem
8790         * fvwm/colorset.c (parse_colorset):
8791         (free_colorset_background):
8792         (parse_pixmap):
8793         (parse_tint):
8794         fixed various bugs and core dumps w/ the cs->picture structure;
8795         note: it's a pointer, so compare with NULL, not with None
8797         * fvwm/frame.c (frame_setup_window):
8798         (frame_setup_window_app_request):
8799         (frame_force_setup_window):
8800         (frame_setup_window_internal):
8801         (frame_create_move_resize_args):
8802         (frame_free_move_resize_args):
8803         * fvwm/add_window.c (setup_window_attr):
8804         * fvwm/events.c (HandleConfigureRequest):
8805         (HandlePropertyNotify):
8806         fixed [?] bit_gravity/resize problem
8808         * fvwm/events.c (HandleEnterNotify):
8809         reformatted EdgeCommand code
8811 2002-05-06  olicha  <olivier.chapuis@free.fr>
8813         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8814         Resize an ewmh icon to the wanted size if it is to big
8816         * fvwm/ewmh.c (EWMH_WindowDestroyed):
8817         Set also the stacking list when a window is destroyed
8819 2002-05-03  Dan Espen  <dane@mk.telcordia.com>
8821         * fvwm/fvwm.1: Finish language check.
8822         Fix typo in Mouse section, context should be on new line.
8824 2002-05-02  Dan Espen  <dane@mk.telcordia.com>
8826         * fvwm/fvwm.1 (file): Restore icons and images text with some
8827         improvement.
8828         Started on lang check, not done yet.
8830 2002-05-02  Mikhail Kruk  <meshko@cs.brandeis.edu>
8832         * fvwm/module_interface.c (make_named_packet):
8833         Applied Mikhail Kruk patch
8835 2002-05-02  olicha  <olivier.chapuis@free.fr>
8837         * libs/FlocaleCharset.h:
8838         * libs/Ficonv.c (FiconvSetupConversion):
8839         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
8840         * libs/Flocale.h:
8841         * libs/Flocale.c (FlocaleGetFftFont):
8842         (FlocaleGetFontSet):
8843         (FlocaleGetFont):
8844         (FlocaleLoadFont):
8845         (FlocaleUnloadFont):
8846         * fvwm/fvwm.1:
8847         Implemented charset/iconv hints in font name
8849 2002-04-29  Stian Sletner  <stian@sletner.com>
8851         * fvwm/windowlist.c (CMD_WindowList):
8852         Added new Windowlist option IconifiedAtEnd
8854 2002-04-30  Mikhael Goikhman  <migo@homemail.com>
8856         * fvwm/module_interface.c:
8857         * libs/Module.c:
8858         * libs/Module.h:
8859         moved two constant strings to Module.h, so they may be used by perllib
8861 2002-04-29  olicha  <olivier.chapuis@free.fr>
8863         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
8864         Fixed a core dump if the charset is not found
8866         * libs/Flocale.c (FlocaleStringToString2b):
8867         Removed some debug code
8869 2002-04-29  olicha  <olivier.chapuis@free.fr>
8871         * libs/Fft.c (FftGetFontWidths):
8872         (FftGetFontWidths):
8873         * libs/Fft.h
8874         * libs/Flocale.h:
8875         * libs/Flocale.c (FlocaleGetFont):
8876         (FlocaleGetFontSet):
8877         (FlocaleGetFftFont):
8878         Removed min_char_offset member of the FlocaleFont as it is not use
8879         since we rotate string for side title
8881         * libs/Ficonv.c (FiconvSetupConversion):
8882         * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
8883         (FlocaleCharsetSetFlocaleCharset):
8884         * libs/Flocale.h:
8885         * libs/Flocale.c (FlocaleTextWidth):
8886         (FlocaleDrawString):
8887         (FlocaleUtf8ToUnicodeStr2b):
8888         (FlocaleLoadFont):
8889         (FlocaleStringToString2b):
8890         (FlocaleRotateDrawString):
8891         (FlocaleFontStructDrawString):
8892         Added support for drawing string with 10646-1 fonts without an utf8
8893         locale. Also, drawing strings with a multibyte font now work not so
8894         bad even if the locale have nothing to do with the font.
8896         * libs/Fft.c (FftUtf8ToFftString16):
8897         (FftDrawString):
8898         (FftTextWidth):
8899         Added utf8 rendering with iso10646-1 fonts on system without
8900         Xft Utf8 functions
8902         * fvwm/colorset.c (reset_cs_pixmap):
8903         (parse_pixmap):
8904         (parse_shape):
8905         (parse_tint):
8906         (parse_colorset):
8907         Colorset now accept bitmaps. Split a bit parse_colorset for readability
8909 2002-04-28  Mikhael Goikhman  <migo@homemail.com>
8911         * fvwm/menus.c:
8912         fixed core dump on default Alt-Tab (Alt released when mouse is outside)
8914 2002-04-27  Mikhael Goikhman  <migo@homemail.com>
8916         * fvwm/move_resize.c:
8917         don't start Move with snap disabled if Alt is initially pressed
8919 2002-04-26  Mikhael Goikhman  <migo@homemail.com>
8921         * NEWS, configure.in:
8922         changed version to 2.5.2
8924 2002-04-25  Mikhael Goikhman  <migo@homemail.com>
8926         * fvwm/fvwm.1:
8927         improved main headers, added new COLORSETS section;
8928         documented State condition
8930         * NEWS:
8931         documented Tint in colorsets and utility renaming
8933         * libs/Flocale.c:
8934         corrected several error reporting problems
8936 2002-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8938         * fvwm/events.h:
8939         fixed leaving tear off menus
8941 2002-04-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8943         * fvwm/borders.c (border_draw_part_relief):
8944         (border_set_button_pixmap):
8945         (border_draw_title_stick_lines):
8946         (border_draw_title_mono):
8947         (border_draw_title_relief):
8948         * libs/fvwmlib.h (RelieveRectangle2):
8949         (RelieveRectangle):
8950         replaced functions by macros
8952         * libs/Graphics.c (do_relieve_rectangle):
8953         applied performance patch by Dave Trollope
8955 2002-04-24  Mikhael Goikhman  <migo@homemail.com>
8957         * libs/FBidi.c:
8958         * libs/FBidi.h:
8959         * libs/Flocale.c:
8960         * libs/Flocale.h:
8961         * libs/FlocaleCharset.c:
8962         FBidi is now independent from Flocale* again;
8963         iso8859-6.8x fonts recognized now as bidi-enabled
8965 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
8967         * libs/Flocale.c:
8968         fixed --disable-multibyte
8970 2002-04-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8972         * fvwm/borders.c (border_draw_title_deep):
8973         (border_set_title_pixmap):
8974         (border_set_button_pixmap):
8975         fixed SolidButton title and button style
8977 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
8979         * fvwm/fvwm.1:
8980         * NEWS:
8981         * AUTHORS:
8982         added new entry about CurrentAtEnd
8984         * colorset.c:
8985         minor reformatting and spell checking
8987 2002-04-23  Jochen Klenner  <jochen.klenner@gmx.net>
8989         * fvwm/windowlist.c (CMD_WindowList):
8990         Added new Windowlist option CurrentAtEnd
8992 2002-04-22  olicha  <olivier.chapuis@free.fr>
8994         * fvwm/colorset.c (parse_colorset):
8995         * libs/Colorset.h:
8996         Fixed an enormous core dump which comes from a cvs merging problem
8998         * fvwm/Makefile.am:
8999         * acconfig.h:
9000         * configure.in:
9001         Added Xrender detection and link fvwm if needed
9003         * libs/PictureGraphics.c:
9004         * libs/PictureGraphics.h:
9005         * libs/FRender.c:
9006         * libs/FRender.h:
9007         * libs/FRenderInterface.h:
9008         * libs/PictureGrpahics.c (*):
9009         * libs/PictureGrpahics.h:
9010         New libs files to acheive alpha-blend rendering and better XBM
9011         support. PictureGraphics contains elaborated version and also
9012         simplified version of XFillRectangle, XCopyPlan and XCopyArea
9013         Xlib functions.
9015         * fvwm/fvwm.h:
9016         * fvwm/icons.c (clear_icon):
9017         (GetIconPicture):
9018         (DrawIconWindow):
9019         (GetIconFromFile):
9020         * fvwm/events.c (HandlePropertyNotify):
9021         * fvwm/borders.c (border_fill_pixmap_background):
9022         (border_get_border_background):
9023         (border_draw_decor_to_pixmap):
9024         * fvwm/menuitem.c (menuitem_paint):
9025         * fvwm/add_window.c (destroy_icon):
9026         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9027         * fvwm/geometry.c (move_icon_to_position):
9028         * fvwm/colorset.c (free_colorset_background):
9029         (parse_colorset):
9030         * libs/Colorset.h:
9031         Implemented alpha-blend rendering with the new libs function
9033         * fvwm/colorset.c (free_colorset_background):
9034         (parse_colorset):
9035         * libs/Colorset.h:
9036         Implemented tinting of a Pixmap background colorset
9038         * fvwm/colorset.c (parse_colorset):
9039         Use the Scr.NoFocusWin as main window in the place of the
9040         Scr.SizeWindow, this fix a lot of X errors in my machine.
9042         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9043         Donated our alpha channel
9045         * libs/vpacket.h:
9046         * fvwm/module_interface.h:
9047         * fvwm/module_interface.c (SendFvwmPicture):
9048         (BroadcastMiniIcon):
9049         (SendMiniIcon):
9050         (BroadcastFvwmPicture):
9051         (CMD_Send_WindowList):
9052         * fvwm/add_window.c (change_mini_icon):
9053         (broadcast_mini_icon):
9054         * fvwm/ewmh_icons.c:
9055         Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
9056         SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
9058         * libs/Makefile.am:
9059         * libs/PictureBase.c (*):
9060         * libs/PictureBase.h:
9061         * libs/Picture.c (*):
9062         * libs/Picture.h:
9063         * libs/PictureImageLoader.c (*):
9064         * libs/PictureImageLoader.h:
9065         * fvwm/*:
9066         Rename some libs file InitPicture -> PictureBase, FImageLoader ->
9067         PictureImageLoader.
9068         Rename some libs function: InitPictureCMap -> PictureInitCMap,
9069         UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
9070         PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
9071         SetImagePath -> PictureSetImagePath, findImageFile ->
9072         PictureFindImageFile, PictureList -> FvwmPictureList,
9073         LoadFvwmPicture removed now  PImageLoadFvwmPictureFromFile replace it,
9074         GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
9075         DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
9076         PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
9077         PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
9078         Also renamed more recent functions in PictureImageLoader.
9080         * fvwm/borders.c (border_draw_one_border_part):
9081         (border_draw_decor_to_pixmap):
9082         Fixed drawing of a TiledPixmap borded and fixed position of buttons
9083         pixmap
9085         * fvwm/menus.c (pop_menu_up):
9086         (animated_move_back):
9087         (ParentalMenuRePaint):
9088         * fvwm/move_resize.h (resize_geometry_window):
9089         * fvwm/move_resize.c (move_window_doit):
9090         (AnimatedMoveAnyWindow):
9091         (AnimatedMoveOfWindow):
9092         (AnimatedMoveFvwmWindow):
9093         Fixed transparent animated menu
9095 2002-04-21  Mikhael Goikhman  <migo@homemail.com>
9097         * fvwm/fvwm.1:
9098         fixed two places
9100 2002-04-19  Hippo
9102         * fvwm/colorset.c:
9103         * libs/Colorset.c:
9104         fixed running out of colors on 8bpp with ReadWriteColors;
9105         simulate colorsets on monochrome displays using three 1-bit pixmaps
9107 2002-04-19  Mikhael Goikhman  <migo@homemail.com>
9109         * configure.in:
9110         fixed $PERL detection again
9112 2002-04-18  Hippo
9114         * configure.in:
9115         added -Wno-implicit-int to -Wall in case of gcc
9117         * fvwm/colorset.c:
9118         * fvwm/fvwm.c:
9119         fixed ReadWriteColors on a PseudoColor display
9121 2002-04-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9123         * fvwm/move_resize.c (move_window_doit):
9124         set the is_icon_moved too flag if the icon was moved non-interactively
9126 2002-04-16  Hippo
9128         * fvwm/*.[ch]:
9129         * NEWS:
9130         Moved FvwmTheme functionality into fvwm.
9131         Added new commands Colorset, ReadWriteColors, CleanupColorsets.
9133 2002-04-17  Mikhael Goikhman  <migo@homemail.com>
9135         * configure.in:
9136         fixed $PERL detection
9138         * fvwm/fvwm.1:
9139         * fvwm/ConfigFvwmDefaults:
9140         several fixes and spelling
9142 2002-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9144         * libs/Bindings.c (CheckBinding):
9145         (MatchBinding):
9146         (GrabWindowKey):
9147         (GrabWindowButton):
9148         (MatchBindingExactly):
9149         patch by yeti@physics.muni.cz to help with a weird problem w/ czech
9150         keyboards
9152 2002-04-12  Mikhael Goikhman  <migo@homemail.com>
9154         * configure.in:
9155         configure now uses $PERL if set
9157         * **:
9158         all programs installed into ${bindir} have now fvwm- prefix;
9159         documentation updated
9161 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
9163         * **:
9164         renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
9165         documentation updated
9167 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
9169         * NEWS:
9170         added 2.4.7 entries
9172 2002-04-10  Dan Espen  <dane@mk.telcordia.com>
9174         * AUTHORS: New author.
9176         * NEWS: Edge Command.
9178 2002-04-09  Uwe Pross  <uwe.pross@gmx.net>
9180         * fvwm/fvwm2.1:
9181         Added EdgeCommand paragraph.
9183         * fvwm/events.c (HandleEnterNotify):
9184         Added execution of Scr.PanFrame*.command if set
9186         * fvwm/fvwm.c (InitVariables):
9187         Added init strings for pan frame commands.
9189         * fvwm/virtual.c:
9190         * fvwm/virtual.h:
9191         (checkPanFrames):
9192         Avoid hiding of pan frames if pan frame command is set.
9193         (CMD_EdgeCommand):
9194         Implementation of the buildin command EdgeCommand. First
9195         implementation of this function.
9197         * fvwm/screen.h (struct):
9198         added char * command in structure Panframe to store the pan frame
9199         command.
9201         * fvwm/functions.c:
9202         added declaration of CMD_ENTRY("edgecommand")
9204         * fvwm/functions.h:
9205         added definition of Flag F_EDGE_COMMAND
9207         * fvwm/commands.h:
9208         added definition of CMD_EdgeCommand(F_CMD_ARGS)
9210 2002-04-10  Mikhael Goikhman  <migo@homemail.com>
9212         * fvwm/fvwm2.1:
9213         added "BI-DIRECTIONAL TEXTS" section
9215         * libs/System.c:
9216         added #include <sys/select.h> to fix endless loop on QNX
9218 2002-04-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9220         * fvwm/fvwm2.1:
9221         changed description of focus models
9223 2002-04-09  olicha  <olivier.chapuis@free.fr>
9225         * configure.in:
9226         Check for libpng libpng 1.0.4a or better
9228 2002-04-08  Mikhael Goikhman  <migo@homemail.com>
9230         * fvwm/add_window.c (setup_title_geometry):
9231         * fvwm/fvwm.h:
9232         * fvwm/fvwm2.1:
9233         * fvwm/geometry.c (get_title_font_size_and_offset):
9234         * fvwm/geometry.h:
9235         * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
9236         * fvwm/style.h:
9237         * fvwm/window_flags.h:
9238         * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
9239         * libs/Fft.h:
9240         * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
9241         * libs/Flocale.h:
9242         new Style options TopTitleRotated / TopTitleNotRotated,
9243         BottomTitleRotated / BottomTitleNotRotated
9245 2002-04-08  olicha  <olivier.chapuis@free.fr>
9247         * libs/Makefile.am:
9248         Fixed make dist again
9250 2002-04-07  Dan Espen  <dane@mk.telcordia.com>
9252         * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
9254 2002-04-07  Mikhael Goikhman  <migo@homemail.com>
9256         * INSTALL.fvwm:
9257         minor wording fixes
9259         * NEWS:
9260         mention a new FvwmIconMan syntax
9262         * sample.fvwmrc/new-features:
9263         * sample.fvwmrc/system.fvwm2rc:
9264         * sample.fvwmrc/system.fvwm2rc-sample-95:
9265         use a new module syntax
9267 2002-04-06  olicha  <olivier.chapuis@free.fr>
9269         * fvwm/fvwm2.1:
9270         * INSTALL.fvwm:
9271         Forget to save some file
9273         * libs/FImageLoader.c (c100_init_base_table):
9274         Allows init even if !XPM
9276         * libs/Makefile.am:
9277         Remove a F
9279         * configure.in:
9280         Fixed png detection
9282         * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
9283         Fixed a GC memory leaks.
9285         * fvwm/fvwm.c (setVersionInfo):
9286         * fvwm/fvwm2.1:
9287         Updated -version for png, bidi and xft
9289         * fvwm/fvwm2.1:
9290         Modified the ICONS section. Rename it ICONS AND IMAGES and
9291         document PNG file format. Replace "xpm or bitmap file" by
9292         "image file" in a few place.
9294         * INSTALL.fvwm:
9295         * NEWS:
9296         PNG news and documented libpng in the "Optional libraries used by FVWM"
9297         section
9299 2002-04-05  olicha  <olivier.chapuis@free.fr>
9301         * libs/FImageLoader.c (c100_init_base_table):
9302         (FImageReduceRGBColor):
9303         (FImageCreatePixmapFromArgbData):
9304         Speed up color limitation for png image and ewmh icons
9305         Respect color limit even with DirectColor and TrueColor
9307         * configure.in:
9308         * acconfig.h (HAVE_PNG):
9309         Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
9310         even without XPM support
9312         * libs/Makefile.am
9313         * libs/InitPicture.c (new file):
9314         * libs/InitPicture.h (new file):
9315         * libs/Picture.c:
9316         * libs/Picture.h:
9317         * libs/FImageLoader.c (new file):
9318         * libs/FImageLoader.h (new file):
9319         * libs/Fxpm.h (new file):
9320         * libs/Fpng.h (new file):
9321         Images are loaded in FImageLoader. PNG image can be loaded, the loader
9322         come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
9323         ColorLimit stuff is applied to PNG image.
9324         Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
9325         Picture.c and Picture.h.
9326         InitPicture contains the Picture structure, initialize the visual,
9327         depth and color map and contains image path stuff as Picture contains
9328         Picture manipulations.
9330         * libs/ColorUtils.c:
9331         * libs/Picture.h:
9332         Moved the Picture color utils func to ColorUtils
9334         * fvwm/Makefile.am:
9335         links against libpng
9337         * fvwm/icons.c (GetIconPicture):
9338         (GetXPMFile):
9339         (GetBitmapFile):
9340         (GetIconFromFile):
9341         Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
9342         the libs image loader
9344         * fvwm/cursor.c (CMD_CursorStyle):
9345         Use FImageLoadCursorPixmapFromFile (no PNG support here)
9347         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
9348         (EWMH_SetIconFromWMIcon):
9349         Use the argb loader of the libs. ColorLimit are now applied to ewmh
9350         icons
9352         * fvwm/modconf.c:
9353         Send the ColorLimit to module in any case
9355         * libs/fvwmlib.h:
9356         * libs/Graphics.c:
9357         * libs/Flocale.c
9358         * libs/Fft.c:
9359         * libs/Colorset.c:
9360         * fvwm/add_window.c:
9361         * fvwm/builtins.c:
9362         * fvwm/fvwm.h:
9363         * fvwm/menus.c:
9364         * fvwm/menustyle.c:
9365         * fvwm/move_resize.c:
9366         include cleanup
9368 2002-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9370         * fvwm/events.c (test_map_request):
9371         (test_resizing_event):
9372         fixed endless loop in HandleConfigureRequest
9374 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9376         * fvwm/add_window.c (setup_style_and_decor):
9377         fixed borderless transients
9379         * fvwm/events.c (test_resizing_event):
9380         (HandleConfigureRequest):
9381         * fvwm/frame.c (frame_create_move_resize_args):
9382         * fvwm/add_window.c (AddWindow):
9383         * fvwm/fvwm.h:
9384         * fvwm/window_flags.h:
9385         tried to improve ConfigureRequest handling
9387         * fvwm/events.c (HandlePropertyNotify):
9388         recalculate window size when the base_width or base_height hint
9389         changes; fixes some problems with xemacs
9391         * fvwm/virtual.c (map_window):
9392         redraw decorations
9394         * fvwm/borders.c (border_draw_decorations):
9395         don't redraw windows on a different desk
9396         keep track of Scr.Hilite
9398 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9400         * fvwm/virtual.c (unmap_window):
9401         * fvwm/move_resize.c (resize_window):
9402         * fvwm/icons.c (Iconify):
9403         * fvwm/add_window.c (CaptureOneWindow):
9404         * fvwm/borders.c (border_undraw_decorations):
9405         mark window decorations as not drawn whenever the frame is unmapped
9407 2002-03-30  Dan Espen  <dane@mk.telcordia.com>
9409         * fvwm/fvwm2.1: Fixup IconBox geometry examples.
9411 2002-03-29  Mikhael Goikhman  <migo@homemail.com>
9413         * libs/FBidi.c:
9414         use safemalloc and alloca instead of malloc
9416 2002-03-29  olicha  <olivier.chapuis@free.fr>
9418         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
9419         Set the X locale charset on system without XOpenOM
9421 2002-03-27  Mikhael Goikhman  <migo@homemail.com>
9423         * configure.in:
9424         fixed multibyte support reporting
9426 2002-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9428         * libs/fvwmlib.h:
9429         * fvwm/fvwm.h:
9430         * config.h.in:
9431         moved gcc extension __attribute__ handling to config.h
9433         * fvwm/fvwm.c (main):
9434         * fvwm/stack.c (add_window_to_stack_ring_after):
9435         * fvwm/icons.c (GetIconWindow):
9436         (GetIconBitmap):
9437         * fvwm/add_window.c:
9438         fixed core dumps and other bugs in debug messages
9440 2002-03-27  olicha  <olivier.chapuis@free.fr>
9442         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
9443         (FlocaleCharsetSetFlocaleCharset):
9444         * acconfig.h:
9445         * configure.in (problem_multibyte):
9446         Fixed compilation for system without XOpenOM in Xlib.h
9448         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
9449         * libs/Ficonv.c (FiconvInit):
9450         Be more safe
9452         * fvwm/fvwm.c:
9453         include only libs/Flocale.h
9455 2002-03-26  Mikhael Goikhman  <migo@homemail.com>
9457         * configure.in:
9458         fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
9460         * libs/FBidi.c:
9461         * libs/FBidi.h:
9462         * libs/Flocale.c:
9463         * libs/FlocaleCharset.c:
9464         minor modifications, like removed #include;
9465         fixed core dump with bidi and utf-8
9467 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9469         * fvwm/frame.c (frame_update_hidden_window_pos):
9470         fixed shade/maximize/unshade
9472         * fvwm/builtins.c (FreeDecorFace):
9473         fixed memory leak
9475         * fvwm/borders.c (get_common_decorations):
9476         (border_get_border_style):
9477         * fvwm/style.c (parse_and_set_window_style):
9478         * fvwm/style.h:
9479         * fvwm/window_flags.h:
9480         * fvwm/fvwm.h (struct):
9481         * fvwm/frame.c (frame_mrs_setup_draw_decorations):
9482         (frame_create_move_resize_args):
9483         (frame_move_resize_step):
9484         (frame_next_move_resize_args):
9485         new styles WindowShadeLazy [default], WindowShadeBusy and
9486         WindowShadeAlwaysLazy
9488         * fvwm/frame.c (frame_set_decor_gravities):
9489         fixed window bit gravities
9490         split into smaller functions
9491         (frame_move_resize_step):
9492         fixed a bug w/ the parent gravity
9493         (frame_hide_changing_window_parts):
9494         fixed flickering in one of the corners during shade animation
9495         (frame_mrs_hide_changing_parts):
9496         renamed function
9497         (frame_mrs_prepare_vars):
9498         (frame_mrs_hide_unhide_parent):
9499         (frame_mrs_setup_draw_decorations):
9500         (frame_mrs_resize_move_windows):
9501         new functions
9503 2002-03-25  olicha  <olivier.chapuis@free.fr>
9505         * libs/Fft.c (FftSetupEncoding):
9506         Fixed compilation
9508         * libs/Flocale.c (FlocaleDrawString):
9509         * libs/FBidi.c (FBidiConvert):
9510         * libs/FBidi.h:
9511         Pass the font to FBidiConvert
9513         * acconfig.h (HAVE_LIBCHARSET):
9514         * acinclude.m4 (CHECK_LIBCHARSET):
9515         * configure.in:
9516         If libiconv is used check for libcharset
9518         * libs/Makefile.am:
9519         * libs/FlocaleCharset.h:
9520         * libs/FlocaleCharset.c:
9521         * libs/Flocale.h:
9522         * libs/Flocale.c (*):
9523         * libs/Fft.c (FftSetupEncoding):
9524         * libs/Fft.h:
9525         New structure FlocaleCharset to handle font, iconv and fribidi charsets.
9526         FlocaleFont has such a member which is set when charset info are needed.
9527         FlocaleCharset.c contains a big table which associates to an X charset
9528         various possible locale charsets and the fribidi charset.
9529         If libiconv is used, libcharset is used to compute the locale charset.
9530         Various Flocale clean up.
9532         * fvwm/fvwm.c (main):
9533         Removed the call to FlocaleInitCharset, it is now done automatically
9534         when needed
9536         * libs/Makefile.am:
9537         * libs/Ficon.h:
9538         * libs/Ficonv.c:
9539         * fvwm/ewmh.c (ewmh_atom_property_notify[]):
9540         * fvwm/ewmh.h:
9541         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
9542         (EWMH_WMIconName):
9543         (EWMH_WMName):
9544         (EWMH_SetDesktopNames):
9545         Moved iconv conversions into the library. Try to found the good iconv
9546         charset with the help of the font and of the FlocaleCharset table.
9548 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9550         * libs/Module.c (SendFvwmPipe):
9551         * libs/Graphics.c (do_relieve_rectangle):
9552         * fvwm/menustyle.c (menustyle_parse_old_style):
9553         * fvwm/add_window.c (setup_window_structure):
9554         memory management patches by Dave Trollope
9556         * fvwm/frame.c (frame_get_sidebar_geometry):
9557         hide the handles when using the NoHandles style
9559         * fvwm/borders.c (border_redraw_decorations):
9560         change in title rotation is applied immediately, don't use the value "2"
9561         to force redrawing
9563         * fvwm/style.c (parse_and_set_window_style):
9564         removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
9565         styles can be used
9566         documented the new title directions
9567         (parse_and_set_window_style):
9568         removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
9569         instead
9570         documented these styles
9572         * fvwm/add_window.c (CaptureOneWindow):
9573         (CaptureAllWindows):
9574         (AddWindow):
9575         cleaned up
9577         * fvwm/icons.c (DeIconify):
9578         fiexd fucoused window not hilighting after deiconification
9580 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9582         * fvwm/update.c (apply_window_updates):
9583         windows are not unshaded when the decoration layout changes
9585         * fvwm/frame.c (frame_create_move_resize_args):
9586         fixed excessive redrawing
9587         (frame_get_hidden_pos):
9588         fixed parent geometry when window is hidden
9590         * fvwm/add_window.c (setup_frame_stacking):
9591         fixed stacking of right buttons
9593         * fvwm/frame.c (frame_set_decor_gravities):
9594         fixed title and button bit gravities
9596         * fvwm/add_window.c (setup_frame_stacking):
9597         (change_auxiliary_windows):
9598         fixed "button" style
9600         * fvwm/geometry.c (get_title_button_geometry):
9601         * fvwm/menus.c (pop_menu_up):
9602         fixed menu placement relative to window titles
9604         * libs/Flocale.c (FlocaleDrawString):
9605         fixed compiler warning w/o fribidi
9607         * fvwm/virtual.c (MoveViewport):
9608         (MapDesk):
9609         (do_move_window_to_desk):
9610         * fvwm/update.c (apply_window_updates):
9611         * fvwm/icons.c (Iconify):
9612         (CMD_Iconify):
9613         * fvwm/module_interface.c (SETOLDFLAGS):
9614         * fvwm/ewmh_events.c (ewmh_WMStateHidden):
9615         * fvwm/style.c (parse_and_set_window_style):
9616         * fvwm/window_flags.h:
9617         * fvwm/session.c (MatchWinToSM):
9618         * fvwm/placement.c (PlaceWindow):
9619         * fvwm/add_window.c (CaptureAllWindows):
9620         (setup_window_placement):
9621         (CaptureOneWindow):
9622         (AddWindow):
9623         (destroy_window):
9624         * fvwm/menus.c (menu_tear_off):
9625         * fvwm/events.c (HandleMapRequestKeepRaised):
9626         (HandleMapNotify):
9627         * fvwm/fvwm.h:
9628         removed some of those pesky globals: PPosOverride, isIconicState and
9629         isIconifiedByParent; pass round a structure instead
9630         removed the do_start_iconic window flag
9631         removed do_delete_icon_moved flag
9633 2002-03-24  Mikhael Goikhman  <migo@homemail.com>
9635         * acconfig.h:
9636         * configure.in:
9637         renamed HAVE_FRIBIDI to HAVE_BIDI
9639         * libs/FBidi.c:
9640         * libs/FBidi.h:
9641         added more comments
9643         * fvwm/Makefile.am:
9644         * libs/Flocale.c:
9645         * libs/Makefile.am:
9646         added a dummy call to FBidi to test linking against bidi libs
9648 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9650         * fvwm/windowshade.c (CMD_WindowShade):
9651         changed syntax of windowshade with direction
9652         (CMD_WindowShade):
9653         update button state after unshading
9655         * fvwm/add_window.c (AddWindow):
9656         fixed mini icon update
9658         * fvwm/events.c (HandleEnterNotify):
9659         fixed icon picture redrawing
9660         icon titles are no longer raised and expanded if the icon has only a
9661         title
9663         * fvwm/move_resize.c (resize_window):
9664         fixed core dump
9666         * libs/gravity.c (gravity_move_resize_parent_child):
9667         * fvwm/frame.c (frame_get_titlebar_dimensions):
9668         (frame_prepare_animation_shape):
9669         (frame_move_resize_step):
9670         (frame_get_titlebar_dimensions_only):
9671         (frame_get_hidden_pos):
9672         (frame_update_hidden_window_pos):
9673         (frame_free_move_resize_args):
9674         (frame_create_move_resize_args):
9675         fixed shading of shaped windows
9677         * fvwm/borders.c:
9678         clean up
9680         * fvwm/fvwm.c (main):
9681         * fvwm/misc.c (GrabEm):
9682         fixed a problem with the cursor shape during window shading
9684         * fvwm/update.c (apply_window_updates):
9685         fixed drawing of hilighted window after a decoration change
9687         * fvwm/update.c (apply_window_updates):
9688         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9689         * fvwm/borders.c (RedrawDecorations):
9690         renamed RedrawDecorations()
9692         * fvwm/move_resize.c (move_window_doit):
9693         * libs/fvwmrect.c:
9694         * fvwm/misc.c (move_into_rectangle):
9695         (intersect_xrectangles):
9696         functions renamed and moved to fvwmrect.c
9698         * fvwm/borders.c (border_get_changed_border_parts):
9699         (frame_get_changed_border_parts):
9700         reduced border redrawing
9701         moved fucntion to borders.c
9703         * fvwm/events.c (HandleButtonPress):
9704         (DispatchEvent):
9705         suppress button events on frame windows
9707         * fvwm/frame.c (frame_setup_border):
9708         fixed a problem with the border setup
9710         * fvwm/borders.c (border_draw_decorations):
9711         * fvwm/events.c (HandleEnterNotify):
9712         fixed icon title drawing
9714         * fvwm/misc.c (GrabEm):
9715         fixed a pointer grab hang with xmag?
9717         * fvwm/move_resize.c (resize_window):
9718         use frame_move_resize function to improve performance
9720         * fvwm/add_window.c (AddWindow):
9721         fixed recaturing shaded windows
9723         * fvwm/borders.c:
9724         suppress unnecessary title redraws
9726         * fvwm/frame.c:
9727         window shading works again; there are still some problems with
9728         recapture, restart, border drawing and shaped windows
9730 2002-03-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9732         * fvwm/geometry.c (get_shaded_geometry_with_dir):
9733         new function
9735         * fvwm/frame.c (frame_get_title_bar_dimensions):
9736         fixed minor button layout bug
9737         (frame_update_hidden_window_pos):
9739         * fvwm/ewmh_names.c (EWMH_WMName):
9740         * fvwm/gnome.c (GNOME_HandlePropRequest):
9741         * fvwm/focus.c (DoSetFocus):
9742         * fvwm/stack.c (new_layer):
9743         * fvwm/icons.c (DeIconify):
9744         (Iconify):
9745         * fvwm/events.c (HandleFocusIn):
9746         (HandlePropertyNotify):
9747         (HandleExpose):
9748         (HandleMapNotify):
9749         (HandleButtonPress):
9750         (HandleLeaveNotify):
9751         * fvwm/builtins.c (CMD_ChangeDecor):
9752         (CMD_UpdateDecor):
9753         * fvwm/move_resize.c (resize_move_window):
9754         (resize_window):
9755         (resize_window):
9756         (maximize_fvwm_window):
9757         (handle_stick):
9758         * fvwm/borders.c (DrawDecorations):
9759         (RedrawDecorations):
9760         removed function DrawDecorations()
9761         (border_draw_decorations):
9762         renamed draw_decorations_with_geom() to border_draw_decorations()
9764         * fvwm/events.c (HandleExpose):
9765         fixed drawing icon titles
9767         * fvwm/add_window.c (adjust_fvwm_internal_windows):
9768         * fvwm/events.c (HandleFocusIn):
9769         (HandleFocusOut):
9770         * fvwm/screen.h (ScreenInfo):
9771         return the focus to the window that had the focus before an or window
9772         stole it and then died.
9774         * fvwm/menus.c (scanForColor):
9775         removed duplicate call of strlen
9776         use alloca instead of safemalloc
9778         * fvwm/menustyle.c (menustyle_parse_style):
9779         don't call memset right before memcpy
9781         * fvwm/module_interface.c (AddToMessageQueue):
9782         (DeleteMessageQueueBuff):
9783         removed one safemalloc and inline'd the function
9784         merged AddToMessageQueue into PositiveWrite
9786         * fvwm/borders.c (border_draw_decor_to_pixmap):
9787         fixed pixmap and mini icon buttons
9788         (border_fill_pixmap_background):
9789         fixed an X error
9790         (border_get_tb_parts_to_draw):
9791         buttons and title background using the border style is updated when the
9792         buttons moves
9794         * fvwm/events.c (WaitForButtonsUp):
9795         don't grab the whole server but merely the pointer to allow applications
9796         redrawing themselves
9798         * fvwm/borders.c:
9799         finished writing title drawing code
9801         * fvwm/move_resize.c (resize_window):
9802         (resize_move_window):
9803         (unmaximize_fvwm_window):
9804         removed now unnecessary calls to DrawDecorations()
9806         * fvwm/frame.c (frame_hide_changing_window_parts):
9807         fixed hiding bottom/right titles
9809         * fvwm/add_window.c (AddWindow):
9810         fixed recapturing shaded windows
9812         * fvwm/misc.c (GrabEm):
9813         fixed the cursor over the title window while resizing
9815 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9817         * libs/Graphics.c (CreateTiledPixmap):
9818         improved efficience: let the X server tile a pixmap via the GC settings
9820         * fvwm/fvwm.c (CreateGCs):
9821         * fvwm/screen.h (ScreenInfo):
9822         added new global GC Scr.TileGC
9824         * fvwm/borders.c (border_fill_pixmap_background):
9825         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
9826         use already created gcs
9828         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
9829         * fvwm/menus.c (paint_menu_gradient_background):
9830         fixed using a randow members in gcs
9832 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
9834         * configure.in:
9835         added compilation test for fribidi
9837 2002-03-22  Dan Espen  <dane@mk.telcordia.com>
9839         * NEWS: Document FvwmForm timeout.
9841 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9843         * fvwm/session.c (MatchWinToSM):
9844         * fvwm/add_window.c (AddWindow):
9845         preserve user states over a restart
9847         * fvwm/add_window.c (setup_window_structure):
9848         preserve user states over a recapture
9850         * fvwm/functions.c (execute_function):
9851         "Silent" suppresses the "No such command ..." message
9853         * fvwm/frame.c (frame_move_resize):
9854         * fvwm/misc.c (GrabEm):
9855         fixed the cursor shape during resizing
9856         fixed button looks in small windows
9858 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
9860         * libs/FBidi.c:
9861         * libs/FBidi.h:
9862         new files
9864 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9866         * fvwm/fvwm.c (LoadDefaultLeftButton):
9867         (LoadDefaultRightButton):
9868         * fvwm/borders.c (border_draw_vector_to_pixmap):
9869         * fvwm/screen.h (DecorFace):
9870         * fvwm/builtins.c (ReadDecorFace):
9871         fixed transparent vector line support
9873         * libs/Graphics.c (CreateGradientPixmap):
9874         fixed potential core dump with illegal gradients
9876 2002-03-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9878         * fvwm/fvwm.h (FvwmWindow):
9879         removed button_background_pixmap member
9881         * fvwm/update.c (apply_window_updates):
9882         fixed changing the decoration size
9884         * fvwm/windowshade.c (CMD_WindowShade):
9885         * fvwm/frame.c (frame_setup_border):
9886         * fvwm/functions.c (execute_complex_function):
9887         removed debug code
9889         * fvwm/move_resize.c (resize_window):
9890         fixed aboting of a opaque resize w/ maximized windows
9891         (ParseOneResizeArgument):
9892         resize arguments don't take the border into account
9893         (GetResizeArguments):
9894         implemented new option "Frame" to the Resize and ResizeMove commands
9896 2002-03-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9898         * fvwm/fvwm2.1:
9899         * fvwm/builtins.c (ReadDecorFace):
9900         * fvwm/borders.c (DrawLinePattern):
9901         implemented transparent drawing color in vector buttons: C == 4
9903         * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
9904         * fvwm/builtins.c (ReadDecorFace):
9905         increased allowed number of lines in a vector button to 10000 and moved
9906         the definition to defaults.h
9908         * fvwm/virtual.c (MoveViewport):
9909         don't send useless M_NEW_PAGE packets
9911         * fvwm/frame.c:
9912         * fvwm/borders.c:
9913         started work on new button/title drawing code
9915         * fvwm/events.c (HandleExpose):
9916         don't handle expose on the title bar
9918         * fvwm/borders.c:
9919         * fvwm/frame.c (frame_get_sidebar_geometry):
9920         * fvwm/fvwm.h (FvwmWindow):
9921         replaced border_state with decor_state
9923         * libs/defaults.h (NR_RIGHT_BUTTONS):
9924         added a comment
9926         * fvwm/events.h:
9927         * fvwm/events.c (HandleExpose):
9929         * fvwm/frame.c (frame_setup_border):
9930         hide sidebars if they are too small, i.e. 0 pixels
9932 2002-03-20  olicha  <olivier.chapuis@free.fr>
9934         * libs/Flocale.c (FlocaleFreeNameProperty):
9935         Fixed random core dump
9937 2002-03-19  olicha  <olivier.chapuis@free.fr>
9939         * fvwm/ConfigFvwmDefaults:
9940         RightTitleRotatedCW is a default
9942 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9944         * fvwm/frame.c (frame_get_sidebar_geometry):
9945         window corners are always at least the border width thick
9947         * fvwm/geometry.c (update_absolute_geometry):
9948         fixed south/east shading
9950         * fvwm/frame.c (frame_move_resize_step):
9951         did the best I could to prevent rxvt from flashing in the background
9952         colour
9954         * fvwm/add_window.c (get_default_window_attributes):
9955         (get_default_window_attributes):
9956         (setup_resize_handle_windows):
9957         * fvwm/borders.c (border_get_border_gcs):
9958         applied -visual fix by Hippo
9960         * fvwm/cursor.c (CMD_CursorStyle):
9961         fixed endless loop
9963         * fvwm/frame.c (frame_get_title_bar_dimensions):
9964         fixed order of right buttons
9965         (frame_move_resize_step):
9966         reduced flashing when maximizing
9968         * fvwm/geometry.c (update_absolute_geometry):
9969         adapted for horizontal shading
9971 2002-03-19  Mikhael Goikhman  <migo@homemail.com>
9973         * fvwm/borders.c:
9974         * fvwm/builtins.c:
9975         * fvwm/fvwm.h:
9976         * fvwm/geometry.c:
9977         * libs/Fft.c:
9978         * libs/Flocale.c:
9979         * libs/Flocale.h:
9980         several renamings of text_direction to text_rotation
9982 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9984         * fvwm/windowshade.c (CMD_WindowShade):
9985         * fvwm/frame.c (frame_create_move_resize_args):
9986         (frame_move_resize_step):
9987         hack to enable non-animated window shading for the time being
9989         * fvwm/style.c (parse_and_set_window_style):
9990         (parse_and_set_window_style):
9991         allow to abbreviate [Counter]ClockWise with [C]CW
9993         * fvwm/frame.c (frame_move_resize_step):
9994         fixed
9996         * fvwm/geometry.c (gravity_constrain_size):
9997         removed useless code
9999         * fvwm/update.c (apply_window_updates):
10000         * fvwm/add_window.c (AddWindow):
10001         * fvwm/move_resize.c (unmaximize_fvwm_window):
10002         (resize_window):
10003         do not write into frame_g. only frame.c should do this
10005         * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
10006         (MIN_WINDOW_TITLE_LENGTH):
10007         new default values
10008         * fvwm/frame.c (frame_setup_title_bar):
10009         (get_resize_decor_gravities_one_axis):
10010         (frame_setup_window_internal):
10011         (frame_move_resize_step):
10012         (frame_create_move_resize_args):
10013         rewrote frame_setup_title_bar function
10015         * fvwm/add_window.c (setup_frame_stacking):
10016         fixed title bar stacking order
10018         * fvwm/frame.c (frame_setup_title_bar):
10019         removed yesterday's 'fix'
10021         * fvwm/add_window.c (hide_screen):
10022         (setup_title_window):
10023         (setup_resize_handle_windows):
10024         (setup_button_windows):
10025         fixed visual and depth of decoration windows
10027 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10029         * fvwm/frame.c (frame_setup_title_bar):
10030         fixed title layout bug
10032         * fvwm/move_resize.c (MaximizeHeight):
10033         fixed bug in "grow" option of the Maximize command
10035         * fvwm/geometry.h:
10036         fixed broken prototype for get_title_font_size_and_offset
10038         * fvwm/geometry.c (get_title_font_size_and_offset):
10039         simplified code a bit
10041 2002-03-18  olicha  <olivier.chapuis@free.fr>
10043         * fvwm/geometry.h:
10044         * fvwm/geometry.c (get_title_font_size_and_offset):
10045         * fvwm/add_window.c (setup_title_geometry):
10046         * fvwm/style.h:
10047         * fvwm/style.c (parse_and_set_window_style):
10048         (check_window_style_change):
10049         * fvwm/update.c (apply_window_updates):
10050         * fvwm/window_flags.h:
10051         * fvwm/fvwm.h:
10052         Reworte side title direction styles and use LeftTitleRotatedClockWise /
10053         LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
10054         RightTitleRotatedCounterClockWise
10056 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10058         * acconfig.h:
10059         * vms/config.h (FMiniIconsSupported):
10060         removed last traces of MINI_ICONS ifdef
10062         * fvwm/windowlist.c (CMD_WindowList):
10063         * fvwm/update.c (apply_window_updates):
10064         * fvwm/style.h:
10065         * fvwm/style.c (merge_styles):
10066         (parse_and_set_window_style):
10067         (check_window_style_change):
10068         * fvwm/screen.h:
10069         * fvwm/module_interface.c (SendMiniIcon):
10070         (BroadcastMiniIcon):
10071         (CMD_Send_WindowList):
10072         * fvwm/fvwm.h (FvwmWindow):
10073         * fvwm/ewmh_icons.c (ewmh_WMIcon):
10074         (EWMH_DoUpdateWmIcon):
10075         (ewmh_SetWmIconFromPixmap):
10076         (EWMH_DeleteWmIcon):
10077         (EWMH_SetIconFromWMIcon):
10078         * fvwm/builtins.c (ReadDecorFace):
10079         * fvwm/borders.c (DrawButton):
10080         (CMD_BorderStyle):
10081         (CMD_BorderStyle):
10082         * fvwm/add_window.c (setup_window_structure):
10083         (setup_mini_icon):
10084         (destroy_mini_icon):
10085         (change_mini_icon):
10086         (AddWindow):
10087         * acconfig.h (FMiniIconsSupported):
10088         replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
10089         compiler checks
10091         * fvwm/screen.h:
10092         removed an FANCY_TITLEBARS ifdef
10094         * fvwm/borders.c (border_draw_one_part):
10095         (border_draw_border_parts):
10096         (border_draw_all_parts):
10097         (draw_clipped_decorations_with_geom):
10098         performance enhancement
10100 2002-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10102         * fvwm/frame.c (frame_move_resize_step):
10103         force setting up the border when function is called with FRAME_MR_SETUP
10104         (frame_setup_window_internal):
10105         removed duplicate frame setup
10107         * fvwm/borders.c (border_get_parts_and_pos_to_draw):
10108         fixed logic bug
10109         (draw_clipped_decorations_with_geom):
10110         do not flush the X queue after drawing; let the caller do it
10112         * fvwm/frame.c (frame_get_sidebar_geometry):
10113         fixed layout of windows with a small height
10114         (frame_hide_changing_window_parts):
10115         fixed flickering
10117         * fvwm/borders.c:
10118         * fvwm/frame.c:
10119         made good progress with frame layout rewrite. I think it is already
10120         considerably faster.
10121         some general clean up
10123         * fvwm/add_window.c (setup_decor_window):
10124         function removed
10126         * fvwm/windowshade.c (CMD_WindowShade):
10127         * fvwm/stack.c (verify_stack_ring_consistency):
10128         (RaiseOrLowerWindow):
10129         * fvwm/move_resize.c (resize_move_window):
10130         (move_window_doit):
10131         (draw_move_resize_grid):
10132         * fvwm/icons.c (DrawIconWindow):
10133         * fvwm/icccm2.c (CloseICCCM2):
10134         (convertProperty):
10135         (HandleSelectionRequest):
10136         * fvwm/fvwm.c (main):
10137         (SaveDesktopState):
10138         * fvwm/focus.c (DoSetFocus):
10139         * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
10140         * fvwm/events.c (HandlePropertyNotify):
10141         (HandleButtonPress):
10142         (HandleConfigureRequest):
10143         * fvwm/add_window.c (RestoreWithdrawnLocation):
10144         (Reborder):
10145         * fvwm/builtins.c (CMD_Delete):
10146         (CMD_Destroy):
10147         (CMD_Close):
10148         (CMD_FakeClick):
10149         * fvwm/menus.c (paint_menu):
10150         (DestroyMenu):
10151         * fvwm/misc.c (UngrabEm):
10152         (GrabEm):
10153         * fvwm/schedule.c (execute_obj_func):
10154         * fvwm/add_window.c (hide_screen):
10155         (destroy_window):
10156         use XFlush instead of XSync when the latter is not necessary
10158         * libs/fvwmrect.c (fvwmrect_rectangles_equal):
10159         new function
10161         * fvwm/add_window.c (adjust_fvwm_internal_windows):
10162         inform frame module if the window with the hide windows dies
10164         * fvwm/placement.c (PlaceWindow):
10165         (CMD_PlaceAgain):
10166         * fvwm/add_window.c (setup_window_attr):
10167         (setup_frame_attributes):
10168         (AddWindow):
10169         (RestoreWithdrawnLocation):
10170         (setup_window_placement):
10171         * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
10172         (get_title_geometry):
10173         * fvwm/fvwm.c (InitVariables):
10174         * fvwm/frame.c (frame_setup_frame):
10175         * fvwm/colormaps.c (HandleColormapNotify):
10176         (InstallWindowColormaps):
10177         * fvwm/events.c (HandleConfigureRequest):
10178         (HandleUnmapNotify):
10179         * fvwm/fvwm.h (FvwmWindow):
10180         removed attr member of FvwmWindow and replaced by a structure defined
10181         ourselves that is much smaller
10183         * fvwm/add_window.c (hide_screen):
10184         don't use save_unders and backing_store for the window used in recapture
10186         * fvwm/frame.c (frame_init):
10187         * fvwm/fvwm.c (main):
10188         new function to initialise frame module
10190         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
10191         new function
10193 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10195         * fvwm/frame.c:
10196         clean up
10198         * fvwm/borders.h (enum):
10199         * fvwm/borders.c (draw_clipped_decorations_with_geom):
10200         (border_get_parts_and_pos_to_draw):
10201         * fvwm/fvwm.h (struct):
10202         some clean up
10203         fixed calculations of which border parts to draw
10205         * fvwm/fvwm2.1:
10206         corrected some typos
10207         * fvwm/frame.c:
10208         * fvwm/borders.c:
10209         handle marks work again
10211 2002-03-16  Dan Espen  <dane@mk.telcordia.com>
10213         * AUTHORS: New author added.
10215 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10217         * fvwm/frame.c:
10218         * fvwm/borders.c:
10219         * fvwm/add_window.c (setup_frame_stacking):
10220         * fvwm/cursor.c (CMD_CursorStyle):
10221         * fvwm/events.c (HandleExpose):
10222         (HandleMapNotify):
10223         (HandleEnterNotify):
10224         (HandleLeaveNotify):
10225         (GetContext):
10226         * fvwm/geometry.c (get_title_button_geometry):
10227         * fvwm/virtual.c (map_window):
10228         * fvwm/add_window.c (setup_parent_window):
10229         (setup_resize_handle_cursors):
10230         (setup_resize_handle_windows):
10231         (resize_resize_handle_windows):
10232         (change_resize_handle_windows):
10233         some progress with new frame layout
10235         * fvwm/add_window.c (setup_visible_name):
10236         fixed off-by-one bug in setup_visible_name
10237         maximum window number can be set in defaults.h
10239 2002-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10241         * fvwm/windowlist.h:
10242         * fvwm/virtual.h:
10243         * fvwm/update.h:
10244         * fvwm/style.h:
10245         * fvwm/read.h:
10246         * fvwm/placement.h:
10247         * fvwm/menus.h:
10248         * fvwm/move_resize.h:
10249         * fvwm/icons.h:
10250         * fvwm/geometry.h:
10251         * fvwm/frame.h:
10252         * fvwm/focus.h:
10253         * fvwm/events.h:
10254         * fvwm/borders.h:
10255         * fvwm/add_window.h:
10256         * fvwm/ewmh_names.c:
10257         * fvwm/ewmh_icons.c:
10258         * fvwm/ewmh_events.c:
10259         * fvwm/ewmh.c:
10260         * fvwm/frame.c:
10261         * fvwm/menucmd.c:
10262         * fvwm/schedule.c:
10263         * fvwm/geometry.c:
10264         * fvwm/gnome.c:
10265         * fvwm/windowlist.c:
10266         * fvwm/cursor.c:
10267         * fvwm/update.c:
10268         * fvwm/bindings.c:
10269         * fvwm/colormaps.c:
10270         * fvwm/decorations.c:
10271         * fvwm/conditional.c:
10272         * fvwm/misc.c:
10273         * fvwm/read.c:
10274         * fvwm/placement.c:
10275         * fvwm/fvwm.c:
10276         * fvwm/virtual.c:
10277         * fvwm/session.c:
10278         * fvwm/functions.c:
10279         * fvwm/stack.c:
10280         * fvwm/icons.c:
10281         * fvwm/module_interface.c:
10282         * fvwm/style.c:
10283         * fvwm/add_window.c:
10284         * fvwm/events.c:
10285         * fvwm/builtins.c:
10286         * fvwm/move_resize.c:
10287         * fvwm/borders.c:
10288         * fvwm/menus.c:
10289         * fvwm/fvwm.h (FvwmWindow):
10290         moved all windows into a separate sub structure and wrote access macros
10291         renamed FvwmWindow argument to builtin commands to "fw"
10292         renamed tmp_win to fw everywhere
10294         * fvwm/borders.c (RedrawBorder):
10295         * fvwm/decorations.c (SelectDecor):
10296         * fvwm/add_window.c (setup_style_and_decor):
10297         (setup_resize_handle_cursors):
10298         * fvwm/window_flags.h:
10299         * fvwm/fvwm.h (struct):
10300         added new member has_handles and new macro HAS_HANDLES
10302         * fvwm/decorations.c (SelectDecor):
10303         fixed the NoHandles style
10305         * fvwm/decorations.c (SelectDecor):
10306         * fvwm/style.c (check_window_style_change):
10307         (parse_and_set_window_style):
10308         * fvwm/style.h:
10309         * fvwm/fvwm.h (struct):
10310         renamed has_no_handles to has_no_border
10312 2002-03-15  olicha  <olivier.chapuis@free.fr>
10314         * libs/Flocale.h:
10315         * libs/Fft.c (is_utf8_encoding):
10316         Compilation fixes
10318         * libs/Flocale.h:
10319         s/COMPUND_TEXT/COMPOUND_TEXT
10321         * fvwm/fvwm2.1:
10322         Removed matrix xft specification doc as now it is use internally by
10323         fvwm
10325         * libs/Flocale.c (FlocaleRotateDrawString):
10326         (FlocaleUnloadFont):
10327         (FlocaleDrawString):
10328         (FlocaleTextWidth):
10329         * libs/Fft.h:
10330         * libs/Fft.c (FftGetRotatedFont):
10331         (FftGetFont):
10332         (FftDrawString):
10333         (FftTextWidth):
10334         * fvwm/borders.c (DrawMultiPixmapTitlebar):
10335         (RedrawTitle):
10336         * fvwm/geometry.c (get_title_font_size_and_offset):
10337         * fvwm/style.c (parse_and_set_window_style):
10338         (check_window_style_change):
10339         * fvwm/update.c (apply_window_updates):
10340         * fvwm/update.h:
10341         * fvwm/style.h:
10342         * fvwm/fvwm.h:
10343         * fvwm/window_flags.h:
10344         Implemented vertical text rendering, new style SideTitleTextDefault,
10345         SideTitleTextTopToBottom, SideTitleTextBottomToTop
10347 2002-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10349         * fvwm/fvwm.h:
10350         removed inclusion of fvwmdebug.h
10352         * libs/gravity.c (ParseDirectionArgument):
10353         fixed direction parsing
10355         * fvwm/menus.c (get_menu_options):
10356         fixed a compiler warning
10358 2002-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10360         * fvwm/bindings.c (ParseBinding):
10361         fixed compiler warning
10363         * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
10364         * fvwm/ewmh.h:
10365         fixed compilation w/ --disable-ewmh
10367         * fvwm/windowlist.c (CMD_WindowList):
10368         fixed parsing of conditions versus position of window list broken with
10369         a recent "fix"
10371 2002-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10373         * libs/Fft.h:
10374         * libs/Fft.c (FftTextWidth):
10375         (is_utf8_encoding):
10376         (FftGetFontWidths):
10377         (FftDrawString):
10378         removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
10379         if HAVE_XFT was not set.
10381         * fvwm/events.h (XEVMASK_DECORW):
10382         select EnterNotify and LeaveNotify on frame instead of decor_w
10384         * fvwm/add_window.c (setup_title_window):
10385         (setup_button_windows):
10386         (setup_resize_handle_windows):
10387         frame window is the new parent of the title, button and handle windows
10388         (setup_frame_stacking):
10389         new stacking order of decoration windows
10391         * fvwm/menuitem.c (menuitem_paint):
10392         * fvwm/events.c (HandleExpose):
10393         xft fixes
10395         * fvwm/move_resize.c (unmaximize_fvwm_window):
10396         don't force to redraw the frame
10398         * libs/gravity.c (gravity_get_offsets):
10399         (gravity_move):
10400         (gravity_resize):
10401         functions moved to gravity.c
10403 2002-03-10  olicha  <olivier.chapuis@free.fr>
10405         * acconfig.h (HAVE_XFT_UTF8):
10406         * configure.in:
10407         * libs/Fft.c (is_utf8_encoding):
10408         (FftGetFontWidths):
10409         (FftDrawString):
10410         (FftTextWidth):
10411         Detected if Xft can handle utf8 string
10413         * libs/Fft.h:
10414         * fvwm/menuitem.c (menuitem_paint):
10415         * fvwm/events.c (HandleExpose):
10416         Fixed Xft related compilation failure and warning
10418 2002-03-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10420         * fvwm/virtual.c:
10421         * fvwm/update.c:
10422         * fvwm/move_resize.c:
10423         * fvwm/icons.c:
10424         * fvwm/focus.c:
10425         * fvwm/events.c:
10426         * fvwm/builtins.c:
10427         * fvwm/add_window.c:
10428         * fvwm/frame.c (frame_setup_window):
10429         (frame_force_setup_window):
10430         (frame_setup_shape):
10431         SetupFrame renamed to frame_setup_window
10432         ForceSetupFrame renamed to frame_force_setup_window
10433         SetShape renamed to frame_setup_shape
10435         * fvwm/windowshade.c:
10436         moved most code to frame.c
10438         * fvwm/frame.c (SetShape):
10439         (SetupTitleBar):
10440         (set_decor_gravity):
10441         (ForceSetupFrame):
10442         (SetupFrame):
10443         functions moved to new file
10445         (SetupTitleBar):
10446         (frame_setup_title_bar):
10447         renamed function
10449         * libs/Parse.h:
10450         direction code moved to gravity.c and gravity.h
10452         * fvwm/windowshade.c (CMD_WindowShade):
10453         * fvwm/geometry.c (get_shaded_geometry):
10455         * libs/FScreen.c (FScreenInit):
10456         (FScreenUpdateEmulationMapState):
10457         changed Xinerame emulation layout
10459         * fvwm/fvwm2.1:
10460         Corrected the description of the XineramaPrimaryScreen command that was
10461         essentially lying.
10463 2002-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10465         * fvwm/menus.c (menu_tear_off):
10466         (unlink_item_from_menu):
10467         (menu_strip_tear_off_title):
10468         use the text from a title item as the tear off menu title if the menu
10469         begins with a title; skip separators and tear off bars at the front of
10470         the menu
10472         * **/*.[ch]:
10473         implemented titleatleft and titleatright styles; titles are not drawn
10474         vertically yet
10476         * fvwm/style.c (check_window_style_change):
10477         * fvwm/update.c (apply_window_updates):
10478         * fvwm/ewmh_names.c (EWMH_WMIconName):
10479         (EWMH_WMName):
10480         (charset_to_utf8):
10481         * fvwm/ewmh.c (ksmserver_workarround):
10482         * fvwm/update.c (apply_window_updates):
10483         * fvwm/conditional.c (MatchesConditionMask):
10484         * fvwm/fvwm.c (main):
10485         * fvwm/session.c (SaveWindowStates):
10486         (matchWin):
10487         (MatchWinToSM):
10488         * fvwm/functions.c (expand):
10489         * fvwm/stack.c (dump_stack_ring):
10490         (verify_stack_ring_consistency):
10491         * fvwm/module_interface.c (BroadcastWindowIconNames):
10492         (CMD_Send_WindowList):
10493         * fvwm/add_window.c (free_window_names):
10494         (free_window_names):
10495         * fvwm/events.c (HandlePropertyNotify):
10496         * fvwm/builtins.c (CMD_Wait):
10497         * fvwm/style.c (CMD_DestroyStyle):
10498         (lookup_style):
10499         Adapted to changes of Flocale.h
10501         * acconfig.h:
10502         removed COMPUND_TEXT ifdef
10504         * configure.in:
10505         mutibyte defaults to on
10507         * acconfig.h:
10508         * libs/Flocale.c:
10509         * libs/Flocale.h:
10510         * fvwm/fvwm.h (FvwmWindow):
10511         cleaned up Flocale stuff for better information hiding
10513         * libs/Flocale.c (get_FlocaleFontSet):
10514         (get_FlocaleFont):
10515         added a new font strucht member min_char_offset for vertical text
10517         * libs/Flocale.c (get_FlocaleFontSet):
10518         fixed a bug in descent calculation
10520         * fvwm/fvwm.h (FvwmWindow):
10521         removed title_g
10523         * fvwm/borders.c (RedrawButtons):
10524         (SetupTitleBar):
10525         (RedrawBorder):
10526         (SetupFrame):
10527         (RedrawTitle):
10528         (DrawMultiPixmapTitlebar):
10529         don't use title_g or boundary_width
10531         * libs/Flocale.c (FlocaleTextWidth):
10532         * libs/Flocale.c (FlocaleDrawString):
10533         added interface for vertical strings
10534         * libs/Flocale.h (FlocaleWinString):
10535         added flags structure w/ is_vertical_string flag
10537         * fvwm/borders.c (RedrawTitle):
10538         (DrawMultiPixmapTitlebar):
10539         * fvwm/screen.h (ScreenInfo):
10540         * fvwm/icons.c (DrawIconWindow):
10541         * fvwm/move_resize.c (DisplayPosition):
10542         (DisplaySize):
10543         * fvwm/screen.h (ScreenInfo):
10544         removed ScratchStr and TitleStr; *please* don't use global variables
10545         without need
10547         * fvwm/move_resize.c (ParseOneResizeArgument):
10548         (GetResizeArguments):
10549         (GetResizeMoveArguments):
10550         (resize_window):
10551         (resize_move_window):
10552         * fvwm/module_interface.c (CONFIGARGS):
10553         (OLDCONFIGARGS):
10554         (CONFIGARGSNEW):
10555         * fvwm/placement.c (PlaceWindow):
10556         * fvwm/add_window.c (setup_title_window):
10557         (setup_button_windows):
10558         (setup_parent_window):
10559         (resize_resize_handle_windows):
10560         (change_resize_handle_windows):
10561         (AddWindow):
10562         * fvwm/geometry.c (get_window_borders):
10563         (gravity_get_naked_geometry):
10564         (gravity_add_decoration):
10565         (constrain_size):
10566         don't use title_g.width and title_g.height anymore
10568         * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
10569         new macro
10571         * fvwm/borders.c (SetupTitleBar):
10572         * fvwm/add_window.c (setup_title_window):
10573         don't use title_g.x and title_g.y anymore
10574         (setup_title_geometry):
10575         new function
10577         * fvwm/fvwm.h (FvwmWindow):
10578         replaced title_g by title_length and title_thickness
10579         renamed title_text_y to title_text_offset
10581         * fvwm/add_window.c (setup_style_and_decor):
10582         (setup_parent_window):
10583         * fvwm/decorations.c (SelectDecor):
10584         * fvwm/placement.c (PlaceWindow):
10585         * fvwm/windowlist.c (CMD_WindowList):
10586         * fvwm/events.c (SendConfigureNotify):
10587         (HandlePropertyNotify):
10588         (HandleMapNotify):
10589         * fvwm/move_resize.c (DisplaySize):
10590         (ParseOneResizeArgument):
10591         (GetResizeArguments):
10592         (GetResizeMoveArguments):
10593         (resize_window):
10594         (resize_move_window):
10595         * fvwm/geometry.c (gravity_get_naked_geometry):
10596         (gravity_add_decoration):
10597         (constrain_size):
10598         don't use boundary_width anymore
10600         * fvwm/borders.c (SetupTitleBar):
10601         made static
10603         * fvwm/fvwmdebug.c:
10604         removed outdated file that was never used
10606         * fvwm/move_resize.c (move_window_doit):
10607         fixed GNOME and EWMH hints when unsticking a window
10609         * fvwm/virtual.c (CMD_MoveToDesk):
10610         unstick windows when MoveToDesk is used
10612         * fvwm/builtins.c:
10613         * fvwm/windowshade.c (CMD_WindowShade):
10614         (CMD_WindowShadeAnimate):
10615         functions moved to windowshade.c
10617         * fvwm/window_flags.h:
10618         * fvwm/menus.c (pop_menu_up):
10619         * fvwm/builtins.c (CMD_WindowShade):
10620         * fvwm/move_resize.c (resize_window):
10621         * fvwm/icons.c (AutoPlaceIcon):
10622         * fvwm/borders.c (SetupFrame):
10623         don't use HAS_BOTTOM_TITLE any more
10624         (ButtonPosition):
10625         function removed
10627         * fvwm/geometry.c (get_title_font_width_and_offset):
10628         * fvwm/geometry.c (set_window_border_size):
10629         * fvwm/geometry.c (is_window_border_minimal):
10630         * fvwm/geometry.c (get_window_borders_no_title):
10631         * fvwm/geometry.c (get_shaded_client_window_pos):
10632         * fvwm/geometry.c (get_icon_corner):
10633         * fvwm/geometry.c (get_title_gravity):
10634         * fvwm/geometry.c (get_title_geometry):
10635         * fvwm/borders.c (get_button_number):
10636         new functions
10638         * fvwm/borders.c (SetupFrame):
10639         (SetShape):
10640         * fvwm/events.c (HandleShapeNotify):
10641         * fvwm/borders.c (SetupTitleBar):
10642         * fvwm/update.c (apply_window_updates):
10643         * fvwm/add_window.c (setup_window_font):
10644         removed title_top_height
10646         * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
10647         renamed
10649         * fvwm/events.c (SendConfigureNotify):
10650         * fvwm/events.c (HandleConfigureRequest):
10651         preparations for W/E titles
10652         don't use title_top_height any more
10654         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
10655         use title_dir flags
10657         * fvwm/geometry.c (get_window_borders):
10658         * fvwm/style.c (parse_and_set_window_style):
10659         (check_window_style_change):
10660         * fvwm/style.h (SCSET_TITLE_DIR):
10661         * fvwm/window_flags.h (GET_TITLE_DIR):
10662         * fvwm/fvwm.h (struct):
10663         replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
10664         DIR_W or DIR_E
10666         * libs/Parse.c (ParseDirectionArgument):
10667         * libs/Parse.h:
10668         use new type direction_type
10670 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10672         * fvwm/ewmh.c (EWMH_SetFrameStrut):
10673         use function from geometry.c to get the border size
10675         * fvwm/geometry.c (get_shaded_geometry):
10676         added code for shading in all directions
10678 2002-03-07  Dan Espen  <dane@mk.telcordia.com>
10680         * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
10682 2002-03-07  olicha  <olivier.chapuis@free.fr>
10684         * libs/Flocale.c (FInitLocale):
10685         * fvwm/fvwm.c (main):
10686         Set the locale using "" as locale argument
10688 2002-03-07  Mikhael Goikhman  <migo@homemail.com>
10690         * fvwm/fvwm2.1:
10691         fixed some typos and indentation of several new variable entries
10693 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10695         * fvwm/functions.h (enum):
10696         * fvwm/functions.c (func_config):
10697         * fvwm/commands.h:
10698         * fvwm/conditional.c (CMD_ThisWindow):
10699         renamed command "This" to "ThisWindow"
10701         * fvwm/conditional.c (Circulate):
10702         "Current" no longer selects a random window when no window is focused
10704         * fvwm/icccm2.c (SetupICCCM2):
10705         removed debug fprintf
10707         * fvwm/functions.c (expand_extended_var):
10708         implemented new extended variables pointer.x, pointer.x, pointer.wx,
10709         pointer.wy, pointer.cx and pointer.cy.
10711         * libs/Parse.c (ParseDirectionArgument):
10712         allow N, S, W, E, NW, SW, SE, NE for direction arguments
10714         * fvwm/builtins.c (CMD_WindowShade):
10715         fixes for animated shading w/ titleatbottom+north and titleattop+south
10717 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10719         * fvwm/move_resize.c (moveLoop):
10720         (resize_window):
10721         * fvwm/virtual.c (HandlePaging):
10722         moving/resizing windows opaque is much faster
10724 2002-03-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10726         * fvwm/add_window.c (resize_resize_handle_windows):
10727         (change_resize_handle_windows):
10728         (setup_window_font):
10729         fixed changing the handlewidth style
10731         * fvwm/update.c (apply_window_updates):
10732         * fvwm/geometry.c (update_absolute_geometry):
10733         * fvwm/builtins.c (CMD_WindowShade):
10734         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
10735         * fvwm/conditional.c (CreateConditionMask):
10736         * fvwm/geometry.c (get_shaded_geometry):
10737         * fvwm/session.c (MatchWinToSM):
10738         * fvwm/add_window.c (setup_window_structure):
10739         (AddWindow):
10740         * fvwm/window_flags.h (SHADED_DIR):
10741         * fvwm/fvwm.h (struct):
10742         implemented new WindowShade options "North" and "South" to allow shading
10743         a window in either direction, regardless of if the title is at the top
10744         or bottom.
10746         * libs/Module.c (module_expand_action):
10747         new convenience function for modules
10749 2002-03-03  Dan Espen  <dane@mk.telcordia.com>
10751         * fvwm/fvwm2.1: Fixes to the font section.
10753 2002-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10755         * fvwm/conditional.c (CMD_WindowId):
10756         set the correct context window for unmanaged windows
10758         * fvwm/icons.c (DrawIconWindow):
10759         raise the icon title even if it's too small to be expanded
10761         * fvwm/conditional.c (CMD_Cond):
10762         Fixed it the right way this time
10763         (CMD_Any):
10764         same fix for the 'Any' command
10765         (circulate_cmd):
10766         (CMD_Prev):
10767         (CMD_Next):
10768         (CMD_None):
10769         (CMD_Any):
10770         (CMD_Current):
10771         unified circulating functions into a single one
10772         (CMD_Pick):
10773         Pick allows to pick functions that have CirculateSkip set
10774         fixed a memory leak
10775         (select_cmd):
10776         (CMD_This):
10777         (CMD_Pick):
10778         (CMD_PointerWindow):
10779         unified selecting functions into a single one
10780         (CMD_PointerKey):
10781         (CMD_All):
10782         Allow user to override the default CirculateHit of these functions
10784         * fvwm/conditional.c (CMD_Cond):
10785         Fixed a problem w/ the window selection
10787         * fvwm/menus.h:
10788         * fvwm/menus.c:
10789         * fvwm/menudim.h:
10790         * fvwm/menudim.c:
10791         * fvwm/menustyle.h:
10792         * fvwm/menustyle.c:
10793         * fvwm/menucmd.c:
10794         * fvwm/menuitem.c:
10795         * fvwm/menuitem.h:
10796         moved some of the menu code into separate files
10797         more work on tear off menus; windowlist can now be torn off without a
10798         memory leak
10800         * fvwm/template.c:
10801         * fvwm/template.h:
10802         added templates for new source files
10804         * libs/Picture.c (fvwmlib_clone_color):
10805         new function
10807         * fvwm/menus.c (make_menu):
10808         (update_menu):
10809         removed unused parameter from make_menu()
10811         * fvwm/fvwm2.1 (Example):
10812         corrected statement about CaptureHonorsStartsOnPage being the default
10814 2002-03-03  Mikhael Goikhman  <migo@homemail.com>
10816         * INSTALL.fvwm:
10817         * Makefile.am:
10818         * configure.in:
10819         added and documented --disable-bidi and --disable-perllib
10821 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10823         * fvwm/geometry.c (get_window_borders):
10824         fixed calculation of $[cw.y] and $[cw.height]
10826         * fvwm/move_resize.c (resize_move_window):
10827         windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
10829 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10831         * fvwm/move_resize.c (resize_move_window):
10833 2002-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10835         * configure.in:
10836         re-added --enable-xinerama-emulation option that was removed recently
10838 2002-02-28  Mikhael Goikhman  <migo@homemail.com>
10840         * INSTALL.fvwm:
10841         * NEWS:
10842         * fvwm/fvwm2.1:
10843         several corrections and rewording
10845 2002-02-28  olicha  <olivier.chapuis@free.fr>
10847         * fvwm/fvwm2.1:
10848         New section FONT NAMES AND FONT LOADING
10850         * INSTALL.fvwm:
10851         * NEWS:
10852         Document --enable-xft
10854         * libs/Fft.c (get_FlocaleXftFont):
10855         Used the xft font height in the place of ascent+descent
10857         * fvwm/icons.c (DrawIconWindow):
10858         Fixed the fg colors of the icon title
10860 2002-02-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10862         * fvwm/conditional.c (CMD_CondCase):
10863         fixed CondCase command
10864         (CMD_Cond):
10865         fixed numeric return codes
10867         * fvwm/add_window.c (CMD_Recapture):
10868         fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
10870         * acinclude.m4 (smr_CHECK_LIB):
10871         disabled a destructing gnome_prefix logic again
10873         * fvwm/events.c (GetContext):
10874         * libs/Bindings.c (win_contexts):
10875         * libs/fvwmlib.h:
10876         new contexts for individual parts of the window border
10878 2002-02-26  Mikhael Goikhman  <migo@homemail.com>
10880         * acinclude.m4:
10881         disabled a destructing gnome_prefix logic
10883         * configure.in:
10884         replaced fribidi detection mechanism, now fribidi-config is used
10886 2002-02-26  olicha  <olivier.chapuis@free.fr>
10888         * acconfig.h (HAVE_XFT):
10889         * acinclude.m4:
10890         * configure.in:
10891         * libs/Fft.c (new file):
10892         * libs/Flocale.c (FlocaleLoadFont):
10893         (FlocaleUnloadFont):
10894         (FlocaleDrawString):
10895         (FlocaleTextWidth):
10896         (get_FlocaleFontSet):
10897         (get_FlocaleFont):
10898         (get_FlocaleFontOrFontSet):
10899         * libs/Flocale.h:
10900         * fvwm/Makefile.am:
10901         Added anti-alised font rendering using Xft. This is off by default.
10902         A font can now be given as a ";" separated list of either ","
10903         separated list of XFLD font name or Xft font name with "xft:" as
10904         prefix, e.g.:
10905           xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
10906         See Flocale.h for details
10908         * fvwm/events.c (HandleExpose):
10909         * fvwm/menus.c (paint_item):
10910         Always clear the text area before drawing text with an Xft font
10912 2002-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10914         * acinclude.m4 (smr_CHECK_LIB):
10915         fixed a bug with variable expansion and autoconf cache values
10917 2002-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10919         * fvwm/menus.c (seek_submenu_instance):
10920         (FindPopup):
10921         * fvwm/fvwm.c (InitVariables):
10922         some general menu clean up
10924         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10925         * fvwm/move_resize.h (resize_geometry_window):
10926         * fvwm/menus.c (animated_move_back):
10927         (pop_menu_up):
10928         (ParentalMenuRePaint):
10929         Removed the global variables for parental relativity.  Please *do not*
10930         use globals in menus.c or anywhere else.  I'm trying to remove most
10931         globals in the long run.
10933         * libs/Graphics.c (do_relieve_rectangle):
10934         removed debug code
10936         * fvwm/menus.c (MenuInteraction):
10937         fixed tearing off menus by selecting a tear off item with the keyboard
10939         * fvwm/menus.c (MenuInteraction):
10940         fixed menus not popping down sometimes
10942         * fvwm/functions.c (CMD_TearMenuOff):
10943         * fvwm/menus.c (AddToMenu):
10944         (MenuInteraction):
10945         (warp_pointer_to_item):
10946         (get_selectable_item_index):
10947         (get_selectable_item_from_index):
10948         (get_selectable_item_from_section):
10949         (menuShortcuts):
10950         (paint_item):
10951         (draw_tear_off_bar):
10952         * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
10953         New command "TearMenuOff" in menus.  In a normal item, this tears off
10954         the menu when selected.  If the item has no title, it is drawn as a
10955         dashed line too.  Pressing button 2 over a title tears out the menu too.
10956         some clean up
10958         * fvwm/menus.c (make_menu_window):
10959         fixed problem w/ mapping menus, performance enhancement
10961         * fvwm/builtins.c (CMD_Destroy):
10962         (CMD_Close):
10963         fixed core dump
10965         * fvwm/functions.c (execute_function):
10966         (expand_extended_var):
10967         (expand):
10968         new variable cond.rc that returns the last return code of a conditinal
10969         command
10971 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10973         * fvwm/conditional.c (CMD_Cond):
10974         (CMD_CondCase):
10975         (CMD_Break):
10976         * fvwm/commands.h:
10977         * fvwm/functions.h:
10978         * fvwm/functions.c:
10979         new conditional commands Cond, CondCase and Break
10981         * fvwm/ewmh_events.c (ewmh_WMStateSticky):
10982         (ewmh_WMStateShaded):
10983         (ewmh_WMState):
10984         (ewmh_MoveResize):
10985         (ewmh_WMStateHidden):
10986         (ewmh_WMDesktop):
10987         (ewmh_CloseWindow):
10988         (ewmh_ActiveWindow):
10989         (ewmh_DesktopGeometry):
10990         * fvwm/gnome.c (GNOME_HandlePropRequest):
10991         * fvwm/windowlist.c (CMD_WindowList):
10992         * fvwm/update.c (apply_window_updates):
10993         * fvwm/conditional.c (CMD_Pick):
10994         (CMD_Prev):
10995         (CMD_Next):
10996         (CMD_None):
10997         (CMD_Any):
10998         (CMD_Current):
10999         (CMD_PointerWindow):
11000         (CMD_This):
11001         (CMD_All):
11002         (CMD_Direction):
11003         (CMD_WindowId):
11004         * fvwm/read.c (run_command_stream):
11005         * fvwm/fvwm.c (Done):
11006         (SetRCDefaults):
11007         (StartupStuff):
11008         (main):
11009         * fvwm/module_interface.c (ExecuteModuleCommand):
11010         * fvwm/move_resize.c (handle_stick):
11011         * fvwm/add_window.c (AddWindow):
11012         * fvwm/events.c (HandleKeyPress):
11013         (HandleButtonPress):
11014         (HandleClientMessage):
11015         (HandleButtonRelease):
11016         (HandlePropertyNotify):
11017         * fvwm/builtins.c (CMD_DestroyDecor):
11018         (AddToDecor):
11019         (CMD_StrokeFunc):
11020         * fvwm/functions.h (func_type):
11021         * fvwm/functions.c (old_execute_function):
11022         (execute_function):
11023         (execute_complex_function):
11025         * fvwm/fvwm.h (fvwm_cond_func_rc):
11026         inplemented return codes OK, NO_MATCH and ERROR for conditional commands
11028         * fvwm/ConfigFvwmDefaults:
11029         set some default styles for tear off menu windows
11031         * fvwm/menus.c (menuShortcuts):
11032         ignore actions that would normally close a menu if it's a tear off menu
11033         <Backspace> creates a tear off menu
11034         <Escape> closes a tear off menu
11036         * fvwm/builtins.c (CMD_Delete):
11037         (CMD_Destroy):
11038         (CMD_Close):
11039         * fvwm/menus.c (DestroyMenu):
11040         (make_menu_window):
11041         (MenuInteraction):
11042         * fvwm/menus.h (MenuRootDynamic):
11043         Each menu window is created with a unique display to prevent fvwm from
11044         being killed when a tear off menu is destroyed.  Of course this is
11045         inefficient, but still better than writing a menu module.
11047 2002-02-23  Mikhael Goikhman  <migo@homemail.com>
11049         * configure.in:
11050         autogenerate perllib/FVWM/Module/Makefile
11052 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11054         * fvwm/move_resize.c (moveLoop):
11055         fixed a problem with keyboard movement vs. EdgeResistance
11057 2002-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11059         * fvwm/events.c:
11060         fixed problem with root bindings and xfishtank
11062         * fvwm/windowlist.c (CMD_WindowList):
11063         applied patch by to Darren Marshall to fix placement of window list on
11064         wrong xinerama screen
11066         * libs/Parse.c (GetSuffixedIntegerArguments):
11067         integer arguments that must not have a suffix but have one are ignored
11069         * fvwm/icons.c (DeIconify):
11070         (Iconify):
11071         applied patch by Markus Schwarzenberg to fix a rare problem with the
11072         is_map_pending flag, iconified icons and restart
11074 2002-02-22  Mikhael Goikhman  <migo@homemail.com>
11076         * fvwm/commands.h:
11077         * fvwm/conditional.c (CMD_This):
11078         * fvwm/functions.c:
11079         * fvwm/functions.h:
11080         * fvwm/fvwm2.1:
11081         * NEWS:
11082         added new conditional command This
11084 2002-02-21  Mikhael Goikhman  <migo@homemail.com>
11086         * acconfig.h:
11087         * configure.in:
11088         added fribidi library detection
11090 2002-02-12  olicha  <olivier.chapuis@free.fr>
11092         * libs/Flocale.h (FlocaleFont):
11093         * libs/Flocale.c (get_FlocaleFont):
11094         (get_FlocaleFontSet):
11095         Compute the ascent and descent of the FlocaleFont structure directly
11096         from the XFontSetExtents data in the case of a fontset
11097         Added max_char_width to the FlocaleFont structure
11099         * libs/Makefile.am (libfvwm_a_SOURCES):
11100         * libs/GetFont.c:
11101         Removed libs/GetFont.c
11103         * fvwm/menus.c (FreeMenuStyle):
11104         (UpdateMenuStyle):
11105         (NewMenuStyle):
11106         (CMD_CopyMenuStyle):
11107         * fvwm/menus.h (MenuLook):
11108         Fixed default font handling font by using a new MenuLook flags
11109         USING_DEFAULT_FONT
11111         * fvwm/menus.c (UpdateMenuStyle):
11112         Fixed default font update
11114         * fvwm/fvwm.c (SetRCDefaults):
11115         (InitVariables):
11116         Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
11117         fvwm initialization
11119 2002-02-11  Mikhael Goikhman  <migo@homemail.com>
11121         * configure.in:
11122         added FvwmPerl/* file generation
11124 2002-02-11  olicha  <olivier.chapuis@free.fr>
11126         * INSTALL.fvwm:
11127         * NEWS:
11128         Multibyte news. Document --disable-compound-text and --disable-ewmh.
11130         * libs/Flocale.h:
11131         Added more documentation and change the MB_FALLBACK_FONT to
11132         "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
11133         -*-medium-r-normal-*-16-*" (with XFree) this should gives something
11134         more consistent with the none multibyte case.
11136 2002-02-10  olicha  <olivier.chapuis@free.fr>
11138         * fvwm/ewmh.c (EWMH_RestoreInitialStates):
11139         (EWMH_ExitStuff):
11140         * fvwm/events.c (HandleUnmapNotify):
11141         (HandleReparentNotify):
11142         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
11143         (ewmh_WMStateSticky):
11144         (ewmh_WMStateHidden):
11145         Restore various ewmh initial states when a window is  unmapped or
11146         reparented
11148 2002-02-10  Mikhael Goikhman  <migo@homemail.com>
11150         * Makefile.am:
11151         * configure.in:
11152         added support for new perllib directory
11154 2002-02-09  olicha  <olivier.chapuis@free.fr>
11156         * libs/fvwmlib.h:
11157         * libs/Flocale.c:
11158         * libs/Flocale.h:
11159         * acconfig.h:
11160         * configure.in:
11161         Rename I18N_MB to MULTIBYTE
11162         Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
11164         * libs/Flocale.c (*):
11165         * libs/Flocale.h:
11166         New Font and Text API. A cache is used for fonts information. Font
11167         loading is more powerfull as both font or fontset can be loaded.
11168         See Flocale.h for details, more comments will be added soon.
11169         Fortunately, it seems that there are no more memory problems with
11170         --enable-multibyte!
11171         If COMPOUND_TEXT, then non XA_STRING text properties are converted
11172         with XmbTextPropertyToTextList
11174         * fvwm/events.c (HandlePropertyNotify):
11175         * fvwm/misc.c (NewFontAndColor):
11176         * fvwm/icons.h:
11177         * fvwm/misc.h:
11178         * fvwm/menus.c (FreeMenuStyle):
11179         (NewMenuStyle):
11180         (CMD_CopyMenuStyle):
11181         (draw_underline):
11182         (calculate_item_sizes):
11183         (size_menu_horizontally):
11184         (paint_item):
11185         * fvwm/builtins.c (CMD_DefaultFont):
11186         (ApplyDefaultFontAndColors):
11187         * fvwm/add_window.c (destroy_icon_font):
11188         (setup_icon_font):
11189         (destroy_window_font):
11190         (setup_window_font):
11191         (free_window_names):
11192         (setup_window_name):
11193         (setup_icon):
11194         * fvwm/fvwm.h (FvwmWindow):
11195         * fvwm/move_resize.c (DisplayPosition):
11196         (resize_geometry_window):
11197         (DisplaySize):
11198         * fvwm/fvwm.c (InitVariables):
11199         * fvwm/icons.c (DrawIconWindow):
11200         (setup_icon_title_size):
11201         * fvwm/borders.c (RedrawTitle):
11202         (DrawMultiPixmapTitlebar):
11203         * fvwm/screen.h (ScreenInfo):
11204         Use the new Text and Font API
11206 2002-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11208         * fvwm/module_interface.c (PositiveWrite):
11209         fixed core dump when a module died in the select of PositiveWrite()
11211         * fvwm/module_interface.c (initModules):
11212         (ClosePipes):
11213         (do_execute_module):
11214         (KillModule):
11215         (KillModuleByName):
11216         (CMD_SendToModule):
11217         (PositiveWrite):
11218         * fvwm/modconf.c (ModuleConfig):
11219         removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
11221         * fvwm/icons.c (GetXPMFile):
11222         suppress unnecessary error message for xmb icons
11224         * fvwm/misc.c (fvwm_msg):
11225         * fvwm/misc.h (enum):
11226         added new fvwm_msg type "OLD" for deprecated commands
11228 2002-02-07  Mikhael Goikhman  <migo@homemail.com>
11230         * configure.in:
11231         generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
11233         * INSTALL.fvwm:
11234         New section "Bug Reports".
11236 2002-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11238         * fvwm/update.c (apply_window_updates):
11239         fixed propagation of window border and title colours to the modules
11241 2002-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11243         * fvwm/menus.c (do_menu):
11244         fixed leaving tear off menus when something is selected with the mouse
11246 2002-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11248         * fvwm/events.c (HandleEnterNotify):
11249         * fvwm/menus.c:
11250         more work on tear off menus
11252 2002-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11254         * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
11255         * fvwm/menus.c (menu_enter_tear_off_menu):
11256         (find_entry):
11257         (menuShortcuts):
11258         (MenuInteraction):
11259         (pop_menu_up):
11260         properly calculate pointer position in tear off menus
11261         (MenuInteraction):
11262         fixed active wait w/ poopup/popdown delays
11264         * fvwm/windowlist.c (CMD_WindowList):
11265         don't initialise some variables twice
11267 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11269         * fvwm/add_window.c (CaptureOneWindow):
11270         properly recapture tear off menus
11272         (IS_MESSAGE_IN_MASK):
11273         (is_message_selected):
11274         (PositiveWrite):
11275         (PositiveWrite):
11276         * fvwm/schedule.c (deschedule):
11277         (squeue_execute):
11278         * fvwm/events.c (My_XNextEvent):
11279         * libs/queue.h:
11280         * fvwm/module_interface.c (ClosePipes):
11281         (CMD_ModuleSynchronous):
11282         (KillModule):
11283         performance enhancements; made macros out of simple functions
11285         * fvwm/builtins.c (CMD_WindowShade):
11286         don't redraw the decorations if window was not shaded or unshaded
11288         * fvwm/schedule.c (deschedule_obj_func):
11289         (execute_obj_func):
11290         fixed core dump when a scheduled command deschedules itself
11292 2002-01-31  olicha  <olivier.chapuis@free.fr>
11294         * NEWS:
11295         FvwmButtons news
11297 2002-01-31  Mikhael Goikhman  <migo@homemail.com>
11299         * NEWS:
11300         * fvwm/move.c (moveLoop):
11301         while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
11303         * fvwm/session.c (get_version_string):
11304         switch from static to date-based version string
11306         * configure.in:
11307         remove --enable-kanji compatibility option
11309         * fvwm/schedule.h:
11310         * libs/queue.h:
11311         fix warnings, gcc compains on having something after #endif
11313 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11315         * fvwm/builtins.c (CMD_Delete):
11316         (CMD_Close):
11317         (CMD_Destroy):
11318         don't crash fvwm when trying to close a tear off menu
11320         * fvwm/decorations.c (is_function_allowed):
11321         * fvwm/menus.c (menu_expose):
11322         (do_menu):
11323         * fvwm/events.c (HandleReparentNotify):
11324         (HandleUnmapNotify):
11325         * fvwm/add_window.c (AddWindow):
11326         (AddWindow):
11327         * fvwm/fvwm.h (struct):
11328         * fvwm/add_window.c (CaptureAllWindows):
11329         (CaptureOneWindow):
11330         * fvwm/events.h (flush_property_notify):
11331         * fvwm/events.c (HandleMapRequestKeepRaised):
11332         started work on tear off menus
11334         * fvwm/fvwm.c (main):
11335         * fvwm/events.c (CMD_Sync):
11336         (CMD_Synchronize):
11337         * fvwm/commands.h (CMD_Synchronize):
11338         * fvwm/functions.h (enum):
11339         * fvwm/functions.c (func_config):
11340         new commands XSync and XSynchronize for debugging
11342         * fvwm/conditional.c (CreateConditionMask):
11343         (MatchesConditionMask):
11344         * fvwm/builtins.c (CMD_State):
11345         * fvwm/fvwm.h (struct):
11346         * fvwm/functions.h:
11347         * fvwm/commands.h:
11348         * fvwm/functions.c (func_config):
11349         new command "State"
11350         new condition "State"
11352         * libs/queue.c:
11353         fixed core dump
11355 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11357         * fvwm/module_interface.c (AddToMessageQueue):
11358         (initModules):
11359         (DeleteMessageQueueBuff):
11360         (FlushMessageQueue):
11361         * fvwm/events.c (My_XNextEvent):
11362         * fvwm/module_interface.c (AddToCommandQueue):
11363         (ExecuteCommandQueue):
11364         use code from queue.c
11366         * fvwm/schedule.c:
11367         * fvwm/queue.c:
11368         * fvwm/queue.h:
11369         * fvwm/events.c (My_XNextEvent):
11370         "Schedule 0" commands are executed before event handling
11371         moved some of the chedule code into a new queue library
11373 2002-01-30  olicha  <olivier.chapuis@free.fr>
11375         * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
11377 2002-01-30  olicha  <olivier.chapuis@free.fr>
11379         * libs/Flocale.c:
11380         * libs/Flocale.h:
11381         * libs/Makefile.am:
11382         * fvwm/fvwm.c (main):
11383         New libs files Flocale.c and Flocale.h with a function to set the
11384         locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
11385         also a function to get the charset (from ewmh_name.c) and which
11386         setlocale if this has not been done with the above function. This
11387         function is also called at fvwm2 startup
11389         * fvwm/ewmh_names.c (charset_to_utf8):
11390         (utf8_to_charset):
11391         Use the Fcharset variable and remove get_charset
11393         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
11394         A minor fix
11396         * libs/GetFont.c (GetFontSetOrFixed):
11397         Free the missing charset list as suggested by Alexander Kotelnikov.
11398         Report problems with missing charset only 5 times. Remove the
11399         STRICTLY_FIXED code
11401 2002-01-30  Mikhael Goikhman  <migo@homemail.com>
11403         * configure.in:
11404         a patch to config.status to generate scripts executable, may be handy;
11405         added generation of utils/fvwm24_convert
11407 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11409         * fvwm/schedule.c:
11410         * fvwm/functions.c (expand_extended_var):
11411         implemented $[schedule.last] and $[schedule.next] variables
11412         implemented new command "Deschedule"
11414         * fvwm/misc.c (get_server_time):
11415         fixed MouseFocus
11417 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11419         * fvwm/misc.c (get_server_time):
11420         * fvwm/events.c (My_XNextEvent):
11421         * fvwm/icccm2.c (SetupICCCM2):
11422         * fvwm/functions.h:
11423         * fvwm/commands.h:
11424         * fvwm/functions.c (func_config):
11425         * fvwm/schedule.c:
11426         implemented new command "Schedule"
11428         * fvwm/builtins.c (CMD_Exec):
11429         applied job control patch by Alexander Kotelnikov using the portable
11430         version of setpgrp()
11432         * libs/setpgrp.c (fvwm_setpgrp):
11433         * libs/setpgrp.h (fvwm_setpgrp):
11434         * libs/Makefile.am:
11435         * configure.in:
11436         added checks for setpgrp and setpgid
11438 2002-01-29  olicha  <olivier.chapuis@free.fr>
11440         * acinclude.m4:
11441         Better test for iconv second argumeny
11443         * configure.in:
11444         Use gnu libiconv in priority against the system iconv
11446 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11448         * fvwm/stack.c (RaiseOrLowerWindow):
11449         (restack_windows):
11450         (collect_transients_recursive):
11451         * fvwm/icons.c (get_visible_icon_window_count):
11452         fixed stack ring corruption with icons that have either no picture or
11453         no title
11455 2002-01-28  olicha  <olivier.chapuis@free.fr>
11457         * fvwm/ewmh_names.c (charset_to_utf8):
11458         (utf8_to_charset):
11459         (EWMH_SetVisibleName):
11460         (get_charset):
11461         Better message errors in get_charset, use UTF-8 in the place of UTF8,
11462         set the ewmh visible (icon) name only if the fvwm visible name is
11463         different from the ICCCM (icon) window name, limit the number of
11464         conversions error messages to 10
11466 2002-01-28  olicha  <olivier.chapuis@free.fr>
11468         * fvwm/functions.c (func_config):
11469         * fvwm/commands.h:
11470         * fvwm/builtins.c (CMD_PropertyChange):
11471         New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
11472         messages
11474         * fvwm/module_interface.h:
11475         * fvwm/module_interface.c (BroadcastPropertyChange):
11476         * libs/Module.h (MX_PROPERTY_CHANGE):
11477         New module message MX_PROPERTY_CHANGE for all propose messages.
11479         * fvwm/events.c (HandlePropertyNotify):
11480         * libs/defaults.h:
11481         Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
11482         as argument when fvwm2 detects that the root background change
11483         Removed the ROOT_BG_CHANGE_STRING stuff
11485 2002-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11487         * NEWS, configure.in:
11488         changed version to 2.5.1
11490         * fvwm/misc.c (get_pointer_fvwm_window):
11491         * fvwm/commands.h:
11492         * fvwm/functions.c (func_config):
11493         * fvwm/conditional.c (CreateConditionMask):
11494         (MatchesConditionMask):
11495         (CMD_PointerWindow):
11496         (CreateConditionMask):
11497         (CMD_Any):
11498         * fvwm/fvwm.h (WindowConditionMask):
11499         new conditions focused, !focused, haspointer, !haspointer
11500         new command PointerWindow that works like Current but on the window that
11501         currently contains the pointer
11502         new command Any which works like None but inverts the condition
11503         fixed parsing of conditions with more than one comma
11505         * fvwm/module_interface.h:
11506         * fvwm/module_interface.c (do_execute_module):
11507         (initModules):
11508         * libs/Module.h (MAX_XMSG_MASK):
11509         fixed default message mask for modules
11511         * fvwm/update.c (flush_window_updates):
11512         * fvwm/virtual.c (UnmapDesk):
11513         (MapDesk):
11514         (do_move_window_to_desk):
11515         * fvwm/icons.c (DeIconify):
11516         (DeIconify):
11517         * fvwm/events.c (HandlePropertyNotify):
11518         (HandleMapRequestKeepRaised):
11519         (HandleMapNotify):
11520         (HandleButtonPress):
11521         (HandleEnterNotify):
11522         (HandleLeaveNotify):
11523         * fvwm/focus.c (DoSetFocus):
11524         (MoveFocus):
11525         (SetFocusWindow):
11526         (ReturnFocusWindow):
11527         (DeleteFocus):
11528         (ForceDeleteFocus):
11529         (FocusOn):
11530         (restore_focus_after_unmap):
11531         Fixed a race condition with M_FOCUS_CHANGE events and window updates by
11532         suppressing the M_FOCUS_CHANGE message if the focus does not change in
11533         the flush_window_updates() function.
11535 2002-01-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11537         * fvwm/placement.c (PlaceWindow):
11538         minor performance enhancement
11540 2002-01-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11542         * libs/defaults.h:
11543         * fvwm/menus.c (MenuInteraction):
11544         (pointer_in_active_item_area):
11545         (pointer_in_passive_item_area):
11546         new menu style PopupActiveArea
11548 2002-01-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11550         * fvwm/move_resize.c (CMD_ResizeMaximize):
11551         (CMD_ResizeMoveMaximize):
11552         fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
11554 2002-01-21  olicha  <olivier.chapuis@free.fr>
11556         * fvwm/fvwm2.1:
11557         s/Penalities/Penalties/g
11559 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11561         * fvwm/events.c (HandleLeaveNotify):
11562         (HandleEnterNotify):
11563         * fvwm/modconf.c (ModuleConfig):
11564         * fvwm/update.c (apply_window_updates):
11565         * fvwm/module_interface.c (BroadcastWindowIconNames):
11566         (CMD_Send_WindowList):
11567         (initModules):
11568         (do_execute_module):
11569         (PositiveWrite):
11570         (CMD_set_nograb_mask):
11571         (CMD_set_sync_mask):
11572         (CMD_set_mask):
11573         (set_mseggage_mask):
11574         (is_message_in_mask):
11575         (is_message_selected):
11576         * libs/Module.h:
11577         rewrote message interface to allow more than 32 messages with minimal
11578         changes in the existing interfaces.
11579         new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
11581         * fvwm/style.h:
11582         * fvwm/style.c (parse_and_set_window_style):
11583         * fvwm/fvwm.h (struct):
11584         * fvwm/events.c (HandleButtonPress):
11585         implemented new styles MouseFocusClickIgnoreMotion and
11586         MouseFocusClickIgnoreMotionOff
11588         * fvwm/focus.c (focus_grab_buttons):
11589         fixed button mask for > 5 buttons
11591 2002-01-19  olicha  <olivier.chapuis@free.fr>
11593         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
11594         Save and restore the icon_pixmap_w and add comments
11596 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11598         * fvwm/events.c (HandleEnterNotify):
11599         fixed EnterNotify events for icons
11601 2002-01-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11603         * fvwm/*.c:
11604         * fvwm/stack.c (overlap_box):
11605         (overlap):
11606         * fvwm/icons.c (clear_icon):
11607         * fvwm/add_window.c (destroy_icon):
11608         * fvwm/fvwm.h (FvwmWindow):
11609         * fvwm/geometry.c (get_window_borders):
11610         (get_client_geometry):
11611         * libs/fvwmrect.h (struct):
11612         * fvwm/functions.c (expand_extended_var):
11613         implemented new extended variables cw.x, cw.y, cw.width, cw.height that
11614         return the geometry of the client window
11615         implemented new extended variables it.x, it.y, it.width, it.height that
11616         return the geometry of the icon title
11617         implemented new extended variables ip.x, ip.y, ip.width, ip.height that
11618         return the geometry of the icon picture
11619         implemented new extended variables i.x, i.y, i.width, i.height that
11620         return the geometry of the whole icon
11621         fixed $[w.height] when the window is shaded
11622         cleaned up icon geometry code
11624 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11626         * fvwm/commands.h:
11627         * fvwm/functions.c:
11628         * fvwm/functions.h:
11629         * fvwm/move_resize.c (unmaximize_fvwm_window):
11630         (maximize_fvwm_window):
11631         (CMD_Maximize):
11632         (CMD_ResizeMaximize):
11633         (CMD_Resize):
11634         (resize_window):
11635         (CMD_ResizeMove):
11636         (resize_move_window):
11637         (CMD_ResizeMoveMaximize):
11638         New command ResizeMaximize.  Works like Resize, but modifies the
11639         maximized size of the window, not the normal size.
11640         New command ResizeMoveMaximize that works similarly.
11641         (resize_move_window):
11642         fixed ResizeMove command
11644         * fvwm/functions.c (expand):
11645         fixed core dump when using something like $[$v] in a command
11647 2002-01-17  olicha  <olivier.chapuis@free.fr>
11649         * libs/defaults.h (ROOT_BG_CHANGE_STRING):
11650         * fvwm/events.c (HandlePropertyNotify):
11651         * fvwm/fvwm.c (InternUsefulAtoms):
11652         * fvwm/extern.h:
11653         Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
11654         that the root background has changed. This uses the _XSETROOT_ID
11655         and XROOTPMAP_ID properties
11657         * fvwm/ewmh.c (atom_get):
11658         Be paranoid
11660 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11662         * fvwm/update.c (flush_window_updates):
11663         fixed unnecessary window style updates
11665         * fvwm/style.c (parse_and_set_window_style):
11666         * fvwm/add_window.c (RestoreWithdrawnLocation):
11667         (AddWindow):
11668         (setup_frame_attributes):
11669         * fvwm/fvwm.h (FvwmWindow):
11670         Fvwm does no longer disable backing store on all of its windows. This
11671         cause too many problems with some applications, e.g. rdist.  Introduced
11672         the new style BackingStoreWindowDefault that tells fvwm not to modify
11673         the backing store attribute on the client window - which now is the
11674         default.
11676 2002-01-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11678         * fvwm/commands.h:
11679         * fvwm/functions.c (func_config):
11680         * libs/Module.c (SetMessageMask2):
11681         (SetNoGrabMask2):
11682         * libs/Module.h:
11684         * configure.in:
11685         fixed building with libstroke-0.5.1 on Solaris8
11687         * fvwm/stack.c (new_layer):
11688         * fvwm/borders.c (DrawButton):
11689         (RedrawButtons):
11690         (RedrawTitle):
11691         * fvwm/builtins.c (SetLayerButtonFlag):
11692         (do_button_style):
11693         * fvwm/screen.h (struct):
11694         Applied the layer button patch by Richard Curnow with a few
11695         modifications
11697         * fvwm/icons.c (GetIconBitmap):
11698         (GetIconWindow):
11699         Ignore client icons that have the wrong depth
11701         * fvwm/events.c (HandleEnterNotify):
11702         Tried to fix focusing problem w/ unclutter.
11704 2002-01-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11706         * fvwm/functions.c (CheckActionType):
11707         remove debug code
11709         * fvwm/menus.c (paint_item):
11710         * fvwm/misc.c (is_function_allowed):
11711         * fvwm/move_resize.c (is_move_allowed):
11712         (is_resize_allowed):
11713         (is_maximize_allowed):
11714         * fvwm/decorations.c (check_if_function_allowed):
11715         combined all these functions into a new one
11716         use this function everywhere
11717         use the Fixed... styles to decide if a menu item is greyed or not
11719 2002-01-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11721         * fvwm/events.c (HandleExpose):
11722         eat up expose events even if the server claims that the expose count is
11723         zero; fixes a problem with many redraws of windows that are uncovered
11724         by shading a window above them
11726 2002-01-10  olicha  <olivier.chapuis@free.fr>
11728         * fvwm/focus.c (DoSetFocus):
11729         * fvwm/move_resize.c (CMD_Maximize):
11730         (CMD_Maximize):
11731         (handle_stick):
11732         (CMD_ResizeMove):
11733         (CMD_Resize):
11734         * fvwm/icons.c (DeIconify):
11735         (DeIconify):
11736         (Iconify):
11737         * fvwm/gnome.c (GNOME_HandlePropRequest):
11738         * fvwm/ewmh_names.c (EWMH_WMName):
11739         * fvwm/events.c (HandleFocusIn):
11740         (HandlePropertyNotify):
11741         (HandleMapNotify):
11742         (HandleButtonPress):
11743         (HandleLeaveNotify):
11744         (HandleExpose):
11745         * fvwm/builtins.c (CMD_UpdateDecor):
11746         (CMD_WindowShade):
11747         * fvwm/borders.c (draw_clipped_decorations):
11748         (DrawDecorations):
11749         (RedrawDecorations):
11750         * fvwm/borders.h:
11751         Added a new argument to DrawDecoration similar to draw_window_parts,
11752         which indicate which part of the decor should be cleared. At present
11753         time only CLEAR_FRAME is taken in account and this is used in
11754         ShadeWindow to draw the decoration without flickering. This argument
11755         may be used in the future to reduce opaque resizing flickering
11757         * fvwm/builtins.c (CMD_WindowShade):
11758         Draw the decoration during unshading a window
11760         * fvwm/menus.c (ParentalMenuRePaint):
11761         Fixed transparent animated menu again
11763         * NEWS:
11764         Some update
11766 2002-01-09  olicha  <olivier.chapuis@free.fr>
11768         * fvwm/style.c (CMD_Style):
11769         free all the elements of the ptmpstyle before freeing it
11771         * fvwm/menus.c (ParentalMenuRePaint):
11772         Fixed transparent animated menu with HilightBackOff
11774 2002-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11776         * fvwm/style.c (merge_styles):
11777         fixed core dump w/ multiple use of the UseStyle style and HilightBack
11778         in the copied style
11780 2002-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11782         * fvwm/modconf.c (send_ignore_modifiers):
11783         (send_move_threshold):
11784         (send_click_time):
11785         (send_colorsets):
11786         (send_color_limit):
11787         (send_image_path):
11788         (send_desktop_geometry):
11789         (CMD_Send_ConfigInfo):
11790         moved code into new functions
11792         * libs/defaults.h (DEFAULT_MODS_UNUSED):
11793         moved to defaults.h
11795         * fvwm/bindings.c (CMD_IgnoreModifiers):
11796         * fvwm/module_interface.c (broadcast_xinerama_state):
11797         * fvwm/modconf.c (send_ignore_modifiers):
11798         broadcast IgnoreModifiers to modules
11800         * fvwm/bindings.c (CMD_IgnoreModifiers):
11801         fixed IgnoreModifiers command without arguments
11802         * fvwm/fvwm2.1:
11803         corrected documentation of IgnoreModifiers command
11805 2002-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11807         * fvwm/add_window.c:
11808         * fvwm/cursor.c:
11809         * fvwm/virtual.c:
11810         * fvwm/builtins.c:
11811         * fvwm/bindings.c:
11812         * fvwm/move_resize.c:
11813         * fvwm/events.c:
11814         * fvwm/stack.c:
11815         * fvwm/module_interface.c:
11816         * fvwm/focus.c:
11817         * fvwm/placement.c:
11818         * fvwm/menus.c:
11819         * fvwm/icons.c:
11820         * fvwm/fvwm.h (FvwmWindow):
11821         remnamed icon_w member to icon_title_w
11823 2002-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11825         * fvwm/icons.c (RedoIconName):
11826         fixed sizing of icon title for icons without a pixmap
11827         (RedoIconName):
11828         (CreateIconWindow):
11829         (Iconify):
11830         (CreateIconWindow):
11831         rewrote icon title layout and moved the constants to defaults.h
11833         * fvwm/menus.c (menuShortcuts):
11834         (handle_emacs_bindings):
11835         implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
11837 2002-01-04  Dan Espen  <dane@mk.telcordia.com>
11839         * fvwm/fvwm2.1: Language checks done.
11840         .IR command not in column 1 fixed.
11842 2002-01-04  olicha  <olivier.chapuis@free.fr>
11844         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
11845         (AnimatedMoveOfWindow):
11846         (AnimatedMoveFvwmWindow):
11847         (move_window_doit):
11848         * fvwm/menus.c (ParentalMenuRePaint):
11849         (animated_move_back):
11850         (pop_menu_up):
11851         Fixed transparent animated menu
11853 2002-01-03  olicha  <olivier.chapuis@free.fr>
11855         * fvwm/move_resize.c (is_resize_allowed):
11856         (is_move_allowed):
11857         Do not check if moveing/resizeing is MWM allowed for a no user request
11858         This fix for example FvwmWinList with MwmFunctions & NoOverride
11860         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
11861         * fvwm/move_resize.c (is_move_allowed):
11862         Allowed moving if tmp_win is null and check if move is allowed and
11863         not resize in AnimatedMoveAnyWindow. This fix animated menu
11865         * fvwm/ewmh.c (ewmh_AllowsMaximize):
11866         (ewmh_AllowsMove):
11867         (ewmh_AllowsResize):
11868         Check as a user request
11870         * fvwm/fvwm2.1:
11871         * fvwm/move_resize.c (CMD_Maximize):
11872         (MaximizeWidth):
11873         (MaximizeHeight):
11874         New global flags "layer" and "ewmiwa". layer causes the grow* methods
11875         to ignore the windows with a layer less or equal to the layer of
11876         the maximized window. ewmhiwa causes to ignore the ewmh working area.
11877         Reorder a bit the Maximize documentation
11879         * fvwm/fvwm2.1:
11880         * fvwm/functions.c (expand_extended_var):
11881         New variables $[desk.name<n>] to get the desktop names
11883 2002-01-01  Dan Espen  <dane@mk.telcordia.com>
11885         * fvwm/read.c (CMD_Read): Correct message on missing file when using
11886         Read with full path.
11888 2002-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11890         * libs/defaults.h:
11891         * fvwm/misc.c (GrabEm):
11892         reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
11894         * fvwm/events.c (HandleUnmapNotify):
11895         (HandleMapRequestKeepRaised):
11896         (check_map_request):
11897         fixed unmanaged window when window was mapped/unmapped/mapped too fast
11899         * fvwm/add_window.c (FetchWmProtocols):
11900         (setup_wm_hints):
11901         * fvwm/fvwm.h (FvwmWindow):
11902         * fvwm/events.c (HandleEnterNotify):
11903         (HandlePropertyNotify):
11904         * fvwm/focus.c (refresh_focus):
11905         (set_focus_model):
11906         fixed focus problems with netscape and ddd
11908 2001-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11910         * libs/Target.c (fvwmlib_keyboard_shortcuts):
11911         * libs/Pointer.c (GetLocationFromEventOrQuery):
11912         * fvwm/virtual.c (HandlePaging):
11913         * fvwm/move_resize.c (GetOnePositionArgument):
11914         (InteractiveMove):
11915         (AnimatedMoveAnyWindow):
11916         (moveLoop):
11917         (CMD_Resize):
11918         * fvwm/module_interface.c (ExecuteModuleCommand):
11919         * fvwm/menus.c (do_menu):
11920         (menuShortcuts):
11921         (MenuInteraction):
11922         (get_menu_options):
11923         * fvwm/functions.c (execute_complex_function):
11924         * fvwm/events.c (HandleClientMessage):
11925         (WaitForButtonsUp):
11926         * fvwm/conditional.c (CMD_Direction):
11927         * fvwm/builtins.c (CMD_CursorMove):
11928         (CMD_FakeClick):
11929         (CMD_StrokeFunc):
11930         handle return code of XQueryPointer everywhere; necessary for dual head
11932         * fvwm/misc.c (GrabEm):
11933         Pointer was warped to other screen with a dual head setup
11935 2001-12-31  olicha  <olivier.chapuis@free.fr>
11937         * fvwm/ewmh_events.c (ewmh_WMStateModal):
11938         Removed some code which try to raise ewmh modal window over
11939         its transientfor window; this seems not possible without a new style
11940         or a bad hack in stack.c
11942 2001-12-30  Dan Espen  <dane@mk.telcordia.com>
11944         * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
11945         fallback to fixed font so it shows the right font for I18N.
11947 2001-12-30  olicha  <olivier.chapuis@free.fr>
11949         * fvwm/window_flags.h:
11950         * fvwm/session.c (MatchWinToSM):
11951         (LoadWindowStates):
11952         (SaveWindowStates):
11953         (get_version_string):
11954         * fvwm/move_resize.c (CMD_Maximize):
11955         (handle_stick):
11956         * fvwm/icons.c (CMD_Iconify):
11957         * fvwm/ewmh.c (EWMH_SetWMState):
11958         (EWMH_WindowInit):
11959         (EWMH_ExitStuff):
11960         (EWMH_SetAllowedActions):
11961         (EWMH_WindowInit):
11962         * fvwm/ewmh.h:
11963         * fvwm/ewmh_intern.h:
11964         * fvwm/ewmh_events.c (ewmh_WMState*):
11965         * fvwm/builtins.c (CMD_WindowShade):
11966         * fvwm/stack.c (new_layer):
11967         * fvwm/update.c (apply_window_updates):
11968         * fvwm/update.h (struct):
11969         * fvwm/add_window.c (setup_window_structure):
11970         (setup_window_name):
11971         (setup_icon):
11972         * fvwm/style.c (check_window_style_change):
11973         The skip list and modal ewmh window states are now updated after
11974         an use/ignore ewmh state style changes. The other ewmh states are
11975         starting state only. All the initial ewmh states are keep in memory
11976         for FvwmIdent.
11978         * fvwm/ewmh.c (EWMH_Handle*):
11979         * fvwm/fvwm.h:
11980         Set the ewmh_window_type to an int (and not the corresponding atom)
11981         accordingly to the window type
11983         * fvwm/ewmh_events.c (ewmh_WMStateModal):
11984         ewmh modal transient windows have RaiseTransient and GrabFocusTransient
11985         style
11987         * fvwm/ewmh.c (EWMH_GetStyle):
11988         * fvwm/ewmh_events.c (ewmh_WMDesktop):
11989         Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
11990         hints
11992         * libs/vpacket.h (ConfigWinPacket):
11993         * fvwm/module_interface.c (CONFIGARGSNEW):
11994         (OLDCONFIGARGS):
11995         (CONFIGARGS):
11996         Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
11997         cfgpacket for FvwmIdent
11999 2001-12-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12001         * fvwm/move_resize.c (resize_geometry_window):
12002         fixed wrong size calculation of geometry window
12004 2001-12-19  olicha  <olivier.chapuis@free.fr>
12006         * fvwm/ewmh_names.c (convert_charsets):
12007         More precise error messages
12009         * fvwm/fvwm2.1:
12010         A few formatting fixes
12012 2001-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12014         * fvwm/gnome.c (GNOME_SetHints):
12015         fixed window getting frozen into position upon a recapture or restart
12017 2001-12-17  Dan Espen  <dane@mk.telcordia.com>
12019         * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
12021 2001-12-17  olicha  <olivier.chapuis@free.fr>
12023         * fvwm/fvwm2.1:
12024         Tried to clarify the EWMHIconicStateWorkaround BugOpts
12026         * fvwm/ewmh.c (delete_kst_item):
12027         (set_kde_sys_tray):
12028         (EWMH_IsKdeSysTrayWindow):
12029         (EWMH_ManageKdeSysTray):
12030         * fvwm/events.c (HandleReparentNotify):
12031         Fixed reparenting management of kde system tray windows and
12032         added some off debugging code
12034         * fvwm/virtual.c (CMD_DesktopName):
12035         Removed some debugging code
12037 2001-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12039         * fvwm/fvwm.h (struct):
12040         * fvwm/window_flags.h (IS_FIXED_PPOS):
12041         * fvwm/style.h (SCSET_IS_FIXED_PPOS):
12042         * fvwm/style.c (parse_and_set_window_style):
12043         (check_window_style_change):
12044         implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
12045         FixedUSSize, FixedPSize and Variable PPosition, ...
12047         * fvwm/events.c (HandleConfigureRequest):
12048         * fvwm/ewmh.c (ewmh_AllowsResize):
12049         (is_resize_allowed):
12050         (ewmh_AllowsMove):
12051         (ewmh_AllowsMove):
12052         * fvwm/gnome.c (GNOME_SetHints):
12053         (AnimatedMoveAnyWindow):
12054         (CMD_ResizeMove):
12055         use new functions
12056         * fvwm/move_resize.c (is_move_allowed):
12057         (is_resize_allowed):
12058         (is_maximize_allowed):
12059         new functions to clean up some code
12061 2001-12-15  Dan Espen  <dane@mk.telcordia.com>
12063         * fvwm/fvwm2.1: Doc fixups.
12065 2001-12-15  olicha  <olivier.chapuis@free.fr>
12067         * fvwm/builtins (CMD_BugOpts):
12068         * fvwm/ewmh.c:
12069         * fvwm/ewmh_conf.c (EWMH_BugOpts):
12070         * fvwm/ewmh_events.c (ewmh_StateHidden):
12071         * fvwm/fvwm.c (InitVariables):
12072         * fvwm/fvwm2.1:
12073         * fvwm/icons.c (CMD_Iconify):
12074         * fvwm/screen.h:
12075         * fvwm/virtual.c (unmap_window):
12076         (map_window):
12077         Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
12078         to fix the IconicState problems in vitrual.c. New BugOpts
12079         EWMHIconicStateWorkaround for supporting current KDE versions
12081         * fvwm/events.c (HandlePropertyNotify):
12082         * fvwm/ewmh.c (ewmh_AllowsYes):
12083         * fvwm/ewmh.h:
12084         (ewmh_AllowsClose):
12085         (ewmh_AllowsMaximize):
12086         (ewmh_AllowsMove):
12087         (ewmh_AllowsResize):
12088         (EWMH_SetAllowedActions):
12089         (EWMH_WindowInit):
12090         * fvwm/style.c (check_window_style_change):
12091         * fvwm/update.c (apply_window_updates):
12092         * fvwm/update.h:
12093         Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
12095 2001-12-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12097         * fvwm/borders.c (RedrawTitle):
12098         * libs/defaults.h (WINDOW_TITLE_OFFSET):
12099         fixed 'stick' lines with long titles
12101 2001-12-11  olicha  <olivier.chapuis@free.fr>
12103         * NEWS:
12104         * fvwm/commands.h:
12105         * fvwm/ewmh.c (ewmh_SetWorkArea):
12106         * fvwm/ewmh.h:
12107         (ewmh_ComputeAndSetWorkArea):
12108         (ewmh_HandleDynamicWorkArea):
12109         (EWMH_GetWorkAreaIntersection):
12110         (EWMH_GetStrutIntersection):
12111         (get_intersection):
12112         * fvwm/ewmh_name.c (EWMH_SetDeskNames):
12113         * fvwm/function.c:
12114         * fvwm/function.h:
12115         * fvwm/fvwm.c (InitVariables):
12116         * fvwm/fvwm2.1:
12117         * fvwm/modconf.c (send_desktop_names):
12118         (CMD_Send_ConfigInfo):
12119         * fvwm/placement.c (get_next_x):
12120         (get_next_y):
12121         * fvwm/screen.h:
12122         * fvwm/virtual.c (CMD_DesktopName):
12123         * fvwm/virtual.h:
12124         (GetDesktopName):
12125         New command "DesktopName desk name" to define desktops names for
12126         the FvwmPager, the WindowList and ewmh compliant pagers.
12127         Desktops information (desk, desk name, working areas) is stored in a
12128         new list sub structure of Scr, DesktopsInfo. The head of the list
12129         contains generic information for desks that are not in the list.
12131         * fvwm/windowlist.c (get_desk_title):
12132         (CMD_WindowList):
12133         * fvwm/fvwm2.1:
12134         * NEWS:
12135         New window list options NoDeskNum, NoCurrentDeskTitle,
12136         TitleForAllDesks, NoNumInDeskTitle. Document these options and also
12137         the NoGeometry and NoGeometryInfo options.
12139         * fvwm/ewmh.c:
12140         * fvwm/ewmh_names.c:
12141         * fvwm/ewmh_icons.c:
12142         Added some static declarations
12144         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
12145         It seems that UTF8 names should not be terminated by a 0
12147         * fvwm/ewmh.c (EWMH_SetClientListStacking):
12148         Set the stacking list in the good orders
12150 2001-12-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12152         * vms/config.h:
12153         * fvwm/functions.c:
12154         * fvwm/commands.h:
12155         * fvwm/builtins.c:
12156         * fvwm/borders.c:
12157         removed all MULTISTYLE ifdefs
12159         * fvwm/borders.c (RedrawTitle):
12160         fixed title drawing into relief
12162 2001-12-08  olicha  <olivier.chapuis@free.fr>
12164         * fvwm/style.c:
12165         * fvwm/style.h:
12166         * fvwm/fvwm.h:
12167         * fvwm/update.c:
12168         * fvwm/update.h:
12169         * fvwm/window_flags.h:
12170         * fvwm/fvwm2.1:
12171         s/extended_window_name/indexed_window_name/i
12172         s/extended_icon_name/indexed_icon_name/i
12173         s/do_update_window_name/do_update_visible_window_name/
12174         s/do_update_icon_name/do_update_visible_icon_name/
12176         * fvwm/style.c (CMD_Style):
12177         * fvwm/style.h:
12178         (parse_and_set_window_style):
12179         Split CMD_Style into CMD_Style and parse_and_set_window_style
12181 2001-12-06  olicha  <olivier.chapuis@free.fr>
12183         * fvwm/add_window.c (setup_window_name_count):
12184         (setup_icon_name_count):
12185         Better determination of the window and icon names index
12187         * fvwm/add_window.c (AddWindow):
12188         (setup_icon):
12189         * fvwm/events.c (HandlePropertyNotify):
12190         * fvwm/ewmh_names.c (EWMH_WMName):
12191         (EWMH_WMIconName):
12192         * fvwm/module_interface.c (BroadcastWindowIconNames):
12193         * fvwm/module_interface.h:
12194         (CMD_Send_WindowList):
12195         (CMD_set_mask):
12196         (CMD_set_sync_mask):
12197         (CMD_set_nograb_mask):
12198         * fvwm/update.c (apply_window_updates):
12199         * libs/Module.h:
12200         New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
12201         which are send to modules with BroadcastWindowIconNames.
12202         The set mask cmds use unsigned long mask and not int mask!
12204 2001-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12206         * fvwm/ewmh.h:
12207         * fvwm/ewmh.c:
12208         EWMH without iconv compile fix by Hippo
12210 2001-12-05  olicha  <olivier.chapuis@free.fr>
12212         * fvwm/add_window.c:
12213         * fvwm/ewmh.c (*):
12214         * fvwm/ewmh.h:
12215         * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
12216         * fvwm/ewmh_events.c:
12217         * fvwm/fvwm.h:
12218         * fvwm/fvwm2.1:
12219         * fvwm/move_resize.c (CMD_Maximize):
12220         * fvwm/placement.c (test_fit):
12221         (PlaceWindow):
12222         * fvwm/session.c (SaveWindowStates):
12223         * fvwm/style.c (merge_styles):
12224         * fvwm/style.h:
12225         (check_window_style_change):
12226         * fvwm/update.c (apply_window_updates):
12227         * fvwm/update.h:
12228         * fvwm/window_flags.h:
12229         New ewmh styles:
12230         EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
12231         EWMHMaximizeUseDynamicWorkingArea,
12232         EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
12233         EWMHPlacementUseDynamicWorkingArea,
12234         EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
12235         EWMHIgnoreStateHints / EWMHUseStateHints,
12236         EWMHIgnoreStrutHints / EWMHUseStrutHints
12238         * fvwm/ConfigFvwmDefaults:
12239         Use EWMHPlacementUseDynamicWorkingArea,
12240         EWMHMaximizeUseDynamicWorkingArea as default placement styles
12242         * NEWS:
12243         * fvwm/add_window.c (setup_placement_penalty):
12244         * fvwm/add_window.h:
12245         (setup_placement_penalty):
12246         (AddWindow):
12247         * fvwm/fvwm.h:
12248         * fvwm/placement.c (get_next_x):
12249         * fvwm/placement.h:
12250         (get_next_y):
12251         (test_fit):
12252         * fvwm/style.c (CMD_Style):
12253         * fvwm/style.h:
12254         (check_window_style_change):
12255         * fvwm/update.c (apply_window_updates):
12256         * fvwm/update.h:
12257         * fvwm/window_flags.h:
12258         * libs/default.h:
12259         New styles PlacementOverlapPenalties and
12260         PlacementOverlapPercentPenalties
12262         * NEWS:
12263         * fvwm/add_window.c (setup_window_name_count):
12264         * fvwm/add_window.h:
12265         (setup_icon_name_count):
12266         (setup_visible_name):
12267         (setup_window_name):
12268         (free_window_names):
12269         (setup_icon):
12270         * fvwm/borders.c (DrawMultiPixmapTitlebar):
12271         (RedrawTitle):
12272         * fvwm/events.c (HandlePropertyNotify):
12273         * fvwm/ewmh_names.c (EWMH_*):
12274         * fvwm/fvwm.h:
12275         * fvwm/icons.c (CreateIconWindow):
12276         (DrawIconWindow):
12277         (RedoIconName):
12278         (AutoPlaceIcon):
12279         (Iconify):
12280         * fvwm/session.c (MatchWinToSM):
12281         * fvwm/style.c (CMD_Style):
12282         * fvwm/style.h:
12283         (check_window_style_change):
12284         * fvwm/update.c (apply_window_updates):
12285         * fvwm/update.h:
12286         * fvwm/window_flags.h:
12287         New styles ExtendedWindowName / SimpleWindowName and
12288         ExtendedIconName / SimpleIconName. TODO: the modules implementation
12290         * fvwm/builtins.c (ReadMultiPixmapDecor):
12291         A -Wall fix
12293         * configure.in:
12294         Fixed gcc test
12296         * session.c (get_version_string):
12297         now is 2.5-3
12299         * fvwm/stack.c (new_layer):
12300         (CMD_Layer):
12301         Fixed ewmh wm state
12303         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
12304         Fixed creation of the ewmh icon in the case of the window is iconified
12306 2001-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12308         * fvwm/placement.c (PlaceWindow):
12309         fixed manual placement on Xinerama screens other than the one with the
12310         top left corner of the total screen
12312 2001-11-27  olicha  <olivier.chapuis@free.fr>
12314         * configure.in:
12315         * acinclude.m4:
12316         * acconfig.h:
12317         * fvwm/ewmh_name.c
12318         Check for the second argument of iconv
12320         * configure.in:
12321         Added -Wall to CFLAGS if cc is gcc
12323 2001-11-26  Mikhael Goikhman  <migo@homemail.com>
12325         * configure.in:
12326         * acconfig.h:
12327         s/extanded/extended/
12329 2001-11-26  olicha  <olivier.chapuis@free.fr>
12331         * fvwm/Makefile.am:
12332         Fixed (?) iconv_LIBS
12334 2001-11-26  olicha  <olivier.chapuis@free.fr>
12336         * fvwm/functions.c (expand):
12337         Fixed n, c, r expansion
12339 2001-11-25  Dan Espen  <dane@mk.telcordia.com>
12341         * fvwm/fvwm2.1: Clean up ewmh stuff.
12343 2001-11-24  olicha  <olivier.chapuis@free.fr>
12345         * fvwm/ewmh_internal.h:
12346         * fvwM/ewmh.c:
12347         Removed a non standard macro
12349 2001-11-24  olicha  <olivier.chapuis@free.fr>
12351         * fvwm/fvwm2.1:
12352         Documented the previous ewmh style in a new Style subsection
12354         * fvwm/functions.c (expand):
12355         Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
12357 2001-11-24  olicha  <olivier.chapuis@free.fr>
12359         * fvwm/add_window (setup_icon):
12360         (setup_window_structure):
12361         * fvwm/events.c (HandlePropertyNotify):
12362         * fvwm/ewmh.h:
12363         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
12364         * fvwm/ewmh_icons.c (ewmh_WMIcon):
12365         (EWMH_DoUpdateWmIcon):
12366         (ewmh_SetWmIconFromPixmap):
12367         (EWMH_DeleteWmIcon):
12368         (EWMH_SetIconFromWMIcon):
12369         * fvwm/ewmh_intern.h:
12370         * fvwm/fvwm.h:
12371         * fvwm/icons.c (GetIcon):
12372         * fvwm/session.c (get_version_string):
12373         * fvwm/style.c (CMD_Style):
12374         * fvwm/style.h:
12375         (check_window_style_change)
12376         * fvwm/update.c (apply_window_updates):
12377         * fvwm/update.h:
12378         * fvwm/window_flags.h:
12379         New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
12380         EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
12381         EWMHDonateIcon / EWMHDontDonateIcon,
12382         Some ewmh icon code simplification.
12383         Ewmh icons priority: just after icon window.
12385         * fvwm/ewmh.c (EWMH_ExitStuff):
12386         * fvwm/ewmh.h:
12387         * fvwm/session.c (SaveWindowStates):
12388         (LoadWindowStates):
12389         (MatchWinToSM):
12390         * fvwm/fvwm.c (Done):
12391         Delete the ewmh icons we set ourself. Some ewmh session states do not
12392         need to be saved/restored anymore
12394 2001-11-23  olicha  <olivier.chapuis@free.fr>
12396         * fvwm/ewmh_names.c (convert_charsets):
12397         Fixed infinite loop
12399 2001-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12401         * fvwm/ewmh_names.c (convert_charsets):
12402         -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
12403         man page states on Linux
12404         replaced goto with a loop
12406 2001-11-22  olicha  <olivier.chapuis@free.fr>
12408         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
12409         a -Wall fix
12411         * fvwm/ewmh_events.c:
12412         Fixed some styles update
12414         * fvwm/ewmh_conf.c:
12415         * fvwm/function.c (func_config):
12416         * fvwm/function.h:
12417         * fvwm/ewmh.c:
12418         * fvwm/ewmh.h:
12419         * fvwm/ewmh_events.c:
12420         * fvwm/ewmh_intern.h:
12421         * fvwm/Makefile.am:
12422         * fvwm/fvwm2.1:
12423         New file for ewmh styles and commands. New commands EWMHBaseStrut and
12424         EWMHNumberOfDesktops. More documentation in ewmh man page section.
12426         * fvwm/add_window.c:
12427         * fvwm/bindings.c:
12428         * fvwm/events.c:
12429         * fvwm/functions.c:
12430         * fvwm/ewmh.c (EWMH_Init):
12431         * fvwm/fvwm.h:
12432         * fvwm/fvwm.c (InitVariables):
12433         * fvwm/placement.c
12434         * fvwm/sceen.h:
12435         * fvwm/session.c:
12436         * fvwm/styles.c:
12437         * fvwm/update.c:
12438         * fvwm/update.h:
12439         * fvwm/window_flags.c:
12440         * libs/Bindings.c:
12441         * libs/Picture.c:
12442         * libs/Picture.h:
12443         * libs/fvwmlib.h:
12444         * configure.in:
12445         * acconfig.h:
12446         Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
12447         are maybe problematic) and those in the ewmh* files to allow
12448         to disbale the ewmh code: with --disable-ewmh all the ewmh code
12449         should be dummy. --enable-ewmh is now the default.
12451 2001-11-20  olicha  <olivier.chapuis@free.fr>
12453         * fvwm/icons.c (GetIcon):
12454         * fvwm/add_window.c (setup_icon):
12455         Fixed icons order choice and other minor bugs
12457         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
12458         Fixed a core dump if there is no MiniIcon
12460 2001-11-18  olicha  <olivier.chapuis@free.fr>
12462         * fvwm/ewmh.c (add_kst_item):
12463         * fvwm/ewmh.h:
12464         (ewmh_AddToKdeSysTray):
12465         (EWMH_IsKdeSysTrayWindow):
12466         (EWMH_ManageKdeSysTray):
12467         (EWMH_WindowInit):
12468         fvwm/ewmh_intern.h:
12469         * fvwm/events.c (HandleDestroyNotify):
12470         (HandleMapRequest):
12471         (HandleUnmapNotify):
12472         Fixed the KDE system tray implementation
12474 2001-11-16  olicha  <olivier.chapuis@free.fr>
12476         * fvwm/ewmh.h:
12477         * fvwm/ewmh.c:
12478         fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
12480 2001-11-15  olicha  <olivier.chapuis@free.fr>
12482         * fvwm/ewmh.c (EWMH_DestroyWindow):
12483         * fvwm/ewmh.h:
12484         (EWMH_WindowDestroyed):
12485         * fvwm/events.c (HandleReparentNotify):
12486         (HandleDestroyNotify):
12487         (HandleUnmapNotify):
12488         * fvwm/add_window.c (destroy_window):
12489         Fixed the ewmh windows lists
12491 2001-11-15  olicha  <olivier.chapuis@free.fr>
12493         * fvwm/Makefile.am:
12494         * fvwm/ewmh.c:
12495         * fvwm/ewmh.h:
12496         * fvwm/ewmh_intern.h:
12497         * fvwm/ewmh_events.c:
12498         * fvwm/ewmh_icons.c:
12499         * fvwm/ewmh_names.c:
12500         * fvwm/fvwm2.1:
12501         * NEWS:
12502         New files to achieve the extended WM hints support, off by
12503         default. This code is ifdefed a la gnome.c.
12504         This is work in progess (need to do so that every things are
12505         configurable).
12507         * configure.in:
12508         * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
12509         New configure option --enable-ewmh. Added tests for iconv and
12510         nl_langinfo for UTF8 conversions.
12512         * fvwm/add_window.c (AddWindow):
12513         (CaptureOneWindow):
12514         (destroy_window):
12515         (setup_window_name):
12516         (setup_icon):
12517         EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
12518         EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
12519         SET_HAS_EWMH_ICON, EWMH_WMIconName
12521         * fvwm/add_window.c (setup_window_structure):
12522         * fvwm/fvwm.h (FvwmWindow):
12523         (window_flags):
12524         * fvwm/window_flags.h:
12525         * fvwm/session.c (get_version_string):
12526         (SaveWindowStates):
12527         (LoadWindowStates):
12528         Added some entries in FvwmWindow and some flags (more will be
12529         added). Some of these states need to be saved at restart and
12530         at recapture. This code is ifdefed, may be it should not: I was
12531         forced to ifdef the version string in get_version_string.
12533         * libs/Bindings.c (win_contexts):
12534         * libs/fvwmlib.h:
12535         * fvwm/events.c (GetContext):
12536         * fvwm/bindings.c (ParseBinding):
12537         (activate_binding):
12538         * fvwm/functions.c (expand_extended_var):
12539         (expand):
12540         (execute_function):
12541         (DeferExecution):
12542         * fvwm/screen.h (Scr):
12543         new context C_EWMH_DESKTOP named "D" for an ewmh desktop
12544         (kdesktop or Nautilus desktop). This context is something between
12545         C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
12547         * fvwm/bindings.c (activate_binding):
12548         Fixed immediate application of mouse/stroke bindings
12550         * fvwm/borders.h
12551         * fvwm/borders.c (RedrawDecorations):
12552         * fvwm/update.c (apply_window_updates):
12553         New function  RedrawDecorations taken from apply_window_updates
12554         and called in ewmh_icons.c and update.c
12556         * fvwm/bultins.c (CMD_WindowShade):
12557         EWMH_SetWMState
12559         * fvwm/events.c (HandleFocusIn):
12560         (HandlePropertyNotify):
12561         (HandleClientMessage):
12562         (HandleMapRequestKeepRaised):
12563         (HandleUnmapNotify):
12564         EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
12565         icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
12566         EWMH_SetClientList
12568         * fvwm/icons.c (GetIcon):
12569         * fvwm/icons.h:
12570         (CreateIconWindow):
12571         (ChangeIconPixmap):
12572         * fvwm/events.c (HandlePropertyNotify):
12573         New function GetIcon taken from CreateIconWindow which choose
12574         the icon, there is a new case for EWMH icons. New function
12575         ChangeIconPixmap taken from events.c.
12576         The two new functions are called from ewmh_icon.c (and icons.c).
12578         * fvwm/move_resize.c (handle_stick):
12579         (CMD_Maximize):
12580         (handle_stick):
12581         EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
12583         * libs/Picture.h:
12584         * libs/Picture.c (LoadPictureFromPixmap):
12585         (CachePictureFromPixmap):
12586         New functions for loading a picture from a pixmap. Nothing is cached
12587         but this simplify the MiniIcon code.
12589         * fvwm/placement.c (PlaceWindow):
12590         EWMH_GetWorkAreaIntersection
12592         * fvwm/screen.h (Scr):
12593         Added the working area, the dynamic working area and the ewmh
12594         Desktop window.
12596         * fvwm/stack.c (restack_windows):
12597         (CMD_Layer):
12598         EWMH_SetClientListStacking, EWMH_SetWMState
12600         * fvwm/style.c (check_window_style_change):
12601         * fvwm/update.c (apply_window_updates):
12602         * fvwm/update.h:
12603         Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
12604         This code is ifdefed.
12606         * fvwm/style.c (lookup_style):
12607         EWMH_GetStyle
12609         * fvwm/virctual.c (goto_desk):
12610         (CMD_GotoDeskAndPage):
12611         (do_move_window_to_desk):
12612         EWMH_SetCurrentDesk, EWMH_SetWMDesktop
12614 2001-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12616         * fvwm/update.c (apply_window_updates):
12617         * fvwm/gnome.c (GNOME_GetStyle):
12618         * fvwm/style.c (lookup_style):
12619         (check_window_style_change):
12620         * fvwm/add_window.c (setup_style_and_decor):
12621         fixed GnomeIgnoreHints style for some of the gnome hints
12623         * fvwm/fvwm.c (StartupStuff):
12624         Tried to fix font size problem
12626         * fvwm/placement.c (PlaceWindow):
12627         suppress an X error
12629         * fvwm/move_resize.c (moveLoop):
12630         * libs/Target.c (fvwmlib_keyboard_shortcuts):
12631         * fvwm/misc.c (Keyboard_shortcuts):
12632         modified keyboard shortcut functions so that it is possible to move
12633         windows with the keyboard even if the border is hit.  does not work
12634         very nicely with paging
12636         * libs/Target.c (fvwmlib_keyboard_shortcuts):
12637         performance enhancement
12639         * fvwm/events.c (HandleButtonPress):
12640         fixed (?) some problem with passing the raise click in ctf to the app
12642         * fvwm/add_window.c (Reborder):
12643         * fvwm/virtual.c (MoveViewport):
12644         (MapDesk):
12645         (UnmapDesk):
12646         * fvwm/session.c (SaveWindowStates):
12647         * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
12648         don't access stack_next and stack_prev directly but use the access
12649         functions from stack.h
12651         * fvwm/stack.c (remove_window_from_stack_ring):
12652         (add_window_to_stack_ring_after):
12653         safety patch
12655         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12656         (destroy_window):
12657         when a window becomes scheduled for destruction, remove all traces of it
12658         from the fvwm internal variable so its not accessed accidentally when
12659         its fields are no longer valid
12661 2001-11-05  Mikhael Goikhman  <migo@homemail.com>
12663         * fvwm/borders.c:
12664         fixed compilation of I18N_MB
12666 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
12668         * AUTHORS:
12669         * NEWS:
12670         * acconfig.h:
12671         * configure.in:
12672         * fvwm/borders.c:
12673         * fvwm/builtins.c:
12674         * fvwm/fvwm2.1:
12675         * fvwm/screen.h:
12676         exclude the TitleStyle MultiPixmap feature (only) before forking
12677         ...
12678         and restore it after that
12680         * NEWS:
12681         * configure.in:
12682         change version string to 2.5.0
12684         * NEWS:
12685         added a missing entry for the stable release 2.4.0 (03-Jul-2001);
12686         added a link to the stable version 2.4.4 (not released yet)
12688 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
12690         * NEWS:
12691         * configure.in:
12692         change version string to 2.4.4 before forking
12694         * make_fvwmdist.sh:
12695         strip end of line from date (adjust for a new length)
12697 2001-10-29  olicha  <olivier.chapuis@free.fr>
12699         * fvwm/screen.h (DecorFaceStyle):
12700         Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
12701         so that Solid colors work again
12703 2001-10-28  olicha  <olivier.chapuis@free.fr>
12705         * fvwm/module_interface.c (skipModuleAliasToken):
12706         Allows '/' as alias character
12708         * NEWS
12709         Script news
12711 2001-10-27  Mikhael Goikhman  <migo@homemail.com>
12713         * configure.in:
12714         * acconfig.h:
12715         * NEWS:
12716         added --disable-multipixmap-titles for the Suzanne's patch,
12717         the default is enable
12719         * fvwm/fvwm2.1:
12720         some formatting fixes in TitleStyle entry
12722 2001-10-27  Suzanne Britton  <tril@igs.net>
12724         * config.h.in: Added FANCY_TITLEBARS option, off by default
12726         * fvwm/fvwm2.1:
12727         Added info on TitleStyle MultiPixmap
12729         * fvwm/screen.h:
12730         [All changes #ifdeffed FANCY_TITLEBARS]
12731         Added TITLE_PADDING define for fancy titlebar rendering
12732         Added tb_pixmap_enum
12733         Added MultiPixmap to DecorFaceType enum
12734         Added Picture **multi_pixmaps and short multi_stretch_flags
12735         to DecorFace structure
12737         * fvwm/borders.c:
12738         [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
12739         (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
12740         (RenderIntoWindow): [new]
12741         (DrawMultiPixmapTitlebar): [new]
12742         (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
12743         instead of always sending 1
12744         (RedrawTitle):
12745         Call DrawFancyTitlebar for MultiPixmap style
12746         Skip DrawString calls for MultiPixmap style (title is drawn inside
12747         DrawMultiPixmapTitlebar)
12749         * fvwm/builtins.c:
12750         [All changes #ifdeffed FANCY_TITLEBARS]
12751         (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
12752         (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
12753         (ReadMultiPixmapDecor): [new]
12755 2001-10-26  Dan Espen  <dane@mk.telcordia.com>
12757         * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
12758         buttons can activate on press or release, special pointer during grab,
12759         arrow key command recall.
12761 2001-10-24  Mikhael Goikhman  <migo@homemail.com>
12763         * fvwm/bindings.c (ParseBinding):
12764         * fvwm/bindings.h:
12765         * fvwm/fvwm2.1:
12766         binding commands now do not print error messages with Silent
12768         * fvwm/ConfigFvwmDefaults:
12769         * NEWS:
12770         don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
12771         use Silent before Key Help
12773         * fvwm/add_window.c:
12774         changed the broken size hints message to notify the owner
12776         * docs/fvwm.lsm.in:
12777         small changes
12779 2001-10-19  olicha  <olivier.chapuis@free.fr>
12781         * NEWS:
12782         Some FvwmScript news
12784 2001-10-16  olicha  <olivier.chapuis@free.fr>
12786         * NEWS:
12787         Some FvwmScript news
12789 2001-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12791         * fvwm/bindings.c (activate_binding):
12792         * libs/Bindings.c (GrabWindowKeyOrButton):
12793         activate mouse/stroke bindings immediately
12795         * fvwm/events.c (HandleButtonPress):
12796         it is possible to bind actions to the 'ClickToFocus' click
12798 2001-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12800         * fvwm/virtual.c (HandlePaging):
12801         allow paging during move/resize when pressing keys
12803         * libs/XResource.c (MergeCmdLineResources):
12804         possible core dump fix
12806         * fvwm/add_window.c (setup_window_placement):
12807         fixed core dump
12809         * libs/Bindings.c (AddBinding):
12810         another attempt at cleaning up bindings with "Shift"
12812 2001-10-13  olicha  <olivier.chapuis@free.fr>
12814         * NEWS
12815         FvwmScript news
12817 2001-10-10  Mikhael Goikhman  <migo@homemail.com>
12819         * move_resize.c:
12820         * fvwm/fvwm2.1:
12821         OpaqueMoveSize now accepts "unlimited" or negative argument.
12823 2001-10-09  Mikhael Goikhman  <migo@homemail.com>
12825         * fvwm/fvwm2.1:
12826         added missing "!"
12828 2001-10-08  Dan Espen  <dane@mk.telcordia.com>
12830         * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
12832         * libs/fvwmlib.h:
12833         * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
12835         * fvwm/cursor.c: Extract cursor validation routine to become a libs
12836         routine.
12838 2001-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12840         * NEWS, configure.in:
12841         changed version to 2.5.0
12843 2001-10-08  olicha  <olivier.chapuis@free.fr>
12845         * fvwm/borders.c (RedrawTitle):
12846         Fixed drawing of leftJustified stippled title and suppress warnings
12847         in RelieveRectangle w/ RightJustified stippled title
12849 2001-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12851         * fvwm/virtual.c (CMD_XineramaSlsSize):
12852         fixed ABR
12854 2001-10-03  olicha  <olivier.chapuis@free.fr>
12856         * fvwm/style.c (CMD_Style):
12857         * fvwm/fvwm2.1
12858         Added the possibility to add an Xinerama screen to the 4 numerics
12859         Iconbox format
12861 2001-10-03  olicha  <olivier.chapuis@free.fr>
12863         * fvwm/icons.c (AutoPlaceIcon):
12864         Fixed a core dump with @c and fixed icon placement if the icon should
12865         not be on the current page
12867 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12869         * fvwm/icons.c (AutoPlaceIcon):
12870         * libs/FScreen.c (FScreenParseScreenBit):
12871         added 'w' screen specifier for icon boxes
12873         * fvwm/icons.c (AutoPlaceIcon):
12874         fixed placement of icons in icon boxes on different screen
12876         * fvwm/menus.c (get_menu_options):
12877         reduced code duplication
12879 2001-10-02  olicha  <olivier.chapuis@free.fr>
12881         * fvwm/menus.c (get_menu_options):
12882         fixed Xinerama placement of menu with empty but not null position hints
12884 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12886         * fvwm/borders.c (RedrawTitle):
12887         * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
12888         suppress a warning in RelieveRectangle w/ small sticky windows
12890 2001-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12892         * fvwm/menus.c (get_menu_options):
12893         A 'rectangle' context rectangle for menus honours the '@screen' bit
12895         * fvwm/move_resize.c (DisplayPosition):
12896         coordinates of a window are show in relation to the screen, not the page
12898         * libs/FScreen.c (FScreenTranslateCoordinates):
12899         * fvwm/placement.c (PlaceWindow):
12900         * fvwm/add_window.c (setup_window_placement):
12901         Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
12902         rewrote the library functionality to better match the rest of the
12903         interface
12905         * fvwm/builtins.c (DestroyFvwmDecor):
12906         removed useless code
12908         * fvwm/icons.c (DrawIconWindow):
12909         fixed race condition w/ expanding/collapsing icon titles
12911         * fvwm/windowlist.c (CMD_WindowList):
12912         fixed Xinerama placement of window list when called without options
12914 2001-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12916         * libs/FScreen.c (FScreenSLSOnOff):
12917         fixed core dump when calling XineramaSls before XineramaSlsSize
12919         * configure.in:
12920         changed to 2.4.3
12922         * libs/FShape.h (FHaveShapeExtension):
12923         set macro to 1 when compiling w/ shape extension
12925 2001-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12927         * libs/Bindings.c (AddBinding):
12928         * fvwm/bindings.c (ParseBinding):
12929         print a warning if a key with the given name does not exist
12930         if there is an upper and a lower case version of the same key name,
12931         always bind to the lower case version; this is problematic if the upper
12932         case version is tied to a key without a modifier and the lower case
12933         version is tied to the same key, but with a modifier (or both are tied
12934         to different keys). I hope this good enough.
12936         * libs/Bindings.c (FreeBindingList):
12937         (MatchBindingExactly):
12938         (CollectBindingList):
12939         fixed some problems overriding keys
12940         reduced duplication of logic
12942 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12944         * NEWS, configure.in:
12945         changed version to 2.5.0
12947 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12949         * configure.in:
12950         changed version to 2.4.2
12952 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12954         * libs/Colorset.c:
12955         (SetWindowBackground):
12956         (SetRectangleBackground):
12957         * fvwm/builtins.c (CMD_WindowShade):
12958         * fvwm/add_window.c:
12959         (setup_style_and_decor):
12960         * fvwm/icons.c:
12961         (CreateIconWindow):
12962         (GetXPMFile):
12963         (GetIconWindow):
12964         (GetIconBitmap):
12965         * fvwm/events.c:
12966         (HandleConfigureRequest):
12967         (HandleShapeNotify):
12968         (InitEventHandlerJumpTable):
12969         * fvwm/borders.c (struct):
12970         (SetupFrame):
12971         (SetShape):
12972         * fvwm/decorations.c (SelectDecor):
12973         * fvwm/fvwm.c:
12974         (main):
12975         (setVersionInfo):
12976         * fvwm/externs.h:
12977         * fvwm/fvwm.h (FvwmWindow):
12978         * libs/FShape.h:
12979         * libs/FShape.c:
12980         moved shape support to library; its no longer necessary to
12981         '#ifdef SHAPE' any code
12983         * fvwm/borders.c (RedrawButtons):
12984         (RedrawTitle):
12985         fixed top border hilight drawing of title buttons
12987         * libs/Graphics.c (do_relieve_rectangle):
12988         (RelieveRectangle):
12989         (RelieveRectangle2):
12990         allow alternate shading for title buttons
12992 2001-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12994         **/*.1:
12995         Applied man page patch by Dmitry Yu. Bolkhovityanov:
12996         Add a formal description of how fvwm maintains module's configs
12997         Change manpages of individual modules to refer to fvwm2(1) for
12998         details about specifying configuration
13000         * fvwm/add_window.c (setup_window_placement):
13001         desk and page can now really be given as X resources a la
13002           xterm.desk: 1
13004         * libs/XResource.c (GetResourceString):
13005         resource -> lower case, class -> upper case
13006         changed signature
13008         * configure.in:
13009         changed version to 2.5.0
13011         * Makefile.am (distcheck2):
13012         build distcheck before dist2; save a few seconds if the build fails
13014         * libs/alloca.c:
13015         * libs/ClientMsg.c:
13016         * libs/envvar.c:
13017         * libs/Event.c:
13018         * libs/fvwmrect.c:
13019         * libs/gethostname.c:
13020         * libs/Grab.c:
13021         * libs/Pointer.c:
13022         * libs/safemalloc.c:
13023         * libs/strcasecmp.c:
13024         * libs/strdup.c:
13025         * libs/strerror.c:
13026         * libs/strncasecmp.c:
13027         * libs/usleep.c:
13028         * libs/wild.c:
13029         * libs/WinMagic.c:
13030         * libs/XError.c:
13031         * libs/Graphics.c:
13032         include config.h
13034         * configure.in:
13035         changed version to 2.4.1 again
13037 2001-09-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13039         * libs/Bindings.c (FvwmStringToKeysym):
13040         try both cases of the first letter of a key name
13042         * fvwm/ConfigFvwmDefaults:
13043         * fvwm/windowlist.c (winCompareReverse):
13044         (CMD_WindowList):
13045         new WindowList option ReverseOrder; use the new option in the default
13046         Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
13047         cycle through the whole window list. The old behaviour only toggled
13048         between two windows. Also, a simple Alt-Tab can be used to switch to
13049         the next window instead of Alt-Tab-Tab.
13051         * libs/FScreen.c (FScreenInit):
13052         fixed a Xinerama crash
13054         * configure.in:
13055         print a verbose error message and exit if X11 headers and libraries
13056         are not found
13058 2001-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13060         * fvwm/fvwm.c (main):
13061         * libs/FShape.c:
13062         * libs/FShape.h:
13063         new library for X shape encapsulation
13065         * fvwm/builtins.c (CMD_WindowShade):
13066         * fvwm/borders.c (SetupFrame):
13067         fixed shading of windows without title and border
13068         fixed shading of shaped windows; fixes bug #732
13070         * fvwm/builtins.c (CMD_SetEnv):
13071         calling SetEnv without a value is the same as UnsetEnv
13073 2001-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13075         * fvwm/events.c (HandleReparentNotify):
13076         fixed vanishing windows in rapid map/unmap cycles; bug #770
13078         * fvwm/add_window.c (hide_screen):
13079         fixed possible BadWindow error
13081 2001-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13083         * fvwm/virtual.c (MoveViewport):
13084         (goto_desk):
13085         (CMD_GotoDeskAndPage):
13086         (CMD_GotoPage):
13087         GotoDeskAndPage records its own history of last visited desk/page
13089         * libs/FScreen.c (FScreenInit):
13090         fixed a memory allocation bug pointed out by Giuseppe Della Ricca
13092 2001-09-05  olicha  <olivier.chapuis@free.fr>
13094         * fvwm/session.c (MatchWinToSM):
13095         * fvwm/add_window.c (setup_window_structure):
13096         * fvwm/move_resize.c (moveLoop):
13097         Fixed PlacedByButton3 condition
13099 2001-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13101         * libs/FScreen.c:
13102         * fvwm/functions.c (func_config):
13103         * fvwm/module_interface.c (broadcast_xinerama_state):
13104         * fvwm/virtual.c (CMD_Xinerama):
13105         (CMD_XineramaPrimaryScreen):
13106         (CMD_XineramaSls):
13107         (CMD_XineramaSlsSize):
13108         added sls support
13109         split Xinerama command into Xinerama, XineramaPrimaryScreen,
13110         XineramaSls and XineramaSlsSize
13111         restructured parts of the FScreen code
13113         * fvwm/functions.c (func_config):
13114         new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
13116         * libs/Graphics.c (RelieveRectangle):
13117         allow calling the function with w == 0 or h == 0 without a message
13119         * fvwm/window_flags.h (SET_STYLE_DELETED):
13120         * fvwm/style.c (CMD_DestroyStyle):
13121         (check_window_style_change):
13122         * fvwm/fvwm.h (window_style):
13123         update windows when a style is deleted
13125         * configure.in:
13126         fixed xpm detection problem caused by wrong library order
13128 2001-09-05  olicha  <olivier.chapuis@free.fr>
13130         * NEWS: PlacedByFvwm
13132 2001-09-04  Dan Espen  <dane@mk.telcordia.com>
13134         * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
13136 2001-09-04  olicha  <olivier.chapuis@free.fr>
13138         * fvwm/fvwm.h:
13139         * fvwm/windows_flags.h:
13140         * fvwm/placement.c (PlaceWindow):
13141         * fvwm/add_window.c (setup_window_structure):
13142         * fvwm/conditional.c (CreateConditionMask):
13143         * fvwm/session.c (get_version_string):
13144         (MatchWinToSM):
13145         * fvwm/fvwm2.1:
13146         Added a new windows_flags is_placed_by_fvwm and a new condition
13147         PlacedByFvwm
13149 2001-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13151         * fvwm/focus.c (focus_grab_buttons):
13152         (MoveFocus):
13153         disabled xt/double click patch for now
13155 2001-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13157         * libs/Graphics.c (RelieveRectangle):
13158         print a warning if one of the dimensions is <= 0
13160         * fvwm/placement.c (PlaceWindow):
13161         take care of windows that have both, PPosition and USPosition set
13162         take care of transient windows that have neither PPosition nor
13163         USPosition set
13165 2001-09-01  olicha  <olivier.chapuis@free.fr>
13167         * libs/FScreen.c (FScreenInit):
13168         Fixed the position of the xinerama emulation delimiters
13170 2001-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13172         * fvwm/fvwm2.1:
13173         Xinerama introduction
13175         * fvwm/icons.c (AutoPlaceIcon):
13176         try to place icons of screen with the window center, and if that fails
13177         on any screen
13179         * libs/FScreen.c (FScreenGetScrRect):
13180         performance improvement for non-xinerama systems
13182         * fvwm/update.c (apply_window_updates):
13183         (flush_window_updates):
13184         update icon boxes and icon position when xinerama layout changes
13186         * fvwm/icons.c (AutoPlaceIcon):
13187         limit placement of icons using no icon box to screen boundaries
13188         adapt icon boxes to xinerama layout whenever used
13190         * fvwm/placement.c (PlaceWindow):
13191         * fvwm/style.c (CMD_Style):
13192         (check_window_style_change):
13193         * fvwm/style.h (SUSE_NO_USPOSITION):
13194         (SUSE_NO_TRANSIENT_PPOSITION):
13195         (SUSE_NO_TRANSIENT_USPOSITION):
13196         * fvwm/fvwm.h (struct):
13197         implemented new styles NoUSPosition/UseUSPosition,
13198         NoTransientPPosition/UseTransientPPosition,
13199         NoTransientUSPosition/UseTransientUSPosition.
13200         These work exactly like NoPPosition/UsePPosition.
13201         Transient windows ignore the window position if neither the PPosition
13202         nor the USPosition hint is set.
13204 2001-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13206         * fvwm/focus.c (restore_focus_after_unmap):
13207         fixed a bug transfering the focus when a window was iconified
13209 2001-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13211         * fvwm/conditional.c (MatchesConditionMask):
13212         * fvwm/move_resize.c (position_geometry_window):
13213         * fvwm/placement.c (PlaceWindow):
13214         * fvwm/menus.c (pop_menu_up):
13215         * fvwm/move_resize.c (move_window_doit):
13216         * fvwm/icons.c (do_all_iconboxes):
13217         * fvwm/placement.c (PlaceWindow):
13218         * fvwm/menus.c (update_menu):
13219         adapted to new FScreen... signatures
13221         * libs/FScreen.c (FScreenClipToScreen):
13222         (FScreenGetScrCenterCenter):
13223         (FScreenCenterCurrent):
13224         (FScreenCenterPrimary):
13225         (FScreenGetCurrent00):
13226         (FScreenGetGlobalScrRect):
13227         (FScreenGetPrimaryScrRect):
13228         (FScreenGetScrRect):
13229         (FScreenIsRectangleOnScreen):
13230         unified all the FSCreen... functions using a common signature, removed
13231         most old functions
13233         * fvwm/style.c (CMD_Style):
13234         init icon box screen
13236         * fvwm/move_resize.c (move_window_doit):
13237         (CMD_Maximize):
13238         * libs/Makefile.am:
13239         * libs/XineramaSupport.c:
13240         * libs/XineramaSupport.h:
13241         * libs/FScreen.c:
13242         exported and renamed screen defines
13244         * libs/FScreen.h:
13245         renamed files
13247         * fvwm/virtual.c:
13248         * fvwm/style.c:
13249         * fvwm/placement.c:
13250         * fvwm/move_resize.c:
13251         * fvwm/module_interface.c:
13252         * fvwm/modconf.c:
13253         * fvwm/menus.c:
13254         * fvwm/icons.c:
13255         * fvwm/fvwm.c:
13256         * fvwm/conditional.c:
13257         * libs/XineramaSupport.c:
13258         renamed all XineramaSupport...() functions to FScreen...()
13260         * fvwm/style.c (CMD_Style):
13261         -Wall fix
13263 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
13265         * fvwm/style.c (CMD_Style):
13266         * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
13267         using geometry spec.
13269 2001-08-25  Mikhael Goikhman  <migo@homemail.com>
13271         * libs/Strings.c:
13272         * libs/Strings.h:
13273         new function QuoteString() to add and escape single quotes to strings
13275         * fvwm/menus.c (MenuInteraction):
13276         quote both missing function name and menu name for
13277         MissingSubmenuFunction
13279         * fvwm/functions.c (expand):
13280         use QuoteString()
13282 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
13284         * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
13286 2001-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13288         * fvwm/cursor.c (CMD_CursorStyle):
13289         * fvwm/icons.c (GetXPMFile):
13290         * libs/Colorset.c (SetWindowBackground):
13291         -Wall fixes
13293         * libs/Bindings.c (AddBinding):
13294         tired to help with problem binding keys that have a keycode with no
13295         modifiers and another keycode with some modifiers pressed, e.g.
13296         kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
13297         F1 generating the actioon bound to F11 sometimes
13299         * fvwm/focus.c (focus_grab_buttons):
13300         -Wall fix
13302 2001-08-23  Dan Espen  <dane@mk.telcordia.com>
13304         * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
13306 2001-08-20  Bob Woodside  <proteus@pcnet.com>
13308         * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
13309         grab synchronization so apps using XtTranslations to catch double-
13310         clicks don't get confused by extraneous Leave/EnterNotify events.
13311         This fixes the "xfm/moxfm don't see double-clicks" problem.
13313 2001-08-20  Dan Espen  <dane@mk.telcordia.com>
13315         * fvwm/icons.c (AutoPlaceIcon): Fix bug.
13317 2001-08-19  Dan Espen  <dane@mk.telcordia.com>
13319         * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
13320         placed.
13322         * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
13323         until later when the window is actually placed.
13325         * fvwm/fvwm.h (icon_boxes_struct):  Save  sign  for later  screen
13326         position calculation.
13328 2001-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13330         * fvwm/update.c (flush_window_updates):
13331         * fvwm/screen.h (ScreenInfo):
13332         * fvwm/virtual.c (CMD_Xinerama):
13334         * fvwm/move_resize.c (CMD_Maximize):
13335         * fvwm/placement.c (PlaceWindow):
13336         * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
13337         renamed function
13339         * fvwm/fvwm2.1:
13340         describe new maximize options
13342         * fvwm/move_resize.c (MaximizeWidth):
13343         (MaximizeHeight):
13344         (CMD_Maximize):
13345         applied Dmitry's Xinerama patch for Maximize command
13346         replaced "global" and "absolute" with "screen" which is more flexible
13348 2001-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13350         * libs/Parse.c (SkipQuote):
13351         fixed a bug in handling of caller specified quote pairs
13353         * fvwm/move_resize.c (CMD_Maximize):
13354         keep window on correct page when viewport does not start on a page
13355         boundary
13357         * libs/XError.c (error_name):
13358         (request_name):
13359         fixed core dump in error handling
13361 2001-08-15  Mikhael Goikhman  <migo@homemail.com>
13363         * configure.in:
13364         * acinclude.m4:
13365         * INSTALL:
13366         * INSTALL.fvwm:
13367         renamed --disable-gnome to --disable-gnome-hints;
13368         documented configure options --with-gnome*;
13369         small improvements in documentation;
13370         use underscore in version instead of dash that causes rpm problems
13372 2001-08-14  Mikhael Goikhman  <migo@homemail.com>
13374         * libs/Makefile.am:
13375         added fvwmrect.h to dist
13377 2001-08-14  Dan Espen  <dane@mk.telcordia.com>
13379         * libs/XineramaSupport.c: Disable debug printing.
13381 2001-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13383         * libs/defaults.h (DEFAULT_MENU_STYLE):
13384         reset colour sets in default menu style too
13386 2001-08-13  Mikhael Goikhman  <migo@homemail.com>
13388         * builtins.c:
13389         * events.c:
13390         completed the libstroke-0.5 compatibility fix
13392 2001-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13394         * fvwm/move_resize.c (draw_move_resize_grid):
13395         fixed drawing of resize grid when invoked from button or key press
13397         * fvwm/placement.c (PlaceWindow):
13398         rewrote a condition to improve readability
13399         fixed StartsOn... w/ SkipMapping
13401 2001-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13403         * fvwm/session.c (MatchWinToSM):
13404         (LoadWindowStates):
13405         (SaveWindowStates):
13406         * fvwm/move_resize.c (CMD_Resize):
13407         * fvwm/events.c (HandlePropertyNotify):
13408         (HandleConfigureRequest):
13409         * fvwm/move_resize.c (CMD_ResizeMove):
13410         (CMD_Maximize):
13411         (CMD_Resize):
13412         * fvwm/update.c (apply_window_updates):
13413         * fvwm/add_window.c (AddWindow):
13414         * fvwm/geometry.c (constrain_size):
13415         (gravity_constrain_size):
13416         the Resize command honors the window gravity
13417         changing the size increment of maximized windows no longer shrinks the
13418         window
13420         * fvwm/icons.c:
13421         keep expanded icon titles on screen
13423 2001-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13425         * fvwm/icons.c (do_all_iconboxes):
13426         default icon box fills the primary screen
13428         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
13429         fixed default_screen argument
13431         * fvwm/style.c (merge_styles):
13432         * fvwm/fvwm.h (window_style):
13433         * fvwm/style.h (SSET_START_SCREEN):
13434         * fvwm/add_window.c (setup_window_placement):
13435         * fvwm/placement.c (PlaceWindow):
13436         (CMD_PlaceAgain):
13437         implemented StartsOnScreen style
13439         * fvwm/placement.c (PlaceWindow):
13440         (test_fit):
13441         (get_next_x):
13442         (get_next_y):
13443         (CleverPlacement):
13444         (SmartPlacement):
13445         Place new windows on xinerama screens
13447         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
13448         fixed core dump in debug output
13450 2001-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13452         * fvwm/placement.c:
13453         removed unused variable
13455 2001-08-07  olicha  <olivier.chapuis@free.fr>
13457         * NEWS:
13458         FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
13460 2001-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13462         * fvwm/virtual.c (CMD_Xinerama):
13463         replaced XineramaEnable and ...Disable with XineramaCommand
13465         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
13466         (XineramaSupportGetScreenArgument):
13467         new functions
13469         * fvwm/functions.c (func_config):
13470         * fvwm/move_resize.c (move_window_doit):
13471         (CMD_Move):
13472         (CMD_AnimatedMove):
13473         (CMD_MoveToPage):
13474         (CMD_MoveToScreen):
13475         (handle_stick):
13476         added new command MoveToScreen
13478 2001-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13480         * libs/fvwmrect.c:
13481         * libs/fvwmrect.h:
13482         new library files
13484         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
13485         fixed parsing of negative geometries
13486         (XineramaSupportParseGeometryWithScreen):
13487         made global
13488         (XineramaSupportGetNumberedScreenRect):
13489         new function
13491         * sample.fvwmrc/system.fvwm2rc:
13492         * sample.fvwmrc/new-features:
13493         * sample.fvwmrc/system.fvwm2rc-sample-95:
13494         * sample.fvwmrc/system.fvwm2rc-sample-2:
13495         * sample.fvwmrc/system.fvwm2rc-sample-1:
13496         * fvwm/fvwm2.1:
13497         updated for new condition
13499         * fvwm/conditional.c (CreateConditionMask):
13500         (MatchesConditionMask):
13501         * fvwm/fvwm.h (WindowConditionMask):
13502         implemented new condition AcceptsFocus to cope with applications like
13503         xclock that have circulatehit but don't take focus
13505 2001-08-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13507         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
13508         handle Xinerama screens
13510         * fvwm/style.c (CMD_Style):
13511         * fvwm/menus.c (get_menu_options):
13512         cope with Xinerama like geometries with screen info
13514         * fvwm/virtual.c (CMD_XineramaEnable):
13515         XineramaEnable optionally takes the number of the primary screen as its
13516         argument
13518         * fvwm/events.c (GetContext):
13519         reindented code
13521         * fvwm/virtual.c (HandlePaging):
13522         * fvwm/events.c (HandleButtonPress):
13523         * fvwm/events.h (XEVMASK_PANFW):
13524         fixed button and key event handling over pan frames; fixes bug #752
13526         * fvwm/menus.c (get_menu_options):
13527         fixed Xinerama placement of menus without options
13529 2001-08-01  Mikhael Goikhman  <migo@homemail.com>
13531         * NEWS:
13532         * fvwm/borders.c:
13533         * fvwm/builtins.c:
13534         * fvwm/fvwm.c:
13535         * fvwm/screen.h:
13536         Color enhancements in button vectors: @2 is bg color, @3 is fg color.
13537         In addition to the existing: @0 is shadow color, @1 is hilight color.
13539         * fvwm/fvwm2.1:
13540         Added the formal description of Vector that was absent.
13542 2001-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13544         * fvwm/fvwm2.1:
13545         some man page corrections
13547 2001-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13549         * fvwm/move_resize.c (handle_stick):
13550         also redraw buttons when a window becomes sticky/slippery to make sure
13551         that MWMDecorStick buttons are updated too; fixes bug #749
13553 2001-07-30  Mikhael Goikhman  <migo@homemail.com>
13555         * NEWS:
13556         documented previous changes
13558         * configure.in:
13559         improved output spacing
13561         * fvwm/fvwm2.1:
13562         minor typo
13564 2001-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13566         * libs/XineramaSupport.c (XineramaSupportConfigureModule):
13567         * fvwm/modconf.c (send_xinerama_state):
13568         * fvwm/module_interface.c (broadcast_xinerama_state):
13569         * libs/defaults.h:
13570         revised module support for Xinerama
13572         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
13573         (XineramaSupportParseGeometry):
13574         (XineramaSupportGetGeometry):
13575         make interface compatible with XineramaSupportParseGeometry().
13576         (XineramaSupportGetPrimaryScreen):
13577         new function
13579         * fvwm/stack.c (raise_over_unmanaged):
13580         fixed restacking of windows with RaiseOverUnmanaged - windows were
13581         raised in reverse order so that the top window became the bottom
13582         window of the ones that were raised
13583         also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
13584         these are invisible
13586 2001-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13588         * sample.fvwmrc/system.fvwm2rc-sample-95:
13589         fixed syntax of BugOpts command
13591         * fvwm/ConfigFvwmDefaults:
13592         resize window when clicking on the sides of the window by default
13593         instead of moving it
13595         * fvwm/events.c (HandleEnterNotify):
13596         do not delete MouseFocus when pointer moves from one particular sub
13597         window of a frame to another one.  Helps with xv/xmms vs unclutter
13598         interaction and also with MouseFocus vs. Open Look applications
13600         * fvwm/move_resize.c (DoSnapAttract):
13601         * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
13602         fixed snapping to Xinerama screen edges
13603         (XineramaSupportIsEnabled):
13604         return False is the X server provides only a single screen
13606         * fvwm/fvwm2.1:
13607         Added descriptions of conditions CurrentDesk, CurrentPage,
13608         CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
13609         CurrentGlobalPageAnyDesk
13611         * fvwm/fvwm.h (rectangle):
13612         (position):
13613         typedefs moved to libs/fvwmlib.h
13615         * fvwm/conditional.c (MatchesConditionMask):
13616         * fvwm/fvwm.h (WindowConditionMask):
13617         * fvwm/conditional.c:
13618         introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
13619         for Xinerama support
13621         * fvwm/modconf.c (CMD_Send_ConfigInfo):
13622         (send_xinerama_state):
13623         * fvwm/module_interface.c (broadcast_xinerama_state):
13624         * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
13625         * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
13626         communicate xinerama state at module startup
13628 2001-07-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13630         * libs/XineramaSupport.c:
13631         next Xinerama patch
13633 2001-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13635         * fvwm/move_resize.c (moveLoop):
13636         windows were lost off screen w/ non opaque interactive move when motion
13637         was aborted with Escape on a different page that it was started
13639         * fvwm/move_resize.c (position_geometry_window):
13640         (DisplayPosition):
13641         (DisplaySize):
13642         (InteractiveMove):
13643         (CMD_Resize):
13644         (moveLoop):
13645         (CMD_Resize):
13646         (DoResize):
13647         * libs/XineramaSupport.c (GetMouseXY):
13648         (XineramaSupportCenterCurrent):
13649         (XineramaSupportGetCurrent00):
13650         (XineramaSupportGetCurrentScrRect):
13651         allow to pass in an event with the pointer position
13652         minimize number of XQueryPointer calls in interactive move/resize
13654         * libs/defaults.h:
13655         * fvwm/move_resize.c (resize_geometry_window):
13656         (DisplayPosition):
13657         (DisplaySize):
13658         border width of geometry window moved to defaults.h
13659         moved strings for size window formatting to defaults.h
13660         reworked calculations of geometry window dimensions
13662         * fvwm/move_resize.c (resize_geometry_window):
13663         (position_geometry_window):
13664         (DisplaySize):
13665         (InteractiveMove):
13666         (CMD_Resize):
13667         * fvwm/builtins.c (ApplyDefaultFontAndColors):
13668         * fvwm/fvwm.c (main):
13669         funtions ResizeSizeWindow and PositionSizeWindow renamed to
13670         resize_geometry_window and position_geometry_window
13672         * fvwm/fvwm.c (main):
13673         fixed resizing geometry window before creating it
13675         * fvwm/move_resize.c (switch_move_resize_grid):
13676         (MoveOutline):
13677         * fvwm/virtual.c (HandlePaging):
13678         renamed MoveOutline to draw_move_resize_grid and made static
13679         new function switch_move_resize_grid for external calls
13680         delete grid before moving the geometry window to get rid of arifacts of
13681         the grid
13683 2001-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13685         * libs/XineramaSupport.c (XineramaSupportInit):
13686         make the blank area in Xinerama emulation usable again
13688 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13690         * fvwm/menus.c (update_menu):
13691         (pop_menu_up):
13692         (make_menu):
13693         (calculate_item_sizes):
13694         (size_menu_horizontally):
13695         (size_menu_vertically):
13696         menus are resized to fit their Xinerama screen every time they are
13697         popped up and the screen size has changed
13699 2001-07-23  olicha  <olivier.chapuis@free.fr>
13701         * libs/XineramaSupport.c (XineramaSupportInit):
13702         Draw the xinerama simulation screens with orr windows
13704 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13706         * fvwm/windowlist.c (CMD_WindowList):
13707         fixed windowlist placement w/ Xinerama
13709 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13711         * fvwm/menus.c (pop_menu_up):
13712         fixed calculations that force a menu on screen w/ Xinerama
13714         * fvwm/move_resize.c (DoSnapAttract):
13715         removed some code that slipped in with xinerama patch and broke
13716         vertical SnapAttraction
13718         * fvwm/virtual.c (CMD_EdgeResistance):
13719         removed debug code
13721         * libs/XineramaSupport.c (XineramaSupportClipToScreen):
13722         take reference position src_x/src_y to determine screen
13724         * fvwm/windowlist.c (CMD_WindowList):
13725         * fvwm/menus.c (get_menu_options):
13726         (get_popup_options):
13727         (MenuInteraction):
13728         (pop_menu_up):
13729         handle Xinerama screens for positioning menus w/ posthints
13731         * fvwm/menus.c (get_menu_options):
13732         renamed function
13733         fix for icon/window context rectangle when window is in wrong state
13735 2001-07-22  Mikhael Goikhman  <migo@homemail.com>
13737         * configure.in:
13738         s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
13739         compiled in; fixed linking by adding -lXinerama; small corrections
13741 2001-07-22  Dan Espen  <dane@mk.telcordia.com>
13743         * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
13745 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13747         * libs/XineramaSupport.c (XineramaSupportInit):
13748         added xinerama emulation for developers
13750         * fvwm/virtual.c (CMD_XineramaEnable):
13751         (CMD_XineramaDisable):
13752         * fvwm/module_interface.c (BroadcastConfigInfoString):
13753         added function to communicate Xinerama on/off to modules
13755         * fvwm/module_interface.c:
13756         include time.h to fix warning
13757         * libs/XineramaSupport.c:
13758         * fvwm/fvwm.c (setVersionInfo):
13759         * fvwm/Makefile.am:
13760         * configure.in:
13761         * acconfig.h:
13762         cleanded up xinerama detection
13763         added shape detection
13765 2001-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13767         * fvwm/fvwm2.1:
13768         Added Xinerama introduction
13770         * fvwm/fvwm.c (setVersionInfo):
13771         print xinerama support
13773         * fvwm/conditional.c (CreateConditionMask):
13774         added CirculateHitShaded option for conditional commands that was
13775         described in the man page but not implemented
13777         * fvwm/fvwm.h (WindowConditionMask):
13778         removed unused flags
13780         * fvwm/conditional.c (MatchesConditionMask):
13781         fixed CirculateHitIcon option in conditional commands
13783         * fvwm/fvwm2.1:
13784         reformatted man page source to improve readability
13785         fixed some source formatting bugs
13787         * libs/XineramaSupport.c (GetMouseXY):
13788         don't poll the pointer if there is only one screen or if xinerama is
13789         turned off
13791         * fvwm/fvwm2.1:
13792         * fvwm/fvwm.c (main):
13793         removed -noxinerama option
13795         * fvwm/fvwm.c (main):
13796         size window is positioned and sized in move_resize.c
13798         * libs/XineramaSupport.c:
13799         reindented file
13801         * configure.in:
13802         print Xinerama support in configure summary
13804         * **/*:
13805         applied Xinerama patch by Dmitry Yu. Bolkhovityanov
13807 2001-07-17  Mikhael Goikhman  <migo@homemail.com>
13809         * acconfig.h:
13810         * acinclude.m4:
13811         * configure.in:
13812         implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
13813         define missing macros needed for old AIX keysymdef and old stroke.h
13815         * fvwm/bindings.c:
13816         * fvwm/menus.c:
13817         remove the previous compilation fixes, now handled by configure
13819 2001-07-15  Dan Espen  <dane@mk.telcordia.com>
13821         * fvwm/fvwm2.1: Remove .BI with more than 6 args.
13823 2001-07-15  Mikhael Goikhman  <migo@homemail.com>
13825         * bindings.c:
13826         use libstroke-0.5 constant names while still supporting 0.3/0.4
13828         * menus.c:
13829         compiling fix for old AIX, which does not define XK_Page_Up/Down
13831         * module_interface.c:
13832         minor compiling fix for some proprietary preprocessors
13834 2001-07-10  Mikhael Goikhman  <migo@homemail.com>
13836         * fvwm/fvwm2.1:
13837         use more compatible and structured syntax in SYNOPSIS
13839 2001-07-06  Mikhael Goikhman  <migo@homemail.com>
13841         * acinclude.m4:
13842         Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
13843         GDK_IMLIB_*.  This fixes "make FvwmGtk" on systems with bogus
13844         imlib-config.
13846 2001-07-05  Mikhael Goikhman  <migo@homemail.com>
13848         * configure.in:
13849         changed version to 2.4.1
13851         * acinclude.m4:
13852         small fix that should solve the problem with running autoconf
13853         (autoreconf is ok) from autoconf-2.50;
13854         applied a patch that adds gtk include dirs to gnome include dirs
13856 2001-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13858         * NEWS, configure.in:
13859         changed version to 2.4.0.1
13861         * *: fvwm 2.4 has been released :-))