* reduce indentaion level of scanForStrings
[fvwm.git] / ChangeLog
blob5a37c835bc3899b8f5202a93d51d905e02024590
1 2007-07-26  Viktor Griph  <griph@dd.chalmers.se>
3         * fvwm/menus.c (__copy_down, __check_for_delimiter)
4         (scanForStrings):
5         reduce indentation level
6         add comment to explain why suppressing the warning is right
8 2007-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
11         fixed using uninitialized variable
13         * fvwm/menus.c (scanForStrings):
14         suppress compiler warning for now
16         * fvwm/move_resize.c (resize_move_window):
17         (AnimatedMoveAnyWindow):
18         (__move_window):
19         (__resize_window):
20         (CMD_Maximize):
21         * fvwm/module_interface.c (__get_allowed_actions):
22         * fvwm/menuitem.c (menuitem_paint):
23         * fvwm/icons.c (CMD_Iconify):
24         * fvwm/gnome.c (GNOME_SetHints):
25         * fvwm/ewmh.c (ewmh_AllowsClose):
26         (ewmh_AllowsClose)
27         (ewmh_AllowsFullScreen):
28         (ewmh_AllowsMinimize)
29         (ewmh_AllowsMaximize):
30         (ewmh_AllowsMove):
31         (ewmh_AllowsResize)
32         (EWMH_fullscreen):
33         * fvwm/ewmh_events.c (ewmh_CloseWindow):
34         (ewmh_MoveResizeWindow):
35         (ewmh_MoveResize):
36         (ewmh_WMState):
37         (ewmh_WMStateHidden):
38         * fvwm/events.c (__handle_cr_on_client):
39         * fvwm/decorations.c (__is_resize_allowed):
40         (is_function_allowed):
41         * fvwm/conditional.c (MatchesConditionMask):
42         * fvwm/builtins.c (CMD_Delete):
43         * fvwm/add_window.c (AddWindow):
44         is_function allowed now differentiates between US program actions and
45         actions initiated by interaction between fvwm and the user
47 2007-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
49         * fvwm/menus.c (__scan_for_pixmap):
50         fixed compiler warning
52         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
53         (ewmh_RestackWindow):
54         honor FixedSize/FixedPosition styles in EWMH messages too
56 2007-07-24  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
58         * fvwm/fvwm.c (setVersionInfo):
59         add XCursor support to version output
61         * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
62         (SCTX_GET_MR, string_context_type_t, string_context_t)
63         (string_def_t, scanForColor, scanForPixmap, scanForStrings)
64         (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
65         reimplement pixmap and color scanning for menus to better handle
66         escaped delimiters.
68 2007-07-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
70         * fvwm/Makefile.am:
71         don't install fvwm.1
73         * fvwm/events.c (My_XNextEvent):
74         remove unused varaible
76         * fvwm/events.c (My_XNextEvent):
77         * fvwm/module_list.h:
78         * fvwm/module_list.c (module_store, module_alloc)
79         (module_kill_all, module_safefree, module_remove)
80         (do_execute_module, module_kill, module_cleanup, module_get_next)
81         (FlushMessageQueue):
82         Don't free module stuctures during module I/O. (Fixes segfault.)
84 2007-07-20  Simon Griph  <simon(at)griph(dot)se>
86         Committed by Scott.
88         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
89         Someone missed to add extra conditions when changing from
90         unsigned to signed.
92 2007-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
94         * configure.ac:
95         fixed liXcursor detection
97 2007-07-16  Simon Griph  <simon(at)griph(dot)se>
99         Committed by Scott.
101         * fvwm/menus.c (scanForPixmap):
102         made it possible to escape '*' '%' '@' in filenames
104         * libs/PictureImageLoader.c (PImageLoadSvg):
105         added transposing and none uniform scaling to svg options
107 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
109         * libs/PictureImageLoader.c:
110         cleanup
111         (PImageLoadCursorFromFile):
112         fixed compilation without xpm library
113         (PImageLoadPng):
114         fixed compiler warning without png library
116 2007-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
118         * libs/Fxpm.h:
119         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
120         fix compilation without xpm library
122 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
124         * libs/Fxpm.h:
125         fixed compile error
127         * libs/PictureImageLoader.c:
128         cleanup
129         (PImageLoadCursorFromFile):
130         fixed compilation without xpm library
131         (PImageLoadPng):
132         fixed compiler warning without png library
134 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
136         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
137         * fvwm/cursor.c (CMD_CursorStyle):
138         fixed compiler warning
140 2007-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
142         * fvwm/cursor.c (CMD_CursorStyle):
143         fix CursorStyle command parsing
145 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
147         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
148         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
149         * libs/PictureImageLoader.c (PImageLoadSvg):
150         (PImageLoadPng):
151         (PImageCreatePixmapFromArgbData):
152         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
153         (PImageCreatePixmapFromFImage):
154         new local function
156 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
158         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
159         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
160         * libs/PictureImageLoader.c (PImageLoadSvg):
161         (PImageLoadPng):
162         (PImageCreatePixmapFromArgbData):
163         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
164         (PImageCreatePixmapFromFImage):
165         new local function
167 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
169         * AUTHORS:
170         * NEWS:
171         updated
173         * configure.ac:
174         added libXcursor detection
176         * fvwm/Makefile.am (LDADD):
177         added Xcursor_LIBS
179         * INSTALL.fvwm:
181         * libs/Fcursor.h:
182         new file
184         * libs/Makefile.am (libfvwm_a_SOURCES):
185         added Fcursor.h
187         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
188         added Xcursor support
190 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
192         * NEWS:
193         updated
195         * libs/Fxpm.h:
196         added defs for FxpmInfo and FxpmFreeXpmInfo
198         * libs/PictureBase.h (FvwmPictureAttributes):
199         * libs/PictureImageLoader.c
200         (PImageCreatePixmapFromArgbData):
201         (PImageLoadPixmapFromFile):
202         added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
203         (PImageLoadCursorPixmapFromFile):
204         (PImageLoadCursorFromFile):
205         * libs/PictureImageLoader.h:
206         removed the xpm-specific PImageLoadCursorPixmapFromFile(),
207         replaced by the new general PImageLoadCursorFromFile()
209         * fvwm/cursor.c (CMD_CursorStyle):
210         handle new hot-spot arguments, use PImageLoadCursorFromFile()
211         instead of PImageLoadCursorPixmapFromFile(), less code duplication
213 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
215         * libs/PictureImageLoader.c
216         (PImageLoadSvg):
217         (PImageLoadPng):
218         (PImageLoadXpm):
219         now returns argb data instead of pixmaps
220         (PImageLoadPixmapFromFile):
221         (PImageLoadArgbDataFromFile):
222         moved first half of PImageLoadPixmapFromFile() into
223         the new local function PImageLoadArgbDataFromFile()
224         (PImageLoadBitmap):
225         removed function, code moved into PImageLoadPixmapFromFile()
227 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
229         * libs/PictureImageLoader.c (PImageLoadXpm):
230         revised to make use of PImageCreatePixmapFromArgbData()
232 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
234         * fvwm/colorset.c (parse_shape):
235         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
236         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
237         * libs/PictureImageLoader.c
238         (PImageLoadSvg):
239         (PImageLoadPng):
240         (PImageCreatePixmapFromArgbData):
241         don't create a mask pixmap for fully opaque (all alpha == 0xff)
242         or translucent (0 < any alpha < 0xff) images.
244 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
246         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
247         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
248         * libs/PictureImageLoader.c (PImageLoadSvg):
249         (PImageLoadPng):
250         (PImageCreatePixmapFromArgbData):
251         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
252         (PImageCreatePixmapFromFImage):
253         new local function
255 2007-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
257         * fvwm/functions.c (CMD_EchoFuncDefinition):
258         * fvwm/functable.c (func_table):
259         * fvwm/commands.h:
260         new command EchoFuncDefinition
262 2007-07-07  Simon Griph  <simon(at)griph(dot)se>
264         * NEWS:
265         * fvwm/conditional.c (CreateConditionMask):
266         bugfix: Condition separation previously failed when a
267         single comma (no whitespace padding) was used directly
268         after a multi-worded condition.
270 2007-06-21  Renato Caldas  <seventhguardian@gmail.com>
272         * fvwm/module_list.c (module_kill):
273         fix possible core dump when using startup modules
275 2007-06-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
277         * NEWS:
278         * fvwm/builtins.c (CMD_PrintInfo):
279         * libs/Picture.h (PicturePrintImageCache):
280         * libs/Picture.c (PicturePrintImageCache):
281         add ImageCache subject to PrintInfo command
283 2007-06-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
285         * NEWS:
286         * fvwm/events.c (My_XNextEvent):
287         fix crash when a module closes down during input/output.
289 2007-06-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
291         * fvwm/icons.c (ChangeIconPixmap):
292         (DeIconify):
293         (Iconify):
294         * fvwm/focus.c (warp_to_fvwm_window):
295         * fvwm/events.c (__handle_cr_restack):
296         (__handle_bpress_on_managed):
297         (HandlePropertyNotify):
298         * fvwm/stack.h:
299         * fvwm/stack.c (__restack_window):
300         (__raise_lower_recursion):
301         (__raise_or_lower_window):
302         (raise_or_lower_window):
303         (position_new_window_in_stack_ring):
304         (RaiseWindow):
305         (LowerWindow):
306         (RestackWindow):
307         (HandleUnusualStackmodes):
308         (CMD_Raise):
309         (CMD_Lower):
310         (CMD_RestackTransients):
311         (CMD_RaiseLower):
312         do raise hacks even when the internal stack is intact, unless on a
313         client request
315 2007-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
317         * fvwm/style.c (check_window_style_change)
318         (style_parse_one_style_option):
319         * fvwm/style.h:
320         * fvwm/fvwm.h (window_style):
321         * fvwm/add_window.c (setup_frame_size_limits):
322         * fvwm/geometry.c (constrain_size):
323         new style MinWindowSize
325 2007-05-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
327         * libs/System.h:
328         added missing prototypes
330         * libs/safemalloc.c:
331         * libs/fio.c:
332         * libs/envvar.c:
333         * libs/XResource.c:
334         * libs/XError.c:
335         * libs/WinMagic.c:
336         * libs/Target.c:
337         * libs/Event.c (GetSubwindowFromEvent):
338         * libs/Cursor.c:
339         * libs/ColorUtils.c:
340         include corresponding header files
342         * libs/PictureBase.c:
343         * libs/FlocaleCharset.c:
344         * fvwm/ewmh.c:
345         cleanup prototypes
347 2007-05-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
349         * configure.ac (HAVE_GNU_READLINE):
350         detect full GNU readline API (vs BSD libedit readline compatibility
351         layer)
353 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
355         * fvwm/windowlist.c (CMD_WindowList):
356         * NEWS:
358         Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
359         "UseSkipList" & "OnlySkipList".
361 2007-04-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
363         * NEWS:
364         * fvwm/add_window.c (validate_transientfor):
365         detect and disallow circular transient-for hints
367 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
369         * fvwm/fvwm.1.in:
370         s/UseListSkip/UseSkipList/g etc.
372 2007-04-17  Jesus Guerrero  <6thpink(at)terra(dot)es>
374         * fvwm/menus.c (size_menu_vertically):
375         added localization of the "More&..." string
377 2007-03-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
379         * libs/PictureBase.c (PictureFindImageFile):
380         fix for segfault with svg-support enabled
382         * INSTALL.fvwm (http):
383         * configure.ac (png_CFLAGS):
384         raise librsvg dependeny due to bug with 2.13.91
386         * fvwm/cursor.c (CMD_CursorStyle):
387         remove unused static variable nocursor
389 2007-03-14  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
391         * AUTHORS:
392         typo.
394 2007-03-11  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
396         * configure.ac:
397         bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
398         bugfix: out-of-tree builds failed due to broken dependency.
399         Make man page have same header as old one.
400         Fix man page indentation.
401         Make text of top-level man page sections all uppercase.
402         Added --disable-mandoc option.
403         HTML doc generation is off by default: use --enable-htmldoc.
404         Added more info in doc/README about XML commands to use.
406 2007-03-10  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
408         * NEWS:
409         * Everything in the 'doc' subdirectory.
411         XML source to generate man page & HTML documentation.
413 2007-02-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
415         * NEWS:
416         * fvwm/colorset.c (parse_colorset):
417         don't recompute sh, hi and fgsh if they were supplied in a previous
418         colorset line. Fixes bug #3359.
420 2007-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
422         * fvwm/move_resize.c (DoSnapAttract):
423         handle SnapGrid before SnapAttraction so that non-overlapping windows
424         do not snap edge to edge:
425                                     +---+
426                                     |   |
427                                     +---+---+
428                                         |   |
429                                         +---+
431 2007-02-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
433         * fvwm/style.c (parse_and_set_window_style)
434         (style_parse_one_style_option):
435         don't warn about PositionPlacement arguments
437 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
439         * AUTHORS:
440         * NEWS:
441         enties for ChangeWindowTitle patch by Julio Teca.
443 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
445         * fvwm/fvwm.c (main):
446         fixed ROOT CursorStyle context
448         * fvwm/placement.c (__pl_manual_get_pos_simple):
449         * fvwm/move_resize.h:
450         * fvwm/move_resize.c (__move_loop):
451         (InteractiveMove):
452         fixed long broken POSITION CursorStyle context
454 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
456         * fvwm/bindings.c (ParseBinding):
457         fix buffer overrun with >78 character window names.
459         * fvwm/fvwm.1.in (PositionPlacement):
460         fix typos
462         * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
463         * fvwm/style.c (style_parse_one_style_option):
464         change BorderWidth and HandleWidth style  to revert to default if no
465         arguments are given
467 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
469         * fvwm/fvwm.h (style_flags):
470         * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
471         (__place_get_wm_pos):
472         (__place_window, __explain_placement):
473         * fvwm/style.c (style_parse_one_style_option):
475         * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
476         (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
477         (DEFAULT_PLACEMENT_POSITION_STRING):
478         new default strings
480         * fvwm/move_resize.c (GetOnePositionArgument):
481         added 'w' suffix to Move arguments
482         allow multiple shifts from original position
484         * fvwm/style.c (style_parse_one_style_option):
485         (merge_styles)
486         (free_style):
487         * fvwm/placement.c (setup_window_placement)
488         (__place_get_placement_flags):
489         (__place_get_wm_pos):
490         (__place_get_nowm_pos):
491         (__place_window):
492         (__place_handle_x_resources):
493         (setup_window_placement):
494         * fvwm/fvwm.h (PLACE_CENTER):
495         (PLACE_POSITION):
496         replaced CenterPlacement with more flexibe PositionPlacement
498         * fvwm/move_resize.c (GetMoveArguments):
499         (GetResizeArguments):
500         (GetResizeMoveArguments):
501         (__move_window):
502         * fvwm/move_resize.h:
503         exported and enhanced function GetMoveArguments for use by placement
504         algorithm
506 2007-02-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
508         * fvwm/ConfigFvwmDefaults:
509         reenable MenuScroll on titles
511         * fvwm/menubindings.c (menu_shortcuts):
512         don't scroll menus if scrolling would be in the wrong direction
514 2007-02-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
516         * fvwm/move_resize.c (__resize_window):
517         some resizing/gravity fixes
518         properly handle maximized + shaded state when resizing
519         non-interactively
521 2007-01-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
523         * fvwm/move_resize.c (__resize_window):
524         resizing of shaded windows work better.
526 2007-01-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
528         * fvwm/fvwm.1.in (COMMAND EXPANSION):
529         clarified previous patch
531         * fvwm/fvwm.1.in (COMMAND EXPANSION):
532         documented '-' command prefix
534         * fvwm/expand.c (__eae_parse_range):
535         fix $[n-] and $[*] after unsigned int havoc
537 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
539         * fvwm/Makefile.am:
540         * fvwm/ConfigFvwmMenuDefaults:
541         removed file
542         * fvwm/ConfigFvwmDefaults:
543         * fvwm/ConfigFvwmMenuDefaults:
544         moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
546 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
548         * fvwm/ConfigFvwmMenuDefaults:
549         * fvwm/fvwm.c (SetRCDefaults):
550         make default menu mouse bindings for MenuSelectItem and MenuScroll only
551         apply to menu item context.
553 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
555         * fvwm/placement.c (placement_loop):
556         (__pl_minoverlap_get_avoidance_penalty):
557         (__pl_smart_get_first_pos):
558         (__pl_smart_get_next_pos):
559         (__pl_smart_test_window):
560         (__pl_smart_get_pos_penalty):
561         rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
562         now less than ten lines of code.
564         * fvwm/add_window.c (setup_placement_penalty):
565         * fvwm/style.c (style_parse_one_style_option):
566         allow to reset the placement penalties with !
568         * fvwm/placement.h:
569         * fvwm/add_window.c (setup_placement_penalty):
570         * fvwm/style.h:
571         * fvwm/fvwm.h:
572         * fvwm/style.c (style_parse_one_style_option):
573         put placement penalty array in a struct
575         * fvwm/placement.c (__place_get_wm_pos):
576         (__pl_clever_get_next_x):
577         (__pl_clever_get_next_y):
578         (__pl_clever_get_first_pos):
579         (__pl_clever_get_next_pos):
580         (__pl_clever_get_avoidance_penalty):
581         (__pl_clever_get_pos_penalty):
582         (__pl_minoverlap_get_next_x):
583         (__pl_minoverlap_get_next_y):
584         (__pl_minoverlap_get_first_pos):
585         (__pl_minoverlap_get_next_pos):
586         (__pl_minoverlap_get_avoidance_penalty):
587         (__pl_minoverlap_get_pos_penalty):
588         renamed ...clever... functions to ...minoverlap...
590         * fvwm/bindings.c:
591         * fvwm/decorations.c:
592         * fvwm/menubindings.c:
593         * fvwm/module_interface.c:
594         * fvwm/module_list.c:
595         * fvwm/fvwm.c:
596         * fvwm/module_list.h:
597         * fvwm/events.c:
598         * fvwm/module_interface.h:
599         * fvwm/Makefile.am:
600         dont include "libs" in include path
602         * libs/vpacket.h:
603         #includes from fvwm path with "..." not <...>
605         * fvwm/stack.c:
606         #includes from library path with "..." not <...>
608 2007-01-28  Simon Griph  <simon(at)griph(dot)se>
610         * NEWS:
611         * AUTHORS:
612         * INSTALL.fvwm:
613         documented new svg support
615         * configure.ac:
616         added librsvg detection
618         * fvwm/Makefile.am (LDADD, INCLUDES):
619         added rsvg_LIBS, rsvg_CFLAGS
621         * fvwm/expand.c (expand_vars_extended):
622         new extended variables
623         $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
625         * fvwm/fvwm.1.in (OPTIONS):
626         (ICONS AND IMAGES):
627         documented new svg support
628         (COMMAND EXPANSION):
629         documented new extended variables
631         * fvwm/fvwm.c (setVersionInfo):
632         (main):
633         added Frsvg_init() call
635         * libs/Fsvg.h:
636         new file
638         * libs/Makefile.am (libfvwm_a_SOURCES):
639         added Fsvg.h
640         (INCLUDES):
641         added rsvg_CFLAGS
643         * libs/Picture.c (PCacheFvwmPicture):
644         hid svgopts from isFileStampChanged()
646         * libs/PictureBase.c (PictureFindImageFile):
647         hid svgopts from searchPath()
649         * libs/PictureBase.h:
651         * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
652         hid svgopts from setFileStamp()
653         (PImageLoadSvg):
654         new svg image loader
656         * libs/fvwmlib.c (flib_init_graphics):
657         added Frsvg_init() call
659 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
661         * NEWS:
662         * fvwm/stack.c (__is_restack_needed)
663         (is_transient_subtree_straight):
664         (__restack_window):
665         fix crash when trying to restack destroyed window
667 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
669         * libs/Makefile.am (libfvwm_a_SOURCES):
670         add fvwmlib.c
672         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
673         * fvwm/menus.c (move_any_menu)
674         set menu backgrounds before moving. Makes transparent menus move
675         more seamless.
677         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
678         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
679         add update_transparent_menu_bg to allow set of transparent menu
680         background before a move, and change repaint_transparent_menu to
681         allow for not setting the menu background.
683         * libs/Colorset.c (SetWindowBackgroundWithOffset):
684         create offset backgrounds with CreateOffsetBackgroundPixmap (works with
685         transparent colorsets)
686         (CreateOffsetBackgroundPixmap):
687         use offset also for non transparent backgrounds.
689         * fvwm/menubindings.c (menu_shortcuts):
690         don't move menus on scroll if they don't move
692 2007-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
694         * libs/fvwmlib.h:
695         * fvwm/bindings.c:
696         * fvwm/cursor.c:
697         * fvwm/decorations.c:
698         * fvwm/ewmh_conf.c:
699         * fvwm/ewmh_events.c:
700         * fvwm/ewmh_icons.c:
701         * fvwm/expand.c:
702         * fvwm/focus.c:
703         * fvwm/functions.c:
704         * fvwm/gnome.c:
705         * fvwm/menubindings.c:
706         * fvwm/menucmd.c:
707         * fvwm/menuitem.c:
708         * fvwm/misc.c:
709         * fvwm/modconf.c:
710         * fvwm/module_interface.c:
711         * fvwm/module_list.c:
712         * fvwm/read.c:
713         * fvwm/update.c:
714         * fvwm/windowlist.c:
715         * fvwm/windowshade.c:
716         * fvwm/colorset.c:
717         * fvwm/session.c:
718         * fvwm/stack.c:
719         * fvwm/ewmh.c:
720         * fvwm/conditional.c:
721         * fvwm/menustyle.c:
722         * fvwm/virtual.c:
723         * fvwm/placement.c:
724         * fvwm/frame.c:
725         * fvwm/fvwm.c:
726         * fvwm/icons.c:
727         * fvwm/add_window.c:
728         * fvwm/builtins.c:
729         * fvwm/move_resize.c:
730         * fvwm/borders.c:
731         * fvwm/style.c:
732         * fvwm/events.c:
733         * fvwm/menus.c:
734         * libs/FTips.c:
735         * libs/Picture.c:
736         * libs/Target.c:
737         * libs/gravity.c:
738         * fvwm/execcontext.c:
739         * libs/BidiJoin.c:
740         * libs/CombineChars.c:
741         * libs/FBidi.c:
742         * libs/FEvent.c:
743         * libs/Fft.c:
744         * libs/FGettext.c:
745         * libs/Ficonv.c:
746         * libs/FImage.c:
747         * libs/flist.c:
748         * libs/FlocaleCharset.c:
749         * libs/fsm.c:
750         * libs/Parse.c:
751         * libs/queue.c:
752         * libs/safemalloc.c:
753         * libs/strdup.c:
754         * libs/timeout.c:
755         * libs/Strings.c:
756         * libs/FRender.c:
757         * libs/Module.c:
758         * libs/ColorUtils.c:
759         * libs/Colorset.c:
760         * libs/PictureImageLoader.c:
761         * libs/PictureGraphics.c:
762         * libs/Graphics.c:
763         * libs/FScreen.c:
764         * libs/PictureUtils.c:
765         * libs/Flocale.c:
766         * libs/PictureBase.c:
767         use new header files
769         * libs/Graphics.h:
770         * libs/XResource.h:
771         * libs/Event.h:
772         * libs/XError.h:
773         * libs/ColorUtils.h:
774         * libs/PictureBase.h:
775         * libs/System.h:
776         * libs/defaults.h:
777         * libs/Cursor.h:
778         * libs/Target.h:
779         * libs/WinMagic.h:
780         * libs/fvwmlib.h:
781         * libs/Makefile.am (libfvwm_a_SOURCES):
782         moved declarations from fvwmlib.h to new/appropriate header files
784         * libs/XError.c:
785         reformatted
787         * fvwm/menus.c (paint_side_pic):
788         fixed previous patch
789         reindented function
791 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
793         * fvwm/menus.c (paint_side_pic):
794         fix a core dump
796         * fvwm/menus.c (paint_side_pic):
797         use simple expose information to redraw sidepics less.
799 2007-01-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
801         * fvwm/geometry.c (constrain_size):
802         silence gcc 4.1.1 warning.
804         * libs/System.c (searchPath):
805         search in pwd if no path is given.
806         return NULL if a file dosn't exist regardless if it's absolute path
808 2007-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
810         * fvwm/placement.c (__place_window)
811         (__pl_under_mouse_get_pos_simple):
812         * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
813         * fvwm/fvwm.1.in:
814         new style option UnderMousePlacementHonorsStartsOnPage
816         * fvwm/update.c (init_style):
817         don't forget stickyness when a window goes fullscreen (or when some
818         other style is changed)
820 2007-01-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
822         * fvwm/placement.c (__pl_cascade_get_pos_simple):
823         properly handle title direction with cascade placement
825         * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
826         new default value
828         * fvwm/placement.c (__pl_center_get_pos_simple):
829         CenterPlacement properly handles Xinerama screens
831 2007-01-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
833         * configure.ac:
834         always substiture datarootdir
836 2007-01-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
838         * fvwm/add_window.c (GetWindowSizeHints):
839         * fvwm/geometry.c (constrain_size):
840         undefine macros after use
841         (constrain_size):
842         reindented and cleaned up
843         do not grow a window because of aspect ratio if this is not explicitly
844         allowed by the CS_ROUND_UP flag
845         (constrain_size):
846         (__cs_handle_aspect_ratio):
847         broken into separate functions and cleaned up
849 2007-01-20  Renato Caldas  <seventhguardian@gmail.com>
851         * fvwm/module_list.c (module_receive):
852         (module_input_discard):
853         allocate input data in just one call - better perfomance
855 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
857         * fvwm/placement.c (__place_get_wm_pos):
858         simplified to a simple loop
859         (__explain_placement):
860         added explanation of new placement styles
862         * fvwm/placement.c (__place_get_wm_pos):
863         cleanup
864         (__pl_center_get_pos_simple):
865         (__pl_under_mouse_get_pos_simple):
866         (__pl_cascade_get_pos_simple):
867         (__pl_manual_get_pos_simple):
868         (__place_get_wm_pos):
869         use new placement interface for CenterPlacement, UnderMousePlacement,
870         ManualPlacement, CascadePlacement
872         * fvwm/placement.c (__sp_get_first_pos):
873         (__sp_get_next_pos):
874         (__sp_get_pos_penalty):
875         (__place_get_wm_pos):
876         use new placement interface for SmartPlacement
877         (SmartPlacement):
878         removed function
880         * fvwm/placement.c:
881         don't use inline functions
882         (CleverPlacement):
883         (placement_loop):
884         renamed function and generalized the placement interface to deal with
885         any algorithm in the same way
886         (__place_get_wm_pos):
887         use new placement interface
889         * NEWS:
890         * configure.ac:
891         increased version to 2.5.22
893         * NEWS:
894         * configure.ac:
895         updated for 2.5.21 release
897 2007-01-19  Dan Espen  <dane@mk.telcordia.com>
899         * fvwm/read.h: Compile syntax error fix.
901 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
903         * fvwm/placement.c (SmartPlacement):
904         fixed broken SmartPlacement
906 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
908         * fvwm/expand.c (expand_vars_extended):
909         free allocated icon path
911 2007-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
913         * fvwm/fvwm.1.in:
914         some cleanup
916         * fvwm/virtual.c:
917         fix compile error
919 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
921         * NEWS:
922         * fvwm/fvwm.1.in (Scroll):
923         * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
924         add interactive scrolling.
926         * fvwm/stack.c (is_transient_subtree_straight):
927         check first above the tree root, then beneth it.
929 2007-01-17  Renato Caldas  <seventhguardian@gmail.com>
931         * fvwm/module_interface.h
932         * fvwm/module_interface.c (module_input_enqueue):
933         (module_input_execute):
934         new functions based on AddToCommandQueue and ExecuteModuleCommand
936         * fvwm/module_list.c (CMD_ModuleSynchronous):
937         (PositiveWrite):
938         * fvwm/events.c (My_XNextEvent):
939         * fvwm/module_interface.c (ExecuteCommandQueue):
940         using the above two new functions instead of AddToCommandQueue and
941         ExecuteModuleCommand
943         * fvwm/module_interface.c (cqueue_object_type):
944         removed typedef
946         * fvwm/module_interface.h
947         * fvwm/module_interface.c (AddToCommandQueue):
948         (ExecuteModuleCommand):
949         removed functions
951 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
953         * fvwm/fvwm.h (window_style):
954         * fvwm/style.c (style_parse_one_style_option):
955         icon background relief and icon title relief changed to sigend char;
956         should fix problem with ppc and negative values for these.
958 2007-01-16  Renato Caldas  <seventhguardian@gmail.com>
960         * fvwm/module_list.h:
961         * fvwm/module_list.c (module_receive):
962         (module_input_discard):
963         (module_input_expect):
964         new functions to deal with module input
966         * fvwm/module_list.h:
967         * fvwm/module_list.c (HandleModuleInput):
968         replaced by the above three functions
970         * fvwm/events.c (My_XNextEvent):
971         * fvwm/module_list.c (CMD_ModuleSynchronous):
972         (PositiveWrite):
973         adapted to use the above three functions instead of HandleModuleInput
975 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
977         * configure.ac (HAVE_PNG):
978         don't mangle png_LIBS, use --with-png-library
980 2007-01-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
982         * NEWS:
983         removed news about previous change after move of version-2_5_20 tag
984         on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
985         balls.
987         * fvwm/stack.c (__restack_window):
988         fix so new transient windows with StackTransientParent on top layer
989         don't make all windows raise above the pan frames.
991         * NEWS:
992         * configure.ac:
993         increased version to 2.5.21
995         * NEWS:
996         * configure.ac:
997         updated for 2.5.20 release
999 2007-01-15  Renato Caldas  <seventhguardian@gmail.com>
1001         * fvwm/fvwm.c (main):
1002         remove the call to module_init_list, the list head is instead set
1003         to NULL upon declaration
1005         * fvwm/module_list.h:
1006         * fvwm/module_list.c (module_init_list):
1007         removed function
1009 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1011         * fvwm/stack.c (is_transient_subtree_straight)
1012         (is_transient_subtree_stack_straight):
1013         use <= 32 character function name
1014         (mark_transient_subtree, is_transient_subtree_straight)
1015         (__mark_transient_subtree_test):
1016         move common tests to function to avoid code duplication
1018         * fvwm/fvwm.1.in (IconifyWindowGroups):
1019         Correctly document that windows are iconified together if the are in
1020         the same window group, not if the group leader is iconified.
1022 2007-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1024         * fvwm/add_window.c (GetWindowSizeHints):
1025         * libs/vpacket.h (ConfigWinPacket):
1026         * fvwm/module_interface.c (CONFIGARGS):
1027         * fvwm/fvwm.h (FvwmWindow):
1028         add orig_hints_width_inc and orig_hints_height_inc values to store the
1029         original resize inc  for use in FvwmIdent
1031         * fvwm/fvwm.1.in:
1032         * fvwm/style.c (style_parse_one_style_option):
1033         deprecated some "No..." styles
1034         (style_parse_one_style_option):
1035         add a NoResizeHintOverride style
1037         * fvwm/add_window.c (GetWindowSizeHints):
1038         only ignore the min_width/min_height/max_width/max_height with the
1039         ResizeHintOverride style
1041         * fvwm/icons.c (DeIconify):
1042         corrected previous fix
1044         * fvwm/placement.c (CleverPlacement):
1045         (SmartPlacement):
1046         (__place_get_wm_pos):
1047         (__place_get_nowm_pos):
1048         (__place_window):
1049         fixed smart placement
1050         unified placement func interface
1052 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1054         * NEWS:
1055         * fvwm/icons.c (DeIconify):
1056         don't loop forever.
1058         * fvwm/stack.c (is_transient_subtree_stacked_straight):
1059         fix detection of non needed lower operations
1060         (__restack_window):
1061         BroadcastRestack to modules even if non is done. (To cancel effect of
1062         already sent M_RAISE/M_LOWER)
1063         don't do raise hacks if no restack was done.
1065         * fvwm/fvwm.h (FvwmWindow):
1066         icon_nalloc_pixels is int instead of unsined int
1068         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
1069         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
1070         use int instead of unsigned int.
1072         * fvwm/menugeometry.c (menu_get_geometry)
1073         (menu_get_outer_geometry):
1074         * fvwm/focus.c (CMD_WarpToWindow):
1075         * fvwm/geometry.c (get_title_button_geometry):
1076         * fvwm/session.c (SaveWindowStates):
1077         * fvwm/conditional.c (CMD_WindowId):
1078         * fvwm/placement.c (__place_get_wm_pos):
1079         * fvwm/frame.c (frame_create_move_resize_args):
1080         * fvwm/icons.c (GetIconBitmap, GetIconWindow):
1081         * fvwm/add_window.c (CaptureOneWindow, AddWindow):
1082         * fvwm/builtins.c (CMD_Destroy, CMD_Close):
1083         * fvwm/style.c (style_parse_icon_box_style):
1084         * fvwm/move_resize.c (resize_move_window, InteractiveMove)
1085         (AnimatedMoveAnyWindow, __move_window, __move_loop)
1086         (__resize_window):
1087         * fvwm/events.c (HandlePropertyNotify)
1088         (__is_bpress_window_handled):
1089         * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
1090         (get_menu_options):
1091         fix geometry signed pointer warnings
1093         * libs/Graphics.c (CalculateGradientDimensions):
1094         cast pointer to unsigned int*
1096         * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
1097         * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
1098         (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
1099         change unsigned int* parameter to int*. It get's info stored in an
1100         unsigned short, so it should be OK.
1102         * fvwm/externs.h:
1103         * fvwm/fvwm.c:
1104         JunkMask is unsigned
1106         * fvwm/stack.c (__mark_group_member)
1107         (is_transient_subtree_stacked_straight, __is_restack_needed)
1108         (__restack_window, mark_transient_subtree):
1109         don't raise or lower windows if they are already at the right place.
1111 2007-01-13  Renato Caldas  <seventhguardian@gmail.com>
1113         * fvwm/module_interface.c (struct cqueue_object_type):
1114         * fvwm/module_list.h (struct fmodule_input):
1115         reused cqueue_object_type as a struct to store module input data
1116         renamed it to fmodule_input and moved it to module_list.h
1117         typedef'ed it to cqueue_object_type in module_interface.c
1119 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1121         * fvwm/placement.c (__cp_get_next_x):
1122         (__cp_get_next_y):
1123         (__cp_get_first_pos):
1124         (__cp_get_next_pos):
1125         (__cp_get_avoidance_penalty):
1126         (__cp_test_fit):
1127         (CleverPlacement):
1128         restructured and cleaned up CleverPlacement code
1130         * fvwm/style.c (style_parse_icon_box_style):
1131         * fvwm/virtual.c (HandlePaging):
1132         * fvwm/stack.c (verify_stack_ring_consistency):
1133         (ResyncFvwmStackRing):
1134         * fvwm/repeat.c:
1135         * fvwm/read.c (cursor_control):
1136         * fvwm/placement.c (__place_get_wm_pos):
1137         * fvwm/move_resize.c (GetMoveArguments):
1138         (ParseOneResizeArgument):
1139         (GetResizeArguments):
1140         (GetResizeMoveArguments):
1141         (resize_move_window):
1142         (resize_move_window):
1143         (InteractiveMove):
1144         (__move_window):
1145         (DoSnapAttract):
1146         (DoSnapAttract):
1147         (__resize_step):
1148         (__resize_window):
1149         (__resize_window):
1150         (__resize_window):
1151         (MaximizeHeight):
1152         (MaximizeWidth):
1153         (maximize_fvwm_window):
1154         (CMD_Maximize):
1155         (CMD_Maximize):
1156         * fvwm/misc.c:
1157         * fvwm/menustyle.h (MenuStyle):
1158         * fvwm/menus.c (MenuSizingParameters):
1159         (make_menu_window):
1160         (paint_menu_gradient_background):
1161         (paint_menu_gradient_background):
1162         (select_menu_item):
1163         (do_menus_overlap):
1164         (pop_menu_up):
1165         (pop_menu_down_and_repaint_parent):
1166         (__mloop_handle_action_without_mi):
1167         (do_menu):
1168         (get_menu_options):
1169         (get_menu_options):
1170         * fvwm/menuroot.h (MenuRootStatic):
1171         (MenuRootDynamic):
1172         * fvwm/menuitem.h (MenuPaintItemParameters):
1173         * fvwm/menugeometry.h:
1174         * fvwm/menubindings.c (menu_shortcuts):
1175         * fvwm/icons.c (SetIconPixmapSize):
1176         (GetIconPicture):
1177         (DrawIconTitleWindow):
1178         (AutoPlaceIcon):
1179         (do_all_iconboxes):
1180         (GetIconWindow):
1181         (GetIconBitmap):
1182         * fvwm/gnome.c (GNOME_GetHintIcons):
1183         * fvwm/functions.c (FvwmFunction):
1184         (__execute_function):
1185         (__cf_cleanup):
1186         (execute_complex_function):
1187         * fvwm/fvwm.c (JunkWidth):
1188         (JunkHeight):
1189         (JunkBW):
1190         (JunkDepth):
1191         (JunkMask):
1192         (main):
1193         * fvwm/externs.h (JunkWidth):
1194         (JunkHeight):
1195         (JunkBW):
1196         (JunkDepth):
1197         (JunkMask):
1198         * fvwm/focus.c (CMD_WarpToWindow):
1199         * fvwm/expand.c (__eae_parse_range):
1200         (expand_args_extended):
1201         (expand_vars_extended):
1202         (expand_vars_extended):
1203         * fvwm/ewmh_names.c (EWMH_WMIconName):
1204         (EWMH_WMName):
1205         * fvwm/ewmh_intern.h:
1206         * fvwm/ewmh_icons.c (ewmh_WMIcon):
1207         (EWMH_DoUpdateWmIcon):
1208         (ewmh_SetWmIconFromPixmap):
1209         (ewmh_SetWmIconFromPixmap):
1210         (EWMH_DeleteWmIcon):
1211         (extract_wm_icon):
1212         (extract_wm_icon):
1213         (EWMH_SetIconFromWMIcon):
1214         * fvwm/ewmh_events.c (ewmh_WMDesktop):
1215         (ewmh_WMState):
1216         (ewmh_WMIconGeometry):
1217         (ewmh_WMStrut):
1218         * fvwm/ewmh.h:
1219         * fvwm/ewmh.c (ewmh_ChangeProperty):
1220         (ewmh_ChangeProperty):
1221         (atom_get):
1222         (ewmh_AtomGetByName):
1223         (ewmh_AddToKdeSysTray):
1224         (EWMH_GetWorkAreaIntersection):
1225         (ewmh_HandleWindowType):
1226         (ewmh_check_wm_pid):
1227         * fvwm/geometry.c (constrain_size):
1228         * fvwm/geometry.h:
1229         * fvwm/events.c (__handle_cr_on_client):
1230         (WaitForButtonsUp):
1231         * fvwm/events.h:
1232         * libs/PictureImageLoader.c:
1233         * libs/PictureImageLoader.h:
1234         * libs/WinMagic.c:
1235         * libs/fvwmlib.h:
1236         * libs/Graphics.c (ParseGradient):
1237         (CalculateGradientDimensions):
1238         (CreateGradientPixmap):
1239         (CreateGradientPixmapFromString):
1240         * fvwm/colorset.c (update_root_pixmap):
1241         * fvwm/builtins.c (CMD_Echo):
1242         (CMD_State):
1243         * fvwm/add_window.c (AddWindow):
1244         * fvwm/screen.h (DecorFace):
1245         use int instead of unsigned int
1247         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
1248         * fvwm/colormaps.c (EnterSubWindowColormap):
1249         (LeaveSubWindowColormap):
1250         (FetchWmColormapWindows):
1251         * libs/vpacket.h:
1252         * libs/CombineChars.c (char_combclass):
1253         use short instead of short int
1254         use long instead of long int
1256         * libs/PictureBase.h (FvwmPictureAttributes):
1257         (FvwmRenderAttributes):
1258         * libs/Flocale.h (FlocaleFont):
1259         * fvwm/style.c (style_parse_icon_grid_style):
1260         * fvwm/menus.c (size_menu_horizontally):
1261         (size_menu_vertically):
1262         (paint_menu):
1263         (AddToMenu):
1264         * fvwm/menuitem.c (menuitem_paint):
1265         (menuitem_free):
1266         * fvwm/menuitem.h (MenuItem):
1267         * fvwm/geometry.c (set_window_border_size):
1268         * fvwm/decorations.c (SelectDecor):
1269         use int instead of short
1271         * fvwm/screen.h (FvwmAcs):
1272         (DecorFace):
1273         * fvwm/menus.c (MenuSizingParameters):
1274         (size_menu_horizontally):
1275         (update_menu):
1276         (paint_menu_gradient_background):
1277         * fvwm/menuroot.h (MenuRootStatic):
1278         * fvwm/menuitem.h (MenuItem):
1279         (MenuItemPartSizesT):
1280         * fvwm/menuitem.c (menuitem_get_size):
1281         * fvwm/menudim.h (MenuDimensions):
1282         use int instead of unsigned short
1284 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1286         * libs/gravity.h:
1287         * libs/gravity.c (gravity_move_resize_parent_child):
1288         * fvwm/frame.h:
1289         * fvwm/frame.c (mr_args_internal):
1290         (frame_setup_border):
1291         (frame_setup_titlebar):
1292         (frame_get_resize_decor_gravities):
1293         (frame_get_titlebar_dimensions):
1294         use rectangle instead of signed_rectangle
1296         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
1297         * libs/fvwmrect.h (signed_rectangle):
1298         removed type
1299         (rectangle):
1300         (size_rect):
1301         widht and height are now signed values
1303         * fvwm/placement.c (get_next_x):
1304         (__cp_get_next_x):
1305         (get_next_x):
1306         (__cp_get_next_y):
1307         (__test_fit):
1308         (__cp_test_fit):
1309         renamed functions
1311         * fvwm/placement.c (get_next_x):
1312         (get_next_y):
1313         (test_fit):
1314         (CleverPlacement):
1315         cleanup
1317 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1319         * NEWS:
1320         NEWS entry for StickyIcon, StickyAcrossPagesIcon and
1321         StickyAcrossDesksIcon.
1323 2007-01-13  Serge Koksharov  <gentoosiast dog yandex dot ru>
1325         * fvwm/conditional.c (CreateConditionMask):
1326         added conditions StickyIcon, StickyAcrossPagesIcon and
1327         StickyAcrossDesksIcon.
1329         * fvwm/fvwm.1.in:
1330         documented new conditional tests.
1331         removed descriptions of styles StickyIconPage & StickyIconDesk which
1332         actually don't exists in fvwm.
1333         moved StickyIcon/SlipperyIcon descriptions immediately after
1334         Sticky/Slippery description.
1336 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1338         * fvwm/placement.c (SmartPlacemen):
1339         (__sp_test_window):
1340         cleaned up SmartPlacement code
1342 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1344         * fvwm/ConfigFvwmMenuDefaults:
1345         Mouse 0 MS A MenuLeaveSubmenu instead.
1347         * fvwm/ConfigFvwmMenuDefaults:
1348         Mouse 0 MS A MenuClose to make sidepic and border behave as
1349         before menu bindings.
1351         * fvwm/fvwm.1.in:
1352         * libs/wcontext.h (enum):
1353         * fvwm/menubindings.c (menu_binding):
1354         (menu_shortcuts):
1355         Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
1357         * fvwm/menustyle.c (menustyle_parse_old_style):
1358         add a message of deprecation.
1360 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
1362         * fvwm/module_list.h:
1363         * fvwm/module_list.c:
1364         new files for module handling code.
1366         * fvwm/module_list.h:
1367         * fvwm/module_interface.h:
1368         * fvwm/module_list.c:
1369         * fvwm/module_interface.c:
1370         (struct mqueue_object_type):
1371         (msg_mask_set):
1372         (module_alloc):
1373         (module_insert):
1374         (module_remove):
1375         (module_free):
1376         (module_get_next):
1377         (set_message_mask):
1378         (get_pipe_name):
1379         (initModules):
1380         (ClosePipes):
1381         (do_execute_module):
1382         (executeModuleDesperate):
1383         (CMD_Module):
1384         (CMD_ModuleListenOnly):
1385         (CMD_ModuleSynchronous):
1386         (HandleModuleInput):
1387         (DeadPipe):
1388         (KillModule):
1389         (KillModuleByName):
1390         (CMD_KillModule):
1391         (PositiveWrite):
1392         (DeleteMessageQueueBuff):
1393         (FlushMessageQueue):
1394         (FlushAllMessageQueues):
1395         (CMD_set_mask):
1396         (CMD_set_sync_mask):
1397         (CMD_set_nograb_mask):
1398         (skipModuleAliasToken):
1399         (countModules):
1400         (struct msg_masks_t):
1401         (struct fmodule):
1402         moved from module_interface.c/h to module_list.c/h
1404         * fvwm/module_list.h (do_execute_module):
1405         * fvwm/module_interface.h (AddToCommandQueue):
1406         (ExecuteModuleCommand):
1407         initialy static functions are exposed for now. Should be fixed soon.
1409         * fvwm/Makefile.am:
1410         added module_list.h and module_list.c
1411         reorganized the c files by size
1413         * fvwm/module_list.h:
1414         * fvwm/module_list.c:
1415         * fvwm/events.c:
1416         * fvwm/fvwm.c:
1417         * fvwm/session.c:
1418         * fvwm/stack.c:
1419         (initModules): (module_init_list):
1420         (ClosePipes): (module_kill_all):
1421         (KillModule): (module_kill):
1422         (countModules): (module_count):
1423         renamed functions to a unified style
1425         * fvwm/module_interface.h:
1426         * fvwm/module_interface.c:
1427         * fvwm/fvwm.c:
1428         * fvwm/events.c:
1429         * fvwm/modconf.c
1430         * fvwm/session.c:
1431         * fvwm/stack.c:
1432         * fvwm/windowshade.c:
1433         * fvwm/functions.c:
1434         * fvwm/move_resize.c:
1435         include file cleanup
1437         * fvwm/module_list.c (do_execute_module):
1438         made absolutely sure the module's read fd is >=0 before inserting
1439         the module on the list
1441         * fvwm/events.c (My_XNextEvent):
1442         * fvwm/module_list.c (PositiveWrite):
1443         (CMD_ModuleSynchronous):
1444         assume module read fd is allways >=0 (remove the tests)
1446         * fvwm/module_list.c (module_free):
1447         no need to test if fd >=0 when closing the pipes.
1449 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1451         * fvwm/menuitem.c (draw_higlight_background):
1452         fix x-origin of HGradients
1454 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
1456         * fvwm/module_interface.c (FlushMessageQueues):
1457         fixed not flushing the first module on the list
1459 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1461         * libs/Flocale.c (FlocaleGetFftFont):
1462         add sanity check for NULL fontname.
1464         * NEWS:
1465         * fvwm/fvwm.1.in:
1466         * fvwm/menuitem.c (menuitem_paint):
1467         (draw_hilight_background):
1468         make all kinds of pixmaps work with hilight background
1470         * libs/Colorset.h (CreateOffsetBackgroundPixmap):
1471         * libs/Colorset.c (CreateOffsetBackgroundPixmap)
1472         (CreateBackgroundPixmap):
1473         added CreateOffsetBackgroundPixmap with the ability to create
1474         transparent images at an offset relative to the window.
1476 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1478         * fvwm/menus.c (__mloop_exit):
1479         (struct):
1480         (__mloop_get_event)
1481         (__mloop_handle_event):
1482         don't warp to parent item when entering other item with mouse.
1484         * NEWS:
1485         * fvwm/fvwm.1.in:
1486         * fvwm/menustyle.c (menustyle_update):
1487         make use of colorset TiledPixmap option with HiglightBack
1488         and HiglightTitleBack menu styles.
1490 2007-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1492         * libs/FScreen.c:
1493         reformatted
1495 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1497         * libs/FScreen.c (FScreenParseGeometry):
1498         don't look up screen info if screen is undefined
1500 2007-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1502         * ONEWS:
1503         * NEWS:
1504         moved the NEWS of 2.2.x and 2.3.x to ONEWS
1506         * libs/fio.c (fvwm_send):
1507         compile fixes
1509         * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
1510         added macro
1512         * libs/fio.c:
1513         * libs/fio.h:
1514         new utility files to wrap writing/reading standard lib functions that
1515         might be interrupted
1517 2007-01-05  Serge Koksharov  <gentoosiast dog yandex dot ru>
1519         * fvwm/ewmh_intern.h:
1520         compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
1521         instead of <time.h>.
1523         * fvwm/windowlist.h:
1524         removed unneeded file.
1526         * fvwm/Makefile.am:
1527         removed windowlist.h from build list.
1529         * libs/PictureUtils.c:
1530         include "ftime.h" instead of <time.h>.
1531         fvwmlib.h header name should be in double quotes not in angle
1532         brackets.
1534         * libs/System.c:
1535         include "ftime.h" instead of <sys/time.h>.
1537 2007-01-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1539         * ChangeLog:
1540         make my email less spider-friendly
1542         * fvwm/bindings.c (binding_cmd):
1543         (ParseBinding):
1544         fix core
1546 2007-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1548         * fvwm/screen.h (ScreenInfo):
1549         made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
1550         casting signed values in calculations to be cast to unsigned
1552         * fvwm/focus.c (__activate_window_by_command):
1553         don't warp the viewport if the center of the window is already in view
1554         fixed a bug in window positioning
1556 2007-01-03  Serge Koksharov  <gentoosiast dog yandex dot ru>
1558         * NEWS:
1559         FvwmIconBox IconColorset's bg wasn't updated immediately.
1561 2007-01-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1563         * fvwm/fvwm.c (main):
1564         close all open fds upon startup
1565         reopen stdin, stdout and stderr if necessary
1566         (reopen_fd):
1567         new function
1569         * fvwm/module_interface.c (do_execute_module):
1570         simplified error handling
1571         check maximum fd when creating modules
1573         * fvwm/events.c (My_XNextEvent):
1574         * fvwm/fvwm.c (main):
1575         replaced fd_width with fvwmlib_max_fd
1577         * libs/fvwmlib.h:
1578         * libs/System.c (fvwmlib_init_max_fd):
1579         added function and fvwmlib_max_fd
1581         * fvwm/events.c (My_XNextEvent):
1582         * fvwm/module_interface.c (CMD_ModuleSynchronous):
1583         switch back to using FD_SET
1585         * fvwm/events.c (My_XNextEvent:
1586         * fvwm/module_interface.h:
1587         * fvwm/module_interface.c:
1588         hide module structure members with access macros and use them
1589         everywhere
1591 2007-01-02  Renato Caldas  <seventhguardian@gmail.com>
1593         * fvwm/module_interface.c (module_add_to_fdsets):
1594         * fvwm/module_interface.h:
1595         created new function that also checks for too many open fds
1597         * fvwm/module_interface.c (CMD_ModuleSynchronous):
1598         * fvwm/events.c (My_XNextEvent):
1599         now using module_add_to_fdset to add pipes to the fdsets
1601 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
1603         * libs/defaults.h (MAX_NUM_MODULES):
1604         * fvwm/module_interface.c (module_alloc):
1605         (do_execute_module):
1606         removed check for MAX_NUM_MODULES - not needed, done by the O.S.
1608         * fvwm/module_interface.c (do_execute_module):
1609         moved the allocation call to the end of the sanity checks and pipe
1610         creation - better for performance
1612 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1614         END MODULE STRUCT PATCHES
1616         * fvwm/module_interface.c (do_execute_module):
1617         fixed another memory leak
1619 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
1621         * fvwm/module_interface.h:
1622         * fvwm/module_interface.c:
1623         * fvwm/modconf.c:
1624         renamed struct module member "pipeName" and "pipeAlias" to "name"
1625         and "alias"
1627         * fvwm/module_interface.c (do_execute_module):
1628         fixed possible memory leak
1630 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1632         * fvwm/events.c (My_XNextEvent):
1633         * fvwm/module_interface.c (module_alloc):
1634         (do_execute_module):
1635         (KillModule):
1636         * fvwm/module_interface.h (fmodule):
1637         replaced int with a flag struct
1639         * fvwm/module_interface.h:
1640         * fvwm/events.c (My_XNextEvent):
1641         * fvwm/module_interface.c (module_alloc):
1642         (module_free):
1643         (module_insert):
1644         (ClosePipes):
1645         add new modules at front of list again
1646         removed global variable init_fdset; use a flag in the module struct
1647         instead
1648         removed the now obsolete module slot count
1650 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
1652         * fvwm/module_interface.c (module_remove):
1653         (KillModule):
1654         moved module remotion code to module_remove()
1656 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1658         * fvwm/events.c (My_XNextEvent):
1659         fixed startup commands
1661         * fvwm/module_interface.c (module_insert):
1662         (module_free):
1663         (KillModule):
1664         (ClosePipes):
1665         append modules at end of list
1667         * fvwm/events.c (My_XNextEvent):
1668         fixed core
1670         * fvwm/module_interface.c (ExecuteModuleCommand):
1671         (PositiveWrite):
1672         (KillModuleByName):
1673         (BroadcastPacket):
1674         (BroadcastNewPacket):
1675         (BroadcastName):
1676         (BroadcastFvwmPicture):
1677         (BroadcastColorset):
1678         (BroadcastPropertyChange):
1679         (BroadcastConfigInfoString):
1680         (CMD_SendToModule):
1681         (FlushAllMessageQueues):
1682         (countModules):
1683         (CMD_set_mask):
1684         (CMD_set_sync_mask):
1685         (CMD_set_nograb_mask):
1686         cleanup
1687         (skipModuleAliasToken):
1688         use MAX_MODULE_ALIAS_LEN
1690         * fvwm/module_interface.c (KillModule):
1691         (do_execute_module):
1692         (module_alloc):
1693         added a "slot" member to the module struct to fix the init_fdset hack
1694         for now
1696         * libs/defaults.h (MAX_NUM_MODULES):
1697         (MAX_MODULE_ALIAS_LEN):
1698         new config values
1700         * fvwm/module_interface.c (do_execute_module):
1701         rewrote module struct initialization
1702         (HandleModuleInput):
1703         use %p to print module address, don't cast it to int
1705         * fvwm/module_interface.c (ClosePipes):
1706         (KillModule):
1707         use module_free
1708         (msg_mask_set):
1709         (module_insert):
1710         (module_alloc):
1711         new functions()
1713         * fvwm/module_interface.c (FreeModule):
1714         (module_free):
1715         renamed function
1717         * fvwm/module_interface.c (KillModule):
1718         (FreeModule):
1719         * fvwm/events.c (My_XNextEvent):
1720         * fvwm/execcontext.h:
1721         * fvwm/modconf.c (CMD_Send_ConfigInfo):
1722         (ModuleConfig):
1723         * fvwm/stack.c (BroadcastRestack):
1724         cleanup
1726         * fvwm/module_interface.c (module_get_next):
1727         * fvwm/module_interface.h:
1728         new function
1730 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
1732         * fvwm/modconf.c (ModuleConfig):
1733         (SendConfigToModule):
1734         (send_xinerama_state):
1735         (send_desktop_names):
1736         (send_desktop_geometry):
1737         (send_image_path):
1738         (send_color_limit):
1739         (send_colorsets):
1740         (send_click_time):
1741         (send_move_threshold):
1742         (send_ignore_modifiers):
1743         (CMD_Send_ConfigInfo):
1744         * fvwm/functions.c (__execute_function):
1745         * fvwm/events.c (My_XNextEvent):
1746         * fvwm/module_interface.h (msg_masks_t):
1747         (fmodule):
1748         * fvwm/execcontext.c (__exc_change_context):
1749         (exc_create_null_context):
1750         * fvwm/execcontext.h:
1751         Initial module struct patches
1753         BEGIN MODULE STRUCT PATCHES
1755 2006-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1757         * fvwm/events.c (HandleFocusOut):
1758         (__refocus_stolen_focus_win):
1759         (HandleEnterNotify):
1760         less disruptive way of restoring focus to the window it was stolen from
1762 2006-12-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1764         * fvwm/events.c (HandleEnterNotify):
1765         restore focus to windows that had it stolen by
1766         unmanaged windows on enter of any unmanaged windows.
1768 2006-12-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1770         * fvwm/menubindings.c:
1771         don't include menus.h
1773         * fvwm/ConfigFvwmMenuDefaults:
1774         all bindings are silent
1776 2006-12-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1778         * fvwm/ConfigFvwmMenuDefaults:
1779         make all numpad keys silent -- not all keyboads have a numpad
1780         add KP_Separator for MenuClose
1782 2006-12-30  Serge Koksharov  <gentoosiast dog yandex dot ru>
1784         * fvwm/fvwm.1.in:
1785         documented missing menu bindings.
1787         * fvwm/ConfigFvwmMenuDefaults:
1788         fixed wrong menu bindings.
1790 2006-12-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1792         * fvwm/menubindings.c:
1793         * fvwm/menubindings.h:
1794         * fvwm/menucmd.c:
1795         * fvwm/menudim.c:
1796         * fvwm/menudim.h:
1797         * fvwm/menugeometry.c:
1798         * fvwm/menugeometry.h:
1799         * fvwm/menuitem.c:
1800         * fvwm/menuitem.h:
1801         * fvwm/menuroot.h:
1802         * fvwm/menus.c:
1803         * fvwm/menus.h:
1804         * fvwm/move_resize.c:
1805         * fvwm/move_resize.h:
1806         * fvwm/windowlist.c:
1807         simplified including header files
1809         * fvwm/menus.c (__mloop_handle_event):
1810         * fvwm/menuparameters.h:
1811         * fvwm/menubindings.c (menu_shortcuts):
1812         do not call find_entry directly but return MENU_NEWITEM_FIND instead
1814         * fvwm/menus.c (__mloop_handle_event):
1815         * fvwm/menuparameters.h:
1816         * fvwm/menubindings.c (menu_shortcuts):
1817         do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
1818         instead
1820         * fvwm/menus.h (MenuParameters):
1821         (MenuOptions):
1822         (MenuPosHints):
1823         (MenuRC):
1824         (MenuReturn):
1825         (MenuRepaintTransparentParameters):
1826         * fvwm/menuparameters.h (MenuParameters):
1827         (MenuOptions):
1828         (MenuPosHints):
1829         (MenuRC):
1830         (MenuReturn):
1831         (MenuRepaintTransparentParameters):
1832         moved to menuparameters.h
1834         * fvwm/menus.h (MenuRoot):
1835         (MenuRootDynamic):
1836         (MenuRootStatic):
1837         * fvwm/menutypes.h (MenuRoot):
1838         (MenuRootDynamic):
1839         (MenuRootStatic):
1840         moved to menuroot.h
1842         * fvwm/menus.c (menu_get_geometry):
1843         (menu_get_outer_geometry):
1844         * fvwm/menugeometry.c (menu_get_geometry):
1845         (menu_get_outer_geometry):
1846         moved to menugeometry.c
1848         * fvwm/menuparameters.h:
1849         * fvwm/menutypes.h:
1850         * fvwm/menugeometry.c:
1851         * fvwm/menugeometry.h:
1852         * fvwm/Makefile.am:
1853         new files
1855         * fvwm/menubindings.h (enum):
1856         * fvwm/menus.c (enum):
1857         moved enum menu_shortcut_action to menubindings.h
1858         (get_selectable_item_index):
1859         (get_selectable_item_from_index):
1860         (get_selectable_item_from_section):
1861         (get_selectable_item_count):
1862         (parse_menu_action):
1863         moved to menubindings.c
1865         * fvwm/menus.c (enum):
1866         (parse_menu_action):
1867         (menuShortcuts):
1868         renamed enum shortcut_action to menu_shortcut_action
1870         * fvwm/fvwm.c (SetRCDefaults):
1871         read default config file after all other defaults
1873 2006-12-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1875         * fvwm/ConfigFvwmMenuDefaults:
1876         * fvwm/fvwm.c (SetRCDefaults):
1877         make the hard coded menu bindings load before ConfigFvwmDefaults
1878         move Mouse 0 ... to ConfigFvwmMenuDefaults
1880 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1882         * fvwm/ConfigFvwmMenuDefaults:
1883         * fvwm/fvwm.c (SetRCDefaults):
1884         added hard coded default menu bindings
1886 2006-12-29  Serge Koksharov  <gentoosiast dog yandex dot ru>
1888         * fvwm/fvwm.1.in:
1889         documentation fixes.
1891 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1893         * fvwm/bindings.c:
1894         * fvwm/menubindings.h:
1895         * fvwm/menubindings.c:
1896         * fvwm/menus.h:
1897         * fvwm/menus.c:
1898         * fvwm/Makefile.am:
1899         moved new menu binding code to menubindings.c, menubindings.h
1900         split binding into a regular list and a fallback list that can not be
1901         modified
1903         * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
1904         fixed calculation of new geometry if x or y is negative
1906         * fvwm/geometry.c (maximize_adjust_offset):
1907         fixed calculations of normal geometry when maximized
1909 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1911         * NEWS:
1912         * fvwm/ConfigFvwmMenuDefaults:
1913         * fvwm/fvwm.c (SetRCDefaults):
1914         * fvwm/menus.c (parse_menu_action):
1915         * fvwm/fvwm.1.in:
1916         rename menu action to menu bindings and make menu binding commands
1917         more verbose.  Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
1918         ensure basic function with ConfigFvwmMenuDefaults missing.
1920 2006-12-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1922         * fvwm/menus.c (menuShortcuts):
1923         fixed compiler warning.
1925 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1927         * fvwm/fvwm.1.in:
1928         corrected mis-spelling
1930         * AUTHORS:
1931         * NEWS:
1932         * fvwm/fvwm.1.in:
1933         * fvwm/menus.h:
1934         * fvwm/menus.c (handle_emacs_bindings):
1935         (parse_menu_action)
1936         (menuShortcuts):
1937         (__mloop_handle_event):
1938         (menu_binding):
1939         * fvwm/bindings.c (ParseBinding):
1940         * fvwm/Makefile.am (config_DATA):
1941         * fvwm/ConfigFvwmDefaults:
1942         * fvwm/ConfigFvwmMenuDefaults:
1943         fully configurable mouse any key bindings for menu navigation.
1945 2006-12-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1947         * fvwm/virtual.c (HandlePaging):
1948         removed bogus comment
1950         * fvwm/move_resize.c (__move_loop):
1951         cleanup
1952         (__resize_window):
1953         allow paging during resize with "EdgeScroll 0 0" as documented in the
1954         man page
1955         fixed disappearing windows with "maximize; resize - abort; unmaximize"
1957         * fvwm/fvwm.h (FvwmWindow):
1958         * fvwm/add_window.c (AddWindow):
1959         * fvwm/add_window.c (setup_frame_window):
1960         * fvwm/add_window.c (setup_parent_window)
1961         * fvwm/borders.c (border_draw_decorations):
1962         * fvwm/borders.c (border_draw_one_border_part):
1963         * fvwm/borders.c (border_get_parts_and_pos_to_draw)
1964         * fvwm/borders.c (border_get_titlebar_descr)
1965         * fvwm/builtins.c (__remove_window_decors):
1966         * fvwm/conditional.c (MatchesConditionMask):
1967         * fvwm/events.c (HandleMapNotify):
1968         * fvwm/events.c (HandleMapRequestKeepRaised)
1969         * fvwm/events.c (HandlePropertyNotify):
1970         * fvwm/events.c (HandleShapeNotify):
1971         * fvwm/events.c (__cr_detect_icccm_move)
1972         * fvwm/events.c (__cr_get_grav_position):
1973         * fvwm/events.c (__cr_get_static_position)
1974         * fvwm/events.c (__handle_configure_request)
1975         * fvwm/events.c (__handle_cr_on_client):
1976         * fvwm/ewmh.c (EWMH_fullscreen):
1977         * fvwm/focus.c (__activate_window_by_command):
1978         * fvwm/focus.c (__set_focus_to_fwin):
1979         * fvwm/focus.c (warp_to_fvwm_window):
1980         * fvwm/frame.c (__frame_setup_window):
1981         * fvwm/frame.c (frame_create_move_resize_args)
1982         * fvwm/frame.c (frame_free_move_resize_args):
1983         * fvwm/frame.c (frame_move_resize_step)
1984         * fvwm/frame.c (frame_reshape_border):
1985         * fvwm/geometry.c (constrain_size):
1986         * fvwm/geometry.c (get_icon_corner)
1987         * fvwm/geometry.c (get_page_offset):
1988         * fvwm/geometry.c (get_page_offset_check_visible):
1989         * fvwm/geometry.c (get_shaded_client_window_pos):
1990         * fvwm/geometry.c (get_title_button_geometry):
1991         * fvwm/geometry.c (get_title_geometry)
1992         * fvwm/geometry.c (get_unshaded_geometry):
1993         * fvwm/geometry.c (get_visible_window_or_icon_geometry)
1994         * fvwm/geometry.c (gravity_constrain_size):
1995         * fvwm/geometry.c (maximize_adjust_offset):
1996         * fvwm/geometry.c (update_absolute_geometry):
1997         * fvwm/geometry.c (update_relative_geometry)
1998         * fvwm/gnome.c (GNOME_SetWinArea):
1999         * fvwm/icons.c (AutoPlaceIcon):
2000         * fvwm/icons.c (DeIconify):
2001         * fvwm/icons.c (Iconify):
2002         * fvwm/module_interface.c (CONFIGARGS):
2003         * fvwm/move_resize.c (AnimatedMoveAnyWindow)
2004         * fvwm/move_resize.c (CMD_Maximize):
2005         * fvwm/move_resize.c (CMD_ResizeMaximize):
2006         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
2007         * fvwm/move_resize.c (__move_loop):
2008         * fvwm/move_resize.c (__move_window):
2009         * fvwm/move_resize.c (__resize_window):
2010         * fvwm/move_resize.c (maximize_fvwm_window):
2011         * fvwm/move_resize.c (resize_move_window):
2012         * fvwm/move_resize.c (stick_across_pages):
2013         * fvwm/move_resize.c (unmaximize_fvwm_window):
2014         * fvwm/placement.c (__explain_placement):
2015         * fvwm/placement.c (__place_get_wm_pos):
2016         * fvwm/placement.c (get_next_x):
2017         * fvwm/placement.c (get_next_y):
2018         * fvwm/placement.c (test_fit)
2019         * fvwm/session.c (MatchWinToSM):
2020         * fvwm/session.c (SaveWindowStates):
2021         * fvwm/update.c (apply_window_updates):
2022         * fvwm/virtual.c (MoveViewport):
2023         * fvwm/windowlist.c (CMD_WindowList):
2024         * fvwm/windowshade.c (CMD_WindowShade):
2025         put some of the window geometry members into a separate struct window_g
2026         with members frame, normal, max, max_defect, max_offset
2028 2006-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2030         * NEWS:
2031         * AUTHORS:
2032         * fvwm/window_flags.h:
2033         * fvwm/style.h:
2034         * fvwm/style.c (style_parse_one_style_option):
2035         * fvwm/icons.c (DrawIconTitleWindow):
2036         * fvwm/fvwm.h (common_flags_t):
2037         * fvwm/fvwm.1.in (Style):
2038         * fvwm/borders.c:
2039         (border_draw_title_stick_lines):
2040         Applied Stippled patch by Thomas Adam with some fixes.
2042 2006-12-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2044         * NEWS:
2045         FvwmWinList button/list syncronization fixed (bug #1393)
2047 2006-12-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2049         * NEWS:
2050         * configure.ac:
2051         updated for 2.5.20.
2053         * NEWS:
2054         * configure.ac:
2055         updated for 2.5.19 release
2057         * NEWS:
2058         updated after 2.4.20 release
2060         * NEWS:
2061         * fvwm/focus.c (focus_get_fpol_context_flag):
2062         * fvwm/events.c (__check_click_to_focus_or_raise)
2063         (__handle_click_to_focus):
2064         Treat EWMH desktop as client window under click to focus. (#1492)
2066 2006-12-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2068         * libs/Module.h (MX_REPLY):
2069         (MAX_EXTENDED_MESSAGES):
2070         (MAX_XMSG_MASK):
2071         * fvwm/module_interface.c (CMD_Send_Reply):
2072         * fvwm/functable.c (func_table):
2073         * fvwm/commands.h:
2074         Added Send_Reply module only command.
2076 2006-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2078         * libs/PictureUtils.c (init_static_colors_table):
2079         fix fvwm for < 8 bit depth, bug #1677
2081 2006-11-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2083         * fvwm/misc.c (IsRectangleOnThisPage):
2084         new fix for signedness problems.
2086 2006-10-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2088         * fvwm/misc.c (IsRectangleOnThisPage):
2089         fix signedness problem with test introduced by gcc4 fix below.
2091 2006-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2093         * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
2094         (size_rect):
2095         (rectangle)
2096         (signed_rectangle):
2097         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2098         * libs/gravity.h (gravity_move_resize_parent_child):
2099         * libs/gravity.c (gravity_move_resize_parent_child):
2100         * fvwm/frame.h (frame_get_titlebar_dimensions)
2101         * fvwm/frame.c (frame_get_titlebar_dimensions_only)
2102         (frame_get_resize_decor_gravities):
2103         (mr_args_internal):
2104         (frame_setup_border):
2105         (frame_setup_titlebar)
2106         (frame_get_resize_decor_gravities):
2107         (frame_get_titlebar_dimensions):
2108         split rectangle into a signed size and an unsigned size type.
2110         * fvwm/screen.h (ScreenInfo):
2111         * libs/FScreen.h (FScreenGetScrRect):
2112         (FScreenGetResistanceRect):
2113         * libs/FScreen.c (XineramaScreenInfo):
2114         (FScreenGetGeometry)
2115         (FScreenGetScrRect):
2116         (FScreenClipToScreen):
2117         (FScreenCenterOnScreen)
2118         (FScreenGetResistanceRect):
2119         (FScreenIsRectangleOnScreen):
2120         * fvwm/fvwm.h (FvwmWindow):
2121         * fvwm/screen.h (DecorFace):
2122         * libs/fvwmlib.h (CreateGradientPixmap):
2123         * libs/Graphics.c (CreateGradientPixmap):
2124         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2125         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2126         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
2127         (PImageLoadPixmapFromFile):
2128         (PImageLoadPixmapFromXpmData):
2129         * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
2130         (PImageCreatePixmapFromArgbData):
2131         (PImageLoadPixmapFromFile)
2132         (PImageLoadFvwmPictureFromFile):
2133         (PImageLoadPixmapFromXpmData):
2134         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
2135         * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
2136         (EWMH_SetIconFromWMIcon):
2137         * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
2138         * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
2139         * fvwm/colorset.c (parse_colorset):
2140         * fvwm/icons.c (DrawIconTitleWindow):
2141         (AutoPlaceIcon)
2142         (do_all_iconboxes):
2143         * fvwm/menus.h (MenuRootDynamic):
2144         * fvwm/menus.c (update_menu):
2145         (pop_menu_up):
2146         (do_menu)
2147         (get_menu_options):
2148         * fvwm/move_resize.c (GetMoveArguments):
2149         (ParseOneResizeArgument)
2150         (GetResizeArguments):
2151         (GetResizeMoveArguments):
2152         (DoSnapAttract)
2153         (__move_loop):
2154         (CMD_Maximize):
2155         change dimensions and allocation counts to unsigned types.
2157         * libs/Flocale.h (FlocaleStringNumberOfBytes)
2158         (FlocaleStringByteToCharOffset):
2159         (FlocaleStringCharToByteOffset)
2160         (FlocaleStringCharLength)
2161         * libs/Flocale.c (FlocaleStringNumberOfBytes)
2162         (FlocaleStringByteToCharOffset):
2163         (FlocaleStringCharToByteOffset)
2164         (FlocaleStringCharLength):
2165         (FlocaleUtf8ToUnicodeStr2b)
2166         (FlocaleStringToString2b):
2167         (FlocaleEncodeString):
2168         * libs/Ficonv.c (convert_charsets):
2169         change most string types to char* from unsigned char* to match
2170         with system headers without casts.
2172         * libs/Flocale.c (FlocaleLoadFont):
2173         init shadow_dir to make gcc 4 happy.
2175         * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
2176         (CSETS_IS_TRANSPARENT_ROOT_TRAN):
2177         (CSETS_IS_TRANSPARENT_ROOT_PURE)
2178         (CSETS_IS_TRANSPARENT_PR_PURE):
2179         (CSETS_IS_TRANSPARENT_ROOT)
2180         (CSETS_IS_TRANSPARENT):
2181         compare pointer with NULL, not >= 0.
2183         * libs/FTips.h (ftips_position_t):
2184         * fvwm/expand.c (partial_extended_vars):
2185         * fvwm/placement.c (preason_screen_t):
2186         remove comma last in enums.
2188         * fvwm/style.c (style_parse_focus_policy_style):
2189         change 0xffffffff to ~0 to silience truncation warning.
2191         * fvwm/session.h (mwtsm_state_args):
2192         make flags unsigned.
2194         * fvwm/schedule.c (sq_object_type):
2195         change // to /* ... */
2197         * libs/Fft.c (FftGetFontWidths):
2198         (FftTextWidth):
2199         * libs/FScreen.c (FScreenConfigureSLSScreens):
2200         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
2201         (EWMH_SetDesktopNames):
2202         * fvwm/fvwm.c (LoadDefaultLeftButton):
2203         (LoadDefaultRightButton):
2204         * fvwm/builtins.c (ReadDecorFace):
2205         (CMD_State):
2206         silence signedness warnings by casts.
2208         * fvwm/borders.c (ROTATE_RECTANGLE):
2209         make sure tr is initialized.
2211         * fvwm/add_window.c (FetchWmProtocols):
2212         use unsigned type for l_protocols.
2214 2006-09-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2216         * fvwm/events.c (HandleFocusIn):
2217         (HandleFocusOut):
2218         * fvwm/focus.c (__set_focus_to_fwin):
2219         fix focus decoration when unmanaged are focused, unless
2220         FlickeringQtDialogsWorkaround is on. Closes bug #758.
2222 2006-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2224         * fvwm/geometry.c (constrain_size):
2225         repeat aspect-resizing in a loop to get a stable result that does not
2226         change the next time the frame is set up
2228 2006-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2230         * NEWS:
2231         * configure.ac:
2232         increased version to 2.5.19
2233         released 2.5.18
2235         * NEWS:
2236         * configure.ac:
2237         updated for 2.5.18 release
2239 2006-09-04  Renato Caldas  <seventhguardian@gmail.com>
2241         * acinclude.m4:
2242         removed the unused test for imlib
2243         removed the Imlib.h header from gdk_imlib test programs
2245 2006-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2247         * fvwm/ewmh.c (atom_get):
2248         fix offset and length args for XGetWindowProperty() (to support 64bit
2249         architectures)
2251 2006-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2253         * fvwm/events.c (HandleUnmapNotify):
2254         immediately handle MapRequests after unmapping a window while we still
2255         have the context fvwm window; this is necessary to allow the client to
2256         re-map a window before fvwm can reparent it to the root window
2257         (HandleMapRequestKeepRaised):
2258         cleaned up
2260 2006-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2262         * fvwm/ewmh.c (ewmh_HandleDesktop):
2263         fixed handling of ClickToFocusPassesClick with the EWMH desktop
2264         window
2266 2006-08-29  Harald Dunkel  <harald.dunkel@t-online.de>
2268         * fvwm/icccm2.c:
2269         * fvwm/gnome.c:
2270         * fvwm/decorations.c:
2271         fix offset and length args for XGetWindowProperty() (to support 64bit
2272         architectures)
2274 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2276         * NEWS:
2277         * fvwm/expand.c (expand_vars_extended):
2278         correctly expand break.
2279         * fvwm/conditional.c (__rc_matches_rcstring_consume):
2280         fix matching break.
2282 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2284         * fvwm/decorations.h (is_function_allowed):
2285         * fvwm/decorations.c (__is_resize_allowed):
2286         (is_function_allowed):
2287         work on 'const FvwmWindow *'
2289         * fvwm/fvwm.h (action_flags):
2290         * fvwm/style.c (check_window_style_change):
2291         * fvwm/module_interface.c (__get_allowed_actions)
2292         (CONFIGARGS):
2293         * libs/vpacket.h (ConfigWinPacket):
2294         expose fvwm allowed actions to modules
2296 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2298         * fvwm/move_resize.c (__move_icon):
2299         *do* map icon windows for pictured icons on move, but only if they end
2300         up on the current desk
2302 2006-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2304         * fvwm/move_resize.c (__move_icon):
2305         don't map icon windows for pictured icons on move
2307 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2309         * fvwm/style.c (remove_all_of_style_from_list):
2310         (__simplify_style_list):
2311         (blockor):
2312         (blockand):
2313         (blockunmask)
2314         (blockissubset):
2315         (style_ids_are_equal):
2316         (style_id_equals_id)
2317         (styles_have_same_id):
2318         (fw_match_style_id)
2319         (one_fw_can_match_both_ids):
2320         (check_window_style_change):
2321         use int/0/1 instead of Bool/False/True
2323         * fvwm/move_resize.c (stick_across_pages):
2324         use False instead of FALSE
2326         * fvwm/style.c (fw_match_style_id):
2327         * fvwm/read.c (run_command_file):
2328         (push_read_file):
2329         * fvwm/add_window.c (MappedNotOverride):
2330         * libs/wild.c (matchWildcards):
2331         use 0 and 1 instead of FALSE and TRUE
2333         * fvwm/fvwm.h:
2334         removed TRUE and FALSE
2336 2006-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2338         * NEWS:
2339         FvwmPager !IconTitle style bugfix.
2341 2006-07-31  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
2343         * fvwm/fvwm.1.in:
2344         Updated description of Wait command in man page.
2346 2006-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2348         * libs/Flocale.c (FlocaleFontStructDrawString)
2349         (FlocaleRotateDrawString):
2350         (FlocaleDrawString):
2351         fixed drawing of forecolor/hilightfore
2353         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
2354         always unmaximize and resize window when leaving fullscreen state,
2355         not just if it did not start as fullscreen
2357 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
2359         * fvwm/fvwm.1.in (MenuStyle):
2360         added a reference to the prefered ! style negation flag,
2361         and listed the other deprecated negative forms in one place.
2362         (ActiveForeOff):
2363         (AnimationOff):
2364         (AutomaticHotkeysOff):
2365         (HilightBackOff):
2366         (TitleWarpOff):
2367         changed to the ! negation form and listed as deprecated.
2368         (ActiveBack):
2369         removed relics from the man page
2371 2006-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2373         * NEWS:
2374         * configure.ac:
2375         increased version to 2.5.18
2376         released 2.5.17
2378         * NEWS:
2379         * configure.ac:
2380         updated for 2.5.17 release
2382 2006-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2384         * fvwm/move_resize.c (__move_window):
2385         allow moving a window without an icon while it's iconified based on the
2386         frame geometry
2388 2006-07-17  Serge Koksharov  <gentoosiast dog yandex dot ru>
2390         * fvwm/menustyle.c (menustyle_copy):
2391         Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
2393 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
2395         * fvwm/fvwm.1.in:
2396         NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
2397         changed the manpage to reflect the prefered style negation method,
2398         that is, using the !* negation sign.
2400 2006-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2402         * fvwm/fvwm.1.in (COMMAND EXPANSION):
2403         removed documentation of filters.
2405         * NEWS:
2406         * fvwm/expand.c (check_first_filter):
2407         (apply_filters)
2408         (expand_args_extended):
2409         (expand_vars_extended):
2410         (expand_vars):
2411         removed variable filter implementation and backslash-escaping.
2413 2006-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2415         * NEWS:
2416         News blurb for variable filters and backslash-escaping.
2417         * fvwm/fvwm.1.in:
2418         documentation of variable filters.
2420 2006-07-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2422         * fvwm/expand.c (chec):
2423         (first_filter):
2424         (apply_filters)
2425         (expand_args_extended):
2426         (expand_vars_extended):
2427         (expand_vars):
2428         implemented variable filters.
2430         * fvwm/expand.c (expand_vars):
2431         made backslash work as escape character within extended variables.
2433         * libs/Strings.h (QuoteEscapeString):
2434         (QuoteEscapeStringLength):
2435         * libs/Strings.c (QuoteEscapeString):
2436         (QuoteEscapeStringLength):
2437         new functions: QuoteEscapeString and QuoteEscapeStringLength for
2438         generic quoting.
2440         * fvwm/expand.c (expand_args_extended):
2441         make upper limit inclusive.
2443         * fvwm/functions.c (__execute_function):
2444         Changed PeekToken to GetNextToken before expand_vars call.
2446         * fvwm/fvwm.1.in:
2447         updated documentation regarding quoting in expand_args_extended
2449 2006-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2451         * fvwm/expand.c (__eae_parse_range):
2452         reject everything that does not begin with a digit
2454         * libs/Parse.c (SkipNTokens):
2455         stop skipping tokens at the end of input
2457         * fvwm/expand.c (__eae_parse_range):
2458         bugfixes
2459         (expand_vars):
2460         reformatted
2461         (__eae_parse_range):
2462         fixed parsing of $[n-]
2464 2006-07-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2466         * fvwm/expand.c (expand_args_extended):
2467         fixed core dump
2468         added range check for positional parameters
2469         (expand_args_extended):
2470         (__eae_parse_range):
2471         cleaned up and simplified parsing code
2472         properly unquote arguments when expanding
2473         removed the patch below
2475 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2477         * fvwm/expand.c (expand_args_extended):
2478         removed range check for positional parameters
2479         make single arguments not use the 'upper' variable
2480         changed back to PeekToken for single arguemnts.
2481         improved some comments.
2483 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2485         * fvwm/expand.c (expand_args_extended):
2486         Fix segfault when called with a tokenless string for single arguments.
2488 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
2489         * docs/FAQ:
2490         Usage of FvwmAuto module in FAQ 7.17 was incorrect.
2491         Reported by Serge Koksharov.
2493 2006-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2495         * fvwm/placement.c (__explain_placement):
2496         print initial size of window too
2498         * libs/Makefile.am (libfvwm_a_SOURCES):
2499         * libs/fvwm_sys_stat.h:
2500         added compat file
2502         * configure.ac:
2503         added O_NOFOLLOW replacement and always include fcntl.h
2505 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
2506         * libs/Parse.c:
2507         Added DV's mailing-list comments about how PeekToken & GetNextToken
2508         work as comments to the source code. (slightly modified)
2510 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2512         * fvwm/schedule.c (CMD_Schedule):
2513         Fixed parsing of "Periodic" option.
2515 2006-07-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2517         * NEWS:
2518         Fix for tempfile vulnerabilities in FvwmCommand.
2519         * configure.ac:
2520         Added check for lstat.
2522 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
2523         * fvwm/schedule.c:
2524         * NEWS:
2525         * AUTHORS:
2526         * fvwm/fvwm.1.in:
2527         Added "Periodic" option to Schedule command.
2529 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2531         * fvwm/module_interface.c (KillModule):
2532         (ClosePipes):
2533         fixed KillModule
2536 2006-07-09  Renato Caldas  <seventhguardian@gmail.com>
2538         * fvwm/fvwm.c (main):
2539         changed the -blackout warning to say it will be removed in 3.0
2541         * fvwm/fvwm.1.in (-blackout):
2542         updated the manual regarding the future remotion of -blackout
2544 2006-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2546         * NEWS:
2547         * configure.ac:
2548         added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
2550 2006-07-08  Renato Caldas  <seventhguardian@gmail.com>
2552         *libs/alloca.c (DEBUG_I00FUNC)
2553         removed old debug code
2555 2006-07-07  Renato Caldas  <seventhguardian@gmail.com>
2557         * libs/debug.c:
2558         removed the old unused file
2560         * libs/Makefile.am (libfvwm_a_SOURCES):
2561         removed the reference to debug.c
2563         * libs/fvwmlib.h:
2564         removed the code related to libs/debug.c
2566         * fvwm/module_interface.c (make_named_packet)
2567         removed the #if 0'ed debug code related to debug.c
2569         fvwm/focus.h (DEBUG_FOCUS)
2570         removed the #ifdef'ed to 0 debug code related to debug.c
2573 2006-07-06  Renato Caldas  <seventhguardian@gmail.com>
2575         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
2576         removed useles definition.
2578         * modules/FvwmPager/FvwmPager.c (main):
2579         (ParseOptions):
2580         removed most of the debug code.
2581         changed termination debug to use 'isTerminated' instead of
2582         'debug_term_signal'.
2583         changed termination debug to compile on FVWM_DEBUG_MSGS instead
2584         of DEBUG.
2586         * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
2587         * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
2588         (fvwmSetTerminate):
2589         removed unused debug_term_signal.
2591 2006-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2593         * NEWS:
2594         Work around for Cygwin not requiering '_GNU_SOURCE' to use
2595         stdio's getline; news entry.
2597 2006-06-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2599         * fvwm/commands.h:
2600         * fvwm/module_interface.c (CMD_ModuleListenOnly):
2601         (do_execute_module):
2602         (PositiveWrite):
2603         (ClosePipes):
2604         (KillModule):
2605         * fvwm/commands.h (enum):
2606         * fvwm/functable.c (func_table):
2607         new command ModuleListenOnly
2609 2006-06-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2611         * fvwm/move_resize.c (__move_loop):
2612         make sure a window is snapped in __move_loop when a button is released
2613         if it was snapped before
2615 2006-06-04  Mikhael Goikhman  <migo@homemail.com>
2617         * fvwm/expand.c (expand_vars_extended):
2618         convert function to have a single return point; this is good to
2619         implement doc/todo-vars filters in the future;
2620         fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
2621         to behave like deprecated $n, $c and $r, i.e. quote them
2623 2006-06-03  Mikhael Goikhman  <migo@homemail.com>
2625         * fvwm/expand.c:
2626         multiple minor tweaks: remove trailing spaces and other
2627         re-spacing and re-indenting, remove old "#if 0" code
2629 2006-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2631         * fvwm/move_resize.c (ParseOneResizeArgument):
2632         rewrote parsing of resize arguments
2633         new prefix 'w' for resizing
2635 2006-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2637         * fvwm/conditional.c (MatchesConditionMask):
2638         fixed handling of some conditions (iconifiable, fixed, ...)
2640 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
2642         * fvwm/fvwm.1.in:
2643         s/reverted/negated/
2645         * fvwm/conditional.c:
2646         Output an error message if an unrecognised conditional is used
2647         with the Test or TestRc commands.
2649 2006-05-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2651         * fvwm/frame.c (frame_mrs_hide_changing_parts):
2652         do not map hide windows if their width or height is zero
2654 2006-05-09  Serge Koksharov  <gentoosiast dog yandex dot ru>
2656         * fvwm/ewmh_events.c:
2657         * fvwm/fvwm.1.in:
2658         * fvwm/gnome.c:
2659         * libs/FlocaleCharset.c:
2660         corrected typos
2662         * libs/Flocale.c:
2663         corrected typos in warning messages
2665         * libs/Colorset.c:
2666         * libs/PictureGraphics.c:
2667         * libs/PictureGraphics.h:
2668         renamed function PGraphicsCreateTransprency to
2669         PGraphicsCreateTransparency
2671 2006-04-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2673         * fvwm/fvwm.1.in (COMMAND EXPANSION):
2674         * fvwm/expand.c (expand_args_extended):
2675         fixed $[n] to work exactly as $n, i.e. dequote the expansion.
2677 2006-04-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2679         * NEWS:
2680         * fvwm/fvwm.1.in (COMMAND EXPANSION):
2681         * fvwm/expand.c (expand_args_extended):
2682         (expand_vars):
2683         added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
2685         * fvwm/conditional.c (CMD_All):
2686         * fvwm/fvwm.1.in (All):
2687         changed Reverse and UseStack options to have free order.
2689         * NEWS:
2690         * fvwm/fvwm.1.in (WindowShade):
2691         * fvwm/windowshade.c (CMD_WindowShade):
2692         * fvwm/add_window.c (setup_window_structure):
2693         added last direction to WindowShade command.
2695 2006-04-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2697         * fvwm/fvwm.1.in (All):
2698         corrected typo
2700 2006-04-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2702         * NEWS:
2703         * fvwm/fvwm.1.in (All):
2704         * fvwm/conditional.c (CMD_All):
2705         added reverse option to All command to do the action in opposite order
2706         added UseStack option to All command to use the stack ring instead of
2707         the window ring.
2709 2006-04-07  Serge Koksharov  <gentoosiast dog yandex dot ru>
2711         * bin/fvwm-bug.in:
2712         changed fallback editor from `emacs' to `vi' because it much
2713         more widespread on non-Linux systems
2714         fixed errors (because of incorrect syntax fallback entries were
2715         not used)
2716         now script honors `TMPDIR' env. variable and if it's not set it
2717         fallback to `/tmp' directory when creating temporary file
2719 2006-04-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2721         * fvwm/fvwm.1.in:
2722         changed description of the fvwmstyle resource usage
2723         to state that it's used in addition to the other
2724         matches
2725         * fvwm/style.c (fw_match_style_id):
2726         fixed a typo in style_name matching
2728 2006-04-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2730         * fvwm/style.c (fw_match_style_id):
2731         reformatted code and fixed a warning
2733 2006-04-04  Serge Koksharov  <gentoosiast dog yandex dot ru>
2735         * ChangeLog:
2736         * bin/ChangeLog:
2737         * libs/Fft.c (FftGetFont):
2738         * libs/System.c:
2739         corrected typos
2741         * libs/System.c (fvwm_mkstemp):
2742         because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
2743         function was never used, even if it was considered secure by configure
2744         script.
2746 2006-04-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2748         * AUTHORS:
2749         added some more suff to the list of what I've done.
2750         * NEWS:
2751         * fvwm/fvwm.1.in:
2752         * fvwm/add_window.c (__add_window_handle_x_resources)
2753         (destroy_window):
2754         (AddWindow):
2755         * fvwm/fvwm.h (FvwmWindow):
2756         added fvwmstyle resource to override style name
2758 2006-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2760         * fvwm/menus.c (pop_menu_up):
2761         as documented, do not warp to title for root menus with TitleWarp
2763 2006-03-21  Serge Koksharov  <gentoosiast dog yandex dot ru>
2765         * fvwm/fvwm.1.in:
2766         Removed duplicated 'NoIcon' style option description in the end
2767         of the `The Style command...' section.
2768         Removed `Recapture True' option setting in example of BusyCursor
2769         description, because `Recapture' isn't valid option of `BusyCursor'
2770         command anymore.
2771         Updated ewmh specification URL (the old was 404)
2772         Added URL to ICCCM 2.0 manual
2774         * modules/FvwmAnimate/FvwmAnimate.c:
2775         corrected delay for Zoom3D animation effect
2777         * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
2778         * modules/FvwmConsole/FvwmConsole.1.in:
2779         replaced all `Cntl' modificator key mentions with `Ctrl' to be
2780         consistent with rest of the documentation and because it's more
2781         conventional abbreviation.
2783         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
2784         slightly clarified the `StartName' option description
2785         added the undocumented `MailDir' option description. Somebody
2786         violated section `K' of the convention list.
2788         * fvwm/fvwm.1.in:
2789         * fvwm/ConfigFvwmSetup:
2790         * modules/FvwmForm/FvwmForm.1.in:
2791         * modules/FvwmForm/FvwmForm-Rlogin:
2792         * sample.fvwmrc/system.fvwm2rc:
2793         * sample.fvwmrc/system.fvwm2rc-sample-1:
2794         replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
2795         inherently insecure. We shouldn't teach our users bad things,
2796         should we?
2798         * AUTHORS:
2799         * Changelog:
2800         * INSTALL.fvwm:
2801         * NEWS:
2802         * bin/fvwm-config.1.in:
2803         * bin/fvwm-menu-headlines.1:
2804         * bin/fvwm-menu-headlines.in:
2805         * bin/fvwm-perllib.in:
2806         * bin/fvwm-root.1.in:
2807         * docs/CONVENTIONS:
2808         * docs/FAQ:
2809         * fvwm/fvwm.1.in:
2810         * fvwm/fvwm.h:
2811         * fvwm/virtual.c:
2812         * libs/PictureGraphics.c:
2813         * libs/Picture.h:
2814         * modules/FvwmBacker/FvwmBacker.1.in:
2815         * modules/FvwmDebug/FvwmGtkDebug.in:
2816         * modules/FvwmDebug/FvwmGtkDebug.1:
2817         * modules/FvwmEvent/FvwmEvent.1.in:
2818         * modules/FvwmForm/FvwmForm.1.in:
2819         * modules/FvwmIconMan/xmanager.c:
2820         * modules/FvwmIdent/FvwmIdent.c:
2821         * modules/FvwmIdent/FvwmIdent.1.in:
2822         * modules/FvwmPerl/FvwmPerl.in:
2823         * modules/FvwmPerl/FvwmPerl.1:
2824         * modules/FvwmScript/FvwmScript.1.in:
2825         * modules/FvwmScript/Widgets/Menu.c:
2826         * modules/FvwmTabs/ConfigFvwmTabs:
2827         * modules/FvwmTabs/FvwmTabs-DefaultSetup:
2828         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
2829         * modules/FvwmTheme/FvwmTheme.1.in:
2830         * perllib/FVWM/Module/Tk.pm:
2831         * perllib/FVWM/Tracker.pm:
2832         * perllib/FVWM/Module.pm.in:
2833         corrected typos
2835 2006-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2837         * fvwm/style.c (style_parse_focus_policy_style):
2838         fix ISO C90 compability with unconsumed styleoption warnings
2840 2006-03-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2842         * fvwm/events.c (HandlePropertyNotify):
2843         fix for bug 1557/3950 (possible free of Untilted constant or
2844         already used name (if app reset the name already given to them))
2846 2006-03-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2848         * fvwm/focus.c (__activate_window_by_command)
2849         (warp_to_fvwm_window):
2850         (CMD_WarpToWindow):
2851         * fvwm/builtins.c (CMD_CursorMove):
2852         set last pointer event position after warping the pointer
2854         * libs/FEvent.h:
2855         * libs/FEvent.c (FWarpPointerUpdateEvpos):
2856         new function
2858 2006-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2860         * acinclude.m4 (AM_PATH_GTK):
2861         (AM_PATH_IMLIB):
2862         (AM_PATH_GDK_IMLIB):
2863         (AM_CHECK_FT2):
2864         (AM_CHECK_XFT):
2865         (AM_CHECK_FC):
2866         fixed to cope with 4 digit version numbers
2868 2006-02-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2870         * NEWS:
2871         * fvwm/style.c (parse_and_set_window_style)
2872         (style_parse_one_style_option):
2873         (style_parse_icon_fill_style)
2874         (style_parse_icon_grid_style):
2875         (style_parse_icon_box_style)
2876         (style_parse_icon_size_style):
2877         (style_parse_focus_policy_style)
2878         (style_parse_button_style):
2879         warn if parts of style options are not consumed
2881 2006-02-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2883         * fvwm/menuitem.c (menuitem_paint):
2884         use the MenuColorset in all cases if TitleColorset is not given
2886 2006-02-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2888         * fvwm/style.c (style_parse_one_style_option):
2889         * fvwm/placement.c (__place_get_wm_pos):
2890         (__explain_placement):
2891         new placement style UnderMousePlacement
2893 2006-02-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2895         * NEWS:
2896         * fvwm/fvwm.1.in (EdgeScroll):
2897         * fvwm/virtual.c (CMD_EdgeScroll):
2898         fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
2899         added wrap/wrapx/wrapy option to EdgeScroll
2901 2006-02-10  Mikhael Goikhman  <migo@homemail.com>
2903         * fvwm/fvwm.1.in:
2904         spell check the whole file (dozens of typos)
2906 2006-02-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2908         * fvwm/module_interface.c (do_execute_module):
2909         removed accidentally committed FVWM_MODULE_ALIAS patch
2911 2006-02-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2913         * fvwm/module_interface.c (do_execute_module):
2914         unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
2916         * fvwm/menus.c (size_menu_horizontally):
2917         fix for drawing menus with sidepic on the right
2919         * libs/Flocale.c (FlocaleFontStructDrawString):
2920         (FlocaleDrawString):
2921         set the foreground colour before drawing a string
2923         * fvwm/menustyle.h:
2924         * fvwm/menustyle.c (menustyle_get_styleopt_index):
2925         (menustyle_free):
2926         (menustyle_update):
2927         (menustyle_parse_style):
2928         (menustyle_copy):
2929         * fvwm/menus.c (calculate_item_sizes):
2930         (size_menu_vertically):
2931         (UpdateMenuColorset):
2932         * fvwm/menuitem.c (menuitem_paint):
2933         Applied patch by David Maciver
2934         new menu styles TitleColorset, HilightTitleBack and TitleFont
2936 2006-02-09  Renato Caldas  <seventhguardian@gmail.com>
2938         * libs/Module.h:
2939         * libs/Module.c (ParseModuleArgs):
2940         added variable "namelen" to ModuleArgs struct
2942 2006-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2944         * libs/Module.h:
2945         removed duplicate declaration
2947 2006-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2949         * fvwm/fvwm.c (main):
2950         replaced previous patch with a better one
2952         * fvwm/virtual.c (unmap_window):
2953         * fvwm/menus.c (do_menu):
2954         * fvwm/events.c (fake_map_unmap_notify):
2955         (HandleMapNotify):
2956         * fvwm/add_window.c (MappedNotOverride):
2957         Added XFlush after XSelectInput
2959 2006-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2961         * NEWS:
2962         * fvwm/fvwm.c (main):
2963         fix for fvwm not detecting non ICCCM2 wm (bug #3151)
2965 2006-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2967         * NEWS:
2968         * configure.ac:
2969         increased version to 2.5.17
2970         released 2.5.16
2972         * NEWS:
2973         * configure.ac:
2974         updated for 2.5.16 release
2976         * acinclude.m4 (CHECK_LIBCHARSET):
2977         removed debug code
2979 2006-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2981         * fvwm/functions.c (execute_complex_function):
2982         print a message to the console instead of ringing the bell when a
2983         grab fails
2985 2006-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2987         * NEWS:
2988         fixed typo (NEWS still said 2.5.15)
2990 2006-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2992         * NEWS:
2993         * configure.ac:
2994         increased version to 2.5.16
2995         released 2.5.15
2997         * NEWS:
2998         * configure.ac:
2999         updated for 2.5.15 release
3001 2006-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3003         * fvwm/move_resize.c (GetOnePositionArgument):
3004         (GetMoveArguments):
3005         new option "screen" to Move type commands
3007 2006-01-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3009         * acinclude.m4 (smr_SWITCH):
3010         updated
3012 2006-01-08  Mikhael Goikhman  <migo@homemail.com>
3014         * Makefile.am
3015         restore requirement of automake-1.4; 1.8 is too new even for my system
3017 2006-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3019         * configure.in:
3020         * configure.ac:
3021         renamed configure.in to configure.ac
3023         * acinclude.m4:
3024         some updates for new autoconf/automake versions
3026         * configure.in:
3027         * acconfig.h:
3028         removed acconfig.h
3030         * configure.in:
3031         require autoconf-2.53 or later
3033         * Makefile.am (AUTOMAKE_OPTIONS):
3034         require automake-1.8 or later
3036         * configure.in:
3037         check for X library path before X library checks
3038         removed obsolete C++ compiler check
3039         removed duplicate type size checks
3040         replaced M4 comment ("dnl") with shell comment ("#") in many places
3042         * acinclude.m4:
3043         fixed aclocal warnings
3045 2006-01-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3047         * fvwm/style.c (style_parse_button_style):
3048         corrected typo in error message, and made errorous buttons not apply
3049         (style_parse_one_style_option):
3050         changed NoButton to use style_parse_button_style
3052 2005-12-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3054         * libs/Fft.h:
3055         new fix for incompatible pointer type warning with gcc 3.4.
3057 2005-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3059         * NEWS:
3060         * AUTHORS:
3061         * fvwm/menuitem.c:
3062         * fvwm/menustyle.h:
3063         * fvwm/fvwm.1.in:
3064         commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
3065         option.
3067 2005-12-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3069         * fvwm/fvwm.1.in:
3070         corrected typos
3072 2005-11-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3074         * fvwm/frame.c (frame_free_move_resize_args):
3075         fixed drawing of transparent decorations or when using lazy shading
3076         during resize
3078 2005-11-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3080         * configure.in:
3081         * libs/fvwmsignal.c:
3082         * libs/Graphics.c:
3083         c89 fixes
3085         * fvwm/ewmh_names.c:
3086         * libs/CombineChars.c:
3087         * libs/FGettext.c:
3088         * libs/FScreen.c:
3089         * libs/FTips.c:
3090         * libs/Flocale.c:
3091         * libs/Parse.c:
3092         * libs/PictureUtils.c:
3093         * libs/System.c:
3094         * libs/XError.c:
3095         * libs/alloca.c:
3096         * libs/envvar.c:
3097         * libs/safemalloc.c:
3098         * libs/strdup.c:
3099         * libs/usleep.c:
3100         do not #include stdlib.h (comes from config.h)
3102         * libs/Flocale.c:
3103         do not #include string.h (comes from config.h)
3105         * acconfig.h:
3106         fixed detection of string.h/strings.h
3108 2005-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3110         * libs/Fft.c (FftGetFont):
3111         fixed compiler warning with gcc 3.4.4
3113 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3115         * fvwm/menuitem.c (menuitem_paint):
3116         properly undraw unselected item area
3118 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3120         * fvwm/menuitem.c (menuitem_paint):
3121         * fvwm/menus.c (get_menu_paint_item_parameters)
3122         (get_menu_paint_item_parameters):
3123         (make_menu):
3124         fixed text offset of menu items with icons but with an item format that
3125         disables icons
3126         (size_menu_horizontally):
3127         allow sidepic to be placed in the middle of menu items; this is better
3128         than ignoring the item format completely but does not draw the items
3129         properly either
3131         * fvwm/menus.c (__mloop_handle_event):
3132         (menu_expose):
3133         fixed delayed menu drawing issue
3134         (select_menu_item):
3135         do not draw the selected menu item before the menu is drawn for the
3136         first time
3137         (repaint_transparent_menu):
3138         (select_menu_item):
3139         (paint_menu):
3140         don't call get_menu_paint_item_parameters when the result is not used
3141         (get_menu_paint_item_parameters):
3143 2005-11-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3145         * fvwm/ewmh.h (EWMH_CMD_Style):
3146         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
3147         * fvwm/style.c (style_parse_one_style_option):
3148         Added support for inverting boolean EWMH styles with !.
3150         * NEWS:
3151         * fvwm/fvwm.h
3152         * fvwm/style.h:
3153         * fvwm/window_flags.h:
3154         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
3155         * fvwm/ewmh.c (ewmh_HandleWindowType):
3156         * fvwm/fvwm.1.in:
3157         Added style EWMHIgnoreWindowType to make fvwm ignore window types.
3159 2005-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3161         * fvwm/icons.c (GetIconWindow):
3162         * fvwm/fvwm.h (FvwmWindow):
3163         * fvwm/events.c (__handle_cr_on_icon):
3164         properly handle icon border width; fixes an xterm active icon loop
3166 2005-10-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3168         * fvwm/borders.c (border_draw_one_border_part):
3169         fix for the TiledPixmap borderstyle fix not to affect RootTransparent
3170         borders.
3172 2005-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3174         * fvwm/menustyle.c (menustyle_copy_face):
3175         (menustyle_copy):
3176         (menustyle_free_face):
3177         (menustyle_free):
3178         (menustyle_parse_style):
3179         use new functions and fix a bug
3181         * fvwm/Makefile.am:
3182         * fvwm/colors.c:
3183         * fvwm/colors.h:
3184         removed empty files colors.c and colors.h
3186         * fvwm/colors.c (CopyColor):
3187         (FreeColors):
3188         moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
3189         fvwmlib_copy_color
3191         * fvwm/frame.c (frame_reshape_border):
3192         removed unused code
3194 2005-10-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3196         * fvwm/menustyle.c (menustyle_copy_face):
3197         separated from menustyle_copy; color copies are reallocated.
3198         (menustyle_free):
3199         all colors freed
3200         (menustyle_copy):
3201         color copies are reallocated.
3203         * fvwm/colors.c (CopyColor):
3204         * fvwm/colors.h (CopyColor):
3205         added CopyColor
3207 2005-10-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3209         * fvwm/move_resize.c (__resize_window):
3210         fix for not being able to finish resize with mouse when resizing on
3211         click with modifiers active. (intruduced with 'removed duplicate
3212         pointer query' at sep 29)
3214         * NEWS:
3215         * fvwm/fvwm.1.in:
3216         * fvwm/menustyle.c (menustyle_parse_style):
3217         made style pairs negatable with '!' prefix
3218         ActiveForeOff and HilightBackOff frees colors used.
3220         * fvwm/menustyle.c (menustyle_copy):
3221         fix for freeing color from sorce instead of destination.
3223 2005-10-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3225         * fvwm/functions.c (__execute_function):
3226         fixed an error in yesterdays patch to complex fuctions. the commands
3227         pressed window were not retored correctly after running move functions
3228         without it, and functions would be run twice.
3230 2005-10-18  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3232         * fvwm/fvwm.1.in:
3233         added NoLayer to list of allowed options for WindowList command
3234         fixed grammar of test-conditions list. formatting fixes for
3235         MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
3236         style option list.
3238         * NEWS:
3239         * fvwm/functions.c (__execute_function)
3240         (__run_complex_function_items):
3241         (execute_complex_function):
3242         fix for moving/resizing reference window usage with complex functions.
3244 2005-10-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3246         * fvwm/move_resize.c (__move_loop):
3247         reimplemented a fix for the place with keyboard setting a button as
3248         used for place bug; this time without breaking escape key.
3250 2005-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3252         * fvwm/move_resize.c (__move_loop):
3253         removed the previous patch as it breaks aborting window motion with the
3254         escape key.
3256 2005-10-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3258         * fvwm/move_resize.c (__move_loop):
3259         fixed bug where finishing movment with keyboard would set a random
3260         button as used for placement.
3262 2005-09-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3264         * NEWS
3265         * fvwm/frame.c (frame_setup_border):
3266         reverted change for move of window parts (reset of PressedW).
3268 2005-09-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3270         * fvwm/frame.c (frame_setup_border):
3271         fixed a Warning
3273 2005-09-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3275         * NEWS:
3276         * fvwm/move_resize.c (__resize_window):
3277         removed duplicate pointer query for enter/leave notify events.
3278         resizing of shaded windows in the shaded direction no longer
3279         results in bogus ref points.
3281         * fvwm/frame.c (frame_setup_border):
3282         reset PressedW if the part has moved. This prevents strange
3283         ref points in resize if called from some complex functions.
3285         * fvwm/frame.c (frame_create_move_resize_args):
3286         shaded windows use get_client_geometry for client geometry.
3288 2005-09-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3290         * NEWS:
3291         * AUTHORS:
3292         * fvwm/fvwm.h (window_flags):
3293         (WindowConditionMask):
3294         (FvwmWindow):
3295         * fvwm/window_flags.h (IS_PLACED_BY_WB3):
3296         (SET_PLACED_WB3)
3297         (SETM_PLACED_WB3):
3298         * fvwm/session.c (_match):
3299         (SaveWindowStates):
3300         (LoadWindowStates):
3301         * fvwm/conditional.c (MatchesConditionMask):
3302         (CreateConditionMask):
3303         * fvwm/add_window.c (setup_window_structure):
3304         * fvwm/move_resize.h (placement_binding):
3305         * fvwm/move_resize.c (__move_loop):
3306         (placement_binding):
3307         * fvwm/bindings.c (ParseBinding):
3308         * libs/wcontext.c (win_contexts):
3309         * libs/wcontext.h (enum):
3310         * fvwm/fvwm.1.in:
3311         Added placement context for simple mouse bindings to allow
3312         specification of buttons to finish/cancel movment. Buttons >3
3313         may now be used to place windows.
3314         Replaced window flag placed_wb3 with placed_by_button
3315         FvwmWindow member. Added window condition PlacedByButton.
3317 2005-09-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3319         * NEWS:
3320         * AUTHORS:
3321         * fvwm/menustyle.h (enum):
3322         (MenuFeel):
3323         (ST_DO_SCROLL):
3324         (MST_DO_SCROLL)
3325         (ST_SCROLL_OFF_PAGE):
3326         (MST_SCROLL_OFF_PAGE):
3327         * fvwm/menustyle.c (menustyle_copy):
3328         (menustyle_get_styleopt_index):
3329         (menustyle_parse_style):
3330         (CMD_MenuStyle):
3331         * fvwm/menus.c (menuShortcuts):
3332         (enum):
3333         (__mloop_handle_event):
3334         (menu_get_outer_geometry):
3335         (move_any_menu):
3336         * fvwm/fvwm.1.in:
3337         added MouseWheel and ScrollOffPage menu styles
3339 2005-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3341         * NEWS:
3342         * fvwm/menus.c (append_item_to_menu):
3343         fixed bug #1121: Use of pointer without checking for NULL
3345 2005-09-19  Mikhael Goikhman  <migo@homemail.com>
3347         * NEWS:
3348         * fvwm/expand.c (expand_vars):
3349         warn on usage of obsolete one-letter variables
3351 2005-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3353         * NEWS:
3354         * AUTHORS:
3355         * fvwm/expand.c (expand_vars_extended):
3356         (expand_vars):
3357         allow nesting of variables
3359 2005-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3361         * fvwm/ewmh.c (EWMH_SetWMDesktop):
3362         * fvwm/ewmh_events.c (ewmh_WMDesktop):
3363         (ewmh_WMDesktop):
3364         64-bit fixes
3366 2005-09-03  Mikhael Goikhman  <migo@homemail.com>
3368         * fvwm/borders.c (border_draw_one_border_part)
3369         (border_draw_all_border_parts):
3370         fix the previous patch to work with title-less windows too
3372 2005-08-30  Mikhael Goikhman  <migo@homemail.com>
3374         * fvwm/borders.c (border_draw_one_border_part)
3375         (border_draw_all_border_parts):
3376         improve offsets when drawing borders for "BorderStyle TiledPixmap"
3377         windows to make the borders look homogeneous (based on the patch of
3378         Evgeny Stambulchik)
3380 2005-08-26  Mikhael Goikhman  <migo@homemail.com>
3382         * NEWS:
3383         * acconfig.h:
3384         * configure.in:
3385         * libs/FBidi.c:
3386         support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
3387         fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
3389 2005-08-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3391         * NEWS:
3392         * configure.in:
3393         increased version to 2.5.15
3394         released 2.5.14
3396         * NEWS:
3397         * configure.in:
3398         updated for 2.5.14 release
3400         * fvwm/ewmh_events.c (ewmh_WMStateShaded)
3401         (ewmh_WMStateSkipTaskBar):
3402         (ewmh_WMStateSkipPager):
3403         (ewmh_WMStateModal):
3404         fixed several ewmh-hints
3406 2005-08-24  Mikhael Goikhman  <migo@homemail.com>
3408         * fvwm/fvwm.1.in:
3409         fix TestRc example error, s/Any/All/
3411 2005-08-17  Jonathan Kotta  <jpkotta@gmail.com>
3413         * NEWS:
3414         * AUTHORS:
3415         * fvwm/fvwm.1.in:
3416         * fvwm/conditions.c (MatchesConditionMask):
3417         (CreateConditionMask):
3418         added FixedPosition condition
3420 2005-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3422         * fvwm/virtual.c (HandlePaging):
3423         use FQueryPointer every time to track the pointer position; this fixes
3424         fvwm hanging in HandlePaging for the given delay once the pointer
3425         touches the pan frames
3427 2005-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3429         * fvwm/session.c (SaveWindowStates):
3430         (LoadWindowStates):
3431         (MatchWinToSM):
3432         save and restore the default layer during a restart
3434 2005-08-13  Mikhael Goikhman  <migo@homemail.com>
3436         * fvwm/conditional.c (CMD_Test):
3437         * fvwm/fvwm.1.in:
3438         rename previously added Test conditions to EnvIsSet and EnvMatch,
3439         tweak the logic when the variable is set, but empty
3441 2005-08-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3443         * fvwm/conditional.c (CMD_Test):
3444         * fvwm/fvwm.1.in:
3445         added test conditions EdgeHasPointer and EdgeIsActive
3447 2005-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3449         * fvwm/virtual.c (raisePanFrames):
3450         prevent cycling of pan frame window stacking order
3452 2005-08-12  Mikhael Goikhman  <migo@homemail.com>
3454         * fvwm/conditional.c (CMD_Test):
3455         * fvwm/fvwm.1.in:
3456         add Test conditions IsEnvSet and MatchEnv
3458 2005-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3460         * fvwm/menus.c (pop_menu_up):
3461         * fvwm/menustyle.c (menustyle_copy):
3462         two fixes by Viktor Griph
3464         * fvwm/events.c (HandleEvents):
3465         simplify the style list if there is nothing else to do
3467         * fvwm/style.c (__simplify_style_list):
3468         (styles_have_same_id):
3469         (style_id_equals_id):
3470         (style_ids_are_equals):
3471         (__style_command):
3472         (remove_all_of_style_from_list):
3473         (one_fw_can_match_both_ids):
3474         pass pointers instead of the whole style structure
3475         (__simplify_style_list):
3476         fixed memory leak and tweaked the code
3478         * libs/Strings.c (CatString3):
3479         fixed a buffer overflow
3481 2005-08-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3483         * configure.in:
3484         detect if Window, Pixel or void * are bigger than long and refuse to
3485         compile
3487         * libs/vpacket.h (ConfigWinPacket):
3488         * fvwm/windowshade.c (CMD_WindowShade):
3489         * fvwm/virtual.c (MoveViewport):
3490         (goto_desk):
3491         (CMD_DesktopSize):
3492         (CMD_GotoDeskAndPage):
3493         * fvwm/update.c (apply_window_updates):
3494         * fvwm/stack.c (BroadcastRestack):
3495         (RaiseWindow):
3496         (LowerWindow):
3497         * fvwm/icons.c (DeIconify):
3498         (Iconify):
3499         * fvwm/geometry.c (broadcast_icon_geometry):
3500         * fvwm/events.c (HandleEnterNotify):
3501         (HandleFocusIn):
3502         (HandleLeaveNotify):
3503         (HandleMapNotify):
3504         (HandleMapRequestKeepRaised):
3505         * fvwm/add_window.c (destroy_window):
3506         * fvwm/module_interface.c (SendFvwmPicture)
3507         (BroadcastFvwmPicture):
3508         (CMD_Send_WindowList):
3509         * fvwm/modconf.c (CMD_Send_ConfigInfo):
3510         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3511         64-bit fixes
3513         * fvwm/virtual.c (GetDeskNumber):
3514         fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
3515         around the given desk range with a relative desk
3517         * fvwm/focus.c (focus_grab_buttons_on_layer):
3518         fixed a hang
3520         * fvwm/gnome.c:
3521         * fvwm/stack.c:
3522         * fvwm/ewmh.c:
3523         reindented some code and renamed some variables
3525 2005-08-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3527         * fvwm/events.c (__check_click_to_focus_or_raise):
3528         small cleanup patch
3530 2005-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3532         * FvwmIconMan/xmanager.c (set_win_iconified):
3533         fixed select/focus button state lost when deiconifying a window
3535 2005-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3537         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3538         fixed bogus warning
3540         * libs/Colorset.c (get_aspect_dimensions):
3541         fixed aspectpixmap size calculations
3543 2005-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3545         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3546         fixed a core dump
3548         * fvwm/ewmh_events.c (ewmh_WMDesktop):
3549         (ewmh_CurrentDesktop):
3550         (ewmh_DesktopGeometry):
3551         (ewmh_NumberOfDesktops):
3552         (ewmh_WMDesktop):
3553         (ewmh_WMIconGeometry):
3554         * fvwm/gnome.c (GNOME_ProcessClientMessage):
3555         print error messages for broken gnome client messages
3557         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
3558         removed duplicate call of execute_function_override_window
3560         * fvwm/stack.c (new_layer):
3561         fixed a hang if a window sets an layer < 0 via gnome hints
3563         * fvwm/add_window.c (GetWindowSizeHints):
3564         * fvwm/misc.c (fvwm_msg_report_app):
3565         (fvwm_msg_report_app_and_workers):
3566         new utility functions
3568 2005-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3570         * fvwm/stack.c (dump_stack_ring):
3571         (verify_stack_ring_consistency):
3572         * fvwm/module_interface.c (HandleModuleInput):
3573         * fvwm/events.c (__cr_detect_icccm_move):
3574         * fvwm/style.c (print_styles):
3575         64-bit fixes
3577 2005-07-19  Mikhael Goikhman  <migo@homemail.com>
3579         * libs/FlocaleCharset.c:
3580         support euc-jp encodings (Yasuhiro Nakazaki)
3582 2005-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3584         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3585         * fvwm/ewmh_names.c (EWMH_WMName):
3586         (EWMH_WMIconName):
3587         * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
3588         (EWMH_SetNumberOfDesktops):
3589         (EWMH_SetDesktopViewPort):
3590         (EWMH_SetDesktopGeometry):
3591         (EWMH_SetWMDesktop):
3592         (ewmh_SetWorkArea):
3593         (EWMH_SetFrameStrut):
3594         (EWMH_Init):
3595         * fvwm/gnome.c (AtomGet):
3596         (atom_size):
3597         (GNOME_GetHintIcons):
3598         (GNOME_GetHintLayer):
3599         (GNOME_GetHintState):
3600         (GNOME_GetExpandedSize):
3601         (GNOME_SetAreaCount):
3602         (GNOME_SetCurrentArea):
3603         (GNOME_SetDeskCount):
3604         (GNOME_SetCurrentDesk):
3605         (GNOME_SetCurrentDesk):
3606         (GNOME_SetWinArea):
3607         (GNOME_Init):
3608         (CMD_GnomeShowDesks):
3609         (GNOME_SetHints):
3610         (GNOME_SetDesk):
3611         (GNOME_SetLayer):
3612         * libs/fsm.c (GetClientID):
3613         (set_session_manager):
3614         * fvwm/session.c (GetClientID):
3615         * fvwm/fvwm.h (FvwmWindow):
3616         * fvwm/colorset.c (get_root_pixmap):
3617         * fvwm/add_window.c (FetchWmProtocols):
3618         * libs/FTips.c (__initialize_window):
3619         * fvwm/icccm2.c (convertProperty)
3620         (icccm2_handle_selection_request)
3621         * fvwm/fvwm.c (SetMWM_INFO):
3622         64-bit fixes
3624 2005-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3626         * fvwm/move_resize.c (GetOnePositionArgument):
3627         don't use the unportable fuction rintf()
3629 2005-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3631         * NEWS:
3632         * configure.in:
3633         increased version to 2.5.14
3634         released 2.5.13
3636         * ANNOUNCE:
3637         * NEWS:
3638         * configure.in:
3639         updated for 2.5.13 release
3641 2005-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3643         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
3644         fixed drawing of relief with very small rectangles, i.e. when
3645         line_width * 2 > height or width
3647 2005-07-04  Dan Espen  <dane@mk.telcordia.com>
3649         * NEWS: fvwm-menu-desktop changes.
3651 2005-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3653         * fvwm/placement.c (get_next_x):
3654         fixed collision detection of windows on pages other than the current
3655         one during placement
3657 2005-06-17  Olivier Chapuis  <olivier.chapuis@free.fr>
3659         * fvwm/move_resize.c (__resize_window):
3660         Fixed interactive resize (reduction) via the bottom border
3662         * libs/Fpng.h:
3663         Typo
3665 2005-06-02  Dan Espen  <dane@mk.telcordia.com>
3667         * NEWS:
3668         * fvwm/fvwm.1.in:
3669         Spelling fix contition -> condition
3671 2005-04-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3673         * fvwm/style.c (style_ids_are_equals):
3674         (style_id_equals_id):
3675         (styles_have_same_id):
3676         (fw_match_style_id):
3677         (one_fw_can_match_both_ids):
3678         (cleanup_style_defaults):
3679         * libs/fsm.c (fprintfhex):
3680         (CloseDownClient):
3681         * libs/FGettext.c (fgettext_free_fgpath_list):
3682         * libs/Parse.c (_get_suffixed_integer_arguments):
3683         * libs/Graphics.c (AllocNonlinearGradient):
3684         * libs/PictureUtils.c (build_mapping_table):
3685         (finish_ct_init):
3686         made static
3688         * libs/setpgrp.c:
3689         * libs/Event.c:
3690         * libs/FRenderInit.c:
3691         include own header file
3693         * libs/System.c (getFileStamp):
3694         * libs/Fft.c (FftPDumyFunc):
3695         * libs/FScreen.c (FScreenSetDefaultModuleScreen):
3696         exported
3698 2005-03-01  Dan Espen  <dane@mk.telcordia.com>
3700         * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
3701         not exec.
3703 2005-02-25  Dan Espen  <dane@mk.telcordia.com>
3705         * fvwm/fvwm.1.in (Focus): Typos in focus section.
3707 2005-02-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3709         * fvwm/conditional.c (Circulate):
3710         added tests for fw == Scr.FvwmRoot again to fix a crash
3712 2005-02-05  Dan Espen  <dane@mk.telcordia.com>
3714         * AUTHORS: New author, FvwmScript patch.
3716 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
3718         * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
3719         * AUTHORS: s/Hover/Active/
3721 2005-01-19  Dan Espen  <dane@mk.telcordia.com>
3723         * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
3724         avoid dump with empty key/mouse binding command.
3725         * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
3726         Checked all other uses of PeekToken in fvwm dir.
3728 2005-01-08  Olivier Chapuis  <olivier.chapuis@free.fr>
3730         * fvwm/session.c (matchWin):
3731         (SaveWindowStates):
3732         On restarts compare window ids only. Base our matching decision on
3733         window role only if we have a client id.
3735         * fvwm/move_resize.c (GetOnePositionArgument):
3736         Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
3737         float values to nearest int
3739 2005-01-06  Olivier Chapuis  <olivier.chapuis@free.fr>
3741         * AUTHORS:
3742         * fvwm/move_resize.c (CMD_Maximize):
3743         Applied Arnaud Vrac patch which fixes maximize by growing vs
3744         EWMH working area
3746 2004-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3748         * fvwm/builtins.c (do_button_style):
3749         ButtonStyle Reset takes effect immediately
3751 2004-12-08  Dan Espen  <dane@mk.telcordia.com>
3753         * fvwm/fvwm.1.in: lang check.
3755 2004-12-06  Olivier Chapuis  <olivier.chapuis@free.fr>
3757         * fvwm/fvwm.1.in:
3758         Really commit EWMHUseStackingOrderHints documentation update
3760 2004-12-02  Olivier Chapuis  <olivier.chapuis@free.fr>
3762         * fvwm/fvwm.1.in:
3763         Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
3765         * NEWS:
3766         FvwmIconMan new options
3768         * libs/FTips.c (new file):
3769         * libs/FTips.h (new file):
3770         * libs/defaults.h:
3771         * libs/Makefile.am:
3772         Added a set of functions for implementing tool tips
3774 2004-11-30  Dan Espen  <dane@mk.telcordia.com>
3776         * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
3778 2004-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3780         * fvwm/menus.c (__mloop_get_event):
3781         * fvwm/functions.c (execute_complex_function):
3782         * fvwm/add_window.c (AddWindow):
3783         * fvwm/module_interface.c (ExecuteModuleCommand):
3784         * fvwm/move_resize.c (__move_loop):
3785         (__resize_window):
3786         properly set the "state" member of faked motion and key events;
3787         fixes broken "nosnap" feature
3789 2004-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3791         * fvwm/bindings.c (ParseBinding):
3792         reformatted
3793         * libs/Bindings.c (bindingAppliesToWindow):
3794         (__compare_binding):
3795         * fvwm/module_interface.c (CMD_ModuleSynchronous):
3796         * fvwm/builtins.c (CMD_Wait):
3797         (CMD_StrokeFunc):
3798         * fvwm/events.c (__handle_bpress_on_root):
3799         (HandleButtonRelease):
3800         fixed crash in window specific binding code
3801         fixed handling of root window in window specific binding code
3802         renamed some functions
3804 2004-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3806         * fvwm/focus.c (__update_windowlist):
3807         replaced while loop by for loop
3809         * fvwm/style.c (style_destroy_style):
3810         * fvwm/conditional.c (Circulate):
3811         removed useless check whether fw == &Scr.FvwmRoot
3813         * fvwm/icons.c (DeIconify):
3814         defused possible endless loop when a window iconified by the
3815         transientfor window loses the "transient" relationship
3817 2004-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3819         * fvwm/move_resize.c (__move_loop):
3820         (__resize_window):
3821         fixed overwriting the initial button_mask during move/resize
3823         * fvwm/menus.c (__mloop_handle_action_with_mi):
3824         do not "post" a submenu menu item it the submenu does not exist
3826 2004-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3828         * fvwm/events.c (__handle_bpress_on_managed):
3829         do not draw the decorations pressed in if executing a function is
3830         forbidden
3832         * libs/Parse.c (CopyToken):
3833         fixed parsing of delimiters
3835 2004-10-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3837         * fvwm/virtual.c (GetDeskNumber):
3838         fixed MoveToDesk without argument
3840 2004-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3842         * fvwm/fvwm.1.in:
3843         re-formatted and some spelling corrections
3845         * fvwm/colorset.c (CMD_CleanupColorsets):
3846         (CMD_Colorset):
3847         * fvwm/builtins.c (CMD_Colorset):
3848         (CMD_CleanupColorsets):
3849         moved functions to colorset.c
3851 2004-10-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3853         * libs/Parse.c (CopyToken):
3854         skip any whitespace before a delimiter; this allows to have spaces
3855         before the commas in an option list
3857 2004-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3859         * fvwm/frame.c (frame_reshape_border):
3860         re-shaping shaded windows no longer unshades them
3861         re-shaping unshaded windows on pages other than 0 0 no longer moves
3862         them out of the current page
3864 2004-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3866         * fvwm/events.c (__cr_detect_icccm_move):
3867         * fvwm/screen.h (ScreenInfo):
3868         * fvwm/builtins.c (CMD_BugOpts):
3869         new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
3871         * fvwm/move_resize.c (__move_loop):
3872         (__resize_window):
3873         query the pointer position in the move loop when an
3874         EnterNotify/LeaveNotify event arrives; same change in resize loop.
3876         * NEWS:
3877         * configure.in:
3878         increased version to 2.5.13
3879         released 2.5.12
3881         * ANNOUNCE:
3882         * NEWS:
3883         * configure.in:
3884         updated for 2.5.12 release
3886         * fvwm/frame.c (frame_create_move_resize_args):
3887         fixed xemacs growing or shrinking when title height changed; this was
3888         caused by calculating the old client window geometry using the new
3889         title dimensions; query the window size instead
3891 2004-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3893         * fvwm/events.c (test_map_request):
3894         (test_button_event):
3895         (test_typed_window_event):
3896         (test_resizing_event):
3897         (__predicate_button_click):
3898         (__merge_cr_moveresize):
3899         (HandleUnmapNotify):
3900         (flush_property_notify):
3901         (is_resizing_event_pending):
3902         (__test_for_motion):
3903         use type XPointer for last argument of predicate procedures for
3904         XCheckPeekIfEvent and XCheckIfEvent, not char *
3905         (HandleUnmapNotify):
3906         fixed core dump
3908 2004-10-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3910         * fvwm/window_flags.h:
3911         removed useless and broken SETM_ macros
3913         * fvwm/update.c (init_style):
3914         fixed resetting user states
3916 2004-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3918         * libs/envvar.c (add_to_envlist):
3919         fixed crash
3921 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3923         * fvwm/builtins.c (CMD_UnsetEnv):
3924         use flib_unsetenv
3926         * libs/envvar.c (flib_unsetenv):
3927         (add_to_envlist):
3928         new functions
3929         (flib_putenv):
3930         split in ftwo functions
3932         * configure.in:
3933         check for unsetenv function
3935         * fvwm/builtins.c (CMD_SetEnv):
3936         assume an empty value if no value is given
3938 2004-09-30  Rafal Bisingier <ravbc@man.poznan.pl>
3940         * fvwm/commands.h:
3941         * fvwm/events.c:
3942         * fvwm/functable.c:
3943         * fvwm/fvwm.1.in:
3944         * fvwm/fvwm.c:
3945         * fvwm/screen.h:
3946         * fvwm/virtual.c:
3947         * perllib/FVWM/Commands.pm:
3948         new command EdgeLeaveCommand
3950 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3952         * NEWS:
3953         updated for 2.4.19
3955         * NEWS:
3956         * configure.in:
3957         increased version to 2.5.12
3958         released 2.5.11
3960         * NEWS:
3961         * configure.in:
3962         updated for 2.5.11 release
3964 2004-09-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3966         * fvwm/geometry.c (get_page_offset):
3967         (get_page_offset_rectangle):
3968         (get_absolute_geometry):
3969         new functions
3971         * fvwm/virtual.c (CMD_GotoPage):
3972         * fvwm/move_resize.c (__move_window):
3973         * fvwm/virtual.c (CMD_GotoPage):
3974         (get_page_arguments):
3975         new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
3976         command
3978 2004-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3980         * libs/Flocale.c (FlocaleGetNameProperty):
3981         fixed freeing uninitialized pointer
3983 2004-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3985         * fvwm/conditional.c (select_cmd):
3986         (direction_cmd):
3987         (CMD_NoWindow):
3988         (CMD_All):
3989         fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
3990         WindowId and Direction commands; fixes break from these commands
3992         * fvwm/geometry.c (get_shaded_geometry):
3993         shading geometry fix for windows without decoration
3995         * libs/FScreen.c (XineramaQueryExtension):
3996         fixed xinerama crash
3998 2004-09-04  Scott Smedley  <scottie7@tpg.com.au>
4000         * configure.in:
4001         Parse man pages with config.status so man pages have correct date.
4002         Man pages also specify FVWM version that they relate to.
4004         * bin/fvwm-bug.1:
4005         * bin/fvwm-config.1:
4006         * bin/fvwm-convert-2.2.1:
4007         * bin/fvwm-convert-2.4.1:
4008         * bin/fvwm-convert-2.6.1:
4009         * bin/fvwm-menu-desktop.1:
4010         * bin/fvwm-root.1:
4011         * modules/FvwmAnimate/FvwmAnimate.1:
4012         * modules/FvwmAuto/FvwmAuto.1:
4013         * modules/FvwmBacker/FvwmBacker.1:
4014         * modules/FvwmBanner/FvwmBanner.1:
4015         * modules/FvwmButtons/FvwmButtons.1:
4016         * modules/FvwmCommand/FvwmCommand.1:
4017         * modules/FvwmConsole/FvwmConsole.1:
4018         * modules/FvwmConsole/FvwmConsoleC.pl.1:
4019         * modules/FvwmCpp/FvwmCpp.1:
4020         * modules/FvwmDragWell/FvwmDragWell.1:
4021         * modules/FvwmEvent/FvwmEvent.1:
4022         * modules/FvwmForm/FvwmForm.1:
4023         * modules/FvwmGtk/FvwmGtk.1:
4024         * modules/FvwmIconBox/FvwmIconBox.1:
4025         * modules/FvwmIconMan/FvwmIconMan.1:
4026         * modules/FvwmIdent/FvwmIdent.1:
4027         * modules/FvwmM4/FvwmM4.1:
4028         * modules/FvwmPager/FvwmPager.1:
4029         * modules/FvwmProxy/FvwmProxy.1:
4030         * modules/FvwmRearrange/FvwmRearrange.1:
4031         * modules/FvwmSave/FvwmSave.1:
4032         * modules/FvwmSaveDesk/FvwmSaveDesk.1:
4033         * modules/FvwmScript/FvwmScript.1:
4034         * modules/FvwmScroll/FvwmScroll.1:
4035         * modules/FvwmTaskBar/FvwmTaskBar.1:
4036         * modules/FvwmTheme/FvwmTheme.1:
4037         * modules/FvwmWharf/FvwmWharf.1:
4038         * modules/FvwmWinList/FvwmWinList.1:
4039         These man pages were renamed to have a .in suffix.
4040         ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
4042 2004-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4044         * fvwm/placement.c (__place_window):
4045         fixed starting desk output with bugopts explainwindowplacement
4047 2004-09-03  Olivier Chapuis  <olivier.chapuis@free.fr>
4049         * fvwm/eventhandler.h:
4050         * fvwm/events.c (InitEventHandlerJumpTable):
4051         (__handle_key):
4052         (HandleKeyPress):
4053         (HandleKeyRelease):
4054         Fixed window specific bindings "patch" by sending key release event
4055         when needed
4057 2004-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4059         * libs/defaults.h:
4060         * fvwm/screen.h:
4061         * fvwm/move_resize.c:
4062         * fvwm/fvwm.c:
4063         * fvwm/fvwm.h:
4064         * fvwm/frame.h:
4065         * fvwm/decorations.c:
4066         * fvwm/frame.c:
4067         * fvwm/builtins.c:
4068         * fvwm/borders.c:
4069         * fvwm/add_window.c:
4070         * fvwm/bindings.c:
4071         * fvwm/style.c:
4072         renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
4073         it with NUMBER_OF_MOUSE_BUTTONS
4075         * fvwm/style.c (style_parse_focus_policy_style):
4076         * fvwm/focus_policy.h:
4077         * libs/Bindings.c (GrabWindowButton):
4078         * fvwm/bindings.c (bind_get_bound_button_contexts):
4079         (ParseBinding):
4080         * fvwm/events.c (WaitForButtonsUp):
4081         * fvwm/style.c (style_parse_focus_policy_style):
4082         * fvwm/builtins.c (__fake_event):
4083         fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
4084         NUMBER_OF_EXTENDED_MOUSE_BUTTONS
4086 2004-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4088         * configure.in:
4089         put -Wall -Wno-implicit-int before user specified flags
4091         * libs/FScreen.c:
4092         Applied below patch again.  It didn't make it to CVS (?)
4094 2004-08-26  Dan Espen  <dane@mk.telcordia.com>
4096         * libs/FScreen.c: Fixed case error.  Patch from Chris Ross.
4098 2004-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4100         * libs/FScreen.c:
4101         cleaned up ifdef hell
4103         * configure.in:
4104         fixed solaris xinerama test
4106 2004-08-25  Dan Espen  <dane@mk.telcordia.com>
4108         * configure.in:
4109         * acconfig.h:
4110         * libs/FScreen.c (solaris_XineramaQueryScreens):
4111         Solaris Xinerama support.
4112         * AUTHORS:
4113         Update.
4114         Patch by Chris Ross.
4116 2004-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4118         * fvwm/events.c (__handle_cr_on_client):
4119         don't reevaluate window geometry when a ConfigureRequest has no size or
4120         position set
4122 2004-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4124         * fvwm/menus.c (get_menu_options):
4125         (do_menu):
4126         new menu option TearOffImmediately
4128 2004-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4130         * fvwm/placement.c (__place_get_wm_pos):
4131         cascade placemnt fix by Paul Vojta
4133 2004-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4135         * fvwm/geometry.c (constrain_size):
4136         Don't touch the aspect ratio if modifying the width/height does not
4137         improve the situation
4139         * fvwm/frame.c (frame_free_move_resize_args):
4140         (__frame_setup_window):
4141         (frame_update_hidden_window_pos):
4142         (frame_mrs_resize_move_windows):
4143         (frame_create_move_resize_args):
4144         * fvwm/move_resize.c (__resize_window):
4145         some event handling fixes
4147         * fvwm/geometry.c (constrain_size):
4148         look up the latest size hints if necessary
4150 2004-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4152         * fvwm/geometry.c (constrain_size):
4153         * fvwm/ewmh.c (EWMH_fullscreen):
4154         * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
4155         (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
4156         (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
4157         * fvwm/fvwm.h (window_flags_t):
4158         allow windows to override their size hints when going fullscreen:
4159         minimum and maximum size, size inc, aspect ratio, etc.
4161 2004-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4163         * fvwm/decorations.c (struct):
4164         MWM hints on 64 bit machines fix
4166 2004-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4168         * fvwm/fvwm.1.in (Note):
4169         * fvwm/read.c (CMD_Read):
4170         (CMD_PipeRead):
4171         the Read and PipeRead commands have a return code
4173         * fvwm/read.c (run_command_stream):
4174         (CMD_Read):
4175         (CMD_PipeRead):
4176         removed debug code
4178 2004-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4180         * fvwm/move_resize.c (GetResizeArguments):
4181         (GetMoveArguments):
4182         fixed parsing of the frame option to the resize command and the pointer
4183         option to the move command
4185         * fvwm/conditional.c (CMD_None):
4186         Fixed CMD_None return code
4188 2004-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4190         * fvwm/stack.c (is_above_unmanaged):
4191         windows on other Desks are always considered on top
4193         * fvwm/conditional.c (CreateConditionMask):
4194         (MatchesConditionMask):
4195         * fvwm/fvwm.h (WindowConditionMask):
4196         new condition Overlapped
4198         * config.h:
4199         inproved strings.h / sring.h iclusion logic
4201         * libs/PictureUtils.c (finish_ct_init):
4202         (PictureInitColors):
4203         use flib_putenv instead of putenv
4205 2004-07-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4207         * fvwm/screen.h:
4208         * libs/gravity.h (enum):
4209         * libs/wcontext.h (enum):
4210         -pedantic fixes
4212         * fvwm/fvwm.c (StartupStuff):
4213         do not ungrab the pointer while the startup functions execute
4214         (Done):
4215         ungrab the pointer only after executing the RestartFunction or
4216         ExitFunciton.  Otherwise these functions may not be executed if some
4217         other application grabs the pointer.
4219         * fvwm/fvwm.h:
4220         * fvwm/conditional.c (CreateConditionMask):
4221         renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
4222         new condition AnyScreen
4224         * libs/Bindings.c:
4225         * fvwm/builtins.c (__fake_event):
4226         * fvwm/bindings.c (ParseBinding):
4227         removed C++ comments
4229 2004-07-15  Scott Smedley  <scottie7@tpg.com.au>
4231         * NEWS:
4232         New options for FvwmButtons module.
4234 2004-07-12  Mikhael Goikhman  <migo@homemail.com>
4236         * fvwm/fvwm.1.in:
4237         use commas between conditions
4239 2004-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4241         * fvwm/builtins.c (CMD_Wait):
4242         ignore MapNotify reported to any window except the root window
4244         * fvwm/module_interface.c (CONFIGARGS):
4245         correct number of CONFIGARGS arguments
4247         * libs/vpacket.h (ConfigWinPacket):
4248         frame_x and frame_y are signed
4250 2004-07-11  Scott Smedley  <scottie7@tpg.com.au>
4252         * fvwm/conditional.c:
4253         * fvwm/fvwm.h:
4254         * fvwm/fvwm.1.in:
4255         * AUTHORS:
4256         Committed patch by Norman Yarvin (with a few minor mods) to extend
4257         conditionals to handle multiple window names.
4259 2004-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4261         * fvwm/module_interface.c (CONFIGARGS):
4262         * libs/vpacket.h (ConfigWinPacket):
4263         put window_flags at end of structure
4265 2004-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4267         * fvwm/module_interface.c (CONFIGARGS):
4268         (OLDCONFIGARGS):
4269         (SETOLDFLAGS):
4270         (SendConfig):
4271         (BroadcastConfig):
4272         removed old module interface
4273         (CONFIGARGS):
4275         * libs/vpacket.h (ConfigWinPacket):
4276         64 bit fix
4278 2004-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4280         * fvwm/execcontext.c (__exc_change_context):
4281         fixed handling of etrigger event, fixing a problem with PropertyNotify
4282         events during resizing and possibly other problems too
4284         * fvwm/add_window.c (RestoreWithdrawnLocation):
4285         fixed travelling windows if application changed gravity hint before
4286         recapture
4288         * fvwm/frame.c (combine_decor_gravities):
4289         (combine_gravities):
4290         renamed
4291         (frame_restore_client_gravities):
4292         fixed window gravity after resize
4294         * libs/FEvent.c (FPeekEvent):
4295         (FPeekIfEvent):
4296         (FCheckPeekIfEvent):
4297         fixed some event handling bugs
4299         * fvwm/conditional.c (CMD_Test):
4300         (match_version):
4301         corrected use of Bool types
4302         (match_version):
4303         simplified, fixed compilation
4304         (ver):
4305         use int as return type
4307         * libs/Ficonv.c (convert_charsets):
4308         reindented
4310         * libs/Ficonv.c (convert_charsets):
4311         * acinclude.m4 (ICONV_SECOND_ARG):
4312         rewrote iconf configure test to save an ifdef
4314 2004-07-07  Scott Smedley  <scottie7@tpg.com.au>
4316         * fvwm/fvwm.1.in:
4317         * libs/Bindings.h:
4318         * libs/Bindings.c:
4319         * fvwm/bindings.c:
4320         Allow user to specify window-specific bindings that should NOT be
4321         intercepted by FVWM. This is accomplished with an '--' binding action.
4323 2004-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4325         * fvwm/move_resize.c (__resize_window):
4326         Fixed event handling
4328         * fvwm/virtual.c (HandlePaging):
4329         removed check for leave events on pan frames; better query the pointer
4330         each time
4332 2004-07-06  Scott Smedley  <scottie7@tpg.com.au>
4334         * fvwm/fvwm.1.in:
4335         * fvwm/conditional.c:
4336         Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
4338 2004-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4340         * fvwm/move_resize.c (GetResizeArguments):
4341         (GetResizeMoveArguments):
4342         (__resize_window):
4343         (__resize_step):
4344         (__resize_get_refpos):
4345         (__resize_get_dir_proximity):
4346         (__resize_get_dir_from_window):
4347         implemented fluxbox-like Alt-Button3 resizing
4349         * fvwm/virtual.c (HandlePaging):
4350         * fvwm/events.c (__merge_cr_moveresize):
4351         (__test_for_motion):
4352         (flush_property_notify):
4353         do not use XPutBackEvent as it shuffles events on the queue
4354         (test_button_event):
4355         (test_typed_window_event):
4356         new functions
4358         * libs/FEvent.c (fev_get_evpos_or_query):
4359         take pointer position from EnterNotify and LeaveNotify events
4361         * fvwm/move_resize.c (__move_loop):
4362         fixed multiple paging with certain SnapGrid / Move interactions
4363         (__resize_window):
4364         (__move_loop):
4365         * fvwm/virtual.c (HandlePaging):
4366         Workaround for buggy XFree not delivering some Pointer events
4367         simplified code
4369         * fvwm/virtual.c (MoveViewport):
4370         don't eat MotionNotify events
4372         * libs/FEvent.c (fev_get_last_event):
4373         new function
4374         (FWindowEvent):
4375         (FPutBackEvent):
4376         (FPeekIfEvent):
4377         (FPeekEvent):
4378         (FNextEvent):
4379         (FMaskEvent):
4380         (FIfEvent):
4381         (FCheckWindowEvent):
4382         (FCheckTypedWindowEvent):
4383         (FCheckTypedEvent):
4384         (FCheckMaskEvent):
4385         (FCheckIfEvent):
4386         keep a copy of the previous event in case FPutBackEvent is called
4388 2004-06-30  Scott Smedley  <scottie7@tpg.com.au>
4390         * fvwm/fvwm.1.in:
4391         Indicate optional window argument in section headings for
4392         Key, Mouse, PointerKey & Stroke commands.
4393         Remove strange "-Key" option listed for PointerKey.
4395 2004-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4397         * libs/Fft.c (FftDrawString):
4398         * fvwm/session.c (get_version_string):
4399         * fvwm/module_interface.c (FlushMessageQueue):
4400         * fvwm/fvwm.c (SaveDesktopState):
4401         * fvwm/colorset.h:
4402         * fvwm/colorset.c (cleanup_colorsets):
4403         * libs/PictureUtils.c (struct):
4404         fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
4406 2004-06-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4408         * fvwm/events.c (__cr_detect_icccm_move):
4409         windows with ewmh hints are assumed to use icccm2 compliant movement
4411         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
4412         (ewmh_WMStateMaxHoriz):
4413         fixed restart/maximized problem
4415         * libs/fvwmsignal.c (fvwmReapChildren):
4416         * fvwm/fvwm.c (ReapChildren):
4417         moved function to lib
4419 2004-06-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4421         * fvwm/modconf.c (send_desktop_geometry):
4422         (send_color_limit):
4423         (send_click_time):
4424         (send_move_threshold):
4425         (send_ignore_modifiers):
4426         increased static buffer size
4428 2004-06-13  Marcus Lundblad  <ml@update.uu.se>
4430         * libs/CombineChars.c (convert_to_ucs2):
4431         Replace illegal UTF-8 character sequences in input
4433 2004-06-11  Scott Smedley  <scottie7@tpg.com.au>
4435         * libs/Bindings.c:
4436         bugfix: wrong stroke action being invoked.
4438 2004-06-10  Scott Smedley  <scottie7@tpg.com.au>
4440         * fvwm/builtins.c:
4441         * fvwm/events.c:
4442         * libs/Bindings.c:
4443         Active _last_ matching binding. (ie. same behaviour as before
4444         win-specific bindings patch.)
4445         bugfix: segfault when looking up stroke bindings in root context.
4447 2004-06-07  Scott Smedley  <scottie7@tpg.com.au>
4449         * fvwm/bindings.c:
4450         * fvwm/builtins.c:
4451         * fvwm/events.c:
4452         * fvwm/fvwm.1.in:
4453         * fvwm/module_interface.c:
4454         * libs/Bindings.c:
4455         * libs/Bindings.h:
4456         * modules/FvwmScript/FvwmScript.c:
4457         * modules/FvwmScript/Instructions.c:
4458         Implemented window-specific key/mouse bindings.
4460         * modules/FvwmIconBox/FvwmIconBox.h:
4461         * libs/fvwmlib.h:
4462         * libs/wild.c:
4463         * libs/wild.h:
4464         Make args to matchWildcards() const.
4466 2004-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4468         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
4469         use EWMH_fullscreen
4470         * fvwm/ewmh.c (EWMH_fullscreen):
4471         new function
4473         * fvwm/add_window.c (AddWindow):
4474         implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
4476         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
4477         (ewmh_WMStateMaxVert):
4478         (ewmh_WMStateShaded):
4479         (ewmh_WMStateSticky):
4480         (ewmh_WMStateStaysOnBottom):
4481         fixed core dumps
4482         (ewmh_WMState):
4483         don't try to maximize window when looking up the style
4484         (ewmh_WMDesktop):
4485         (ewmh_WMStateFullScreen):
4486         (ewmh_WMStateHidden):
4487         (ewmh_WMStateMaxVert):
4488         (ewmh_WMStateModal):
4489         (ewmh_WMStateShaded):
4490         (ewmh_WMStateSkipPager):
4491         (ewmh_WMStateSticky):
4492         (ewmh_WMStateStaysOnBottom):
4493         fixed ignoring ewmh hints
4495         * fvwm/expand.c (expand_vars_extended):
4496         include full path in iconfile and miniiconfile variables
4498 2004-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4500         * fvwm/functions.c (execute_complex_function):
4501         (CheckActionType):
4502         fixed double click patch
4504 2004-06-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4506         * fvwm/ewmh.c (EWMH_SetWMDesktop):
4507         use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
4509 2004-05-31  Dan Espen  <dane@mk.telcordia.com>
4511         * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
4512         into fvwm man page.
4514 2004-05-29  Norbert Buchmuller  <norbi@nix.hu>
4516         * libs/FImage.c (FShmSafeCreateImage):
4517         Yet another fix to SHM remote client problem
4519 2004-05-26  Francis Litterio  <franl@world.std.com>
4521         * fvwm/fvwm.1.in
4522         * fvmw/fvwm.h
4523         * fvwm/placement.c (__place_get_wm_pos)
4524         * fvwm/style.c (style_parse_one_style_option)
4525         Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
4527 2004-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4529         * fvwm/events.c (HandleEnterNotify):
4530         fixed endless loop of edge commands when doing something that grabs
4531         the pointer
4533         * fvwm/functions.c (CheckActionType):
4534         (execute_complex_function):
4535         double clicks no longer work when pressing different buttons
4537 2004-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4539         * fvwm/placement.c (__place_get_wm_pos):
4540         fixed placement in top left corner when pressing escape during manual
4541         placement
4543 2004-05-23  Mikhael Goikhman  <migo@homemail.com>
4545         * configure.in:
4546         * AUTHORS:
4547         added Chinese translations
4549 2004-05-18  Olivier Chapuis  <olivier.chapuis@free.fr>
4551         * fvwm/ewmh.c (EWMH_SetFrameStrut):
4552         Fixed a miss-print
4554 2004-05-09  Mikhael Goikhman  <migo@homemail.com>
4556         * fvwm/conditional.c:
4557         * fvwm/fvwm.1.in:
4558         clean up Test code and documentation, add new False condition,
4559         unrecognized conditions produce Error return code now
4561 2004-05-06  Dan Espen  <dane@mk.telcordia.com>
4563         * fvwm/style.c: Remove extra char.
4565 2004-05-01  Olivier Chapuis  <olivier.chapuis@free.fr>
4567         * fvwm/ewmh.c (ewmh_atom_client_win):
4568         * fvwm/ewmh_intern.h:
4569         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
4570         (ewmh_MoveResizeWindow):
4571         Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
4573         * fvwm/events.c (__handle_cr_on_client):
4574         (__handle_configure_request):
4575         (events_handle_configure_request):
4576         Some renaming for consistency, force restacking if the event come from
4577         an ewmh restack
4579         * fvwm/ewmh_events.c (ewmh_MoveResize):
4580         Fixed _NET_WM_MOVERESIZE
4582         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
4583         Removed debug code
4585         * fvwm/ewmh.c (ewmh_atom_fvwm_win):
4586         (EWMH_SetFrameStrut):
4587         Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
4589 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
4591         * libs/FImage.c (FShmSafeCreateImage):
4592         Finished to fix SHM remote client problem
4594 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
4596         * libs/FImage.c (FShmSafeCreateImage):
4597         Fixed when we are a remote client
4599 2004-04-21  Mikhael Goikhman  <migo@homemail.com>
4601         * INSTALL.fvwm:
4602         * NEWS:
4603         * acconfig.h:
4604         * fvwm/fvwm.1.in:
4605         * fvwm/fvwm.c:
4606         * fvwm/gnome.h:
4607         * fvwm/session.c:
4608         * libs/envvar.c:
4609         * libs/envvar.h:
4610         new default ~/.fvwm/config file is now recommended instead of
4611         still supported ~/.fvwm/.fvwm2rc
4613 2004-04-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4615         * fvwm/menus.c (NewMenuRoot):
4616         do not strip whitespace from menu names when creating a new menu
4618 2004-04-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4620         * fvwm/menuitem.c (menuitem_get_size):
4621         * fvwm/menuitem.h:
4622         renamed remaining "mips" to mipst
4624 2004-04-09  Olivier Chapuis  <olivier.chapuis@free.fr>
4626         * fvwm/events.c (HandleMapRequestKeepRaised):
4627         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4628         Fixed EWMH DesktopGeometry and Stacking list
4630 2004-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4632         * fvwm/virtual.c (GetDeskNumber):
4633         (CMD_MoveToDesk):
4634         (CMD_GotoDesk):
4635         fixed MoveToDesk with one argument
4637 2004-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4639         * fvwm/style.c (style_parse_one_style_option):
4640         * fvwm/style.h:
4641         * fvwm/conditional.c (MatchesConditionMask):
4642         * fvwm/fvwm.h:
4643         * fvwm/window_flags.h:
4644         new style "State"
4646 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4648         * fvwm/fvwm.1.in:
4649         corrected a typo
4651 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4653         * fvwm/move_resize.c (unmaximize_fvwm_window):
4654         fixed redrawing of maximize button when unmaximizing but when the size
4655         and position does not change
4657 2004-03-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4659         * fvwm/expand.c (expand_vars_extended):
4660         new extended variable $[w.layer]
4662         * fvwm/move_resize.c (MaximizeHeight):
4663         (MaximizeWidth):
4664         (CMD_Maximize):
4665         applied modified layer patch for maximize by Rafal Bisingier
4667 2004-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4669         * fvwm/add_window.c (setup_frame_attributes):
4670         Hopefully fixed BackingStore code and removed now useless backing store
4671         for decorations
4673         * fvwm/expand.c (expand_vars_extended):
4674         new extended variable $[w.desk]
4676 2004-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4678         * NEWS:
4679         * configure.in:
4680         increased version to 2.5.11
4681         released 2.5.10
4683         * NEWS:
4684         * configure.in:
4685         updated for 2.5.10 release
4687         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4688         improved rotation code
4690         * libs/gravity.c (gravity_add_rotations):
4691         new function
4693 2004-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4695         * fvwm/placement.c (__explain_placement):
4696         new function
4698         * libs/FScreen.c (FScreenIsRectangleOnScreen):
4699         new function
4701         * fvwm/builtins.c (CMD_BugOpts):
4702         * fvwm/screen.h (ScreenInfo):
4703         new BugOpts option ExplainWindowPlacement
4704         renamed some members of Screen
4706 2004-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4708         * fvwm/placement.c (__place_get_wm_pos):
4709         (__place_get_nowm_pos):
4710         (__place_get_placement_flags):
4711         (__place_window):
4712         (__place_handle_x_resources):
4713         (setup_window_placement):
4714         split into multiple functions
4715         cleaned up a little
4717 2004-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4719         * fvwm/add_window.c (setup_window_placement):
4720         * fvwm/placement.c (setup_window_placement):
4721         moved function to placement.c
4722         fixed using PLACE_AGAIN placement mode
4723         (PlaceWindow):
4724         (__place_window):
4725         renamed function
4727 2004-03-15  Chris Ross  <cross+fvwm@distal.com>
4729         * libs/Graphics.c (do_relieve_rectangle_with_rotation)
4730         allow a negative line_width to invert the relief
4732 2004-03-06  Marcus Lundblad  <ml@update.uu.se>
4734         * libs/Flocale.c (FlocaleDrawString)
4735         (FlocaleDrawUnderline)
4736         (FlocaleTextWidth):
4737         reduced redundant calls to iconv
4739 2004-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4741         * fvwm/move_resize.c (CMD_XorValue):
4742         fixed a very small outline drawing problem caused by using 0 line width
4743         instead of 1
4745         * NEWS:
4746         * configure.in:
4747         increased version to 2.5.10
4749         * configure.in:
4750         * NEWS:
4751         updated for 2.5.9 release
4753         * fvwm/functions.c (execute_function_override_window):
4754         * fvwm/module_interface.c (ExecuteModuleCommand):
4755         * fvwm/conditional.c (circulate_cmd):
4756         sometimes, DeferExecution was called although a window was already
4757         selected, for example with the "Current" commend; fixed
4759 2004-02-28  Olivier Chapuis  <olivier.chapuis@free.fr>
4761         * libs/FImage.c (FShmSafeCreateImage):
4762         Fixed some safety tests
4764 2004-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4766         * fvwm/events.c (__handle_cr_on_client):
4767         fixed a bug in the Jave configure request workaround
4769 2004-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4771         * fvwm/events.c (__cr_detect_icccm_move):
4772         improved motion method detection for fullscreen requests
4774 2004-02-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4776         * fvwm/add_window.c (AddWindow):
4777         * fvwm/screen.h (ScreenInfo):
4778         * fvwm/builtins.c (CMD_BugOpts):
4779         new BugOpts option DisplayNewWindowNames intended for debugging
4781 2004-02-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4783         * libs/Bindings.c (FvwmStringToKeysym):
4784         small performance enhancement
4786         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
4787         (__move_loop):
4788         fixed the FlickeringMoveWorkaround option which did nothing before
4790 2004-02-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4792         * fvwm/style.c (style_parse_one_style_option):
4793         * fvwm/fvwm.h:
4794         * fvwm/style.h (SIS_UNMANAGED):
4795         * fvwm/add_window.c (AddWindow):
4796         New style Unmanaged
4798         * fvwm/expand.c (expand_vars_extended):
4799         new variables $[w.iconfile] and $[w.miniiconfile]
4801         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4802         made left side of a relief one pixel longer at the bottom
4804 2004-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4806         * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
4807         * fvwm/style.c (style_set_old_focus_policy):
4808         fixed default window list order with ClickToFocus
4810 2004-02-04  Marcus Lundblad  <ml@update.uu.se>
4812         * fvwm/libs/Flocale.h:
4813         * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
4814         (FlocaleStringByteToCharOffset)
4815         (FlocaleStringCharToByteOffset)
4816         (FlocaleStringCharLength):
4817         Made utility functions available outside of Flocale
4819 2004-01-31  Olivier Chapuis  <olivier.chapuis@free.fr>
4821         * fvwm/events.c (__test_for_motion):
4822         Fixed a lockup, see the long comment in the code
4824 2004-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4826         * fvwm/schedule.c (execute_obj_func):
4827         fixed using uninitialised return code
4829 2004-01-25  Olivier Chapuis  <olivier.chapuis@free.fr>
4831         * fvwm/builtins.c (do_title_style):
4832         Fixed MinHeight, it must reset the Height
4834 2004-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4836         * fvwm/menus.c (menuShortcuts):
4837         applied menu navigation patch by Anton Kazennikov
4839 2003-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4841         * libs/gravity.c (gravity_dir_to_string):
4842         (gravity_parse_dir_argument):
4843         use a constant for the dir table
4845 2003-12-16  Marcus Lundblad  <ml@update.uu.se>
4847         * fvwm/Flocale.c (FlocaleEncodeString)
4848         (FlocaleDrawUnderline):
4849         Fixed crash when there's no Iconv support
4851 2003-12-16  olicha  <olivier.chapuis@free.fr>
4853         * fvwm/functions.h:
4854         Used the FUNC_FLAGS_TYPE in find_func_t declaration
4856         * sample.fvwmrc/system.fvwm2rc-sample-95:
4857         Added some Xft fonts
4859 2003-12-12  olicha  <olivier.chapuis@free.fr>
4861         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
4862         Fixed ewmh FullScreen when an application start fullscreen and
4863         desactivate this state
4865 2003-12-04  olicha  <olivier.chapuis@free.fr>
4867         * fvwm/placement.c (test_fit):
4868         * fvwm/ewmh.h:
4869         * fvwm/ewmh.c (ewmh_GetStrutIntersection):
4870         (EWMH_GetBaseStrutIntersection):
4871         (EWMH_GetStrutIntersection):
4872         Fixed placement vs the base struts
4874 2003-11-29  Mikhael Goikhman  <migo@homemail.com>
4876         * sample.fvwmrc/system.fvwm2rc-sample-95:
4877         improved Debian specific menu
4879 2003-11-15  Mikhael Goikhman  <migo@homemail.com>
4881         * sample.fvwmrc/system.fvwm2rc-sample-95:
4882         several updates; added Debian menu if found
4884 2003-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4886         * configure.in:
4887         new configure option --en/disable-iconv
4889 2003-11-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4891         * fvwm/menus.c (__mloop_handle_event):
4892         * fvwm/menustyle.c (menustyle_parse_style):
4893         (menustyle_copy):
4894         new MenuStyle options PopupIgnore and PopupClose
4896 2003-11-02  Dan Espen  <dane@mk.telcordia.com>
4898         * fvwm/menus.c (menu_binding): Remove debug code.
4899         * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
4900         * fvwm/menus.h: Add menu_binding function.
4901         * fvwm/fvwm.1.in: Document the menu context in the mouse command for
4902         tear off menus.
4903         * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
4904         button 2 tearoff.
4905         * libs/wcontext.h (enum): Add MENU context.
4906         * libs/wcontext.c (win_contexts): More common binding contexts first in
4907         table.
4908         * libs/charmap.c (charmap_string_to_mask): Space before char in error
4909         message.
4911 2003-11-01  Mikhael Goikhman  <migo@homemail.com>
4913         * NEWS:
4914         * configure.in:
4915         increase version to 2.5.9
4917 2003-10-31  Mikhael Goikhman  <migo@homemail.com>
4919         * Makefile.am:
4920         fixed deb creation
4922         * configure.in:
4923         * NEWS:
4924         updated for 2.5.8 release
4926 2003-10-29  Mikhael Goikhman  <migo@homemail.com>
4928         * Makefile.am:
4929         * configure.in:
4930         initially added files for deb package auto-creating procedure
4932 2003-10-26  Mikhael Goikhman  <migo@homemail.com>
4934         * AUTHORS:
4935         * configure.in:
4936         added Swedish translations by Johan Svedberg
4938         * NEWS:
4939         updated
4941 2003-10-25  Mikhael Goikhman  <migo@homemail.com>
4943         * fvwm/add_window.c (GetWindowSizeHints):
4944         reindented broken hint messages
4946 2003-10-23  Mikhael Goikhman  <migo@homemail.com>
4948         * configure.in:
4949         improved Perl detection messages,
4950         restored FvwmGtkDebug independence from gtk libs
4952 2003-10-15  Mikhael Goikhman  <migo@homemail.com>
4954         * configure.in:
4955         * AUTHORS:
4956         added German translations by Andrei Mitrofanow
4958         * fvwm/fvwm.1.in:
4959         typos
4961 2003-10-11  Mikhael Goikhman  <migo@homemail.com>
4963         * NEWS:
4964         added 2.4.17 NEWS
4966 2003-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4968         * fvwm/fvwm.1.in:
4969         * fvwm/conditional.c (CreateConditionMask):
4970         (MatchesConditionMask):
4971         (CreateConditionMask):
4972         * fvwm/fvwm.h (WindowConditionMask):
4973         !CurrentPage, !CurrentDesk, !Layer ... now work as they should
4975 2003-09-23  olicha  <olivier.chapuis@free.fr>
4977         * libs/FImage.c (FShmInit):
4978         Removed debug code
4980 2003-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4982         * fvwm/focus.c (warp_to_fvwm_window):
4983         don't unnecessarily call MoveViewport
4985 2003-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4987         * fvwm/decorations.c (__is_resize_allowed):
4988         fixed a condition
4990 2003-09-06  malu  <ml@update.uu.se>
4992         * libs/FBidi.c (FBidiConvert):
4993         * libs/CombineChars.c (CombineChars):
4994         Fixed drawing combining characters on correct positions in
4995         right-to-left context
4997 2003-09-05  malu  <ml@update.uu.se>
4999         * libs/Flocale.c (FlocaleDrawString):
5000         (FlocaleTextWidth):
5001         Fixed drawing of combining characters with font shadow
5002         (character offsets were miscalculated, since FlocaleTextWidth
5003         adds shadow width)
5005 2003-09-05  malu  <ml@update.uu.se>
5007         * libs/Flocale.c (FlocaleDrawUnderline):
5008         Fixed bug with text width when a string contains only
5009         "orphaned" combining characters (compensation for font shadowd
5010         was counted twice)
5012 2003-09-04  olicha  <olivier.chapuis@free.fr>
5014         * todo-2.6:
5015         Added E.18, added comments on C.9 and C.15
5017 2003-09-03  olicha  <olivier.chapuis@free.fr>
5019         * libs/Flocale.c (FlocaleTextWidth):
5020         Fixed a comb_char core dump
5022         * libs/Makefile.am:
5023         Fixed compilation if either iconv, libpng or Xrender headers are
5024         not at a standard place
5026 2003-09-03  Mikhael Goikhman  <migo@homemail.com>
5028         * acinclude.m4:
5029         fixed error message for incorrect --with-SOMETHING-library argument
5031 2003-09-03  olicha  <olivier.chapuis@free.fr>
5033         * todo-2.6:
5034         Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
5036 2003-09-02  olicha  <olivier.chapuis@free.fr>
5038         * todo-2.6:
5039         C.12 is fixed
5041 2003-09-01  olicha  <olivier.chapuis@free.fr>
5043         * libs/gravity.c (gravity_dir_to_string):
5044         A new interface function to transform a direction_t to a string
5046 2003-08-31  S. Anderson  <sa@xmission.com>
5048         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
5049         Fixed missing font charsets
5051 2003-08-28  olicha  <olivier.chapuis@free.fr>
5053         * fvwm/move_resize.c (__move_loop):
5054         (AnimatedMoveAnyWindow):
5055         Updated bg of transparent tear off menu when moved
5057         * fvwm/events.c (HandlePropertyNotify):
5058         Updated ParentRelative tear off menu on bg change
5060         * fvwm/menus.c (UpdateMenuColorset):
5061         Updated colorsets of tear off menu when they change, this handle the
5062         case of root background change for RootTransparent
5064         * fvwm/menus.h:
5065         * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
5066         An utility function for redrawing transparent tear off menu. Maybe
5067         we can merge
5069         * fvwm/add_window.c (validate_transientfor):
5070         Fixed transient for an ewmh desktop
5072 2003-08-27  olicha  <olivier.chapuis@free.fr>
5074         * libs/FRender.c (FRenderRender):
5075         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
5076         Removed and fixed some unused code
5078 2003-08-25  olicha  <olivier.chapuis@free.fr>
5080         * fvwm/misc.c (GrabEm):
5081         Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
5083         * fvwm/modconf.c (send_color_limit):
5084         ifndefed color limit config info message which is not used anymore
5086         * fvwm/colorset.c (parse_colorset):
5087         Added a note on average bg
5089 2003-08-23  olicha  <olivier.chapuis@free.fr>
5091         * fvwm/style.c (print_styles):
5092         More info on memory used
5094         * fvwm/style.c (__simplify_style_list):
5095         Fixed upward simplication
5097 2003-08-14  olicha  <olivier.chapuis@free.fr>
5099         * fvwm/ewmh.c (ewmh_HandleMenu):
5100         Fixed the MENU window type, they are tear off menus
5102         * fvwm/fvwm.h:
5103         * fvwm/update.c (apply_window_updates):
5104         * fvwm/stack.c (new_layer):
5105         * fvwm/ewmh.c (EWMH_GetStyle):
5106         Fixed EWMHUseStackingHints update
5108         * fvwm/window_flags.h:
5109         * fvwm/fvwm.h:
5110         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5111         (ewmh_WMStateMaxHoriz):
5112         (ewmh_WMStateMaxVert):
5113         * fvwm/move_resize.c (unmaximize_fvwm_window):
5114         Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
5115         uniconify and unshade when putting a window fullscreen
5117         * fvwm/ewmh_intern.h:
5118         * fvwm/ewmh.c (ewmh_AllowsFullScreen):
5119         Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
5121         * fvwm/move_resize.c (unmaximize_fvwm_window):
5122         (CMD_Resize):
5123         (CMD_ResizeMove):
5124         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5125         * fvwm/decorations.c (SelectDecor):
5126         * fvwm/windowshade.c (CMD_WindowShade):
5127         Removed the decor for EWMH fullscreen windows, forbid shading and
5128         allows Resize and MoveResize without unsetting the fullscreen/maximized
5129         state
5131         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
5132         (CMD_ResizeMaximize):
5133         Fixed ewmh state which was not set after these cmds
5135 2003-08-09  olicha  <olivier.chapuis@free.fr>
5137         * todo-2.6:
5138         Updated
5140 2003-08-08  olicha  <olivier.chapuis@free.fr>
5142         * fvwm/borders.c (border_draw_vector_to_pixmap):
5143         Fixed inversion of fg and bg in vector buttons
5145         * fvwm/style.c (__simplify_style_list):
5146         Fixed a memory leak
5148         * libs/System.c (fvwm_mkstemp):
5149         Removed debug code
5151 2003-08-07  olicha  <olivier.chapuis@free.fr>
5153         * configure.in:
5154         * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
5155         * acconfig.h:
5156         * libs/System.c (fvwm_mkstemp):
5157         * libs/fvwmlib.h:
5158         Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
5159         exists and work correctly, if not a replacement function is used
5160         (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
5161         implementation).
5163         * libs/fsm.c (unique_filename):
5164         (SetAuthentication):
5165         * fvwm/session.c (getUniqueStateFilename):
5166         Replaced tempnam by fvwm_mkstemp
5168 2003-08-07  olicha  <olivier.chapuis@free.fr>
5170         * libs/Makefile.am:
5171         * libs/FSMlib.h (new file):
5172         * fvwm/session.c (*):
5173         * fvwm/session.h:
5174         fvwmize SMlib and ICElib
5176         * fvwm/session.c (matchWin):
5177         Fixed window matching for windows with no SM_CLIENT_ID and a
5178         window_role
5180         * libs/fsm.c (new file):
5181         * libs/fsm.h (new file):
5182         * fvwm/ConfigFvwmDefaults
5183         A set of functions for implementing a dummy session manager
5185         * fvwm/fvwm.1.in:
5186         GNOME 1 hints and EWHM support is not a configure time option
5187         (anymore).
5189 2003-08-06  Robert Wittek  <r.wittek@gmx.net>
5191         * fvwm/add_window.c (AddWindow):
5192         fixed stickyness across desks over a restart
5194 2003-08-06  olicha  <olivier.chapuis@free.fr>
5196         * fvwm/ewmh.c (EWMH_WindowInit):
5197         (EWMH_SetFrameStrut):
5198         Fixed position of kde tray windows in kicker
5200 2003-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5202         * fvwm/module_interface.c (FlushMessageQueue):
5203         retry writing pipe if write returns EINTR
5205 2003-07-28  olicha  <olivier.chapuis@free.fr>
5207         * fvwm/events.c (events_handle_configure_request):
5208         (HandleConfigureRequest):
5209         (__handle_configure_request):
5210         (__handle_cr_on_client):
5211         * fvwm/ewmh.c (ewmh_atom_client_win):
5212         * fvwm/ewmh_intern.h:
5213         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5214         (EWMH_ProcessClientMessage):
5215         Implemented _NET_MOVERESIZE_WINDOW
5217         * fvwm/fvwm.c (main):
5218         A -Wall fix
5220 2003-07-25  olicha  <olivier.chapuis@free.fr>
5222         * fvwm/ewmh.c (ewmh_HandleWindowType):
5223         Fixed handling of the _NET_WINDOW_TYPE prop when there are more
5224         that one type and we do not support the first one.
5226         * fvwm/expand.c (expand_vars_extended):
5227         Fixed conflict between extended variables name (desk.name and
5228         desk.n)
5230         * fvwm/session.c (callback_save_yourself):
5231         Respect the SmSaveGlobal save type. This should fix some session
5232         locking in the sm protocol
5234         * fvwm/session.c (setSmProperties):
5235         (SessionInit):
5236         Set some sm properties when fvwm start for fixing a problem with
5237         the restart style hint after a restart.
5239         * fvwm/fvwm.c (get_display_name):
5240         (usage):
5241         (main):
5242         * fvwm/session.c (setSmProperties):
5243         * fvwm/fvwm.1.in
5244         Added a possible positive or null arg to --single-screen which
5245         forces fvwm to start on the "current" display and the given
5246         screen. Use this to fix fvwm starting under a session manager:
5247         specify only the screen and not the display.screen for the
5248         restart sm command.
5250         * fvwm/fvwm.c (main):
5251         Fixed possible memory corruption if a display has more than
5252         10 screens.
5254         * fvwm/session.c (*):
5255         Better debuging msg
5257 2003-07-24  Mikhael Goikhman  <migo@homemail.com>
5259         * acinclude.m4:
5260         fixed xft/fontconfig detection with pkg-config
5262         * fvwm/fvwm.1.in:
5263         corrections in some long option names
5265 2003-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5267         * fvwm/add_window.c (setup_style_and_decor):
5268         * fvwm/geometry.c (set_window_border_size):
5269         * fvwm/fvwm.h (FvwmWindow):
5270         * fvwm/events.c (HandleShapeNotify):
5271         * fvwm/frame.c (frame_free_move_resize_args):
5272         (frame_setup_shape):
5273         (frame_reshape_border):
5274         fixed resizing of window borders if a window shape was added or deleted
5275         after the initial window setup
5277         * fvwm/update.c (apply_window_updates):
5278         removed unused code
5280         * fvwm/events.c (__cr_detect_icccm_move):
5281         disable motion method detection for shaped windows
5283 2003-07-21  olicha  <olivier.chapuis@free.fr>
5285         * fvwm/add_window.c (setup_window_structure):
5286         * fvwm/session.c (MatchWinToSM):
5287         Preserve is_name_changed window_flags within restart, session loading
5288         and recapture
5290 2003-07-20  olicha  <olivier.chapuis@free.fr>
5292         * fvwm/ewmh.c (EWMH_Init):
5293         fixed _NET_WM_NAME for our ewmh WM_CHECK window
5295         * fvwm/fvwm.c (InternUsefulAtoms):
5296         * fvwm/externs.h:
5297         * fvwm/session.c (GetWindowRole):
5298         Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
5300         * fvwm/session.c (GetClientID):
5301         Better determination of the CLIENT_LEADER
5303         * fvwm/session.c (setSmProperties):
5304         Set the CloneCommand for gnome-session editor (the sm spec says this
5305         properties is required). Removed the commented XSM ifdef.
5307         * fvwm/session.c (matchWin):
5308         (SaveWindowStates):
5309         Consider client only if it has a client id or a wm command.
5310         Removed the "two entries" session previous commit
5312 2003-07-16  olicha  <olivier.chapuis@free.fr>
5314         * fvwm/session.c (MatchWinToSM):
5315         Fixed restoring session state, if two window session entries have the
5316         same identifier ignore these entries
5318 2003-07-16  olicha  <olivier.chapuis@free.fr>
5320         * NEWS:
5321         * fvwm/style.h (SID_GET_NAME):
5322         (SID_SET_NAME):
5323         (SID_GET_WINDOW_ID):
5324         (SID_SET_WINDOW_ID):
5325         (SID_SET_HAS_NAME):
5326         (SID_GET_HAS_NAME):
5327         (SID_SET_HAS_WINDOW_ID):
5328         (SID_GET_HAS_WINDOW_ID):
5329         (SGET_ID):
5330         (SGET_WINDOW_ID):
5331         (SSET_WINDOW_ID):
5332         (SSET_ID_HAS_NAME):
5333         (SGET_ID_HAS_NAME):
5334         (SSET_ID_HAS_WINDOW_ID):
5335         (SGET_ID_HAS_WINDOW_ID):
5336         * fvwm/style.c (style_ids_are_equals):
5337         (style_id_equals_id):
5338         (styles_have_same_id):
5339         (fw_match_style_id):
5340         (one_fw_can_match_both_ids):
5341         (remove_all_of_style_from_list):
5342         (__simplify_style_list):
5343         (style_parse_one_style_option):
5344         (__style_command):
5345         (style_destroy_style):
5346         (print_styles):
5347         (CMD_Style):
5348         (CMD_WindowStyle):
5349         (CMD_FocusStyle):
5350         (CMD_DestroyStyle):
5351         (CMD_DestroyWindowStyle):
5352         * fvwm/fvwm.h (style_id_t):
5353         (window_style):
5354         * fvwm/functable.c (func_table):
5355         * fvwm/add_window.c (destroy_window):
5356         * fvwm/commands.h:
5357         * fvwm/fvwm.1:
5358         New WindowStyle and DestroyWindowStyle command for setting styles
5359         per window
5361 2003-07-14  Marcus Lundblad  <ml@update.uu.se>
5363         * libs/Flocale.c (FlocaleDrawString):
5364         * libs/FBidi.c (FBidiConvert):
5365         fixed drawing of combining characters in the case where a string
5366         consists of only combining characters
5368 2003-07-13  Marcus Lundblad  <ml@update.uu.se>
5370         * libs/CombineChars.c (CombineChars):
5371         bugfix: array mapping visual to logical position was allocated
5372         to small (factor 2) in decoposing code
5374 2003-07-11  Marcus Lundblad  <ml@update.uu.se>
5376         * libs/Flocale.c (FlocaleEncodeWinString):
5377         fixed a memory leak
5379         * libs/Flocale.c (FlocaleDrawString):
5380         (FlocaleRotatedDrawString):
5381         removed some code duplication
5383 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5385         * libs/CombineChars.c (combclass_table):
5386         (CombineChars):
5387         fixed supporting drawing marks superimposed that are in a combining
5388         class
5390 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5392         * libs/Flocale.c (FlocaleRotateDrawString):
5393         (FlocaleDrawString)
5394         fixed core dump when composing characters can't be converted to
5395         locale charset
5397 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5399         * AUTHORS:
5400         updated
5402 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5404         * todo-2.6 (todo):
5405         updated summary
5407 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5409         * NEWS:
5410         updated with reagrds to combing characters
5412 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5414         * todo-2.6
5415         closed B.8
5417 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5419         * libs/Flocale.c (FlocaleEncodeString):
5420         (FlocaleEncodeWinString):
5421         (FlocaleRotateDrawString):
5422         (FlocaleDrawString):
5423         (FlocaleDrawUnderline):
5424         fixed rendering combining characters using Unicode font in a
5425         non-UTF-8 locale
5427 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5429         * fvwm/fvwm.1.in:
5430         renamed MoveWindowByProgramMethod to MoveByProgramMethod
5432 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
5434         * libs/FBidi.h:
5435         fixed FBidi.h macro to work with no FriBIDI
5437 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
5439         * libs/CombineChars.h (CombineChars):
5440         * libs/CombineChars.c (CombineChars):
5441         * libs/FBidi.h (FBidiConvert):
5442         * libs/FBidi.c (FBidiConvert):
5443         * libs/Flocale.c (FlocaleEncodeString):
5444         (FlocaleEncodeWinString):
5445         (FlocaleDrawUnderline):
5446         (FlocaleTextWidth):
5447         fixed drawing of underlines on characters to work in with BIDI
5448         and combining characters
5450 2003-07-08  Mikhael Goikhman  <migo@homemail.com>
5452         * todo-2.6:
5453         closed D.1 with "no consensus" resolution
5455 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5457         * fvwm/fvwm.1.in:
5458         documented tear off menus
5460         * fvwm/placement.c (PlaceWindow):
5461         StartsOnPage + SkipMapping overrides PPosition
5463 2003-07-07  Mikhael Goikhman  <migo@homemail.com>
5465         * fvwm/functable.c:
5466         solved a problem with CMD_Dummy and exact command spelling
5468         * libs/CombineChars.c:
5469         * libs/CombineChars.h:
5470         * libs/FBidi.c:
5471         minor reformattings (use TABs not 8 spaces and a space after keywords
5472         like for, if or while)
5474 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5476         * fvwm/update.c (apply_window_updates):
5477         * fvwm/update.h:
5478         * fvwm/add_window.c (setup_style_and_decor):
5479         * fvwm/style.h:
5480         * fvwm/style.c (style_parse_one_style_option):
5481         (check_window_style_change):
5482         new style MoveWindowByProgramMethod
5484         * libs/PictureImageLoader.c (PImageLoadXpm):
5485         use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
5487         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5488         implemented _NET_WM_STATE_FULLSCREEN handling
5490         * fvwm/move_resize.c (GetOnePositionArgument):
5491         fixed parsing of "+-x +-y" Move arguments
5492         (CMD_Maximize):
5493         use get_page_offset_check_visible
5495         * fvwm/geometry.c (get_page_offset_check_visible):
5496         new convenience function
5498         * fvwm/events.c (__handle_cr_on_client):
5499         fixed handling of gravities other than NW or Static
5500         (__cr_detect_icccm_move):
5501         fixed several bugs
5503 2003-07-06  Marcus Lundblad  <ml@update.uu.se>
5505         * libs/BidiJoin.c:
5506         * libs/BidiJoin.h:
5507         * libs/BidiJoin.c:
5508         * libs/BidiJoin.h:
5509         * libs/CombineChars.c:
5510         * libs/CombineChars.h:
5511         * libs/Flocale.c (FlocaleEncodeString):
5512         * libs/FBidi.c:
5513         * libs/FBidi.h:
5514         * libs/Makefile.am:
5515         Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
5516         FCombineChars.h
5518 2003-07-06  olicha  <olivier.chapuis@free.fr>
5520         * libs/FRender.c (FRenderRender):
5521         Fixed compilation
5523 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5525         * fvwm/ewmh.c (ewmh_check_wm_pid):
5526         (EWMH_WindowInit):
5527         detect whether a window has _NET_WM_PID set; use that to detect ICCCM
5528         compliant ConfigureNotify handling
5530 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
5532         * libs/Flocale.c (FlocaleDrawUnderline):
5533         Commented out some non-working new code
5535 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
5537         * libs/Flocale.c (FlocaleDrawString):
5538         fixed drawing superimposed characters with a fontset
5540 2003-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5542         * fvwm/events.c (__cr_detect_icccm_move):
5543         (__handle_cr_on_client):
5544         (__cr_get_grav_position):
5545         (__cr_get_static_position):
5546         * fvwm/window_flags.h:
5547         * fvwm/fvwm.h:
5548         try to autodetect whether application uses the icccm way of moving
5549         windows of the traditional way always using static gravity
5551         * acconfig.h:
5552         moved SIGNAL_RETURN macro definition to acconfig.h
5554         * fvwm/module_interface.c (DeadPipe):
5555         * fvwm/fvwm.c (SigDone):
5556         (Restart):
5557         (ReapChildren):
5558         use SIGNAL_RETURN macro
5560         * fvwm/events.c (__handle_cr_on_client):
5561         (__merge_cr_moveresize):
5562         (__cr_detect_icccm_move):
5564         * fvwm/events.c (__handle_cr_on_unmanaged):
5565         (__handle_cr_on_icon):
5566         (__handle_cr_on_shaped):
5567         (__handle_cr_restack):
5568         (__handle_cr_on_client):
5569         (HandleConfigureRequest):
5570         split the ConfigureRequest code into multiple functions
5572         * fvwm/update.c (apply_window_updates):
5573         fixed drawing of window decorations when "Style * Neverfocus" is used
5575         * fvwm/events.c (HandleKeyPress):
5576         fixed a bug with key binding contexts
5578         * fvwm/functions.c (__execute_function):
5579         * fvwm/expand.c (expand_vars):
5580         (expand_vars_extended):
5581         new extended variable $[func.context]
5583         * libs/Bindings.h:
5584         * libs/Bindings.c:
5585         moved some code to the new files
5587         * libs/charmap.h:
5588         * libs/charmap.c:
5589         * libs/modifiers.h:
5590         * libs/modifiers.c:
5591         * libs/wcontext.c:
5592         * libs/wcontext.h:
5593         new files
5595         * libs/Bindings.c:
5596         fixed a problem with uninitialised global variable
5598 2003-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5600         * libs/Bindings.c (key_modifiers):
5601         moved to new file wcontext.c
5603         * libs/gravity.c (gravity_parse_dir_argument):
5604         added aliases for compass directions:
5605           - = N
5606           _ = S
5607           [ = W
5608           ] = E
5609           ^ = NE
5610           > = SE
5611           v = SW
5612           [ = nw
5613           . = center
5615 2003-07-02  Marcus Lundblad  <ml@update.uu.se>
5617         * libs/FBidi.h:
5618         * libs/Flocale.c (FlocaleDrawString):
5619         (FlocaleRotateDrawString):
5620         Fixes to work without Fribidi
5622 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
5624         * todo-2.6:
5625         Updated
5627 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
5629         * libs/FbidiJoin.c (get_shaped_combined_char):
5630         (shape_n_join):
5631         Removed unused (get_shaped_combined_char) and commented out code
5632         Combining ligatures done in FCombineChars
5634 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
5636         * libs/Flocale.c (FlocaleDrawString):
5637         (FlocaleRotateDrawString):
5638         (FlocaleTextWidth):
5639         * libs/FBidi.h:
5640         * libs/FBidi.c (FBidiConvert):
5641         * libs/FBidiJoin.c:
5642         * libs/FCombineChars.h:
5643         * libs/FCombineChars.c (FCombineChars):
5644         Added support for drawing superimposed combining characters
5646 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5648         * fvwm/commands.h:
5649         * fvwm/functable.c (func_table):
5650         * fvwm/functions.c (CMD_TearMenuOff):
5651         (CMD_Title):
5652         (CMD_Silent):
5653         (CMD_Function):
5654         (CMD_KeepRc):
5655         merged all dummy commands into one: CMD_Dummy
5657 2003-07-01  olicha  <olivier.chapuis@free.fr>
5659         * fvwm/menus.c (DestroyMenu):
5660         (do_menu):
5661         Cleanup
5663 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5665         * fvwm/menustyle.c (menustyle_copy):
5666         (copy_menu_style):
5667         renamed function
5669 2003-06-30  Marcus Lundblad  <ml@update.uu.se>
5671         * todo-2.6:
5672         Updated
5674 2003-06-30  olicha  <olivier.chapuis@free.fr>
5676         * fvwm/menus.c (do_menu):
5677         (DestroyMenu):
5678         (do_menu_close_tear_off_menu):
5679         (menu_close_tear_off_menu):
5680         Allowed to destroy tear off menu!
5682         * fvwm/menus.c (menu_tear_off):
5683         (menu_close_tear_off_menu):
5684         (do_menu_close_tear_off_menu):
5685         (clone_menu_root_static):
5686         (pop_menu_up):
5687         (menu_tear_off):
5688         (make_menu_window):
5689         (make_menu):
5690         (update_menu):
5691         Fixed client leaks (only create new client for menu if it is a tear off
5692         menu). Created a dedicated menu style for each tear off menu.
5694         * fvwm/menustyle.c (CMD_CopyMenuStyle):
5695         (copy_menu_style):
5696         * fvwm/menustyle.h:
5697         Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
5699 2003-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5701         * fvwm/virtual.c (do_move_window_to_desk):
5702         (UnmapDesk):
5703         fixed "Visible" condition on non current desks
5705 2003-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5707         * **/*.c:
5708         * **/*.h:
5709         shortened some comments
5710         removed GPL from .h files
5711         added GPL to all .c files
5712         include config.h in all .c files
5713         added "/* -*-c-*- */" where missing
5714         some reformatting and reindenting
5716         * fvwm/module_interface.c:
5717         * fvwm/module_interface.h:
5718         * libs/Fft.c:
5719         * libs/Flocale.c:
5720         * libs/gravity.h:
5721         * libs/Flocale.h:
5722         * fvwm/screen.h:
5723         * fvwm/misc.c:
5724         * fvwm/misc.h:
5725         * fvwm/windowshade.c:
5726         * fvwm/virtual.c:
5727         * fvwm/conditional.c:
5728         * fvwm/geometry.h:
5729         * fvwm/geometry.c:
5730         * fvwm/borders.c:
5731         * fvwm/frame.h:
5732         * fvwm/frame.c:
5733         * fvwm/update.c:
5734         * fvwm/session.c:
5735         * fvwm/placement.c:
5736         * fvwm/menus.c:
5737         * fvwm/icons.c:
5738         * fvwm/events.c:
5739         * fvwm/add_window.c:
5740         * fvwm/session.h:
5741         * fvwm/placement.h:
5742         * fvwm/icons.h:
5743         * fvwm/eventhandler.h:
5744         * fvwm/fvwm.h:
5745         * fvwm/add_window.h:
5746         * fvwm/repeat.c:
5747         * fvwm/functions.c:
5748         * fvwm/functable.c:
5749         * fvwm/functable.h:
5750         * fvwm/functions.h:
5751         renamed types func_type, repeat_t, initial_window_options_t,
5752         frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
5753         last_added_item_type, common_flags_type, multi_direction_type,
5754         msg_masks_type to ..._t
5756         * fvwm/functions.c (__execute_function):
5757         (execute_complex_function):
5758         * fvwm/condrc.c (condrc_init):
5759         new function in new file to encapsulate all cond_rc_t handling
5761         * fvwm/condrc.h:
5762         * fvwm/fvwm.h (cond_rc_t):
5763         (cond_rc_enum):
5764         moved typed to new file
5766         * fvwm/functable.h:
5767         * fvwm/commands.h:
5768         * fvwm/functable.c (func_table):
5769         * fvwm/functions.c (__run_complex_function_items):
5770         (__execute_function):
5772         * fvwm/conditional.c (CMD_Break):
5773         (__rc_matches_rcstring_consume):
5774         Break takes the number of function levels to break out of as an
5775         argument
5777         * fvwm/expand.c (expand_vars_extended):
5778         * fvwm/conditional.c (circulate_cmd):
5779         (select_cmd):
5780         (direction_cmd):
5781         (__rc_matches_rcstring_consume):
5782         (CMD_All):
5783         (CMD_WindowId):
5784         (CMD_TestRc):
5785         (CMD_Test):
5786         * fvwm/read.c:
5787         * fvwm/read.h:
5788         * fvwm/functions.h:
5789         * fvwm/functions.c:
5790         (__run_complex_function_items):
5791         (execute_complex_function):
5792         * fvwm/expand.h:
5793         * fvwm/expand.c:
5794         * fvwm/fvwm.h:
5795         * fvwm/conditional.c:
5796         renamed fvwm_cond_func_rc by cond_rc_t
5797         made a type a struct
5798         added a member to indicate the number of function levels to break out
5799         of
5801         * fvwm/functable.c (func_table):
5802         * fvwm/conditional.c (CMD_TestRc):
5803         replaced conditional commands:
5804                 Cond -> TestRc
5805                 CondCase -> KeepRc TestRc
5806                 On -> Test
5807         (__rc_matches_rcstring_consume):
5808         new function
5810         * fvwm/conditional.c (CMD_CondCase):
5811         fixed the CondCase command
5813 2003-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5815         * configure.in:
5816         new configure option --deisable-gtk to disable detection of gtk library
5818         * fvwm/fvwm.1.in:
5819         cleaned up documentation of conditional commands
5820         general man page cleanup
5822 2003-06-17  Dan Espen  <dane@mk.telcordia.com>
5824         * fvwm/builtins.c (ReadDecorFace): Off by one patch from
5825         Anil Madhavapeddy.
5827 2003-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5829         * fvwm/fvwm.1.in:
5830         cleaned up of CirculateHit... conditions
5832 2003-06-15  olicha  <olivier.chapuis@free.fr>
5834         * fvwm/style.c (__simplify_style_list):
5835         Fixed is_merged_allowed: rest it to True when cur change
5836         Added "upward" simplification
5838 2003-06-14  olicha  <olivier.chapuis@free.fr>
5840         * fvwm/style.c (__simplify_style_list):
5841         (blocksintersect):
5842         (blockand):
5843         Fixed blockand which always returned True. Added blocksintersect which
5844         returns the same value as blockand but faster.
5846 2003-06-13  olicha  <olivier.chapuis@free.fr>
5848         * configure.in:
5849         * acinclude.m4:
5850         Fixed fontconfig and xft2 for version without *-config binnary. Used
5851         pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
5852         fontconfig and xft2 if the version is < the required version
5853         (even if --disable-*test).
5855 2003-06-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5857         * libs/Graphics.c:
5858         define M_PI and M_PI_2 if they are not defined by math.h
5860 2003-06-10  Mikhael Goikhman  <migo@homemail.com>
5862         * libs/Colorset.c (LoadColorset):
5863         added a note to update Colorsets.pm too when the format is changed
5865 2003-06-09  Mikhael Goikhman  <migo@homemail.com>
5867         * WindowStyle_proposal.txt:
5868         s/WindowId/ThisWindow/ and other minor changes
5870 2003-06-06  olicha  <olivier.chapuis@free.fr>
5872         * libs/PictureImageLoader.c (PImageLoadPng):
5873         Fixed loading of png images if the caller want no alpha
5875 2003-06-04  olicha  <olivier.chapuis@free.fr>
5877         * libs/Flocale.c (FlocaleEncodeString):
5878         Fixed memroy leaks
5880 2003-06-03  Mikhael Goikhman  <migo@homemail.com>
5882         * libs/Makefile.am:
5883         only FCombineChars.c was distributed not FCombineChars.h
5885 2003-06-03  Marcus Lundblad  <ml@update.uu.se>
5887         * libs/FCombineChars.c (convert_to_utf8)
5888         fixed a bug when converting back to UTF-8 and a bug giving
5889         garbage at end of string in some cases
5891         * libs/Flocale.c (FlocaleEncodeString)
5892         fixed problem regarding combining-characters when BIDI is used
5894 2003-05-31  Marcus Lundblad  <ml@update.uu.se>
5896         * libs/Makefile.am:
5897         * libs/Flocale.c (FlocaleEncodeString):
5898         * libs/FCombineChars.c:
5899         * libs/FCombineChars.h:
5900         implemeted support for combining characters
5902 2003-05-31  Mikhael Goikhman  <migo@homemail.com>
5904         * configure.in:
5905         set the version 2.5.8
5907 2003-05-30  Mikhael Goikhman  <migo@homemail.com>
5909         * fvwm/builtins.c:
5910         * fvwm/fvwm2.1:
5911         SetEnv with only one parameter is ignored now
5913 2003-05-30  Dan Espen  <dane@mk.telcordia.com>
5915         * NEWS: Add 2.4.16 news.
5917 2003-05-29  Mikhael Goikhman  <migo@homemail.com>
5919         * fvwm/functions.c (expand_extended_var):
5920         (expand):
5921         fixed expanding variables that are empty, for example $[w.resource]
5922         or $[gt.a] or $[version.info] or $[EMPTY_STRING]
5924         * fvwm/fvwm.1.in:
5925         s/$w/$[w.id]/
5927 2003-05-29  olicha  <olivier.chapuis@free.fr>
5929         * fvwm/ewmh.c (ewmh_atom_wm_state):
5930         Do not claim that we support _NET_WM_STATE_FULLSCREEN
5932 2003-05-28  olicha  <olivier.chapuis@free.fr>
5934         * NEWS:
5935         A TaskBar news
5937 2003-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5939         * fvwm/focus.c (__update_windowlist):
5940         don't fiddle with the window list for windows that are going to be
5941         destroyed
5943         * fvwm/add_window.c (delete_client_context):
5944         (destroy_auxiliary_windows):
5945         (destroy_window):
5946         fixed empty frame windows when X reused the window id for a new window
5947         while the old one was scheduled to be destroyed
5949 2003-05-26  olicha  <olivier.chapuis@free.fr>
5951         * fvwm/icons.c (GetIconBitmap):
5952         (set_icon_pixmap_background):
5953         (CreateIconWindow):
5954         (DrawIconPixmapWindow):
5955         (DrawIconWindow):
5956         Fixed loading of application supplied pixmap on 8/24 depth screen
5958 2003-05-25  Dan Espen  <dane@mk.telcordia.com>
5960         * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
5961         Rox Filer.
5963         * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
5964         solaris.
5966 2003-05-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5968         * fvwm/misc.c (GrabEm):
5969         do not confine the pointer to the root window when grabbed; this can
5970         cause the pointer to be warped to another screen
5971         * fvwm/menus.c (get_menu_options):
5972         fixed placement of menus on Xinerama screens
5973         * libs/FScreen.c (FScreenGetResistanceRect):
5974         fixed function to do something useful
5975         * libs/Flocale.c (FlocaleDrawString):
5976         support font shadowing without colorsets
5977         * libs/ColorUtils.c:
5978         reformatted file
5979         * fvwm/menuitem.c (menuitem_paint):
5980         do not use colorsets in menus if they are not defined
5981         * fvwm/menustyle.c (menustyle_parse_style):
5982         fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
5983         issued again
5985 2003-05-23  olicha  <olivier.chapuis@free.fr>
5987         * fvwm/bindings.c (ParseBinding):
5988         (bind_get_bound_button_contexts):
5989         * libs/Bindings.c (GrabWindowButton):
5990         Fixed window button grabbing
5992 2003-05-22  olicha  <olivier.chapuis@free.fr>
5994         * fvwm/colorset.c (parse_colorset):
5995         Fixed an uninit mem
5997         * fvwm/borders.c (border_fill_pixmap_background):
5998         Fixed problem with depth 1 pixmap
6000         * fvwm/conditional.c (CMD_On):
6001         Fixed memory leaks
6003         * fvwm/conditional.c (CreateConditionMask):
6004         Fixed memory leaks for layer and state
6006 2003-05-22  Mikhael Goikhman  <migo@homemail.com>
6008         * configure.in:
6009         added perllib/FVWM/Tracker/Makefile
6011 2003-05-22  olicha  <olivier.chapuis@free.fr>
6013         * fvwm/fvwm.1.in:
6014         * fvwm/style.h:
6015         * fvwm/style.c (print_styles):
6016         * fvwm/builtins.c (CMD_PrintInfo):
6017         New style subject to PrintInfo
6019 2003-05-20  olicha  <olivier.chapuis@free.fr>
6021         * libs/Flocale.c (FlocaleGetFontOrFontSet):
6022         Allowed empty xft font name
6024         * libs/Makefile.am:
6025         * libs/flist.c (new file):
6026         * libs/flist.h (new file):
6027         Added a flist structure and some basic function for handling such
6028         stucture
6030         * libs/FGettext.c (*):
6031         Use the new flist struct and functions interface
6033         * fvwm/screen.h (ScreenInfo):
6034         * fvwm/update.c (destroy_scheduled_windows):
6035         * fvwm/add_window.c (destroy_window):
6036         Added a list for the windows which are scheduled for destroy
6037         Remove a fw at once from the fw list when we destroy_window
6039 2003-05-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6041         * fvwm/style.c (CMD_DestroyStyle):
6042         do not update windows if no style was deleted
6043         (check_window_style_change):
6044         fixed update of window styles w/ DestroyStyle
6046 2003-05-18  olicha  <olivier.chapuis@free.fr>
6048         * fvwm/conditional.c (CMD_On):
6049         Added x,r,w,f and i file condition to the On command
6051         * fvwm/add_window.c (destroy_window):
6052         Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
6053         but scheduled for destroy. Not sure that the fix is good.
6055         * fvwm/functions.c (__execute_function):
6056         * libs/defaults.h:
6057         Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
6058         This fixes some cores dumps with "recursives" functions
6060         * fvwm/borders.c (border_create_root_transparent_pixmap):
6061         (border_draw_decor_to_pixmap):
6062         Fixed a core dump with a root transparent rotated title
6063         Fixed X errors 56 with RootTransparent titlebar and no E pixmap
6065         * libs/FGettext.c (fgettext_add_one_path):
6066         (FGettextInit):
6067         (FGettextSetLocalePath):
6068         Fixed memory leak and chainning
6070         * fvwm/builtins.c (CMD_PrintInfo):
6071         Fixed a parsing leak
6073         * fvwm/conditional.c (Circulate):
6074         Fixed a mask memory leaks
6076         * libs/defaults.h:
6077         * libs/Flocale.c (FlocaleGetFont):
6078         (FlocaleGetFontSet):
6079         (FlocaleGetFftFont):
6080         Fixed a core dump when a 0 font is given with an encoding hints.
6081         Added a default FFT font
6083         * fvwm/builtins.c (CMD_DefaultFont):
6084         Fixed a core dump when the default font change and a redraw
6085         (icon or window) is proceeded before flush_window_updates is called
6087         * fvwm/menustyle.c (CMD_CopyMenuStyle):
6088         Fixed gradients copy
6090         * fvwm/menustyle.c (menustyle_parse_style):
6091         Fixed UMR's related to colorset
6093         * fvwm/builtins.c (ReadDecorFace):
6094         Removed inconsistent #if 0 code and comments about leak and MiniIcon
6095         decor style.
6097         * fvwm/menustyle.h:
6098         * fvwm/menustyle.c (menustyle_free):
6099         Fixed a fore stipple gc leak
6101         * fvwm/windowlist.c (CMD_WindowList):
6102         Fixed a sor_keyname memory leak
6104         * fvwm/fvwm.c (ResetAllButtons):
6105         Fixed the default buttons memory leak
6107 2003-05-08  olicha  <olivier.chapuis@free.fr>
6109         * fvwm/windowlist.c (CMD_WindowList):
6110         Fixed a memory leak if MaxLabelWidth is used
6112 2003-05-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6114         * fvwm/functions.c (__context_has_window):
6115         (__execute_function):
6116         * fvwm/functions.h:
6117         fixed excution of functions requiring a window without a window when
6118         called with "silent" from a complex function
6120 2003-05-07  olicha  <olivier.chapuis@free.fr>
6122         * libs/System.c (searchPath):
6123         Fixed a core dump
6125 2003-05-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6127         * fvwm/move_resize.c (__move_loop):
6128         (__resize_window):
6129         fixed core dumps
6131 2003-05-03  olicha  <olivier.chapuis@free.fr>
6133         * todo-2.6:
6134         Updated
6136 2003-05-01  Bob Woodside  <dumbledore@woodsway.com>
6138         * fvwm/NEWS:
6139         Minor typo corrections.
6141 2003-04-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6143         * fvwm/move_resize.c (__move_loop):
6144         fixed UMR
6145         removed debug code
6146         (__resize_window):
6147         fixed UMR
6149 2003-04-28  olicha  <olivier.chapuis@free.fr>
6151         * fvwm/ewmh.c (ewmh_atom_wm_state):
6152         (ewmh_HandleDock):
6153         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
6154         (ewmh_WMStateStaysOnBottom):
6155         Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
6157 2003-04-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6159         * fvwm/module_interface.c (do_execute_module):
6160         * fvwm/fvwm.c (main):
6161         * libs/envvar.c (flib_putenv):
6162         * fvwm/builtins.c (add_to_env_list):
6163         (CMD_SetEnv):
6164         (CMD_UnsetEnv):
6165         fixed putenv memory leaks
6167         * libs/envvar.c (strIns):
6168         removed debug code
6169         reformatted file
6170         (flib_putenv):
6171         replacement for putenv without memory leaks
6173         * fvwm/frame.c:
6174         removed debug code
6176         * fvwm/fvwm.c (StartupStuff):
6177         fixed UMR
6178         * fvwm/add_window.c (free_window_names):
6179         fixed memory leaks
6180         * fvwm/events.c (HandlePropertyNotify):
6181         fixed memory leak
6182         * fvwm/menus.c (do_menu):
6183         fixed core dump
6184         (__mloop_exit_selected):
6185         safety patch
6186         * fvwm/menucmd.c (menu_func):
6187         fixed memory leak
6189         * fvwm/builtins.c (CMD_Destroy):
6190         (CMD_Close):
6191         call destroy_window right after XKillClient; do not wait for the window
6192         to die on its own
6194         * fvwm/menucmd.c (menu_func):
6195         * fvwm/windowlist.c (CMD_WindowList):
6196         fixed core dumps
6198 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
6200         * INSTALL.fvwm:
6201         several updates (FvwmGtk, gettext)
6203 2003-04-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6205         * fvwm/menucmd.c (menu_func):
6206         * fvwm/windowlist.c (CMD_WindowList):
6207         * fvwm/menus.h:
6208         * fvwm/menus.c (is_double_click):
6209         (pop_menu_up):
6210         (pop_menu_down):
6211         (pop_menu_down_and_repaint_parent):
6212         (__mloop_get_event_timeout_loop):
6213         (__mloop_get_event):
6214         (__mloop_handle_event):
6215         (__mloop_select_item):
6216         (__mloop_make_popup):
6217         (__mloop_get_mi_actions):
6218         (__mloop_do_popup):
6219         (__mloop_do_menu):
6220         (__mloop_handle_action_with_mi):
6221         (__mloop_handle_action_without_mi):
6222         (__mloop_exit):
6223         (menu_enter_tear_off_menu):
6224         (menu_close_tear_off_menu):
6225         (do_menu):
6226         replaced the pfw and pcontext members of the MenuParameters structure
6227         with an execution context pointer
6228         (_menu_execute_function):
6229         wrapper function to simplyfy command execution from within menus
6230         (do_menu):
6231         fixed warping pointer to first menu item when invoked with the mouse
6233         * fvwm/execcontext.c:
6234         removed debug code
6236 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
6238         * libs/XError.c:
6239         reformatted
6241         * fvwm.1.in:
6242         * fvwm.c:
6243         replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
6245 2003-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6247         * fvwm/menus.c (do_menu):
6248         the NoWarp position hint option works with root menus too
6250         * fvwm/ConfigFvwmDefaults:
6251         removed GrabFocusOff and GrabFocusTransient since they nullify the
6252         default with the plain focus policies
6254 2003-04-24  olicha  <olivier.chapuis@free.fr>
6256         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
6257         Fixed a miss print in my previous commit
6259         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
6260         (ewmh_MoveResize)
6261         (ewmh_WMStateStaysOnBottom):
6262         * fvwm/ewmh.c (ewmh_AllowsMinimize):
6263         * fvwm/ewmh_intern.h:
6264         Added comment on the implementation at the top of ewmh.c.
6265         Fixed _NET_WM_MOVERESIZE.  Added _NET_WM_ACTION_MINIMIZE in
6266         _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
6267         _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
6268         and _NET_WM_STATE_BELOW.
6270         * AUTHORS:
6271         Added David Fries. Updated my entries.
6273         * todo-2.6:
6274         One update
6276 2003-04-23  olicha  <olivier.chapuis@free.fr>
6278         * fvwm/module_interface.c (CMD_KillModule):
6279         Fixed a leak when we have an alias
6281         * libs/Picture.c (PFreeFvwmPictureData):
6282         * libs/Picture.h:
6283         New interface function for just freeing the allocated data (not
6284         the pixmaps).
6286 2003-04-22  olicha  <olivier.chapuis@free.fr>
6288         * fvwm/colorset.c (get_root_pixmap):
6289         Fixed a minor memory leak
6291         * fvwm/functions.c (execute_complex_function):
6292         Fixed uninitialized d.type
6294         * libs/Ficonv.c (FiconvSetupConversion):
6295         (FiconvUtf8ToCharset):
6296         (FiconvCharsetToUtf8):
6297         Formating clean-up
6299         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
6300         (EWMH_WMIconName):
6301         (EWMH_WMName):
6302         Fixed a core dump and safety check related to not loaded font
6304 2003-04-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6306         * libs/Module.h:
6307         reformatted
6309 2003-04-16  olicha  <olivier.chapuis@free.fr>
6311         * fvwm/ewmh_events.c (ewmh_CloseWindow):
6312         (ewmh_MoveResize):
6313         (ewmh_WMState):
6314         (ewmh_WMStateHidden):
6315         Check if functions are allowed
6317         * fvwm/ewmh.c (ewmh_HandleDesktop):
6318         (ewmh_HandleDock):
6319         Set Desktop and Dock uniconifiable and unmaximazable
6321         * fvwm/menuitem.c (menuitem_paint):
6322         * fvwm/screen.h:
6323         Fixed greyed action with EWMH desktop
6325 2003-04-16  Mikhael Goikhman  <migo@homemail.com>
6327         * NEWS:
6328         documented FvwmEvent behaviour of executing window related event
6329         handlers within a window context
6331         * fvwm/fvwm.1.in:
6332         updated WindowId entry
6334 2003-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6336         * fvwm/schedule.c (deschedule):
6337         (squeue_execute):
6338         (execute_obj_func):
6339         * fvwm/module_interface.c (DeleteMessageQueueBuff):
6340         (ExecuteCommandQueue):
6341         * libs/queue.c (fqueue_init):
6342         (fqueue_remove_or_operate_from_front):
6343         (fqueue_remove_or_operate_from_end):
6344         (fqueue_remove_or_operate_all):
6345         (fqueue_init):
6346         (fqueue_unlock_queue):
6347         (fqueue_lock_queue):
6348         (fqueue_add_at_front):
6349         (fqueue_add_inside):
6350         (fqueue_get_first):
6351         core dump fixes
6353         * libs/queue.c (fqueue_remove_or_operate_all):
6354         (fqueue_remove_or_operate_from_end):
6355         (fqueue_remove_or_operate_from_front):
6356         * fvwm/module_interface.c (DeleteMessageQueueBuff):
6357         (ExecuteCommandQueue):
6358         * fvwm/schedule.c (deschedule):
6359         (check_deschedule_obj_func):
6360         (deschedule_obj_func):
6361         (squeue_execute):
6362         (check_execute_obj_func):
6363         (execute_obj_func):
6364         (copy_obj_func):
6365         core dump fixes
6367 2003-04-15  Mikhael Goikhman  <migo@homemail.com>
6369         * fvwm/ConfigFvwmDefaults:
6370         * fvwm/fvwm.1.in:
6371         * fvwm/windowlist.c:
6372         * sample.fvwmrc/system.fvwm2rc-sample-95:
6373         * NEWS:
6374         WindowListFunc is executed now within a window context,
6375         so "WindowId $0" is not needed anymore in its definition
6377 2003-04-14  olicha  <olivier.chapuis@free.fr>
6379         * fvwm/fvwm.1.in:
6380         * NEWS:
6381         Documented LocalePath and $[gt.str]. FvwmScript news.
6383         * fvwm/expand.c (expand_vars_extended):
6384         Fixed $[gt.str] expansion
6386         * configure.in:
6387         New gettext domain FvwmScript
6389         * libs/FGettext.c (FGettextCopy):
6390         * libs/FGettext.h:
6391         New interface function which copies the string
6393 2003-04-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6395         * fvwm/conditional.c (CMD_Cond):
6396         allow to negate the condition code with '!' prefix
6398         * fvwm/schedule.c (CMD_Schedule):
6399         (CMD_Deschedule):
6400         support hexadecimal ids
6402         * libs/Parse.c (GetIntegerArguments):
6403         (_get_suffixed_integer_arguments):
6404         (GetSuffixedIntegerArguments):
6405         (GetIntegerArgumentsAnyBase):
6406         new utitily function to allow hexadecimal integer arguments
6408 2003-04-10  olicha  <olivier.chapuis@free.fr>
6410         * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
6411         (FlocaleGetCharsetOfFontStruct):
6412         (FlocaleGetCharsetFromName):
6413         (FlocaleFixNameForFontSet):
6414         (FlocaleGetFontSet):
6415         (FlocalePrintLocaleInfo):
6416         * libs/FlocaleCharset.h:
6417         * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
6418         (FlocaleCharsetPrintXOMInfo):
6419         Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
6421 2003-04-08  olicha  <olivier.chapuis@free.fr>
6423         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6424         fixed the default font name
6426 2003-04-07  Mikhael Goikhman  <migo@homemail.com>
6428         * fvwm/events.c (HandlePropertyNotify):
6429         * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
6430         completely ignore application requests to set exactly the same
6431         window name or icon name (xmms sets it every second),
6432         this avoids some redundant module messages and redraws
6434 2003-04-05  Mikhael Goikhman  <migo@homemail.com>
6436         * Makefile.am:
6437         fixed DIST
6439 2003-04-04  olicha  <olivier.chapuis@free.fr>
6441         * configure.in:
6442         Fixed a miss print in fribidi config check
6444 2003-04-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6446         * fvwm/focus.c (__restore_focus_after_unmap):
6447         iconified windows without an icon do not receive focus
6449 2003-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6451         * fvwm/virtual (CMD_GotoDeskAndPage):
6452         different "GotoDeskAndPage prev" fix that works with any viewports, not
6453         just multiples of the screen size
6455 2003-03-29  Mikhael Goikhman  <migo@homemail.com>
6457         * fvwm/virtual (CMD_GotoDeskAndPage):
6458         fixed "GotoDeskAndPage prev" with desks larger than 2x2
6460 2003-03-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6462         * ETHICAL_LICENSE:
6463         added file
6465         * fvwm/menucmd.c (menu_func):
6466         fixed double key presses to choose default menu action
6468         * fvwm/focus.c (__update_windowlist):
6469         fixed order of window list with SloopyFocus when using the Focus
6470         command
6472 2003-03-22  Mikhael Goikhman  <migo@homemail.com>
6474         * fvwm/fvwm.1.in:
6475         clarified some things, typo fixed
6477 2003-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6479         * libs/Colorset.c (CreateBackgroundPixmap):
6480         (GetWindowBackgroundPixmapSize):
6481         (get_aspect_dimensions):
6482         fixed size calculation of aspect pixmaps
6484 2003-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6486         * fvwm/icons.c (clear_icon):
6487         (clear_icon):
6488         (AutoPlaceIcon):
6489         (Iconify):
6490         * fvwm/geometry.c (get_icon_geometry):
6491         (modify_icon_position):
6492         set a valid icon picture position if there is neither a picture nor a
6493         title
6495 2003-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6497         * NEWS:
6498         * AUTHORS:
6499         reformatted to fit better on the web page
6501 2003-03-15  Mikhael Goikhman  <migo@homemail.com>
6503         * todo-2.6:
6504         added items from "My TODO" message on 2003-01-02
6506         * fvwm/fvwm.1.in:
6507         actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
6509 2003-03-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6511         * libs/FScreen.c:
6512         removed debug output
6514 2003-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6516         * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
6517         (FScreenFetchMangledScreenFromUSPosHints):
6518         two functions to allow USPosition hints from modules and StartsOnScreen
6519         work at the same time
6521         * fvwm/conditional.c (direction_cmd):
6522         Some fixes, reformatting and improvements.
6524 2003-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6526         * fvwm/icons.c (Iconify):
6527         initialise icon position to +0+0 if there is neiter a picture nor a
6528         title
6530         * fvwm/functions.c (DeferExecution):
6531         action trigger fix
6533         * todo-2.6 (todo):
6534         closed some items
6536         * fvwm/update.c (apply_window_updates):
6537         fixed drawing of sticky icon titles when the stickyicon style is being
6538         set
6540 2003-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6542         * fvwm/placement.c (CMD_PlaceAgain):
6543         * fvwm/add_window.c (setup_window_placement):
6544         * fvwm/virtual.c (MapDesk):
6545         update the GNOME hints desk when changing desks; fixes placeagain with
6546         stickyicon style
6547         some placeagain fixes
6549         * fvwm/fvwm.1.in (Example):
6550         removed duplicate Iconify section
6552         * todo-2.6 (todo):
6553         closed C.11
6555         * fvwm/functable.c (func_table):
6556         * fvwm/functions.h (func_type):
6557         * fvwm/functions.c (__execute_function):
6558         (execute_complex_function):
6559         (DeferExecution):
6560         fixed a new and and old window selection bug
6562 2003-03-09  Dan Espen  <dane@mk.telcordia.com>
6564         * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
6565         detected with Purify.
6567 2003-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6569         * libs/Colorset.c (SetWindowBackgroundWithOffset):
6570         use None, not 0 for Window structures
6572         * fvwm/events.c (InitEventHandlerJumpTable):
6573         (HandleKeyRelease):
6574         (__handle_key_event):
6575         * fvwm/bindings.c (ParseBinding):
6576         (activate_binding):
6577         * libs/Bindings.h:
6578         * fvwm/fvwm.1.in:
6579         removed key release binding because they can not work reliably
6581 2003-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6583         * fvwm/functable.c (func_table):
6584         trigger on ButtonPress for many of the functions
6586         * fvwm/functions.c (__execute_function):
6587         (__execute_function):
6588         fixed conditional commands a la "Current" triggered on root window
6590 2003-03-01  Dan Espen  <dane@mk.telcordia.com>
6592         * todo-2.6: Closed B.2, C.21.
6594 2003-02-28  olicha  <olivier.chapuis@free.fr>
6596         * libs/defaults.h:
6597         * fvwm/events.c (HandleConfigureRequest):
6598         Added a workaround for application with broken max/min size hints
6599         vs a size configure request. This "fixes" floating java JToolBar.
6601         * fvwm/add_window.c (GetWindowSizeHints):
6602         Check that the max size hint is not broken relatively to the the base
6603         size hint
6605 2003-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6607         * NEWS:
6608         * configure.in:
6609         released 2.5.6, set version to 2.5.7
6611         * NEWS:
6612         * configure.in:
6613         updated for 2.5.6
6615 2003-02-26  Tony Finch  <dot@dotat.at>
6617         * fvwm/borders.c (border_draw_one_border_part):
6618         Don't draw the handle relief marks when the border is flat.
6620 2003-02-27  Mikhael Goikhman  <migo@homemail.com>
6622         * configure.in:
6623         s/fribdi_in_path/fribidi_in_path/
6625         * todo-2.6:
6626         spell checking and some reformatting
6628 2003-02-26  olicha  <olivier.chapuis@free.fr>
6630         * fvwm/borders.c (border_setup_bar_pixmaps):
6631         Fixed a miss-print which can cause a core dump
6633         * todo-2.6:
6634         Added a 2.6 TODO file
6636 2003-02-25  Dan Espen  <dane@mk.telcordia.com>
6638         * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
6639         void functioin cannot return a value.
6641 2003-02-25  olicha  <olivier.chapuis@free.fr>
6643         * configure.in:
6644         Fixed compilation warning if fribidi is in path
6646 2003-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6648         * fvwm/windowlist.c (CMD_WindowList):
6649         removed unused instruction
6651 2003-02-22  Dan Espen  <dane@mk.telcordia.com>
6653         * configure.in: Remove nested function from -Werror check.
6654         Lets configure work without gcc.
6656         * fvwm/read.h:
6657         * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
6659 2003-02-21  Dan Espen  <dane@mk.telcordia.com>
6661         * fvwm/functions.c (__run_complex_function_items): Make Break start
6662         working again.
6664 2003-02-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6666         * fvwm/move_resize.c (get_outline_rects):
6667         (draw_move_resize_grid):
6668         initial drawing and final undrawing of wire frame no longer toggles the
6669         pixel in the top left corner of the screen
6671         * fvwm/expand.c (expand_vars):
6672         disabled warnings about one letter variables
6674 2003-02-17  Dan Espen  <dane@mk.telcordia.com>
6676         * README: Update to reflect release 2.5.x.
6677         * NEWS: Update news for FvwmPager drag fix.
6679 2003-02-15  olicha  <olivier.chapuis@free.fr>
6681         * fvwm/fvwm.1.in:
6682         Fixed a typo
6684 2003-02-13  olicha  <olivier.chapuis@free.fr>
6686         * fvwm/gnome.c (GNOME_SetClientList):
6687         Applied David Fries patch which fixes a possible crash with more
6688         than 256 windows
6689         (GNOME_SetClientList):
6690         malloc -> safemalloc
6692 2003-02-09  Dan Espen  <dane@mk.telcordia.com>
6694         * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
6695         Give the XorValue range.
6697 2003-02-08  Dan Espen  <dane@mk.telcordia.com>
6699         * fvwm/fvwm.1.in: Fully document the emulate command.
6701 2003-02-06  olicha  <olivier.chapuis@free.fr>
6703         * fvwm/borders.c (get_common_decorations):
6704         (border_get_border_background):
6706 2003-02-05  Dan Espen  <dane@mk.telcordia.com>
6708         * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
6710 2003-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6712         * fvwm/menuitem.h:
6713         * fvwm/menuitem.c (menuitem_get_size):
6714         * fvwm/menus.c (calculate_item_sizes):
6715         renamed "mips" to mipst
6717         * fvwm/menuitem.c (menuitem_get_item_size):
6718         * fvwm/menus.c (_calculate_item_sizes):
6719         backed out patch from 30-Jan-2003
6721 2003-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6723         * fvwm/menuitem.h:
6724         * fvwm/menuitem.c (menuitem_get_item_size):
6725         * fvwm/menus.c (_calculate_item_sizes):
6726         functions renamed due to global name space collision with IRIX 6.5
6728 2003-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6730         * configure.in:
6731         added tests/hints/Makefile.am
6733 2003-01-24  Dan Espen  <dane@mk.telcordia.com>
6735         * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
6737 2003-01-20  Dan Espen  <dane@mk.telcordia.com>
6739         * sample.fvwmrc/DecorWin95:
6740         * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
6741         Replace a long time ago.
6743 2003-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6745         * fvwm/stack.c (new_layer):
6746         (collect_transients_recursive):
6747         (__restack_window):
6748         fixed Layer command
6750         * fvwm/events.c (HandleConfigureRequest):
6751         fixed placement of icons
6752         fixed size calculations of icons
6754 2003-01-18  Mikhael Goikhman  <migo@homemail.com>
6756         * fvwm/expand.c:
6757         fixed $[desk.name<n>] that was masked by $[desk.n],
6758         added $[desk.pagesx] and $[desk.pagesy]
6760 2003-01-16  Dan Espen  <dane@mk.telcordia.com>
6762         * NEWS: Update news.  Spelling fixes 2.5.x news.
6763         * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
6764         its not interactive.
6766 2003-01-12  Mikhael Goikhman  <migo@homemail.com>
6768         * fvwm/functable.c:
6769         added a short description together with the commands
6771 2003-01-12  Marcus Lundblad  <ml@update.uu.se>
6773         * NEWS:
6774         Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
6775         HasHandles
6777 2003-01-11  Mikhael Goikhman  <migo@homemail.com>
6779         * expand.c:
6780         * NEWS:
6781         deprecate all single letter variables, new variables are supported now
6782         $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
6783         $[desk.n], $[version.num], $[version.info], $[version.line].
6785 2003-01-07  Marcus Lundblad <ml@update.uu.se>
6787         * fvwm/style.c (style_parse_one_style_option):
6788         * fvwm/fvwm.1.in:
6789         Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
6790         DisallowMaximizeFixedSize
6792 2003-01-06  Dan Espen  <dane@mk.telcordia.com>
6794         * fvwm/fvwm.1.in: Lang check.
6796 2003-01-03  olicha  <olivier.chapuis@free.fr>
6798         * fvwm/commands.h:
6799         * INSTALL.fvwm:
6800         * fvwm/ewmh.h:
6801         * fvwm/ewmh_intern.h:
6802         * fvwm/ewmh_names.c:
6803         * fvwm/ewmh_icons.c:
6804         * fvwm/ewmh_events.c:
6805         * fvwm/ewmh_conf.c:
6806         * fvwm/ewmh.c:
6807         * fvwm/gnome.c:
6808         * fvwm/gnome.h:
6809         * fvwm/functable.c (func_table):
6810         * fvwm/fvwm.c (setVersionInfo):
6811         * acconfig.h:
6812         * configure.in:
6813         Removed GNOME and HAVE_EWMH ifdef
6815         * fvwm/fvwm.1.in:
6816         Documented UseTitleDecorRotation
6818 2003-01-03  Mikhael Goikhman  <migo@homemail.com>
6820         * fvwm/module_interface.c (MoveViewport):
6821         * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
6822         M_NEW_PAGE now has 7 arguments
6824 2003-01-02  olicha  <olivier.chapuis@free.fr>
6826         * fvwm/fvwm.1.in:
6827         Documented  the new icon style options
6829         * fvwm/fvwm.h:
6830         * fvwm/icons.h:
6831         * fvwm/icons.c (DrawIconTitleWindow):
6832         (DrawIconPixmapWindow):
6833         (setup_icon_title_size):
6834         * fvwm/style.c (style_parse_one_style_option):
6835         Fixed IconTitleRelief and IconBackgroundRelief arguments
6837         * fvwm/icons.c (GetIconPicture):
6838         (SetIconPixmapSize):
6839         Fixed IconSize style for non shaped depth > 1 pixmaps
6841 2003-01-02  Mikhael Goikhman  <migo@homemail.com>
6843         * NEWS:
6844         * fvwm/commands.h:
6845         * fvwm/conditional.c (CMD_On):
6846         * fvwm/functable.c:
6847         * fvwm/fvwm.1.in:
6848         new conditional command On for non-window related conditions
6850         * fvwm/execcontext.h:
6851         * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
6852         two new exec contexts for restarting
6854 2003-01-02  olicha  <olivier.chapuis@free.fr>
6856         * fvwm/builtins.c (ReadMultiPixmapDecor):
6857         StretchedPixmap -> AdjustedPixmap
6859         * fvwm/fvwm.1.in:
6860         Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
6861         Documented the new MultiPixmap syntax
6863 2002-12-31  Mikhael Goikhman  <migo@homemail.com>
6865         * NEWS:
6866         * fvwm/fvwm.1.in:
6867         * fvwm/builtins.c (ReadTitleButton):
6868         * fvwm/screen.h:
6869         new button state shortcuts AllActiveUp, AllActiveDown,
6870         AllInactiveUp, AllInactiveDown
6872 2002-12-31  olicha  <olivier.chapuis@free.fr>
6874         * libs/PictureGraphics.c (PCopyArea):
6875         Fixed rendering of depth 1 pixmap with a mask
6877         * fvwm/update.c (apply_window_updates):
6878         Fixed icon bg cset update
6880         * fvwm/events.c (HandlePropertyNotify):
6881         * fvwm/geometry.c (move_icon_to_position):
6882         Fixed non shaped icons with a bg padding but without cs bg
6884         * NEWS:
6885         * fvwm/style.c (style_parse_icon_size_style):
6886         (merge_styles):
6887         * fvwm/fvwm.h (window_style):
6888         * fvwm/add_window.c (setup_icon_size_limits):
6889         * fvwm/icons.c (SetIconPixmapSize):
6890         (GetIconPicture):
6891         New option to IconSize style: Adjusted, Streched, Shrunk
6893         * fvwm/icons.c (SetIconPixmapSize):
6894         (GetIconPicture):
6895         Always center the icon with IconSize if the icon has a background
6897 2002-12-30  Mikhael Goikhman  <migo@homemail.com>
6899         * configure.in:
6900         FvwmWindowMenu renaming; compact long diagnostics into half of line
6902         * NEWS:
6903         documeted and corrected new features
6905         * fvwm/fvwm.1.in:
6906         removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
6907         since these are the only way currently to create themes
6909         * fvwm/fvwm.c:
6910         small reformatting
6912 2002-12-30  olicha  <olivier.chapuis@free.fr>
6914         * NEWS:
6915         * fvwm/icons.c (setup_icon_title_size):
6916         (set_icon_pixmap_background):
6917         (CreateIconWindow):
6918         (DrawIconTitleWindow):
6919         (DrawIconPixmapWindow):
6920         (DrawIconWindow):
6921         (ChangeIconPixmap):
6922         (RedoIconName):
6923         * fvwm/events.c (HandleEnterNotify):
6924         (HandleExpose):
6925         (HandleLeaveNotify):
6926         (HandlePropertyNotify):
6927         * fvwm/borders.c (border_draw_decorations):
6928         * fvwm/default.h:
6929         * fvwm/fvwm.h:
6930         * fvwm/add_window.c (setup_icon_background_parameters):
6931         (setup_icon_title_parameters):
6932         (setup_style_and_decor):
6933         (setup_icon_font):
6934         * fvwm/geometry.c (move_icon_to_position):
6935         * fvwm/style.h:
6936         * fvwm/style.c (check_window_style_change):
6937         (update_style_colorset):
6938         (update_icon_title_cs_style):
6939         (update_icon_title_cs_hi_style):
6940         (update_icon_background_cs_style):
6941         (merge_styles):
6942         * fvwm/update.h:
6943         * fvwm/update.c (apply_window_updates):
6944         New style options IconBackgroundColorset, IconTitleColorset,
6945         HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
6946         and IconBackgroundPadding
6948 2002-12-28  Mikhael Goikhman  <migo@homemail.com>
6950         * libs/FShm.h:
6951         fixed compilation without XShm
6953         * fvwm/borders.c (border_rotate_titlebar_descr):
6954         fixed warning: deprecated use of label at end of compound statement
6956 2002-12-27  olicha  <olivier.chapuis@free.fr>
6958         * fvwm/ConfigFvwmDefaults:
6959         UseTitleDecorRotation is a default
6961         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
6962         (do_relieve_rectangle):
6963         * libs/fvwmlib.h:
6964         * fvwm/borders.c (border_draw_title_stick_lines):
6965         (border_create_root_transparent_pixmap):
6966         (border_mp_render_into_pixmap):
6967         (border_draw_decor_to_pixmap):
6968         (border_mp_render_into_pixmap):
6969         (border_mp_get_titlebar_descr):
6970         (border_mp_draw_mp_titlebar):
6971         (border_draw_decor_to_pixmap):
6972         (border_set_button_pixmap):
6973         (border_get_titlebar_draw_descr):
6974         (border_set_title_pixmap):
6975         (border_rotate_titlebar_descr):
6976         (border_get_titlebar_descr):
6977         Completed UseTitleDecorRotation
6979 2002-12-26  olicha  <olivier.chapuis@free.fr>
6981         * fvwm/update.c (apply_window_updates):
6982         * fvwm/frame.c (frame_get_titlebar_dimensions):
6983         (frame_set_decor_gravities):
6984         * fvwm/borders.c (border_set_button_pixmap):
6985         (border_get_titlebar_descr):
6986         (border_draw_one_button):
6987         Buttons order follows the title text rotations.
6988         More UseTitleDecorRotation preparation
6990         * fvwm/borders.c (border_draw_decor_to_pixmap):
6991         Fixed SolidButton
6993 2002-12-24  olicha  <olivier.chapuis@free.fr>
6995         * fvwm/borders.c (border_mp_render_into_pixmap):
6996         (border_fill_pixmap_background):
6997         Some borders drawing fixes
6999         * libs/Graphics.c (CreateRotatedPixmap):
7000         * fvwm/geometry.c (get_title_font_size_and_offset):
7001         * fvwm/update.c (apply_window_updates):
7002         * fvwm/borders.c (border_set_button_pixmap):
7003         (border_get_titlebar_draw_descr):
7004         (border_draw_title):
7005         (border_rotate_titlebar_descr):
7006         (border_get_titlebar_descr):
7007         More UseTitleDecorRotation preparation
7009 2002-12-22  Dan Espen  <dane@mk.telcordia.com>
7011         * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
7012         so we won't get so many application bugs report to fvwm-workers.
7014         * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
7016 2002-12-21  Marcus Lundblad <ml@update.uu.se>
7018         * fvwm/style.c (style_parse_one_style_option):
7019         * fvwm/style.h:
7020         * fvwm/fvwm.h:
7021         * fvwm/window_flags:
7022         * fvwm/decorations.c (is_function_allowed,
7023                               __is_resize_allowed):
7024         Added styles Closable, Iconifiable, Maximizable and
7025         AllowMaximizeFixedSize
7026         * fvwm/conditional.c (MatchesConditionMask,
7027                               CreateConditionMask):
7028         Added conditionals Closable,Iconifiable and Maximizable
7029         * fvwm/fvwm.1.in:
7030         Documented styles Closable, Iconifiable, Maximizable and
7031         AllowMaximizeFixedSize and conditionals
7032         Closable,Iconifiable and Maximizable
7034 2002-12-20  olicha  <olivier.chapuis@free.fr>
7036         * fvwm/window_flags.h:
7037         * fvwm/update.h:
7038         * fvwm/update.c (apply_window_updates):
7039         * fvwm/style.h:
7040         * fvwm/style.c (style_parse_one_style_option):
7041         * fvwm/fvwm.h:
7042         UseTitleDecorRotation style preparation
7044         * fvwm/fvwm.c (main):
7045         Use best TrueColor visual
7047         * fvwm/borders.c (border_get_border_gcs):
7048         Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
7049         window which may have a depth != Pdepth
7051         * fvwm/menus.c (paint_side_pic):
7052         * fvwm/menuitem.c (menuitem_paint):
7053         * fvwm/icons.c (DrawIconPixmapWindow):
7054         * fvwm/colorset.c (parse_colorset):
7055         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
7056         Used Scr.AlphaGC
7058 2002-12-19  olicha  <olivier.chapuis@free.fr>
7060         * libs/Graphics.c (CreateRotatedPixmap):
7061         * libs/fvwmlib.h:
7062         New interface function CreateRotatedPixmap
7064         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
7065         (PImageLoadXpm):
7066         * libs/PictureGraphics.c (PCreateRenderPixmap):
7067         (PCreateDitherPixmap):
7068         * libs/Graphics.c (CreateGradientPixmap):
7069         (CreateRotatedPixmap):
7070         * acconfig.h:
7071         * configure.in:
7072         * libs/FShm.h (new file):
7073         * libs/FImage.h (new file):
7074         * libs/FImage.c (new file):
7075         * libs/Makefile.am:
7076         * fvwm/fvwm.c (setVersionInfo):
7077         Added MIT Shared Memory Extension for XImage
7079         * NEWS:
7080         Some news
7082         * fvwm/screen.h:
7083         * fvwm/builtins.c (ReadDecorFace):
7084         (FreeDecorFace):
7085         * fvwm/borders.c (border_draw_decor_to_pixmap):
7086         (border_fill_pixmap_background):
7087         AdjustedPixmap, StretchedPixmap and ShrunkPixmap
7089 2002-12-17  Mikhael Goikhman  <migo@homemail.com>
7091         * libs/FBidiJoin.c:
7092         shape-and-join fixes from Nadim Shaikli (slightly modified)
7094 2002-12-16  olicha  <olivier.chapuis@free.fr>
7096         * libs/PictureGraphics.h:
7097         * libs/PictureGraphics.c (PTileRectangle):
7098         (PGraphicsCreateTiledPicture):
7099         * libs/Graphics.c (CreateTiledPixmap):
7100         New interface function: PGraphicsCreateTiledPicture
7102         * fvwm/screen.h:
7103         * fvwm/fvwm.c (CreateGCs):
7104         Added a global (Scr) alpha GC
7106         * configure.in:
7107         * fvwm/screen.h:
7108         * fvwm/builtins.c (ReadMultiPixmapDecor):
7109         (update_decorface_colorset):
7110         (FreeDecorFace):
7111         * fvwm/borders.c (border_get_tb_parts_to_draw):
7112         (border_fill_pixmap_background):
7113         (border_setup_bar_pixmaps):
7114         (border_get_bar_pixmaps):
7115         (border_free_bar_pixmaps):
7116         (border_mp_render_into_pixmap):
7117         (border_mp_get_length):
7118         (border_mp_get_titlebar_descr):
7119         (border_mp_get_geometry):
7120         (border_mp_get_use_title_style_parts_and_geometry):
7121         (border_mp_draw_mp_titlebar):
7122         (border_draw_decor_to_pixmap):
7123         (border_draw_title_deep):
7124         (border_get_titlebar_draw_descr):
7125         (border_setup_use_title_style):
7126         (border_get_titlebar_descr_state):
7127         (border_get_titlebar_descr):
7128         (border_get_transparent_decorations_part):
7129         (border_draw_title_stick_lines):
7130         MultiPixmap can use Colorset and Solid color. Various others minor
7131         improvement in MultiPixmap. "Merge" the MultiPixmap code into the
7132         "main" drawing code and remove the #ifdef.
7133         New option to ButtonStyle and TitleStyle: StretchedPixmap.
7134         Use the new Scr.AlphaGC.
7136 2002-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7138         * fvwm/add_window.c (validate_transientfor):
7139         do not ignore transientfor hint for iconified windows
7141 2002-12-12  Jason Weber <baboon@imonk.com>
7143         * fvwm/fvwm.1.in:
7144         * fvwm/conditional.c (CMD_ScanForWindow):
7145         * fvwm/commands.h:
7146         * fvwm/functable.c:
7147         rename ScanWindow to ScanForWindow
7149 2002-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7151         * fvwm/menuitem.c (menuitem_paint):
7152         * fvwm/colorset.c (parse_colorset):
7153         * fvwm/icons.c (DrawIconPixmapWindow):
7154         * fvwm/focus.c (_SetFocusWindow):
7155         (_ReturnFocusWindow):
7156         (_DeleteFocus):
7157         (_ForceDeleteFocus):
7158         (__activate_window_by_command):
7159         patches to prevent UMR messages in memory debuggers
7161 2002-12-11  Jason Weber <baboon@imonk.com>
7163         * fvwm/fvwm.1.in: Added ScanWindow
7165         * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
7166         * fvwm/commands.h:
7167         * fvwm/functable.c:
7168         Generalized CMD_Direction into direction_cmd.
7169         Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
7170         Replace Cycle prefix with secondary direction argument.
7172 2002-12-10  Dan Espen  <dane@mk.telcordia.com>
7174         * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
7176 2002-12-05  Marcus Lundblad <ml@update.uu.se>
7177         * fvwm/conditional.c (CreateConditionMask):
7178         Implemented conditional "FixedSize" and "HasHandles"
7179         * fvwm/fvwm.1.in
7180         Documented conditional options "FixedSize" and "HasHandles".
7182 2002-12-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7184         * fvwm/placement.c (PlaceWindow):
7185         fixed StickyAcrossDesks w/ StartsOnPage
7187         * fvwm/functable.c:
7188         * fvwm/commands.h:
7189         * fvwm/ewmh_conf.c (set_state_workaround):
7190         * fvwm/update.c (apply_window_updates):
7191         * fvwm/windowlist.c (CMD_WindowList):
7192         * fvwm/ewmh_events.c (ewmh_WMDesktop):
7193         (ewmh_WMStateSticky):
7194         * fvwm/conditional.c (CreateConditionMask):
7195         * fvwm/gnome.c (GNOME_SetHints):
7196         (GNOME_GetStyle):
7197         (GNOME_HandlePropRequest):
7198         * fvwm/placement.c (SmartPlacement):
7199         (get_next_x):
7200         (get_next_y):
7201         (test_fit):
7202         (PlaceWindow):
7203         * fvwm/session.c (SaveWindowStates):
7204         (MatchWinToSM):
7205         (MatchWinToSM):
7206         * fvwm/ewmh.c (check_desk):
7207         (EWMH_SetWMDesktop):
7208         (ewmh_ComputeAndSetWorkArea):
7209         (ewmh_HandleDynamicWorkArea):
7210         (ewmh_HandleDesktop):
7211         (ewmh_HandleDock):
7212         (ewmh_HandleMenu):
7213         (ewmh_HandleToolBar):
7214         * fvwm/virtual.c (UnmapDesk):
7215         (MapDesk):
7216         (MoveViewport):
7217         (do_move_window_to_desk):
7218         * fvwm/icons.c (setup_icon_title_size):
7219         (DrawIconTitleWindow):
7220         (AutoPlaceIcon):
7221         (Iconify):
7222         * fvwm/borders.c (is_button_toggled):
7223         (get_common_decorations):
7224         (border_draw_title_stick_lines):
7225         * fvwm/add_window.c (AddWindow):
7226         * fvwm/move_resize.c (__move_window):
7227         (__move_window):
7228         (is_window_sticky_across_pages):
7229         (is_window_sticky_across_desks):
7230         (MaximizeHeight):
7231         (MaximizeWidth):
7232         (stick_page):
7233         (stick_desk):
7234         (CMD_Stick):
7235         (CMD_StickAcrossPages):
7236         (CMD_StickAcrossDesks):
7237         (stick_across_pages):
7238         (stick_across_desks):
7239         (handle_stick_across_desks):
7240         (handle_stick_across_pages):
7241         (handle_stick):
7242         * fvwm/fvwm.h (struct):
7243         * fvwm/style.c (style_parse_one_style_option):
7244         (check_window_style_change):
7245         * fvwm/style.h:
7246         * fvwm/window_flags.h:
7247         renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
7248         StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
7249         everywhere
7251         * fvwm/focus.c (CMD_Focus):
7252         (CMD_FlipFocus):
7253         (__activate_window_by_command):
7254         (__update_windowlist):
7255         (__set_focus_to_fwin):
7256         (_SetFocusWindow):
7257         (_ReturnFocusWindow):
7258         (_DeleteFocus):
7259         (_ForceDeleteFocus):
7260         fixed window list order with FlipFocus command
7262 2002-12-08  Mikhael Goikhman  <migo@homemail.com>
7264         * AUTHORS:
7265         * NEWS:
7266         document bidi entry undocumented in 2.5.5
7268 2002-12-06  olicha  <olivier.chapuis@free.fr>
7270         * acinclude.m4:
7271         Fixed the "detection" of the LINGUAS variable
7273         * configure.in:
7274         Added ar to ALL_LINGUAS
7277 2002-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7279         * fvwm/move_resize.c (__resize_window):
7280         fixed handling of MontionNotify and PropertyNotify events
7282 2002-12-03  olicha  <olivier.chapuis@free.fr>
7284         * fvwm/borders.c (border_draw_decor_to_pixmap):
7285         (border_get_border_background):
7286         (get_common_decorations):
7287         BorderGC cleanup
7289         * fvwm/builtins.c (CMD_PrintInfo):
7290         New subject nls to PrintInfo
7292         * libs/FGettext.c (*):
7293         New command FlocalePath
7295 2002-12-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7297         * NEWS:
7298         * configure.in:
7299         changed version to 2.5.6
7301         * NEWS:
7302         * configure.in:
7303         updated for 2.5.5
7305 2002-12-02  olicha  <olivier.chapuis@free.fr>
7307         * libs/FRenderInit.c (FRenderInit):
7308         Fixed alpha depth if !XRenderSupport
7310         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
7311         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
7312         (PImageLoadPng):
7313         * libs/PictureImageLoader.h:
7314         Fixed image loading on bigedian machine
7316 2002-12-01  Mikhael Goikhman  <migo@homemail.com>
7318         * libs/FBidi.c (FBidiConvert):
7319         several small changes
7320         * libs/FBidiJoin.c (shape_n_join):
7321         enabled a new bidi shaping code
7323 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7325         * fvwm/frame.c (frame_restore_client_gravities):
7326         (frame_free_move_resize_args):
7327         fixed a redrawing problem after shading a window
7329 2002-11-29  olicha  <olivier.chapuis@free.fr>
7331         * acinclude.m4:
7332         Defined AM_PATH_PROG_WITH_TEST and re-enable it
7334         * configure.in:
7335         * Makefile.am:
7336         Fixed two missprints
7338 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7340         * fvwm/bindings.c (ParseBinding):
7341         fix for stroke-less compile
7343 2002-11-29  olicha  <olivier.chapuis@free.fr>
7345         * fvwm/commands.h (enum):
7346         * fvwm/functable.c (func_table):
7347         * fvwm/builtins.c (CMD_LocalePath):
7348         * libs/FGettext.c (FGettextSetLocalePath):
7349         * libs/FGettext.h:
7350         Preparation for LocalePath command
7352         * fvwm/screen.h (ScreenInfo):
7353         * fvwm/fvwm.c (CreateGCs):
7354         Rename Scr.TileGC to Scr.BordersGC
7356         * acinclude.m4:
7357         A libintl autoconf fix
7359         * libs/Colorset.c (CreateBackgroundPixmap):
7360         Do not grab the server when we dump the E setroot pixmap
7362 2002-11-29  olicha  <olivier.chapuis@free.fr>
7364         * acconfig.h:
7365         * fvwm/Makefile.am:
7366         * Makefile.am:
7367         * configure.in:
7368         * acinclude.m4:
7369         Added NLS support with gnu gettext
7371         * fvwm/fvwm.c (main):
7372         FGettextInit
7374         * fvwm/expand.c (expand_vars_extended):
7375         New extanded variable $[gt.any_string]
7377         * fvwm/virtual.c (CMD_DesktopName):
7378         * fvwm/windowlist.c (get_desk_title):
7379         * fvwm/expand.c (expand_vars_extended):
7380         * fvwm/fvwm.c (SetRCDefaults):
7381         * fvwm/ConfigFvwmSetup:
7382         Mark some strings to be translated
7384         * libs/FGettext.c (new file):
7385         * libs/FGettext.c (new file):
7386         * libs/Makefile.am:
7387         gnu gettext libintl warper
7389 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7391         * fvwm/add_window.c (RestoreWithdrawnLocation):
7392         rixed rxvts with S/E gravity travelling off screen upon recapture after
7393         they were resized.
7395         * fvwm/events.c (__handle_key_event):
7396         * fvwm/bindings.c (activate_binding):
7397         (__rebind_global_key):
7398         fixed unbinding pointerkey bindings removing the grab for this key
7399         completely
7401         * fvwm/events.c (__is_bpress_window_handled):
7402         fixed click on override redirect windows being handled by the root
7403         window
7405         * fvwm/misc.c (GrabEm):
7406         confine the pointer to the root window when grabbed
7408         * fvwm/events.c (HandleUnmapNotify):
7409         fixed reparenting problem with restarts from desks != 0
7411 2002-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7413         * fvwm/events.c:
7414         removed experimental code
7416 2002-11-28  olicha  <olivier.chapuis@free.fr>
7418         * fvwm/borders.c (border_get_border_background):
7419         (border_draw_decor_to_pixmap):
7420         (border_fill_pixmap_background):
7421         Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
7422         soon.
7424 2002-11-26  Mikhael Goikhman  <migo@homemail.com>
7426         * fvwm/fvwm.c (InitVariables):
7427         fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
7428         of 100%
7429         * fvwm/virtual.c (CMD_EdgeScroll):
7430         minor spacing
7432         * fvwm/ConfigFvwmDefaults:
7433         do not include empty ConfigFvwmProxyDefaults, added one binding
7435 2002-11-26  olicha  <olivier.chapuis@free.fr>
7437         * libs/Colorset.c (CreateBackgroundPixmap):
7438         * fvwm/colorset.c (parse_colorset):
7439         Be more safe with the E root pixmap
7441 2002-11-25  olicha  <olivier.chapuis@free.fr>
7443         * fvwm/move_resize.c (__move_loop):
7444         Redraw the transparent decoration parts when a move is abored
7446         * fvwm/colorset.c (parse_colorset):
7447         Fixed the fgsh Colorset colors when the Image change but not the bg
7449 2002-11-24  Jason Weber  <baboon@imonk.com>
7451         * fvwm/conditional.c (CMD_Direction):
7452         Extended Direction to allow CycleWest, CycleEast, etc that guarantees
7453         eventual traversal of all windows over repeated calls.  It also cycles
7454         back to the opposite extent when it hits the limit in the given
7455         direction.
7457 2002-11-22  olicha  <olivier.chapuis@free.fr>
7459         * fvwm/borders.h:
7460         * fvwm/borders.c (get_common_decorations):
7461         (border_get_parts_and_pos_to_draw):
7462         (border_get_changed_border_parts):
7463         (border_get_frame_pixmap, new):
7464         (border_get_border_background):
7465         (border_draw_one_border_part):
7466         (border_draw_decorations):
7467         (border_get_tb_parts_to_draw):
7468         (border_fill_pixmap_background):
7469         (border_get_titlebar_descr_state, new):
7470         (border_draw_titlebar):
7471         (border_setup_bar_pixmaps, new):
7472         (border_get_bar_pixmaps, new):
7473         (border_free_bar_pixmaps, new):
7474         (border_setup_use_title_style, new):
7475         (border_set_button_pixmap):
7476         (border_set_title_pixmap):
7477         (border_draw_one_button):
7478         (border_set_button_pixmap):
7479         (border_draw_title_deep):
7480         (border_get_transparent_decorations_part, new):
7481         Title, Border and Buttons Style Colorset Option: Drawing
7483         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
7484         (__move_window):
7485         (__move_loop):
7486         * fvwm/frame.c (__frame_setup_window):
7487         (frame_has_handles_and_tiled_border):
7488         (frame_create_move_resize_args):
7489         (frame_free_move_resize_args):
7490         Title, Border and Buttons Style Colorset Option: External drawing
7491         stuff. Basically additional redrawing for RootTransparent
7493         * fvwm/builtins.c (update_decorface_colorset, new):
7494         (update_titlebutton_colorset, new):
7495         (update_decors_colorset, new):
7496         (update_fvwm_colorset):
7497         Title, Border and Buttons Style Colorset Option: Dynamic updating
7499         * fvwm/screen.h:
7500         * fvwm/builtins.c (ReadDecorFace):
7501         Title, Border and Buttons Style Colorset Option: Configuration
7503         * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
7504         * libs/Colorset.h:
7505         Title, Border and Buttons Style Colorset Option: Convinent macros and
7506         function
7508 2002-11-18  Dan Espen  <dane@mk.telcordia.com>
7510         * libs/Makefile.am: Add missing Bindings.h.
7512 2002-11-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7514         * fvwm/move_resize.c (__move_loop):
7515         send M_CONFIGURE_WINDOW only when the window actually moves
7517 2002-11-16  Mikhael Goikhman  <migo@homemail.com>
7519         * libs/FBidi.c:
7520         * libs/FBidi.h:
7521         * libs/FBidiJoin.c:
7522         * libs/FBidiJoin.h:
7523         * libs/Makefile.am:
7524         incorporated a shape-and-join bidi functionality from Nadim Shaikli
7525         with minor improvements; it is disabled for now (#if 0) since
7526         some Arabic chars cause core dump
7528 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7530         * fvwm/fvwm.1.in (Examples):
7531         added documentation of Icon option for PlaceAgain command
7533         * fvwm/events.c (__handle_key_event):
7534         fixed global key binding problem
7536 2002-11-15  olicha  <olivier.chapuis@free.fr>
7538         * libs/Bindings.c (MatchBindingExactly):
7539         (__compare_binding):
7540         compile fixes w/o stroke lib
7542         * NEWS:
7543         * fvwm/geometry.c (get_title_font_size_and_offset):
7544         * fvwm/builtins.c (do_title_style):
7545         New MinHeight option to TitleStyle
7547 2002-11-15  olicha  <olivier.chapuis@free.fr>
7549         * fvwm/builtins.c (update_fvwm_colorset):
7550         (CMD_Colorset):
7551         (do_title_style):
7553         * fvwm/builtins.h:
7554         * fvwm/colorset.c (update_root_transparent_colorset):
7555         Fixed update of the RootTransparent colorset in fvwm
7557 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7559         * libs/Bindings.c (__compare_binding):
7560         (MatchBindingExactly):
7561         compoile fixes w/o stroke lib
7563 2002-11-14  olicha  <olivier.chapuis@free.fr>
7565         * fvwm/fvwm.1.in:
7566         * INSTALL.fvwm:
7567         * NEWS
7568         Removed any reference on "xft and flickering"
7570 2002-11-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7572         * fvwm/eventmask.h (XEVMASK_ICONW):
7573         * fvwm/events.c (HandleKeyRelease):
7574         (HandleKeyPress):
7575         (__handle_key_event):
7576         * fvwm/bindings.c (ParseBinding):
7577         (activate_binding):
7578         * libs/Bindings.h (enum):
7579         implemented key release bindings; prefix the key name with a '-';
7580         does not work well with some applications
7582 2002-11-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7584         * libs/Bindings.h:
7585         new file
7587         * fvwm/bindings.c (ParseBinding):
7588         (binding_cmd):
7589         (activate_binding):
7590         (bind_get_bound_button_contexts):
7591         (ParseBinding):
7592         (CMD_Stroke):
7593         (CMD_Mouse):
7594         (CMD_PointerKey):
7595         (CMD_Key):
7596         (RemoveMatchingBinding):
7597         (AddBinding):
7598         (AreBindingsEqual):
7599         (GrabWindowKey):
7600         (GrabWindowButton):
7601         (GrabAllWindowKeysAndButtons):
7602         * fvwm/module_interface.c (CMD_ModuleSynchronous):
7603         * fvwm/events.c (__handle_bpress_on_root):
7604         (__handle_bpress_on_managed):
7605         (HandleButtonRelease):
7606         * fvwm/builtins.c (CMD_Wait):
7607         (CMD_StrokeFunc):
7608         * libs/fvwmlib.h (enum):
7609         fixed Key vs. PointerKey with "A"ny context
7611 2002-11-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7613         * fvwm/icons.c (Iconify):
7614         icon placement safety patch
7615         (CreateIconWindow):
7616         fixed initial position of application provided icon windows
7618         * fvwm/session.c (LoadWindowStates):
7619         fixed parsing of strings beginning with whitespace in session file
7621         * fvwm/fvwm.1.in (Note):
7622         * fvwm/style.c (style_set_old_focus_policy):
7623         * libs/defaults.h (DEF_FP_MODIFIERS):
7624         set default modifiers for raising/focusing to N again
7626 2002-11-11  olicha  <olivier.chapuis@free.fr>
7628         * fvwm/fvwm.1.in:
7629         * fvwm/fvwm.c (main):
7630         (usage):
7631         named-palette -> visual-palette, -N -> -P
7633 2002-11-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7635         * fvwm/ConfigFvwmDefaults:
7636         include ConfigFvwmProxyDefaults
7638         * fvwm/fvwm.c (usage):
7639         polished usage message
7641 2002-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7643         * fvwm/fvwm.c (usage):
7644         (main):
7645         cleaned up usage and error messages
7646         use short option names in usage message an man page synopsis
7647         all options are case sensitive
7648         do not mention the "-" style long options in the man page; instead use
7649         the "--" style
7651         * fvwm/add_window.c (setup_frame_window):
7652         * fvwm/events.c (HandleMapNotify):
7653         * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
7654         fixed empty decorations after recapture
7656         * fvwm/geometry.c (get_icon_geometry):
7657         * fvwm/icons.c (clear_icon):
7658         fixed icon jumping to 0 0 when the icon layout changes after the icon
7659         has been moved manually
7661         * fvwm/move_resize.c (__move_icon):
7662         fixed MoveToPage with icons
7664 2002-11-09  olicha  <olivier.chapuis@free.fr>
7666         * libs/Fft.c (FftGetRotatedFont):
7667         (FftGetFont):
7668         * libs/Fft.h:
7669         Check the return result of FftPatternGetMatrix
7671         * libs/Flocale.h:
7672         * libs/PictureBase.h:
7673         Added two macro
7675 2002-11-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7677         * fvwm/ewmh_conf.c (set_state_workaround):
7678         * fvwm/functable.c (func_table):
7679         * fvwm/update.c (apply_window_updates):
7680         * fvwm/windowlist.c (CMD_WindowList):
7681         * fvwm/ewmh_events.c (ewmh_WMDesktop):
7682         (ewmh_WMStateSticky):
7683         * fvwm/conditional.c (CreateConditionMask):
7684         (CreateConditionMask):
7685         * fvwm/gnome.c (GNOME_SetHints):
7686         (GNOME_GetStyle):
7687         (GNOME_HandlePropRequest):
7688         * fvwm/placement.c (SmartPlacement):
7689         (get_next_x):
7690         (test_fit):
7691         (get_next_y):
7692         (PlaceWindow):
7693         * fvwm/session.c (SaveWindowStates):
7694         (MatchWinToSM):
7695         * fvwm/ewmh.c (check_desk):
7696         (EWMH_SetWMDesktop):
7697         (ewmh_ComputeAndSetWorkArea):
7698         (ewmh_HandleDynamicWorkArea):
7699         (ewmh_HandleDesktop):
7700         (ewmh_HandleDock):
7701         (ewmh_HandleMenu):
7702         (ewmh_HandleToolBar):
7703         * fvwm/virtual.c (UnmapDesk):
7704         (MapDesk):
7705         (MoveViewport):
7706         (MoveViewport):
7707         (do_move_window_to_desk):
7708         * fvwm/icons.c (setup_icon_title_size):
7709         (DrawIconTitleWindow):
7710         (AutoPlaceIcon):
7711         (Iconify):
7712         * fvwm/borders.c (is_button_toggled):
7713         (get_common_decorations):
7714         (border_draw_title_stick_lines):
7715         * fvwm/add_window.c (AddWindow):
7716         * fvwm/move_resize.c (__move_window):
7717         (is_window_sticky_on_page):
7718         (is_window_sticky_on_desk):
7719         (MaximizeWidth):
7720         (MaximizeHeight):
7721         (stick_page):
7722         (stick_desk):
7723         (handle_stick):
7724         (handle_stick_page):
7725         (handle_stick_desk):
7726         (__handle_stick_exit):
7727         (CMD_StickDesk):
7728         (CMD_StickPage):
7729         * fvwm/style.c (style_parse_one_style_option):
7730         (check_window_style_change):
7731         * fvwm/style.h:
7732         * fvwm/fvwm.h:
7733         New Style options stickypage and stickydesk
7734         New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
7735         StickyDesk, OnlyStickyPage, OnlyStickyDesk
7736         New conditions StickyPage and StickyDesk
7737         New commands StickPage and StickDesk
7739         * fvwm/move_resize.c (__move_window):
7740         do not unstick a window when using MoveToScreen
7742         * fvwm/ewmh_conf.c:
7743         reindented
7745         * fvwm/commands.h:
7746         * fvwm/functable.c (func_table):
7747         * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
7748         renamed EWMHBaseStrut to EwmhBaseStruts
7750         * fvwm/style.c (style_set_old_focus_policy):
7751         SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
7752         (style_parse_one_style_option):
7753         renamed "Border" style to "Borders"
7754         removed "NoBorder" style; use !Borders instead
7755         renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
7756         renamed PlacmentOverlapPercentPenalties to
7757         MinOverlapPercentPlacementPenalties
7759         * fvwm/fvwm.1.in:
7760         * NEWS:
7761         corrected typo
7763         * libs/Fft.c:
7764         Fixed compiler warnings
7766 2002-11-09  Mikhael Goikhman  <migo@homemail.com>
7768         * configure.in:
7769         autogenerate FvwmWindowLister files
7771         * fvwm/fvwm.1.in:
7772         mention fvwm-menu-directory and fvwm-menu-desktop as examples
7773         of MissingSubmenuFunction and DynamicPopupAction
7775 2002-11-08  olicha  <olivier.chapuis@free.fr>
7777         * libs/PictureUtils.c (alloc_color_proportion):
7778         (alloc_color_proportion_dither):
7779         (alloc_color_proportion_grey):
7780         (alloc_color_x):
7781         (free_colors_in_table):
7782         (free_colors_x):
7783         (init_static_colors_table):
7784         (PictureFreeColors):
7785         (PictureInitColors):
7786         (PicturePrintColorInfo):
7787         Fixed StaticColor visual. Rename some of the color allocators. Clean up
7788         free colors stuff
7790 2002-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7792         * fvwm/move_resize.c (__move_window):
7793         ignore MoveToPage with sticky windows
7795         * fvwm/conditional.c (Circulate):
7796         (circulate_cmd):
7797         Next and Prev commands begin looking at the context window, if any
7799         * fvwm/focus.c (__focus_grab_buttons):
7800         fixed initial button grabbing on client window
7802         * fvwm/stack.c (BroadcastRestack):
7803         split long packets, fixed a bug and cleaned up
7805         * libs/Module.c (ReadFvwmPacket):
7806         ignore packets that are too long
7808         * fvwm/fvwm.1.in:
7809         document PopupDelay and PopdownDelay defaults
7811 2002-11-06  olicha  <olivier.chapuis@free.fr>
7813         * libs/Fft.c (FftGetFont):
7814         (FftGetRotatedFont):
7815         Use a more perfectioned method for loading font with Xft/Fc. This
7816         method allows sanity check. Preserve the matrix when rotating
7817         Xft/Fc fonts.
7819         * libs/Flocale.c (FlocaleGetMinOffset):
7820         (FlocaleRotateDrawString):
7821         (FlocaleGetFontSet):
7822         (FlocaleGetFont):
7823         * libs/Fft.c (FftDrawString):
7824         (FftGetFont):
7825         * libs/FftInterface.h:
7826         * fvwm/geometry.c (get_title_font_size_and_offset):
7827         Move the computation of the good "y" for drawing text into Flocale.
7828         Use the max ascent, descent and height for font metric (in the place
7829         of the min's one).
7831         * libs/Flocale.c (FlocalePrintLocaleInfo):
7832         * libs/Flocale.h:
7833         * libs/Fft.c (FftPrintPatternInfo):
7834         * libs/Fft.h:
7835         * fvwm/builtins.c (CMD_PrintInfo):
7836         * NEWS:
7837         * fvwm.1.in:
7838         New option "Locale" to PrintInfo Command
7840 2002-11-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7842         * fvwm/events.c (HandleExpose):
7843         removed no-op
7845 2002-11-04  Dan Espen  <dane@mk.telcordia.com>
7847         * fvwm/fvwm.1.in: colour -> color
7848         Language check.
7850 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7852         * fvwm/fvwm.1.in:
7853         * fvwm/fvwm.c (usage):
7854         (main):
7855         pallet -> palette
7857 2002-11-04  olicha  <olivier.chapuis@free.fr>
7859         * configure.in:
7860         Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
7862         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
7863         (finish_ct_init):
7864         (PictureFreeColors):
7865         (PicturePrintColorInfo):
7866         Trace colours allocation out of the pallet in depth <= 8. Better
7867         information on coulours
7869         * libs/Fft.c (FftGetRotatedFont):
7870         * libs/Fft.h:
7871         Fixed rotated font when the original font has a matrix
7873         * libs/PictureBase.c (PictureInitCMapRoot):
7874         * libs/PictureUtils.h:
7875         * libs/PictureUtils.c (PictureInitColors):
7876         (PictureAllocColorTable):
7877         * libs/PictureBase.h (PictureColorLimitOption):
7878         * fvwm/fvwm.c (main):
7879         * fvwm/fvwm.1.in
7880         New options -strict-color-limit, -allocate-pallet, -static-pallet,
7881         -named-pallet. -color-limit now take only integer argument.
7884 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7886         * libs/Module.h (struct):
7887         new type FvwmWinPacketBodyHeader to access the standard fields in a
7888         packet with a window
7890 2002-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7892         * NEWS:
7893         updated for 2.4.13
7895         * fvwm/functable.c (func_table):
7896         * fvwm/commands.h:
7897         * fvwm/style.c (style_parse_one_style_option):
7898         (parse_and_set_window_style):
7899         (__style_command):
7900         (CMD_Style):
7901         (CMD_FocusStyle):
7902         added a new command FocusStyle as a shorthand for
7903         "Style * FP..., FP..."
7905         * fvwm/builtins.c (__parse_vector_line_one_coord):
7906         (__parse_vector_line):
7907         (ReadDecorFace):
7908         split vector line parsing into sub functions
7909         (FreeDecorFace):
7910         fixed core dump in vector button offset patch
7912 2002-11-01  Marcus Lundblad <ml@update.uu.se>
7914         * fvwm/screen.h (vector_coords):
7915         added fields for offsets
7916         * fvwm/builtins.c (ReadDecorFace):
7917         rewrote parser for vector definitions to accept optional offsets
7918         * fvwm/fvwm.c (LoadDefaultLeftButton):
7919         (LoadDefaultRightButton)
7920         set default values for offsets
7921         * fvwm/borders.c (border_draw_vector_to_pixmap):
7922         updated XDrawLine call to take offsets into account
7923         * fvwm/fvwm.1.in:
7924         documented new options for vector offsets
7926 2002-11-01  olicha  <olivier.chapuis@free.fr>
7928         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
7929         Fixed icon tint pixel, it was set to icon tint percent during some
7930         renaming
7932 2002-10-31  olicha  <olivier.chapuis@free.fr>
7934         * libs/PictureUtils.c (PictureAllocColorImage):
7935         (PictureOpenImageColorAllocator):
7936         (PictureCloseImageColorAllocator):
7937         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
7938         (FIMAGE_CMD_ARGS):
7939         (PImageLoadXpm):
7940         (PImageCreatePixmapFromArgbData):
7941         (PImageLoadPixmapFromFile):
7942         * libs/PictureBase.h (FvwmPictureThing):
7943         (PictureImageColorAllocator):
7944         * libs/Picture.h:
7945         * libs/Picture.c (PDestroyFvwmPicture):
7946         (PLoadFvwmPictureFromPixmap):
7947         * libs/Graphics.c (CreateGradientPixmap):
7948         * fvwm/fvwm.c:
7949         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
7950         Added a new way to allocate colors for image and gradient. This method
7951         allows, in particular, to save (in a "fast" way) the allocated pixels
7952         with a minimal memory usage.
7953         Fixed color leaks for png, ewmh and dithered xpm images.
7955         * fvwm/add_window.c (destroy_icon):
7956         * fvwm/fvwm.h (FvwmWindow):
7957         * fvwm/icons.c (GetIconFromFile):
7958         Fixed color leaks
7960 2002-10-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7962         * fvwm/commands.h:
7963         * fvwm/functable.c:
7964         * fvwm/stack.c (enum):
7965         (position_new_window_in_stack_ring):
7966         (new_layer):
7967         (must_move_transients):
7968         (restack_windows):
7969         (__restack_window):
7970         (__raise_lower_recursion):
7971         (__raise_or_lower_window):
7972         (raise_or_lower_window):
7973         (collect_transients_recursive):
7974         (__is_restack_transients_needed):
7975         (RestackWindow):
7976         (CMD_RestackTransients):
7977         new command RestackTransients which works like Raise and Lower but does
7978         not restack windows that are not transient
7979         renamed some functions
7980         general cleanup
7982         * fvwm/fvwm.1.in:
7983         corrected cursor movement key bindings
7985         * fvwm/bindings.c (activate_binding):
7986         fixed problem w/ bindings being overridden by applications OpenOffice
7987         and the Gnome panel
7989 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
7991         * configure.in:
7992         * NEWS:
7993         switched to 2.5.5
7995         * configure.in:
7996         include FvwmProxy to build
7998 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
8000         * configure.in:
8001         exclude FvwmProxy from build
8003         * configure.in:
8004         * NEWS:
8005         updated for 2.5.4
8007 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8009         * configure.in:
8010         added FvwmProxy module
8012 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
8014         * fvwm/fvwm.1.in:
8015         * fvwm/windowlist.c (CMD_WindowList):
8016         renamed SortClassName to SortByClass
8018 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8020         * fvwm/menustyle.c (menustyle_update):
8021         (menustyle_parse_style):
8022         (menustyle_get_styleopt_index):
8023         (menustyle_parse_style):
8024         (CMD_CopyMenuStyle):
8025         * fvwm/menustyle.h:
8026         removed HilightRelief MenuStyle and hard coded it
8028 2002-10-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8030         * fvwm/menus.c (make_menu_window):
8031         fixed updating menu background with "Menustyle * Background"
8033         * fvwm/stack.c (__get_stacking_sibling):
8034         (restack_windows):
8035         fixed another stacking problem
8037 2002-10-28  Mikhael Goikhman  <migo@homemail.com>
8039         * acinclude.m4:
8040         * configure.in:
8041         corrected and lined up several help lines
8043         * INSTALL.fvwm:
8044         added --enable-xinerama-emulation description
8046 2002-10-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8048         * fvwm/stack.c (restack_windows):
8049         (__get_stacking_sibling):
8050         fixed another stacking problem
8052 2002-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8054         * fvwm/add_window.c (AddWindow):
8055         braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
8056         windows starting lowered or on other layers in FvwmPager
8058         * fvwm/stack.c (restack_windows):
8059         (__get_visible_window):
8060         fixed a stacking problem with layers
8062 2002-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8064         * fvwm/functable.c (func_table):
8065         fixed Pick command
8067 2002-10-24  Mikhael Goikhman  <migo@homemail.com>
8069         * NEWS:
8070         * fvwm/fvwm.1.in:
8071         * fvwm/windowlist.c:
8072         new WindowList option SortByResource
8074         * fvwm/style.c (check_window_style_change):
8075         * libs/FlocaleCharset.c:
8076         fixed gcc warning
8078         * AUTHORS:
8079         place recent authors to the top, not bottom
8081         * fvwm/builtins.c:
8082         corrected typo in error message
8084 2002-10-23  Dan Espen  <dane@mk.telcordia.com>
8086         * fvwm/fvwm.1.in: Lang check done.
8088 2002-10-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8090         * fvwm/menus.c:
8091         work on new menu loop code
8093         * libs/timeout.h:
8094         * libs/timeout.c:
8095         new files
8097         * fvwm/menus.c (__mloop_handle_event):
8098         (__mloop_get_event):
8099         (__mloop_handle_action_with_mi):
8100         * fvwm/menus.h (MenuReturn):
8101         renamed MenuReturn member menu to target_menu
8103         * fvwm/menus.c (__mloop_handle_event):
8104         * fvwm/menus.h (MenuReturn):
8105         removed a "write only" member of MenuReturn
8107         * fvwm/conditional.c (circulate_cmd):
8108         fixed the "Any" command
8110 2002-10-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8112         * fvwm/stack.c (mark_transient_subtree):
8113         fixed stack ring corruption with iconified transients
8114         (restack_windows):
8115         fixed a problem with lowering windows below the icons of their
8116         transients
8118 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8120         * libs/Colorset.c:
8121         * fvwm/menustyle.c:
8122         * libs/Colorset.h:
8123         * libs/Flocale.h:
8124         * libs/PictureBase.h:
8125         * fvwm/menuitem.c:
8126         * fvwm/geometry.c:
8127         * fvwm/colorset.c:
8128         renamed colorset_struct to colorset_t
8130 2002-10-22  olicha  <olivier.chapuis@free.fr>
8132         * libs/PictureUtils.c:
8133         Minor fixes and add #if O experimental code
8135 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8137         * fvwm/icons.c (DrawIconPixmapWindow):
8138         (DrawIconWindow):
8139         * fvwm/events.c (HandlePropertyNotify):
8140         * libs/Fft.c (FftDrawString):
8141         * libs/Colorset.c (DumpColorset):
8142         (LoadColorset):
8143         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8144         use renamed colorset_struct members
8146         * libs/Colorset.h (colorset_struct):
8147         renamed and re-sorted members and cut down bit field lengths for
8148         percentile members
8150         * fvwm/menustyle.c (menustyle_update):
8151         fixed core dump
8153         * fvwm/stack.c (restack_windows):
8154         fixed flickering when raising transients; can't prevent flickering when
8155         lowering a window completely
8156         (restack_windows):
8157         fixed unnecessary error message
8159         * fvwm/fvwm.c (main):
8160         init Scr to zeros
8162         * fvwm/stack.c (__restack_window):
8163         fixed a stacking problem with icons
8165         * fvwm/add_window.c (destroy_icon):
8166         fixed a memory leak
8168 2002-10-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8170         * fvwm/menuitem.c (menuitem_paint):
8171         * fvwm/menustyle.c (menustyle_parse_style):
8172         * fvwm/menus.c (paint_side_pic):
8173         (paint_menu):
8174         (select_menu_item):
8175         (repaint_transparent_menu):
8176         * fvwm/menustyle.h (MenuLook):
8177         cleaned up menu drawing code, fixed last patch
8179         * fvwm/menuitem.c (menuitem_paint):
8180         * fvwm/menustyle.c (menustyle_parse_style):
8181         fixed HilightBack default
8183         * fvwm/bindings.c (binding_cmd):
8184         (bind_get_bound_button_contexts):
8185         (ParseBinding):
8186         * fvwm/screen.h (ScreenInfo):
8187         fixed mouse bindings with buttons > 5
8189         * fvwm/menuitem.c (menuitem_paint):
8190         * fvwm/menustyle.c (menustyle_parse_style):
8191         (menustyle_parse_style):
8192         (CMD_CopyMenuStyle):
8193         (menustyle_update):
8194         (menustyle_free):
8195         * fvwm/menus.c (repaint_transparent_menu):
8196         * fvwm/menustyle.h:
8197         HilightBack and ActiveFore are now independent
8199 2002-10-18  olicha  <olivier.chapuis@free.fr>
8201         * libs/PictureUtils.c (get_color_index):
8202         (create_mapping_table):
8203         (PictureAllocColorTable):
8204         Use a new distance and method for color approximation. Use 68 colors
8205         for the default under depth 8. I am happy with this, should use a
8206         similar distance method for dithering
8208         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8209         (PictureAllocColorTable):
8210         (PictureDitherByDefault):
8211         (PictureUseBWOnly):
8212         (PictureIitColors):
8213         (PicturePrintColorInfo):
8214         * libs/PictureUtils.h:
8215         Allows -color-limit to work with any visual and depth for testing
8216         propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
8218         * fvwm/colorset.c:
8219         Replaced (Pdepht < 2) test by (PictureUseBWOnly())
8221 2002-10-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8223         * fvwm/add_window.c (get_default_window_attributes):
8224         cleaned up
8226         * fvwm/builtins.c (CMD_ChangeDecor):
8227         removed some duplicate redrawing
8229         * fvwm/update.c (apply_decor_change):
8230         suppress duplicate window update upon ChangeDecor
8231         (apply_window_updates):
8232         do not delete the focus window
8234 2002-10-17  olicha  <olivier.chapuis@free.fr>
8236         * NEWS:
8237         A bunch of news
8239         * libs/Colorset.c (CreateBackgroundPixmap):
8240         Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
8242         * fvwm/builtins.c (CMD_Colorset):
8243         Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
8245 2002-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8247         * fvwm/add_window.c (AddWindow):
8248         * fvwm/update.c (apply_window_updates):
8249         * fvwm/move_resize.c (handle_stick):
8250         (CMD_Stick):
8251         suppress drawing of sticky decorations initially
8252         reduce module communication overhead when (un)sticking windows
8254         * fvwm/borders.c (border_draw_decorations):
8255         * fvwm/window_flags.h:
8256         * fvwm/fvwm.h:
8257         * fvwm/frame.c (frame_create_move_resize_args):
8258         (get_resize_decor_gravities_one_axis):
8259         (frame_mrs_setup_draw_decorations):
8260         (mr_args_internal):
8261         initialize window decorations with a "None" pixmap;
8262         delay drawing window decorations initially to prevent drawing multiple
8263         times;
8264         => windows grabbing the focus upon startup are drawn focused
8265         immediately
8267         * fvwm/frame.c (frame_free_move_resize_args):
8268         reparent the frame hide windows to NoFocusWin instead of Root to
8269         suppress unnecessary ReparentNotify events
8271 2002-10-16  olicha  <olivier.chapuis@free.fr>
8273         * fvwm/fvwm.c (main):
8274         Fixed a typo
8276         * libs/FRender.h:
8277         Fixed compilation with X cvs
8279         * libs/Colorset.c (CreateBackgroundPixmap):
8280         Fixed a GC leak
8282         * fvwm/events.c (HandlePropertyNotify):
8283         * fvwm/colorset.c (update_root_pixmap):
8284         Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
8285         to found a root pixmap
8287 2002-10-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8289         * fvwm/bindings.c (bind_get_bound_button_contexts):
8290         another mouse binding fix
8292         * fvwm/conditional.c (CreateConditionMask):
8293         simplified parsing
8294         all conditions have a negation with '!' prepended
8295         (Circulate):
8296         (CMD_All):
8297         (select_cmd):
8298         Current, All, Pick, ThisWindow and PointerWindow imply the
8299         CirculateHitShaded condition.
8301         * fvwm/focus.c (__focus_grab_buttons):
8302         * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
8303         fixed bindings using mouse buttons >= 6
8305 2002-10-15  olicha  <olivier.chapuis@free.fr>
8307         * libs/PictureUtils.c (PicturePrintColorInfo):
8308         (print_colormap):
8309         * fvwm/commands.h:
8310         * fvwm/functable.c (func_table):
8311         * fvwm/builtins.c (CMD_PrintInfo):
8312         * fvwm/fvwm.1.in:
8313         New cmd PrintInfo. Only one arg at present time: "Colors"
8315         * fvwm/fvwm.c (main):
8316         Auto detect card with 2 hardware colormaps and choose the best
8317         visual and colormap
8319         * libs/PictureUtils.c (PictureInitColors):
8320         (*):
8321         * libs/PictureUtils.h:
8322         * fvwm/fvwm.c (main):
8323         * libs/PictureBase.c (PictureInitCMapRoot):
8324         (PictureInitCMap):
8325         * libs/PictureBase.h:
8326         Try to support DirectColor visual in a good way, I do not think
8327         this is really useful.
8328         Added a flexible interface function PictureInitColors for
8329         colors allocation initialization.
8330         Some cleanup in color allocation and some preparation for a new
8331         method for saving and freeing colors allocated by images and gradients.
8332         Removed some ifdefed to 0 debug code.
8334         * libs/Picture.c (*):
8335         * libs/Picture.h:
8336         * libs/PictureImageLoader.c (*):
8337         * libs/PictureImageLoader.h:
8338         Replace Root by win
8340 2002-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8342         * fvwm/add_window.c (setup_key_and_button_grabs):
8343         * fvwm/bindings.c (ParseBinding):
8344         (activate_binding):
8345         * fvwm/add_window.c (setup_key_and_button_grabs):
8346         don't grab window context specific bindings anymore; instead, set
8347         Scr.buttons2grab accordingly
8349         * fvwm/bindings.c (activate_binding):
8350         fixed stroke bindings on window context being ignored if no other
8351         action was bound to that context
8353         * fvwm/add_window.c (destroy_icon):
8354         fixed duplicate icon pixmap when switching from NoIconOverride to
8355         IconOverride
8357 2002-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8359         * fvwm/icons.c:
8360         re-indented some code
8361         (AutoPlaceIcon):
8362         fixed random position of icon title for icons with a position hint
8364         * fvwm/fvwm.1.in:
8365         corrected default of Use/NoIconPosition style
8367 2002-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8369         * fvwm/windowlist.c (CMD_WindowList):
8370         fixed random string for iconified windows in the WindowList
8372 2002-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8374         * NEWS:
8375         updated for 2.4.12
8377 2002-10-08  olicha  <olivier.chapuis@free.fr>
8379         * libs/PictureBase.c (*):
8380         (PictureInitCMapRoot)
8381         (PictureSetupWhiteAndBlack):
8382         (PictureWhitePixel):
8383         (PictureBlackPixel):
8384         (PictureDefaultGC):
8385         New interface function PictureWhitePixel, PictureBlackPixel. Analogue
8386         of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
8387         New interface function PictureInitCMapRoot analogue to PictureInitCMap,
8388         but always use the root visual and allows to set or not a private
8389         color limit table.
8390         New interface PictureDefaultGC, analogue of Xlib DefaultGC function
8391         but which respects the Pvisual
8393         * libs/PictureGraphics.c (*):
8394         * libs/FScreen.c (FScreenInit):
8395         * libs/FRender.c (FRenderRender):
8396         * libs/Fft.c (FftDrawString):
8397         * fvwm/icons.c (CreateIconWindow):
8398         * fvwm/colorset.c (parse_colorset):
8399         * fvwm/move_resize.c (CMD_XorValue):
8400         * fvwm/colorset.c (alloc_colorset):
8401         * fvwm/fvwm.c (main):
8402         Use the new interface functions and some fix if the fvwm depth !=
8403         the root depth.
8405         * libs/PictureUtils.c (PictureAllocColorTable):
8406         Change the default color table to a 4x4x4 cc + 4 grey
8408 2002-10-07  Dan Espen  <dane@mk.telcordia.com>
8410         * fvwm/fvwm.1.in: Use built-in, not builtin.
8412 2002-10-06  Mikhael Goikhman  <migo@homemail.com>
8414         * configure.in:
8415         s/FvwmNewDebug/FvwmDebug/
8417         * fvwm/commands.h:
8418         * fvwm/conditional.c (CMD_NoWindow):
8419         * fvwm/functable.c:
8420         * NEWS:
8421         new command NoWindow to remove window context
8423         * fvwm/fvwm.1.in:
8424         use "fvwm" spelling, at least in the middle of sentences
8426 2002-10-06  Dan Espen  <dane@mk.telcordia.com>
8428         * fvwm/fvwm.1.in: Dont refer to fvwm commands as
8429         builtin commands.  Use "builtin", not "built in" or "built-in".
8430         Other adjustments.
8432 2002-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8434         * libs/Graphics.c (do_relieve_rectangle):
8435         removed debug message
8437         * fvwm/focus.c (__update_windowlist):
8438         (__set_focus_to_fwin):
8439         fixed reversal of __update_windowlist arguments causing FlipFocus to
8440         break [and maybe other things]
8442 2002-10-05  olicha  <olivier.chapuis@free.fr>
8444         * libs/PictureUtils.c (alloc_color_cube):
8445         It si possible to enable "gamma correction" for colors cubes (disabled,
8446         define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
8448         * libs/PictureUtils.c (get_color_index):
8449         (create_mapping_table):
8450         Use a more exact approximation of colors for pur cc without the big
8451         16x16x16 cc
8453         * libs/PictureUtils.c (PictureFreeColors):
8454         Fixed a memory leak
8456         * libs/Graphics.c (CreateGradientPixmap):
8457         (CreateGradientPixmapFromString):
8458         Cleanup
8460 2002-10-04  olicha  <olivier.chapuis@free.fr>
8462         * libs/PictureUtils.c (*):
8463         Used a better color approximation for color cube when we do not dither.
8464         Added some new colors tables: color cube with some grey colors.
8465         Change the default to a 4x4x3 cc with 6 grey (54 colors).
8466         Some visual fixes.
8468         * fvwm/fvwm.c (main):
8469         Fixed the visual option
8471 2002-10-03  Mikhael Goikhman  <migo@homemail.com>
8473         * configure.in:
8474         generate FvwmNewDebug and FvwmGtkDebug
8476 2002-10-02  olicha  <olivier.chapuis@free.fr>
8478         * libs/PictureUtils.c (USED_DIST):
8479         Used the euclidian distance for colors distance
8481         * libs/Fft.c (FftGetFont):
8482         Disable Xft if the Xserver does not support XRender
8484 2002-10-01  olicha  <olivier.chapuis@free.fr>
8486         * libs/Fft.c (FftGetFont):
8487         Disable Xft if the Xserver does not support XRender
8489         * libs/FRender.c (FRenderRender):
8490         * libs/PictureGraphics.c (PGraphicsTintRectangle):
8491         Fixed
8493         * libs/Colorset.c (SetRectangleBackground):
8494         (SetClippedRectangleBackground):
8495         * libs/Colorset.h:
8496         New interface function for drawing a subset of a colorset rectangle
8498 2002-09-26  olicha  <olivier.chapuis@free.fr>
8500         * fvwm/update.c (apply_window_updates):
8501         Fixed icons colorset update
8503         * libs/FRender.c (FRenderRender):
8504         Fixed bitmap rendering
8506         * fvwm/update.c (apply_window_updates):
8507         * fvwm/geometry.c (move_icon_to_position):
8508         * fvwm/events.c (HandleEnterNotify):
8509         (HandleExpose):
8510         (HandleLeaveNotify):
8511         (HandlePropertyNotify):
8512         * fvwm/add_window.c (setup_icon_font):
8513         * fvwm/icons.c (DrawIconWindow):
8514         (DrawIconTitleWindow):
8515         (DrawIconPixmapWindow):
8516         (ChangeIconPixmap):
8517         (RedoIconName):
8518         Fixed focus/unfocus flickering
8520 2002-09-25  olicha  <olivier.chapuis@free.fr>
8522         * fvwm/icons.c (DrawIconTitleWindow):
8523         One more drawing fix
8525 2002-09-24  olicha  <olivier.chapuis@free.fr>
8527         * fvwm/icons.c (DrawIconTitleWindow):
8528         An other drawing fix
8530 2002-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8532         * fvwm/move_resize.c (__move_loop):
8533         fixed uninitialised variable
8534         (InteractiveMove):
8535         fixed starting move at random position
8537 2002-09-24  olicha  <olivier.chapuis@free.fr>
8539         * fvwm/update.c (apply_window_updates):
8540         * fvwm/geometry.c (move_icon_to_position):
8541         * fvwm/events.c (HandleEnterNotify):
8542         (HandleExpose):
8543         (HandleLeaveNotify):
8544         (HandlePropertyNotify):
8545         * fvwm/add_window.c (setup_icon_font):
8546         * fvwm/icons.c (DrawIconWindow):
8547         (DrawIconTitleWindow):
8548         (DrawIconPixmapWindow):
8549         (ChangeIconPixmap):
8550         (RedoIconName):
8551         Fixed icon drawing. Split icon window drawing.
8553         * libs/FRender.c (*):
8554         Fixed compilation and small clean up
8556 2002-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8558         * fvwm/conditional.c (CreateFlagString):
8559         fixed quoting in conditional command conditions
8561         * fvwm/menus.c (__mloop_handle_event):
8562         removed unnecessary querying of pointer position on button release in
8563         menus
8564         (__menu_loop):
8565         fixed posting menus
8567         * fvwm/bindings.c (ParseBinding):
8568         increased maximum allowed key symbol name length to 200 characters
8570         * fvwm/execcontext.h (enum):
8571         * fvwm/fvwm.c (Done):
8572         (SetRCDefaults):
8573         (main):
8574         (StartupStuff):
8575         use new contexts
8577         * fvwm/execcontext.h (enum):
8578         added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
8580         * fvwm/menus.c (pop_menu_up):
8581         fixed accidental menu animation with certain menu position hints
8583 2002-09-23  olicha  <olivier.chapuis@free.fr>
8585         * libs/FRender.c (*):
8586         Fixed(?) XRender rendering with some Xserver
8588         * fvwm/update.c (apply_window_updates):
8589         * fvwm/geometry.c (move_icon_to_position):
8590         * fvwm/events.c (HandleEnterNotify):
8591         (HandleExpose):
8592         (HandleLeaveNotify):
8593         (HandlePropertyNotify):
8594         * fvwm/add_window.c (setup_icon_font):
8595         * fvwm/icons.c (DrawIconWindow):
8596         (ChangeIconPixmap):
8597         (RedoIconName):
8598         Clip text and icon drawing for the icons
8600 2002-09-21  Mikhael Goikhman  <migo@homemail.com>
8602         * NEWS:
8603         * libs/System.c:
8604         Path commands now support form: "path1;ext1:path2:path3;ext3"
8605         where ext1 (for example, ".png") means all files in path1 should
8606         be forced to have extention ".png" even if the requested icon
8607         has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
8609         * fvwm/execcontext.h:
8610         small changes in latters used for EXCT_* constants
8612         * fvwm/module_interface.c:
8613         * libs/Picture.c:
8614         * libs/PictureBase.c:
8615         * fvwm/cursor.c:
8616         some spacing reindentation
8618 2002-09-21  olicha  <olivier.chapuis@free.fr>
8620         * libs/FRender.c (FRenderCompositeAndCheck):
8621         Temporally take GraphicsExposure in account
8623 2002-09-20  Mikhael Goikhman  <migo@homemail.com>
8625         * libs/vpacket.h:
8626         fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
8628 2002-09-20  olicha  <olivier.chapuis@free.fr>
8630         * fvwm/icons.c (GetIconPicture):
8631         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
8632         Fixed the alpha channel
8634 2002-09-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8636         * NEWS:
8637         updated for 2.4.11
8639 2002-09-20  olicha  <olivier.chapuis@free.fr>
8641         * libs/FRender.c (FRenderTintPicture):
8642         (FRenderTintRectangle):
8643         (FRenderRender):
8644         * libs/FRenderInterface.h:
8645         * libs/PictureGraphics.c (PGraphicsTintRectangle):
8646         Make FRender code more modular. Add a 24+8 tinting method and enable it
8647         in the place of the 32 tinting method (which can be enabled by defining
8648         USE_ABSOLUTE_FORMATE)
8650 2002-09-19  olicha  <olivier.chapuis@free.fr>
8652         * fvwm/menus.c (get_menu_repaint_transparent_parameters):
8653         (animated_move_back):
8654         (pop_menu_up):
8655         (repaint_transparent_menu):
8656         * fvwm/move_resize.c (AnimatedMoveOfWindow):
8657         (AnimatedMoveAnyWindow):
8658         * fvwm/move_resize.h:
8659         Support the new colorset transparent options and fix greyed item
8660         of transparent animated menus
8662         * fvwm/menus.c (pop_menu_up):
8663         (animated_move_back):
8665         * libs/Rectangles.c:
8666         * libs/Rectangles.h:
8667         * libs/Makefile.am:
8668         New libs files for rectangles, segments, regions ..etc
8670         * fvwm/menus.c (clear_expose_menu_area):
8671         (get_menu_paint_item_parameters):
8672         (paint_menu):
8673         (select_menu_item):
8674         (ParentalMenuRePaint):
8675         (ParentalMenuRePaint):
8676         * fvwm/menuitem.c (clear_menu_item_background):
8677         (menuitem_paint):
8678         * fvwm/menuitem.h (MenuPaintItemParameters):
8679         Clip the item icons and text drawing
8681         * fvwm/menus.c (__mloop_exit):
8682         Fixed an indirect uninitialized variable bug
8684         * fvwm/menus.c (__mloop_handle_event): *
8685         (__mloop_handle_action_with_mi): *
8686         Update some comments
8688         * libs/FRender.c (FRenderVisualInit):
8689         (FRenderRender):
8690         * fvwm/colorset.c (parse_colorset):
8691         Small clean up
8693 2002-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8695         * fvwm/menus.c (__menu_loop):
8696         (__mloop_handle_action_with_mi):
8697         fixed parent menu redrawing
8699         * fvwm/style.c (check_window_style_change):
8700         * fvwm/update.c (apply_window_updates):
8701         * fvwm/add_window.c (setup_icon_size_limits):
8702         honour changes in IconSize style without recapture
8704         * fvwm/focus.c (focus_query_open_grab_focus):
8705         * fvwm/events.c (HandlePropertyNotify):
8706         * fvwm/add_window.c (setup_transientfor):
8707         take care of various funny initial transientfor settings
8709         * fvwm/stack.c (__raise_lower_recursion):
8710         new function
8711         fixed stacking core dump
8713 2002-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8715         * libs/Graphics.c:
8716         ANSI C fixes
8718         * configure.in:
8719         added a program that tests for -Werror option and similar; bug out of
8720         configure if the test program doesn't compile
8722 2002-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8724         * fvwm/fvwm.1.in:
8725         * configure.in:
8726         add a "do not edit" warning at the beginning of the man page
8728         * configure.in:
8729         enable the original CFLAGS and CPPFLAGS before generating the Makefiles
8731         * libs/FScreen.c (XineramaQueryScreens):
8732         fixed linking problem when compiling without Xinerama
8734         * fvwm/cursor.c (CMD_CursorStyle):
8735         fixed cursorstyle command being applied to windows without handles
8737         * fvwm/ewmh.h (EWMH_ProcessClientMessage):
8738         (EWMH_ProcessPropertyNotify):
8739         * fvwm/gnome.h (GNOME_ProcessClientMessage):
8740         (GNOME_HandlePropRequest):
8741         fixed dummy macros when compiling without gnome/ewmh support
8743 2002-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8745         * libs/queue.c (fqueue_add_inside):
8746         add a new command with the same execution time as a previous one behind
8747         it
8749         * configure.in:
8750         override CFLAGS and CPPFLAGS with empty strings instead of generating an
8751         error message
8753         * fvwm/functions.c (__execute_function):
8754         * fvwm/execcontext.h (exec_context_type_t):
8755         replace enum values with letters for readability
8757         * fvwm/functions.c (__execute_function):
8758         improved command log output
8760         * fvwm/schedule.c (execute_obj_func):
8761         fixed schedule queue timing
8763         * configure.in:
8764         refuse to run configure if CFLAGS is not empty
8766 2002-09-16  Mikhael Goikhman  <migo@homemail.com>
8768         * fvwm/misc.c:
8769         fixed compilation with --enable-command-log; simplified fvwm_msg()
8771         * libs/Module.c:
8772         reformatted; don't send end-of-line with SET_*MASK
8774 2002-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8776         * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
8777         fixed multipixmap title drawing
8779         * fvwm/frame.h (struct):
8780         * fvwm/frame.c (frame_get_titlebar_dimensions):
8781         removed unused code
8783         * fvwm/events.c (HandlePropertyNotify):
8784         applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
8786         * libs/Fft.c (FftDrawString):
8787         -Wall fix when compiling w/o Xft
8789 2002-09-15  olicha  <olivier.chapuis@free.fr>
8791         * libs/Colorset.c (CreateBackgroundPixmap):
8792         Fixed a dpy problem with FvwmBacker
8793         * libs/Colorset.c (CreateBackgroundPixmap):
8794         Fixed creation a root transparent pixmap for small root pixmap
8796 2002-09-14  olicha  <olivier.chapuis@free.fr>
8798         * libs/Fft.c (FftDrawString):
8799         Fixed clip region with shadow font
8801         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
8802         Added a function to create translucent pixmaps
8803         * libs/Colorset.c (CreateBackgroundPixmap):
8804         A small fix
8805         * libs/FRender.c (FRenderRender):
8806         Allows to use the root window as src pixmap
8808 2002-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8810         * fvwm/fvwm.1.in:
8811         Fixed open double quotes in ButtonState section
8813 2002-09-13  Dan Espen  <dane@mk.telcordia.com>
8815         * fvwm/fvwm.1.in: Add -cmd module timeout information.
8817 2002-09-13  olicha  <olivier.chapuis@free.fr>
8819         * libs/Colorset.c (CreateBackgroundPixmap):
8820         (UpdateBackgroundTransparency):
8821         (SetRectangleBackground):
8822         * libs/Colorset.h:
8823         * fvwm/colorset.c (*):
8824         * fvwm/colorset.h:
8825         * fvwm/events.c (HandlePropertyNotify):
8826         Starting implementation of RootTransparent colorset. Worked on
8827         tinted Transparent colorset. Various colorset parsing fixes.
8829         * libs/Fft.c (FftDrawString):
8830         * libs/Flocale.h:
8831         Added the possibility to draw with a clipping region.
8833         * libs/FRender.c (FRenderRender):
8834         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8835         (PCreateRenderPixmap):
8836         (PGraphicsCreateTransprency):
8837         (PGraphicsTintRectangle):
8838         Improve current rendering functions to be able to tint the
8839         ParentalRelative pixmap or the background of a window.
8840         Re-enabled XRender rendering.
8842         * fvwm/borders.c:
8843         remove a #if 0 debug "render" code
8845 2002-09-13  Mikhael Goikhman  <migo@homemail.com>
8847         * fvwm/builtins.c (ReadTitleButton):
8848         * fvwm/screen.h:
8849         new button state shortcuts AllNormal, AllToggled,
8850         AllActive, AllInactive, AllUp, AllDown
8852         * fvwm/module_interface.c:
8853         minor reformatting
8855         * acconfig.h:
8856         possibly fixed compilation with non gcc
8858 2002-09-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8860         * fvwm/focus.c (_focus_grab_buttons):
8861         (__focus_grab_buttons):
8862         renamed
8863         (__focus_grab_one_button):
8864         grab all modifier combinations on client windows by default if
8865         necessary; this saves a lot of traffic but may grab unnecessary
8866         modifiers with mouse bindings on the client window
8868         * fvwm/fvwm.1:
8869         * libs/defaults.h (DEF_FP_MODIFIERS):
8870         * fvwm/events.c (__handle_focus_raise_click):
8871         * fvwm/style.c (style_parse_focus_policy_style):
8872         * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
8873         default is now to use any modifiers for clicktofocus/raise purposes
8875         * fvwm/menus.c (__mloop_get_event):
8876         fixed menu hang
8877         (menu_tear_off):
8878         fixed tear off menus
8880         * libs/FEvent.c (FCheckIfEvent):
8881         (FCheckMaskEvent):
8882         (FCheckTypedEvent):
8883         (FCheckTypedWindowEvent):
8884         (FCheckWindowEvent):
8885         fixed FCheck...Event functions thus fixing Menu command behaving like
8886         Popup
8888         * fvwm/move_resize.c (InteractiveMove):
8889         fixed offset between pointer and window when dragging
8891         * fvwm/virtual.c (HandlePaging):
8892         * fvwm/icons.c (CMD_Iconify):
8893         * fvwm/move_resize.c (InteractiveMove):
8894         * fvwm/menus.c (get_menu_options):
8895         (get_menu_options):
8896         * libs/FScreen.c (GetMouseXY):
8897         use new function fev_get_evpos_or_query()
8899         * libs/Makefile.am:
8900         * libs/Pointer.c:
8901         removed file
8903         (GetLocationFromEventOrQuery):
8904         moved to FEvent.c and renamed to fev_get_evpos_or_query()
8905         * libs/FEvent.c (fev_set_evpos):
8906         new function
8908         * fvwm/functions.c (__execute_function):
8909         (execute_complex_function):
8910         fixed complex action clicking logic
8912         * fvwm/add_window.c (CaptureOneWindow):
8913         fixed RecaptureWindow
8914         (CaptureAllWindows):
8915         fixed Restart
8917         * fvwm/functable.c (func_table):
8918         fixed running RecaptureWindow without a context window
8920         * fvwm/conditional.c (circulate_cmd):
8921         fixed action to run
8923         * fvwm/events.c (HandleVisibilityNotify):
8924         fixed VisibilityNotify handling
8926         * fvwm/functions.c (execute_complex_function):
8927         fixed memory corruption
8928         (__execute_function):
8929         fixed using wrong context
8930         (__execute_function):
8931         removed conditional that was always true now
8932         (DeferExecution):
8933         fixed core dump
8935         * fvwm/module_interface.c (ExecuteModuleCommand):
8936         initialise module number
8938 2002-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8940         * fvwm/add_window.c (CaptureOneWindow):
8941         fixed memory corruption
8943         * fvwm/icons.c (Iconify):
8944         (DeIconify):
8945         fixed bug introduced with transient stacking patch
8947         * fvwm/functions.c (DeferExecution):
8948         (__execute_function):
8949         (execute_complex_function):
8950         cleaned up and optimized exec_context handling
8952         * fvwm/schedule.c:
8953         * fvwm/menucmd.c:
8954         * fvwm/update.c:
8955         * fvwm/windowlist.c:
8956         * fvwm/conditional.c:
8957         * fvwm/focus.c:
8958         * fvwm/functions.c:
8959         * fvwm/placement.c:
8960         * fvwm/colorset.c:
8961         * fvwm/stack.c:
8962         * fvwm/virtual.c:
8963         * fvwm/module_interface.c:
8964         * fvwm/icons.c:
8965         * fvwm/builtins.c:
8966         * fvwm/add_window.c:
8967         * fvwm/move_resize.c:
8968         * fvwm/fvwm.h (F_CMD_ARGS):
8969         (F_PASS_ARGS):
8970         completely removed the builtin command arguments fw, w, and context
8972         * fvwm/functions.c (DeferExecution):
8973         fixed core dump
8975         * fvwm/stack.c (BroadcastRestack):
8976         removed global lastTimestamp
8978         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
8979         (EWMH_ProcessPropertyNotify):
8980         (ewmh_WMStateShaded):
8981         (ewmh_WMStateSticky):
8982         (ewmh_WMStateHidden):
8983         (ewmh_WMState):
8984         (ewmh_MoveResize):
8985         (ewmh_WMDesktop):
8986         (ewmh_CloseWindow):
8987         (ewmh_DesktopGeometry):
8988         (ewmh_ActiveWindow):
8989         use new function interface
8991         * fvwm/menus.c (do_menu):
8992         * fvwm/menucmd.c (menu_func):
8993         * fvwm/windowlist.c (CMD_WindowList):
8994         use new function interface
8995         replaced "(XEvent *)1" hack with a regular flag
8997 2002-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8999         * fvwm/add_window.c (destroy_window):
9000         * fvwm/update.c (destroy_scheduled_windows):
9001         * fvwm/screen.h (ScreenInfo):
9002         new member is_executing_menu_function
9004         * fvwm/windowlist.c (CMD_WindowList):
9005         * fvwm/menucmd.c (menu_func):
9006         * fvwm/gnome.c (CMD_GnomeButton):
9007         (GNOME_ProcessClientMessage):
9008         (GNOME_HandlePropRequest):
9009         * fvwm/modconf.c (CMD_Send_ConfigInfo):
9010         * fvwm/update.c (apply_window_updates):
9011         * fvwm/repeat.c (CMD_Repeat):
9012         * fvwm/conditional.c (circulate_cmd):
9013         (CMD_Prev):
9014         (CMD_Next):
9015         (CMD_None):
9016         (CMD_Any):
9017         (CMD_Current):
9018         (CMD_Cond):
9019         (CMD_CondCase):
9020         (select_cmd):
9021         (CMD_All):
9022         (CMD_Direction):
9023         (CMD_WindowId):
9024         * fvwm/focus.c (warp_to_fvwm_window):
9025         (CMD_WarpToWindow):
9026         * fvwm/read.c (run_command_stream):
9027         (run_command_file):
9028         (CMD_Read):
9029         (CMD_PipeRead):
9030         * fvwm/fvwm.c (Done):
9031         (SetRCDefaults):
9032         (StartupStuff):
9033         (main):
9034         use new function interface
9035         (main):
9036         fixed running startup script under random module number
9038         * fvwm/functions.c (execute_function_override_window):
9039         * fvwm/functions.c (execute_function_override_wcontext):
9040         new convenience functions
9042         * fvwm/gnome.c:
9043         * fvwm/modconf.c:
9044         * fvwm/session.c:
9045         re-indented
9047         * fvwm/module_interface.c (CMD_Send_WindowList):
9048         (CMD_set_mask):
9049         (CMD_set_sync_mask):
9050         (CMD_set_nograb_mask):
9051         fixed core dumps
9052         don't use "Module" argument anymore
9053         (ExecuteModuleCommand):
9054         made static
9055         use new function interface
9057         * fvwm/add_window.c (CaptureOneWindow):
9058         (do_recapture):
9059         (CaptureAllWindows):
9060         * fvwm/events.c (HandleMapRequestKeepRaised):
9061         * fvwm/add_window.c (AddWindow):
9062         AddWindow takes executiuon context as its argument instead of the
9063         window; changed caller
9064         don't use "Event" anymore
9066         * fvwm/fvwm.c (StartupStuff):
9067         generate an execution context for startup
9069         * fvwm/move_resize.c (DoResize):
9070         (__resize_step):
9071         (moveLoop):
9072         (__move_loop):
9073         renamed and used new function interface in args
9075         * fvwm/geometry.c (constrain_size):
9076         added XEvent *e argument to remove use of global "Event"; changed all
9077         callers
9079 2002-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9081         * fvwm/stack.c (get_next_window_in_stack_ring):
9082         (get_prev_window_in_stack_ring):
9083         (get_transientfor_fvwmwindow):
9084         * fvwm/icons.c (SetMapStateProp):
9085         * fvwm/events.c (fake_map_unmap_notify):
9086         * fvwm/misc.c (IsRectangleOnThisPage):
9087         * fvwm/menus.c (menu_enter_tear_off_menu):
9088         (menu_close_tear_off_menu):
9089         * fvwm/icons.c (DrawIconWindow):
9090         * fvwm/focus.c:
9091         * fvwm/colormaps.c (InstallWindowColormaps):
9092         made FvwmWindow * arguments const in many functions
9094         * fvwm/menus.c (pop_menu_up):
9095         (pop_menu_down):
9096         (__mloop_do_menu):
9097         (__mloop_do_popup):
9098         (do_menu):
9099         (menu_enter_tear_off_menu):
9100         (__mloop_get_event):
9101         (__mloop_get_event_timeout_loop):
9102         (__mloop_do_menu):
9103         (__mloop_get_mi_actions):
9104         (is_double_click):
9105         * fvwm/events.c (HandleEnterNotify):
9106         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
9107         (__move_window):
9108         (__move_loop):
9109         (__resize_step):
9110         (__resize_window):
9111         * fvwm/functions.c (DeferExecution):
9112         (__execute_function):
9113         * fvwm/windowlist.c (CMD_WindowList):
9114         * fvwm/colormaps.c (colormap_handle_colormap_notify):
9115         * fvwm/module_interface.c (CMD_ModuleSynchronous):
9116         (ExecuteModuleCommand):
9117         * fvwm/builtins.c (CMD_Wait):
9118         * fvwm/events.c (WaitForButtonsUp):
9119         (HandleShapeNotify):
9120         (HandleVisibilityNotify):
9121         (HandleUnmapNotify):
9122         (HandleSelectionRequest):
9123         (HandleReparentNotify):
9124         (HandlePropertyNotify):
9125         (HandleMotionNotify):
9126         (HandleMapRequestKeepRaised):
9127         (HandleMapRequest):
9128         (HandleMappingNotify):
9129         (HandleMapNotify):
9130         (HandleLeaveNotify):
9131         (HandleKeyPress):
9132         (HandleFocusOut):
9133         (HandleFocusIn):
9134         (HandleExpose):
9135         (HandleEnterNotify):
9136         (HandleDestroyNotify):
9137         (HandleColormapNotify):
9138         (HandleClientMessage):
9139         (HandleButtonRelease):
9140         (HandleButtonPress):
9141         (__handle_bpress_on_root):
9142         (__handle_bpress_action):
9143         (__handle_click_to_raise):
9144         (__handle_click_to_focus):
9145         (__is_bpress_window_handled):
9146         (__handle_focus_raise_click):
9147         don't use "Event", "Fw" and old_execute_function() anymore
9149         * fvwm/events.c (dispatch_event):
9150         removed preserve_tmpwin argument; changed all callers
9152         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
9153         fixed random focus member of faked event
9155         * fvwm/gnome.c (GNOME_ProcessClientMessage):
9156         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
9157         (EWMH_ProcessPropertyNotify):
9158         * fvwm/move_resize.c (DisplaySize):
9159         (DisplayPosition):
9160         (position_geometry_window):
9161         * fvwm/geometry.c (get_window_borders):
9162         (get_window_borders_no_title):
9163         made args const
9165         * fvwm/events.c (dispatch_event):
9166         create event execution context
9167         (HandleClientMessage):
9168         removed useless local "button"
9169         (GetContext):
9170         don't fiddle with global Fw anymore; added argument to return context
9171         window; changed all callers
9173         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
9174         * fvwm/move_resize.c (__resize_window):
9175         use new event handle interface
9177         * fvwm/events.c:
9178         * fvwm/eventhandler.h:
9179         new event handler interface
9181         * fvwm/functions.c (CMD_Plus):
9182         * fvwm/builtins.c (AddToDecor):
9183         (CMD_AddToDecor):
9184         (CMD_DestroyDecor):
9185         use F_CMD_ARGS in AddToDecor
9186         (CMD_StrokeFunc):
9187         removed useless check for realloc return value
9188         use new function interface
9189         fixed another memory leak
9191         * fvwm/builtins.c (__remove_window_decors):
9192         replace old_execute_function with execute_function
9194         * fvwm/add_window.c (setup_window_placement):
9195         * fvwm/placement.c (PlaceWindow):
9196         * fvwm/schedule.c (execute_obj_func):
9197         * fvwm/colorset.c (add_to_junk):
9198         use new function call interface
9200         * fvwm/fvwm.h (F_EXEC_ARGS):
9201         (F_PASS_EXEC_ARGS):
9202         removed now unused macros
9204         * fvwm/functions.c (CheckActionType):
9205         (cf_cleanup):
9206         (DeferExecution):
9207         (__execute_function):
9208         (__run_complex_function_items):
9209         (execute_complex_function):
9210         rewrote function call interface
9212         * fvwm/functions.c (__run_complex_function_items):
9213         new function split off from execute_complex_function
9215         * fvwm/externs.h:
9216         * fvwm/events.c:
9217         removed "Event" global
9219 2002-09-08  Dan Espen  <dane@mk.telcordia.com>
9221         * fvwm/fvwm.1.in: Language check.
9223 2002-09-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9225         * fvwm/functions.c (old_execute_function):
9226         removed
9228         * fvwm/module_interface.c (do_execute_module):
9229         don't write module argument anymore; code claimed that writing 0 into
9230         *Module prevented WaitForButtonsUp from being called, but that was
9231         either a lie or a relic of the past
9233         * fvwm/fvwm.h (exec_func_args_type):
9234         removed type
9235         (F_CMD_ARGS):
9236         (F_PASS_ARGS):
9237         removed *Module argument
9239         * fvwm/functions.c (__execute_function):
9240         new interface
9242         * fvwm/functions.h (enum):
9243         added more function execution falgs
9245         * fvwm/fvwm.h:
9246         add exec_context_t *exc to builtin arguments
9248         * libs/FEvent.c (fev_copy_last_event):
9249         new function
9251         * fvwm/execcontext.h:
9252         * fvwm/execcontext.c:
9253         new files introducing the "exec_context_t" structure that shall replace
9254         the builtin command interface
9256         * fvwm/stack.c (__RaiseOrLowerWindow):
9257         (RaiseOrLowerWindow):
9258         (__restack_window):
9259         (mark_transient_subtree):
9260         (__sort_transient_ring):
9261         properly handle restacking of windows with more than one transient and
9262         multiple levels of transients at the same time
9263         (__RaiseOrLowerWindow):
9264         (RaiseOrLowerWindow):
9265         renamed function and added wrapper
9267         * fvwm/fvwm.h (FvwmWindow):
9268         added new scratch registers
9270 2002-09-06  Mikhael Goikhman  <migo@homemail.com>
9272         * configure.in:
9273         * Makefile.am:
9274         minor improvements in the new release procedure
9276 2002-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9278         * fvwm/stack.c (RaiseOrLowerWindow):
9279         (__restack_window):
9280         (mark_transient_subtree):
9281         (must_move_transients):
9282         (is_on_top_of_layer_ignore_rom):
9283         handle restacking trees of transient windows; still does not work too
9284         well if a window has multiple transients at the same time
9286 2002-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9288         * fvwm/stack.h:
9289         * fvwm/stack.c:
9290         restored versions from before 9th of September
9291         (RaiseOrLowerWindow):
9292         fixed StackTransientParent style without RaiseTransient or
9293         LowerTransient on transient_for window
9294         StackTransientParent works only on window in the same layer
9295         (mark_transient_subtree):
9296         fixed handling of window group hint w/ iconify
9297         (restack_windows):
9298         (RaiseOrLowerWindow):
9299         (new_layer):
9300         fixed flickering when overlapping transients aree lowered
9302         * fvwm/move_resize.c (__resize_window):
9303         * fvwm/colorset.c (add_to_junk):
9304         cleaned up event handling
9306         * fvwm/move_resize.c (__resize_window):
9307         renamed function and changed callers
9309         * fvwm/fvwm.h (F_PASS_ARGS):
9310         (F_CMD_ARGS):
9311         removed eventp command argument
9313         * fvwm/events.c (DispatchEvent):
9314         (dispatch_event):
9315         renamed function, added event argument and changed all callers
9317         * libs/FEvent.c (fev_fake_event):
9318         * libs/FEvent.c (fev_get_evtype__remove_me):
9319         new functions
9321         * fvwm/menus.c (menuShortcuts):
9322         (is_double_click):
9323         (pop_menu_up):
9324         (pop_menu_up):
9325         (pop_menu_down):
9326         (pop_menu_down):
9327         (__mloop_init):
9328         (__mloop_get_event_timeout_loop):
9329         (__mloop_get_event):
9330         (__mloop_do_popup):
9331         (__mloop_do_popup):
9332         (do_menu):
9333         * fvwm/builtins.c (CMD_FakeClick):
9334         * fvwm/functions.c (CheckActionType):
9335         (CheckActionType):
9336         * fvwm/focus.c (__try_program_focus):
9337         (__try_program_focus):
9338         * fvwm/icccm2.c (SetupICCCM2):
9339         * fvwm/virtual.c (HandlePaging):
9340         * fvwm/module_interface.c (make_vpacket):
9341         (make_new_vpacket):
9342         * fvwm/schedule.c (squeue_get_next_ms):
9343         (squeue_get_next_ms):
9344         (CMD_Schedule):
9345         * fvwm/stack.c (BroadcastRestack):
9346         * fvwm/move_resize.c (resize_window):
9347         (moveLoop):
9348         * libs/FEvent.c (fev_get_evtime):
9349         removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
9351         * fvwm/events.c (HandleEnterNotify):
9352         (DispatchEvent):
9353         (My_XNextEvent):
9354         (discard_events):
9355         (discard_window_events):
9356         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
9357         (moveLoop):
9358         (resize_window):
9359         * fvwm/menus.c (__mloop_get_event):
9360         * fvwm/virtual.c (HandlePaging):
9361         (MoveViewport):
9362         * fvwm/functions.c (DeferExecution):
9363         (CheckActionType):
9364         * fvwm/misc.c (get_server_time):
9365         * fvwm/builtins.c (CMD_StrokeFunc):
9366         * fvwm/menus.c (pop_menu_up):
9367         (pop_menu_down):
9368         (__mloop_init):
9369         * libs/FEvent.c (fev_update_last_timestamp):
9370         removed StashEventTime function; handle this directly in FEvent.c
9372         * fvwm/module_interface.c (ExecuteModuleCommand):
9373         * fvwm/misc.c (Keyboard_shortcuts):
9374         * fvwm/colormaps.c (colormap_handle_colormap_notify):
9375         * fvwm/events.c (handle_all_expose):
9376         (dispatch_event):
9377         (HandleEvents):
9378         (HandleKeyPress):
9379         don't use Event global anymore
9381         * fvwm/bindings.c (activate_binding):
9382         fixed key bindings on window corners
9384         * libs/fvwmlib.h (C_DECOR):
9385         context including all parts of the decorations
9387 2002-09-04  Mikhael Goikhman  <migo@homemail.com>
9389         * libs/FEvent.h:
9390         fixed compilation warning in #endif comment
9392         * fvwm/borders.c:
9393         removed debug fprintf
9395         * acconfig.h:
9396         * configure.in:
9397         * fvwm/fvwm.c:
9398         * fvwm/fvwm.1:
9399         another solution for reporting the cvs status
9401 2002-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9403         * configure.in (LIBOBJS):
9404         * acinclude.m4 (smr_SWITCH):
9405         fix for autoconf 2.53
9407         * fvwm/*.[ch]:
9408         removed unnecessary includes
9410         * fvwm/Makefile.am (fvwm_SOURCES):
9411         * fvwm/events.h:
9412         * fvwm/eventmasks.h:
9413         * fvwm/eventhandlers.h:
9414         new files split from events.h
9416         * fvwm/icccm2.c (HandleSelectionRequest):
9417         (HandleSelectionClear):
9418         * fvwm/colormaps.c (HandleColormapNotify):
9419         * fvwm/menus.c (menu_tear_off):
9420         * fvwm/move_resize.c (resize_window):
9421         * fvwm/events.c:
9422         * fvwm/events.h:
9423         new argument avh_args_t to the event handler functions; still unused
9424         moved all event handlers to events.c
9425         remove now unnecessary includes in some files
9427         * fvwm/icccm2.c (HandleSelectionRequest):
9428         re-indented file
9430         * **/*.c:
9431         use replacements for X event functions everywhere
9433 2002-09-03  Mikhael Goikhman  <migo@homemail.com>
9435         * fvwm/defaults.h:
9436         * fvwm/screen.h:
9437         * fvwm/borders.c (border_flags_to_button_state):
9438         (CMD_ButtonState):
9439         * fvwm/builtins.c (ReadTitleButton):
9440         * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
9441         * fvwm/fvwm.c (InitVariables):
9442         Imlemented new title and button states InactiveUp and InactiveDown,
9443         new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
9444         So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
9445         Updated all ButtonStyle, TitleStyle and ButtonState commands.
9447         * fvwm/fvwm.c:
9448         reformat license info in -version to be 3 lines and one empty line
9449         instead of 5 non-empty lines, for readability
9451 2002-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9453         * libs/FEvent.c:
9454         * libs/FEvent.h:
9455         * libs/Makefile.am:
9456         new files
9458         * fvwm/stack.c (__raise_or_lower_recursion):
9459         (RaiseOrLowerWindow):
9460         split into two functions
9461         renamed to __raise_or_lower_window
9462         (mark_transient_subtree):
9463         new flag MARK_CLEAR
9464         (position_new_window_in_stack_ring):
9465         (RaiseWindow):
9466         (LowerWindow):
9467         cleaned up stacking code
9469         * fvwm/menus.c (paint_menu):
9470         fixed a minor drawing problem with menu item reliefs
9472 2002-09-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9474         * fvwm/move_resize.c (InteractiveMove):
9475         removed eventp from interface
9476         changed all callers
9478         * fvwm/menucmd.c (menu_func):
9479         * fvwm/gnome.c (GNOME_ProxyButtonEvent):
9480         * fvwm/windowlist.c (CMD_WindowList):
9481         * fvwm/read.c (run_command_file):
9482         (run_command_stream):
9483         * fvwm/focus.c (warp_to_fvwm_window):
9484         * libs/Event.c (GetSubwindowFromEvent):
9485         * fvwm/events.c (GetContext):
9486         * libs/Pointer.c (GetLocationFromEventOrQuery):
9487         * fvwm/builtins.c (CMD_StrokeFunc):
9488         (CMD_StrokeFunc):
9489         * fvwm/events.c (StashEventTime):
9490         * fvwm/move_resize.c (InteractiveMove):
9491         * fvwm/functions.c (DeferExecution):
9492         (old_execute_function):
9493         * fvwm/fvwm.h (F_CMD_ARGS):
9494         (F_EXEC_ARGS):
9495         make eventp argument const to ease clean up work
9497         * fvwm/windowlist.c (CMD_WindowList):
9498         * fvwm/move_resize.c (InteractiveMove):
9499         * fvwm/menucmd.c (menu_func):
9500         * fvwm/icons.c (CMD_Iconify):
9501         always query pointer position in case a script modified the position
9502         in the input event
9504         * fvwm/focus.c (SetPointerEventPosition):
9505         removed function since it modifies the global event variable
9507         * fvwm/functable.c (func_table):
9508         added cursor and event type members fo DeferExecution call
9509         * fvwm/functions.c (DeferExecution):
9510         made static, call from inside functions.c only
9511         removed calls everywhere
9513         * fvwm/builtins.c (CMD_StrokeFunc):
9514         fixed memory leak
9516         * fvwm/virtual.c (HandlePaging):
9517         (MoveViewport):
9518         don't use global "Event" anymore
9519         (HandlePaging):
9520         pass in event structure through arguments
9521         changed all callers
9523 2002-09-02  olicha  <olivier.chapuis@free.fr>
9525         * libs/Colorset.c (*):
9526         * libs/Colorset.h:
9527         * libs/colorset.c (parse_colorset):
9528         * libs/PictureGraphics.c (PGrabXImage):
9529         (PCreateRenderPixmap):sx
9530         (PGraphicsCreateTransprency):
9531         * libs/PictureGraphics.h:
9532         An experimental implementation of ParentalRelative tinted background
9534         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9535         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9536         (PImageLoadPng):
9537         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
9538         * libs/FRenderInit.c (FRenderInit):
9539         (FRenderGetAlphaDepth):
9540         * libs/FRenderInit.h:
9541         Fixed alpha blending for xserver without depth 8 pixmap
9542         (maybe a tmp fix)
9544         * fvwm/fvwm.1.in
9545         typo
9547 2002-09-01  olicha  <olivier.chapuis@free.fr>
9549         * NEWS:
9550         Colorset and alpha blending news
9552 2002-08-31  olicha  <olivier.chapuis@free.fr>
9554         * libs/Ficonv.c (convert_charsets):
9555         Fixed compilation on systems that do not have EILSEQ
9557 2002-08-30  olicha  <olivier.chapuis@free.fr>
9559         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
9560         Fixed compilation of certain modules
9562         * fvwm/borders.c (border_render_into_pixmap):
9563         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
9564         * libs/PictureGraphics.h:
9565         * libs/Graphics.c (CreateStretchPixmap):
9566         (CreateStretchYPixmap):
9567         (CreateStretchXPixmap):
9568         Progress with masks in multipixmap title
9570         * libs/PictureGraphics.c (PCopyArea):
9571         (PTileRectangle):
9572         (PCreateRenderPixmap):
9573         * fvwm/borders.c (border_fill_pixmap_background):
9574         Some drawing fixes
9576         * fvwm/icons.c (DrawIconWindow):
9577         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9578         Fixed the shape mask of ewmh icons and icons with some alpha
9580 2002-08-30  olicha  <olivier.chapuis@free.fr>
9582         * libs/PictureGraphics.c (PCreateRenderPixmap):
9583         (PGrabImageErrorHandler):
9584         (PGraphicsCopyPixmaps):
9585         (PGraphicsCopyFvwmPicture):
9586         (PGraphicsTileRectangle):
9587         (PGraphicsRenderPixmaps):
9588         (PGraphicsRenderPicture):
9589         * libs/PictureGraphics.h:
9590         * libs/PictureBase.h:
9591         Replaced PGraphicsTileRectangle with a more powerful function,
9592         PCreateRenderPixmap, which performs *full* XRender simulation.
9593         So alpha blending is now supported even without Xrender support.
9594         New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
9595         for direct rendering with tint and alpha channel.
9597         * libs/FRender.c (FRenderVisualInit):
9598         (FRenderCopyArea):
9599         (FRenderTintRectangle):
9600         (FRenderRender):
9601         * libs/FRenderInterface.h:
9602         Replaced FRenderCopyArea and FRenderTintRectangle with a more general
9603         and more powerfull function FRenderRender
9605         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9606         (PImageLoadPng):
9607         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9608         Load the alpha even without Xrender support
9610         * libs/Colorset.h:
9611         * fvwm/colorset.c (parse_pixmap_tint):
9612         (parse_colorset):
9613         (alloc_colorset):
9614         Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
9615         or obsolete TintMask) also tints gradients and the tint is applied
9616         only to the pixmap not the bg color. The average bg is computed from
9617         the "original" pixmap and not the tinted one, bgTint should be used
9618         to get a real average bg in the case the pixmap is tinted
9620         * fvwm/icons.c (DrawIconWindow):
9621         (CreateIconWindow):
9622         * fvwm/menuitem.c (menuitem_paint):
9623         * fvwm/menus.c (paint_side_pic):
9624         * fvwm/borders.c (border_get_border_background):
9625         (border_draw_decor_to_pixmap):
9626         (border_fill_pixmap_background):
9627         * fvwm/events.c (HandlePropertyNotify):
9628         Picture rendering use the new PGraphicsRenderPixmaps and
9629         PGraphicsRenderPicture libs functions. Respect new colorset options
9631         * fvwm/colorset.c (parse_colorset):
9632         (alloc_colorset):
9633         (CMD_ReadWriteColors):
9634         * fvwm/fvwm.1.in:
9635         Removed the read write colorset codes
9637         * libs/Graphics.c (CalculateGradientDimensions):
9638         Fixed the size of dithered H and V gradients
9640         * libs/PictureUtils.c (*):
9641         * libs/PictureUtils.h:
9642         Some cleanup
9644 2002-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9646         * fvwm/menus.c (paint_menu_gradient_background):
9647         fixed drawing of SidePic menu background when not using SideColor
9649 2002-08-28  Hippo
9650         * FvwmIconBox/icons.c:
9651         Fixed core dump
9653 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
9655         * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
9657 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
9659         * configure.in:
9660         fixed --disable-ewmh
9662         * libs/Picture.c:
9663         * libs/Picture.h:
9664         added const to some prototypes
9666 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9668         * fvwm/menus.c (MenuInteraction):
9669         (__menu_loop):
9670         renamed MenuInteraction to __menu_loop
9672         * fvwm/menus.c (pop_menu_up):
9673         (do_menu):
9674         (MenuInteraction):
9675         removed pdo_warp_to_title argument of pop_menu_up and changed all
9676         callers; logic is now in last_saved_position_hints
9677         (__menu_get_next_event_timeout_loop):
9678         began to split MenuInteraction into several sub functions
9679         go away, evil "goto"!
9681         * fvwm/style.c (style_parse_one_style_option):
9682         all boolean styles - and *only* boolean styles, can be prefixed with a
9683         '!' to invert their meaning
9684         (style_parse_button_style):
9685         moved Button and NoButton styles to separate function
9687         * configure.in:
9688         * NEWS:
9689         updated for 2.5.4-devel
9691         * configure.in:
9692         2.5.3 was released
9694         * configure.in:
9695         * NEWS:
9696         updated for 2.5.3
9698         * fvwm/menuitem.h (struct):
9699         * fvwm/menus.c (paint_menu_gradient_background):
9700         (paint_menu_pixmap_background):
9701         (paint_menu):
9702         (clear_expose_menu_area):
9703         fixed TiledPixmap menu background drawing bug
9704         sorted function in file and removed forward declarations
9706 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9708         * fvwm/Makefile.am (LDADD):
9709         put -lfvwm at front of library list
9711         * fvwm/windowlist.c (CMD_WindowList):
9712         print window's page instead of current page in windowlist
9714 2002-08-24  Bob Woodside  <dumbledore@woodsway.com>
9716         * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
9717         Fix for Experimental RaiseOverUnmanaged Handling.
9719 2002-08-22  Bob Woodside  <dumbledore@woodsway.com>
9721         * fvwm/focus.h:
9722         * fvwm/stack.h:
9723         New defs for Experimental RaiseOverUnmanaged Handling.
9725         * fvwm/events.c (HandleEnterNotify):
9726         * fvwm/focus.c:
9727         (set_focus_to_fwin)
9728         (focus_query_grab_buttons)
9729         (_focus_grab_buttons)
9730         (focus_grab_buttons)
9731         (focus_grab_buttons_client_entered)
9732         (_SetFocusWindow)
9733         (__activate_window_by_command)
9734         (_ReturnFocusWindow)
9735         (_DeleteFocus)
9736         (_ForceDeleteFocus)
9737         * fvwm/stack.c:
9738         (raise_over_unmanaged)
9739         (is_above_unmanaged)
9740         (_is_on_top_of_layer)
9741         (is_on_top_of_layer)
9742         (is_on_top_of_layer_and_above_unmanaged)
9743         Experimental RaiseOverUnmanaged Handling - an attempt to fix the
9744         interaction of RaiseOverUnmanaged with various focus policies,
9745         particularly mouse focus + client click raises; issue mouse
9746         button grabs when and only when they are actually needed; and
9747         fix the old "xfm + MouseFocusClickRaises" bug once and for all.
9748         (Thanks to the GFPR, this is much more straightforward to do!)
9750 2002-08-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9752         * fvwm/fvwm.1.in:
9753         added a paragraph about scripting and complex functions.
9755         * fvwm/style.c (style_parse_one_style_option):
9756         fixed flag_mask and change_mask of TitleAt... styles that broke left
9757         and bottom titles
9759 2002-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9761         * fvwm/fvwm.1.in:
9762         describe new focus policy styles
9764 2002-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9766         * fvwm/style.c (merge_styles):
9767         fixed applying style updates immediately
9769         * fvwm/geometry.c (constrain_size):
9770         fixed font resizing of maximized windows
9772         * fvwm/window_flags.h:
9773         * fvwm/fvwm.h (has_new_wm_normal_hints):
9774         new window flags
9776         * fvwm/events.c (HandleEnterNotify):
9777         fixed UngrabNotify returning focus to just unfocused window
9778         * fvwm/focus.h:
9779         added debug code
9781         * fvwm/style.c (merge_styles):
9782         (free_style_mask):
9783         (__simplify_style_list):
9784         fixed default style calculations
9786         * fvwm/events.c (HandleConfigureRequest):
9787         disabled debug output
9789         * fvwm/style.c (merge_styles):
9790         * fvwm/fvwm.h (window_style):
9791         new style member default_mask to allow two levels of defaults;
9792         fixes focus policy defaults
9793         * fvwm/style.h:
9794         rewrote many of the macros; changed all callers
9796         * fvwm/borders.c (RenderIntoPixmap):
9797         (DrawMultiPixmapTitlebar):
9798         (border_render_into_pixmap):
9799         (border_draw_multi_pixmap_titlebar):
9800         applied Suzanne Skinner's multi pixmap titles fix
9801         renamed functions and changed all callers
9803         * libs/FScreen.c (FScreenGetScrRect):
9804         (FindScreen):
9805         (FScreenGetScrId):
9806         new utility functions
9808         * fvwm/windowlist.c (CMD_WindowList):
9809         new option MaxLabelWidth for the WIndowList command based on patch by
9810         Maxim F. Ischenko
9811         new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
9812         WindowList command.
9814         * fvwm/events.c (HandleConfigureRequest):
9815         removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
9816         seems to work without problems
9818 2002-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9820         * fvwm/style.c (merge_styles):
9821         fixed style defaults getting stuck to on once set
9823         * configure.in:
9824         fixed a number of non portable uses of the "test" command and unified
9825         the used syntax of all calls to reduce chance of copy-and-paste
9826         problems
9828 2002-08-17  Mikhael Goikhman  <migo@homemail.com>
9830         * configure.in:
9831         * fvwm/fvwm.1.in:
9832         minor typos and improvements;
9833         better string quotings and detection of fribidi for autoconf-2.53
9835         * fvwm/Makefile.am:
9836         don't include *.in in EXTRA_DIST, they are auto-included
9838 2002-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9840         * fvwm/events.c (HandleConfigureRequest):
9841         (HandlePropertyNotify):
9842         (is_resizing_event_pending):
9843         fixed uninitialised return code of test_resizing_event
9845 2002-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9847         * fvwm/decorations.c (SelectDecor):
9848         * fvwm/style.h:
9849         * fvwm/window_flags.h:
9850         * fvwm/fvwm.h:
9851         moved common.s.has_no_border window flag to common.has_no_border to
9852         fix windows getting stuck without a border once the HandleWidth or
9853         BorderWidth was set to 0 and then increased again
9855         * fvwm/fvwm.1.in:
9856         removed reference to BUGS and TODO
9858         * configure.in:
9859         moved a lot of constant definitions to configure.in; the fvwm.lsm and
9860         fvwm.1 files don't have to be updated for a release anymore; the release
9861         number and date are set by configure
9863         * fvwm/fvwm.c (setVersionInfo):
9864         fixed output of "fvwm -version"
9866 2002-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9868         * fvwm/style.c (style_parse_one_style_option):
9869         Old focus styles override less of the behaviour specified with the
9870         FP... styles; use defaults instead without setting the mask
9871         (style_parse_one_style_option):
9872         removed the styles MouseFocusClickIgnoreMotion and
9873         MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
9874         instead
9875         (style_parse_one_style_option):
9876         ClickToFocusRaises now works only on the client window, not on the
9877         decorations
9878         (style_parse_one_style_option):
9879         fixed FocusFollowsMouse style
9880         (style_set_old_focus_policy):
9881         moved old default focus settings to a separate function, simplified code
9883 2002-08-14  Dan Espen  <dane@mk.telcordia.com>
9885         * fvwm/fvwm.1: Add hot-spot is an offset information,
9886         fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
9887         the xpm docs).
9889 2002-08-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9891         * fvwm/style.c (style_parse_focus_policy_style):
9892         fixed parsing of FPFocusClickButtons and FocusClickModifiers
9894         * libs/Makefile.am:
9895         added missing files
9897         * fvwm/events.c (HandleConfigureRequest):
9898         fixed ConfigureRequest race condition
9900 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9902         * configure.in:
9903         quote environment variables
9905 2002-08-13  olicha  <olivier.chapuis@free.fr>
9907         * NEWS:
9908         Color limit and dithering news
9910         * fvwm/fvwm.1:
9911         Added a minimal doc for the -color-limit option
9913         * fvwm/builtins.c (CMD_ColorLimit):
9914         ColorLimit is obsolete
9916         * fvwm/builtins.c (ReadDecorFace):
9917         * libs/PictureUtils.c (my_dither_depth_15_16_init):
9918         (PictureAllocColorAllProp):
9919         Implemented dithering for depth 16 and 15. This is off by default
9920         in colorset (use the dither colorset option) and on by default
9921         for window title gradient. Gradient are visibly more smooth.
9923         * libs/PictureUtils.c (*):
9924         Some cleanup
9926 2002-08-13  Mikhael Goikhman  <migo@homemail.com>
9928         * fvwm/fvwm.1:
9929         corrected the pixmap cursor description, added an example
9931 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9933         * fvwm/menus.c (select_menu_item):
9934         (paint_menu_gradient_background):
9935         fixed a redrawing problem with H/Vgradient menu faces
9936         (MenuInteraction):
9937         fixed a minor problem w/ entering submenus via keyboard
9939 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9941         * fvwm/move_resize.c (CMD_ResizeMove):
9942         (CMD_Resize):
9943         (CMD_Maximize):
9944         (CMD_ResizeMaximize):
9945         (CMD_ResizeMoveMaximize):
9946         commands can be used on iconified windows again
9948         * ONEWS:
9949         * NEWS:
9950         moved pre-2.2 NEWS to ONEWS
9952         * libs/strdup.c:
9953         * libs/safemalloc.c:
9954         * libs/envvar.c:
9955         * libs/alloca.c:
9956         * libs/Target.c:
9957         * libs/Parse.c:
9958         * libs/Bindings.c:
9959         * fvwm/menustyle.c:
9960         * fvwm/menus.c:
9961         * fvwm/menuitem.c:
9962         * fvwm/menucmd.c:
9963         * fvwm/frame.c:
9964         * fvwm/events.c:
9965         * fvwm/borders.c:
9966         let config.h include strinh.h or strings.h
9968         * fvwm/style.c (style_parse_one_style_option):
9969         (style_parse_one_style_option):
9970         fixed icon box crash
9972         * fvwm/bindings.c (update_nr_buttons):
9973         fixed extra buttons on window decorations
9975         * fvwm/style.c (style_parse_one_style_option):
9976         fixed parsing of the FP... and !FP... styles
9978 2002-08-12  Bob Woodside  <dumbledore@woodsway.com>
9980         * fvwm/style.c (style_parse_one_style_option):
9981         Fixed a typo so that ClickToFocusRaisesOff actually turns
9982         the option off instead of on.
9984 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9986         * fvwm/focus.c (focus_grab_buttons):
9987         only grab necessary buttons on the client window
9989 2002-08-11  olicha  <olivier.chapuis@free.fr>
9991         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
9992         Removed some debug code
9994         * fvwm/fvwm.c (main):
9995         (usage):
9996         Added -color-limit to fvwm usage
9998 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10000         * fvwm/style.c (style_parse_one_style_option):
10001         (style_parse_focus_policy_style):
10002         added style options "FP..." to control focus policy
10003         removed OverrideGrabFocus and AllowGrabFocus styles
10005         * fvwm/style.c (merge_styles):
10006         fixed style defaults != 0
10008         * fvwm/focus.c (__restore_focus_after_unmap):
10009         fixed a bug w/ reverting the focus from transients to the parent
10011         * fvwm/ewmh.c (ewmh_HandleDesktop):
10012         * fvwm/style.c (style_parse_one_style_option):
10013         fixed defaults for various focus styles
10015         * NEWS:
10016         updated for 2.4.9
10018         * fvwm/frame.c (frame_mrs_resize_move_windows):
10019         backed out anti-flicker patch that slowed down command processing
10021         * fvwm/bindings.c (update_nr_buttons):
10022         (ParseBinding):
10023         fixed sluggish processing of mouse bindings
10025         * fvwm/events.c (__handle_bpress_action):
10026         fixed drawing of pressed decorations w/o bindings
10028         * fvwm/frame.c (frame_move_resize):
10029         removed debug code that broke focus handling
10031         * fvwm/style.c (style_parse_one_style_option):
10032         fixed passing the focus click to the app by default
10034         * fvwm/events.c (__handle_click_to_focus):
10035         * fvwm/focus.c (set_focus_to_fwin):
10036         (__set_focus_to_fwin):
10037         removed drawing code that broke as many places as it fixed; plus it
10038         cause unnecessary redraws
10040         * fvwm/events.c (HandleConfigureRequest):
10041         send a synthetical ConfigureNotify if an application is not granted its
10042         wishes from a ConfigureRequest; this is necessary for FixedPPosition
10043         and FixedPSize to work properly; also to be ICCCM compliant
10044         always force border_width 0 in these events
10045         in the experimental cr merging code, send a number of cn events equal
10046         to the number of merged events
10048         * libs/Parse.c:
10049         * fvwm/style.c:
10050         reformatted
10052         * fvwm/style.c (style_parse_focus_policy_style):
10053         (style_parse_icon_size_style):
10054         (style_parse_icon_box_style):
10055         (style_parse_icon_grid_style):
10056         (style_parse_icon_fill_style):
10057         (style_parse_one_style_option):
10058         (parse_and_set_window_style):
10059         split into separate functions
10060         (style_parse_one_style_option):
10061         simplified and cleaned up
10063         * fvwm/events.h:
10064         * fvwm/decorations.c:
10065         * fvwm/cursor.h:
10066         * fvwm/cursor.c:
10067         * fvwm/conditional.h:
10068         * fvwm/conditional.c:
10069         * fvwm/colorset.h:
10070         * fvwm/colors.h:
10071         * fvwm/colors.c:
10072         * fvwm/colormaps.c:
10073         * fvwm/bindings.h:
10074         * fvwm/bindings.c:
10075         reformatted and cleaned up
10077 2002-08-11  olicha  <olivier.chapuis@free.fr>
10079         * libs/PictureUtils.c (*):
10080         * libs/PictureUtils.h:
10081         * libs/PictureDitherMatrice.h (new file):
10082         * libs/PictureImageLoader.c (*):
10083         * libs/PictureImageLoader.h:
10084         * libs/PictureGraphics.c  (PGraphicsCreateDitherPixmap):
10085         (PCreateDitherPixmap):
10086         (PCreateTintedPixmap):
10087         * libs/PictureGraphics.h:
10088         * libs/PictureBase.c (PictureInitCMap):
10089         * libs/PictureBase.h:
10090         * libs/Picture.c (*):
10091         * libs/Picture.h:
10092         * libs/Fxpm.h:
10093         * libs/Colorset.c (DumpColorset):
10094         (LoadColorset):
10095         * libs/Colorset.h:
10096         * libs/Graphics.c (all gradient functions):
10097         * libs/fvwmlib.h:
10098         * fvwm/screen.h:
10099         * fvwm/move_resize.c (CMD_XorPixmap):
10100         * fvwm/colors.c (FreeColors):
10101         * fvwm/builtins.c (CMD_DefaultColors):
10102         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10103         * fvwm/builtins.c (FreeDecorFace):
10104         (ReadDecorFace):
10105         * fvwm/menus.c (pop_menu_down):
10106         (paint_menu_gradient_background):
10107         (scanForPixmap):
10108         * fvwm/menus.h:
10109         * fvwm/menustyle.c (menustyle_free_face):
10110         (menustyle_parse_face):
10111         (menustyle_free):
10112         (menustyle_update):
10113         (menustyle_parse_style):
10114         (CMD_CopyMenuStyle):
10115         * fvwm/menustyle.h:
10116         * fvwm/icons.c (GetIconFromFile):
10117         * fvwm/builtins.c (ReadMultiPixmapDecor):
10118         (ReadDecorFace):
10119         * fvwm/borders.c (border_draw_decor_to_pixmap):
10120         * fvwm/add_window.c (setup_mini_icon):
10121         * fvwm/fvwm.c (main):
10122         * fvwm/colorset.c (free_colorset_background):
10123         (parse_pixmap):
10124         (parse_shape):
10125         (parse_colorset):
10126         New color limit method and implement dithering in depth <= 8.
10127         Added a "fvwm picture attributes" structure for loading image.
10128         Some colors leaks fix. Add some (weak) color leaks. New option
10129         -color-limit for fvwm. 257 fix. Some prepartion for tint and
10130         alpha in colorset.
10132 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10134         * libs/Flocale.c (FlocaleRotateDrawString):
10135         fixed a crash
10137 2002-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10139         * fvwm/style.c (parse_and_set_window_style):
10140         fixed the default for passing the click-to-raise click for mousey
10141         focus
10143         * fvwm/events.c (__handle_click_to_focus):
10144         removed redundant code
10145         (WaitForButtonsUp):
10146         fixed sluggish motion event handling when waiting for buttons to be
10147         released
10149         * fvwm/focus.c (__set_focus_to_fwin):
10150         (set_focus_to_fwin):
10151         fixed redrawing the border w/ mousey focus when the window was entered,
10152         then the border was clicked before the FocusIn event arrived
10154         * fvwm/events.c (__handle_bpress_on_managed):
10155         * fvwm/style.c (parse_and_set_window_style):
10156         fixed some small focus problems
10158         * fvwm/fvwm.c:
10159         reformatted and cleaned up
10161         * fvwm/fvwm.1:
10162         formatting fixes
10164         * fvwm/focus.c (focus_query_click_to_raise):
10165         (focus_query_click_to_focus):
10166         * fvwm/style.c (parse_and_set_window_style):
10167         * fvwm/events.c (__test_for_motion):
10168         (__check_click_to_focus_or_raise):
10169         (__handle_focus_raise_click):
10170         (__is_bpress_window_handled):
10171         (__handle_click_to_focus):
10172         (__handle_click_to_raise):
10173         (__handle_bpress_stroke):
10174         (__handle_bpress_action):
10175         (__handle_bpress_on_root):
10176         (__handle_bpress_on_unmanaged):
10177         (__handle_bpress_on_managed):
10178         (HandleButtonPress):
10179         GFPR: completely rewrote ButtonPress handler, thus finishing the core
10180         of the new focus code; only the parsing for the new styles is missing
10182         * fvwm/virtual.c (is_pan_frame):
10183         new function
10185 2002-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10187         * fvwm/add_window.c (AddWindow):
10188         fixed compile error
10190         * fvwm/events.c (__handle_focus_raise_click):
10191         (HandleButtonPress):
10192         clean up
10194         * fvwm/events.c (__handle_focus_raise_click):
10195         * fvwm/fvwm.h (struct):
10196         * fvwm/style.c (check_window_style_change):
10197         (parse_and_set_window_style):
10198         * fvwm/session.c (MatchWinToSM):
10199         * fvwm/window_flags.h:
10200         eliminated parts of the old focus code
10202         * fvwm/focus.c (__set_focus_to_fwin):
10203         (set_focus_to_fwin):
10204         * fvwm/fvwm.c (InitVariables):
10205         * fvwm/add_window.c (destroy_window):
10206         * fvwm/events.c (__handle_focus_raise_click):
10207         * fvwm/screen.h (ScreenInfo):
10208         eliminated Scr.Ungrabbed global
10210         * fvwm/update.c (apply_window_updates):
10211         (flush_window_updates):
10212         * fvwm/icons.c (DeIconify):
10213         (Iconify):
10214         * fvwm/move_resize.c (CMD_Maximize):
10215         (__move_window):
10216         (handle_stick):
10217         * fvwm/frame.c (frame_free_move_resize_args):
10218         (__frame_setup_window):
10219         * fvwm/virtual.c (do_move_window_to_desk):
10220         (CMD_GotoDeskAndPage):
10221         (goto_desk):
10222         (MoveViewport):
10223         * fvwm/stack.c (LowerWindow):
10224         * fvwm/events.c (HandleMapNotify):
10225         (HandleVisibilityNotify):
10226         (DispatchEvent):
10227         (HandleFocusIn):
10228         (__handle_focus_raise_click):
10229         (HandleEnterNotify):
10230         (HandleMapRequestKeepRaised):
10231         * fvwm/add_window.c (setup_key_and_button_grabs):
10232         (setup_focus_policy):
10233         (destroy_window):
10234         * fvwm/focus.c (__try_other_screen_focus):
10235         (__set_focus_to_fwin):
10236         (set_focus_to_fwin):
10237         (focus_grab_buttons_on_pointer_window):
10238         (focus_grab_buttons_on_layer):
10239         (focus_grab_buttons_new):
10240         cleaned up focus grab handling.
10242         * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
10243         clean up
10245 2002-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10247         * fvwm/add_window.c (setup_window_structure):
10248         (AddWindow):
10249         discarded unused return code
10251         * fvwm/focus.c (focus_grab_buttons):
10252         split into two fucntions and fixed a bug with ungrabbing buttons
10254         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
10255         * fvwm/style.c (parse_and_set_window_style):
10256         * fvwm/icons.c (DeIconify):
10257         (DeIconify):
10258         * fvwm/events.c (HandleButtonPress):
10259         (HandleEnterNotify):
10260         (HandleLeaveNotify):
10261         (HandleMapNotify):
10262         (HandleMapRequestKeepRaised):
10263         * fvwm/add_window.c (CaptureAllWindows):
10264         * fvwm/virtual.c (UnmapDesk):
10265         (MapDesk):
10266         (do_move_window_to_desk):
10267         * fvwm/update.c (flush_window_updates):
10268         * fvwm/focus.c (set_focus_model):
10269         (DeleteFocus):
10270         (__restore_focus_after_unmap):
10271         much more GFPR work; these patches may break lots of things
10273         * fvwm/focus.c (set_focus_to_fwin):
10274         (__activate_window_by_command):
10275         (SetFocusWindow):
10276         (ReturnFocusWindow):
10277         (DeleteFocus):
10278         (ForceDeleteFocus):
10279         renamed MoveFocus to set_focus_to_fwin
10281 2002-08-07  Mikhael Goikhman  <migo@homemail.com>
10283         * libs/Fft.c (FftDrawString):
10284         removed redudant and buggy code that called DrawStringFunc before
10285         this pointer gets initialized
10287         * fvwm/focus.c (focus_query_click_to_raise):
10288         fixed possibly-uninitialized variable warning
10290         * fvwm/Makefile.am:
10291         specify stroke includes before Xft includes, may improve some cases
10293 2002-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10295         * configure.in:
10296         fixed sys/time.h detection
10298         * fvwm/events.c (HandleMappingNotify):
10299         * libs/Bindings.c (AddBinding):
10300         added MappingNotify event handler
10302         * fvwm/events.c (HandleMapRequest):
10303         removed debug code
10305         * fvwm/events.c (InitEventHandlerJumpTable):
10306         another attempt at handling "unknown" modifiers in key bindings
10308 2002-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10310         * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
10311         * fvwm/add_window.c (destroy_window):
10312         * fvwm/focus.c (focus_grab_buttons):
10313         fixed core dump
10315 2002-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10317         * fvwm/focus.c (focus_force_refresh_focus):
10318         * fvwm/events.c (HandleEnterNotify):
10319         (HandlePropertyNotify):
10320         (HandleButtonPress):
10321         * fvwm/icons.c (DeIconify):
10322         * fvwm/virtual.c (MapDesk):
10323         * fvwm/focus_policy.c (fpol_query_allow_user_focus):
10324         * fvwm/update.c (apply_window_updates):
10325         * fvwm/module_interface.c:
10326         * fvwm/conditional.c (MatchesConditionMask):
10327         more GFPR work
10329         * fvwm/icons.c (Iconify):
10330         removed "#if 0"ed code
10332         * fvwm/module_interface.c:
10333         disabled the old ConfigureWindow module interface
10335         * vms/vms.c:
10336         * libs/fvwmsignal.h:
10337         * libs/Picture.c:
10338         * fvwm/ewmh_intern.h:
10339         * fvwm/events.c:
10340         * fvwm/module_interface.c:
10341         * fvwm/misc.c:
10342         use ftime.h
10344         * libs/ftime.h:
10345         new file to encapsulate time.h and sys/time.h inclusion
10347         * fvwm/stack.c:
10348         re-indented
10349         (mark_transient_subtree):
10350         (__mark_group_member):
10351         cleaned up and split into two functions
10353         * fvwm/focus.c (CMD_Focus):
10354         (CMD_FlipFocus):
10355         * fvwm/icons.c (DeIconify):
10356         clean up
10357         (FocusOn)
10358         (__activate_window_by_command):
10359         renamed function
10361         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
10362         * fvwm/focus_policy.h: (fpol_set_focus_by_t):
10363         * fvwm/style.c (parse_and_set_window_style):
10364         (parse_and_set_window_style):
10365         began implementing new focus control styles
10367         * fvwm/focus.c (DoSetFocus):
10368         (__restore_focus_after_unmap):
10369         (MoveFocus):
10370         (refresh_focus):
10371         more GFPR work
10372         (DoSetFocus):
10373         (__set_focus_to_fwin):
10374         function renamed
10376         * fvwm/conditional.c (MatchesConditionMask):
10377         * fvwm/focus.c (focus_query_open_grab_focus):
10378         (focus_query_close_restore_focus):
10379         (focus_does_accept_input_focus):
10380         (MoveFocus):
10381         * fvwm/events.c (HandleUnmapNotify):
10382         (HandleEnterNotify):
10383         (HandleMapNotify):
10384         (HandleMapRequestKeepRaised):
10385         renamed some functions
10387         * libs/defaults.h:
10388         * fvwm/focus_policy.c:
10389         * fvwm/focus_policy.h:
10390         prepared some future focus policy flags
10392         * configure.in:
10393         enable error message when png or xpm test compilation fails
10395         * fvwm/style.h:
10396         * fvwm/window_flags.h:
10397         * fvwm/ewmh.c (ewmh_HandleDesktop):
10398         * fvwm/style.c (parse_and_set_window_style):
10399         (check_window_style_change):
10400         * fvwm/events.c (HandleButtonPress):
10401         (HandleVisibilityNotify):
10402         began GFPR migration of *raises* focus policy flags
10404         * fvwm/focus.c (focus_is_focusd):
10405         new function
10407         * libs/Bindings.c (AddBinding):
10408         fixed handling of "unknown" modifiers in key bindings
10410         * fvwm/focus.c (focus_grab_buttons):
10411         (focus_query_grab_buttons):
10412         moved focus policy code into separate function
10414 2002-08-02  Mikhael Goikhman  <migo@homemail.com>
10416         * Makefile.am:
10417         DESTDIR fix
10419 2002-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10421         * fvwm/style.c (parse_and_set_window_style):
10422         * fvwm/focus.c (focus_query_grab_focus):
10423         * fvwm/events.c (HandleMapNotify):
10424         (HandlePropertyNotify):
10425         * fvwm/focus_policy.c (fpol_init_default_fp):
10426         * libs/defaults.h:
10427         new styles OverrideGrabFocus and AllowGrabFocus
10428         cleaned up focus grabbing code and moved to focus.c
10430 2002-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10432         * fvwm/focus.c (CMD_WarpToWindow):
10433         fixed negative arguments for unmanaged windows
10435         * fvwm/conditional.c (CMD_Direction):
10436         use PeekToken instead of GetNextToken
10437         cleaned up
10438         new direction "center"
10440 2002-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10442         * fvwm/events.c (addkbsubinstoarray):
10443         disabled experimental pointer warping code
10445         * fvwm/menus.c:
10446         removed menu crash debug code
10448 2002-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10450         * fvwm/menus.c:
10451         added tons of crash debug code
10453         * fvwm/add_window.c:
10454         made a lot of internal functions static
10456         * fvwm/add_window.c (setup_button_windows):
10457         (destroy_title_window):
10458         (destroy_button_windows):
10459         (destroy_resize_handle_windows):
10460         (destroy_auxiliary_windows):
10461         (destroy_icon):
10462         (destroy_window):
10463         * fvwm/icons.c (CreateIconWindow):
10464         safety patches w/ XDeleteContext
10466         * fvwm/menus.c (DestroyMenu):
10467         fixed a crash w/ accessing already deleted menus
10469 2002-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10471         * fvwm/menus.c (get_menu_options):
10472         fixed menu context rectangle "icon" if the icon was not just a pixmap
10474 2002-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10476         * fvwm/events.c (HandleMapNotify):
10477         (HandleMapRequestKeepRaised):
10478         (HandleUnmapNotify):
10479         * fvwm/ewmh_events.c (ewmh_WMStateModal):
10480         * fvwm/ewmh.c (ewmh_HandleDesktop):
10481         * fvwm/style.c (parse_and_set_window_style):
10482         removed old do_grab_focus_when_created and *_when_transient_* flags
10484 2002-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10486         * fvwm/conditional.c (MatchesConditionMask):
10487         * fvwm/focus.c (DoSetFocus):
10488         * fvwm/session.c (MatchWinToSM):
10489         * fvwm/module_interface.c (SETOLDFLAGS):
10490         removed old is_lenient flag
10492         * fvwm/bindings.c:
10493         * fvwm/style.c (__simplify_style_list):
10494         (simplify_style_list):
10495         reformatted
10497         * fvwm/window_flags.h:
10498         * fvwm/style.h:
10499         access macros for focus policy flags structures
10500         reformatted
10502         * fvwm/focus_policy.c:
10503         * fvwm/focus_policy.h:
10504         new files, begin great focus policy rewrite aka GFPR
10506 2002-07-22  Bob Woodside  <dumbledore@woodsway.com>
10508         * fvwm/placement.c (PlaceWindow):
10509         Fixed interaction between CascadePlacement and StartsOnPage
10511 2002-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10513         * libs/fvwmsignal.c (fvwmSelect):
10514         call alloca(0) in fvwmSelect to make sure the memory is not leaked in
10515         modules
10517 2002-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10519         * fvwm/add_window.c (CaptureOneWindow):
10520         fixed a core dump w/ windows being destroyed during a recapture
10521         (AddWindow):
10522         removed duplicate check if new windows still exist
10524         * fvwm/placement.c (CMD_PlaceAgain):
10525         * fvwm/move_resize.c (move_window_doit):
10526         (__move_icon):
10527         * fvwm/virtual.c (MapDesk):
10528         (MoveViewport):
10529         (do_move_window_to_desk):
10530         * fvwm/icons.c (AutoPlaceIcon):
10531         (ChangeIconPixmap):
10532         (Iconify):
10533         some cleanup in movement code
10534         new option "Icon" to PlaceAgain command
10535         adapted documentation accordingly
10537         * fvwm/move_resize.c (move_window_doit):
10538         (__move_window):
10539         renamed function
10541 2002-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10543         * libs/Flocale.c (FlocaleRotateDrawString):
10544         create gcs only once
10546         * fvwm/fvwm.1:
10547         removed some references to Recapture
10548         UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
10549         ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
10551         * libs/gravity.c (gravity_parse_multi_dir_argument):
10552         fixed "all" multidir selecting "center" too
10554         * libs/Fft.c (FftDrawString):
10555         * libs/Flocale.c (FlocaleRotateDrawString):
10556         (FlocaleFontStructDrawString):
10557         (FlocaleDrawString):
10558         fixed some text placement bugs w/ shadow text
10559         (FlocaleGetShadowTextPosition):
10560         implemented "center" shadows
10562 2002-07-20  olicha  <olivier.chapuis@free.fr>
10564         * libs/Flocale.c (FlocaleRotateDrawString):
10565         Removed some static declarations
10567 2002-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10569         * libs/gravity.c (gravity_multi_dir_to_dir):
10570         * libs/gravity.h (enum):
10571         new function, cleaned up
10572         (enum):
10573         * fvwm/fvwm.h (FvwmWindow):
10574         * libs/Fft.c:
10575         * fvwm/geometry.c:
10576         * fvwm/borders.c:
10577         moved text_rotation_type to gravity.h and renamed to rotation_type
10579         * libs/Flocale.h:
10580         fixed several bugs in the access macros
10582         * libs/Flocale.c:
10583         removed unused static FlocaleSeted
10584         (FlocaleFontStructDrawString):
10585         simplified function
10587         * fvwm/virtual.c (CMD_EdgeCommand):
10588         * fvwm/windowshade.c (CMD_WindowShade):
10589         * fvwm/conditional.c (CMD_Direction):
10590         adapted to changes in ParseDirectionArgument
10592         * libs/gravity.h:
10593         * libs/gravity.c (ParseDirectionArgument):
10594         new direction "Center"
10596         * fvwm/virtual.c (CMD_EdgeCommand):
10597         reformatted
10599 2002-07-18  olicha  <olivier.chapuis@free.fr>
10601         * libs/PictureUtils.c (PictureRGBtoPixel):
10602         (decompose_mask):
10603         Fixed(??) color allocation for some visuals
10605 2002-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10607         * libs/Flocale.c (FlocaleFontStructDrawString):
10608         a little code cleanup
10610         * fvwm/events.c (HandleEnterNotify):
10611         removed debug code
10612         anothe click+drag fix
10614         * libs/Pointer.c (GetLocationFromEventOrQuery):
10615         * fvwm/focus.c (SetPointerEventPosition):
10616         * fvwm/functions.c (CheckActionType):
10617         * fvwm/builtins.c (CMD_StrokeFunc):
10618         * fvwm/move_resize.c (moveLoop):
10619         (resize_window):
10620         fixed some bugs w/ pointer on wrong screen
10622 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10624         * fvwm/events.c (HandleLeaveNotify):
10625         fixed problem w/ click+drag and mousey focus
10627         * fvwm/menus.c (size_menu_horizontally):
10628         fixed menu style SubmenusLeft w/ icons in menu items
10630 2002-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10632         * fvwm/menuitem.c (menuitem_paint):
10633         * fvwm/menus.h:
10634         * fvwm/menus.c (paint_menu_gradient_background):
10635         (get_menu_paint_item_parameters):
10636         removed circular dependency of menus.c and menuitem.c by using callback
10637         functions
10639 2002-07-17  olicha  <olivier.chapuis@free.fr>
10641         * fvwm/menuitem.c:
10642         A -Wall fix
10644         * fvwm/fvwm.c (InitVariables):
10645         (main):
10646         * fvwm/colorset.c (parse_colorset):
10647         (alloc_colorset):
10648         (CMD_ReadWriteColors):
10649         * fvwm/builtins.c (CMD_ColorLimit):
10650         * libs/PictureUtils.h:
10651         * libs/PictureUtils.c (PictureReduceColor):
10652         (PictureReduceRGBColor):
10653         (PictureRGBtoPixel):
10654         (PictureAllocColor):
10655         (PictureFreeColors):
10656         (PictureGetNextColor):
10657         (colors_alloc_fail):
10658         (my_alloc_color):
10659         (AllocColors*):
10660         (AllocColorTable):
10661         (PictureAllocColorTable):
10662         * libs/PictureImageLoader.c (PImageXpmAllocColor):
10663         (PImageXpmFreeColor):
10664         (PImageLoadXpm):
10665         * libs/PictureBase.c (PictureInitCMap):
10666         * libs/Graphics.c (AllocLinearGradient):
10667         * libs/ColorUtils.c (GetShadow):
10668         (GetHilite):
10669         (GetForeShadow):
10670         (GetTintedPixel):
10671         (GetSimpleColor):
10672         (GetColor):
10673         (fvwmlib_clone_color):
10674         * libs/PictureGraphics.c (PGraphicsTintRectangle):
10675         Implemented a new color limit method
10677 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10679         * fvwm/move_resize.c (moveLoop):
10680         fixed problem moving the pointer off screen while moving a window
10681         (AnimatedMoveAnyWindow):
10682         fixed pointer warping w/ multiple screens and animated window motion
10684 2002-07-12  olicha  <olivier.chapuis@free.fr>
10686         * fvwm/menus.c (get_menu_paint_item_parameters):
10687         (paint_menu_gradient_background):
10688         * fvwm/menuitem.c (menuitem_paint):
10689         * fvwm/menuitem.h:
10690         * fvwm/menus.h:
10691         Fixed B/DGradient with Xft fonts
10693         * libs/Colorset.h:
10694         * libs/ColorUtils.c (GetTintedColor):
10695         (GetTintedPixel):
10696         * fvwm/colorset.c (parse_simple_tint):
10697         (parse_colorset):
10698         (alloc_colorset):
10699         Implemented fgTint colorset option
10701         * libs/PictureImageLoader.c:
10702         * libs/PictureUtils.c:
10703         * libs/PictureUtils.h:
10704         * libs/Makefile.am:
10705         Moved color limitation and some rgb to pixel functions from
10706         PictureImageLoader to new files PictureUtils.c, PictureUtils.h
10708         * fvwm/colorset.c (parse_colorset):
10709         * libs/PictureGraphics.c (PCreateTintedPixmap):
10710         (PGraphicsTintRectangle):
10711         Implemented tinting for X server without Xrender support and
10712         did color limitation when tinting
10715 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10717         * fvwm/events.c (WaitForButtonsUp):
10718         fixed handling of button release events
10720 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10722         * fvwm/menus.c (MenuInteraction):
10723         fixed core dump w/ dynamic popdown action destroying a menu
10724         (paint_menu_gradient_background):
10725         fixed hang and/or incorrect drawing of b and d gradients in menus
10727         * fvwm/events.c (HandleEnterNotify):
10728         (HandleLeaveNotify):
10729         improved LEAVE_WINDOW/ENTER_WINDOW handling
10731 2002-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10733         * libs/Colorset.c (SetWindowBackground):
10734         (SetWindowBackgroundWithOffset):
10735         (ScrollPixmap):
10736         implemented new functions to allow pixmap backgrounds with an offset
10738 2002-07-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10740         * fvwm/events.c (HandleMapRequestKeepRaised):
10741         send Map/UnmapNotify before iconyfying, not after
10743 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10745         * fvwm/events.c (HandleMapRequestKeepRaised):
10746         fake a MapNotify and then an UnmapNotify when a window is created iconic
10748         * fvwm/add_window.c (AddWindow):
10749         workaround for buggy TK menu positioning
10751         * fvwm/module_interface.c (FlushMessageQueue):
10752         (PositiveWrite):
10753         (get_pipe_name):
10754         tried to fix module communication deadlock w/ sync mask and a full write
10755         pipe
10757         * libs/Strings.c:
10758         re-indented file
10760         * libs/defaults.h:
10761 2002-07-06  olicha  <olivier.chapuis@free.fr>
10763         * libs/Flocale.c (FlocaleGetFontSet):
10764         Removed some unwanted code
10766 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10768         * fvwm/events.c (HandleLeaveNotify):
10769         (HandleEnterNotify):
10770         reduced the number of MX_LEAVE/ENTER_WINDOW messages
10772         * fvwm/events.c (CMD_XSync):
10773         very experimental patch to cycle through subwindows accepting keyboard
10774         input; call Xsync command repeatedly to test; crashes fvwm if more than
10775         1000 subwindows are used;
10777         * fvwm/focus.c (CMD_WarpToWindow):
10778         fixed a bug in warpttowindow command with subwindows of unmanaged
10779         windows
10781 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10783         * fvwm/events.c (HandlePropertyNotify):
10784         * fvwm/events.h:
10785         handle changes in the size_inc and base_size hints during opaque
10786         resizing.
10788         * fvwm/events.c (HandleButtonPress):
10789         ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
10790         until the button is released again; this restores the old behaviour
10791         from 2.3.23 and before with click+drag and rxvt/aterm
10793 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10795         * fvwm/update.c (apply_window_updates):
10796         fixed applying neverfocus to currently focused window; decorations
10797         partially drawn hilighted
10799 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10801         * fvwm/menucmd.c (menu_func):
10802         another module/menu/context window fix
10803         do not use global Fw anymore
10805 2002-07-05  olicha  <olivier.chapuis@free.fr>
10807         * libs/Flocale.c (FlocaleStringToString2b):
10808         Fixed crash with big5-0 FontStruct
10810 2002-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10812         * fvwm/menucmd.c (menu_func):
10813         fixed context window of menus invoked by a module
10814         (menu_func):
10815         fixed context menus on windows
10817         * libs/vpacket.h (ConfigWinPacket):
10818         * fvwm/module_interface.c (CONFIGARGSNEW):
10819         * fvwm/fvwm.h (FvwmWindow):
10820         fixed bugs in type conversions for transmitting certain information to
10821         modules
10823         * fvwm/functions.c (CheckActionType):
10824         fixed window selection problem w/ menus invoked from modules
10826 2002-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10828         * fvwm/gnome.c (GNOME_HandlePropRequest):
10829         -Wall fixes
10831         * fvwm/module_interface.c (ExecuteCommandQueue):
10832         fixed compile bug w/ --enable-debug-msgs
10834 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10836         * fvwm/events.c (HandleButtonPress):
10837         (HandleKeyPress):
10838         * fvwm/menus.c (MenuInteraction):
10839         (do_menu):
10840         * fvwm/windowlist.c (CMD_WindowList):
10841         * fvwm/menucmd.c (menu_func):
10842         * fvwm/module_interface.c (ExecuteModuleCommand):
10843         * fvwm/add_window.c (adjust_fvwm_internal_windows):
10844         go away, evil globals! [removed the useless global variable
10845         "ButtonWindow"]
10847         * fvwm/events.c (HandleUnmapNotify):
10848         (HandleMapNotify):
10849         * fvwm/icons.c (Iconify):
10850         * fvwm/window_flags.h (IS_ICONIFY_PENDING):
10851         * fvwm/fvwm.h (struct):
10852         renamed is_deiconify_pending to is_iconify_pending
10853         some re-indenting
10855 2002-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10857         * fvwm/menus.c (MenuInteraction):
10858         (pop_menu_down):
10859         (menu_enter_tear_off_menu):
10860         (do_menu):
10861         * fvwm/events.c (HandleButtonPress):
10862         (HandleButtonRelease):
10863         (HandleKeyPress):
10864         (GetContext):
10865         * fvwm/menucmd.c (menu_func):
10866         (menu_func):
10867         * fvwm/module_interface.c (ExecuteModuleCommand):
10868         go away, evil globals! [removed the useless global variable "Context"]
10869         removed is_menu_from_frame_or_window_or_titlebar flag
10871         * fvwm/module_interface.c:
10872         * fvwm/windowlist.c:
10873         re-indented files
10875 2002-06-28  Mikhael Goikhman  <migo@homemail.com>
10877         * fvwm/menuitem.c (menuitem_paint):
10878         fixed fg color of the inactive disabled menu item
10880         * NEWS:
10881         old typo
10882         * fvwm/fvwm.1:
10883         removed a mention of RedHat (I don't think it is correct),
10884         reworded a mention of fvwm95
10886 2002-06-26  Mikhael Goikhman  <migo@homemail.com>
10888         * **/*.c:
10889         tabify only the leading spaces, untabify the middle of line
10891 2002-06-25  David Fries  <dfries@mail.win.org>
10893         * fvwm/fvwm.1:
10894         * fvwm/windowlist.c:
10895         Added code to sort based on the class name of a window for
10896         the WindowList function.
10898 2002-06-25  olicha  <olivier.chapuis@free.fr>
10900         * acinclude.m4:
10901         A minor fix
10903 2002-06-25  Mikhael Goikhman  <migo@homemail.com>
10905         * AUTHORS:
10906         add Anders Andersson (spelling fixes in all man pages) and Steve Talley
10908 2002-06-24  Steve Talley  <stephen.talley@sun.com>
10910         * fvwm/add_window.c:
10911         * fvwm/add_window.h:
10912         * fvwm/fvwm.1:
10913         * fvwm/fvwm.h:
10914         * fvwm/icons.c:
10915         * fvwm/icons.h:
10916         * fvwm/style.c:
10917         * fvwm/style.h:
10918         * libs/defaults.h:
10919         New Style option IconSize
10921 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
10923         * NEWS, configure.in:
10924         changed version to 2.5.3
10926 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
10928         * INSTALL.fvwm:
10929         removed C++ section
10931         * fvwm/fvwm.1:
10932         * libs/FlocaleCharset.c:
10933         small fixes
10935 2002-06-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10937         * fvwm/events.c (WaitForButtonsUp):
10938         use the wait cursot only after the 20th pass through the loop
10940 2002-06-21  Dan Espen  <dane@mk.telcordia.com>
10942         * fvwm/fvwm.1 (Examples): Language check.
10943         PipeRead as synchronous Exec.
10944         Better example for PipeRead.
10946 2002-06-21  olicha  <olivier.chapuis@free.fr>
10948         * fvwm/fvwm.1:
10949         * NEWS:
10950         Documented StringEncoding= in font name
10952         * INSTALL.fvwm
10953         Removed --disable-compound-text doc
10955 2002-06-20  olicha  <olivier.chapuis@free.fr>
10957         * libs/FBidi.h (FBidiConvert):
10958         Fixed compile if !HAVE_BIDI
10960 2002-06-19  olicha  <olivier.chapuis@free.fr>
10962         * fvwm/fvwm.c (InitVariables):
10963         (StartupStuff):
10964         Allocate colorset 0 in InitVariable in the place of StartupStuff.
10965         This fix a "null expression" at init in menustyle.c (menustyle_update)
10967 2002-06-19  Mikhael Goikhman  <migo@homemail.com>
10969         * configure.in:
10970         reworded supported feature listing, fixed the default xft detection
10971         * INSTALL.fvwm:
10972         added the "Supported Features" section
10974 2002-06-19  olicha  <olivier.chapuis@free.fr>
10976         * fvwm/colorset.h:
10977         Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
10979         * INSTALL.fvwm:
10980         Removed --enable-mulibyte and --disable-compound-text config option
10981         documentation. s/enable-xft/disable-xft/ and document --disable-xrender
10983         * configure.in:
10984         Xft is on by default no
10986         * libs/FlocaleCharset.c (*):
10987         * libs/FlocaleCharset.h:
10988         * libs/Ficonv.c (*):
10989         * libs/Ficonv.h:
10990         * libs/Flocale.c (*):
10991         * libs/Flocale.h:
10992         * libs/Fft.c (*):
10993         * libs/FftInterface.h:
10994         * libs/FBidi.c:
10995         * libs/FBidi.h:
10996         * fvwm/ewmh_names.c ():
10997         Some cleanup. Implemented StringEncoding= in font names. Fixed
10998         string encoding for xft fonts. Try to be more cleaver about defaults
10999         charsets. Improvement in the locale charset table.
11001         * fvwm/fvwm.1:
11002         Some documentation cleanup regarding Xft
11004 2002-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11006         * fvwm/functions.c (find_func_type):
11007         fixed bug i introduced w/ last commit
11009         * fvwm/fvwm.c (Done):
11010         (StartupStuff):
11011         * fvwm/functions.c (functions_is_complex_function):
11012         * fvwm/builtins.c (CMD_DestroyFunc):
11013         (CMD_AddToFunc):
11014         (CMD_Plus):
11015         moved functions to functions.c
11016         general cleanup
11018         * fvwm/functable.c:
11019         * fvwm/functable.h:
11020         * fvwm/functions.h:
11021         * fvwm/commands.h:
11022         * fvwm/functions.c:
11023         moved some types and functions to other/new files
11025         * fvwm/functions.c:
11026         * fvwm/expand.c (expand_vars_extended):
11027         (expand_vars):
11028         functions moved to new file
11030         * fvwm/functions.c:
11031         reindented file
11033 2002-06-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11035         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
11036         fixed colorurmap focus problem
11038         * **/*.[ch]:
11039         tabified all files and removed all trailing spaces
11041         * fvwm/move_resize.c (move_window_doit):
11042         * fvwm/virtual.c (CMD_MoveToDesk):
11043         MoveToPage and MoveToDesk no longer unstick windows
11045 2002-06-17  Mikhael Goikhman  <migo@homemail.com>
11047         * INSTALL.fvwm:
11048         small improvements
11050         * configure.in:
11051         reworded some names of supported features
11053 2002-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11055         * fvwm/update.c (apply_window_updates):
11056         * fvwm/session.c (MatchWinToSM):
11057         * fvwm/add_window.c (setup_window_structure):
11058         * fvwm/windowshade.c (CMD_WindowShade):
11059         * fvwm/window_flags.h:
11060         fixed a problem w/ shaded windows changind the title direction
11062         * fvwm/geometry.c (get_shaded_geometry):
11063         fixed shading window to 0 width or height
11065         * fvwm/add_window.c (AddWindow):
11066         fixed a memory leak and an initial window placement bug
11068 2002-06-15  Mikhael Goikhman  <migo@homemail.com>
11070         * configure.in:
11071         minor improvements in output, added bin/fvwm-perllib
11073 2002-06-12  Mikhael Goikhman  <migo@homemail.com>
11075         * fvwm/menustyle.c (CMD_CopyMenuStyle):
11076         fixed copying PopupOffset values in CopyMenuStyle
11078         * NEWS:
11079         Copied 2.4.8 NEWS
11081 2002-06-10  Mikhael Goikhman  <migo@homemail.com>
11083         * libs/Strings.c:
11084         * libs/Strings.h:
11085         added CopyStringWithQuotes, not perfect, but works for now
11087 2002-06-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11089         * fvwm/functions.h:
11090         * fvwm/commands.h:
11091         * fvwm/functions.c (func_config):
11092         * libs/FScreen.c (FScreenConfigureSLSScreens):
11093         (FScreenConfigureModule):
11094         * fvwm/virtual.c (CMD_XineramaSlsScreens):
11095         new command XineramaSLSScreens
11097         * libs/FScreen.c:
11098         cleaned up Xinerama ifdefs
11100 2002-06-07  Dan Espen  <dane@mk.telcordia.com>
11102         * NEWS:
11103         * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
11105 2002-06-07  olicha  <olivier.chapuis@free.fr>
11107         * libs/Flocale.h:
11108         * libs/Flocale.c (FlocaleGetShadowTextPosition):
11109         Some shadow text position fixes
11111 2002-06-06  olicha  <olivier.chapuis@free.fr>
11113         * fvwm/update.c (apply_window_updates):
11114         Fixed the position of shaded windows after certain style update
11116         * acinclude.m4:
11117         Fixed some options names
11119 2002-06-06  Mikhael Goikhman  <migo@homemail.com>
11121         * fvwm/module_interface.c (CMD_SendToModule):
11122         fixed SendToModule when the first parameter contains quotes
11124 2002-06-06  olicha  <olivier.chapuis@free.fr>
11126         * fvwm/fvwm.c (main):
11127         * fvwm/ewmh.c (EWMH_Init):
11128         Init the EWMH before reading the config. Always setup the working
11129         area.
11131 2002-06-05  olicha  <olivier.chapuis@free.fr>
11133         * fvwm/update.c (apply_window_updates):
11134         Fixed the position of a shaded window during a style update
11135         (do_redecorate)
11137         * libs/Flocale.c (FlocaleRotateDrawString):
11138         (FlocaleGetShadowTextPosition):
11139         Fixed side title text position if the font has no shadow
11141         * acconfig.h:
11142         * libs/Ficonv.c (FiconvInit):
11143         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
11144         * libs/Flocale.c (FlocaleInit):
11145         (FlocaleRotateDrawString):
11146         (FlocaleGetFontSet):
11147         (FlocaleGetFontOrFontSet):
11148         (FlocaleLoadFont):
11149         (FlocaleDrawString):
11150         (FlocaleTextWidth):
11151         (FlocaleFreeNameProperty):
11152         (FlocaleGetNameProperty):
11153         (FlocaleTextListToTextProperty):
11154         Finish to remove the multibyte patch. This gives a more clean code
11155         and can only prevent bugs
11157 2002-06-05  Mikhael Goikhman  <migo@homemail.com>
11159         * fvwm/placement.c (PlaceWindow):
11160         fixed CascadePlacement with huge windows (xterm -g 240x100),
11161         that were aligned to bottom-right instead of top-left;
11162         small adjustments (removed border_width from calculations,
11163         don't place normal windows at 0, commented out some strange code)
11165 2002-06-04  Mikhael Goikhman  <migo@homemail.com>
11167         * NEWS:
11168         document CascadePlacement and FvwmIconMan improvements
11170         * fvwm/fvwm.1:
11171         typo
11173 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
11175         * fvwm/add_window.c (adjust_fvwm_internal_windows):
11176         * fvwm/fvwm.c (InitVariables):
11177         * fvwm/placement.c (PlaceWindow):
11178         * fvwm/screen.h (struct ScreenInfo):
11179         improved *CascadePlacement, if the last placed window does not exist
11180         any more, reuse the last used position instead of adding a new cascade
11182 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11184         * fvwm/events.c (HandleEnterNotify):
11185         * fvwm/fvwm.c (InitVariables):
11186         * fvwm/events.h:
11187         Fixed colormap handling over decorative parts of a window
11189 2002-06-03  olicha  <olivier.chapuis@free.fr>
11191         * fvwm/module_interface.c (make_named_packet):
11192         Fixed an write out of memory bug. This complete Mikhail Kruk patch
11193         related to named module packet
11195 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11197         * fvwm/focus.c (focus_grab_buttons):
11198         * fvwm/events.c (HandleButtonPress):
11199         fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
11201 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
11203         * fvwm/bindings.c (ParseBinding):
11204         replaced an error "Illegal mouse button" with a descriptive warning
11205         when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
11207 2002-05-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11209         * fvwm/events.c (GetContext):
11210         fixed key bindings on decorations
11212         * fvwm/events.h:
11213         removed XEVMASK_DECORW
11215 2002-05-31  olicha  <olivier.chapuis@free.fr>
11217         * NEWS:
11218         * fvwm/fvwm.1:
11219         Documented shadow effect in a new section FONT EFFECTS
11221 2002-05-31  olicha  <olivier.chapuis@free.fr>
11223         * libs/Fft.c (FftDrawString):
11224         * libs/Colorset.c (DumpColorset):
11225         (LoadColorset):
11226         * libs/Colorset.h:
11227         * fvwm/colorset.c (parse_colorset):
11228         New colorset option fg_alpha which defines an alpha for rendering
11229         text with Xft
11231 2002-05-29  olicha  <olivier.chapuis@free.fr>
11233         * libs/Fft.c (FftSetupEncoding):
11234         * libs/Fft.h:
11235         * libs/FRender.h:
11236         Added Xft2 support
11238         * acinclude.m4:
11239         * configure.in:
11240         Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
11241         to Xft FLAGS and LIBS
11243         * fvwm/Makefile.am:
11244         * libs/Makefile.am:
11245         Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
11246         Xft2 library. Removed FT2 CFLAGS and LIBS
11248 2002-05-27  olicha  <olivier.chapuis@free.fr>
11250         * acinclude.m4:
11251         * acconfig.h:
11252         * configure.in:
11253         Some Xft2 and fontconfig preparation
11255         * libs/Flocale.h:
11256         * libs/Flocale.c (FlocaleParseShadow):
11257         (FlocaleLoadFont):
11258         (FlocaleGetShadowTextPosition):
11259         Added offset to shadow text
11261         * libs/Flocale.h:
11262         Fixed the position of ne shadow text and remove some unused #define
11264 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11266         * fvwm/colorset.c (parse_colorset):
11267         fixed integer overflow in average colour calculation
11269 2002-05-27  olicha  <olivier.chapuis@free.fr>
11271         * libs/gravity.c (GetNextMultiDirection):
11272         (ParseMultiDirectionArgument):
11273         * libs/gravity.h:
11274         Added a multi direction type which is a "<<" version of direction
11275         type. Added a parse and a next functions
11277         * libs/Flocale.h:
11278         * libs/Flocale.c (FlocaleParseShadow):
11279         (FlocaleGetNextShadowDirection):
11280         (FlocaleGetShadowTextPosition):
11281         Used gravity multi direction type and functions. Removed
11282         FlocaleGetNextShadowDirection
11284 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11286         * fvwm/focus.c (restore_focus_after_unmap):
11287         fixed a problem w/ colormap transition when transient window died
11289         * fvwm/add_window.c (AddWindow):
11290         clean up
11292         * fvwm/session.c (getUniqueStateFilename):
11293         applied security patch by Jan Echternach
11295         * fvwm/fvwm.c (InitVariables):
11296         Properly initialise Scr.flags.is_pointer_on_this_screen
11298         * libs/fvwmlib.h (FvwmFont):
11299         * fvwm/fvwm.c (setVersionInfo):
11300         * configure.in:
11301         * config.h.in:
11302         * acconfig.h (MULTIBYTE):
11303         removed MULTIBYTE option (unconditionally on)
11305 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11307         * libs/gravity.c (ParseDirectionArgument):
11308         allow "t", "u", ... shortcuts as direction arguments
11310         * fvwm/style.c (check_window_style_change):
11311         (parse_and_set_window_style):
11312         * fvwm/frame.c (frame_setup_border):
11313         (frame_get_shading_laziness):
11314         (frame_get_sidebar_geometry):
11315         * fvwm/decorations.c (SelectDecor):
11316         * fvwm/add_window.c (setup_style_and_decor):
11317         (setup_resize_handle_cursors):
11318         (setup_resize_handle_windows):
11319         (change_resize_handle_windows):
11320         (destroy_auxiliary_windows):
11321         * fvwm/borders.c (border_get_border_gcs):
11322         (border_draw_border_parts):
11323         * fvwm/style.h (SCSET_HAS_BORDER):
11324         * fvwm/fvwm.h (FvwmWindow):
11325         * fvwm/window_flags.h (SET_HAS_BORDER):
11326         new styles NoBorder/Border
11328 2002-05-26  olicha  <olivier.chapuis@free.fr>
11330         * libs/Flocale.h:
11331         * libs/Flocale.c (FlocaleParseShadow):
11332         (FlocaleGetNextShadowDirection):
11333         (FlocaleGetShadowTextPosition):
11334         (FlocaleLoadFont):
11335         Implemented multidirectional shadow text rendering
11337         * libs/Flocale.h:
11338         * libs/Flocale.c
11339         (FlocaleFontStructDrawString):
11340         (FlocaleRotateDrawString):
11341         (FlocaleLoadFont):
11342         (FlocaleDrawString):
11343         (FlocaleTextWidth):
11344         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
11345         * libs/Fft.c (FftDrawString):
11346         Cleanup the FlocaleFont structure by addings some flags
11348 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11350         * fvwm/events.c (HandleFocusIn):
11351         * fvwm/add_window.c (adjust_fvwm_internal_windows):
11352         * fvwm/screen.h (ScreenInfo):
11353         * fvwm/focus.c (FocusOn):
11354         ignore EnterNotify events while a window is waiting to receive focus
11355         from the Focus or FlipFocus commands; should prevent plenty of race
11356         contidions caused by executing complex functions by a key press, button
11357         press or from a menu; fixes Alt-Tab problem
11359         * fvwm/events.c (HandleMapNotify):
11360         immediately draw window decorations when window is mapped; the new frame
11361         drawing code takes care of suppressing unnecessary redraws
11362         (HandleLeaveNotify):
11363         fixed a bug w/ LeaveNotify event with NotifyGrab
11365 2002-05-22  olicha  <olivier.chapuis@free.fr>
11367         * libs/Flocale.h:
11368         * libs/Fft.c (FftDrawString):
11369         * libs/Flocale.c (FlocaleFontStructDrawString):
11370         (FlocaleRotateDrawString):
11371         (FlocaleLoadFont):
11372         (FlocaleGetShadowTextPosition):
11373         (FlocaleDrawString):
11374         (FlocaleDrawUnderline):
11375         (FlocaleTextWidth):
11376         Implemented negative shadow text
11378 2002-05-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11380         * fvwm/menucmd.c (CMD_AddToMenu):
11381         * fvwm/windowlist.c (CMD_WindowList):
11382         * fvwm/menus.h:
11383         * fvwm/menus.c
11384         changed signature of AddToMenu
11386         * fvwm/menus.c (clone_menu_root_static):
11387         fixed problem w/ menu style usage count and tear off menus
11388         fixed core dump w/ not copying the missing sub menu function in tear
11389         off menus
11390         (clone_menu_item_list):
11391         (AddToMenu):
11392         (add_another_menu_item):
11393         (size_menu_vertically):
11394         fixed additional "More..." items in sub menus of torn off menus
11396 2002-05-22  Mikhael Goikhman  <migo@homemail.com>
11398         * libs/colorset.h:
11399         fixed #endif warning
11400         * fvwm/ConfigFvwmDefaults:
11401         added CirculateSkip to tear off menus
11402         * fvwm.1:
11403         fixed ShadeAgain quoting
11405 2002-05-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11407         * fvwm/events.c (HandleButtonPress):
11408         allow to pass the focus click to applications and have a function bound
11409         to it at the same time
11411         * fvwm/fvwm.c:
11412         * fvwm/colorset.h:
11413         fixed compilation problem
11415 2002-05-20  olicha  <olivier.chapuis@free.fr>
11417         * libs/PictureImageLoader.c (PImageRGBtoPixel):
11418         Fixed blue colour in png image and ewmh icons
11420         * libs/Flocale.c (FlocaleLoadFont):
11421         Removed some debug code
11423         * fvwm/colorset.c (parse_colorset):
11424         * libs/fvwmlib.h:
11425         * libs/ColorUtils.c (GetForeShadowColor):
11426         Added Mikhael algo to compute the default fgsh
11428 2002-05-18  Mikhael Goikhman  <migo@homemail.com>
11430         * fvwm/functions.c (expand_extended_var):
11431         expand $[fgsh.csN], use constants instead of numbers
11433 2002-05-17  olicha  <olivier.chapuis@free.fr>
11435         * libs/Flocale.c (FlocaleDrawString):
11436         (FlocaleDrawUnderline):
11437         * libs/Flocale.h:
11438         Removed some unused and debug code
11440 2002-05-17  olicha  <olivier.chapuis@free.fr>
11442         * fvwm/menuitem.c (draw_underline):
11443         * libs/Flocale.h:
11444         * libs/Flocale.c (FlocaleDrawUnderline):
11445         Move draw_underline into Flocale.c and fix underline position with
11446         shadow rendering
11448 2002-05-17  olicha  <olivier.chapuis@free.fr>
11450         * fvwm/style.c (update_window_color_style):
11451         (update_window_color_hi_style):
11452         * fvwm/move_resize.c (DisplayPosition):
11453         (DisplaySize):
11454         * fvwm/menuitem.c (menuitem_paint):
11455         * fvwm/borders.c (get_common_decorations):
11456         (border_get_titlebar_draw_descr):
11457         * fvwm/fvwm.h:
11458         * fvwm/icons.c (DrawIconWindow):
11459         Pass the colorset to text drawing via the FlocaleWinString structure
11461         * libs/fvwmlib.h:
11462         * libs/ColorUtils.c (GetForeShadowColor):
11463         (GetForeShadow):
11464         * fvwm/colorset.c (parse_colorset):
11465         * libs/Colorset.h:
11466         * libs/Colorset.c (DumpColorset):
11467         (LoadColorset):
11468         Added fgsh colorset and two new functions GetForeShadowColor and
11469         GetForeShadow which should be modified
11471         * libs/Makefile.am:
11472         * libs/Fft.h:
11473         * libs/FftInterface.h (new file):
11474         * libs/Fft.c (FftDrawString):
11475         * libs/Flocale.h:
11476         * libs/Flocale.c (FlocaleFontStructDrawString):
11477         (FlocaleRotateDrawString):
11478         (FlocaleDrawString):
11479         (FlocaleTextWidth):
11480         (FlocaleLoadFont):
11481         Implemented text shadow rendering
11483 2002-05-11  olicha  <olivier.chapuis@free.fr>
11485         * fvwm/builtins.h:
11486         * fvwm/builtins.c (refresh_window):
11487         * fvwm/update.c (apply_window_updates):
11488         * fvwm/update.h:
11489         * fvwm/style.c (check_window_style_change):
11490         ParentalRelativity style is now dynamic
11492 2002-05-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11494         * fvwm/menuitem.c (menuitem_paint):
11495         fixed menu item hilight area
11497 2002-05-09  olicha  <olivier.chapuis@free.fr>
11499         * libs/Makefile.am:
11500         * libs/XError.c (request_name):
11501         * libs/PictureImageLoader.c (PImageLoadPng):
11502         (PImageCreatePixmapFromArgbData):
11503         * libs/PictureGraphics.c (PGraphicsTintRectangle):
11504         (PGraphicsTileRectangle):
11505         (PGraphicsCopyFvwmPicture):
11506         * libs/FRenderInit.c (new file):
11507         * libs/FRenderInit.h (new file):
11508         * libs/FRenderInterface.h:
11509         * libs/FRender.c (*):
11510         * fvwm/colorset.c (parse_tint):
11511         (parse_colorset):
11512         * fvwm/fvwm.c (main):
11513         * fvwm/events.c (HandlePropertyNotify):
11514         Change the design of the previous commit. Now a module should call
11515         FRenderInit when it wants to use a function which depends on XRender.
11517 2002-05-09  olicha  <olivier.chapuis@free.fr>
11519         * fvwm/colorset.c:
11520         A -Wall fix
11522         * libs/Flocale.h:
11523         * libs/Fft.h:
11524         Fixed Compilation
11525         Include Fft.h include FRender.h as Xft.h include Xrender.h
11527         * libs/FRenderInterface.h:
11528         * libs/FRender.h:
11529         * libs/FRender.c (FRenderInit):
11530         (FRenderGetErrorCodeBase):
11531         (FRenderGetMajorOpCode):
11532         (FRenderGetExtensionSupported):
11533         (FRenderGetErrorText):
11534         Improve XRender initialization, check if the XRender extension is
11535         enabled and get the error code base and the major op code.
11536         Add error functions for the X error handler.
11538         * libs/XError.c (PrintXErrorAndCoredump):
11539         (request_name):
11540         Really enable USE_GET_ERROR_TEXT and take in account XRender error code
11541         and major op code
11543         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11544         * fvwm/events.c (HandlePropertyNotify):
11545         * fvwm/colorset.c (parse_tint):
11546         (parse_colorset):
11547         * libs/PictureImageLoader.c (PImageLoadPng):
11548         (PImageCreatePixmapFromArgbData):
11549         * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
11550         (PGraphicsCopyFvwmPicture):
11551         (PGraphicsTileRectangle):
11552         * libs/FRender.c (FRenderCopyArea):
11553         (FRenderTintRectangle):
11554         Check if the XRender extension is enabled on the display before
11555         performing XRender operations
11557 2002-05-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11559         * fvwm/menuitem.c (menuitem_paint):
11560         fixed item hilighting problems
11562 2002-05-07  olicha  <olivier.chapuis@free.fr>
11564         * fvwm/colorset.c (parse_colorset):
11565         More coloset fixes
11567 2002-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11569         * fvwm/events.c (HandlePropertyNotify):
11570         workaround for xterm resize problem
11572         * fvwm/colorset.c (parse_colorset):
11573         (free_colorset_background):
11574         (parse_pixmap):
11575         (parse_tint):
11576         fixed various bugs and core dumps w/ the cs->picture structure;
11577         note: it's a pointer, so compare with NULL, not with None
11579         * fvwm/frame.c (frame_setup_window):
11580         (frame_setup_window_app_request):
11581         (frame_force_setup_window):
11582         (frame_setup_window_internal):
11583         (frame_create_move_resize_args):
11584         (frame_free_move_resize_args):
11585         * fvwm/add_window.c (setup_window_attr):
11586         * fvwm/events.c (HandleConfigureRequest):
11587         (HandlePropertyNotify):
11588         fixed [?] bit_gravity/resize problem
11590         * fvwm/events.c (HandleEnterNotify):
11591         reformatted EdgeCommand code
11593 2002-05-06  olicha  <olivier.chapuis@free.fr>
11595         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11596         Resize an ewmh icon to the wanted size if it is to big
11598         * fvwm/ewmh.c (EWMH_WindowDestroyed):
11599         Set also the stacking list when a window is destroyed
11601 2002-05-03  Dan Espen  <dane@mk.telcordia.com>
11603         * fvwm/fvwm.1: Finish language check.
11604         Fix typo in Mouse section, context should be on new line.
11606 2002-05-02  Dan Espen  <dane@mk.telcordia.com>
11608         * fvwm/fvwm.1 (file): Restore icons and images text with some
11609         improvement.
11610         Started on lang check, not done yet.
11612 2002-05-02  Mikhail Kruk  <meshko@cs.brandeis.edu>
11614         * fvwm/module_interface.c (make_named_packet):
11615         Applied Mikhail Kruk patch
11617 2002-05-02  olicha  <olivier.chapuis@free.fr>
11619         * libs/FlocaleCharset.h:
11620         * libs/Ficonv.c (FiconvSetupConversion):
11621         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
11622         * libs/Flocale.h:
11623         * libs/Flocale.c (FlocaleGetFftFont):
11624         (FlocaleGetFontSet):
11625         (FlocaleGetFont):
11626         (FlocaleLoadFont):
11627         (FlocaleUnloadFont):
11628         * fvwm/fvwm.1:
11629         Implemented charset/iconv hints in font name
11631 2002-04-29  Stian Sletner  <stian@sletner.com>
11633         * fvwm/windowlist.c (CMD_WindowList):
11634         Added new Windowlist option IconifiedAtEnd
11636 2002-04-30  Mikhael Goikhman  <migo@homemail.com>
11638         * fvwm/module_interface.c:
11639         * libs/Module.c:
11640         * libs/Module.h:
11641         moved two constant strings to Module.h, so they may be used by perllib
11643 2002-04-29  olicha  <olivier.chapuis@free.fr>
11645         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
11646         Fixed a core dump if the charset is not found
11648         * libs/Flocale.c (FlocaleStringToString2b):
11649         Removed some debug code
11651 2002-04-29  olicha  <olivier.chapuis@free.fr>
11653         * libs/Fft.c (FftGetFontWidths):
11654         (FftGetFontWidths):
11655         * libs/Fft.h
11656         * libs/Flocale.h:
11657         * libs/Flocale.c (FlocaleGetFont):
11658         (FlocaleGetFontSet):
11659         (FlocaleGetFftFont):
11660         Removed min_char_offset member of the FlocaleFont as it is not use
11661         since we rotate string for side title
11663         * libs/Ficonv.c (FiconvSetupConversion):
11664         * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
11665         (FlocaleCharsetSetFlocaleCharset):
11666         * libs/Flocale.h:
11667         * libs/Flocale.c (FlocaleTextWidth):
11668         (FlocaleDrawString):
11669         (FlocaleUtf8ToUnicodeStr2b):
11670         (FlocaleLoadFont):
11671         (FlocaleStringToString2b):
11672         (FlocaleRotateDrawString):
11673         (FlocaleFontStructDrawString):
11674         Added support for drawing string with 10646-1 fonts without an utf8
11675         locale. Also, drawing strings with a multibyte font now work not so
11676         bad even if the locale have nothing to do with the font.
11678         * libs/Fft.c (FftUtf8ToFftString16):
11679         (FftDrawString):
11680         (FftTextWidth):
11681         Added utf8 rendering with iso10646-1 fonts on system without
11682         Xft Utf8 functions
11684         * fvwm/colorset.c (reset_cs_pixmap):
11685         (parse_pixmap):
11686         (parse_shape):
11687         (parse_tint):
11688         (parse_colorset):
11689         Colorset now accept bitmaps. Split a bit parse_colorset for readability
11691 2002-04-28  Mikhael Goikhman  <migo@homemail.com>
11693         * fvwm/menus.c:
11694         fixed core dump on default Alt-Tab (Alt released when mouse is outside)
11696 2002-04-27  Mikhael Goikhman  <migo@homemail.com>
11698         * fvwm/move_resize.c:
11699         don't start Move with snap disabled if Alt is initially pressed
11701 2002-04-26  Mikhael Goikhman  <migo@homemail.com>
11703         * NEWS, configure.in:
11704         changed version to 2.5.2
11706 2002-04-25  Mikhael Goikhman  <migo@homemail.com>
11708         * fvwm/fvwm.1:
11709         improved main headers, added new COLORSETS section;
11710         documented State condition
11712         * NEWS:
11713         documented Tint in colorsets and utility renaming
11715         * libs/Flocale.c:
11716         corrected several error reporting problems
11718 2002-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11720         * fvwm/events.h:
11721         fixed leaving tear off menus
11723 2002-04-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11725         * fvwm/borders.c (border_draw_part_relief):
11726         (border_set_button_pixmap):
11727         (border_draw_title_stick_lines):
11728         (border_draw_title_mono):
11729         (border_draw_title_relief):
11730         * libs/fvwmlib.h (RelieveRectangle2):
11731         (RelieveRectangle):
11732         replaced functions by macros
11734         * libs/Graphics.c (do_relieve_rectangle):
11735         applied performance patch by Dave Trollope
11737 2002-04-24  Mikhael Goikhman  <migo@homemail.com>
11739         * libs/FBidi.c:
11740         * libs/FBidi.h:
11741         * libs/Flocale.c:
11742         * libs/Flocale.h:
11743         * libs/FlocaleCharset.c:
11744         FBidi is now independent from Flocale* again;
11745         iso8859-6.8x fonts recognized now as bidi-enabled
11747 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
11749         * libs/Flocale.c:
11750         fixed --disable-multibyte
11752 2002-04-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11754         * fvwm/borders.c (border_draw_title_deep):
11755         (border_set_title_pixmap):
11756         (border_set_button_pixmap):
11757         fixed SolidButton title and button style
11759 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
11761         * fvwm/fvwm.1:
11762         * NEWS:
11763         * AUTHORS:
11764         added new entry about CurrentAtEnd
11766         * colorset.c:
11767         minor reformatting and spell checking
11769 2002-04-23  Jochen Klenner  <jochen.klenner@gmx.net>
11771         * fvwm/windowlist.c (CMD_WindowList):
11772         Added new Windowlist option CurrentAtEnd
11774 2002-04-22  olicha  <olivier.chapuis@free.fr>
11776         * fvwm/colorset.c (parse_colorset):
11777         * libs/Colorset.h:
11778         Fixed an enormous core dump which comes from a cvs merging problem
11780         * fvwm/Makefile.am:
11781         * acconfig.h:
11782         * configure.in:
11783         Added Xrender detection and link fvwm if needed
11785         * libs/PictureGraphics.c:
11786         * libs/PictureGraphics.h:
11787         * libs/FRender.c:
11788         * libs/FRender.h:
11789         * libs/FRenderInterface.h:
11790         * libs/PictureGrpahics.c (*):
11791         * libs/PictureGrpahics.h:
11792         New libs files to acheive alpha-blend rendering and better XBM
11793         support. PictureGraphics contains elaborated version and also
11794         simplified version of XFillRectangle, XCopyPlan and XCopyArea
11795         Xlib functions.
11797         * fvwm/fvwm.h:
11798         * fvwm/icons.c (clear_icon):
11799         (GetIconPicture):
11800         (DrawIconWindow):
11801         (GetIconFromFile):
11802         * fvwm/events.c (HandlePropertyNotify):
11803         * fvwm/borders.c (border_fill_pixmap_background):
11804         (border_get_border_background):
11805         (border_draw_decor_to_pixmap):
11806         * fvwm/menuitem.c (menuitem_paint):
11807         * fvwm/add_window.c (destroy_icon):
11808         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11809         * fvwm/geometry.c (move_icon_to_position):
11810         * fvwm/colorset.c (free_colorset_background):
11811         (parse_colorset):
11812         * libs/Colorset.h:
11813         Implemented alpha-blend rendering with the new libs function
11815         * fvwm/colorset.c (free_colorset_background):
11816         (parse_colorset):
11817         * libs/Colorset.h:
11818         Implemented tinting of a Pixmap background colorset
11820         * fvwm/colorset.c (parse_colorset):
11821         Use the Scr.NoFocusWin as main window in the place of the
11822         Scr.SizeWindow, this fix a lot of X errors in my machine.
11824         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
11825         Donated our alpha channel
11827         * libs/vpacket.h:
11828         * fvwm/module_interface.h:
11829         * fvwm/module_interface.c (SendFvwmPicture):
11830         (BroadcastMiniIcon):
11831         (SendMiniIcon):
11832         (BroadcastFvwmPicture):
11833         (CMD_Send_WindowList):
11834         * fvwm/add_window.c (change_mini_icon):
11835         (broadcast_mini_icon):
11836         * fvwm/ewmh_icons.c:
11837         Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
11838         SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
11840         * libs/Makefile.am:
11841         * libs/PictureBase.c (*):
11842         * libs/PictureBase.h:
11843         * libs/Picture.c (*):
11844         * libs/Picture.h:
11845         * libs/PictureImageLoader.c (*):
11846         * libs/PictureImageLoader.h:
11847         * fvwm/*:
11848         Rename some libs file InitPicture -> PictureBase, FImageLoader ->
11849         PictureImageLoader.
11850         Rename some libs function: InitPictureCMap -> PictureInitCMap,
11851         UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
11852         PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
11853         SetImagePath -> PictureSetImagePath, findImageFile ->
11854         PictureFindImageFile, PictureList -> FvwmPictureList,
11855         LoadFvwmPicture removed now  PImageLoadFvwmPictureFromFile replace it,
11856         GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
11857         DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
11858         PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
11859         PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
11860         Also renamed more recent functions in PictureImageLoader.
11862         * fvwm/borders.c (border_draw_one_border_part):
11863         (border_draw_decor_to_pixmap):
11864         Fixed drawing of a TiledPixmap borded and fixed position of buttons
11865         pixmap
11867         * fvwm/menus.c (pop_menu_up):
11868         (animated_move_back):
11869         (ParentalMenuRePaint):
11870         * fvwm/move_resize.h (resize_geometry_window):
11871         * fvwm/move_resize.c (move_window_doit):
11872         (AnimatedMoveAnyWindow):
11873         (AnimatedMoveOfWindow):
11874         (AnimatedMoveFvwmWindow):
11875         Fixed transparent animated menu
11877 2002-04-21  Mikhael Goikhman  <migo@homemail.com>
11879         * fvwm/fvwm.1:
11880         fixed two places
11882 2002-04-19  Hippo
11884         * fvwm/colorset.c:
11885         * libs/Colorset.c:
11886         fixed running out of colors on 8bpp with ReadWriteColors;
11887         simulate colorsets on monochrome displays using three 1-bit pixmaps
11889 2002-04-19  Mikhael Goikhman  <migo@homemail.com>
11891         * configure.in:
11892         fixed $PERL detection again
11894 2002-04-18  Hippo
11896         * configure.in:
11897         added -Wno-implicit-int to -Wall in case of gcc
11899         * fvwm/colorset.c:
11900         * fvwm/fvwm.c:
11901         fixed ReadWriteColors on a PseudoColor display
11903 2002-04-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11905         * fvwm/move_resize.c (move_window_doit):
11906         set the is_icon_moved too flag if the icon was moved non-interactively
11908 2002-04-16  Hippo
11910         * fvwm/*.[ch]:
11911         * NEWS:
11912         Moved FvwmTheme functionality into fvwm.
11913         Added new commands Colorset, ReadWriteColors, CleanupColorsets.
11915 2002-04-17  Mikhael Goikhman  <migo@homemail.com>
11917         * configure.in:
11918         fixed $PERL detection
11920         * fvwm/fvwm.1:
11921         * fvwm/ConfigFvwmDefaults:
11922         several fixes and spelling
11924 2002-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11926         * libs/Bindings.c (CheckBinding):
11927         (MatchBinding):
11928         (GrabWindowKey):
11929         (GrabWindowButton):
11930         (MatchBindingExactly):
11931         patch by yeti@physics.muni.cz to help with a weird problem w/ czech
11932         keyboards
11934 2002-04-12  Mikhael Goikhman  <migo@homemail.com>
11936         * configure.in:
11937         configure now uses $PERL if set
11939         * **:
11940         all programs installed into ${bindir} have now fvwm- prefix;
11941         documentation updated
11943 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
11945         * **:
11946         renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
11947         documentation updated
11949 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
11951         * NEWS:
11952         added 2.4.7 entries
11954 2002-04-10  Dan Espen  <dane@mk.telcordia.com>
11956         * AUTHORS: New author.
11958         * NEWS: Edge Command.
11960 2002-04-09  Uwe Pross  <uwe.pross@gmx.net>
11962         * fvwm/fvwm2.1:
11963         Added EdgeCommand paragraph.
11965         * fvwm/events.c (HandleEnterNotify):
11966         Added execution of Scr.PanFrame*.command if set
11968         * fvwm/fvwm.c (InitVariables):
11969         Added init strings for pan frame commands.
11971         * fvwm/virtual.c:
11972         * fvwm/virtual.h:
11973         (checkPanFrames):
11974         Avoid hiding of pan frames if pan frame command is set.
11975         (CMD_EdgeCommand):
11976         Implementation of the buildin command EdgeCommand. First
11977         implementation of this function.
11979         * fvwm/screen.h (struct):
11980         added char * command in structure Panframe to store the pan frame
11981         command.
11983         * fvwm/functions.c:
11984         added declaration of CMD_ENTRY("edgecommand")
11986         * fvwm/functions.h:
11987         added definition of Flag F_EDGE_COMMAND
11989         * fvwm/commands.h:
11990         added definition of CMD_EdgeCommand(F_CMD_ARGS)
11992 2002-04-10  Mikhael Goikhman  <migo@homemail.com>
11994         * fvwm/fvwm2.1:
11995         added "BI-DIRECTIONAL TEXTS" section
11997         * libs/System.c:
11998         added #include <sys/select.h> to fix endless loop on QNX
12000 2002-04-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12002         * fvwm/fvwm2.1:
12003         changed description of focus models
12005 2002-04-09  olicha  <olivier.chapuis@free.fr>
12007         * configure.in:
12008         Check for libpng libpng 1.0.4a or better
12010 2002-04-08  Mikhael Goikhman  <migo@homemail.com>
12012         * fvwm/add_window.c (setup_title_geometry):
12013         * fvwm/fvwm.h:
12014         * fvwm/fvwm2.1:
12015         * fvwm/geometry.c (get_title_font_size_and_offset):
12016         * fvwm/geometry.h:
12017         * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
12018         * fvwm/style.h:
12019         * fvwm/window_flags.h:
12020         * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
12021         * libs/Fft.h:
12022         * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
12023         * libs/Flocale.h:
12024         new Style options TopTitleRotated / TopTitleNotRotated,
12025         BottomTitleRotated / BottomTitleNotRotated
12027 2002-04-08  olicha  <olivier.chapuis@free.fr>
12029         * libs/Makefile.am:
12030         Fixed make dist again
12032 2002-04-07  Dan Espen  <dane@mk.telcordia.com>
12034         * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
12036 2002-04-07  Mikhael Goikhman  <migo@homemail.com>
12038         * INSTALL.fvwm:
12039         minor wording fixes
12041         * NEWS:
12042         mention a new FvwmIconMan syntax
12044         * sample.fvwmrc/new-features:
12045         * sample.fvwmrc/system.fvwm2rc:
12046         * sample.fvwmrc/system.fvwm2rc-sample-95:
12047         use a new module syntax
12049 2002-04-06  olicha  <olivier.chapuis@free.fr>
12051         * fvwm/fvwm2.1:
12052         * INSTALL.fvwm:
12053         Forget to save some file
12055         * libs/FImageLoader.c (c100_init_base_table):
12056         Allows init even if !XPM
12058         * libs/Makefile.am:
12059         Remove a F
12061         * configure.in:
12062         Fixed png detection
12064         * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
12065         Fixed a GC memory leaks.
12067         * fvwm/fvwm.c (setVersionInfo):
12068         * fvwm/fvwm2.1:
12069         Updated -version for png, bidi and xft
12071         * fvwm/fvwm2.1:
12072         Modified the ICONS section. Rename it ICONS AND IMAGES and
12073         document PNG file format. Replace "xpm or bitmap file" by
12074         "image file" in a few place.
12076         * INSTALL.fvwm:
12077         * NEWS:
12078         PNG news and documented libpng in the "Optional libraries used by FVWM"
12079         section
12081 2002-04-05  olicha  <olivier.chapuis@free.fr>
12083         * libs/FImageLoader.c (c100_init_base_table):
12084         (FImageReduceRGBColor):
12085         (FImageCreatePixmapFromArgbData):
12086         Speed up color limitation for png image and ewmh icons
12087         Respect color limit even with DirectColor and TrueColor
12089         * configure.in:
12090         * acconfig.h (HAVE_PNG):
12091         Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
12092         even without XPM support
12094         * libs/Makefile.am
12095         * libs/InitPicture.c (new file):
12096         * libs/InitPicture.h (new file):
12097         * libs/Picture.c:
12098         * libs/Picture.h:
12099         * libs/FImageLoader.c (new file):
12100         * libs/FImageLoader.h (new file):
12101         * libs/Fxpm.h (new file):
12102         * libs/Fpng.h (new file):
12103         Images are loaded in FImageLoader. PNG image can be loaded, the loader
12104         come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
12105         ColorLimit stuff is applied to PNG image.
12106         Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
12107         Picture.c and Picture.h.
12108         InitPicture contains the Picture structure, initialize the visual,
12109         depth and color map and contains image path stuff as Picture contains
12110         Picture manipulations.
12112         * libs/ColorUtils.c:
12113         * libs/Picture.h:
12114         Moved the Picture color utils func to ColorUtils
12116         * fvwm/Makefile.am:
12117         links against libpng
12119         * fvwm/icons.c (GetIconPicture):
12120         (GetXPMFile):
12121         (GetBitmapFile):
12122         (GetIconFromFile):
12123         Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
12124         the libs image loader
12126         * fvwm/cursor.c (CMD_CursorStyle):
12127         Use FImageLoadCursorPixmapFromFile (no PNG support here)
12129         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
12130         (EWMH_SetIconFromWMIcon):
12131         Use the argb loader of the libs. ColorLimit are now applied to ewmh
12132         icons
12134         * fvwm/modconf.c:
12135         Send the ColorLimit to module in any case
12137         * libs/fvwmlib.h:
12138         * libs/Graphics.c:
12139         * libs/Flocale.c
12140         * libs/Fft.c:
12141         * libs/Colorset.c:
12142         * fvwm/add_window.c:
12143         * fvwm/builtins.c:
12144         * fvwm/fvwm.h:
12145         * fvwm/menus.c:
12146         * fvwm/menustyle.c:
12147         * fvwm/move_resize.c:
12148         include cleanup
12150 2002-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12152         * fvwm/events.c (test_map_request):
12153         (test_resizing_event):
12154         fixed endless loop in HandleConfigureRequest
12156 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12158         * fvwm/add_window.c (setup_style_and_decor):
12159         fixed borderless transients
12161         * fvwm/events.c (test_resizing_event):
12162         (HandleConfigureRequest):
12163         * fvwm/frame.c (frame_create_move_resize_args):
12164         * fvwm/add_window.c (AddWindow):
12165         * fvwm/fvwm.h:
12166         * fvwm/window_flags.h:
12167         tried to improve ConfigureRequest handling
12169         * fvwm/events.c (HandlePropertyNotify):
12170         recalculate window size when the base_width or base_height hint
12171         changes; fixes some problems with xemacs
12173         * fvwm/virtual.c (map_window):
12174         redraw decorations
12176         * fvwm/borders.c (border_draw_decorations):
12177         don't redraw windows on a different desk
12178         keep track of Scr.Hilite
12180 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12182         * fvwm/virtual.c (unmap_window):
12183         * fvwm/move_resize.c (resize_window):
12184         * fvwm/icons.c (Iconify):
12185         * fvwm/add_window.c (CaptureOneWindow):
12186         * fvwm/borders.c (border_undraw_decorations):
12187         mark window decorations as not drawn whenever the frame is unmapped
12189 2002-03-30  Dan Espen  <dane@mk.telcordia.com>
12191         * fvwm/fvwm2.1: Fixup IconBox geometry examples.
12193 2002-03-29  Mikhael Goikhman  <migo@homemail.com>
12195         * libs/FBidi.c:
12196         use safemalloc and alloca instead of malloc
12198 2002-03-29  olicha  <olivier.chapuis@free.fr>
12200         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12201         Set the X locale charset on system without XOpenOM
12203 2002-03-27  Mikhael Goikhman  <migo@homemail.com>
12205         * configure.in:
12206         fixed multibyte support reporting
12208 2002-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12210         * libs/fvwmlib.h:
12211         * fvwm/fvwm.h:
12212         * config.h.in:
12213         moved gcc extension __attribute__ handling to config.h
12215         * fvwm/fvwm.c (main):
12216         * fvwm/stack.c (add_window_to_stack_ring_after):
12217         * fvwm/icons.c (GetIconWindow):
12218         (GetIconBitmap):
12219         * fvwm/add_window.c:
12220         fixed core dumps and other bugs in debug messages
12222 2002-03-27  olicha  <olivier.chapuis@free.fr>
12224         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12225         (FlocaleCharsetSetFlocaleCharset):
12226         * acconfig.h:
12227         * configure.in (problem_multibyte):
12228         Fixed compilation for system without XOpenOM in Xlib.h
12230         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12231         * libs/Ficonv.c (FiconvInit):
12232         Be more safe
12234         * fvwm/fvwm.c:
12235         include only libs/Flocale.h
12237 2002-03-26  Mikhael Goikhman  <migo@homemail.com>
12239         * configure.in:
12240         fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
12242         * libs/FBidi.c:
12243         * libs/FBidi.h:
12244         * libs/Flocale.c:
12245         * libs/FlocaleCharset.c:
12246         minor modifications, like removed #include;
12247         fixed core dump with bidi and utf-8
12249 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12251         * fvwm/frame.c (frame_update_hidden_window_pos):
12252         fixed shade/maximize/unshade
12254         * fvwm/builtins.c (FreeDecorFace):
12255         fixed memory leak
12257         * fvwm/borders.c (get_common_decorations):
12258         (border_get_border_style):
12259         * fvwm/style.c (parse_and_set_window_style):
12260         * fvwm/style.h:
12261         * fvwm/window_flags.h:
12262         * fvwm/fvwm.h (struct):
12263         * fvwm/frame.c (frame_mrs_setup_draw_decorations):
12264         (frame_create_move_resize_args):
12265         (frame_move_resize_step):
12266         (frame_next_move_resize_args):
12267         new styles WindowShadeLazy [default], WindowShadeBusy and
12268         WindowShadeAlwaysLazy
12270         * fvwm/frame.c (frame_set_decor_gravities):
12271         fixed window bit gravities
12272         split into smaller functions
12273         (frame_move_resize_step):
12274         fixed a bug w/ the parent gravity
12275         (frame_hide_changing_window_parts):
12276         fixed flickering in one of the corners during shade animation
12277         (frame_mrs_hide_changing_parts):
12278         renamed function
12279         (frame_mrs_prepare_vars):
12280         (frame_mrs_hide_unhide_parent):
12281         (frame_mrs_setup_draw_decorations):
12282         (frame_mrs_resize_move_windows):
12283         new functions
12285 2002-03-25  olicha  <olivier.chapuis@free.fr>
12287         * libs/Fft.c (FftSetupEncoding):
12288         Fixed compilation
12290         * libs/Flocale.c (FlocaleDrawString):
12291         * libs/FBidi.c (FBidiConvert):
12292         * libs/FBidi.h:
12293         Pass the font to FBidiConvert
12295         * acconfig.h (HAVE_LIBCHARSET):
12296         * acinclude.m4 (CHECK_LIBCHARSET):
12297         * configure.in:
12298         If libiconv is used check for libcharset
12300         * libs/Makefile.am:
12301         * libs/FlocaleCharset.h:
12302         * libs/FlocaleCharset.c:
12303         * libs/Flocale.h:
12304         * libs/Flocale.c (*):
12305         * libs/Fft.c (FftSetupEncoding):
12306         * libs/Fft.h:
12307         New structure FlocaleCharset to handle font, iconv and fribidi charsets.
12308         FlocaleFont has such a member which is set when charset info are needed.
12309         FlocaleCharset.c contains a big table which associates to an X charset
12310         various possible locale charsets and the fribidi charset.
12311         If libiconv is used, libcharset is used to compute the locale charset.
12312         Various Flocale clean up.
12314         * fvwm/fvwm.c (main):
12315         Removed the call to FlocaleInitCharset, it is now done automatically
12316         when needed
12318         * libs/Makefile.am:
12319         * libs/Ficon.h:
12320         * libs/Ficonv.c:
12321         * fvwm/ewmh.c (ewmh_atom_property_notify[]):
12322         * fvwm/ewmh.h:
12323         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
12324         (EWMH_WMIconName):
12325         (EWMH_WMName):
12326         (EWMH_SetDesktopNames):
12327         Moved iconv conversions into the library. Try to found the good iconv
12328         charset with the help of the font and of the FlocaleCharset table.
12330 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12332         * libs/Module.c (SendFvwmPipe):
12333         * libs/Graphics.c (do_relieve_rectangle):
12334         * fvwm/menustyle.c (menustyle_parse_old_style):
12335         * fvwm/add_window.c (setup_window_structure):
12336         memory management patches by Dave Trollope
12338         * fvwm/frame.c (frame_get_sidebar_geometry):
12339         hide the handles when using the NoHandles style
12341         * fvwm/borders.c (border_redraw_decorations):
12342         change in title rotation is applied immediately, don't use the value "2"
12343         to force redrawing
12345         * fvwm/style.c (parse_and_set_window_style):
12346         removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
12347         styles can be used
12348         documented the new title directions
12349         (parse_and_set_window_style):
12350         removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
12351         instead
12352         documented these styles
12354         * fvwm/add_window.c (CaptureOneWindow):
12355         (CaptureAllWindows):
12356         (AddWindow):
12357         cleaned up
12359         * fvwm/icons.c (DeIconify):
12360         fiexd fucoused window not hilighting after deiconification
12362 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12364         * fvwm/update.c (apply_window_updates):
12365         windows are not unshaded when the decoration layout changes
12367         * fvwm/frame.c (frame_create_move_resize_args):
12368         fixed excessive redrawing
12369         (frame_get_hidden_pos):
12370         fixed parent geometry when window is hidden
12372         * fvwm/add_window.c (setup_frame_stacking):
12373         fixed stacking of right buttons
12375         * fvwm/frame.c (frame_set_decor_gravities):
12376         fixed title and button bit gravities
12378         * fvwm/add_window.c (setup_frame_stacking):
12379         (change_auxiliary_windows):
12380         fixed "button" style
12382         * fvwm/geometry.c (get_title_button_geometry):
12383         * fvwm/menus.c (pop_menu_up):
12384         fixed menu placement relative to window titles
12386         * libs/Flocale.c (FlocaleDrawString):
12387         fixed compiler warning w/o fribidi
12389         * fvwm/virtual.c (MoveViewport):
12390         (MapDesk):
12391         (do_move_window_to_desk):
12392         * fvwm/update.c (apply_window_updates):
12393         * fvwm/icons.c (Iconify):
12394         (CMD_Iconify):
12395         * fvwm/module_interface.c (SETOLDFLAGS):
12396         * fvwm/ewmh_events.c (ewmh_WMStateHidden):
12397         * fvwm/style.c (parse_and_set_window_style):
12398         * fvwm/window_flags.h:
12399         * fvwm/session.c (MatchWinToSM):
12400         * fvwm/placement.c (PlaceWindow):
12401         * fvwm/add_window.c (CaptureAllWindows):
12402         (setup_window_placement):
12403         (CaptureOneWindow):
12404         (AddWindow):
12405         (destroy_window):
12406         * fvwm/menus.c (menu_tear_off):
12407         * fvwm/events.c (HandleMapRequestKeepRaised):
12408         (HandleMapNotify):
12409         * fvwm/fvwm.h:
12410         removed some of those pesky globals: PPosOverride, isIconicState and
12411         isIconifiedByParent; pass round a structure instead
12412         removed the do_start_iconic window flag
12413         removed do_delete_icon_moved flag
12415 2002-03-24  Mikhael Goikhman  <migo@homemail.com>
12417         * acconfig.h:
12418         * configure.in:
12419         renamed HAVE_FRIBIDI to HAVE_BIDI
12421         * libs/FBidi.c:
12422         * libs/FBidi.h:
12423         added more comments
12425         * fvwm/Makefile.am:
12426         * libs/Flocale.c:
12427         * libs/Makefile.am:
12428         added a dummy call to FBidi to test linking against bidi libs
12430 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12432         * fvwm/windowshade.c (CMD_WindowShade):
12433         changed syntax of windowshade with direction
12434         (CMD_WindowShade):
12435         update button state after unshading
12437         * fvwm/add_window.c (AddWindow):
12438         fixed mini icon update
12440         * fvwm/events.c (HandleEnterNotify):
12441         fixed icon picture redrawing
12442         icon titles are no longer raised and expanded if the icon has only a
12443         title
12445         * fvwm/move_resize.c (resize_window):
12446         fixed core dump
12448         * libs/gravity.c (gravity_move_resize_parent_child):
12449         * fvwm/frame.c (frame_get_titlebar_dimensions):
12450         (frame_prepare_animation_shape):
12451         (frame_move_resize_step):
12452         (frame_get_titlebar_dimensions_only):
12453         (frame_get_hidden_pos):
12454         (frame_update_hidden_window_pos):
12455         (frame_free_move_resize_args):
12456         (frame_create_move_resize_args):
12457         fixed shading of shaped windows
12459         * fvwm/borders.c:
12460         clean up
12462         * fvwm/fvwm.c (main):
12463         * fvwm/misc.c (GrabEm):
12464         fixed a problem with the cursor shape during window shading
12466         * fvwm/update.c (apply_window_updates):
12467         fixed drawing of hilighted window after a decoration change
12469         * fvwm/update.c (apply_window_updates):
12470         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12471         * fvwm/borders.c (RedrawDecorations):
12472         renamed RedrawDecorations()
12474         * fvwm/move_resize.c (move_window_doit):
12475         * libs/fvwmrect.c:
12476         * fvwm/misc.c (move_into_rectangle):
12477         (intersect_xrectangles):
12478         functions renamed and moved to fvwmrect.c
12480         * fvwm/borders.c (border_get_changed_border_parts):
12481         (frame_get_changed_border_parts):
12482         reduced border redrawing
12483         moved fucntion to borders.c
12485         * fvwm/events.c (HandleButtonPress):
12486         (DispatchEvent):
12487         suppress button events on frame windows
12489         * fvwm/frame.c (frame_setup_border):
12490         fixed a problem with the border setup
12492         * fvwm/borders.c (border_draw_decorations):
12493         * fvwm/events.c (HandleEnterNotify):
12494         fixed icon title drawing
12496         * fvwm/misc.c (GrabEm):
12497         fixed a pointer grab hang with xmag?
12499         * fvwm/move_resize.c (resize_window):
12500         use frame_move_resize function to improve performance
12502         * fvwm/add_window.c (AddWindow):
12503         fixed recaturing shaded windows
12505         * fvwm/borders.c:
12506         suppress unnecessary title redraws
12508         * fvwm/frame.c:
12509         window shading works again; there are still some problems with
12510         recapture, restart, border drawing and shaped windows
12512 2002-03-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12514         * fvwm/geometry.c (get_shaded_geometry_with_dir):
12515         new function
12517         * fvwm/frame.c (frame_get_title_bar_dimensions):
12518         fixed minor button layout bug
12519         (frame_update_hidden_window_pos):
12521         * fvwm/ewmh_names.c (EWMH_WMName):
12522         * fvwm/gnome.c (GNOME_HandlePropRequest):
12523         * fvwm/focus.c (DoSetFocus):
12524         * fvwm/stack.c (new_layer):
12525         * fvwm/icons.c (DeIconify):
12526         (Iconify):
12527         * fvwm/events.c (HandleFocusIn):
12528         (HandlePropertyNotify):
12529         (HandleExpose):
12530         (HandleMapNotify):
12531         (HandleButtonPress):
12532         (HandleLeaveNotify):
12533         * fvwm/builtins.c (CMD_ChangeDecor):
12534         (CMD_UpdateDecor):
12535         * fvwm/move_resize.c (resize_move_window):
12536         (resize_window):
12537         (resize_window):
12538         (maximize_fvwm_window):
12539         (handle_stick):
12540         * fvwm/borders.c (DrawDecorations):
12541         (RedrawDecorations):
12542         removed function DrawDecorations()
12543         (border_draw_decorations):
12544         renamed draw_decorations_with_geom() to border_draw_decorations()
12546         * fvwm/events.c (HandleExpose):
12547         fixed drawing icon titles
12549         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12550         * fvwm/events.c (HandleFocusIn):
12551         (HandleFocusOut):
12552         * fvwm/screen.h (ScreenInfo):
12553         return the focus to the window that had the focus before an or window
12554         stole it and then died.
12556         * fvwm/menus.c (scanForColor):
12557         removed duplicate call of strlen
12558         use alloca instead of safemalloc
12560         * fvwm/menustyle.c (menustyle_parse_style):
12561         don't call memset right before memcpy
12563         * fvwm/module_interface.c (AddToMessageQueue):
12564         (DeleteMessageQueueBuff):
12565         removed one safemalloc and inline'd the function
12566         merged AddToMessageQueue into PositiveWrite
12568         * fvwm/borders.c (border_draw_decor_to_pixmap):
12569         fixed pixmap and mini icon buttons
12570         (border_fill_pixmap_background):
12571         fixed an X error
12572         (border_get_tb_parts_to_draw):
12573         buttons and title background using the border style is updated when the
12574         buttons moves
12576         * fvwm/events.c (WaitForButtonsUp):
12577         don't grab the whole server but merely the pointer to allow applications
12578         redrawing themselves
12580         * fvwm/borders.c:
12581         finished writing title drawing code
12583         * fvwm/move_resize.c (resize_window):
12584         (resize_move_window):
12585         (unmaximize_fvwm_window):
12586         removed now unnecessary calls to DrawDecorations()
12588         * fvwm/frame.c (frame_hide_changing_window_parts):
12589         fixed hiding bottom/right titles
12591         * fvwm/add_window.c (AddWindow):
12592         fixed recapturing shaded windows
12594         * fvwm/misc.c (GrabEm):
12595         fixed the cursor over the title window while resizing
12597 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12599         * libs/Graphics.c (CreateTiledPixmap):
12600         improved efficience: let the X server tile a pixmap via the GC settings
12602         * fvwm/fvwm.c (CreateGCs):
12603         * fvwm/screen.h (ScreenInfo):
12604         added new global GC Scr.TileGC
12606         * fvwm/borders.c (border_fill_pixmap_background):
12607         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
12608         use already created gcs
12610         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
12611         * fvwm/menus.c (paint_menu_gradient_background):
12612         fixed using a randow members in gcs
12614 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
12616         * configure.in:
12617         added compilation test for fribidi
12619 2002-03-22  Dan Espen  <dane@mk.telcordia.com>
12621         * NEWS: Document FvwmForm timeout.
12623 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12625         * fvwm/session.c (MatchWinToSM):
12626         * fvwm/add_window.c (AddWindow):
12627         preserve user states over a restart
12629         * fvwm/add_window.c (setup_window_structure):
12630         preserve user states over a recapture
12632         * fvwm/functions.c (execute_function):
12633         "Silent" suppresses the "No such command ..." message
12635         * fvwm/frame.c (frame_move_resize):
12636         * fvwm/misc.c (GrabEm):
12637         fixed the cursor shape during resizing
12638         fixed button looks in small windows
12640 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
12642         * libs/FBidi.c:
12643         * libs/FBidi.h:
12644         new files
12646 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12648         * fvwm/fvwm.c (LoadDefaultLeftButton):
12649         (LoadDefaultRightButton):
12650         * fvwm/borders.c (border_draw_vector_to_pixmap):
12651         * fvwm/screen.h (DecorFace):
12652         * fvwm/builtins.c (ReadDecorFace):
12653         fixed transparent vector line support
12655         * libs/Graphics.c (CreateGradientPixmap):
12656         fixed potential core dump with illegal gradients
12658 2002-03-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12660         * fvwm/fvwm.h (FvwmWindow):
12661         removed button_background_pixmap member
12663         * fvwm/update.c (apply_window_updates):
12664         fixed changing the decoration size
12666         * fvwm/windowshade.c (CMD_WindowShade):
12667         * fvwm/frame.c (frame_setup_border):
12668         * fvwm/functions.c (execute_complex_function):
12669         removed debug code
12671         * fvwm/move_resize.c (resize_window):
12672         fixed aboting of a opaque resize w/ maximized windows
12673         (ParseOneResizeArgument):
12674         resize arguments don't take the border into account
12675         (GetResizeArguments):
12676         implemented new option "Frame" to the Resize and ResizeMove commands
12678 2002-03-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12680         * fvwm/fvwm2.1:
12681         * fvwm/builtins.c (ReadDecorFace):
12682         * fvwm/borders.c (DrawLinePattern):
12683         implemented transparent drawing color in vector buttons: C == 4
12685         * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
12686         * fvwm/builtins.c (ReadDecorFace):
12687         increased allowed number of lines in a vector button to 10000 and moved
12688         the definition to defaults.h
12690         * fvwm/virtual.c (MoveViewport):
12691         don't send useless M_NEW_PAGE packets
12693         * fvwm/frame.c:
12694         * fvwm/borders.c:
12695         started work on new button/title drawing code
12697         * fvwm/events.c (HandleExpose):
12698         don't handle expose on the title bar
12700         * fvwm/borders.c:
12701         * fvwm/frame.c (frame_get_sidebar_geometry):
12702         * fvwm/fvwm.h (FvwmWindow):
12703         replaced border_state with decor_state
12705         * libs/defaults.h (NR_RIGHT_BUTTONS):
12706         added a comment
12708         * fvwm/events.h:
12709         * fvwm/events.c (HandleExpose):
12711         * fvwm/frame.c (frame_setup_border):
12712         hide sidebars if they are too small, i.e. 0 pixels
12714 2002-03-20  olicha  <olivier.chapuis@free.fr>
12716         * libs/Flocale.c (FlocaleFreeNameProperty):
12717         Fixed random core dump
12719 2002-03-19  olicha  <olivier.chapuis@free.fr>
12721         * fvwm/ConfigFvwmDefaults:
12722         RightTitleRotatedCW is a default
12724 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12726         * fvwm/frame.c (frame_get_sidebar_geometry):
12727         window corners are always at least the border width thick
12729         * fvwm/geometry.c (update_absolute_geometry):
12730         fixed south/east shading
12732         * fvwm/frame.c (frame_move_resize_step):
12733         did the best I could to prevent rxvt from flashing in the background
12734         colour
12736         * fvwm/add_window.c (get_default_window_attributes):
12737         (get_default_window_attributes):
12738         (setup_resize_handle_windows):
12739         * fvwm/borders.c (border_get_border_gcs):
12740         applied -visual fix by Hippo
12742         * fvwm/cursor.c (CMD_CursorStyle):
12743         fixed endless loop
12745         * fvwm/frame.c (frame_get_title_bar_dimensions):
12746         fixed order of right buttons
12747         (frame_move_resize_step):
12748         reduced flashing when maximizing
12750         * fvwm/geometry.c (update_absolute_geometry):
12751         adapted for horizontal shading
12753 2002-03-19  Mikhael Goikhman  <migo@homemail.com>
12755         * fvwm/borders.c:
12756         * fvwm/builtins.c:
12757         * fvwm/fvwm.h:
12758         * fvwm/geometry.c:
12759         * libs/Fft.c:
12760         * libs/Flocale.c:
12761         * libs/Flocale.h:
12762         several renamings of text_direction to text_rotation
12764 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12766         * fvwm/windowshade.c (CMD_WindowShade):
12767         * fvwm/frame.c (frame_create_move_resize_args):
12768         (frame_move_resize_step):
12769         hack to enable non-animated window shading for the time being
12771         * fvwm/style.c (parse_and_set_window_style):
12772         (parse_and_set_window_style):
12773         allow to abbreviate [Counter]ClockWise with [C]CW
12775         * fvwm/frame.c (frame_move_resize_step):
12776         fixed
12778         * fvwm/geometry.c (gravity_constrain_size):
12779         removed useless code
12781         * fvwm/update.c (apply_window_updates):
12782         * fvwm/add_window.c (AddWindow):
12783         * fvwm/move_resize.c (unmaximize_fvwm_window):
12784         (resize_window):
12785         do not write into frame_g. only frame.c should do this
12787         * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
12788         (MIN_WINDOW_TITLE_LENGTH):
12789         new default values
12790         * fvwm/frame.c (frame_setup_title_bar):
12791         (get_resize_decor_gravities_one_axis):
12792         (frame_setup_window_internal):
12793         (frame_move_resize_step):
12794         (frame_create_move_resize_args):
12795         rewrote frame_setup_title_bar function
12797         * fvwm/add_window.c (setup_frame_stacking):
12798         fixed title bar stacking order
12800         * fvwm/frame.c (frame_setup_title_bar):
12801         removed yesterday's 'fix'
12803         * fvwm/add_window.c (hide_screen):
12804         (setup_title_window):
12805         (setup_resize_handle_windows):
12806         (setup_button_windows):
12807         fixed visual and depth of decoration windows
12809 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12811         * fvwm/frame.c (frame_setup_title_bar):
12812         fixed title layout bug
12814         * fvwm/move_resize.c (MaximizeHeight):
12815         fixed bug in "grow" option of the Maximize command
12817         * fvwm/geometry.h:
12818         fixed broken prototype for get_title_font_size_and_offset
12820         * fvwm/geometry.c (get_title_font_size_and_offset):
12821         simplified code a bit
12823 2002-03-18  olicha  <olivier.chapuis@free.fr>
12825         * fvwm/geometry.h:
12826         * fvwm/geometry.c (get_title_font_size_and_offset):
12827         * fvwm/add_window.c (setup_title_geometry):
12828         * fvwm/style.h:
12829         * fvwm/style.c (parse_and_set_window_style):
12830         (check_window_style_change):
12831         * fvwm/update.c (apply_window_updates):
12832         * fvwm/window_flags.h:
12833         * fvwm/fvwm.h:
12834         Reworte side title direction styles and use LeftTitleRotatedClockWise /
12835         LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
12836         RightTitleRotatedCounterClockWise
12838 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12840         * acconfig.h:
12841         * vms/config.h (FMiniIconsSupported):
12842         removed last traces of MINI_ICONS ifdef
12844         * fvwm/windowlist.c (CMD_WindowList):
12845         * fvwm/update.c (apply_window_updates):
12846         * fvwm/style.h:
12847         * fvwm/style.c (merge_styles):
12848         (parse_and_set_window_style):
12849         (check_window_style_change):
12850         * fvwm/screen.h:
12851         * fvwm/module_interface.c (SendMiniIcon):
12852         (BroadcastMiniIcon):
12853         (CMD_Send_WindowList):
12854         * fvwm/fvwm.h (FvwmWindow):
12855         * fvwm/ewmh_icons.c (ewmh_WMIcon):
12856         (EWMH_DoUpdateWmIcon):
12857         (ewmh_SetWmIconFromPixmap):
12858         (EWMH_DeleteWmIcon):
12859         (EWMH_SetIconFromWMIcon):
12860         * fvwm/builtins.c (ReadDecorFace):
12861         * fvwm/borders.c (DrawButton):
12862         (CMD_BorderStyle):
12863         (CMD_BorderStyle):
12864         * fvwm/add_window.c (setup_window_structure):
12865         (setup_mini_icon):
12866         (destroy_mini_icon):
12867         (change_mini_icon):
12868         (AddWindow):
12869         * acconfig.h (FMiniIconsSupported):
12870         replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
12871         compiler checks
12873         * fvwm/screen.h:
12874         removed an FANCY_TITLEBARS ifdef
12876         * fvwm/borders.c (border_draw_one_part):
12877         (border_draw_border_parts):
12878         (border_draw_all_parts):
12879         (draw_clipped_decorations_with_geom):
12880         performance enhancement
12882 2002-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12884         * fvwm/frame.c (frame_move_resize_step):
12885         force setting up the border when function is called with FRAME_MR_SETUP
12886         (frame_setup_window_internal):
12887         removed duplicate frame setup
12889         * fvwm/borders.c (border_get_parts_and_pos_to_draw):
12890         fixed logic bug
12891         (draw_clipped_decorations_with_geom):
12892         do not flush the X queue after drawing; let the caller do it
12894         * fvwm/frame.c (frame_get_sidebar_geometry):
12895         fixed layout of windows with a small height
12896         (frame_hide_changing_window_parts):
12897         fixed flickering
12899         * fvwm/borders.c:
12900         * fvwm/frame.c:
12901         made good progress with frame layout rewrite. I think it is already
12902         considerably faster.
12903         some general clean up
12905         * fvwm/add_window.c (setup_decor_window):
12906         function removed
12908         * fvwm/windowshade.c (CMD_WindowShade):
12909         * fvwm/stack.c (verify_stack_ring_consistency):
12910         (RaiseOrLowerWindow):
12911         * fvwm/move_resize.c (resize_move_window):
12912         (move_window_doit):
12913         (draw_move_resize_grid):
12914         * fvwm/icons.c (DrawIconWindow):
12915         * fvwm/icccm2.c (CloseICCCM2):
12916         (convertProperty):
12917         (HandleSelectionRequest):
12918         * fvwm/fvwm.c (main):
12919         (SaveDesktopState):
12920         * fvwm/focus.c (DoSetFocus):
12921         * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
12922         * fvwm/events.c (HandlePropertyNotify):
12923         (HandleButtonPress):
12924         (HandleConfigureRequest):
12925         * fvwm/add_window.c (RestoreWithdrawnLocation):
12926         (Reborder):
12927         * fvwm/builtins.c (CMD_Delete):
12928         (CMD_Destroy):
12929         (CMD_Close):
12930         (CMD_FakeClick):
12931         * fvwm/menus.c (paint_menu):
12932         (DestroyMenu):
12933         * fvwm/misc.c (UngrabEm):
12934         (GrabEm):
12935         * fvwm/schedule.c (execute_obj_func):
12936         * fvwm/add_window.c (hide_screen):
12937         (destroy_window):
12938         use XFlush instead of XSync when the latter is not necessary
12940         * libs/fvwmrect.c (fvwmrect_rectangles_equal):
12941         new function
12943         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12944         inform frame module if the window with the hide windows dies
12946         * fvwm/placement.c (PlaceWindow):
12947         (CMD_PlaceAgain):
12948         * fvwm/add_window.c (setup_window_attr):
12949         (setup_frame_attributes):
12950         (AddWindow):
12951         (RestoreWithdrawnLocation):
12952         (setup_window_placement):
12953         * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
12954         (get_title_geometry):
12955         * fvwm/fvwm.c (InitVariables):
12956         * fvwm/frame.c (frame_setup_frame):
12957         * fvwm/colormaps.c (HandleColormapNotify):
12958         (InstallWindowColormaps):
12959         * fvwm/events.c (HandleConfigureRequest):
12960         (HandleUnmapNotify):
12961         * fvwm/fvwm.h (FvwmWindow):
12962         removed attr member of FvwmWindow and replaced by a structure defined
12963         ourselves that is much smaller
12965         * fvwm/add_window.c (hide_screen):
12966         don't use save_unders and backing_store for the window used in recapture
12968         * fvwm/frame.c (frame_init):
12969         * fvwm/fvwm.c (main):
12970         new function to initialise frame module
12972         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
12973         new function
12975 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12977         * fvwm/frame.c:
12978         clean up
12980         * fvwm/borders.h (enum):
12981         * fvwm/borders.c (draw_clipped_decorations_with_geom):
12982         (border_get_parts_and_pos_to_draw):
12983         * fvwm/fvwm.h (struct):
12984         some clean up
12985         fixed calculations of which border parts to draw
12987         * fvwm/fvwm2.1:
12988         corrected some typos
12989         * fvwm/frame.c:
12990         * fvwm/borders.c:
12991         handle marks work again
12993 2002-03-16  Dan Espen  <dane@mk.telcordia.com>
12995         * AUTHORS: New author added.
12997 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12999         * fvwm/frame.c:
13000         * fvwm/borders.c:
13001         * fvwm/add_window.c (setup_frame_stacking):
13002         * fvwm/cursor.c (CMD_CursorStyle):
13003         * fvwm/events.c (HandleExpose):
13004         (HandleMapNotify):
13005         (HandleEnterNotify):
13006         (HandleLeaveNotify):
13007         (GetContext):
13008         * fvwm/geometry.c (get_title_button_geometry):
13009         * fvwm/virtual.c (map_window):
13010         * fvwm/add_window.c (setup_parent_window):
13011         (setup_resize_handle_cursors):
13012         (setup_resize_handle_windows):
13013         (resize_resize_handle_windows):
13014         (change_resize_handle_windows):
13015         some progress with new frame layout
13017         * fvwm/add_window.c (setup_visible_name):
13018         fixed off-by-one bug in setup_visible_name
13019         maximum window number can be set in defaults.h
13021 2002-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13023         * fvwm/windowlist.h:
13024         * fvwm/virtual.h:
13025         * fvwm/update.h:
13026         * fvwm/style.h:
13027         * fvwm/read.h:
13028         * fvwm/placement.h:
13029         * fvwm/menus.h:
13030         * fvwm/move_resize.h:
13031         * fvwm/icons.h:
13032         * fvwm/geometry.h:
13033         * fvwm/frame.h:
13034         * fvwm/focus.h:
13035         * fvwm/events.h:
13036         * fvwm/borders.h:
13037         * fvwm/add_window.h:
13038         * fvwm/ewmh_names.c:
13039         * fvwm/ewmh_icons.c:
13040         * fvwm/ewmh_events.c:
13041         * fvwm/ewmh.c:
13042         * fvwm/frame.c:
13043         * fvwm/menucmd.c:
13044         * fvwm/schedule.c:
13045         * fvwm/geometry.c:
13046         * fvwm/gnome.c:
13047         * fvwm/windowlist.c:
13048         * fvwm/cursor.c:
13049         * fvwm/update.c:
13050         * fvwm/bindings.c:
13051         * fvwm/colormaps.c:
13052         * fvwm/decorations.c:
13053         * fvwm/conditional.c:
13054         * fvwm/misc.c:
13055         * fvwm/read.c:
13056         * fvwm/placement.c:
13057         * fvwm/fvwm.c:
13058         * fvwm/virtual.c:
13059         * fvwm/session.c:
13060         * fvwm/functions.c:
13061         * fvwm/stack.c:
13062         * fvwm/icons.c:
13063         * fvwm/module_interface.c:
13064         * fvwm/style.c:
13065         * fvwm/add_window.c:
13066         * fvwm/events.c:
13067         * fvwm/builtins.c:
13068         * fvwm/move_resize.c:
13069         * fvwm/borders.c:
13070         * fvwm/menus.c:
13071         * fvwm/fvwm.h (FvwmWindow):
13072         moved all windows into a separate sub structure and wrote access macros
13073         renamed FvwmWindow argument to builtin commands to "fw"
13074         renamed tmp_win to fw everywhere
13076         * fvwm/borders.c (RedrawBorder):
13077         * fvwm/decorations.c (SelectDecor):
13078         * fvwm/add_window.c (setup_style_and_decor):
13079         (setup_resize_handle_cursors):
13080         * fvwm/window_flags.h:
13081         * fvwm/fvwm.h (struct):
13082         added new member has_handles and new macro HAS_HANDLES
13084         * fvwm/decorations.c (SelectDecor):
13085         fixed the NoHandles style
13087         * fvwm/decorations.c (SelectDecor):
13088         * fvwm/style.c (check_window_style_change):
13089         (parse_and_set_window_style):
13090         * fvwm/style.h:
13091         * fvwm/fvwm.h (struct):
13092         renamed has_no_handles to has_no_border
13094 2002-03-15  olicha  <olivier.chapuis@free.fr>
13096         * libs/Flocale.h:
13097         * libs/Fft.c (is_utf8_encoding):
13098         Compilation fixes
13100         * libs/Flocale.h:
13101         s/COMPUND_TEXT/COMPOUND_TEXT
13103         * fvwm/fvwm2.1:
13104         Removed matrix xft specification doc as now it is use internally by
13105         fvwm
13107         * libs/Flocale.c (FlocaleRotateDrawString):
13108         (FlocaleUnloadFont):
13109         (FlocaleDrawString):
13110         (FlocaleTextWidth):
13111         * libs/Fft.h:
13112         * libs/Fft.c (FftGetRotatedFont):
13113         (FftGetFont):
13114         (FftDrawString):
13115         (FftTextWidth):
13116         * fvwm/borders.c (DrawMultiPixmapTitlebar):
13117         (RedrawTitle):
13118         * fvwm/geometry.c (get_title_font_size_and_offset):
13119         * fvwm/style.c (parse_and_set_window_style):
13120         (check_window_style_change):
13121         * fvwm/update.c (apply_window_updates):
13122         * fvwm/update.h:
13123         * fvwm/style.h:
13124         * fvwm/fvwm.h:
13125         * fvwm/window_flags.h:
13126         Implemented vertical text rendering, new style SideTitleTextDefault,
13127         SideTitleTextTopToBottom, SideTitleTextBottomToTop
13129 2002-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13131         * fvwm/fvwm.h:
13132         removed inclusion of fvwmdebug.h
13134         * libs/gravity.c (ParseDirectionArgument):
13135         fixed direction parsing
13137         * fvwm/menus.c (get_menu_options):
13138         fixed a compiler warning
13140 2002-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13142         * fvwm/bindings.c (ParseBinding):
13143         fixed compiler warning
13145         * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
13146         * fvwm/ewmh.h:
13147         fixed compilation w/ --disable-ewmh
13149         * fvwm/windowlist.c (CMD_WindowList):
13150         fixed parsing of conditions versus position of window list broken with
13151         a recent "fix"
13153 2002-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13155         * libs/Fft.h:
13156         * libs/Fft.c (FftTextWidth):
13157         (is_utf8_encoding):
13158         (FftGetFontWidths):
13159         (FftDrawString):
13160         removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
13161         if HAVE_XFT was not set.
13163         * fvwm/events.h (XEVMASK_DECORW):
13164         select EnterNotify and LeaveNotify on frame instead of decor_w
13166         * fvwm/add_window.c (setup_title_window):
13167         (setup_button_windows):
13168         (setup_resize_handle_windows):
13169         frame window is the new parent of the title, button and handle windows
13170         (setup_frame_stacking):
13171         new stacking order of decoration windows
13173         * fvwm/menuitem.c (menuitem_paint):
13174         * fvwm/events.c (HandleExpose):
13175         xft fixes
13177         * fvwm/move_resize.c (unmaximize_fvwm_window):
13178         don't force to redraw the frame
13180         * libs/gravity.c (gravity_get_offsets):
13181         (gravity_move):
13182         (gravity_resize):
13183         functions moved to gravity.c
13185 2002-03-10  olicha  <olivier.chapuis@free.fr>
13187         * acconfig.h (HAVE_XFT_UTF8):
13188         * configure.in:
13189         * libs/Fft.c (is_utf8_encoding):
13190         (FftGetFontWidths):
13191         (FftDrawString):
13192         (FftTextWidth):
13193         Detected if Xft can handle utf8 string
13195         * libs/Fft.h:
13196         * fvwm/menuitem.c (menuitem_paint):
13197         * fvwm/events.c (HandleExpose):
13198         Fixed Xft related compilation failure and warning
13200 2002-03-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13202         * fvwm/virtual.c:
13203         * fvwm/update.c:
13204         * fvwm/move_resize.c:
13205         * fvwm/icons.c:
13206         * fvwm/focus.c:
13207         * fvwm/events.c:
13208         * fvwm/builtins.c:
13209         * fvwm/add_window.c:
13210         * fvwm/frame.c (frame_setup_window):
13211         (frame_force_setup_window):
13212         (frame_setup_shape):
13213         SetupFrame renamed to frame_setup_window
13214         ForceSetupFrame renamed to frame_force_setup_window
13215         SetShape renamed to frame_setup_shape
13217         * fvwm/windowshade.c:
13218         moved most code to frame.c
13220         * fvwm/frame.c (SetShape):
13221         (SetupTitleBar):
13222         (set_decor_gravity):
13223         (ForceSetupFrame):
13224         (SetupFrame):
13225         functions moved to new file
13227         (SetupTitleBar):
13228         (frame_setup_title_bar):
13229         renamed function
13231         * libs/Parse.h:
13232         direction code moved to gravity.c and gravity.h
13234         * fvwm/windowshade.c (CMD_WindowShade):
13235         * fvwm/geometry.c (get_shaded_geometry):
13237         * libs/FScreen.c (FScreenInit):
13238         (FScreenUpdateEmulationMapState):
13239         changed Xinerame emulation layout
13241         * fvwm/fvwm2.1:
13242         Corrected the description of the XineramaPrimaryScreen command that was
13243         essentially lying.
13245 2002-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13247         * fvwm/menus.c (menu_tear_off):
13248         (unlink_item_from_menu):
13249         (menu_strip_tear_off_title):
13250         use the text from a title item as the tear off menu title if the menu
13251         begins with a title; skip separators and tear off bars at the front of
13252         the menu
13254         * **/*.[ch]:
13255         implemented titleatleft and titleatright styles; titles are not drawn
13256         vertically yet
13258         * fvwm/style.c (check_window_style_change):
13259         * fvwm/update.c (apply_window_updates):
13260         * fvwm/ewmh_names.c (EWMH_WMIconName):
13261         (EWMH_WMName):
13262         (charset_to_utf8):
13263         * fvwm/ewmh.c (ksmserver_workarround):
13264         * fvwm/update.c (apply_window_updates):
13265         * fvwm/conditional.c (MatchesConditionMask):
13266         * fvwm/fvwm.c (main):
13267         * fvwm/session.c (SaveWindowStates):
13268         (matchWin):
13269         (MatchWinToSM):
13270         * fvwm/functions.c (expand):
13271         * fvwm/stack.c (dump_stack_ring):
13272         (verify_stack_ring_consistency):
13273         * fvwm/module_interface.c (BroadcastWindowIconNames):
13274         (CMD_Send_WindowList):
13275         * fvwm/add_window.c (free_window_names):
13276         (free_window_names):
13277         * fvwm/events.c (HandlePropertyNotify):
13278         * fvwm/builtins.c (CMD_Wait):
13279         * fvwm/style.c (CMD_DestroyStyle):
13280         (lookup_style):
13281         Adapted to changes of Flocale.h
13283         * acconfig.h:
13284         removed COMPUND_TEXT ifdef
13286         * configure.in:
13287         mutibyte defaults to on
13289         * acconfig.h:
13290         * libs/Flocale.c:
13291         * libs/Flocale.h:
13292         * fvwm/fvwm.h (FvwmWindow):
13293         cleaned up Flocale stuff for better information hiding
13295         * libs/Flocale.c (get_FlocaleFontSet):
13296         (get_FlocaleFont):
13297         added a new font strucht member min_char_offset for vertical text
13299         * libs/Flocale.c (get_FlocaleFontSet):
13300         fixed a bug in descent calculation
13302         * fvwm/fvwm.h (FvwmWindow):
13303         removed title_g
13305         * fvwm/borders.c (RedrawButtons):
13306         (SetupTitleBar):
13307         (RedrawBorder):
13308         (SetupFrame):
13309         (RedrawTitle):
13310         (DrawMultiPixmapTitlebar):
13311         don't use title_g or boundary_width
13313         * libs/Flocale.c (FlocaleTextWidth):
13314         * libs/Flocale.c (FlocaleDrawString):
13315         added interface for vertical strings
13316         * libs/Flocale.h (FlocaleWinString):
13317         added flags structure w/ is_vertical_string flag
13319         * fvwm/borders.c (RedrawTitle):
13320         (DrawMultiPixmapTitlebar):
13321         * fvwm/screen.h (ScreenInfo):
13322         * fvwm/icons.c (DrawIconWindow):
13323         * fvwm/move_resize.c (DisplayPosition):
13324         (DisplaySize):
13325         * fvwm/screen.h (ScreenInfo):
13326         removed ScratchStr and TitleStr; *please* don't use global variables
13327         without need
13329         * fvwm/move_resize.c (ParseOneResizeArgument):
13330         (GetResizeArguments):
13331         (GetResizeMoveArguments):
13332         (resize_window):
13333         (resize_move_window):
13334         * fvwm/module_interface.c (CONFIGARGS):
13335         (OLDCONFIGARGS):
13336         (CONFIGARGSNEW):
13337         * fvwm/placement.c (PlaceWindow):
13338         * fvwm/add_window.c (setup_title_window):
13339         (setup_button_windows):
13340         (setup_parent_window):
13341         (resize_resize_handle_windows):
13342         (change_resize_handle_windows):
13343         (AddWindow):
13344         * fvwm/geometry.c (get_window_borders):
13345         (gravity_get_naked_geometry):
13346         (gravity_add_decoration):
13347         (constrain_size):
13348         don't use title_g.width and title_g.height anymore
13350         * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
13351         new macro
13353         * fvwm/borders.c (SetupTitleBar):
13354         * fvwm/add_window.c (setup_title_window):
13355         don't use title_g.x and title_g.y anymore
13356         (setup_title_geometry):
13357         new function
13359         * fvwm/fvwm.h (FvwmWindow):
13360         replaced title_g by title_length and title_thickness
13361         renamed title_text_y to title_text_offset
13363         * fvwm/add_window.c (setup_style_and_decor):
13364         (setup_parent_window):
13365         * fvwm/decorations.c (SelectDecor):
13366         * fvwm/placement.c (PlaceWindow):
13367         * fvwm/windowlist.c (CMD_WindowList):
13368         * fvwm/events.c (SendConfigureNotify):
13369         (HandlePropertyNotify):
13370         (HandleMapNotify):
13371         * fvwm/move_resize.c (DisplaySize):
13372         (ParseOneResizeArgument):
13373         (GetResizeArguments):
13374         (GetResizeMoveArguments):
13375         (resize_window):
13376         (resize_move_window):
13377         * fvwm/geometry.c (gravity_get_naked_geometry):
13378         (gravity_add_decoration):
13379         (constrain_size):
13380         don't use boundary_width anymore
13382         * fvwm/borders.c (SetupTitleBar):
13383         made static
13385         * fvwm/fvwmdebug.c:
13386         removed outdated file that was never used
13388         * fvwm/move_resize.c (move_window_doit):
13389         fixed GNOME and EWMH hints when unsticking a window
13391         * fvwm/virtual.c (CMD_MoveToDesk):
13392         unstick windows when MoveToDesk is used
13394         * fvwm/builtins.c:
13395         * fvwm/windowshade.c (CMD_WindowShade):
13396         (CMD_WindowShadeAnimate):
13397         functions moved to windowshade.c
13399         * fvwm/window_flags.h:
13400         * fvwm/menus.c (pop_menu_up):
13401         * fvwm/builtins.c (CMD_WindowShade):
13402         * fvwm/move_resize.c (resize_window):
13403         * fvwm/icons.c (AutoPlaceIcon):
13404         * fvwm/borders.c (SetupFrame):
13405         don't use HAS_BOTTOM_TITLE any more
13406         (ButtonPosition):
13407         function removed
13409         * fvwm/geometry.c (get_title_font_width_and_offset):
13410         * fvwm/geometry.c (set_window_border_size):
13411         * fvwm/geometry.c (is_window_border_minimal):
13412         * fvwm/geometry.c (get_window_borders_no_title):
13413         * fvwm/geometry.c (get_shaded_client_window_pos):
13414         * fvwm/geometry.c (get_icon_corner):
13415         * fvwm/geometry.c (get_title_gravity):
13416         * fvwm/geometry.c (get_title_geometry):
13417         * fvwm/borders.c (get_button_number):
13418         new functions
13420         * fvwm/borders.c (SetupFrame):
13421         (SetShape):
13422         * fvwm/events.c (HandleShapeNotify):
13423         * fvwm/borders.c (SetupTitleBar):
13424         * fvwm/update.c (apply_window_updates):
13425         * fvwm/add_window.c (setup_window_font):
13426         removed title_top_height
13428         * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
13429         renamed
13431         * fvwm/events.c (SendConfigureNotify):
13432         * fvwm/events.c (HandleConfigureRequest):
13433         preparations for W/E titles
13434         don't use title_top_height any more
13436         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
13437         use title_dir flags
13439         * fvwm/geometry.c (get_window_borders):
13440         * fvwm/style.c (parse_and_set_window_style):
13441         (check_window_style_change):
13442         * fvwm/style.h (SCSET_TITLE_DIR):
13443         * fvwm/window_flags.h (GET_TITLE_DIR):
13444         * fvwm/fvwm.h (struct):
13445         replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
13446         DIR_W or DIR_E
13448         * libs/Parse.c (ParseDirectionArgument):
13449         * libs/Parse.h:
13450         use new type direction_type
13452 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13454         * fvwm/ewmh.c (EWMH_SetFrameStrut):
13455         use function from geometry.c to get the border size
13457         * fvwm/geometry.c (get_shaded_geometry):
13458         added code for shading in all directions
13460 2002-03-07  Dan Espen  <dane@mk.telcordia.com>
13462         * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
13464 2002-03-07  olicha  <olivier.chapuis@free.fr>
13466         * libs/Flocale.c (FInitLocale):
13467         * fvwm/fvwm.c (main):
13468         Set the locale using "" as locale argument
13470 2002-03-07  Mikhael Goikhman  <migo@homemail.com>
13472         * fvwm/fvwm2.1:
13473         fixed some typos and indentation of several new variable entries
13475 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13477         * fvwm/functions.h (enum):
13478         * fvwm/functions.c (func_config):
13479         * fvwm/commands.h:
13480         * fvwm/conditional.c (CMD_ThisWindow):
13481         renamed command "This" to "ThisWindow"
13483         * fvwm/conditional.c (Circulate):
13484         "Current" no longer selects a random window when no window is focused
13486         * fvwm/icccm2.c (SetupICCCM2):
13487         removed debug fprintf
13489         * fvwm/functions.c (expand_extended_var):
13490         implemented new extended variables pointer.x, pointer.x, pointer.wx,
13491         pointer.wy, pointer.cx and pointer.cy.
13493         * libs/Parse.c (ParseDirectionArgument):
13494         allow N, S, W, E, NW, SW, SE, NE for direction arguments
13496         * fvwm/builtins.c (CMD_WindowShade):
13497         fixes for animated shading w/ titleatbottom+north and titleattop+south
13499 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13501         * fvwm/move_resize.c (moveLoop):
13502         (resize_window):
13503         * fvwm/virtual.c (HandlePaging):
13504         moving/resizing windows opaque is much faster
13506 2002-03-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13508         * fvwm/add_window.c (resize_resize_handle_windows):
13509         (change_resize_handle_windows):
13510         (setup_window_font):
13511         fixed changing the handlewidth style
13513         * fvwm/update.c (apply_window_updates):
13514         * fvwm/geometry.c (update_absolute_geometry):
13515         * fvwm/builtins.c (CMD_WindowShade):
13516         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
13517         * fvwm/conditional.c (CreateConditionMask):
13518         * fvwm/geometry.c (get_shaded_geometry):
13519         * fvwm/session.c (MatchWinToSM):
13520         * fvwm/add_window.c (setup_window_structure):
13521         (AddWindow):
13522         * fvwm/window_flags.h (SHADED_DIR):
13523         * fvwm/fvwm.h (struct):
13524         implemented new WindowShade options "North" and "South" to allow shading
13525         a window in either direction, regardless of if the title is at the top
13526         or bottom.
13528         * libs/Module.c (module_expand_action):
13529         new convenience function for modules
13531 2002-03-03  Dan Espen  <dane@mk.telcordia.com>
13533         * fvwm/fvwm2.1: Fixes to the font section.
13535 2002-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13537         * fvwm/conditional.c (CMD_WindowId):
13538         set the correct context window for unmanaged windows
13540         * fvwm/icons.c (DrawIconWindow):
13541         raise the icon title even if it's too small to be expanded
13543         * fvwm/conditional.c (CMD_Cond):
13544         Fixed it the right way this time
13545         (CMD_Any):
13546         same fix for the 'Any' command
13547         (circulate_cmd):
13548         (CMD_Prev):
13549         (CMD_Next):
13550         (CMD_None):
13551         (CMD_Any):
13552         (CMD_Current):
13553         unified circulating functions into a single one
13554         (CMD_Pick):
13555         Pick allows to pick functions that have CirculateSkip set
13556         fixed a memory leak
13557         (select_cmd):
13558         (CMD_This):
13559         (CMD_Pick):
13560         (CMD_PointerWindow):
13561         unified selecting functions into a single one
13562         (CMD_PointerKey):
13563         (CMD_All):
13564         Allow user to override the default CirculateHit of these functions
13566         * fvwm/conditional.c (CMD_Cond):
13567         Fixed a problem w/ the window selection
13569         * fvwm/menus.h:
13570         * fvwm/menus.c:
13571         * fvwm/menudim.h:
13572         * fvwm/menudim.c:
13573         * fvwm/menustyle.h:
13574         * fvwm/menustyle.c:
13575         * fvwm/menucmd.c:
13576         * fvwm/menuitem.c:
13577         * fvwm/menuitem.h:
13578         moved some of the menu code into separate files
13579         more work on tear off menus; windowlist can now be torn off without a
13580         memory leak
13582         * fvwm/template.c:
13583         * fvwm/template.h:
13584         added templates for new source files
13586         * libs/Picture.c (fvwmlib_clone_color):
13587         new function
13589         * fvwm/menus.c (make_menu):
13590         (update_menu):
13591         removed unused parameter from make_menu()
13593         * fvwm/fvwm2.1 (Example):
13594         corrected statement about CaptureHonorsStartsOnPage being the default
13596 2002-03-03  Mikhael Goikhman  <migo@homemail.com>
13598         * INSTALL.fvwm:
13599         * Makefile.am:
13600         * configure.in:
13601         added and documented --disable-bidi and --disable-perllib
13603 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13605         * fvwm/geometry.c (get_window_borders):
13606         fixed calculation of $[cw.y] and $[cw.height]
13608         * fvwm/move_resize.c (resize_move_window):
13609         windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
13611 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13613         * fvwm/move_resize.c (resize_move_window):
13615 2002-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13617         * configure.in:
13618         re-added --enable-xinerama-emulation option that was removed recently
13620 2002-02-28  Mikhael Goikhman  <migo@homemail.com>
13622         * INSTALL.fvwm:
13623         * NEWS:
13624         * fvwm/fvwm2.1:
13625         several corrections and rewording
13627 2002-02-28  olicha  <olivier.chapuis@free.fr>
13629         * fvwm/fvwm2.1:
13630         New section FONT NAMES AND FONT LOADING
13632         * INSTALL.fvwm:
13633         * NEWS:
13634         Document --enable-xft
13636         * libs/Fft.c (get_FlocaleXftFont):
13637         Used the xft font height in the place of ascent+descent
13639         * fvwm/icons.c (DrawIconWindow):
13640         Fixed the fg colors of the icon title
13642 2002-02-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13644         * fvwm/conditional.c (CMD_CondCase):
13645         fixed CondCase command
13646         (CMD_Cond):
13647         fixed numeric return codes
13649         * fvwm/add_window.c (CMD_Recapture):
13650         fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
13652         * acinclude.m4 (smr_CHECK_LIB):
13653         disabled a destructing gnome_prefix logic again
13655         * fvwm/events.c (GetContext):
13656         * libs/Bindings.c (win_contexts):
13657         * libs/fvwmlib.h:
13658         new contexts for individual parts of the window border
13660 2002-02-26  Mikhael Goikhman  <migo@homemail.com>
13662         * acinclude.m4:
13663         disabled a destructing gnome_prefix logic
13665         * configure.in:
13666         replaced fribidi detection mechanism, now fribidi-config is used
13668 2002-02-26  olicha  <olivier.chapuis@free.fr>
13670         * acconfig.h (HAVE_XFT):
13671         * acinclude.m4:
13672         * configure.in:
13673         * libs/Fft.c (new file):
13674         * libs/Flocale.c (FlocaleLoadFont):
13675         (FlocaleUnloadFont):
13676         (FlocaleDrawString):
13677         (FlocaleTextWidth):
13678         (get_FlocaleFontSet):
13679         (get_FlocaleFont):
13680         (get_FlocaleFontOrFontSet):
13681         * libs/Flocale.h:
13682         * fvwm/Makefile.am:
13683         Added anti-alised font rendering using Xft. This is off by default.
13684         A font can now be given as a ";" separated list of either ","
13685         separated list of XFLD font name or Xft font name with "xft:" as
13686         prefix, e.g.:
13687           xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
13688         See Flocale.h for details
13690         * fvwm/events.c (HandleExpose):
13691         * fvwm/menus.c (paint_item):
13692         Always clear the text area before drawing text with an Xft font
13694 2002-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13696         * acinclude.m4 (smr_CHECK_LIB):
13697         fixed a bug with variable expansion and autoconf cache values
13699 2002-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13701         * fvwm/menus.c (seek_submenu_instance):
13702         (FindPopup):
13703         * fvwm/fvwm.c (InitVariables):
13704         some general menu clean up
13706         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
13707         * fvwm/move_resize.h (resize_geometry_window):
13708         * fvwm/menus.c (animated_move_back):
13709         (pop_menu_up):
13710         (ParentalMenuRePaint):
13711         Removed the global variables for parental relativity.  Please *do not*
13712         use globals in menus.c or anywhere else.  I'm trying to remove most
13713         globals in the long run.
13715         * libs/Graphics.c (do_relieve_rectangle):
13716         removed debug code
13718         * fvwm/menus.c (MenuInteraction):
13719         fixed tearing off menus by selecting a tear off item with the keyboard
13721         * fvwm/menus.c (MenuInteraction):
13722         fixed menus not popping down sometimes
13724         * fvwm/functions.c (CMD_TearMenuOff):
13725         * fvwm/menus.c (AddToMenu):
13726         (MenuInteraction):
13727         (warp_pointer_to_item):
13728         (get_selectable_item_index):
13729         (get_selectable_item_from_index):
13730         (get_selectable_item_from_section):
13731         (menuShortcuts):
13732         (paint_item):
13733         (draw_tear_off_bar):
13734         * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
13735         New command "TearMenuOff" in menus.  In a normal item, this tears off
13736         the menu when selected.  If the item has no title, it is drawn as a
13737         dashed line too.  Pressing button 2 over a title tears out the menu too.
13738         some clean up
13740         * fvwm/menus.c (make_menu_window):
13741         fixed problem w/ mapping menus, performance enhancement
13743         * fvwm/builtins.c (CMD_Destroy):
13744         (CMD_Close):
13745         fixed core dump
13747         * fvwm/functions.c (execute_function):
13748         (expand_extended_var):
13749         (expand):
13750         new variable cond.rc that returns the last return code of a conditinal
13751         command
13753 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13755         * fvwm/conditional.c (CMD_Cond):
13756         (CMD_CondCase):
13757         (CMD_Break):
13758         * fvwm/commands.h:
13759         * fvwm/functions.h:
13760         * fvwm/functions.c:
13761         new conditional commands Cond, CondCase and Break
13763         * fvwm/ewmh_events.c (ewmh_WMStateSticky):
13764         (ewmh_WMStateShaded):
13765         (ewmh_WMState):
13766         (ewmh_MoveResize):
13767         (ewmh_WMStateHidden):
13768         (ewmh_WMDesktop):
13769         (ewmh_CloseWindow):
13770         (ewmh_ActiveWindow):
13771         (ewmh_DesktopGeometry):
13772         * fvwm/gnome.c (GNOME_HandlePropRequest):
13773         * fvwm/windowlist.c (CMD_WindowList):
13774         * fvwm/update.c (apply_window_updates):
13775         * fvwm/conditional.c (CMD_Pick):
13776         (CMD_Prev):
13777         (CMD_Next):
13778         (CMD_None):
13779         (CMD_Any):
13780         (CMD_Current):
13781         (CMD_PointerWindow):
13782         (CMD_This):
13783         (CMD_All):
13784         (CMD_Direction):
13785         (CMD_WindowId):
13786         * fvwm/read.c (run_command_stream):
13787         * fvwm/fvwm.c (Done):
13788         (SetRCDefaults):
13789         (StartupStuff):
13790         (main):
13791         * fvwm/module_interface.c (ExecuteModuleCommand):
13792         * fvwm/move_resize.c (handle_stick):
13793         * fvwm/add_window.c (AddWindow):
13794         * fvwm/events.c (HandleKeyPress):
13795         (HandleButtonPress):
13796         (HandleClientMessage):
13797         (HandleButtonRelease):
13798         (HandlePropertyNotify):
13799         * fvwm/builtins.c (CMD_DestroyDecor):
13800         (AddToDecor):
13801         (CMD_StrokeFunc):
13802         * fvwm/functions.h (func_type):
13803         * fvwm/functions.c (old_execute_function):
13804         (execute_function):
13805         (execute_complex_function):
13807         * fvwm/fvwm.h (fvwm_cond_func_rc):
13808         inplemented return codes OK, NO_MATCH and ERROR for conditional commands
13810         * fvwm/ConfigFvwmDefaults:
13811         set some default styles for tear off menu windows
13813         * fvwm/menus.c (menuShortcuts):
13814         ignore actions that would normally close a menu if it's a tear off menu
13815         <Backspace> creates a tear off menu
13816         <Escape> closes a tear off menu
13818         * fvwm/builtins.c (CMD_Delete):
13819         (CMD_Destroy):
13820         (CMD_Close):
13821         * fvwm/menus.c (DestroyMenu):
13822         (make_menu_window):
13823         (MenuInteraction):
13824         * fvwm/menus.h (MenuRootDynamic):
13825         Each menu window is created with a unique display to prevent fvwm from
13826         being killed when a tear off menu is destroyed.  Of course this is
13827         inefficient, but still better than writing a menu module.
13829 2002-02-23  Mikhael Goikhman  <migo@homemail.com>
13831         * configure.in:
13832         autogenerate perllib/FVWM/Module/Makefile
13834 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13836         * fvwm/move_resize.c (moveLoop):
13837         fixed a problem with keyboard movement vs. EdgeResistance
13839 2002-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13841         * fvwm/events.c:
13842         fixed problem with root bindings and xfishtank
13844         * fvwm/windowlist.c (CMD_WindowList):
13845         applied patch by to Darren Marshall to fix placement of window list on
13846         wrong xinerama screen
13848         * libs/Parse.c (GetSuffixedIntegerArguments):
13849         integer arguments that must not have a suffix but have one are ignored
13851         * fvwm/icons.c (DeIconify):
13852         (Iconify):
13853         applied patch by Markus Schwarzenberg to fix a rare problem with the
13854         is_map_pending flag, iconified icons and restart
13856 2002-02-22  Mikhael Goikhman  <migo@homemail.com>
13858         * fvwm/commands.h:
13859         * fvwm/conditional.c (CMD_This):
13860         * fvwm/functions.c:
13861         * fvwm/functions.h:
13862         * fvwm/fvwm2.1:
13863         * NEWS:
13864         added new conditional command This
13866 2002-02-21  Mikhael Goikhman  <migo@homemail.com>
13868         * acconfig.h:
13869         * configure.in:
13870         added fribidi library detection
13872 2002-02-12  olicha  <olivier.chapuis@free.fr>
13874         * libs/Flocale.h (FlocaleFont):
13875         * libs/Flocale.c (get_FlocaleFont):
13876         (get_FlocaleFontSet):
13877         Compute the ascent and descent of the FlocaleFont structure directly
13878         from the XFontSetExtents data in the case of a fontset
13879         Added max_char_width to the FlocaleFont structure
13881         * libs/Makefile.am (libfvwm_a_SOURCES):
13882         * libs/GetFont.c:
13883         Removed libs/GetFont.c
13885         * fvwm/menus.c (FreeMenuStyle):
13886         (UpdateMenuStyle):
13887         (NewMenuStyle):
13888         (CMD_CopyMenuStyle):
13889         * fvwm/menus.h (MenuLook):
13890         Fixed default font handling font by using a new MenuLook flags
13891         USING_DEFAULT_FONT
13893         * fvwm/menus.c (UpdateMenuStyle):
13894         Fixed default font update
13896         * fvwm/fvwm.c (SetRCDefaults):
13897         (InitVariables):
13898         Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
13899         fvwm initialization
13901 2002-02-11  Mikhael Goikhman  <migo@homemail.com>
13903         * configure.in:
13904         added FvwmPerl/* file generation
13906 2002-02-11  olicha  <olivier.chapuis@free.fr>
13908         * INSTALL.fvwm:
13909         * NEWS:
13910         Multibyte news. Document --disable-compound-text and --disable-ewmh.
13912         * libs/Flocale.h:
13913         Added more documentation and change the MB_FALLBACK_FONT to
13914         "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
13915         -*-medium-r-normal-*-16-*" (with XFree) this should gives something
13916         more consistent with the none multibyte case.
13918 2002-02-10  olicha  <olivier.chapuis@free.fr>
13920         * fvwm/ewmh.c (EWMH_RestoreInitialStates):
13921         (EWMH_ExitStuff):
13922         * fvwm/events.c (HandleUnmapNotify):
13923         (HandleReparentNotify):
13924         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
13925         (ewmh_WMStateSticky):
13926         (ewmh_WMStateHidden):
13927         Restore various ewmh initial states when a window is  unmapped or
13928         reparented
13930 2002-02-10  Mikhael Goikhman  <migo@homemail.com>
13932         * Makefile.am:
13933         * configure.in:
13934         added support for new perllib directory
13936 2002-02-09  olicha  <olivier.chapuis@free.fr>
13938         * libs/fvwmlib.h:
13939         * libs/Flocale.c:
13940         * libs/Flocale.h:
13941         * acconfig.h:
13942         * configure.in:
13943         Rename I18N_MB to MULTIBYTE
13944         Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
13946         * libs/Flocale.c (*):
13947         * libs/Flocale.h:
13948         New Font and Text API. A cache is used for fonts information. Font
13949         loading is more powerfull as both font or fontset can be loaded.
13950         See Flocale.h for details, more comments will be added soon.
13951         Fortunately, it seems that there are no more memory problems with
13952         --enable-multibyte!
13953         If COMPOUND_TEXT, then non XA_STRING text properties are converted
13954         with XmbTextPropertyToTextList
13956         * fvwm/events.c (HandlePropertyNotify):
13957         * fvwm/misc.c (NewFontAndColor):
13958         * fvwm/icons.h:
13959         * fvwm/misc.h:
13960         * fvwm/menus.c (FreeMenuStyle):
13961         (NewMenuStyle):
13962         (CMD_CopyMenuStyle):
13963         (draw_underline):
13964         (calculate_item_sizes):
13965         (size_menu_horizontally):
13966         (paint_item):
13967         * fvwm/builtins.c (CMD_DefaultFont):
13968         (ApplyDefaultFontAndColors):
13969         * fvwm/add_window.c (destroy_icon_font):
13970         (setup_icon_font):
13971         (destroy_window_font):
13972         (setup_window_font):
13973         (free_window_names):
13974         (setup_window_name):
13975         (setup_icon):
13976         * fvwm/fvwm.h (FvwmWindow):
13977         * fvwm/move_resize.c (DisplayPosition):
13978         (resize_geometry_window):
13979         (DisplaySize):
13980         * fvwm/fvwm.c (InitVariables):
13981         * fvwm/icons.c (DrawIconWindow):
13982         (setup_icon_title_size):
13983         * fvwm/borders.c (RedrawTitle):
13984         (DrawMultiPixmapTitlebar):
13985         * fvwm/screen.h (ScreenInfo):
13986         Use the new Text and Font API
13988 2002-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13990         * fvwm/module_interface.c (PositiveWrite):
13991         fixed core dump when a module died in the select of PositiveWrite()
13993         * fvwm/module_interface.c (initModules):
13994         (ClosePipes):
13995         (do_execute_module):
13996         (KillModule):
13997         (KillModuleByName):
13998         (CMD_SendToModule):
13999         (PositiveWrite):
14000         * fvwm/modconf.c (ModuleConfig):
14001         removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
14003         * fvwm/icons.c (GetXPMFile):
14004         suppress unnecessary error message for xmb icons
14006         * fvwm/misc.c (fvwm_msg):
14007         * fvwm/misc.h (enum):
14008         added new fvwm_msg type "OLD" for deprecated commands
14010 2002-02-07  Mikhael Goikhman  <migo@homemail.com>
14012         * configure.in:
14013         generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
14015         * INSTALL.fvwm:
14016         New section "Bug Reports".
14018 2002-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14020         * fvwm/update.c (apply_window_updates):
14021         fixed propagation of window border and title colours to the modules
14023 2002-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14025         * fvwm/menus.c (do_menu):
14026         fixed leaving tear off menus when something is selected with the mouse
14028 2002-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14030         * fvwm/events.c (HandleEnterNotify):
14031         * fvwm/menus.c:
14032         more work on tear off menus
14034 2002-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14036         * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
14037         * fvwm/menus.c (menu_enter_tear_off_menu):
14038         (find_entry):
14039         (menuShortcuts):
14040         (MenuInteraction):
14041         (pop_menu_up):
14042         properly calculate pointer position in tear off menus
14043         (MenuInteraction):
14044         fixed active wait w/ poopup/popdown delays
14046         * fvwm/windowlist.c (CMD_WindowList):
14047         don't initialise some variables twice
14049 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14051         * fvwm/add_window.c (CaptureOneWindow):
14052         properly recapture tear off menus
14054         (IS_MESSAGE_IN_MASK):
14055         (is_message_selected):
14056         (PositiveWrite):
14057         (PositiveWrite):
14058         * fvwm/schedule.c (deschedule):
14059         (squeue_execute):
14060         * fvwm/events.c (My_XNextEvent):
14061         * libs/queue.h:
14062         * fvwm/module_interface.c (ClosePipes):
14063         (CMD_ModuleSynchronous):
14064         (KillModule):
14065         performance enhancements; made macros out of simple functions
14067         * fvwm/builtins.c (CMD_WindowShade):
14068         don't redraw the decorations if window was not shaded or unshaded
14070         * fvwm/schedule.c (deschedule_obj_func):
14071         (execute_obj_func):
14072         fixed core dump when a scheduled command deschedules itself
14074 2002-01-31  olicha  <olivier.chapuis@free.fr>
14076         * NEWS:
14077         FvwmButtons news
14079 2002-01-31  Mikhael Goikhman  <migo@homemail.com>
14081         * NEWS:
14082         * fvwm/move.c (moveLoop):
14083         while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
14085         * fvwm/session.c (get_version_string):
14086         switch from static to date-based version string
14088         * configure.in:
14089         remove --enable-kanji compatibility option
14091         * fvwm/schedule.h:
14092         * libs/queue.h:
14093         fix warnings, gcc compains on having something after #endif
14095 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14097         * fvwm/builtins.c (CMD_Delete):
14098         (CMD_Close):
14099         (CMD_Destroy):
14100         don't crash fvwm when trying to close a tear off menu
14102         * fvwm/decorations.c (is_function_allowed):
14103         * fvwm/menus.c (menu_expose):
14104         (do_menu):
14105         * fvwm/events.c (HandleReparentNotify):
14106         (HandleUnmapNotify):
14107         * fvwm/add_window.c (AddWindow):
14108         (AddWindow):
14109         * fvwm/fvwm.h (struct):
14110         * fvwm/add_window.c (CaptureAllWindows):
14111         (CaptureOneWindow):
14112         * fvwm/events.h (flush_property_notify):
14113         * fvwm/events.c (HandleMapRequestKeepRaised):
14114         started work on tear off menus
14116         * fvwm/fvwm.c (main):
14117         * fvwm/events.c (CMD_Sync):
14118         (CMD_Synchronize):
14119         * fvwm/commands.h (CMD_Synchronize):
14120         * fvwm/functions.h (enum):
14121         * fvwm/functions.c (func_config):
14122         new commands XSync and XSynchronize for debugging
14124         * fvwm/conditional.c (CreateConditionMask):
14125         (MatchesConditionMask):
14126         * fvwm/builtins.c (CMD_State):
14127         * fvwm/fvwm.h (struct):
14128         * fvwm/functions.h:
14129         * fvwm/commands.h:
14130         * fvwm/functions.c (func_config):
14131         new command "State"
14132         new condition "State"
14134         * libs/queue.c:
14135         fixed core dump
14137 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14139         * fvwm/module_interface.c (AddToMessageQueue):
14140         (initModules):
14141         (DeleteMessageQueueBuff):
14142         (FlushMessageQueue):
14143         * fvwm/events.c (My_XNextEvent):
14144         * fvwm/module_interface.c (AddToCommandQueue):
14145         (ExecuteCommandQueue):
14146         use code from queue.c
14148         * fvwm/schedule.c:
14149         * fvwm/queue.c:
14150         * fvwm/queue.h:
14151         * fvwm/events.c (My_XNextEvent):
14152         "Schedule 0" commands are executed before event handling
14153         moved some of the chedule code into a new queue library
14155 2002-01-30  olicha  <olivier.chapuis@free.fr>
14157         * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
14159 2002-01-30  olicha  <olivier.chapuis@free.fr>
14161         * libs/Flocale.c:
14162         * libs/Flocale.h:
14163         * libs/Makefile.am:
14164         * fvwm/fvwm.c (main):
14165         New libs files Flocale.c and Flocale.h with a function to set the
14166         locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
14167         also a function to get the charset (from ewmh_name.c) and which
14168         setlocale if this has not been done with the above function. This
14169         function is also called at fvwm2 startup
14171         * fvwm/ewmh_names.c (charset_to_utf8):
14172         (utf8_to_charset):
14173         Use the Fcharset variable and remove get_charset
14175         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
14176         A minor fix
14178         * libs/GetFont.c (GetFontSetOrFixed):
14179         Free the missing charset list as suggested by Alexander Kotelnikov.
14180         Report problems with missing charset only 5 times. Remove the
14181         STRICTLY_FIXED code
14183 2002-01-30  Mikhael Goikhman  <migo@homemail.com>
14185         * configure.in:
14186         a patch to config.status to generate scripts executable, may be handy;
14187         added generation of utils/fvwm24_convert
14189 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14191         * fvwm/schedule.c:
14192         * fvwm/functions.c (expand_extended_var):
14193         implemented $[schedule.last] and $[schedule.next] variables
14194         implemented new command "Deschedule"
14196         * fvwm/misc.c (get_server_time):
14197         fixed MouseFocus
14199 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14201         * fvwm/misc.c (get_server_time):
14202         * fvwm/events.c (My_XNextEvent):
14203         * fvwm/icccm2.c (SetupICCCM2):
14204         * fvwm/functions.h:
14205         * fvwm/commands.h:
14206         * fvwm/functions.c (func_config):
14207         * fvwm/schedule.c:
14208         implemented new command "Schedule"
14210         * fvwm/builtins.c (CMD_Exec):
14211         applied job control patch by Alexander Kotelnikov using the portable
14212         version of setpgrp()
14214         * libs/setpgrp.c (fvwm_setpgrp):
14215         * libs/setpgrp.h (fvwm_setpgrp):
14216         * libs/Makefile.am:
14217         * configure.in:
14218         added checks for setpgrp and setpgid
14220 2002-01-29  olicha  <olivier.chapuis@free.fr>
14222         * acinclude.m4:
14223         Better test for iconv second argumeny
14225         * configure.in:
14226         Use gnu libiconv in priority against the system iconv
14228 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14230         * fvwm/stack.c (RaiseOrLowerWindow):
14231         (restack_windows):
14232         (collect_transients_recursive):
14233         * fvwm/icons.c (get_visible_icon_window_count):
14234         fixed stack ring corruption with icons that have either no picture or
14235         no title
14237 2002-01-28  olicha  <olivier.chapuis@free.fr>
14239         * fvwm/ewmh_names.c (charset_to_utf8):
14240         (utf8_to_charset):
14241         (EWMH_SetVisibleName):
14242         (get_charset):
14243         Better message errors in get_charset, use UTF-8 in the place of UTF8,
14244         set the ewmh visible (icon) name only if the fvwm visible name is
14245         different from the ICCCM (icon) window name, limit the number of
14246         conversions error messages to 10
14248 2002-01-28  olicha  <olivier.chapuis@free.fr>
14250         * fvwm/functions.c (func_config):
14251         * fvwm/commands.h:
14252         * fvwm/builtins.c (CMD_PropertyChange):
14253         New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
14254         messages
14256         * fvwm/module_interface.h:
14257         * fvwm/module_interface.c (BroadcastPropertyChange):
14258         * libs/Module.h (MX_PROPERTY_CHANGE):
14259         New module message MX_PROPERTY_CHANGE for all propose messages.
14261         * fvwm/events.c (HandlePropertyNotify):
14262         * libs/defaults.h:
14263         Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
14264         as argument when fvwm2 detects that the root background change
14265         Removed the ROOT_BG_CHANGE_STRING stuff
14267 2002-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14269         * NEWS, configure.in:
14270         changed version to 2.5.1
14272         * fvwm/misc.c (get_pointer_fvwm_window):
14273         * fvwm/commands.h:
14274         * fvwm/functions.c (func_config):
14275         * fvwm/conditional.c (CreateConditionMask):
14276         (MatchesConditionMask):
14277         (CMD_PointerWindow):
14278         (CreateConditionMask):
14279         (CMD_Any):
14280         * fvwm/fvwm.h (WindowConditionMask):
14281         new conditions focused, !focused, haspointer, !haspointer
14282         new command PointerWindow that works like Current but on the window that
14283         currently contains the pointer
14284         new command Any which works like None but inverts the condition
14285         fixed parsing of conditions with more than one comma
14287         * fvwm/module_interface.h:
14288         * fvwm/module_interface.c (do_execute_module):
14289         (initModules):
14290         * libs/Module.h (MAX_XMSG_MASK):
14291         fixed default message mask for modules
14293         * fvwm/update.c (flush_window_updates):
14294         * fvwm/virtual.c (UnmapDesk):
14295         (MapDesk):
14296         (do_move_window_to_desk):
14297         * fvwm/icons.c (DeIconify):
14298         (DeIconify):
14299         * fvwm/events.c (HandlePropertyNotify):
14300         (HandleMapRequestKeepRaised):
14301         (HandleMapNotify):
14302         (HandleButtonPress):
14303         (HandleEnterNotify):
14304         (HandleLeaveNotify):
14305         * fvwm/focus.c (DoSetFocus):
14306         (MoveFocus):
14307         (SetFocusWindow):
14308         (ReturnFocusWindow):
14309         (DeleteFocus):
14310         (ForceDeleteFocus):
14311         (FocusOn):
14312         (restore_focus_after_unmap):
14313         Fixed a race condition with M_FOCUS_CHANGE events and window updates by
14314         suppressing the M_FOCUS_CHANGE message if the focus does not change in
14315         the flush_window_updates() function.
14317 2002-01-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14319         * fvwm/placement.c (PlaceWindow):
14320         minor performance enhancement
14322 2002-01-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14324         * libs/defaults.h:
14325         * fvwm/menus.c (MenuInteraction):
14326         (pointer_in_active_item_area):
14327         (pointer_in_passive_item_area):
14328         new menu style PopupActiveArea
14330 2002-01-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14332         * fvwm/move_resize.c (CMD_ResizeMaximize):
14333         (CMD_ResizeMoveMaximize):
14334         fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
14336 2002-01-21  olicha  <olivier.chapuis@free.fr>
14338         * fvwm/fvwm2.1:
14339         s/Penalities/Penalties/g
14341 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14343         * fvwm/events.c (HandleLeaveNotify):
14344         (HandleEnterNotify):
14345         * fvwm/modconf.c (ModuleConfig):
14346         * fvwm/update.c (apply_window_updates):
14347         * fvwm/module_interface.c (BroadcastWindowIconNames):
14348         (CMD_Send_WindowList):
14349         (initModules):
14350         (do_execute_module):
14351         (PositiveWrite):
14352         (CMD_set_nograb_mask):
14353         (CMD_set_sync_mask):
14354         (CMD_set_mask):
14355         (set_mseggage_mask):
14356         (is_message_in_mask):
14357         (is_message_selected):
14358         * libs/Module.h:
14359         rewrote message interface to allow more than 32 messages with minimal
14360         changes in the existing interfaces.
14361         new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
14363         * fvwm/style.h:
14364         * fvwm/style.c (parse_and_set_window_style):
14365         * fvwm/fvwm.h (struct):
14366         * fvwm/events.c (HandleButtonPress):
14367         implemented new styles MouseFocusClickIgnoreMotion and
14368         MouseFocusClickIgnoreMotionOff
14370         * fvwm/focus.c (focus_grab_buttons):
14371         fixed button mask for > 5 buttons
14373 2002-01-19  olicha  <olivier.chapuis@free.fr>
14375         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
14376         Save and restore the icon_pixmap_w and add comments
14378 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14380         * fvwm/events.c (HandleEnterNotify):
14381         fixed EnterNotify events for icons
14383 2002-01-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14385         * fvwm/*.c:
14386         * fvwm/stack.c (overlap_box):
14387         (overlap):
14388         * fvwm/icons.c (clear_icon):
14389         * fvwm/add_window.c (destroy_icon):
14390         * fvwm/fvwm.h (FvwmWindow):
14391         * fvwm/geometry.c (get_window_borders):
14392         (get_client_geometry):
14393         * libs/fvwmrect.h (struct):
14394         * fvwm/functions.c (expand_extended_var):
14395         implemented new extended variables cw.x, cw.y, cw.width, cw.height that
14396         return the geometry of the client window
14397         implemented new extended variables it.x, it.y, it.width, it.height that
14398         return the geometry of the icon title
14399         implemented new extended variables ip.x, ip.y, ip.width, ip.height that
14400         return the geometry of the icon picture
14401         implemented new extended variables i.x, i.y, i.width, i.height that
14402         return the geometry of the whole icon
14403         fixed $[w.height] when the window is shaded
14404         cleaned up icon geometry code
14406 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14408         * fvwm/commands.h:
14409         * fvwm/functions.c:
14410         * fvwm/functions.h:
14411         * fvwm/move_resize.c (unmaximize_fvwm_window):
14412         (maximize_fvwm_window):
14413         (CMD_Maximize):
14414         (CMD_ResizeMaximize):
14415         (CMD_Resize):
14416         (resize_window):
14417         (CMD_ResizeMove):
14418         (resize_move_window):
14419         (CMD_ResizeMoveMaximize):
14420         New command ResizeMaximize.  Works like Resize, but modifies the
14421         maximized size of the window, not the normal size.
14422         New command ResizeMoveMaximize that works similarly.
14423         (resize_move_window):
14424         fixed ResizeMove command
14426         * fvwm/functions.c (expand):
14427         fixed core dump when using something like $[$v] in a command
14429 2002-01-17  olicha  <olivier.chapuis@free.fr>
14431         * libs/defaults.h (ROOT_BG_CHANGE_STRING):
14432         * fvwm/events.c (HandlePropertyNotify):
14433         * fvwm/fvwm.c (InternUsefulAtoms):
14434         * fvwm/extern.h:
14435         Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
14436         that the root background has changed. This uses the _XSETROOT_ID
14437         and XROOTPMAP_ID properties
14439         * fvwm/ewmh.c (atom_get):
14440         Be paranoid
14442 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14444         * fvwm/update.c (flush_window_updates):
14445         fixed unnecessary window style updates
14447         * fvwm/style.c (parse_and_set_window_style):
14448         * fvwm/add_window.c (RestoreWithdrawnLocation):
14449         (AddWindow):
14450         (setup_frame_attributes):
14451         * fvwm/fvwm.h (FvwmWindow):
14452         Fvwm does no longer disable backing store on all of its windows. This
14453         cause too many problems with some applications, e.g. rdist.  Introduced
14454         the new style BackingStoreWindowDefault that tells fvwm not to modify
14455         the backing store attribute on the client window - which now is the
14456         default.
14458 2002-01-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14460         * fvwm/commands.h:
14461         * fvwm/functions.c (func_config):
14462         * libs/Module.c (SetMessageMask2):
14463         (SetNoGrabMask2):
14464         * libs/Module.h:
14466         * configure.in:
14467         fixed building with libstroke-0.5.1 on Solaris8
14469         * fvwm/stack.c (new_layer):
14470         * fvwm/borders.c (DrawButton):
14471         (RedrawButtons):
14472         (RedrawTitle):
14473         * fvwm/builtins.c (SetLayerButtonFlag):
14474         (do_button_style):
14475         * fvwm/screen.h (struct):
14476         Applied the layer button patch by Richard Curnow with a few
14477         modifications
14479         * fvwm/icons.c (GetIconBitmap):
14480         (GetIconWindow):
14481         Ignore client icons that have the wrong depth
14483         * fvwm/events.c (HandleEnterNotify):
14484         Tried to fix focusing problem w/ unclutter.
14486 2002-01-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14488         * fvwm/functions.c (CheckActionType):
14489         remove debug code
14491         * fvwm/menus.c (paint_item):
14492         * fvwm/misc.c (is_function_allowed):
14493         * fvwm/move_resize.c (is_move_allowed):
14494         (is_resize_allowed):
14495         (is_maximize_allowed):
14496         * fvwm/decorations.c (check_if_function_allowed):
14497         combined all these functions into a new one
14498         use this function everywhere
14499         use the Fixed... styles to decide if a menu item is greyed or not
14501 2002-01-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14503         * fvwm/events.c (HandleExpose):
14504         eat up expose events even if the server claims that the expose count is
14505         zero; fixes a problem with many redraws of windows that are uncovered
14506         by shading a window above them
14508 2002-01-10  olicha  <olivier.chapuis@free.fr>
14510         * fvwm/focus.c (DoSetFocus):
14511         * fvwm/move_resize.c (CMD_Maximize):
14512         (CMD_Maximize):
14513         (handle_stick):
14514         (CMD_ResizeMove):
14515         (CMD_Resize):
14516         * fvwm/icons.c (DeIconify):
14517         (DeIconify):
14518         (Iconify):
14519         * fvwm/gnome.c (GNOME_HandlePropRequest):
14520         * fvwm/ewmh_names.c (EWMH_WMName):
14521         * fvwm/events.c (HandleFocusIn):
14522         (HandlePropertyNotify):
14523         (HandleMapNotify):
14524         (HandleButtonPress):
14525         (HandleLeaveNotify):
14526         (HandleExpose):
14527         * fvwm/builtins.c (CMD_UpdateDecor):
14528         (CMD_WindowShade):
14529         * fvwm/borders.c (draw_clipped_decorations):
14530         (DrawDecorations):
14531         (RedrawDecorations):
14532         * fvwm/borders.h:
14533         Added a new argument to DrawDecoration similar to draw_window_parts,
14534         which indicate which part of the decor should be cleared. At present
14535         time only CLEAR_FRAME is taken in account and this is used in
14536         ShadeWindow to draw the decoration without flickering. This argument
14537         may be used in the future to reduce opaque resizing flickering
14539         * fvwm/builtins.c (CMD_WindowShade):
14540         Draw the decoration during unshading a window
14542         * fvwm/menus.c (ParentalMenuRePaint):
14543         Fixed transparent animated menu again
14545         * NEWS:
14546         Some update
14548 2002-01-09  olicha  <olivier.chapuis@free.fr>
14550         * fvwm/style.c (CMD_Style):
14551         free all the elements of the ptmpstyle before freeing it
14553         * fvwm/menus.c (ParentalMenuRePaint):
14554         Fixed transparent animated menu with HilightBackOff
14556 2002-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14558         * fvwm/style.c (merge_styles):
14559         fixed core dump w/ multiple use of the UseStyle style and HilightBack
14560         in the copied style
14562 2002-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14564         * fvwm/modconf.c (send_ignore_modifiers):
14565         (send_move_threshold):
14566         (send_click_time):
14567         (send_colorsets):
14568         (send_color_limit):
14569         (send_image_path):
14570         (send_desktop_geometry):
14571         (CMD_Send_ConfigInfo):
14572         moved code into new functions
14574         * libs/defaults.h (DEFAULT_MODS_UNUSED):
14575         moved to defaults.h
14577         * fvwm/bindings.c (CMD_IgnoreModifiers):
14578         * fvwm/module_interface.c (broadcast_xinerama_state):
14579         * fvwm/modconf.c (send_ignore_modifiers):
14580         broadcast IgnoreModifiers to modules
14582         * fvwm/bindings.c (CMD_IgnoreModifiers):
14583         fixed IgnoreModifiers command without arguments
14584         * fvwm/fvwm2.1:
14585         corrected documentation of IgnoreModifiers command
14587 2002-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14589         * fvwm/add_window.c:
14590         * fvwm/cursor.c:
14591         * fvwm/virtual.c:
14592         * fvwm/builtins.c:
14593         * fvwm/bindings.c:
14594         * fvwm/move_resize.c:
14595         * fvwm/events.c:
14596         * fvwm/stack.c:
14597         * fvwm/module_interface.c:
14598         * fvwm/focus.c:
14599         * fvwm/placement.c:
14600         * fvwm/menus.c:
14601         * fvwm/icons.c:
14602         * fvwm/fvwm.h (FvwmWindow):
14603         remnamed icon_w member to icon_title_w
14605 2002-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14607         * fvwm/icons.c (RedoIconName):
14608         fixed sizing of icon title for icons without a pixmap
14609         (RedoIconName):
14610         (CreateIconWindow):
14611         (Iconify):
14612         (CreateIconWindow):
14613         rewrote icon title layout and moved the constants to defaults.h
14615         * fvwm/menus.c (menuShortcuts):
14616         (handle_emacs_bindings):
14617         implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
14619 2002-01-04  Dan Espen  <dane@mk.telcordia.com>
14621         * fvwm/fvwm2.1: Language checks done.
14622         .IR command not in column 1 fixed.
14624 2002-01-04  olicha  <olivier.chapuis@free.fr>
14626         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14627         (AnimatedMoveOfWindow):
14628         (AnimatedMoveFvwmWindow):
14629         (move_window_doit):
14630         * fvwm/menus.c (ParentalMenuRePaint):
14631         (animated_move_back):
14632         (pop_menu_up):
14633         Fixed transparent animated menu
14635 2002-01-03  olicha  <olivier.chapuis@free.fr>
14637         * fvwm/move_resize.c (is_resize_allowed):
14638         (is_move_allowed):
14639         Do not check if moveing/resizeing is MWM allowed for a no user request
14640         This fix for example FvwmWinList with MwmFunctions & NoOverride
14642         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14643         * fvwm/move_resize.c (is_move_allowed):
14644         Allowed moving if tmp_win is null and check if move is allowed and
14645         not resize in AnimatedMoveAnyWindow. This fix animated menu
14647         * fvwm/ewmh.c (ewmh_AllowsMaximize):
14648         (ewmh_AllowsMove):
14649         (ewmh_AllowsResize):
14650         Check as a user request
14652         * fvwm/fvwm2.1:
14653         * fvwm/move_resize.c (CMD_Maximize):
14654         (MaximizeWidth):
14655         (MaximizeHeight):
14656         New global flags "layer" and "ewmiwa". layer causes the grow* methods
14657         to ignore the windows with a layer less or equal to the layer of
14658         the maximized window. ewmhiwa causes to ignore the ewmh working area.
14659         Reorder a bit the Maximize documentation
14661         * fvwm/fvwm2.1:
14662         * fvwm/functions.c (expand_extended_var):
14663         New variables $[desk.name<n>] to get the desktop names
14665 2002-01-01  Dan Espen  <dane@mk.telcordia.com>
14667         * fvwm/read.c (CMD_Read): Correct message on missing file when using
14668         Read with full path.
14670 2002-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14672         * libs/defaults.h:
14673         * fvwm/misc.c (GrabEm):
14674         reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
14676         * fvwm/events.c (HandleUnmapNotify):
14677         (HandleMapRequestKeepRaised):
14678         (check_map_request):
14679         fixed unmanaged window when window was mapped/unmapped/mapped too fast
14681         * fvwm/add_window.c (FetchWmProtocols):
14682         (setup_wm_hints):
14683         * fvwm/fvwm.h (FvwmWindow):
14684         * fvwm/events.c (HandleEnterNotify):
14685         (HandlePropertyNotify):
14686         * fvwm/focus.c (refresh_focus):
14687         (set_focus_model):
14688         fixed focus problems with netscape and ddd
14690 2001-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14692         * libs/Target.c (fvwmlib_keyboard_shortcuts):
14693         * libs/Pointer.c (GetLocationFromEventOrQuery):
14694         * fvwm/virtual.c (HandlePaging):
14695         * fvwm/move_resize.c (GetOnePositionArgument):
14696         (InteractiveMove):
14697         (AnimatedMoveAnyWindow):
14698         (moveLoop):
14699         (CMD_Resize):
14700         * fvwm/module_interface.c (ExecuteModuleCommand):
14701         * fvwm/menus.c (do_menu):
14702         (menuShortcuts):
14703         (MenuInteraction):
14704         (get_menu_options):
14705         * fvwm/functions.c (execute_complex_function):
14706         * fvwm/events.c (HandleClientMessage):
14707         (WaitForButtonsUp):
14708         * fvwm/conditional.c (CMD_Direction):
14709         * fvwm/builtins.c (CMD_CursorMove):
14710         (CMD_FakeClick):
14711         (CMD_StrokeFunc):
14712         handle return code of XQueryPointer everywhere; necessary for dual head
14714         * fvwm/misc.c (GrabEm):
14715         Pointer was warped to other screen with a dual head setup
14717 2001-12-31  olicha  <olivier.chapuis@free.fr>
14719         * fvwm/ewmh_events.c (ewmh_WMStateModal):
14720         Removed some code which try to raise ewmh modal window over
14721         its transientfor window; this seems not possible without a new style
14722         or a bad hack in stack.c
14724 2001-12-30  Dan Espen  <dane@mk.telcordia.com>
14726         * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
14727         fallback to fixed font so it shows the right font for I18N.
14729 2001-12-30  olicha  <olivier.chapuis@free.fr>
14731         * fvwm/window_flags.h:
14732         * fvwm/session.c (MatchWinToSM):
14733         (LoadWindowStates):
14734         (SaveWindowStates):
14735         (get_version_string):
14736         * fvwm/move_resize.c (CMD_Maximize):
14737         (handle_stick):
14738         * fvwm/icons.c (CMD_Iconify):
14739         * fvwm/ewmh.c (EWMH_SetWMState):
14740         (EWMH_WindowInit):
14741         (EWMH_ExitStuff):
14742         (EWMH_SetAllowedActions):
14743         (EWMH_WindowInit):
14744         * fvwm/ewmh.h:
14745         * fvwm/ewmh_intern.h:
14746         * fvwm/ewmh_events.c (ewmh_WMState*):
14747         * fvwm/builtins.c (CMD_WindowShade):
14748         * fvwm/stack.c (new_layer):
14749         * fvwm/update.c (apply_window_updates):
14750         * fvwm/update.h (struct):
14751         * fvwm/add_window.c (setup_window_structure):
14752         (setup_window_name):
14753         (setup_icon):
14754         * fvwm/style.c (check_window_style_change):
14755         The skip list and modal ewmh window states are now updated after
14756         an use/ignore ewmh state style changes. The other ewmh states are
14757         starting state only. All the initial ewmh states are keep in memory
14758         for FvwmIdent.
14760         * fvwm/ewmh.c (EWMH_Handle*):
14761         * fvwm/fvwm.h:
14762         Set the ewmh_window_type to an int (and not the corresponding atom)
14763         accordingly to the window type
14765         * fvwm/ewmh_events.c (ewmh_WMStateModal):
14766         ewmh modal transient windows have RaiseTransient and GrabFocusTransient
14767         style
14769         * fvwm/ewmh.c (EWMH_GetStyle):
14770         * fvwm/ewmh_events.c (ewmh_WMDesktop):
14771         Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
14772         hints
14774         * libs/vpacket.h (ConfigWinPacket):
14775         * fvwm/module_interface.c (CONFIGARGSNEW):
14776         (OLDCONFIGARGS):
14777         (CONFIGARGS):
14778         Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
14779         cfgpacket for FvwmIdent
14781 2001-12-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14783         * fvwm/move_resize.c (resize_geometry_window):
14784         fixed wrong size calculation of geometry window
14786 2001-12-19  olicha  <olivier.chapuis@free.fr>
14788         * fvwm/ewmh_names.c (convert_charsets):
14789         More precise error messages
14791         * fvwm/fvwm2.1:
14792         A few formatting fixes
14794 2001-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14796         * fvwm/gnome.c (GNOME_SetHints):
14797         fixed window getting frozen into position upon a recapture or restart
14799 2001-12-17  Dan Espen  <dane@mk.telcordia.com>
14801         * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
14803 2001-12-17  olicha  <olivier.chapuis@free.fr>
14805         * fvwm/fvwm2.1:
14806         Tried to clarify the EWMHIconicStateWorkaround BugOpts
14808         * fvwm/ewmh.c (delete_kst_item):
14809         (set_kde_sys_tray):
14810         (EWMH_IsKdeSysTrayWindow):
14811         (EWMH_ManageKdeSysTray):
14812         * fvwm/events.c (HandleReparentNotify):
14813         Fixed reparenting management of kde system tray windows and
14814         added some off debugging code
14816         * fvwm/virtual.c (CMD_DesktopName):
14817         Removed some debugging code
14819 2001-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14821         * fvwm/fvwm.h (struct):
14822         * fvwm/window_flags.h (IS_FIXED_PPOS):
14823         * fvwm/style.h (SCSET_IS_FIXED_PPOS):
14824         * fvwm/style.c (parse_and_set_window_style):
14825         (check_window_style_change):
14826         implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
14827         FixedUSSize, FixedPSize and Variable PPosition, ...
14829         * fvwm/events.c (HandleConfigureRequest):
14830         * fvwm/ewmh.c (ewmh_AllowsResize):
14831         (is_resize_allowed):
14832         (ewmh_AllowsMove):
14833         (ewmh_AllowsMove):
14834         * fvwm/gnome.c (GNOME_SetHints):
14835         (AnimatedMoveAnyWindow):
14836         (CMD_ResizeMove):
14837         use new functions
14838         * fvwm/move_resize.c (is_move_allowed):
14839         (is_resize_allowed):
14840         (is_maximize_allowed):
14841         new functions to clean up some code
14843 2001-12-15  Dan Espen  <dane@mk.telcordia.com>
14845         * fvwm/fvwm2.1: Doc fixups.
14847 2001-12-15  olicha  <olivier.chapuis@free.fr>
14849         * fvwm/builtins (CMD_BugOpts):
14850         * fvwm/ewmh.c:
14851         * fvwm/ewmh_conf.c (EWMH_BugOpts):
14852         * fvwm/ewmh_events.c (ewmh_StateHidden):
14853         * fvwm/fvwm.c (InitVariables):
14854         * fvwm/fvwm2.1:
14855         * fvwm/icons.c (CMD_Iconify):
14856         * fvwm/screen.h:
14857         * fvwm/virtual.c (unmap_window):
14858         (map_window):
14859         Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
14860         to fix the IconicState problems in vitrual.c. New BugOpts
14861         EWMHIconicStateWorkaround for supporting current KDE versions
14863         * fvwm/events.c (HandlePropertyNotify):
14864         * fvwm/ewmh.c (ewmh_AllowsYes):
14865         * fvwm/ewmh.h:
14866         (ewmh_AllowsClose):
14867         (ewmh_AllowsMaximize):
14868         (ewmh_AllowsMove):
14869         (ewmh_AllowsResize):
14870         (EWMH_SetAllowedActions):
14871         (EWMH_WindowInit):
14872         * fvwm/style.c (check_window_style_change):
14873         * fvwm/update.c (apply_window_updates):
14874         * fvwm/update.h:
14875         Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
14877 2001-12-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14879         * fvwm/borders.c (RedrawTitle):
14880         * libs/defaults.h (WINDOW_TITLE_OFFSET):
14881         fixed 'stick' lines with long titles
14883 2001-12-11  olicha  <olivier.chapuis@free.fr>
14885         * NEWS:
14886         * fvwm/commands.h:
14887         * fvwm/ewmh.c (ewmh_SetWorkArea):
14888         * fvwm/ewmh.h:
14889         (ewmh_ComputeAndSetWorkArea):
14890         (ewmh_HandleDynamicWorkArea):
14891         (EWMH_GetWorkAreaIntersection):
14892         (EWMH_GetStrutIntersection):
14893         (get_intersection):
14894         * fvwm/ewmh_name.c (EWMH_SetDeskNames):
14895         * fvwm/function.c:
14896         * fvwm/function.h:
14897         * fvwm/fvwm.c (InitVariables):
14898         * fvwm/fvwm2.1:
14899         * fvwm/modconf.c (send_desktop_names):
14900         (CMD_Send_ConfigInfo):
14901         * fvwm/placement.c (get_next_x):
14902         (get_next_y):
14903         * fvwm/screen.h:
14904         * fvwm/virtual.c (CMD_DesktopName):
14905         * fvwm/virtual.h:
14906         (GetDesktopName):
14907         New command "DesktopName desk name" to define desktops names for
14908         the FvwmPager, the WindowList and ewmh compliant pagers.
14909         Desktops information (desk, desk name, working areas) is stored in a
14910         new list sub structure of Scr, DesktopsInfo. The head of the list
14911         contains generic information for desks that are not in the list.
14913         * fvwm/windowlist.c (get_desk_title):
14914         (CMD_WindowList):
14915         * fvwm/fvwm2.1:
14916         * NEWS:
14917         New window list options NoDeskNum, NoCurrentDeskTitle,
14918         TitleForAllDesks, NoNumInDeskTitle. Document these options and also
14919         the NoGeometry and NoGeometryInfo options.
14921         * fvwm/ewmh.c:
14922         * fvwm/ewmh_names.c:
14923         * fvwm/ewmh_icons.c:
14924         Added some static declarations
14926         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
14927         It seems that UTF8 names should not be terminated by a 0
14929         * fvwm/ewmh.c (EWMH_SetClientListStacking):
14930         Set the stacking list in the good orders
14932 2001-12-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14934         * vms/config.h:
14935         * fvwm/functions.c:
14936         * fvwm/commands.h:
14937         * fvwm/builtins.c:
14938         * fvwm/borders.c:
14939         removed all MULTISTYLE ifdefs
14941         * fvwm/borders.c (RedrawTitle):
14942         fixed title drawing into relief
14944 2001-12-08  olicha  <olivier.chapuis@free.fr>
14946         * fvwm/style.c:
14947         * fvwm/style.h:
14948         * fvwm/fvwm.h:
14949         * fvwm/update.c:
14950         * fvwm/update.h:
14951         * fvwm/window_flags.h:
14952         * fvwm/fvwm2.1:
14953         s/extended_window_name/indexed_window_name/i
14954         s/extended_icon_name/indexed_icon_name/i
14955         s/do_update_window_name/do_update_visible_window_name/
14956         s/do_update_icon_name/do_update_visible_icon_name/
14958         * fvwm/style.c (CMD_Style):
14959         * fvwm/style.h:
14960         (parse_and_set_window_style):
14961         Split CMD_Style into CMD_Style and parse_and_set_window_style
14963 2001-12-06  olicha  <olivier.chapuis@free.fr>
14965         * fvwm/add_window.c (setup_window_name_count):
14966         (setup_icon_name_count):
14967         Better determination of the window and icon names index
14969         * fvwm/add_window.c (AddWindow):
14970         (setup_icon):
14971         * fvwm/events.c (HandlePropertyNotify):
14972         * fvwm/ewmh_names.c (EWMH_WMName):
14973         (EWMH_WMIconName):
14974         * fvwm/module_interface.c (BroadcastWindowIconNames):
14975         * fvwm/module_interface.h:
14976         (CMD_Send_WindowList):
14977         (CMD_set_mask):
14978         (CMD_set_sync_mask):
14979         (CMD_set_nograb_mask):
14980         * fvwm/update.c (apply_window_updates):
14981         * libs/Module.h:
14982         New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
14983         which are send to modules with BroadcastWindowIconNames.
14984         The set mask cmds use unsigned long mask and not int mask!
14986 2001-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14988         * fvwm/ewmh.h:
14989         * fvwm/ewmh.c:
14990         EWMH without iconv compile fix by Hippo
14992 2001-12-05  olicha  <olivier.chapuis@free.fr>
14994         * fvwm/add_window.c:
14995         * fvwm/ewmh.c (*):
14996         * fvwm/ewmh.h:
14997         * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
14998         * fvwm/ewmh_events.c:
14999         * fvwm/fvwm.h:
15000         * fvwm/fvwm2.1:
15001         * fvwm/move_resize.c (CMD_Maximize):
15002         * fvwm/placement.c (test_fit):
15003         (PlaceWindow):
15004         * fvwm/session.c (SaveWindowStates):
15005         * fvwm/style.c (merge_styles):
15006         * fvwm/style.h:
15007         (check_window_style_change):
15008         * fvwm/update.c (apply_window_updates):
15009         * fvwm/update.h:
15010         * fvwm/window_flags.h:
15011         New ewmh styles:
15012         EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
15013         EWMHMaximizeUseDynamicWorkingArea,
15014         EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
15015         EWMHPlacementUseDynamicWorkingArea,
15016         EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
15017         EWMHIgnoreStateHints / EWMHUseStateHints,
15018         EWMHIgnoreStrutHints / EWMHUseStrutHints
15020         * fvwm/ConfigFvwmDefaults:
15021         Use EWMHPlacementUseDynamicWorkingArea,
15022         EWMHMaximizeUseDynamicWorkingArea as default placement styles
15024         * NEWS:
15025         * fvwm/add_window.c (setup_placement_penalty):
15026         * fvwm/add_window.h:
15027         (setup_placement_penalty):
15028         (AddWindow):
15029         * fvwm/fvwm.h:
15030         * fvwm/placement.c (get_next_x):
15031         * fvwm/placement.h:
15032         (get_next_y):
15033         (test_fit):
15034         * fvwm/style.c (CMD_Style):
15035         * fvwm/style.h:
15036         (check_window_style_change):
15037         * fvwm/update.c (apply_window_updates):
15038         * fvwm/update.h:
15039         * fvwm/window_flags.h:
15040         * libs/default.h:
15041         New styles PlacementOverlapPenalties and
15042         PlacementOverlapPercentPenalties
15044         * NEWS:
15045         * fvwm/add_window.c (setup_window_name_count):
15046         * fvwm/add_window.h:
15047         (setup_icon_name_count):
15048         (setup_visible_name):
15049         (setup_window_name):
15050         (free_window_names):
15051         (setup_icon):
15052         * fvwm/borders.c (DrawMultiPixmapTitlebar):
15053         (RedrawTitle):
15054         * fvwm/events.c (HandlePropertyNotify):
15055         * fvwm/ewmh_names.c (EWMH_*):
15056         * fvwm/fvwm.h:
15057         * fvwm/icons.c (CreateIconWindow):
15058         (DrawIconWindow):
15059         (RedoIconName):
15060         (AutoPlaceIcon):
15061         (Iconify):
15062         * fvwm/session.c (MatchWinToSM):
15063         * fvwm/style.c (CMD_Style):
15064         * fvwm/style.h:
15065         (check_window_style_change):
15066         * fvwm/update.c (apply_window_updates):
15067         * fvwm/update.h:
15068         * fvwm/window_flags.h:
15069         New styles ExtendedWindowName / SimpleWindowName and
15070         ExtendedIconName / SimpleIconName. TODO: the modules implementation
15072         * fvwm/builtins.c (ReadMultiPixmapDecor):
15073         A -Wall fix
15075         * configure.in:
15076         Fixed gcc test
15078         * session.c (get_version_string):
15079         now is 2.5-3
15081         * fvwm/stack.c (new_layer):
15082         (CMD_Layer):
15083         Fixed ewmh wm state
15085         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15086         Fixed creation of the ewmh icon in the case of the window is iconified
15088 2001-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15090         * fvwm/placement.c (PlaceWindow):
15091         fixed manual placement on Xinerama screens other than the one with the
15092         top left corner of the total screen
15094 2001-11-27  olicha  <olivier.chapuis@free.fr>
15096         * configure.in:
15097         * acinclude.m4:
15098         * acconfig.h:
15099         * fvwm/ewmh_name.c
15100         Check for the second argument of iconv
15102         * configure.in:
15103         Added -Wall to CFLAGS if cc is gcc
15105 2001-11-26  Mikhael Goikhman  <migo@homemail.com>
15107         * configure.in:
15108         * acconfig.h:
15109         s/extanded/extended/
15111 2001-11-26  olicha  <olivier.chapuis@free.fr>
15113         * fvwm/Makefile.am:
15114         Fixed (?) iconv_LIBS
15116 2001-11-26  olicha  <olivier.chapuis@free.fr>
15118         * fvwm/functions.c (expand):
15119         Fixed n, c, r expansion
15121 2001-11-25  Dan Espen  <dane@mk.telcordia.com>
15123         * fvwm/fvwm2.1: Clean up ewmh stuff.
15125 2001-11-24  olicha  <olivier.chapuis@free.fr>
15127         * fvwm/ewmh_internal.h:
15128         * fvwM/ewmh.c:
15129         Removed a non standard macro
15131 2001-11-24  olicha  <olivier.chapuis@free.fr>
15133         * fvwm/fvwm2.1:
15134         Documented the previous ewmh style in a new Style subsection
15136         * fvwm/functions.c (expand):
15137         Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
15139 2001-11-24  olicha  <olivier.chapuis@free.fr>
15141         * fvwm/add_window (setup_icon):
15142         (setup_window_structure):
15143         * fvwm/events.c (HandlePropertyNotify):
15144         * fvwm/ewmh.h:
15145         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
15146         * fvwm/ewmh_icons.c (ewmh_WMIcon):
15147         (EWMH_DoUpdateWmIcon):
15148         (ewmh_SetWmIconFromPixmap):
15149         (EWMH_DeleteWmIcon):
15150         (EWMH_SetIconFromWMIcon):
15151         * fvwm/ewmh_intern.h:
15152         * fvwm/fvwm.h:
15153         * fvwm/icons.c (GetIcon):
15154         * fvwm/session.c (get_version_string):
15155         * fvwm/style.c (CMD_Style):
15156         * fvwm/style.h:
15157         (check_window_style_change)
15158         * fvwm/update.c (apply_window_updates):
15159         * fvwm/update.h:
15160         * fvwm/window_flags.h:
15161         New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
15162         EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
15163         EWMHDonateIcon / EWMHDontDonateIcon,
15164         Some ewmh icon code simplification.
15165         Ewmh icons priority: just after icon window.
15167         * fvwm/ewmh.c (EWMH_ExitStuff):
15168         * fvwm/ewmh.h:
15169         * fvwm/session.c (SaveWindowStates):
15170         (LoadWindowStates):
15171         (MatchWinToSM):
15172         * fvwm/fvwm.c (Done):
15173         Delete the ewmh icons we set ourself. Some ewmh session states do not
15174         need to be saved/restored anymore
15176 2001-11-23  olicha  <olivier.chapuis@free.fr>
15178         * fvwm/ewmh_names.c (convert_charsets):
15179         Fixed infinite loop
15181 2001-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15183         * fvwm/ewmh_names.c (convert_charsets):
15184         -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
15185         man page states on Linux
15186         replaced goto with a loop
15188 2001-11-22  olicha  <olivier.chapuis@free.fr>
15190         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
15191         a -Wall fix
15193         * fvwm/ewmh_events.c:
15194         Fixed some styles update
15196         * fvwm/ewmh_conf.c:
15197         * fvwm/function.c (func_config):
15198         * fvwm/function.h:
15199         * fvwm/ewmh.c:
15200         * fvwm/ewmh.h:
15201         * fvwm/ewmh_events.c:
15202         * fvwm/ewmh_intern.h:
15203         * fvwm/Makefile.am:
15204         * fvwm/fvwm2.1:
15205         New file for ewmh styles and commands. New commands EWMHBaseStrut and
15206         EWMHNumberOfDesktops. More documentation in ewmh man page section.
15208         * fvwm/add_window.c:
15209         * fvwm/bindings.c:
15210         * fvwm/events.c:
15211         * fvwm/functions.c:
15212         * fvwm/ewmh.c (EWMH_Init):
15213         * fvwm/fvwm.h:
15214         * fvwm/fvwm.c (InitVariables):
15215         * fvwm/placement.c
15216         * fvwm/sceen.h:
15217         * fvwm/session.c:
15218         * fvwm/styles.c:
15219         * fvwm/update.c:
15220         * fvwm/update.h:
15221         * fvwm/window_flags.c:
15222         * libs/Bindings.c:
15223         * libs/Picture.c:
15224         * libs/Picture.h:
15225         * libs/fvwmlib.h:
15226         * configure.in:
15227         * acconfig.h:
15228         Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
15229         are maybe problematic) and those in the ewmh* files to allow
15230         to disbale the ewmh code: with --disable-ewmh all the ewmh code
15231         should be dummy. --enable-ewmh is now the default.
15233 2001-11-20  olicha  <olivier.chapuis@free.fr>
15235         * fvwm/icons.c (GetIcon):
15236         * fvwm/add_window.c (setup_icon):
15237         Fixed icons order choice and other minor bugs
15239         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
15240         Fixed a core dump if there is no MiniIcon
15242 2001-11-18  olicha  <olivier.chapuis@free.fr>
15244         * fvwm/ewmh.c (add_kst_item):
15245         * fvwm/ewmh.h:
15246         (ewmh_AddToKdeSysTray):
15247         (EWMH_IsKdeSysTrayWindow):
15248         (EWMH_ManageKdeSysTray):
15249         (EWMH_WindowInit):
15250         fvwm/ewmh_intern.h:
15251         * fvwm/events.c (HandleDestroyNotify):
15252         (HandleMapRequest):
15253         (HandleUnmapNotify):
15254         Fixed the KDE system tray implementation
15256 2001-11-16  olicha  <olivier.chapuis@free.fr>
15258         * fvwm/ewmh.h:
15259         * fvwm/ewmh.c:
15260         fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
15262 2001-11-15  olicha  <olivier.chapuis@free.fr>
15264         * fvwm/ewmh.c (EWMH_DestroyWindow):
15265         * fvwm/ewmh.h:
15266         (EWMH_WindowDestroyed):
15267         * fvwm/events.c (HandleReparentNotify):
15268         (HandleDestroyNotify):
15269         (HandleUnmapNotify):
15270         * fvwm/add_window.c (destroy_window):
15271         Fixed the ewmh windows lists
15273 2001-11-15  olicha  <olivier.chapuis@free.fr>
15275         * fvwm/Makefile.am:
15276         * fvwm/ewmh.c:
15277         * fvwm/ewmh.h:
15278         * fvwm/ewmh_intern.h:
15279         * fvwm/ewmh_events.c:
15280         * fvwm/ewmh_icons.c:
15281         * fvwm/ewmh_names.c:
15282         * fvwm/fvwm2.1:
15283         * NEWS:
15284         New files to achieve the extended WM hints support, off by
15285         default. This code is ifdefed a la gnome.c.
15286         This is work in progess (need to do so that every things are
15287         configurable).
15289         * configure.in:
15290         * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
15291         New configure option --enable-ewmh. Added tests for iconv and
15292         nl_langinfo for UTF8 conversions.
15294         * fvwm/add_window.c (AddWindow):
15295         (CaptureOneWindow):
15296         (destroy_window):
15297         (setup_window_name):
15298         (setup_icon):
15299         EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
15300         EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
15301         SET_HAS_EWMH_ICON, EWMH_WMIconName
15303         * fvwm/add_window.c (setup_window_structure):
15304         * fvwm/fvwm.h (FvwmWindow):
15305         (window_flags):
15306         * fvwm/window_flags.h:
15307         * fvwm/session.c (get_version_string):
15308         (SaveWindowStates):
15309         (LoadWindowStates):
15310         Added some entries in FvwmWindow and some flags (more will be
15311         added). Some of these states need to be saved at restart and
15312         at recapture. This code is ifdefed, may be it should not: I was
15313         forced to ifdef the version string in get_version_string.
15315         * libs/Bindings.c (win_contexts):
15316         * libs/fvwmlib.h:
15317         * fvwm/events.c (GetContext):
15318         * fvwm/bindings.c (ParseBinding):
15319         (activate_binding):
15320         * fvwm/functions.c (expand_extended_var):
15321         (expand):
15322         (execute_function):
15323         (DeferExecution):
15324         * fvwm/screen.h (Scr):
15325         new context C_EWMH_DESKTOP named "D" for an ewmh desktop
15326         (kdesktop or Nautilus desktop). This context is something between
15327         C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
15329         * fvwm/bindings.c (activate_binding):
15330         Fixed immediate application of mouse/stroke bindings
15332         * fvwm/borders.h
15333         * fvwm/borders.c (RedrawDecorations):
15334         * fvwm/update.c (apply_window_updates):
15335         New function  RedrawDecorations taken from apply_window_updates
15336         and called in ewmh_icons.c and update.c
15338         * fvwm/bultins.c (CMD_WindowShade):
15339         EWMH_SetWMState
15341         * fvwm/events.c (HandleFocusIn):
15342         (HandlePropertyNotify):
15343         (HandleClientMessage):
15344         (HandleMapRequestKeepRaised):
15345         (HandleUnmapNotify):
15346         EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
15347         icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
15348         EWMH_SetClientList
15350         * fvwm/icons.c (GetIcon):
15351         * fvwm/icons.h:
15352         (CreateIconWindow):
15353         (ChangeIconPixmap):
15354         * fvwm/events.c (HandlePropertyNotify):
15355         New function GetIcon taken from CreateIconWindow which choose
15356         the icon, there is a new case for EWMH icons. New function
15357         ChangeIconPixmap taken from events.c.
15358         The two new functions are called from ewmh_icon.c (and icons.c).
15360         * fvwm/move_resize.c (handle_stick):
15361         (CMD_Maximize):
15362         (handle_stick):
15363         EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
15365         * libs/Picture.h:
15366         * libs/Picture.c (LoadPictureFromPixmap):
15367         (CachePictureFromPixmap):
15368         New functions for loading a picture from a pixmap. Nothing is cached
15369         but this simplify the MiniIcon code.
15371         * fvwm/placement.c (PlaceWindow):
15372         EWMH_GetWorkAreaIntersection
15374         * fvwm/screen.h (Scr):
15375         Added the working area, the dynamic working area and the ewmh
15376         Desktop window.
15378         * fvwm/stack.c (restack_windows):
15379         (CMD_Layer):
15380         EWMH_SetClientListStacking, EWMH_SetWMState
15382         * fvwm/style.c (check_window_style_change):
15383         * fvwm/update.c (apply_window_updates):
15384         * fvwm/update.h:
15385         Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
15386         This code is ifdefed.
15388         * fvwm/style.c (lookup_style):
15389         EWMH_GetStyle
15391         * fvwm/virctual.c (goto_desk):
15392         (CMD_GotoDeskAndPage):
15393         (do_move_window_to_desk):
15394         EWMH_SetCurrentDesk, EWMH_SetWMDesktop
15396 2001-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15398         * fvwm/update.c (apply_window_updates):
15399         * fvwm/gnome.c (GNOME_GetStyle):
15400         * fvwm/style.c (lookup_style):
15401         (check_window_style_change):
15402         * fvwm/add_window.c (setup_style_and_decor):
15403         fixed GnomeIgnoreHints style for some of the gnome hints
15405         * fvwm/fvwm.c (StartupStuff):
15406         Tried to fix font size problem
15408         * fvwm/placement.c (PlaceWindow):
15409         suppress an X error
15411         * fvwm/move_resize.c (moveLoop):
15412         * libs/Target.c (fvwmlib_keyboard_shortcuts):
15413         * fvwm/misc.c (Keyboard_shortcuts):
15414         modified keyboard shortcut functions so that it is possible to move
15415         windows with the keyboard even if the border is hit.  does not work
15416         very nicely with paging
15418         * libs/Target.c (fvwmlib_keyboard_shortcuts):
15419         performance enhancement
15421         * fvwm/events.c (HandleButtonPress):
15422         fixed (?) some problem with passing the raise click in ctf to the app
15424         * fvwm/add_window.c (Reborder):
15425         * fvwm/virtual.c (MoveViewport):
15426         (MapDesk):
15427         (UnmapDesk):
15428         * fvwm/session.c (SaveWindowStates):
15429         * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
15430         don't access stack_next and stack_prev directly but use the access
15431         functions from stack.h
15433         * fvwm/stack.c (remove_window_from_stack_ring):
15434         (add_window_to_stack_ring_after):
15435         safety patch
15437         * fvwm/add_window.c (adjust_fvwm_internal_windows):
15438         (destroy_window):
15439         when a window becomes scheduled for destruction, remove all traces of it
15440         from the fvwm internal variable so its not accessed accidentally when
15441         its fields are no longer valid
15443 2001-11-05  Mikhael Goikhman  <migo@homemail.com>
15445         * fvwm/borders.c:
15446         fixed compilation of I18N_MB
15448 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
15450         * AUTHORS:
15451         * NEWS:
15452         * acconfig.h:
15453         * configure.in:
15454         * fvwm/borders.c:
15455         * fvwm/builtins.c:
15456         * fvwm/fvwm2.1:
15457         * fvwm/screen.h:
15458         exclude the TitleStyle MultiPixmap feature (only) before forking
15459         ...
15460         and restore it after that
15462         * NEWS:
15463         * configure.in:
15464         change version string to 2.5.0
15466         * NEWS:
15467         added a missing entry for the stable release 2.4.0 (03-Jul-2001);
15468         added a link to the stable version 2.4.4 (not released yet)
15470 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
15472         * NEWS:
15473         * configure.in:
15474         change version string to 2.4.4 before forking
15476         * make_fvwmdist.sh:
15477         strip end of line from date (adjust for a new length)
15479 2001-10-29  olicha  <olivier.chapuis@free.fr>
15481         * fvwm/screen.h (DecorFaceStyle):
15482         Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
15483         so that Solid colors work again
15485 2001-10-28  olicha  <olivier.chapuis@free.fr>
15487         * fvwm/module_interface.c (skipModuleAliasToken):
15488         Allows '/' as alias character
15490         * NEWS
15491         Script news
15493 2001-10-27  Mikhael Goikhman  <migo@homemail.com>
15495         * configure.in:
15496         * acconfig.h:
15497         * NEWS:
15498         added --disable-multipixmap-titles for the Suzanne's patch,
15499         the default is enable
15501         * fvwm/fvwm2.1:
15502         some formatting fixes in TitleStyle entry
15504 2001-10-27  Suzanne Britton  <tril@igs.net>
15506         * config.h.in: Added FANCY_TITLEBARS option, off by default
15508         * fvwm/fvwm2.1:
15509         Added info on TitleStyle MultiPixmap
15511         * fvwm/screen.h:
15512         [All changes #ifdeffed FANCY_TITLEBARS]
15513         Added TITLE_PADDING define for fancy titlebar rendering
15514         Added tb_pixmap_enum
15515         Added MultiPixmap to DecorFaceType enum
15516         Added Picture **multi_pixmaps and short multi_stretch_flags
15517         to DecorFace structure
15519         * fvwm/borders.c:
15520         [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
15521         (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
15522         (RenderIntoWindow): [new]
15523         (DrawMultiPixmapTitlebar): [new]
15524         (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
15525         instead of always sending 1
15526         (RedrawTitle):
15527         Call DrawFancyTitlebar for MultiPixmap style
15528         Skip DrawString calls for MultiPixmap style (title is drawn inside
15529         DrawMultiPixmapTitlebar)
15531         * fvwm/builtins.c:
15532         [All changes #ifdeffed FANCY_TITLEBARS]
15533         (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
15534         (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
15535         (ReadMultiPixmapDecor): [new]
15537 2001-10-26  Dan Espen  <dane@mk.telcordia.com>
15539         * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
15540         buttons can activate on press or release, special pointer during grab,
15541         arrow key command recall.
15543 2001-10-24  Mikhael Goikhman  <migo@homemail.com>
15545         * fvwm/bindings.c (ParseBinding):
15546         * fvwm/bindings.h:
15547         * fvwm/fvwm2.1:
15548         binding commands now do not print error messages with Silent
15550         * fvwm/ConfigFvwmDefaults:
15551         * NEWS:
15552         don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
15553         use Silent before Key Help
15555         * fvwm/add_window.c:
15556         changed the broken size hints message to notify the owner
15558         * docs/fvwm.lsm.in:
15559         small changes
15561 2001-10-19  olicha  <olivier.chapuis@free.fr>
15563         * NEWS:
15564         Some FvwmScript news
15566 2001-10-16  olicha  <olivier.chapuis@free.fr>
15568         * NEWS:
15569         Some FvwmScript news
15571 2001-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15573         * fvwm/bindings.c (activate_binding):
15574         * libs/Bindings.c (GrabWindowKeyOrButton):
15575         activate mouse/stroke bindings immediately
15577         * fvwm/events.c (HandleButtonPress):
15578         it is possible to bind actions to the 'ClickToFocus' click
15580 2001-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15582         * fvwm/virtual.c (HandlePaging):
15583         allow paging during move/resize when pressing keys
15585         * libs/XResource.c (MergeCmdLineResources):
15586         possible core dump fix
15588         * fvwm/add_window.c (setup_window_placement):
15589         fixed core dump
15591         * libs/Bindings.c (AddBinding):
15592         another attempt at cleaning up bindings with "Shift"
15594 2001-10-13  olicha  <olivier.chapuis@free.fr>
15596         * NEWS
15597         FvwmScript news
15599 2001-10-10  Mikhael Goikhman  <migo@homemail.com>
15601         * move_resize.c:
15602         * fvwm/fvwm2.1:
15603         OpaqueMoveSize now accepts "unlimited" or negative argument.
15605 2001-10-09  Mikhael Goikhman  <migo@homemail.com>
15607         * fvwm/fvwm2.1:
15608         added missing "!"
15610 2001-10-08  Dan Espen  <dane@mk.telcordia.com>
15612         * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
15614         * libs/fvwmlib.h:
15615         * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
15617         * fvwm/cursor.c: Extract cursor validation routine to become a libs
15618         routine.
15620 2001-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15622         * NEWS, configure.in:
15623         changed version to 2.5.0
15625 2001-10-08  olicha  <olivier.chapuis@free.fr>
15627         * fvwm/borders.c (RedrawTitle):
15628         Fixed drawing of leftJustified stippled title and suppress warnings
15629         in RelieveRectangle w/ RightJustified stippled title
15631 2001-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15633         * fvwm/virtual.c (CMD_XineramaSlsSize):
15634         fixed ABR
15636 2001-10-03  olicha  <olivier.chapuis@free.fr>
15638         * fvwm/style.c (CMD_Style):
15639         * fvwm/fvwm2.1
15640         Added the possibility to add an Xinerama screen to the 4 numerics
15641         Iconbox format
15643 2001-10-03  olicha  <olivier.chapuis@free.fr>
15645         * fvwm/icons.c (AutoPlaceIcon):
15646         Fixed a core dump with @c and fixed icon placement if the icon should
15647         not be on the current page
15649 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15651         * fvwm/icons.c (AutoPlaceIcon):
15652         * libs/FScreen.c (FScreenParseScreenBit):
15653         added 'w' screen specifier for icon boxes
15655         * fvwm/icons.c (AutoPlaceIcon):
15656         fixed placement of icons in icon boxes on different screen
15658         * fvwm/menus.c (get_menu_options):
15659         reduced code duplication
15661 2001-10-02  olicha  <olivier.chapuis@free.fr>
15663         * fvwm/menus.c (get_menu_options):
15664         fixed Xinerama placement of menu with empty but not null position hints
15666 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15668         * fvwm/borders.c (RedrawTitle):
15669         * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
15670         suppress a warning in RelieveRectangle w/ small sticky windows
15672 2001-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15674         * fvwm/menus.c (get_menu_options):
15675         A 'rectangle' context rectangle for menus honours the '@screen' bit
15677         * fvwm/move_resize.c (DisplayPosition):
15678         coordinates of a window are show in relation to the screen, not the page
15680         * libs/FScreen.c (FScreenTranslateCoordinates):
15681         * fvwm/placement.c (PlaceWindow):
15682         * fvwm/add_window.c (setup_window_placement):
15683         Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
15684         rewrote the library functionality to better match the rest of the
15685         interface
15687         * fvwm/builtins.c (DestroyFvwmDecor):
15688         removed useless code
15690         * fvwm/icons.c (DrawIconWindow):
15691         fixed race condition w/ expanding/collapsing icon titles
15693         * fvwm/windowlist.c (CMD_WindowList):
15694         fixed Xinerama placement of window list when called without options
15696 2001-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15698         * libs/FScreen.c (FScreenSLSOnOff):
15699         fixed core dump when calling XineramaSls before XineramaSlsSize
15701         * configure.in:
15702         changed to 2.4.3
15704         * libs/FShape.h (FHaveShapeExtension):
15705         set macro to 1 when compiling w/ shape extension
15707 2001-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15709         * libs/Bindings.c (AddBinding):
15710         * fvwm/bindings.c (ParseBinding):
15711         print a warning if a key with the given name does not exist
15712         if there is an upper and a lower case version of the same key name,
15713         always bind to the lower case version; this is problematic if the upper
15714         case version is tied to a key without a modifier and the lower case
15715         version is tied to the same key, but with a modifier (or both are tied
15716         to different keys). I hope this good enough.
15718         * libs/Bindings.c (FreeBindingList):
15719         (MatchBindingExactly):
15720         (CollectBindingList):
15721         fixed some problems overriding keys
15722         reduced duplication of logic
15724 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15726         * NEWS, configure.in:
15727         changed version to 2.5.0
15729 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15731         * configure.in:
15732         changed version to 2.4.2
15734 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15736         * libs/Colorset.c:
15737         (SetWindowBackground):
15738         (SetRectangleBackground):
15739         * fvwm/builtins.c (CMD_WindowShade):
15740         * fvwm/add_window.c:
15741         (setup_style_and_decor):
15742         * fvwm/icons.c:
15743         (CreateIconWindow):
15744         (GetXPMFile):
15745         (GetIconWindow):
15746         (GetIconBitmap):
15747         * fvwm/events.c:
15748         (HandleConfigureRequest):
15749         (HandleShapeNotify):
15750         (InitEventHandlerJumpTable):
15751         * fvwm/borders.c (struct):
15752         (SetupFrame):
15753         (SetShape):
15754         * fvwm/decorations.c (SelectDecor):
15755         * fvwm/fvwm.c:
15756         (main):
15757         (setVersionInfo):
15758         * fvwm/externs.h:
15759         * fvwm/fvwm.h (FvwmWindow):
15760         * libs/FShape.h:
15761         * libs/FShape.c:
15762         moved shape support to library; its no longer necessary to
15763         '#ifdef SHAPE' any code
15765         * fvwm/borders.c (RedrawButtons):
15766         (RedrawTitle):
15767         fixed top border hilight drawing of title buttons
15769         * libs/Graphics.c (do_relieve_rectangle):
15770         (RelieveRectangle):
15771         (RelieveRectangle2):
15772         allow alternate shading for title buttons
15774 2001-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15776         **/*.1:
15777         Applied man page patch by Dmitry Yu. Bolkhovityanov:
15778         Add a formal description of how fvwm maintains module's configs
15779         Change manpages of individual modules to refer to fvwm2(1) for
15780         details about specifying configuration
15782         * fvwm/add_window.c (setup_window_placement):
15783         desk and page can now really be given as X resources a la
15784           xterm.desk: 1
15786         * libs/XResource.c (GetResourceString):
15787         resource -> lower case, class -> upper case
15788         changed signature
15790         * configure.in:
15791         changed version to 2.5.0
15793         * Makefile.am (distcheck2):
15794         build distcheck before dist2; save a few seconds if the build fails
15796         * libs/alloca.c:
15797         * libs/ClientMsg.c:
15798         * libs/envvar.c:
15799         * libs/Event.c:
15800         * libs/fvwmrect.c:
15801         * libs/gethostname.c:
15802         * libs/Grab.c:
15803         * libs/Pointer.c:
15804         * libs/safemalloc.c:
15805         * libs/strcasecmp.c:
15806         * libs/strdup.c:
15807         * libs/strerror.c:
15808         * libs/strncasecmp.c:
15809         * libs/usleep.c:
15810         * libs/wild.c:
15811         * libs/WinMagic.c:
15812         * libs/XError.c:
15813         * libs/Graphics.c:
15814         include config.h
15816         * configure.in:
15817         changed version to 2.4.1 again
15819 2001-09-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15821         * libs/Bindings.c (FvwmStringToKeysym):
15822         try both cases of the first letter of a key name
15824         * fvwm/ConfigFvwmDefaults:
15825         * fvwm/windowlist.c (winCompareReverse):
15826         (CMD_WindowList):
15827         new WindowList option ReverseOrder; use the new option in the default
15828         Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
15829         cycle through the whole window list. The old behaviour only toggled
15830         between two windows. Also, a simple Alt-Tab can be used to switch to
15831         the next window instead of Alt-Tab-Tab.
15833         * libs/FScreen.c (FScreenInit):
15834         fixed a Xinerama crash
15836         * configure.in:
15837         print a verbose error message and exit if X11 headers and libraries
15838         are not found
15840 2001-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15842         * fvwm/fvwm.c (main):
15843         * libs/FShape.c:
15844         * libs/FShape.h:
15845         new library for X shape encapsulation
15847         * fvwm/builtins.c (CMD_WindowShade):
15848         * fvwm/borders.c (SetupFrame):
15849         fixed shading of windows without title and border
15850         fixed shading of shaped windows; fixes bug #732
15852         * fvwm/builtins.c (CMD_SetEnv):
15853         calling SetEnv without a value is the same as UnsetEnv
15855 2001-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15857         * fvwm/events.c (HandleReparentNotify):
15858         fixed vanishing windows in rapid map/unmap cycles; bug #770
15860         * fvwm/add_window.c (hide_screen):
15861         fixed possible BadWindow error
15863 2001-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15865         * fvwm/virtual.c (MoveViewport):
15866         (goto_desk):
15867         (CMD_GotoDeskAndPage):
15868         (CMD_GotoPage):
15869         GotoDeskAndPage records its own history of last visited desk/page
15871         * libs/FScreen.c (FScreenInit):
15872         fixed a memory allocation bug pointed out by Giuseppe Della Ricca
15874 2001-09-05  olicha  <olivier.chapuis@free.fr>
15876         * fvwm/session.c (MatchWinToSM):
15877         * fvwm/add_window.c (setup_window_structure):
15878         * fvwm/move_resize.c (moveLoop):
15879         Fixed PlacedByButton3 condition
15881 2001-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15883         * libs/FScreen.c:
15884         * fvwm/functions.c (func_config):
15885         * fvwm/module_interface.c (broadcast_xinerama_state):
15886         * fvwm/virtual.c (CMD_Xinerama):
15887         (CMD_XineramaPrimaryScreen):
15888         (CMD_XineramaSls):
15889         (CMD_XineramaSlsSize):
15890         added sls support
15891         split Xinerama command into Xinerama, XineramaPrimaryScreen,
15892         XineramaSls and XineramaSlsSize
15893         restructured parts of the FScreen code
15895         * fvwm/functions.c (func_config):
15896         new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
15898         * libs/Graphics.c (RelieveRectangle):
15899         allow calling the function with w == 0 or h == 0 without a message
15901         * fvwm/window_flags.h (SET_STYLE_DELETED):
15902         * fvwm/style.c (CMD_DestroyStyle):
15903         (check_window_style_change):
15904         * fvwm/fvwm.h (window_style):
15905         update windows when a style is deleted
15907         * configure.in:
15908         fixed xpm detection problem caused by wrong library order
15910 2001-09-05  olicha  <olivier.chapuis@free.fr>
15912         * NEWS: PlacedByFvwm
15914 2001-09-04  Dan Espen  <dane@mk.telcordia.com>
15916         * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
15918 2001-09-04  olicha  <olivier.chapuis@free.fr>
15920         * fvwm/fvwm.h:
15921         * fvwm/windows_flags.h:
15922         * fvwm/placement.c (PlaceWindow):
15923         * fvwm/add_window.c (setup_window_structure):
15924         * fvwm/conditional.c (CreateConditionMask):
15925         * fvwm/session.c (get_version_string):
15926         (MatchWinToSM):
15927         * fvwm/fvwm2.1:
15928         Added a new windows_flags is_placed_by_fvwm and a new condition
15929         PlacedByFvwm
15931 2001-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15933         * fvwm/focus.c (focus_grab_buttons):
15934         (MoveFocus):
15935         disabled xt/double click patch for now
15937 2001-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15939         * libs/Graphics.c (RelieveRectangle):
15940         print a warning if one of the dimensions is <= 0
15942         * fvwm/placement.c (PlaceWindow):
15943         take care of windows that have both, PPosition and USPosition set
15944         take care of transient windows that have neither PPosition nor
15945         USPosition set
15947 2001-09-01  olicha  <olivier.chapuis@free.fr>
15949         * libs/FScreen.c (FScreenInit):
15950         Fixed the position of the xinerama emulation delimiters
15952 2001-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15954         * fvwm/fvwm2.1:
15955         Xinerama introduction
15957         * fvwm/icons.c (AutoPlaceIcon):
15958         try to place icons of screen with the window center, and if that fails
15959         on any screen
15961         * libs/FScreen.c (FScreenGetScrRect):
15962         performance improvement for non-xinerama systems
15964         * fvwm/update.c (apply_window_updates):
15965         (flush_window_updates):
15966         update icon boxes and icon position when xinerama layout changes
15968         * fvwm/icons.c (AutoPlaceIcon):
15969         limit placement of icons using no icon box to screen boundaries
15970         adapt icon boxes to xinerama layout whenever used
15972         * fvwm/placement.c (PlaceWindow):
15973         * fvwm/style.c (CMD_Style):
15974         (check_window_style_change):
15975         * fvwm/style.h (SUSE_NO_USPOSITION):
15976         (SUSE_NO_TRANSIENT_PPOSITION):
15977         (SUSE_NO_TRANSIENT_USPOSITION):
15978         * fvwm/fvwm.h (struct):
15979         implemented new styles NoUSPosition/UseUSPosition,
15980         NoTransientPPosition/UseTransientPPosition,
15981         NoTransientUSPosition/UseTransientUSPosition.
15982         These work exactly like NoPPosition/UsePPosition.
15983         Transient windows ignore the window position if neither the PPosition
15984         nor the USPosition hint is set.
15986 2001-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15988         * fvwm/focus.c (restore_focus_after_unmap):
15989         fixed a bug transfering the focus when a window was iconified
15991 2001-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15993         * fvwm/conditional.c (MatchesConditionMask):
15994         * fvwm/move_resize.c (position_geometry_window):
15995         * fvwm/placement.c (PlaceWindow):
15996         * fvwm/menus.c (pop_menu_up):
15997         * fvwm/move_resize.c (move_window_doit):
15998         * fvwm/icons.c (do_all_iconboxes):
15999         * fvwm/placement.c (PlaceWindow):
16000         * fvwm/menus.c (update_menu):
16001         adapted to new FScreen... signatures
16003         * libs/FScreen.c (FScreenClipToScreen):
16004         (FScreenGetScrCenterCenter):
16005         (FScreenCenterCurrent):
16006         (FScreenCenterPrimary):
16007         (FScreenGetCurrent00):
16008         (FScreenGetGlobalScrRect):
16009         (FScreenGetPrimaryScrRect):
16010         (FScreenGetScrRect):
16011         (FScreenIsRectangleOnScreen):
16012         unified all the FSCreen... functions using a common signature, removed
16013         most old functions
16015         * fvwm/style.c (CMD_Style):
16016         init icon box screen
16018         * fvwm/move_resize.c (move_window_doit):
16019         (CMD_Maximize):
16020         * libs/Makefile.am:
16021         * libs/XineramaSupport.c:
16022         * libs/XineramaSupport.h:
16023         * libs/FScreen.c:
16024         exported and renamed screen defines
16026         * libs/FScreen.h:
16027         renamed files
16029         * fvwm/virtual.c:
16030         * fvwm/style.c:
16031         * fvwm/placement.c:
16032         * fvwm/move_resize.c:
16033         * fvwm/module_interface.c:
16034         * fvwm/modconf.c:
16035         * fvwm/menus.c:
16036         * fvwm/icons.c:
16037         * fvwm/fvwm.c:
16038         * fvwm/conditional.c:
16039         * libs/XineramaSupport.c:
16040         renamed all XineramaSupport...() functions to FScreen...()
16042         * fvwm/style.c (CMD_Style):
16043         -Wall fix
16045 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
16047         * fvwm/style.c (CMD_Style):
16048         * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
16049         using geometry spec.
16051 2001-08-25  Mikhael Goikhman  <migo@homemail.com>
16053         * libs/Strings.c:
16054         * libs/Strings.h:
16055         new function QuoteString() to add and escape single quotes to strings
16057         * fvwm/menus.c (MenuInteraction):
16058         quote both missing function name and menu name for
16059         MissingSubmenuFunction
16061         * fvwm/functions.c (expand):
16062         use QuoteString()
16064 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
16066         * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
16068 2001-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16070         * fvwm/cursor.c (CMD_CursorStyle):
16071         * fvwm/icons.c (GetXPMFile):
16072         * libs/Colorset.c (SetWindowBackground):
16073         -Wall fixes
16075         * libs/Bindings.c (AddBinding):
16076         tired to help with problem binding keys that have a keycode with no
16077         modifiers and another keycode with some modifiers pressed, e.g.
16078         kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
16079         F1 generating the actioon bound to F11 sometimes
16081         * fvwm/focus.c (focus_grab_buttons):
16082         -Wall fix
16084 2001-08-23  Dan Espen  <dane@mk.telcordia.com>
16086         * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
16088 2001-08-20  Bob Woodside  <proteus@pcnet.com>
16090         * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
16091         grab synchronization so apps using XtTranslations to catch double-
16092         clicks don't get confused by extraneous Leave/EnterNotify events.
16093         This fixes the "xfm/moxfm don't see double-clicks" problem.
16095 2001-08-20  Dan Espen  <dane@mk.telcordia.com>
16097         * fvwm/icons.c (AutoPlaceIcon): Fix bug.
16099 2001-08-19  Dan Espen  <dane@mk.telcordia.com>
16101         * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
16102         placed.
16104         * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
16105         until later when the window is actually placed.
16107         * fvwm/fvwm.h (icon_boxes_struct):  Save  sign  for later  screen
16108         position calculation.
16110 2001-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16112         * fvwm/update.c (flush_window_updates):
16113         * fvwm/screen.h (ScreenInfo):
16114         * fvwm/virtual.c (CMD_Xinerama):
16116         * fvwm/move_resize.c (CMD_Maximize):
16117         * fvwm/placement.c (PlaceWindow):
16118         * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
16119         renamed function
16121         * fvwm/fvwm2.1:
16122         describe new maximize options
16124         * fvwm/move_resize.c (MaximizeWidth):
16125         (MaximizeHeight):
16126         (CMD_Maximize):
16127         applied Dmitry's Xinerama patch for Maximize command
16128         replaced "global" and "absolute" with "screen" which is more flexible
16130 2001-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16132         * libs/Parse.c (SkipQuote):
16133         fixed a bug in handling of caller specified quote pairs
16135         * fvwm/move_resize.c (CMD_Maximize):
16136         keep window on correct page when viewport does not start on a page
16137         boundary
16139         * libs/XError.c (error_name):
16140         (request_name):
16141         fixed core dump in error handling
16143 2001-08-15  Mikhael Goikhman  <migo@homemail.com>
16145         * configure.in:
16146         * acinclude.m4:
16147         * INSTALL:
16148         * INSTALL.fvwm:
16149         renamed --disable-gnome to --disable-gnome-hints;
16150         documented configure options --with-gnome*;
16151         small improvements in documentation;
16152         use underscore in version instead of dash that causes rpm problems
16154 2001-08-14  Mikhael Goikhman  <migo@homemail.com>
16156         * libs/Makefile.am:
16157         added fvwmrect.h to dist
16159 2001-08-14  Dan Espen  <dane@mk.telcordia.com>
16161         * libs/XineramaSupport.c: Disable debug printing.
16163 2001-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16165         * libs/defaults.h (DEFAULT_MENU_STYLE):
16166         reset colour sets in default menu style too
16168 2001-08-13  Mikhael Goikhman  <migo@homemail.com>
16170         * builtins.c:
16171         * events.c:
16172         completed the libstroke-0.5 compatibility fix
16174 2001-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16176         * fvwm/move_resize.c (draw_move_resize_grid):
16177         fixed drawing of resize grid when invoked from button or key press
16179         * fvwm/placement.c (PlaceWindow):
16180         rewrote a condition to improve readability
16181         fixed StartsOn... w/ SkipMapping
16183 2001-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16185         * fvwm/session.c (MatchWinToSM):
16186         (LoadWindowStates):
16187         (SaveWindowStates):
16188         * fvwm/move_resize.c (CMD_Resize):
16189         * fvwm/events.c (HandlePropertyNotify):
16190         (HandleConfigureRequest):
16191         * fvwm/move_resize.c (CMD_ResizeMove):
16192         (CMD_Maximize):
16193         (CMD_Resize):
16194         * fvwm/update.c (apply_window_updates):
16195         * fvwm/add_window.c (AddWindow):
16196         * fvwm/geometry.c (constrain_size):
16197         (gravity_constrain_size):
16198         the Resize command honors the window gravity
16199         changing the size increment of maximized windows no longer shrinks the
16200         window
16202         * fvwm/icons.c:
16203         keep expanded icon titles on screen
16205 2001-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16207         * fvwm/icons.c (do_all_iconboxes):
16208         default icon box fills the primary screen
16210         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
16211         fixed default_screen argument
16213         * fvwm/style.c (merge_styles):
16214         * fvwm/fvwm.h (window_style):
16215         * fvwm/style.h (SSET_START_SCREEN):
16216         * fvwm/add_window.c (setup_window_placement):
16217         * fvwm/placement.c (PlaceWindow):
16218         (CMD_PlaceAgain):
16219         implemented StartsOnScreen style
16221         * fvwm/placement.c (PlaceWindow):
16222         (test_fit):
16223         (get_next_x):
16224         (get_next_y):
16225         (CleverPlacement):
16226         (SmartPlacement):
16227         Place new windows on xinerama screens
16229         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
16230         fixed core dump in debug output
16232 2001-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16234         * fvwm/placement.c:
16235         removed unused variable
16237 2001-08-07  olicha  <olivier.chapuis@free.fr>
16239         * NEWS:
16240         FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
16242 2001-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16244         * fvwm/virtual.c (CMD_Xinerama):
16245         replaced XineramaEnable and ...Disable with XineramaCommand
16247         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
16248         (XineramaSupportGetScreenArgument):
16249         new functions
16251         * fvwm/functions.c (func_config):
16252         * fvwm/move_resize.c (move_window_doit):
16253         (CMD_Move):
16254         (CMD_AnimatedMove):
16255         (CMD_MoveToPage):
16256         (CMD_MoveToScreen):
16257         (handle_stick):
16258         added new command MoveToScreen
16260 2001-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16262         * libs/fvwmrect.c:
16263         * libs/fvwmrect.h:
16264         new library files
16266         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
16267         fixed parsing of negative geometries
16268         (XineramaSupportParseGeometryWithScreen):
16269         made global
16270         (XineramaSupportGetNumberedScreenRect):
16271         new function
16273         * sample.fvwmrc/system.fvwm2rc:
16274         * sample.fvwmrc/new-features:
16275         * sample.fvwmrc/system.fvwm2rc-sample-95:
16276         * sample.fvwmrc/system.fvwm2rc-sample-2:
16277         * sample.fvwmrc/system.fvwm2rc-sample-1:
16278         * fvwm/fvwm2.1:
16279         updated for new condition
16281         * fvwm/conditional.c (CreateConditionMask):
16282         (MatchesConditionMask):
16283         * fvwm/fvwm.h (WindowConditionMask):
16284         implemented new condition AcceptsFocus to cope with applications like
16285         xclock that have circulatehit but don't take focus
16287 2001-08-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16289         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
16290         handle Xinerama screens
16292         * fvwm/style.c (CMD_Style):
16293         * fvwm/menus.c (get_menu_options):
16294         cope with Xinerama like geometries with screen info
16296         * fvwm/virtual.c (CMD_XineramaEnable):
16297         XineramaEnable optionally takes the number of the primary screen as its
16298         argument
16300         * fvwm/events.c (GetContext):
16301         reindented code
16303         * fvwm/virtual.c (HandlePaging):
16304         * fvwm/events.c (HandleButtonPress):
16305         * fvwm/events.h (XEVMASK_PANFW):
16306         fixed button and key event handling over pan frames; fixes bug #752
16308         * fvwm/menus.c (get_menu_options):
16309         fixed Xinerama placement of menus without options
16311 2001-08-01  Mikhael Goikhman  <migo@homemail.com>
16313         * NEWS:
16314         * fvwm/borders.c:
16315         * fvwm/builtins.c:
16316         * fvwm/fvwm.c:
16317         * fvwm/screen.h:
16318         Color enhancements in button vectors: @2 is bg color, @3 is fg color.
16319         In addition to the existing: @0 is shadow color, @1 is hilight color.
16321         * fvwm/fvwm2.1:
16322         Added the formal description of Vector that was absent.
16324 2001-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16326         * fvwm/fvwm2.1:
16327         some man page corrections
16329 2001-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16331         * fvwm/move_resize.c (handle_stick):
16332         also redraw buttons when a window becomes sticky/slippery to make sure
16333         that MWMDecorStick buttons are updated too; fixes bug #749
16335 2001-07-30  Mikhael Goikhman  <migo@homemail.com>
16337         * NEWS:
16338         documented previous changes
16340         * configure.in:
16341         improved output spacing
16343         * fvwm/fvwm2.1:
16344         minor typo
16346 2001-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16348         * libs/XineramaSupport.c (XineramaSupportConfigureModule):
16349         * fvwm/modconf.c (send_xinerama_state):
16350         * fvwm/module_interface.c (broadcast_xinerama_state):
16351         * libs/defaults.h:
16352         revised module support for Xinerama
16354         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
16355         (XineramaSupportParseGeometry):
16356         (XineramaSupportGetGeometry):
16357         make interface compatible with XineramaSupportParseGeometry().
16358         (XineramaSupportGetPrimaryScreen):
16359         new function
16361         * fvwm/stack.c (raise_over_unmanaged):
16362         fixed restacking of windows with RaiseOverUnmanaged - windows were
16363         raised in reverse order so that the top window became the bottom
16364         window of the ones that were raised
16365         also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
16366         these are invisible
16368 2001-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16370         * sample.fvwmrc/system.fvwm2rc-sample-95:
16371         fixed syntax of BugOpts command
16373         * fvwm/ConfigFvwmDefaults:
16374         resize window when clicking on the sides of the window by default
16375         instead of moving it
16377         * fvwm/events.c (HandleEnterNotify):
16378         do not delete MouseFocus when pointer moves from one particular sub
16379         window of a frame to another one.  Helps with xv/xmms vs unclutter
16380         interaction and also with MouseFocus vs. Open Look applications
16382         * fvwm/move_resize.c (DoSnapAttract):
16383         * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
16384         fixed snapping to Xinerama screen edges
16385         (XineramaSupportIsEnabled):
16386         return False is the X server provides only a single screen
16388         * fvwm/fvwm2.1:
16389         Added descriptions of conditions CurrentDesk, CurrentPage,
16390         CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
16391         CurrentGlobalPageAnyDesk
16393         * fvwm/fvwm.h (rectangle):
16394         (position):
16395         typedefs moved to libs/fvwmlib.h
16397         * fvwm/conditional.c (MatchesConditionMask):
16398         * fvwm/fvwm.h (WindowConditionMask):
16399         * fvwm/conditional.c:
16400         introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
16401         for Xinerama support
16403         * fvwm/modconf.c (CMD_Send_ConfigInfo):
16404         (send_xinerama_state):
16405         * fvwm/module_interface.c (broadcast_xinerama_state):
16406         * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
16407         * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
16408         communicate xinerama state at module startup
16410 2001-07-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16412         * libs/XineramaSupport.c:
16413         next Xinerama patch
16415 2001-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16417         * fvwm/move_resize.c (moveLoop):
16418         windows were lost off screen w/ non opaque interactive move when motion
16419         was aborted with Escape on a different page that it was started
16421         * fvwm/move_resize.c (position_geometry_window):
16422         (DisplayPosition):
16423         (DisplaySize):
16424         (InteractiveMove):
16425         (CMD_Resize):
16426         (moveLoop):
16427         (CMD_Resize):
16428         (DoResize):
16429         * libs/XineramaSupport.c (GetMouseXY):
16430         (XineramaSupportCenterCurrent):
16431         (XineramaSupportGetCurrent00):
16432         (XineramaSupportGetCurrentScrRect):
16433         allow to pass in an event with the pointer position
16434         minimize number of XQueryPointer calls in interactive move/resize
16436         * libs/defaults.h:
16437         * fvwm/move_resize.c (resize_geometry_window):
16438         (DisplayPosition):
16439         (DisplaySize):
16440         border width of geometry window moved to defaults.h
16441         moved strings for size window formatting to defaults.h
16442         reworked calculations of geometry window dimensions
16444         * fvwm/move_resize.c (resize_geometry_window):
16445         (position_geometry_window):
16446         (DisplaySize):
16447         (InteractiveMove):
16448         (CMD_Resize):
16449         * fvwm/builtins.c (ApplyDefaultFontAndColors):
16450         * fvwm/fvwm.c (main):
16451         funtions ResizeSizeWindow and PositionSizeWindow renamed to
16452         resize_geometry_window and position_geometry_window
16454         * fvwm/fvwm.c (main):
16455         fixed resizing geometry window before creating it
16457         * fvwm/move_resize.c (switch_move_resize_grid):
16458         (MoveOutline):
16459         * fvwm/virtual.c (HandlePaging):
16460         renamed MoveOutline to draw_move_resize_grid and made static
16461         new function switch_move_resize_grid for external calls
16462         delete grid before moving the geometry window to get rid of arifacts of
16463         the grid
16465 2001-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16467         * libs/XineramaSupport.c (XineramaSupportInit):
16468         make the blank area in Xinerama emulation usable again
16470 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16472         * fvwm/menus.c (update_menu):
16473         (pop_menu_up):
16474         (make_menu):
16475         (calculate_item_sizes):
16476         (size_menu_horizontally):
16477         (size_menu_vertically):
16478         menus are resized to fit their Xinerama screen every time they are
16479         popped up and the screen size has changed
16481 2001-07-23  olicha  <olivier.chapuis@free.fr>
16483         * libs/XineramaSupport.c (XineramaSupportInit):
16484         Draw the xinerama simulation screens with orr windows
16486 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16488         * fvwm/windowlist.c (CMD_WindowList):
16489         fixed windowlist placement w/ Xinerama
16491 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16493         * fvwm/menus.c (pop_menu_up):
16494         fixed calculations that force a menu on screen w/ Xinerama
16496         * fvwm/move_resize.c (DoSnapAttract):
16497         removed some code that slipped in with xinerama patch and broke
16498         vertical SnapAttraction
16500         * fvwm/virtual.c (CMD_EdgeResistance):
16501         removed debug code
16503         * libs/XineramaSupport.c (XineramaSupportClipToScreen):
16504         take reference position src_x/src_y to determine screen
16506         * fvwm/windowlist.c (CMD_WindowList):
16507         * fvwm/menus.c (get_menu_options):
16508         (get_popup_options):
16509         (MenuInteraction):
16510         (pop_menu_up):
16511         handle Xinerama screens for positioning menus w/ posthints
16513         * fvwm/menus.c (get_menu_options):
16514         renamed function
16515         fix for icon/window context rectangle when window is in wrong state
16517 2001-07-22  Mikhael Goikhman  <migo@homemail.com>
16519         * configure.in:
16520         s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
16521         compiled in; fixed linking by adding -lXinerama; small corrections
16523 2001-07-22  Dan Espen  <dane@mk.telcordia.com>
16525         * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
16527 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16529         * libs/XineramaSupport.c (XineramaSupportInit):
16530         added xinerama emulation for developers
16532         * fvwm/virtual.c (CMD_XineramaEnable):
16533         (CMD_XineramaDisable):
16534         * fvwm/module_interface.c (BroadcastConfigInfoString):
16535         added function to communicate Xinerama on/off to modules
16537         * fvwm/module_interface.c:
16538         include time.h to fix warning
16539         * libs/XineramaSupport.c:
16540         * fvwm/fvwm.c (setVersionInfo):
16541         * fvwm/Makefile.am:
16542         * configure.in:
16543         * acconfig.h:
16544         cleanded up xinerama detection
16545         added shape detection
16547 2001-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16549         * fvwm/fvwm2.1:
16550         Added Xinerama introduction
16552         * fvwm/fvwm.c (setVersionInfo):
16553         print xinerama support
16555         * fvwm/conditional.c (CreateConditionMask):
16556         added CirculateHitShaded option for conditional commands that was
16557         described in the man page but not implemented
16559         * fvwm/fvwm.h (WindowConditionMask):
16560         removed unused flags
16562         * fvwm/conditional.c (MatchesConditionMask):
16563         fixed CirculateHitIcon option in conditional commands
16565         * fvwm/fvwm2.1:
16566         reformatted man page source to improve readability
16567         fixed some source formatting bugs
16569         * libs/XineramaSupport.c (GetMouseXY):
16570         don't poll the pointer if there is only one screen or if xinerama is
16571         turned off
16573         * fvwm/fvwm2.1:
16574         * fvwm/fvwm.c (main):
16575         removed -noxinerama option
16577         * fvwm/fvwm.c (main):
16578         size window is positioned and sized in move_resize.c
16580         * libs/XineramaSupport.c:
16581         reindented file
16583         * configure.in:
16584         print Xinerama support in configure summary
16586         * **/*:
16587         applied Xinerama patch by Dmitry Yu. Bolkhovityanov
16589 2001-07-17  Mikhael Goikhman  <migo@homemail.com>
16591         * acconfig.h:
16592         * acinclude.m4:
16593         * configure.in:
16594         implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
16595         define missing macros needed for old AIX keysymdef and old stroke.h
16597         * fvwm/bindings.c:
16598         * fvwm/menus.c:
16599         remove the previous compilation fixes, now handled by configure
16601 2001-07-15  Dan Espen  <dane@mk.telcordia.com>
16603         * fvwm/fvwm2.1: Remove .BI with more than 6 args.
16605 2001-07-15  Mikhael Goikhman  <migo@homemail.com>
16607         * bindings.c:
16608         use libstroke-0.5 constant names while still supporting 0.3/0.4
16610         * menus.c:
16611         compiling fix for old AIX, which does not define XK_Page_Up/Down
16613         * module_interface.c:
16614         minor compiling fix for some proprietary preprocessors
16616 2001-07-10  Mikhael Goikhman  <migo@homemail.com>
16618         * fvwm/fvwm2.1:
16619         use more compatible and structured syntax in SYNOPSIS
16621 2001-07-06  Mikhael Goikhman  <migo@homemail.com>
16623         * acinclude.m4:
16624         Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
16625         GDK_IMLIB_*.  This fixes "make FvwmGtk" on systems with bogus
16626         imlib-config.
16628 2001-07-05  Mikhael Goikhman  <migo@homemail.com>
16630         * configure.in:
16631         changed version to 2.4.1
16633         * acinclude.m4:
16634         small fix that should solve the problem with running autoconf
16635         (autoreconf is ok) from autoconf-2.50;
16636         applied a patch that adds gtk include dirs to gnome include dirs
16638 2001-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16640         * NEWS, configure.in:
16641         changed version to 2.4.0.1
16643         * *: fvwm 2.4 has been released :-))