* fix svg support segfaults
[fvwm.git] / ChangeLog
blob8b92da55ccbc38565580e72acaf42f0877ed407d
1 2007-03-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3         * libs/PictureBase.c (PictureFindImageFile):
4         fix for segfault with svg-support enabled
6         * INSTALL.fvwm (http):
7         * configure.ac (png_CFLAGS):
8         raise librsvg dependeny due to bug with 2.13.91
10         * fvwm/cursor.c (CMD_CursorStyle):
11         remove unused static variable nocursor
13 2007-03-14  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
15         * doc/fvwm-man.xsl:
16         bugfix: backslashes were not being escaped properly.
18         * doc/fvwm/options.xml:
19         minor formatting error.
21         * AUTHORS:
22         typo.
24 2007-03-11  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
26         * doc/Makefile.am:
27         * doc/fvwm/Makefile.am:
28         * doc/commands/Makefile.am:
29         * doc/modules/Makefile.am:
30         * doc/README:
31         * configure.ac:
33         bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
34         bugfix: out-of-tree builds failed due to broken dependency.
35         Make man page have same header as old one.
36         Fix man page indentation.
37         Make text of top-level man page sections all uppercase.
38         Added --disable-mandoc option.
39         HTML doc generation is off by default: use --enable-htmldoc.
40         Added more info in doc/README about XML commands to use.
42 2007-03-10  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
44         * NEWS:
45         * Everything in the 'doc' subdirectory.
47         XML source to generate man page & HTML documentation.
49 2007-02-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
51         * NEWS:
52         * fvwm/colorset.c (parse_colorset):
53         don't recompute sh, hi and fgsh if they were supplied in a previous
54         colorset line. Fixes bug #3359.
56 2007-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
58         * fvwm/move_resize.c (DoSnapAttract):
59         handle SnapGrid before SnapAttraction so that non-overlapping windows
60         do not snap edge to edge:
61                                     +---+
62                                     |   |
63                                     +---+---+
64                                         |   |
65                                         +---+
67 2007-02-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
69         * fvwm/style.c (parse_and_set_window_style)
70         (style_parse_one_style_option):
71         don't warn about PositionPlacement arguments
73 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
75         * AUTHORS:
76         * NEWS:
77         enties for ChangeWindowTitle patch by Julio Teca.
79 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
81         * fvwm/fvwm.c (main):
82         fixed ROOT CursorStyle context
84         * fvwm/placement.c (__pl_manual_get_pos_simple):
85         * fvwm/move_resize.h:
86         * fvwm/move_resize.c (__move_loop):
87         (InteractiveMove):
88         fixed long broken POSITION CursorStyle context
90 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
92         * fvwm/bindings.c (ParseBinding):
93         fix buffer overrun with >78 character window names.
95         * fvwm/fvwm.1.in (PositionPlacement):
96         fix typos
98         * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
99         * fvwm/style.c (style_parse_one_style_option):
100         change BorderWidth and HandleWidth style  to revert to default if no
101         arguments are given
103 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
105         * fvwm/fvwm.h (style_flags):
106         * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
107         (__place_get_wm_pos):
108         (__place_window, __explain_placement):
109         * fvwm/style.c (style_parse_one_style_option):
111         * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
112         (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
113         (DEFAULT_PLACEMENT_POSITION_STRING):
114         new default strings
116         * fvwm/move_resize.c (GetOnePositionArgument):
117         added 'w' suffix to Move arguments
118         allow multiple shifts from original position
120         * fvwm/style.c (style_parse_one_style_option):
121         (merge_styles)
122         (free_style):
123         * fvwm/placement.c (setup_window_placement)
124         (__place_get_placement_flags):
125         (__place_get_wm_pos):
126         (__place_get_nowm_pos):
127         (__place_window):
128         (__place_handle_x_resources):
129         (setup_window_placement):
130         * fvwm/fvwm.h (PLACE_CENTER):
131         (PLACE_POSITION):
132         replaced CenterPlacement with more flexibe PositionPlacement
134         * fvwm/move_resize.c (GetMoveArguments):
135         (GetResizeArguments):
136         (GetResizeMoveArguments):
137         (__move_window):
138         * fvwm/move_resize.h:
139         exported and enhanced function GetMoveArguments for use by placement
140         algorithm
142 2007-02-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
144         * fvwm/ConfigFvwmDefaults:
145         reenable MenuScroll on titles
147         * fvwm/menubindings.c (menu_shortcuts):
148         don't scroll menus if scrolling would be in the wrong direction
150 2007-02-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
152         * fvwm/move_resize.c (__resize_window):
153         some resizing/gravity fixes
154         properly handle maximized + shaded state when resizing
155         non-interactively
157 2007-01-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
159         * fvwm/move_resize.c (__resize_window):
160         resizing of shaded windows work better.
162 2007-01-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
164         * fvwm/fvwm.1.in (COMMAND EXPANSION):
165         clarified previous patch
167         * fvwm/fvwm.1.in (COMMAND EXPANSION):
168         documented '-' command prefix
170         * fvwm/expand.c (__eae_parse_range):
171         fix $[n-] and $[*] after unsigned int havoc
173 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
175         * fvwm/Makefile.am:
176         * fvwm/ConfigFvwmMenuDefaults:
177         removed file
178         * fvwm/ConfigFvwmDefaults:
179         * fvwm/ConfigFvwmMenuDefaults:
180         moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
182 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
184         * fvwm/ConfigFvwmMenuDefaults:
185         * fvwm/fvwm.c (SetRCDefaults):
186         make default menu mouse bindings for MenuSelectItem and MenuScroll only
187         apply to menu item context.
189 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
191         * fvwm/placement.c (placement_loop):
192         (__pl_minoverlap_get_avoidance_penalty):
193         (__pl_smart_get_first_pos):
194         (__pl_smart_get_next_pos):
195         (__pl_smart_test_window):
196         (__pl_smart_get_pos_penalty):
197         rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
198         now less than ten lines of code.
200         * fvwm/add_window.c (setup_placement_penalty):
201         * fvwm/style.c (style_parse_one_style_option):
202         allow to reset the placement penalties with !
204         * fvwm/placement.h:
205         * fvwm/add_window.c (setup_placement_penalty):
206         * fvwm/style.h:
207         * fvwm/fvwm.h:
208         * fvwm/style.c (style_parse_one_style_option):
209         put placement penalty array in a struct
211         * fvwm/placement.c (__place_get_wm_pos):
212         (__pl_clever_get_next_x):
213         (__pl_clever_get_next_y):
214         (__pl_clever_get_first_pos):
215         (__pl_clever_get_next_pos):
216         (__pl_clever_get_avoidance_penalty):
217         (__pl_clever_get_pos_penalty):
218         (__pl_minoverlap_get_next_x):
219         (__pl_minoverlap_get_next_y):
220         (__pl_minoverlap_get_first_pos):
221         (__pl_minoverlap_get_next_pos):
222         (__pl_minoverlap_get_avoidance_penalty):
223         (__pl_minoverlap_get_pos_penalty):
224         renamed ...clever... functions to ...minoverlap...
226         * fvwm/bindings.c:
227         * fvwm/decorations.c:
228         * fvwm/menubindings.c:
229         * fvwm/module_interface.c:
230         * fvwm/module_list.c:
231         * fvwm/fvwm.c:
232         * fvwm/module_list.h:
233         * fvwm/events.c:
234         * fvwm/module_interface.h:
235         * fvwm/Makefile.am:
236         dont include "libs" in include path
238         * libs/vpacket.h:
239         #includes from fvwm path with "..." not <...>
241         * fvwm/stack.c:
242         #includes from library path with "..." not <...>
244 2007-01-28  Simon Griph  <simon(at)griph(dot)se>
246         * NEWS:
247         * AUTHORS:
248         * INSTALL.fvwm:
249         documented new svg support
251         * configure.ac:
252         added librsvg detection
254         * fvwm/Makefile.am (LDADD, INCLUDES):
255         added rsvg_LIBS, rsvg_CFLAGS
257         * fvwm/expand.c (expand_vars_extended):
258         new extended variables
259         $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
261         * fvwm/fvwm.1.in (OPTIONS):
262         (ICONS AND IMAGES):
263         documented new svg support
264         (COMMAND EXPANSION):
265         documented new extended variables
267         * fvwm/fvwm.c (setVersionInfo):
268         (main):
269         added Frsvg_init() call
271         * libs/Fsvg.h:
272         new file
274         * libs/Makefile.am (libfvwm_a_SOURCES):
275         added Fsvg.h
276         (INCLUDES):
277         added rsvg_CFLAGS
279         * libs/Picture.c (PCacheFvwmPicture):
280         hid svgopts from isFileStampChanged()
282         * libs/PictureBase.c (PictureFindImageFile):
283         hid svgopts from searchPath()
285         * libs/PictureBase.h:
287         * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
288         hid svgopts from setFileStamp()
289         (PImageLoadSvg):
290         new svg image loader
292         * libs/fvwmlib.c (flib_init_graphics):
293         added Frsvg_init() call
295 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
297         * NEWS:
298         * fvwm/stack.c (__is_restack_needed)
299         (is_transient_subtree_straight):
300         (__restack_window):
301         fix crash when trying to restack destroyed window
303 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
305         * libs/Makefile.am (libfvwm_a_SOURCES):
306         add fvwmlib.c
308         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
309         * fvwm/menus.c (move_any_menu)
310         set menu backgrounds before moving. Makes transparent menus move
311         more seamless.
313         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
314         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
315         add update_transparent_menu_bg to allow set of transparent menu
316         background before a move, and change repaint_transparent_menu to
317         allow for not setting the menu background.
319         * libs/Colorset.c (SetWindowBackgroundWithOffset):
320         create offset backgrounds with CreateOffsetBackgroundPixmap (works with
321         transparent colorsets)
322         (CreateOffsetBackgroundPixmap):
323         use offset also for non transparent backgrounds.
325         * fvwm/menubindings.c (menu_shortcuts):
326         don't move menus on scroll if they don't move
328 2007-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
330         * libs/fvwmlib.h:
331         * fvwm/bindings.c:
332         * fvwm/cursor.c:
333         * fvwm/decorations.c:
334         * fvwm/ewmh_conf.c:
335         * fvwm/ewmh_events.c:
336         * fvwm/ewmh_icons.c:
337         * fvwm/expand.c:
338         * fvwm/focus.c:
339         * fvwm/functions.c:
340         * fvwm/gnome.c:
341         * fvwm/menubindings.c:
342         * fvwm/menucmd.c:
343         * fvwm/menuitem.c:
344         * fvwm/misc.c:
345         * fvwm/modconf.c:
346         * fvwm/module_interface.c:
347         * fvwm/module_list.c:
348         * fvwm/read.c:
349         * fvwm/update.c:
350         * fvwm/windowlist.c:
351         * fvwm/windowshade.c:
352         * fvwm/colorset.c:
353         * fvwm/session.c:
354         * fvwm/stack.c:
355         * fvwm/ewmh.c:
356         * fvwm/conditional.c:
357         * fvwm/menustyle.c:
358         * fvwm/virtual.c:
359         * fvwm/placement.c:
360         * fvwm/frame.c:
361         * fvwm/fvwm.c:
362         * fvwm/icons.c:
363         * fvwm/add_window.c:
364         * fvwm/builtins.c:
365         * fvwm/move_resize.c:
366         * fvwm/borders.c:
367         * fvwm/style.c:
368         * fvwm/events.c:
369         * fvwm/menus.c:
370         * libs/FTips.c:
371         * libs/Picture.c:
372         * libs/Target.c:
373         * libs/gravity.c:
374         * fvwm/execcontext.c:
375         * libs/BidiJoin.c:
376         * libs/CombineChars.c:
377         * libs/FBidi.c:
378         * libs/FEvent.c:
379         * libs/Fft.c:
380         * libs/FGettext.c:
381         * libs/Ficonv.c:
382         * libs/FImage.c:
383         * libs/flist.c:
384         * libs/FlocaleCharset.c:
385         * libs/fsm.c:
386         * libs/Parse.c:
387         * libs/queue.c:
388         * libs/safemalloc.c:
389         * libs/strdup.c:
390         * libs/timeout.c:
391         * libs/Strings.c:
392         * libs/FRender.c:
393         * libs/Module.c:
394         * libs/ColorUtils.c:
395         * libs/Colorset.c:
396         * libs/PictureImageLoader.c:
397         * libs/PictureGraphics.c:
398         * libs/Graphics.c:
399         * libs/FScreen.c:
400         * libs/PictureUtils.c:
401         * libs/Flocale.c:
402         * libs/PictureBase.c:
403         use new header files
405         * libs/Graphics.h:
406         * libs/XResource.h:
407         * libs/Event.h:
408         * libs/XError.h:
409         * libs/ColorUtils.h:
410         * libs/PictureBase.h:
411         * libs/System.h:
412         * libs/defaults.h:
413         * libs/Cursor.h:
414         * libs/Target.h:
415         * libs/WinMagic.h:
416         * libs/fvwmlib.h:
417         * libs/Makefile.am (libfvwm_a_SOURCES):
418         moved declarations from fvwmlib.h to new/appropriate header files
420         * libs/XError.c:
421         reformatted
423         * fvwm/menus.c (paint_side_pic):
424         fixed previous patch
425         reindented function
427 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
429         * fvwm/menus.c (paint_side_pic):
430         fix a core dump
432         * fvwm/menus.c (paint_side_pic):
433         use simple expose information to redraw sidepics less.
435 2007-01-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
437         * fvwm/geometry.c (constrain_size):
438         silence gcc 4.1.1 warning.
440         * libs/System.c (searchPath):
441         search in pwd if no path is given.
442         return NULL if a file dosn't exist regardless if it's absolute path
444 2007-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
446         * fvwm/placement.c (__place_window)
447         (__pl_under_mouse_get_pos_simple):
448         * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
449         * fvwm/fvwm.1.in:
450         new style option UnderMousePlacementHonorsStartsOnPage
452         * fvwm/update.c (init_style):
453         don't forget stickyness when a window goes fullscreen (or when some
454         other style is changed)
456 2007-01-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
458         * fvwm/placement.c (__pl_cascade_get_pos_simple):
459         properly handle title direction with cascade placement
461         * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
462         new default value
464         * fvwm/placement.c (__pl_center_get_pos_simple):
465         CenterPlacement properly handles Xinerama screens
467 2007-01-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
469         * configure.ac:
470         always substiture datarootdir
472 2007-01-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
474         * fvwm/add_window.c (GetWindowSizeHints):
475         * fvwm/geometry.c (constrain_size):
476         undefine macros after use
477         (constrain_size):
478         reindented and cleaned up
479         do not grow a window because of aspect ratio if this is not explicitly
480         allowed by the CS_ROUND_UP flag
481         (constrain_size):
482         (__cs_handle_aspect_ratio):
483         broken into separate functions and cleaned up
485 2007-01-20  Renato Caldas  <seventhguardian@gmail.com>
487         * fvwm/module_list.c (module_receive):
488         (module_input_discard):
489         allocate input data in just one call - better perfomance
491 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
493         * fvwm/placement.c (__place_get_wm_pos):
494         simplified to a simple loop
495         (__explain_placement):
496         added explanation of new placement styles
498         * fvwm/placement.c (__place_get_wm_pos):
499         cleanup
500         (__pl_center_get_pos_simple):
501         (__pl_under_mouse_get_pos_simple):
502         (__pl_cascade_get_pos_simple):
503         (__pl_manual_get_pos_simple):
504         (__place_get_wm_pos):
505         use new placement interface for CenterPlacement, UnderMousePlacement,
506         ManualPlacement, CascadePlacement
508         * fvwm/placement.c (__sp_get_first_pos):
509         (__sp_get_next_pos):
510         (__sp_get_pos_penalty):
511         (__place_get_wm_pos):
512         use new placement interface for SmartPlacement
513         (SmartPlacement):
514         removed function
516         * fvwm/placement.c:
517         don't use inline functions
518         (CleverPlacement):
519         (placement_loop):
520         renamed function and generalized the placement interface to deal with
521         any algorithm in the same way
522         (__place_get_wm_pos):
523         use new placement interface
525         * NEWS:
526         * configure.ac:
527         increased version to 2.5.22
529         * NEWS:
530         * configure.ac:
531         updated for 2.5.21 release
533 2007-01-19  Dan Espen  <dane@mk.telcordia.com>
535         * fvwm/read.h: Compile syntax error fix.
537 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
539         * fvwm/placement.c (SmartPlacement):
540         fixed broken SmartPlacement
542 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
544         * fvwm/expand.c (expand_vars_extended):
545         free allocated icon path
547 2007-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
549         * fvwm/fvwm.1.in:
550         some cleanup
552         * fvwm/virtual.c:
553         fix compile error
555 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
557         * NEWS:
558         * fvwm/fvwm.1.in (Scroll):
559         * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
560         add interactive scrolling.
562         * fvwm/stack.c (is_transient_subtree_straight):
563         check first above the tree root, then beneth it.
565 2007-01-17  Renato Caldas  <seventhguardian@gmail.com>
567         * fvwm/module_interface.h
568         * fvwm/module_interface.c (module_input_enqueue):
569         (module_input_execute):
570         new functions based on AddToCommandQueue and ExecuteModuleCommand
572         * fvwm/module_list.c (CMD_ModuleSynchronous):
573         (PositiveWrite):
574         * fvwm/events.c (My_XNextEvent):
575         * fvwm/module_interface.c (ExecuteCommandQueue):
576         using the above two new functions instead of AddToCommandQueue and
577         ExecuteModuleCommand
579         * fvwm/module_interface.c (cqueue_object_type):
580         removed typedef
582         * fvwm/module_interface.h
583         * fvwm/module_interface.c (AddToCommandQueue):
584         (ExecuteModuleCommand):
585         removed functions
587 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
589         * fvwm/fvwm.h (window_style):
590         * fvwm/style.c (style_parse_one_style_option):
591         icon background relief and icon title relief changed to sigend char;
592         should fix problem with ppc and negative values for these.
594 2007-01-16  Renato Caldas  <seventhguardian@gmail.com>
596         * fvwm/module_list.h:
597         * fvwm/module_list.c (module_receive):
598         (module_input_discard):
599         (module_input_expect):
600         new functions to deal with module input
602         * fvwm/module_list.h:
603         * fvwm/module_list.c (HandleModuleInput):
604         replaced by the above three functions
606         * fvwm/events.c (My_XNextEvent):
607         * fvwm/module_list.c (CMD_ModuleSynchronous):
608         (PositiveWrite):
609         adapted to use the above three functions instead of HandleModuleInput
611 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
613         * configure.ac (HAVE_PNG):
614         don't mangle png_LIBS, use --with-png-library
616 2007-01-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
618         * NEWS:
619         removed news about previous change after move of version-2_5_20 tag
620         on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
621         balls.
623         * fvwm/stack.c (__restack_window):
624         fix so new transient windows with StackTransientParent on top layer
625         don't make all windows raise above the pan frames.
627         * NEWS:
628         * configure.ac:
629         increased version to 2.5.21
631         * NEWS:
632         * configure.ac:
633         updated for 2.5.20 release
635 2007-01-15  Renato Caldas  <seventhguardian@gmail.com>
637         * fvwm/fvwm.c (main):
638         remove the call to module_init_list, the list head is instead set
639         to NULL upon declaration
641         * fvwm/module_list.h:
642         * fvwm/module_list.c (module_init_list):
643         removed function
645 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
647         * fvwm/stack.c (is_transient_subtree_straight)
648         (is_transient_subtree_stack_straight):
649         use <= 32 character function name
650         (mark_transient_subtree, is_transient_subtree_straight)
651         (__mark_transient_subtree_test):
652         move common tests to function to avoid code duplication
654         * fvwm/fvwm.1.in (IconifyWindowGroups):
655         Correctly document that windows are iconified together if the are in
656         the same window group, not if the group leader is iconified.
658 2007-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
660         * fvwm/add_window.c (GetWindowSizeHints):
661         * libs/vpacket.h (ConfigWinPacket):
662         * fvwm/module_interface.c (CONFIGARGS):
663         * fvwm/fvwm.h (FvwmWindow):
664         add orig_hints_width_inc and orig_hints_height_inc values to store the
665         original resize inc  for use in FvwmIdent
667         * fvwm/fvwm.1.in:
668         * fvwm/style.c (style_parse_one_style_option):
669         deprecated some "No..." styles
670         (style_parse_one_style_option):
671         add a NoResizeHintOverride style
673         * fvwm/add_window.c (GetWindowSizeHints):
674         only ignore the min_width/min_height/max_width/max_height with the
675         ResizeHintOverride style
677         * fvwm/icons.c (DeIconify):
678         corrected previous fix
680         * fvwm/placement.c (CleverPlacement):
681         (SmartPlacement):
682         (__place_get_wm_pos):
683         (__place_get_nowm_pos):
684         (__place_window):
685         fixed smart placement
686         unified placement func interface
688 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
690         * NEWS:
691         * fvwm/icons.c (DeIconify):
692         don't loop forever.
694         * fvwm/stack.c (is_transient_subtree_stacked_straight):
695         fix detection of non needed lower operations
696         (__restack_window):
697         BroadcastRestack to modules even if non is done. (To cancel effect of
698         already sent M_RAISE/M_LOWER)
699         don't do raise hacks if no restack was done.
701         * fvwm/fvwm.h (FvwmWindow):
702         icon_nalloc_pixels is int instead of unsined int
704         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
705         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
706         use int instead of unsigned int.
708         * fvwm/menugeometry.c (menu_get_geometry)
709         (menu_get_outer_geometry):
710         * fvwm/focus.c (CMD_WarpToWindow):
711         * fvwm/geometry.c (get_title_button_geometry):
712         * fvwm/session.c (SaveWindowStates):
713         * fvwm/conditional.c (CMD_WindowId):
714         * fvwm/placement.c (__place_get_wm_pos):
715         * fvwm/frame.c (frame_create_move_resize_args):
716         * fvwm/icons.c (GetIconBitmap, GetIconWindow):
717         * fvwm/add_window.c (CaptureOneWindow, AddWindow):
718         * fvwm/builtins.c (CMD_Destroy, CMD_Close):
719         * fvwm/style.c (style_parse_icon_box_style):
720         * fvwm/move_resize.c (resize_move_window, InteractiveMove)
721         (AnimatedMoveAnyWindow, __move_window, __move_loop)
722         (__resize_window):
723         * fvwm/events.c (HandlePropertyNotify)
724         (__is_bpress_window_handled):
725         * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
726         (get_menu_options):
727         fix geometry signed pointer warnings
729         * libs/Graphics.c (CalculateGradientDimensions):
730         cast pointer to unsigned int*
732         * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
733         * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
734         (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
735         change unsigned int* parameter to int*. It get's info stored in an
736         unsigned short, so it should be OK.
738         * fvwm/externs.h:
739         * fvwm/fvwm.c:
740         JunkMask is unsigned
742         * fvwm/stack.c (__mark_group_member)
743         (is_transient_subtree_stacked_straight, __is_restack_needed)
744         (__restack_window, mark_transient_subtree):
745         don't raise or lower windows if they are already at the right place.
747 2007-01-13  Renato Caldas  <seventhguardian@gmail.com>
749         * fvwm/module_interface.c (struct cqueue_object_type):
750         * fvwm/module_list.h (struct fmodule_input):
751         reused cqueue_object_type as a struct to store module input data
752         renamed it to fmodule_input and moved it to module_list.h
753         typedef'ed it to cqueue_object_type in module_interface.c
755 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
757         * fvwm/placement.c (__cp_get_next_x):
758         (__cp_get_next_y):
759         (__cp_get_first_pos):
760         (__cp_get_next_pos):
761         (__cp_get_avoidance_penalty):
762         (__cp_test_fit):
763         (CleverPlacement):
764         restructured and cleaned up CleverPlacement code
766         * fvwm/style.c (style_parse_icon_box_style):
767         * fvwm/virtual.c (HandlePaging):
768         * fvwm/stack.c (verify_stack_ring_consistency):
769         (ResyncFvwmStackRing):
770         * fvwm/repeat.c:
771         * fvwm/read.c (cursor_control):
772         * fvwm/placement.c (__place_get_wm_pos):
773         * fvwm/move_resize.c (GetMoveArguments):
774         (ParseOneResizeArgument):
775         (GetResizeArguments):
776         (GetResizeMoveArguments):
777         (resize_move_window):
778         (resize_move_window):
779         (InteractiveMove):
780         (__move_window):
781         (DoSnapAttract):
782         (DoSnapAttract):
783         (__resize_step):
784         (__resize_window):
785         (__resize_window):
786         (__resize_window):
787         (MaximizeHeight):
788         (MaximizeWidth):
789         (maximize_fvwm_window):
790         (CMD_Maximize):
791         (CMD_Maximize):
792         * fvwm/misc.c:
793         * fvwm/menustyle.h (MenuStyle):
794         * fvwm/menus.c (MenuSizingParameters):
795         (make_menu_window):
796         (paint_menu_gradient_background):
797         (paint_menu_gradient_background):
798         (select_menu_item):
799         (do_menus_overlap):
800         (pop_menu_up):
801         (pop_menu_down_and_repaint_parent):
802         (__mloop_handle_action_without_mi):
803         (do_menu):
804         (get_menu_options):
805         (get_menu_options):
806         * fvwm/menuroot.h (MenuRootStatic):
807         (MenuRootDynamic):
808         * fvwm/menuitem.h (MenuPaintItemParameters):
809         * fvwm/menugeometry.h:
810         * fvwm/menubindings.c (menu_shortcuts):
811         * fvwm/icons.c (SetIconPixmapSize):
812         (GetIconPicture):
813         (DrawIconTitleWindow):
814         (AutoPlaceIcon):
815         (do_all_iconboxes):
816         (GetIconWindow):
817         (GetIconBitmap):
818         * fvwm/gnome.c (GNOME_GetHintIcons):
819         * fvwm/functions.c (FvwmFunction):
820         (__execute_function):
821         (__cf_cleanup):
822         (execute_complex_function):
823         * fvwm/fvwm.c (JunkWidth):
824         (JunkHeight):
825         (JunkBW):
826         (JunkDepth):
827         (JunkMask):
828         (main):
829         * fvwm/externs.h (JunkWidth):
830         (JunkHeight):
831         (JunkBW):
832         (JunkDepth):
833         (JunkMask):
834         * fvwm/focus.c (CMD_WarpToWindow):
835         * fvwm/expand.c (__eae_parse_range):
836         (expand_args_extended):
837         (expand_vars_extended):
838         (expand_vars_extended):
839         * fvwm/ewmh_names.c (EWMH_WMIconName):
840         (EWMH_WMName):
841         * fvwm/ewmh_intern.h:
842         * fvwm/ewmh_icons.c (ewmh_WMIcon):
843         (EWMH_DoUpdateWmIcon):
844         (ewmh_SetWmIconFromPixmap):
845         (ewmh_SetWmIconFromPixmap):
846         (EWMH_DeleteWmIcon):
847         (extract_wm_icon):
848         (extract_wm_icon):
849         (EWMH_SetIconFromWMIcon):
850         * fvwm/ewmh_events.c (ewmh_WMDesktop):
851         (ewmh_WMState):
852         (ewmh_WMIconGeometry):
853         (ewmh_WMStrut):
854         * fvwm/ewmh.h:
855         * fvwm/ewmh.c (ewmh_ChangeProperty):
856         (ewmh_ChangeProperty):
857         (atom_get):
858         (ewmh_AtomGetByName):
859         (ewmh_AddToKdeSysTray):
860         (EWMH_GetWorkAreaIntersection):
861         (ewmh_HandleWindowType):
862         (ewmh_check_wm_pid):
863         * fvwm/geometry.c (constrain_size):
864         * fvwm/geometry.h:
865         * fvwm/events.c (__handle_cr_on_client):
866         (WaitForButtonsUp):
867         * fvwm/events.h:
868         * libs/PictureImageLoader.c:
869         * libs/PictureImageLoader.h:
870         * libs/WinMagic.c:
871         * libs/fvwmlib.h:
872         * libs/Graphics.c (ParseGradient):
873         (CalculateGradientDimensions):
874         (CreateGradientPixmap):
875         (CreateGradientPixmapFromString):
876         * fvwm/colorset.c (update_root_pixmap):
877         * fvwm/builtins.c (CMD_Echo):
878         (CMD_State):
879         * fvwm/add_window.c (AddWindow):
880         * fvwm/screen.h (DecorFace):
881         use int instead of unsigned int
883         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
884         * fvwm/colormaps.c (EnterSubWindowColormap):
885         (LeaveSubWindowColormap):
886         (FetchWmColormapWindows):
887         * libs/vpacket.h:
888         * libs/CombineChars.c (char_combclass):
889         use short instead of short int
890         use long instead of long int
892         * libs/PictureBase.h (FvwmPictureAttributes):
893         (FvwmRenderAttributes):
894         * libs/Flocale.h (FlocaleFont):
895         * fvwm/style.c (style_parse_icon_grid_style):
896         * fvwm/menus.c (size_menu_horizontally):
897         (size_menu_vertically):
898         (paint_menu):
899         (AddToMenu):
900         * fvwm/menuitem.c (menuitem_paint):
901         (menuitem_free):
902         * fvwm/menuitem.h (MenuItem):
903         * fvwm/geometry.c (set_window_border_size):
904         * fvwm/decorations.c (SelectDecor):
905         use int instead of short
907         * fvwm/screen.h (FvwmAcs):
908         (DecorFace):
909         * fvwm/menus.c (MenuSizingParameters):
910         (size_menu_horizontally):
911         (update_menu):
912         (paint_menu_gradient_background):
913         * fvwm/menuroot.h (MenuRootStatic):
914         * fvwm/menuitem.h (MenuItem):
915         (MenuItemPartSizesT):
916         * fvwm/menuitem.c (menuitem_get_size):
917         * fvwm/menudim.h (MenuDimensions):
918         use int instead of unsigned short
920 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
922         * libs/gravity.h:
923         * libs/gravity.c (gravity_move_resize_parent_child):
924         * fvwm/frame.h:
925         * fvwm/frame.c (mr_args_internal):
926         (frame_setup_border):
927         (frame_setup_titlebar):
928         (frame_get_resize_decor_gravities):
929         (frame_get_titlebar_dimensions):
930         use rectangle instead of signed_rectangle
932         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
933         * libs/fvwmrect.h (signed_rectangle):
934         removed type
935         (rectangle):
936         (size_rect):
937         widht and height are now signed values
939         * fvwm/placement.c (get_next_x):
940         (__cp_get_next_x):
941         (get_next_x):
942         (__cp_get_next_y):
943         (__test_fit):
944         (__cp_test_fit):
945         renamed functions
947         * fvwm/placement.c (get_next_x):
948         (get_next_y):
949         (test_fit):
950         (CleverPlacement):
951         cleanup
953 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
955         * NEWS:
956         NEWS entry for StickyIcon, StickyAcrossPagesIcon and
957         StickyAcrossDesksIcon.
959 2007-01-13  Serge Koksharov  <gentoosiast dog yandex dot ru>
961         * fvwm/conditional.c (CreateConditionMask):
962         added conditions StickyIcon, StickyAcrossPagesIcon and
963         StickyAcrossDesksIcon.
965         * fvwm/fvwm.1.in:
966         documented new conditional tests.
967         removed descriptions of styles StickyIconPage & StickyIconDesk which
968         actually don't exists in fvwm.
969         moved StickyIcon/SlipperyIcon descriptions immediately after
970         Sticky/Slippery description.
972 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
974         * fvwm/placement.c (SmartPlacemen):
975         (__sp_test_window):
976         cleaned up SmartPlacement code
978 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
980         * fvwm/ConfigFvwmMenuDefaults:
981         Mouse 0 MS A MenuLeaveSubmenu instead.
983         * fvwm/ConfigFvwmMenuDefaults:
984         Mouse 0 MS A MenuClose to make sidepic and border behave as
985         before menu bindings.
987         * fvwm/fvwm.1.in:
988         * libs/wcontext.h (enum):
989         * fvwm/menubindings.c (menu_binding):
990         (menu_shortcuts):
991         Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
993         * fvwm/menustyle.c (menustyle_parse_old_style):
994         add a message of deprecation.
996 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
998         * fvwm/module_list.h:
999         * fvwm/module_list.c:
1000         new files for module handling code.
1002         * fvwm/module_list.h:
1003         * fvwm/module_interface.h:
1004         * fvwm/module_list.c:
1005         * fvwm/module_interface.c:
1006         (struct mqueue_object_type):
1007         (msg_mask_set):
1008         (module_alloc):
1009         (module_insert):
1010         (module_remove):
1011         (module_free):
1012         (module_get_next):
1013         (set_message_mask):
1014         (get_pipe_name):
1015         (initModules):
1016         (ClosePipes):
1017         (do_execute_module):
1018         (executeModuleDesperate):
1019         (CMD_Module):
1020         (CMD_ModuleListenOnly):
1021         (CMD_ModuleSynchronous):
1022         (HandleModuleInput):
1023         (DeadPipe):
1024         (KillModule):
1025         (KillModuleByName):
1026         (CMD_KillModule):
1027         (PositiveWrite):
1028         (DeleteMessageQueueBuff):
1029         (FlushMessageQueue):
1030         (FlushAllMessageQueues):
1031         (CMD_set_mask):
1032         (CMD_set_sync_mask):
1033         (CMD_set_nograb_mask):
1034         (skipModuleAliasToken):
1035         (countModules):
1036         (struct msg_masks_t):
1037         (struct fmodule):
1038         moved from module_interface.c/h to module_list.c/h
1040         * fvwm/module_list.h (do_execute_module):
1041         * fvwm/module_interface.h (AddToCommandQueue):
1042         (ExecuteModuleCommand):
1043         initialy static functions are exposed for now. Should be fixed soon.
1045         * fvwm/Makefile.am:
1046         added module_list.h and module_list.c
1047         reorganized the c files by size
1049         * fvwm/module_list.h:
1050         * fvwm/module_list.c:
1051         * fvwm/events.c:
1052         * fvwm/fvwm.c:
1053         * fvwm/session.c:
1054         * fvwm/stack.c:
1055         (initModules): (module_init_list):
1056         (ClosePipes): (module_kill_all):
1057         (KillModule): (module_kill):
1058         (countModules): (module_count):
1059         renamed functions to a unified style
1061         * fvwm/module_interface.h:
1062         * fvwm/module_interface.c:
1063         * fvwm/fvwm.c:
1064         * fvwm/events.c:
1065         * fvwm/modconf.c
1066         * fvwm/session.c:
1067         * fvwm/stack.c:
1068         * fvwm/windowshade.c:
1069         * fvwm/functions.c:
1070         * fvwm/move_resize.c:
1071         include file cleanup
1073         * fvwm/module_list.c (do_execute_module):
1074         made absolutely sure the module's read fd is >=0 before inserting
1075         the module on the list
1077         * fvwm/events.c (My_XNextEvent):
1078         * fvwm/module_list.c (PositiveWrite):
1079         (CMD_ModuleSynchronous):
1080         assume module read fd is allways >=0 (remove the tests)
1082         * fvwm/module_list.c (module_free):
1083         no need to test if fd >=0 when closing the pipes.
1085 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1087         * fvwm/menuitem.c (draw_higlight_background):
1088         fix x-origin of HGradients
1090 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
1092         * fvwm/module_interface.c (FlushMessageQueues):
1093         fixed not flushing the first module on the list
1095 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1097         * libs/Flocale.c (FlocaleGetFftFont):
1098         add sanity check for NULL fontname.
1100         * NEWS:
1101         * fvwm/fvwm.1.in:
1102         * fvwm/menuitem.c (menuitem_paint):
1103         (draw_hilight_background):
1104         make all kinds of pixmaps work with hilight background
1106         * libs/Colorset.h (CreateOffsetBackgroundPixmap):
1107         * libs/Colorset.c (CreateOffsetBackgroundPixmap)
1108         (CreateBackgroundPixmap):
1109         added CreateOffsetBackgroundPixmap with the ability to create
1110         transparent images at an offset relative to the window.
1112 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1114         * fvwm/menus.c (__mloop_exit):
1115         (struct):
1116         (__mloop_get_event)
1117         (__mloop_handle_event):
1118         don't warp to parent item when entering other item with mouse.
1120         * NEWS:
1121         * fvwm/fvwm.1.in:
1122         * fvwm/menustyle.c (menustyle_update):
1123         make use of colorset TiledPixmap option with HiglightBack
1124         and HiglightTitleBack menu styles.
1126 2007-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1128         * libs/FScreen.c:
1129         reformatted
1131 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1133         * libs/FScreen.c (FScreenParseGeometry):
1134         don't look up screen info if screen is undefined
1136 2007-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1138         * ONEWS:
1139         * NEWS:
1140         moved the NEWS of 2.2.x and 2.3.x to ONEWS
1142         * libs/fio.c (fvwm_send):
1143         compile fixes
1145         * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
1146         added macro
1148         * libs/fio.c:
1149         * libs/fio.h:
1150         new utility files to wrap writing/reading standard lib functions that
1151         might be interrupted
1153 2007-01-05  Serge Koksharov  <gentoosiast dog yandex dot ru>
1155         * fvwm/ewmh_intern.h:
1156         compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
1157         instead of <time.h>.
1159         * fvwm/windowlist.h:
1160         removed unneeded file.
1162         * fvwm/Makefile.am:
1163         removed windowlist.h from build list.
1165         * libs/PictureUtils.c:
1166         include "ftime.h" instead of <time.h>.
1167         fvwmlib.h header name should be in double quotes not in angle
1168         brackets.
1170         * libs/System.c:
1171         include "ftime.h" instead of <sys/time.h>.
1173 2007-01-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1175         * ChangeLog:
1176         make my email less spider-friendly
1178         * fvwm/bindings.c (binding_cmd):
1179         (ParseBinding):
1180         fix core
1182 2007-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1184         * fvwm/screen.h (ScreenInfo):
1185         made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
1186         casting signed values in calculations to be cast to unsigned
1188         * fvwm/focus.c (__activate_window_by_command):
1189         don't warp the viewport if the center of the window is already in view
1190         fixed a bug in window positioning
1192 2007-01-03  Serge Koksharov  <gentoosiast dog yandex dot ru>
1194         * NEWS:
1195         FvwmIconBox IconColorset's bg wasn't updated immediately.
1197 2007-01-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1199         * fvwm/fvwm.c (main):
1200         close all open fds upon startup
1201         reopen stdin, stdout and stderr if necessary
1202         (reopen_fd):
1203         new function
1205         * fvwm/module_interface.c (do_execute_module):
1206         simplified error handling
1207         check maximum fd when creating modules
1209         * fvwm/events.c (My_XNextEvent):
1210         * fvwm/fvwm.c (main):
1211         replaced fd_width with fvwmlib_max_fd
1213         * libs/fvwmlib.h:
1214         * libs/System.c (fvwmlib_init_max_fd):
1215         added function and fvwmlib_max_fd
1217         * fvwm/events.c (My_XNextEvent):
1218         * fvwm/module_interface.c (CMD_ModuleSynchronous):
1219         switch back to using FD_SET
1221         * fvwm/events.c (My_XNextEvent:
1222         * fvwm/module_interface.h:
1223         * fvwm/module_interface.c:
1224         hide module structure members with access macros and use them
1225         everywhere
1227 2007-01-02  Renato Caldas  <seventhguardian@gmail.com>
1229         * fvwm/module_interface.c (module_add_to_fdsets):
1230         * fvwm/module_interface.h:
1231         created new function that also checks for too many open fds
1233         * fvwm/module_interface.c (CMD_ModuleSynchronous):
1234         * fvwm/events.c (My_XNextEvent):
1235         now using module_add_to_fdset to add pipes to the fdsets
1237 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
1239         * libs/defaults.h (MAX_NUM_MODULES):
1240         * fvwm/module_interface.c (module_alloc):
1241         (do_execute_module):
1242         removed check for MAX_NUM_MODULES - not needed, done by the O.S.
1244         * fvwm/module_interface.c (do_execute_module):
1245         moved the allocation call to the end of the sanity checks and pipe
1246         creation - better for performance
1248 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1250         END MODULE STRUCT PATCHES
1252         * fvwm/module_interface.c (do_execute_module):
1253         fixed another memory leak
1255 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
1257         * fvwm/module_interface.h:
1258         * fvwm/module_interface.c:
1259         * fvwm/modconf.c:
1260         renamed struct module member "pipeName" and "pipeAlias" to "name"
1261         and "alias"
1263         * fvwm/module_interface.c (do_execute_module):
1264         fixed possible memory leak
1266 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1268         * fvwm/events.c (My_XNextEvent):
1269         * fvwm/module_interface.c (module_alloc):
1270         (do_execute_module):
1271         (KillModule):
1272         * fvwm/module_interface.h (fmodule):
1273         replaced int with a flag struct
1275         * fvwm/module_interface.h:
1276         * fvwm/events.c (My_XNextEvent):
1277         * fvwm/module_interface.c (module_alloc):
1278         (module_free):
1279         (module_insert):
1280         (ClosePipes):
1281         add new modules at front of list again
1282         removed global variable init_fdset; use a flag in the module struct
1283         instead
1284         removed the now obsolete module slot count
1286 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
1288         * fvwm/module_interface.c (module_remove):
1289         (KillModule):
1290         moved module remotion code to module_remove()
1292 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1294         * fvwm/events.c (My_XNextEvent):
1295         fixed startup commands
1297         * fvwm/module_interface.c (module_insert):
1298         (module_free):
1299         (KillModule):
1300         (ClosePipes):
1301         append modules at end of list
1303         * fvwm/events.c (My_XNextEvent):
1304         fixed core
1306         * fvwm/module_interface.c (ExecuteModuleCommand):
1307         (PositiveWrite):
1308         (KillModuleByName):
1309         (BroadcastPacket):
1310         (BroadcastNewPacket):
1311         (BroadcastName):
1312         (BroadcastFvwmPicture):
1313         (BroadcastColorset):
1314         (BroadcastPropertyChange):
1315         (BroadcastConfigInfoString):
1316         (CMD_SendToModule):
1317         (FlushAllMessageQueues):
1318         (countModules):
1319         (CMD_set_mask):
1320         (CMD_set_sync_mask):
1321         (CMD_set_nograb_mask):
1322         cleanup
1323         (skipModuleAliasToken):
1324         use MAX_MODULE_ALIAS_LEN
1326         * fvwm/module_interface.c (KillModule):
1327         (do_execute_module):
1328         (module_alloc):
1329         added a "slot" member to the module struct to fix the init_fdset hack
1330         for now
1332         * libs/defaults.h (MAX_NUM_MODULES):
1333         (MAX_MODULE_ALIAS_LEN):
1334         new config values
1336         * fvwm/module_interface.c (do_execute_module):
1337         rewrote module struct initialization
1338         (HandleModuleInput):
1339         use %p to print module address, don't cast it to int
1341         * fvwm/module_interface.c (ClosePipes):
1342         (KillModule):
1343         use module_free
1344         (msg_mask_set):
1345         (module_insert):
1346         (module_alloc):
1347         new functions()
1349         * fvwm/module_interface.c (FreeModule):
1350         (module_free):
1351         renamed function
1353         * fvwm/module_interface.c (KillModule):
1354         (FreeModule):
1355         * fvwm/events.c (My_XNextEvent):
1356         * fvwm/execcontext.h:
1357         * fvwm/modconf.c (CMD_Send_ConfigInfo):
1358         (ModuleConfig):
1359         * fvwm/stack.c (BroadcastRestack):
1360         cleanup
1362         * fvwm/module_interface.c (module_get_next):
1363         * fvwm/module_interface.h:
1364         new function
1366 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
1368         * fvwm/modconf.c (ModuleConfig):
1369         (SendConfigToModule):
1370         (send_xinerama_state):
1371         (send_desktop_names):
1372         (send_desktop_geometry):
1373         (send_image_path):
1374         (send_color_limit):
1375         (send_colorsets):
1376         (send_click_time):
1377         (send_move_threshold):
1378         (send_ignore_modifiers):
1379         (CMD_Send_ConfigInfo):
1380         * fvwm/functions.c (__execute_function):
1381         * fvwm/events.c (My_XNextEvent):
1382         * fvwm/module_interface.h (msg_masks_t):
1383         (fmodule):
1384         * fvwm/execcontext.c (__exc_change_context):
1385         (exc_create_null_context):
1386         * fvwm/execcontext.h:
1387         Initial module struct patches
1389         BEGIN MODULE STRUCT PATCHES
1391 2006-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1393         * fvwm/events.c (HandleFocusOut):
1394         (__refocus_stolen_focus_win):
1395         (HandleEnterNotify):
1396         less disruptive way of restoring focus to the window it was stolen from
1398 2006-12-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1400         * fvwm/events.c (HandleEnterNotify):
1401         restore focus to windows that had it stolen by
1402         unmanaged windows on enter of any unmanaged windows.
1404 2006-12-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1406         * fvwm/menubindings.c:
1407         don't include menus.h
1409         * fvwm/ConfigFvwmMenuDefaults:
1410         all bindings are silent
1412 2006-12-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1414         * fvwm/ConfigFvwmMenuDefaults:
1415         make all numpad keys silent -- not all keyboads have a numpad
1416         add KP_Separator for MenuClose
1418 2006-12-30  Serge Koksharov  <gentoosiast dog yandex dot ru>
1420         * fvwm/fvwm.1.in:
1421         documented missing menu bindings.
1423         * fvwm/ConfigFvwmMenuDefaults:
1424         fixed wrong menu bindings.
1426 2006-12-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1428         * fvwm/menubindings.c:
1429         * fvwm/menubindings.h:
1430         * fvwm/menucmd.c:
1431         * fvwm/menudim.c:
1432         * fvwm/menudim.h:
1433         * fvwm/menugeometry.c:
1434         * fvwm/menugeometry.h:
1435         * fvwm/menuitem.c:
1436         * fvwm/menuitem.h:
1437         * fvwm/menuroot.h:
1438         * fvwm/menus.c:
1439         * fvwm/menus.h:
1440         * fvwm/move_resize.c:
1441         * fvwm/move_resize.h:
1442         * fvwm/windowlist.c:
1443         simplified including header files
1445         * fvwm/menus.c (__mloop_handle_event):
1446         * fvwm/menuparameters.h:
1447         * fvwm/menubindings.c (menu_shortcuts):
1448         do not call find_entry directly but return MENU_NEWITEM_FIND instead
1450         * fvwm/menus.c (__mloop_handle_event):
1451         * fvwm/menuparameters.h:
1452         * fvwm/menubindings.c (menu_shortcuts):
1453         do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
1454         instead
1456         * fvwm/menus.h (MenuParameters):
1457         (MenuOptions):
1458         (MenuPosHints):
1459         (MenuRC):
1460         (MenuReturn):
1461         (MenuRepaintTransparentParameters):
1462         * fvwm/menuparameters.h (MenuParameters):
1463         (MenuOptions):
1464         (MenuPosHints):
1465         (MenuRC):
1466         (MenuReturn):
1467         (MenuRepaintTransparentParameters):
1468         moved to menuparameters.h
1470         * fvwm/menus.h (MenuRoot):
1471         (MenuRootDynamic):
1472         (MenuRootStatic):
1473         * fvwm/menutypes.h (MenuRoot):
1474         (MenuRootDynamic):
1475         (MenuRootStatic):
1476         moved to menuroot.h
1478         * fvwm/menus.c (menu_get_geometry):
1479         (menu_get_outer_geometry):
1480         * fvwm/menugeometry.c (menu_get_geometry):
1481         (menu_get_outer_geometry):
1482         moved to menugeometry.c
1484         * fvwm/menuparameters.h:
1485         * fvwm/menutypes.h:
1486         * fvwm/menugeometry.c:
1487         * fvwm/menugeometry.h:
1488         * fvwm/Makefile.am:
1489         new files
1491         * fvwm/menubindings.h (enum):
1492         * fvwm/menus.c (enum):
1493         moved enum menu_shortcut_action to menubindings.h
1494         (get_selectable_item_index):
1495         (get_selectable_item_from_index):
1496         (get_selectable_item_from_section):
1497         (get_selectable_item_count):
1498         (parse_menu_action):
1499         moved to menubindings.c
1501         * fvwm/menus.c (enum):
1502         (parse_menu_action):
1503         (menuShortcuts):
1504         renamed enum shortcut_action to menu_shortcut_action
1506         * fvwm/fvwm.c (SetRCDefaults):
1507         read default config file after all other defaults
1509 2006-12-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1511         * fvwm/ConfigFvwmMenuDefaults:
1512         * fvwm/fvwm.c (SetRCDefaults):
1513         make the hard coded menu bindings load before ConfigFvwmDefaults
1514         move Mouse 0 ... to ConfigFvwmMenuDefaults
1516 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1518         * fvwm/ConfigFvwmMenuDefaults:
1519         * fvwm/fvwm.c (SetRCDefaults):
1520         added hard coded default menu bindings
1522 2006-12-29  Serge Koksharov  <gentoosiast dog yandex dot ru>
1524         * fvwm/fvwm.1.in:
1525         documentation fixes.
1527 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1529         * fvwm/bindings.c:
1530         * fvwm/menubindings.h:
1531         * fvwm/menubindings.c:
1532         * fvwm/menus.h:
1533         * fvwm/menus.c:
1534         * fvwm/Makefile.am:
1535         moved new menu binding code to menubindings.c, menubindings.h
1536         split binding into a regular list and a fallback list that can not be
1537         modified
1539         * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
1540         fixed calculation of new geometry if x or y is negative
1542         * fvwm/geometry.c (maximize_adjust_offset):
1543         fixed calculations of normal geometry when maximized
1545 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1547         * NEWS:
1548         * fvwm/ConfigFvwmMenuDefaults:
1549         * fvwm/fvwm.c (SetRCDefaults):
1550         * fvwm/menus.c (parse_menu_action):
1551         * fvwm/fvwm.1.in:
1552         rename menu action to menu bindings and make menu binding commands
1553         more verbose.  Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
1554         ensure basic function with ConfigFvwmMenuDefaults missing.
1556 2006-12-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1558         * fvwm/menus.c (menuShortcuts):
1559         fixed compiler warning.
1561 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1563         * fvwm/fvwm.1.in:
1564         corrected mis-spelling
1566         * AUTHORS:
1567         * NEWS:
1568         * fvwm/fvwm.1.in:
1569         * fvwm/menus.h:
1570         * fvwm/menus.c (handle_emacs_bindings):
1571         (parse_menu_action)
1572         (menuShortcuts):
1573         (__mloop_handle_event):
1574         (menu_binding):
1575         * fvwm/bindings.c (ParseBinding):
1576         * fvwm/Makefile.am (config_DATA):
1577         * fvwm/ConfigFvwmDefaults:
1578         * fvwm/ConfigFvwmMenuDefaults:
1579         fully configurable mouse any key bindings for menu navigation.
1581 2006-12-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1583         * fvwm/virtual.c (HandlePaging):
1584         removed bogus comment
1586         * fvwm/move_resize.c (__move_loop):
1587         cleanup
1588         (__resize_window):
1589         allow paging during resize with "EdgeScroll 0 0" as documented in the
1590         man page
1591         fixed disappearing windows with "maximize; resize - abort; unmaximize"
1593         * fvwm/fvwm.h (FvwmWindow):
1594         * fvwm/add_window.c (AddWindow):
1595         * fvwm/add_window.c (setup_frame_window):
1596         * fvwm/add_window.c (setup_parent_window)
1597         * fvwm/borders.c (border_draw_decorations):
1598         * fvwm/borders.c (border_draw_one_border_part):
1599         * fvwm/borders.c (border_get_parts_and_pos_to_draw)
1600         * fvwm/borders.c (border_get_titlebar_descr)
1601         * fvwm/builtins.c (__remove_window_decors):
1602         * fvwm/conditional.c (MatchesConditionMask):
1603         * fvwm/events.c (HandleMapNotify):
1604         * fvwm/events.c (HandleMapRequestKeepRaised)
1605         * fvwm/events.c (HandlePropertyNotify):
1606         * fvwm/events.c (HandleShapeNotify):
1607         * fvwm/events.c (__cr_detect_icccm_move)
1608         * fvwm/events.c (__cr_get_grav_position):
1609         * fvwm/events.c (__cr_get_static_position)
1610         * fvwm/events.c (__handle_configure_request)
1611         * fvwm/events.c (__handle_cr_on_client):
1612         * fvwm/ewmh.c (EWMH_fullscreen):
1613         * fvwm/focus.c (__activate_window_by_command):
1614         * fvwm/focus.c (__set_focus_to_fwin):
1615         * fvwm/focus.c (warp_to_fvwm_window):
1616         * fvwm/frame.c (__frame_setup_window):
1617         * fvwm/frame.c (frame_create_move_resize_args)
1618         * fvwm/frame.c (frame_free_move_resize_args):
1619         * fvwm/frame.c (frame_move_resize_step)
1620         * fvwm/frame.c (frame_reshape_border):
1621         * fvwm/geometry.c (constrain_size):
1622         * fvwm/geometry.c (get_icon_corner)
1623         * fvwm/geometry.c (get_page_offset):
1624         * fvwm/geometry.c (get_page_offset_check_visible):
1625         * fvwm/geometry.c (get_shaded_client_window_pos):
1626         * fvwm/geometry.c (get_title_button_geometry):
1627         * fvwm/geometry.c (get_title_geometry)
1628         * fvwm/geometry.c (get_unshaded_geometry):
1629         * fvwm/geometry.c (get_visible_window_or_icon_geometry)
1630         * fvwm/geometry.c (gravity_constrain_size):
1631         * fvwm/geometry.c (maximize_adjust_offset):
1632         * fvwm/geometry.c (update_absolute_geometry):
1633         * fvwm/geometry.c (update_relative_geometry)
1634         * fvwm/gnome.c (GNOME_SetWinArea):
1635         * fvwm/icons.c (AutoPlaceIcon):
1636         * fvwm/icons.c (DeIconify):
1637         * fvwm/icons.c (Iconify):
1638         * fvwm/module_interface.c (CONFIGARGS):
1639         * fvwm/move_resize.c (AnimatedMoveAnyWindow)
1640         * fvwm/move_resize.c (CMD_Maximize):
1641         * fvwm/move_resize.c (CMD_ResizeMaximize):
1642         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
1643         * fvwm/move_resize.c (__move_loop):
1644         * fvwm/move_resize.c (__move_window):
1645         * fvwm/move_resize.c (__resize_window):
1646         * fvwm/move_resize.c (maximize_fvwm_window):
1647         * fvwm/move_resize.c (resize_move_window):
1648         * fvwm/move_resize.c (stick_across_pages):
1649         * fvwm/move_resize.c (unmaximize_fvwm_window):
1650         * fvwm/placement.c (__explain_placement):
1651         * fvwm/placement.c (__place_get_wm_pos):
1652         * fvwm/placement.c (get_next_x):
1653         * fvwm/placement.c (get_next_y):
1654         * fvwm/placement.c (test_fit)
1655         * fvwm/session.c (MatchWinToSM):
1656         * fvwm/session.c (SaveWindowStates):
1657         * fvwm/update.c (apply_window_updates):
1658         * fvwm/virtual.c (MoveViewport):
1659         * fvwm/windowlist.c (CMD_WindowList):
1660         * fvwm/windowshade.c (CMD_WindowShade):
1661         put some of the window geometry members into a separate struct window_g
1662         with members frame, normal, max, max_defect, max_offset
1664 2006-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1666         * NEWS:
1667         * AUTHORS:
1668         * fvwm/window_flags.h:
1669         * fvwm/style.h:
1670         * fvwm/style.c (style_parse_one_style_option):
1671         * fvwm/icons.c (DrawIconTitleWindow):
1672         * fvwm/fvwm.h (common_flags_t):
1673         * fvwm/fvwm.1.in (Style):
1674         * fvwm/borders.c:
1675         (border_draw_title_stick_lines):
1676         Applied Stippled patch by Thomas Adam with some fixes.
1678 2006-12-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1680         * NEWS:
1681         FvwmWinList button/list syncronization fixed (bug #1393)
1683 2006-12-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1685         * NEWS:
1686         * configure.ac:
1687         updated for 2.5.20.
1689         * NEWS:
1690         * configure.ac:
1691         updated for 2.5.19 release
1693         * NEWS:
1694         updated after 2.4.20 release
1696         * NEWS:
1697         * fvwm/focus.c (focus_get_fpol_context_flag):
1698         * fvwm/events.c (__check_click_to_focus_or_raise)
1699         (__handle_click_to_focus):
1700         Treat EWMH desktop as client window under click to focus. (#1492)
1702 2006-12-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1704         * libs/Module.h (MX_REPLY):
1705         (MAX_EXTENDED_MESSAGES):
1706         (MAX_XMSG_MASK):
1707         * fvwm/module_interface.c (CMD_Send_Reply):
1708         * fvwm/functable.c (func_table):
1709         * fvwm/commands.h:
1710         Added Send_Reply module only command.
1712 2006-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1714         * libs/PictureUtils.c (init_static_colors_table):
1715         fix fvwm for < 8 bit depth, bug #1677
1717 2006-11-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1719         * fvwm/misc.c (IsRectangleOnThisPage):
1720         new fix for signedness problems.
1722 2006-10-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1724         * fvwm/misc.c (IsRectangleOnThisPage):
1725         fix signedness problem with test introduced by gcc4 fix below.
1727 2006-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1729         * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
1730         (size_rect):
1731         (rectangle)
1732         (signed_rectangle):
1733         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
1734         * libs/gravity.h (gravity_move_resize_parent_child):
1735         * libs/gravity.c (gravity_move_resize_parent_child):
1736         * fvwm/frame.h (frame_get_titlebar_dimensions)
1737         * fvwm/frame.c (frame_get_titlebar_dimensions_only)
1738         (frame_get_resize_decor_gravities):
1739         (mr_args_internal):
1740         (frame_setup_border):
1741         (frame_setup_titlebar)
1742         (frame_get_resize_decor_gravities):
1743         (frame_get_titlebar_dimensions):
1744         split rectangle into a signed size and an unsigned size type.
1746         * fvwm/screen.h (ScreenInfo):
1747         * libs/FScreen.h (FScreenGetScrRect):
1748         (FScreenGetResistanceRect):
1749         * libs/FScreen.c (XineramaScreenInfo):
1750         (FScreenGetGeometry)
1751         (FScreenGetScrRect):
1752         (FScreenClipToScreen):
1753         (FScreenCenterOnScreen)
1754         (FScreenGetResistanceRect):
1755         (FScreenIsRectangleOnScreen):
1756         * fvwm/fvwm.h (FvwmWindow):
1757         * fvwm/screen.h (DecorFace):
1758         * libs/fvwmlib.h (CreateGradientPixmap):
1759         * libs/Graphics.c (CreateGradientPixmap):
1760         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
1761         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
1762         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
1763         (PImageLoadPixmapFromFile):
1764         (PImageLoadPixmapFromXpmData):
1765         * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
1766         (PImageCreatePixmapFromArgbData):
1767         (PImageLoadPixmapFromFile)
1768         (PImageLoadFvwmPictureFromFile):
1769         (PImageLoadPixmapFromXpmData):
1770         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
1771         * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
1772         (EWMH_SetIconFromWMIcon):
1773         * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
1774         * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
1775         * fvwm/colorset.c (parse_colorset):
1776         * fvwm/icons.c (DrawIconTitleWindow):
1777         (AutoPlaceIcon)
1778         (do_all_iconboxes):
1779         * fvwm/menus.h (MenuRootDynamic):
1780         * fvwm/menus.c (update_menu):
1781         (pop_menu_up):
1782         (do_menu)
1783         (get_menu_options):
1784         * fvwm/move_resize.c (GetMoveArguments):
1785         (ParseOneResizeArgument)
1786         (GetResizeArguments):
1787         (GetResizeMoveArguments):
1788         (DoSnapAttract)
1789         (__move_loop):
1790         (CMD_Maximize):
1791         change dimensions and allocation counts to unsigned types.
1793         * libs/Flocale.h (FlocaleStringNumberOfBytes)
1794         (FlocaleStringByteToCharOffset):
1795         (FlocaleStringCharToByteOffset)
1796         (FlocaleStringCharLength)
1797         * libs/Flocale.c (FlocaleStringNumberOfBytes)
1798         (FlocaleStringByteToCharOffset):
1799         (FlocaleStringCharToByteOffset)
1800         (FlocaleStringCharLength):
1801         (FlocaleUtf8ToUnicodeStr2b)
1802         (FlocaleStringToString2b):
1803         (FlocaleEncodeString):
1804         * libs/Ficonv.c (convert_charsets):
1805         change most string types to char* from unsigned char* to match
1806         with system headers without casts.
1808         * libs/Flocale.c (FlocaleLoadFont):
1809         init shadow_dir to make gcc 4 happy.
1811         * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
1812         (CSETS_IS_TRANSPARENT_ROOT_TRAN):
1813         (CSETS_IS_TRANSPARENT_ROOT_PURE)
1814         (CSETS_IS_TRANSPARENT_PR_PURE):
1815         (CSETS_IS_TRANSPARENT_ROOT)
1816         (CSETS_IS_TRANSPARENT):
1817         compare pointer with NULL, not >= 0.
1819         * libs/FTips.h (ftips_position_t):
1820         * fvwm/expand.c (partial_extended_vars):
1821         * fvwm/placement.c (preason_screen_t):
1822         remove comma last in enums.
1824         * fvwm/style.c (style_parse_focus_policy_style):
1825         change 0xffffffff to ~0 to silience truncation warning.
1827         * fvwm/session.h (mwtsm_state_args):
1828         make flags unsigned.
1830         * fvwm/schedule.c (sq_object_type):
1831         change // to /* ... */
1833         * libs/Fft.c (FftGetFontWidths):
1834         (FftTextWidth):
1835         * libs/FScreen.c (FScreenConfigureSLSScreens):
1836         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
1837         (EWMH_SetDesktopNames):
1838         * fvwm/fvwm.c (LoadDefaultLeftButton):
1839         (LoadDefaultRightButton):
1840         * fvwm/builtins.c (ReadDecorFace):
1841         (CMD_State):
1842         silence signedness warnings by casts.
1844         * fvwm/borders.c (ROTATE_RECTANGLE):
1845         make sure tr is initialized.
1847         * fvwm/add_window.c (FetchWmProtocols):
1848         use unsigned type for l_protocols.
1850 2006-09-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1852         * fvwm/events.c (HandleFocusIn):
1853         (HandleFocusOut):
1854         * fvwm/focus.c (__set_focus_to_fwin):
1855         fix focus decoration when unmanaged are focused, unless
1856         FlickeringQtDialogsWorkaround is on. Closes bug #758.
1858 2006-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1860         * fvwm/geometry.c (constrain_size):
1861         repeat aspect-resizing in a loop to get a stable result that does not
1862         change the next time the frame is set up
1864 2006-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1866         * NEWS:
1867         * configure.ac:
1868         increased version to 2.5.19
1869         released 2.5.18
1871         * NEWS:
1872         * configure.ac:
1873         updated for 2.5.18 release
1875 2006-09-04  Renato Caldas  <seventhguardian@gmail.com>
1877         * acinclude.m4:
1878         removed the unused test for imlib
1879         removed the Imlib.h header from gdk_imlib test programs
1881 2006-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1883         * fvwm/ewmh.c (atom_get):
1884         fix offset and length args for XGetWindowProperty() (to support 64bit
1885         architectures)
1887 2006-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1889         * fvwm/events.c (HandleUnmapNotify):
1890         immediately handle MapRequests after unmapping a window while we still
1891         have the context fvwm window; this is necessary to allow the client to
1892         re-map a window before fvwm can reparent it to the root window
1893         (HandleMapRequestKeepRaised):
1894         cleaned up
1896 2006-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1898         * fvwm/ewmh.c (ewmh_HandleDesktop):
1899         fixed handling of ClickToFocusPassesClick with the EWMH desktop
1900         window
1902 2006-08-29  Harald Dunkel  <harald.dunkel@t-online.de>
1904         * fvwm/icccm2.c:
1905         * fvwm/gnome.c:
1906         * fvwm/decorations.c:
1907         fix offset and length args for XGetWindowProperty() (to support 64bit
1908         architectures)
1910 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1912         * NEWS:
1913         * fvwm/expand.c (expand_vars_extended):
1914         correctly expand break.
1915         * fvwm/conditional.c (__rc_matches_rcstring_consume):
1916         fix matching break.
1918 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1920         * fvwm/decorations.h (is_function_allowed):
1921         * fvwm/decorations.c (__is_resize_allowed):
1922         (is_function_allowed):
1923         work on 'const FvwmWindow *'
1925         * fvwm/fvwm.h (action_flags):
1926         * fvwm/style.c (check_window_style_change):
1927         * fvwm/module_interface.c (__get_allowed_actions)
1928         (CONFIGARGS):
1929         * libs/vpacket.h (ConfigWinPacket):
1930         expose fvwm allowed actions to modules
1932 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1934         * fvwm/move_resize.c (__move_icon):
1935         *do* map icon windows for pictured icons on move, but only if they end
1936         up on the current desk
1938 2006-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1940         * fvwm/move_resize.c (__move_icon):
1941         don't map icon windows for pictured icons on move
1943 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1945         * fvwm/style.c (remove_all_of_style_from_list):
1946         (__simplify_style_list):
1947         (blockor):
1948         (blockand):
1949         (blockunmask)
1950         (blockissubset):
1951         (style_ids_are_equal):
1952         (style_id_equals_id)
1953         (styles_have_same_id):
1954         (fw_match_style_id)
1955         (one_fw_can_match_both_ids):
1956         (check_window_style_change):
1957         use int/0/1 instead of Bool/False/True
1959         * fvwm/move_resize.c (stick_across_pages):
1960         use False instead of FALSE
1962         * fvwm/style.c (fw_match_style_id):
1963         * fvwm/read.c (run_command_file):
1964         (push_read_file):
1965         * fvwm/add_window.c (MappedNotOverride):
1966         * libs/wild.c (matchWildcards):
1967         use 0 and 1 instead of FALSE and TRUE
1969         * fvwm/fvwm.h:
1970         removed TRUE and FALSE
1972 2006-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1974         * NEWS:
1975         FvwmPager !IconTitle style bugfix.
1977 2006-07-31  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
1979         * fvwm/fvwm.1.in:
1980         Updated description of Wait command in man page.
1982 2006-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1984         * libs/Flocale.c (FlocaleFontStructDrawString)
1985         (FlocaleRotateDrawString):
1986         (FlocaleDrawString):
1987         fixed drawing of forecolor/hilightfore
1989         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
1990         always unmaximize and resize window when leaving fullscreen state,
1991         not just if it did not start as fullscreen
1993 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
1995         * fvwm/fvwm.1.in (MenuStyle):
1996         added a reference to the prefered ! style negation flag,
1997         and listed the other deprecated negative forms in one place.
1998         (ActiveForeOff):
1999         (AnimationOff):
2000         (AutomaticHotkeysOff):
2001         (HilightBackOff):
2002         (TitleWarpOff):
2003         changed to the ! negation form and listed as deprecated.
2004         (ActiveBack):
2005         removed relics from the man page
2007 2006-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2009         * NEWS:
2010         * configure.ac:
2011         increased version to 2.5.18
2012         released 2.5.17
2014         * NEWS:
2015         * configure.ac:
2016         updated for 2.5.17 release
2018 2006-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2020         * fvwm/move_resize.c (__move_window):
2021         allow moving a window without an icon while it's iconified based on the
2022         frame geometry
2024 2006-07-17  Serge Koksharov  <gentoosiast dog yandex dot ru>
2026         * fvwm/menustyle.c (menustyle_copy):
2027         Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
2029 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
2031         * fvwm/fvwm.1.in:
2032         NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
2033         changed the manpage to reflect the prefered style negation method,
2034         that is, using the !* negation sign.
2036 2006-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2038         * fvwm/fvwm.1.in (COMMAND EXPANSION):
2039         removed documentation of filters.
2041         * NEWS:
2042         * fvwm/expand.c (check_first_filter):
2043         (apply_filters)
2044         (expand_args_extended):
2045         (expand_vars_extended):
2046         (expand_vars):
2047         removed variable filter implementation and backslash-escaping.
2049 2006-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2051         * NEWS:
2052         News blurb for variable filters and backslash-escaping.
2053         * fvwm/fvwm.1.in:
2054         documentation of variable filters.
2056 2006-07-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2058         * fvwm/expand.c (chec):
2059         (first_filter):
2060         (apply_filters)
2061         (expand_args_extended):
2062         (expand_vars_extended):
2063         (expand_vars):
2064         implemented variable filters.
2066         * fvwm/expand.c (expand_vars):
2067         made backslash work as escape character within extended variables.
2069         * libs/Strings.h (QuoteEscapeString):
2070         (QuoteEscapeStringLength):
2071         * libs/Strings.c (QuoteEscapeString):
2072         (QuoteEscapeStringLength):
2073         new functions: QuoteEscapeString and QuoteEscapeStringLength for
2074         generic quoting.
2076         * fvwm/expand.c (expand_args_extended):
2077         make upper limit inclusive.
2079         * fvwm/functions.c (__execute_function):
2080         Changed PeekToken to GetNextToken before expand_vars call.
2082         * fvwm/fvwm.1.in:
2083         updated documentation regarding quoting in expand_args_extended
2085 2006-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2087         * fvwm/expand.c (__eae_parse_range):
2088         reject everything that does not begin with a digit
2090         * libs/Parse.c (SkipNTokens):
2091         stop skipping tokens at the end of input
2093         * fvwm/expand.c (__eae_parse_range):
2094         bugfixes
2095         (expand_vars):
2096         reformatted
2097         (__eae_parse_range):
2098         fixed parsing of $[n-]
2100 2006-07-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2102         * fvwm/expand.c (expand_args_extended):
2103         fixed core dump
2104         added range check for positional parameters
2105         (expand_args_extended):
2106         (__eae_parse_range):
2107         cleaned up and simplified parsing code
2108         properly unquote arguments when expanding
2109         removed the patch below
2111 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2113         * fvwm/expand.c (expand_args_extended):
2114         removed range check for positional parameters
2115         make single arguments not use the 'upper' variable
2116         changed back to PeekToken for single arguemnts.
2117         improved some comments.
2119 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2121         * fvwm/expand.c (expand_args_extended):
2122         Fix segfault when called with a tokenless string for single arguments.
2124 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
2125         * docs/FAQ:
2126         Usage of FvwmAuto module in FAQ 7.17 was incorrect.
2127         Reported by Serge Koksharov.
2129 2006-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2131         * fvwm/placement.c (__explain_placement):
2132         print initial size of window too
2134         * libs/Makefile.am (libfvwm_a_SOURCES):
2135         * libs/fvwm_sys_stat.h:
2136         added compat file
2138         * configure.ac:
2139         added O_NOFOLLOW replacement and always include fcntl.h
2141 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
2142         * libs/Parse.c:
2143         Added DV's mailing-list comments about how PeekToken & GetNextToken
2144         work as comments to the source code. (slightly modified)
2146 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2148         * fvwm/schedule.c (CMD_Schedule):
2149         Fixed parsing of "Periodic" option.
2151 2006-07-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2153         * NEWS:
2154         Fix for tempfile vulnerabilities in FvwmCommand.
2155         * configure.ac:
2156         Added check for lstat.
2158 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
2159         * fvwm/schedule.c:
2160         * NEWS:
2161         * AUTHORS:
2162         * fvwm/fvwm.1.in:
2163         Added "Periodic" option to Schedule command.
2165 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2167         * fvwm/module_interface.c (KillModule):
2168         (ClosePipes):
2169         fixed KillModule
2172 2006-07-09  Renato Caldas  <seventhguardian@gmail.com>
2174         * fvwm/fvwm.c (main):
2175         changed the -blackout warning to say it will be removed in 3.0
2177         * fvwm/fvwm.1.in (-blackout):
2178         updated the manual regarding the future remotion of -blackout
2180 2006-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2182         * NEWS:
2183         * configure.ac:
2184         added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
2186 2006-07-08  Renato Caldas  <seventhguardian@gmail.com>
2188         *libs/alloca.c (DEBUG_I00FUNC)
2189         removed old debug code
2191 2006-07-07  Renato Caldas  <seventhguardian@gmail.com>
2193         * libs/debug.c:
2194         removed the old unused file
2196         * libs/Makefile.am (libfvwm_a_SOURCES):
2197         removed the reference to debug.c
2199         * libs/fvwmlib.h:
2200         removed the code related to libs/debug.c
2202         * fvwm/module_interface.c (make_named_packet)
2203         removed the #if 0'ed debug code related to debug.c
2205         fvwm/focus.h (DEBUG_FOCUS)
2206         removed the #ifdef'ed to 0 debug code related to debug.c
2209 2006-07-06  Renato Caldas  <seventhguardian@gmail.com>
2211         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
2212         removed useles definition.
2214         * modules/FvwmPager/FvwmPager.c (main):
2215         (ParseOptions):
2216         removed most of the debug code.
2217         changed termination debug to use 'isTerminated' instead of
2218         'debug_term_signal'.
2219         changed termination debug to compile on FVWM_DEBUG_MSGS instead
2220         of DEBUG.
2222         * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
2223         * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
2224         (fvwmSetTerminate):
2225         removed unused debug_term_signal.
2227 2006-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2229         * NEWS:
2230         Work around for Cygwin not requiering '_GNU_SOURCE' to use
2231         stdio's getline; news entry.
2233 2006-06-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2235         * fvwm/commands.h:
2236         * fvwm/module_interface.c (CMD_ModuleListenOnly):
2237         (do_execute_module):
2238         (PositiveWrite):
2239         (ClosePipes):
2240         (KillModule):
2241         * fvwm/commands.h (enum):
2242         * fvwm/functable.c (func_table):
2243         new command ModuleListenOnly
2245 2006-06-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2247         * fvwm/move_resize.c (__move_loop):
2248         make sure a window is snapped in __move_loop when a button is released
2249         if it was snapped before
2251 2006-06-04  Mikhael Goikhman  <migo@homemail.com>
2253         * fvwm/expand.c (expand_vars_extended):
2254         convert function to have a single return point; this is good to
2255         implement doc/todo-vars filters in the future;
2256         fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
2257         to behave like deprecated $n, $c and $r, i.e. quote them
2259 2006-06-03  Mikhael Goikhman  <migo@homemail.com>
2261         * fvwm/expand.c:
2262         multiple minor tweaks: remove trailing spaces and other
2263         re-spacing and re-indenting, remove old "#if 0" code
2265 2006-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2267         * fvwm/move_resize.c (ParseOneResizeArgument):
2268         rewrote parsing of resize arguments
2269         new prefix 'w' for resizing
2271 2006-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2273         * fvwm/conditional.c (MatchesConditionMask):
2274         fixed handling of some conditions (iconifiable, fixed, ...)
2276 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
2278         * fvwm/fvwm.1.in:
2279         s/reverted/negated/
2281         * fvwm/conditional.c:
2282         Output an error message if an unrecognised conditional is used
2283         with the Test or TestRc commands.
2285 2006-05-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2287         * fvwm/frame.c (frame_mrs_hide_changing_parts):
2288         do not map hide windows if their width or height is zero
2290 2006-05-09  Serge Koksharov  <gentoosiast dog yandex dot ru>
2292         * fvwm/ewmh_events.c:
2293         * fvwm/fvwm.1.in:
2294         * fvwm/gnome.c:
2295         * libs/FlocaleCharset.c:
2296         corrected typos
2298         * libs/Flocale.c:
2299         corrected typos in warning messages
2301         * libs/Colorset.c:
2302         * libs/PictureGraphics.c:
2303         * libs/PictureGraphics.h:
2304         renamed function PGraphicsCreateTransprency to
2305         PGraphicsCreateTransparency
2307 2006-04-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2309         * fvwm/fvwm.1.in (COMMAND EXPANSION):
2310         * fvwm/expand.c (expand_args_extended):
2311         fixed $[n] to work exactly as $n, i.e. dequote the expansion.
2313 2006-04-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2315         * NEWS:
2316         * fvwm/fvwm.1.in (COMMAND EXPANSION):
2317         * fvwm/expand.c (expand_args_extended):
2318         (expand_vars):
2319         added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
2321         * fvwm/conditional.c (CMD_All):
2322         * fvwm/fvwm.1.in (All):
2323         changed Reverse and UseStack options to have free order.
2325         * NEWS:
2326         * fvwm/fvwm.1.in (WindowShade):
2327         * fvwm/windowshade.c (CMD_WindowShade):
2328         * fvwm/add_window.c (setup_window_structure):
2329         added last direction to WindowShade command.
2331 2006-04-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2333         * fvwm/fvwm.1.in (All):
2334         corrected typo
2336 2006-04-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2338         * NEWS:
2339         * fvwm/fvwm.1.in (All):
2340         * fvwm/conditional.c (CMD_All):
2341         added reverse option to All command to do the action in opposite order
2342         added UseStack option to All command to use the stack ring instead of
2343         the window ring.
2345 2006-04-07  Serge Koksharov  <gentoosiast dog yandex dot ru>
2347         * bin/fvwm-bug.in:
2348         changed fallback editor from `emacs' to `vi' because it much
2349         more widespread on non-Linux systems
2350         fixed errors (because of incorrect syntax fallback entries were
2351         not used)
2352         now script honors `TMPDIR' env. variable and if it's not set it
2353         fallback to `/tmp' directory when creating temporary file
2355 2006-04-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2357         * fvwm/fvwm.1.in:
2358         changed description of the fvwmstyle resource usage
2359         to state that it's used in addition to the other
2360         matches
2361         * fvwm/style.c (fw_match_style_id):
2362         fixed a typo in style_name matching
2364 2006-04-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2366         * fvwm/style.c (fw_match_style_id):
2367         reformatted code and fixed a warning
2369 2006-04-04  Serge Koksharov  <gentoosiast dog yandex dot ru>
2371         * ChangeLog:
2372         * bin/ChangeLog:
2373         * libs/Fft.c (FftGetFont):
2374         * libs/System.c:
2375         corrected typos
2377         * libs/System.c (fvwm_mkstemp):
2378         because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
2379         function was never used, even if it was considered secure by configure
2380         script.
2382 2006-04-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2384         * AUTHORS:
2385         added some more suff to the list of what I've done.
2386         * NEWS:
2387         * fvwm/fvwm.1.in:
2388         * fvwm/add_window.c (__add_window_handle_x_resources)
2389         (destroy_window):
2390         (AddWindow):
2391         * fvwm/fvwm.h (FvwmWindow):
2392         added fvwmstyle resource to override style name
2394 2006-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2396         * fvwm/menus.c (pop_menu_up):
2397         as documented, do not warp to title for root menus with TitleWarp
2399 2006-03-21  Serge Koksharov  <gentoosiast dog yandex dot ru>
2401         * fvwm/fvwm.1.in:
2402         Removed duplicated 'NoIcon' style option description in the end
2403         of the `The Style command...' section.
2404         Removed `Recapture True' option setting in example of BusyCursor
2405         description, because `Recapture' isn't valid option of `BusyCursor'
2406         command anymore.
2407         Updated ewmh specification URL (the old was 404)
2408         Added URL to ICCCM 2.0 manual
2410         * modules/FvwmAnimate/FvwmAnimate.c:
2411         corrected delay for Zoom3D animation effect
2413         * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
2414         * modules/FvwmConsole/FvwmConsole.1.in:
2415         replaced all `Cntl' modificator key mentions with `Ctrl' to be
2416         consistent with rest of the documentation and because it's more
2417         conventional abbreviation.
2419         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
2420         slightly clarified the `StartName' option description
2421         added the undocumented `MailDir' option description. Somebody
2422         violated section `K' of the convention list.
2424         * fvwm/fvwm.1.in:
2425         * fvwm/ConfigFvwmSetup:
2426         * modules/FvwmForm/FvwmForm.1.in:
2427         * modules/FvwmForm/FvwmForm-Rlogin:
2428         * sample.fvwmrc/system.fvwm2rc:
2429         * sample.fvwmrc/system.fvwm2rc-sample-1:
2430         replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
2431         inherently insecure. We shouldn't teach our users bad things,
2432         should we?
2434         * AUTHORS:
2435         * Changelog:
2436         * INSTALL.fvwm:
2437         * NEWS:
2438         * bin/fvwm-config.1.in:
2439         * bin/fvwm-menu-headlines.1:
2440         * bin/fvwm-menu-headlines.in:
2441         * bin/fvwm-perllib.in:
2442         * bin/fvwm-root.1.in:
2443         * docs/CONVENTIONS:
2444         * docs/FAQ:
2445         * fvwm/fvwm.1.in:
2446         * fvwm/fvwm.h:
2447         * fvwm/virtual.c:
2448         * libs/PictureGraphics.c:
2449         * libs/Picture.h:
2450         * modules/FvwmBacker/FvwmBacker.1.in:
2451         * modules/FvwmDebug/FvwmGtkDebug.in:
2452         * modules/FvwmDebug/FvwmGtkDebug.1:
2453         * modules/FvwmEvent/FvwmEvent.1.in:
2454         * modules/FvwmForm/FvwmForm.1.in:
2455         * modules/FvwmIconMan/xmanager.c:
2456         * modules/FvwmIdent/FvwmIdent.c:
2457         * modules/FvwmIdent/FvwmIdent.1.in:
2458         * modules/FvwmPerl/FvwmPerl.in:
2459         * modules/FvwmPerl/FvwmPerl.1:
2460         * modules/FvwmScript/FvwmScript.1.in:
2461         * modules/FvwmScript/Widgets/Menu.c:
2462         * modules/FvwmTabs/ConfigFvwmTabs:
2463         * modules/FvwmTabs/FvwmTabs-DefaultSetup:
2464         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
2465         * modules/FvwmTheme/FvwmTheme.1.in:
2466         * perllib/FVWM/Module/Tk.pm:
2467         * perllib/FVWM/Tracker.pm:
2468         * perllib/FVWM/Module.pm.in:
2469         corrected typos
2471 2006-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2473         * fvwm/style.c (style_parse_focus_policy_style):
2474         fix ISO C90 compability with unconsumed styleoption warnings
2476 2006-03-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2478         * fvwm/events.c (HandlePropertyNotify):
2479         fix for bug 1557/3950 (possible free of Untilted constant or
2480         already used name (if app reset the name already given to them))
2482 2006-03-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2484         * fvwm/focus.c (__activate_window_by_command)
2485         (warp_to_fvwm_window):
2486         (CMD_WarpToWindow):
2487         * fvwm/builtins.c (CMD_CursorMove):
2488         set last pointer event position after warping the pointer
2490         * libs/FEvent.h:
2491         * libs/FEvent.c (FWarpPointerUpdateEvpos):
2492         new function
2494 2006-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2496         * acinclude.m4 (AM_PATH_GTK):
2497         (AM_PATH_IMLIB):
2498         (AM_PATH_GDK_IMLIB):
2499         (AM_CHECK_FT2):
2500         (AM_CHECK_XFT):
2501         (AM_CHECK_FC):
2502         fixed to cope with 4 digit version numbers
2504 2006-02-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2506         * NEWS:
2507         * fvwm/style.c (parse_and_set_window_style)
2508         (style_parse_one_style_option):
2509         (style_parse_icon_fill_style)
2510         (style_parse_icon_grid_style):
2511         (style_parse_icon_box_style)
2512         (style_parse_icon_size_style):
2513         (style_parse_focus_policy_style)
2514         (style_parse_button_style):
2515         warn if parts of style options are not consumed
2517 2006-02-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2519         * fvwm/menuitem.c (menuitem_paint):
2520         use the MenuColorset in all cases if TitleColorset is not given
2522 2006-02-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2524         * fvwm/style.c (style_parse_one_style_option):
2525         * fvwm/placement.c (__place_get_wm_pos):
2526         (__explain_placement):
2527         new placement style UnderMousePlacement
2529 2006-02-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2531         * NEWS:
2532         * fvwm/fvwm.1.in (EdgeScroll):
2533         * fvwm/virtual.c (CMD_EdgeScroll):
2534         fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
2535         added wrap/wrapx/wrapy option to EdgeScroll
2537 2006-02-10  Mikhael Goikhman  <migo@homemail.com>
2539         * fvwm/fvwm.1.in:
2540         spell check the whole file (dozens of typos)
2542 2006-02-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2544         * fvwm/module_interface.c (do_execute_module):
2545         removed accidentally committed FVWM_MODULE_ALIAS patch
2547 2006-02-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2549         * fvwm/module_interface.c (do_execute_module):
2550         unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
2552         * fvwm/menus.c (size_menu_horizontally):
2553         fix for drawing menus with sidepic on the right
2555         * libs/Flocale.c (FlocaleFontStructDrawString):
2556         (FlocaleDrawString):
2557         set the foreground colour before drawing a string
2559         * fvwm/menustyle.h:
2560         * fvwm/menustyle.c (menustyle_get_styleopt_index):
2561         (menustyle_free):
2562         (menustyle_update):
2563         (menustyle_parse_style):
2564         (menustyle_copy):
2565         * fvwm/menus.c (calculate_item_sizes):
2566         (size_menu_vertically):
2567         (UpdateMenuColorset):
2568         * fvwm/menuitem.c (menuitem_paint):
2569         Applied patch by David Maciver
2570         new menu styles TitleColorset, HilightTitleBack and TitleFont
2572 2006-02-09  Renato Caldas  <seventhguardian@gmail.com>
2574         * libs/Module.h:
2575         * libs/Module.c (ParseModuleArgs):
2576         added variable "namelen" to ModuleArgs struct
2578 2006-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2580         * libs/Module.h:
2581         removed duplicate declaration
2583 2006-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2585         * fvwm/fvwm.c (main):
2586         replaced previous patch with a better one
2588         * fvwm/virtual.c (unmap_window):
2589         * fvwm/menus.c (do_menu):
2590         * fvwm/events.c (fake_map_unmap_notify):
2591         (HandleMapNotify):
2592         * fvwm/add_window.c (MappedNotOverride):
2593         Added XFlush after XSelectInput
2595 2006-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2597         * NEWS:
2598         * fvwm/fvwm.c (main):
2599         fix for fvwm not detecting non ICCCM2 wm (bug #3151)
2601 2006-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2603         * NEWS:
2604         * configure.ac:
2605         increased version to 2.5.17
2606         released 2.5.16
2608         * NEWS:
2609         * configure.ac:
2610         updated for 2.5.16 release
2612         * acinclude.m4 (CHECK_LIBCHARSET):
2613         removed debug code
2615 2006-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2617         * fvwm/functions.c (execute_complex_function):
2618         print a message to the console instead of ringing the bell when a
2619         grab fails
2621 2006-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2623         * NEWS:
2624         fixed typo (NEWS still said 2.5.15)
2626 2006-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2628         * NEWS:
2629         * configure.ac:
2630         increased version to 2.5.16
2631         released 2.5.15
2633         * NEWS:
2634         * configure.ac:
2635         updated for 2.5.15 release
2637 2006-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2639         * fvwm/move_resize.c (GetOnePositionArgument):
2640         (GetMoveArguments):
2641         new option "screen" to Move type commands
2643 2006-01-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2645         * acinclude.m4 (smr_SWITCH):
2646         updated
2648 2006-01-08  Mikhael Goikhman  <migo@homemail.com>
2650         * Makefile.am
2651         restore requirement of automake-1.4; 1.8 is too new even for my system
2653 2006-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2655         * configure.in:
2656         * configure.ac:
2657         renamed configure.in to configure.ac
2659         * acinclude.m4:
2660         some updates for new autoconf/automake versions
2662         * configure.in:
2663         * acconfig.h:
2664         removed acconfig.h
2666         * configure.in:
2667         require autoconf-2.53 or later
2669         * Makefile.am (AUTOMAKE_OPTIONS):
2670         require automake-1.8 or later
2672         * configure.in:
2673         check for X library path before X library checks
2674         removed obsolete C++ compiler check
2675         removed duplicate type size checks
2676         replaced M4 comment ("dnl") with shell comment ("#") in many places
2678         * acinclude.m4:
2679         fixed aclocal warnings
2681 2006-01-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2683         * fvwm/style.c (style_parse_button_style):
2684         corrected typo in error message, and made errorous buttons not apply
2685         (style_parse_one_style_option):
2686         changed NoButton to use style_parse_button_style
2688 2005-12-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2690         * libs/Fft.h:
2691         new fix for incompatible pointer type warning with gcc 3.4.
2693 2005-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2695         * NEWS:
2696         * AUTHORS:
2697         * fvwm/menuitem.c:
2698         * fvwm/menustyle.h:
2699         * fvwm/fvwm.1.in:
2700         commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
2701         option.
2703 2005-12-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2705         * fvwm/fvwm.1.in:
2706         corrected typos
2708 2005-11-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2710         * fvwm/frame.c (frame_free_move_resize_args):
2711         fixed drawing of transparent decorations or when using lazy shading
2712         during resize
2714 2005-11-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2716         * configure.in:
2717         * libs/fvwmsignal.c:
2718         * libs/Graphics.c:
2719         c89 fixes
2721         * fvwm/ewmh_names.c:
2722         * libs/CombineChars.c:
2723         * libs/FGettext.c:
2724         * libs/FScreen.c:
2725         * libs/FTips.c:
2726         * libs/Flocale.c:
2727         * libs/Parse.c:
2728         * libs/PictureUtils.c:
2729         * libs/System.c:
2730         * libs/XError.c:
2731         * libs/alloca.c:
2732         * libs/envvar.c:
2733         * libs/safemalloc.c:
2734         * libs/strdup.c:
2735         * libs/usleep.c:
2736         do not #include stdlib.h (comes from config.h)
2738         * libs/Flocale.c:
2739         do not #include string.h (comes from config.h)
2741         * acconfig.h:
2742         fixed detection of string.h/strings.h
2744 2005-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2746         * libs/Fft.c (FftGetFont):
2747         fixed compiler warning with gcc 3.4.4
2749 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2751         * fvwm/menuitem.c (menuitem_paint):
2752         properly undraw unselected item area
2754 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2756         * fvwm/menuitem.c (menuitem_paint):
2757         * fvwm/menus.c (get_menu_paint_item_parameters)
2758         (get_menu_paint_item_parameters):
2759         (make_menu):
2760         fixed text offset of menu items with icons but with an item format that
2761         disables icons
2762         (size_menu_horizontally):
2763         allow sidepic to be placed in the middle of menu items; this is better
2764         than ignoring the item format completely but does not draw the items
2765         properly either
2767         * fvwm/menus.c (__mloop_handle_event):
2768         (menu_expose):
2769         fixed delayed menu drawing issue
2770         (select_menu_item):
2771         do not draw the selected menu item before the menu is drawn for the
2772         first time
2773         (repaint_transparent_menu):
2774         (select_menu_item):
2775         (paint_menu):
2776         don't call get_menu_paint_item_parameters when the result is not used
2777         (get_menu_paint_item_parameters):
2779 2005-11-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2781         * fvwm/ewmh.h (EWMH_CMD_Style):
2782         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
2783         * fvwm/style.c (style_parse_one_style_option):
2784         Added support for inverting boolean EWMH styles with !.
2786         * NEWS:
2787         * fvwm/fvwm.h
2788         * fvwm/style.h:
2789         * fvwm/window_flags.h:
2790         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
2791         * fvwm/ewmh.c (ewmh_HandleWindowType):
2792         * fvwm/fvwm.1.in:
2793         Added style EWMHIgnoreWindowType to make fvwm ignore window types.
2795 2005-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2797         * fvwm/icons.c (GetIconWindow):
2798         * fvwm/fvwm.h (FvwmWindow):
2799         * fvwm/events.c (__handle_cr_on_icon):
2800         properly handle icon border width; fixes an xterm active icon loop
2802 2005-10-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2804         * fvwm/borders.c (border_draw_one_border_part):
2805         fix for the TiledPixmap borderstyle fix not to affect RootTransparent
2806         borders.
2808 2005-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2810         * fvwm/menustyle.c (menustyle_copy_face):
2811         (menustyle_copy):
2812         (menustyle_free_face):
2813         (menustyle_free):
2814         (menustyle_parse_style):
2815         use new functions and fix a bug
2817         * fvwm/Makefile.am:
2818         * fvwm/colors.c:
2819         * fvwm/colors.h:
2820         removed empty files colors.c and colors.h
2822         * fvwm/colors.c (CopyColor):
2823         (FreeColors):
2824         moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
2825         fvwmlib_copy_color
2827         * fvwm/frame.c (frame_reshape_border):
2828         removed unused code
2830 2005-10-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2832         * fvwm/menustyle.c (menustyle_copy_face):
2833         separated from menustyle_copy; color copies are reallocated.
2834         (menustyle_free):
2835         all colors freed
2836         (menustyle_copy):
2837         color copies are reallocated.
2839         * fvwm/colors.c (CopyColor):
2840         * fvwm/colors.h (CopyColor):
2841         added CopyColor
2843 2005-10-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2845         * fvwm/move_resize.c (__resize_window):
2846         fix for not being able to finish resize with mouse when resizing on
2847         click with modifiers active. (intruduced with 'removed duplicate
2848         pointer query' at sep 29)
2850         * NEWS:
2851         * fvwm/fvwm.1.in:
2852         * fvwm/menustyle.c (menustyle_parse_style):
2853         made style pairs negatable with '!' prefix
2854         ActiveForeOff and HilightBackOff frees colors used.
2856         * fvwm/menustyle.c (menustyle_copy):
2857         fix for freeing color from sorce instead of destination.
2859 2005-10-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2861         * fvwm/functions.c (__execute_function):
2862         fixed an error in yesterdays patch to complex fuctions. the commands
2863         pressed window were not retored correctly after running move functions
2864         without it, and functions would be run twice.
2866 2005-10-18  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2868         * fvwm/fvwm.1.in:
2869         added NoLayer to list of allowed options for WindowList command
2870         fixed grammar of test-conditions list. formatting fixes for
2871         MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
2872         style option list.
2874         * NEWS:
2875         * fvwm/functions.c (__execute_function)
2876         (__run_complex_function_items):
2877         (execute_complex_function):
2878         fix for moving/resizing reference window usage with complex functions.
2880 2005-10-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2882         * fvwm/move_resize.c (__move_loop):
2883         reimplemented a fix for the place with keyboard setting a button as
2884         used for place bug; this time without breaking escape key.
2886 2005-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2888         * fvwm/move_resize.c (__move_loop):
2889         removed the previous patch as it breaks aborting window motion with the
2890         escape key.
2892 2005-10-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2894         * fvwm/move_resize.c (__move_loop):
2895         fixed bug where finishing movment with keyboard would set a random
2896         button as used for placement.
2898 2005-09-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2900         * NEWS
2901         * fvwm/frame.c (frame_setup_border):
2902         reverted change for move of window parts (reset of PressedW).
2904 2005-09-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2906         * fvwm/frame.c (frame_setup_border):
2907         fixed a Warning
2909 2005-09-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2911         * NEWS:
2912         * fvwm/move_resize.c (__resize_window):
2913         removed duplicate pointer query for enter/leave notify events.
2914         resizing of shaded windows in the shaded direction no longer
2915         results in bogus ref points.
2917         * fvwm/frame.c (frame_setup_border):
2918         reset PressedW if the part has moved. This prevents strange
2919         ref points in resize if called from some complex functions.
2921         * fvwm/frame.c (frame_create_move_resize_args):
2922         shaded windows use get_client_geometry for client geometry.
2924 2005-09-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2926         * NEWS:
2927         * AUTHORS:
2928         * fvwm/fvwm.h (window_flags):
2929         (WindowConditionMask):
2930         (FvwmWindow):
2931         * fvwm/window_flags.h (IS_PLACED_BY_WB3):
2932         (SET_PLACED_WB3)
2933         (SETM_PLACED_WB3):
2934         * fvwm/session.c (_match):
2935         (SaveWindowStates):
2936         (LoadWindowStates):
2937         * fvwm/conditional.c (MatchesConditionMask):
2938         (CreateConditionMask):
2939         * fvwm/add_window.c (setup_window_structure):
2940         * fvwm/move_resize.h (placement_binding):
2941         * fvwm/move_resize.c (__move_loop):
2942         (placement_binding):
2943         * fvwm/bindings.c (ParseBinding):
2944         * libs/wcontext.c (win_contexts):
2945         * libs/wcontext.h (enum):
2946         * fvwm/fvwm.1.in:
2947         Added placement context for simple mouse bindings to allow
2948         specification of buttons to finish/cancel movment. Buttons >3
2949         may now be used to place windows.
2950         Replaced window flag placed_wb3 with placed_by_button
2951         FvwmWindow member. Added window condition PlacedByButton.
2953 2005-09-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2955         * NEWS:
2956         * AUTHORS:
2957         * fvwm/menustyle.h (enum):
2958         (MenuFeel):
2959         (ST_DO_SCROLL):
2960         (MST_DO_SCROLL)
2961         (ST_SCROLL_OFF_PAGE):
2962         (MST_SCROLL_OFF_PAGE):
2963         * fvwm/menustyle.c (menustyle_copy):
2964         (menustyle_get_styleopt_index):
2965         (menustyle_parse_style):
2966         (CMD_MenuStyle):
2967         * fvwm/menus.c (menuShortcuts):
2968         (enum):
2969         (__mloop_handle_event):
2970         (menu_get_outer_geometry):
2971         (move_any_menu):
2972         * fvwm/fvwm.1.in:
2973         added MouseWheel and ScrollOffPage menu styles
2975 2005-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2977         * NEWS:
2978         * fvwm/menus.c (append_item_to_menu):
2979         fixed bug #1121: Use of pointer without checking for NULL
2981 2005-09-19  Mikhael Goikhman  <migo@homemail.com>
2983         * NEWS:
2984         * fvwm/expand.c (expand_vars):
2985         warn on usage of obsolete one-letter variables
2987 2005-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2989         * NEWS:
2990         * AUTHORS:
2991         * fvwm/expand.c (expand_vars_extended):
2992         (expand_vars):
2993         allow nesting of variables
2995 2005-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2997         * fvwm/ewmh.c (EWMH_SetWMDesktop):
2998         * fvwm/ewmh_events.c (ewmh_WMDesktop):
2999         (ewmh_WMDesktop):
3000         64-bit fixes
3002 2005-09-03  Mikhael Goikhman  <migo@homemail.com>
3004         * fvwm/borders.c (border_draw_one_border_part)
3005         (border_draw_all_border_parts):
3006         fix the previous patch to work with title-less windows too
3008 2005-08-30  Mikhael Goikhman  <migo@homemail.com>
3010         * fvwm/borders.c (border_draw_one_border_part)
3011         (border_draw_all_border_parts):
3012         improve offsets when drawing borders for "BorderStyle TiledPixmap"
3013         windows to make the borders look homogeneous (based on the patch of
3014         Evgeny Stambulchik)
3016 2005-08-26  Mikhael Goikhman  <migo@homemail.com>
3018         * NEWS:
3019         * acconfig.h:
3020         * configure.in:
3021         * libs/FBidi.c:
3022         support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
3023         fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
3025 2005-08-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3027         * NEWS:
3028         * configure.in:
3029         increased version to 2.5.15
3030         released 2.5.14
3032         * NEWS:
3033         * configure.in:
3034         updated for 2.5.14 release
3036         * fvwm/ewmh_events.c (ewmh_WMStateShaded)
3037         (ewmh_WMStateSkipTaskBar):
3038         (ewmh_WMStateSkipPager):
3039         (ewmh_WMStateModal):
3040         fixed several ewmh-hints
3042 2005-08-24  Mikhael Goikhman  <migo@homemail.com>
3044         * fvwm/fvwm.1.in:
3045         fix TestRc example error, s/Any/All/
3047 2005-08-17  Jonathan Kotta  <jpkotta@gmail.com>
3049         * NEWS:
3050         * AUTHORS:
3051         * fvwm/fvwm.1.in:
3052         * fvwm/conditions.c (MatchesConditionMask):
3053         (CreateConditionMask):
3054         added FixedPosition condition
3056 2005-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3058         * fvwm/virtual.c (HandlePaging):
3059         use FQueryPointer every time to track the pointer position; this fixes
3060         fvwm hanging in HandlePaging for the given delay once the pointer
3061         touches the pan frames
3063 2005-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3065         * fvwm/session.c (SaveWindowStates):
3066         (LoadWindowStates):
3067         (MatchWinToSM):
3068         save and restore the default layer during a restart
3070 2005-08-13  Mikhael Goikhman  <migo@homemail.com>
3072         * fvwm/conditional.c (CMD_Test):
3073         * fvwm/fvwm.1.in:
3074         rename previously added Test conditions to EnvIsSet and EnvMatch,
3075         tweak the logic when the variable is set, but empty
3077 2005-08-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3079         * fvwm/conditional.c (CMD_Test):
3080         * fvwm/fvwm.1.in:
3081         added test conditions EdgeHasPointer and EdgeIsActive
3083 2005-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3085         * fvwm/virtual.c (raisePanFrames):
3086         prevent cycling of pan frame window stacking order
3088 2005-08-12  Mikhael Goikhman  <migo@homemail.com>
3090         * fvwm/conditional.c (CMD_Test):
3091         * fvwm/fvwm.1.in:
3092         add Test conditions IsEnvSet and MatchEnv
3094 2005-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3096         * fvwm/menus.c (pop_menu_up):
3097         * fvwm/menustyle.c (menustyle_copy):
3098         two fixes by Viktor Griph
3100         * fvwm/events.c (HandleEvents):
3101         simplify the style list if there is nothing else to do
3103         * fvwm/style.c (__simplify_style_list):
3104         (styles_have_same_id):
3105         (style_id_equals_id):
3106         (style_ids_are_equals):
3107         (__style_command):
3108         (remove_all_of_style_from_list):
3109         (one_fw_can_match_both_ids):
3110         pass pointers instead of the whole style structure
3111         (__simplify_style_list):
3112         fixed memory leak and tweaked the code
3114         * libs/Strings.c (CatString3):
3115         fixed a buffer overflow
3117 2005-08-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3119         * configure.in:
3120         detect if Window, Pixel or void * are bigger than long and refuse to
3121         compile
3123         * libs/vpacket.h (ConfigWinPacket):
3124         * fvwm/windowshade.c (CMD_WindowShade):
3125         * fvwm/virtual.c (MoveViewport):
3126         (goto_desk):
3127         (CMD_DesktopSize):
3128         (CMD_GotoDeskAndPage):
3129         * fvwm/update.c (apply_window_updates):
3130         * fvwm/stack.c (BroadcastRestack):
3131         (RaiseWindow):
3132         (LowerWindow):
3133         * fvwm/icons.c (DeIconify):
3134         (Iconify):
3135         * fvwm/geometry.c (broadcast_icon_geometry):
3136         * fvwm/events.c (HandleEnterNotify):
3137         (HandleFocusIn):
3138         (HandleLeaveNotify):
3139         (HandleMapNotify):
3140         (HandleMapRequestKeepRaised):
3141         * fvwm/add_window.c (destroy_window):
3142         * fvwm/module_interface.c (SendFvwmPicture)
3143         (BroadcastFvwmPicture):
3144         (CMD_Send_WindowList):
3145         * fvwm/modconf.c (CMD_Send_ConfigInfo):
3146         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3147         64-bit fixes
3149         * fvwm/virtual.c (GetDeskNumber):
3150         fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
3151         around the given desk range with a relative desk
3153         * fvwm/focus.c (focus_grab_buttons_on_layer):
3154         fixed a hang
3156         * fvwm/gnome.c:
3157         * fvwm/stack.c:
3158         * fvwm/ewmh.c:
3159         reindented some code and renamed some variables
3161 2005-08-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3163         * fvwm/events.c (__check_click_to_focus_or_raise):
3164         small cleanup patch
3166 2005-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3168         * FvwmIconMan/xmanager.c (set_win_iconified):
3169         fixed select/focus button state lost when deiconifying a window
3171 2005-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3173         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3174         fixed bogus warning
3176         * libs/Colorset.c (get_aspect_dimensions):
3177         fixed aspectpixmap size calculations
3179 2005-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3181         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3182         fixed a core dump
3184         * fvwm/ewmh_events.c (ewmh_WMDesktop):
3185         (ewmh_CurrentDesktop):
3186         (ewmh_DesktopGeometry):
3187         (ewmh_NumberOfDesktops):
3188         (ewmh_WMDesktop):
3189         (ewmh_WMIconGeometry):
3190         * fvwm/gnome.c (GNOME_ProcessClientMessage):
3191         print error messages for broken gnome client messages
3193         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
3194         removed duplicate call of execute_function_override_window
3196         * fvwm/stack.c (new_layer):
3197         fixed a hang if a window sets an layer < 0 via gnome hints
3199         * fvwm/add_window.c (GetWindowSizeHints):
3200         * fvwm/misc.c (fvwm_msg_report_app):
3201         (fvwm_msg_report_app_and_workers):
3202         new utility functions
3204 2005-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3206         * fvwm/stack.c (dump_stack_ring):
3207         (verify_stack_ring_consistency):
3208         * fvwm/module_interface.c (HandleModuleInput):
3209         * fvwm/events.c (__cr_detect_icccm_move):
3210         * fvwm/style.c (print_styles):
3211         64-bit fixes
3213 2005-07-19  Mikhael Goikhman  <migo@homemail.com>
3215         * libs/FlocaleCharset.c:
3216         support euc-jp encodings (Yasuhiro Nakazaki)
3218 2005-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3220         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3221         * fvwm/ewmh_names.c (EWMH_WMName):
3222         (EWMH_WMIconName):
3223         * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
3224         (EWMH_SetNumberOfDesktops):
3225         (EWMH_SetDesktopViewPort):
3226         (EWMH_SetDesktopGeometry):
3227         (EWMH_SetWMDesktop):
3228         (ewmh_SetWorkArea):
3229         (EWMH_SetFrameStrut):
3230         (EWMH_Init):
3231         * fvwm/gnome.c (AtomGet):
3232         (atom_size):
3233         (GNOME_GetHintIcons):
3234         (GNOME_GetHintLayer):
3235         (GNOME_GetHintState):
3236         (GNOME_GetExpandedSize):
3237         (GNOME_SetAreaCount):
3238         (GNOME_SetCurrentArea):
3239         (GNOME_SetDeskCount):
3240         (GNOME_SetCurrentDesk):
3241         (GNOME_SetCurrentDesk):
3242         (GNOME_SetWinArea):
3243         (GNOME_Init):
3244         (CMD_GnomeShowDesks):
3245         (GNOME_SetHints):
3246         (GNOME_SetDesk):
3247         (GNOME_SetLayer):
3248         * libs/fsm.c (GetClientID):
3249         (set_session_manager):
3250         * fvwm/session.c (GetClientID):
3251         * fvwm/fvwm.h (FvwmWindow):
3252         * fvwm/colorset.c (get_root_pixmap):
3253         * fvwm/add_window.c (FetchWmProtocols):
3254         * libs/FTips.c (__initialize_window):
3255         * fvwm/icccm2.c (convertProperty)
3256         (icccm2_handle_selection_request)
3257         * fvwm/fvwm.c (SetMWM_INFO):
3258         64-bit fixes
3260 2005-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3262         * fvwm/move_resize.c (GetOnePositionArgument):
3263         don't use the unportable fuction rintf()
3265 2005-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3267         * NEWS:
3268         * configure.in:
3269         increased version to 2.5.14
3270         released 2.5.13
3272         * ANNOUNCE:
3273         * NEWS:
3274         * configure.in:
3275         updated for 2.5.13 release
3277 2005-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3279         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
3280         fixed drawing of relief with very small rectangles, i.e. when
3281         line_width * 2 > height or width
3283 2005-07-04  Dan Espen  <dane@mk.telcordia.com>
3285         * NEWS: fvwm-menu-desktop changes.
3287 2005-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3289         * fvwm/placement.c (get_next_x):
3290         fixed collision detection of windows on pages other than the current
3291         one during placement
3293 2005-06-17  Olivier Chapuis  <olivier.chapuis@free.fr>
3295         * fvwm/move_resize.c (__resize_window):
3296         Fixed interactive resize (reduction) via the bottom border
3298         * libs/Fpng.h:
3299         Typo
3301 2005-06-02  Dan Espen  <dane@mk.telcordia.com>
3303         * NEWS:
3304         * fvwm/fvwm.1.in:
3305         Spelling fix contition -> condition
3307 2005-04-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3309         * fvwm/style.c (style_ids_are_equals):
3310         (style_id_equals_id):
3311         (styles_have_same_id):
3312         (fw_match_style_id):
3313         (one_fw_can_match_both_ids):
3314         (cleanup_style_defaults):
3315         * libs/fsm.c (fprintfhex):
3316         (CloseDownClient):
3317         * libs/FGettext.c (fgettext_free_fgpath_list):
3318         * libs/Parse.c (_get_suffixed_integer_arguments):
3319         * libs/Graphics.c (AllocNonlinearGradient):
3320         * libs/PictureUtils.c (build_mapping_table):
3321         (finish_ct_init):
3322         made static
3324         * libs/setpgrp.c:
3325         * libs/Event.c:
3326         * libs/FRenderInit.c:
3327         include own header file
3329         * libs/System.c (getFileStamp):
3330         * libs/Fft.c (FftPDumyFunc):
3331         * libs/FScreen.c (FScreenSetDefaultModuleScreen):
3332         exported
3334 2005-03-01  Dan Espen  <dane@mk.telcordia.com>
3336         * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
3337         not exec.
3339 2005-02-25  Dan Espen  <dane@mk.telcordia.com>
3341         * fvwm/fvwm.1.in (Focus): Typos in focus section.
3343 2005-02-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3345         * fvwm/conditional.c (Circulate):
3346         added tests for fw == Scr.FvwmRoot again to fix a crash
3348 2005-02-05  Dan Espen  <dane@mk.telcordia.com>
3350         * AUTHORS: New author, FvwmScript patch.
3352 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
3354         * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
3355         * AUTHORS: s/Hover/Active/
3357 2005-01-19  Dan Espen  <dane@mk.telcordia.com>
3359         * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
3360         avoid dump with empty key/mouse binding command.
3361         * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
3362         Checked all other uses of PeekToken in fvwm dir.
3364 2005-01-08  Olivier Chapuis  <olivier.chapuis@free.fr>
3366         * fvwm/session.c (matchWin):
3367         (SaveWindowStates):
3368         On restarts compare window ids only. Base our matching decision on
3369         window role only if we have a client id.
3371         * fvwm/move_resize.c (GetOnePositionArgument):
3372         Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
3373         float values to nearest int
3375 2005-01-06  Olivier Chapuis  <olivier.chapuis@free.fr>
3377         * AUTHORS:
3378         * fvwm/move_resize.c (CMD_Maximize):
3379         Applied Arnaud Vrac patch which fixes maximize by growing vs
3380         EWMH working area
3382 2004-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3384         * fvwm/builtins.c (do_button_style):
3385         ButtonStyle Reset takes effect immediately
3387 2004-12-08  Dan Espen  <dane@mk.telcordia.com>
3389         * fvwm/fvwm.1.in: lang check.
3391 2004-12-06  Olivier Chapuis  <olivier.chapuis@free.fr>
3393         * fvwm/fvwm.1.in:
3394         Really commit EWMHUseStackingOrderHints documentation update
3396 2004-12-02  Olivier Chapuis  <olivier.chapuis@free.fr>
3398         * fvwm/fvwm.1.in:
3399         Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
3401         * NEWS:
3402         FvwmIconMan new options
3404         * libs/FTips.c (new file):
3405         * libs/FTips.h (new file):
3406         * libs/defaults.h:
3407         * libs/Makefile.am:
3408         Added a set of functions for implementing tool tips
3410 2004-11-30  Dan Espen  <dane@mk.telcordia.com>
3412         * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
3414 2004-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3416         * fvwm/menus.c (__mloop_get_event):
3417         * fvwm/functions.c (execute_complex_function):
3418         * fvwm/add_window.c (AddWindow):
3419         * fvwm/module_interface.c (ExecuteModuleCommand):
3420         * fvwm/move_resize.c (__move_loop):
3421         (__resize_window):
3422         properly set the "state" member of faked motion and key events;
3423         fixes broken "nosnap" feature
3425 2004-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3427         * fvwm/bindings.c (ParseBinding):
3428         reformatted
3429         * libs/Bindings.c (bindingAppliesToWindow):
3430         (__compare_binding):
3431         * fvwm/module_interface.c (CMD_ModuleSynchronous):
3432         * fvwm/builtins.c (CMD_Wait):
3433         (CMD_StrokeFunc):
3434         * fvwm/events.c (__handle_bpress_on_root):
3435         (HandleButtonRelease):
3436         fixed crash in window specific binding code
3437         fixed handling of root window in window specific binding code
3438         renamed some functions
3440 2004-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3442         * fvwm/focus.c (__update_windowlist):
3443         replaced while loop by for loop
3445         * fvwm/style.c (style_destroy_style):
3446         * fvwm/conditional.c (Circulate):
3447         removed useless check whether fw == &Scr.FvwmRoot
3449         * fvwm/icons.c (DeIconify):
3450         defused possible endless loop when a window iconified by the
3451         transientfor window loses the "transient" relationship
3453 2004-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3455         * fvwm/move_resize.c (__move_loop):
3456         (__resize_window):
3457         fixed overwriting the initial button_mask during move/resize
3459         * fvwm/menus.c (__mloop_handle_action_with_mi):
3460         do not "post" a submenu menu item it the submenu does not exist
3462 2004-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3464         * fvwm/events.c (__handle_bpress_on_managed):
3465         do not draw the decorations pressed in if executing a function is
3466         forbidden
3468         * libs/Parse.c (CopyToken):
3469         fixed parsing of delimiters
3471 2004-10-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3473         * fvwm/virtual.c (GetDeskNumber):
3474         fixed MoveToDesk without argument
3476 2004-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3478         * fvwm/fvwm.1.in:
3479         re-formatted and some spelling corrections
3481         * fvwm/colorset.c (CMD_CleanupColorsets):
3482         (CMD_Colorset):
3483         * fvwm/builtins.c (CMD_Colorset):
3484         (CMD_CleanupColorsets):
3485         moved functions to colorset.c
3487 2004-10-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3489         * libs/Parse.c (CopyToken):
3490         skip any whitespace before a delimiter; this allows to have spaces
3491         before the commas in an option list
3493 2004-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3495         * fvwm/frame.c (frame_reshape_border):
3496         re-shaping shaded windows no longer unshades them
3497         re-shaping unshaded windows on pages other than 0 0 no longer moves
3498         them out of the current page
3500 2004-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3502         * fvwm/events.c (__cr_detect_icccm_move):
3503         * fvwm/screen.h (ScreenInfo):
3504         * fvwm/builtins.c (CMD_BugOpts):
3505         new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
3507         * fvwm/move_resize.c (__move_loop):
3508         (__resize_window):
3509         query the pointer position in the move loop when an
3510         EnterNotify/LeaveNotify event arrives; same change in resize loop.
3512         * NEWS:
3513         * configure.in:
3514         increased version to 2.5.13
3515         released 2.5.12
3517         * ANNOUNCE:
3518         * NEWS:
3519         * configure.in:
3520         updated for 2.5.12 release
3522         * fvwm/frame.c (frame_create_move_resize_args):
3523         fixed xemacs growing or shrinking when title height changed; this was
3524         caused by calculating the old client window geometry using the new
3525         title dimensions; query the window size instead
3527 2004-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3529         * fvwm/events.c (test_map_request):
3530         (test_button_event):
3531         (test_typed_window_event):
3532         (test_resizing_event):
3533         (__predicate_button_click):
3534         (__merge_cr_moveresize):
3535         (HandleUnmapNotify):
3536         (flush_property_notify):
3537         (is_resizing_event_pending):
3538         (__test_for_motion):
3539         use type XPointer for last argument of predicate procedures for
3540         XCheckPeekIfEvent and XCheckIfEvent, not char *
3541         (HandleUnmapNotify):
3542         fixed core dump
3544 2004-10-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3546         * fvwm/window_flags.h:
3547         removed useless and broken SETM_ macros
3549         * fvwm/update.c (init_style):
3550         fixed resetting user states
3552 2004-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3554         * libs/envvar.c (add_to_envlist):
3555         fixed crash
3557 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3559         * fvwm/builtins.c (CMD_UnsetEnv):
3560         use flib_unsetenv
3562         * libs/envvar.c (flib_unsetenv):
3563         (add_to_envlist):
3564         new functions
3565         (flib_putenv):
3566         split in ftwo functions
3568         * configure.in:
3569         check for unsetenv function
3571         * fvwm/builtins.c (CMD_SetEnv):
3572         assume an empty value if no value is given
3574 2004-09-30  Rafal Bisingier <ravbc@man.poznan.pl>
3576         * fvwm/commands.h:
3577         * fvwm/events.c:
3578         * fvwm/functable.c:
3579         * fvwm/fvwm.1.in:
3580         * fvwm/fvwm.c:
3581         * fvwm/screen.h:
3582         * fvwm/virtual.c:
3583         * perllib/FVWM/Commands.pm:
3584         new command EdgeLeaveCommand
3586 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3588         * NEWS:
3589         updated for 2.4.19
3591         * NEWS:
3592         * configure.in:
3593         increased version to 2.5.12
3594         released 2.5.11
3596         * NEWS:
3597         * configure.in:
3598         updated for 2.5.11 release
3600 2004-09-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3602         * fvwm/geometry.c (get_page_offset):
3603         (get_page_offset_rectangle):
3604         (get_absolute_geometry):
3605         new functions
3607         * fvwm/virtual.c (CMD_GotoPage):
3608         * fvwm/move_resize.c (__move_window):
3609         * fvwm/virtual.c (CMD_GotoPage):
3610         (get_page_arguments):
3611         new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
3612         command
3614 2004-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3616         * libs/Flocale.c (FlocaleGetNameProperty):
3617         fixed freeing uninitialized pointer
3619 2004-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3621         * fvwm/conditional.c (select_cmd):
3622         (direction_cmd):
3623         (CMD_NoWindow):
3624         (CMD_All):
3625         fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
3626         WindowId and Direction commands; fixes break from these commands
3628         * fvwm/geometry.c (get_shaded_geometry):
3629         shading geometry fix for windows without decoration
3631         * libs/FScreen.c (XineramaQueryExtension):
3632         fixed xinerama crash
3634 2004-09-04  Scott Smedley  <scottie7@tpg.com.au>
3636         * configure.in:
3637         Parse man pages with config.status so man pages have correct date.
3638         Man pages also specify FVWM version that they relate to.
3640         * bin/fvwm-bug.1:
3641         * bin/fvwm-config.1:
3642         * bin/fvwm-convert-2.2.1:
3643         * bin/fvwm-convert-2.4.1:
3644         * bin/fvwm-convert-2.6.1:
3645         * bin/fvwm-menu-desktop.1:
3646         * bin/fvwm-root.1:
3647         * modules/FvwmAnimate/FvwmAnimate.1:
3648         * modules/FvwmAuto/FvwmAuto.1:
3649         * modules/FvwmBacker/FvwmBacker.1:
3650         * modules/FvwmBanner/FvwmBanner.1:
3651         * modules/FvwmButtons/FvwmButtons.1:
3652         * modules/FvwmCommand/FvwmCommand.1:
3653         * modules/FvwmConsole/FvwmConsole.1:
3654         * modules/FvwmConsole/FvwmConsoleC.pl.1:
3655         * modules/FvwmCpp/FvwmCpp.1:
3656         * modules/FvwmDragWell/FvwmDragWell.1:
3657         * modules/FvwmEvent/FvwmEvent.1:
3658         * modules/FvwmForm/FvwmForm.1:
3659         * modules/FvwmGtk/FvwmGtk.1:
3660         * modules/FvwmIconBox/FvwmIconBox.1:
3661         * modules/FvwmIconMan/FvwmIconMan.1:
3662         * modules/FvwmIdent/FvwmIdent.1:
3663         * modules/FvwmM4/FvwmM4.1:
3664         * modules/FvwmPager/FvwmPager.1:
3665         * modules/FvwmProxy/FvwmProxy.1:
3666         * modules/FvwmRearrange/FvwmRearrange.1:
3667         * modules/FvwmSave/FvwmSave.1:
3668         * modules/FvwmSaveDesk/FvwmSaveDesk.1:
3669         * modules/FvwmScript/FvwmScript.1:
3670         * modules/FvwmScroll/FvwmScroll.1:
3671         * modules/FvwmTaskBar/FvwmTaskBar.1:
3672         * modules/FvwmTheme/FvwmTheme.1:
3673         * modules/FvwmWharf/FvwmWharf.1:
3674         * modules/FvwmWinList/FvwmWinList.1:
3675         These man pages were renamed to have a .in suffix.
3676         ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
3678 2004-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3680         * fvwm/placement.c (__place_window):
3681         fixed starting desk output with bugopts explainwindowplacement
3683 2004-09-03  Olivier Chapuis  <olivier.chapuis@free.fr>
3685         * fvwm/eventhandler.h:
3686         * fvwm/events.c (InitEventHandlerJumpTable):
3687         (__handle_key):
3688         (HandleKeyPress):
3689         (HandleKeyRelease):
3690         Fixed window specific bindings "patch" by sending key release event
3691         when needed
3693 2004-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3695         * libs/defaults.h:
3696         * fvwm/screen.h:
3697         * fvwm/move_resize.c:
3698         * fvwm/fvwm.c:
3699         * fvwm/fvwm.h:
3700         * fvwm/frame.h:
3701         * fvwm/decorations.c:
3702         * fvwm/frame.c:
3703         * fvwm/builtins.c:
3704         * fvwm/borders.c:
3705         * fvwm/add_window.c:
3706         * fvwm/bindings.c:
3707         * fvwm/style.c:
3708         renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
3709         it with NUMBER_OF_MOUSE_BUTTONS
3711         * fvwm/style.c (style_parse_focus_policy_style):
3712         * fvwm/focus_policy.h:
3713         * libs/Bindings.c (GrabWindowButton):
3714         * fvwm/bindings.c (bind_get_bound_button_contexts):
3715         (ParseBinding):
3716         * fvwm/events.c (WaitForButtonsUp):
3717         * fvwm/style.c (style_parse_focus_policy_style):
3718         * fvwm/builtins.c (__fake_event):
3719         fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
3720         NUMBER_OF_EXTENDED_MOUSE_BUTTONS
3722 2004-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3724         * configure.in:
3725         put -Wall -Wno-implicit-int before user specified flags
3727         * libs/FScreen.c:
3728         Applied below patch again.  It didn't make it to CVS (?)
3730 2004-08-26  Dan Espen  <dane@mk.telcordia.com>
3732         * libs/FScreen.c: Fixed case error.  Patch from Chris Ross.
3734 2004-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3736         * libs/FScreen.c:
3737         cleaned up ifdef hell
3739         * configure.in:
3740         fixed solaris xinerama test
3742 2004-08-25  Dan Espen  <dane@mk.telcordia.com>
3744         * configure.in:
3745         * acconfig.h:
3746         * libs/FScreen.c (solaris_XineramaQueryScreens):
3747         Solaris Xinerama support.
3748         * AUTHORS:
3749         Update.
3750         Patch by Chris Ross.
3752 2004-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3754         * fvwm/events.c (__handle_cr_on_client):
3755         don't reevaluate window geometry when a ConfigureRequest has no size or
3756         position set
3758 2004-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3760         * fvwm/menus.c (get_menu_options):
3761         (do_menu):
3762         new menu option TearOffImmediately
3764 2004-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3766         * fvwm/placement.c (__place_get_wm_pos):
3767         cascade placemnt fix by Paul Vojta
3769 2004-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3771         * fvwm/geometry.c (constrain_size):
3772         Don't touch the aspect ratio if modifying the width/height does not
3773         improve the situation
3775         * fvwm/frame.c (frame_free_move_resize_args):
3776         (__frame_setup_window):
3777         (frame_update_hidden_window_pos):
3778         (frame_mrs_resize_move_windows):
3779         (frame_create_move_resize_args):
3780         * fvwm/move_resize.c (__resize_window):
3781         some event handling fixes
3783         * fvwm/geometry.c (constrain_size):
3784         look up the latest size hints if necessary
3786 2004-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3788         * fvwm/geometry.c (constrain_size):
3789         * fvwm/ewmh.c (EWMH_fullscreen):
3790         * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
3791         (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
3792         (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
3793         * fvwm/fvwm.h (window_flags_t):
3794         allow windows to override their size hints when going fullscreen:
3795         minimum and maximum size, size inc, aspect ratio, etc.
3797 2004-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3799         * fvwm/decorations.c (struct):
3800         MWM hints on 64 bit machines fix
3802 2004-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3804         * fvwm/fvwm.1.in (Note):
3805         * fvwm/read.c (CMD_Read):
3806         (CMD_PipeRead):
3807         the Read and PipeRead commands have a return code
3809         * fvwm/read.c (run_command_stream):
3810         (CMD_Read):
3811         (CMD_PipeRead):
3812         removed debug code
3814 2004-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3816         * fvwm/move_resize.c (GetResizeArguments):
3817         (GetMoveArguments):
3818         fixed parsing of the frame option to the resize command and the pointer
3819         option to the move command
3821         * fvwm/conditional.c (CMD_None):
3822         Fixed CMD_None return code
3824 2004-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3826         * fvwm/stack.c (is_above_unmanaged):
3827         windows on other Desks are always considered on top
3829         * fvwm/conditional.c (CreateConditionMask):
3830         (MatchesConditionMask):
3831         * fvwm/fvwm.h (WindowConditionMask):
3832         new condition Overlapped
3834         * config.h:
3835         inproved strings.h / sring.h iclusion logic
3837         * libs/PictureUtils.c (finish_ct_init):
3838         (PictureInitColors):
3839         use flib_putenv instead of putenv
3841 2004-07-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3843         * fvwm/screen.h:
3844         * libs/gravity.h (enum):
3845         * libs/wcontext.h (enum):
3846         -pedantic fixes
3848         * fvwm/fvwm.c (StartupStuff):
3849         do not ungrab the pointer while the startup functions execute
3850         (Done):
3851         ungrab the pointer only after executing the RestartFunction or
3852         ExitFunciton.  Otherwise these functions may not be executed if some
3853         other application grabs the pointer.
3855         * fvwm/fvwm.h:
3856         * fvwm/conditional.c (CreateConditionMask):
3857         renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
3858         new condition AnyScreen
3860         * libs/Bindings.c:
3861         * fvwm/builtins.c (__fake_event):
3862         * fvwm/bindings.c (ParseBinding):
3863         removed C++ comments
3865 2004-07-15  Scott Smedley  <scottie7@tpg.com.au>
3867         * NEWS:
3868         New options for FvwmButtons module.
3870 2004-07-12  Mikhael Goikhman  <migo@homemail.com>
3872         * fvwm/fvwm.1.in:
3873         use commas between conditions
3875 2004-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3877         * fvwm/builtins.c (CMD_Wait):
3878         ignore MapNotify reported to any window except the root window
3880         * fvwm/module_interface.c (CONFIGARGS):
3881         correct number of CONFIGARGS arguments
3883         * libs/vpacket.h (ConfigWinPacket):
3884         frame_x and frame_y are signed
3886 2004-07-11  Scott Smedley  <scottie7@tpg.com.au>
3888         * fvwm/conditional.c:
3889         * fvwm/fvwm.h:
3890         * fvwm/fvwm.1.in:
3891         * AUTHORS:
3892         Committed patch by Norman Yarvin (with a few minor mods) to extend
3893         conditionals to handle multiple window names.
3895 2004-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3897         * fvwm/module_interface.c (CONFIGARGS):
3898         * libs/vpacket.h (ConfigWinPacket):
3899         put window_flags at end of structure
3901 2004-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3903         * fvwm/module_interface.c (CONFIGARGS):
3904         (OLDCONFIGARGS):
3905         (SETOLDFLAGS):
3906         (SendConfig):
3907         (BroadcastConfig):
3908         removed old module interface
3909         (CONFIGARGS):
3911         * libs/vpacket.h (ConfigWinPacket):
3912         64 bit fix
3914 2004-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3916         * fvwm/execcontext.c (__exc_change_context):
3917         fixed handling of etrigger event, fixing a problem with PropertyNotify
3918         events during resizing and possibly other problems too
3920         * fvwm/add_window.c (RestoreWithdrawnLocation):
3921         fixed travelling windows if application changed gravity hint before
3922         recapture
3924         * fvwm/frame.c (combine_decor_gravities):
3925         (combine_gravities):
3926         renamed
3927         (frame_restore_client_gravities):
3928         fixed window gravity after resize
3930         * libs/FEvent.c (FPeekEvent):
3931         (FPeekIfEvent):
3932         (FCheckPeekIfEvent):
3933         fixed some event handling bugs
3935         * fvwm/conditional.c (CMD_Test):
3936         (match_version):
3937         corrected use of Bool types
3938         (match_version):
3939         simplified, fixed compilation
3940         (ver):
3941         use int as return type
3943         * libs/Ficonv.c (convert_charsets):
3944         reindented
3946         * libs/Ficonv.c (convert_charsets):
3947         * acinclude.m4 (ICONV_SECOND_ARG):
3948         rewrote iconf configure test to save an ifdef
3950 2004-07-07  Scott Smedley  <scottie7@tpg.com.au>
3952         * fvwm/fvwm.1.in:
3953         * libs/Bindings.h:
3954         * libs/Bindings.c:
3955         * fvwm/bindings.c:
3956         Allow user to specify window-specific bindings that should NOT be
3957         intercepted by FVWM. This is accomplished with an '--' binding action.
3959 2004-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3961         * fvwm/move_resize.c (__resize_window):
3962         Fixed event handling
3964         * fvwm/virtual.c (HandlePaging):
3965         removed check for leave events on pan frames; better query the pointer
3966         each time
3968 2004-07-06  Scott Smedley  <scottie7@tpg.com.au>
3970         * fvwm/fvwm.1.in:
3971         * fvwm/conditional.c:
3972         Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
3974 2004-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3976         * fvwm/move_resize.c (GetResizeArguments):
3977         (GetResizeMoveArguments):
3978         (__resize_window):
3979         (__resize_step):
3980         (__resize_get_refpos):
3981         (__resize_get_dir_proximity):
3982         (__resize_get_dir_from_window):
3983         implemented fluxbox-like Alt-Button3 resizing
3985         * fvwm/virtual.c (HandlePaging):
3986         * fvwm/events.c (__merge_cr_moveresize):
3987         (__test_for_motion):
3988         (flush_property_notify):
3989         do not use XPutBackEvent as it shuffles events on the queue
3990         (test_button_event):
3991         (test_typed_window_event):
3992         new functions
3994         * libs/FEvent.c (fev_get_evpos_or_query):
3995         take pointer position from EnterNotify and LeaveNotify events
3997         * fvwm/move_resize.c (__move_loop):
3998         fixed multiple paging with certain SnapGrid / Move interactions
3999         (__resize_window):
4000         (__move_loop):
4001         * fvwm/virtual.c (HandlePaging):
4002         Workaround for buggy XFree not delivering some Pointer events
4003         simplified code
4005         * fvwm/virtual.c (MoveViewport):
4006         don't eat MotionNotify events
4008         * libs/FEvent.c (fev_get_last_event):
4009         new function
4010         (FWindowEvent):
4011         (FPutBackEvent):
4012         (FPeekIfEvent):
4013         (FPeekEvent):
4014         (FNextEvent):
4015         (FMaskEvent):
4016         (FIfEvent):
4017         (FCheckWindowEvent):
4018         (FCheckTypedWindowEvent):
4019         (FCheckTypedEvent):
4020         (FCheckMaskEvent):
4021         (FCheckIfEvent):
4022         keep a copy of the previous event in case FPutBackEvent is called
4024 2004-06-30  Scott Smedley  <scottie7@tpg.com.au>
4026         * fvwm/fvwm.1.in:
4027         Indicate optional window argument in section headings for
4028         Key, Mouse, PointerKey & Stroke commands.
4029         Remove strange "-Key" option listed for PointerKey.
4031 2004-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4033         * libs/Fft.c (FftDrawString):
4034         * fvwm/session.c (get_version_string):
4035         * fvwm/module_interface.c (FlushMessageQueue):
4036         * fvwm/fvwm.c (SaveDesktopState):
4037         * fvwm/colorset.h:
4038         * fvwm/colorset.c (cleanup_colorsets):
4039         * libs/PictureUtils.c (struct):
4040         fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
4042 2004-06-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4044         * fvwm/events.c (__cr_detect_icccm_move):
4045         windows with ewmh hints are assumed to use icccm2 compliant movement
4047         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
4048         (ewmh_WMStateMaxHoriz):
4049         fixed restart/maximized problem
4051         * libs/fvwmsignal.c (fvwmReapChildren):
4052         * fvwm/fvwm.c (ReapChildren):
4053         moved function to lib
4055 2004-06-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4057         * fvwm/modconf.c (send_desktop_geometry):
4058         (send_color_limit):
4059         (send_click_time):
4060         (send_move_threshold):
4061         (send_ignore_modifiers):
4062         increased static buffer size
4064 2004-06-13  Marcus Lundblad  <ml@update.uu.se>
4066         * libs/CombineChars.c (convert_to_ucs2):
4067         Replace illegal UTF-8 character sequences in input
4069 2004-06-11  Scott Smedley  <scottie7@tpg.com.au>
4071         * libs/Bindings.c:
4072         bugfix: wrong stroke action being invoked.
4074 2004-06-10  Scott Smedley  <scottie7@tpg.com.au>
4076         * fvwm/builtins.c:
4077         * fvwm/events.c:
4078         * libs/Bindings.c:
4079         Active _last_ matching binding. (ie. same behaviour as before
4080         win-specific bindings patch.)
4081         bugfix: segfault when looking up stroke bindings in root context.
4083 2004-06-07  Scott Smedley  <scottie7@tpg.com.au>
4085         * fvwm/bindings.c:
4086         * fvwm/builtins.c:
4087         * fvwm/events.c:
4088         * fvwm/fvwm.1.in:
4089         * fvwm/module_interface.c:
4090         * libs/Bindings.c:
4091         * libs/Bindings.h:
4092         * modules/FvwmScript/FvwmScript.c:
4093         * modules/FvwmScript/Instructions.c:
4094         Implemented window-specific key/mouse bindings.
4096         * modules/FvwmIconBox/FvwmIconBox.h:
4097         * libs/fvwmlib.h:
4098         * libs/wild.c:
4099         * libs/wild.h:
4100         Make args to matchWildcards() const.
4102 2004-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4104         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
4105         use EWMH_fullscreen
4106         * fvwm/ewmh.c (EWMH_fullscreen):
4107         new function
4109         * fvwm/add_window.c (AddWindow):
4110         implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
4112         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
4113         (ewmh_WMStateMaxVert):
4114         (ewmh_WMStateShaded):
4115         (ewmh_WMStateSticky):
4116         (ewmh_WMStateStaysOnBottom):
4117         fixed core dumps
4118         (ewmh_WMState):
4119         don't try to maximize window when looking up the style
4120         (ewmh_WMDesktop):
4121         (ewmh_WMStateFullScreen):
4122         (ewmh_WMStateHidden):
4123         (ewmh_WMStateMaxVert):
4124         (ewmh_WMStateModal):
4125         (ewmh_WMStateShaded):
4126         (ewmh_WMStateSkipPager):
4127         (ewmh_WMStateSticky):
4128         (ewmh_WMStateStaysOnBottom):
4129         fixed ignoring ewmh hints
4131         * fvwm/expand.c (expand_vars_extended):
4132         include full path in iconfile and miniiconfile variables
4134 2004-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4136         * fvwm/functions.c (execute_complex_function):
4137         (CheckActionType):
4138         fixed double click patch
4140 2004-06-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4142         * fvwm/ewmh.c (EWMH_SetWMDesktop):
4143         use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
4145 2004-05-31  Dan Espen  <dane@mk.telcordia.com>
4147         * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
4148         into fvwm man page.
4150 2004-05-29  Norbert Buchmuller  <norbi@nix.hu>
4152         * libs/FImage.c (FShmSafeCreateImage):
4153         Yet another fix to SHM remote client problem
4155 2004-05-26  Francis Litterio  <franl@world.std.com>
4157         * fvwm/fvwm.1.in
4158         * fvmw/fvwm.h
4159         * fvwm/placement.c (__place_get_wm_pos)
4160         * fvwm/style.c (style_parse_one_style_option)
4161         Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
4163 2004-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4165         * fvwm/events.c (HandleEnterNotify):
4166         fixed endless loop of edge commands when doing something that grabs
4167         the pointer
4169         * fvwm/functions.c (CheckActionType):
4170         (execute_complex_function):
4171         double clicks no longer work when pressing different buttons
4173 2004-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4175         * fvwm/placement.c (__place_get_wm_pos):
4176         fixed placement in top left corner when pressing escape during manual
4177         placement
4179 2004-05-23  Mikhael Goikhman  <migo@homemail.com>
4181         * configure.in:
4182         * AUTHORS:
4183         added Chinese translations
4185 2004-05-18  Olivier Chapuis  <olivier.chapuis@free.fr>
4187         * fvwm/ewmh.c (EWMH_SetFrameStrut):
4188         Fixed a miss-print
4190 2004-05-09  Mikhael Goikhman  <migo@homemail.com>
4192         * fvwm/conditional.c:
4193         * fvwm/fvwm.1.in:
4194         clean up Test code and documentation, add new False condition,
4195         unrecognized conditions produce Error return code now
4197 2004-05-06  Dan Espen  <dane@mk.telcordia.com>
4199         * fvwm/style.c: Remove extra char.
4201 2004-05-01  Olivier Chapuis  <olivier.chapuis@free.fr>
4203         * fvwm/ewmh.c (ewmh_atom_client_win):
4204         * fvwm/ewmh_intern.h:
4205         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
4206         (ewmh_MoveResizeWindow):
4207         Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
4209         * fvwm/events.c (__handle_cr_on_client):
4210         (__handle_configure_request):
4211         (events_handle_configure_request):
4212         Some renaming for consistency, force restacking if the event come from
4213         an ewmh restack
4215         * fvwm/ewmh_events.c (ewmh_MoveResize):
4216         Fixed _NET_WM_MOVERESIZE
4218         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
4219         Removed debug code
4221         * fvwm/ewmh.c (ewmh_atom_fvwm_win):
4222         (EWMH_SetFrameStrut):
4223         Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
4225 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
4227         * libs/FImage.c (FShmSafeCreateImage):
4228         Finished to fix SHM remote client problem
4230 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
4232         * libs/FImage.c (FShmSafeCreateImage):
4233         Fixed when we are a remote client
4235 2004-04-21  Mikhael Goikhman  <migo@homemail.com>
4237         * INSTALL.fvwm:
4238         * NEWS:
4239         * acconfig.h:
4240         * fvwm/fvwm.1.in:
4241         * fvwm/fvwm.c:
4242         * fvwm/gnome.h:
4243         * fvwm/session.c:
4244         * libs/envvar.c:
4245         * libs/envvar.h:
4246         new default ~/.fvwm/config file is now recommended instead of
4247         still supported ~/.fvwm/.fvwm2rc
4249 2004-04-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4251         * fvwm/menus.c (NewMenuRoot):
4252         do not strip whitespace from menu names when creating a new menu
4254 2004-04-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4256         * fvwm/menuitem.c (menuitem_get_size):
4257         * fvwm/menuitem.h:
4258         renamed remaining "mips" to mipst
4260 2004-04-09  Olivier Chapuis  <olivier.chapuis@free.fr>
4262         * fvwm/events.c (HandleMapRequestKeepRaised):
4263         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4264         Fixed EWMH DesktopGeometry and Stacking list
4266 2004-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4268         * fvwm/virtual.c (GetDeskNumber):
4269         (CMD_MoveToDesk):
4270         (CMD_GotoDesk):
4271         fixed MoveToDesk with one argument
4273 2004-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4275         * fvwm/style.c (style_parse_one_style_option):
4276         * fvwm/style.h:
4277         * fvwm/conditional.c (MatchesConditionMask):
4278         * fvwm/fvwm.h:
4279         * fvwm/window_flags.h:
4280         new style "State"
4282 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4284         * fvwm/fvwm.1.in:
4285         corrected a typo
4287 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4289         * fvwm/move_resize.c (unmaximize_fvwm_window):
4290         fixed redrawing of maximize button when unmaximizing but when the size
4291         and position does not change
4293 2004-03-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4295         * fvwm/expand.c (expand_vars_extended):
4296         new extended variable $[w.layer]
4298         * fvwm/move_resize.c (MaximizeHeight):
4299         (MaximizeWidth):
4300         (CMD_Maximize):
4301         applied modified layer patch for maximize by Rafal Bisingier
4303 2004-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4305         * fvwm/add_window.c (setup_frame_attributes):
4306         Hopefully fixed BackingStore code and removed now useless backing store
4307         for decorations
4309         * fvwm/expand.c (expand_vars_extended):
4310         new extended variable $[w.desk]
4312 2004-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4314         * NEWS:
4315         * configure.in:
4316         increased version to 2.5.11
4317         released 2.5.10
4319         * NEWS:
4320         * configure.in:
4321         updated for 2.5.10 release
4323         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4324         improved rotation code
4326         * libs/gravity.c (gravity_add_rotations):
4327         new function
4329 2004-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4331         * fvwm/placement.c (__explain_placement):
4332         new function
4334         * libs/FScreen.c (FScreenIsRectangleOnScreen):
4335         new function
4337         * fvwm/builtins.c (CMD_BugOpts):
4338         * fvwm/screen.h (ScreenInfo):
4339         new BugOpts option ExplainWindowPlacement
4340         renamed some members of Screen
4342 2004-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4344         * fvwm/placement.c (__place_get_wm_pos):
4345         (__place_get_nowm_pos):
4346         (__place_get_placement_flags):
4347         (__place_window):
4348         (__place_handle_x_resources):
4349         (setup_window_placement):
4350         split into multiple functions
4351         cleaned up a little
4353 2004-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4355         * fvwm/add_window.c (setup_window_placement):
4356         * fvwm/placement.c (setup_window_placement):
4357         moved function to placement.c
4358         fixed using PLACE_AGAIN placement mode
4359         (PlaceWindow):
4360         (__place_window):
4361         renamed function
4363 2004-03-15  Chris Ross  <cross+fvwm@distal.com>
4365         * libs/Graphics.c (do_relieve_rectangle_with_rotation)
4366         allow a negative line_width to invert the relief
4368 2004-03-06  Marcus Lundblad  <ml@update.uu.se>
4370         * libs/Flocale.c (FlocaleDrawString)
4371         (FlocaleDrawUnderline)
4372         (FlocaleTextWidth):
4373         reduced redundant calls to iconv
4375 2004-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4377         * fvwm/move_resize.c (CMD_XorValue):
4378         fixed a very small outline drawing problem caused by using 0 line width
4379         instead of 1
4381         * NEWS:
4382         * configure.in:
4383         increased version to 2.5.10
4385         * configure.in:
4386         * NEWS:
4387         updated for 2.5.9 release
4389         * fvwm/functions.c (execute_function_override_window):
4390         * fvwm/module_interface.c (ExecuteModuleCommand):
4391         * fvwm/conditional.c (circulate_cmd):
4392         sometimes, DeferExecution was called although a window was already
4393         selected, for example with the "Current" commend; fixed
4395 2004-02-28  Olivier Chapuis  <olivier.chapuis@free.fr>
4397         * libs/FImage.c (FShmSafeCreateImage):
4398         Fixed some safety tests
4400 2004-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4402         * fvwm/events.c (__handle_cr_on_client):
4403         fixed a bug in the Jave configure request workaround
4405 2004-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4407         * fvwm/events.c (__cr_detect_icccm_move):
4408         improved motion method detection for fullscreen requests
4410 2004-02-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4412         * fvwm/add_window.c (AddWindow):
4413         * fvwm/screen.h (ScreenInfo):
4414         * fvwm/builtins.c (CMD_BugOpts):
4415         new BugOpts option DisplayNewWindowNames intended for debugging
4417 2004-02-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4419         * libs/Bindings.c (FvwmStringToKeysym):
4420         small performance enhancement
4422         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
4423         (__move_loop):
4424         fixed the FlickeringMoveWorkaround option which did nothing before
4426 2004-02-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4428         * fvwm/style.c (style_parse_one_style_option):
4429         * fvwm/fvwm.h:
4430         * fvwm/style.h (SIS_UNMANAGED):
4431         * fvwm/add_window.c (AddWindow):
4432         New style Unmanaged
4434         * fvwm/expand.c (expand_vars_extended):
4435         new variables $[w.iconfile] and $[w.miniiconfile]
4437         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4438         made left side of a relief one pixel longer at the bottom
4440 2004-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4442         * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
4443         * fvwm/style.c (style_set_old_focus_policy):
4444         fixed default window list order with ClickToFocus
4446 2004-02-04  Marcus Lundblad  <ml@update.uu.se>
4448         * fvwm/libs/Flocale.h:
4449         * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
4450         (FlocaleStringByteToCharOffset)
4451         (FlocaleStringCharToByteOffset)
4452         (FlocaleStringCharLength):
4453         Made utility functions available outside of Flocale
4455 2004-01-31  Olivier Chapuis  <olivier.chapuis@free.fr>
4457         * fvwm/events.c (__test_for_motion):
4458         Fixed a lockup, see the long comment in the code
4460 2004-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4462         * fvwm/schedule.c (execute_obj_func):
4463         fixed using uninitialised return code
4465 2004-01-25  Olivier Chapuis  <olivier.chapuis@free.fr>
4467         * fvwm/builtins.c (do_title_style):
4468         Fixed MinHeight, it must reset the Height
4470 2004-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4472         * fvwm/menus.c (menuShortcuts):
4473         applied menu navigation patch by Anton Kazennikov
4475 2003-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4477         * libs/gravity.c (gravity_dir_to_string):
4478         (gravity_parse_dir_argument):
4479         use a constant for the dir table
4481 2003-12-16  Marcus Lundblad  <ml@update.uu.se>
4483         * fvwm/Flocale.c (FlocaleEncodeString)
4484         (FlocaleDrawUnderline):
4485         Fixed crash when there's no Iconv support
4487 2003-12-16  olicha  <olivier.chapuis@free.fr>
4489         * fvwm/functions.h:
4490         Used the FUNC_FLAGS_TYPE in find_func_t declaration
4492         * sample.fvwmrc/system.fvwm2rc-sample-95:
4493         Added some Xft fonts
4495 2003-12-12  olicha  <olivier.chapuis@free.fr>
4497         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
4498         Fixed ewmh FullScreen when an application start fullscreen and
4499         desactivate this state
4501 2003-12-04  olicha  <olivier.chapuis@free.fr>
4503         * fvwm/placement.c (test_fit):
4504         * fvwm/ewmh.h:
4505         * fvwm/ewmh.c (ewmh_GetStrutIntersection):
4506         (EWMH_GetBaseStrutIntersection):
4507         (EWMH_GetStrutIntersection):
4508         Fixed placement vs the base struts
4510 2003-11-29  Mikhael Goikhman  <migo@homemail.com>
4512         * sample.fvwmrc/system.fvwm2rc-sample-95:
4513         improved Debian specific menu
4515 2003-11-15  Mikhael Goikhman  <migo@homemail.com>
4517         * sample.fvwmrc/system.fvwm2rc-sample-95:
4518         several updates; added Debian menu if found
4520 2003-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4522         * configure.in:
4523         new configure option --en/disable-iconv
4525 2003-11-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4527         * fvwm/menus.c (__mloop_handle_event):
4528         * fvwm/menustyle.c (menustyle_parse_style):
4529         (menustyle_copy):
4530         new MenuStyle options PopupIgnore and PopupClose
4532 2003-11-02  Dan Espen  <dane@mk.telcordia.com>
4534         * fvwm/menus.c (menu_binding): Remove debug code.
4535         * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
4536         * fvwm/menus.h: Add menu_binding function.
4537         * fvwm/fvwm.1.in: Document the menu context in the mouse command for
4538         tear off menus.
4539         * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
4540         button 2 tearoff.
4541         * libs/wcontext.h (enum): Add MENU context.
4542         * libs/wcontext.c (win_contexts): More common binding contexts first in
4543         table.
4544         * libs/charmap.c (charmap_string_to_mask): Space before char in error
4545         message.
4547 2003-11-01  Mikhael Goikhman  <migo@homemail.com>
4549         * NEWS:
4550         * configure.in:
4551         increase version to 2.5.9
4553 2003-10-31  Mikhael Goikhman  <migo@homemail.com>
4555         * Makefile.am:
4556         fixed deb creation
4558         * configure.in:
4559         * NEWS:
4560         updated for 2.5.8 release
4562 2003-10-29  Mikhael Goikhman  <migo@homemail.com>
4564         * Makefile.am:
4565         * configure.in:
4566         initially added files for deb package auto-creating procedure
4568 2003-10-26  Mikhael Goikhman  <migo@homemail.com>
4570         * AUTHORS:
4571         * configure.in:
4572         added Swedish translations by Johan Svedberg
4574         * NEWS:
4575         updated
4577 2003-10-25  Mikhael Goikhman  <migo@homemail.com>
4579         * fvwm/add_window.c (GetWindowSizeHints):
4580         reindented broken hint messages
4582 2003-10-23  Mikhael Goikhman  <migo@homemail.com>
4584         * configure.in:
4585         improved Perl detection messages,
4586         restored FvwmGtkDebug independence from gtk libs
4588 2003-10-15  Mikhael Goikhman  <migo@homemail.com>
4590         * configure.in:
4591         * AUTHORS:
4592         added German translations by Andrei Mitrofanow
4594         * fvwm/fvwm.1.in:
4595         typos
4597 2003-10-11  Mikhael Goikhman  <migo@homemail.com>
4599         * NEWS:
4600         added 2.4.17 NEWS
4602 2003-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4604         * fvwm/fvwm.1.in:
4605         * fvwm/conditional.c (CreateConditionMask):
4606         (MatchesConditionMask):
4607         (CreateConditionMask):
4608         * fvwm/fvwm.h (WindowConditionMask):
4609         !CurrentPage, !CurrentDesk, !Layer ... now work as they should
4611 2003-09-23  olicha  <olivier.chapuis@free.fr>
4613         * libs/FImage.c (FShmInit):
4614         Removed debug code
4616 2003-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4618         * fvwm/focus.c (warp_to_fvwm_window):
4619         don't unnecessarily call MoveViewport
4621 2003-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4623         * fvwm/decorations.c (__is_resize_allowed):
4624         fixed a condition
4626 2003-09-06  malu  <ml@update.uu.se>
4628         * libs/FBidi.c (FBidiConvert):
4629         * libs/CombineChars.c (CombineChars):
4630         Fixed drawing combining characters on correct positions in
4631         right-to-left context
4633 2003-09-05  malu  <ml@update.uu.se>
4635         * libs/Flocale.c (FlocaleDrawString):
4636         (FlocaleTextWidth):
4637         Fixed drawing of combining characters with font shadow
4638         (character offsets were miscalculated, since FlocaleTextWidth
4639         adds shadow width)
4641 2003-09-05  malu  <ml@update.uu.se>
4643         * libs/Flocale.c (FlocaleDrawUnderline):
4644         Fixed bug with text width when a string contains only
4645         "orphaned" combining characters (compensation for font shadowd
4646         was counted twice)
4648 2003-09-04  olicha  <olivier.chapuis@free.fr>
4650         * todo-2.6:
4651         Added E.18, added comments on C.9 and C.15
4653 2003-09-03  olicha  <olivier.chapuis@free.fr>
4655         * libs/Flocale.c (FlocaleTextWidth):
4656         Fixed a comb_char core dump
4658         * libs/Makefile.am:
4659         Fixed compilation if either iconv, libpng or Xrender headers are
4660         not at a standard place
4662 2003-09-03  Mikhael Goikhman  <migo@homemail.com>
4664         * acinclude.m4:
4665         fixed error message for incorrect --with-SOMETHING-library argument
4667 2003-09-03  olicha  <olivier.chapuis@free.fr>
4669         * todo-2.6:
4670         Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
4672 2003-09-02  olicha  <olivier.chapuis@free.fr>
4674         * todo-2.6:
4675         C.12 is fixed
4677 2003-09-01  olicha  <olivier.chapuis@free.fr>
4679         * libs/gravity.c (gravity_dir_to_string):
4680         A new interface function to transform a direction_t to a string
4682 2003-08-31  S. Anderson  <sa@xmission.com>
4684         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
4685         Fixed missing font charsets
4687 2003-08-28  olicha  <olivier.chapuis@free.fr>
4689         * fvwm/move_resize.c (__move_loop):
4690         (AnimatedMoveAnyWindow):
4691         Updated bg of transparent tear off menu when moved
4693         * fvwm/events.c (HandlePropertyNotify):
4694         Updated ParentRelative tear off menu on bg change
4696         * fvwm/menus.c (UpdateMenuColorset):
4697         Updated colorsets of tear off menu when they change, this handle the
4698         case of root background change for RootTransparent
4700         * fvwm/menus.h:
4701         * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
4702         An utility function for redrawing transparent tear off menu. Maybe
4703         we can merge
4705         * fvwm/add_window.c (validate_transientfor):
4706         Fixed transient for an ewmh desktop
4708 2003-08-27  olicha  <olivier.chapuis@free.fr>
4710         * libs/FRender.c (FRenderRender):
4711         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
4712         Removed and fixed some unused code
4714 2003-08-25  olicha  <olivier.chapuis@free.fr>
4716         * fvwm/misc.c (GrabEm):
4717         Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
4719         * fvwm/modconf.c (send_color_limit):
4720         ifndefed color limit config info message which is not used anymore
4722         * fvwm/colorset.c (parse_colorset):
4723         Added a note on average bg
4725 2003-08-23  olicha  <olivier.chapuis@free.fr>
4727         * fvwm/style.c (print_styles):
4728         More info on memory used
4730         * fvwm/style.c (__simplify_style_list):
4731         Fixed upward simplication
4733 2003-08-14  olicha  <olivier.chapuis@free.fr>
4735         * fvwm/ewmh.c (ewmh_HandleMenu):
4736         Fixed the MENU window type, they are tear off menus
4738         * fvwm/fvwm.h:
4739         * fvwm/update.c (apply_window_updates):
4740         * fvwm/stack.c (new_layer):
4741         * fvwm/ewmh.c (EWMH_GetStyle):
4742         Fixed EWMHUseStackingHints update
4744         * fvwm/window_flags.h:
4745         * fvwm/fvwm.h:
4746         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
4747         (ewmh_WMStateMaxHoriz):
4748         (ewmh_WMStateMaxVert):
4749         * fvwm/move_resize.c (unmaximize_fvwm_window):
4750         Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
4751         uniconify and unshade when putting a window fullscreen
4753         * fvwm/ewmh_intern.h:
4754         * fvwm/ewmh.c (ewmh_AllowsFullScreen):
4755         Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
4757         * fvwm/move_resize.c (unmaximize_fvwm_window):
4758         (CMD_Resize):
4759         (CMD_ResizeMove):
4760         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
4761         * fvwm/decorations.c (SelectDecor):
4762         * fvwm/windowshade.c (CMD_WindowShade):
4763         Removed the decor for EWMH fullscreen windows, forbid shading and
4764         allows Resize and MoveResize without unsetting the fullscreen/maximized
4765         state
4767         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
4768         (CMD_ResizeMaximize):
4769         Fixed ewmh state which was not set after these cmds
4771 2003-08-09  olicha  <olivier.chapuis@free.fr>
4773         * todo-2.6:
4774         Updated
4776 2003-08-08  olicha  <olivier.chapuis@free.fr>
4778         * fvwm/borders.c (border_draw_vector_to_pixmap):
4779         Fixed inversion of fg and bg in vector buttons
4781         * fvwm/style.c (__simplify_style_list):
4782         Fixed a memory leak
4784         * libs/System.c (fvwm_mkstemp):
4785         Removed debug code
4787 2003-08-07  olicha  <olivier.chapuis@free.fr>
4789         * configure.in:
4790         * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
4791         * acconfig.h:
4792         * libs/System.c (fvwm_mkstemp):
4793         * libs/fvwmlib.h:
4794         Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
4795         exists and work correctly, if not a replacement function is used
4796         (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
4797         implementation).
4799         * libs/fsm.c (unique_filename):
4800         (SetAuthentication):
4801         * fvwm/session.c (getUniqueStateFilename):
4802         Replaced tempnam by fvwm_mkstemp
4804 2003-08-07  olicha  <olivier.chapuis@free.fr>
4806         * libs/Makefile.am:
4807         * libs/FSMlib.h (new file):
4808         * fvwm/session.c (*):
4809         * fvwm/session.h:
4810         fvwmize SMlib and ICElib
4812         * fvwm/session.c (matchWin):
4813         Fixed window matching for windows with no SM_CLIENT_ID and a
4814         window_role
4816         * libs/fsm.c (new file):
4817         * libs/fsm.h (new file):
4818         * fvwm/ConfigFvwmDefaults
4819         A set of functions for implementing a dummy session manager
4821         * fvwm/fvwm.1.in:
4822         GNOME 1 hints and EWHM support is not a configure time option
4823         (anymore).
4825 2003-08-06  Robert Wittek  <r.wittek@gmx.net>
4827         * fvwm/add_window.c (AddWindow):
4828         fixed stickyness across desks over a restart
4830 2003-08-06  olicha  <olivier.chapuis@free.fr>
4832         * fvwm/ewmh.c (EWMH_WindowInit):
4833         (EWMH_SetFrameStrut):
4834         Fixed position of kde tray windows in kicker
4836 2003-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4838         * fvwm/module_interface.c (FlushMessageQueue):
4839         retry writing pipe if write returns EINTR
4841 2003-07-28  olicha  <olivier.chapuis@free.fr>
4843         * fvwm/events.c (events_handle_configure_request):
4844         (HandleConfigureRequest):
4845         (__handle_configure_request):
4846         (__handle_cr_on_client):
4847         * fvwm/ewmh.c (ewmh_atom_client_win):
4848         * fvwm/ewmh_intern.h:
4849         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
4850         (EWMH_ProcessClientMessage):
4851         Implemented _NET_MOVERESIZE_WINDOW
4853         * fvwm/fvwm.c (main):
4854         A -Wall fix
4856 2003-07-25  olicha  <olivier.chapuis@free.fr>
4858         * fvwm/ewmh.c (ewmh_HandleWindowType):
4859         Fixed handling of the _NET_WINDOW_TYPE prop when there are more
4860         that one type and we do not support the first one.
4862         * fvwm/expand.c (expand_vars_extended):
4863         Fixed conflict between extended variables name (desk.name and
4864         desk.n)
4866         * fvwm/session.c (callback_save_yourself):
4867         Respect the SmSaveGlobal save type. This should fix some session
4868         locking in the sm protocol
4870         * fvwm/session.c (setSmProperties):
4871         (SessionInit):
4872         Set some sm properties when fvwm start for fixing a problem with
4873         the restart style hint after a restart.
4875         * fvwm/fvwm.c (get_display_name):
4876         (usage):
4877         (main):
4878         * fvwm/session.c (setSmProperties):
4879         * fvwm/fvwm.1.in
4880         Added a possible positive or null arg to --single-screen which
4881         forces fvwm to start on the "current" display and the given
4882         screen. Use this to fix fvwm starting under a session manager:
4883         specify only the screen and not the display.screen for the
4884         restart sm command.
4886         * fvwm/fvwm.c (main):
4887         Fixed possible memory corruption if a display has more than
4888         10 screens.
4890         * fvwm/session.c (*):
4891         Better debuging msg
4893 2003-07-24  Mikhael Goikhman  <migo@homemail.com>
4895         * acinclude.m4:
4896         fixed xft/fontconfig detection with pkg-config
4898         * fvwm/fvwm.1.in:
4899         corrections in some long option names
4901 2003-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4903         * fvwm/add_window.c (setup_style_and_decor):
4904         * fvwm/geometry.c (set_window_border_size):
4905         * fvwm/fvwm.h (FvwmWindow):
4906         * fvwm/events.c (HandleShapeNotify):
4907         * fvwm/frame.c (frame_free_move_resize_args):
4908         (frame_setup_shape):
4909         (frame_reshape_border):
4910         fixed resizing of window borders if a window shape was added or deleted
4911         after the initial window setup
4913         * fvwm/update.c (apply_window_updates):
4914         removed unused code
4916         * fvwm/events.c (__cr_detect_icccm_move):
4917         disable motion method detection for shaped windows
4919 2003-07-21  olicha  <olivier.chapuis@free.fr>
4921         * fvwm/add_window.c (setup_window_structure):
4922         * fvwm/session.c (MatchWinToSM):
4923         Preserve is_name_changed window_flags within restart, session loading
4924         and recapture
4926 2003-07-20  olicha  <olivier.chapuis@free.fr>
4928         * fvwm/ewmh.c (EWMH_Init):
4929         fixed _NET_WM_NAME for our ewmh WM_CHECK window
4931         * fvwm/fvwm.c (InternUsefulAtoms):
4932         * fvwm/externs.h:
4933         * fvwm/session.c (GetWindowRole):
4934         Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
4936         * fvwm/session.c (GetClientID):
4937         Better determination of the CLIENT_LEADER
4939         * fvwm/session.c (setSmProperties):
4940         Set the CloneCommand for gnome-session editor (the sm spec says this
4941         properties is required). Removed the commented XSM ifdef.
4943         * fvwm/session.c (matchWin):
4944         (SaveWindowStates):
4945         Consider client only if it has a client id or a wm command.
4946         Removed the "two entries" session previous commit
4948 2003-07-16  olicha  <olivier.chapuis@free.fr>
4950         * fvwm/session.c (MatchWinToSM):
4951         Fixed restoring session state, if two window session entries have the
4952         same identifier ignore these entries
4954 2003-07-16  olicha  <olivier.chapuis@free.fr>
4956         * NEWS:
4957         * fvwm/style.h (SID_GET_NAME):
4958         (SID_SET_NAME):
4959         (SID_GET_WINDOW_ID):
4960         (SID_SET_WINDOW_ID):
4961         (SID_SET_HAS_NAME):
4962         (SID_GET_HAS_NAME):
4963         (SID_SET_HAS_WINDOW_ID):
4964         (SID_GET_HAS_WINDOW_ID):
4965         (SGET_ID):
4966         (SGET_WINDOW_ID):
4967         (SSET_WINDOW_ID):
4968         (SSET_ID_HAS_NAME):
4969         (SGET_ID_HAS_NAME):
4970         (SSET_ID_HAS_WINDOW_ID):
4971         (SGET_ID_HAS_WINDOW_ID):
4972         * fvwm/style.c (style_ids_are_equals):
4973         (style_id_equals_id):
4974         (styles_have_same_id):
4975         (fw_match_style_id):
4976         (one_fw_can_match_both_ids):
4977         (remove_all_of_style_from_list):
4978         (__simplify_style_list):
4979         (style_parse_one_style_option):
4980         (__style_command):
4981         (style_destroy_style):
4982         (print_styles):
4983         (CMD_Style):
4984         (CMD_WindowStyle):
4985         (CMD_FocusStyle):
4986         (CMD_DestroyStyle):
4987         (CMD_DestroyWindowStyle):
4988         * fvwm/fvwm.h (style_id_t):
4989         (window_style):
4990         * fvwm/functable.c (func_table):
4991         * fvwm/add_window.c (destroy_window):
4992         * fvwm/commands.h:
4993         * fvwm/fvwm.1:
4994         New WindowStyle and DestroyWindowStyle command for setting styles
4995         per window
4997 2003-07-14  Marcus Lundblad  <ml@update.uu.se>
4999         * libs/Flocale.c (FlocaleDrawString):
5000         * libs/FBidi.c (FBidiConvert):
5001         fixed drawing of combining characters in the case where a string
5002         consists of only combining characters
5004 2003-07-13  Marcus Lundblad  <ml@update.uu.se>
5006         * libs/CombineChars.c (CombineChars):
5007         bugfix: array mapping visual to logical position was allocated
5008         to small (factor 2) in decoposing code
5010 2003-07-11  Marcus Lundblad  <ml@update.uu.se>
5012         * libs/Flocale.c (FlocaleEncodeWinString):
5013         fixed a memory leak
5015         * libs/Flocale.c (FlocaleDrawString):
5016         (FlocaleRotatedDrawString):
5017         removed some code duplication
5019 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5021         * libs/CombineChars.c (combclass_table):
5022         (CombineChars):
5023         fixed supporting drawing marks superimposed that are in a combining
5024         class
5026 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5028         * libs/Flocale.c (FlocaleRotateDrawString):
5029         (FlocaleDrawString)
5030         fixed core dump when composing characters can't be converted to
5031         locale charset
5033 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5035         * AUTHORS:
5036         updated
5038 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5040         * todo-2.6 (todo):
5041         updated summary
5043 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5045         * NEWS:
5046         updated with reagrds to combing characters
5048 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5050         * todo-2.6
5051         closed B.8
5053 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5055         * libs/Flocale.c (FlocaleEncodeString):
5056         (FlocaleEncodeWinString):
5057         (FlocaleRotateDrawString):
5058         (FlocaleDrawString):
5059         (FlocaleDrawUnderline):
5060         fixed rendering combining characters using Unicode font in a
5061         non-UTF-8 locale
5063 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5065         * fvwm/fvwm.1.in:
5066         renamed MoveWindowByProgramMethod to MoveByProgramMethod
5068 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
5070         * libs/FBidi.h:
5071         fixed FBidi.h macro to work with no FriBIDI
5073 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
5075         * libs/CombineChars.h (CombineChars):
5076         * libs/CombineChars.c (CombineChars):
5077         * libs/FBidi.h (FBidiConvert):
5078         * libs/FBidi.c (FBidiConvert):
5079         * libs/Flocale.c (FlocaleEncodeString):
5080         (FlocaleEncodeWinString):
5081         (FlocaleDrawUnderline):
5082         (FlocaleTextWidth):
5083         fixed drawing of underlines on characters to work in with BIDI
5084         and combining characters
5086 2003-07-08  Mikhael Goikhman  <migo@homemail.com>
5088         * todo-2.6:
5089         closed D.1 with "no consensus" resolution
5091 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5093         * fvwm/fvwm.1.in:
5094         documented tear off menus
5096         * fvwm/placement.c (PlaceWindow):
5097         StartsOnPage + SkipMapping overrides PPosition
5099 2003-07-07  Mikhael Goikhman  <migo@homemail.com>
5101         * fvwm/functable.c:
5102         solved a problem with CMD_Dummy and exact command spelling
5104         * libs/CombineChars.c:
5105         * libs/CombineChars.h:
5106         * libs/FBidi.c:
5107         minor reformattings (use TABs not 8 spaces and a space after keywords
5108         like for, if or while)
5110 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5112         * fvwm/update.c (apply_window_updates):
5113         * fvwm/update.h:
5114         * fvwm/add_window.c (setup_style_and_decor):
5115         * fvwm/style.h:
5116         * fvwm/style.c (style_parse_one_style_option):
5117         (check_window_style_change):
5118         new style MoveWindowByProgramMethod
5120         * libs/PictureImageLoader.c (PImageLoadXpm):
5121         use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
5123         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5124         implemented _NET_WM_STATE_FULLSCREEN handling
5126         * fvwm/move_resize.c (GetOnePositionArgument):
5127         fixed parsing of "+-x +-y" Move arguments
5128         (CMD_Maximize):
5129         use get_page_offset_check_visible
5131         * fvwm/geometry.c (get_page_offset_check_visible):
5132         new convenience function
5134         * fvwm/events.c (__handle_cr_on_client):
5135         fixed handling of gravities other than NW or Static
5136         (__cr_detect_icccm_move):
5137         fixed several bugs
5139 2003-07-06  Marcus Lundblad  <ml@update.uu.se>
5141         * libs/BidiJoin.c:
5142         * libs/BidiJoin.h:
5143         * libs/BidiJoin.c:
5144         * libs/BidiJoin.h:
5145         * libs/CombineChars.c:
5146         * libs/CombineChars.h:
5147         * libs/Flocale.c (FlocaleEncodeString):
5148         * libs/FBidi.c:
5149         * libs/FBidi.h:
5150         * libs/Makefile.am:
5151         Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
5152         FCombineChars.h
5154 2003-07-06  olicha  <olivier.chapuis@free.fr>
5156         * libs/FRender.c (FRenderRender):
5157         Fixed compilation
5159 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5161         * fvwm/ewmh.c (ewmh_check_wm_pid):
5162         (EWMH_WindowInit):
5163         detect whether a window has _NET_WM_PID set; use that to detect ICCCM
5164         compliant ConfigureNotify handling
5166 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
5168         * libs/Flocale.c (FlocaleDrawUnderline):
5169         Commented out some non-working new code
5171 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
5173         * libs/Flocale.c (FlocaleDrawString):
5174         fixed drawing superimposed characters with a fontset
5176 2003-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5178         * fvwm/events.c (__cr_detect_icccm_move):
5179         (__handle_cr_on_client):
5180         (__cr_get_grav_position):
5181         (__cr_get_static_position):
5182         * fvwm/window_flags.h:
5183         * fvwm/fvwm.h:
5184         try to autodetect whether application uses the icccm way of moving
5185         windows of the traditional way always using static gravity
5187         * acconfig.h:
5188         moved SIGNAL_RETURN macro definition to acconfig.h
5190         * fvwm/module_interface.c (DeadPipe):
5191         * fvwm/fvwm.c (SigDone):
5192         (Restart):
5193         (ReapChildren):
5194         use SIGNAL_RETURN macro
5196         * fvwm/events.c (__handle_cr_on_client):
5197         (__merge_cr_moveresize):
5198         (__cr_detect_icccm_move):
5200         * fvwm/events.c (__handle_cr_on_unmanaged):
5201         (__handle_cr_on_icon):
5202         (__handle_cr_on_shaped):
5203         (__handle_cr_restack):
5204         (__handle_cr_on_client):
5205         (HandleConfigureRequest):
5206         split the ConfigureRequest code into multiple functions
5208         * fvwm/update.c (apply_window_updates):
5209         fixed drawing of window decorations when "Style * Neverfocus" is used
5211         * fvwm/events.c (HandleKeyPress):
5212         fixed a bug with key binding contexts
5214         * fvwm/functions.c (__execute_function):
5215         * fvwm/expand.c (expand_vars):
5216         (expand_vars_extended):
5217         new extended variable $[func.context]
5219         * libs/Bindings.h:
5220         * libs/Bindings.c:
5221         moved some code to the new files
5223         * libs/charmap.h:
5224         * libs/charmap.c:
5225         * libs/modifiers.h:
5226         * libs/modifiers.c:
5227         * libs/wcontext.c:
5228         * libs/wcontext.h:
5229         new files
5231         * libs/Bindings.c:
5232         fixed a problem with uninitialised global variable
5234 2003-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5236         * libs/Bindings.c (key_modifiers):
5237         moved to new file wcontext.c
5239         * libs/gravity.c (gravity_parse_dir_argument):
5240         added aliases for compass directions:
5241           - = N
5242           _ = S
5243           [ = W
5244           ] = E
5245           ^ = NE
5246           > = SE
5247           v = SW
5248           [ = nw
5249           . = center
5251 2003-07-02  Marcus Lundblad  <ml@update.uu.se>
5253         * libs/FBidi.h:
5254         * libs/Flocale.c (FlocaleDrawString):
5255         (FlocaleRotateDrawString):
5256         Fixes to work without Fribidi
5258 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
5260         * todo-2.6:
5261         Updated
5263 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
5265         * libs/FbidiJoin.c (get_shaped_combined_char):
5266         (shape_n_join):
5267         Removed unused (get_shaped_combined_char) and commented out code
5268         Combining ligatures done in FCombineChars
5270 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
5272         * libs/Flocale.c (FlocaleDrawString):
5273         (FlocaleRotateDrawString):
5274         (FlocaleTextWidth):
5275         * libs/FBidi.h:
5276         * libs/FBidi.c (FBidiConvert):
5277         * libs/FBidiJoin.c:
5278         * libs/FCombineChars.h:
5279         * libs/FCombineChars.c (FCombineChars):
5280         Added support for drawing superimposed combining characters
5282 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5284         * fvwm/commands.h:
5285         * fvwm/functable.c (func_table):
5286         * fvwm/functions.c (CMD_TearMenuOff):
5287         (CMD_Title):
5288         (CMD_Silent):
5289         (CMD_Function):
5290         (CMD_KeepRc):
5291         merged all dummy commands into one: CMD_Dummy
5293 2003-07-01  olicha  <olivier.chapuis@free.fr>
5295         * fvwm/menus.c (DestroyMenu):
5296         (do_menu):
5297         Cleanup
5299 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5301         * fvwm/menustyle.c (menustyle_copy):
5302         (copy_menu_style):
5303         renamed function
5305 2003-06-30  Marcus Lundblad  <ml@update.uu.se>
5307         * todo-2.6:
5308         Updated
5310 2003-06-30  olicha  <olivier.chapuis@free.fr>
5312         * fvwm/menus.c (do_menu):
5313         (DestroyMenu):
5314         (do_menu_close_tear_off_menu):
5315         (menu_close_tear_off_menu):
5316         Allowed to destroy tear off menu!
5318         * fvwm/menus.c (menu_tear_off):
5319         (menu_close_tear_off_menu):
5320         (do_menu_close_tear_off_menu):
5321         (clone_menu_root_static):
5322         (pop_menu_up):
5323         (menu_tear_off):
5324         (make_menu_window):
5325         (make_menu):
5326         (update_menu):
5327         Fixed client leaks (only create new client for menu if it is a tear off
5328         menu). Created a dedicated menu style for each tear off menu.
5330         * fvwm/menustyle.c (CMD_CopyMenuStyle):
5331         (copy_menu_style):
5332         * fvwm/menustyle.h:
5333         Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
5335 2003-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5337         * fvwm/virtual.c (do_move_window_to_desk):
5338         (UnmapDesk):
5339         fixed "Visible" condition on non current desks
5341 2003-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5343         * **/*.c:
5344         * **/*.h:
5345         shortened some comments
5346         removed GPL from .h files
5347         added GPL to all .c files
5348         include config.h in all .c files
5349         added "/* -*-c-*- */" where missing
5350         some reformatting and reindenting
5352         * fvwm/module_interface.c:
5353         * fvwm/module_interface.h:
5354         * libs/Fft.c:
5355         * libs/Flocale.c:
5356         * libs/gravity.h:
5357         * libs/Flocale.h:
5358         * fvwm/screen.h:
5359         * fvwm/misc.c:
5360         * fvwm/misc.h:
5361         * fvwm/windowshade.c:
5362         * fvwm/virtual.c:
5363         * fvwm/conditional.c:
5364         * fvwm/geometry.h:
5365         * fvwm/geometry.c:
5366         * fvwm/borders.c:
5367         * fvwm/frame.h:
5368         * fvwm/frame.c:
5369         * fvwm/update.c:
5370         * fvwm/session.c:
5371         * fvwm/placement.c:
5372         * fvwm/menus.c:
5373         * fvwm/icons.c:
5374         * fvwm/events.c:
5375         * fvwm/add_window.c:
5376         * fvwm/session.h:
5377         * fvwm/placement.h:
5378         * fvwm/icons.h:
5379         * fvwm/eventhandler.h:
5380         * fvwm/fvwm.h:
5381         * fvwm/add_window.h:
5382         * fvwm/repeat.c:
5383         * fvwm/functions.c:
5384         * fvwm/functable.c:
5385         * fvwm/functable.h:
5386         * fvwm/functions.h:
5387         renamed types func_type, repeat_t, initial_window_options_t,
5388         frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
5389         last_added_item_type, common_flags_type, multi_direction_type,
5390         msg_masks_type to ..._t
5392         * fvwm/functions.c (__execute_function):
5393         (execute_complex_function):
5394         * fvwm/condrc.c (condrc_init):
5395         new function in new file to encapsulate all cond_rc_t handling
5397         * fvwm/condrc.h:
5398         * fvwm/fvwm.h (cond_rc_t):
5399         (cond_rc_enum):
5400         moved typed to new file
5402         * fvwm/functable.h:
5403         * fvwm/commands.h:
5404         * fvwm/functable.c (func_table):
5405         * fvwm/functions.c (__run_complex_function_items):
5406         (__execute_function):
5408         * fvwm/conditional.c (CMD_Break):
5409         (__rc_matches_rcstring_consume):
5410         Break takes the number of function levels to break out of as an
5411         argument
5413         * fvwm/expand.c (expand_vars_extended):
5414         * fvwm/conditional.c (circulate_cmd):
5415         (select_cmd):
5416         (direction_cmd):
5417         (__rc_matches_rcstring_consume):
5418         (CMD_All):
5419         (CMD_WindowId):
5420         (CMD_TestRc):
5421         (CMD_Test):
5422         * fvwm/read.c:
5423         * fvwm/read.h:
5424         * fvwm/functions.h:
5425         * fvwm/functions.c:
5426         (__run_complex_function_items):
5427         (execute_complex_function):
5428         * fvwm/expand.h:
5429         * fvwm/expand.c:
5430         * fvwm/fvwm.h:
5431         * fvwm/conditional.c:
5432         renamed fvwm_cond_func_rc by cond_rc_t
5433         made a type a struct
5434         added a member to indicate the number of function levels to break out
5435         of
5437         * fvwm/functable.c (func_table):
5438         * fvwm/conditional.c (CMD_TestRc):
5439         replaced conditional commands:
5440                 Cond -> TestRc
5441                 CondCase -> KeepRc TestRc
5442                 On -> Test
5443         (__rc_matches_rcstring_consume):
5444         new function
5446         * fvwm/conditional.c (CMD_CondCase):
5447         fixed the CondCase command
5449 2003-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5451         * configure.in:
5452         new configure option --deisable-gtk to disable detection of gtk library
5454         * fvwm/fvwm.1.in:
5455         cleaned up documentation of conditional commands
5456         general man page cleanup
5458 2003-06-17  Dan Espen  <dane@mk.telcordia.com>
5460         * fvwm/builtins.c (ReadDecorFace): Off by one patch from
5461         Anil Madhavapeddy.
5463 2003-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5465         * fvwm/fvwm.1.in:
5466         cleaned up of CirculateHit... conditions
5468 2003-06-15  olicha  <olivier.chapuis@free.fr>
5470         * fvwm/style.c (__simplify_style_list):
5471         Fixed is_merged_allowed: rest it to True when cur change
5472         Added "upward" simplification
5474 2003-06-14  olicha  <olivier.chapuis@free.fr>
5476         * fvwm/style.c (__simplify_style_list):
5477         (blocksintersect):
5478         (blockand):
5479         Fixed blockand which always returned True. Added blocksintersect which
5480         returns the same value as blockand but faster.
5482 2003-06-13  olicha  <olivier.chapuis@free.fr>
5484         * configure.in:
5485         * acinclude.m4:
5486         Fixed fontconfig and xft2 for version without *-config binnary. Used
5487         pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
5488         fontconfig and xft2 if the version is < the required version
5489         (even if --disable-*test).
5491 2003-06-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5493         * libs/Graphics.c:
5494         define M_PI and M_PI_2 if they are not defined by math.h
5496 2003-06-10  Mikhael Goikhman  <migo@homemail.com>
5498         * libs/Colorset.c (LoadColorset):
5499         added a note to update Colorsets.pm too when the format is changed
5501 2003-06-09  Mikhael Goikhman  <migo@homemail.com>
5503         * WindowStyle_proposal.txt:
5504         s/WindowId/ThisWindow/ and other minor changes
5506 2003-06-06  olicha  <olivier.chapuis@free.fr>
5508         * libs/PictureImageLoader.c (PImageLoadPng):
5509         Fixed loading of png images if the caller want no alpha
5511 2003-06-04  olicha  <olivier.chapuis@free.fr>
5513         * libs/Flocale.c (FlocaleEncodeString):
5514         Fixed memroy leaks
5516 2003-06-03  Mikhael Goikhman  <migo@homemail.com>
5518         * libs/Makefile.am:
5519         only FCombineChars.c was distributed not FCombineChars.h
5521 2003-06-03  Marcus Lundblad  <ml@update.uu.se>
5523         * libs/FCombineChars.c (convert_to_utf8)
5524         fixed a bug when converting back to UTF-8 and a bug giving
5525         garbage at end of string in some cases
5527         * libs/Flocale.c (FlocaleEncodeString)
5528         fixed problem regarding combining-characters when BIDI is used
5530 2003-05-31  Marcus Lundblad  <ml@update.uu.se>
5532         * libs/Makefile.am:
5533         * libs/Flocale.c (FlocaleEncodeString):
5534         * libs/FCombineChars.c:
5535         * libs/FCombineChars.h:
5536         implemeted support for combining characters
5538 2003-05-31  Mikhael Goikhman  <migo@homemail.com>
5540         * configure.in:
5541         set the version 2.5.8
5543 2003-05-30  Mikhael Goikhman  <migo@homemail.com>
5545         * fvwm/builtins.c:
5546         * fvwm/fvwm2.1:
5547         SetEnv with only one parameter is ignored now
5549 2003-05-30  Dan Espen  <dane@mk.telcordia.com>
5551         * NEWS: Add 2.4.16 news.
5553 2003-05-29  Mikhael Goikhman  <migo@homemail.com>
5555         * fvwm/functions.c (expand_extended_var):
5556         (expand):
5557         fixed expanding variables that are empty, for example $[w.resource]
5558         or $[gt.a] or $[version.info] or $[EMPTY_STRING]
5560         * fvwm/fvwm.1.in:
5561         s/$w/$[w.id]/
5563 2003-05-29  olicha  <olivier.chapuis@free.fr>
5565         * fvwm/ewmh.c (ewmh_atom_wm_state):
5566         Do not claim that we support _NET_WM_STATE_FULLSCREEN
5568 2003-05-28  olicha  <olivier.chapuis@free.fr>
5570         * NEWS:
5571         A TaskBar news
5573 2003-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5575         * fvwm/focus.c (__update_windowlist):
5576         don't fiddle with the window list for windows that are going to be
5577         destroyed
5579         * fvwm/add_window.c (delete_client_context):
5580         (destroy_auxiliary_windows):
5581         (destroy_window):
5582         fixed empty frame windows when X reused the window id for a new window
5583         while the old one was scheduled to be destroyed
5585 2003-05-26  olicha  <olivier.chapuis@free.fr>
5587         * fvwm/icons.c (GetIconBitmap):
5588         (set_icon_pixmap_background):
5589         (CreateIconWindow):
5590         (DrawIconPixmapWindow):
5591         (DrawIconWindow):
5592         Fixed loading of application supplied pixmap on 8/24 depth screen
5594 2003-05-25  Dan Espen  <dane@mk.telcordia.com>
5596         * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
5597         Rox Filer.
5599         * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
5600         solaris.
5602 2003-05-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5604         * fvwm/misc.c (GrabEm):
5605         do not confine the pointer to the root window when grabbed; this can
5606         cause the pointer to be warped to another screen
5607         * fvwm/menus.c (get_menu_options):
5608         fixed placement of menus on Xinerama screens
5609         * libs/FScreen.c (FScreenGetResistanceRect):
5610         fixed function to do something useful
5611         * libs/Flocale.c (FlocaleDrawString):
5612         support font shadowing without colorsets
5613         * libs/ColorUtils.c:
5614         reformatted file
5615         * fvwm/menuitem.c (menuitem_paint):
5616         do not use colorsets in menus if they are not defined
5617         * fvwm/menustyle.c (menustyle_parse_style):
5618         fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
5619         issued again
5621 2003-05-23  olicha  <olivier.chapuis@free.fr>
5623         * fvwm/bindings.c (ParseBinding):
5624         (bind_get_bound_button_contexts):
5625         * libs/Bindings.c (GrabWindowButton):
5626         Fixed window button grabbing
5628 2003-05-22  olicha  <olivier.chapuis@free.fr>
5630         * fvwm/colorset.c (parse_colorset):
5631         Fixed an uninit mem
5633         * fvwm/borders.c (border_fill_pixmap_background):
5634         Fixed problem with depth 1 pixmap
5636         * fvwm/conditional.c (CMD_On):
5637         Fixed memory leaks
5639         * fvwm/conditional.c (CreateConditionMask):
5640         Fixed memory leaks for layer and state
5642 2003-05-22  Mikhael Goikhman  <migo@homemail.com>
5644         * configure.in:
5645         added perllib/FVWM/Tracker/Makefile
5647 2003-05-22  olicha  <olivier.chapuis@free.fr>
5649         * fvwm/fvwm.1.in:
5650         * fvwm/style.h:
5651         * fvwm/style.c (print_styles):
5652         * fvwm/builtins.c (CMD_PrintInfo):
5653         New style subject to PrintInfo
5655 2003-05-20  olicha  <olivier.chapuis@free.fr>
5657         * libs/Flocale.c (FlocaleGetFontOrFontSet):
5658         Allowed empty xft font name
5660         * libs/Makefile.am:
5661         * libs/flist.c (new file):
5662         * libs/flist.h (new file):
5663         Added a flist structure and some basic function for handling such
5664         stucture
5666         * libs/FGettext.c (*):
5667         Use the new flist struct and functions interface
5669         * fvwm/screen.h (ScreenInfo):
5670         * fvwm/update.c (destroy_scheduled_windows):
5671         * fvwm/add_window.c (destroy_window):
5672         Added a list for the windows which are scheduled for destroy
5673         Remove a fw at once from the fw list when we destroy_window
5675 2003-05-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5677         * fvwm/style.c (CMD_DestroyStyle):
5678         do not update windows if no style was deleted
5679         (check_window_style_change):
5680         fixed update of window styles w/ DestroyStyle
5682 2003-05-18  olicha  <olivier.chapuis@free.fr>
5684         * fvwm/conditional.c (CMD_On):
5685         Added x,r,w,f and i file condition to the On command
5687         * fvwm/add_window.c (destroy_window):
5688         Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
5689         but scheduled for destroy. Not sure that the fix is good.
5691         * fvwm/functions.c (__execute_function):
5692         * libs/defaults.h:
5693         Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
5694         This fixes some cores dumps with "recursives" functions
5696         * fvwm/borders.c (border_create_root_transparent_pixmap):
5697         (border_draw_decor_to_pixmap):
5698         Fixed a core dump with a root transparent rotated title
5699         Fixed X errors 56 with RootTransparent titlebar and no E pixmap
5701         * libs/FGettext.c (fgettext_add_one_path):
5702         (FGettextInit):
5703         (FGettextSetLocalePath):
5704         Fixed memory leak and chainning
5706         * fvwm/builtins.c (CMD_PrintInfo):
5707         Fixed a parsing leak
5709         * fvwm/conditional.c (Circulate):
5710         Fixed a mask memory leaks
5712         * libs/defaults.h:
5713         * libs/Flocale.c (FlocaleGetFont):
5714         (FlocaleGetFontSet):
5715         (FlocaleGetFftFont):
5716         Fixed a core dump when a 0 font is given with an encoding hints.
5717         Added a default FFT font
5719         * fvwm/builtins.c (CMD_DefaultFont):
5720         Fixed a core dump when the default font change and a redraw
5721         (icon or window) is proceeded before flush_window_updates is called
5723         * fvwm/menustyle.c (CMD_CopyMenuStyle):
5724         Fixed gradients copy
5726         * fvwm/menustyle.c (menustyle_parse_style):
5727         Fixed UMR's related to colorset
5729         * fvwm/builtins.c (ReadDecorFace):
5730         Removed inconsistent #if 0 code and comments about leak and MiniIcon
5731         decor style.
5733         * fvwm/menustyle.h:
5734         * fvwm/menustyle.c (menustyle_free):
5735         Fixed a fore stipple gc leak
5737         * fvwm/windowlist.c (CMD_WindowList):
5738         Fixed a sor_keyname memory leak
5740         * fvwm/fvwm.c (ResetAllButtons):
5741         Fixed the default buttons memory leak
5743 2003-05-08  olicha  <olivier.chapuis@free.fr>
5745         * fvwm/windowlist.c (CMD_WindowList):
5746         Fixed a memory leak if MaxLabelWidth is used
5748 2003-05-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5750         * fvwm/functions.c (__context_has_window):
5751         (__execute_function):
5752         * fvwm/functions.h:
5753         fixed excution of functions requiring a window without a window when
5754         called with "silent" from a complex function
5756 2003-05-07  olicha  <olivier.chapuis@free.fr>
5758         * libs/System.c (searchPath):
5759         Fixed a core dump
5761 2003-05-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5763         * fvwm/move_resize.c (__move_loop):
5764         (__resize_window):
5765         fixed core dumps
5767 2003-05-03  olicha  <olivier.chapuis@free.fr>
5769         * todo-2.6:
5770         Updated
5772 2003-05-01  Bob Woodside  <dumbledore@woodsway.com>
5774         * fvwm/NEWS:
5775         Minor typo corrections.
5777 2003-04-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5779         * fvwm/move_resize.c (__move_loop):
5780         fixed UMR
5781         removed debug code
5782         (__resize_window):
5783         fixed UMR
5785 2003-04-28  olicha  <olivier.chapuis@free.fr>
5787         * fvwm/ewmh.c (ewmh_atom_wm_state):
5788         (ewmh_HandleDock):
5789         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
5790         (ewmh_WMStateStaysOnBottom):
5791         Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
5793 2003-04-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5795         * fvwm/module_interface.c (do_execute_module):
5796         * fvwm/fvwm.c (main):
5797         * libs/envvar.c (flib_putenv):
5798         * fvwm/builtins.c (add_to_env_list):
5799         (CMD_SetEnv):
5800         (CMD_UnsetEnv):
5801         fixed putenv memory leaks
5803         * libs/envvar.c (strIns):
5804         removed debug code
5805         reformatted file
5806         (flib_putenv):
5807         replacement for putenv without memory leaks
5809         * fvwm/frame.c:
5810         removed debug code
5812         * fvwm/fvwm.c (StartupStuff):
5813         fixed UMR
5814         * fvwm/add_window.c (free_window_names):
5815         fixed memory leaks
5816         * fvwm/events.c (HandlePropertyNotify):
5817         fixed memory leak
5818         * fvwm/menus.c (do_menu):
5819         fixed core dump
5820         (__mloop_exit_selected):
5821         safety patch
5822         * fvwm/menucmd.c (menu_func):
5823         fixed memory leak
5825         * fvwm/builtins.c (CMD_Destroy):
5826         (CMD_Close):
5827         call destroy_window right after XKillClient; do not wait for the window
5828         to die on its own
5830         * fvwm/menucmd.c (menu_func):
5831         * fvwm/windowlist.c (CMD_WindowList):
5832         fixed core dumps
5834 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
5836         * INSTALL.fvwm:
5837         several updates (FvwmGtk, gettext)
5839 2003-04-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5841         * fvwm/menucmd.c (menu_func):
5842         * fvwm/windowlist.c (CMD_WindowList):
5843         * fvwm/menus.h:
5844         * fvwm/menus.c (is_double_click):
5845         (pop_menu_up):
5846         (pop_menu_down):
5847         (pop_menu_down_and_repaint_parent):
5848         (__mloop_get_event_timeout_loop):
5849         (__mloop_get_event):
5850         (__mloop_handle_event):
5851         (__mloop_select_item):
5852         (__mloop_make_popup):
5853         (__mloop_get_mi_actions):
5854         (__mloop_do_popup):
5855         (__mloop_do_menu):
5856         (__mloop_handle_action_with_mi):
5857         (__mloop_handle_action_without_mi):
5858         (__mloop_exit):
5859         (menu_enter_tear_off_menu):
5860         (menu_close_tear_off_menu):
5861         (do_menu):
5862         replaced the pfw and pcontext members of the MenuParameters structure
5863         with an execution context pointer
5864         (_menu_execute_function):
5865         wrapper function to simplyfy command execution from within menus
5866         (do_menu):
5867         fixed warping pointer to first menu item when invoked with the mouse
5869         * fvwm/execcontext.c:
5870         removed debug code
5872 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
5874         * libs/XError.c:
5875         reformatted
5877         * fvwm.1.in:
5878         * fvwm.c:
5879         replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
5881 2003-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5883         * fvwm/menus.c (do_menu):
5884         the NoWarp position hint option works with root menus too
5886         * fvwm/ConfigFvwmDefaults:
5887         removed GrabFocusOff and GrabFocusTransient since they nullify the
5888         default with the plain focus policies
5890 2003-04-24  olicha  <olivier.chapuis@free.fr>
5892         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
5893         Fixed a miss print in my previous commit
5895         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
5896         (ewmh_MoveResize)
5897         (ewmh_WMStateStaysOnBottom):
5898         * fvwm/ewmh.c (ewmh_AllowsMinimize):
5899         * fvwm/ewmh_intern.h:
5900         Added comment on the implementation at the top of ewmh.c.
5901         Fixed _NET_WM_MOVERESIZE.  Added _NET_WM_ACTION_MINIMIZE in
5902         _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
5903         _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
5904         and _NET_WM_STATE_BELOW.
5906         * AUTHORS:
5907         Added David Fries. Updated my entries.
5909         * todo-2.6:
5910         One update
5912 2003-04-23  olicha  <olivier.chapuis@free.fr>
5914         * fvwm/module_interface.c (CMD_KillModule):
5915         Fixed a leak when we have an alias
5917         * libs/Picture.c (PFreeFvwmPictureData):
5918         * libs/Picture.h:
5919         New interface function for just freeing the allocated data (not
5920         the pixmaps).
5922 2003-04-22  olicha  <olivier.chapuis@free.fr>
5924         * fvwm/colorset.c (get_root_pixmap):
5925         Fixed a minor memory leak
5927         * fvwm/functions.c (execute_complex_function):
5928         Fixed uninitialized d.type
5930         * libs/Ficonv.c (FiconvSetupConversion):
5931         (FiconvUtf8ToCharset):
5932         (FiconvCharsetToUtf8):
5933         Formating clean-up
5935         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
5936         (EWMH_WMIconName):
5937         (EWMH_WMName):
5938         Fixed a core dump and safety check related to not loaded font
5940 2003-04-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5942         * libs/Module.h:
5943         reformatted
5945 2003-04-16  olicha  <olivier.chapuis@free.fr>
5947         * fvwm/ewmh_events.c (ewmh_CloseWindow):
5948         (ewmh_MoveResize):
5949         (ewmh_WMState):
5950         (ewmh_WMStateHidden):
5951         Check if functions are allowed
5953         * fvwm/ewmh.c (ewmh_HandleDesktop):
5954         (ewmh_HandleDock):
5955         Set Desktop and Dock uniconifiable and unmaximazable
5957         * fvwm/menuitem.c (menuitem_paint):
5958         * fvwm/screen.h:
5959         Fixed greyed action with EWMH desktop
5961 2003-04-16  Mikhael Goikhman  <migo@homemail.com>
5963         * NEWS:
5964         documented FvwmEvent behaviour of executing window related event
5965         handlers within a window context
5967         * fvwm/fvwm.1.in:
5968         updated WindowId entry
5970 2003-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5972         * fvwm/schedule.c (deschedule):
5973         (squeue_execute):
5974         (execute_obj_func):
5975         * fvwm/module_interface.c (DeleteMessageQueueBuff):
5976         (ExecuteCommandQueue):
5977         * libs/queue.c (fqueue_init):
5978         (fqueue_remove_or_operate_from_front):
5979         (fqueue_remove_or_operate_from_end):
5980         (fqueue_remove_or_operate_all):
5981         (fqueue_init):
5982         (fqueue_unlock_queue):
5983         (fqueue_lock_queue):
5984         (fqueue_add_at_front):
5985         (fqueue_add_inside):
5986         (fqueue_get_first):
5987         core dump fixes
5989         * libs/queue.c (fqueue_remove_or_operate_all):
5990         (fqueue_remove_or_operate_from_end):
5991         (fqueue_remove_or_operate_from_front):
5992         * fvwm/module_interface.c (DeleteMessageQueueBuff):
5993         (ExecuteCommandQueue):
5994         * fvwm/schedule.c (deschedule):
5995         (check_deschedule_obj_func):
5996         (deschedule_obj_func):
5997         (squeue_execute):
5998         (check_execute_obj_func):
5999         (execute_obj_func):
6000         (copy_obj_func):
6001         core dump fixes
6003 2003-04-15  Mikhael Goikhman  <migo@homemail.com>
6005         * fvwm/ConfigFvwmDefaults:
6006         * fvwm/fvwm.1.in:
6007         * fvwm/windowlist.c:
6008         * sample.fvwmrc/system.fvwm2rc-sample-95:
6009         * NEWS:
6010         WindowListFunc is executed now within a window context,
6011         so "WindowId $0" is not needed anymore in its definition
6013 2003-04-14  olicha  <olivier.chapuis@free.fr>
6015         * fvwm/fvwm.1.in:
6016         * NEWS:
6017         Documented LocalePath and $[gt.str]. FvwmScript news.
6019         * fvwm/expand.c (expand_vars_extended):
6020         Fixed $[gt.str] expansion
6022         * configure.in:
6023         New gettext domain FvwmScript
6025         * libs/FGettext.c (FGettextCopy):
6026         * libs/FGettext.h:
6027         New interface function which copies the string
6029 2003-04-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6031         * fvwm/conditional.c (CMD_Cond):
6032         allow to negate the condition code with '!' prefix
6034         * fvwm/schedule.c (CMD_Schedule):
6035         (CMD_Deschedule):
6036         support hexadecimal ids
6038         * libs/Parse.c (GetIntegerArguments):
6039         (_get_suffixed_integer_arguments):
6040         (GetSuffixedIntegerArguments):
6041         (GetIntegerArgumentsAnyBase):
6042         new utitily function to allow hexadecimal integer arguments
6044 2003-04-10  olicha  <olivier.chapuis@free.fr>
6046         * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
6047         (FlocaleGetCharsetOfFontStruct):
6048         (FlocaleGetCharsetFromName):
6049         (FlocaleFixNameForFontSet):
6050         (FlocaleGetFontSet):
6051         (FlocalePrintLocaleInfo):
6052         * libs/FlocaleCharset.h:
6053         * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
6054         (FlocaleCharsetPrintXOMInfo):
6055         Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
6057 2003-04-08  olicha  <olivier.chapuis@free.fr>
6059         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6060         fixed the default font name
6062 2003-04-07  Mikhael Goikhman  <migo@homemail.com>
6064         * fvwm/events.c (HandlePropertyNotify):
6065         * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
6066         completely ignore application requests to set exactly the same
6067         window name or icon name (xmms sets it every second),
6068         this avoids some redundant module messages and redraws
6070 2003-04-05  Mikhael Goikhman  <migo@homemail.com>
6072         * Makefile.am:
6073         fixed DIST
6075 2003-04-04  olicha  <olivier.chapuis@free.fr>
6077         * configure.in:
6078         Fixed a miss print in fribidi config check
6080 2003-04-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6082         * fvwm/focus.c (__restore_focus_after_unmap):
6083         iconified windows without an icon do not receive focus
6085 2003-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6087         * fvwm/virtual (CMD_GotoDeskAndPage):
6088         different "GotoDeskAndPage prev" fix that works with any viewports, not
6089         just multiples of the screen size
6091 2003-03-29  Mikhael Goikhman  <migo@homemail.com>
6093         * fvwm/virtual (CMD_GotoDeskAndPage):
6094         fixed "GotoDeskAndPage prev" with desks larger than 2x2
6096 2003-03-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6098         * ETHICAL_LICENSE:
6099         added file
6101         * fvwm/menucmd.c (menu_func):
6102         fixed double key presses to choose default menu action
6104         * fvwm/focus.c (__update_windowlist):
6105         fixed order of window list with SloopyFocus when using the Focus
6106         command
6108 2003-03-22  Mikhael Goikhman  <migo@homemail.com>
6110         * fvwm/fvwm.1.in:
6111         clarified some things, typo fixed
6113 2003-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6115         * libs/Colorset.c (CreateBackgroundPixmap):
6116         (GetWindowBackgroundPixmapSize):
6117         (get_aspect_dimensions):
6118         fixed size calculation of aspect pixmaps
6120 2003-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6122         * fvwm/icons.c (clear_icon):
6123         (clear_icon):
6124         (AutoPlaceIcon):
6125         (Iconify):
6126         * fvwm/geometry.c (get_icon_geometry):
6127         (modify_icon_position):
6128         set a valid icon picture position if there is neither a picture nor a
6129         title
6131 2003-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6133         * NEWS:
6134         * AUTHORS:
6135         reformatted to fit better on the web page
6137 2003-03-15  Mikhael Goikhman  <migo@homemail.com>
6139         * todo-2.6:
6140         added items from "My TODO" message on 2003-01-02
6142         * fvwm/fvwm.1.in:
6143         actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
6145 2003-03-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6147         * libs/FScreen.c:
6148         removed debug output
6150 2003-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6152         * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
6153         (FScreenFetchMangledScreenFromUSPosHints):
6154         two functions to allow USPosition hints from modules and StartsOnScreen
6155         work at the same time
6157         * fvwm/conditional.c (direction_cmd):
6158         Some fixes, reformatting and improvements.
6160 2003-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6162         * fvwm/icons.c (Iconify):
6163         initialise icon position to +0+0 if there is neiter a picture nor a
6164         title
6166         * fvwm/functions.c (DeferExecution):
6167         action trigger fix
6169         * todo-2.6 (todo):
6170         closed some items
6172         * fvwm/update.c (apply_window_updates):
6173         fixed drawing of sticky icon titles when the stickyicon style is being
6174         set
6176 2003-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6178         * fvwm/placement.c (CMD_PlaceAgain):
6179         * fvwm/add_window.c (setup_window_placement):
6180         * fvwm/virtual.c (MapDesk):
6181         update the GNOME hints desk when changing desks; fixes placeagain with
6182         stickyicon style
6183         some placeagain fixes
6185         * fvwm/fvwm.1.in (Example):
6186         removed duplicate Iconify section
6188         * todo-2.6 (todo):
6189         closed C.11
6191         * fvwm/functable.c (func_table):
6192         * fvwm/functions.h (func_type):
6193         * fvwm/functions.c (__execute_function):
6194         (execute_complex_function):
6195         (DeferExecution):
6196         fixed a new and and old window selection bug
6198 2003-03-09  Dan Espen  <dane@mk.telcordia.com>
6200         * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
6201         detected with Purify.
6203 2003-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6205         * libs/Colorset.c (SetWindowBackgroundWithOffset):
6206         use None, not 0 for Window structures
6208         * fvwm/events.c (InitEventHandlerJumpTable):
6209         (HandleKeyRelease):
6210         (__handle_key_event):
6211         * fvwm/bindings.c (ParseBinding):
6212         (activate_binding):
6213         * libs/Bindings.h:
6214         * fvwm/fvwm.1.in:
6215         removed key release binding because they can not work reliably
6217 2003-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6219         * fvwm/functable.c (func_table):
6220         trigger on ButtonPress for many of the functions
6222         * fvwm/functions.c (__execute_function):
6223         (__execute_function):
6224         fixed conditional commands a la "Current" triggered on root window
6226 2003-03-01  Dan Espen  <dane@mk.telcordia.com>
6228         * todo-2.6: Closed B.2, C.21.
6230 2003-02-28  olicha  <olivier.chapuis@free.fr>
6232         * libs/defaults.h:
6233         * fvwm/events.c (HandleConfigureRequest):
6234         Added a workaround for application with broken max/min size hints
6235         vs a size configure request. This "fixes" floating java JToolBar.
6237         * fvwm/add_window.c (GetWindowSizeHints):
6238         Check that the max size hint is not broken relatively to the the base
6239         size hint
6241 2003-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6243         * NEWS:
6244         * configure.in:
6245         released 2.5.6, set version to 2.5.7
6247         * NEWS:
6248         * configure.in:
6249         updated for 2.5.6
6251 2003-02-26  Tony Finch  <dot@dotat.at>
6253         * fvwm/borders.c (border_draw_one_border_part):
6254         Don't draw the handle relief marks when the border is flat.
6256 2003-02-27  Mikhael Goikhman  <migo@homemail.com>
6258         * configure.in:
6259         s/fribdi_in_path/fribidi_in_path/
6261         * todo-2.6:
6262         spell checking and some reformatting
6264 2003-02-26  olicha  <olivier.chapuis@free.fr>
6266         * fvwm/borders.c (border_setup_bar_pixmaps):
6267         Fixed a miss-print which can cause a core dump
6269         * todo-2.6:
6270         Added a 2.6 TODO file
6272 2003-02-25  Dan Espen  <dane@mk.telcordia.com>
6274         * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
6275         void functioin cannot return a value.
6277 2003-02-25  olicha  <olivier.chapuis@free.fr>
6279         * configure.in:
6280         Fixed compilation warning if fribidi is in path
6282 2003-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6284         * fvwm/windowlist.c (CMD_WindowList):
6285         removed unused instruction
6287 2003-02-22  Dan Espen  <dane@mk.telcordia.com>
6289         * configure.in: Remove nested function from -Werror check.
6290         Lets configure work without gcc.
6292         * fvwm/read.h:
6293         * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
6295 2003-02-21  Dan Espen  <dane@mk.telcordia.com>
6297         * fvwm/functions.c (__run_complex_function_items): Make Break start
6298         working again.
6300 2003-02-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6302         * fvwm/move_resize.c (get_outline_rects):
6303         (draw_move_resize_grid):
6304         initial drawing and final undrawing of wire frame no longer toggles the
6305         pixel in the top left corner of the screen
6307         * fvwm/expand.c (expand_vars):
6308         disabled warnings about one letter variables
6310 2003-02-17  Dan Espen  <dane@mk.telcordia.com>
6312         * README: Update to reflect release 2.5.x.
6313         * NEWS: Update news for FvwmPager drag fix.
6315 2003-02-15  olicha  <olivier.chapuis@free.fr>
6317         * fvwm/fvwm.1.in:
6318         Fixed a typo
6320 2003-02-13  olicha  <olivier.chapuis@free.fr>
6322         * fvwm/gnome.c (GNOME_SetClientList):
6323         Applied David Fries patch which fixes a possible crash with more
6324         than 256 windows
6325         (GNOME_SetClientList):
6326         malloc -> safemalloc
6328 2003-02-09  Dan Espen  <dane@mk.telcordia.com>
6330         * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
6331         Give the XorValue range.
6333 2003-02-08  Dan Espen  <dane@mk.telcordia.com>
6335         * fvwm/fvwm.1.in: Fully document the emulate command.
6337 2003-02-06  olicha  <olivier.chapuis@free.fr>
6339         * fvwm/borders.c (get_common_decorations):
6340         (border_get_border_background):
6342 2003-02-05  Dan Espen  <dane@mk.telcordia.com>
6344         * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
6346 2003-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6348         * fvwm/menuitem.h:
6349         * fvwm/menuitem.c (menuitem_get_size):
6350         * fvwm/menus.c (calculate_item_sizes):
6351         renamed "mips" to mipst
6353         * fvwm/menuitem.c (menuitem_get_item_size):
6354         * fvwm/menus.c (_calculate_item_sizes):
6355         backed out patch from 30-Jan-2003
6357 2003-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6359         * fvwm/menuitem.h:
6360         * fvwm/menuitem.c (menuitem_get_item_size):
6361         * fvwm/menus.c (_calculate_item_sizes):
6362         functions renamed due to global name space collision with IRIX 6.5
6364 2003-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6366         * configure.in:
6367         added tests/hints/Makefile.am
6369 2003-01-24  Dan Espen  <dane@mk.telcordia.com>
6371         * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
6373 2003-01-20  Dan Espen  <dane@mk.telcordia.com>
6375         * sample.fvwmrc/DecorWin95:
6376         * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
6377         Replace a long time ago.
6379 2003-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6381         * fvwm/stack.c (new_layer):
6382         (collect_transients_recursive):
6383         (__restack_window):
6384         fixed Layer command
6386         * fvwm/events.c (HandleConfigureRequest):
6387         fixed placement of icons
6388         fixed size calculations of icons
6390 2003-01-18  Mikhael Goikhman  <migo@homemail.com>
6392         * fvwm/expand.c:
6393         fixed $[desk.name<n>] that was masked by $[desk.n],
6394         added $[desk.pagesx] and $[desk.pagesy]
6396 2003-01-16  Dan Espen  <dane@mk.telcordia.com>
6398         * NEWS: Update news.  Spelling fixes 2.5.x news.
6399         * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
6400         its not interactive.
6402 2003-01-12  Mikhael Goikhman  <migo@homemail.com>
6404         * fvwm/functable.c:
6405         added a short description together with the commands
6407 2003-01-12  Marcus Lundblad  <ml@update.uu.se>
6409         * NEWS:
6410         Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
6411         HasHandles
6413 2003-01-11  Mikhael Goikhman  <migo@homemail.com>
6415         * expand.c:
6416         * NEWS:
6417         deprecate all single letter variables, new variables are supported now
6418         $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
6419         $[desk.n], $[version.num], $[version.info], $[version.line].
6421 2003-01-07  Marcus Lundblad <ml@update.uu.se>
6423         * fvwm/style.c (style_parse_one_style_option):
6424         * fvwm/fvwm.1.in:
6425         Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
6426         DisallowMaximizeFixedSize
6428 2003-01-06  Dan Espen  <dane@mk.telcordia.com>
6430         * fvwm/fvwm.1.in: Lang check.
6432 2003-01-03  olicha  <olivier.chapuis@free.fr>
6434         * fvwm/commands.h:
6435         * INSTALL.fvwm:
6436         * fvwm/ewmh.h:
6437         * fvwm/ewmh_intern.h:
6438         * fvwm/ewmh_names.c:
6439         * fvwm/ewmh_icons.c:
6440         * fvwm/ewmh_events.c:
6441         * fvwm/ewmh_conf.c:
6442         * fvwm/ewmh.c:
6443         * fvwm/gnome.c:
6444         * fvwm/gnome.h:
6445         * fvwm/functable.c (func_table):
6446         * fvwm/fvwm.c (setVersionInfo):
6447         * acconfig.h:
6448         * configure.in:
6449         Removed GNOME and HAVE_EWMH ifdef
6451         * fvwm/fvwm.1.in:
6452         Documented UseTitleDecorRotation
6454 2003-01-03  Mikhael Goikhman  <migo@homemail.com>
6456         * fvwm/module_interface.c (MoveViewport):
6457         * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
6458         M_NEW_PAGE now has 7 arguments
6460 2003-01-02  olicha  <olivier.chapuis@free.fr>
6462         * fvwm/fvwm.1.in:
6463         Documented  the new icon style options
6465         * fvwm/fvwm.h:
6466         * fvwm/icons.h:
6467         * fvwm/icons.c (DrawIconTitleWindow):
6468         (DrawIconPixmapWindow):
6469         (setup_icon_title_size):
6470         * fvwm/style.c (style_parse_one_style_option):
6471         Fixed IconTitleRelief and IconBackgroundRelief arguments
6473         * fvwm/icons.c (GetIconPicture):
6474         (SetIconPixmapSize):
6475         Fixed IconSize style for non shaped depth > 1 pixmaps
6477 2003-01-02  Mikhael Goikhman  <migo@homemail.com>
6479         * NEWS:
6480         * fvwm/commands.h:
6481         * fvwm/conditional.c (CMD_On):
6482         * fvwm/functable.c:
6483         * fvwm/fvwm.1.in:
6484         new conditional command On for non-window related conditions
6486         * fvwm/execcontext.h:
6487         * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
6488         two new exec contexts for restarting
6490 2003-01-02  olicha  <olivier.chapuis@free.fr>
6492         * fvwm/builtins.c (ReadMultiPixmapDecor):
6493         StretchedPixmap -> AdjustedPixmap
6495         * fvwm/fvwm.1.in:
6496         Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
6497         Documented the new MultiPixmap syntax
6499 2002-12-31  Mikhael Goikhman  <migo@homemail.com>
6501         * NEWS:
6502         * fvwm/fvwm.1.in:
6503         * fvwm/builtins.c (ReadTitleButton):
6504         * fvwm/screen.h:
6505         new button state shortcuts AllActiveUp, AllActiveDown,
6506         AllInactiveUp, AllInactiveDown
6508 2002-12-31  olicha  <olivier.chapuis@free.fr>
6510         * libs/PictureGraphics.c (PCopyArea):
6511         Fixed rendering of depth 1 pixmap with a mask
6513         * fvwm/update.c (apply_window_updates):
6514         Fixed icon bg cset update
6516         * fvwm/events.c (HandlePropertyNotify):
6517         * fvwm/geometry.c (move_icon_to_position):
6518         Fixed non shaped icons with a bg padding but without cs bg
6520         * NEWS:
6521         * fvwm/style.c (style_parse_icon_size_style):
6522         (merge_styles):
6523         * fvwm/fvwm.h (window_style):
6524         * fvwm/add_window.c (setup_icon_size_limits):
6525         * fvwm/icons.c (SetIconPixmapSize):
6526         (GetIconPicture):
6527         New option to IconSize style: Adjusted, Streched, Shrunk
6529         * fvwm/icons.c (SetIconPixmapSize):
6530         (GetIconPicture):
6531         Always center the icon with IconSize if the icon has a background
6533 2002-12-30  Mikhael Goikhman  <migo@homemail.com>
6535         * configure.in:
6536         FvwmWindowMenu renaming; compact long diagnostics into half of line
6538         * NEWS:
6539         documeted and corrected new features
6541         * fvwm/fvwm.1.in:
6542         removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
6543         since these are the only way currently to create themes
6545         * fvwm/fvwm.c:
6546         small reformatting
6548 2002-12-30  olicha  <olivier.chapuis@free.fr>
6550         * NEWS:
6551         * fvwm/icons.c (setup_icon_title_size):
6552         (set_icon_pixmap_background):
6553         (CreateIconWindow):
6554         (DrawIconTitleWindow):
6555         (DrawIconPixmapWindow):
6556         (DrawIconWindow):
6557         (ChangeIconPixmap):
6558         (RedoIconName):
6559         * fvwm/events.c (HandleEnterNotify):
6560         (HandleExpose):
6561         (HandleLeaveNotify):
6562         (HandlePropertyNotify):
6563         * fvwm/borders.c (border_draw_decorations):
6564         * fvwm/default.h:
6565         * fvwm/fvwm.h:
6566         * fvwm/add_window.c (setup_icon_background_parameters):
6567         (setup_icon_title_parameters):
6568         (setup_style_and_decor):
6569         (setup_icon_font):
6570         * fvwm/geometry.c (move_icon_to_position):
6571         * fvwm/style.h:
6572         * fvwm/style.c (check_window_style_change):
6573         (update_style_colorset):
6574         (update_icon_title_cs_style):
6575         (update_icon_title_cs_hi_style):
6576         (update_icon_background_cs_style):
6577         (merge_styles):
6578         * fvwm/update.h:
6579         * fvwm/update.c (apply_window_updates):
6580         New style options IconBackgroundColorset, IconTitleColorset,
6581         HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
6582         and IconBackgroundPadding
6584 2002-12-28  Mikhael Goikhman  <migo@homemail.com>
6586         * libs/FShm.h:
6587         fixed compilation without XShm
6589         * fvwm/borders.c (border_rotate_titlebar_descr):
6590         fixed warning: deprecated use of label at end of compound statement
6592 2002-12-27  olicha  <olivier.chapuis@free.fr>
6594         * fvwm/ConfigFvwmDefaults:
6595         UseTitleDecorRotation is a default
6597         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
6598         (do_relieve_rectangle):
6599         * libs/fvwmlib.h:
6600         * fvwm/borders.c (border_draw_title_stick_lines):
6601         (border_create_root_transparent_pixmap):
6602         (border_mp_render_into_pixmap):
6603         (border_draw_decor_to_pixmap):
6604         (border_mp_render_into_pixmap):
6605         (border_mp_get_titlebar_descr):
6606         (border_mp_draw_mp_titlebar):
6607         (border_draw_decor_to_pixmap):
6608         (border_set_button_pixmap):
6609         (border_get_titlebar_draw_descr):
6610         (border_set_title_pixmap):
6611         (border_rotate_titlebar_descr):
6612         (border_get_titlebar_descr):
6613         Completed UseTitleDecorRotation
6615 2002-12-26  olicha  <olivier.chapuis@free.fr>
6617         * fvwm/update.c (apply_window_updates):
6618         * fvwm/frame.c (frame_get_titlebar_dimensions):
6619         (frame_set_decor_gravities):
6620         * fvwm/borders.c (border_set_button_pixmap):
6621         (border_get_titlebar_descr):
6622         (border_draw_one_button):
6623         Buttons order follows the title text rotations.
6624         More UseTitleDecorRotation preparation
6626         * fvwm/borders.c (border_draw_decor_to_pixmap):
6627         Fixed SolidButton
6629 2002-12-24  olicha  <olivier.chapuis@free.fr>
6631         * fvwm/borders.c (border_mp_render_into_pixmap):
6632         (border_fill_pixmap_background):
6633         Some borders drawing fixes
6635         * libs/Graphics.c (CreateRotatedPixmap):
6636         * fvwm/geometry.c (get_title_font_size_and_offset):
6637         * fvwm/update.c (apply_window_updates):
6638         * fvwm/borders.c (border_set_button_pixmap):
6639         (border_get_titlebar_draw_descr):
6640         (border_draw_title):
6641         (border_rotate_titlebar_descr):
6642         (border_get_titlebar_descr):
6643         More UseTitleDecorRotation preparation
6645 2002-12-22  Dan Espen  <dane@mk.telcordia.com>
6647         * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
6648         so we won't get so many application bugs report to fvwm-workers.
6650         * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
6652 2002-12-21  Marcus Lundblad <ml@update.uu.se>
6654         * fvwm/style.c (style_parse_one_style_option):
6655         * fvwm/style.h:
6656         * fvwm/fvwm.h:
6657         * fvwm/window_flags:
6658         * fvwm/decorations.c (is_function_allowed,
6659                               __is_resize_allowed):
6660         Added styles Closable, Iconifiable, Maximizable and
6661         AllowMaximizeFixedSize
6662         * fvwm/conditional.c (MatchesConditionMask,
6663                               CreateConditionMask):
6664         Added conditionals Closable,Iconifiable and Maximizable
6665         * fvwm/fvwm.1.in:
6666         Documented styles Closable, Iconifiable, Maximizable and
6667         AllowMaximizeFixedSize and conditionals
6668         Closable,Iconifiable and Maximizable
6670 2002-12-20  olicha  <olivier.chapuis@free.fr>
6672         * fvwm/window_flags.h:
6673         * fvwm/update.h:
6674         * fvwm/update.c (apply_window_updates):
6675         * fvwm/style.h:
6676         * fvwm/style.c (style_parse_one_style_option):
6677         * fvwm/fvwm.h:
6678         UseTitleDecorRotation style preparation
6680         * fvwm/fvwm.c (main):
6681         Use best TrueColor visual
6683         * fvwm/borders.c (border_get_border_gcs):
6684         Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
6685         window which may have a depth != Pdepth
6687         * fvwm/menus.c (paint_side_pic):
6688         * fvwm/menuitem.c (menuitem_paint):
6689         * fvwm/icons.c (DrawIconPixmapWindow):
6690         * fvwm/colorset.c (parse_colorset):
6691         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
6692         Used Scr.AlphaGC
6694 2002-12-19  olicha  <olivier.chapuis@free.fr>
6696         * libs/Graphics.c (CreateRotatedPixmap):
6697         * libs/fvwmlib.h:
6698         New interface function CreateRotatedPixmap
6700         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
6701         (PImageLoadXpm):
6702         * libs/PictureGraphics.c (PCreateRenderPixmap):
6703         (PCreateDitherPixmap):
6704         * libs/Graphics.c (CreateGradientPixmap):
6705         (CreateRotatedPixmap):
6706         * acconfig.h:
6707         * configure.in:
6708         * libs/FShm.h (new file):
6709         * libs/FImage.h (new file):
6710         * libs/FImage.c (new file):
6711         * libs/Makefile.am:
6712         * fvwm/fvwm.c (setVersionInfo):
6713         Added MIT Shared Memory Extension for XImage
6715         * NEWS:
6716         Some news
6718         * fvwm/screen.h:
6719         * fvwm/builtins.c (ReadDecorFace):
6720         (FreeDecorFace):
6721         * fvwm/borders.c (border_draw_decor_to_pixmap):
6722         (border_fill_pixmap_background):
6723         AdjustedPixmap, StretchedPixmap and ShrunkPixmap
6725 2002-12-17  Mikhael Goikhman  <migo@homemail.com>
6727         * libs/FBidiJoin.c:
6728         shape-and-join fixes from Nadim Shaikli (slightly modified)
6730 2002-12-16  olicha  <olivier.chapuis@free.fr>
6732         * libs/PictureGraphics.h:
6733         * libs/PictureGraphics.c (PTileRectangle):
6734         (PGraphicsCreateTiledPicture):
6735         * libs/Graphics.c (CreateTiledPixmap):
6736         New interface function: PGraphicsCreateTiledPicture
6738         * fvwm/screen.h:
6739         * fvwm/fvwm.c (CreateGCs):
6740         Added a global (Scr) alpha GC
6742         * configure.in:
6743         * fvwm/screen.h:
6744         * fvwm/builtins.c (ReadMultiPixmapDecor):
6745         (update_decorface_colorset):
6746         (FreeDecorFace):
6747         * fvwm/borders.c (border_get_tb_parts_to_draw):
6748         (border_fill_pixmap_background):
6749         (border_setup_bar_pixmaps):
6750         (border_get_bar_pixmaps):
6751         (border_free_bar_pixmaps):
6752         (border_mp_render_into_pixmap):
6753         (border_mp_get_length):
6754         (border_mp_get_titlebar_descr):
6755         (border_mp_get_geometry):
6756         (border_mp_get_use_title_style_parts_and_geometry):
6757         (border_mp_draw_mp_titlebar):
6758         (border_draw_decor_to_pixmap):
6759         (border_draw_title_deep):
6760         (border_get_titlebar_draw_descr):
6761         (border_setup_use_title_style):
6762         (border_get_titlebar_descr_state):
6763         (border_get_titlebar_descr):
6764         (border_get_transparent_decorations_part):
6765         (border_draw_title_stick_lines):
6766         MultiPixmap can use Colorset and Solid color. Various others minor
6767         improvement in MultiPixmap. "Merge" the MultiPixmap code into the
6768         "main" drawing code and remove the #ifdef.
6769         New option to ButtonStyle and TitleStyle: StretchedPixmap.
6770         Use the new Scr.AlphaGC.
6772 2002-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6774         * fvwm/add_window.c (validate_transientfor):
6775         do not ignore transientfor hint for iconified windows
6777 2002-12-12  Jason Weber <baboon@imonk.com>
6779         * fvwm/fvwm.1.in:
6780         * fvwm/conditional.c (CMD_ScanForWindow):
6781         * fvwm/commands.h:
6782         * fvwm/functable.c:
6783         rename ScanWindow to ScanForWindow
6785 2002-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6787         * fvwm/menuitem.c (menuitem_paint):
6788         * fvwm/colorset.c (parse_colorset):
6789         * fvwm/icons.c (DrawIconPixmapWindow):
6790         * fvwm/focus.c (_SetFocusWindow):
6791         (_ReturnFocusWindow):
6792         (_DeleteFocus):
6793         (_ForceDeleteFocus):
6794         (__activate_window_by_command):
6795         patches to prevent UMR messages in memory debuggers
6797 2002-12-11  Jason Weber <baboon@imonk.com>
6799         * fvwm/fvwm.1.in: Added ScanWindow
6801         * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
6802         * fvwm/commands.h:
6803         * fvwm/functable.c:
6804         Generalized CMD_Direction into direction_cmd.
6805         Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
6806         Replace Cycle prefix with secondary direction argument.
6808 2002-12-10  Dan Espen  <dane@mk.telcordia.com>
6810         * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
6812 2002-12-05  Marcus Lundblad <ml@update.uu.se>
6813         * fvwm/conditional.c (CreateConditionMask):
6814         Implemented conditional "FixedSize" and "HasHandles"
6815         * fvwm/fvwm.1.in
6816         Documented conditional options "FixedSize" and "HasHandles".
6818 2002-12-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6820         * fvwm/placement.c (PlaceWindow):
6821         fixed StickyAcrossDesks w/ StartsOnPage
6823         * fvwm/functable.c:
6824         * fvwm/commands.h:
6825         * fvwm/ewmh_conf.c (set_state_workaround):
6826         * fvwm/update.c (apply_window_updates):
6827         * fvwm/windowlist.c (CMD_WindowList):
6828         * fvwm/ewmh_events.c (ewmh_WMDesktop):
6829         (ewmh_WMStateSticky):
6830         * fvwm/conditional.c (CreateConditionMask):
6831         * fvwm/gnome.c (GNOME_SetHints):
6832         (GNOME_GetStyle):
6833         (GNOME_HandlePropRequest):
6834         * fvwm/placement.c (SmartPlacement):
6835         (get_next_x):
6836         (get_next_y):
6837         (test_fit):
6838         (PlaceWindow):
6839         * fvwm/session.c (SaveWindowStates):
6840         (MatchWinToSM):
6841         (MatchWinToSM):
6842         * fvwm/ewmh.c (check_desk):
6843         (EWMH_SetWMDesktop):
6844         (ewmh_ComputeAndSetWorkArea):
6845         (ewmh_HandleDynamicWorkArea):
6846         (ewmh_HandleDesktop):
6847         (ewmh_HandleDock):
6848         (ewmh_HandleMenu):
6849         (ewmh_HandleToolBar):
6850         * fvwm/virtual.c (UnmapDesk):
6851         (MapDesk):
6852         (MoveViewport):
6853         (do_move_window_to_desk):
6854         * fvwm/icons.c (setup_icon_title_size):
6855         (DrawIconTitleWindow):
6856         (AutoPlaceIcon):
6857         (Iconify):
6858         * fvwm/borders.c (is_button_toggled):
6859         (get_common_decorations):
6860         (border_draw_title_stick_lines):
6861         * fvwm/add_window.c (AddWindow):
6862         * fvwm/move_resize.c (__move_window):
6863         (__move_window):
6864         (is_window_sticky_across_pages):
6865         (is_window_sticky_across_desks):
6866         (MaximizeHeight):
6867         (MaximizeWidth):
6868         (stick_page):
6869         (stick_desk):
6870         (CMD_Stick):
6871         (CMD_StickAcrossPages):
6872         (CMD_StickAcrossDesks):
6873         (stick_across_pages):
6874         (stick_across_desks):
6875         (handle_stick_across_desks):
6876         (handle_stick_across_pages):
6877         (handle_stick):
6878         * fvwm/fvwm.h (struct):
6879         * fvwm/style.c (style_parse_one_style_option):
6880         (check_window_style_change):
6881         * fvwm/style.h:
6882         * fvwm/window_flags.h:
6883         renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
6884         StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
6885         everywhere
6887         * fvwm/focus.c (CMD_Focus):
6888         (CMD_FlipFocus):
6889         (__activate_window_by_command):
6890         (__update_windowlist):
6891         (__set_focus_to_fwin):
6892         (_SetFocusWindow):
6893         (_ReturnFocusWindow):
6894         (_DeleteFocus):
6895         (_ForceDeleteFocus):
6896         fixed window list order with FlipFocus command
6898 2002-12-08  Mikhael Goikhman  <migo@homemail.com>
6900         * AUTHORS:
6901         * NEWS:
6902         document bidi entry undocumented in 2.5.5
6904 2002-12-06  olicha  <olivier.chapuis@free.fr>
6906         * acinclude.m4:
6907         Fixed the "detection" of the LINGUAS variable
6909         * configure.in:
6910         Added ar to ALL_LINGUAS
6913 2002-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6915         * fvwm/move_resize.c (__resize_window):
6916         fixed handling of MontionNotify and PropertyNotify events
6918 2002-12-03  olicha  <olivier.chapuis@free.fr>
6920         * fvwm/borders.c (border_draw_decor_to_pixmap):
6921         (border_get_border_background):
6922         (get_common_decorations):
6923         BorderGC cleanup
6925         * fvwm/builtins.c (CMD_PrintInfo):
6926         New subject nls to PrintInfo
6928         * libs/FGettext.c (*):
6929         New command FlocalePath
6931 2002-12-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6933         * NEWS:
6934         * configure.in:
6935         changed version to 2.5.6
6937         * NEWS:
6938         * configure.in:
6939         updated for 2.5.5
6941 2002-12-02  olicha  <olivier.chapuis@free.fr>
6943         * libs/FRenderInit.c (FRenderInit):
6944         Fixed alpha depth if !XRenderSupport
6946         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
6947         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
6948         (PImageLoadPng):
6949         * libs/PictureImageLoader.h:
6950         Fixed image loading on bigedian machine
6952 2002-12-01  Mikhael Goikhman  <migo@homemail.com>
6954         * libs/FBidi.c (FBidiConvert):
6955         several small changes
6956         * libs/FBidiJoin.c (shape_n_join):
6957         enabled a new bidi shaping code
6959 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6961         * fvwm/frame.c (frame_restore_client_gravities):
6962         (frame_free_move_resize_args):
6963         fixed a redrawing problem after shading a window
6965 2002-11-29  olicha  <olivier.chapuis@free.fr>
6967         * acinclude.m4:
6968         Defined AM_PATH_PROG_WITH_TEST and re-enable it
6970         * configure.in:
6971         * Makefile.am:
6972         Fixed two missprints
6974 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6976         * fvwm/bindings.c (ParseBinding):
6977         fix for stroke-less compile
6979 2002-11-29  olicha  <olivier.chapuis@free.fr>
6981         * fvwm/commands.h (enum):
6982         * fvwm/functable.c (func_table):
6983         * fvwm/builtins.c (CMD_LocalePath):
6984         * libs/FGettext.c (FGettextSetLocalePath):
6985         * libs/FGettext.h:
6986         Preparation for LocalePath command
6988         * fvwm/screen.h (ScreenInfo):
6989         * fvwm/fvwm.c (CreateGCs):
6990         Rename Scr.TileGC to Scr.BordersGC
6992         * acinclude.m4:
6993         A libintl autoconf fix
6995         * libs/Colorset.c (CreateBackgroundPixmap):
6996         Do not grab the server when we dump the E setroot pixmap
6998 2002-11-29  olicha  <olivier.chapuis@free.fr>
7000         * acconfig.h:
7001         * fvwm/Makefile.am:
7002         * Makefile.am:
7003         * configure.in:
7004         * acinclude.m4:
7005         Added NLS support with gnu gettext
7007         * fvwm/fvwm.c (main):
7008         FGettextInit
7010         * fvwm/expand.c (expand_vars_extended):
7011         New extanded variable $[gt.any_string]
7013         * fvwm/virtual.c (CMD_DesktopName):
7014         * fvwm/windowlist.c (get_desk_title):
7015         * fvwm/expand.c (expand_vars_extended):
7016         * fvwm/fvwm.c (SetRCDefaults):
7017         * fvwm/ConfigFvwmSetup:
7018         Mark some strings to be translated
7020         * libs/FGettext.c (new file):
7021         * libs/FGettext.c (new file):
7022         * libs/Makefile.am:
7023         gnu gettext libintl warper
7025 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7027         * fvwm/add_window.c (RestoreWithdrawnLocation):
7028         rixed rxvts with S/E gravity travelling off screen upon recapture after
7029         they were resized.
7031         * fvwm/events.c (__handle_key_event):
7032         * fvwm/bindings.c (activate_binding):
7033         (__rebind_global_key):
7034         fixed unbinding pointerkey bindings removing the grab for this key
7035         completely
7037         * fvwm/events.c (__is_bpress_window_handled):
7038         fixed click on override redirect windows being handled by the root
7039         window
7041         * fvwm/misc.c (GrabEm):
7042         confine the pointer to the root window when grabbed
7044         * fvwm/events.c (HandleUnmapNotify):
7045         fixed reparenting problem with restarts from desks != 0
7047 2002-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7049         * fvwm/events.c:
7050         removed experimental code
7052 2002-11-28  olicha  <olivier.chapuis@free.fr>
7054         * fvwm/borders.c (border_get_border_background):
7055         (border_draw_decor_to_pixmap):
7056         (border_fill_pixmap_background):
7057         Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
7058         soon.
7060 2002-11-26  Mikhael Goikhman  <migo@homemail.com>
7062         * fvwm/fvwm.c (InitVariables):
7063         fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
7064         of 100%
7065         * fvwm/virtual.c (CMD_EdgeScroll):
7066         minor spacing
7068         * fvwm/ConfigFvwmDefaults:
7069         do not include empty ConfigFvwmProxyDefaults, added one binding
7071 2002-11-26  olicha  <olivier.chapuis@free.fr>
7073         * libs/Colorset.c (CreateBackgroundPixmap):
7074         * fvwm/colorset.c (parse_colorset):
7075         Be more safe with the E root pixmap
7077 2002-11-25  olicha  <olivier.chapuis@free.fr>
7079         * fvwm/move_resize.c (__move_loop):
7080         Redraw the transparent decoration parts when a move is abored
7082         * fvwm/colorset.c (parse_colorset):
7083         Fixed the fgsh Colorset colors when the Image change but not the bg
7085 2002-11-24  Jason Weber  <baboon@imonk.com>
7087         * fvwm/conditional.c (CMD_Direction):
7088         Extended Direction to allow CycleWest, CycleEast, etc that guarantees
7089         eventual traversal of all windows over repeated calls.  It also cycles
7090         back to the opposite extent when it hits the limit in the given
7091         direction.
7093 2002-11-22  olicha  <olivier.chapuis@free.fr>
7095         * fvwm/borders.h:
7096         * fvwm/borders.c (get_common_decorations):
7097         (border_get_parts_and_pos_to_draw):
7098         (border_get_changed_border_parts):
7099         (border_get_frame_pixmap, new):
7100         (border_get_border_background):
7101         (border_draw_one_border_part):
7102         (border_draw_decorations):
7103         (border_get_tb_parts_to_draw):
7104         (border_fill_pixmap_background):
7105         (border_get_titlebar_descr_state, new):
7106         (border_draw_titlebar):
7107         (border_setup_bar_pixmaps, new):
7108         (border_get_bar_pixmaps, new):
7109         (border_free_bar_pixmaps, new):
7110         (border_setup_use_title_style, new):
7111         (border_set_button_pixmap):
7112         (border_set_title_pixmap):
7113         (border_draw_one_button):
7114         (border_set_button_pixmap):
7115         (border_draw_title_deep):
7116         (border_get_transparent_decorations_part, new):
7117         Title, Border and Buttons Style Colorset Option: Drawing
7119         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
7120         (__move_window):
7121         (__move_loop):
7122         * fvwm/frame.c (__frame_setup_window):
7123         (frame_has_handles_and_tiled_border):
7124         (frame_create_move_resize_args):
7125         (frame_free_move_resize_args):
7126         Title, Border and Buttons Style Colorset Option: External drawing
7127         stuff. Basically additional redrawing for RootTransparent
7129         * fvwm/builtins.c (update_decorface_colorset, new):
7130         (update_titlebutton_colorset, new):
7131         (update_decors_colorset, new):
7132         (update_fvwm_colorset):
7133         Title, Border and Buttons Style Colorset Option: Dynamic updating
7135         * fvwm/screen.h:
7136         * fvwm/builtins.c (ReadDecorFace):
7137         Title, Border and Buttons Style Colorset Option: Configuration
7139         * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
7140         * libs/Colorset.h:
7141         Title, Border and Buttons Style Colorset Option: Convinent macros and
7142         function
7144 2002-11-18  Dan Espen  <dane@mk.telcordia.com>
7146         * libs/Makefile.am: Add missing Bindings.h.
7148 2002-11-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7150         * fvwm/move_resize.c (__move_loop):
7151         send M_CONFIGURE_WINDOW only when the window actually moves
7153 2002-11-16  Mikhael Goikhman  <migo@homemail.com>
7155         * libs/FBidi.c:
7156         * libs/FBidi.h:
7157         * libs/FBidiJoin.c:
7158         * libs/FBidiJoin.h:
7159         * libs/Makefile.am:
7160         incorporated a shape-and-join bidi functionality from Nadim Shaikli
7161         with minor improvements; it is disabled for now (#if 0) since
7162         some Arabic chars cause core dump
7164 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7166         * fvwm/fvwm.1.in (Examples):
7167         added documentation of Icon option for PlaceAgain command
7169         * fvwm/events.c (__handle_key_event):
7170         fixed global key binding problem
7172 2002-11-15  olicha  <olivier.chapuis@free.fr>
7174         * libs/Bindings.c (MatchBindingExactly):
7175         (__compare_binding):
7176         compile fixes w/o stroke lib
7178         * NEWS:
7179         * fvwm/geometry.c (get_title_font_size_and_offset):
7180         * fvwm/builtins.c (do_title_style):
7181         New MinHeight option to TitleStyle
7183 2002-11-15  olicha  <olivier.chapuis@free.fr>
7185         * fvwm/builtins.c (update_fvwm_colorset):
7186         (CMD_Colorset):
7187         (do_title_style):
7189         * fvwm/builtins.h:
7190         * fvwm/colorset.c (update_root_transparent_colorset):
7191         Fixed update of the RootTransparent colorset in fvwm
7193 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7195         * libs/Bindings.c (__compare_binding):
7196         (MatchBindingExactly):
7197         compoile fixes w/o stroke lib
7199 2002-11-14  olicha  <olivier.chapuis@free.fr>
7201         * fvwm/fvwm.1.in:
7202         * INSTALL.fvwm:
7203         * NEWS
7204         Removed any reference on "xft and flickering"
7206 2002-11-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7208         * fvwm/eventmask.h (XEVMASK_ICONW):
7209         * fvwm/events.c (HandleKeyRelease):
7210         (HandleKeyPress):
7211         (__handle_key_event):
7212         * fvwm/bindings.c (ParseBinding):
7213         (activate_binding):
7214         * libs/Bindings.h (enum):
7215         implemented key release bindings; prefix the key name with a '-';
7216         does not work well with some applications
7218 2002-11-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7220         * libs/Bindings.h:
7221         new file
7223         * fvwm/bindings.c (ParseBinding):
7224         (binding_cmd):
7225         (activate_binding):
7226         (bind_get_bound_button_contexts):
7227         (ParseBinding):
7228         (CMD_Stroke):
7229         (CMD_Mouse):
7230         (CMD_PointerKey):
7231         (CMD_Key):
7232         (RemoveMatchingBinding):
7233         (AddBinding):
7234         (AreBindingsEqual):
7235         (GrabWindowKey):
7236         (GrabWindowButton):
7237         (GrabAllWindowKeysAndButtons):
7238         * fvwm/module_interface.c (CMD_ModuleSynchronous):
7239         * fvwm/events.c (__handle_bpress_on_root):
7240         (__handle_bpress_on_managed):
7241         (HandleButtonRelease):
7242         * fvwm/builtins.c (CMD_Wait):
7243         (CMD_StrokeFunc):
7244         * libs/fvwmlib.h (enum):
7245         fixed Key vs. PointerKey with "A"ny context
7247 2002-11-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7249         * fvwm/icons.c (Iconify):
7250         icon placement safety patch
7251         (CreateIconWindow):
7252         fixed initial position of application provided icon windows
7254         * fvwm/session.c (LoadWindowStates):
7255         fixed parsing of strings beginning with whitespace in session file
7257         * fvwm/fvwm.1.in (Note):
7258         * fvwm/style.c (style_set_old_focus_policy):
7259         * libs/defaults.h (DEF_FP_MODIFIERS):
7260         set default modifiers for raising/focusing to N again
7262 2002-11-11  olicha  <olivier.chapuis@free.fr>
7264         * fvwm/fvwm.1.in:
7265         * fvwm/fvwm.c (main):
7266         (usage):
7267         named-palette -> visual-palette, -N -> -P
7269 2002-11-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7271         * fvwm/ConfigFvwmDefaults:
7272         include ConfigFvwmProxyDefaults
7274         * fvwm/fvwm.c (usage):
7275         polished usage message
7277 2002-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7279         * fvwm/fvwm.c (usage):
7280         (main):
7281         cleaned up usage and error messages
7282         use short option names in usage message an man page synopsis
7283         all options are case sensitive
7284         do not mention the "-" style long options in the man page; instead use
7285         the "--" style
7287         * fvwm/add_window.c (setup_frame_window):
7288         * fvwm/events.c (HandleMapNotify):
7289         * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
7290         fixed empty decorations after recapture
7292         * fvwm/geometry.c (get_icon_geometry):
7293         * fvwm/icons.c (clear_icon):
7294         fixed icon jumping to 0 0 when the icon layout changes after the icon
7295         has been moved manually
7297         * fvwm/move_resize.c (__move_icon):
7298         fixed MoveToPage with icons
7300 2002-11-09  olicha  <olivier.chapuis@free.fr>
7302         * libs/Fft.c (FftGetRotatedFont):
7303         (FftGetFont):
7304         * libs/Fft.h:
7305         Check the return result of FftPatternGetMatrix
7307         * libs/Flocale.h:
7308         * libs/PictureBase.h:
7309         Added two macro
7311 2002-11-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7313         * fvwm/ewmh_conf.c (set_state_workaround):
7314         * fvwm/functable.c (func_table):
7315         * fvwm/update.c (apply_window_updates):
7316         * fvwm/windowlist.c (CMD_WindowList):
7317         * fvwm/ewmh_events.c (ewmh_WMDesktop):
7318         (ewmh_WMStateSticky):
7319         * fvwm/conditional.c (CreateConditionMask):
7320         (CreateConditionMask):
7321         * fvwm/gnome.c (GNOME_SetHints):
7322         (GNOME_GetStyle):
7323         (GNOME_HandlePropRequest):
7324         * fvwm/placement.c (SmartPlacement):
7325         (get_next_x):
7326         (test_fit):
7327         (get_next_y):
7328         (PlaceWindow):
7329         * fvwm/session.c (SaveWindowStates):
7330         (MatchWinToSM):
7331         * fvwm/ewmh.c (check_desk):
7332         (EWMH_SetWMDesktop):
7333         (ewmh_ComputeAndSetWorkArea):
7334         (ewmh_HandleDynamicWorkArea):
7335         (ewmh_HandleDesktop):
7336         (ewmh_HandleDock):
7337         (ewmh_HandleMenu):
7338         (ewmh_HandleToolBar):
7339         * fvwm/virtual.c (UnmapDesk):
7340         (MapDesk):
7341         (MoveViewport):
7342         (MoveViewport):
7343         (do_move_window_to_desk):
7344         * fvwm/icons.c (setup_icon_title_size):
7345         (DrawIconTitleWindow):
7346         (AutoPlaceIcon):
7347         (Iconify):
7348         * fvwm/borders.c (is_button_toggled):
7349         (get_common_decorations):
7350         (border_draw_title_stick_lines):
7351         * fvwm/add_window.c (AddWindow):
7352         * fvwm/move_resize.c (__move_window):
7353         (is_window_sticky_on_page):
7354         (is_window_sticky_on_desk):
7355         (MaximizeWidth):
7356         (MaximizeHeight):
7357         (stick_page):
7358         (stick_desk):
7359         (handle_stick):
7360         (handle_stick_page):
7361         (handle_stick_desk):
7362         (__handle_stick_exit):
7363         (CMD_StickDesk):
7364         (CMD_StickPage):
7365         * fvwm/style.c (style_parse_one_style_option):
7366         (check_window_style_change):
7367         * fvwm/style.h:
7368         * fvwm/fvwm.h:
7369         New Style options stickypage and stickydesk
7370         New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
7371         StickyDesk, OnlyStickyPage, OnlyStickyDesk
7372         New conditions StickyPage and StickyDesk
7373         New commands StickPage and StickDesk
7375         * fvwm/move_resize.c (__move_window):
7376         do not unstick a window when using MoveToScreen
7378         * fvwm/ewmh_conf.c:
7379         reindented
7381         * fvwm/commands.h:
7382         * fvwm/functable.c (func_table):
7383         * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
7384         renamed EWMHBaseStrut to EwmhBaseStruts
7386         * fvwm/style.c (style_set_old_focus_policy):
7387         SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
7388         (style_parse_one_style_option):
7389         renamed "Border" style to "Borders"
7390         removed "NoBorder" style; use !Borders instead
7391         renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
7392         renamed PlacmentOverlapPercentPenalties to
7393         MinOverlapPercentPlacementPenalties
7395         * fvwm/fvwm.1.in:
7396         * NEWS:
7397         corrected typo
7399         * libs/Fft.c:
7400         Fixed compiler warnings
7402 2002-11-09  Mikhael Goikhman  <migo@homemail.com>
7404         * configure.in:
7405         autogenerate FvwmWindowLister files
7407         * fvwm/fvwm.1.in:
7408         mention fvwm-menu-directory and fvwm-menu-desktop as examples
7409         of MissingSubmenuFunction and DynamicPopupAction
7411 2002-11-08  olicha  <olivier.chapuis@free.fr>
7413         * libs/PictureUtils.c (alloc_color_proportion):
7414         (alloc_color_proportion_dither):
7415         (alloc_color_proportion_grey):
7416         (alloc_color_x):
7417         (free_colors_in_table):
7418         (free_colors_x):
7419         (init_static_colors_table):
7420         (PictureFreeColors):
7421         (PictureInitColors):
7422         (PicturePrintColorInfo):
7423         Fixed StaticColor visual. Rename some of the color allocators. Clean up
7424         free colors stuff
7426 2002-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7428         * fvwm/move_resize.c (__move_window):
7429         ignore MoveToPage with sticky windows
7431         * fvwm/conditional.c (Circulate):
7432         (circulate_cmd):
7433         Next and Prev commands begin looking at the context window, if any
7435         * fvwm/focus.c (__focus_grab_buttons):
7436         fixed initial button grabbing on client window
7438         * fvwm/stack.c (BroadcastRestack):
7439         split long packets, fixed a bug and cleaned up
7441         * libs/Module.c (ReadFvwmPacket):
7442         ignore packets that are too long
7444         * fvwm/fvwm.1.in:
7445         document PopupDelay and PopdownDelay defaults
7447 2002-11-06  olicha  <olivier.chapuis@free.fr>
7449         * libs/Fft.c (FftGetFont):
7450         (FftGetRotatedFont):
7451         Use a more perfectioned method for loading font with Xft/Fc. This
7452         method allows sanity check. Preserve the matrix when rotating
7453         Xft/Fc fonts.
7455         * libs/Flocale.c (FlocaleGetMinOffset):
7456         (FlocaleRotateDrawString):
7457         (FlocaleGetFontSet):
7458         (FlocaleGetFont):
7459         * libs/Fft.c (FftDrawString):
7460         (FftGetFont):
7461         * libs/FftInterface.h:
7462         * fvwm/geometry.c (get_title_font_size_and_offset):
7463         Move the computation of the good "y" for drawing text into Flocale.
7464         Use the max ascent, descent and height for font metric (in the place
7465         of the min's one).
7467         * libs/Flocale.c (FlocalePrintLocaleInfo):
7468         * libs/Flocale.h:
7469         * libs/Fft.c (FftPrintPatternInfo):
7470         * libs/Fft.h:
7471         * fvwm/builtins.c (CMD_PrintInfo):
7472         * NEWS:
7473         * fvwm.1.in:
7474         New option "Locale" to PrintInfo Command
7476 2002-11-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7478         * fvwm/events.c (HandleExpose):
7479         removed no-op
7481 2002-11-04  Dan Espen  <dane@mk.telcordia.com>
7483         * fvwm/fvwm.1.in: colour -> color
7484         Language check.
7486 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7488         * fvwm/fvwm.1.in:
7489         * fvwm/fvwm.c (usage):
7490         (main):
7491         pallet -> palette
7493 2002-11-04  olicha  <olivier.chapuis@free.fr>
7495         * configure.in:
7496         Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
7498         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
7499         (finish_ct_init):
7500         (PictureFreeColors):
7501         (PicturePrintColorInfo):
7502         Trace colours allocation out of the pallet in depth <= 8. Better
7503         information on coulours
7505         * libs/Fft.c (FftGetRotatedFont):
7506         * libs/Fft.h:
7507         Fixed rotated font when the original font has a matrix
7509         * libs/PictureBase.c (PictureInitCMapRoot):
7510         * libs/PictureUtils.h:
7511         * libs/PictureUtils.c (PictureInitColors):
7512         (PictureAllocColorTable):
7513         * libs/PictureBase.h (PictureColorLimitOption):
7514         * fvwm/fvwm.c (main):
7515         * fvwm/fvwm.1.in
7516         New options -strict-color-limit, -allocate-pallet, -static-pallet,
7517         -named-pallet. -color-limit now take only integer argument.
7520 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7522         * libs/Module.h (struct):
7523         new type FvwmWinPacketBodyHeader to access the standard fields in a
7524         packet with a window
7526 2002-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7528         * NEWS:
7529         updated for 2.4.13
7531         * fvwm/functable.c (func_table):
7532         * fvwm/commands.h:
7533         * fvwm/style.c (style_parse_one_style_option):
7534         (parse_and_set_window_style):
7535         (__style_command):
7536         (CMD_Style):
7537         (CMD_FocusStyle):
7538         added a new command FocusStyle as a shorthand for
7539         "Style * FP..., FP..."
7541         * fvwm/builtins.c (__parse_vector_line_one_coord):
7542         (__parse_vector_line):
7543         (ReadDecorFace):
7544         split vector line parsing into sub functions
7545         (FreeDecorFace):
7546         fixed core dump in vector button offset patch
7548 2002-11-01  Marcus Lundblad <ml@update.uu.se>
7550         * fvwm/screen.h (vector_coords):
7551         added fields for offsets
7552         * fvwm/builtins.c (ReadDecorFace):
7553         rewrote parser for vector definitions to accept optional offsets
7554         * fvwm/fvwm.c (LoadDefaultLeftButton):
7555         (LoadDefaultRightButton)
7556         set default values for offsets
7557         * fvwm/borders.c (border_draw_vector_to_pixmap):
7558         updated XDrawLine call to take offsets into account
7559         * fvwm/fvwm.1.in:
7560         documented new options for vector offsets
7562 2002-11-01  olicha  <olivier.chapuis@free.fr>
7564         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
7565         Fixed icon tint pixel, it was set to icon tint percent during some
7566         renaming
7568 2002-10-31  olicha  <olivier.chapuis@free.fr>
7570         * libs/PictureUtils.c (PictureAllocColorImage):
7571         (PictureOpenImageColorAllocator):
7572         (PictureCloseImageColorAllocator):
7573         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
7574         (FIMAGE_CMD_ARGS):
7575         (PImageLoadXpm):
7576         (PImageCreatePixmapFromArgbData):
7577         (PImageLoadPixmapFromFile):
7578         * libs/PictureBase.h (FvwmPictureThing):
7579         (PictureImageColorAllocator):
7580         * libs/Picture.h:
7581         * libs/Picture.c (PDestroyFvwmPicture):
7582         (PLoadFvwmPictureFromPixmap):
7583         * libs/Graphics.c (CreateGradientPixmap):
7584         * fvwm/fvwm.c:
7585         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
7586         Added a new way to allocate colors for image and gradient. This method
7587         allows, in particular, to save (in a "fast" way) the allocated pixels
7588         with a minimal memory usage.
7589         Fixed color leaks for png, ewmh and dithered xpm images.
7591         * fvwm/add_window.c (destroy_icon):
7592         * fvwm/fvwm.h (FvwmWindow):
7593         * fvwm/icons.c (GetIconFromFile):
7594         Fixed color leaks
7596 2002-10-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7598         * fvwm/commands.h:
7599         * fvwm/functable.c:
7600         * fvwm/stack.c (enum):
7601         (position_new_window_in_stack_ring):
7602         (new_layer):
7603         (must_move_transients):
7604         (restack_windows):
7605         (__restack_window):
7606         (__raise_lower_recursion):
7607         (__raise_or_lower_window):
7608         (raise_or_lower_window):
7609         (collect_transients_recursive):
7610         (__is_restack_transients_needed):
7611         (RestackWindow):
7612         (CMD_RestackTransients):
7613         new command RestackTransients which works like Raise and Lower but does
7614         not restack windows that are not transient
7615         renamed some functions
7616         general cleanup
7618         * fvwm/fvwm.1.in:
7619         corrected cursor movement key bindings
7621         * fvwm/bindings.c (activate_binding):
7622         fixed problem w/ bindings being overridden by applications OpenOffice
7623         and the Gnome panel
7625 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
7627         * configure.in:
7628         * NEWS:
7629         switched to 2.5.5
7631         * configure.in:
7632         include FvwmProxy to build
7634 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
7636         * configure.in:
7637         exclude FvwmProxy from build
7639         * configure.in:
7640         * NEWS:
7641         updated for 2.5.4
7643 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7645         * configure.in:
7646         added FvwmProxy module
7648 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
7650         * fvwm/fvwm.1.in:
7651         * fvwm/windowlist.c (CMD_WindowList):
7652         renamed SortClassName to SortByClass
7654 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7656         * fvwm/menustyle.c (menustyle_update):
7657         (menustyle_parse_style):
7658         (menustyle_get_styleopt_index):
7659         (menustyle_parse_style):
7660         (CMD_CopyMenuStyle):
7661         * fvwm/menustyle.h:
7662         removed HilightRelief MenuStyle and hard coded it
7664 2002-10-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7666         * fvwm/menus.c (make_menu_window):
7667         fixed updating menu background with "Menustyle * Background"
7669         * fvwm/stack.c (__get_stacking_sibling):
7670         (restack_windows):
7671         fixed another stacking problem
7673 2002-10-28  Mikhael Goikhman  <migo@homemail.com>
7675         * acinclude.m4:
7676         * configure.in:
7677         corrected and lined up several help lines
7679         * INSTALL.fvwm:
7680         added --enable-xinerama-emulation description
7682 2002-10-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7684         * fvwm/stack.c (restack_windows):
7685         (__get_stacking_sibling):
7686         fixed another stacking problem
7688 2002-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7690         * fvwm/add_window.c (AddWindow):
7691         braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
7692         windows starting lowered or on other layers in FvwmPager
7694         * fvwm/stack.c (restack_windows):
7695         (__get_visible_window):
7696         fixed a stacking problem with layers
7698 2002-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7700         * fvwm/functable.c (func_table):
7701         fixed Pick command
7703 2002-10-24  Mikhael Goikhman  <migo@homemail.com>
7705         * NEWS:
7706         * fvwm/fvwm.1.in:
7707         * fvwm/windowlist.c:
7708         new WindowList option SortByResource
7710         * fvwm/style.c (check_window_style_change):
7711         * libs/FlocaleCharset.c:
7712         fixed gcc warning
7714         * AUTHORS:
7715         place recent authors to the top, not bottom
7717         * fvwm/builtins.c:
7718         corrected typo in error message
7720 2002-10-23  Dan Espen  <dane@mk.telcordia.com>
7722         * fvwm/fvwm.1.in: Lang check done.
7724 2002-10-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7726         * fvwm/menus.c:
7727         work on new menu loop code
7729         * libs/timeout.h:
7730         * libs/timeout.c:
7731         new files
7733         * fvwm/menus.c (__mloop_handle_event):
7734         (__mloop_get_event):
7735         (__mloop_handle_action_with_mi):
7736         * fvwm/menus.h (MenuReturn):
7737         renamed MenuReturn member menu to target_menu
7739         * fvwm/menus.c (__mloop_handle_event):
7740         * fvwm/menus.h (MenuReturn):
7741         removed a "write only" member of MenuReturn
7743         * fvwm/conditional.c (circulate_cmd):
7744         fixed the "Any" command
7746 2002-10-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7748         * fvwm/stack.c (mark_transient_subtree):
7749         fixed stack ring corruption with iconified transients
7750         (restack_windows):
7751         fixed a problem with lowering windows below the icons of their
7752         transients
7754 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7756         * libs/Colorset.c:
7757         * fvwm/menustyle.c:
7758         * libs/Colorset.h:
7759         * libs/Flocale.h:
7760         * libs/PictureBase.h:
7761         * fvwm/menuitem.c:
7762         * fvwm/geometry.c:
7763         * fvwm/colorset.c:
7764         renamed colorset_struct to colorset_t
7766 2002-10-22  olicha  <olivier.chapuis@free.fr>
7768         * libs/PictureUtils.c:
7769         Minor fixes and add #if O experimental code
7771 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7773         * fvwm/icons.c (DrawIconPixmapWindow):
7774         (DrawIconWindow):
7775         * fvwm/events.c (HandlePropertyNotify):
7776         * libs/Fft.c (FftDrawString):
7777         * libs/Colorset.c (DumpColorset):
7778         (LoadColorset):
7779         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
7780         use renamed colorset_struct members
7782         * libs/Colorset.h (colorset_struct):
7783         renamed and re-sorted members and cut down bit field lengths for
7784         percentile members
7786         * fvwm/menustyle.c (menustyle_update):
7787         fixed core dump
7789         * fvwm/stack.c (restack_windows):
7790         fixed flickering when raising transients; can't prevent flickering when
7791         lowering a window completely
7792         (restack_windows):
7793         fixed unnecessary error message
7795         * fvwm/fvwm.c (main):
7796         init Scr to zeros
7798         * fvwm/stack.c (__restack_window):
7799         fixed a stacking problem with icons
7801         * fvwm/add_window.c (destroy_icon):
7802         fixed a memory leak
7804 2002-10-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7806         * fvwm/menuitem.c (menuitem_paint):
7807         * fvwm/menustyle.c (menustyle_parse_style):
7808         * fvwm/menus.c (paint_side_pic):
7809         (paint_menu):
7810         (select_menu_item):
7811         (repaint_transparent_menu):
7812         * fvwm/menustyle.h (MenuLook):
7813         cleaned up menu drawing code, fixed last patch
7815         * fvwm/menuitem.c (menuitem_paint):
7816         * fvwm/menustyle.c (menustyle_parse_style):
7817         fixed HilightBack default
7819         * fvwm/bindings.c (binding_cmd):
7820         (bind_get_bound_button_contexts):
7821         (ParseBinding):
7822         * fvwm/screen.h (ScreenInfo):
7823         fixed mouse bindings with buttons > 5
7825         * fvwm/menuitem.c (menuitem_paint):
7826         * fvwm/menustyle.c (menustyle_parse_style):
7827         (menustyle_parse_style):
7828         (CMD_CopyMenuStyle):
7829         (menustyle_update):
7830         (menustyle_free):
7831         * fvwm/menus.c (repaint_transparent_menu):
7832         * fvwm/menustyle.h:
7833         HilightBack and ActiveFore are now independent
7835 2002-10-18  olicha  <olivier.chapuis@free.fr>
7837         * libs/PictureUtils.c (get_color_index):
7838         (create_mapping_table):
7839         (PictureAllocColorTable):
7840         Use a new distance and method for color approximation. Use 68 colors
7841         for the default under depth 8. I am happy with this, should use a
7842         similar distance method for dithering
7844         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
7845         (PictureAllocColorTable):
7846         (PictureDitherByDefault):
7847         (PictureUseBWOnly):
7848         (PictureIitColors):
7849         (PicturePrintColorInfo):
7850         * libs/PictureUtils.h:
7851         Allows -color-limit to work with any visual and depth for testing
7852         propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
7854         * fvwm/colorset.c:
7855         Replaced (Pdepht < 2) test by (PictureUseBWOnly())
7857 2002-10-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7859         * fvwm/add_window.c (get_default_window_attributes):
7860         cleaned up
7862         * fvwm/builtins.c (CMD_ChangeDecor):
7863         removed some duplicate redrawing
7865         * fvwm/update.c (apply_decor_change):
7866         suppress duplicate window update upon ChangeDecor
7867         (apply_window_updates):
7868         do not delete the focus window
7870 2002-10-17  olicha  <olivier.chapuis@free.fr>
7872         * NEWS:
7873         A bunch of news
7875         * libs/Colorset.c (CreateBackgroundPixmap):
7876         Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
7878         * fvwm/builtins.c (CMD_Colorset):
7879         Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
7881 2002-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7883         * fvwm/add_window.c (AddWindow):
7884         * fvwm/update.c (apply_window_updates):
7885         * fvwm/move_resize.c (handle_stick):
7886         (CMD_Stick):
7887         suppress drawing of sticky decorations initially
7888         reduce module communication overhead when (un)sticking windows
7890         * fvwm/borders.c (border_draw_decorations):
7891         * fvwm/window_flags.h:
7892         * fvwm/fvwm.h:
7893         * fvwm/frame.c (frame_create_move_resize_args):
7894         (get_resize_decor_gravities_one_axis):
7895         (frame_mrs_setup_draw_decorations):
7896         (mr_args_internal):
7897         initialize window decorations with a "None" pixmap;
7898         delay drawing window decorations initially to prevent drawing multiple
7899         times;
7900         => windows grabbing the focus upon startup are drawn focused
7901         immediately
7903         * fvwm/frame.c (frame_free_move_resize_args):
7904         reparent the frame hide windows to NoFocusWin instead of Root to
7905         suppress unnecessary ReparentNotify events
7907 2002-10-16  olicha  <olivier.chapuis@free.fr>
7909         * fvwm/fvwm.c (main):
7910         Fixed a typo
7912         * libs/FRender.h:
7913         Fixed compilation with X cvs
7915         * libs/Colorset.c (CreateBackgroundPixmap):
7916         Fixed a GC leak
7918         * fvwm/events.c (HandlePropertyNotify):
7919         * fvwm/colorset.c (update_root_pixmap):
7920         Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
7921         to found a root pixmap
7923 2002-10-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7925         * fvwm/bindings.c (bind_get_bound_button_contexts):
7926         another mouse binding fix
7928         * fvwm/conditional.c (CreateConditionMask):
7929         simplified parsing
7930         all conditions have a negation with '!' prepended
7931         (Circulate):
7932         (CMD_All):
7933         (select_cmd):
7934         Current, All, Pick, ThisWindow and PointerWindow imply the
7935         CirculateHitShaded condition.
7937         * fvwm/focus.c (__focus_grab_buttons):
7938         * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
7939         fixed bindings using mouse buttons >= 6
7941 2002-10-15  olicha  <olivier.chapuis@free.fr>
7943         * libs/PictureUtils.c (PicturePrintColorInfo):
7944         (print_colormap):
7945         * fvwm/commands.h:
7946         * fvwm/functable.c (func_table):
7947         * fvwm/builtins.c (CMD_PrintInfo):
7948         * fvwm/fvwm.1.in:
7949         New cmd PrintInfo. Only one arg at present time: "Colors"
7951         * fvwm/fvwm.c (main):
7952         Auto detect card with 2 hardware colormaps and choose the best
7953         visual and colormap
7955         * libs/PictureUtils.c (PictureInitColors):
7956         (*):
7957         * libs/PictureUtils.h:
7958         * fvwm/fvwm.c (main):
7959         * libs/PictureBase.c (PictureInitCMapRoot):
7960         (PictureInitCMap):
7961         * libs/PictureBase.h:
7962         Try to support DirectColor visual in a good way, I do not think
7963         this is really useful.
7964         Added a flexible interface function PictureInitColors for
7965         colors allocation initialization.
7966         Some cleanup in color allocation and some preparation for a new
7967         method for saving and freeing colors allocated by images and gradients.
7968         Removed some ifdefed to 0 debug code.
7970         * libs/Picture.c (*):
7971         * libs/Picture.h:
7972         * libs/PictureImageLoader.c (*):
7973         * libs/PictureImageLoader.h:
7974         Replace Root by win
7976 2002-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7978         * fvwm/add_window.c (setup_key_and_button_grabs):
7979         * fvwm/bindings.c (ParseBinding):
7980         (activate_binding):
7981         * fvwm/add_window.c (setup_key_and_button_grabs):
7982         don't grab window context specific bindings anymore; instead, set
7983         Scr.buttons2grab accordingly
7985         * fvwm/bindings.c (activate_binding):
7986         fixed stroke bindings on window context being ignored if no other
7987         action was bound to that context
7989         * fvwm/add_window.c (destroy_icon):
7990         fixed duplicate icon pixmap when switching from NoIconOverride to
7991         IconOverride
7993 2002-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7995         * fvwm/icons.c:
7996         re-indented some code
7997         (AutoPlaceIcon):
7998         fixed random position of icon title for icons with a position hint
8000         * fvwm/fvwm.1.in:
8001         corrected default of Use/NoIconPosition style
8003 2002-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8005         * fvwm/windowlist.c (CMD_WindowList):
8006         fixed random string for iconified windows in the WindowList
8008 2002-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8010         * NEWS:
8011         updated for 2.4.12
8013 2002-10-08  olicha  <olivier.chapuis@free.fr>
8015         * libs/PictureBase.c (*):
8016         (PictureInitCMapRoot)
8017         (PictureSetupWhiteAndBlack):
8018         (PictureWhitePixel):
8019         (PictureBlackPixel):
8020         (PictureDefaultGC):
8021         New interface function PictureWhitePixel, PictureBlackPixel. Analogue
8022         of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
8023         New interface function PictureInitCMapRoot analogue to PictureInitCMap,
8024         but always use the root visual and allows to set or not a private
8025         color limit table.
8026         New interface PictureDefaultGC, analogue of Xlib DefaultGC function
8027         but which respects the Pvisual
8029         * libs/PictureGraphics.c (*):
8030         * libs/FScreen.c (FScreenInit):
8031         * libs/FRender.c (FRenderRender):
8032         * libs/Fft.c (FftDrawString):
8033         * fvwm/icons.c (CreateIconWindow):
8034         * fvwm/colorset.c (parse_colorset):
8035         * fvwm/move_resize.c (CMD_XorValue):
8036         * fvwm/colorset.c (alloc_colorset):
8037         * fvwm/fvwm.c (main):
8038         Use the new interface functions and some fix if the fvwm depth !=
8039         the root depth.
8041         * libs/PictureUtils.c (PictureAllocColorTable):
8042         Change the default color table to a 4x4x4 cc + 4 grey
8044 2002-10-07  Dan Espen  <dane@mk.telcordia.com>
8046         * fvwm/fvwm.1.in: Use built-in, not builtin.
8048 2002-10-06  Mikhael Goikhman  <migo@homemail.com>
8050         * configure.in:
8051         s/FvwmNewDebug/FvwmDebug/
8053         * fvwm/commands.h:
8054         * fvwm/conditional.c (CMD_NoWindow):
8055         * fvwm/functable.c:
8056         * NEWS:
8057         new command NoWindow to remove window context
8059         * fvwm/fvwm.1.in:
8060         use "fvwm" spelling, at least in the middle of sentences
8062 2002-10-06  Dan Espen  <dane@mk.telcordia.com>
8064         * fvwm/fvwm.1.in: Dont refer to fvwm commands as
8065         builtin commands.  Use "builtin", not "built in" or "built-in".
8066         Other adjustments.
8068 2002-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8070         * libs/Graphics.c (do_relieve_rectangle):
8071         removed debug message
8073         * fvwm/focus.c (__update_windowlist):
8074         (__set_focus_to_fwin):
8075         fixed reversal of __update_windowlist arguments causing FlipFocus to
8076         break [and maybe other things]
8078 2002-10-05  olicha  <olivier.chapuis@free.fr>
8080         * libs/PictureUtils.c (alloc_color_cube):
8081         It si possible to enable "gamma correction" for colors cubes (disabled,
8082         define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
8084         * libs/PictureUtils.c (get_color_index):
8085         (create_mapping_table):
8086         Use a more exact approximation of colors for pur cc without the big
8087         16x16x16 cc
8089         * libs/PictureUtils.c (PictureFreeColors):
8090         Fixed a memory leak
8092         * libs/Graphics.c (CreateGradientPixmap):
8093         (CreateGradientPixmapFromString):
8094         Cleanup
8096 2002-10-04  olicha  <olivier.chapuis@free.fr>
8098         * libs/PictureUtils.c (*):
8099         Used a better color approximation for color cube when we do not dither.
8100         Added some new colors tables: color cube with some grey colors.
8101         Change the default to a 4x4x3 cc with 6 grey (54 colors).
8102         Some visual fixes.
8104         * fvwm/fvwm.c (main):
8105         Fixed the visual option
8107 2002-10-03  Mikhael Goikhman  <migo@homemail.com>
8109         * configure.in:
8110         generate FvwmNewDebug and FvwmGtkDebug
8112 2002-10-02  olicha  <olivier.chapuis@free.fr>
8114         * libs/PictureUtils.c (USED_DIST):
8115         Used the euclidian distance for colors distance
8117         * libs/Fft.c (FftGetFont):
8118         Disable Xft if the Xserver does not support XRender
8120 2002-10-01  olicha  <olivier.chapuis@free.fr>
8122         * libs/Fft.c (FftGetFont):
8123         Disable Xft if the Xserver does not support XRender
8125         * libs/FRender.c (FRenderRender):
8126         * libs/PictureGraphics.c (PGraphicsTintRectangle):
8127         Fixed
8129         * libs/Colorset.c (SetRectangleBackground):
8130         (SetClippedRectangleBackground):
8131         * libs/Colorset.h:
8132         New interface function for drawing a subset of a colorset rectangle
8134 2002-09-26  olicha  <olivier.chapuis@free.fr>
8136         * fvwm/update.c (apply_window_updates):
8137         Fixed icons colorset update
8139         * libs/FRender.c (FRenderRender):
8140         Fixed bitmap rendering
8142         * fvwm/update.c (apply_window_updates):
8143         * fvwm/geometry.c (move_icon_to_position):
8144         * fvwm/events.c (HandleEnterNotify):
8145         (HandleExpose):
8146         (HandleLeaveNotify):
8147         (HandlePropertyNotify):
8148         * fvwm/add_window.c (setup_icon_font):
8149         * fvwm/icons.c (DrawIconWindow):
8150         (DrawIconTitleWindow):
8151         (DrawIconPixmapWindow):
8152         (ChangeIconPixmap):
8153         (RedoIconName):
8154         Fixed focus/unfocus flickering
8156 2002-09-25  olicha  <olivier.chapuis@free.fr>
8158         * fvwm/icons.c (DrawIconTitleWindow):
8159         One more drawing fix
8161 2002-09-24  olicha  <olivier.chapuis@free.fr>
8163         * fvwm/icons.c (DrawIconTitleWindow):
8164         An other drawing fix
8166 2002-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8168         * fvwm/move_resize.c (__move_loop):
8169         fixed uninitialised variable
8170         (InteractiveMove):
8171         fixed starting move at random position
8173 2002-09-24  olicha  <olivier.chapuis@free.fr>
8175         * fvwm/update.c (apply_window_updates):
8176         * fvwm/geometry.c (move_icon_to_position):
8177         * fvwm/events.c (HandleEnterNotify):
8178         (HandleExpose):
8179         (HandleLeaveNotify):
8180         (HandlePropertyNotify):
8181         * fvwm/add_window.c (setup_icon_font):
8182         * fvwm/icons.c (DrawIconWindow):
8183         (DrawIconTitleWindow):
8184         (DrawIconPixmapWindow):
8185         (ChangeIconPixmap):
8186         (RedoIconName):
8187         Fixed icon drawing. Split icon window drawing.
8189         * libs/FRender.c (*):
8190         Fixed compilation and small clean up
8192 2002-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8194         * fvwm/conditional.c (CreateFlagString):
8195         fixed quoting in conditional command conditions
8197         * fvwm/menus.c (__mloop_handle_event):
8198         removed unnecessary querying of pointer position on button release in
8199         menus
8200         (__menu_loop):
8201         fixed posting menus
8203         * fvwm/bindings.c (ParseBinding):
8204         increased maximum allowed key symbol name length to 200 characters
8206         * fvwm/execcontext.h (enum):
8207         * fvwm/fvwm.c (Done):
8208         (SetRCDefaults):
8209         (main):
8210         (StartupStuff):
8211         use new contexts
8213         * fvwm/execcontext.h (enum):
8214         added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
8216         * fvwm/menus.c (pop_menu_up):
8217         fixed accidental menu animation with certain menu position hints
8219 2002-09-23  olicha  <olivier.chapuis@free.fr>
8221         * libs/FRender.c (*):
8222         Fixed(?) XRender rendering with some Xserver
8224         * fvwm/update.c (apply_window_updates):
8225         * fvwm/geometry.c (move_icon_to_position):
8226         * fvwm/events.c (HandleEnterNotify):
8227         (HandleExpose):
8228         (HandleLeaveNotify):
8229         (HandlePropertyNotify):
8230         * fvwm/add_window.c (setup_icon_font):
8231         * fvwm/icons.c (DrawIconWindow):
8232         (ChangeIconPixmap):
8233         (RedoIconName):
8234         Clip text and icon drawing for the icons
8236 2002-09-21  Mikhael Goikhman  <migo@homemail.com>
8238         * NEWS:
8239         * libs/System.c:
8240         Path commands now support form: "path1;ext1:path2:path3;ext3"
8241         where ext1 (for example, ".png") means all files in path1 should
8242         be forced to have extention ".png" even if the requested icon
8243         has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
8245         * fvwm/execcontext.h:
8246         small changes in latters used for EXCT_* constants
8248         * fvwm/module_interface.c:
8249         * libs/Picture.c:
8250         * libs/PictureBase.c:
8251         * fvwm/cursor.c:
8252         some spacing reindentation
8254 2002-09-21  olicha  <olivier.chapuis@free.fr>
8256         * libs/FRender.c (FRenderCompositeAndCheck):
8257         Temporally take GraphicsExposure in account
8259 2002-09-20  Mikhael Goikhman  <migo@homemail.com>
8261         * libs/vpacket.h:
8262         fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
8264 2002-09-20  olicha  <olivier.chapuis@free.fr>
8266         * fvwm/icons.c (GetIconPicture):
8267         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
8268         Fixed the alpha channel
8270 2002-09-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8272         * NEWS:
8273         updated for 2.4.11
8275 2002-09-20  olicha  <olivier.chapuis@free.fr>
8277         * libs/FRender.c (FRenderTintPicture):
8278         (FRenderTintRectangle):
8279         (FRenderRender):
8280         * libs/FRenderInterface.h:
8281         * libs/PictureGraphics.c (PGraphicsTintRectangle):
8282         Make FRender code more modular. Add a 24+8 tinting method and enable it
8283         in the place of the 32 tinting method (which can be enabled by defining
8284         USE_ABSOLUTE_FORMATE)
8286 2002-09-19  olicha  <olivier.chapuis@free.fr>
8288         * fvwm/menus.c (get_menu_repaint_transparent_parameters):
8289         (animated_move_back):
8290         (pop_menu_up):
8291         (repaint_transparent_menu):
8292         * fvwm/move_resize.c (AnimatedMoveOfWindow):
8293         (AnimatedMoveAnyWindow):
8294         * fvwm/move_resize.h:
8295         Support the new colorset transparent options and fix greyed item
8296         of transparent animated menus
8298         * fvwm/menus.c (pop_menu_up):
8299         (animated_move_back):
8301         * libs/Rectangles.c:
8302         * libs/Rectangles.h:
8303         * libs/Makefile.am:
8304         New libs files for rectangles, segments, regions ..etc
8306         * fvwm/menus.c (clear_expose_menu_area):
8307         (get_menu_paint_item_parameters):
8308         (paint_menu):
8309         (select_menu_item):
8310         (ParentalMenuRePaint):
8311         (ParentalMenuRePaint):
8312         * fvwm/menuitem.c (clear_menu_item_background):
8313         (menuitem_paint):
8314         * fvwm/menuitem.h (MenuPaintItemParameters):
8315         Clip the item icons and text drawing
8317         * fvwm/menus.c (__mloop_exit):
8318         Fixed an indirect uninitialized variable bug
8320         * fvwm/menus.c (__mloop_handle_event): *
8321         (__mloop_handle_action_with_mi): *
8322         Update some comments
8324         * libs/FRender.c (FRenderVisualInit):
8325         (FRenderRender):
8326         * fvwm/colorset.c (parse_colorset):
8327         Small clean up
8329 2002-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8331         * fvwm/menus.c (__menu_loop):
8332         (__mloop_handle_action_with_mi):
8333         fixed parent menu redrawing
8335         * fvwm/style.c (check_window_style_change):
8336         * fvwm/update.c (apply_window_updates):
8337         * fvwm/add_window.c (setup_icon_size_limits):
8338         honour changes in IconSize style without recapture
8340         * fvwm/focus.c (focus_query_open_grab_focus):
8341         * fvwm/events.c (HandlePropertyNotify):
8342         * fvwm/add_window.c (setup_transientfor):
8343         take care of various funny initial transientfor settings
8345         * fvwm/stack.c (__raise_lower_recursion):
8346         new function
8347         fixed stacking core dump
8349 2002-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8351         * libs/Graphics.c:
8352         ANSI C fixes
8354         * configure.in:
8355         added a program that tests for -Werror option and similar; bug out of
8356         configure if the test program doesn't compile
8358 2002-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8360         * fvwm/fvwm.1.in:
8361         * configure.in:
8362         add a "do not edit" warning at the beginning of the man page
8364         * configure.in:
8365         enable the original CFLAGS and CPPFLAGS before generating the Makefiles
8367         * libs/FScreen.c (XineramaQueryScreens):
8368         fixed linking problem when compiling without Xinerama
8370         * fvwm/cursor.c (CMD_CursorStyle):
8371         fixed cursorstyle command being applied to windows without handles
8373         * fvwm/ewmh.h (EWMH_ProcessClientMessage):
8374         (EWMH_ProcessPropertyNotify):
8375         * fvwm/gnome.h (GNOME_ProcessClientMessage):
8376         (GNOME_HandlePropRequest):
8377         fixed dummy macros when compiling without gnome/ewmh support
8379 2002-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8381         * libs/queue.c (fqueue_add_inside):
8382         add a new command with the same execution time as a previous one behind
8383         it
8385         * configure.in:
8386         override CFLAGS and CPPFLAGS with empty strings instead of generating an
8387         error message
8389         * fvwm/functions.c (__execute_function):
8390         * fvwm/execcontext.h (exec_context_type_t):
8391         replace enum values with letters for readability
8393         * fvwm/functions.c (__execute_function):
8394         improved command log output
8396         * fvwm/schedule.c (execute_obj_func):
8397         fixed schedule queue timing
8399         * configure.in:
8400         refuse to run configure if CFLAGS is not empty
8402 2002-09-16  Mikhael Goikhman  <migo@homemail.com>
8404         * fvwm/misc.c:
8405         fixed compilation with --enable-command-log; simplified fvwm_msg()
8407         * libs/Module.c:
8408         reformatted; don't send end-of-line with SET_*MASK
8410 2002-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8412         * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
8413         fixed multipixmap title drawing
8415         * fvwm/frame.h (struct):
8416         * fvwm/frame.c (frame_get_titlebar_dimensions):
8417         removed unused code
8419         * fvwm/events.c (HandlePropertyNotify):
8420         applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
8422         * libs/Fft.c (FftDrawString):
8423         -Wall fix when compiling w/o Xft
8425 2002-09-15  olicha  <olivier.chapuis@free.fr>
8427         * libs/Colorset.c (CreateBackgroundPixmap):
8428         Fixed a dpy problem with FvwmBacker
8429         * libs/Colorset.c (CreateBackgroundPixmap):
8430         Fixed creation a root transparent pixmap for small root pixmap
8432 2002-09-14  olicha  <olivier.chapuis@free.fr>
8434         * libs/Fft.c (FftDrawString):
8435         Fixed clip region with shadow font
8437         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
8438         Added a function to create translucent pixmaps
8439         * libs/Colorset.c (CreateBackgroundPixmap):
8440         A small fix
8441         * libs/FRender.c (FRenderRender):
8442         Allows to use the root window as src pixmap
8444 2002-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8446         * fvwm/fvwm.1.in:
8447         Fixed open double quotes in ButtonState section
8449 2002-09-13  Dan Espen  <dane@mk.telcordia.com>
8451         * fvwm/fvwm.1.in: Add -cmd module timeout information.
8453 2002-09-13  olicha  <olivier.chapuis@free.fr>
8455         * libs/Colorset.c (CreateBackgroundPixmap):
8456         (UpdateBackgroundTransparency):
8457         (SetRectangleBackground):
8458         * libs/Colorset.h:
8459         * fvwm/colorset.c (*):
8460         * fvwm/colorset.h:
8461         * fvwm/events.c (HandlePropertyNotify):
8462         Starting implementation of RootTransparent colorset. Worked on
8463         tinted Transparent colorset. Various colorset parsing fixes.
8465         * libs/Fft.c (FftDrawString):
8466         * libs/Flocale.h:
8467         Added the possibility to draw with a clipping region.
8469         * libs/FRender.c (FRenderRender):
8470         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8471         (PCreateRenderPixmap):
8472         (PGraphicsCreateTransprency):
8473         (PGraphicsTintRectangle):
8474         Improve current rendering functions to be able to tint the
8475         ParentalRelative pixmap or the background of a window.
8476         Re-enabled XRender rendering.
8478         * fvwm/borders.c:
8479         remove a #if 0 debug "render" code
8481 2002-09-13  Mikhael Goikhman  <migo@homemail.com>
8483         * fvwm/builtins.c (ReadTitleButton):
8484         * fvwm/screen.h:
8485         new button state shortcuts AllNormal, AllToggled,
8486         AllActive, AllInactive, AllUp, AllDown
8488         * fvwm/module_interface.c:
8489         minor reformatting
8491         * acconfig.h:
8492         possibly fixed compilation with non gcc
8494 2002-09-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8496         * fvwm/focus.c (_focus_grab_buttons):
8497         (__focus_grab_buttons):
8498         renamed
8499         (__focus_grab_one_button):
8500         grab all modifier combinations on client windows by default if
8501         necessary; this saves a lot of traffic but may grab unnecessary
8502         modifiers with mouse bindings on the client window
8504         * fvwm/fvwm.1:
8505         * libs/defaults.h (DEF_FP_MODIFIERS):
8506         * fvwm/events.c (__handle_focus_raise_click):
8507         * fvwm/style.c (style_parse_focus_policy_style):
8508         * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
8509         default is now to use any modifiers for clicktofocus/raise purposes
8511         * fvwm/menus.c (__mloop_get_event):
8512         fixed menu hang
8513         (menu_tear_off):
8514         fixed tear off menus
8516         * libs/FEvent.c (FCheckIfEvent):
8517         (FCheckMaskEvent):
8518         (FCheckTypedEvent):
8519         (FCheckTypedWindowEvent):
8520         (FCheckWindowEvent):
8521         fixed FCheck...Event functions thus fixing Menu command behaving like
8522         Popup
8524         * fvwm/move_resize.c (InteractiveMove):
8525         fixed offset between pointer and window when dragging
8527         * fvwm/virtual.c (HandlePaging):
8528         * fvwm/icons.c (CMD_Iconify):
8529         * fvwm/move_resize.c (InteractiveMove):
8530         * fvwm/menus.c (get_menu_options):
8531         (get_menu_options):
8532         * libs/FScreen.c (GetMouseXY):
8533         use new function fev_get_evpos_or_query()
8535         * libs/Makefile.am:
8536         * libs/Pointer.c:
8537         removed file
8539         (GetLocationFromEventOrQuery):
8540         moved to FEvent.c and renamed to fev_get_evpos_or_query()
8541         * libs/FEvent.c (fev_set_evpos):
8542         new function
8544         * fvwm/functions.c (__execute_function):
8545         (execute_complex_function):
8546         fixed complex action clicking logic
8548         * fvwm/add_window.c (CaptureOneWindow):
8549         fixed RecaptureWindow
8550         (CaptureAllWindows):
8551         fixed Restart
8553         * fvwm/functable.c (func_table):
8554         fixed running RecaptureWindow without a context window
8556         * fvwm/conditional.c (circulate_cmd):
8557         fixed action to run
8559         * fvwm/events.c (HandleVisibilityNotify):
8560         fixed VisibilityNotify handling
8562         * fvwm/functions.c (execute_complex_function):
8563         fixed memory corruption
8564         (__execute_function):
8565         fixed using wrong context
8566         (__execute_function):
8567         removed conditional that was always true now
8568         (DeferExecution):
8569         fixed core dump
8571         * fvwm/module_interface.c (ExecuteModuleCommand):
8572         initialise module number
8574 2002-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8576         * fvwm/add_window.c (CaptureOneWindow):
8577         fixed memory corruption
8579         * fvwm/icons.c (Iconify):
8580         (DeIconify):
8581         fixed bug introduced with transient stacking patch
8583         * fvwm/functions.c (DeferExecution):
8584         (__execute_function):
8585         (execute_complex_function):
8586         cleaned up and optimized exec_context handling
8588         * fvwm/schedule.c:
8589         * fvwm/menucmd.c:
8590         * fvwm/update.c:
8591         * fvwm/windowlist.c:
8592         * fvwm/conditional.c:
8593         * fvwm/focus.c:
8594         * fvwm/functions.c:
8595         * fvwm/placement.c:
8596         * fvwm/colorset.c:
8597         * fvwm/stack.c:
8598         * fvwm/virtual.c:
8599         * fvwm/module_interface.c:
8600         * fvwm/icons.c:
8601         * fvwm/builtins.c:
8602         * fvwm/add_window.c:
8603         * fvwm/move_resize.c:
8604         * fvwm/fvwm.h (F_CMD_ARGS):
8605         (F_PASS_ARGS):
8606         completely removed the builtin command arguments fw, w, and context
8608         * fvwm/functions.c (DeferExecution):
8609         fixed core dump
8611         * fvwm/stack.c (BroadcastRestack):
8612         removed global lastTimestamp
8614         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
8615         (EWMH_ProcessPropertyNotify):
8616         (ewmh_WMStateShaded):
8617         (ewmh_WMStateSticky):
8618         (ewmh_WMStateHidden):
8619         (ewmh_WMState):
8620         (ewmh_MoveResize):
8621         (ewmh_WMDesktop):
8622         (ewmh_CloseWindow):
8623         (ewmh_DesktopGeometry):
8624         (ewmh_ActiveWindow):
8625         use new function interface
8627         * fvwm/menus.c (do_menu):
8628         * fvwm/menucmd.c (menu_func):
8629         * fvwm/windowlist.c (CMD_WindowList):
8630         use new function interface
8631         replaced "(XEvent *)1" hack with a regular flag
8633 2002-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8635         * fvwm/add_window.c (destroy_window):
8636         * fvwm/update.c (destroy_scheduled_windows):
8637         * fvwm/screen.h (ScreenInfo):
8638         new member is_executing_menu_function
8640         * fvwm/windowlist.c (CMD_WindowList):
8641         * fvwm/menucmd.c (menu_func):
8642         * fvwm/gnome.c (CMD_GnomeButton):
8643         (GNOME_ProcessClientMessage):
8644         (GNOME_HandlePropRequest):
8645         * fvwm/modconf.c (CMD_Send_ConfigInfo):
8646         * fvwm/update.c (apply_window_updates):
8647         * fvwm/repeat.c (CMD_Repeat):
8648         * fvwm/conditional.c (circulate_cmd):
8649         (CMD_Prev):
8650         (CMD_Next):
8651         (CMD_None):
8652         (CMD_Any):
8653         (CMD_Current):
8654         (CMD_Cond):
8655         (CMD_CondCase):
8656         (select_cmd):
8657         (CMD_All):
8658         (CMD_Direction):
8659         (CMD_WindowId):
8660         * fvwm/focus.c (warp_to_fvwm_window):
8661         (CMD_WarpToWindow):
8662         * fvwm/read.c (run_command_stream):
8663         (run_command_file):
8664         (CMD_Read):
8665         (CMD_PipeRead):
8666         * fvwm/fvwm.c (Done):
8667         (SetRCDefaults):
8668         (StartupStuff):
8669         (main):
8670         use new function interface
8671         (main):
8672         fixed running startup script under random module number
8674         * fvwm/functions.c (execute_function_override_window):
8675         * fvwm/functions.c (execute_function_override_wcontext):
8676         new convenience functions
8678         * fvwm/gnome.c:
8679         * fvwm/modconf.c:
8680         * fvwm/session.c:
8681         re-indented
8683         * fvwm/module_interface.c (CMD_Send_WindowList):
8684         (CMD_set_mask):
8685         (CMD_set_sync_mask):
8686         (CMD_set_nograb_mask):
8687         fixed core dumps
8688         don't use "Module" argument anymore
8689         (ExecuteModuleCommand):
8690         made static
8691         use new function interface
8693         * fvwm/add_window.c (CaptureOneWindow):
8694         (do_recapture):
8695         (CaptureAllWindows):
8696         * fvwm/events.c (HandleMapRequestKeepRaised):
8697         * fvwm/add_window.c (AddWindow):
8698         AddWindow takes executiuon context as its argument instead of the
8699         window; changed caller
8700         don't use "Event" anymore
8702         * fvwm/fvwm.c (StartupStuff):
8703         generate an execution context for startup
8705         * fvwm/move_resize.c (DoResize):
8706         (__resize_step):
8707         (moveLoop):
8708         (__move_loop):
8709         renamed and used new function interface in args
8711         * fvwm/geometry.c (constrain_size):
8712         added XEvent *e argument to remove use of global "Event"; changed all
8713         callers
8715 2002-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8717         * fvwm/stack.c (get_next_window_in_stack_ring):
8718         (get_prev_window_in_stack_ring):
8719         (get_transientfor_fvwmwindow):
8720         * fvwm/icons.c (SetMapStateProp):
8721         * fvwm/events.c (fake_map_unmap_notify):
8722         * fvwm/misc.c (IsRectangleOnThisPage):
8723         * fvwm/menus.c (menu_enter_tear_off_menu):
8724         (menu_close_tear_off_menu):
8725         * fvwm/icons.c (DrawIconWindow):
8726         * fvwm/focus.c:
8727         * fvwm/colormaps.c (InstallWindowColormaps):
8728         made FvwmWindow * arguments const in many functions
8730         * fvwm/menus.c (pop_menu_up):
8731         (pop_menu_down):
8732         (__mloop_do_menu):
8733         (__mloop_do_popup):
8734         (do_menu):
8735         (menu_enter_tear_off_menu):
8736         (__mloop_get_event):
8737         (__mloop_get_event_timeout_loop):
8738         (__mloop_do_menu):
8739         (__mloop_get_mi_actions):
8740         (is_double_click):
8741         * fvwm/events.c (HandleEnterNotify):
8742         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8743         (__move_window):
8744         (__move_loop):
8745         (__resize_step):
8746         (__resize_window):
8747         * fvwm/functions.c (DeferExecution):
8748         (__execute_function):
8749         * fvwm/windowlist.c (CMD_WindowList):
8750         * fvwm/colormaps.c (colormap_handle_colormap_notify):
8751         * fvwm/module_interface.c (CMD_ModuleSynchronous):
8752         (ExecuteModuleCommand):
8753         * fvwm/builtins.c (CMD_Wait):
8754         * fvwm/events.c (WaitForButtonsUp):
8755         (HandleShapeNotify):
8756         (HandleVisibilityNotify):
8757         (HandleUnmapNotify):
8758         (HandleSelectionRequest):
8759         (HandleReparentNotify):
8760         (HandlePropertyNotify):
8761         (HandleMotionNotify):
8762         (HandleMapRequestKeepRaised):
8763         (HandleMapRequest):
8764         (HandleMappingNotify):
8765         (HandleMapNotify):
8766         (HandleLeaveNotify):
8767         (HandleKeyPress):
8768         (HandleFocusOut):
8769         (HandleFocusIn):
8770         (HandleExpose):
8771         (HandleEnterNotify):
8772         (HandleDestroyNotify):
8773         (HandleColormapNotify):
8774         (HandleClientMessage):
8775         (HandleButtonRelease):
8776         (HandleButtonPress):
8777         (__handle_bpress_on_root):
8778         (__handle_bpress_action):
8779         (__handle_click_to_raise):
8780         (__handle_click_to_focus):
8781         (__is_bpress_window_handled):
8782         (__handle_focus_raise_click):
8783         don't use "Event", "Fw" and old_execute_function() anymore
8785         * fvwm/events.c (dispatch_event):
8786         removed preserve_tmpwin argument; changed all callers
8788         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
8789         fixed random focus member of faked event
8791         * fvwm/gnome.c (GNOME_ProcessClientMessage):
8792         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
8793         (EWMH_ProcessPropertyNotify):
8794         * fvwm/move_resize.c (DisplaySize):
8795         (DisplayPosition):
8796         (position_geometry_window):
8797         * fvwm/geometry.c (get_window_borders):
8798         (get_window_borders_no_title):
8799         made args const
8801         * fvwm/events.c (dispatch_event):
8802         create event execution context
8803         (HandleClientMessage):
8804         removed useless local "button"
8805         (GetContext):
8806         don't fiddle with global Fw anymore; added argument to return context
8807         window; changed all callers
8809         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
8810         * fvwm/move_resize.c (__resize_window):
8811         use new event handle interface
8813         * fvwm/events.c:
8814         * fvwm/eventhandler.h:
8815         new event handler interface
8817         * fvwm/functions.c (CMD_Plus):
8818         * fvwm/builtins.c (AddToDecor):
8819         (CMD_AddToDecor):
8820         (CMD_DestroyDecor):
8821         use F_CMD_ARGS in AddToDecor
8822         (CMD_StrokeFunc):
8823         removed useless check for realloc return value
8824         use new function interface
8825         fixed another memory leak
8827         * fvwm/builtins.c (__remove_window_decors):
8828         replace old_execute_function with execute_function
8830         * fvwm/add_window.c (setup_window_placement):
8831         * fvwm/placement.c (PlaceWindow):
8832         * fvwm/schedule.c (execute_obj_func):
8833         * fvwm/colorset.c (add_to_junk):
8834         use new function call interface
8836         * fvwm/fvwm.h (F_EXEC_ARGS):
8837         (F_PASS_EXEC_ARGS):
8838         removed now unused macros
8840         * fvwm/functions.c (CheckActionType):
8841         (cf_cleanup):
8842         (DeferExecution):
8843         (__execute_function):
8844         (__run_complex_function_items):
8845         (execute_complex_function):
8846         rewrote function call interface
8848         * fvwm/functions.c (__run_complex_function_items):
8849         new function split off from execute_complex_function
8851         * fvwm/externs.h:
8852         * fvwm/events.c:
8853         removed "Event" global
8855 2002-09-08  Dan Espen  <dane@mk.telcordia.com>
8857         * fvwm/fvwm.1.in: Language check.
8859 2002-09-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8861         * fvwm/functions.c (old_execute_function):
8862         removed
8864         * fvwm/module_interface.c (do_execute_module):
8865         don't write module argument anymore; code claimed that writing 0 into
8866         *Module prevented WaitForButtonsUp from being called, but that was
8867         either a lie or a relic of the past
8869         * fvwm/fvwm.h (exec_func_args_type):
8870         removed type
8871         (F_CMD_ARGS):
8872         (F_PASS_ARGS):
8873         removed *Module argument
8875         * fvwm/functions.c (__execute_function):
8876         new interface
8878         * fvwm/functions.h (enum):
8879         added more function execution falgs
8881         * fvwm/fvwm.h:
8882         add exec_context_t *exc to builtin arguments
8884         * libs/FEvent.c (fev_copy_last_event):
8885         new function
8887         * fvwm/execcontext.h:
8888         * fvwm/execcontext.c:
8889         new files introducing the "exec_context_t" structure that shall replace
8890         the builtin command interface
8892         * fvwm/stack.c (__RaiseOrLowerWindow):
8893         (RaiseOrLowerWindow):
8894         (__restack_window):
8895         (mark_transient_subtree):
8896         (__sort_transient_ring):
8897         properly handle restacking of windows with more than one transient and
8898         multiple levels of transients at the same time
8899         (__RaiseOrLowerWindow):
8900         (RaiseOrLowerWindow):
8901         renamed function and added wrapper
8903         * fvwm/fvwm.h (FvwmWindow):
8904         added new scratch registers
8906 2002-09-06  Mikhael Goikhman  <migo@homemail.com>
8908         * configure.in:
8909         * Makefile.am:
8910         minor improvements in the new release procedure
8912 2002-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8914         * fvwm/stack.c (RaiseOrLowerWindow):
8915         (__restack_window):
8916         (mark_transient_subtree):
8917         (must_move_transients):
8918         (is_on_top_of_layer_ignore_rom):
8919         handle restacking trees of transient windows; still does not work too
8920         well if a window has multiple transients at the same time
8922 2002-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8924         * fvwm/stack.h:
8925         * fvwm/stack.c:
8926         restored versions from before 9th of September
8927         (RaiseOrLowerWindow):
8928         fixed StackTransientParent style without RaiseTransient or
8929         LowerTransient on transient_for window
8930         StackTransientParent works only on window in the same layer
8931         (mark_transient_subtree):
8932         fixed handling of window group hint w/ iconify
8933         (restack_windows):
8934         (RaiseOrLowerWindow):
8935         (new_layer):
8936         fixed flickering when overlapping transients aree lowered
8938         * fvwm/move_resize.c (__resize_window):
8939         * fvwm/colorset.c (add_to_junk):
8940         cleaned up event handling
8942         * fvwm/move_resize.c (__resize_window):
8943         renamed function and changed callers
8945         * fvwm/fvwm.h (F_PASS_ARGS):
8946         (F_CMD_ARGS):
8947         removed eventp command argument
8949         * fvwm/events.c (DispatchEvent):
8950         (dispatch_event):
8951         renamed function, added event argument and changed all callers
8953         * libs/FEvent.c (fev_fake_event):
8954         * libs/FEvent.c (fev_get_evtype__remove_me):
8955         new functions
8957         * fvwm/menus.c (menuShortcuts):
8958         (is_double_click):
8959         (pop_menu_up):
8960         (pop_menu_up):
8961         (pop_menu_down):
8962         (pop_menu_down):
8963         (__mloop_init):
8964         (__mloop_get_event_timeout_loop):
8965         (__mloop_get_event):
8966         (__mloop_do_popup):
8967         (__mloop_do_popup):
8968         (do_menu):
8969         * fvwm/builtins.c (CMD_FakeClick):
8970         * fvwm/functions.c (CheckActionType):
8971         (CheckActionType):
8972         * fvwm/focus.c (__try_program_focus):
8973         (__try_program_focus):
8974         * fvwm/icccm2.c (SetupICCCM2):
8975         * fvwm/virtual.c (HandlePaging):
8976         * fvwm/module_interface.c (make_vpacket):
8977         (make_new_vpacket):
8978         * fvwm/schedule.c (squeue_get_next_ms):
8979         (squeue_get_next_ms):
8980         (CMD_Schedule):
8981         * fvwm/stack.c (BroadcastRestack):
8982         * fvwm/move_resize.c (resize_window):
8983         (moveLoop):
8984         * libs/FEvent.c (fev_get_evtime):
8985         removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
8987         * fvwm/events.c (HandleEnterNotify):
8988         (DispatchEvent):
8989         (My_XNextEvent):
8990         (discard_events):
8991         (discard_window_events):
8992         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8993         (moveLoop):
8994         (resize_window):
8995         * fvwm/menus.c (__mloop_get_event):
8996         * fvwm/virtual.c (HandlePaging):
8997         (MoveViewport):
8998         * fvwm/functions.c (DeferExecution):
8999         (CheckActionType):
9000         * fvwm/misc.c (get_server_time):
9001         * fvwm/builtins.c (CMD_StrokeFunc):
9002         * fvwm/menus.c (pop_menu_up):
9003         (pop_menu_down):
9004         (__mloop_init):
9005         * libs/FEvent.c (fev_update_last_timestamp):
9006         removed StashEventTime function; handle this directly in FEvent.c
9008         * fvwm/module_interface.c (ExecuteModuleCommand):
9009         * fvwm/misc.c (Keyboard_shortcuts):
9010         * fvwm/colormaps.c (colormap_handle_colormap_notify):
9011         * fvwm/events.c (handle_all_expose):
9012         (dispatch_event):
9013         (HandleEvents):
9014         (HandleKeyPress):
9015         don't use Event global anymore
9017         * fvwm/bindings.c (activate_binding):
9018         fixed key bindings on window corners
9020         * libs/fvwmlib.h (C_DECOR):
9021         context including all parts of the decorations
9023 2002-09-04  Mikhael Goikhman  <migo@homemail.com>
9025         * libs/FEvent.h:
9026         fixed compilation warning in #endif comment
9028         * fvwm/borders.c:
9029         removed debug fprintf
9031         * acconfig.h:
9032         * configure.in:
9033         * fvwm/fvwm.c:
9034         * fvwm/fvwm.1:
9035         another solution for reporting the cvs status
9037 2002-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9039         * configure.in (LIBOBJS):
9040         * acinclude.m4 (smr_SWITCH):
9041         fix for autoconf 2.53
9043         * fvwm/*.[ch]:
9044         removed unnecessary includes
9046         * fvwm/Makefile.am (fvwm_SOURCES):
9047         * fvwm/events.h:
9048         * fvwm/eventmasks.h:
9049         * fvwm/eventhandlers.h:
9050         new files split from events.h
9052         * fvwm/icccm2.c (HandleSelectionRequest):
9053         (HandleSelectionClear):
9054         * fvwm/colormaps.c (HandleColormapNotify):
9055         * fvwm/menus.c (menu_tear_off):
9056         * fvwm/move_resize.c (resize_window):
9057         * fvwm/events.c:
9058         * fvwm/events.h:
9059         new argument avh_args_t to the event handler functions; still unused
9060         moved all event handlers to events.c
9061         remove now unnecessary includes in some files
9063         * fvwm/icccm2.c (HandleSelectionRequest):
9064         re-indented file
9066         * **/*.c:
9067         use replacements for X event functions everywhere
9069 2002-09-03  Mikhael Goikhman  <migo@homemail.com>
9071         * fvwm/defaults.h:
9072         * fvwm/screen.h:
9073         * fvwm/borders.c (border_flags_to_button_state):
9074         (CMD_ButtonState):
9075         * fvwm/builtins.c (ReadTitleButton):
9076         * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
9077         * fvwm/fvwm.c (InitVariables):
9078         Imlemented new title and button states InactiveUp and InactiveDown,
9079         new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
9080         So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
9081         Updated all ButtonStyle, TitleStyle and ButtonState commands.
9083         * fvwm/fvwm.c:
9084         reformat license info in -version to be 3 lines and one empty line
9085         instead of 5 non-empty lines, for readability
9087 2002-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9089         * libs/FEvent.c:
9090         * libs/FEvent.h:
9091         * libs/Makefile.am:
9092         new files
9094         * fvwm/stack.c (__raise_or_lower_recursion):
9095         (RaiseOrLowerWindow):
9096         split into two functions
9097         renamed to __raise_or_lower_window
9098         (mark_transient_subtree):
9099         new flag MARK_CLEAR
9100         (position_new_window_in_stack_ring):
9101         (RaiseWindow):
9102         (LowerWindow):
9103         cleaned up stacking code
9105         * fvwm/menus.c (paint_menu):
9106         fixed a minor drawing problem with menu item reliefs
9108 2002-09-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9110         * fvwm/move_resize.c (InteractiveMove):
9111         removed eventp from interface
9112         changed all callers
9114         * fvwm/menucmd.c (menu_func):
9115         * fvwm/gnome.c (GNOME_ProxyButtonEvent):
9116         * fvwm/windowlist.c (CMD_WindowList):
9117         * fvwm/read.c (run_command_file):
9118         (run_command_stream):
9119         * fvwm/focus.c (warp_to_fvwm_window):
9120         * libs/Event.c (GetSubwindowFromEvent):
9121         * fvwm/events.c (GetContext):
9122         * libs/Pointer.c (GetLocationFromEventOrQuery):
9123         * fvwm/builtins.c (CMD_StrokeFunc):
9124         (CMD_StrokeFunc):
9125         * fvwm/events.c (StashEventTime):
9126         * fvwm/move_resize.c (InteractiveMove):
9127         * fvwm/functions.c (DeferExecution):
9128         (old_execute_function):
9129         * fvwm/fvwm.h (F_CMD_ARGS):
9130         (F_EXEC_ARGS):
9131         make eventp argument const to ease clean up work
9133         * fvwm/windowlist.c (CMD_WindowList):
9134         * fvwm/move_resize.c (InteractiveMove):
9135         * fvwm/menucmd.c (menu_func):
9136         * fvwm/icons.c (CMD_Iconify):
9137         always query pointer position in case a script modified the position
9138         in the input event
9140         * fvwm/focus.c (SetPointerEventPosition):
9141         removed function since it modifies the global event variable
9143         * fvwm/functable.c (func_table):
9144         added cursor and event type members fo DeferExecution call
9145         * fvwm/functions.c (DeferExecution):
9146         made static, call from inside functions.c only
9147         removed calls everywhere
9149         * fvwm/builtins.c (CMD_StrokeFunc):
9150         fixed memory leak
9152         * fvwm/virtual.c (HandlePaging):
9153         (MoveViewport):
9154         don't use global "Event" anymore
9155         (HandlePaging):
9156         pass in event structure through arguments
9157         changed all callers
9159 2002-09-02  olicha  <olivier.chapuis@free.fr>
9161         * libs/Colorset.c (*):
9162         * libs/Colorset.h:
9163         * libs/colorset.c (parse_colorset):
9164         * libs/PictureGraphics.c (PGrabXImage):
9165         (PCreateRenderPixmap):sx
9166         (PGraphicsCreateTransprency):
9167         * libs/PictureGraphics.h:
9168         An experimental implementation of ParentalRelative tinted background
9170         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9171         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9172         (PImageLoadPng):
9173         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
9174         * libs/FRenderInit.c (FRenderInit):
9175         (FRenderGetAlphaDepth):
9176         * libs/FRenderInit.h:
9177         Fixed alpha blending for xserver without depth 8 pixmap
9178         (maybe a tmp fix)
9180         * fvwm/fvwm.1.in
9181         typo
9183 2002-09-01  olicha  <olivier.chapuis@free.fr>
9185         * NEWS:
9186         Colorset and alpha blending news
9188 2002-08-31  olicha  <olivier.chapuis@free.fr>
9190         * libs/Ficonv.c (convert_charsets):
9191         Fixed compilation on systems that do not have EILSEQ
9193 2002-08-30  olicha  <olivier.chapuis@free.fr>
9195         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
9196         Fixed compilation of certain modules
9198         * fvwm/borders.c (border_render_into_pixmap):
9199         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
9200         * libs/PictureGraphics.h:
9201         * libs/Graphics.c (CreateStretchPixmap):
9202         (CreateStretchYPixmap):
9203         (CreateStretchXPixmap):
9204         Progress with masks in multipixmap title
9206         * libs/PictureGraphics.c (PCopyArea):
9207         (PTileRectangle):
9208         (PCreateRenderPixmap):
9209         * fvwm/borders.c (border_fill_pixmap_background):
9210         Some drawing fixes
9212         * fvwm/icons.c (DrawIconWindow):
9213         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9214         Fixed the shape mask of ewmh icons and icons with some alpha
9216 2002-08-30  olicha  <olivier.chapuis@free.fr>
9218         * libs/PictureGraphics.c (PCreateRenderPixmap):
9219         (PGrabImageErrorHandler):
9220         (PGraphicsCopyPixmaps):
9221         (PGraphicsCopyFvwmPicture):
9222         (PGraphicsTileRectangle):
9223         (PGraphicsRenderPixmaps):
9224         (PGraphicsRenderPicture):
9225         * libs/PictureGraphics.h:
9226         * libs/PictureBase.h:
9227         Replaced PGraphicsTileRectangle with a more powerful function,
9228         PCreateRenderPixmap, which performs *full* XRender simulation.
9229         So alpha blending is now supported even without Xrender support.
9230         New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
9231         for direct rendering with tint and alpha channel.
9233         * libs/FRender.c (FRenderVisualInit):
9234         (FRenderCopyArea):
9235         (FRenderTintRectangle):
9236         (FRenderRender):
9237         * libs/FRenderInterface.h:
9238         Replaced FRenderCopyArea and FRenderTintRectangle with a more general
9239         and more powerfull function FRenderRender
9241         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9242         (PImageLoadPng):
9243         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9244         Load the alpha even without Xrender support
9246         * libs/Colorset.h:
9247         * fvwm/colorset.c (parse_pixmap_tint):
9248         (parse_colorset):
9249         (alloc_colorset):
9250         Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
9251         or obsolete TintMask) also tints gradients and the tint is applied
9252         only to the pixmap not the bg color. The average bg is computed from
9253         the "original" pixmap and not the tinted one, bgTint should be used
9254         to get a real average bg in the case the pixmap is tinted
9256         * fvwm/icons.c (DrawIconWindow):
9257         (CreateIconWindow):
9258         * fvwm/menuitem.c (menuitem_paint):
9259         * fvwm/menus.c (paint_side_pic):
9260         * fvwm/borders.c (border_get_border_background):
9261         (border_draw_decor_to_pixmap):
9262         (border_fill_pixmap_background):
9263         * fvwm/events.c (HandlePropertyNotify):
9264         Picture rendering use the new PGraphicsRenderPixmaps and
9265         PGraphicsRenderPicture libs functions. Respect new colorset options
9267         * fvwm/colorset.c (parse_colorset):
9268         (alloc_colorset):
9269         (CMD_ReadWriteColors):
9270         * fvwm/fvwm.1.in:
9271         Removed the read write colorset codes
9273         * libs/Graphics.c (CalculateGradientDimensions):
9274         Fixed the size of dithered H and V gradients
9276         * libs/PictureUtils.c (*):
9277         * libs/PictureUtils.h:
9278         Some cleanup
9280 2002-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9282         * fvwm/menus.c (paint_menu_gradient_background):
9283         fixed drawing of SidePic menu background when not using SideColor
9285 2002-08-28  Hippo
9286         * FvwmIconBox/icons.c:
9287         Fixed core dump
9289 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
9291         * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
9293 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
9295         * configure.in:
9296         fixed --disable-ewmh
9298         * libs/Picture.c:
9299         * libs/Picture.h:
9300         added const to some prototypes
9302 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9304         * fvwm/menus.c (MenuInteraction):
9305         (__menu_loop):
9306         renamed MenuInteraction to __menu_loop
9308         * fvwm/menus.c (pop_menu_up):
9309         (do_menu):
9310         (MenuInteraction):
9311         removed pdo_warp_to_title argument of pop_menu_up and changed all
9312         callers; logic is now in last_saved_position_hints
9313         (__menu_get_next_event_timeout_loop):
9314         began to split MenuInteraction into several sub functions
9315         go away, evil "goto"!
9317         * fvwm/style.c (style_parse_one_style_option):
9318         all boolean styles - and *only* boolean styles, can be prefixed with a
9319         '!' to invert their meaning
9320         (style_parse_button_style):
9321         moved Button and NoButton styles to separate function
9323         * configure.in:
9324         * NEWS:
9325         updated for 2.5.4-devel
9327         * configure.in:
9328         2.5.3 was released
9330         * configure.in:
9331         * NEWS:
9332         updated for 2.5.3
9334         * fvwm/menuitem.h (struct):
9335         * fvwm/menus.c (paint_menu_gradient_background):
9336         (paint_menu_pixmap_background):
9337         (paint_menu):
9338         (clear_expose_menu_area):
9339         fixed TiledPixmap menu background drawing bug
9340         sorted function in file and removed forward declarations
9342 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9344         * fvwm/Makefile.am (LDADD):
9345         put -lfvwm at front of library list
9347         * fvwm/windowlist.c (CMD_WindowList):
9348         print window's page instead of current page in windowlist
9350 2002-08-24  Bob Woodside  <dumbledore@woodsway.com>
9352         * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
9353         Fix for Experimental RaiseOverUnmanaged Handling.
9355 2002-08-22  Bob Woodside  <dumbledore@woodsway.com>
9357         * fvwm/focus.h:
9358         * fvwm/stack.h:
9359         New defs for Experimental RaiseOverUnmanaged Handling.
9361         * fvwm/events.c (HandleEnterNotify):
9362         * fvwm/focus.c:
9363         (set_focus_to_fwin)
9364         (focus_query_grab_buttons)
9365         (_focus_grab_buttons)
9366         (focus_grab_buttons)
9367         (focus_grab_buttons_client_entered)
9368         (_SetFocusWindow)
9369         (__activate_window_by_command)
9370         (_ReturnFocusWindow)
9371         (_DeleteFocus)
9372         (_ForceDeleteFocus)
9373         * fvwm/stack.c:
9374         (raise_over_unmanaged)
9375         (is_above_unmanaged)
9376         (_is_on_top_of_layer)
9377         (is_on_top_of_layer)
9378         (is_on_top_of_layer_and_above_unmanaged)
9379         Experimental RaiseOverUnmanaged Handling - an attempt to fix the
9380         interaction of RaiseOverUnmanaged with various focus policies,
9381         particularly mouse focus + client click raises; issue mouse
9382         button grabs when and only when they are actually needed; and
9383         fix the old "xfm + MouseFocusClickRaises" bug once and for all.
9384         (Thanks to the GFPR, this is much more straightforward to do!)
9386 2002-08-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9388         * fvwm/fvwm.1.in:
9389         added a paragraph about scripting and complex functions.
9391         * fvwm/style.c (style_parse_one_style_option):
9392         fixed flag_mask and change_mask of TitleAt... styles that broke left
9393         and bottom titles
9395 2002-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9397         * fvwm/fvwm.1.in:
9398         describe new focus policy styles
9400 2002-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9402         * fvwm/style.c (merge_styles):
9403         fixed applying style updates immediately
9405         * fvwm/geometry.c (constrain_size):
9406         fixed font resizing of maximized windows
9408         * fvwm/window_flags.h:
9409         * fvwm/fvwm.h (has_new_wm_normal_hints):
9410         new window flags
9412         * fvwm/events.c (HandleEnterNotify):
9413         fixed UngrabNotify returning focus to just unfocused window
9414         * fvwm/focus.h:
9415         added debug code
9417         * fvwm/style.c (merge_styles):
9418         (free_style_mask):
9419         (__simplify_style_list):
9420         fixed default style calculations
9422         * fvwm/events.c (HandleConfigureRequest):
9423         disabled debug output
9425         * fvwm/style.c (merge_styles):
9426         * fvwm/fvwm.h (window_style):
9427         new style member default_mask to allow two levels of defaults;
9428         fixes focus policy defaults
9429         * fvwm/style.h:
9430         rewrote many of the macros; changed all callers
9432         * fvwm/borders.c (RenderIntoPixmap):
9433         (DrawMultiPixmapTitlebar):
9434         (border_render_into_pixmap):
9435         (border_draw_multi_pixmap_titlebar):
9436         applied Suzanne Skinner's multi pixmap titles fix
9437         renamed functions and changed all callers
9439         * libs/FScreen.c (FScreenGetScrRect):
9440         (FindScreen):
9441         (FScreenGetScrId):
9442         new utility functions
9444         * fvwm/windowlist.c (CMD_WindowList):
9445         new option MaxLabelWidth for the WIndowList command based on patch by
9446         Maxim F. Ischenko
9447         new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
9448         WindowList command.
9450         * fvwm/events.c (HandleConfigureRequest):
9451         removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
9452         seems to work without problems
9454 2002-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9456         * fvwm/style.c (merge_styles):
9457         fixed style defaults getting stuck to on once set
9459         * configure.in:
9460         fixed a number of non portable uses of the "test" command and unified
9461         the used syntax of all calls to reduce chance of copy-and-paste
9462         problems
9464 2002-08-17  Mikhael Goikhman  <migo@homemail.com>
9466         * configure.in:
9467         * fvwm/fvwm.1.in:
9468         minor typos and improvements;
9469         better string quotings and detection of fribidi for autoconf-2.53
9471         * fvwm/Makefile.am:
9472         don't include *.in in EXTRA_DIST, they are auto-included
9474 2002-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9476         * fvwm/events.c (HandleConfigureRequest):
9477         (HandlePropertyNotify):
9478         (is_resizing_event_pending):
9479         fixed uninitialised return code of test_resizing_event
9481 2002-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9483         * fvwm/decorations.c (SelectDecor):
9484         * fvwm/style.h:
9485         * fvwm/window_flags.h:
9486         * fvwm/fvwm.h:
9487         moved common.s.has_no_border window flag to common.has_no_border to
9488         fix windows getting stuck without a border once the HandleWidth or
9489         BorderWidth was set to 0 and then increased again
9491         * fvwm/fvwm.1.in:
9492         removed reference to BUGS and TODO
9494         * configure.in:
9495         moved a lot of constant definitions to configure.in; the fvwm.lsm and
9496         fvwm.1 files don't have to be updated for a release anymore; the release
9497         number and date are set by configure
9499         * fvwm/fvwm.c (setVersionInfo):
9500         fixed output of "fvwm -version"
9502 2002-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9504         * fvwm/style.c (style_parse_one_style_option):
9505         Old focus styles override less of the behaviour specified with the
9506         FP... styles; use defaults instead without setting the mask
9507         (style_parse_one_style_option):
9508         removed the styles MouseFocusClickIgnoreMotion and
9509         MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
9510         instead
9511         (style_parse_one_style_option):
9512         ClickToFocusRaises now works only on the client window, not on the
9513         decorations
9514         (style_parse_one_style_option):
9515         fixed FocusFollowsMouse style
9516         (style_set_old_focus_policy):
9517         moved old default focus settings to a separate function, simplified code
9519 2002-08-14  Dan Espen  <dane@mk.telcordia.com>
9521         * fvwm/fvwm.1: Add hot-spot is an offset information,
9522         fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
9523         the xpm docs).
9525 2002-08-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9527         * fvwm/style.c (style_parse_focus_policy_style):
9528         fixed parsing of FPFocusClickButtons and FocusClickModifiers
9530         * libs/Makefile.am:
9531         added missing files
9533         * fvwm/events.c (HandleConfigureRequest):
9534         fixed ConfigureRequest race condition
9536 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9538         * configure.in:
9539         quote environment variables
9541 2002-08-13  olicha  <olivier.chapuis@free.fr>
9543         * NEWS:
9544         Color limit and dithering news
9546         * fvwm/fvwm.1:
9547         Added a minimal doc for the -color-limit option
9549         * fvwm/builtins.c (CMD_ColorLimit):
9550         ColorLimit is obsolete
9552         * fvwm/builtins.c (ReadDecorFace):
9553         * libs/PictureUtils.c (my_dither_depth_15_16_init):
9554         (PictureAllocColorAllProp):
9555         Implemented dithering for depth 16 and 15. This is off by default
9556         in colorset (use the dither colorset option) and on by default
9557         for window title gradient. Gradient are visibly more smooth.
9559         * libs/PictureUtils.c (*):
9560         Some cleanup
9562 2002-08-13  Mikhael Goikhman  <migo@homemail.com>
9564         * fvwm/fvwm.1:
9565         corrected the pixmap cursor description, added an example
9567 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9569         * fvwm/menus.c (select_menu_item):
9570         (paint_menu_gradient_background):
9571         fixed a redrawing problem with H/Vgradient menu faces
9572         (MenuInteraction):
9573         fixed a minor problem w/ entering submenus via keyboard
9575 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9577         * fvwm/move_resize.c (CMD_ResizeMove):
9578         (CMD_Resize):
9579         (CMD_Maximize):
9580         (CMD_ResizeMaximize):
9581         (CMD_ResizeMoveMaximize):
9582         commands can be used on iconified windows again
9584         * ONEWS:
9585         * NEWS:
9586         moved pre-2.2 NEWS to ONEWS
9588         * libs/strdup.c:
9589         * libs/safemalloc.c:
9590         * libs/envvar.c:
9591         * libs/alloca.c:
9592         * libs/Target.c:
9593         * libs/Parse.c:
9594         * libs/Bindings.c:
9595         * fvwm/menustyle.c:
9596         * fvwm/menus.c:
9597         * fvwm/menuitem.c:
9598         * fvwm/menucmd.c:
9599         * fvwm/frame.c:
9600         * fvwm/events.c:
9601         * fvwm/borders.c:
9602         let config.h include strinh.h or strings.h
9604         * fvwm/style.c (style_parse_one_style_option):
9605         (style_parse_one_style_option):
9606         fixed icon box crash
9608         * fvwm/bindings.c (update_nr_buttons):
9609         fixed extra buttons on window decorations
9611         * fvwm/style.c (style_parse_one_style_option):
9612         fixed parsing of the FP... and !FP... styles
9614 2002-08-12  Bob Woodside  <dumbledore@woodsway.com>
9616         * fvwm/style.c (style_parse_one_style_option):
9617         Fixed a typo so that ClickToFocusRaisesOff actually turns
9618         the option off instead of on.
9620 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9622         * fvwm/focus.c (focus_grab_buttons):
9623         only grab necessary buttons on the client window
9625 2002-08-11  olicha  <olivier.chapuis@free.fr>
9627         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
9628         Removed some debug code
9630         * fvwm/fvwm.c (main):
9631         (usage):
9632         Added -color-limit to fvwm usage
9634 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9636         * fvwm/style.c (style_parse_one_style_option):
9637         (style_parse_focus_policy_style):
9638         added style options "FP..." to control focus policy
9639         removed OverrideGrabFocus and AllowGrabFocus styles
9641         * fvwm/style.c (merge_styles):
9642         fixed style defaults != 0
9644         * fvwm/focus.c (__restore_focus_after_unmap):
9645         fixed a bug w/ reverting the focus from transients to the parent
9647         * fvwm/ewmh.c (ewmh_HandleDesktop):
9648         * fvwm/style.c (style_parse_one_style_option):
9649         fixed defaults for various focus styles
9651         * NEWS:
9652         updated for 2.4.9
9654         * fvwm/frame.c (frame_mrs_resize_move_windows):
9655         backed out anti-flicker patch that slowed down command processing
9657         * fvwm/bindings.c (update_nr_buttons):
9658         (ParseBinding):
9659         fixed sluggish processing of mouse bindings
9661         * fvwm/events.c (__handle_bpress_action):
9662         fixed drawing of pressed decorations w/o bindings
9664         * fvwm/frame.c (frame_move_resize):
9665         removed debug code that broke focus handling
9667         * fvwm/style.c (style_parse_one_style_option):
9668         fixed passing the focus click to the app by default
9670         * fvwm/events.c (__handle_click_to_focus):
9671         * fvwm/focus.c (set_focus_to_fwin):
9672         (__set_focus_to_fwin):
9673         removed drawing code that broke as many places as it fixed; plus it
9674         cause unnecessary redraws
9676         * fvwm/events.c (HandleConfigureRequest):
9677         send a synthetical ConfigureNotify if an application is not granted its
9678         wishes from a ConfigureRequest; this is necessary for FixedPPosition
9679         and FixedPSize to work properly; also to be ICCCM compliant
9680         always force border_width 0 in these events
9681         in the experimental cr merging code, send a number of cn events equal
9682         to the number of merged events
9684         * libs/Parse.c:
9685         * fvwm/style.c:
9686         reformatted
9688         * fvwm/style.c (style_parse_focus_policy_style):
9689         (style_parse_icon_size_style):
9690         (style_parse_icon_box_style):
9691         (style_parse_icon_grid_style):
9692         (style_parse_icon_fill_style):
9693         (style_parse_one_style_option):
9694         (parse_and_set_window_style):
9695         split into separate functions
9696         (style_parse_one_style_option):
9697         simplified and cleaned up
9699         * fvwm/events.h:
9700         * fvwm/decorations.c:
9701         * fvwm/cursor.h:
9702         * fvwm/cursor.c:
9703         * fvwm/conditional.h:
9704         * fvwm/conditional.c:
9705         * fvwm/colorset.h:
9706         * fvwm/colors.h:
9707         * fvwm/colors.c:
9708         * fvwm/colormaps.c:
9709         * fvwm/bindings.h:
9710         * fvwm/bindings.c:
9711         reformatted and cleaned up
9713 2002-08-11  olicha  <olivier.chapuis@free.fr>
9715         * libs/PictureUtils.c (*):
9716         * libs/PictureUtils.h:
9717         * libs/PictureDitherMatrice.h (new file):
9718         * libs/PictureImageLoader.c (*):
9719         * libs/PictureImageLoader.h:
9720         * libs/PictureGraphics.c  (PGraphicsCreateDitherPixmap):
9721         (PCreateDitherPixmap):
9722         (PCreateTintedPixmap):
9723         * libs/PictureGraphics.h:
9724         * libs/PictureBase.c (PictureInitCMap):
9725         * libs/PictureBase.h:
9726         * libs/Picture.c (*):
9727         * libs/Picture.h:
9728         * libs/Fxpm.h:
9729         * libs/Colorset.c (DumpColorset):
9730         (LoadColorset):
9731         * libs/Colorset.h:
9732         * libs/Graphics.c (all gradient functions):
9733         * libs/fvwmlib.h:
9734         * fvwm/screen.h:
9735         * fvwm/move_resize.c (CMD_XorPixmap):
9736         * fvwm/colors.c (FreeColors):
9737         * fvwm/builtins.c (CMD_DefaultColors):
9738         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9739         * fvwm/builtins.c (FreeDecorFace):
9740         (ReadDecorFace):
9741         * fvwm/menus.c (pop_menu_down):
9742         (paint_menu_gradient_background):
9743         (scanForPixmap):
9744         * fvwm/menus.h:
9745         * fvwm/menustyle.c (menustyle_free_face):
9746         (menustyle_parse_face):
9747         (menustyle_free):
9748         (menustyle_update):
9749         (menustyle_parse_style):
9750         (CMD_CopyMenuStyle):
9751         * fvwm/menustyle.h:
9752         * fvwm/icons.c (GetIconFromFile):
9753         * fvwm/builtins.c (ReadMultiPixmapDecor):
9754         (ReadDecorFace):
9755         * fvwm/borders.c (border_draw_decor_to_pixmap):
9756         * fvwm/add_window.c (setup_mini_icon):
9757         * fvwm/fvwm.c (main):
9758         * fvwm/colorset.c (free_colorset_background):
9759         (parse_pixmap):
9760         (parse_shape):
9761         (parse_colorset):
9762         New color limit method and implement dithering in depth <= 8.
9763         Added a "fvwm picture attributes" structure for loading image.
9764         Some colors leaks fix. Add some (weak) color leaks. New option
9765         -color-limit for fvwm. 257 fix. Some prepartion for tint and
9766         alpha in colorset.
9768 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9770         * libs/Flocale.c (FlocaleRotateDrawString):
9771         fixed a crash
9773 2002-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9775         * fvwm/style.c (parse_and_set_window_style):
9776         fixed the default for passing the click-to-raise click for mousey
9777         focus
9779         * fvwm/events.c (__handle_click_to_focus):
9780         removed redundant code
9781         (WaitForButtonsUp):
9782         fixed sluggish motion event handling when waiting for buttons to be
9783         released
9785         * fvwm/focus.c (__set_focus_to_fwin):
9786         (set_focus_to_fwin):
9787         fixed redrawing the border w/ mousey focus when the window was entered,
9788         then the border was clicked before the FocusIn event arrived
9790         * fvwm/events.c (__handle_bpress_on_managed):
9791         * fvwm/style.c (parse_and_set_window_style):
9792         fixed some small focus problems
9794         * fvwm/fvwm.c:
9795         reformatted and cleaned up
9797         * fvwm/fvwm.1:
9798         formatting fixes
9800         * fvwm/focus.c (focus_query_click_to_raise):
9801         (focus_query_click_to_focus):
9802         * fvwm/style.c (parse_and_set_window_style):
9803         * fvwm/events.c (__test_for_motion):
9804         (__check_click_to_focus_or_raise):
9805         (__handle_focus_raise_click):
9806         (__is_bpress_window_handled):
9807         (__handle_click_to_focus):
9808         (__handle_click_to_raise):
9809         (__handle_bpress_stroke):
9810         (__handle_bpress_action):
9811         (__handle_bpress_on_root):
9812         (__handle_bpress_on_unmanaged):
9813         (__handle_bpress_on_managed):
9814         (HandleButtonPress):
9815         GFPR: completely rewrote ButtonPress handler, thus finishing the core
9816         of the new focus code; only the parsing for the new styles is missing
9818         * fvwm/virtual.c (is_pan_frame):
9819         new function
9821 2002-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9823         * fvwm/add_window.c (AddWindow):
9824         fixed compile error
9826         * fvwm/events.c (__handle_focus_raise_click):
9827         (HandleButtonPress):
9828         clean up
9830         * fvwm/events.c (__handle_focus_raise_click):
9831         * fvwm/fvwm.h (struct):
9832         * fvwm/style.c (check_window_style_change):
9833         (parse_and_set_window_style):
9834         * fvwm/session.c (MatchWinToSM):
9835         * fvwm/window_flags.h:
9836         eliminated parts of the old focus code
9838         * fvwm/focus.c (__set_focus_to_fwin):
9839         (set_focus_to_fwin):
9840         * fvwm/fvwm.c (InitVariables):
9841         * fvwm/add_window.c (destroy_window):
9842         * fvwm/events.c (__handle_focus_raise_click):
9843         * fvwm/screen.h (ScreenInfo):
9844         eliminated Scr.Ungrabbed global
9846         * fvwm/update.c (apply_window_updates):
9847         (flush_window_updates):
9848         * fvwm/icons.c (DeIconify):
9849         (Iconify):
9850         * fvwm/move_resize.c (CMD_Maximize):
9851         (__move_window):
9852         (handle_stick):
9853         * fvwm/frame.c (frame_free_move_resize_args):
9854         (__frame_setup_window):
9855         * fvwm/virtual.c (do_move_window_to_desk):
9856         (CMD_GotoDeskAndPage):
9857         (goto_desk):
9858         (MoveViewport):
9859         * fvwm/stack.c (LowerWindow):
9860         * fvwm/events.c (HandleMapNotify):
9861         (HandleVisibilityNotify):
9862         (DispatchEvent):
9863         (HandleFocusIn):
9864         (__handle_focus_raise_click):
9865         (HandleEnterNotify):
9866         (HandleMapRequestKeepRaised):
9867         * fvwm/add_window.c (setup_key_and_button_grabs):
9868         (setup_focus_policy):
9869         (destroy_window):
9870         * fvwm/focus.c (__try_other_screen_focus):
9871         (__set_focus_to_fwin):
9872         (set_focus_to_fwin):
9873         (focus_grab_buttons_on_pointer_window):
9874         (focus_grab_buttons_on_layer):
9875         (focus_grab_buttons_new):
9876         cleaned up focus grab handling.
9878         * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
9879         clean up
9881 2002-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9883         * fvwm/add_window.c (setup_window_structure):
9884         (AddWindow):
9885         discarded unused return code
9887         * fvwm/focus.c (focus_grab_buttons):
9888         split into two fucntions and fixed a bug with ungrabbing buttons
9890         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
9891         * fvwm/style.c (parse_and_set_window_style):
9892         * fvwm/icons.c (DeIconify):
9893         (DeIconify):
9894         * fvwm/events.c (HandleButtonPress):
9895         (HandleEnterNotify):
9896         (HandleLeaveNotify):
9897         (HandleMapNotify):
9898         (HandleMapRequestKeepRaised):
9899         * fvwm/add_window.c (CaptureAllWindows):
9900         * fvwm/virtual.c (UnmapDesk):
9901         (MapDesk):
9902         (do_move_window_to_desk):
9903         * fvwm/update.c (flush_window_updates):
9904         * fvwm/focus.c (set_focus_model):
9905         (DeleteFocus):
9906         (__restore_focus_after_unmap):
9907         much more GFPR work; these patches may break lots of things
9909         * fvwm/focus.c (set_focus_to_fwin):
9910         (__activate_window_by_command):
9911         (SetFocusWindow):
9912         (ReturnFocusWindow):
9913         (DeleteFocus):
9914         (ForceDeleteFocus):
9915         renamed MoveFocus to set_focus_to_fwin
9917 2002-08-07  Mikhael Goikhman  <migo@homemail.com>
9919         * libs/Fft.c (FftDrawString):
9920         removed redudant and buggy code that called DrawStringFunc before
9921         this pointer gets initialized
9923         * fvwm/focus.c (focus_query_click_to_raise):
9924         fixed possibly-uninitialized variable warning
9926         * fvwm/Makefile.am:
9927         specify stroke includes before Xft includes, may improve some cases
9929 2002-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9931         * configure.in:
9932         fixed sys/time.h detection
9934         * fvwm/events.c (HandleMappingNotify):
9935         * libs/Bindings.c (AddBinding):
9936         added MappingNotify event handler
9938         * fvwm/events.c (HandleMapRequest):
9939         removed debug code
9941         * fvwm/events.c (InitEventHandlerJumpTable):
9942         another attempt at handling "unknown" modifiers in key bindings
9944 2002-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9946         * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
9947         * fvwm/add_window.c (destroy_window):
9948         * fvwm/focus.c (focus_grab_buttons):
9949         fixed core dump
9951 2002-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9953         * fvwm/focus.c (focus_force_refresh_focus):
9954         * fvwm/events.c (HandleEnterNotify):
9955         (HandlePropertyNotify):
9956         (HandleButtonPress):
9957         * fvwm/icons.c (DeIconify):
9958         * fvwm/virtual.c (MapDesk):
9959         * fvwm/focus_policy.c (fpol_query_allow_user_focus):
9960         * fvwm/update.c (apply_window_updates):
9961         * fvwm/module_interface.c:
9962         * fvwm/conditional.c (MatchesConditionMask):
9963         more GFPR work
9965         * fvwm/icons.c (Iconify):
9966         removed "#if 0"ed code
9968         * fvwm/module_interface.c:
9969         disabled the old ConfigureWindow module interface
9971         * vms/vms.c:
9972         * libs/fvwmsignal.h:
9973         * libs/Picture.c:
9974         * fvwm/ewmh_intern.h:
9975         * fvwm/events.c:
9976         * fvwm/module_interface.c:
9977         * fvwm/misc.c:
9978         use ftime.h
9980         * libs/ftime.h:
9981         new file to encapsulate time.h and sys/time.h inclusion
9983         * fvwm/stack.c:
9984         re-indented
9985         (mark_transient_subtree):
9986         (__mark_group_member):
9987         cleaned up and split into two functions
9989         * fvwm/focus.c (CMD_Focus):
9990         (CMD_FlipFocus):
9991         * fvwm/icons.c (DeIconify):
9992         clean up
9993         (FocusOn)
9994         (__activate_window_by_command):
9995         renamed function
9997         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
9998         * fvwm/focus_policy.h: (fpol_set_focus_by_t):
9999         * fvwm/style.c (parse_and_set_window_style):
10000         (parse_and_set_window_style):
10001         began implementing new focus control styles
10003         * fvwm/focus.c (DoSetFocus):
10004         (__restore_focus_after_unmap):
10005         (MoveFocus):
10006         (refresh_focus):
10007         more GFPR work
10008         (DoSetFocus):
10009         (__set_focus_to_fwin):
10010         function renamed
10012         * fvwm/conditional.c (MatchesConditionMask):
10013         * fvwm/focus.c (focus_query_open_grab_focus):
10014         (focus_query_close_restore_focus):
10015         (focus_does_accept_input_focus):
10016         (MoveFocus):
10017         * fvwm/events.c (HandleUnmapNotify):
10018         (HandleEnterNotify):
10019         (HandleMapNotify):
10020         (HandleMapRequestKeepRaised):
10021         renamed some functions
10023         * libs/defaults.h:
10024         * fvwm/focus_policy.c:
10025         * fvwm/focus_policy.h:
10026         prepared some future focus policy flags
10028         * configure.in:
10029         enable error message when png or xpm test compilation fails
10031         * fvwm/style.h:
10032         * fvwm/window_flags.h:
10033         * fvwm/ewmh.c (ewmh_HandleDesktop):
10034         * fvwm/style.c (parse_and_set_window_style):
10035         (check_window_style_change):
10036         * fvwm/events.c (HandleButtonPress):
10037         (HandleVisibilityNotify):
10038         began GFPR migration of *raises* focus policy flags
10040         * fvwm/focus.c (focus_is_focusd):
10041         new function
10043         * libs/Bindings.c (AddBinding):
10044         fixed handling of "unknown" modifiers in key bindings
10046         * fvwm/focus.c (focus_grab_buttons):
10047         (focus_query_grab_buttons):
10048         moved focus policy code into separate function
10050 2002-08-02  Mikhael Goikhman  <migo@homemail.com>
10052         * Makefile.am:
10053         DESTDIR fix
10055 2002-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10057         * fvwm/style.c (parse_and_set_window_style):
10058         * fvwm/focus.c (focus_query_grab_focus):
10059         * fvwm/events.c (HandleMapNotify):
10060         (HandlePropertyNotify):
10061         * fvwm/focus_policy.c (fpol_init_default_fp):
10062         * libs/defaults.h:
10063         new styles OverrideGrabFocus and AllowGrabFocus
10064         cleaned up focus grabbing code and moved to focus.c
10066 2002-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10068         * fvwm/focus.c (CMD_WarpToWindow):
10069         fixed negative arguments for unmanaged windows
10071         * fvwm/conditional.c (CMD_Direction):
10072         use PeekToken instead of GetNextToken
10073         cleaned up
10074         new direction "center"
10076 2002-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10078         * fvwm/events.c (addkbsubinstoarray):
10079         disabled experimental pointer warping code
10081         * fvwm/menus.c:
10082         removed menu crash debug code
10084 2002-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10086         * fvwm/menus.c:
10087         added tons of crash debug code
10089         * fvwm/add_window.c:
10090         made a lot of internal functions static
10092         * fvwm/add_window.c (setup_button_windows):
10093         (destroy_title_window):
10094         (destroy_button_windows):
10095         (destroy_resize_handle_windows):
10096         (destroy_auxiliary_windows):
10097         (destroy_icon):
10098         (destroy_window):
10099         * fvwm/icons.c (CreateIconWindow):
10100         safety patches w/ XDeleteContext
10102         * fvwm/menus.c (DestroyMenu):
10103         fixed a crash w/ accessing already deleted menus
10105 2002-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10107         * fvwm/menus.c (get_menu_options):
10108         fixed menu context rectangle "icon" if the icon was not just a pixmap
10110 2002-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10112         * fvwm/events.c (HandleMapNotify):
10113         (HandleMapRequestKeepRaised):
10114         (HandleUnmapNotify):
10115         * fvwm/ewmh_events.c (ewmh_WMStateModal):
10116         * fvwm/ewmh.c (ewmh_HandleDesktop):
10117         * fvwm/style.c (parse_and_set_window_style):
10118         removed old do_grab_focus_when_created and *_when_transient_* flags
10120 2002-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10122         * fvwm/conditional.c (MatchesConditionMask):
10123         * fvwm/focus.c (DoSetFocus):
10124         * fvwm/session.c (MatchWinToSM):
10125         * fvwm/module_interface.c (SETOLDFLAGS):
10126         removed old is_lenient flag
10128         * fvwm/bindings.c:
10129         * fvwm/style.c (__simplify_style_list):
10130         (simplify_style_list):
10131         reformatted
10133         * fvwm/window_flags.h:
10134         * fvwm/style.h:
10135         access macros for focus policy flags structures
10136         reformatted
10138         * fvwm/focus_policy.c:
10139         * fvwm/focus_policy.h:
10140         new files, begin great focus policy rewrite aka GFPR
10142 2002-07-22  Bob Woodside  <dumbledore@woodsway.com>
10144         * fvwm/placement.c (PlaceWindow):
10145         Fixed interaction between CascadePlacement and StartsOnPage
10147 2002-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10149         * libs/fvwmsignal.c (fvwmSelect):
10150         call alloca(0) in fvwmSelect to make sure the memory is not leaked in
10151         modules
10153 2002-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10155         * fvwm/add_window.c (CaptureOneWindow):
10156         fixed a core dump w/ windows being destroyed during a recapture
10157         (AddWindow):
10158         removed duplicate check if new windows still exist
10160         * fvwm/placement.c (CMD_PlaceAgain):
10161         * fvwm/move_resize.c (move_window_doit):
10162         (__move_icon):
10163         * fvwm/virtual.c (MapDesk):
10164         (MoveViewport):
10165         (do_move_window_to_desk):
10166         * fvwm/icons.c (AutoPlaceIcon):
10167         (ChangeIconPixmap):
10168         (Iconify):
10169         some cleanup in movement code
10170         new option "Icon" to PlaceAgain command
10171         adapted documentation accordingly
10173         * fvwm/move_resize.c (move_window_doit):
10174         (__move_window):
10175         renamed function
10177 2002-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10179         * libs/Flocale.c (FlocaleRotateDrawString):
10180         create gcs only once
10182         * fvwm/fvwm.1:
10183         removed some references to Recapture
10184         UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
10185         ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
10187         * libs/gravity.c (gravity_parse_multi_dir_argument):
10188         fixed "all" multidir selecting "center" too
10190         * libs/Fft.c (FftDrawString):
10191         * libs/Flocale.c (FlocaleRotateDrawString):
10192         (FlocaleFontStructDrawString):
10193         (FlocaleDrawString):
10194         fixed some text placement bugs w/ shadow text
10195         (FlocaleGetShadowTextPosition):
10196         implemented "center" shadows
10198 2002-07-20  olicha  <olivier.chapuis@free.fr>
10200         * libs/Flocale.c (FlocaleRotateDrawString):
10201         Removed some static declarations
10203 2002-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10205         * libs/gravity.c (gravity_multi_dir_to_dir):
10206         * libs/gravity.h (enum):
10207         new function, cleaned up
10208         (enum):
10209         * fvwm/fvwm.h (FvwmWindow):
10210         * libs/Fft.c:
10211         * fvwm/geometry.c:
10212         * fvwm/borders.c:
10213         moved text_rotation_type to gravity.h and renamed to rotation_type
10215         * libs/Flocale.h:
10216         fixed several bugs in the access macros
10218         * libs/Flocale.c:
10219         removed unused static FlocaleSeted
10220         (FlocaleFontStructDrawString):
10221         simplified function
10223         * fvwm/virtual.c (CMD_EdgeCommand):
10224         * fvwm/windowshade.c (CMD_WindowShade):
10225         * fvwm/conditional.c (CMD_Direction):
10226         adapted to changes in ParseDirectionArgument
10228         * libs/gravity.h:
10229         * libs/gravity.c (ParseDirectionArgument):
10230         new direction "Center"
10232         * fvwm/virtual.c (CMD_EdgeCommand):
10233         reformatted
10235 2002-07-18  olicha  <olivier.chapuis@free.fr>
10237         * libs/PictureUtils.c (PictureRGBtoPixel):
10238         (decompose_mask):
10239         Fixed(??) color allocation for some visuals
10241 2002-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10243         * libs/Flocale.c (FlocaleFontStructDrawString):
10244         a little code cleanup
10246         * fvwm/events.c (HandleEnterNotify):
10247         removed debug code
10248         anothe click+drag fix
10250         * libs/Pointer.c (GetLocationFromEventOrQuery):
10251         * fvwm/focus.c (SetPointerEventPosition):
10252         * fvwm/functions.c (CheckActionType):
10253         * fvwm/builtins.c (CMD_StrokeFunc):
10254         * fvwm/move_resize.c (moveLoop):
10255         (resize_window):
10256         fixed some bugs w/ pointer on wrong screen
10258 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10260         * fvwm/events.c (HandleLeaveNotify):
10261         fixed problem w/ click+drag and mousey focus
10263         * fvwm/menus.c (size_menu_horizontally):
10264         fixed menu style SubmenusLeft w/ icons in menu items
10266 2002-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10268         * fvwm/menuitem.c (menuitem_paint):
10269         * fvwm/menus.h:
10270         * fvwm/menus.c (paint_menu_gradient_background):
10271         (get_menu_paint_item_parameters):
10272         removed circular dependency of menus.c and menuitem.c by using callback
10273         functions
10275 2002-07-17  olicha  <olivier.chapuis@free.fr>
10277         * fvwm/menuitem.c:
10278         A -Wall fix
10280         * fvwm/fvwm.c (InitVariables):
10281         (main):
10282         * fvwm/colorset.c (parse_colorset):
10283         (alloc_colorset):
10284         (CMD_ReadWriteColors):
10285         * fvwm/builtins.c (CMD_ColorLimit):
10286         * libs/PictureUtils.h:
10287         * libs/PictureUtils.c (PictureReduceColor):
10288         (PictureReduceRGBColor):
10289         (PictureRGBtoPixel):
10290         (PictureAllocColor):
10291         (PictureFreeColors):
10292         (PictureGetNextColor):
10293         (colors_alloc_fail):
10294         (my_alloc_color):
10295         (AllocColors*):
10296         (AllocColorTable):
10297         (PictureAllocColorTable):
10298         * libs/PictureImageLoader.c (PImageXpmAllocColor):
10299         (PImageXpmFreeColor):
10300         (PImageLoadXpm):
10301         * libs/PictureBase.c (PictureInitCMap):
10302         * libs/Graphics.c (AllocLinearGradient):
10303         * libs/ColorUtils.c (GetShadow):
10304         (GetHilite):
10305         (GetForeShadow):
10306         (GetTintedPixel):
10307         (GetSimpleColor):
10308         (GetColor):
10309         (fvwmlib_clone_color):
10310         * libs/PictureGraphics.c (PGraphicsTintRectangle):
10311         Implemented a new color limit method
10313 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10315         * fvwm/move_resize.c (moveLoop):
10316         fixed problem moving the pointer off screen while moving a window
10317         (AnimatedMoveAnyWindow):
10318         fixed pointer warping w/ multiple screens and animated window motion
10320 2002-07-12  olicha  <olivier.chapuis@free.fr>
10322         * fvwm/menus.c (get_menu_paint_item_parameters):
10323         (paint_menu_gradient_background):
10324         * fvwm/menuitem.c (menuitem_paint):
10325         * fvwm/menuitem.h:
10326         * fvwm/menus.h:
10327         Fixed B/DGradient with Xft fonts
10329         * libs/Colorset.h:
10330         * libs/ColorUtils.c (GetTintedColor):
10331         (GetTintedPixel):
10332         * fvwm/colorset.c (parse_simple_tint):
10333         (parse_colorset):
10334         (alloc_colorset):
10335         Implemented fgTint colorset option
10337         * libs/PictureImageLoader.c:
10338         * libs/PictureUtils.c:
10339         * libs/PictureUtils.h:
10340         * libs/Makefile.am:
10341         Moved color limitation and some rgb to pixel functions from
10342         PictureImageLoader to new files PictureUtils.c, PictureUtils.h
10344         * fvwm/colorset.c (parse_colorset):
10345         * libs/PictureGraphics.c (PCreateTintedPixmap):
10346         (PGraphicsTintRectangle):
10347         Implemented tinting for X server without Xrender support and
10348         did color limitation when tinting
10351 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10353         * fvwm/events.c (WaitForButtonsUp):
10354         fixed handling of button release events
10356 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10358         * fvwm/menus.c (MenuInteraction):
10359         fixed core dump w/ dynamic popdown action destroying a menu
10360         (paint_menu_gradient_background):
10361         fixed hang and/or incorrect drawing of b and d gradients in menus
10363         * fvwm/events.c (HandleEnterNotify):
10364         (HandleLeaveNotify):
10365         improved LEAVE_WINDOW/ENTER_WINDOW handling
10367 2002-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10369         * libs/Colorset.c (SetWindowBackground):
10370         (SetWindowBackgroundWithOffset):
10371         (ScrollPixmap):
10372         implemented new functions to allow pixmap backgrounds with an offset
10374 2002-07-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10376         * fvwm/events.c (HandleMapRequestKeepRaised):
10377         send Map/UnmapNotify before iconyfying, not after
10379 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10381         * fvwm/events.c (HandleMapRequestKeepRaised):
10382         fake a MapNotify and then an UnmapNotify when a window is created iconic
10384         * fvwm/add_window.c (AddWindow):
10385         workaround for buggy TK menu positioning
10387         * fvwm/module_interface.c (FlushMessageQueue):
10388         (PositiveWrite):
10389         (get_pipe_name):
10390         tried to fix module communication deadlock w/ sync mask and a full write
10391         pipe
10393         * libs/Strings.c:
10394         re-indented file
10396         * libs/defaults.h:
10397 2002-07-06  olicha  <olivier.chapuis@free.fr>
10399         * libs/Flocale.c (FlocaleGetFontSet):
10400         Removed some unwanted code
10402 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10404         * fvwm/events.c (HandleLeaveNotify):
10405         (HandleEnterNotify):
10406         reduced the number of MX_LEAVE/ENTER_WINDOW messages
10408         * fvwm/events.c (CMD_XSync):
10409         very experimental patch to cycle through subwindows accepting keyboard
10410         input; call Xsync command repeatedly to test; crashes fvwm if more than
10411         1000 subwindows are used;
10413         * fvwm/focus.c (CMD_WarpToWindow):
10414         fixed a bug in warpttowindow command with subwindows of unmanaged
10415         windows
10417 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10419         * fvwm/events.c (HandlePropertyNotify):
10420         * fvwm/events.h:
10421         handle changes in the size_inc and base_size hints during opaque
10422         resizing.
10424         * fvwm/events.c (HandleButtonPress):
10425         ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
10426         until the button is released again; this restores the old behaviour
10427         from 2.3.23 and before with click+drag and rxvt/aterm
10429 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10431         * fvwm/update.c (apply_window_updates):
10432         fixed applying neverfocus to currently focused window; decorations
10433         partially drawn hilighted
10435 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10437         * fvwm/menucmd.c (menu_func):
10438         another module/menu/context window fix
10439         do not use global Fw anymore
10441 2002-07-05  olicha  <olivier.chapuis@free.fr>
10443         * libs/Flocale.c (FlocaleStringToString2b):
10444         Fixed crash with big5-0 FontStruct
10446 2002-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10448         * fvwm/menucmd.c (menu_func):
10449         fixed context window of menus invoked by a module
10450         (menu_func):
10451         fixed context menus on windows
10453         * libs/vpacket.h (ConfigWinPacket):
10454         * fvwm/module_interface.c (CONFIGARGSNEW):
10455         * fvwm/fvwm.h (FvwmWindow):
10456         fixed bugs in type conversions for transmitting certain information to
10457         modules
10459         * fvwm/functions.c (CheckActionType):
10460         fixed window selection problem w/ menus invoked from modules
10462 2002-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10464         * fvwm/gnome.c (GNOME_HandlePropRequest):
10465         -Wall fixes
10467         * fvwm/module_interface.c (ExecuteCommandQueue):
10468         fixed compile bug w/ --enable-debug-msgs
10470 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10472         * fvwm/events.c (HandleButtonPress):
10473         (HandleKeyPress):
10474         * fvwm/menus.c (MenuInteraction):
10475         (do_menu):
10476         * fvwm/windowlist.c (CMD_WindowList):
10477         * fvwm/menucmd.c (menu_func):
10478         * fvwm/module_interface.c (ExecuteModuleCommand):
10479         * fvwm/add_window.c (adjust_fvwm_internal_windows):
10480         go away, evil globals! [removed the useless global variable
10481         "ButtonWindow"]
10483         * fvwm/events.c (HandleUnmapNotify):
10484         (HandleMapNotify):
10485         * fvwm/icons.c (Iconify):
10486         * fvwm/window_flags.h (IS_ICONIFY_PENDING):
10487         * fvwm/fvwm.h (struct):
10488         renamed is_deiconify_pending to is_iconify_pending
10489         some re-indenting
10491 2002-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10493         * fvwm/menus.c (MenuInteraction):
10494         (pop_menu_down):
10495         (menu_enter_tear_off_menu):
10496         (do_menu):
10497         * fvwm/events.c (HandleButtonPress):
10498         (HandleButtonRelease):
10499         (HandleKeyPress):
10500         (GetContext):
10501         * fvwm/menucmd.c (menu_func):
10502         (menu_func):
10503         * fvwm/module_interface.c (ExecuteModuleCommand):
10504         go away, evil globals! [removed the useless global variable "Context"]
10505         removed is_menu_from_frame_or_window_or_titlebar flag
10507         * fvwm/module_interface.c:
10508         * fvwm/windowlist.c:
10509         re-indented files
10511 2002-06-28  Mikhael Goikhman  <migo@homemail.com>
10513         * fvwm/menuitem.c (menuitem_paint):
10514         fixed fg color of the inactive disabled menu item
10516         * NEWS:
10517         old typo
10518         * fvwm/fvwm.1:
10519         removed a mention of RedHat (I don't think it is correct),
10520         reworded a mention of fvwm95
10522 2002-06-26  Mikhael Goikhman  <migo@homemail.com>
10524         * **/*.c:
10525         tabify only the leading spaces, untabify the middle of line
10527 2002-06-25  David Fries  <dfries@mail.win.org>
10529         * fvwm/fvwm.1:
10530         * fvwm/windowlist.c:
10531         Added code to sort based on the class name of a window for
10532         the WindowList function.
10534 2002-06-25  olicha  <olivier.chapuis@free.fr>
10536         * acinclude.m4:
10537         A minor fix
10539 2002-06-25  Mikhael Goikhman  <migo@homemail.com>
10541         * AUTHORS:
10542         add Anders Andersson (spelling fixes in all man pages) and Steve Talley
10544 2002-06-24  Steve Talley  <stephen.talley@sun.com>
10546         * fvwm/add_window.c:
10547         * fvwm/add_window.h:
10548         * fvwm/fvwm.1:
10549         * fvwm/fvwm.h:
10550         * fvwm/icons.c:
10551         * fvwm/icons.h:
10552         * fvwm/style.c:
10553         * fvwm/style.h:
10554         * libs/defaults.h:
10555         New Style option IconSize
10557 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
10559         * NEWS, configure.in:
10560         changed version to 2.5.3
10562 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
10564         * INSTALL.fvwm:
10565         removed C++ section
10567         * fvwm/fvwm.1:
10568         * libs/FlocaleCharset.c:
10569         small fixes
10571 2002-06-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10573         * fvwm/events.c (WaitForButtonsUp):
10574         use the wait cursot only after the 20th pass through the loop
10576 2002-06-21  Dan Espen  <dane@mk.telcordia.com>
10578         * fvwm/fvwm.1 (Examples): Language check.
10579         PipeRead as synchronous Exec.
10580         Better example for PipeRead.
10582 2002-06-21  olicha  <olivier.chapuis@free.fr>
10584         * fvwm/fvwm.1:
10585         * NEWS:
10586         Documented StringEncoding= in font name
10588         * INSTALL.fvwm
10589         Removed --disable-compound-text doc
10591 2002-06-20  olicha  <olivier.chapuis@free.fr>
10593         * libs/FBidi.h (FBidiConvert):
10594         Fixed compile if !HAVE_BIDI
10596 2002-06-19  olicha  <olivier.chapuis@free.fr>
10598         * fvwm/fvwm.c (InitVariables):
10599         (StartupStuff):
10600         Allocate colorset 0 in InitVariable in the place of StartupStuff.
10601         This fix a "null expression" at init in menustyle.c (menustyle_update)
10603 2002-06-19  Mikhael Goikhman  <migo@homemail.com>
10605         * configure.in:
10606         reworded supported feature listing, fixed the default xft detection
10607         * INSTALL.fvwm:
10608         added the "Supported Features" section
10610 2002-06-19  olicha  <olivier.chapuis@free.fr>
10612         * fvwm/colorset.h:
10613         Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
10615         * INSTALL.fvwm:
10616         Removed --enable-mulibyte and --disable-compound-text config option
10617         documentation. s/enable-xft/disable-xft/ and document --disable-xrender
10619         * configure.in:
10620         Xft is on by default no
10622         * libs/FlocaleCharset.c (*):
10623         * libs/FlocaleCharset.h:
10624         * libs/Ficonv.c (*):
10625         * libs/Ficonv.h:
10626         * libs/Flocale.c (*):
10627         * libs/Flocale.h:
10628         * libs/Fft.c (*):
10629         * libs/FftInterface.h:
10630         * libs/FBidi.c:
10631         * libs/FBidi.h:
10632         * fvwm/ewmh_names.c ():
10633         Some cleanup. Implemented StringEncoding= in font names. Fixed
10634         string encoding for xft fonts. Try to be more cleaver about defaults
10635         charsets. Improvement in the locale charset table.
10637         * fvwm/fvwm.1:
10638         Some documentation cleanup regarding Xft
10640 2002-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10642         * fvwm/functions.c (find_func_type):
10643         fixed bug i introduced w/ last commit
10645         * fvwm/fvwm.c (Done):
10646         (StartupStuff):
10647         * fvwm/functions.c (functions_is_complex_function):
10648         * fvwm/builtins.c (CMD_DestroyFunc):
10649         (CMD_AddToFunc):
10650         (CMD_Plus):
10651         moved functions to functions.c
10652         general cleanup
10654         * fvwm/functable.c:
10655         * fvwm/functable.h:
10656         * fvwm/functions.h:
10657         * fvwm/commands.h:
10658         * fvwm/functions.c:
10659         moved some types and functions to other/new files
10661         * fvwm/functions.c:
10662         * fvwm/expand.c (expand_vars_extended):
10663         (expand_vars):
10664         functions moved to new file
10666         * fvwm/functions.c:
10667         reindented file
10669 2002-06-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10671         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10672         fixed colorurmap focus problem
10674         * **/*.[ch]:
10675         tabified all files and removed all trailing spaces
10677         * fvwm/move_resize.c (move_window_doit):
10678         * fvwm/virtual.c (CMD_MoveToDesk):
10679         MoveToPage and MoveToDesk no longer unstick windows
10681 2002-06-17  Mikhael Goikhman  <migo@homemail.com>
10683         * INSTALL.fvwm:
10684         small improvements
10686         * configure.in:
10687         reworded some names of supported features
10689 2002-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10691         * fvwm/update.c (apply_window_updates):
10692         * fvwm/session.c (MatchWinToSM):
10693         * fvwm/add_window.c (setup_window_structure):
10694         * fvwm/windowshade.c (CMD_WindowShade):
10695         * fvwm/window_flags.h:
10696         fixed a problem w/ shaded windows changind the title direction
10698         * fvwm/geometry.c (get_shaded_geometry):
10699         fixed shading window to 0 width or height
10701         * fvwm/add_window.c (AddWindow):
10702         fixed a memory leak and an initial window placement bug
10704 2002-06-15  Mikhael Goikhman  <migo@homemail.com>
10706         * configure.in:
10707         minor improvements in output, added bin/fvwm-perllib
10709 2002-06-12  Mikhael Goikhman  <migo@homemail.com>
10711         * fvwm/menustyle.c (CMD_CopyMenuStyle):
10712         fixed copying PopupOffset values in CopyMenuStyle
10714         * NEWS:
10715         Copied 2.4.8 NEWS
10717 2002-06-10  Mikhael Goikhman  <migo@homemail.com>
10719         * libs/Strings.c:
10720         * libs/Strings.h:
10721         added CopyStringWithQuotes, not perfect, but works for now
10723 2002-06-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10725         * fvwm/functions.h:
10726         * fvwm/commands.h:
10727         * fvwm/functions.c (func_config):
10728         * libs/FScreen.c (FScreenConfigureSLSScreens):
10729         (FScreenConfigureModule):
10730         * fvwm/virtual.c (CMD_XineramaSlsScreens):
10731         new command XineramaSLSScreens
10733         * libs/FScreen.c:
10734         cleaned up Xinerama ifdefs
10736 2002-06-07  Dan Espen  <dane@mk.telcordia.com>
10738         * NEWS:
10739         * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
10741 2002-06-07  olicha  <olivier.chapuis@free.fr>
10743         * libs/Flocale.h:
10744         * libs/Flocale.c (FlocaleGetShadowTextPosition):
10745         Some shadow text position fixes
10747 2002-06-06  olicha  <olivier.chapuis@free.fr>
10749         * fvwm/update.c (apply_window_updates):
10750         Fixed the position of shaded windows after certain style update
10752         * acinclude.m4:
10753         Fixed some options names
10755 2002-06-06  Mikhael Goikhman  <migo@homemail.com>
10757         * fvwm/module_interface.c (CMD_SendToModule):
10758         fixed SendToModule when the first parameter contains quotes
10760 2002-06-06  olicha  <olivier.chapuis@free.fr>
10762         * fvwm/fvwm.c (main):
10763         * fvwm/ewmh.c (EWMH_Init):
10764         Init the EWMH before reading the config. Always setup the working
10765         area.
10767 2002-06-05  olicha  <olivier.chapuis@free.fr>
10769         * fvwm/update.c (apply_window_updates):
10770         Fixed the position of a shaded window during a style update
10771         (do_redecorate)
10773         * libs/Flocale.c (FlocaleRotateDrawString):
10774         (FlocaleGetShadowTextPosition):
10775         Fixed side title text position if the font has no shadow
10777         * acconfig.h:
10778         * libs/Ficonv.c (FiconvInit):
10779         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
10780         * libs/Flocale.c (FlocaleInit):
10781         (FlocaleRotateDrawString):
10782         (FlocaleGetFontSet):
10783         (FlocaleGetFontOrFontSet):
10784         (FlocaleLoadFont):
10785         (FlocaleDrawString):
10786         (FlocaleTextWidth):
10787         (FlocaleFreeNameProperty):
10788         (FlocaleGetNameProperty):
10789         (FlocaleTextListToTextProperty):
10790         Finish to remove the multibyte patch. This gives a more clean code
10791         and can only prevent bugs
10793 2002-06-05  Mikhael Goikhman  <migo@homemail.com>
10795         * fvwm/placement.c (PlaceWindow):
10796         fixed CascadePlacement with huge windows (xterm -g 240x100),
10797         that were aligned to bottom-right instead of top-left;
10798         small adjustments (removed border_width from calculations,
10799         don't place normal windows at 0, commented out some strange code)
10801 2002-06-04  Mikhael Goikhman  <migo@homemail.com>
10803         * NEWS:
10804         document CascadePlacement and FvwmIconMan improvements
10806         * fvwm/fvwm.1:
10807         typo
10809 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
10811         * fvwm/add_window.c (adjust_fvwm_internal_windows):
10812         * fvwm/fvwm.c (InitVariables):
10813         * fvwm/placement.c (PlaceWindow):
10814         * fvwm/screen.h (struct ScreenInfo):
10815         improved *CascadePlacement, if the last placed window does not exist
10816         any more, reuse the last used position instead of adding a new cascade
10818 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10820         * fvwm/events.c (HandleEnterNotify):
10821         * fvwm/fvwm.c (InitVariables):
10822         * fvwm/events.h:
10823         Fixed colormap handling over decorative parts of a window
10825 2002-06-03  olicha  <olivier.chapuis@free.fr>
10827         * fvwm/module_interface.c (make_named_packet):
10828         Fixed an write out of memory bug. This complete Mikhail Kruk patch
10829         related to named module packet
10831 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10833         * fvwm/focus.c (focus_grab_buttons):
10834         * fvwm/events.c (HandleButtonPress):
10835         fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
10837 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
10839         * fvwm/bindings.c (ParseBinding):
10840         replaced an error "Illegal mouse button" with a descriptive warning
10841         when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
10843 2002-05-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10845         * fvwm/events.c (GetContext):
10846         fixed key bindings on decorations
10848         * fvwm/events.h:
10849         removed XEVMASK_DECORW
10851 2002-05-31  olicha  <olivier.chapuis@free.fr>
10853         * NEWS:
10854         * fvwm/fvwm.1:
10855         Documented shadow effect in a new section FONT EFFECTS
10857 2002-05-31  olicha  <olivier.chapuis@free.fr>
10859         * libs/Fft.c (FftDrawString):
10860         * libs/Colorset.c (DumpColorset):
10861         (LoadColorset):
10862         * libs/Colorset.h:
10863         * fvwm/colorset.c (parse_colorset):
10864         New colorset option fg_alpha which defines an alpha for rendering
10865         text with Xft
10867 2002-05-29  olicha  <olivier.chapuis@free.fr>
10869         * libs/Fft.c (FftSetupEncoding):
10870         * libs/Fft.h:
10871         * libs/FRender.h:
10872         Added Xft2 support
10874         * acinclude.m4:
10875         * configure.in:
10876         Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
10877         to Xft FLAGS and LIBS
10879         * fvwm/Makefile.am:
10880         * libs/Makefile.am:
10881         Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
10882         Xft2 library. Removed FT2 CFLAGS and LIBS
10884 2002-05-27  olicha  <olivier.chapuis@free.fr>
10886         * acinclude.m4:
10887         * acconfig.h:
10888         * configure.in:
10889         Some Xft2 and fontconfig preparation
10891         * libs/Flocale.h:
10892         * libs/Flocale.c (FlocaleParseShadow):
10893         (FlocaleLoadFont):
10894         (FlocaleGetShadowTextPosition):
10895         Added offset to shadow text
10897         * libs/Flocale.h:
10898         Fixed the position of ne shadow text and remove some unused #define
10900 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10902         * fvwm/colorset.c (parse_colorset):
10903         fixed integer overflow in average colour calculation
10905 2002-05-27  olicha  <olivier.chapuis@free.fr>
10907         * libs/gravity.c (GetNextMultiDirection):
10908         (ParseMultiDirectionArgument):
10909         * libs/gravity.h:
10910         Added a multi direction type which is a "<<" version of direction
10911         type. Added a parse and a next functions
10913         * libs/Flocale.h:
10914         * libs/Flocale.c (FlocaleParseShadow):
10915         (FlocaleGetNextShadowDirection):
10916         (FlocaleGetShadowTextPosition):
10917         Used gravity multi direction type and functions. Removed
10918         FlocaleGetNextShadowDirection
10920 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10922         * fvwm/focus.c (restore_focus_after_unmap):
10923         fixed a problem w/ colormap transition when transient window died
10925         * fvwm/add_window.c (AddWindow):
10926         clean up
10928         * fvwm/session.c (getUniqueStateFilename):
10929         applied security patch by Jan Echternach
10931         * fvwm/fvwm.c (InitVariables):
10932         Properly initialise Scr.flags.is_pointer_on_this_screen
10934         * libs/fvwmlib.h (FvwmFont):
10935         * fvwm/fvwm.c (setVersionInfo):
10936         * configure.in:
10937         * config.h.in:
10938         * acconfig.h (MULTIBYTE):
10939         removed MULTIBYTE option (unconditionally on)
10941 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10943         * libs/gravity.c (ParseDirectionArgument):
10944         allow "t", "u", ... shortcuts as direction arguments
10946         * fvwm/style.c (check_window_style_change):
10947         (parse_and_set_window_style):
10948         * fvwm/frame.c (frame_setup_border):
10949         (frame_get_shading_laziness):
10950         (frame_get_sidebar_geometry):
10951         * fvwm/decorations.c (SelectDecor):
10952         * fvwm/add_window.c (setup_style_and_decor):
10953         (setup_resize_handle_cursors):
10954         (setup_resize_handle_windows):
10955         (change_resize_handle_windows):
10956         (destroy_auxiliary_windows):
10957         * fvwm/borders.c (border_get_border_gcs):
10958         (border_draw_border_parts):
10959         * fvwm/style.h (SCSET_HAS_BORDER):
10960         * fvwm/fvwm.h (FvwmWindow):
10961         * fvwm/window_flags.h (SET_HAS_BORDER):
10962         new styles NoBorder/Border
10964 2002-05-26  olicha  <olivier.chapuis@free.fr>
10966         * libs/Flocale.h:
10967         * libs/Flocale.c (FlocaleParseShadow):
10968         (FlocaleGetNextShadowDirection):
10969         (FlocaleGetShadowTextPosition):
10970         (FlocaleLoadFont):
10971         Implemented multidirectional shadow text rendering
10973         * libs/Flocale.h:
10974         * libs/Flocale.c
10975         (FlocaleFontStructDrawString):
10976         (FlocaleRotateDrawString):
10977         (FlocaleLoadFont):
10978         (FlocaleDrawString):
10979         (FlocaleTextWidth):
10980         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
10981         * libs/Fft.c (FftDrawString):
10982         Cleanup the FlocaleFont structure by addings some flags
10984 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10986         * fvwm/events.c (HandleFocusIn):
10987         * fvwm/add_window.c (adjust_fvwm_internal_windows):
10988         * fvwm/screen.h (ScreenInfo):
10989         * fvwm/focus.c (FocusOn):
10990         ignore EnterNotify events while a window is waiting to receive focus
10991         from the Focus or FlipFocus commands; should prevent plenty of race
10992         contidions caused by executing complex functions by a key press, button
10993         press or from a menu; fixes Alt-Tab problem
10995         * fvwm/events.c (HandleMapNotify):
10996         immediately draw window decorations when window is mapped; the new frame
10997         drawing code takes care of suppressing unnecessary redraws
10998         (HandleLeaveNotify):
10999         fixed a bug w/ LeaveNotify event with NotifyGrab
11001 2002-05-22  olicha  <olivier.chapuis@free.fr>
11003         * libs/Flocale.h:
11004         * libs/Fft.c (FftDrawString):
11005         * libs/Flocale.c (FlocaleFontStructDrawString):
11006         (FlocaleRotateDrawString):
11007         (FlocaleLoadFont):
11008         (FlocaleGetShadowTextPosition):
11009         (FlocaleDrawString):
11010         (FlocaleDrawUnderline):
11011         (FlocaleTextWidth):
11012         Implemented negative shadow text
11014 2002-05-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11016         * fvwm/menucmd.c (CMD_AddToMenu):
11017         * fvwm/windowlist.c (CMD_WindowList):
11018         * fvwm/menus.h:
11019         * fvwm/menus.c
11020         changed signature of AddToMenu
11022         * fvwm/menus.c (clone_menu_root_static):
11023         fixed problem w/ menu style usage count and tear off menus
11024         fixed core dump w/ not copying the missing sub menu function in tear
11025         off menus
11026         (clone_menu_item_list):
11027         (AddToMenu):
11028         (add_another_menu_item):
11029         (size_menu_vertically):
11030         fixed additional "More..." items in sub menus of torn off menus
11032 2002-05-22  Mikhael Goikhman  <migo@homemail.com>
11034         * libs/colorset.h:
11035         fixed #endif warning
11036         * fvwm/ConfigFvwmDefaults:
11037         added CirculateSkip to tear off menus
11038         * fvwm.1:
11039         fixed ShadeAgain quoting
11041 2002-05-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11043         * fvwm/events.c (HandleButtonPress):
11044         allow to pass the focus click to applications and have a function bound
11045         to it at the same time
11047         * fvwm/fvwm.c:
11048         * fvwm/colorset.h:
11049         fixed compilation problem
11051 2002-05-20  olicha  <olivier.chapuis@free.fr>
11053         * libs/PictureImageLoader.c (PImageRGBtoPixel):
11054         Fixed blue colour in png image and ewmh icons
11056         * libs/Flocale.c (FlocaleLoadFont):
11057         Removed some debug code
11059         * fvwm/colorset.c (parse_colorset):
11060         * libs/fvwmlib.h:
11061         * libs/ColorUtils.c (GetForeShadowColor):
11062         Added Mikhael algo to compute the default fgsh
11064 2002-05-18  Mikhael Goikhman  <migo@homemail.com>
11066         * fvwm/functions.c (expand_extended_var):
11067         expand $[fgsh.csN], use constants instead of numbers
11069 2002-05-17  olicha  <olivier.chapuis@free.fr>
11071         * libs/Flocale.c (FlocaleDrawString):
11072         (FlocaleDrawUnderline):
11073         * libs/Flocale.h:
11074         Removed some unused and debug code
11076 2002-05-17  olicha  <olivier.chapuis@free.fr>
11078         * fvwm/menuitem.c (draw_underline):
11079         * libs/Flocale.h:
11080         * libs/Flocale.c (FlocaleDrawUnderline):
11081         Move draw_underline into Flocale.c and fix underline position with
11082         shadow rendering
11084 2002-05-17  olicha  <olivier.chapuis@free.fr>
11086         * fvwm/style.c (update_window_color_style):
11087         (update_window_color_hi_style):
11088         * fvwm/move_resize.c (DisplayPosition):
11089         (DisplaySize):
11090         * fvwm/menuitem.c (menuitem_paint):
11091         * fvwm/borders.c (get_common_decorations):
11092         (border_get_titlebar_draw_descr):
11093         * fvwm/fvwm.h:
11094         * fvwm/icons.c (DrawIconWindow):
11095         Pass the colorset to text drawing via the FlocaleWinString structure
11097         * libs/fvwmlib.h:
11098         * libs/ColorUtils.c (GetForeShadowColor):
11099         (GetForeShadow):
11100         * fvwm/colorset.c (parse_colorset):
11101         * libs/Colorset.h:
11102         * libs/Colorset.c (DumpColorset):
11103         (LoadColorset):
11104         Added fgsh colorset and two new functions GetForeShadowColor and
11105         GetForeShadow which should be modified
11107         * libs/Makefile.am:
11108         * libs/Fft.h:
11109         * libs/FftInterface.h (new file):
11110         * libs/Fft.c (FftDrawString):
11111         * libs/Flocale.h:
11112         * libs/Flocale.c (FlocaleFontStructDrawString):
11113         (FlocaleRotateDrawString):
11114         (FlocaleDrawString):
11115         (FlocaleTextWidth):
11116         (FlocaleLoadFont):
11117         Implemented text shadow rendering
11119 2002-05-11  olicha  <olivier.chapuis@free.fr>
11121         * fvwm/builtins.h:
11122         * fvwm/builtins.c (refresh_window):
11123         * fvwm/update.c (apply_window_updates):
11124         * fvwm/update.h:
11125         * fvwm/style.c (check_window_style_change):
11126         ParentalRelativity style is now dynamic
11128 2002-05-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11130         * fvwm/menuitem.c (menuitem_paint):
11131         fixed menu item hilight area
11133 2002-05-09  olicha  <olivier.chapuis@free.fr>
11135         * libs/Makefile.am:
11136         * libs/XError.c (request_name):
11137         * libs/PictureImageLoader.c (PImageLoadPng):
11138         (PImageCreatePixmapFromArgbData):
11139         * libs/PictureGraphics.c (PGraphicsTintRectangle):
11140         (PGraphicsTileRectangle):
11141         (PGraphicsCopyFvwmPicture):
11142         * libs/FRenderInit.c (new file):
11143         * libs/FRenderInit.h (new file):
11144         * libs/FRenderInterface.h:
11145         * libs/FRender.c (*):
11146         * fvwm/colorset.c (parse_tint):
11147         (parse_colorset):
11148         * fvwm/fvwm.c (main):
11149         * fvwm/events.c (HandlePropertyNotify):
11150         Change the design of the previous commit. Now a module should call
11151         FRenderInit when it wants to use a function which depends on XRender.
11153 2002-05-09  olicha  <olivier.chapuis@free.fr>
11155         * fvwm/colorset.c:
11156         A -Wall fix
11158         * libs/Flocale.h:
11159         * libs/Fft.h:
11160         Fixed Compilation
11161         Include Fft.h include FRender.h as Xft.h include Xrender.h
11163         * libs/FRenderInterface.h:
11164         * libs/FRender.h:
11165         * libs/FRender.c (FRenderInit):
11166         (FRenderGetErrorCodeBase):
11167         (FRenderGetMajorOpCode):
11168         (FRenderGetExtensionSupported):
11169         (FRenderGetErrorText):
11170         Improve XRender initialization, check if the XRender extension is
11171         enabled and get the error code base and the major op code.
11172         Add error functions for the X error handler.
11174         * libs/XError.c (PrintXErrorAndCoredump):
11175         (request_name):
11176         Really enable USE_GET_ERROR_TEXT and take in account XRender error code
11177         and major op code
11179         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11180         * fvwm/events.c (HandlePropertyNotify):
11181         * fvwm/colorset.c (parse_tint):
11182         (parse_colorset):
11183         * libs/PictureImageLoader.c (PImageLoadPng):
11184         (PImageCreatePixmapFromArgbData):
11185         * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
11186         (PGraphicsCopyFvwmPicture):
11187         (PGraphicsTileRectangle):
11188         * libs/FRender.c (FRenderCopyArea):
11189         (FRenderTintRectangle):
11190         Check if the XRender extension is enabled on the display before
11191         performing XRender operations
11193 2002-05-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11195         * fvwm/menuitem.c (menuitem_paint):
11196         fixed item hilighting problems
11198 2002-05-07  olicha  <olivier.chapuis@free.fr>
11200         * fvwm/colorset.c (parse_colorset):
11201         More coloset fixes
11203 2002-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11205         * fvwm/events.c (HandlePropertyNotify):
11206         workaround for xterm resize problem
11208         * fvwm/colorset.c (parse_colorset):
11209         (free_colorset_background):
11210         (parse_pixmap):
11211         (parse_tint):
11212         fixed various bugs and core dumps w/ the cs->picture structure;
11213         note: it's a pointer, so compare with NULL, not with None
11215         * fvwm/frame.c (frame_setup_window):
11216         (frame_setup_window_app_request):
11217         (frame_force_setup_window):
11218         (frame_setup_window_internal):
11219         (frame_create_move_resize_args):
11220         (frame_free_move_resize_args):
11221         * fvwm/add_window.c (setup_window_attr):
11222         * fvwm/events.c (HandleConfigureRequest):
11223         (HandlePropertyNotify):
11224         fixed [?] bit_gravity/resize problem
11226         * fvwm/events.c (HandleEnterNotify):
11227         reformatted EdgeCommand code
11229 2002-05-06  olicha  <olivier.chapuis@free.fr>
11231         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11232         Resize an ewmh icon to the wanted size if it is to big
11234         * fvwm/ewmh.c (EWMH_WindowDestroyed):
11235         Set also the stacking list when a window is destroyed
11237 2002-05-03  Dan Espen  <dane@mk.telcordia.com>
11239         * fvwm/fvwm.1: Finish language check.
11240         Fix typo in Mouse section, context should be on new line.
11242 2002-05-02  Dan Espen  <dane@mk.telcordia.com>
11244         * fvwm/fvwm.1 (file): Restore icons and images text with some
11245         improvement.
11246         Started on lang check, not done yet.
11248 2002-05-02  Mikhail Kruk  <meshko@cs.brandeis.edu>
11250         * fvwm/module_interface.c (make_named_packet):
11251         Applied Mikhail Kruk patch
11253 2002-05-02  olicha  <olivier.chapuis@free.fr>
11255         * libs/FlocaleCharset.h:
11256         * libs/Ficonv.c (FiconvSetupConversion):
11257         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
11258         * libs/Flocale.h:
11259         * libs/Flocale.c (FlocaleGetFftFont):
11260         (FlocaleGetFontSet):
11261         (FlocaleGetFont):
11262         (FlocaleLoadFont):
11263         (FlocaleUnloadFont):
11264         * fvwm/fvwm.1:
11265         Implemented charset/iconv hints in font name
11267 2002-04-29  Stian Sletner  <stian@sletner.com>
11269         * fvwm/windowlist.c (CMD_WindowList):
11270         Added new Windowlist option IconifiedAtEnd
11272 2002-04-30  Mikhael Goikhman  <migo@homemail.com>
11274         * fvwm/module_interface.c:
11275         * libs/Module.c:
11276         * libs/Module.h:
11277         moved two constant strings to Module.h, so they may be used by perllib
11279 2002-04-29  olicha  <olivier.chapuis@free.fr>
11281         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
11282         Fixed a core dump if the charset is not found
11284         * libs/Flocale.c (FlocaleStringToString2b):
11285         Removed some debug code
11287 2002-04-29  olicha  <olivier.chapuis@free.fr>
11289         * libs/Fft.c (FftGetFontWidths):
11290         (FftGetFontWidths):
11291         * libs/Fft.h
11292         * libs/Flocale.h:
11293         * libs/Flocale.c (FlocaleGetFont):
11294         (FlocaleGetFontSet):
11295         (FlocaleGetFftFont):
11296         Removed min_char_offset member of the FlocaleFont as it is not use
11297         since we rotate string for side title
11299         * libs/Ficonv.c (FiconvSetupConversion):
11300         * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
11301         (FlocaleCharsetSetFlocaleCharset):
11302         * libs/Flocale.h:
11303         * libs/Flocale.c (FlocaleTextWidth):
11304         (FlocaleDrawString):
11305         (FlocaleUtf8ToUnicodeStr2b):
11306         (FlocaleLoadFont):
11307         (FlocaleStringToString2b):
11308         (FlocaleRotateDrawString):
11309         (FlocaleFontStructDrawString):
11310         Added support for drawing string with 10646-1 fonts without an utf8
11311         locale. Also, drawing strings with a multibyte font now work not so
11312         bad even if the locale have nothing to do with the font.
11314         * libs/Fft.c (FftUtf8ToFftString16):
11315         (FftDrawString):
11316         (FftTextWidth):
11317         Added utf8 rendering with iso10646-1 fonts on system without
11318         Xft Utf8 functions
11320         * fvwm/colorset.c (reset_cs_pixmap):
11321         (parse_pixmap):
11322         (parse_shape):
11323         (parse_tint):
11324         (parse_colorset):
11325         Colorset now accept bitmaps. Split a bit parse_colorset for readability
11327 2002-04-28  Mikhael Goikhman  <migo@homemail.com>
11329         * fvwm/menus.c:
11330         fixed core dump on default Alt-Tab (Alt released when mouse is outside)
11332 2002-04-27  Mikhael Goikhman  <migo@homemail.com>
11334         * fvwm/move_resize.c:
11335         don't start Move with snap disabled if Alt is initially pressed
11337 2002-04-26  Mikhael Goikhman  <migo@homemail.com>
11339         * NEWS, configure.in:
11340         changed version to 2.5.2
11342 2002-04-25  Mikhael Goikhman  <migo@homemail.com>
11344         * fvwm/fvwm.1:
11345         improved main headers, added new COLORSETS section;
11346         documented State condition
11348         * NEWS:
11349         documented Tint in colorsets and utility renaming
11351         * libs/Flocale.c:
11352         corrected several error reporting problems
11354 2002-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11356         * fvwm/events.h:
11357         fixed leaving tear off menus
11359 2002-04-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11361         * fvwm/borders.c (border_draw_part_relief):
11362         (border_set_button_pixmap):
11363         (border_draw_title_stick_lines):
11364         (border_draw_title_mono):
11365         (border_draw_title_relief):
11366         * libs/fvwmlib.h (RelieveRectangle2):
11367         (RelieveRectangle):
11368         replaced functions by macros
11370         * libs/Graphics.c (do_relieve_rectangle):
11371         applied performance patch by Dave Trollope
11373 2002-04-24  Mikhael Goikhman  <migo@homemail.com>
11375         * libs/FBidi.c:
11376         * libs/FBidi.h:
11377         * libs/Flocale.c:
11378         * libs/Flocale.h:
11379         * libs/FlocaleCharset.c:
11380         FBidi is now independent from Flocale* again;
11381         iso8859-6.8x fonts recognized now as bidi-enabled
11383 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
11385         * libs/Flocale.c:
11386         fixed --disable-multibyte
11388 2002-04-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11390         * fvwm/borders.c (border_draw_title_deep):
11391         (border_set_title_pixmap):
11392         (border_set_button_pixmap):
11393         fixed SolidButton title and button style
11395 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
11397         * fvwm/fvwm.1:
11398         * NEWS:
11399         * AUTHORS:
11400         added new entry about CurrentAtEnd
11402         * colorset.c:
11403         minor reformatting and spell checking
11405 2002-04-23  Jochen Klenner  <jochen.klenner@gmx.net>
11407         * fvwm/windowlist.c (CMD_WindowList):
11408         Added new Windowlist option CurrentAtEnd
11410 2002-04-22  olicha  <olivier.chapuis@free.fr>
11412         * fvwm/colorset.c (parse_colorset):
11413         * libs/Colorset.h:
11414         Fixed an enormous core dump which comes from a cvs merging problem
11416         * fvwm/Makefile.am:
11417         * acconfig.h:
11418         * configure.in:
11419         Added Xrender detection and link fvwm if needed
11421         * libs/PictureGraphics.c:
11422         * libs/PictureGraphics.h:
11423         * libs/FRender.c:
11424         * libs/FRender.h:
11425         * libs/FRenderInterface.h:
11426         * libs/PictureGrpahics.c (*):
11427         * libs/PictureGrpahics.h:
11428         New libs files to acheive alpha-blend rendering and better XBM
11429         support. PictureGraphics contains elaborated version and also
11430         simplified version of XFillRectangle, XCopyPlan and XCopyArea
11431         Xlib functions.
11433         * fvwm/fvwm.h:
11434         * fvwm/icons.c (clear_icon):
11435         (GetIconPicture):
11436         (DrawIconWindow):
11437         (GetIconFromFile):
11438         * fvwm/events.c (HandlePropertyNotify):
11439         * fvwm/borders.c (border_fill_pixmap_background):
11440         (border_get_border_background):
11441         (border_draw_decor_to_pixmap):
11442         * fvwm/menuitem.c (menuitem_paint):
11443         * fvwm/add_window.c (destroy_icon):
11444         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11445         * fvwm/geometry.c (move_icon_to_position):
11446         * fvwm/colorset.c (free_colorset_background):
11447         (parse_colorset):
11448         * libs/Colorset.h:
11449         Implemented alpha-blend rendering with the new libs function
11451         * fvwm/colorset.c (free_colorset_background):
11452         (parse_colorset):
11453         * libs/Colorset.h:
11454         Implemented tinting of a Pixmap background colorset
11456         * fvwm/colorset.c (parse_colorset):
11457         Use the Scr.NoFocusWin as main window in the place of the
11458         Scr.SizeWindow, this fix a lot of X errors in my machine.
11460         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
11461         Donated our alpha channel
11463         * libs/vpacket.h:
11464         * fvwm/module_interface.h:
11465         * fvwm/module_interface.c (SendFvwmPicture):
11466         (BroadcastMiniIcon):
11467         (SendMiniIcon):
11468         (BroadcastFvwmPicture):
11469         (CMD_Send_WindowList):
11470         * fvwm/add_window.c (change_mini_icon):
11471         (broadcast_mini_icon):
11472         * fvwm/ewmh_icons.c:
11473         Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
11474         SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
11476         * libs/Makefile.am:
11477         * libs/PictureBase.c (*):
11478         * libs/PictureBase.h:
11479         * libs/Picture.c (*):
11480         * libs/Picture.h:
11481         * libs/PictureImageLoader.c (*):
11482         * libs/PictureImageLoader.h:
11483         * fvwm/*:
11484         Rename some libs file InitPicture -> PictureBase, FImageLoader ->
11485         PictureImageLoader.
11486         Rename some libs function: InitPictureCMap -> PictureInitCMap,
11487         UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
11488         PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
11489         SetImagePath -> PictureSetImagePath, findImageFile ->
11490         PictureFindImageFile, PictureList -> FvwmPictureList,
11491         LoadFvwmPicture removed now  PImageLoadFvwmPictureFromFile replace it,
11492         GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
11493         DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
11494         PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
11495         PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
11496         Also renamed more recent functions in PictureImageLoader.
11498         * fvwm/borders.c (border_draw_one_border_part):
11499         (border_draw_decor_to_pixmap):
11500         Fixed drawing of a TiledPixmap borded and fixed position of buttons
11501         pixmap
11503         * fvwm/menus.c (pop_menu_up):
11504         (animated_move_back):
11505         (ParentalMenuRePaint):
11506         * fvwm/move_resize.h (resize_geometry_window):
11507         * fvwm/move_resize.c (move_window_doit):
11508         (AnimatedMoveAnyWindow):
11509         (AnimatedMoveOfWindow):
11510         (AnimatedMoveFvwmWindow):
11511         Fixed transparent animated menu
11513 2002-04-21  Mikhael Goikhman  <migo@homemail.com>
11515         * fvwm/fvwm.1:
11516         fixed two places
11518 2002-04-19  Hippo
11520         * fvwm/colorset.c:
11521         * libs/Colorset.c:
11522         fixed running out of colors on 8bpp with ReadWriteColors;
11523         simulate colorsets on monochrome displays using three 1-bit pixmaps
11525 2002-04-19  Mikhael Goikhman  <migo@homemail.com>
11527         * configure.in:
11528         fixed $PERL detection again
11530 2002-04-18  Hippo
11532         * configure.in:
11533         added -Wno-implicit-int to -Wall in case of gcc
11535         * fvwm/colorset.c:
11536         * fvwm/fvwm.c:
11537         fixed ReadWriteColors on a PseudoColor display
11539 2002-04-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11541         * fvwm/move_resize.c (move_window_doit):
11542         set the is_icon_moved too flag if the icon was moved non-interactively
11544 2002-04-16  Hippo
11546         * fvwm/*.[ch]:
11547         * NEWS:
11548         Moved FvwmTheme functionality into fvwm.
11549         Added new commands Colorset, ReadWriteColors, CleanupColorsets.
11551 2002-04-17  Mikhael Goikhman  <migo@homemail.com>
11553         * configure.in:
11554         fixed $PERL detection
11556         * fvwm/fvwm.1:
11557         * fvwm/ConfigFvwmDefaults:
11558         several fixes and spelling
11560 2002-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11562         * libs/Bindings.c (CheckBinding):
11563         (MatchBinding):
11564         (GrabWindowKey):
11565         (GrabWindowButton):
11566         (MatchBindingExactly):
11567         patch by yeti@physics.muni.cz to help with a weird problem w/ czech
11568         keyboards
11570 2002-04-12  Mikhael Goikhman  <migo@homemail.com>
11572         * configure.in:
11573         configure now uses $PERL if set
11575         * **:
11576         all programs installed into ${bindir} have now fvwm- prefix;
11577         documentation updated
11579 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
11581         * **:
11582         renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
11583         documentation updated
11585 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
11587         * NEWS:
11588         added 2.4.7 entries
11590 2002-04-10  Dan Espen  <dane@mk.telcordia.com>
11592         * AUTHORS: New author.
11594         * NEWS: Edge Command.
11596 2002-04-09  Uwe Pross  <uwe.pross@gmx.net>
11598         * fvwm/fvwm2.1:
11599         Added EdgeCommand paragraph.
11601         * fvwm/events.c (HandleEnterNotify):
11602         Added execution of Scr.PanFrame*.command if set
11604         * fvwm/fvwm.c (InitVariables):
11605         Added init strings for pan frame commands.
11607         * fvwm/virtual.c:
11608         * fvwm/virtual.h:
11609         (checkPanFrames):
11610         Avoid hiding of pan frames if pan frame command is set.
11611         (CMD_EdgeCommand):
11612         Implementation of the buildin command EdgeCommand. First
11613         implementation of this function.
11615         * fvwm/screen.h (struct):
11616         added char * command in structure Panframe to store the pan frame
11617         command.
11619         * fvwm/functions.c:
11620         added declaration of CMD_ENTRY("edgecommand")
11622         * fvwm/functions.h:
11623         added definition of Flag F_EDGE_COMMAND
11625         * fvwm/commands.h:
11626         added definition of CMD_EdgeCommand(F_CMD_ARGS)
11628 2002-04-10  Mikhael Goikhman  <migo@homemail.com>
11630         * fvwm/fvwm2.1:
11631         added "BI-DIRECTIONAL TEXTS" section
11633         * libs/System.c:
11634         added #include <sys/select.h> to fix endless loop on QNX
11636 2002-04-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11638         * fvwm/fvwm2.1:
11639         changed description of focus models
11641 2002-04-09  olicha  <olivier.chapuis@free.fr>
11643         * configure.in:
11644         Check for libpng libpng 1.0.4a or better
11646 2002-04-08  Mikhael Goikhman  <migo@homemail.com>
11648         * fvwm/add_window.c (setup_title_geometry):
11649         * fvwm/fvwm.h:
11650         * fvwm/fvwm2.1:
11651         * fvwm/geometry.c (get_title_font_size_and_offset):
11652         * fvwm/geometry.h:
11653         * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
11654         * fvwm/style.h:
11655         * fvwm/window_flags.h:
11656         * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
11657         * libs/Fft.h:
11658         * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
11659         * libs/Flocale.h:
11660         new Style options TopTitleRotated / TopTitleNotRotated,
11661         BottomTitleRotated / BottomTitleNotRotated
11663 2002-04-08  olicha  <olivier.chapuis@free.fr>
11665         * libs/Makefile.am:
11666         Fixed make dist again
11668 2002-04-07  Dan Espen  <dane@mk.telcordia.com>
11670         * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
11672 2002-04-07  Mikhael Goikhman  <migo@homemail.com>
11674         * INSTALL.fvwm:
11675         minor wording fixes
11677         * NEWS:
11678         mention a new FvwmIconMan syntax
11680         * sample.fvwmrc/new-features:
11681         * sample.fvwmrc/system.fvwm2rc:
11682         * sample.fvwmrc/system.fvwm2rc-sample-95:
11683         use a new module syntax
11685 2002-04-06  olicha  <olivier.chapuis@free.fr>
11687         * fvwm/fvwm2.1:
11688         * INSTALL.fvwm:
11689         Forget to save some file
11691         * libs/FImageLoader.c (c100_init_base_table):
11692         Allows init even if !XPM
11694         * libs/Makefile.am:
11695         Remove a F
11697         * configure.in:
11698         Fixed png detection
11700         * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
11701         Fixed a GC memory leaks.
11703         * fvwm/fvwm.c (setVersionInfo):
11704         * fvwm/fvwm2.1:
11705         Updated -version for png, bidi and xft
11707         * fvwm/fvwm2.1:
11708         Modified the ICONS section. Rename it ICONS AND IMAGES and
11709         document PNG file format. Replace "xpm or bitmap file" by
11710         "image file" in a few place.
11712         * INSTALL.fvwm:
11713         * NEWS:
11714         PNG news and documented libpng in the "Optional libraries used by FVWM"
11715         section
11717 2002-04-05  olicha  <olivier.chapuis@free.fr>
11719         * libs/FImageLoader.c (c100_init_base_table):
11720         (FImageReduceRGBColor):
11721         (FImageCreatePixmapFromArgbData):
11722         Speed up color limitation for png image and ewmh icons
11723         Respect color limit even with DirectColor and TrueColor
11725         * configure.in:
11726         * acconfig.h (HAVE_PNG):
11727         Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
11728         even without XPM support
11730         * libs/Makefile.am
11731         * libs/InitPicture.c (new file):
11732         * libs/InitPicture.h (new file):
11733         * libs/Picture.c:
11734         * libs/Picture.h:
11735         * libs/FImageLoader.c (new file):
11736         * libs/FImageLoader.h (new file):
11737         * libs/Fxpm.h (new file):
11738         * libs/Fpng.h (new file):
11739         Images are loaded in FImageLoader. PNG image can be loaded, the loader
11740         come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
11741         ColorLimit stuff is applied to PNG image.
11742         Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
11743         Picture.c and Picture.h.
11744         InitPicture contains the Picture structure, initialize the visual,
11745         depth and color map and contains image path stuff as Picture contains
11746         Picture manipulations.
11748         * libs/ColorUtils.c:
11749         * libs/Picture.h:
11750         Moved the Picture color utils func to ColorUtils
11752         * fvwm/Makefile.am:
11753         links against libpng
11755         * fvwm/icons.c (GetIconPicture):
11756         (GetXPMFile):
11757         (GetBitmapFile):
11758         (GetIconFromFile):
11759         Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
11760         the libs image loader
11762         * fvwm/cursor.c (CMD_CursorStyle):
11763         Use FImageLoadCursorPixmapFromFile (no PNG support here)
11765         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
11766         (EWMH_SetIconFromWMIcon):
11767         Use the argb loader of the libs. ColorLimit are now applied to ewmh
11768         icons
11770         * fvwm/modconf.c:
11771         Send the ColorLimit to module in any case
11773         * libs/fvwmlib.h:
11774         * libs/Graphics.c:
11775         * libs/Flocale.c
11776         * libs/Fft.c:
11777         * libs/Colorset.c:
11778         * fvwm/add_window.c:
11779         * fvwm/builtins.c:
11780         * fvwm/fvwm.h:
11781         * fvwm/menus.c:
11782         * fvwm/menustyle.c:
11783         * fvwm/move_resize.c:
11784         include cleanup
11786 2002-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11788         * fvwm/events.c (test_map_request):
11789         (test_resizing_event):
11790         fixed endless loop in HandleConfigureRequest
11792 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11794         * fvwm/add_window.c (setup_style_and_decor):
11795         fixed borderless transients
11797         * fvwm/events.c (test_resizing_event):
11798         (HandleConfigureRequest):
11799         * fvwm/frame.c (frame_create_move_resize_args):
11800         * fvwm/add_window.c (AddWindow):
11801         * fvwm/fvwm.h:
11802         * fvwm/window_flags.h:
11803         tried to improve ConfigureRequest handling
11805         * fvwm/events.c (HandlePropertyNotify):
11806         recalculate window size when the base_width or base_height hint
11807         changes; fixes some problems with xemacs
11809         * fvwm/virtual.c (map_window):
11810         redraw decorations
11812         * fvwm/borders.c (border_draw_decorations):
11813         don't redraw windows on a different desk
11814         keep track of Scr.Hilite
11816 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11818         * fvwm/virtual.c (unmap_window):
11819         * fvwm/move_resize.c (resize_window):
11820         * fvwm/icons.c (Iconify):
11821         * fvwm/add_window.c (CaptureOneWindow):
11822         * fvwm/borders.c (border_undraw_decorations):
11823         mark window decorations as not drawn whenever the frame is unmapped
11825 2002-03-30  Dan Espen  <dane@mk.telcordia.com>
11827         * fvwm/fvwm2.1: Fixup IconBox geometry examples.
11829 2002-03-29  Mikhael Goikhman  <migo@homemail.com>
11831         * libs/FBidi.c:
11832         use safemalloc and alloca instead of malloc
11834 2002-03-29  olicha  <olivier.chapuis@free.fr>
11836         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
11837         Set the X locale charset on system without XOpenOM
11839 2002-03-27  Mikhael Goikhman  <migo@homemail.com>
11841         * configure.in:
11842         fixed multibyte support reporting
11844 2002-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11846         * libs/fvwmlib.h:
11847         * fvwm/fvwm.h:
11848         * config.h.in:
11849         moved gcc extension __attribute__ handling to config.h
11851         * fvwm/fvwm.c (main):
11852         * fvwm/stack.c (add_window_to_stack_ring_after):
11853         * fvwm/icons.c (GetIconWindow):
11854         (GetIconBitmap):
11855         * fvwm/add_window.c:
11856         fixed core dumps and other bugs in debug messages
11858 2002-03-27  olicha  <olivier.chapuis@free.fr>
11860         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
11861         (FlocaleCharsetSetFlocaleCharset):
11862         * acconfig.h:
11863         * configure.in (problem_multibyte):
11864         Fixed compilation for system without XOpenOM in Xlib.h
11866         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
11867         * libs/Ficonv.c (FiconvInit):
11868         Be more safe
11870         * fvwm/fvwm.c:
11871         include only libs/Flocale.h
11873 2002-03-26  Mikhael Goikhman  <migo@homemail.com>
11875         * configure.in:
11876         fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
11878         * libs/FBidi.c:
11879         * libs/FBidi.h:
11880         * libs/Flocale.c:
11881         * libs/FlocaleCharset.c:
11882         minor modifications, like removed #include;
11883         fixed core dump with bidi and utf-8
11885 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11887         * fvwm/frame.c (frame_update_hidden_window_pos):
11888         fixed shade/maximize/unshade
11890         * fvwm/builtins.c (FreeDecorFace):
11891         fixed memory leak
11893         * fvwm/borders.c (get_common_decorations):
11894         (border_get_border_style):
11895         * fvwm/style.c (parse_and_set_window_style):
11896         * fvwm/style.h:
11897         * fvwm/window_flags.h:
11898         * fvwm/fvwm.h (struct):
11899         * fvwm/frame.c (frame_mrs_setup_draw_decorations):
11900         (frame_create_move_resize_args):
11901         (frame_move_resize_step):
11902         (frame_next_move_resize_args):
11903         new styles WindowShadeLazy [default], WindowShadeBusy and
11904         WindowShadeAlwaysLazy
11906         * fvwm/frame.c (frame_set_decor_gravities):
11907         fixed window bit gravities
11908         split into smaller functions
11909         (frame_move_resize_step):
11910         fixed a bug w/ the parent gravity
11911         (frame_hide_changing_window_parts):
11912         fixed flickering in one of the corners during shade animation
11913         (frame_mrs_hide_changing_parts):
11914         renamed function
11915         (frame_mrs_prepare_vars):
11916         (frame_mrs_hide_unhide_parent):
11917         (frame_mrs_setup_draw_decorations):
11918         (frame_mrs_resize_move_windows):
11919         new functions
11921 2002-03-25  olicha  <olivier.chapuis@free.fr>
11923         * libs/Fft.c (FftSetupEncoding):
11924         Fixed compilation
11926         * libs/Flocale.c (FlocaleDrawString):
11927         * libs/FBidi.c (FBidiConvert):
11928         * libs/FBidi.h:
11929         Pass the font to FBidiConvert
11931         * acconfig.h (HAVE_LIBCHARSET):
11932         * acinclude.m4 (CHECK_LIBCHARSET):
11933         * configure.in:
11934         If libiconv is used check for libcharset
11936         * libs/Makefile.am:
11937         * libs/FlocaleCharset.h:
11938         * libs/FlocaleCharset.c:
11939         * libs/Flocale.h:
11940         * libs/Flocale.c (*):
11941         * libs/Fft.c (FftSetupEncoding):
11942         * libs/Fft.h:
11943         New structure FlocaleCharset to handle font, iconv and fribidi charsets.
11944         FlocaleFont has such a member which is set when charset info are needed.
11945         FlocaleCharset.c contains a big table which associates to an X charset
11946         various possible locale charsets and the fribidi charset.
11947         If libiconv is used, libcharset is used to compute the locale charset.
11948         Various Flocale clean up.
11950         * fvwm/fvwm.c (main):
11951         Removed the call to FlocaleInitCharset, it is now done automatically
11952         when needed
11954         * libs/Makefile.am:
11955         * libs/Ficon.h:
11956         * libs/Ficonv.c:
11957         * fvwm/ewmh.c (ewmh_atom_property_notify[]):
11958         * fvwm/ewmh.h:
11959         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
11960         (EWMH_WMIconName):
11961         (EWMH_WMName):
11962         (EWMH_SetDesktopNames):
11963         Moved iconv conversions into the library. Try to found the good iconv
11964         charset with the help of the font and of the FlocaleCharset table.
11966 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11968         * libs/Module.c (SendFvwmPipe):
11969         * libs/Graphics.c (do_relieve_rectangle):
11970         * fvwm/menustyle.c (menustyle_parse_old_style):
11971         * fvwm/add_window.c (setup_window_structure):
11972         memory management patches by Dave Trollope
11974         * fvwm/frame.c (frame_get_sidebar_geometry):
11975         hide the handles when using the NoHandles style
11977         * fvwm/borders.c (border_redraw_decorations):
11978         change in title rotation is applied immediately, don't use the value "2"
11979         to force redrawing
11981         * fvwm/style.c (parse_and_set_window_style):
11982         removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
11983         styles can be used
11984         documented the new title directions
11985         (parse_and_set_window_style):
11986         removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
11987         instead
11988         documented these styles
11990         * fvwm/add_window.c (CaptureOneWindow):
11991         (CaptureAllWindows):
11992         (AddWindow):
11993         cleaned up
11995         * fvwm/icons.c (DeIconify):
11996         fiexd fucoused window not hilighting after deiconification
11998 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12000         * fvwm/update.c (apply_window_updates):
12001         windows are not unshaded when the decoration layout changes
12003         * fvwm/frame.c (frame_create_move_resize_args):
12004         fixed excessive redrawing
12005         (frame_get_hidden_pos):
12006         fixed parent geometry when window is hidden
12008         * fvwm/add_window.c (setup_frame_stacking):
12009         fixed stacking of right buttons
12011         * fvwm/frame.c (frame_set_decor_gravities):
12012         fixed title and button bit gravities
12014         * fvwm/add_window.c (setup_frame_stacking):
12015         (change_auxiliary_windows):
12016         fixed "button" style
12018         * fvwm/geometry.c (get_title_button_geometry):
12019         * fvwm/menus.c (pop_menu_up):
12020         fixed menu placement relative to window titles
12022         * libs/Flocale.c (FlocaleDrawString):
12023         fixed compiler warning w/o fribidi
12025         * fvwm/virtual.c (MoveViewport):
12026         (MapDesk):
12027         (do_move_window_to_desk):
12028         * fvwm/update.c (apply_window_updates):
12029         * fvwm/icons.c (Iconify):
12030         (CMD_Iconify):
12031         * fvwm/module_interface.c (SETOLDFLAGS):
12032         * fvwm/ewmh_events.c (ewmh_WMStateHidden):
12033         * fvwm/style.c (parse_and_set_window_style):
12034         * fvwm/window_flags.h:
12035         * fvwm/session.c (MatchWinToSM):
12036         * fvwm/placement.c (PlaceWindow):
12037         * fvwm/add_window.c (CaptureAllWindows):
12038         (setup_window_placement):
12039         (CaptureOneWindow):
12040         (AddWindow):
12041         (destroy_window):
12042         * fvwm/menus.c (menu_tear_off):
12043         * fvwm/events.c (HandleMapRequestKeepRaised):
12044         (HandleMapNotify):
12045         * fvwm/fvwm.h:
12046         removed some of those pesky globals: PPosOverride, isIconicState and
12047         isIconifiedByParent; pass round a structure instead
12048         removed the do_start_iconic window flag
12049         removed do_delete_icon_moved flag
12051 2002-03-24  Mikhael Goikhman  <migo@homemail.com>
12053         * acconfig.h:
12054         * configure.in:
12055         renamed HAVE_FRIBIDI to HAVE_BIDI
12057         * libs/FBidi.c:
12058         * libs/FBidi.h:
12059         added more comments
12061         * fvwm/Makefile.am:
12062         * libs/Flocale.c:
12063         * libs/Makefile.am:
12064         added a dummy call to FBidi to test linking against bidi libs
12066 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12068         * fvwm/windowshade.c (CMD_WindowShade):
12069         changed syntax of windowshade with direction
12070         (CMD_WindowShade):
12071         update button state after unshading
12073         * fvwm/add_window.c (AddWindow):
12074         fixed mini icon update
12076         * fvwm/events.c (HandleEnterNotify):
12077         fixed icon picture redrawing
12078         icon titles are no longer raised and expanded if the icon has only a
12079         title
12081         * fvwm/move_resize.c (resize_window):
12082         fixed core dump
12084         * libs/gravity.c (gravity_move_resize_parent_child):
12085         * fvwm/frame.c (frame_get_titlebar_dimensions):
12086         (frame_prepare_animation_shape):
12087         (frame_move_resize_step):
12088         (frame_get_titlebar_dimensions_only):
12089         (frame_get_hidden_pos):
12090         (frame_update_hidden_window_pos):
12091         (frame_free_move_resize_args):
12092         (frame_create_move_resize_args):
12093         fixed shading of shaped windows
12095         * fvwm/borders.c:
12096         clean up
12098         * fvwm/fvwm.c (main):
12099         * fvwm/misc.c (GrabEm):
12100         fixed a problem with the cursor shape during window shading
12102         * fvwm/update.c (apply_window_updates):
12103         fixed drawing of hilighted window after a decoration change
12105         * fvwm/update.c (apply_window_updates):
12106         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12107         * fvwm/borders.c (RedrawDecorations):
12108         renamed RedrawDecorations()
12110         * fvwm/move_resize.c (move_window_doit):
12111         * libs/fvwmrect.c:
12112         * fvwm/misc.c (move_into_rectangle):
12113         (intersect_xrectangles):
12114         functions renamed and moved to fvwmrect.c
12116         * fvwm/borders.c (border_get_changed_border_parts):
12117         (frame_get_changed_border_parts):
12118         reduced border redrawing
12119         moved fucntion to borders.c
12121         * fvwm/events.c (HandleButtonPress):
12122         (DispatchEvent):
12123         suppress button events on frame windows
12125         * fvwm/frame.c (frame_setup_border):
12126         fixed a problem with the border setup
12128         * fvwm/borders.c (border_draw_decorations):
12129         * fvwm/events.c (HandleEnterNotify):
12130         fixed icon title drawing
12132         * fvwm/misc.c (GrabEm):
12133         fixed a pointer grab hang with xmag?
12135         * fvwm/move_resize.c (resize_window):
12136         use frame_move_resize function to improve performance
12138         * fvwm/add_window.c (AddWindow):
12139         fixed recaturing shaded windows
12141         * fvwm/borders.c:
12142         suppress unnecessary title redraws
12144         * fvwm/frame.c:
12145         window shading works again; there are still some problems with
12146         recapture, restart, border drawing and shaped windows
12148 2002-03-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12150         * fvwm/geometry.c (get_shaded_geometry_with_dir):
12151         new function
12153         * fvwm/frame.c (frame_get_title_bar_dimensions):
12154         fixed minor button layout bug
12155         (frame_update_hidden_window_pos):
12157         * fvwm/ewmh_names.c (EWMH_WMName):
12158         * fvwm/gnome.c (GNOME_HandlePropRequest):
12159         * fvwm/focus.c (DoSetFocus):
12160         * fvwm/stack.c (new_layer):
12161         * fvwm/icons.c (DeIconify):
12162         (Iconify):
12163         * fvwm/events.c (HandleFocusIn):
12164         (HandlePropertyNotify):
12165         (HandleExpose):
12166         (HandleMapNotify):
12167         (HandleButtonPress):
12168         (HandleLeaveNotify):
12169         * fvwm/builtins.c (CMD_ChangeDecor):
12170         (CMD_UpdateDecor):
12171         * fvwm/move_resize.c (resize_move_window):
12172         (resize_window):
12173         (resize_window):
12174         (maximize_fvwm_window):
12175         (handle_stick):
12176         * fvwm/borders.c (DrawDecorations):
12177         (RedrawDecorations):
12178         removed function DrawDecorations()
12179         (border_draw_decorations):
12180         renamed draw_decorations_with_geom() to border_draw_decorations()
12182         * fvwm/events.c (HandleExpose):
12183         fixed drawing icon titles
12185         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12186         * fvwm/events.c (HandleFocusIn):
12187         (HandleFocusOut):
12188         * fvwm/screen.h (ScreenInfo):
12189         return the focus to the window that had the focus before an or window
12190         stole it and then died.
12192         * fvwm/menus.c (scanForColor):
12193         removed duplicate call of strlen
12194         use alloca instead of safemalloc
12196         * fvwm/menustyle.c (menustyle_parse_style):
12197         don't call memset right before memcpy
12199         * fvwm/module_interface.c (AddToMessageQueue):
12200         (DeleteMessageQueueBuff):
12201         removed one safemalloc and inline'd the function
12202         merged AddToMessageQueue into PositiveWrite
12204         * fvwm/borders.c (border_draw_decor_to_pixmap):
12205         fixed pixmap and mini icon buttons
12206         (border_fill_pixmap_background):
12207         fixed an X error
12208         (border_get_tb_parts_to_draw):
12209         buttons and title background using the border style is updated when the
12210         buttons moves
12212         * fvwm/events.c (WaitForButtonsUp):
12213         don't grab the whole server but merely the pointer to allow applications
12214         redrawing themselves
12216         * fvwm/borders.c:
12217         finished writing title drawing code
12219         * fvwm/move_resize.c (resize_window):
12220         (resize_move_window):
12221         (unmaximize_fvwm_window):
12222         removed now unnecessary calls to DrawDecorations()
12224         * fvwm/frame.c (frame_hide_changing_window_parts):
12225         fixed hiding bottom/right titles
12227         * fvwm/add_window.c (AddWindow):
12228         fixed recapturing shaded windows
12230         * fvwm/misc.c (GrabEm):
12231         fixed the cursor over the title window while resizing
12233 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12235         * libs/Graphics.c (CreateTiledPixmap):
12236         improved efficience: let the X server tile a pixmap via the GC settings
12238         * fvwm/fvwm.c (CreateGCs):
12239         * fvwm/screen.h (ScreenInfo):
12240         added new global GC Scr.TileGC
12242         * fvwm/borders.c (border_fill_pixmap_background):
12243         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
12244         use already created gcs
12246         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
12247         * fvwm/menus.c (paint_menu_gradient_background):
12248         fixed using a randow members in gcs
12250 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
12252         * configure.in:
12253         added compilation test for fribidi
12255 2002-03-22  Dan Espen  <dane@mk.telcordia.com>
12257         * NEWS: Document FvwmForm timeout.
12259 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12261         * fvwm/session.c (MatchWinToSM):
12262         * fvwm/add_window.c (AddWindow):
12263         preserve user states over a restart
12265         * fvwm/add_window.c (setup_window_structure):
12266         preserve user states over a recapture
12268         * fvwm/functions.c (execute_function):
12269         "Silent" suppresses the "No such command ..." message
12271         * fvwm/frame.c (frame_move_resize):
12272         * fvwm/misc.c (GrabEm):
12273         fixed the cursor shape during resizing
12274         fixed button looks in small windows
12276 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
12278         * libs/FBidi.c:
12279         * libs/FBidi.h:
12280         new files
12282 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12284         * fvwm/fvwm.c (LoadDefaultLeftButton):
12285         (LoadDefaultRightButton):
12286         * fvwm/borders.c (border_draw_vector_to_pixmap):
12287         * fvwm/screen.h (DecorFace):
12288         * fvwm/builtins.c (ReadDecorFace):
12289         fixed transparent vector line support
12291         * libs/Graphics.c (CreateGradientPixmap):
12292         fixed potential core dump with illegal gradients
12294 2002-03-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12296         * fvwm/fvwm.h (FvwmWindow):
12297         removed button_background_pixmap member
12299         * fvwm/update.c (apply_window_updates):
12300         fixed changing the decoration size
12302         * fvwm/windowshade.c (CMD_WindowShade):
12303         * fvwm/frame.c (frame_setup_border):
12304         * fvwm/functions.c (execute_complex_function):
12305         removed debug code
12307         * fvwm/move_resize.c (resize_window):
12308         fixed aboting of a opaque resize w/ maximized windows
12309         (ParseOneResizeArgument):
12310         resize arguments don't take the border into account
12311         (GetResizeArguments):
12312         implemented new option "Frame" to the Resize and ResizeMove commands
12314 2002-03-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12316         * fvwm/fvwm2.1:
12317         * fvwm/builtins.c (ReadDecorFace):
12318         * fvwm/borders.c (DrawLinePattern):
12319         implemented transparent drawing color in vector buttons: C == 4
12321         * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
12322         * fvwm/builtins.c (ReadDecorFace):
12323         increased allowed number of lines in a vector button to 10000 and moved
12324         the definition to defaults.h
12326         * fvwm/virtual.c (MoveViewport):
12327         don't send useless M_NEW_PAGE packets
12329         * fvwm/frame.c:
12330         * fvwm/borders.c:
12331         started work on new button/title drawing code
12333         * fvwm/events.c (HandleExpose):
12334         don't handle expose on the title bar
12336         * fvwm/borders.c:
12337         * fvwm/frame.c (frame_get_sidebar_geometry):
12338         * fvwm/fvwm.h (FvwmWindow):
12339         replaced border_state with decor_state
12341         * libs/defaults.h (NR_RIGHT_BUTTONS):
12342         added a comment
12344         * fvwm/events.h:
12345         * fvwm/events.c (HandleExpose):
12347         * fvwm/frame.c (frame_setup_border):
12348         hide sidebars if they are too small, i.e. 0 pixels
12350 2002-03-20  olicha  <olivier.chapuis@free.fr>
12352         * libs/Flocale.c (FlocaleFreeNameProperty):
12353         Fixed random core dump
12355 2002-03-19  olicha  <olivier.chapuis@free.fr>
12357         * fvwm/ConfigFvwmDefaults:
12358         RightTitleRotatedCW is a default
12360 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12362         * fvwm/frame.c (frame_get_sidebar_geometry):
12363         window corners are always at least the border width thick
12365         * fvwm/geometry.c (update_absolute_geometry):
12366         fixed south/east shading
12368         * fvwm/frame.c (frame_move_resize_step):
12369         did the best I could to prevent rxvt from flashing in the background
12370         colour
12372         * fvwm/add_window.c (get_default_window_attributes):
12373         (get_default_window_attributes):
12374         (setup_resize_handle_windows):
12375         * fvwm/borders.c (border_get_border_gcs):
12376         applied -visual fix by Hippo
12378         * fvwm/cursor.c (CMD_CursorStyle):
12379         fixed endless loop
12381         * fvwm/frame.c (frame_get_title_bar_dimensions):
12382         fixed order of right buttons
12383         (frame_move_resize_step):
12384         reduced flashing when maximizing
12386         * fvwm/geometry.c (update_absolute_geometry):
12387         adapted for horizontal shading
12389 2002-03-19  Mikhael Goikhman  <migo@homemail.com>
12391         * fvwm/borders.c:
12392         * fvwm/builtins.c:
12393         * fvwm/fvwm.h:
12394         * fvwm/geometry.c:
12395         * libs/Fft.c:
12396         * libs/Flocale.c:
12397         * libs/Flocale.h:
12398         several renamings of text_direction to text_rotation
12400 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12402         * fvwm/windowshade.c (CMD_WindowShade):
12403         * fvwm/frame.c (frame_create_move_resize_args):
12404         (frame_move_resize_step):
12405         hack to enable non-animated window shading for the time being
12407         * fvwm/style.c (parse_and_set_window_style):
12408         (parse_and_set_window_style):
12409         allow to abbreviate [Counter]ClockWise with [C]CW
12411         * fvwm/frame.c (frame_move_resize_step):
12412         fixed
12414         * fvwm/geometry.c (gravity_constrain_size):
12415         removed useless code
12417         * fvwm/update.c (apply_window_updates):
12418         * fvwm/add_window.c (AddWindow):
12419         * fvwm/move_resize.c (unmaximize_fvwm_window):
12420         (resize_window):
12421         do not write into frame_g. only frame.c should do this
12423         * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
12424         (MIN_WINDOW_TITLE_LENGTH):
12425         new default values
12426         * fvwm/frame.c (frame_setup_title_bar):
12427         (get_resize_decor_gravities_one_axis):
12428         (frame_setup_window_internal):
12429         (frame_move_resize_step):
12430         (frame_create_move_resize_args):
12431         rewrote frame_setup_title_bar function
12433         * fvwm/add_window.c (setup_frame_stacking):
12434         fixed title bar stacking order
12436         * fvwm/frame.c (frame_setup_title_bar):
12437         removed yesterday's 'fix'
12439         * fvwm/add_window.c (hide_screen):
12440         (setup_title_window):
12441         (setup_resize_handle_windows):
12442         (setup_button_windows):
12443         fixed visual and depth of decoration windows
12445 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12447         * fvwm/frame.c (frame_setup_title_bar):
12448         fixed title layout bug
12450         * fvwm/move_resize.c (MaximizeHeight):
12451         fixed bug in "grow" option of the Maximize command
12453         * fvwm/geometry.h:
12454         fixed broken prototype for get_title_font_size_and_offset
12456         * fvwm/geometry.c (get_title_font_size_and_offset):
12457         simplified code a bit
12459 2002-03-18  olicha  <olivier.chapuis@free.fr>
12461         * fvwm/geometry.h:
12462         * fvwm/geometry.c (get_title_font_size_and_offset):
12463         * fvwm/add_window.c (setup_title_geometry):
12464         * fvwm/style.h:
12465         * fvwm/style.c (parse_and_set_window_style):
12466         (check_window_style_change):
12467         * fvwm/update.c (apply_window_updates):
12468         * fvwm/window_flags.h:
12469         * fvwm/fvwm.h:
12470         Reworte side title direction styles and use LeftTitleRotatedClockWise /
12471         LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
12472         RightTitleRotatedCounterClockWise
12474 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12476         * acconfig.h:
12477         * vms/config.h (FMiniIconsSupported):
12478         removed last traces of MINI_ICONS ifdef
12480         * fvwm/windowlist.c (CMD_WindowList):
12481         * fvwm/update.c (apply_window_updates):
12482         * fvwm/style.h:
12483         * fvwm/style.c (merge_styles):
12484         (parse_and_set_window_style):
12485         (check_window_style_change):
12486         * fvwm/screen.h:
12487         * fvwm/module_interface.c (SendMiniIcon):
12488         (BroadcastMiniIcon):
12489         (CMD_Send_WindowList):
12490         * fvwm/fvwm.h (FvwmWindow):
12491         * fvwm/ewmh_icons.c (ewmh_WMIcon):
12492         (EWMH_DoUpdateWmIcon):
12493         (ewmh_SetWmIconFromPixmap):
12494         (EWMH_DeleteWmIcon):
12495         (EWMH_SetIconFromWMIcon):
12496         * fvwm/builtins.c (ReadDecorFace):
12497         * fvwm/borders.c (DrawButton):
12498         (CMD_BorderStyle):
12499         (CMD_BorderStyle):
12500         * fvwm/add_window.c (setup_window_structure):
12501         (setup_mini_icon):
12502         (destroy_mini_icon):
12503         (change_mini_icon):
12504         (AddWindow):
12505         * acconfig.h (FMiniIconsSupported):
12506         replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
12507         compiler checks
12509         * fvwm/screen.h:
12510         removed an FANCY_TITLEBARS ifdef
12512         * fvwm/borders.c (border_draw_one_part):
12513         (border_draw_border_parts):
12514         (border_draw_all_parts):
12515         (draw_clipped_decorations_with_geom):
12516         performance enhancement
12518 2002-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12520         * fvwm/frame.c (frame_move_resize_step):
12521         force setting up the border when function is called with FRAME_MR_SETUP
12522         (frame_setup_window_internal):
12523         removed duplicate frame setup
12525         * fvwm/borders.c (border_get_parts_and_pos_to_draw):
12526         fixed logic bug
12527         (draw_clipped_decorations_with_geom):
12528         do not flush the X queue after drawing; let the caller do it
12530         * fvwm/frame.c (frame_get_sidebar_geometry):
12531         fixed layout of windows with a small height
12532         (frame_hide_changing_window_parts):
12533         fixed flickering
12535         * fvwm/borders.c:
12536         * fvwm/frame.c:
12537         made good progress with frame layout rewrite. I think it is already
12538         considerably faster.
12539         some general clean up
12541         * fvwm/add_window.c (setup_decor_window):
12542         function removed
12544         * fvwm/windowshade.c (CMD_WindowShade):
12545         * fvwm/stack.c (verify_stack_ring_consistency):
12546         (RaiseOrLowerWindow):
12547         * fvwm/move_resize.c (resize_move_window):
12548         (move_window_doit):
12549         (draw_move_resize_grid):
12550         * fvwm/icons.c (DrawIconWindow):
12551         * fvwm/icccm2.c (CloseICCCM2):
12552         (convertProperty):
12553         (HandleSelectionRequest):
12554         * fvwm/fvwm.c (main):
12555         (SaveDesktopState):
12556         * fvwm/focus.c (DoSetFocus):
12557         * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
12558         * fvwm/events.c (HandlePropertyNotify):
12559         (HandleButtonPress):
12560         (HandleConfigureRequest):
12561         * fvwm/add_window.c (RestoreWithdrawnLocation):
12562         (Reborder):
12563         * fvwm/builtins.c (CMD_Delete):
12564         (CMD_Destroy):
12565         (CMD_Close):
12566         (CMD_FakeClick):
12567         * fvwm/menus.c (paint_menu):
12568         (DestroyMenu):
12569         * fvwm/misc.c (UngrabEm):
12570         (GrabEm):
12571         * fvwm/schedule.c (execute_obj_func):
12572         * fvwm/add_window.c (hide_screen):
12573         (destroy_window):
12574         use XFlush instead of XSync when the latter is not necessary
12576         * libs/fvwmrect.c (fvwmrect_rectangles_equal):
12577         new function
12579         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12580         inform frame module if the window with the hide windows dies
12582         * fvwm/placement.c (PlaceWindow):
12583         (CMD_PlaceAgain):
12584         * fvwm/add_window.c (setup_window_attr):
12585         (setup_frame_attributes):
12586         (AddWindow):
12587         (RestoreWithdrawnLocation):
12588         (setup_window_placement):
12589         * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
12590         (get_title_geometry):
12591         * fvwm/fvwm.c (InitVariables):
12592         * fvwm/frame.c (frame_setup_frame):
12593         * fvwm/colormaps.c (HandleColormapNotify):
12594         (InstallWindowColormaps):
12595         * fvwm/events.c (HandleConfigureRequest):
12596         (HandleUnmapNotify):
12597         * fvwm/fvwm.h (FvwmWindow):
12598         removed attr member of FvwmWindow and replaced by a structure defined
12599         ourselves that is much smaller
12601         * fvwm/add_window.c (hide_screen):
12602         don't use save_unders and backing_store for the window used in recapture
12604         * fvwm/frame.c (frame_init):
12605         * fvwm/fvwm.c (main):
12606         new function to initialise frame module
12608         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
12609         new function
12611 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12613         * fvwm/frame.c:
12614         clean up
12616         * fvwm/borders.h (enum):
12617         * fvwm/borders.c (draw_clipped_decorations_with_geom):
12618         (border_get_parts_and_pos_to_draw):
12619         * fvwm/fvwm.h (struct):
12620         some clean up
12621         fixed calculations of which border parts to draw
12623         * fvwm/fvwm2.1:
12624         corrected some typos
12625         * fvwm/frame.c:
12626         * fvwm/borders.c:
12627         handle marks work again
12629 2002-03-16  Dan Espen  <dane@mk.telcordia.com>
12631         * AUTHORS: New author added.
12633 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12635         * fvwm/frame.c:
12636         * fvwm/borders.c:
12637         * fvwm/add_window.c (setup_frame_stacking):
12638         * fvwm/cursor.c (CMD_CursorStyle):
12639         * fvwm/events.c (HandleExpose):
12640         (HandleMapNotify):
12641         (HandleEnterNotify):
12642         (HandleLeaveNotify):
12643         (GetContext):
12644         * fvwm/geometry.c (get_title_button_geometry):
12645         * fvwm/virtual.c (map_window):
12646         * fvwm/add_window.c (setup_parent_window):
12647         (setup_resize_handle_cursors):
12648         (setup_resize_handle_windows):
12649         (resize_resize_handle_windows):
12650         (change_resize_handle_windows):
12651         some progress with new frame layout
12653         * fvwm/add_window.c (setup_visible_name):
12654         fixed off-by-one bug in setup_visible_name
12655         maximum window number can be set in defaults.h
12657 2002-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12659         * fvwm/windowlist.h:
12660         * fvwm/virtual.h:
12661         * fvwm/update.h:
12662         * fvwm/style.h:
12663         * fvwm/read.h:
12664         * fvwm/placement.h:
12665         * fvwm/menus.h:
12666         * fvwm/move_resize.h:
12667         * fvwm/icons.h:
12668         * fvwm/geometry.h:
12669         * fvwm/frame.h:
12670         * fvwm/focus.h:
12671         * fvwm/events.h:
12672         * fvwm/borders.h:
12673         * fvwm/add_window.h:
12674         * fvwm/ewmh_names.c:
12675         * fvwm/ewmh_icons.c:
12676         * fvwm/ewmh_events.c:
12677         * fvwm/ewmh.c:
12678         * fvwm/frame.c:
12679         * fvwm/menucmd.c:
12680         * fvwm/schedule.c:
12681         * fvwm/geometry.c:
12682         * fvwm/gnome.c:
12683         * fvwm/windowlist.c:
12684         * fvwm/cursor.c:
12685         * fvwm/update.c:
12686         * fvwm/bindings.c:
12687         * fvwm/colormaps.c:
12688         * fvwm/decorations.c:
12689         * fvwm/conditional.c:
12690         * fvwm/misc.c:
12691         * fvwm/read.c:
12692         * fvwm/placement.c:
12693         * fvwm/fvwm.c:
12694         * fvwm/virtual.c:
12695         * fvwm/session.c:
12696         * fvwm/functions.c:
12697         * fvwm/stack.c:
12698         * fvwm/icons.c:
12699         * fvwm/module_interface.c:
12700         * fvwm/style.c:
12701         * fvwm/add_window.c:
12702         * fvwm/events.c:
12703         * fvwm/builtins.c:
12704         * fvwm/move_resize.c:
12705         * fvwm/borders.c:
12706         * fvwm/menus.c:
12707         * fvwm/fvwm.h (FvwmWindow):
12708         moved all windows into a separate sub structure and wrote access macros
12709         renamed FvwmWindow argument to builtin commands to "fw"
12710         renamed tmp_win to fw everywhere
12712         * fvwm/borders.c (RedrawBorder):
12713         * fvwm/decorations.c (SelectDecor):
12714         * fvwm/add_window.c (setup_style_and_decor):
12715         (setup_resize_handle_cursors):
12716         * fvwm/window_flags.h:
12717         * fvwm/fvwm.h (struct):
12718         added new member has_handles and new macro HAS_HANDLES
12720         * fvwm/decorations.c (SelectDecor):
12721         fixed the NoHandles style
12723         * fvwm/decorations.c (SelectDecor):
12724         * fvwm/style.c (check_window_style_change):
12725         (parse_and_set_window_style):
12726         * fvwm/style.h:
12727         * fvwm/fvwm.h (struct):
12728         renamed has_no_handles to has_no_border
12730 2002-03-15  olicha  <olivier.chapuis@free.fr>
12732         * libs/Flocale.h:
12733         * libs/Fft.c (is_utf8_encoding):
12734         Compilation fixes
12736         * libs/Flocale.h:
12737         s/COMPUND_TEXT/COMPOUND_TEXT
12739         * fvwm/fvwm2.1:
12740         Removed matrix xft specification doc as now it is use internally by
12741         fvwm
12743         * libs/Flocale.c (FlocaleRotateDrawString):
12744         (FlocaleUnloadFont):
12745         (FlocaleDrawString):
12746         (FlocaleTextWidth):
12747         * libs/Fft.h:
12748         * libs/Fft.c (FftGetRotatedFont):
12749         (FftGetFont):
12750         (FftDrawString):
12751         (FftTextWidth):
12752         * fvwm/borders.c (DrawMultiPixmapTitlebar):
12753         (RedrawTitle):
12754         * fvwm/geometry.c (get_title_font_size_and_offset):
12755         * fvwm/style.c (parse_and_set_window_style):
12756         (check_window_style_change):
12757         * fvwm/update.c (apply_window_updates):
12758         * fvwm/update.h:
12759         * fvwm/style.h:
12760         * fvwm/fvwm.h:
12761         * fvwm/window_flags.h:
12762         Implemented vertical text rendering, new style SideTitleTextDefault,
12763         SideTitleTextTopToBottom, SideTitleTextBottomToTop
12765 2002-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12767         * fvwm/fvwm.h:
12768         removed inclusion of fvwmdebug.h
12770         * libs/gravity.c (ParseDirectionArgument):
12771         fixed direction parsing
12773         * fvwm/menus.c (get_menu_options):
12774         fixed a compiler warning
12776 2002-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12778         * fvwm/bindings.c (ParseBinding):
12779         fixed compiler warning
12781         * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
12782         * fvwm/ewmh.h:
12783         fixed compilation w/ --disable-ewmh
12785         * fvwm/windowlist.c (CMD_WindowList):
12786         fixed parsing of conditions versus position of window list broken with
12787         a recent "fix"
12789 2002-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12791         * libs/Fft.h:
12792         * libs/Fft.c (FftTextWidth):
12793         (is_utf8_encoding):
12794         (FftGetFontWidths):
12795         (FftDrawString):
12796         removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
12797         if HAVE_XFT was not set.
12799         * fvwm/events.h (XEVMASK_DECORW):
12800         select EnterNotify and LeaveNotify on frame instead of decor_w
12802         * fvwm/add_window.c (setup_title_window):
12803         (setup_button_windows):
12804         (setup_resize_handle_windows):
12805         frame window is the new parent of the title, button and handle windows
12806         (setup_frame_stacking):
12807         new stacking order of decoration windows
12809         * fvwm/menuitem.c (menuitem_paint):
12810         * fvwm/events.c (HandleExpose):
12811         xft fixes
12813         * fvwm/move_resize.c (unmaximize_fvwm_window):
12814         don't force to redraw the frame
12816         * libs/gravity.c (gravity_get_offsets):
12817         (gravity_move):
12818         (gravity_resize):
12819         functions moved to gravity.c
12821 2002-03-10  olicha  <olivier.chapuis@free.fr>
12823         * acconfig.h (HAVE_XFT_UTF8):
12824         * configure.in:
12825         * libs/Fft.c (is_utf8_encoding):
12826         (FftGetFontWidths):
12827         (FftDrawString):
12828         (FftTextWidth):
12829         Detected if Xft can handle utf8 string
12831         * libs/Fft.h:
12832         * fvwm/menuitem.c (menuitem_paint):
12833         * fvwm/events.c (HandleExpose):
12834         Fixed Xft related compilation failure and warning
12836 2002-03-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12838         * fvwm/virtual.c:
12839         * fvwm/update.c:
12840         * fvwm/move_resize.c:
12841         * fvwm/icons.c:
12842         * fvwm/focus.c:
12843         * fvwm/events.c:
12844         * fvwm/builtins.c:
12845         * fvwm/add_window.c:
12846         * fvwm/frame.c (frame_setup_window):
12847         (frame_force_setup_window):
12848         (frame_setup_shape):
12849         SetupFrame renamed to frame_setup_window
12850         ForceSetupFrame renamed to frame_force_setup_window
12851         SetShape renamed to frame_setup_shape
12853         * fvwm/windowshade.c:
12854         moved most code to frame.c
12856         * fvwm/frame.c (SetShape):
12857         (SetupTitleBar):
12858         (set_decor_gravity):
12859         (ForceSetupFrame):
12860         (SetupFrame):
12861         functions moved to new file
12863         (SetupTitleBar):
12864         (frame_setup_title_bar):
12865         renamed function
12867         * libs/Parse.h:
12868         direction code moved to gravity.c and gravity.h
12870         * fvwm/windowshade.c (CMD_WindowShade):
12871         * fvwm/geometry.c (get_shaded_geometry):
12873         * libs/FScreen.c (FScreenInit):
12874         (FScreenUpdateEmulationMapState):
12875         changed Xinerame emulation layout
12877         * fvwm/fvwm2.1:
12878         Corrected the description of the XineramaPrimaryScreen command that was
12879         essentially lying.
12881 2002-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12883         * fvwm/menus.c (menu_tear_off):
12884         (unlink_item_from_menu):
12885         (menu_strip_tear_off_title):
12886         use the text from a title item as the tear off menu title if the menu
12887         begins with a title; skip separators and tear off bars at the front of
12888         the menu
12890         * **/*.[ch]:
12891         implemented titleatleft and titleatright styles; titles are not drawn
12892         vertically yet
12894         * fvwm/style.c (check_window_style_change):
12895         * fvwm/update.c (apply_window_updates):
12896         * fvwm/ewmh_names.c (EWMH_WMIconName):
12897         (EWMH_WMName):
12898         (charset_to_utf8):
12899         * fvwm/ewmh.c (ksmserver_workarround):
12900         * fvwm/update.c (apply_window_updates):
12901         * fvwm/conditional.c (MatchesConditionMask):
12902         * fvwm/fvwm.c (main):
12903         * fvwm/session.c (SaveWindowStates):
12904         (matchWin):
12905         (MatchWinToSM):
12906         * fvwm/functions.c (expand):
12907         * fvwm/stack.c (dump_stack_ring):
12908         (verify_stack_ring_consistency):
12909         * fvwm/module_interface.c (BroadcastWindowIconNames):
12910         (CMD_Send_WindowList):
12911         * fvwm/add_window.c (free_window_names):
12912         (free_window_names):
12913         * fvwm/events.c (HandlePropertyNotify):
12914         * fvwm/builtins.c (CMD_Wait):
12915         * fvwm/style.c (CMD_DestroyStyle):
12916         (lookup_style):
12917         Adapted to changes of Flocale.h
12919         * acconfig.h:
12920         removed COMPUND_TEXT ifdef
12922         * configure.in:
12923         mutibyte defaults to on
12925         * acconfig.h:
12926         * libs/Flocale.c:
12927         * libs/Flocale.h:
12928         * fvwm/fvwm.h (FvwmWindow):
12929         cleaned up Flocale stuff for better information hiding
12931         * libs/Flocale.c (get_FlocaleFontSet):
12932         (get_FlocaleFont):
12933         added a new font strucht member min_char_offset for vertical text
12935         * libs/Flocale.c (get_FlocaleFontSet):
12936         fixed a bug in descent calculation
12938         * fvwm/fvwm.h (FvwmWindow):
12939         removed title_g
12941         * fvwm/borders.c (RedrawButtons):
12942         (SetupTitleBar):
12943         (RedrawBorder):
12944         (SetupFrame):
12945         (RedrawTitle):
12946         (DrawMultiPixmapTitlebar):
12947         don't use title_g or boundary_width
12949         * libs/Flocale.c (FlocaleTextWidth):
12950         * libs/Flocale.c (FlocaleDrawString):
12951         added interface for vertical strings
12952         * libs/Flocale.h (FlocaleWinString):
12953         added flags structure w/ is_vertical_string flag
12955         * fvwm/borders.c (RedrawTitle):
12956         (DrawMultiPixmapTitlebar):
12957         * fvwm/screen.h (ScreenInfo):
12958         * fvwm/icons.c (DrawIconWindow):
12959         * fvwm/move_resize.c (DisplayPosition):
12960         (DisplaySize):
12961         * fvwm/screen.h (ScreenInfo):
12962         removed ScratchStr and TitleStr; *please* don't use global variables
12963         without need
12965         * fvwm/move_resize.c (ParseOneResizeArgument):
12966         (GetResizeArguments):
12967         (GetResizeMoveArguments):
12968         (resize_window):
12969         (resize_move_window):
12970         * fvwm/module_interface.c (CONFIGARGS):
12971         (OLDCONFIGARGS):
12972         (CONFIGARGSNEW):
12973         * fvwm/placement.c (PlaceWindow):
12974         * fvwm/add_window.c (setup_title_window):
12975         (setup_button_windows):
12976         (setup_parent_window):
12977         (resize_resize_handle_windows):
12978         (change_resize_handle_windows):
12979         (AddWindow):
12980         * fvwm/geometry.c (get_window_borders):
12981         (gravity_get_naked_geometry):
12982         (gravity_add_decoration):
12983         (constrain_size):
12984         don't use title_g.width and title_g.height anymore
12986         * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
12987         new macro
12989         * fvwm/borders.c (SetupTitleBar):
12990         * fvwm/add_window.c (setup_title_window):
12991         don't use title_g.x and title_g.y anymore
12992         (setup_title_geometry):
12993         new function
12995         * fvwm/fvwm.h (FvwmWindow):
12996         replaced title_g by title_length and title_thickness
12997         renamed title_text_y to title_text_offset
12999         * fvwm/add_window.c (setup_style_and_decor):
13000         (setup_parent_window):
13001         * fvwm/decorations.c (SelectDecor):
13002         * fvwm/placement.c (PlaceWindow):
13003         * fvwm/windowlist.c (CMD_WindowList):
13004         * fvwm/events.c (SendConfigureNotify):
13005         (HandlePropertyNotify):
13006         (HandleMapNotify):
13007         * fvwm/move_resize.c (DisplaySize):
13008         (ParseOneResizeArgument):
13009         (GetResizeArguments):
13010         (GetResizeMoveArguments):
13011         (resize_window):
13012         (resize_move_window):
13013         * fvwm/geometry.c (gravity_get_naked_geometry):
13014         (gravity_add_decoration):
13015         (constrain_size):
13016         don't use boundary_width anymore
13018         * fvwm/borders.c (SetupTitleBar):
13019         made static
13021         * fvwm/fvwmdebug.c:
13022         removed outdated file that was never used
13024         * fvwm/move_resize.c (move_window_doit):
13025         fixed GNOME and EWMH hints when unsticking a window
13027         * fvwm/virtual.c (CMD_MoveToDesk):
13028         unstick windows when MoveToDesk is used
13030         * fvwm/builtins.c:
13031         * fvwm/windowshade.c (CMD_WindowShade):
13032         (CMD_WindowShadeAnimate):
13033         functions moved to windowshade.c
13035         * fvwm/window_flags.h:
13036         * fvwm/menus.c (pop_menu_up):
13037         * fvwm/builtins.c (CMD_WindowShade):
13038         * fvwm/move_resize.c (resize_window):
13039         * fvwm/icons.c (AutoPlaceIcon):
13040         * fvwm/borders.c (SetupFrame):
13041         don't use HAS_BOTTOM_TITLE any more
13042         (ButtonPosition):
13043         function removed
13045         * fvwm/geometry.c (get_title_font_width_and_offset):
13046         * fvwm/geometry.c (set_window_border_size):
13047         * fvwm/geometry.c (is_window_border_minimal):
13048         * fvwm/geometry.c (get_window_borders_no_title):
13049         * fvwm/geometry.c (get_shaded_client_window_pos):
13050         * fvwm/geometry.c (get_icon_corner):
13051         * fvwm/geometry.c (get_title_gravity):
13052         * fvwm/geometry.c (get_title_geometry):
13053         * fvwm/borders.c (get_button_number):
13054         new functions
13056         * fvwm/borders.c (SetupFrame):
13057         (SetShape):
13058         * fvwm/events.c (HandleShapeNotify):
13059         * fvwm/borders.c (SetupTitleBar):
13060         * fvwm/update.c (apply_window_updates):
13061         * fvwm/add_window.c (setup_window_font):
13062         removed title_top_height
13064         * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
13065         renamed
13067         * fvwm/events.c (SendConfigureNotify):
13068         * fvwm/events.c (HandleConfigureRequest):
13069         preparations for W/E titles
13070         don't use title_top_height any more
13072         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
13073         use title_dir flags
13075         * fvwm/geometry.c (get_window_borders):
13076         * fvwm/style.c (parse_and_set_window_style):
13077         (check_window_style_change):
13078         * fvwm/style.h (SCSET_TITLE_DIR):
13079         * fvwm/window_flags.h (GET_TITLE_DIR):
13080         * fvwm/fvwm.h (struct):
13081         replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
13082         DIR_W or DIR_E
13084         * libs/Parse.c (ParseDirectionArgument):
13085         * libs/Parse.h:
13086         use new type direction_type
13088 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13090         * fvwm/ewmh.c (EWMH_SetFrameStrut):
13091         use function from geometry.c to get the border size
13093         * fvwm/geometry.c (get_shaded_geometry):
13094         added code for shading in all directions
13096 2002-03-07  Dan Espen  <dane@mk.telcordia.com>
13098         * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
13100 2002-03-07  olicha  <olivier.chapuis@free.fr>
13102         * libs/Flocale.c (FInitLocale):
13103         * fvwm/fvwm.c (main):
13104         Set the locale using "" as locale argument
13106 2002-03-07  Mikhael Goikhman  <migo@homemail.com>
13108         * fvwm/fvwm2.1:
13109         fixed some typos and indentation of several new variable entries
13111 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13113         * fvwm/functions.h (enum):
13114         * fvwm/functions.c (func_config):
13115         * fvwm/commands.h:
13116         * fvwm/conditional.c (CMD_ThisWindow):
13117         renamed command "This" to "ThisWindow"
13119         * fvwm/conditional.c (Circulate):
13120         "Current" no longer selects a random window when no window is focused
13122         * fvwm/icccm2.c (SetupICCCM2):
13123         removed debug fprintf
13125         * fvwm/functions.c (expand_extended_var):
13126         implemented new extended variables pointer.x, pointer.x, pointer.wx,
13127         pointer.wy, pointer.cx and pointer.cy.
13129         * libs/Parse.c (ParseDirectionArgument):
13130         allow N, S, W, E, NW, SW, SE, NE for direction arguments
13132         * fvwm/builtins.c (CMD_WindowShade):
13133         fixes for animated shading w/ titleatbottom+north and titleattop+south
13135 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13137         * fvwm/move_resize.c (moveLoop):
13138         (resize_window):
13139         * fvwm/virtual.c (HandlePaging):
13140         moving/resizing windows opaque is much faster
13142 2002-03-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13144         * fvwm/add_window.c (resize_resize_handle_windows):
13145         (change_resize_handle_windows):
13146         (setup_window_font):
13147         fixed changing the handlewidth style
13149         * fvwm/update.c (apply_window_updates):
13150         * fvwm/geometry.c (update_absolute_geometry):
13151         * fvwm/builtins.c (CMD_WindowShade):
13152         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
13153         * fvwm/conditional.c (CreateConditionMask):
13154         * fvwm/geometry.c (get_shaded_geometry):
13155         * fvwm/session.c (MatchWinToSM):
13156         * fvwm/add_window.c (setup_window_structure):
13157         (AddWindow):
13158         * fvwm/window_flags.h (SHADED_DIR):
13159         * fvwm/fvwm.h (struct):
13160         implemented new WindowShade options "North" and "South" to allow shading
13161         a window in either direction, regardless of if the title is at the top
13162         or bottom.
13164         * libs/Module.c (module_expand_action):
13165         new convenience function for modules
13167 2002-03-03  Dan Espen  <dane@mk.telcordia.com>
13169         * fvwm/fvwm2.1: Fixes to the font section.
13171 2002-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13173         * fvwm/conditional.c (CMD_WindowId):
13174         set the correct context window for unmanaged windows
13176         * fvwm/icons.c (DrawIconWindow):
13177         raise the icon title even if it's too small to be expanded
13179         * fvwm/conditional.c (CMD_Cond):
13180         Fixed it the right way this time
13181         (CMD_Any):
13182         same fix for the 'Any' command
13183         (circulate_cmd):
13184         (CMD_Prev):
13185         (CMD_Next):
13186         (CMD_None):
13187         (CMD_Any):
13188         (CMD_Current):
13189         unified circulating functions into a single one
13190         (CMD_Pick):
13191         Pick allows to pick functions that have CirculateSkip set
13192         fixed a memory leak
13193         (select_cmd):
13194         (CMD_This):
13195         (CMD_Pick):
13196         (CMD_PointerWindow):
13197         unified selecting functions into a single one
13198         (CMD_PointerKey):
13199         (CMD_All):
13200         Allow user to override the default CirculateHit of these functions
13202         * fvwm/conditional.c (CMD_Cond):
13203         Fixed a problem w/ the window selection
13205         * fvwm/menus.h:
13206         * fvwm/menus.c:
13207         * fvwm/menudim.h:
13208         * fvwm/menudim.c:
13209         * fvwm/menustyle.h:
13210         * fvwm/menustyle.c:
13211         * fvwm/menucmd.c:
13212         * fvwm/menuitem.c:
13213         * fvwm/menuitem.h:
13214         moved some of the menu code into separate files
13215         more work on tear off menus; windowlist can now be torn off without a
13216         memory leak
13218         * fvwm/template.c:
13219         * fvwm/template.h:
13220         added templates for new source files
13222         * libs/Picture.c (fvwmlib_clone_color):
13223         new function
13225         * fvwm/menus.c (make_menu):
13226         (update_menu):
13227         removed unused parameter from make_menu()
13229         * fvwm/fvwm2.1 (Example):
13230         corrected statement about CaptureHonorsStartsOnPage being the default
13232 2002-03-03  Mikhael Goikhman  <migo@homemail.com>
13234         * INSTALL.fvwm:
13235         * Makefile.am:
13236         * configure.in:
13237         added and documented --disable-bidi and --disable-perllib
13239 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13241         * fvwm/geometry.c (get_window_borders):
13242         fixed calculation of $[cw.y] and $[cw.height]
13244         * fvwm/move_resize.c (resize_move_window):
13245         windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
13247 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13249         * fvwm/move_resize.c (resize_move_window):
13251 2002-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13253         * configure.in:
13254         re-added --enable-xinerama-emulation option that was removed recently
13256 2002-02-28  Mikhael Goikhman  <migo@homemail.com>
13258         * INSTALL.fvwm:
13259         * NEWS:
13260         * fvwm/fvwm2.1:
13261         several corrections and rewording
13263 2002-02-28  olicha  <olivier.chapuis@free.fr>
13265         * fvwm/fvwm2.1:
13266         New section FONT NAMES AND FONT LOADING
13268         * INSTALL.fvwm:
13269         * NEWS:
13270         Document --enable-xft
13272         * libs/Fft.c (get_FlocaleXftFont):
13273         Used the xft font height in the place of ascent+descent
13275         * fvwm/icons.c (DrawIconWindow):
13276         Fixed the fg colors of the icon title
13278 2002-02-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13280         * fvwm/conditional.c (CMD_CondCase):
13281         fixed CondCase command
13282         (CMD_Cond):
13283         fixed numeric return codes
13285         * fvwm/add_window.c (CMD_Recapture):
13286         fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
13288         * acinclude.m4 (smr_CHECK_LIB):
13289         disabled a destructing gnome_prefix logic again
13291         * fvwm/events.c (GetContext):
13292         * libs/Bindings.c (win_contexts):
13293         * libs/fvwmlib.h:
13294         new contexts for individual parts of the window border
13296 2002-02-26  Mikhael Goikhman  <migo@homemail.com>
13298         * acinclude.m4:
13299         disabled a destructing gnome_prefix logic
13301         * configure.in:
13302         replaced fribidi detection mechanism, now fribidi-config is used
13304 2002-02-26  olicha  <olivier.chapuis@free.fr>
13306         * acconfig.h (HAVE_XFT):
13307         * acinclude.m4:
13308         * configure.in:
13309         * libs/Fft.c (new file):
13310         * libs/Flocale.c (FlocaleLoadFont):
13311         (FlocaleUnloadFont):
13312         (FlocaleDrawString):
13313         (FlocaleTextWidth):
13314         (get_FlocaleFontSet):
13315         (get_FlocaleFont):
13316         (get_FlocaleFontOrFontSet):
13317         * libs/Flocale.h:
13318         * fvwm/Makefile.am:
13319         Added anti-alised font rendering using Xft. This is off by default.
13320         A font can now be given as a ";" separated list of either ","
13321         separated list of XFLD font name or Xft font name with "xft:" as
13322         prefix, e.g.:
13323           xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
13324         See Flocale.h for details
13326         * fvwm/events.c (HandleExpose):
13327         * fvwm/menus.c (paint_item):
13328         Always clear the text area before drawing text with an Xft font
13330 2002-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13332         * acinclude.m4 (smr_CHECK_LIB):
13333         fixed a bug with variable expansion and autoconf cache values
13335 2002-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13337         * fvwm/menus.c (seek_submenu_instance):
13338         (FindPopup):
13339         * fvwm/fvwm.c (InitVariables):
13340         some general menu clean up
13342         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
13343         * fvwm/move_resize.h (resize_geometry_window):
13344         * fvwm/menus.c (animated_move_back):
13345         (pop_menu_up):
13346         (ParentalMenuRePaint):
13347         Removed the global variables for parental relativity.  Please *do not*
13348         use globals in menus.c or anywhere else.  I'm trying to remove most
13349         globals in the long run.
13351         * libs/Graphics.c (do_relieve_rectangle):
13352         removed debug code
13354         * fvwm/menus.c (MenuInteraction):
13355         fixed tearing off menus by selecting a tear off item with the keyboard
13357         * fvwm/menus.c (MenuInteraction):
13358         fixed menus not popping down sometimes
13360         * fvwm/functions.c (CMD_TearMenuOff):
13361         * fvwm/menus.c (AddToMenu):
13362         (MenuInteraction):
13363         (warp_pointer_to_item):
13364         (get_selectable_item_index):
13365         (get_selectable_item_from_index):
13366         (get_selectable_item_from_section):
13367         (menuShortcuts):
13368         (paint_item):
13369         (draw_tear_off_bar):
13370         * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
13371         New command "TearMenuOff" in menus.  In a normal item, this tears off
13372         the menu when selected.  If the item has no title, it is drawn as a
13373         dashed line too.  Pressing button 2 over a title tears out the menu too.
13374         some clean up
13376         * fvwm/menus.c (make_menu_window):
13377         fixed problem w/ mapping menus, performance enhancement
13379         * fvwm/builtins.c (CMD_Destroy):
13380         (CMD_Close):
13381         fixed core dump
13383         * fvwm/functions.c (execute_function):
13384         (expand_extended_var):
13385         (expand):
13386         new variable cond.rc that returns the last return code of a conditinal
13387         command
13389 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13391         * fvwm/conditional.c (CMD_Cond):
13392         (CMD_CondCase):
13393         (CMD_Break):
13394         * fvwm/commands.h:
13395         * fvwm/functions.h:
13396         * fvwm/functions.c:
13397         new conditional commands Cond, CondCase and Break
13399         * fvwm/ewmh_events.c (ewmh_WMStateSticky):
13400         (ewmh_WMStateShaded):
13401         (ewmh_WMState):
13402         (ewmh_MoveResize):
13403         (ewmh_WMStateHidden):
13404         (ewmh_WMDesktop):
13405         (ewmh_CloseWindow):
13406         (ewmh_ActiveWindow):
13407         (ewmh_DesktopGeometry):
13408         * fvwm/gnome.c (GNOME_HandlePropRequest):
13409         * fvwm/windowlist.c (CMD_WindowList):
13410         * fvwm/update.c (apply_window_updates):
13411         * fvwm/conditional.c (CMD_Pick):
13412         (CMD_Prev):
13413         (CMD_Next):
13414         (CMD_None):
13415         (CMD_Any):
13416         (CMD_Current):
13417         (CMD_PointerWindow):
13418         (CMD_This):
13419         (CMD_All):
13420         (CMD_Direction):
13421         (CMD_WindowId):
13422         * fvwm/read.c (run_command_stream):
13423         * fvwm/fvwm.c (Done):
13424         (SetRCDefaults):
13425         (StartupStuff):
13426         (main):
13427         * fvwm/module_interface.c (ExecuteModuleCommand):
13428         * fvwm/move_resize.c (handle_stick):
13429         * fvwm/add_window.c (AddWindow):
13430         * fvwm/events.c (HandleKeyPress):
13431         (HandleButtonPress):
13432         (HandleClientMessage):
13433         (HandleButtonRelease):
13434         (HandlePropertyNotify):
13435         * fvwm/builtins.c (CMD_DestroyDecor):
13436         (AddToDecor):
13437         (CMD_StrokeFunc):
13438         * fvwm/functions.h (func_type):
13439         * fvwm/functions.c (old_execute_function):
13440         (execute_function):
13441         (execute_complex_function):
13443         * fvwm/fvwm.h (fvwm_cond_func_rc):
13444         inplemented return codes OK, NO_MATCH and ERROR for conditional commands
13446         * fvwm/ConfigFvwmDefaults:
13447         set some default styles for tear off menu windows
13449         * fvwm/menus.c (menuShortcuts):
13450         ignore actions that would normally close a menu if it's a tear off menu
13451         <Backspace> creates a tear off menu
13452         <Escape> closes a tear off menu
13454         * fvwm/builtins.c (CMD_Delete):
13455         (CMD_Destroy):
13456         (CMD_Close):
13457         * fvwm/menus.c (DestroyMenu):
13458         (make_menu_window):
13459         (MenuInteraction):
13460         * fvwm/menus.h (MenuRootDynamic):
13461         Each menu window is created with a unique display to prevent fvwm from
13462         being killed when a tear off menu is destroyed.  Of course this is
13463         inefficient, but still better than writing a menu module.
13465 2002-02-23  Mikhael Goikhman  <migo@homemail.com>
13467         * configure.in:
13468         autogenerate perllib/FVWM/Module/Makefile
13470 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13472         * fvwm/move_resize.c (moveLoop):
13473         fixed a problem with keyboard movement vs. EdgeResistance
13475 2002-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13477         * fvwm/events.c:
13478         fixed problem with root bindings and xfishtank
13480         * fvwm/windowlist.c (CMD_WindowList):
13481         applied patch by to Darren Marshall to fix placement of window list on
13482         wrong xinerama screen
13484         * libs/Parse.c (GetSuffixedIntegerArguments):
13485         integer arguments that must not have a suffix but have one are ignored
13487         * fvwm/icons.c (DeIconify):
13488         (Iconify):
13489         applied patch by Markus Schwarzenberg to fix a rare problem with the
13490         is_map_pending flag, iconified icons and restart
13492 2002-02-22  Mikhael Goikhman  <migo@homemail.com>
13494         * fvwm/commands.h:
13495         * fvwm/conditional.c (CMD_This):
13496         * fvwm/functions.c:
13497         * fvwm/functions.h:
13498         * fvwm/fvwm2.1:
13499         * NEWS:
13500         added new conditional command This
13502 2002-02-21  Mikhael Goikhman  <migo@homemail.com>
13504         * acconfig.h:
13505         * configure.in:
13506         added fribidi library detection
13508 2002-02-12  olicha  <olivier.chapuis@free.fr>
13510         * libs/Flocale.h (FlocaleFont):
13511         * libs/Flocale.c (get_FlocaleFont):
13512         (get_FlocaleFontSet):
13513         Compute the ascent and descent of the FlocaleFont structure directly
13514         from the XFontSetExtents data in the case of a fontset
13515         Added max_char_width to the FlocaleFont structure
13517         * libs/Makefile.am (libfvwm_a_SOURCES):
13518         * libs/GetFont.c:
13519         Removed libs/GetFont.c
13521         * fvwm/menus.c (FreeMenuStyle):
13522         (UpdateMenuStyle):
13523         (NewMenuStyle):
13524         (CMD_CopyMenuStyle):
13525         * fvwm/menus.h (MenuLook):
13526         Fixed default font handling font by using a new MenuLook flags
13527         USING_DEFAULT_FONT
13529         * fvwm/menus.c (UpdateMenuStyle):
13530         Fixed default font update
13532         * fvwm/fvwm.c (SetRCDefaults):
13533         (InitVariables):
13534         Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
13535         fvwm initialization
13537 2002-02-11  Mikhael Goikhman  <migo@homemail.com>
13539         * configure.in:
13540         added FvwmPerl/* file generation
13542 2002-02-11  olicha  <olivier.chapuis@free.fr>
13544         * INSTALL.fvwm:
13545         * NEWS:
13546         Multibyte news. Document --disable-compound-text and --disable-ewmh.
13548         * libs/Flocale.h:
13549         Added more documentation and change the MB_FALLBACK_FONT to
13550         "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
13551         -*-medium-r-normal-*-16-*" (with XFree) this should gives something
13552         more consistent with the none multibyte case.
13554 2002-02-10  olicha  <olivier.chapuis@free.fr>
13556         * fvwm/ewmh.c (EWMH_RestoreInitialStates):
13557         (EWMH_ExitStuff):
13558         * fvwm/events.c (HandleUnmapNotify):
13559         (HandleReparentNotify):
13560         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
13561         (ewmh_WMStateSticky):
13562         (ewmh_WMStateHidden):
13563         Restore various ewmh initial states when a window is  unmapped or
13564         reparented
13566 2002-02-10  Mikhael Goikhman  <migo@homemail.com>
13568         * Makefile.am:
13569         * configure.in:
13570         added support for new perllib directory
13572 2002-02-09  olicha  <olivier.chapuis@free.fr>
13574         * libs/fvwmlib.h:
13575         * libs/Flocale.c:
13576         * libs/Flocale.h:
13577         * acconfig.h:
13578         * configure.in:
13579         Rename I18N_MB to MULTIBYTE
13580         Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
13582         * libs/Flocale.c (*):
13583         * libs/Flocale.h:
13584         New Font and Text API. A cache is used for fonts information. Font
13585         loading is more powerfull as both font or fontset can be loaded.
13586         See Flocale.h for details, more comments will be added soon.
13587         Fortunately, it seems that there are no more memory problems with
13588         --enable-multibyte!
13589         If COMPOUND_TEXT, then non XA_STRING text properties are converted
13590         with XmbTextPropertyToTextList
13592         * fvwm/events.c (HandlePropertyNotify):
13593         * fvwm/misc.c (NewFontAndColor):
13594         * fvwm/icons.h:
13595         * fvwm/misc.h:
13596         * fvwm/menus.c (FreeMenuStyle):
13597         (NewMenuStyle):
13598         (CMD_CopyMenuStyle):
13599         (draw_underline):
13600         (calculate_item_sizes):
13601         (size_menu_horizontally):
13602         (paint_item):
13603         * fvwm/builtins.c (CMD_DefaultFont):
13604         (ApplyDefaultFontAndColors):
13605         * fvwm/add_window.c (destroy_icon_font):
13606         (setup_icon_font):
13607         (destroy_window_font):
13608         (setup_window_font):
13609         (free_window_names):
13610         (setup_window_name):
13611         (setup_icon):
13612         * fvwm/fvwm.h (FvwmWindow):
13613         * fvwm/move_resize.c (DisplayPosition):
13614         (resize_geometry_window):
13615         (DisplaySize):
13616         * fvwm/fvwm.c (InitVariables):
13617         * fvwm/icons.c (DrawIconWindow):
13618         (setup_icon_title_size):
13619         * fvwm/borders.c (RedrawTitle):
13620         (DrawMultiPixmapTitlebar):
13621         * fvwm/screen.h (ScreenInfo):
13622         Use the new Text and Font API
13624 2002-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13626         * fvwm/module_interface.c (PositiveWrite):
13627         fixed core dump when a module died in the select of PositiveWrite()
13629         * fvwm/module_interface.c (initModules):
13630         (ClosePipes):
13631         (do_execute_module):
13632         (KillModule):
13633         (KillModuleByName):
13634         (CMD_SendToModule):
13635         (PositiveWrite):
13636         * fvwm/modconf.c (ModuleConfig):
13637         removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
13639         * fvwm/icons.c (GetXPMFile):
13640         suppress unnecessary error message for xmb icons
13642         * fvwm/misc.c (fvwm_msg):
13643         * fvwm/misc.h (enum):
13644         added new fvwm_msg type "OLD" for deprecated commands
13646 2002-02-07  Mikhael Goikhman  <migo@homemail.com>
13648         * configure.in:
13649         generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
13651         * INSTALL.fvwm:
13652         New section "Bug Reports".
13654 2002-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13656         * fvwm/update.c (apply_window_updates):
13657         fixed propagation of window border and title colours to the modules
13659 2002-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13661         * fvwm/menus.c (do_menu):
13662         fixed leaving tear off menus when something is selected with the mouse
13664 2002-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13666         * fvwm/events.c (HandleEnterNotify):
13667         * fvwm/menus.c:
13668         more work on tear off menus
13670 2002-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13672         * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
13673         * fvwm/menus.c (menu_enter_tear_off_menu):
13674         (find_entry):
13675         (menuShortcuts):
13676         (MenuInteraction):
13677         (pop_menu_up):
13678         properly calculate pointer position in tear off menus
13679         (MenuInteraction):
13680         fixed active wait w/ poopup/popdown delays
13682         * fvwm/windowlist.c (CMD_WindowList):
13683         don't initialise some variables twice
13685 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13687         * fvwm/add_window.c (CaptureOneWindow):
13688         properly recapture tear off menus
13690         (IS_MESSAGE_IN_MASK):
13691         (is_message_selected):
13692         (PositiveWrite):
13693         (PositiveWrite):
13694         * fvwm/schedule.c (deschedule):
13695         (squeue_execute):
13696         * fvwm/events.c (My_XNextEvent):
13697         * libs/queue.h:
13698         * fvwm/module_interface.c (ClosePipes):
13699         (CMD_ModuleSynchronous):
13700         (KillModule):
13701         performance enhancements; made macros out of simple functions
13703         * fvwm/builtins.c (CMD_WindowShade):
13704         don't redraw the decorations if window was not shaded or unshaded
13706         * fvwm/schedule.c (deschedule_obj_func):
13707         (execute_obj_func):
13708         fixed core dump when a scheduled command deschedules itself
13710 2002-01-31  olicha  <olivier.chapuis@free.fr>
13712         * NEWS:
13713         FvwmButtons news
13715 2002-01-31  Mikhael Goikhman  <migo@homemail.com>
13717         * NEWS:
13718         * fvwm/move.c (moveLoop):
13719         while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
13721         * fvwm/session.c (get_version_string):
13722         switch from static to date-based version string
13724         * configure.in:
13725         remove --enable-kanji compatibility option
13727         * fvwm/schedule.h:
13728         * libs/queue.h:
13729         fix warnings, gcc compains on having something after #endif
13731 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13733         * fvwm/builtins.c (CMD_Delete):
13734         (CMD_Close):
13735         (CMD_Destroy):
13736         don't crash fvwm when trying to close a tear off menu
13738         * fvwm/decorations.c (is_function_allowed):
13739         * fvwm/menus.c (menu_expose):
13740         (do_menu):
13741         * fvwm/events.c (HandleReparentNotify):
13742         (HandleUnmapNotify):
13743         * fvwm/add_window.c (AddWindow):
13744         (AddWindow):
13745         * fvwm/fvwm.h (struct):
13746         * fvwm/add_window.c (CaptureAllWindows):
13747         (CaptureOneWindow):
13748         * fvwm/events.h (flush_property_notify):
13749         * fvwm/events.c (HandleMapRequestKeepRaised):
13750         started work on tear off menus
13752         * fvwm/fvwm.c (main):
13753         * fvwm/events.c (CMD_Sync):
13754         (CMD_Synchronize):
13755         * fvwm/commands.h (CMD_Synchronize):
13756         * fvwm/functions.h (enum):
13757         * fvwm/functions.c (func_config):
13758         new commands XSync and XSynchronize for debugging
13760         * fvwm/conditional.c (CreateConditionMask):
13761         (MatchesConditionMask):
13762         * fvwm/builtins.c (CMD_State):
13763         * fvwm/fvwm.h (struct):
13764         * fvwm/functions.h:
13765         * fvwm/commands.h:
13766         * fvwm/functions.c (func_config):
13767         new command "State"
13768         new condition "State"
13770         * libs/queue.c:
13771         fixed core dump
13773 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13775         * fvwm/module_interface.c (AddToMessageQueue):
13776         (initModules):
13777         (DeleteMessageQueueBuff):
13778         (FlushMessageQueue):
13779         * fvwm/events.c (My_XNextEvent):
13780         * fvwm/module_interface.c (AddToCommandQueue):
13781         (ExecuteCommandQueue):
13782         use code from queue.c
13784         * fvwm/schedule.c:
13785         * fvwm/queue.c:
13786         * fvwm/queue.h:
13787         * fvwm/events.c (My_XNextEvent):
13788         "Schedule 0" commands are executed before event handling
13789         moved some of the chedule code into a new queue library
13791 2002-01-30  olicha  <olivier.chapuis@free.fr>
13793         * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
13795 2002-01-30  olicha  <olivier.chapuis@free.fr>
13797         * libs/Flocale.c:
13798         * libs/Flocale.h:
13799         * libs/Makefile.am:
13800         * fvwm/fvwm.c (main):
13801         New libs files Flocale.c and Flocale.h with a function to set the
13802         locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
13803         also a function to get the charset (from ewmh_name.c) and which
13804         setlocale if this has not been done with the above function. This
13805         function is also called at fvwm2 startup
13807         * fvwm/ewmh_names.c (charset_to_utf8):
13808         (utf8_to_charset):
13809         Use the Fcharset variable and remove get_charset
13811         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13812         A minor fix
13814         * libs/GetFont.c (GetFontSetOrFixed):
13815         Free the missing charset list as suggested by Alexander Kotelnikov.
13816         Report problems with missing charset only 5 times. Remove the
13817         STRICTLY_FIXED code
13819 2002-01-30  Mikhael Goikhman  <migo@homemail.com>
13821         * configure.in:
13822         a patch to config.status to generate scripts executable, may be handy;
13823         added generation of utils/fvwm24_convert
13825 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13827         * fvwm/schedule.c:
13828         * fvwm/functions.c (expand_extended_var):
13829         implemented $[schedule.last] and $[schedule.next] variables
13830         implemented new command "Deschedule"
13832         * fvwm/misc.c (get_server_time):
13833         fixed MouseFocus
13835 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13837         * fvwm/misc.c (get_server_time):
13838         * fvwm/events.c (My_XNextEvent):
13839         * fvwm/icccm2.c (SetupICCCM2):
13840         * fvwm/functions.h:
13841         * fvwm/commands.h:
13842         * fvwm/functions.c (func_config):
13843         * fvwm/schedule.c:
13844         implemented new command "Schedule"
13846         * fvwm/builtins.c (CMD_Exec):
13847         applied job control patch by Alexander Kotelnikov using the portable
13848         version of setpgrp()
13850         * libs/setpgrp.c (fvwm_setpgrp):
13851         * libs/setpgrp.h (fvwm_setpgrp):
13852         * libs/Makefile.am:
13853         * configure.in:
13854         added checks for setpgrp and setpgid
13856 2002-01-29  olicha  <olivier.chapuis@free.fr>
13858         * acinclude.m4:
13859         Better test for iconv second argumeny
13861         * configure.in:
13862         Use gnu libiconv in priority against the system iconv
13864 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13866         * fvwm/stack.c (RaiseOrLowerWindow):
13867         (restack_windows):
13868         (collect_transients_recursive):
13869         * fvwm/icons.c (get_visible_icon_window_count):
13870         fixed stack ring corruption with icons that have either no picture or
13871         no title
13873 2002-01-28  olicha  <olivier.chapuis@free.fr>
13875         * fvwm/ewmh_names.c (charset_to_utf8):
13876         (utf8_to_charset):
13877         (EWMH_SetVisibleName):
13878         (get_charset):
13879         Better message errors in get_charset, use UTF-8 in the place of UTF8,
13880         set the ewmh visible (icon) name only if the fvwm visible name is
13881         different from the ICCCM (icon) window name, limit the number of
13882         conversions error messages to 10
13884 2002-01-28  olicha  <olivier.chapuis@free.fr>
13886         * fvwm/functions.c (func_config):
13887         * fvwm/commands.h:
13888         * fvwm/builtins.c (CMD_PropertyChange):
13889         New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
13890         messages
13892         * fvwm/module_interface.h:
13893         * fvwm/module_interface.c (BroadcastPropertyChange):
13894         * libs/Module.h (MX_PROPERTY_CHANGE):
13895         New module message MX_PROPERTY_CHANGE for all propose messages.
13897         * fvwm/events.c (HandlePropertyNotify):
13898         * libs/defaults.h:
13899         Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
13900         as argument when fvwm2 detects that the root background change
13901         Removed the ROOT_BG_CHANGE_STRING stuff
13903 2002-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13905         * NEWS, configure.in:
13906         changed version to 2.5.1
13908         * fvwm/misc.c (get_pointer_fvwm_window):
13909         * fvwm/commands.h:
13910         * fvwm/functions.c (func_config):
13911         * fvwm/conditional.c (CreateConditionMask):
13912         (MatchesConditionMask):
13913         (CMD_PointerWindow):
13914         (CreateConditionMask):
13915         (CMD_Any):
13916         * fvwm/fvwm.h (WindowConditionMask):
13917         new conditions focused, !focused, haspointer, !haspointer
13918         new command PointerWindow that works like Current but on the window that
13919         currently contains the pointer
13920         new command Any which works like None but inverts the condition
13921         fixed parsing of conditions with more than one comma
13923         * fvwm/module_interface.h:
13924         * fvwm/module_interface.c (do_execute_module):
13925         (initModules):
13926         * libs/Module.h (MAX_XMSG_MASK):
13927         fixed default message mask for modules
13929         * fvwm/update.c (flush_window_updates):
13930         * fvwm/virtual.c (UnmapDesk):
13931         (MapDesk):
13932         (do_move_window_to_desk):
13933         * fvwm/icons.c (DeIconify):
13934         (DeIconify):
13935         * fvwm/events.c (HandlePropertyNotify):
13936         (HandleMapRequestKeepRaised):
13937         (HandleMapNotify):
13938         (HandleButtonPress):
13939         (HandleEnterNotify):
13940         (HandleLeaveNotify):
13941         * fvwm/focus.c (DoSetFocus):
13942         (MoveFocus):
13943         (SetFocusWindow):
13944         (ReturnFocusWindow):
13945         (DeleteFocus):
13946         (ForceDeleteFocus):
13947         (FocusOn):
13948         (restore_focus_after_unmap):
13949         Fixed a race condition with M_FOCUS_CHANGE events and window updates by
13950         suppressing the M_FOCUS_CHANGE message if the focus does not change in
13951         the flush_window_updates() function.
13953 2002-01-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13955         * fvwm/placement.c (PlaceWindow):
13956         minor performance enhancement
13958 2002-01-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13960         * libs/defaults.h:
13961         * fvwm/menus.c (MenuInteraction):
13962         (pointer_in_active_item_area):
13963         (pointer_in_passive_item_area):
13964         new menu style PopupActiveArea
13966 2002-01-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13968         * fvwm/move_resize.c (CMD_ResizeMaximize):
13969         (CMD_ResizeMoveMaximize):
13970         fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
13972 2002-01-21  olicha  <olivier.chapuis@free.fr>
13974         * fvwm/fvwm2.1:
13975         s/Penalities/Penalties/g
13977 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13979         * fvwm/events.c (HandleLeaveNotify):
13980         (HandleEnterNotify):
13981         * fvwm/modconf.c (ModuleConfig):
13982         * fvwm/update.c (apply_window_updates):
13983         * fvwm/module_interface.c (BroadcastWindowIconNames):
13984         (CMD_Send_WindowList):
13985         (initModules):
13986         (do_execute_module):
13987         (PositiveWrite):
13988         (CMD_set_nograb_mask):
13989         (CMD_set_sync_mask):
13990         (CMD_set_mask):
13991         (set_mseggage_mask):
13992         (is_message_in_mask):
13993         (is_message_selected):
13994         * libs/Module.h:
13995         rewrote message interface to allow more than 32 messages with minimal
13996         changes in the existing interfaces.
13997         new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
13999         * fvwm/style.h:
14000         * fvwm/style.c (parse_and_set_window_style):
14001         * fvwm/fvwm.h (struct):
14002         * fvwm/events.c (HandleButtonPress):
14003         implemented new styles MouseFocusClickIgnoreMotion and
14004         MouseFocusClickIgnoreMotionOff
14006         * fvwm/focus.c (focus_grab_buttons):
14007         fixed button mask for > 5 buttons
14009 2002-01-19  olicha  <olivier.chapuis@free.fr>
14011         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
14012         Save and restore the icon_pixmap_w and add comments
14014 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14016         * fvwm/events.c (HandleEnterNotify):
14017         fixed EnterNotify events for icons
14019 2002-01-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14021         * fvwm/*.c:
14022         * fvwm/stack.c (overlap_box):
14023         (overlap):
14024         * fvwm/icons.c (clear_icon):
14025         * fvwm/add_window.c (destroy_icon):
14026         * fvwm/fvwm.h (FvwmWindow):
14027         * fvwm/geometry.c (get_window_borders):
14028         (get_client_geometry):
14029         * libs/fvwmrect.h (struct):
14030         * fvwm/functions.c (expand_extended_var):
14031         implemented new extended variables cw.x, cw.y, cw.width, cw.height that
14032         return the geometry of the client window
14033         implemented new extended variables it.x, it.y, it.width, it.height that
14034         return the geometry of the icon title
14035         implemented new extended variables ip.x, ip.y, ip.width, ip.height that
14036         return the geometry of the icon picture
14037         implemented new extended variables i.x, i.y, i.width, i.height that
14038         return the geometry of the whole icon
14039         fixed $[w.height] when the window is shaded
14040         cleaned up icon geometry code
14042 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14044         * fvwm/commands.h:
14045         * fvwm/functions.c:
14046         * fvwm/functions.h:
14047         * fvwm/move_resize.c (unmaximize_fvwm_window):
14048         (maximize_fvwm_window):
14049         (CMD_Maximize):
14050         (CMD_ResizeMaximize):
14051         (CMD_Resize):
14052         (resize_window):
14053         (CMD_ResizeMove):
14054         (resize_move_window):
14055         (CMD_ResizeMoveMaximize):
14056         New command ResizeMaximize.  Works like Resize, but modifies the
14057         maximized size of the window, not the normal size.
14058         New command ResizeMoveMaximize that works similarly.
14059         (resize_move_window):
14060         fixed ResizeMove command
14062         * fvwm/functions.c (expand):
14063         fixed core dump when using something like $[$v] in a command
14065 2002-01-17  olicha  <olivier.chapuis@free.fr>
14067         * libs/defaults.h (ROOT_BG_CHANGE_STRING):
14068         * fvwm/events.c (HandlePropertyNotify):
14069         * fvwm/fvwm.c (InternUsefulAtoms):
14070         * fvwm/extern.h:
14071         Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
14072         that the root background has changed. This uses the _XSETROOT_ID
14073         and XROOTPMAP_ID properties
14075         * fvwm/ewmh.c (atom_get):
14076         Be paranoid
14078 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14080         * fvwm/update.c (flush_window_updates):
14081         fixed unnecessary window style updates
14083         * fvwm/style.c (parse_and_set_window_style):
14084         * fvwm/add_window.c (RestoreWithdrawnLocation):
14085         (AddWindow):
14086         (setup_frame_attributes):
14087         * fvwm/fvwm.h (FvwmWindow):
14088         Fvwm does no longer disable backing store on all of its windows. This
14089         cause too many problems with some applications, e.g. rdist.  Introduced
14090         the new style BackingStoreWindowDefault that tells fvwm not to modify
14091         the backing store attribute on the client window - which now is the
14092         default.
14094 2002-01-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14096         * fvwm/commands.h:
14097         * fvwm/functions.c (func_config):
14098         * libs/Module.c (SetMessageMask2):
14099         (SetNoGrabMask2):
14100         * libs/Module.h:
14102         * configure.in:
14103         fixed building with libstroke-0.5.1 on Solaris8
14105         * fvwm/stack.c (new_layer):
14106         * fvwm/borders.c (DrawButton):
14107         (RedrawButtons):
14108         (RedrawTitle):
14109         * fvwm/builtins.c (SetLayerButtonFlag):
14110         (do_button_style):
14111         * fvwm/screen.h (struct):
14112         Applied the layer button patch by Richard Curnow with a few
14113         modifications
14115         * fvwm/icons.c (GetIconBitmap):
14116         (GetIconWindow):
14117         Ignore client icons that have the wrong depth
14119         * fvwm/events.c (HandleEnterNotify):
14120         Tried to fix focusing problem w/ unclutter.
14122 2002-01-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14124         * fvwm/functions.c (CheckActionType):
14125         remove debug code
14127         * fvwm/menus.c (paint_item):
14128         * fvwm/misc.c (is_function_allowed):
14129         * fvwm/move_resize.c (is_move_allowed):
14130         (is_resize_allowed):
14131         (is_maximize_allowed):
14132         * fvwm/decorations.c (check_if_function_allowed):
14133         combined all these functions into a new one
14134         use this function everywhere
14135         use the Fixed... styles to decide if a menu item is greyed or not
14137 2002-01-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14139         * fvwm/events.c (HandleExpose):
14140         eat up expose events even if the server claims that the expose count is
14141         zero; fixes a problem with many redraws of windows that are uncovered
14142         by shading a window above them
14144 2002-01-10  olicha  <olivier.chapuis@free.fr>
14146         * fvwm/focus.c (DoSetFocus):
14147         * fvwm/move_resize.c (CMD_Maximize):
14148         (CMD_Maximize):
14149         (handle_stick):
14150         (CMD_ResizeMove):
14151         (CMD_Resize):
14152         * fvwm/icons.c (DeIconify):
14153         (DeIconify):
14154         (Iconify):
14155         * fvwm/gnome.c (GNOME_HandlePropRequest):
14156         * fvwm/ewmh_names.c (EWMH_WMName):
14157         * fvwm/events.c (HandleFocusIn):
14158         (HandlePropertyNotify):
14159         (HandleMapNotify):
14160         (HandleButtonPress):
14161         (HandleLeaveNotify):
14162         (HandleExpose):
14163         * fvwm/builtins.c (CMD_UpdateDecor):
14164         (CMD_WindowShade):
14165         * fvwm/borders.c (draw_clipped_decorations):
14166         (DrawDecorations):
14167         (RedrawDecorations):
14168         * fvwm/borders.h:
14169         Added a new argument to DrawDecoration similar to draw_window_parts,
14170         which indicate which part of the decor should be cleared. At present
14171         time only CLEAR_FRAME is taken in account and this is used in
14172         ShadeWindow to draw the decoration without flickering. This argument
14173         may be used in the future to reduce opaque resizing flickering
14175         * fvwm/builtins.c (CMD_WindowShade):
14176         Draw the decoration during unshading a window
14178         * fvwm/menus.c (ParentalMenuRePaint):
14179         Fixed transparent animated menu again
14181         * NEWS:
14182         Some update
14184 2002-01-09  olicha  <olivier.chapuis@free.fr>
14186         * fvwm/style.c (CMD_Style):
14187         free all the elements of the ptmpstyle before freeing it
14189         * fvwm/menus.c (ParentalMenuRePaint):
14190         Fixed transparent animated menu with HilightBackOff
14192 2002-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14194         * fvwm/style.c (merge_styles):
14195         fixed core dump w/ multiple use of the UseStyle style and HilightBack
14196         in the copied style
14198 2002-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14200         * fvwm/modconf.c (send_ignore_modifiers):
14201         (send_move_threshold):
14202         (send_click_time):
14203         (send_colorsets):
14204         (send_color_limit):
14205         (send_image_path):
14206         (send_desktop_geometry):
14207         (CMD_Send_ConfigInfo):
14208         moved code into new functions
14210         * libs/defaults.h (DEFAULT_MODS_UNUSED):
14211         moved to defaults.h
14213         * fvwm/bindings.c (CMD_IgnoreModifiers):
14214         * fvwm/module_interface.c (broadcast_xinerama_state):
14215         * fvwm/modconf.c (send_ignore_modifiers):
14216         broadcast IgnoreModifiers to modules
14218         * fvwm/bindings.c (CMD_IgnoreModifiers):
14219         fixed IgnoreModifiers command without arguments
14220         * fvwm/fvwm2.1:
14221         corrected documentation of IgnoreModifiers command
14223 2002-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14225         * fvwm/add_window.c:
14226         * fvwm/cursor.c:
14227         * fvwm/virtual.c:
14228         * fvwm/builtins.c:
14229         * fvwm/bindings.c:
14230         * fvwm/move_resize.c:
14231         * fvwm/events.c:
14232         * fvwm/stack.c:
14233         * fvwm/module_interface.c:
14234         * fvwm/focus.c:
14235         * fvwm/placement.c:
14236         * fvwm/menus.c:
14237         * fvwm/icons.c:
14238         * fvwm/fvwm.h (FvwmWindow):
14239         remnamed icon_w member to icon_title_w
14241 2002-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14243         * fvwm/icons.c (RedoIconName):
14244         fixed sizing of icon title for icons without a pixmap
14245         (RedoIconName):
14246         (CreateIconWindow):
14247         (Iconify):
14248         (CreateIconWindow):
14249         rewrote icon title layout and moved the constants to defaults.h
14251         * fvwm/menus.c (menuShortcuts):
14252         (handle_emacs_bindings):
14253         implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
14255 2002-01-04  Dan Espen  <dane@mk.telcordia.com>
14257         * fvwm/fvwm2.1: Language checks done.
14258         .IR command not in column 1 fixed.
14260 2002-01-04  olicha  <olivier.chapuis@free.fr>
14262         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14263         (AnimatedMoveOfWindow):
14264         (AnimatedMoveFvwmWindow):
14265         (move_window_doit):
14266         * fvwm/menus.c (ParentalMenuRePaint):
14267         (animated_move_back):
14268         (pop_menu_up):
14269         Fixed transparent animated menu
14271 2002-01-03  olicha  <olivier.chapuis@free.fr>
14273         * fvwm/move_resize.c (is_resize_allowed):
14274         (is_move_allowed):
14275         Do not check if moveing/resizeing is MWM allowed for a no user request
14276         This fix for example FvwmWinList with MwmFunctions & NoOverride
14278         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14279         * fvwm/move_resize.c (is_move_allowed):
14280         Allowed moving if tmp_win is null and check if move is allowed and
14281         not resize in AnimatedMoveAnyWindow. This fix animated menu
14283         * fvwm/ewmh.c (ewmh_AllowsMaximize):
14284         (ewmh_AllowsMove):
14285         (ewmh_AllowsResize):
14286         Check as a user request
14288         * fvwm/fvwm2.1:
14289         * fvwm/move_resize.c (CMD_Maximize):
14290         (MaximizeWidth):
14291         (MaximizeHeight):
14292         New global flags "layer" and "ewmiwa". layer causes the grow* methods
14293         to ignore the windows with a layer less or equal to the layer of
14294         the maximized window. ewmhiwa causes to ignore the ewmh working area.
14295         Reorder a bit the Maximize documentation
14297         * fvwm/fvwm2.1:
14298         * fvwm/functions.c (expand_extended_var):
14299         New variables $[desk.name<n>] to get the desktop names
14301 2002-01-01  Dan Espen  <dane@mk.telcordia.com>
14303         * fvwm/read.c (CMD_Read): Correct message on missing file when using
14304         Read with full path.
14306 2002-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14308         * libs/defaults.h:
14309         * fvwm/misc.c (GrabEm):
14310         reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
14312         * fvwm/events.c (HandleUnmapNotify):
14313         (HandleMapRequestKeepRaised):
14314         (check_map_request):
14315         fixed unmanaged window when window was mapped/unmapped/mapped too fast
14317         * fvwm/add_window.c (FetchWmProtocols):
14318         (setup_wm_hints):
14319         * fvwm/fvwm.h (FvwmWindow):
14320         * fvwm/events.c (HandleEnterNotify):
14321         (HandlePropertyNotify):
14322         * fvwm/focus.c (refresh_focus):
14323         (set_focus_model):
14324         fixed focus problems with netscape and ddd
14326 2001-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14328         * libs/Target.c (fvwmlib_keyboard_shortcuts):
14329         * libs/Pointer.c (GetLocationFromEventOrQuery):
14330         * fvwm/virtual.c (HandlePaging):
14331         * fvwm/move_resize.c (GetOnePositionArgument):
14332         (InteractiveMove):
14333         (AnimatedMoveAnyWindow):
14334         (moveLoop):
14335         (CMD_Resize):
14336         * fvwm/module_interface.c (ExecuteModuleCommand):
14337         * fvwm/menus.c (do_menu):
14338         (menuShortcuts):
14339         (MenuInteraction):
14340         (get_menu_options):
14341         * fvwm/functions.c (execute_complex_function):
14342         * fvwm/events.c (HandleClientMessage):
14343         (WaitForButtonsUp):
14344         * fvwm/conditional.c (CMD_Direction):
14345         * fvwm/builtins.c (CMD_CursorMove):
14346         (CMD_FakeClick):
14347         (CMD_StrokeFunc):
14348         handle return code of XQueryPointer everywhere; necessary for dual head
14350         * fvwm/misc.c (GrabEm):
14351         Pointer was warped to other screen with a dual head setup
14353 2001-12-31  olicha  <olivier.chapuis@free.fr>
14355         * fvwm/ewmh_events.c (ewmh_WMStateModal):
14356         Removed some code which try to raise ewmh modal window over
14357         its transientfor window; this seems not possible without a new style
14358         or a bad hack in stack.c
14360 2001-12-30  Dan Espen  <dane@mk.telcordia.com>
14362         * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
14363         fallback to fixed font so it shows the right font for I18N.
14365 2001-12-30  olicha  <olivier.chapuis@free.fr>
14367         * fvwm/window_flags.h:
14368         * fvwm/session.c (MatchWinToSM):
14369         (LoadWindowStates):
14370         (SaveWindowStates):
14371         (get_version_string):
14372         * fvwm/move_resize.c (CMD_Maximize):
14373         (handle_stick):
14374         * fvwm/icons.c (CMD_Iconify):
14375         * fvwm/ewmh.c (EWMH_SetWMState):
14376         (EWMH_WindowInit):
14377         (EWMH_ExitStuff):
14378         (EWMH_SetAllowedActions):
14379         (EWMH_WindowInit):
14380         * fvwm/ewmh.h:
14381         * fvwm/ewmh_intern.h:
14382         * fvwm/ewmh_events.c (ewmh_WMState*):
14383         * fvwm/builtins.c (CMD_WindowShade):
14384         * fvwm/stack.c (new_layer):
14385         * fvwm/update.c (apply_window_updates):
14386         * fvwm/update.h (struct):
14387         * fvwm/add_window.c (setup_window_structure):
14388         (setup_window_name):
14389         (setup_icon):
14390         * fvwm/style.c (check_window_style_change):
14391         The skip list and modal ewmh window states are now updated after
14392         an use/ignore ewmh state style changes. The other ewmh states are
14393         starting state only. All the initial ewmh states are keep in memory
14394         for FvwmIdent.
14396         * fvwm/ewmh.c (EWMH_Handle*):
14397         * fvwm/fvwm.h:
14398         Set the ewmh_window_type to an int (and not the corresponding atom)
14399         accordingly to the window type
14401         * fvwm/ewmh_events.c (ewmh_WMStateModal):
14402         ewmh modal transient windows have RaiseTransient and GrabFocusTransient
14403         style
14405         * fvwm/ewmh.c (EWMH_GetStyle):
14406         * fvwm/ewmh_events.c (ewmh_WMDesktop):
14407         Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
14408         hints
14410         * libs/vpacket.h (ConfigWinPacket):
14411         * fvwm/module_interface.c (CONFIGARGSNEW):
14412         (OLDCONFIGARGS):
14413         (CONFIGARGS):
14414         Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
14415         cfgpacket for FvwmIdent
14417 2001-12-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14419         * fvwm/move_resize.c (resize_geometry_window):
14420         fixed wrong size calculation of geometry window
14422 2001-12-19  olicha  <olivier.chapuis@free.fr>
14424         * fvwm/ewmh_names.c (convert_charsets):
14425         More precise error messages
14427         * fvwm/fvwm2.1:
14428         A few formatting fixes
14430 2001-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14432         * fvwm/gnome.c (GNOME_SetHints):
14433         fixed window getting frozen into position upon a recapture or restart
14435 2001-12-17  Dan Espen  <dane@mk.telcordia.com>
14437         * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
14439 2001-12-17  olicha  <olivier.chapuis@free.fr>
14441         * fvwm/fvwm2.1:
14442         Tried to clarify the EWMHIconicStateWorkaround BugOpts
14444         * fvwm/ewmh.c (delete_kst_item):
14445         (set_kde_sys_tray):
14446         (EWMH_IsKdeSysTrayWindow):
14447         (EWMH_ManageKdeSysTray):
14448         * fvwm/events.c (HandleReparentNotify):
14449         Fixed reparenting management of kde system tray windows and
14450         added some off debugging code
14452         * fvwm/virtual.c (CMD_DesktopName):
14453         Removed some debugging code
14455 2001-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14457         * fvwm/fvwm.h (struct):
14458         * fvwm/window_flags.h (IS_FIXED_PPOS):
14459         * fvwm/style.h (SCSET_IS_FIXED_PPOS):
14460         * fvwm/style.c (parse_and_set_window_style):
14461         (check_window_style_change):
14462         implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
14463         FixedUSSize, FixedPSize and Variable PPosition, ...
14465         * fvwm/events.c (HandleConfigureRequest):
14466         * fvwm/ewmh.c (ewmh_AllowsResize):
14467         (is_resize_allowed):
14468         (ewmh_AllowsMove):
14469         (ewmh_AllowsMove):
14470         * fvwm/gnome.c (GNOME_SetHints):
14471         (AnimatedMoveAnyWindow):
14472         (CMD_ResizeMove):
14473         use new functions
14474         * fvwm/move_resize.c (is_move_allowed):
14475         (is_resize_allowed):
14476         (is_maximize_allowed):
14477         new functions to clean up some code
14479 2001-12-15  Dan Espen  <dane@mk.telcordia.com>
14481         * fvwm/fvwm2.1: Doc fixups.
14483 2001-12-15  olicha  <olivier.chapuis@free.fr>
14485         * fvwm/builtins (CMD_BugOpts):
14486         * fvwm/ewmh.c:
14487         * fvwm/ewmh_conf.c (EWMH_BugOpts):
14488         * fvwm/ewmh_events.c (ewmh_StateHidden):
14489         * fvwm/fvwm.c (InitVariables):
14490         * fvwm/fvwm2.1:
14491         * fvwm/icons.c (CMD_Iconify):
14492         * fvwm/screen.h:
14493         * fvwm/virtual.c (unmap_window):
14494         (map_window):
14495         Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
14496         to fix the IconicState problems in vitrual.c. New BugOpts
14497         EWMHIconicStateWorkaround for supporting current KDE versions
14499         * fvwm/events.c (HandlePropertyNotify):
14500         * fvwm/ewmh.c (ewmh_AllowsYes):
14501         * fvwm/ewmh.h:
14502         (ewmh_AllowsClose):
14503         (ewmh_AllowsMaximize):
14504         (ewmh_AllowsMove):
14505         (ewmh_AllowsResize):
14506         (EWMH_SetAllowedActions):
14507         (EWMH_WindowInit):
14508         * fvwm/style.c (check_window_style_change):
14509         * fvwm/update.c (apply_window_updates):
14510         * fvwm/update.h:
14511         Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
14513 2001-12-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14515         * fvwm/borders.c (RedrawTitle):
14516         * libs/defaults.h (WINDOW_TITLE_OFFSET):
14517         fixed 'stick' lines with long titles
14519 2001-12-11  olicha  <olivier.chapuis@free.fr>
14521         * NEWS:
14522         * fvwm/commands.h:
14523         * fvwm/ewmh.c (ewmh_SetWorkArea):
14524         * fvwm/ewmh.h:
14525         (ewmh_ComputeAndSetWorkArea):
14526         (ewmh_HandleDynamicWorkArea):
14527         (EWMH_GetWorkAreaIntersection):
14528         (EWMH_GetStrutIntersection):
14529         (get_intersection):
14530         * fvwm/ewmh_name.c (EWMH_SetDeskNames):
14531         * fvwm/function.c:
14532         * fvwm/function.h:
14533         * fvwm/fvwm.c (InitVariables):
14534         * fvwm/fvwm2.1:
14535         * fvwm/modconf.c (send_desktop_names):
14536         (CMD_Send_ConfigInfo):
14537         * fvwm/placement.c (get_next_x):
14538         (get_next_y):
14539         * fvwm/screen.h:
14540         * fvwm/virtual.c (CMD_DesktopName):
14541         * fvwm/virtual.h:
14542         (GetDesktopName):
14543         New command "DesktopName desk name" to define desktops names for
14544         the FvwmPager, the WindowList and ewmh compliant pagers.
14545         Desktops information (desk, desk name, working areas) is stored in a
14546         new list sub structure of Scr, DesktopsInfo. The head of the list
14547         contains generic information for desks that are not in the list.
14549         * fvwm/windowlist.c (get_desk_title):
14550         (CMD_WindowList):
14551         * fvwm/fvwm2.1:
14552         * NEWS:
14553         New window list options NoDeskNum, NoCurrentDeskTitle,
14554         TitleForAllDesks, NoNumInDeskTitle. Document these options and also
14555         the NoGeometry and NoGeometryInfo options.
14557         * fvwm/ewmh.c:
14558         * fvwm/ewmh_names.c:
14559         * fvwm/ewmh_icons.c:
14560         Added some static declarations
14562         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
14563         It seems that UTF8 names should not be terminated by a 0
14565         * fvwm/ewmh.c (EWMH_SetClientListStacking):
14566         Set the stacking list in the good orders
14568 2001-12-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14570         * vms/config.h:
14571         * fvwm/functions.c:
14572         * fvwm/commands.h:
14573         * fvwm/builtins.c:
14574         * fvwm/borders.c:
14575         removed all MULTISTYLE ifdefs
14577         * fvwm/borders.c (RedrawTitle):
14578         fixed title drawing into relief
14580 2001-12-08  olicha  <olivier.chapuis@free.fr>
14582         * fvwm/style.c:
14583         * fvwm/style.h:
14584         * fvwm/fvwm.h:
14585         * fvwm/update.c:
14586         * fvwm/update.h:
14587         * fvwm/window_flags.h:
14588         * fvwm/fvwm2.1:
14589         s/extended_window_name/indexed_window_name/i
14590         s/extended_icon_name/indexed_icon_name/i
14591         s/do_update_window_name/do_update_visible_window_name/
14592         s/do_update_icon_name/do_update_visible_icon_name/
14594         * fvwm/style.c (CMD_Style):
14595         * fvwm/style.h:
14596         (parse_and_set_window_style):
14597         Split CMD_Style into CMD_Style and parse_and_set_window_style
14599 2001-12-06  olicha  <olivier.chapuis@free.fr>
14601         * fvwm/add_window.c (setup_window_name_count):
14602         (setup_icon_name_count):
14603         Better determination of the window and icon names index
14605         * fvwm/add_window.c (AddWindow):
14606         (setup_icon):
14607         * fvwm/events.c (HandlePropertyNotify):
14608         * fvwm/ewmh_names.c (EWMH_WMName):
14609         (EWMH_WMIconName):
14610         * fvwm/module_interface.c (BroadcastWindowIconNames):
14611         * fvwm/module_interface.h:
14612         (CMD_Send_WindowList):
14613         (CMD_set_mask):
14614         (CMD_set_sync_mask):
14615         (CMD_set_nograb_mask):
14616         * fvwm/update.c (apply_window_updates):
14617         * libs/Module.h:
14618         New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
14619         which are send to modules with BroadcastWindowIconNames.
14620         The set mask cmds use unsigned long mask and not int mask!
14622 2001-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14624         * fvwm/ewmh.h:
14625         * fvwm/ewmh.c:
14626         EWMH without iconv compile fix by Hippo
14628 2001-12-05  olicha  <olivier.chapuis@free.fr>
14630         * fvwm/add_window.c:
14631         * fvwm/ewmh.c (*):
14632         * fvwm/ewmh.h:
14633         * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
14634         * fvwm/ewmh_events.c:
14635         * fvwm/fvwm.h:
14636         * fvwm/fvwm2.1:
14637         * fvwm/move_resize.c (CMD_Maximize):
14638         * fvwm/placement.c (test_fit):
14639         (PlaceWindow):
14640         * fvwm/session.c (SaveWindowStates):
14641         * fvwm/style.c (merge_styles):
14642         * fvwm/style.h:
14643         (check_window_style_change):
14644         * fvwm/update.c (apply_window_updates):
14645         * fvwm/update.h:
14646         * fvwm/window_flags.h:
14647         New ewmh styles:
14648         EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
14649         EWMHMaximizeUseDynamicWorkingArea,
14650         EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
14651         EWMHPlacementUseDynamicWorkingArea,
14652         EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
14653         EWMHIgnoreStateHints / EWMHUseStateHints,
14654         EWMHIgnoreStrutHints / EWMHUseStrutHints
14656         * fvwm/ConfigFvwmDefaults:
14657         Use EWMHPlacementUseDynamicWorkingArea,
14658         EWMHMaximizeUseDynamicWorkingArea as default placement styles
14660         * NEWS:
14661         * fvwm/add_window.c (setup_placement_penalty):
14662         * fvwm/add_window.h:
14663         (setup_placement_penalty):
14664         (AddWindow):
14665         * fvwm/fvwm.h:
14666         * fvwm/placement.c (get_next_x):
14667         * fvwm/placement.h:
14668         (get_next_y):
14669         (test_fit):
14670         * fvwm/style.c (CMD_Style):
14671         * fvwm/style.h:
14672         (check_window_style_change):
14673         * fvwm/update.c (apply_window_updates):
14674         * fvwm/update.h:
14675         * fvwm/window_flags.h:
14676         * libs/default.h:
14677         New styles PlacementOverlapPenalties and
14678         PlacementOverlapPercentPenalties
14680         * NEWS:
14681         * fvwm/add_window.c (setup_window_name_count):
14682         * fvwm/add_window.h:
14683         (setup_icon_name_count):
14684         (setup_visible_name):
14685         (setup_window_name):
14686         (free_window_names):
14687         (setup_icon):
14688         * fvwm/borders.c (DrawMultiPixmapTitlebar):
14689         (RedrawTitle):
14690         * fvwm/events.c (HandlePropertyNotify):
14691         * fvwm/ewmh_names.c (EWMH_*):
14692         * fvwm/fvwm.h:
14693         * fvwm/icons.c (CreateIconWindow):
14694         (DrawIconWindow):
14695         (RedoIconName):
14696         (AutoPlaceIcon):
14697         (Iconify):
14698         * fvwm/session.c (MatchWinToSM):
14699         * fvwm/style.c (CMD_Style):
14700         * fvwm/style.h:
14701         (check_window_style_change):
14702         * fvwm/update.c (apply_window_updates):
14703         * fvwm/update.h:
14704         * fvwm/window_flags.h:
14705         New styles ExtendedWindowName / SimpleWindowName and
14706         ExtendedIconName / SimpleIconName. TODO: the modules implementation
14708         * fvwm/builtins.c (ReadMultiPixmapDecor):
14709         A -Wall fix
14711         * configure.in:
14712         Fixed gcc test
14714         * session.c (get_version_string):
14715         now is 2.5-3
14717         * fvwm/stack.c (new_layer):
14718         (CMD_Layer):
14719         Fixed ewmh wm state
14721         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
14722         Fixed creation of the ewmh icon in the case of the window is iconified
14724 2001-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14726         * fvwm/placement.c (PlaceWindow):
14727         fixed manual placement on Xinerama screens other than the one with the
14728         top left corner of the total screen
14730 2001-11-27  olicha  <olivier.chapuis@free.fr>
14732         * configure.in:
14733         * acinclude.m4:
14734         * acconfig.h:
14735         * fvwm/ewmh_name.c
14736         Check for the second argument of iconv
14738         * configure.in:
14739         Added -Wall to CFLAGS if cc is gcc
14741 2001-11-26  Mikhael Goikhman  <migo@homemail.com>
14743         * configure.in:
14744         * acconfig.h:
14745         s/extanded/extended/
14747 2001-11-26  olicha  <olivier.chapuis@free.fr>
14749         * fvwm/Makefile.am:
14750         Fixed (?) iconv_LIBS
14752 2001-11-26  olicha  <olivier.chapuis@free.fr>
14754         * fvwm/functions.c (expand):
14755         Fixed n, c, r expansion
14757 2001-11-25  Dan Espen  <dane@mk.telcordia.com>
14759         * fvwm/fvwm2.1: Clean up ewmh stuff.
14761 2001-11-24  olicha  <olivier.chapuis@free.fr>
14763         * fvwm/ewmh_internal.h:
14764         * fvwM/ewmh.c:
14765         Removed a non standard macro
14767 2001-11-24  olicha  <olivier.chapuis@free.fr>
14769         * fvwm/fvwm2.1:
14770         Documented the previous ewmh style in a new Style subsection
14772         * fvwm/functions.c (expand):
14773         Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
14775 2001-11-24  olicha  <olivier.chapuis@free.fr>
14777         * fvwm/add_window (setup_icon):
14778         (setup_window_structure):
14779         * fvwm/events.c (HandlePropertyNotify):
14780         * fvwm/ewmh.h:
14781         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
14782         * fvwm/ewmh_icons.c (ewmh_WMIcon):
14783         (EWMH_DoUpdateWmIcon):
14784         (ewmh_SetWmIconFromPixmap):
14785         (EWMH_DeleteWmIcon):
14786         (EWMH_SetIconFromWMIcon):
14787         * fvwm/ewmh_intern.h:
14788         * fvwm/fvwm.h:
14789         * fvwm/icons.c (GetIcon):
14790         * fvwm/session.c (get_version_string):
14791         * fvwm/style.c (CMD_Style):
14792         * fvwm/style.h:
14793         (check_window_style_change)
14794         * fvwm/update.c (apply_window_updates):
14795         * fvwm/update.h:
14796         * fvwm/window_flags.h:
14797         New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
14798         EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
14799         EWMHDonateIcon / EWMHDontDonateIcon,
14800         Some ewmh icon code simplification.
14801         Ewmh icons priority: just after icon window.
14803         * fvwm/ewmh.c (EWMH_ExitStuff):
14804         * fvwm/ewmh.h:
14805         * fvwm/session.c (SaveWindowStates):
14806         (LoadWindowStates):
14807         (MatchWinToSM):
14808         * fvwm/fvwm.c (Done):
14809         Delete the ewmh icons we set ourself. Some ewmh session states do not
14810         need to be saved/restored anymore
14812 2001-11-23  olicha  <olivier.chapuis@free.fr>
14814         * fvwm/ewmh_names.c (convert_charsets):
14815         Fixed infinite loop
14817 2001-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14819         * fvwm/ewmh_names.c (convert_charsets):
14820         -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
14821         man page states on Linux
14822         replaced goto with a loop
14824 2001-11-22  olicha  <olivier.chapuis@free.fr>
14826         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
14827         a -Wall fix
14829         * fvwm/ewmh_events.c:
14830         Fixed some styles update
14832         * fvwm/ewmh_conf.c:
14833         * fvwm/function.c (func_config):
14834         * fvwm/function.h:
14835         * fvwm/ewmh.c:
14836         * fvwm/ewmh.h:
14837         * fvwm/ewmh_events.c:
14838         * fvwm/ewmh_intern.h:
14839         * fvwm/Makefile.am:
14840         * fvwm/fvwm2.1:
14841         New file for ewmh styles and commands. New commands EWMHBaseStrut and
14842         EWMHNumberOfDesktops. More documentation in ewmh man page section.
14844         * fvwm/add_window.c:
14845         * fvwm/bindings.c:
14846         * fvwm/events.c:
14847         * fvwm/functions.c:
14848         * fvwm/ewmh.c (EWMH_Init):
14849         * fvwm/fvwm.h:
14850         * fvwm/fvwm.c (InitVariables):
14851         * fvwm/placement.c
14852         * fvwm/sceen.h:
14853         * fvwm/session.c:
14854         * fvwm/styles.c:
14855         * fvwm/update.c:
14856         * fvwm/update.h:
14857         * fvwm/window_flags.c:
14858         * libs/Bindings.c:
14859         * libs/Picture.c:
14860         * libs/Picture.h:
14861         * libs/fvwmlib.h:
14862         * configure.in:
14863         * acconfig.h:
14864         Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
14865         are maybe problematic) and those in the ewmh* files to allow
14866         to disbale the ewmh code: with --disable-ewmh all the ewmh code
14867         should be dummy. --enable-ewmh is now the default.
14869 2001-11-20  olicha  <olivier.chapuis@free.fr>
14871         * fvwm/icons.c (GetIcon):
14872         * fvwm/add_window.c (setup_icon):
14873         Fixed icons order choice and other minor bugs
14875         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
14876         Fixed a core dump if there is no MiniIcon
14878 2001-11-18  olicha  <olivier.chapuis@free.fr>
14880         * fvwm/ewmh.c (add_kst_item):
14881         * fvwm/ewmh.h:
14882         (ewmh_AddToKdeSysTray):
14883         (EWMH_IsKdeSysTrayWindow):
14884         (EWMH_ManageKdeSysTray):
14885         (EWMH_WindowInit):
14886         fvwm/ewmh_intern.h:
14887         * fvwm/events.c (HandleDestroyNotify):
14888         (HandleMapRequest):
14889         (HandleUnmapNotify):
14890         Fixed the KDE system tray implementation
14892 2001-11-16  olicha  <olivier.chapuis@free.fr>
14894         * fvwm/ewmh.h:
14895         * fvwm/ewmh.c:
14896         fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
14898 2001-11-15  olicha  <olivier.chapuis@free.fr>
14900         * fvwm/ewmh.c (EWMH_DestroyWindow):
14901         * fvwm/ewmh.h:
14902         (EWMH_WindowDestroyed):
14903         * fvwm/events.c (HandleReparentNotify):
14904         (HandleDestroyNotify):
14905         (HandleUnmapNotify):
14906         * fvwm/add_window.c (destroy_window):
14907         Fixed the ewmh windows lists
14909 2001-11-15  olicha  <olivier.chapuis@free.fr>
14911         * fvwm/Makefile.am:
14912         * fvwm/ewmh.c:
14913         * fvwm/ewmh.h:
14914         * fvwm/ewmh_intern.h:
14915         * fvwm/ewmh_events.c:
14916         * fvwm/ewmh_icons.c:
14917         * fvwm/ewmh_names.c:
14918         * fvwm/fvwm2.1:
14919         * NEWS:
14920         New files to achieve the extended WM hints support, off by
14921         default. This code is ifdefed a la gnome.c.
14922         This is work in progess (need to do so that every things are
14923         configurable).
14925         * configure.in:
14926         * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
14927         New configure option --enable-ewmh. Added tests for iconv and
14928         nl_langinfo for UTF8 conversions.
14930         * fvwm/add_window.c (AddWindow):
14931         (CaptureOneWindow):
14932         (destroy_window):
14933         (setup_window_name):
14934         (setup_icon):
14935         EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
14936         EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
14937         SET_HAS_EWMH_ICON, EWMH_WMIconName
14939         * fvwm/add_window.c (setup_window_structure):
14940         * fvwm/fvwm.h (FvwmWindow):
14941         (window_flags):
14942         * fvwm/window_flags.h:
14943         * fvwm/session.c (get_version_string):
14944         (SaveWindowStates):
14945         (LoadWindowStates):
14946         Added some entries in FvwmWindow and some flags (more will be
14947         added). Some of these states need to be saved at restart and
14948         at recapture. This code is ifdefed, may be it should not: I was
14949         forced to ifdef the version string in get_version_string.
14951         * libs/Bindings.c (win_contexts):
14952         * libs/fvwmlib.h:
14953         * fvwm/events.c (GetContext):
14954         * fvwm/bindings.c (ParseBinding):
14955         (activate_binding):
14956         * fvwm/functions.c (expand_extended_var):
14957         (expand):
14958         (execute_function):
14959         (DeferExecution):
14960         * fvwm/screen.h (Scr):
14961         new context C_EWMH_DESKTOP named "D" for an ewmh desktop
14962         (kdesktop or Nautilus desktop). This context is something between
14963         C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
14965         * fvwm/bindings.c (activate_binding):
14966         Fixed immediate application of mouse/stroke bindings
14968         * fvwm/borders.h
14969         * fvwm/borders.c (RedrawDecorations):
14970         * fvwm/update.c (apply_window_updates):
14971         New function  RedrawDecorations taken from apply_window_updates
14972         and called in ewmh_icons.c and update.c
14974         * fvwm/bultins.c (CMD_WindowShade):
14975         EWMH_SetWMState
14977         * fvwm/events.c (HandleFocusIn):
14978         (HandlePropertyNotify):
14979         (HandleClientMessage):
14980         (HandleMapRequestKeepRaised):
14981         (HandleUnmapNotify):
14982         EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
14983         icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
14984         EWMH_SetClientList
14986         * fvwm/icons.c (GetIcon):
14987         * fvwm/icons.h:
14988         (CreateIconWindow):
14989         (ChangeIconPixmap):
14990         * fvwm/events.c (HandlePropertyNotify):
14991         New function GetIcon taken from CreateIconWindow which choose
14992         the icon, there is a new case for EWMH icons. New function
14993         ChangeIconPixmap taken from events.c.
14994         The two new functions are called from ewmh_icon.c (and icons.c).
14996         * fvwm/move_resize.c (handle_stick):
14997         (CMD_Maximize):
14998         (handle_stick):
14999         EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
15001         * libs/Picture.h:
15002         * libs/Picture.c (LoadPictureFromPixmap):
15003         (CachePictureFromPixmap):
15004         New functions for loading a picture from a pixmap. Nothing is cached
15005         but this simplify the MiniIcon code.
15007         * fvwm/placement.c (PlaceWindow):
15008         EWMH_GetWorkAreaIntersection
15010         * fvwm/screen.h (Scr):
15011         Added the working area, the dynamic working area and the ewmh
15012         Desktop window.
15014         * fvwm/stack.c (restack_windows):
15015         (CMD_Layer):
15016         EWMH_SetClientListStacking, EWMH_SetWMState
15018         * fvwm/style.c (check_window_style_change):
15019         * fvwm/update.c (apply_window_updates):
15020         * fvwm/update.h:
15021         Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
15022         This code is ifdefed.
15024         * fvwm/style.c (lookup_style):
15025         EWMH_GetStyle
15027         * fvwm/virctual.c (goto_desk):
15028         (CMD_GotoDeskAndPage):
15029         (do_move_window_to_desk):
15030         EWMH_SetCurrentDesk, EWMH_SetWMDesktop
15032 2001-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15034         * fvwm/update.c (apply_window_updates):
15035         * fvwm/gnome.c (GNOME_GetStyle):
15036         * fvwm/style.c (lookup_style):
15037         (check_window_style_change):
15038         * fvwm/add_window.c (setup_style_and_decor):
15039         fixed GnomeIgnoreHints style for some of the gnome hints
15041         * fvwm/fvwm.c (StartupStuff):
15042         Tried to fix font size problem
15044         * fvwm/placement.c (PlaceWindow):
15045         suppress an X error
15047         * fvwm/move_resize.c (moveLoop):
15048         * libs/Target.c (fvwmlib_keyboard_shortcuts):
15049         * fvwm/misc.c (Keyboard_shortcuts):
15050         modified keyboard shortcut functions so that it is possible to move
15051         windows with the keyboard even if the border is hit.  does not work
15052         very nicely with paging
15054         * libs/Target.c (fvwmlib_keyboard_shortcuts):
15055         performance enhancement
15057         * fvwm/events.c (HandleButtonPress):
15058         fixed (?) some problem with passing the raise click in ctf to the app
15060         * fvwm/add_window.c (Reborder):
15061         * fvwm/virtual.c (MoveViewport):
15062         (MapDesk):
15063         (UnmapDesk):
15064         * fvwm/session.c (SaveWindowStates):
15065         * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
15066         don't access stack_next and stack_prev directly but use the access
15067         functions from stack.h
15069         * fvwm/stack.c (remove_window_from_stack_ring):
15070         (add_window_to_stack_ring_after):
15071         safety patch
15073         * fvwm/add_window.c (adjust_fvwm_internal_windows):
15074         (destroy_window):
15075         when a window becomes scheduled for destruction, remove all traces of it
15076         from the fvwm internal variable so its not accessed accidentally when
15077         its fields are no longer valid
15079 2001-11-05  Mikhael Goikhman  <migo@homemail.com>
15081         * fvwm/borders.c:
15082         fixed compilation of I18N_MB
15084 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
15086         * AUTHORS:
15087         * NEWS:
15088         * acconfig.h:
15089         * configure.in:
15090         * fvwm/borders.c:
15091         * fvwm/builtins.c:
15092         * fvwm/fvwm2.1:
15093         * fvwm/screen.h:
15094         exclude the TitleStyle MultiPixmap feature (only) before forking
15095         ...
15096         and restore it after that
15098         * NEWS:
15099         * configure.in:
15100         change version string to 2.5.0
15102         * NEWS:
15103         added a missing entry for the stable release 2.4.0 (03-Jul-2001);
15104         added a link to the stable version 2.4.4 (not released yet)
15106 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
15108         * NEWS:
15109         * configure.in:
15110         change version string to 2.4.4 before forking
15112         * make_fvwmdist.sh:
15113         strip end of line from date (adjust for a new length)
15115 2001-10-29  olicha  <olivier.chapuis@free.fr>
15117         * fvwm/screen.h (DecorFaceStyle):
15118         Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
15119         so that Solid colors work again
15121 2001-10-28  olicha  <olivier.chapuis@free.fr>
15123         * fvwm/module_interface.c (skipModuleAliasToken):
15124         Allows '/' as alias character
15126         * NEWS
15127         Script news
15129 2001-10-27  Mikhael Goikhman  <migo@homemail.com>
15131         * configure.in:
15132         * acconfig.h:
15133         * NEWS:
15134         added --disable-multipixmap-titles for the Suzanne's patch,
15135         the default is enable
15137         * fvwm/fvwm2.1:
15138         some formatting fixes in TitleStyle entry
15140 2001-10-27  Suzanne Britton  <tril@igs.net>
15142         * config.h.in: Added FANCY_TITLEBARS option, off by default
15144         * fvwm/fvwm2.1:
15145         Added info on TitleStyle MultiPixmap
15147         * fvwm/screen.h:
15148         [All changes #ifdeffed FANCY_TITLEBARS]
15149         Added TITLE_PADDING define for fancy titlebar rendering
15150         Added tb_pixmap_enum
15151         Added MultiPixmap to DecorFaceType enum
15152         Added Picture **multi_pixmaps and short multi_stretch_flags
15153         to DecorFace structure
15155         * fvwm/borders.c:
15156         [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
15157         (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
15158         (RenderIntoWindow): [new]
15159         (DrawMultiPixmapTitlebar): [new]
15160         (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
15161         instead of always sending 1
15162         (RedrawTitle):
15163         Call DrawFancyTitlebar for MultiPixmap style
15164         Skip DrawString calls for MultiPixmap style (title is drawn inside
15165         DrawMultiPixmapTitlebar)
15167         * fvwm/builtins.c:
15168         [All changes #ifdeffed FANCY_TITLEBARS]
15169         (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
15170         (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
15171         (ReadMultiPixmapDecor): [new]
15173 2001-10-26  Dan Espen  <dane@mk.telcordia.com>
15175         * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
15176         buttons can activate on press or release, special pointer during grab,
15177         arrow key command recall.
15179 2001-10-24  Mikhael Goikhman  <migo@homemail.com>
15181         * fvwm/bindings.c (ParseBinding):
15182         * fvwm/bindings.h:
15183         * fvwm/fvwm2.1:
15184         binding commands now do not print error messages with Silent
15186         * fvwm/ConfigFvwmDefaults:
15187         * NEWS:
15188         don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
15189         use Silent before Key Help
15191         * fvwm/add_window.c:
15192         changed the broken size hints message to notify the owner
15194         * docs/fvwm.lsm.in:
15195         small changes
15197 2001-10-19  olicha  <olivier.chapuis@free.fr>
15199         * NEWS:
15200         Some FvwmScript news
15202 2001-10-16  olicha  <olivier.chapuis@free.fr>
15204         * NEWS:
15205         Some FvwmScript news
15207 2001-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15209         * fvwm/bindings.c (activate_binding):
15210         * libs/Bindings.c (GrabWindowKeyOrButton):
15211         activate mouse/stroke bindings immediately
15213         * fvwm/events.c (HandleButtonPress):
15214         it is possible to bind actions to the 'ClickToFocus' click
15216 2001-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15218         * fvwm/virtual.c (HandlePaging):
15219         allow paging during move/resize when pressing keys
15221         * libs/XResource.c (MergeCmdLineResources):
15222         possible core dump fix
15224         * fvwm/add_window.c (setup_window_placement):
15225         fixed core dump
15227         * libs/Bindings.c (AddBinding):
15228         another attempt at cleaning up bindings with "Shift"
15230 2001-10-13  olicha  <olivier.chapuis@free.fr>
15232         * NEWS
15233         FvwmScript news
15235 2001-10-10  Mikhael Goikhman  <migo@homemail.com>
15237         * move_resize.c:
15238         * fvwm/fvwm2.1:
15239         OpaqueMoveSize now accepts "unlimited" or negative argument.
15241 2001-10-09  Mikhael Goikhman  <migo@homemail.com>
15243         * fvwm/fvwm2.1:
15244         added missing "!"
15246 2001-10-08  Dan Espen  <dane@mk.telcordia.com>
15248         * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
15250         * libs/fvwmlib.h:
15251         * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
15253         * fvwm/cursor.c: Extract cursor validation routine to become a libs
15254         routine.
15256 2001-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15258         * NEWS, configure.in:
15259         changed version to 2.5.0
15261 2001-10-08  olicha  <olivier.chapuis@free.fr>
15263         * fvwm/borders.c (RedrawTitle):
15264         Fixed drawing of leftJustified stippled title and suppress warnings
15265         in RelieveRectangle w/ RightJustified stippled title
15267 2001-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15269         * fvwm/virtual.c (CMD_XineramaSlsSize):
15270         fixed ABR
15272 2001-10-03  olicha  <olivier.chapuis@free.fr>
15274         * fvwm/style.c (CMD_Style):
15275         * fvwm/fvwm2.1
15276         Added the possibility to add an Xinerama screen to the 4 numerics
15277         Iconbox format
15279 2001-10-03  olicha  <olivier.chapuis@free.fr>
15281         * fvwm/icons.c (AutoPlaceIcon):
15282         Fixed a core dump with @c and fixed icon placement if the icon should
15283         not be on the current page
15285 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15287         * fvwm/icons.c (AutoPlaceIcon):
15288         * libs/FScreen.c (FScreenParseScreenBit):
15289         added 'w' screen specifier for icon boxes
15291         * fvwm/icons.c (AutoPlaceIcon):
15292         fixed placement of icons in icon boxes on different screen
15294         * fvwm/menus.c (get_menu_options):
15295         reduced code duplication
15297 2001-10-02  olicha  <olivier.chapuis@free.fr>
15299         * fvwm/menus.c (get_menu_options):
15300         fixed Xinerama placement of menu with empty but not null position hints
15302 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15304         * fvwm/borders.c (RedrawTitle):
15305         * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
15306         suppress a warning in RelieveRectangle w/ small sticky windows
15308 2001-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15310         * fvwm/menus.c (get_menu_options):
15311         A 'rectangle' context rectangle for menus honours the '@screen' bit
15313         * fvwm/move_resize.c (DisplayPosition):
15314         coordinates of a window are show in relation to the screen, not the page
15316         * libs/FScreen.c (FScreenTranslateCoordinates):
15317         * fvwm/placement.c (PlaceWindow):
15318         * fvwm/add_window.c (setup_window_placement):
15319         Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
15320         rewrote the library functionality to better match the rest of the
15321         interface
15323         * fvwm/builtins.c (DestroyFvwmDecor):
15324         removed useless code
15326         * fvwm/icons.c (DrawIconWindow):
15327         fixed race condition w/ expanding/collapsing icon titles
15329         * fvwm/windowlist.c (CMD_WindowList):
15330         fixed Xinerama placement of window list when called without options
15332 2001-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15334         * libs/FScreen.c (FScreenSLSOnOff):
15335         fixed core dump when calling XineramaSls before XineramaSlsSize
15337         * configure.in:
15338         changed to 2.4.3
15340         * libs/FShape.h (FHaveShapeExtension):
15341         set macro to 1 when compiling w/ shape extension
15343 2001-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15345         * libs/Bindings.c (AddBinding):
15346         * fvwm/bindings.c (ParseBinding):
15347         print a warning if a key with the given name does not exist
15348         if there is an upper and a lower case version of the same key name,
15349         always bind to the lower case version; this is problematic if the upper
15350         case version is tied to a key without a modifier and the lower case
15351         version is tied to the same key, but with a modifier (or both are tied
15352         to different keys). I hope this good enough.
15354         * libs/Bindings.c (FreeBindingList):
15355         (MatchBindingExactly):
15356         (CollectBindingList):
15357         fixed some problems overriding keys
15358         reduced duplication of logic
15360 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15362         * NEWS, configure.in:
15363         changed version to 2.5.0
15365 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15367         * configure.in:
15368         changed version to 2.4.2
15370 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15372         * libs/Colorset.c:
15373         (SetWindowBackground):
15374         (SetRectangleBackground):
15375         * fvwm/builtins.c (CMD_WindowShade):
15376         * fvwm/add_window.c:
15377         (setup_style_and_decor):
15378         * fvwm/icons.c:
15379         (CreateIconWindow):
15380         (GetXPMFile):
15381         (GetIconWindow):
15382         (GetIconBitmap):
15383         * fvwm/events.c:
15384         (HandleConfigureRequest):
15385         (HandleShapeNotify):
15386         (InitEventHandlerJumpTable):
15387         * fvwm/borders.c (struct):
15388         (SetupFrame):
15389         (SetShape):
15390         * fvwm/decorations.c (SelectDecor):
15391         * fvwm/fvwm.c:
15392         (main):
15393         (setVersionInfo):
15394         * fvwm/externs.h:
15395         * fvwm/fvwm.h (FvwmWindow):
15396         * libs/FShape.h:
15397         * libs/FShape.c:
15398         moved shape support to library; its no longer necessary to
15399         '#ifdef SHAPE' any code
15401         * fvwm/borders.c (RedrawButtons):
15402         (RedrawTitle):
15403         fixed top border hilight drawing of title buttons
15405         * libs/Graphics.c (do_relieve_rectangle):
15406         (RelieveRectangle):
15407         (RelieveRectangle2):
15408         allow alternate shading for title buttons
15410 2001-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15412         **/*.1:
15413         Applied man page patch by Dmitry Yu. Bolkhovityanov:
15414         Add a formal description of how fvwm maintains module's configs
15415         Change manpages of individual modules to refer to fvwm2(1) for
15416         details about specifying configuration
15418         * fvwm/add_window.c (setup_window_placement):
15419         desk and page can now really be given as X resources a la
15420           xterm.desk: 1
15422         * libs/XResource.c (GetResourceString):
15423         resource -> lower case, class -> upper case
15424         changed signature
15426         * configure.in:
15427         changed version to 2.5.0
15429         * Makefile.am (distcheck2):
15430         build distcheck before dist2; save a few seconds if the build fails
15432         * libs/alloca.c:
15433         * libs/ClientMsg.c:
15434         * libs/envvar.c:
15435         * libs/Event.c:
15436         * libs/fvwmrect.c:
15437         * libs/gethostname.c:
15438         * libs/Grab.c:
15439         * libs/Pointer.c:
15440         * libs/safemalloc.c:
15441         * libs/strcasecmp.c:
15442         * libs/strdup.c:
15443         * libs/strerror.c:
15444         * libs/strncasecmp.c:
15445         * libs/usleep.c:
15446         * libs/wild.c:
15447         * libs/WinMagic.c:
15448         * libs/XError.c:
15449         * libs/Graphics.c:
15450         include config.h
15452         * configure.in:
15453         changed version to 2.4.1 again
15455 2001-09-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15457         * libs/Bindings.c (FvwmStringToKeysym):
15458         try both cases of the first letter of a key name
15460         * fvwm/ConfigFvwmDefaults:
15461         * fvwm/windowlist.c (winCompareReverse):
15462         (CMD_WindowList):
15463         new WindowList option ReverseOrder; use the new option in the default
15464         Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
15465         cycle through the whole window list. The old behaviour only toggled
15466         between two windows. Also, a simple Alt-Tab can be used to switch to
15467         the next window instead of Alt-Tab-Tab.
15469         * libs/FScreen.c (FScreenInit):
15470         fixed a Xinerama crash
15472         * configure.in:
15473         print a verbose error message and exit if X11 headers and libraries
15474         are not found
15476 2001-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15478         * fvwm/fvwm.c (main):
15479         * libs/FShape.c:
15480         * libs/FShape.h:
15481         new library for X shape encapsulation
15483         * fvwm/builtins.c (CMD_WindowShade):
15484         * fvwm/borders.c (SetupFrame):
15485         fixed shading of windows without title and border
15486         fixed shading of shaped windows; fixes bug #732
15488         * fvwm/builtins.c (CMD_SetEnv):
15489         calling SetEnv without a value is the same as UnsetEnv
15491 2001-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15493         * fvwm/events.c (HandleReparentNotify):
15494         fixed vanishing windows in rapid map/unmap cycles; bug #770
15496         * fvwm/add_window.c (hide_screen):
15497         fixed possible BadWindow error
15499 2001-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15501         * fvwm/virtual.c (MoveViewport):
15502         (goto_desk):
15503         (CMD_GotoDeskAndPage):
15504         (CMD_GotoPage):
15505         GotoDeskAndPage records its own history of last visited desk/page
15507         * libs/FScreen.c (FScreenInit):
15508         fixed a memory allocation bug pointed out by Giuseppe Della Ricca
15510 2001-09-05  olicha  <olivier.chapuis@free.fr>
15512         * fvwm/session.c (MatchWinToSM):
15513         * fvwm/add_window.c (setup_window_structure):
15514         * fvwm/move_resize.c (moveLoop):
15515         Fixed PlacedByButton3 condition
15517 2001-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15519         * libs/FScreen.c:
15520         * fvwm/functions.c (func_config):
15521         * fvwm/module_interface.c (broadcast_xinerama_state):
15522         * fvwm/virtual.c (CMD_Xinerama):
15523         (CMD_XineramaPrimaryScreen):
15524         (CMD_XineramaSls):
15525         (CMD_XineramaSlsSize):
15526         added sls support
15527         split Xinerama command into Xinerama, XineramaPrimaryScreen,
15528         XineramaSls and XineramaSlsSize
15529         restructured parts of the FScreen code
15531         * fvwm/functions.c (func_config):
15532         new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
15534         * libs/Graphics.c (RelieveRectangle):
15535         allow calling the function with w == 0 or h == 0 without a message
15537         * fvwm/window_flags.h (SET_STYLE_DELETED):
15538         * fvwm/style.c (CMD_DestroyStyle):
15539         (check_window_style_change):
15540         * fvwm/fvwm.h (window_style):
15541         update windows when a style is deleted
15543         * configure.in:
15544         fixed xpm detection problem caused by wrong library order
15546 2001-09-05  olicha  <olivier.chapuis@free.fr>
15548         * NEWS: PlacedByFvwm
15550 2001-09-04  Dan Espen  <dane@mk.telcordia.com>
15552         * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
15554 2001-09-04  olicha  <olivier.chapuis@free.fr>
15556         * fvwm/fvwm.h:
15557         * fvwm/windows_flags.h:
15558         * fvwm/placement.c (PlaceWindow):
15559         * fvwm/add_window.c (setup_window_structure):
15560         * fvwm/conditional.c (CreateConditionMask):
15561         * fvwm/session.c (get_version_string):
15562         (MatchWinToSM):
15563         * fvwm/fvwm2.1:
15564         Added a new windows_flags is_placed_by_fvwm and a new condition
15565         PlacedByFvwm
15567 2001-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15569         * fvwm/focus.c (focus_grab_buttons):
15570         (MoveFocus):
15571         disabled xt/double click patch for now
15573 2001-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15575         * libs/Graphics.c (RelieveRectangle):
15576         print a warning if one of the dimensions is <= 0
15578         * fvwm/placement.c (PlaceWindow):
15579         take care of windows that have both, PPosition and USPosition set
15580         take care of transient windows that have neither PPosition nor
15581         USPosition set
15583 2001-09-01  olicha  <olivier.chapuis@free.fr>
15585         * libs/FScreen.c (FScreenInit):
15586         Fixed the position of the xinerama emulation delimiters
15588 2001-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15590         * fvwm/fvwm2.1:
15591         Xinerama introduction
15593         * fvwm/icons.c (AutoPlaceIcon):
15594         try to place icons of screen with the window center, and if that fails
15595         on any screen
15597         * libs/FScreen.c (FScreenGetScrRect):
15598         performance improvement for non-xinerama systems
15600         * fvwm/update.c (apply_window_updates):
15601         (flush_window_updates):
15602         update icon boxes and icon position when xinerama layout changes
15604         * fvwm/icons.c (AutoPlaceIcon):
15605         limit placement of icons using no icon box to screen boundaries
15606         adapt icon boxes to xinerama layout whenever used
15608         * fvwm/placement.c (PlaceWindow):
15609         * fvwm/style.c (CMD_Style):
15610         (check_window_style_change):
15611         * fvwm/style.h (SUSE_NO_USPOSITION):
15612         (SUSE_NO_TRANSIENT_PPOSITION):
15613         (SUSE_NO_TRANSIENT_USPOSITION):
15614         * fvwm/fvwm.h (struct):
15615         implemented new styles NoUSPosition/UseUSPosition,
15616         NoTransientPPosition/UseTransientPPosition,
15617         NoTransientUSPosition/UseTransientUSPosition.
15618         These work exactly like NoPPosition/UsePPosition.
15619         Transient windows ignore the window position if neither the PPosition
15620         nor the USPosition hint is set.
15622 2001-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15624         * fvwm/focus.c (restore_focus_after_unmap):
15625         fixed a bug transfering the focus when a window was iconified
15627 2001-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15629         * fvwm/conditional.c (MatchesConditionMask):
15630         * fvwm/move_resize.c (position_geometry_window):
15631         * fvwm/placement.c (PlaceWindow):
15632         * fvwm/menus.c (pop_menu_up):
15633         * fvwm/move_resize.c (move_window_doit):
15634         * fvwm/icons.c (do_all_iconboxes):
15635         * fvwm/placement.c (PlaceWindow):
15636         * fvwm/menus.c (update_menu):
15637         adapted to new FScreen... signatures
15639         * libs/FScreen.c (FScreenClipToScreen):
15640         (FScreenGetScrCenterCenter):
15641         (FScreenCenterCurrent):
15642         (FScreenCenterPrimary):
15643         (FScreenGetCurrent00):
15644         (FScreenGetGlobalScrRect):
15645         (FScreenGetPrimaryScrRect):
15646         (FScreenGetScrRect):
15647         (FScreenIsRectangleOnScreen):
15648         unified all the FSCreen... functions using a common signature, removed
15649         most old functions
15651         * fvwm/style.c (CMD_Style):
15652         init icon box screen
15654         * fvwm/move_resize.c (move_window_doit):
15655         (CMD_Maximize):
15656         * libs/Makefile.am:
15657         * libs/XineramaSupport.c:
15658         * libs/XineramaSupport.h:
15659         * libs/FScreen.c:
15660         exported and renamed screen defines
15662         * libs/FScreen.h:
15663         renamed files
15665         * fvwm/virtual.c:
15666         * fvwm/style.c:
15667         * fvwm/placement.c:
15668         * fvwm/move_resize.c:
15669         * fvwm/module_interface.c:
15670         * fvwm/modconf.c:
15671         * fvwm/menus.c:
15672         * fvwm/icons.c:
15673         * fvwm/fvwm.c:
15674         * fvwm/conditional.c:
15675         * libs/XineramaSupport.c:
15676         renamed all XineramaSupport...() functions to FScreen...()
15678         * fvwm/style.c (CMD_Style):
15679         -Wall fix
15681 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
15683         * fvwm/style.c (CMD_Style):
15684         * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
15685         using geometry spec.
15687 2001-08-25  Mikhael Goikhman  <migo@homemail.com>
15689         * libs/Strings.c:
15690         * libs/Strings.h:
15691         new function QuoteString() to add and escape single quotes to strings
15693         * fvwm/menus.c (MenuInteraction):
15694         quote both missing function name and menu name for
15695         MissingSubmenuFunction
15697         * fvwm/functions.c (expand):
15698         use QuoteString()
15700 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
15702         * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
15704 2001-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15706         * fvwm/cursor.c (CMD_CursorStyle):
15707         * fvwm/icons.c (GetXPMFile):
15708         * libs/Colorset.c (SetWindowBackground):
15709         -Wall fixes
15711         * libs/Bindings.c (AddBinding):
15712         tired to help with problem binding keys that have a keycode with no
15713         modifiers and another keycode with some modifiers pressed, e.g.
15714         kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
15715         F1 generating the actioon bound to F11 sometimes
15717         * fvwm/focus.c (focus_grab_buttons):
15718         -Wall fix
15720 2001-08-23  Dan Espen  <dane@mk.telcordia.com>
15722         * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
15724 2001-08-20  Bob Woodside  <proteus@pcnet.com>
15726         * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
15727         grab synchronization so apps using XtTranslations to catch double-
15728         clicks don't get confused by extraneous Leave/EnterNotify events.
15729         This fixes the "xfm/moxfm don't see double-clicks" problem.
15731 2001-08-20  Dan Espen  <dane@mk.telcordia.com>
15733         * fvwm/icons.c (AutoPlaceIcon): Fix bug.
15735 2001-08-19  Dan Espen  <dane@mk.telcordia.com>
15737         * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
15738         placed.
15740         * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
15741         until later when the window is actually placed.
15743         * fvwm/fvwm.h (icon_boxes_struct):  Save  sign  for later  screen
15744         position calculation.
15746 2001-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15748         * fvwm/update.c (flush_window_updates):
15749         * fvwm/screen.h (ScreenInfo):
15750         * fvwm/virtual.c (CMD_Xinerama):
15752         * fvwm/move_resize.c (CMD_Maximize):
15753         * fvwm/placement.c (PlaceWindow):
15754         * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
15755         renamed function
15757         * fvwm/fvwm2.1:
15758         describe new maximize options
15760         * fvwm/move_resize.c (MaximizeWidth):
15761         (MaximizeHeight):
15762         (CMD_Maximize):
15763         applied Dmitry's Xinerama patch for Maximize command
15764         replaced "global" and "absolute" with "screen" which is more flexible
15766 2001-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15768         * libs/Parse.c (SkipQuote):
15769         fixed a bug in handling of caller specified quote pairs
15771         * fvwm/move_resize.c (CMD_Maximize):
15772         keep window on correct page when viewport does not start on a page
15773         boundary
15775         * libs/XError.c (error_name):
15776         (request_name):
15777         fixed core dump in error handling
15779 2001-08-15  Mikhael Goikhman  <migo@homemail.com>
15781         * configure.in:
15782         * acinclude.m4:
15783         * INSTALL:
15784         * INSTALL.fvwm:
15785         renamed --disable-gnome to --disable-gnome-hints;
15786         documented configure options --with-gnome*;
15787         small improvements in documentation;
15788         use underscore in version instead of dash that causes rpm problems
15790 2001-08-14  Mikhael Goikhman  <migo@homemail.com>
15792         * libs/Makefile.am:
15793         added fvwmrect.h to dist
15795 2001-08-14  Dan Espen  <dane@mk.telcordia.com>
15797         * libs/XineramaSupport.c: Disable debug printing.
15799 2001-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15801         * libs/defaults.h (DEFAULT_MENU_STYLE):
15802         reset colour sets in default menu style too
15804 2001-08-13  Mikhael Goikhman  <migo@homemail.com>
15806         * builtins.c:
15807         * events.c:
15808         completed the libstroke-0.5 compatibility fix
15810 2001-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15812         * fvwm/move_resize.c (draw_move_resize_grid):
15813         fixed drawing of resize grid when invoked from button or key press
15815         * fvwm/placement.c (PlaceWindow):
15816         rewrote a condition to improve readability
15817         fixed StartsOn... w/ SkipMapping
15819 2001-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15821         * fvwm/session.c (MatchWinToSM):
15822         (LoadWindowStates):
15823         (SaveWindowStates):
15824         * fvwm/move_resize.c (CMD_Resize):
15825         * fvwm/events.c (HandlePropertyNotify):
15826         (HandleConfigureRequest):
15827         * fvwm/move_resize.c (CMD_ResizeMove):
15828         (CMD_Maximize):
15829         (CMD_Resize):
15830         * fvwm/update.c (apply_window_updates):
15831         * fvwm/add_window.c (AddWindow):
15832         * fvwm/geometry.c (constrain_size):
15833         (gravity_constrain_size):
15834         the Resize command honors the window gravity
15835         changing the size increment of maximized windows no longer shrinks the
15836         window
15838         * fvwm/icons.c:
15839         keep expanded icon titles on screen
15841 2001-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15843         * fvwm/icons.c (do_all_iconboxes):
15844         default icon box fills the primary screen
15846         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
15847         fixed default_screen argument
15849         * fvwm/style.c (merge_styles):
15850         * fvwm/fvwm.h (window_style):
15851         * fvwm/style.h (SSET_START_SCREEN):
15852         * fvwm/add_window.c (setup_window_placement):
15853         * fvwm/placement.c (PlaceWindow):
15854         (CMD_PlaceAgain):
15855         implemented StartsOnScreen style
15857         * fvwm/placement.c (PlaceWindow):
15858         (test_fit):
15859         (get_next_x):
15860         (get_next_y):
15861         (CleverPlacement):
15862         (SmartPlacement):
15863         Place new windows on xinerama screens
15865         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
15866         fixed core dump in debug output
15868 2001-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15870         * fvwm/placement.c:
15871         removed unused variable
15873 2001-08-07  olicha  <olivier.chapuis@free.fr>
15875         * NEWS:
15876         FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
15878 2001-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15880         * fvwm/virtual.c (CMD_Xinerama):
15881         replaced XineramaEnable and ...Disable with XineramaCommand
15883         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
15884         (XineramaSupportGetScreenArgument):
15885         new functions
15887         * fvwm/functions.c (func_config):
15888         * fvwm/move_resize.c (move_window_doit):
15889         (CMD_Move):
15890         (CMD_AnimatedMove):
15891         (CMD_MoveToPage):
15892         (CMD_MoveToScreen):
15893         (handle_stick):
15894         added new command MoveToScreen
15896 2001-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15898         * libs/fvwmrect.c:
15899         * libs/fvwmrect.h:
15900         new library files
15902         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
15903         fixed parsing of negative geometries
15904         (XineramaSupportParseGeometryWithScreen):
15905         made global
15906         (XineramaSupportGetNumberedScreenRect):
15907         new function
15909         * sample.fvwmrc/system.fvwm2rc:
15910         * sample.fvwmrc/new-features:
15911         * sample.fvwmrc/system.fvwm2rc-sample-95:
15912         * sample.fvwmrc/system.fvwm2rc-sample-2:
15913         * sample.fvwmrc/system.fvwm2rc-sample-1:
15914         * fvwm/fvwm2.1:
15915         updated for new condition
15917         * fvwm/conditional.c (CreateConditionMask):
15918         (MatchesConditionMask):
15919         * fvwm/fvwm.h (WindowConditionMask):
15920         implemented new condition AcceptsFocus to cope with applications like
15921         xclock that have circulatehit but don't take focus
15923 2001-08-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15925         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
15926         handle Xinerama screens
15928         * fvwm/style.c (CMD_Style):
15929         * fvwm/menus.c (get_menu_options):
15930         cope with Xinerama like geometries with screen info
15932         * fvwm/virtual.c (CMD_XineramaEnable):
15933         XineramaEnable optionally takes the number of the primary screen as its
15934         argument
15936         * fvwm/events.c (GetContext):
15937         reindented code
15939         * fvwm/virtual.c (HandlePaging):
15940         * fvwm/events.c (HandleButtonPress):
15941         * fvwm/events.h (XEVMASK_PANFW):
15942         fixed button and key event handling over pan frames; fixes bug #752
15944         * fvwm/menus.c (get_menu_options):
15945         fixed Xinerama placement of menus without options
15947 2001-08-01  Mikhael Goikhman  <migo@homemail.com>
15949         * NEWS:
15950         * fvwm/borders.c:
15951         * fvwm/builtins.c:
15952         * fvwm/fvwm.c:
15953         * fvwm/screen.h:
15954         Color enhancements in button vectors: @2 is bg color, @3 is fg color.
15955         In addition to the existing: @0 is shadow color, @1 is hilight color.
15957         * fvwm/fvwm2.1:
15958         Added the formal description of Vector that was absent.
15960 2001-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15962         * fvwm/fvwm2.1:
15963         some man page corrections
15965 2001-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15967         * fvwm/move_resize.c (handle_stick):
15968         also redraw buttons when a window becomes sticky/slippery to make sure
15969         that MWMDecorStick buttons are updated too; fixes bug #749
15971 2001-07-30  Mikhael Goikhman  <migo@homemail.com>
15973         * NEWS:
15974         documented previous changes
15976         * configure.in:
15977         improved output spacing
15979         * fvwm/fvwm2.1:
15980         minor typo
15982 2001-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15984         * libs/XineramaSupport.c (XineramaSupportConfigureModule):
15985         * fvwm/modconf.c (send_xinerama_state):
15986         * fvwm/module_interface.c (broadcast_xinerama_state):
15987         * libs/defaults.h:
15988         revised module support for Xinerama
15990         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
15991         (XineramaSupportParseGeometry):
15992         (XineramaSupportGetGeometry):
15993         make interface compatible with XineramaSupportParseGeometry().
15994         (XineramaSupportGetPrimaryScreen):
15995         new function
15997         * fvwm/stack.c (raise_over_unmanaged):
15998         fixed restacking of windows with RaiseOverUnmanaged - windows were
15999         raised in reverse order so that the top window became the bottom
16000         window of the ones that were raised
16001         also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
16002         these are invisible
16004 2001-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16006         * sample.fvwmrc/system.fvwm2rc-sample-95:
16007         fixed syntax of BugOpts command
16009         * fvwm/ConfigFvwmDefaults:
16010         resize window when clicking on the sides of the window by default
16011         instead of moving it
16013         * fvwm/events.c (HandleEnterNotify):
16014         do not delete MouseFocus when pointer moves from one particular sub
16015         window of a frame to another one.  Helps with xv/xmms vs unclutter
16016         interaction and also with MouseFocus vs. Open Look applications
16018         * fvwm/move_resize.c (DoSnapAttract):
16019         * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
16020         fixed snapping to Xinerama screen edges
16021         (XineramaSupportIsEnabled):
16022         return False is the X server provides only a single screen
16024         * fvwm/fvwm2.1:
16025         Added descriptions of conditions CurrentDesk, CurrentPage,
16026         CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
16027         CurrentGlobalPageAnyDesk
16029         * fvwm/fvwm.h (rectangle):
16030         (position):
16031         typedefs moved to libs/fvwmlib.h
16033         * fvwm/conditional.c (MatchesConditionMask):
16034         * fvwm/fvwm.h (WindowConditionMask):
16035         * fvwm/conditional.c:
16036         introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
16037         for Xinerama support
16039         * fvwm/modconf.c (CMD_Send_ConfigInfo):
16040         (send_xinerama_state):
16041         * fvwm/module_interface.c (broadcast_xinerama_state):
16042         * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
16043         * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
16044         communicate xinerama state at module startup
16046 2001-07-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16048         * libs/XineramaSupport.c:
16049         next Xinerama patch
16051 2001-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16053         * fvwm/move_resize.c (moveLoop):
16054         windows were lost off screen w/ non opaque interactive move when motion
16055         was aborted with Escape on a different page that it was started
16057         * fvwm/move_resize.c (position_geometry_window):
16058         (DisplayPosition):
16059         (DisplaySize):
16060         (InteractiveMove):
16061         (CMD_Resize):
16062         (moveLoop):
16063         (CMD_Resize):
16064         (DoResize):
16065         * libs/XineramaSupport.c (GetMouseXY):
16066         (XineramaSupportCenterCurrent):
16067         (XineramaSupportGetCurrent00):
16068         (XineramaSupportGetCurrentScrRect):
16069         allow to pass in an event with the pointer position
16070         minimize number of XQueryPointer calls in interactive move/resize
16072         * libs/defaults.h:
16073         * fvwm/move_resize.c (resize_geometry_window):
16074         (DisplayPosition):
16075         (DisplaySize):
16076         border width of geometry window moved to defaults.h
16077         moved strings for size window formatting to defaults.h
16078         reworked calculations of geometry window dimensions
16080         * fvwm/move_resize.c (resize_geometry_window):
16081         (position_geometry_window):
16082         (DisplaySize):
16083         (InteractiveMove):
16084         (CMD_Resize):
16085         * fvwm/builtins.c (ApplyDefaultFontAndColors):
16086         * fvwm/fvwm.c (main):
16087         funtions ResizeSizeWindow and PositionSizeWindow renamed to
16088         resize_geometry_window and position_geometry_window
16090         * fvwm/fvwm.c (main):
16091         fixed resizing geometry window before creating it
16093         * fvwm/move_resize.c (switch_move_resize_grid):
16094         (MoveOutline):
16095         * fvwm/virtual.c (HandlePaging):
16096         renamed MoveOutline to draw_move_resize_grid and made static
16097         new function switch_move_resize_grid for external calls
16098         delete grid before moving the geometry window to get rid of arifacts of
16099         the grid
16101 2001-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16103         * libs/XineramaSupport.c (XineramaSupportInit):
16104         make the blank area in Xinerama emulation usable again
16106 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16108         * fvwm/menus.c (update_menu):
16109         (pop_menu_up):
16110         (make_menu):
16111         (calculate_item_sizes):
16112         (size_menu_horizontally):
16113         (size_menu_vertically):
16114         menus are resized to fit their Xinerama screen every time they are
16115         popped up and the screen size has changed
16117 2001-07-23  olicha  <olivier.chapuis@free.fr>
16119         * libs/XineramaSupport.c (XineramaSupportInit):
16120         Draw the xinerama simulation screens with orr windows
16122 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16124         * fvwm/windowlist.c (CMD_WindowList):
16125         fixed windowlist placement w/ Xinerama
16127 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16129         * fvwm/menus.c (pop_menu_up):
16130         fixed calculations that force a menu on screen w/ Xinerama
16132         * fvwm/move_resize.c (DoSnapAttract):
16133         removed some code that slipped in with xinerama patch and broke
16134         vertical SnapAttraction
16136         * fvwm/virtual.c (CMD_EdgeResistance):
16137         removed debug code
16139         * libs/XineramaSupport.c (XineramaSupportClipToScreen):
16140         take reference position src_x/src_y to determine screen
16142         * fvwm/windowlist.c (CMD_WindowList):
16143         * fvwm/menus.c (get_menu_options):
16144         (get_popup_options):
16145         (MenuInteraction):
16146         (pop_menu_up):
16147         handle Xinerama screens for positioning menus w/ posthints
16149         * fvwm/menus.c (get_menu_options):
16150         renamed function
16151         fix for icon/window context rectangle when window is in wrong state
16153 2001-07-22  Mikhael Goikhman  <migo@homemail.com>
16155         * configure.in:
16156         s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
16157         compiled in; fixed linking by adding -lXinerama; small corrections
16159 2001-07-22  Dan Espen  <dane@mk.telcordia.com>
16161         * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
16163 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16165         * libs/XineramaSupport.c (XineramaSupportInit):
16166         added xinerama emulation for developers
16168         * fvwm/virtual.c (CMD_XineramaEnable):
16169         (CMD_XineramaDisable):
16170         * fvwm/module_interface.c (BroadcastConfigInfoString):
16171         added function to communicate Xinerama on/off to modules
16173         * fvwm/module_interface.c:
16174         include time.h to fix warning
16175         * libs/XineramaSupport.c:
16176         * fvwm/fvwm.c (setVersionInfo):
16177         * fvwm/Makefile.am:
16178         * configure.in:
16179         * acconfig.h:
16180         cleanded up xinerama detection
16181         added shape detection
16183 2001-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16185         * fvwm/fvwm2.1:
16186         Added Xinerama introduction
16188         * fvwm/fvwm.c (setVersionInfo):
16189         print xinerama support
16191         * fvwm/conditional.c (CreateConditionMask):
16192         added CirculateHitShaded option for conditional commands that was
16193         described in the man page but not implemented
16195         * fvwm/fvwm.h (WindowConditionMask):
16196         removed unused flags
16198         * fvwm/conditional.c (MatchesConditionMask):
16199         fixed CirculateHitIcon option in conditional commands
16201         * fvwm/fvwm2.1:
16202         reformatted man page source to improve readability
16203         fixed some source formatting bugs
16205         * libs/XineramaSupport.c (GetMouseXY):
16206         don't poll the pointer if there is only one screen or if xinerama is
16207         turned off
16209         * fvwm/fvwm2.1:
16210         * fvwm/fvwm.c (main):
16211         removed -noxinerama option
16213         * fvwm/fvwm.c (main):
16214         size window is positioned and sized in move_resize.c
16216         * libs/XineramaSupport.c:
16217         reindented file
16219         * configure.in:
16220         print Xinerama support in configure summary
16222         * **/*:
16223         applied Xinerama patch by Dmitry Yu. Bolkhovityanov
16225 2001-07-17  Mikhael Goikhman  <migo@homemail.com>
16227         * acconfig.h:
16228         * acinclude.m4:
16229         * configure.in:
16230         implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
16231         define missing macros needed for old AIX keysymdef and old stroke.h
16233         * fvwm/bindings.c:
16234         * fvwm/menus.c:
16235         remove the previous compilation fixes, now handled by configure
16237 2001-07-15  Dan Espen  <dane@mk.telcordia.com>
16239         * fvwm/fvwm2.1: Remove .BI with more than 6 args.
16241 2001-07-15  Mikhael Goikhman  <migo@homemail.com>
16243         * bindings.c:
16244         use libstroke-0.5 constant names while still supporting 0.3/0.4
16246         * menus.c:
16247         compiling fix for old AIX, which does not define XK_Page_Up/Down
16249         * module_interface.c:
16250         minor compiling fix for some proprietary preprocessors
16252 2001-07-10  Mikhael Goikhman  <migo@homemail.com>
16254         * fvwm/fvwm2.1:
16255         use more compatible and structured syntax in SYNOPSIS
16257 2001-07-06  Mikhael Goikhman  <migo@homemail.com>
16259         * acinclude.m4:
16260         Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
16261         GDK_IMLIB_*.  This fixes "make FvwmGtk" on systems with bogus
16262         imlib-config.
16264 2001-07-05  Mikhael Goikhman  <migo@homemail.com>
16266         * configure.in:
16267         changed version to 2.4.1
16269         * acinclude.m4:
16270         small fix that should solve the problem with running autoconf
16271         (autoreconf is ok) from autoconf-2.50;
16272         applied a patch that adds gtk include dirs to gnome include dirs
16274 2001-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16276         * NEWS, configure.in:
16277         changed version to 2.4.0.1
16279         * *: fvwm 2.4 has been released :-))