* remove unusesd static variable nocursor
[fvwm.git] / ChangeLog
blob8fe674fbb80ec7e30182063a9590e011d7807724
1 2007-03-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3         * fvwm/cursor.c (CMD_CursorStyle):
4         remove unused static variable nocursor
6 2007-03-14  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
8         * doc/fvwm-man.xsl:
9         bugfix: backslashes were not being escaped properly.
11         * doc/fvwm/options.xml:
12         minor formatting error.
14         * AUTHORS:
15         typo.
17 2007-03-11  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
19         * doc/Makefile.am:
20         * doc/fvwm/Makefile.am:
21         * doc/commands/Makefile.am:
22         * doc/modules/Makefile.am:
23         * doc/README:
24         * configure.ac:
26         bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
27         bugfix: out-of-tree builds failed due to broken dependency.
28         Make man page have same header as old one.
29         Fix man page indentation.
30         Make text of top-level man page sections all uppercase.
31         Added --disable-mandoc option.
32         HTML doc generation is off by default: use --enable-htmldoc.
33         Added more info in doc/README about XML commands to use.
35 2007-03-10  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
37         * NEWS:
38         * Everything in the 'doc' subdirectory.
40         XML source to generate man page & HTML documentation.
42 2007-02-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
44         * NEWS:
45         * fvwm/colorset.c (parse_colorset):
46         don't recompute sh, hi and fgsh if they were supplied in a previous
47         colorset line. Fixes bug #3359.
49 2007-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
51         * fvwm/move_resize.c (DoSnapAttract):
52         handle SnapGrid before SnapAttraction so that non-overlapping windows
53         do not snap edge to edge:
54                                     +---+
55                                     |   |
56                                     +---+---+
57                                         |   |
58                                         +---+
60 2007-02-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
62         * fvwm/style.c (parse_and_set_window_style)
63         (style_parse_one_style_option):
64         don't warn about PositionPlacement arguments
66 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
68         * AUTHORS:
69         * NEWS:
70         enties for ChangeWindowTitle patch by Julio Teca.
72 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
74         * fvwm/fvwm.c (main):
75         fixed ROOT CursorStyle context
77         * fvwm/placement.c (__pl_manual_get_pos_simple):
78         * fvwm/move_resize.h:
79         * fvwm/move_resize.c (__move_loop):
80         (InteractiveMove):
81         fixed long broken POSITION CursorStyle context
83 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
85         * fvwm/bindings.c (ParseBinding):
86         fix buffer overrun with >78 character window names.
88         * fvwm/fvwm.1.in (PositionPlacement):
89         fix typos
91         * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
92         * fvwm/style.c (style_parse_one_style_option):
93         change BorderWidth and HandleWidth style  to revert to default if no
94         arguments are given
96 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
98         * fvwm/fvwm.h (style_flags):
99         * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
100         (__place_get_wm_pos):
101         (__place_window, __explain_placement):
102         * fvwm/style.c (style_parse_one_style_option):
104         * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
105         (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
106         (DEFAULT_PLACEMENT_POSITION_STRING):
107         new default strings
109         * fvwm/move_resize.c (GetOnePositionArgument):
110         added 'w' suffix to Move arguments
111         allow multiple shifts from original position
113         * fvwm/style.c (style_parse_one_style_option):
114         (merge_styles)
115         (free_style):
116         * fvwm/placement.c (setup_window_placement)
117         (__place_get_placement_flags):
118         (__place_get_wm_pos):
119         (__place_get_nowm_pos):
120         (__place_window):
121         (__place_handle_x_resources):
122         (setup_window_placement):
123         * fvwm/fvwm.h (PLACE_CENTER):
124         (PLACE_POSITION):
125         replaced CenterPlacement with more flexibe PositionPlacement
127         * fvwm/move_resize.c (GetMoveArguments):
128         (GetResizeArguments):
129         (GetResizeMoveArguments):
130         (__move_window):
131         * fvwm/move_resize.h:
132         exported and enhanced function GetMoveArguments for use by placement
133         algorithm
135 2007-02-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
137         * fvwm/ConfigFvwmDefaults:
138         reenable MenuScroll on titles
140         * fvwm/menubindings.c (menu_shortcuts):
141         don't scroll menus if scrolling would be in the wrong direction
143 2007-02-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
145         * fvwm/move_resize.c (__resize_window):
146         some resizing/gravity fixes
147         properly handle maximized + shaded state when resizing
148         non-interactively
150 2007-01-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
152         * fvwm/move_resize.c (__resize_window):
153         resizing of shaded windows work better.
155 2007-01-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
157         * fvwm/fvwm.1.in (COMMAND EXPANSION):
158         clarified previous patch
160         * fvwm/fvwm.1.in (COMMAND EXPANSION):
161         documented '-' command prefix
163         * fvwm/expand.c (__eae_parse_range):
164         fix $[n-] and $[*] after unsigned int havoc
166 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
168         * fvwm/Makefile.am:
169         * fvwm/ConfigFvwmMenuDefaults:
170         removed file
171         * fvwm/ConfigFvwmDefaults:
172         * fvwm/ConfigFvwmMenuDefaults:
173         moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
175 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
177         * fvwm/ConfigFvwmMenuDefaults:
178         * fvwm/fvwm.c (SetRCDefaults):
179         make default menu mouse bindings for MenuSelectItem and MenuScroll only
180         apply to menu item context.
182 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
184         * fvwm/placement.c (placement_loop):
185         (__pl_minoverlap_get_avoidance_penalty):
186         (__pl_smart_get_first_pos):
187         (__pl_smart_get_next_pos):
188         (__pl_smart_test_window):
189         (__pl_smart_get_pos_penalty):
190         rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
191         now less than ten lines of code.
193         * fvwm/add_window.c (setup_placement_penalty):
194         * fvwm/style.c (style_parse_one_style_option):
195         allow to reset the placement penalties with !
197         * fvwm/placement.h:
198         * fvwm/add_window.c (setup_placement_penalty):
199         * fvwm/style.h:
200         * fvwm/fvwm.h:
201         * fvwm/style.c (style_parse_one_style_option):
202         put placement penalty array in a struct
204         * fvwm/placement.c (__place_get_wm_pos):
205         (__pl_clever_get_next_x):
206         (__pl_clever_get_next_y):
207         (__pl_clever_get_first_pos):
208         (__pl_clever_get_next_pos):
209         (__pl_clever_get_avoidance_penalty):
210         (__pl_clever_get_pos_penalty):
211         (__pl_minoverlap_get_next_x):
212         (__pl_minoverlap_get_next_y):
213         (__pl_minoverlap_get_first_pos):
214         (__pl_minoverlap_get_next_pos):
215         (__pl_minoverlap_get_avoidance_penalty):
216         (__pl_minoverlap_get_pos_penalty):
217         renamed ...clever... functions to ...minoverlap...
219         * fvwm/bindings.c:
220         * fvwm/decorations.c:
221         * fvwm/menubindings.c:
222         * fvwm/module_interface.c:
223         * fvwm/module_list.c:
224         * fvwm/fvwm.c:
225         * fvwm/module_list.h:
226         * fvwm/events.c:
227         * fvwm/module_interface.h:
228         * fvwm/Makefile.am:
229         dont include "libs" in include path
231         * libs/vpacket.h:
232         #includes from fvwm path with "..." not <...>
234         * fvwm/stack.c:
235         #includes from library path with "..." not <...>
237 2007-01-28  Simon Griph  <simon(at)griph(dot)se>
239         * NEWS:
240         * AUTHORS:
241         * INSTALL.fvwm:
242         documented new svg support
244         * configure.ac:
245         added librsvg detection
247         * fvwm/Makefile.am (LDADD, INCLUDES):
248         added rsvg_LIBS, rsvg_CFLAGS
250         * fvwm/expand.c (expand_vars_extended):
251         new extended variables
252         $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
254         * fvwm/fvwm.1.in (OPTIONS):
255         (ICONS AND IMAGES):
256         documented new svg support
257         (COMMAND EXPANSION):
258         documented new extended variables
260         * fvwm/fvwm.c (setVersionInfo):
261         (main):
262         added Frsvg_init() call
264         * libs/Fsvg.h:
265         new file
267         * libs/Makefile.am (libfvwm_a_SOURCES):
268         added Fsvg.h
269         (INCLUDES):
270         added rsvg_CFLAGS
272         * libs/Picture.c (PCacheFvwmPicture):
273         hid svgopts from isFileStampChanged()
275         * libs/PictureBase.c (PictureFindImageFile):
276         hid svgopts from searchPath()
278         * libs/PictureBase.h:
280         * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
281         hid svgopts from setFileStamp()
282         (PImageLoadSvg):
283         new svg image loader
285         * libs/fvwmlib.c (flib_init_graphics):
286         added Frsvg_init() call
288 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
290         * NEWS:
291         * fvwm/stack.c (__is_restack_needed)
292         (is_transient_subtree_straight):
293         (__restack_window):
294         fix crash when trying to restack destroyed window
296 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
298         * libs/Makefile.am (libfvwm_a_SOURCES):
299         add fvwmlib.c
301         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
302         * fvwm/menus.c (move_any_menu)
303         set menu backgrounds before moving. Makes transparent menus move
304         more seamless.
306         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
307         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
308         add update_transparent_menu_bg to allow set of transparent menu
309         background before a move, and change repaint_transparent_menu to
310         allow for not setting the menu background.
312         * libs/Colorset.c (SetWindowBackgroundWithOffset):
313         create offset backgrounds with CreateOffsetBackgroundPixmap (works with
314         transparent colorsets)
315         (CreateOffsetBackgroundPixmap):
316         use offset also for non transparent backgrounds.
318         * fvwm/menubindings.c (menu_shortcuts):
319         don't move menus on scroll if they don't move
321 2007-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
323         * libs/fvwmlib.h:
324         * fvwm/bindings.c:
325         * fvwm/cursor.c:
326         * fvwm/decorations.c:
327         * fvwm/ewmh_conf.c:
328         * fvwm/ewmh_events.c:
329         * fvwm/ewmh_icons.c:
330         * fvwm/expand.c:
331         * fvwm/focus.c:
332         * fvwm/functions.c:
333         * fvwm/gnome.c:
334         * fvwm/menubindings.c:
335         * fvwm/menucmd.c:
336         * fvwm/menuitem.c:
337         * fvwm/misc.c:
338         * fvwm/modconf.c:
339         * fvwm/module_interface.c:
340         * fvwm/module_list.c:
341         * fvwm/read.c:
342         * fvwm/update.c:
343         * fvwm/windowlist.c:
344         * fvwm/windowshade.c:
345         * fvwm/colorset.c:
346         * fvwm/session.c:
347         * fvwm/stack.c:
348         * fvwm/ewmh.c:
349         * fvwm/conditional.c:
350         * fvwm/menustyle.c:
351         * fvwm/virtual.c:
352         * fvwm/placement.c:
353         * fvwm/frame.c:
354         * fvwm/fvwm.c:
355         * fvwm/icons.c:
356         * fvwm/add_window.c:
357         * fvwm/builtins.c:
358         * fvwm/move_resize.c:
359         * fvwm/borders.c:
360         * fvwm/style.c:
361         * fvwm/events.c:
362         * fvwm/menus.c:
363         * libs/FTips.c:
364         * libs/Picture.c:
365         * libs/Target.c:
366         * libs/gravity.c:
367         * fvwm/execcontext.c:
368         * libs/BidiJoin.c:
369         * libs/CombineChars.c:
370         * libs/FBidi.c:
371         * libs/FEvent.c:
372         * libs/Fft.c:
373         * libs/FGettext.c:
374         * libs/Ficonv.c:
375         * libs/FImage.c:
376         * libs/flist.c:
377         * libs/FlocaleCharset.c:
378         * libs/fsm.c:
379         * libs/Parse.c:
380         * libs/queue.c:
381         * libs/safemalloc.c:
382         * libs/strdup.c:
383         * libs/timeout.c:
384         * libs/Strings.c:
385         * libs/FRender.c:
386         * libs/Module.c:
387         * libs/ColorUtils.c:
388         * libs/Colorset.c:
389         * libs/PictureImageLoader.c:
390         * libs/PictureGraphics.c:
391         * libs/Graphics.c:
392         * libs/FScreen.c:
393         * libs/PictureUtils.c:
394         * libs/Flocale.c:
395         * libs/PictureBase.c:
396         use new header files
398         * libs/Graphics.h:
399         * libs/XResource.h:
400         * libs/Event.h:
401         * libs/XError.h:
402         * libs/ColorUtils.h:
403         * libs/PictureBase.h:
404         * libs/System.h:
405         * libs/defaults.h:
406         * libs/Cursor.h:
407         * libs/Target.h:
408         * libs/WinMagic.h:
409         * libs/fvwmlib.h:
410         * libs/Makefile.am (libfvwm_a_SOURCES):
411         moved declarations from fvwmlib.h to new/appropriate header files
413         * libs/XError.c:
414         reformatted
416         * fvwm/menus.c (paint_side_pic):
417         fixed previous patch
418         reindented function
420 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
422         * fvwm/menus.c (paint_side_pic):
423         fix a core dump
425         * fvwm/menus.c (paint_side_pic):
426         use simple expose information to redraw sidepics less.
428 2007-01-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
430         * fvwm/geometry.c (constrain_size):
431         silence gcc 4.1.1 warning.
433         * libs/System.c (searchPath):
434         search in pwd if no path is given.
435         return NULL if a file dosn't exist regardless if it's absolute path
437 2007-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
439         * fvwm/placement.c (__place_window)
440         (__pl_under_mouse_get_pos_simple):
441         * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
442         * fvwm/fvwm.1.in:
443         new style option UnderMousePlacementHonorsStartsOnPage
445         * fvwm/update.c (init_style):
446         don't forget stickyness when a window goes fullscreen (or when some
447         other style is changed)
449 2007-01-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
451         * fvwm/placement.c (__pl_cascade_get_pos_simple):
452         properly handle title direction with cascade placement
454         * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
455         new default value
457         * fvwm/placement.c (__pl_center_get_pos_simple):
458         CenterPlacement properly handles Xinerama screens
460 2007-01-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
462         * configure.ac:
463         always substiture datarootdir
465 2007-01-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
467         * fvwm/add_window.c (GetWindowSizeHints):
468         * fvwm/geometry.c (constrain_size):
469         undefine macros after use
470         (constrain_size):
471         reindented and cleaned up
472         do not grow a window because of aspect ratio if this is not explicitly
473         allowed by the CS_ROUND_UP flag
474         (constrain_size):
475         (__cs_handle_aspect_ratio):
476         broken into separate functions and cleaned up
478 2007-01-20  Renato Caldas  <seventhguardian@gmail.com>
480         * fvwm/module_list.c (module_receive):
481         (module_input_discard):
482         allocate input data in just one call - better perfomance
484 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
486         * fvwm/placement.c (__place_get_wm_pos):
487         simplified to a simple loop
488         (__explain_placement):
489         added explanation of new placement styles
491         * fvwm/placement.c (__place_get_wm_pos):
492         cleanup
493         (__pl_center_get_pos_simple):
494         (__pl_under_mouse_get_pos_simple):
495         (__pl_cascade_get_pos_simple):
496         (__pl_manual_get_pos_simple):
497         (__place_get_wm_pos):
498         use new placement interface for CenterPlacement, UnderMousePlacement,
499         ManualPlacement, CascadePlacement
501         * fvwm/placement.c (__sp_get_first_pos):
502         (__sp_get_next_pos):
503         (__sp_get_pos_penalty):
504         (__place_get_wm_pos):
505         use new placement interface for SmartPlacement
506         (SmartPlacement):
507         removed function
509         * fvwm/placement.c:
510         don't use inline functions
511         (CleverPlacement):
512         (placement_loop):
513         renamed function and generalized the placement interface to deal with
514         any algorithm in the same way
515         (__place_get_wm_pos):
516         use new placement interface
518         * NEWS:
519         * configure.ac:
520         increased version to 2.5.22
522         * NEWS:
523         * configure.ac:
524         updated for 2.5.21 release
526 2007-01-19  Dan Espen  <dane@mk.telcordia.com>
528         * fvwm/read.h: Compile syntax error fix.
530 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
532         * fvwm/placement.c (SmartPlacement):
533         fixed broken SmartPlacement
535 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
537         * fvwm/expand.c (expand_vars_extended):
538         free allocated icon path
540 2007-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
542         * fvwm/fvwm.1.in:
543         some cleanup
545         * fvwm/virtual.c:
546         fix compile error
548 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
550         * NEWS:
551         * fvwm/fvwm.1.in (Scroll):
552         * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
553         add interactive scrolling.
555         * fvwm/stack.c (is_transient_subtree_straight):
556         check first above the tree root, then beneth it.
558 2007-01-17  Renato Caldas  <seventhguardian@gmail.com>
560         * fvwm/module_interface.h
561         * fvwm/module_interface.c (module_input_enqueue):
562         (module_input_execute):
563         new functions based on AddToCommandQueue and ExecuteModuleCommand
565         * fvwm/module_list.c (CMD_ModuleSynchronous):
566         (PositiveWrite):
567         * fvwm/events.c (My_XNextEvent):
568         * fvwm/module_interface.c (ExecuteCommandQueue):
569         using the above two new functions instead of AddToCommandQueue and
570         ExecuteModuleCommand
572         * fvwm/module_interface.c (cqueue_object_type):
573         removed typedef
575         * fvwm/module_interface.h
576         * fvwm/module_interface.c (AddToCommandQueue):
577         (ExecuteModuleCommand):
578         removed functions
580 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
582         * fvwm/fvwm.h (window_style):
583         * fvwm/style.c (style_parse_one_style_option):
584         icon background relief and icon title relief changed to sigend char;
585         should fix problem with ppc and negative values for these.
587 2007-01-16  Renato Caldas  <seventhguardian@gmail.com>
589         * fvwm/module_list.h:
590         * fvwm/module_list.c (module_receive):
591         (module_input_discard):
592         (module_input_expect):
593         new functions to deal with module input
595         * fvwm/module_list.h:
596         * fvwm/module_list.c (HandleModuleInput):
597         replaced by the above three functions
599         * fvwm/events.c (My_XNextEvent):
600         * fvwm/module_list.c (CMD_ModuleSynchronous):
601         (PositiveWrite):
602         adapted to use the above three functions instead of HandleModuleInput
604 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
606         * configure.ac (HAVE_PNG):
607         don't mangle png_LIBS, use --with-png-library
609 2007-01-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
611         * NEWS:
612         removed news about previous change after move of version-2_5_20 tag
613         on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
614         balls.
616         * fvwm/stack.c (__restack_window):
617         fix so new transient windows with StackTransientParent on top layer
618         don't make all windows raise above the pan frames.
620         * NEWS:
621         * configure.ac:
622         increased version to 2.5.21
624         * NEWS:
625         * configure.ac:
626         updated for 2.5.20 release
628 2007-01-15  Renato Caldas  <seventhguardian@gmail.com>
630         * fvwm/fvwm.c (main):
631         remove the call to module_init_list, the list head is instead set
632         to NULL upon declaration
634         * fvwm/module_list.h:
635         * fvwm/module_list.c (module_init_list):
636         removed function
638 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
640         * fvwm/stack.c (is_transient_subtree_straight)
641         (is_transient_subtree_stack_straight):
642         use <= 32 character function name
643         (mark_transient_subtree, is_transient_subtree_straight)
644         (__mark_transient_subtree_test):
645         move common tests to function to avoid code duplication
647         * fvwm/fvwm.1.in (IconifyWindowGroups):
648         Correctly document that windows are iconified together if the are in
649         the same window group, not if the group leader is iconified.
651 2007-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
653         * fvwm/add_window.c (GetWindowSizeHints):
654         * libs/vpacket.h (ConfigWinPacket):
655         * fvwm/module_interface.c (CONFIGARGS):
656         * fvwm/fvwm.h (FvwmWindow):
657         add orig_hints_width_inc and orig_hints_height_inc values to store the
658         original resize inc  for use in FvwmIdent
660         * fvwm/fvwm.1.in:
661         * fvwm/style.c (style_parse_one_style_option):
662         deprecated some "No..." styles
663         (style_parse_one_style_option):
664         add a NoResizeHintOverride style
666         * fvwm/add_window.c (GetWindowSizeHints):
667         only ignore the min_width/min_height/max_width/max_height with the
668         ResizeHintOverride style
670         * fvwm/icons.c (DeIconify):
671         corrected previous fix
673         * fvwm/placement.c (CleverPlacement):
674         (SmartPlacement):
675         (__place_get_wm_pos):
676         (__place_get_nowm_pos):
677         (__place_window):
678         fixed smart placement
679         unified placement func interface
681 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
683         * NEWS:
684         * fvwm/icons.c (DeIconify):
685         don't loop forever.
687         * fvwm/stack.c (is_transient_subtree_stacked_straight):
688         fix detection of non needed lower operations
689         (__restack_window):
690         BroadcastRestack to modules even if non is done. (To cancel effect of
691         already sent M_RAISE/M_LOWER)
692         don't do raise hacks if no restack was done.
694         * fvwm/fvwm.h (FvwmWindow):
695         icon_nalloc_pixels is int instead of unsined int
697         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
698         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
699         use int instead of unsigned int.
701         * fvwm/menugeometry.c (menu_get_geometry)
702         (menu_get_outer_geometry):
703         * fvwm/focus.c (CMD_WarpToWindow):
704         * fvwm/geometry.c (get_title_button_geometry):
705         * fvwm/session.c (SaveWindowStates):
706         * fvwm/conditional.c (CMD_WindowId):
707         * fvwm/placement.c (__place_get_wm_pos):
708         * fvwm/frame.c (frame_create_move_resize_args):
709         * fvwm/icons.c (GetIconBitmap, GetIconWindow):
710         * fvwm/add_window.c (CaptureOneWindow, AddWindow):
711         * fvwm/builtins.c (CMD_Destroy, CMD_Close):
712         * fvwm/style.c (style_parse_icon_box_style):
713         * fvwm/move_resize.c (resize_move_window, InteractiveMove)
714         (AnimatedMoveAnyWindow, __move_window, __move_loop)
715         (__resize_window):
716         * fvwm/events.c (HandlePropertyNotify)
717         (__is_bpress_window_handled):
718         * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
719         (get_menu_options):
720         fix geometry signed pointer warnings
722         * libs/Graphics.c (CalculateGradientDimensions):
723         cast pointer to unsigned int*
725         * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
726         * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
727         (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
728         change unsigned int* parameter to int*. It get's info stored in an
729         unsigned short, so it should be OK.
731         * fvwm/externs.h:
732         * fvwm/fvwm.c:
733         JunkMask is unsigned
735         * fvwm/stack.c (__mark_group_member)
736         (is_transient_subtree_stacked_straight, __is_restack_needed)
737         (__restack_window, mark_transient_subtree):
738         don't raise or lower windows if they are already at the right place.
740 2007-01-13  Renato Caldas  <seventhguardian@gmail.com>
742         * fvwm/module_interface.c (struct cqueue_object_type):
743         * fvwm/module_list.h (struct fmodule_input):
744         reused cqueue_object_type as a struct to store module input data
745         renamed it to fmodule_input and moved it to module_list.h
746         typedef'ed it to cqueue_object_type in module_interface.c
748 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
750         * fvwm/placement.c (__cp_get_next_x):
751         (__cp_get_next_y):
752         (__cp_get_first_pos):
753         (__cp_get_next_pos):
754         (__cp_get_avoidance_penalty):
755         (__cp_test_fit):
756         (CleverPlacement):
757         restructured and cleaned up CleverPlacement code
759         * fvwm/style.c (style_parse_icon_box_style):
760         * fvwm/virtual.c (HandlePaging):
761         * fvwm/stack.c (verify_stack_ring_consistency):
762         (ResyncFvwmStackRing):
763         * fvwm/repeat.c:
764         * fvwm/read.c (cursor_control):
765         * fvwm/placement.c (__place_get_wm_pos):
766         * fvwm/move_resize.c (GetMoveArguments):
767         (ParseOneResizeArgument):
768         (GetResizeArguments):
769         (GetResizeMoveArguments):
770         (resize_move_window):
771         (resize_move_window):
772         (InteractiveMove):
773         (__move_window):
774         (DoSnapAttract):
775         (DoSnapAttract):
776         (__resize_step):
777         (__resize_window):
778         (__resize_window):
779         (__resize_window):
780         (MaximizeHeight):
781         (MaximizeWidth):
782         (maximize_fvwm_window):
783         (CMD_Maximize):
784         (CMD_Maximize):
785         * fvwm/misc.c:
786         * fvwm/menustyle.h (MenuStyle):
787         * fvwm/menus.c (MenuSizingParameters):
788         (make_menu_window):
789         (paint_menu_gradient_background):
790         (paint_menu_gradient_background):
791         (select_menu_item):
792         (do_menus_overlap):
793         (pop_menu_up):
794         (pop_menu_down_and_repaint_parent):
795         (__mloop_handle_action_without_mi):
796         (do_menu):
797         (get_menu_options):
798         (get_menu_options):
799         * fvwm/menuroot.h (MenuRootStatic):
800         (MenuRootDynamic):
801         * fvwm/menuitem.h (MenuPaintItemParameters):
802         * fvwm/menugeometry.h:
803         * fvwm/menubindings.c (menu_shortcuts):
804         * fvwm/icons.c (SetIconPixmapSize):
805         (GetIconPicture):
806         (DrawIconTitleWindow):
807         (AutoPlaceIcon):
808         (do_all_iconboxes):
809         (GetIconWindow):
810         (GetIconBitmap):
811         * fvwm/gnome.c (GNOME_GetHintIcons):
812         * fvwm/functions.c (FvwmFunction):
813         (__execute_function):
814         (__cf_cleanup):
815         (execute_complex_function):
816         * fvwm/fvwm.c (JunkWidth):
817         (JunkHeight):
818         (JunkBW):
819         (JunkDepth):
820         (JunkMask):
821         (main):
822         * fvwm/externs.h (JunkWidth):
823         (JunkHeight):
824         (JunkBW):
825         (JunkDepth):
826         (JunkMask):
827         * fvwm/focus.c (CMD_WarpToWindow):
828         * fvwm/expand.c (__eae_parse_range):
829         (expand_args_extended):
830         (expand_vars_extended):
831         (expand_vars_extended):
832         * fvwm/ewmh_names.c (EWMH_WMIconName):
833         (EWMH_WMName):
834         * fvwm/ewmh_intern.h:
835         * fvwm/ewmh_icons.c (ewmh_WMIcon):
836         (EWMH_DoUpdateWmIcon):
837         (ewmh_SetWmIconFromPixmap):
838         (ewmh_SetWmIconFromPixmap):
839         (EWMH_DeleteWmIcon):
840         (extract_wm_icon):
841         (extract_wm_icon):
842         (EWMH_SetIconFromWMIcon):
843         * fvwm/ewmh_events.c (ewmh_WMDesktop):
844         (ewmh_WMState):
845         (ewmh_WMIconGeometry):
846         (ewmh_WMStrut):
847         * fvwm/ewmh.h:
848         * fvwm/ewmh.c (ewmh_ChangeProperty):
849         (ewmh_ChangeProperty):
850         (atom_get):
851         (ewmh_AtomGetByName):
852         (ewmh_AddToKdeSysTray):
853         (EWMH_GetWorkAreaIntersection):
854         (ewmh_HandleWindowType):
855         (ewmh_check_wm_pid):
856         * fvwm/geometry.c (constrain_size):
857         * fvwm/geometry.h:
858         * fvwm/events.c (__handle_cr_on_client):
859         (WaitForButtonsUp):
860         * fvwm/events.h:
861         * libs/PictureImageLoader.c:
862         * libs/PictureImageLoader.h:
863         * libs/WinMagic.c:
864         * libs/fvwmlib.h:
865         * libs/Graphics.c (ParseGradient):
866         (CalculateGradientDimensions):
867         (CreateGradientPixmap):
868         (CreateGradientPixmapFromString):
869         * fvwm/colorset.c (update_root_pixmap):
870         * fvwm/builtins.c (CMD_Echo):
871         (CMD_State):
872         * fvwm/add_window.c (AddWindow):
873         * fvwm/screen.h (DecorFace):
874         use int instead of unsigned int
876         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
877         * fvwm/colormaps.c (EnterSubWindowColormap):
878         (LeaveSubWindowColormap):
879         (FetchWmColormapWindows):
880         * libs/vpacket.h:
881         * libs/CombineChars.c (char_combclass):
882         use short instead of short int
883         use long instead of long int
885         * libs/PictureBase.h (FvwmPictureAttributes):
886         (FvwmRenderAttributes):
887         * libs/Flocale.h (FlocaleFont):
888         * fvwm/style.c (style_parse_icon_grid_style):
889         * fvwm/menus.c (size_menu_horizontally):
890         (size_menu_vertically):
891         (paint_menu):
892         (AddToMenu):
893         * fvwm/menuitem.c (menuitem_paint):
894         (menuitem_free):
895         * fvwm/menuitem.h (MenuItem):
896         * fvwm/geometry.c (set_window_border_size):
897         * fvwm/decorations.c (SelectDecor):
898         use int instead of short
900         * fvwm/screen.h (FvwmAcs):
901         (DecorFace):
902         * fvwm/menus.c (MenuSizingParameters):
903         (size_menu_horizontally):
904         (update_menu):
905         (paint_menu_gradient_background):
906         * fvwm/menuroot.h (MenuRootStatic):
907         * fvwm/menuitem.h (MenuItem):
908         (MenuItemPartSizesT):
909         * fvwm/menuitem.c (menuitem_get_size):
910         * fvwm/menudim.h (MenuDimensions):
911         use int instead of unsigned short
913 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
915         * libs/gravity.h:
916         * libs/gravity.c (gravity_move_resize_parent_child):
917         * fvwm/frame.h:
918         * fvwm/frame.c (mr_args_internal):
919         (frame_setup_border):
920         (frame_setup_titlebar):
921         (frame_get_resize_decor_gravities):
922         (frame_get_titlebar_dimensions):
923         use rectangle instead of signed_rectangle
925         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
926         * libs/fvwmrect.h (signed_rectangle):
927         removed type
928         (rectangle):
929         (size_rect):
930         widht and height are now signed values
932         * fvwm/placement.c (get_next_x):
933         (__cp_get_next_x):
934         (get_next_x):
935         (__cp_get_next_y):
936         (__test_fit):
937         (__cp_test_fit):
938         renamed functions
940         * fvwm/placement.c (get_next_x):
941         (get_next_y):
942         (test_fit):
943         (CleverPlacement):
944         cleanup
946 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
948         * NEWS:
949         NEWS entry for StickyIcon, StickyAcrossPagesIcon and
950         StickyAcrossDesksIcon.
952 2007-01-13  Serge Koksharov  <gentoosiast dog yandex dot ru>
954         * fvwm/conditional.c (CreateConditionMask):
955         added conditions StickyIcon, StickyAcrossPagesIcon and
956         StickyAcrossDesksIcon.
958         * fvwm/fvwm.1.in:
959         documented new conditional tests.
960         removed descriptions of styles StickyIconPage & StickyIconDesk which
961         actually don't exists in fvwm.
962         moved StickyIcon/SlipperyIcon descriptions immediately after
963         Sticky/Slippery description.
965 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
967         * fvwm/placement.c (SmartPlacemen):
968         (__sp_test_window):
969         cleaned up SmartPlacement code
971 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
973         * fvwm/ConfigFvwmMenuDefaults:
974         Mouse 0 MS A MenuLeaveSubmenu instead.
976         * fvwm/ConfigFvwmMenuDefaults:
977         Mouse 0 MS A MenuClose to make sidepic and border behave as
978         before menu bindings.
980         * fvwm/fvwm.1.in:
981         * libs/wcontext.h (enum):
982         * fvwm/menubindings.c (menu_binding):
983         (menu_shortcuts):
984         Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
986         * fvwm/menustyle.c (menustyle_parse_old_style):
987         add a message of deprecation.
989 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
991         * fvwm/module_list.h:
992         * fvwm/module_list.c:
993         new files for module handling code.
995         * fvwm/module_list.h:
996         * fvwm/module_interface.h:
997         * fvwm/module_list.c:
998         * fvwm/module_interface.c:
999         (struct mqueue_object_type):
1000         (msg_mask_set):
1001         (module_alloc):
1002         (module_insert):
1003         (module_remove):
1004         (module_free):
1005         (module_get_next):
1006         (set_message_mask):
1007         (get_pipe_name):
1008         (initModules):
1009         (ClosePipes):
1010         (do_execute_module):
1011         (executeModuleDesperate):
1012         (CMD_Module):
1013         (CMD_ModuleListenOnly):
1014         (CMD_ModuleSynchronous):
1015         (HandleModuleInput):
1016         (DeadPipe):
1017         (KillModule):
1018         (KillModuleByName):
1019         (CMD_KillModule):
1020         (PositiveWrite):
1021         (DeleteMessageQueueBuff):
1022         (FlushMessageQueue):
1023         (FlushAllMessageQueues):
1024         (CMD_set_mask):
1025         (CMD_set_sync_mask):
1026         (CMD_set_nograb_mask):
1027         (skipModuleAliasToken):
1028         (countModules):
1029         (struct msg_masks_t):
1030         (struct fmodule):
1031         moved from module_interface.c/h to module_list.c/h
1033         * fvwm/module_list.h (do_execute_module):
1034         * fvwm/module_interface.h (AddToCommandQueue):
1035         (ExecuteModuleCommand):
1036         initialy static functions are exposed for now. Should be fixed soon.
1038         * fvwm/Makefile.am:
1039         added module_list.h and module_list.c
1040         reorganized the c files by size
1042         * fvwm/module_list.h:
1043         * fvwm/module_list.c:
1044         * fvwm/events.c:
1045         * fvwm/fvwm.c:
1046         * fvwm/session.c:
1047         * fvwm/stack.c:
1048         (initModules): (module_init_list):
1049         (ClosePipes): (module_kill_all):
1050         (KillModule): (module_kill):
1051         (countModules): (module_count):
1052         renamed functions to a unified style
1054         * fvwm/module_interface.h:
1055         * fvwm/module_interface.c:
1056         * fvwm/fvwm.c:
1057         * fvwm/events.c:
1058         * fvwm/modconf.c
1059         * fvwm/session.c:
1060         * fvwm/stack.c:
1061         * fvwm/windowshade.c:
1062         * fvwm/functions.c:
1063         * fvwm/move_resize.c:
1064         include file cleanup
1066         * fvwm/module_list.c (do_execute_module):
1067         made absolutely sure the module's read fd is >=0 before inserting
1068         the module on the list
1070         * fvwm/events.c (My_XNextEvent):
1071         * fvwm/module_list.c (PositiveWrite):
1072         (CMD_ModuleSynchronous):
1073         assume module read fd is allways >=0 (remove the tests)
1075         * fvwm/module_list.c (module_free):
1076         no need to test if fd >=0 when closing the pipes.
1078 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1080         * fvwm/menuitem.c (draw_higlight_background):
1081         fix x-origin of HGradients
1083 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
1085         * fvwm/module_interface.c (FlushMessageQueues):
1086         fixed not flushing the first module on the list
1088 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1090         * libs/Flocale.c (FlocaleGetFftFont):
1091         add sanity check for NULL fontname.
1093         * NEWS:
1094         * fvwm/fvwm.1.in:
1095         * fvwm/menuitem.c (menuitem_paint):
1096         (draw_hilight_background):
1097         make all kinds of pixmaps work with hilight background
1099         * libs/Colorset.h (CreateOffsetBackgroundPixmap):
1100         * libs/Colorset.c (CreateOffsetBackgroundPixmap)
1101         (CreateBackgroundPixmap):
1102         added CreateOffsetBackgroundPixmap with the ability to create
1103         transparent images at an offset relative to the window.
1105 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1107         * fvwm/menus.c (__mloop_exit):
1108         (struct):
1109         (__mloop_get_event)
1110         (__mloop_handle_event):
1111         don't warp to parent item when entering other item with mouse.
1113         * NEWS:
1114         * fvwm/fvwm.1.in:
1115         * fvwm/menustyle.c (menustyle_update):
1116         make use of colorset TiledPixmap option with HiglightBack
1117         and HiglightTitleBack menu styles.
1119 2007-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1121         * libs/FScreen.c:
1122         reformatted
1124 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1126         * libs/FScreen.c (FScreenParseGeometry):
1127         don't look up screen info if screen is undefined
1129 2007-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1131         * ONEWS:
1132         * NEWS:
1133         moved the NEWS of 2.2.x and 2.3.x to ONEWS
1135         * libs/fio.c (fvwm_send):
1136         compile fixes
1138         * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
1139         added macro
1141         * libs/fio.c:
1142         * libs/fio.h:
1143         new utility files to wrap writing/reading standard lib functions that
1144         might be interrupted
1146 2007-01-05  Serge Koksharov  <gentoosiast dog yandex dot ru>
1148         * fvwm/ewmh_intern.h:
1149         compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
1150         instead of <time.h>.
1152         * fvwm/windowlist.h:
1153         removed unneeded file.
1155         * fvwm/Makefile.am:
1156         removed windowlist.h from build list.
1158         * libs/PictureUtils.c:
1159         include "ftime.h" instead of <time.h>.
1160         fvwmlib.h header name should be in double quotes not in angle
1161         brackets.
1163         * libs/System.c:
1164         include "ftime.h" instead of <sys/time.h>.
1166 2007-01-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1168         * ChangeLog:
1169         make my email less spider-friendly
1171         * fvwm/bindings.c (binding_cmd):
1172         (ParseBinding):
1173         fix core
1175 2007-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1177         * fvwm/screen.h (ScreenInfo):
1178         made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
1179         casting signed values in calculations to be cast to unsigned
1181         * fvwm/focus.c (__activate_window_by_command):
1182         don't warp the viewport if the center of the window is already in view
1183         fixed a bug in window positioning
1185 2007-01-03  Serge Koksharov  <gentoosiast dog yandex dot ru>
1187         * NEWS:
1188         FvwmIconBox IconColorset's bg wasn't updated immediately.
1190 2007-01-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1192         * fvwm/fvwm.c (main):
1193         close all open fds upon startup
1194         reopen stdin, stdout and stderr if necessary
1195         (reopen_fd):
1196         new function
1198         * fvwm/module_interface.c (do_execute_module):
1199         simplified error handling
1200         check maximum fd when creating modules
1202         * fvwm/events.c (My_XNextEvent):
1203         * fvwm/fvwm.c (main):
1204         replaced fd_width with fvwmlib_max_fd
1206         * libs/fvwmlib.h:
1207         * libs/System.c (fvwmlib_init_max_fd):
1208         added function and fvwmlib_max_fd
1210         * fvwm/events.c (My_XNextEvent):
1211         * fvwm/module_interface.c (CMD_ModuleSynchronous):
1212         switch back to using FD_SET
1214         * fvwm/events.c (My_XNextEvent:
1215         * fvwm/module_interface.h:
1216         * fvwm/module_interface.c:
1217         hide module structure members with access macros and use them
1218         everywhere
1220 2007-01-02  Renato Caldas  <seventhguardian@gmail.com>
1222         * fvwm/module_interface.c (module_add_to_fdsets):
1223         * fvwm/module_interface.h:
1224         created new function that also checks for too many open fds
1226         * fvwm/module_interface.c (CMD_ModuleSynchronous):
1227         * fvwm/events.c (My_XNextEvent):
1228         now using module_add_to_fdset to add pipes to the fdsets
1230 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
1232         * libs/defaults.h (MAX_NUM_MODULES):
1233         * fvwm/module_interface.c (module_alloc):
1234         (do_execute_module):
1235         removed check for MAX_NUM_MODULES - not needed, done by the O.S.
1237         * fvwm/module_interface.c (do_execute_module):
1238         moved the allocation call to the end of the sanity checks and pipe
1239         creation - better for performance
1241 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1243         END MODULE STRUCT PATCHES
1245         * fvwm/module_interface.c (do_execute_module):
1246         fixed another memory leak
1248 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
1250         * fvwm/module_interface.h:
1251         * fvwm/module_interface.c:
1252         * fvwm/modconf.c:
1253         renamed struct module member "pipeName" and "pipeAlias" to "name"
1254         and "alias"
1256         * fvwm/module_interface.c (do_execute_module):
1257         fixed possible memory leak
1259 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1261         * fvwm/events.c (My_XNextEvent):
1262         * fvwm/module_interface.c (module_alloc):
1263         (do_execute_module):
1264         (KillModule):
1265         * fvwm/module_interface.h (fmodule):
1266         replaced int with a flag struct
1268         * fvwm/module_interface.h:
1269         * fvwm/events.c (My_XNextEvent):
1270         * fvwm/module_interface.c (module_alloc):
1271         (module_free):
1272         (module_insert):
1273         (ClosePipes):
1274         add new modules at front of list again
1275         removed global variable init_fdset; use a flag in the module struct
1276         instead
1277         removed the now obsolete module slot count
1279 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
1281         * fvwm/module_interface.c (module_remove):
1282         (KillModule):
1283         moved module remotion code to module_remove()
1285 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1287         * fvwm/events.c (My_XNextEvent):
1288         fixed startup commands
1290         * fvwm/module_interface.c (module_insert):
1291         (module_free):
1292         (KillModule):
1293         (ClosePipes):
1294         append modules at end of list
1296         * fvwm/events.c (My_XNextEvent):
1297         fixed core
1299         * fvwm/module_interface.c (ExecuteModuleCommand):
1300         (PositiveWrite):
1301         (KillModuleByName):
1302         (BroadcastPacket):
1303         (BroadcastNewPacket):
1304         (BroadcastName):
1305         (BroadcastFvwmPicture):
1306         (BroadcastColorset):
1307         (BroadcastPropertyChange):
1308         (BroadcastConfigInfoString):
1309         (CMD_SendToModule):
1310         (FlushAllMessageQueues):
1311         (countModules):
1312         (CMD_set_mask):
1313         (CMD_set_sync_mask):
1314         (CMD_set_nograb_mask):
1315         cleanup
1316         (skipModuleAliasToken):
1317         use MAX_MODULE_ALIAS_LEN
1319         * fvwm/module_interface.c (KillModule):
1320         (do_execute_module):
1321         (module_alloc):
1322         added a "slot" member to the module struct to fix the init_fdset hack
1323         for now
1325         * libs/defaults.h (MAX_NUM_MODULES):
1326         (MAX_MODULE_ALIAS_LEN):
1327         new config values
1329         * fvwm/module_interface.c (do_execute_module):
1330         rewrote module struct initialization
1331         (HandleModuleInput):
1332         use %p to print module address, don't cast it to int
1334         * fvwm/module_interface.c (ClosePipes):
1335         (KillModule):
1336         use module_free
1337         (msg_mask_set):
1338         (module_insert):
1339         (module_alloc):
1340         new functions()
1342         * fvwm/module_interface.c (FreeModule):
1343         (module_free):
1344         renamed function
1346         * fvwm/module_interface.c (KillModule):
1347         (FreeModule):
1348         * fvwm/events.c (My_XNextEvent):
1349         * fvwm/execcontext.h:
1350         * fvwm/modconf.c (CMD_Send_ConfigInfo):
1351         (ModuleConfig):
1352         * fvwm/stack.c (BroadcastRestack):
1353         cleanup
1355         * fvwm/module_interface.c (module_get_next):
1356         * fvwm/module_interface.h:
1357         new function
1359 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
1361         * fvwm/modconf.c (ModuleConfig):
1362         (SendConfigToModule):
1363         (send_xinerama_state):
1364         (send_desktop_names):
1365         (send_desktop_geometry):
1366         (send_image_path):
1367         (send_color_limit):
1368         (send_colorsets):
1369         (send_click_time):
1370         (send_move_threshold):
1371         (send_ignore_modifiers):
1372         (CMD_Send_ConfigInfo):
1373         * fvwm/functions.c (__execute_function):
1374         * fvwm/events.c (My_XNextEvent):
1375         * fvwm/module_interface.h (msg_masks_t):
1376         (fmodule):
1377         * fvwm/execcontext.c (__exc_change_context):
1378         (exc_create_null_context):
1379         * fvwm/execcontext.h:
1380         Initial module struct patches
1382         BEGIN MODULE STRUCT PATCHES
1384 2006-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1386         * fvwm/events.c (HandleFocusOut):
1387         (__refocus_stolen_focus_win):
1388         (HandleEnterNotify):
1389         less disruptive way of restoring focus to the window it was stolen from
1391 2006-12-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1393         * fvwm/events.c (HandleEnterNotify):
1394         restore focus to windows that had it stolen by
1395         unmanaged windows on enter of any unmanaged windows.
1397 2006-12-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1399         * fvwm/menubindings.c:
1400         don't include menus.h
1402         * fvwm/ConfigFvwmMenuDefaults:
1403         all bindings are silent
1405 2006-12-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1407         * fvwm/ConfigFvwmMenuDefaults:
1408         make all numpad keys silent -- not all keyboads have a numpad
1409         add KP_Separator for MenuClose
1411 2006-12-30  Serge Koksharov  <gentoosiast dog yandex dot ru>
1413         * fvwm/fvwm.1.in:
1414         documented missing menu bindings.
1416         * fvwm/ConfigFvwmMenuDefaults:
1417         fixed wrong menu bindings.
1419 2006-12-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1421         * fvwm/menubindings.c:
1422         * fvwm/menubindings.h:
1423         * fvwm/menucmd.c:
1424         * fvwm/menudim.c:
1425         * fvwm/menudim.h:
1426         * fvwm/menugeometry.c:
1427         * fvwm/menugeometry.h:
1428         * fvwm/menuitem.c:
1429         * fvwm/menuitem.h:
1430         * fvwm/menuroot.h:
1431         * fvwm/menus.c:
1432         * fvwm/menus.h:
1433         * fvwm/move_resize.c:
1434         * fvwm/move_resize.h:
1435         * fvwm/windowlist.c:
1436         simplified including header files
1438         * fvwm/menus.c (__mloop_handle_event):
1439         * fvwm/menuparameters.h:
1440         * fvwm/menubindings.c (menu_shortcuts):
1441         do not call find_entry directly but return MENU_NEWITEM_FIND instead
1443         * fvwm/menus.c (__mloop_handle_event):
1444         * fvwm/menuparameters.h:
1445         * fvwm/menubindings.c (menu_shortcuts):
1446         do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
1447         instead
1449         * fvwm/menus.h (MenuParameters):
1450         (MenuOptions):
1451         (MenuPosHints):
1452         (MenuRC):
1453         (MenuReturn):
1454         (MenuRepaintTransparentParameters):
1455         * fvwm/menuparameters.h (MenuParameters):
1456         (MenuOptions):
1457         (MenuPosHints):
1458         (MenuRC):
1459         (MenuReturn):
1460         (MenuRepaintTransparentParameters):
1461         moved to menuparameters.h
1463         * fvwm/menus.h (MenuRoot):
1464         (MenuRootDynamic):
1465         (MenuRootStatic):
1466         * fvwm/menutypes.h (MenuRoot):
1467         (MenuRootDynamic):
1468         (MenuRootStatic):
1469         moved to menuroot.h
1471         * fvwm/menus.c (menu_get_geometry):
1472         (menu_get_outer_geometry):
1473         * fvwm/menugeometry.c (menu_get_geometry):
1474         (menu_get_outer_geometry):
1475         moved to menugeometry.c
1477         * fvwm/menuparameters.h:
1478         * fvwm/menutypes.h:
1479         * fvwm/menugeometry.c:
1480         * fvwm/menugeometry.h:
1481         * fvwm/Makefile.am:
1482         new files
1484         * fvwm/menubindings.h (enum):
1485         * fvwm/menus.c (enum):
1486         moved enum menu_shortcut_action to menubindings.h
1487         (get_selectable_item_index):
1488         (get_selectable_item_from_index):
1489         (get_selectable_item_from_section):
1490         (get_selectable_item_count):
1491         (parse_menu_action):
1492         moved to menubindings.c
1494         * fvwm/menus.c (enum):
1495         (parse_menu_action):
1496         (menuShortcuts):
1497         renamed enum shortcut_action to menu_shortcut_action
1499         * fvwm/fvwm.c (SetRCDefaults):
1500         read default config file after all other defaults
1502 2006-12-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1504         * fvwm/ConfigFvwmMenuDefaults:
1505         * fvwm/fvwm.c (SetRCDefaults):
1506         make the hard coded menu bindings load before ConfigFvwmDefaults
1507         move Mouse 0 ... to ConfigFvwmMenuDefaults
1509 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1511         * fvwm/ConfigFvwmMenuDefaults:
1512         * fvwm/fvwm.c (SetRCDefaults):
1513         added hard coded default menu bindings
1515 2006-12-29  Serge Koksharov  <gentoosiast dog yandex dot ru>
1517         * fvwm/fvwm.1.in:
1518         documentation fixes.
1520 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1522         * fvwm/bindings.c:
1523         * fvwm/menubindings.h:
1524         * fvwm/menubindings.c:
1525         * fvwm/menus.h:
1526         * fvwm/menus.c:
1527         * fvwm/Makefile.am:
1528         moved new menu binding code to menubindings.c, menubindings.h
1529         split binding into a regular list and a fallback list that can not be
1530         modified
1532         * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
1533         fixed calculation of new geometry if x or y is negative
1535         * fvwm/geometry.c (maximize_adjust_offset):
1536         fixed calculations of normal geometry when maximized
1538 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1540         * NEWS:
1541         * fvwm/ConfigFvwmMenuDefaults:
1542         * fvwm/fvwm.c (SetRCDefaults):
1543         * fvwm/menus.c (parse_menu_action):
1544         * fvwm/fvwm.1.in:
1545         rename menu action to menu bindings and make menu binding commands
1546         more verbose.  Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
1547         ensure basic function with ConfigFvwmMenuDefaults missing.
1549 2006-12-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1551         * fvwm/menus.c (menuShortcuts):
1552         fixed compiler warning.
1554 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1556         * fvwm/fvwm.1.in:
1557         corrected mis-spelling
1559         * AUTHORS:
1560         * NEWS:
1561         * fvwm/fvwm.1.in:
1562         * fvwm/menus.h:
1563         * fvwm/menus.c (handle_emacs_bindings):
1564         (parse_menu_action)
1565         (menuShortcuts):
1566         (__mloop_handle_event):
1567         (menu_binding):
1568         * fvwm/bindings.c (ParseBinding):
1569         * fvwm/Makefile.am (config_DATA):
1570         * fvwm/ConfigFvwmDefaults:
1571         * fvwm/ConfigFvwmMenuDefaults:
1572         fully configurable mouse any key bindings for menu navigation.
1574 2006-12-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1576         * fvwm/virtual.c (HandlePaging):
1577         removed bogus comment
1579         * fvwm/move_resize.c (__move_loop):
1580         cleanup
1581         (__resize_window):
1582         allow paging during resize with "EdgeScroll 0 0" as documented in the
1583         man page
1584         fixed disappearing windows with "maximize; resize - abort; unmaximize"
1586         * fvwm/fvwm.h (FvwmWindow):
1587         * fvwm/add_window.c (AddWindow):
1588         * fvwm/add_window.c (setup_frame_window):
1589         * fvwm/add_window.c (setup_parent_window)
1590         * fvwm/borders.c (border_draw_decorations):
1591         * fvwm/borders.c (border_draw_one_border_part):
1592         * fvwm/borders.c (border_get_parts_and_pos_to_draw)
1593         * fvwm/borders.c (border_get_titlebar_descr)
1594         * fvwm/builtins.c (__remove_window_decors):
1595         * fvwm/conditional.c (MatchesConditionMask):
1596         * fvwm/events.c (HandleMapNotify):
1597         * fvwm/events.c (HandleMapRequestKeepRaised)
1598         * fvwm/events.c (HandlePropertyNotify):
1599         * fvwm/events.c (HandleShapeNotify):
1600         * fvwm/events.c (__cr_detect_icccm_move)
1601         * fvwm/events.c (__cr_get_grav_position):
1602         * fvwm/events.c (__cr_get_static_position)
1603         * fvwm/events.c (__handle_configure_request)
1604         * fvwm/events.c (__handle_cr_on_client):
1605         * fvwm/ewmh.c (EWMH_fullscreen):
1606         * fvwm/focus.c (__activate_window_by_command):
1607         * fvwm/focus.c (__set_focus_to_fwin):
1608         * fvwm/focus.c (warp_to_fvwm_window):
1609         * fvwm/frame.c (__frame_setup_window):
1610         * fvwm/frame.c (frame_create_move_resize_args)
1611         * fvwm/frame.c (frame_free_move_resize_args):
1612         * fvwm/frame.c (frame_move_resize_step)
1613         * fvwm/frame.c (frame_reshape_border):
1614         * fvwm/geometry.c (constrain_size):
1615         * fvwm/geometry.c (get_icon_corner)
1616         * fvwm/geometry.c (get_page_offset):
1617         * fvwm/geometry.c (get_page_offset_check_visible):
1618         * fvwm/geometry.c (get_shaded_client_window_pos):
1619         * fvwm/geometry.c (get_title_button_geometry):
1620         * fvwm/geometry.c (get_title_geometry)
1621         * fvwm/geometry.c (get_unshaded_geometry):
1622         * fvwm/geometry.c (get_visible_window_or_icon_geometry)
1623         * fvwm/geometry.c (gravity_constrain_size):
1624         * fvwm/geometry.c (maximize_adjust_offset):
1625         * fvwm/geometry.c (update_absolute_geometry):
1626         * fvwm/geometry.c (update_relative_geometry)
1627         * fvwm/gnome.c (GNOME_SetWinArea):
1628         * fvwm/icons.c (AutoPlaceIcon):
1629         * fvwm/icons.c (DeIconify):
1630         * fvwm/icons.c (Iconify):
1631         * fvwm/module_interface.c (CONFIGARGS):
1632         * fvwm/move_resize.c (AnimatedMoveAnyWindow)
1633         * fvwm/move_resize.c (CMD_Maximize):
1634         * fvwm/move_resize.c (CMD_ResizeMaximize):
1635         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
1636         * fvwm/move_resize.c (__move_loop):
1637         * fvwm/move_resize.c (__move_window):
1638         * fvwm/move_resize.c (__resize_window):
1639         * fvwm/move_resize.c (maximize_fvwm_window):
1640         * fvwm/move_resize.c (resize_move_window):
1641         * fvwm/move_resize.c (stick_across_pages):
1642         * fvwm/move_resize.c (unmaximize_fvwm_window):
1643         * fvwm/placement.c (__explain_placement):
1644         * fvwm/placement.c (__place_get_wm_pos):
1645         * fvwm/placement.c (get_next_x):
1646         * fvwm/placement.c (get_next_y):
1647         * fvwm/placement.c (test_fit)
1648         * fvwm/session.c (MatchWinToSM):
1649         * fvwm/session.c (SaveWindowStates):
1650         * fvwm/update.c (apply_window_updates):
1651         * fvwm/virtual.c (MoveViewport):
1652         * fvwm/windowlist.c (CMD_WindowList):
1653         * fvwm/windowshade.c (CMD_WindowShade):
1654         put some of the window geometry members into a separate struct window_g
1655         with members frame, normal, max, max_defect, max_offset
1657 2006-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1659         * NEWS:
1660         * AUTHORS:
1661         * fvwm/window_flags.h:
1662         * fvwm/style.h:
1663         * fvwm/style.c (style_parse_one_style_option):
1664         * fvwm/icons.c (DrawIconTitleWindow):
1665         * fvwm/fvwm.h (common_flags_t):
1666         * fvwm/fvwm.1.in (Style):
1667         * fvwm/borders.c:
1668         (border_draw_title_stick_lines):
1669         Applied Stippled patch by Thomas Adam with some fixes.
1671 2006-12-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1673         * NEWS:
1674         FvwmWinList button/list syncronization fixed (bug #1393)
1676 2006-12-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1678         * NEWS:
1679         * configure.ac:
1680         updated for 2.5.20.
1682         * NEWS:
1683         * configure.ac:
1684         updated for 2.5.19 release
1686         * NEWS:
1687         updated after 2.4.20 release
1689         * NEWS:
1690         * fvwm/focus.c (focus_get_fpol_context_flag):
1691         * fvwm/events.c (__check_click_to_focus_or_raise)
1692         (__handle_click_to_focus):
1693         Treat EWMH desktop as client window under click to focus. (#1492)
1695 2006-12-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1697         * libs/Module.h (MX_REPLY):
1698         (MAX_EXTENDED_MESSAGES):
1699         (MAX_XMSG_MASK):
1700         * fvwm/module_interface.c (CMD_Send_Reply):
1701         * fvwm/functable.c (func_table):
1702         * fvwm/commands.h:
1703         Added Send_Reply module only command.
1705 2006-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1707         * libs/PictureUtils.c (init_static_colors_table):
1708         fix fvwm for < 8 bit depth, bug #1677
1710 2006-11-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1712         * fvwm/misc.c (IsRectangleOnThisPage):
1713         new fix for signedness problems.
1715 2006-10-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1717         * fvwm/misc.c (IsRectangleOnThisPage):
1718         fix signedness problem with test introduced by gcc4 fix below.
1720 2006-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1722         * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
1723         (size_rect):
1724         (rectangle)
1725         (signed_rectangle):
1726         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
1727         * libs/gravity.h (gravity_move_resize_parent_child):
1728         * libs/gravity.c (gravity_move_resize_parent_child):
1729         * fvwm/frame.h (frame_get_titlebar_dimensions)
1730         * fvwm/frame.c (frame_get_titlebar_dimensions_only)
1731         (frame_get_resize_decor_gravities):
1732         (mr_args_internal):
1733         (frame_setup_border):
1734         (frame_setup_titlebar)
1735         (frame_get_resize_decor_gravities):
1736         (frame_get_titlebar_dimensions):
1737         split rectangle into a signed size and an unsigned size type.
1739         * fvwm/screen.h (ScreenInfo):
1740         * libs/FScreen.h (FScreenGetScrRect):
1741         (FScreenGetResistanceRect):
1742         * libs/FScreen.c (XineramaScreenInfo):
1743         (FScreenGetGeometry)
1744         (FScreenGetScrRect):
1745         (FScreenClipToScreen):
1746         (FScreenCenterOnScreen)
1747         (FScreenGetResistanceRect):
1748         (FScreenIsRectangleOnScreen):
1749         * fvwm/fvwm.h (FvwmWindow):
1750         * fvwm/screen.h (DecorFace):
1751         * libs/fvwmlib.h (CreateGradientPixmap):
1752         * libs/Graphics.c (CreateGradientPixmap):
1753         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
1754         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
1755         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
1756         (PImageLoadPixmapFromFile):
1757         (PImageLoadPixmapFromXpmData):
1758         * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
1759         (PImageCreatePixmapFromArgbData):
1760         (PImageLoadPixmapFromFile)
1761         (PImageLoadFvwmPictureFromFile):
1762         (PImageLoadPixmapFromXpmData):
1763         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
1764         * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
1765         (EWMH_SetIconFromWMIcon):
1766         * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
1767         * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
1768         * fvwm/colorset.c (parse_colorset):
1769         * fvwm/icons.c (DrawIconTitleWindow):
1770         (AutoPlaceIcon)
1771         (do_all_iconboxes):
1772         * fvwm/menus.h (MenuRootDynamic):
1773         * fvwm/menus.c (update_menu):
1774         (pop_menu_up):
1775         (do_menu)
1776         (get_menu_options):
1777         * fvwm/move_resize.c (GetMoveArguments):
1778         (ParseOneResizeArgument)
1779         (GetResizeArguments):
1780         (GetResizeMoveArguments):
1781         (DoSnapAttract)
1782         (__move_loop):
1783         (CMD_Maximize):
1784         change dimensions and allocation counts to unsigned types.
1786         * libs/Flocale.h (FlocaleStringNumberOfBytes)
1787         (FlocaleStringByteToCharOffset):
1788         (FlocaleStringCharToByteOffset)
1789         (FlocaleStringCharLength)
1790         * libs/Flocale.c (FlocaleStringNumberOfBytes)
1791         (FlocaleStringByteToCharOffset):
1792         (FlocaleStringCharToByteOffset)
1793         (FlocaleStringCharLength):
1794         (FlocaleUtf8ToUnicodeStr2b)
1795         (FlocaleStringToString2b):
1796         (FlocaleEncodeString):
1797         * libs/Ficonv.c (convert_charsets):
1798         change most string types to char* from unsigned char* to match
1799         with system headers without casts.
1801         * libs/Flocale.c (FlocaleLoadFont):
1802         init shadow_dir to make gcc 4 happy.
1804         * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
1805         (CSETS_IS_TRANSPARENT_ROOT_TRAN):
1806         (CSETS_IS_TRANSPARENT_ROOT_PURE)
1807         (CSETS_IS_TRANSPARENT_PR_PURE):
1808         (CSETS_IS_TRANSPARENT_ROOT)
1809         (CSETS_IS_TRANSPARENT):
1810         compare pointer with NULL, not >= 0.
1812         * libs/FTips.h (ftips_position_t):
1813         * fvwm/expand.c (partial_extended_vars):
1814         * fvwm/placement.c (preason_screen_t):
1815         remove comma last in enums.
1817         * fvwm/style.c (style_parse_focus_policy_style):
1818         change 0xffffffff to ~0 to silience truncation warning.
1820         * fvwm/session.h (mwtsm_state_args):
1821         make flags unsigned.
1823         * fvwm/schedule.c (sq_object_type):
1824         change // to /* ... */
1826         * libs/Fft.c (FftGetFontWidths):
1827         (FftTextWidth):
1828         * libs/FScreen.c (FScreenConfigureSLSScreens):
1829         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
1830         (EWMH_SetDesktopNames):
1831         * fvwm/fvwm.c (LoadDefaultLeftButton):
1832         (LoadDefaultRightButton):
1833         * fvwm/builtins.c (ReadDecorFace):
1834         (CMD_State):
1835         silence signedness warnings by casts.
1837         * fvwm/borders.c (ROTATE_RECTANGLE):
1838         make sure tr is initialized.
1840         * fvwm/add_window.c (FetchWmProtocols):
1841         use unsigned type for l_protocols.
1843 2006-09-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1845         * fvwm/events.c (HandleFocusIn):
1846         (HandleFocusOut):
1847         * fvwm/focus.c (__set_focus_to_fwin):
1848         fix focus decoration when unmanaged are focused, unless
1849         FlickeringQtDialogsWorkaround is on. Closes bug #758.
1851 2006-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1853         * fvwm/geometry.c (constrain_size):
1854         repeat aspect-resizing in a loop to get a stable result that does not
1855         change the next time the frame is set up
1857 2006-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1859         * NEWS:
1860         * configure.ac:
1861         increased version to 2.5.19
1862         released 2.5.18
1864         * NEWS:
1865         * configure.ac:
1866         updated for 2.5.18 release
1868 2006-09-04  Renato Caldas  <seventhguardian@gmail.com>
1870         * acinclude.m4:
1871         removed the unused test for imlib
1872         removed the Imlib.h header from gdk_imlib test programs
1874 2006-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1876         * fvwm/ewmh.c (atom_get):
1877         fix offset and length args for XGetWindowProperty() (to support 64bit
1878         architectures)
1880 2006-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1882         * fvwm/events.c (HandleUnmapNotify):
1883         immediately handle MapRequests after unmapping a window while we still
1884         have the context fvwm window; this is necessary to allow the client to
1885         re-map a window before fvwm can reparent it to the root window
1886         (HandleMapRequestKeepRaised):
1887         cleaned up
1889 2006-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1891         * fvwm/ewmh.c (ewmh_HandleDesktop):
1892         fixed handling of ClickToFocusPassesClick with the EWMH desktop
1893         window
1895 2006-08-29  Harald Dunkel  <harald.dunkel@t-online.de>
1897         * fvwm/icccm2.c:
1898         * fvwm/gnome.c:
1899         * fvwm/decorations.c:
1900         fix offset and length args for XGetWindowProperty() (to support 64bit
1901         architectures)
1903 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1905         * NEWS:
1906         * fvwm/expand.c (expand_vars_extended):
1907         correctly expand break.
1908         * fvwm/conditional.c (__rc_matches_rcstring_consume):
1909         fix matching break.
1911 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1913         * fvwm/decorations.h (is_function_allowed):
1914         * fvwm/decorations.c (__is_resize_allowed):
1915         (is_function_allowed):
1916         work on 'const FvwmWindow *'
1918         * fvwm/fvwm.h (action_flags):
1919         * fvwm/style.c (check_window_style_change):
1920         * fvwm/module_interface.c (__get_allowed_actions)
1921         (CONFIGARGS):
1922         * libs/vpacket.h (ConfigWinPacket):
1923         expose fvwm allowed actions to modules
1925 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1927         * fvwm/move_resize.c (__move_icon):
1928         *do* map icon windows for pictured icons on move, but only if they end
1929         up on the current desk
1931 2006-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1933         * fvwm/move_resize.c (__move_icon):
1934         don't map icon windows for pictured icons on move
1936 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1938         * fvwm/style.c (remove_all_of_style_from_list):
1939         (__simplify_style_list):
1940         (blockor):
1941         (blockand):
1942         (blockunmask)
1943         (blockissubset):
1944         (style_ids_are_equal):
1945         (style_id_equals_id)
1946         (styles_have_same_id):
1947         (fw_match_style_id)
1948         (one_fw_can_match_both_ids):
1949         (check_window_style_change):
1950         use int/0/1 instead of Bool/False/True
1952         * fvwm/move_resize.c (stick_across_pages):
1953         use False instead of FALSE
1955         * fvwm/style.c (fw_match_style_id):
1956         * fvwm/read.c (run_command_file):
1957         (push_read_file):
1958         * fvwm/add_window.c (MappedNotOverride):
1959         * libs/wild.c (matchWildcards):
1960         use 0 and 1 instead of FALSE and TRUE
1962         * fvwm/fvwm.h:
1963         removed TRUE and FALSE
1965 2006-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1967         * NEWS:
1968         FvwmPager !IconTitle style bugfix.
1970 2006-07-31  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1972         * fvwm/fvwm.1.in:
1973         Updated description of Wait command in man page.
1975 2006-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1977         * libs/Flocale.c (FlocaleFontStructDrawString)
1978         (FlocaleRotateDrawString):
1979         (FlocaleDrawString):
1980         fixed drawing of forecolor/hilightfore
1982         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
1983         always unmaximize and resize window when leaving fullscreen state,
1984         not just if it did not start as fullscreen
1986 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
1988         * fvwm/fvwm.1.in (MenuStyle):
1989         added a reference to the prefered ! style negation flag,
1990         and listed the other deprecated negative forms in one place.
1991         (ActiveForeOff):
1992         (AnimationOff):
1993         (AutomaticHotkeysOff):
1994         (HilightBackOff):
1995         (TitleWarpOff):
1996         changed to the ! negation form and listed as deprecated.
1997         (ActiveBack):
1998         removed relics from the man page
2000 2006-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2002         * NEWS:
2003         * configure.ac:
2004         increased version to 2.5.18
2005         released 2.5.17
2007         * NEWS:
2008         * configure.ac:
2009         updated for 2.5.17 release
2011 2006-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2013         * fvwm/move_resize.c (__move_window):
2014         allow moving a window without an icon while it's iconified based on the
2015         frame geometry
2017 2006-07-17  Serge Koksharov  <gentoosiast dog yandex dot ru>
2019         * fvwm/menustyle.c (menustyle_copy):
2020         Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
2022 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
2024         * fvwm/fvwm.1.in:
2025         NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
2026         changed the manpage to reflect the prefered style negation method,
2027         that is, using the !* negation sign.
2029 2006-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2031         * fvwm/fvwm.1.in (COMMAND EXPANSION):
2032         removed documentation of filters.
2034         * NEWS:
2035         * fvwm/expand.c (check_first_filter):
2036         (apply_filters)
2037         (expand_args_extended):
2038         (expand_vars_extended):
2039         (expand_vars):
2040         removed variable filter implementation and backslash-escaping.
2042 2006-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2044         * NEWS:
2045         News blurb for variable filters and backslash-escaping.
2046         * fvwm/fvwm.1.in:
2047         documentation of variable filters.
2049 2006-07-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2051         * fvwm/expand.c (chec):
2052         (first_filter):
2053         (apply_filters)
2054         (expand_args_extended):
2055         (expand_vars_extended):
2056         (expand_vars):
2057         implemented variable filters.
2059         * fvwm/expand.c (expand_vars):
2060         made backslash work as escape character within extended variables.
2062         * libs/Strings.h (QuoteEscapeString):
2063         (QuoteEscapeStringLength):
2064         * libs/Strings.c (QuoteEscapeString):
2065         (QuoteEscapeStringLength):
2066         new functions: QuoteEscapeString and QuoteEscapeStringLength for
2067         generic quoting.
2069         * fvwm/expand.c (expand_args_extended):
2070         make upper limit inclusive.
2072         * fvwm/functions.c (__execute_function):
2073         Changed PeekToken to GetNextToken before expand_vars call.
2075         * fvwm/fvwm.1.in:
2076         updated documentation regarding quoting in expand_args_extended
2078 2006-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2080         * fvwm/expand.c (__eae_parse_range):
2081         reject everything that does not begin with a digit
2083         * libs/Parse.c (SkipNTokens):
2084         stop skipping tokens at the end of input
2086         * fvwm/expand.c (__eae_parse_range):
2087         bugfixes
2088         (expand_vars):
2089         reformatted
2090         (__eae_parse_range):
2091         fixed parsing of $[n-]
2093 2006-07-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2095         * fvwm/expand.c (expand_args_extended):
2096         fixed core dump
2097         added range check for positional parameters
2098         (expand_args_extended):
2099         (__eae_parse_range):
2100         cleaned up and simplified parsing code
2101         properly unquote arguments when expanding
2102         removed the patch below
2104 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2106         * fvwm/expand.c (expand_args_extended):
2107         removed range check for positional parameters
2108         make single arguments not use the 'upper' variable
2109         changed back to PeekToken for single arguemnts.
2110         improved some comments.
2112 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2114         * fvwm/expand.c (expand_args_extended):
2115         Fix segfault when called with a tokenless string for single arguments.
2117 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
2118         * docs/FAQ:
2119         Usage of FvwmAuto module in FAQ 7.17 was incorrect.
2120         Reported by Serge Koksharov.
2122 2006-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2124         * fvwm/placement.c (__explain_placement):
2125         print initial size of window too
2127         * libs/Makefile.am (libfvwm_a_SOURCES):
2128         * libs/fvwm_sys_stat.h:
2129         added compat file
2131         * configure.ac:
2132         added O_NOFOLLOW replacement and always include fcntl.h
2134 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
2135         * libs/Parse.c:
2136         Added DV's mailing-list comments about how PeekToken & GetNextToken
2137         work as comments to the source code. (slightly modified)
2139 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2141         * fvwm/schedule.c (CMD_Schedule):
2142         Fixed parsing of "Periodic" option.
2144 2006-07-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2146         * NEWS:
2147         Fix for tempfile vulnerabilities in FvwmCommand.
2148         * configure.ac:
2149         Added check for lstat.
2151 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
2152         * fvwm/schedule.c:
2153         * NEWS:
2154         * AUTHORS:
2155         * fvwm/fvwm.1.in:
2156         Added "Periodic" option to Schedule command.
2158 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2160         * fvwm/module_interface.c (KillModule):
2161         (ClosePipes):
2162         fixed KillModule
2165 2006-07-09  Renato Caldas  <seventhguardian@gmail.com>
2167         * fvwm/fvwm.c (main):
2168         changed the -blackout warning to say it will be removed in 3.0
2170         * fvwm/fvwm.1.in (-blackout):
2171         updated the manual regarding the future remotion of -blackout
2173 2006-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2175         * NEWS:
2176         * configure.ac:
2177         added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
2179 2006-07-08  Renato Caldas  <seventhguardian@gmail.com>
2181         *libs/alloca.c (DEBUG_I00FUNC)
2182         removed old debug code
2184 2006-07-07  Renato Caldas  <seventhguardian@gmail.com>
2186         * libs/debug.c:
2187         removed the old unused file
2189         * libs/Makefile.am (libfvwm_a_SOURCES):
2190         removed the reference to debug.c
2192         * libs/fvwmlib.h:
2193         removed the code related to libs/debug.c
2195         * fvwm/module_interface.c (make_named_packet)
2196         removed the #if 0'ed debug code related to debug.c
2198         fvwm/focus.h (DEBUG_FOCUS)
2199         removed the #ifdef'ed to 0 debug code related to debug.c
2202 2006-07-06  Renato Caldas  <seventhguardian@gmail.com>
2204         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
2205         removed useles definition.
2207         * modules/FvwmPager/FvwmPager.c (main):
2208         (ParseOptions):
2209         removed most of the debug code.
2210         changed termination debug to use 'isTerminated' instead of
2211         'debug_term_signal'.
2212         changed termination debug to compile on FVWM_DEBUG_MSGS instead
2213         of DEBUG.
2215         * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
2216         * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
2217         (fvwmSetTerminate):
2218         removed unused debug_term_signal.
2220 2006-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2222         * NEWS:
2223         Work around for Cygwin not requiering '_GNU_SOURCE' to use
2224         stdio's getline; news entry.
2226 2006-06-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2228         * fvwm/commands.h:
2229         * fvwm/module_interface.c (CMD_ModuleListenOnly):
2230         (do_execute_module):
2231         (PositiveWrite):
2232         (ClosePipes):
2233         (KillModule):
2234         * fvwm/commands.h (enum):
2235         * fvwm/functable.c (func_table):
2236         new command ModuleListenOnly
2238 2006-06-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2240         * fvwm/move_resize.c (__move_loop):
2241         make sure a window is snapped in __move_loop when a button is released
2242         if it was snapped before
2244 2006-06-04  Mikhael Goikhman  <migo@homemail.com>
2246         * fvwm/expand.c (expand_vars_extended):
2247         convert function to have a single return point; this is good to
2248         implement doc/todo-vars filters in the future;
2249         fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
2250         to behave like deprecated $n, $c and $r, i.e. quote them
2252 2006-06-03  Mikhael Goikhman  <migo@homemail.com>
2254         * fvwm/expand.c:
2255         multiple minor tweaks: remove trailing spaces and other
2256         re-spacing and re-indenting, remove old "#if 0" code
2258 2006-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2260         * fvwm/move_resize.c (ParseOneResizeArgument):
2261         rewrote parsing of resize arguments
2262         new prefix 'w' for resizing
2264 2006-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2266         * fvwm/conditional.c (MatchesConditionMask):
2267         fixed handling of some conditions (iconifiable, fixed, ...)
2269 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
2271         * fvwm/fvwm.1.in:
2272         s/reverted/negated/
2274         * fvwm/conditional.c:
2275         Output an error message if an unrecognised conditional is used
2276         with the Test or TestRc commands.
2278 2006-05-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2280         * fvwm/frame.c (frame_mrs_hide_changing_parts):
2281         do not map hide windows if their width or height is zero
2283 2006-05-09  Serge Koksharov  <gentoosiast dog yandex dot ru>
2285         * fvwm/ewmh_events.c:
2286         * fvwm/fvwm.1.in:
2287         * fvwm/gnome.c:
2288         * libs/FlocaleCharset.c:
2289         corrected typos
2291         * libs/Flocale.c:
2292         corrected typos in warning messages
2294         * libs/Colorset.c:
2295         * libs/PictureGraphics.c:
2296         * libs/PictureGraphics.h:
2297         renamed function PGraphicsCreateTransprency to
2298         PGraphicsCreateTransparency
2300 2006-04-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2302         * fvwm/fvwm.1.in (COMMAND EXPANSION):
2303         * fvwm/expand.c (expand_args_extended):
2304         fixed $[n] to work exactly as $n, i.e. dequote the expansion.
2306 2006-04-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2308         * NEWS:
2309         * fvwm/fvwm.1.in (COMMAND EXPANSION):
2310         * fvwm/expand.c (expand_args_extended):
2311         (expand_vars):
2312         added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
2314         * fvwm/conditional.c (CMD_All):
2315         * fvwm/fvwm.1.in (All):
2316         changed Reverse and UseStack options to have free order.
2318         * NEWS:
2319         * fvwm/fvwm.1.in (WindowShade):
2320         * fvwm/windowshade.c (CMD_WindowShade):
2321         * fvwm/add_window.c (setup_window_structure):
2322         added last direction to WindowShade command.
2324 2006-04-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2326         * fvwm/fvwm.1.in (All):
2327         corrected typo
2329 2006-04-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2331         * NEWS:
2332         * fvwm/fvwm.1.in (All):
2333         * fvwm/conditional.c (CMD_All):
2334         added reverse option to All command to do the action in opposite order
2335         added UseStack option to All command to use the stack ring instead of
2336         the window ring.
2338 2006-04-07  Serge Koksharov  <gentoosiast dog yandex dot ru>
2340         * bin/fvwm-bug.in:
2341         changed fallback editor from `emacs' to `vi' because it much
2342         more widespread on non-Linux systems
2343         fixed errors (because of incorrect syntax fallback entries were
2344         not used)
2345         now script honors `TMPDIR' env. variable and if it's not set it
2346         fallback to `/tmp' directory when creating temporary file
2348 2006-04-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2350         * fvwm/fvwm.1.in:
2351         changed description of the fvwmstyle resource usage
2352         to state that it's used in addition to the other
2353         matches
2354         * fvwm/style.c (fw_match_style_id):
2355         fixed a typo in style_name matching
2357 2006-04-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2359         * fvwm/style.c (fw_match_style_id):
2360         reformatted code and fixed a warning
2362 2006-04-04  Serge Koksharov  <gentoosiast dog yandex dot ru>
2364         * ChangeLog:
2365         * bin/ChangeLog:
2366         * libs/Fft.c (FftGetFont):
2367         * libs/System.c:
2368         corrected typos
2370         * libs/System.c (fvwm_mkstemp):
2371         because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
2372         function was never used, even if it was considered secure by configure
2373         script.
2375 2006-04-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2377         * AUTHORS:
2378         added some more suff to the list of what I've done.
2379         * NEWS:
2380         * fvwm/fvwm.1.in:
2381         * fvwm/add_window.c (__add_window_handle_x_resources)
2382         (destroy_window):
2383         (AddWindow):
2384         * fvwm/fvwm.h (FvwmWindow):
2385         added fvwmstyle resource to override style name
2387 2006-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2389         * fvwm/menus.c (pop_menu_up):
2390         as documented, do not warp to title for root menus with TitleWarp
2392 2006-03-21  Serge Koksharov  <gentoosiast dog yandex dot ru>
2394         * fvwm/fvwm.1.in:
2395         Removed duplicated 'NoIcon' style option description in the end
2396         of the `The Style command...' section.
2397         Removed `Recapture True' option setting in example of BusyCursor
2398         description, because `Recapture' isn't valid option of `BusyCursor'
2399         command anymore.
2400         Updated ewmh specification URL (the old was 404)
2401         Added URL to ICCCM 2.0 manual
2403         * modules/FvwmAnimate/FvwmAnimate.c:
2404         corrected delay for Zoom3D animation effect
2406         * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
2407         * modules/FvwmConsole/FvwmConsole.1.in:
2408         replaced all `Cntl' modificator key mentions with `Ctrl' to be
2409         consistent with rest of the documentation and because it's more
2410         conventional abbreviation.
2412         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
2413         slightly clarified the `StartName' option description
2414         added the undocumented `MailDir' option description. Somebody
2415         violated section `K' of the convention list.
2417         * fvwm/fvwm.1.in:
2418         * fvwm/ConfigFvwmSetup:
2419         * modules/FvwmForm/FvwmForm.1.in:
2420         * modules/FvwmForm/FvwmForm-Rlogin:
2421         * sample.fvwmrc/system.fvwm2rc:
2422         * sample.fvwmrc/system.fvwm2rc-sample-1:
2423         replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
2424         inherently insecure. We shouldn't teach our users bad things,
2425         should we?
2427         * AUTHORS:
2428         * Changelog:
2429         * INSTALL.fvwm:
2430         * NEWS:
2431         * bin/fvwm-config.1.in:
2432         * bin/fvwm-menu-headlines.1:
2433         * bin/fvwm-menu-headlines.in:
2434         * bin/fvwm-perllib.in:
2435         * bin/fvwm-root.1.in:
2436         * docs/CONVENTIONS:
2437         * docs/FAQ:
2438         * fvwm/fvwm.1.in:
2439         * fvwm/fvwm.h:
2440         * fvwm/virtual.c:
2441         * libs/PictureGraphics.c:
2442         * libs/Picture.h:
2443         * modules/FvwmBacker/FvwmBacker.1.in:
2444         * modules/FvwmDebug/FvwmGtkDebug.in:
2445         * modules/FvwmDebug/FvwmGtkDebug.1:
2446         * modules/FvwmEvent/FvwmEvent.1.in:
2447         * modules/FvwmForm/FvwmForm.1.in:
2448         * modules/FvwmIconMan/xmanager.c:
2449         * modules/FvwmIdent/FvwmIdent.c:
2450         * modules/FvwmIdent/FvwmIdent.1.in:
2451         * modules/FvwmPerl/FvwmPerl.in:
2452         * modules/FvwmPerl/FvwmPerl.1:
2453         * modules/FvwmScript/FvwmScript.1.in:
2454         * modules/FvwmScript/Widgets/Menu.c:
2455         * modules/FvwmTabs/ConfigFvwmTabs:
2456         * modules/FvwmTabs/FvwmTabs-DefaultSetup:
2457         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
2458         * modules/FvwmTheme/FvwmTheme.1.in:
2459         * perllib/FVWM/Module/Tk.pm:
2460         * perllib/FVWM/Tracker.pm:
2461         * perllib/FVWM/Module.pm.in:
2462         corrected typos
2464 2006-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2466         * fvwm/style.c (style_parse_focus_policy_style):
2467         fix ISO C90 compability with unconsumed styleoption warnings
2469 2006-03-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2471         * fvwm/events.c (HandlePropertyNotify):
2472         fix for bug 1557/3950 (possible free of Untilted constant or
2473         already used name (if app reset the name already given to them))
2475 2006-03-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2477         * fvwm/focus.c (__activate_window_by_command)
2478         (warp_to_fvwm_window):
2479         (CMD_WarpToWindow):
2480         * fvwm/builtins.c (CMD_CursorMove):
2481         set last pointer event position after warping the pointer
2483         * libs/FEvent.h:
2484         * libs/FEvent.c (FWarpPointerUpdateEvpos):
2485         new function
2487 2006-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2489         * acinclude.m4 (AM_PATH_GTK):
2490         (AM_PATH_IMLIB):
2491         (AM_PATH_GDK_IMLIB):
2492         (AM_CHECK_FT2):
2493         (AM_CHECK_XFT):
2494         (AM_CHECK_FC):
2495         fixed to cope with 4 digit version numbers
2497 2006-02-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2499         * NEWS:
2500         * fvwm/style.c (parse_and_set_window_style)
2501         (style_parse_one_style_option):
2502         (style_parse_icon_fill_style)
2503         (style_parse_icon_grid_style):
2504         (style_parse_icon_box_style)
2505         (style_parse_icon_size_style):
2506         (style_parse_focus_policy_style)
2507         (style_parse_button_style):
2508         warn if parts of style options are not consumed
2510 2006-02-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2512         * fvwm/menuitem.c (menuitem_paint):
2513         use the MenuColorset in all cases if TitleColorset is not given
2515 2006-02-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2517         * fvwm/style.c (style_parse_one_style_option):
2518         * fvwm/placement.c (__place_get_wm_pos):
2519         (__explain_placement):
2520         new placement style UnderMousePlacement
2522 2006-02-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2524         * NEWS:
2525         * fvwm/fvwm.1.in (EdgeScroll):
2526         * fvwm/virtual.c (CMD_EdgeScroll):
2527         fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
2528         added wrap/wrapx/wrapy option to EdgeScroll
2530 2006-02-10  Mikhael Goikhman  <migo@homemail.com>
2532         * fvwm/fvwm.1.in:
2533         spell check the whole file (dozens of typos)
2535 2006-02-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2537         * fvwm/module_interface.c (do_execute_module):
2538         removed accidentally committed FVWM_MODULE_ALIAS patch
2540 2006-02-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2542         * fvwm/module_interface.c (do_execute_module):
2543         unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
2545         * fvwm/menus.c (size_menu_horizontally):
2546         fix for drawing menus with sidepic on the right
2548         * libs/Flocale.c (FlocaleFontStructDrawString):
2549         (FlocaleDrawString):
2550         set the foreground colour before drawing a string
2552         * fvwm/menustyle.h:
2553         * fvwm/menustyle.c (menustyle_get_styleopt_index):
2554         (menustyle_free):
2555         (menustyle_update):
2556         (menustyle_parse_style):
2557         (menustyle_copy):
2558         * fvwm/menus.c (calculate_item_sizes):
2559         (size_menu_vertically):
2560         (UpdateMenuColorset):
2561         * fvwm/menuitem.c (menuitem_paint):
2562         Applied patch by David Maciver
2563         new menu styles TitleColorset, HilightTitleBack and TitleFont
2565 2006-02-09  Renato Caldas  <seventhguardian@gmail.com>
2567         * libs/Module.h:
2568         * libs/Module.c (ParseModuleArgs):
2569         added variable "namelen" to ModuleArgs struct
2571 2006-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2573         * libs/Module.h:
2574         removed duplicate declaration
2576 2006-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2578         * fvwm/fvwm.c (main):
2579         replaced previous patch with a better one
2581         * fvwm/virtual.c (unmap_window):
2582         * fvwm/menus.c (do_menu):
2583         * fvwm/events.c (fake_map_unmap_notify):
2584         (HandleMapNotify):
2585         * fvwm/add_window.c (MappedNotOverride):
2586         Added XFlush after XSelectInput
2588 2006-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2590         * NEWS:
2591         * fvwm/fvwm.c (main):
2592         fix for fvwm not detecting non ICCCM2 wm (bug #3151)
2594 2006-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2596         * NEWS:
2597         * configure.ac:
2598         increased version to 2.5.17
2599         released 2.5.16
2601         * NEWS:
2602         * configure.ac:
2603         updated for 2.5.16 release
2605         * acinclude.m4 (CHECK_LIBCHARSET):
2606         removed debug code
2608 2006-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2610         * fvwm/functions.c (execute_complex_function):
2611         print a message to the console instead of ringing the bell when a
2612         grab fails
2614 2006-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2616         * NEWS:
2617         fixed typo (NEWS still said 2.5.15)
2619 2006-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2621         * NEWS:
2622         * configure.ac:
2623         increased version to 2.5.16
2624         released 2.5.15
2626         * NEWS:
2627         * configure.ac:
2628         updated for 2.5.15 release
2630 2006-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2632         * fvwm/move_resize.c (GetOnePositionArgument):
2633         (GetMoveArguments):
2634         new option "screen" to Move type commands
2636 2006-01-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2638         * acinclude.m4 (smr_SWITCH):
2639         updated
2641 2006-01-08  Mikhael Goikhman  <migo@homemail.com>
2643         * Makefile.am
2644         restore requirement of automake-1.4; 1.8 is too new even for my system
2646 2006-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2648         * configure.in:
2649         * configure.ac:
2650         renamed configure.in to configure.ac
2652         * acinclude.m4:
2653         some updates for new autoconf/automake versions
2655         * configure.in:
2656         * acconfig.h:
2657         removed acconfig.h
2659         * configure.in:
2660         require autoconf-2.53 or later
2662         * Makefile.am (AUTOMAKE_OPTIONS):
2663         require automake-1.8 or later
2665         * configure.in:
2666         check for X library path before X library checks
2667         removed obsolete C++ compiler check
2668         removed duplicate type size checks
2669         replaced M4 comment ("dnl") with shell comment ("#") in many places
2671         * acinclude.m4:
2672         fixed aclocal warnings
2674 2006-01-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2676         * fvwm/style.c (style_parse_button_style):
2677         corrected typo in error message, and made errorous buttons not apply
2678         (style_parse_one_style_option):
2679         changed NoButton to use style_parse_button_style
2681 2005-12-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2683         * libs/Fft.h:
2684         new fix for incompatible pointer type warning with gcc 3.4.
2686 2005-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2688         * NEWS:
2689         * AUTHORS:
2690         * fvwm/menuitem.c:
2691         * fvwm/menustyle.h:
2692         * fvwm/fvwm.1.in:
2693         commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
2694         option.
2696 2005-12-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2698         * fvwm/fvwm.1.in:
2699         corrected typos
2701 2005-11-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2703         * fvwm/frame.c (frame_free_move_resize_args):
2704         fixed drawing of transparent decorations or when using lazy shading
2705         during resize
2707 2005-11-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2709         * configure.in:
2710         * libs/fvwmsignal.c:
2711         * libs/Graphics.c:
2712         c89 fixes
2714         * fvwm/ewmh_names.c:
2715         * libs/CombineChars.c:
2716         * libs/FGettext.c:
2717         * libs/FScreen.c:
2718         * libs/FTips.c:
2719         * libs/Flocale.c:
2720         * libs/Parse.c:
2721         * libs/PictureUtils.c:
2722         * libs/System.c:
2723         * libs/XError.c:
2724         * libs/alloca.c:
2725         * libs/envvar.c:
2726         * libs/safemalloc.c:
2727         * libs/strdup.c:
2728         * libs/usleep.c:
2729         do not #include stdlib.h (comes from config.h)
2731         * libs/Flocale.c:
2732         do not #include string.h (comes from config.h)
2734         * acconfig.h:
2735         fixed detection of string.h/strings.h
2737 2005-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2739         * libs/Fft.c (FftGetFont):
2740         fixed compiler warning with gcc 3.4.4
2742 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2744         * fvwm/menuitem.c (menuitem_paint):
2745         properly undraw unselected item area
2747 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2749         * fvwm/menuitem.c (menuitem_paint):
2750         * fvwm/menus.c (get_menu_paint_item_parameters)
2751         (get_menu_paint_item_parameters):
2752         (make_menu):
2753         fixed text offset of menu items with icons but with an item format that
2754         disables icons
2755         (size_menu_horizontally):
2756         allow sidepic to be placed in the middle of menu items; this is better
2757         than ignoring the item format completely but does not draw the items
2758         properly either
2760         * fvwm/menus.c (__mloop_handle_event):
2761         (menu_expose):
2762         fixed delayed menu drawing issue
2763         (select_menu_item):
2764         do not draw the selected menu item before the menu is drawn for the
2765         first time
2766         (repaint_transparent_menu):
2767         (select_menu_item):
2768         (paint_menu):
2769         don't call get_menu_paint_item_parameters when the result is not used
2770         (get_menu_paint_item_parameters):
2772 2005-11-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2774         * fvwm/ewmh.h (EWMH_CMD_Style):
2775         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
2776         * fvwm/style.c (style_parse_one_style_option):
2777         Added support for inverting boolean EWMH styles with !.
2779         * NEWS:
2780         * fvwm/fvwm.h
2781         * fvwm/style.h:
2782         * fvwm/window_flags.h:
2783         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
2784         * fvwm/ewmh.c (ewmh_HandleWindowType):
2785         * fvwm/fvwm.1.in:
2786         Added style EWMHIgnoreWindowType to make fvwm ignore window types.
2788 2005-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2790         * fvwm/icons.c (GetIconWindow):
2791         * fvwm/fvwm.h (FvwmWindow):
2792         * fvwm/events.c (__handle_cr_on_icon):
2793         properly handle icon border width; fixes an xterm active icon loop
2795 2005-10-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2797         * fvwm/borders.c (border_draw_one_border_part):
2798         fix for the TiledPixmap borderstyle fix not to affect RootTransparent
2799         borders.
2801 2005-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2803         * fvwm/menustyle.c (menustyle_copy_face):
2804         (menustyle_copy):
2805         (menustyle_free_face):
2806         (menustyle_free):
2807         (menustyle_parse_style):
2808         use new functions and fix a bug
2810         * fvwm/Makefile.am:
2811         * fvwm/colors.c:
2812         * fvwm/colors.h:
2813         removed empty files colors.c and colors.h
2815         * fvwm/colors.c (CopyColor):
2816         (FreeColors):
2817         moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
2818         fvwmlib_copy_color
2820         * fvwm/frame.c (frame_reshape_border):
2821         removed unused code
2823 2005-10-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2825         * fvwm/menustyle.c (menustyle_copy_face):
2826         separated from menustyle_copy; color copies are reallocated.
2827         (menustyle_free):
2828         all colors freed
2829         (menustyle_copy):
2830         color copies are reallocated.
2832         * fvwm/colors.c (CopyColor):
2833         * fvwm/colors.h (CopyColor):
2834         added CopyColor
2836 2005-10-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2838         * fvwm/move_resize.c (__resize_window):
2839         fix for not being able to finish resize with mouse when resizing on
2840         click with modifiers active. (intruduced with 'removed duplicate
2841         pointer query' at sep 29)
2843         * NEWS:
2844         * fvwm/fvwm.1.in:
2845         * fvwm/menustyle.c (menustyle_parse_style):
2846         made style pairs negatable with '!' prefix
2847         ActiveForeOff and HilightBackOff frees colors used.
2849         * fvwm/menustyle.c (menustyle_copy):
2850         fix for freeing color from sorce instead of destination.
2852 2005-10-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2854         * fvwm/functions.c (__execute_function):
2855         fixed an error in yesterdays patch to complex fuctions. the commands
2856         pressed window were not retored correctly after running move functions
2857         without it, and functions would be run twice.
2859 2005-10-18  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2861         * fvwm/fvwm.1.in:
2862         added NoLayer to list of allowed options for WindowList command
2863         fixed grammar of test-conditions list. formatting fixes for
2864         MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
2865         style option list.
2867         * NEWS:
2868         * fvwm/functions.c (__execute_function)
2869         (__run_complex_function_items):
2870         (execute_complex_function):
2871         fix for moving/resizing reference window usage with complex functions.
2873 2005-10-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2875         * fvwm/move_resize.c (__move_loop):
2876         reimplemented a fix for the place with keyboard setting a button as
2877         used for place bug; this time without breaking escape key.
2879 2005-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2881         * fvwm/move_resize.c (__move_loop):
2882         removed the previous patch as it breaks aborting window motion with the
2883         escape key.
2885 2005-10-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2887         * fvwm/move_resize.c (__move_loop):
2888         fixed bug where finishing movment with keyboard would set a random
2889         button as used for placement.
2891 2005-09-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2893         * NEWS
2894         * fvwm/frame.c (frame_setup_border):
2895         reverted change for move of window parts (reset of PressedW).
2897 2005-09-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2899         * fvwm/frame.c (frame_setup_border):
2900         fixed a Warning
2902 2005-09-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2904         * NEWS:
2905         * fvwm/move_resize.c (__resize_window):
2906         removed duplicate pointer query for enter/leave notify events.
2907         resizing of shaded windows in the shaded direction no longer
2908         results in bogus ref points.
2910         * fvwm/frame.c (frame_setup_border):
2911         reset PressedW if the part has moved. This prevents strange
2912         ref points in resize if called from some complex functions.
2914         * fvwm/frame.c (frame_create_move_resize_args):
2915         shaded windows use get_client_geometry for client geometry.
2917 2005-09-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2919         * NEWS:
2920         * AUTHORS:
2921         * fvwm/fvwm.h (window_flags):
2922         (WindowConditionMask):
2923         (FvwmWindow):
2924         * fvwm/window_flags.h (IS_PLACED_BY_WB3):
2925         (SET_PLACED_WB3)
2926         (SETM_PLACED_WB3):
2927         * fvwm/session.c (_match):
2928         (SaveWindowStates):
2929         (LoadWindowStates):
2930         * fvwm/conditional.c (MatchesConditionMask):
2931         (CreateConditionMask):
2932         * fvwm/add_window.c (setup_window_structure):
2933         * fvwm/move_resize.h (placement_binding):
2934         * fvwm/move_resize.c (__move_loop):
2935         (placement_binding):
2936         * fvwm/bindings.c (ParseBinding):
2937         * libs/wcontext.c (win_contexts):
2938         * libs/wcontext.h (enum):
2939         * fvwm/fvwm.1.in:
2940         Added placement context for simple mouse bindings to allow
2941         specification of buttons to finish/cancel movment. Buttons >3
2942         may now be used to place windows.
2943         Replaced window flag placed_wb3 with placed_by_button
2944         FvwmWindow member. Added window condition PlacedByButton.
2946 2005-09-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2948         * NEWS:
2949         * AUTHORS:
2950         * fvwm/menustyle.h (enum):
2951         (MenuFeel):
2952         (ST_DO_SCROLL):
2953         (MST_DO_SCROLL)
2954         (ST_SCROLL_OFF_PAGE):
2955         (MST_SCROLL_OFF_PAGE):
2956         * fvwm/menustyle.c (menustyle_copy):
2957         (menustyle_get_styleopt_index):
2958         (menustyle_parse_style):
2959         (CMD_MenuStyle):
2960         * fvwm/menus.c (menuShortcuts):
2961         (enum):
2962         (__mloop_handle_event):
2963         (menu_get_outer_geometry):
2964         (move_any_menu):
2965         * fvwm/fvwm.1.in:
2966         added MouseWheel and ScrollOffPage menu styles
2968 2005-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2970         * NEWS:
2971         * fvwm/menus.c (append_item_to_menu):
2972         fixed bug #1121: Use of pointer without checking for NULL
2974 2005-09-19  Mikhael Goikhman  <migo@homemail.com>
2976         * NEWS:
2977         * fvwm/expand.c (expand_vars):
2978         warn on usage of obsolete one-letter variables
2980 2005-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2982         * NEWS:
2983         * AUTHORS:
2984         * fvwm/expand.c (expand_vars_extended):
2985         (expand_vars):
2986         allow nesting of variables
2988 2005-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2990         * fvwm/ewmh.c (EWMH_SetWMDesktop):
2991         * fvwm/ewmh_events.c (ewmh_WMDesktop):
2992         (ewmh_WMDesktop):
2993         64-bit fixes
2995 2005-09-03  Mikhael Goikhman  <migo@homemail.com>
2997         * fvwm/borders.c (border_draw_one_border_part)
2998         (border_draw_all_border_parts):
2999         fix the previous patch to work with title-less windows too
3001 2005-08-30  Mikhael Goikhman  <migo@homemail.com>
3003         * fvwm/borders.c (border_draw_one_border_part)
3004         (border_draw_all_border_parts):
3005         improve offsets when drawing borders for "BorderStyle TiledPixmap"
3006         windows to make the borders look homogeneous (based on the patch of
3007         Evgeny Stambulchik)
3009 2005-08-26  Mikhael Goikhman  <migo@homemail.com>
3011         * NEWS:
3012         * acconfig.h:
3013         * configure.in:
3014         * libs/FBidi.c:
3015         support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
3016         fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
3018 2005-08-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3020         * NEWS:
3021         * configure.in:
3022         increased version to 2.5.15
3023         released 2.5.14
3025         * NEWS:
3026         * configure.in:
3027         updated for 2.5.14 release
3029         * fvwm/ewmh_events.c (ewmh_WMStateShaded)
3030         (ewmh_WMStateSkipTaskBar):
3031         (ewmh_WMStateSkipPager):
3032         (ewmh_WMStateModal):
3033         fixed several ewmh-hints
3035 2005-08-24  Mikhael Goikhman  <migo@homemail.com>
3037         * fvwm/fvwm.1.in:
3038         fix TestRc example error, s/Any/All/
3040 2005-08-17  Jonathan Kotta  <jpkotta@gmail.com>
3042         * NEWS:
3043         * AUTHORS:
3044         * fvwm/fvwm.1.in:
3045         * fvwm/conditions.c (MatchesConditionMask):
3046         (CreateConditionMask):
3047         added FixedPosition condition
3049 2005-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3051         * fvwm/virtual.c (HandlePaging):
3052         use FQueryPointer every time to track the pointer position; this fixes
3053         fvwm hanging in HandlePaging for the given delay once the pointer
3054         touches the pan frames
3056 2005-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3058         * fvwm/session.c (SaveWindowStates):
3059         (LoadWindowStates):
3060         (MatchWinToSM):
3061         save and restore the default layer during a restart
3063 2005-08-13  Mikhael Goikhman  <migo@homemail.com>
3065         * fvwm/conditional.c (CMD_Test):
3066         * fvwm/fvwm.1.in:
3067         rename previously added Test conditions to EnvIsSet and EnvMatch,
3068         tweak the logic when the variable is set, but empty
3070 2005-08-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3072         * fvwm/conditional.c (CMD_Test):
3073         * fvwm/fvwm.1.in:
3074         added test conditions EdgeHasPointer and EdgeIsActive
3076 2005-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3078         * fvwm/virtual.c (raisePanFrames):
3079         prevent cycling of pan frame window stacking order
3081 2005-08-12  Mikhael Goikhman  <migo@homemail.com>
3083         * fvwm/conditional.c (CMD_Test):
3084         * fvwm/fvwm.1.in:
3085         add Test conditions IsEnvSet and MatchEnv
3087 2005-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3089         * fvwm/menus.c (pop_menu_up):
3090         * fvwm/menustyle.c (menustyle_copy):
3091         two fixes by Viktor Griph
3093         * fvwm/events.c (HandleEvents):
3094         simplify the style list if there is nothing else to do
3096         * fvwm/style.c (__simplify_style_list):
3097         (styles_have_same_id):
3098         (style_id_equals_id):
3099         (style_ids_are_equals):
3100         (__style_command):
3101         (remove_all_of_style_from_list):
3102         (one_fw_can_match_both_ids):
3103         pass pointers instead of the whole style structure
3104         (__simplify_style_list):
3105         fixed memory leak and tweaked the code
3107         * libs/Strings.c (CatString3):
3108         fixed a buffer overflow
3110 2005-08-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3112         * configure.in:
3113         detect if Window, Pixel or void * are bigger than long and refuse to
3114         compile
3116         * libs/vpacket.h (ConfigWinPacket):
3117         * fvwm/windowshade.c (CMD_WindowShade):
3118         * fvwm/virtual.c (MoveViewport):
3119         (goto_desk):
3120         (CMD_DesktopSize):
3121         (CMD_GotoDeskAndPage):
3122         * fvwm/update.c (apply_window_updates):
3123         * fvwm/stack.c (BroadcastRestack):
3124         (RaiseWindow):
3125         (LowerWindow):
3126         * fvwm/icons.c (DeIconify):
3127         (Iconify):
3128         * fvwm/geometry.c (broadcast_icon_geometry):
3129         * fvwm/events.c (HandleEnterNotify):
3130         (HandleFocusIn):
3131         (HandleLeaveNotify):
3132         (HandleMapNotify):
3133         (HandleMapRequestKeepRaised):
3134         * fvwm/add_window.c (destroy_window):
3135         * fvwm/module_interface.c (SendFvwmPicture)
3136         (BroadcastFvwmPicture):
3137         (CMD_Send_WindowList):
3138         * fvwm/modconf.c (CMD_Send_ConfigInfo):
3139         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3140         64-bit fixes
3142         * fvwm/virtual.c (GetDeskNumber):
3143         fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
3144         around the given desk range with a relative desk
3146         * fvwm/focus.c (focus_grab_buttons_on_layer):
3147         fixed a hang
3149         * fvwm/gnome.c:
3150         * fvwm/stack.c:
3151         * fvwm/ewmh.c:
3152         reindented some code and renamed some variables
3154 2005-08-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3156         * fvwm/events.c (__check_click_to_focus_or_raise):
3157         small cleanup patch
3159 2005-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3161         * FvwmIconMan/xmanager.c (set_win_iconified):
3162         fixed select/focus button state lost when deiconifying a window
3164 2005-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3166         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3167         fixed bogus warning
3169         * libs/Colorset.c (get_aspect_dimensions):
3170         fixed aspectpixmap size calculations
3172 2005-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3174         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3175         fixed a core dump
3177         * fvwm/ewmh_events.c (ewmh_WMDesktop):
3178         (ewmh_CurrentDesktop):
3179         (ewmh_DesktopGeometry):
3180         (ewmh_NumberOfDesktops):
3181         (ewmh_WMDesktop):
3182         (ewmh_WMIconGeometry):
3183         * fvwm/gnome.c (GNOME_ProcessClientMessage):
3184         print error messages for broken gnome client messages
3186         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
3187         removed duplicate call of execute_function_override_window
3189         * fvwm/stack.c (new_layer):
3190         fixed a hang if a window sets an layer < 0 via gnome hints
3192         * fvwm/add_window.c (GetWindowSizeHints):
3193         * fvwm/misc.c (fvwm_msg_report_app):
3194         (fvwm_msg_report_app_and_workers):
3195         new utility functions
3197 2005-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3199         * fvwm/stack.c (dump_stack_ring):
3200         (verify_stack_ring_consistency):
3201         * fvwm/module_interface.c (HandleModuleInput):
3202         * fvwm/events.c (__cr_detect_icccm_move):
3203         * fvwm/style.c (print_styles):
3204         64-bit fixes
3206 2005-07-19  Mikhael Goikhman  <migo@homemail.com>
3208         * libs/FlocaleCharset.c:
3209         support euc-jp encodings (Yasuhiro Nakazaki)
3211 2005-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3213         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3214         * fvwm/ewmh_names.c (EWMH_WMName):
3215         (EWMH_WMIconName):
3216         * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
3217         (EWMH_SetNumberOfDesktops):
3218         (EWMH_SetDesktopViewPort):
3219         (EWMH_SetDesktopGeometry):
3220         (EWMH_SetWMDesktop):
3221         (ewmh_SetWorkArea):
3222         (EWMH_SetFrameStrut):
3223         (EWMH_Init):
3224         * fvwm/gnome.c (AtomGet):
3225         (atom_size):
3226         (GNOME_GetHintIcons):
3227         (GNOME_GetHintLayer):
3228         (GNOME_GetHintState):
3229         (GNOME_GetExpandedSize):
3230         (GNOME_SetAreaCount):
3231         (GNOME_SetCurrentArea):
3232         (GNOME_SetDeskCount):
3233         (GNOME_SetCurrentDesk):
3234         (GNOME_SetCurrentDesk):
3235         (GNOME_SetWinArea):
3236         (GNOME_Init):
3237         (CMD_GnomeShowDesks):
3238         (GNOME_SetHints):
3239         (GNOME_SetDesk):
3240         (GNOME_SetLayer):
3241         * libs/fsm.c (GetClientID):
3242         (set_session_manager):
3243         * fvwm/session.c (GetClientID):
3244         * fvwm/fvwm.h (FvwmWindow):
3245         * fvwm/colorset.c (get_root_pixmap):
3246         * fvwm/add_window.c (FetchWmProtocols):
3247         * libs/FTips.c (__initialize_window):
3248         * fvwm/icccm2.c (convertProperty)
3249         (icccm2_handle_selection_request)
3250         * fvwm/fvwm.c (SetMWM_INFO):
3251         64-bit fixes
3253 2005-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3255         * fvwm/move_resize.c (GetOnePositionArgument):
3256         don't use the unportable fuction rintf()
3258 2005-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3260         * NEWS:
3261         * configure.in:
3262         increased version to 2.5.14
3263         released 2.5.13
3265         * ANNOUNCE:
3266         * NEWS:
3267         * configure.in:
3268         updated for 2.5.13 release
3270 2005-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3272         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
3273         fixed drawing of relief with very small rectangles, i.e. when
3274         line_width * 2 > height or width
3276 2005-07-04  Dan Espen  <dane@mk.telcordia.com>
3278         * NEWS: fvwm-menu-desktop changes.
3280 2005-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3282         * fvwm/placement.c (get_next_x):
3283         fixed collision detection of windows on pages other than the current
3284         one during placement
3286 2005-06-17  Olivier Chapuis  <olivier.chapuis@free.fr>
3288         * fvwm/move_resize.c (__resize_window):
3289         Fixed interactive resize (reduction) via the bottom border
3291         * libs/Fpng.h:
3292         Typo
3294 2005-06-02  Dan Espen  <dane@mk.telcordia.com>
3296         * NEWS:
3297         * fvwm/fvwm.1.in:
3298         Spelling fix contition -> condition
3300 2005-04-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3302         * fvwm/style.c (style_ids_are_equals):
3303         (style_id_equals_id):
3304         (styles_have_same_id):
3305         (fw_match_style_id):
3306         (one_fw_can_match_both_ids):
3307         (cleanup_style_defaults):
3308         * libs/fsm.c (fprintfhex):
3309         (CloseDownClient):
3310         * libs/FGettext.c (fgettext_free_fgpath_list):
3311         * libs/Parse.c (_get_suffixed_integer_arguments):
3312         * libs/Graphics.c (AllocNonlinearGradient):
3313         * libs/PictureUtils.c (build_mapping_table):
3314         (finish_ct_init):
3315         made static
3317         * libs/setpgrp.c:
3318         * libs/Event.c:
3319         * libs/FRenderInit.c:
3320         include own header file
3322         * libs/System.c (getFileStamp):
3323         * libs/Fft.c (FftPDumyFunc):
3324         * libs/FScreen.c (FScreenSetDefaultModuleScreen):
3325         exported
3327 2005-03-01  Dan Espen  <dane@mk.telcordia.com>
3329         * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
3330         not exec.
3332 2005-02-25  Dan Espen  <dane@mk.telcordia.com>
3334         * fvwm/fvwm.1.in (Focus): Typos in focus section.
3336 2005-02-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3338         * fvwm/conditional.c (Circulate):
3339         added tests for fw == Scr.FvwmRoot again to fix a crash
3341 2005-02-05  Dan Espen  <dane@mk.telcordia.com>
3343         * AUTHORS: New author, FvwmScript patch.
3345 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
3347         * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
3348         * AUTHORS: s/Hover/Active/
3350 2005-01-19  Dan Espen  <dane@mk.telcordia.com>
3352         * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
3353         avoid dump with empty key/mouse binding command.
3354         * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
3355         Checked all other uses of PeekToken in fvwm dir.
3357 2005-01-08  Olivier Chapuis  <olivier.chapuis@free.fr>
3359         * fvwm/session.c (matchWin):
3360         (SaveWindowStates):
3361         On restarts compare window ids only. Base our matching decision on
3362         window role only if we have a client id.
3364         * fvwm/move_resize.c (GetOnePositionArgument):
3365         Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
3366         float values to nearest int
3368 2005-01-06  Olivier Chapuis  <olivier.chapuis@free.fr>
3370         * AUTHORS:
3371         * fvwm/move_resize.c (CMD_Maximize):
3372         Applied Arnaud Vrac patch which fixes maximize by growing vs
3373         EWMH working area
3375 2004-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3377         * fvwm/builtins.c (do_button_style):
3378         ButtonStyle Reset takes effect immediately
3380 2004-12-08  Dan Espen  <dane@mk.telcordia.com>
3382         * fvwm/fvwm.1.in: lang check.
3384 2004-12-06  Olivier Chapuis  <olivier.chapuis@free.fr>
3386         * fvwm/fvwm.1.in:
3387         Really commit EWMHUseStackingOrderHints documentation update
3389 2004-12-02  Olivier Chapuis  <olivier.chapuis@free.fr>
3391         * fvwm/fvwm.1.in:
3392         Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
3394         * NEWS:
3395         FvwmIconMan new options
3397         * libs/FTips.c (new file):
3398         * libs/FTips.h (new file):
3399         * libs/defaults.h:
3400         * libs/Makefile.am:
3401         Added a set of functions for implementing tool tips
3403 2004-11-30  Dan Espen  <dane@mk.telcordia.com>
3405         * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
3407 2004-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3409         * fvwm/menus.c (__mloop_get_event):
3410         * fvwm/functions.c (execute_complex_function):
3411         * fvwm/add_window.c (AddWindow):
3412         * fvwm/module_interface.c (ExecuteModuleCommand):
3413         * fvwm/move_resize.c (__move_loop):
3414         (__resize_window):
3415         properly set the "state" member of faked motion and key events;
3416         fixes broken "nosnap" feature
3418 2004-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3420         * fvwm/bindings.c (ParseBinding):
3421         reformatted
3422         * libs/Bindings.c (bindingAppliesToWindow):
3423         (__compare_binding):
3424         * fvwm/module_interface.c (CMD_ModuleSynchronous):
3425         * fvwm/builtins.c (CMD_Wait):
3426         (CMD_StrokeFunc):
3427         * fvwm/events.c (__handle_bpress_on_root):
3428         (HandleButtonRelease):
3429         fixed crash in window specific binding code
3430         fixed handling of root window in window specific binding code
3431         renamed some functions
3433 2004-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3435         * fvwm/focus.c (__update_windowlist):
3436         replaced while loop by for loop
3438         * fvwm/style.c (style_destroy_style):
3439         * fvwm/conditional.c (Circulate):
3440         removed useless check whether fw == &Scr.FvwmRoot
3442         * fvwm/icons.c (DeIconify):
3443         defused possible endless loop when a window iconified by the
3444         transientfor window loses the "transient" relationship
3446 2004-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3448         * fvwm/move_resize.c (__move_loop):
3449         (__resize_window):
3450         fixed overwriting the initial button_mask during move/resize
3452         * fvwm/menus.c (__mloop_handle_action_with_mi):
3453         do not "post" a submenu menu item it the submenu does not exist
3455 2004-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3457         * fvwm/events.c (__handle_bpress_on_managed):
3458         do not draw the decorations pressed in if executing a function is
3459         forbidden
3461         * libs/Parse.c (CopyToken):
3462         fixed parsing of delimiters
3464 2004-10-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3466         * fvwm/virtual.c (GetDeskNumber):
3467         fixed MoveToDesk without argument
3469 2004-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3471         * fvwm/fvwm.1.in:
3472         re-formatted and some spelling corrections
3474         * fvwm/colorset.c (CMD_CleanupColorsets):
3475         (CMD_Colorset):
3476         * fvwm/builtins.c (CMD_Colorset):
3477         (CMD_CleanupColorsets):
3478         moved functions to colorset.c
3480 2004-10-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3482         * libs/Parse.c (CopyToken):
3483         skip any whitespace before a delimiter; this allows to have spaces
3484         before the commas in an option list
3486 2004-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3488         * fvwm/frame.c (frame_reshape_border):
3489         re-shaping shaded windows no longer unshades them
3490         re-shaping unshaded windows on pages other than 0 0 no longer moves
3491         them out of the current page
3493 2004-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3495         * fvwm/events.c (__cr_detect_icccm_move):
3496         * fvwm/screen.h (ScreenInfo):
3497         * fvwm/builtins.c (CMD_BugOpts):
3498         new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
3500         * fvwm/move_resize.c (__move_loop):
3501         (__resize_window):
3502         query the pointer position in the move loop when an
3503         EnterNotify/LeaveNotify event arrives; same change in resize loop.
3505         * NEWS:
3506         * configure.in:
3507         increased version to 2.5.13
3508         released 2.5.12
3510         * ANNOUNCE:
3511         * NEWS:
3512         * configure.in:
3513         updated for 2.5.12 release
3515         * fvwm/frame.c (frame_create_move_resize_args):
3516         fixed xemacs growing or shrinking when title height changed; this was
3517         caused by calculating the old client window geometry using the new
3518         title dimensions; query the window size instead
3520 2004-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3522         * fvwm/events.c (test_map_request):
3523         (test_button_event):
3524         (test_typed_window_event):
3525         (test_resizing_event):
3526         (__predicate_button_click):
3527         (__merge_cr_moveresize):
3528         (HandleUnmapNotify):
3529         (flush_property_notify):
3530         (is_resizing_event_pending):
3531         (__test_for_motion):
3532         use type XPointer for last argument of predicate procedures for
3533         XCheckPeekIfEvent and XCheckIfEvent, not char *
3534         (HandleUnmapNotify):
3535         fixed core dump
3537 2004-10-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3539         * fvwm/window_flags.h:
3540         removed useless and broken SETM_ macros
3542         * fvwm/update.c (init_style):
3543         fixed resetting user states
3545 2004-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3547         * libs/envvar.c (add_to_envlist):
3548         fixed crash
3550 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3552         * fvwm/builtins.c (CMD_UnsetEnv):
3553         use flib_unsetenv
3555         * libs/envvar.c (flib_unsetenv):
3556         (add_to_envlist):
3557         new functions
3558         (flib_putenv):
3559         split in ftwo functions
3561         * configure.in:
3562         check for unsetenv function
3564         * fvwm/builtins.c (CMD_SetEnv):
3565         assume an empty value if no value is given
3567 2004-09-30  Rafal Bisingier <ravbc@man.poznan.pl>
3569         * fvwm/commands.h:
3570         * fvwm/events.c:
3571         * fvwm/functable.c:
3572         * fvwm/fvwm.1.in:
3573         * fvwm/fvwm.c:
3574         * fvwm/screen.h:
3575         * fvwm/virtual.c:
3576         * perllib/FVWM/Commands.pm:
3577         new command EdgeLeaveCommand
3579 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3581         * NEWS:
3582         updated for 2.4.19
3584         * NEWS:
3585         * configure.in:
3586         increased version to 2.5.12
3587         released 2.5.11
3589         * NEWS:
3590         * configure.in:
3591         updated for 2.5.11 release
3593 2004-09-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3595         * fvwm/geometry.c (get_page_offset):
3596         (get_page_offset_rectangle):
3597         (get_absolute_geometry):
3598         new functions
3600         * fvwm/virtual.c (CMD_GotoPage):
3601         * fvwm/move_resize.c (__move_window):
3602         * fvwm/virtual.c (CMD_GotoPage):
3603         (get_page_arguments):
3604         new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
3605         command
3607 2004-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3609         * libs/Flocale.c (FlocaleGetNameProperty):
3610         fixed freeing uninitialized pointer
3612 2004-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3614         * fvwm/conditional.c (select_cmd):
3615         (direction_cmd):
3616         (CMD_NoWindow):
3617         (CMD_All):
3618         fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
3619         WindowId and Direction commands; fixes break from these commands
3621         * fvwm/geometry.c (get_shaded_geometry):
3622         shading geometry fix for windows without decoration
3624         * libs/FScreen.c (XineramaQueryExtension):
3625         fixed xinerama crash
3627 2004-09-04  Scott Smedley  <scottie7@tpg.com.au>
3629         * configure.in:
3630         Parse man pages with config.status so man pages have correct date.
3631         Man pages also specify FVWM version that they relate to.
3633         * bin/fvwm-bug.1:
3634         * bin/fvwm-config.1:
3635         * bin/fvwm-convert-2.2.1:
3636         * bin/fvwm-convert-2.4.1:
3637         * bin/fvwm-convert-2.6.1:
3638         * bin/fvwm-menu-desktop.1:
3639         * bin/fvwm-root.1:
3640         * modules/FvwmAnimate/FvwmAnimate.1:
3641         * modules/FvwmAuto/FvwmAuto.1:
3642         * modules/FvwmBacker/FvwmBacker.1:
3643         * modules/FvwmBanner/FvwmBanner.1:
3644         * modules/FvwmButtons/FvwmButtons.1:
3645         * modules/FvwmCommand/FvwmCommand.1:
3646         * modules/FvwmConsole/FvwmConsole.1:
3647         * modules/FvwmConsole/FvwmConsoleC.pl.1:
3648         * modules/FvwmCpp/FvwmCpp.1:
3649         * modules/FvwmDragWell/FvwmDragWell.1:
3650         * modules/FvwmEvent/FvwmEvent.1:
3651         * modules/FvwmForm/FvwmForm.1:
3652         * modules/FvwmGtk/FvwmGtk.1:
3653         * modules/FvwmIconBox/FvwmIconBox.1:
3654         * modules/FvwmIconMan/FvwmIconMan.1:
3655         * modules/FvwmIdent/FvwmIdent.1:
3656         * modules/FvwmM4/FvwmM4.1:
3657         * modules/FvwmPager/FvwmPager.1:
3658         * modules/FvwmProxy/FvwmProxy.1:
3659         * modules/FvwmRearrange/FvwmRearrange.1:
3660         * modules/FvwmSave/FvwmSave.1:
3661         * modules/FvwmSaveDesk/FvwmSaveDesk.1:
3662         * modules/FvwmScript/FvwmScript.1:
3663         * modules/FvwmScroll/FvwmScroll.1:
3664         * modules/FvwmTaskBar/FvwmTaskBar.1:
3665         * modules/FvwmTheme/FvwmTheme.1:
3666         * modules/FvwmWharf/FvwmWharf.1:
3667         * modules/FvwmWinList/FvwmWinList.1:
3668         These man pages were renamed to have a .in suffix.
3669         ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
3671 2004-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3673         * fvwm/placement.c (__place_window):
3674         fixed starting desk output with bugopts explainwindowplacement
3676 2004-09-03  Olivier Chapuis  <olivier.chapuis@free.fr>
3678         * fvwm/eventhandler.h:
3679         * fvwm/events.c (InitEventHandlerJumpTable):
3680         (__handle_key):
3681         (HandleKeyPress):
3682         (HandleKeyRelease):
3683         Fixed window specific bindings "patch" by sending key release event
3684         when needed
3686 2004-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3688         * libs/defaults.h:
3689         * fvwm/screen.h:
3690         * fvwm/move_resize.c:
3691         * fvwm/fvwm.c:
3692         * fvwm/fvwm.h:
3693         * fvwm/frame.h:
3694         * fvwm/decorations.c:
3695         * fvwm/frame.c:
3696         * fvwm/builtins.c:
3697         * fvwm/borders.c:
3698         * fvwm/add_window.c:
3699         * fvwm/bindings.c:
3700         * fvwm/style.c:
3701         renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
3702         it with NUMBER_OF_MOUSE_BUTTONS
3704         * fvwm/style.c (style_parse_focus_policy_style):
3705         * fvwm/focus_policy.h:
3706         * libs/Bindings.c (GrabWindowButton):
3707         * fvwm/bindings.c (bind_get_bound_button_contexts):
3708         (ParseBinding):
3709         * fvwm/events.c (WaitForButtonsUp):
3710         * fvwm/style.c (style_parse_focus_policy_style):
3711         * fvwm/builtins.c (__fake_event):
3712         fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
3713         NUMBER_OF_EXTENDED_MOUSE_BUTTONS
3715 2004-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3717         * configure.in:
3718         put -Wall -Wno-implicit-int before user specified flags
3720         * libs/FScreen.c:
3721         Applied below patch again.  It didn't make it to CVS (?)
3723 2004-08-26  Dan Espen  <dane@mk.telcordia.com>
3725         * libs/FScreen.c: Fixed case error.  Patch from Chris Ross.
3727 2004-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3729         * libs/FScreen.c:
3730         cleaned up ifdef hell
3732         * configure.in:
3733         fixed solaris xinerama test
3735 2004-08-25  Dan Espen  <dane@mk.telcordia.com>
3737         * configure.in:
3738         * acconfig.h:
3739         * libs/FScreen.c (solaris_XineramaQueryScreens):
3740         Solaris Xinerama support.
3741         * AUTHORS:
3742         Update.
3743         Patch by Chris Ross.
3745 2004-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3747         * fvwm/events.c (__handle_cr_on_client):
3748         don't reevaluate window geometry when a ConfigureRequest has no size or
3749         position set
3751 2004-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3753         * fvwm/menus.c (get_menu_options):
3754         (do_menu):
3755         new menu option TearOffImmediately
3757 2004-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3759         * fvwm/placement.c (__place_get_wm_pos):
3760         cascade placemnt fix by Paul Vojta
3762 2004-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3764         * fvwm/geometry.c (constrain_size):
3765         Don't touch the aspect ratio if modifying the width/height does not
3766         improve the situation
3768         * fvwm/frame.c (frame_free_move_resize_args):
3769         (__frame_setup_window):
3770         (frame_update_hidden_window_pos):
3771         (frame_mrs_resize_move_windows):
3772         (frame_create_move_resize_args):
3773         * fvwm/move_resize.c (__resize_window):
3774         some event handling fixes
3776         * fvwm/geometry.c (constrain_size):
3777         look up the latest size hints if necessary
3779 2004-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3781         * fvwm/geometry.c (constrain_size):
3782         * fvwm/ewmh.c (EWMH_fullscreen):
3783         * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
3784         (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
3785         (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
3786         * fvwm/fvwm.h (window_flags_t):
3787         allow windows to override their size hints when going fullscreen:
3788         minimum and maximum size, size inc, aspect ratio, etc.
3790 2004-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3792         * fvwm/decorations.c (struct):
3793         MWM hints on 64 bit machines fix
3795 2004-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3797         * fvwm/fvwm.1.in (Note):
3798         * fvwm/read.c (CMD_Read):
3799         (CMD_PipeRead):
3800         the Read and PipeRead commands have a return code
3802         * fvwm/read.c (run_command_stream):
3803         (CMD_Read):
3804         (CMD_PipeRead):
3805         removed debug code
3807 2004-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3809         * fvwm/move_resize.c (GetResizeArguments):
3810         (GetMoveArguments):
3811         fixed parsing of the frame option to the resize command and the pointer
3812         option to the move command
3814         * fvwm/conditional.c (CMD_None):
3815         Fixed CMD_None return code
3817 2004-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3819         * fvwm/stack.c (is_above_unmanaged):
3820         windows on other Desks are always considered on top
3822         * fvwm/conditional.c (CreateConditionMask):
3823         (MatchesConditionMask):
3824         * fvwm/fvwm.h (WindowConditionMask):
3825         new condition Overlapped
3827         * config.h:
3828         inproved strings.h / sring.h iclusion logic
3830         * libs/PictureUtils.c (finish_ct_init):
3831         (PictureInitColors):
3832         use flib_putenv instead of putenv
3834 2004-07-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3836         * fvwm/screen.h:
3837         * libs/gravity.h (enum):
3838         * libs/wcontext.h (enum):
3839         -pedantic fixes
3841         * fvwm/fvwm.c (StartupStuff):
3842         do not ungrab the pointer while the startup functions execute
3843         (Done):
3844         ungrab the pointer only after executing the RestartFunction or
3845         ExitFunciton.  Otherwise these functions may not be executed if some
3846         other application grabs the pointer.
3848         * fvwm/fvwm.h:
3849         * fvwm/conditional.c (CreateConditionMask):
3850         renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
3851         new condition AnyScreen
3853         * libs/Bindings.c:
3854         * fvwm/builtins.c (__fake_event):
3855         * fvwm/bindings.c (ParseBinding):
3856         removed C++ comments
3858 2004-07-15  Scott Smedley  <scottie7@tpg.com.au>
3860         * NEWS:
3861         New options for FvwmButtons module.
3863 2004-07-12  Mikhael Goikhman  <migo@homemail.com>
3865         * fvwm/fvwm.1.in:
3866         use commas between conditions
3868 2004-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3870         * fvwm/builtins.c (CMD_Wait):
3871         ignore MapNotify reported to any window except the root window
3873         * fvwm/module_interface.c (CONFIGARGS):
3874         correct number of CONFIGARGS arguments
3876         * libs/vpacket.h (ConfigWinPacket):
3877         frame_x and frame_y are signed
3879 2004-07-11  Scott Smedley  <scottie7@tpg.com.au>
3881         * fvwm/conditional.c:
3882         * fvwm/fvwm.h:
3883         * fvwm/fvwm.1.in:
3884         * AUTHORS:
3885         Committed patch by Norman Yarvin (with a few minor mods) to extend
3886         conditionals to handle multiple window names.
3888 2004-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3890         * fvwm/module_interface.c (CONFIGARGS):
3891         * libs/vpacket.h (ConfigWinPacket):
3892         put window_flags at end of structure
3894 2004-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3896         * fvwm/module_interface.c (CONFIGARGS):
3897         (OLDCONFIGARGS):
3898         (SETOLDFLAGS):
3899         (SendConfig):
3900         (BroadcastConfig):
3901         removed old module interface
3902         (CONFIGARGS):
3904         * libs/vpacket.h (ConfigWinPacket):
3905         64 bit fix
3907 2004-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3909         * fvwm/execcontext.c (__exc_change_context):
3910         fixed handling of etrigger event, fixing a problem with PropertyNotify
3911         events during resizing and possibly other problems too
3913         * fvwm/add_window.c (RestoreWithdrawnLocation):
3914         fixed travelling windows if application changed gravity hint before
3915         recapture
3917         * fvwm/frame.c (combine_decor_gravities):
3918         (combine_gravities):
3919         renamed
3920         (frame_restore_client_gravities):
3921         fixed window gravity after resize
3923         * libs/FEvent.c (FPeekEvent):
3924         (FPeekIfEvent):
3925         (FCheckPeekIfEvent):
3926         fixed some event handling bugs
3928         * fvwm/conditional.c (CMD_Test):
3929         (match_version):
3930         corrected use of Bool types
3931         (match_version):
3932         simplified, fixed compilation
3933         (ver):
3934         use int as return type
3936         * libs/Ficonv.c (convert_charsets):
3937         reindented
3939         * libs/Ficonv.c (convert_charsets):
3940         * acinclude.m4 (ICONV_SECOND_ARG):
3941         rewrote iconf configure test to save an ifdef
3943 2004-07-07  Scott Smedley  <scottie7@tpg.com.au>
3945         * fvwm/fvwm.1.in:
3946         * libs/Bindings.h:
3947         * libs/Bindings.c:
3948         * fvwm/bindings.c:
3949         Allow user to specify window-specific bindings that should NOT be
3950         intercepted by FVWM. This is accomplished with an '--' binding action.
3952 2004-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3954         * fvwm/move_resize.c (__resize_window):
3955         Fixed event handling
3957         * fvwm/virtual.c (HandlePaging):
3958         removed check for leave events on pan frames; better query the pointer
3959         each time
3961 2004-07-06  Scott Smedley  <scottie7@tpg.com.au>
3963         * fvwm/fvwm.1.in:
3964         * fvwm/conditional.c:
3965         Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
3967 2004-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3969         * fvwm/move_resize.c (GetResizeArguments):
3970         (GetResizeMoveArguments):
3971         (__resize_window):
3972         (__resize_step):
3973         (__resize_get_refpos):
3974         (__resize_get_dir_proximity):
3975         (__resize_get_dir_from_window):
3976         implemented fluxbox-like Alt-Button3 resizing
3978         * fvwm/virtual.c (HandlePaging):
3979         * fvwm/events.c (__merge_cr_moveresize):
3980         (__test_for_motion):
3981         (flush_property_notify):
3982         do not use XPutBackEvent as it shuffles events on the queue
3983         (test_button_event):
3984         (test_typed_window_event):
3985         new functions
3987         * libs/FEvent.c (fev_get_evpos_or_query):
3988         take pointer position from EnterNotify and LeaveNotify events
3990         * fvwm/move_resize.c (__move_loop):
3991         fixed multiple paging with certain SnapGrid / Move interactions
3992         (__resize_window):
3993         (__move_loop):
3994         * fvwm/virtual.c (HandlePaging):
3995         Workaround for buggy XFree not delivering some Pointer events
3996         simplified code
3998         * fvwm/virtual.c (MoveViewport):
3999         don't eat MotionNotify events
4001         * libs/FEvent.c (fev_get_last_event):
4002         new function
4003         (FWindowEvent):
4004         (FPutBackEvent):
4005         (FPeekIfEvent):
4006         (FPeekEvent):
4007         (FNextEvent):
4008         (FMaskEvent):
4009         (FIfEvent):
4010         (FCheckWindowEvent):
4011         (FCheckTypedWindowEvent):
4012         (FCheckTypedEvent):
4013         (FCheckMaskEvent):
4014         (FCheckIfEvent):
4015         keep a copy of the previous event in case FPutBackEvent is called
4017 2004-06-30  Scott Smedley  <scottie7@tpg.com.au>
4019         * fvwm/fvwm.1.in:
4020         Indicate optional window argument in section headings for
4021         Key, Mouse, PointerKey & Stroke commands.
4022         Remove strange "-Key" option listed for PointerKey.
4024 2004-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4026         * libs/Fft.c (FftDrawString):
4027         * fvwm/session.c (get_version_string):
4028         * fvwm/module_interface.c (FlushMessageQueue):
4029         * fvwm/fvwm.c (SaveDesktopState):
4030         * fvwm/colorset.h:
4031         * fvwm/colorset.c (cleanup_colorsets):
4032         * libs/PictureUtils.c (struct):
4033         fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
4035 2004-06-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4037         * fvwm/events.c (__cr_detect_icccm_move):
4038         windows with ewmh hints are assumed to use icccm2 compliant movement
4040         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
4041         (ewmh_WMStateMaxHoriz):
4042         fixed restart/maximized problem
4044         * libs/fvwmsignal.c (fvwmReapChildren):
4045         * fvwm/fvwm.c (ReapChildren):
4046         moved function to lib
4048 2004-06-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4050         * fvwm/modconf.c (send_desktop_geometry):
4051         (send_color_limit):
4052         (send_click_time):
4053         (send_move_threshold):
4054         (send_ignore_modifiers):
4055         increased static buffer size
4057 2004-06-13  Marcus Lundblad  <ml@update.uu.se>
4059         * libs/CombineChars.c (convert_to_ucs2):
4060         Replace illegal UTF-8 character sequences in input
4062 2004-06-11  Scott Smedley  <scottie7@tpg.com.au>
4064         * libs/Bindings.c:
4065         bugfix: wrong stroke action being invoked.
4067 2004-06-10  Scott Smedley  <scottie7@tpg.com.au>
4069         * fvwm/builtins.c:
4070         * fvwm/events.c:
4071         * libs/Bindings.c:
4072         Active _last_ matching binding. (ie. same behaviour as before
4073         win-specific bindings patch.)
4074         bugfix: segfault when looking up stroke bindings in root context.
4076 2004-06-07  Scott Smedley  <scottie7@tpg.com.au>
4078         * fvwm/bindings.c:
4079         * fvwm/builtins.c:
4080         * fvwm/events.c:
4081         * fvwm/fvwm.1.in:
4082         * fvwm/module_interface.c:
4083         * libs/Bindings.c:
4084         * libs/Bindings.h:
4085         * modules/FvwmScript/FvwmScript.c:
4086         * modules/FvwmScript/Instructions.c:
4087         Implemented window-specific key/mouse bindings.
4089         * modules/FvwmIconBox/FvwmIconBox.h:
4090         * libs/fvwmlib.h:
4091         * libs/wild.c:
4092         * libs/wild.h:
4093         Make args to matchWildcards() const.
4095 2004-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4097         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
4098         use EWMH_fullscreen
4099         * fvwm/ewmh.c (EWMH_fullscreen):
4100         new function
4102         * fvwm/add_window.c (AddWindow):
4103         implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
4105         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
4106         (ewmh_WMStateMaxVert):
4107         (ewmh_WMStateShaded):
4108         (ewmh_WMStateSticky):
4109         (ewmh_WMStateStaysOnBottom):
4110         fixed core dumps
4111         (ewmh_WMState):
4112         don't try to maximize window when looking up the style
4113         (ewmh_WMDesktop):
4114         (ewmh_WMStateFullScreen):
4115         (ewmh_WMStateHidden):
4116         (ewmh_WMStateMaxVert):
4117         (ewmh_WMStateModal):
4118         (ewmh_WMStateShaded):
4119         (ewmh_WMStateSkipPager):
4120         (ewmh_WMStateSticky):
4121         (ewmh_WMStateStaysOnBottom):
4122         fixed ignoring ewmh hints
4124         * fvwm/expand.c (expand_vars_extended):
4125         include full path in iconfile and miniiconfile variables
4127 2004-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4129         * fvwm/functions.c (execute_complex_function):
4130         (CheckActionType):
4131         fixed double click patch
4133 2004-06-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4135         * fvwm/ewmh.c (EWMH_SetWMDesktop):
4136         use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
4138 2004-05-31  Dan Espen  <dane@mk.telcordia.com>
4140         * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
4141         into fvwm man page.
4143 2004-05-29  Norbert Buchmuller  <norbi@nix.hu>
4145         * libs/FImage.c (FShmSafeCreateImage):
4146         Yet another fix to SHM remote client problem
4148 2004-05-26  Francis Litterio  <franl@world.std.com>
4150         * fvwm/fvwm.1.in
4151         * fvmw/fvwm.h
4152         * fvwm/placement.c (__place_get_wm_pos)
4153         * fvwm/style.c (style_parse_one_style_option)
4154         Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
4156 2004-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4158         * fvwm/events.c (HandleEnterNotify):
4159         fixed endless loop of edge commands when doing something that grabs
4160         the pointer
4162         * fvwm/functions.c (CheckActionType):
4163         (execute_complex_function):
4164         double clicks no longer work when pressing different buttons
4166 2004-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4168         * fvwm/placement.c (__place_get_wm_pos):
4169         fixed placement in top left corner when pressing escape during manual
4170         placement
4172 2004-05-23  Mikhael Goikhman  <migo@homemail.com>
4174         * configure.in:
4175         * AUTHORS:
4176         added Chinese translations
4178 2004-05-18  Olivier Chapuis  <olivier.chapuis@free.fr>
4180         * fvwm/ewmh.c (EWMH_SetFrameStrut):
4181         Fixed a miss-print
4183 2004-05-09  Mikhael Goikhman  <migo@homemail.com>
4185         * fvwm/conditional.c:
4186         * fvwm/fvwm.1.in:
4187         clean up Test code and documentation, add new False condition,
4188         unrecognized conditions produce Error return code now
4190 2004-05-06  Dan Espen  <dane@mk.telcordia.com>
4192         * fvwm/style.c: Remove extra char.
4194 2004-05-01  Olivier Chapuis  <olivier.chapuis@free.fr>
4196         * fvwm/ewmh.c (ewmh_atom_client_win):
4197         * fvwm/ewmh_intern.h:
4198         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
4199         (ewmh_MoveResizeWindow):
4200         Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
4202         * fvwm/events.c (__handle_cr_on_client):
4203         (__handle_configure_request):
4204         (events_handle_configure_request):
4205         Some renaming for consistency, force restacking if the event come from
4206         an ewmh restack
4208         * fvwm/ewmh_events.c (ewmh_MoveResize):
4209         Fixed _NET_WM_MOVERESIZE
4211         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
4212         Removed debug code
4214         * fvwm/ewmh.c (ewmh_atom_fvwm_win):
4215         (EWMH_SetFrameStrut):
4216         Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
4218 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
4220         * libs/FImage.c (FShmSafeCreateImage):
4221         Finished to fix SHM remote client problem
4223 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
4225         * libs/FImage.c (FShmSafeCreateImage):
4226         Fixed when we are a remote client
4228 2004-04-21  Mikhael Goikhman  <migo@homemail.com>
4230         * INSTALL.fvwm:
4231         * NEWS:
4232         * acconfig.h:
4233         * fvwm/fvwm.1.in:
4234         * fvwm/fvwm.c:
4235         * fvwm/gnome.h:
4236         * fvwm/session.c:
4237         * libs/envvar.c:
4238         * libs/envvar.h:
4239         new default ~/.fvwm/config file is now recommended instead of
4240         still supported ~/.fvwm/.fvwm2rc
4242 2004-04-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4244         * fvwm/menus.c (NewMenuRoot):
4245         do not strip whitespace from menu names when creating a new menu
4247 2004-04-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4249         * fvwm/menuitem.c (menuitem_get_size):
4250         * fvwm/menuitem.h:
4251         renamed remaining "mips" to mipst
4253 2004-04-09  Olivier Chapuis  <olivier.chapuis@free.fr>
4255         * fvwm/events.c (HandleMapRequestKeepRaised):
4256         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4257         Fixed EWMH DesktopGeometry and Stacking list
4259 2004-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4261         * fvwm/virtual.c (GetDeskNumber):
4262         (CMD_MoveToDesk):
4263         (CMD_GotoDesk):
4264         fixed MoveToDesk with one argument
4266 2004-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4268         * fvwm/style.c (style_parse_one_style_option):
4269         * fvwm/style.h:
4270         * fvwm/conditional.c (MatchesConditionMask):
4271         * fvwm/fvwm.h:
4272         * fvwm/window_flags.h:
4273         new style "State"
4275 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4277         * fvwm/fvwm.1.in:
4278         corrected a typo
4280 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4282         * fvwm/move_resize.c (unmaximize_fvwm_window):
4283         fixed redrawing of maximize button when unmaximizing but when the size
4284         and position does not change
4286 2004-03-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4288         * fvwm/expand.c (expand_vars_extended):
4289         new extended variable $[w.layer]
4291         * fvwm/move_resize.c (MaximizeHeight):
4292         (MaximizeWidth):
4293         (CMD_Maximize):
4294         applied modified layer patch for maximize by Rafal Bisingier
4296 2004-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4298         * fvwm/add_window.c (setup_frame_attributes):
4299         Hopefully fixed BackingStore code and removed now useless backing store
4300         for decorations
4302         * fvwm/expand.c (expand_vars_extended):
4303         new extended variable $[w.desk]
4305 2004-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4307         * NEWS:
4308         * configure.in:
4309         increased version to 2.5.11
4310         released 2.5.10
4312         * NEWS:
4313         * configure.in:
4314         updated for 2.5.10 release
4316         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4317         improved rotation code
4319         * libs/gravity.c (gravity_add_rotations):
4320         new function
4322 2004-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4324         * fvwm/placement.c (__explain_placement):
4325         new function
4327         * libs/FScreen.c (FScreenIsRectangleOnScreen):
4328         new function
4330         * fvwm/builtins.c (CMD_BugOpts):
4331         * fvwm/screen.h (ScreenInfo):
4332         new BugOpts option ExplainWindowPlacement
4333         renamed some members of Screen
4335 2004-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4337         * fvwm/placement.c (__place_get_wm_pos):
4338         (__place_get_nowm_pos):
4339         (__place_get_placement_flags):
4340         (__place_window):
4341         (__place_handle_x_resources):
4342         (setup_window_placement):
4343         split into multiple functions
4344         cleaned up a little
4346 2004-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4348         * fvwm/add_window.c (setup_window_placement):
4349         * fvwm/placement.c (setup_window_placement):
4350         moved function to placement.c
4351         fixed using PLACE_AGAIN placement mode
4352         (PlaceWindow):
4353         (__place_window):
4354         renamed function
4356 2004-03-15  Chris Ross  <cross+fvwm@distal.com>
4358         * libs/Graphics.c (do_relieve_rectangle_with_rotation)
4359         allow a negative line_width to invert the relief
4361 2004-03-06  Marcus Lundblad  <ml@update.uu.se>
4363         * libs/Flocale.c (FlocaleDrawString)
4364         (FlocaleDrawUnderline)
4365         (FlocaleTextWidth):
4366         reduced redundant calls to iconv
4368 2004-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4370         * fvwm/move_resize.c (CMD_XorValue):
4371         fixed a very small outline drawing problem caused by using 0 line width
4372         instead of 1
4374         * NEWS:
4375         * configure.in:
4376         increased version to 2.5.10
4378         * configure.in:
4379         * NEWS:
4380         updated for 2.5.9 release
4382         * fvwm/functions.c (execute_function_override_window):
4383         * fvwm/module_interface.c (ExecuteModuleCommand):
4384         * fvwm/conditional.c (circulate_cmd):
4385         sometimes, DeferExecution was called although a window was already
4386         selected, for example with the "Current" commend; fixed
4388 2004-02-28  Olivier Chapuis  <olivier.chapuis@free.fr>
4390         * libs/FImage.c (FShmSafeCreateImage):
4391         Fixed some safety tests
4393 2004-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4395         * fvwm/events.c (__handle_cr_on_client):
4396         fixed a bug in the Jave configure request workaround
4398 2004-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4400         * fvwm/events.c (__cr_detect_icccm_move):
4401         improved motion method detection for fullscreen requests
4403 2004-02-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4405         * fvwm/add_window.c (AddWindow):
4406         * fvwm/screen.h (ScreenInfo):
4407         * fvwm/builtins.c (CMD_BugOpts):
4408         new BugOpts option DisplayNewWindowNames intended for debugging
4410 2004-02-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4412         * libs/Bindings.c (FvwmStringToKeysym):
4413         small performance enhancement
4415         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
4416         (__move_loop):
4417         fixed the FlickeringMoveWorkaround option which did nothing before
4419 2004-02-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4421         * fvwm/style.c (style_parse_one_style_option):
4422         * fvwm/fvwm.h:
4423         * fvwm/style.h (SIS_UNMANAGED):
4424         * fvwm/add_window.c (AddWindow):
4425         New style Unmanaged
4427         * fvwm/expand.c (expand_vars_extended):
4428         new variables $[w.iconfile] and $[w.miniiconfile]
4430         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4431         made left side of a relief one pixel longer at the bottom
4433 2004-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4435         * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
4436         * fvwm/style.c (style_set_old_focus_policy):
4437         fixed default window list order with ClickToFocus
4439 2004-02-04  Marcus Lundblad  <ml@update.uu.se>
4441         * fvwm/libs/Flocale.h:
4442         * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
4443         (FlocaleStringByteToCharOffset)
4444         (FlocaleStringCharToByteOffset)
4445         (FlocaleStringCharLength):
4446         Made utility functions available outside of Flocale
4448 2004-01-31  Olivier Chapuis  <olivier.chapuis@free.fr>
4450         * fvwm/events.c (__test_for_motion):
4451         Fixed a lockup, see the long comment in the code
4453 2004-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4455         * fvwm/schedule.c (execute_obj_func):
4456         fixed using uninitialised return code
4458 2004-01-25  Olivier Chapuis  <olivier.chapuis@free.fr>
4460         * fvwm/builtins.c (do_title_style):
4461         Fixed MinHeight, it must reset the Height
4463 2004-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4465         * fvwm/menus.c (menuShortcuts):
4466         applied menu navigation patch by Anton Kazennikov
4468 2003-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4470         * libs/gravity.c (gravity_dir_to_string):
4471         (gravity_parse_dir_argument):
4472         use a constant for the dir table
4474 2003-12-16  Marcus Lundblad  <ml@update.uu.se>
4476         * fvwm/Flocale.c (FlocaleEncodeString)
4477         (FlocaleDrawUnderline):
4478         Fixed crash when there's no Iconv support
4480 2003-12-16  olicha  <olivier.chapuis@free.fr>
4482         * fvwm/functions.h:
4483         Used the FUNC_FLAGS_TYPE in find_func_t declaration
4485         * sample.fvwmrc/system.fvwm2rc-sample-95:
4486         Added some Xft fonts
4488 2003-12-12  olicha  <olivier.chapuis@free.fr>
4490         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
4491         Fixed ewmh FullScreen when an application start fullscreen and
4492         desactivate this state
4494 2003-12-04  olicha  <olivier.chapuis@free.fr>
4496         * fvwm/placement.c (test_fit):
4497         * fvwm/ewmh.h:
4498         * fvwm/ewmh.c (ewmh_GetStrutIntersection):
4499         (EWMH_GetBaseStrutIntersection):
4500         (EWMH_GetStrutIntersection):
4501         Fixed placement vs the base struts
4503 2003-11-29  Mikhael Goikhman  <migo@homemail.com>
4505         * sample.fvwmrc/system.fvwm2rc-sample-95:
4506         improved Debian specific menu
4508 2003-11-15  Mikhael Goikhman  <migo@homemail.com>
4510         * sample.fvwmrc/system.fvwm2rc-sample-95:
4511         several updates; added Debian menu if found
4513 2003-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4515         * configure.in:
4516         new configure option --en/disable-iconv
4518 2003-11-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4520         * fvwm/menus.c (__mloop_handle_event):
4521         * fvwm/menustyle.c (menustyle_parse_style):
4522         (menustyle_copy):
4523         new MenuStyle options PopupIgnore and PopupClose
4525 2003-11-02  Dan Espen  <dane@mk.telcordia.com>
4527         * fvwm/menus.c (menu_binding): Remove debug code.
4528         * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
4529         * fvwm/menus.h: Add menu_binding function.
4530         * fvwm/fvwm.1.in: Document the menu context in the mouse command for
4531         tear off menus.
4532         * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
4533         button 2 tearoff.
4534         * libs/wcontext.h (enum): Add MENU context.
4535         * libs/wcontext.c (win_contexts): More common binding contexts first in
4536         table.
4537         * libs/charmap.c (charmap_string_to_mask): Space before char in error
4538         message.
4540 2003-11-01  Mikhael Goikhman  <migo@homemail.com>
4542         * NEWS:
4543         * configure.in:
4544         increase version to 2.5.9
4546 2003-10-31  Mikhael Goikhman  <migo@homemail.com>
4548         * Makefile.am:
4549         fixed deb creation
4551         * configure.in:
4552         * NEWS:
4553         updated for 2.5.8 release
4555 2003-10-29  Mikhael Goikhman  <migo@homemail.com>
4557         * Makefile.am:
4558         * configure.in:
4559         initially added files for deb package auto-creating procedure
4561 2003-10-26  Mikhael Goikhman  <migo@homemail.com>
4563         * AUTHORS:
4564         * configure.in:
4565         added Swedish translations by Johan Svedberg
4567         * NEWS:
4568         updated
4570 2003-10-25  Mikhael Goikhman  <migo@homemail.com>
4572         * fvwm/add_window.c (GetWindowSizeHints):
4573         reindented broken hint messages
4575 2003-10-23  Mikhael Goikhman  <migo@homemail.com>
4577         * configure.in:
4578         improved Perl detection messages,
4579         restored FvwmGtkDebug independence from gtk libs
4581 2003-10-15  Mikhael Goikhman  <migo@homemail.com>
4583         * configure.in:
4584         * AUTHORS:
4585         added German translations by Andrei Mitrofanow
4587         * fvwm/fvwm.1.in:
4588         typos
4590 2003-10-11  Mikhael Goikhman  <migo@homemail.com>
4592         * NEWS:
4593         added 2.4.17 NEWS
4595 2003-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4597         * fvwm/fvwm.1.in:
4598         * fvwm/conditional.c (CreateConditionMask):
4599         (MatchesConditionMask):
4600         (CreateConditionMask):
4601         * fvwm/fvwm.h (WindowConditionMask):
4602         !CurrentPage, !CurrentDesk, !Layer ... now work as they should
4604 2003-09-23  olicha  <olivier.chapuis@free.fr>
4606         * libs/FImage.c (FShmInit):
4607         Removed debug code
4609 2003-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4611         * fvwm/focus.c (warp_to_fvwm_window):
4612         don't unnecessarily call MoveViewport
4614 2003-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4616         * fvwm/decorations.c (__is_resize_allowed):
4617         fixed a condition
4619 2003-09-06  malu  <ml@update.uu.se>
4621         * libs/FBidi.c (FBidiConvert):
4622         * libs/CombineChars.c (CombineChars):
4623         Fixed drawing combining characters on correct positions in
4624         right-to-left context
4626 2003-09-05  malu  <ml@update.uu.se>
4628         * libs/Flocale.c (FlocaleDrawString):
4629         (FlocaleTextWidth):
4630         Fixed drawing of combining characters with font shadow
4631         (character offsets were miscalculated, since FlocaleTextWidth
4632         adds shadow width)
4634 2003-09-05  malu  <ml@update.uu.se>
4636         * libs/Flocale.c (FlocaleDrawUnderline):
4637         Fixed bug with text width when a string contains only
4638         "orphaned" combining characters (compensation for font shadowd
4639         was counted twice)
4641 2003-09-04  olicha  <olivier.chapuis@free.fr>
4643         * todo-2.6:
4644         Added E.18, added comments on C.9 and C.15
4646 2003-09-03  olicha  <olivier.chapuis@free.fr>
4648         * libs/Flocale.c (FlocaleTextWidth):
4649         Fixed a comb_char core dump
4651         * libs/Makefile.am:
4652         Fixed compilation if either iconv, libpng or Xrender headers are
4653         not at a standard place
4655 2003-09-03  Mikhael Goikhman  <migo@homemail.com>
4657         * acinclude.m4:
4658         fixed error message for incorrect --with-SOMETHING-library argument
4660 2003-09-03  olicha  <olivier.chapuis@free.fr>
4662         * todo-2.6:
4663         Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
4665 2003-09-02  olicha  <olivier.chapuis@free.fr>
4667         * todo-2.6:
4668         C.12 is fixed
4670 2003-09-01  olicha  <olivier.chapuis@free.fr>
4672         * libs/gravity.c (gravity_dir_to_string):
4673         A new interface function to transform a direction_t to a string
4675 2003-08-31  S. Anderson  <sa@xmission.com>
4677         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
4678         Fixed missing font charsets
4680 2003-08-28  olicha  <olivier.chapuis@free.fr>
4682         * fvwm/move_resize.c (__move_loop):
4683         (AnimatedMoveAnyWindow):
4684         Updated bg of transparent tear off menu when moved
4686         * fvwm/events.c (HandlePropertyNotify):
4687         Updated ParentRelative tear off menu on bg change
4689         * fvwm/menus.c (UpdateMenuColorset):
4690         Updated colorsets of tear off menu when they change, this handle the
4691         case of root background change for RootTransparent
4693         * fvwm/menus.h:
4694         * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
4695         An utility function for redrawing transparent tear off menu. Maybe
4696         we can merge
4698         * fvwm/add_window.c (validate_transientfor):
4699         Fixed transient for an ewmh desktop
4701 2003-08-27  olicha  <olivier.chapuis@free.fr>
4703         * libs/FRender.c (FRenderRender):
4704         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
4705         Removed and fixed some unused code
4707 2003-08-25  olicha  <olivier.chapuis@free.fr>
4709         * fvwm/misc.c (GrabEm):
4710         Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
4712         * fvwm/modconf.c (send_color_limit):
4713         ifndefed color limit config info message which is not used anymore
4715         * fvwm/colorset.c (parse_colorset):
4716         Added a note on average bg
4718 2003-08-23  olicha  <olivier.chapuis@free.fr>
4720         * fvwm/style.c (print_styles):
4721         More info on memory used
4723         * fvwm/style.c (__simplify_style_list):
4724         Fixed upward simplication
4726 2003-08-14  olicha  <olivier.chapuis@free.fr>
4728         * fvwm/ewmh.c (ewmh_HandleMenu):
4729         Fixed the MENU window type, they are tear off menus
4731         * fvwm/fvwm.h:
4732         * fvwm/update.c (apply_window_updates):
4733         * fvwm/stack.c (new_layer):
4734         * fvwm/ewmh.c (EWMH_GetStyle):
4735         Fixed EWMHUseStackingHints update
4737         * fvwm/window_flags.h:
4738         * fvwm/fvwm.h:
4739         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
4740         (ewmh_WMStateMaxHoriz):
4741         (ewmh_WMStateMaxVert):
4742         * fvwm/move_resize.c (unmaximize_fvwm_window):
4743         Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
4744         uniconify and unshade when putting a window fullscreen
4746         * fvwm/ewmh_intern.h:
4747         * fvwm/ewmh.c (ewmh_AllowsFullScreen):
4748         Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
4750         * fvwm/move_resize.c (unmaximize_fvwm_window):
4751         (CMD_Resize):
4752         (CMD_ResizeMove):
4753         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
4754         * fvwm/decorations.c (SelectDecor):
4755         * fvwm/windowshade.c (CMD_WindowShade):
4756         Removed the decor for EWMH fullscreen windows, forbid shading and
4757         allows Resize and MoveResize without unsetting the fullscreen/maximized
4758         state
4760         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
4761         (CMD_ResizeMaximize):
4762         Fixed ewmh state which was not set after these cmds
4764 2003-08-09  olicha  <olivier.chapuis@free.fr>
4766         * todo-2.6:
4767         Updated
4769 2003-08-08  olicha  <olivier.chapuis@free.fr>
4771         * fvwm/borders.c (border_draw_vector_to_pixmap):
4772         Fixed inversion of fg and bg in vector buttons
4774         * fvwm/style.c (__simplify_style_list):
4775         Fixed a memory leak
4777         * libs/System.c (fvwm_mkstemp):
4778         Removed debug code
4780 2003-08-07  olicha  <olivier.chapuis@free.fr>
4782         * configure.in:
4783         * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
4784         * acconfig.h:
4785         * libs/System.c (fvwm_mkstemp):
4786         * libs/fvwmlib.h:
4787         Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
4788         exists and work correctly, if not a replacement function is used
4789         (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
4790         implementation).
4792         * libs/fsm.c (unique_filename):
4793         (SetAuthentication):
4794         * fvwm/session.c (getUniqueStateFilename):
4795         Replaced tempnam by fvwm_mkstemp
4797 2003-08-07  olicha  <olivier.chapuis@free.fr>
4799         * libs/Makefile.am:
4800         * libs/FSMlib.h (new file):
4801         * fvwm/session.c (*):
4802         * fvwm/session.h:
4803         fvwmize SMlib and ICElib
4805         * fvwm/session.c (matchWin):
4806         Fixed window matching for windows with no SM_CLIENT_ID and a
4807         window_role
4809         * libs/fsm.c (new file):
4810         * libs/fsm.h (new file):
4811         * fvwm/ConfigFvwmDefaults
4812         A set of functions for implementing a dummy session manager
4814         * fvwm/fvwm.1.in:
4815         GNOME 1 hints and EWHM support is not a configure time option
4816         (anymore).
4818 2003-08-06  Robert Wittek  <r.wittek@gmx.net>
4820         * fvwm/add_window.c (AddWindow):
4821         fixed stickyness across desks over a restart
4823 2003-08-06  olicha  <olivier.chapuis@free.fr>
4825         * fvwm/ewmh.c (EWMH_WindowInit):
4826         (EWMH_SetFrameStrut):
4827         Fixed position of kde tray windows in kicker
4829 2003-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4831         * fvwm/module_interface.c (FlushMessageQueue):
4832         retry writing pipe if write returns EINTR
4834 2003-07-28  olicha  <olivier.chapuis@free.fr>
4836         * fvwm/events.c (events_handle_configure_request):
4837         (HandleConfigureRequest):
4838         (__handle_configure_request):
4839         (__handle_cr_on_client):
4840         * fvwm/ewmh.c (ewmh_atom_client_win):
4841         * fvwm/ewmh_intern.h:
4842         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
4843         (EWMH_ProcessClientMessage):
4844         Implemented _NET_MOVERESIZE_WINDOW
4846         * fvwm/fvwm.c (main):
4847         A -Wall fix
4849 2003-07-25  olicha  <olivier.chapuis@free.fr>
4851         * fvwm/ewmh.c (ewmh_HandleWindowType):
4852         Fixed handling of the _NET_WINDOW_TYPE prop when there are more
4853         that one type and we do not support the first one.
4855         * fvwm/expand.c (expand_vars_extended):
4856         Fixed conflict between extended variables name (desk.name and
4857         desk.n)
4859         * fvwm/session.c (callback_save_yourself):
4860         Respect the SmSaveGlobal save type. This should fix some session
4861         locking in the sm protocol
4863         * fvwm/session.c (setSmProperties):
4864         (SessionInit):
4865         Set some sm properties when fvwm start for fixing a problem with
4866         the restart style hint after a restart.
4868         * fvwm/fvwm.c (get_display_name):
4869         (usage):
4870         (main):
4871         * fvwm/session.c (setSmProperties):
4872         * fvwm/fvwm.1.in
4873         Added a possible positive or null arg to --single-screen which
4874         forces fvwm to start on the "current" display and the given
4875         screen. Use this to fix fvwm starting under a session manager:
4876         specify only the screen and not the display.screen for the
4877         restart sm command.
4879         * fvwm/fvwm.c (main):
4880         Fixed possible memory corruption if a display has more than
4881         10 screens.
4883         * fvwm/session.c (*):
4884         Better debuging msg
4886 2003-07-24  Mikhael Goikhman  <migo@homemail.com>
4888         * acinclude.m4:
4889         fixed xft/fontconfig detection with pkg-config
4891         * fvwm/fvwm.1.in:
4892         corrections in some long option names
4894 2003-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4896         * fvwm/add_window.c (setup_style_and_decor):
4897         * fvwm/geometry.c (set_window_border_size):
4898         * fvwm/fvwm.h (FvwmWindow):
4899         * fvwm/events.c (HandleShapeNotify):
4900         * fvwm/frame.c (frame_free_move_resize_args):
4901         (frame_setup_shape):
4902         (frame_reshape_border):
4903         fixed resizing of window borders if a window shape was added or deleted
4904         after the initial window setup
4906         * fvwm/update.c (apply_window_updates):
4907         removed unused code
4909         * fvwm/events.c (__cr_detect_icccm_move):
4910         disable motion method detection for shaped windows
4912 2003-07-21  olicha  <olivier.chapuis@free.fr>
4914         * fvwm/add_window.c (setup_window_structure):
4915         * fvwm/session.c (MatchWinToSM):
4916         Preserve is_name_changed window_flags within restart, session loading
4917         and recapture
4919 2003-07-20  olicha  <olivier.chapuis@free.fr>
4921         * fvwm/ewmh.c (EWMH_Init):
4922         fixed _NET_WM_NAME for our ewmh WM_CHECK window
4924         * fvwm/fvwm.c (InternUsefulAtoms):
4925         * fvwm/externs.h:
4926         * fvwm/session.c (GetWindowRole):
4927         Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
4929         * fvwm/session.c (GetClientID):
4930         Better determination of the CLIENT_LEADER
4932         * fvwm/session.c (setSmProperties):
4933         Set the CloneCommand for gnome-session editor (the sm spec says this
4934         properties is required). Removed the commented XSM ifdef.
4936         * fvwm/session.c (matchWin):
4937         (SaveWindowStates):
4938         Consider client only if it has a client id or a wm command.
4939         Removed the "two entries" session previous commit
4941 2003-07-16  olicha  <olivier.chapuis@free.fr>
4943         * fvwm/session.c (MatchWinToSM):
4944         Fixed restoring session state, if two window session entries have the
4945         same identifier ignore these entries
4947 2003-07-16  olicha  <olivier.chapuis@free.fr>
4949         * NEWS:
4950         * fvwm/style.h (SID_GET_NAME):
4951         (SID_SET_NAME):
4952         (SID_GET_WINDOW_ID):
4953         (SID_SET_WINDOW_ID):
4954         (SID_SET_HAS_NAME):
4955         (SID_GET_HAS_NAME):
4956         (SID_SET_HAS_WINDOW_ID):
4957         (SID_GET_HAS_WINDOW_ID):
4958         (SGET_ID):
4959         (SGET_WINDOW_ID):
4960         (SSET_WINDOW_ID):
4961         (SSET_ID_HAS_NAME):
4962         (SGET_ID_HAS_NAME):
4963         (SSET_ID_HAS_WINDOW_ID):
4964         (SGET_ID_HAS_WINDOW_ID):
4965         * fvwm/style.c (style_ids_are_equals):
4966         (style_id_equals_id):
4967         (styles_have_same_id):
4968         (fw_match_style_id):
4969         (one_fw_can_match_both_ids):
4970         (remove_all_of_style_from_list):
4971         (__simplify_style_list):
4972         (style_parse_one_style_option):
4973         (__style_command):
4974         (style_destroy_style):
4975         (print_styles):
4976         (CMD_Style):
4977         (CMD_WindowStyle):
4978         (CMD_FocusStyle):
4979         (CMD_DestroyStyle):
4980         (CMD_DestroyWindowStyle):
4981         * fvwm/fvwm.h (style_id_t):
4982         (window_style):
4983         * fvwm/functable.c (func_table):
4984         * fvwm/add_window.c (destroy_window):
4985         * fvwm/commands.h:
4986         * fvwm/fvwm.1:
4987         New WindowStyle and DestroyWindowStyle command for setting styles
4988         per window
4990 2003-07-14  Marcus Lundblad  <ml@update.uu.se>
4992         * libs/Flocale.c (FlocaleDrawString):
4993         * libs/FBidi.c (FBidiConvert):
4994         fixed drawing of combining characters in the case where a string
4995         consists of only combining characters
4997 2003-07-13  Marcus Lundblad  <ml@update.uu.se>
4999         * libs/CombineChars.c (CombineChars):
5000         bugfix: array mapping visual to logical position was allocated
5001         to small (factor 2) in decoposing code
5003 2003-07-11  Marcus Lundblad  <ml@update.uu.se>
5005         * libs/Flocale.c (FlocaleEncodeWinString):
5006         fixed a memory leak
5008         * libs/Flocale.c (FlocaleDrawString):
5009         (FlocaleRotatedDrawString):
5010         removed some code duplication
5012 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5014         * libs/CombineChars.c (combclass_table):
5015         (CombineChars):
5016         fixed supporting drawing marks superimposed that are in a combining
5017         class
5019 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5021         * libs/Flocale.c (FlocaleRotateDrawString):
5022         (FlocaleDrawString)
5023         fixed core dump when composing characters can't be converted to
5024         locale charset
5026 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5028         * AUTHORS:
5029         updated
5031 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5033         * todo-2.6 (todo):
5034         updated summary
5036 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5038         * NEWS:
5039         updated with reagrds to combing characters
5041 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5043         * todo-2.6
5044         closed B.8
5046 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5048         * libs/Flocale.c (FlocaleEncodeString):
5049         (FlocaleEncodeWinString):
5050         (FlocaleRotateDrawString):
5051         (FlocaleDrawString):
5052         (FlocaleDrawUnderline):
5053         fixed rendering combining characters using Unicode font in a
5054         non-UTF-8 locale
5056 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5058         * fvwm/fvwm.1.in:
5059         renamed MoveWindowByProgramMethod to MoveByProgramMethod
5061 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
5063         * libs/FBidi.h:
5064         fixed FBidi.h macro to work with no FriBIDI
5066 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
5068         * libs/CombineChars.h (CombineChars):
5069         * libs/CombineChars.c (CombineChars):
5070         * libs/FBidi.h (FBidiConvert):
5071         * libs/FBidi.c (FBidiConvert):
5072         * libs/Flocale.c (FlocaleEncodeString):
5073         (FlocaleEncodeWinString):
5074         (FlocaleDrawUnderline):
5075         (FlocaleTextWidth):
5076         fixed drawing of underlines on characters to work in with BIDI
5077         and combining characters
5079 2003-07-08  Mikhael Goikhman  <migo@homemail.com>
5081         * todo-2.6:
5082         closed D.1 with "no consensus" resolution
5084 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5086         * fvwm/fvwm.1.in:
5087         documented tear off menus
5089         * fvwm/placement.c (PlaceWindow):
5090         StartsOnPage + SkipMapping overrides PPosition
5092 2003-07-07  Mikhael Goikhman  <migo@homemail.com>
5094         * fvwm/functable.c:
5095         solved a problem with CMD_Dummy and exact command spelling
5097         * libs/CombineChars.c:
5098         * libs/CombineChars.h:
5099         * libs/FBidi.c:
5100         minor reformattings (use TABs not 8 spaces and a space after keywords
5101         like for, if or while)
5103 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5105         * fvwm/update.c (apply_window_updates):
5106         * fvwm/update.h:
5107         * fvwm/add_window.c (setup_style_and_decor):
5108         * fvwm/style.h:
5109         * fvwm/style.c (style_parse_one_style_option):
5110         (check_window_style_change):
5111         new style MoveWindowByProgramMethod
5113         * libs/PictureImageLoader.c (PImageLoadXpm):
5114         use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
5116         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5117         implemented _NET_WM_STATE_FULLSCREEN handling
5119         * fvwm/move_resize.c (GetOnePositionArgument):
5120         fixed parsing of "+-x +-y" Move arguments
5121         (CMD_Maximize):
5122         use get_page_offset_check_visible
5124         * fvwm/geometry.c (get_page_offset_check_visible):
5125         new convenience function
5127         * fvwm/events.c (__handle_cr_on_client):
5128         fixed handling of gravities other than NW or Static
5129         (__cr_detect_icccm_move):
5130         fixed several bugs
5132 2003-07-06  Marcus Lundblad  <ml@update.uu.se>
5134         * libs/BidiJoin.c:
5135         * libs/BidiJoin.h:
5136         * libs/BidiJoin.c:
5137         * libs/BidiJoin.h:
5138         * libs/CombineChars.c:
5139         * libs/CombineChars.h:
5140         * libs/Flocale.c (FlocaleEncodeString):
5141         * libs/FBidi.c:
5142         * libs/FBidi.h:
5143         * libs/Makefile.am:
5144         Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
5145         FCombineChars.h
5147 2003-07-06  olicha  <olivier.chapuis@free.fr>
5149         * libs/FRender.c (FRenderRender):
5150         Fixed compilation
5152 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5154         * fvwm/ewmh.c (ewmh_check_wm_pid):
5155         (EWMH_WindowInit):
5156         detect whether a window has _NET_WM_PID set; use that to detect ICCCM
5157         compliant ConfigureNotify handling
5159 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
5161         * libs/Flocale.c (FlocaleDrawUnderline):
5162         Commented out some non-working new code
5164 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
5166         * libs/Flocale.c (FlocaleDrawString):
5167         fixed drawing superimposed characters with a fontset
5169 2003-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5171         * fvwm/events.c (__cr_detect_icccm_move):
5172         (__handle_cr_on_client):
5173         (__cr_get_grav_position):
5174         (__cr_get_static_position):
5175         * fvwm/window_flags.h:
5176         * fvwm/fvwm.h:
5177         try to autodetect whether application uses the icccm way of moving
5178         windows of the traditional way always using static gravity
5180         * acconfig.h:
5181         moved SIGNAL_RETURN macro definition to acconfig.h
5183         * fvwm/module_interface.c (DeadPipe):
5184         * fvwm/fvwm.c (SigDone):
5185         (Restart):
5186         (ReapChildren):
5187         use SIGNAL_RETURN macro
5189         * fvwm/events.c (__handle_cr_on_client):
5190         (__merge_cr_moveresize):
5191         (__cr_detect_icccm_move):
5193         * fvwm/events.c (__handle_cr_on_unmanaged):
5194         (__handle_cr_on_icon):
5195         (__handle_cr_on_shaped):
5196         (__handle_cr_restack):
5197         (__handle_cr_on_client):
5198         (HandleConfigureRequest):
5199         split the ConfigureRequest code into multiple functions
5201         * fvwm/update.c (apply_window_updates):
5202         fixed drawing of window decorations when "Style * Neverfocus" is used
5204         * fvwm/events.c (HandleKeyPress):
5205         fixed a bug with key binding contexts
5207         * fvwm/functions.c (__execute_function):
5208         * fvwm/expand.c (expand_vars):
5209         (expand_vars_extended):
5210         new extended variable $[func.context]
5212         * libs/Bindings.h:
5213         * libs/Bindings.c:
5214         moved some code to the new files
5216         * libs/charmap.h:
5217         * libs/charmap.c:
5218         * libs/modifiers.h:
5219         * libs/modifiers.c:
5220         * libs/wcontext.c:
5221         * libs/wcontext.h:
5222         new files
5224         * libs/Bindings.c:
5225         fixed a problem with uninitialised global variable
5227 2003-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5229         * libs/Bindings.c (key_modifiers):
5230         moved to new file wcontext.c
5232         * libs/gravity.c (gravity_parse_dir_argument):
5233         added aliases for compass directions:
5234           - = N
5235           _ = S
5236           [ = W
5237           ] = E
5238           ^ = NE
5239           > = SE
5240           v = SW
5241           [ = nw
5242           . = center
5244 2003-07-02  Marcus Lundblad  <ml@update.uu.se>
5246         * libs/FBidi.h:
5247         * libs/Flocale.c (FlocaleDrawString):
5248         (FlocaleRotateDrawString):
5249         Fixes to work without Fribidi
5251 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
5253         * todo-2.6:
5254         Updated
5256 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
5258         * libs/FbidiJoin.c (get_shaped_combined_char):
5259         (shape_n_join):
5260         Removed unused (get_shaped_combined_char) and commented out code
5261         Combining ligatures done in FCombineChars
5263 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
5265         * libs/Flocale.c (FlocaleDrawString):
5266         (FlocaleRotateDrawString):
5267         (FlocaleTextWidth):
5268         * libs/FBidi.h:
5269         * libs/FBidi.c (FBidiConvert):
5270         * libs/FBidiJoin.c:
5271         * libs/FCombineChars.h:
5272         * libs/FCombineChars.c (FCombineChars):
5273         Added support for drawing superimposed combining characters
5275 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5277         * fvwm/commands.h:
5278         * fvwm/functable.c (func_table):
5279         * fvwm/functions.c (CMD_TearMenuOff):
5280         (CMD_Title):
5281         (CMD_Silent):
5282         (CMD_Function):
5283         (CMD_KeepRc):
5284         merged all dummy commands into one: CMD_Dummy
5286 2003-07-01  olicha  <olivier.chapuis@free.fr>
5288         * fvwm/menus.c (DestroyMenu):
5289         (do_menu):
5290         Cleanup
5292 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5294         * fvwm/menustyle.c (menustyle_copy):
5295         (copy_menu_style):
5296         renamed function
5298 2003-06-30  Marcus Lundblad  <ml@update.uu.se>
5300         * todo-2.6:
5301         Updated
5303 2003-06-30  olicha  <olivier.chapuis@free.fr>
5305         * fvwm/menus.c (do_menu):
5306         (DestroyMenu):
5307         (do_menu_close_tear_off_menu):
5308         (menu_close_tear_off_menu):
5309         Allowed to destroy tear off menu!
5311         * fvwm/menus.c (menu_tear_off):
5312         (menu_close_tear_off_menu):
5313         (do_menu_close_tear_off_menu):
5314         (clone_menu_root_static):
5315         (pop_menu_up):
5316         (menu_tear_off):
5317         (make_menu_window):
5318         (make_menu):
5319         (update_menu):
5320         Fixed client leaks (only create new client for menu if it is a tear off
5321         menu). Created a dedicated menu style for each tear off menu.
5323         * fvwm/menustyle.c (CMD_CopyMenuStyle):
5324         (copy_menu_style):
5325         * fvwm/menustyle.h:
5326         Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
5328 2003-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5330         * fvwm/virtual.c (do_move_window_to_desk):
5331         (UnmapDesk):
5332         fixed "Visible" condition on non current desks
5334 2003-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5336         * **/*.c:
5337         * **/*.h:
5338         shortened some comments
5339         removed GPL from .h files
5340         added GPL to all .c files
5341         include config.h in all .c files
5342         added "/* -*-c-*- */" where missing
5343         some reformatting and reindenting
5345         * fvwm/module_interface.c:
5346         * fvwm/module_interface.h:
5347         * libs/Fft.c:
5348         * libs/Flocale.c:
5349         * libs/gravity.h:
5350         * libs/Flocale.h:
5351         * fvwm/screen.h:
5352         * fvwm/misc.c:
5353         * fvwm/misc.h:
5354         * fvwm/windowshade.c:
5355         * fvwm/virtual.c:
5356         * fvwm/conditional.c:
5357         * fvwm/geometry.h:
5358         * fvwm/geometry.c:
5359         * fvwm/borders.c:
5360         * fvwm/frame.h:
5361         * fvwm/frame.c:
5362         * fvwm/update.c:
5363         * fvwm/session.c:
5364         * fvwm/placement.c:
5365         * fvwm/menus.c:
5366         * fvwm/icons.c:
5367         * fvwm/events.c:
5368         * fvwm/add_window.c:
5369         * fvwm/session.h:
5370         * fvwm/placement.h:
5371         * fvwm/icons.h:
5372         * fvwm/eventhandler.h:
5373         * fvwm/fvwm.h:
5374         * fvwm/add_window.h:
5375         * fvwm/repeat.c:
5376         * fvwm/functions.c:
5377         * fvwm/functable.c:
5378         * fvwm/functable.h:
5379         * fvwm/functions.h:
5380         renamed types func_type, repeat_t, initial_window_options_t,
5381         frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
5382         last_added_item_type, common_flags_type, multi_direction_type,
5383         msg_masks_type to ..._t
5385         * fvwm/functions.c (__execute_function):
5386         (execute_complex_function):
5387         * fvwm/condrc.c (condrc_init):
5388         new function in new file to encapsulate all cond_rc_t handling
5390         * fvwm/condrc.h:
5391         * fvwm/fvwm.h (cond_rc_t):
5392         (cond_rc_enum):
5393         moved typed to new file
5395         * fvwm/functable.h:
5396         * fvwm/commands.h:
5397         * fvwm/functable.c (func_table):
5398         * fvwm/functions.c (__run_complex_function_items):
5399         (__execute_function):
5401         * fvwm/conditional.c (CMD_Break):
5402         (__rc_matches_rcstring_consume):
5403         Break takes the number of function levels to break out of as an
5404         argument
5406         * fvwm/expand.c (expand_vars_extended):
5407         * fvwm/conditional.c (circulate_cmd):
5408         (select_cmd):
5409         (direction_cmd):
5410         (__rc_matches_rcstring_consume):
5411         (CMD_All):
5412         (CMD_WindowId):
5413         (CMD_TestRc):
5414         (CMD_Test):
5415         * fvwm/read.c:
5416         * fvwm/read.h:
5417         * fvwm/functions.h:
5418         * fvwm/functions.c:
5419         (__run_complex_function_items):
5420         (execute_complex_function):
5421         * fvwm/expand.h:
5422         * fvwm/expand.c:
5423         * fvwm/fvwm.h:
5424         * fvwm/conditional.c:
5425         renamed fvwm_cond_func_rc by cond_rc_t
5426         made a type a struct
5427         added a member to indicate the number of function levels to break out
5428         of
5430         * fvwm/functable.c (func_table):
5431         * fvwm/conditional.c (CMD_TestRc):
5432         replaced conditional commands:
5433                 Cond -> TestRc
5434                 CondCase -> KeepRc TestRc
5435                 On -> Test
5436         (__rc_matches_rcstring_consume):
5437         new function
5439         * fvwm/conditional.c (CMD_CondCase):
5440         fixed the CondCase command
5442 2003-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5444         * configure.in:
5445         new configure option --deisable-gtk to disable detection of gtk library
5447         * fvwm/fvwm.1.in:
5448         cleaned up documentation of conditional commands
5449         general man page cleanup
5451 2003-06-17  Dan Espen  <dane@mk.telcordia.com>
5453         * fvwm/builtins.c (ReadDecorFace): Off by one patch from
5454         Anil Madhavapeddy.
5456 2003-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5458         * fvwm/fvwm.1.in:
5459         cleaned up of CirculateHit... conditions
5461 2003-06-15  olicha  <olivier.chapuis@free.fr>
5463         * fvwm/style.c (__simplify_style_list):
5464         Fixed is_merged_allowed: rest it to True when cur change
5465         Added "upward" simplification
5467 2003-06-14  olicha  <olivier.chapuis@free.fr>
5469         * fvwm/style.c (__simplify_style_list):
5470         (blocksintersect):
5471         (blockand):
5472         Fixed blockand which always returned True. Added blocksintersect which
5473         returns the same value as blockand but faster.
5475 2003-06-13  olicha  <olivier.chapuis@free.fr>
5477         * configure.in:
5478         * acinclude.m4:
5479         Fixed fontconfig and xft2 for version without *-config binnary. Used
5480         pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
5481         fontconfig and xft2 if the version is < the required version
5482         (even if --disable-*test).
5484 2003-06-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5486         * libs/Graphics.c:
5487         define M_PI and M_PI_2 if they are not defined by math.h
5489 2003-06-10  Mikhael Goikhman  <migo@homemail.com>
5491         * libs/Colorset.c (LoadColorset):
5492         added a note to update Colorsets.pm too when the format is changed
5494 2003-06-09  Mikhael Goikhman  <migo@homemail.com>
5496         * WindowStyle_proposal.txt:
5497         s/WindowId/ThisWindow/ and other minor changes
5499 2003-06-06  olicha  <olivier.chapuis@free.fr>
5501         * libs/PictureImageLoader.c (PImageLoadPng):
5502         Fixed loading of png images if the caller want no alpha
5504 2003-06-04  olicha  <olivier.chapuis@free.fr>
5506         * libs/Flocale.c (FlocaleEncodeString):
5507         Fixed memroy leaks
5509 2003-06-03  Mikhael Goikhman  <migo@homemail.com>
5511         * libs/Makefile.am:
5512         only FCombineChars.c was distributed not FCombineChars.h
5514 2003-06-03  Marcus Lundblad  <ml@update.uu.se>
5516         * libs/FCombineChars.c (convert_to_utf8)
5517         fixed a bug when converting back to UTF-8 and a bug giving
5518         garbage at end of string in some cases
5520         * libs/Flocale.c (FlocaleEncodeString)
5521         fixed problem regarding combining-characters when BIDI is used
5523 2003-05-31  Marcus Lundblad  <ml@update.uu.se>
5525         * libs/Makefile.am:
5526         * libs/Flocale.c (FlocaleEncodeString):
5527         * libs/FCombineChars.c:
5528         * libs/FCombineChars.h:
5529         implemeted support for combining characters
5531 2003-05-31  Mikhael Goikhman  <migo@homemail.com>
5533         * configure.in:
5534         set the version 2.5.8
5536 2003-05-30  Mikhael Goikhman  <migo@homemail.com>
5538         * fvwm/builtins.c:
5539         * fvwm/fvwm2.1:
5540         SetEnv with only one parameter is ignored now
5542 2003-05-30  Dan Espen  <dane@mk.telcordia.com>
5544         * NEWS: Add 2.4.16 news.
5546 2003-05-29  Mikhael Goikhman  <migo@homemail.com>
5548         * fvwm/functions.c (expand_extended_var):
5549         (expand):
5550         fixed expanding variables that are empty, for example $[w.resource]
5551         or $[gt.a] or $[version.info] or $[EMPTY_STRING]
5553         * fvwm/fvwm.1.in:
5554         s/$w/$[w.id]/
5556 2003-05-29  olicha  <olivier.chapuis@free.fr>
5558         * fvwm/ewmh.c (ewmh_atom_wm_state):
5559         Do not claim that we support _NET_WM_STATE_FULLSCREEN
5561 2003-05-28  olicha  <olivier.chapuis@free.fr>
5563         * NEWS:
5564         A TaskBar news
5566 2003-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5568         * fvwm/focus.c (__update_windowlist):
5569         don't fiddle with the window list for windows that are going to be
5570         destroyed
5572         * fvwm/add_window.c (delete_client_context):
5573         (destroy_auxiliary_windows):
5574         (destroy_window):
5575         fixed empty frame windows when X reused the window id for a new window
5576         while the old one was scheduled to be destroyed
5578 2003-05-26  olicha  <olivier.chapuis@free.fr>
5580         * fvwm/icons.c (GetIconBitmap):
5581         (set_icon_pixmap_background):
5582         (CreateIconWindow):
5583         (DrawIconPixmapWindow):
5584         (DrawIconWindow):
5585         Fixed loading of application supplied pixmap on 8/24 depth screen
5587 2003-05-25  Dan Espen  <dane@mk.telcordia.com>
5589         * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
5590         Rox Filer.
5592         * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
5593         solaris.
5595 2003-05-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5597         * fvwm/misc.c (GrabEm):
5598         do not confine the pointer to the root window when grabbed; this can
5599         cause the pointer to be warped to another screen
5600         * fvwm/menus.c (get_menu_options):
5601         fixed placement of menus on Xinerama screens
5602         * libs/FScreen.c (FScreenGetResistanceRect):
5603         fixed function to do something useful
5604         * libs/Flocale.c (FlocaleDrawString):
5605         support font shadowing without colorsets
5606         * libs/ColorUtils.c:
5607         reformatted file
5608         * fvwm/menuitem.c (menuitem_paint):
5609         do not use colorsets in menus if they are not defined
5610         * fvwm/menustyle.c (menustyle_parse_style):
5611         fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
5612         issued again
5614 2003-05-23  olicha  <olivier.chapuis@free.fr>
5616         * fvwm/bindings.c (ParseBinding):
5617         (bind_get_bound_button_contexts):
5618         * libs/Bindings.c (GrabWindowButton):
5619         Fixed window button grabbing
5621 2003-05-22  olicha  <olivier.chapuis@free.fr>
5623         * fvwm/colorset.c (parse_colorset):
5624         Fixed an uninit mem
5626         * fvwm/borders.c (border_fill_pixmap_background):
5627         Fixed problem with depth 1 pixmap
5629         * fvwm/conditional.c (CMD_On):
5630         Fixed memory leaks
5632         * fvwm/conditional.c (CreateConditionMask):
5633         Fixed memory leaks for layer and state
5635 2003-05-22  Mikhael Goikhman  <migo@homemail.com>
5637         * configure.in:
5638         added perllib/FVWM/Tracker/Makefile
5640 2003-05-22  olicha  <olivier.chapuis@free.fr>
5642         * fvwm/fvwm.1.in:
5643         * fvwm/style.h:
5644         * fvwm/style.c (print_styles):
5645         * fvwm/builtins.c (CMD_PrintInfo):
5646         New style subject to PrintInfo
5648 2003-05-20  olicha  <olivier.chapuis@free.fr>
5650         * libs/Flocale.c (FlocaleGetFontOrFontSet):
5651         Allowed empty xft font name
5653         * libs/Makefile.am:
5654         * libs/flist.c (new file):
5655         * libs/flist.h (new file):
5656         Added a flist structure and some basic function for handling such
5657         stucture
5659         * libs/FGettext.c (*):
5660         Use the new flist struct and functions interface
5662         * fvwm/screen.h (ScreenInfo):
5663         * fvwm/update.c (destroy_scheduled_windows):
5664         * fvwm/add_window.c (destroy_window):
5665         Added a list for the windows which are scheduled for destroy
5666         Remove a fw at once from the fw list when we destroy_window
5668 2003-05-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5670         * fvwm/style.c (CMD_DestroyStyle):
5671         do not update windows if no style was deleted
5672         (check_window_style_change):
5673         fixed update of window styles w/ DestroyStyle
5675 2003-05-18  olicha  <olivier.chapuis@free.fr>
5677         * fvwm/conditional.c (CMD_On):
5678         Added x,r,w,f and i file condition to the On command
5680         * fvwm/add_window.c (destroy_window):
5681         Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
5682         but scheduled for destroy. Not sure that the fix is good.
5684         * fvwm/functions.c (__execute_function):
5685         * libs/defaults.h:
5686         Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
5687         This fixes some cores dumps with "recursives" functions
5689         * fvwm/borders.c (border_create_root_transparent_pixmap):
5690         (border_draw_decor_to_pixmap):
5691         Fixed a core dump with a root transparent rotated title
5692         Fixed X errors 56 with RootTransparent titlebar and no E pixmap
5694         * libs/FGettext.c (fgettext_add_one_path):
5695         (FGettextInit):
5696         (FGettextSetLocalePath):
5697         Fixed memory leak and chainning
5699         * fvwm/builtins.c (CMD_PrintInfo):
5700         Fixed a parsing leak
5702         * fvwm/conditional.c (Circulate):
5703         Fixed a mask memory leaks
5705         * libs/defaults.h:
5706         * libs/Flocale.c (FlocaleGetFont):
5707         (FlocaleGetFontSet):
5708         (FlocaleGetFftFont):
5709         Fixed a core dump when a 0 font is given with an encoding hints.
5710         Added a default FFT font
5712         * fvwm/builtins.c (CMD_DefaultFont):
5713         Fixed a core dump when the default font change and a redraw
5714         (icon or window) is proceeded before flush_window_updates is called
5716         * fvwm/menustyle.c (CMD_CopyMenuStyle):
5717         Fixed gradients copy
5719         * fvwm/menustyle.c (menustyle_parse_style):
5720         Fixed UMR's related to colorset
5722         * fvwm/builtins.c (ReadDecorFace):
5723         Removed inconsistent #if 0 code and comments about leak and MiniIcon
5724         decor style.
5726         * fvwm/menustyle.h:
5727         * fvwm/menustyle.c (menustyle_free):
5728         Fixed a fore stipple gc leak
5730         * fvwm/windowlist.c (CMD_WindowList):
5731         Fixed a sor_keyname memory leak
5733         * fvwm/fvwm.c (ResetAllButtons):
5734         Fixed the default buttons memory leak
5736 2003-05-08  olicha  <olivier.chapuis@free.fr>
5738         * fvwm/windowlist.c (CMD_WindowList):
5739         Fixed a memory leak if MaxLabelWidth is used
5741 2003-05-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5743         * fvwm/functions.c (__context_has_window):
5744         (__execute_function):
5745         * fvwm/functions.h:
5746         fixed excution of functions requiring a window without a window when
5747         called with "silent" from a complex function
5749 2003-05-07  olicha  <olivier.chapuis@free.fr>
5751         * libs/System.c (searchPath):
5752         Fixed a core dump
5754 2003-05-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5756         * fvwm/move_resize.c (__move_loop):
5757         (__resize_window):
5758         fixed core dumps
5760 2003-05-03  olicha  <olivier.chapuis@free.fr>
5762         * todo-2.6:
5763         Updated
5765 2003-05-01  Bob Woodside  <dumbledore@woodsway.com>
5767         * fvwm/NEWS:
5768         Minor typo corrections.
5770 2003-04-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5772         * fvwm/move_resize.c (__move_loop):
5773         fixed UMR
5774         removed debug code
5775         (__resize_window):
5776         fixed UMR
5778 2003-04-28  olicha  <olivier.chapuis@free.fr>
5780         * fvwm/ewmh.c (ewmh_atom_wm_state):
5781         (ewmh_HandleDock):
5782         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
5783         (ewmh_WMStateStaysOnBottom):
5784         Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
5786 2003-04-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5788         * fvwm/module_interface.c (do_execute_module):
5789         * fvwm/fvwm.c (main):
5790         * libs/envvar.c (flib_putenv):
5791         * fvwm/builtins.c (add_to_env_list):
5792         (CMD_SetEnv):
5793         (CMD_UnsetEnv):
5794         fixed putenv memory leaks
5796         * libs/envvar.c (strIns):
5797         removed debug code
5798         reformatted file
5799         (flib_putenv):
5800         replacement for putenv without memory leaks
5802         * fvwm/frame.c:
5803         removed debug code
5805         * fvwm/fvwm.c (StartupStuff):
5806         fixed UMR
5807         * fvwm/add_window.c (free_window_names):
5808         fixed memory leaks
5809         * fvwm/events.c (HandlePropertyNotify):
5810         fixed memory leak
5811         * fvwm/menus.c (do_menu):
5812         fixed core dump
5813         (__mloop_exit_selected):
5814         safety patch
5815         * fvwm/menucmd.c (menu_func):
5816         fixed memory leak
5818         * fvwm/builtins.c (CMD_Destroy):
5819         (CMD_Close):
5820         call destroy_window right after XKillClient; do not wait for the window
5821         to die on its own
5823         * fvwm/menucmd.c (menu_func):
5824         * fvwm/windowlist.c (CMD_WindowList):
5825         fixed core dumps
5827 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
5829         * INSTALL.fvwm:
5830         several updates (FvwmGtk, gettext)
5832 2003-04-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5834         * fvwm/menucmd.c (menu_func):
5835         * fvwm/windowlist.c (CMD_WindowList):
5836         * fvwm/menus.h:
5837         * fvwm/menus.c (is_double_click):
5838         (pop_menu_up):
5839         (pop_menu_down):
5840         (pop_menu_down_and_repaint_parent):
5841         (__mloop_get_event_timeout_loop):
5842         (__mloop_get_event):
5843         (__mloop_handle_event):
5844         (__mloop_select_item):
5845         (__mloop_make_popup):
5846         (__mloop_get_mi_actions):
5847         (__mloop_do_popup):
5848         (__mloop_do_menu):
5849         (__mloop_handle_action_with_mi):
5850         (__mloop_handle_action_without_mi):
5851         (__mloop_exit):
5852         (menu_enter_tear_off_menu):
5853         (menu_close_tear_off_menu):
5854         (do_menu):
5855         replaced the pfw and pcontext members of the MenuParameters structure
5856         with an execution context pointer
5857         (_menu_execute_function):
5858         wrapper function to simplyfy command execution from within menus
5859         (do_menu):
5860         fixed warping pointer to first menu item when invoked with the mouse
5862         * fvwm/execcontext.c:
5863         removed debug code
5865 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
5867         * libs/XError.c:
5868         reformatted
5870         * fvwm.1.in:
5871         * fvwm.c:
5872         replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
5874 2003-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5876         * fvwm/menus.c (do_menu):
5877         the NoWarp position hint option works with root menus too
5879         * fvwm/ConfigFvwmDefaults:
5880         removed GrabFocusOff and GrabFocusTransient since they nullify the
5881         default with the plain focus policies
5883 2003-04-24  olicha  <olivier.chapuis@free.fr>
5885         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
5886         Fixed a miss print in my previous commit
5888         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
5889         (ewmh_MoveResize)
5890         (ewmh_WMStateStaysOnBottom):
5891         * fvwm/ewmh.c (ewmh_AllowsMinimize):
5892         * fvwm/ewmh_intern.h:
5893         Added comment on the implementation at the top of ewmh.c.
5894         Fixed _NET_WM_MOVERESIZE.  Added _NET_WM_ACTION_MINIMIZE in
5895         _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
5896         _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
5897         and _NET_WM_STATE_BELOW.
5899         * AUTHORS:
5900         Added David Fries. Updated my entries.
5902         * todo-2.6:
5903         One update
5905 2003-04-23  olicha  <olivier.chapuis@free.fr>
5907         * fvwm/module_interface.c (CMD_KillModule):
5908         Fixed a leak when we have an alias
5910         * libs/Picture.c (PFreeFvwmPictureData):
5911         * libs/Picture.h:
5912         New interface function for just freeing the allocated data (not
5913         the pixmaps).
5915 2003-04-22  olicha  <olivier.chapuis@free.fr>
5917         * fvwm/colorset.c (get_root_pixmap):
5918         Fixed a minor memory leak
5920         * fvwm/functions.c (execute_complex_function):
5921         Fixed uninitialized d.type
5923         * libs/Ficonv.c (FiconvSetupConversion):
5924         (FiconvUtf8ToCharset):
5925         (FiconvCharsetToUtf8):
5926         Formating clean-up
5928         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
5929         (EWMH_WMIconName):
5930         (EWMH_WMName):
5931         Fixed a core dump and safety check related to not loaded font
5933 2003-04-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5935         * libs/Module.h:
5936         reformatted
5938 2003-04-16  olicha  <olivier.chapuis@free.fr>
5940         * fvwm/ewmh_events.c (ewmh_CloseWindow):
5941         (ewmh_MoveResize):
5942         (ewmh_WMState):
5943         (ewmh_WMStateHidden):
5944         Check if functions are allowed
5946         * fvwm/ewmh.c (ewmh_HandleDesktop):
5947         (ewmh_HandleDock):
5948         Set Desktop and Dock uniconifiable and unmaximazable
5950         * fvwm/menuitem.c (menuitem_paint):
5951         * fvwm/screen.h:
5952         Fixed greyed action with EWMH desktop
5954 2003-04-16  Mikhael Goikhman  <migo@homemail.com>
5956         * NEWS:
5957         documented FvwmEvent behaviour of executing window related event
5958         handlers within a window context
5960         * fvwm/fvwm.1.in:
5961         updated WindowId entry
5963 2003-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5965         * fvwm/schedule.c (deschedule):
5966         (squeue_execute):
5967         (execute_obj_func):
5968         * fvwm/module_interface.c (DeleteMessageQueueBuff):
5969         (ExecuteCommandQueue):
5970         * libs/queue.c (fqueue_init):
5971         (fqueue_remove_or_operate_from_front):
5972         (fqueue_remove_or_operate_from_end):
5973         (fqueue_remove_or_operate_all):
5974         (fqueue_init):
5975         (fqueue_unlock_queue):
5976         (fqueue_lock_queue):
5977         (fqueue_add_at_front):
5978         (fqueue_add_inside):
5979         (fqueue_get_first):
5980         core dump fixes
5982         * libs/queue.c (fqueue_remove_or_operate_all):
5983         (fqueue_remove_or_operate_from_end):
5984         (fqueue_remove_or_operate_from_front):
5985         * fvwm/module_interface.c (DeleteMessageQueueBuff):
5986         (ExecuteCommandQueue):
5987         * fvwm/schedule.c (deschedule):
5988         (check_deschedule_obj_func):
5989         (deschedule_obj_func):
5990         (squeue_execute):
5991         (check_execute_obj_func):
5992         (execute_obj_func):
5993         (copy_obj_func):
5994         core dump fixes
5996 2003-04-15  Mikhael Goikhman  <migo@homemail.com>
5998         * fvwm/ConfigFvwmDefaults:
5999         * fvwm/fvwm.1.in:
6000         * fvwm/windowlist.c:
6001         * sample.fvwmrc/system.fvwm2rc-sample-95:
6002         * NEWS:
6003         WindowListFunc is executed now within a window context,
6004         so "WindowId $0" is not needed anymore in its definition
6006 2003-04-14  olicha  <olivier.chapuis@free.fr>
6008         * fvwm/fvwm.1.in:
6009         * NEWS:
6010         Documented LocalePath and $[gt.str]. FvwmScript news.
6012         * fvwm/expand.c (expand_vars_extended):
6013         Fixed $[gt.str] expansion
6015         * configure.in:
6016         New gettext domain FvwmScript
6018         * libs/FGettext.c (FGettextCopy):
6019         * libs/FGettext.h:
6020         New interface function which copies the string
6022 2003-04-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6024         * fvwm/conditional.c (CMD_Cond):
6025         allow to negate the condition code with '!' prefix
6027         * fvwm/schedule.c (CMD_Schedule):
6028         (CMD_Deschedule):
6029         support hexadecimal ids
6031         * libs/Parse.c (GetIntegerArguments):
6032         (_get_suffixed_integer_arguments):
6033         (GetSuffixedIntegerArguments):
6034         (GetIntegerArgumentsAnyBase):
6035         new utitily function to allow hexadecimal integer arguments
6037 2003-04-10  olicha  <olivier.chapuis@free.fr>
6039         * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
6040         (FlocaleGetCharsetOfFontStruct):
6041         (FlocaleGetCharsetFromName):
6042         (FlocaleFixNameForFontSet):
6043         (FlocaleGetFontSet):
6044         (FlocalePrintLocaleInfo):
6045         * libs/FlocaleCharset.h:
6046         * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
6047         (FlocaleCharsetPrintXOMInfo):
6048         Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
6050 2003-04-08  olicha  <olivier.chapuis@free.fr>
6052         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6053         fixed the default font name
6055 2003-04-07  Mikhael Goikhman  <migo@homemail.com>
6057         * fvwm/events.c (HandlePropertyNotify):
6058         * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
6059         completely ignore application requests to set exactly the same
6060         window name or icon name (xmms sets it every second),
6061         this avoids some redundant module messages and redraws
6063 2003-04-05  Mikhael Goikhman  <migo@homemail.com>
6065         * Makefile.am:
6066         fixed DIST
6068 2003-04-04  olicha  <olivier.chapuis@free.fr>
6070         * configure.in:
6071         Fixed a miss print in fribidi config check
6073 2003-04-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6075         * fvwm/focus.c (__restore_focus_after_unmap):
6076         iconified windows without an icon do not receive focus
6078 2003-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6080         * fvwm/virtual (CMD_GotoDeskAndPage):
6081         different "GotoDeskAndPage prev" fix that works with any viewports, not
6082         just multiples of the screen size
6084 2003-03-29  Mikhael Goikhman  <migo@homemail.com>
6086         * fvwm/virtual (CMD_GotoDeskAndPage):
6087         fixed "GotoDeskAndPage prev" with desks larger than 2x2
6089 2003-03-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6091         * ETHICAL_LICENSE:
6092         added file
6094         * fvwm/menucmd.c (menu_func):
6095         fixed double key presses to choose default menu action
6097         * fvwm/focus.c (__update_windowlist):
6098         fixed order of window list with SloopyFocus when using the Focus
6099         command
6101 2003-03-22  Mikhael Goikhman  <migo@homemail.com>
6103         * fvwm/fvwm.1.in:
6104         clarified some things, typo fixed
6106 2003-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6108         * libs/Colorset.c (CreateBackgroundPixmap):
6109         (GetWindowBackgroundPixmapSize):
6110         (get_aspect_dimensions):
6111         fixed size calculation of aspect pixmaps
6113 2003-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6115         * fvwm/icons.c (clear_icon):
6116         (clear_icon):
6117         (AutoPlaceIcon):
6118         (Iconify):
6119         * fvwm/geometry.c (get_icon_geometry):
6120         (modify_icon_position):
6121         set a valid icon picture position if there is neither a picture nor a
6122         title
6124 2003-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6126         * NEWS:
6127         * AUTHORS:
6128         reformatted to fit better on the web page
6130 2003-03-15  Mikhael Goikhman  <migo@homemail.com>
6132         * todo-2.6:
6133         added items from "My TODO" message on 2003-01-02
6135         * fvwm/fvwm.1.in:
6136         actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
6138 2003-03-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6140         * libs/FScreen.c:
6141         removed debug output
6143 2003-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6145         * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
6146         (FScreenFetchMangledScreenFromUSPosHints):
6147         two functions to allow USPosition hints from modules and StartsOnScreen
6148         work at the same time
6150         * fvwm/conditional.c (direction_cmd):
6151         Some fixes, reformatting and improvements.
6153 2003-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6155         * fvwm/icons.c (Iconify):
6156         initialise icon position to +0+0 if there is neiter a picture nor a
6157         title
6159         * fvwm/functions.c (DeferExecution):
6160         action trigger fix
6162         * todo-2.6 (todo):
6163         closed some items
6165         * fvwm/update.c (apply_window_updates):
6166         fixed drawing of sticky icon titles when the stickyicon style is being
6167         set
6169 2003-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6171         * fvwm/placement.c (CMD_PlaceAgain):
6172         * fvwm/add_window.c (setup_window_placement):
6173         * fvwm/virtual.c (MapDesk):
6174         update the GNOME hints desk when changing desks; fixes placeagain with
6175         stickyicon style
6176         some placeagain fixes
6178         * fvwm/fvwm.1.in (Example):
6179         removed duplicate Iconify section
6181         * todo-2.6 (todo):
6182         closed C.11
6184         * fvwm/functable.c (func_table):
6185         * fvwm/functions.h (func_type):
6186         * fvwm/functions.c (__execute_function):
6187         (execute_complex_function):
6188         (DeferExecution):
6189         fixed a new and and old window selection bug
6191 2003-03-09  Dan Espen  <dane@mk.telcordia.com>
6193         * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
6194         detected with Purify.
6196 2003-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6198         * libs/Colorset.c (SetWindowBackgroundWithOffset):
6199         use None, not 0 for Window structures
6201         * fvwm/events.c (InitEventHandlerJumpTable):
6202         (HandleKeyRelease):
6203         (__handle_key_event):
6204         * fvwm/bindings.c (ParseBinding):
6205         (activate_binding):
6206         * libs/Bindings.h:
6207         * fvwm/fvwm.1.in:
6208         removed key release binding because they can not work reliably
6210 2003-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6212         * fvwm/functable.c (func_table):
6213         trigger on ButtonPress for many of the functions
6215         * fvwm/functions.c (__execute_function):
6216         (__execute_function):
6217         fixed conditional commands a la "Current" triggered on root window
6219 2003-03-01  Dan Espen  <dane@mk.telcordia.com>
6221         * todo-2.6: Closed B.2, C.21.
6223 2003-02-28  olicha  <olivier.chapuis@free.fr>
6225         * libs/defaults.h:
6226         * fvwm/events.c (HandleConfigureRequest):
6227         Added a workaround for application with broken max/min size hints
6228         vs a size configure request. This "fixes" floating java JToolBar.
6230         * fvwm/add_window.c (GetWindowSizeHints):
6231         Check that the max size hint is not broken relatively to the the base
6232         size hint
6234 2003-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6236         * NEWS:
6237         * configure.in:
6238         released 2.5.6, set version to 2.5.7
6240         * NEWS:
6241         * configure.in:
6242         updated for 2.5.6
6244 2003-02-26  Tony Finch  <dot@dotat.at>
6246         * fvwm/borders.c (border_draw_one_border_part):
6247         Don't draw the handle relief marks when the border is flat.
6249 2003-02-27  Mikhael Goikhman  <migo@homemail.com>
6251         * configure.in:
6252         s/fribdi_in_path/fribidi_in_path/
6254         * todo-2.6:
6255         spell checking and some reformatting
6257 2003-02-26  olicha  <olivier.chapuis@free.fr>
6259         * fvwm/borders.c (border_setup_bar_pixmaps):
6260         Fixed a miss-print which can cause a core dump
6262         * todo-2.6:
6263         Added a 2.6 TODO file
6265 2003-02-25  Dan Espen  <dane@mk.telcordia.com>
6267         * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
6268         void functioin cannot return a value.
6270 2003-02-25  olicha  <olivier.chapuis@free.fr>
6272         * configure.in:
6273         Fixed compilation warning if fribidi is in path
6275 2003-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6277         * fvwm/windowlist.c (CMD_WindowList):
6278         removed unused instruction
6280 2003-02-22  Dan Espen  <dane@mk.telcordia.com>
6282         * configure.in: Remove nested function from -Werror check.
6283         Lets configure work without gcc.
6285         * fvwm/read.h:
6286         * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
6288 2003-02-21  Dan Espen  <dane@mk.telcordia.com>
6290         * fvwm/functions.c (__run_complex_function_items): Make Break start
6291         working again.
6293 2003-02-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6295         * fvwm/move_resize.c (get_outline_rects):
6296         (draw_move_resize_grid):
6297         initial drawing and final undrawing of wire frame no longer toggles the
6298         pixel in the top left corner of the screen
6300         * fvwm/expand.c (expand_vars):
6301         disabled warnings about one letter variables
6303 2003-02-17  Dan Espen  <dane@mk.telcordia.com>
6305         * README: Update to reflect release 2.5.x.
6306         * NEWS: Update news for FvwmPager drag fix.
6308 2003-02-15  olicha  <olivier.chapuis@free.fr>
6310         * fvwm/fvwm.1.in:
6311         Fixed a typo
6313 2003-02-13  olicha  <olivier.chapuis@free.fr>
6315         * fvwm/gnome.c (GNOME_SetClientList):
6316         Applied David Fries patch which fixes a possible crash with more
6317         than 256 windows
6318         (GNOME_SetClientList):
6319         malloc -> safemalloc
6321 2003-02-09  Dan Espen  <dane@mk.telcordia.com>
6323         * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
6324         Give the XorValue range.
6326 2003-02-08  Dan Espen  <dane@mk.telcordia.com>
6328         * fvwm/fvwm.1.in: Fully document the emulate command.
6330 2003-02-06  olicha  <olivier.chapuis@free.fr>
6332         * fvwm/borders.c (get_common_decorations):
6333         (border_get_border_background):
6335 2003-02-05  Dan Espen  <dane@mk.telcordia.com>
6337         * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
6339 2003-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6341         * fvwm/menuitem.h:
6342         * fvwm/menuitem.c (menuitem_get_size):
6343         * fvwm/menus.c (calculate_item_sizes):
6344         renamed "mips" to mipst
6346         * fvwm/menuitem.c (menuitem_get_item_size):
6347         * fvwm/menus.c (_calculate_item_sizes):
6348         backed out patch from 30-Jan-2003
6350 2003-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6352         * fvwm/menuitem.h:
6353         * fvwm/menuitem.c (menuitem_get_item_size):
6354         * fvwm/menus.c (_calculate_item_sizes):
6355         functions renamed due to global name space collision with IRIX 6.5
6357 2003-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6359         * configure.in:
6360         added tests/hints/Makefile.am
6362 2003-01-24  Dan Espen  <dane@mk.telcordia.com>
6364         * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
6366 2003-01-20  Dan Espen  <dane@mk.telcordia.com>
6368         * sample.fvwmrc/DecorWin95:
6369         * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
6370         Replace a long time ago.
6372 2003-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6374         * fvwm/stack.c (new_layer):
6375         (collect_transients_recursive):
6376         (__restack_window):
6377         fixed Layer command
6379         * fvwm/events.c (HandleConfigureRequest):
6380         fixed placement of icons
6381         fixed size calculations of icons
6383 2003-01-18  Mikhael Goikhman  <migo@homemail.com>
6385         * fvwm/expand.c:
6386         fixed $[desk.name<n>] that was masked by $[desk.n],
6387         added $[desk.pagesx] and $[desk.pagesy]
6389 2003-01-16  Dan Espen  <dane@mk.telcordia.com>
6391         * NEWS: Update news.  Spelling fixes 2.5.x news.
6392         * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
6393         its not interactive.
6395 2003-01-12  Mikhael Goikhman  <migo@homemail.com>
6397         * fvwm/functable.c:
6398         added a short description together with the commands
6400 2003-01-12  Marcus Lundblad  <ml@update.uu.se>
6402         * NEWS:
6403         Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
6404         HasHandles
6406 2003-01-11  Mikhael Goikhman  <migo@homemail.com>
6408         * expand.c:
6409         * NEWS:
6410         deprecate all single letter variables, new variables are supported now
6411         $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
6412         $[desk.n], $[version.num], $[version.info], $[version.line].
6414 2003-01-07  Marcus Lundblad <ml@update.uu.se>
6416         * fvwm/style.c (style_parse_one_style_option):
6417         * fvwm/fvwm.1.in:
6418         Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
6419         DisallowMaximizeFixedSize
6421 2003-01-06  Dan Espen  <dane@mk.telcordia.com>
6423         * fvwm/fvwm.1.in: Lang check.
6425 2003-01-03  olicha  <olivier.chapuis@free.fr>
6427         * fvwm/commands.h:
6428         * INSTALL.fvwm:
6429         * fvwm/ewmh.h:
6430         * fvwm/ewmh_intern.h:
6431         * fvwm/ewmh_names.c:
6432         * fvwm/ewmh_icons.c:
6433         * fvwm/ewmh_events.c:
6434         * fvwm/ewmh_conf.c:
6435         * fvwm/ewmh.c:
6436         * fvwm/gnome.c:
6437         * fvwm/gnome.h:
6438         * fvwm/functable.c (func_table):
6439         * fvwm/fvwm.c (setVersionInfo):
6440         * acconfig.h:
6441         * configure.in:
6442         Removed GNOME and HAVE_EWMH ifdef
6444         * fvwm/fvwm.1.in:
6445         Documented UseTitleDecorRotation
6447 2003-01-03  Mikhael Goikhman  <migo@homemail.com>
6449         * fvwm/module_interface.c (MoveViewport):
6450         * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
6451         M_NEW_PAGE now has 7 arguments
6453 2003-01-02  olicha  <olivier.chapuis@free.fr>
6455         * fvwm/fvwm.1.in:
6456         Documented  the new icon style options
6458         * fvwm/fvwm.h:
6459         * fvwm/icons.h:
6460         * fvwm/icons.c (DrawIconTitleWindow):
6461         (DrawIconPixmapWindow):
6462         (setup_icon_title_size):
6463         * fvwm/style.c (style_parse_one_style_option):
6464         Fixed IconTitleRelief and IconBackgroundRelief arguments
6466         * fvwm/icons.c (GetIconPicture):
6467         (SetIconPixmapSize):
6468         Fixed IconSize style for non shaped depth > 1 pixmaps
6470 2003-01-02  Mikhael Goikhman  <migo@homemail.com>
6472         * NEWS:
6473         * fvwm/commands.h:
6474         * fvwm/conditional.c (CMD_On):
6475         * fvwm/functable.c:
6476         * fvwm/fvwm.1.in:
6477         new conditional command On for non-window related conditions
6479         * fvwm/execcontext.h:
6480         * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
6481         two new exec contexts for restarting
6483 2003-01-02  olicha  <olivier.chapuis@free.fr>
6485         * fvwm/builtins.c (ReadMultiPixmapDecor):
6486         StretchedPixmap -> AdjustedPixmap
6488         * fvwm/fvwm.1.in:
6489         Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
6490         Documented the new MultiPixmap syntax
6492 2002-12-31  Mikhael Goikhman  <migo@homemail.com>
6494         * NEWS:
6495         * fvwm/fvwm.1.in:
6496         * fvwm/builtins.c (ReadTitleButton):
6497         * fvwm/screen.h:
6498         new button state shortcuts AllActiveUp, AllActiveDown,
6499         AllInactiveUp, AllInactiveDown
6501 2002-12-31  olicha  <olivier.chapuis@free.fr>
6503         * libs/PictureGraphics.c (PCopyArea):
6504         Fixed rendering of depth 1 pixmap with a mask
6506         * fvwm/update.c (apply_window_updates):
6507         Fixed icon bg cset update
6509         * fvwm/events.c (HandlePropertyNotify):
6510         * fvwm/geometry.c (move_icon_to_position):
6511         Fixed non shaped icons with a bg padding but without cs bg
6513         * NEWS:
6514         * fvwm/style.c (style_parse_icon_size_style):
6515         (merge_styles):
6516         * fvwm/fvwm.h (window_style):
6517         * fvwm/add_window.c (setup_icon_size_limits):
6518         * fvwm/icons.c (SetIconPixmapSize):
6519         (GetIconPicture):
6520         New option to IconSize style: Adjusted, Streched, Shrunk
6522         * fvwm/icons.c (SetIconPixmapSize):
6523         (GetIconPicture):
6524         Always center the icon with IconSize if the icon has a background
6526 2002-12-30  Mikhael Goikhman  <migo@homemail.com>
6528         * configure.in:
6529         FvwmWindowMenu renaming; compact long diagnostics into half of line
6531         * NEWS:
6532         documeted and corrected new features
6534         * fvwm/fvwm.1.in:
6535         removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
6536         since these are the only way currently to create themes
6538         * fvwm/fvwm.c:
6539         small reformatting
6541 2002-12-30  olicha  <olivier.chapuis@free.fr>
6543         * NEWS:
6544         * fvwm/icons.c (setup_icon_title_size):
6545         (set_icon_pixmap_background):
6546         (CreateIconWindow):
6547         (DrawIconTitleWindow):
6548         (DrawIconPixmapWindow):
6549         (DrawIconWindow):
6550         (ChangeIconPixmap):
6551         (RedoIconName):
6552         * fvwm/events.c (HandleEnterNotify):
6553         (HandleExpose):
6554         (HandleLeaveNotify):
6555         (HandlePropertyNotify):
6556         * fvwm/borders.c (border_draw_decorations):
6557         * fvwm/default.h:
6558         * fvwm/fvwm.h:
6559         * fvwm/add_window.c (setup_icon_background_parameters):
6560         (setup_icon_title_parameters):
6561         (setup_style_and_decor):
6562         (setup_icon_font):
6563         * fvwm/geometry.c (move_icon_to_position):
6564         * fvwm/style.h:
6565         * fvwm/style.c (check_window_style_change):
6566         (update_style_colorset):
6567         (update_icon_title_cs_style):
6568         (update_icon_title_cs_hi_style):
6569         (update_icon_background_cs_style):
6570         (merge_styles):
6571         * fvwm/update.h:
6572         * fvwm/update.c (apply_window_updates):
6573         New style options IconBackgroundColorset, IconTitleColorset,
6574         HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
6575         and IconBackgroundPadding
6577 2002-12-28  Mikhael Goikhman  <migo@homemail.com>
6579         * libs/FShm.h:
6580         fixed compilation without XShm
6582         * fvwm/borders.c (border_rotate_titlebar_descr):
6583         fixed warning: deprecated use of label at end of compound statement
6585 2002-12-27  olicha  <olivier.chapuis@free.fr>
6587         * fvwm/ConfigFvwmDefaults:
6588         UseTitleDecorRotation is a default
6590         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
6591         (do_relieve_rectangle):
6592         * libs/fvwmlib.h:
6593         * fvwm/borders.c (border_draw_title_stick_lines):
6594         (border_create_root_transparent_pixmap):
6595         (border_mp_render_into_pixmap):
6596         (border_draw_decor_to_pixmap):
6597         (border_mp_render_into_pixmap):
6598         (border_mp_get_titlebar_descr):
6599         (border_mp_draw_mp_titlebar):
6600         (border_draw_decor_to_pixmap):
6601         (border_set_button_pixmap):
6602         (border_get_titlebar_draw_descr):
6603         (border_set_title_pixmap):
6604         (border_rotate_titlebar_descr):
6605         (border_get_titlebar_descr):
6606         Completed UseTitleDecorRotation
6608 2002-12-26  olicha  <olivier.chapuis@free.fr>
6610         * fvwm/update.c (apply_window_updates):
6611         * fvwm/frame.c (frame_get_titlebar_dimensions):
6612         (frame_set_decor_gravities):
6613         * fvwm/borders.c (border_set_button_pixmap):
6614         (border_get_titlebar_descr):
6615         (border_draw_one_button):
6616         Buttons order follows the title text rotations.
6617         More UseTitleDecorRotation preparation
6619         * fvwm/borders.c (border_draw_decor_to_pixmap):
6620         Fixed SolidButton
6622 2002-12-24  olicha  <olivier.chapuis@free.fr>
6624         * fvwm/borders.c (border_mp_render_into_pixmap):
6625         (border_fill_pixmap_background):
6626         Some borders drawing fixes
6628         * libs/Graphics.c (CreateRotatedPixmap):
6629         * fvwm/geometry.c (get_title_font_size_and_offset):
6630         * fvwm/update.c (apply_window_updates):
6631         * fvwm/borders.c (border_set_button_pixmap):
6632         (border_get_titlebar_draw_descr):
6633         (border_draw_title):
6634         (border_rotate_titlebar_descr):
6635         (border_get_titlebar_descr):
6636         More UseTitleDecorRotation preparation
6638 2002-12-22  Dan Espen  <dane@mk.telcordia.com>
6640         * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
6641         so we won't get so many application bugs report to fvwm-workers.
6643         * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
6645 2002-12-21  Marcus Lundblad <ml@update.uu.se>
6647         * fvwm/style.c (style_parse_one_style_option):
6648         * fvwm/style.h:
6649         * fvwm/fvwm.h:
6650         * fvwm/window_flags:
6651         * fvwm/decorations.c (is_function_allowed,
6652                               __is_resize_allowed):
6653         Added styles Closable, Iconifiable, Maximizable and
6654         AllowMaximizeFixedSize
6655         * fvwm/conditional.c (MatchesConditionMask,
6656                               CreateConditionMask):
6657         Added conditionals Closable,Iconifiable and Maximizable
6658         * fvwm/fvwm.1.in:
6659         Documented styles Closable, Iconifiable, Maximizable and
6660         AllowMaximizeFixedSize and conditionals
6661         Closable,Iconifiable and Maximizable
6663 2002-12-20  olicha  <olivier.chapuis@free.fr>
6665         * fvwm/window_flags.h:
6666         * fvwm/update.h:
6667         * fvwm/update.c (apply_window_updates):
6668         * fvwm/style.h:
6669         * fvwm/style.c (style_parse_one_style_option):
6670         * fvwm/fvwm.h:
6671         UseTitleDecorRotation style preparation
6673         * fvwm/fvwm.c (main):
6674         Use best TrueColor visual
6676         * fvwm/borders.c (border_get_border_gcs):
6677         Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
6678         window which may have a depth != Pdepth
6680         * fvwm/menus.c (paint_side_pic):
6681         * fvwm/menuitem.c (menuitem_paint):
6682         * fvwm/icons.c (DrawIconPixmapWindow):
6683         * fvwm/colorset.c (parse_colorset):
6684         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
6685         Used Scr.AlphaGC
6687 2002-12-19  olicha  <olivier.chapuis@free.fr>
6689         * libs/Graphics.c (CreateRotatedPixmap):
6690         * libs/fvwmlib.h:
6691         New interface function CreateRotatedPixmap
6693         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
6694         (PImageLoadXpm):
6695         * libs/PictureGraphics.c (PCreateRenderPixmap):
6696         (PCreateDitherPixmap):
6697         * libs/Graphics.c (CreateGradientPixmap):
6698         (CreateRotatedPixmap):
6699         * acconfig.h:
6700         * configure.in:
6701         * libs/FShm.h (new file):
6702         * libs/FImage.h (new file):
6703         * libs/FImage.c (new file):
6704         * libs/Makefile.am:
6705         * fvwm/fvwm.c (setVersionInfo):
6706         Added MIT Shared Memory Extension for XImage
6708         * NEWS:
6709         Some news
6711         * fvwm/screen.h:
6712         * fvwm/builtins.c (ReadDecorFace):
6713         (FreeDecorFace):
6714         * fvwm/borders.c (border_draw_decor_to_pixmap):
6715         (border_fill_pixmap_background):
6716         AdjustedPixmap, StretchedPixmap and ShrunkPixmap
6718 2002-12-17  Mikhael Goikhman  <migo@homemail.com>
6720         * libs/FBidiJoin.c:
6721         shape-and-join fixes from Nadim Shaikli (slightly modified)
6723 2002-12-16  olicha  <olivier.chapuis@free.fr>
6725         * libs/PictureGraphics.h:
6726         * libs/PictureGraphics.c (PTileRectangle):
6727         (PGraphicsCreateTiledPicture):
6728         * libs/Graphics.c (CreateTiledPixmap):
6729         New interface function: PGraphicsCreateTiledPicture
6731         * fvwm/screen.h:
6732         * fvwm/fvwm.c (CreateGCs):
6733         Added a global (Scr) alpha GC
6735         * configure.in:
6736         * fvwm/screen.h:
6737         * fvwm/builtins.c (ReadMultiPixmapDecor):
6738         (update_decorface_colorset):
6739         (FreeDecorFace):
6740         * fvwm/borders.c (border_get_tb_parts_to_draw):
6741         (border_fill_pixmap_background):
6742         (border_setup_bar_pixmaps):
6743         (border_get_bar_pixmaps):
6744         (border_free_bar_pixmaps):
6745         (border_mp_render_into_pixmap):
6746         (border_mp_get_length):
6747         (border_mp_get_titlebar_descr):
6748         (border_mp_get_geometry):
6749         (border_mp_get_use_title_style_parts_and_geometry):
6750         (border_mp_draw_mp_titlebar):
6751         (border_draw_decor_to_pixmap):
6752         (border_draw_title_deep):
6753         (border_get_titlebar_draw_descr):
6754         (border_setup_use_title_style):
6755         (border_get_titlebar_descr_state):
6756         (border_get_titlebar_descr):
6757         (border_get_transparent_decorations_part):
6758         (border_draw_title_stick_lines):
6759         MultiPixmap can use Colorset and Solid color. Various others minor
6760         improvement in MultiPixmap. "Merge" the MultiPixmap code into the
6761         "main" drawing code and remove the #ifdef.
6762         New option to ButtonStyle and TitleStyle: StretchedPixmap.
6763         Use the new Scr.AlphaGC.
6765 2002-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6767         * fvwm/add_window.c (validate_transientfor):
6768         do not ignore transientfor hint for iconified windows
6770 2002-12-12  Jason Weber <baboon@imonk.com>
6772         * fvwm/fvwm.1.in:
6773         * fvwm/conditional.c (CMD_ScanForWindow):
6774         * fvwm/commands.h:
6775         * fvwm/functable.c:
6776         rename ScanWindow to ScanForWindow
6778 2002-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6780         * fvwm/menuitem.c (menuitem_paint):
6781         * fvwm/colorset.c (parse_colorset):
6782         * fvwm/icons.c (DrawIconPixmapWindow):
6783         * fvwm/focus.c (_SetFocusWindow):
6784         (_ReturnFocusWindow):
6785         (_DeleteFocus):
6786         (_ForceDeleteFocus):
6787         (__activate_window_by_command):
6788         patches to prevent UMR messages in memory debuggers
6790 2002-12-11  Jason Weber <baboon@imonk.com>
6792         * fvwm/fvwm.1.in: Added ScanWindow
6794         * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
6795         * fvwm/commands.h:
6796         * fvwm/functable.c:
6797         Generalized CMD_Direction into direction_cmd.
6798         Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
6799         Replace Cycle prefix with secondary direction argument.
6801 2002-12-10  Dan Espen  <dane@mk.telcordia.com>
6803         * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
6805 2002-12-05  Marcus Lundblad <ml@update.uu.se>
6806         * fvwm/conditional.c (CreateConditionMask):
6807         Implemented conditional "FixedSize" and "HasHandles"
6808         * fvwm/fvwm.1.in
6809         Documented conditional options "FixedSize" and "HasHandles".
6811 2002-12-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6813         * fvwm/placement.c (PlaceWindow):
6814         fixed StickyAcrossDesks w/ StartsOnPage
6816         * fvwm/functable.c:
6817         * fvwm/commands.h:
6818         * fvwm/ewmh_conf.c (set_state_workaround):
6819         * fvwm/update.c (apply_window_updates):
6820         * fvwm/windowlist.c (CMD_WindowList):
6821         * fvwm/ewmh_events.c (ewmh_WMDesktop):
6822         (ewmh_WMStateSticky):
6823         * fvwm/conditional.c (CreateConditionMask):
6824         * fvwm/gnome.c (GNOME_SetHints):
6825         (GNOME_GetStyle):
6826         (GNOME_HandlePropRequest):
6827         * fvwm/placement.c (SmartPlacement):
6828         (get_next_x):
6829         (get_next_y):
6830         (test_fit):
6831         (PlaceWindow):
6832         * fvwm/session.c (SaveWindowStates):
6833         (MatchWinToSM):
6834         (MatchWinToSM):
6835         * fvwm/ewmh.c (check_desk):
6836         (EWMH_SetWMDesktop):
6837         (ewmh_ComputeAndSetWorkArea):
6838         (ewmh_HandleDynamicWorkArea):
6839         (ewmh_HandleDesktop):
6840         (ewmh_HandleDock):
6841         (ewmh_HandleMenu):
6842         (ewmh_HandleToolBar):
6843         * fvwm/virtual.c (UnmapDesk):
6844         (MapDesk):
6845         (MoveViewport):
6846         (do_move_window_to_desk):
6847         * fvwm/icons.c (setup_icon_title_size):
6848         (DrawIconTitleWindow):
6849         (AutoPlaceIcon):
6850         (Iconify):
6851         * fvwm/borders.c (is_button_toggled):
6852         (get_common_decorations):
6853         (border_draw_title_stick_lines):
6854         * fvwm/add_window.c (AddWindow):
6855         * fvwm/move_resize.c (__move_window):
6856         (__move_window):
6857         (is_window_sticky_across_pages):
6858         (is_window_sticky_across_desks):
6859         (MaximizeHeight):
6860         (MaximizeWidth):
6861         (stick_page):
6862         (stick_desk):
6863         (CMD_Stick):
6864         (CMD_StickAcrossPages):
6865         (CMD_StickAcrossDesks):
6866         (stick_across_pages):
6867         (stick_across_desks):
6868         (handle_stick_across_desks):
6869         (handle_stick_across_pages):
6870         (handle_stick):
6871         * fvwm/fvwm.h (struct):
6872         * fvwm/style.c (style_parse_one_style_option):
6873         (check_window_style_change):
6874         * fvwm/style.h:
6875         * fvwm/window_flags.h:
6876         renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
6877         StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
6878         everywhere
6880         * fvwm/focus.c (CMD_Focus):
6881         (CMD_FlipFocus):
6882         (__activate_window_by_command):
6883         (__update_windowlist):
6884         (__set_focus_to_fwin):
6885         (_SetFocusWindow):
6886         (_ReturnFocusWindow):
6887         (_DeleteFocus):
6888         (_ForceDeleteFocus):
6889         fixed window list order with FlipFocus command
6891 2002-12-08  Mikhael Goikhman  <migo@homemail.com>
6893         * AUTHORS:
6894         * NEWS:
6895         document bidi entry undocumented in 2.5.5
6897 2002-12-06  olicha  <olivier.chapuis@free.fr>
6899         * acinclude.m4:
6900         Fixed the "detection" of the LINGUAS variable
6902         * configure.in:
6903         Added ar to ALL_LINGUAS
6906 2002-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6908         * fvwm/move_resize.c (__resize_window):
6909         fixed handling of MontionNotify and PropertyNotify events
6911 2002-12-03  olicha  <olivier.chapuis@free.fr>
6913         * fvwm/borders.c (border_draw_decor_to_pixmap):
6914         (border_get_border_background):
6915         (get_common_decorations):
6916         BorderGC cleanup
6918         * fvwm/builtins.c (CMD_PrintInfo):
6919         New subject nls to PrintInfo
6921         * libs/FGettext.c (*):
6922         New command FlocalePath
6924 2002-12-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6926         * NEWS:
6927         * configure.in:
6928         changed version to 2.5.6
6930         * NEWS:
6931         * configure.in:
6932         updated for 2.5.5
6934 2002-12-02  olicha  <olivier.chapuis@free.fr>
6936         * libs/FRenderInit.c (FRenderInit):
6937         Fixed alpha depth if !XRenderSupport
6939         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
6940         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
6941         (PImageLoadPng):
6942         * libs/PictureImageLoader.h:
6943         Fixed image loading on bigedian machine
6945 2002-12-01  Mikhael Goikhman  <migo@homemail.com>
6947         * libs/FBidi.c (FBidiConvert):
6948         several small changes
6949         * libs/FBidiJoin.c (shape_n_join):
6950         enabled a new bidi shaping code
6952 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6954         * fvwm/frame.c (frame_restore_client_gravities):
6955         (frame_free_move_resize_args):
6956         fixed a redrawing problem after shading a window
6958 2002-11-29  olicha  <olivier.chapuis@free.fr>
6960         * acinclude.m4:
6961         Defined AM_PATH_PROG_WITH_TEST and re-enable it
6963         * configure.in:
6964         * Makefile.am:
6965         Fixed two missprints
6967 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6969         * fvwm/bindings.c (ParseBinding):
6970         fix for stroke-less compile
6972 2002-11-29  olicha  <olivier.chapuis@free.fr>
6974         * fvwm/commands.h (enum):
6975         * fvwm/functable.c (func_table):
6976         * fvwm/builtins.c (CMD_LocalePath):
6977         * libs/FGettext.c (FGettextSetLocalePath):
6978         * libs/FGettext.h:
6979         Preparation for LocalePath command
6981         * fvwm/screen.h (ScreenInfo):
6982         * fvwm/fvwm.c (CreateGCs):
6983         Rename Scr.TileGC to Scr.BordersGC
6985         * acinclude.m4:
6986         A libintl autoconf fix
6988         * libs/Colorset.c (CreateBackgroundPixmap):
6989         Do not grab the server when we dump the E setroot pixmap
6991 2002-11-29  olicha  <olivier.chapuis@free.fr>
6993         * acconfig.h:
6994         * fvwm/Makefile.am:
6995         * Makefile.am:
6996         * configure.in:
6997         * acinclude.m4:
6998         Added NLS support with gnu gettext
7000         * fvwm/fvwm.c (main):
7001         FGettextInit
7003         * fvwm/expand.c (expand_vars_extended):
7004         New extanded variable $[gt.any_string]
7006         * fvwm/virtual.c (CMD_DesktopName):
7007         * fvwm/windowlist.c (get_desk_title):
7008         * fvwm/expand.c (expand_vars_extended):
7009         * fvwm/fvwm.c (SetRCDefaults):
7010         * fvwm/ConfigFvwmSetup:
7011         Mark some strings to be translated
7013         * libs/FGettext.c (new file):
7014         * libs/FGettext.c (new file):
7015         * libs/Makefile.am:
7016         gnu gettext libintl warper
7018 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7020         * fvwm/add_window.c (RestoreWithdrawnLocation):
7021         rixed rxvts with S/E gravity travelling off screen upon recapture after
7022         they were resized.
7024         * fvwm/events.c (__handle_key_event):
7025         * fvwm/bindings.c (activate_binding):
7026         (__rebind_global_key):
7027         fixed unbinding pointerkey bindings removing the grab for this key
7028         completely
7030         * fvwm/events.c (__is_bpress_window_handled):
7031         fixed click on override redirect windows being handled by the root
7032         window
7034         * fvwm/misc.c (GrabEm):
7035         confine the pointer to the root window when grabbed
7037         * fvwm/events.c (HandleUnmapNotify):
7038         fixed reparenting problem with restarts from desks != 0
7040 2002-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7042         * fvwm/events.c:
7043         removed experimental code
7045 2002-11-28  olicha  <olivier.chapuis@free.fr>
7047         * fvwm/borders.c (border_get_border_background):
7048         (border_draw_decor_to_pixmap):
7049         (border_fill_pixmap_background):
7050         Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
7051         soon.
7053 2002-11-26  Mikhael Goikhman  <migo@homemail.com>
7055         * fvwm/fvwm.c (InitVariables):
7056         fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
7057         of 100%
7058         * fvwm/virtual.c (CMD_EdgeScroll):
7059         minor spacing
7061         * fvwm/ConfigFvwmDefaults:
7062         do not include empty ConfigFvwmProxyDefaults, added one binding
7064 2002-11-26  olicha  <olivier.chapuis@free.fr>
7066         * libs/Colorset.c (CreateBackgroundPixmap):
7067         * fvwm/colorset.c (parse_colorset):
7068         Be more safe with the E root pixmap
7070 2002-11-25  olicha  <olivier.chapuis@free.fr>
7072         * fvwm/move_resize.c (__move_loop):
7073         Redraw the transparent decoration parts when a move is abored
7075         * fvwm/colorset.c (parse_colorset):
7076         Fixed the fgsh Colorset colors when the Image change but not the bg
7078 2002-11-24  Jason Weber  <baboon@imonk.com>
7080         * fvwm/conditional.c (CMD_Direction):
7081         Extended Direction to allow CycleWest, CycleEast, etc that guarantees
7082         eventual traversal of all windows over repeated calls.  It also cycles
7083         back to the opposite extent when it hits the limit in the given
7084         direction.
7086 2002-11-22  olicha  <olivier.chapuis@free.fr>
7088         * fvwm/borders.h:
7089         * fvwm/borders.c (get_common_decorations):
7090         (border_get_parts_and_pos_to_draw):
7091         (border_get_changed_border_parts):
7092         (border_get_frame_pixmap, new):
7093         (border_get_border_background):
7094         (border_draw_one_border_part):
7095         (border_draw_decorations):
7096         (border_get_tb_parts_to_draw):
7097         (border_fill_pixmap_background):
7098         (border_get_titlebar_descr_state, new):
7099         (border_draw_titlebar):
7100         (border_setup_bar_pixmaps, new):
7101         (border_get_bar_pixmaps, new):
7102         (border_free_bar_pixmaps, new):
7103         (border_setup_use_title_style, new):
7104         (border_set_button_pixmap):
7105         (border_set_title_pixmap):
7106         (border_draw_one_button):
7107         (border_set_button_pixmap):
7108         (border_draw_title_deep):
7109         (border_get_transparent_decorations_part, new):
7110         Title, Border and Buttons Style Colorset Option: Drawing
7112         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
7113         (__move_window):
7114         (__move_loop):
7115         * fvwm/frame.c (__frame_setup_window):
7116         (frame_has_handles_and_tiled_border):
7117         (frame_create_move_resize_args):
7118         (frame_free_move_resize_args):
7119         Title, Border and Buttons Style Colorset Option: External drawing
7120         stuff. Basically additional redrawing for RootTransparent
7122         * fvwm/builtins.c (update_decorface_colorset, new):
7123         (update_titlebutton_colorset, new):
7124         (update_decors_colorset, new):
7125         (update_fvwm_colorset):
7126         Title, Border and Buttons Style Colorset Option: Dynamic updating
7128         * fvwm/screen.h:
7129         * fvwm/builtins.c (ReadDecorFace):
7130         Title, Border and Buttons Style Colorset Option: Configuration
7132         * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
7133         * libs/Colorset.h:
7134         Title, Border and Buttons Style Colorset Option: Convinent macros and
7135         function
7137 2002-11-18  Dan Espen  <dane@mk.telcordia.com>
7139         * libs/Makefile.am: Add missing Bindings.h.
7141 2002-11-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7143         * fvwm/move_resize.c (__move_loop):
7144         send M_CONFIGURE_WINDOW only when the window actually moves
7146 2002-11-16  Mikhael Goikhman  <migo@homemail.com>
7148         * libs/FBidi.c:
7149         * libs/FBidi.h:
7150         * libs/FBidiJoin.c:
7151         * libs/FBidiJoin.h:
7152         * libs/Makefile.am:
7153         incorporated a shape-and-join bidi functionality from Nadim Shaikli
7154         with minor improvements; it is disabled for now (#if 0) since
7155         some Arabic chars cause core dump
7157 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7159         * fvwm/fvwm.1.in (Examples):
7160         added documentation of Icon option for PlaceAgain command
7162         * fvwm/events.c (__handle_key_event):
7163         fixed global key binding problem
7165 2002-11-15  olicha  <olivier.chapuis@free.fr>
7167         * libs/Bindings.c (MatchBindingExactly):
7168         (__compare_binding):
7169         compile fixes w/o stroke lib
7171         * NEWS:
7172         * fvwm/geometry.c (get_title_font_size_and_offset):
7173         * fvwm/builtins.c (do_title_style):
7174         New MinHeight option to TitleStyle
7176 2002-11-15  olicha  <olivier.chapuis@free.fr>
7178         * fvwm/builtins.c (update_fvwm_colorset):
7179         (CMD_Colorset):
7180         (do_title_style):
7182         * fvwm/builtins.h:
7183         * fvwm/colorset.c (update_root_transparent_colorset):
7184         Fixed update of the RootTransparent colorset in fvwm
7186 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7188         * libs/Bindings.c (__compare_binding):
7189         (MatchBindingExactly):
7190         compoile fixes w/o stroke lib
7192 2002-11-14  olicha  <olivier.chapuis@free.fr>
7194         * fvwm/fvwm.1.in:
7195         * INSTALL.fvwm:
7196         * NEWS
7197         Removed any reference on "xft and flickering"
7199 2002-11-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7201         * fvwm/eventmask.h (XEVMASK_ICONW):
7202         * fvwm/events.c (HandleKeyRelease):
7203         (HandleKeyPress):
7204         (__handle_key_event):
7205         * fvwm/bindings.c (ParseBinding):
7206         (activate_binding):
7207         * libs/Bindings.h (enum):
7208         implemented key release bindings; prefix the key name with a '-';
7209         does not work well with some applications
7211 2002-11-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7213         * libs/Bindings.h:
7214         new file
7216         * fvwm/bindings.c (ParseBinding):
7217         (binding_cmd):
7218         (activate_binding):
7219         (bind_get_bound_button_contexts):
7220         (ParseBinding):
7221         (CMD_Stroke):
7222         (CMD_Mouse):
7223         (CMD_PointerKey):
7224         (CMD_Key):
7225         (RemoveMatchingBinding):
7226         (AddBinding):
7227         (AreBindingsEqual):
7228         (GrabWindowKey):
7229         (GrabWindowButton):
7230         (GrabAllWindowKeysAndButtons):
7231         * fvwm/module_interface.c (CMD_ModuleSynchronous):
7232         * fvwm/events.c (__handle_bpress_on_root):
7233         (__handle_bpress_on_managed):
7234         (HandleButtonRelease):
7235         * fvwm/builtins.c (CMD_Wait):
7236         (CMD_StrokeFunc):
7237         * libs/fvwmlib.h (enum):
7238         fixed Key vs. PointerKey with "A"ny context
7240 2002-11-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7242         * fvwm/icons.c (Iconify):
7243         icon placement safety patch
7244         (CreateIconWindow):
7245         fixed initial position of application provided icon windows
7247         * fvwm/session.c (LoadWindowStates):
7248         fixed parsing of strings beginning with whitespace in session file
7250         * fvwm/fvwm.1.in (Note):
7251         * fvwm/style.c (style_set_old_focus_policy):
7252         * libs/defaults.h (DEF_FP_MODIFIERS):
7253         set default modifiers for raising/focusing to N again
7255 2002-11-11  olicha  <olivier.chapuis@free.fr>
7257         * fvwm/fvwm.1.in:
7258         * fvwm/fvwm.c (main):
7259         (usage):
7260         named-palette -> visual-palette, -N -> -P
7262 2002-11-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7264         * fvwm/ConfigFvwmDefaults:
7265         include ConfigFvwmProxyDefaults
7267         * fvwm/fvwm.c (usage):
7268         polished usage message
7270 2002-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7272         * fvwm/fvwm.c (usage):
7273         (main):
7274         cleaned up usage and error messages
7275         use short option names in usage message an man page synopsis
7276         all options are case sensitive
7277         do not mention the "-" style long options in the man page; instead use
7278         the "--" style
7280         * fvwm/add_window.c (setup_frame_window):
7281         * fvwm/events.c (HandleMapNotify):
7282         * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
7283         fixed empty decorations after recapture
7285         * fvwm/geometry.c (get_icon_geometry):
7286         * fvwm/icons.c (clear_icon):
7287         fixed icon jumping to 0 0 when the icon layout changes after the icon
7288         has been moved manually
7290         * fvwm/move_resize.c (__move_icon):
7291         fixed MoveToPage with icons
7293 2002-11-09  olicha  <olivier.chapuis@free.fr>
7295         * libs/Fft.c (FftGetRotatedFont):
7296         (FftGetFont):
7297         * libs/Fft.h:
7298         Check the return result of FftPatternGetMatrix
7300         * libs/Flocale.h:
7301         * libs/PictureBase.h:
7302         Added two macro
7304 2002-11-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7306         * fvwm/ewmh_conf.c (set_state_workaround):
7307         * fvwm/functable.c (func_table):
7308         * fvwm/update.c (apply_window_updates):
7309         * fvwm/windowlist.c (CMD_WindowList):
7310         * fvwm/ewmh_events.c (ewmh_WMDesktop):
7311         (ewmh_WMStateSticky):
7312         * fvwm/conditional.c (CreateConditionMask):
7313         (CreateConditionMask):
7314         * fvwm/gnome.c (GNOME_SetHints):
7315         (GNOME_GetStyle):
7316         (GNOME_HandlePropRequest):
7317         * fvwm/placement.c (SmartPlacement):
7318         (get_next_x):
7319         (test_fit):
7320         (get_next_y):
7321         (PlaceWindow):
7322         * fvwm/session.c (SaveWindowStates):
7323         (MatchWinToSM):
7324         * fvwm/ewmh.c (check_desk):
7325         (EWMH_SetWMDesktop):
7326         (ewmh_ComputeAndSetWorkArea):
7327         (ewmh_HandleDynamicWorkArea):
7328         (ewmh_HandleDesktop):
7329         (ewmh_HandleDock):
7330         (ewmh_HandleMenu):
7331         (ewmh_HandleToolBar):
7332         * fvwm/virtual.c (UnmapDesk):
7333         (MapDesk):
7334         (MoveViewport):
7335         (MoveViewport):
7336         (do_move_window_to_desk):
7337         * fvwm/icons.c (setup_icon_title_size):
7338         (DrawIconTitleWindow):
7339         (AutoPlaceIcon):
7340         (Iconify):
7341         * fvwm/borders.c (is_button_toggled):
7342         (get_common_decorations):
7343         (border_draw_title_stick_lines):
7344         * fvwm/add_window.c (AddWindow):
7345         * fvwm/move_resize.c (__move_window):
7346         (is_window_sticky_on_page):
7347         (is_window_sticky_on_desk):
7348         (MaximizeWidth):
7349         (MaximizeHeight):
7350         (stick_page):
7351         (stick_desk):
7352         (handle_stick):
7353         (handle_stick_page):
7354         (handle_stick_desk):
7355         (__handle_stick_exit):
7356         (CMD_StickDesk):
7357         (CMD_StickPage):
7358         * fvwm/style.c (style_parse_one_style_option):
7359         (check_window_style_change):
7360         * fvwm/style.h:
7361         * fvwm/fvwm.h:
7362         New Style options stickypage and stickydesk
7363         New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
7364         StickyDesk, OnlyStickyPage, OnlyStickyDesk
7365         New conditions StickyPage and StickyDesk
7366         New commands StickPage and StickDesk
7368         * fvwm/move_resize.c (__move_window):
7369         do not unstick a window when using MoveToScreen
7371         * fvwm/ewmh_conf.c:
7372         reindented
7374         * fvwm/commands.h:
7375         * fvwm/functable.c (func_table):
7376         * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
7377         renamed EWMHBaseStrut to EwmhBaseStruts
7379         * fvwm/style.c (style_set_old_focus_policy):
7380         SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
7381         (style_parse_one_style_option):
7382         renamed "Border" style to "Borders"
7383         removed "NoBorder" style; use !Borders instead
7384         renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
7385         renamed PlacmentOverlapPercentPenalties to
7386         MinOverlapPercentPlacementPenalties
7388         * fvwm/fvwm.1.in:
7389         * NEWS:
7390         corrected typo
7392         * libs/Fft.c:
7393         Fixed compiler warnings
7395 2002-11-09  Mikhael Goikhman  <migo@homemail.com>
7397         * configure.in:
7398         autogenerate FvwmWindowLister files
7400         * fvwm/fvwm.1.in:
7401         mention fvwm-menu-directory and fvwm-menu-desktop as examples
7402         of MissingSubmenuFunction and DynamicPopupAction
7404 2002-11-08  olicha  <olivier.chapuis@free.fr>
7406         * libs/PictureUtils.c (alloc_color_proportion):
7407         (alloc_color_proportion_dither):
7408         (alloc_color_proportion_grey):
7409         (alloc_color_x):
7410         (free_colors_in_table):
7411         (free_colors_x):
7412         (init_static_colors_table):
7413         (PictureFreeColors):
7414         (PictureInitColors):
7415         (PicturePrintColorInfo):
7416         Fixed StaticColor visual. Rename some of the color allocators. Clean up
7417         free colors stuff
7419 2002-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7421         * fvwm/move_resize.c (__move_window):
7422         ignore MoveToPage with sticky windows
7424         * fvwm/conditional.c (Circulate):
7425         (circulate_cmd):
7426         Next and Prev commands begin looking at the context window, if any
7428         * fvwm/focus.c (__focus_grab_buttons):
7429         fixed initial button grabbing on client window
7431         * fvwm/stack.c (BroadcastRestack):
7432         split long packets, fixed a bug and cleaned up
7434         * libs/Module.c (ReadFvwmPacket):
7435         ignore packets that are too long
7437         * fvwm/fvwm.1.in:
7438         document PopupDelay and PopdownDelay defaults
7440 2002-11-06  olicha  <olivier.chapuis@free.fr>
7442         * libs/Fft.c (FftGetFont):
7443         (FftGetRotatedFont):
7444         Use a more perfectioned method for loading font with Xft/Fc. This
7445         method allows sanity check. Preserve the matrix when rotating
7446         Xft/Fc fonts.
7448         * libs/Flocale.c (FlocaleGetMinOffset):
7449         (FlocaleRotateDrawString):
7450         (FlocaleGetFontSet):
7451         (FlocaleGetFont):
7452         * libs/Fft.c (FftDrawString):
7453         (FftGetFont):
7454         * libs/FftInterface.h:
7455         * fvwm/geometry.c (get_title_font_size_and_offset):
7456         Move the computation of the good "y" for drawing text into Flocale.
7457         Use the max ascent, descent and height for font metric (in the place
7458         of the min's one).
7460         * libs/Flocale.c (FlocalePrintLocaleInfo):
7461         * libs/Flocale.h:
7462         * libs/Fft.c (FftPrintPatternInfo):
7463         * libs/Fft.h:
7464         * fvwm/builtins.c (CMD_PrintInfo):
7465         * NEWS:
7466         * fvwm.1.in:
7467         New option "Locale" to PrintInfo Command
7469 2002-11-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7471         * fvwm/events.c (HandleExpose):
7472         removed no-op
7474 2002-11-04  Dan Espen  <dane@mk.telcordia.com>
7476         * fvwm/fvwm.1.in: colour -> color
7477         Language check.
7479 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7481         * fvwm/fvwm.1.in:
7482         * fvwm/fvwm.c (usage):
7483         (main):
7484         pallet -> palette
7486 2002-11-04  olicha  <olivier.chapuis@free.fr>
7488         * configure.in:
7489         Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
7491         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
7492         (finish_ct_init):
7493         (PictureFreeColors):
7494         (PicturePrintColorInfo):
7495         Trace colours allocation out of the pallet in depth <= 8. Better
7496         information on coulours
7498         * libs/Fft.c (FftGetRotatedFont):
7499         * libs/Fft.h:
7500         Fixed rotated font when the original font has a matrix
7502         * libs/PictureBase.c (PictureInitCMapRoot):
7503         * libs/PictureUtils.h:
7504         * libs/PictureUtils.c (PictureInitColors):
7505         (PictureAllocColorTable):
7506         * libs/PictureBase.h (PictureColorLimitOption):
7507         * fvwm/fvwm.c (main):
7508         * fvwm/fvwm.1.in
7509         New options -strict-color-limit, -allocate-pallet, -static-pallet,
7510         -named-pallet. -color-limit now take only integer argument.
7513 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7515         * libs/Module.h (struct):
7516         new type FvwmWinPacketBodyHeader to access the standard fields in a
7517         packet with a window
7519 2002-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7521         * NEWS:
7522         updated for 2.4.13
7524         * fvwm/functable.c (func_table):
7525         * fvwm/commands.h:
7526         * fvwm/style.c (style_parse_one_style_option):
7527         (parse_and_set_window_style):
7528         (__style_command):
7529         (CMD_Style):
7530         (CMD_FocusStyle):
7531         added a new command FocusStyle as a shorthand for
7532         "Style * FP..., FP..."
7534         * fvwm/builtins.c (__parse_vector_line_one_coord):
7535         (__parse_vector_line):
7536         (ReadDecorFace):
7537         split vector line parsing into sub functions
7538         (FreeDecorFace):
7539         fixed core dump in vector button offset patch
7541 2002-11-01  Marcus Lundblad <ml@update.uu.se>
7543         * fvwm/screen.h (vector_coords):
7544         added fields for offsets
7545         * fvwm/builtins.c (ReadDecorFace):
7546         rewrote parser for vector definitions to accept optional offsets
7547         * fvwm/fvwm.c (LoadDefaultLeftButton):
7548         (LoadDefaultRightButton)
7549         set default values for offsets
7550         * fvwm/borders.c (border_draw_vector_to_pixmap):
7551         updated XDrawLine call to take offsets into account
7552         * fvwm/fvwm.1.in:
7553         documented new options for vector offsets
7555 2002-11-01  olicha  <olivier.chapuis@free.fr>
7557         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
7558         Fixed icon tint pixel, it was set to icon tint percent during some
7559         renaming
7561 2002-10-31  olicha  <olivier.chapuis@free.fr>
7563         * libs/PictureUtils.c (PictureAllocColorImage):
7564         (PictureOpenImageColorAllocator):
7565         (PictureCloseImageColorAllocator):
7566         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
7567         (FIMAGE_CMD_ARGS):
7568         (PImageLoadXpm):
7569         (PImageCreatePixmapFromArgbData):
7570         (PImageLoadPixmapFromFile):
7571         * libs/PictureBase.h (FvwmPictureThing):
7572         (PictureImageColorAllocator):
7573         * libs/Picture.h:
7574         * libs/Picture.c (PDestroyFvwmPicture):
7575         (PLoadFvwmPictureFromPixmap):
7576         * libs/Graphics.c (CreateGradientPixmap):
7577         * fvwm/fvwm.c:
7578         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
7579         Added a new way to allocate colors for image and gradient. This method
7580         allows, in particular, to save (in a "fast" way) the allocated pixels
7581         with a minimal memory usage.
7582         Fixed color leaks for png, ewmh and dithered xpm images.
7584         * fvwm/add_window.c (destroy_icon):
7585         * fvwm/fvwm.h (FvwmWindow):
7586         * fvwm/icons.c (GetIconFromFile):
7587         Fixed color leaks
7589 2002-10-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7591         * fvwm/commands.h:
7592         * fvwm/functable.c:
7593         * fvwm/stack.c (enum):
7594         (position_new_window_in_stack_ring):
7595         (new_layer):
7596         (must_move_transients):
7597         (restack_windows):
7598         (__restack_window):
7599         (__raise_lower_recursion):
7600         (__raise_or_lower_window):
7601         (raise_or_lower_window):
7602         (collect_transients_recursive):
7603         (__is_restack_transients_needed):
7604         (RestackWindow):
7605         (CMD_RestackTransients):
7606         new command RestackTransients which works like Raise and Lower but does
7607         not restack windows that are not transient
7608         renamed some functions
7609         general cleanup
7611         * fvwm/fvwm.1.in:
7612         corrected cursor movement key bindings
7614         * fvwm/bindings.c (activate_binding):
7615         fixed problem w/ bindings being overridden by applications OpenOffice
7616         and the Gnome panel
7618 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
7620         * configure.in:
7621         * NEWS:
7622         switched to 2.5.5
7624         * configure.in:
7625         include FvwmProxy to build
7627 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
7629         * configure.in:
7630         exclude FvwmProxy from build
7632         * configure.in:
7633         * NEWS:
7634         updated for 2.5.4
7636 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7638         * configure.in:
7639         added FvwmProxy module
7641 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
7643         * fvwm/fvwm.1.in:
7644         * fvwm/windowlist.c (CMD_WindowList):
7645         renamed SortClassName to SortByClass
7647 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7649         * fvwm/menustyle.c (menustyle_update):
7650         (menustyle_parse_style):
7651         (menustyle_get_styleopt_index):
7652         (menustyle_parse_style):
7653         (CMD_CopyMenuStyle):
7654         * fvwm/menustyle.h:
7655         removed HilightRelief MenuStyle and hard coded it
7657 2002-10-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7659         * fvwm/menus.c (make_menu_window):
7660         fixed updating menu background with "Menustyle * Background"
7662         * fvwm/stack.c (__get_stacking_sibling):
7663         (restack_windows):
7664         fixed another stacking problem
7666 2002-10-28  Mikhael Goikhman  <migo@homemail.com>
7668         * acinclude.m4:
7669         * configure.in:
7670         corrected and lined up several help lines
7672         * INSTALL.fvwm:
7673         added --enable-xinerama-emulation description
7675 2002-10-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7677         * fvwm/stack.c (restack_windows):
7678         (__get_stacking_sibling):
7679         fixed another stacking problem
7681 2002-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7683         * fvwm/add_window.c (AddWindow):
7684         braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
7685         windows starting lowered or on other layers in FvwmPager
7687         * fvwm/stack.c (restack_windows):
7688         (__get_visible_window):
7689         fixed a stacking problem with layers
7691 2002-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7693         * fvwm/functable.c (func_table):
7694         fixed Pick command
7696 2002-10-24  Mikhael Goikhman  <migo@homemail.com>
7698         * NEWS:
7699         * fvwm/fvwm.1.in:
7700         * fvwm/windowlist.c:
7701         new WindowList option SortByResource
7703         * fvwm/style.c (check_window_style_change):
7704         * libs/FlocaleCharset.c:
7705         fixed gcc warning
7707         * AUTHORS:
7708         place recent authors to the top, not bottom
7710         * fvwm/builtins.c:
7711         corrected typo in error message
7713 2002-10-23  Dan Espen  <dane@mk.telcordia.com>
7715         * fvwm/fvwm.1.in: Lang check done.
7717 2002-10-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7719         * fvwm/menus.c:
7720         work on new menu loop code
7722         * libs/timeout.h:
7723         * libs/timeout.c:
7724         new files
7726         * fvwm/menus.c (__mloop_handle_event):
7727         (__mloop_get_event):
7728         (__mloop_handle_action_with_mi):
7729         * fvwm/menus.h (MenuReturn):
7730         renamed MenuReturn member menu to target_menu
7732         * fvwm/menus.c (__mloop_handle_event):
7733         * fvwm/menus.h (MenuReturn):
7734         removed a "write only" member of MenuReturn
7736         * fvwm/conditional.c (circulate_cmd):
7737         fixed the "Any" command
7739 2002-10-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7741         * fvwm/stack.c (mark_transient_subtree):
7742         fixed stack ring corruption with iconified transients
7743         (restack_windows):
7744         fixed a problem with lowering windows below the icons of their
7745         transients
7747 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7749         * libs/Colorset.c:
7750         * fvwm/menustyle.c:
7751         * libs/Colorset.h:
7752         * libs/Flocale.h:
7753         * libs/PictureBase.h:
7754         * fvwm/menuitem.c:
7755         * fvwm/geometry.c:
7756         * fvwm/colorset.c:
7757         renamed colorset_struct to colorset_t
7759 2002-10-22  olicha  <olivier.chapuis@free.fr>
7761         * libs/PictureUtils.c:
7762         Minor fixes and add #if O experimental code
7764 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7766         * fvwm/icons.c (DrawIconPixmapWindow):
7767         (DrawIconWindow):
7768         * fvwm/events.c (HandlePropertyNotify):
7769         * libs/Fft.c (FftDrawString):
7770         * libs/Colorset.c (DumpColorset):
7771         (LoadColorset):
7772         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
7773         use renamed colorset_struct members
7775         * libs/Colorset.h (colorset_struct):
7776         renamed and re-sorted members and cut down bit field lengths for
7777         percentile members
7779         * fvwm/menustyle.c (menustyle_update):
7780         fixed core dump
7782         * fvwm/stack.c (restack_windows):
7783         fixed flickering when raising transients; can't prevent flickering when
7784         lowering a window completely
7785         (restack_windows):
7786         fixed unnecessary error message
7788         * fvwm/fvwm.c (main):
7789         init Scr to zeros
7791         * fvwm/stack.c (__restack_window):
7792         fixed a stacking problem with icons
7794         * fvwm/add_window.c (destroy_icon):
7795         fixed a memory leak
7797 2002-10-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7799         * fvwm/menuitem.c (menuitem_paint):
7800         * fvwm/menustyle.c (menustyle_parse_style):
7801         * fvwm/menus.c (paint_side_pic):
7802         (paint_menu):
7803         (select_menu_item):
7804         (repaint_transparent_menu):
7805         * fvwm/menustyle.h (MenuLook):
7806         cleaned up menu drawing code, fixed last patch
7808         * fvwm/menuitem.c (menuitem_paint):
7809         * fvwm/menustyle.c (menustyle_parse_style):
7810         fixed HilightBack default
7812         * fvwm/bindings.c (binding_cmd):
7813         (bind_get_bound_button_contexts):
7814         (ParseBinding):
7815         * fvwm/screen.h (ScreenInfo):
7816         fixed mouse bindings with buttons > 5
7818         * fvwm/menuitem.c (menuitem_paint):
7819         * fvwm/menustyle.c (menustyle_parse_style):
7820         (menustyle_parse_style):
7821         (CMD_CopyMenuStyle):
7822         (menustyle_update):
7823         (menustyle_free):
7824         * fvwm/menus.c (repaint_transparent_menu):
7825         * fvwm/menustyle.h:
7826         HilightBack and ActiveFore are now independent
7828 2002-10-18  olicha  <olivier.chapuis@free.fr>
7830         * libs/PictureUtils.c (get_color_index):
7831         (create_mapping_table):
7832         (PictureAllocColorTable):
7833         Use a new distance and method for color approximation. Use 68 colors
7834         for the default under depth 8. I am happy with this, should use a
7835         similar distance method for dithering
7837         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
7838         (PictureAllocColorTable):
7839         (PictureDitherByDefault):
7840         (PictureUseBWOnly):
7841         (PictureIitColors):
7842         (PicturePrintColorInfo):
7843         * libs/PictureUtils.h:
7844         Allows -color-limit to work with any visual and depth for testing
7845         propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
7847         * fvwm/colorset.c:
7848         Replaced (Pdepht < 2) test by (PictureUseBWOnly())
7850 2002-10-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7852         * fvwm/add_window.c (get_default_window_attributes):
7853         cleaned up
7855         * fvwm/builtins.c (CMD_ChangeDecor):
7856         removed some duplicate redrawing
7858         * fvwm/update.c (apply_decor_change):
7859         suppress duplicate window update upon ChangeDecor
7860         (apply_window_updates):
7861         do not delete the focus window
7863 2002-10-17  olicha  <olivier.chapuis@free.fr>
7865         * NEWS:
7866         A bunch of news
7868         * libs/Colorset.c (CreateBackgroundPixmap):
7869         Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
7871         * fvwm/builtins.c (CMD_Colorset):
7872         Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
7874 2002-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7876         * fvwm/add_window.c (AddWindow):
7877         * fvwm/update.c (apply_window_updates):
7878         * fvwm/move_resize.c (handle_stick):
7879         (CMD_Stick):
7880         suppress drawing of sticky decorations initially
7881         reduce module communication overhead when (un)sticking windows
7883         * fvwm/borders.c (border_draw_decorations):
7884         * fvwm/window_flags.h:
7885         * fvwm/fvwm.h:
7886         * fvwm/frame.c (frame_create_move_resize_args):
7887         (get_resize_decor_gravities_one_axis):
7888         (frame_mrs_setup_draw_decorations):
7889         (mr_args_internal):
7890         initialize window decorations with a "None" pixmap;
7891         delay drawing window decorations initially to prevent drawing multiple
7892         times;
7893         => windows grabbing the focus upon startup are drawn focused
7894         immediately
7896         * fvwm/frame.c (frame_free_move_resize_args):
7897         reparent the frame hide windows to NoFocusWin instead of Root to
7898         suppress unnecessary ReparentNotify events
7900 2002-10-16  olicha  <olivier.chapuis@free.fr>
7902         * fvwm/fvwm.c (main):
7903         Fixed a typo
7905         * libs/FRender.h:
7906         Fixed compilation with X cvs
7908         * libs/Colorset.c (CreateBackgroundPixmap):
7909         Fixed a GC leak
7911         * fvwm/events.c (HandlePropertyNotify):
7912         * fvwm/colorset.c (update_root_pixmap):
7913         Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
7914         to found a root pixmap
7916 2002-10-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7918         * fvwm/bindings.c (bind_get_bound_button_contexts):
7919         another mouse binding fix
7921         * fvwm/conditional.c (CreateConditionMask):
7922         simplified parsing
7923         all conditions have a negation with '!' prepended
7924         (Circulate):
7925         (CMD_All):
7926         (select_cmd):
7927         Current, All, Pick, ThisWindow and PointerWindow imply the
7928         CirculateHitShaded condition.
7930         * fvwm/focus.c (__focus_grab_buttons):
7931         * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
7932         fixed bindings using mouse buttons >= 6
7934 2002-10-15  olicha  <olivier.chapuis@free.fr>
7936         * libs/PictureUtils.c (PicturePrintColorInfo):
7937         (print_colormap):
7938         * fvwm/commands.h:
7939         * fvwm/functable.c (func_table):
7940         * fvwm/builtins.c (CMD_PrintInfo):
7941         * fvwm/fvwm.1.in:
7942         New cmd PrintInfo. Only one arg at present time: "Colors"
7944         * fvwm/fvwm.c (main):
7945         Auto detect card with 2 hardware colormaps and choose the best
7946         visual and colormap
7948         * libs/PictureUtils.c (PictureInitColors):
7949         (*):
7950         * libs/PictureUtils.h:
7951         * fvwm/fvwm.c (main):
7952         * libs/PictureBase.c (PictureInitCMapRoot):
7953         (PictureInitCMap):
7954         * libs/PictureBase.h:
7955         Try to support DirectColor visual in a good way, I do not think
7956         this is really useful.
7957         Added a flexible interface function PictureInitColors for
7958         colors allocation initialization.
7959         Some cleanup in color allocation and some preparation for a new
7960         method for saving and freeing colors allocated by images and gradients.
7961         Removed some ifdefed to 0 debug code.
7963         * libs/Picture.c (*):
7964         * libs/Picture.h:
7965         * libs/PictureImageLoader.c (*):
7966         * libs/PictureImageLoader.h:
7967         Replace Root by win
7969 2002-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7971         * fvwm/add_window.c (setup_key_and_button_grabs):
7972         * fvwm/bindings.c (ParseBinding):
7973         (activate_binding):
7974         * fvwm/add_window.c (setup_key_and_button_grabs):
7975         don't grab window context specific bindings anymore; instead, set
7976         Scr.buttons2grab accordingly
7978         * fvwm/bindings.c (activate_binding):
7979         fixed stroke bindings on window context being ignored if no other
7980         action was bound to that context
7982         * fvwm/add_window.c (destroy_icon):
7983         fixed duplicate icon pixmap when switching from NoIconOverride to
7984         IconOverride
7986 2002-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7988         * fvwm/icons.c:
7989         re-indented some code
7990         (AutoPlaceIcon):
7991         fixed random position of icon title for icons with a position hint
7993         * fvwm/fvwm.1.in:
7994         corrected default of Use/NoIconPosition style
7996 2002-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7998         * fvwm/windowlist.c (CMD_WindowList):
7999         fixed random string for iconified windows in the WindowList
8001 2002-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8003         * NEWS:
8004         updated for 2.4.12
8006 2002-10-08  olicha  <olivier.chapuis@free.fr>
8008         * libs/PictureBase.c (*):
8009         (PictureInitCMapRoot)
8010         (PictureSetupWhiteAndBlack):
8011         (PictureWhitePixel):
8012         (PictureBlackPixel):
8013         (PictureDefaultGC):
8014         New interface function PictureWhitePixel, PictureBlackPixel. Analogue
8015         of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
8016         New interface function PictureInitCMapRoot analogue to PictureInitCMap,
8017         but always use the root visual and allows to set or not a private
8018         color limit table.
8019         New interface PictureDefaultGC, analogue of Xlib DefaultGC function
8020         but which respects the Pvisual
8022         * libs/PictureGraphics.c (*):
8023         * libs/FScreen.c (FScreenInit):
8024         * libs/FRender.c (FRenderRender):
8025         * libs/Fft.c (FftDrawString):
8026         * fvwm/icons.c (CreateIconWindow):
8027         * fvwm/colorset.c (parse_colorset):
8028         * fvwm/move_resize.c (CMD_XorValue):
8029         * fvwm/colorset.c (alloc_colorset):
8030         * fvwm/fvwm.c (main):
8031         Use the new interface functions and some fix if the fvwm depth !=
8032         the root depth.
8034         * libs/PictureUtils.c (PictureAllocColorTable):
8035         Change the default color table to a 4x4x4 cc + 4 grey
8037 2002-10-07  Dan Espen  <dane@mk.telcordia.com>
8039         * fvwm/fvwm.1.in: Use built-in, not builtin.
8041 2002-10-06  Mikhael Goikhman  <migo@homemail.com>
8043         * configure.in:
8044         s/FvwmNewDebug/FvwmDebug/
8046         * fvwm/commands.h:
8047         * fvwm/conditional.c (CMD_NoWindow):
8048         * fvwm/functable.c:
8049         * NEWS:
8050         new command NoWindow to remove window context
8052         * fvwm/fvwm.1.in:
8053         use "fvwm" spelling, at least in the middle of sentences
8055 2002-10-06  Dan Espen  <dane@mk.telcordia.com>
8057         * fvwm/fvwm.1.in: Dont refer to fvwm commands as
8058         builtin commands.  Use "builtin", not "built in" or "built-in".
8059         Other adjustments.
8061 2002-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8063         * libs/Graphics.c (do_relieve_rectangle):
8064         removed debug message
8066         * fvwm/focus.c (__update_windowlist):
8067         (__set_focus_to_fwin):
8068         fixed reversal of __update_windowlist arguments causing FlipFocus to
8069         break [and maybe other things]
8071 2002-10-05  olicha  <olivier.chapuis@free.fr>
8073         * libs/PictureUtils.c (alloc_color_cube):
8074         It si possible to enable "gamma correction" for colors cubes (disabled,
8075         define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
8077         * libs/PictureUtils.c (get_color_index):
8078         (create_mapping_table):
8079         Use a more exact approximation of colors for pur cc without the big
8080         16x16x16 cc
8082         * libs/PictureUtils.c (PictureFreeColors):
8083         Fixed a memory leak
8085         * libs/Graphics.c (CreateGradientPixmap):
8086         (CreateGradientPixmapFromString):
8087         Cleanup
8089 2002-10-04  olicha  <olivier.chapuis@free.fr>
8091         * libs/PictureUtils.c (*):
8092         Used a better color approximation for color cube when we do not dither.
8093         Added some new colors tables: color cube with some grey colors.
8094         Change the default to a 4x4x3 cc with 6 grey (54 colors).
8095         Some visual fixes.
8097         * fvwm/fvwm.c (main):
8098         Fixed the visual option
8100 2002-10-03  Mikhael Goikhman  <migo@homemail.com>
8102         * configure.in:
8103         generate FvwmNewDebug and FvwmGtkDebug
8105 2002-10-02  olicha  <olivier.chapuis@free.fr>
8107         * libs/PictureUtils.c (USED_DIST):
8108         Used the euclidian distance for colors distance
8110         * libs/Fft.c (FftGetFont):
8111         Disable Xft if the Xserver does not support XRender
8113 2002-10-01  olicha  <olivier.chapuis@free.fr>
8115         * libs/Fft.c (FftGetFont):
8116         Disable Xft if the Xserver does not support XRender
8118         * libs/FRender.c (FRenderRender):
8119         * libs/PictureGraphics.c (PGraphicsTintRectangle):
8120         Fixed
8122         * libs/Colorset.c (SetRectangleBackground):
8123         (SetClippedRectangleBackground):
8124         * libs/Colorset.h:
8125         New interface function for drawing a subset of a colorset rectangle
8127 2002-09-26  olicha  <olivier.chapuis@free.fr>
8129         * fvwm/update.c (apply_window_updates):
8130         Fixed icons colorset update
8132         * libs/FRender.c (FRenderRender):
8133         Fixed bitmap rendering
8135         * fvwm/update.c (apply_window_updates):
8136         * fvwm/geometry.c (move_icon_to_position):
8137         * fvwm/events.c (HandleEnterNotify):
8138         (HandleExpose):
8139         (HandleLeaveNotify):
8140         (HandlePropertyNotify):
8141         * fvwm/add_window.c (setup_icon_font):
8142         * fvwm/icons.c (DrawIconWindow):
8143         (DrawIconTitleWindow):
8144         (DrawIconPixmapWindow):
8145         (ChangeIconPixmap):
8146         (RedoIconName):
8147         Fixed focus/unfocus flickering
8149 2002-09-25  olicha  <olivier.chapuis@free.fr>
8151         * fvwm/icons.c (DrawIconTitleWindow):
8152         One more drawing fix
8154 2002-09-24  olicha  <olivier.chapuis@free.fr>
8156         * fvwm/icons.c (DrawIconTitleWindow):
8157         An other drawing fix
8159 2002-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8161         * fvwm/move_resize.c (__move_loop):
8162         fixed uninitialised variable
8163         (InteractiveMove):
8164         fixed starting move at random position
8166 2002-09-24  olicha  <olivier.chapuis@free.fr>
8168         * fvwm/update.c (apply_window_updates):
8169         * fvwm/geometry.c (move_icon_to_position):
8170         * fvwm/events.c (HandleEnterNotify):
8171         (HandleExpose):
8172         (HandleLeaveNotify):
8173         (HandlePropertyNotify):
8174         * fvwm/add_window.c (setup_icon_font):
8175         * fvwm/icons.c (DrawIconWindow):
8176         (DrawIconTitleWindow):
8177         (DrawIconPixmapWindow):
8178         (ChangeIconPixmap):
8179         (RedoIconName):
8180         Fixed icon drawing. Split icon window drawing.
8182         * libs/FRender.c (*):
8183         Fixed compilation and small clean up
8185 2002-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8187         * fvwm/conditional.c (CreateFlagString):
8188         fixed quoting in conditional command conditions
8190         * fvwm/menus.c (__mloop_handle_event):
8191         removed unnecessary querying of pointer position on button release in
8192         menus
8193         (__menu_loop):
8194         fixed posting menus
8196         * fvwm/bindings.c (ParseBinding):
8197         increased maximum allowed key symbol name length to 200 characters
8199         * fvwm/execcontext.h (enum):
8200         * fvwm/fvwm.c (Done):
8201         (SetRCDefaults):
8202         (main):
8203         (StartupStuff):
8204         use new contexts
8206         * fvwm/execcontext.h (enum):
8207         added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
8209         * fvwm/menus.c (pop_menu_up):
8210         fixed accidental menu animation with certain menu position hints
8212 2002-09-23  olicha  <olivier.chapuis@free.fr>
8214         * libs/FRender.c (*):
8215         Fixed(?) XRender rendering with some Xserver
8217         * fvwm/update.c (apply_window_updates):
8218         * fvwm/geometry.c (move_icon_to_position):
8219         * fvwm/events.c (HandleEnterNotify):
8220         (HandleExpose):
8221         (HandleLeaveNotify):
8222         (HandlePropertyNotify):
8223         * fvwm/add_window.c (setup_icon_font):
8224         * fvwm/icons.c (DrawIconWindow):
8225         (ChangeIconPixmap):
8226         (RedoIconName):
8227         Clip text and icon drawing for the icons
8229 2002-09-21  Mikhael Goikhman  <migo@homemail.com>
8231         * NEWS:
8232         * libs/System.c:
8233         Path commands now support form: "path1;ext1:path2:path3;ext3"
8234         where ext1 (for example, ".png") means all files in path1 should
8235         be forced to have extention ".png" even if the requested icon
8236         has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
8238         * fvwm/execcontext.h:
8239         small changes in latters used for EXCT_* constants
8241         * fvwm/module_interface.c:
8242         * libs/Picture.c:
8243         * libs/PictureBase.c:
8244         * fvwm/cursor.c:
8245         some spacing reindentation
8247 2002-09-21  olicha  <olivier.chapuis@free.fr>
8249         * libs/FRender.c (FRenderCompositeAndCheck):
8250         Temporally take GraphicsExposure in account
8252 2002-09-20  Mikhael Goikhman  <migo@homemail.com>
8254         * libs/vpacket.h:
8255         fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
8257 2002-09-20  olicha  <olivier.chapuis@free.fr>
8259         * fvwm/icons.c (GetIconPicture):
8260         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
8261         Fixed the alpha channel
8263 2002-09-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8265         * NEWS:
8266         updated for 2.4.11
8268 2002-09-20  olicha  <olivier.chapuis@free.fr>
8270         * libs/FRender.c (FRenderTintPicture):
8271         (FRenderTintRectangle):
8272         (FRenderRender):
8273         * libs/FRenderInterface.h:
8274         * libs/PictureGraphics.c (PGraphicsTintRectangle):
8275         Make FRender code more modular. Add a 24+8 tinting method and enable it
8276         in the place of the 32 tinting method (which can be enabled by defining
8277         USE_ABSOLUTE_FORMATE)
8279 2002-09-19  olicha  <olivier.chapuis@free.fr>
8281         * fvwm/menus.c (get_menu_repaint_transparent_parameters):
8282         (animated_move_back):
8283         (pop_menu_up):
8284         (repaint_transparent_menu):
8285         * fvwm/move_resize.c (AnimatedMoveOfWindow):
8286         (AnimatedMoveAnyWindow):
8287         * fvwm/move_resize.h:
8288         Support the new colorset transparent options and fix greyed item
8289         of transparent animated menus
8291         * fvwm/menus.c (pop_menu_up):
8292         (animated_move_back):
8294         * libs/Rectangles.c:
8295         * libs/Rectangles.h:
8296         * libs/Makefile.am:
8297         New libs files for rectangles, segments, regions ..etc
8299         * fvwm/menus.c (clear_expose_menu_area):
8300         (get_menu_paint_item_parameters):
8301         (paint_menu):
8302         (select_menu_item):
8303         (ParentalMenuRePaint):
8304         (ParentalMenuRePaint):
8305         * fvwm/menuitem.c (clear_menu_item_background):
8306         (menuitem_paint):
8307         * fvwm/menuitem.h (MenuPaintItemParameters):
8308         Clip the item icons and text drawing
8310         * fvwm/menus.c (__mloop_exit):
8311         Fixed an indirect uninitialized variable bug
8313         * fvwm/menus.c (__mloop_handle_event): *
8314         (__mloop_handle_action_with_mi): *
8315         Update some comments
8317         * libs/FRender.c (FRenderVisualInit):
8318         (FRenderRender):
8319         * fvwm/colorset.c (parse_colorset):
8320         Small clean up
8322 2002-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8324         * fvwm/menus.c (__menu_loop):
8325         (__mloop_handle_action_with_mi):
8326         fixed parent menu redrawing
8328         * fvwm/style.c (check_window_style_change):
8329         * fvwm/update.c (apply_window_updates):
8330         * fvwm/add_window.c (setup_icon_size_limits):
8331         honour changes in IconSize style without recapture
8333         * fvwm/focus.c (focus_query_open_grab_focus):
8334         * fvwm/events.c (HandlePropertyNotify):
8335         * fvwm/add_window.c (setup_transientfor):
8336         take care of various funny initial transientfor settings
8338         * fvwm/stack.c (__raise_lower_recursion):
8339         new function
8340         fixed stacking core dump
8342 2002-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8344         * libs/Graphics.c:
8345         ANSI C fixes
8347         * configure.in:
8348         added a program that tests for -Werror option and similar; bug out of
8349         configure if the test program doesn't compile
8351 2002-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8353         * fvwm/fvwm.1.in:
8354         * configure.in:
8355         add a "do not edit" warning at the beginning of the man page
8357         * configure.in:
8358         enable the original CFLAGS and CPPFLAGS before generating the Makefiles
8360         * libs/FScreen.c (XineramaQueryScreens):
8361         fixed linking problem when compiling without Xinerama
8363         * fvwm/cursor.c (CMD_CursorStyle):
8364         fixed cursorstyle command being applied to windows without handles
8366         * fvwm/ewmh.h (EWMH_ProcessClientMessage):
8367         (EWMH_ProcessPropertyNotify):
8368         * fvwm/gnome.h (GNOME_ProcessClientMessage):
8369         (GNOME_HandlePropRequest):
8370         fixed dummy macros when compiling without gnome/ewmh support
8372 2002-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8374         * libs/queue.c (fqueue_add_inside):
8375         add a new command with the same execution time as a previous one behind
8376         it
8378         * configure.in:
8379         override CFLAGS and CPPFLAGS with empty strings instead of generating an
8380         error message
8382         * fvwm/functions.c (__execute_function):
8383         * fvwm/execcontext.h (exec_context_type_t):
8384         replace enum values with letters for readability
8386         * fvwm/functions.c (__execute_function):
8387         improved command log output
8389         * fvwm/schedule.c (execute_obj_func):
8390         fixed schedule queue timing
8392         * configure.in:
8393         refuse to run configure if CFLAGS is not empty
8395 2002-09-16  Mikhael Goikhman  <migo@homemail.com>
8397         * fvwm/misc.c:
8398         fixed compilation with --enable-command-log; simplified fvwm_msg()
8400         * libs/Module.c:
8401         reformatted; don't send end-of-line with SET_*MASK
8403 2002-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8405         * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
8406         fixed multipixmap title drawing
8408         * fvwm/frame.h (struct):
8409         * fvwm/frame.c (frame_get_titlebar_dimensions):
8410         removed unused code
8412         * fvwm/events.c (HandlePropertyNotify):
8413         applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
8415         * libs/Fft.c (FftDrawString):
8416         -Wall fix when compiling w/o Xft
8418 2002-09-15  olicha  <olivier.chapuis@free.fr>
8420         * libs/Colorset.c (CreateBackgroundPixmap):
8421         Fixed a dpy problem with FvwmBacker
8422         * libs/Colorset.c (CreateBackgroundPixmap):
8423         Fixed creation a root transparent pixmap for small root pixmap
8425 2002-09-14  olicha  <olivier.chapuis@free.fr>
8427         * libs/Fft.c (FftDrawString):
8428         Fixed clip region with shadow font
8430         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
8431         Added a function to create translucent pixmaps
8432         * libs/Colorset.c (CreateBackgroundPixmap):
8433         A small fix
8434         * libs/FRender.c (FRenderRender):
8435         Allows to use the root window as src pixmap
8437 2002-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8439         * fvwm/fvwm.1.in:
8440         Fixed open double quotes in ButtonState section
8442 2002-09-13  Dan Espen  <dane@mk.telcordia.com>
8444         * fvwm/fvwm.1.in: Add -cmd module timeout information.
8446 2002-09-13  olicha  <olivier.chapuis@free.fr>
8448         * libs/Colorset.c (CreateBackgroundPixmap):
8449         (UpdateBackgroundTransparency):
8450         (SetRectangleBackground):
8451         * libs/Colorset.h:
8452         * fvwm/colorset.c (*):
8453         * fvwm/colorset.h:
8454         * fvwm/events.c (HandlePropertyNotify):
8455         Starting implementation of RootTransparent colorset. Worked on
8456         tinted Transparent colorset. Various colorset parsing fixes.
8458         * libs/Fft.c (FftDrawString):
8459         * libs/Flocale.h:
8460         Added the possibility to draw with a clipping region.
8462         * libs/FRender.c (FRenderRender):
8463         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8464         (PCreateRenderPixmap):
8465         (PGraphicsCreateTransprency):
8466         (PGraphicsTintRectangle):
8467         Improve current rendering functions to be able to tint the
8468         ParentalRelative pixmap or the background of a window.
8469         Re-enabled XRender rendering.
8471         * fvwm/borders.c:
8472         remove a #if 0 debug "render" code
8474 2002-09-13  Mikhael Goikhman  <migo@homemail.com>
8476         * fvwm/builtins.c (ReadTitleButton):
8477         * fvwm/screen.h:
8478         new button state shortcuts AllNormal, AllToggled,
8479         AllActive, AllInactive, AllUp, AllDown
8481         * fvwm/module_interface.c:
8482         minor reformatting
8484         * acconfig.h:
8485         possibly fixed compilation with non gcc
8487 2002-09-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8489         * fvwm/focus.c (_focus_grab_buttons):
8490         (__focus_grab_buttons):
8491         renamed
8492         (__focus_grab_one_button):
8493         grab all modifier combinations on client windows by default if
8494         necessary; this saves a lot of traffic but may grab unnecessary
8495         modifiers with mouse bindings on the client window
8497         * fvwm/fvwm.1:
8498         * libs/defaults.h (DEF_FP_MODIFIERS):
8499         * fvwm/events.c (__handle_focus_raise_click):
8500         * fvwm/style.c (style_parse_focus_policy_style):
8501         * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
8502         default is now to use any modifiers for clicktofocus/raise purposes
8504         * fvwm/menus.c (__mloop_get_event):
8505         fixed menu hang
8506         (menu_tear_off):
8507         fixed tear off menus
8509         * libs/FEvent.c (FCheckIfEvent):
8510         (FCheckMaskEvent):
8511         (FCheckTypedEvent):
8512         (FCheckTypedWindowEvent):
8513         (FCheckWindowEvent):
8514         fixed FCheck...Event functions thus fixing Menu command behaving like
8515         Popup
8517         * fvwm/move_resize.c (InteractiveMove):
8518         fixed offset between pointer and window when dragging
8520         * fvwm/virtual.c (HandlePaging):
8521         * fvwm/icons.c (CMD_Iconify):
8522         * fvwm/move_resize.c (InteractiveMove):
8523         * fvwm/menus.c (get_menu_options):
8524         (get_menu_options):
8525         * libs/FScreen.c (GetMouseXY):
8526         use new function fev_get_evpos_or_query()
8528         * libs/Makefile.am:
8529         * libs/Pointer.c:
8530         removed file
8532         (GetLocationFromEventOrQuery):
8533         moved to FEvent.c and renamed to fev_get_evpos_or_query()
8534         * libs/FEvent.c (fev_set_evpos):
8535         new function
8537         * fvwm/functions.c (__execute_function):
8538         (execute_complex_function):
8539         fixed complex action clicking logic
8541         * fvwm/add_window.c (CaptureOneWindow):
8542         fixed RecaptureWindow
8543         (CaptureAllWindows):
8544         fixed Restart
8546         * fvwm/functable.c (func_table):
8547         fixed running RecaptureWindow without a context window
8549         * fvwm/conditional.c (circulate_cmd):
8550         fixed action to run
8552         * fvwm/events.c (HandleVisibilityNotify):
8553         fixed VisibilityNotify handling
8555         * fvwm/functions.c (execute_complex_function):
8556         fixed memory corruption
8557         (__execute_function):
8558         fixed using wrong context
8559         (__execute_function):
8560         removed conditional that was always true now
8561         (DeferExecution):
8562         fixed core dump
8564         * fvwm/module_interface.c (ExecuteModuleCommand):
8565         initialise module number
8567 2002-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8569         * fvwm/add_window.c (CaptureOneWindow):
8570         fixed memory corruption
8572         * fvwm/icons.c (Iconify):
8573         (DeIconify):
8574         fixed bug introduced with transient stacking patch
8576         * fvwm/functions.c (DeferExecution):
8577         (__execute_function):
8578         (execute_complex_function):
8579         cleaned up and optimized exec_context handling
8581         * fvwm/schedule.c:
8582         * fvwm/menucmd.c:
8583         * fvwm/update.c:
8584         * fvwm/windowlist.c:
8585         * fvwm/conditional.c:
8586         * fvwm/focus.c:
8587         * fvwm/functions.c:
8588         * fvwm/placement.c:
8589         * fvwm/colorset.c:
8590         * fvwm/stack.c:
8591         * fvwm/virtual.c:
8592         * fvwm/module_interface.c:
8593         * fvwm/icons.c:
8594         * fvwm/builtins.c:
8595         * fvwm/add_window.c:
8596         * fvwm/move_resize.c:
8597         * fvwm/fvwm.h (F_CMD_ARGS):
8598         (F_PASS_ARGS):
8599         completely removed the builtin command arguments fw, w, and context
8601         * fvwm/functions.c (DeferExecution):
8602         fixed core dump
8604         * fvwm/stack.c (BroadcastRestack):
8605         removed global lastTimestamp
8607         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
8608         (EWMH_ProcessPropertyNotify):
8609         (ewmh_WMStateShaded):
8610         (ewmh_WMStateSticky):
8611         (ewmh_WMStateHidden):
8612         (ewmh_WMState):
8613         (ewmh_MoveResize):
8614         (ewmh_WMDesktop):
8615         (ewmh_CloseWindow):
8616         (ewmh_DesktopGeometry):
8617         (ewmh_ActiveWindow):
8618         use new function interface
8620         * fvwm/menus.c (do_menu):
8621         * fvwm/menucmd.c (menu_func):
8622         * fvwm/windowlist.c (CMD_WindowList):
8623         use new function interface
8624         replaced "(XEvent *)1" hack with a regular flag
8626 2002-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8628         * fvwm/add_window.c (destroy_window):
8629         * fvwm/update.c (destroy_scheduled_windows):
8630         * fvwm/screen.h (ScreenInfo):
8631         new member is_executing_menu_function
8633         * fvwm/windowlist.c (CMD_WindowList):
8634         * fvwm/menucmd.c (menu_func):
8635         * fvwm/gnome.c (CMD_GnomeButton):
8636         (GNOME_ProcessClientMessage):
8637         (GNOME_HandlePropRequest):
8638         * fvwm/modconf.c (CMD_Send_ConfigInfo):
8639         * fvwm/update.c (apply_window_updates):
8640         * fvwm/repeat.c (CMD_Repeat):
8641         * fvwm/conditional.c (circulate_cmd):
8642         (CMD_Prev):
8643         (CMD_Next):
8644         (CMD_None):
8645         (CMD_Any):
8646         (CMD_Current):
8647         (CMD_Cond):
8648         (CMD_CondCase):
8649         (select_cmd):
8650         (CMD_All):
8651         (CMD_Direction):
8652         (CMD_WindowId):
8653         * fvwm/focus.c (warp_to_fvwm_window):
8654         (CMD_WarpToWindow):
8655         * fvwm/read.c (run_command_stream):
8656         (run_command_file):
8657         (CMD_Read):
8658         (CMD_PipeRead):
8659         * fvwm/fvwm.c (Done):
8660         (SetRCDefaults):
8661         (StartupStuff):
8662         (main):
8663         use new function interface
8664         (main):
8665         fixed running startup script under random module number
8667         * fvwm/functions.c (execute_function_override_window):
8668         * fvwm/functions.c (execute_function_override_wcontext):
8669         new convenience functions
8671         * fvwm/gnome.c:
8672         * fvwm/modconf.c:
8673         * fvwm/session.c:
8674         re-indented
8676         * fvwm/module_interface.c (CMD_Send_WindowList):
8677         (CMD_set_mask):
8678         (CMD_set_sync_mask):
8679         (CMD_set_nograb_mask):
8680         fixed core dumps
8681         don't use "Module" argument anymore
8682         (ExecuteModuleCommand):
8683         made static
8684         use new function interface
8686         * fvwm/add_window.c (CaptureOneWindow):
8687         (do_recapture):
8688         (CaptureAllWindows):
8689         * fvwm/events.c (HandleMapRequestKeepRaised):
8690         * fvwm/add_window.c (AddWindow):
8691         AddWindow takes executiuon context as its argument instead of the
8692         window; changed caller
8693         don't use "Event" anymore
8695         * fvwm/fvwm.c (StartupStuff):
8696         generate an execution context for startup
8698         * fvwm/move_resize.c (DoResize):
8699         (__resize_step):
8700         (moveLoop):
8701         (__move_loop):
8702         renamed and used new function interface in args
8704         * fvwm/geometry.c (constrain_size):
8705         added XEvent *e argument to remove use of global "Event"; changed all
8706         callers
8708 2002-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8710         * fvwm/stack.c (get_next_window_in_stack_ring):
8711         (get_prev_window_in_stack_ring):
8712         (get_transientfor_fvwmwindow):
8713         * fvwm/icons.c (SetMapStateProp):
8714         * fvwm/events.c (fake_map_unmap_notify):
8715         * fvwm/misc.c (IsRectangleOnThisPage):
8716         * fvwm/menus.c (menu_enter_tear_off_menu):
8717         (menu_close_tear_off_menu):
8718         * fvwm/icons.c (DrawIconWindow):
8719         * fvwm/focus.c:
8720         * fvwm/colormaps.c (InstallWindowColormaps):
8721         made FvwmWindow * arguments const in many functions
8723         * fvwm/menus.c (pop_menu_up):
8724         (pop_menu_down):
8725         (__mloop_do_menu):
8726         (__mloop_do_popup):
8727         (do_menu):
8728         (menu_enter_tear_off_menu):
8729         (__mloop_get_event):
8730         (__mloop_get_event_timeout_loop):
8731         (__mloop_do_menu):
8732         (__mloop_get_mi_actions):
8733         (is_double_click):
8734         * fvwm/events.c (HandleEnterNotify):
8735         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8736         (__move_window):
8737         (__move_loop):
8738         (__resize_step):
8739         (__resize_window):
8740         * fvwm/functions.c (DeferExecution):
8741         (__execute_function):
8742         * fvwm/windowlist.c (CMD_WindowList):
8743         * fvwm/colormaps.c (colormap_handle_colormap_notify):
8744         * fvwm/module_interface.c (CMD_ModuleSynchronous):
8745         (ExecuteModuleCommand):
8746         * fvwm/builtins.c (CMD_Wait):
8747         * fvwm/events.c (WaitForButtonsUp):
8748         (HandleShapeNotify):
8749         (HandleVisibilityNotify):
8750         (HandleUnmapNotify):
8751         (HandleSelectionRequest):
8752         (HandleReparentNotify):
8753         (HandlePropertyNotify):
8754         (HandleMotionNotify):
8755         (HandleMapRequestKeepRaised):
8756         (HandleMapRequest):
8757         (HandleMappingNotify):
8758         (HandleMapNotify):
8759         (HandleLeaveNotify):
8760         (HandleKeyPress):
8761         (HandleFocusOut):
8762         (HandleFocusIn):
8763         (HandleExpose):
8764         (HandleEnterNotify):
8765         (HandleDestroyNotify):
8766         (HandleColormapNotify):
8767         (HandleClientMessage):
8768         (HandleButtonRelease):
8769         (HandleButtonPress):
8770         (__handle_bpress_on_root):
8771         (__handle_bpress_action):
8772         (__handle_click_to_raise):
8773         (__handle_click_to_focus):
8774         (__is_bpress_window_handled):
8775         (__handle_focus_raise_click):
8776         don't use "Event", "Fw" and old_execute_function() anymore
8778         * fvwm/events.c (dispatch_event):
8779         removed preserve_tmpwin argument; changed all callers
8781         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
8782         fixed random focus member of faked event
8784         * fvwm/gnome.c (GNOME_ProcessClientMessage):
8785         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
8786         (EWMH_ProcessPropertyNotify):
8787         * fvwm/move_resize.c (DisplaySize):
8788         (DisplayPosition):
8789         (position_geometry_window):
8790         * fvwm/geometry.c (get_window_borders):
8791         (get_window_borders_no_title):
8792         made args const
8794         * fvwm/events.c (dispatch_event):
8795         create event execution context
8796         (HandleClientMessage):
8797         removed useless local "button"
8798         (GetContext):
8799         don't fiddle with global Fw anymore; added argument to return context
8800         window; changed all callers
8802         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
8803         * fvwm/move_resize.c (__resize_window):
8804         use new event handle interface
8806         * fvwm/events.c:
8807         * fvwm/eventhandler.h:
8808         new event handler interface
8810         * fvwm/functions.c (CMD_Plus):
8811         * fvwm/builtins.c (AddToDecor):
8812         (CMD_AddToDecor):
8813         (CMD_DestroyDecor):
8814         use F_CMD_ARGS in AddToDecor
8815         (CMD_StrokeFunc):
8816         removed useless check for realloc return value
8817         use new function interface
8818         fixed another memory leak
8820         * fvwm/builtins.c (__remove_window_decors):
8821         replace old_execute_function with execute_function
8823         * fvwm/add_window.c (setup_window_placement):
8824         * fvwm/placement.c (PlaceWindow):
8825         * fvwm/schedule.c (execute_obj_func):
8826         * fvwm/colorset.c (add_to_junk):
8827         use new function call interface
8829         * fvwm/fvwm.h (F_EXEC_ARGS):
8830         (F_PASS_EXEC_ARGS):
8831         removed now unused macros
8833         * fvwm/functions.c (CheckActionType):
8834         (cf_cleanup):
8835         (DeferExecution):
8836         (__execute_function):
8837         (__run_complex_function_items):
8838         (execute_complex_function):
8839         rewrote function call interface
8841         * fvwm/functions.c (__run_complex_function_items):
8842         new function split off from execute_complex_function
8844         * fvwm/externs.h:
8845         * fvwm/events.c:
8846         removed "Event" global
8848 2002-09-08  Dan Espen  <dane@mk.telcordia.com>
8850         * fvwm/fvwm.1.in: Language check.
8852 2002-09-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8854         * fvwm/functions.c (old_execute_function):
8855         removed
8857         * fvwm/module_interface.c (do_execute_module):
8858         don't write module argument anymore; code claimed that writing 0 into
8859         *Module prevented WaitForButtonsUp from being called, but that was
8860         either a lie or a relic of the past
8862         * fvwm/fvwm.h (exec_func_args_type):
8863         removed type
8864         (F_CMD_ARGS):
8865         (F_PASS_ARGS):
8866         removed *Module argument
8868         * fvwm/functions.c (__execute_function):
8869         new interface
8871         * fvwm/functions.h (enum):
8872         added more function execution falgs
8874         * fvwm/fvwm.h:
8875         add exec_context_t *exc to builtin arguments
8877         * libs/FEvent.c (fev_copy_last_event):
8878         new function
8880         * fvwm/execcontext.h:
8881         * fvwm/execcontext.c:
8882         new files introducing the "exec_context_t" structure that shall replace
8883         the builtin command interface
8885         * fvwm/stack.c (__RaiseOrLowerWindow):
8886         (RaiseOrLowerWindow):
8887         (__restack_window):
8888         (mark_transient_subtree):
8889         (__sort_transient_ring):
8890         properly handle restacking of windows with more than one transient and
8891         multiple levels of transients at the same time
8892         (__RaiseOrLowerWindow):
8893         (RaiseOrLowerWindow):
8894         renamed function and added wrapper
8896         * fvwm/fvwm.h (FvwmWindow):
8897         added new scratch registers
8899 2002-09-06  Mikhael Goikhman  <migo@homemail.com>
8901         * configure.in:
8902         * Makefile.am:
8903         minor improvements in the new release procedure
8905 2002-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8907         * fvwm/stack.c (RaiseOrLowerWindow):
8908         (__restack_window):
8909         (mark_transient_subtree):
8910         (must_move_transients):
8911         (is_on_top_of_layer_ignore_rom):
8912         handle restacking trees of transient windows; still does not work too
8913         well if a window has multiple transients at the same time
8915 2002-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8917         * fvwm/stack.h:
8918         * fvwm/stack.c:
8919         restored versions from before 9th of September
8920         (RaiseOrLowerWindow):
8921         fixed StackTransientParent style without RaiseTransient or
8922         LowerTransient on transient_for window
8923         StackTransientParent works only on window in the same layer
8924         (mark_transient_subtree):
8925         fixed handling of window group hint w/ iconify
8926         (restack_windows):
8927         (RaiseOrLowerWindow):
8928         (new_layer):
8929         fixed flickering when overlapping transients aree lowered
8931         * fvwm/move_resize.c (__resize_window):
8932         * fvwm/colorset.c (add_to_junk):
8933         cleaned up event handling
8935         * fvwm/move_resize.c (__resize_window):
8936         renamed function and changed callers
8938         * fvwm/fvwm.h (F_PASS_ARGS):
8939         (F_CMD_ARGS):
8940         removed eventp command argument
8942         * fvwm/events.c (DispatchEvent):
8943         (dispatch_event):
8944         renamed function, added event argument and changed all callers
8946         * libs/FEvent.c (fev_fake_event):
8947         * libs/FEvent.c (fev_get_evtype__remove_me):
8948         new functions
8950         * fvwm/menus.c (menuShortcuts):
8951         (is_double_click):
8952         (pop_menu_up):
8953         (pop_menu_up):
8954         (pop_menu_down):
8955         (pop_menu_down):
8956         (__mloop_init):
8957         (__mloop_get_event_timeout_loop):
8958         (__mloop_get_event):
8959         (__mloop_do_popup):
8960         (__mloop_do_popup):
8961         (do_menu):
8962         * fvwm/builtins.c (CMD_FakeClick):
8963         * fvwm/functions.c (CheckActionType):
8964         (CheckActionType):
8965         * fvwm/focus.c (__try_program_focus):
8966         (__try_program_focus):
8967         * fvwm/icccm2.c (SetupICCCM2):
8968         * fvwm/virtual.c (HandlePaging):
8969         * fvwm/module_interface.c (make_vpacket):
8970         (make_new_vpacket):
8971         * fvwm/schedule.c (squeue_get_next_ms):
8972         (squeue_get_next_ms):
8973         (CMD_Schedule):
8974         * fvwm/stack.c (BroadcastRestack):
8975         * fvwm/move_resize.c (resize_window):
8976         (moveLoop):
8977         * libs/FEvent.c (fev_get_evtime):
8978         removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
8980         * fvwm/events.c (HandleEnterNotify):
8981         (DispatchEvent):
8982         (My_XNextEvent):
8983         (discard_events):
8984         (discard_window_events):
8985         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8986         (moveLoop):
8987         (resize_window):
8988         * fvwm/menus.c (__mloop_get_event):
8989         * fvwm/virtual.c (HandlePaging):
8990         (MoveViewport):
8991         * fvwm/functions.c (DeferExecution):
8992         (CheckActionType):
8993         * fvwm/misc.c (get_server_time):
8994         * fvwm/builtins.c (CMD_StrokeFunc):
8995         * fvwm/menus.c (pop_menu_up):
8996         (pop_menu_down):
8997         (__mloop_init):
8998         * libs/FEvent.c (fev_update_last_timestamp):
8999         removed StashEventTime function; handle this directly in FEvent.c
9001         * fvwm/module_interface.c (ExecuteModuleCommand):
9002         * fvwm/misc.c (Keyboard_shortcuts):
9003         * fvwm/colormaps.c (colormap_handle_colormap_notify):
9004         * fvwm/events.c (handle_all_expose):
9005         (dispatch_event):
9006         (HandleEvents):
9007         (HandleKeyPress):
9008         don't use Event global anymore
9010         * fvwm/bindings.c (activate_binding):
9011         fixed key bindings on window corners
9013         * libs/fvwmlib.h (C_DECOR):
9014         context including all parts of the decorations
9016 2002-09-04  Mikhael Goikhman  <migo@homemail.com>
9018         * libs/FEvent.h:
9019         fixed compilation warning in #endif comment
9021         * fvwm/borders.c:
9022         removed debug fprintf
9024         * acconfig.h:
9025         * configure.in:
9026         * fvwm/fvwm.c:
9027         * fvwm/fvwm.1:
9028         another solution for reporting the cvs status
9030 2002-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9032         * configure.in (LIBOBJS):
9033         * acinclude.m4 (smr_SWITCH):
9034         fix for autoconf 2.53
9036         * fvwm/*.[ch]:
9037         removed unnecessary includes
9039         * fvwm/Makefile.am (fvwm_SOURCES):
9040         * fvwm/events.h:
9041         * fvwm/eventmasks.h:
9042         * fvwm/eventhandlers.h:
9043         new files split from events.h
9045         * fvwm/icccm2.c (HandleSelectionRequest):
9046         (HandleSelectionClear):
9047         * fvwm/colormaps.c (HandleColormapNotify):
9048         * fvwm/menus.c (menu_tear_off):
9049         * fvwm/move_resize.c (resize_window):
9050         * fvwm/events.c:
9051         * fvwm/events.h:
9052         new argument avh_args_t to the event handler functions; still unused
9053         moved all event handlers to events.c
9054         remove now unnecessary includes in some files
9056         * fvwm/icccm2.c (HandleSelectionRequest):
9057         re-indented file
9059         * **/*.c:
9060         use replacements for X event functions everywhere
9062 2002-09-03  Mikhael Goikhman  <migo@homemail.com>
9064         * fvwm/defaults.h:
9065         * fvwm/screen.h:
9066         * fvwm/borders.c (border_flags_to_button_state):
9067         (CMD_ButtonState):
9068         * fvwm/builtins.c (ReadTitleButton):
9069         * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
9070         * fvwm/fvwm.c (InitVariables):
9071         Imlemented new title and button states InactiveUp and InactiveDown,
9072         new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
9073         So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
9074         Updated all ButtonStyle, TitleStyle and ButtonState commands.
9076         * fvwm/fvwm.c:
9077         reformat license info in -version to be 3 lines and one empty line
9078         instead of 5 non-empty lines, for readability
9080 2002-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9082         * libs/FEvent.c:
9083         * libs/FEvent.h:
9084         * libs/Makefile.am:
9085         new files
9087         * fvwm/stack.c (__raise_or_lower_recursion):
9088         (RaiseOrLowerWindow):
9089         split into two functions
9090         renamed to __raise_or_lower_window
9091         (mark_transient_subtree):
9092         new flag MARK_CLEAR
9093         (position_new_window_in_stack_ring):
9094         (RaiseWindow):
9095         (LowerWindow):
9096         cleaned up stacking code
9098         * fvwm/menus.c (paint_menu):
9099         fixed a minor drawing problem with menu item reliefs
9101 2002-09-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9103         * fvwm/move_resize.c (InteractiveMove):
9104         removed eventp from interface
9105         changed all callers
9107         * fvwm/menucmd.c (menu_func):
9108         * fvwm/gnome.c (GNOME_ProxyButtonEvent):
9109         * fvwm/windowlist.c (CMD_WindowList):
9110         * fvwm/read.c (run_command_file):
9111         (run_command_stream):
9112         * fvwm/focus.c (warp_to_fvwm_window):
9113         * libs/Event.c (GetSubwindowFromEvent):
9114         * fvwm/events.c (GetContext):
9115         * libs/Pointer.c (GetLocationFromEventOrQuery):
9116         * fvwm/builtins.c (CMD_StrokeFunc):
9117         (CMD_StrokeFunc):
9118         * fvwm/events.c (StashEventTime):
9119         * fvwm/move_resize.c (InteractiveMove):
9120         * fvwm/functions.c (DeferExecution):
9121         (old_execute_function):
9122         * fvwm/fvwm.h (F_CMD_ARGS):
9123         (F_EXEC_ARGS):
9124         make eventp argument const to ease clean up work
9126         * fvwm/windowlist.c (CMD_WindowList):
9127         * fvwm/move_resize.c (InteractiveMove):
9128         * fvwm/menucmd.c (menu_func):
9129         * fvwm/icons.c (CMD_Iconify):
9130         always query pointer position in case a script modified the position
9131         in the input event
9133         * fvwm/focus.c (SetPointerEventPosition):
9134         removed function since it modifies the global event variable
9136         * fvwm/functable.c (func_table):
9137         added cursor and event type members fo DeferExecution call
9138         * fvwm/functions.c (DeferExecution):
9139         made static, call from inside functions.c only
9140         removed calls everywhere
9142         * fvwm/builtins.c (CMD_StrokeFunc):
9143         fixed memory leak
9145         * fvwm/virtual.c (HandlePaging):
9146         (MoveViewport):
9147         don't use global "Event" anymore
9148         (HandlePaging):
9149         pass in event structure through arguments
9150         changed all callers
9152 2002-09-02  olicha  <olivier.chapuis@free.fr>
9154         * libs/Colorset.c (*):
9155         * libs/Colorset.h:
9156         * libs/colorset.c (parse_colorset):
9157         * libs/PictureGraphics.c (PGrabXImage):
9158         (PCreateRenderPixmap):sx
9159         (PGraphicsCreateTransprency):
9160         * libs/PictureGraphics.h:
9161         An experimental implementation of ParentalRelative tinted background
9163         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9164         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9165         (PImageLoadPng):
9166         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
9167         * libs/FRenderInit.c (FRenderInit):
9168         (FRenderGetAlphaDepth):
9169         * libs/FRenderInit.h:
9170         Fixed alpha blending for xserver without depth 8 pixmap
9171         (maybe a tmp fix)
9173         * fvwm/fvwm.1.in
9174         typo
9176 2002-09-01  olicha  <olivier.chapuis@free.fr>
9178         * NEWS:
9179         Colorset and alpha blending news
9181 2002-08-31  olicha  <olivier.chapuis@free.fr>
9183         * libs/Ficonv.c (convert_charsets):
9184         Fixed compilation on systems that do not have EILSEQ
9186 2002-08-30  olicha  <olivier.chapuis@free.fr>
9188         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
9189         Fixed compilation of certain modules
9191         * fvwm/borders.c (border_render_into_pixmap):
9192         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
9193         * libs/PictureGraphics.h:
9194         * libs/Graphics.c (CreateStretchPixmap):
9195         (CreateStretchYPixmap):
9196         (CreateStretchXPixmap):
9197         Progress with masks in multipixmap title
9199         * libs/PictureGraphics.c (PCopyArea):
9200         (PTileRectangle):
9201         (PCreateRenderPixmap):
9202         * fvwm/borders.c (border_fill_pixmap_background):
9203         Some drawing fixes
9205         * fvwm/icons.c (DrawIconWindow):
9206         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9207         Fixed the shape mask of ewmh icons and icons with some alpha
9209 2002-08-30  olicha  <olivier.chapuis@free.fr>
9211         * libs/PictureGraphics.c (PCreateRenderPixmap):
9212         (PGrabImageErrorHandler):
9213         (PGraphicsCopyPixmaps):
9214         (PGraphicsCopyFvwmPicture):
9215         (PGraphicsTileRectangle):
9216         (PGraphicsRenderPixmaps):
9217         (PGraphicsRenderPicture):
9218         * libs/PictureGraphics.h:
9219         * libs/PictureBase.h:
9220         Replaced PGraphicsTileRectangle with a more powerful function,
9221         PCreateRenderPixmap, which performs *full* XRender simulation.
9222         So alpha blending is now supported even without Xrender support.
9223         New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
9224         for direct rendering with tint and alpha channel.
9226         * libs/FRender.c (FRenderVisualInit):
9227         (FRenderCopyArea):
9228         (FRenderTintRectangle):
9229         (FRenderRender):
9230         * libs/FRenderInterface.h:
9231         Replaced FRenderCopyArea and FRenderTintRectangle with a more general
9232         and more powerfull function FRenderRender
9234         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9235         (PImageLoadPng):
9236         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9237         Load the alpha even without Xrender support
9239         * libs/Colorset.h:
9240         * fvwm/colorset.c (parse_pixmap_tint):
9241         (parse_colorset):
9242         (alloc_colorset):
9243         Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
9244         or obsolete TintMask) also tints gradients and the tint is applied
9245         only to the pixmap not the bg color. The average bg is computed from
9246         the "original" pixmap and not the tinted one, bgTint should be used
9247         to get a real average bg in the case the pixmap is tinted
9249         * fvwm/icons.c (DrawIconWindow):
9250         (CreateIconWindow):
9251         * fvwm/menuitem.c (menuitem_paint):
9252         * fvwm/menus.c (paint_side_pic):
9253         * fvwm/borders.c (border_get_border_background):
9254         (border_draw_decor_to_pixmap):
9255         (border_fill_pixmap_background):
9256         * fvwm/events.c (HandlePropertyNotify):
9257         Picture rendering use the new PGraphicsRenderPixmaps and
9258         PGraphicsRenderPicture libs functions. Respect new colorset options
9260         * fvwm/colorset.c (parse_colorset):
9261         (alloc_colorset):
9262         (CMD_ReadWriteColors):
9263         * fvwm/fvwm.1.in:
9264         Removed the read write colorset codes
9266         * libs/Graphics.c (CalculateGradientDimensions):
9267         Fixed the size of dithered H and V gradients
9269         * libs/PictureUtils.c (*):
9270         * libs/PictureUtils.h:
9271         Some cleanup
9273 2002-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9275         * fvwm/menus.c (paint_menu_gradient_background):
9276         fixed drawing of SidePic menu background when not using SideColor
9278 2002-08-28  Hippo
9279         * FvwmIconBox/icons.c:
9280         Fixed core dump
9282 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
9284         * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
9286 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
9288         * configure.in:
9289         fixed --disable-ewmh
9291         * libs/Picture.c:
9292         * libs/Picture.h:
9293         added const to some prototypes
9295 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9297         * fvwm/menus.c (MenuInteraction):
9298         (__menu_loop):
9299         renamed MenuInteraction to __menu_loop
9301         * fvwm/menus.c (pop_menu_up):
9302         (do_menu):
9303         (MenuInteraction):
9304         removed pdo_warp_to_title argument of pop_menu_up and changed all
9305         callers; logic is now in last_saved_position_hints
9306         (__menu_get_next_event_timeout_loop):
9307         began to split MenuInteraction into several sub functions
9308         go away, evil "goto"!
9310         * fvwm/style.c (style_parse_one_style_option):
9311         all boolean styles - and *only* boolean styles, can be prefixed with a
9312         '!' to invert their meaning
9313         (style_parse_button_style):
9314         moved Button and NoButton styles to separate function
9316         * configure.in:
9317         * NEWS:
9318         updated for 2.5.4-devel
9320         * configure.in:
9321         2.5.3 was released
9323         * configure.in:
9324         * NEWS:
9325         updated for 2.5.3
9327         * fvwm/menuitem.h (struct):
9328         * fvwm/menus.c (paint_menu_gradient_background):
9329         (paint_menu_pixmap_background):
9330         (paint_menu):
9331         (clear_expose_menu_area):
9332         fixed TiledPixmap menu background drawing bug
9333         sorted function in file and removed forward declarations
9335 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9337         * fvwm/Makefile.am (LDADD):
9338         put -lfvwm at front of library list
9340         * fvwm/windowlist.c (CMD_WindowList):
9341         print window's page instead of current page in windowlist
9343 2002-08-24  Bob Woodside  <dumbledore@woodsway.com>
9345         * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
9346         Fix for Experimental RaiseOverUnmanaged Handling.
9348 2002-08-22  Bob Woodside  <dumbledore@woodsway.com>
9350         * fvwm/focus.h:
9351         * fvwm/stack.h:
9352         New defs for Experimental RaiseOverUnmanaged Handling.
9354         * fvwm/events.c (HandleEnterNotify):
9355         * fvwm/focus.c:
9356         (set_focus_to_fwin)
9357         (focus_query_grab_buttons)
9358         (_focus_grab_buttons)
9359         (focus_grab_buttons)
9360         (focus_grab_buttons_client_entered)
9361         (_SetFocusWindow)
9362         (__activate_window_by_command)
9363         (_ReturnFocusWindow)
9364         (_DeleteFocus)
9365         (_ForceDeleteFocus)
9366         * fvwm/stack.c:
9367         (raise_over_unmanaged)
9368         (is_above_unmanaged)
9369         (_is_on_top_of_layer)
9370         (is_on_top_of_layer)
9371         (is_on_top_of_layer_and_above_unmanaged)
9372         Experimental RaiseOverUnmanaged Handling - an attempt to fix the
9373         interaction of RaiseOverUnmanaged with various focus policies,
9374         particularly mouse focus + client click raises; issue mouse
9375         button grabs when and only when they are actually needed; and
9376         fix the old "xfm + MouseFocusClickRaises" bug once and for all.
9377         (Thanks to the GFPR, this is much more straightforward to do!)
9379 2002-08-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9381         * fvwm/fvwm.1.in:
9382         added a paragraph about scripting and complex functions.
9384         * fvwm/style.c (style_parse_one_style_option):
9385         fixed flag_mask and change_mask of TitleAt... styles that broke left
9386         and bottom titles
9388 2002-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9390         * fvwm/fvwm.1.in:
9391         describe new focus policy styles
9393 2002-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9395         * fvwm/style.c (merge_styles):
9396         fixed applying style updates immediately
9398         * fvwm/geometry.c (constrain_size):
9399         fixed font resizing of maximized windows
9401         * fvwm/window_flags.h:
9402         * fvwm/fvwm.h (has_new_wm_normal_hints):
9403         new window flags
9405         * fvwm/events.c (HandleEnterNotify):
9406         fixed UngrabNotify returning focus to just unfocused window
9407         * fvwm/focus.h:
9408         added debug code
9410         * fvwm/style.c (merge_styles):
9411         (free_style_mask):
9412         (__simplify_style_list):
9413         fixed default style calculations
9415         * fvwm/events.c (HandleConfigureRequest):
9416         disabled debug output
9418         * fvwm/style.c (merge_styles):
9419         * fvwm/fvwm.h (window_style):
9420         new style member default_mask to allow two levels of defaults;
9421         fixes focus policy defaults
9422         * fvwm/style.h:
9423         rewrote many of the macros; changed all callers
9425         * fvwm/borders.c (RenderIntoPixmap):
9426         (DrawMultiPixmapTitlebar):
9427         (border_render_into_pixmap):
9428         (border_draw_multi_pixmap_titlebar):
9429         applied Suzanne Skinner's multi pixmap titles fix
9430         renamed functions and changed all callers
9432         * libs/FScreen.c (FScreenGetScrRect):
9433         (FindScreen):
9434         (FScreenGetScrId):
9435         new utility functions
9437         * fvwm/windowlist.c (CMD_WindowList):
9438         new option MaxLabelWidth for the WIndowList command based on patch by
9439         Maxim F. Ischenko
9440         new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
9441         WindowList command.
9443         * fvwm/events.c (HandleConfigureRequest):
9444         removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
9445         seems to work without problems
9447 2002-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9449         * fvwm/style.c (merge_styles):
9450         fixed style defaults getting stuck to on once set
9452         * configure.in:
9453         fixed a number of non portable uses of the "test" command and unified
9454         the used syntax of all calls to reduce chance of copy-and-paste
9455         problems
9457 2002-08-17  Mikhael Goikhman  <migo@homemail.com>
9459         * configure.in:
9460         * fvwm/fvwm.1.in:
9461         minor typos and improvements;
9462         better string quotings and detection of fribidi for autoconf-2.53
9464         * fvwm/Makefile.am:
9465         don't include *.in in EXTRA_DIST, they are auto-included
9467 2002-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9469         * fvwm/events.c (HandleConfigureRequest):
9470         (HandlePropertyNotify):
9471         (is_resizing_event_pending):
9472         fixed uninitialised return code of test_resizing_event
9474 2002-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9476         * fvwm/decorations.c (SelectDecor):
9477         * fvwm/style.h:
9478         * fvwm/window_flags.h:
9479         * fvwm/fvwm.h:
9480         moved common.s.has_no_border window flag to common.has_no_border to
9481         fix windows getting stuck without a border once the HandleWidth or
9482         BorderWidth was set to 0 and then increased again
9484         * fvwm/fvwm.1.in:
9485         removed reference to BUGS and TODO
9487         * configure.in:
9488         moved a lot of constant definitions to configure.in; the fvwm.lsm and
9489         fvwm.1 files don't have to be updated for a release anymore; the release
9490         number and date are set by configure
9492         * fvwm/fvwm.c (setVersionInfo):
9493         fixed output of "fvwm -version"
9495 2002-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9497         * fvwm/style.c (style_parse_one_style_option):
9498         Old focus styles override less of the behaviour specified with the
9499         FP... styles; use defaults instead without setting the mask
9500         (style_parse_one_style_option):
9501         removed the styles MouseFocusClickIgnoreMotion and
9502         MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
9503         instead
9504         (style_parse_one_style_option):
9505         ClickToFocusRaises now works only on the client window, not on the
9506         decorations
9507         (style_parse_one_style_option):
9508         fixed FocusFollowsMouse style
9509         (style_set_old_focus_policy):
9510         moved old default focus settings to a separate function, simplified code
9512 2002-08-14  Dan Espen  <dane@mk.telcordia.com>
9514         * fvwm/fvwm.1: Add hot-spot is an offset information,
9515         fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
9516         the xpm docs).
9518 2002-08-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9520         * fvwm/style.c (style_parse_focus_policy_style):
9521         fixed parsing of FPFocusClickButtons and FocusClickModifiers
9523         * libs/Makefile.am:
9524         added missing files
9526         * fvwm/events.c (HandleConfigureRequest):
9527         fixed ConfigureRequest race condition
9529 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9531         * configure.in:
9532         quote environment variables
9534 2002-08-13  olicha  <olivier.chapuis@free.fr>
9536         * NEWS:
9537         Color limit and dithering news
9539         * fvwm/fvwm.1:
9540         Added a minimal doc for the -color-limit option
9542         * fvwm/builtins.c (CMD_ColorLimit):
9543         ColorLimit is obsolete
9545         * fvwm/builtins.c (ReadDecorFace):
9546         * libs/PictureUtils.c (my_dither_depth_15_16_init):
9547         (PictureAllocColorAllProp):
9548         Implemented dithering for depth 16 and 15. This is off by default
9549         in colorset (use the dither colorset option) and on by default
9550         for window title gradient. Gradient are visibly more smooth.
9552         * libs/PictureUtils.c (*):
9553         Some cleanup
9555 2002-08-13  Mikhael Goikhman  <migo@homemail.com>
9557         * fvwm/fvwm.1:
9558         corrected the pixmap cursor description, added an example
9560 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9562         * fvwm/menus.c (select_menu_item):
9563         (paint_menu_gradient_background):
9564         fixed a redrawing problem with H/Vgradient menu faces
9565         (MenuInteraction):
9566         fixed a minor problem w/ entering submenus via keyboard
9568 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9570         * fvwm/move_resize.c (CMD_ResizeMove):
9571         (CMD_Resize):
9572         (CMD_Maximize):
9573         (CMD_ResizeMaximize):
9574         (CMD_ResizeMoveMaximize):
9575         commands can be used on iconified windows again
9577         * ONEWS:
9578         * NEWS:
9579         moved pre-2.2 NEWS to ONEWS
9581         * libs/strdup.c:
9582         * libs/safemalloc.c:
9583         * libs/envvar.c:
9584         * libs/alloca.c:
9585         * libs/Target.c:
9586         * libs/Parse.c:
9587         * libs/Bindings.c:
9588         * fvwm/menustyle.c:
9589         * fvwm/menus.c:
9590         * fvwm/menuitem.c:
9591         * fvwm/menucmd.c:
9592         * fvwm/frame.c:
9593         * fvwm/events.c:
9594         * fvwm/borders.c:
9595         let config.h include strinh.h or strings.h
9597         * fvwm/style.c (style_parse_one_style_option):
9598         (style_parse_one_style_option):
9599         fixed icon box crash
9601         * fvwm/bindings.c (update_nr_buttons):
9602         fixed extra buttons on window decorations
9604         * fvwm/style.c (style_parse_one_style_option):
9605         fixed parsing of the FP... and !FP... styles
9607 2002-08-12  Bob Woodside  <dumbledore@woodsway.com>
9609         * fvwm/style.c (style_parse_one_style_option):
9610         Fixed a typo so that ClickToFocusRaisesOff actually turns
9611         the option off instead of on.
9613 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9615         * fvwm/focus.c (focus_grab_buttons):
9616         only grab necessary buttons on the client window
9618 2002-08-11  olicha  <olivier.chapuis@free.fr>
9620         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
9621         Removed some debug code
9623         * fvwm/fvwm.c (main):
9624         (usage):
9625         Added -color-limit to fvwm usage
9627 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9629         * fvwm/style.c (style_parse_one_style_option):
9630         (style_parse_focus_policy_style):
9631         added style options "FP..." to control focus policy
9632         removed OverrideGrabFocus and AllowGrabFocus styles
9634         * fvwm/style.c (merge_styles):
9635         fixed style defaults != 0
9637         * fvwm/focus.c (__restore_focus_after_unmap):
9638         fixed a bug w/ reverting the focus from transients to the parent
9640         * fvwm/ewmh.c (ewmh_HandleDesktop):
9641         * fvwm/style.c (style_parse_one_style_option):
9642         fixed defaults for various focus styles
9644         * NEWS:
9645         updated for 2.4.9
9647         * fvwm/frame.c (frame_mrs_resize_move_windows):
9648         backed out anti-flicker patch that slowed down command processing
9650         * fvwm/bindings.c (update_nr_buttons):
9651         (ParseBinding):
9652         fixed sluggish processing of mouse bindings
9654         * fvwm/events.c (__handle_bpress_action):
9655         fixed drawing of pressed decorations w/o bindings
9657         * fvwm/frame.c (frame_move_resize):
9658         removed debug code that broke focus handling
9660         * fvwm/style.c (style_parse_one_style_option):
9661         fixed passing the focus click to the app by default
9663         * fvwm/events.c (__handle_click_to_focus):
9664         * fvwm/focus.c (set_focus_to_fwin):
9665         (__set_focus_to_fwin):
9666         removed drawing code that broke as many places as it fixed; plus it
9667         cause unnecessary redraws
9669         * fvwm/events.c (HandleConfigureRequest):
9670         send a synthetical ConfigureNotify if an application is not granted its
9671         wishes from a ConfigureRequest; this is necessary for FixedPPosition
9672         and FixedPSize to work properly; also to be ICCCM compliant
9673         always force border_width 0 in these events
9674         in the experimental cr merging code, send a number of cn events equal
9675         to the number of merged events
9677         * libs/Parse.c:
9678         * fvwm/style.c:
9679         reformatted
9681         * fvwm/style.c (style_parse_focus_policy_style):
9682         (style_parse_icon_size_style):
9683         (style_parse_icon_box_style):
9684         (style_parse_icon_grid_style):
9685         (style_parse_icon_fill_style):
9686         (style_parse_one_style_option):
9687         (parse_and_set_window_style):
9688         split into separate functions
9689         (style_parse_one_style_option):
9690         simplified and cleaned up
9692         * fvwm/events.h:
9693         * fvwm/decorations.c:
9694         * fvwm/cursor.h:
9695         * fvwm/cursor.c:
9696         * fvwm/conditional.h:
9697         * fvwm/conditional.c:
9698         * fvwm/colorset.h:
9699         * fvwm/colors.h:
9700         * fvwm/colors.c:
9701         * fvwm/colormaps.c:
9702         * fvwm/bindings.h:
9703         * fvwm/bindings.c:
9704         reformatted and cleaned up
9706 2002-08-11  olicha  <olivier.chapuis@free.fr>
9708         * libs/PictureUtils.c (*):
9709         * libs/PictureUtils.h:
9710         * libs/PictureDitherMatrice.h (new file):
9711         * libs/PictureImageLoader.c (*):
9712         * libs/PictureImageLoader.h:
9713         * libs/PictureGraphics.c  (PGraphicsCreateDitherPixmap):
9714         (PCreateDitherPixmap):
9715         (PCreateTintedPixmap):
9716         * libs/PictureGraphics.h:
9717         * libs/PictureBase.c (PictureInitCMap):
9718         * libs/PictureBase.h:
9719         * libs/Picture.c (*):
9720         * libs/Picture.h:
9721         * libs/Fxpm.h:
9722         * libs/Colorset.c (DumpColorset):
9723         (LoadColorset):
9724         * libs/Colorset.h:
9725         * libs/Graphics.c (all gradient functions):
9726         * libs/fvwmlib.h:
9727         * fvwm/screen.h:
9728         * fvwm/move_resize.c (CMD_XorPixmap):
9729         * fvwm/colors.c (FreeColors):
9730         * fvwm/builtins.c (CMD_DefaultColors):
9731         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9732         * fvwm/builtins.c (FreeDecorFace):
9733         (ReadDecorFace):
9734         * fvwm/menus.c (pop_menu_down):
9735         (paint_menu_gradient_background):
9736         (scanForPixmap):
9737         * fvwm/menus.h:
9738         * fvwm/menustyle.c (menustyle_free_face):
9739         (menustyle_parse_face):
9740         (menustyle_free):
9741         (menustyle_update):
9742         (menustyle_parse_style):
9743         (CMD_CopyMenuStyle):
9744         * fvwm/menustyle.h:
9745         * fvwm/icons.c (GetIconFromFile):
9746         * fvwm/builtins.c (ReadMultiPixmapDecor):
9747         (ReadDecorFace):
9748         * fvwm/borders.c (border_draw_decor_to_pixmap):
9749         * fvwm/add_window.c (setup_mini_icon):
9750         * fvwm/fvwm.c (main):
9751         * fvwm/colorset.c (free_colorset_background):
9752         (parse_pixmap):
9753         (parse_shape):
9754         (parse_colorset):
9755         New color limit method and implement dithering in depth <= 8.
9756         Added a "fvwm picture attributes" structure for loading image.
9757         Some colors leaks fix. Add some (weak) color leaks. New option
9758         -color-limit for fvwm. 257 fix. Some prepartion for tint and
9759         alpha in colorset.
9761 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9763         * libs/Flocale.c (FlocaleRotateDrawString):
9764         fixed a crash
9766 2002-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9768         * fvwm/style.c (parse_and_set_window_style):
9769         fixed the default for passing the click-to-raise click for mousey
9770         focus
9772         * fvwm/events.c (__handle_click_to_focus):
9773         removed redundant code
9774         (WaitForButtonsUp):
9775         fixed sluggish motion event handling when waiting for buttons to be
9776         released
9778         * fvwm/focus.c (__set_focus_to_fwin):
9779         (set_focus_to_fwin):
9780         fixed redrawing the border w/ mousey focus when the window was entered,
9781         then the border was clicked before the FocusIn event arrived
9783         * fvwm/events.c (__handle_bpress_on_managed):
9784         * fvwm/style.c (parse_and_set_window_style):
9785         fixed some small focus problems
9787         * fvwm/fvwm.c:
9788         reformatted and cleaned up
9790         * fvwm/fvwm.1:
9791         formatting fixes
9793         * fvwm/focus.c (focus_query_click_to_raise):
9794         (focus_query_click_to_focus):
9795         * fvwm/style.c (parse_and_set_window_style):
9796         * fvwm/events.c (__test_for_motion):
9797         (__check_click_to_focus_or_raise):
9798         (__handle_focus_raise_click):
9799         (__is_bpress_window_handled):
9800         (__handle_click_to_focus):
9801         (__handle_click_to_raise):
9802         (__handle_bpress_stroke):
9803         (__handle_bpress_action):
9804         (__handle_bpress_on_root):
9805         (__handle_bpress_on_unmanaged):
9806         (__handle_bpress_on_managed):
9807         (HandleButtonPress):
9808         GFPR: completely rewrote ButtonPress handler, thus finishing the core
9809         of the new focus code; only the parsing for the new styles is missing
9811         * fvwm/virtual.c (is_pan_frame):
9812         new function
9814 2002-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9816         * fvwm/add_window.c (AddWindow):
9817         fixed compile error
9819         * fvwm/events.c (__handle_focus_raise_click):
9820         (HandleButtonPress):
9821         clean up
9823         * fvwm/events.c (__handle_focus_raise_click):
9824         * fvwm/fvwm.h (struct):
9825         * fvwm/style.c (check_window_style_change):
9826         (parse_and_set_window_style):
9827         * fvwm/session.c (MatchWinToSM):
9828         * fvwm/window_flags.h:
9829         eliminated parts of the old focus code
9831         * fvwm/focus.c (__set_focus_to_fwin):
9832         (set_focus_to_fwin):
9833         * fvwm/fvwm.c (InitVariables):
9834         * fvwm/add_window.c (destroy_window):
9835         * fvwm/events.c (__handle_focus_raise_click):
9836         * fvwm/screen.h (ScreenInfo):
9837         eliminated Scr.Ungrabbed global
9839         * fvwm/update.c (apply_window_updates):
9840         (flush_window_updates):
9841         * fvwm/icons.c (DeIconify):
9842         (Iconify):
9843         * fvwm/move_resize.c (CMD_Maximize):
9844         (__move_window):
9845         (handle_stick):
9846         * fvwm/frame.c (frame_free_move_resize_args):
9847         (__frame_setup_window):
9848         * fvwm/virtual.c (do_move_window_to_desk):
9849         (CMD_GotoDeskAndPage):
9850         (goto_desk):
9851         (MoveViewport):
9852         * fvwm/stack.c (LowerWindow):
9853         * fvwm/events.c (HandleMapNotify):
9854         (HandleVisibilityNotify):
9855         (DispatchEvent):
9856         (HandleFocusIn):
9857         (__handle_focus_raise_click):
9858         (HandleEnterNotify):
9859         (HandleMapRequestKeepRaised):
9860         * fvwm/add_window.c (setup_key_and_button_grabs):
9861         (setup_focus_policy):
9862         (destroy_window):
9863         * fvwm/focus.c (__try_other_screen_focus):
9864         (__set_focus_to_fwin):
9865         (set_focus_to_fwin):
9866         (focus_grab_buttons_on_pointer_window):
9867         (focus_grab_buttons_on_layer):
9868         (focus_grab_buttons_new):
9869         cleaned up focus grab handling.
9871         * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
9872         clean up
9874 2002-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9876         * fvwm/add_window.c (setup_window_structure):
9877         (AddWindow):
9878         discarded unused return code
9880         * fvwm/focus.c (focus_grab_buttons):
9881         split into two fucntions and fixed a bug with ungrabbing buttons
9883         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
9884         * fvwm/style.c (parse_and_set_window_style):
9885         * fvwm/icons.c (DeIconify):
9886         (DeIconify):
9887         * fvwm/events.c (HandleButtonPress):
9888         (HandleEnterNotify):
9889         (HandleLeaveNotify):
9890         (HandleMapNotify):
9891         (HandleMapRequestKeepRaised):
9892         * fvwm/add_window.c (CaptureAllWindows):
9893         * fvwm/virtual.c (UnmapDesk):
9894         (MapDesk):
9895         (do_move_window_to_desk):
9896         * fvwm/update.c (flush_window_updates):
9897         * fvwm/focus.c (set_focus_model):
9898         (DeleteFocus):
9899         (__restore_focus_after_unmap):
9900         much more GFPR work; these patches may break lots of things
9902         * fvwm/focus.c (set_focus_to_fwin):
9903         (__activate_window_by_command):
9904         (SetFocusWindow):
9905         (ReturnFocusWindow):
9906         (DeleteFocus):
9907         (ForceDeleteFocus):
9908         renamed MoveFocus to set_focus_to_fwin
9910 2002-08-07  Mikhael Goikhman  <migo@homemail.com>
9912         * libs/Fft.c (FftDrawString):
9913         removed redudant and buggy code that called DrawStringFunc before
9914         this pointer gets initialized
9916         * fvwm/focus.c (focus_query_click_to_raise):
9917         fixed possibly-uninitialized variable warning
9919         * fvwm/Makefile.am:
9920         specify stroke includes before Xft includes, may improve some cases
9922 2002-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9924         * configure.in:
9925         fixed sys/time.h detection
9927         * fvwm/events.c (HandleMappingNotify):
9928         * libs/Bindings.c (AddBinding):
9929         added MappingNotify event handler
9931         * fvwm/events.c (HandleMapRequest):
9932         removed debug code
9934         * fvwm/events.c (InitEventHandlerJumpTable):
9935         another attempt at handling "unknown" modifiers in key bindings
9937 2002-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9939         * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
9940         * fvwm/add_window.c (destroy_window):
9941         * fvwm/focus.c (focus_grab_buttons):
9942         fixed core dump
9944 2002-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9946         * fvwm/focus.c (focus_force_refresh_focus):
9947         * fvwm/events.c (HandleEnterNotify):
9948         (HandlePropertyNotify):
9949         (HandleButtonPress):
9950         * fvwm/icons.c (DeIconify):
9951         * fvwm/virtual.c (MapDesk):
9952         * fvwm/focus_policy.c (fpol_query_allow_user_focus):
9953         * fvwm/update.c (apply_window_updates):
9954         * fvwm/module_interface.c:
9955         * fvwm/conditional.c (MatchesConditionMask):
9956         more GFPR work
9958         * fvwm/icons.c (Iconify):
9959         removed "#if 0"ed code
9961         * fvwm/module_interface.c:
9962         disabled the old ConfigureWindow module interface
9964         * vms/vms.c:
9965         * libs/fvwmsignal.h:
9966         * libs/Picture.c:
9967         * fvwm/ewmh_intern.h:
9968         * fvwm/events.c:
9969         * fvwm/module_interface.c:
9970         * fvwm/misc.c:
9971         use ftime.h
9973         * libs/ftime.h:
9974         new file to encapsulate time.h and sys/time.h inclusion
9976         * fvwm/stack.c:
9977         re-indented
9978         (mark_transient_subtree):
9979         (__mark_group_member):
9980         cleaned up and split into two functions
9982         * fvwm/focus.c (CMD_Focus):
9983         (CMD_FlipFocus):
9984         * fvwm/icons.c (DeIconify):
9985         clean up
9986         (FocusOn)
9987         (__activate_window_by_command):
9988         renamed function
9990         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
9991         * fvwm/focus_policy.h: (fpol_set_focus_by_t):
9992         * fvwm/style.c (parse_and_set_window_style):
9993         (parse_and_set_window_style):
9994         began implementing new focus control styles
9996         * fvwm/focus.c (DoSetFocus):
9997         (__restore_focus_after_unmap):
9998         (MoveFocus):
9999         (refresh_focus):
10000         more GFPR work
10001         (DoSetFocus):
10002         (__set_focus_to_fwin):
10003         function renamed
10005         * fvwm/conditional.c (MatchesConditionMask):
10006         * fvwm/focus.c (focus_query_open_grab_focus):
10007         (focus_query_close_restore_focus):
10008         (focus_does_accept_input_focus):
10009         (MoveFocus):
10010         * fvwm/events.c (HandleUnmapNotify):
10011         (HandleEnterNotify):
10012         (HandleMapNotify):
10013         (HandleMapRequestKeepRaised):
10014         renamed some functions
10016         * libs/defaults.h:
10017         * fvwm/focus_policy.c:
10018         * fvwm/focus_policy.h:
10019         prepared some future focus policy flags
10021         * configure.in:
10022         enable error message when png or xpm test compilation fails
10024         * fvwm/style.h:
10025         * fvwm/window_flags.h:
10026         * fvwm/ewmh.c (ewmh_HandleDesktop):
10027         * fvwm/style.c (parse_and_set_window_style):
10028         (check_window_style_change):
10029         * fvwm/events.c (HandleButtonPress):
10030         (HandleVisibilityNotify):
10031         began GFPR migration of *raises* focus policy flags
10033         * fvwm/focus.c (focus_is_focusd):
10034         new function
10036         * libs/Bindings.c (AddBinding):
10037         fixed handling of "unknown" modifiers in key bindings
10039         * fvwm/focus.c (focus_grab_buttons):
10040         (focus_query_grab_buttons):
10041         moved focus policy code into separate function
10043 2002-08-02  Mikhael Goikhman  <migo@homemail.com>
10045         * Makefile.am:
10046         DESTDIR fix
10048 2002-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10050         * fvwm/style.c (parse_and_set_window_style):
10051         * fvwm/focus.c (focus_query_grab_focus):
10052         * fvwm/events.c (HandleMapNotify):
10053         (HandlePropertyNotify):
10054         * fvwm/focus_policy.c (fpol_init_default_fp):
10055         * libs/defaults.h:
10056         new styles OverrideGrabFocus and AllowGrabFocus
10057         cleaned up focus grabbing code and moved to focus.c
10059 2002-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10061         * fvwm/focus.c (CMD_WarpToWindow):
10062         fixed negative arguments for unmanaged windows
10064         * fvwm/conditional.c (CMD_Direction):
10065         use PeekToken instead of GetNextToken
10066         cleaned up
10067         new direction "center"
10069 2002-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10071         * fvwm/events.c (addkbsubinstoarray):
10072         disabled experimental pointer warping code
10074         * fvwm/menus.c:
10075         removed menu crash debug code
10077 2002-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10079         * fvwm/menus.c:
10080         added tons of crash debug code
10082         * fvwm/add_window.c:
10083         made a lot of internal functions static
10085         * fvwm/add_window.c (setup_button_windows):
10086         (destroy_title_window):
10087         (destroy_button_windows):
10088         (destroy_resize_handle_windows):
10089         (destroy_auxiliary_windows):
10090         (destroy_icon):
10091         (destroy_window):
10092         * fvwm/icons.c (CreateIconWindow):
10093         safety patches w/ XDeleteContext
10095         * fvwm/menus.c (DestroyMenu):
10096         fixed a crash w/ accessing already deleted menus
10098 2002-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10100         * fvwm/menus.c (get_menu_options):
10101         fixed menu context rectangle "icon" if the icon was not just a pixmap
10103 2002-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10105         * fvwm/events.c (HandleMapNotify):
10106         (HandleMapRequestKeepRaised):
10107         (HandleUnmapNotify):
10108         * fvwm/ewmh_events.c (ewmh_WMStateModal):
10109         * fvwm/ewmh.c (ewmh_HandleDesktop):
10110         * fvwm/style.c (parse_and_set_window_style):
10111         removed old do_grab_focus_when_created and *_when_transient_* flags
10113 2002-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10115         * fvwm/conditional.c (MatchesConditionMask):
10116         * fvwm/focus.c (DoSetFocus):
10117         * fvwm/session.c (MatchWinToSM):
10118         * fvwm/module_interface.c (SETOLDFLAGS):
10119         removed old is_lenient flag
10121         * fvwm/bindings.c:
10122         * fvwm/style.c (__simplify_style_list):
10123         (simplify_style_list):
10124         reformatted
10126         * fvwm/window_flags.h:
10127         * fvwm/style.h:
10128         access macros for focus policy flags structures
10129         reformatted
10131         * fvwm/focus_policy.c:
10132         * fvwm/focus_policy.h:
10133         new files, begin great focus policy rewrite aka GFPR
10135 2002-07-22  Bob Woodside  <dumbledore@woodsway.com>
10137         * fvwm/placement.c (PlaceWindow):
10138         Fixed interaction between CascadePlacement and StartsOnPage
10140 2002-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10142         * libs/fvwmsignal.c (fvwmSelect):
10143         call alloca(0) in fvwmSelect to make sure the memory is not leaked in
10144         modules
10146 2002-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10148         * fvwm/add_window.c (CaptureOneWindow):
10149         fixed a core dump w/ windows being destroyed during a recapture
10150         (AddWindow):
10151         removed duplicate check if new windows still exist
10153         * fvwm/placement.c (CMD_PlaceAgain):
10154         * fvwm/move_resize.c (move_window_doit):
10155         (__move_icon):
10156         * fvwm/virtual.c (MapDesk):
10157         (MoveViewport):
10158         (do_move_window_to_desk):
10159         * fvwm/icons.c (AutoPlaceIcon):
10160         (ChangeIconPixmap):
10161         (Iconify):
10162         some cleanup in movement code
10163         new option "Icon" to PlaceAgain command
10164         adapted documentation accordingly
10166         * fvwm/move_resize.c (move_window_doit):
10167         (__move_window):
10168         renamed function
10170 2002-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10172         * libs/Flocale.c (FlocaleRotateDrawString):
10173         create gcs only once
10175         * fvwm/fvwm.1:
10176         removed some references to Recapture
10177         UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
10178         ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
10180         * libs/gravity.c (gravity_parse_multi_dir_argument):
10181         fixed "all" multidir selecting "center" too
10183         * libs/Fft.c (FftDrawString):
10184         * libs/Flocale.c (FlocaleRotateDrawString):
10185         (FlocaleFontStructDrawString):
10186         (FlocaleDrawString):
10187         fixed some text placement bugs w/ shadow text
10188         (FlocaleGetShadowTextPosition):
10189         implemented "center" shadows
10191 2002-07-20  olicha  <olivier.chapuis@free.fr>
10193         * libs/Flocale.c (FlocaleRotateDrawString):
10194         Removed some static declarations
10196 2002-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10198         * libs/gravity.c (gravity_multi_dir_to_dir):
10199         * libs/gravity.h (enum):
10200         new function, cleaned up
10201         (enum):
10202         * fvwm/fvwm.h (FvwmWindow):
10203         * libs/Fft.c:
10204         * fvwm/geometry.c:
10205         * fvwm/borders.c:
10206         moved text_rotation_type to gravity.h and renamed to rotation_type
10208         * libs/Flocale.h:
10209         fixed several bugs in the access macros
10211         * libs/Flocale.c:
10212         removed unused static FlocaleSeted
10213         (FlocaleFontStructDrawString):
10214         simplified function
10216         * fvwm/virtual.c (CMD_EdgeCommand):
10217         * fvwm/windowshade.c (CMD_WindowShade):
10218         * fvwm/conditional.c (CMD_Direction):
10219         adapted to changes in ParseDirectionArgument
10221         * libs/gravity.h:
10222         * libs/gravity.c (ParseDirectionArgument):
10223         new direction "Center"
10225         * fvwm/virtual.c (CMD_EdgeCommand):
10226         reformatted
10228 2002-07-18  olicha  <olivier.chapuis@free.fr>
10230         * libs/PictureUtils.c (PictureRGBtoPixel):
10231         (decompose_mask):
10232         Fixed(??) color allocation for some visuals
10234 2002-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10236         * libs/Flocale.c (FlocaleFontStructDrawString):
10237         a little code cleanup
10239         * fvwm/events.c (HandleEnterNotify):
10240         removed debug code
10241         anothe click+drag fix
10243         * libs/Pointer.c (GetLocationFromEventOrQuery):
10244         * fvwm/focus.c (SetPointerEventPosition):
10245         * fvwm/functions.c (CheckActionType):
10246         * fvwm/builtins.c (CMD_StrokeFunc):
10247         * fvwm/move_resize.c (moveLoop):
10248         (resize_window):
10249         fixed some bugs w/ pointer on wrong screen
10251 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10253         * fvwm/events.c (HandleLeaveNotify):
10254         fixed problem w/ click+drag and mousey focus
10256         * fvwm/menus.c (size_menu_horizontally):
10257         fixed menu style SubmenusLeft w/ icons in menu items
10259 2002-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10261         * fvwm/menuitem.c (menuitem_paint):
10262         * fvwm/menus.h:
10263         * fvwm/menus.c (paint_menu_gradient_background):
10264         (get_menu_paint_item_parameters):
10265         removed circular dependency of menus.c and menuitem.c by using callback
10266         functions
10268 2002-07-17  olicha  <olivier.chapuis@free.fr>
10270         * fvwm/menuitem.c:
10271         A -Wall fix
10273         * fvwm/fvwm.c (InitVariables):
10274         (main):
10275         * fvwm/colorset.c (parse_colorset):
10276         (alloc_colorset):
10277         (CMD_ReadWriteColors):
10278         * fvwm/builtins.c (CMD_ColorLimit):
10279         * libs/PictureUtils.h:
10280         * libs/PictureUtils.c (PictureReduceColor):
10281         (PictureReduceRGBColor):
10282         (PictureRGBtoPixel):
10283         (PictureAllocColor):
10284         (PictureFreeColors):
10285         (PictureGetNextColor):
10286         (colors_alloc_fail):
10287         (my_alloc_color):
10288         (AllocColors*):
10289         (AllocColorTable):
10290         (PictureAllocColorTable):
10291         * libs/PictureImageLoader.c (PImageXpmAllocColor):
10292         (PImageXpmFreeColor):
10293         (PImageLoadXpm):
10294         * libs/PictureBase.c (PictureInitCMap):
10295         * libs/Graphics.c (AllocLinearGradient):
10296         * libs/ColorUtils.c (GetShadow):
10297         (GetHilite):
10298         (GetForeShadow):
10299         (GetTintedPixel):
10300         (GetSimpleColor):
10301         (GetColor):
10302         (fvwmlib_clone_color):
10303         * libs/PictureGraphics.c (PGraphicsTintRectangle):
10304         Implemented a new color limit method
10306 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10308         * fvwm/move_resize.c (moveLoop):
10309         fixed problem moving the pointer off screen while moving a window
10310         (AnimatedMoveAnyWindow):
10311         fixed pointer warping w/ multiple screens and animated window motion
10313 2002-07-12  olicha  <olivier.chapuis@free.fr>
10315         * fvwm/menus.c (get_menu_paint_item_parameters):
10316         (paint_menu_gradient_background):
10317         * fvwm/menuitem.c (menuitem_paint):
10318         * fvwm/menuitem.h:
10319         * fvwm/menus.h:
10320         Fixed B/DGradient with Xft fonts
10322         * libs/Colorset.h:
10323         * libs/ColorUtils.c (GetTintedColor):
10324         (GetTintedPixel):
10325         * fvwm/colorset.c (parse_simple_tint):
10326         (parse_colorset):
10327         (alloc_colorset):
10328         Implemented fgTint colorset option
10330         * libs/PictureImageLoader.c:
10331         * libs/PictureUtils.c:
10332         * libs/PictureUtils.h:
10333         * libs/Makefile.am:
10334         Moved color limitation and some rgb to pixel functions from
10335         PictureImageLoader to new files PictureUtils.c, PictureUtils.h
10337         * fvwm/colorset.c (parse_colorset):
10338         * libs/PictureGraphics.c (PCreateTintedPixmap):
10339         (PGraphicsTintRectangle):
10340         Implemented tinting for X server without Xrender support and
10341         did color limitation when tinting
10344 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10346         * fvwm/events.c (WaitForButtonsUp):
10347         fixed handling of button release events
10349 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10351         * fvwm/menus.c (MenuInteraction):
10352         fixed core dump w/ dynamic popdown action destroying a menu
10353         (paint_menu_gradient_background):
10354         fixed hang and/or incorrect drawing of b and d gradients in menus
10356         * fvwm/events.c (HandleEnterNotify):
10357         (HandleLeaveNotify):
10358         improved LEAVE_WINDOW/ENTER_WINDOW handling
10360 2002-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10362         * libs/Colorset.c (SetWindowBackground):
10363         (SetWindowBackgroundWithOffset):
10364         (ScrollPixmap):
10365         implemented new functions to allow pixmap backgrounds with an offset
10367 2002-07-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10369         * fvwm/events.c (HandleMapRequestKeepRaised):
10370         send Map/UnmapNotify before iconyfying, not after
10372 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10374         * fvwm/events.c (HandleMapRequestKeepRaised):
10375         fake a MapNotify and then an UnmapNotify when a window is created iconic
10377         * fvwm/add_window.c (AddWindow):
10378         workaround for buggy TK menu positioning
10380         * fvwm/module_interface.c (FlushMessageQueue):
10381         (PositiveWrite):
10382         (get_pipe_name):
10383         tried to fix module communication deadlock w/ sync mask and a full write
10384         pipe
10386         * libs/Strings.c:
10387         re-indented file
10389         * libs/defaults.h:
10390 2002-07-06  olicha  <olivier.chapuis@free.fr>
10392         * libs/Flocale.c (FlocaleGetFontSet):
10393         Removed some unwanted code
10395 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10397         * fvwm/events.c (HandleLeaveNotify):
10398         (HandleEnterNotify):
10399         reduced the number of MX_LEAVE/ENTER_WINDOW messages
10401         * fvwm/events.c (CMD_XSync):
10402         very experimental patch to cycle through subwindows accepting keyboard
10403         input; call Xsync command repeatedly to test; crashes fvwm if more than
10404         1000 subwindows are used;
10406         * fvwm/focus.c (CMD_WarpToWindow):
10407         fixed a bug in warpttowindow command with subwindows of unmanaged
10408         windows
10410 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10412         * fvwm/events.c (HandlePropertyNotify):
10413         * fvwm/events.h:
10414         handle changes in the size_inc and base_size hints during opaque
10415         resizing.
10417         * fvwm/events.c (HandleButtonPress):
10418         ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
10419         until the button is released again; this restores the old behaviour
10420         from 2.3.23 and before with click+drag and rxvt/aterm
10422 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10424         * fvwm/update.c (apply_window_updates):
10425         fixed applying neverfocus to currently focused window; decorations
10426         partially drawn hilighted
10428 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10430         * fvwm/menucmd.c (menu_func):
10431         another module/menu/context window fix
10432         do not use global Fw anymore
10434 2002-07-05  olicha  <olivier.chapuis@free.fr>
10436         * libs/Flocale.c (FlocaleStringToString2b):
10437         Fixed crash with big5-0 FontStruct
10439 2002-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10441         * fvwm/menucmd.c (menu_func):
10442         fixed context window of menus invoked by a module
10443         (menu_func):
10444         fixed context menus on windows
10446         * libs/vpacket.h (ConfigWinPacket):
10447         * fvwm/module_interface.c (CONFIGARGSNEW):
10448         * fvwm/fvwm.h (FvwmWindow):
10449         fixed bugs in type conversions for transmitting certain information to
10450         modules
10452         * fvwm/functions.c (CheckActionType):
10453         fixed window selection problem w/ menus invoked from modules
10455 2002-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10457         * fvwm/gnome.c (GNOME_HandlePropRequest):
10458         -Wall fixes
10460         * fvwm/module_interface.c (ExecuteCommandQueue):
10461         fixed compile bug w/ --enable-debug-msgs
10463 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10465         * fvwm/events.c (HandleButtonPress):
10466         (HandleKeyPress):
10467         * fvwm/menus.c (MenuInteraction):
10468         (do_menu):
10469         * fvwm/windowlist.c (CMD_WindowList):
10470         * fvwm/menucmd.c (menu_func):
10471         * fvwm/module_interface.c (ExecuteModuleCommand):
10472         * fvwm/add_window.c (adjust_fvwm_internal_windows):
10473         go away, evil globals! [removed the useless global variable
10474         "ButtonWindow"]
10476         * fvwm/events.c (HandleUnmapNotify):
10477         (HandleMapNotify):
10478         * fvwm/icons.c (Iconify):
10479         * fvwm/window_flags.h (IS_ICONIFY_PENDING):
10480         * fvwm/fvwm.h (struct):
10481         renamed is_deiconify_pending to is_iconify_pending
10482         some re-indenting
10484 2002-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10486         * fvwm/menus.c (MenuInteraction):
10487         (pop_menu_down):
10488         (menu_enter_tear_off_menu):
10489         (do_menu):
10490         * fvwm/events.c (HandleButtonPress):
10491         (HandleButtonRelease):
10492         (HandleKeyPress):
10493         (GetContext):
10494         * fvwm/menucmd.c (menu_func):
10495         (menu_func):
10496         * fvwm/module_interface.c (ExecuteModuleCommand):
10497         go away, evil globals! [removed the useless global variable "Context"]
10498         removed is_menu_from_frame_or_window_or_titlebar flag
10500         * fvwm/module_interface.c:
10501         * fvwm/windowlist.c:
10502         re-indented files
10504 2002-06-28  Mikhael Goikhman  <migo@homemail.com>
10506         * fvwm/menuitem.c (menuitem_paint):
10507         fixed fg color of the inactive disabled menu item
10509         * NEWS:
10510         old typo
10511         * fvwm/fvwm.1:
10512         removed a mention of RedHat (I don't think it is correct),
10513         reworded a mention of fvwm95
10515 2002-06-26  Mikhael Goikhman  <migo@homemail.com>
10517         * **/*.c:
10518         tabify only the leading spaces, untabify the middle of line
10520 2002-06-25  David Fries  <dfries@mail.win.org>
10522         * fvwm/fvwm.1:
10523         * fvwm/windowlist.c:
10524         Added code to sort based on the class name of a window for
10525         the WindowList function.
10527 2002-06-25  olicha  <olivier.chapuis@free.fr>
10529         * acinclude.m4:
10530         A minor fix
10532 2002-06-25  Mikhael Goikhman  <migo@homemail.com>
10534         * AUTHORS:
10535         add Anders Andersson (spelling fixes in all man pages) and Steve Talley
10537 2002-06-24  Steve Talley  <stephen.talley@sun.com>
10539         * fvwm/add_window.c:
10540         * fvwm/add_window.h:
10541         * fvwm/fvwm.1:
10542         * fvwm/fvwm.h:
10543         * fvwm/icons.c:
10544         * fvwm/icons.h:
10545         * fvwm/style.c:
10546         * fvwm/style.h:
10547         * libs/defaults.h:
10548         New Style option IconSize
10550 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
10552         * NEWS, configure.in:
10553         changed version to 2.5.3
10555 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
10557         * INSTALL.fvwm:
10558         removed C++ section
10560         * fvwm/fvwm.1:
10561         * libs/FlocaleCharset.c:
10562         small fixes
10564 2002-06-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10566         * fvwm/events.c (WaitForButtonsUp):
10567         use the wait cursot only after the 20th pass through the loop
10569 2002-06-21  Dan Espen  <dane@mk.telcordia.com>
10571         * fvwm/fvwm.1 (Examples): Language check.
10572         PipeRead as synchronous Exec.
10573         Better example for PipeRead.
10575 2002-06-21  olicha  <olivier.chapuis@free.fr>
10577         * fvwm/fvwm.1:
10578         * NEWS:
10579         Documented StringEncoding= in font name
10581         * INSTALL.fvwm
10582         Removed --disable-compound-text doc
10584 2002-06-20  olicha  <olivier.chapuis@free.fr>
10586         * libs/FBidi.h (FBidiConvert):
10587         Fixed compile if !HAVE_BIDI
10589 2002-06-19  olicha  <olivier.chapuis@free.fr>
10591         * fvwm/fvwm.c (InitVariables):
10592         (StartupStuff):
10593         Allocate colorset 0 in InitVariable in the place of StartupStuff.
10594         This fix a "null expression" at init in menustyle.c (menustyle_update)
10596 2002-06-19  Mikhael Goikhman  <migo@homemail.com>
10598         * configure.in:
10599         reworded supported feature listing, fixed the default xft detection
10600         * INSTALL.fvwm:
10601         added the "Supported Features" section
10603 2002-06-19  olicha  <olivier.chapuis@free.fr>
10605         * fvwm/colorset.h:
10606         Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
10608         * INSTALL.fvwm:
10609         Removed --enable-mulibyte and --disable-compound-text config option
10610         documentation. s/enable-xft/disable-xft/ and document --disable-xrender
10612         * configure.in:
10613         Xft is on by default no
10615         * libs/FlocaleCharset.c (*):
10616         * libs/FlocaleCharset.h:
10617         * libs/Ficonv.c (*):
10618         * libs/Ficonv.h:
10619         * libs/Flocale.c (*):
10620         * libs/Flocale.h:
10621         * libs/Fft.c (*):
10622         * libs/FftInterface.h:
10623         * libs/FBidi.c:
10624         * libs/FBidi.h:
10625         * fvwm/ewmh_names.c ():
10626         Some cleanup. Implemented StringEncoding= in font names. Fixed
10627         string encoding for xft fonts. Try to be more cleaver about defaults
10628         charsets. Improvement in the locale charset table.
10630         * fvwm/fvwm.1:
10631         Some documentation cleanup regarding Xft
10633 2002-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10635         * fvwm/functions.c (find_func_type):
10636         fixed bug i introduced w/ last commit
10638         * fvwm/fvwm.c (Done):
10639         (StartupStuff):
10640         * fvwm/functions.c (functions_is_complex_function):
10641         * fvwm/builtins.c (CMD_DestroyFunc):
10642         (CMD_AddToFunc):
10643         (CMD_Plus):
10644         moved functions to functions.c
10645         general cleanup
10647         * fvwm/functable.c:
10648         * fvwm/functable.h:
10649         * fvwm/functions.h:
10650         * fvwm/commands.h:
10651         * fvwm/functions.c:
10652         moved some types and functions to other/new files
10654         * fvwm/functions.c:
10655         * fvwm/expand.c (expand_vars_extended):
10656         (expand_vars):
10657         functions moved to new file
10659         * fvwm/functions.c:
10660         reindented file
10662 2002-06-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10664         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10665         fixed colorurmap focus problem
10667         * **/*.[ch]:
10668         tabified all files and removed all trailing spaces
10670         * fvwm/move_resize.c (move_window_doit):
10671         * fvwm/virtual.c (CMD_MoveToDesk):
10672         MoveToPage and MoveToDesk no longer unstick windows
10674 2002-06-17  Mikhael Goikhman  <migo@homemail.com>
10676         * INSTALL.fvwm:
10677         small improvements
10679         * configure.in:
10680         reworded some names of supported features
10682 2002-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10684         * fvwm/update.c (apply_window_updates):
10685         * fvwm/session.c (MatchWinToSM):
10686         * fvwm/add_window.c (setup_window_structure):
10687         * fvwm/windowshade.c (CMD_WindowShade):
10688         * fvwm/window_flags.h:
10689         fixed a problem w/ shaded windows changind the title direction
10691         * fvwm/geometry.c (get_shaded_geometry):
10692         fixed shading window to 0 width or height
10694         * fvwm/add_window.c (AddWindow):
10695         fixed a memory leak and an initial window placement bug
10697 2002-06-15  Mikhael Goikhman  <migo@homemail.com>
10699         * configure.in:
10700         minor improvements in output, added bin/fvwm-perllib
10702 2002-06-12  Mikhael Goikhman  <migo@homemail.com>
10704         * fvwm/menustyle.c (CMD_CopyMenuStyle):
10705         fixed copying PopupOffset values in CopyMenuStyle
10707         * NEWS:
10708         Copied 2.4.8 NEWS
10710 2002-06-10  Mikhael Goikhman  <migo@homemail.com>
10712         * libs/Strings.c:
10713         * libs/Strings.h:
10714         added CopyStringWithQuotes, not perfect, but works for now
10716 2002-06-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10718         * fvwm/functions.h:
10719         * fvwm/commands.h:
10720         * fvwm/functions.c (func_config):
10721         * libs/FScreen.c (FScreenConfigureSLSScreens):
10722         (FScreenConfigureModule):
10723         * fvwm/virtual.c (CMD_XineramaSlsScreens):
10724         new command XineramaSLSScreens
10726         * libs/FScreen.c:
10727         cleaned up Xinerama ifdefs
10729 2002-06-07  Dan Espen  <dane@mk.telcordia.com>
10731         * NEWS:
10732         * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
10734 2002-06-07  olicha  <olivier.chapuis@free.fr>
10736         * libs/Flocale.h:
10737         * libs/Flocale.c (FlocaleGetShadowTextPosition):
10738         Some shadow text position fixes
10740 2002-06-06  olicha  <olivier.chapuis@free.fr>
10742         * fvwm/update.c (apply_window_updates):
10743         Fixed the position of shaded windows after certain style update
10745         * acinclude.m4:
10746         Fixed some options names
10748 2002-06-06  Mikhael Goikhman  <migo@homemail.com>
10750         * fvwm/module_interface.c (CMD_SendToModule):
10751         fixed SendToModule when the first parameter contains quotes
10753 2002-06-06  olicha  <olivier.chapuis@free.fr>
10755         * fvwm/fvwm.c (main):
10756         * fvwm/ewmh.c (EWMH_Init):
10757         Init the EWMH before reading the config. Always setup the working
10758         area.
10760 2002-06-05  olicha  <olivier.chapuis@free.fr>
10762         * fvwm/update.c (apply_window_updates):
10763         Fixed the position of a shaded window during a style update
10764         (do_redecorate)
10766         * libs/Flocale.c (FlocaleRotateDrawString):
10767         (FlocaleGetShadowTextPosition):
10768         Fixed side title text position if the font has no shadow
10770         * acconfig.h:
10771         * libs/Ficonv.c (FiconvInit):
10772         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
10773         * libs/Flocale.c (FlocaleInit):
10774         (FlocaleRotateDrawString):
10775         (FlocaleGetFontSet):
10776         (FlocaleGetFontOrFontSet):
10777         (FlocaleLoadFont):
10778         (FlocaleDrawString):
10779         (FlocaleTextWidth):
10780         (FlocaleFreeNameProperty):
10781         (FlocaleGetNameProperty):
10782         (FlocaleTextListToTextProperty):
10783         Finish to remove the multibyte patch. This gives a more clean code
10784         and can only prevent bugs
10786 2002-06-05  Mikhael Goikhman  <migo@homemail.com>
10788         * fvwm/placement.c (PlaceWindow):
10789         fixed CascadePlacement with huge windows (xterm -g 240x100),
10790         that were aligned to bottom-right instead of top-left;
10791         small adjustments (removed border_width from calculations,
10792         don't place normal windows at 0, commented out some strange code)
10794 2002-06-04  Mikhael Goikhman  <migo@homemail.com>
10796         * NEWS:
10797         document CascadePlacement and FvwmIconMan improvements
10799         * fvwm/fvwm.1:
10800         typo
10802 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
10804         * fvwm/add_window.c (adjust_fvwm_internal_windows):
10805         * fvwm/fvwm.c (InitVariables):
10806         * fvwm/placement.c (PlaceWindow):
10807         * fvwm/screen.h (struct ScreenInfo):
10808         improved *CascadePlacement, if the last placed window does not exist
10809         any more, reuse the last used position instead of adding a new cascade
10811 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10813         * fvwm/events.c (HandleEnterNotify):
10814         * fvwm/fvwm.c (InitVariables):
10815         * fvwm/events.h:
10816         Fixed colormap handling over decorative parts of a window
10818 2002-06-03  olicha  <olivier.chapuis@free.fr>
10820         * fvwm/module_interface.c (make_named_packet):
10821         Fixed an write out of memory bug. This complete Mikhail Kruk patch
10822         related to named module packet
10824 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10826         * fvwm/focus.c (focus_grab_buttons):
10827         * fvwm/events.c (HandleButtonPress):
10828         fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
10830 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
10832         * fvwm/bindings.c (ParseBinding):
10833         replaced an error "Illegal mouse button" with a descriptive warning
10834         when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
10836 2002-05-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10838         * fvwm/events.c (GetContext):
10839         fixed key bindings on decorations
10841         * fvwm/events.h:
10842         removed XEVMASK_DECORW
10844 2002-05-31  olicha  <olivier.chapuis@free.fr>
10846         * NEWS:
10847         * fvwm/fvwm.1:
10848         Documented shadow effect in a new section FONT EFFECTS
10850 2002-05-31  olicha  <olivier.chapuis@free.fr>
10852         * libs/Fft.c (FftDrawString):
10853         * libs/Colorset.c (DumpColorset):
10854         (LoadColorset):
10855         * libs/Colorset.h:
10856         * fvwm/colorset.c (parse_colorset):
10857         New colorset option fg_alpha which defines an alpha for rendering
10858         text with Xft
10860 2002-05-29  olicha  <olivier.chapuis@free.fr>
10862         * libs/Fft.c (FftSetupEncoding):
10863         * libs/Fft.h:
10864         * libs/FRender.h:
10865         Added Xft2 support
10867         * acinclude.m4:
10868         * configure.in:
10869         Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
10870         to Xft FLAGS and LIBS
10872         * fvwm/Makefile.am:
10873         * libs/Makefile.am:
10874         Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
10875         Xft2 library. Removed FT2 CFLAGS and LIBS
10877 2002-05-27  olicha  <olivier.chapuis@free.fr>
10879         * acinclude.m4:
10880         * acconfig.h:
10881         * configure.in:
10882         Some Xft2 and fontconfig preparation
10884         * libs/Flocale.h:
10885         * libs/Flocale.c (FlocaleParseShadow):
10886         (FlocaleLoadFont):
10887         (FlocaleGetShadowTextPosition):
10888         Added offset to shadow text
10890         * libs/Flocale.h:
10891         Fixed the position of ne shadow text and remove some unused #define
10893 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10895         * fvwm/colorset.c (parse_colorset):
10896         fixed integer overflow in average colour calculation
10898 2002-05-27  olicha  <olivier.chapuis@free.fr>
10900         * libs/gravity.c (GetNextMultiDirection):
10901         (ParseMultiDirectionArgument):
10902         * libs/gravity.h:
10903         Added a multi direction type which is a "<<" version of direction
10904         type. Added a parse and a next functions
10906         * libs/Flocale.h:
10907         * libs/Flocale.c (FlocaleParseShadow):
10908         (FlocaleGetNextShadowDirection):
10909         (FlocaleGetShadowTextPosition):
10910         Used gravity multi direction type and functions. Removed
10911         FlocaleGetNextShadowDirection
10913 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10915         * fvwm/focus.c (restore_focus_after_unmap):
10916         fixed a problem w/ colormap transition when transient window died
10918         * fvwm/add_window.c (AddWindow):
10919         clean up
10921         * fvwm/session.c (getUniqueStateFilename):
10922         applied security patch by Jan Echternach
10924         * fvwm/fvwm.c (InitVariables):
10925         Properly initialise Scr.flags.is_pointer_on_this_screen
10927         * libs/fvwmlib.h (FvwmFont):
10928         * fvwm/fvwm.c (setVersionInfo):
10929         * configure.in:
10930         * config.h.in:
10931         * acconfig.h (MULTIBYTE):
10932         removed MULTIBYTE option (unconditionally on)
10934 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10936         * libs/gravity.c (ParseDirectionArgument):
10937         allow "t", "u", ... shortcuts as direction arguments
10939         * fvwm/style.c (check_window_style_change):
10940         (parse_and_set_window_style):
10941         * fvwm/frame.c (frame_setup_border):
10942         (frame_get_shading_laziness):
10943         (frame_get_sidebar_geometry):
10944         * fvwm/decorations.c (SelectDecor):
10945         * fvwm/add_window.c (setup_style_and_decor):
10946         (setup_resize_handle_cursors):
10947         (setup_resize_handle_windows):
10948         (change_resize_handle_windows):
10949         (destroy_auxiliary_windows):
10950         * fvwm/borders.c (border_get_border_gcs):
10951         (border_draw_border_parts):
10952         * fvwm/style.h (SCSET_HAS_BORDER):
10953         * fvwm/fvwm.h (FvwmWindow):
10954         * fvwm/window_flags.h (SET_HAS_BORDER):
10955         new styles NoBorder/Border
10957 2002-05-26  olicha  <olivier.chapuis@free.fr>
10959         * libs/Flocale.h:
10960         * libs/Flocale.c (FlocaleParseShadow):
10961         (FlocaleGetNextShadowDirection):
10962         (FlocaleGetShadowTextPosition):
10963         (FlocaleLoadFont):
10964         Implemented multidirectional shadow text rendering
10966         * libs/Flocale.h:
10967         * libs/Flocale.c
10968         (FlocaleFontStructDrawString):
10969         (FlocaleRotateDrawString):
10970         (FlocaleLoadFont):
10971         (FlocaleDrawString):
10972         (FlocaleTextWidth):
10973         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
10974         * libs/Fft.c (FftDrawString):
10975         Cleanup the FlocaleFont structure by addings some flags
10977 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10979         * fvwm/events.c (HandleFocusIn):
10980         * fvwm/add_window.c (adjust_fvwm_internal_windows):
10981         * fvwm/screen.h (ScreenInfo):
10982         * fvwm/focus.c (FocusOn):
10983         ignore EnterNotify events while a window is waiting to receive focus
10984         from the Focus or FlipFocus commands; should prevent plenty of race
10985         contidions caused by executing complex functions by a key press, button
10986         press or from a menu; fixes Alt-Tab problem
10988         * fvwm/events.c (HandleMapNotify):
10989         immediately draw window decorations when window is mapped; the new frame
10990         drawing code takes care of suppressing unnecessary redraws
10991         (HandleLeaveNotify):
10992         fixed a bug w/ LeaveNotify event with NotifyGrab
10994 2002-05-22  olicha  <olivier.chapuis@free.fr>
10996         * libs/Flocale.h:
10997         * libs/Fft.c (FftDrawString):
10998         * libs/Flocale.c (FlocaleFontStructDrawString):
10999         (FlocaleRotateDrawString):
11000         (FlocaleLoadFont):
11001         (FlocaleGetShadowTextPosition):
11002         (FlocaleDrawString):
11003         (FlocaleDrawUnderline):
11004         (FlocaleTextWidth):
11005         Implemented negative shadow text
11007 2002-05-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11009         * fvwm/menucmd.c (CMD_AddToMenu):
11010         * fvwm/windowlist.c (CMD_WindowList):
11011         * fvwm/menus.h:
11012         * fvwm/menus.c
11013         changed signature of AddToMenu
11015         * fvwm/menus.c (clone_menu_root_static):
11016         fixed problem w/ menu style usage count and tear off menus
11017         fixed core dump w/ not copying the missing sub menu function in tear
11018         off menus
11019         (clone_menu_item_list):
11020         (AddToMenu):
11021         (add_another_menu_item):
11022         (size_menu_vertically):
11023         fixed additional "More..." items in sub menus of torn off menus
11025 2002-05-22  Mikhael Goikhman  <migo@homemail.com>
11027         * libs/colorset.h:
11028         fixed #endif warning
11029         * fvwm/ConfigFvwmDefaults:
11030         added CirculateSkip to tear off menus
11031         * fvwm.1:
11032         fixed ShadeAgain quoting
11034 2002-05-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11036         * fvwm/events.c (HandleButtonPress):
11037         allow to pass the focus click to applications and have a function bound
11038         to it at the same time
11040         * fvwm/fvwm.c:
11041         * fvwm/colorset.h:
11042         fixed compilation problem
11044 2002-05-20  olicha  <olivier.chapuis@free.fr>
11046         * libs/PictureImageLoader.c (PImageRGBtoPixel):
11047         Fixed blue colour in png image and ewmh icons
11049         * libs/Flocale.c (FlocaleLoadFont):
11050         Removed some debug code
11052         * fvwm/colorset.c (parse_colorset):
11053         * libs/fvwmlib.h:
11054         * libs/ColorUtils.c (GetForeShadowColor):
11055         Added Mikhael algo to compute the default fgsh
11057 2002-05-18  Mikhael Goikhman  <migo@homemail.com>
11059         * fvwm/functions.c (expand_extended_var):
11060         expand $[fgsh.csN], use constants instead of numbers
11062 2002-05-17  olicha  <olivier.chapuis@free.fr>
11064         * libs/Flocale.c (FlocaleDrawString):
11065         (FlocaleDrawUnderline):
11066         * libs/Flocale.h:
11067         Removed some unused and debug code
11069 2002-05-17  olicha  <olivier.chapuis@free.fr>
11071         * fvwm/menuitem.c (draw_underline):
11072         * libs/Flocale.h:
11073         * libs/Flocale.c (FlocaleDrawUnderline):
11074         Move draw_underline into Flocale.c and fix underline position with
11075         shadow rendering
11077 2002-05-17  olicha  <olivier.chapuis@free.fr>
11079         * fvwm/style.c (update_window_color_style):
11080         (update_window_color_hi_style):
11081         * fvwm/move_resize.c (DisplayPosition):
11082         (DisplaySize):
11083         * fvwm/menuitem.c (menuitem_paint):
11084         * fvwm/borders.c (get_common_decorations):
11085         (border_get_titlebar_draw_descr):
11086         * fvwm/fvwm.h:
11087         * fvwm/icons.c (DrawIconWindow):
11088         Pass the colorset to text drawing via the FlocaleWinString structure
11090         * libs/fvwmlib.h:
11091         * libs/ColorUtils.c (GetForeShadowColor):
11092         (GetForeShadow):
11093         * fvwm/colorset.c (parse_colorset):
11094         * libs/Colorset.h:
11095         * libs/Colorset.c (DumpColorset):
11096         (LoadColorset):
11097         Added fgsh colorset and two new functions GetForeShadowColor and
11098         GetForeShadow which should be modified
11100         * libs/Makefile.am:
11101         * libs/Fft.h:
11102         * libs/FftInterface.h (new file):
11103         * libs/Fft.c (FftDrawString):
11104         * libs/Flocale.h:
11105         * libs/Flocale.c (FlocaleFontStructDrawString):
11106         (FlocaleRotateDrawString):
11107         (FlocaleDrawString):
11108         (FlocaleTextWidth):
11109         (FlocaleLoadFont):
11110         Implemented text shadow rendering
11112 2002-05-11  olicha  <olivier.chapuis@free.fr>
11114         * fvwm/builtins.h:
11115         * fvwm/builtins.c (refresh_window):
11116         * fvwm/update.c (apply_window_updates):
11117         * fvwm/update.h:
11118         * fvwm/style.c (check_window_style_change):
11119         ParentalRelativity style is now dynamic
11121 2002-05-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11123         * fvwm/menuitem.c (menuitem_paint):
11124         fixed menu item hilight area
11126 2002-05-09  olicha  <olivier.chapuis@free.fr>
11128         * libs/Makefile.am:
11129         * libs/XError.c (request_name):
11130         * libs/PictureImageLoader.c (PImageLoadPng):
11131         (PImageCreatePixmapFromArgbData):
11132         * libs/PictureGraphics.c (PGraphicsTintRectangle):
11133         (PGraphicsTileRectangle):
11134         (PGraphicsCopyFvwmPicture):
11135         * libs/FRenderInit.c (new file):
11136         * libs/FRenderInit.h (new file):
11137         * libs/FRenderInterface.h:
11138         * libs/FRender.c (*):
11139         * fvwm/colorset.c (parse_tint):
11140         (parse_colorset):
11141         * fvwm/fvwm.c (main):
11142         * fvwm/events.c (HandlePropertyNotify):
11143         Change the design of the previous commit. Now a module should call
11144         FRenderInit when it wants to use a function which depends on XRender.
11146 2002-05-09  olicha  <olivier.chapuis@free.fr>
11148         * fvwm/colorset.c:
11149         A -Wall fix
11151         * libs/Flocale.h:
11152         * libs/Fft.h:
11153         Fixed Compilation
11154         Include Fft.h include FRender.h as Xft.h include Xrender.h
11156         * libs/FRenderInterface.h:
11157         * libs/FRender.h:
11158         * libs/FRender.c (FRenderInit):
11159         (FRenderGetErrorCodeBase):
11160         (FRenderGetMajorOpCode):
11161         (FRenderGetExtensionSupported):
11162         (FRenderGetErrorText):
11163         Improve XRender initialization, check if the XRender extension is
11164         enabled and get the error code base and the major op code.
11165         Add error functions for the X error handler.
11167         * libs/XError.c (PrintXErrorAndCoredump):
11168         (request_name):
11169         Really enable USE_GET_ERROR_TEXT and take in account XRender error code
11170         and major op code
11172         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11173         * fvwm/events.c (HandlePropertyNotify):
11174         * fvwm/colorset.c (parse_tint):
11175         (parse_colorset):
11176         * libs/PictureImageLoader.c (PImageLoadPng):
11177         (PImageCreatePixmapFromArgbData):
11178         * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
11179         (PGraphicsCopyFvwmPicture):
11180         (PGraphicsTileRectangle):
11181         * libs/FRender.c (FRenderCopyArea):
11182         (FRenderTintRectangle):
11183         Check if the XRender extension is enabled on the display before
11184         performing XRender operations
11186 2002-05-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11188         * fvwm/menuitem.c (menuitem_paint):
11189         fixed item hilighting problems
11191 2002-05-07  olicha  <olivier.chapuis@free.fr>
11193         * fvwm/colorset.c (parse_colorset):
11194         More coloset fixes
11196 2002-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11198         * fvwm/events.c (HandlePropertyNotify):
11199         workaround for xterm resize problem
11201         * fvwm/colorset.c (parse_colorset):
11202         (free_colorset_background):
11203         (parse_pixmap):
11204         (parse_tint):
11205         fixed various bugs and core dumps w/ the cs->picture structure;
11206         note: it's a pointer, so compare with NULL, not with None
11208         * fvwm/frame.c (frame_setup_window):
11209         (frame_setup_window_app_request):
11210         (frame_force_setup_window):
11211         (frame_setup_window_internal):
11212         (frame_create_move_resize_args):
11213         (frame_free_move_resize_args):
11214         * fvwm/add_window.c (setup_window_attr):
11215         * fvwm/events.c (HandleConfigureRequest):
11216         (HandlePropertyNotify):
11217         fixed [?] bit_gravity/resize problem
11219         * fvwm/events.c (HandleEnterNotify):
11220         reformatted EdgeCommand code
11222 2002-05-06  olicha  <olivier.chapuis@free.fr>
11224         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11225         Resize an ewmh icon to the wanted size if it is to big
11227         * fvwm/ewmh.c (EWMH_WindowDestroyed):
11228         Set also the stacking list when a window is destroyed
11230 2002-05-03  Dan Espen  <dane@mk.telcordia.com>
11232         * fvwm/fvwm.1: Finish language check.
11233         Fix typo in Mouse section, context should be on new line.
11235 2002-05-02  Dan Espen  <dane@mk.telcordia.com>
11237         * fvwm/fvwm.1 (file): Restore icons and images text with some
11238         improvement.
11239         Started on lang check, not done yet.
11241 2002-05-02  Mikhail Kruk  <meshko@cs.brandeis.edu>
11243         * fvwm/module_interface.c (make_named_packet):
11244         Applied Mikhail Kruk patch
11246 2002-05-02  olicha  <olivier.chapuis@free.fr>
11248         * libs/FlocaleCharset.h:
11249         * libs/Ficonv.c (FiconvSetupConversion):
11250         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
11251         * libs/Flocale.h:
11252         * libs/Flocale.c (FlocaleGetFftFont):
11253         (FlocaleGetFontSet):
11254         (FlocaleGetFont):
11255         (FlocaleLoadFont):
11256         (FlocaleUnloadFont):
11257         * fvwm/fvwm.1:
11258         Implemented charset/iconv hints in font name
11260 2002-04-29  Stian Sletner  <stian@sletner.com>
11262         * fvwm/windowlist.c (CMD_WindowList):
11263         Added new Windowlist option IconifiedAtEnd
11265 2002-04-30  Mikhael Goikhman  <migo@homemail.com>
11267         * fvwm/module_interface.c:
11268         * libs/Module.c:
11269         * libs/Module.h:
11270         moved two constant strings to Module.h, so they may be used by perllib
11272 2002-04-29  olicha  <olivier.chapuis@free.fr>
11274         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
11275         Fixed a core dump if the charset is not found
11277         * libs/Flocale.c (FlocaleStringToString2b):
11278         Removed some debug code
11280 2002-04-29  olicha  <olivier.chapuis@free.fr>
11282         * libs/Fft.c (FftGetFontWidths):
11283         (FftGetFontWidths):
11284         * libs/Fft.h
11285         * libs/Flocale.h:
11286         * libs/Flocale.c (FlocaleGetFont):
11287         (FlocaleGetFontSet):
11288         (FlocaleGetFftFont):
11289         Removed min_char_offset member of the FlocaleFont as it is not use
11290         since we rotate string for side title
11292         * libs/Ficonv.c (FiconvSetupConversion):
11293         * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
11294         (FlocaleCharsetSetFlocaleCharset):
11295         * libs/Flocale.h:
11296         * libs/Flocale.c (FlocaleTextWidth):
11297         (FlocaleDrawString):
11298         (FlocaleUtf8ToUnicodeStr2b):
11299         (FlocaleLoadFont):
11300         (FlocaleStringToString2b):
11301         (FlocaleRotateDrawString):
11302         (FlocaleFontStructDrawString):
11303         Added support for drawing string with 10646-1 fonts without an utf8
11304         locale. Also, drawing strings with a multibyte font now work not so
11305         bad even if the locale have nothing to do with the font.
11307         * libs/Fft.c (FftUtf8ToFftString16):
11308         (FftDrawString):
11309         (FftTextWidth):
11310         Added utf8 rendering with iso10646-1 fonts on system without
11311         Xft Utf8 functions
11313         * fvwm/colorset.c (reset_cs_pixmap):
11314         (parse_pixmap):
11315         (parse_shape):
11316         (parse_tint):
11317         (parse_colorset):
11318         Colorset now accept bitmaps. Split a bit parse_colorset for readability
11320 2002-04-28  Mikhael Goikhman  <migo@homemail.com>
11322         * fvwm/menus.c:
11323         fixed core dump on default Alt-Tab (Alt released when mouse is outside)
11325 2002-04-27  Mikhael Goikhman  <migo@homemail.com>
11327         * fvwm/move_resize.c:
11328         don't start Move with snap disabled if Alt is initially pressed
11330 2002-04-26  Mikhael Goikhman  <migo@homemail.com>
11332         * NEWS, configure.in:
11333         changed version to 2.5.2
11335 2002-04-25  Mikhael Goikhman  <migo@homemail.com>
11337         * fvwm/fvwm.1:
11338         improved main headers, added new COLORSETS section;
11339         documented State condition
11341         * NEWS:
11342         documented Tint in colorsets and utility renaming
11344         * libs/Flocale.c:
11345         corrected several error reporting problems
11347 2002-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11349         * fvwm/events.h:
11350         fixed leaving tear off menus
11352 2002-04-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11354         * fvwm/borders.c (border_draw_part_relief):
11355         (border_set_button_pixmap):
11356         (border_draw_title_stick_lines):
11357         (border_draw_title_mono):
11358         (border_draw_title_relief):
11359         * libs/fvwmlib.h (RelieveRectangle2):
11360         (RelieveRectangle):
11361         replaced functions by macros
11363         * libs/Graphics.c (do_relieve_rectangle):
11364         applied performance patch by Dave Trollope
11366 2002-04-24  Mikhael Goikhman  <migo@homemail.com>
11368         * libs/FBidi.c:
11369         * libs/FBidi.h:
11370         * libs/Flocale.c:
11371         * libs/Flocale.h:
11372         * libs/FlocaleCharset.c:
11373         FBidi is now independent from Flocale* again;
11374         iso8859-6.8x fonts recognized now as bidi-enabled
11376 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
11378         * libs/Flocale.c:
11379         fixed --disable-multibyte
11381 2002-04-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11383         * fvwm/borders.c (border_draw_title_deep):
11384         (border_set_title_pixmap):
11385         (border_set_button_pixmap):
11386         fixed SolidButton title and button style
11388 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
11390         * fvwm/fvwm.1:
11391         * NEWS:
11392         * AUTHORS:
11393         added new entry about CurrentAtEnd
11395         * colorset.c:
11396         minor reformatting and spell checking
11398 2002-04-23  Jochen Klenner  <jochen.klenner@gmx.net>
11400         * fvwm/windowlist.c (CMD_WindowList):
11401         Added new Windowlist option CurrentAtEnd
11403 2002-04-22  olicha  <olivier.chapuis@free.fr>
11405         * fvwm/colorset.c (parse_colorset):
11406         * libs/Colorset.h:
11407         Fixed an enormous core dump which comes from a cvs merging problem
11409         * fvwm/Makefile.am:
11410         * acconfig.h:
11411         * configure.in:
11412         Added Xrender detection and link fvwm if needed
11414         * libs/PictureGraphics.c:
11415         * libs/PictureGraphics.h:
11416         * libs/FRender.c:
11417         * libs/FRender.h:
11418         * libs/FRenderInterface.h:
11419         * libs/PictureGrpahics.c (*):
11420         * libs/PictureGrpahics.h:
11421         New libs files to acheive alpha-blend rendering and better XBM
11422         support. PictureGraphics contains elaborated version and also
11423         simplified version of XFillRectangle, XCopyPlan and XCopyArea
11424         Xlib functions.
11426         * fvwm/fvwm.h:
11427         * fvwm/icons.c (clear_icon):
11428         (GetIconPicture):
11429         (DrawIconWindow):
11430         (GetIconFromFile):
11431         * fvwm/events.c (HandlePropertyNotify):
11432         * fvwm/borders.c (border_fill_pixmap_background):
11433         (border_get_border_background):
11434         (border_draw_decor_to_pixmap):
11435         * fvwm/menuitem.c (menuitem_paint):
11436         * fvwm/add_window.c (destroy_icon):
11437         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11438         * fvwm/geometry.c (move_icon_to_position):
11439         * fvwm/colorset.c (free_colorset_background):
11440         (parse_colorset):
11441         * libs/Colorset.h:
11442         Implemented alpha-blend rendering with the new libs function
11444         * fvwm/colorset.c (free_colorset_background):
11445         (parse_colorset):
11446         * libs/Colorset.h:
11447         Implemented tinting of a Pixmap background colorset
11449         * fvwm/colorset.c (parse_colorset):
11450         Use the Scr.NoFocusWin as main window in the place of the
11451         Scr.SizeWindow, this fix a lot of X errors in my machine.
11453         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
11454         Donated our alpha channel
11456         * libs/vpacket.h:
11457         * fvwm/module_interface.h:
11458         * fvwm/module_interface.c (SendFvwmPicture):
11459         (BroadcastMiniIcon):
11460         (SendMiniIcon):
11461         (BroadcastFvwmPicture):
11462         (CMD_Send_WindowList):
11463         * fvwm/add_window.c (change_mini_icon):
11464         (broadcast_mini_icon):
11465         * fvwm/ewmh_icons.c:
11466         Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
11467         SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
11469         * libs/Makefile.am:
11470         * libs/PictureBase.c (*):
11471         * libs/PictureBase.h:
11472         * libs/Picture.c (*):
11473         * libs/Picture.h:
11474         * libs/PictureImageLoader.c (*):
11475         * libs/PictureImageLoader.h:
11476         * fvwm/*:
11477         Rename some libs file InitPicture -> PictureBase, FImageLoader ->
11478         PictureImageLoader.
11479         Rename some libs function: InitPictureCMap -> PictureInitCMap,
11480         UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
11481         PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
11482         SetImagePath -> PictureSetImagePath, findImageFile ->
11483         PictureFindImageFile, PictureList -> FvwmPictureList,
11484         LoadFvwmPicture removed now  PImageLoadFvwmPictureFromFile replace it,
11485         GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
11486         DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
11487         PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
11488         PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
11489         Also renamed more recent functions in PictureImageLoader.
11491         * fvwm/borders.c (border_draw_one_border_part):
11492         (border_draw_decor_to_pixmap):
11493         Fixed drawing of a TiledPixmap borded and fixed position of buttons
11494         pixmap
11496         * fvwm/menus.c (pop_menu_up):
11497         (animated_move_back):
11498         (ParentalMenuRePaint):
11499         * fvwm/move_resize.h (resize_geometry_window):
11500         * fvwm/move_resize.c (move_window_doit):
11501         (AnimatedMoveAnyWindow):
11502         (AnimatedMoveOfWindow):
11503         (AnimatedMoveFvwmWindow):
11504         Fixed transparent animated menu
11506 2002-04-21  Mikhael Goikhman  <migo@homemail.com>
11508         * fvwm/fvwm.1:
11509         fixed two places
11511 2002-04-19  Hippo
11513         * fvwm/colorset.c:
11514         * libs/Colorset.c:
11515         fixed running out of colors on 8bpp with ReadWriteColors;
11516         simulate colorsets on monochrome displays using three 1-bit pixmaps
11518 2002-04-19  Mikhael Goikhman  <migo@homemail.com>
11520         * configure.in:
11521         fixed $PERL detection again
11523 2002-04-18  Hippo
11525         * configure.in:
11526         added -Wno-implicit-int to -Wall in case of gcc
11528         * fvwm/colorset.c:
11529         * fvwm/fvwm.c:
11530         fixed ReadWriteColors on a PseudoColor display
11532 2002-04-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11534         * fvwm/move_resize.c (move_window_doit):
11535         set the is_icon_moved too flag if the icon was moved non-interactively
11537 2002-04-16  Hippo
11539         * fvwm/*.[ch]:
11540         * NEWS:
11541         Moved FvwmTheme functionality into fvwm.
11542         Added new commands Colorset, ReadWriteColors, CleanupColorsets.
11544 2002-04-17  Mikhael Goikhman  <migo@homemail.com>
11546         * configure.in:
11547         fixed $PERL detection
11549         * fvwm/fvwm.1:
11550         * fvwm/ConfigFvwmDefaults:
11551         several fixes and spelling
11553 2002-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11555         * libs/Bindings.c (CheckBinding):
11556         (MatchBinding):
11557         (GrabWindowKey):
11558         (GrabWindowButton):
11559         (MatchBindingExactly):
11560         patch by yeti@physics.muni.cz to help with a weird problem w/ czech
11561         keyboards
11563 2002-04-12  Mikhael Goikhman  <migo@homemail.com>
11565         * configure.in:
11566         configure now uses $PERL if set
11568         * **:
11569         all programs installed into ${bindir} have now fvwm- prefix;
11570         documentation updated
11572 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
11574         * **:
11575         renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
11576         documentation updated
11578 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
11580         * NEWS:
11581         added 2.4.7 entries
11583 2002-04-10  Dan Espen  <dane@mk.telcordia.com>
11585         * AUTHORS: New author.
11587         * NEWS: Edge Command.
11589 2002-04-09  Uwe Pross  <uwe.pross@gmx.net>
11591         * fvwm/fvwm2.1:
11592         Added EdgeCommand paragraph.
11594         * fvwm/events.c (HandleEnterNotify):
11595         Added execution of Scr.PanFrame*.command if set
11597         * fvwm/fvwm.c (InitVariables):
11598         Added init strings for pan frame commands.
11600         * fvwm/virtual.c:
11601         * fvwm/virtual.h:
11602         (checkPanFrames):
11603         Avoid hiding of pan frames if pan frame command is set.
11604         (CMD_EdgeCommand):
11605         Implementation of the buildin command EdgeCommand. First
11606         implementation of this function.
11608         * fvwm/screen.h (struct):
11609         added char * command in structure Panframe to store the pan frame
11610         command.
11612         * fvwm/functions.c:
11613         added declaration of CMD_ENTRY("edgecommand")
11615         * fvwm/functions.h:
11616         added definition of Flag F_EDGE_COMMAND
11618         * fvwm/commands.h:
11619         added definition of CMD_EdgeCommand(F_CMD_ARGS)
11621 2002-04-10  Mikhael Goikhman  <migo@homemail.com>
11623         * fvwm/fvwm2.1:
11624         added "BI-DIRECTIONAL TEXTS" section
11626         * libs/System.c:
11627         added #include <sys/select.h> to fix endless loop on QNX
11629 2002-04-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11631         * fvwm/fvwm2.1:
11632         changed description of focus models
11634 2002-04-09  olicha  <olivier.chapuis@free.fr>
11636         * configure.in:
11637         Check for libpng libpng 1.0.4a or better
11639 2002-04-08  Mikhael Goikhman  <migo@homemail.com>
11641         * fvwm/add_window.c (setup_title_geometry):
11642         * fvwm/fvwm.h:
11643         * fvwm/fvwm2.1:
11644         * fvwm/geometry.c (get_title_font_size_and_offset):
11645         * fvwm/geometry.h:
11646         * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
11647         * fvwm/style.h:
11648         * fvwm/window_flags.h:
11649         * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
11650         * libs/Fft.h:
11651         * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
11652         * libs/Flocale.h:
11653         new Style options TopTitleRotated / TopTitleNotRotated,
11654         BottomTitleRotated / BottomTitleNotRotated
11656 2002-04-08  olicha  <olivier.chapuis@free.fr>
11658         * libs/Makefile.am:
11659         Fixed make dist again
11661 2002-04-07  Dan Espen  <dane@mk.telcordia.com>
11663         * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
11665 2002-04-07  Mikhael Goikhman  <migo@homemail.com>
11667         * INSTALL.fvwm:
11668         minor wording fixes
11670         * NEWS:
11671         mention a new FvwmIconMan syntax
11673         * sample.fvwmrc/new-features:
11674         * sample.fvwmrc/system.fvwm2rc:
11675         * sample.fvwmrc/system.fvwm2rc-sample-95:
11676         use a new module syntax
11678 2002-04-06  olicha  <olivier.chapuis@free.fr>
11680         * fvwm/fvwm2.1:
11681         * INSTALL.fvwm:
11682         Forget to save some file
11684         * libs/FImageLoader.c (c100_init_base_table):
11685         Allows init even if !XPM
11687         * libs/Makefile.am:
11688         Remove a F
11690         * configure.in:
11691         Fixed png detection
11693         * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
11694         Fixed a GC memory leaks.
11696         * fvwm/fvwm.c (setVersionInfo):
11697         * fvwm/fvwm2.1:
11698         Updated -version for png, bidi and xft
11700         * fvwm/fvwm2.1:
11701         Modified the ICONS section. Rename it ICONS AND IMAGES and
11702         document PNG file format. Replace "xpm or bitmap file" by
11703         "image file" in a few place.
11705         * INSTALL.fvwm:
11706         * NEWS:
11707         PNG news and documented libpng in the "Optional libraries used by FVWM"
11708         section
11710 2002-04-05  olicha  <olivier.chapuis@free.fr>
11712         * libs/FImageLoader.c (c100_init_base_table):
11713         (FImageReduceRGBColor):
11714         (FImageCreatePixmapFromArgbData):
11715         Speed up color limitation for png image and ewmh icons
11716         Respect color limit even with DirectColor and TrueColor
11718         * configure.in:
11719         * acconfig.h (HAVE_PNG):
11720         Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
11721         even without XPM support
11723         * libs/Makefile.am
11724         * libs/InitPicture.c (new file):
11725         * libs/InitPicture.h (new file):
11726         * libs/Picture.c:
11727         * libs/Picture.h:
11728         * libs/FImageLoader.c (new file):
11729         * libs/FImageLoader.h (new file):
11730         * libs/Fxpm.h (new file):
11731         * libs/Fpng.h (new file):
11732         Images are loaded in FImageLoader. PNG image can be loaded, the loader
11733         come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
11734         ColorLimit stuff is applied to PNG image.
11735         Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
11736         Picture.c and Picture.h.
11737         InitPicture contains the Picture structure, initialize the visual,
11738         depth and color map and contains image path stuff as Picture contains
11739         Picture manipulations.
11741         * libs/ColorUtils.c:
11742         * libs/Picture.h:
11743         Moved the Picture color utils func to ColorUtils
11745         * fvwm/Makefile.am:
11746         links against libpng
11748         * fvwm/icons.c (GetIconPicture):
11749         (GetXPMFile):
11750         (GetBitmapFile):
11751         (GetIconFromFile):
11752         Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
11753         the libs image loader
11755         * fvwm/cursor.c (CMD_CursorStyle):
11756         Use FImageLoadCursorPixmapFromFile (no PNG support here)
11758         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
11759         (EWMH_SetIconFromWMIcon):
11760         Use the argb loader of the libs. ColorLimit are now applied to ewmh
11761         icons
11763         * fvwm/modconf.c:
11764         Send the ColorLimit to module in any case
11766         * libs/fvwmlib.h:
11767         * libs/Graphics.c:
11768         * libs/Flocale.c
11769         * libs/Fft.c:
11770         * libs/Colorset.c:
11771         * fvwm/add_window.c:
11772         * fvwm/builtins.c:
11773         * fvwm/fvwm.h:
11774         * fvwm/menus.c:
11775         * fvwm/menustyle.c:
11776         * fvwm/move_resize.c:
11777         include cleanup
11779 2002-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11781         * fvwm/events.c (test_map_request):
11782         (test_resizing_event):
11783         fixed endless loop in HandleConfigureRequest
11785 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11787         * fvwm/add_window.c (setup_style_and_decor):
11788         fixed borderless transients
11790         * fvwm/events.c (test_resizing_event):
11791         (HandleConfigureRequest):
11792         * fvwm/frame.c (frame_create_move_resize_args):
11793         * fvwm/add_window.c (AddWindow):
11794         * fvwm/fvwm.h:
11795         * fvwm/window_flags.h:
11796         tried to improve ConfigureRequest handling
11798         * fvwm/events.c (HandlePropertyNotify):
11799         recalculate window size when the base_width or base_height hint
11800         changes; fixes some problems with xemacs
11802         * fvwm/virtual.c (map_window):
11803         redraw decorations
11805         * fvwm/borders.c (border_draw_decorations):
11806         don't redraw windows on a different desk
11807         keep track of Scr.Hilite
11809 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11811         * fvwm/virtual.c (unmap_window):
11812         * fvwm/move_resize.c (resize_window):
11813         * fvwm/icons.c (Iconify):
11814         * fvwm/add_window.c (CaptureOneWindow):
11815         * fvwm/borders.c (border_undraw_decorations):
11816         mark window decorations as not drawn whenever the frame is unmapped
11818 2002-03-30  Dan Espen  <dane@mk.telcordia.com>
11820         * fvwm/fvwm2.1: Fixup IconBox geometry examples.
11822 2002-03-29  Mikhael Goikhman  <migo@homemail.com>
11824         * libs/FBidi.c:
11825         use safemalloc and alloca instead of malloc
11827 2002-03-29  olicha  <olivier.chapuis@free.fr>
11829         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
11830         Set the X locale charset on system without XOpenOM
11832 2002-03-27  Mikhael Goikhman  <migo@homemail.com>
11834         * configure.in:
11835         fixed multibyte support reporting
11837 2002-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11839         * libs/fvwmlib.h:
11840         * fvwm/fvwm.h:
11841         * config.h.in:
11842         moved gcc extension __attribute__ handling to config.h
11844         * fvwm/fvwm.c (main):
11845         * fvwm/stack.c (add_window_to_stack_ring_after):
11846         * fvwm/icons.c (GetIconWindow):
11847         (GetIconBitmap):
11848         * fvwm/add_window.c:
11849         fixed core dumps and other bugs in debug messages
11851 2002-03-27  olicha  <olivier.chapuis@free.fr>
11853         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
11854         (FlocaleCharsetSetFlocaleCharset):
11855         * acconfig.h:
11856         * configure.in (problem_multibyte):
11857         Fixed compilation for system without XOpenOM in Xlib.h
11859         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
11860         * libs/Ficonv.c (FiconvInit):
11861         Be more safe
11863         * fvwm/fvwm.c:
11864         include only libs/Flocale.h
11866 2002-03-26  Mikhael Goikhman  <migo@homemail.com>
11868         * configure.in:
11869         fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
11871         * libs/FBidi.c:
11872         * libs/FBidi.h:
11873         * libs/Flocale.c:
11874         * libs/FlocaleCharset.c:
11875         minor modifications, like removed #include;
11876         fixed core dump with bidi and utf-8
11878 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11880         * fvwm/frame.c (frame_update_hidden_window_pos):
11881         fixed shade/maximize/unshade
11883         * fvwm/builtins.c (FreeDecorFace):
11884         fixed memory leak
11886         * fvwm/borders.c (get_common_decorations):
11887         (border_get_border_style):
11888         * fvwm/style.c (parse_and_set_window_style):
11889         * fvwm/style.h:
11890         * fvwm/window_flags.h:
11891         * fvwm/fvwm.h (struct):
11892         * fvwm/frame.c (frame_mrs_setup_draw_decorations):
11893         (frame_create_move_resize_args):
11894         (frame_move_resize_step):
11895         (frame_next_move_resize_args):
11896         new styles WindowShadeLazy [default], WindowShadeBusy and
11897         WindowShadeAlwaysLazy
11899         * fvwm/frame.c (frame_set_decor_gravities):
11900         fixed window bit gravities
11901         split into smaller functions
11902         (frame_move_resize_step):
11903         fixed a bug w/ the parent gravity
11904         (frame_hide_changing_window_parts):
11905         fixed flickering in one of the corners during shade animation
11906         (frame_mrs_hide_changing_parts):
11907         renamed function
11908         (frame_mrs_prepare_vars):
11909         (frame_mrs_hide_unhide_parent):
11910         (frame_mrs_setup_draw_decorations):
11911         (frame_mrs_resize_move_windows):
11912         new functions
11914 2002-03-25  olicha  <olivier.chapuis@free.fr>
11916         * libs/Fft.c (FftSetupEncoding):
11917         Fixed compilation
11919         * libs/Flocale.c (FlocaleDrawString):
11920         * libs/FBidi.c (FBidiConvert):
11921         * libs/FBidi.h:
11922         Pass the font to FBidiConvert
11924         * acconfig.h (HAVE_LIBCHARSET):
11925         * acinclude.m4 (CHECK_LIBCHARSET):
11926         * configure.in:
11927         If libiconv is used check for libcharset
11929         * libs/Makefile.am:
11930         * libs/FlocaleCharset.h:
11931         * libs/FlocaleCharset.c:
11932         * libs/Flocale.h:
11933         * libs/Flocale.c (*):
11934         * libs/Fft.c (FftSetupEncoding):
11935         * libs/Fft.h:
11936         New structure FlocaleCharset to handle font, iconv and fribidi charsets.
11937         FlocaleFont has such a member which is set when charset info are needed.
11938         FlocaleCharset.c contains a big table which associates to an X charset
11939         various possible locale charsets and the fribidi charset.
11940         If libiconv is used, libcharset is used to compute the locale charset.
11941         Various Flocale clean up.
11943         * fvwm/fvwm.c (main):
11944         Removed the call to FlocaleInitCharset, it is now done automatically
11945         when needed
11947         * libs/Makefile.am:
11948         * libs/Ficon.h:
11949         * libs/Ficonv.c:
11950         * fvwm/ewmh.c (ewmh_atom_property_notify[]):
11951         * fvwm/ewmh.h:
11952         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
11953         (EWMH_WMIconName):
11954         (EWMH_WMName):
11955         (EWMH_SetDesktopNames):
11956         Moved iconv conversions into the library. Try to found the good iconv
11957         charset with the help of the font and of the FlocaleCharset table.
11959 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11961         * libs/Module.c (SendFvwmPipe):
11962         * libs/Graphics.c (do_relieve_rectangle):
11963         * fvwm/menustyle.c (menustyle_parse_old_style):
11964         * fvwm/add_window.c (setup_window_structure):
11965         memory management patches by Dave Trollope
11967         * fvwm/frame.c (frame_get_sidebar_geometry):
11968         hide the handles when using the NoHandles style
11970         * fvwm/borders.c (border_redraw_decorations):
11971         change in title rotation is applied immediately, don't use the value "2"
11972         to force redrawing
11974         * fvwm/style.c (parse_and_set_window_style):
11975         removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
11976         styles can be used
11977         documented the new title directions
11978         (parse_and_set_window_style):
11979         removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
11980         instead
11981         documented these styles
11983         * fvwm/add_window.c (CaptureOneWindow):
11984         (CaptureAllWindows):
11985         (AddWindow):
11986         cleaned up
11988         * fvwm/icons.c (DeIconify):
11989         fiexd fucoused window not hilighting after deiconification
11991 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11993         * fvwm/update.c (apply_window_updates):
11994         windows are not unshaded when the decoration layout changes
11996         * fvwm/frame.c (frame_create_move_resize_args):
11997         fixed excessive redrawing
11998         (frame_get_hidden_pos):
11999         fixed parent geometry when window is hidden
12001         * fvwm/add_window.c (setup_frame_stacking):
12002         fixed stacking of right buttons
12004         * fvwm/frame.c (frame_set_decor_gravities):
12005         fixed title and button bit gravities
12007         * fvwm/add_window.c (setup_frame_stacking):
12008         (change_auxiliary_windows):
12009         fixed "button" style
12011         * fvwm/geometry.c (get_title_button_geometry):
12012         * fvwm/menus.c (pop_menu_up):
12013         fixed menu placement relative to window titles
12015         * libs/Flocale.c (FlocaleDrawString):
12016         fixed compiler warning w/o fribidi
12018         * fvwm/virtual.c (MoveViewport):
12019         (MapDesk):
12020         (do_move_window_to_desk):
12021         * fvwm/update.c (apply_window_updates):
12022         * fvwm/icons.c (Iconify):
12023         (CMD_Iconify):
12024         * fvwm/module_interface.c (SETOLDFLAGS):
12025         * fvwm/ewmh_events.c (ewmh_WMStateHidden):
12026         * fvwm/style.c (parse_and_set_window_style):
12027         * fvwm/window_flags.h:
12028         * fvwm/session.c (MatchWinToSM):
12029         * fvwm/placement.c (PlaceWindow):
12030         * fvwm/add_window.c (CaptureAllWindows):
12031         (setup_window_placement):
12032         (CaptureOneWindow):
12033         (AddWindow):
12034         (destroy_window):
12035         * fvwm/menus.c (menu_tear_off):
12036         * fvwm/events.c (HandleMapRequestKeepRaised):
12037         (HandleMapNotify):
12038         * fvwm/fvwm.h:
12039         removed some of those pesky globals: PPosOverride, isIconicState and
12040         isIconifiedByParent; pass round a structure instead
12041         removed the do_start_iconic window flag
12042         removed do_delete_icon_moved flag
12044 2002-03-24  Mikhael Goikhman  <migo@homemail.com>
12046         * acconfig.h:
12047         * configure.in:
12048         renamed HAVE_FRIBIDI to HAVE_BIDI
12050         * libs/FBidi.c:
12051         * libs/FBidi.h:
12052         added more comments
12054         * fvwm/Makefile.am:
12055         * libs/Flocale.c:
12056         * libs/Makefile.am:
12057         added a dummy call to FBidi to test linking against bidi libs
12059 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12061         * fvwm/windowshade.c (CMD_WindowShade):
12062         changed syntax of windowshade with direction
12063         (CMD_WindowShade):
12064         update button state after unshading
12066         * fvwm/add_window.c (AddWindow):
12067         fixed mini icon update
12069         * fvwm/events.c (HandleEnterNotify):
12070         fixed icon picture redrawing
12071         icon titles are no longer raised and expanded if the icon has only a
12072         title
12074         * fvwm/move_resize.c (resize_window):
12075         fixed core dump
12077         * libs/gravity.c (gravity_move_resize_parent_child):
12078         * fvwm/frame.c (frame_get_titlebar_dimensions):
12079         (frame_prepare_animation_shape):
12080         (frame_move_resize_step):
12081         (frame_get_titlebar_dimensions_only):
12082         (frame_get_hidden_pos):
12083         (frame_update_hidden_window_pos):
12084         (frame_free_move_resize_args):
12085         (frame_create_move_resize_args):
12086         fixed shading of shaped windows
12088         * fvwm/borders.c:
12089         clean up
12091         * fvwm/fvwm.c (main):
12092         * fvwm/misc.c (GrabEm):
12093         fixed a problem with the cursor shape during window shading
12095         * fvwm/update.c (apply_window_updates):
12096         fixed drawing of hilighted window after a decoration change
12098         * fvwm/update.c (apply_window_updates):
12099         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12100         * fvwm/borders.c (RedrawDecorations):
12101         renamed RedrawDecorations()
12103         * fvwm/move_resize.c (move_window_doit):
12104         * libs/fvwmrect.c:
12105         * fvwm/misc.c (move_into_rectangle):
12106         (intersect_xrectangles):
12107         functions renamed and moved to fvwmrect.c
12109         * fvwm/borders.c (border_get_changed_border_parts):
12110         (frame_get_changed_border_parts):
12111         reduced border redrawing
12112         moved fucntion to borders.c
12114         * fvwm/events.c (HandleButtonPress):
12115         (DispatchEvent):
12116         suppress button events on frame windows
12118         * fvwm/frame.c (frame_setup_border):
12119         fixed a problem with the border setup
12121         * fvwm/borders.c (border_draw_decorations):
12122         * fvwm/events.c (HandleEnterNotify):
12123         fixed icon title drawing
12125         * fvwm/misc.c (GrabEm):
12126         fixed a pointer grab hang with xmag?
12128         * fvwm/move_resize.c (resize_window):
12129         use frame_move_resize function to improve performance
12131         * fvwm/add_window.c (AddWindow):
12132         fixed recaturing shaded windows
12134         * fvwm/borders.c:
12135         suppress unnecessary title redraws
12137         * fvwm/frame.c:
12138         window shading works again; there are still some problems with
12139         recapture, restart, border drawing and shaped windows
12141 2002-03-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12143         * fvwm/geometry.c (get_shaded_geometry_with_dir):
12144         new function
12146         * fvwm/frame.c (frame_get_title_bar_dimensions):
12147         fixed minor button layout bug
12148         (frame_update_hidden_window_pos):
12150         * fvwm/ewmh_names.c (EWMH_WMName):
12151         * fvwm/gnome.c (GNOME_HandlePropRequest):
12152         * fvwm/focus.c (DoSetFocus):
12153         * fvwm/stack.c (new_layer):
12154         * fvwm/icons.c (DeIconify):
12155         (Iconify):
12156         * fvwm/events.c (HandleFocusIn):
12157         (HandlePropertyNotify):
12158         (HandleExpose):
12159         (HandleMapNotify):
12160         (HandleButtonPress):
12161         (HandleLeaveNotify):
12162         * fvwm/builtins.c (CMD_ChangeDecor):
12163         (CMD_UpdateDecor):
12164         * fvwm/move_resize.c (resize_move_window):
12165         (resize_window):
12166         (resize_window):
12167         (maximize_fvwm_window):
12168         (handle_stick):
12169         * fvwm/borders.c (DrawDecorations):
12170         (RedrawDecorations):
12171         removed function DrawDecorations()
12172         (border_draw_decorations):
12173         renamed draw_decorations_with_geom() to border_draw_decorations()
12175         * fvwm/events.c (HandleExpose):
12176         fixed drawing icon titles
12178         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12179         * fvwm/events.c (HandleFocusIn):
12180         (HandleFocusOut):
12181         * fvwm/screen.h (ScreenInfo):
12182         return the focus to the window that had the focus before an or window
12183         stole it and then died.
12185         * fvwm/menus.c (scanForColor):
12186         removed duplicate call of strlen
12187         use alloca instead of safemalloc
12189         * fvwm/menustyle.c (menustyle_parse_style):
12190         don't call memset right before memcpy
12192         * fvwm/module_interface.c (AddToMessageQueue):
12193         (DeleteMessageQueueBuff):
12194         removed one safemalloc and inline'd the function
12195         merged AddToMessageQueue into PositiveWrite
12197         * fvwm/borders.c (border_draw_decor_to_pixmap):
12198         fixed pixmap and mini icon buttons
12199         (border_fill_pixmap_background):
12200         fixed an X error
12201         (border_get_tb_parts_to_draw):
12202         buttons and title background using the border style is updated when the
12203         buttons moves
12205         * fvwm/events.c (WaitForButtonsUp):
12206         don't grab the whole server but merely the pointer to allow applications
12207         redrawing themselves
12209         * fvwm/borders.c:
12210         finished writing title drawing code
12212         * fvwm/move_resize.c (resize_window):
12213         (resize_move_window):
12214         (unmaximize_fvwm_window):
12215         removed now unnecessary calls to DrawDecorations()
12217         * fvwm/frame.c (frame_hide_changing_window_parts):
12218         fixed hiding bottom/right titles
12220         * fvwm/add_window.c (AddWindow):
12221         fixed recapturing shaded windows
12223         * fvwm/misc.c (GrabEm):
12224         fixed the cursor over the title window while resizing
12226 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12228         * libs/Graphics.c (CreateTiledPixmap):
12229         improved efficience: let the X server tile a pixmap via the GC settings
12231         * fvwm/fvwm.c (CreateGCs):
12232         * fvwm/screen.h (ScreenInfo):
12233         added new global GC Scr.TileGC
12235         * fvwm/borders.c (border_fill_pixmap_background):
12236         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
12237         use already created gcs
12239         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
12240         * fvwm/menus.c (paint_menu_gradient_background):
12241         fixed using a randow members in gcs
12243 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
12245         * configure.in:
12246         added compilation test for fribidi
12248 2002-03-22  Dan Espen  <dane@mk.telcordia.com>
12250         * NEWS: Document FvwmForm timeout.
12252 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12254         * fvwm/session.c (MatchWinToSM):
12255         * fvwm/add_window.c (AddWindow):
12256         preserve user states over a restart
12258         * fvwm/add_window.c (setup_window_structure):
12259         preserve user states over a recapture
12261         * fvwm/functions.c (execute_function):
12262         "Silent" suppresses the "No such command ..." message
12264         * fvwm/frame.c (frame_move_resize):
12265         * fvwm/misc.c (GrabEm):
12266         fixed the cursor shape during resizing
12267         fixed button looks in small windows
12269 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
12271         * libs/FBidi.c:
12272         * libs/FBidi.h:
12273         new files
12275 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12277         * fvwm/fvwm.c (LoadDefaultLeftButton):
12278         (LoadDefaultRightButton):
12279         * fvwm/borders.c (border_draw_vector_to_pixmap):
12280         * fvwm/screen.h (DecorFace):
12281         * fvwm/builtins.c (ReadDecorFace):
12282         fixed transparent vector line support
12284         * libs/Graphics.c (CreateGradientPixmap):
12285         fixed potential core dump with illegal gradients
12287 2002-03-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12289         * fvwm/fvwm.h (FvwmWindow):
12290         removed button_background_pixmap member
12292         * fvwm/update.c (apply_window_updates):
12293         fixed changing the decoration size
12295         * fvwm/windowshade.c (CMD_WindowShade):
12296         * fvwm/frame.c (frame_setup_border):
12297         * fvwm/functions.c (execute_complex_function):
12298         removed debug code
12300         * fvwm/move_resize.c (resize_window):
12301         fixed aboting of a opaque resize w/ maximized windows
12302         (ParseOneResizeArgument):
12303         resize arguments don't take the border into account
12304         (GetResizeArguments):
12305         implemented new option "Frame" to the Resize and ResizeMove commands
12307 2002-03-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12309         * fvwm/fvwm2.1:
12310         * fvwm/builtins.c (ReadDecorFace):
12311         * fvwm/borders.c (DrawLinePattern):
12312         implemented transparent drawing color in vector buttons: C == 4
12314         * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
12315         * fvwm/builtins.c (ReadDecorFace):
12316         increased allowed number of lines in a vector button to 10000 and moved
12317         the definition to defaults.h
12319         * fvwm/virtual.c (MoveViewport):
12320         don't send useless M_NEW_PAGE packets
12322         * fvwm/frame.c:
12323         * fvwm/borders.c:
12324         started work on new button/title drawing code
12326         * fvwm/events.c (HandleExpose):
12327         don't handle expose on the title bar
12329         * fvwm/borders.c:
12330         * fvwm/frame.c (frame_get_sidebar_geometry):
12331         * fvwm/fvwm.h (FvwmWindow):
12332         replaced border_state with decor_state
12334         * libs/defaults.h (NR_RIGHT_BUTTONS):
12335         added a comment
12337         * fvwm/events.h:
12338         * fvwm/events.c (HandleExpose):
12340         * fvwm/frame.c (frame_setup_border):
12341         hide sidebars if they are too small, i.e. 0 pixels
12343 2002-03-20  olicha  <olivier.chapuis@free.fr>
12345         * libs/Flocale.c (FlocaleFreeNameProperty):
12346         Fixed random core dump
12348 2002-03-19  olicha  <olivier.chapuis@free.fr>
12350         * fvwm/ConfigFvwmDefaults:
12351         RightTitleRotatedCW is a default
12353 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12355         * fvwm/frame.c (frame_get_sidebar_geometry):
12356         window corners are always at least the border width thick
12358         * fvwm/geometry.c (update_absolute_geometry):
12359         fixed south/east shading
12361         * fvwm/frame.c (frame_move_resize_step):
12362         did the best I could to prevent rxvt from flashing in the background
12363         colour
12365         * fvwm/add_window.c (get_default_window_attributes):
12366         (get_default_window_attributes):
12367         (setup_resize_handle_windows):
12368         * fvwm/borders.c (border_get_border_gcs):
12369         applied -visual fix by Hippo
12371         * fvwm/cursor.c (CMD_CursorStyle):
12372         fixed endless loop
12374         * fvwm/frame.c (frame_get_title_bar_dimensions):
12375         fixed order of right buttons
12376         (frame_move_resize_step):
12377         reduced flashing when maximizing
12379         * fvwm/geometry.c (update_absolute_geometry):
12380         adapted for horizontal shading
12382 2002-03-19  Mikhael Goikhman  <migo@homemail.com>
12384         * fvwm/borders.c:
12385         * fvwm/builtins.c:
12386         * fvwm/fvwm.h:
12387         * fvwm/geometry.c:
12388         * libs/Fft.c:
12389         * libs/Flocale.c:
12390         * libs/Flocale.h:
12391         several renamings of text_direction to text_rotation
12393 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12395         * fvwm/windowshade.c (CMD_WindowShade):
12396         * fvwm/frame.c (frame_create_move_resize_args):
12397         (frame_move_resize_step):
12398         hack to enable non-animated window shading for the time being
12400         * fvwm/style.c (parse_and_set_window_style):
12401         (parse_and_set_window_style):
12402         allow to abbreviate [Counter]ClockWise with [C]CW
12404         * fvwm/frame.c (frame_move_resize_step):
12405         fixed
12407         * fvwm/geometry.c (gravity_constrain_size):
12408         removed useless code
12410         * fvwm/update.c (apply_window_updates):
12411         * fvwm/add_window.c (AddWindow):
12412         * fvwm/move_resize.c (unmaximize_fvwm_window):
12413         (resize_window):
12414         do not write into frame_g. only frame.c should do this
12416         * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
12417         (MIN_WINDOW_TITLE_LENGTH):
12418         new default values
12419         * fvwm/frame.c (frame_setup_title_bar):
12420         (get_resize_decor_gravities_one_axis):
12421         (frame_setup_window_internal):
12422         (frame_move_resize_step):
12423         (frame_create_move_resize_args):
12424         rewrote frame_setup_title_bar function
12426         * fvwm/add_window.c (setup_frame_stacking):
12427         fixed title bar stacking order
12429         * fvwm/frame.c (frame_setup_title_bar):
12430         removed yesterday's 'fix'
12432         * fvwm/add_window.c (hide_screen):
12433         (setup_title_window):
12434         (setup_resize_handle_windows):
12435         (setup_button_windows):
12436         fixed visual and depth of decoration windows
12438 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12440         * fvwm/frame.c (frame_setup_title_bar):
12441         fixed title layout bug
12443         * fvwm/move_resize.c (MaximizeHeight):
12444         fixed bug in "grow" option of the Maximize command
12446         * fvwm/geometry.h:
12447         fixed broken prototype for get_title_font_size_and_offset
12449         * fvwm/geometry.c (get_title_font_size_and_offset):
12450         simplified code a bit
12452 2002-03-18  olicha  <olivier.chapuis@free.fr>
12454         * fvwm/geometry.h:
12455         * fvwm/geometry.c (get_title_font_size_and_offset):
12456         * fvwm/add_window.c (setup_title_geometry):
12457         * fvwm/style.h:
12458         * fvwm/style.c (parse_and_set_window_style):
12459         (check_window_style_change):
12460         * fvwm/update.c (apply_window_updates):
12461         * fvwm/window_flags.h:
12462         * fvwm/fvwm.h:
12463         Reworte side title direction styles and use LeftTitleRotatedClockWise /
12464         LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
12465         RightTitleRotatedCounterClockWise
12467 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12469         * acconfig.h:
12470         * vms/config.h (FMiniIconsSupported):
12471         removed last traces of MINI_ICONS ifdef
12473         * fvwm/windowlist.c (CMD_WindowList):
12474         * fvwm/update.c (apply_window_updates):
12475         * fvwm/style.h:
12476         * fvwm/style.c (merge_styles):
12477         (parse_and_set_window_style):
12478         (check_window_style_change):
12479         * fvwm/screen.h:
12480         * fvwm/module_interface.c (SendMiniIcon):
12481         (BroadcastMiniIcon):
12482         (CMD_Send_WindowList):
12483         * fvwm/fvwm.h (FvwmWindow):
12484         * fvwm/ewmh_icons.c (ewmh_WMIcon):
12485         (EWMH_DoUpdateWmIcon):
12486         (ewmh_SetWmIconFromPixmap):
12487         (EWMH_DeleteWmIcon):
12488         (EWMH_SetIconFromWMIcon):
12489         * fvwm/builtins.c (ReadDecorFace):
12490         * fvwm/borders.c (DrawButton):
12491         (CMD_BorderStyle):
12492         (CMD_BorderStyle):
12493         * fvwm/add_window.c (setup_window_structure):
12494         (setup_mini_icon):
12495         (destroy_mini_icon):
12496         (change_mini_icon):
12497         (AddWindow):
12498         * acconfig.h (FMiniIconsSupported):
12499         replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
12500         compiler checks
12502         * fvwm/screen.h:
12503         removed an FANCY_TITLEBARS ifdef
12505         * fvwm/borders.c (border_draw_one_part):
12506         (border_draw_border_parts):
12507         (border_draw_all_parts):
12508         (draw_clipped_decorations_with_geom):
12509         performance enhancement
12511 2002-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12513         * fvwm/frame.c (frame_move_resize_step):
12514         force setting up the border when function is called with FRAME_MR_SETUP
12515         (frame_setup_window_internal):
12516         removed duplicate frame setup
12518         * fvwm/borders.c (border_get_parts_and_pos_to_draw):
12519         fixed logic bug
12520         (draw_clipped_decorations_with_geom):
12521         do not flush the X queue after drawing; let the caller do it
12523         * fvwm/frame.c (frame_get_sidebar_geometry):
12524         fixed layout of windows with a small height
12525         (frame_hide_changing_window_parts):
12526         fixed flickering
12528         * fvwm/borders.c:
12529         * fvwm/frame.c:
12530         made good progress with frame layout rewrite. I think it is already
12531         considerably faster.
12532         some general clean up
12534         * fvwm/add_window.c (setup_decor_window):
12535         function removed
12537         * fvwm/windowshade.c (CMD_WindowShade):
12538         * fvwm/stack.c (verify_stack_ring_consistency):
12539         (RaiseOrLowerWindow):
12540         * fvwm/move_resize.c (resize_move_window):
12541         (move_window_doit):
12542         (draw_move_resize_grid):
12543         * fvwm/icons.c (DrawIconWindow):
12544         * fvwm/icccm2.c (CloseICCCM2):
12545         (convertProperty):
12546         (HandleSelectionRequest):
12547         * fvwm/fvwm.c (main):
12548         (SaveDesktopState):
12549         * fvwm/focus.c (DoSetFocus):
12550         * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
12551         * fvwm/events.c (HandlePropertyNotify):
12552         (HandleButtonPress):
12553         (HandleConfigureRequest):
12554         * fvwm/add_window.c (RestoreWithdrawnLocation):
12555         (Reborder):
12556         * fvwm/builtins.c (CMD_Delete):
12557         (CMD_Destroy):
12558         (CMD_Close):
12559         (CMD_FakeClick):
12560         * fvwm/menus.c (paint_menu):
12561         (DestroyMenu):
12562         * fvwm/misc.c (UngrabEm):
12563         (GrabEm):
12564         * fvwm/schedule.c (execute_obj_func):
12565         * fvwm/add_window.c (hide_screen):
12566         (destroy_window):
12567         use XFlush instead of XSync when the latter is not necessary
12569         * libs/fvwmrect.c (fvwmrect_rectangles_equal):
12570         new function
12572         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12573         inform frame module if the window with the hide windows dies
12575         * fvwm/placement.c (PlaceWindow):
12576         (CMD_PlaceAgain):
12577         * fvwm/add_window.c (setup_window_attr):
12578         (setup_frame_attributes):
12579         (AddWindow):
12580         (RestoreWithdrawnLocation):
12581         (setup_window_placement):
12582         * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
12583         (get_title_geometry):
12584         * fvwm/fvwm.c (InitVariables):
12585         * fvwm/frame.c (frame_setup_frame):
12586         * fvwm/colormaps.c (HandleColormapNotify):
12587         (InstallWindowColormaps):
12588         * fvwm/events.c (HandleConfigureRequest):
12589         (HandleUnmapNotify):
12590         * fvwm/fvwm.h (FvwmWindow):
12591         removed attr member of FvwmWindow and replaced by a structure defined
12592         ourselves that is much smaller
12594         * fvwm/add_window.c (hide_screen):
12595         don't use save_unders and backing_store for the window used in recapture
12597         * fvwm/frame.c (frame_init):
12598         * fvwm/fvwm.c (main):
12599         new function to initialise frame module
12601         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
12602         new function
12604 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12606         * fvwm/frame.c:
12607         clean up
12609         * fvwm/borders.h (enum):
12610         * fvwm/borders.c (draw_clipped_decorations_with_geom):
12611         (border_get_parts_and_pos_to_draw):
12612         * fvwm/fvwm.h (struct):
12613         some clean up
12614         fixed calculations of which border parts to draw
12616         * fvwm/fvwm2.1:
12617         corrected some typos
12618         * fvwm/frame.c:
12619         * fvwm/borders.c:
12620         handle marks work again
12622 2002-03-16  Dan Espen  <dane@mk.telcordia.com>
12624         * AUTHORS: New author added.
12626 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12628         * fvwm/frame.c:
12629         * fvwm/borders.c:
12630         * fvwm/add_window.c (setup_frame_stacking):
12631         * fvwm/cursor.c (CMD_CursorStyle):
12632         * fvwm/events.c (HandleExpose):
12633         (HandleMapNotify):
12634         (HandleEnterNotify):
12635         (HandleLeaveNotify):
12636         (GetContext):
12637         * fvwm/geometry.c (get_title_button_geometry):
12638         * fvwm/virtual.c (map_window):
12639         * fvwm/add_window.c (setup_parent_window):
12640         (setup_resize_handle_cursors):
12641         (setup_resize_handle_windows):
12642         (resize_resize_handle_windows):
12643         (change_resize_handle_windows):
12644         some progress with new frame layout
12646         * fvwm/add_window.c (setup_visible_name):
12647         fixed off-by-one bug in setup_visible_name
12648         maximum window number can be set in defaults.h
12650 2002-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12652         * fvwm/windowlist.h:
12653         * fvwm/virtual.h:
12654         * fvwm/update.h:
12655         * fvwm/style.h:
12656         * fvwm/read.h:
12657         * fvwm/placement.h:
12658         * fvwm/menus.h:
12659         * fvwm/move_resize.h:
12660         * fvwm/icons.h:
12661         * fvwm/geometry.h:
12662         * fvwm/frame.h:
12663         * fvwm/focus.h:
12664         * fvwm/events.h:
12665         * fvwm/borders.h:
12666         * fvwm/add_window.h:
12667         * fvwm/ewmh_names.c:
12668         * fvwm/ewmh_icons.c:
12669         * fvwm/ewmh_events.c:
12670         * fvwm/ewmh.c:
12671         * fvwm/frame.c:
12672         * fvwm/menucmd.c:
12673         * fvwm/schedule.c:
12674         * fvwm/geometry.c:
12675         * fvwm/gnome.c:
12676         * fvwm/windowlist.c:
12677         * fvwm/cursor.c:
12678         * fvwm/update.c:
12679         * fvwm/bindings.c:
12680         * fvwm/colormaps.c:
12681         * fvwm/decorations.c:
12682         * fvwm/conditional.c:
12683         * fvwm/misc.c:
12684         * fvwm/read.c:
12685         * fvwm/placement.c:
12686         * fvwm/fvwm.c:
12687         * fvwm/virtual.c:
12688         * fvwm/session.c:
12689         * fvwm/functions.c:
12690         * fvwm/stack.c:
12691         * fvwm/icons.c:
12692         * fvwm/module_interface.c:
12693         * fvwm/style.c:
12694         * fvwm/add_window.c:
12695         * fvwm/events.c:
12696         * fvwm/builtins.c:
12697         * fvwm/move_resize.c:
12698         * fvwm/borders.c:
12699         * fvwm/menus.c:
12700         * fvwm/fvwm.h (FvwmWindow):
12701         moved all windows into a separate sub structure and wrote access macros
12702         renamed FvwmWindow argument to builtin commands to "fw"
12703         renamed tmp_win to fw everywhere
12705         * fvwm/borders.c (RedrawBorder):
12706         * fvwm/decorations.c (SelectDecor):
12707         * fvwm/add_window.c (setup_style_and_decor):
12708         (setup_resize_handle_cursors):
12709         * fvwm/window_flags.h:
12710         * fvwm/fvwm.h (struct):
12711         added new member has_handles and new macro HAS_HANDLES
12713         * fvwm/decorations.c (SelectDecor):
12714         fixed the NoHandles style
12716         * fvwm/decorations.c (SelectDecor):
12717         * fvwm/style.c (check_window_style_change):
12718         (parse_and_set_window_style):
12719         * fvwm/style.h:
12720         * fvwm/fvwm.h (struct):
12721         renamed has_no_handles to has_no_border
12723 2002-03-15  olicha  <olivier.chapuis@free.fr>
12725         * libs/Flocale.h:
12726         * libs/Fft.c (is_utf8_encoding):
12727         Compilation fixes
12729         * libs/Flocale.h:
12730         s/COMPUND_TEXT/COMPOUND_TEXT
12732         * fvwm/fvwm2.1:
12733         Removed matrix xft specification doc as now it is use internally by
12734         fvwm
12736         * libs/Flocale.c (FlocaleRotateDrawString):
12737         (FlocaleUnloadFont):
12738         (FlocaleDrawString):
12739         (FlocaleTextWidth):
12740         * libs/Fft.h:
12741         * libs/Fft.c (FftGetRotatedFont):
12742         (FftGetFont):
12743         (FftDrawString):
12744         (FftTextWidth):
12745         * fvwm/borders.c (DrawMultiPixmapTitlebar):
12746         (RedrawTitle):
12747         * fvwm/geometry.c (get_title_font_size_and_offset):
12748         * fvwm/style.c (parse_and_set_window_style):
12749         (check_window_style_change):
12750         * fvwm/update.c (apply_window_updates):
12751         * fvwm/update.h:
12752         * fvwm/style.h:
12753         * fvwm/fvwm.h:
12754         * fvwm/window_flags.h:
12755         Implemented vertical text rendering, new style SideTitleTextDefault,
12756         SideTitleTextTopToBottom, SideTitleTextBottomToTop
12758 2002-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12760         * fvwm/fvwm.h:
12761         removed inclusion of fvwmdebug.h
12763         * libs/gravity.c (ParseDirectionArgument):
12764         fixed direction parsing
12766         * fvwm/menus.c (get_menu_options):
12767         fixed a compiler warning
12769 2002-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12771         * fvwm/bindings.c (ParseBinding):
12772         fixed compiler warning
12774         * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
12775         * fvwm/ewmh.h:
12776         fixed compilation w/ --disable-ewmh
12778         * fvwm/windowlist.c (CMD_WindowList):
12779         fixed parsing of conditions versus position of window list broken with
12780         a recent "fix"
12782 2002-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12784         * libs/Fft.h:
12785         * libs/Fft.c (FftTextWidth):
12786         (is_utf8_encoding):
12787         (FftGetFontWidths):
12788         (FftDrawString):
12789         removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
12790         if HAVE_XFT was not set.
12792         * fvwm/events.h (XEVMASK_DECORW):
12793         select EnterNotify and LeaveNotify on frame instead of decor_w
12795         * fvwm/add_window.c (setup_title_window):
12796         (setup_button_windows):
12797         (setup_resize_handle_windows):
12798         frame window is the new parent of the title, button and handle windows
12799         (setup_frame_stacking):
12800         new stacking order of decoration windows
12802         * fvwm/menuitem.c (menuitem_paint):
12803         * fvwm/events.c (HandleExpose):
12804         xft fixes
12806         * fvwm/move_resize.c (unmaximize_fvwm_window):
12807         don't force to redraw the frame
12809         * libs/gravity.c (gravity_get_offsets):
12810         (gravity_move):
12811         (gravity_resize):
12812         functions moved to gravity.c
12814 2002-03-10  olicha  <olivier.chapuis@free.fr>
12816         * acconfig.h (HAVE_XFT_UTF8):
12817         * configure.in:
12818         * libs/Fft.c (is_utf8_encoding):
12819         (FftGetFontWidths):
12820         (FftDrawString):
12821         (FftTextWidth):
12822         Detected if Xft can handle utf8 string
12824         * libs/Fft.h:
12825         * fvwm/menuitem.c (menuitem_paint):
12826         * fvwm/events.c (HandleExpose):
12827         Fixed Xft related compilation failure and warning
12829 2002-03-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12831         * fvwm/virtual.c:
12832         * fvwm/update.c:
12833         * fvwm/move_resize.c:
12834         * fvwm/icons.c:
12835         * fvwm/focus.c:
12836         * fvwm/events.c:
12837         * fvwm/builtins.c:
12838         * fvwm/add_window.c:
12839         * fvwm/frame.c (frame_setup_window):
12840         (frame_force_setup_window):
12841         (frame_setup_shape):
12842         SetupFrame renamed to frame_setup_window
12843         ForceSetupFrame renamed to frame_force_setup_window
12844         SetShape renamed to frame_setup_shape
12846         * fvwm/windowshade.c:
12847         moved most code to frame.c
12849         * fvwm/frame.c (SetShape):
12850         (SetupTitleBar):
12851         (set_decor_gravity):
12852         (ForceSetupFrame):
12853         (SetupFrame):
12854         functions moved to new file
12856         (SetupTitleBar):
12857         (frame_setup_title_bar):
12858         renamed function
12860         * libs/Parse.h:
12861         direction code moved to gravity.c and gravity.h
12863         * fvwm/windowshade.c (CMD_WindowShade):
12864         * fvwm/geometry.c (get_shaded_geometry):
12866         * libs/FScreen.c (FScreenInit):
12867         (FScreenUpdateEmulationMapState):
12868         changed Xinerame emulation layout
12870         * fvwm/fvwm2.1:
12871         Corrected the description of the XineramaPrimaryScreen command that was
12872         essentially lying.
12874 2002-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12876         * fvwm/menus.c (menu_tear_off):
12877         (unlink_item_from_menu):
12878         (menu_strip_tear_off_title):
12879         use the text from a title item as the tear off menu title if the menu
12880         begins with a title; skip separators and tear off bars at the front of
12881         the menu
12883         * **/*.[ch]:
12884         implemented titleatleft and titleatright styles; titles are not drawn
12885         vertically yet
12887         * fvwm/style.c (check_window_style_change):
12888         * fvwm/update.c (apply_window_updates):
12889         * fvwm/ewmh_names.c (EWMH_WMIconName):
12890         (EWMH_WMName):
12891         (charset_to_utf8):
12892         * fvwm/ewmh.c (ksmserver_workarround):
12893         * fvwm/update.c (apply_window_updates):
12894         * fvwm/conditional.c (MatchesConditionMask):
12895         * fvwm/fvwm.c (main):
12896         * fvwm/session.c (SaveWindowStates):
12897         (matchWin):
12898         (MatchWinToSM):
12899         * fvwm/functions.c (expand):
12900         * fvwm/stack.c (dump_stack_ring):
12901         (verify_stack_ring_consistency):
12902         * fvwm/module_interface.c (BroadcastWindowIconNames):
12903         (CMD_Send_WindowList):
12904         * fvwm/add_window.c (free_window_names):
12905         (free_window_names):
12906         * fvwm/events.c (HandlePropertyNotify):
12907         * fvwm/builtins.c (CMD_Wait):
12908         * fvwm/style.c (CMD_DestroyStyle):
12909         (lookup_style):
12910         Adapted to changes of Flocale.h
12912         * acconfig.h:
12913         removed COMPUND_TEXT ifdef
12915         * configure.in:
12916         mutibyte defaults to on
12918         * acconfig.h:
12919         * libs/Flocale.c:
12920         * libs/Flocale.h:
12921         * fvwm/fvwm.h (FvwmWindow):
12922         cleaned up Flocale stuff for better information hiding
12924         * libs/Flocale.c (get_FlocaleFontSet):
12925         (get_FlocaleFont):
12926         added a new font strucht member min_char_offset for vertical text
12928         * libs/Flocale.c (get_FlocaleFontSet):
12929         fixed a bug in descent calculation
12931         * fvwm/fvwm.h (FvwmWindow):
12932         removed title_g
12934         * fvwm/borders.c (RedrawButtons):
12935         (SetupTitleBar):
12936         (RedrawBorder):
12937         (SetupFrame):
12938         (RedrawTitle):
12939         (DrawMultiPixmapTitlebar):
12940         don't use title_g or boundary_width
12942         * libs/Flocale.c (FlocaleTextWidth):
12943         * libs/Flocale.c (FlocaleDrawString):
12944         added interface for vertical strings
12945         * libs/Flocale.h (FlocaleWinString):
12946         added flags structure w/ is_vertical_string flag
12948         * fvwm/borders.c (RedrawTitle):
12949         (DrawMultiPixmapTitlebar):
12950         * fvwm/screen.h (ScreenInfo):
12951         * fvwm/icons.c (DrawIconWindow):
12952         * fvwm/move_resize.c (DisplayPosition):
12953         (DisplaySize):
12954         * fvwm/screen.h (ScreenInfo):
12955         removed ScratchStr and TitleStr; *please* don't use global variables
12956         without need
12958         * fvwm/move_resize.c (ParseOneResizeArgument):
12959         (GetResizeArguments):
12960         (GetResizeMoveArguments):
12961         (resize_window):
12962         (resize_move_window):
12963         * fvwm/module_interface.c (CONFIGARGS):
12964         (OLDCONFIGARGS):
12965         (CONFIGARGSNEW):
12966         * fvwm/placement.c (PlaceWindow):
12967         * fvwm/add_window.c (setup_title_window):
12968         (setup_button_windows):
12969         (setup_parent_window):
12970         (resize_resize_handle_windows):
12971         (change_resize_handle_windows):
12972         (AddWindow):
12973         * fvwm/geometry.c (get_window_borders):
12974         (gravity_get_naked_geometry):
12975         (gravity_add_decoration):
12976         (constrain_size):
12977         don't use title_g.width and title_g.height anymore
12979         * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
12980         new macro
12982         * fvwm/borders.c (SetupTitleBar):
12983         * fvwm/add_window.c (setup_title_window):
12984         don't use title_g.x and title_g.y anymore
12985         (setup_title_geometry):
12986         new function
12988         * fvwm/fvwm.h (FvwmWindow):
12989         replaced title_g by title_length and title_thickness
12990         renamed title_text_y to title_text_offset
12992         * fvwm/add_window.c (setup_style_and_decor):
12993         (setup_parent_window):
12994         * fvwm/decorations.c (SelectDecor):
12995         * fvwm/placement.c (PlaceWindow):
12996         * fvwm/windowlist.c (CMD_WindowList):
12997         * fvwm/events.c (SendConfigureNotify):
12998         (HandlePropertyNotify):
12999         (HandleMapNotify):
13000         * fvwm/move_resize.c (DisplaySize):
13001         (ParseOneResizeArgument):
13002         (GetResizeArguments):
13003         (GetResizeMoveArguments):
13004         (resize_window):
13005         (resize_move_window):
13006         * fvwm/geometry.c (gravity_get_naked_geometry):
13007         (gravity_add_decoration):
13008         (constrain_size):
13009         don't use boundary_width anymore
13011         * fvwm/borders.c (SetupTitleBar):
13012         made static
13014         * fvwm/fvwmdebug.c:
13015         removed outdated file that was never used
13017         * fvwm/move_resize.c (move_window_doit):
13018         fixed GNOME and EWMH hints when unsticking a window
13020         * fvwm/virtual.c (CMD_MoveToDesk):
13021         unstick windows when MoveToDesk is used
13023         * fvwm/builtins.c:
13024         * fvwm/windowshade.c (CMD_WindowShade):
13025         (CMD_WindowShadeAnimate):
13026         functions moved to windowshade.c
13028         * fvwm/window_flags.h:
13029         * fvwm/menus.c (pop_menu_up):
13030         * fvwm/builtins.c (CMD_WindowShade):
13031         * fvwm/move_resize.c (resize_window):
13032         * fvwm/icons.c (AutoPlaceIcon):
13033         * fvwm/borders.c (SetupFrame):
13034         don't use HAS_BOTTOM_TITLE any more
13035         (ButtonPosition):
13036         function removed
13038         * fvwm/geometry.c (get_title_font_width_and_offset):
13039         * fvwm/geometry.c (set_window_border_size):
13040         * fvwm/geometry.c (is_window_border_minimal):
13041         * fvwm/geometry.c (get_window_borders_no_title):
13042         * fvwm/geometry.c (get_shaded_client_window_pos):
13043         * fvwm/geometry.c (get_icon_corner):
13044         * fvwm/geometry.c (get_title_gravity):
13045         * fvwm/geometry.c (get_title_geometry):
13046         * fvwm/borders.c (get_button_number):
13047         new functions
13049         * fvwm/borders.c (SetupFrame):
13050         (SetShape):
13051         * fvwm/events.c (HandleShapeNotify):
13052         * fvwm/borders.c (SetupTitleBar):
13053         * fvwm/update.c (apply_window_updates):
13054         * fvwm/add_window.c (setup_window_font):
13055         removed title_top_height
13057         * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
13058         renamed
13060         * fvwm/events.c (SendConfigureNotify):
13061         * fvwm/events.c (HandleConfigureRequest):
13062         preparations for W/E titles
13063         don't use title_top_height any more
13065         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
13066         use title_dir flags
13068         * fvwm/geometry.c (get_window_borders):
13069         * fvwm/style.c (parse_and_set_window_style):
13070         (check_window_style_change):
13071         * fvwm/style.h (SCSET_TITLE_DIR):
13072         * fvwm/window_flags.h (GET_TITLE_DIR):
13073         * fvwm/fvwm.h (struct):
13074         replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
13075         DIR_W or DIR_E
13077         * libs/Parse.c (ParseDirectionArgument):
13078         * libs/Parse.h:
13079         use new type direction_type
13081 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13083         * fvwm/ewmh.c (EWMH_SetFrameStrut):
13084         use function from geometry.c to get the border size
13086         * fvwm/geometry.c (get_shaded_geometry):
13087         added code for shading in all directions
13089 2002-03-07  Dan Espen  <dane@mk.telcordia.com>
13091         * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
13093 2002-03-07  olicha  <olivier.chapuis@free.fr>
13095         * libs/Flocale.c (FInitLocale):
13096         * fvwm/fvwm.c (main):
13097         Set the locale using "" as locale argument
13099 2002-03-07  Mikhael Goikhman  <migo@homemail.com>
13101         * fvwm/fvwm2.1:
13102         fixed some typos and indentation of several new variable entries
13104 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13106         * fvwm/functions.h (enum):
13107         * fvwm/functions.c (func_config):
13108         * fvwm/commands.h:
13109         * fvwm/conditional.c (CMD_ThisWindow):
13110         renamed command "This" to "ThisWindow"
13112         * fvwm/conditional.c (Circulate):
13113         "Current" no longer selects a random window when no window is focused
13115         * fvwm/icccm2.c (SetupICCCM2):
13116         removed debug fprintf
13118         * fvwm/functions.c (expand_extended_var):
13119         implemented new extended variables pointer.x, pointer.x, pointer.wx,
13120         pointer.wy, pointer.cx and pointer.cy.
13122         * libs/Parse.c (ParseDirectionArgument):
13123         allow N, S, W, E, NW, SW, SE, NE for direction arguments
13125         * fvwm/builtins.c (CMD_WindowShade):
13126         fixes for animated shading w/ titleatbottom+north and titleattop+south
13128 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13130         * fvwm/move_resize.c (moveLoop):
13131         (resize_window):
13132         * fvwm/virtual.c (HandlePaging):
13133         moving/resizing windows opaque is much faster
13135 2002-03-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13137         * fvwm/add_window.c (resize_resize_handle_windows):
13138         (change_resize_handle_windows):
13139         (setup_window_font):
13140         fixed changing the handlewidth style
13142         * fvwm/update.c (apply_window_updates):
13143         * fvwm/geometry.c (update_absolute_geometry):
13144         * fvwm/builtins.c (CMD_WindowShade):
13145         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
13146         * fvwm/conditional.c (CreateConditionMask):
13147         * fvwm/geometry.c (get_shaded_geometry):
13148         * fvwm/session.c (MatchWinToSM):
13149         * fvwm/add_window.c (setup_window_structure):
13150         (AddWindow):
13151         * fvwm/window_flags.h (SHADED_DIR):
13152         * fvwm/fvwm.h (struct):
13153         implemented new WindowShade options "North" and "South" to allow shading
13154         a window in either direction, regardless of if the title is at the top
13155         or bottom.
13157         * libs/Module.c (module_expand_action):
13158         new convenience function for modules
13160 2002-03-03  Dan Espen  <dane@mk.telcordia.com>
13162         * fvwm/fvwm2.1: Fixes to the font section.
13164 2002-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13166         * fvwm/conditional.c (CMD_WindowId):
13167         set the correct context window for unmanaged windows
13169         * fvwm/icons.c (DrawIconWindow):
13170         raise the icon title even if it's too small to be expanded
13172         * fvwm/conditional.c (CMD_Cond):
13173         Fixed it the right way this time
13174         (CMD_Any):
13175         same fix for the 'Any' command
13176         (circulate_cmd):
13177         (CMD_Prev):
13178         (CMD_Next):
13179         (CMD_None):
13180         (CMD_Any):
13181         (CMD_Current):
13182         unified circulating functions into a single one
13183         (CMD_Pick):
13184         Pick allows to pick functions that have CirculateSkip set
13185         fixed a memory leak
13186         (select_cmd):
13187         (CMD_This):
13188         (CMD_Pick):
13189         (CMD_PointerWindow):
13190         unified selecting functions into a single one
13191         (CMD_PointerKey):
13192         (CMD_All):
13193         Allow user to override the default CirculateHit of these functions
13195         * fvwm/conditional.c (CMD_Cond):
13196         Fixed a problem w/ the window selection
13198         * fvwm/menus.h:
13199         * fvwm/menus.c:
13200         * fvwm/menudim.h:
13201         * fvwm/menudim.c:
13202         * fvwm/menustyle.h:
13203         * fvwm/menustyle.c:
13204         * fvwm/menucmd.c:
13205         * fvwm/menuitem.c:
13206         * fvwm/menuitem.h:
13207         moved some of the menu code into separate files
13208         more work on tear off menus; windowlist can now be torn off without a
13209         memory leak
13211         * fvwm/template.c:
13212         * fvwm/template.h:
13213         added templates for new source files
13215         * libs/Picture.c (fvwmlib_clone_color):
13216         new function
13218         * fvwm/menus.c (make_menu):
13219         (update_menu):
13220         removed unused parameter from make_menu()
13222         * fvwm/fvwm2.1 (Example):
13223         corrected statement about CaptureHonorsStartsOnPage being the default
13225 2002-03-03  Mikhael Goikhman  <migo@homemail.com>
13227         * INSTALL.fvwm:
13228         * Makefile.am:
13229         * configure.in:
13230         added and documented --disable-bidi and --disable-perllib
13232 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13234         * fvwm/geometry.c (get_window_borders):
13235         fixed calculation of $[cw.y] and $[cw.height]
13237         * fvwm/move_resize.c (resize_move_window):
13238         windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
13240 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13242         * fvwm/move_resize.c (resize_move_window):
13244 2002-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13246         * configure.in:
13247         re-added --enable-xinerama-emulation option that was removed recently
13249 2002-02-28  Mikhael Goikhman  <migo@homemail.com>
13251         * INSTALL.fvwm:
13252         * NEWS:
13253         * fvwm/fvwm2.1:
13254         several corrections and rewording
13256 2002-02-28  olicha  <olivier.chapuis@free.fr>
13258         * fvwm/fvwm2.1:
13259         New section FONT NAMES AND FONT LOADING
13261         * INSTALL.fvwm:
13262         * NEWS:
13263         Document --enable-xft
13265         * libs/Fft.c (get_FlocaleXftFont):
13266         Used the xft font height in the place of ascent+descent
13268         * fvwm/icons.c (DrawIconWindow):
13269         Fixed the fg colors of the icon title
13271 2002-02-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13273         * fvwm/conditional.c (CMD_CondCase):
13274         fixed CondCase command
13275         (CMD_Cond):
13276         fixed numeric return codes
13278         * fvwm/add_window.c (CMD_Recapture):
13279         fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
13281         * acinclude.m4 (smr_CHECK_LIB):
13282         disabled a destructing gnome_prefix logic again
13284         * fvwm/events.c (GetContext):
13285         * libs/Bindings.c (win_contexts):
13286         * libs/fvwmlib.h:
13287         new contexts for individual parts of the window border
13289 2002-02-26  Mikhael Goikhman  <migo@homemail.com>
13291         * acinclude.m4:
13292         disabled a destructing gnome_prefix logic
13294         * configure.in:
13295         replaced fribidi detection mechanism, now fribidi-config is used
13297 2002-02-26  olicha  <olivier.chapuis@free.fr>
13299         * acconfig.h (HAVE_XFT):
13300         * acinclude.m4:
13301         * configure.in:
13302         * libs/Fft.c (new file):
13303         * libs/Flocale.c (FlocaleLoadFont):
13304         (FlocaleUnloadFont):
13305         (FlocaleDrawString):
13306         (FlocaleTextWidth):
13307         (get_FlocaleFontSet):
13308         (get_FlocaleFont):
13309         (get_FlocaleFontOrFontSet):
13310         * libs/Flocale.h:
13311         * fvwm/Makefile.am:
13312         Added anti-alised font rendering using Xft. This is off by default.
13313         A font can now be given as a ";" separated list of either ","
13314         separated list of XFLD font name or Xft font name with "xft:" as
13315         prefix, e.g.:
13316           xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
13317         See Flocale.h for details
13319         * fvwm/events.c (HandleExpose):
13320         * fvwm/menus.c (paint_item):
13321         Always clear the text area before drawing text with an Xft font
13323 2002-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13325         * acinclude.m4 (smr_CHECK_LIB):
13326         fixed a bug with variable expansion and autoconf cache values
13328 2002-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13330         * fvwm/menus.c (seek_submenu_instance):
13331         (FindPopup):
13332         * fvwm/fvwm.c (InitVariables):
13333         some general menu clean up
13335         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
13336         * fvwm/move_resize.h (resize_geometry_window):
13337         * fvwm/menus.c (animated_move_back):
13338         (pop_menu_up):
13339         (ParentalMenuRePaint):
13340         Removed the global variables for parental relativity.  Please *do not*
13341         use globals in menus.c or anywhere else.  I'm trying to remove most
13342         globals in the long run.
13344         * libs/Graphics.c (do_relieve_rectangle):
13345         removed debug code
13347         * fvwm/menus.c (MenuInteraction):
13348         fixed tearing off menus by selecting a tear off item with the keyboard
13350         * fvwm/menus.c (MenuInteraction):
13351         fixed menus not popping down sometimes
13353         * fvwm/functions.c (CMD_TearMenuOff):
13354         * fvwm/menus.c (AddToMenu):
13355         (MenuInteraction):
13356         (warp_pointer_to_item):
13357         (get_selectable_item_index):
13358         (get_selectable_item_from_index):
13359         (get_selectable_item_from_section):
13360         (menuShortcuts):
13361         (paint_item):
13362         (draw_tear_off_bar):
13363         * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
13364         New command "TearMenuOff" in menus.  In a normal item, this tears off
13365         the menu when selected.  If the item has no title, it is drawn as a
13366         dashed line too.  Pressing button 2 over a title tears out the menu too.
13367         some clean up
13369         * fvwm/menus.c (make_menu_window):
13370         fixed problem w/ mapping menus, performance enhancement
13372         * fvwm/builtins.c (CMD_Destroy):
13373         (CMD_Close):
13374         fixed core dump
13376         * fvwm/functions.c (execute_function):
13377         (expand_extended_var):
13378         (expand):
13379         new variable cond.rc that returns the last return code of a conditinal
13380         command
13382 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13384         * fvwm/conditional.c (CMD_Cond):
13385         (CMD_CondCase):
13386         (CMD_Break):
13387         * fvwm/commands.h:
13388         * fvwm/functions.h:
13389         * fvwm/functions.c:
13390         new conditional commands Cond, CondCase and Break
13392         * fvwm/ewmh_events.c (ewmh_WMStateSticky):
13393         (ewmh_WMStateShaded):
13394         (ewmh_WMState):
13395         (ewmh_MoveResize):
13396         (ewmh_WMStateHidden):
13397         (ewmh_WMDesktop):
13398         (ewmh_CloseWindow):
13399         (ewmh_ActiveWindow):
13400         (ewmh_DesktopGeometry):
13401         * fvwm/gnome.c (GNOME_HandlePropRequest):
13402         * fvwm/windowlist.c (CMD_WindowList):
13403         * fvwm/update.c (apply_window_updates):
13404         * fvwm/conditional.c (CMD_Pick):
13405         (CMD_Prev):
13406         (CMD_Next):
13407         (CMD_None):
13408         (CMD_Any):
13409         (CMD_Current):
13410         (CMD_PointerWindow):
13411         (CMD_This):
13412         (CMD_All):
13413         (CMD_Direction):
13414         (CMD_WindowId):
13415         * fvwm/read.c (run_command_stream):
13416         * fvwm/fvwm.c (Done):
13417         (SetRCDefaults):
13418         (StartupStuff):
13419         (main):
13420         * fvwm/module_interface.c (ExecuteModuleCommand):
13421         * fvwm/move_resize.c (handle_stick):
13422         * fvwm/add_window.c (AddWindow):
13423         * fvwm/events.c (HandleKeyPress):
13424         (HandleButtonPress):
13425         (HandleClientMessage):
13426         (HandleButtonRelease):
13427         (HandlePropertyNotify):
13428         * fvwm/builtins.c (CMD_DestroyDecor):
13429         (AddToDecor):
13430         (CMD_StrokeFunc):
13431         * fvwm/functions.h (func_type):
13432         * fvwm/functions.c (old_execute_function):
13433         (execute_function):
13434         (execute_complex_function):
13436         * fvwm/fvwm.h (fvwm_cond_func_rc):
13437         inplemented return codes OK, NO_MATCH and ERROR for conditional commands
13439         * fvwm/ConfigFvwmDefaults:
13440         set some default styles for tear off menu windows
13442         * fvwm/menus.c (menuShortcuts):
13443         ignore actions that would normally close a menu if it's a tear off menu
13444         <Backspace> creates a tear off menu
13445         <Escape> closes a tear off menu
13447         * fvwm/builtins.c (CMD_Delete):
13448         (CMD_Destroy):
13449         (CMD_Close):
13450         * fvwm/menus.c (DestroyMenu):
13451         (make_menu_window):
13452         (MenuInteraction):
13453         * fvwm/menus.h (MenuRootDynamic):
13454         Each menu window is created with a unique display to prevent fvwm from
13455         being killed when a tear off menu is destroyed.  Of course this is
13456         inefficient, but still better than writing a menu module.
13458 2002-02-23  Mikhael Goikhman  <migo@homemail.com>
13460         * configure.in:
13461         autogenerate perllib/FVWM/Module/Makefile
13463 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13465         * fvwm/move_resize.c (moveLoop):
13466         fixed a problem with keyboard movement vs. EdgeResistance
13468 2002-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13470         * fvwm/events.c:
13471         fixed problem with root bindings and xfishtank
13473         * fvwm/windowlist.c (CMD_WindowList):
13474         applied patch by to Darren Marshall to fix placement of window list on
13475         wrong xinerama screen
13477         * libs/Parse.c (GetSuffixedIntegerArguments):
13478         integer arguments that must not have a suffix but have one are ignored
13480         * fvwm/icons.c (DeIconify):
13481         (Iconify):
13482         applied patch by Markus Schwarzenberg to fix a rare problem with the
13483         is_map_pending flag, iconified icons and restart
13485 2002-02-22  Mikhael Goikhman  <migo@homemail.com>
13487         * fvwm/commands.h:
13488         * fvwm/conditional.c (CMD_This):
13489         * fvwm/functions.c:
13490         * fvwm/functions.h:
13491         * fvwm/fvwm2.1:
13492         * NEWS:
13493         added new conditional command This
13495 2002-02-21  Mikhael Goikhman  <migo@homemail.com>
13497         * acconfig.h:
13498         * configure.in:
13499         added fribidi library detection
13501 2002-02-12  olicha  <olivier.chapuis@free.fr>
13503         * libs/Flocale.h (FlocaleFont):
13504         * libs/Flocale.c (get_FlocaleFont):
13505         (get_FlocaleFontSet):
13506         Compute the ascent and descent of the FlocaleFont structure directly
13507         from the XFontSetExtents data in the case of a fontset
13508         Added max_char_width to the FlocaleFont structure
13510         * libs/Makefile.am (libfvwm_a_SOURCES):
13511         * libs/GetFont.c:
13512         Removed libs/GetFont.c
13514         * fvwm/menus.c (FreeMenuStyle):
13515         (UpdateMenuStyle):
13516         (NewMenuStyle):
13517         (CMD_CopyMenuStyle):
13518         * fvwm/menus.h (MenuLook):
13519         Fixed default font handling font by using a new MenuLook flags
13520         USING_DEFAULT_FONT
13522         * fvwm/menus.c (UpdateMenuStyle):
13523         Fixed default font update
13525         * fvwm/fvwm.c (SetRCDefaults):
13526         (InitVariables):
13527         Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
13528         fvwm initialization
13530 2002-02-11  Mikhael Goikhman  <migo@homemail.com>
13532         * configure.in:
13533         added FvwmPerl/* file generation
13535 2002-02-11  olicha  <olivier.chapuis@free.fr>
13537         * INSTALL.fvwm:
13538         * NEWS:
13539         Multibyte news. Document --disable-compound-text and --disable-ewmh.
13541         * libs/Flocale.h:
13542         Added more documentation and change the MB_FALLBACK_FONT to
13543         "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
13544         -*-medium-r-normal-*-16-*" (with XFree) this should gives something
13545         more consistent with the none multibyte case.
13547 2002-02-10  olicha  <olivier.chapuis@free.fr>
13549         * fvwm/ewmh.c (EWMH_RestoreInitialStates):
13550         (EWMH_ExitStuff):
13551         * fvwm/events.c (HandleUnmapNotify):
13552         (HandleReparentNotify):
13553         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
13554         (ewmh_WMStateSticky):
13555         (ewmh_WMStateHidden):
13556         Restore various ewmh initial states when a window is  unmapped or
13557         reparented
13559 2002-02-10  Mikhael Goikhman  <migo@homemail.com>
13561         * Makefile.am:
13562         * configure.in:
13563         added support for new perllib directory
13565 2002-02-09  olicha  <olivier.chapuis@free.fr>
13567         * libs/fvwmlib.h:
13568         * libs/Flocale.c:
13569         * libs/Flocale.h:
13570         * acconfig.h:
13571         * configure.in:
13572         Rename I18N_MB to MULTIBYTE
13573         Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
13575         * libs/Flocale.c (*):
13576         * libs/Flocale.h:
13577         New Font and Text API. A cache is used for fonts information. Font
13578         loading is more powerfull as both font or fontset can be loaded.
13579         See Flocale.h for details, more comments will be added soon.
13580         Fortunately, it seems that there are no more memory problems with
13581         --enable-multibyte!
13582         If COMPOUND_TEXT, then non XA_STRING text properties are converted
13583         with XmbTextPropertyToTextList
13585         * fvwm/events.c (HandlePropertyNotify):
13586         * fvwm/misc.c (NewFontAndColor):
13587         * fvwm/icons.h:
13588         * fvwm/misc.h:
13589         * fvwm/menus.c (FreeMenuStyle):
13590         (NewMenuStyle):
13591         (CMD_CopyMenuStyle):
13592         (draw_underline):
13593         (calculate_item_sizes):
13594         (size_menu_horizontally):
13595         (paint_item):
13596         * fvwm/builtins.c (CMD_DefaultFont):
13597         (ApplyDefaultFontAndColors):
13598         * fvwm/add_window.c (destroy_icon_font):
13599         (setup_icon_font):
13600         (destroy_window_font):
13601         (setup_window_font):
13602         (free_window_names):
13603         (setup_window_name):
13604         (setup_icon):
13605         * fvwm/fvwm.h (FvwmWindow):
13606         * fvwm/move_resize.c (DisplayPosition):
13607         (resize_geometry_window):
13608         (DisplaySize):
13609         * fvwm/fvwm.c (InitVariables):
13610         * fvwm/icons.c (DrawIconWindow):
13611         (setup_icon_title_size):
13612         * fvwm/borders.c (RedrawTitle):
13613         (DrawMultiPixmapTitlebar):
13614         * fvwm/screen.h (ScreenInfo):
13615         Use the new Text and Font API
13617 2002-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13619         * fvwm/module_interface.c (PositiveWrite):
13620         fixed core dump when a module died in the select of PositiveWrite()
13622         * fvwm/module_interface.c (initModules):
13623         (ClosePipes):
13624         (do_execute_module):
13625         (KillModule):
13626         (KillModuleByName):
13627         (CMD_SendToModule):
13628         (PositiveWrite):
13629         * fvwm/modconf.c (ModuleConfig):
13630         removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
13632         * fvwm/icons.c (GetXPMFile):
13633         suppress unnecessary error message for xmb icons
13635         * fvwm/misc.c (fvwm_msg):
13636         * fvwm/misc.h (enum):
13637         added new fvwm_msg type "OLD" for deprecated commands
13639 2002-02-07  Mikhael Goikhman  <migo@homemail.com>
13641         * configure.in:
13642         generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
13644         * INSTALL.fvwm:
13645         New section "Bug Reports".
13647 2002-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13649         * fvwm/update.c (apply_window_updates):
13650         fixed propagation of window border and title colours to the modules
13652 2002-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13654         * fvwm/menus.c (do_menu):
13655         fixed leaving tear off menus when something is selected with the mouse
13657 2002-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13659         * fvwm/events.c (HandleEnterNotify):
13660         * fvwm/menus.c:
13661         more work on tear off menus
13663 2002-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13665         * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
13666         * fvwm/menus.c (menu_enter_tear_off_menu):
13667         (find_entry):
13668         (menuShortcuts):
13669         (MenuInteraction):
13670         (pop_menu_up):
13671         properly calculate pointer position in tear off menus
13672         (MenuInteraction):
13673         fixed active wait w/ poopup/popdown delays
13675         * fvwm/windowlist.c (CMD_WindowList):
13676         don't initialise some variables twice
13678 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13680         * fvwm/add_window.c (CaptureOneWindow):
13681         properly recapture tear off menus
13683         (IS_MESSAGE_IN_MASK):
13684         (is_message_selected):
13685         (PositiveWrite):
13686         (PositiveWrite):
13687         * fvwm/schedule.c (deschedule):
13688         (squeue_execute):
13689         * fvwm/events.c (My_XNextEvent):
13690         * libs/queue.h:
13691         * fvwm/module_interface.c (ClosePipes):
13692         (CMD_ModuleSynchronous):
13693         (KillModule):
13694         performance enhancements; made macros out of simple functions
13696         * fvwm/builtins.c (CMD_WindowShade):
13697         don't redraw the decorations if window was not shaded or unshaded
13699         * fvwm/schedule.c (deschedule_obj_func):
13700         (execute_obj_func):
13701         fixed core dump when a scheduled command deschedules itself
13703 2002-01-31  olicha  <olivier.chapuis@free.fr>
13705         * NEWS:
13706         FvwmButtons news
13708 2002-01-31  Mikhael Goikhman  <migo@homemail.com>
13710         * NEWS:
13711         * fvwm/move.c (moveLoop):
13712         while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
13714         * fvwm/session.c (get_version_string):
13715         switch from static to date-based version string
13717         * configure.in:
13718         remove --enable-kanji compatibility option
13720         * fvwm/schedule.h:
13721         * libs/queue.h:
13722         fix warnings, gcc compains on having something after #endif
13724 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13726         * fvwm/builtins.c (CMD_Delete):
13727         (CMD_Close):
13728         (CMD_Destroy):
13729         don't crash fvwm when trying to close a tear off menu
13731         * fvwm/decorations.c (is_function_allowed):
13732         * fvwm/menus.c (menu_expose):
13733         (do_menu):
13734         * fvwm/events.c (HandleReparentNotify):
13735         (HandleUnmapNotify):
13736         * fvwm/add_window.c (AddWindow):
13737         (AddWindow):
13738         * fvwm/fvwm.h (struct):
13739         * fvwm/add_window.c (CaptureAllWindows):
13740         (CaptureOneWindow):
13741         * fvwm/events.h (flush_property_notify):
13742         * fvwm/events.c (HandleMapRequestKeepRaised):
13743         started work on tear off menus
13745         * fvwm/fvwm.c (main):
13746         * fvwm/events.c (CMD_Sync):
13747         (CMD_Synchronize):
13748         * fvwm/commands.h (CMD_Synchronize):
13749         * fvwm/functions.h (enum):
13750         * fvwm/functions.c (func_config):
13751         new commands XSync and XSynchronize for debugging
13753         * fvwm/conditional.c (CreateConditionMask):
13754         (MatchesConditionMask):
13755         * fvwm/builtins.c (CMD_State):
13756         * fvwm/fvwm.h (struct):
13757         * fvwm/functions.h:
13758         * fvwm/commands.h:
13759         * fvwm/functions.c (func_config):
13760         new command "State"
13761         new condition "State"
13763         * libs/queue.c:
13764         fixed core dump
13766 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13768         * fvwm/module_interface.c (AddToMessageQueue):
13769         (initModules):
13770         (DeleteMessageQueueBuff):
13771         (FlushMessageQueue):
13772         * fvwm/events.c (My_XNextEvent):
13773         * fvwm/module_interface.c (AddToCommandQueue):
13774         (ExecuteCommandQueue):
13775         use code from queue.c
13777         * fvwm/schedule.c:
13778         * fvwm/queue.c:
13779         * fvwm/queue.h:
13780         * fvwm/events.c (My_XNextEvent):
13781         "Schedule 0" commands are executed before event handling
13782         moved some of the chedule code into a new queue library
13784 2002-01-30  olicha  <olivier.chapuis@free.fr>
13786         * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
13788 2002-01-30  olicha  <olivier.chapuis@free.fr>
13790         * libs/Flocale.c:
13791         * libs/Flocale.h:
13792         * libs/Makefile.am:
13793         * fvwm/fvwm.c (main):
13794         New libs files Flocale.c and Flocale.h with a function to set the
13795         locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
13796         also a function to get the charset (from ewmh_name.c) and which
13797         setlocale if this has not been done with the above function. This
13798         function is also called at fvwm2 startup
13800         * fvwm/ewmh_names.c (charset_to_utf8):
13801         (utf8_to_charset):
13802         Use the Fcharset variable and remove get_charset
13804         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13805         A minor fix
13807         * libs/GetFont.c (GetFontSetOrFixed):
13808         Free the missing charset list as suggested by Alexander Kotelnikov.
13809         Report problems with missing charset only 5 times. Remove the
13810         STRICTLY_FIXED code
13812 2002-01-30  Mikhael Goikhman  <migo@homemail.com>
13814         * configure.in:
13815         a patch to config.status to generate scripts executable, may be handy;
13816         added generation of utils/fvwm24_convert
13818 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13820         * fvwm/schedule.c:
13821         * fvwm/functions.c (expand_extended_var):
13822         implemented $[schedule.last] and $[schedule.next] variables
13823         implemented new command "Deschedule"
13825         * fvwm/misc.c (get_server_time):
13826         fixed MouseFocus
13828 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13830         * fvwm/misc.c (get_server_time):
13831         * fvwm/events.c (My_XNextEvent):
13832         * fvwm/icccm2.c (SetupICCCM2):
13833         * fvwm/functions.h:
13834         * fvwm/commands.h:
13835         * fvwm/functions.c (func_config):
13836         * fvwm/schedule.c:
13837         implemented new command "Schedule"
13839         * fvwm/builtins.c (CMD_Exec):
13840         applied job control patch by Alexander Kotelnikov using the portable
13841         version of setpgrp()
13843         * libs/setpgrp.c (fvwm_setpgrp):
13844         * libs/setpgrp.h (fvwm_setpgrp):
13845         * libs/Makefile.am:
13846         * configure.in:
13847         added checks for setpgrp and setpgid
13849 2002-01-29  olicha  <olivier.chapuis@free.fr>
13851         * acinclude.m4:
13852         Better test for iconv second argumeny
13854         * configure.in:
13855         Use gnu libiconv in priority against the system iconv
13857 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13859         * fvwm/stack.c (RaiseOrLowerWindow):
13860         (restack_windows):
13861         (collect_transients_recursive):
13862         * fvwm/icons.c (get_visible_icon_window_count):
13863         fixed stack ring corruption with icons that have either no picture or
13864         no title
13866 2002-01-28  olicha  <olivier.chapuis@free.fr>
13868         * fvwm/ewmh_names.c (charset_to_utf8):
13869         (utf8_to_charset):
13870         (EWMH_SetVisibleName):
13871         (get_charset):
13872         Better message errors in get_charset, use UTF-8 in the place of UTF8,
13873         set the ewmh visible (icon) name only if the fvwm visible name is
13874         different from the ICCCM (icon) window name, limit the number of
13875         conversions error messages to 10
13877 2002-01-28  olicha  <olivier.chapuis@free.fr>
13879         * fvwm/functions.c (func_config):
13880         * fvwm/commands.h:
13881         * fvwm/builtins.c (CMD_PropertyChange):
13882         New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
13883         messages
13885         * fvwm/module_interface.h:
13886         * fvwm/module_interface.c (BroadcastPropertyChange):
13887         * libs/Module.h (MX_PROPERTY_CHANGE):
13888         New module message MX_PROPERTY_CHANGE for all propose messages.
13890         * fvwm/events.c (HandlePropertyNotify):
13891         * libs/defaults.h:
13892         Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
13893         as argument when fvwm2 detects that the root background change
13894         Removed the ROOT_BG_CHANGE_STRING stuff
13896 2002-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13898         * NEWS, configure.in:
13899         changed version to 2.5.1
13901         * fvwm/misc.c (get_pointer_fvwm_window):
13902         * fvwm/commands.h:
13903         * fvwm/functions.c (func_config):
13904         * fvwm/conditional.c (CreateConditionMask):
13905         (MatchesConditionMask):
13906         (CMD_PointerWindow):
13907         (CreateConditionMask):
13908         (CMD_Any):
13909         * fvwm/fvwm.h (WindowConditionMask):
13910         new conditions focused, !focused, haspointer, !haspointer
13911         new command PointerWindow that works like Current but on the window that
13912         currently contains the pointer
13913         new command Any which works like None but inverts the condition
13914         fixed parsing of conditions with more than one comma
13916         * fvwm/module_interface.h:
13917         * fvwm/module_interface.c (do_execute_module):
13918         (initModules):
13919         * libs/Module.h (MAX_XMSG_MASK):
13920         fixed default message mask for modules
13922         * fvwm/update.c (flush_window_updates):
13923         * fvwm/virtual.c (UnmapDesk):
13924         (MapDesk):
13925         (do_move_window_to_desk):
13926         * fvwm/icons.c (DeIconify):
13927         (DeIconify):
13928         * fvwm/events.c (HandlePropertyNotify):
13929         (HandleMapRequestKeepRaised):
13930         (HandleMapNotify):
13931         (HandleButtonPress):
13932         (HandleEnterNotify):
13933         (HandleLeaveNotify):
13934         * fvwm/focus.c (DoSetFocus):
13935         (MoveFocus):
13936         (SetFocusWindow):
13937         (ReturnFocusWindow):
13938         (DeleteFocus):
13939         (ForceDeleteFocus):
13940         (FocusOn):
13941         (restore_focus_after_unmap):
13942         Fixed a race condition with M_FOCUS_CHANGE events and window updates by
13943         suppressing the M_FOCUS_CHANGE message if the focus does not change in
13944         the flush_window_updates() function.
13946 2002-01-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13948         * fvwm/placement.c (PlaceWindow):
13949         minor performance enhancement
13951 2002-01-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13953         * libs/defaults.h:
13954         * fvwm/menus.c (MenuInteraction):
13955         (pointer_in_active_item_area):
13956         (pointer_in_passive_item_area):
13957         new menu style PopupActiveArea
13959 2002-01-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13961         * fvwm/move_resize.c (CMD_ResizeMaximize):
13962         (CMD_ResizeMoveMaximize):
13963         fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
13965 2002-01-21  olicha  <olivier.chapuis@free.fr>
13967         * fvwm/fvwm2.1:
13968         s/Penalities/Penalties/g
13970 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13972         * fvwm/events.c (HandleLeaveNotify):
13973         (HandleEnterNotify):
13974         * fvwm/modconf.c (ModuleConfig):
13975         * fvwm/update.c (apply_window_updates):
13976         * fvwm/module_interface.c (BroadcastWindowIconNames):
13977         (CMD_Send_WindowList):
13978         (initModules):
13979         (do_execute_module):
13980         (PositiveWrite):
13981         (CMD_set_nograb_mask):
13982         (CMD_set_sync_mask):
13983         (CMD_set_mask):
13984         (set_mseggage_mask):
13985         (is_message_in_mask):
13986         (is_message_selected):
13987         * libs/Module.h:
13988         rewrote message interface to allow more than 32 messages with minimal
13989         changes in the existing interfaces.
13990         new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
13992         * fvwm/style.h:
13993         * fvwm/style.c (parse_and_set_window_style):
13994         * fvwm/fvwm.h (struct):
13995         * fvwm/events.c (HandleButtonPress):
13996         implemented new styles MouseFocusClickIgnoreMotion and
13997         MouseFocusClickIgnoreMotionOff
13999         * fvwm/focus.c (focus_grab_buttons):
14000         fixed button mask for > 5 buttons
14002 2002-01-19  olicha  <olivier.chapuis@free.fr>
14004         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
14005         Save and restore the icon_pixmap_w and add comments
14007 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14009         * fvwm/events.c (HandleEnterNotify):
14010         fixed EnterNotify events for icons
14012 2002-01-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14014         * fvwm/*.c:
14015         * fvwm/stack.c (overlap_box):
14016         (overlap):
14017         * fvwm/icons.c (clear_icon):
14018         * fvwm/add_window.c (destroy_icon):
14019         * fvwm/fvwm.h (FvwmWindow):
14020         * fvwm/geometry.c (get_window_borders):
14021         (get_client_geometry):
14022         * libs/fvwmrect.h (struct):
14023         * fvwm/functions.c (expand_extended_var):
14024         implemented new extended variables cw.x, cw.y, cw.width, cw.height that
14025         return the geometry of the client window
14026         implemented new extended variables it.x, it.y, it.width, it.height that
14027         return the geometry of the icon title
14028         implemented new extended variables ip.x, ip.y, ip.width, ip.height that
14029         return the geometry of the icon picture
14030         implemented new extended variables i.x, i.y, i.width, i.height that
14031         return the geometry of the whole icon
14032         fixed $[w.height] when the window is shaded
14033         cleaned up icon geometry code
14035 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14037         * fvwm/commands.h:
14038         * fvwm/functions.c:
14039         * fvwm/functions.h:
14040         * fvwm/move_resize.c (unmaximize_fvwm_window):
14041         (maximize_fvwm_window):
14042         (CMD_Maximize):
14043         (CMD_ResizeMaximize):
14044         (CMD_Resize):
14045         (resize_window):
14046         (CMD_ResizeMove):
14047         (resize_move_window):
14048         (CMD_ResizeMoveMaximize):
14049         New command ResizeMaximize.  Works like Resize, but modifies the
14050         maximized size of the window, not the normal size.
14051         New command ResizeMoveMaximize that works similarly.
14052         (resize_move_window):
14053         fixed ResizeMove command
14055         * fvwm/functions.c (expand):
14056         fixed core dump when using something like $[$v] in a command
14058 2002-01-17  olicha  <olivier.chapuis@free.fr>
14060         * libs/defaults.h (ROOT_BG_CHANGE_STRING):
14061         * fvwm/events.c (HandlePropertyNotify):
14062         * fvwm/fvwm.c (InternUsefulAtoms):
14063         * fvwm/extern.h:
14064         Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
14065         that the root background has changed. This uses the _XSETROOT_ID
14066         and XROOTPMAP_ID properties
14068         * fvwm/ewmh.c (atom_get):
14069         Be paranoid
14071 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14073         * fvwm/update.c (flush_window_updates):
14074         fixed unnecessary window style updates
14076         * fvwm/style.c (parse_and_set_window_style):
14077         * fvwm/add_window.c (RestoreWithdrawnLocation):
14078         (AddWindow):
14079         (setup_frame_attributes):
14080         * fvwm/fvwm.h (FvwmWindow):
14081         Fvwm does no longer disable backing store on all of its windows. This
14082         cause too many problems with some applications, e.g. rdist.  Introduced
14083         the new style BackingStoreWindowDefault that tells fvwm not to modify
14084         the backing store attribute on the client window - which now is the
14085         default.
14087 2002-01-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14089         * fvwm/commands.h:
14090         * fvwm/functions.c (func_config):
14091         * libs/Module.c (SetMessageMask2):
14092         (SetNoGrabMask2):
14093         * libs/Module.h:
14095         * configure.in:
14096         fixed building with libstroke-0.5.1 on Solaris8
14098         * fvwm/stack.c (new_layer):
14099         * fvwm/borders.c (DrawButton):
14100         (RedrawButtons):
14101         (RedrawTitle):
14102         * fvwm/builtins.c (SetLayerButtonFlag):
14103         (do_button_style):
14104         * fvwm/screen.h (struct):
14105         Applied the layer button patch by Richard Curnow with a few
14106         modifications
14108         * fvwm/icons.c (GetIconBitmap):
14109         (GetIconWindow):
14110         Ignore client icons that have the wrong depth
14112         * fvwm/events.c (HandleEnterNotify):
14113         Tried to fix focusing problem w/ unclutter.
14115 2002-01-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14117         * fvwm/functions.c (CheckActionType):
14118         remove debug code
14120         * fvwm/menus.c (paint_item):
14121         * fvwm/misc.c (is_function_allowed):
14122         * fvwm/move_resize.c (is_move_allowed):
14123         (is_resize_allowed):
14124         (is_maximize_allowed):
14125         * fvwm/decorations.c (check_if_function_allowed):
14126         combined all these functions into a new one
14127         use this function everywhere
14128         use the Fixed... styles to decide if a menu item is greyed or not
14130 2002-01-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14132         * fvwm/events.c (HandleExpose):
14133         eat up expose events even if the server claims that the expose count is
14134         zero; fixes a problem with many redraws of windows that are uncovered
14135         by shading a window above them
14137 2002-01-10  olicha  <olivier.chapuis@free.fr>
14139         * fvwm/focus.c (DoSetFocus):
14140         * fvwm/move_resize.c (CMD_Maximize):
14141         (CMD_Maximize):
14142         (handle_stick):
14143         (CMD_ResizeMove):
14144         (CMD_Resize):
14145         * fvwm/icons.c (DeIconify):
14146         (DeIconify):
14147         (Iconify):
14148         * fvwm/gnome.c (GNOME_HandlePropRequest):
14149         * fvwm/ewmh_names.c (EWMH_WMName):
14150         * fvwm/events.c (HandleFocusIn):
14151         (HandlePropertyNotify):
14152         (HandleMapNotify):
14153         (HandleButtonPress):
14154         (HandleLeaveNotify):
14155         (HandleExpose):
14156         * fvwm/builtins.c (CMD_UpdateDecor):
14157         (CMD_WindowShade):
14158         * fvwm/borders.c (draw_clipped_decorations):
14159         (DrawDecorations):
14160         (RedrawDecorations):
14161         * fvwm/borders.h:
14162         Added a new argument to DrawDecoration similar to draw_window_parts,
14163         which indicate which part of the decor should be cleared. At present
14164         time only CLEAR_FRAME is taken in account and this is used in
14165         ShadeWindow to draw the decoration without flickering. This argument
14166         may be used in the future to reduce opaque resizing flickering
14168         * fvwm/builtins.c (CMD_WindowShade):
14169         Draw the decoration during unshading a window
14171         * fvwm/menus.c (ParentalMenuRePaint):
14172         Fixed transparent animated menu again
14174         * NEWS:
14175         Some update
14177 2002-01-09  olicha  <olivier.chapuis@free.fr>
14179         * fvwm/style.c (CMD_Style):
14180         free all the elements of the ptmpstyle before freeing it
14182         * fvwm/menus.c (ParentalMenuRePaint):
14183         Fixed transparent animated menu with HilightBackOff
14185 2002-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14187         * fvwm/style.c (merge_styles):
14188         fixed core dump w/ multiple use of the UseStyle style and HilightBack
14189         in the copied style
14191 2002-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14193         * fvwm/modconf.c (send_ignore_modifiers):
14194         (send_move_threshold):
14195         (send_click_time):
14196         (send_colorsets):
14197         (send_color_limit):
14198         (send_image_path):
14199         (send_desktop_geometry):
14200         (CMD_Send_ConfigInfo):
14201         moved code into new functions
14203         * libs/defaults.h (DEFAULT_MODS_UNUSED):
14204         moved to defaults.h
14206         * fvwm/bindings.c (CMD_IgnoreModifiers):
14207         * fvwm/module_interface.c (broadcast_xinerama_state):
14208         * fvwm/modconf.c (send_ignore_modifiers):
14209         broadcast IgnoreModifiers to modules
14211         * fvwm/bindings.c (CMD_IgnoreModifiers):
14212         fixed IgnoreModifiers command without arguments
14213         * fvwm/fvwm2.1:
14214         corrected documentation of IgnoreModifiers command
14216 2002-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14218         * fvwm/add_window.c:
14219         * fvwm/cursor.c:
14220         * fvwm/virtual.c:
14221         * fvwm/builtins.c:
14222         * fvwm/bindings.c:
14223         * fvwm/move_resize.c:
14224         * fvwm/events.c:
14225         * fvwm/stack.c:
14226         * fvwm/module_interface.c:
14227         * fvwm/focus.c:
14228         * fvwm/placement.c:
14229         * fvwm/menus.c:
14230         * fvwm/icons.c:
14231         * fvwm/fvwm.h (FvwmWindow):
14232         remnamed icon_w member to icon_title_w
14234 2002-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14236         * fvwm/icons.c (RedoIconName):
14237         fixed sizing of icon title for icons without a pixmap
14238         (RedoIconName):
14239         (CreateIconWindow):
14240         (Iconify):
14241         (CreateIconWindow):
14242         rewrote icon title layout and moved the constants to defaults.h
14244         * fvwm/menus.c (menuShortcuts):
14245         (handle_emacs_bindings):
14246         implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
14248 2002-01-04  Dan Espen  <dane@mk.telcordia.com>
14250         * fvwm/fvwm2.1: Language checks done.
14251         .IR command not in column 1 fixed.
14253 2002-01-04  olicha  <olivier.chapuis@free.fr>
14255         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14256         (AnimatedMoveOfWindow):
14257         (AnimatedMoveFvwmWindow):
14258         (move_window_doit):
14259         * fvwm/menus.c (ParentalMenuRePaint):
14260         (animated_move_back):
14261         (pop_menu_up):
14262         Fixed transparent animated menu
14264 2002-01-03  olicha  <olivier.chapuis@free.fr>
14266         * fvwm/move_resize.c (is_resize_allowed):
14267         (is_move_allowed):
14268         Do not check if moveing/resizeing is MWM allowed for a no user request
14269         This fix for example FvwmWinList with MwmFunctions & NoOverride
14271         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14272         * fvwm/move_resize.c (is_move_allowed):
14273         Allowed moving if tmp_win is null and check if move is allowed and
14274         not resize in AnimatedMoveAnyWindow. This fix animated menu
14276         * fvwm/ewmh.c (ewmh_AllowsMaximize):
14277         (ewmh_AllowsMove):
14278         (ewmh_AllowsResize):
14279         Check as a user request
14281         * fvwm/fvwm2.1:
14282         * fvwm/move_resize.c (CMD_Maximize):
14283         (MaximizeWidth):
14284         (MaximizeHeight):
14285         New global flags "layer" and "ewmiwa". layer causes the grow* methods
14286         to ignore the windows with a layer less or equal to the layer of
14287         the maximized window. ewmhiwa causes to ignore the ewmh working area.
14288         Reorder a bit the Maximize documentation
14290         * fvwm/fvwm2.1:
14291         * fvwm/functions.c (expand_extended_var):
14292         New variables $[desk.name<n>] to get the desktop names
14294 2002-01-01  Dan Espen  <dane@mk.telcordia.com>
14296         * fvwm/read.c (CMD_Read): Correct message on missing file when using
14297         Read with full path.
14299 2002-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14301         * libs/defaults.h:
14302         * fvwm/misc.c (GrabEm):
14303         reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
14305         * fvwm/events.c (HandleUnmapNotify):
14306         (HandleMapRequestKeepRaised):
14307         (check_map_request):
14308         fixed unmanaged window when window was mapped/unmapped/mapped too fast
14310         * fvwm/add_window.c (FetchWmProtocols):
14311         (setup_wm_hints):
14312         * fvwm/fvwm.h (FvwmWindow):
14313         * fvwm/events.c (HandleEnterNotify):
14314         (HandlePropertyNotify):
14315         * fvwm/focus.c (refresh_focus):
14316         (set_focus_model):
14317         fixed focus problems with netscape and ddd
14319 2001-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14321         * libs/Target.c (fvwmlib_keyboard_shortcuts):
14322         * libs/Pointer.c (GetLocationFromEventOrQuery):
14323         * fvwm/virtual.c (HandlePaging):
14324         * fvwm/move_resize.c (GetOnePositionArgument):
14325         (InteractiveMove):
14326         (AnimatedMoveAnyWindow):
14327         (moveLoop):
14328         (CMD_Resize):
14329         * fvwm/module_interface.c (ExecuteModuleCommand):
14330         * fvwm/menus.c (do_menu):
14331         (menuShortcuts):
14332         (MenuInteraction):
14333         (get_menu_options):
14334         * fvwm/functions.c (execute_complex_function):
14335         * fvwm/events.c (HandleClientMessage):
14336         (WaitForButtonsUp):
14337         * fvwm/conditional.c (CMD_Direction):
14338         * fvwm/builtins.c (CMD_CursorMove):
14339         (CMD_FakeClick):
14340         (CMD_StrokeFunc):
14341         handle return code of XQueryPointer everywhere; necessary for dual head
14343         * fvwm/misc.c (GrabEm):
14344         Pointer was warped to other screen with a dual head setup
14346 2001-12-31  olicha  <olivier.chapuis@free.fr>
14348         * fvwm/ewmh_events.c (ewmh_WMStateModal):
14349         Removed some code which try to raise ewmh modal window over
14350         its transientfor window; this seems not possible without a new style
14351         or a bad hack in stack.c
14353 2001-12-30  Dan Espen  <dane@mk.telcordia.com>
14355         * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
14356         fallback to fixed font so it shows the right font for I18N.
14358 2001-12-30  olicha  <olivier.chapuis@free.fr>
14360         * fvwm/window_flags.h:
14361         * fvwm/session.c (MatchWinToSM):
14362         (LoadWindowStates):
14363         (SaveWindowStates):
14364         (get_version_string):
14365         * fvwm/move_resize.c (CMD_Maximize):
14366         (handle_stick):
14367         * fvwm/icons.c (CMD_Iconify):
14368         * fvwm/ewmh.c (EWMH_SetWMState):
14369         (EWMH_WindowInit):
14370         (EWMH_ExitStuff):
14371         (EWMH_SetAllowedActions):
14372         (EWMH_WindowInit):
14373         * fvwm/ewmh.h:
14374         * fvwm/ewmh_intern.h:
14375         * fvwm/ewmh_events.c (ewmh_WMState*):
14376         * fvwm/builtins.c (CMD_WindowShade):
14377         * fvwm/stack.c (new_layer):
14378         * fvwm/update.c (apply_window_updates):
14379         * fvwm/update.h (struct):
14380         * fvwm/add_window.c (setup_window_structure):
14381         (setup_window_name):
14382         (setup_icon):
14383         * fvwm/style.c (check_window_style_change):
14384         The skip list and modal ewmh window states are now updated after
14385         an use/ignore ewmh state style changes. The other ewmh states are
14386         starting state only. All the initial ewmh states are keep in memory
14387         for FvwmIdent.
14389         * fvwm/ewmh.c (EWMH_Handle*):
14390         * fvwm/fvwm.h:
14391         Set the ewmh_window_type to an int (and not the corresponding atom)
14392         accordingly to the window type
14394         * fvwm/ewmh_events.c (ewmh_WMStateModal):
14395         ewmh modal transient windows have RaiseTransient and GrabFocusTransient
14396         style
14398         * fvwm/ewmh.c (EWMH_GetStyle):
14399         * fvwm/ewmh_events.c (ewmh_WMDesktop):
14400         Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
14401         hints
14403         * libs/vpacket.h (ConfigWinPacket):
14404         * fvwm/module_interface.c (CONFIGARGSNEW):
14405         (OLDCONFIGARGS):
14406         (CONFIGARGS):
14407         Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
14408         cfgpacket for FvwmIdent
14410 2001-12-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14412         * fvwm/move_resize.c (resize_geometry_window):
14413         fixed wrong size calculation of geometry window
14415 2001-12-19  olicha  <olivier.chapuis@free.fr>
14417         * fvwm/ewmh_names.c (convert_charsets):
14418         More precise error messages
14420         * fvwm/fvwm2.1:
14421         A few formatting fixes
14423 2001-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14425         * fvwm/gnome.c (GNOME_SetHints):
14426         fixed window getting frozen into position upon a recapture or restart
14428 2001-12-17  Dan Espen  <dane@mk.telcordia.com>
14430         * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
14432 2001-12-17  olicha  <olivier.chapuis@free.fr>
14434         * fvwm/fvwm2.1:
14435         Tried to clarify the EWMHIconicStateWorkaround BugOpts
14437         * fvwm/ewmh.c (delete_kst_item):
14438         (set_kde_sys_tray):
14439         (EWMH_IsKdeSysTrayWindow):
14440         (EWMH_ManageKdeSysTray):
14441         * fvwm/events.c (HandleReparentNotify):
14442         Fixed reparenting management of kde system tray windows and
14443         added some off debugging code
14445         * fvwm/virtual.c (CMD_DesktopName):
14446         Removed some debugging code
14448 2001-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14450         * fvwm/fvwm.h (struct):
14451         * fvwm/window_flags.h (IS_FIXED_PPOS):
14452         * fvwm/style.h (SCSET_IS_FIXED_PPOS):
14453         * fvwm/style.c (parse_and_set_window_style):
14454         (check_window_style_change):
14455         implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
14456         FixedUSSize, FixedPSize and Variable PPosition, ...
14458         * fvwm/events.c (HandleConfigureRequest):
14459         * fvwm/ewmh.c (ewmh_AllowsResize):
14460         (is_resize_allowed):
14461         (ewmh_AllowsMove):
14462         (ewmh_AllowsMove):
14463         * fvwm/gnome.c (GNOME_SetHints):
14464         (AnimatedMoveAnyWindow):
14465         (CMD_ResizeMove):
14466         use new functions
14467         * fvwm/move_resize.c (is_move_allowed):
14468         (is_resize_allowed):
14469         (is_maximize_allowed):
14470         new functions to clean up some code
14472 2001-12-15  Dan Espen  <dane@mk.telcordia.com>
14474         * fvwm/fvwm2.1: Doc fixups.
14476 2001-12-15  olicha  <olivier.chapuis@free.fr>
14478         * fvwm/builtins (CMD_BugOpts):
14479         * fvwm/ewmh.c:
14480         * fvwm/ewmh_conf.c (EWMH_BugOpts):
14481         * fvwm/ewmh_events.c (ewmh_StateHidden):
14482         * fvwm/fvwm.c (InitVariables):
14483         * fvwm/fvwm2.1:
14484         * fvwm/icons.c (CMD_Iconify):
14485         * fvwm/screen.h:
14486         * fvwm/virtual.c (unmap_window):
14487         (map_window):
14488         Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
14489         to fix the IconicState problems in vitrual.c. New BugOpts
14490         EWMHIconicStateWorkaround for supporting current KDE versions
14492         * fvwm/events.c (HandlePropertyNotify):
14493         * fvwm/ewmh.c (ewmh_AllowsYes):
14494         * fvwm/ewmh.h:
14495         (ewmh_AllowsClose):
14496         (ewmh_AllowsMaximize):
14497         (ewmh_AllowsMove):
14498         (ewmh_AllowsResize):
14499         (EWMH_SetAllowedActions):
14500         (EWMH_WindowInit):
14501         * fvwm/style.c (check_window_style_change):
14502         * fvwm/update.c (apply_window_updates):
14503         * fvwm/update.h:
14504         Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
14506 2001-12-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14508         * fvwm/borders.c (RedrawTitle):
14509         * libs/defaults.h (WINDOW_TITLE_OFFSET):
14510         fixed 'stick' lines with long titles
14512 2001-12-11  olicha  <olivier.chapuis@free.fr>
14514         * NEWS:
14515         * fvwm/commands.h:
14516         * fvwm/ewmh.c (ewmh_SetWorkArea):
14517         * fvwm/ewmh.h:
14518         (ewmh_ComputeAndSetWorkArea):
14519         (ewmh_HandleDynamicWorkArea):
14520         (EWMH_GetWorkAreaIntersection):
14521         (EWMH_GetStrutIntersection):
14522         (get_intersection):
14523         * fvwm/ewmh_name.c (EWMH_SetDeskNames):
14524         * fvwm/function.c:
14525         * fvwm/function.h:
14526         * fvwm/fvwm.c (InitVariables):
14527         * fvwm/fvwm2.1:
14528         * fvwm/modconf.c (send_desktop_names):
14529         (CMD_Send_ConfigInfo):
14530         * fvwm/placement.c (get_next_x):
14531         (get_next_y):
14532         * fvwm/screen.h:
14533         * fvwm/virtual.c (CMD_DesktopName):
14534         * fvwm/virtual.h:
14535         (GetDesktopName):
14536         New command "DesktopName desk name" to define desktops names for
14537         the FvwmPager, the WindowList and ewmh compliant pagers.
14538         Desktops information (desk, desk name, working areas) is stored in a
14539         new list sub structure of Scr, DesktopsInfo. The head of the list
14540         contains generic information for desks that are not in the list.
14542         * fvwm/windowlist.c (get_desk_title):
14543         (CMD_WindowList):
14544         * fvwm/fvwm2.1:
14545         * NEWS:
14546         New window list options NoDeskNum, NoCurrentDeskTitle,
14547         TitleForAllDesks, NoNumInDeskTitle. Document these options and also
14548         the NoGeometry and NoGeometryInfo options.
14550         * fvwm/ewmh.c:
14551         * fvwm/ewmh_names.c:
14552         * fvwm/ewmh_icons.c:
14553         Added some static declarations
14555         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
14556         It seems that UTF8 names should not be terminated by a 0
14558         * fvwm/ewmh.c (EWMH_SetClientListStacking):
14559         Set the stacking list in the good orders
14561 2001-12-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14563         * vms/config.h:
14564         * fvwm/functions.c:
14565         * fvwm/commands.h:
14566         * fvwm/builtins.c:
14567         * fvwm/borders.c:
14568         removed all MULTISTYLE ifdefs
14570         * fvwm/borders.c (RedrawTitle):
14571         fixed title drawing into relief
14573 2001-12-08  olicha  <olivier.chapuis@free.fr>
14575         * fvwm/style.c:
14576         * fvwm/style.h:
14577         * fvwm/fvwm.h:
14578         * fvwm/update.c:
14579         * fvwm/update.h:
14580         * fvwm/window_flags.h:
14581         * fvwm/fvwm2.1:
14582         s/extended_window_name/indexed_window_name/i
14583         s/extended_icon_name/indexed_icon_name/i
14584         s/do_update_window_name/do_update_visible_window_name/
14585         s/do_update_icon_name/do_update_visible_icon_name/
14587         * fvwm/style.c (CMD_Style):
14588         * fvwm/style.h:
14589         (parse_and_set_window_style):
14590         Split CMD_Style into CMD_Style and parse_and_set_window_style
14592 2001-12-06  olicha  <olivier.chapuis@free.fr>
14594         * fvwm/add_window.c (setup_window_name_count):
14595         (setup_icon_name_count):
14596         Better determination of the window and icon names index
14598         * fvwm/add_window.c (AddWindow):
14599         (setup_icon):
14600         * fvwm/events.c (HandlePropertyNotify):
14601         * fvwm/ewmh_names.c (EWMH_WMName):
14602         (EWMH_WMIconName):
14603         * fvwm/module_interface.c (BroadcastWindowIconNames):
14604         * fvwm/module_interface.h:
14605         (CMD_Send_WindowList):
14606         (CMD_set_mask):
14607         (CMD_set_sync_mask):
14608         (CMD_set_nograb_mask):
14609         * fvwm/update.c (apply_window_updates):
14610         * libs/Module.h:
14611         New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
14612         which are send to modules with BroadcastWindowIconNames.
14613         The set mask cmds use unsigned long mask and not int mask!
14615 2001-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14617         * fvwm/ewmh.h:
14618         * fvwm/ewmh.c:
14619         EWMH without iconv compile fix by Hippo
14621 2001-12-05  olicha  <olivier.chapuis@free.fr>
14623         * fvwm/add_window.c:
14624         * fvwm/ewmh.c (*):
14625         * fvwm/ewmh.h:
14626         * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
14627         * fvwm/ewmh_events.c:
14628         * fvwm/fvwm.h:
14629         * fvwm/fvwm2.1:
14630         * fvwm/move_resize.c (CMD_Maximize):
14631         * fvwm/placement.c (test_fit):
14632         (PlaceWindow):
14633         * fvwm/session.c (SaveWindowStates):
14634         * fvwm/style.c (merge_styles):
14635         * fvwm/style.h:
14636         (check_window_style_change):
14637         * fvwm/update.c (apply_window_updates):
14638         * fvwm/update.h:
14639         * fvwm/window_flags.h:
14640         New ewmh styles:
14641         EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
14642         EWMHMaximizeUseDynamicWorkingArea,
14643         EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
14644         EWMHPlacementUseDynamicWorkingArea,
14645         EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
14646         EWMHIgnoreStateHints / EWMHUseStateHints,
14647         EWMHIgnoreStrutHints / EWMHUseStrutHints
14649         * fvwm/ConfigFvwmDefaults:
14650         Use EWMHPlacementUseDynamicWorkingArea,
14651         EWMHMaximizeUseDynamicWorkingArea as default placement styles
14653         * NEWS:
14654         * fvwm/add_window.c (setup_placement_penalty):
14655         * fvwm/add_window.h:
14656         (setup_placement_penalty):
14657         (AddWindow):
14658         * fvwm/fvwm.h:
14659         * fvwm/placement.c (get_next_x):
14660         * fvwm/placement.h:
14661         (get_next_y):
14662         (test_fit):
14663         * fvwm/style.c (CMD_Style):
14664         * fvwm/style.h:
14665         (check_window_style_change):
14666         * fvwm/update.c (apply_window_updates):
14667         * fvwm/update.h:
14668         * fvwm/window_flags.h:
14669         * libs/default.h:
14670         New styles PlacementOverlapPenalties and
14671         PlacementOverlapPercentPenalties
14673         * NEWS:
14674         * fvwm/add_window.c (setup_window_name_count):
14675         * fvwm/add_window.h:
14676         (setup_icon_name_count):
14677         (setup_visible_name):
14678         (setup_window_name):
14679         (free_window_names):
14680         (setup_icon):
14681         * fvwm/borders.c (DrawMultiPixmapTitlebar):
14682         (RedrawTitle):
14683         * fvwm/events.c (HandlePropertyNotify):
14684         * fvwm/ewmh_names.c (EWMH_*):
14685         * fvwm/fvwm.h:
14686         * fvwm/icons.c (CreateIconWindow):
14687         (DrawIconWindow):
14688         (RedoIconName):
14689         (AutoPlaceIcon):
14690         (Iconify):
14691         * fvwm/session.c (MatchWinToSM):
14692         * fvwm/style.c (CMD_Style):
14693         * fvwm/style.h:
14694         (check_window_style_change):
14695         * fvwm/update.c (apply_window_updates):
14696         * fvwm/update.h:
14697         * fvwm/window_flags.h:
14698         New styles ExtendedWindowName / SimpleWindowName and
14699         ExtendedIconName / SimpleIconName. TODO: the modules implementation
14701         * fvwm/builtins.c (ReadMultiPixmapDecor):
14702         A -Wall fix
14704         * configure.in:
14705         Fixed gcc test
14707         * session.c (get_version_string):
14708         now is 2.5-3
14710         * fvwm/stack.c (new_layer):
14711         (CMD_Layer):
14712         Fixed ewmh wm state
14714         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
14715         Fixed creation of the ewmh icon in the case of the window is iconified
14717 2001-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14719         * fvwm/placement.c (PlaceWindow):
14720         fixed manual placement on Xinerama screens other than the one with the
14721         top left corner of the total screen
14723 2001-11-27  olicha  <olivier.chapuis@free.fr>
14725         * configure.in:
14726         * acinclude.m4:
14727         * acconfig.h:
14728         * fvwm/ewmh_name.c
14729         Check for the second argument of iconv
14731         * configure.in:
14732         Added -Wall to CFLAGS if cc is gcc
14734 2001-11-26  Mikhael Goikhman  <migo@homemail.com>
14736         * configure.in:
14737         * acconfig.h:
14738         s/extanded/extended/
14740 2001-11-26  olicha  <olivier.chapuis@free.fr>
14742         * fvwm/Makefile.am:
14743         Fixed (?) iconv_LIBS
14745 2001-11-26  olicha  <olivier.chapuis@free.fr>
14747         * fvwm/functions.c (expand):
14748         Fixed n, c, r expansion
14750 2001-11-25  Dan Espen  <dane@mk.telcordia.com>
14752         * fvwm/fvwm2.1: Clean up ewmh stuff.
14754 2001-11-24  olicha  <olivier.chapuis@free.fr>
14756         * fvwm/ewmh_internal.h:
14757         * fvwM/ewmh.c:
14758         Removed a non standard macro
14760 2001-11-24  olicha  <olivier.chapuis@free.fr>
14762         * fvwm/fvwm2.1:
14763         Documented the previous ewmh style in a new Style subsection
14765         * fvwm/functions.c (expand):
14766         Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
14768 2001-11-24  olicha  <olivier.chapuis@free.fr>
14770         * fvwm/add_window (setup_icon):
14771         (setup_window_structure):
14772         * fvwm/events.c (HandlePropertyNotify):
14773         * fvwm/ewmh.h:
14774         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
14775         * fvwm/ewmh_icons.c (ewmh_WMIcon):
14776         (EWMH_DoUpdateWmIcon):
14777         (ewmh_SetWmIconFromPixmap):
14778         (EWMH_DeleteWmIcon):
14779         (EWMH_SetIconFromWMIcon):
14780         * fvwm/ewmh_intern.h:
14781         * fvwm/fvwm.h:
14782         * fvwm/icons.c (GetIcon):
14783         * fvwm/session.c (get_version_string):
14784         * fvwm/style.c (CMD_Style):
14785         * fvwm/style.h:
14786         (check_window_style_change)
14787         * fvwm/update.c (apply_window_updates):
14788         * fvwm/update.h:
14789         * fvwm/window_flags.h:
14790         New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
14791         EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
14792         EWMHDonateIcon / EWMHDontDonateIcon,
14793         Some ewmh icon code simplification.
14794         Ewmh icons priority: just after icon window.
14796         * fvwm/ewmh.c (EWMH_ExitStuff):
14797         * fvwm/ewmh.h:
14798         * fvwm/session.c (SaveWindowStates):
14799         (LoadWindowStates):
14800         (MatchWinToSM):
14801         * fvwm/fvwm.c (Done):
14802         Delete the ewmh icons we set ourself. Some ewmh session states do not
14803         need to be saved/restored anymore
14805 2001-11-23  olicha  <olivier.chapuis@free.fr>
14807         * fvwm/ewmh_names.c (convert_charsets):
14808         Fixed infinite loop
14810 2001-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14812         * fvwm/ewmh_names.c (convert_charsets):
14813         -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
14814         man page states on Linux
14815         replaced goto with a loop
14817 2001-11-22  olicha  <olivier.chapuis@free.fr>
14819         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
14820         a -Wall fix
14822         * fvwm/ewmh_events.c:
14823         Fixed some styles update
14825         * fvwm/ewmh_conf.c:
14826         * fvwm/function.c (func_config):
14827         * fvwm/function.h:
14828         * fvwm/ewmh.c:
14829         * fvwm/ewmh.h:
14830         * fvwm/ewmh_events.c:
14831         * fvwm/ewmh_intern.h:
14832         * fvwm/Makefile.am:
14833         * fvwm/fvwm2.1:
14834         New file for ewmh styles and commands. New commands EWMHBaseStrut and
14835         EWMHNumberOfDesktops. More documentation in ewmh man page section.
14837         * fvwm/add_window.c:
14838         * fvwm/bindings.c:
14839         * fvwm/events.c:
14840         * fvwm/functions.c:
14841         * fvwm/ewmh.c (EWMH_Init):
14842         * fvwm/fvwm.h:
14843         * fvwm/fvwm.c (InitVariables):
14844         * fvwm/placement.c
14845         * fvwm/sceen.h:
14846         * fvwm/session.c:
14847         * fvwm/styles.c:
14848         * fvwm/update.c:
14849         * fvwm/update.h:
14850         * fvwm/window_flags.c:
14851         * libs/Bindings.c:
14852         * libs/Picture.c:
14853         * libs/Picture.h:
14854         * libs/fvwmlib.h:
14855         * configure.in:
14856         * acconfig.h:
14857         Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
14858         are maybe problematic) and those in the ewmh* files to allow
14859         to disbale the ewmh code: with --disable-ewmh all the ewmh code
14860         should be dummy. --enable-ewmh is now the default.
14862 2001-11-20  olicha  <olivier.chapuis@free.fr>
14864         * fvwm/icons.c (GetIcon):
14865         * fvwm/add_window.c (setup_icon):
14866         Fixed icons order choice and other minor bugs
14868         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
14869         Fixed a core dump if there is no MiniIcon
14871 2001-11-18  olicha  <olivier.chapuis@free.fr>
14873         * fvwm/ewmh.c (add_kst_item):
14874         * fvwm/ewmh.h:
14875         (ewmh_AddToKdeSysTray):
14876         (EWMH_IsKdeSysTrayWindow):
14877         (EWMH_ManageKdeSysTray):
14878         (EWMH_WindowInit):
14879         fvwm/ewmh_intern.h:
14880         * fvwm/events.c (HandleDestroyNotify):
14881         (HandleMapRequest):
14882         (HandleUnmapNotify):
14883         Fixed the KDE system tray implementation
14885 2001-11-16  olicha  <olivier.chapuis@free.fr>
14887         * fvwm/ewmh.h:
14888         * fvwm/ewmh.c:
14889         fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
14891 2001-11-15  olicha  <olivier.chapuis@free.fr>
14893         * fvwm/ewmh.c (EWMH_DestroyWindow):
14894         * fvwm/ewmh.h:
14895         (EWMH_WindowDestroyed):
14896         * fvwm/events.c (HandleReparentNotify):
14897         (HandleDestroyNotify):
14898         (HandleUnmapNotify):
14899         * fvwm/add_window.c (destroy_window):
14900         Fixed the ewmh windows lists
14902 2001-11-15  olicha  <olivier.chapuis@free.fr>
14904         * fvwm/Makefile.am:
14905         * fvwm/ewmh.c:
14906         * fvwm/ewmh.h:
14907         * fvwm/ewmh_intern.h:
14908         * fvwm/ewmh_events.c:
14909         * fvwm/ewmh_icons.c:
14910         * fvwm/ewmh_names.c:
14911         * fvwm/fvwm2.1:
14912         * NEWS:
14913         New files to achieve the extended WM hints support, off by
14914         default. This code is ifdefed a la gnome.c.
14915         This is work in progess (need to do so that every things are
14916         configurable).
14918         * configure.in:
14919         * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
14920         New configure option --enable-ewmh. Added tests for iconv and
14921         nl_langinfo for UTF8 conversions.
14923         * fvwm/add_window.c (AddWindow):
14924         (CaptureOneWindow):
14925         (destroy_window):
14926         (setup_window_name):
14927         (setup_icon):
14928         EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
14929         EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
14930         SET_HAS_EWMH_ICON, EWMH_WMIconName
14932         * fvwm/add_window.c (setup_window_structure):
14933         * fvwm/fvwm.h (FvwmWindow):
14934         (window_flags):
14935         * fvwm/window_flags.h:
14936         * fvwm/session.c (get_version_string):
14937         (SaveWindowStates):
14938         (LoadWindowStates):
14939         Added some entries in FvwmWindow and some flags (more will be
14940         added). Some of these states need to be saved at restart and
14941         at recapture. This code is ifdefed, may be it should not: I was
14942         forced to ifdef the version string in get_version_string.
14944         * libs/Bindings.c (win_contexts):
14945         * libs/fvwmlib.h:
14946         * fvwm/events.c (GetContext):
14947         * fvwm/bindings.c (ParseBinding):
14948         (activate_binding):
14949         * fvwm/functions.c (expand_extended_var):
14950         (expand):
14951         (execute_function):
14952         (DeferExecution):
14953         * fvwm/screen.h (Scr):
14954         new context C_EWMH_DESKTOP named "D" for an ewmh desktop
14955         (kdesktop or Nautilus desktop). This context is something between
14956         C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
14958         * fvwm/bindings.c (activate_binding):
14959         Fixed immediate application of mouse/stroke bindings
14961         * fvwm/borders.h
14962         * fvwm/borders.c (RedrawDecorations):
14963         * fvwm/update.c (apply_window_updates):
14964         New function  RedrawDecorations taken from apply_window_updates
14965         and called in ewmh_icons.c and update.c
14967         * fvwm/bultins.c (CMD_WindowShade):
14968         EWMH_SetWMState
14970         * fvwm/events.c (HandleFocusIn):
14971         (HandlePropertyNotify):
14972         (HandleClientMessage):
14973         (HandleMapRequestKeepRaised):
14974         (HandleUnmapNotify):
14975         EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
14976         icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
14977         EWMH_SetClientList
14979         * fvwm/icons.c (GetIcon):
14980         * fvwm/icons.h:
14981         (CreateIconWindow):
14982         (ChangeIconPixmap):
14983         * fvwm/events.c (HandlePropertyNotify):
14984         New function GetIcon taken from CreateIconWindow which choose
14985         the icon, there is a new case for EWMH icons. New function
14986         ChangeIconPixmap taken from events.c.
14987         The two new functions are called from ewmh_icon.c (and icons.c).
14989         * fvwm/move_resize.c (handle_stick):
14990         (CMD_Maximize):
14991         (handle_stick):
14992         EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
14994         * libs/Picture.h:
14995         * libs/Picture.c (LoadPictureFromPixmap):
14996         (CachePictureFromPixmap):
14997         New functions for loading a picture from a pixmap. Nothing is cached
14998         but this simplify the MiniIcon code.
15000         * fvwm/placement.c (PlaceWindow):
15001         EWMH_GetWorkAreaIntersection
15003         * fvwm/screen.h (Scr):
15004         Added the working area, the dynamic working area and the ewmh
15005         Desktop window.
15007         * fvwm/stack.c (restack_windows):
15008         (CMD_Layer):
15009         EWMH_SetClientListStacking, EWMH_SetWMState
15011         * fvwm/style.c (check_window_style_change):
15012         * fvwm/update.c (apply_window_updates):
15013         * fvwm/update.h:
15014         Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
15015         This code is ifdefed.
15017         * fvwm/style.c (lookup_style):
15018         EWMH_GetStyle
15020         * fvwm/virctual.c (goto_desk):
15021         (CMD_GotoDeskAndPage):
15022         (do_move_window_to_desk):
15023         EWMH_SetCurrentDesk, EWMH_SetWMDesktop
15025 2001-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15027         * fvwm/update.c (apply_window_updates):
15028         * fvwm/gnome.c (GNOME_GetStyle):
15029         * fvwm/style.c (lookup_style):
15030         (check_window_style_change):
15031         * fvwm/add_window.c (setup_style_and_decor):
15032         fixed GnomeIgnoreHints style for some of the gnome hints
15034         * fvwm/fvwm.c (StartupStuff):
15035         Tried to fix font size problem
15037         * fvwm/placement.c (PlaceWindow):
15038         suppress an X error
15040         * fvwm/move_resize.c (moveLoop):
15041         * libs/Target.c (fvwmlib_keyboard_shortcuts):
15042         * fvwm/misc.c (Keyboard_shortcuts):
15043         modified keyboard shortcut functions so that it is possible to move
15044         windows with the keyboard even if the border is hit.  does not work
15045         very nicely with paging
15047         * libs/Target.c (fvwmlib_keyboard_shortcuts):
15048         performance enhancement
15050         * fvwm/events.c (HandleButtonPress):
15051         fixed (?) some problem with passing the raise click in ctf to the app
15053         * fvwm/add_window.c (Reborder):
15054         * fvwm/virtual.c (MoveViewport):
15055         (MapDesk):
15056         (UnmapDesk):
15057         * fvwm/session.c (SaveWindowStates):
15058         * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
15059         don't access stack_next and stack_prev directly but use the access
15060         functions from stack.h
15062         * fvwm/stack.c (remove_window_from_stack_ring):
15063         (add_window_to_stack_ring_after):
15064         safety patch
15066         * fvwm/add_window.c (adjust_fvwm_internal_windows):
15067         (destroy_window):
15068         when a window becomes scheduled for destruction, remove all traces of it
15069         from the fvwm internal variable so its not accessed accidentally when
15070         its fields are no longer valid
15072 2001-11-05  Mikhael Goikhman  <migo@homemail.com>
15074         * fvwm/borders.c:
15075         fixed compilation of I18N_MB
15077 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
15079         * AUTHORS:
15080         * NEWS:
15081         * acconfig.h:
15082         * configure.in:
15083         * fvwm/borders.c:
15084         * fvwm/builtins.c:
15085         * fvwm/fvwm2.1:
15086         * fvwm/screen.h:
15087         exclude the TitleStyle MultiPixmap feature (only) before forking
15088         ...
15089         and restore it after that
15091         * NEWS:
15092         * configure.in:
15093         change version string to 2.5.0
15095         * NEWS:
15096         added a missing entry for the stable release 2.4.0 (03-Jul-2001);
15097         added a link to the stable version 2.4.4 (not released yet)
15099 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
15101         * NEWS:
15102         * configure.in:
15103         change version string to 2.4.4 before forking
15105         * make_fvwmdist.sh:
15106         strip end of line from date (adjust for a new length)
15108 2001-10-29  olicha  <olivier.chapuis@free.fr>
15110         * fvwm/screen.h (DecorFaceStyle):
15111         Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
15112         so that Solid colors work again
15114 2001-10-28  olicha  <olivier.chapuis@free.fr>
15116         * fvwm/module_interface.c (skipModuleAliasToken):
15117         Allows '/' as alias character
15119         * NEWS
15120         Script news
15122 2001-10-27  Mikhael Goikhman  <migo@homemail.com>
15124         * configure.in:
15125         * acconfig.h:
15126         * NEWS:
15127         added --disable-multipixmap-titles for the Suzanne's patch,
15128         the default is enable
15130         * fvwm/fvwm2.1:
15131         some formatting fixes in TitleStyle entry
15133 2001-10-27  Suzanne Britton  <tril@igs.net>
15135         * config.h.in: Added FANCY_TITLEBARS option, off by default
15137         * fvwm/fvwm2.1:
15138         Added info on TitleStyle MultiPixmap
15140         * fvwm/screen.h:
15141         [All changes #ifdeffed FANCY_TITLEBARS]
15142         Added TITLE_PADDING define for fancy titlebar rendering
15143         Added tb_pixmap_enum
15144         Added MultiPixmap to DecorFaceType enum
15145         Added Picture **multi_pixmaps and short multi_stretch_flags
15146         to DecorFace structure
15148         * fvwm/borders.c:
15149         [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
15150         (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
15151         (RenderIntoWindow): [new]
15152         (DrawMultiPixmapTitlebar): [new]
15153         (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
15154         instead of always sending 1
15155         (RedrawTitle):
15156         Call DrawFancyTitlebar for MultiPixmap style
15157         Skip DrawString calls for MultiPixmap style (title is drawn inside
15158         DrawMultiPixmapTitlebar)
15160         * fvwm/builtins.c:
15161         [All changes #ifdeffed FANCY_TITLEBARS]
15162         (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
15163         (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
15164         (ReadMultiPixmapDecor): [new]
15166 2001-10-26  Dan Espen  <dane@mk.telcordia.com>
15168         * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
15169         buttons can activate on press or release, special pointer during grab,
15170         arrow key command recall.
15172 2001-10-24  Mikhael Goikhman  <migo@homemail.com>
15174         * fvwm/bindings.c (ParseBinding):
15175         * fvwm/bindings.h:
15176         * fvwm/fvwm2.1:
15177         binding commands now do not print error messages with Silent
15179         * fvwm/ConfigFvwmDefaults:
15180         * NEWS:
15181         don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
15182         use Silent before Key Help
15184         * fvwm/add_window.c:
15185         changed the broken size hints message to notify the owner
15187         * docs/fvwm.lsm.in:
15188         small changes
15190 2001-10-19  olicha  <olivier.chapuis@free.fr>
15192         * NEWS:
15193         Some FvwmScript news
15195 2001-10-16  olicha  <olivier.chapuis@free.fr>
15197         * NEWS:
15198         Some FvwmScript news
15200 2001-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15202         * fvwm/bindings.c (activate_binding):
15203         * libs/Bindings.c (GrabWindowKeyOrButton):
15204         activate mouse/stroke bindings immediately
15206         * fvwm/events.c (HandleButtonPress):
15207         it is possible to bind actions to the 'ClickToFocus' click
15209 2001-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15211         * fvwm/virtual.c (HandlePaging):
15212         allow paging during move/resize when pressing keys
15214         * libs/XResource.c (MergeCmdLineResources):
15215         possible core dump fix
15217         * fvwm/add_window.c (setup_window_placement):
15218         fixed core dump
15220         * libs/Bindings.c (AddBinding):
15221         another attempt at cleaning up bindings with "Shift"
15223 2001-10-13  olicha  <olivier.chapuis@free.fr>
15225         * NEWS
15226         FvwmScript news
15228 2001-10-10  Mikhael Goikhman  <migo@homemail.com>
15230         * move_resize.c:
15231         * fvwm/fvwm2.1:
15232         OpaqueMoveSize now accepts "unlimited" or negative argument.
15234 2001-10-09  Mikhael Goikhman  <migo@homemail.com>
15236         * fvwm/fvwm2.1:
15237         added missing "!"
15239 2001-10-08  Dan Espen  <dane@mk.telcordia.com>
15241         * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
15243         * libs/fvwmlib.h:
15244         * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
15246         * fvwm/cursor.c: Extract cursor validation routine to become a libs
15247         routine.
15249 2001-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15251         * NEWS, configure.in:
15252         changed version to 2.5.0
15254 2001-10-08  olicha  <olivier.chapuis@free.fr>
15256         * fvwm/borders.c (RedrawTitle):
15257         Fixed drawing of leftJustified stippled title and suppress warnings
15258         in RelieveRectangle w/ RightJustified stippled title
15260 2001-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15262         * fvwm/virtual.c (CMD_XineramaSlsSize):
15263         fixed ABR
15265 2001-10-03  olicha  <olivier.chapuis@free.fr>
15267         * fvwm/style.c (CMD_Style):
15268         * fvwm/fvwm2.1
15269         Added the possibility to add an Xinerama screen to the 4 numerics
15270         Iconbox format
15272 2001-10-03  olicha  <olivier.chapuis@free.fr>
15274         * fvwm/icons.c (AutoPlaceIcon):
15275         Fixed a core dump with @c and fixed icon placement if the icon should
15276         not be on the current page
15278 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15280         * fvwm/icons.c (AutoPlaceIcon):
15281         * libs/FScreen.c (FScreenParseScreenBit):
15282         added 'w' screen specifier for icon boxes
15284         * fvwm/icons.c (AutoPlaceIcon):
15285         fixed placement of icons in icon boxes on different screen
15287         * fvwm/menus.c (get_menu_options):
15288         reduced code duplication
15290 2001-10-02  olicha  <olivier.chapuis@free.fr>
15292         * fvwm/menus.c (get_menu_options):
15293         fixed Xinerama placement of menu with empty but not null position hints
15295 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15297         * fvwm/borders.c (RedrawTitle):
15298         * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
15299         suppress a warning in RelieveRectangle w/ small sticky windows
15301 2001-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15303         * fvwm/menus.c (get_menu_options):
15304         A 'rectangle' context rectangle for menus honours the '@screen' bit
15306         * fvwm/move_resize.c (DisplayPosition):
15307         coordinates of a window are show in relation to the screen, not the page
15309         * libs/FScreen.c (FScreenTranslateCoordinates):
15310         * fvwm/placement.c (PlaceWindow):
15311         * fvwm/add_window.c (setup_window_placement):
15312         Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
15313         rewrote the library functionality to better match the rest of the
15314         interface
15316         * fvwm/builtins.c (DestroyFvwmDecor):
15317         removed useless code
15319         * fvwm/icons.c (DrawIconWindow):
15320         fixed race condition w/ expanding/collapsing icon titles
15322         * fvwm/windowlist.c (CMD_WindowList):
15323         fixed Xinerama placement of window list when called without options
15325 2001-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15327         * libs/FScreen.c (FScreenSLSOnOff):
15328         fixed core dump when calling XineramaSls before XineramaSlsSize
15330         * configure.in:
15331         changed to 2.4.3
15333         * libs/FShape.h (FHaveShapeExtension):
15334         set macro to 1 when compiling w/ shape extension
15336 2001-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15338         * libs/Bindings.c (AddBinding):
15339         * fvwm/bindings.c (ParseBinding):
15340         print a warning if a key with the given name does not exist
15341         if there is an upper and a lower case version of the same key name,
15342         always bind to the lower case version; this is problematic if the upper
15343         case version is tied to a key without a modifier and the lower case
15344         version is tied to the same key, but with a modifier (or both are tied
15345         to different keys). I hope this good enough.
15347         * libs/Bindings.c (FreeBindingList):
15348         (MatchBindingExactly):
15349         (CollectBindingList):
15350         fixed some problems overriding keys
15351         reduced duplication of logic
15353 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15355         * NEWS, configure.in:
15356         changed version to 2.5.0
15358 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15360         * configure.in:
15361         changed version to 2.4.2
15363 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15365         * libs/Colorset.c:
15366         (SetWindowBackground):
15367         (SetRectangleBackground):
15368         * fvwm/builtins.c (CMD_WindowShade):
15369         * fvwm/add_window.c:
15370         (setup_style_and_decor):
15371         * fvwm/icons.c:
15372         (CreateIconWindow):
15373         (GetXPMFile):
15374         (GetIconWindow):
15375         (GetIconBitmap):
15376         * fvwm/events.c:
15377         (HandleConfigureRequest):
15378         (HandleShapeNotify):
15379         (InitEventHandlerJumpTable):
15380         * fvwm/borders.c (struct):
15381         (SetupFrame):
15382         (SetShape):
15383         * fvwm/decorations.c (SelectDecor):
15384         * fvwm/fvwm.c:
15385         (main):
15386         (setVersionInfo):
15387         * fvwm/externs.h:
15388         * fvwm/fvwm.h (FvwmWindow):
15389         * libs/FShape.h:
15390         * libs/FShape.c:
15391         moved shape support to library; its no longer necessary to
15392         '#ifdef SHAPE' any code
15394         * fvwm/borders.c (RedrawButtons):
15395         (RedrawTitle):
15396         fixed top border hilight drawing of title buttons
15398         * libs/Graphics.c (do_relieve_rectangle):
15399         (RelieveRectangle):
15400         (RelieveRectangle2):
15401         allow alternate shading for title buttons
15403 2001-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15405         **/*.1:
15406         Applied man page patch by Dmitry Yu. Bolkhovityanov:
15407         Add a formal description of how fvwm maintains module's configs
15408         Change manpages of individual modules to refer to fvwm2(1) for
15409         details about specifying configuration
15411         * fvwm/add_window.c (setup_window_placement):
15412         desk and page can now really be given as X resources a la
15413           xterm.desk: 1
15415         * libs/XResource.c (GetResourceString):
15416         resource -> lower case, class -> upper case
15417         changed signature
15419         * configure.in:
15420         changed version to 2.5.0
15422         * Makefile.am (distcheck2):
15423         build distcheck before dist2; save a few seconds if the build fails
15425         * libs/alloca.c:
15426         * libs/ClientMsg.c:
15427         * libs/envvar.c:
15428         * libs/Event.c:
15429         * libs/fvwmrect.c:
15430         * libs/gethostname.c:
15431         * libs/Grab.c:
15432         * libs/Pointer.c:
15433         * libs/safemalloc.c:
15434         * libs/strcasecmp.c:
15435         * libs/strdup.c:
15436         * libs/strerror.c:
15437         * libs/strncasecmp.c:
15438         * libs/usleep.c:
15439         * libs/wild.c:
15440         * libs/WinMagic.c:
15441         * libs/XError.c:
15442         * libs/Graphics.c:
15443         include config.h
15445         * configure.in:
15446         changed version to 2.4.1 again
15448 2001-09-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15450         * libs/Bindings.c (FvwmStringToKeysym):
15451         try both cases of the first letter of a key name
15453         * fvwm/ConfigFvwmDefaults:
15454         * fvwm/windowlist.c (winCompareReverse):
15455         (CMD_WindowList):
15456         new WindowList option ReverseOrder; use the new option in the default
15457         Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
15458         cycle through the whole window list. The old behaviour only toggled
15459         between two windows. Also, a simple Alt-Tab can be used to switch to
15460         the next window instead of Alt-Tab-Tab.
15462         * libs/FScreen.c (FScreenInit):
15463         fixed a Xinerama crash
15465         * configure.in:
15466         print a verbose error message and exit if X11 headers and libraries
15467         are not found
15469 2001-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15471         * fvwm/fvwm.c (main):
15472         * libs/FShape.c:
15473         * libs/FShape.h:
15474         new library for X shape encapsulation
15476         * fvwm/builtins.c (CMD_WindowShade):
15477         * fvwm/borders.c (SetupFrame):
15478         fixed shading of windows without title and border
15479         fixed shading of shaped windows; fixes bug #732
15481         * fvwm/builtins.c (CMD_SetEnv):
15482         calling SetEnv without a value is the same as UnsetEnv
15484 2001-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15486         * fvwm/events.c (HandleReparentNotify):
15487         fixed vanishing windows in rapid map/unmap cycles; bug #770
15489         * fvwm/add_window.c (hide_screen):
15490         fixed possible BadWindow error
15492 2001-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15494         * fvwm/virtual.c (MoveViewport):
15495         (goto_desk):
15496         (CMD_GotoDeskAndPage):
15497         (CMD_GotoPage):
15498         GotoDeskAndPage records its own history of last visited desk/page
15500         * libs/FScreen.c (FScreenInit):
15501         fixed a memory allocation bug pointed out by Giuseppe Della Ricca
15503 2001-09-05  olicha  <olivier.chapuis@free.fr>
15505         * fvwm/session.c (MatchWinToSM):
15506         * fvwm/add_window.c (setup_window_structure):
15507         * fvwm/move_resize.c (moveLoop):
15508         Fixed PlacedByButton3 condition
15510 2001-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15512         * libs/FScreen.c:
15513         * fvwm/functions.c (func_config):
15514         * fvwm/module_interface.c (broadcast_xinerama_state):
15515         * fvwm/virtual.c (CMD_Xinerama):
15516         (CMD_XineramaPrimaryScreen):
15517         (CMD_XineramaSls):
15518         (CMD_XineramaSlsSize):
15519         added sls support
15520         split Xinerama command into Xinerama, XineramaPrimaryScreen,
15521         XineramaSls and XineramaSlsSize
15522         restructured parts of the FScreen code
15524         * fvwm/functions.c (func_config):
15525         new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
15527         * libs/Graphics.c (RelieveRectangle):
15528         allow calling the function with w == 0 or h == 0 without a message
15530         * fvwm/window_flags.h (SET_STYLE_DELETED):
15531         * fvwm/style.c (CMD_DestroyStyle):
15532         (check_window_style_change):
15533         * fvwm/fvwm.h (window_style):
15534         update windows when a style is deleted
15536         * configure.in:
15537         fixed xpm detection problem caused by wrong library order
15539 2001-09-05  olicha  <olivier.chapuis@free.fr>
15541         * NEWS: PlacedByFvwm
15543 2001-09-04  Dan Espen  <dane@mk.telcordia.com>
15545         * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
15547 2001-09-04  olicha  <olivier.chapuis@free.fr>
15549         * fvwm/fvwm.h:
15550         * fvwm/windows_flags.h:
15551         * fvwm/placement.c (PlaceWindow):
15552         * fvwm/add_window.c (setup_window_structure):
15553         * fvwm/conditional.c (CreateConditionMask):
15554         * fvwm/session.c (get_version_string):
15555         (MatchWinToSM):
15556         * fvwm/fvwm2.1:
15557         Added a new windows_flags is_placed_by_fvwm and a new condition
15558         PlacedByFvwm
15560 2001-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15562         * fvwm/focus.c (focus_grab_buttons):
15563         (MoveFocus):
15564         disabled xt/double click patch for now
15566 2001-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15568         * libs/Graphics.c (RelieveRectangle):
15569         print a warning if one of the dimensions is <= 0
15571         * fvwm/placement.c (PlaceWindow):
15572         take care of windows that have both, PPosition and USPosition set
15573         take care of transient windows that have neither PPosition nor
15574         USPosition set
15576 2001-09-01  olicha  <olivier.chapuis@free.fr>
15578         * libs/FScreen.c (FScreenInit):
15579         Fixed the position of the xinerama emulation delimiters
15581 2001-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15583         * fvwm/fvwm2.1:
15584         Xinerama introduction
15586         * fvwm/icons.c (AutoPlaceIcon):
15587         try to place icons of screen with the window center, and if that fails
15588         on any screen
15590         * libs/FScreen.c (FScreenGetScrRect):
15591         performance improvement for non-xinerama systems
15593         * fvwm/update.c (apply_window_updates):
15594         (flush_window_updates):
15595         update icon boxes and icon position when xinerama layout changes
15597         * fvwm/icons.c (AutoPlaceIcon):
15598         limit placement of icons using no icon box to screen boundaries
15599         adapt icon boxes to xinerama layout whenever used
15601         * fvwm/placement.c (PlaceWindow):
15602         * fvwm/style.c (CMD_Style):
15603         (check_window_style_change):
15604         * fvwm/style.h (SUSE_NO_USPOSITION):
15605         (SUSE_NO_TRANSIENT_PPOSITION):
15606         (SUSE_NO_TRANSIENT_USPOSITION):
15607         * fvwm/fvwm.h (struct):
15608         implemented new styles NoUSPosition/UseUSPosition,
15609         NoTransientPPosition/UseTransientPPosition,
15610         NoTransientUSPosition/UseTransientUSPosition.
15611         These work exactly like NoPPosition/UsePPosition.
15612         Transient windows ignore the window position if neither the PPosition
15613         nor the USPosition hint is set.
15615 2001-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15617         * fvwm/focus.c (restore_focus_after_unmap):
15618         fixed a bug transfering the focus when a window was iconified
15620 2001-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15622         * fvwm/conditional.c (MatchesConditionMask):
15623         * fvwm/move_resize.c (position_geometry_window):
15624         * fvwm/placement.c (PlaceWindow):
15625         * fvwm/menus.c (pop_menu_up):
15626         * fvwm/move_resize.c (move_window_doit):
15627         * fvwm/icons.c (do_all_iconboxes):
15628         * fvwm/placement.c (PlaceWindow):
15629         * fvwm/menus.c (update_menu):
15630         adapted to new FScreen... signatures
15632         * libs/FScreen.c (FScreenClipToScreen):
15633         (FScreenGetScrCenterCenter):
15634         (FScreenCenterCurrent):
15635         (FScreenCenterPrimary):
15636         (FScreenGetCurrent00):
15637         (FScreenGetGlobalScrRect):
15638         (FScreenGetPrimaryScrRect):
15639         (FScreenGetScrRect):
15640         (FScreenIsRectangleOnScreen):
15641         unified all the FSCreen... functions using a common signature, removed
15642         most old functions
15644         * fvwm/style.c (CMD_Style):
15645         init icon box screen
15647         * fvwm/move_resize.c (move_window_doit):
15648         (CMD_Maximize):
15649         * libs/Makefile.am:
15650         * libs/XineramaSupport.c:
15651         * libs/XineramaSupport.h:
15652         * libs/FScreen.c:
15653         exported and renamed screen defines
15655         * libs/FScreen.h:
15656         renamed files
15658         * fvwm/virtual.c:
15659         * fvwm/style.c:
15660         * fvwm/placement.c:
15661         * fvwm/move_resize.c:
15662         * fvwm/module_interface.c:
15663         * fvwm/modconf.c:
15664         * fvwm/menus.c:
15665         * fvwm/icons.c:
15666         * fvwm/fvwm.c:
15667         * fvwm/conditional.c:
15668         * libs/XineramaSupport.c:
15669         renamed all XineramaSupport...() functions to FScreen...()
15671         * fvwm/style.c (CMD_Style):
15672         -Wall fix
15674 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
15676         * fvwm/style.c (CMD_Style):
15677         * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
15678         using geometry spec.
15680 2001-08-25  Mikhael Goikhman  <migo@homemail.com>
15682         * libs/Strings.c:
15683         * libs/Strings.h:
15684         new function QuoteString() to add and escape single quotes to strings
15686         * fvwm/menus.c (MenuInteraction):
15687         quote both missing function name and menu name for
15688         MissingSubmenuFunction
15690         * fvwm/functions.c (expand):
15691         use QuoteString()
15693 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
15695         * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
15697 2001-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15699         * fvwm/cursor.c (CMD_CursorStyle):
15700         * fvwm/icons.c (GetXPMFile):
15701         * libs/Colorset.c (SetWindowBackground):
15702         -Wall fixes
15704         * libs/Bindings.c (AddBinding):
15705         tired to help with problem binding keys that have a keycode with no
15706         modifiers and another keycode with some modifiers pressed, e.g.
15707         kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
15708         F1 generating the actioon bound to F11 sometimes
15710         * fvwm/focus.c (focus_grab_buttons):
15711         -Wall fix
15713 2001-08-23  Dan Espen  <dane@mk.telcordia.com>
15715         * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
15717 2001-08-20  Bob Woodside  <proteus@pcnet.com>
15719         * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
15720         grab synchronization so apps using XtTranslations to catch double-
15721         clicks don't get confused by extraneous Leave/EnterNotify events.
15722         This fixes the "xfm/moxfm don't see double-clicks" problem.
15724 2001-08-20  Dan Espen  <dane@mk.telcordia.com>
15726         * fvwm/icons.c (AutoPlaceIcon): Fix bug.
15728 2001-08-19  Dan Espen  <dane@mk.telcordia.com>
15730         * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
15731         placed.
15733         * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
15734         until later when the window is actually placed.
15736         * fvwm/fvwm.h (icon_boxes_struct):  Save  sign  for later  screen
15737         position calculation.
15739 2001-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15741         * fvwm/update.c (flush_window_updates):
15742         * fvwm/screen.h (ScreenInfo):
15743         * fvwm/virtual.c (CMD_Xinerama):
15745         * fvwm/move_resize.c (CMD_Maximize):
15746         * fvwm/placement.c (PlaceWindow):
15747         * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
15748         renamed function
15750         * fvwm/fvwm2.1:
15751         describe new maximize options
15753         * fvwm/move_resize.c (MaximizeWidth):
15754         (MaximizeHeight):
15755         (CMD_Maximize):
15756         applied Dmitry's Xinerama patch for Maximize command
15757         replaced "global" and "absolute" with "screen" which is more flexible
15759 2001-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15761         * libs/Parse.c (SkipQuote):
15762         fixed a bug in handling of caller specified quote pairs
15764         * fvwm/move_resize.c (CMD_Maximize):
15765         keep window on correct page when viewport does not start on a page
15766         boundary
15768         * libs/XError.c (error_name):
15769         (request_name):
15770         fixed core dump in error handling
15772 2001-08-15  Mikhael Goikhman  <migo@homemail.com>
15774         * configure.in:
15775         * acinclude.m4:
15776         * INSTALL:
15777         * INSTALL.fvwm:
15778         renamed --disable-gnome to --disable-gnome-hints;
15779         documented configure options --with-gnome*;
15780         small improvements in documentation;
15781         use underscore in version instead of dash that causes rpm problems
15783 2001-08-14  Mikhael Goikhman  <migo@homemail.com>
15785         * libs/Makefile.am:
15786         added fvwmrect.h to dist
15788 2001-08-14  Dan Espen  <dane@mk.telcordia.com>
15790         * libs/XineramaSupport.c: Disable debug printing.
15792 2001-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15794         * libs/defaults.h (DEFAULT_MENU_STYLE):
15795         reset colour sets in default menu style too
15797 2001-08-13  Mikhael Goikhman  <migo@homemail.com>
15799         * builtins.c:
15800         * events.c:
15801         completed the libstroke-0.5 compatibility fix
15803 2001-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15805         * fvwm/move_resize.c (draw_move_resize_grid):
15806         fixed drawing of resize grid when invoked from button or key press
15808         * fvwm/placement.c (PlaceWindow):
15809         rewrote a condition to improve readability
15810         fixed StartsOn... w/ SkipMapping
15812 2001-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15814         * fvwm/session.c (MatchWinToSM):
15815         (LoadWindowStates):
15816         (SaveWindowStates):
15817         * fvwm/move_resize.c (CMD_Resize):
15818         * fvwm/events.c (HandlePropertyNotify):
15819         (HandleConfigureRequest):
15820         * fvwm/move_resize.c (CMD_ResizeMove):
15821         (CMD_Maximize):
15822         (CMD_Resize):
15823         * fvwm/update.c (apply_window_updates):
15824         * fvwm/add_window.c (AddWindow):
15825         * fvwm/geometry.c (constrain_size):
15826         (gravity_constrain_size):
15827         the Resize command honors the window gravity
15828         changing the size increment of maximized windows no longer shrinks the
15829         window
15831         * fvwm/icons.c:
15832         keep expanded icon titles on screen
15834 2001-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15836         * fvwm/icons.c (do_all_iconboxes):
15837         default icon box fills the primary screen
15839         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
15840         fixed default_screen argument
15842         * fvwm/style.c (merge_styles):
15843         * fvwm/fvwm.h (window_style):
15844         * fvwm/style.h (SSET_START_SCREEN):
15845         * fvwm/add_window.c (setup_window_placement):
15846         * fvwm/placement.c (PlaceWindow):
15847         (CMD_PlaceAgain):
15848         implemented StartsOnScreen style
15850         * fvwm/placement.c (PlaceWindow):
15851         (test_fit):
15852         (get_next_x):
15853         (get_next_y):
15854         (CleverPlacement):
15855         (SmartPlacement):
15856         Place new windows on xinerama screens
15858         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
15859         fixed core dump in debug output
15861 2001-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15863         * fvwm/placement.c:
15864         removed unused variable
15866 2001-08-07  olicha  <olivier.chapuis@free.fr>
15868         * NEWS:
15869         FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
15871 2001-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15873         * fvwm/virtual.c (CMD_Xinerama):
15874         replaced XineramaEnable and ...Disable with XineramaCommand
15876         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
15877         (XineramaSupportGetScreenArgument):
15878         new functions
15880         * fvwm/functions.c (func_config):
15881         * fvwm/move_resize.c (move_window_doit):
15882         (CMD_Move):
15883         (CMD_AnimatedMove):
15884         (CMD_MoveToPage):
15885         (CMD_MoveToScreen):
15886         (handle_stick):
15887         added new command MoveToScreen
15889 2001-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15891         * libs/fvwmrect.c:
15892         * libs/fvwmrect.h:
15893         new library files
15895         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
15896         fixed parsing of negative geometries
15897         (XineramaSupportParseGeometryWithScreen):
15898         made global
15899         (XineramaSupportGetNumberedScreenRect):
15900         new function
15902         * sample.fvwmrc/system.fvwm2rc:
15903         * sample.fvwmrc/new-features:
15904         * sample.fvwmrc/system.fvwm2rc-sample-95:
15905         * sample.fvwmrc/system.fvwm2rc-sample-2:
15906         * sample.fvwmrc/system.fvwm2rc-sample-1:
15907         * fvwm/fvwm2.1:
15908         updated for new condition
15910         * fvwm/conditional.c (CreateConditionMask):
15911         (MatchesConditionMask):
15912         * fvwm/fvwm.h (WindowConditionMask):
15913         implemented new condition AcceptsFocus to cope with applications like
15914         xclock that have circulatehit but don't take focus
15916 2001-08-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15918         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
15919         handle Xinerama screens
15921         * fvwm/style.c (CMD_Style):
15922         * fvwm/menus.c (get_menu_options):
15923         cope with Xinerama like geometries with screen info
15925         * fvwm/virtual.c (CMD_XineramaEnable):
15926         XineramaEnable optionally takes the number of the primary screen as its
15927         argument
15929         * fvwm/events.c (GetContext):
15930         reindented code
15932         * fvwm/virtual.c (HandlePaging):
15933         * fvwm/events.c (HandleButtonPress):
15934         * fvwm/events.h (XEVMASK_PANFW):
15935         fixed button and key event handling over pan frames; fixes bug #752
15937         * fvwm/menus.c (get_menu_options):
15938         fixed Xinerama placement of menus without options
15940 2001-08-01  Mikhael Goikhman  <migo@homemail.com>
15942         * NEWS:
15943         * fvwm/borders.c:
15944         * fvwm/builtins.c:
15945         * fvwm/fvwm.c:
15946         * fvwm/screen.h:
15947         Color enhancements in button vectors: @2 is bg color, @3 is fg color.
15948         In addition to the existing: @0 is shadow color, @1 is hilight color.
15950         * fvwm/fvwm2.1:
15951         Added the formal description of Vector that was absent.
15953 2001-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15955         * fvwm/fvwm2.1:
15956         some man page corrections
15958 2001-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15960         * fvwm/move_resize.c (handle_stick):
15961         also redraw buttons when a window becomes sticky/slippery to make sure
15962         that MWMDecorStick buttons are updated too; fixes bug #749
15964 2001-07-30  Mikhael Goikhman  <migo@homemail.com>
15966         * NEWS:
15967         documented previous changes
15969         * configure.in:
15970         improved output spacing
15972         * fvwm/fvwm2.1:
15973         minor typo
15975 2001-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15977         * libs/XineramaSupport.c (XineramaSupportConfigureModule):
15978         * fvwm/modconf.c (send_xinerama_state):
15979         * fvwm/module_interface.c (broadcast_xinerama_state):
15980         * libs/defaults.h:
15981         revised module support for Xinerama
15983         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
15984         (XineramaSupportParseGeometry):
15985         (XineramaSupportGetGeometry):
15986         make interface compatible with XineramaSupportParseGeometry().
15987         (XineramaSupportGetPrimaryScreen):
15988         new function
15990         * fvwm/stack.c (raise_over_unmanaged):
15991         fixed restacking of windows with RaiseOverUnmanaged - windows were
15992         raised in reverse order so that the top window became the bottom
15993         window of the ones that were raised
15994         also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
15995         these are invisible
15997 2001-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15999         * sample.fvwmrc/system.fvwm2rc-sample-95:
16000         fixed syntax of BugOpts command
16002         * fvwm/ConfigFvwmDefaults:
16003         resize window when clicking on the sides of the window by default
16004         instead of moving it
16006         * fvwm/events.c (HandleEnterNotify):
16007         do not delete MouseFocus when pointer moves from one particular sub
16008         window of a frame to another one.  Helps with xv/xmms vs unclutter
16009         interaction and also with MouseFocus vs. Open Look applications
16011         * fvwm/move_resize.c (DoSnapAttract):
16012         * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
16013         fixed snapping to Xinerama screen edges
16014         (XineramaSupportIsEnabled):
16015         return False is the X server provides only a single screen
16017         * fvwm/fvwm2.1:
16018         Added descriptions of conditions CurrentDesk, CurrentPage,
16019         CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
16020         CurrentGlobalPageAnyDesk
16022         * fvwm/fvwm.h (rectangle):
16023         (position):
16024         typedefs moved to libs/fvwmlib.h
16026         * fvwm/conditional.c (MatchesConditionMask):
16027         * fvwm/fvwm.h (WindowConditionMask):
16028         * fvwm/conditional.c:
16029         introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
16030         for Xinerama support
16032         * fvwm/modconf.c (CMD_Send_ConfigInfo):
16033         (send_xinerama_state):
16034         * fvwm/module_interface.c (broadcast_xinerama_state):
16035         * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
16036         * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
16037         communicate xinerama state at module startup
16039 2001-07-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16041         * libs/XineramaSupport.c:
16042         next Xinerama patch
16044 2001-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16046         * fvwm/move_resize.c (moveLoop):
16047         windows were lost off screen w/ non opaque interactive move when motion
16048         was aborted with Escape on a different page that it was started
16050         * fvwm/move_resize.c (position_geometry_window):
16051         (DisplayPosition):
16052         (DisplaySize):
16053         (InteractiveMove):
16054         (CMD_Resize):
16055         (moveLoop):
16056         (CMD_Resize):
16057         (DoResize):
16058         * libs/XineramaSupport.c (GetMouseXY):
16059         (XineramaSupportCenterCurrent):
16060         (XineramaSupportGetCurrent00):
16061         (XineramaSupportGetCurrentScrRect):
16062         allow to pass in an event with the pointer position
16063         minimize number of XQueryPointer calls in interactive move/resize
16065         * libs/defaults.h:
16066         * fvwm/move_resize.c (resize_geometry_window):
16067         (DisplayPosition):
16068         (DisplaySize):
16069         border width of geometry window moved to defaults.h
16070         moved strings for size window formatting to defaults.h
16071         reworked calculations of geometry window dimensions
16073         * fvwm/move_resize.c (resize_geometry_window):
16074         (position_geometry_window):
16075         (DisplaySize):
16076         (InteractiveMove):
16077         (CMD_Resize):
16078         * fvwm/builtins.c (ApplyDefaultFontAndColors):
16079         * fvwm/fvwm.c (main):
16080         funtions ResizeSizeWindow and PositionSizeWindow renamed to
16081         resize_geometry_window and position_geometry_window
16083         * fvwm/fvwm.c (main):
16084         fixed resizing geometry window before creating it
16086         * fvwm/move_resize.c (switch_move_resize_grid):
16087         (MoveOutline):
16088         * fvwm/virtual.c (HandlePaging):
16089         renamed MoveOutline to draw_move_resize_grid and made static
16090         new function switch_move_resize_grid for external calls
16091         delete grid before moving the geometry window to get rid of arifacts of
16092         the grid
16094 2001-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16096         * libs/XineramaSupport.c (XineramaSupportInit):
16097         make the blank area in Xinerama emulation usable again
16099 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16101         * fvwm/menus.c (update_menu):
16102         (pop_menu_up):
16103         (make_menu):
16104         (calculate_item_sizes):
16105         (size_menu_horizontally):
16106         (size_menu_vertically):
16107         menus are resized to fit their Xinerama screen every time they are
16108         popped up and the screen size has changed
16110 2001-07-23  olicha  <olivier.chapuis@free.fr>
16112         * libs/XineramaSupport.c (XineramaSupportInit):
16113         Draw the xinerama simulation screens with orr windows
16115 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16117         * fvwm/windowlist.c (CMD_WindowList):
16118         fixed windowlist placement w/ Xinerama
16120 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16122         * fvwm/menus.c (pop_menu_up):
16123         fixed calculations that force a menu on screen w/ Xinerama
16125         * fvwm/move_resize.c (DoSnapAttract):
16126         removed some code that slipped in with xinerama patch and broke
16127         vertical SnapAttraction
16129         * fvwm/virtual.c (CMD_EdgeResistance):
16130         removed debug code
16132         * libs/XineramaSupport.c (XineramaSupportClipToScreen):
16133         take reference position src_x/src_y to determine screen
16135         * fvwm/windowlist.c (CMD_WindowList):
16136         * fvwm/menus.c (get_menu_options):
16137         (get_popup_options):
16138         (MenuInteraction):
16139         (pop_menu_up):
16140         handle Xinerama screens for positioning menus w/ posthints
16142         * fvwm/menus.c (get_menu_options):
16143         renamed function
16144         fix for icon/window context rectangle when window is in wrong state
16146 2001-07-22  Mikhael Goikhman  <migo@homemail.com>
16148         * configure.in:
16149         s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
16150         compiled in; fixed linking by adding -lXinerama; small corrections
16152 2001-07-22  Dan Espen  <dane@mk.telcordia.com>
16154         * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
16156 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16158         * libs/XineramaSupport.c (XineramaSupportInit):
16159         added xinerama emulation for developers
16161         * fvwm/virtual.c (CMD_XineramaEnable):
16162         (CMD_XineramaDisable):
16163         * fvwm/module_interface.c (BroadcastConfigInfoString):
16164         added function to communicate Xinerama on/off to modules
16166         * fvwm/module_interface.c:
16167         include time.h to fix warning
16168         * libs/XineramaSupport.c:
16169         * fvwm/fvwm.c (setVersionInfo):
16170         * fvwm/Makefile.am:
16171         * configure.in:
16172         * acconfig.h:
16173         cleanded up xinerama detection
16174         added shape detection
16176 2001-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16178         * fvwm/fvwm2.1:
16179         Added Xinerama introduction
16181         * fvwm/fvwm.c (setVersionInfo):
16182         print xinerama support
16184         * fvwm/conditional.c (CreateConditionMask):
16185         added CirculateHitShaded option for conditional commands that was
16186         described in the man page but not implemented
16188         * fvwm/fvwm.h (WindowConditionMask):
16189         removed unused flags
16191         * fvwm/conditional.c (MatchesConditionMask):
16192         fixed CirculateHitIcon option in conditional commands
16194         * fvwm/fvwm2.1:
16195         reformatted man page source to improve readability
16196         fixed some source formatting bugs
16198         * libs/XineramaSupport.c (GetMouseXY):
16199         don't poll the pointer if there is only one screen or if xinerama is
16200         turned off
16202         * fvwm/fvwm2.1:
16203         * fvwm/fvwm.c (main):
16204         removed -noxinerama option
16206         * fvwm/fvwm.c (main):
16207         size window is positioned and sized in move_resize.c
16209         * libs/XineramaSupport.c:
16210         reindented file
16212         * configure.in:
16213         print Xinerama support in configure summary
16215         * **/*:
16216         applied Xinerama patch by Dmitry Yu. Bolkhovityanov
16218 2001-07-17  Mikhael Goikhman  <migo@homemail.com>
16220         * acconfig.h:
16221         * acinclude.m4:
16222         * configure.in:
16223         implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
16224         define missing macros needed for old AIX keysymdef and old stroke.h
16226         * fvwm/bindings.c:
16227         * fvwm/menus.c:
16228         remove the previous compilation fixes, now handled by configure
16230 2001-07-15  Dan Espen  <dane@mk.telcordia.com>
16232         * fvwm/fvwm2.1: Remove .BI with more than 6 args.
16234 2001-07-15  Mikhael Goikhman  <migo@homemail.com>
16236         * bindings.c:
16237         use libstroke-0.5 constant names while still supporting 0.3/0.4
16239         * menus.c:
16240         compiling fix for old AIX, which does not define XK_Page_Up/Down
16242         * module_interface.c:
16243         minor compiling fix for some proprietary preprocessors
16245 2001-07-10  Mikhael Goikhman  <migo@homemail.com>
16247         * fvwm/fvwm2.1:
16248         use more compatible and structured syntax in SYNOPSIS
16250 2001-07-06  Mikhael Goikhman  <migo@homemail.com>
16252         * acinclude.m4:
16253         Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
16254         GDK_IMLIB_*.  This fixes "make FvwmGtk" on systems with bogus
16255         imlib-config.
16257 2001-07-05  Mikhael Goikhman  <migo@homemail.com>
16259         * configure.in:
16260         changed version to 2.4.1
16262         * acinclude.m4:
16263         small fix that should solve the problem with running autoconf
16264         (autoreconf is ok) from autoconf-2.50;
16265         applied a patch that adds gtk include dirs to gnome include dirs
16267 2001-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16269         * NEWS, configure.in:
16270         changed version to 2.4.0.1
16272         * *: fvwm 2.4 has been released :-))