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
7 2007-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
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>
20 updated for 2.5.21 release
22 * fvwm/builtins.c (CMD_PropertyChange):
23 * libs/Flocale.c (FlocaleGetFftFont):
26 (FlocaleGetFontOrFontSet):
31 2007-08-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
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):
43 * fvwm/events.c (My_XNextEvent):
44 * fvwm/module_list.c (module_alloc):
46 * fvwm/module_list.h (fmodule):
49 restored *not* useless is_cmdline_module stuff
52 add constants for command group tagging
54 2007-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
59 2007-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
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
95 2007-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
101 * sample.fvwmrc/system.fvwm2rc-sample-95:
102 * sample.fvwmrc/system.fvwm2rc:
103 * sample.fvwmrc/system.fvwm2rc-sample-2:
104 * libs/Picture.c (PicturePrintImageCache):
106 * libs/FGettext.c (FGettextPrintLocalePath):
109 * libs/PictureUtils.c (PictureAllocColorTable)
110 (PicturePrintColorInfo):
115 * libs/Ficonv.c (convert_charsets):
116 (FiconvSetupConversion):
117 * fvwm/decorations.c:
120 * fvwm/add_window.c (setup_window_font):
124 * fvwm/conditional.c:
125 * fvwm/fvwm.c (SetRCDefaults):
127 * fvwm/ewmh_events.c:
130 * fvwm/menustyle.c (menustyle_parse_style):
132 * fvwm/ewmh.c (EWMH_Init):
133 * libs/Flocale.c (FlocaleParseShadow):
136 (FlocalePrintLocaleInfo):
137 * fvwm/misc.c (fvwm_msg):
140 write fvwm in lower case
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):
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):
168 removed is_removed logic
170 * fvwm/module_list.c (module_safefree):
173 * fvwm/events.c (My_XNextEvent):
174 remove old "#if 0" code
176 * fvwm/module_list.c (module_kill):
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.
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):
194 (BroadcastFvwmPicture):
196 (BroadcastProperyChange):
197 (BroadcastConfigInfoString):
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):
207 2007-08-05 Renato Caldas <seventhguardian@gmail.com>
209 * fvwm/module_list.h:
210 * fvwm/module_list.c (fmodule):
216 (FlushAllMessageQueues):
218 * fvwm/module_interface.c (BroadcastPacket):
219 (BroadcastNewPacket):
221 (BroadcastFvwmPicture):
223 (BroadcastProperyChange):
224 (BroadcastConfigInfoString):
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):
234 (module_list_remove):
237 renamed as list handling functions
239 * fvwm/events.c (My_XNextEvent):
240 * fvwm/module_list.h:
241 * fvwm/module_list.c (module_alloc):
243 removed useless is_cmdline_module stuff
245 * fvwm/module_list.h:
246 * fvwm/module_list.c (module_list_insert):
247 (module_list_remove):
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>
267 added empty functions to replace CMD_Dummy
270 use subordinate Makefile.ams instead of iuncluding files from other
274 removed FVWMNAMEUCASE
279 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
280 force --enable-htmldoc on "make distcheck"
282 * fvwm/events.c (HandleEnterNotify):
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):
290 (ParsePositionArgumentSuffix):
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):
300 2007-07-26 Viktor Griph <griph@dd.chalmers.se>
302 * fvwm/menus.c (__copy_down, __check_for_delimiter)
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):
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):
326 (ewmh_AllowsFullScreen):
327 (ewmh_AllowsMinimize)
328 (ewmh_AllowsMaximize):
332 * fvwm/ewmh_events.c (ewmh_CloseWindow):
333 (ewmh_MoveResizeWindow):
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
367 2007-07-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
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)
381 Don't free module stuctures during module I/O. (Fixes segfault.)
383 2007-07-20 Simon Griph <simon(at)griph(dot)se>
387 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
388 Someone missed to add extra conditions when changing from
391 2007-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
394 fixed liXcursor detection
396 2007-07-16 Simon Griph <simon(at)griph(dot)se>
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:
410 (PImageLoadCursorFromFile):
411 fixed compilation without xpm library
413 fixed compiler warning without png library
415 2007-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
418 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
419 fix compilation without xpm library
421 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
426 * libs/PictureImageLoader.c:
428 (PImageLoadCursorFromFile):
429 fixed compilation without xpm library
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):
450 (PImageCreatePixmapFromArgbData):
451 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
452 (PImageCreatePixmapFromFImage):
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):
461 (PImageCreatePixmapFromArgbData):
462 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
463 (PImageCreatePixmapFromFImage):
466 2007-06-22 Simon Griph <simon(at)griph(dot)se>
473 added libXcursor detection
475 * fvwm/Makefile.am (LDADD):
483 * libs/Makefile.am (libfvwm_a_SOURCES):
486 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
487 added Xcursor support
489 2007-06-22 Simon Griph <simon(at)griph(dot)se>
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
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()
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
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):
549 (PImageCreatePixmapFromArgbData):
550 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
551 (PImageCreatePixmapFromFImage):
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):
559 new command EchoFuncDefinition
561 2007-07-07 Simon Griph <simon(at)griph(dot)se>
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>
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>
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):
593 * fvwm/focus.c (warp_to_fvwm_window):
594 * fvwm/events.c (__handle_cr_restack):
595 (__handle_bpress_on_managed):
596 (HandlePropertyNotify):
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):
606 (HandleUnusualStackmodes):
609 (CMD_RestackTransients):
611 do raise hacks even when the internal stack is intact, unless on a
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):
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>
627 added missing prototypes
636 * libs/Event.c (GetSubwindowFromEvent):
639 include corresponding header files
641 * libs/PictureBase.c:
642 * libs/FlocaleCharset.c:
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
652 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
654 * fvwm/windowlist.c (CMD_WindowList):
657 Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
658 "UseSkipList" & "OnlySkipList".
660 2007-04-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
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>
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>
693 2007-03-11 Scott Smedley <ss(at)aao(dot)gov(dot)au>
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>
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>
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:
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>
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):
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):
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
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):
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):
786 * fvwm/placement.c (setup_window_placement)
787 (__place_get_placement_flags):
788 (__place_get_wm_pos):
789 (__place_get_nowm_pos):
791 (__place_handle_x_resources):
792 (setup_window_placement):
793 * fvwm/fvwm.h (PLACE_CENTER):
795 replaced CenterPlacement with more flexibe PositionPlacement
797 * fvwm/move_resize.c (GetMoveArguments):
798 (GetResizeArguments):
799 (GetResizeMoveArguments):
801 * fvwm/move_resize.h:
802 exported and enhanced function GetMoveArguments for use by placement
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
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>
839 * fvwm/ConfigFvwmMenuDefaults:
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 !
868 * fvwm/add_window.c (setup_placement_penalty):
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...
890 * fvwm/decorations.c:
891 * fvwm/menubindings.c:
892 * fvwm/module_interface.c:
893 * fvwm/module_list.c:
895 * fvwm/module_list.h:
897 * fvwm/module_interface.h:
899 dont include "libs" in include path
902 #includes from fvwm path with "..." not <...>
905 #includes from library path with "..." not <...>
907 2007-01-28 Simon Griph <simon(at)griph(dot)se>
912 documented new svg support
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):
926 documented new svg support
928 documented new extended variables
930 * fvwm/fvwm.c (setVersionInfo):
932 added Frsvg_init() call
937 * libs/Makefile.am (libfvwm_a_SOURCES):
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()
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>
961 * fvwm/stack.c (__is_restack_needed)
962 (is_transient_subtree_straight):
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):
971 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
972 * fvwm/menus.c (move_any_menu)
973 set menu backgrounds before moving. Makes transparent menus move
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>
996 * fvwm/decorations.c:
998 * fvwm/ewmh_events.c:
1004 * fvwm/menubindings.c:
1009 * fvwm/module_interface.c:
1010 * fvwm/module_list.c:
1013 * fvwm/windowlist.c:
1014 * fvwm/windowshade.c:
1019 * fvwm/conditional.c:
1026 * fvwm/add_window.c:
1028 * fvwm/move_resize.c:
1037 * fvwm/execcontext.c:
1039 * libs/CombineChars.c:
1047 * libs/FlocaleCharset.c:
1051 * libs/safemalloc.c:
1057 * libs/ColorUtils.c:
1059 * libs/PictureImageLoader.c:
1060 * libs/PictureGraphics.c:
1063 * libs/PictureUtils.c:
1065 * libs/PictureBase.c:
1066 use new header files
1072 * libs/ColorUtils.h:
1073 * libs/PictureBase.h:
1080 * libs/Makefile.am (libfvwm_a_SOURCES):
1081 moved declarations from fvwmlib.h to new/appropriate header files
1086 * fvwm/menus.c (paint_side_pic):
1087 fixed previous patch
1090 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1092 * fvwm/menus.c (paint_side_pic):
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):
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):
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>
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
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
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):
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
1180 don't use inline functions
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
1190 increased version to 2.5.22
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>
1218 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
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):
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):
1245 * fvwm/module_interface.h
1246 * fvwm/module_interface.c (AddToCommandQueue):
1247 (ExecuteModuleCommand):
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):
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>
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
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.
1292 increased version to 2.5.21
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):
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
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):
1345 (__place_get_wm_pos):
1346 (__place_get_nowm_pos):
1348 fixed smart placement
1349 unified placement func interface
1351 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1354 * fvwm/icons.c (DeIconify):
1357 * fvwm/stack.c (is_transient_subtree_stacked_straight):
1358 fix detection of non needed lower operations
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)
1386 * fvwm/events.c (HandlePropertyNotify)
1387 (__is_bpress_window_handled):
1388 * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
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.
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):
1422 (__cp_get_first_pos):
1423 (__cp_get_next_pos):
1424 (__cp_get_avoidance_penalty):
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):
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):
1452 (maximize_fvwm_window):
1456 * fvwm/menustyle.h (MenuStyle):
1457 * fvwm/menus.c (MenuSizingParameters):
1459 (paint_menu_gradient_background):
1460 (paint_menu_gradient_background):
1464 (pop_menu_down_and_repaint_parent):
1465 (__mloop_handle_action_without_mi):
1469 * fvwm/menuroot.h (MenuRootStatic):
1471 * fvwm/menuitem.h (MenuPaintItemParameters):
1472 * fvwm/menugeometry.h:
1473 * fvwm/menubindings.c (menu_shortcuts):
1474 * fvwm/icons.c (SetIconPixmapSize):
1476 (DrawIconTitleWindow):
1481 * fvwm/gnome.c (GNOME_GetHintIcons):
1482 * fvwm/functions.c (FvwmFunction):
1483 (__execute_function):
1485 (execute_complex_function):
1486 * fvwm/fvwm.c (JunkWidth):
1492 * fvwm/externs.h (JunkWidth):
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):
1504 * fvwm/ewmh_intern.h:
1505 * fvwm/ewmh_icons.c (ewmh_WMIcon):
1506 (EWMH_DoUpdateWmIcon):
1507 (ewmh_SetWmIconFromPixmap):
1508 (ewmh_SetWmIconFromPixmap):
1509 (EWMH_DeleteWmIcon):
1512 (EWMH_SetIconFromWMIcon):
1513 * fvwm/ewmh_events.c (ewmh_WMDesktop):
1515 (ewmh_WMIconGeometry):
1518 * fvwm/ewmh.c (ewmh_ChangeProperty):
1519 (ewmh_ChangeProperty):
1521 (ewmh_AtomGetByName):
1522 (ewmh_AddToKdeSysTray):
1523 (EWMH_GetWorkAreaIntersection):
1524 (ewmh_HandleWindowType):
1525 (ewmh_check_wm_pid):
1526 * fvwm/geometry.c (constrain_size):
1528 * fvwm/events.c (__handle_cr_on_client):
1531 * libs/PictureImageLoader.c:
1532 * libs/PictureImageLoader.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):
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):
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):
1563 * fvwm/menuitem.c (menuitem_paint):
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):
1572 * fvwm/menus.c (MenuSizingParameters):
1573 (size_menu_horizontally):
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>
1586 * libs/gravity.c (gravity_move_resize_parent_child):
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):
1600 widht and height are now signed values
1602 * fvwm/placement.c (get_next_x):
1610 * fvwm/placement.c (get_next_x):
1616 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
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.
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):
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.
1651 * libs/wcontext.h (enum):
1652 * fvwm/menubindings.c (menu_binding):
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):
1680 (do_execute_module):
1681 (executeModuleDesperate):
1683 (CMD_ModuleListenOnly):
1684 (CMD_ModuleSynchronous):
1685 (HandleModuleInput):
1691 (DeleteMessageQueueBuff):
1692 (FlushMessageQueue):
1693 (FlushAllMessageQueues):
1695 (CMD_set_sync_mask):
1696 (CMD_set_nograb_mask):
1697 (skipModuleAliasToken):
1699 (struct msg_masks_t):
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.
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:
1726 renamed functions to a unified style
1728 * fvwm/module_interface.h:
1729 * fvwm/module_interface.c:
1735 * fvwm/windowshade.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.
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):
1784 (__mloop_handle_event):
1785 don't warp to parent item when entering other item with mouse.
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>
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>
1807 moved the NEWS of 2.2.x and 2.3.x to ONEWS
1809 * libs/fio.c (fvwm_send):
1812 * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
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.
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
1838 include "ftime.h" instead of <sys/time.h>.
1840 2007-01-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1843 make my email less spider-friendly
1845 * fvwm/bindings.c (binding_cmd):
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>
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
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
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
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:
1927 renamed struct module member "pipeName" and "pipeAlias" to "name"
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):
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):
1948 add new modules at front of list again
1949 removed global variable init_fdset; use a flag in the module struct
1951 removed the now obsolete module slot count
1953 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
1955 * fvwm/module_interface.c (module_remove):
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):
1968 append modules at end of list
1970 * fvwm/events.c (My_XNextEvent):
1973 * fvwm/module_interface.c (ExecuteModuleCommand):
1977 (BroadcastNewPacket):
1979 (BroadcastFvwmPicture):
1980 (BroadcastColorset):
1981 (BroadcastPropertyChange):
1982 (BroadcastConfigInfoString):
1984 (FlushAllMessageQueues):
1987 (CMD_set_sync_mask):
1988 (CMD_set_nograb_mask):
1990 (skipModuleAliasToken):
1991 use MAX_MODULE_ALIAS_LEN
1993 * fvwm/module_interface.c (KillModule):
1994 (do_execute_module):
1996 added a "slot" member to the module struct to fix the init_fdset hack
1999 * libs/defaults.h (MAX_NUM_MODULES):
2000 (MAX_MODULE_ALIAS_LEN):
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):
2016 * fvwm/module_interface.c (FreeModule):
2020 * fvwm/module_interface.c (KillModule):
2022 * fvwm/events.c (My_XNextEvent):
2023 * fvwm/execcontext.h:
2024 * fvwm/modconf.c (CMD_Send_ConfigInfo):
2026 * fvwm/stack.c (BroadcastRestack):
2029 * fvwm/module_interface.c (module_get_next):
2030 * fvwm/module_interface.h:
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):
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):
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>
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:
2100 * fvwm/menugeometry.c:
2101 * fvwm/menugeometry.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
2123 * fvwm/menus.h (MenuParameters):
2128 (MenuRepaintTransparentParameters):
2129 * fvwm/menuparameters.h (MenuParameters):
2134 (MenuRepaintTransparentParameters):
2135 moved to menuparameters.h
2137 * fvwm/menus.h (MenuRoot):
2140 * fvwm/menutypes.h (MenuRoot):
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:
2153 * fvwm/menugeometry.c:
2154 * fvwm/menugeometry.h:
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):
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>
2192 documentation fixes.
2194 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2197 * fvwm/menubindings.h:
2198 * fvwm/menubindings.c:
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
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>
2215 * fvwm/ConfigFvwmMenuDefaults:
2216 * fvwm/fvwm.c (SetRCDefaults):
2217 * fvwm/menus.c (parse_menu_action):
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>
2231 corrected mis-spelling
2237 * fvwm/menus.c (handle_emacs_bindings):
2240 (__mloop_handle_event):
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):
2256 allow paging during resize with "EdgeScroll 0 0" as documented in the
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>
2335 * fvwm/window_flags.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):
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>
2348 FvwmWinList button/list syncronization fixed (bug #1393)
2350 2006-12-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2358 updated for 2.5.19 release
2361 updated after 2.4.20 release
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):
2374 * fvwm/module_interface.c (CMD_Send_Reply):
2375 * fvwm/functable.c (func_table):
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):
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):
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):
2446 * fvwm/menus.h (MenuRootDynamic):
2447 * fvwm/menus.c (update_menu):
2451 * fvwm/move_resize.c (GetMoveArguments):
2452 (ParseOneResizeArgument)
2453 (GetResizeArguments):
2454 (GetResizeMoveArguments):
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):
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):
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):
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>
2535 increased version to 2.5.19
2540 updated for 2.5.18 release
2542 2006-09-04 Renato Caldas <seventhguardian@gmail.com>
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
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):
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
2569 2006-08-29 Harald Dunkel <harald.dunkel@t-online.de>
2573 * fvwm/decorations.c:
2574 fix offset and length args for XGetWindowProperty() (to support 64bit
2577 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2580 * fvwm/expand.c (expand_vars_extended):
2581 correctly expand break.
2582 * fvwm/conditional.c (__rc_matches_rcstring_consume):
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)
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):
2618 (style_ids_are_equal):
2619 (style_id_equals_id)
2620 (styles_have_same_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):
2632 * fvwm/add_window.c (MappedNotOverride):
2633 * libs/wild.c (matchWildcards):
2634 use 0 and 1 instead of FALSE and TRUE
2637 removed TRUE and FALSE
2639 2006-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2642 FvwmPager !IconTitle style bugfix.
2644 2006-07-31 Scott Smedley <ss(at)aao(dot)gov(dot)au>
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.
2667 (AutomaticHotkeysOff):
2670 changed to the ! negation form and listed as deprecated.
2672 removed relics from the man page
2674 2006-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2678 increased version to 2.5.18
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
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>
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.
2709 * fvwm/expand.c (check_first_filter):
2711 (expand_args_extended):
2712 (expand_vars_extended):
2714 removed variable filter implementation and backslash-escaping.
2716 2006-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2719 News blurb for variable filters and backslash-escaping.
2721 documentation of variable filters.
2723 2006-07-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2725 * fvwm/expand.c (chec):
2728 (expand_args_extended):
2729 (expand_vars_extended):
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
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.
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):
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):
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>
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:
2806 added O_NOFOLLOW replacement and always include fcntl.h
2808 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
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>
2821 Fix for tempfile vulnerabilities in FvwmCommand.
2823 Added check for lstat.
2825 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
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):
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>
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>
2861 removed the old unused file
2863 * libs/Makefile.am (libfvwm_a_SOURCES):
2864 removed the reference to debug.c
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):
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
2889 * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
2890 * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
2892 removed unused debug_term_signal.
2894 2006-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
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>
2903 * fvwm/module_interface.c (CMD_ModuleListenOnly):
2904 (do_execute_module):
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>
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>
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:
2962 * libs/FlocaleCharset.c:
2966 corrected typos in warning messages
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>
2983 * fvwm/fvwm.1.in (COMMAND EXPANSION):
2984 * fvwm/expand.c (expand_args_extended):
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.
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):
3003 2006-04-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
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
3012 2006-04-07 Serge Koksharov <gentoosiast dog yandex dot ru>
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
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>
3025 changed description of the fvwmstyle resource usage
3026 to state that it's used in addition to the other
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>
3040 * libs/Fft.c (FftGetFont):
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
3049 2006-04-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3052 added some more suff to the list of what I've done.
3055 * fvwm/add_window.c (__add_window_handle_x_resources)
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>
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'
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.
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,
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:
3115 * libs/PictureGraphics.c:
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:
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):
3154 * fvwm/builtins.c (CMD_CursorMove):
3155 set last pointer event position after warping the pointer
3158 * libs/FEvent.c (FWarpPointerUpdateEvpos):
3161 2006-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3163 * acinclude.m4 (AM_PATH_GTK):
3165 (AM_PATH_GDK_IMLIB):
3169 fixed to cope with 4 digit version numbers
3171 2006-02-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
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>
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>
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
3227 * fvwm/menustyle.c (menustyle_get_styleopt_index):
3230 (menustyle_parse_style):
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>
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>
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):
3259 * fvwm/add_window.c (MappedNotOverride):
3260 Added XFlush after XSelectInput
3262 2006-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
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>
3272 increased version to 2.5.17
3277 updated for 2.5.16 release
3279 * acinclude.m4 (CHECK_LIBCHARSET):
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
3288 2006-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3291 fixed typo (NEWS still said 2.5.15)
3293 2006-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3297 increased version to 2.5.16
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):
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):
3315 2006-01-08 Mikhael Goikhman <migo@homemail.com>
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>
3324 renamed configure.in to configure.ac
3327 some updates for new autoconf/automake versions
3334 require autoconf-2.53 or later
3336 * Makefile.am (AUTOMAKE_OPTIONS):
3337 require automake-1.8 or later
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
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>
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>
3367 commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
3370 2005-12-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
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
3381 2005-11-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3384 * libs/fvwmsignal.c:
3388 * fvwm/ewmh_names.c:
3389 * libs/CombineChars.c:
3395 * libs/PictureUtils.c:
3400 * libs/safemalloc.c:
3403 do not #include stdlib.h (comes from config.h)
3406 do not #include string.h (comes from config.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):
3427 fixed text offset of menu items with icons but with an item format that
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
3434 * fvwm/menus.c (__mloop_handle_event):
3436 fixed delayed menu drawing issue
3438 do not draw the selected menu item before the menu is drawn for the
3440 (repaint_transparent_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 !.
3456 * fvwm/window_flags.h:
3457 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
3458 * fvwm/ewmh.c (ewmh_HandleWindowType):
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
3475 2005-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3477 * fvwm/menustyle.c (menustyle_copy_face):
3479 (menustyle_free_face):
3481 (menustyle_parse_style):
3482 use new functions and fix a bug
3487 removed empty files colors.c and colors.h
3489 * fvwm/colors.c (CopyColor):
3491 moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
3494 * fvwm/frame.c (frame_reshape_border):
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.
3504 color copies are reallocated.
3506 * fvwm/colors.c (CopyColor):
3507 * fvwm/colors.h (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)
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>
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
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
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>
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):
3576 2005-09-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
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>
3595 * fvwm/fvwm.h (window_flags):
3596 (WindowConditionMask):
3598 * fvwm/window_flags.h (IS_PLACED_BY_WB3):
3601 * fvwm/session.c (_match):
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):
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>
3624 * fvwm/menustyle.h (enum):
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):
3634 * fvwm/menus.c (menuShortcuts):
3636 (__mloop_handle_event):
3637 (menu_get_outer_geometry):
3640 added MouseWheel and ScrollOffPage menu styles
3642 2005-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
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>
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>
3658 * fvwm/expand.c (expand_vars_extended):
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):
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
3683 2005-08-26 Mikhael Goikhman <migo@homemail.com>
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>
3696 increased version to 2.5.15
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>
3712 fix TestRc example error, s/Any/All/
3714 2005-08-17 Jonathan Kotta <jpkotta@gmail.com>
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):
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):
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):
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):
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):
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>
3787 detect if Window, Pixel or void * are bigger than long and refuse to
3790 * libs/vpacket.h (ConfigWinPacket):
3791 * fvwm/windowshade.c (CMD_WindowShade):
3792 * fvwm/virtual.c (MoveViewport):
3795 (CMD_GotoDeskAndPage):
3796 * fvwm/update.c (apply_window_updates):
3797 * fvwm/stack.c (BroadcastRestack):
3800 * fvwm/icons.c (DeIconify):
3802 * fvwm/geometry.c (broadcast_icon_geometry):
3803 * fvwm/events.c (HandleEnterNotify):
3805 (HandleLeaveNotify):
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):
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):
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):
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):
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):
3851 * fvwm/ewmh_events.c (ewmh_WMDesktop):
3852 (ewmh_CurrentDesktop):
3853 (ewmh_DesktopGeometry):
3854 (ewmh_NumberOfDesktops):
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):
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):
3890 * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
3891 (EWMH_SetNumberOfDesktops):
3892 (EWMH_SetDesktopViewPort):
3893 (EWMH_SetDesktopGeometry):
3894 (EWMH_SetWMDesktop):
3896 (EWMH_SetFrameStrut):
3898 * fvwm/gnome.c (AtomGet):
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):
3911 (CMD_GnomeShowDesks):
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):
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>
3936 increased version to 2.5.14
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
3968 2005-06-02 Dan Espen <dane@mk.telcordia.com>
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):
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):
3993 * libs/FRenderInit.c:
3994 include own header file
3996 * libs/System.c (getFileStamp):
3997 * libs/Fft.c (FftPDumyFunc):
3998 * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4001 2005-03-01 Dan Espen <dane@mk.telcordia.com>
4003 * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
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):
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>
4045 * fvwm/move_resize.c (CMD_Maximize):
4046 Applied Arnaud Vrac patch which fixes maximize by growing vs
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>
4061 Really commit EWMHUseStackingOrderHints documentation update
4063 2004-12-02 Olivier Chapuis <olivier.chapuis@free.fr>
4066 Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4069 FvwmIconMan new options
4071 * libs/FTips.c (new file):
4072 * libs/FTips.h (new file):
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):
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):
4096 * libs/Bindings.c (bindingAppliesToWindow):
4097 (__compare_binding):
4098 * fvwm/module_interface.c (CMD_ModuleSynchronous):
4099 * fvwm/builtins.c (CMD_Wait):
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):
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
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>
4146 re-formatted and some spelling corrections
4148 * fvwm/colorset.c (CMD_CleanupColorsets):
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):
4176 query the pointer position in the move loop when an
4177 EnterNotify/LeaveNotify event arrives; same change in resize loop.
4181 increased version to 2.5.13
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):
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):
4224 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4226 * fvwm/builtins.c (CMD_UnsetEnv):
4229 * libs/envvar.c (flib_unsetenv):
4233 split in ftwo functions
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>
4250 * perllib/FVWM/Commands.pm:
4251 new command EdgeLeaveCommand
4253 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4260 increased version to 2.5.12
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):
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
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):
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>
4304 Parse man pages with config.status so man pages have correct date.
4305 Man pages also specify FVWM version that they relate to.
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:
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):
4357 Fixed window specific bindings "patch" by sending key release event
4360 2004-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4364 * fvwm/move_resize.c:
4368 * fvwm/decorations.c:
4372 * fvwm/add_window.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):
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>
4392 put -Wall -Wno-implicit-int before user specified flags
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>
4404 cleaned up ifdef hell
4407 fixed solaris xinerama test
4409 2004-08-25 Dan Espen <dane@mk.telcordia.com>
4413 * libs/FScreen.c (solaris_XineramaQueryScreens):
4414 Solaris Xinerama support.
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
4425 2004-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4427 * fvwm/menus.c (get_menu_options):
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):
4474 the Read and PipeRead commands have a return code
4476 * fvwm/read.c (run_command_stream):
4481 2004-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4483 * fvwm/move_resize.c (GetResizeArguments):
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
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>
4511 * libs/gravity.h (enum):
4512 * libs/wcontext.h (enum):
4515 * fvwm/fvwm.c (StartupStuff):
4516 do not ungrab the pointer while the startup functions execute
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.
4523 * fvwm/conditional.c (CreateConditionMask):
4524 renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
4525 new condition AnyScreen
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>
4535 New options for FvwmButtons module.
4537 2004-07-12 Mikhael Goikhman <migo@homemail.com>
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:
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):
4575 removed old module interface
4578 * libs/vpacket.h (ConfigWinPacket):
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
4591 * fvwm/frame.c (combine_decor_gravities):
4592 (combine_gravities):
4594 (frame_restore_client_gravities):
4595 fixed window gravity after resize
4597 * libs/FEvent.c (FPeekEvent):
4599 (FCheckPeekIfEvent):
4600 fixed some event handling bugs
4602 * fvwm/conditional.c (CMD_Test):
4604 corrected use of Bool types
4606 simplified, fixed compilation
4608 use int as return type
4610 * libs/Ficonv.c (convert_charsets):
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>
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
4635 2004-07-06 Scott Smedley <scottie7@tpg.com.au>
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):
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):
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
4668 * fvwm/virtual.c (HandlePaging):
4669 Workaround for buggy XFree not delivering some Pointer events
4672 * fvwm/virtual.c (MoveViewport):
4673 don't eat MotionNotify events
4675 * libs/FEvent.c (fev_get_last_event):
4684 (FCheckWindowEvent):
4685 (FCheckTypedWindowEvent):
4689 keep a copy of the previous event in case FPutBackEvent is called
4691 2004-06-30 Scott Smedley <scottie7@tpg.com.au>
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):
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):
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>
4739 bugfix: wrong stroke action being invoked.
4741 2004-06-10 Scott Smedley <scottie7@tpg.com.au>
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>
4756 * fvwm/module_interface.c:
4759 * modules/FvwmScript/FvwmScript.c:
4760 * modules/FvwmScript/Instructions.c:
4761 Implemented window-specific key/mouse bindings.
4763 * modules/FvwmIconBox/FvwmIconBox.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):
4773 * fvwm/ewmh.c (EWMH_fullscreen):
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):
4786 don't try to maximize window when looking up the style
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):
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
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>
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
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
4846 2004-05-23 Mikhael Goikhman <migo@homemail.com>
4850 added Chinese translations
4852 2004-05-18 Olivier Chapuis <olivier.chapuis@free.fr>
4854 * fvwm/ewmh.c (EWMH_SetFrameStrut):
4857 2004-05-09 Mikhael Goikhman <migo@homemail.com>
4859 * fvwm/conditional.c:
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
4882 * fvwm/ewmh_events.c (ewmh_MoveResize):
4883 Fixed _NET_WM_MOVERESIZE
4885 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
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>
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):
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):
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):
4944 * fvwm/conditional.c (MatchesConditionMask):
4946 * fvwm/window_flags.h:
4949 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
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):
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
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>
4983 increased version to 2.5.11
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):
4996 2004-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4998 * fvwm/placement.c (__explain_placement):
5001 * libs/FScreen.c (FScreenIsRectangleOnScreen):
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):
5015 (__place_handle_x_resources):
5016 (setup_window_placement):
5017 split into multiple functions
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
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)
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
5050 increased version to 2.5.10
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):
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):
5097 * fvwm/style.h (SIS_UNMANAGED):
5098 * fvwm/add_window.c (AddWindow):
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>
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):
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>
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):
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
5206 * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
5208 * libs/wcontext.h (enum): Add MENU context.
5209 * libs/wcontext.c (win_contexts): More common binding contexts first in
5211 * libs/charmap.c (charmap_string_to_mask): Space before char in error
5214 2003-11-01 Mikhael Goikhman <migo@homemail.com>
5218 increase version to 2.5.9
5220 2003-10-31 Mikhael Goikhman <migo@homemail.com>
5227 updated for 2.5.8 release
5229 2003-10-29 Mikhael Goikhman <migo@homemail.com>
5233 initially added files for deb package auto-creating procedure
5235 2003-10-26 Mikhael Goikhman <migo@homemail.com>
5239 added Swedish translations by Johan Svedberg
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>
5252 improved Perl detection messages,
5253 restored FvwmGtkDebug independence from gtk libs
5255 2003-10-15 Mikhael Goikhman <migo@homemail.com>
5259 added German translations by Andrei Mitrofanow
5264 2003-10-11 Mikhael Goikhman <migo@homemail.com>
5269 2003-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
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):
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):
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):
5304 Fixed drawing of combining characters with font shadow
5305 (character offsets were miscalculated, since FlocaleTextWidth
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
5315 2003-09-04 olicha <olivier.chapuis@free.fr>
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
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>
5332 fixed error message for incorrect --with-SOMETHING-library argument
5334 2003-09-03 olicha <olivier.chapuis@free.fr>
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>
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
5368 * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
5369 An utility function for redrawing transparent tear off menu. Maybe
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
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:
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):
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
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>
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):
5451 * libs/System.c (fvwm_mkstemp):
5454 2003-08-07 olicha <olivier.chapuis@free.fr>
5457 * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
5459 * libs/System.c (fvwm_mkstemp):
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
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>
5474 * libs/FSMlib.h (new file):
5475 * fvwm/session.c (*):
5477 fvwmize SMlib and ICElib
5479 * fvwm/session.c (matchWin):
5480 Fixed window matching for windows with no SM_CLIENT_ID and a
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
5489 GNOME 1 hints and EWHM support is not a configure time option
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):
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
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):
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):
5545 * fvwm/session.c (setSmProperties):
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
5553 * fvwm/fvwm.c (main):
5554 Fixed possible memory corruption if a display has more than
5557 * fvwm/session.c (*):
5560 2003-07-24 Mikhael Goikhman <migo@homemail.com>
5563 fixed xft/fontconfig detection with pkg-config
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):
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
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):
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):
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>
5624 * fvwm/style.h (SID_GET_NAME):
5626 (SID_GET_WINDOW_ID):
5627 (SID_SET_WINDOW_ID):
5630 (SID_SET_HAS_WINDOW_ID):
5631 (SID_GET_HAS_WINDOW_ID):
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):
5648 (style_destroy_style):
5654 (CMD_DestroyWindowStyle):
5655 * fvwm/fvwm.h (style_id_t):
5657 * fvwm/functable.c (func_table):
5658 * fvwm/add_window.c (destroy_window):
5661 New WindowStyle and DestroyWindowStyle command for setting styles
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):
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):
5690 fixed supporting drawing marks superimposed that are in a combining
5693 2003-07-09 Marcus Lundblad <ml@update.uu.se>
5695 * libs/Flocale.c (FlocaleRotateDrawString):
5697 fixed core dump when composing characters can't be converted to
5700 2003-07-09 Marcus Lundblad <ml@update.uu.se>
5705 2003-07-09 Marcus Lundblad <ml@update.uu.se>
5710 2003-07-09 Marcus Lundblad <ml@update.uu.se>
5713 updated with reagrds to combing characters
5715 2003-07-09 Marcus Lundblad <ml@update.uu.se>
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
5730 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5733 renamed MoveWindowByProgramMethod to MoveByProgramMethod
5735 2003-07-08 Marcus Lundblad <ml@update.uu.se>
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):
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>
5756 closed D.1 with "no consensus" resolution
5758 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5761 documented tear off menus
5763 * fvwm/placement.c (PlaceWindow):
5764 StartsOnPage + SkipMapping overrides PPosition
5766 2003-07-07 Mikhael Goikhman <migo@homemail.com>
5769 solved a problem with CMD_Dummy and exact command spelling
5771 * libs/CombineChars.c:
5772 * libs/CombineChars.h:
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):
5781 * fvwm/add_window.c (setup_style_and_decor):
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
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):
5806 2003-07-06 Marcus Lundblad <ml@update.uu.se>
5812 * libs/CombineChars.c:
5813 * libs/CombineChars.h:
5814 * libs/Flocale.c (FlocaleEncodeString):
5818 Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
5821 2003-07-06 olicha <olivier.chapuis@free.fr>
5823 * libs/FRender.c (FRenderRender):
5826 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5828 * fvwm/ewmh.c (ewmh_check_wm_pid):
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:
5851 try to autodetect whether application uses the icccm way of moving
5852 windows of the traditional way always using static gravity
5855 moved SIGNAL_RETURN macro definition to acconfig.h
5857 * fvwm/module_interface.c (DeadPipe):
5858 * fvwm/fvwm.c (SigDone):
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]
5888 moved some code to the new files
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:
5918 2003-07-02 Marcus Lundblad <ml@update.uu.se>
5921 * libs/Flocale.c (FlocaleDrawString):
5922 (FlocaleRotateDrawString):
5923 Fixes to work without Fribidi
5925 2003-07-01 Marcus Lundblad <ml@update.uu.se>
5930 2003-07-01 Marcus Lundblad <ml@update.uu.se>
5932 * libs/FbidiJoin.c (get_shaped_combined_char):
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):
5943 * libs/FBidi.c (FBidiConvert):
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>
5952 * fvwm/functable.c (func_table):
5953 * fvwm/functions.c (CMD_TearMenuOff):
5958 merged all dummy commands into one: CMD_Dummy
5960 2003-07-01 olicha <olivier.chapuis@free.fr>
5962 * fvwm/menus.c (DestroyMenu):
5966 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5968 * fvwm/menustyle.c (menustyle_copy):
5972 2003-06-30 Marcus Lundblad <ml@update.uu.se>
5977 2003-06-30 olicha <olivier.chapuis@free.fr>
5979 * fvwm/menus.c (do_menu):
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):
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):
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):
6006 fixed "Visible" condition on non current desks
6008 2003-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
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:
6028 * fvwm/windowshade.c:
6030 * fvwm/conditional.c:
6042 * fvwm/add_window.c:
6046 * fvwm/eventhandler.h:
6048 * fvwm/add_window.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
6065 * fvwm/fvwm.h (cond_rc_t):
6067 moved typed to new file
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
6080 * fvwm/expand.c (expand_vars_extended):
6081 * fvwm/conditional.c (circulate_cmd):
6084 (__rc_matches_rcstring_consume):
6093 (__run_complex_function_items):
6094 (execute_complex_function):
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
6104 * fvwm/functable.c (func_table):
6105 * fvwm/conditional.c (CMD_TestRc):
6106 replaced conditional commands:
6108 CondCase -> KeepRc TestRc
6110 (__rc_matches_rcstring_consume):
6113 * fvwm/conditional.c (CMD_CondCase):
6114 fixed the CondCase command
6116 2003-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6119 new configure option --deisable-gtk to disable detection of gtk library
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
6130 2003-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
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):
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>
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>
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):
6183 2003-06-03 Mikhael Goikhman <migo@homemail.com>
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>
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>
6208 set the version 2.5.8
6210 2003-05-30 Mikhael Goikhman <migo@homemail.com>
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):
6224 fixed expanding variables that are empty, for example $[w.resource]
6225 or $[gt.a] or $[version.info] or $[EMPTY_STRING]
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>
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
6246 * fvwm/add_window.c (delete_client_context):
6247 (destroy_auxiliary_windows):
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):
6257 (DrawIconPixmapWindow):
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
6266 * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
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:
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
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):
6300 * fvwm/borders.c (border_fill_pixmap_background):
6301 Fixed problem with depth 1 pixmap
6303 * fvwm/conditional.c (CMD_On):
6306 * fvwm/conditional.c (CreateConditionMask):
6307 Fixed memory leaks for layer and state
6309 2003-05-22 Mikhael Goikhman <migo@homemail.com>
6312 added perllib/FVWM/Tracker/Makefile
6314 2003-05-22 olicha <olivier.chapuis@free.fr>
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
6328 * libs/flist.c (new file):
6329 * libs/flist.h (new file):
6330 Added a flist structure and some basic function for handling such
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):
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):
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
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
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):
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):
6428 2003-05-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6430 * fvwm/move_resize.c (__move_loop):
6434 2003-05-03 olicha <olivier.chapuis@free.fr>
6439 2003-05-01 Bob Woodside <dumbledore@woodsway.com>
6442 Minor typo corrections.
6444 2003-04-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6446 * fvwm/move_resize.c (__move_loop):
6452 2003-04-28 olicha <olivier.chapuis@free.fr>
6454 * fvwm/ewmh.c (ewmh_atom_wm_state):
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):
6468 fixed putenv memory leaks
6470 * libs/envvar.c (strIns):
6474 replacement for putenv without memory leaks
6479 * fvwm/fvwm.c (StartupStuff):
6481 * fvwm/add_window.c (free_window_names):
6483 * fvwm/events.c (HandlePropertyNotify):
6485 * fvwm/menus.c (do_menu):
6487 (__mloop_exit_selected):
6489 * fvwm/menucmd.c (menu_func):
6492 * fvwm/builtins.c (CMD_Destroy):
6494 call destroy_window right after XKillClient; do not wait for the window
6497 * fvwm/menucmd.c (menu_func):
6498 * fvwm/windowlist.c (CMD_WindowList):
6501 2003-04-26 Mikhael Goikhman <migo@homemail.com>
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):
6511 * fvwm/menus.c (is_double_click):
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):
6523 (__mloop_handle_action_with_mi):
6524 (__mloop_handle_action_without_mi):
6526 (menu_enter_tear_off_menu):
6527 (menu_close_tear_off_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
6534 fixed warping pointer to first menu item when invoked with the mouse
6536 * fvwm/execcontext.c:
6539 2003-04-26 Mikhael Goikhman <migo@homemail.com>
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):
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.
6574 Added David Fries. Updated my entries.
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):
6586 New interface function for just freeing the allocated data (not
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):
6602 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
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>
6612 2003-04-16 olicha <olivier.chapuis@free.fr>
6614 * fvwm/ewmh_events.c (ewmh_CloseWindow):
6617 (ewmh_WMStateHidden):
6618 Check if functions are allowed
6620 * fvwm/ewmh.c (ewmh_HandleDesktop):
6622 Set Desktop and Dock uniconifiable and unmaximazable
6624 * fvwm/menuitem.c (menuitem_paint):
6626 Fixed greyed action with EWMH desktop
6628 2003-04-16 Mikhael Goikhman <migo@homemail.com>
6631 documented FvwmEvent behaviour of executing window related event
6632 handlers within a window context
6635 updated WindowId entry
6637 2003-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6639 * fvwm/schedule.c (deschedule):
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):
6649 (fqueue_unlock_queue):
6650 (fqueue_lock_queue):
6651 (fqueue_add_at_front):
6652 (fqueue_add_inside):
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):
6665 (check_execute_obj_func):
6670 2003-04-15 Mikhael Goikhman <migo@homemail.com>
6672 * fvwm/ConfigFvwmDefaults:
6674 * fvwm/windowlist.c:
6675 * sample.fvwmrc/system.fvwm2rc-sample-95:
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>
6684 Documented LocalePath and $[gt.str]. FvwmScript news.
6686 * fvwm/expand.c (expand_vars_extended):
6687 Fixed $[gt.str] expansion
6690 New gettext domain FvwmScript
6692 * libs/FGettext.c (FGettextCopy):
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):
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>
6742 2003-04-04 olicha <olivier.chapuis@free.fr>
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>
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
6775 2003-03-22 Mikhael Goikhman <migo@homemail.com>
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):
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
6798 2003-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6802 reformatted to fit better on the web page
6804 2003-03-15 Mikhael Goikhman <migo@homemail.com>
6807 added items from "My TODO" message on 2003-01-02
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>
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
6833 * fvwm/functions.c (DeferExecution):
6839 * fvwm/update.c (apply_window_updates):
6840 fixed drawing of sticky icon titles when the stickyicon style is being
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
6850 some placeagain fixes
6852 * fvwm/fvwm.1.in (Example):
6853 removed duplicate Iconify section
6858 * fvwm/functable.c (func_table):
6859 * fvwm/functions.h (func_type):
6860 * fvwm/functions.c (__execute_function):
6861 (execute_complex_function):
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):
6877 (__handle_key_event):
6878 * fvwm/bindings.c (ParseBinding):
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>
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
6908 2003-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6912 released 2.5.6, set version to 2.5.7
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>
6926 s/fribdi_in_path/fribidi_in_path/
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
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>
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.
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
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>
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
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>
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>
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>
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):
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>
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>
7072 added a short description together with the commands
7074 2003-01-12 Marcus Lundblad <ml@update.uu.se>
7077 Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7080 2003-01-11 Mikhael Goikhman <migo@homemail.com>
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):
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>
7104 * fvwm/ewmh_intern.h:
7105 * fvwm/ewmh_names.c:
7106 * fvwm/ewmh_icons.c:
7107 * fvwm/ewmh_events.c:
7112 * fvwm/functable.c (func_table):
7113 * fvwm/fvwm.c (setVersionInfo):
7116 Removed GNOME and HAVE_EWMH ifdef
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>
7130 Documented the new icon style options
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>
7148 * fvwm/conditional.c (CMD_On):
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
7163 Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
7164 Documented the new MultiPixmap syntax
7166 2002-12-31 Mikhael Goikhman <migo@homemail.com>
7170 * fvwm/builtins.c (ReadTitleButton):
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
7188 * fvwm/style.c (style_parse_icon_size_style):
7190 * fvwm/fvwm.h (window_style):
7191 * fvwm/add_window.c (setup_icon_size_limits):
7192 * fvwm/icons.c (SetIconPixmapSize):
7194 New option to IconSize style: Adjusted, Streched, Shrunk
7196 * fvwm/icons.c (SetIconPixmapSize):
7198 Always center the icon with IconSize if the icon has a background
7200 2002-12-30 Mikhael Goikhman <migo@homemail.com>
7203 FvwmWindowMenu renaming; compact long diagnostics into half of line
7206 documeted and corrected new features
7209 removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
7210 since these are the only way currently to create themes
7215 2002-12-30 olicha <olivier.chapuis@free.fr>
7218 * fvwm/icons.c (setup_icon_title_size):
7219 (set_icon_pixmap_background):
7221 (DrawIconTitleWindow):
7222 (DrawIconPixmapWindow):
7226 * fvwm/events.c (HandleEnterNotify):
7228 (HandleLeaveNotify):
7229 (HandlePropertyNotify):
7230 * fvwm/borders.c (border_draw_decorations):
7233 * fvwm/add_window.c (setup_icon_background_parameters):
7234 (setup_icon_title_parameters):
7235 (setup_style_and_decor):
7237 * fvwm/geometry.c (move_icon_to_position):
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):
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>
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):
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):
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):
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
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:
7341 * fvwm/update.c (apply_window_updates):
7343 * fvwm/style.c (style_parse_one_style_option):
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):
7361 2002-12-19 olicha <olivier.chapuis@free.fr>
7363 * libs/Graphics.c (CreateRotatedPixmap):
7365 New interface function CreateRotatedPixmap
7367 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
7369 * libs/PictureGraphics.c (PCreateRenderPixmap):
7370 (PCreateDitherPixmap):
7371 * libs/Graphics.c (CreateGradientPixmap):
7372 (CreateRotatedPixmap):
7375 * libs/FShm.h (new file):
7376 * libs/FImage.h (new file):
7377 * libs/FImage.c (new file):
7379 * fvwm/fvwm.c (setVersionInfo):
7380 Added MIT Shared Memory Extension for XImage
7386 * fvwm/builtins.c (ReadDecorFace):
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>
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
7406 * fvwm/fvwm.c (CreateGCs):
7407 Added a global (Scr) alpha GC
7411 * fvwm/builtins.c (ReadMultiPixmapDecor):
7412 (update_decorface_colorset):
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>
7447 * fvwm/conditional.c (CMD_ScanForWindow):
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):
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):
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"
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
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):
7500 (GNOME_HandlePropRequest):
7501 * fvwm/placement.c (SmartPlacement):
7506 * fvwm/session.c (SaveWindowStates):
7509 * fvwm/ewmh.c (check_desk):
7510 (EWMH_SetWMDesktop):
7511 (ewmh_ComputeAndSetWorkArea):
7512 (ewmh_HandleDynamicWorkArea):
7513 (ewmh_HandleDesktop):
7516 (ewmh_HandleToolBar):
7517 * fvwm/virtual.c (UnmapDesk):
7520 (do_move_window_to_desk):
7521 * fvwm/icons.c (setup_icon_title_size):
7522 (DrawIconTitleWindow):
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):
7531 (is_window_sticky_across_pages):
7532 (is_window_sticky_across_desks):
7538 (CMD_StickAcrossPages):
7539 (CMD_StickAcrossDesks):
7540 (stick_across_pages):
7541 (stick_across_desks):
7542 (handle_stick_across_desks):
7543 (handle_stick_across_pages):
7545 * fvwm/fvwm.h (struct):
7546 * fvwm/style.c (style_parse_one_style_option):
7547 (check_window_style_change):
7549 * fvwm/window_flags.h:
7550 renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
7551 StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
7554 * fvwm/focus.c (CMD_Focus):
7556 (__activate_window_by_command):
7557 (__update_windowlist):
7558 (__set_focus_to_fwin):
7560 (_ReturnFocusWindow):
7562 (_ForceDeleteFocus):
7563 fixed window list order with FlipFocus command
7565 2002-12-08 Mikhael Goikhman <migo@homemail.com>
7569 document bidi entry undocumented in 2.5.5
7571 2002-12-06 olicha <olivier.chapuis@free.fr>
7574 Fixed the "detection" of the LINGUAS variable
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):
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>
7602 changed version to 2.5.6
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):
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>
7635 Defined AM_PATH_PROG_WITH_TEST and re-enable it
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):
7653 Preparation for LocalePath command
7655 * fvwm/screen.h (ScreenInfo):
7656 * fvwm/fvwm.c (CreateGCs):
7657 Rename Scr.TileGC to Scr.BordersGC
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>
7672 Added NLS support with gnu gettext
7674 * fvwm/fvwm.c (main):
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):
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
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
7704 * fvwm/events.c (__is_bpress_window_handled):
7705 fixed click on override redirect windows being handled by the root
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>
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
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
7732 * fvwm/virtual.c (CMD_EdgeScroll):
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
7760 2002-11-22 olicha <olivier.chapuis@free.fr>
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):
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
7803 * fvwm/builtins.c (ReadDecorFace):
7804 Title, Border and Buttons Style Colorset Option: Configuration
7806 * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
7808 Title, Border and Buttons Style Colorset Option: Convinent macros and
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>
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
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):
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>
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):
7878 (__handle_key_event):
7879 * fvwm/bindings.c (ParseBinding):
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>
7890 * fvwm/bindings.c (ParseBinding):
7893 (bind_get_bound_button_contexts):
7899 (RemoveMatchingBinding):
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):
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
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>
7932 * fvwm/fvwm.c (main):
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):
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
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):
7972 Check the return result of FftPatternGetMatrix
7975 * libs/PictureBase.h:
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):
7990 (GNOME_HandlePropRequest):
7991 * fvwm/placement.c (SmartPlacement):
7996 * fvwm/session.c (SaveWindowStates):
7998 * fvwm/ewmh.c (check_desk):
7999 (EWMH_SetWMDesktop):
8000 (ewmh_ComputeAndSetWorkArea):
8001 (ewmh_HandleDynamicWorkArea):
8002 (ewmh_HandleDesktop):
8005 (ewmh_HandleToolBar):
8006 * fvwm/virtual.c (UnmapDesk):
8010 (do_move_window_to_desk):
8011 * fvwm/icons.c (setup_icon_title_size):
8012 (DrawIconTitleWindow):
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):
8027 (handle_stick_page):
8028 (handle_stick_desk):
8029 (__handle_stick_exit):
8032 * fvwm/style.c (style_parse_one_style_option):
8033 (check_window_style_change):
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
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
8067 Fixed compiler warnings
8069 2002-11-09 Mikhael Goikhman <migo@homemail.com>
8072 autogenerate FvwmWindowLister files
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):
8084 (free_colors_in_table):
8086 (init_static_colors_table):
8087 (PictureFreeColors):
8088 (PictureInitColors):
8089 (PicturePrintColorInfo):
8090 Fixed StaticColor visual. Rename some of the color allocators. Clean up
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):
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
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
8122 * libs/Flocale.c (FlocaleGetMinOffset):
8123 (FlocaleRotateDrawString):
8124 (FlocaleGetFontSet):
8126 * libs/Fft.c (FftDrawString):
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
8134 * libs/Flocale.c (FlocalePrintLocaleInfo):
8136 * libs/Fft.c (FftPrintPatternInfo):
8138 * fvwm/builtins.c (CMD_PrintInfo):
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):
8148 2002-11-04 Dan Espen <dane@mk.telcordia.com>
8150 * fvwm/fvwm.1.in: colour -> color
8153 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8156 * fvwm/fvwm.c (usage):
8160 2002-11-04 olicha <olivier.chapuis@free.fr>
8163 Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
8165 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
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):
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):
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>
8198 * fvwm/functable.c (func_table):
8200 * fvwm/style.c (style_parse_one_style_option):
8201 (parse_and_set_window_style):
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):
8211 split vector line parsing into sub functions
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
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
8235 2002-10-31 olicha <olivier.chapuis@free.fr>
8237 * libs/PictureUtils.c (PictureAllocColorImage):
8238 (PictureOpenImageColorAllocator):
8239 (PictureCloseImageColorAllocator):
8240 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8243 (PImageCreatePixmapFromArgbData):
8244 (PImageLoadPixmapFromFile):
8245 * libs/PictureBase.h (FvwmPictureThing):
8246 (PictureImageColorAllocator):
8248 * libs/Picture.c (PDestroyFvwmPicture):
8249 (PLoadFvwmPictureFromPixmap):
8250 * libs/Graphics.c (CreateGradientPixmap):
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):
8263 2002-10-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8267 * fvwm/stack.c (enum):
8268 (position_new_window_in_stack_ring):
8270 (must_move_transients):
8273 (__raise_lower_recursion):
8274 (__raise_or_lower_window):
8275 (raise_or_lower_window):
8276 (collect_transients_recursive):
8277 (__is_restack_transients_needed):
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
8286 corrected cursor movement key bindings
8288 * fvwm/bindings.c (activate_binding):
8289 fixed problem w/ bindings being overridden by applications OpenOffice
8292 2002-10-29 Mikhael Goikhman <migo@homemail.com>
8299 include FvwmProxy to build
8301 2002-10-29 Mikhael Goikhman <migo@homemail.com>
8304 exclude FvwmProxy from build
8310 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8313 added FvwmProxy module
8315 2002-10-29 Mikhael Goikhman <migo@homemail.com>
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):
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):
8338 fixed another stacking problem
8340 2002-10-28 Mikhael Goikhman <migo@homemail.com>
8344 corrected and lined up several help lines
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):
8370 2002-10-24 Mikhael Goikhman <migo@homemail.com>
8374 * fvwm/windowlist.c:
8375 new WindowList option SortByResource
8377 * fvwm/style.c (check_window_style_change):
8378 * libs/FlocaleCharset.c:
8382 place recent authors to the top, not bottom
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>
8394 work on new menu loop code
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
8418 fixed a problem with lowering windows below the icons of their
8421 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8427 * libs/PictureBase.h:
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):
8442 * fvwm/events.c (HandlePropertyNotify):
8443 * libs/Fft.c (FftDrawString):
8444 * libs/Colorset.c (DumpColorset):
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
8453 * fvwm/menustyle.c (menustyle_update):
8456 * fvwm/stack.c (restack_windows):
8457 fixed flickering when raising transients; can't prevent flickering when
8458 lowering a window completely
8460 fixed unnecessary error message
8462 * fvwm/fvwm.c (main):
8465 * fvwm/stack.c (__restack_window):
8466 fixed a stacking problem with icons
8468 * fvwm/add_window.c (destroy_icon):
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):
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):
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):
8498 * fvwm/menus.c (repaint_transparent_menu):
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):
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())
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):
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>
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):
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:
8560 * fvwm/frame.c (frame_create_move_resize_args):
8561 (get_resize_decor_gravities_one_axis):
8562 (frame_mrs_setup_draw_decorations):
8564 initialize window decorations with a "None" pixmap;
8565 delay drawing window decorations initially to prevent drawing multiple
8567 => windows grabbing the focus upon startup are drawn focused
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):
8580 Fixed compilation with X cvs
8582 * libs/Colorset.c (CreateBackgroundPixmap):
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):
8597 all conditions have a negation with '!' prepended
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):
8613 * fvwm/functable.c (func_table):
8614 * fvwm/builtins.c (CMD_PrintInfo):
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
8622 * libs/PictureUtils.c (PictureInitColors):
8624 * libs/PictureUtils.h:
8625 * fvwm/fvwm.c (main):
8626 * libs/PictureBase.c (PictureInitCMapRoot):
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 (*):
8639 * libs/PictureImageLoader.c (*):
8640 * libs/PictureImageLoader.h:
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):
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
8660 2002-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8663 re-indented some code
8665 fixed random position of icon title for icons with a position hint
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>
8680 2002-10-08 olicha <olivier.chapuis@free.fr>
8682 * libs/PictureBase.c (*):
8683 (PictureInitCMapRoot)
8684 (PictureSetupWhiteAndBlack):
8685 (PictureWhitePixel):
8686 (PictureBlackPixel):
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
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 !=
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>
8718 s/FvwmNewDebug/FvwmDebug/
8721 * fvwm/conditional.c (CMD_NoWindow):
8724 new command NoWindow to remove window context
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".
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
8756 * libs/PictureUtils.c (PictureFreeColors):
8759 * libs/Graphics.c (CreateGradientPixmap):
8760 (CreateGradientPixmapFromString):
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).
8771 * fvwm/fvwm.c (main):
8772 Fixed the visual option
8774 2002-10-03 Mikhael Goikhman <migo@homemail.com>
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):
8796 * libs/Colorset.c (SetRectangleBackground):
8797 (SetClippedRectangleBackground):
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):
8813 (HandleLeaveNotify):
8814 (HandlePropertyNotify):
8815 * fvwm/add_window.c (setup_icon_font):
8816 * fvwm/icons.c (DrawIconWindow):
8817 (DrawIconTitleWindow):
8818 (DrawIconPixmapWindow):
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
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):
8846 (HandleLeaveNotify):
8847 (HandlePropertyNotify):
8848 * fvwm/add_window.c (setup_icon_font):
8849 * fvwm/icons.c (DrawIconWindow):
8850 (DrawIconTitleWindow):
8851 (DrawIconPixmapWindow):
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
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):
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):
8895 (HandleLeaveNotify):
8896 (HandlePropertyNotify):
8897 * fvwm/add_window.c (setup_icon_font):
8898 * fvwm/icons.c (DrawIconWindow):
8901 Clip text and icon drawing for the icons
8903 2002-09-21 Mikhael Goikhman <migo@homemail.com>
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:
8917 * libs/PictureBase.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>
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>
8942 2002-09-20 olicha <olivier.chapuis@free.fr>
8944 * libs/FRender.c (FRenderTintPicture):
8945 (FRenderTintRectangle):
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):
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:
8971 New libs files for rectangles, segments, regions ..etc
8973 * fvwm/menus.c (clear_expose_menu_area):
8974 (get_menu_paint_item_parameters):
8977 (ParentalMenuRePaint):
8978 (ParentalMenuRePaint):
8979 * fvwm/menuitem.c (clear_menu_item_background):
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):
8993 * fvwm/colorset.c (parse_colorset):
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):
9014 fixed stacking core dump
9016 2002-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
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>
9029 add a "do not edit" warning at the beginning of the man page
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
9053 override CFLAGS and CPPFLAGS with empty strings instead of generating an
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
9067 refuse to run configure if CFLAGS is not empty
9069 2002-09-16 Mikhael Goikhman <migo@homemail.com>
9072 fixed compilation with --enable-command-log; simplified fvwm_msg()
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):
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):
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>
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):
9126 * fvwm/colorset.c (*):
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):
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.
9146 remove a #if 0 debug "render" code
9148 2002-09-13 Mikhael Goikhman <migo@homemail.com>
9150 * fvwm/builtins.c (ReadTitleButton):
9152 new button state shortcuts AllNormal, AllToggled,
9153 AllActive, AllInactive, AllUp, AllDown
9155 * fvwm/module_interface.c:
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):
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
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):
9181 fixed tear off menus
9183 * libs/FEvent.c (FCheckIfEvent):
9186 (FCheckTypedWindowEvent):
9187 (FCheckWindowEvent):
9188 fixed FCheck...Event functions thus fixing Menu command behaving like
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):
9199 * libs/FScreen.c (GetMouseXY):
9200 use new function fev_get_evpos_or_query()
9206 (GetLocationFromEventOrQuery):
9207 moved to FEvent.c and renamed to fev_get_evpos_or_query()
9208 * libs/FEvent.c (fev_set_evpos):
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):
9220 * fvwm/functable.c (func_table):
9221 fixed running RecaptureWindow without a context window
9223 * fvwm/conditional.c (circulate_cmd):
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
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):
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
9258 * fvwm/windowlist.c:
9259 * fvwm/conditional.c:
9266 * fvwm/module_interface.c:
9269 * fvwm/add_window.c:
9270 * fvwm/move_resize.c:
9271 * fvwm/fvwm.h (F_CMD_ARGS):
9273 completely removed the builtin command arguments fw, w, and context
9275 * fvwm/functions.c (DeferExecution):
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):
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):
9327 * fvwm/focus.c (warp_to_fvwm_window):
9329 * fvwm/read.c (run_command_stream):
9333 * fvwm/fvwm.c (Done):
9337 use new function interface
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
9350 * fvwm/module_interface.c (CMD_Send_WindowList):
9352 (CMD_set_sync_mask):
9353 (CMD_set_nograb_mask):
9355 don't use "Module" argument anymore
9356 (ExecuteModuleCommand):
9358 use new function interface
9360 * fvwm/add_window.c (CaptureOneWindow):
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):
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
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):
9394 * fvwm/colormaps.c (InstallWindowColormaps):
9395 made FvwmWindow * arguments const in many functions
9397 * fvwm/menus.c (pop_menu_up):
9402 (menu_enter_tear_off_menu):
9403 (__mloop_get_event):
9404 (__mloop_get_event_timeout_loop):
9406 (__mloop_get_mi_actions):
9408 * fvwm/events.c (HandleEnterNotify):
9409 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
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):
9431 (HandleMappingNotify):
9433 (HandleLeaveNotify):
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):
9463 (position_geometry_window):
9464 * fvwm/geometry.c (get_window_borders):
9465 (get_window_borders_no_title):
9468 * fvwm/events.c (dispatch_event):
9469 create event execution context
9470 (HandleClientMessage):
9471 removed useless local "button"
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
9481 * fvwm/eventhandler.h:
9482 new event handler interface
9484 * fvwm/functions.c (CMD_Plus):
9485 * fvwm/builtins.c (AddToDecor):
9488 use F_CMD_ARGS in AddToDecor
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):
9505 removed now unused macros
9507 * fvwm/functions.c (CheckActionType):
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
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):
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):
9540 removed *Module argument
9542 * fvwm/functions.c (__execute_function):
9545 * fvwm/functions.h (enum):
9546 added more function execution falgs
9549 add exec_context_t *exc to builtin arguments
9551 * libs/FEvent.c (fev_copy_last_event):
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):
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>
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):
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>
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
9601 (RaiseOrLowerWindow):
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):
9614 removed eventp command argument
9616 * fvwm/events.c (DispatchEvent):
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):
9624 * fvwm/menus.c (menuShortcuts):
9631 (__mloop_get_event_timeout_loop):
9632 (__mloop_get_event):
9636 * fvwm/builtins.c (CMD_FakeClick):
9637 * fvwm/functions.c (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):
9645 * fvwm/schedule.c (squeue_get_next_ms):
9646 (squeue_get_next_ms):
9648 * fvwm/stack.c (BroadcastRestack):
9649 * fvwm/move_resize.c (resize_window):
9651 * libs/FEvent.c (fev_get_evtime):
9652 removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
9654 * fvwm/events.c (HandleEnterNotify):
9658 (discard_window_events):
9659 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
9662 * fvwm/menus.c (__mloop_get_event):
9663 * fvwm/virtual.c (HandlePaging):
9665 * fvwm/functions.c (DeferExecution):
9667 * fvwm/misc.c (get_server_time):
9668 * fvwm/builtins.c (CMD_StrokeFunc):
9669 * fvwm/menus.c (pop_menu_up):
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):
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>
9693 fixed compilation warning in #endif comment
9696 removed debug fprintf
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
9711 removed unnecessary includes
9713 * fvwm/Makefile.am (fvwm_SOURCES):
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):
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):
9734 use replacements for X event functions everywhere
9736 2002-09-03 Mikhael Goikhman <migo@homemail.com>
9740 * fvwm/borders.c (border_flags_to_button_state):
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.
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>
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):
9767 (position_new_window_in_stack_ring):
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
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):
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):
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
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):
9819 * fvwm/virtual.c (HandlePaging):
9821 don't use global "Event" anymore
9823 pass in event structure through arguments
9826 2002-09-02 olicha <olivier.chapuis@free.fr>
9828 * libs/Colorset.c (*):
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):
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
9850 2002-09-01 olicha <olivier.chapuis@free.fr>
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):
9875 (PCreateRenderPixmap):
9876 * fvwm/borders.c (border_fill_pixmap_background):
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):
9902 (FRenderTintRectangle):
9904 * libs/FRenderInterface.h:
9905 Replaced FRenderCopyArea and FRenderTintRectangle with a more general
9906 and more powerfull function FRenderRender
9908 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9910 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9911 Load the alpha even without Xrender support
9914 * fvwm/colorset.c (parse_pixmap_tint):
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):
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):
9936 (CMD_ReadWriteColors):
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:
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
9953 * FvwmIconBox/icons.c:
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>
9963 fixed --disable-ewmh
9967 added const to some prototypes
9969 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9971 * fvwm/menus.c (MenuInteraction):
9973 renamed MenuInteraction to __menu_loop
9975 * fvwm/menus.c (pop_menu_up):
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
9992 updated for 2.5.4-devel
10001 * fvwm/menuitem.h (struct):
10002 * fvwm/menus.c (paint_menu_gradient_background):
10003 (paint_menu_pixmap_background):
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>
10026 New defs for Experimental RaiseOverUnmanaged Handling.
10028 * fvwm/events.c (HandleEnterNotify):
10030 (set_focus_to_fwin)
10031 (focus_query_grab_buttons)
10032 (_focus_grab_buttons)
10033 (focus_grab_buttons)
10034 (focus_grab_buttons_client_entered)
10036 (__activate_window_by_command)
10037 (_ReturnFocusWindow)
10039 (_ForceDeleteFocus)
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>
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
10062 2002-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
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):
10079 * fvwm/events.c (HandleEnterNotify):
10080 fixed UngrabNotify returning focus to just unfocused window
10084 * fvwm/style.c (merge_styles):
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
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):
10109 new utility functions
10111 * fvwm/windowlist.c (CMD_WindowList):
10112 new option MaxLabelWidth for the WIndowList command based on patch by
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
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
10131 2002-08-17 Mikhael Goikhman <migo@homemail.com>
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):
10152 * fvwm/window_flags.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
10159 removed reference to BUGS and TODO
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
10178 (style_parse_one_style_option):
10179 ClickToFocusRaises now works only on the client window, not on the
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
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>
10206 quote environment variables
10208 2002-08-13 olicha <olivier.chapuis@free.fr>
10211 Color limit and dithering news
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 (*):
10229 2002-08-13 Mikhael Goikhman <migo@homemail.com>
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
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):
10247 (CMD_ResizeMaximize):
10248 (CMD_ResizeMoveMaximize):
10249 commands can be used on iconified windows again
10253 moved pre-2.2 NEWS to ONEWS
10256 * libs/safemalloc.c:
10262 * fvwm/menustyle.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):
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
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):
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
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
10367 * fvwm/decorations.c:
10370 * fvwm/conditional.h:
10371 * fvwm/conditional.c:
10375 * fvwm/colormaps.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 (*):
10396 * libs/Colorset.c (DumpColorset):
10399 * libs/Graphics.c (all gradient functions):
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):
10408 * fvwm/menus.c (pop_menu_down):
10409 (paint_menu_gradient_background):
10412 * fvwm/menustyle.c (menustyle_free_face):
10413 (menustyle_parse_face):
10415 (menustyle_update):
10416 (menustyle_parse_style):
10417 (CMD_CopyMenuStyle):
10418 * fvwm/menustyle.h:
10419 * fvwm/icons.c (GetIconFromFile):
10420 * fvwm/builtins.c (ReadMultiPixmapDecor):
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):
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
10435 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10437 * libs/Flocale.c (FlocaleRotateDrawString):
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
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
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
10462 reformatted and cleaned up
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):
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):
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):
10517 * fvwm/move_resize.c (CMD_Maximize):
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):
10526 * fvwm/stack.c (LowerWindow):
10527 * fvwm/events.c (HandleMapNotify):
10528 (HandleVisibilityNotify):
10531 (__handle_focus_raise_click):
10532 (HandleEnterNotify):
10533 (HandleMapRequestKeepRaised):
10534 * fvwm/add_window.c (setup_key_and_button_grabs):
10535 (setup_focus_policy):
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):
10548 2002-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10550 * fvwm/add_window.c (setup_window_structure):
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):
10561 * fvwm/events.c (HandleButtonPress):
10562 (HandleEnterNotify):
10563 (HandleLeaveNotify):
10565 (HandleMapRequestKeepRaised):
10566 * fvwm/add_window.c (CaptureAllWindows):
10567 * fvwm/virtual.c (UnmapDesk):
10569 (do_move_window_to_desk):
10570 * fvwm/update.c (flush_window_updates):
10571 * fvwm/focus.c (set_focus_model):
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):
10579 (ReturnFocusWindow):
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>
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):
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):
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):
10632 * fvwm/icons.c (Iconify):
10633 removed "#if 0"ed code
10635 * fvwm/module_interface.c:
10636 disabled the old ConfigureWindow module interface
10639 * libs/fvwmsignal.h:
10641 * fvwm/ewmh_intern.h:
10643 * fvwm/module_interface.c:
10648 new file to encapsulate time.h and sys/time.h inclusion
10652 (mark_transient_subtree):
10653 (__mark_group_member):
10654 cleaned up and split into two functions
10656 * fvwm/focus.c (CMD_Focus):
10658 * fvwm/icons.c (DeIconify):
10661 (__activate_window_by_command):
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):
10676 (__set_focus_to_fwin):
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):
10684 * fvwm/events.c (HandleUnmapNotify):
10685 (HandleEnterNotify):
10687 (HandleMapRequestKeepRaised):
10688 renamed some functions
10691 * fvwm/focus_policy.c:
10692 * fvwm/focus_policy.h:
10693 prepared some future focus policy flags
10696 enable error message when png or xpm test compilation fails
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):
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>
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):
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
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
10749 removed menu crash debug code
10751 2002-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
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):
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
10796 * fvwm/style.c (__simplify_style_list):
10797 (simplify_style_list):
10800 * fvwm/window_flags.h:
10802 access macros for focus policy flags structures
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
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
10825 removed duplicate check if new windows still exist
10827 * fvwm/placement.c (CMD_PlaceAgain):
10828 * fvwm/move_resize.c (move_window_doit):
10830 * fvwm/virtual.c (MapDesk):
10832 (do_move_window_to_desk):
10833 * fvwm/icons.c (AutoPlaceIcon):
10834 (ChangeIconPixmap):
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):
10844 2002-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10846 * libs/Flocale.c (FlocaleRotateDrawString):
10847 create gcs only once
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
10876 * fvwm/fvwm.h (FvwmWindow):
10880 moved text_rotation_type to gravity.h and renamed to rotation_type
10883 fixed several bugs in the access macros
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
10896 * libs/gravity.c (ParseDirectionArgument):
10897 new direction "Center"
10899 * fvwm/virtual.c (CMD_EdgeCommand):
10902 2002-07-18 olicha <olivier.chapuis@free.fr>
10904 * libs/PictureUtils.c (PictureRGBtoPixel):
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):
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):
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):
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
10942 2002-07-17 olicha <olivier.chapuis@free.fr>
10947 * fvwm/fvwm.c (InitVariables):
10949 * fvwm/colorset.c (parse_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):
10964 (PictureAllocColorTable):
10965 * libs/PictureImageLoader.c (PImageXpmAllocColor):
10966 (PImageXpmFreeColor):
10968 * libs/PictureBase.c (PictureInitCMap):
10969 * libs/Graphics.c (AllocLinearGradient):
10970 * libs/ColorUtils.c (GetShadow):
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):
10994 Fixed B/DGradient with Xft fonts
10997 * libs/ColorUtils.c (GetTintedColor):
10999 * fvwm/colorset.c (parse_simple_tint):
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):
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):
11057 tried to fix module communication deadlock w/ sync mask and a full write
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
11084 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11086 * fvwm/events.c (HandlePropertyNotify):
11088 handle changes in the size_inc and base_size hints during opaque
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
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
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):
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):
11141 * fvwm/menus.c (MenuInteraction):
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
11150 * fvwm/events.c (HandleUnmapNotify):
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
11158 2002-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11160 * fvwm/menus.c (MenuInteraction):
11162 (menu_enter_tear_off_menu):
11164 * fvwm/events.c (HandleButtonPress):
11165 (HandleButtonRelease):
11168 * fvwm/menucmd.c (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:
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
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>
11192 tabify only the leading spaces, untabify the middle of line
11194 2002-06-25 David Fries <dfries@mail.win.org>
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>
11206 2002-06-25 Mikhael Goikhman <migo@homemail.com>
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:
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>
11232 removed C++ section
11235 * libs/FlocaleCharset.c:
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>
11253 Documented StringEncoding= in font name
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):
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>
11273 reworded supported feature listing, fixed the default xft detection
11275 added the "Supported Features" section
11277 2002-06-19 olicha <olivier.chapuis@free.fr>
11280 Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
11283 Removed --enable-mulibyte and --disable-compound-text config option
11284 documentation. s/enable-xft/disable-xft/ and document --disable-xrender
11287 Xft is on by default no
11289 * libs/FlocaleCharset.c (*):
11290 * libs/FlocaleCharset.h:
11291 * libs/Ficonv.c (*):
11293 * libs/Flocale.c (*):
11296 * libs/FftInterface.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.
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):
11314 * fvwm/functions.c (functions_is_complex_function):
11315 * fvwm/builtins.c (CMD_DestroyFunc):
11318 moved functions to functions.c
11321 * fvwm/functable.c:
11322 * fvwm/functable.h:
11323 * fvwm/functions.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):
11331 functions moved to new file
11333 * fvwm/functions.c:
11336 2002-06-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11338 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
11339 fixed colorurmap focus problem
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>
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>
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
11384 2002-06-10 Mikhael Goikhman <migo@homemail.com>
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:
11394 * fvwm/functions.c (func_config):
11395 * libs/FScreen.c (FScreenConfigureSLSScreens):
11396 (FScreenConfigureModule):
11397 * fvwm/virtual.c (CMD_XineramaSlsScreens):
11398 new command XineramaSLSScreens
11401 cleaned up Xinerama ifdefs
11403 2002-06-07 Dan Espen <dane@mk.telcordia.com>
11406 * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
11408 2002-06-07 olicha <olivier.chapuis@free.fr>
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
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
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
11440 * libs/Flocale.c (FlocaleRotateDrawString):
11441 (FlocaleGetShadowTextPosition):
11442 Fixed side title text position if the font has no shadow
11445 * libs/Ficonv.c (FiconvInit):
11446 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
11447 * libs/Flocale.c (FlocaleInit):
11448 (FlocaleRotateDrawString):
11449 (FlocaleGetFontSet):
11450 (FlocaleGetFontOrFontSet):
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>
11471 document CascadePlacement and FvwmIconMan improvements
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):
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
11516 removed XEVMASK_DECORW
11518 2002-05-31 olicha <olivier.chapuis@free.fr>
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):
11530 * fvwm/colorset.c (parse_colorset):
11531 New colorset option fg_alpha which defines an alpha for rendering
11534 2002-05-29 olicha <olivier.chapuis@free.fr>
11536 * libs/Fft.c (FftSetupEncoding):
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>
11556 Some Xft2 and fontconfig preparation
11559 * libs/Flocale.c (FlocaleParseShadow):
11561 (FlocaleGetShadowTextPosition):
11562 Added offset to shadow text
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):
11577 Added a multi direction type which is a "<<" version of direction
11578 type. Added a parse and a next functions
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):
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):
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>
11634 * libs/Flocale.c (FlocaleParseShadow):
11635 (FlocaleGetNextShadowDirection):
11636 (FlocaleGetShadowTextPosition):
11638 Implemented multidirectional shadow text rendering
11642 (FlocaleFontStructDrawString):
11643 (FlocaleRotateDrawString):
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>
11671 * libs/Fft.c (FftDrawString):
11672 * libs/Flocale.c (FlocaleFontStructDrawString):
11673 (FlocaleRotateDrawString):
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):
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
11693 (clone_menu_item_list):
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>
11702 fixed #endif warning
11703 * fvwm/ConfigFvwmDefaults:
11704 added CirculateSkip to tear off menus
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
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):
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):
11741 Removed some unused and debug code
11743 2002-05-17 olicha <olivier.chapuis@free.fr>
11745 * fvwm/menuitem.c (draw_underline):
11747 * libs/Flocale.c (FlocaleDrawUnderline):
11748 Move draw_underline into Flocale.c and fix underline position with
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):
11757 * fvwm/menuitem.c (menuitem_paint):
11758 * fvwm/borders.c (get_common_decorations):
11759 (border_get_titlebar_draw_descr):
11761 * fvwm/icons.c (DrawIconWindow):
11762 Pass the colorset to text drawing via the FlocaleWinString structure
11765 * libs/ColorUtils.c (GetForeShadowColor):
11767 * fvwm/colorset.c (parse_colorset):
11769 * libs/Colorset.c (DumpColorset):
11771 Added fgsh colorset and two new functions GetForeShadowColor and
11772 GetForeShadow which should be modified
11774 * libs/Makefile.am:
11776 * libs/FftInterface.h (new file):
11777 * libs/Fft.c (FftDrawString):
11779 * libs/Flocale.c (FlocaleFontStructDrawString):
11780 (FlocaleRotateDrawString):
11781 (FlocaleDrawString):
11782 (FlocaleTextWidth):
11784 Implemented text shadow rendering
11786 2002-05-11 olicha <olivier.chapuis@free.fr>
11789 * fvwm/builtins.c (refresh_window):
11790 * fvwm/update.c (apply_window_updates):
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):
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>
11828 Include Fft.h include FRender.h as Xft.h include Xrender.h
11830 * libs/FRenderInterface.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):
11843 Really enable USE_GET_ERROR_TEXT and take in account XRender error code
11846 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11847 * fvwm/events.c (HandlePropertyNotify):
11848 * fvwm/colorset.c (parse_tint):
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):
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):
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
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):
11926 * libs/Flocale.c (FlocaleGetFftFont):
11927 (FlocaleGetFontSet):
11930 (FlocaleUnloadFont):
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:
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):
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):
11970 * libs/Flocale.c (FlocaleTextWidth):
11971 (FlocaleDrawString):
11972 (FlocaleUtf8ToUnicodeStr2b):
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):
11984 Added utf8 rendering with iso10646-1 fonts on system without
11987 * fvwm/colorset.c (reset_cs_pixmap):
11992 Colorset now accept bitmaps. Split a bit parse_colorset for readability
11994 2002-04-28 Mikhael Goikhman <migo@homemail.com>
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>
12012 improved main headers, added new COLORSETS section;
12013 documented State condition
12016 documented Tint in colorsets and utility renaming
12019 corrected several error reporting problems
12021 2002-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
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>
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>
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>
12067 added new entry about CurrentAtEnd
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):
12081 Fixed an enormous core dump which comes from a cvs merging problem
12083 * fvwm/Makefile.am:
12086 Added Xrender detection and link fvwm if needed
12088 * libs/PictureGraphics.c:
12089 * libs/PictureGraphics.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
12101 * fvwm/icons.c (clear_icon):
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):
12116 Implemented alpha-blend rendering with the new libs function
12118 * fvwm/colorset.c (free_colorset_background):
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
12131 * fvwm/module_interface.h:
12132 * fvwm/module_interface.c (SendFvwmPicture):
12133 (BroadcastMiniIcon):
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 (*):
12148 * libs/PictureImageLoader.c (*):
12149 * libs/PictureImageLoader.h:
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
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>
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>
12195 fixed $PERL detection again
12200 added -Wno-implicit-int to -Wall in case of gcc
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
12215 Moved FvwmTheme functionality into fvwm.
12216 Added new commands Colorset, ReadWriteColors, CleanupColorsets.
12218 2002-04-17 Mikhael Goikhman <migo@homemail.com>
12221 fixed $PERL detection
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):
12232 (GrabWindowButton):
12233 (MatchBindingExactly):
12234 patch by yeti@physics.muni.cz to help with a weird problem w/ czech
12237 2002-04-12 Mikhael Goikhman <migo@homemail.com>
12240 configure now uses $PERL if set
12243 all programs installed into ${bindir} have now fvwm- prefix;
12244 documentation updated
12246 2002-04-11 Mikhael Goikhman <migo@homemail.com>
12249 renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
12250 documentation updated
12252 2002-04-11 Mikhael Goikhman <migo@homemail.com>
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>
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.
12277 Avoid hiding of pan frames if pan frame command is set.
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
12286 * fvwm/functions.c:
12287 added declaration of CMD_ENTRY("edgecommand")
12289 * fvwm/functions.h:
12290 added definition of Flag F_EDGE_COMMAND
12293 added definition of CMD_EdgeCommand(F_CMD_ARGS)
12295 2002-04-10 Mikhael Goikhman <migo@homemail.com>
12298 added "BI-DIRECTIONAL TEXTS" section
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>
12306 changed description of focus models
12308 2002-04-09 olicha <olivier.chapuis@free.fr>
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):
12318 * fvwm/geometry.c (get_title_font_size_and_offset):
12320 * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
12322 * fvwm/window_flags.h:
12323 * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
12325 * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
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>
12342 minor wording fixes
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>
12356 Forget to save some file
12358 * libs/FImageLoader.c (c100_init_base_table):
12359 Allows init even if !XPM
12361 * libs/Makefile.am:
12365 Fixed png detection
12367 * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
12368 Fixed a GC memory leaks.
12370 * fvwm/fvwm.c (setVersionInfo):
12372 Updated -version for png, bidi and xft
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.
12381 PNG news and documented libpng in the "Optional libraries used by FVWM"
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
12393 * acconfig.h (HAVE_PNG):
12394 Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
12395 even without XPM support
12398 * libs/InitPicture.c (new file):
12399 * libs/InitPicture.h (new file):
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:
12417 Moved the Picture color utils func to ColorUtils
12419 * fvwm/Makefile.am:
12420 links against libpng
12422 * fvwm/icons.c (GetIconPicture):
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
12438 Send the ColorLimit to module in any case
12445 * fvwm/add_window.c:
12449 * fvwm/menustyle.c:
12450 * fvwm/move_resize.c:
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):
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):
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>
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>
12509 fixed multibyte support reporting
12511 2002-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
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):
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):
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):
12538 include only libs/Flocale.h
12540 2002-03-26 Mikhael Goikhman <migo@homemail.com>
12543 fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
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):
12560 * fvwm/borders.c (get_common_decorations):
12561 (border_get_border_style):
12562 * fvwm/style.c (parse_and_set_window_style):
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):
12582 (frame_mrs_prepare_vars):
12583 (frame_mrs_hide_unhide_parent):
12584 (frame_mrs_setup_draw_decorations):
12585 (frame_mrs_resize_move_windows):
12588 2002-03-25 olicha <olivier.chapuis@free.fr>
12590 * libs/Fft.c (FftSetupEncoding):
12593 * libs/Flocale.c (FlocaleDrawString):
12594 * libs/FBidi.c (FBidiConvert):
12596 Pass the font to FBidiConvert
12598 * acconfig.h (HAVE_LIBCHARSET):
12599 * acinclude.m4 (CHECK_LIBCHARSET):
12601 If libiconv is used check for libcharset
12603 * libs/Makefile.am:
12604 * libs/FlocaleCharset.h:
12605 * libs/FlocaleCharset.c:
12607 * libs/Flocale.c (*):
12608 * libs/Fft.c (FftSetupEncoding):
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
12621 * libs/Makefile.am:
12624 * fvwm/ewmh.c (ewmh_atom_property_notify[]):
12626 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
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"
12648 * fvwm/style.c (parse_and_set_window_style):
12649 removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
12651 documented the new title directions
12652 (parse_and_set_window_style):
12653 removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
12655 documented these styles
12657 * fvwm/add_window.c (CaptureOneWindow):
12658 (CaptureAllWindows):
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):
12694 (do_move_window_to_desk):
12695 * fvwm/update.c (apply_window_updates):
12696 * fvwm/icons.c (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):
12709 * fvwm/menus.c (menu_tear_off):
12710 * fvwm/events.c (HandleMapRequestKeepRaised):
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>
12722 renamed HAVE_FRIBIDI to HAVE_BIDI
12726 added more comments
12728 * fvwm/Makefile.am:
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
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
12748 * fvwm/move_resize.c (resize_window):
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
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):
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):
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
12809 suppress unnecessary title redraws
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):
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):
12830 * fvwm/events.c (HandleFocusIn):
12831 (HandlePropertyNotify):
12834 (HandleButtonPress):
12835 (HandleLeaveNotify):
12836 * fvwm/builtins.c (CMD_ChangeDecor):
12838 * fvwm/move_resize.c (resize_move_window):
12841 (maximize_fvwm_window):
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):
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):
12875 (border_get_tb_parts_to_draw):
12876 buttons and title background using the border style is updated when the
12879 * fvwm/events.c (WaitForButtonsUp):
12880 don't grab the whole server but merely the pointer to allow applications
12881 redrawing themselves
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>
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>
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):
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>
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
12998 started work on new button/title drawing code
13000 * fvwm/events.c (HandleExpose):
13001 don't handle expose on the title bar
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):
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
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):
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>
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):
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):
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):
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
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>
13129 * fvwm/geometry.c (get_title_font_size_and_offset):
13130 * fvwm/add_window.c (setup_title_geometry):
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:
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>
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):
13150 * fvwm/style.c (merge_styles):
13151 (parse_and_set_window_style):
13152 (check_window_style_change):
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):
13167 * fvwm/add_window.c (setup_window_structure):
13169 (destroy_mini_icon):
13170 (change_mini_icon):
13172 * acconfig.h (FMiniIconsSupported):
13173 replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
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):
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):
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):
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):
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):
13230 * fvwm/builtins.c (CMD_Delete):
13234 * fvwm/menus.c (paint_menu):
13236 * fvwm/misc.c (UngrabEm):
13238 * fvwm/schedule.c (execute_obj_func):
13239 * fvwm/add_window.c (hide_screen):
13241 use XFlush instead of XSync when the latter is not necessary
13243 * libs/fvwmrect.c (fvwmrect_rectangles_equal):
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):
13251 * fvwm/add_window.c (setup_window_attr):
13252 (setup_frame_attributes):
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):
13278 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
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):
13288 fixed calculations of which border parts to draw
13291 corrected some typos
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>
13304 * fvwm/add_window.c (setup_frame_stacking):
13305 * fvwm/cursor.c (CMD_CursorStyle):
13306 * fvwm/events.c (HandleExpose):
13308 (HandleEnterNotify):
13309 (HandleLeaveNotify):
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:
13331 * fvwm/placement.h:
13333 * fvwm/move_resize.h:
13340 * fvwm/add_window.h:
13341 * fvwm/ewmh_names.c:
13342 * fvwm/ewmh_icons.c:
13343 * fvwm/ewmh_events.c:
13350 * fvwm/windowlist.c:
13354 * fvwm/colormaps.c:
13355 * fvwm/decorations.c:
13356 * fvwm/conditional.c:
13359 * fvwm/placement.c:
13363 * fvwm/functions.c:
13366 * fvwm/module_interface.c:
13368 * fvwm/add_window.c:
13371 * fvwm/move_resize.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):
13394 * fvwm/fvwm.h (struct):
13395 renamed has_no_handles to has_no_border
13397 2002-03-15 olicha <olivier.chapuis@free.fr>
13400 * libs/Fft.c (is_utf8_encoding):
13404 s/COMPUND_TEXT/COMPOUND_TEXT
13407 Removed matrix xft specification doc as now it is use internally by
13410 * libs/Flocale.c (FlocaleRotateDrawString):
13411 (FlocaleUnloadFont):
13412 (FlocaleDrawString):
13413 (FlocaleTextWidth):
13415 * libs/Fft.c (FftGetRotatedFont):
13419 * fvwm/borders.c (DrawMultiPixmapTitlebar):
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):
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>
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):
13450 fixed compilation w/ --disable-ewmh
13452 * fvwm/windowlist.c (CMD_WindowList):
13453 fixed parsing of conditions versus position of window list broken with
13456 2002-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13459 * libs/Fft.c (FftTextWidth):
13460 (is_utf8_encoding):
13461 (FftGetFontWidths):
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):
13480 * fvwm/move_resize.c (unmaximize_fvwm_window):
13481 don't force to redraw the frame
13483 * libs/gravity.c (gravity_get_offsets):
13486 functions moved to gravity.c
13488 2002-03-10 olicha <olivier.chapuis@free.fr>
13490 * acconfig.h (HAVE_XFT_UTF8):
13492 * libs/Fft.c (is_utf8_encoding):
13493 (FftGetFontWidths):
13496 Detected if Xft can handle utf8 string
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>
13507 * fvwm/move_resize.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):
13525 (set_decor_gravity):
13528 functions moved to new file
13531 (frame_setup_title_bar):
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
13545 Corrected the description of the XineramaPrimaryScreen command that was
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
13558 implemented titleatleft and titleatright styles; titles are not drawn
13561 * fvwm/style.c (check_window_style_change):
13562 * fvwm/update.c (apply_window_updates):
13563 * fvwm/ewmh_names.c (EWMH_WMIconName):
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):
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):
13584 Adapted to changes of Flocale.h
13587 removed COMPUND_TEXT ifdef
13590 mutibyte defaults to on
13595 * fvwm/fvwm.h (FvwmWindow):
13596 cleaned up Flocale stuff for better information hiding
13598 * libs/Flocale.c (get_FlocaleFontSet):
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):
13608 * fvwm/borders.c (RedrawButtons):
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):
13628 * fvwm/screen.h (ScreenInfo):
13629 removed ScratchStr and TitleStr; *please* don't use global variables
13632 * fvwm/move_resize.c (ParseOneResizeArgument):
13633 (GetResizeArguments):
13634 (GetResizeMoveArguments):
13636 (resize_move_window):
13637 * fvwm/module_interface.c (CONFIGARGS):
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):
13647 * fvwm/geometry.c (get_window_borders):
13648 (gravity_get_naked_geometry):
13649 (gravity_add_decoration):
13651 don't use title_g.width and title_g.height anymore
13653 * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
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):
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):
13674 * fvwm/move_resize.c (DisplaySize):
13675 (ParseOneResizeArgument):
13676 (GetResizeArguments):
13677 (GetResizeMoveArguments):
13679 (resize_move_window):
13680 * fvwm/geometry.c (gravity_get_naked_geometry):
13681 (gravity_add_decoration):
13683 don't use boundary_width anymore
13685 * fvwm/borders.c (SetupTitleBar):
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
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
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):
13723 * fvwm/borders.c (SetupFrame):
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):
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,
13751 * libs/Parse.c (ParseDirectionArgument):
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>
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):
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):
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):
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
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
13849 same fix for the 'Any' command
13856 unified circulating functions into a single one
13858 Pick allows to pick functions that have CirculateSkip set
13859 fixed a memory leak
13863 (CMD_PointerWindow):
13864 unified selecting functions into a single one
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
13876 * fvwm/menustyle.h:
13877 * fvwm/menustyle.c:
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
13887 added templates for new source files
13889 * libs/Picture.c (fvwmlib_clone_color):
13892 * fvwm/menus.c (make_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>
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>
13921 re-added --enable-xinerama-emulation option that was removed recently
13923 2002-02-28 Mikhael Goikhman <migo@homemail.com>
13928 several corrections and rewording
13930 2002-02-28 olicha <olivier.chapuis@free.fr>
13933 New section FONT NAMES AND FONT LOADING
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
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):
13961 new contexts for individual parts of the window border
13963 2002-02-26 Mikhael Goikhman <migo@homemail.com>
13966 disabled a destructing gnome_prefix logic
13969 replaced fribidi detection mechanism, now fribidi-config is used
13971 2002-02-26 olicha <olivier.chapuis@free.fr>
13973 * acconfig.h (HAVE_XFT):
13976 * libs/Fft.c (new file):
13977 * libs/Flocale.c (FlocaleLoadFont):
13978 (FlocaleUnloadFont):
13979 (FlocaleDrawString):
13980 (FlocaleTextWidth):
13981 (get_FlocaleFontSet):
13983 (get_FlocaleFontOrFontSet):
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
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):
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):
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):
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):
14030 (warp_pointer_to_item):
14031 (get_selectable_item_index):
14032 (get_selectable_item_from_index):
14033 (get_selectable_item_from_section):
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.
14043 * fvwm/menus.c (make_menu_window):
14044 fixed problem w/ mapping menus, performance enhancement
14046 * fvwm/builtins.c (CMD_Destroy):
14050 * fvwm/functions.c (execute_function):
14051 (expand_extended_var):
14053 new variable cond.rc that returns the last return code of a conditinal
14056 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14058 * fvwm/conditional.c (CMD_Cond):
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):
14070 (ewmh_WMStateHidden):
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):
14084 (CMD_PointerWindow):
14089 * fvwm/read.c (run_command_stream):
14090 * fvwm/fvwm.c (Done):
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):
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):
14124 * fvwm/menus.c (DestroyMenu):
14125 (make_menu_window):
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>
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>
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):
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>
14162 * fvwm/conditional.c (CMD_This):
14163 * fvwm/functions.c:
14164 * fvwm/functions.h:
14167 added new conditional command This
14169 2002-02-21 Mikhael Goikhman <migo@homemail.com>
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):
14186 Removed libs/GetFont.c
14188 * fvwm/menus.c (FreeMenuStyle):
14191 (CMD_CopyMenuStyle):
14192 * fvwm/menus.h (MenuLook):
14193 Fixed default font handling font by using a new MenuLook flags
14196 * fvwm/menus.c (UpdateMenuStyle):
14197 Fixed default font update
14199 * fvwm/fvwm.c (SetRCDefaults):
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>
14207 added FvwmPerl/* file generation
14209 2002-02-11 olicha <olivier.chapuis@free.fr>
14213 Multibyte news. Document --disable-compound-text and --disable-ewmh.
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):
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
14233 2002-02-10 Mikhael Goikhman <migo@homemail.com>
14237 added support for new perllib directory
14239 2002-02-09 olicha <olivier.chapuis@free.fr>
14246 Rename I18N_MB to MULTIBYTE
14247 Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
14249 * libs/Flocale.c (*):
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):
14263 * fvwm/menus.c (FreeMenuStyle):
14265 (CMD_CopyMenuStyle):
14267 (calculate_item_sizes):
14268 (size_menu_horizontally):
14270 * fvwm/builtins.c (CMD_DefaultFont):
14271 (ApplyDefaultFontAndColors):
14272 * fvwm/add_window.c (destroy_icon_font):
14274 (destroy_window_font):
14275 (setup_window_font):
14276 (free_window_names):
14277 (setup_window_name):
14279 * fvwm/fvwm.h (FvwmWindow):
14280 * fvwm/move_resize.c (DisplayPosition):
14281 (resize_geometry_window):
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):
14298 (do_execute_module):
14300 (KillModuleByName):
14301 (CMD_SendToModule):
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>
14316 generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
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):
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):
14345 properly calculate pointer position in tear off menus
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):
14361 * fvwm/schedule.c (deschedule):
14363 * fvwm/events.c (My_XNextEvent):
14365 * fvwm/module_interface.c (ClosePipes):
14366 (CMD_ModuleSynchronous):
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>
14382 2002-01-31 Mikhael Goikhman <migo@homemail.com>
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
14392 remove --enable-kanji compatibility option
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):
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):
14408 * fvwm/events.c (HandleReparentNotify):
14409 (HandleUnmapNotify):
14410 * fvwm/add_window.c (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):
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:
14433 * fvwm/functions.c (func_config):
14434 new command "State"
14435 new condition "State"
14440 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14442 * fvwm/module_interface.c (AddToMessageQueue):
14444 (DeleteMessageQueueBuff):
14445 (FlushMessageQueue):
14446 * fvwm/events.c (My_XNextEvent):
14447 * fvwm/module_interface.c (AddToCommandQueue):
14448 (ExecuteCommandQueue):
14449 use code from queue.c
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>
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):
14476 Use the Fcharset variable and remove get_charset
14478 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
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>
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>
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):
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:
14509 * fvwm/functions.c (func_config):
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:
14521 added checks for setpgrp and setpgid
14523 2002-01-29 olicha <olivier.chapuis@free.fr>
14526 Better test for iconv second argumeny
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):
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
14540 2002-01-28 olicha <olivier.chapuis@free.fr>
14542 * fvwm/ewmh_names.c (charset_to_utf8):
14544 (EWMH_SetVisibleName):
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):
14555 * fvwm/builtins.c (CMD_PropertyChange):
14556 New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
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):
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):
14577 * fvwm/functions.c (func_config):
14578 * fvwm/conditional.c (CreateConditionMask):
14579 (MatchesConditionMask):
14580 (CMD_PointerWindow):
14581 (CreateConditionMask):
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):
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):
14599 (do_move_window_to_desk):
14600 * fvwm/icons.c (DeIconify):
14602 * fvwm/events.c (HandlePropertyNotify):
14603 (HandleMapRequestKeepRaised):
14605 (HandleButtonPress):
14606 (HandleEnterNotify):
14607 (HandleLeaveNotify):
14608 * fvwm/focus.c (DoSetFocus):
14611 (ReturnFocusWindow):
14613 (ForceDeleteFocus):
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>
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>
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):
14653 (do_execute_module):
14655 (CMD_set_nograb_mask):
14656 (CMD_set_sync_mask):
14658 (set_mseggage_mask):
14659 (is_message_in_mask):
14660 (is_message_selected):
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
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>
14689 * fvwm/stack.c (overlap_box):
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>
14712 * fvwm/functions.c:
14713 * fvwm/functions.h:
14714 * fvwm/move_resize.c (unmaximize_fvwm_window):
14715 (maximize_fvwm_window):
14717 (CMD_ResizeMaximize):
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):
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):
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):
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
14761 2002-01-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14764 * fvwm/functions.c (func_config):
14765 * libs/Module.c (SetMessageMask2):
14770 fixed building with libstroke-0.5.1 on Solaris8
14772 * fvwm/stack.c (new_layer):
14773 * fvwm/borders.c (DrawButton):
14776 * fvwm/builtins.c (SetLayerButtonFlag):
14778 * fvwm/screen.h (struct):
14779 Applied the layer button patch by Richard Curnow with a few
14782 * fvwm/icons.c (GetIconBitmap):
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):
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):
14819 * fvwm/icons.c (DeIconify):
14822 * fvwm/gnome.c (GNOME_HandlePropRequest):
14823 * fvwm/ewmh_names.c (EWMH_WMName):
14824 * fvwm/events.c (HandleFocusIn):
14825 (HandlePropertyNotify):
14827 (HandleButtonPress):
14828 (HandleLeaveNotify):
14830 * fvwm/builtins.c (CMD_UpdateDecor):
14832 * fvwm/borders.c (draw_clipped_decorations):
14834 (RedrawDecorations):
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
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):
14871 (send_color_limit):
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
14888 corrected documentation of IgnoreModifiers command
14890 2002-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14892 * fvwm/add_window.c:
14897 * fvwm/move_resize.c:
14900 * fvwm/module_interface.c:
14902 * fvwm/placement.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
14913 (CreateIconWindow):
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):
14936 Fixed transparent animated menu
14938 2002-01-03 olicha <olivier.chapuis@free.fr>
14940 * fvwm/move_resize.c (is_resize_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):
14952 (ewmh_AllowsResize):
14953 Check as a user request
14956 * fvwm/move_resize.c (CMD_Maximize):
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
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>
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):
14986 * fvwm/fvwm.h (FvwmWindow):
14987 * fvwm/events.c (HandleEnterNotify):
14988 (HandlePropertyNotify):
14989 * fvwm/focus.c (refresh_focus):
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):
15000 (AnimatedMoveAnyWindow):
15003 * fvwm/module_interface.c (ExecuteModuleCommand):
15004 * fvwm/menus.c (do_menu):
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):
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):
15041 * fvwm/icons.c (CMD_Iconify):
15042 * fvwm/ewmh.c (EWMH_SetWMState):
15045 (EWMH_SetAllowedActions):
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):
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
15063 * fvwm/ewmh.c (EWMH_Handle*):
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
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
15077 * libs/vpacket.h (ConfigWinPacket):
15078 * fvwm/module_interface.c (CONFIGARGSNEW):
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
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>
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):
15137 * fvwm/gnome.c (GNOME_SetHints):
15138 (AnimatedMoveAnyWindow):
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):
15154 * fvwm/ewmh_conf.c (EWMH_BugOpts):
15155 * fvwm/ewmh_events.c (ewmh_StateHidden):
15156 * fvwm/fvwm.c (InitVariables):
15158 * fvwm/icons.c (CMD_Iconify):
15160 * fvwm/virtual.c (unmap_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):
15169 (ewmh_AllowsClose):
15170 (ewmh_AllowsMaximize):
15172 (ewmh_AllowsResize):
15173 (EWMH_SetAllowedActions):
15175 * fvwm/style.c (check_window_style_change):
15176 * fvwm/update.c (apply_window_updates):
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>
15190 * fvwm/ewmh.c (ewmh_SetWorkArea):
15192 (ewmh_ComputeAndSetWorkArea):
15193 (ewmh_HandleDynamicWorkArea):
15194 (EWMH_GetWorkAreaIntersection):
15195 (EWMH_GetStrutIntersection):
15196 (get_intersection):
15197 * fvwm/ewmh_name.c (EWMH_SetDeskNames):
15200 * fvwm/fvwm.c (InitVariables):
15202 * fvwm/modconf.c (send_desktop_names):
15203 (CMD_Send_ConfigInfo):
15204 * fvwm/placement.c (get_next_x):
15207 * fvwm/virtual.c (CMD_DesktopName):
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):
15220 New window list options NoDeskNum, NoCurrentDeskTitle,
15221 TitleForAllDesks, NoNumInDeskTitle. Document these options and also
15222 the NoGeometry and NoGeometryInfo options.
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>
15238 * fvwm/functions.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>
15254 * fvwm/window_flags.h:
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):
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):
15274 * fvwm/events.c (HandlePropertyNotify):
15275 * fvwm/ewmh_names.c (EWMH_WMName):
15277 * fvwm/module_interface.c (BroadcastWindowIconNames):
15278 * fvwm/module_interface.h:
15279 (CMD_Send_WindowList):
15281 (CMD_set_sync_mask):
15282 (CMD_set_nograb_mask):
15283 * fvwm/update.c (apply_window_updates):
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>
15293 EWMH without iconv compile fix by Hippo
15295 2001-12-05 olicha <olivier.chapuis@free.fr>
15297 * fvwm/add_window.c:
15300 * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
15301 * fvwm/ewmh_events.c:
15304 * fvwm/move_resize.c (CMD_Maximize):
15305 * fvwm/placement.c (test_fit):
15307 * fvwm/session.c (SaveWindowStates):
15308 * fvwm/style.c (merge_styles):
15310 (check_window_style_change):
15311 * fvwm/update.c (apply_window_updates):
15313 * fvwm/window_flags.h:
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
15328 * fvwm/add_window.c (setup_placement_penalty):
15329 * fvwm/add_window.h:
15330 (setup_placement_penalty):
15333 * fvwm/placement.c (get_next_x):
15334 * fvwm/placement.h:
15337 * fvwm/style.c (CMD_Style):
15339 (check_window_style_change):
15340 * fvwm/update.c (apply_window_updates):
15342 * fvwm/window_flags.h:
15344 New styles PlacementOverlapPenalties and
15345 PlacementOverlapPercentPenalties
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):
15355 * fvwm/borders.c (DrawMultiPixmapTitlebar):
15357 * fvwm/events.c (HandlePropertyNotify):
15358 * fvwm/ewmh_names.c (EWMH_*):
15360 * fvwm/icons.c (CreateIconWindow):
15365 * fvwm/session.c (MatchWinToSM):
15366 * fvwm/style.c (CMD_Style):
15368 (check_window_style_change):
15369 * fvwm/update.c (apply_window_updates):
15371 * fvwm/window_flags.h:
15372 New styles ExtendedWindowName / SimpleWindowName and
15373 ExtendedIconName / SimpleIconName. TODO: the modules implementation
15375 * fvwm/builtins.c (ReadMultiPixmapDecor):
15381 * session.c (get_version_string):
15384 * fvwm/stack.c (new_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>
15403 Check for the second argument of iconv
15406 Added -Wall to CFLAGS if cc is gcc
15408 2001-11-26 Mikhael Goikhman <migo@homemail.com>
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:
15432 Removed a non standard macro
15434 2001-11-24 olicha <olivier.chapuis@free.fr>
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):
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:
15456 * fvwm/icons.c (GetIcon):
15457 * fvwm/session.c (get_version_string):
15458 * fvwm/style.c (CMD_Style):
15460 (check_window_style_change)
15461 * fvwm/update.c (apply_window_updates):
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):
15472 * fvwm/session.c (SaveWindowStates):
15473 (LoadWindowStates):
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):
15496 * fvwm/ewmh_events.c:
15497 Fixed some styles update
15499 * fvwm/ewmh_conf.c:
15500 * fvwm/function.c (func_config):
15504 * fvwm/ewmh_events.c:
15505 * fvwm/ewmh_intern.h:
15506 * fvwm/Makefile.am:
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:
15514 * fvwm/functions.c:
15515 * fvwm/ewmh.c (EWMH_Init):
15517 * fvwm/fvwm.c (InitVariables):
15524 * fvwm/window_flags.c:
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):
15549 (ewmh_AddToKdeSysTray):
15550 (EWMH_IsKdeSysTrayWindow):
15551 (EWMH_ManageKdeSysTray):
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>
15563 fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
15565 2001-11-15 olicha <olivier.chapuis@free.fr>
15567 * fvwm/ewmh.c (EWMH_DestroyWindow):
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:
15581 * fvwm/ewmh_intern.h:
15582 * fvwm/ewmh_events.c:
15583 * fvwm/ewmh_icons.c:
15584 * fvwm/ewmh_names.c:
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
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):
15600 (setup_window_name):
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):
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):
15620 * fvwm/events.c (GetContext):
15621 * fvwm/bindings.c (ParseBinding):
15622 (activate_binding):
15623 * fvwm/functions.c (expand_extended_var):
15625 (execute_function):
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
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):
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,
15653 * fvwm/icons.c (GetIcon):
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):
15666 EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
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
15681 * fvwm/stack.c (restack_windows):
15683 EWMH_SetClientListStacking, EWMH_SetWMState
15685 * fvwm/style.c (check_window_style_change):
15686 * fvwm/update.c (apply_window_updates):
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):
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):
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):
15740 * fvwm/add_window.c (adjust_fvwm_internal_windows):
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>
15749 fixed compilation of I18N_MB
15751 2001-10-30 Mikhael Goikhman <migo@homemail.com>
15761 exclude the TitleStyle MultiPixmap feature (only) before forking
15763 and restore it after that
15767 change version string to 2.5.0
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>
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
15796 2001-10-27 Mikhael Goikhman <migo@homemail.com>
15801 added --disable-multipixmap-titles for the Suzanne's patch,
15802 the default is enable
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
15812 Added info on TitleStyle MultiPixmap
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
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
15830 Call DrawFancyTitlebar for MultiPixmap style
15831 Skip DrawString calls for MultiPixmap style (title is drawn inside
15832 DrawMultiPixmapTitlebar)
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):
15851 binding commands now do not print error messages with Silent
15853 * fvwm/ConfigFvwmDefaults:
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:
15864 2001-10-19 olicha <olivier.chapuis@free.fr>
15867 Some FvwmScript news
15869 2001-10-16 olicha <olivier.chapuis@free.fr>
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):
15894 * libs/Bindings.c (AddBinding):
15895 another attempt at cleaning up bindings with "Shift"
15897 2001-10-13 olicha <olivier.chapuis@free.fr>
15902 2001-10-10 Mikhael Goikhman <migo@homemail.com>
15906 OpaqueMoveSize now accepts "unlimited" or negative argument.
15908 2001-10-09 Mikhael Goikhman <migo@homemail.com>
15913 2001-10-08 Dan Espen <dane@mk.telcordia.com>
15915 * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
15918 * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
15920 * fvwm/cursor.c: Extract cursor validation routine to become a libs
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):
15939 2001-10-03 olicha <olivier.chapuis@free.fr>
15941 * fvwm/style.c (CMD_Style):
15943 Added the possibility to add an Xinerama screen to the 4 numerics
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
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
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>
16035 changed version to 2.4.2
16037 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16040 (SetWindowBackground):
16041 (SetRectangleBackground):
16042 * fvwm/builtins.c (CMD_WindowShade):
16043 * fvwm/add_window.c:
16044 (setup_style_and_decor):
16046 (CreateIconWindow):
16051 (HandleConfigureRequest):
16052 (HandleShapeNotify):
16053 (InitEventHandlerJumpTable):
16054 * fvwm/borders.c (struct):
16057 * fvwm/decorations.c (SelectDecor):
16062 * fvwm/fvwm.h (FvwmWindow):
16065 moved shape support to library; its no longer necessary to
16066 '#ifdef SHAPE' any code
16068 * fvwm/borders.c (RedrawButtons):
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>
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
16089 * libs/XResource.c (GetResourceString):
16090 resource -> lower case, class -> upper case
16094 changed version to 2.5.0
16096 * Makefile.am (distcheck2):
16097 build distcheck before dist2; save a few seconds if the build fails
16100 * libs/ClientMsg.c:
16104 * libs/gethostname.c:
16107 * libs/safemalloc.c:
16108 * libs/strcasecmp.c:
16111 * libs/strncasecmp.c:
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):
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
16140 print a verbose error message and exit if X11 headers and libraries
16143 2001-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16145 * fvwm/fvwm.c (main):
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):
16170 (CMD_GotoDeskAndPage):
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>
16187 * fvwm/functions.c (func_config):
16188 * fvwm/module_interface.c (broadcast_xinerama_state):
16189 * fvwm/virtual.c (CMD_Xinerama):
16190 (CMD_XineramaPrimaryScreen):
16192 (CMD_XineramaSlsSize):
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
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>
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):
16231 Added a new windows_flags is_placed_by_fvwm and a new condition
16234 2001-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16236 * fvwm/focus.c (focus_grab_buttons):
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
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>
16258 Xinerama introduction
16260 * fvwm/icons.c (AutoPlaceIcon):
16261 try to place icons of screen with the window center, and if that fails
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
16318 * fvwm/style.c (CMD_Style):
16319 init icon box screen
16321 * fvwm/move_resize.c (move_window_doit):
16323 * libs/Makefile.am:
16324 * libs/XineramaSupport.c:
16325 * libs/XineramaSupport.h:
16327 exported and renamed screen defines
16334 * fvwm/placement.c:
16335 * fvwm/move_resize.c:
16336 * fvwm/module_interface.c:
16341 * fvwm/conditional.c:
16342 * libs/XineramaSupport.c:
16343 renamed all XineramaSupport...() functions to FScreen...()
16345 * fvwm/style.c (CMD_Style):
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>
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):
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):
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):
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
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):
16425 describe new maximize options
16427 * fvwm/move_resize.c (MaximizeWidth):
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
16442 * libs/XError.c (error_name):
16444 fixed core dump in error handling
16446 2001-08-15 Mikhael Goikhman <migo@homemail.com>
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>
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):
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
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):
16522 implemented StartsOnScreen style
16524 * fvwm/placement.c (PlaceWindow):
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>
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):
16554 * fvwm/functions.c (func_config):
16555 * fvwm/move_resize.c (move_window_doit):
16557 (CMD_AnimatedMove):
16559 (CMD_MoveToScreen):
16561 added new command MoveToScreen
16563 2001-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16569 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
16570 fixed parsing of negative geometries
16571 (XineramaSupportParseGeometryWithScreen):
16573 (XineramaSupportGetNumberedScreenRect):
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:
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
16603 * fvwm/events.c (GetContext):
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>
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.
16625 Added the formal description of Vector that was absent.
16627 2001-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
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>
16641 documented previous changes
16644 improved output spacing
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):
16655 revised module support for Xinerama
16657 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
16658 (XineramaSupportParseGeometry):
16659 (XineramaSupportGetGeometry):
16660 make interface compatible with XineramaSupportParseGeometry().
16661 (XineramaSupportGetPrimaryScreen):
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
16692 Added descriptions of conditions CurrentDesk, CurrentPage,
16693 CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
16694 CurrentGlobalPageAnyDesk
16696 * fvwm/fvwm.h (rectangle):
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):
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
16740 * fvwm/move_resize.c (resize_geometry_window):
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):
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):
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
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):
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):
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):
16814 handle Xinerama screens for positioning menus w/ posthints
16816 * fvwm/menus.c (get_menu_options):
16818 fix for icon/window context rectangle when window is in wrong state
16820 2001-07-22 Mikhael Goikhman <migo@homemail.com>
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:
16847 cleanded up xinerama detection
16848 added shape detection
16850 2001-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
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
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
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:
16887 print Xinerama support in configure summary
16890 applied Xinerama patch by Dmitry Yu. Bolkhovityanov
16892 2001-07-17 Mikhael Goikhman <migo@homemail.com>
16897 implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
16898 define missing macros needed for old AIX keysymdef and old stroke.h
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>
16911 use libstroke-0.5 constant names while still supporting 0.3/0.4
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>
16922 use more compatible and structured syntax in SYNOPSIS
16924 2001-07-06 Mikhael Goikhman <migo@homemail.com>
16927 Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
16928 GDK_IMLIB_*. This fixes "make FvwmGtk" on systems with bogus
16931 2001-07-05 Mikhael Goikhman <migo@homemail.com>
16934 changed version to 2.4.1
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 :-))