* fix windowlist crash with CurrentAtEnd, IconifiedAtEnd and only
[fvwm.git] / ChangeLog
blob348edc746c33a240f3751920bdf47bffad4246d5
1 2007-08-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3         * fvwm/windowlist.c (CMD_WindowList):
4         fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
5         iconified windows.
7 2007-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9         * configure.ac:
10         fixed perl check
11         use "test ! ... = ..." instead of "test ... != ..."
13         * fvwm/builtins.c (CMD_PropertyChange):
14         fixed completely broken parsing of PropertyChange arguments
16 2007-08-28  Renato Caldas  <seventhguardian@gmail.com>
18         * NEWS:
19         * configure.ac:
20         updated for 2.5.21 release
22         * fvwm/builtins.c (CMD_PropertyChange):
23         * libs/Flocale.c (FlocaleGetFftFont):
24         (FlocaleGetFontSet):
25         (FlocaleGetFont):
26         (FlocaleGetFontOrFontSet):
27         (FlocaleLoadFont):
28         (FlocaleUnloadFont):
29         fix compiler warnings
31 2007-08-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
33         * fvwm/functable.c:
34         fixed command table parsing
36 2007-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
38         * fvwm/module_list.c (module_kill):
39         (executeModuleDesperate):
40         (module_list_itr_init):
41         re-indented
43         * fvwm/events.c (My_XNextEvent):
44         * fvwm/module_list.c (module_alloc):
45         (do_execute_module):
46         * fvwm/module_list.h (fmodule):
47         (MOD_IS_CMDLINE):
48         (MOD_SET_CMDLINE):
49         restored *not* useless is_cmdline_module stuff
51         * fvwm/functions.h:
52         add constants for command group tagging
54 2007-08-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
56         * configure.ac:
57         don't check for tbl
59 2007-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
61         * configure.ac:
62         check for sed, perl and tbl, needed to build documentation
64 2007-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
66         * libs/System.c (fvwm_mkstemp):
67         use constants from libs/fvwm_sys_stat.h
69 2007-08-15  Renato Caldas  <seventhguardian@gmail.com>
71         * fvwm/module_list.c (do_execute_module):
72         fixed possible crash when fork fails
74         * fvwm/module_list.c (module_list_remove):
75         now returns the removed fmodule*, or NULL if unsuccessful
76         removed error message when removing a not listed module (it's normal)
78         * fvwm/module_list.c (module_kill):
79         module is inserted in death_row only if it is successfuly removed from
80         module_list (fixes crash when module is killed more than once)
82 2007-08-08  Renato Caldas  <seventhguardian@gmail.com>
84         * fvwm/events.c (My_XNextEvent):
85         fixed hang with startup modules
87 2007-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
89         * fvwm/conditional.c (FreeConditionMask):
90         fixed crash with inverted name condition
92         * NEWS:
93         fixed typo
95 2007-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
97         * configure.ac:
98         * README:
99         * NEWS:
100         * INSTALL.fvwm:
101         * sample.fvwmrc/system.fvwm2rc-sample-95:
102         * sample.fvwmrc/system.fvwm2rc:
103         * sample.fvwmrc/system.fvwm2rc-sample-2:
104         * libs/Picture.c (PicturePrintImageCache):
105         * libs/Module.c:
106         * libs/FGettext.c (FGettextPrintLocalePath):
107         * libs/fvwmsignal.c:
108         * libs/Module.h:
109         * libs/PictureUtils.c (PictureAllocColorTable)
110         (PicturePrintColorInfo):
111         * libs/FScreen.h:
112         * libs/fvwmsignal.h:
113         * libs/Bindings.c:
114         * libs/FScreen.c:
115         * libs/Ficonv.c (convert_charsets):
116         (FiconvSetupConversion):
117         * fvwm/decorations.c:
118         * fvwm/gnome.h:
119         * fvwm/events.c:
120         * fvwm/add_window.c (setup_window_font):
121         (setup_icon_font):
122         * fvwm/fvwm.1.in:
123         * fvwm/session.h:
124         * fvwm/conditional.c:
125         * fvwm/fvwm.c (SetRCDefaults):
126         (main):
127         * fvwm/ewmh_events.c:
128         * fvwm/stack.c:
129         * fvwm/gnome.c:
130         * fvwm/menustyle.c (menustyle_parse_style):
131         (menustyle_copy):
132         * fvwm/ewmh.c (EWMH_Init):
133         * libs/Flocale.c (FlocaleParseShadow):
134         (FlocaleGetFontSet):
135         (FlocaleLoadFont):
136         (FlocalePrintLocaleInfo):
137         * fvwm/misc.c (fvwm_msg):
138         * vms/README:
139         * vms/vms.c:
140         write fvwm in lower case
142         * configure.ac:
143         fixed build without GNU make
145 2007-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
147         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
148         fixed buffer overflow
150 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
152         * fvwm/module_list.h (fmodule_list_itr):
153         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
154         replace iterator struct by typedef
156         * fvwm/module_list.c (module_list_destroy):
157         (module_kill_all):
158         (module_cleanup):
159         new function to remove dup code
161         * fvwm/module_list.c (module_kill):
162         changed to move the module to the deathrow list
164         * fvwm/module_list.h (fmodule):
165         * fvwm/module_list.c (module_alloc):
166         (module_list_remove):
167         (FlushMessageQueue):
168         removed is_removed logic
170         * fvwm/module_list.c (module_safefree):
171         removed function
173         * fvwm/events.c (My_XNextEvent):
174         remove old "#if 0" code
176         * fvwm/module_list.c (module_kill):
177         removed debug code
179 2007-08-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
181         * fvwm/module_list.h (fmodule_list_itr):
182         * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
183         don't store current pointer in module list iterators.
184         fix C89-compilance
186 2007-08-06  Renato Caldas  <seventhguardian@gmail.com>
188         * fvwm/events.c (My_XNextEvent):
189         * fvwm/module_list.c (KillModuleByName):
190         (FlushAllMessageQueues):
191         * fvwm/module_interface.c (BroadcastPacket):
192         (BroadcastNewPacket):
193         (BroadcastName):
194         (BroadcastFvwmPicture):
195         (BroadcastColorset):
196         (BroadcastProperyChange):
197         (BroadcastConfigInfoString):
198         (CMD_SendToModule):
199         * fvwm/modconf.c (ModuleConfig):
200         * fvwm/stack.c (BroadcastRestack):
201         replaced module_get_next by module list iterator mechanism
203         * fvwm/module_list.h:
204         * fvwm/module_list.c (module_get_next):
205         removed function
207 2007-08-05  Renato Caldas  <seventhguardian@gmail.com>
209         * fvwm/module_list.h:
210         * fvwm/module_list.c (fmodule):
211         (fmodule_store):
212         (module_insert):
213         (module_remove):
214         (module_count):
215         (module_get_next):
216         (FlushAllMessageQueues):
217         (KillModuleByName):
218         * fvwm/module_interface.c (BroadcastPacket):
219         (BroadcastNewPacket):
220         (BroadcastName):
221         (BroadcastFvwmPicture):
222         (BroadcastColorset):
223         (BroadcastProperyChange):
224         (BroadcastConfigInfoString):
225         (CMD_SendToModule):
226         * fvwm/event.c (My_XNextEvent):
227         * fvwm/stack.c (BroadcastRestack):
228         * fvwm/modconf.c (ModuleConfig):
229         changed to work with generic list container
231         * fvwm/module_list.c (module_insert):
232         (module_list_insert):
233         (module_remove):
234         (module_list_remove):
235         (module_count):
236         (module_list_len):
237         renamed as list handling functions
239         * fvwm/events.c (My_XNextEvent):
240         * fvwm/module_list.h:
241         * fvwm/module_list.c (module_alloc):
242         (do_execute_module):
243         removed useless is_cmdline_module stuff
245         * fvwm/module_list.h:
246         * fvwm/module_list.c (module_list_insert):
247         (module_list_remove):
248         (module_list_len):
249         new fmodule_list object representing a module list.
250         changed the module lists to the new object.
251         changed list functions to use the list object instead of the
252         fmodule_store pointer.
254         * fvwm/events.c (My_XNextEvent):
255         moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
257         * fvwm/module_list.h (fmodule_list_itr):
258         * fvwm/module_list.c (fmodule_list_itr_init):
259         (fmodule_list_itr_next):
260         created a smart (safe) iterator mechanism to replace the
261         module_get_next function
263 2007-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
265         * fvwm/functions.c:
266         * fvwm/functable.c:
267         added empty functions to replace CMD_Dummy
269         * configure.ac:
270         use subordinate Makefile.ams instead of iuncluding files from other
271         dirs
273         * configure.ac:
274         removed FVWMNAMEUCASE
276         * configure.ac:
277         make distcheck fix
279         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
280         force --enable-htmldoc on "make distcheck"
282         * fvwm/events.c (HandleEnterNotify):
283         (HandleLeaveNotify):
284         properly generate enter_window and leave_window events for FvwmEvent
286 2007-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
288         * fvwm/move_resize.c (GetOnePositionArgument):
289         (__get_shift)
290         (ParsePositionArgumentSuffix):
291         code cleanup
293 2007-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
295         * fvwm/move_resize.c (GetOnePositionArgument):
296         fixed position calculation with the "w" prefix (move w-1 w-1).
297         (GetOnePositionArgument):
298         code cleanup
300 2007-07-26  Viktor Griph  <griph@dd.chalmers.se>
302         * fvwm/menus.c (__copy_down, __check_for_delimiter)
303         (scanForStrings):
304         reduce indentation level
305         add comment to explain why suppressing the warning is right
307 2007-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
309         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
310         fixed using uninitialized variable
312         * fvwm/menus.c (scanForStrings):
313         suppress compiler warning for now
315         * fvwm/move_resize.c (resize_move_window):
316         (AnimatedMoveAnyWindow):
317         (__move_window):
318         (__resize_window):
319         (CMD_Maximize):
320         * fvwm/module_interface.c (__get_allowed_actions):
321         * fvwm/menuitem.c (menuitem_paint):
322         * fvwm/icons.c (CMD_Iconify):
323         * fvwm/gnome.c (GNOME_SetHints):
324         * fvwm/ewmh.c (ewmh_AllowsClose):
325         (ewmh_AllowsClose)
326         (ewmh_AllowsFullScreen):
327         (ewmh_AllowsMinimize)
328         (ewmh_AllowsMaximize):
329         (ewmh_AllowsMove):
330         (ewmh_AllowsResize)
331         (EWMH_fullscreen):
332         * fvwm/ewmh_events.c (ewmh_CloseWindow):
333         (ewmh_MoveResizeWindow):
334         (ewmh_MoveResize):
335         (ewmh_WMState):
336         (ewmh_WMStateHidden):
337         * fvwm/events.c (__handle_cr_on_client):
338         * fvwm/decorations.c (__is_resize_allowed):
339         (is_function_allowed):
340         * fvwm/conditional.c (MatchesConditionMask):
341         * fvwm/builtins.c (CMD_Delete):
342         * fvwm/add_window.c (AddWindow):
343         is_function allowed now differentiates between US program actions and
344         actions initiated by interaction between fvwm and the user
346 2007-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
348         * fvwm/menus.c (__scan_for_pixmap):
349         fixed compiler warning
351         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
352         (ewmh_RestackWindow):
353         honor FixedSize/FixedPosition styles in EWMH messages too
355 2007-07-24  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
357         * fvwm/fvwm.c (setVersionInfo):
358         add XCursor support to version output
360         * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
361         (SCTX_GET_MR, string_context_type_t, string_context_t)
362         (string_def_t, scanForColor, scanForPixmap, scanForStrings)
363         (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
364         reimplement pixmap and color scanning for menus to better handle
365         escaped delimiters.
367 2007-07-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
369         * fvwm/Makefile.am:
370         don't install fvwm.1
372         * fvwm/events.c (My_XNextEvent):
373         remove unused varaible
375         * fvwm/events.c (My_XNextEvent):
376         * fvwm/module_list.h:
377         * fvwm/module_list.c (module_store, module_alloc)
378         (module_kill_all, module_safefree, module_remove)
379         (do_execute_module, module_kill, module_cleanup, module_get_next)
380         (FlushMessageQueue):
381         Don't free module stuctures during module I/O. (Fixes segfault.)
383 2007-07-20  Simon Griph  <simon(at)griph(dot)se>
385         Committed by Scott.
387         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
388         Someone missed to add extra conditions when changing from
389         unsigned to signed.
391 2007-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
393         * configure.ac:
394         fixed liXcursor detection
396 2007-07-16  Simon Griph  <simon(at)griph(dot)se>
398         Committed by Scott.
400         * fvwm/menus.c (scanForPixmap):
401         made it possible to escape '*' '%' '@' in filenames
403         * libs/PictureImageLoader.c (PImageLoadSvg):
404         added transposing and none uniform scaling to svg options
406 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
408         * libs/PictureImageLoader.c:
409         cleanup
410         (PImageLoadCursorFromFile):
411         fixed compilation without xpm library
412         (PImageLoadPng):
413         fixed compiler warning without png library
415 2007-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
417         * libs/Fxpm.h:
418         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
419         fix compilation without xpm library
421 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
423         * libs/Fxpm.h:
424         fixed compile error
426         * libs/PictureImageLoader.c:
427         cleanup
428         (PImageLoadCursorFromFile):
429         fixed compilation without xpm library
430         (PImageLoadPng):
431         fixed compiler warning without png library
433 2007-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
435         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
436         * fvwm/cursor.c (CMD_CursorStyle):
437         fixed compiler warning
439 2007-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
441         * fvwm/cursor.c (CMD_CursorStyle):
442         fix CursorStyle command parsing
444 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
446         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
447         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
448         * libs/PictureImageLoader.c (PImageLoadSvg):
449         (PImageLoadPng):
450         (PImageCreatePixmapFromArgbData):
451         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
452         (PImageCreatePixmapFromFImage):
453         new local function
455 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
457         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
458         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
459         * libs/PictureImageLoader.c (PImageLoadSvg):
460         (PImageLoadPng):
461         (PImageCreatePixmapFromArgbData):
462         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
463         (PImageCreatePixmapFromFImage):
464         new local function
466 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
468         * AUTHORS:
469         * NEWS:
470         updated
472         * configure.ac:
473         added libXcursor detection
475         * fvwm/Makefile.am (LDADD):
476         added Xcursor_LIBS
478         * INSTALL.fvwm:
480         * libs/Fcursor.h:
481         new file
483         * libs/Makefile.am (libfvwm_a_SOURCES):
484         added Fcursor.h
486         * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
487         added Xcursor support
489 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
491         * NEWS:
492         updated
494         * libs/Fxpm.h:
495         added defs for FxpmInfo and FxpmFreeXpmInfo
497         * libs/PictureBase.h (FvwmPictureAttributes):
498         * libs/PictureImageLoader.c
499         (PImageCreatePixmapFromArgbData):
500         (PImageLoadPixmapFromFile):
501         added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
502         (PImageLoadCursorPixmapFromFile):
503         (PImageLoadCursorFromFile):
504         * libs/PictureImageLoader.h:
505         removed the xpm-specific PImageLoadCursorPixmapFromFile(),
506         replaced by the new general PImageLoadCursorFromFile()
508         * fvwm/cursor.c (CMD_CursorStyle):
509         handle new hot-spot arguments, use PImageLoadCursorFromFile()
510         instead of PImageLoadCursorPixmapFromFile(), less code duplication
512 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
514         * libs/PictureImageLoader.c
515         (PImageLoadSvg):
516         (PImageLoadPng):
517         (PImageLoadXpm):
518         now returns argb data instead of pixmaps
519         (PImageLoadPixmapFromFile):
520         (PImageLoadArgbDataFromFile):
521         moved first half of PImageLoadPixmapFromFile() into
522         the new local function PImageLoadArgbDataFromFile()
523         (PImageLoadBitmap):
524         removed function, code moved into PImageLoadPixmapFromFile()
526 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
528         * libs/PictureImageLoader.c (PImageLoadXpm):
529         revised to make use of PImageCreatePixmapFromArgbData()
531 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
533         * fvwm/colorset.c (parse_shape):
534         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
535         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
536         * libs/PictureImageLoader.c
537         (PImageLoadSvg):
538         (PImageLoadPng):
539         (PImageCreatePixmapFromArgbData):
540         don't create a mask pixmap for fully opaque (all alpha == 0xff)
541         or translucent (0 < any alpha < 0xff) images.
543 2007-06-22  Simon Griph  <simon(at)griph(dot)se>
545         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
546         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
547         * libs/PictureImageLoader.c (PImageLoadSvg):
548         (PImageLoadPng):
549         (PImageCreatePixmapFromArgbData):
550         moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
551         (PImageCreatePixmapFromFImage):
552         new local function
554 2007-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
556         * fvwm/functions.c (CMD_EchoFuncDefinition):
557         * fvwm/functable.c (func_table):
558         * fvwm/commands.h:
559         new command EchoFuncDefinition
561 2007-07-07  Simon Griph  <simon(at)griph(dot)se>
563         * NEWS:
564         * fvwm/conditional.c (CreateConditionMask):
565         bugfix: Condition separation previously failed when a
566         single comma (no whitespace padding) was used directly
567         after a multi-worded condition.
569 2007-06-21  Renato Caldas  <seventhguardian@gmail.com>
571         * fvwm/module_list.c (module_kill):
572         fix possible core dump when using startup modules
574 2007-06-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
576         * NEWS:
577         * fvwm/builtins.c (CMD_PrintInfo):
578         * libs/Picture.h (PicturePrintImageCache):
579         * libs/Picture.c (PicturePrintImageCache):
580         add ImageCache subject to PrintInfo command
582 2007-06-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
584         * NEWS:
585         * fvwm/events.c (My_XNextEvent):
586         fix crash when a module closes down during input/output.
588 2007-06-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
590         * fvwm/icons.c (ChangeIconPixmap):
591         (DeIconify):
592         (Iconify):
593         * fvwm/focus.c (warp_to_fvwm_window):
594         * fvwm/events.c (__handle_cr_restack):
595         (__handle_bpress_on_managed):
596         (HandlePropertyNotify):
597         * fvwm/stack.h:
598         * fvwm/stack.c (__restack_window):
599         (__raise_lower_recursion):
600         (__raise_or_lower_window):
601         (raise_or_lower_window):
602         (position_new_window_in_stack_ring):
603         (RaiseWindow):
604         (LowerWindow):
605         (RestackWindow):
606         (HandleUnusualStackmodes):
607         (CMD_Raise):
608         (CMD_Lower):
609         (CMD_RestackTransients):
610         (CMD_RaiseLower):
611         do raise hacks even when the internal stack is intact, unless on a
612         client request
614 2007-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
616         * fvwm/style.c (check_window_style_change)
617         (style_parse_one_style_option):
618         * fvwm/style.h:
619         * fvwm/fvwm.h (window_style):
620         * fvwm/add_window.c (setup_frame_size_limits):
621         * fvwm/geometry.c (constrain_size):
622         new style MinWindowSize
624 2007-05-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
626         * libs/System.h:
627         added missing prototypes
629         * libs/safemalloc.c:
630         * libs/fio.c:
631         * libs/envvar.c:
632         * libs/XResource.c:
633         * libs/XError.c:
634         * libs/WinMagic.c:
635         * libs/Target.c:
636         * libs/Event.c (GetSubwindowFromEvent):
637         * libs/Cursor.c:
638         * libs/ColorUtils.c:
639         include corresponding header files
641         * libs/PictureBase.c:
642         * libs/FlocaleCharset.c:
643         * fvwm/ewmh.c:
644         cleanup prototypes
646 2007-05-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
648         * configure.ac (HAVE_GNU_READLINE):
649         detect full GNU readline API (vs BSD libedit readline compatibility
650         layer)
652 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
654         * fvwm/windowlist.c (CMD_WindowList):
655         * NEWS:
657         Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
658         "UseSkipList" & "OnlySkipList".
660 2007-04-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
662         * NEWS:
663         * fvwm/add_window.c (validate_transientfor):
664         detect and disallow circular transient-for hints
666 2007-04-27  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
668         * fvwm/fvwm.1.in:
669         s/UseListSkip/UseSkipList/g etc.
671 2007-04-17  Jesus Guerrero  <6thpink(at)terra(dot)es>
673         * fvwm/menus.c (size_menu_vertically):
674         added localization of the "More&..." string
676 2007-03-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
678         * libs/PictureBase.c (PictureFindImageFile):
679         fix for segfault with svg-support enabled
681         * INSTALL.fvwm (http):
682         * configure.ac (png_CFLAGS):
683         raise librsvg dependeny due to bug with 2.13.91
685         * fvwm/cursor.c (CMD_CursorStyle):
686         remove unused static variable nocursor
688 2007-03-14  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
690         * AUTHORS:
691         typo.
693 2007-03-11  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
695         * configure.ac:
696         bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
697         bugfix: out-of-tree builds failed due to broken dependency.
698         Make man page have same header as old one.
699         Fix man page indentation.
700         Make text of top-level man page sections all uppercase.
701         Added --disable-mandoc option.
702         HTML doc generation is off by default: use --enable-htmldoc.
703         Added more info in doc/README about XML commands to use.
705 2007-03-10  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
707         * NEWS:
708         * Everything in the 'doc' subdirectory.
710         XML source to generate man page & HTML documentation.
712 2007-02-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
714         * NEWS:
715         * fvwm/colorset.c (parse_colorset):
716         don't recompute sh, hi and fgsh if they were supplied in a previous
717         colorset line. Fixes bug #3359.
719 2007-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
721         * fvwm/move_resize.c (DoSnapAttract):
722         handle SnapGrid before SnapAttraction so that non-overlapping windows
723         do not snap edge to edge:
724                                     +---+
725                                     |   |
726                                     +---+---+
727                                         |   |
728                                         +---+
730 2007-02-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
732         * fvwm/style.c (parse_and_set_window_style)
733         (style_parse_one_style_option):
734         don't warn about PositionPlacement arguments
736 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
738         * AUTHORS:
739         * NEWS:
740         enties for ChangeWindowTitle patch by Julio Teca.
742 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
744         * fvwm/fvwm.c (main):
745         fixed ROOT CursorStyle context
747         * fvwm/placement.c (__pl_manual_get_pos_simple):
748         * fvwm/move_resize.h:
749         * fvwm/move_resize.c (__move_loop):
750         (InteractiveMove):
751         fixed long broken POSITION CursorStyle context
753 2007-02-04  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
755         * fvwm/bindings.c (ParseBinding):
756         fix buffer overrun with >78 character window names.
758         * fvwm/fvwm.1.in (PositionPlacement):
759         fix typos
761         * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
762         * fvwm/style.c (style_parse_one_style_option):
763         change BorderWidth and HandleWidth style  to revert to default if no
764         arguments are given
766 2007-02-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
768         * fvwm/fvwm.h (style_flags):
769         * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
770         (__place_get_wm_pos):
771         (__place_window, __explain_placement):
772         * fvwm/style.c (style_parse_one_style_option):
774         * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
775         (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
776         (DEFAULT_PLACEMENT_POSITION_STRING):
777         new default strings
779         * fvwm/move_resize.c (GetOnePositionArgument):
780         added 'w' suffix to Move arguments
781         allow multiple shifts from original position
783         * fvwm/style.c (style_parse_one_style_option):
784         (merge_styles)
785         (free_style):
786         * fvwm/placement.c (setup_window_placement)
787         (__place_get_placement_flags):
788         (__place_get_wm_pos):
789         (__place_get_nowm_pos):
790         (__place_window):
791         (__place_handle_x_resources):
792         (setup_window_placement):
793         * fvwm/fvwm.h (PLACE_CENTER):
794         (PLACE_POSITION):
795         replaced CenterPlacement with more flexibe PositionPlacement
797         * fvwm/move_resize.c (GetMoveArguments):
798         (GetResizeArguments):
799         (GetResizeMoveArguments):
800         (__move_window):
801         * fvwm/move_resize.h:
802         exported and enhanced function GetMoveArguments for use by placement
803         algorithm
805 2007-02-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
807         * fvwm/ConfigFvwmDefaults:
808         reenable MenuScroll on titles
810         * fvwm/menubindings.c (menu_shortcuts):
811         don't scroll menus if scrolling would be in the wrong direction
813 2007-02-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
815         * fvwm/move_resize.c (__resize_window):
816         some resizing/gravity fixes
817         properly handle maximized + shaded state when resizing
818         non-interactively
820 2007-01-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
822         * fvwm/move_resize.c (__resize_window):
823         resizing of shaded windows work better.
825 2007-01-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
827         * fvwm/fvwm.1.in (COMMAND EXPANSION):
828         clarified previous patch
830         * fvwm/fvwm.1.in (COMMAND EXPANSION):
831         documented '-' command prefix
833         * fvwm/expand.c (__eae_parse_range):
834         fix $[n-] and $[*] after unsigned int havoc
836 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
838         * fvwm/Makefile.am:
839         * fvwm/ConfigFvwmMenuDefaults:
840         removed file
841         * fvwm/ConfigFvwmDefaults:
842         * fvwm/ConfigFvwmMenuDefaults:
843         moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
845 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
847         * fvwm/ConfigFvwmMenuDefaults:
848         * fvwm/fvwm.c (SetRCDefaults):
849         make default menu mouse bindings for MenuSelectItem and MenuScroll only
850         apply to menu item context.
852 2007-01-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
854         * fvwm/placement.c (placement_loop):
855         (__pl_minoverlap_get_avoidance_penalty):
856         (__pl_smart_get_first_pos):
857         (__pl_smart_get_next_pos):
858         (__pl_smart_test_window):
859         (__pl_smart_get_pos_penalty):
860         rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
861         now less than ten lines of code.
863         * fvwm/add_window.c (setup_placement_penalty):
864         * fvwm/style.c (style_parse_one_style_option):
865         allow to reset the placement penalties with !
867         * fvwm/placement.h:
868         * fvwm/add_window.c (setup_placement_penalty):
869         * fvwm/style.h:
870         * fvwm/fvwm.h:
871         * fvwm/style.c (style_parse_one_style_option):
872         put placement penalty array in a struct
874         * fvwm/placement.c (__place_get_wm_pos):
875         (__pl_clever_get_next_x):
876         (__pl_clever_get_next_y):
877         (__pl_clever_get_first_pos):
878         (__pl_clever_get_next_pos):
879         (__pl_clever_get_avoidance_penalty):
880         (__pl_clever_get_pos_penalty):
881         (__pl_minoverlap_get_next_x):
882         (__pl_minoverlap_get_next_y):
883         (__pl_minoverlap_get_first_pos):
884         (__pl_minoverlap_get_next_pos):
885         (__pl_minoverlap_get_avoidance_penalty):
886         (__pl_minoverlap_get_pos_penalty):
887         renamed ...clever... functions to ...minoverlap...
889         * fvwm/bindings.c:
890         * fvwm/decorations.c:
891         * fvwm/menubindings.c:
892         * fvwm/module_interface.c:
893         * fvwm/module_list.c:
894         * fvwm/fvwm.c:
895         * fvwm/module_list.h:
896         * fvwm/events.c:
897         * fvwm/module_interface.h:
898         * fvwm/Makefile.am:
899         dont include "libs" in include path
901         * libs/vpacket.h:
902         #includes from fvwm path with "..." not <...>
904         * fvwm/stack.c:
905         #includes from library path with "..." not <...>
907 2007-01-28  Simon Griph  <simon(at)griph(dot)se>
909         * NEWS:
910         * AUTHORS:
911         * INSTALL.fvwm:
912         documented new svg support
914         * configure.ac:
915         added librsvg detection
917         * fvwm/Makefile.am (LDADD, INCLUDES):
918         added rsvg_LIBS, rsvg_CFLAGS
920         * fvwm/expand.c (expand_vars_extended):
921         new extended variables
922         $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
924         * fvwm/fvwm.1.in (OPTIONS):
925         (ICONS AND IMAGES):
926         documented new svg support
927         (COMMAND EXPANSION):
928         documented new extended variables
930         * fvwm/fvwm.c (setVersionInfo):
931         (main):
932         added Frsvg_init() call
934         * libs/Fsvg.h:
935         new file
937         * libs/Makefile.am (libfvwm_a_SOURCES):
938         added Fsvg.h
939         (INCLUDES):
940         added rsvg_CFLAGS
942         * libs/Picture.c (PCacheFvwmPicture):
943         hid svgopts from isFileStampChanged()
945         * libs/PictureBase.c (PictureFindImageFile):
946         hid svgopts from searchPath()
948         * libs/PictureBase.h:
950         * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
951         hid svgopts from setFileStamp()
952         (PImageLoadSvg):
953         new svg image loader
955         * libs/fvwmlib.c (flib_init_graphics):
956         added Frsvg_init() call
958 2007-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
960         * NEWS:
961         * fvwm/stack.c (__is_restack_needed)
962         (is_transient_subtree_straight):
963         (__restack_window):
964         fix crash when trying to restack destroyed window
966 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
968         * libs/Makefile.am (libfvwm_a_SOURCES):
969         add fvwmlib.c
971         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
972         * fvwm/menus.c (move_any_menu)
973         set menu backgrounds before moving. Makes transparent menus move
974         more seamless.
976         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
977         * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
978         add update_transparent_menu_bg to allow set of transparent menu
979         background before a move, and change repaint_transparent_menu to
980         allow for not setting the menu background.
982         * libs/Colorset.c (SetWindowBackgroundWithOffset):
983         create offset backgrounds with CreateOffsetBackgroundPixmap (works with
984         transparent colorsets)
985         (CreateOffsetBackgroundPixmap):
986         use offset also for non transparent backgrounds.
988         * fvwm/menubindings.c (menu_shortcuts):
989         don't move menus on scroll if they don't move
991 2007-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
993         * libs/fvwmlib.h:
994         * fvwm/bindings.c:
995         * fvwm/cursor.c:
996         * fvwm/decorations.c:
997         * fvwm/ewmh_conf.c:
998         * fvwm/ewmh_events.c:
999         * fvwm/ewmh_icons.c:
1000         * fvwm/expand.c:
1001         * fvwm/focus.c:
1002         * fvwm/functions.c:
1003         * fvwm/gnome.c:
1004         * fvwm/menubindings.c:
1005         * fvwm/menucmd.c:
1006         * fvwm/menuitem.c:
1007         * fvwm/misc.c:
1008         * fvwm/modconf.c:
1009         * fvwm/module_interface.c:
1010         * fvwm/module_list.c:
1011         * fvwm/read.c:
1012         * fvwm/update.c:
1013         * fvwm/windowlist.c:
1014         * fvwm/windowshade.c:
1015         * fvwm/colorset.c:
1016         * fvwm/session.c:
1017         * fvwm/stack.c:
1018         * fvwm/ewmh.c:
1019         * fvwm/conditional.c:
1020         * fvwm/menustyle.c:
1021         * fvwm/virtual.c:
1022         * fvwm/placement.c:
1023         * fvwm/frame.c:
1024         * fvwm/fvwm.c:
1025         * fvwm/icons.c:
1026         * fvwm/add_window.c:
1027         * fvwm/builtins.c:
1028         * fvwm/move_resize.c:
1029         * fvwm/borders.c:
1030         * fvwm/style.c:
1031         * fvwm/events.c:
1032         * fvwm/menus.c:
1033         * libs/FTips.c:
1034         * libs/Picture.c:
1035         * libs/Target.c:
1036         * libs/gravity.c:
1037         * fvwm/execcontext.c:
1038         * libs/BidiJoin.c:
1039         * libs/CombineChars.c:
1040         * libs/FBidi.c:
1041         * libs/FEvent.c:
1042         * libs/Fft.c:
1043         * libs/FGettext.c:
1044         * libs/Ficonv.c:
1045         * libs/FImage.c:
1046         * libs/flist.c:
1047         * libs/FlocaleCharset.c:
1048         * libs/fsm.c:
1049         * libs/Parse.c:
1050         * libs/queue.c:
1051         * libs/safemalloc.c:
1052         * libs/strdup.c:
1053         * libs/timeout.c:
1054         * libs/Strings.c:
1055         * libs/FRender.c:
1056         * libs/Module.c:
1057         * libs/ColorUtils.c:
1058         * libs/Colorset.c:
1059         * libs/PictureImageLoader.c:
1060         * libs/PictureGraphics.c:
1061         * libs/Graphics.c:
1062         * libs/FScreen.c:
1063         * libs/PictureUtils.c:
1064         * libs/Flocale.c:
1065         * libs/PictureBase.c:
1066         use new header files
1068         * libs/Graphics.h:
1069         * libs/XResource.h:
1070         * libs/Event.h:
1071         * libs/XError.h:
1072         * libs/ColorUtils.h:
1073         * libs/PictureBase.h:
1074         * libs/System.h:
1075         * libs/defaults.h:
1076         * libs/Cursor.h:
1077         * libs/Target.h:
1078         * libs/WinMagic.h:
1079         * libs/fvwmlib.h:
1080         * libs/Makefile.am (libfvwm_a_SOURCES):
1081         moved declarations from fvwmlib.h to new/appropriate header files
1083         * libs/XError.c:
1084         reformatted
1086         * fvwm/menus.c (paint_side_pic):
1087         fixed previous patch
1088         reindented function
1090 2007-01-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1092         * fvwm/menus.c (paint_side_pic):
1093         fix a core dump
1095         * fvwm/menus.c (paint_side_pic):
1096         use simple expose information to redraw sidepics less.
1098 2007-01-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1100         * fvwm/geometry.c (constrain_size):
1101         silence gcc 4.1.1 warning.
1103         * libs/System.c (searchPath):
1104         search in pwd if no path is given.
1105         return NULL if a file dosn't exist regardless if it's absolute path
1107 2007-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1109         * fvwm/placement.c (__place_window)
1110         (__pl_under_mouse_get_pos_simple):
1111         * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
1112         * fvwm/fvwm.1.in:
1113         new style option UnderMousePlacementHonorsStartsOnPage
1115         * fvwm/update.c (init_style):
1116         don't forget stickyness when a window goes fullscreen (or when some
1117         other style is changed)
1119 2007-01-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1121         * fvwm/placement.c (__pl_cascade_get_pos_simple):
1122         properly handle title direction with cascade placement
1124         * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
1125         new default value
1127         * fvwm/placement.c (__pl_center_get_pos_simple):
1128         CenterPlacement properly handles Xinerama screens
1130 2007-01-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1132         * configure.ac:
1133         always substiture datarootdir
1135 2007-01-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1137         * fvwm/add_window.c (GetWindowSizeHints):
1138         * fvwm/geometry.c (constrain_size):
1139         undefine macros after use
1140         (constrain_size):
1141         reindented and cleaned up
1142         do not grow a window because of aspect ratio if this is not explicitly
1143         allowed by the CS_ROUND_UP flag
1144         (constrain_size):
1145         (__cs_handle_aspect_ratio):
1146         broken into separate functions and cleaned up
1148 2007-01-20  Renato Caldas  <seventhguardian@gmail.com>
1150         * fvwm/module_list.c (module_receive):
1151         (module_input_discard):
1152         allocate input data in just one call - better perfomance
1154 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1156         * fvwm/placement.c (__place_get_wm_pos):
1157         simplified to a simple loop
1158         (__explain_placement):
1159         added explanation of new placement styles
1161         * fvwm/placement.c (__place_get_wm_pos):
1162         cleanup
1163         (__pl_center_get_pos_simple):
1164         (__pl_under_mouse_get_pos_simple):
1165         (__pl_cascade_get_pos_simple):
1166         (__pl_manual_get_pos_simple):
1167         (__place_get_wm_pos):
1168         use new placement interface for CenterPlacement, UnderMousePlacement,
1169         ManualPlacement, CascadePlacement
1171         * fvwm/placement.c (__sp_get_first_pos):
1172         (__sp_get_next_pos):
1173         (__sp_get_pos_penalty):
1174         (__place_get_wm_pos):
1175         use new placement interface for SmartPlacement
1176         (SmartPlacement):
1177         removed function
1179         * fvwm/placement.c:
1180         don't use inline functions
1181         (CleverPlacement):
1182         (placement_loop):
1183         renamed function and generalized the placement interface to deal with
1184         any algorithm in the same way
1185         (__place_get_wm_pos):
1186         use new placement interface
1188         * NEWS:
1189         * configure.ac:
1190         increased version to 2.5.22
1192         * NEWS:
1193         * configure.ac:
1194         updated for 2.5.21 release
1196 2007-01-19  Dan Espen  <dane@mk.telcordia.com>
1198         * fvwm/read.h: Compile syntax error fix.
1200 2007-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1202         * fvwm/placement.c (SmartPlacement):
1203         fixed broken SmartPlacement
1205 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1207         * fvwm/expand.c (expand_vars_extended):
1208         free allocated icon path
1210 2007-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1212         * fvwm/fvwm.1.in:
1213         some cleanup
1215         * fvwm/virtual.c:
1216         fix compile error
1218 2007-01-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1220         * NEWS:
1221         * fvwm/fvwm.1.in (Scroll):
1222         * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
1223         add interactive scrolling.
1225         * fvwm/stack.c (is_transient_subtree_straight):
1226         check first above the tree root, then beneth it.
1228 2007-01-17  Renato Caldas  <seventhguardian@gmail.com>
1230         * fvwm/module_interface.h
1231         * fvwm/module_interface.c (module_input_enqueue):
1232         (module_input_execute):
1233         new functions based on AddToCommandQueue and ExecuteModuleCommand
1235         * fvwm/module_list.c (CMD_ModuleSynchronous):
1236         (PositiveWrite):
1237         * fvwm/events.c (My_XNextEvent):
1238         * fvwm/module_interface.c (ExecuteCommandQueue):
1239         using the above two new functions instead of AddToCommandQueue and
1240         ExecuteModuleCommand
1242         * fvwm/module_interface.c (cqueue_object_type):
1243         removed typedef
1245         * fvwm/module_interface.h
1246         * fvwm/module_interface.c (AddToCommandQueue):
1247         (ExecuteModuleCommand):
1248         removed functions
1250 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1252         * fvwm/fvwm.h (window_style):
1253         * fvwm/style.c (style_parse_one_style_option):
1254         icon background relief and icon title relief changed to sigend char;
1255         should fix problem with ppc and negative values for these.
1257 2007-01-16  Renato Caldas  <seventhguardian@gmail.com>
1259         * fvwm/module_list.h:
1260         * fvwm/module_list.c (module_receive):
1261         (module_input_discard):
1262         (module_input_expect):
1263         new functions to deal with module input
1265         * fvwm/module_list.h:
1266         * fvwm/module_list.c (HandleModuleInput):
1267         replaced by the above three functions
1269         * fvwm/events.c (My_XNextEvent):
1270         * fvwm/module_list.c (CMD_ModuleSynchronous):
1271         (PositiveWrite):
1272         adapted to use the above three functions instead of HandleModuleInput
1274 2007-01-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1276         * configure.ac (HAVE_PNG):
1277         don't mangle png_LIBS, use --with-png-library
1279 2007-01-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1281         * NEWS:
1282         removed news about previous change after move of version-2_5_20 tag
1283         on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
1284         balls.
1286         * fvwm/stack.c (__restack_window):
1287         fix so new transient windows with StackTransientParent on top layer
1288         don't make all windows raise above the pan frames.
1290         * NEWS:
1291         * configure.ac:
1292         increased version to 2.5.21
1294         * NEWS:
1295         * configure.ac:
1296         updated for 2.5.20 release
1298 2007-01-15  Renato Caldas  <seventhguardian@gmail.com>
1300         * fvwm/fvwm.c (main):
1301         remove the call to module_init_list, the list head is instead set
1302         to NULL upon declaration
1304         * fvwm/module_list.h:
1305         * fvwm/module_list.c (module_init_list):
1306         removed function
1308 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1310         * fvwm/stack.c (is_transient_subtree_straight)
1311         (is_transient_subtree_stack_straight):
1312         use <= 32 character function name
1313         (mark_transient_subtree, is_transient_subtree_straight)
1314         (__mark_transient_subtree_test):
1315         move common tests to function to avoid code duplication
1317         * fvwm/fvwm.1.in (IconifyWindowGroups):
1318         Correctly document that windows are iconified together if the are in
1319         the same window group, not if the group leader is iconified.
1321 2007-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1323         * fvwm/add_window.c (GetWindowSizeHints):
1324         * libs/vpacket.h (ConfigWinPacket):
1325         * fvwm/module_interface.c (CONFIGARGS):
1326         * fvwm/fvwm.h (FvwmWindow):
1327         add orig_hints_width_inc and orig_hints_height_inc values to store the
1328         original resize inc  for use in FvwmIdent
1330         * fvwm/fvwm.1.in:
1331         * fvwm/style.c (style_parse_one_style_option):
1332         deprecated some "No..." styles
1333         (style_parse_one_style_option):
1334         add a NoResizeHintOverride style
1336         * fvwm/add_window.c (GetWindowSizeHints):
1337         only ignore the min_width/min_height/max_width/max_height with the
1338         ResizeHintOverride style
1340         * fvwm/icons.c (DeIconify):
1341         corrected previous fix
1343         * fvwm/placement.c (CleverPlacement):
1344         (SmartPlacement):
1345         (__place_get_wm_pos):
1346         (__place_get_nowm_pos):
1347         (__place_window):
1348         fixed smart placement
1349         unified placement func interface
1351 2007-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1353         * NEWS:
1354         * fvwm/icons.c (DeIconify):
1355         don't loop forever.
1357         * fvwm/stack.c (is_transient_subtree_stacked_straight):
1358         fix detection of non needed lower operations
1359         (__restack_window):
1360         BroadcastRestack to modules even if non is done. (To cancel effect of
1361         already sent M_RAISE/M_LOWER)
1362         don't do raise hacks if no restack was done.
1364         * fvwm/fvwm.h (FvwmWindow):
1365         icon_nalloc_pixels is int instead of unsined int
1367         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
1368         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
1369         use int instead of unsigned int.
1371         * fvwm/menugeometry.c (menu_get_geometry)
1372         (menu_get_outer_geometry):
1373         * fvwm/focus.c (CMD_WarpToWindow):
1374         * fvwm/geometry.c (get_title_button_geometry):
1375         * fvwm/session.c (SaveWindowStates):
1376         * fvwm/conditional.c (CMD_WindowId):
1377         * fvwm/placement.c (__place_get_wm_pos):
1378         * fvwm/frame.c (frame_create_move_resize_args):
1379         * fvwm/icons.c (GetIconBitmap, GetIconWindow):
1380         * fvwm/add_window.c (CaptureOneWindow, AddWindow):
1381         * fvwm/builtins.c (CMD_Destroy, CMD_Close):
1382         * fvwm/style.c (style_parse_icon_box_style):
1383         * fvwm/move_resize.c (resize_move_window, InteractiveMove)
1384         (AnimatedMoveAnyWindow, __move_window, __move_loop)
1385         (__resize_window):
1386         * fvwm/events.c (HandlePropertyNotify)
1387         (__is_bpress_window_handled):
1388         * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
1389         (get_menu_options):
1390         fix geometry signed pointer warnings
1392         * libs/Graphics.c (CalculateGradientDimensions):
1393         cast pointer to unsigned int*
1395         * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
1396         * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
1397         (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
1398         change unsigned int* parameter to int*. It get's info stored in an
1399         unsigned short, so it should be OK.
1401         * fvwm/externs.h:
1402         * fvwm/fvwm.c:
1403         JunkMask is unsigned
1405         * fvwm/stack.c (__mark_group_member)
1406         (is_transient_subtree_stacked_straight, __is_restack_needed)
1407         (__restack_window, mark_transient_subtree):
1408         don't raise or lower windows if they are already at the right place.
1410 2007-01-13  Renato Caldas  <seventhguardian@gmail.com>
1412         * fvwm/module_interface.c (struct cqueue_object_type):
1413         * fvwm/module_list.h (struct fmodule_input):
1414         reused cqueue_object_type as a struct to store module input data
1415         renamed it to fmodule_input and moved it to module_list.h
1416         typedef'ed it to cqueue_object_type in module_interface.c
1418 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1420         * fvwm/placement.c (__cp_get_next_x):
1421         (__cp_get_next_y):
1422         (__cp_get_first_pos):
1423         (__cp_get_next_pos):
1424         (__cp_get_avoidance_penalty):
1425         (__cp_test_fit):
1426         (CleverPlacement):
1427         restructured and cleaned up CleverPlacement code
1429         * fvwm/style.c (style_parse_icon_box_style):
1430         * fvwm/virtual.c (HandlePaging):
1431         * fvwm/stack.c (verify_stack_ring_consistency):
1432         (ResyncFvwmStackRing):
1433         * fvwm/repeat.c:
1434         * fvwm/read.c (cursor_control):
1435         * fvwm/placement.c (__place_get_wm_pos):
1436         * fvwm/move_resize.c (GetMoveArguments):
1437         (ParseOneResizeArgument):
1438         (GetResizeArguments):
1439         (GetResizeMoveArguments):
1440         (resize_move_window):
1441         (resize_move_window):
1442         (InteractiveMove):
1443         (__move_window):
1444         (DoSnapAttract):
1445         (DoSnapAttract):
1446         (__resize_step):
1447         (__resize_window):
1448         (__resize_window):
1449         (__resize_window):
1450         (MaximizeHeight):
1451         (MaximizeWidth):
1452         (maximize_fvwm_window):
1453         (CMD_Maximize):
1454         (CMD_Maximize):
1455         * fvwm/misc.c:
1456         * fvwm/menustyle.h (MenuStyle):
1457         * fvwm/menus.c (MenuSizingParameters):
1458         (make_menu_window):
1459         (paint_menu_gradient_background):
1460         (paint_menu_gradient_background):
1461         (select_menu_item):
1462         (do_menus_overlap):
1463         (pop_menu_up):
1464         (pop_menu_down_and_repaint_parent):
1465         (__mloop_handle_action_without_mi):
1466         (do_menu):
1467         (get_menu_options):
1468         (get_menu_options):
1469         * fvwm/menuroot.h (MenuRootStatic):
1470         (MenuRootDynamic):
1471         * fvwm/menuitem.h (MenuPaintItemParameters):
1472         * fvwm/menugeometry.h:
1473         * fvwm/menubindings.c (menu_shortcuts):
1474         * fvwm/icons.c (SetIconPixmapSize):
1475         (GetIconPicture):
1476         (DrawIconTitleWindow):
1477         (AutoPlaceIcon):
1478         (do_all_iconboxes):
1479         (GetIconWindow):
1480         (GetIconBitmap):
1481         * fvwm/gnome.c (GNOME_GetHintIcons):
1482         * fvwm/functions.c (FvwmFunction):
1483         (__execute_function):
1484         (__cf_cleanup):
1485         (execute_complex_function):
1486         * fvwm/fvwm.c (JunkWidth):
1487         (JunkHeight):
1488         (JunkBW):
1489         (JunkDepth):
1490         (JunkMask):
1491         (main):
1492         * fvwm/externs.h (JunkWidth):
1493         (JunkHeight):
1494         (JunkBW):
1495         (JunkDepth):
1496         (JunkMask):
1497         * fvwm/focus.c (CMD_WarpToWindow):
1498         * fvwm/expand.c (__eae_parse_range):
1499         (expand_args_extended):
1500         (expand_vars_extended):
1501         (expand_vars_extended):
1502         * fvwm/ewmh_names.c (EWMH_WMIconName):
1503         (EWMH_WMName):
1504         * fvwm/ewmh_intern.h:
1505         * fvwm/ewmh_icons.c (ewmh_WMIcon):
1506         (EWMH_DoUpdateWmIcon):
1507         (ewmh_SetWmIconFromPixmap):
1508         (ewmh_SetWmIconFromPixmap):
1509         (EWMH_DeleteWmIcon):
1510         (extract_wm_icon):
1511         (extract_wm_icon):
1512         (EWMH_SetIconFromWMIcon):
1513         * fvwm/ewmh_events.c (ewmh_WMDesktop):
1514         (ewmh_WMState):
1515         (ewmh_WMIconGeometry):
1516         (ewmh_WMStrut):
1517         * fvwm/ewmh.h:
1518         * fvwm/ewmh.c (ewmh_ChangeProperty):
1519         (ewmh_ChangeProperty):
1520         (atom_get):
1521         (ewmh_AtomGetByName):
1522         (ewmh_AddToKdeSysTray):
1523         (EWMH_GetWorkAreaIntersection):
1524         (ewmh_HandleWindowType):
1525         (ewmh_check_wm_pid):
1526         * fvwm/geometry.c (constrain_size):
1527         * fvwm/geometry.h:
1528         * fvwm/events.c (__handle_cr_on_client):
1529         (WaitForButtonsUp):
1530         * fvwm/events.h:
1531         * libs/PictureImageLoader.c:
1532         * libs/PictureImageLoader.h:
1533         * libs/WinMagic.c:
1534         * libs/fvwmlib.h:
1535         * libs/Graphics.c (ParseGradient):
1536         (CalculateGradientDimensions):
1537         (CreateGradientPixmap):
1538         (CreateGradientPixmapFromString):
1539         * fvwm/colorset.c (update_root_pixmap):
1540         * fvwm/builtins.c (CMD_Echo):
1541         (CMD_State):
1542         * fvwm/add_window.c (AddWindow):
1543         * fvwm/screen.h (DecorFace):
1544         use int instead of unsigned int
1546         * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
1547         * fvwm/colormaps.c (EnterSubWindowColormap):
1548         (LeaveSubWindowColormap):
1549         (FetchWmColormapWindows):
1550         * libs/vpacket.h:
1551         * libs/CombineChars.c (char_combclass):
1552         use short instead of short int
1553         use long instead of long int
1555         * libs/PictureBase.h (FvwmPictureAttributes):
1556         (FvwmRenderAttributes):
1557         * libs/Flocale.h (FlocaleFont):
1558         * fvwm/style.c (style_parse_icon_grid_style):
1559         * fvwm/menus.c (size_menu_horizontally):
1560         (size_menu_vertically):
1561         (paint_menu):
1562         (AddToMenu):
1563         * fvwm/menuitem.c (menuitem_paint):
1564         (menuitem_free):
1565         * fvwm/menuitem.h (MenuItem):
1566         * fvwm/geometry.c (set_window_border_size):
1567         * fvwm/decorations.c (SelectDecor):
1568         use int instead of short
1570         * fvwm/screen.h (FvwmAcs):
1571         (DecorFace):
1572         * fvwm/menus.c (MenuSizingParameters):
1573         (size_menu_horizontally):
1574         (update_menu):
1575         (paint_menu_gradient_background):
1576         * fvwm/menuroot.h (MenuRootStatic):
1577         * fvwm/menuitem.h (MenuItem):
1578         (MenuItemPartSizesT):
1579         * fvwm/menuitem.c (menuitem_get_size):
1580         * fvwm/menudim.h (MenuDimensions):
1581         use int instead of unsigned short
1583 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1585         * libs/gravity.h:
1586         * libs/gravity.c (gravity_move_resize_parent_child):
1587         * fvwm/frame.h:
1588         * fvwm/frame.c (mr_args_internal):
1589         (frame_setup_border):
1590         (frame_setup_titlebar):
1591         (frame_get_resize_decor_gravities):
1592         (frame_get_titlebar_dimensions):
1593         use rectangle instead of signed_rectangle
1595         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
1596         * libs/fvwmrect.h (signed_rectangle):
1597         removed type
1598         (rectangle):
1599         (size_rect):
1600         widht and height are now signed values
1602         * fvwm/placement.c (get_next_x):
1603         (__cp_get_next_x):
1604         (get_next_x):
1605         (__cp_get_next_y):
1606         (__test_fit):
1607         (__cp_test_fit):
1608         renamed functions
1610         * fvwm/placement.c (get_next_x):
1611         (get_next_y):
1612         (test_fit):
1613         (CleverPlacement):
1614         cleanup
1616 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1618         * NEWS:
1619         NEWS entry for StickyIcon, StickyAcrossPagesIcon and
1620         StickyAcrossDesksIcon.
1622 2007-01-13  Serge Koksharov  <gentoosiast dog yandex dot ru>
1624         * fvwm/conditional.c (CreateConditionMask):
1625         added conditions StickyIcon, StickyAcrossPagesIcon and
1626         StickyAcrossDesksIcon.
1628         * fvwm/fvwm.1.in:
1629         documented new conditional tests.
1630         removed descriptions of styles StickyIconPage & StickyIconDesk which
1631         actually don't exists in fvwm.
1632         moved StickyIcon/SlipperyIcon descriptions immediately after
1633         Sticky/Slippery description.
1635 2007-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1637         * fvwm/placement.c (SmartPlacemen):
1638         (__sp_test_window):
1639         cleaned up SmartPlacement code
1641 2007-01-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1643         * fvwm/ConfigFvwmMenuDefaults:
1644         Mouse 0 MS A MenuLeaveSubmenu instead.
1646         * fvwm/ConfigFvwmMenuDefaults:
1647         Mouse 0 MS A MenuClose to make sidepic and border behave as
1648         before menu bindings.
1650         * fvwm/fvwm.1.in:
1651         * libs/wcontext.h (enum):
1652         * fvwm/menubindings.c (menu_binding):
1653         (menu_shortcuts):
1654         Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
1656         * fvwm/menustyle.c (menustyle_parse_old_style):
1657         add a message of deprecation.
1659 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
1661         * fvwm/module_list.h:
1662         * fvwm/module_list.c:
1663         new files for module handling code.
1665         * fvwm/module_list.h:
1666         * fvwm/module_interface.h:
1667         * fvwm/module_list.c:
1668         * fvwm/module_interface.c:
1669         (struct mqueue_object_type):
1670         (msg_mask_set):
1671         (module_alloc):
1672         (module_insert):
1673         (module_remove):
1674         (module_free):
1675         (module_get_next):
1676         (set_message_mask):
1677         (get_pipe_name):
1678         (initModules):
1679         (ClosePipes):
1680         (do_execute_module):
1681         (executeModuleDesperate):
1682         (CMD_Module):
1683         (CMD_ModuleListenOnly):
1684         (CMD_ModuleSynchronous):
1685         (HandleModuleInput):
1686         (DeadPipe):
1687         (KillModule):
1688         (KillModuleByName):
1689         (CMD_KillModule):
1690         (PositiveWrite):
1691         (DeleteMessageQueueBuff):
1692         (FlushMessageQueue):
1693         (FlushAllMessageQueues):
1694         (CMD_set_mask):
1695         (CMD_set_sync_mask):
1696         (CMD_set_nograb_mask):
1697         (skipModuleAliasToken):
1698         (countModules):
1699         (struct msg_masks_t):
1700         (struct fmodule):
1701         moved from module_interface.c/h to module_list.c/h
1703         * fvwm/module_list.h (do_execute_module):
1704         * fvwm/module_interface.h (AddToCommandQueue):
1705         (ExecuteModuleCommand):
1706         initialy static functions are exposed for now. Should be fixed soon.
1708         * fvwm/Makefile.am:
1709         added module_list.h and module_list.c
1710         reorganized the c files by size
1712         * fvwm/module_list.h:
1713         * fvwm/module_list.c:
1714         * fvwm/events.c:
1715         * fvwm/fvwm.c:
1716         * fvwm/session.c:
1717         * fvwm/stack.c:
1718         (initModules):
1719         (module_init_list):
1720         (ClosePipes):
1721         (module_kill_all):
1722         (KillModule):
1723         (module_kill):
1724         (countModules):
1725         (module_count):
1726         renamed functions to a unified style
1728         * fvwm/module_interface.h:
1729         * fvwm/module_interface.c:
1730         * fvwm/fvwm.c:
1731         * fvwm/events.c:
1732         * fvwm/modconf.c
1733         * fvwm/session.c:
1734         * fvwm/stack.c:
1735         * fvwm/windowshade.c:
1736         * fvwm/functions.c:
1737         * fvwm/move_resize.c:
1738         include file cleanup
1740         * fvwm/module_list.c (do_execute_module):
1741         made absolutely sure the module's read fd is >=0 before inserting
1742         the module on the list
1744         * fvwm/events.c (My_XNextEvent):
1745         * fvwm/module_list.c (PositiveWrite):
1746         (CMD_ModuleSynchronous):
1747         assume module read fd is allways >=0 (remove the tests)
1749         * fvwm/module_list.c (module_free):
1750         no need to test if fd >=0 when closing the pipes.
1752 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1754         * fvwm/menuitem.c (draw_higlight_background):
1755         fix x-origin of HGradients
1757 2007-01-10  Renato Caldas  <seventhguardian@gmail.com>
1759         * fvwm/module_interface.c (FlushMessageQueues):
1760         fixed not flushing the first module on the list
1762 2007-01-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1764         * libs/Flocale.c (FlocaleGetFftFont):
1765         add sanity check for NULL fontname.
1767         * NEWS:
1768         * fvwm/fvwm.1.in:
1769         * fvwm/menuitem.c (menuitem_paint):
1770         (draw_hilight_background):
1771         make all kinds of pixmaps work with hilight background
1773         * libs/Colorset.h (CreateOffsetBackgroundPixmap):
1774         * libs/Colorset.c (CreateOffsetBackgroundPixmap)
1775         (CreateBackgroundPixmap):
1776         added CreateOffsetBackgroundPixmap with the ability to create
1777         transparent images at an offset relative to the window.
1779 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1781         * fvwm/menus.c (__mloop_exit):
1782         (struct):
1783         (__mloop_get_event)
1784         (__mloop_handle_event):
1785         don't warp to parent item when entering other item with mouse.
1787         * NEWS:
1788         * fvwm/fvwm.1.in:
1789         * fvwm/menustyle.c (menustyle_update):
1790         make use of colorset TiledPixmap option with HiglightBack
1791         and HiglightTitleBack menu styles.
1793 2007-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1795         * libs/FScreen.c:
1796         reformatted
1798 2007-01-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1800         * libs/FScreen.c (FScreenParseGeometry):
1801         don't look up screen info if screen is undefined
1803 2007-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1805         * ONEWS:
1806         * NEWS:
1807         moved the NEWS of 2.2.x and 2.3.x to ONEWS
1809         * libs/fio.c (fvwm_send):
1810         compile fixes
1812         * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
1813         added macro
1815         * libs/fio.c:
1816         * libs/fio.h:
1817         new utility files to wrap writing/reading standard lib functions that
1818         might be interrupted
1820 2007-01-05  Serge Koksharov  <gentoosiast dog yandex dot ru>
1822         * fvwm/ewmh_intern.h:
1823         compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
1824         instead of <time.h>.
1826         * fvwm/windowlist.h:
1827         removed unneeded file.
1829         * fvwm/Makefile.am:
1830         removed windowlist.h from build list.
1832         * libs/PictureUtils.c:
1833         include "ftime.h" instead of <time.h>.
1834         fvwmlib.h header name should be in double quotes not in angle
1835         brackets.
1837         * libs/System.c:
1838         include "ftime.h" instead of <sys/time.h>.
1840 2007-01-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
1842         * ChangeLog:
1843         make my email less spider-friendly
1845         * fvwm/bindings.c (binding_cmd):
1846         (ParseBinding):
1847         fix core
1849 2007-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1851         * fvwm/screen.h (ScreenInfo):
1852         made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
1853         casting signed values in calculations to be cast to unsigned
1855         * fvwm/focus.c (__activate_window_by_command):
1856         don't warp the viewport if the center of the window is already in view
1857         fixed a bug in window positioning
1859 2007-01-03  Serge Koksharov  <gentoosiast dog yandex dot ru>
1861         * NEWS:
1862         FvwmIconBox IconColorset's bg wasn't updated immediately.
1864 2007-01-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1866         * fvwm/fvwm.c (main):
1867         close all open fds upon startup
1868         reopen stdin, stdout and stderr if necessary
1869         (reopen_fd):
1870         new function
1872         * fvwm/module_interface.c (do_execute_module):
1873         simplified error handling
1874         check maximum fd when creating modules
1876         * fvwm/events.c (My_XNextEvent):
1877         * fvwm/fvwm.c (main):
1878         replaced fd_width with fvwmlib_max_fd
1880         * libs/fvwmlib.h:
1881         * libs/System.c (fvwmlib_init_max_fd):
1882         added function and fvwmlib_max_fd
1884         * fvwm/events.c (My_XNextEvent):
1885         * fvwm/module_interface.c (CMD_ModuleSynchronous):
1886         switch back to using FD_SET
1888         * fvwm/events.c (My_XNextEvent:
1889         * fvwm/module_interface.h:
1890         * fvwm/module_interface.c:
1891         hide module structure members with access macros and use them
1892         everywhere
1894 2007-01-02  Renato Caldas  <seventhguardian@gmail.com>
1896         * fvwm/module_interface.c (module_add_to_fdsets):
1897         * fvwm/module_interface.h:
1898         created new function that also checks for too many open fds
1900         * fvwm/module_interface.c (CMD_ModuleSynchronous):
1901         * fvwm/events.c (My_XNextEvent):
1902         now using module_add_to_fdset to add pipes to the fdsets
1904 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
1906         * libs/defaults.h (MAX_NUM_MODULES):
1907         * fvwm/module_interface.c (module_alloc):
1908         (do_execute_module):
1909         removed check for MAX_NUM_MODULES - not needed, done by the O.S.
1911         * fvwm/module_interface.c (do_execute_module):
1912         moved the allocation call to the end of the sanity checks and pipe
1913         creation - better for performance
1915 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1917         END MODULE STRUCT PATCHES
1919         * fvwm/module_interface.c (do_execute_module):
1920         fixed another memory leak
1922 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
1924         * fvwm/module_interface.h:
1925         * fvwm/module_interface.c:
1926         * fvwm/modconf.c:
1927         renamed struct module member "pipeName" and "pipeAlias" to "name"
1928         and "alias"
1930         * fvwm/module_interface.c (do_execute_module):
1931         fixed possible memory leak
1933 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1935         * fvwm/events.c (My_XNextEvent):
1936         * fvwm/module_interface.c (module_alloc):
1937         (do_execute_module):
1938         (KillModule):
1939         * fvwm/module_interface.h (fmodule):
1940         replaced int with a flag struct
1942         * fvwm/module_interface.h:
1943         * fvwm/events.c (My_XNextEvent):
1944         * fvwm/module_interface.c (module_alloc):
1945         (module_free):
1946         (module_insert):
1947         (ClosePipes):
1948         add new modules at front of list again
1949         removed global variable init_fdset; use a flag in the module struct
1950         instead
1951         removed the now obsolete module slot count
1953 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
1955         * fvwm/module_interface.c (module_remove):
1956         (KillModule):
1957         moved module remotion code to module_remove()
1959 2007-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
1961         * fvwm/events.c (My_XNextEvent):
1962         fixed startup commands
1964         * fvwm/module_interface.c (module_insert):
1965         (module_free):
1966         (KillModule):
1967         (ClosePipes):
1968         append modules at end of list
1970         * fvwm/events.c (My_XNextEvent):
1971         fixed core
1973         * fvwm/module_interface.c (ExecuteModuleCommand):
1974         (PositiveWrite):
1975         (KillModuleByName):
1976         (BroadcastPacket):
1977         (BroadcastNewPacket):
1978         (BroadcastName):
1979         (BroadcastFvwmPicture):
1980         (BroadcastColorset):
1981         (BroadcastPropertyChange):
1982         (BroadcastConfigInfoString):
1983         (CMD_SendToModule):
1984         (FlushAllMessageQueues):
1985         (countModules):
1986         (CMD_set_mask):
1987         (CMD_set_sync_mask):
1988         (CMD_set_nograb_mask):
1989         cleanup
1990         (skipModuleAliasToken):
1991         use MAX_MODULE_ALIAS_LEN
1993         * fvwm/module_interface.c (KillModule):
1994         (do_execute_module):
1995         (module_alloc):
1996         added a "slot" member to the module struct to fix the init_fdset hack
1997         for now
1999         * libs/defaults.h (MAX_NUM_MODULES):
2000         (MAX_MODULE_ALIAS_LEN):
2001         new config values
2003         * fvwm/module_interface.c (do_execute_module):
2004         rewrote module struct initialization
2005         (HandleModuleInput):
2006         use %p to print module address, don't cast it to int
2008         * fvwm/module_interface.c (ClosePipes):
2009         (KillModule):
2010         use module_free
2011         (msg_mask_set):
2012         (module_insert):
2013         (module_alloc):
2014         new functions()
2016         * fvwm/module_interface.c (FreeModule):
2017         (module_free):
2018         renamed function
2020         * fvwm/module_interface.c (KillModule):
2021         (FreeModule):
2022         * fvwm/events.c (My_XNextEvent):
2023         * fvwm/execcontext.h:
2024         * fvwm/modconf.c (CMD_Send_ConfigInfo):
2025         (ModuleConfig):
2026         * fvwm/stack.c (BroadcastRestack):
2027         cleanup
2029         * fvwm/module_interface.c (module_get_next):
2030         * fvwm/module_interface.h:
2031         new function
2033 2007-01-01  Renato Caldas  <seventhguardian@gmail.com>
2035         * fvwm/modconf.c (ModuleConfig):
2036         (SendConfigToModule):
2037         (send_xinerama_state):
2038         (send_desktop_names):
2039         (send_desktop_geometry):
2040         (send_image_path):
2041         (send_color_limit):
2042         (send_colorsets):
2043         (send_click_time):
2044         (send_move_threshold):
2045         (send_ignore_modifiers):
2046         (CMD_Send_ConfigInfo):
2047         * fvwm/functions.c (__execute_function):
2048         * fvwm/events.c (My_XNextEvent):
2049         * fvwm/module_interface.h (msg_masks_t):
2050         (fmodule):
2051         * fvwm/execcontext.c (__exc_change_context):
2052         (exc_create_null_context):
2053         * fvwm/execcontext.h:
2054         Initial module struct patches
2056         BEGIN MODULE STRUCT PATCHES
2058 2006-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2060         * fvwm/events.c (HandleFocusOut):
2061         (__refocus_stolen_focus_win):
2062         (HandleEnterNotify):
2063         less disruptive way of restoring focus to the window it was stolen from
2065 2006-12-31  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2067         * fvwm/events.c (HandleEnterNotify):
2068         restore focus to windows that had it stolen by
2069         unmanaged windows on enter of any unmanaged windows.
2071 2006-12-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2073         * fvwm/menubindings.c:
2074         don't include menus.h
2076         * fvwm/ConfigFvwmMenuDefaults:
2077         all bindings are silent
2079 2006-12-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2081         * fvwm/ConfigFvwmMenuDefaults:
2082         make all numpad keys silent -- not all keyboads have a numpad
2083         add KP_Separator for MenuClose
2085 2006-12-30  Serge Koksharov  <gentoosiast dog yandex dot ru>
2087         * fvwm/fvwm.1.in:
2088         documented missing menu bindings.
2090         * fvwm/ConfigFvwmMenuDefaults:
2091         fixed wrong menu bindings.
2093 2006-12-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2095         * fvwm/menubindings.c:
2096         * fvwm/menubindings.h:
2097         * fvwm/menucmd.c:
2098         * fvwm/menudim.c:
2099         * fvwm/menudim.h:
2100         * fvwm/menugeometry.c:
2101         * fvwm/menugeometry.h:
2102         * fvwm/menuitem.c:
2103         * fvwm/menuitem.h:
2104         * fvwm/menuroot.h:
2105         * fvwm/menus.c:
2106         * fvwm/menus.h:
2107         * fvwm/move_resize.c:
2108         * fvwm/move_resize.h:
2109         * fvwm/windowlist.c:
2110         simplified including header files
2112         * fvwm/menus.c (__mloop_handle_event):
2113         * fvwm/menuparameters.h:
2114         * fvwm/menubindings.c (menu_shortcuts):
2115         do not call find_entry directly but return MENU_NEWITEM_FIND instead
2117         * fvwm/menus.c (__mloop_handle_event):
2118         * fvwm/menuparameters.h:
2119         * fvwm/menubindings.c (menu_shortcuts):
2120         do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
2121         instead
2123         * fvwm/menus.h (MenuParameters):
2124         (MenuOptions):
2125         (MenuPosHints):
2126         (MenuRC):
2127         (MenuReturn):
2128         (MenuRepaintTransparentParameters):
2129         * fvwm/menuparameters.h (MenuParameters):
2130         (MenuOptions):
2131         (MenuPosHints):
2132         (MenuRC):
2133         (MenuReturn):
2134         (MenuRepaintTransparentParameters):
2135         moved to menuparameters.h
2137         * fvwm/menus.h (MenuRoot):
2138         (MenuRootDynamic):
2139         (MenuRootStatic):
2140         * fvwm/menutypes.h (MenuRoot):
2141         (MenuRootDynamic):
2142         (MenuRootStatic):
2143         moved to menuroot.h
2145         * fvwm/menus.c (menu_get_geometry):
2146         (menu_get_outer_geometry):
2147         * fvwm/menugeometry.c (menu_get_geometry):
2148         (menu_get_outer_geometry):
2149         moved to menugeometry.c
2151         * fvwm/menuparameters.h:
2152         * fvwm/menutypes.h:
2153         * fvwm/menugeometry.c:
2154         * fvwm/menugeometry.h:
2155         * fvwm/Makefile.am:
2156         new files
2158         * fvwm/menubindings.h (enum):
2159         * fvwm/menus.c (enum):
2160         moved enum menu_shortcut_action to menubindings.h
2161         (get_selectable_item_index):
2162         (get_selectable_item_from_index):
2163         (get_selectable_item_from_section):
2164         (get_selectable_item_count):
2165         (parse_menu_action):
2166         moved to menubindings.c
2168         * fvwm/menus.c (enum):
2169         (parse_menu_action):
2170         (menuShortcuts):
2171         renamed enum shortcut_action to menu_shortcut_action
2173         * fvwm/fvwm.c (SetRCDefaults):
2174         read default config file after all other defaults
2176 2006-12-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2178         * fvwm/ConfigFvwmMenuDefaults:
2179         * fvwm/fvwm.c (SetRCDefaults):
2180         make the hard coded menu bindings load before ConfigFvwmDefaults
2181         move Mouse 0 ... to ConfigFvwmMenuDefaults
2183 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2185         * fvwm/ConfigFvwmMenuDefaults:
2186         * fvwm/fvwm.c (SetRCDefaults):
2187         added hard coded default menu bindings
2189 2006-12-29  Serge Koksharov  <gentoosiast dog yandex dot ru>
2191         * fvwm/fvwm.1.in:
2192         documentation fixes.
2194 2006-12-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2196         * fvwm/bindings.c:
2197         * fvwm/menubindings.h:
2198         * fvwm/menubindings.c:
2199         * fvwm/menus.h:
2200         * fvwm/menus.c:
2201         * fvwm/Makefile.am:
2202         moved new menu binding code to menubindings.c, menubindings.h
2203         split binding into a regular list and a fallback list that can not be
2204         modified
2206         * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
2207         fixed calculation of new geometry if x or y is negative
2209         * fvwm/geometry.c (maximize_adjust_offset):
2210         fixed calculations of normal geometry when maximized
2212 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2214         * NEWS:
2215         * fvwm/ConfigFvwmMenuDefaults:
2216         * fvwm/fvwm.c (SetRCDefaults):
2217         * fvwm/menus.c (parse_menu_action):
2218         * fvwm/fvwm.1.in:
2219         rename menu action to menu bindings and make menu binding commands
2220         more verbose.  Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
2221         ensure basic function with ConfigFvwmMenuDefaults missing.
2223 2006-12-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2225         * fvwm/menus.c (menuShortcuts):
2226         fixed compiler warning.
2228 2006-12-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2230         * fvwm/fvwm.1.in:
2231         corrected mis-spelling
2233         * AUTHORS:
2234         * NEWS:
2235         * fvwm/fvwm.1.in:
2236         * fvwm/menus.h:
2237         * fvwm/menus.c (handle_emacs_bindings):
2238         (parse_menu_action)
2239         (menuShortcuts):
2240         (__mloop_handle_event):
2241         (menu_binding):
2242         * fvwm/bindings.c (ParseBinding):
2243         * fvwm/Makefile.am (config_DATA):
2244         * fvwm/ConfigFvwmDefaults:
2245         * fvwm/ConfigFvwmMenuDefaults:
2246         fully configurable mouse any key bindings for menu navigation.
2248 2006-12-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2250         * fvwm/virtual.c (HandlePaging):
2251         removed bogus comment
2253         * fvwm/move_resize.c (__move_loop):
2254         cleanup
2255         (__resize_window):
2256         allow paging during resize with "EdgeScroll 0 0" as documented in the
2257         man page
2258         fixed disappearing windows with "maximize; resize - abort; unmaximize"
2260         * fvwm/fvwm.h (FvwmWindow):
2261         * fvwm/add_window.c (AddWindow):
2262         * fvwm/add_window.c (setup_frame_window):
2263         * fvwm/add_window.c (setup_parent_window)
2264         * fvwm/borders.c (border_draw_decorations):
2265         * fvwm/borders.c (border_draw_one_border_part):
2266         * fvwm/borders.c (border_get_parts_and_pos_to_draw)
2267         * fvwm/borders.c (border_get_titlebar_descr)
2268         * fvwm/builtins.c (__remove_window_decors):
2269         * fvwm/conditional.c (MatchesConditionMask):
2270         * fvwm/events.c (HandleMapNotify):
2271         * fvwm/events.c (HandleMapRequestKeepRaised)
2272         * fvwm/events.c (HandlePropertyNotify):
2273         * fvwm/events.c (HandleShapeNotify):
2274         * fvwm/events.c (__cr_detect_icccm_move)
2275         * fvwm/events.c (__cr_get_grav_position):
2276         * fvwm/events.c (__cr_get_static_position)
2277         * fvwm/events.c (__handle_configure_request)
2278         * fvwm/events.c (__handle_cr_on_client):
2279         * fvwm/ewmh.c (EWMH_fullscreen):
2280         * fvwm/focus.c (__activate_window_by_command):
2281         * fvwm/focus.c (__set_focus_to_fwin):
2282         * fvwm/focus.c (warp_to_fvwm_window):
2283         * fvwm/frame.c (__frame_setup_window):
2284         * fvwm/frame.c (frame_create_move_resize_args)
2285         * fvwm/frame.c (frame_free_move_resize_args):
2286         * fvwm/frame.c (frame_move_resize_step)
2287         * fvwm/frame.c (frame_reshape_border):
2288         * fvwm/geometry.c (constrain_size):
2289         * fvwm/geometry.c (get_icon_corner)
2290         * fvwm/geometry.c (get_page_offset):
2291         * fvwm/geometry.c (get_page_offset_check_visible):
2292         * fvwm/geometry.c (get_shaded_client_window_pos):
2293         * fvwm/geometry.c (get_title_button_geometry):
2294         * fvwm/geometry.c (get_title_geometry)
2295         * fvwm/geometry.c (get_unshaded_geometry):
2296         * fvwm/geometry.c (get_visible_window_or_icon_geometry)
2297         * fvwm/geometry.c (gravity_constrain_size):
2298         * fvwm/geometry.c (maximize_adjust_offset):
2299         * fvwm/geometry.c (update_absolute_geometry):
2300         * fvwm/geometry.c (update_relative_geometry)
2301         * fvwm/gnome.c (GNOME_SetWinArea):
2302         * fvwm/icons.c (AutoPlaceIcon):
2303         * fvwm/icons.c (DeIconify):
2304         * fvwm/icons.c (Iconify):
2305         * fvwm/module_interface.c (CONFIGARGS):
2306         * fvwm/move_resize.c (AnimatedMoveAnyWindow)
2307         * fvwm/move_resize.c (CMD_Maximize):
2308         * fvwm/move_resize.c (CMD_ResizeMaximize):
2309         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
2310         * fvwm/move_resize.c (__move_loop):
2311         * fvwm/move_resize.c (__move_window):
2312         * fvwm/move_resize.c (__resize_window):
2313         * fvwm/move_resize.c (maximize_fvwm_window):
2314         * fvwm/move_resize.c (resize_move_window):
2315         * fvwm/move_resize.c (stick_across_pages):
2316         * fvwm/move_resize.c (unmaximize_fvwm_window):
2317         * fvwm/placement.c (__explain_placement):
2318         * fvwm/placement.c (__place_get_wm_pos):
2319         * fvwm/placement.c (get_next_x):
2320         * fvwm/placement.c (get_next_y):
2321         * fvwm/placement.c (test_fit)
2322         * fvwm/session.c (MatchWinToSM):
2323         * fvwm/session.c (SaveWindowStates):
2324         * fvwm/update.c (apply_window_updates):
2325         * fvwm/virtual.c (MoveViewport):
2326         * fvwm/windowlist.c (CMD_WindowList):
2327         * fvwm/windowshade.c (CMD_WindowShade):
2328         put some of the window geometry members into a separate struct window_g
2329         with members frame, normal, max, max_defect, max_offset
2331 2006-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2333         * NEWS:
2334         * AUTHORS:
2335         * fvwm/window_flags.h:
2336         * fvwm/style.h:
2337         * fvwm/style.c (style_parse_one_style_option):
2338         * fvwm/icons.c (DrawIconTitleWindow):
2339         * fvwm/fvwm.h (common_flags_t):
2340         * fvwm/fvwm.1.in (Style):
2341         * fvwm/borders.c:
2342         (border_draw_title_stick_lines):
2343         Applied Stippled patch by Thomas Adam with some fixes.
2345 2006-12-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2347         * NEWS:
2348         FvwmWinList button/list syncronization fixed (bug #1393)
2350 2006-12-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2352         * NEWS:
2353         * configure.ac:
2354         updated for 2.5.20.
2356         * NEWS:
2357         * configure.ac:
2358         updated for 2.5.19 release
2360         * NEWS:
2361         updated after 2.4.20 release
2363         * NEWS:
2364         * fvwm/focus.c (focus_get_fpol_context_flag):
2365         * fvwm/events.c (__check_click_to_focus_or_raise)
2366         (__handle_click_to_focus):
2367         Treat EWMH desktop as client window under click to focus. (#1492)
2369 2006-12-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2371         * libs/Module.h (MX_REPLY):
2372         (MAX_EXTENDED_MESSAGES):
2373         (MAX_XMSG_MASK):
2374         * fvwm/module_interface.c (CMD_Send_Reply):
2375         * fvwm/functable.c (func_table):
2376         * fvwm/commands.h:
2377         Added Send_Reply module only command.
2379 2006-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2381         * libs/PictureUtils.c (init_static_colors_table):
2382         fix fvwm for < 8 bit depth, bug #1677
2384 2006-11-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2386         * fvwm/misc.c (IsRectangleOnThisPage):
2387         new fix for signedness problems.
2389 2006-10-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2391         * fvwm/misc.c (IsRectangleOnThisPage):
2392         fix signedness problem with test introduced by gcc4 fix below.
2394 2006-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2396         * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
2397         (size_rect):
2398         (rectangle)
2399         (signed_rectangle):
2400         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2401         * libs/gravity.h (gravity_move_resize_parent_child):
2402         * libs/gravity.c (gravity_move_resize_parent_child):
2403         * fvwm/frame.h (frame_get_titlebar_dimensions)
2404         * fvwm/frame.c (frame_get_titlebar_dimensions_only)
2405         (frame_get_resize_decor_gravities):
2406         (mr_args_internal):
2407         (frame_setup_border):
2408         (frame_setup_titlebar)
2409         (frame_get_resize_decor_gravities):
2410         (frame_get_titlebar_dimensions):
2411         split rectangle into a signed size and an unsigned size type.
2413         * fvwm/screen.h (ScreenInfo):
2414         * libs/FScreen.h (FScreenGetScrRect):
2415         (FScreenGetResistanceRect):
2416         * libs/FScreen.c (XineramaScreenInfo):
2417         (FScreenGetGeometry)
2418         (FScreenGetScrRect):
2419         (FScreenClipToScreen):
2420         (FScreenCenterOnScreen)
2421         (FScreenGetResistanceRect):
2422         (FScreenIsRectangleOnScreen):
2423         * fvwm/fvwm.h (FvwmWindow):
2424         * fvwm/screen.h (DecorFace):
2425         * libs/fvwmlib.h (CreateGradientPixmap):
2426         * libs/Graphics.c (CreateGradientPixmap):
2427         * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2428         * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2429         * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
2430         (PImageLoadPixmapFromFile):
2431         (PImageLoadPixmapFromXpmData):
2432         * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
2433         (PImageCreatePixmapFromArgbData):
2434         (PImageLoadPixmapFromFile)
2435         (PImageLoadFvwmPictureFromFile):
2436         (PImageLoadPixmapFromXpmData):
2437         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
2438         * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
2439         (EWMH_SetIconFromWMIcon):
2440         * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
2441         * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
2442         * fvwm/colorset.c (parse_colorset):
2443         * fvwm/icons.c (DrawIconTitleWindow):
2444         (AutoPlaceIcon)
2445         (do_all_iconboxes):
2446         * fvwm/menus.h (MenuRootDynamic):
2447         * fvwm/menus.c (update_menu):
2448         (pop_menu_up):
2449         (do_menu)
2450         (get_menu_options):
2451         * fvwm/move_resize.c (GetMoveArguments):
2452         (ParseOneResizeArgument)
2453         (GetResizeArguments):
2454         (GetResizeMoveArguments):
2455         (DoSnapAttract)
2456         (__move_loop):
2457         (CMD_Maximize):
2458         change dimensions and allocation counts to unsigned types.
2460         * libs/Flocale.h (FlocaleStringNumberOfBytes)
2461         (FlocaleStringByteToCharOffset):
2462         (FlocaleStringCharToByteOffset)
2463         (FlocaleStringCharLength)
2464         * libs/Flocale.c (FlocaleStringNumberOfBytes)
2465         (FlocaleStringByteToCharOffset):
2466         (FlocaleStringCharToByteOffset)
2467         (FlocaleStringCharLength):
2468         (FlocaleUtf8ToUnicodeStr2b)
2469         (FlocaleStringToString2b):
2470         (FlocaleEncodeString):
2471         * libs/Ficonv.c (convert_charsets):
2472         change most string types to char* from unsigned char* to match
2473         with system headers without casts.
2475         * libs/Flocale.c (FlocaleLoadFont):
2476         init shadow_dir to make gcc 4 happy.
2478         * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
2479         (CSETS_IS_TRANSPARENT_ROOT_TRAN):
2480         (CSETS_IS_TRANSPARENT_ROOT_PURE)
2481         (CSETS_IS_TRANSPARENT_PR_PURE):
2482         (CSETS_IS_TRANSPARENT_ROOT)
2483         (CSETS_IS_TRANSPARENT):
2484         compare pointer with NULL, not >= 0.
2486         * libs/FTips.h (ftips_position_t):
2487         * fvwm/expand.c (partial_extended_vars):
2488         * fvwm/placement.c (preason_screen_t):
2489         remove comma last in enums.
2491         * fvwm/style.c (style_parse_focus_policy_style):
2492         change 0xffffffff to ~0 to silience truncation warning.
2494         * fvwm/session.h (mwtsm_state_args):
2495         make flags unsigned.
2497         * fvwm/schedule.c (sq_object_type):
2498         change // to /* ... */
2500         * libs/Fft.c (FftGetFontWidths):
2501         (FftTextWidth):
2502         * libs/FScreen.c (FScreenConfigureSLSScreens):
2503         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
2504         (EWMH_SetDesktopNames):
2505         * fvwm/fvwm.c (LoadDefaultLeftButton):
2506         (LoadDefaultRightButton):
2507         * fvwm/builtins.c (ReadDecorFace):
2508         (CMD_State):
2509         silence signedness warnings by casts.
2511         * fvwm/borders.c (ROTATE_RECTANGLE):
2512         make sure tr is initialized.
2514         * fvwm/add_window.c (FetchWmProtocols):
2515         use unsigned type for l_protocols.
2517 2006-09-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2519         * fvwm/events.c (HandleFocusIn):
2520         (HandleFocusOut):
2521         * fvwm/focus.c (__set_focus_to_fwin):
2522         fix focus decoration when unmanaged are focused, unless
2523         FlickeringQtDialogsWorkaround is on. Closes bug #758.
2525 2006-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2527         * fvwm/geometry.c (constrain_size):
2528         repeat aspect-resizing in a loop to get a stable result that does not
2529         change the next time the frame is set up
2531 2006-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2533         * NEWS:
2534         * configure.ac:
2535         increased version to 2.5.19
2536         released 2.5.18
2538         * NEWS:
2539         * configure.ac:
2540         updated for 2.5.18 release
2542 2006-09-04  Renato Caldas  <seventhguardian@gmail.com>
2544         * acinclude.m4:
2545         removed the unused test for imlib
2546         removed the Imlib.h header from gdk_imlib test programs
2548 2006-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2550         * fvwm/ewmh.c (atom_get):
2551         fix offset and length args for XGetWindowProperty() (to support 64bit
2552         architectures)
2554 2006-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2556         * fvwm/events.c (HandleUnmapNotify):
2557         immediately handle MapRequests after unmapping a window while we still
2558         have the context fvwm window; this is necessary to allow the client to
2559         re-map a window before fvwm can reparent it to the root window
2560         (HandleMapRequestKeepRaised):
2561         cleaned up
2563 2006-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2565         * fvwm/ewmh.c (ewmh_HandleDesktop):
2566         fixed handling of ClickToFocusPassesClick with the EWMH desktop
2567         window
2569 2006-08-29  Harald Dunkel  <harald.dunkel@t-online.de>
2571         * fvwm/icccm2.c:
2572         * fvwm/gnome.c:
2573         * fvwm/decorations.c:
2574         fix offset and length args for XGetWindowProperty() (to support 64bit
2575         architectures)
2577 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2579         * NEWS:
2580         * fvwm/expand.c (expand_vars_extended):
2581         correctly expand break.
2582         * fvwm/conditional.c (__rc_matches_rcstring_consume):
2583         fix matching break.
2585 2006-08-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2587         * fvwm/decorations.h (is_function_allowed):
2588         * fvwm/decorations.c (__is_resize_allowed):
2589         (is_function_allowed):
2590         work on 'const FvwmWindow *'
2592         * fvwm/fvwm.h (action_flags):
2593         * fvwm/style.c (check_window_style_change):
2594         * fvwm/module_interface.c (__get_allowed_actions)
2595         (CONFIGARGS):
2596         * libs/vpacket.h (ConfigWinPacket):
2597         expose fvwm allowed actions to modules
2599 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2601         * fvwm/move_resize.c (__move_icon):
2602         *do* map icon windows for pictured icons on move, but only if they end
2603         up on the current desk
2605 2006-08-09  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2607         * fvwm/move_resize.c (__move_icon):
2608         don't map icon windows for pictured icons on move
2610 2006-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2612         * fvwm/style.c (remove_all_of_style_from_list):
2613         (__simplify_style_list):
2614         (blockor):
2615         (blockand):
2616         (blockunmask)
2617         (blockissubset):
2618         (style_ids_are_equal):
2619         (style_id_equals_id)
2620         (styles_have_same_id):
2621         (fw_match_style_id)
2622         (one_fw_can_match_both_ids):
2623         (check_window_style_change):
2624         use int/0/1 instead of Bool/False/True
2626         * fvwm/move_resize.c (stick_across_pages):
2627         use False instead of FALSE
2629         * fvwm/style.c (fw_match_style_id):
2630         * fvwm/read.c (run_command_file):
2631         (push_read_file):
2632         * fvwm/add_window.c (MappedNotOverride):
2633         * libs/wild.c (matchWildcards):
2634         use 0 and 1 instead of FALSE and TRUE
2636         * fvwm/fvwm.h:
2637         removed TRUE and FALSE
2639 2006-08-07  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2641         * NEWS:
2642         FvwmPager !IconTitle style bugfix.
2644 2006-07-31  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
2646         * fvwm/fvwm.1.in:
2647         Updated description of Wait command in man page.
2649 2006-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2651         * libs/Flocale.c (FlocaleFontStructDrawString)
2652         (FlocaleRotateDrawString):
2653         (FlocaleDrawString):
2654         fixed drawing of forecolor/hilightfore
2656         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
2657         always unmaximize and resize window when leaving fullscreen state,
2658         not just if it did not start as fullscreen
2660 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
2662         * fvwm/fvwm.1.in (MenuStyle):
2663         added a reference to the prefered ! style negation flag,
2664         and listed the other deprecated negative forms in one place.
2665         (ActiveForeOff):
2666         (AnimationOff):
2667         (AutomaticHotkeysOff):
2668         (HilightBackOff):
2669         (TitleWarpOff):
2670         changed to the ! negation form and listed as deprecated.
2671         (ActiveBack):
2672         removed relics from the man page
2674 2006-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2676         * NEWS:
2677         * configure.ac:
2678         increased version to 2.5.18
2679         released 2.5.17
2681         * NEWS:
2682         * configure.ac:
2683         updated for 2.5.17 release
2685 2006-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2687         * fvwm/move_resize.c (__move_window):
2688         allow moving a window without an icon while it's iconified based on the
2689         frame geometry
2691 2006-07-17  Serge Koksharov  <gentoosiast dog yandex dot ru>
2693         * fvwm/menustyle.c (menustyle_copy):
2694         Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
2696 2006-07-17  Renato Caldas  <seventhguardian@gmail.com>
2698         * fvwm/fvwm.1.in:
2699         NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
2700         changed the manpage to reflect the prefered style negation method,
2701         that is, using the !* negation sign.
2703 2006-07-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2705         * fvwm/fvwm.1.in (COMMAND EXPANSION):
2706         removed documentation of filters.
2708         * NEWS:
2709         * fvwm/expand.c (check_first_filter):
2710         (apply_filters)
2711         (expand_args_extended):
2712         (expand_vars_extended):
2713         (expand_vars):
2714         removed variable filter implementation and backslash-escaping.
2716 2006-07-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2718         * NEWS:
2719         News blurb for variable filters and backslash-escaping.
2720         * fvwm/fvwm.1.in:
2721         documentation of variable filters.
2723 2006-07-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2725         * fvwm/expand.c (chec):
2726         (first_filter):
2727         (apply_filters)
2728         (expand_args_extended):
2729         (expand_vars_extended):
2730         (expand_vars):
2731         implemented variable filters.
2733         * fvwm/expand.c (expand_vars):
2734         made backslash work as escape character within extended variables.
2736         * libs/Strings.h (QuoteEscapeString):
2737         (QuoteEscapeStringLength):
2738         * libs/Strings.c (QuoteEscapeString):
2739         (QuoteEscapeStringLength):
2740         new functions: QuoteEscapeString and QuoteEscapeStringLength for
2741         generic quoting.
2743         * fvwm/expand.c (expand_args_extended):
2744         make upper limit inclusive.
2746         * fvwm/functions.c (__execute_function):
2747         Changed PeekToken to GetNextToken before expand_vars call.
2749         * fvwm/fvwm.1.in:
2750         updated documentation regarding quoting in expand_args_extended
2752 2006-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2754         * fvwm/expand.c (__eae_parse_range):
2755         reject everything that does not begin with a digit
2757         * libs/Parse.c (SkipNTokens):
2758         stop skipping tokens at the end of input
2760         * fvwm/expand.c (__eae_parse_range):
2761         bugfixes
2762         (expand_vars):
2763         reformatted
2764         (__eae_parse_range):
2765         fixed parsing of $[n-]
2767 2006-07-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2769         * fvwm/expand.c (expand_args_extended):
2770         fixed core dump
2771         added range check for positional parameters
2772         (expand_args_extended):
2773         (__eae_parse_range):
2774         cleaned up and simplified parsing code
2775         properly unquote arguments when expanding
2776         removed the patch below
2778 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2780         * fvwm/expand.c (expand_args_extended):
2781         removed range check for positional parameters
2782         make single arguments not use the 'upper' variable
2783         changed back to PeekToken for single arguemnts.
2784         improved some comments.
2786 2006-07-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2788         * fvwm/expand.c (expand_args_extended):
2789         Fix segfault when called with a tokenless string for single arguments.
2791 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
2792         * docs/FAQ:
2793         Usage of FvwmAuto module in FAQ 7.17 was incorrect.
2794         Reported by Serge Koksharov.
2796 2006-07-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2798         * fvwm/placement.c (__explain_placement):
2799         print initial size of window too
2801         * libs/Makefile.am (libfvwm_a_SOURCES):
2802         * libs/fvwm_sys_stat.h:
2803         added compat file
2805         * configure.ac:
2806         added O_NOFOLLOW replacement and always include fcntl.h
2808 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
2809         * libs/Parse.c:
2810         Added DV's mailing-list comments about how PeekToken & GetNextToken
2811         work as comments to the source code. (slightly modified)
2813 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2815         * fvwm/schedule.c (CMD_Schedule):
2816         Fixed parsing of "Periodic" option.
2818 2006-07-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2820         * NEWS:
2821         Fix for tempfile vulnerabilities in FvwmCommand.
2822         * configure.ac:
2823         Added check for lstat.
2825 2006-07-12  Scott Smedley  <ss(at)aao(dot)gov(dot)au>
2826         * fvwm/schedule.c:
2827         * NEWS:
2828         * AUTHORS:
2829         * fvwm/fvwm.1.in:
2830         Added "Periodic" option to Schedule command.
2832 2006-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2834         * fvwm/module_interface.c (KillModule):
2835         (ClosePipes):
2836         fixed KillModule
2839 2006-07-09  Renato Caldas  <seventhguardian@gmail.com>
2841         * fvwm/fvwm.c (main):
2842         changed the -blackout warning to say it will be removed in 3.0
2844         * fvwm/fvwm.1.in (-blackout):
2845         updated the manual regarding the future remotion of -blackout
2847 2006-07-08  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2849         * NEWS:
2850         * configure.ac:
2851         added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
2853 2006-07-08  Renato Caldas  <seventhguardian@gmail.com>
2855         *libs/alloca.c (DEBUG_I00FUNC)
2856         removed old debug code
2858 2006-07-07  Renato Caldas  <seventhguardian@gmail.com>
2860         * libs/debug.c:
2861         removed the old unused file
2863         * libs/Makefile.am (libfvwm_a_SOURCES):
2864         removed the reference to debug.c
2866         * libs/fvwmlib.h:
2867         removed the code related to libs/debug.c
2869         * fvwm/module_interface.c (make_named_packet)
2870         removed the #if 0'ed debug code related to debug.c
2872         fvwm/focus.h (DEBUG_FOCUS)
2873         removed the #ifdef'ed to 0 debug code related to debug.c
2876 2006-07-06  Renato Caldas  <seventhguardian@gmail.com>
2878         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
2879         removed useles definition.
2881         * modules/FvwmPager/FvwmPager.c (main):
2882         (ParseOptions):
2883         removed most of the debug code.
2884         changed termination debug to use 'isTerminated' instead of
2885         'debug_term_signal'.
2886         changed termination debug to compile on FVWM_DEBUG_MSGS instead
2887         of DEBUG.
2889         * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
2890         * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
2891         (fvwmSetTerminate):
2892         removed unused debug_term_signal.
2894 2006-07-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2896         * NEWS:
2897         Work around for Cygwin not requiering '_GNU_SOURCE' to use
2898         stdio's getline; news entry.
2900 2006-06-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2902         * fvwm/commands.h:
2903         * fvwm/module_interface.c (CMD_ModuleListenOnly):
2904         (do_execute_module):
2905         (PositiveWrite):
2906         (ClosePipes):
2907         (KillModule):
2908         * fvwm/commands.h (enum):
2909         * fvwm/functable.c (func_table):
2910         new command ModuleListenOnly
2912 2006-06-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2914         * fvwm/move_resize.c (__move_loop):
2915         make sure a window is snapped in __move_loop when a button is released
2916         if it was snapped before
2918 2006-06-04  Mikhael Goikhman  <migo@homemail.com>
2920         * fvwm/expand.c (expand_vars_extended):
2921         convert function to have a single return point; this is good to
2922         implement doc/todo-vars filters in the future;
2923         fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
2924         to behave like deprecated $n, $c and $r, i.e. quote them
2926 2006-06-03  Mikhael Goikhman  <migo@homemail.com>
2928         * fvwm/expand.c:
2929         multiple minor tweaks: remove trailing spaces and other
2930         re-spacing and re-indenting, remove old "#if 0" code
2932 2006-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2934         * fvwm/move_resize.c (ParseOneResizeArgument):
2935         rewrote parsing of resize arguments
2936         new prefix 'w' for resizing
2938 2006-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2940         * fvwm/conditional.c (MatchesConditionMask):
2941         fixed handling of some conditions (iconifiable, fixed, ...)
2943 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
2945         * fvwm/fvwm.1.in:
2946         s/reverted/negated/
2948         * fvwm/conditional.c:
2949         Output an error message if an unrecognised conditional is used
2950         with the Test or TestRc commands.
2952 2006-05-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
2954         * fvwm/frame.c (frame_mrs_hide_changing_parts):
2955         do not map hide windows if their width or height is zero
2957 2006-05-09  Serge Koksharov  <gentoosiast dog yandex dot ru>
2959         * fvwm/ewmh_events.c:
2960         * fvwm/fvwm.1.in:
2961         * fvwm/gnome.c:
2962         * libs/FlocaleCharset.c:
2963         corrected typos
2965         * libs/Flocale.c:
2966         corrected typos in warning messages
2968         * libs/Colorset.c:
2969         * libs/PictureGraphics.c:
2970         * libs/PictureGraphics.h:
2971         renamed function PGraphicsCreateTransprency to
2972         PGraphicsCreateTransparency
2974 2006-04-17  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2976         * fvwm/fvwm.1.in (COMMAND EXPANSION):
2977         * fvwm/expand.c (expand_args_extended):
2978         fixed $[n] to work exactly as $n, i.e. dequote the expansion.
2980 2006-04-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
2982         * NEWS:
2983         * fvwm/fvwm.1.in (COMMAND EXPANSION):
2984         * fvwm/expand.c (expand_args_extended):
2985         (expand_vars):
2986         added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
2988         * fvwm/conditional.c (CMD_All):
2989         * fvwm/fvwm.1.in (All):
2990         changed Reverse and UseStack options to have free order.
2992         * NEWS:
2993         * fvwm/fvwm.1.in (WindowShade):
2994         * fvwm/windowshade.c (CMD_WindowShade):
2995         * fvwm/add_window.c (setup_window_structure):
2996         added last direction to WindowShade command.
2998 2006-04-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3000         * fvwm/fvwm.1.in (All):
3001         corrected typo
3003 2006-04-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3005         * NEWS:
3006         * fvwm/fvwm.1.in (All):
3007         * fvwm/conditional.c (CMD_All):
3008         added reverse option to All command to do the action in opposite order
3009         added UseStack option to All command to use the stack ring instead of
3010         the window ring.
3012 2006-04-07  Serge Koksharov  <gentoosiast dog yandex dot ru>
3014         * bin/fvwm-bug.in:
3015         changed fallback editor from `emacs' to `vi' because it much
3016         more widespread on non-Linux systems
3017         fixed errors (because of incorrect syntax fallback entries were
3018         not used)
3019         now script honors `TMPDIR' env. variable and if it's not set it
3020         fallback to `/tmp' directory when creating temporary file
3022 2006-04-06  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3024         * fvwm/fvwm.1.in:
3025         changed description of the fvwmstyle resource usage
3026         to state that it's used in addition to the other
3027         matches
3028         * fvwm/style.c (fw_match_style_id):
3029         fixed a typo in style_name matching
3031 2006-04-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3033         * fvwm/style.c (fw_match_style_id):
3034         reformatted code and fixed a warning
3036 2006-04-04  Serge Koksharov  <gentoosiast dog yandex dot ru>
3038         * ChangeLog:
3039         * bin/ChangeLog:
3040         * libs/Fft.c (FftGetFont):
3041         * libs/System.c:
3042         corrected typos
3044         * libs/System.c (fvwm_mkstemp):
3045         because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3046         function was never used, even if it was considered secure by configure
3047         script.
3049 2006-04-05  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3051         * AUTHORS:
3052         added some more suff to the list of what I've done.
3053         * NEWS:
3054         * fvwm/fvwm.1.in:
3055         * fvwm/add_window.c (__add_window_handle_x_resources)
3056         (destroy_window):
3057         (AddWindow):
3058         * fvwm/fvwm.h (FvwmWindow):
3059         added fvwmstyle resource to override style name
3061 2006-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3063         * fvwm/menus.c (pop_menu_up):
3064         as documented, do not warp to title for root menus with TitleWarp
3066 2006-03-21  Serge Koksharov  <gentoosiast dog yandex dot ru>
3068         * fvwm/fvwm.1.in:
3069         Removed duplicated 'NoIcon' style option description in the end
3070         of the `The Style command...' section.
3071         Removed `Recapture True' option setting in example of BusyCursor
3072         description, because `Recapture' isn't valid option of `BusyCursor'
3073         command anymore.
3074         Updated ewmh specification URL (the old was 404)
3075         Added URL to ICCCM 2.0 manual
3077         * modules/FvwmAnimate/FvwmAnimate.c:
3078         corrected delay for Zoom3D animation effect
3080         * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3081         * modules/FvwmConsole/FvwmConsole.1.in:
3082         replaced all `Cntl' modificator key mentions with `Ctrl' to be
3083         consistent with rest of the documentation and because it's more
3084         conventional abbreviation.
3086         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3087         slightly clarified the `StartName' option description
3088         added the undocumented `MailDir' option description. Somebody
3089         violated section `K' of the convention list.
3091         * fvwm/fvwm.1.in:
3092         * fvwm/ConfigFvwmSetup:
3093         * modules/FvwmForm/FvwmForm.1.in:
3094         * modules/FvwmForm/FvwmForm-Rlogin:
3095         * sample.fvwmrc/system.fvwm2rc:
3096         * sample.fvwmrc/system.fvwm2rc-sample-1:
3097         replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
3098         inherently insecure. We shouldn't teach our users bad things,
3099         should we?
3101         * AUTHORS:
3102         * Changelog:
3103         * INSTALL.fvwm:
3104         * NEWS:
3105         * bin/fvwm-config.1.in:
3106         * bin/fvwm-menu-headlines.1:
3107         * bin/fvwm-menu-headlines.in:
3108         * bin/fvwm-perllib.in:
3109         * bin/fvwm-root.1.in:
3110         * docs/CONVENTIONS:
3111         * docs/FAQ:
3112         * fvwm/fvwm.1.in:
3113         * fvwm/fvwm.h:
3114         * fvwm/virtual.c:
3115         * libs/PictureGraphics.c:
3116         * libs/Picture.h:
3117         * modules/FvwmBacker/FvwmBacker.1.in:
3118         * modules/FvwmDebug/FvwmGtkDebug.in:
3119         * modules/FvwmDebug/FvwmGtkDebug.1:
3120         * modules/FvwmEvent/FvwmEvent.1.in:
3121         * modules/FvwmForm/FvwmForm.1.in:
3122         * modules/FvwmIconMan/xmanager.c:
3123         * modules/FvwmIdent/FvwmIdent.c:
3124         * modules/FvwmIdent/FvwmIdent.1.in:
3125         * modules/FvwmPerl/FvwmPerl.in:
3126         * modules/FvwmPerl/FvwmPerl.1:
3127         * modules/FvwmScript/FvwmScript.1.in:
3128         * modules/FvwmScript/Widgets/Menu.c:
3129         * modules/FvwmTabs/ConfigFvwmTabs:
3130         * modules/FvwmTabs/FvwmTabs-DefaultSetup:
3131         * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3132         * modules/FvwmTheme/FvwmTheme.1.in:
3133         * perllib/FVWM/Module/Tk.pm:
3134         * perllib/FVWM/Tracker.pm:
3135         * perllib/FVWM/Module.pm.in:
3136         corrected typos
3138 2006-03-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3140         * fvwm/style.c (style_parse_focus_policy_style):
3141         fix ISO C90 compability with unconsumed styleoption warnings
3143 2006-03-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3145         * fvwm/events.c (HandlePropertyNotify):
3146         fix for bug 1557/3950 (possible free of Untilted constant or
3147         already used name (if app reset the name already given to them))
3149 2006-03-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3151         * fvwm/focus.c (__activate_window_by_command)
3152         (warp_to_fvwm_window):
3153         (CMD_WarpToWindow):
3154         * fvwm/builtins.c (CMD_CursorMove):
3155         set last pointer event position after warping the pointer
3157         * libs/FEvent.h:
3158         * libs/FEvent.c (FWarpPointerUpdateEvpos):
3159         new function
3161 2006-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3163         * acinclude.m4 (AM_PATH_GTK):
3164         (AM_PATH_IMLIB):
3165         (AM_PATH_GDK_IMLIB):
3166         (AM_CHECK_FT2):
3167         (AM_CHECK_XFT):
3168         (AM_CHECK_FC):
3169         fixed to cope with 4 digit version numbers
3171 2006-02-15  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3173         * NEWS:
3174         * fvwm/style.c (parse_and_set_window_style)
3175         (style_parse_one_style_option):
3176         (style_parse_icon_fill_style)
3177         (style_parse_icon_grid_style):
3178         (style_parse_icon_box_style)
3179         (style_parse_icon_size_style):
3180         (style_parse_focus_policy_style)
3181         (style_parse_button_style):
3182         warn if parts of style options are not consumed
3184 2006-02-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3186         * fvwm/menuitem.c (menuitem_paint):
3187         use the MenuColorset in all cases if TitleColorset is not given
3189 2006-02-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3191         * fvwm/style.c (style_parse_one_style_option):
3192         * fvwm/placement.c (__place_get_wm_pos):
3193         (__explain_placement):
3194         new placement style UnderMousePlacement
3196 2006-02-11  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3198         * NEWS:
3199         * fvwm/fvwm.1.in (EdgeScroll):
3200         * fvwm/virtual.c (CMD_EdgeScroll):
3201         fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
3202         added wrap/wrapx/wrapy option to EdgeScroll
3204 2006-02-10  Mikhael Goikhman  <migo@homemail.com>
3206         * fvwm/fvwm.1.in:
3207         spell check the whole file (dozens of typos)
3209 2006-02-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3211         * fvwm/module_interface.c (do_execute_module):
3212         removed accidentally committed FVWM_MODULE_ALIAS patch
3214 2006-02-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3216         * fvwm/module_interface.c (do_execute_module):
3217         unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
3219         * fvwm/menus.c (size_menu_horizontally):
3220         fix for drawing menus with sidepic on the right
3222         * libs/Flocale.c (FlocaleFontStructDrawString):
3223         (FlocaleDrawString):
3224         set the foreground colour before drawing a string
3226         * fvwm/menustyle.h:
3227         * fvwm/menustyle.c (menustyle_get_styleopt_index):
3228         (menustyle_free):
3229         (menustyle_update):
3230         (menustyle_parse_style):
3231         (menustyle_copy):
3232         * fvwm/menus.c (calculate_item_sizes):
3233         (size_menu_vertically):
3234         (UpdateMenuColorset):
3235         * fvwm/menuitem.c (menuitem_paint):
3236         Applied patch by David Maciver
3237         new menu styles TitleColorset, HilightTitleBack and TitleFont
3239 2006-02-09  Renato Caldas  <seventhguardian@gmail.com>
3241         * libs/Module.h:
3242         * libs/Module.c (ParseModuleArgs):
3243         added variable "namelen" to ModuleArgs struct
3245 2006-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3247         * libs/Module.h:
3248         removed duplicate declaration
3250 2006-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3252         * fvwm/fvwm.c (main):
3253         replaced previous patch with a better one
3255         * fvwm/virtual.c (unmap_window):
3256         * fvwm/menus.c (do_menu):
3257         * fvwm/events.c (fake_map_unmap_notify):
3258         (HandleMapNotify):
3259         * fvwm/add_window.c (MappedNotOverride):
3260         Added XFlush after XSelectInput
3262 2006-01-28  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3264         * NEWS:
3265         * fvwm/fvwm.c (main):
3266         fix for fvwm not detecting non ICCCM2 wm (bug #3151)
3268 2006-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3270         * NEWS:
3271         * configure.ac:
3272         increased version to 2.5.17
3273         released 2.5.16
3275         * NEWS:
3276         * configure.ac:
3277         updated for 2.5.16 release
3279         * acinclude.m4 (CHECK_LIBCHARSET):
3280         removed debug code
3282 2006-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3284         * fvwm/functions.c (execute_complex_function):
3285         print a message to the console instead of ringing the bell when a
3286         grab fails
3288 2006-01-14  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3290         * NEWS:
3291         fixed typo (NEWS still said 2.5.15)
3293 2006-01-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3295         * NEWS:
3296         * configure.ac:
3297         increased version to 2.5.16
3298         released 2.5.15
3300         * NEWS:
3301         * configure.ac:
3302         updated for 2.5.15 release
3304 2006-01-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3306         * fvwm/move_resize.c (GetOnePositionArgument):
3307         (GetMoveArguments):
3308         new option "screen" to Move type commands
3310 2006-01-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3312         * acinclude.m4 (smr_SWITCH):
3313         updated
3315 2006-01-08  Mikhael Goikhman  <migo@homemail.com>
3317         * Makefile.am
3318         restore requirement of automake-1.4; 1.8 is too new even for my system
3320 2006-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3322         * configure.in:
3323         * configure.ac:
3324         renamed configure.in to configure.ac
3326         * acinclude.m4:
3327         some updates for new autoconf/automake versions
3329         * configure.in:
3330         * acconfig.h:
3331         removed acconfig.h
3333         * configure.in:
3334         require autoconf-2.53 or later
3336         * Makefile.am (AUTOMAKE_OPTIONS):
3337         require automake-1.8 or later
3339         * configure.in:
3340         check for X library path before X library checks
3341         removed obsolete C++ compiler check
3342         removed duplicate type size checks
3343         replaced M4 comment ("dnl") with shell comment ("#") in many places
3345         * acinclude.m4:
3346         fixed aclocal warnings
3348 2006-01-01  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3350         * fvwm/style.c (style_parse_button_style):
3351         corrected typo in error message, and made errorous buttons not apply
3352         (style_parse_one_style_option):
3353         changed NoButton to use style_parse_button_style
3355 2005-12-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3357         * libs/Fft.h:
3358         new fix for incompatible pointer type warning with gcc 3.4.
3360 2005-12-21  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3362         * NEWS:
3363         * AUTHORS:
3364         * fvwm/menuitem.c:
3365         * fvwm/menustyle.h:
3366         * fvwm/fvwm.1.in:
3367         commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
3368         option.
3370 2005-12-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3372         * fvwm/fvwm.1.in:
3373         corrected typos
3375 2005-11-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3377         * fvwm/frame.c (frame_free_move_resize_args):
3378         fixed drawing of transparent decorations or when using lazy shading
3379         during resize
3381 2005-11-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3383         * configure.in:
3384         * libs/fvwmsignal.c:
3385         * libs/Graphics.c:
3386         c89 fixes
3388         * fvwm/ewmh_names.c:
3389         * libs/CombineChars.c:
3390         * libs/FGettext.c:
3391         * libs/FScreen.c:
3392         * libs/FTips.c:
3393         * libs/Flocale.c:
3394         * libs/Parse.c:
3395         * libs/PictureUtils.c:
3396         * libs/System.c:
3397         * libs/XError.c:
3398         * libs/alloca.c:
3399         * libs/envvar.c:
3400         * libs/safemalloc.c:
3401         * libs/strdup.c:
3402         * libs/usleep.c:
3403         do not #include stdlib.h (comes from config.h)
3405         * libs/Flocale.c:
3406         do not #include string.h (comes from config.h)
3408         * acconfig.h:
3409         fixed detection of string.h/strings.h
3411 2005-11-26  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3413         * libs/Fft.c (FftGetFont):
3414         fixed compiler warning with gcc 3.4.4
3416 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3418         * fvwm/menuitem.c (menuitem_paint):
3419         properly undraw unselected item area
3421 2005-11-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3423         * fvwm/menuitem.c (menuitem_paint):
3424         * fvwm/menus.c (get_menu_paint_item_parameters)
3425         (get_menu_paint_item_parameters):
3426         (make_menu):
3427         fixed text offset of menu items with icons but with an item format that
3428         disables icons
3429         (size_menu_horizontally):
3430         allow sidepic to be placed in the middle of menu items; this is better
3431         than ignoring the item format completely but does not draw the items
3432         properly either
3434         * fvwm/menus.c (__mloop_handle_event):
3435         (menu_expose):
3436         fixed delayed menu drawing issue
3437         (select_menu_item):
3438         do not draw the selected menu item before the menu is drawn for the
3439         first time
3440         (repaint_transparent_menu):
3441         (select_menu_item):
3442         (paint_menu):
3443         don't call get_menu_paint_item_parameters when the result is not used
3444         (get_menu_paint_item_parameters):
3446 2005-11-10  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3448         * fvwm/ewmh.h (EWMH_CMD_Style):
3449         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
3450         * fvwm/style.c (style_parse_one_style_option):
3451         Added support for inverting boolean EWMH styles with !.
3453         * NEWS:
3454         * fvwm/fvwm.h
3455         * fvwm/style.h:
3456         * fvwm/window_flags.h:
3457         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
3458         * fvwm/ewmh.c (ewmh_HandleWindowType):
3459         * fvwm/fvwm.1.in:
3460         Added style EWMHIgnoreWindowType to make fvwm ignore window types.
3462 2005-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3464         * fvwm/icons.c (GetIconWindow):
3465         * fvwm/fvwm.h (FvwmWindow):
3466         * fvwm/events.c (__handle_cr_on_icon):
3467         properly handle icon border width; fixes an xterm active icon loop
3469 2005-10-27  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3471         * fvwm/borders.c (border_draw_one_border_part):
3472         fix for the TiledPixmap borderstyle fix not to affect RootTransparent
3473         borders.
3475 2005-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3477         * fvwm/menustyle.c (menustyle_copy_face):
3478         (menustyle_copy):
3479         (menustyle_free_face):
3480         (menustyle_free):
3481         (menustyle_parse_style):
3482         use new functions and fix a bug
3484         * fvwm/Makefile.am:
3485         * fvwm/colors.c:
3486         * fvwm/colors.h:
3487         removed empty files colors.c and colors.h
3489         * fvwm/colors.c (CopyColor):
3490         (FreeColors):
3491         moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
3492         fvwmlib_copy_color
3494         * fvwm/frame.c (frame_reshape_border):
3495         removed unused code
3497 2005-10-23  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3499         * fvwm/menustyle.c (menustyle_copy_face):
3500         separated from menustyle_copy; color copies are reallocated.
3501         (menustyle_free):
3502         all colors freed
3503         (menustyle_copy):
3504         color copies are reallocated.
3506         * fvwm/colors.c (CopyColor):
3507         * fvwm/colors.h (CopyColor):
3508         added CopyColor
3510 2005-10-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3512         * fvwm/move_resize.c (__resize_window):
3513         fix for not being able to finish resize with mouse when resizing on
3514         click with modifiers active. (intruduced with 'removed duplicate
3515         pointer query' at sep 29)
3517         * NEWS:
3518         * fvwm/fvwm.1.in:
3519         * fvwm/menustyle.c (menustyle_parse_style):
3520         made style pairs negatable with '!' prefix
3521         ActiveForeOff and HilightBackOff frees colors used.
3523         * fvwm/menustyle.c (menustyle_copy):
3524         fix for freeing color from sorce instead of destination.
3526 2005-10-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3528         * fvwm/functions.c (__execute_function):
3529         fixed an error in yesterdays patch to complex fuctions. the commands
3530         pressed window were not retored correctly after running move functions
3531         without it, and functions would be run twice.
3533 2005-10-18  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3535         * fvwm/fvwm.1.in:
3536         added NoLayer to list of allowed options for WindowList command
3537         fixed grammar of test-conditions list. formatting fixes for
3538         MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
3539         style option list.
3541         * NEWS:
3542         * fvwm/functions.c (__execute_function)
3543         (__run_complex_function_items):
3544         (execute_complex_function):
3545         fix for moving/resizing reference window usage with complex functions.
3547 2005-10-16  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3549         * fvwm/move_resize.c (__move_loop):
3550         reimplemented a fix for the place with keyboard setting a button as
3551         used for place bug; this time without breaking escape key.
3553 2005-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3555         * fvwm/move_resize.c (__move_loop):
3556         removed the previous patch as it breaks aborting window motion with the
3557         escape key.
3559 2005-10-03  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3561         * fvwm/move_resize.c (__move_loop):
3562         fixed bug where finishing movment with keyboard would set a random
3563         button as used for placement.
3565 2005-09-30  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3567         * NEWS
3568         * fvwm/frame.c (frame_setup_border):
3569         reverted change for move of window parts (reset of PressedW).
3571 2005-09-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3573         * fvwm/frame.c (frame_setup_border):
3574         fixed a Warning
3576 2005-09-29  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3578         * NEWS:
3579         * fvwm/move_resize.c (__resize_window):
3580         removed duplicate pointer query for enter/leave notify events.
3581         resizing of shaded windows in the shaded direction no longer
3582         results in bogus ref points.
3584         * fvwm/frame.c (frame_setup_border):
3585         reset PressedW if the part has moved. This prevents strange
3586         ref points in resize if called from some complex functions.
3588         * fvwm/frame.c (frame_create_move_resize_args):
3589         shaded windows use get_client_geometry for client geometry.
3591 2005-09-25  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3593         * NEWS:
3594         * AUTHORS:
3595         * fvwm/fvwm.h (window_flags):
3596         (WindowConditionMask):
3597         (FvwmWindow):
3598         * fvwm/window_flags.h (IS_PLACED_BY_WB3):
3599         (SET_PLACED_WB3)
3600         (SETM_PLACED_WB3):
3601         * fvwm/session.c (_match):
3602         (SaveWindowStates):
3603         (LoadWindowStates):
3604         * fvwm/conditional.c (MatchesConditionMask):
3605         (CreateConditionMask):
3606         * fvwm/add_window.c (setup_window_structure):
3607         * fvwm/move_resize.h (placement_binding):
3608         * fvwm/move_resize.c (__move_loop):
3609         (placement_binding):
3610         * fvwm/bindings.c (ParseBinding):
3611         * libs/wcontext.c (win_contexts):
3612         * libs/wcontext.h (enum):
3613         * fvwm/fvwm.1.in:
3614         Added placement context for simple mouse bindings to allow
3615         specification of buttons to finish/cancel movment. Buttons >3
3616         may now be used to place windows.
3617         Replaced window flag placed_wb3 with placed_by_button
3618         FvwmWindow member. Added window condition PlacedByButton.
3620 2005-09-22  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3622         * NEWS:
3623         * AUTHORS:
3624         * fvwm/menustyle.h (enum):
3625         (MenuFeel):
3626         (ST_DO_SCROLL):
3627         (MST_DO_SCROLL)
3628         (ST_SCROLL_OFF_PAGE):
3629         (MST_SCROLL_OFF_PAGE):
3630         * fvwm/menustyle.c (menustyle_copy):
3631         (menustyle_get_styleopt_index):
3632         (menustyle_parse_style):
3633         (CMD_MenuStyle):
3634         * fvwm/menus.c (menuShortcuts):
3635         (enum):
3636         (__mloop_handle_event):
3637         (menu_get_outer_geometry):
3638         (move_any_menu):
3639         * fvwm/fvwm.1.in:
3640         added MouseWheel and ScrollOffPage menu styles
3642 2005-09-20  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3644         * NEWS:
3645         * fvwm/menus.c (append_item_to_menu):
3646         fixed bug #1121: Use of pointer without checking for NULL
3648 2005-09-19  Mikhael Goikhman  <migo@homemail.com>
3650         * NEWS:
3651         * fvwm/expand.c (expand_vars):
3652         warn on usage of obsolete one-letter variables
3654 2005-09-19  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3656         * NEWS:
3657         * AUTHORS:
3658         * fvwm/expand.c (expand_vars_extended):
3659         (expand_vars):
3660         allow nesting of variables
3662 2005-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3664         * fvwm/ewmh.c (EWMH_SetWMDesktop):
3665         * fvwm/ewmh_events.c (ewmh_WMDesktop):
3666         (ewmh_WMDesktop):
3667         64-bit fixes
3669 2005-09-03  Mikhael Goikhman  <migo@homemail.com>
3671         * fvwm/borders.c (border_draw_one_border_part)
3672         (border_draw_all_border_parts):
3673         fix the previous patch to work with title-less windows too
3675 2005-08-30  Mikhael Goikhman  <migo@homemail.com>
3677         * fvwm/borders.c (border_draw_one_border_part)
3678         (border_draw_all_border_parts):
3679         improve offsets when drawing borders for "BorderStyle TiledPixmap"
3680         windows to make the borders look homogeneous (based on the patch of
3681         Evgeny Stambulchik)
3683 2005-08-26  Mikhael Goikhman  <migo@homemail.com>
3685         * NEWS:
3686         * acconfig.h:
3687         * configure.in:
3688         * libs/FBidi.c:
3689         support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
3690         fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
3692 2005-08-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3694         * NEWS:
3695         * configure.in:
3696         increased version to 2.5.15
3697         released 2.5.14
3699         * NEWS:
3700         * configure.in:
3701         updated for 2.5.14 release
3703         * fvwm/ewmh_events.c (ewmh_WMStateShaded)
3704         (ewmh_WMStateSkipTaskBar):
3705         (ewmh_WMStateSkipPager):
3706         (ewmh_WMStateModal):
3707         fixed several ewmh-hints
3709 2005-08-24  Mikhael Goikhman  <migo@homemail.com>
3711         * fvwm/fvwm.1.in:
3712         fix TestRc example error, s/Any/All/
3714 2005-08-17  Jonathan Kotta  <jpkotta@gmail.com>
3716         * NEWS:
3717         * AUTHORS:
3718         * fvwm/fvwm.1.in:
3719         * fvwm/conditions.c (MatchesConditionMask):
3720         (CreateConditionMask):
3721         added FixedPosition condition
3723 2005-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3725         * fvwm/virtual.c (HandlePaging):
3726         use FQueryPointer every time to track the pointer position; this fixes
3727         fvwm hanging in HandlePaging for the given delay once the pointer
3728         touches the pan frames
3730 2005-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3732         * fvwm/session.c (SaveWindowStates):
3733         (LoadWindowStates):
3734         (MatchWinToSM):
3735         save and restore the default layer during a restart
3737 2005-08-13  Mikhael Goikhman  <migo@homemail.com>
3739         * fvwm/conditional.c (CMD_Test):
3740         * fvwm/fvwm.1.in:
3741         rename previously added Test conditions to EnvIsSet and EnvMatch,
3742         tweak the logic when the variable is set, but empty
3744 2005-08-13  Viktor Griph  <griph(at)dd(dot)chalmers(dot)se>
3746         * fvwm/conditional.c (CMD_Test):
3747         * fvwm/fvwm.1.in:
3748         added test conditions EdgeHasPointer and EdgeIsActive
3750 2005-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3752         * fvwm/virtual.c (raisePanFrames):
3753         prevent cycling of pan frame window stacking order
3755 2005-08-12  Mikhael Goikhman  <migo@homemail.com>
3757         * fvwm/conditional.c (CMD_Test):
3758         * fvwm/fvwm.1.in:
3759         add Test conditions IsEnvSet and MatchEnv
3761 2005-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3763         * fvwm/menus.c (pop_menu_up):
3764         * fvwm/menustyle.c (menustyle_copy):
3765         two fixes by Viktor Griph
3767         * fvwm/events.c (HandleEvents):
3768         simplify the style list if there is nothing else to do
3770         * fvwm/style.c (__simplify_style_list):
3771         (styles_have_same_id):
3772         (style_id_equals_id):
3773         (style_ids_are_equals):
3774         (__style_command):
3775         (remove_all_of_style_from_list):
3776         (one_fw_can_match_both_ids):
3777         pass pointers instead of the whole style structure
3778         (__simplify_style_list):
3779         fixed memory leak and tweaked the code
3781         * libs/Strings.c (CatString3):
3782         fixed a buffer overflow
3784 2005-08-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3786         * configure.in:
3787         detect if Window, Pixel or void * are bigger than long and refuse to
3788         compile
3790         * libs/vpacket.h (ConfigWinPacket):
3791         * fvwm/windowshade.c (CMD_WindowShade):
3792         * fvwm/virtual.c (MoveViewport):
3793         (goto_desk):
3794         (CMD_DesktopSize):
3795         (CMD_GotoDeskAndPage):
3796         * fvwm/update.c (apply_window_updates):
3797         * fvwm/stack.c (BroadcastRestack):
3798         (RaiseWindow):
3799         (LowerWindow):
3800         * fvwm/icons.c (DeIconify):
3801         (Iconify):
3802         * fvwm/geometry.c (broadcast_icon_geometry):
3803         * fvwm/events.c (HandleEnterNotify):
3804         (HandleFocusIn):
3805         (HandleLeaveNotify):
3806         (HandleMapNotify):
3807         (HandleMapRequestKeepRaised):
3808         * fvwm/add_window.c (destroy_window):
3809         * fvwm/module_interface.c (SendFvwmPicture)
3810         (BroadcastFvwmPicture):
3811         (CMD_Send_WindowList):
3812         * fvwm/modconf.c (CMD_Send_ConfigInfo):
3813         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3814         64-bit fixes
3816         * fvwm/virtual.c (GetDeskNumber):
3817         fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
3818         around the given desk range with a relative desk
3820         * fvwm/focus.c (focus_grab_buttons_on_layer):
3821         fixed a hang
3823         * fvwm/gnome.c:
3824         * fvwm/stack.c:
3825         * fvwm/ewmh.c:
3826         reindented some code and renamed some variables
3828 2005-08-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3830         * fvwm/events.c (__check_click_to_focus_or_raise):
3831         small cleanup patch
3833 2005-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3835         * FvwmIconMan/xmanager.c (set_win_iconified):
3836         fixed select/focus button state lost when deiconifying a window
3838 2005-07-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3840         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3841         fixed bogus warning
3843         * libs/Colorset.c (get_aspect_dimensions):
3844         fixed aspectpixmap size calculations
3846 2005-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3848         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3849         fixed a core dump
3851         * fvwm/ewmh_events.c (ewmh_WMDesktop):
3852         (ewmh_CurrentDesktop):
3853         (ewmh_DesktopGeometry):
3854         (ewmh_NumberOfDesktops):
3855         (ewmh_WMDesktop):
3856         (ewmh_WMIconGeometry):
3857         * fvwm/gnome.c (GNOME_ProcessClientMessage):
3858         print error messages for broken gnome client messages
3860         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
3861         removed duplicate call of execute_function_override_window
3863         * fvwm/stack.c (new_layer):
3864         fixed a hang if a window sets an layer < 0 via gnome hints
3866         * fvwm/add_window.c (GetWindowSizeHints):
3867         * fvwm/misc.c (fvwm_msg_report_app):
3868         (fvwm_msg_report_app_and_workers):
3869         new utility functions
3871 2005-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3873         * fvwm/stack.c (dump_stack_ring):
3874         (verify_stack_ring_consistency):
3875         * fvwm/module_interface.c (HandleModuleInput):
3876         * fvwm/events.c (__cr_detect_icccm_move):
3877         * fvwm/style.c (print_styles):
3878         64-bit fixes
3880 2005-07-19  Mikhael Goikhman  <migo@homemail.com>
3882         * libs/FlocaleCharset.c:
3883         support euc-jp encodings (Yasuhiro Nakazaki)
3885 2005-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3887         * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3888         * fvwm/ewmh_names.c (EWMH_WMName):
3889         (EWMH_WMIconName):
3890         * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
3891         (EWMH_SetNumberOfDesktops):
3892         (EWMH_SetDesktopViewPort):
3893         (EWMH_SetDesktopGeometry):
3894         (EWMH_SetWMDesktop):
3895         (ewmh_SetWorkArea):
3896         (EWMH_SetFrameStrut):
3897         (EWMH_Init):
3898         * fvwm/gnome.c (AtomGet):
3899         (atom_size):
3900         (GNOME_GetHintIcons):
3901         (GNOME_GetHintLayer):
3902         (GNOME_GetHintState):
3903         (GNOME_GetExpandedSize):
3904         (GNOME_SetAreaCount):
3905         (GNOME_SetCurrentArea):
3906         (GNOME_SetDeskCount):
3907         (GNOME_SetCurrentDesk):
3908         (GNOME_SetCurrentDesk):
3909         (GNOME_SetWinArea):
3910         (GNOME_Init):
3911         (CMD_GnomeShowDesks):
3912         (GNOME_SetHints):
3913         (GNOME_SetDesk):
3914         (GNOME_SetLayer):
3915         * libs/fsm.c (GetClientID):
3916         (set_session_manager):
3917         * fvwm/session.c (GetClientID):
3918         * fvwm/fvwm.h (FvwmWindow):
3919         * fvwm/colorset.c (get_root_pixmap):
3920         * fvwm/add_window.c (FetchWmProtocols):
3921         * libs/FTips.c (__initialize_window):
3922         * fvwm/icccm2.c (convertProperty)
3923         (icccm2_handle_selection_request)
3924         * fvwm/fvwm.c (SetMWM_INFO):
3925         64-bit fixes
3927 2005-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3929         * fvwm/move_resize.c (GetOnePositionArgument):
3930         don't use the unportable fuction rintf()
3932 2005-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3934         * NEWS:
3935         * configure.in:
3936         increased version to 2.5.14
3937         released 2.5.13
3939         * ANNOUNCE:
3940         * NEWS:
3941         * configure.in:
3942         updated for 2.5.13 release
3944 2005-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3946         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
3947         fixed drawing of relief with very small rectangles, i.e. when
3948         line_width * 2 > height or width
3950 2005-07-04  Dan Espen  <dane@mk.telcordia.com>
3952         * NEWS: fvwm-menu-desktop changes.
3954 2005-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3956         * fvwm/placement.c (get_next_x):
3957         fixed collision detection of windows on pages other than the current
3958         one during placement
3960 2005-06-17  Olivier Chapuis  <olivier.chapuis@free.fr>
3962         * fvwm/move_resize.c (__resize_window):
3963         Fixed interactive resize (reduction) via the bottom border
3965         * libs/Fpng.h:
3966         Typo
3968 2005-06-02  Dan Espen  <dane@mk.telcordia.com>
3970         * NEWS:
3971         * fvwm/fvwm.1.in:
3972         Spelling fix contition -> condition
3974 2005-04-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
3976         * fvwm/style.c (style_ids_are_equals):
3977         (style_id_equals_id):
3978         (styles_have_same_id):
3979         (fw_match_style_id):
3980         (one_fw_can_match_both_ids):
3981         (cleanup_style_defaults):
3982         * libs/fsm.c (fprintfhex):
3983         (CloseDownClient):
3984         * libs/FGettext.c (fgettext_free_fgpath_list):
3985         * libs/Parse.c (_get_suffixed_integer_arguments):
3986         * libs/Graphics.c (AllocNonlinearGradient):
3987         * libs/PictureUtils.c (build_mapping_table):
3988         (finish_ct_init):
3989         made static
3991         * libs/setpgrp.c:
3992         * libs/Event.c:
3993         * libs/FRenderInit.c:
3994         include own header file
3996         * libs/System.c (getFileStamp):
3997         * libs/Fft.c (FftPDumyFunc):
3998         * libs/FScreen.c (FScreenSetDefaultModuleScreen):
3999         exported
4001 2005-03-01  Dan Espen  <dane@mk.telcordia.com>
4003         * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4004         not exec.
4006 2005-02-25  Dan Espen  <dane@mk.telcordia.com>
4008         * fvwm/fvwm.1.in (Focus): Typos in focus section.
4010 2005-02-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4012         * fvwm/conditional.c (Circulate):
4013         added tests for fw == Scr.FvwmRoot again to fix a crash
4015 2005-02-05  Dan Espen  <dane@mk.telcordia.com>
4017         * AUTHORS: New author, FvwmScript patch.
4019 2005-01-28  Scott Smedley  <scottie7@tpg.com.au>
4021         * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4022         * AUTHORS: s/Hover/Active/
4024 2005-01-19  Dan Espen  <dane@mk.telcordia.com>
4026         * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4027         avoid dump with empty key/mouse binding command.
4028         * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4029         Checked all other uses of PeekToken in fvwm dir.
4031 2005-01-08  Olivier Chapuis  <olivier.chapuis@free.fr>
4033         * fvwm/session.c (matchWin):
4034         (SaveWindowStates):
4035         On restarts compare window ids only. Base our matching decision on
4036         window role only if we have a client id.
4038         * fvwm/move_resize.c (GetOnePositionArgument):
4039         Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4040         float values to nearest int
4042 2005-01-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4044         * AUTHORS:
4045         * fvwm/move_resize.c (CMD_Maximize):
4046         Applied Arnaud Vrac patch which fixes maximize by growing vs
4047         EWMH working area
4049 2004-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4051         * fvwm/builtins.c (do_button_style):
4052         ButtonStyle Reset takes effect immediately
4054 2004-12-08  Dan Espen  <dane@mk.telcordia.com>
4056         * fvwm/fvwm.1.in: lang check.
4058 2004-12-06  Olivier Chapuis  <olivier.chapuis@free.fr>
4060         * fvwm/fvwm.1.in:
4061         Really commit EWMHUseStackingOrderHints documentation update
4063 2004-12-02  Olivier Chapuis  <olivier.chapuis@free.fr>
4065         * fvwm/fvwm.1.in:
4066         Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4068         * NEWS:
4069         FvwmIconMan new options
4071         * libs/FTips.c (new file):
4072         * libs/FTips.h (new file):
4073         * libs/defaults.h:
4074         * libs/Makefile.am:
4075         Added a set of functions for implementing tool tips
4077 2004-11-30  Dan Espen  <dane@mk.telcordia.com>
4079         * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4081 2004-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4083         * fvwm/menus.c (__mloop_get_event):
4084         * fvwm/functions.c (execute_complex_function):
4085         * fvwm/add_window.c (AddWindow):
4086         * fvwm/module_interface.c (ExecuteModuleCommand):
4087         * fvwm/move_resize.c (__move_loop):
4088         (__resize_window):
4089         properly set the "state" member of faked motion and key events;
4090         fixes broken "nosnap" feature
4092 2004-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4094         * fvwm/bindings.c (ParseBinding):
4095         reformatted
4096         * libs/Bindings.c (bindingAppliesToWindow):
4097         (__compare_binding):
4098         * fvwm/module_interface.c (CMD_ModuleSynchronous):
4099         * fvwm/builtins.c (CMD_Wait):
4100         (CMD_StrokeFunc):
4101         * fvwm/events.c (__handle_bpress_on_root):
4102         (HandleButtonRelease):
4103         fixed crash in window specific binding code
4104         fixed handling of root window in window specific binding code
4105         renamed some functions
4107 2004-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4109         * fvwm/focus.c (__update_windowlist):
4110         replaced while loop by for loop
4112         * fvwm/style.c (style_destroy_style):
4113         * fvwm/conditional.c (Circulate):
4114         removed useless check whether fw == &Scr.FvwmRoot
4116         * fvwm/icons.c (DeIconify):
4117         defused possible endless loop when a window iconified by the
4118         transientfor window loses the "transient" relationship
4120 2004-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4122         * fvwm/move_resize.c (__move_loop):
4123         (__resize_window):
4124         fixed overwriting the initial button_mask during move/resize
4126         * fvwm/menus.c (__mloop_handle_action_with_mi):
4127         do not "post" a submenu menu item it the submenu does not exist
4129 2004-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4131         * fvwm/events.c (__handle_bpress_on_managed):
4132         do not draw the decorations pressed in if executing a function is
4133         forbidden
4135         * libs/Parse.c (CopyToken):
4136         fixed parsing of delimiters
4138 2004-10-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4140         * fvwm/virtual.c (GetDeskNumber):
4141         fixed MoveToDesk without argument
4143 2004-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4145         * fvwm/fvwm.1.in:
4146         re-formatted and some spelling corrections
4148         * fvwm/colorset.c (CMD_CleanupColorsets):
4149         (CMD_Colorset):
4150         * fvwm/builtins.c (CMD_Colorset):
4151         (CMD_CleanupColorsets):
4152         moved functions to colorset.c
4154 2004-10-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4156         * libs/Parse.c (CopyToken):
4157         skip any whitespace before a delimiter; this allows to have spaces
4158         before the commas in an option list
4160 2004-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4162         * fvwm/frame.c (frame_reshape_border):
4163         re-shaping shaded windows no longer unshades them
4164         re-shaping unshaded windows on pages other than 0 0 no longer moves
4165         them out of the current page
4167 2004-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4169         * fvwm/events.c (__cr_detect_icccm_move):
4170         * fvwm/screen.h (ScreenInfo):
4171         * fvwm/builtins.c (CMD_BugOpts):
4172         new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
4174         * fvwm/move_resize.c (__move_loop):
4175         (__resize_window):
4176         query the pointer position in the move loop when an
4177         EnterNotify/LeaveNotify event arrives; same change in resize loop.
4179         * NEWS:
4180         * configure.in:
4181         increased version to 2.5.13
4182         released 2.5.12
4184         * ANNOUNCE:
4185         * NEWS:
4186         * configure.in:
4187         updated for 2.5.12 release
4189         * fvwm/frame.c (frame_create_move_resize_args):
4190         fixed xemacs growing or shrinking when title height changed; this was
4191         caused by calculating the old client window geometry using the new
4192         title dimensions; query the window size instead
4194 2004-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4196         * fvwm/events.c (test_map_request):
4197         (test_button_event):
4198         (test_typed_window_event):
4199         (test_resizing_event):
4200         (__predicate_button_click):
4201         (__merge_cr_moveresize):
4202         (HandleUnmapNotify):
4203         (flush_property_notify):
4204         (is_resizing_event_pending):
4205         (__test_for_motion):
4206         use type XPointer for last argument of predicate procedures for
4207         XCheckPeekIfEvent and XCheckIfEvent, not char *
4208         (HandleUnmapNotify):
4209         fixed core dump
4211 2004-10-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4213         * fvwm/window_flags.h:
4214         removed useless and broken SETM_ macros
4216         * fvwm/update.c (init_style):
4217         fixed resetting user states
4219 2004-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4221         * libs/envvar.c (add_to_envlist):
4222         fixed crash
4224 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4226         * fvwm/builtins.c (CMD_UnsetEnv):
4227         use flib_unsetenv
4229         * libs/envvar.c (flib_unsetenv):
4230         (add_to_envlist):
4231         new functions
4232         (flib_putenv):
4233         split in ftwo functions
4235         * configure.in:
4236         check for unsetenv function
4238         * fvwm/builtins.c (CMD_SetEnv):
4239         assume an empty value if no value is given
4241 2004-09-30  Rafal Bisingier <ravbc@man.poznan.pl>
4243         * fvwm/commands.h:
4244         * fvwm/events.c:
4245         * fvwm/functable.c:
4246         * fvwm/fvwm.1.in:
4247         * fvwm/fvwm.c:
4248         * fvwm/screen.h:
4249         * fvwm/virtual.c:
4250         * perllib/FVWM/Commands.pm:
4251         new command EdgeLeaveCommand
4253 2004-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4255         * NEWS:
4256         updated for 2.4.19
4258         * NEWS:
4259         * configure.in:
4260         increased version to 2.5.12
4261         released 2.5.11
4263         * NEWS:
4264         * configure.in:
4265         updated for 2.5.11 release
4267 2004-09-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4269         * fvwm/geometry.c (get_page_offset):
4270         (get_page_offset_rectangle):
4271         (get_absolute_geometry):
4272         new functions
4274         * fvwm/virtual.c (CMD_GotoPage):
4275         * fvwm/move_resize.c (__move_window):
4276         * fvwm/virtual.c (CMD_GotoPage):
4277         (get_page_arguments):
4278         new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
4279         command
4281 2004-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4283         * libs/Flocale.c (FlocaleGetNameProperty):
4284         fixed freeing uninitialized pointer
4286 2004-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4288         * fvwm/conditional.c (select_cmd):
4289         (direction_cmd):
4290         (CMD_NoWindow):
4291         (CMD_All):
4292         fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
4293         WindowId and Direction commands; fixes break from these commands
4295         * fvwm/geometry.c (get_shaded_geometry):
4296         shading geometry fix for windows without decoration
4298         * libs/FScreen.c (XineramaQueryExtension):
4299         fixed xinerama crash
4301 2004-09-04  Scott Smedley  <scottie7@tpg.com.au>
4303         * configure.in:
4304         Parse man pages with config.status so man pages have correct date.
4305         Man pages also specify FVWM version that they relate to.
4307         * bin/fvwm-bug.1:
4308         * bin/fvwm-config.1:
4309         * bin/fvwm-convert-2.2.1:
4310         * bin/fvwm-convert-2.4.1:
4311         * bin/fvwm-convert-2.6.1:
4312         * bin/fvwm-menu-desktop.1:
4313         * bin/fvwm-root.1:
4314         * modules/FvwmAnimate/FvwmAnimate.1:
4315         * modules/FvwmAuto/FvwmAuto.1:
4316         * modules/FvwmBacker/FvwmBacker.1:
4317         * modules/FvwmBanner/FvwmBanner.1:
4318         * modules/FvwmButtons/FvwmButtons.1:
4319         * modules/FvwmCommand/FvwmCommand.1:
4320         * modules/FvwmConsole/FvwmConsole.1:
4321         * modules/FvwmConsole/FvwmConsoleC.pl.1:
4322         * modules/FvwmCpp/FvwmCpp.1:
4323         * modules/FvwmDragWell/FvwmDragWell.1:
4324         * modules/FvwmEvent/FvwmEvent.1:
4325         * modules/FvwmForm/FvwmForm.1:
4326         * modules/FvwmGtk/FvwmGtk.1:
4327         * modules/FvwmIconBox/FvwmIconBox.1:
4328         * modules/FvwmIconMan/FvwmIconMan.1:
4329         * modules/FvwmIdent/FvwmIdent.1:
4330         * modules/FvwmM4/FvwmM4.1:
4331         * modules/FvwmPager/FvwmPager.1:
4332         * modules/FvwmProxy/FvwmProxy.1:
4333         * modules/FvwmRearrange/FvwmRearrange.1:
4334         * modules/FvwmSave/FvwmSave.1:
4335         * modules/FvwmSaveDesk/FvwmSaveDesk.1:
4336         * modules/FvwmScript/FvwmScript.1:
4337         * modules/FvwmScroll/FvwmScroll.1:
4338         * modules/FvwmTaskBar/FvwmTaskBar.1:
4339         * modules/FvwmTheme/FvwmTheme.1:
4340         * modules/FvwmWharf/FvwmWharf.1:
4341         * modules/FvwmWinList/FvwmWinList.1:
4342         These man pages were renamed to have a .in suffix.
4343         ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
4345 2004-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4347         * fvwm/placement.c (__place_window):
4348         fixed starting desk output with bugopts explainwindowplacement
4350 2004-09-03  Olivier Chapuis  <olivier.chapuis@free.fr>
4352         * fvwm/eventhandler.h:
4353         * fvwm/events.c (InitEventHandlerJumpTable):
4354         (__handle_key):
4355         (HandleKeyPress):
4356         (HandleKeyRelease):
4357         Fixed window specific bindings "patch" by sending key release event
4358         when needed
4360 2004-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4362         * libs/defaults.h:
4363         * fvwm/screen.h:
4364         * fvwm/move_resize.c:
4365         * fvwm/fvwm.c:
4366         * fvwm/fvwm.h:
4367         * fvwm/frame.h:
4368         * fvwm/decorations.c:
4369         * fvwm/frame.c:
4370         * fvwm/builtins.c:
4371         * fvwm/borders.c:
4372         * fvwm/add_window.c:
4373         * fvwm/bindings.c:
4374         * fvwm/style.c:
4375         renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
4376         it with NUMBER_OF_MOUSE_BUTTONS
4378         * fvwm/style.c (style_parse_focus_policy_style):
4379         * fvwm/focus_policy.h:
4380         * libs/Bindings.c (GrabWindowButton):
4381         * fvwm/bindings.c (bind_get_bound_button_contexts):
4382         (ParseBinding):
4383         * fvwm/events.c (WaitForButtonsUp):
4384         * fvwm/style.c (style_parse_focus_policy_style):
4385         * fvwm/builtins.c (__fake_event):
4386         fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
4387         NUMBER_OF_EXTENDED_MOUSE_BUTTONS
4389 2004-08-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4391         * configure.in:
4392         put -Wall -Wno-implicit-int before user specified flags
4394         * libs/FScreen.c:
4395         Applied below patch again.  It didn't make it to CVS (?)
4397 2004-08-26  Dan Espen  <dane@mk.telcordia.com>
4399         * libs/FScreen.c: Fixed case error.  Patch from Chris Ross.
4401 2004-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4403         * libs/FScreen.c:
4404         cleaned up ifdef hell
4406         * configure.in:
4407         fixed solaris xinerama test
4409 2004-08-25  Dan Espen  <dane@mk.telcordia.com>
4411         * configure.in:
4412         * acconfig.h:
4413         * libs/FScreen.c (solaris_XineramaQueryScreens):
4414         Solaris Xinerama support.
4415         * AUTHORS:
4416         Update.
4417         Patch by Chris Ross.
4419 2004-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4421         * fvwm/events.c (__handle_cr_on_client):
4422         don't reevaluate window geometry when a ConfigureRequest has no size or
4423         position set
4425 2004-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4427         * fvwm/menus.c (get_menu_options):
4428         (do_menu):
4429         new menu option TearOffImmediately
4431 2004-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4433         * fvwm/placement.c (__place_get_wm_pos):
4434         cascade placemnt fix by Paul Vojta
4436 2004-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4438         * fvwm/geometry.c (constrain_size):
4439         Don't touch the aspect ratio if modifying the width/height does not
4440         improve the situation
4442         * fvwm/frame.c (frame_free_move_resize_args):
4443         (__frame_setup_window):
4444         (frame_update_hidden_window_pos):
4445         (frame_mrs_resize_move_windows):
4446         (frame_create_move_resize_args):
4447         * fvwm/move_resize.c (__resize_window):
4448         some event handling fixes
4450         * fvwm/geometry.c (constrain_size):
4451         look up the latest size hints if necessary
4453 2004-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4455         * fvwm/geometry.c (constrain_size):
4456         * fvwm/ewmh.c (EWMH_fullscreen):
4457         * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
4458         (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
4459         (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
4460         * fvwm/fvwm.h (window_flags_t):
4461         allow windows to override their size hints when going fullscreen:
4462         minimum and maximum size, size inc, aspect ratio, etc.
4464 2004-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4466         * fvwm/decorations.c (struct):
4467         MWM hints on 64 bit machines fix
4469 2004-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4471         * fvwm/fvwm.1.in (Note):
4472         * fvwm/read.c (CMD_Read):
4473         (CMD_PipeRead):
4474         the Read and PipeRead commands have a return code
4476         * fvwm/read.c (run_command_stream):
4477         (CMD_Read):
4478         (CMD_PipeRead):
4479         removed debug code
4481 2004-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4483         * fvwm/move_resize.c (GetResizeArguments):
4484         (GetMoveArguments):
4485         fixed parsing of the frame option to the resize command and the pointer
4486         option to the move command
4488         * fvwm/conditional.c (CMD_None):
4489         Fixed CMD_None return code
4491 2004-07-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4493         * fvwm/stack.c (is_above_unmanaged):
4494         windows on other Desks are always considered on top
4496         * fvwm/conditional.c (CreateConditionMask):
4497         (MatchesConditionMask):
4498         * fvwm/fvwm.h (WindowConditionMask):
4499         new condition Overlapped
4501         * config.h:
4502         inproved strings.h / sring.h iclusion logic
4504         * libs/PictureUtils.c (finish_ct_init):
4505         (PictureInitColors):
4506         use flib_putenv instead of putenv
4508 2004-07-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4510         * fvwm/screen.h:
4511         * libs/gravity.h (enum):
4512         * libs/wcontext.h (enum):
4513         -pedantic fixes
4515         * fvwm/fvwm.c (StartupStuff):
4516         do not ungrab the pointer while the startup functions execute
4517         (Done):
4518         ungrab the pointer only after executing the RestartFunction or
4519         ExitFunciton.  Otherwise these functions may not be executed if some
4520         other application grabs the pointer.
4522         * fvwm/fvwm.h:
4523         * fvwm/conditional.c (CreateConditionMask):
4524         renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
4525         new condition AnyScreen
4527         * libs/Bindings.c:
4528         * fvwm/builtins.c (__fake_event):
4529         * fvwm/bindings.c (ParseBinding):
4530         removed C++ comments
4532 2004-07-15  Scott Smedley  <scottie7@tpg.com.au>
4534         * NEWS:
4535         New options for FvwmButtons module.
4537 2004-07-12  Mikhael Goikhman  <migo@homemail.com>
4539         * fvwm/fvwm.1.in:
4540         use commas between conditions
4542 2004-07-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4544         * fvwm/builtins.c (CMD_Wait):
4545         ignore MapNotify reported to any window except the root window
4547         * fvwm/module_interface.c (CONFIGARGS):
4548         correct number of CONFIGARGS arguments
4550         * libs/vpacket.h (ConfigWinPacket):
4551         frame_x and frame_y are signed
4553 2004-07-11  Scott Smedley  <scottie7@tpg.com.au>
4555         * fvwm/conditional.c:
4556         * fvwm/fvwm.h:
4557         * fvwm/fvwm.1.in:
4558         * AUTHORS:
4559         Committed patch by Norman Yarvin (with a few minor mods) to extend
4560         conditionals to handle multiple window names.
4562 2004-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4564         * fvwm/module_interface.c (CONFIGARGS):
4565         * libs/vpacket.h (ConfigWinPacket):
4566         put window_flags at end of structure
4568 2004-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4570         * fvwm/module_interface.c (CONFIGARGS):
4571         (OLDCONFIGARGS):
4572         (SETOLDFLAGS):
4573         (SendConfig):
4574         (BroadcastConfig):
4575         removed old module interface
4576         (CONFIGARGS):
4578         * libs/vpacket.h (ConfigWinPacket):
4579         64 bit fix
4581 2004-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4583         * fvwm/execcontext.c (__exc_change_context):
4584         fixed handling of etrigger event, fixing a problem with PropertyNotify
4585         events during resizing and possibly other problems too
4587         * fvwm/add_window.c (RestoreWithdrawnLocation):
4588         fixed travelling windows if application changed gravity hint before
4589         recapture
4591         * fvwm/frame.c (combine_decor_gravities):
4592         (combine_gravities):
4593         renamed
4594         (frame_restore_client_gravities):
4595         fixed window gravity after resize
4597         * libs/FEvent.c (FPeekEvent):
4598         (FPeekIfEvent):
4599         (FCheckPeekIfEvent):
4600         fixed some event handling bugs
4602         * fvwm/conditional.c (CMD_Test):
4603         (match_version):
4604         corrected use of Bool types
4605         (match_version):
4606         simplified, fixed compilation
4607         (ver):
4608         use int as return type
4610         * libs/Ficonv.c (convert_charsets):
4611         reindented
4613         * libs/Ficonv.c (convert_charsets):
4614         * acinclude.m4 (ICONV_SECOND_ARG):
4615         rewrote iconf configure test to save an ifdef
4617 2004-07-07  Scott Smedley  <scottie7@tpg.com.au>
4619         * fvwm/fvwm.1.in:
4620         * libs/Bindings.h:
4621         * libs/Bindings.c:
4622         * fvwm/bindings.c:
4623         Allow user to specify window-specific bindings that should NOT be
4624         intercepted by FVWM. This is accomplished with an '--' binding action.
4626 2004-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4628         * fvwm/move_resize.c (__resize_window):
4629         Fixed event handling
4631         * fvwm/virtual.c (HandlePaging):
4632         removed check for leave events on pan frames; better query the pointer
4633         each time
4635 2004-07-06  Scott Smedley  <scottie7@tpg.com.au>
4637         * fvwm/fvwm.1.in:
4638         * fvwm/conditional.c:
4639         Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
4641 2004-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4643         * fvwm/move_resize.c (GetResizeArguments):
4644         (GetResizeMoveArguments):
4645         (__resize_window):
4646         (__resize_step):
4647         (__resize_get_refpos):
4648         (__resize_get_dir_proximity):
4649         (__resize_get_dir_from_window):
4650         implemented fluxbox-like Alt-Button3 resizing
4652         * fvwm/virtual.c (HandlePaging):
4653         * fvwm/events.c (__merge_cr_moveresize):
4654         (__test_for_motion):
4655         (flush_property_notify):
4656         do not use XPutBackEvent as it shuffles events on the queue
4657         (test_button_event):
4658         (test_typed_window_event):
4659         new functions
4661         * libs/FEvent.c (fev_get_evpos_or_query):
4662         take pointer position from EnterNotify and LeaveNotify events
4664         * fvwm/move_resize.c (__move_loop):
4665         fixed multiple paging with certain SnapGrid / Move interactions
4666         (__resize_window):
4667         (__move_loop):
4668         * fvwm/virtual.c (HandlePaging):
4669         Workaround for buggy XFree not delivering some Pointer events
4670         simplified code
4672         * fvwm/virtual.c (MoveViewport):
4673         don't eat MotionNotify events
4675         * libs/FEvent.c (fev_get_last_event):
4676         new function
4677         (FWindowEvent):
4678         (FPutBackEvent):
4679         (FPeekIfEvent):
4680         (FPeekEvent):
4681         (FNextEvent):
4682         (FMaskEvent):
4683         (FIfEvent):
4684         (FCheckWindowEvent):
4685         (FCheckTypedWindowEvent):
4686         (FCheckTypedEvent):
4687         (FCheckMaskEvent):
4688         (FCheckIfEvent):
4689         keep a copy of the previous event in case FPutBackEvent is called
4691 2004-06-30  Scott Smedley  <scottie7@tpg.com.au>
4693         * fvwm/fvwm.1.in:
4694         Indicate optional window argument in section headings for
4695         Key, Mouse, PointerKey & Stroke commands.
4696         Remove strange "-Key" option listed for PointerKey.
4698 2004-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4700         * libs/Fft.c (FftDrawString):
4701         * fvwm/session.c (get_version_string):
4702         * fvwm/module_interface.c (FlushMessageQueue):
4703         * fvwm/fvwm.c (SaveDesktopState):
4704         * fvwm/colorset.h:
4705         * fvwm/colorset.c (cleanup_colorsets):
4706         * libs/PictureUtils.c (struct):
4707         fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
4709 2004-06-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4711         * fvwm/events.c (__cr_detect_icccm_move):
4712         windows with ewmh hints are assumed to use icccm2 compliant movement
4714         * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
4715         (ewmh_WMStateMaxHoriz):
4716         fixed restart/maximized problem
4718         * libs/fvwmsignal.c (fvwmReapChildren):
4719         * fvwm/fvwm.c (ReapChildren):
4720         moved function to lib
4722 2004-06-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4724         * fvwm/modconf.c (send_desktop_geometry):
4725         (send_color_limit):
4726         (send_click_time):
4727         (send_move_threshold):
4728         (send_ignore_modifiers):
4729         increased static buffer size
4731 2004-06-13  Marcus Lundblad  <ml@update.uu.se>
4733         * libs/CombineChars.c (convert_to_ucs2):
4734         Replace illegal UTF-8 character sequences in input
4736 2004-06-11  Scott Smedley  <scottie7@tpg.com.au>
4738         * libs/Bindings.c:
4739         bugfix: wrong stroke action being invoked.
4741 2004-06-10  Scott Smedley  <scottie7@tpg.com.au>
4743         * fvwm/builtins.c:
4744         * fvwm/events.c:
4745         * libs/Bindings.c:
4746         Active _last_ matching binding. (ie. same behaviour as before
4747         win-specific bindings patch.)
4748         bugfix: segfault when looking up stroke bindings in root context.
4750 2004-06-07  Scott Smedley  <scottie7@tpg.com.au>
4752         * fvwm/bindings.c:
4753         * fvwm/builtins.c:
4754         * fvwm/events.c:
4755         * fvwm/fvwm.1.in:
4756         * fvwm/module_interface.c:
4757         * libs/Bindings.c:
4758         * libs/Bindings.h:
4759         * modules/FvwmScript/FvwmScript.c:
4760         * modules/FvwmScript/Instructions.c:
4761         Implemented window-specific key/mouse bindings.
4763         * modules/FvwmIconBox/FvwmIconBox.h:
4764         * libs/fvwmlib.h:
4765         * libs/wild.c:
4766         * libs/wild.h:
4767         Make args to matchWildcards() const.
4769 2004-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4771         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
4772         use EWMH_fullscreen
4773         * fvwm/ewmh.c (EWMH_fullscreen):
4774         new function
4776         * fvwm/add_window.c (AddWindow):
4777         implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
4779         * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
4780         (ewmh_WMStateMaxVert):
4781         (ewmh_WMStateShaded):
4782         (ewmh_WMStateSticky):
4783         (ewmh_WMStateStaysOnBottom):
4784         fixed core dumps
4785         (ewmh_WMState):
4786         don't try to maximize window when looking up the style
4787         (ewmh_WMDesktop):
4788         (ewmh_WMStateFullScreen):
4789         (ewmh_WMStateHidden):
4790         (ewmh_WMStateMaxVert):
4791         (ewmh_WMStateModal):
4792         (ewmh_WMStateShaded):
4793         (ewmh_WMStateSkipPager):
4794         (ewmh_WMStateSticky):
4795         (ewmh_WMStateStaysOnBottom):
4796         fixed ignoring ewmh hints
4798         * fvwm/expand.c (expand_vars_extended):
4799         include full path in iconfile and miniiconfile variables
4801 2004-06-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4803         * fvwm/functions.c (execute_complex_function):
4804         (CheckActionType):
4805         fixed double click patch
4807 2004-06-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4809         * fvwm/ewmh.c (EWMH_SetWMDesktop):
4810         use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
4812 2004-05-31  Dan Espen  <dane@mk.telcordia.com>
4814         * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
4815         into fvwm man page.
4817 2004-05-29  Norbert Buchmuller  <norbi@nix.hu>
4819         * libs/FImage.c (FShmSafeCreateImage):
4820         Yet another fix to SHM remote client problem
4822 2004-05-26  Francis Litterio  <franl@world.std.com>
4824         * fvwm/fvwm.1.in
4825         * fvmw/fvwm.h
4826         * fvwm/placement.c (__place_get_wm_pos)
4827         * fvwm/style.c (style_parse_one_style_option)
4828         Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
4830 2004-05-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4832         * fvwm/events.c (HandleEnterNotify):
4833         fixed endless loop of edge commands when doing something that grabs
4834         the pointer
4836         * fvwm/functions.c (CheckActionType):
4837         (execute_complex_function):
4838         double clicks no longer work when pressing different buttons
4840 2004-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4842         * fvwm/placement.c (__place_get_wm_pos):
4843         fixed placement in top left corner when pressing escape during manual
4844         placement
4846 2004-05-23  Mikhael Goikhman  <migo@homemail.com>
4848         * configure.in:
4849         * AUTHORS:
4850         added Chinese translations
4852 2004-05-18  Olivier Chapuis  <olivier.chapuis@free.fr>
4854         * fvwm/ewmh.c (EWMH_SetFrameStrut):
4855         Fixed a miss-print
4857 2004-05-09  Mikhael Goikhman  <migo@homemail.com>
4859         * fvwm/conditional.c:
4860         * fvwm/fvwm.1.in:
4861         clean up Test code and documentation, add new False condition,
4862         unrecognized conditions produce Error return code now
4864 2004-05-06  Dan Espen  <dane@mk.telcordia.com>
4866         * fvwm/style.c: Remove extra char.
4868 2004-05-01  Olivier Chapuis  <olivier.chapuis@free.fr>
4870         * fvwm/ewmh.c (ewmh_atom_client_win):
4871         * fvwm/ewmh_intern.h:
4872         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
4873         (ewmh_MoveResizeWindow):
4874         Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
4876         * fvwm/events.c (__handle_cr_on_client):
4877         (__handle_configure_request):
4878         (events_handle_configure_request):
4879         Some renaming for consistency, force restacking if the event come from
4880         an ewmh restack
4882         * fvwm/ewmh_events.c (ewmh_MoveResize):
4883         Fixed _NET_WM_MOVERESIZE
4885         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
4886         Removed debug code
4888         * fvwm/ewmh.c (ewmh_atom_fvwm_win):
4889         (EWMH_SetFrameStrut):
4890         Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
4892 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
4894         * libs/FImage.c (FShmSafeCreateImage):
4895         Finished to fix SHM remote client problem
4897 2004-04-29  Olivier Chapuis  <olivier.chapuis@free.fr>
4899         * libs/FImage.c (FShmSafeCreateImage):
4900         Fixed when we are a remote client
4902 2004-04-21  Mikhael Goikhman  <migo@homemail.com>
4904         * INSTALL.fvwm:
4905         * NEWS:
4906         * acconfig.h:
4907         * fvwm/fvwm.1.in:
4908         * fvwm/fvwm.c:
4909         * fvwm/gnome.h:
4910         * fvwm/session.c:
4911         * libs/envvar.c:
4912         * libs/envvar.h:
4913         new default ~/.fvwm/config file is now recommended instead of
4914         still supported ~/.fvwm/.fvwm2rc
4916 2004-04-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4918         * fvwm/menus.c (NewMenuRoot):
4919         do not strip whitespace from menu names when creating a new menu
4921 2004-04-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4923         * fvwm/menuitem.c (menuitem_get_size):
4924         * fvwm/menuitem.h:
4925         renamed remaining "mips" to mipst
4927 2004-04-09  Olivier Chapuis  <olivier.chapuis@free.fr>
4929         * fvwm/events.c (HandleMapRequestKeepRaised):
4930         * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4931         Fixed EWMH DesktopGeometry and Stacking list
4933 2004-04-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4935         * fvwm/virtual.c (GetDeskNumber):
4936         (CMD_MoveToDesk):
4937         (CMD_GotoDesk):
4938         fixed MoveToDesk with one argument
4940 2004-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4942         * fvwm/style.c (style_parse_one_style_option):
4943         * fvwm/style.h:
4944         * fvwm/conditional.c (MatchesConditionMask):
4945         * fvwm/fvwm.h:
4946         * fvwm/window_flags.h:
4947         new style "State"
4949 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4951         * fvwm/fvwm.1.in:
4952         corrected a typo
4954 2004-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4956         * fvwm/move_resize.c (unmaximize_fvwm_window):
4957         fixed redrawing of maximize button when unmaximizing but when the size
4958         and position does not change
4960 2004-03-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4962         * fvwm/expand.c (expand_vars_extended):
4963         new extended variable $[w.layer]
4965         * fvwm/move_resize.c (MaximizeHeight):
4966         (MaximizeWidth):
4967         (CMD_Maximize):
4968         applied modified layer patch for maximize by Rafal Bisingier
4970 2004-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4972         * fvwm/add_window.c (setup_frame_attributes):
4973         Hopefully fixed BackingStore code and removed now useless backing store
4974         for decorations
4976         * fvwm/expand.c (expand_vars_extended):
4977         new extended variable $[w.desk]
4979 2004-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4981         * NEWS:
4982         * configure.in:
4983         increased version to 2.5.11
4984         released 2.5.10
4986         * NEWS:
4987         * configure.in:
4988         updated for 2.5.10 release
4990         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4991         improved rotation code
4993         * libs/gravity.c (gravity_add_rotations):
4994         new function
4996 2004-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
4998         * fvwm/placement.c (__explain_placement):
4999         new function
5001         * libs/FScreen.c (FScreenIsRectangleOnScreen):
5002         new function
5004         * fvwm/builtins.c (CMD_BugOpts):
5005         * fvwm/screen.h (ScreenInfo):
5006         new BugOpts option ExplainWindowPlacement
5007         renamed some members of Screen
5009 2004-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5011         * fvwm/placement.c (__place_get_wm_pos):
5012         (__place_get_nowm_pos):
5013         (__place_get_placement_flags):
5014         (__place_window):
5015         (__place_handle_x_resources):
5016         (setup_window_placement):
5017         split into multiple functions
5018         cleaned up a little
5020 2004-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5022         * fvwm/add_window.c (setup_window_placement):
5023         * fvwm/placement.c (setup_window_placement):
5024         moved function to placement.c
5025         fixed using PLACE_AGAIN placement mode
5026         (PlaceWindow):
5027         (__place_window):
5028         renamed function
5030 2004-03-15  Chris Ross  <cross+fvwm@distal.com>
5032         * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5033         allow a negative line_width to invert the relief
5035 2004-03-06  Marcus Lundblad  <ml@update.uu.se>
5037         * libs/Flocale.c (FlocaleDrawString)
5038         (FlocaleDrawUnderline)
5039         (FlocaleTextWidth):
5040         reduced redundant calls to iconv
5042 2004-03-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5044         * fvwm/move_resize.c (CMD_XorValue):
5045         fixed a very small outline drawing problem caused by using 0 line width
5046         instead of 1
5048         * NEWS:
5049         * configure.in:
5050         increased version to 2.5.10
5052         * configure.in:
5053         * NEWS:
5054         updated for 2.5.9 release
5056         * fvwm/functions.c (execute_function_override_window):
5057         * fvwm/module_interface.c (ExecuteModuleCommand):
5058         * fvwm/conditional.c (circulate_cmd):
5059         sometimes, DeferExecution was called although a window was already
5060         selected, for example with the "Current" commend; fixed
5062 2004-02-28  Olivier Chapuis  <olivier.chapuis@free.fr>
5064         * libs/FImage.c (FShmSafeCreateImage):
5065         Fixed some safety tests
5067 2004-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5069         * fvwm/events.c (__handle_cr_on_client):
5070         fixed a bug in the Jave configure request workaround
5072 2004-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5074         * fvwm/events.c (__cr_detect_icccm_move):
5075         improved motion method detection for fullscreen requests
5077 2004-02-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5079         * fvwm/add_window.c (AddWindow):
5080         * fvwm/screen.h (ScreenInfo):
5081         * fvwm/builtins.c (CMD_BugOpts):
5082         new BugOpts option DisplayNewWindowNames intended for debugging
5084 2004-02-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5086         * libs/Bindings.c (FvwmStringToKeysym):
5087         small performance enhancement
5089         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
5090         (__move_loop):
5091         fixed the FlickeringMoveWorkaround option which did nothing before
5093 2004-02-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5095         * fvwm/style.c (style_parse_one_style_option):
5096         * fvwm/fvwm.h:
5097         * fvwm/style.h (SIS_UNMANAGED):
5098         * fvwm/add_window.c (AddWindow):
5099         New style Unmanaged
5101         * fvwm/expand.c (expand_vars_extended):
5102         new variables $[w.iconfile] and $[w.miniiconfile]
5104         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5105         made left side of a relief one pixel longer at the bottom
5107 2004-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5109         * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
5110         * fvwm/style.c (style_set_old_focus_policy):
5111         fixed default window list order with ClickToFocus
5113 2004-02-04  Marcus Lundblad  <ml@update.uu.se>
5115         * fvwm/libs/Flocale.h:
5116         * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
5117         (FlocaleStringByteToCharOffset)
5118         (FlocaleStringCharToByteOffset)
5119         (FlocaleStringCharLength):
5120         Made utility functions available outside of Flocale
5122 2004-01-31  Olivier Chapuis  <olivier.chapuis@free.fr>
5124         * fvwm/events.c (__test_for_motion):
5125         Fixed a lockup, see the long comment in the code
5127 2004-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5129         * fvwm/schedule.c (execute_obj_func):
5130         fixed using uninitialised return code
5132 2004-01-25  Olivier Chapuis  <olivier.chapuis@free.fr>
5134         * fvwm/builtins.c (do_title_style):
5135         Fixed MinHeight, it must reset the Height
5137 2004-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5139         * fvwm/menus.c (menuShortcuts):
5140         applied menu navigation patch by Anton Kazennikov
5142 2003-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5144         * libs/gravity.c (gravity_dir_to_string):
5145         (gravity_parse_dir_argument):
5146         use a constant for the dir table
5148 2003-12-16  Marcus Lundblad  <ml@update.uu.se>
5150         * fvwm/Flocale.c (FlocaleEncodeString)
5151         (FlocaleDrawUnderline):
5152         Fixed crash when there's no Iconv support
5154 2003-12-16  olicha  <olivier.chapuis@free.fr>
5156         * fvwm/functions.h:
5157         Used the FUNC_FLAGS_TYPE in find_func_t declaration
5159         * sample.fvwmrc/system.fvwm2rc-sample-95:
5160         Added some Xft fonts
5162 2003-12-12  olicha  <olivier.chapuis@free.fr>
5164         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5165         Fixed ewmh FullScreen when an application start fullscreen and
5166         desactivate this state
5168 2003-12-04  olicha  <olivier.chapuis@free.fr>
5170         * fvwm/placement.c (test_fit):
5171         * fvwm/ewmh.h:
5172         * fvwm/ewmh.c (ewmh_GetStrutIntersection):
5173         (EWMH_GetBaseStrutIntersection):
5174         (EWMH_GetStrutIntersection):
5175         Fixed placement vs the base struts
5177 2003-11-29  Mikhael Goikhman  <migo@homemail.com>
5179         * sample.fvwmrc/system.fvwm2rc-sample-95:
5180         improved Debian specific menu
5182 2003-11-15  Mikhael Goikhman  <migo@homemail.com>
5184         * sample.fvwmrc/system.fvwm2rc-sample-95:
5185         several updates; added Debian menu if found
5187 2003-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5189         * configure.in:
5190         new configure option --en/disable-iconv
5192 2003-11-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5194         * fvwm/menus.c (__mloop_handle_event):
5195         * fvwm/menustyle.c (menustyle_parse_style):
5196         (menustyle_copy):
5197         new MenuStyle options PopupIgnore and PopupClose
5199 2003-11-02  Dan Espen  <dane@mk.telcordia.com>
5201         * fvwm/menus.c (menu_binding): Remove debug code.
5202         * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
5203         * fvwm/menus.h: Add menu_binding function.
5204         * fvwm/fvwm.1.in: Document the menu context in the mouse command for
5205         tear off menus.
5206         * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
5207         button 2 tearoff.
5208         * libs/wcontext.h (enum): Add MENU context.
5209         * libs/wcontext.c (win_contexts): More common binding contexts first in
5210         table.
5211         * libs/charmap.c (charmap_string_to_mask): Space before char in error
5212         message.
5214 2003-11-01  Mikhael Goikhman  <migo@homemail.com>
5216         * NEWS:
5217         * configure.in:
5218         increase version to 2.5.9
5220 2003-10-31  Mikhael Goikhman  <migo@homemail.com>
5222         * Makefile.am:
5223         fixed deb creation
5225         * configure.in:
5226         * NEWS:
5227         updated for 2.5.8 release
5229 2003-10-29  Mikhael Goikhman  <migo@homemail.com>
5231         * Makefile.am:
5232         * configure.in:
5233         initially added files for deb package auto-creating procedure
5235 2003-10-26  Mikhael Goikhman  <migo@homemail.com>
5237         * AUTHORS:
5238         * configure.in:
5239         added Swedish translations by Johan Svedberg
5241         * NEWS:
5242         updated
5244 2003-10-25  Mikhael Goikhman  <migo@homemail.com>
5246         * fvwm/add_window.c (GetWindowSizeHints):
5247         reindented broken hint messages
5249 2003-10-23  Mikhael Goikhman  <migo@homemail.com>
5251         * configure.in:
5252         improved Perl detection messages,
5253         restored FvwmGtkDebug independence from gtk libs
5255 2003-10-15  Mikhael Goikhman  <migo@homemail.com>
5257         * configure.in:
5258         * AUTHORS:
5259         added German translations by Andrei Mitrofanow
5261         * fvwm/fvwm.1.in:
5262         typos
5264 2003-10-11  Mikhael Goikhman  <migo@homemail.com>
5266         * NEWS:
5267         added 2.4.17 NEWS
5269 2003-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5271         * fvwm/fvwm.1.in:
5272         * fvwm/conditional.c (CreateConditionMask):
5273         (MatchesConditionMask):
5274         (CreateConditionMask):
5275         * fvwm/fvwm.h (WindowConditionMask):
5276         !CurrentPage, !CurrentDesk, !Layer ... now work as they should
5278 2003-09-23  olicha  <olivier.chapuis@free.fr>
5280         * libs/FImage.c (FShmInit):
5281         Removed debug code
5283 2003-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5285         * fvwm/focus.c (warp_to_fvwm_window):
5286         don't unnecessarily call MoveViewport
5288 2003-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5290         * fvwm/decorations.c (__is_resize_allowed):
5291         fixed a condition
5293 2003-09-06  malu  <ml@update.uu.se>
5295         * libs/FBidi.c (FBidiConvert):
5296         * libs/CombineChars.c (CombineChars):
5297         Fixed drawing combining characters on correct positions in
5298         right-to-left context
5300 2003-09-05  malu  <ml@update.uu.se>
5302         * libs/Flocale.c (FlocaleDrawString):
5303         (FlocaleTextWidth):
5304         Fixed drawing of combining characters with font shadow
5305         (character offsets were miscalculated, since FlocaleTextWidth
5306         adds shadow width)
5308 2003-09-05  malu  <ml@update.uu.se>
5310         * libs/Flocale.c (FlocaleDrawUnderline):
5311         Fixed bug with text width when a string contains only
5312         "orphaned" combining characters (compensation for font shadowd
5313         was counted twice)
5315 2003-09-04  olicha  <olivier.chapuis@free.fr>
5317         * todo-2.6:
5318         Added E.18, added comments on C.9 and C.15
5320 2003-09-03  olicha  <olivier.chapuis@free.fr>
5322         * libs/Flocale.c (FlocaleTextWidth):
5323         Fixed a comb_char core dump
5325         * libs/Makefile.am:
5326         Fixed compilation if either iconv, libpng or Xrender headers are
5327         not at a standard place
5329 2003-09-03  Mikhael Goikhman  <migo@homemail.com>
5331         * acinclude.m4:
5332         fixed error message for incorrect --with-SOMETHING-library argument
5334 2003-09-03  olicha  <olivier.chapuis@free.fr>
5336         * todo-2.6:
5337         Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
5339 2003-09-02  olicha  <olivier.chapuis@free.fr>
5341         * todo-2.6:
5342         C.12 is fixed
5344 2003-09-01  olicha  <olivier.chapuis@free.fr>
5346         * libs/gravity.c (gravity_dir_to_string):
5347         A new interface function to transform a direction_t to a string
5349 2003-08-31  S. Anderson  <sa@xmission.com>
5351         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
5352         Fixed missing font charsets
5354 2003-08-28  olicha  <olivier.chapuis@free.fr>
5356         * fvwm/move_resize.c (__move_loop):
5357         (AnimatedMoveAnyWindow):
5358         Updated bg of transparent tear off menu when moved
5360         * fvwm/events.c (HandlePropertyNotify):
5361         Updated ParentRelative tear off menu on bg change
5363         * fvwm/menus.c (UpdateMenuColorset):
5364         Updated colorsets of tear off menu when they change, this handle the
5365         case of root background change for RootTransparent
5367         * fvwm/menus.h:
5368         * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
5369         An utility function for redrawing transparent tear off menu. Maybe
5370         we can merge
5372         * fvwm/add_window.c (validate_transientfor):
5373         Fixed transient for an ewmh desktop
5375 2003-08-27  olicha  <olivier.chapuis@free.fr>
5377         * libs/FRender.c (FRenderRender):
5378         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
5379         Removed and fixed some unused code
5381 2003-08-25  olicha  <olivier.chapuis@free.fr>
5383         * fvwm/misc.c (GrabEm):
5384         Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
5386         * fvwm/modconf.c (send_color_limit):
5387         ifndefed color limit config info message which is not used anymore
5389         * fvwm/colorset.c (parse_colorset):
5390         Added a note on average bg
5392 2003-08-23  olicha  <olivier.chapuis@free.fr>
5394         * fvwm/style.c (print_styles):
5395         More info on memory used
5397         * fvwm/style.c (__simplify_style_list):
5398         Fixed upward simplication
5400 2003-08-14  olicha  <olivier.chapuis@free.fr>
5402         * fvwm/ewmh.c (ewmh_HandleMenu):
5403         Fixed the MENU window type, they are tear off menus
5405         * fvwm/fvwm.h:
5406         * fvwm/update.c (apply_window_updates):
5407         * fvwm/stack.c (new_layer):
5408         * fvwm/ewmh.c (EWMH_GetStyle):
5409         Fixed EWMHUseStackingHints update
5411         * fvwm/window_flags.h:
5412         * fvwm/fvwm.h:
5413         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5414         (ewmh_WMStateMaxHoriz):
5415         (ewmh_WMStateMaxVert):
5416         * fvwm/move_resize.c (unmaximize_fvwm_window):
5417         Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
5418         uniconify and unshade when putting a window fullscreen
5420         * fvwm/ewmh_intern.h:
5421         * fvwm/ewmh.c (ewmh_AllowsFullScreen):
5422         Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
5424         * fvwm/move_resize.c (unmaximize_fvwm_window):
5425         (CMD_Resize):
5426         (CMD_ResizeMove):
5427         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5428         * fvwm/decorations.c (SelectDecor):
5429         * fvwm/windowshade.c (CMD_WindowShade):
5430         Removed the decor for EWMH fullscreen windows, forbid shading and
5431         allows Resize and MoveResize without unsetting the fullscreen/maximized
5432         state
5434         * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
5435         (CMD_ResizeMaximize):
5436         Fixed ewmh state which was not set after these cmds
5438 2003-08-09  olicha  <olivier.chapuis@free.fr>
5440         * todo-2.6:
5441         Updated
5443 2003-08-08  olicha  <olivier.chapuis@free.fr>
5445         * fvwm/borders.c (border_draw_vector_to_pixmap):
5446         Fixed inversion of fg and bg in vector buttons
5448         * fvwm/style.c (__simplify_style_list):
5449         Fixed a memory leak
5451         * libs/System.c (fvwm_mkstemp):
5452         Removed debug code
5454 2003-08-07  olicha  <olivier.chapuis@free.fr>
5456         * configure.in:
5457         * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
5458         * acconfig.h:
5459         * libs/System.c (fvwm_mkstemp):
5460         * libs/fvwmlib.h:
5461         Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
5462         exists and work correctly, if not a replacement function is used
5463         (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
5464         implementation).
5466         * libs/fsm.c (unique_filename):
5467         (SetAuthentication):
5468         * fvwm/session.c (getUniqueStateFilename):
5469         Replaced tempnam by fvwm_mkstemp
5471 2003-08-07  olicha  <olivier.chapuis@free.fr>
5473         * libs/Makefile.am:
5474         * libs/FSMlib.h (new file):
5475         * fvwm/session.c (*):
5476         * fvwm/session.h:
5477         fvwmize SMlib and ICElib
5479         * fvwm/session.c (matchWin):
5480         Fixed window matching for windows with no SM_CLIENT_ID and a
5481         window_role
5483         * libs/fsm.c (new file):
5484         * libs/fsm.h (new file):
5485         * fvwm/ConfigFvwmDefaults
5486         A set of functions for implementing a dummy session manager
5488         * fvwm/fvwm.1.in:
5489         GNOME 1 hints and EWHM support is not a configure time option
5490         (anymore).
5492 2003-08-06  Robert Wittek  <r.wittek@gmx.net>
5494         * fvwm/add_window.c (AddWindow):
5495         fixed stickyness across desks over a restart
5497 2003-08-06  olicha  <olivier.chapuis@free.fr>
5499         * fvwm/ewmh.c (EWMH_WindowInit):
5500         (EWMH_SetFrameStrut):
5501         Fixed position of kde tray windows in kicker
5503 2003-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5505         * fvwm/module_interface.c (FlushMessageQueue):
5506         retry writing pipe if write returns EINTR
5508 2003-07-28  olicha  <olivier.chapuis@free.fr>
5510         * fvwm/events.c (events_handle_configure_request):
5511         (HandleConfigureRequest):
5512         (__handle_configure_request):
5513         (__handle_cr_on_client):
5514         * fvwm/ewmh.c (ewmh_atom_client_win):
5515         * fvwm/ewmh_intern.h:
5516         * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5517         (EWMH_ProcessClientMessage):
5518         Implemented _NET_MOVERESIZE_WINDOW
5520         * fvwm/fvwm.c (main):
5521         A -Wall fix
5523 2003-07-25  olicha  <olivier.chapuis@free.fr>
5525         * fvwm/ewmh.c (ewmh_HandleWindowType):
5526         Fixed handling of the _NET_WINDOW_TYPE prop when there are more
5527         that one type and we do not support the first one.
5529         * fvwm/expand.c (expand_vars_extended):
5530         Fixed conflict between extended variables name (desk.name and
5531         desk.n)
5533         * fvwm/session.c (callback_save_yourself):
5534         Respect the SmSaveGlobal save type. This should fix some session
5535         locking in the sm protocol
5537         * fvwm/session.c (setSmProperties):
5538         (SessionInit):
5539         Set some sm properties when fvwm start for fixing a problem with
5540         the restart style hint after a restart.
5542         * fvwm/fvwm.c (get_display_name):
5543         (usage):
5544         (main):
5545         * fvwm/session.c (setSmProperties):
5546         * fvwm/fvwm.1.in
5547         Added a possible positive or null arg to --single-screen which
5548         forces fvwm to start on the "current" display and the given
5549         screen. Use this to fix fvwm starting under a session manager:
5550         specify only the screen and not the display.screen for the
5551         restart sm command.
5553         * fvwm/fvwm.c (main):
5554         Fixed possible memory corruption if a display has more than
5555         10 screens.
5557         * fvwm/session.c (*):
5558         Better debuging msg
5560 2003-07-24  Mikhael Goikhman  <migo@homemail.com>
5562         * acinclude.m4:
5563         fixed xft/fontconfig detection with pkg-config
5565         * fvwm/fvwm.1.in:
5566         corrections in some long option names
5568 2003-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5570         * fvwm/add_window.c (setup_style_and_decor):
5571         * fvwm/geometry.c (set_window_border_size):
5572         * fvwm/fvwm.h (FvwmWindow):
5573         * fvwm/events.c (HandleShapeNotify):
5574         * fvwm/frame.c (frame_free_move_resize_args):
5575         (frame_setup_shape):
5576         (frame_reshape_border):
5577         fixed resizing of window borders if a window shape was added or deleted
5578         after the initial window setup
5580         * fvwm/update.c (apply_window_updates):
5581         removed unused code
5583         * fvwm/events.c (__cr_detect_icccm_move):
5584         disable motion method detection for shaped windows
5586 2003-07-21  olicha  <olivier.chapuis@free.fr>
5588         * fvwm/add_window.c (setup_window_structure):
5589         * fvwm/session.c (MatchWinToSM):
5590         Preserve is_name_changed window_flags within restart, session loading
5591         and recapture
5593 2003-07-20  olicha  <olivier.chapuis@free.fr>
5595         * fvwm/ewmh.c (EWMH_Init):
5596         fixed _NET_WM_NAME for our ewmh WM_CHECK window
5598         * fvwm/fvwm.c (InternUsefulAtoms):
5599         * fvwm/externs.h:
5600         * fvwm/session.c (GetWindowRole):
5601         Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
5603         * fvwm/session.c (GetClientID):
5604         Better determination of the CLIENT_LEADER
5606         * fvwm/session.c (setSmProperties):
5607         Set the CloneCommand for gnome-session editor (the sm spec says this
5608         properties is required). Removed the commented XSM ifdef.
5610         * fvwm/session.c (matchWin):
5611         (SaveWindowStates):
5612         Consider client only if it has a client id or a wm command.
5613         Removed the "two entries" session previous commit
5615 2003-07-16  olicha  <olivier.chapuis@free.fr>
5617         * fvwm/session.c (MatchWinToSM):
5618         Fixed restoring session state, if two window session entries have the
5619         same identifier ignore these entries
5621 2003-07-16  olicha  <olivier.chapuis@free.fr>
5623         * NEWS:
5624         * fvwm/style.h (SID_GET_NAME):
5625         (SID_SET_NAME):
5626         (SID_GET_WINDOW_ID):
5627         (SID_SET_WINDOW_ID):
5628         (SID_SET_HAS_NAME):
5629         (SID_GET_HAS_NAME):
5630         (SID_SET_HAS_WINDOW_ID):
5631         (SID_GET_HAS_WINDOW_ID):
5632         (SGET_ID):
5633         (SGET_WINDOW_ID):
5634         (SSET_WINDOW_ID):
5635         (SSET_ID_HAS_NAME):
5636         (SGET_ID_HAS_NAME):
5637         (SSET_ID_HAS_WINDOW_ID):
5638         (SGET_ID_HAS_WINDOW_ID):
5639         * fvwm/style.c (style_ids_are_equals):
5640         (style_id_equals_id):
5641         (styles_have_same_id):
5642         (fw_match_style_id):
5643         (one_fw_can_match_both_ids):
5644         (remove_all_of_style_from_list):
5645         (__simplify_style_list):
5646         (style_parse_one_style_option):
5647         (__style_command):
5648         (style_destroy_style):
5649         (print_styles):
5650         (CMD_Style):
5651         (CMD_WindowStyle):
5652         (CMD_FocusStyle):
5653         (CMD_DestroyStyle):
5654         (CMD_DestroyWindowStyle):
5655         * fvwm/fvwm.h (style_id_t):
5656         (window_style):
5657         * fvwm/functable.c (func_table):
5658         * fvwm/add_window.c (destroy_window):
5659         * fvwm/commands.h:
5660         * fvwm/fvwm.1:
5661         New WindowStyle and DestroyWindowStyle command for setting styles
5662         per window
5664 2003-07-14  Marcus Lundblad  <ml@update.uu.se>
5666         * libs/Flocale.c (FlocaleDrawString):
5667         * libs/FBidi.c (FBidiConvert):
5668         fixed drawing of combining characters in the case where a string
5669         consists of only combining characters
5671 2003-07-13  Marcus Lundblad  <ml@update.uu.se>
5673         * libs/CombineChars.c (CombineChars):
5674         bugfix: array mapping visual to logical position was allocated
5675         to small (factor 2) in decoposing code
5677 2003-07-11  Marcus Lundblad  <ml@update.uu.se>
5679         * libs/Flocale.c (FlocaleEncodeWinString):
5680         fixed a memory leak
5682         * libs/Flocale.c (FlocaleDrawString):
5683         (FlocaleRotatedDrawString):
5684         removed some code duplication
5686 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5688         * libs/CombineChars.c (combclass_table):
5689         (CombineChars):
5690         fixed supporting drawing marks superimposed that are in a combining
5691         class
5693 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5695         * libs/Flocale.c (FlocaleRotateDrawString):
5696         (FlocaleDrawString)
5697         fixed core dump when composing characters can't be converted to
5698         locale charset
5700 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5702         * AUTHORS:
5703         updated
5705 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5707         * todo-2.6 (todo):
5708         updated summary
5710 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5712         * NEWS:
5713         updated with reagrds to combing characters
5715 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5717         * todo-2.6
5718         closed B.8
5720 2003-07-09  Marcus Lundblad  <ml@update.uu.se>
5722         * libs/Flocale.c (FlocaleEncodeString):
5723         (FlocaleEncodeWinString):
5724         (FlocaleRotateDrawString):
5725         (FlocaleDrawString):
5726         (FlocaleDrawUnderline):
5727         fixed rendering combining characters using Unicode font in a
5728         non-UTF-8 locale
5730 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5732         * fvwm/fvwm.1.in:
5733         renamed MoveWindowByProgramMethod to MoveByProgramMethod
5735 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
5737         * libs/FBidi.h:
5738         fixed FBidi.h macro to work with no FriBIDI
5740 2003-07-08  Marcus Lundblad  <ml@update.uu.se>
5742         * libs/CombineChars.h (CombineChars):
5743         * libs/CombineChars.c (CombineChars):
5744         * libs/FBidi.h (FBidiConvert):
5745         * libs/FBidi.c (FBidiConvert):
5746         * libs/Flocale.c (FlocaleEncodeString):
5747         (FlocaleEncodeWinString):
5748         (FlocaleDrawUnderline):
5749         (FlocaleTextWidth):
5750         fixed drawing of underlines on characters to work in with BIDI
5751         and combining characters
5753 2003-07-08  Mikhael Goikhman  <migo@homemail.com>
5755         * todo-2.6:
5756         closed D.1 with "no consensus" resolution
5758 2003-07-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5760         * fvwm/fvwm.1.in:
5761         documented tear off menus
5763         * fvwm/placement.c (PlaceWindow):
5764         StartsOnPage + SkipMapping overrides PPosition
5766 2003-07-07  Mikhael Goikhman  <migo@homemail.com>
5768         * fvwm/functable.c:
5769         solved a problem with CMD_Dummy and exact command spelling
5771         * libs/CombineChars.c:
5772         * libs/CombineChars.h:
5773         * libs/FBidi.c:
5774         minor reformattings (use TABs not 8 spaces and a space after keywords
5775         like for, if or while)
5777 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5779         * fvwm/update.c (apply_window_updates):
5780         * fvwm/update.h:
5781         * fvwm/add_window.c (setup_style_and_decor):
5782         * fvwm/style.h:
5783         * fvwm/style.c (style_parse_one_style_option):
5784         (check_window_style_change):
5785         new style MoveWindowByProgramMethod
5787         * libs/PictureImageLoader.c (PImageLoadXpm):
5788         use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
5790         * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5791         implemented _NET_WM_STATE_FULLSCREEN handling
5793         * fvwm/move_resize.c (GetOnePositionArgument):
5794         fixed parsing of "+-x +-y" Move arguments
5795         (CMD_Maximize):
5796         use get_page_offset_check_visible
5798         * fvwm/geometry.c (get_page_offset_check_visible):
5799         new convenience function
5801         * fvwm/events.c (__handle_cr_on_client):
5802         fixed handling of gravities other than NW or Static
5803         (__cr_detect_icccm_move):
5804         fixed several bugs
5806 2003-07-06  Marcus Lundblad  <ml@update.uu.se>
5808         * libs/BidiJoin.c:
5809         * libs/BidiJoin.h:
5810         * libs/BidiJoin.c:
5811         * libs/BidiJoin.h:
5812         * libs/CombineChars.c:
5813         * libs/CombineChars.h:
5814         * libs/Flocale.c (FlocaleEncodeString):
5815         * libs/FBidi.c:
5816         * libs/FBidi.h:
5817         * libs/Makefile.am:
5818         Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
5819         FCombineChars.h
5821 2003-07-06  olicha  <olivier.chapuis@free.fr>
5823         * libs/FRender.c (FRenderRender):
5824         Fixed compilation
5826 2003-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5828         * fvwm/ewmh.c (ewmh_check_wm_pid):
5829         (EWMH_WindowInit):
5830         detect whether a window has _NET_WM_PID set; use that to detect ICCCM
5831         compliant ConfigureNotify handling
5833 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
5835         * libs/Flocale.c (FlocaleDrawUnderline):
5836         Commented out some non-working new code
5838 2003-07-05  Marcus Lundblad  <ml@update.uu.se>
5840         * libs/Flocale.c (FlocaleDrawString):
5841         fixed drawing superimposed characters with a fontset
5843 2003-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5845         * fvwm/events.c (__cr_detect_icccm_move):
5846         (__handle_cr_on_client):
5847         (__cr_get_grav_position):
5848         (__cr_get_static_position):
5849         * fvwm/window_flags.h:
5850         * fvwm/fvwm.h:
5851         try to autodetect whether application uses the icccm way of moving
5852         windows of the traditional way always using static gravity
5854         * acconfig.h:
5855         moved SIGNAL_RETURN macro definition to acconfig.h
5857         * fvwm/module_interface.c (DeadPipe):
5858         * fvwm/fvwm.c (SigDone):
5859         (Restart):
5860         (ReapChildren):
5861         use SIGNAL_RETURN macro
5863         * fvwm/events.c (__handle_cr_on_client):
5864         (__merge_cr_moveresize):
5865         (__cr_detect_icccm_move):
5867         * fvwm/events.c (__handle_cr_on_unmanaged):
5868         (__handle_cr_on_icon):
5869         (__handle_cr_on_shaped):
5870         (__handle_cr_restack):
5871         (__handle_cr_on_client):
5872         (HandleConfigureRequest):
5873         split the ConfigureRequest code into multiple functions
5875         * fvwm/update.c (apply_window_updates):
5876         fixed drawing of window decorations when "Style * Neverfocus" is used
5878         * fvwm/events.c (HandleKeyPress):
5879         fixed a bug with key binding contexts
5881         * fvwm/functions.c (__execute_function):
5882         * fvwm/expand.c (expand_vars):
5883         (expand_vars_extended):
5884         new extended variable $[func.context]
5886         * libs/Bindings.h:
5887         * libs/Bindings.c:
5888         moved some code to the new files
5890         * libs/charmap.h:
5891         * libs/charmap.c:
5892         * libs/modifiers.h:
5893         * libs/modifiers.c:
5894         * libs/wcontext.c:
5895         * libs/wcontext.h:
5896         new files
5898         * libs/Bindings.c:
5899         fixed a problem with uninitialised global variable
5901 2003-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5903         * libs/Bindings.c (key_modifiers):
5904         moved to new file wcontext.c
5906         * libs/gravity.c (gravity_parse_dir_argument):
5907         added aliases for compass directions:
5908           - = N
5909           _ = S
5910           [ = W
5911           ] = E
5912           ^ = NE
5913           > = SE
5914           v = SW
5915           [ = nw
5916           . = center
5918 2003-07-02  Marcus Lundblad  <ml@update.uu.se>
5920         * libs/FBidi.h:
5921         * libs/Flocale.c (FlocaleDrawString):
5922         (FlocaleRotateDrawString):
5923         Fixes to work without Fribidi
5925 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
5927         * todo-2.6:
5928         Updated
5930 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
5932         * libs/FbidiJoin.c (get_shaped_combined_char):
5933         (shape_n_join):
5934         Removed unused (get_shaped_combined_char) and commented out code
5935         Combining ligatures done in FCombineChars
5937 2003-07-01  Marcus Lundblad  <ml@update.uu.se>
5939         * libs/Flocale.c (FlocaleDrawString):
5940         (FlocaleRotateDrawString):
5941         (FlocaleTextWidth):
5942         * libs/FBidi.h:
5943         * libs/FBidi.c (FBidiConvert):
5944         * libs/FBidiJoin.c:
5945         * libs/FCombineChars.h:
5946         * libs/FCombineChars.c (FCombineChars):
5947         Added support for drawing superimposed combining characters
5949 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5951         * fvwm/commands.h:
5952         * fvwm/functable.c (func_table):
5953         * fvwm/functions.c (CMD_TearMenuOff):
5954         (CMD_Title):
5955         (CMD_Silent):
5956         (CMD_Function):
5957         (CMD_KeepRc):
5958         merged all dummy commands into one: CMD_Dummy
5960 2003-07-01  olicha  <olivier.chapuis@free.fr>
5962         * fvwm/menus.c (DestroyMenu):
5963         (do_menu):
5964         Cleanup
5966 2003-07-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
5968         * fvwm/menustyle.c (menustyle_copy):
5969         (copy_menu_style):
5970         renamed function
5972 2003-06-30  Marcus Lundblad  <ml@update.uu.se>
5974         * todo-2.6:
5975         Updated
5977 2003-06-30  olicha  <olivier.chapuis@free.fr>
5979         * fvwm/menus.c (do_menu):
5980         (DestroyMenu):
5981         (do_menu_close_tear_off_menu):
5982         (menu_close_tear_off_menu):
5983         Allowed to destroy tear off menu!
5985         * fvwm/menus.c (menu_tear_off):
5986         (menu_close_tear_off_menu):
5987         (do_menu_close_tear_off_menu):
5988         (clone_menu_root_static):
5989         (pop_menu_up):
5990         (menu_tear_off):
5991         (make_menu_window):
5992         (make_menu):
5993         (update_menu):
5994         Fixed client leaks (only create new client for menu if it is a tear off
5995         menu). Created a dedicated menu style for each tear off menu.
5997         * fvwm/menustyle.c (CMD_CopyMenuStyle):
5998         (copy_menu_style):
5999         * fvwm/menustyle.h:
6000         Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6002 2003-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6004         * fvwm/virtual.c (do_move_window_to_desk):
6005         (UnmapDesk):
6006         fixed "Visible" condition on non current desks
6008 2003-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6010         * **/*.c:
6011         * **/*.h:
6012         shortened some comments
6013         removed GPL from .h files
6014         added GPL to all .c files
6015         include config.h in all .c files
6016         added "/* -*-c-*- */" where missing
6017         some reformatting and reindenting
6019         * fvwm/module_interface.c:
6020         * fvwm/module_interface.h:
6021         * libs/Fft.c:
6022         * libs/Flocale.c:
6023         * libs/gravity.h:
6024         * libs/Flocale.h:
6025         * fvwm/screen.h:
6026         * fvwm/misc.c:
6027         * fvwm/misc.h:
6028         * fvwm/windowshade.c:
6029         * fvwm/virtual.c:
6030         * fvwm/conditional.c:
6031         * fvwm/geometry.h:
6032         * fvwm/geometry.c:
6033         * fvwm/borders.c:
6034         * fvwm/frame.h:
6035         * fvwm/frame.c:
6036         * fvwm/update.c:
6037         * fvwm/session.c:
6038         * fvwm/placement.c:
6039         * fvwm/menus.c:
6040         * fvwm/icons.c:
6041         * fvwm/events.c:
6042         * fvwm/add_window.c:
6043         * fvwm/session.h:
6044         * fvwm/placement.h:
6045         * fvwm/icons.h:
6046         * fvwm/eventhandler.h:
6047         * fvwm/fvwm.h:
6048         * fvwm/add_window.h:
6049         * fvwm/repeat.c:
6050         * fvwm/functions.c:
6051         * fvwm/functable.c:
6052         * fvwm/functable.h:
6053         * fvwm/functions.h:
6054         renamed types func_type, repeat_t, initial_window_options_t,
6055         frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6056         last_added_item_type, common_flags_type, multi_direction_type,
6057         msg_masks_type to ..._t
6059         * fvwm/functions.c (__execute_function):
6060         (execute_complex_function):
6061         * fvwm/condrc.c (condrc_init):
6062         new function in new file to encapsulate all cond_rc_t handling
6064         * fvwm/condrc.h:
6065         * fvwm/fvwm.h (cond_rc_t):
6066         (cond_rc_enum):
6067         moved typed to new file
6069         * fvwm/functable.h:
6070         * fvwm/commands.h:
6071         * fvwm/functable.c (func_table):
6072         * fvwm/functions.c (__run_complex_function_items):
6073         (__execute_function):
6075         * fvwm/conditional.c (CMD_Break):
6076         (__rc_matches_rcstring_consume):
6077         Break takes the number of function levels to break out of as an
6078         argument
6080         * fvwm/expand.c (expand_vars_extended):
6081         * fvwm/conditional.c (circulate_cmd):
6082         (select_cmd):
6083         (direction_cmd):
6084         (__rc_matches_rcstring_consume):
6085         (CMD_All):
6086         (CMD_WindowId):
6087         (CMD_TestRc):
6088         (CMD_Test):
6089         * fvwm/read.c:
6090         * fvwm/read.h:
6091         * fvwm/functions.h:
6092         * fvwm/functions.c:
6093         (__run_complex_function_items):
6094         (execute_complex_function):
6095         * fvwm/expand.h:
6096         * fvwm/expand.c:
6097         * fvwm/fvwm.h:
6098         * fvwm/conditional.c:
6099         renamed fvwm_cond_func_rc by cond_rc_t
6100         made a type a struct
6101         added a member to indicate the number of function levels to break out
6102         of
6104         * fvwm/functable.c (func_table):
6105         * fvwm/conditional.c (CMD_TestRc):
6106         replaced conditional commands:
6107                 Cond -> TestRc
6108                 CondCase -> KeepRc TestRc
6109                 On -> Test
6110         (__rc_matches_rcstring_consume):
6111         new function
6113         * fvwm/conditional.c (CMD_CondCase):
6114         fixed the CondCase command
6116 2003-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6118         * configure.in:
6119         new configure option --deisable-gtk to disable detection of gtk library
6121         * fvwm/fvwm.1.in:
6122         cleaned up documentation of conditional commands
6123         general man page cleanup
6125 2003-06-17  Dan Espen  <dane@mk.telcordia.com>
6127         * fvwm/builtins.c (ReadDecorFace): Off by one patch from
6128         Anil Madhavapeddy.
6130 2003-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6132         * fvwm/fvwm.1.in:
6133         cleaned up of CirculateHit... conditions
6135 2003-06-15  olicha  <olivier.chapuis@free.fr>
6137         * fvwm/style.c (__simplify_style_list):
6138         Fixed is_merged_allowed: rest it to True when cur change
6139         Added "upward" simplification
6141 2003-06-14  olicha  <olivier.chapuis@free.fr>
6143         * fvwm/style.c (__simplify_style_list):
6144         (blocksintersect):
6145         (blockand):
6146         Fixed blockand which always returned True. Added blocksintersect which
6147         returns the same value as blockand but faster.
6149 2003-06-13  olicha  <olivier.chapuis@free.fr>
6151         * configure.in:
6152         * acinclude.m4:
6153         Fixed fontconfig and xft2 for version without *-config binnary. Used
6154         pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
6155         fontconfig and xft2 if the version is < the required version
6156         (even if --disable-*test).
6158 2003-06-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6160         * libs/Graphics.c:
6161         define M_PI and M_PI_2 if they are not defined by math.h
6163 2003-06-10  Mikhael Goikhman  <migo@homemail.com>
6165         * libs/Colorset.c (LoadColorset):
6166         added a note to update Colorsets.pm too when the format is changed
6168 2003-06-09  Mikhael Goikhman  <migo@homemail.com>
6170         * WindowStyle_proposal.txt:
6171         s/WindowId/ThisWindow/ and other minor changes
6173 2003-06-06  olicha  <olivier.chapuis@free.fr>
6175         * libs/PictureImageLoader.c (PImageLoadPng):
6176         Fixed loading of png images if the caller want no alpha
6178 2003-06-04  olicha  <olivier.chapuis@free.fr>
6180         * libs/Flocale.c (FlocaleEncodeString):
6181         Fixed memroy leaks
6183 2003-06-03  Mikhael Goikhman  <migo@homemail.com>
6185         * libs/Makefile.am:
6186         only FCombineChars.c was distributed not FCombineChars.h
6188 2003-06-03  Marcus Lundblad  <ml@update.uu.se>
6190         * libs/FCombineChars.c (convert_to_utf8)
6191         fixed a bug when converting back to UTF-8 and a bug giving
6192         garbage at end of string in some cases
6194         * libs/Flocale.c (FlocaleEncodeString)
6195         fixed problem regarding combining-characters when BIDI is used
6197 2003-05-31  Marcus Lundblad  <ml@update.uu.se>
6199         * libs/Makefile.am:
6200         * libs/Flocale.c (FlocaleEncodeString):
6201         * libs/FCombineChars.c:
6202         * libs/FCombineChars.h:
6203         implemeted support for combining characters
6205 2003-05-31  Mikhael Goikhman  <migo@homemail.com>
6207         * configure.in:
6208         set the version 2.5.8
6210 2003-05-30  Mikhael Goikhman  <migo@homemail.com>
6212         * fvwm/builtins.c:
6213         * fvwm/fvwm2.1:
6214         SetEnv with only one parameter is ignored now
6216 2003-05-30  Dan Espen  <dane@mk.telcordia.com>
6218         * NEWS: Add 2.4.16 news.
6220 2003-05-29  Mikhael Goikhman  <migo@homemail.com>
6222         * fvwm/functions.c (expand_extended_var):
6223         (expand):
6224         fixed expanding variables that are empty, for example $[w.resource]
6225         or $[gt.a] or $[version.info] or $[EMPTY_STRING]
6227         * fvwm/fvwm.1.in:
6228         s/$w/$[w.id]/
6230 2003-05-29  olicha  <olivier.chapuis@free.fr>
6232         * fvwm/ewmh.c (ewmh_atom_wm_state):
6233         Do not claim that we support _NET_WM_STATE_FULLSCREEN
6235 2003-05-28  olicha  <olivier.chapuis@free.fr>
6237         * NEWS:
6238         A TaskBar news
6240 2003-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6242         * fvwm/focus.c (__update_windowlist):
6243         don't fiddle with the window list for windows that are going to be
6244         destroyed
6246         * fvwm/add_window.c (delete_client_context):
6247         (destroy_auxiliary_windows):
6248         (destroy_window):
6249         fixed empty frame windows when X reused the window id for a new window
6250         while the old one was scheduled to be destroyed
6252 2003-05-26  olicha  <olivier.chapuis@free.fr>
6254         * fvwm/icons.c (GetIconBitmap):
6255         (set_icon_pixmap_background):
6256         (CreateIconWindow):
6257         (DrawIconPixmapWindow):
6258         (DrawIconWindow):
6259         Fixed loading of application supplied pixmap on 8/24 depth screen
6261 2003-05-25  Dan Espen  <dane@mk.telcordia.com>
6263         * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
6264         Rox Filer.
6266         * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
6267         solaris.
6269 2003-05-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6271         * fvwm/misc.c (GrabEm):
6272         do not confine the pointer to the root window when grabbed; this can
6273         cause the pointer to be warped to another screen
6274         * fvwm/menus.c (get_menu_options):
6275         fixed placement of menus on Xinerama screens
6276         * libs/FScreen.c (FScreenGetResistanceRect):
6277         fixed function to do something useful
6278         * libs/Flocale.c (FlocaleDrawString):
6279         support font shadowing without colorsets
6280         * libs/ColorUtils.c:
6281         reformatted file
6282         * fvwm/menuitem.c (menuitem_paint):
6283         do not use colorsets in menus if they are not defined
6284         * fvwm/menustyle.c (menustyle_parse_style):
6285         fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
6286         issued again
6288 2003-05-23  olicha  <olivier.chapuis@free.fr>
6290         * fvwm/bindings.c (ParseBinding):
6291         (bind_get_bound_button_contexts):
6292         * libs/Bindings.c (GrabWindowButton):
6293         Fixed window button grabbing
6295 2003-05-22  olicha  <olivier.chapuis@free.fr>
6297         * fvwm/colorset.c (parse_colorset):
6298         Fixed an uninit mem
6300         * fvwm/borders.c (border_fill_pixmap_background):
6301         Fixed problem with depth 1 pixmap
6303         * fvwm/conditional.c (CMD_On):
6304         Fixed memory leaks
6306         * fvwm/conditional.c (CreateConditionMask):
6307         Fixed memory leaks for layer and state
6309 2003-05-22  Mikhael Goikhman  <migo@homemail.com>
6311         * configure.in:
6312         added perllib/FVWM/Tracker/Makefile
6314 2003-05-22  olicha  <olivier.chapuis@free.fr>
6316         * fvwm/fvwm.1.in:
6317         * fvwm/style.h:
6318         * fvwm/style.c (print_styles):
6319         * fvwm/builtins.c (CMD_PrintInfo):
6320         New style subject to PrintInfo
6322 2003-05-20  olicha  <olivier.chapuis@free.fr>
6324         * libs/Flocale.c (FlocaleGetFontOrFontSet):
6325         Allowed empty xft font name
6327         * libs/Makefile.am:
6328         * libs/flist.c (new file):
6329         * libs/flist.h (new file):
6330         Added a flist structure and some basic function for handling such
6331         stucture
6333         * libs/FGettext.c (*):
6334         Use the new flist struct and functions interface
6336         * fvwm/screen.h (ScreenInfo):
6337         * fvwm/update.c (destroy_scheduled_windows):
6338         * fvwm/add_window.c (destroy_window):
6339         Added a list for the windows which are scheduled for destroy
6340         Remove a fw at once from the fw list when we destroy_window
6342 2003-05-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6344         * fvwm/style.c (CMD_DestroyStyle):
6345         do not update windows if no style was deleted
6346         (check_window_style_change):
6347         fixed update of window styles w/ DestroyStyle
6349 2003-05-18  olicha  <olivier.chapuis@free.fr>
6351         * fvwm/conditional.c (CMD_On):
6352         Added x,r,w,f and i file condition to the On command
6354         * fvwm/add_window.c (destroy_window):
6355         Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
6356         but scheduled for destroy. Not sure that the fix is good.
6358         * fvwm/functions.c (__execute_function):
6359         * libs/defaults.h:
6360         Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
6361         This fixes some cores dumps with "recursives" functions
6363         * fvwm/borders.c (border_create_root_transparent_pixmap):
6364         (border_draw_decor_to_pixmap):
6365         Fixed a core dump with a root transparent rotated title
6366         Fixed X errors 56 with RootTransparent titlebar and no E pixmap
6368         * libs/FGettext.c (fgettext_add_one_path):
6369         (FGettextInit):
6370         (FGettextSetLocalePath):
6371         Fixed memory leak and chainning
6373         * fvwm/builtins.c (CMD_PrintInfo):
6374         Fixed a parsing leak
6376         * fvwm/conditional.c (Circulate):
6377         Fixed a mask memory leaks
6379         * libs/defaults.h:
6380         * libs/Flocale.c (FlocaleGetFont):
6381         (FlocaleGetFontSet):
6382         (FlocaleGetFftFont):
6383         Fixed a core dump when a 0 font is given with an encoding hints.
6384         Added a default FFT font
6386         * fvwm/builtins.c (CMD_DefaultFont):
6387         Fixed a core dump when the default font change and a redraw
6388         (icon or window) is proceeded before flush_window_updates is called
6390         * fvwm/menustyle.c (CMD_CopyMenuStyle):
6391         Fixed gradients copy
6393         * fvwm/menustyle.c (menustyle_parse_style):
6394         Fixed UMR's related to colorset
6396         * fvwm/builtins.c (ReadDecorFace):
6397         Removed inconsistent #if 0 code and comments about leak and MiniIcon
6398         decor style.
6400         * fvwm/menustyle.h:
6401         * fvwm/menustyle.c (menustyle_free):
6402         Fixed a fore stipple gc leak
6404         * fvwm/windowlist.c (CMD_WindowList):
6405         Fixed a sor_keyname memory leak
6407         * fvwm/fvwm.c (ResetAllButtons):
6408         Fixed the default buttons memory leak
6410 2003-05-08  olicha  <olivier.chapuis@free.fr>
6412         * fvwm/windowlist.c (CMD_WindowList):
6413         Fixed a memory leak if MaxLabelWidth is used
6415 2003-05-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6417         * fvwm/functions.c (__context_has_window):
6418         (__execute_function):
6419         * fvwm/functions.h:
6420         fixed excution of functions requiring a window without a window when
6421         called with "silent" from a complex function
6423 2003-05-07  olicha  <olivier.chapuis@free.fr>
6425         * libs/System.c (searchPath):
6426         Fixed a core dump
6428 2003-05-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6430         * fvwm/move_resize.c (__move_loop):
6431         (__resize_window):
6432         fixed core dumps
6434 2003-05-03  olicha  <olivier.chapuis@free.fr>
6436         * todo-2.6:
6437         Updated
6439 2003-05-01  Bob Woodside  <dumbledore@woodsway.com>
6441         * fvwm/NEWS:
6442         Minor typo corrections.
6444 2003-04-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6446         * fvwm/move_resize.c (__move_loop):
6447         fixed UMR
6448         removed debug code
6449         (__resize_window):
6450         fixed UMR
6452 2003-04-28  olicha  <olivier.chapuis@free.fr>
6454         * fvwm/ewmh.c (ewmh_atom_wm_state):
6455         (ewmh_HandleDock):
6456         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
6457         (ewmh_WMStateStaysOnBottom):
6458         Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
6460 2003-04-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6462         * fvwm/module_interface.c (do_execute_module):
6463         * fvwm/fvwm.c (main):
6464         * libs/envvar.c (flib_putenv):
6465         * fvwm/builtins.c (add_to_env_list):
6466         (CMD_SetEnv):
6467         (CMD_UnsetEnv):
6468         fixed putenv memory leaks
6470         * libs/envvar.c (strIns):
6471         removed debug code
6472         reformatted file
6473         (flib_putenv):
6474         replacement for putenv without memory leaks
6476         * fvwm/frame.c:
6477         removed debug code
6479         * fvwm/fvwm.c (StartupStuff):
6480         fixed UMR
6481         * fvwm/add_window.c (free_window_names):
6482         fixed memory leaks
6483         * fvwm/events.c (HandlePropertyNotify):
6484         fixed memory leak
6485         * fvwm/menus.c (do_menu):
6486         fixed core dump
6487         (__mloop_exit_selected):
6488         safety patch
6489         * fvwm/menucmd.c (menu_func):
6490         fixed memory leak
6492         * fvwm/builtins.c (CMD_Destroy):
6493         (CMD_Close):
6494         call destroy_window right after XKillClient; do not wait for the window
6495         to die on its own
6497         * fvwm/menucmd.c (menu_func):
6498         * fvwm/windowlist.c (CMD_WindowList):
6499         fixed core dumps
6501 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
6503         * INSTALL.fvwm:
6504         several updates (FvwmGtk, gettext)
6506 2003-04-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6508         * fvwm/menucmd.c (menu_func):
6509         * fvwm/windowlist.c (CMD_WindowList):
6510         * fvwm/menus.h:
6511         * fvwm/menus.c (is_double_click):
6512         (pop_menu_up):
6513         (pop_menu_down):
6514         (pop_menu_down_and_repaint_parent):
6515         (__mloop_get_event_timeout_loop):
6516         (__mloop_get_event):
6517         (__mloop_handle_event):
6518         (__mloop_select_item):
6519         (__mloop_make_popup):
6520         (__mloop_get_mi_actions):
6521         (__mloop_do_popup):
6522         (__mloop_do_menu):
6523         (__mloop_handle_action_with_mi):
6524         (__mloop_handle_action_without_mi):
6525         (__mloop_exit):
6526         (menu_enter_tear_off_menu):
6527         (menu_close_tear_off_menu):
6528         (do_menu):
6529         replaced the pfw and pcontext members of the MenuParameters structure
6530         with an execution context pointer
6531         (_menu_execute_function):
6532         wrapper function to simplyfy command execution from within menus
6533         (do_menu):
6534         fixed warping pointer to first menu item when invoked with the mouse
6536         * fvwm/execcontext.c:
6537         removed debug code
6539 2003-04-26  Mikhael Goikhman  <migo@homemail.com>
6541         * libs/XError.c:
6542         reformatted
6544         * fvwm.1.in:
6545         * fvwm.c:
6546         replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
6548 2003-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6550         * fvwm/menus.c (do_menu):
6551         the NoWarp position hint option works with root menus too
6553         * fvwm/ConfigFvwmDefaults:
6554         removed GrabFocusOff and GrabFocusTransient since they nullify the
6555         default with the plain focus policies
6557 2003-04-24  olicha  <olivier.chapuis@free.fr>
6559         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
6560         Fixed a miss print in my previous commit
6562         * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
6563         (ewmh_MoveResize)
6564         (ewmh_WMStateStaysOnBottom):
6565         * fvwm/ewmh.c (ewmh_AllowsMinimize):
6566         * fvwm/ewmh_intern.h:
6567         Added comment on the implementation at the top of ewmh.c.
6568         Fixed _NET_WM_MOVERESIZE.  Added _NET_WM_ACTION_MINIMIZE in
6569         _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
6570         _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
6571         and _NET_WM_STATE_BELOW.
6573         * AUTHORS:
6574         Added David Fries. Updated my entries.
6576         * todo-2.6:
6577         One update
6579 2003-04-23  olicha  <olivier.chapuis@free.fr>
6581         * fvwm/module_interface.c (CMD_KillModule):
6582         Fixed a leak when we have an alias
6584         * libs/Picture.c (PFreeFvwmPictureData):
6585         * libs/Picture.h:
6586         New interface function for just freeing the allocated data (not
6587         the pixmaps).
6589 2003-04-22  olicha  <olivier.chapuis@free.fr>
6591         * fvwm/colorset.c (get_root_pixmap):
6592         Fixed a minor memory leak
6594         * fvwm/functions.c (execute_complex_function):
6595         Fixed uninitialized d.type
6597         * libs/Ficonv.c (FiconvSetupConversion):
6598         (FiconvUtf8ToCharset):
6599         (FiconvCharsetToUtf8):
6600         Formating clean-up
6602         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
6603         (EWMH_WMIconName):
6604         (EWMH_WMName):
6605         Fixed a core dump and safety check related to not loaded font
6607 2003-04-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6609         * libs/Module.h:
6610         reformatted
6612 2003-04-16  olicha  <olivier.chapuis@free.fr>
6614         * fvwm/ewmh_events.c (ewmh_CloseWindow):
6615         (ewmh_MoveResize):
6616         (ewmh_WMState):
6617         (ewmh_WMStateHidden):
6618         Check if functions are allowed
6620         * fvwm/ewmh.c (ewmh_HandleDesktop):
6621         (ewmh_HandleDock):
6622         Set Desktop and Dock uniconifiable and unmaximazable
6624         * fvwm/menuitem.c (menuitem_paint):
6625         * fvwm/screen.h:
6626         Fixed greyed action with EWMH desktop
6628 2003-04-16  Mikhael Goikhman  <migo@homemail.com>
6630         * NEWS:
6631         documented FvwmEvent behaviour of executing window related event
6632         handlers within a window context
6634         * fvwm/fvwm.1.in:
6635         updated WindowId entry
6637 2003-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6639         * fvwm/schedule.c (deschedule):
6640         (squeue_execute):
6641         (execute_obj_func):
6642         * fvwm/module_interface.c (DeleteMessageQueueBuff):
6643         (ExecuteCommandQueue):
6644         * libs/queue.c (fqueue_init):
6645         (fqueue_remove_or_operate_from_front):
6646         (fqueue_remove_or_operate_from_end):
6647         (fqueue_remove_or_operate_all):
6648         (fqueue_init):
6649         (fqueue_unlock_queue):
6650         (fqueue_lock_queue):
6651         (fqueue_add_at_front):
6652         (fqueue_add_inside):
6653         (fqueue_get_first):
6654         core dump fixes
6656         * libs/queue.c (fqueue_remove_or_operate_all):
6657         (fqueue_remove_or_operate_from_end):
6658         (fqueue_remove_or_operate_from_front):
6659         * fvwm/module_interface.c (DeleteMessageQueueBuff):
6660         (ExecuteCommandQueue):
6661         * fvwm/schedule.c (deschedule):
6662         (check_deschedule_obj_func):
6663         (deschedule_obj_func):
6664         (squeue_execute):
6665         (check_execute_obj_func):
6666         (execute_obj_func):
6667         (copy_obj_func):
6668         core dump fixes
6670 2003-04-15  Mikhael Goikhman  <migo@homemail.com>
6672         * fvwm/ConfigFvwmDefaults:
6673         * fvwm/fvwm.1.in:
6674         * fvwm/windowlist.c:
6675         * sample.fvwmrc/system.fvwm2rc-sample-95:
6676         * NEWS:
6677         WindowListFunc is executed now within a window context,
6678         so "WindowId $0" is not needed anymore in its definition
6680 2003-04-14  olicha  <olivier.chapuis@free.fr>
6682         * fvwm/fvwm.1.in:
6683         * NEWS:
6684         Documented LocalePath and $[gt.str]. FvwmScript news.
6686         * fvwm/expand.c (expand_vars_extended):
6687         Fixed $[gt.str] expansion
6689         * configure.in:
6690         New gettext domain FvwmScript
6692         * libs/FGettext.c (FGettextCopy):
6693         * libs/FGettext.h:
6694         New interface function which copies the string
6696 2003-04-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6698         * fvwm/conditional.c (CMD_Cond):
6699         allow to negate the condition code with '!' prefix
6701         * fvwm/schedule.c (CMD_Schedule):
6702         (CMD_Deschedule):
6703         support hexadecimal ids
6705         * libs/Parse.c (GetIntegerArguments):
6706         (_get_suffixed_integer_arguments):
6707         (GetSuffixedIntegerArguments):
6708         (GetIntegerArgumentsAnyBase):
6709         new utitily function to allow hexadecimal integer arguments
6711 2003-04-10  olicha  <olivier.chapuis@free.fr>
6713         * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
6714         (FlocaleGetCharsetOfFontStruct):
6715         (FlocaleGetCharsetFromName):
6716         (FlocaleFixNameForFontSet):
6717         (FlocaleGetFontSet):
6718         (FlocalePrintLocaleInfo):
6719         * libs/FlocaleCharset.h:
6720         * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
6721         (FlocaleCharsetPrintXOMInfo):
6722         Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
6724 2003-04-08  olicha  <olivier.chapuis@free.fr>
6726         * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6727         fixed the default font name
6729 2003-04-07  Mikhael Goikhman  <migo@homemail.com>
6731         * fvwm/events.c (HandlePropertyNotify):
6732         * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
6733         completely ignore application requests to set exactly the same
6734         window name or icon name (xmms sets it every second),
6735         this avoids some redundant module messages and redraws
6737 2003-04-05  Mikhael Goikhman  <migo@homemail.com>
6739         * Makefile.am:
6740         fixed DIST
6742 2003-04-04  olicha  <olivier.chapuis@free.fr>
6744         * configure.in:
6745         Fixed a miss print in fribidi config check
6747 2003-04-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6749         * fvwm/focus.c (__restore_focus_after_unmap):
6750         iconified windows without an icon do not receive focus
6752 2003-03-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6754         * fvwm/virtual (CMD_GotoDeskAndPage):
6755         different "GotoDeskAndPage prev" fix that works with any viewports, not
6756         just multiples of the screen size
6758 2003-03-29  Mikhael Goikhman  <migo@homemail.com>
6760         * fvwm/virtual (CMD_GotoDeskAndPage):
6761         fixed "GotoDeskAndPage prev" with desks larger than 2x2
6763 2003-03-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6765         * ETHICAL_LICENSE:
6766         added file
6768         * fvwm/menucmd.c (menu_func):
6769         fixed double key presses to choose default menu action
6771         * fvwm/focus.c (__update_windowlist):
6772         fixed order of window list with SloopyFocus when using the Focus
6773         command
6775 2003-03-22  Mikhael Goikhman  <migo@homemail.com>
6777         * fvwm/fvwm.1.in:
6778         clarified some things, typo fixed
6780 2003-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6782         * libs/Colorset.c (CreateBackgroundPixmap):
6783         (GetWindowBackgroundPixmapSize):
6784         (get_aspect_dimensions):
6785         fixed size calculation of aspect pixmaps
6787 2003-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6789         * fvwm/icons.c (clear_icon):
6790         (clear_icon):
6791         (AutoPlaceIcon):
6792         (Iconify):
6793         * fvwm/geometry.c (get_icon_geometry):
6794         (modify_icon_position):
6795         set a valid icon picture position if there is neither a picture nor a
6796         title
6798 2003-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6800         * NEWS:
6801         * AUTHORS:
6802         reformatted to fit better on the web page
6804 2003-03-15  Mikhael Goikhman  <migo@homemail.com>
6806         * todo-2.6:
6807         added items from "My TODO" message on 2003-01-02
6809         * fvwm/fvwm.1.in:
6810         actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
6812 2003-03-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6814         * libs/FScreen.c:
6815         removed debug output
6817 2003-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6819         * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
6820         (FScreenFetchMangledScreenFromUSPosHints):
6821         two functions to allow USPosition hints from modules and StartsOnScreen
6822         work at the same time
6824         * fvwm/conditional.c (direction_cmd):
6825         Some fixes, reformatting and improvements.
6827 2003-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6829         * fvwm/icons.c (Iconify):
6830         initialise icon position to +0+0 if there is neiter a picture nor a
6831         title
6833         * fvwm/functions.c (DeferExecution):
6834         action trigger fix
6836         * todo-2.6 (todo):
6837         closed some items
6839         * fvwm/update.c (apply_window_updates):
6840         fixed drawing of sticky icon titles when the stickyicon style is being
6841         set
6843 2003-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6845         * fvwm/placement.c (CMD_PlaceAgain):
6846         * fvwm/add_window.c (setup_window_placement):
6847         * fvwm/virtual.c (MapDesk):
6848         update the GNOME hints desk when changing desks; fixes placeagain with
6849         stickyicon style
6850         some placeagain fixes
6852         * fvwm/fvwm.1.in (Example):
6853         removed duplicate Iconify section
6855         * todo-2.6 (todo):
6856         closed C.11
6858         * fvwm/functable.c (func_table):
6859         * fvwm/functions.h (func_type):
6860         * fvwm/functions.c (__execute_function):
6861         (execute_complex_function):
6862         (DeferExecution):
6863         fixed a new and and old window selection bug
6865 2003-03-09  Dan Espen  <dane@mk.telcordia.com>
6867         * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
6868         detected with Purify.
6870 2003-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6872         * libs/Colorset.c (SetWindowBackgroundWithOffset):
6873         use None, not 0 for Window structures
6875         * fvwm/events.c (InitEventHandlerJumpTable):
6876         (HandleKeyRelease):
6877         (__handle_key_event):
6878         * fvwm/bindings.c (ParseBinding):
6879         (activate_binding):
6880         * libs/Bindings.h:
6881         * fvwm/fvwm.1.in:
6882         removed key release binding because they can not work reliably
6884 2003-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6886         * fvwm/functable.c (func_table):
6887         trigger on ButtonPress for many of the functions
6889         * fvwm/functions.c (__execute_function):
6890         (__execute_function):
6891         fixed conditional commands a la "Current" triggered on root window
6893 2003-03-01  Dan Espen  <dane@mk.telcordia.com>
6895         * todo-2.6: Closed B.2, C.21.
6897 2003-02-28  olicha  <olivier.chapuis@free.fr>
6899         * libs/defaults.h:
6900         * fvwm/events.c (HandleConfigureRequest):
6901         Added a workaround for application with broken max/min size hints
6902         vs a size configure request. This "fixes" floating java JToolBar.
6904         * fvwm/add_window.c (GetWindowSizeHints):
6905         Check that the max size hint is not broken relatively to the the base
6906         size hint
6908 2003-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6910         * NEWS:
6911         * configure.in:
6912         released 2.5.6, set version to 2.5.7
6914         * NEWS:
6915         * configure.in:
6916         updated for 2.5.6
6918 2003-02-26  Tony Finch  <dot@dotat.at>
6920         * fvwm/borders.c (border_draw_one_border_part):
6921         Don't draw the handle relief marks when the border is flat.
6923 2003-02-27  Mikhael Goikhman  <migo@homemail.com>
6925         * configure.in:
6926         s/fribdi_in_path/fribidi_in_path/
6928         * todo-2.6:
6929         spell checking and some reformatting
6931 2003-02-26  olicha  <olivier.chapuis@free.fr>
6933         * fvwm/borders.c (border_setup_bar_pixmaps):
6934         Fixed a miss-print which can cause a core dump
6936         * todo-2.6:
6937         Added a 2.6 TODO file
6939 2003-02-25  Dan Espen  <dane@mk.telcordia.com>
6941         * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
6942         void functioin cannot return a value.
6944 2003-02-25  olicha  <olivier.chapuis@free.fr>
6946         * configure.in:
6947         Fixed compilation warning if fribidi is in path
6949 2003-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6951         * fvwm/windowlist.c (CMD_WindowList):
6952         removed unused instruction
6954 2003-02-22  Dan Espen  <dane@mk.telcordia.com>
6956         * configure.in: Remove nested function from -Werror check.
6957         Lets configure work without gcc.
6959         * fvwm/read.h:
6960         * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
6962 2003-02-21  Dan Espen  <dane@mk.telcordia.com>
6964         * fvwm/functions.c (__run_complex_function_items): Make Break start
6965         working again.
6967 2003-02-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
6969         * fvwm/move_resize.c (get_outline_rects):
6970         (draw_move_resize_grid):
6971         initial drawing and final undrawing of wire frame no longer toggles the
6972         pixel in the top left corner of the screen
6974         * fvwm/expand.c (expand_vars):
6975         disabled warnings about one letter variables
6977 2003-02-17  Dan Espen  <dane@mk.telcordia.com>
6979         * README: Update to reflect release 2.5.x.
6980         * NEWS: Update news for FvwmPager drag fix.
6982 2003-02-15  olicha  <olivier.chapuis@free.fr>
6984         * fvwm/fvwm.1.in:
6985         Fixed a typo
6987 2003-02-13  olicha  <olivier.chapuis@free.fr>
6989         * fvwm/gnome.c (GNOME_SetClientList):
6990         Applied David Fries patch which fixes a possible crash with more
6991         than 256 windows
6992         (GNOME_SetClientList):
6993         malloc -> safemalloc
6995 2003-02-09  Dan Espen  <dane@mk.telcordia.com>
6997         * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
6998         Give the XorValue range.
7000 2003-02-08  Dan Espen  <dane@mk.telcordia.com>
7002         * fvwm/fvwm.1.in: Fully document the emulate command.
7004 2003-02-06  olicha  <olivier.chapuis@free.fr>
7006         * fvwm/borders.c (get_common_decorations):
7007         (border_get_border_background):
7009 2003-02-05  Dan Espen  <dane@mk.telcordia.com>
7011         * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7013 2003-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7015         * fvwm/menuitem.h:
7016         * fvwm/menuitem.c (menuitem_get_size):
7017         * fvwm/menus.c (calculate_item_sizes):
7018         renamed "mips" to mipst
7020         * fvwm/menuitem.c (menuitem_get_item_size):
7021         * fvwm/menus.c (_calculate_item_sizes):
7022         backed out patch from 30-Jan-2003
7024 2003-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7026         * fvwm/menuitem.h:
7027         * fvwm/menuitem.c (menuitem_get_item_size):
7028         * fvwm/menus.c (_calculate_item_sizes):
7029         functions renamed due to global name space collision with IRIX 6.5
7031 2003-01-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7033         * configure.in:
7034         added tests/hints/Makefile.am
7036 2003-01-24  Dan Espen  <dane@mk.telcordia.com>
7038         * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7040 2003-01-20  Dan Espen  <dane@mk.telcordia.com>
7042         * sample.fvwmrc/DecorWin95:
7043         * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7044         Replace a long time ago.
7046 2003-01-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7048         * fvwm/stack.c (new_layer):
7049         (collect_transients_recursive):
7050         (__restack_window):
7051         fixed Layer command
7053         * fvwm/events.c (HandleConfigureRequest):
7054         fixed placement of icons
7055         fixed size calculations of icons
7057 2003-01-18  Mikhael Goikhman  <migo@homemail.com>
7059         * fvwm/expand.c:
7060         fixed $[desk.name<n>] that was masked by $[desk.n],
7061         added $[desk.pagesx] and $[desk.pagesy]
7063 2003-01-16  Dan Espen  <dane@mk.telcordia.com>
7065         * NEWS: Update news.  Spelling fixes 2.5.x news.
7066         * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7067         its not interactive.
7069 2003-01-12  Mikhael Goikhman  <migo@homemail.com>
7071         * fvwm/functable.c:
7072         added a short description together with the commands
7074 2003-01-12  Marcus Lundblad  <ml@update.uu.se>
7076         * NEWS:
7077         Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7078         HasHandles
7080 2003-01-11  Mikhael Goikhman  <migo@homemail.com>
7082         * expand.c:
7083         * NEWS:
7084         deprecate all single letter variables, new variables are supported now
7085         $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
7086         $[desk.n], $[version.num], $[version.info], $[version.line].
7088 2003-01-07  Marcus Lundblad <ml@update.uu.se>
7090         * fvwm/style.c (style_parse_one_style_option):
7091         * fvwm/fvwm.1.in:
7092         Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
7093         DisallowMaximizeFixedSize
7095 2003-01-06  Dan Espen  <dane@mk.telcordia.com>
7097         * fvwm/fvwm.1.in: Lang check.
7099 2003-01-03  olicha  <olivier.chapuis@free.fr>
7101         * fvwm/commands.h:
7102         * INSTALL.fvwm:
7103         * fvwm/ewmh.h:
7104         * fvwm/ewmh_intern.h:
7105         * fvwm/ewmh_names.c:
7106         * fvwm/ewmh_icons.c:
7107         * fvwm/ewmh_events.c:
7108         * fvwm/ewmh_conf.c:
7109         * fvwm/ewmh.c:
7110         * fvwm/gnome.c:
7111         * fvwm/gnome.h:
7112         * fvwm/functable.c (func_table):
7113         * fvwm/fvwm.c (setVersionInfo):
7114         * acconfig.h:
7115         * configure.in:
7116         Removed GNOME and HAVE_EWMH ifdef
7118         * fvwm/fvwm.1.in:
7119         Documented UseTitleDecorRotation
7121 2003-01-03  Mikhael Goikhman  <migo@homemail.com>
7123         * fvwm/module_interface.c (MoveViewport):
7124         * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
7125         M_NEW_PAGE now has 7 arguments
7127 2003-01-02  olicha  <olivier.chapuis@free.fr>
7129         * fvwm/fvwm.1.in:
7130         Documented  the new icon style options
7132         * fvwm/fvwm.h:
7133         * fvwm/icons.h:
7134         * fvwm/icons.c (DrawIconTitleWindow):
7135         (DrawIconPixmapWindow):
7136         (setup_icon_title_size):
7137         * fvwm/style.c (style_parse_one_style_option):
7138         Fixed IconTitleRelief and IconBackgroundRelief arguments
7140         * fvwm/icons.c (GetIconPicture):
7141         (SetIconPixmapSize):
7142         Fixed IconSize style for non shaped depth > 1 pixmaps
7144 2003-01-02  Mikhael Goikhman  <migo@homemail.com>
7146         * NEWS:
7147         * fvwm/commands.h:
7148         * fvwm/conditional.c (CMD_On):
7149         * fvwm/functable.c:
7150         * fvwm/fvwm.1.in:
7151         new conditional command On for non-window related conditions
7153         * fvwm/execcontext.h:
7154         * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
7155         two new exec contexts for restarting
7157 2003-01-02  olicha  <olivier.chapuis@free.fr>
7159         * fvwm/builtins.c (ReadMultiPixmapDecor):
7160         StretchedPixmap -> AdjustedPixmap
7162         * fvwm/fvwm.1.in:
7163         Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
7164         Documented the new MultiPixmap syntax
7166 2002-12-31  Mikhael Goikhman  <migo@homemail.com>
7168         * NEWS:
7169         * fvwm/fvwm.1.in:
7170         * fvwm/builtins.c (ReadTitleButton):
7171         * fvwm/screen.h:
7172         new button state shortcuts AllActiveUp, AllActiveDown,
7173         AllInactiveUp, AllInactiveDown
7175 2002-12-31  olicha  <olivier.chapuis@free.fr>
7177         * libs/PictureGraphics.c (PCopyArea):
7178         Fixed rendering of depth 1 pixmap with a mask
7180         * fvwm/update.c (apply_window_updates):
7181         Fixed icon bg cset update
7183         * fvwm/events.c (HandlePropertyNotify):
7184         * fvwm/geometry.c (move_icon_to_position):
7185         Fixed non shaped icons with a bg padding but without cs bg
7187         * NEWS:
7188         * fvwm/style.c (style_parse_icon_size_style):
7189         (merge_styles):
7190         * fvwm/fvwm.h (window_style):
7191         * fvwm/add_window.c (setup_icon_size_limits):
7192         * fvwm/icons.c (SetIconPixmapSize):
7193         (GetIconPicture):
7194         New option to IconSize style: Adjusted, Streched, Shrunk
7196         * fvwm/icons.c (SetIconPixmapSize):
7197         (GetIconPicture):
7198         Always center the icon with IconSize if the icon has a background
7200 2002-12-30  Mikhael Goikhman  <migo@homemail.com>
7202         * configure.in:
7203         FvwmWindowMenu renaming; compact long diagnostics into half of line
7205         * NEWS:
7206         documeted and corrected new features
7208         * fvwm/fvwm.1.in:
7209         removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
7210         since these are the only way currently to create themes
7212         * fvwm/fvwm.c:
7213         small reformatting
7215 2002-12-30  olicha  <olivier.chapuis@free.fr>
7217         * NEWS:
7218         * fvwm/icons.c (setup_icon_title_size):
7219         (set_icon_pixmap_background):
7220         (CreateIconWindow):
7221         (DrawIconTitleWindow):
7222         (DrawIconPixmapWindow):
7223         (DrawIconWindow):
7224         (ChangeIconPixmap):
7225         (RedoIconName):
7226         * fvwm/events.c (HandleEnterNotify):
7227         (HandleExpose):
7228         (HandleLeaveNotify):
7229         (HandlePropertyNotify):
7230         * fvwm/borders.c (border_draw_decorations):
7231         * fvwm/default.h:
7232         * fvwm/fvwm.h:
7233         * fvwm/add_window.c (setup_icon_background_parameters):
7234         (setup_icon_title_parameters):
7235         (setup_style_and_decor):
7236         (setup_icon_font):
7237         * fvwm/geometry.c (move_icon_to_position):
7238         * fvwm/style.h:
7239         * fvwm/style.c (check_window_style_change):
7240         (update_style_colorset):
7241         (update_icon_title_cs_style):
7242         (update_icon_title_cs_hi_style):
7243         (update_icon_background_cs_style):
7244         (merge_styles):
7245         * fvwm/update.h:
7246         * fvwm/update.c (apply_window_updates):
7247         New style options IconBackgroundColorset, IconTitleColorset,
7248         HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
7249         and IconBackgroundPadding
7251 2002-12-28  Mikhael Goikhman  <migo@homemail.com>
7253         * libs/FShm.h:
7254         fixed compilation without XShm
7256         * fvwm/borders.c (border_rotate_titlebar_descr):
7257         fixed warning: deprecated use of label at end of compound statement
7259 2002-12-27  olicha  <olivier.chapuis@free.fr>
7261         * fvwm/ConfigFvwmDefaults:
7262         UseTitleDecorRotation is a default
7264         * libs/Graphics.c (do_relieve_rectangle_with_rotation):
7265         (do_relieve_rectangle):
7266         * libs/fvwmlib.h:
7267         * fvwm/borders.c (border_draw_title_stick_lines):
7268         (border_create_root_transparent_pixmap):
7269         (border_mp_render_into_pixmap):
7270         (border_draw_decor_to_pixmap):
7271         (border_mp_render_into_pixmap):
7272         (border_mp_get_titlebar_descr):
7273         (border_mp_draw_mp_titlebar):
7274         (border_draw_decor_to_pixmap):
7275         (border_set_button_pixmap):
7276         (border_get_titlebar_draw_descr):
7277         (border_set_title_pixmap):
7278         (border_rotate_titlebar_descr):
7279         (border_get_titlebar_descr):
7280         Completed UseTitleDecorRotation
7282 2002-12-26  olicha  <olivier.chapuis@free.fr>
7284         * fvwm/update.c (apply_window_updates):
7285         * fvwm/frame.c (frame_get_titlebar_dimensions):
7286         (frame_set_decor_gravities):
7287         * fvwm/borders.c (border_set_button_pixmap):
7288         (border_get_titlebar_descr):
7289         (border_draw_one_button):
7290         Buttons order follows the title text rotations.
7291         More UseTitleDecorRotation preparation
7293         * fvwm/borders.c (border_draw_decor_to_pixmap):
7294         Fixed SolidButton
7296 2002-12-24  olicha  <olivier.chapuis@free.fr>
7298         * fvwm/borders.c (border_mp_render_into_pixmap):
7299         (border_fill_pixmap_background):
7300         Some borders drawing fixes
7302         * libs/Graphics.c (CreateRotatedPixmap):
7303         * fvwm/geometry.c (get_title_font_size_and_offset):
7304         * fvwm/update.c (apply_window_updates):
7305         * fvwm/borders.c (border_set_button_pixmap):
7306         (border_get_titlebar_draw_descr):
7307         (border_draw_title):
7308         (border_rotate_titlebar_descr):
7309         (border_get_titlebar_descr):
7310         More UseTitleDecorRotation preparation
7312 2002-12-22  Dan Espen  <dane@mk.telcordia.com>
7314         * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
7315         so we won't get so many application bugs report to fvwm-workers.
7317         * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
7319 2002-12-21  Marcus Lundblad <ml@update.uu.se>
7321         * fvwm/style.c (style_parse_one_style_option):
7322         * fvwm/style.h:
7323         * fvwm/fvwm.h:
7324         * fvwm/window_flags:
7325         * fvwm/decorations.c (is_function_allowed,
7326                               __is_resize_allowed):
7327         Added styles Closable, Iconifiable, Maximizable and
7328         AllowMaximizeFixedSize
7329         * fvwm/conditional.c (MatchesConditionMask,
7330                               CreateConditionMask):
7331         Added conditionals Closable,Iconifiable and Maximizable
7332         * fvwm/fvwm.1.in:
7333         Documented styles Closable, Iconifiable, Maximizable and
7334         AllowMaximizeFixedSize and conditionals
7335         Closable,Iconifiable and Maximizable
7337 2002-12-20  olicha  <olivier.chapuis@free.fr>
7339         * fvwm/window_flags.h:
7340         * fvwm/update.h:
7341         * fvwm/update.c (apply_window_updates):
7342         * fvwm/style.h:
7343         * fvwm/style.c (style_parse_one_style_option):
7344         * fvwm/fvwm.h:
7345         UseTitleDecorRotation style preparation
7347         * fvwm/fvwm.c (main):
7348         Use best TrueColor visual
7350         * fvwm/borders.c (border_get_border_gcs):
7351         Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
7352         window which may have a depth != Pdepth
7354         * fvwm/menus.c (paint_side_pic):
7355         * fvwm/menuitem.c (menuitem_paint):
7356         * fvwm/icons.c (DrawIconPixmapWindow):
7357         * fvwm/colorset.c (parse_colorset):
7358         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
7359         Used Scr.AlphaGC
7361 2002-12-19  olicha  <olivier.chapuis@free.fr>
7363         * libs/Graphics.c (CreateRotatedPixmap):
7364         * libs/fvwmlib.h:
7365         New interface function CreateRotatedPixmap
7367         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
7368         (PImageLoadXpm):
7369         * libs/PictureGraphics.c (PCreateRenderPixmap):
7370         (PCreateDitherPixmap):
7371         * libs/Graphics.c (CreateGradientPixmap):
7372         (CreateRotatedPixmap):
7373         * acconfig.h:
7374         * configure.in:
7375         * libs/FShm.h (new file):
7376         * libs/FImage.h (new file):
7377         * libs/FImage.c (new file):
7378         * libs/Makefile.am:
7379         * fvwm/fvwm.c (setVersionInfo):
7380         Added MIT Shared Memory Extension for XImage
7382         * NEWS:
7383         Some news
7385         * fvwm/screen.h:
7386         * fvwm/builtins.c (ReadDecorFace):
7387         (FreeDecorFace):
7388         * fvwm/borders.c (border_draw_decor_to_pixmap):
7389         (border_fill_pixmap_background):
7390         AdjustedPixmap, StretchedPixmap and ShrunkPixmap
7392 2002-12-17  Mikhael Goikhman  <migo@homemail.com>
7394         * libs/FBidiJoin.c:
7395         shape-and-join fixes from Nadim Shaikli (slightly modified)
7397 2002-12-16  olicha  <olivier.chapuis@free.fr>
7399         * libs/PictureGraphics.h:
7400         * libs/PictureGraphics.c (PTileRectangle):
7401         (PGraphicsCreateTiledPicture):
7402         * libs/Graphics.c (CreateTiledPixmap):
7403         New interface function: PGraphicsCreateTiledPicture
7405         * fvwm/screen.h:
7406         * fvwm/fvwm.c (CreateGCs):
7407         Added a global (Scr) alpha GC
7409         * configure.in:
7410         * fvwm/screen.h:
7411         * fvwm/builtins.c (ReadMultiPixmapDecor):
7412         (update_decorface_colorset):
7413         (FreeDecorFace):
7414         * fvwm/borders.c (border_get_tb_parts_to_draw):
7415         (border_fill_pixmap_background):
7416         (border_setup_bar_pixmaps):
7417         (border_get_bar_pixmaps):
7418         (border_free_bar_pixmaps):
7419         (border_mp_render_into_pixmap):
7420         (border_mp_get_length):
7421         (border_mp_get_titlebar_descr):
7422         (border_mp_get_geometry):
7423         (border_mp_get_use_title_style_parts_and_geometry):
7424         (border_mp_draw_mp_titlebar):
7425         (border_draw_decor_to_pixmap):
7426         (border_draw_title_deep):
7427         (border_get_titlebar_draw_descr):
7428         (border_setup_use_title_style):
7429         (border_get_titlebar_descr_state):
7430         (border_get_titlebar_descr):
7431         (border_get_transparent_decorations_part):
7432         (border_draw_title_stick_lines):
7433         MultiPixmap can use Colorset and Solid color. Various others minor
7434         improvement in MultiPixmap. "Merge" the MultiPixmap code into the
7435         "main" drawing code and remove the #ifdef.
7436         New option to ButtonStyle and TitleStyle: StretchedPixmap.
7437         Use the new Scr.AlphaGC.
7439 2002-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7441         * fvwm/add_window.c (validate_transientfor):
7442         do not ignore transientfor hint for iconified windows
7444 2002-12-12  Jason Weber <baboon@imonk.com>
7446         * fvwm/fvwm.1.in:
7447         * fvwm/conditional.c (CMD_ScanForWindow):
7448         * fvwm/commands.h:
7449         * fvwm/functable.c:
7450         rename ScanWindow to ScanForWindow
7452 2002-12-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7454         * fvwm/menuitem.c (menuitem_paint):
7455         * fvwm/colorset.c (parse_colorset):
7456         * fvwm/icons.c (DrawIconPixmapWindow):
7457         * fvwm/focus.c (_SetFocusWindow):
7458         (_ReturnFocusWindow):
7459         (_DeleteFocus):
7460         (_ForceDeleteFocus):
7461         (__activate_window_by_command):
7462         patches to prevent UMR messages in memory debuggers
7464 2002-12-11  Jason Weber <baboon@imonk.com>
7466         * fvwm/fvwm.1.in: Added ScanWindow
7468         * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
7469         * fvwm/commands.h:
7470         * fvwm/functable.c:
7471         Generalized CMD_Direction into direction_cmd.
7472         Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
7473         Replace Cycle prefix with secondary direction argument.
7475 2002-12-10  Dan Espen  <dane@mk.telcordia.com>
7477         * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
7479 2002-12-05  Marcus Lundblad <ml@update.uu.se>
7480         * fvwm/conditional.c (CreateConditionMask):
7481         Implemented conditional "FixedSize" and "HasHandles"
7482         * fvwm/fvwm.1.in
7483         Documented conditional options "FixedSize" and "HasHandles".
7485 2002-12-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7487         * fvwm/placement.c (PlaceWindow):
7488         fixed StickyAcrossDesks w/ StartsOnPage
7490         * fvwm/functable.c:
7491         * fvwm/commands.h:
7492         * fvwm/ewmh_conf.c (set_state_workaround):
7493         * fvwm/update.c (apply_window_updates):
7494         * fvwm/windowlist.c (CMD_WindowList):
7495         * fvwm/ewmh_events.c (ewmh_WMDesktop):
7496         (ewmh_WMStateSticky):
7497         * fvwm/conditional.c (CreateConditionMask):
7498         * fvwm/gnome.c (GNOME_SetHints):
7499         (GNOME_GetStyle):
7500         (GNOME_HandlePropRequest):
7501         * fvwm/placement.c (SmartPlacement):
7502         (get_next_x):
7503         (get_next_y):
7504         (test_fit):
7505         (PlaceWindow):
7506         * fvwm/session.c (SaveWindowStates):
7507         (MatchWinToSM):
7508         (MatchWinToSM):
7509         * fvwm/ewmh.c (check_desk):
7510         (EWMH_SetWMDesktop):
7511         (ewmh_ComputeAndSetWorkArea):
7512         (ewmh_HandleDynamicWorkArea):
7513         (ewmh_HandleDesktop):
7514         (ewmh_HandleDock):
7515         (ewmh_HandleMenu):
7516         (ewmh_HandleToolBar):
7517         * fvwm/virtual.c (UnmapDesk):
7518         (MapDesk):
7519         (MoveViewport):
7520         (do_move_window_to_desk):
7521         * fvwm/icons.c (setup_icon_title_size):
7522         (DrawIconTitleWindow):
7523         (AutoPlaceIcon):
7524         (Iconify):
7525         * fvwm/borders.c (is_button_toggled):
7526         (get_common_decorations):
7527         (border_draw_title_stick_lines):
7528         * fvwm/add_window.c (AddWindow):
7529         * fvwm/move_resize.c (__move_window):
7530         (__move_window):
7531         (is_window_sticky_across_pages):
7532         (is_window_sticky_across_desks):
7533         (MaximizeHeight):
7534         (MaximizeWidth):
7535         (stick_page):
7536         (stick_desk):
7537         (CMD_Stick):
7538         (CMD_StickAcrossPages):
7539         (CMD_StickAcrossDesks):
7540         (stick_across_pages):
7541         (stick_across_desks):
7542         (handle_stick_across_desks):
7543         (handle_stick_across_pages):
7544         (handle_stick):
7545         * fvwm/fvwm.h (struct):
7546         * fvwm/style.c (style_parse_one_style_option):
7547         (check_window_style_change):
7548         * fvwm/style.h:
7549         * fvwm/window_flags.h:
7550         renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
7551         StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
7552         everywhere
7554         * fvwm/focus.c (CMD_Focus):
7555         (CMD_FlipFocus):
7556         (__activate_window_by_command):
7557         (__update_windowlist):
7558         (__set_focus_to_fwin):
7559         (_SetFocusWindow):
7560         (_ReturnFocusWindow):
7561         (_DeleteFocus):
7562         (_ForceDeleteFocus):
7563         fixed window list order with FlipFocus command
7565 2002-12-08  Mikhael Goikhman  <migo@homemail.com>
7567         * AUTHORS:
7568         * NEWS:
7569         document bidi entry undocumented in 2.5.5
7571 2002-12-06  olicha  <olivier.chapuis@free.fr>
7573         * acinclude.m4:
7574         Fixed the "detection" of the LINGUAS variable
7576         * configure.in:
7577         Added ar to ALL_LINGUAS
7580 2002-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7582         * fvwm/move_resize.c (__resize_window):
7583         fixed handling of MontionNotify and PropertyNotify events
7585 2002-12-03  olicha  <olivier.chapuis@free.fr>
7587         * fvwm/borders.c (border_draw_decor_to_pixmap):
7588         (border_get_border_background):
7589         (get_common_decorations):
7590         BorderGC cleanup
7592         * fvwm/builtins.c (CMD_PrintInfo):
7593         New subject nls to PrintInfo
7595         * libs/FGettext.c (*):
7596         New command FlocalePath
7598 2002-12-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7600         * NEWS:
7601         * configure.in:
7602         changed version to 2.5.6
7604         * NEWS:
7605         * configure.in:
7606         updated for 2.5.5
7608 2002-12-02  olicha  <olivier.chapuis@free.fr>
7610         * libs/FRenderInit.c (FRenderInit):
7611         Fixed alpha depth if !XRenderSupport
7613         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
7614         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
7615         (PImageLoadPng):
7616         * libs/PictureImageLoader.h:
7617         Fixed image loading on bigedian machine
7619 2002-12-01  Mikhael Goikhman  <migo@homemail.com>
7621         * libs/FBidi.c (FBidiConvert):
7622         several small changes
7623         * libs/FBidiJoin.c (shape_n_join):
7624         enabled a new bidi shaping code
7626 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7628         * fvwm/frame.c (frame_restore_client_gravities):
7629         (frame_free_move_resize_args):
7630         fixed a redrawing problem after shading a window
7632 2002-11-29  olicha  <olivier.chapuis@free.fr>
7634         * acinclude.m4:
7635         Defined AM_PATH_PROG_WITH_TEST and re-enable it
7637         * configure.in:
7638         * Makefile.am:
7639         Fixed two missprints
7641 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7643         * fvwm/bindings.c (ParseBinding):
7644         fix for stroke-less compile
7646 2002-11-29  olicha  <olivier.chapuis@free.fr>
7648         * fvwm/commands.h (enum):
7649         * fvwm/functable.c (func_table):
7650         * fvwm/builtins.c (CMD_LocalePath):
7651         * libs/FGettext.c (FGettextSetLocalePath):
7652         * libs/FGettext.h:
7653         Preparation for LocalePath command
7655         * fvwm/screen.h (ScreenInfo):
7656         * fvwm/fvwm.c (CreateGCs):
7657         Rename Scr.TileGC to Scr.BordersGC
7659         * acinclude.m4:
7660         A libintl autoconf fix
7662         * libs/Colorset.c (CreateBackgroundPixmap):
7663         Do not grab the server when we dump the E setroot pixmap
7665 2002-11-29  olicha  <olivier.chapuis@free.fr>
7667         * acconfig.h:
7668         * fvwm/Makefile.am:
7669         * Makefile.am:
7670         * configure.in:
7671         * acinclude.m4:
7672         Added NLS support with gnu gettext
7674         * fvwm/fvwm.c (main):
7675         FGettextInit
7677         * fvwm/expand.c (expand_vars_extended):
7678         New extanded variable $[gt.any_string]
7680         * fvwm/virtual.c (CMD_DesktopName):
7681         * fvwm/windowlist.c (get_desk_title):
7682         * fvwm/expand.c (expand_vars_extended):
7683         * fvwm/fvwm.c (SetRCDefaults):
7684         * fvwm/ConfigFvwmSetup:
7685         Mark some strings to be translated
7687         * libs/FGettext.c (new file):
7688         * libs/FGettext.c (new file):
7689         * libs/Makefile.am:
7690         gnu gettext libintl warper
7692 2002-11-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7694         * fvwm/add_window.c (RestoreWithdrawnLocation):
7695         rixed rxvts with S/E gravity travelling off screen upon recapture after
7696         they were resized.
7698         * fvwm/events.c (__handle_key_event):
7699         * fvwm/bindings.c (activate_binding):
7700         (__rebind_global_key):
7701         fixed unbinding pointerkey bindings removing the grab for this key
7702         completely
7704         * fvwm/events.c (__is_bpress_window_handled):
7705         fixed click on override redirect windows being handled by the root
7706         window
7708         * fvwm/misc.c (GrabEm):
7709         confine the pointer to the root window when grabbed
7711         * fvwm/events.c (HandleUnmapNotify):
7712         fixed reparenting problem with restarts from desks != 0
7714 2002-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7716         * fvwm/events.c:
7717         removed experimental code
7719 2002-11-28  olicha  <olivier.chapuis@free.fr>
7721         * fvwm/borders.c (border_get_border_background):
7722         (border_draw_decor_to_pixmap):
7723         (border_fill_pixmap_background):
7724         Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
7725         soon.
7727 2002-11-26  Mikhael Goikhman  <migo@homemail.com>
7729         * fvwm/fvwm.c (InitVariables):
7730         fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
7731         of 100%
7732         * fvwm/virtual.c (CMD_EdgeScroll):
7733         minor spacing
7735         * fvwm/ConfigFvwmDefaults:
7736         do not include empty ConfigFvwmProxyDefaults, added one binding
7738 2002-11-26  olicha  <olivier.chapuis@free.fr>
7740         * libs/Colorset.c (CreateBackgroundPixmap):
7741         * fvwm/colorset.c (parse_colorset):
7742         Be more safe with the E root pixmap
7744 2002-11-25  olicha  <olivier.chapuis@free.fr>
7746         * fvwm/move_resize.c (__move_loop):
7747         Redraw the transparent decoration parts when a move is abored
7749         * fvwm/colorset.c (parse_colorset):
7750         Fixed the fgsh Colorset colors when the Image change but not the bg
7752 2002-11-24  Jason Weber  <baboon@imonk.com>
7754         * fvwm/conditional.c (CMD_Direction):
7755         Extended Direction to allow CycleWest, CycleEast, etc that guarantees
7756         eventual traversal of all windows over repeated calls.  It also cycles
7757         back to the opposite extent when it hits the limit in the given
7758         direction.
7760 2002-11-22  olicha  <olivier.chapuis@free.fr>
7762         * fvwm/borders.h:
7763         * fvwm/borders.c (get_common_decorations):
7764         (border_get_parts_and_pos_to_draw):
7765         (border_get_changed_border_parts):
7766         (border_get_frame_pixmap, new):
7767         (border_get_border_background):
7768         (border_draw_one_border_part):
7769         (border_draw_decorations):
7770         (border_get_tb_parts_to_draw):
7771         (border_fill_pixmap_background):
7772         (border_get_titlebar_descr_state, new):
7773         (border_draw_titlebar):
7774         (border_setup_bar_pixmaps, new):
7775         (border_get_bar_pixmaps, new):
7776         (border_free_bar_pixmaps, new):
7777         (border_setup_use_title_style, new):
7778         (border_set_button_pixmap):
7779         (border_set_title_pixmap):
7780         (border_draw_one_button):
7781         (border_set_button_pixmap):
7782         (border_draw_title_deep):
7783         (border_get_transparent_decorations_part, new):
7784         Title, Border and Buttons Style Colorset Option: Drawing
7786         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
7787         (__move_window):
7788         (__move_loop):
7789         * fvwm/frame.c (__frame_setup_window):
7790         (frame_has_handles_and_tiled_border):
7791         (frame_create_move_resize_args):
7792         (frame_free_move_resize_args):
7793         Title, Border and Buttons Style Colorset Option: External drawing
7794         stuff. Basically additional redrawing for RootTransparent
7796         * fvwm/builtins.c (update_decorface_colorset, new):
7797         (update_titlebutton_colorset, new):
7798         (update_decors_colorset, new):
7799         (update_fvwm_colorset):
7800         Title, Border and Buttons Style Colorset Option: Dynamic updating
7802         * fvwm/screen.h:
7803         * fvwm/builtins.c (ReadDecorFace):
7804         Title, Border and Buttons Style Colorset Option: Configuration
7806         * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
7807         * libs/Colorset.h:
7808         Title, Border and Buttons Style Colorset Option: Convinent macros and
7809         function
7811 2002-11-18  Dan Espen  <dane@mk.telcordia.com>
7813         * libs/Makefile.am: Add missing Bindings.h.
7815 2002-11-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7817         * fvwm/move_resize.c (__move_loop):
7818         send M_CONFIGURE_WINDOW only when the window actually moves
7820 2002-11-16  Mikhael Goikhman  <migo@homemail.com>
7822         * libs/FBidi.c:
7823         * libs/FBidi.h:
7824         * libs/FBidiJoin.c:
7825         * libs/FBidiJoin.h:
7826         * libs/Makefile.am:
7827         incorporated a shape-and-join bidi functionality from Nadim Shaikli
7828         with minor improvements; it is disabled for now (#if 0) since
7829         some Arabic chars cause core dump
7831 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7833         * fvwm/fvwm.1.in (Examples):
7834         added documentation of Icon option for PlaceAgain command
7836         * fvwm/events.c (__handle_key_event):
7837         fixed global key binding problem
7839 2002-11-15  olicha  <olivier.chapuis@free.fr>
7841         * libs/Bindings.c (MatchBindingExactly):
7842         (__compare_binding):
7843         compile fixes w/o stroke lib
7845         * NEWS:
7846         * fvwm/geometry.c (get_title_font_size_and_offset):
7847         * fvwm/builtins.c (do_title_style):
7848         New MinHeight option to TitleStyle
7850 2002-11-15  olicha  <olivier.chapuis@free.fr>
7852         * fvwm/builtins.c (update_fvwm_colorset):
7853         (CMD_Colorset):
7854         (do_title_style):
7856         * fvwm/builtins.h:
7857         * fvwm/colorset.c (update_root_transparent_colorset):
7858         Fixed update of the RootTransparent colorset in fvwm
7860 2002-11-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7862         * libs/Bindings.c (__compare_binding):
7863         (MatchBindingExactly):
7864         compoile fixes w/o stroke lib
7866 2002-11-14  olicha  <olivier.chapuis@free.fr>
7868         * fvwm/fvwm.1.in:
7869         * INSTALL.fvwm:
7870         * NEWS
7871         Removed any reference on "xft and flickering"
7873 2002-11-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7875         * fvwm/eventmask.h (XEVMASK_ICONW):
7876         * fvwm/events.c (HandleKeyRelease):
7877         (HandleKeyPress):
7878         (__handle_key_event):
7879         * fvwm/bindings.c (ParseBinding):
7880         (activate_binding):
7881         * libs/Bindings.h (enum):
7882         implemented key release bindings; prefix the key name with a '-';
7883         does not work well with some applications
7885 2002-11-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7887         * libs/Bindings.h:
7888         new file
7890         * fvwm/bindings.c (ParseBinding):
7891         (binding_cmd):
7892         (activate_binding):
7893         (bind_get_bound_button_contexts):
7894         (ParseBinding):
7895         (CMD_Stroke):
7896         (CMD_Mouse):
7897         (CMD_PointerKey):
7898         (CMD_Key):
7899         (RemoveMatchingBinding):
7900         (AddBinding):
7901         (AreBindingsEqual):
7902         (GrabWindowKey):
7903         (GrabWindowButton):
7904         (GrabAllWindowKeysAndButtons):
7905         * fvwm/module_interface.c (CMD_ModuleSynchronous):
7906         * fvwm/events.c (__handle_bpress_on_root):
7907         (__handle_bpress_on_managed):
7908         (HandleButtonRelease):
7909         * fvwm/builtins.c (CMD_Wait):
7910         (CMD_StrokeFunc):
7911         * libs/fvwmlib.h (enum):
7912         fixed Key vs. PointerKey with "A"ny context
7914 2002-11-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7916         * fvwm/icons.c (Iconify):
7917         icon placement safety patch
7918         (CreateIconWindow):
7919         fixed initial position of application provided icon windows
7921         * fvwm/session.c (LoadWindowStates):
7922         fixed parsing of strings beginning with whitespace in session file
7924         * fvwm/fvwm.1.in (Note):
7925         * fvwm/style.c (style_set_old_focus_policy):
7926         * libs/defaults.h (DEF_FP_MODIFIERS):
7927         set default modifiers for raising/focusing to N again
7929 2002-11-11  olicha  <olivier.chapuis@free.fr>
7931         * fvwm/fvwm.1.in:
7932         * fvwm/fvwm.c (main):
7933         (usage):
7934         named-palette -> visual-palette, -N -> -P
7936 2002-11-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7938         * fvwm/ConfigFvwmDefaults:
7939         include ConfigFvwmProxyDefaults
7941         * fvwm/fvwm.c (usage):
7942         polished usage message
7944 2002-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7946         * fvwm/fvwm.c (usage):
7947         (main):
7948         cleaned up usage and error messages
7949         use short option names in usage message an man page synopsis
7950         all options are case sensitive
7951         do not mention the "-" style long options in the man page; instead use
7952         the "--" style
7954         * fvwm/add_window.c (setup_frame_window):
7955         * fvwm/events.c (HandleMapNotify):
7956         * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
7957         fixed empty decorations after recapture
7959         * fvwm/geometry.c (get_icon_geometry):
7960         * fvwm/icons.c (clear_icon):
7961         fixed icon jumping to 0 0 when the icon layout changes after the icon
7962         has been moved manually
7964         * fvwm/move_resize.c (__move_icon):
7965         fixed MoveToPage with icons
7967 2002-11-09  olicha  <olivier.chapuis@free.fr>
7969         * libs/Fft.c (FftGetRotatedFont):
7970         (FftGetFont):
7971         * libs/Fft.h:
7972         Check the return result of FftPatternGetMatrix
7974         * libs/Flocale.h:
7975         * libs/PictureBase.h:
7976         Added two macro
7978 2002-11-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
7980         * fvwm/ewmh_conf.c (set_state_workaround):
7981         * fvwm/functable.c (func_table):
7982         * fvwm/update.c (apply_window_updates):
7983         * fvwm/windowlist.c (CMD_WindowList):
7984         * fvwm/ewmh_events.c (ewmh_WMDesktop):
7985         (ewmh_WMStateSticky):
7986         * fvwm/conditional.c (CreateConditionMask):
7987         (CreateConditionMask):
7988         * fvwm/gnome.c (GNOME_SetHints):
7989         (GNOME_GetStyle):
7990         (GNOME_HandlePropRequest):
7991         * fvwm/placement.c (SmartPlacement):
7992         (get_next_x):
7993         (test_fit):
7994         (get_next_y):
7995         (PlaceWindow):
7996         * fvwm/session.c (SaveWindowStates):
7997         (MatchWinToSM):
7998         * fvwm/ewmh.c (check_desk):
7999         (EWMH_SetWMDesktop):
8000         (ewmh_ComputeAndSetWorkArea):
8001         (ewmh_HandleDynamicWorkArea):
8002         (ewmh_HandleDesktop):
8003         (ewmh_HandleDock):
8004         (ewmh_HandleMenu):
8005         (ewmh_HandleToolBar):
8006         * fvwm/virtual.c (UnmapDesk):
8007         (MapDesk):
8008         (MoveViewport):
8009         (MoveViewport):
8010         (do_move_window_to_desk):
8011         * fvwm/icons.c (setup_icon_title_size):
8012         (DrawIconTitleWindow):
8013         (AutoPlaceIcon):
8014         (Iconify):
8015         * fvwm/borders.c (is_button_toggled):
8016         (get_common_decorations):
8017         (border_draw_title_stick_lines):
8018         * fvwm/add_window.c (AddWindow):
8019         * fvwm/move_resize.c (__move_window):
8020         (is_window_sticky_on_page):
8021         (is_window_sticky_on_desk):
8022         (MaximizeWidth):
8023         (MaximizeHeight):
8024         (stick_page):
8025         (stick_desk):
8026         (handle_stick):
8027         (handle_stick_page):
8028         (handle_stick_desk):
8029         (__handle_stick_exit):
8030         (CMD_StickDesk):
8031         (CMD_StickPage):
8032         * fvwm/style.c (style_parse_one_style_option):
8033         (check_window_style_change):
8034         * fvwm/style.h:
8035         * fvwm/fvwm.h:
8036         New Style options stickypage and stickydesk
8037         New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8038         StickyDesk, OnlyStickyPage, OnlyStickyDesk
8039         New conditions StickyPage and StickyDesk
8040         New commands StickPage and StickDesk
8042         * fvwm/move_resize.c (__move_window):
8043         do not unstick a window when using MoveToScreen
8045         * fvwm/ewmh_conf.c:
8046         reindented
8048         * fvwm/commands.h:
8049         * fvwm/functable.c (func_table):
8050         * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8051         renamed EWMHBaseStrut to EwmhBaseStruts
8053         * fvwm/style.c (style_set_old_focus_policy):
8054         SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8055         (style_parse_one_style_option):
8056         renamed "Border" style to "Borders"
8057         removed "NoBorder" style; use !Borders instead
8058         renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8059         renamed PlacmentOverlapPercentPenalties to
8060         MinOverlapPercentPlacementPenalties
8062         * fvwm/fvwm.1.in:
8063         * NEWS:
8064         corrected typo
8066         * libs/Fft.c:
8067         Fixed compiler warnings
8069 2002-11-09  Mikhael Goikhman  <migo@homemail.com>
8071         * configure.in:
8072         autogenerate FvwmWindowLister files
8074         * fvwm/fvwm.1.in:
8075         mention fvwm-menu-directory and fvwm-menu-desktop as examples
8076         of MissingSubmenuFunction and DynamicPopupAction
8078 2002-11-08  olicha  <olivier.chapuis@free.fr>
8080         * libs/PictureUtils.c (alloc_color_proportion):
8081         (alloc_color_proportion_dither):
8082         (alloc_color_proportion_grey):
8083         (alloc_color_x):
8084         (free_colors_in_table):
8085         (free_colors_x):
8086         (init_static_colors_table):
8087         (PictureFreeColors):
8088         (PictureInitColors):
8089         (PicturePrintColorInfo):
8090         Fixed StaticColor visual. Rename some of the color allocators. Clean up
8091         free colors stuff
8093 2002-11-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8095         * fvwm/move_resize.c (__move_window):
8096         ignore MoveToPage with sticky windows
8098         * fvwm/conditional.c (Circulate):
8099         (circulate_cmd):
8100         Next and Prev commands begin looking at the context window, if any
8102         * fvwm/focus.c (__focus_grab_buttons):
8103         fixed initial button grabbing on client window
8105         * fvwm/stack.c (BroadcastRestack):
8106         split long packets, fixed a bug and cleaned up
8108         * libs/Module.c (ReadFvwmPacket):
8109         ignore packets that are too long
8111         * fvwm/fvwm.1.in:
8112         document PopupDelay and PopdownDelay defaults
8114 2002-11-06  olicha  <olivier.chapuis@free.fr>
8116         * libs/Fft.c (FftGetFont):
8117         (FftGetRotatedFont):
8118         Use a more perfectioned method for loading font with Xft/Fc. This
8119         method allows sanity check. Preserve the matrix when rotating
8120         Xft/Fc fonts.
8122         * libs/Flocale.c (FlocaleGetMinOffset):
8123         (FlocaleRotateDrawString):
8124         (FlocaleGetFontSet):
8125         (FlocaleGetFont):
8126         * libs/Fft.c (FftDrawString):
8127         (FftGetFont):
8128         * libs/FftInterface.h:
8129         * fvwm/geometry.c (get_title_font_size_and_offset):
8130         Move the computation of the good "y" for drawing text into Flocale.
8131         Use the max ascent, descent and height for font metric (in the place
8132         of the min's one).
8134         * libs/Flocale.c (FlocalePrintLocaleInfo):
8135         * libs/Flocale.h:
8136         * libs/Fft.c (FftPrintPatternInfo):
8137         * libs/Fft.h:
8138         * fvwm/builtins.c (CMD_PrintInfo):
8139         * NEWS:
8140         * fvwm.1.in:
8141         New option "Locale" to PrintInfo Command
8143 2002-11-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8145         * fvwm/events.c (HandleExpose):
8146         removed no-op
8148 2002-11-04  Dan Espen  <dane@mk.telcordia.com>
8150         * fvwm/fvwm.1.in: colour -> color
8151         Language check.
8153 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8155         * fvwm/fvwm.1.in:
8156         * fvwm/fvwm.c (usage):
8157         (main):
8158         pallet -> palette
8160 2002-11-04  olicha  <olivier.chapuis@free.fr>
8162         * configure.in:
8163         Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
8165         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8166         (finish_ct_init):
8167         (PictureFreeColors):
8168         (PicturePrintColorInfo):
8169         Trace colours allocation out of the pallet in depth <= 8. Better
8170         information on coulours
8172         * libs/Fft.c (FftGetRotatedFont):
8173         * libs/Fft.h:
8174         Fixed rotated font when the original font has a matrix
8176         * libs/PictureBase.c (PictureInitCMapRoot):
8177         * libs/PictureUtils.h:
8178         * libs/PictureUtils.c (PictureInitColors):
8179         (PictureAllocColorTable):
8180         * libs/PictureBase.h (PictureColorLimitOption):
8181         * fvwm/fvwm.c (main):
8182         * fvwm/fvwm.1.in
8183         New options -strict-color-limit, -allocate-pallet, -static-pallet,
8184         -named-pallet. -color-limit now take only integer argument.
8187 2002-11-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8189         * libs/Module.h (struct):
8190         new type FvwmWinPacketBodyHeader to access the standard fields in a
8191         packet with a window
8193 2002-11-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8195         * NEWS:
8196         updated for 2.4.13
8198         * fvwm/functable.c (func_table):
8199         * fvwm/commands.h:
8200         * fvwm/style.c (style_parse_one_style_option):
8201         (parse_and_set_window_style):
8202         (__style_command):
8203         (CMD_Style):
8204         (CMD_FocusStyle):
8205         added a new command FocusStyle as a shorthand for
8206         "Style * FP..., FP..."
8208         * fvwm/builtins.c (__parse_vector_line_one_coord):
8209         (__parse_vector_line):
8210         (ReadDecorFace):
8211         split vector line parsing into sub functions
8212         (FreeDecorFace):
8213         fixed core dump in vector button offset patch
8215 2002-11-01  Marcus Lundblad <ml@update.uu.se>
8217         * fvwm/screen.h (vector_coords):
8218         added fields for offsets
8219         * fvwm/builtins.c (ReadDecorFace):
8220         rewrote parser for vector definitions to accept optional offsets
8221         * fvwm/fvwm.c (LoadDefaultLeftButton):
8222         (LoadDefaultRightButton)
8223         set default values for offsets
8224         * fvwm/borders.c (border_draw_vector_to_pixmap):
8225         updated XDrawLine call to take offsets into account
8226         * fvwm/fvwm.1.in:
8227         documented new options for vector offsets
8229 2002-11-01  olicha  <olivier.chapuis@free.fr>
8231         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8232         Fixed icon tint pixel, it was set to icon tint percent during some
8233         renaming
8235 2002-10-31  olicha  <olivier.chapuis@free.fr>
8237         * libs/PictureUtils.c (PictureAllocColorImage):
8238         (PictureOpenImageColorAllocator):
8239         (PictureCloseImageColorAllocator):
8240         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8241         (FIMAGE_CMD_ARGS):
8242         (PImageLoadXpm):
8243         (PImageCreatePixmapFromArgbData):
8244         (PImageLoadPixmapFromFile):
8245         * libs/PictureBase.h (FvwmPictureThing):
8246         (PictureImageColorAllocator):
8247         * libs/Picture.h:
8248         * libs/Picture.c (PDestroyFvwmPicture):
8249         (PLoadFvwmPictureFromPixmap):
8250         * libs/Graphics.c (CreateGradientPixmap):
8251         * fvwm/fvwm.c:
8252         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8253         Added a new way to allocate colors for image and gradient. This method
8254         allows, in particular, to save (in a "fast" way) the allocated pixels
8255         with a minimal memory usage.
8256         Fixed color leaks for png, ewmh and dithered xpm images.
8258         * fvwm/add_window.c (destroy_icon):
8259         * fvwm/fvwm.h (FvwmWindow):
8260         * fvwm/icons.c (GetIconFromFile):
8261         Fixed color leaks
8263 2002-10-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8265         * fvwm/commands.h:
8266         * fvwm/functable.c:
8267         * fvwm/stack.c (enum):
8268         (position_new_window_in_stack_ring):
8269         (new_layer):
8270         (must_move_transients):
8271         (restack_windows):
8272         (__restack_window):
8273         (__raise_lower_recursion):
8274         (__raise_or_lower_window):
8275         (raise_or_lower_window):
8276         (collect_transients_recursive):
8277         (__is_restack_transients_needed):
8278         (RestackWindow):
8279         (CMD_RestackTransients):
8280         new command RestackTransients which works like Raise and Lower but does
8281         not restack windows that are not transient
8282         renamed some functions
8283         general cleanup
8285         * fvwm/fvwm.1.in:
8286         corrected cursor movement key bindings
8288         * fvwm/bindings.c (activate_binding):
8289         fixed problem w/ bindings being overridden by applications OpenOffice
8290         and the Gnome panel
8292 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
8294         * configure.in:
8295         * NEWS:
8296         switched to 2.5.5
8298         * configure.in:
8299         include FvwmProxy to build
8301 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
8303         * configure.in:
8304         exclude FvwmProxy from build
8306         * configure.in:
8307         * NEWS:
8308         updated for 2.5.4
8310 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8312         * configure.in:
8313         added FvwmProxy module
8315 2002-10-29  Mikhael Goikhman  <migo@homemail.com>
8317         * fvwm/fvwm.1.in:
8318         * fvwm/windowlist.c (CMD_WindowList):
8319         renamed SortClassName to SortByClass
8321 2002-10-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8323         * fvwm/menustyle.c (menustyle_update):
8324         (menustyle_parse_style):
8325         (menustyle_get_styleopt_index):
8326         (menustyle_parse_style):
8327         (CMD_CopyMenuStyle):
8328         * fvwm/menustyle.h:
8329         removed HilightRelief MenuStyle and hard coded it
8331 2002-10-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8333         * fvwm/menus.c (make_menu_window):
8334         fixed updating menu background with "Menustyle * Background"
8336         * fvwm/stack.c (__get_stacking_sibling):
8337         (restack_windows):
8338         fixed another stacking problem
8340 2002-10-28  Mikhael Goikhman  <migo@homemail.com>
8342         * acinclude.m4:
8343         * configure.in:
8344         corrected and lined up several help lines
8346         * INSTALL.fvwm:
8347         added --enable-xinerama-emulation description
8349 2002-10-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8351         * fvwm/stack.c (restack_windows):
8352         (__get_stacking_sibling):
8353         fixed another stacking problem
8355 2002-10-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8357         * fvwm/add_window.c (AddWindow):
8358         braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
8359         windows starting lowered or on other layers in FvwmPager
8361         * fvwm/stack.c (restack_windows):
8362         (__get_visible_window):
8363         fixed a stacking problem with layers
8365 2002-10-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8367         * fvwm/functable.c (func_table):
8368         fixed Pick command
8370 2002-10-24  Mikhael Goikhman  <migo@homemail.com>
8372         * NEWS:
8373         * fvwm/fvwm.1.in:
8374         * fvwm/windowlist.c:
8375         new WindowList option SortByResource
8377         * fvwm/style.c (check_window_style_change):
8378         * libs/FlocaleCharset.c:
8379         fixed gcc warning
8381         * AUTHORS:
8382         place recent authors to the top, not bottom
8384         * fvwm/builtins.c:
8385         corrected typo in error message
8387 2002-10-23  Dan Espen  <dane@mk.telcordia.com>
8389         * fvwm/fvwm.1.in: Lang check done.
8391 2002-10-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8393         * fvwm/menus.c:
8394         work on new menu loop code
8396         * libs/timeout.h:
8397         * libs/timeout.c:
8398         new files
8400         * fvwm/menus.c (__mloop_handle_event):
8401         (__mloop_get_event):
8402         (__mloop_handle_action_with_mi):
8403         * fvwm/menus.h (MenuReturn):
8404         renamed MenuReturn member menu to target_menu
8406         * fvwm/menus.c (__mloop_handle_event):
8407         * fvwm/menus.h (MenuReturn):
8408         removed a "write only" member of MenuReturn
8410         * fvwm/conditional.c (circulate_cmd):
8411         fixed the "Any" command
8413 2002-10-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8415         * fvwm/stack.c (mark_transient_subtree):
8416         fixed stack ring corruption with iconified transients
8417         (restack_windows):
8418         fixed a problem with lowering windows below the icons of their
8419         transients
8421 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8423         * libs/Colorset.c:
8424         * fvwm/menustyle.c:
8425         * libs/Colorset.h:
8426         * libs/Flocale.h:
8427         * libs/PictureBase.h:
8428         * fvwm/menuitem.c:
8429         * fvwm/geometry.c:
8430         * fvwm/colorset.c:
8431         renamed colorset_struct to colorset_t
8433 2002-10-22  olicha  <olivier.chapuis@free.fr>
8435         * libs/PictureUtils.c:
8436         Minor fixes and add #if O experimental code
8438 2002-10-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8440         * fvwm/icons.c (DrawIconPixmapWindow):
8441         (DrawIconWindow):
8442         * fvwm/events.c (HandlePropertyNotify):
8443         * libs/Fft.c (FftDrawString):
8444         * libs/Colorset.c (DumpColorset):
8445         (LoadColorset):
8446         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8447         use renamed colorset_struct members
8449         * libs/Colorset.h (colorset_struct):
8450         renamed and re-sorted members and cut down bit field lengths for
8451         percentile members
8453         * fvwm/menustyle.c (menustyle_update):
8454         fixed core dump
8456         * fvwm/stack.c (restack_windows):
8457         fixed flickering when raising transients; can't prevent flickering when
8458         lowering a window completely
8459         (restack_windows):
8460         fixed unnecessary error message
8462         * fvwm/fvwm.c (main):
8463         init Scr to zeros
8465         * fvwm/stack.c (__restack_window):
8466         fixed a stacking problem with icons
8468         * fvwm/add_window.c (destroy_icon):
8469         fixed a memory leak
8471 2002-10-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8473         * fvwm/menuitem.c (menuitem_paint):
8474         * fvwm/menustyle.c (menustyle_parse_style):
8475         * fvwm/menus.c (paint_side_pic):
8476         (paint_menu):
8477         (select_menu_item):
8478         (repaint_transparent_menu):
8479         * fvwm/menustyle.h (MenuLook):
8480         cleaned up menu drawing code, fixed last patch
8482         * fvwm/menuitem.c (menuitem_paint):
8483         * fvwm/menustyle.c (menustyle_parse_style):
8484         fixed HilightBack default
8486         * fvwm/bindings.c (binding_cmd):
8487         (bind_get_bound_button_contexts):
8488         (ParseBinding):
8489         * fvwm/screen.h (ScreenInfo):
8490         fixed mouse bindings with buttons > 5
8492         * fvwm/menuitem.c (menuitem_paint):
8493         * fvwm/menustyle.c (menustyle_parse_style):
8494         (menustyle_parse_style):
8495         (CMD_CopyMenuStyle):
8496         (menustyle_update):
8497         (menustyle_free):
8498         * fvwm/menus.c (repaint_transparent_menu):
8499         * fvwm/menustyle.h:
8500         HilightBack and ActiveFore are now independent
8502 2002-10-18  olicha  <olivier.chapuis@free.fr>
8504         * libs/PictureUtils.c (get_color_index):
8505         (create_mapping_table):
8506         (PictureAllocColorTable):
8507         Use a new distance and method for color approximation. Use 68 colors
8508         for the default under depth 8. I am happy with this, should use a
8509         similar distance method for dithering
8511         * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8512         (PictureAllocColorTable):
8513         (PictureDitherByDefault):
8514         (PictureUseBWOnly):
8515         (PictureIitColors):
8516         (PicturePrintColorInfo):
8517         * libs/PictureUtils.h:
8518         Allows -color-limit to work with any visual and depth for testing
8519         propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
8521         * fvwm/colorset.c:
8522         Replaced (Pdepht < 2) test by (PictureUseBWOnly())
8524 2002-10-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8526         * fvwm/add_window.c (get_default_window_attributes):
8527         cleaned up
8529         * fvwm/builtins.c (CMD_ChangeDecor):
8530         removed some duplicate redrawing
8532         * fvwm/update.c (apply_decor_change):
8533         suppress duplicate window update upon ChangeDecor
8534         (apply_window_updates):
8535         do not delete the focus window
8537 2002-10-17  olicha  <olivier.chapuis@free.fr>
8539         * NEWS:
8540         A bunch of news
8542         * libs/Colorset.c (CreateBackgroundPixmap):
8543         Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
8545         * fvwm/builtins.c (CMD_Colorset):
8546         Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
8548 2002-10-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8550         * fvwm/add_window.c (AddWindow):
8551         * fvwm/update.c (apply_window_updates):
8552         * fvwm/move_resize.c (handle_stick):
8553         (CMD_Stick):
8554         suppress drawing of sticky decorations initially
8555         reduce module communication overhead when (un)sticking windows
8557         * fvwm/borders.c (border_draw_decorations):
8558         * fvwm/window_flags.h:
8559         * fvwm/fvwm.h:
8560         * fvwm/frame.c (frame_create_move_resize_args):
8561         (get_resize_decor_gravities_one_axis):
8562         (frame_mrs_setup_draw_decorations):
8563         (mr_args_internal):
8564         initialize window decorations with a "None" pixmap;
8565         delay drawing window decorations initially to prevent drawing multiple
8566         times;
8567         => windows grabbing the focus upon startup are drawn focused
8568         immediately
8570         * fvwm/frame.c (frame_free_move_resize_args):
8571         reparent the frame hide windows to NoFocusWin instead of Root to
8572         suppress unnecessary ReparentNotify events
8574 2002-10-16  olicha  <olivier.chapuis@free.fr>
8576         * fvwm/fvwm.c (main):
8577         Fixed a typo
8579         * libs/FRender.h:
8580         Fixed compilation with X cvs
8582         * libs/Colorset.c (CreateBackgroundPixmap):
8583         Fixed a GC leak
8585         * fvwm/events.c (HandlePropertyNotify):
8586         * fvwm/colorset.c (update_root_pixmap):
8587         Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
8588         to found a root pixmap
8590 2002-10-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8592         * fvwm/bindings.c (bind_get_bound_button_contexts):
8593         another mouse binding fix
8595         * fvwm/conditional.c (CreateConditionMask):
8596         simplified parsing
8597         all conditions have a negation with '!' prepended
8598         (Circulate):
8599         (CMD_All):
8600         (select_cmd):
8601         Current, All, Pick, ThisWindow and PointerWindow imply the
8602         CirculateHitShaded condition.
8604         * fvwm/focus.c (__focus_grab_buttons):
8605         * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
8606         fixed bindings using mouse buttons >= 6
8608 2002-10-15  olicha  <olivier.chapuis@free.fr>
8610         * libs/PictureUtils.c (PicturePrintColorInfo):
8611         (print_colormap):
8612         * fvwm/commands.h:
8613         * fvwm/functable.c (func_table):
8614         * fvwm/builtins.c (CMD_PrintInfo):
8615         * fvwm/fvwm.1.in:
8616         New cmd PrintInfo. Only one arg at present time: "Colors"
8618         * fvwm/fvwm.c (main):
8619         Auto detect card with 2 hardware colormaps and choose the best
8620         visual and colormap
8622         * libs/PictureUtils.c (PictureInitColors):
8623         (*):
8624         * libs/PictureUtils.h:
8625         * fvwm/fvwm.c (main):
8626         * libs/PictureBase.c (PictureInitCMapRoot):
8627         (PictureInitCMap):
8628         * libs/PictureBase.h:
8629         Try to support DirectColor visual in a good way, I do not think
8630         this is really useful.
8631         Added a flexible interface function PictureInitColors for
8632         colors allocation initialization.
8633         Some cleanup in color allocation and some preparation for a new
8634         method for saving and freeing colors allocated by images and gradients.
8635         Removed some ifdefed to 0 debug code.
8637         * libs/Picture.c (*):
8638         * libs/Picture.h:
8639         * libs/PictureImageLoader.c (*):
8640         * libs/PictureImageLoader.h:
8641         Replace Root by win
8643 2002-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8645         * fvwm/add_window.c (setup_key_and_button_grabs):
8646         * fvwm/bindings.c (ParseBinding):
8647         (activate_binding):
8648         * fvwm/add_window.c (setup_key_and_button_grabs):
8649         don't grab window context specific bindings anymore; instead, set
8650         Scr.buttons2grab accordingly
8652         * fvwm/bindings.c (activate_binding):
8653         fixed stroke bindings on window context being ignored if no other
8654         action was bound to that context
8656         * fvwm/add_window.c (destroy_icon):
8657         fixed duplicate icon pixmap when switching from NoIconOverride to
8658         IconOverride
8660 2002-10-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8662         * fvwm/icons.c:
8663         re-indented some code
8664         (AutoPlaceIcon):
8665         fixed random position of icon title for icons with a position hint
8667         * fvwm/fvwm.1.in:
8668         corrected default of Use/NoIconPosition style
8670 2002-10-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8672         * fvwm/windowlist.c (CMD_WindowList):
8673         fixed random string for iconified windows in the WindowList
8675 2002-10-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8677         * NEWS:
8678         updated for 2.4.12
8680 2002-10-08  olicha  <olivier.chapuis@free.fr>
8682         * libs/PictureBase.c (*):
8683         (PictureInitCMapRoot)
8684         (PictureSetupWhiteAndBlack):
8685         (PictureWhitePixel):
8686         (PictureBlackPixel):
8687         (PictureDefaultGC):
8688         New interface function PictureWhitePixel, PictureBlackPixel. Analogue
8689         of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
8690         New interface function PictureInitCMapRoot analogue to PictureInitCMap,
8691         but always use the root visual and allows to set or not a private
8692         color limit table.
8693         New interface PictureDefaultGC, analogue of Xlib DefaultGC function
8694         but which respects the Pvisual
8696         * libs/PictureGraphics.c (*):
8697         * libs/FScreen.c (FScreenInit):
8698         * libs/FRender.c (FRenderRender):
8699         * libs/Fft.c (FftDrawString):
8700         * fvwm/icons.c (CreateIconWindow):
8701         * fvwm/colorset.c (parse_colorset):
8702         * fvwm/move_resize.c (CMD_XorValue):
8703         * fvwm/colorset.c (alloc_colorset):
8704         * fvwm/fvwm.c (main):
8705         Use the new interface functions and some fix if the fvwm depth !=
8706         the root depth.
8708         * libs/PictureUtils.c (PictureAllocColorTable):
8709         Change the default color table to a 4x4x4 cc + 4 grey
8711 2002-10-07  Dan Espen  <dane@mk.telcordia.com>
8713         * fvwm/fvwm.1.in: Use built-in, not builtin.
8715 2002-10-06  Mikhael Goikhman  <migo@homemail.com>
8717         * configure.in:
8718         s/FvwmNewDebug/FvwmDebug/
8720         * fvwm/commands.h:
8721         * fvwm/conditional.c (CMD_NoWindow):
8722         * fvwm/functable.c:
8723         * NEWS:
8724         new command NoWindow to remove window context
8726         * fvwm/fvwm.1.in:
8727         use "fvwm" spelling, at least in the middle of sentences
8729 2002-10-06  Dan Espen  <dane@mk.telcordia.com>
8731         * fvwm/fvwm.1.in: Dont refer to fvwm commands as
8732         builtin commands.  Use "builtin", not "built in" or "built-in".
8733         Other adjustments.
8735 2002-10-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8737         * libs/Graphics.c (do_relieve_rectangle):
8738         removed debug message
8740         * fvwm/focus.c (__update_windowlist):
8741         (__set_focus_to_fwin):
8742         fixed reversal of __update_windowlist arguments causing FlipFocus to
8743         break [and maybe other things]
8745 2002-10-05  olicha  <olivier.chapuis@free.fr>
8747         * libs/PictureUtils.c (alloc_color_cube):
8748         It si possible to enable "gamma correction" for colors cubes (disabled,
8749         define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
8751         * libs/PictureUtils.c (get_color_index):
8752         (create_mapping_table):
8753         Use a more exact approximation of colors for pur cc without the big
8754         16x16x16 cc
8756         * libs/PictureUtils.c (PictureFreeColors):
8757         Fixed a memory leak
8759         * libs/Graphics.c (CreateGradientPixmap):
8760         (CreateGradientPixmapFromString):
8761         Cleanup
8763 2002-10-04  olicha  <olivier.chapuis@free.fr>
8765         * libs/PictureUtils.c (*):
8766         Used a better color approximation for color cube when we do not dither.
8767         Added some new colors tables: color cube with some grey colors.
8768         Change the default to a 4x4x3 cc with 6 grey (54 colors).
8769         Some visual fixes.
8771         * fvwm/fvwm.c (main):
8772         Fixed the visual option
8774 2002-10-03  Mikhael Goikhman  <migo@homemail.com>
8776         * configure.in:
8777         generate FvwmNewDebug and FvwmGtkDebug
8779 2002-10-02  olicha  <olivier.chapuis@free.fr>
8781         * libs/PictureUtils.c (USED_DIST):
8782         Used the euclidian distance for colors distance
8784         * libs/Fft.c (FftGetFont):
8785         Disable Xft if the Xserver does not support XRender
8787 2002-10-01  olicha  <olivier.chapuis@free.fr>
8789         * libs/Fft.c (FftGetFont):
8790         Disable Xft if the Xserver does not support XRender
8792         * libs/FRender.c (FRenderRender):
8793         * libs/PictureGraphics.c (PGraphicsTintRectangle):
8794         Fixed
8796         * libs/Colorset.c (SetRectangleBackground):
8797         (SetClippedRectangleBackground):
8798         * libs/Colorset.h:
8799         New interface function for drawing a subset of a colorset rectangle
8801 2002-09-26  olicha  <olivier.chapuis@free.fr>
8803         * fvwm/update.c (apply_window_updates):
8804         Fixed icons colorset update
8806         * libs/FRender.c (FRenderRender):
8807         Fixed bitmap rendering
8809         * fvwm/update.c (apply_window_updates):
8810         * fvwm/geometry.c (move_icon_to_position):
8811         * fvwm/events.c (HandleEnterNotify):
8812         (HandleExpose):
8813         (HandleLeaveNotify):
8814         (HandlePropertyNotify):
8815         * fvwm/add_window.c (setup_icon_font):
8816         * fvwm/icons.c (DrawIconWindow):
8817         (DrawIconTitleWindow):
8818         (DrawIconPixmapWindow):
8819         (ChangeIconPixmap):
8820         (RedoIconName):
8821         Fixed focus/unfocus flickering
8823 2002-09-25  olicha  <olivier.chapuis@free.fr>
8825         * fvwm/icons.c (DrawIconTitleWindow):
8826         One more drawing fix
8828 2002-09-24  olicha  <olivier.chapuis@free.fr>
8830         * fvwm/icons.c (DrawIconTitleWindow):
8831         An other drawing fix
8833 2002-09-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8835         * fvwm/move_resize.c (__move_loop):
8836         fixed uninitialised variable
8837         (InteractiveMove):
8838         fixed starting move at random position
8840 2002-09-24  olicha  <olivier.chapuis@free.fr>
8842         * fvwm/update.c (apply_window_updates):
8843         * fvwm/geometry.c (move_icon_to_position):
8844         * fvwm/events.c (HandleEnterNotify):
8845         (HandleExpose):
8846         (HandleLeaveNotify):
8847         (HandlePropertyNotify):
8848         * fvwm/add_window.c (setup_icon_font):
8849         * fvwm/icons.c (DrawIconWindow):
8850         (DrawIconTitleWindow):
8851         (DrawIconPixmapWindow):
8852         (ChangeIconPixmap):
8853         (RedoIconName):
8854         Fixed icon drawing. Split icon window drawing.
8856         * libs/FRender.c (*):
8857         Fixed compilation and small clean up
8859 2002-09-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8861         * fvwm/conditional.c (CreateFlagString):
8862         fixed quoting in conditional command conditions
8864         * fvwm/menus.c (__mloop_handle_event):
8865         removed unnecessary querying of pointer position on button release in
8866         menus
8867         (__menu_loop):
8868         fixed posting menus
8870         * fvwm/bindings.c (ParseBinding):
8871         increased maximum allowed key symbol name length to 200 characters
8873         * fvwm/execcontext.h (enum):
8874         * fvwm/fvwm.c (Done):
8875         (SetRCDefaults):
8876         (main):
8877         (StartupStuff):
8878         use new contexts
8880         * fvwm/execcontext.h (enum):
8881         added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
8883         * fvwm/menus.c (pop_menu_up):
8884         fixed accidental menu animation with certain menu position hints
8886 2002-09-23  olicha  <olivier.chapuis@free.fr>
8888         * libs/FRender.c (*):
8889         Fixed(?) XRender rendering with some Xserver
8891         * fvwm/update.c (apply_window_updates):
8892         * fvwm/geometry.c (move_icon_to_position):
8893         * fvwm/events.c (HandleEnterNotify):
8894         (HandleExpose):
8895         (HandleLeaveNotify):
8896         (HandlePropertyNotify):
8897         * fvwm/add_window.c (setup_icon_font):
8898         * fvwm/icons.c (DrawIconWindow):
8899         (ChangeIconPixmap):
8900         (RedoIconName):
8901         Clip text and icon drawing for the icons
8903 2002-09-21  Mikhael Goikhman  <migo@homemail.com>
8905         * NEWS:
8906         * libs/System.c:
8907         Path commands now support form: "path1;ext1:path2:path3;ext3"
8908         where ext1 (for example, ".png") means all files in path1 should
8909         be forced to have extention ".png" even if the requested icon
8910         has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
8912         * fvwm/execcontext.h:
8913         small changes in latters used for EXCT_* constants
8915         * fvwm/module_interface.c:
8916         * libs/Picture.c:
8917         * libs/PictureBase.c:
8918         * fvwm/cursor.c:
8919         some spacing reindentation
8921 2002-09-21  olicha  <olivier.chapuis@free.fr>
8923         * libs/FRender.c (FRenderCompositeAndCheck):
8924         Temporally take GraphicsExposure in account
8926 2002-09-20  Mikhael Goikhman  <migo@homemail.com>
8928         * libs/vpacket.h:
8929         fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
8931 2002-09-20  olicha  <olivier.chapuis@free.fr>
8933         * fvwm/icons.c (GetIconPicture):
8934         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
8935         Fixed the alpha channel
8937 2002-09-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8939         * NEWS:
8940         updated for 2.4.11
8942 2002-09-20  olicha  <olivier.chapuis@free.fr>
8944         * libs/FRender.c (FRenderTintPicture):
8945         (FRenderTintRectangle):
8946         (FRenderRender):
8947         * libs/FRenderInterface.h:
8948         * libs/PictureGraphics.c (PGraphicsTintRectangle):
8949         Make FRender code more modular. Add a 24+8 tinting method and enable it
8950         in the place of the 32 tinting method (which can be enabled by defining
8951         USE_ABSOLUTE_FORMATE)
8953 2002-09-19  olicha  <olivier.chapuis@free.fr>
8955         * fvwm/menus.c (get_menu_repaint_transparent_parameters):
8956         (animated_move_back):
8957         (pop_menu_up):
8958         (repaint_transparent_menu):
8959         * fvwm/move_resize.c (AnimatedMoveOfWindow):
8960         (AnimatedMoveAnyWindow):
8961         * fvwm/move_resize.h:
8962         Support the new colorset transparent options and fix greyed item
8963         of transparent animated menus
8965         * fvwm/menus.c (pop_menu_up):
8966         (animated_move_back):
8968         * libs/Rectangles.c:
8969         * libs/Rectangles.h:
8970         * libs/Makefile.am:
8971         New libs files for rectangles, segments, regions ..etc
8973         * fvwm/menus.c (clear_expose_menu_area):
8974         (get_menu_paint_item_parameters):
8975         (paint_menu):
8976         (select_menu_item):
8977         (ParentalMenuRePaint):
8978         (ParentalMenuRePaint):
8979         * fvwm/menuitem.c (clear_menu_item_background):
8980         (menuitem_paint):
8981         * fvwm/menuitem.h (MenuPaintItemParameters):
8982         Clip the item icons and text drawing
8984         * fvwm/menus.c (__mloop_exit):
8985         Fixed an indirect uninitialized variable bug
8987         * fvwm/menus.c (__mloop_handle_event): *
8988         (__mloop_handle_action_with_mi): *
8989         Update some comments
8991         * libs/FRender.c (FRenderVisualInit):
8992         (FRenderRender):
8993         * fvwm/colorset.c (parse_colorset):
8994         Small clean up
8996 2002-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
8998         * fvwm/menus.c (__menu_loop):
8999         (__mloop_handle_action_with_mi):
9000         fixed parent menu redrawing
9002         * fvwm/style.c (check_window_style_change):
9003         * fvwm/update.c (apply_window_updates):
9004         * fvwm/add_window.c (setup_icon_size_limits):
9005         honour changes in IconSize style without recapture
9007         * fvwm/focus.c (focus_query_open_grab_focus):
9008         * fvwm/events.c (HandlePropertyNotify):
9009         * fvwm/add_window.c (setup_transientfor):
9010         take care of various funny initial transientfor settings
9012         * fvwm/stack.c (__raise_lower_recursion):
9013         new function
9014         fixed stacking core dump
9016 2002-09-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9018         * libs/Graphics.c:
9019         ANSI C fixes
9021         * configure.in:
9022         added a program that tests for -Werror option and similar; bug out of
9023         configure if the test program doesn't compile
9025 2002-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9027         * fvwm/fvwm.1.in:
9028         * configure.in:
9029         add a "do not edit" warning at the beginning of the man page
9031         * configure.in:
9032         enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9034         * libs/FScreen.c (XineramaQueryScreens):
9035         fixed linking problem when compiling without Xinerama
9037         * fvwm/cursor.c (CMD_CursorStyle):
9038         fixed cursorstyle command being applied to windows without handles
9040         * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9041         (EWMH_ProcessPropertyNotify):
9042         * fvwm/gnome.h (GNOME_ProcessClientMessage):
9043         (GNOME_HandlePropRequest):
9044         fixed dummy macros when compiling without gnome/ewmh support
9046 2002-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9048         * libs/queue.c (fqueue_add_inside):
9049         add a new command with the same execution time as a previous one behind
9050         it
9052         * configure.in:
9053         override CFLAGS and CPPFLAGS with empty strings instead of generating an
9054         error message
9056         * fvwm/functions.c (__execute_function):
9057         * fvwm/execcontext.h (exec_context_type_t):
9058         replace enum values with letters for readability
9060         * fvwm/functions.c (__execute_function):
9061         improved command log output
9063         * fvwm/schedule.c (execute_obj_func):
9064         fixed schedule queue timing
9066         * configure.in:
9067         refuse to run configure if CFLAGS is not empty
9069 2002-09-16  Mikhael Goikhman  <migo@homemail.com>
9071         * fvwm/misc.c:
9072         fixed compilation with --enable-command-log; simplified fvwm_msg()
9074         * libs/Module.c:
9075         reformatted; don't send end-of-line with SET_*MASK
9077 2002-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9079         * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9080         fixed multipixmap title drawing
9082         * fvwm/frame.h (struct):
9083         * fvwm/frame.c (frame_get_titlebar_dimensions):
9084         removed unused code
9086         * fvwm/events.c (HandlePropertyNotify):
9087         applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
9089         * libs/Fft.c (FftDrawString):
9090         -Wall fix when compiling w/o Xft
9092 2002-09-15  olicha  <olivier.chapuis@free.fr>
9094         * libs/Colorset.c (CreateBackgroundPixmap):
9095         Fixed a dpy problem with FvwmBacker
9096         * libs/Colorset.c (CreateBackgroundPixmap):
9097         Fixed creation a root transparent pixmap for small root pixmap
9099 2002-09-14  olicha  <olivier.chapuis@free.fr>
9101         * libs/Fft.c (FftDrawString):
9102         Fixed clip region with shadow font
9104         * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
9105         Added a function to create translucent pixmaps
9106         * libs/Colorset.c (CreateBackgroundPixmap):
9107         A small fix
9108         * libs/FRender.c (FRenderRender):
9109         Allows to use the root window as src pixmap
9111 2002-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9113         * fvwm/fvwm.1.in:
9114         Fixed open double quotes in ButtonState section
9116 2002-09-13  Dan Espen  <dane@mk.telcordia.com>
9118         * fvwm/fvwm.1.in: Add -cmd module timeout information.
9120 2002-09-13  olicha  <olivier.chapuis@free.fr>
9122         * libs/Colorset.c (CreateBackgroundPixmap):
9123         (UpdateBackgroundTransparency):
9124         (SetRectangleBackground):
9125         * libs/Colorset.h:
9126         * fvwm/colorset.c (*):
9127         * fvwm/colorset.h:
9128         * fvwm/events.c (HandlePropertyNotify):
9129         Starting implementation of RootTransparent colorset. Worked on
9130         tinted Transparent colorset. Various colorset parsing fixes.
9132         * libs/Fft.c (FftDrawString):
9133         * libs/Flocale.h:
9134         Added the possibility to draw with a clipping region.
9136         * libs/FRender.c (FRenderRender):
9137         * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9138         (PCreateRenderPixmap):
9139         (PGraphicsCreateTransprency):
9140         (PGraphicsTintRectangle):
9141         Improve current rendering functions to be able to tint the
9142         ParentalRelative pixmap or the background of a window.
9143         Re-enabled XRender rendering.
9145         * fvwm/borders.c:
9146         remove a #if 0 debug "render" code
9148 2002-09-13  Mikhael Goikhman  <migo@homemail.com>
9150         * fvwm/builtins.c (ReadTitleButton):
9151         * fvwm/screen.h:
9152         new button state shortcuts AllNormal, AllToggled,
9153         AllActive, AllInactive, AllUp, AllDown
9155         * fvwm/module_interface.c:
9156         minor reformatting
9158         * acconfig.h:
9159         possibly fixed compilation with non gcc
9161 2002-09-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9163         * fvwm/focus.c (_focus_grab_buttons):
9164         (__focus_grab_buttons):
9165         renamed
9166         (__focus_grab_one_button):
9167         grab all modifier combinations on client windows by default if
9168         necessary; this saves a lot of traffic but may grab unnecessary
9169         modifiers with mouse bindings on the client window
9171         * fvwm/fvwm.1:
9172         * libs/defaults.h (DEF_FP_MODIFIERS):
9173         * fvwm/events.c (__handle_focus_raise_click):
9174         * fvwm/style.c (style_parse_focus_policy_style):
9175         * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
9176         default is now to use any modifiers for clicktofocus/raise purposes
9178         * fvwm/menus.c (__mloop_get_event):
9179         fixed menu hang
9180         (menu_tear_off):
9181         fixed tear off menus
9183         * libs/FEvent.c (FCheckIfEvent):
9184         (FCheckMaskEvent):
9185         (FCheckTypedEvent):
9186         (FCheckTypedWindowEvent):
9187         (FCheckWindowEvent):
9188         fixed FCheck...Event functions thus fixing Menu command behaving like
9189         Popup
9191         * fvwm/move_resize.c (InteractiveMove):
9192         fixed offset between pointer and window when dragging
9194         * fvwm/virtual.c (HandlePaging):
9195         * fvwm/icons.c (CMD_Iconify):
9196         * fvwm/move_resize.c (InteractiveMove):
9197         * fvwm/menus.c (get_menu_options):
9198         (get_menu_options):
9199         * libs/FScreen.c (GetMouseXY):
9200         use new function fev_get_evpos_or_query()
9202         * libs/Makefile.am:
9203         * libs/Pointer.c:
9204         removed file
9206         (GetLocationFromEventOrQuery):
9207         moved to FEvent.c and renamed to fev_get_evpos_or_query()
9208         * libs/FEvent.c (fev_set_evpos):
9209         new function
9211         * fvwm/functions.c (__execute_function):
9212         (execute_complex_function):
9213         fixed complex action clicking logic
9215         * fvwm/add_window.c (CaptureOneWindow):
9216         fixed RecaptureWindow
9217         (CaptureAllWindows):
9218         fixed Restart
9220         * fvwm/functable.c (func_table):
9221         fixed running RecaptureWindow without a context window
9223         * fvwm/conditional.c (circulate_cmd):
9224         fixed action to run
9226         * fvwm/events.c (HandleVisibilityNotify):
9227         fixed VisibilityNotify handling
9229         * fvwm/functions.c (execute_complex_function):
9230         fixed memory corruption
9231         (__execute_function):
9232         fixed using wrong context
9233         (__execute_function):
9234         removed conditional that was always true now
9235         (DeferExecution):
9236         fixed core dump
9238         * fvwm/module_interface.c (ExecuteModuleCommand):
9239         initialise module number
9241 2002-09-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9243         * fvwm/add_window.c (CaptureOneWindow):
9244         fixed memory corruption
9246         * fvwm/icons.c (Iconify):
9247         (DeIconify):
9248         fixed bug introduced with transient stacking patch
9250         * fvwm/functions.c (DeferExecution):
9251         (__execute_function):
9252         (execute_complex_function):
9253         cleaned up and optimized exec_context handling
9255         * fvwm/schedule.c:
9256         * fvwm/menucmd.c:
9257         * fvwm/update.c:
9258         * fvwm/windowlist.c:
9259         * fvwm/conditional.c:
9260         * fvwm/focus.c:
9261         * fvwm/functions.c:
9262         * fvwm/placement.c:
9263         * fvwm/colorset.c:
9264         * fvwm/stack.c:
9265         * fvwm/virtual.c:
9266         * fvwm/module_interface.c:
9267         * fvwm/icons.c:
9268         * fvwm/builtins.c:
9269         * fvwm/add_window.c:
9270         * fvwm/move_resize.c:
9271         * fvwm/fvwm.h (F_CMD_ARGS):
9272         (F_PASS_ARGS):
9273         completely removed the builtin command arguments fw, w, and context
9275         * fvwm/functions.c (DeferExecution):
9276         fixed core dump
9278         * fvwm/stack.c (BroadcastRestack):
9279         removed global lastTimestamp
9281         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
9282         (EWMH_ProcessPropertyNotify):
9283         (ewmh_WMStateShaded):
9284         (ewmh_WMStateSticky):
9285         (ewmh_WMStateHidden):
9286         (ewmh_WMState):
9287         (ewmh_MoveResize):
9288         (ewmh_WMDesktop):
9289         (ewmh_CloseWindow):
9290         (ewmh_DesktopGeometry):
9291         (ewmh_ActiveWindow):
9292         use new function interface
9294         * fvwm/menus.c (do_menu):
9295         * fvwm/menucmd.c (menu_func):
9296         * fvwm/windowlist.c (CMD_WindowList):
9297         use new function interface
9298         replaced "(XEvent *)1" hack with a regular flag
9300 2002-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9302         * fvwm/add_window.c (destroy_window):
9303         * fvwm/update.c (destroy_scheduled_windows):
9304         * fvwm/screen.h (ScreenInfo):
9305         new member is_executing_menu_function
9307         * fvwm/windowlist.c (CMD_WindowList):
9308         * fvwm/menucmd.c (menu_func):
9309         * fvwm/gnome.c (CMD_GnomeButton):
9310         (GNOME_ProcessClientMessage):
9311         (GNOME_HandlePropRequest):
9312         * fvwm/modconf.c (CMD_Send_ConfigInfo):
9313         * fvwm/update.c (apply_window_updates):
9314         * fvwm/repeat.c (CMD_Repeat):
9315         * fvwm/conditional.c (circulate_cmd):
9316         (CMD_Prev):
9317         (CMD_Next):
9318         (CMD_None):
9319         (CMD_Any):
9320         (CMD_Current):
9321         (CMD_Cond):
9322         (CMD_CondCase):
9323         (select_cmd):
9324         (CMD_All):
9325         (CMD_Direction):
9326         (CMD_WindowId):
9327         * fvwm/focus.c (warp_to_fvwm_window):
9328         (CMD_WarpToWindow):
9329         * fvwm/read.c (run_command_stream):
9330         (run_command_file):
9331         (CMD_Read):
9332         (CMD_PipeRead):
9333         * fvwm/fvwm.c (Done):
9334         (SetRCDefaults):
9335         (StartupStuff):
9336         (main):
9337         use new function interface
9338         (main):
9339         fixed running startup script under random module number
9341         * fvwm/functions.c (execute_function_override_window):
9342         * fvwm/functions.c (execute_function_override_wcontext):
9343         new convenience functions
9345         * fvwm/gnome.c:
9346         * fvwm/modconf.c:
9347         * fvwm/session.c:
9348         re-indented
9350         * fvwm/module_interface.c (CMD_Send_WindowList):
9351         (CMD_set_mask):
9352         (CMD_set_sync_mask):
9353         (CMD_set_nograb_mask):
9354         fixed core dumps
9355         don't use "Module" argument anymore
9356         (ExecuteModuleCommand):
9357         made static
9358         use new function interface
9360         * fvwm/add_window.c (CaptureOneWindow):
9361         (do_recapture):
9362         (CaptureAllWindows):
9363         * fvwm/events.c (HandleMapRequestKeepRaised):
9364         * fvwm/add_window.c (AddWindow):
9365         AddWindow takes executiuon context as its argument instead of the
9366         window; changed caller
9367         don't use "Event" anymore
9369         * fvwm/fvwm.c (StartupStuff):
9370         generate an execution context for startup
9372         * fvwm/move_resize.c (DoResize):
9373         (__resize_step):
9374         (moveLoop):
9375         (__move_loop):
9376         renamed and used new function interface in args
9378         * fvwm/geometry.c (constrain_size):
9379         added XEvent *e argument to remove use of global "Event"; changed all
9380         callers
9382 2002-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9384         * fvwm/stack.c (get_next_window_in_stack_ring):
9385         (get_prev_window_in_stack_ring):
9386         (get_transientfor_fvwmwindow):
9387         * fvwm/icons.c (SetMapStateProp):
9388         * fvwm/events.c (fake_map_unmap_notify):
9389         * fvwm/misc.c (IsRectangleOnThisPage):
9390         * fvwm/menus.c (menu_enter_tear_off_menu):
9391         (menu_close_tear_off_menu):
9392         * fvwm/icons.c (DrawIconWindow):
9393         * fvwm/focus.c:
9394         * fvwm/colormaps.c (InstallWindowColormaps):
9395         made FvwmWindow * arguments const in many functions
9397         * fvwm/menus.c (pop_menu_up):
9398         (pop_menu_down):
9399         (__mloop_do_menu):
9400         (__mloop_do_popup):
9401         (do_menu):
9402         (menu_enter_tear_off_menu):
9403         (__mloop_get_event):
9404         (__mloop_get_event_timeout_loop):
9405         (__mloop_do_menu):
9406         (__mloop_get_mi_actions):
9407         (is_double_click):
9408         * fvwm/events.c (HandleEnterNotify):
9409         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
9410         (__move_window):
9411         (__move_loop):
9412         (__resize_step):
9413         (__resize_window):
9414         * fvwm/functions.c (DeferExecution):
9415         (__execute_function):
9416         * fvwm/windowlist.c (CMD_WindowList):
9417         * fvwm/colormaps.c (colormap_handle_colormap_notify):
9418         * fvwm/module_interface.c (CMD_ModuleSynchronous):
9419         (ExecuteModuleCommand):
9420         * fvwm/builtins.c (CMD_Wait):
9421         * fvwm/events.c (WaitForButtonsUp):
9422         (HandleShapeNotify):
9423         (HandleVisibilityNotify):
9424         (HandleUnmapNotify):
9425         (HandleSelectionRequest):
9426         (HandleReparentNotify):
9427         (HandlePropertyNotify):
9428         (HandleMotionNotify):
9429         (HandleMapRequestKeepRaised):
9430         (HandleMapRequest):
9431         (HandleMappingNotify):
9432         (HandleMapNotify):
9433         (HandleLeaveNotify):
9434         (HandleKeyPress):
9435         (HandleFocusOut):
9436         (HandleFocusIn):
9437         (HandleExpose):
9438         (HandleEnterNotify):
9439         (HandleDestroyNotify):
9440         (HandleColormapNotify):
9441         (HandleClientMessage):
9442         (HandleButtonRelease):
9443         (HandleButtonPress):
9444         (__handle_bpress_on_root):
9445         (__handle_bpress_action):
9446         (__handle_click_to_raise):
9447         (__handle_click_to_focus):
9448         (__is_bpress_window_handled):
9449         (__handle_focus_raise_click):
9450         don't use "Event", "Fw" and old_execute_function() anymore
9452         * fvwm/events.c (dispatch_event):
9453         removed preserve_tmpwin argument; changed all callers
9455         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
9456         fixed random focus member of faked event
9458         * fvwm/gnome.c (GNOME_ProcessClientMessage):
9459         * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
9460         (EWMH_ProcessPropertyNotify):
9461         * fvwm/move_resize.c (DisplaySize):
9462         (DisplayPosition):
9463         (position_geometry_window):
9464         * fvwm/geometry.c (get_window_borders):
9465         (get_window_borders_no_title):
9466         made args const
9468         * fvwm/events.c (dispatch_event):
9469         create event execution context
9470         (HandleClientMessage):
9471         removed useless local "button"
9472         (GetContext):
9473         don't fiddle with global Fw anymore; added argument to return context
9474         window; changed all callers
9476         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
9477         * fvwm/move_resize.c (__resize_window):
9478         use new event handle interface
9480         * fvwm/events.c:
9481         * fvwm/eventhandler.h:
9482         new event handler interface
9484         * fvwm/functions.c (CMD_Plus):
9485         * fvwm/builtins.c (AddToDecor):
9486         (CMD_AddToDecor):
9487         (CMD_DestroyDecor):
9488         use F_CMD_ARGS in AddToDecor
9489         (CMD_StrokeFunc):
9490         removed useless check for realloc return value
9491         use new function interface
9492         fixed another memory leak
9494         * fvwm/builtins.c (__remove_window_decors):
9495         replace old_execute_function with execute_function
9497         * fvwm/add_window.c (setup_window_placement):
9498         * fvwm/placement.c (PlaceWindow):
9499         * fvwm/schedule.c (execute_obj_func):
9500         * fvwm/colorset.c (add_to_junk):
9501         use new function call interface
9503         * fvwm/fvwm.h (F_EXEC_ARGS):
9504         (F_PASS_EXEC_ARGS):
9505         removed now unused macros
9507         * fvwm/functions.c (CheckActionType):
9508         (cf_cleanup):
9509         (DeferExecution):
9510         (__execute_function):
9511         (__run_complex_function_items):
9512         (execute_complex_function):
9513         rewrote function call interface
9515         * fvwm/functions.c (__run_complex_function_items):
9516         new function split off from execute_complex_function
9518         * fvwm/externs.h:
9519         * fvwm/events.c:
9520         removed "Event" global
9522 2002-09-08  Dan Espen  <dane@mk.telcordia.com>
9524         * fvwm/fvwm.1.in: Language check.
9526 2002-09-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9528         * fvwm/functions.c (old_execute_function):
9529         removed
9531         * fvwm/module_interface.c (do_execute_module):
9532         don't write module argument anymore; code claimed that writing 0 into
9533         *Module prevented WaitForButtonsUp from being called, but that was
9534         either a lie or a relic of the past
9536         * fvwm/fvwm.h (exec_func_args_type):
9537         removed type
9538         (F_CMD_ARGS):
9539         (F_PASS_ARGS):
9540         removed *Module argument
9542         * fvwm/functions.c (__execute_function):
9543         new interface
9545         * fvwm/functions.h (enum):
9546         added more function execution falgs
9548         * fvwm/fvwm.h:
9549         add exec_context_t *exc to builtin arguments
9551         * libs/FEvent.c (fev_copy_last_event):
9552         new function
9554         * fvwm/execcontext.h:
9555         * fvwm/execcontext.c:
9556         new files introducing the "exec_context_t" structure that shall replace
9557         the builtin command interface
9559         * fvwm/stack.c (__RaiseOrLowerWindow):
9560         (RaiseOrLowerWindow):
9561         (__restack_window):
9562         (mark_transient_subtree):
9563         (__sort_transient_ring):
9564         properly handle restacking of windows with more than one transient and
9565         multiple levels of transients at the same time
9566         (__RaiseOrLowerWindow):
9567         (RaiseOrLowerWindow):
9568         renamed function and added wrapper
9570         * fvwm/fvwm.h (FvwmWindow):
9571         added new scratch registers
9573 2002-09-06  Mikhael Goikhman  <migo@homemail.com>
9575         * configure.in:
9576         * Makefile.am:
9577         minor improvements in the new release procedure
9579 2002-09-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9581         * fvwm/stack.c (RaiseOrLowerWindow):
9582         (__restack_window):
9583         (mark_transient_subtree):
9584         (must_move_transients):
9585         (is_on_top_of_layer_ignore_rom):
9586         handle restacking trees of transient windows; still does not work too
9587         well if a window has multiple transients at the same time
9589 2002-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9591         * fvwm/stack.h:
9592         * fvwm/stack.c:
9593         restored versions from before 9th of September
9594         (RaiseOrLowerWindow):
9595         fixed StackTransientParent style without RaiseTransient or
9596         LowerTransient on transient_for window
9597         StackTransientParent works only on window in the same layer
9598         (mark_transient_subtree):
9599         fixed handling of window group hint w/ iconify
9600         (restack_windows):
9601         (RaiseOrLowerWindow):
9602         (new_layer):
9603         fixed flickering when overlapping transients aree lowered
9605         * fvwm/move_resize.c (__resize_window):
9606         * fvwm/colorset.c (add_to_junk):
9607         cleaned up event handling
9609         * fvwm/move_resize.c (__resize_window):
9610         renamed function and changed callers
9612         * fvwm/fvwm.h (F_PASS_ARGS):
9613         (F_CMD_ARGS):
9614         removed eventp command argument
9616         * fvwm/events.c (DispatchEvent):
9617         (dispatch_event):
9618         renamed function, added event argument and changed all callers
9620         * libs/FEvent.c (fev_fake_event):
9621         * libs/FEvent.c (fev_get_evtype__remove_me):
9622         new functions
9624         * fvwm/menus.c (menuShortcuts):
9625         (is_double_click):
9626         (pop_menu_up):
9627         (pop_menu_up):
9628         (pop_menu_down):
9629         (pop_menu_down):
9630         (__mloop_init):
9631         (__mloop_get_event_timeout_loop):
9632         (__mloop_get_event):
9633         (__mloop_do_popup):
9634         (__mloop_do_popup):
9635         (do_menu):
9636         * fvwm/builtins.c (CMD_FakeClick):
9637         * fvwm/functions.c (CheckActionType):
9638         (CheckActionType):
9639         * fvwm/focus.c (__try_program_focus):
9640         (__try_program_focus):
9641         * fvwm/icccm2.c (SetupICCCM2):
9642         * fvwm/virtual.c (HandlePaging):
9643         * fvwm/module_interface.c (make_vpacket):
9644         (make_new_vpacket):
9645         * fvwm/schedule.c (squeue_get_next_ms):
9646         (squeue_get_next_ms):
9647         (CMD_Schedule):
9648         * fvwm/stack.c (BroadcastRestack):
9649         * fvwm/move_resize.c (resize_window):
9650         (moveLoop):
9651         * libs/FEvent.c (fev_get_evtime):
9652         removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
9654         * fvwm/events.c (HandleEnterNotify):
9655         (DispatchEvent):
9656         (My_XNextEvent):
9657         (discard_events):
9658         (discard_window_events):
9659         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
9660         (moveLoop):
9661         (resize_window):
9662         * fvwm/menus.c (__mloop_get_event):
9663         * fvwm/virtual.c (HandlePaging):
9664         (MoveViewport):
9665         * fvwm/functions.c (DeferExecution):
9666         (CheckActionType):
9667         * fvwm/misc.c (get_server_time):
9668         * fvwm/builtins.c (CMD_StrokeFunc):
9669         * fvwm/menus.c (pop_menu_up):
9670         (pop_menu_down):
9671         (__mloop_init):
9672         * libs/FEvent.c (fev_update_last_timestamp):
9673         removed StashEventTime function; handle this directly in FEvent.c
9675         * fvwm/module_interface.c (ExecuteModuleCommand):
9676         * fvwm/misc.c (Keyboard_shortcuts):
9677         * fvwm/colormaps.c (colormap_handle_colormap_notify):
9678         * fvwm/events.c (handle_all_expose):
9679         (dispatch_event):
9680         (HandleEvents):
9681         (HandleKeyPress):
9682         don't use Event global anymore
9684         * fvwm/bindings.c (activate_binding):
9685         fixed key bindings on window corners
9687         * libs/fvwmlib.h (C_DECOR):
9688         context including all parts of the decorations
9690 2002-09-04  Mikhael Goikhman  <migo@homemail.com>
9692         * libs/FEvent.h:
9693         fixed compilation warning in #endif comment
9695         * fvwm/borders.c:
9696         removed debug fprintf
9698         * acconfig.h:
9699         * configure.in:
9700         * fvwm/fvwm.c:
9701         * fvwm/fvwm.1:
9702         another solution for reporting the cvs status
9704 2002-09-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9706         * configure.in (LIBOBJS):
9707         * acinclude.m4 (smr_SWITCH):
9708         fix for autoconf 2.53
9710         * fvwm/*.[ch]:
9711         removed unnecessary includes
9713         * fvwm/Makefile.am (fvwm_SOURCES):
9714         * fvwm/events.h:
9715         * fvwm/eventmasks.h:
9716         * fvwm/eventhandlers.h:
9717         new files split from events.h
9719         * fvwm/icccm2.c (HandleSelectionRequest):
9720         (HandleSelectionClear):
9721         * fvwm/colormaps.c (HandleColormapNotify):
9722         * fvwm/menus.c (menu_tear_off):
9723         * fvwm/move_resize.c (resize_window):
9724         * fvwm/events.c:
9725         * fvwm/events.h:
9726         new argument avh_args_t to the event handler functions; still unused
9727         moved all event handlers to events.c
9728         remove now unnecessary includes in some files
9730         * fvwm/icccm2.c (HandleSelectionRequest):
9731         re-indented file
9733         * **/*.c:
9734         use replacements for X event functions everywhere
9736 2002-09-03  Mikhael Goikhman  <migo@homemail.com>
9738         * fvwm/defaults.h:
9739         * fvwm/screen.h:
9740         * fvwm/borders.c (border_flags_to_button_state):
9741         (CMD_ButtonState):
9742         * fvwm/builtins.c (ReadTitleButton):
9743         * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
9744         * fvwm/fvwm.c (InitVariables):
9745         Imlemented new title and button states InactiveUp and InactiveDown,
9746         new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
9747         So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
9748         Updated all ButtonStyle, TitleStyle and ButtonState commands.
9750         * fvwm/fvwm.c:
9751         reformat license info in -version to be 3 lines and one empty line
9752         instead of 5 non-empty lines, for readability
9754 2002-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9756         * libs/FEvent.c:
9757         * libs/FEvent.h:
9758         * libs/Makefile.am:
9759         new files
9761         * fvwm/stack.c (__raise_or_lower_recursion):
9762         (RaiseOrLowerWindow):
9763         split into two functions
9764         renamed to __raise_or_lower_window
9765         (mark_transient_subtree):
9766         new flag MARK_CLEAR
9767         (position_new_window_in_stack_ring):
9768         (RaiseWindow):
9769         (LowerWindow):
9770         cleaned up stacking code
9772         * fvwm/menus.c (paint_menu):
9773         fixed a minor drawing problem with menu item reliefs
9775 2002-09-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9777         * fvwm/move_resize.c (InteractiveMove):
9778         removed eventp from interface
9779         changed all callers
9781         * fvwm/menucmd.c (menu_func):
9782         * fvwm/gnome.c (GNOME_ProxyButtonEvent):
9783         * fvwm/windowlist.c (CMD_WindowList):
9784         * fvwm/read.c (run_command_file):
9785         (run_command_stream):
9786         * fvwm/focus.c (warp_to_fvwm_window):
9787         * libs/Event.c (GetSubwindowFromEvent):
9788         * fvwm/events.c (GetContext):
9789         * libs/Pointer.c (GetLocationFromEventOrQuery):
9790         * fvwm/builtins.c (CMD_StrokeFunc):
9791         (CMD_StrokeFunc):
9792         * fvwm/events.c (StashEventTime):
9793         * fvwm/move_resize.c (InteractiveMove):
9794         * fvwm/functions.c (DeferExecution):
9795         (old_execute_function):
9796         * fvwm/fvwm.h (F_CMD_ARGS):
9797         (F_EXEC_ARGS):
9798         make eventp argument const to ease clean up work
9800         * fvwm/windowlist.c (CMD_WindowList):
9801         * fvwm/move_resize.c (InteractiveMove):
9802         * fvwm/menucmd.c (menu_func):
9803         * fvwm/icons.c (CMD_Iconify):
9804         always query pointer position in case a script modified the position
9805         in the input event
9807         * fvwm/focus.c (SetPointerEventPosition):
9808         removed function since it modifies the global event variable
9810         * fvwm/functable.c (func_table):
9811         added cursor and event type members fo DeferExecution call
9812         * fvwm/functions.c (DeferExecution):
9813         made static, call from inside functions.c only
9814         removed calls everywhere
9816         * fvwm/builtins.c (CMD_StrokeFunc):
9817         fixed memory leak
9819         * fvwm/virtual.c (HandlePaging):
9820         (MoveViewport):
9821         don't use global "Event" anymore
9822         (HandlePaging):
9823         pass in event structure through arguments
9824         changed all callers
9826 2002-09-02  olicha  <olivier.chapuis@free.fr>
9828         * libs/Colorset.c (*):
9829         * libs/Colorset.h:
9830         * libs/colorset.c (parse_colorset):
9831         * libs/PictureGraphics.c (PGrabXImage):
9832         (PCreateRenderPixmap):sx
9833         (PGraphicsCreateTransprency):
9834         * libs/PictureGraphics.h:
9835         An experimental implementation of ParentalRelative tinted background
9837         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9838         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9839         (PImageLoadPng):
9840         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
9841         * libs/FRenderInit.c (FRenderInit):
9842         (FRenderGetAlphaDepth):
9843         * libs/FRenderInit.h:
9844         Fixed alpha blending for xserver without depth 8 pixmap
9845         (maybe a tmp fix)
9847         * fvwm/fvwm.1.in
9848         typo
9850 2002-09-01  olicha  <olivier.chapuis@free.fr>
9852         * NEWS:
9853         Colorset and alpha blending news
9855 2002-08-31  olicha  <olivier.chapuis@free.fr>
9857         * libs/Ficonv.c (convert_charsets):
9858         Fixed compilation on systems that do not have EILSEQ
9860 2002-08-30  olicha  <olivier.chapuis@free.fr>
9862         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
9863         Fixed compilation of certain modules
9865         * fvwm/borders.c (border_render_into_pixmap):
9866         * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
9867         * libs/PictureGraphics.h:
9868         * libs/Graphics.c (CreateStretchPixmap):
9869         (CreateStretchYPixmap):
9870         (CreateStretchXPixmap):
9871         Progress with masks in multipixmap title
9873         * libs/PictureGraphics.c (PCopyArea):
9874         (PTileRectangle):
9875         (PCreateRenderPixmap):
9876         * fvwm/borders.c (border_fill_pixmap_background):
9877         Some drawing fixes
9879         * fvwm/icons.c (DrawIconWindow):
9880         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9881         Fixed the shape mask of ewmh icons and icons with some alpha
9883 2002-08-30  olicha  <olivier.chapuis@free.fr>
9885         * libs/PictureGraphics.c (PCreateRenderPixmap):
9886         (PGrabImageErrorHandler):
9887         (PGraphicsCopyPixmaps):
9888         (PGraphicsCopyFvwmPicture):
9889         (PGraphicsTileRectangle):
9890         (PGraphicsRenderPixmaps):
9891         (PGraphicsRenderPicture):
9892         * libs/PictureGraphics.h:
9893         * libs/PictureBase.h:
9894         Replaced PGraphicsTileRectangle with a more powerful function,
9895         PCreateRenderPixmap, which performs *full* XRender simulation.
9896         So alpha blending is now supported even without Xrender support.
9897         New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
9898         for direct rendering with tint and alpha channel.
9900         * libs/FRender.c (FRenderVisualInit):
9901         (FRenderCopyArea):
9902         (FRenderTintRectangle):
9903         (FRenderRender):
9904         * libs/FRenderInterface.h:
9905         Replaced FRenderCopyArea and FRenderTintRectangle with a more general
9906         and more powerfull function FRenderRender
9908         * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9909         (PImageLoadPng):
9910         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9911         Load the alpha even without Xrender support
9913         * libs/Colorset.h:
9914         * fvwm/colorset.c (parse_pixmap_tint):
9915         (parse_colorset):
9916         (alloc_colorset):
9917         Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
9918         or obsolete TintMask) also tints gradients and the tint is applied
9919         only to the pixmap not the bg color. The average bg is computed from
9920         the "original" pixmap and not the tinted one, bgTint should be used
9921         to get a real average bg in the case the pixmap is tinted
9923         * fvwm/icons.c (DrawIconWindow):
9924         (CreateIconWindow):
9925         * fvwm/menuitem.c (menuitem_paint):
9926         * fvwm/menus.c (paint_side_pic):
9927         * fvwm/borders.c (border_get_border_background):
9928         (border_draw_decor_to_pixmap):
9929         (border_fill_pixmap_background):
9930         * fvwm/events.c (HandlePropertyNotify):
9931         Picture rendering use the new PGraphicsRenderPixmaps and
9932         PGraphicsRenderPicture libs functions. Respect new colorset options
9934         * fvwm/colorset.c (parse_colorset):
9935         (alloc_colorset):
9936         (CMD_ReadWriteColors):
9937         * fvwm/fvwm.1.in:
9938         Removed the read write colorset codes
9940         * libs/Graphics.c (CalculateGradientDimensions):
9941         Fixed the size of dithered H and V gradients
9943         * libs/PictureUtils.c (*):
9944         * libs/PictureUtils.h:
9945         Some cleanup
9947 2002-08-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9949         * fvwm/menus.c (paint_menu_gradient_background):
9950         fixed drawing of SidePic menu background when not using SideColor
9952 2002-08-28  Hippo
9953         * FvwmIconBox/icons.c:
9954         Fixed core dump
9956 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
9958         * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
9960 2002-08-26  Mikhael Goikhman  <migo@homemail.com>
9962         * configure.in:
9963         fixed --disable-ewmh
9965         * libs/Picture.c:
9966         * libs/Picture.h:
9967         added const to some prototypes
9969 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
9971         * fvwm/menus.c (MenuInteraction):
9972         (__menu_loop):
9973         renamed MenuInteraction to __menu_loop
9975         * fvwm/menus.c (pop_menu_up):
9976         (do_menu):
9977         (MenuInteraction):
9978         removed pdo_warp_to_title argument of pop_menu_up and changed all
9979         callers; logic is now in last_saved_position_hints
9980         (__menu_get_next_event_timeout_loop):
9981         began to split MenuInteraction into several sub functions
9982         go away, evil "goto"!
9984         * fvwm/style.c (style_parse_one_style_option):
9985         all boolean styles - and *only* boolean styles, can be prefixed with a
9986         '!' to invert their meaning
9987         (style_parse_button_style):
9988         moved Button and NoButton styles to separate function
9990         * configure.in:
9991         * NEWS:
9992         updated for 2.5.4-devel
9994         * configure.in:
9995         2.5.3 was released
9997         * configure.in:
9998         * NEWS:
9999         updated for 2.5.3
10001         * fvwm/menuitem.h (struct):
10002         * fvwm/menus.c (paint_menu_gradient_background):
10003         (paint_menu_pixmap_background):
10004         (paint_menu):
10005         (clear_expose_menu_area):
10006         fixed TiledPixmap menu background drawing bug
10007         sorted function in file and removed forward declarations
10009 2002-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10011         * fvwm/Makefile.am (LDADD):
10012         put -lfvwm at front of library list
10014         * fvwm/windowlist.c (CMD_WindowList):
10015         print window's page instead of current page in windowlist
10017 2002-08-24  Bob Woodside  <dumbledore@woodsway.com>
10019         * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10020         Fix for Experimental RaiseOverUnmanaged Handling.
10022 2002-08-22  Bob Woodside  <dumbledore@woodsway.com>
10024         * fvwm/focus.h:
10025         * fvwm/stack.h:
10026         New defs for Experimental RaiseOverUnmanaged Handling.
10028         * fvwm/events.c (HandleEnterNotify):
10029         * fvwm/focus.c:
10030         (set_focus_to_fwin)
10031         (focus_query_grab_buttons)
10032         (_focus_grab_buttons)
10033         (focus_grab_buttons)
10034         (focus_grab_buttons_client_entered)
10035         (_SetFocusWindow)
10036         (__activate_window_by_command)
10037         (_ReturnFocusWindow)
10038         (_DeleteFocus)
10039         (_ForceDeleteFocus)
10040         * fvwm/stack.c:
10041         (raise_over_unmanaged)
10042         (is_above_unmanaged)
10043         (_is_on_top_of_layer)
10044         (is_on_top_of_layer)
10045         (is_on_top_of_layer_and_above_unmanaged)
10046         Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10047         interaction of RaiseOverUnmanaged with various focus policies,
10048         particularly mouse focus + client click raises; issue mouse
10049         button grabs when and only when they are actually needed; and
10050         fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10051         (Thanks to the GFPR, this is much more straightforward to do!)
10053 2002-08-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10055         * fvwm/fvwm.1.in:
10056         added a paragraph about scripting and complex functions.
10058         * fvwm/style.c (style_parse_one_style_option):
10059         fixed flag_mask and change_mask of TitleAt... styles that broke left
10060         and bottom titles
10062 2002-08-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10064         * fvwm/fvwm.1.in:
10065         describe new focus policy styles
10067 2002-08-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10069         * fvwm/style.c (merge_styles):
10070         fixed applying style updates immediately
10072         * fvwm/geometry.c (constrain_size):
10073         fixed font resizing of maximized windows
10075         * fvwm/window_flags.h:
10076         * fvwm/fvwm.h (has_new_wm_normal_hints):
10077         new window flags
10079         * fvwm/events.c (HandleEnterNotify):
10080         fixed UngrabNotify returning focus to just unfocused window
10081         * fvwm/focus.h:
10082         added debug code
10084         * fvwm/style.c (merge_styles):
10085         (free_style_mask):
10086         (__simplify_style_list):
10087         fixed default style calculations
10089         * fvwm/events.c (HandleConfigureRequest):
10090         disabled debug output
10092         * fvwm/style.c (merge_styles):
10093         * fvwm/fvwm.h (window_style):
10094         new style member default_mask to allow two levels of defaults;
10095         fixes focus policy defaults
10096         * fvwm/style.h:
10097         rewrote many of the macros; changed all callers
10099         * fvwm/borders.c (RenderIntoPixmap):
10100         (DrawMultiPixmapTitlebar):
10101         (border_render_into_pixmap):
10102         (border_draw_multi_pixmap_titlebar):
10103         applied Suzanne Skinner's multi pixmap titles fix
10104         renamed functions and changed all callers
10106         * libs/FScreen.c (FScreenGetScrRect):
10107         (FindScreen):
10108         (FScreenGetScrId):
10109         new utility functions
10111         * fvwm/windowlist.c (CMD_WindowList):
10112         new option MaxLabelWidth for the WIndowList command based on patch by
10113         Maxim F. Ischenko
10114         new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
10115         WindowList command.
10117         * fvwm/events.c (HandleConfigureRequest):
10118         removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
10119         seems to work without problems
10121 2002-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10123         * fvwm/style.c (merge_styles):
10124         fixed style defaults getting stuck to on once set
10126         * configure.in:
10127         fixed a number of non portable uses of the "test" command and unified
10128         the used syntax of all calls to reduce chance of copy-and-paste
10129         problems
10131 2002-08-17  Mikhael Goikhman  <migo@homemail.com>
10133         * configure.in:
10134         * fvwm/fvwm.1.in:
10135         minor typos and improvements;
10136         better string quotings and detection of fribidi for autoconf-2.53
10138         * fvwm/Makefile.am:
10139         don't include *.in in EXTRA_DIST, they are auto-included
10141 2002-08-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10143         * fvwm/events.c (HandleConfigureRequest):
10144         (HandlePropertyNotify):
10145         (is_resizing_event_pending):
10146         fixed uninitialised return code of test_resizing_event
10148 2002-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10150         * fvwm/decorations.c (SelectDecor):
10151         * fvwm/style.h:
10152         * fvwm/window_flags.h:
10153         * fvwm/fvwm.h:
10154         moved common.s.has_no_border window flag to common.has_no_border to
10155         fix windows getting stuck without a border once the HandleWidth or
10156         BorderWidth was set to 0 and then increased again
10158         * fvwm/fvwm.1.in:
10159         removed reference to BUGS and TODO
10161         * configure.in:
10162         moved a lot of constant definitions to configure.in; the fvwm.lsm and
10163         fvwm.1 files don't have to be updated for a release anymore; the release
10164         number and date are set by configure
10166         * fvwm/fvwm.c (setVersionInfo):
10167         fixed output of "fvwm -version"
10169 2002-08-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10171         * fvwm/style.c (style_parse_one_style_option):
10172         Old focus styles override less of the behaviour specified with the
10173         FP... styles; use defaults instead without setting the mask
10174         (style_parse_one_style_option):
10175         removed the styles MouseFocusClickIgnoreMotion and
10176         MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
10177         instead
10178         (style_parse_one_style_option):
10179         ClickToFocusRaises now works only on the client window, not on the
10180         decorations
10181         (style_parse_one_style_option):
10182         fixed FocusFollowsMouse style
10183         (style_set_old_focus_policy):
10184         moved old default focus settings to a separate function, simplified code
10186 2002-08-14  Dan Espen  <dane@mk.telcordia.com>
10188         * fvwm/fvwm.1: Add hot-spot is an offset information,
10189         fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
10190         the xpm docs).
10192 2002-08-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10194         * fvwm/style.c (style_parse_focus_policy_style):
10195         fixed parsing of FPFocusClickButtons and FocusClickModifiers
10197         * libs/Makefile.am:
10198         added missing files
10200         * fvwm/events.c (HandleConfigureRequest):
10201         fixed ConfigureRequest race condition
10203 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10205         * configure.in:
10206         quote environment variables
10208 2002-08-13  olicha  <olivier.chapuis@free.fr>
10210         * NEWS:
10211         Color limit and dithering news
10213         * fvwm/fvwm.1:
10214         Added a minimal doc for the -color-limit option
10216         * fvwm/builtins.c (CMD_ColorLimit):
10217         ColorLimit is obsolete
10219         * fvwm/builtins.c (ReadDecorFace):
10220         * libs/PictureUtils.c (my_dither_depth_15_16_init):
10221         (PictureAllocColorAllProp):
10222         Implemented dithering for depth 16 and 15. This is off by default
10223         in colorset (use the dither colorset option) and on by default
10224         for window title gradient. Gradient are visibly more smooth.
10226         * libs/PictureUtils.c (*):
10227         Some cleanup
10229 2002-08-13  Mikhael Goikhman  <migo@homemail.com>
10231         * fvwm/fvwm.1:
10232         corrected the pixmap cursor description, added an example
10234 2002-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10236         * fvwm/menus.c (select_menu_item):
10237         (paint_menu_gradient_background):
10238         fixed a redrawing problem with H/Vgradient menu faces
10239         (MenuInteraction):
10240         fixed a minor problem w/ entering submenus via keyboard
10242 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10244         * fvwm/move_resize.c (CMD_ResizeMove):
10245         (CMD_Resize):
10246         (CMD_Maximize):
10247         (CMD_ResizeMaximize):
10248         (CMD_ResizeMoveMaximize):
10249         commands can be used on iconified windows again
10251         * ONEWS:
10252         * NEWS:
10253         moved pre-2.2 NEWS to ONEWS
10255         * libs/strdup.c:
10256         * libs/safemalloc.c:
10257         * libs/envvar.c:
10258         * libs/alloca.c:
10259         * libs/Target.c:
10260         * libs/Parse.c:
10261         * libs/Bindings.c:
10262         * fvwm/menustyle.c:
10263         * fvwm/menus.c:
10264         * fvwm/menuitem.c:
10265         * fvwm/menucmd.c:
10266         * fvwm/frame.c:
10267         * fvwm/events.c:
10268         * fvwm/borders.c:
10269         let config.h include strinh.h or strings.h
10271         * fvwm/style.c (style_parse_one_style_option):
10272         (style_parse_one_style_option):
10273         fixed icon box crash
10275         * fvwm/bindings.c (update_nr_buttons):
10276         fixed extra buttons on window decorations
10278         * fvwm/style.c (style_parse_one_style_option):
10279         fixed parsing of the FP... and !FP... styles
10281 2002-08-12  Bob Woodside  <dumbledore@woodsway.com>
10283         * fvwm/style.c (style_parse_one_style_option):
10284         Fixed a typo so that ClickToFocusRaisesOff actually turns
10285         the option off instead of on.
10287 2002-08-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10289         * fvwm/focus.c (focus_grab_buttons):
10290         only grab necessary buttons on the client window
10292 2002-08-11  olicha  <olivier.chapuis@free.fr>
10294         * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
10295         Removed some debug code
10297         * fvwm/fvwm.c (main):
10298         (usage):
10299         Added -color-limit to fvwm usage
10301 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10303         * fvwm/style.c (style_parse_one_style_option):
10304         (style_parse_focus_policy_style):
10305         added style options "FP..." to control focus policy
10306         removed OverrideGrabFocus and AllowGrabFocus styles
10308         * fvwm/style.c (merge_styles):
10309         fixed style defaults != 0
10311         * fvwm/focus.c (__restore_focus_after_unmap):
10312         fixed a bug w/ reverting the focus from transients to the parent
10314         * fvwm/ewmh.c (ewmh_HandleDesktop):
10315         * fvwm/style.c (style_parse_one_style_option):
10316         fixed defaults for various focus styles
10318         * NEWS:
10319         updated for 2.4.9
10321         * fvwm/frame.c (frame_mrs_resize_move_windows):
10322         backed out anti-flicker patch that slowed down command processing
10324         * fvwm/bindings.c (update_nr_buttons):
10325         (ParseBinding):
10326         fixed sluggish processing of mouse bindings
10328         * fvwm/events.c (__handle_bpress_action):
10329         fixed drawing of pressed decorations w/o bindings
10331         * fvwm/frame.c (frame_move_resize):
10332         removed debug code that broke focus handling
10334         * fvwm/style.c (style_parse_one_style_option):
10335         fixed passing the focus click to the app by default
10337         * fvwm/events.c (__handle_click_to_focus):
10338         * fvwm/focus.c (set_focus_to_fwin):
10339         (__set_focus_to_fwin):
10340         removed drawing code that broke as many places as it fixed; plus it
10341         cause unnecessary redraws
10343         * fvwm/events.c (HandleConfigureRequest):
10344         send a synthetical ConfigureNotify if an application is not granted its
10345         wishes from a ConfigureRequest; this is necessary for FixedPPosition
10346         and FixedPSize to work properly; also to be ICCCM compliant
10347         always force border_width 0 in these events
10348         in the experimental cr merging code, send a number of cn events equal
10349         to the number of merged events
10351         * libs/Parse.c:
10352         * fvwm/style.c:
10353         reformatted
10355         * fvwm/style.c (style_parse_focus_policy_style):
10356         (style_parse_icon_size_style):
10357         (style_parse_icon_box_style):
10358         (style_parse_icon_grid_style):
10359         (style_parse_icon_fill_style):
10360         (style_parse_one_style_option):
10361         (parse_and_set_window_style):
10362         split into separate functions
10363         (style_parse_one_style_option):
10364         simplified and cleaned up
10366         * fvwm/events.h:
10367         * fvwm/decorations.c:
10368         * fvwm/cursor.h:
10369         * fvwm/cursor.c:
10370         * fvwm/conditional.h:
10371         * fvwm/conditional.c:
10372         * fvwm/colorset.h:
10373         * fvwm/colors.h:
10374         * fvwm/colors.c:
10375         * fvwm/colormaps.c:
10376         * fvwm/bindings.h:
10377         * fvwm/bindings.c:
10378         reformatted and cleaned up
10380 2002-08-11  olicha  <olivier.chapuis@free.fr>
10382         * libs/PictureUtils.c (*):
10383         * libs/PictureUtils.h:
10384         * libs/PictureDitherMatrice.h (new file):
10385         * libs/PictureImageLoader.c (*):
10386         * libs/PictureImageLoader.h:
10387         * libs/PictureGraphics.c  (PGraphicsCreateDitherPixmap):
10388         (PCreateDitherPixmap):
10389         (PCreateTintedPixmap):
10390         * libs/PictureGraphics.h:
10391         * libs/PictureBase.c (PictureInitCMap):
10392         * libs/PictureBase.h:
10393         * libs/Picture.c (*):
10394         * libs/Picture.h:
10395         * libs/Fxpm.h:
10396         * libs/Colorset.c (DumpColorset):
10397         (LoadColorset):
10398         * libs/Colorset.h:
10399         * libs/Graphics.c (all gradient functions):
10400         * libs/fvwmlib.h:
10401         * fvwm/screen.h:
10402         * fvwm/move_resize.c (CMD_XorPixmap):
10403         * fvwm/colors.c (FreeColors):
10404         * fvwm/builtins.c (CMD_DefaultColors):
10405         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10406         * fvwm/builtins.c (FreeDecorFace):
10407         (ReadDecorFace):
10408         * fvwm/menus.c (pop_menu_down):
10409         (paint_menu_gradient_background):
10410         (scanForPixmap):
10411         * fvwm/menus.h:
10412         * fvwm/menustyle.c (menustyle_free_face):
10413         (menustyle_parse_face):
10414         (menustyle_free):
10415         (menustyle_update):
10416         (menustyle_parse_style):
10417         (CMD_CopyMenuStyle):
10418         * fvwm/menustyle.h:
10419         * fvwm/icons.c (GetIconFromFile):
10420         * fvwm/builtins.c (ReadMultiPixmapDecor):
10421         (ReadDecorFace):
10422         * fvwm/borders.c (border_draw_decor_to_pixmap):
10423         * fvwm/add_window.c (setup_mini_icon):
10424         * fvwm/fvwm.c (main):
10425         * fvwm/colorset.c (free_colorset_background):
10426         (parse_pixmap):
10427         (parse_shape):
10428         (parse_colorset):
10429         New color limit method and implement dithering in depth <= 8.
10430         Added a "fvwm picture attributes" structure for loading image.
10431         Some colors leaks fix. Add some (weak) color leaks. New option
10432         -color-limit for fvwm. 257 fix. Some prepartion for tint and
10433         alpha in colorset.
10435 2002-08-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10437         * libs/Flocale.c (FlocaleRotateDrawString):
10438         fixed a crash
10440 2002-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10442         * fvwm/style.c (parse_and_set_window_style):
10443         fixed the default for passing the click-to-raise click for mousey
10444         focus
10446         * fvwm/events.c (__handle_click_to_focus):
10447         removed redundant code
10448         (WaitForButtonsUp):
10449         fixed sluggish motion event handling when waiting for buttons to be
10450         released
10452         * fvwm/focus.c (__set_focus_to_fwin):
10453         (set_focus_to_fwin):
10454         fixed redrawing the border w/ mousey focus when the window was entered,
10455         then the border was clicked before the FocusIn event arrived
10457         * fvwm/events.c (__handle_bpress_on_managed):
10458         * fvwm/style.c (parse_and_set_window_style):
10459         fixed some small focus problems
10461         * fvwm/fvwm.c:
10462         reformatted and cleaned up
10464         * fvwm/fvwm.1:
10465         formatting fixes
10467         * fvwm/focus.c (focus_query_click_to_raise):
10468         (focus_query_click_to_focus):
10469         * fvwm/style.c (parse_and_set_window_style):
10470         * fvwm/events.c (__test_for_motion):
10471         (__check_click_to_focus_or_raise):
10472         (__handle_focus_raise_click):
10473         (__is_bpress_window_handled):
10474         (__handle_click_to_focus):
10475         (__handle_click_to_raise):
10476         (__handle_bpress_stroke):
10477         (__handle_bpress_action):
10478         (__handle_bpress_on_root):
10479         (__handle_bpress_on_unmanaged):
10480         (__handle_bpress_on_managed):
10481         (HandleButtonPress):
10482         GFPR: completely rewrote ButtonPress handler, thus finishing the core
10483         of the new focus code; only the parsing for the new styles is missing
10485         * fvwm/virtual.c (is_pan_frame):
10486         new function
10488 2002-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10490         * fvwm/add_window.c (AddWindow):
10491         fixed compile error
10493         * fvwm/events.c (__handle_focus_raise_click):
10494         (HandleButtonPress):
10495         clean up
10497         * fvwm/events.c (__handle_focus_raise_click):
10498         * fvwm/fvwm.h (struct):
10499         * fvwm/style.c (check_window_style_change):
10500         (parse_and_set_window_style):
10501         * fvwm/session.c (MatchWinToSM):
10502         * fvwm/window_flags.h:
10503         eliminated parts of the old focus code
10505         * fvwm/focus.c (__set_focus_to_fwin):
10506         (set_focus_to_fwin):
10507         * fvwm/fvwm.c (InitVariables):
10508         * fvwm/add_window.c (destroy_window):
10509         * fvwm/events.c (__handle_focus_raise_click):
10510         * fvwm/screen.h (ScreenInfo):
10511         eliminated Scr.Ungrabbed global
10513         * fvwm/update.c (apply_window_updates):
10514         (flush_window_updates):
10515         * fvwm/icons.c (DeIconify):
10516         (Iconify):
10517         * fvwm/move_resize.c (CMD_Maximize):
10518         (__move_window):
10519         (handle_stick):
10520         * fvwm/frame.c (frame_free_move_resize_args):
10521         (__frame_setup_window):
10522         * fvwm/virtual.c (do_move_window_to_desk):
10523         (CMD_GotoDeskAndPage):
10524         (goto_desk):
10525         (MoveViewport):
10526         * fvwm/stack.c (LowerWindow):
10527         * fvwm/events.c (HandleMapNotify):
10528         (HandleVisibilityNotify):
10529         (DispatchEvent):
10530         (HandleFocusIn):
10531         (__handle_focus_raise_click):
10532         (HandleEnterNotify):
10533         (HandleMapRequestKeepRaised):
10534         * fvwm/add_window.c (setup_key_and_button_grabs):
10535         (setup_focus_policy):
10536         (destroy_window):
10537         * fvwm/focus.c (__try_other_screen_focus):
10538         (__set_focus_to_fwin):
10539         (set_focus_to_fwin):
10540         (focus_grab_buttons_on_pointer_window):
10541         (focus_grab_buttons_on_layer):
10542         (focus_grab_buttons_new):
10543         cleaned up focus grab handling.
10545         * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
10546         clean up
10548 2002-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10550         * fvwm/add_window.c (setup_window_structure):
10551         (AddWindow):
10552         discarded unused return code
10554         * fvwm/focus.c (focus_grab_buttons):
10555         split into two fucntions and fixed a bug with ungrabbing buttons
10557         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
10558         * fvwm/style.c (parse_and_set_window_style):
10559         * fvwm/icons.c (DeIconify):
10560         (DeIconify):
10561         * fvwm/events.c (HandleButtonPress):
10562         (HandleEnterNotify):
10563         (HandleLeaveNotify):
10564         (HandleMapNotify):
10565         (HandleMapRequestKeepRaised):
10566         * fvwm/add_window.c (CaptureAllWindows):
10567         * fvwm/virtual.c (UnmapDesk):
10568         (MapDesk):
10569         (do_move_window_to_desk):
10570         * fvwm/update.c (flush_window_updates):
10571         * fvwm/focus.c (set_focus_model):
10572         (DeleteFocus):
10573         (__restore_focus_after_unmap):
10574         much more GFPR work; these patches may break lots of things
10576         * fvwm/focus.c (set_focus_to_fwin):
10577         (__activate_window_by_command):
10578         (SetFocusWindow):
10579         (ReturnFocusWindow):
10580         (DeleteFocus):
10581         (ForceDeleteFocus):
10582         renamed MoveFocus to set_focus_to_fwin
10584 2002-08-07  Mikhael Goikhman  <migo@homemail.com>
10586         * libs/Fft.c (FftDrawString):
10587         removed redudant and buggy code that called DrawStringFunc before
10588         this pointer gets initialized
10590         * fvwm/focus.c (focus_query_click_to_raise):
10591         fixed possibly-uninitialized variable warning
10593         * fvwm/Makefile.am:
10594         specify stroke includes before Xft includes, may improve some cases
10596 2002-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10598         * configure.in:
10599         fixed sys/time.h detection
10601         * fvwm/events.c (HandleMappingNotify):
10602         * libs/Bindings.c (AddBinding):
10603         added MappingNotify event handler
10605         * fvwm/events.c (HandleMapRequest):
10606         removed debug code
10608         * fvwm/events.c (InitEventHandlerJumpTable):
10609         another attempt at handling "unknown" modifiers in key bindings
10611 2002-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10613         * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
10614         * fvwm/add_window.c (destroy_window):
10615         * fvwm/focus.c (focus_grab_buttons):
10616         fixed core dump
10618 2002-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10620         * fvwm/focus.c (focus_force_refresh_focus):
10621         * fvwm/events.c (HandleEnterNotify):
10622         (HandlePropertyNotify):
10623         (HandleButtonPress):
10624         * fvwm/icons.c (DeIconify):
10625         * fvwm/virtual.c (MapDesk):
10626         * fvwm/focus_policy.c (fpol_query_allow_user_focus):
10627         * fvwm/update.c (apply_window_updates):
10628         * fvwm/module_interface.c:
10629         * fvwm/conditional.c (MatchesConditionMask):
10630         more GFPR work
10632         * fvwm/icons.c (Iconify):
10633         removed "#if 0"ed code
10635         * fvwm/module_interface.c:
10636         disabled the old ConfigureWindow module interface
10638         * vms/vms.c:
10639         * libs/fvwmsignal.h:
10640         * libs/Picture.c:
10641         * fvwm/ewmh_intern.h:
10642         * fvwm/events.c:
10643         * fvwm/module_interface.c:
10644         * fvwm/misc.c:
10645         use ftime.h
10647         * libs/ftime.h:
10648         new file to encapsulate time.h and sys/time.h inclusion
10650         * fvwm/stack.c:
10651         re-indented
10652         (mark_transient_subtree):
10653         (__mark_group_member):
10654         cleaned up and split into two functions
10656         * fvwm/focus.c (CMD_Focus):
10657         (CMD_FlipFocus):
10658         * fvwm/icons.c (DeIconify):
10659         clean up
10660         (FocusOn)
10661         (__activate_window_by_command):
10662         renamed function
10664         * fvwm/focus_policy.c (fpol_query_allow_set_focus):
10665         * fvwm/focus_policy.h (fpol_set_focus_by_t):
10666         * fvwm/style.c (parse_and_set_window_style):
10667         (parse_and_set_window_style):
10668         began implementing new focus control styles
10670         * fvwm/focus.c (DoSetFocus):
10671         (__restore_focus_after_unmap):
10672         (MoveFocus):
10673         (refresh_focus):
10674         more GFPR work
10675         (DoSetFocus):
10676         (__set_focus_to_fwin):
10677         function renamed
10679         * fvwm/conditional.c (MatchesConditionMask):
10680         * fvwm/focus.c (focus_query_open_grab_focus):
10681         (focus_query_close_restore_focus):
10682         (focus_does_accept_input_focus):
10683         (MoveFocus):
10684         * fvwm/events.c (HandleUnmapNotify):
10685         (HandleEnterNotify):
10686         (HandleMapNotify):
10687         (HandleMapRequestKeepRaised):
10688         renamed some functions
10690         * libs/defaults.h:
10691         * fvwm/focus_policy.c:
10692         * fvwm/focus_policy.h:
10693         prepared some future focus policy flags
10695         * configure.in:
10696         enable error message when png or xpm test compilation fails
10698         * fvwm/style.h:
10699         * fvwm/window_flags.h:
10700         * fvwm/ewmh.c (ewmh_HandleDesktop):
10701         * fvwm/style.c (parse_and_set_window_style):
10702         (check_window_style_change):
10703         * fvwm/events.c (HandleButtonPress):
10704         (HandleVisibilityNotify):
10705         began GFPR migration of *raises* focus policy flags
10707         * fvwm/focus.c (focus_is_focusd):
10708         new function
10710         * libs/Bindings.c (AddBinding):
10711         fixed handling of "unknown" modifiers in key bindings
10713         * fvwm/focus.c (focus_grab_buttons):
10714         (focus_query_grab_buttons):
10715         moved focus policy code into separate function
10717 2002-08-02  Mikhael Goikhman  <migo@homemail.com>
10719         * Makefile.am:
10720         DESTDIR fix
10722 2002-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10724         * fvwm/style.c (parse_and_set_window_style):
10725         * fvwm/focus.c (focus_query_grab_focus):
10726         * fvwm/events.c (HandleMapNotify):
10727         (HandlePropertyNotify):
10728         * fvwm/focus_policy.c (fpol_init_default_fp):
10729         * libs/defaults.h:
10730         new styles OverrideGrabFocus and AllowGrabFocus
10731         cleaned up focus grabbing code and moved to focus.c
10733 2002-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10735         * fvwm/focus.c (CMD_WarpToWindow):
10736         fixed negative arguments for unmanaged windows
10738         * fvwm/conditional.c (CMD_Direction):
10739         use PeekToken instead of GetNextToken
10740         cleaned up
10741         new direction "center"
10743 2002-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10745         * fvwm/events.c (addkbsubinstoarray):
10746         disabled experimental pointer warping code
10748         * fvwm/menus.c:
10749         removed menu crash debug code
10751 2002-07-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10753         * fvwm/menus.c:
10754         added tons of crash debug code
10756         * fvwm/add_window.c:
10757         made a lot of internal functions static
10759         * fvwm/add_window.c (setup_button_windows):
10760         (destroy_title_window):
10761         (destroy_button_windows):
10762         (destroy_resize_handle_windows):
10763         (destroy_auxiliary_windows):
10764         (destroy_icon):
10765         (destroy_window):
10766         * fvwm/icons.c (CreateIconWindow):
10767         safety patches w/ XDeleteContext
10769         * fvwm/menus.c (DestroyMenu):
10770         fixed a crash w/ accessing already deleted menus
10772 2002-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10774         * fvwm/menus.c (get_menu_options):
10775         fixed menu context rectangle "icon" if the icon was not just a pixmap
10777 2002-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10779         * fvwm/events.c (HandleMapNotify):
10780         (HandleMapRequestKeepRaised):
10781         (HandleUnmapNotify):
10782         * fvwm/ewmh_events.c (ewmh_WMStateModal):
10783         * fvwm/ewmh.c (ewmh_HandleDesktop):
10784         * fvwm/style.c (parse_and_set_window_style):
10785         removed old do_grab_focus_when_created and *_when_transient_* flags
10787 2002-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10789         * fvwm/conditional.c (MatchesConditionMask):
10790         * fvwm/focus.c (DoSetFocus):
10791         * fvwm/session.c (MatchWinToSM):
10792         * fvwm/module_interface.c (SETOLDFLAGS):
10793         removed old is_lenient flag
10795         * fvwm/bindings.c:
10796         * fvwm/style.c (__simplify_style_list):
10797         (simplify_style_list):
10798         reformatted
10800         * fvwm/window_flags.h:
10801         * fvwm/style.h:
10802         access macros for focus policy flags structures
10803         reformatted
10805         * fvwm/focus_policy.c:
10806         * fvwm/focus_policy.h:
10807         new files, begin great focus policy rewrite aka GFPR
10809 2002-07-22  Bob Woodside  <dumbledore@woodsway.com>
10811         * fvwm/placement.c (PlaceWindow):
10812         Fixed interaction between CascadePlacement and StartsOnPage
10814 2002-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10816         * libs/fvwmsignal.c (fvwmSelect):
10817         call alloca(0) in fvwmSelect to make sure the memory is not leaked in
10818         modules
10820 2002-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10822         * fvwm/add_window.c (CaptureOneWindow):
10823         fixed a core dump w/ windows being destroyed during a recapture
10824         (AddWindow):
10825         removed duplicate check if new windows still exist
10827         * fvwm/placement.c (CMD_PlaceAgain):
10828         * fvwm/move_resize.c (move_window_doit):
10829         (__move_icon):
10830         * fvwm/virtual.c (MapDesk):
10831         (MoveViewport):
10832         (do_move_window_to_desk):
10833         * fvwm/icons.c (AutoPlaceIcon):
10834         (ChangeIconPixmap):
10835         (Iconify):
10836         some cleanup in movement code
10837         new option "Icon" to PlaceAgain command
10838         adapted documentation accordingly
10840         * fvwm/move_resize.c (move_window_doit):
10841         (__move_window):
10842         renamed function
10844 2002-07-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10846         * libs/Flocale.c (FlocaleRotateDrawString):
10847         create gcs only once
10849         * fvwm/fvwm.1:
10850         removed some references to Recapture
10851         UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
10852         ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
10854         * libs/gravity.c (gravity_parse_multi_dir_argument):
10855         fixed "all" multidir selecting "center" too
10857         * libs/Fft.c (FftDrawString):
10858         * libs/Flocale.c (FlocaleRotateDrawString):
10859         (FlocaleFontStructDrawString):
10860         (FlocaleDrawString):
10861         fixed some text placement bugs w/ shadow text
10862         (FlocaleGetShadowTextPosition):
10863         implemented "center" shadows
10865 2002-07-20  olicha  <olivier.chapuis@free.fr>
10867         * libs/Flocale.c (FlocaleRotateDrawString):
10868         Removed some static declarations
10870 2002-07-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10872         * libs/gravity.c (gravity_multi_dir_to_dir):
10873         * libs/gravity.h (enum):
10874         new function, cleaned up
10875         (enum):
10876         * fvwm/fvwm.h (FvwmWindow):
10877         * libs/Fft.c:
10878         * fvwm/geometry.c:
10879         * fvwm/borders.c:
10880         moved text_rotation_type to gravity.h and renamed to rotation_type
10882         * libs/Flocale.h:
10883         fixed several bugs in the access macros
10885         * libs/Flocale.c:
10886         removed unused static FlocaleSeted
10887         (FlocaleFontStructDrawString):
10888         simplified function
10890         * fvwm/virtual.c (CMD_EdgeCommand):
10891         * fvwm/windowshade.c (CMD_WindowShade):
10892         * fvwm/conditional.c (CMD_Direction):
10893         adapted to changes in ParseDirectionArgument
10895         * libs/gravity.h:
10896         * libs/gravity.c (ParseDirectionArgument):
10897         new direction "Center"
10899         * fvwm/virtual.c (CMD_EdgeCommand):
10900         reformatted
10902 2002-07-18  olicha  <olivier.chapuis@free.fr>
10904         * libs/PictureUtils.c (PictureRGBtoPixel):
10905         (decompose_mask):
10906         Fixed(??) color allocation for some visuals
10908 2002-07-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10910         * libs/Flocale.c (FlocaleFontStructDrawString):
10911         a little code cleanup
10913         * fvwm/events.c (HandleEnterNotify):
10914         removed debug code
10915         anothe click+drag fix
10917         * libs/Pointer.c (GetLocationFromEventOrQuery):
10918         * fvwm/focus.c (SetPointerEventPosition):
10919         * fvwm/functions.c (CheckActionType):
10920         * fvwm/builtins.c (CMD_StrokeFunc):
10921         * fvwm/move_resize.c (moveLoop):
10922         (resize_window):
10923         fixed some bugs w/ pointer on wrong screen
10925 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10927         * fvwm/events.c (HandleLeaveNotify):
10928         fixed problem w/ click+drag and mousey focus
10930         * fvwm/menus.c (size_menu_horizontally):
10931         fixed menu style SubmenusLeft w/ icons in menu items
10933 2002-07-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10935         * fvwm/menuitem.c (menuitem_paint):
10936         * fvwm/menus.h:
10937         * fvwm/menus.c (paint_menu_gradient_background):
10938         (get_menu_paint_item_parameters):
10939         removed circular dependency of menus.c and menuitem.c by using callback
10940         functions
10942 2002-07-17  olicha  <olivier.chapuis@free.fr>
10944         * fvwm/menuitem.c:
10945         A -Wall fix
10947         * fvwm/fvwm.c (InitVariables):
10948         (main):
10949         * fvwm/colorset.c (parse_colorset):
10950         (alloc_colorset):
10951         (CMD_ReadWriteColors):
10952         * fvwm/builtins.c (CMD_ColorLimit):
10953         * libs/PictureUtils.h:
10954         * libs/PictureUtils.c (PictureReduceColor):
10955         (PictureReduceRGBColor):
10956         (PictureRGBtoPixel):
10957         (PictureAllocColor):
10958         (PictureFreeColors):
10959         (PictureGetNextColor):
10960         (colors_alloc_fail):
10961         (my_alloc_color):
10962         (AllocColors*):
10963         (AllocColorTable):
10964         (PictureAllocColorTable):
10965         * libs/PictureImageLoader.c (PImageXpmAllocColor):
10966         (PImageXpmFreeColor):
10967         (PImageLoadXpm):
10968         * libs/PictureBase.c (PictureInitCMap):
10969         * libs/Graphics.c (AllocLinearGradient):
10970         * libs/ColorUtils.c (GetShadow):
10971         (GetHilite):
10972         (GetForeShadow):
10973         (GetTintedPixel):
10974         (GetSimpleColor):
10975         (GetColor):
10976         (fvwmlib_clone_color):
10977         * libs/PictureGraphics.c (PGraphicsTintRectangle):
10978         Implemented a new color limit method
10980 2002-07-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
10982         * fvwm/move_resize.c (moveLoop):
10983         fixed problem moving the pointer off screen while moving a window
10984         (AnimatedMoveAnyWindow):
10985         fixed pointer warping w/ multiple screens and animated window motion
10987 2002-07-12  olicha  <olivier.chapuis@free.fr>
10989         * fvwm/menus.c (get_menu_paint_item_parameters):
10990         (paint_menu_gradient_background):
10991         * fvwm/menuitem.c (menuitem_paint):
10992         * fvwm/menuitem.h:
10993         * fvwm/menus.h:
10994         Fixed B/DGradient with Xft fonts
10996         * libs/Colorset.h:
10997         * libs/ColorUtils.c (GetTintedColor):
10998         (GetTintedPixel):
10999         * fvwm/colorset.c (parse_simple_tint):
11000         (parse_colorset):
11001         (alloc_colorset):
11002         Implemented fgTint colorset option
11004         * libs/PictureImageLoader.c:
11005         * libs/PictureUtils.c:
11006         * libs/PictureUtils.h:
11007         * libs/Makefile.am:
11008         Moved color limitation and some rgb to pixel functions from
11009         PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11011         * fvwm/colorset.c (parse_colorset):
11012         * libs/PictureGraphics.c (PCreateTintedPixmap):
11013         (PGraphicsTintRectangle):
11014         Implemented tinting for X server without Xrender support and
11015         did color limitation when tinting
11018 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11020         * fvwm/events.c (WaitForButtonsUp):
11021         fixed handling of button release events
11023 2002-07-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11025         * fvwm/menus.c (MenuInteraction):
11026         fixed core dump w/ dynamic popdown action destroying a menu
11027         (paint_menu_gradient_background):
11028         fixed hang and/or incorrect drawing of b and d gradients in menus
11030         * fvwm/events.c (HandleEnterNotify):
11031         (HandleLeaveNotify):
11032         improved LEAVE_WINDOW/ENTER_WINDOW handling
11034 2002-07-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11036         * libs/Colorset.c (SetWindowBackground):
11037         (SetWindowBackgroundWithOffset):
11038         (ScrollPixmap):
11039         implemented new functions to allow pixmap backgrounds with an offset
11041 2002-07-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11043         * fvwm/events.c (HandleMapRequestKeepRaised):
11044         send Map/UnmapNotify before iconyfying, not after
11046 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11048         * fvwm/events.c (HandleMapRequestKeepRaised):
11049         fake a MapNotify and then an UnmapNotify when a window is created iconic
11051         * fvwm/add_window.c (AddWindow):
11052         workaround for buggy TK menu positioning
11054         * fvwm/module_interface.c (FlushMessageQueue):
11055         (PositiveWrite):
11056         (get_pipe_name):
11057         tried to fix module communication deadlock w/ sync mask and a full write
11058         pipe
11060         * libs/Strings.c:
11061         re-indented file
11063         * libs/defaults.h:
11064 2002-07-06  olicha  <olivier.chapuis@free.fr>
11066         * libs/Flocale.c (FlocaleGetFontSet):
11067         Removed some unwanted code
11069 2002-07-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11071         * fvwm/events.c (HandleLeaveNotify):
11072         (HandleEnterNotify):
11073         reduced the number of MX_LEAVE/ENTER_WINDOW messages
11075         * fvwm/events.c (CMD_XSync):
11076         very experimental patch to cycle through subwindows accepting keyboard
11077         input; call Xsync command repeatedly to test; crashes fvwm if more than
11078         1000 subwindows are used;
11080         * fvwm/focus.c (CMD_WarpToWindow):
11081         fixed a bug in warpttowindow command with subwindows of unmanaged
11082         windows
11084 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11086         * fvwm/events.c (HandlePropertyNotify):
11087         * fvwm/events.h:
11088         handle changes in the size_inc and base_size hints during opaque
11089         resizing.
11091         * fvwm/events.c (HandleButtonPress):
11092         ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
11093         until the button is released again; this restores the old behaviour
11094         from 2.3.23 and before with click+drag and rxvt/aterm
11096 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11098         * fvwm/update.c (apply_window_updates):
11099         fixed applying neverfocus to currently focused window; decorations
11100         partially drawn hilighted
11102 2002-07-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11104         * fvwm/menucmd.c (menu_func):
11105         another module/menu/context window fix
11106         do not use global Fw anymore
11108 2002-07-05  olicha  <olivier.chapuis@free.fr>
11110         * libs/Flocale.c (FlocaleStringToString2b):
11111         Fixed crash with big5-0 FontStruct
11113 2002-07-04  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11115         * fvwm/menucmd.c (menu_func):
11116         fixed context window of menus invoked by a module
11117         (menu_func):
11118         fixed context menus on windows
11120         * libs/vpacket.h (ConfigWinPacket):
11121         * fvwm/module_interface.c (CONFIGARGSNEW):
11122         * fvwm/fvwm.h (FvwmWindow):
11123         fixed bugs in type conversions for transmitting certain information to
11124         modules
11126         * fvwm/functions.c (CheckActionType):
11127         fixed window selection problem w/ menus invoked from modules
11129 2002-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11131         * fvwm/gnome.c (GNOME_HandlePropRequest):
11132         -Wall fixes
11134         * fvwm/module_interface.c (ExecuteCommandQueue):
11135         fixed compile bug w/ --enable-debug-msgs
11137 2002-06-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11139         * fvwm/events.c (HandleButtonPress):
11140         (HandleKeyPress):
11141         * fvwm/menus.c (MenuInteraction):
11142         (do_menu):
11143         * fvwm/windowlist.c (CMD_WindowList):
11144         * fvwm/menucmd.c (menu_func):
11145         * fvwm/module_interface.c (ExecuteModuleCommand):
11146         * fvwm/add_window.c (adjust_fvwm_internal_windows):
11147         go away, evil globals! [removed the useless global variable
11148         "ButtonWindow"]
11150         * fvwm/events.c (HandleUnmapNotify):
11151         (HandleMapNotify):
11152         * fvwm/icons.c (Iconify):
11153         * fvwm/window_flags.h (IS_ICONIFY_PENDING):
11154         * fvwm/fvwm.h (struct):
11155         renamed is_deiconify_pending to is_iconify_pending
11156         some re-indenting
11158 2002-06-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11160         * fvwm/menus.c (MenuInteraction):
11161         (pop_menu_down):
11162         (menu_enter_tear_off_menu):
11163         (do_menu):
11164         * fvwm/events.c (HandleButtonPress):
11165         (HandleButtonRelease):
11166         (HandleKeyPress):
11167         (GetContext):
11168         * fvwm/menucmd.c (menu_func):
11169         (menu_func):
11170         * fvwm/module_interface.c (ExecuteModuleCommand):
11171         go away, evil globals! [removed the useless global variable "Context"]
11172         removed is_menu_from_frame_or_window_or_titlebar flag
11174         * fvwm/module_interface.c:
11175         * fvwm/windowlist.c:
11176         re-indented files
11178 2002-06-28  Mikhael Goikhman  <migo@homemail.com>
11180         * fvwm/menuitem.c (menuitem_paint):
11181         fixed fg color of the inactive disabled menu item
11183         * NEWS:
11184         old typo
11185         * fvwm/fvwm.1:
11186         removed a mention of RedHat (I don't think it is correct),
11187         reworded a mention of fvwm95
11189 2002-06-26  Mikhael Goikhman  <migo@homemail.com>
11191         * **/*.c:
11192         tabify only the leading spaces, untabify the middle of line
11194 2002-06-25  David Fries  <dfries@mail.win.org>
11196         * fvwm/fvwm.1:
11197         * fvwm/windowlist.c:
11198         Added code to sort based on the class name of a window for
11199         the WindowList function.
11201 2002-06-25  olicha  <olivier.chapuis@free.fr>
11203         * acinclude.m4:
11204         A minor fix
11206 2002-06-25  Mikhael Goikhman  <migo@homemail.com>
11208         * AUTHORS:
11209         add Anders Andersson (spelling fixes in all man pages) and Steve Talley
11211 2002-06-24  Steve Talley  <stephen.talley@sun.com>
11213         * fvwm/add_window.c:
11214         * fvwm/add_window.h:
11215         * fvwm/fvwm.1:
11216         * fvwm/fvwm.h:
11217         * fvwm/icons.c:
11218         * fvwm/icons.h:
11219         * fvwm/style.c:
11220         * fvwm/style.h:
11221         * libs/defaults.h:
11222         New Style option IconSize
11224 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
11226         * NEWS, configure.in:
11227         changed version to 2.5.3
11229 2002-06-24  Mikhael Goikhman  <migo@homemail.com>
11231         * INSTALL.fvwm:
11232         removed C++ section
11234         * fvwm/fvwm.1:
11235         * libs/FlocaleCharset.c:
11236         small fixes
11238 2002-06-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11240         * fvwm/events.c (WaitForButtonsUp):
11241         use the wait cursot only after the 20th pass through the loop
11243 2002-06-21  Dan Espen  <dane@mk.telcordia.com>
11245         * fvwm/fvwm.1 (Examples): Language check.
11246         PipeRead as synchronous Exec.
11247         Better example for PipeRead.
11249 2002-06-21  olicha  <olivier.chapuis@free.fr>
11251         * fvwm/fvwm.1:
11252         * NEWS:
11253         Documented StringEncoding= in font name
11255         * INSTALL.fvwm
11256         Removed --disable-compound-text doc
11258 2002-06-20  olicha  <olivier.chapuis@free.fr>
11260         * libs/FBidi.h (FBidiConvert):
11261         Fixed compile if !HAVE_BIDI
11263 2002-06-19  olicha  <olivier.chapuis@free.fr>
11265         * fvwm/fvwm.c (InitVariables):
11266         (StartupStuff):
11267         Allocate colorset 0 in InitVariable in the place of StartupStuff.
11268         This fix a "null expression" at init in menustyle.c (menustyle_update)
11270 2002-06-19  Mikhael Goikhman  <migo@homemail.com>
11272         * configure.in:
11273         reworded supported feature listing, fixed the default xft detection
11274         * INSTALL.fvwm:
11275         added the "Supported Features" section
11277 2002-06-19  olicha  <olivier.chapuis@free.fr>
11279         * fvwm/colorset.h:
11280         Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
11282         * INSTALL.fvwm:
11283         Removed --enable-mulibyte and --disable-compound-text config option
11284         documentation. s/enable-xft/disable-xft/ and document --disable-xrender
11286         * configure.in:
11287         Xft is on by default no
11289         * libs/FlocaleCharset.c (*):
11290         * libs/FlocaleCharset.h:
11291         * libs/Ficonv.c (*):
11292         * libs/Ficonv.h:
11293         * libs/Flocale.c (*):
11294         * libs/Flocale.h:
11295         * libs/Fft.c (*):
11296         * libs/FftInterface.h:
11297         * libs/FBidi.c:
11298         * libs/FBidi.h:
11299         * fvwm/ewmh_names.c ():
11300         Some cleanup. Implemented StringEncoding= in font names. Fixed
11301         string encoding for xft fonts. Try to be more cleaver about defaults
11302         charsets. Improvement in the locale charset table.
11304         * fvwm/fvwm.1:
11305         Some documentation cleanup regarding Xft
11307 2002-06-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11309         * fvwm/functions.c (find_func_type):
11310         fixed bug i introduced w/ last commit
11312         * fvwm/fvwm.c (Done):
11313         (StartupStuff):
11314         * fvwm/functions.c (functions_is_complex_function):
11315         * fvwm/builtins.c (CMD_DestroyFunc):
11316         (CMD_AddToFunc):
11317         (CMD_Plus):
11318         moved functions to functions.c
11319         general cleanup
11321         * fvwm/functable.c:
11322         * fvwm/functable.h:
11323         * fvwm/functions.h:
11324         * fvwm/commands.h:
11325         * fvwm/functions.c:
11326         moved some types and functions to other/new files
11328         * fvwm/functions.c:
11329         * fvwm/expand.c (expand_vars_extended):
11330         (expand_vars):
11331         functions moved to new file
11333         * fvwm/functions.c:
11334         reindented file
11336 2002-06-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11338         * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
11339         fixed colorurmap focus problem
11341         * **/*.[ch]:
11342         tabified all files and removed all trailing spaces
11344         * fvwm/move_resize.c (move_window_doit):
11345         * fvwm/virtual.c (CMD_MoveToDesk):
11346         MoveToPage and MoveToDesk no longer unstick windows
11348 2002-06-17  Mikhael Goikhman  <migo@homemail.com>
11350         * INSTALL.fvwm:
11351         small improvements
11353         * configure.in:
11354         reworded some names of supported features
11356 2002-06-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11358         * fvwm/update.c (apply_window_updates):
11359         * fvwm/session.c (MatchWinToSM):
11360         * fvwm/add_window.c (setup_window_structure):
11361         * fvwm/windowshade.c (CMD_WindowShade):
11362         * fvwm/window_flags.h:
11363         fixed a problem w/ shaded windows changind the title direction
11365         * fvwm/geometry.c (get_shaded_geometry):
11366         fixed shading window to 0 width or height
11368         * fvwm/add_window.c (AddWindow):
11369         fixed a memory leak and an initial window placement bug
11371 2002-06-15  Mikhael Goikhman  <migo@homemail.com>
11373         * configure.in:
11374         minor improvements in output, added bin/fvwm-perllib
11376 2002-06-12  Mikhael Goikhman  <migo@homemail.com>
11378         * fvwm/menustyle.c (CMD_CopyMenuStyle):
11379         fixed copying PopupOffset values in CopyMenuStyle
11381         * NEWS:
11382         Copied 2.4.8 NEWS
11384 2002-06-10  Mikhael Goikhman  <migo@homemail.com>
11386         * libs/Strings.c:
11387         * libs/Strings.h:
11388         added CopyStringWithQuotes, not perfect, but works for now
11390 2002-06-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11392         * fvwm/functions.h:
11393         * fvwm/commands.h:
11394         * fvwm/functions.c (func_config):
11395         * libs/FScreen.c (FScreenConfigureSLSScreens):
11396         (FScreenConfigureModule):
11397         * fvwm/virtual.c (CMD_XineramaSlsScreens):
11398         new command XineramaSLSScreens
11400         * libs/FScreen.c:
11401         cleaned up Xinerama ifdefs
11403 2002-06-07  Dan Espen  <dane@mk.telcordia.com>
11405         * NEWS:
11406         * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
11408 2002-06-07  olicha  <olivier.chapuis@free.fr>
11410         * libs/Flocale.h:
11411         * libs/Flocale.c (FlocaleGetShadowTextPosition):
11412         Some shadow text position fixes
11414 2002-06-06  olicha  <olivier.chapuis@free.fr>
11416         * fvwm/update.c (apply_window_updates):
11417         Fixed the position of shaded windows after certain style update
11419         * acinclude.m4:
11420         Fixed some options names
11422 2002-06-06  Mikhael Goikhman  <migo@homemail.com>
11424         * fvwm/module_interface.c (CMD_SendToModule):
11425         fixed SendToModule when the first parameter contains quotes
11427 2002-06-06  olicha  <olivier.chapuis@free.fr>
11429         * fvwm/fvwm.c (main):
11430         * fvwm/ewmh.c (EWMH_Init):
11431         Init the EWMH before reading the config. Always setup the working
11432         area.
11434 2002-06-05  olicha  <olivier.chapuis@free.fr>
11436         * fvwm/update.c (apply_window_updates):
11437         Fixed the position of a shaded window during a style update
11438         (do_redecorate)
11440         * libs/Flocale.c (FlocaleRotateDrawString):
11441         (FlocaleGetShadowTextPosition):
11442         Fixed side title text position if the font has no shadow
11444         * acconfig.h:
11445         * libs/Ficonv.c (FiconvInit):
11446         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
11447         * libs/Flocale.c (FlocaleInit):
11448         (FlocaleRotateDrawString):
11449         (FlocaleGetFontSet):
11450         (FlocaleGetFontOrFontSet):
11451         (FlocaleLoadFont):
11452         (FlocaleDrawString):
11453         (FlocaleTextWidth):
11454         (FlocaleFreeNameProperty):
11455         (FlocaleGetNameProperty):
11456         (FlocaleTextListToTextProperty):
11457         Finish to remove the multibyte patch. This gives a more clean code
11458         and can only prevent bugs
11460 2002-06-05  Mikhael Goikhman  <migo@homemail.com>
11462         * fvwm/placement.c (PlaceWindow):
11463         fixed CascadePlacement with huge windows (xterm -g 240x100),
11464         that were aligned to bottom-right instead of top-left;
11465         small adjustments (removed border_width from calculations,
11466         don't place normal windows at 0, commented out some strange code)
11468 2002-06-04  Mikhael Goikhman  <migo@homemail.com>
11470         * NEWS:
11471         document CascadePlacement and FvwmIconMan improvements
11473         * fvwm/fvwm.1:
11474         typo
11476 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
11478         * fvwm/add_window.c (adjust_fvwm_internal_windows):
11479         * fvwm/fvwm.c (InitVariables):
11480         * fvwm/placement.c (PlaceWindow):
11481         * fvwm/screen.h (struct ScreenInfo):
11482         improved *CascadePlacement, if the last placed window does not exist
11483         any more, reuse the last used position instead of adding a new cascade
11485 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11487         * fvwm/events.c (HandleEnterNotify):
11488         * fvwm/fvwm.c (InitVariables):
11489         * fvwm/events.h:
11490         Fixed colormap handling over decorative parts of a window
11492 2002-06-03  olicha  <olivier.chapuis@free.fr>
11494         * fvwm/module_interface.c (make_named_packet):
11495         Fixed an write out of memory bug. This complete Mikhail Kruk patch
11496         related to named module packet
11498 2002-06-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11500         * fvwm/focus.c (focus_grab_buttons):
11501         * fvwm/events.c (HandleButtonPress):
11502         fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
11504 2002-06-03  Mikhael Goikhman  <migo@homemail.com>
11506         * fvwm/bindings.c (ParseBinding):
11507         replaced an error "Illegal mouse button" with a descriptive warning
11508         when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
11510 2002-05-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11512         * fvwm/events.c (GetContext):
11513         fixed key bindings on decorations
11515         * fvwm/events.h:
11516         removed XEVMASK_DECORW
11518 2002-05-31  olicha  <olivier.chapuis@free.fr>
11520         * NEWS:
11521         * fvwm/fvwm.1:
11522         Documented shadow effect in a new section FONT EFFECTS
11524 2002-05-31  olicha  <olivier.chapuis@free.fr>
11526         * libs/Fft.c (FftDrawString):
11527         * libs/Colorset.c (DumpColorset):
11528         (LoadColorset):
11529         * libs/Colorset.h:
11530         * fvwm/colorset.c (parse_colorset):
11531         New colorset option fg_alpha which defines an alpha for rendering
11532         text with Xft
11534 2002-05-29  olicha  <olivier.chapuis@free.fr>
11536         * libs/Fft.c (FftSetupEncoding):
11537         * libs/Fft.h:
11538         * libs/FRender.h:
11539         Added Xft2 support
11541         * acinclude.m4:
11542         * configure.in:
11543         Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
11544         to Xft FLAGS and LIBS
11546         * fvwm/Makefile.am:
11547         * libs/Makefile.am:
11548         Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
11549         Xft2 library. Removed FT2 CFLAGS and LIBS
11551 2002-05-27  olicha  <olivier.chapuis@free.fr>
11553         * acinclude.m4:
11554         * acconfig.h:
11555         * configure.in:
11556         Some Xft2 and fontconfig preparation
11558         * libs/Flocale.h:
11559         * libs/Flocale.c (FlocaleParseShadow):
11560         (FlocaleLoadFont):
11561         (FlocaleGetShadowTextPosition):
11562         Added offset to shadow text
11564         * libs/Flocale.h:
11565         Fixed the position of ne shadow text and remove some unused #define
11567 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11569         * fvwm/colorset.c (parse_colorset):
11570         fixed integer overflow in average colour calculation
11572 2002-05-27  olicha  <olivier.chapuis@free.fr>
11574         * libs/gravity.c (GetNextMultiDirection):
11575         (ParseMultiDirectionArgument):
11576         * libs/gravity.h:
11577         Added a multi direction type which is a "<<" version of direction
11578         type. Added a parse and a next functions
11580         * libs/Flocale.h:
11581         * libs/Flocale.c (FlocaleParseShadow):
11582         (FlocaleGetNextShadowDirection):
11583         (FlocaleGetShadowTextPosition):
11584         Used gravity multi direction type and functions. Removed
11585         FlocaleGetNextShadowDirection
11587 2002-05-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11589         * fvwm/focus.c (restore_focus_after_unmap):
11590         fixed a problem w/ colormap transition when transient window died
11592         * fvwm/add_window.c (AddWindow):
11593         clean up
11595         * fvwm/session.c (getUniqueStateFilename):
11596         applied security patch by Jan Echternach
11598         * fvwm/fvwm.c (InitVariables):
11599         Properly initialise Scr.flags.is_pointer_on_this_screen
11601         * libs/fvwmlib.h (FvwmFont):
11602         * fvwm/fvwm.c (setVersionInfo):
11603         * configure.in:
11604         * config.h.in:
11605         * acconfig.h (MULTIBYTE):
11606         removed MULTIBYTE option (unconditionally on)
11608 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11610         * libs/gravity.c (ParseDirectionArgument):
11611         allow "t", "u", ... shortcuts as direction arguments
11613         * fvwm/style.c (check_window_style_change):
11614         (parse_and_set_window_style):
11615         * fvwm/frame.c (frame_setup_border):
11616         (frame_get_shading_laziness):
11617         (frame_get_sidebar_geometry):
11618         * fvwm/decorations.c (SelectDecor):
11619         * fvwm/add_window.c (setup_style_and_decor):
11620         (setup_resize_handle_cursors):
11621         (setup_resize_handle_windows):
11622         (change_resize_handle_windows):
11623         (destroy_auxiliary_windows):
11624         * fvwm/borders.c (border_get_border_gcs):
11625         (border_draw_border_parts):
11626         * fvwm/style.h (SCSET_HAS_BORDER):
11627         * fvwm/fvwm.h (FvwmWindow):
11628         * fvwm/window_flags.h (SET_HAS_BORDER):
11629         new styles NoBorder/Border
11631 2002-05-26  olicha  <olivier.chapuis@free.fr>
11633         * libs/Flocale.h:
11634         * libs/Flocale.c (FlocaleParseShadow):
11635         (FlocaleGetNextShadowDirection):
11636         (FlocaleGetShadowTextPosition):
11637         (FlocaleLoadFont):
11638         Implemented multidirectional shadow text rendering
11640         * libs/Flocale.h:
11641         * libs/Flocale.c
11642         (FlocaleFontStructDrawString):
11643         (FlocaleRotateDrawString):
11644         (FlocaleLoadFont):
11645         (FlocaleDrawString):
11646         (FlocaleTextWidth):
11647         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
11648         * libs/Fft.c (FftDrawString):
11649         Cleanup the FlocaleFont structure by addings some flags
11651 2002-05-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11653         * fvwm/events.c (HandleFocusIn):
11654         * fvwm/add_window.c (adjust_fvwm_internal_windows):
11655         * fvwm/screen.h (ScreenInfo):
11656         * fvwm/focus.c (FocusOn):
11657         ignore EnterNotify events while a window is waiting to receive focus
11658         from the Focus or FlipFocus commands; should prevent plenty of race
11659         contidions caused by executing complex functions by a key press, button
11660         press or from a menu; fixes Alt-Tab problem
11662         * fvwm/events.c (HandleMapNotify):
11663         immediately draw window decorations when window is mapped; the new frame
11664         drawing code takes care of suppressing unnecessary redraws
11665         (HandleLeaveNotify):
11666         fixed a bug w/ LeaveNotify event with NotifyGrab
11668 2002-05-22  olicha  <olivier.chapuis@free.fr>
11670         * libs/Flocale.h:
11671         * libs/Fft.c (FftDrawString):
11672         * libs/Flocale.c (FlocaleFontStructDrawString):
11673         (FlocaleRotateDrawString):
11674         (FlocaleLoadFont):
11675         (FlocaleGetShadowTextPosition):
11676         (FlocaleDrawString):
11677         (FlocaleDrawUnderline):
11678         (FlocaleTextWidth):
11679         Implemented negative shadow text
11681 2002-05-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11683         * fvwm/menucmd.c (CMD_AddToMenu):
11684         * fvwm/windowlist.c (CMD_WindowList):
11685         * fvwm/menus.h:
11686         * fvwm/menus.c
11687         changed signature of AddToMenu
11689         * fvwm/menus.c (clone_menu_root_static):
11690         fixed problem w/ menu style usage count and tear off menus
11691         fixed core dump w/ not copying the missing sub menu function in tear
11692         off menus
11693         (clone_menu_item_list):
11694         (AddToMenu):
11695         (add_another_menu_item):
11696         (size_menu_vertically):
11697         fixed additional "More..." items in sub menus of torn off menus
11699 2002-05-22  Mikhael Goikhman  <migo@homemail.com>
11701         * libs/colorset.h:
11702         fixed #endif warning
11703         * fvwm/ConfigFvwmDefaults:
11704         added CirculateSkip to tear off menus
11705         * fvwm.1:
11706         fixed ShadeAgain quoting
11708 2002-05-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11710         * fvwm/events.c (HandleButtonPress):
11711         allow to pass the focus click to applications and have a function bound
11712         to it at the same time
11714         * fvwm/fvwm.c:
11715         * fvwm/colorset.h:
11716         fixed compilation problem
11718 2002-05-20  olicha  <olivier.chapuis@free.fr>
11720         * libs/PictureImageLoader.c (PImageRGBtoPixel):
11721         Fixed blue colour in png image and ewmh icons
11723         * libs/Flocale.c (FlocaleLoadFont):
11724         Removed some debug code
11726         * fvwm/colorset.c (parse_colorset):
11727         * libs/fvwmlib.h:
11728         * libs/ColorUtils.c (GetForeShadowColor):
11729         Added Mikhael algo to compute the default fgsh
11731 2002-05-18  Mikhael Goikhman  <migo@homemail.com>
11733         * fvwm/functions.c (expand_extended_var):
11734         expand $[fgsh.csN], use constants instead of numbers
11736 2002-05-17  olicha  <olivier.chapuis@free.fr>
11738         * libs/Flocale.c (FlocaleDrawString):
11739         (FlocaleDrawUnderline):
11740         * libs/Flocale.h:
11741         Removed some unused and debug code
11743 2002-05-17  olicha  <olivier.chapuis@free.fr>
11745         * fvwm/menuitem.c (draw_underline):
11746         * libs/Flocale.h:
11747         * libs/Flocale.c (FlocaleDrawUnderline):
11748         Move draw_underline into Flocale.c and fix underline position with
11749         shadow rendering
11751 2002-05-17  olicha  <olivier.chapuis@free.fr>
11753         * fvwm/style.c (update_window_color_style):
11754         (update_window_color_hi_style):
11755         * fvwm/move_resize.c (DisplayPosition):
11756         (DisplaySize):
11757         * fvwm/menuitem.c (menuitem_paint):
11758         * fvwm/borders.c (get_common_decorations):
11759         (border_get_titlebar_draw_descr):
11760         * fvwm/fvwm.h:
11761         * fvwm/icons.c (DrawIconWindow):
11762         Pass the colorset to text drawing via the FlocaleWinString structure
11764         * libs/fvwmlib.h:
11765         * libs/ColorUtils.c (GetForeShadowColor):
11766         (GetForeShadow):
11767         * fvwm/colorset.c (parse_colorset):
11768         * libs/Colorset.h:
11769         * libs/Colorset.c (DumpColorset):
11770         (LoadColorset):
11771         Added fgsh colorset and two new functions GetForeShadowColor and
11772         GetForeShadow which should be modified
11774         * libs/Makefile.am:
11775         * libs/Fft.h:
11776         * libs/FftInterface.h (new file):
11777         * libs/Fft.c (FftDrawString):
11778         * libs/Flocale.h:
11779         * libs/Flocale.c (FlocaleFontStructDrawString):
11780         (FlocaleRotateDrawString):
11781         (FlocaleDrawString):
11782         (FlocaleTextWidth):
11783         (FlocaleLoadFont):
11784         Implemented text shadow rendering
11786 2002-05-11  olicha  <olivier.chapuis@free.fr>
11788         * fvwm/builtins.h:
11789         * fvwm/builtins.c (refresh_window):
11790         * fvwm/update.c (apply_window_updates):
11791         * fvwm/update.h:
11792         * fvwm/style.c (check_window_style_change):
11793         ParentalRelativity style is now dynamic
11795 2002-05-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11797         * fvwm/menuitem.c (menuitem_paint):
11798         fixed menu item hilight area
11800 2002-05-09  olicha  <olivier.chapuis@free.fr>
11802         * libs/Makefile.am:
11803         * libs/XError.c (request_name):
11804         * libs/PictureImageLoader.c (PImageLoadPng):
11805         (PImageCreatePixmapFromArgbData):
11806         * libs/PictureGraphics.c (PGraphicsTintRectangle):
11807         (PGraphicsTileRectangle):
11808         (PGraphicsCopyFvwmPicture):
11809         * libs/FRenderInit.c (new file):
11810         * libs/FRenderInit.h (new file):
11811         * libs/FRenderInterface.h:
11812         * libs/FRender.c (*):
11813         * fvwm/colorset.c (parse_tint):
11814         (parse_colorset):
11815         * fvwm/fvwm.c (main):
11816         * fvwm/events.c (HandlePropertyNotify):
11817         Change the design of the previous commit. Now a module should call
11818         FRenderInit when it wants to use a function which depends on XRender.
11820 2002-05-09  olicha  <olivier.chapuis@free.fr>
11822         * fvwm/colorset.c:
11823         A -Wall fix
11825         * libs/Flocale.h:
11826         * libs/Fft.h:
11827         Fixed Compilation
11828         Include Fft.h include FRender.h as Xft.h include Xrender.h
11830         * libs/FRenderInterface.h:
11831         * libs/FRender.h:
11832         * libs/FRender.c (FRenderInit):
11833         (FRenderGetErrorCodeBase):
11834         (FRenderGetMajorOpCode):
11835         (FRenderGetExtensionSupported):
11836         (FRenderGetErrorText):
11837         Improve XRender initialization, check if the XRender extension is
11838         enabled and get the error code base and the major op code.
11839         Add error functions for the X error handler.
11841         * libs/XError.c (PrintXErrorAndCoredump):
11842         (request_name):
11843         Really enable USE_GET_ERROR_TEXT and take in account XRender error code
11844         and major op code
11846         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11847         * fvwm/events.c (HandlePropertyNotify):
11848         * fvwm/colorset.c (parse_tint):
11849         (parse_colorset):
11850         * libs/PictureImageLoader.c (PImageLoadPng):
11851         (PImageCreatePixmapFromArgbData):
11852         * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
11853         (PGraphicsCopyFvwmPicture):
11854         (PGraphicsTileRectangle):
11855         * libs/FRender.c (FRenderCopyArea):
11856         (FRenderTintRectangle):
11857         Check if the XRender extension is enabled on the display before
11858         performing XRender operations
11860 2002-05-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11862         * fvwm/menuitem.c (menuitem_paint):
11863         fixed item hilighting problems
11865 2002-05-07  olicha  <olivier.chapuis@free.fr>
11867         * fvwm/colorset.c (parse_colorset):
11868         More coloset fixes
11870 2002-05-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
11872         * fvwm/events.c (HandlePropertyNotify):
11873         workaround for xterm resize problem
11875         * fvwm/colorset.c (parse_colorset):
11876         (free_colorset_background):
11877         (parse_pixmap):
11878         (parse_tint):
11879         fixed various bugs and core dumps w/ the cs->picture structure;
11880         note: it's a pointer, so compare with NULL, not with None
11882         * fvwm/frame.c (frame_setup_window):
11883         (frame_setup_window_app_request):
11884         (frame_force_setup_window):
11885         (frame_setup_window_internal):
11886         (frame_create_move_resize_args):
11887         (frame_free_move_resize_args):
11888         * fvwm/add_window.c (setup_window_attr):
11889         * fvwm/events.c (HandleConfigureRequest):
11890         (HandlePropertyNotify):
11891         fixed [?] bit_gravity/resize problem
11893         * fvwm/events.c (HandleEnterNotify):
11894         reformatted EdgeCommand code
11896 2002-05-06  olicha  <olivier.chapuis@free.fr>
11898         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11899         Resize an ewmh icon to the wanted size if it is to big
11901         * fvwm/ewmh.c (EWMH_WindowDestroyed):
11902         Set also the stacking list when a window is destroyed
11904 2002-05-03  Dan Espen  <dane@mk.telcordia.com>
11906         * fvwm/fvwm.1: Finish language check.
11907         Fix typo in Mouse section, context should be on new line.
11909 2002-05-02  Dan Espen  <dane@mk.telcordia.com>
11911         * fvwm/fvwm.1 (file): Restore icons and images text with some
11912         improvement.
11913         Started on lang check, not done yet.
11915 2002-05-02  Mikhail Kruk  <meshko@cs.brandeis.edu>
11917         * fvwm/module_interface.c (make_named_packet):
11918         Applied Mikhail Kruk patch
11920 2002-05-02  olicha  <olivier.chapuis@free.fr>
11922         * libs/FlocaleCharset.h:
11923         * libs/Ficonv.c (FiconvSetupConversion):
11924         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
11925         * libs/Flocale.h:
11926         * libs/Flocale.c (FlocaleGetFftFont):
11927         (FlocaleGetFontSet):
11928         (FlocaleGetFont):
11929         (FlocaleLoadFont):
11930         (FlocaleUnloadFont):
11931         * fvwm/fvwm.1:
11932         Implemented charset/iconv hints in font name
11934 2002-04-29  Stian Sletner  <stian@sletner.com>
11936         * fvwm/windowlist.c (CMD_WindowList):
11937         Added new Windowlist option IconifiedAtEnd
11939 2002-04-30  Mikhael Goikhman  <migo@homemail.com>
11941         * fvwm/module_interface.c:
11942         * libs/Module.c:
11943         * libs/Module.h:
11944         moved two constant strings to Module.h, so they may be used by perllib
11946 2002-04-29  olicha  <olivier.chapuis@free.fr>
11948         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
11949         Fixed a core dump if the charset is not found
11951         * libs/Flocale.c (FlocaleStringToString2b):
11952         Removed some debug code
11954 2002-04-29  olicha  <olivier.chapuis@free.fr>
11956         * libs/Fft.c (FftGetFontWidths):
11957         (FftGetFontWidths):
11958         * libs/Fft.h
11959         * libs/Flocale.h:
11960         * libs/Flocale.c (FlocaleGetFont):
11961         (FlocaleGetFontSet):
11962         (FlocaleGetFftFont):
11963         Removed min_char_offset member of the FlocaleFont as it is not use
11964         since we rotate string for side title
11966         * libs/Ficonv.c (FiconvSetupConversion):
11967         * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
11968         (FlocaleCharsetSetFlocaleCharset):
11969         * libs/Flocale.h:
11970         * libs/Flocale.c (FlocaleTextWidth):
11971         (FlocaleDrawString):
11972         (FlocaleUtf8ToUnicodeStr2b):
11973         (FlocaleLoadFont):
11974         (FlocaleStringToString2b):
11975         (FlocaleRotateDrawString):
11976         (FlocaleFontStructDrawString):
11977         Added support for drawing string with 10646-1 fonts without an utf8
11978         locale. Also, drawing strings with a multibyte font now work not so
11979         bad even if the locale have nothing to do with the font.
11981         * libs/Fft.c (FftUtf8ToFftString16):
11982         (FftDrawString):
11983         (FftTextWidth):
11984         Added utf8 rendering with iso10646-1 fonts on system without
11985         Xft Utf8 functions
11987         * fvwm/colorset.c (reset_cs_pixmap):
11988         (parse_pixmap):
11989         (parse_shape):
11990         (parse_tint):
11991         (parse_colorset):
11992         Colorset now accept bitmaps. Split a bit parse_colorset for readability
11994 2002-04-28  Mikhael Goikhman  <migo@homemail.com>
11996         * fvwm/menus.c:
11997         fixed core dump on default Alt-Tab (Alt released when mouse is outside)
11999 2002-04-27  Mikhael Goikhman  <migo@homemail.com>
12001         * fvwm/move_resize.c:
12002         don't start Move with snap disabled if Alt is initially pressed
12004 2002-04-26  Mikhael Goikhman  <migo@homemail.com>
12006         * NEWS, configure.in:
12007         changed version to 2.5.2
12009 2002-04-25  Mikhael Goikhman  <migo@homemail.com>
12011         * fvwm/fvwm.1:
12012         improved main headers, added new COLORSETS section;
12013         documented State condition
12015         * NEWS:
12016         documented Tint in colorsets and utility renaming
12018         * libs/Flocale.c:
12019         corrected several error reporting problems
12021 2002-04-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12023         * fvwm/events.h:
12024         fixed leaving tear off menus
12026 2002-04-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12028         * fvwm/borders.c (border_draw_part_relief):
12029         (border_set_button_pixmap):
12030         (border_draw_title_stick_lines):
12031         (border_draw_title_mono):
12032         (border_draw_title_relief):
12033         * libs/fvwmlib.h (RelieveRectangle2):
12034         (RelieveRectangle):
12035         replaced functions by macros
12037         * libs/Graphics.c (do_relieve_rectangle):
12038         applied performance patch by Dave Trollope
12040 2002-04-24  Mikhael Goikhman  <migo@homemail.com>
12042         * libs/FBidi.c:
12043         * libs/FBidi.h:
12044         * libs/Flocale.c:
12045         * libs/Flocale.h:
12046         * libs/FlocaleCharset.c:
12047         FBidi is now independent from Flocale* again;
12048         iso8859-6.8x fonts recognized now as bidi-enabled
12050 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12052         * libs/Flocale.c:
12053         fixed --disable-multibyte
12055 2002-04-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12057         * fvwm/borders.c (border_draw_title_deep):
12058         (border_set_title_pixmap):
12059         (border_set_button_pixmap):
12060         fixed SolidButton title and button style
12062 2002-04-23  Mikhael Goikhman  <migo@homemail.com>
12064         * fvwm/fvwm.1:
12065         * NEWS:
12066         * AUTHORS:
12067         added new entry about CurrentAtEnd
12069         * colorset.c:
12070         minor reformatting and spell checking
12072 2002-04-23  Jochen Klenner  <jochen.klenner@gmx.net>
12074         * fvwm/windowlist.c (CMD_WindowList):
12075         Added new Windowlist option CurrentAtEnd
12077 2002-04-22  olicha  <olivier.chapuis@free.fr>
12079         * fvwm/colorset.c (parse_colorset):
12080         * libs/Colorset.h:
12081         Fixed an enormous core dump which comes from a cvs merging problem
12083         * fvwm/Makefile.am:
12084         * acconfig.h:
12085         * configure.in:
12086         Added Xrender detection and link fvwm if needed
12088         * libs/PictureGraphics.c:
12089         * libs/PictureGraphics.h:
12090         * libs/FRender.c:
12091         * libs/FRender.h:
12092         * libs/FRenderInterface.h:
12093         * libs/PictureGrpahics.c (*):
12094         * libs/PictureGrpahics.h:
12095         New libs files to acheive alpha-blend rendering and better XBM
12096         support. PictureGraphics contains elaborated version and also
12097         simplified version of XFillRectangle, XCopyPlan and XCopyArea
12098         Xlib functions.
12100         * fvwm/fvwm.h:
12101         * fvwm/icons.c (clear_icon):
12102         (GetIconPicture):
12103         (DrawIconWindow):
12104         (GetIconFromFile):
12105         * fvwm/events.c (HandlePropertyNotify):
12106         * fvwm/borders.c (border_fill_pixmap_background):
12107         (border_get_border_background):
12108         (border_draw_decor_to_pixmap):
12109         * fvwm/menuitem.c (menuitem_paint):
12110         * fvwm/add_window.c (destroy_icon):
12111         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12112         * fvwm/geometry.c (move_icon_to_position):
12113         * fvwm/colorset.c (free_colorset_background):
12114         (parse_colorset):
12115         * libs/Colorset.h:
12116         Implemented alpha-blend rendering with the new libs function
12118         * fvwm/colorset.c (free_colorset_background):
12119         (parse_colorset):
12120         * libs/Colorset.h:
12121         Implemented tinting of a Pixmap background colorset
12123         * fvwm/colorset.c (parse_colorset):
12124         Use the Scr.NoFocusWin as main window in the place of the
12125         Scr.SizeWindow, this fix a lot of X errors in my machine.
12127         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
12128         Donated our alpha channel
12130         * libs/vpacket.h:
12131         * fvwm/module_interface.h:
12132         * fvwm/module_interface.c (SendFvwmPicture):
12133         (BroadcastMiniIcon):
12134         (SendMiniIcon):
12135         (BroadcastFvwmPicture):
12136         (CMD_Send_WindowList):
12137         * fvwm/add_window.c (change_mini_icon):
12138         (broadcast_mini_icon):
12139         * fvwm/ewmh_icons.c:
12140         Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
12141         SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
12143         * libs/Makefile.am:
12144         * libs/PictureBase.c (*):
12145         * libs/PictureBase.h:
12146         * libs/Picture.c (*):
12147         * libs/Picture.h:
12148         * libs/PictureImageLoader.c (*):
12149         * libs/PictureImageLoader.h:
12150         * fvwm/*:
12151         Rename some libs file InitPicture -> PictureBase, FImageLoader ->
12152         PictureImageLoader.
12153         Rename some libs function: InitPictureCMap -> PictureInitCMap,
12154         UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
12155         PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
12156         SetImagePath -> PictureSetImagePath, findImageFile ->
12157         PictureFindImageFile, PictureList -> FvwmPictureList,
12158         LoadFvwmPicture removed now  PImageLoadFvwmPictureFromFile replace it,
12159         GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
12160         DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
12161         PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
12162         PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
12163         Also renamed more recent functions in PictureImageLoader.
12165         * fvwm/borders.c (border_draw_one_border_part):
12166         (border_draw_decor_to_pixmap):
12167         Fixed drawing of a TiledPixmap borded and fixed position of buttons
12168         pixmap
12170         * fvwm/menus.c (pop_menu_up):
12171         (animated_move_back):
12172         (ParentalMenuRePaint):
12173         * fvwm/move_resize.h (resize_geometry_window):
12174         * fvwm/move_resize.c (move_window_doit):
12175         (AnimatedMoveAnyWindow):
12176         (AnimatedMoveOfWindow):
12177         (AnimatedMoveFvwmWindow):
12178         Fixed transparent animated menu
12180 2002-04-21  Mikhael Goikhman  <migo@homemail.com>
12182         * fvwm/fvwm.1:
12183         fixed two places
12185 2002-04-19  Hippo
12187         * fvwm/colorset.c:
12188         * libs/Colorset.c:
12189         fixed running out of colors on 8bpp with ReadWriteColors;
12190         simulate colorsets on monochrome displays using three 1-bit pixmaps
12192 2002-04-19  Mikhael Goikhman  <migo@homemail.com>
12194         * configure.in:
12195         fixed $PERL detection again
12197 2002-04-18  Hippo
12199         * configure.in:
12200         added -Wno-implicit-int to -Wall in case of gcc
12202         * fvwm/colorset.c:
12203         * fvwm/fvwm.c:
12204         fixed ReadWriteColors on a PseudoColor display
12206 2002-04-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12208         * fvwm/move_resize.c (move_window_doit):
12209         set the is_icon_moved too flag if the icon was moved non-interactively
12211 2002-04-16  Hippo
12213         * fvwm/*.[ch]:
12214         * NEWS:
12215         Moved FvwmTheme functionality into fvwm.
12216         Added new commands Colorset, ReadWriteColors, CleanupColorsets.
12218 2002-04-17  Mikhael Goikhman  <migo@homemail.com>
12220         * configure.in:
12221         fixed $PERL detection
12223         * fvwm/fvwm.1:
12224         * fvwm/ConfigFvwmDefaults:
12225         several fixes and spelling
12227 2002-04-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12229         * libs/Bindings.c (CheckBinding):
12230         (MatchBinding):
12231         (GrabWindowKey):
12232         (GrabWindowButton):
12233         (MatchBindingExactly):
12234         patch by yeti@physics.muni.cz to help with a weird problem w/ czech
12235         keyboards
12237 2002-04-12  Mikhael Goikhman  <migo@homemail.com>
12239         * configure.in:
12240         configure now uses $PERL if set
12242         * **:
12243         all programs installed into ${bindir} have now fvwm- prefix;
12244         documentation updated
12246 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
12248         * **:
12249         renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
12250         documentation updated
12252 2002-04-11  Mikhael Goikhman  <migo@homemail.com>
12254         * NEWS:
12255         added 2.4.7 entries
12257 2002-04-10  Dan Espen  <dane@mk.telcordia.com>
12259         * AUTHORS: New author.
12261         * NEWS: Edge Command.
12263 2002-04-09  Uwe Pross  <uwe.pross@gmx.net>
12265         * fvwm/fvwm2.1:
12266         Added EdgeCommand paragraph.
12268         * fvwm/events.c (HandleEnterNotify):
12269         Added execution of Scr.PanFrame*.command if set
12271         * fvwm/fvwm.c (InitVariables):
12272         Added init strings for pan frame commands.
12274         * fvwm/virtual.c:
12275         * fvwm/virtual.h:
12276         (checkPanFrames):
12277         Avoid hiding of pan frames if pan frame command is set.
12278         (CMD_EdgeCommand):
12279         Implementation of the buildin command EdgeCommand. First
12280         implementation of this function.
12282         * fvwm/screen.h (struct):
12283         added char * command in structure Panframe to store the pan frame
12284         command.
12286         * fvwm/functions.c:
12287         added declaration of CMD_ENTRY("edgecommand")
12289         * fvwm/functions.h:
12290         added definition of Flag F_EDGE_COMMAND
12292         * fvwm/commands.h:
12293         added definition of CMD_EdgeCommand(F_CMD_ARGS)
12295 2002-04-10  Mikhael Goikhman  <migo@homemail.com>
12297         * fvwm/fvwm2.1:
12298         added "BI-DIRECTIONAL TEXTS" section
12300         * libs/System.c:
12301         added #include <sys/select.h> to fix endless loop on QNX
12303 2002-04-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12305         * fvwm/fvwm2.1:
12306         changed description of focus models
12308 2002-04-09  olicha  <olivier.chapuis@free.fr>
12310         * configure.in:
12311         Check for libpng libpng 1.0.4a or better
12313 2002-04-08  Mikhael Goikhman  <migo@homemail.com>
12315         * fvwm/add_window.c (setup_title_geometry):
12316         * fvwm/fvwm.h:
12317         * fvwm/fvwm2.1:
12318         * fvwm/geometry.c (get_title_font_size_and_offset):
12319         * fvwm/geometry.h:
12320         * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
12321         * fvwm/style.h:
12322         * fvwm/window_flags.h:
12323         * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
12324         * libs/Fft.h:
12325         * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
12326         * libs/Flocale.h:
12327         new Style options TopTitleRotated / TopTitleNotRotated,
12328         BottomTitleRotated / BottomTitleNotRotated
12330 2002-04-08  olicha  <olivier.chapuis@free.fr>
12332         * libs/Makefile.am:
12333         Fixed make dist again
12335 2002-04-07  Dan Espen  <dane@mk.telcordia.com>
12337         * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
12339 2002-04-07  Mikhael Goikhman  <migo@homemail.com>
12341         * INSTALL.fvwm:
12342         minor wording fixes
12344         * NEWS:
12345         mention a new FvwmIconMan syntax
12347         * sample.fvwmrc/new-features:
12348         * sample.fvwmrc/system.fvwm2rc:
12349         * sample.fvwmrc/system.fvwm2rc-sample-95:
12350         use a new module syntax
12352 2002-04-06  olicha  <olivier.chapuis@free.fr>
12354         * fvwm/fvwm2.1:
12355         * INSTALL.fvwm:
12356         Forget to save some file
12358         * libs/FImageLoader.c (c100_init_base_table):
12359         Allows init even if !XPM
12361         * libs/Makefile.am:
12362         Remove a F
12364         * configure.in:
12365         Fixed png detection
12367         * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
12368         Fixed a GC memory leaks.
12370         * fvwm/fvwm.c (setVersionInfo):
12371         * fvwm/fvwm2.1:
12372         Updated -version for png, bidi and xft
12374         * fvwm/fvwm2.1:
12375         Modified the ICONS section. Rename it ICONS AND IMAGES and
12376         document PNG file format. Replace "xpm or bitmap file" by
12377         "image file" in a few place.
12379         * INSTALL.fvwm:
12380         * NEWS:
12381         PNG news and documented libpng in the "Optional libraries used by FVWM"
12382         section
12384 2002-04-05  olicha  <olivier.chapuis@free.fr>
12386         * libs/FImageLoader.c (c100_init_base_table):
12387         (FImageReduceRGBColor):
12388         (FImageCreatePixmapFromArgbData):
12389         Speed up color limitation for png image and ewmh icons
12390         Respect color limit even with DirectColor and TrueColor
12392         * configure.in:
12393         * acconfig.h (HAVE_PNG):
12394         Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
12395         even without XPM support
12397         * libs/Makefile.am
12398         * libs/InitPicture.c (new file):
12399         * libs/InitPicture.h (new file):
12400         * libs/Picture.c:
12401         * libs/Picture.h:
12402         * libs/FImageLoader.c (new file):
12403         * libs/FImageLoader.h (new file):
12404         * libs/Fxpm.h (new file):
12405         * libs/Fpng.h (new file):
12406         Images are loaded in FImageLoader. PNG image can be loaded, the loader
12407         come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
12408         ColorLimit stuff is applied to PNG image.
12409         Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
12410         Picture.c and Picture.h.
12411         InitPicture contains the Picture structure, initialize the visual,
12412         depth and color map and contains image path stuff as Picture contains
12413         Picture manipulations.
12415         * libs/ColorUtils.c:
12416         * libs/Picture.h:
12417         Moved the Picture color utils func to ColorUtils
12419         * fvwm/Makefile.am:
12420         links against libpng
12422         * fvwm/icons.c (GetIconPicture):
12423         (GetXPMFile):
12424         (GetBitmapFile):
12425         (GetIconFromFile):
12426         Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
12427         the libs image loader
12429         * fvwm/cursor.c (CMD_CursorStyle):
12430         Use FImageLoadCursorPixmapFromFile (no PNG support here)
12432         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
12433         (EWMH_SetIconFromWMIcon):
12434         Use the argb loader of the libs. ColorLimit are now applied to ewmh
12435         icons
12437         * fvwm/modconf.c:
12438         Send the ColorLimit to module in any case
12440         * libs/fvwmlib.h:
12441         * libs/Graphics.c:
12442         * libs/Flocale.c
12443         * libs/Fft.c:
12444         * libs/Colorset.c:
12445         * fvwm/add_window.c:
12446         * fvwm/builtins.c:
12447         * fvwm/fvwm.h:
12448         * fvwm/menus.c:
12449         * fvwm/menustyle.c:
12450         * fvwm/move_resize.c:
12451         include cleanup
12453 2002-04-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12455         * fvwm/events.c (test_map_request):
12456         (test_resizing_event):
12457         fixed endless loop in HandleConfigureRequest
12459 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12461         * fvwm/add_window.c (setup_style_and_decor):
12462         fixed borderless transients
12464         * fvwm/events.c (test_resizing_event):
12465         (HandleConfigureRequest):
12466         * fvwm/frame.c (frame_create_move_resize_args):
12467         * fvwm/add_window.c (AddWindow):
12468         * fvwm/fvwm.h:
12469         * fvwm/window_flags.h:
12470         tried to improve ConfigureRequest handling
12472         * fvwm/events.c (HandlePropertyNotify):
12473         recalculate window size when the base_width or base_height hint
12474         changes; fixes some problems with xemacs
12476         * fvwm/virtual.c (map_window):
12477         redraw decorations
12479         * fvwm/borders.c (border_draw_decorations):
12480         don't redraw windows on a different desk
12481         keep track of Scr.Hilite
12483 2002-03-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12485         * fvwm/virtual.c (unmap_window):
12486         * fvwm/move_resize.c (resize_window):
12487         * fvwm/icons.c (Iconify):
12488         * fvwm/add_window.c (CaptureOneWindow):
12489         * fvwm/borders.c (border_undraw_decorations):
12490         mark window decorations as not drawn whenever the frame is unmapped
12492 2002-03-30  Dan Espen  <dane@mk.telcordia.com>
12494         * fvwm/fvwm2.1: Fixup IconBox geometry examples.
12496 2002-03-29  Mikhael Goikhman  <migo@homemail.com>
12498         * libs/FBidi.c:
12499         use safemalloc and alloca instead of malloc
12501 2002-03-29  olicha  <olivier.chapuis@free.fr>
12503         * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12504         Set the X locale charset on system without XOpenOM
12506 2002-03-27  Mikhael Goikhman  <migo@homemail.com>
12508         * configure.in:
12509         fixed multibyte support reporting
12511 2002-03-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12513         * libs/fvwmlib.h:
12514         * fvwm/fvwm.h:
12515         * config.h.in:
12516         moved gcc extension __attribute__ handling to config.h
12518         * fvwm/fvwm.c (main):
12519         * fvwm/stack.c (add_window_to_stack_ring_after):
12520         * fvwm/icons.c (GetIconWindow):
12521         (GetIconBitmap):
12522         * fvwm/add_window.c:
12523         fixed core dumps and other bugs in debug messages
12525 2002-03-27  olicha  <olivier.chapuis@free.fr>
12527         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12528         (FlocaleCharsetSetFlocaleCharset):
12529         * acconfig.h:
12530         * configure.in (problem_multibyte):
12531         Fixed compilation for system without XOpenOM in Xlib.h
12533         * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12534         * libs/Ficonv.c (FiconvInit):
12535         Be more safe
12537         * fvwm/fvwm.c:
12538         include only libs/Flocale.h
12540 2002-03-26  Mikhael Goikhman  <migo@homemail.com>
12542         * configure.in:
12543         fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
12545         * libs/FBidi.c:
12546         * libs/FBidi.h:
12547         * libs/Flocale.c:
12548         * libs/FlocaleCharset.c:
12549         minor modifications, like removed #include;
12550         fixed core dump with bidi and utf-8
12552 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12554         * fvwm/frame.c (frame_update_hidden_window_pos):
12555         fixed shade/maximize/unshade
12557         * fvwm/builtins.c (FreeDecorFace):
12558         fixed memory leak
12560         * fvwm/borders.c (get_common_decorations):
12561         (border_get_border_style):
12562         * fvwm/style.c (parse_and_set_window_style):
12563         * fvwm/style.h:
12564         * fvwm/window_flags.h:
12565         * fvwm/fvwm.h (struct):
12566         * fvwm/frame.c (frame_mrs_setup_draw_decorations):
12567         (frame_create_move_resize_args):
12568         (frame_move_resize_step):
12569         (frame_next_move_resize_args):
12570         new styles WindowShadeLazy [default], WindowShadeBusy and
12571         WindowShadeAlwaysLazy
12573         * fvwm/frame.c (frame_set_decor_gravities):
12574         fixed window bit gravities
12575         split into smaller functions
12576         (frame_move_resize_step):
12577         fixed a bug w/ the parent gravity
12578         (frame_hide_changing_window_parts):
12579         fixed flickering in one of the corners during shade animation
12580         (frame_mrs_hide_changing_parts):
12581         renamed function
12582         (frame_mrs_prepare_vars):
12583         (frame_mrs_hide_unhide_parent):
12584         (frame_mrs_setup_draw_decorations):
12585         (frame_mrs_resize_move_windows):
12586         new functions
12588 2002-03-25  olicha  <olivier.chapuis@free.fr>
12590         * libs/Fft.c (FftSetupEncoding):
12591         Fixed compilation
12593         * libs/Flocale.c (FlocaleDrawString):
12594         * libs/FBidi.c (FBidiConvert):
12595         * libs/FBidi.h:
12596         Pass the font to FBidiConvert
12598         * acconfig.h (HAVE_LIBCHARSET):
12599         * acinclude.m4 (CHECK_LIBCHARSET):
12600         * configure.in:
12601         If libiconv is used check for libcharset
12603         * libs/Makefile.am:
12604         * libs/FlocaleCharset.h:
12605         * libs/FlocaleCharset.c:
12606         * libs/Flocale.h:
12607         * libs/Flocale.c (*):
12608         * libs/Fft.c (FftSetupEncoding):
12609         * libs/Fft.h:
12610         New structure FlocaleCharset to handle font, iconv and fribidi charsets.
12611         FlocaleFont has such a member which is set when charset info are needed.
12612         FlocaleCharset.c contains a big table which associates to an X charset
12613         various possible locale charsets and the fribidi charset.
12614         If libiconv is used, libcharset is used to compute the locale charset.
12615         Various Flocale clean up.
12617         * fvwm/fvwm.c (main):
12618         Removed the call to FlocaleInitCharset, it is now done automatically
12619         when needed
12621         * libs/Makefile.am:
12622         * libs/Ficon.h:
12623         * libs/Ficonv.c:
12624         * fvwm/ewmh.c (ewmh_atom_property_notify[]):
12625         * fvwm/ewmh.h:
12626         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
12627         (EWMH_WMIconName):
12628         (EWMH_WMName):
12629         (EWMH_SetDesktopNames):
12630         Moved iconv conversions into the library. Try to found the good iconv
12631         charset with the help of the font and of the FlocaleCharset table.
12633 2002-03-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12635         * libs/Module.c (SendFvwmPipe):
12636         * libs/Graphics.c (do_relieve_rectangle):
12637         * fvwm/menustyle.c (menustyle_parse_old_style):
12638         * fvwm/add_window.c (setup_window_structure):
12639         memory management patches by Dave Trollope
12641         * fvwm/frame.c (frame_get_sidebar_geometry):
12642         hide the handles when using the NoHandles style
12644         * fvwm/borders.c (border_redraw_decorations):
12645         change in title rotation is applied immediately, don't use the value "2"
12646         to force redrawing
12648         * fvwm/style.c (parse_and_set_window_style):
12649         removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
12650         styles can be used
12651         documented the new title directions
12652         (parse_and_set_window_style):
12653         removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
12654         instead
12655         documented these styles
12657         * fvwm/add_window.c (CaptureOneWindow):
12658         (CaptureAllWindows):
12659         (AddWindow):
12660         cleaned up
12662         * fvwm/icons.c (DeIconify):
12663         fiexd fucoused window not hilighting after deiconification
12665 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12667         * fvwm/update.c (apply_window_updates):
12668         windows are not unshaded when the decoration layout changes
12670         * fvwm/frame.c (frame_create_move_resize_args):
12671         fixed excessive redrawing
12672         (frame_get_hidden_pos):
12673         fixed parent geometry when window is hidden
12675         * fvwm/add_window.c (setup_frame_stacking):
12676         fixed stacking of right buttons
12678         * fvwm/frame.c (frame_set_decor_gravities):
12679         fixed title and button bit gravities
12681         * fvwm/add_window.c (setup_frame_stacking):
12682         (change_auxiliary_windows):
12683         fixed "button" style
12685         * fvwm/geometry.c (get_title_button_geometry):
12686         * fvwm/menus.c (pop_menu_up):
12687         fixed menu placement relative to window titles
12689         * libs/Flocale.c (FlocaleDrawString):
12690         fixed compiler warning w/o fribidi
12692         * fvwm/virtual.c (MoveViewport):
12693         (MapDesk):
12694         (do_move_window_to_desk):
12695         * fvwm/update.c (apply_window_updates):
12696         * fvwm/icons.c (Iconify):
12697         (CMD_Iconify):
12698         * fvwm/module_interface.c (SETOLDFLAGS):
12699         * fvwm/ewmh_events.c (ewmh_WMStateHidden):
12700         * fvwm/style.c (parse_and_set_window_style):
12701         * fvwm/window_flags.h:
12702         * fvwm/session.c (MatchWinToSM):
12703         * fvwm/placement.c (PlaceWindow):
12704         * fvwm/add_window.c (CaptureAllWindows):
12705         (setup_window_placement):
12706         (CaptureOneWindow):
12707         (AddWindow):
12708         (destroy_window):
12709         * fvwm/menus.c (menu_tear_off):
12710         * fvwm/events.c (HandleMapRequestKeepRaised):
12711         (HandleMapNotify):
12712         * fvwm/fvwm.h:
12713         removed some of those pesky globals: PPosOverride, isIconicState and
12714         isIconifiedByParent; pass round a structure instead
12715         removed the do_start_iconic window flag
12716         removed do_delete_icon_moved flag
12718 2002-03-24  Mikhael Goikhman  <migo@homemail.com>
12720         * acconfig.h:
12721         * configure.in:
12722         renamed HAVE_FRIBIDI to HAVE_BIDI
12724         * libs/FBidi.c:
12725         * libs/FBidi.h:
12726         added more comments
12728         * fvwm/Makefile.am:
12729         * libs/Flocale.c:
12730         * libs/Makefile.am:
12731         added a dummy call to FBidi to test linking against bidi libs
12733 2002-03-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12735         * fvwm/windowshade.c (CMD_WindowShade):
12736         changed syntax of windowshade with direction
12737         (CMD_WindowShade):
12738         update button state after unshading
12740         * fvwm/add_window.c (AddWindow):
12741         fixed mini icon update
12743         * fvwm/events.c (HandleEnterNotify):
12744         fixed icon picture redrawing
12745         icon titles are no longer raised and expanded if the icon has only a
12746         title
12748         * fvwm/move_resize.c (resize_window):
12749         fixed core dump
12751         * libs/gravity.c (gravity_move_resize_parent_child):
12752         * fvwm/frame.c (frame_get_titlebar_dimensions):
12753         (frame_prepare_animation_shape):
12754         (frame_move_resize_step):
12755         (frame_get_titlebar_dimensions_only):
12756         (frame_get_hidden_pos):
12757         (frame_update_hidden_window_pos):
12758         (frame_free_move_resize_args):
12759         (frame_create_move_resize_args):
12760         fixed shading of shaped windows
12762         * fvwm/borders.c:
12763         clean up
12765         * fvwm/fvwm.c (main):
12766         * fvwm/misc.c (GrabEm):
12767         fixed a problem with the cursor shape during window shading
12769         * fvwm/update.c (apply_window_updates):
12770         fixed drawing of hilighted window after a decoration change
12772         * fvwm/update.c (apply_window_updates):
12773         * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12774         * fvwm/borders.c (RedrawDecorations):
12775         renamed RedrawDecorations()
12777         * fvwm/move_resize.c (move_window_doit):
12778         * libs/fvwmrect.c:
12779         * fvwm/misc.c (move_into_rectangle):
12780         (intersect_xrectangles):
12781         functions renamed and moved to fvwmrect.c
12783         * fvwm/borders.c (border_get_changed_border_parts):
12784         (frame_get_changed_border_parts):
12785         reduced border redrawing
12786         moved fucntion to borders.c
12788         * fvwm/events.c (HandleButtonPress):
12789         (DispatchEvent):
12790         suppress button events on frame windows
12792         * fvwm/frame.c (frame_setup_border):
12793         fixed a problem with the border setup
12795         * fvwm/borders.c (border_draw_decorations):
12796         * fvwm/events.c (HandleEnterNotify):
12797         fixed icon title drawing
12799         * fvwm/misc.c (GrabEm):
12800         fixed a pointer grab hang with xmag?
12802         * fvwm/move_resize.c (resize_window):
12803         use frame_move_resize function to improve performance
12805         * fvwm/add_window.c (AddWindow):
12806         fixed recaturing shaded windows
12808         * fvwm/borders.c:
12809         suppress unnecessary title redraws
12811         * fvwm/frame.c:
12812         window shading works again; there are still some problems with
12813         recapture, restart, border drawing and shaped windows
12815 2002-03-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12817         * fvwm/geometry.c (get_shaded_geometry_with_dir):
12818         new function
12820         * fvwm/frame.c (frame_get_title_bar_dimensions):
12821         fixed minor button layout bug
12822         (frame_update_hidden_window_pos):
12824         * fvwm/ewmh_names.c (EWMH_WMName):
12825         * fvwm/gnome.c (GNOME_HandlePropRequest):
12826         * fvwm/focus.c (DoSetFocus):
12827         * fvwm/stack.c (new_layer):
12828         * fvwm/icons.c (DeIconify):
12829         (Iconify):
12830         * fvwm/events.c (HandleFocusIn):
12831         (HandlePropertyNotify):
12832         (HandleExpose):
12833         (HandleMapNotify):
12834         (HandleButtonPress):
12835         (HandleLeaveNotify):
12836         * fvwm/builtins.c (CMD_ChangeDecor):
12837         (CMD_UpdateDecor):
12838         * fvwm/move_resize.c (resize_move_window):
12839         (resize_window):
12840         (resize_window):
12841         (maximize_fvwm_window):
12842         (handle_stick):
12843         * fvwm/borders.c (DrawDecorations):
12844         (RedrawDecorations):
12845         removed function DrawDecorations()
12846         (border_draw_decorations):
12847         renamed draw_decorations_with_geom() to border_draw_decorations()
12849         * fvwm/events.c (HandleExpose):
12850         fixed drawing icon titles
12852         * fvwm/add_window.c (adjust_fvwm_internal_windows):
12853         * fvwm/events.c (HandleFocusIn):
12854         (HandleFocusOut):
12855         * fvwm/screen.h (ScreenInfo):
12856         return the focus to the window that had the focus before an or window
12857         stole it and then died.
12859         * fvwm/menus.c (scanForColor):
12860         removed duplicate call of strlen
12861         use alloca instead of safemalloc
12863         * fvwm/menustyle.c (menustyle_parse_style):
12864         don't call memset right before memcpy
12866         * fvwm/module_interface.c (AddToMessageQueue):
12867         (DeleteMessageQueueBuff):
12868         removed one safemalloc and inline'd the function
12869         merged AddToMessageQueue into PositiveWrite
12871         * fvwm/borders.c (border_draw_decor_to_pixmap):
12872         fixed pixmap and mini icon buttons
12873         (border_fill_pixmap_background):
12874         fixed an X error
12875         (border_get_tb_parts_to_draw):
12876         buttons and title background using the border style is updated when the
12877         buttons moves
12879         * fvwm/events.c (WaitForButtonsUp):
12880         don't grab the whole server but merely the pointer to allow applications
12881         redrawing themselves
12883         * fvwm/borders.c:
12884         finished writing title drawing code
12886         * fvwm/move_resize.c (resize_window):
12887         (resize_move_window):
12888         (unmaximize_fvwm_window):
12889         removed now unnecessary calls to DrawDecorations()
12891         * fvwm/frame.c (frame_hide_changing_window_parts):
12892         fixed hiding bottom/right titles
12894         * fvwm/add_window.c (AddWindow):
12895         fixed recapturing shaded windows
12897         * fvwm/misc.c (GrabEm):
12898         fixed the cursor over the title window while resizing
12900 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12902         * libs/Graphics.c (CreateTiledPixmap):
12903         improved efficience: let the X server tile a pixmap via the GC settings
12905         * fvwm/fvwm.c (CreateGCs):
12906         * fvwm/screen.h (ScreenInfo):
12907         added new global GC Scr.TileGC
12909         * fvwm/borders.c (border_fill_pixmap_background):
12910         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
12911         use already created gcs
12913         * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
12914         * fvwm/menus.c (paint_menu_gradient_background):
12915         fixed using a randow members in gcs
12917 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
12919         * configure.in:
12920         added compilation test for fribidi
12922 2002-03-22  Dan Espen  <dane@mk.telcordia.com>
12924         * NEWS: Document FvwmForm timeout.
12926 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12928         * fvwm/session.c (MatchWinToSM):
12929         * fvwm/add_window.c (AddWindow):
12930         preserve user states over a restart
12932         * fvwm/add_window.c (setup_window_structure):
12933         preserve user states over a recapture
12935         * fvwm/functions.c (execute_function):
12936         "Silent" suppresses the "No such command ..." message
12938         * fvwm/frame.c (frame_move_resize):
12939         * fvwm/misc.c (GrabEm):
12940         fixed the cursor shape during resizing
12941         fixed button looks in small windows
12943 2002-03-22  Mikhael Goikhman  <migo@homemail.com>
12945         * libs/FBidi.c:
12946         * libs/FBidi.h:
12947         new files
12949 2002-03-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12951         * fvwm/fvwm.c (LoadDefaultLeftButton):
12952         (LoadDefaultRightButton):
12953         * fvwm/borders.c (border_draw_vector_to_pixmap):
12954         * fvwm/screen.h (DecorFace):
12955         * fvwm/builtins.c (ReadDecorFace):
12956         fixed transparent vector line support
12958         * libs/Graphics.c (CreateGradientPixmap):
12959         fixed potential core dump with illegal gradients
12961 2002-03-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12963         * fvwm/fvwm.h (FvwmWindow):
12964         removed button_background_pixmap member
12966         * fvwm/update.c (apply_window_updates):
12967         fixed changing the decoration size
12969         * fvwm/windowshade.c (CMD_WindowShade):
12970         * fvwm/frame.c (frame_setup_border):
12971         * fvwm/functions.c (execute_complex_function):
12972         removed debug code
12974         * fvwm/move_resize.c (resize_window):
12975         fixed aboting of a opaque resize w/ maximized windows
12976         (ParseOneResizeArgument):
12977         resize arguments don't take the border into account
12978         (GetResizeArguments):
12979         implemented new option "Frame" to the Resize and ResizeMove commands
12981 2002-03-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
12983         * fvwm/fvwm2.1:
12984         * fvwm/builtins.c (ReadDecorFace):
12985         * fvwm/borders.c (DrawLinePattern):
12986         implemented transparent drawing color in vector buttons: C == 4
12988         * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
12989         * fvwm/builtins.c (ReadDecorFace):
12990         increased allowed number of lines in a vector button to 10000 and moved
12991         the definition to defaults.h
12993         * fvwm/virtual.c (MoveViewport):
12994         don't send useless M_NEW_PAGE packets
12996         * fvwm/frame.c:
12997         * fvwm/borders.c:
12998         started work on new button/title drawing code
13000         * fvwm/events.c (HandleExpose):
13001         don't handle expose on the title bar
13003         * fvwm/borders.c:
13004         * fvwm/frame.c (frame_get_sidebar_geometry):
13005         * fvwm/fvwm.h (FvwmWindow):
13006         replaced border_state with decor_state
13008         * libs/defaults.h (NR_RIGHT_BUTTONS):
13009         added a comment
13011         * fvwm/events.h:
13012         * fvwm/events.c (HandleExpose):
13014         * fvwm/frame.c (frame_setup_border):
13015         hide sidebars if they are too small, i.e. 0 pixels
13017 2002-03-20  olicha  <olivier.chapuis@free.fr>
13019         * libs/Flocale.c (FlocaleFreeNameProperty):
13020         Fixed random core dump
13022 2002-03-19  olicha  <olivier.chapuis@free.fr>
13024         * fvwm/ConfigFvwmDefaults:
13025         RightTitleRotatedCW is a default
13027 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13029         * fvwm/frame.c (frame_get_sidebar_geometry):
13030         window corners are always at least the border width thick
13032         * fvwm/geometry.c (update_absolute_geometry):
13033         fixed south/east shading
13035         * fvwm/frame.c (frame_move_resize_step):
13036         did the best I could to prevent rxvt from flashing in the background
13037         colour
13039         * fvwm/add_window.c (get_default_window_attributes):
13040         (get_default_window_attributes):
13041         (setup_resize_handle_windows):
13042         * fvwm/borders.c (border_get_border_gcs):
13043         applied -visual fix by Hippo
13045         * fvwm/cursor.c (CMD_CursorStyle):
13046         fixed endless loop
13048         * fvwm/frame.c (frame_get_title_bar_dimensions):
13049         fixed order of right buttons
13050         (frame_move_resize_step):
13051         reduced flashing when maximizing
13053         * fvwm/geometry.c (update_absolute_geometry):
13054         adapted for horizontal shading
13056 2002-03-19  Mikhael Goikhman  <migo@homemail.com>
13058         * fvwm/borders.c:
13059         * fvwm/builtins.c:
13060         * fvwm/fvwm.h:
13061         * fvwm/geometry.c:
13062         * libs/Fft.c:
13063         * libs/Flocale.c:
13064         * libs/Flocale.h:
13065         several renamings of text_direction to text_rotation
13067 2002-03-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13069         * fvwm/windowshade.c (CMD_WindowShade):
13070         * fvwm/frame.c (frame_create_move_resize_args):
13071         (frame_move_resize_step):
13072         hack to enable non-animated window shading for the time being
13074         * fvwm/style.c (parse_and_set_window_style):
13075         (parse_and_set_window_style):
13076         allow to abbreviate [Counter]ClockWise with [C]CW
13078         * fvwm/frame.c (frame_move_resize_step):
13079         fixed
13081         * fvwm/geometry.c (gravity_constrain_size):
13082         removed useless code
13084         * fvwm/update.c (apply_window_updates):
13085         * fvwm/add_window.c (AddWindow):
13086         * fvwm/move_resize.c (unmaximize_fvwm_window):
13087         (resize_window):
13088         do not write into frame_g. only frame.c should do this
13090         * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
13091         (MIN_WINDOW_TITLE_LENGTH):
13092         new default values
13093         * fvwm/frame.c (frame_setup_title_bar):
13094         (get_resize_decor_gravities_one_axis):
13095         (frame_setup_window_internal):
13096         (frame_move_resize_step):
13097         (frame_create_move_resize_args):
13098         rewrote frame_setup_title_bar function
13100         * fvwm/add_window.c (setup_frame_stacking):
13101         fixed title bar stacking order
13103         * fvwm/frame.c (frame_setup_title_bar):
13104         removed yesterday's 'fix'
13106         * fvwm/add_window.c (hide_screen):
13107         (setup_title_window):
13108         (setup_resize_handle_windows):
13109         (setup_button_windows):
13110         fixed visual and depth of decoration windows
13112 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13114         * fvwm/frame.c (frame_setup_title_bar):
13115         fixed title layout bug
13117         * fvwm/move_resize.c (MaximizeHeight):
13118         fixed bug in "grow" option of the Maximize command
13120         * fvwm/geometry.h:
13121         fixed broken prototype for get_title_font_size_and_offset
13123         * fvwm/geometry.c (get_title_font_size_and_offset):
13124         simplified code a bit
13126 2002-03-18  olicha  <olivier.chapuis@free.fr>
13128         * fvwm/geometry.h:
13129         * fvwm/geometry.c (get_title_font_size_and_offset):
13130         * fvwm/add_window.c (setup_title_geometry):
13131         * fvwm/style.h:
13132         * fvwm/style.c (parse_and_set_window_style):
13133         (check_window_style_change):
13134         * fvwm/update.c (apply_window_updates):
13135         * fvwm/window_flags.h:
13136         * fvwm/fvwm.h:
13137         Reworte side title direction styles and use LeftTitleRotatedClockWise /
13138         LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
13139         RightTitleRotatedCounterClockWise
13141 2002-03-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13143         * acconfig.h:
13144         * vms/config.h (FMiniIconsSupported):
13145         removed last traces of MINI_ICONS ifdef
13147         * fvwm/windowlist.c (CMD_WindowList):
13148         * fvwm/update.c (apply_window_updates):
13149         * fvwm/style.h:
13150         * fvwm/style.c (merge_styles):
13151         (parse_and_set_window_style):
13152         (check_window_style_change):
13153         * fvwm/screen.h:
13154         * fvwm/module_interface.c (SendMiniIcon):
13155         (BroadcastMiniIcon):
13156         (CMD_Send_WindowList):
13157         * fvwm/fvwm.h (FvwmWindow):
13158         * fvwm/ewmh_icons.c (ewmh_WMIcon):
13159         (EWMH_DoUpdateWmIcon):
13160         (ewmh_SetWmIconFromPixmap):
13161         (EWMH_DeleteWmIcon):
13162         (EWMH_SetIconFromWMIcon):
13163         * fvwm/builtins.c (ReadDecorFace):
13164         * fvwm/borders.c (DrawButton):
13165         (CMD_BorderStyle):
13166         (CMD_BorderStyle):
13167         * fvwm/add_window.c (setup_window_structure):
13168         (setup_mini_icon):
13169         (destroy_mini_icon):
13170         (change_mini_icon):
13171         (AddWindow):
13172         * acconfig.h (FMiniIconsSupported):
13173         replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
13174         compiler checks
13176         * fvwm/screen.h:
13177         removed an FANCY_TITLEBARS ifdef
13179         * fvwm/borders.c (border_draw_one_part):
13180         (border_draw_border_parts):
13181         (border_draw_all_parts):
13182         (draw_clipped_decorations_with_geom):
13183         performance enhancement
13185 2002-03-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13187         * fvwm/frame.c (frame_move_resize_step):
13188         force setting up the border when function is called with FRAME_MR_SETUP
13189         (frame_setup_window_internal):
13190         removed duplicate frame setup
13192         * fvwm/borders.c (border_get_parts_and_pos_to_draw):
13193         fixed logic bug
13194         (draw_clipped_decorations_with_geom):
13195         do not flush the X queue after drawing; let the caller do it
13197         * fvwm/frame.c (frame_get_sidebar_geometry):
13198         fixed layout of windows with a small height
13199         (frame_hide_changing_window_parts):
13200         fixed flickering
13202         * fvwm/borders.c:
13203         * fvwm/frame.c:
13204         made good progress with frame layout rewrite. I think it is already
13205         considerably faster.
13206         some general clean up
13208         * fvwm/add_window.c (setup_decor_window):
13209         function removed
13211         * fvwm/windowshade.c (CMD_WindowShade):
13212         * fvwm/stack.c (verify_stack_ring_consistency):
13213         (RaiseOrLowerWindow):
13214         * fvwm/move_resize.c (resize_move_window):
13215         (move_window_doit):
13216         (draw_move_resize_grid):
13217         * fvwm/icons.c (DrawIconWindow):
13218         * fvwm/icccm2.c (CloseICCCM2):
13219         (convertProperty):
13220         (HandleSelectionRequest):
13221         * fvwm/fvwm.c (main):
13222         (SaveDesktopState):
13223         * fvwm/focus.c (DoSetFocus):
13224         * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
13225         * fvwm/events.c (HandlePropertyNotify):
13226         (HandleButtonPress):
13227         (HandleConfigureRequest):
13228         * fvwm/add_window.c (RestoreWithdrawnLocation):
13229         (Reborder):
13230         * fvwm/builtins.c (CMD_Delete):
13231         (CMD_Destroy):
13232         (CMD_Close):
13233         (CMD_FakeClick):
13234         * fvwm/menus.c (paint_menu):
13235         (DestroyMenu):
13236         * fvwm/misc.c (UngrabEm):
13237         (GrabEm):
13238         * fvwm/schedule.c (execute_obj_func):
13239         * fvwm/add_window.c (hide_screen):
13240         (destroy_window):
13241         use XFlush instead of XSync when the latter is not necessary
13243         * libs/fvwmrect.c (fvwmrect_rectangles_equal):
13244         new function
13246         * fvwm/add_window.c (adjust_fvwm_internal_windows):
13247         inform frame module if the window with the hide windows dies
13249         * fvwm/placement.c (PlaceWindow):
13250         (CMD_PlaceAgain):
13251         * fvwm/add_window.c (setup_window_attr):
13252         (setup_frame_attributes):
13253         (AddWindow):
13254         (RestoreWithdrawnLocation):
13255         (setup_window_placement):
13256         * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
13257         (get_title_geometry):
13258         * fvwm/fvwm.c (InitVariables):
13259         * fvwm/frame.c (frame_setup_frame):
13260         * fvwm/colormaps.c (HandleColormapNotify):
13261         (InstallWindowColormaps):
13262         * fvwm/events.c (HandleConfigureRequest):
13263         (HandleUnmapNotify):
13264         * fvwm/fvwm.h (FvwmWindow):
13265         removed attr member of FvwmWindow and replaced by a structure defined
13266         ourselves that is much smaller
13268         * fvwm/add_window.c (hide_screen):
13269         don't use save_unders and backing_store for the window used in recapture
13271         * fvwm/frame.c (frame_init):
13272         * fvwm/fvwm.c (main):
13273         new function to initialise frame module
13275         * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
13276         new function
13278 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13280         * fvwm/frame.c:
13281         clean up
13283         * fvwm/borders.h (enum):
13284         * fvwm/borders.c (draw_clipped_decorations_with_geom):
13285         (border_get_parts_and_pos_to_draw):
13286         * fvwm/fvwm.h (struct):
13287         some clean up
13288         fixed calculations of which border parts to draw
13290         * fvwm/fvwm2.1:
13291         corrected some typos
13292         * fvwm/frame.c:
13293         * fvwm/borders.c:
13294         handle marks work again
13296 2002-03-16  Dan Espen  <dane@mk.telcordia.com>
13298         * AUTHORS: New author added.
13300 2002-03-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13302         * fvwm/frame.c:
13303         * fvwm/borders.c:
13304         * fvwm/add_window.c (setup_frame_stacking):
13305         * fvwm/cursor.c (CMD_CursorStyle):
13306         * fvwm/events.c (HandleExpose):
13307         (HandleMapNotify):
13308         (HandleEnterNotify):
13309         (HandleLeaveNotify):
13310         (GetContext):
13311         * fvwm/geometry.c (get_title_button_geometry):
13312         * fvwm/virtual.c (map_window):
13313         * fvwm/add_window.c (setup_parent_window):
13314         (setup_resize_handle_cursors):
13315         (setup_resize_handle_windows):
13316         (resize_resize_handle_windows):
13317         (change_resize_handle_windows):
13318         some progress with new frame layout
13320         * fvwm/add_window.c (setup_visible_name):
13321         fixed off-by-one bug in setup_visible_name
13322         maximum window number can be set in defaults.h
13324 2002-03-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13326         * fvwm/windowlist.h:
13327         * fvwm/virtual.h:
13328         * fvwm/update.h:
13329         * fvwm/style.h:
13330         * fvwm/read.h:
13331         * fvwm/placement.h:
13332         * fvwm/menus.h:
13333         * fvwm/move_resize.h:
13334         * fvwm/icons.h:
13335         * fvwm/geometry.h:
13336         * fvwm/frame.h:
13337         * fvwm/focus.h:
13338         * fvwm/events.h:
13339         * fvwm/borders.h:
13340         * fvwm/add_window.h:
13341         * fvwm/ewmh_names.c:
13342         * fvwm/ewmh_icons.c:
13343         * fvwm/ewmh_events.c:
13344         * fvwm/ewmh.c:
13345         * fvwm/frame.c:
13346         * fvwm/menucmd.c:
13347         * fvwm/schedule.c:
13348         * fvwm/geometry.c:
13349         * fvwm/gnome.c:
13350         * fvwm/windowlist.c:
13351         * fvwm/cursor.c:
13352         * fvwm/update.c:
13353         * fvwm/bindings.c:
13354         * fvwm/colormaps.c:
13355         * fvwm/decorations.c:
13356         * fvwm/conditional.c:
13357         * fvwm/misc.c:
13358         * fvwm/read.c:
13359         * fvwm/placement.c:
13360         * fvwm/fvwm.c:
13361         * fvwm/virtual.c:
13362         * fvwm/session.c:
13363         * fvwm/functions.c:
13364         * fvwm/stack.c:
13365         * fvwm/icons.c:
13366         * fvwm/module_interface.c:
13367         * fvwm/style.c:
13368         * fvwm/add_window.c:
13369         * fvwm/events.c:
13370         * fvwm/builtins.c:
13371         * fvwm/move_resize.c:
13372         * fvwm/borders.c:
13373         * fvwm/menus.c:
13374         * fvwm/fvwm.h (FvwmWindow):
13375         moved all windows into a separate sub structure and wrote access macros
13376         renamed FvwmWindow argument to builtin commands to "fw"
13377         renamed tmp_win to fw everywhere
13379         * fvwm/borders.c (RedrawBorder):
13380         * fvwm/decorations.c (SelectDecor):
13381         * fvwm/add_window.c (setup_style_and_decor):
13382         (setup_resize_handle_cursors):
13383         * fvwm/window_flags.h:
13384         * fvwm/fvwm.h (struct):
13385         added new member has_handles and new macro HAS_HANDLES
13387         * fvwm/decorations.c (SelectDecor):
13388         fixed the NoHandles style
13390         * fvwm/decorations.c (SelectDecor):
13391         * fvwm/style.c (check_window_style_change):
13392         (parse_and_set_window_style):
13393         * fvwm/style.h:
13394         * fvwm/fvwm.h (struct):
13395         renamed has_no_handles to has_no_border
13397 2002-03-15  olicha  <olivier.chapuis@free.fr>
13399         * libs/Flocale.h:
13400         * libs/Fft.c (is_utf8_encoding):
13401         Compilation fixes
13403         * libs/Flocale.h:
13404         s/COMPUND_TEXT/COMPOUND_TEXT
13406         * fvwm/fvwm2.1:
13407         Removed matrix xft specification doc as now it is use internally by
13408         fvwm
13410         * libs/Flocale.c (FlocaleRotateDrawString):
13411         (FlocaleUnloadFont):
13412         (FlocaleDrawString):
13413         (FlocaleTextWidth):
13414         * libs/Fft.h:
13415         * libs/Fft.c (FftGetRotatedFont):
13416         (FftGetFont):
13417         (FftDrawString):
13418         (FftTextWidth):
13419         * fvwm/borders.c (DrawMultiPixmapTitlebar):
13420         (RedrawTitle):
13421         * fvwm/geometry.c (get_title_font_size_and_offset):
13422         * fvwm/style.c (parse_and_set_window_style):
13423         (check_window_style_change):
13424         * fvwm/update.c (apply_window_updates):
13425         * fvwm/update.h:
13426         * fvwm/style.h:
13427         * fvwm/fvwm.h:
13428         * fvwm/window_flags.h:
13429         Implemented vertical text rendering, new style SideTitleTextDefault,
13430         SideTitleTextTopToBottom, SideTitleTextBottomToTop
13432 2002-03-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13434         * fvwm/fvwm.h:
13435         removed inclusion of fvwmdebug.h
13437         * libs/gravity.c (ParseDirectionArgument):
13438         fixed direction parsing
13440         * fvwm/menus.c (get_menu_options):
13441         fixed a compiler warning
13443 2002-03-12  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13445         * fvwm/bindings.c (ParseBinding):
13446         fixed compiler warning
13448         * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
13449         * fvwm/ewmh.h:
13450         fixed compilation w/ --disable-ewmh
13452         * fvwm/windowlist.c (CMD_WindowList):
13453         fixed parsing of conditions versus position of window list broken with
13454         a recent "fix"
13456 2002-03-11  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13458         * libs/Fft.h:
13459         * libs/Fft.c (FftTextWidth):
13460         (is_utf8_encoding):
13461         (FftGetFontWidths):
13462         (FftDrawString):
13463         removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
13464         if HAVE_XFT was not set.
13466         * fvwm/events.h (XEVMASK_DECORW):
13467         select EnterNotify and LeaveNotify on frame instead of decor_w
13469         * fvwm/add_window.c (setup_title_window):
13470         (setup_button_windows):
13471         (setup_resize_handle_windows):
13472         frame window is the new parent of the title, button and handle windows
13473         (setup_frame_stacking):
13474         new stacking order of decoration windows
13476         * fvwm/menuitem.c (menuitem_paint):
13477         * fvwm/events.c (HandleExpose):
13478         xft fixes
13480         * fvwm/move_resize.c (unmaximize_fvwm_window):
13481         don't force to redraw the frame
13483         * libs/gravity.c (gravity_get_offsets):
13484         (gravity_move):
13485         (gravity_resize):
13486         functions moved to gravity.c
13488 2002-03-10  olicha  <olivier.chapuis@free.fr>
13490         * acconfig.h (HAVE_XFT_UTF8):
13491         * configure.in:
13492         * libs/Fft.c (is_utf8_encoding):
13493         (FftGetFontWidths):
13494         (FftDrawString):
13495         (FftTextWidth):
13496         Detected if Xft can handle utf8 string
13498         * libs/Fft.h:
13499         * fvwm/menuitem.c (menuitem_paint):
13500         * fvwm/events.c (HandleExpose):
13501         Fixed Xft related compilation failure and warning
13503 2002-03-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13505         * fvwm/virtual.c:
13506         * fvwm/update.c:
13507         * fvwm/move_resize.c:
13508         * fvwm/icons.c:
13509         * fvwm/focus.c:
13510         * fvwm/events.c:
13511         * fvwm/builtins.c:
13512         * fvwm/add_window.c:
13513         * fvwm/frame.c (frame_setup_window):
13514         (frame_force_setup_window):
13515         (frame_setup_shape):
13516         SetupFrame renamed to frame_setup_window
13517         ForceSetupFrame renamed to frame_force_setup_window
13518         SetShape renamed to frame_setup_shape
13520         * fvwm/windowshade.c:
13521         moved most code to frame.c
13523         * fvwm/frame.c (SetShape):
13524         (SetupTitleBar):
13525         (set_decor_gravity):
13526         (ForceSetupFrame):
13527         (SetupFrame):
13528         functions moved to new file
13530         (SetupTitleBar):
13531         (frame_setup_title_bar):
13532         renamed function
13534         * libs/Parse.h:
13535         direction code moved to gravity.c and gravity.h
13537         * fvwm/windowshade.c (CMD_WindowShade):
13538         * fvwm/geometry.c (get_shaded_geometry):
13540         * libs/FScreen.c (FScreenInit):
13541         (FScreenUpdateEmulationMapState):
13542         changed Xinerame emulation layout
13544         * fvwm/fvwm2.1:
13545         Corrected the description of the XineramaPrimaryScreen command that was
13546         essentially lying.
13548 2002-03-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13550         * fvwm/menus.c (menu_tear_off):
13551         (unlink_item_from_menu):
13552         (menu_strip_tear_off_title):
13553         use the text from a title item as the tear off menu title if the menu
13554         begins with a title; skip separators and tear off bars at the front of
13555         the menu
13557         * **/*.[ch]:
13558         implemented titleatleft and titleatright styles; titles are not drawn
13559         vertically yet
13561         * fvwm/style.c (check_window_style_change):
13562         * fvwm/update.c (apply_window_updates):
13563         * fvwm/ewmh_names.c (EWMH_WMIconName):
13564         (EWMH_WMName):
13565         (charset_to_utf8):
13566         * fvwm/ewmh.c (ksmserver_workarround):
13567         * fvwm/update.c (apply_window_updates):
13568         * fvwm/conditional.c (MatchesConditionMask):
13569         * fvwm/fvwm.c (main):
13570         * fvwm/session.c (SaveWindowStates):
13571         (matchWin):
13572         (MatchWinToSM):
13573         * fvwm/functions.c (expand):
13574         * fvwm/stack.c (dump_stack_ring):
13575         (verify_stack_ring_consistency):
13576         * fvwm/module_interface.c (BroadcastWindowIconNames):
13577         (CMD_Send_WindowList):
13578         * fvwm/add_window.c (free_window_names):
13579         (free_window_names):
13580         * fvwm/events.c (HandlePropertyNotify):
13581         * fvwm/builtins.c (CMD_Wait):
13582         * fvwm/style.c (CMD_DestroyStyle):
13583         (lookup_style):
13584         Adapted to changes of Flocale.h
13586         * acconfig.h:
13587         removed COMPUND_TEXT ifdef
13589         * configure.in:
13590         mutibyte defaults to on
13592         * acconfig.h:
13593         * libs/Flocale.c:
13594         * libs/Flocale.h:
13595         * fvwm/fvwm.h (FvwmWindow):
13596         cleaned up Flocale stuff for better information hiding
13598         * libs/Flocale.c (get_FlocaleFontSet):
13599         (get_FlocaleFont):
13600         added a new font strucht member min_char_offset for vertical text
13602         * libs/Flocale.c (get_FlocaleFontSet):
13603         fixed a bug in descent calculation
13605         * fvwm/fvwm.h (FvwmWindow):
13606         removed title_g
13608         * fvwm/borders.c (RedrawButtons):
13609         (SetupTitleBar):
13610         (RedrawBorder):
13611         (SetupFrame):
13612         (RedrawTitle):
13613         (DrawMultiPixmapTitlebar):
13614         don't use title_g or boundary_width
13616         * libs/Flocale.c (FlocaleTextWidth):
13617         * libs/Flocale.c (FlocaleDrawString):
13618         added interface for vertical strings
13619         * libs/Flocale.h (FlocaleWinString):
13620         added flags structure w/ is_vertical_string flag
13622         * fvwm/borders.c (RedrawTitle):
13623         (DrawMultiPixmapTitlebar):
13624         * fvwm/screen.h (ScreenInfo):
13625         * fvwm/icons.c (DrawIconWindow):
13626         * fvwm/move_resize.c (DisplayPosition):
13627         (DisplaySize):
13628         * fvwm/screen.h (ScreenInfo):
13629         removed ScratchStr and TitleStr; *please* don't use global variables
13630         without need
13632         * fvwm/move_resize.c (ParseOneResizeArgument):
13633         (GetResizeArguments):
13634         (GetResizeMoveArguments):
13635         (resize_window):
13636         (resize_move_window):
13637         * fvwm/module_interface.c (CONFIGARGS):
13638         (OLDCONFIGARGS):
13639         (CONFIGARGSNEW):
13640         * fvwm/placement.c (PlaceWindow):
13641         * fvwm/add_window.c (setup_title_window):
13642         (setup_button_windows):
13643         (setup_parent_window):
13644         (resize_resize_handle_windows):
13645         (change_resize_handle_windows):
13646         (AddWindow):
13647         * fvwm/geometry.c (get_window_borders):
13648         (gravity_get_naked_geometry):
13649         (gravity_add_decoration):
13650         (constrain_size):
13651         don't use title_g.width and title_g.height anymore
13653         * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
13654         new macro
13656         * fvwm/borders.c (SetupTitleBar):
13657         * fvwm/add_window.c (setup_title_window):
13658         don't use title_g.x and title_g.y anymore
13659         (setup_title_geometry):
13660         new function
13662         * fvwm/fvwm.h (FvwmWindow):
13663         replaced title_g by title_length and title_thickness
13664         renamed title_text_y to title_text_offset
13666         * fvwm/add_window.c (setup_style_and_decor):
13667         (setup_parent_window):
13668         * fvwm/decorations.c (SelectDecor):
13669         * fvwm/placement.c (PlaceWindow):
13670         * fvwm/windowlist.c (CMD_WindowList):
13671         * fvwm/events.c (SendConfigureNotify):
13672         (HandlePropertyNotify):
13673         (HandleMapNotify):
13674         * fvwm/move_resize.c (DisplaySize):
13675         (ParseOneResizeArgument):
13676         (GetResizeArguments):
13677         (GetResizeMoveArguments):
13678         (resize_window):
13679         (resize_move_window):
13680         * fvwm/geometry.c (gravity_get_naked_geometry):
13681         (gravity_add_decoration):
13682         (constrain_size):
13683         don't use boundary_width anymore
13685         * fvwm/borders.c (SetupTitleBar):
13686         made static
13688         * fvwm/fvwmdebug.c:
13689         removed outdated file that was never used
13691         * fvwm/move_resize.c (move_window_doit):
13692         fixed GNOME and EWMH hints when unsticking a window
13694         * fvwm/virtual.c (CMD_MoveToDesk):
13695         unstick windows when MoveToDesk is used
13697         * fvwm/builtins.c:
13698         * fvwm/windowshade.c (CMD_WindowShade):
13699         (CMD_WindowShadeAnimate):
13700         functions moved to windowshade.c
13702         * fvwm/window_flags.h:
13703         * fvwm/menus.c (pop_menu_up):
13704         * fvwm/builtins.c (CMD_WindowShade):
13705         * fvwm/move_resize.c (resize_window):
13706         * fvwm/icons.c (AutoPlaceIcon):
13707         * fvwm/borders.c (SetupFrame):
13708         don't use HAS_BOTTOM_TITLE any more
13709         (ButtonPosition):
13710         function removed
13712         * fvwm/geometry.c (get_title_font_width_and_offset):
13713         * fvwm/geometry.c (set_window_border_size):
13714         * fvwm/geometry.c (is_window_border_minimal):
13715         * fvwm/geometry.c (get_window_borders_no_title):
13716         * fvwm/geometry.c (get_shaded_client_window_pos):
13717         * fvwm/geometry.c (get_icon_corner):
13718         * fvwm/geometry.c (get_title_gravity):
13719         * fvwm/geometry.c (get_title_geometry):
13720         * fvwm/borders.c (get_button_number):
13721         new functions
13723         * fvwm/borders.c (SetupFrame):
13724         (SetShape):
13725         * fvwm/events.c (HandleShapeNotify):
13726         * fvwm/borders.c (SetupTitleBar):
13727         * fvwm/update.c (apply_window_updates):
13728         * fvwm/add_window.c (setup_window_font):
13729         removed title_top_height
13731         * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
13732         renamed
13734         * fvwm/events.c (SendConfigureNotify):
13735         * fvwm/events.c (HandleConfigureRequest):
13736         preparations for W/E titles
13737         don't use title_top_height any more
13739         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
13740         use title_dir flags
13742         * fvwm/geometry.c (get_window_borders):
13743         * fvwm/style.c (parse_and_set_window_style):
13744         (check_window_style_change):
13745         * fvwm/style.h (SCSET_TITLE_DIR):
13746         * fvwm/window_flags.h (GET_TITLE_DIR):
13747         * fvwm/fvwm.h (struct):
13748         replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
13749         DIR_W or DIR_E
13751         * libs/Parse.c (ParseDirectionArgument):
13752         * libs/Parse.h:
13753         use new type direction_type
13755 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13757         * fvwm/ewmh.c (EWMH_SetFrameStrut):
13758         use function from geometry.c to get the border size
13760         * fvwm/geometry.c (get_shaded_geometry):
13761         added code for shading in all directions
13763 2002-03-07  Dan Espen  <dane@mk.telcordia.com>
13765         * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
13767 2002-03-07  olicha  <olivier.chapuis@free.fr>
13769         * libs/Flocale.c (FInitLocale):
13770         * fvwm/fvwm.c (main):
13771         Set the locale using "" as locale argument
13773 2002-03-07  Mikhael Goikhman  <migo@homemail.com>
13775         * fvwm/fvwm2.1:
13776         fixed some typos and indentation of several new variable entries
13778 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13780         * fvwm/functions.h (enum):
13781         * fvwm/functions.c (func_config):
13782         * fvwm/commands.h:
13783         * fvwm/conditional.c (CMD_ThisWindow):
13784         renamed command "This" to "ThisWindow"
13786         * fvwm/conditional.c (Circulate):
13787         "Current" no longer selects a random window when no window is focused
13789         * fvwm/icccm2.c (SetupICCCM2):
13790         removed debug fprintf
13792         * fvwm/functions.c (expand_extended_var):
13793         implemented new extended variables pointer.x, pointer.x, pointer.wx,
13794         pointer.wy, pointer.cx and pointer.cy.
13796         * libs/Parse.c (ParseDirectionArgument):
13797         allow N, S, W, E, NW, SW, SE, NE for direction arguments
13799         * fvwm/builtins.c (CMD_WindowShade):
13800         fixes for animated shading w/ titleatbottom+north and titleattop+south
13802 2002-03-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13804         * fvwm/move_resize.c (moveLoop):
13805         (resize_window):
13806         * fvwm/virtual.c (HandlePaging):
13807         moving/resizing windows opaque is much faster
13809 2002-03-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13811         * fvwm/add_window.c (resize_resize_handle_windows):
13812         (change_resize_handle_windows):
13813         (setup_window_font):
13814         fixed changing the handlewidth style
13816         * fvwm/update.c (apply_window_updates):
13817         * fvwm/geometry.c (update_absolute_geometry):
13818         * fvwm/builtins.c (CMD_WindowShade):
13819         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
13820         * fvwm/conditional.c (CreateConditionMask):
13821         * fvwm/geometry.c (get_shaded_geometry):
13822         * fvwm/session.c (MatchWinToSM):
13823         * fvwm/add_window.c (setup_window_structure):
13824         (AddWindow):
13825         * fvwm/window_flags.h (SHADED_DIR):
13826         * fvwm/fvwm.h (struct):
13827         implemented new WindowShade options "North" and "South" to allow shading
13828         a window in either direction, regardless of if the title is at the top
13829         or bottom.
13831         * libs/Module.c (module_expand_action):
13832         new convenience function for modules
13834 2002-03-03  Dan Espen  <dane@mk.telcordia.com>
13836         * fvwm/fvwm2.1: Fixes to the font section.
13838 2002-03-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13840         * fvwm/conditional.c (CMD_WindowId):
13841         set the correct context window for unmanaged windows
13843         * fvwm/icons.c (DrawIconWindow):
13844         raise the icon title even if it's too small to be expanded
13846         * fvwm/conditional.c (CMD_Cond):
13847         Fixed it the right way this time
13848         (CMD_Any):
13849         same fix for the 'Any' command
13850         (circulate_cmd):
13851         (CMD_Prev):
13852         (CMD_Next):
13853         (CMD_None):
13854         (CMD_Any):
13855         (CMD_Current):
13856         unified circulating functions into a single one
13857         (CMD_Pick):
13858         Pick allows to pick functions that have CirculateSkip set
13859         fixed a memory leak
13860         (select_cmd):
13861         (CMD_This):
13862         (CMD_Pick):
13863         (CMD_PointerWindow):
13864         unified selecting functions into a single one
13865         (CMD_PointerKey):
13866         (CMD_All):
13867         Allow user to override the default CirculateHit of these functions
13869         * fvwm/conditional.c (CMD_Cond):
13870         Fixed a problem w/ the window selection
13872         * fvwm/menus.h:
13873         * fvwm/menus.c:
13874         * fvwm/menudim.h:
13875         * fvwm/menudim.c:
13876         * fvwm/menustyle.h:
13877         * fvwm/menustyle.c:
13878         * fvwm/menucmd.c:
13879         * fvwm/menuitem.c:
13880         * fvwm/menuitem.h:
13881         moved some of the menu code into separate files
13882         more work on tear off menus; windowlist can now be torn off without a
13883         memory leak
13885         * fvwm/template.c:
13886         * fvwm/template.h:
13887         added templates for new source files
13889         * libs/Picture.c (fvwmlib_clone_color):
13890         new function
13892         * fvwm/menus.c (make_menu):
13893         (update_menu):
13894         removed unused parameter from make_menu()
13896         * fvwm/fvwm2.1 (Example):
13897         corrected statement about CaptureHonorsStartsOnPage being the default
13899 2002-03-03  Mikhael Goikhman  <migo@homemail.com>
13901         * INSTALL.fvwm:
13902         * Makefile.am:
13903         * configure.in:
13904         added and documented --disable-bidi and --disable-perllib
13906 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13908         * fvwm/geometry.c (get_window_borders):
13909         fixed calculation of $[cw.y] and $[cw.height]
13911         * fvwm/move_resize.c (resize_move_window):
13912         windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
13914 2002-03-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13916         * fvwm/move_resize.c (resize_move_window):
13918 2002-02-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13920         * configure.in:
13921         re-added --enable-xinerama-emulation option that was removed recently
13923 2002-02-28  Mikhael Goikhman  <migo@homemail.com>
13925         * INSTALL.fvwm:
13926         * NEWS:
13927         * fvwm/fvwm2.1:
13928         several corrections and rewording
13930 2002-02-28  olicha  <olivier.chapuis@free.fr>
13932         * fvwm/fvwm2.1:
13933         New section FONT NAMES AND FONT LOADING
13935         * INSTALL.fvwm:
13936         * NEWS:
13937         Document --enable-xft
13939         * libs/Fft.c (get_FlocaleXftFont):
13940         Used the xft font height in the place of ascent+descent
13942         * fvwm/icons.c (DrawIconWindow):
13943         Fixed the fg colors of the icon title
13945 2002-02-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13947         * fvwm/conditional.c (CMD_CondCase):
13948         fixed CondCase command
13949         (CMD_Cond):
13950         fixed numeric return codes
13952         * fvwm/add_window.c (CMD_Recapture):
13953         fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
13955         * acinclude.m4 (smr_CHECK_LIB):
13956         disabled a destructing gnome_prefix logic again
13958         * fvwm/events.c (GetContext):
13959         * libs/Bindings.c (win_contexts):
13960         * libs/fvwmlib.h:
13961         new contexts for individual parts of the window border
13963 2002-02-26  Mikhael Goikhman  <migo@homemail.com>
13965         * acinclude.m4:
13966         disabled a destructing gnome_prefix logic
13968         * configure.in:
13969         replaced fribidi detection mechanism, now fribidi-config is used
13971 2002-02-26  olicha  <olivier.chapuis@free.fr>
13973         * acconfig.h (HAVE_XFT):
13974         * acinclude.m4:
13975         * configure.in:
13976         * libs/Fft.c (new file):
13977         * libs/Flocale.c (FlocaleLoadFont):
13978         (FlocaleUnloadFont):
13979         (FlocaleDrawString):
13980         (FlocaleTextWidth):
13981         (get_FlocaleFontSet):
13982         (get_FlocaleFont):
13983         (get_FlocaleFontOrFontSet):
13984         * libs/Flocale.h:
13985         * fvwm/Makefile.am:
13986         Added anti-alised font rendering using Xft. This is off by default.
13987         A font can now be given as a ";" separated list of either ","
13988         separated list of XFLD font name or Xft font name with "xft:" as
13989         prefix, e.g.:
13990           xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
13991         See Flocale.h for details
13993         * fvwm/events.c (HandleExpose):
13994         * fvwm/menus.c (paint_item):
13995         Always clear the text area before drawing text with an Xft font
13997 2002-02-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
13999         * acinclude.m4 (smr_CHECK_LIB):
14000         fixed a bug with variable expansion and autoconf cache values
14002 2002-02-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14004         * fvwm/menus.c (seek_submenu_instance):
14005         (FindPopup):
14006         * fvwm/fvwm.c (InitVariables):
14007         some general menu clean up
14009         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14010         * fvwm/move_resize.h (resize_geometry_window):
14011         * fvwm/menus.c (animated_move_back):
14012         (pop_menu_up):
14013         (ParentalMenuRePaint):
14014         Removed the global variables for parental relativity.  Please *do not*
14015         use globals in menus.c or anywhere else.  I'm trying to remove most
14016         globals in the long run.
14018         * libs/Graphics.c (do_relieve_rectangle):
14019         removed debug code
14021         * fvwm/menus.c (MenuInteraction):
14022         fixed tearing off menus by selecting a tear off item with the keyboard
14024         * fvwm/menus.c (MenuInteraction):
14025         fixed menus not popping down sometimes
14027         * fvwm/functions.c (CMD_TearMenuOff):
14028         * fvwm/menus.c (AddToMenu):
14029         (MenuInteraction):
14030         (warp_pointer_to_item):
14031         (get_selectable_item_index):
14032         (get_selectable_item_from_index):
14033         (get_selectable_item_from_section):
14034         (menuShortcuts):
14035         (paint_item):
14036         (draw_tear_off_bar):
14037         * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14038         New command "TearMenuOff" in menus.  In a normal item, this tears off
14039         the menu when selected.  If the item has no title, it is drawn as a
14040         dashed line too.  Pressing button 2 over a title tears out the menu too.
14041         some clean up
14043         * fvwm/menus.c (make_menu_window):
14044         fixed problem w/ mapping menus, performance enhancement
14046         * fvwm/builtins.c (CMD_Destroy):
14047         (CMD_Close):
14048         fixed core dump
14050         * fvwm/functions.c (execute_function):
14051         (expand_extended_var):
14052         (expand):
14053         new variable cond.rc that returns the last return code of a conditinal
14054         command
14056 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14058         * fvwm/conditional.c (CMD_Cond):
14059         (CMD_CondCase):
14060         (CMD_Break):
14061         * fvwm/commands.h:
14062         * fvwm/functions.h:
14063         * fvwm/functions.c:
14064         new conditional commands Cond, CondCase and Break
14066         * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14067         (ewmh_WMStateShaded):
14068         (ewmh_WMState):
14069         (ewmh_MoveResize):
14070         (ewmh_WMStateHidden):
14071         (ewmh_WMDesktop):
14072         (ewmh_CloseWindow):
14073         (ewmh_ActiveWindow):
14074         (ewmh_DesktopGeometry):
14075         * fvwm/gnome.c (GNOME_HandlePropRequest):
14076         * fvwm/windowlist.c (CMD_WindowList):
14077         * fvwm/update.c (apply_window_updates):
14078         * fvwm/conditional.c (CMD_Pick):
14079         (CMD_Prev):
14080         (CMD_Next):
14081         (CMD_None):
14082         (CMD_Any):
14083         (CMD_Current):
14084         (CMD_PointerWindow):
14085         (CMD_This):
14086         (CMD_All):
14087         (CMD_Direction):
14088         (CMD_WindowId):
14089         * fvwm/read.c (run_command_stream):
14090         * fvwm/fvwm.c (Done):
14091         (SetRCDefaults):
14092         (StartupStuff):
14093         (main):
14094         * fvwm/module_interface.c (ExecuteModuleCommand):
14095         * fvwm/move_resize.c (handle_stick):
14096         * fvwm/add_window.c (AddWindow):
14097         * fvwm/events.c (HandleKeyPress):
14098         (HandleButtonPress):
14099         (HandleClientMessage):
14100         (HandleButtonRelease):
14101         (HandlePropertyNotify):
14102         * fvwm/builtins.c (CMD_DestroyDecor):
14103         (AddToDecor):
14104         (CMD_StrokeFunc):
14105         * fvwm/functions.h (func_type):
14106         * fvwm/functions.c (old_execute_function):
14107         (execute_function):
14108         (execute_complex_function):
14110         * fvwm/fvwm.h (fvwm_cond_func_rc):
14111         inplemented return codes OK, NO_MATCH and ERROR for conditional commands
14113         * fvwm/ConfigFvwmDefaults:
14114         set some default styles for tear off menu windows
14116         * fvwm/menus.c (menuShortcuts):
14117         ignore actions that would normally close a menu if it's a tear off menu
14118         <Backspace> creates a tear off menu
14119         <Escape> closes a tear off menu
14121         * fvwm/builtins.c (CMD_Delete):
14122         (CMD_Destroy):
14123         (CMD_Close):
14124         * fvwm/menus.c (DestroyMenu):
14125         (make_menu_window):
14126         (MenuInteraction):
14127         * fvwm/menus.h (MenuRootDynamic):
14128         Each menu window is created with a unique display to prevent fvwm from
14129         being killed when a tear off menu is destroyed.  Of course this is
14130         inefficient, but still better than writing a menu module.
14132 2002-02-23  Mikhael Goikhman  <migo@homemail.com>
14134         * configure.in:
14135         autogenerate perllib/FVWM/Module/Makefile
14137 2002-02-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14139         * fvwm/move_resize.c (moveLoop):
14140         fixed a problem with keyboard movement vs. EdgeResistance
14142 2002-02-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14144         * fvwm/events.c:
14145         fixed problem with root bindings and xfishtank
14147         * fvwm/windowlist.c (CMD_WindowList):
14148         applied patch by to Darren Marshall to fix placement of window list on
14149         wrong xinerama screen
14151         * libs/Parse.c (GetSuffixedIntegerArguments):
14152         integer arguments that must not have a suffix but have one are ignored
14154         * fvwm/icons.c (DeIconify):
14155         (Iconify):
14156         applied patch by Markus Schwarzenberg to fix a rare problem with the
14157         is_map_pending flag, iconified icons and restart
14159 2002-02-22  Mikhael Goikhman  <migo@homemail.com>
14161         * fvwm/commands.h:
14162         * fvwm/conditional.c (CMD_This):
14163         * fvwm/functions.c:
14164         * fvwm/functions.h:
14165         * fvwm/fvwm2.1:
14166         * NEWS:
14167         added new conditional command This
14169 2002-02-21  Mikhael Goikhman  <migo@homemail.com>
14171         * acconfig.h:
14172         * configure.in:
14173         added fribidi library detection
14175 2002-02-12  olicha  <olivier.chapuis@free.fr>
14177         * libs/Flocale.h (FlocaleFont):
14178         * libs/Flocale.c (get_FlocaleFont):
14179         (get_FlocaleFontSet):
14180         Compute the ascent and descent of the FlocaleFont structure directly
14181         from the XFontSetExtents data in the case of a fontset
14182         Added max_char_width to the FlocaleFont structure
14184         * libs/Makefile.am (libfvwm_a_SOURCES):
14185         * libs/GetFont.c:
14186         Removed libs/GetFont.c
14188         * fvwm/menus.c (FreeMenuStyle):
14189         (UpdateMenuStyle):
14190         (NewMenuStyle):
14191         (CMD_CopyMenuStyle):
14192         * fvwm/menus.h (MenuLook):
14193         Fixed default font handling font by using a new MenuLook flags
14194         USING_DEFAULT_FONT
14196         * fvwm/menus.c (UpdateMenuStyle):
14197         Fixed default font update
14199         * fvwm/fvwm.c (SetRCDefaults):
14200         (InitVariables):
14201         Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
14202         fvwm initialization
14204 2002-02-11  Mikhael Goikhman  <migo@homemail.com>
14206         * configure.in:
14207         added FvwmPerl/* file generation
14209 2002-02-11  olicha  <olivier.chapuis@free.fr>
14211         * INSTALL.fvwm:
14212         * NEWS:
14213         Multibyte news. Document --disable-compound-text and --disable-ewmh.
14215         * libs/Flocale.h:
14216         Added more documentation and change the MB_FALLBACK_FONT to
14217         "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
14218         -*-medium-r-normal-*-16-*" (with XFree) this should gives something
14219         more consistent with the none multibyte case.
14221 2002-02-10  olicha  <olivier.chapuis@free.fr>
14223         * fvwm/ewmh.c (EWMH_RestoreInitialStates):
14224         (EWMH_ExitStuff):
14225         * fvwm/events.c (HandleUnmapNotify):
14226         (HandleReparentNotify):
14227         * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14228         (ewmh_WMStateSticky):
14229         (ewmh_WMStateHidden):
14230         Restore various ewmh initial states when a window is  unmapped or
14231         reparented
14233 2002-02-10  Mikhael Goikhman  <migo@homemail.com>
14235         * Makefile.am:
14236         * configure.in:
14237         added support for new perllib directory
14239 2002-02-09  olicha  <olivier.chapuis@free.fr>
14241         * libs/fvwmlib.h:
14242         * libs/Flocale.c:
14243         * libs/Flocale.h:
14244         * acconfig.h:
14245         * configure.in:
14246         Rename I18N_MB to MULTIBYTE
14247         Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
14249         * libs/Flocale.c (*):
14250         * libs/Flocale.h:
14251         New Font and Text API. A cache is used for fonts information. Font
14252         loading is more powerfull as both font or fontset can be loaded.
14253         See Flocale.h for details, more comments will be added soon.
14254         Fortunately, it seems that there are no more memory problems with
14255         --enable-multibyte!
14256         If COMPOUND_TEXT, then non XA_STRING text properties are converted
14257         with XmbTextPropertyToTextList
14259         * fvwm/events.c (HandlePropertyNotify):
14260         * fvwm/misc.c (NewFontAndColor):
14261         * fvwm/icons.h:
14262         * fvwm/misc.h:
14263         * fvwm/menus.c (FreeMenuStyle):
14264         (NewMenuStyle):
14265         (CMD_CopyMenuStyle):
14266         (draw_underline):
14267         (calculate_item_sizes):
14268         (size_menu_horizontally):
14269         (paint_item):
14270         * fvwm/builtins.c (CMD_DefaultFont):
14271         (ApplyDefaultFontAndColors):
14272         * fvwm/add_window.c (destroy_icon_font):
14273         (setup_icon_font):
14274         (destroy_window_font):
14275         (setup_window_font):
14276         (free_window_names):
14277         (setup_window_name):
14278         (setup_icon):
14279         * fvwm/fvwm.h (FvwmWindow):
14280         * fvwm/move_resize.c (DisplayPosition):
14281         (resize_geometry_window):
14282         (DisplaySize):
14283         * fvwm/fvwm.c (InitVariables):
14284         * fvwm/icons.c (DrawIconWindow):
14285         (setup_icon_title_size):
14286         * fvwm/borders.c (RedrawTitle):
14287         (DrawMultiPixmapTitlebar):
14288         * fvwm/screen.h (ScreenInfo):
14289         Use the new Text and Font API
14291 2002-02-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14293         * fvwm/module_interface.c (PositiveWrite):
14294         fixed core dump when a module died in the select of PositiveWrite()
14296         * fvwm/module_interface.c (initModules):
14297         (ClosePipes):
14298         (do_execute_module):
14299         (KillModule):
14300         (KillModuleByName):
14301         (CMD_SendToModule):
14302         (PositiveWrite):
14303         * fvwm/modconf.c (ModuleConfig):
14304         removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
14306         * fvwm/icons.c (GetXPMFile):
14307         suppress unnecessary error message for xmb icons
14309         * fvwm/misc.c (fvwm_msg):
14310         * fvwm/misc.h (enum):
14311         added new fvwm_msg type "OLD" for deprecated commands
14313 2002-02-07  Mikhael Goikhman  <migo@homemail.com>
14315         * configure.in:
14316         generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
14318         * INSTALL.fvwm:
14319         New section "Bug Reports".
14321 2002-02-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14323         * fvwm/update.c (apply_window_updates):
14324         fixed propagation of window border and title colours to the modules
14326 2002-02-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14328         * fvwm/menus.c (do_menu):
14329         fixed leaving tear off menus when something is selected with the mouse
14331 2002-02-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14333         * fvwm/events.c (HandleEnterNotify):
14334         * fvwm/menus.c:
14335         more work on tear off menus
14337 2002-02-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14339         * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
14340         * fvwm/menus.c (menu_enter_tear_off_menu):
14341         (find_entry):
14342         (menuShortcuts):
14343         (MenuInteraction):
14344         (pop_menu_up):
14345         properly calculate pointer position in tear off menus
14346         (MenuInteraction):
14347         fixed active wait w/ poopup/popdown delays
14349         * fvwm/windowlist.c (CMD_WindowList):
14350         don't initialise some variables twice
14352 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14354         * fvwm/add_window.c (CaptureOneWindow):
14355         properly recapture tear off menus
14357         (IS_MESSAGE_IN_MASK):
14358         (is_message_selected):
14359         (PositiveWrite):
14360         (PositiveWrite):
14361         * fvwm/schedule.c (deschedule):
14362         (squeue_execute):
14363         * fvwm/events.c (My_XNextEvent):
14364         * libs/queue.h:
14365         * fvwm/module_interface.c (ClosePipes):
14366         (CMD_ModuleSynchronous):
14367         (KillModule):
14368         performance enhancements; made macros out of simple functions
14370         * fvwm/builtins.c (CMD_WindowShade):
14371         don't redraw the decorations if window was not shaded or unshaded
14373         * fvwm/schedule.c (deschedule_obj_func):
14374         (execute_obj_func):
14375         fixed core dump when a scheduled command deschedules itself
14377 2002-01-31  olicha  <olivier.chapuis@free.fr>
14379         * NEWS:
14380         FvwmButtons news
14382 2002-01-31  Mikhael Goikhman  <migo@homemail.com>
14384         * NEWS:
14385         * fvwm/move.c (moveLoop):
14386         while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
14388         * fvwm/session.c (get_version_string):
14389         switch from static to date-based version string
14391         * configure.in:
14392         remove --enable-kanji compatibility option
14394         * fvwm/schedule.h:
14395         * libs/queue.h:
14396         fix warnings, gcc compains on having something after #endif
14398 2002-01-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14400         * fvwm/builtins.c (CMD_Delete):
14401         (CMD_Close):
14402         (CMD_Destroy):
14403         don't crash fvwm when trying to close a tear off menu
14405         * fvwm/decorations.c (is_function_allowed):
14406         * fvwm/menus.c (menu_expose):
14407         (do_menu):
14408         * fvwm/events.c (HandleReparentNotify):
14409         (HandleUnmapNotify):
14410         * fvwm/add_window.c (AddWindow):
14411         (AddWindow):
14412         * fvwm/fvwm.h (struct):
14413         * fvwm/add_window.c (CaptureAllWindows):
14414         (CaptureOneWindow):
14415         * fvwm/events.h (flush_property_notify):
14416         * fvwm/events.c (HandleMapRequestKeepRaised):
14417         started work on tear off menus
14419         * fvwm/fvwm.c (main):
14420         * fvwm/events.c (CMD_Sync):
14421         (CMD_Synchronize):
14422         * fvwm/commands.h (CMD_Synchronize):
14423         * fvwm/functions.h (enum):
14424         * fvwm/functions.c (func_config):
14425         new commands XSync and XSynchronize for debugging
14427         * fvwm/conditional.c (CreateConditionMask):
14428         (MatchesConditionMask):
14429         * fvwm/builtins.c (CMD_State):
14430         * fvwm/fvwm.h (struct):
14431         * fvwm/functions.h:
14432         * fvwm/commands.h:
14433         * fvwm/functions.c (func_config):
14434         new command "State"
14435         new condition "State"
14437         * libs/queue.c:
14438         fixed core dump
14440 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14442         * fvwm/module_interface.c (AddToMessageQueue):
14443         (initModules):
14444         (DeleteMessageQueueBuff):
14445         (FlushMessageQueue):
14446         * fvwm/events.c (My_XNextEvent):
14447         * fvwm/module_interface.c (AddToCommandQueue):
14448         (ExecuteCommandQueue):
14449         use code from queue.c
14451         * fvwm/schedule.c:
14452         * fvwm/queue.c:
14453         * fvwm/queue.h:
14454         * fvwm/events.c (My_XNextEvent):
14455         "Schedule 0" commands are executed before event handling
14456         moved some of the chedule code into a new queue library
14458 2002-01-30  olicha  <olivier.chapuis@free.fr>
14460         * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
14462 2002-01-30  olicha  <olivier.chapuis@free.fr>
14464         * libs/Flocale.c:
14465         * libs/Flocale.h:
14466         * libs/Makefile.am:
14467         * fvwm/fvwm.c (main):
14468         New libs files Flocale.c and Flocale.h with a function to set the
14469         locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
14470         also a function to get the charset (from ewmh_name.c) and which
14471         setlocale if this has not been done with the above function. This
14472         function is also called at fvwm2 startup
14474         * fvwm/ewmh_names.c (charset_to_utf8):
14475         (utf8_to_charset):
14476         Use the Fcharset variable and remove get_charset
14478         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
14479         A minor fix
14481         * libs/GetFont.c (GetFontSetOrFixed):
14482         Free the missing charset list as suggested by Alexander Kotelnikov.
14483         Report problems with missing charset only 5 times. Remove the
14484         STRICTLY_FIXED code
14486 2002-01-30  Mikhael Goikhman  <migo@homemail.com>
14488         * configure.in:
14489         a patch to config.status to generate scripts executable, may be handy;
14490         added generation of utils/fvwm24_convert
14492 2002-01-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14494         * fvwm/schedule.c:
14495         * fvwm/functions.c (expand_extended_var):
14496         implemented $[schedule.last] and $[schedule.next] variables
14497         implemented new command "Deschedule"
14499         * fvwm/misc.c (get_server_time):
14500         fixed MouseFocus
14502 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14504         * fvwm/misc.c (get_server_time):
14505         * fvwm/events.c (My_XNextEvent):
14506         * fvwm/icccm2.c (SetupICCCM2):
14507         * fvwm/functions.h:
14508         * fvwm/commands.h:
14509         * fvwm/functions.c (func_config):
14510         * fvwm/schedule.c:
14511         implemented new command "Schedule"
14513         * fvwm/builtins.c (CMD_Exec):
14514         applied job control patch by Alexander Kotelnikov using the portable
14515         version of setpgrp()
14517         * libs/setpgrp.c (fvwm_setpgrp):
14518         * libs/setpgrp.h (fvwm_setpgrp):
14519         * libs/Makefile.am:
14520         * configure.in:
14521         added checks for setpgrp and setpgid
14523 2002-01-29  olicha  <olivier.chapuis@free.fr>
14525         * acinclude.m4:
14526         Better test for iconv second argumeny
14528         * configure.in:
14529         Use gnu libiconv in priority against the system iconv
14531 2002-01-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14533         * fvwm/stack.c (RaiseOrLowerWindow):
14534         (restack_windows):
14535         (collect_transients_recursive):
14536         * fvwm/icons.c (get_visible_icon_window_count):
14537         fixed stack ring corruption with icons that have either no picture or
14538         no title
14540 2002-01-28  olicha  <olivier.chapuis@free.fr>
14542         * fvwm/ewmh_names.c (charset_to_utf8):
14543         (utf8_to_charset):
14544         (EWMH_SetVisibleName):
14545         (get_charset):
14546         Better message errors in get_charset, use UTF-8 in the place of UTF8,
14547         set the ewmh visible (icon) name only if the fvwm visible name is
14548         different from the ICCCM (icon) window name, limit the number of
14549         conversions error messages to 10
14551 2002-01-28  olicha  <olivier.chapuis@free.fr>
14553         * fvwm/functions.c (func_config):
14554         * fvwm/commands.h:
14555         * fvwm/builtins.c (CMD_PropertyChange):
14556         New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
14557         messages
14559         * fvwm/module_interface.h:
14560         * fvwm/module_interface.c (BroadcastPropertyChange):
14561         * libs/Module.h (MX_PROPERTY_CHANGE):
14562         New module message MX_PROPERTY_CHANGE for all propose messages.
14564         * fvwm/events.c (HandlePropertyNotify):
14565         * libs/defaults.h:
14566         Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
14567         as argument when fvwm2 detects that the root background change
14568         Removed the ROOT_BG_CHANGE_STRING stuff
14570 2002-01-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14572         * NEWS, configure.in:
14573         changed version to 2.5.1
14575         * fvwm/misc.c (get_pointer_fvwm_window):
14576         * fvwm/commands.h:
14577         * fvwm/functions.c (func_config):
14578         * fvwm/conditional.c (CreateConditionMask):
14579         (MatchesConditionMask):
14580         (CMD_PointerWindow):
14581         (CreateConditionMask):
14582         (CMD_Any):
14583         * fvwm/fvwm.h (WindowConditionMask):
14584         new conditions focused, !focused, haspointer, !haspointer
14585         new command PointerWindow that works like Current but on the window
14586         that currently contains the pointer
14587         new command Any which works like None but inverts the condition
14588         fixed parsing of conditions with more than one comma
14590         * fvwm/module_interface.h:
14591         * fvwm/module_interface.c (do_execute_module):
14592         (initModules):
14593         * libs/Module.h (MAX_XMSG_MASK):
14594         fixed default message mask for modules
14596         * fvwm/update.c (flush_window_updates):
14597         * fvwm/virtual.c (UnmapDesk):
14598         (MapDesk):
14599         (do_move_window_to_desk):
14600         * fvwm/icons.c (DeIconify):
14601         (DeIconify):
14602         * fvwm/events.c (HandlePropertyNotify):
14603         (HandleMapRequestKeepRaised):
14604         (HandleMapNotify):
14605         (HandleButtonPress):
14606         (HandleEnterNotify):
14607         (HandleLeaveNotify):
14608         * fvwm/focus.c (DoSetFocus):
14609         (MoveFocus):
14610         (SetFocusWindow):
14611         (ReturnFocusWindow):
14612         (DeleteFocus):
14613         (ForceDeleteFocus):
14614         (FocusOn):
14615         (restore_focus_after_unmap):
14616         Fixed a race condition with M_FOCUS_CHANGE events and window updates by
14617         suppressing the M_FOCUS_CHANGE message if the focus does not change in
14618         the flush_window_updates() function.
14620 2002-01-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14622         * fvwm/placement.c (PlaceWindow):
14623         minor performance enhancement
14625 2002-01-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14627         * libs/defaults.h:
14628         * fvwm/menus.c (MenuInteraction):
14629         (pointer_in_active_item_area):
14630         (pointer_in_passive_item_area):
14631         new menu style PopupActiveArea
14633 2002-01-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14635         * fvwm/move_resize.c (CMD_ResizeMaximize):
14636         (CMD_ResizeMoveMaximize):
14637         fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
14639 2002-01-21  olicha  <olivier.chapuis@free.fr>
14641         * fvwm/fvwm2.1:
14642         s/Penalities/Penalties/g
14644 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14646         * fvwm/events.c (HandleLeaveNotify):
14647         (HandleEnterNotify):
14648         * fvwm/modconf.c (ModuleConfig):
14649         * fvwm/update.c (apply_window_updates):
14650         * fvwm/module_interface.c (BroadcastWindowIconNames):
14651         (CMD_Send_WindowList):
14652         (initModules):
14653         (do_execute_module):
14654         (PositiveWrite):
14655         (CMD_set_nograb_mask):
14656         (CMD_set_sync_mask):
14657         (CMD_set_mask):
14658         (set_mseggage_mask):
14659         (is_message_in_mask):
14660         (is_message_selected):
14661         * libs/Module.h:
14662         rewrote message interface to allow more than 32 messages with minimal
14663         changes in the existing interfaces.
14664         new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
14666         * fvwm/style.h:
14667         * fvwm/style.c (parse_and_set_window_style):
14668         * fvwm/fvwm.h (struct):
14669         * fvwm/events.c (HandleButtonPress):
14670         implemented new styles MouseFocusClickIgnoreMotion and
14671         MouseFocusClickIgnoreMotionOff
14673         * fvwm/focus.c (focus_grab_buttons):
14674         fixed button mask for > 5 buttons
14676 2002-01-19  olicha  <olivier.chapuis@free.fr>
14678         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
14679         Save and restore the icon_pixmap_w and add comments
14681 2002-01-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14683         * fvwm/events.c (HandleEnterNotify):
14684         fixed EnterNotify events for icons
14686 2002-01-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14688         * fvwm/*.c:
14689         * fvwm/stack.c (overlap_box):
14690         (overlap):
14691         * fvwm/icons.c (clear_icon):
14692         * fvwm/add_window.c (destroy_icon):
14693         * fvwm/fvwm.h (FvwmWindow):
14694         * fvwm/geometry.c (get_window_borders):
14695         (get_client_geometry):
14696         * libs/fvwmrect.h (struct):
14697         * fvwm/functions.c (expand_extended_var):
14698         implemented new extended variables cw.x, cw.y, cw.width, cw.height that
14699         return the geometry of the client window
14700         implemented new extended variables it.x, it.y, it.width, it.height that
14701         return the geometry of the icon title
14702         implemented new extended variables ip.x, ip.y, ip.width, ip.height that
14703         return the geometry of the icon picture
14704         implemented new extended variables i.x, i.y, i.width, i.height that
14705         return the geometry of the whole icon
14706         fixed $[w.height] when the window is shaded
14707         cleaned up icon geometry code
14709 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14711         * fvwm/commands.h:
14712         * fvwm/functions.c:
14713         * fvwm/functions.h:
14714         * fvwm/move_resize.c (unmaximize_fvwm_window):
14715         (maximize_fvwm_window):
14716         (CMD_Maximize):
14717         (CMD_ResizeMaximize):
14718         (CMD_Resize):
14719         (resize_window):
14720         (CMD_ResizeMove):
14721         (resize_move_window):
14722         (CMD_ResizeMoveMaximize):
14723         New command ResizeMaximize.  Works like Resize, but modifies the
14724         maximized size of the window, not the normal size.
14725         New command ResizeMoveMaximize that works similarly.
14726         (resize_move_window):
14727         fixed ResizeMove command
14729         * fvwm/functions.c (expand):
14730         fixed core dump when using something like $[$v] in a command
14732 2002-01-17  olicha  <olivier.chapuis@free.fr>
14734         * libs/defaults.h (ROOT_BG_CHANGE_STRING):
14735         * fvwm/events.c (HandlePropertyNotify):
14736         * fvwm/fvwm.c (InternUsefulAtoms):
14737         * fvwm/extern.h:
14738         Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
14739         that the root background has changed. This uses the _XSETROOT_ID
14740         and XROOTPMAP_ID properties
14742         * fvwm/ewmh.c (atom_get):
14743         Be paranoid
14745 2002-01-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14747         * fvwm/update.c (flush_window_updates):
14748         fixed unnecessary window style updates
14750         * fvwm/style.c (parse_and_set_window_style):
14751         * fvwm/add_window.c (RestoreWithdrawnLocation):
14752         (AddWindow):
14753         (setup_frame_attributes):
14754         * fvwm/fvwm.h (FvwmWindow):
14755         Fvwm does no longer disable backing store on all of its windows. This
14756         cause too many problems with some applications, e.g. rdist.  Introduced
14757         the new style BackingStoreWindowDefault that tells fvwm not to modify
14758         the backing store attribute on the client window - which now is the
14759         default.
14761 2002-01-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14763         * fvwm/commands.h:
14764         * fvwm/functions.c (func_config):
14765         * libs/Module.c (SetMessageMask2):
14766         (SetNoGrabMask2):
14767         * libs/Module.h:
14769         * configure.in:
14770         fixed building with libstroke-0.5.1 on Solaris8
14772         * fvwm/stack.c (new_layer):
14773         * fvwm/borders.c (DrawButton):
14774         (RedrawButtons):
14775         (RedrawTitle):
14776         * fvwm/builtins.c (SetLayerButtonFlag):
14777         (do_button_style):
14778         * fvwm/screen.h (struct):
14779         Applied the layer button patch by Richard Curnow with a few
14780         modifications
14782         * fvwm/icons.c (GetIconBitmap):
14783         (GetIconWindow):
14784         Ignore client icons that have the wrong depth
14786         * fvwm/events.c (HandleEnterNotify):
14787         Tried to fix focusing problem w/ unclutter.
14789 2002-01-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14791         * fvwm/functions.c (CheckActionType):
14792         remove debug code
14794         * fvwm/menus.c (paint_item):
14795         * fvwm/misc.c (is_function_allowed):
14796         * fvwm/move_resize.c (is_move_allowed):
14797         (is_resize_allowed):
14798         (is_maximize_allowed):
14799         * fvwm/decorations.c (check_if_function_allowed):
14800         combined all these functions into a new one
14801         use this function everywhere
14802         use the Fixed... styles to decide if a menu item is greyed or not
14804 2002-01-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14806         * fvwm/events.c (HandleExpose):
14807         eat up expose events even if the server claims that the expose count is
14808         zero; fixes a problem with many redraws of windows that are uncovered
14809         by shading a window above them
14811 2002-01-10  olicha  <olivier.chapuis@free.fr>
14813         * fvwm/focus.c (DoSetFocus):
14814         * fvwm/move_resize.c (CMD_Maximize):
14815         (CMD_Maximize):
14816         (handle_stick):
14817         (CMD_ResizeMove):
14818         (CMD_Resize):
14819         * fvwm/icons.c (DeIconify):
14820         (DeIconify):
14821         (Iconify):
14822         * fvwm/gnome.c (GNOME_HandlePropRequest):
14823         * fvwm/ewmh_names.c (EWMH_WMName):
14824         * fvwm/events.c (HandleFocusIn):
14825         (HandlePropertyNotify):
14826         (HandleMapNotify):
14827         (HandleButtonPress):
14828         (HandleLeaveNotify):
14829         (HandleExpose):
14830         * fvwm/builtins.c (CMD_UpdateDecor):
14831         (CMD_WindowShade):
14832         * fvwm/borders.c (draw_clipped_decorations):
14833         (DrawDecorations):
14834         (RedrawDecorations):
14835         * fvwm/borders.h:
14836         Added a new argument to DrawDecoration similar to draw_window_parts,
14837         which indicate which part of the decor should be cleared. At present
14838         time only CLEAR_FRAME is taken in account and this is used in
14839         ShadeWindow to draw the decoration without flickering. This argument
14840         may be used in the future to reduce opaque resizing flickering
14842         * fvwm/builtins.c (CMD_WindowShade):
14843         Draw the decoration during unshading a window
14845         * fvwm/menus.c (ParentalMenuRePaint):
14846         Fixed transparent animated menu again
14848         * NEWS:
14849         Some update
14851 2002-01-09  olicha  <olivier.chapuis@free.fr>
14853         * fvwm/style.c (CMD_Style):
14854         free all the elements of the ptmpstyle before freeing it
14856         * fvwm/menus.c (ParentalMenuRePaint):
14857         Fixed transparent animated menu with HilightBackOff
14859 2002-01-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14861         * fvwm/style.c (merge_styles):
14862         fixed core dump w/ multiple use of the UseStyle style and HilightBack
14863         in the copied style
14865 2002-01-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14867         * fvwm/modconf.c (send_ignore_modifiers):
14868         (send_move_threshold):
14869         (send_click_time):
14870         (send_colorsets):
14871         (send_color_limit):
14872         (send_image_path):
14873         (send_desktop_geometry):
14874         (CMD_Send_ConfigInfo):
14875         moved code into new functions
14877         * libs/defaults.h (DEFAULT_MODS_UNUSED):
14878         moved to defaults.h
14880         * fvwm/bindings.c (CMD_IgnoreModifiers):
14881         * fvwm/module_interface.c (broadcast_xinerama_state):
14882         * fvwm/modconf.c (send_ignore_modifiers):
14883         broadcast IgnoreModifiers to modules
14885         * fvwm/bindings.c (CMD_IgnoreModifiers):
14886         fixed IgnoreModifiers command without arguments
14887         * fvwm/fvwm2.1:
14888         corrected documentation of IgnoreModifiers command
14890 2002-01-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14892         * fvwm/add_window.c:
14893         * fvwm/cursor.c:
14894         * fvwm/virtual.c:
14895         * fvwm/builtins.c:
14896         * fvwm/bindings.c:
14897         * fvwm/move_resize.c:
14898         * fvwm/events.c:
14899         * fvwm/stack.c:
14900         * fvwm/module_interface.c:
14901         * fvwm/focus.c:
14902         * fvwm/placement.c:
14903         * fvwm/menus.c:
14904         * fvwm/icons.c:
14905         * fvwm/fvwm.h (FvwmWindow):
14906         remnamed icon_w member to icon_title_w
14908 2002-01-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14910         * fvwm/icons.c (RedoIconName):
14911         fixed sizing of icon title for icons without a pixmap
14912         (RedoIconName):
14913         (CreateIconWindow):
14914         (Iconify):
14915         (CreateIconWindow):
14916         rewrote icon title layout and moved the constants to defaults.h
14918         * fvwm/menus.c (menuShortcuts):
14919         (handle_emacs_bindings):
14920         implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
14922 2002-01-04  Dan Espen  <dane@mk.telcordia.com>
14924         * fvwm/fvwm2.1: Language checks done.
14925         .IR command not in column 1 fixed.
14927 2002-01-04  olicha  <olivier.chapuis@free.fr>
14929         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14930         (AnimatedMoveOfWindow):
14931         (AnimatedMoveFvwmWindow):
14932         (move_window_doit):
14933         * fvwm/menus.c (ParentalMenuRePaint):
14934         (animated_move_back):
14935         (pop_menu_up):
14936         Fixed transparent animated menu
14938 2002-01-03  olicha  <olivier.chapuis@free.fr>
14940         * fvwm/move_resize.c (is_resize_allowed):
14941         (is_move_allowed):
14942         Do not check if moveing/resizeing is MWM allowed for a no user request
14943         This fix for example FvwmWinList with MwmFunctions & NoOverride
14945         * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14946         * fvwm/move_resize.c (is_move_allowed):
14947         Allowed moving if tmp_win is null and check if move is allowed and
14948         not resize in AnimatedMoveAnyWindow. This fix animated menu
14950         * fvwm/ewmh.c (ewmh_AllowsMaximize):
14951         (ewmh_AllowsMove):
14952         (ewmh_AllowsResize):
14953         Check as a user request
14955         * fvwm/fvwm2.1:
14956         * fvwm/move_resize.c (CMD_Maximize):
14957         (MaximizeWidth):
14958         (MaximizeHeight):
14959         New global flags "layer" and "ewmiwa". layer causes the grow* methods
14960         to ignore the windows with a layer less or equal to the layer of
14961         the maximized window. ewmhiwa causes to ignore the ewmh working area.
14962         Reorder a bit the Maximize documentation
14964         * fvwm/fvwm2.1:
14965         * fvwm/functions.c (expand_extended_var):
14966         New variables $[desk.name<n>] to get the desktop names
14968 2002-01-01  Dan Espen  <dane@mk.telcordia.com>
14970         * fvwm/read.c (CMD_Read): Correct message on missing file when using
14971         Read with full path.
14973 2002-01-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14975         * libs/defaults.h:
14976         * fvwm/misc.c (GrabEm):
14977         reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
14979         * fvwm/events.c (HandleUnmapNotify):
14980         (HandleMapRequestKeepRaised):
14981         (check_map_request):
14982         fixed unmanaged window when window was mapped/unmapped/mapped too fast
14984         * fvwm/add_window.c (FetchWmProtocols):
14985         (setup_wm_hints):
14986         * fvwm/fvwm.h (FvwmWindow):
14987         * fvwm/events.c (HandleEnterNotify):
14988         (HandlePropertyNotify):
14989         * fvwm/focus.c (refresh_focus):
14990         (set_focus_model):
14991         fixed focus problems with netscape and ddd
14993 2001-12-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
14995         * libs/Target.c (fvwmlib_keyboard_shortcuts):
14996         * libs/Pointer.c (GetLocationFromEventOrQuery):
14997         * fvwm/virtual.c (HandlePaging):
14998         * fvwm/move_resize.c (GetOnePositionArgument):
14999         (InteractiveMove):
15000         (AnimatedMoveAnyWindow):
15001         (moveLoop):
15002         (CMD_Resize):
15003         * fvwm/module_interface.c (ExecuteModuleCommand):
15004         * fvwm/menus.c (do_menu):
15005         (menuShortcuts):
15006         (MenuInteraction):
15007         (get_menu_options):
15008         * fvwm/functions.c (execute_complex_function):
15009         * fvwm/events.c (HandleClientMessage):
15010         (WaitForButtonsUp):
15011         * fvwm/conditional.c (CMD_Direction):
15012         * fvwm/builtins.c (CMD_CursorMove):
15013         (CMD_FakeClick):
15014         (CMD_StrokeFunc):
15015         handle return code of XQueryPointer everywhere; necessary for dual head
15017         * fvwm/misc.c (GrabEm):
15018         Pointer was warped to other screen with a dual head setup
15020 2001-12-31  olicha  <olivier.chapuis@free.fr>
15022         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15023         Removed some code which try to raise ewmh modal window over
15024         its transientfor window; this seems not possible without a new style
15025         or a bad hack in stack.c
15027 2001-12-30  Dan Espen  <dane@mk.telcordia.com>
15029         * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15030         fallback to fixed font so it shows the right font for I18N.
15032 2001-12-30  olicha  <olivier.chapuis@free.fr>
15034         * fvwm/window_flags.h:
15035         * fvwm/session.c (MatchWinToSM):
15036         (LoadWindowStates):
15037         (SaveWindowStates):
15038         (get_version_string):
15039         * fvwm/move_resize.c (CMD_Maximize):
15040         (handle_stick):
15041         * fvwm/icons.c (CMD_Iconify):
15042         * fvwm/ewmh.c (EWMH_SetWMState):
15043         (EWMH_WindowInit):
15044         (EWMH_ExitStuff):
15045         (EWMH_SetAllowedActions):
15046         (EWMH_WindowInit):
15047         * fvwm/ewmh.h:
15048         * fvwm/ewmh_intern.h:
15049         * fvwm/ewmh_events.c (ewmh_WMState*):
15050         * fvwm/builtins.c (CMD_WindowShade):
15051         * fvwm/stack.c (new_layer):
15052         * fvwm/update.c (apply_window_updates):
15053         * fvwm/update.h (struct):
15054         * fvwm/add_window.c (setup_window_structure):
15055         (setup_window_name):
15056         (setup_icon):
15057         * fvwm/style.c (check_window_style_change):
15058         The skip list and modal ewmh window states are now updated after
15059         an use/ignore ewmh state style changes. The other ewmh states are
15060         starting state only. All the initial ewmh states are keep in memory
15061         for FvwmIdent.
15063         * fvwm/ewmh.c (EWMH_Handle*):
15064         * fvwm/fvwm.h:
15065         Set the ewmh_window_type to an int (and not the corresponding atom)
15066         accordingly to the window type
15068         * fvwm/ewmh_events.c (ewmh_WMStateModal):
15069         ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15070         style
15072         * fvwm/ewmh.c (EWMH_GetStyle):
15073         * fvwm/ewmh_events.c (ewmh_WMDesktop):
15074         Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15075         hints
15077         * libs/vpacket.h (ConfigWinPacket):
15078         * fvwm/module_interface.c (CONFIGARGSNEW):
15079         (OLDCONFIGARGS):
15080         (CONFIGARGS):
15081         Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15082         cfgpacket for FvwmIdent
15084 2001-12-20  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15086         * fvwm/move_resize.c (resize_geometry_window):
15087         fixed wrong size calculation of geometry window
15089 2001-12-19  olicha  <olivier.chapuis@free.fr>
15091         * fvwm/ewmh_names.c (convert_charsets):
15092         More precise error messages
15094         * fvwm/fvwm2.1:
15095         A few formatting fixes
15097 2001-12-18  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15099         * fvwm/gnome.c (GNOME_SetHints):
15100         fixed window getting frozen into position upon a recapture or restart
15102 2001-12-17  Dan Espen  <dane@mk.telcordia.com>
15104         * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
15106 2001-12-17  olicha  <olivier.chapuis@free.fr>
15108         * fvwm/fvwm2.1:
15109         Tried to clarify the EWMHIconicStateWorkaround BugOpts
15111         * fvwm/ewmh.c (delete_kst_item):
15112         (set_kde_sys_tray):
15113         (EWMH_IsKdeSysTrayWindow):
15114         (EWMH_ManageKdeSysTray):
15115         * fvwm/events.c (HandleReparentNotify):
15116         Fixed reparenting management of kde system tray windows and
15117         added some off debugging code
15119         * fvwm/virtual.c (CMD_DesktopName):
15120         Removed some debugging code
15122 2001-12-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15124         * fvwm/fvwm.h (struct):
15125         * fvwm/window_flags.h (IS_FIXED_PPOS):
15126         * fvwm/style.h (SCSET_IS_FIXED_PPOS):
15127         * fvwm/style.c (parse_and_set_window_style):
15128         (check_window_style_change):
15129         implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
15130         FixedUSSize, FixedPSize and Variable PPosition, ...
15132         * fvwm/events.c (HandleConfigureRequest):
15133         * fvwm/ewmh.c (ewmh_AllowsResize):
15134         (is_resize_allowed):
15135         (ewmh_AllowsMove):
15136         (ewmh_AllowsMove):
15137         * fvwm/gnome.c (GNOME_SetHints):
15138         (AnimatedMoveAnyWindow):
15139         (CMD_ResizeMove):
15140         use new functions
15141         * fvwm/move_resize.c (is_move_allowed):
15142         (is_resize_allowed):
15143         (is_maximize_allowed):
15144         new functions to clean up some code
15146 2001-12-15  Dan Espen  <dane@mk.telcordia.com>
15148         * fvwm/fvwm2.1: Doc fixups.
15150 2001-12-15  olicha  <olivier.chapuis@free.fr>
15152         * fvwm/builtins (CMD_BugOpts):
15153         * fvwm/ewmh.c:
15154         * fvwm/ewmh_conf.c (EWMH_BugOpts):
15155         * fvwm/ewmh_events.c (ewmh_StateHidden):
15156         * fvwm/fvwm.c (InitVariables):
15157         * fvwm/fvwm2.1:
15158         * fvwm/icons.c (CMD_Iconify):
15159         * fvwm/screen.h:
15160         * fvwm/virtual.c (unmap_window):
15161         (map_window):
15162         Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
15163         to fix the IconicState problems in vitrual.c. New BugOpts
15164         EWMHIconicStateWorkaround for supporting current KDE versions
15166         * fvwm/events.c (HandlePropertyNotify):
15167         * fvwm/ewmh.c (ewmh_AllowsYes):
15168         * fvwm/ewmh.h:
15169         (ewmh_AllowsClose):
15170         (ewmh_AllowsMaximize):
15171         (ewmh_AllowsMove):
15172         (ewmh_AllowsResize):
15173         (EWMH_SetAllowedActions):
15174         (EWMH_WindowInit):
15175         * fvwm/style.c (check_window_style_change):
15176         * fvwm/update.c (apply_window_updates):
15177         * fvwm/update.h:
15178         Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
15180 2001-12-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15182         * fvwm/borders.c (RedrawTitle):
15183         * libs/defaults.h (WINDOW_TITLE_OFFSET):
15184         fixed 'stick' lines with long titles
15186 2001-12-11  olicha  <olivier.chapuis@free.fr>
15188         * NEWS:
15189         * fvwm/commands.h:
15190         * fvwm/ewmh.c (ewmh_SetWorkArea):
15191         * fvwm/ewmh.h:
15192         (ewmh_ComputeAndSetWorkArea):
15193         (ewmh_HandleDynamicWorkArea):
15194         (EWMH_GetWorkAreaIntersection):
15195         (EWMH_GetStrutIntersection):
15196         (get_intersection):
15197         * fvwm/ewmh_name.c (EWMH_SetDeskNames):
15198         * fvwm/function.c:
15199         * fvwm/function.h:
15200         * fvwm/fvwm.c (InitVariables):
15201         * fvwm/fvwm2.1:
15202         * fvwm/modconf.c (send_desktop_names):
15203         (CMD_Send_ConfigInfo):
15204         * fvwm/placement.c (get_next_x):
15205         (get_next_y):
15206         * fvwm/screen.h:
15207         * fvwm/virtual.c (CMD_DesktopName):
15208         * fvwm/virtual.h:
15209         (GetDesktopName):
15210         New command "DesktopName desk name" to define desktops names for
15211         the FvwmPager, the WindowList and ewmh compliant pagers.
15212         Desktops information (desk, desk name, working areas) is stored in a
15213         new list sub structure of Scr, DesktopsInfo. The head of the list
15214         contains generic information for desks that are not in the list.
15216         * fvwm/windowlist.c (get_desk_title):
15217         (CMD_WindowList):
15218         * fvwm/fvwm2.1:
15219         * NEWS:
15220         New window list options NoDeskNum, NoCurrentDeskTitle,
15221         TitleForAllDesks, NoNumInDeskTitle. Document these options and also
15222         the NoGeometry and NoGeometryInfo options.
15224         * fvwm/ewmh.c:
15225         * fvwm/ewmh_names.c:
15226         * fvwm/ewmh_icons.c:
15227         Added some static declarations
15229         * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15230         It seems that UTF8 names should not be terminated by a 0
15232         * fvwm/ewmh.c (EWMH_SetClientListStacking):
15233         Set the stacking list in the good orders
15235 2001-12-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15237         * vms/config.h:
15238         * fvwm/functions.c:
15239         * fvwm/commands.h:
15240         * fvwm/builtins.c:
15241         * fvwm/borders.c:
15242         removed all MULTISTYLE ifdefs
15244         * fvwm/borders.c (RedrawTitle):
15245         fixed title drawing into relief
15247 2001-12-08  olicha  <olivier.chapuis@free.fr>
15249         * fvwm/style.c:
15250         * fvwm/style.h:
15251         * fvwm/fvwm.h:
15252         * fvwm/update.c:
15253         * fvwm/update.h:
15254         * fvwm/window_flags.h:
15255         * fvwm/fvwm2.1:
15256         s/extended_window_name/indexed_window_name/i
15257         s/extended_icon_name/indexed_icon_name/i
15258         s/do_update_window_name/do_update_visible_window_name/
15259         s/do_update_icon_name/do_update_visible_icon_name/
15261         * fvwm/style.c (CMD_Style):
15262         * fvwm/style.h:
15263         (parse_and_set_window_style):
15264         Split CMD_Style into CMD_Style and parse_and_set_window_style
15266 2001-12-06  olicha  <olivier.chapuis@free.fr>
15268         * fvwm/add_window.c (setup_window_name_count):
15269         (setup_icon_name_count):
15270         Better determination of the window and icon names index
15272         * fvwm/add_window.c (AddWindow):
15273         (setup_icon):
15274         * fvwm/events.c (HandlePropertyNotify):
15275         * fvwm/ewmh_names.c (EWMH_WMName):
15276         (EWMH_WMIconName):
15277         * fvwm/module_interface.c (BroadcastWindowIconNames):
15278         * fvwm/module_interface.h:
15279         (CMD_Send_WindowList):
15280         (CMD_set_mask):
15281         (CMD_set_sync_mask):
15282         (CMD_set_nograb_mask):
15283         * fvwm/update.c (apply_window_updates):
15284         * libs/Module.h:
15285         New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
15286         which are send to modules with BroadcastWindowIconNames.
15287         The set mask cmds use unsigned long mask and not int mask!
15289 2001-12-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15291         * fvwm/ewmh.h:
15292         * fvwm/ewmh.c:
15293         EWMH without iconv compile fix by Hippo
15295 2001-12-05  olicha  <olivier.chapuis@free.fr>
15297         * fvwm/add_window.c:
15298         * fvwm/ewmh.c (*):
15299         * fvwm/ewmh.h:
15300         * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
15301         * fvwm/ewmh_events.c:
15302         * fvwm/fvwm.h:
15303         * fvwm/fvwm2.1:
15304         * fvwm/move_resize.c (CMD_Maximize):
15305         * fvwm/placement.c (test_fit):
15306         (PlaceWindow):
15307         * fvwm/session.c (SaveWindowStates):
15308         * fvwm/style.c (merge_styles):
15309         * fvwm/style.h:
15310         (check_window_style_change):
15311         * fvwm/update.c (apply_window_updates):
15312         * fvwm/update.h:
15313         * fvwm/window_flags.h:
15314         New ewmh styles:
15315         EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
15316         EWMHMaximizeUseDynamicWorkingArea,
15317         EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
15318         EWMHPlacementUseDynamicWorkingArea,
15319         EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
15320         EWMHIgnoreStateHints / EWMHUseStateHints,
15321         EWMHIgnoreStrutHints / EWMHUseStrutHints
15323         * fvwm/ConfigFvwmDefaults:
15324         Use EWMHPlacementUseDynamicWorkingArea,
15325         EWMHMaximizeUseDynamicWorkingArea as default placement styles
15327         * NEWS:
15328         * fvwm/add_window.c (setup_placement_penalty):
15329         * fvwm/add_window.h:
15330         (setup_placement_penalty):
15331         (AddWindow):
15332         * fvwm/fvwm.h:
15333         * fvwm/placement.c (get_next_x):
15334         * fvwm/placement.h:
15335         (get_next_y):
15336         (test_fit):
15337         * fvwm/style.c (CMD_Style):
15338         * fvwm/style.h:
15339         (check_window_style_change):
15340         * fvwm/update.c (apply_window_updates):
15341         * fvwm/update.h:
15342         * fvwm/window_flags.h:
15343         * libs/default.h:
15344         New styles PlacementOverlapPenalties and
15345         PlacementOverlapPercentPenalties
15347         * NEWS:
15348         * fvwm/add_window.c (setup_window_name_count):
15349         * fvwm/add_window.h:
15350         (setup_icon_name_count):
15351         (setup_visible_name):
15352         (setup_window_name):
15353         (free_window_names):
15354         (setup_icon):
15355         * fvwm/borders.c (DrawMultiPixmapTitlebar):
15356         (RedrawTitle):
15357         * fvwm/events.c (HandlePropertyNotify):
15358         * fvwm/ewmh_names.c (EWMH_*):
15359         * fvwm/fvwm.h:
15360         * fvwm/icons.c (CreateIconWindow):
15361         (DrawIconWindow):
15362         (RedoIconName):
15363         (AutoPlaceIcon):
15364         (Iconify):
15365         * fvwm/session.c (MatchWinToSM):
15366         * fvwm/style.c (CMD_Style):
15367         * fvwm/style.h:
15368         (check_window_style_change):
15369         * fvwm/update.c (apply_window_updates):
15370         * fvwm/update.h:
15371         * fvwm/window_flags.h:
15372         New styles ExtendedWindowName / SimpleWindowName and
15373         ExtendedIconName / SimpleIconName. TODO: the modules implementation
15375         * fvwm/builtins.c (ReadMultiPixmapDecor):
15376         A -Wall fix
15378         * configure.in:
15379         Fixed gcc test
15381         * session.c (get_version_string):
15382         now is 2.5-3
15384         * fvwm/stack.c (new_layer):
15385         (CMD_Layer):
15386         Fixed ewmh wm state
15388         * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15389         Fixed creation of the ewmh icon in the case of the window is iconified
15391 2001-11-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15393         * fvwm/placement.c (PlaceWindow):
15394         fixed manual placement on Xinerama screens other than the one with the
15395         top left corner of the total screen
15397 2001-11-27  olicha  <olivier.chapuis@free.fr>
15399         * configure.in:
15400         * acinclude.m4:
15401         * acconfig.h:
15402         * fvwm/ewmh_name.c
15403         Check for the second argument of iconv
15405         * configure.in:
15406         Added -Wall to CFLAGS if cc is gcc
15408 2001-11-26  Mikhael Goikhman  <migo@homemail.com>
15410         * configure.in:
15411         * acconfig.h:
15412         s/extanded/extended/
15414 2001-11-26  olicha  <olivier.chapuis@free.fr>
15416         * fvwm/Makefile.am:
15417         Fixed (?) iconv_LIBS
15419 2001-11-26  olicha  <olivier.chapuis@free.fr>
15421         * fvwm/functions.c (expand):
15422         Fixed n, c, r expansion
15424 2001-11-25  Dan Espen  <dane@mk.telcordia.com>
15426         * fvwm/fvwm2.1: Clean up ewmh stuff.
15428 2001-11-24  olicha  <olivier.chapuis@free.fr>
15430         * fvwm/ewmh_internal.h:
15431         * fvwM/ewmh.c:
15432         Removed a non standard macro
15434 2001-11-24  olicha  <olivier.chapuis@free.fr>
15436         * fvwm/fvwm2.1:
15437         Documented the previous ewmh style in a new Style subsection
15439         * fvwm/functions.c (expand):
15440         Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
15442 2001-11-24  olicha  <olivier.chapuis@free.fr>
15444         * fvwm/add_window (setup_icon):
15445         (setup_window_structure):
15446         * fvwm/events.c (HandlePropertyNotify):
15447         * fvwm/ewmh.h:
15448         * fvwm/ewmh_conf.c (EWMH_CMD_Style):
15449         * fvwm/ewmh_icons.c (ewmh_WMIcon):
15450         (EWMH_DoUpdateWmIcon):
15451         (ewmh_SetWmIconFromPixmap):
15452         (EWMH_DeleteWmIcon):
15453         (EWMH_SetIconFromWMIcon):
15454         * fvwm/ewmh_intern.h:
15455         * fvwm/fvwm.h:
15456         * fvwm/icons.c (GetIcon):
15457         * fvwm/session.c (get_version_string):
15458         * fvwm/style.c (CMD_Style):
15459         * fvwm/style.h:
15460         (check_window_style_change)
15461         * fvwm/update.c (apply_window_updates):
15462         * fvwm/update.h:
15463         * fvwm/window_flags.h:
15464         New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
15465         EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
15466         EWMHDonateIcon / EWMHDontDonateIcon,
15467         Some ewmh icon code simplification.
15468         Ewmh icons priority: just after icon window.
15470         * fvwm/ewmh.c (EWMH_ExitStuff):
15471         * fvwm/ewmh.h:
15472         * fvwm/session.c (SaveWindowStates):
15473         (LoadWindowStates):
15474         (MatchWinToSM):
15475         * fvwm/fvwm.c (Done):
15476         Delete the ewmh icons we set ourself. Some ewmh session states do not
15477         need to be saved/restored anymore
15479 2001-11-23  olicha  <olivier.chapuis@free.fr>
15481         * fvwm/ewmh_names.c (convert_charsets):
15482         Fixed infinite loop
15484 2001-11-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15486         * fvwm/ewmh_names.c (convert_charsets):
15487         -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
15488         man page states on Linux
15489         replaced goto with a loop
15491 2001-11-22  olicha  <olivier.chapuis@free.fr>
15493         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
15494         a -Wall fix
15496         * fvwm/ewmh_events.c:
15497         Fixed some styles update
15499         * fvwm/ewmh_conf.c:
15500         * fvwm/function.c (func_config):
15501         * fvwm/function.h:
15502         * fvwm/ewmh.c:
15503         * fvwm/ewmh.h:
15504         * fvwm/ewmh_events.c:
15505         * fvwm/ewmh_intern.h:
15506         * fvwm/Makefile.am:
15507         * fvwm/fvwm2.1:
15508         New file for ewmh styles and commands. New commands EWMHBaseStrut and
15509         EWMHNumberOfDesktops. More documentation in ewmh man page section.
15511         * fvwm/add_window.c:
15512         * fvwm/bindings.c:
15513         * fvwm/events.c:
15514         * fvwm/functions.c:
15515         * fvwm/ewmh.c (EWMH_Init):
15516         * fvwm/fvwm.h:
15517         * fvwm/fvwm.c (InitVariables):
15518         * fvwm/placement.c
15519         * fvwm/sceen.h:
15520         * fvwm/session.c:
15521         * fvwm/styles.c:
15522         * fvwm/update.c:
15523         * fvwm/update.h:
15524         * fvwm/window_flags.c:
15525         * libs/Bindings.c:
15526         * libs/Picture.c:
15527         * libs/Picture.h:
15528         * libs/fvwmlib.h:
15529         * configure.in:
15530         * acconfig.h:
15531         Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
15532         are maybe problematic) and those in the ewmh* files to allow
15533         to disbale the ewmh code: with --disable-ewmh all the ewmh code
15534         should be dummy. --enable-ewmh is now the default.
15536 2001-11-20  olicha  <olivier.chapuis@free.fr>
15538         * fvwm/icons.c (GetIcon):
15539         * fvwm/add_window.c (setup_icon):
15540         Fixed icons order choice and other minor bugs
15542         * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
15543         Fixed a core dump if there is no MiniIcon
15545 2001-11-18  olicha  <olivier.chapuis@free.fr>
15547         * fvwm/ewmh.c (add_kst_item):
15548         * fvwm/ewmh.h:
15549         (ewmh_AddToKdeSysTray):
15550         (EWMH_IsKdeSysTrayWindow):
15551         (EWMH_ManageKdeSysTray):
15552         (EWMH_WindowInit):
15553         fvwm/ewmh_intern.h:
15554         * fvwm/events.c (HandleDestroyNotify):
15555         (HandleMapRequest):
15556         (HandleUnmapNotify):
15557         Fixed the KDE system tray implementation
15559 2001-11-16  olicha  <olivier.chapuis@free.fr>
15561         * fvwm/ewmh.h:
15562         * fvwm/ewmh.c:
15563         fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
15565 2001-11-15  olicha  <olivier.chapuis@free.fr>
15567         * fvwm/ewmh.c (EWMH_DestroyWindow):
15568         * fvwm/ewmh.h:
15569         (EWMH_WindowDestroyed):
15570         * fvwm/events.c (HandleReparentNotify):
15571         (HandleDestroyNotify):
15572         (HandleUnmapNotify):
15573         * fvwm/add_window.c (destroy_window):
15574         Fixed the ewmh windows lists
15576 2001-11-15  olicha  <olivier.chapuis@free.fr>
15578         * fvwm/Makefile.am:
15579         * fvwm/ewmh.c:
15580         * fvwm/ewmh.h:
15581         * fvwm/ewmh_intern.h:
15582         * fvwm/ewmh_events.c:
15583         * fvwm/ewmh_icons.c:
15584         * fvwm/ewmh_names.c:
15585         * fvwm/fvwm2.1:
15586         * NEWS:
15587         New files to achieve the extended WM hints support, off by
15588         default. This code is ifdefed a la gnome.c.
15589         This is work in progess (need to do so that every things are
15590         configurable).
15592         * configure.in:
15593         * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
15594         New configure option --enable-ewmh. Added tests for iconv and
15595         nl_langinfo for UTF8 conversions.
15597         * fvwm/add_window.c (AddWindow):
15598         (CaptureOneWindow):
15599         (destroy_window):
15600         (setup_window_name):
15601         (setup_icon):
15602         EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
15603         EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
15604         SET_HAS_EWMH_ICON, EWMH_WMIconName
15606         * fvwm/add_window.c (setup_window_structure):
15607         * fvwm/fvwm.h (FvwmWindow):
15608         (window_flags):
15609         * fvwm/window_flags.h:
15610         * fvwm/session.c (get_version_string):
15611         (SaveWindowStates):
15612         (LoadWindowStates):
15613         Added some entries in FvwmWindow and some flags (more will be
15614         added). Some of these states need to be saved at restart and
15615         at recapture. This code is ifdefed, may be it should not: I was
15616         forced to ifdef the version string in get_version_string.
15618         * libs/Bindings.c (win_contexts):
15619         * libs/fvwmlib.h:
15620         * fvwm/events.c (GetContext):
15621         * fvwm/bindings.c (ParseBinding):
15622         (activate_binding):
15623         * fvwm/functions.c (expand_extended_var):
15624         (expand):
15625         (execute_function):
15626         (DeferExecution):
15627         * fvwm/screen.h (Scr):
15628         new context C_EWMH_DESKTOP named "D" for an ewmh desktop
15629         (kdesktop or Nautilus desktop). This context is something between
15630         C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
15632         * fvwm/bindings.c (activate_binding):
15633         Fixed immediate application of mouse/stroke bindings
15635         * fvwm/borders.h
15636         * fvwm/borders.c (RedrawDecorations):
15637         * fvwm/update.c (apply_window_updates):
15638         New function  RedrawDecorations taken from apply_window_updates
15639         and called in ewmh_icons.c and update.c
15641         * fvwm/bultins.c (CMD_WindowShade):
15642         EWMH_SetWMState
15644         * fvwm/events.c (HandleFocusIn):
15645         (HandlePropertyNotify):
15646         (HandleClientMessage):
15647         (HandleMapRequestKeepRaised):
15648         (HandleUnmapNotify):
15649         EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
15650         icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
15651         EWMH_SetClientList
15653         * fvwm/icons.c (GetIcon):
15654         * fvwm/icons.h:
15655         (CreateIconWindow):
15656         (ChangeIconPixmap):
15657         * fvwm/events.c (HandlePropertyNotify):
15658         New function GetIcon taken from CreateIconWindow which choose
15659         the icon, there is a new case for EWMH icons. New function
15660         ChangeIconPixmap taken from events.c.
15661         The two new functions are called from ewmh_icon.c (and icons.c).
15663         * fvwm/move_resize.c (handle_stick):
15664         (CMD_Maximize):
15665         (handle_stick):
15666         EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
15668         * libs/Picture.h:
15669         * libs/Picture.c (LoadPictureFromPixmap):
15670         (CachePictureFromPixmap):
15671         New functions for loading a picture from a pixmap. Nothing is cached
15672         but this simplify the MiniIcon code.
15674         * fvwm/placement.c (PlaceWindow):
15675         EWMH_GetWorkAreaIntersection
15677         * fvwm/screen.h (Scr):
15678         Added the working area, the dynamic working area and the ewmh
15679         Desktop window.
15681         * fvwm/stack.c (restack_windows):
15682         (CMD_Layer):
15683         EWMH_SetClientListStacking, EWMH_SetWMState
15685         * fvwm/style.c (check_window_style_change):
15686         * fvwm/update.c (apply_window_updates):
15687         * fvwm/update.h:
15688         Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
15689         This code is ifdefed.
15691         * fvwm/style.c (lookup_style):
15692         EWMH_GetStyle
15694         * fvwm/virctual.c (goto_desk):
15695         (CMD_GotoDeskAndPage):
15696         (do_move_window_to_desk):
15697         EWMH_SetCurrentDesk, EWMH_SetWMDesktop
15699 2001-11-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15701         * fvwm/update.c (apply_window_updates):
15702         * fvwm/gnome.c (GNOME_GetStyle):
15703         * fvwm/style.c (lookup_style):
15704         (check_window_style_change):
15705         * fvwm/add_window.c (setup_style_and_decor):
15706         fixed GnomeIgnoreHints style for some of the gnome hints
15708         * fvwm/fvwm.c (StartupStuff):
15709         Tried to fix font size problem
15711         * fvwm/placement.c (PlaceWindow):
15712         suppress an X error
15714         * fvwm/move_resize.c (moveLoop):
15715         * libs/Target.c (fvwmlib_keyboard_shortcuts):
15716         * fvwm/misc.c (Keyboard_shortcuts):
15717         modified keyboard shortcut functions so that it is possible to move
15718         windows with the keyboard even if the border is hit.  does not work
15719         very nicely with paging
15721         * libs/Target.c (fvwmlib_keyboard_shortcuts):
15722         performance enhancement
15724         * fvwm/events.c (HandleButtonPress):
15725         fixed (?) some problem with passing the raise click in ctf to the app
15727         * fvwm/add_window.c (Reborder):
15728         * fvwm/virtual.c (MoveViewport):
15729         (MapDesk):
15730         (UnmapDesk):
15731         * fvwm/session.c (SaveWindowStates):
15732         * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
15733         don't access stack_next and stack_prev directly but use the access
15734         functions from stack.h
15736         * fvwm/stack.c (remove_window_from_stack_ring):
15737         (add_window_to_stack_ring_after):
15738         safety patch
15740         * fvwm/add_window.c (adjust_fvwm_internal_windows):
15741         (destroy_window):
15742         when a window becomes scheduled for destruction, remove all traces of it
15743         from the fvwm internal variable so its not accessed accidentally when
15744         its fields are no longer valid
15746 2001-11-05  Mikhael Goikhman  <migo@homemail.com>
15748         * fvwm/borders.c:
15749         fixed compilation of I18N_MB
15751 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
15753         * AUTHORS:
15754         * NEWS:
15755         * acconfig.h:
15756         * configure.in:
15757         * fvwm/borders.c:
15758         * fvwm/builtins.c:
15759         * fvwm/fvwm2.1:
15760         * fvwm/screen.h:
15761         exclude the TitleStyle MultiPixmap feature (only) before forking
15762         ...
15763         and restore it after that
15765         * NEWS:
15766         * configure.in:
15767         change version string to 2.5.0
15769         * NEWS:
15770         added a missing entry for the stable release 2.4.0 (03-Jul-2001);
15771         added a link to the stable version 2.4.4 (not released yet)
15773 2001-10-30  Mikhael Goikhman  <migo@homemail.com>
15775         * NEWS:
15776         * configure.in:
15777         change version string to 2.4.4 before forking
15779         * make_fvwmdist.sh:
15780         strip end of line from date (adjust for a new length)
15782 2001-10-29  olicha  <olivier.chapuis@free.fr>
15784         * fvwm/screen.h (DecorFaceStyle):
15785         Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
15786         so that Solid colors work again
15788 2001-10-28  olicha  <olivier.chapuis@free.fr>
15790         * fvwm/module_interface.c (skipModuleAliasToken):
15791         Allows '/' as alias character
15793         * NEWS
15794         Script news
15796 2001-10-27  Mikhael Goikhman  <migo@homemail.com>
15798         * configure.in:
15799         * acconfig.h:
15800         * NEWS:
15801         added --disable-multipixmap-titles for the Suzanne's patch,
15802         the default is enable
15804         * fvwm/fvwm2.1:
15805         some formatting fixes in TitleStyle entry
15807 2001-10-27  Suzanne Britton  <tril@igs.net>
15809         * config.h.in: Added FANCY_TITLEBARS option, off by default
15811         * fvwm/fvwm2.1:
15812         Added info on TitleStyle MultiPixmap
15814         * fvwm/screen.h:
15815         [All changes #ifdeffed FANCY_TITLEBARS]
15816         Added TITLE_PADDING define for fancy titlebar rendering
15817         Added tb_pixmap_enum
15818         Added MultiPixmap to DecorFaceType enum
15819         Added Picture **multi_pixmaps and short multi_stretch_flags
15820         to DecorFace structure
15822         * fvwm/borders.c:
15823         [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
15824         (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
15825         (RenderIntoWindow): [new]
15826         (DrawMultiPixmapTitlebar): [new]
15827         (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
15828         instead of always sending 1
15829         (RedrawTitle):
15830         Call DrawFancyTitlebar for MultiPixmap style
15831         Skip DrawString calls for MultiPixmap style (title is drawn inside
15832         DrawMultiPixmapTitlebar)
15834         * fvwm/builtins.c:
15835         [All changes #ifdeffed FANCY_TITLEBARS]
15836         (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
15837         (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
15838         (ReadMultiPixmapDecor): [new]
15840 2001-10-26  Dan Espen  <dane@mk.telcordia.com>
15842         * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
15843         buttons can activate on press or release, special pointer during grab,
15844         arrow key command recall.
15846 2001-10-24  Mikhael Goikhman  <migo@homemail.com>
15848         * fvwm/bindings.c (ParseBinding):
15849         * fvwm/bindings.h:
15850         * fvwm/fvwm2.1:
15851         binding commands now do not print error messages with Silent
15853         * fvwm/ConfigFvwmDefaults:
15854         * NEWS:
15855         don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
15856         use Silent before Key Help
15858         * fvwm/add_window.c:
15859         changed the broken size hints message to notify the owner
15861         * docs/fvwm.lsm.in:
15862         small changes
15864 2001-10-19  olicha  <olivier.chapuis@free.fr>
15866         * NEWS:
15867         Some FvwmScript news
15869 2001-10-16  olicha  <olivier.chapuis@free.fr>
15871         * NEWS:
15872         Some FvwmScript news
15874 2001-10-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15876         * fvwm/bindings.c (activate_binding):
15877         * libs/Bindings.c (GrabWindowKeyOrButton):
15878         activate mouse/stroke bindings immediately
15880         * fvwm/events.c (HandleButtonPress):
15881         it is possible to bind actions to the 'ClickToFocus' click
15883 2001-10-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15885         * fvwm/virtual.c (HandlePaging):
15886         allow paging during move/resize when pressing keys
15888         * libs/XResource.c (MergeCmdLineResources):
15889         possible core dump fix
15891         * fvwm/add_window.c (setup_window_placement):
15892         fixed core dump
15894         * libs/Bindings.c (AddBinding):
15895         another attempt at cleaning up bindings with "Shift"
15897 2001-10-13  olicha  <olivier.chapuis@free.fr>
15899         * NEWS
15900         FvwmScript news
15902 2001-10-10  Mikhael Goikhman  <migo@homemail.com>
15904         * move_resize.c:
15905         * fvwm/fvwm2.1:
15906         OpaqueMoveSize now accepts "unlimited" or negative argument.
15908 2001-10-09  Mikhael Goikhman  <migo@homemail.com>
15910         * fvwm/fvwm2.1:
15911         added missing "!"
15913 2001-10-08  Dan Espen  <dane@mk.telcordia.com>
15915         * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
15917         * libs/fvwmlib.h:
15918         * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
15920         * fvwm/cursor.c: Extract cursor validation routine to become a libs
15921         routine.
15923 2001-10-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15925         * NEWS, configure.in:
15926         changed version to 2.5.0
15928 2001-10-08  olicha  <olivier.chapuis@free.fr>
15930         * fvwm/borders.c (RedrawTitle):
15931         Fixed drawing of leftJustified stippled title and suppress warnings
15932         in RelieveRectangle w/ RightJustified stippled title
15934 2001-10-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15936         * fvwm/virtual.c (CMD_XineramaSlsSize):
15937         fixed ABR
15939 2001-10-03  olicha  <olivier.chapuis@free.fr>
15941         * fvwm/style.c (CMD_Style):
15942         * fvwm/fvwm2.1
15943         Added the possibility to add an Xinerama screen to the 4 numerics
15944         Iconbox format
15946 2001-10-03  olicha  <olivier.chapuis@free.fr>
15948         * fvwm/icons.c (AutoPlaceIcon):
15949         Fixed a core dump with @c and fixed icon placement if the icon should
15950         not be on the current page
15952 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15954         * fvwm/icons.c (AutoPlaceIcon):
15955         * libs/FScreen.c (FScreenParseScreenBit):
15956         added 'w' screen specifier for icon boxes
15958         * fvwm/icons.c (AutoPlaceIcon):
15959         fixed placement of icons in icon boxes on different screen
15961         * fvwm/menus.c (get_menu_options):
15962         reduced code duplication
15964 2001-10-02  olicha  <olivier.chapuis@free.fr>
15966         * fvwm/menus.c (get_menu_options):
15967         fixed Xinerama placement of menu with empty but not null position hints
15969 2001-10-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15971         * fvwm/borders.c (RedrawTitle):
15972         * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
15973         suppress a warning in RelieveRectangle w/ small sticky windows
15975 2001-09-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
15977         * fvwm/menus.c (get_menu_options):
15978         A 'rectangle' context rectangle for menus honours the '@screen' bit
15980         * fvwm/move_resize.c (DisplayPosition):
15981         coordinates of a window are show in relation to the screen, not the page
15983         * libs/FScreen.c (FScreenTranslateCoordinates):
15984         * fvwm/placement.c (PlaceWindow):
15985         * fvwm/add_window.c (setup_window_placement):
15986         Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
15987         rewrote the library functionality to better match the rest of the
15988         interface
15990         * fvwm/builtins.c (DestroyFvwmDecor):
15991         removed useless code
15993         * fvwm/icons.c (DrawIconWindow):
15994         fixed race condition w/ expanding/collapsing icon titles
15996         * fvwm/windowlist.c (CMD_WindowList):
15997         fixed Xinerama placement of window list when called without options
15999 2001-09-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16001         * libs/FScreen.c (FScreenSLSOnOff):
16002         fixed core dump when calling XineramaSls before XineramaSlsSize
16004         * configure.in:
16005         changed to 2.4.3
16007         * libs/FShape.h (FHaveShapeExtension):
16008         set macro to 1 when compiling w/ shape extension
16010 2001-09-17  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16012         * libs/Bindings.c (AddBinding):
16013         * fvwm/bindings.c (ParseBinding):
16014         print a warning if a key with the given name does not exist
16015         if there is an upper and a lower case version of the same key name,
16016         always bind to the lower case version; this is problematic if the upper
16017         case version is tied to a key without a modifier and the lower case
16018         version is tied to the same key, but with a modifier (or both are tied
16019         to different keys). I hope this good enough.
16021         * libs/Bindings.c (FreeBindingList):
16022         (MatchBindingExactly):
16023         (CollectBindingList):
16024         fixed some problems overriding keys
16025         reduced duplication of logic
16027 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16029         * NEWS, configure.in:
16030         changed version to 2.5.0
16032 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16034         * configure.in:
16035         changed version to 2.4.2
16037 2001-09-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16039         * libs/Colorset.c:
16040         (SetWindowBackground):
16041         (SetRectangleBackground):
16042         * fvwm/builtins.c (CMD_WindowShade):
16043         * fvwm/add_window.c:
16044         (setup_style_and_decor):
16045         * fvwm/icons.c:
16046         (CreateIconWindow):
16047         (GetXPMFile):
16048         (GetIconWindow):
16049         (GetIconBitmap):
16050         * fvwm/events.c:
16051         (HandleConfigureRequest):
16052         (HandleShapeNotify):
16053         (InitEventHandlerJumpTable):
16054         * fvwm/borders.c (struct):
16055         (SetupFrame):
16056         (SetShape):
16057         * fvwm/decorations.c (SelectDecor):
16058         * fvwm/fvwm.c:
16059         (main):
16060         (setVersionInfo):
16061         * fvwm/externs.h:
16062         * fvwm/fvwm.h (FvwmWindow):
16063         * libs/FShape.h:
16064         * libs/FShape.c:
16065         moved shape support to library; its no longer necessary to
16066         '#ifdef SHAPE' any code
16068         * fvwm/borders.c (RedrawButtons):
16069         (RedrawTitle):
16070         fixed top border hilight drawing of title buttons
16072         * libs/Graphics.c (do_relieve_rectangle):
16073         (RelieveRectangle):
16074         (RelieveRectangle2):
16075         allow alternate shading for title buttons
16077 2001-09-15  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16079         **/*.1:
16080         Applied man page patch by Dmitry Yu. Bolkhovityanov:
16081         Add a formal description of how fvwm maintains module's configs
16082         Change manpages of individual modules to refer to fvwm2(1) for
16083         details about specifying configuration
16085         * fvwm/add_window.c (setup_window_placement):
16086         desk and page can now really be given as X resources a la
16087           xterm.desk: 1
16089         * libs/XResource.c (GetResourceString):
16090         resource -> lower case, class -> upper case
16091         changed signature
16093         * configure.in:
16094         changed version to 2.5.0
16096         * Makefile.am (distcheck2):
16097         build distcheck before dist2; save a few seconds if the build fails
16099         * libs/alloca.c:
16100         * libs/ClientMsg.c:
16101         * libs/envvar.c:
16102         * libs/Event.c:
16103         * libs/fvwmrect.c:
16104         * libs/gethostname.c:
16105         * libs/Grab.c:
16106         * libs/Pointer.c:
16107         * libs/safemalloc.c:
16108         * libs/strcasecmp.c:
16109         * libs/strdup.c:
16110         * libs/strerror.c:
16111         * libs/strncasecmp.c:
16112         * libs/usleep.c:
16113         * libs/wild.c:
16114         * libs/WinMagic.c:
16115         * libs/XError.c:
16116         * libs/Graphics.c:
16117         include config.h
16119         * configure.in:
16120         changed version to 2.4.1 again
16122 2001-09-14  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16124         * libs/Bindings.c (FvwmStringToKeysym):
16125         try both cases of the first letter of a key name
16127         * fvwm/ConfigFvwmDefaults:
16128         * fvwm/windowlist.c (winCompareReverse):
16129         (CMD_WindowList):
16130         new WindowList option ReverseOrder; use the new option in the default
16131         Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
16132         cycle through the whole window list. The old behaviour only toggled
16133         between two windows. Also, a simple Alt-Tab can be used to switch to
16134         the next window instead of Alt-Tab-Tab.
16136         * libs/FScreen.c (FScreenInit):
16137         fixed a Xinerama crash
16139         * configure.in:
16140         print a verbose error message and exit if X11 headers and libraries
16141         are not found
16143 2001-09-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16145         * fvwm/fvwm.c (main):
16146         * libs/FShape.c:
16147         * libs/FShape.h:
16148         new library for X shape encapsulation
16150         * fvwm/builtins.c (CMD_WindowShade):
16151         * fvwm/borders.c (SetupFrame):
16152         fixed shading of windows without title and border
16153         fixed shading of shaped windows; fixes bug #732
16155         * fvwm/builtins.c (CMD_SetEnv):
16156         calling SetEnv without a value is the same as UnsetEnv
16158 2001-09-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16160         * fvwm/events.c (HandleReparentNotify):
16161         fixed vanishing windows in rapid map/unmap cycles; bug #770
16163         * fvwm/add_window.c (hide_screen):
16164         fixed possible BadWindow error
16166 2001-09-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16168         * fvwm/virtual.c (MoveViewport):
16169         (goto_desk):
16170         (CMD_GotoDeskAndPage):
16171         (CMD_GotoPage):
16172         GotoDeskAndPage records its own history of last visited desk/page
16174         * libs/FScreen.c (FScreenInit):
16175         fixed a memory allocation bug pointed out by Giuseppe Della Ricca
16177 2001-09-05  olicha  <olivier.chapuis@free.fr>
16179         * fvwm/session.c (MatchWinToSM):
16180         * fvwm/add_window.c (setup_window_structure):
16181         * fvwm/move_resize.c (moveLoop):
16182         Fixed PlacedByButton3 condition
16184 2001-09-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16186         * libs/FScreen.c:
16187         * fvwm/functions.c (func_config):
16188         * fvwm/module_interface.c (broadcast_xinerama_state):
16189         * fvwm/virtual.c (CMD_Xinerama):
16190         (CMD_XineramaPrimaryScreen):
16191         (CMD_XineramaSls):
16192         (CMD_XineramaSlsSize):
16193         added sls support
16194         split Xinerama command into Xinerama, XineramaPrimaryScreen,
16195         XineramaSls and XineramaSlsSize
16196         restructured parts of the FScreen code
16198         * fvwm/functions.c (func_config):
16199         new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
16201         * libs/Graphics.c (RelieveRectangle):
16202         allow calling the function with w == 0 or h == 0 without a message
16204         * fvwm/window_flags.h (SET_STYLE_DELETED):
16205         * fvwm/style.c (CMD_DestroyStyle):
16206         (check_window_style_change):
16207         * fvwm/fvwm.h (window_style):
16208         update windows when a style is deleted
16210         * configure.in:
16211         fixed xpm detection problem caused by wrong library order
16213 2001-09-05  olicha  <olivier.chapuis@free.fr>
16215         * NEWS: PlacedByFvwm
16217 2001-09-04  Dan Espen  <dane@mk.telcordia.com>
16219         * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
16221 2001-09-04  olicha  <olivier.chapuis@free.fr>
16223         * fvwm/fvwm.h:
16224         * fvwm/windows_flags.h:
16225         * fvwm/placement.c (PlaceWindow):
16226         * fvwm/add_window.c (setup_window_structure):
16227         * fvwm/conditional.c (CreateConditionMask):
16228         * fvwm/session.c (get_version_string):
16229         (MatchWinToSM):
16230         * fvwm/fvwm2.1:
16231         Added a new windows_flags is_placed_by_fvwm and a new condition
16232         PlacedByFvwm
16234 2001-09-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16236         * fvwm/focus.c (focus_grab_buttons):
16237         (MoveFocus):
16238         disabled xt/double click patch for now
16240 2001-09-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16242         * libs/Graphics.c (RelieveRectangle):
16243         print a warning if one of the dimensions is <= 0
16245         * fvwm/placement.c (PlaceWindow):
16246         take care of windows that have both, PPosition and USPosition set
16247         take care of transient windows that have neither PPosition nor
16248         USPosition set
16250 2001-09-01  olicha  <olivier.chapuis@free.fr>
16252         * libs/FScreen.c (FScreenInit):
16253         Fixed the position of the xinerama emulation delimiters
16255 2001-08-31  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16257         * fvwm/fvwm2.1:
16258         Xinerama introduction
16260         * fvwm/icons.c (AutoPlaceIcon):
16261         try to place icons of screen with the window center, and if that fails
16262         on any screen
16264         * libs/FScreen.c (FScreenGetScrRect):
16265         performance improvement for non-xinerama systems
16267         * fvwm/update.c (apply_window_updates):
16268         (flush_window_updates):
16269         update icon boxes and icon position when xinerama layout changes
16271         * fvwm/icons.c (AutoPlaceIcon):
16272         limit placement of icons using no icon box to screen boundaries
16273         adapt icon boxes to xinerama layout whenever used
16275         * fvwm/placement.c (PlaceWindow):
16276         * fvwm/style.c (CMD_Style):
16277         (check_window_style_change):
16278         * fvwm/style.h (SUSE_NO_USPOSITION):
16279         (SUSE_NO_TRANSIENT_PPOSITION):
16280         (SUSE_NO_TRANSIENT_USPOSITION):
16281         * fvwm/fvwm.h (struct):
16282         implemented new styles NoUSPosition/UseUSPosition,
16283         NoTransientPPosition/UseTransientPPosition,
16284         NoTransientUSPosition/UseTransientUSPosition.
16285         These work exactly like NoPPosition/UsePPosition.
16286         Transient windows ignore the window position if neither the PPosition
16287         nor the USPosition hint is set.
16289 2001-08-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16291         * fvwm/focus.c (restore_focus_after_unmap):
16292         fixed a bug transfering the focus when a window was iconified
16294 2001-08-26  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16296         * fvwm/conditional.c (MatchesConditionMask):
16297         * fvwm/move_resize.c (position_geometry_window):
16298         * fvwm/placement.c (PlaceWindow):
16299         * fvwm/menus.c (pop_menu_up):
16300         * fvwm/move_resize.c (move_window_doit):
16301         * fvwm/icons.c (do_all_iconboxes):
16302         * fvwm/placement.c (PlaceWindow):
16303         * fvwm/menus.c (update_menu):
16304         adapted to new FScreen... signatures
16306         * libs/FScreen.c (FScreenClipToScreen):
16307         (FScreenGetScrCenterCenter):
16308         (FScreenCenterCurrent):
16309         (FScreenCenterPrimary):
16310         (FScreenGetCurrent00):
16311         (FScreenGetGlobalScrRect):
16312         (FScreenGetPrimaryScrRect):
16313         (FScreenGetScrRect):
16314         (FScreenIsRectangleOnScreen):
16315         unified all the FSCreen... functions using a common signature, removed
16316         most old functions
16318         * fvwm/style.c (CMD_Style):
16319         init icon box screen
16321         * fvwm/move_resize.c (move_window_doit):
16322         (CMD_Maximize):
16323         * libs/Makefile.am:
16324         * libs/XineramaSupport.c:
16325         * libs/XineramaSupport.h:
16326         * libs/FScreen.c:
16327         exported and renamed screen defines
16329         * libs/FScreen.h:
16330         renamed files
16332         * fvwm/virtual.c:
16333         * fvwm/style.c:
16334         * fvwm/placement.c:
16335         * fvwm/move_resize.c:
16336         * fvwm/module_interface.c:
16337         * fvwm/modconf.c:
16338         * fvwm/menus.c:
16339         * fvwm/icons.c:
16340         * fvwm/fvwm.c:
16341         * fvwm/conditional.c:
16342         * libs/XineramaSupport.c:
16343         renamed all XineramaSupport...() functions to FScreen...()
16345         * fvwm/style.c (CMD_Style):
16346         -Wall fix
16348 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
16350         * fvwm/style.c (CMD_Style):
16351         * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
16352         using geometry spec.
16354 2001-08-25  Mikhael Goikhman  <migo@homemail.com>
16356         * libs/Strings.c:
16357         * libs/Strings.h:
16358         new function QuoteString() to add and escape single quotes to strings
16360         * fvwm/menus.c (MenuInteraction):
16361         quote both missing function name and menu name for
16362         MissingSubmenuFunction
16364         * fvwm/functions.c (expand):
16365         use QuoteString()
16367 2001-08-25  Dan Espen  <dane@mk.telcordia.com>
16369         * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
16371 2001-08-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16373         * fvwm/cursor.c (CMD_CursorStyle):
16374         * fvwm/icons.c (GetXPMFile):
16375         * libs/Colorset.c (SetWindowBackground):
16376         -Wall fixes
16378         * libs/Bindings.c (AddBinding):
16379         tired to help with problem binding keys that have a keycode with no
16380         modifiers and another keycode with some modifiers pressed, e.g.
16381         kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
16382         F1 generating the actioon bound to F11 sometimes
16384         * fvwm/focus.c (focus_grab_buttons):
16385         -Wall fix
16387 2001-08-23  Dan Espen  <dane@mk.telcordia.com>
16389         * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
16391 2001-08-20  Bob Woodside  <proteus@pcnet.com>
16393         * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
16394         grab synchronization so apps using XtTranslations to catch double-
16395         clicks don't get confused by extraneous Leave/EnterNotify events.
16396         This fixes the "xfm/moxfm don't see double-clicks" problem.
16398 2001-08-20  Dan Espen  <dane@mk.telcordia.com>
16400         * fvwm/icons.c (AutoPlaceIcon): Fix bug.
16402 2001-08-19  Dan Espen  <dane@mk.telcordia.com>
16404         * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
16405         placed.
16407         * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
16408         until later when the window is actually placed.
16410         * fvwm/fvwm.h (icon_boxes_struct):  Save  sign  for later  screen
16411         position calculation.
16413 2001-08-19  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16415         * fvwm/update.c (flush_window_updates):
16416         * fvwm/screen.h (ScreenInfo):
16417         * fvwm/virtual.c (CMD_Xinerama):
16419         * fvwm/move_resize.c (CMD_Maximize):
16420         * fvwm/placement.c (PlaceWindow):
16421         * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
16422         renamed function
16424         * fvwm/fvwm2.1:
16425         describe new maximize options
16427         * fvwm/move_resize.c (MaximizeWidth):
16428         (MaximizeHeight):
16429         (CMD_Maximize):
16430         applied Dmitry's Xinerama patch for Maximize command
16431         replaced "global" and "absolute" with "screen" which is more flexible
16433 2001-08-16  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16435         * libs/Parse.c (SkipQuote):
16436         fixed a bug in handling of caller specified quote pairs
16438         * fvwm/move_resize.c (CMD_Maximize):
16439         keep window on correct page when viewport does not start on a page
16440         boundary
16442         * libs/XError.c (error_name):
16443         (request_name):
16444         fixed core dump in error handling
16446 2001-08-15  Mikhael Goikhman  <migo@homemail.com>
16448         * configure.in:
16449         * acinclude.m4:
16450         * INSTALL:
16451         * INSTALL.fvwm:
16452         renamed --disable-gnome to --disable-gnome-hints;
16453         documented configure options --with-gnome*;
16454         small improvements in documentation;
16455         use underscore in version instead of dash that causes rpm problems
16457 2001-08-14  Mikhael Goikhman  <migo@homemail.com>
16459         * libs/Makefile.am:
16460         added fvwmrect.h to dist
16462 2001-08-14  Dan Espen  <dane@mk.telcordia.com>
16464         * libs/XineramaSupport.c: Disable debug printing.
16466 2001-08-13  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16468         * libs/defaults.h (DEFAULT_MENU_STYLE):
16469         reset colour sets in default menu style too
16471 2001-08-13  Mikhael Goikhman  <migo@homemail.com>
16473         * builtins.c:
16474         * events.c:
16475         completed the libstroke-0.5 compatibility fix
16477 2001-08-10  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16479         * fvwm/move_resize.c (draw_move_resize_grid):
16480         fixed drawing of resize grid when invoked from button or key press
16482         * fvwm/placement.c (PlaceWindow):
16483         rewrote a condition to improve readability
16484         fixed StartsOn... w/ SkipMapping
16486 2001-08-09  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16488         * fvwm/session.c (MatchWinToSM):
16489         (LoadWindowStates):
16490         (SaveWindowStates):
16491         * fvwm/move_resize.c (CMD_Resize):
16492         * fvwm/events.c (HandlePropertyNotify):
16493         (HandleConfigureRequest):
16494         * fvwm/move_resize.c (CMD_ResizeMove):
16495         (CMD_Maximize):
16496         (CMD_Resize):
16497         * fvwm/update.c (apply_window_updates):
16498         * fvwm/add_window.c (AddWindow):
16499         * fvwm/geometry.c (constrain_size):
16500         (gravity_constrain_size):
16501         the Resize command honors the window gravity
16502         changing the size increment of maximized windows no longer shrinks the
16503         window
16505         * fvwm/icons.c:
16506         keep expanded icon titles on screen
16508 2001-08-08  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16510         * fvwm/icons.c (do_all_iconboxes):
16511         default icon box fills the primary screen
16513         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
16514         fixed default_screen argument
16516         * fvwm/style.c (merge_styles):
16517         * fvwm/fvwm.h (window_style):
16518         * fvwm/style.h (SSET_START_SCREEN):
16519         * fvwm/add_window.c (setup_window_placement):
16520         * fvwm/placement.c (PlaceWindow):
16521         (CMD_PlaceAgain):
16522         implemented StartsOnScreen style
16524         * fvwm/placement.c (PlaceWindow):
16525         (test_fit):
16526         (get_next_x):
16527         (get_next_y):
16528         (CleverPlacement):
16529         (SmartPlacement):
16530         Place new windows on xinerama screens
16532         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
16533         fixed core dump in debug output
16535 2001-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16537         * fvwm/placement.c:
16538         removed unused variable
16540 2001-08-07  olicha  <olivier.chapuis@free.fr>
16542         * NEWS:
16543         FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
16545 2001-08-06  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16547         * fvwm/virtual.c (CMD_Xinerama):
16548         replaced XineramaEnable and ...Disable with XineramaCommand
16550         * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
16551         (XineramaSupportGetScreenArgument):
16552         new functions
16554         * fvwm/functions.c (func_config):
16555         * fvwm/move_resize.c (move_window_doit):
16556         (CMD_Move):
16557         (CMD_AnimatedMove):
16558         (CMD_MoveToPage):
16559         (CMD_MoveToScreen):
16560         (handle_stick):
16561         added new command MoveToScreen
16563 2001-08-05  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16565         * libs/fvwmrect.c:
16566         * libs/fvwmrect.h:
16567         new library files
16569         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
16570         fixed parsing of negative geometries
16571         (XineramaSupportParseGeometryWithScreen):
16572         made global
16573         (XineramaSupportGetNumberedScreenRect):
16574         new function
16576         * sample.fvwmrc/system.fvwm2rc:
16577         * sample.fvwmrc/new-features:
16578         * sample.fvwmrc/system.fvwm2rc-sample-95:
16579         * sample.fvwmrc/system.fvwm2rc-sample-2:
16580         * sample.fvwmrc/system.fvwm2rc-sample-1:
16581         * fvwm/fvwm2.1:
16582         updated for new condition
16584         * fvwm/conditional.c (CreateConditionMask):
16585         (MatchesConditionMask):
16586         * fvwm/fvwm.h (WindowConditionMask):
16587         implemented new condition AcceptsFocus to cope with applications like
16588         xclock that have circulatehit but don't take focus
16590 2001-08-02  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16592         * libs/XineramaSupport.c (XineramaSupportParseGeometry):
16593         handle Xinerama screens
16595         * fvwm/style.c (CMD_Style):
16596         * fvwm/menus.c (get_menu_options):
16597         cope with Xinerama like geometries with screen info
16599         * fvwm/virtual.c (CMD_XineramaEnable):
16600         XineramaEnable optionally takes the number of the primary screen as its
16601         argument
16603         * fvwm/events.c (GetContext):
16604         reindented code
16606         * fvwm/virtual.c (HandlePaging):
16607         * fvwm/events.c (HandleButtonPress):
16608         * fvwm/events.h (XEVMASK_PANFW):
16609         fixed button and key event handling over pan frames; fixes bug #752
16611         * fvwm/menus.c (get_menu_options):
16612         fixed Xinerama placement of menus without options
16614 2001-08-01  Mikhael Goikhman  <migo@homemail.com>
16616         * NEWS:
16617         * fvwm/borders.c:
16618         * fvwm/builtins.c:
16619         * fvwm/fvwm.c:
16620         * fvwm/screen.h:
16621         Color enhancements in button vectors: @2 is bg color, @3 is fg color.
16622         In addition to the existing: @0 is shadow color, @1 is hilight color.
16624         * fvwm/fvwm2.1:
16625         Added the formal description of Vector that was absent.
16627 2001-08-01  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16629         * fvwm/fvwm2.1:
16630         some man page corrections
16632 2001-07-30  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16634         * fvwm/move_resize.c (handle_stick):
16635         also redraw buttons when a window becomes sticky/slippery to make sure
16636         that MWMDecorStick buttons are updated too; fixes bug #749
16638 2001-07-30  Mikhael Goikhman  <migo@homemail.com>
16640         * NEWS:
16641         documented previous changes
16643         * configure.in:
16644         improved output spacing
16646         * fvwm/fvwm2.1:
16647         minor typo
16649 2001-07-29  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16651         * libs/XineramaSupport.c (XineramaSupportConfigureModule):
16652         * fvwm/modconf.c (send_xinerama_state):
16653         * fvwm/module_interface.c (broadcast_xinerama_state):
16654         * libs/defaults.h:
16655         revised module support for Xinerama
16657         * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
16658         (XineramaSupportParseGeometry):
16659         (XineramaSupportGetGeometry):
16660         make interface compatible with XineramaSupportParseGeometry().
16661         (XineramaSupportGetPrimaryScreen):
16662         new function
16664         * fvwm/stack.c (raise_over_unmanaged):
16665         fixed restacking of windows with RaiseOverUnmanaged - windows were
16666         raised in reverse order so that the top window became the bottom
16667         window of the ones that were raised
16668         also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
16669         these are invisible
16671 2001-07-28  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16673         * sample.fvwmrc/system.fvwm2rc-sample-95:
16674         fixed syntax of BugOpts command
16676         * fvwm/ConfigFvwmDefaults:
16677         resize window when clicking on the sides of the window by default
16678         instead of moving it
16680         * fvwm/events.c (HandleEnterNotify):
16681         do not delete MouseFocus when pointer moves from one particular sub
16682         window of a frame to another one.  Helps with xv/xmms vs unclutter
16683         interaction and also with MouseFocus vs. Open Look applications
16685         * fvwm/move_resize.c (DoSnapAttract):
16686         * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
16687         fixed snapping to Xinerama screen edges
16688         (XineramaSupportIsEnabled):
16689         return False is the X server provides only a single screen
16691         * fvwm/fvwm2.1:
16692         Added descriptions of conditions CurrentDesk, CurrentPage,
16693         CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
16694         CurrentGlobalPageAnyDesk
16696         * fvwm/fvwm.h (rectangle):
16697         (position):
16698         typedefs moved to libs/fvwmlib.h
16700         * fvwm/conditional.c (MatchesConditionMask):
16701         * fvwm/fvwm.h (WindowConditionMask):
16702         * fvwm/conditional.c:
16703         introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
16704         for Xinerama support
16706         * fvwm/modconf.c (CMD_Send_ConfigInfo):
16707         (send_xinerama_state):
16708         * fvwm/module_interface.c (broadcast_xinerama_state):
16709         * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
16710         * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
16711         communicate xinerama state at module startup
16713 2001-07-27  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16715         * libs/XineramaSupport.c:
16716         next Xinerama patch
16718 2001-07-25  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16720         * fvwm/move_resize.c (moveLoop):
16721         windows were lost off screen w/ non opaque interactive move when motion
16722         was aborted with Escape on a different page that it was started
16724         * fvwm/move_resize.c (position_geometry_window):
16725         (DisplayPosition):
16726         (DisplaySize):
16727         (InteractiveMove):
16728         (CMD_Resize):
16729         (moveLoop):
16730         (CMD_Resize):
16731         (DoResize):
16732         * libs/XineramaSupport.c (GetMouseXY):
16733         (XineramaSupportCenterCurrent):
16734         (XineramaSupportGetCurrent00):
16735         (XineramaSupportGetCurrentScrRect):
16736         allow to pass in an event with the pointer position
16737         minimize number of XQueryPointer calls in interactive move/resize
16739         * libs/defaults.h:
16740         * fvwm/move_resize.c (resize_geometry_window):
16741         (DisplayPosition):
16742         (DisplaySize):
16743         border width of geometry window moved to defaults.h
16744         moved strings for size window formatting to defaults.h
16745         reworked calculations of geometry window dimensions
16747         * fvwm/move_resize.c (resize_geometry_window):
16748         (position_geometry_window):
16749         (DisplaySize):
16750         (InteractiveMove):
16751         (CMD_Resize):
16752         * fvwm/builtins.c (ApplyDefaultFontAndColors):
16753         * fvwm/fvwm.c (main):
16754         funtions ResizeSizeWindow and PositionSizeWindow renamed to
16755         resize_geometry_window and position_geometry_window
16757         * fvwm/fvwm.c (main):
16758         fixed resizing geometry window before creating it
16760         * fvwm/move_resize.c (switch_move_resize_grid):
16761         (MoveOutline):
16762         * fvwm/virtual.c (HandlePaging):
16763         renamed MoveOutline to draw_move_resize_grid and made static
16764         new function switch_move_resize_grid for external calls
16765         delete grid before moving the geometry window to get rid of arifacts of
16766         the grid
16768 2001-07-24  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16770         * libs/XineramaSupport.c (XineramaSupportInit):
16771         make the blank area in Xinerama emulation usable again
16773 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16775         * fvwm/menus.c (update_menu):
16776         (pop_menu_up):
16777         (make_menu):
16778         (calculate_item_sizes):
16779         (size_menu_horizontally):
16780         (size_menu_vertically):
16781         menus are resized to fit their Xinerama screen every time they are
16782         popped up and the screen size has changed
16784 2001-07-23  olicha  <olivier.chapuis@free.fr>
16786         * libs/XineramaSupport.c (XineramaSupportInit):
16787         Draw the xinerama simulation screens with orr windows
16789 2001-07-23  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16791         * fvwm/windowlist.c (CMD_WindowList):
16792         fixed windowlist placement w/ Xinerama
16794 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16796         * fvwm/menus.c (pop_menu_up):
16797         fixed calculations that force a menu on screen w/ Xinerama
16799         * fvwm/move_resize.c (DoSnapAttract):
16800         removed some code that slipped in with xinerama patch and broke
16801         vertical SnapAttraction
16803         * fvwm/virtual.c (CMD_EdgeResistance):
16804         removed debug code
16806         * libs/XineramaSupport.c (XineramaSupportClipToScreen):
16807         take reference position src_x/src_y to determine screen
16809         * fvwm/windowlist.c (CMD_WindowList):
16810         * fvwm/menus.c (get_menu_options):
16811         (get_popup_options):
16812         (MenuInteraction):
16813         (pop_menu_up):
16814         handle Xinerama screens for positioning menus w/ posthints
16816         * fvwm/menus.c (get_menu_options):
16817         renamed function
16818         fix for icon/window context rectangle when window is in wrong state
16820 2001-07-22  Mikhael Goikhman  <migo@homemail.com>
16822         * configure.in:
16823         s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
16824         compiled in; fixed linking by adding -lXinerama; small corrections
16826 2001-07-22  Dan Espen  <dane@mk.telcordia.com>
16828         * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
16830 2001-07-22  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16832         * libs/XineramaSupport.c (XineramaSupportInit):
16833         added xinerama emulation for developers
16835         * fvwm/virtual.c (CMD_XineramaEnable):
16836         (CMD_XineramaDisable):
16837         * fvwm/module_interface.c (BroadcastConfigInfoString):
16838         added function to communicate Xinerama on/off to modules
16840         * fvwm/module_interface.c:
16841         include time.h to fix warning
16842         * libs/XineramaSupport.c:
16843         * fvwm/fvwm.c (setVersionInfo):
16844         * fvwm/Makefile.am:
16845         * configure.in:
16846         * acconfig.h:
16847         cleanded up xinerama detection
16848         added shape detection
16850 2001-07-21  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16852         * fvwm/fvwm2.1:
16853         Added Xinerama introduction
16855         * fvwm/fvwm.c (setVersionInfo):
16856         print xinerama support
16858         * fvwm/conditional.c (CreateConditionMask):
16859         added CirculateHitShaded option for conditional commands that was
16860         described in the man page but not implemented
16862         * fvwm/fvwm.h (WindowConditionMask):
16863         removed unused flags
16865         * fvwm/conditional.c (MatchesConditionMask):
16866         fixed CirculateHitIcon option in conditional commands
16868         * fvwm/fvwm2.1:
16869         reformatted man page source to improve readability
16870         fixed some source formatting bugs
16872         * libs/XineramaSupport.c (GetMouseXY):
16873         don't poll the pointer if there is only one screen or if xinerama is
16874         turned off
16876         * fvwm/fvwm2.1:
16877         * fvwm/fvwm.c (main):
16878         removed -noxinerama option
16880         * fvwm/fvwm.c (main):
16881         size window is positioned and sized in move_resize.c
16883         * libs/XineramaSupport.c:
16884         reindented file
16886         * configure.in:
16887         print Xinerama support in configure summary
16889         * **/*:
16890         applied Xinerama patch by Dmitry Yu. Bolkhovityanov
16892 2001-07-17  Mikhael Goikhman  <migo@homemail.com>
16894         * acconfig.h:
16895         * acinclude.m4:
16896         * configure.in:
16897         implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
16898         define missing macros needed for old AIX keysymdef and old stroke.h
16900         * fvwm/bindings.c:
16901         * fvwm/menus.c:
16902         remove the previous compilation fixes, now handled by configure
16904 2001-07-15  Dan Espen  <dane@mk.telcordia.com>
16906         * fvwm/fvwm2.1: Remove .BI with more than 6 args.
16908 2001-07-15  Mikhael Goikhman  <migo@homemail.com>
16910         * bindings.c:
16911         use libstroke-0.5 constant names while still supporting 0.3/0.4
16913         * menus.c:
16914         compiling fix for old AIX, which does not define XK_Page_Up/Down
16916         * module_interface.c:
16917         minor compiling fix for some proprietary preprocessors
16919 2001-07-10  Mikhael Goikhman  <migo@homemail.com>
16921         * fvwm/fvwm2.1:
16922         use more compatible and structured syntax in SYNOPSIS
16924 2001-07-06  Mikhael Goikhman  <migo@homemail.com>
16926         * acinclude.m4:
16927         Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
16928         GDK_IMLIB_*.  This fixes "make FvwmGtk" on systems with bogus
16929         imlib-config.
16931 2001-07-05  Mikhael Goikhman  <migo@homemail.com>
16933         * configure.in:
16934         changed version to 2.4.1
16936         * acinclude.m4:
16937         small fix that should solve the problem with running autoconf
16938         (autoreconf is ok) from autoconf-2.50;
16939         applied a patch that adds gtk include dirs to gnome include dirs
16941 2001-07-03  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
16943         * NEWS, configure.in:
16944         changed version to 2.4.0.1
16946         * *: fvwm 2.4 has been released :-))